@db-ux/wc-core-components 4.4.2 → 4.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/cjs/db-accordion-item.cjs.entry.js +9 -5
- package/dist/cjs/db-accordion.cjs.entry.js +8 -4
- package/dist/cjs/db-badge.cjs.entry.js +8 -4
- package/dist/cjs/db-brand.cjs.entry.js +8 -4
- package/dist/cjs/db-button.cjs.entry.js +8 -4
- package/dist/cjs/db-card.cjs.entry.js +9 -5
- package/dist/cjs/db-checkbox.cjs.entry.js +9 -5
- package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +40 -20
- package/dist/cjs/db-custom-select-form-field.cjs.entry.js +9 -5
- package/dist/cjs/db-custom-select.cjs.entry.js +14 -10
- package/dist/cjs/db-divider.cjs.entry.js +8 -4
- package/dist/cjs/db-drawer.cjs.entry.js +10 -6
- package/dist/cjs/db-header.cjs.entry.js +11 -7
- package/dist/cjs/db-icon.cjs.entry.js +8 -4
- package/dist/cjs/db-infotext.cjs.entry.js +8 -4
- package/dist/cjs/db-link.cjs.entry.js +8 -4
- package/dist/cjs/db-navigation-item.cjs.entry.js +10 -6
- package/dist/cjs/db-navigation.cjs.entry.js +9 -5
- package/dist/cjs/db-notification.cjs.entry.js +9 -5
- package/dist/cjs/db-page.cjs.entry.js +9 -5
- package/dist/cjs/db-popover.cjs.entry.js +11 -7
- package/dist/cjs/db-radio.cjs.entry.js +8 -4
- package/dist/cjs/db-section.cjs.entry.js +9 -5
- package/dist/cjs/db-select.cjs.entry.js +9 -5
- package/dist/cjs/db-stack.cjs.entry.js +9 -5
- package/dist/cjs/db-switch.cjs.entry.js +9 -5
- package/dist/cjs/db-tab-item_3.cjs.entry.js +25 -13
- package/dist/cjs/db-tabs.cjs.entry.js +9 -5
- package/dist/cjs/db-textarea.cjs.entry.js +9 -5
- package/dist/cjs/db-tooltip.cjs.entry.js +12 -7
- package/dist/cjs/db-ux.cjs.js +3 -3
- package/dist/cjs/{floating-components-ogUqz72V.js → floating-components-pYaTeNhp.js} +65 -15
- package/dist/cjs/{index-CEqZnn9s.js → index-Bh5ovRL2.js} +1 -1
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{navigation-DauGE-qj.js → navigation-BztJmEHf.js} +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/accordion/accordion.js +7 -3
- package/dist/collection/components/accordion-item/accordion-item.js +8 -4
- package/dist/collection/components/badge/badge.js +7 -3
- package/dist/collection/components/brand/brand.js +7 -3
- package/dist/collection/components/button/button.js +7 -3
- package/dist/collection/components/card/card.js +8 -4
- package/dist/collection/components/checkbox/checkbox.js +8 -4
- package/dist/collection/components/custom-select/custom-select.js +12 -8
- package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +8 -4
- package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +8 -4
- package/dist/collection/components/custom-select-list/custom-select-list.js +8 -4
- package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +7 -3
- package/dist/collection/components/divider/divider.js +7 -3
- package/dist/collection/components/drawer/drawer.js +9 -5
- package/dist/collection/components/header/header.js +8 -4
- package/dist/collection/components/icon/icon.js +7 -3
- package/dist/collection/components/infotext/infotext.js +7 -3
- package/dist/collection/components/input/input.js +8 -4
- package/dist/collection/components/link/link.js +7 -3
- package/dist/collection/components/navigation/navigation.js +8 -4
- package/dist/collection/components/navigation-item/navigation-item.js +7 -3
- package/dist/collection/components/notification/notification.js +8 -4
- package/dist/collection/components/page/page.js +8 -4
- package/dist/collection/components/popover/popover.js +9 -5
- package/dist/collection/components/radio/radio.js +7 -3
- package/dist/collection/components/section/section.js +8 -4
- package/dist/collection/components/select/select.js +8 -4
- package/dist/collection/components/stack/stack.js +8 -4
- package/dist/collection/components/switch/switch.js +13 -7
- package/dist/collection/components/tab-item/tab-item.js +8 -4
- package/dist/collection/components/tab-list/tab-list.js +8 -4
- package/dist/collection/components/tab-panel/tab-panel.js +8 -4
- package/dist/collection/components/tabs/tabs.js +8 -4
- package/dist/collection/components/tag/tag.js +8 -4
- package/dist/collection/components/textarea/textarea.js +8 -4
- package/dist/collection/components/tooltip/tooltip.js +10 -5
- package/dist/collection/utils/floating-components.js +65 -15
- package/dist/custom-elements.json +17369 -1424
- package/dist/db-ux/db-ux.esm.js +1 -1
- package/dist/db-ux/index.esm.js +1 -1
- package/dist/db-ux/p-1a72176e.entry.js +1 -0
- package/dist/db-ux/p-1b7f6a0b.entry.js +1 -0
- package/dist/db-ux/p-1da21066.entry.js +1 -0
- package/dist/db-ux/p-2d15e200.entry.js +1 -0
- package/dist/db-ux/p-312d52da.entry.js +1 -0
- package/dist/db-ux/p-3e6b86d6.entry.js +1 -0
- package/dist/db-ux/p-4aa16916.entry.js +1 -0
- package/dist/db-ux/p-4b69acea.entry.js +1 -0
- package/dist/db-ux/p-4cfff250.entry.js +1 -0
- package/dist/db-ux/p-5237e5d5.entry.js +1 -0
- package/dist/db-ux/p-5b1a0f0f.entry.js +1 -0
- package/dist/db-ux/p-5fa85b19.entry.js +1 -0
- package/dist/db-ux/p-64264628.entry.js +1 -0
- package/dist/db-ux/p-7351b5ab.entry.js +1 -0
- package/dist/db-ux/p-77150a25.entry.js +1 -0
- package/dist/db-ux/p-7c6b7578.entry.js +1 -0
- package/dist/db-ux/p-828a77d8.entry.js +1 -0
- package/dist/db-ux/p-9b47dc80.entry.js +1 -0
- package/dist/db-ux/p-DfYL98sI.js +1 -0
- package/dist/db-ux/p-a3a8ce36.entry.js +1 -0
- package/dist/db-ux/p-aa0f7280.entry.js +1 -0
- package/dist/db-ux/p-b07122c4.entry.js +1 -0
- package/dist/db-ux/p-b1fc0f4c.entry.js +1 -0
- package/dist/db-ux/p-c2624e1b.entry.js +1 -0
- package/dist/db-ux/p-c29d8e32.entry.js +1 -0
- package/dist/db-ux/{p-sP2NlPcu.js → p-cNk4ImpW.js} +1 -1
- package/dist/db-ux/p-cf50169a.entry.js +1 -0
- package/dist/db-ux/p-d4f3cfa2.entry.js +1 -0
- package/dist/db-ux/p-e05fee5a.entry.js +1 -0
- package/dist/db-ux/p-f40d2d61.entry.js +1 -0
- package/dist/db-ux/p-fcf8e274.entry.js +1 -0
- package/dist/db-ux/p-fe06f815.entry.js +1 -0
- package/dist/esm/db-accordion-item.entry.js +9 -5
- package/dist/esm/db-accordion.entry.js +8 -4
- package/dist/esm/db-badge.entry.js +8 -4
- package/dist/esm/db-brand.entry.js +8 -4
- package/dist/esm/db-button.entry.js +8 -4
- package/dist/esm/db-card.entry.js +9 -5
- package/dist/esm/db-checkbox.entry.js +9 -5
- package/dist/esm/db-custom-select-dropdown_5.entry.js +40 -20
- package/dist/esm/db-custom-select-form-field.entry.js +9 -5
- package/dist/esm/db-custom-select.entry.js +14 -10
- package/dist/esm/db-divider.entry.js +8 -4
- package/dist/esm/db-drawer.entry.js +10 -6
- package/dist/esm/db-header.entry.js +11 -7
- package/dist/esm/db-icon.entry.js +8 -4
- package/dist/esm/db-infotext.entry.js +8 -4
- package/dist/esm/db-link.entry.js +8 -4
- package/dist/esm/db-navigation-item.entry.js +10 -6
- package/dist/esm/db-navigation.entry.js +9 -5
- package/dist/esm/db-notification.entry.js +9 -5
- package/dist/esm/db-page.entry.js +9 -5
- package/dist/esm/db-popover.entry.js +11 -7
- package/dist/esm/db-radio.entry.js +8 -4
- package/dist/esm/db-section.entry.js +9 -5
- package/dist/esm/db-select.entry.js +9 -5
- package/dist/esm/db-stack.entry.js +9 -5
- package/dist/esm/db-switch.entry.js +9 -5
- package/dist/esm/db-tab-item_3.entry.js +25 -13
- package/dist/esm/db-tabs.entry.js +9 -5
- package/dist/esm/db-textarea.entry.js +9 -5
- package/dist/esm/db-tooltip.entry.js +12 -7
- package/dist/esm/db-ux.js +4 -4
- package/dist/esm/{floating-components-G-TursYV.js → floating-components-DfYL98sI.js} +65 -15
- package/dist/esm/{index-BrThqi62.js → index-Crtu1dn6.js} +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{navigation--UdC9CzO.js → navigation-DgsMCdfn.js} +1 -1
- package/dist/types/components/switch/model.d.ts +1 -1
- package/dist/types/components.d.ts +1 -0
- package/dist/types/shared/model.d.ts +2 -2
- package/dist/vscode.html-custom-data.json +1718 -294
- package/dist/web-types.json +2740 -666
- package/package.json +4 -4
- package/dist/db-ux/p-07bf3657.entry.js +0 -1
- package/dist/db-ux/p-0a89cbcd.entry.js +0 -1
- package/dist/db-ux/p-15539d9d.entry.js +0 -1
- package/dist/db-ux/p-41cb4673.entry.js +0 -1
- package/dist/db-ux/p-460073dd.entry.js +0 -1
- package/dist/db-ux/p-4a9b9909.entry.js +0 -1
- package/dist/db-ux/p-4ec09cf1.entry.js +0 -1
- package/dist/db-ux/p-57205dfd.entry.js +0 -1
- package/dist/db-ux/p-5775bf7a.entry.js +0 -1
- package/dist/db-ux/p-5bcde39a.entry.js +0 -1
- package/dist/db-ux/p-6341aaa9.entry.js +0 -1
- package/dist/db-ux/p-64573104.entry.js +0 -1
- package/dist/db-ux/p-6b63156d.entry.js +0 -1
- package/dist/db-ux/p-70822a27.entry.js +0 -1
- package/dist/db-ux/p-710a430d.entry.js +0 -1
- package/dist/db-ux/p-72d712b0.entry.js +0 -1
- package/dist/db-ux/p-7b7f4d03.entry.js +0 -1
- package/dist/db-ux/p-7bd4c573.entry.js +0 -1
- package/dist/db-ux/p-819cf20a.entry.js +0 -1
- package/dist/db-ux/p-87fdbcfb.entry.js +0 -1
- package/dist/db-ux/p-9051e26c.entry.js +0 -1
- package/dist/db-ux/p-934a708c.entry.js +0 -1
- package/dist/db-ux/p-9ffa5c48.entry.js +0 -1
- package/dist/db-ux/p-G-TursYV.js +0 -1
- package/dist/db-ux/p-a9af70eb.entry.js +0 -1
- package/dist/db-ux/p-aa8383a3.entry.js +0 -1
- package/dist/db-ux/p-ba1f69bd.entry.js +0 -1
- package/dist/db-ux/p-d273b998.entry.js +0 -1
- package/dist/db-ux/p-da4ee6ee.entry.js +0 -1
- package/dist/db-ux/p-e584e927.entry.js +0 -1
- package/dist/db-ux/p-fe185f98.entry.js +0 -1
- /package/dist/db-ux/{p-BrThqi62.js → p-Crtu1dn6.js} +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"tags": [
|
|
5
5
|
{
|
|
6
6
|
"name": "db-accordion-item",
|
|
7
|
-
"description": "\n---\n\n\n### **Events:**\n - **toggle**\n\n### **Slots:**\n - **children** - default slot\n- **headline** - Title of the accordion-item as slot",
|
|
7
|
+
"description": "\n---\n\n\n### **Events:**\n - **toggle**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot\n- **headline** - Title of the accordion-item as slot",
|
|
8
8
|
"attributes": [
|
|
9
9
|
{
|
|
10
10
|
"name": "default-open",
|
|
@@ -18,13 +18,11 @@
|
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"name": "id",
|
|
21
|
-
"
|
|
22
|
-
"values": []
|
|
21
|
+
"values": [{ "name": "DBAccordionItemProps[\"id\"]" }]
|
|
23
22
|
},
|
|
24
23
|
{
|
|
25
24
|
"name": "classname",
|
|
26
|
-
"
|
|
27
|
-
"values": []
|
|
25
|
+
"values": [{ "name": "DBAccordionItemProps[\"className\"]" }]
|
|
28
26
|
},
|
|
29
27
|
{
|
|
30
28
|
"name": "disabled",
|
|
@@ -46,7 +44,7 @@
|
|
|
46
44
|
},
|
|
47
45
|
{
|
|
48
46
|
"name": "db-accordion",
|
|
49
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
47
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
50
48
|
"attributes": [
|
|
51
49
|
{
|
|
52
50
|
"name": "name",
|
|
@@ -68,15 +66,10 @@
|
|
|
68
66
|
"description": "Alternative to pass in a simple representation of accordion items",
|
|
69
67
|
"values": [{ "name": "DBAccordionItemDefaultProps[]" }]
|
|
70
68
|
},
|
|
71
|
-
{
|
|
72
|
-
"name": "id",
|
|
73
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
74
|
-
"values": []
|
|
75
|
-
},
|
|
69
|
+
{ "name": "id", "values": [{ "name": "DBAccordionProps[\"id\"]" }] },
|
|
76
70
|
{
|
|
77
71
|
"name": "classname",
|
|
78
|
-
"
|
|
79
|
-
"values": []
|
|
72
|
+
"values": [{ "name": "DBAccordionProps[\"className\"]" }]
|
|
80
73
|
},
|
|
81
74
|
{
|
|
82
75
|
"name": "variant",
|
|
@@ -88,7 +81,7 @@
|
|
|
88
81
|
},
|
|
89
82
|
{
|
|
90
83
|
"name": "db-badge",
|
|
91
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
84
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
92
85
|
"attributes": [
|
|
93
86
|
{
|
|
94
87
|
"name": "placement",
|
|
@@ -103,15 +96,10 @@
|
|
|
103
96
|
{ "name": "corner-bottom-right" }
|
|
104
97
|
]
|
|
105
98
|
},
|
|
106
|
-
{
|
|
107
|
-
"name": "id",
|
|
108
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
109
|
-
"values": []
|
|
110
|
-
},
|
|
99
|
+
{ "name": "id", "values": [{ "name": "DBBadgeProps[\"id\"]" }] },
|
|
111
100
|
{
|
|
112
101
|
"name": "classname",
|
|
113
|
-
"
|
|
114
|
-
"values": []
|
|
102
|
+
"values": [{ "name": "DBBadgeProps[\"className\"]" }]
|
|
115
103
|
},
|
|
116
104
|
{
|
|
117
105
|
"name": "semantic",
|
|
@@ -150,7 +138,7 @@
|
|
|
150
138
|
},
|
|
151
139
|
{
|
|
152
140
|
"name": "db-brand",
|
|
153
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
141
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
154
142
|
"attributes": [
|
|
155
143
|
{ "name": "hide-logo", "description": "", "values": [] },
|
|
156
144
|
{
|
|
@@ -163,15 +151,10 @@
|
|
|
163
151
|
"description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
|
|
164
152
|
"values": []
|
|
165
153
|
},
|
|
166
|
-
{
|
|
167
|
-
"name": "id",
|
|
168
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
169
|
-
"values": []
|
|
170
|
-
},
|
|
154
|
+
{ "name": "id", "values": [{ "name": "DBBrandProps[\"id\"]" }] },
|
|
171
155
|
{
|
|
172
156
|
"name": "classname",
|
|
173
|
-
"
|
|
174
|
-
"values": []
|
|
157
|
+
"values": [{ "name": "DBBrandProps[\"className\"]" }]
|
|
175
158
|
},
|
|
176
159
|
{
|
|
177
160
|
"name": "text",
|
|
@@ -183,7 +166,7 @@
|
|
|
183
166
|
},
|
|
184
167
|
{
|
|
185
168
|
"name": "db-button",
|
|
186
|
-
"description": "\n---\n\n\n### **Events:**\n - **click**\n\n### **Slots:**\n - **children** - default slot",
|
|
169
|
+
"description": "\n---\n\n\n### **Events:**\n - **click**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
187
170
|
"attributes": [
|
|
188
171
|
{
|
|
189
172
|
"name": "type",
|
|
@@ -194,15 +177,10 @@
|
|
|
194
177
|
{ "name": "submit" }
|
|
195
178
|
]
|
|
196
179
|
},
|
|
197
|
-
{
|
|
198
|
-
"name": "id",
|
|
199
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
200
|
-
"values": []
|
|
201
|
-
},
|
|
180
|
+
{ "name": "id", "values": [{ "name": "DBButtonProps[\"id\"]" }] },
|
|
202
181
|
{
|
|
203
182
|
"name": "classname",
|
|
204
|
-
"
|
|
205
|
-
"values": []
|
|
183
|
+
"values": [{ "name": "DBButtonProps[\"className\"]" }]
|
|
206
184
|
},
|
|
207
185
|
{
|
|
208
186
|
"name": "disabled",
|
|
@@ -289,17 +267,12 @@
|
|
|
289
267
|
},
|
|
290
268
|
{
|
|
291
269
|
"name": "db-card",
|
|
292
|
-
"description": "\n---\n\n\n### **Events:**\n - **click**\n\n### **Slots:**\n - **children** - default slot",
|
|
270
|
+
"description": "\n---\n\n\n### **Events:**\n - **click**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
293
271
|
"attributes": [
|
|
294
|
-
{
|
|
295
|
-
"name": "id",
|
|
296
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
297
|
-
"values": []
|
|
298
|
-
},
|
|
272
|
+
{ "name": "id", "values": [{ "name": "DBCardProps[\"id\"]" }] },
|
|
299
273
|
{
|
|
300
274
|
"name": "classname",
|
|
301
|
-
"
|
|
302
|
-
"values": []
|
|
275
|
+
"values": [{ "name": "DBCardProps[\"className\"]" }]
|
|
303
276
|
},
|
|
304
277
|
{
|
|
305
278
|
"name": "behavior",
|
|
@@ -326,17 +299,12 @@
|
|
|
326
299
|
},
|
|
327
300
|
{
|
|
328
301
|
"name": "db-infotext",
|
|
329
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
302
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
330
303
|
"attributes": [
|
|
331
|
-
{
|
|
332
|
-
"name": "id",
|
|
333
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
334
|
-
"values": []
|
|
335
|
-
},
|
|
304
|
+
{ "name": "id", "values": [{ "name": "DBInfotextProps[\"id\"]" }] },
|
|
336
305
|
{
|
|
337
306
|
"name": "classname",
|
|
338
|
-
"
|
|
339
|
-
"values": []
|
|
307
|
+
"values": [{ "name": "DBInfotextProps[\"className\"]" }]
|
|
340
308
|
},
|
|
341
309
|
{
|
|
342
310
|
"name": "icon",
|
|
@@ -375,13 +343,9 @@
|
|
|
375
343
|
},
|
|
376
344
|
{
|
|
377
345
|
"name": "db-checkbox",
|
|
378
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - default slot",
|
|
346
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
379
347
|
"attributes": [
|
|
380
|
-
{
|
|
381
|
-
"name": "id",
|
|
382
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
383
|
-
"values": []
|
|
384
|
-
},
|
|
348
|
+
{ "name": "id", "values": [{ "name": "DBCheckboxProps[\"id\"]" }] },
|
|
385
349
|
{
|
|
386
350
|
"name": "invalid-message",
|
|
387
351
|
"description": "Helper message for invalid form components",
|
|
@@ -428,8 +392,7 @@
|
|
|
428
392
|
},
|
|
429
393
|
{
|
|
430
394
|
"name": "classname",
|
|
431
|
-
"
|
|
432
|
-
"values": []
|
|
395
|
+
"values": [{ "name": "DBCheckboxProps[\"className\"]" }]
|
|
433
396
|
},
|
|
434
397
|
{
|
|
435
398
|
"name": "size",
|
|
@@ -481,17 +444,15 @@
|
|
|
481
444
|
},
|
|
482
445
|
{
|
|
483
446
|
"name": "db-custom-select-dropdown",
|
|
484
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
447
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
485
448
|
"attributes": [
|
|
486
449
|
{
|
|
487
450
|
"name": "id",
|
|
488
|
-
"
|
|
489
|
-
"values": []
|
|
451
|
+
"values": [{ "name": "DBCustomSelectDropdownProps[\"id\"]" }]
|
|
490
452
|
},
|
|
491
453
|
{
|
|
492
454
|
"name": "classname",
|
|
493
|
-
"
|
|
494
|
-
"values": []
|
|
455
|
+
"values": [{ "name": "DBCustomSelectDropdownProps[\"className\"]" }]
|
|
495
456
|
},
|
|
496
457
|
{
|
|
497
458
|
"name": "width",
|
|
@@ -507,7 +468,7 @@
|
|
|
507
468
|
},
|
|
508
469
|
{
|
|
509
470
|
"name": "db-custom-select-list-item",
|
|
510
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**\n\n### **Slots:**\n - **children** - default slot",
|
|
471
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
511
472
|
"attributes": [
|
|
512
473
|
{
|
|
513
474
|
"name": "is-group-title",
|
|
@@ -531,13 +492,11 @@
|
|
|
531
492
|
},
|
|
532
493
|
{
|
|
533
494
|
"name": "id",
|
|
534
|
-
"
|
|
535
|
-
"values": []
|
|
495
|
+
"values": [{ "name": "DBCustomSelectListItemProps[\"id\"]" }]
|
|
536
496
|
},
|
|
537
497
|
{
|
|
538
498
|
"name": "classname",
|
|
539
|
-
"
|
|
540
|
-
"values": []
|
|
499
|
+
"values": [{ "name": "DBCustomSelectListItemProps[\"className\"]" }]
|
|
541
500
|
},
|
|
542
501
|
{
|
|
543
502
|
"name": "group-title",
|
|
@@ -579,32 +538,26 @@
|
|
|
579
538
|
},
|
|
580
539
|
{
|
|
581
540
|
"name": "db-custom-select-list",
|
|
582
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
541
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
583
542
|
"attributes": [
|
|
584
543
|
{ "name": "multiple", "values": [] },
|
|
585
544
|
{ "name": "label", "values": [] },
|
|
586
545
|
{
|
|
587
546
|
"name": "id",
|
|
588
|
-
"
|
|
589
|
-
"values": []
|
|
547
|
+
"values": [{ "name": "DBCustomSelectListProps[\"id\"]" }]
|
|
590
548
|
},
|
|
591
549
|
{
|
|
592
550
|
"name": "classname",
|
|
593
|
-
"
|
|
594
|
-
"values": []
|
|
551
|
+
"values": [{ "name": "DBCustomSelectListProps[\"className\"]" }]
|
|
595
552
|
}
|
|
596
553
|
],
|
|
597
554
|
"references": []
|
|
598
555
|
},
|
|
599
556
|
{
|
|
600
557
|
"name": "db-input",
|
|
601
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - default slot",
|
|
558
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
602
559
|
"attributes": [
|
|
603
|
-
{
|
|
604
|
-
"name": "id",
|
|
605
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
606
|
-
"values": []
|
|
607
|
-
},
|
|
560
|
+
{ "name": "id", "values": [{ "name": "DBInputProps[\"id\"]" }] },
|
|
608
561
|
{
|
|
609
562
|
"name": "invalid-message",
|
|
610
563
|
"description": "Helper message for invalid form components",
|
|
@@ -671,8 +624,7 @@
|
|
|
671
624
|
},
|
|
672
625
|
{
|
|
673
626
|
"name": "classname",
|
|
674
|
-
"
|
|
675
|
-
"values": []
|
|
627
|
+
"values": [{ "name": "DBInputProps[\"className\"]" }]
|
|
676
628
|
},
|
|
677
629
|
{
|
|
678
630
|
"name": "variant",
|
|
@@ -874,8 +826,7 @@
|
|
|
874
826
|
},
|
|
875
827
|
{
|
|
876
828
|
"name": "autofocus",
|
|
877
|
-
"
|
|
878
|
-
"values": []
|
|
829
|
+
"values": [{ "name": "DBInputProps[\"autofocus\"]" }]
|
|
879
830
|
},
|
|
880
831
|
{
|
|
881
832
|
"name": "enterkeyhint",
|
|
@@ -934,13 +885,9 @@
|
|
|
934
885
|
},
|
|
935
886
|
{
|
|
936
887
|
"name": "db-tooltip",
|
|
937
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
888
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
938
889
|
"attributes": [
|
|
939
|
-
{
|
|
940
|
-
"name": "id",
|
|
941
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
942
|
-
"values": []
|
|
943
|
-
},
|
|
890
|
+
{ "name": "id", "values": [{ "name": "DBTooltipProps[\"id\"]" }] },
|
|
944
891
|
{
|
|
945
892
|
"name": "variant",
|
|
946
893
|
"description": "Change the behavior of the tooltip:\n- description: Adds `aria-describedby` to parent\n- label: Adds `aria-labelledby` to parent",
|
|
@@ -953,8 +900,7 @@
|
|
|
953
900
|
},
|
|
954
901
|
{
|
|
955
902
|
"name": "classname",
|
|
956
|
-
"
|
|
957
|
-
"values": []
|
|
903
|
+
"values": [{ "name": "DBTooltipProps[\"className\"]" }]
|
|
958
904
|
},
|
|
959
905
|
{
|
|
960
906
|
"name": "emphasis",
|
|
@@ -986,22 +932,17 @@
|
|
|
986
932
|
},
|
|
987
933
|
{
|
|
988
934
|
"name": "db-tag",
|
|
989
|
-
"description": "\n---\n\n\n### **Events:**\n - **remove**\n\n### **Slots:**\n - **children** - default slot\n- **content** - Default slot which is used to pass in additional content.",
|
|
935
|
+
"description": "\n---\n\n\n### **Events:**\n - **remove**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot\n- **content** - Default slot which is used to pass in additional content.",
|
|
990
936
|
"attributes": [
|
|
991
937
|
{
|
|
992
938
|
"name": "remove-button",
|
|
993
939
|
"description": "The removeButton attribute shows the cancel button.",
|
|
994
940
|
"values": []
|
|
995
941
|
},
|
|
996
|
-
{
|
|
997
|
-
"name": "id",
|
|
998
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
999
|
-
"values": []
|
|
1000
|
-
},
|
|
942
|
+
{ "name": "id", "values": [{ "name": "DBTagProps[\"id\"]" }] },
|
|
1001
943
|
{
|
|
1002
944
|
"name": "classname",
|
|
1003
|
-
"
|
|
1004
|
-
"values": []
|
|
945
|
+
"values": [{ "name": "DBTagProps[\"className\"]" }]
|
|
1005
946
|
},
|
|
1006
947
|
{
|
|
1007
948
|
"name": "semantic",
|
|
@@ -1060,13 +1001,9 @@
|
|
|
1060
1001
|
},
|
|
1061
1002
|
{
|
|
1062
1003
|
"name": "db-custom-select",
|
|
1063
|
-
"description": "\n---\n\n\n### **Events:**\n - **amountChange**\n- **dropdownToggle**\n- **optionSelected**\n- **search**\n\n### **Slots:**\n - **children** - default slot",
|
|
1004
|
+
"description": "\n---\n\n\n### **Events:**\n - **amountChange**\n- **dropdownToggle**\n- **optionSelected**\n- **search**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
1064
1005
|
"attributes": [
|
|
1065
|
-
{
|
|
1066
|
-
"name": "id",
|
|
1067
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
1068
|
-
"values": []
|
|
1069
|
-
},
|
|
1006
|
+
{ "name": "id", "values": [{ "name": "DBCustomSelectProps[\"id\"]" }] },
|
|
1070
1007
|
{
|
|
1071
1008
|
"name": "invalid-message",
|
|
1072
1009
|
"description": "Helper message for invalid form components",
|
|
@@ -1199,8 +1136,7 @@
|
|
|
1199
1136
|
},
|
|
1200
1137
|
{
|
|
1201
1138
|
"name": "classname",
|
|
1202
|
-
"
|
|
1203
|
-
"values": []
|
|
1139
|
+
"values": [{ "name": "DBCustomSelectProps[\"className\"]" }]
|
|
1204
1140
|
},
|
|
1205
1141
|
{
|
|
1206
1142
|
"name": "form-field-width",
|
|
@@ -1322,30 +1258,24 @@
|
|
|
1322
1258
|
},
|
|
1323
1259
|
{
|
|
1324
1260
|
"name": "db-custom-select-form-field",
|
|
1325
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
1261
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
1326
1262
|
"attributes": [
|
|
1327
1263
|
{
|
|
1328
1264
|
"name": "id",
|
|
1329
|
-
"
|
|
1330
|
-
"values": []
|
|
1265
|
+
"values": [{ "name": "DBCustomSelectFormFieldProps[\"id\"]" }]
|
|
1331
1266
|
},
|
|
1332
1267
|
{
|
|
1333
1268
|
"name": "classname",
|
|
1334
|
-
"
|
|
1335
|
-
"values": []
|
|
1269
|
+
"values": [{ "name": "DBCustomSelectFormFieldProps[\"className\"]" }]
|
|
1336
1270
|
}
|
|
1337
1271
|
],
|
|
1338
1272
|
"references": []
|
|
1339
1273
|
},
|
|
1340
1274
|
{
|
|
1341
1275
|
"name": "db-divider",
|
|
1342
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
1276
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
1343
1277
|
"attributes": [
|
|
1344
|
-
{
|
|
1345
|
-
"name": "id",
|
|
1346
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
1347
|
-
"values": []
|
|
1348
|
-
},
|
|
1278
|
+
{ "name": "id", "values": [{ "name": "DBDividerProps[\"id\"]" }] },
|
|
1349
1279
|
{
|
|
1350
1280
|
"name": "margin",
|
|
1351
1281
|
"description": "Removes the margin of the divider.",
|
|
@@ -1368,15 +1298,14 @@
|
|
|
1368
1298
|
},
|
|
1369
1299
|
{
|
|
1370
1300
|
"name": "classname",
|
|
1371
|
-
"
|
|
1372
|
-
"values": []
|
|
1301
|
+
"values": [{ "name": "DBDividerProps[\"className\"]" }]
|
|
1373
1302
|
}
|
|
1374
1303
|
],
|
|
1375
1304
|
"references": []
|
|
1376
1305
|
},
|
|
1377
1306
|
{
|
|
1378
1307
|
"name": "db-drawer",
|
|
1379
|
-
"description": "\n---\n\n\n### **Events:**\n - **close**\n\n### **Slots:**\n - **children** - default slot\n- **drawerHeader** - Slot for changing the header of the drawer.",
|
|
1308
|
+
"description": "\n---\n\n\n### **Events:**\n - **close**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot\n- **drawerHeader** - Slot for changing the header of the drawer.",
|
|
1380
1309
|
"attributes": [
|
|
1381
1310
|
{
|
|
1382
1311
|
"name": "open",
|
|
@@ -1403,11 +1332,7 @@
|
|
|
1403
1332
|
"description": "Set the variant modal|inside. Defaults to modal.",
|
|
1404
1333
|
"values": [{ "name": "modal" }, { "name": "inside" }]
|
|
1405
1334
|
},
|
|
1406
|
-
{
|
|
1407
|
-
"name": "id",
|
|
1408
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
1409
|
-
"values": []
|
|
1410
|
-
},
|
|
1335
|
+
{ "name": "id", "values": [{ "name": "DBDrawerProps[\"id\"]" }] },
|
|
1411
1336
|
{
|
|
1412
1337
|
"name": "direction",
|
|
1413
1338
|
"description": "The direction attribute changes the position & animation of the drawer.\nE.g. \"left\" slides from left screen border to the right.",
|
|
@@ -1420,8 +1345,7 @@
|
|
|
1420
1345
|
},
|
|
1421
1346
|
{
|
|
1422
1347
|
"name": "classname",
|
|
1423
|
-
"
|
|
1424
|
-
"values": []
|
|
1348
|
+
"values": [{ "name": "DBDrawerProps[\"className\"]" }]
|
|
1425
1349
|
},
|
|
1426
1350
|
{
|
|
1427
1351
|
"name": "spacing",
|
|
@@ -1458,7 +1382,7 @@
|
|
|
1458
1382
|
},
|
|
1459
1383
|
{
|
|
1460
1384
|
"name": "db-header",
|
|
1461
|
-
"description": "\n---\n\n\n### **Events:**\n - **toggle**\n\n### **Slots:**\n - **children** - default slot\n- **metaNavigation** - Slot to pass in a meta navigation.\n- Desktop: Above the regular header\n- Mobile: Inside the drawer\n- **secondaryAction** - Slot to pass one or more elements like DBButton (e.g. profile, language, etc.) as secondary action.\n- Desktop: Shown separated by divider at the end of the header\n- Mobile: Shown inside the drawer at the bottom.\n- **brand** - Slot to pass in the DBBrand component\n- **primaryAction** - Slot to pass one or more elements like DBButton (e.g. search) as primary action.\n- Desktop: Shown next to the main-navigation\n- Mobile: Shown next to the brand",
|
|
1385
|
+
"description": "\n---\n\n\n### **Events:**\n - **toggle**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot\n- **metaNavigation** - Slot to pass in a meta navigation.\n- Desktop: Above the regular header\n- Mobile: Inside the drawer\n- **secondaryAction** - Slot to pass one or more elements like DBButton (e.g. profile, language, etc.) as secondary action.\n- Desktop: Shown separated by divider at the end of the header\n- Mobile: Shown inside the drawer at the bottom.\n- **brand** - Slot to pass in the DBBrand component\n- **primaryAction** - Slot to pass one or more elements like DBButton (e.g. search) as primary action.\n- Desktop: Shown next to the main-navigation\n- Mobile: Shown next to the brand",
|
|
1462
1386
|
"attributes": [
|
|
1463
1387
|
{
|
|
1464
1388
|
"name": "force-mobile",
|
|
@@ -1472,14 +1396,9 @@
|
|
|
1472
1396
|
},
|
|
1473
1397
|
{
|
|
1474
1398
|
"name": "classname",
|
|
1475
|
-
"
|
|
1476
|
-
"values": []
|
|
1477
|
-
},
|
|
1478
|
-
{
|
|
1479
|
-
"name": "id",
|
|
1480
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
1481
|
-
"values": []
|
|
1399
|
+
"values": [{ "name": "DBHeaderProps[\"className\"]" }]
|
|
1482
1400
|
},
|
|
1401
|
+
{ "name": "id", "values": [{ "name": "DBHeaderProps[\"id\"]" }] },
|
|
1483
1402
|
{
|
|
1484
1403
|
"name": "width",
|
|
1485
1404
|
"description": "Set max width for the component",
|
|
@@ -1510,17 +1429,12 @@
|
|
|
1510
1429
|
},
|
|
1511
1430
|
{
|
|
1512
1431
|
"name": "db-icon",
|
|
1513
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
1432
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
1514
1433
|
"attributes": [
|
|
1515
|
-
{
|
|
1516
|
-
"name": "id",
|
|
1517
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
1518
|
-
"values": []
|
|
1519
|
-
},
|
|
1434
|
+
{ "name": "id", "values": [{ "name": "DBIconProps[\"id\"]" }] },
|
|
1520
1435
|
{
|
|
1521
1436
|
"name": "classname",
|
|
1522
|
-
"
|
|
1523
|
-
"values": []
|
|
1437
|
+
"values": [{ "name": "DBIconProps[\"className\"]" }]
|
|
1524
1438
|
},
|
|
1525
1439
|
{
|
|
1526
1440
|
"name": "icon",
|
|
@@ -1549,17 +1463,12 @@
|
|
|
1549
1463
|
},
|
|
1550
1464
|
{
|
|
1551
1465
|
"name": "db-link",
|
|
1552
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
1466
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
1553
1467
|
"attributes": [
|
|
1554
|
-
{
|
|
1555
|
-
"name": "id",
|
|
1556
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
1557
|
-
"values": []
|
|
1558
|
-
},
|
|
1468
|
+
{ "name": "id", "values": [{ "name": "DBLinkProps[\"id\"]" }] },
|
|
1559
1469
|
{
|
|
1560
1470
|
"name": "classname",
|
|
1561
|
-
"
|
|
1562
|
-
"values": []
|
|
1471
|
+
"values": [{ "name": "DBLinkProps[\"className\"]" }]
|
|
1563
1472
|
},
|
|
1564
1473
|
{
|
|
1565
1474
|
"name": "href",
|
|
@@ -1663,24 +1572,19 @@
|
|
|
1663
1572
|
},
|
|
1664
1573
|
{
|
|
1665
1574
|
"name": "db-navigation",
|
|
1666
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
1575
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
1667
1576
|
"attributes": [
|
|
1668
|
-
{
|
|
1669
|
-
"name": "id",
|
|
1670
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
1671
|
-
"values": []
|
|
1672
|
-
},
|
|
1577
|
+
{ "name": "id", "values": [{ "name": "DBNavigationProps[\"id\"]" }] },
|
|
1673
1578
|
{
|
|
1674
1579
|
"name": "classname",
|
|
1675
|
-
"
|
|
1676
|
-
"values": []
|
|
1580
|
+
"values": [{ "name": "DBNavigationProps[\"className\"]" }]
|
|
1677
1581
|
}
|
|
1678
1582
|
],
|
|
1679
1583
|
"references": []
|
|
1680
1584
|
},
|
|
1681
1585
|
{
|
|
1682
1586
|
"name": "db-navigation-item",
|
|
1683
|
-
"description": "\n---\n\n\n### **Events:**\n - **click**\n\n### **Slots:**\n - **children** - default slot\n- **subNavigation** - React-specific property to pass in a slot for sub-navigation",
|
|
1587
|
+
"description": "\n---\n\n\n### **Events:**\n - **click**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot\n- **subNavigation** - React-specific property to pass in a slot for sub-navigation",
|
|
1684
1588
|
"attributes": [
|
|
1685
1589
|
{
|
|
1686
1590
|
"name": "sub-navigation-expanded",
|
|
@@ -1689,13 +1593,11 @@
|
|
|
1689
1593
|
},
|
|
1690
1594
|
{
|
|
1691
1595
|
"name": "id",
|
|
1692
|
-
"
|
|
1693
|
-
"values": []
|
|
1596
|
+
"values": [{ "name": "DBNavigationItemProps[\"id\"]" }]
|
|
1694
1597
|
},
|
|
1695
1598
|
{
|
|
1696
1599
|
"name": "classname",
|
|
1697
|
-
"
|
|
1698
|
-
"values": []
|
|
1600
|
+
"values": [{ "name": "DBNavigationItemProps[\"className\"]" }]
|
|
1699
1601
|
},
|
|
1700
1602
|
{
|
|
1701
1603
|
"name": "width",
|
|
@@ -1747,17 +1649,12 @@
|
|
|
1747
1649
|
},
|
|
1748
1650
|
{
|
|
1749
1651
|
"name": "db-notification",
|
|
1750
|
-
"description": "\n---\n\n\n### **Events:**\n - **close**\n\n### **Slots:**\n - **children** - default slot\n- **image** - The slotImage can be set instead of an icon.\n- **link** - The slotLink can be set for non overlay-notifications",
|
|
1652
|
+
"description": "\n---\n\n\n### **Events:**\n - **close**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot\n- **image** - The slotImage can be set instead of an icon.\n- **link** - The slotLink can be set for non overlay-notifications",
|
|
1751
1653
|
"attributes": [
|
|
1752
|
-
{
|
|
1753
|
-
"name": "id",
|
|
1754
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
1755
|
-
"values": []
|
|
1756
|
-
},
|
|
1654
|
+
{ "name": "id", "values": [{ "name": "DBNotificationProps[\"id\"]" }] },
|
|
1757
1655
|
{
|
|
1758
1656
|
"name": "classname",
|
|
1759
|
-
"
|
|
1760
|
-
"values": []
|
|
1657
|
+
"values": [{ "name": "DBNotificationProps[\"className\"]" }]
|
|
1761
1658
|
},
|
|
1762
1659
|
{
|
|
1763
1660
|
"name": "semantic",
|
|
@@ -1854,7 +1751,7 @@
|
|
|
1854
1751
|
},
|
|
1855
1752
|
{
|
|
1856
1753
|
"name": "db-page",
|
|
1857
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot\n- **header** - The slot can be used for React to set a header.\n- **footer** - The slot can be used for React to set a footer.",
|
|
1754
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot\n- **header** - The slot can be used for React to set a header.\n- **footer** - The slot can be used for React to set a footer.",
|
|
1858
1755
|
"attributes": [
|
|
1859
1756
|
{
|
|
1860
1757
|
"name": "fade-in",
|
|
@@ -1871,15 +1768,10 @@
|
|
|
1871
1768
|
"description": "The variant=fixed uses flex-box to make header and footer static",
|
|
1872
1769
|
"values": [{ "name": "auto" }, { "name": "fixed" }]
|
|
1873
1770
|
},
|
|
1874
|
-
{
|
|
1875
|
-
"name": "id",
|
|
1876
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
1877
|
-
"values": []
|
|
1878
|
-
},
|
|
1771
|
+
{ "name": "id", "values": [{ "name": "DBPageProps[\"id\"]" }] },
|
|
1879
1772
|
{
|
|
1880
1773
|
"name": "classname",
|
|
1881
|
-
"
|
|
1882
|
-
"values": []
|
|
1774
|
+
"values": [{ "name": "DBPageProps[\"className\"]" }]
|
|
1883
1775
|
},
|
|
1884
1776
|
{
|
|
1885
1777
|
"name": "main-class",
|
|
@@ -1891,22 +1783,17 @@
|
|
|
1891
1783
|
},
|
|
1892
1784
|
{
|
|
1893
1785
|
"name": "db-popover",
|
|
1894
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot\n- **trigger** - The trigger to open the popover e.g. a button",
|
|
1786
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot\n- **trigger** - The trigger to open the popover e.g. a button",
|
|
1895
1787
|
"attributes": [
|
|
1896
1788
|
{
|
|
1897
1789
|
"name": "placement",
|
|
1898
1790
|
"description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
|
|
1899
1791
|
"values": [{ "name": "undefined" }, { "name": "undefined" }]
|
|
1900
1792
|
},
|
|
1901
|
-
{
|
|
1902
|
-
"name": "id",
|
|
1903
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
1904
|
-
"values": []
|
|
1905
|
-
},
|
|
1793
|
+
{ "name": "id", "values": [{ "name": "DBPopoverProps[\"id\"]" }] },
|
|
1906
1794
|
{
|
|
1907
1795
|
"name": "classname",
|
|
1908
|
-
"
|
|
1909
|
-
"values": []
|
|
1796
|
+
"values": [{ "name": "DBPopoverProps[\"className\"]" }]
|
|
1910
1797
|
},
|
|
1911
1798
|
{
|
|
1912
1799
|
"name": "spacing",
|
|
@@ -1948,13 +1835,9 @@
|
|
|
1948
1835
|
},
|
|
1949
1836
|
{
|
|
1950
1837
|
"name": "db-radio",
|
|
1951
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - default slot",
|
|
1838
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
1952
1839
|
"attributes": [
|
|
1953
|
-
{
|
|
1954
|
-
"name": "id",
|
|
1955
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
1956
|
-
"values": []
|
|
1957
|
-
},
|
|
1840
|
+
{ "name": "id", "values": [{ "name": "DBRadioProps[\"id\"]" }] },
|
|
1958
1841
|
{
|
|
1959
1842
|
"name": "checked",
|
|
1960
1843
|
"description": "Define the radio or checkbox elements checked state",
|
|
@@ -1977,8 +1860,7 @@
|
|
|
1977
1860
|
},
|
|
1978
1861
|
{
|
|
1979
1862
|
"name": "classname",
|
|
1980
|
-
"
|
|
1981
|
-
"values": []
|
|
1863
|
+
"values": [{ "name": "DBRadioProps[\"className\"]" }]
|
|
1982
1864
|
},
|
|
1983
1865
|
{
|
|
1984
1866
|
"name": "validation",
|
|
@@ -2019,17 +1901,12 @@
|
|
|
2019
1901
|
},
|
|
2020
1902
|
{
|
|
2021
1903
|
"name": "db-section",
|
|
2022
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
1904
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
2023
1905
|
"attributes": [
|
|
2024
|
-
{
|
|
2025
|
-
"name": "id",
|
|
2026
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
2027
|
-
"values": []
|
|
2028
|
-
},
|
|
1906
|
+
{ "name": "id", "values": [{ "name": "DBSectionProps[\"id\"]" }] },
|
|
2029
1907
|
{
|
|
2030
1908
|
"name": "classname",
|
|
2031
|
-
"
|
|
2032
|
-
"values": []
|
|
1909
|
+
"values": [{ "name": "DBSectionProps[\"className\"]" }]
|
|
2033
1910
|
},
|
|
2034
1911
|
{
|
|
2035
1912
|
"name": "spacing",
|
|
@@ -2056,13 +1933,9 @@
|
|
|
2056
1933
|
},
|
|
2057
1934
|
{
|
|
2058
1935
|
"name": "db-select",
|
|
2059
|
-
"description": "\n---\n\n\n### **Events:**\n - **click**\n- **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - default slot",
|
|
1936
|
+
"description": "\n---\n\n\n### **Events:**\n - **click**\n- **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
2060
1937
|
"attributes": [
|
|
2061
|
-
{
|
|
2062
|
-
"name": "id",
|
|
2063
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
2064
|
-
"values": []
|
|
2065
|
-
},
|
|
1938
|
+
{ "name": "id", "values": [{ "name": "DBSelectProps[\"id\"]" }] },
|
|
2066
1939
|
{
|
|
2067
1940
|
"name": "invalid-message",
|
|
2068
1941
|
"description": "Helper message for invalid form components",
|
|
@@ -2119,8 +1992,7 @@
|
|
|
2119
1992
|
},
|
|
2120
1993
|
{
|
|
2121
1994
|
"name": "classname",
|
|
2122
|
-
"
|
|
2123
|
-
"values": []
|
|
1995
|
+
"values": [{ "name": "DBSelectProps[\"className\"]" }]
|
|
2124
1996
|
},
|
|
2125
1997
|
{
|
|
2126
1998
|
"name": "show-label",
|
|
@@ -2242,17 +2114,12 @@
|
|
|
2242
2114
|
},
|
|
2243
2115
|
{
|
|
2244
2116
|
"name": "db-stack",
|
|
2245
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
2117
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
2246
2118
|
"attributes": [
|
|
2247
|
-
{
|
|
2248
|
-
"name": "id",
|
|
2249
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
2250
|
-
"values": []
|
|
2251
|
-
},
|
|
2119
|
+
{ "name": "id", "values": [{ "name": "DBStackProps[\"id\"]" }] },
|
|
2252
2120
|
{
|
|
2253
2121
|
"name": "classname",
|
|
2254
|
-
"
|
|
2255
|
-
"values": []
|
|
2122
|
+
"values": [{ "name": "DBStackProps[\"className\"]" }]
|
|
2256
2123
|
},
|
|
2257
2124
|
{
|
|
2258
2125
|
"name": "gap",
|
|
@@ -2310,13 +2177,9 @@
|
|
|
2310
2177
|
},
|
|
2311
2178
|
{
|
|
2312
2179
|
"name": "db-switch",
|
|
2313
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - default slot",
|
|
2180
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
2314
2181
|
"attributes": [
|
|
2315
|
-
{
|
|
2316
|
-
"name": "id",
|
|
2317
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
2318
|
-
"values": []
|
|
2319
|
-
},
|
|
2182
|
+
{ "name": "id", "values": [{ "name": "DBSwitchProps[\"id\"]" }] },
|
|
2320
2183
|
{
|
|
2321
2184
|
"name": "validation",
|
|
2322
2185
|
"description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
|
|
@@ -2333,23 +2196,19 @@
|
|
|
2333
2196
|
},
|
|
2334
2197
|
{
|
|
2335
2198
|
"name": "message",
|
|
2336
|
-
"
|
|
2337
|
-
"values": []
|
|
2199
|
+
"values": [{ "name": "DBSwitchProps[\"message\"]" }]
|
|
2338
2200
|
},
|
|
2339
2201
|
{
|
|
2340
2202
|
"name": "show-message",
|
|
2341
|
-
"
|
|
2342
|
-
"values": []
|
|
2203
|
+
"values": [{ "name": "DBSwitchProps[\"showMessage\"]" }]
|
|
2343
2204
|
},
|
|
2344
2205
|
{
|
|
2345
2206
|
"name": "valid-message",
|
|
2346
|
-
"
|
|
2347
|
-
"values": []
|
|
2207
|
+
"values": [{ "name": "DBSwitchProps[\"validMessage\"]" }]
|
|
2348
2208
|
},
|
|
2349
2209
|
{
|
|
2350
2210
|
"name": "invalid-message",
|
|
2351
|
-
"
|
|
2352
|
-
"values": []
|
|
2211
|
+
"values": [{ "name": "DBSwitchProps[\"invalidMessage\"]" }]
|
|
2353
2212
|
},
|
|
2354
2213
|
{
|
|
2355
2214
|
"name": "checked",
|
|
@@ -2378,8 +2237,8 @@
|
|
|
2378
2237
|
},
|
|
2379
2238
|
{
|
|
2380
2239
|
"name": "variant",
|
|
2381
|
-
"description": "Change the variant of the label to
|
|
2382
|
-
"values": [{ "name": "
|
|
2240
|
+
"description": "Change the variant of the label to `trailing` or `leading`. Defaults to `trailing`",
|
|
2241
|
+
"values": [{ "name": "leading" }, { "name": "trailing" }]
|
|
2383
2242
|
},
|
|
2384
2243
|
{
|
|
2385
2244
|
"name": "show-required-asterisk",
|
|
@@ -2388,8 +2247,7 @@
|
|
|
2388
2247
|
},
|
|
2389
2248
|
{
|
|
2390
2249
|
"name": "classname",
|
|
2391
|
-
"
|
|
2392
|
-
"values": []
|
|
2250
|
+
"values": [{ "name": "DBSwitchProps[\"className\"]" }]
|
|
2393
2251
|
},
|
|
2394
2252
|
{
|
|
2395
2253
|
"name": "value",
|
|
@@ -2423,15 +2281,14 @@
|
|
|
2423
2281
|
},
|
|
2424
2282
|
{
|
|
2425
2283
|
"name": "message-icon",
|
|
2426
|
-
"
|
|
2427
|
-
"values": [{ "name": "IconTypes" }]
|
|
2284
|
+
"values": [{ "name": "DBSwitchProps[\"messageIcon\"]" }]
|
|
2428
2285
|
}
|
|
2429
2286
|
],
|
|
2430
2287
|
"references": []
|
|
2431
2288
|
},
|
|
2432
2289
|
{
|
|
2433
2290
|
"name": "db-tab-item",
|
|
2434
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**\n\n### **Slots:**\n - **children** - default slot",
|
|
2291
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
2435
2292
|
"attributes": [
|
|
2436
2293
|
{
|
|
2437
2294
|
"name": "active",
|
|
@@ -2445,14 +2302,9 @@
|
|
|
2445
2302
|
},
|
|
2446
2303
|
{
|
|
2447
2304
|
"name": "classname",
|
|
2448
|
-
"
|
|
2449
|
-
"values": []
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"name": "id",
|
|
2453
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
2454
|
-
"values": []
|
|
2305
|
+
"values": [{ "name": "DBTabItemProps[\"className\"]" }]
|
|
2455
2306
|
},
|
|
2307
|
+
{ "name": "id", "values": [{ "name": "DBTabItemProps[\"id\"]" }] },
|
|
2456
2308
|
{
|
|
2457
2309
|
"name": "icon-leading",
|
|
2458
2310
|
"description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://design-system.deutschebahn.com/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
|
|
@@ -2508,35 +2360,25 @@
|
|
|
2508
2360
|
},
|
|
2509
2361
|
{
|
|
2510
2362
|
"name": "db-tab-list",
|
|
2511
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
2363
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
2512
2364
|
"attributes": [
|
|
2513
|
-
{
|
|
2514
|
-
"name": "id",
|
|
2515
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
2516
|
-
"values": []
|
|
2517
|
-
},
|
|
2365
|
+
{ "name": "id", "values": [{ "name": "DBTabListProps[\"id\"]" }] },
|
|
2518
2366
|
{
|
|
2519
2367
|
"name": "classname",
|
|
2520
|
-
"
|
|
2521
|
-
"values": []
|
|
2368
|
+
"values": [{ "name": "DBTabListProps[\"className\"]" }]
|
|
2522
2369
|
}
|
|
2523
2370
|
],
|
|
2524
2371
|
"references": []
|
|
2525
2372
|
},
|
|
2526
2373
|
{
|
|
2527
2374
|
"name": "db-tab-panel",
|
|
2528
|
-
"description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
|
|
2375
|
+
"description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
2529
2376
|
"attributes": [
|
|
2530
2377
|
{
|
|
2531
2378
|
"name": "classname",
|
|
2532
|
-
"
|
|
2533
|
-
"values": []
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
"name": "id",
|
|
2537
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
2538
|
-
"values": []
|
|
2379
|
+
"values": [{ "name": "DBTabPanelProps[\"className\"]" }]
|
|
2539
2380
|
},
|
|
2381
|
+
{ "name": "id", "values": [{ "name": "DBTabPanelProps[\"id\"]" }] },
|
|
2540
2382
|
{
|
|
2541
2383
|
"name": "content",
|
|
2542
2384
|
"description": "The content if you don't want to use children.",
|
|
@@ -2547,7 +2389,7 @@
|
|
|
2547
2389
|
},
|
|
2548
2390
|
{
|
|
2549
2391
|
"name": "db-tabs",
|
|
2550
|
-
"description": "\n---\n\n\n### **Events:**\n - **indexChange**\n- **tabSelect**\n\n### **Slots:**\n - **children** - default slot",
|
|
2392
|
+
"description": "\n---\n\n\n### **Events:**\n - **indexChange**\n- **tabSelect**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
2551
2393
|
"attributes": [
|
|
2552
2394
|
{
|
|
2553
2395
|
"name": "name",
|
|
@@ -2584,15 +2426,10 @@
|
|
|
2584
2426
|
"description": "Default behavior is auto selecting the first tab, change selected tab by index",
|
|
2585
2427
|
"values": []
|
|
2586
2428
|
},
|
|
2587
|
-
{
|
|
2588
|
-
"name": "id",
|
|
2589
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
2590
|
-
"values": []
|
|
2591
|
-
},
|
|
2429
|
+
{ "name": "id", "values": [{ "name": "DBTabsProps[\"id\"]" }] },
|
|
2592
2430
|
{
|
|
2593
2431
|
"name": "classname",
|
|
2594
|
-
"
|
|
2595
|
-
"values": []
|
|
2432
|
+
"values": [{ "name": "DBTabsProps[\"className\"]" }]
|
|
2596
2433
|
},
|
|
2597
2434
|
{
|
|
2598
2435
|
"name": "alignment",
|
|
@@ -2609,13 +2446,9 @@
|
|
|
2609
2446
|
},
|
|
2610
2447
|
{
|
|
2611
2448
|
"name": "db-textarea",
|
|
2612
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - default slot",
|
|
2449
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
|
|
2613
2450
|
"attributes": [
|
|
2614
|
-
{
|
|
2615
|
-
"name": "id",
|
|
2616
|
-
"description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
|
|
2617
|
-
"values": []
|
|
2618
|
-
},
|
|
2451
|
+
{ "name": "id", "values": [{ "name": "DBTextareaProps[\"id\"]" }] },
|
|
2619
2452
|
{
|
|
2620
2453
|
"name": "invalid-message",
|
|
2621
2454
|
"description": "Helper message for invalid form components",
|
|
@@ -2667,8 +2500,7 @@
|
|
|
2667
2500
|
},
|
|
2668
2501
|
{
|
|
2669
2502
|
"name": "classname",
|
|
2670
|
-
"
|
|
2671
|
-
"values": []
|
|
2503
|
+
"values": [{ "name": "DBTextareaProps[\"className\"]" }]
|
|
2672
2504
|
},
|
|
2673
2505
|
{
|
|
2674
2506
|
"name": "variant",
|
|
@@ -2872,61 +2704,1653 @@
|
|
|
2872
2704
|
"references": []
|
|
2873
2705
|
},
|
|
2874
2706
|
{
|
|
2875
|
-
"name": "
|
|
2707
|
+
"name": "accordion-behavior",
|
|
2876
2708
|
"description": "\n---\n",
|
|
2877
2709
|
"attributes": [],
|
|
2878
2710
|
"references": []
|
|
2879
2711
|
},
|
|
2880
2712
|
{
|
|
2881
|
-
"name": "
|
|
2713
|
+
"name": "accordion-density",
|
|
2882
2714
|
"description": "\n---\n",
|
|
2883
2715
|
"attributes": [],
|
|
2884
2716
|
"references": []
|
|
2885
2717
|
},
|
|
2886
2718
|
{
|
|
2887
|
-
"name": "
|
|
2719
|
+
"name": "accordion-variant",
|
|
2888
2720
|
"description": "\n---\n",
|
|
2889
2721
|
"attributes": [],
|
|
2890
2722
|
"references": []
|
|
2891
2723
|
},
|
|
2892
2724
|
{
|
|
2893
|
-
"name": "
|
|
2725
|
+
"name": "accordion-showcase",
|
|
2726
|
+
"description": "\n---\n",
|
|
2727
|
+
"attributes": [
|
|
2728
|
+
{
|
|
2729
|
+
"name": "is-patternhub",
|
|
2730
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
2731
|
+
}
|
|
2732
|
+
],
|
|
2733
|
+
"references": []
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
"name": "accordion-item-density",
|
|
2894
2737
|
"description": "\n---\n",
|
|
2895
2738
|
"attributes": [],
|
|
2896
2739
|
"references": []
|
|
2897
2740
|
},
|
|
2898
2741
|
{
|
|
2899
|
-
"name": "
|
|
2742
|
+
"name": "accordion-item-disabled",
|
|
2900
2743
|
"description": "\n---\n",
|
|
2901
2744
|
"attributes": [],
|
|
2902
2745
|
"references": []
|
|
2903
2746
|
},
|
|
2904
2747
|
{
|
|
2905
|
-
"name": "
|
|
2748
|
+
"name": "accordion-item-open",
|
|
2906
2749
|
"description": "\n---\n",
|
|
2907
2750
|
"attributes": [],
|
|
2908
2751
|
"references": []
|
|
2909
2752
|
},
|
|
2910
2753
|
{
|
|
2911
|
-
"name": "
|
|
2754
|
+
"name": "accordion-item-showcase",
|
|
2755
|
+
"description": "\n---\n",
|
|
2756
|
+
"attributes": [
|
|
2757
|
+
{
|
|
2758
|
+
"name": "is-patternhub",
|
|
2759
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
2760
|
+
}
|
|
2761
|
+
],
|
|
2762
|
+
"references": []
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "badge-content",
|
|
2912
2766
|
"description": "\n---\n",
|
|
2913
2767
|
"attributes": [],
|
|
2914
2768
|
"references": []
|
|
2915
2769
|
},
|
|
2916
2770
|
{
|
|
2917
|
-
"name": "
|
|
2771
|
+
"name": "badge-density",
|
|
2918
2772
|
"description": "\n---\n",
|
|
2919
2773
|
"attributes": [],
|
|
2920
2774
|
"references": []
|
|
2921
2775
|
},
|
|
2922
2776
|
{
|
|
2923
|
-
"name": "
|
|
2777
|
+
"name": "badge-emphasis",
|
|
2924
2778
|
"description": "\n---\n",
|
|
2925
2779
|
"attributes": [],
|
|
2926
2780
|
"references": []
|
|
2927
2781
|
},
|
|
2928
2782
|
{
|
|
2929
|
-
"name": "
|
|
2783
|
+
"name": "badge-examples",
|
|
2784
|
+
"description": "\n---\n",
|
|
2785
|
+
"attributes": [],
|
|
2786
|
+
"references": []
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"name": "badge-placement",
|
|
2790
|
+
"description": "\n---\n",
|
|
2791
|
+
"attributes": [],
|
|
2792
|
+
"references": []
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"name": "badge-semantic",
|
|
2796
|
+
"description": "\n---\n",
|
|
2797
|
+
"attributes": [],
|
|
2798
|
+
"references": []
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"name": "badge-size",
|
|
2802
|
+
"description": "\n---\n",
|
|
2803
|
+
"attributes": [],
|
|
2804
|
+
"references": []
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"name": "badge-showcase",
|
|
2808
|
+
"description": "\n---\n",
|
|
2809
|
+
"attributes": [
|
|
2810
|
+
{
|
|
2811
|
+
"name": "is-patternhub",
|
|
2812
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
2813
|
+
}
|
|
2814
|
+
],
|
|
2815
|
+
"references": []
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"name": "brand-density",
|
|
2819
|
+
"description": "\n---\n",
|
|
2820
|
+
"attributes": [],
|
|
2821
|
+
"references": []
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"name": "brand-variants",
|
|
2825
|
+
"description": "\n---\n",
|
|
2826
|
+
"attributes": [],
|
|
2827
|
+
"references": []
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"name": "brand-showcase",
|
|
2831
|
+
"description": "\n---\n",
|
|
2832
|
+
"attributes": [
|
|
2833
|
+
{
|
|
2834
|
+
"name": "is-patternhub",
|
|
2835
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
2836
|
+
}
|
|
2837
|
+
],
|
|
2838
|
+
"references": []
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"name": "button-density",
|
|
2842
|
+
"description": "\n---\n",
|
|
2843
|
+
"attributes": [],
|
|
2844
|
+
"references": []
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"name": "button-disabled",
|
|
2848
|
+
"description": "\n---\n",
|
|
2849
|
+
"attributes": [],
|
|
2850
|
+
"references": []
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"name": "button-multi-line-text",
|
|
2854
|
+
"description": "\n---\n",
|
|
2855
|
+
"attributes": [],
|
|
2856
|
+
"references": []
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"name": "button-no-text",
|
|
2860
|
+
"description": "\n---\n",
|
|
2861
|
+
"attributes": [],
|
|
2862
|
+
"references": []
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"name": "button-show-icon-leading",
|
|
2866
|
+
"description": "\n---\n",
|
|
2867
|
+
"attributes": [],
|
|
2868
|
+
"references": []
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"name": "button-show-icon-trailing",
|
|
2872
|
+
"description": "\n---\n",
|
|
2873
|
+
"attributes": [],
|
|
2874
|
+
"references": []
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "button-size",
|
|
2878
|
+
"description": "\n---\n",
|
|
2879
|
+
"attributes": [],
|
|
2880
|
+
"references": []
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"name": "button-variant",
|
|
2884
|
+
"description": "\n---\n",
|
|
2885
|
+
"attributes": [],
|
|
2886
|
+
"references": []
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"name": "button-width",
|
|
2890
|
+
"description": "\n---\n",
|
|
2891
|
+
"attributes": [],
|
|
2892
|
+
"references": []
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
"name": "button-showcase",
|
|
2896
|
+
"description": "\n---\n",
|
|
2897
|
+
"attributes": [
|
|
2898
|
+
{
|
|
2899
|
+
"name": "is-patternhub",
|
|
2900
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
2901
|
+
}
|
|
2902
|
+
],
|
|
2903
|
+
"references": []
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"name": "card-behavior",
|
|
2907
|
+
"description": "\n---\n",
|
|
2908
|
+
"attributes": [],
|
|
2909
|
+
"references": []
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
"name": "card-density",
|
|
2913
|
+
"description": "\n---\n",
|
|
2914
|
+
"attributes": [],
|
|
2915
|
+
"references": []
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"name": "card-elevation-level",
|
|
2919
|
+
"description": "\n---\n",
|
|
2920
|
+
"attributes": [],
|
|
2921
|
+
"references": []
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
"name": "card-example",
|
|
2925
|
+
"description": "\n---\n",
|
|
2926
|
+
"attributes": [],
|
|
2927
|
+
"references": []
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
"name": "card-spacing",
|
|
2931
|
+
"description": "\n---\n",
|
|
2932
|
+
"attributes": [],
|
|
2933
|
+
"references": []
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"name": "card-showcase",
|
|
2937
|
+
"description": "\n---\n",
|
|
2938
|
+
"attributes": [
|
|
2939
|
+
{
|
|
2940
|
+
"name": "is-patternhub",
|
|
2941
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
2942
|
+
}
|
|
2943
|
+
],
|
|
2944
|
+
"references": []
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"name": "checkbox-checked",
|
|
2948
|
+
"description": "\n---\n",
|
|
2949
|
+
"attributes": [],
|
|
2950
|
+
"references": []
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"name": "checkbox-density",
|
|
2954
|
+
"description": "\n---\n",
|
|
2955
|
+
"attributes": [],
|
|
2956
|
+
"references": []
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
"name": "checkbox-disabled",
|
|
2960
|
+
"description": "\n---\n",
|
|
2961
|
+
"attributes": [],
|
|
2962
|
+
"references": []
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"name": "checkbox-example",
|
|
2966
|
+
"description": "\n---\n",
|
|
2967
|
+
"attributes": [],
|
|
2968
|
+
"references": []
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"name": "checkbox-indeterminate",
|
|
2972
|
+
"description": "\n---\n",
|
|
2973
|
+
"attributes": [],
|
|
2974
|
+
"references": []
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"name": "checkbox-required",
|
|
2978
|
+
"description": "\n---\n",
|
|
2979
|
+
"attributes": [],
|
|
2980
|
+
"references": []
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"name": "checkbox-show-label",
|
|
2984
|
+
"description": "\n---\n",
|
|
2985
|
+
"attributes": [],
|
|
2986
|
+
"references": []
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"name": "checkbox-show-required-asterisk",
|
|
2990
|
+
"description": "\n---\n",
|
|
2991
|
+
"attributes": [],
|
|
2992
|
+
"references": []
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"name": "checkbox-size",
|
|
2996
|
+
"description": "\n---\n",
|
|
2997
|
+
"attributes": [],
|
|
2998
|
+
"references": []
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"name": "checkbox-validation",
|
|
3002
|
+
"description": "\n---\n",
|
|
3003
|
+
"attributes": [],
|
|
3004
|
+
"references": []
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "checkbox-showcase",
|
|
3008
|
+
"description": "\n---\n",
|
|
3009
|
+
"attributes": [
|
|
3010
|
+
{
|
|
3011
|
+
"name": "is-patternhub",
|
|
3012
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3013
|
+
}
|
|
3014
|
+
],
|
|
3015
|
+
"references": []
|
|
3016
|
+
},
|
|
3017
|
+
{
|
|
3018
|
+
"name": "custom-select-density",
|
|
3019
|
+
"description": "\n---\n",
|
|
3020
|
+
"attributes": [],
|
|
3021
|
+
"references": []
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"name": "custom-select-disabled",
|
|
3025
|
+
"description": "\n---\n",
|
|
3026
|
+
"attributes": [],
|
|
3027
|
+
"references": []
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
"name": "custom-select-dropdown-width",
|
|
3031
|
+
"description": "\n---\n",
|
|
3032
|
+
"attributes": [],
|
|
3033
|
+
"references": []
|
|
3034
|
+
},
|
|
3035
|
+
{
|
|
3036
|
+
"name": "custom-select-example-other-configuration",
|
|
3037
|
+
"description": "\n---\n",
|
|
3038
|
+
"attributes": [],
|
|
3039
|
+
"references": []
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
"name": "custom-select-exampletags",
|
|
3043
|
+
"description": "\n---\n",
|
|
3044
|
+
"attributes": [],
|
|
3045
|
+
"references": []
|
|
3046
|
+
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "custom-select-examples-floatinglabel",
|
|
3049
|
+
"description": "\n---\n",
|
|
3050
|
+
"attributes": [],
|
|
3051
|
+
"references": []
|
|
3052
|
+
},
|
|
3053
|
+
{
|
|
3054
|
+
"name": "custom-select-examples-multiple",
|
|
3055
|
+
"description": "\n---\n",
|
|
3056
|
+
"attributes": [],
|
|
3057
|
+
"references": []
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"name": "custom-select-examples-single",
|
|
3061
|
+
"description": "\n---\n",
|
|
3062
|
+
"attributes": [],
|
|
3063
|
+
"references": []
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"name": "custom-select-form-field-width",
|
|
3067
|
+
"description": "\n---\n",
|
|
3068
|
+
"attributes": [],
|
|
3069
|
+
"references": []
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"name": "custom-select-multiple",
|
|
3073
|
+
"description": "\n---\n",
|
|
3074
|
+
"attributes": [],
|
|
3075
|
+
"references": []
|
|
3076
|
+
},
|
|
3077
|
+
{
|
|
3078
|
+
"name": "custom-select-placement",
|
|
3079
|
+
"description": "\n---\n",
|
|
3080
|
+
"attributes": [],
|
|
3081
|
+
"references": []
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"name": "custom-select-required",
|
|
3085
|
+
"description": "\n---\n",
|
|
3086
|
+
"attributes": [],
|
|
3087
|
+
"references": []
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"name": "custom-select-selectedtype",
|
|
3091
|
+
"description": "\n---\n",
|
|
3092
|
+
"attributes": [],
|
|
3093
|
+
"references": []
|
|
3094
|
+
},
|
|
3095
|
+
{
|
|
3096
|
+
"name": "custom-select-show-clear-selection",
|
|
3097
|
+
"description": "\n---\n",
|
|
3098
|
+
"attributes": [],
|
|
3099
|
+
"references": []
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"name": "custom-select-show-icon",
|
|
3103
|
+
"description": "\n---\n",
|
|
3104
|
+
"attributes": [],
|
|
3105
|
+
"references": []
|
|
3106
|
+
},
|
|
3107
|
+
{
|
|
3108
|
+
"name": "custom-select-show-label",
|
|
3109
|
+
"description": "\n---\n",
|
|
3110
|
+
"attributes": [],
|
|
3111
|
+
"references": []
|
|
3112
|
+
},
|
|
3113
|
+
{
|
|
3114
|
+
"name": "custom-select-show-loading",
|
|
3115
|
+
"description": "\n---\n",
|
|
3116
|
+
"attributes": [],
|
|
3117
|
+
"references": []
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"name": "custom-select-show-message",
|
|
3121
|
+
"description": "\n---\n",
|
|
3122
|
+
"attributes": [],
|
|
3123
|
+
"references": []
|
|
3124
|
+
},
|
|
3125
|
+
{
|
|
3126
|
+
"name": "custom-select-show-no-result",
|
|
3127
|
+
"description": "\n---\n",
|
|
3128
|
+
"attributes": [],
|
|
3129
|
+
"references": []
|
|
3130
|
+
},
|
|
3131
|
+
{
|
|
3132
|
+
"name": "custom-select-show-required-asterisk",
|
|
3133
|
+
"description": "\n---\n",
|
|
3134
|
+
"attributes": [],
|
|
3135
|
+
"references": []
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
"name": "custom-select-show-search",
|
|
3139
|
+
"description": "\n---\n",
|
|
3140
|
+
"attributes": [],
|
|
3141
|
+
"references": []
|
|
3142
|
+
},
|
|
3143
|
+
{
|
|
3144
|
+
"name": "custom-select-show-select-all",
|
|
3145
|
+
"description": "\n---\n",
|
|
3146
|
+
"attributes": [],
|
|
3147
|
+
"references": []
|
|
3148
|
+
},
|
|
3149
|
+
{
|
|
3150
|
+
"name": "custom-select-validation",
|
|
3151
|
+
"description": "\n---\n",
|
|
3152
|
+
"attributes": [],
|
|
3153
|
+
"references": []
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"name": "custom-select-variant",
|
|
3157
|
+
"description": "\n---\n",
|
|
3158
|
+
"attributes": [],
|
|
3159
|
+
"references": []
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"name": "custom-select-showcase",
|
|
3163
|
+
"description": "\n---\n",
|
|
3164
|
+
"attributes": [
|
|
3165
|
+
{
|
|
3166
|
+
"name": "is-patternhub",
|
|
3167
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3168
|
+
}
|
|
3169
|
+
],
|
|
3170
|
+
"references": []
|
|
3171
|
+
},
|
|
3172
|
+
{
|
|
3173
|
+
"name": "divider-density",
|
|
3174
|
+
"description": "\n---\n",
|
|
3175
|
+
"attributes": [],
|
|
3176
|
+
"references": []
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"name": "divider-emphasis",
|
|
3180
|
+
"description": "\n---\n",
|
|
3181
|
+
"attributes": [],
|
|
3182
|
+
"references": []
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "divider-variant",
|
|
3186
|
+
"description": "\n---\n",
|
|
3187
|
+
"attributes": [],
|
|
3188
|
+
"references": []
|
|
3189
|
+
},
|
|
3190
|
+
{
|
|
3191
|
+
"name": "divider-showcase",
|
|
3192
|
+
"description": "\n---\n",
|
|
3193
|
+
"attributes": [
|
|
3194
|
+
{
|
|
3195
|
+
"name": "is-patternhub",
|
|
3196
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3197
|
+
}
|
|
3198
|
+
],
|
|
3199
|
+
"references": []
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"name": "drawer-backdrop",
|
|
3203
|
+
"description": "\n---\n",
|
|
3204
|
+
"attributes": [],
|
|
3205
|
+
"references": []
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"name": "drawer-density",
|
|
3209
|
+
"description": "\n---\n",
|
|
3210
|
+
"attributes": [],
|
|
3211
|
+
"references": []
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"name": "drawer-direction",
|
|
3215
|
+
"description": "\n---\n",
|
|
3216
|
+
"attributes": [],
|
|
3217
|
+
"references": []
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"name": "drawer-example",
|
|
3221
|
+
"description": "\n---\n",
|
|
3222
|
+
"attributes": [],
|
|
3223
|
+
"references": []
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"name": "drawer-rounded",
|
|
3227
|
+
"description": "\n---\n",
|
|
3228
|
+
"attributes": [],
|
|
3229
|
+
"references": []
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
"name": "drawer-size",
|
|
3233
|
+
"description": "\n---\n",
|
|
3234
|
+
"attributes": [],
|
|
3235
|
+
"references": []
|
|
3236
|
+
},
|
|
3237
|
+
{
|
|
3238
|
+
"name": "drawer-spacing",
|
|
3239
|
+
"description": "\n---\n",
|
|
3240
|
+
"attributes": [],
|
|
3241
|
+
"references": []
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"name": "drawer-showcase",
|
|
3245
|
+
"description": "\n---\n",
|
|
3246
|
+
"attributes": [
|
|
3247
|
+
{
|
|
3248
|
+
"name": "is-patternhub",
|
|
3249
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3250
|
+
}
|
|
3251
|
+
],
|
|
3252
|
+
"references": []
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "header-behavior",
|
|
3256
|
+
"description": "\n---\n",
|
|
3257
|
+
"attributes": [],
|
|
3258
|
+
"references": []
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"name": "header-density",
|
|
3262
|
+
"description": "\n---\n",
|
|
3263
|
+
"attributes": [],
|
|
3264
|
+
"references": []
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"name": "header-examples",
|
|
3268
|
+
"description": "\n---\n",
|
|
3269
|
+
"attributes": [],
|
|
3270
|
+
"references": []
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
"name": "header-width",
|
|
3274
|
+
"description": "\n---\n",
|
|
3275
|
+
"attributes": [],
|
|
3276
|
+
"references": []
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"name": "header-showcase",
|
|
3280
|
+
"description": "\n---\n",
|
|
3281
|
+
"attributes": [
|
|
3282
|
+
{
|
|
3283
|
+
"name": "is-patternhub",
|
|
3284
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3285
|
+
}
|
|
3286
|
+
],
|
|
3287
|
+
"references": []
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"name": "icon-density",
|
|
3291
|
+
"description": "\n---\n",
|
|
3292
|
+
"attributes": [],
|
|
3293
|
+
"references": []
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
"name": "icon-showcase",
|
|
3297
|
+
"description": "\n---\n",
|
|
3298
|
+
"attributes": [
|
|
3299
|
+
{
|
|
3300
|
+
"name": "is-patternhub",
|
|
3301
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3302
|
+
}
|
|
3303
|
+
],
|
|
3304
|
+
"references": []
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"name": "infotext-density",
|
|
3308
|
+
"description": "\n---\n",
|
|
3309
|
+
"attributes": [],
|
|
3310
|
+
"references": []
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"name": "infotext-semantic",
|
|
3314
|
+
"description": "\n---\n",
|
|
3315
|
+
"attributes": [],
|
|
3316
|
+
"references": []
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"name": "infotext-show-icon",
|
|
3320
|
+
"description": "\n---\n",
|
|
3321
|
+
"attributes": [],
|
|
3322
|
+
"references": []
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
"name": "infotext-size",
|
|
3326
|
+
"description": "\n---\n",
|
|
3327
|
+
"attributes": [],
|
|
3328
|
+
"references": []
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"name": "infotext-showcase",
|
|
3332
|
+
"description": "\n---\n",
|
|
3333
|
+
"attributes": [
|
|
3334
|
+
{
|
|
3335
|
+
"name": "is-patternhub",
|
|
3336
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3337
|
+
}
|
|
3338
|
+
],
|
|
3339
|
+
"references": []
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"name": "input-datalist-typeahead-examples",
|
|
3343
|
+
"description": "\n---\n",
|
|
3344
|
+
"attributes": [],
|
|
3345
|
+
"references": []
|
|
3346
|
+
},
|
|
3347
|
+
{
|
|
3348
|
+
"name": "input-density",
|
|
3349
|
+
"description": "\n---\n",
|
|
3350
|
+
"attributes": [],
|
|
3351
|
+
"references": []
|
|
3352
|
+
},
|
|
3353
|
+
{
|
|
3354
|
+
"name": "input-disabled",
|
|
3355
|
+
"description": "\n---\n",
|
|
3356
|
+
"attributes": [],
|
|
3357
|
+
"references": []
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"name": "input-example-floating-label",
|
|
3361
|
+
"description": "\n---\n",
|
|
3362
|
+
"attributes": [],
|
|
3363
|
+
"references": []
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"name": "input-example-length",
|
|
3367
|
+
"description": "\n---\n",
|
|
3368
|
+
"attributes": [],
|
|
3369
|
+
"references": []
|
|
3370
|
+
},
|
|
3371
|
+
{
|
|
3372
|
+
"name": "input-example-types-floating-label",
|
|
3373
|
+
"description": "\n---\n",
|
|
3374
|
+
"attributes": [],
|
|
3375
|
+
"references": []
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"name": "input-example-typeswithminandmax",
|
|
3379
|
+
"description": "\n---\n",
|
|
3380
|
+
"attributes": [],
|
|
3381
|
+
"references": []
|
|
3382
|
+
},
|
|
3383
|
+
{
|
|
3384
|
+
"name": "input-readonly",
|
|
3385
|
+
"description": "\n---\n",
|
|
3386
|
+
"attributes": [],
|
|
3387
|
+
"references": []
|
|
3388
|
+
},
|
|
3389
|
+
{
|
|
3390
|
+
"name": "input-required",
|
|
3391
|
+
"description": "\n---\n",
|
|
3392
|
+
"attributes": [],
|
|
3393
|
+
"references": []
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
"name": "input-show-icon-leading-trailing",
|
|
3397
|
+
"description": "\n---\n",
|
|
3398
|
+
"attributes": [],
|
|
3399
|
+
"references": []
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"name": "input-show-icon-leading",
|
|
3403
|
+
"description": "\n---\n",
|
|
3404
|
+
"attributes": [],
|
|
3405
|
+
"references": []
|
|
3406
|
+
},
|
|
3407
|
+
{
|
|
3408
|
+
"name": "input-show-icon-trailing",
|
|
3409
|
+
"description": "\n---\n",
|
|
3410
|
+
"attributes": [],
|
|
3411
|
+
"references": []
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"name": "input-show-label",
|
|
3415
|
+
"description": "\n---\n",
|
|
3416
|
+
"attributes": [],
|
|
3417
|
+
"references": []
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
"name": "input-show-message",
|
|
3421
|
+
"description": "\n---\n",
|
|
3422
|
+
"attributes": [],
|
|
3423
|
+
"references": []
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"name": "input-show-required-asterisk",
|
|
3427
|
+
"description": "\n---\n",
|
|
3428
|
+
"attributes": [],
|
|
3429
|
+
"references": []
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"name": "input-state",
|
|
3433
|
+
"description": "\n---\n",
|
|
3434
|
+
"attributes": [],
|
|
3435
|
+
"references": []
|
|
3436
|
+
},
|
|
3437
|
+
{
|
|
3438
|
+
"name": "input-validation",
|
|
3439
|
+
"description": "\n---\n",
|
|
3440
|
+
"attributes": [],
|
|
3441
|
+
"references": []
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "input-variant",
|
|
3445
|
+
"description": "\n---\n",
|
|
3446
|
+
"attributes": [],
|
|
3447
|
+
"references": []
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"name": "input-showcase",
|
|
3451
|
+
"description": "\n---\n",
|
|
3452
|
+
"attributes": [
|
|
3453
|
+
{
|
|
3454
|
+
"name": "is-patternhub",
|
|
3455
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3456
|
+
}
|
|
3457
|
+
],
|
|
3458
|
+
"references": []
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"name": "link-content",
|
|
3462
|
+
"description": "\n---\n",
|
|
3463
|
+
"attributes": [],
|
|
3464
|
+
"references": []
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"name": "link-density",
|
|
3468
|
+
"description": "\n---\n",
|
|
3469
|
+
"attributes": [],
|
|
3470
|
+
"references": []
|
|
3471
|
+
},
|
|
3472
|
+
{
|
|
3473
|
+
"name": "link-disabled",
|
|
3474
|
+
"description": "\n---\n",
|
|
3475
|
+
"attributes": [],
|
|
3476
|
+
"references": []
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"name": "link-examples",
|
|
3480
|
+
"description": "\n---\n",
|
|
3481
|
+
"attributes": [],
|
|
3482
|
+
"references": []
|
|
3483
|
+
},
|
|
3484
|
+
{
|
|
3485
|
+
"name": "link-show-icon",
|
|
3486
|
+
"description": "\n---\n",
|
|
3487
|
+
"attributes": [],
|
|
3488
|
+
"references": []
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"name": "link-size",
|
|
3492
|
+
"description": "\n---\n",
|
|
3493
|
+
"attributes": [],
|
|
3494
|
+
"references": []
|
|
3495
|
+
},
|
|
3496
|
+
{
|
|
3497
|
+
"name": "link-variant",
|
|
3498
|
+
"description": "\n---\n",
|
|
3499
|
+
"attributes": [],
|
|
3500
|
+
"references": []
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"name": "link-wrap",
|
|
3504
|
+
"description": "\n---\n",
|
|
3505
|
+
"attributes": [],
|
|
3506
|
+
"references": []
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
"name": "link-showcase",
|
|
3510
|
+
"description": "\n---\n",
|
|
3511
|
+
"attributes": [
|
|
3512
|
+
{
|
|
3513
|
+
"name": "is-patternhub",
|
|
3514
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3515
|
+
}
|
|
3516
|
+
],
|
|
3517
|
+
"references": []
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"name": "navigation-density",
|
|
3521
|
+
"description": "\n---\n",
|
|
3522
|
+
"attributes": [],
|
|
3523
|
+
"references": []
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
"name": "navigation-showcase",
|
|
3527
|
+
"description": "\n---\n",
|
|
3528
|
+
"attributes": [
|
|
3529
|
+
{
|
|
3530
|
+
"name": "is-patternhub",
|
|
3531
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3532
|
+
}
|
|
3533
|
+
],
|
|
3534
|
+
"references": []
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"name": "navigation-item-active",
|
|
3538
|
+
"description": "\n---\n",
|
|
3539
|
+
"attributes": [],
|
|
3540
|
+
"references": []
|
|
3541
|
+
},
|
|
3542
|
+
{
|
|
3543
|
+
"name": "navigation-item-density",
|
|
3544
|
+
"description": "\n---\n",
|
|
3545
|
+
"attributes": [],
|
|
3546
|
+
"references": []
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"name": "navigation-item-disabled",
|
|
3550
|
+
"description": "\n---\n",
|
|
3551
|
+
"attributes": [],
|
|
3552
|
+
"references": []
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"name": "navigation-item-expanded",
|
|
3556
|
+
"description": "\n---\n",
|
|
3557
|
+
"attributes": [],
|
|
3558
|
+
"references": []
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"name": "navigation-item-show-icon",
|
|
3562
|
+
"description": "\n---\n",
|
|
3563
|
+
"attributes": [],
|
|
3564
|
+
"references": []
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
"name": "navigation-item-width",
|
|
3568
|
+
"description": "\n---\n",
|
|
3569
|
+
"attributes": [],
|
|
3570
|
+
"references": []
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"name": "navigation-item-wrap",
|
|
3574
|
+
"description": "\n---\n",
|
|
3575
|
+
"attributes": [],
|
|
3576
|
+
"references": []
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
"name": "navigation-item-showcase",
|
|
3580
|
+
"description": "\n---\n",
|
|
3581
|
+
"attributes": [
|
|
3582
|
+
{
|
|
3583
|
+
"name": "is-patternhub",
|
|
3584
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3585
|
+
}
|
|
3586
|
+
],
|
|
3587
|
+
"references": []
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "notification-closeable",
|
|
3591
|
+
"description": "\n---\n",
|
|
3592
|
+
"attributes": [],
|
|
3593
|
+
"references": []
|
|
3594
|
+
},
|
|
3595
|
+
{
|
|
3596
|
+
"name": "notification-density",
|
|
3597
|
+
"description": "\n---\n",
|
|
3598
|
+
"attributes": [],
|
|
3599
|
+
"references": []
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "notification-examples-variant-docked",
|
|
3603
|
+
"description": "\n---\n",
|
|
3604
|
+
"attributes": [],
|
|
3605
|
+
"references": []
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"name": "notification-examples-variant-overlay",
|
|
3609
|
+
"description": "\n---\n",
|
|
3610
|
+
"attributes": [],
|
|
3611
|
+
"references": []
|
|
3612
|
+
},
|
|
3613
|
+
{
|
|
3614
|
+
"name": "notification-examples-variant-standalone",
|
|
3615
|
+
"description": "\n---\n",
|
|
3616
|
+
"attributes": [],
|
|
3617
|
+
"references": []
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"name": "notification-link-variant",
|
|
3621
|
+
"description": "\n---\n",
|
|
3622
|
+
"attributes": [],
|
|
3623
|
+
"references": []
|
|
3624
|
+
},
|
|
3625
|
+
{
|
|
3626
|
+
"name": "notification-semantic",
|
|
3627
|
+
"description": "\n---\n",
|
|
3628
|
+
"attributes": [],
|
|
3629
|
+
"references": []
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"name": "notification-show-headline",
|
|
3633
|
+
"description": "\n---\n",
|
|
3634
|
+
"attributes": [],
|
|
3635
|
+
"references": []
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"name": "notification-show-icon",
|
|
3639
|
+
"description": "\n---\n",
|
|
3640
|
+
"attributes": [],
|
|
3641
|
+
"references": []
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"name": "notification-show-timestamp",
|
|
3645
|
+
"description": "\n---\n",
|
|
3646
|
+
"attributes": [],
|
|
3647
|
+
"references": []
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"name": "notification-variant",
|
|
3651
|
+
"description": "\n---\n",
|
|
3652
|
+
"attributes": [],
|
|
3653
|
+
"references": []
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "notification-visual",
|
|
3657
|
+
"description": "\n---\n",
|
|
3658
|
+
"attributes": [],
|
|
3659
|
+
"references": []
|
|
3660
|
+
},
|
|
3661
|
+
{
|
|
3662
|
+
"name": "notification-showcase",
|
|
3663
|
+
"description": "\n---\n",
|
|
3664
|
+
"attributes": [
|
|
3665
|
+
{
|
|
3666
|
+
"name": "is-patternhub",
|
|
3667
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3668
|
+
}
|
|
3669
|
+
],
|
|
3670
|
+
"references": []
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"name": "popover-animation",
|
|
3674
|
+
"description": "\n---\n",
|
|
3675
|
+
"attributes": [],
|
|
3676
|
+
"references": []
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"name": "popover-delay",
|
|
3680
|
+
"description": "\n---\n",
|
|
3681
|
+
"attributes": [],
|
|
3682
|
+
"references": []
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
"name": "popover-density",
|
|
3686
|
+
"description": "\n---\n",
|
|
3687
|
+
"attributes": [],
|
|
3688
|
+
"references": []
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"name": "popover-gap",
|
|
3692
|
+
"description": "\n---\n",
|
|
3693
|
+
"attributes": [],
|
|
3694
|
+
"references": []
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"name": "popover-placement",
|
|
3698
|
+
"description": "\n---\n",
|
|
3699
|
+
"attributes": [],
|
|
3700
|
+
"references": []
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"name": "popover-spacing",
|
|
3704
|
+
"description": "\n---\n",
|
|
3705
|
+
"attributes": [],
|
|
3706
|
+
"references": []
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"name": "popover-width",
|
|
3710
|
+
"description": "\n---\n",
|
|
3711
|
+
"attributes": [],
|
|
3712
|
+
"references": []
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"name": "popover-showcase",
|
|
3716
|
+
"description": "\n---\n",
|
|
3717
|
+
"attributes": [
|
|
3718
|
+
{
|
|
3719
|
+
"name": "is-patternhub",
|
|
3720
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3721
|
+
}
|
|
3722
|
+
],
|
|
3723
|
+
"references": []
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"name": "radio-checked",
|
|
3727
|
+
"description": "\n---\n",
|
|
3728
|
+
"attributes": [],
|
|
3729
|
+
"references": []
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
"name": "radio-density",
|
|
3733
|
+
"description": "\n---\n",
|
|
3734
|
+
"attributes": [],
|
|
3735
|
+
"references": []
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"name": "radio-disabled",
|
|
3739
|
+
"description": "\n---\n",
|
|
3740
|
+
"attributes": [],
|
|
3741
|
+
"references": []
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
"name": "radio-required",
|
|
3745
|
+
"description": "\n---\n",
|
|
3746
|
+
"attributes": [],
|
|
3747
|
+
"references": []
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"name": "radio-show-label",
|
|
3751
|
+
"description": "\n---\n",
|
|
3752
|
+
"attributes": [],
|
|
3753
|
+
"references": []
|
|
3754
|
+
},
|
|
3755
|
+
{
|
|
3756
|
+
"name": "radio-show-required-asterisk",
|
|
3757
|
+
"description": "\n---\n",
|
|
3758
|
+
"attributes": [],
|
|
3759
|
+
"references": []
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"name": "radio-size",
|
|
3763
|
+
"description": "\n---\n",
|
|
3764
|
+
"attributes": [],
|
|
3765
|
+
"references": []
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
"name": "radio-validation",
|
|
3769
|
+
"description": "\n---\n",
|
|
3770
|
+
"attributes": [],
|
|
3771
|
+
"references": []
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"name": "radio-showcase",
|
|
3775
|
+
"description": "\n---\n",
|
|
3776
|
+
"attributes": [
|
|
3777
|
+
{
|
|
3778
|
+
"name": "is-patternhub",
|
|
3779
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3780
|
+
}
|
|
3781
|
+
],
|
|
3782
|
+
"references": []
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
"name": "section-density",
|
|
3786
|
+
"description": "\n---\n",
|
|
3787
|
+
"attributes": [],
|
|
3788
|
+
"references": []
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"name": "section-spacing",
|
|
3792
|
+
"description": "\n---\n",
|
|
3793
|
+
"attributes": [],
|
|
3794
|
+
"references": []
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"name": "section-width",
|
|
3798
|
+
"description": "\n---\n",
|
|
3799
|
+
"attributes": [],
|
|
3800
|
+
"references": []
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"name": "section-showcase",
|
|
3804
|
+
"description": "\n---\n",
|
|
3805
|
+
"attributes": [
|
|
3806
|
+
{
|
|
3807
|
+
"name": "is-patternhub",
|
|
3808
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3809
|
+
}
|
|
3810
|
+
],
|
|
3811
|
+
"references": []
|
|
3812
|
+
},
|
|
3813
|
+
{
|
|
3814
|
+
"name": "select-content",
|
|
3815
|
+
"description": "\n---\n",
|
|
3816
|
+
"attributes": [],
|
|
3817
|
+
"references": []
|
|
3818
|
+
},
|
|
3819
|
+
{
|
|
3820
|
+
"name": "select-density",
|
|
3821
|
+
"description": "\n---\n",
|
|
3822
|
+
"attributes": [],
|
|
3823
|
+
"references": []
|
|
3824
|
+
},
|
|
3825
|
+
{
|
|
3826
|
+
"name": "select-disabled",
|
|
3827
|
+
"description": "\n---\n",
|
|
3828
|
+
"attributes": [],
|
|
3829
|
+
"references": []
|
|
3830
|
+
},
|
|
3831
|
+
{
|
|
3832
|
+
"name": "select-examples-floating-label",
|
|
3833
|
+
"description": "\n---\n",
|
|
3834
|
+
"attributes": [],
|
|
3835
|
+
"references": []
|
|
3836
|
+
},
|
|
3837
|
+
{
|
|
3838
|
+
"name": "select-option-groups",
|
|
3839
|
+
"description": "\n---\n",
|
|
3840
|
+
"attributes": [],
|
|
3841
|
+
"references": []
|
|
3842
|
+
},
|
|
3843
|
+
{
|
|
3844
|
+
"name": "select-required",
|
|
3845
|
+
"description": "\n---\n",
|
|
3846
|
+
"attributes": [],
|
|
3847
|
+
"references": []
|
|
3848
|
+
},
|
|
3849
|
+
{
|
|
3850
|
+
"name": "select-show-label",
|
|
3851
|
+
"description": "\n---\n",
|
|
3852
|
+
"attributes": [],
|
|
3853
|
+
"references": []
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
"name": "select-show-message",
|
|
3857
|
+
"description": "\n---\n",
|
|
3858
|
+
"attributes": [],
|
|
3859
|
+
"references": []
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
"name": "select-show-required-asterisk",
|
|
3863
|
+
"description": "\n---\n",
|
|
3864
|
+
"attributes": [],
|
|
3865
|
+
"references": []
|
|
3866
|
+
},
|
|
3867
|
+
{
|
|
3868
|
+
"name": "select-state",
|
|
3869
|
+
"description": "\n---\n",
|
|
3870
|
+
"attributes": [],
|
|
3871
|
+
"references": []
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
"name": "select-validation",
|
|
3875
|
+
"description": "\n---\n",
|
|
3876
|
+
"attributes": [],
|
|
3877
|
+
"references": []
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"name": "select-variant",
|
|
3881
|
+
"description": "\n---\n",
|
|
3882
|
+
"attributes": [],
|
|
3883
|
+
"references": []
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"name": "select-showcase",
|
|
3887
|
+
"description": "\n---\n",
|
|
3888
|
+
"attributes": [
|
|
3889
|
+
{
|
|
3890
|
+
"name": "is-patternhub",
|
|
3891
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3892
|
+
}
|
|
3893
|
+
],
|
|
3894
|
+
"references": []
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
"name": "stack-alignment-column",
|
|
3898
|
+
"description": "\n---\n",
|
|
3899
|
+
"attributes": [],
|
|
3900
|
+
"references": []
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "stack-alignment-row",
|
|
3904
|
+
"description": "\n---\n",
|
|
3905
|
+
"attributes": [],
|
|
3906
|
+
"references": []
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
"name": "stack-density",
|
|
3910
|
+
"description": "\n---\n",
|
|
3911
|
+
"attributes": [],
|
|
3912
|
+
"references": []
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"name": "stack-direction",
|
|
3916
|
+
"description": "\n---\n",
|
|
3917
|
+
"attributes": [],
|
|
3918
|
+
"references": []
|
|
3919
|
+
},
|
|
3920
|
+
{
|
|
3921
|
+
"name": "stack-gap",
|
|
3922
|
+
"description": "\n---\n",
|
|
3923
|
+
"attributes": [],
|
|
3924
|
+
"references": []
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"name": "stack-justify-content-column",
|
|
3928
|
+
"description": "\n---\n",
|
|
3929
|
+
"attributes": [],
|
|
3930
|
+
"references": []
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"name": "stack-justify-content-row",
|
|
3934
|
+
"description": "\n---\n",
|
|
3935
|
+
"attributes": [],
|
|
3936
|
+
"references": []
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"name": "stack-variant",
|
|
3940
|
+
"description": "\n---\n",
|
|
3941
|
+
"attributes": [],
|
|
3942
|
+
"references": []
|
|
3943
|
+
},
|
|
3944
|
+
{
|
|
3945
|
+
"name": "stack-wrap",
|
|
3946
|
+
"description": "\n---\n",
|
|
3947
|
+
"attributes": [],
|
|
3948
|
+
"references": []
|
|
3949
|
+
},
|
|
3950
|
+
{
|
|
3951
|
+
"name": "stack-showcase",
|
|
3952
|
+
"description": "\n---\n",
|
|
3953
|
+
"attributes": [
|
|
3954
|
+
{
|
|
3955
|
+
"name": "is-patternhub",
|
|
3956
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
3957
|
+
}
|
|
3958
|
+
],
|
|
3959
|
+
"references": []
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"name": "switch-checked",
|
|
3963
|
+
"description": "\n---\n",
|
|
3964
|
+
"attributes": [],
|
|
3965
|
+
"references": []
|
|
3966
|
+
},
|
|
3967
|
+
{
|
|
3968
|
+
"name": "switch-density",
|
|
3969
|
+
"description": "\n---\n",
|
|
3970
|
+
"attributes": [],
|
|
3971
|
+
"references": []
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"name": "switch-disabled",
|
|
3975
|
+
"description": "\n---\n",
|
|
3976
|
+
"attributes": [],
|
|
3977
|
+
"references": []
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"name": "switch-examples",
|
|
3981
|
+
"description": "\n---\n",
|
|
3982
|
+
"attributes": [],
|
|
3983
|
+
"references": []
|
|
3984
|
+
},
|
|
3985
|
+
{
|
|
3986
|
+
"name": "switch-required",
|
|
3987
|
+
"description": "\n---\n",
|
|
3988
|
+
"attributes": [],
|
|
3989
|
+
"references": []
|
|
3990
|
+
},
|
|
3991
|
+
{
|
|
3992
|
+
"name": "switch-show-label",
|
|
3993
|
+
"description": "\n---\n",
|
|
3994
|
+
"attributes": [],
|
|
3995
|
+
"references": []
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
"name": "switch-show-message",
|
|
3999
|
+
"description": "\n---\n",
|
|
4000
|
+
"attributes": [],
|
|
4001
|
+
"references": []
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"name": "switch-show-required-asterisk",
|
|
4005
|
+
"description": "\n---\n",
|
|
4006
|
+
"attributes": [],
|
|
4007
|
+
"references": []
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"name": "switch-size",
|
|
4011
|
+
"description": "\n---\n",
|
|
4012
|
+
"attributes": [],
|
|
4013
|
+
"references": []
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
"name": "switch-validation",
|
|
4017
|
+
"description": "\n---\n",
|
|
4018
|
+
"attributes": [],
|
|
4019
|
+
"references": []
|
|
4020
|
+
},
|
|
4021
|
+
{
|
|
4022
|
+
"name": "switch-variant",
|
|
4023
|
+
"description": "\n---\n",
|
|
4024
|
+
"attributes": [],
|
|
4025
|
+
"references": []
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
"name": "switch-visual-aid",
|
|
4029
|
+
"description": "\n---\n",
|
|
4030
|
+
"attributes": [],
|
|
4031
|
+
"references": []
|
|
4032
|
+
},
|
|
4033
|
+
{
|
|
4034
|
+
"name": "switch-showcase",
|
|
4035
|
+
"description": "\n---\n",
|
|
4036
|
+
"attributes": [
|
|
4037
|
+
{
|
|
4038
|
+
"name": "is-patternhub",
|
|
4039
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
4040
|
+
}
|
|
4041
|
+
],
|
|
4042
|
+
"references": []
|
|
4043
|
+
},
|
|
4044
|
+
{
|
|
4045
|
+
"name": "tab-item-behavior",
|
|
4046
|
+
"description": "\n---\n",
|
|
4047
|
+
"attributes": [],
|
|
4048
|
+
"references": []
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
"name": "tab-item-content-alignment-full-width",
|
|
4052
|
+
"description": "\n---\n",
|
|
4053
|
+
"attributes": [],
|
|
4054
|
+
"references": []
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"name": "tab-item-density",
|
|
4058
|
+
"description": "\n---\n",
|
|
4059
|
+
"attributes": [],
|
|
4060
|
+
"references": []
|
|
4061
|
+
},
|
|
4062
|
+
{
|
|
4063
|
+
"name": "tab-item-show-icon-leading",
|
|
4064
|
+
"description": "\n---\n",
|
|
4065
|
+
"attributes": [],
|
|
4066
|
+
"references": []
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
"name": "tab-item-show-icon-trailing",
|
|
4070
|
+
"description": "\n---\n",
|
|
4071
|
+
"attributes": [],
|
|
4072
|
+
"references": []
|
|
4073
|
+
},
|
|
4074
|
+
{
|
|
4075
|
+
"name": "tab-item-states",
|
|
4076
|
+
"description": "\n---\n",
|
|
4077
|
+
"attributes": [],
|
|
4078
|
+
"references": []
|
|
4079
|
+
},
|
|
4080
|
+
{
|
|
4081
|
+
"name": "tab-item-showcase",
|
|
4082
|
+
"description": "\n---\n",
|
|
4083
|
+
"attributes": [
|
|
4084
|
+
{
|
|
4085
|
+
"name": "is-patternhub",
|
|
4086
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
4087
|
+
}
|
|
4088
|
+
],
|
|
4089
|
+
"references": []
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"name": "tabs-density",
|
|
4093
|
+
"description": "\n---\n",
|
|
4094
|
+
"attributes": [],
|
|
4095
|
+
"references": []
|
|
4096
|
+
},
|
|
4097
|
+
{
|
|
4098
|
+
"name": "tabs-examples",
|
|
4099
|
+
"description": "\n---\n",
|
|
4100
|
+
"attributes": [],
|
|
4101
|
+
"references": []
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
"name": "tabs-orientation",
|
|
4105
|
+
"description": "\n---\n",
|
|
4106
|
+
"attributes": [],
|
|
4107
|
+
"references": []
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
"name": "tabs-overflow",
|
|
4111
|
+
"description": "\n---\n",
|
|
4112
|
+
"attributes": [],
|
|
4113
|
+
"references": []
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
"name": "tabs-width",
|
|
4117
|
+
"description": "\n---\n",
|
|
4118
|
+
"attributes": [],
|
|
4119
|
+
"references": []
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"name": "tabs-showcase",
|
|
4123
|
+
"description": "\n---\n",
|
|
4124
|
+
"attributes": [
|
|
4125
|
+
{
|
|
4126
|
+
"name": "is-patternhub",
|
|
4127
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
4128
|
+
}
|
|
4129
|
+
],
|
|
4130
|
+
"references": []
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
"name": "tag-behavior",
|
|
4134
|
+
"description": "\n---\n",
|
|
4135
|
+
"attributes": [],
|
|
4136
|
+
"references": []
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
"name": "tag-checked",
|
|
4140
|
+
"description": "\n---\n",
|
|
4141
|
+
"attributes": [],
|
|
4142
|
+
"references": []
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"name": "tag-density",
|
|
4146
|
+
"description": "\n---\n",
|
|
4147
|
+
"attributes": [],
|
|
4148
|
+
"references": []
|
|
4149
|
+
},
|
|
4150
|
+
{
|
|
4151
|
+
"name": "tag-disabled",
|
|
4152
|
+
"description": "\n---\n",
|
|
4153
|
+
"attributes": [],
|
|
4154
|
+
"references": []
|
|
4155
|
+
},
|
|
4156
|
+
{
|
|
4157
|
+
"name": "tag-emphasis",
|
|
4158
|
+
"description": "\n---\n",
|
|
4159
|
+
"attributes": [],
|
|
4160
|
+
"references": []
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"name": "tag-example-strong",
|
|
4164
|
+
"description": "\n---\n",
|
|
4165
|
+
"attributes": [],
|
|
4166
|
+
"references": []
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
"name": "tag-no-text",
|
|
4170
|
+
"description": "\n---\n",
|
|
4171
|
+
"attributes": [],
|
|
4172
|
+
"references": []
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"name": "tag-overflow",
|
|
4176
|
+
"description": "\n---\n",
|
|
4177
|
+
"attributes": [],
|
|
4178
|
+
"references": []
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"name": "tag-semantic",
|
|
4182
|
+
"description": "\n---\n",
|
|
4183
|
+
"attributes": [],
|
|
4184
|
+
"references": []
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
"name": "tag-show-check-state",
|
|
4188
|
+
"description": "\n---\n",
|
|
4189
|
+
"attributes": [],
|
|
4190
|
+
"references": []
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"name": "tag-show-icon",
|
|
4194
|
+
"description": "\n---\n",
|
|
4195
|
+
"attributes": [],
|
|
4196
|
+
"references": []
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"name": "tag-show-slot",
|
|
4200
|
+
"description": "\n---\n",
|
|
4201
|
+
"attributes": [],
|
|
4202
|
+
"references": []
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
"name": "tag-showcase",
|
|
4206
|
+
"description": "\n---\n",
|
|
4207
|
+
"attributes": [
|
|
4208
|
+
{
|
|
4209
|
+
"name": "is-patternhub",
|
|
4210
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
4211
|
+
}
|
|
4212
|
+
],
|
|
4213
|
+
"references": []
|
|
4214
|
+
},
|
|
4215
|
+
{
|
|
4216
|
+
"name": "textarea-density",
|
|
4217
|
+
"description": "\n---\n",
|
|
4218
|
+
"attributes": [],
|
|
4219
|
+
"references": []
|
|
4220
|
+
},
|
|
4221
|
+
{
|
|
4222
|
+
"name": "textarea-disabled",
|
|
4223
|
+
"description": "\n---\n",
|
|
4224
|
+
"attributes": [],
|
|
4225
|
+
"references": []
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "textarea-examples-floating-label",
|
|
4229
|
+
"description": "\n---\n",
|
|
4230
|
+
"attributes": [],
|
|
4231
|
+
"references": []
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"name": "textarea-field-sizing",
|
|
4235
|
+
"description": "\n---\n",
|
|
4236
|
+
"attributes": [],
|
|
4237
|
+
"references": []
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"name": "textarea-readonly",
|
|
4241
|
+
"description": "\n---\n",
|
|
4242
|
+
"attributes": [],
|
|
4243
|
+
"references": []
|
|
4244
|
+
},
|
|
4245
|
+
{
|
|
4246
|
+
"name": "textarea-required",
|
|
4247
|
+
"description": "\n---\n",
|
|
4248
|
+
"attributes": [],
|
|
4249
|
+
"references": []
|
|
4250
|
+
},
|
|
4251
|
+
{
|
|
4252
|
+
"name": "textarea-rows",
|
|
4253
|
+
"description": "\n---\n",
|
|
4254
|
+
"attributes": [],
|
|
4255
|
+
"references": []
|
|
4256
|
+
},
|
|
4257
|
+
{
|
|
4258
|
+
"name": "textarea-show-label",
|
|
4259
|
+
"description": "\n---\n",
|
|
4260
|
+
"attributes": [],
|
|
4261
|
+
"references": []
|
|
4262
|
+
},
|
|
4263
|
+
{
|
|
4264
|
+
"name": "textarea-show-message",
|
|
4265
|
+
"description": "\n---\n",
|
|
4266
|
+
"attributes": [],
|
|
4267
|
+
"references": []
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"name": "textarea-show-required-asterisk",
|
|
4271
|
+
"description": "\n---\n",
|
|
4272
|
+
"attributes": [],
|
|
4273
|
+
"references": []
|
|
4274
|
+
},
|
|
4275
|
+
{
|
|
4276
|
+
"name": "textarea-show-resizer",
|
|
4277
|
+
"description": "\n---\n",
|
|
4278
|
+
"attributes": [],
|
|
4279
|
+
"references": []
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"name": "textarea-state",
|
|
4283
|
+
"description": "\n---\n",
|
|
4284
|
+
"attributes": [],
|
|
4285
|
+
"references": []
|
|
4286
|
+
},
|
|
4287
|
+
{
|
|
4288
|
+
"name": "textarea-validation",
|
|
4289
|
+
"description": "\n---\n",
|
|
4290
|
+
"attributes": [],
|
|
4291
|
+
"references": []
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
"name": "textarea-variant",
|
|
4295
|
+
"description": "\n---\n",
|
|
4296
|
+
"attributes": [],
|
|
4297
|
+
"references": []
|
|
4298
|
+
},
|
|
4299
|
+
{
|
|
4300
|
+
"name": "textarea-showcase",
|
|
4301
|
+
"description": "\n---\n",
|
|
4302
|
+
"attributes": [
|
|
4303
|
+
{
|
|
4304
|
+
"name": "is-patternhub",
|
|
4305
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
4306
|
+
}
|
|
4307
|
+
],
|
|
4308
|
+
"references": []
|
|
4309
|
+
},
|
|
4310
|
+
{
|
|
4311
|
+
"name": "tooltip-animation",
|
|
4312
|
+
"description": "\n---\n",
|
|
4313
|
+
"attributes": [],
|
|
4314
|
+
"references": []
|
|
4315
|
+
},
|
|
4316
|
+
{
|
|
4317
|
+
"name": "tooltip-delay",
|
|
4318
|
+
"description": "\n---\n",
|
|
4319
|
+
"attributes": [],
|
|
4320
|
+
"references": []
|
|
4321
|
+
},
|
|
4322
|
+
{
|
|
4323
|
+
"name": "tooltip-density",
|
|
4324
|
+
"description": "\n---\n",
|
|
4325
|
+
"attributes": [],
|
|
4326
|
+
"references": []
|
|
4327
|
+
},
|
|
4328
|
+
{
|
|
4329
|
+
"name": "tooltip-emphasis",
|
|
4330
|
+
"description": "\n---\n",
|
|
4331
|
+
"attributes": [],
|
|
4332
|
+
"references": []
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"name": "tooltip-placement",
|
|
4336
|
+
"description": "\n---\n",
|
|
4337
|
+
"attributes": [],
|
|
4338
|
+
"references": []
|
|
4339
|
+
},
|
|
4340
|
+
{
|
|
4341
|
+
"name": "tooltip-show-arrow",
|
|
4342
|
+
"description": "\n---\n",
|
|
4343
|
+
"attributes": [],
|
|
4344
|
+
"references": []
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"name": "tooltip-width",
|
|
4348
|
+
"description": "\n---\n",
|
|
4349
|
+
"attributes": [],
|
|
4350
|
+
"references": []
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"name": "tooltip-showcase",
|
|
2930
4354
|
"description": "\n---\n",
|
|
2931
4355
|
"attributes": [
|
|
2932
4356
|
{
|