You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Used to opt out of rendering the default title action that is rendered when the dialog `type` is set to `non-modal`.',
54
-
table: {
55
-
category: 'attributes',
56
-
defaultValue: {summary: 'false'},
57
-
type: {summary: 'boolean'},
58
-
},
59
-
},
60
79
slottedContent: {
61
80
control: false,
62
81
name: '',
@@ -71,11 +90,16 @@ export default {
71
90
},
72
91
titleActionSlottedContent: {
73
92
control: false,
74
-
description:
75
-
'Slot for the title action elements (e.g. Close button). When the dialog `type` is set to `non-modal` and no title action is provided, a default title action button is rendered.',
93
+
description: 'Slot for the title action elements.',
76
94
name: 'title-action',
77
95
table: {category: 'slots',type: {}},
78
96
},
97
+
closeSlottedContent: {
98
+
control: false,
99
+
description: 'Slot for the close element.',
100
+
name: 'close',
101
+
table: {category: 'slots',type: {}},
102
+
},
79
103
titleSlottedContent: {
80
104
control: false,
81
105
description: 'Slot for the title element.',
@@ -136,47 +160,33 @@ export const Actions: Story = {
0 commit comments