@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.
Files changed (184) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/cjs/db-accordion-item.cjs.entry.js +9 -5
  3. package/dist/cjs/db-accordion.cjs.entry.js +8 -4
  4. package/dist/cjs/db-badge.cjs.entry.js +8 -4
  5. package/dist/cjs/db-brand.cjs.entry.js +8 -4
  6. package/dist/cjs/db-button.cjs.entry.js +8 -4
  7. package/dist/cjs/db-card.cjs.entry.js +9 -5
  8. package/dist/cjs/db-checkbox.cjs.entry.js +9 -5
  9. package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +40 -20
  10. package/dist/cjs/db-custom-select-form-field.cjs.entry.js +9 -5
  11. package/dist/cjs/db-custom-select.cjs.entry.js +14 -10
  12. package/dist/cjs/db-divider.cjs.entry.js +8 -4
  13. package/dist/cjs/db-drawer.cjs.entry.js +10 -6
  14. package/dist/cjs/db-header.cjs.entry.js +11 -7
  15. package/dist/cjs/db-icon.cjs.entry.js +8 -4
  16. package/dist/cjs/db-infotext.cjs.entry.js +8 -4
  17. package/dist/cjs/db-link.cjs.entry.js +8 -4
  18. package/dist/cjs/db-navigation-item.cjs.entry.js +10 -6
  19. package/dist/cjs/db-navigation.cjs.entry.js +9 -5
  20. package/dist/cjs/db-notification.cjs.entry.js +9 -5
  21. package/dist/cjs/db-page.cjs.entry.js +9 -5
  22. package/dist/cjs/db-popover.cjs.entry.js +11 -7
  23. package/dist/cjs/db-radio.cjs.entry.js +8 -4
  24. package/dist/cjs/db-section.cjs.entry.js +9 -5
  25. package/dist/cjs/db-select.cjs.entry.js +9 -5
  26. package/dist/cjs/db-stack.cjs.entry.js +9 -5
  27. package/dist/cjs/db-switch.cjs.entry.js +9 -5
  28. package/dist/cjs/db-tab-item_3.cjs.entry.js +25 -13
  29. package/dist/cjs/db-tabs.cjs.entry.js +9 -5
  30. package/dist/cjs/db-textarea.cjs.entry.js +9 -5
  31. package/dist/cjs/db-tooltip.cjs.entry.js +12 -7
  32. package/dist/cjs/db-ux.cjs.js +3 -3
  33. package/dist/cjs/{floating-components-ogUqz72V.js → floating-components-pYaTeNhp.js} +65 -15
  34. package/dist/cjs/{index-CEqZnn9s.js → index-Bh5ovRL2.js} +1 -1
  35. package/dist/cjs/index.cjs.js +2 -2
  36. package/dist/cjs/loader.cjs.js +2 -2
  37. package/dist/cjs/{navigation-DauGE-qj.js → navigation-BztJmEHf.js} +1 -1
  38. package/dist/collection/collection-manifest.json +1 -1
  39. package/dist/collection/components/accordion/accordion.js +7 -3
  40. package/dist/collection/components/accordion-item/accordion-item.js +8 -4
  41. package/dist/collection/components/badge/badge.js +7 -3
  42. package/dist/collection/components/brand/brand.js +7 -3
  43. package/dist/collection/components/button/button.js +7 -3
  44. package/dist/collection/components/card/card.js +8 -4
  45. package/dist/collection/components/checkbox/checkbox.js +8 -4
  46. package/dist/collection/components/custom-select/custom-select.js +12 -8
  47. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +8 -4
  48. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +8 -4
  49. package/dist/collection/components/custom-select-list/custom-select-list.js +8 -4
  50. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +7 -3
  51. package/dist/collection/components/divider/divider.js +7 -3
  52. package/dist/collection/components/drawer/drawer.js +9 -5
  53. package/dist/collection/components/header/header.js +8 -4
  54. package/dist/collection/components/icon/icon.js +7 -3
  55. package/dist/collection/components/infotext/infotext.js +7 -3
  56. package/dist/collection/components/input/input.js +8 -4
  57. package/dist/collection/components/link/link.js +7 -3
  58. package/dist/collection/components/navigation/navigation.js +8 -4
  59. package/dist/collection/components/navigation-item/navigation-item.js +7 -3
  60. package/dist/collection/components/notification/notification.js +8 -4
  61. package/dist/collection/components/page/page.js +8 -4
  62. package/dist/collection/components/popover/popover.js +9 -5
  63. package/dist/collection/components/radio/radio.js +7 -3
  64. package/dist/collection/components/section/section.js +8 -4
  65. package/dist/collection/components/select/select.js +8 -4
  66. package/dist/collection/components/stack/stack.js +8 -4
  67. package/dist/collection/components/switch/switch.js +13 -7
  68. package/dist/collection/components/tab-item/tab-item.js +8 -4
  69. package/dist/collection/components/tab-list/tab-list.js +8 -4
  70. package/dist/collection/components/tab-panel/tab-panel.js +8 -4
  71. package/dist/collection/components/tabs/tabs.js +8 -4
  72. package/dist/collection/components/tag/tag.js +8 -4
  73. package/dist/collection/components/textarea/textarea.js +8 -4
  74. package/dist/collection/components/tooltip/tooltip.js +10 -5
  75. package/dist/collection/utils/floating-components.js +65 -15
  76. package/dist/custom-elements.json +17369 -1424
  77. package/dist/db-ux/db-ux.esm.js +1 -1
  78. package/dist/db-ux/index.esm.js +1 -1
  79. package/dist/db-ux/p-1a72176e.entry.js +1 -0
  80. package/dist/db-ux/p-1b7f6a0b.entry.js +1 -0
  81. package/dist/db-ux/p-1da21066.entry.js +1 -0
  82. package/dist/db-ux/p-2d15e200.entry.js +1 -0
  83. package/dist/db-ux/p-312d52da.entry.js +1 -0
  84. package/dist/db-ux/p-3e6b86d6.entry.js +1 -0
  85. package/dist/db-ux/p-4aa16916.entry.js +1 -0
  86. package/dist/db-ux/p-4b69acea.entry.js +1 -0
  87. package/dist/db-ux/p-4cfff250.entry.js +1 -0
  88. package/dist/db-ux/p-5237e5d5.entry.js +1 -0
  89. package/dist/db-ux/p-5b1a0f0f.entry.js +1 -0
  90. package/dist/db-ux/p-5fa85b19.entry.js +1 -0
  91. package/dist/db-ux/p-64264628.entry.js +1 -0
  92. package/dist/db-ux/p-7351b5ab.entry.js +1 -0
  93. package/dist/db-ux/p-77150a25.entry.js +1 -0
  94. package/dist/db-ux/p-7c6b7578.entry.js +1 -0
  95. package/dist/db-ux/p-828a77d8.entry.js +1 -0
  96. package/dist/db-ux/p-9b47dc80.entry.js +1 -0
  97. package/dist/db-ux/p-DfYL98sI.js +1 -0
  98. package/dist/db-ux/p-a3a8ce36.entry.js +1 -0
  99. package/dist/db-ux/p-aa0f7280.entry.js +1 -0
  100. package/dist/db-ux/p-b07122c4.entry.js +1 -0
  101. package/dist/db-ux/p-b1fc0f4c.entry.js +1 -0
  102. package/dist/db-ux/p-c2624e1b.entry.js +1 -0
  103. package/dist/db-ux/p-c29d8e32.entry.js +1 -0
  104. package/dist/db-ux/{p-sP2NlPcu.js → p-cNk4ImpW.js} +1 -1
  105. package/dist/db-ux/p-cf50169a.entry.js +1 -0
  106. package/dist/db-ux/p-d4f3cfa2.entry.js +1 -0
  107. package/dist/db-ux/p-e05fee5a.entry.js +1 -0
  108. package/dist/db-ux/p-f40d2d61.entry.js +1 -0
  109. package/dist/db-ux/p-fcf8e274.entry.js +1 -0
  110. package/dist/db-ux/p-fe06f815.entry.js +1 -0
  111. package/dist/esm/db-accordion-item.entry.js +9 -5
  112. package/dist/esm/db-accordion.entry.js +8 -4
  113. package/dist/esm/db-badge.entry.js +8 -4
  114. package/dist/esm/db-brand.entry.js +8 -4
  115. package/dist/esm/db-button.entry.js +8 -4
  116. package/dist/esm/db-card.entry.js +9 -5
  117. package/dist/esm/db-checkbox.entry.js +9 -5
  118. package/dist/esm/db-custom-select-dropdown_5.entry.js +40 -20
  119. package/dist/esm/db-custom-select-form-field.entry.js +9 -5
  120. package/dist/esm/db-custom-select.entry.js +14 -10
  121. package/dist/esm/db-divider.entry.js +8 -4
  122. package/dist/esm/db-drawer.entry.js +10 -6
  123. package/dist/esm/db-header.entry.js +11 -7
  124. package/dist/esm/db-icon.entry.js +8 -4
  125. package/dist/esm/db-infotext.entry.js +8 -4
  126. package/dist/esm/db-link.entry.js +8 -4
  127. package/dist/esm/db-navigation-item.entry.js +10 -6
  128. package/dist/esm/db-navigation.entry.js +9 -5
  129. package/dist/esm/db-notification.entry.js +9 -5
  130. package/dist/esm/db-page.entry.js +9 -5
  131. package/dist/esm/db-popover.entry.js +11 -7
  132. package/dist/esm/db-radio.entry.js +8 -4
  133. package/dist/esm/db-section.entry.js +9 -5
  134. package/dist/esm/db-select.entry.js +9 -5
  135. package/dist/esm/db-stack.entry.js +9 -5
  136. package/dist/esm/db-switch.entry.js +9 -5
  137. package/dist/esm/db-tab-item_3.entry.js +25 -13
  138. package/dist/esm/db-tabs.entry.js +9 -5
  139. package/dist/esm/db-textarea.entry.js +9 -5
  140. package/dist/esm/db-tooltip.entry.js +12 -7
  141. package/dist/esm/db-ux.js +4 -4
  142. package/dist/esm/{floating-components-G-TursYV.js → floating-components-DfYL98sI.js} +65 -15
  143. package/dist/esm/{index-BrThqi62.js → index-Crtu1dn6.js} +1 -1
  144. package/dist/esm/index.js +2 -2
  145. package/dist/esm/loader.js +3 -3
  146. package/dist/esm/{navigation--UdC9CzO.js → navigation-DgsMCdfn.js} +1 -1
  147. package/dist/types/components/switch/model.d.ts +1 -1
  148. package/dist/types/components.d.ts +1 -0
  149. package/dist/types/shared/model.d.ts +2 -2
  150. package/dist/vscode.html-custom-data.json +1718 -294
  151. package/dist/web-types.json +2740 -666
  152. package/package.json +4 -4
  153. package/dist/db-ux/p-07bf3657.entry.js +0 -1
  154. package/dist/db-ux/p-0a89cbcd.entry.js +0 -1
  155. package/dist/db-ux/p-15539d9d.entry.js +0 -1
  156. package/dist/db-ux/p-41cb4673.entry.js +0 -1
  157. package/dist/db-ux/p-460073dd.entry.js +0 -1
  158. package/dist/db-ux/p-4a9b9909.entry.js +0 -1
  159. package/dist/db-ux/p-4ec09cf1.entry.js +0 -1
  160. package/dist/db-ux/p-57205dfd.entry.js +0 -1
  161. package/dist/db-ux/p-5775bf7a.entry.js +0 -1
  162. package/dist/db-ux/p-5bcde39a.entry.js +0 -1
  163. package/dist/db-ux/p-6341aaa9.entry.js +0 -1
  164. package/dist/db-ux/p-64573104.entry.js +0 -1
  165. package/dist/db-ux/p-6b63156d.entry.js +0 -1
  166. package/dist/db-ux/p-70822a27.entry.js +0 -1
  167. package/dist/db-ux/p-710a430d.entry.js +0 -1
  168. package/dist/db-ux/p-72d712b0.entry.js +0 -1
  169. package/dist/db-ux/p-7b7f4d03.entry.js +0 -1
  170. package/dist/db-ux/p-7bd4c573.entry.js +0 -1
  171. package/dist/db-ux/p-819cf20a.entry.js +0 -1
  172. package/dist/db-ux/p-87fdbcfb.entry.js +0 -1
  173. package/dist/db-ux/p-9051e26c.entry.js +0 -1
  174. package/dist/db-ux/p-934a708c.entry.js +0 -1
  175. package/dist/db-ux/p-9ffa5c48.entry.js +0 -1
  176. package/dist/db-ux/p-G-TursYV.js +0 -1
  177. package/dist/db-ux/p-a9af70eb.entry.js +0 -1
  178. package/dist/db-ux/p-aa8383a3.entry.js +0 -1
  179. package/dist/db-ux/p-ba1f69bd.entry.js +0 -1
  180. package/dist/db-ux/p-d273b998.entry.js +0 -1
  181. package/dist/db-ux/p-da4ee6ee.entry.js +0 -1
  182. package/dist/db-ux/p-e584e927.entry.js +0 -1
  183. package/dist/db-ux/p-fe185f98.entry.js +0 -1
  184. /package/dist/db-ux/{p-BrThqi62.js → p-Crtu1dn6.js} +0 -0
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@db-ux/wc-core-components",
4
- "version": "4.4.2",
4
+ "version": "4.4.3",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "elements": [
9
9
  {
10
10
  "name": "db-accordion-item",
11
- "description": "\n---\n\n\n### **Events:**\n - **toggle**\n\n### **Slots:**\n - **children** - default slot\n- **headline** - Title of the accordion-item as slot",
11
+ "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",
12
12
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-item/properties",
13
13
  "attributes": [
14
14
  {
@@ -23,13 +23,11 @@
23
23
  },
24
24
  {
25
25
  "name": "id",
26
- "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.",
27
- "value": { "type": "string" }
26
+ "value": { "type": "DBAccordionItemProps[\"id\"]" }
28
27
  },
29
28
  {
30
29
  "name": "classname",
31
- "description": "React specific for adding className to the component.",
32
- "value": { "type": "string" }
30
+ "value": { "type": "DBAccordionItemProps[\"className\"]" }
33
31
  },
34
32
  {
35
33
  "name": "disabled",
@@ -48,7 +46,10 @@
48
46
  }
49
47
  ],
50
48
  "slots": [
51
- { "name": "children", "description": "default slot" },
49
+ {
50
+ "name": "children",
51
+ "description": "This is a default/unnamed slot"
52
+ },
52
53
  {
53
54
  "name": "headline",
54
55
  "description": "Title of the accordion-item as slot"
@@ -71,15 +72,10 @@
71
72
  "description": "The name attribute gives the name of the element to group it.",
72
73
  "type": "string"
73
74
  },
74
- {
75
- "name": "id",
76
- "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.",
77
- "type": "string"
78
- },
75
+ { "name": "id", "type": "DBAccordionItemProps[\"id\"]" },
79
76
  {
80
77
  "name": "className",
81
- "description": "React specific for adding className to the component.",
82
- "type": "string"
78
+ "type": "DBAccordionItemProps[\"className\"]"
83
79
  },
84
80
  {
85
81
  "name": "disabled",
@@ -108,7 +104,7 @@
108
104
  },
109
105
  {
110
106
  "name": "db-accordion",
111
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
107
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
112
108
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion/properties",
113
109
  "attributes": [
114
110
  {
@@ -131,15 +127,10 @@
131
127
  "description": "Alternative to pass in a simple representation of accordion items",
132
128
  "value": { "type": "DBAccordionItemDefaultProps[] | string" }
133
129
  },
134
- {
135
- "name": "id",
136
- "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.",
137
- "value": { "type": "string" }
138
- },
130
+ { "name": "id", "value": { "type": "DBAccordionProps[\"id\"]" } },
139
131
  {
140
132
  "name": "classname",
141
- "description": "React specific for adding className to the component.",
142
- "value": { "type": "string" }
133
+ "value": { "type": "DBAccordionProps[\"className\"]" }
143
134
  },
144
135
  {
145
136
  "name": "variant",
@@ -147,7 +138,12 @@
147
138
  "value": { "type": "\"divider\" | \"card\"" }
148
139
  }
149
140
  ],
150
- "slots": [{ "name": "children", "description": "default slot" }],
141
+ "slots": [
142
+ {
143
+ "name": "children",
144
+ "description": "This is a default/unnamed slot"
145
+ }
146
+ ],
151
147
  "events": [],
152
148
  "js": {
153
149
  "properties": [
@@ -171,15 +167,10 @@
171
167
  "description": "Alternative to pass in a simple representation of accordion items",
172
168
  "type": "DBAccordionItemDefaultProps[] | string"
173
169
  },
174
- {
175
- "name": "id",
176
- "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.",
177
- "type": "string"
178
- },
170
+ { "name": "id", "type": "DBAccordionProps[\"id\"]" },
179
171
  {
180
172
  "name": "className",
181
- "description": "React specific for adding className to the component.",
182
- "type": "string"
173
+ "type": "DBAccordionProps[\"className\"]"
183
174
  },
184
175
  {
185
176
  "name": "variant",
@@ -195,7 +186,7 @@
195
186
  },
196
187
  {
197
188
  "name": "db-badge",
198
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
189
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
199
190
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/badge/properties",
200
191
  "attributes": [
201
192
  {
@@ -205,15 +196,10 @@
205
196
  "type": "\"inline\" | \"corner-top-left\" | \"corner-top-right\" | \"corner-center-left\" | \"corner-center-right\" | \"corner-bottom-left\" | \"corner-bottom-right\""
206
197
  }
207
198
  },
208
- {
209
- "name": "id",
210
- "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.",
211
- "value": { "type": "string" }
212
- },
199
+ { "name": "id", "value": { "type": "DBBadgeProps[\"id\"]" } },
213
200
  {
214
201
  "name": "classname",
215
- "description": "React specific for adding className to the component.",
216
- "value": { "type": "string" }
202
+ "value": { "type": "DBBadgeProps[\"className\"]" }
217
203
  },
218
204
  {
219
205
  "name": "semantic",
@@ -243,7 +229,12 @@
243
229
  "value": { "type": "string" }
244
230
  }
245
231
  ],
246
- "slots": [{ "name": "children", "description": "default slot" }],
232
+ "slots": [
233
+ {
234
+ "name": "children",
235
+ "description": "This is a default/unnamed slot"
236
+ }
237
+ ],
247
238
  "events": [],
248
239
  "js": {
249
240
  "properties": [
@@ -252,16 +243,8 @@
252
243
  "description": "The `placement` attributes `corner-*` values change the position to absolute and adds a transform based on the placement.",
253
244
  "type": "\"inline\" | \"corner-top-left\" | \"corner-top-right\" | \"corner-center-left\" | \"corner-center-right\" | \"corner-bottom-left\" | \"corner-bottom-right\""
254
245
  },
255
- {
256
- "name": "id",
257
- "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.",
258
- "type": "string"
259
- },
260
- {
261
- "name": "className",
262
- "description": "React specific for adding className to the component.",
263
- "type": "string"
264
- },
246
+ { "name": "id", "type": "DBBadgeProps[\"id\"]" },
247
+ { "name": "className", "type": "DBBadgeProps[\"className\"]" },
265
248
  {
266
249
  "name": "semantic",
267
250
  "description": "The semantic defines the default variants for most components.",
@@ -294,7 +277,7 @@
294
277
  },
295
278
  {
296
279
  "name": "db-brand",
297
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
280
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
298
281
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/brand/properties",
299
282
  "attributes": [
300
283
  {
@@ -312,15 +295,10 @@
312
295
  "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.",
313
296
  "value": { "type": "boolean | string" }
314
297
  },
315
- {
316
- "name": "id",
317
- "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.",
318
- "value": { "type": "string" }
319
- },
298
+ { "name": "id", "value": { "type": "DBBrandProps[\"id\"]" } },
320
299
  {
321
300
  "name": "classname",
322
- "description": "React specific for adding className to the component.",
323
- "value": { "type": "string" }
301
+ "value": { "type": "DBBrandProps[\"className\"]" }
324
302
  },
325
303
  {
326
304
  "name": "text",
@@ -328,7 +306,12 @@
328
306
  "value": { "type": "string" }
329
307
  }
330
308
  ],
331
- "slots": [{ "name": "children", "description": "default slot" }],
309
+ "slots": [
310
+ {
311
+ "name": "children",
312
+ "description": "This is a default/unnamed slot"
313
+ }
314
+ ],
332
315
  "events": [],
333
316
  "js": {
334
317
  "properties": [
@@ -343,16 +326,8 @@
343
326
  "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.",
344
327
  "type": "boolean | string"
345
328
  },
346
- {
347
- "name": "id",
348
- "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.",
349
- "type": "string"
350
- },
351
- {
352
- "name": "className",
353
- "description": "React specific for adding className to the component.",
354
- "type": "string"
355
- },
329
+ { "name": "id", "type": "DBBrandProps[\"id\"]" },
330
+ { "name": "className", "type": "DBBrandProps[\"className\"]" },
356
331
  {
357
332
  "name": "text",
358
333
  "description": "Alternative for default slot/children.",
@@ -364,7 +339,7 @@
364
339
  },
365
340
  {
366
341
  "name": "db-button",
367
- "description": "\n---\n\n\n### **Events:**\n - **click**\n\n### **Slots:**\n - **children** - default slot",
342
+ "description": "\n---\n\n\n### **Events:**\n - **click**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
368
343
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/button/properties",
369
344
  "attributes": [
370
345
  {
@@ -372,15 +347,10 @@
372
347
  "description": "The type attribute specifies the [type of button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#type).",
373
348
  "value": { "type": "\"button\" | \"reset\" | \"submit\"" }
374
349
  },
375
- {
376
- "name": "id",
377
- "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.",
378
- "value": { "type": "string" }
379
- },
350
+ { "name": "id", "value": { "type": "DBButtonProps[\"id\"]" } },
380
351
  {
381
352
  "name": "classname",
382
- "description": "React specific for adding className to the component.",
383
- "value": { "type": "string" }
353
+ "value": { "type": "DBButtonProps[\"className\"]" }
384
354
  },
385
355
  {
386
356
  "name": "disabled",
@@ -460,7 +430,12 @@
460
430
  "value": { "type": "string" }
461
431
  }
462
432
  ],
463
- "slots": [{ "name": "children", "description": "default slot" }],
433
+ "slots": [
434
+ {
435
+ "name": "children",
436
+ "description": "This is a default/unnamed slot"
437
+ }
438
+ ],
464
439
  "events": [
465
440
  {
466
441
  "name": "click",
@@ -474,16 +449,8 @@
474
449
  "description": "The type attribute specifies the [type of button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#type).",
475
450
  "type": "\"button\" | \"reset\" | \"submit\""
476
451
  },
477
- {
478
- "name": "id",
479
- "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.",
480
- "type": "string"
481
- },
482
- {
483
- "name": "className",
484
- "description": "React specific for adding className to the component.",
485
- "type": "string"
486
- },
452
+ { "name": "id", "type": "DBButtonProps[\"id\"]" },
453
+ { "name": "className", "type": "DBButtonProps[\"className\"]" },
487
454
  {
488
455
  "name": "disabled",
489
456
  "description": "The disabled attribute can be set to [keep a user from clicking on the button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#disabled).",
@@ -570,18 +537,13 @@
570
537
  },
571
538
  {
572
539
  "name": "db-card",
573
- "description": "\n---\n\n\n### **Events:**\n - **click**\n\n### **Slots:**\n - **children** - default slot",
540
+ "description": "\n---\n\n\n### **Events:**\n - **click**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
574
541
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/card/properties",
575
542
  "attributes": [
576
- {
577
- "name": "id",
578
- "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.",
579
- "value": { "type": "string" }
580
- },
543
+ { "name": "id", "value": { "type": "DBCardProps[\"id\"]" } },
581
544
  {
582
545
  "name": "classname",
583
- "description": "React specific for adding className to the component.",
584
- "value": { "type": "string" }
546
+ "value": { "type": "DBCardProps[\"className\"]" }
585
547
  },
586
548
  {
587
549
  "name": "behavior",
@@ -601,7 +563,12 @@
601
563
  }
602
564
  }
603
565
  ],
604
- "slots": [{ "name": "children", "description": "default slot" }],
566
+ "slots": [
567
+ {
568
+ "name": "children",
569
+ "description": "This is a default/unnamed slot"
570
+ }
571
+ ],
605
572
  "events": [
606
573
  {
607
574
  "name": "click",
@@ -610,16 +577,8 @@
610
577
  ],
611
578
  "js": {
612
579
  "properties": [
613
- {
614
- "name": "id",
615
- "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.",
616
- "type": "string"
617
- },
618
- {
619
- "name": "className",
620
- "description": "React specific for adding className to the component.",
621
- "type": "string"
622
- },
580
+ { "name": "id", "type": "DBCardProps[\"id\"]" },
581
+ { "name": "className", "type": "DBCardProps[\"className\"]" },
623
582
  {
624
583
  "name": "behavior",
625
584
  "description": "Makes the card interactive",
@@ -646,18 +605,13 @@
646
605
  },
647
606
  {
648
607
  "name": "db-infotext",
649
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
608
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
650
609
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/infotext/properties",
651
610
  "attributes": [
652
- {
653
- "name": "id",
654
- "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.",
655
- "value": { "type": "string" }
656
- },
611
+ { "name": "id", "value": { "type": "DBInfotextProps[\"id\"]" } },
657
612
  {
658
613
  "name": "classname",
659
- "description": "React specific for adding className to the component.",
660
- "value": { "type": "string" }
614
+ "value": { "type": "DBInfotextProps[\"className\"]" }
661
615
  },
662
616
  {
663
617
  "name": "icon",
@@ -687,20 +641,17 @@
687
641
  "value": { "type": "string" }
688
642
  }
689
643
  ],
690
- "slots": [{ "name": "children", "description": "default slot" }],
644
+ "slots": [
645
+ {
646
+ "name": "children",
647
+ "description": "This is a default/unnamed slot"
648
+ }
649
+ ],
691
650
  "events": [],
692
651
  "js": {
693
652
  "properties": [
694
- {
695
- "name": "id",
696
- "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.",
697
- "type": "string"
698
- },
699
- {
700
- "name": "className",
701
- "description": "React specific for adding className to the component.",
702
- "type": "string"
703
- },
653
+ { "name": "id", "type": "DBInfotextProps[\"id\"]" },
654
+ { "name": "className", "type": "DBInfotextProps[\"className\"]" },
704
655
  {
705
656
  "name": "icon",
706
657
  "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.",
@@ -732,14 +683,10 @@
732
683
  },
733
684
  {
734
685
  "name": "db-checkbox",
735
- "description": "\n---\n\n\n### **Events:**\n - **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - default slot",
686
+ "description": "\n---\n\n\n### **Events:**\n - **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
736
687
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/checkbox/properties",
737
688
  "attributes": [
738
- {
739
- "name": "id",
740
- "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.",
741
- "value": { "type": "string" }
742
- },
689
+ { "name": "id", "value": { "type": "DBCheckboxProps[\"id\"]" } },
743
690
  {
744
691
  "name": "invalid-message",
745
692
  "description": "Helper message for invalid form components",
@@ -782,8 +729,7 @@
782
729
  },
783
730
  {
784
731
  "name": "classname",
785
- "description": "React specific for adding className to the component.",
786
- "value": { "type": "string" }
732
+ "value": { "type": "DBCheckboxProps[\"className\"]" }
787
733
  },
788
734
  {
789
735
  "name": "size",
@@ -831,7 +777,12 @@
831
777
  "value": { "type": "IconTypes" }
832
778
  }
833
779
  ],
834
- "slots": [{ "name": "children", "description": "default slot" }],
780
+ "slots": [
781
+ {
782
+ "name": "children",
783
+ "description": "This is a default/unnamed slot"
784
+ }
785
+ ],
835
786
  "events": [
836
787
  {
837
788
  "name": "change",
@@ -848,11 +799,7 @@
848
799
  ],
849
800
  "js": {
850
801
  "properties": [
851
- {
852
- "name": "id",
853
- "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.",
854
- "type": "string"
855
- },
802
+ { "name": "id", "type": "DBCheckboxProps[\"id\"]" },
856
803
  {
857
804
  "name": "invalidMessage",
858
805
  "description": "Helper message for invalid form components",
@@ -893,11 +840,7 @@
893
840
  "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.\nThe form element will be marked semantically as required and by default also visually with an asterisk '*' next to the label (unless the property `showRequiredAsterisk` is also set with the value `false`).",
894
841
  "type": "boolean | string"
895
842
  },
896
- {
897
- "name": "className",
898
- "description": "React specific for adding className to the component.",
899
- "type": "string"
900
- },
843
+ { "name": "className", "type": "DBCheckboxProps[\"className\"]" },
901
844
  {
902
845
  "name": "size",
903
846
  "description": "The size attribute changes the font-size and other related sizes of the component.",
@@ -971,18 +914,16 @@
971
914
  },
972
915
  {
973
916
  "name": "db-custom-select-dropdown",
974
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
917
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
975
918
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-dropdown/properties",
976
919
  "attributes": [
977
920
  {
978
921
  "name": "id",
979
- "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.",
980
- "value": { "type": "string" }
922
+ "value": { "type": "DBCustomSelectDropdownProps[\"id\"]" }
981
923
  },
982
924
  {
983
925
  "name": "classname",
984
- "description": "React specific for adding className to the component.",
985
- "value": { "type": "string" }
926
+ "value": { "type": "DBCustomSelectDropdownProps[\"className\"]" }
986
927
  },
987
928
  {
988
929
  "name": "width",
@@ -993,19 +934,19 @@
993
934
  }
994
935
  }
995
936
  ],
996
- "slots": [{ "name": "children", "description": "default slot" }],
937
+ "slots": [
938
+ {
939
+ "name": "children",
940
+ "description": "This is a default/unnamed slot"
941
+ }
942
+ ],
997
943
  "events": [],
998
944
  "js": {
999
945
  "properties": [
1000
- {
1001
- "name": "id",
1002
- "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.",
1003
- "type": "string"
1004
- },
946
+ { "name": "id", "type": "DBCustomSelectDropdownProps[\"id\"]" },
1005
947
  {
1006
948
  "name": "className",
1007
- "description": "React specific for adding className to the component.",
1008
- "type": "string"
949
+ "type": "DBCustomSelectDropdownProps[\"className\"]"
1009
950
  },
1010
951
  {
1011
952
  "name": "width",
@@ -1018,7 +959,7 @@
1018
959
  },
1019
960
  {
1020
961
  "name": "db-custom-select-list-item",
1021
- "description": "\n---\n\n\n### **Events:**\n - **change**\n\n### **Slots:**\n - **children** - default slot",
962
+ "description": "\n---\n\n\n### **Events:**\n - **change**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
1022
963
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-list-item/properties",
1023
964
  "attributes": [
1024
965
  {
@@ -1043,13 +984,11 @@
1043
984
  },
1044
985
  {
1045
986
  "name": "id",
1046
- "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.",
1047
- "value": { "type": "string" }
987
+ "value": { "type": "DBCustomSelectListItemProps[\"id\"]" }
1048
988
  },
1049
989
  {
1050
990
  "name": "classname",
1051
- "description": "React specific for adding className to the component.",
1052
- "value": { "type": "string" }
991
+ "value": { "type": "DBCustomSelectListItemProps[\"className\"]" }
1053
992
  },
1054
993
  {
1055
994
  "name": "group-title",
@@ -1087,7 +1026,12 @@
1087
1026
  "value": { "type": "string" }
1088
1027
  }
1089
1028
  ],
1090
- "slots": [{ "name": "children", "description": "default slot" }],
1029
+ "slots": [
1030
+ {
1031
+ "name": "children",
1032
+ "description": "This is a default/unnamed slot"
1033
+ }
1034
+ ],
1091
1035
  "events": [
1092
1036
  {
1093
1037
  "name": "change",
@@ -1114,15 +1058,10 @@
1114
1058
  "description": "Define the radio or checkbox elements checked state",
1115
1059
  "type": "boolean | string"
1116
1060
  },
1117
- {
1118
- "name": "id",
1119
- "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.",
1120
- "type": "string"
1121
- },
1061
+ { "name": "id", "type": "DBCustomSelectListItemProps[\"id\"]" },
1122
1062
  {
1123
1063
  "name": "className",
1124
- "description": "React specific for adding className to the component.",
1125
- "type": "string"
1064
+ "type": "DBCustomSelectListItemProps[\"className\"]"
1126
1065
  },
1127
1066
  {
1128
1067
  "name": "groupTitle",
@@ -1171,37 +1110,35 @@
1171
1110
  },
1172
1111
  {
1173
1112
  "name": "db-custom-select-list",
1174
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
1113
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
1175
1114
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-list/properties",
1176
1115
  "attributes": [
1177
1116
  { "name": "multiple", "value": { "type": "boolean" } },
1178
1117
  { "name": "label", "value": { "type": "string" } },
1179
1118
  {
1180
1119
  "name": "id",
1181
- "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.",
1182
- "value": { "type": "string" }
1120
+ "value": { "type": "DBCustomSelectListProps[\"id\"]" }
1183
1121
  },
1184
1122
  {
1185
1123
  "name": "classname",
1186
- "description": "React specific for adding className to the component.",
1187
- "value": { "type": "string" }
1124
+ "value": { "type": "DBCustomSelectListProps[\"className\"]" }
1125
+ }
1126
+ ],
1127
+ "slots": [
1128
+ {
1129
+ "name": "children",
1130
+ "description": "This is a default/unnamed slot"
1188
1131
  }
1189
1132
  ],
1190
- "slots": [{ "name": "children", "description": "default slot" }],
1191
1133
  "events": [],
1192
1134
  "js": {
1193
1135
  "properties": [
1194
1136
  { "name": "multiple", "type": "boolean" },
1195
1137
  { "name": "label", "type": "string" },
1196
- {
1197
- "name": "id",
1198
- "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.",
1199
- "type": "string"
1200
- },
1138
+ { "name": "id", "type": "DBCustomSelectListProps[\"id\"]" },
1201
1139
  {
1202
1140
  "name": "className",
1203
- "description": "React specific for adding className to the component.",
1204
- "type": "string"
1141
+ "type": "DBCustomSelectListProps[\"className\"]"
1205
1142
  }
1206
1143
  ],
1207
1144
  "events": []
@@ -1209,14 +1146,10 @@
1209
1146
  },
1210
1147
  {
1211
1148
  "name": "db-input",
1212
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - default slot",
1149
+ "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",
1213
1150
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input/properties",
1214
1151
  "attributes": [
1215
- {
1216
- "name": "id",
1217
- "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.",
1218
- "value": { "type": "string" }
1219
- },
1152
+ { "name": "id", "value": { "type": "DBInputProps[\"id\"]" } },
1220
1153
  {
1221
1154
  "name": "invalid-message",
1222
1155
  "description": "Helper message for invalid form components",
@@ -1279,8 +1212,7 @@
1279
1212
  },
1280
1213
  {
1281
1214
  "name": "classname",
1282
- "description": "React specific for adding className to the component.",
1283
- "value": { "type": "string" }
1215
+ "value": { "type": "DBInputProps[\"className\"]" }
1284
1216
  },
1285
1217
  {
1286
1218
  "name": "variant",
@@ -1423,8 +1355,7 @@
1423
1355
  },
1424
1356
  {
1425
1357
  "name": "autofocus",
1426
- "description": "Before using please check for the [accessibility concerns](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus#accessibility_concerns)",
1427
- "value": { "type": "boolean | string" }
1358
+ "value": { "type": "DBInputProps[\"autofocus\"]" }
1428
1359
  },
1429
1360
  {
1430
1361
  "name": "enterkeyhint",
@@ -1466,7 +1397,12 @@
1466
1397
  "value": { "type": "\"small\" | \"medium\"" }
1467
1398
  }
1468
1399
  ],
1469
- "slots": [{ "name": "children", "description": "default slot" }],
1400
+ "slots": [
1401
+ {
1402
+ "name": "children",
1403
+ "description": "This is a default/unnamed slot"
1404
+ }
1405
+ ],
1470
1406
  "events": [
1471
1407
  {
1472
1408
  "name": "input",
@@ -1487,11 +1423,7 @@
1487
1423
  ],
1488
1424
  "js": {
1489
1425
  "properties": [
1490
- {
1491
- "name": "id",
1492
- "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.",
1493
- "type": "string"
1494
- },
1426
+ { "name": "id", "type": "DBInputProps[\"id\"]" },
1495
1427
  {
1496
1428
  "name": "invalidMessage",
1497
1429
  "description": "Helper message for invalid form components",
@@ -1552,11 +1484,7 @@
1552
1484
  "description": "Set a [data list](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist) via attribute instead of children.",
1553
1485
  "type": "string[] | ValueLabelType[]"
1554
1486
  },
1555
- {
1556
- "name": "className",
1557
- "description": "React specific for adding className to the component.",
1558
- "type": "string"
1559
- },
1487
+ { "name": "className", "type": "DBInputProps[\"className\"]" },
1560
1488
  {
1561
1489
  "name": "variant",
1562
1490
  "description": "Change the variant of the label to float or hidden",
@@ -1692,11 +1620,7 @@
1692
1620
  "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete",
1693
1621
  "type": "string | \"off\" | \"on\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"shipping\" | \"billing\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\" | \"webauthn\""
1694
1622
  },
1695
- {
1696
- "name": "autofocus",
1697
- "description": "Before using please check for the [accessibility concerns](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus#accessibility_concerns)",
1698
- "type": "boolean | string"
1699
- },
1623
+ { "name": "autofocus", "type": "DBInputProps[\"autofocus\"]" },
1700
1624
  {
1701
1625
  "name": "enterkeyhint",
1702
1626
  "description": "Hint for the [enter key behavior](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint) on virtual keyboards.",
@@ -1765,14 +1689,10 @@
1765
1689
  },
1766
1690
  {
1767
1691
  "name": "db-tooltip",
1768
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
1692
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
1769
1693
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip/properties",
1770
1694
  "attributes": [
1771
- {
1772
- "name": "id",
1773
- "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.",
1774
- "value": { "type": "string" }
1775
- },
1695
+ { "name": "id", "value": { "type": "DBTooltipProps[\"id\"]" } },
1776
1696
  {
1777
1697
  "name": "variant",
1778
1698
  "description": "Change the behavior of the tooltip:\n- description: Adds `aria-describedby` to parent\n- label: Adds `aria-labelledby` to parent",
@@ -1785,8 +1705,7 @@
1785
1705
  },
1786
1706
  {
1787
1707
  "name": "classname",
1788
- "description": "React specific for adding className to the component.",
1789
- "value": { "type": "string" }
1708
+ "value": { "type": "DBTooltipProps[\"className\"]" }
1790
1709
  },
1791
1710
  {
1792
1711
  "name": "emphasis",
@@ -1814,15 +1733,16 @@
1814
1733
  "value": { "type": "boolean | string" }
1815
1734
  }
1816
1735
  ],
1817
- "slots": [{ "name": "children", "description": "default slot" }],
1736
+ "slots": [
1737
+ {
1738
+ "name": "children",
1739
+ "description": "This is a default/unnamed slot"
1740
+ }
1741
+ ],
1818
1742
  "events": [],
1819
1743
  "js": {
1820
1744
  "properties": [
1821
- {
1822
- "name": "id",
1823
- "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.",
1824
- "type": "string"
1825
- },
1745
+ { "name": "id", "type": "DBTooltipProps[\"id\"]" },
1826
1746
  {
1827
1747
  "name": "variant",
1828
1748
  "description": "Change the behavior of the tooltip:\n- description: Adds `aria-describedby` to parent\n- label: Adds `aria-labelledby` to parent",
@@ -1833,11 +1753,7 @@
1833
1753
  "description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
1834
1754
  "type": "\"undefined\" | \"undefined\""
1835
1755
  },
1836
- {
1837
- "name": "className",
1838
- "description": "React specific for adding className to the component.",
1839
- "type": "string"
1840
- },
1756
+ { "name": "className", "type": "DBTooltipProps[\"className\"]" },
1841
1757
  {
1842
1758
  "name": "emphasis",
1843
1759
  "description": "The emphasis attribute divides in between a weak or strong importance.",
@@ -1873,7 +1789,7 @@
1873
1789
  },
1874
1790
  {
1875
1791
  "name": "db-tag",
1876
- "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.",
1792
+ "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.",
1877
1793
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag/properties",
1878
1794
  "attributes": [
1879
1795
  {
@@ -1881,15 +1797,10 @@
1881
1797
  "description": "The removeButton attribute shows the cancel button.",
1882
1798
  "value": { "type": "string" }
1883
1799
  },
1884
- {
1885
- "name": "id",
1886
- "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.",
1887
- "value": { "type": "string" }
1888
- },
1800
+ { "name": "id", "value": { "type": "DBTagProps[\"id\"]" } },
1889
1801
  {
1890
1802
  "name": "classname",
1891
- "description": "React specific for adding className to the component.",
1892
- "value": { "type": "string" }
1803
+ "value": { "type": "DBTagProps[\"className\"]" }
1893
1804
  },
1894
1805
  {
1895
1806
  "name": "semantic",
@@ -1940,7 +1851,10 @@
1940
1851
  }
1941
1852
  ],
1942
1853
  "slots": [
1943
- { "name": "children", "description": "default slot" },
1854
+ {
1855
+ "name": "children",
1856
+ "description": "This is a default/unnamed slot"
1857
+ },
1944
1858
  {
1945
1859
  "name": "content",
1946
1860
  "description": "Default slot which is used to pass in additional content."
@@ -1959,16 +1873,8 @@
1959
1873
  "description": "The removeButton attribute shows the cancel button.",
1960
1874
  "type": "string"
1961
1875
  },
1962
- {
1963
- "name": "id",
1964
- "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.",
1965
- "type": "string"
1966
- },
1967
- {
1968
- "name": "className",
1969
- "description": "React specific for adding className to the component.",
1970
- "type": "string"
1971
- },
1876
+ { "name": "id", "type": "DBTagProps[\"id\"]" },
1877
+ { "name": "className", "type": "DBTagProps[\"className\"]" },
1972
1878
  {
1973
1879
  "name": "semantic",
1974
1880
  "description": "The semantic defines the default variants for most components.",
@@ -2025,13 +1931,12 @@
2025
1931
  },
2026
1932
  {
2027
1933
  "name": "db-custom-select",
2028
- "description": "\n---\n\n\n### **Events:**\n - **amountChange**\n- **dropdownToggle**\n- **optionSelected**\n- **search**\n\n### **Slots:**\n - **children** - default slot",
1934
+ "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",
2029
1935
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select/properties",
2030
1936
  "attributes": [
2031
1937
  {
2032
1938
  "name": "id",
2033
- "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.",
2034
- "value": { "type": "string" }
1939
+ "value": { "type": "DBCustomSelectProps[\"id\"]" }
2035
1940
  },
2036
1941
  {
2037
1942
  "name": "invalid-message",
@@ -2152,8 +2057,7 @@
2152
2057
  },
2153
2058
  {
2154
2059
  "name": "classname",
2155
- "description": "React specific for adding className to the component.",
2156
- "value": { "type": "string" }
2060
+ "value": { "type": "DBCustomSelectProps[\"className\"]" }
2157
2061
  },
2158
2062
  {
2159
2063
  "name": "form-field-width",
@@ -2271,7 +2175,12 @@
2271
2175
  "value": { "type": "IconTypes" }
2272
2176
  }
2273
2177
  ],
2274
- "slots": [{ "name": "children", "description": "default slot" }],
2178
+ "slots": [
2179
+ {
2180
+ "name": "children",
2181
+ "description": "This is a default/unnamed slot"
2182
+ }
2183
+ ],
2275
2184
  "events": [
2276
2185
  {
2277
2186
  "name": "amountChange",
@@ -2292,11 +2201,7 @@
2292
2201
  ],
2293
2202
  "js": {
2294
2203
  "properties": [
2295
- {
2296
- "name": "id",
2297
- "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.",
2298
- "type": "string"
2299
- },
2204
+ { "name": "id", "type": "DBCustomSelectProps[\"id\"]" },
2300
2205
  {
2301
2206
  "name": "invalidMessage",
2302
2207
  "description": "Helper message for invalid form components",
@@ -2414,8 +2319,7 @@
2414
2319
  },
2415
2320
  {
2416
2321
  "name": "className",
2417
- "description": "React specific for adding className to the component.",
2418
- "type": "string"
2322
+ "type": "DBCustomSelectProps[\"className\"]"
2419
2323
  },
2420
2324
  {
2421
2325
  "name": "formFieldWidth",
@@ -2587,33 +2491,31 @@
2587
2491
  },
2588
2492
  {
2589
2493
  "name": "db-custom-select-form-field",
2590
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
2494
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
2591
2495
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-form-field/properties",
2592
2496
  "attributes": [
2593
2497
  {
2594
2498
  "name": "id",
2595
- "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.",
2596
- "value": { "type": "string" }
2499
+ "value": { "type": "DBCustomSelectFormFieldProps[\"id\"]" }
2597
2500
  },
2598
2501
  {
2599
2502
  "name": "classname",
2600
- "description": "React specific for adding className to the component.",
2601
- "value": { "type": "string" }
2503
+ "value": { "type": "DBCustomSelectFormFieldProps[\"className\"]" }
2504
+ }
2505
+ ],
2506
+ "slots": [
2507
+ {
2508
+ "name": "children",
2509
+ "description": "This is a default/unnamed slot"
2602
2510
  }
2603
2511
  ],
2604
- "slots": [{ "name": "children", "description": "default slot" }],
2605
2512
  "events": [],
2606
2513
  "js": {
2607
2514
  "properties": [
2608
- {
2609
- "name": "id",
2610
- "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.",
2611
- "type": "string"
2612
- },
2515
+ { "name": "id", "type": "DBCustomSelectFormFieldProps[\"id\"]" },
2613
2516
  {
2614
2517
  "name": "className",
2615
- "description": "React specific for adding className to the component.",
2616
- "type": "string"
2518
+ "type": "DBCustomSelectFormFieldProps[\"className\"]"
2617
2519
  }
2618
2520
  ],
2619
2521
  "events": []
@@ -2621,14 +2523,10 @@
2621
2523
  },
2622
2524
  {
2623
2525
  "name": "db-divider",
2624
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
2526
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
2625
2527
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/divider/properties",
2626
2528
  "attributes": [
2627
- {
2628
- "name": "id",
2629
- "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.",
2630
- "value": { "type": "string" }
2631
- },
2529
+ { "name": "id", "value": { "type": "DBDividerProps[\"id\"]" } },
2632
2530
  {
2633
2531
  "name": "margin",
2634
2532
  "description": "Removes the margin of the divider.",
@@ -2651,19 +2549,19 @@
2651
2549
  },
2652
2550
  {
2653
2551
  "name": "classname",
2654
- "description": "React specific for adding className to the component.",
2655
- "value": { "type": "string" }
2552
+ "value": { "type": "DBDividerProps[\"className\"]" }
2553
+ }
2554
+ ],
2555
+ "slots": [
2556
+ {
2557
+ "name": "children",
2558
+ "description": "This is a default/unnamed slot"
2656
2559
  }
2657
2560
  ],
2658
- "slots": [{ "name": "children", "description": "default slot" }],
2659
2561
  "events": [],
2660
2562
  "js": {
2661
2563
  "properties": [
2662
- {
2663
- "name": "id",
2664
- "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.",
2665
- "type": "string"
2666
- },
2564
+ { "name": "id", "type": "DBDividerProps[\"id\"]" },
2667
2565
  {
2668
2566
  "name": "margin",
2669
2567
  "description": "Removes the margin of the divider.",
@@ -2684,18 +2582,14 @@
2684
2582
  "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
2685
2583
  "type": "\"full\" | \"auto\" | string"
2686
2584
  },
2687
- {
2688
- "name": "className",
2689
- "description": "React specific for adding className to the component.",
2690
- "type": "string"
2691
- }
2585
+ { "name": "className", "type": "DBDividerProps[\"className\"]" }
2692
2586
  ],
2693
2587
  "events": []
2694
2588
  }
2695
2589
  },
2696
2590
  {
2697
2591
  "name": "db-drawer",
2698
- "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.",
2592
+ "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.",
2699
2593
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/drawer/properties",
2700
2594
  "attributes": [
2701
2595
  {
@@ -2720,11 +2614,7 @@
2720
2614
  "description": "Set the variant modal|inside. Defaults to modal.",
2721
2615
  "value": { "type": "\"modal\" | \"inside\"" }
2722
2616
  },
2723
- {
2724
- "name": "id",
2725
- "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.",
2726
- "value": { "type": "string" }
2727
- },
2617
+ { "name": "id", "value": { "type": "DBDrawerProps[\"id\"]" } },
2728
2618
  {
2729
2619
  "name": "direction",
2730
2620
  "description": "The direction attribute changes the position & animation of the drawer.\nE.g. \"left\" slides from left screen border to the right.",
@@ -2732,8 +2622,7 @@
2732
2622
  },
2733
2623
  {
2734
2624
  "name": "classname",
2735
- "description": "React specific for adding className to the component.",
2736
- "value": { "type": "string" }
2625
+ "value": { "type": "DBDrawerProps[\"className\"]" }
2737
2626
  },
2738
2627
  {
2739
2628
  "name": "spacing",
@@ -2764,7 +2653,10 @@
2764
2653
  }
2765
2654
  ],
2766
2655
  "slots": [
2767
- { "name": "children", "description": "default slot" },
2656
+ {
2657
+ "name": "children",
2658
+ "description": "This is a default/unnamed slot"
2659
+ },
2768
2660
  {
2769
2661
  "name": "drawerHeader",
2770
2662
  "description": "Slot for changing the header of the drawer."
@@ -2798,21 +2690,13 @@
2798
2690
  "description": "Set the variant modal|inside. Defaults to modal.",
2799
2691
  "type": "\"modal\" | \"inside\""
2800
2692
  },
2801
- {
2802
- "name": "id",
2803
- "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.",
2804
- "type": "string"
2805
- },
2693
+ { "name": "id", "type": "DBDrawerProps[\"id\"]" },
2806
2694
  {
2807
2695
  "name": "direction",
2808
2696
  "description": "The direction attribute changes the position & animation of the drawer.\nE.g. \"left\" slides from left screen border to the right.",
2809
2697
  "type": "\"left\" | \"right\" | \"up\" | \"down\""
2810
2698
  },
2811
- {
2812
- "name": "className",
2813
- "description": "React specific for adding className to the component.",
2814
- "type": "string"
2815
- },
2699
+ { "name": "className", "type": "DBDrawerProps[\"className\"]" },
2816
2700
  {
2817
2701
  "name": "spacing",
2818
2702
  "description": "The spacing attribute changes the padding of the component.",
@@ -2850,7 +2734,7 @@
2850
2734
  },
2851
2735
  {
2852
2736
  "name": "db-header",
2853
- "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",
2737
+ "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",
2854
2738
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/header/properties",
2855
2739
  "attributes": [
2856
2740
  {
@@ -2865,14 +2749,9 @@
2865
2749
  },
2866
2750
  {
2867
2751
  "name": "classname",
2868
- "description": "React specific for adding className to the component.",
2869
- "value": { "type": "string" }
2870
- },
2871
- {
2872
- "name": "id",
2873
- "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.",
2874
- "value": { "type": "string" }
2752
+ "value": { "type": "DBHeaderProps[\"className\"]" }
2875
2753
  },
2754
+ { "name": "id", "value": { "type": "DBHeaderProps[\"id\"]" } },
2876
2755
  {
2877
2756
  "name": "width",
2878
2757
  "description": "Set max width for the component",
@@ -2897,7 +2776,10 @@
2897
2776
  }
2898
2777
  ],
2899
2778
  "slots": [
2900
- { "name": "children", "description": "default slot" },
2779
+ {
2780
+ "name": "children",
2781
+ "description": "This is a default/unnamed slot"
2782
+ },
2901
2783
  {
2902
2784
  "name": "metaNavigation",
2903
2785
  "description": "Slot to pass in a meta navigation.\n- Desktop: Above the regular header\n- Mobile: Inside the drawer"
@@ -2933,16 +2815,8 @@
2933
2815
  "description": "Open/closes the drawer for mobile header or if `forceMobile` is true.",
2934
2816
  "type": "boolean | string"
2935
2817
  },
2936
- {
2937
- "name": "className",
2938
- "description": "React specific for adding className to the component.",
2939
- "type": "string"
2940
- },
2941
- {
2942
- "name": "id",
2943
- "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.",
2944
- "type": "string"
2945
- },
2818
+ { "name": "className", "type": "DBHeaderProps[\"className\"]" },
2819
+ { "name": "id", "type": "DBHeaderProps[\"id\"]" },
2946
2820
  {
2947
2821
  "name": "width",
2948
2822
  "description": "Set max width for the component",
@@ -2976,18 +2850,13 @@
2976
2850
  },
2977
2851
  {
2978
2852
  "name": "db-icon",
2979
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
2853
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
2980
2854
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/icon/properties",
2981
2855
  "attributes": [
2982
- {
2983
- "name": "id",
2984
- "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.",
2985
- "value": { "type": "string" }
2986
- },
2856
+ { "name": "id", "value": { "type": "DBIconProps[\"id\"]" } },
2987
2857
  {
2988
2858
  "name": "classname",
2989
- "description": "React specific for adding className to the component.",
2990
- "value": { "type": "string" }
2859
+ "value": { "type": "DBIconProps[\"className\"]" }
2991
2860
  },
2992
2861
  {
2993
2862
  "name": "icon",
@@ -3007,20 +2876,17 @@
3007
2876
  "value": { "type": "string" }
3008
2877
  }
3009
2878
  ],
3010
- "slots": [{ "name": "children", "description": "default slot" }],
2879
+ "slots": [
2880
+ {
2881
+ "name": "children",
2882
+ "description": "This is a default/unnamed slot"
2883
+ }
2884
+ ],
3011
2885
  "events": [],
3012
2886
  "js": {
3013
2887
  "properties": [
3014
- {
3015
- "name": "id",
3016
- "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.",
3017
- "type": "string"
3018
- },
3019
- {
3020
- "name": "className",
3021
- "description": "React specific for adding className to the component.",
3022
- "type": "string"
3023
- },
2888
+ { "name": "id", "type": "DBIconProps[\"id\"]" },
2889
+ { "name": "className", "type": "DBIconProps[\"className\"]" },
3024
2890
  {
3025
2891
  "name": "icon",
3026
2892
  "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.",
@@ -3042,18 +2908,13 @@
3042
2908
  },
3043
2909
  {
3044
2910
  "name": "db-link",
3045
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
2911
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
3046
2912
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/link/properties",
3047
2913
  "attributes": [
3048
- {
3049
- "name": "id",
3050
- "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.",
3051
- "value": { "type": "string" }
3052
- },
2914
+ { "name": "id", "value": { "type": "DBLinkProps[\"id\"]" } },
3053
2915
  {
3054
2916
  "name": "classname",
3055
- "description": "React specific for adding className to the component.",
3056
- "value": { "type": "string" }
2917
+ "value": { "type": "DBLinkProps[\"className\"]" }
3057
2918
  },
3058
2919
  {
3059
2920
  "name": "href",
@@ -3132,20 +2993,17 @@
3132
2993
  "value": { "type": "string" }
3133
2994
  }
3134
2995
  ],
3135
- "slots": [{ "name": "children", "description": "default slot" }],
2996
+ "slots": [
2997
+ {
2998
+ "name": "children",
2999
+ "description": "This is a default/unnamed slot"
3000
+ }
3001
+ ],
3136
3002
  "events": [],
3137
3003
  "js": {
3138
3004
  "properties": [
3139
- {
3140
- "name": "id",
3141
- "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.",
3142
- "type": "string"
3143
- },
3144
- {
3145
- "name": "className",
3146
- "description": "React specific for adding className to the component.",
3147
- "type": "string"
3148
- },
3005
+ { "name": "id", "type": "DBLinkProps[\"id\"]" },
3006
+ { "name": "className", "type": "DBLinkProps[\"className\"]" },
3149
3007
  {
3150
3008
  "name": "href",
3151
3009
  "description": "The [URL that the hyperlink points to](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
@@ -3222,33 +3080,28 @@
3222
3080
  },
3223
3081
  {
3224
3082
  "name": "db-navigation",
3225
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
3083
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
3226
3084
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation/properties",
3227
3085
  "attributes": [
3228
- {
3229
- "name": "id",
3230
- "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.",
3231
- "value": { "type": "string" }
3232
- },
3086
+ { "name": "id", "value": { "type": "DBNavigationProps[\"id\"]" } },
3233
3087
  {
3234
3088
  "name": "classname",
3235
- "description": "React specific for adding className to the component.",
3236
- "value": { "type": "string" }
3089
+ "value": { "type": "DBNavigationProps[\"className\"]" }
3090
+ }
3091
+ ],
3092
+ "slots": [
3093
+ {
3094
+ "name": "children",
3095
+ "description": "This is a default/unnamed slot"
3237
3096
  }
3238
3097
  ],
3239
- "slots": [{ "name": "children", "description": "default slot" }],
3240
3098
  "events": [],
3241
3099
  "js": {
3242
3100
  "properties": [
3243
- {
3244
- "name": "id",
3245
- "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.",
3246
- "type": "string"
3247
- },
3101
+ { "name": "id", "type": "DBNavigationProps[\"id\"]" },
3248
3102
  {
3249
3103
  "name": "className",
3250
- "description": "React specific for adding className to the component.",
3251
- "type": "string"
3104
+ "type": "DBNavigationProps[\"className\"]"
3252
3105
  }
3253
3106
  ],
3254
3107
  "events": []
@@ -3256,7 +3109,7 @@
3256
3109
  },
3257
3110
  {
3258
3111
  "name": "db-navigation-item",
3259
- "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",
3112
+ "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",
3260
3113
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-item/properties",
3261
3114
  "attributes": [
3262
3115
  {
@@ -3266,13 +3119,11 @@
3266
3119
  },
3267
3120
  {
3268
3121
  "name": "id",
3269
- "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.",
3270
- "value": { "type": "string" }
3122
+ "value": { "type": "DBNavigationItemProps[\"id\"]" }
3271
3123
  },
3272
3124
  {
3273
3125
  "name": "classname",
3274
- "description": "React specific for adding className to the component.",
3275
- "value": { "type": "string" }
3126
+ "value": { "type": "DBNavigationItemProps[\"className\"]" }
3276
3127
  },
3277
3128
  {
3278
3129
  "name": "width",
@@ -3321,7 +3172,10 @@
3321
3172
  }
3322
3173
  ],
3323
3174
  "slots": [
3324
- { "name": "children", "description": "default slot" },
3175
+ {
3176
+ "name": "children",
3177
+ "description": "This is a default/unnamed slot"
3178
+ },
3325
3179
  {
3326
3180
  "name": "subNavigation",
3327
3181
  "description": "React-specific property to pass in a slot for sub-navigation"
@@ -3340,15 +3194,10 @@
3340
3194
  "description": "This is for mobile navigation only, if it is set the sub-navigation is a static overlay",
3341
3195
  "type": "boolean | string"
3342
3196
  },
3343
- {
3344
- "name": "id",
3345
- "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.",
3346
- "type": "string"
3347
- },
3197
+ { "name": "id", "type": "DBNavigationItemProps[\"id\"]" },
3348
3198
  {
3349
3199
  "name": "className",
3350
- "description": "React specific for adding className to the component.",
3351
- "type": "string"
3200
+ "type": "DBNavigationItemProps[\"className\"]"
3352
3201
  },
3353
3202
  {
3354
3203
  "name": "width",
@@ -3412,18 +3261,16 @@
3412
3261
  },
3413
3262
  {
3414
3263
  "name": "db-notification",
3415
- "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",
3264
+ "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",
3416
3265
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification/properties",
3417
3266
  "attributes": [
3418
3267
  {
3419
3268
  "name": "id",
3420
- "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.",
3421
- "value": { "type": "string" }
3269
+ "value": { "type": "DBNotificationProps[\"id\"]" }
3422
3270
  },
3423
3271
  {
3424
3272
  "name": "classname",
3425
- "description": "React specific for adding className to the component.",
3426
- "value": { "type": "string" }
3273
+ "value": { "type": "DBNotificationProps[\"className\"]" }
3427
3274
  },
3428
3275
  {
3429
3276
  "name": "semantic",
@@ -3504,7 +3351,10 @@
3504
3351
  }
3505
3352
  ],
3506
3353
  "slots": [
3507
- { "name": "children", "description": "default slot" },
3354
+ {
3355
+ "name": "children",
3356
+ "description": "This is a default/unnamed slot"
3357
+ },
3508
3358
  {
3509
3359
  "name": "image",
3510
3360
  "description": "The slotImage can be set instead of an icon."
@@ -3522,15 +3372,10 @@
3522
3372
  ],
3523
3373
  "js": {
3524
3374
  "properties": [
3525
- {
3526
- "name": "id",
3527
- "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.",
3528
- "type": "string"
3529
- },
3375
+ { "name": "id", "type": "DBNotificationProps[\"id\"]" },
3530
3376
  {
3531
3377
  "name": "className",
3532
- "description": "React specific for adding className to the component.",
3533
- "type": "string"
3378
+ "type": "DBNotificationProps[\"className\"]"
3534
3379
  },
3535
3380
  {
3536
3381
  "name": "semantic",
@@ -3618,7 +3463,7 @@
3618
3463
  },
3619
3464
  {
3620
3465
  "name": "db-page",
3621
- "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.",
3466
+ "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.",
3622
3467
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/page/properties",
3623
3468
  "attributes": [
3624
3469
  {
@@ -3636,15 +3481,10 @@
3636
3481
  "description": "The variant=fixed uses flex-box to make header and footer static",
3637
3482
  "value": { "type": "\"auto\" | \"fixed\"" }
3638
3483
  },
3639
- {
3640
- "name": "id",
3641
- "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.",
3642
- "value": { "type": "string" }
3643
- },
3484
+ { "name": "id", "value": { "type": "DBPageProps[\"id\"]" } },
3644
3485
  {
3645
3486
  "name": "classname",
3646
- "description": "React specific for adding className to the component.",
3647
- "value": { "type": "string" }
3487
+ "value": { "type": "DBPageProps[\"className\"]" }
3648
3488
  },
3649
3489
  {
3650
3490
  "name": "main-class",
@@ -3653,7 +3493,10 @@
3653
3493
  }
3654
3494
  ],
3655
3495
  "slots": [
3656
- { "name": "children", "description": "default slot" },
3496
+ {
3497
+ "name": "children",
3498
+ "description": "This is a default/unnamed slot"
3499
+ },
3657
3500
  {
3658
3501
  "name": "header",
3659
3502
  "description": "The slot can be used for React to set a header."
@@ -3681,16 +3524,8 @@
3681
3524
  "description": "The variant=fixed uses flex-box to make header and footer static",
3682
3525
  "type": "\"auto\" | \"fixed\""
3683
3526
  },
3684
- {
3685
- "name": "id",
3686
- "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.",
3687
- "type": "string"
3688
- },
3689
- {
3690
- "name": "className",
3691
- "description": "React specific for adding className to the component.",
3692
- "type": "string"
3693
- },
3527
+ { "name": "id", "type": "DBPageProps[\"id\"]" },
3528
+ { "name": "className", "type": "DBPageProps[\"className\"]" },
3694
3529
  {
3695
3530
  "name": "mainClass",
3696
3531
  "description": "Adds `class` to `<main>` element",
@@ -3703,7 +3538,7 @@
3703
3538
  },
3704
3539
  {
3705
3540
  "name": "db-popover",
3706
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot\n- **trigger** - The trigger to open the popover e.g. a button",
3541
+ "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",
3707
3542
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/popover/properties",
3708
3543
  "attributes": [
3709
3544
  {
@@ -3711,15 +3546,10 @@
3711
3546
  "description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
3712
3547
  "value": { "type": "\"undefined\" | \"undefined\"" }
3713
3548
  },
3714
- {
3715
- "name": "id",
3716
- "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.",
3717
- "value": { "type": "string" }
3718
- },
3549
+ { "name": "id", "value": { "type": "DBPopoverProps[\"id\"]" } },
3719
3550
  {
3720
3551
  "name": "classname",
3721
- "description": "React specific for adding className to the component.",
3722
- "value": { "type": "string" }
3552
+ "value": { "type": "DBPopoverProps[\"className\"]" }
3723
3553
  },
3724
3554
  {
3725
3555
  "name": "spacing",
@@ -3755,7 +3585,10 @@
3755
3585
  }
3756
3586
  ],
3757
3587
  "slots": [
3758
- { "name": "children", "description": "default slot" },
3588
+ {
3589
+ "name": "children",
3590
+ "description": "This is a default/unnamed slot"
3591
+ },
3759
3592
  {
3760
3593
  "name": "trigger",
3761
3594
  "description": "The trigger to open the popover e.g. a button"
@@ -3769,16 +3602,8 @@
3769
3602
  "description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
3770
3603
  "type": "\"undefined\" | \"undefined\""
3771
3604
  },
3772
- {
3773
- "name": "id",
3774
- "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.",
3775
- "type": "string"
3776
- },
3777
- {
3778
- "name": "className",
3779
- "description": "React specific for adding className to the component.",
3780
- "type": "string"
3781
- },
3605
+ { "name": "id", "type": "DBPopoverProps[\"id\"]" },
3606
+ { "name": "className", "type": "DBPopoverProps[\"className\"]" },
3782
3607
  {
3783
3608
  "name": "spacing",
3784
3609
  "description": "The spacing attribute changes the padding of the component.",
@@ -3819,14 +3644,10 @@
3819
3644
  },
3820
3645
  {
3821
3646
  "name": "db-radio",
3822
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - default slot",
3647
+ "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",
3823
3648
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio/properties",
3824
3649
  "attributes": [
3825
- {
3826
- "name": "id",
3827
- "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.",
3828
- "value": { "type": "string" }
3829
- },
3650
+ { "name": "id", "value": { "type": "DBRadioProps[\"id\"]" } },
3830
3651
  {
3831
3652
  "name": "checked",
3832
3653
  "description": "Define the radio or checkbox elements checked state",
@@ -3849,8 +3670,7 @@
3849
3670
  },
3850
3671
  {
3851
3672
  "name": "classname",
3852
- "description": "React specific for adding className to the component.",
3853
- "value": { "type": "string" }
3673
+ "value": { "type": "DBRadioProps[\"className\"]" }
3854
3674
  },
3855
3675
  {
3856
3676
  "name": "validation",
@@ -3883,7 +3703,12 @@
3883
3703
  "value": { "type": "string" }
3884
3704
  }
3885
3705
  ],
3886
- "slots": [{ "name": "children", "description": "default slot" }],
3706
+ "slots": [
3707
+ {
3708
+ "name": "children",
3709
+ "description": "This is a default/unnamed slot"
3710
+ }
3711
+ ],
3887
3712
  "events": [
3888
3713
  {
3889
3714
  "name": "input",
@@ -3904,11 +3729,7 @@
3904
3729
  ],
3905
3730
  "js": {
3906
3731
  "properties": [
3907
- {
3908
- "name": "id",
3909
- "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.",
3910
- "type": "string"
3911
- },
3732
+ { "name": "id", "type": "DBRadioProps[\"id\"]" },
3912
3733
  {
3913
3734
  "name": "checked",
3914
3735
  "description": "Define the radio or checkbox elements checked state",
@@ -3929,11 +3750,7 @@
3929
3750
  "description": "This attribute allows to specify whether a form field which is marked as required will show a visual indicator (an asterisk '*').\nIt allows to prevent adding the visual indicator but still keep the field semantically required by setting its value to `false`.\nBy default, its value is `true`, so the asterisk is shown when `required` is set.",
3930
3751
  "type": "boolean | string"
3931
3752
  },
3932
- {
3933
- "name": "className",
3934
- "description": "React specific for adding className to the component.",
3935
- "type": "string"
3936
- },
3753
+ { "name": "className", "type": "DBRadioProps[\"className\"]" },
3937
3754
  {
3938
3755
  "name": "validation",
3939
3756
  "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
@@ -3990,18 +3807,13 @@
3990
3807
  },
3991
3808
  {
3992
3809
  "name": "db-section",
3993
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
3810
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
3994
3811
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/section/properties",
3995
3812
  "attributes": [
3996
- {
3997
- "name": "id",
3998
- "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.",
3999
- "value": { "type": "string" }
4000
- },
3813
+ { "name": "id", "value": { "type": "DBSectionProps[\"id\"]" } },
4001
3814
  {
4002
3815
  "name": "classname",
4003
- "description": "React specific for adding className to the component.",
4004
- "value": { "type": "string" }
3816
+ "value": { "type": "DBSectionProps[\"className\"]" }
4005
3817
  },
4006
3818
  {
4007
3819
  "name": "spacing",
@@ -4018,20 +3830,17 @@
4018
3830
  }
4019
3831
  }
4020
3832
  ],
4021
- "slots": [{ "name": "children", "description": "default slot" }],
3833
+ "slots": [
3834
+ {
3835
+ "name": "children",
3836
+ "description": "This is a default/unnamed slot"
3837
+ }
3838
+ ],
4022
3839
  "events": [],
4023
3840
  "js": {
4024
3841
  "properties": [
4025
- {
4026
- "name": "id",
4027
- "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.",
4028
- "type": "string"
4029
- },
4030
- {
4031
- "name": "className",
4032
- "description": "React specific for adding className to the component.",
4033
- "type": "string"
4034
- },
3842
+ { "name": "id", "type": "DBSectionProps[\"id\"]" },
3843
+ { "name": "className", "type": "DBSectionProps[\"className\"]" },
4035
3844
  {
4036
3845
  "name": "spacing",
4037
3846
  "description": "The spacing attribute changes the padding of the component.",
@@ -4048,14 +3857,10 @@
4048
3857
  },
4049
3858
  {
4050
3859
  "name": "db-select",
4051
- "description": "\n---\n\n\n### **Events:**\n - **click**\n- **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - default slot",
3860
+ "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",
4052
3861
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select/properties",
4053
3862
  "attributes": [
4054
- {
4055
- "name": "id",
4056
- "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.",
4057
- "value": { "type": "string" }
4058
- },
3863
+ { "name": "id", "value": { "type": "DBSelectProps[\"id\"]" } },
4059
3864
  {
4060
3865
  "name": "invalid-message",
4061
3866
  "description": "Helper message for invalid form components",
@@ -4108,8 +3913,7 @@
4108
3913
  },
4109
3914
  {
4110
3915
  "name": "classname",
4111
- "description": "React specific for adding className to the component.",
4112
- "value": { "type": "string" }
3916
+ "value": { "type": "DBSelectProps[\"className\"]" }
4113
3917
  },
4114
3918
  {
4115
3919
  "name": "show-label",
@@ -4179,7 +3983,12 @@
4179
3983
  "value": { "type": "IconTypes" }
4180
3984
  }
4181
3985
  ],
4182
- "slots": [{ "name": "children", "description": "default slot" }],
3986
+ "slots": [
3987
+ {
3988
+ "name": "children",
3989
+ "description": "This is a default/unnamed slot"
3990
+ }
3991
+ ],
4183
3992
  "events": [
4184
3993
  {
4185
3994
  "name": "click",
@@ -4204,11 +4013,7 @@
4204
4013
  ],
4205
4014
  "js": {
4206
4015
  "properties": [
4207
- {
4208
- "name": "id",
4209
- "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.",
4210
- "type": "string"
4211
- },
4016
+ { "name": "id", "type": "DBSelectProps[\"id\"]" },
4212
4017
  {
4213
4018
  "name": "invalidMessage",
4214
4019
  "description": "Helper message for invalid form components",
@@ -4259,11 +4064,7 @@
4259
4064
  "description": "Controls whether the empty placeholder option is shown in the dropdown after the user's selection of another option.\nBy default, it is shown for non-required selects and hidden for required selects.\nSet to `true` to always show or `false` to always hide the empty option.\n\nNote: The empty option is only rendered when `variant === 'floating'` or a `placeholder` is set.\nSetting `showEmptyOption` alone has no effect if neither of these conditions is met.",
4260
4065
  "type": "boolean"
4261
4066
  },
4262
- {
4263
- "name": "className",
4264
- "description": "React specific for adding className to the component.",
4265
- "type": "string"
4266
- },
4067
+ { "name": "className", "type": "DBSelectProps[\"className\"]" },
4267
4068
  {
4268
4069
  "name": "showLabel",
4269
4070
  "description": "Enables/disables the visibility of the label",
@@ -4363,18 +4164,13 @@
4363
4164
  },
4364
4165
  {
4365
4166
  "name": "db-stack",
4366
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
4167
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
4367
4168
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/stack/properties",
4368
4169
  "attributes": [
4369
- {
4370
- "name": "id",
4371
- "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.",
4372
- "value": { "type": "string" }
4373
- },
4170
+ { "name": "id", "value": { "type": "DBStackProps[\"id\"]" } },
4374
4171
  {
4375
4172
  "name": "classname",
4376
- "description": "React specific for adding className to the component.",
4377
- "value": { "type": "string" }
4173
+ "value": { "type": "DBStackProps[\"className\"]" }
4378
4174
  },
4379
4175
  {
4380
4176
  "name": "gap",
@@ -4413,20 +4209,17 @@
4413
4209
  "value": { "type": "boolean | string" }
4414
4210
  }
4415
4211
  ],
4416
- "slots": [{ "name": "children", "description": "default slot" }],
4212
+ "slots": [
4213
+ {
4214
+ "name": "children",
4215
+ "description": "This is a default/unnamed slot"
4216
+ }
4217
+ ],
4417
4218
  "events": [],
4418
4219
  "js": {
4419
4220
  "properties": [
4420
- {
4421
- "name": "id",
4422
- "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.",
4423
- "type": "string"
4424
- },
4425
- {
4426
- "name": "className",
4427
- "description": "React specific for adding className to the component.",
4428
- "type": "string"
4429
- },
4221
+ { "name": "id", "type": "DBStackProps[\"id\"]" },
4222
+ { "name": "className", "type": "DBStackProps[\"className\"]" },
4430
4223
  {
4431
4224
  "name": "gap",
4432
4225
  "description": "Set the gap/spacing between elements",
@@ -4463,14 +4256,10 @@
4463
4256
  },
4464
4257
  {
4465
4258
  "name": "db-switch",
4466
- "description": "\n---\n\n\n### **Events:**\n - **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - default slot",
4259
+ "description": "\n---\n\n\n### **Events:**\n - **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
4467
4260
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch/properties",
4468
4261
  "attributes": [
4469
- {
4470
- "name": "id",
4471
- "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.",
4472
- "value": { "type": "string" }
4473
- },
4262
+ { "name": "id", "value": { "type": "DBSwitchProps[\"id\"]" } },
4474
4263
  {
4475
4264
  "name": "validation",
4476
4265
  "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
@@ -4483,23 +4272,19 @@
4483
4272
  },
4484
4273
  {
4485
4274
  "name": "message",
4486
- "description": "Optional helper message for form components",
4487
- "value": { "type": "string" }
4275
+ "value": { "type": "DBSwitchProps[\"message\"]" }
4488
4276
  },
4489
4277
  {
4490
4278
  "name": "show-message",
4491
- "description": "Enables or disables the visibility of the message.",
4492
- "value": { "type": "boolean | string" }
4279
+ "value": { "type": "DBSwitchProps[\"showMessage\"]" }
4493
4280
  },
4494
4281
  {
4495
4282
  "name": "valid-message",
4496
- "description": "Helper message for valid form components",
4497
- "value": { "type": "string" }
4283
+ "value": { "type": "DBSwitchProps[\"validMessage\"]" }
4498
4284
  },
4499
4285
  {
4500
4286
  "name": "invalid-message",
4501
- "description": "Helper message for invalid form components",
4502
- "value": { "type": "string" }
4287
+ "value": { "type": "DBSwitchProps[\"invalidMessage\"]" }
4503
4288
  },
4504
4289
  {
4505
4290
  "name": "checked",
@@ -4528,8 +4313,8 @@
4528
4313
  },
4529
4314
  {
4530
4315
  "name": "variant",
4531
- "description": "Change the variant of the label to float or hidden",
4532
- "value": { "type": "\"above\" | \"floating\"" }
4316
+ "description": "Change the variant of the label to `trailing` or `leading`. Defaults to `trailing`",
4317
+ "value": { "type": "\"leading\" | \"trailing\"" }
4533
4318
  },
4534
4319
  {
4535
4320
  "name": "show-required-asterisk",
@@ -4538,8 +4323,7 @@
4538
4323
  },
4539
4324
  {
4540
4325
  "name": "classname",
4541
- "description": "React specific for adding className to the component.",
4542
- "value": { "type": "string" }
4326
+ "value": { "type": "DBSwitchProps[\"className\"]" }
4543
4327
  },
4544
4328
  {
4545
4329
  "name": "value",
@@ -4573,11 +4357,15 @@
4573
4357
  },
4574
4358
  {
4575
4359
  "name": "message-icon",
4576
- "description": "Set/overwrite icon for helper message for form components",
4577
- "value": { "type": "IconTypes" }
4360
+ "value": { "type": "DBSwitchProps[\"messageIcon\"]" }
4361
+ }
4362
+ ],
4363
+ "slots": [
4364
+ {
4365
+ "name": "children",
4366
+ "description": "This is a default/unnamed slot"
4578
4367
  }
4579
4368
  ],
4580
- "slots": [{ "name": "children", "description": "default slot" }],
4581
4369
  "events": [
4582
4370
  {
4583
4371
  "name": "change",
@@ -4594,11 +4382,7 @@
4594
4382
  ],
4595
4383
  "js": {
4596
4384
  "properties": [
4597
- {
4598
- "name": "id",
4599
- "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.",
4600
- "type": "string"
4601
- },
4385
+ { "name": "id", "type": "DBSwitchProps[\"id\"]" },
4602
4386
  {
4603
4387
  "name": "validation",
4604
4388
  "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
@@ -4609,25 +4393,18 @@
4609
4393
  "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.\nThe form element will be marked semantically as required and by default also visually with an asterisk '*' next to the label (unless the property `showRequiredAsterisk` is also set with the value `false`).",
4610
4394
  "type": "boolean | string"
4611
4395
  },
4612
- {
4613
- "name": "message",
4614
- "description": "Optional helper message for form components",
4615
- "type": "string"
4616
- },
4396
+ { "name": "message", "type": "DBSwitchProps[\"message\"]" },
4617
4397
  {
4618
4398
  "name": "showMessage",
4619
- "description": "Enables or disables the visibility of the message.",
4620
- "type": "boolean | string"
4399
+ "type": "DBSwitchProps[\"showMessage\"]"
4621
4400
  },
4622
4401
  {
4623
4402
  "name": "validMessage",
4624
- "description": "Helper message for valid form components",
4625
- "type": "string"
4403
+ "type": "DBSwitchProps[\"validMessage\"]"
4626
4404
  },
4627
4405
  {
4628
4406
  "name": "invalidMessage",
4629
- "description": "Helper message for invalid form components",
4630
- "type": "string"
4407
+ "type": "DBSwitchProps[\"invalidMessage\"]"
4631
4408
  },
4632
4409
  {
4633
4410
  "name": "checked",
@@ -4656,19 +4433,15 @@
4656
4433
  },
4657
4434
  {
4658
4435
  "name": "variant",
4659
- "description": "Change the variant of the label to float or hidden",
4660
- "type": "\"above\" | \"floating\""
4436
+ "description": "Change the variant of the label to `trailing` or `leading`. Defaults to `trailing`",
4437
+ "type": "\"leading\" | \"trailing\""
4661
4438
  },
4662
4439
  {
4663
4440
  "name": "showRequiredAsterisk",
4664
4441
  "description": "This attribute allows to specify whether a form field which is marked as required will show a visual indicator (an asterisk '*').\nIt allows to prevent adding the visual indicator but still keep the field semantically required by setting its value to `false`.\nBy default, its value is `true`, so the asterisk is shown when `required` is set.",
4665
4442
  "type": "boolean | string"
4666
4443
  },
4667
- {
4668
- "name": "className",
4669
- "description": "React specific for adding className to the component.",
4670
- "type": "string"
4671
- },
4444
+ { "name": "className", "type": "DBSwitchProps[\"className\"]" },
4672
4445
  {
4673
4446
  "name": "value",
4674
4447
  "description": "The value property is to receive results from the native form element.",
@@ -4701,8 +4474,7 @@
4701
4474
  },
4702
4475
  {
4703
4476
  "name": "messageIcon",
4704
- "description": "Set/overwrite icon for helper message for form components",
4705
- "type": "IconTypes"
4477
+ "type": "DBSwitchProps[\"messageIcon\"]"
4706
4478
  },
4707
4479
  { "name": "_id" },
4708
4480
  { "name": "_messageId" },
@@ -4731,7 +4503,7 @@
4731
4503
  },
4732
4504
  {
4733
4505
  "name": "db-tab-item",
4734
- "description": "\n---\n\n\n### **Events:**\n - **change**\n\n### **Slots:**\n - **children** - default slot",
4506
+ "description": "\n---\n\n\n### **Events:**\n - **change**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
4735
4507
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tab-item/properties",
4736
4508
  "attributes": [
4737
4509
  {
@@ -4746,14 +4518,9 @@
4746
4518
  },
4747
4519
  {
4748
4520
  "name": "classname",
4749
- "description": "React specific for adding className to the component.",
4750
- "value": { "type": "string" }
4751
- },
4752
- {
4753
- "name": "id",
4754
- "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.",
4755
- "value": { "type": "string" }
4521
+ "value": { "type": "DBTabItemProps[\"className\"]" }
4756
4522
  },
4523
+ { "name": "id", "value": { "type": "DBTabItemProps[\"id\"]" } },
4757
4524
  {
4758
4525
  "name": "icon-leading",
4759
4526
  "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.",
@@ -4805,7 +4572,12 @@
4805
4572
  "value": { "type": "string" }
4806
4573
  }
4807
4574
  ],
4808
- "slots": [{ "name": "children", "description": "default slot" }],
4575
+ "slots": [
4576
+ {
4577
+ "name": "children",
4578
+ "description": "This is a default/unnamed slot"
4579
+ }
4580
+ ],
4809
4581
  "events": [
4810
4582
  {
4811
4583
  "name": "change",
@@ -4824,16 +4596,8 @@
4824
4596
  "description": "The name attribute gives the name of the element to group it.",
4825
4597
  "type": "string"
4826
4598
  },
4827
- {
4828
- "name": "className",
4829
- "description": "React specific for adding className to the component.",
4830
- "type": "string"
4831
- },
4832
- {
4833
- "name": "id",
4834
- "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.",
4835
- "type": "string"
4836
- },
4599
+ { "name": "className", "type": "DBTabItemProps[\"className\"]" },
4600
+ { "name": "id", "type": "DBTabItemProps[\"id\"]" },
4837
4601
  {
4838
4602
  "name": "iconLeading",
4839
4603
  "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.",
@@ -4900,73 +4664,57 @@
4900
4664
  },
4901
4665
  {
4902
4666
  "name": "db-tab-list",
4903
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
4667
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
4904
4668
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tab-list/properties",
4905
4669
  "attributes": [
4906
- {
4907
- "name": "id",
4908
- "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.",
4909
- "value": { "type": "string" }
4910
- },
4670
+ { "name": "id", "value": { "type": "DBTabListProps[\"id\"]" } },
4911
4671
  {
4912
4672
  "name": "classname",
4913
- "description": "React specific for adding className to the component.",
4914
- "value": { "type": "string" }
4673
+ "value": { "type": "DBTabListProps[\"className\"]" }
4674
+ }
4675
+ ],
4676
+ "slots": [
4677
+ {
4678
+ "name": "children",
4679
+ "description": "This is a default/unnamed slot"
4915
4680
  }
4916
4681
  ],
4917
- "slots": [{ "name": "children", "description": "default slot" }],
4918
4682
  "events": [],
4919
4683
  "js": {
4920
4684
  "properties": [
4921
- {
4922
- "name": "id",
4923
- "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.",
4924
- "type": "string"
4925
- },
4926
- {
4927
- "name": "className",
4928
- "description": "React specific for adding className to the component.",
4929
- "type": "string"
4930
- }
4685
+ { "name": "id", "type": "DBTabListProps[\"id\"]" },
4686
+ { "name": "className", "type": "DBTabListProps[\"className\"]" }
4931
4687
  ],
4932
4688
  "events": []
4933
4689
  }
4934
4690
  },
4935
4691
  {
4936
4692
  "name": "db-tab-panel",
4937
- "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
4693
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
4938
4694
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tab-panel/properties",
4939
4695
  "attributes": [
4940
4696
  {
4941
4697
  "name": "classname",
4942
- "description": "React specific for adding className to the component.",
4943
- "value": { "type": "string" }
4944
- },
4945
- {
4946
- "name": "id",
4947
- "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.",
4948
- "value": { "type": "string" }
4698
+ "value": { "type": "DBTabPanelProps[\"className\"]" }
4949
4699
  },
4700
+ { "name": "id", "value": { "type": "DBTabPanelProps[\"id\"]" } },
4950
4701
  {
4951
4702
  "name": "content",
4952
4703
  "description": "The content if you don't want to use children.",
4953
4704
  "value": { "type": "string" }
4954
4705
  }
4955
4706
  ],
4956
- "slots": [{ "name": "children", "description": "default slot" }],
4707
+ "slots": [
4708
+ {
4709
+ "name": "children",
4710
+ "description": "This is a default/unnamed slot"
4711
+ }
4712
+ ],
4957
4713
  "events": [],
4958
4714
  "js": {
4959
4715
  "properties": [
4960
- {
4961
- "name": "className",
4962
- "description": "React specific for adding className to the component.",
4963
- "type": "string"
4964
- },
4965
- {
4966
- "name": "id",
4967
- "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.",
4968
- "type": "string"
4969
- },
4716
+ { "name": "className", "type": "DBTabPanelProps[\"className\"]" },
4717
+ { "name": "id", "type": "DBTabPanelProps[\"id\"]" },
4970
4718
  {
4971
4719
  "name": "content",
4972
4720
  "description": "The content if you don't want to use children.",
@@ -4978,7 +4726,7 @@
4978
4726
  },
4979
4727
  {
4980
4728
  "name": "db-tabs",
4981
- "description": "\n---\n\n\n### **Events:**\n - **indexChange**\n- **tabSelect**\n\n### **Slots:**\n - **children** - default slot",
4729
+ "description": "\n---\n\n\n### **Events:**\n - **indexChange**\n- **tabSelect**\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
4982
4730
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tabs/properties",
4983
4731
  "attributes": [
4984
4732
  {
@@ -5016,15 +4764,10 @@
5016
4764
  "description": "Default behavior is auto selecting the first tab, change selected tab by index",
5017
4765
  "value": { "type": "number | string" }
5018
4766
  },
5019
- {
5020
- "name": "id",
5021
- "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.",
5022
- "value": { "type": "string" }
5023
- },
4767
+ { "name": "id", "value": { "type": "DBTabsProps[\"id\"]" } },
5024
4768
  {
5025
4769
  "name": "classname",
5026
- "description": "React specific for adding className to the component.",
5027
- "value": { "type": "string" }
4770
+ "value": { "type": "DBTabsProps[\"className\"]" }
5028
4771
  },
5029
4772
  {
5030
4773
  "name": "alignment",
@@ -5037,8 +4780,13 @@
5037
4780
  "value": { "type": "\"full\" | \"auto\" | string" }
5038
4781
  }
5039
4782
  ],
5040
- "slots": [{ "name": "children", "description": "default slot" }],
5041
- "events": [
4783
+ "slots": [
4784
+ {
4785
+ "name": "children",
4786
+ "description": "This is a default/unnamed slot"
4787
+ }
4788
+ ],
4789
+ "events": [
5042
4790
  {
5043
4791
  "name": "indexChange",
5044
4792
  "type": "EventEmitter<\n Parameters<Required<DBTabsProps>[\"onIndexChange\"]>[number]\n > | void"
@@ -5085,16 +4833,8 @@
5085
4833
  "description": "Default behavior is auto selecting the first tab, change selected tab by index",
5086
4834
  "type": "number | string"
5087
4835
  },
5088
- {
5089
- "name": "id",
5090
- "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.",
5091
- "type": "string"
5092
- },
5093
- {
5094
- "name": "className",
5095
- "description": "React specific for adding className to the component.",
5096
- "type": "string"
5097
- },
4836
+ { "name": "id", "type": "DBTabsProps[\"id\"]" },
4837
+ { "name": "className", "type": "DBTabsProps[\"className\"]" },
5098
4838
  {
5099
4839
  "name": "alignment",
5100
4840
  "description": "Define the content alignment in full width",
@@ -5126,14 +4866,10 @@
5126
4866
  },
5127
4867
  {
5128
4868
  "name": "db-textarea",
5129
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n- **blur**\n- **focus**\n\n### **Slots:**\n - **children** - default slot",
4869
+ "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",
5130
4870
  "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea/properties",
5131
4871
  "attributes": [
5132
- {
5133
- "name": "id",
5134
- "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.",
5135
- "value": { "type": "string" }
5136
- },
4872
+ { "name": "id", "value": { "type": "DBTextareaProps[\"id\"]" } },
5137
4873
  {
5138
4874
  "name": "invalid-message",
5139
4875
  "description": "Helper message for invalid form components",
@@ -5181,8 +4917,7 @@
5181
4917
  },
5182
4918
  {
5183
4919
  "name": "classname",
5184
- "description": "React specific for adding className to the component.",
5185
- "value": { "type": "string" }
4920
+ "value": { "type": "DBTextareaProps[\"className\"]" }
5186
4921
  },
5187
4922
  {
5188
4923
  "name": "variant",
@@ -5299,7 +5034,12 @@
5299
5034
  "value": { "type": "IconTypes" }
5300
5035
  }
5301
5036
  ],
5302
- "slots": [{ "name": "children", "description": "default slot" }],
5037
+ "slots": [
5038
+ {
5039
+ "name": "children",
5040
+ "description": "This is a default/unnamed slot"
5041
+ }
5042
+ ],
5303
5043
  "events": [
5304
5044
  {
5305
5045
  "name": "input",
@@ -5320,11 +5060,7 @@
5320
5060
  ],
5321
5061
  "js": {
5322
5062
  "properties": [
5323
- {
5324
- "name": "id",
5325
- "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.",
5326
- "type": "string"
5327
- },
5063
+ { "name": "id", "type": "DBTextareaProps[\"id\"]" },
5328
5064
  {
5329
5065
  "name": "invalidMessage",
5330
5066
  "description": "Helper message for invalid form components",
@@ -5370,11 +5106,7 @@
5370
5106
  "description": "Maximum length (number of characters) of value",
5371
5107
  "type": "number | string"
5372
5108
  },
5373
- {
5374
- "name": "className",
5375
- "description": "React specific for adding className to the component.",
5376
- "type": "string"
5377
- },
5109
+ { "name": "className", "type": "DBTextareaProps[\"className\"]" },
5378
5110
  {
5379
5111
  "name": "variant",
5380
5112
  "description": "Change the variant of the label to float or hidden",
@@ -5574,6 +5306,210 @@
5574
5306
  "events": []
5575
5307
  }
5576
5308
  },
5309
+ {
5310
+ "name": "accordion-behavior",
5311
+ "description": "\n---\n",
5312
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-behavior/properties",
5313
+ "attributes": [],
5314
+ "events": [],
5315
+ "js": { "properties": [], "events": [] }
5316
+ },
5317
+ {
5318
+ "name": "accordion-density",
5319
+ "description": "\n---\n",
5320
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-density/properties",
5321
+ "attributes": [],
5322
+ "events": [],
5323
+ "js": { "properties": [], "events": [] }
5324
+ },
5325
+ {
5326
+ "name": "accordion-variant",
5327
+ "description": "\n---\n",
5328
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-variant/properties",
5329
+ "attributes": [],
5330
+ "events": [],
5331
+ "js": { "properties": [], "events": [] }
5332
+ },
5333
+ {
5334
+ "name": "accordion-showcase",
5335
+ "description": "\n---\n",
5336
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-showcase/properties",
5337
+ "attributes": [
5338
+ {
5339
+ "name": "is-patternhub",
5340
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
5341
+ }
5342
+ ],
5343
+ "events": [],
5344
+ "js": {
5345
+ "properties": [
5346
+ {
5347
+ "name": "isPatternhub",
5348
+ "type": "PatternhubProps[\"isPatternhub\"]"
5349
+ }
5350
+ ],
5351
+ "events": []
5352
+ }
5353
+ },
5354
+ {
5355
+ "name": "accordion-item-density",
5356
+ "description": "\n---\n",
5357
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-item-density/properties",
5358
+ "attributes": [],
5359
+ "events": [],
5360
+ "js": { "properties": [], "events": [] }
5361
+ },
5362
+ {
5363
+ "name": "accordion-item-disabled",
5364
+ "description": "\n---\n",
5365
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-item-disabled/properties",
5366
+ "attributes": [],
5367
+ "events": [],
5368
+ "js": { "properties": [], "events": [] }
5369
+ },
5370
+ {
5371
+ "name": "accordion-item-open",
5372
+ "description": "\n---\n",
5373
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-item-open/properties",
5374
+ "attributes": [],
5375
+ "events": [],
5376
+ "js": { "properties": [], "events": [] }
5377
+ },
5378
+ {
5379
+ "name": "accordion-item-showcase",
5380
+ "description": "\n---\n",
5381
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-item-showcase/properties",
5382
+ "attributes": [
5383
+ {
5384
+ "name": "is-patternhub",
5385
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
5386
+ }
5387
+ ],
5388
+ "events": [],
5389
+ "js": {
5390
+ "properties": [
5391
+ {
5392
+ "name": "isPatternhub",
5393
+ "type": "PatternhubProps[\"isPatternhub\"]"
5394
+ }
5395
+ ],
5396
+ "events": []
5397
+ }
5398
+ },
5399
+ {
5400
+ "name": "badge-content",
5401
+ "description": "\n---\n",
5402
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/badge-content/properties",
5403
+ "attributes": [],
5404
+ "events": [],
5405
+ "js": { "properties": [], "events": [] }
5406
+ },
5407
+ {
5408
+ "name": "badge-density",
5409
+ "description": "\n---\n",
5410
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/badge-density/properties",
5411
+ "attributes": [],
5412
+ "events": [],
5413
+ "js": { "properties": [], "events": [] }
5414
+ },
5415
+ {
5416
+ "name": "badge-emphasis",
5417
+ "description": "\n---\n",
5418
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/badge-emphasis/properties",
5419
+ "attributes": [],
5420
+ "events": [],
5421
+ "js": { "properties": [], "events": [] }
5422
+ },
5423
+ {
5424
+ "name": "badge-examples",
5425
+ "description": "\n---\n",
5426
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/badge-examples/properties",
5427
+ "attributes": [],
5428
+ "events": [],
5429
+ "js": { "properties": [], "events": [] }
5430
+ },
5431
+ {
5432
+ "name": "badge-placement",
5433
+ "description": "\n---\n",
5434
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/badge-placement/properties",
5435
+ "attributes": [],
5436
+ "events": [],
5437
+ "js": { "properties": [], "events": [] }
5438
+ },
5439
+ {
5440
+ "name": "badge-semantic",
5441
+ "description": "\n---\n",
5442
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/badge-semantic/properties",
5443
+ "attributes": [],
5444
+ "events": [],
5445
+ "js": { "properties": [], "events": [] }
5446
+ },
5447
+ {
5448
+ "name": "badge-size",
5449
+ "description": "\n---\n",
5450
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/badge-size/properties",
5451
+ "attributes": [],
5452
+ "events": [],
5453
+ "js": { "properties": [], "events": [] }
5454
+ },
5455
+ {
5456
+ "name": "badge-showcase",
5457
+ "description": "\n---\n",
5458
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/badge-showcase/properties",
5459
+ "attributes": [
5460
+ {
5461
+ "name": "is-patternhub",
5462
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
5463
+ }
5464
+ ],
5465
+ "events": [],
5466
+ "js": {
5467
+ "properties": [
5468
+ {
5469
+ "name": "isPatternhub",
5470
+ "type": "PatternhubProps[\"isPatternhub\"]"
5471
+ }
5472
+ ],
5473
+ "events": []
5474
+ }
5475
+ },
5476
+ {
5477
+ "name": "brand-density",
5478
+ "description": "\n---\n",
5479
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/brand-density/properties",
5480
+ "attributes": [],
5481
+ "events": [],
5482
+ "js": { "properties": [], "events": [] }
5483
+ },
5484
+ {
5485
+ "name": "brand-variants",
5486
+ "description": "\n---\n",
5487
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/brand-variants/properties",
5488
+ "attributes": [],
5489
+ "events": [],
5490
+ "js": { "properties": [], "events": [] }
5491
+ },
5492
+ {
5493
+ "name": "brand-showcase",
5494
+ "description": "\n---\n",
5495
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/brand-showcase/properties",
5496
+ "attributes": [
5497
+ {
5498
+ "name": "is-patternhub",
5499
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
5500
+ }
5501
+ ],
5502
+ "events": [],
5503
+ "js": {
5504
+ "properties": [
5505
+ {
5506
+ "name": "isPatternhub",
5507
+ "type": "PatternhubProps[\"isPatternhub\"]"
5508
+ }
5509
+ ],
5510
+ "events": []
5511
+ }
5512
+ },
5577
5513
  {
5578
5514
  "name": "button-density",
5579
5515
  "description": "\n---\n",
@@ -5666,6 +5602,2144 @@
5666
5602
  ],
5667
5603
  "events": []
5668
5604
  }
5605
+ },
5606
+ {
5607
+ "name": "card-behavior",
5608
+ "description": "\n---\n",
5609
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/card-behavior/properties",
5610
+ "attributes": [],
5611
+ "events": [],
5612
+ "js": { "properties": [], "events": [] }
5613
+ },
5614
+ {
5615
+ "name": "card-density",
5616
+ "description": "\n---\n",
5617
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/card-density/properties",
5618
+ "attributes": [],
5619
+ "events": [],
5620
+ "js": { "properties": [], "events": [] }
5621
+ },
5622
+ {
5623
+ "name": "card-elevation-level",
5624
+ "description": "\n---\n",
5625
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/card-elevation-level/properties",
5626
+ "attributes": [],
5627
+ "events": [],
5628
+ "js": { "properties": [], "events": [] }
5629
+ },
5630
+ {
5631
+ "name": "card-example",
5632
+ "description": "\n---\n",
5633
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/card-example/properties",
5634
+ "attributes": [],
5635
+ "events": [],
5636
+ "js": { "properties": [], "events": [] }
5637
+ },
5638
+ {
5639
+ "name": "card-spacing",
5640
+ "description": "\n---\n",
5641
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/card-spacing/properties",
5642
+ "attributes": [],
5643
+ "events": [],
5644
+ "js": { "properties": [], "events": [] }
5645
+ },
5646
+ {
5647
+ "name": "card-showcase",
5648
+ "description": "\n---\n",
5649
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/card-showcase/properties",
5650
+ "attributes": [
5651
+ {
5652
+ "name": "is-patternhub",
5653
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
5654
+ }
5655
+ ],
5656
+ "events": [],
5657
+ "js": {
5658
+ "properties": [
5659
+ {
5660
+ "name": "isPatternhub",
5661
+ "type": "PatternhubProps[\"isPatternhub\"]"
5662
+ }
5663
+ ],
5664
+ "events": []
5665
+ }
5666
+ },
5667
+ {
5668
+ "name": "checkbox-checked",
5669
+ "description": "\n---\n",
5670
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/checkbox-checked/properties",
5671
+ "attributes": [],
5672
+ "events": [],
5673
+ "js": {
5674
+ "properties": [{ "name": "checked", "type": "boolean" }],
5675
+ "events": []
5676
+ }
5677
+ },
5678
+ {
5679
+ "name": "checkbox-density",
5680
+ "description": "\n---\n",
5681
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/checkbox-density/properties",
5682
+ "attributes": [],
5683
+ "events": [],
5684
+ "js": { "properties": [], "events": [] }
5685
+ },
5686
+ {
5687
+ "name": "checkbox-disabled",
5688
+ "description": "\n---\n",
5689
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/checkbox-disabled/properties",
5690
+ "attributes": [],
5691
+ "events": [],
5692
+ "js": { "properties": [], "events": [] }
5693
+ },
5694
+ {
5695
+ "name": "checkbox-example",
5696
+ "description": "\n---\n",
5697
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/checkbox-example/properties",
5698
+ "attributes": [],
5699
+ "events": [],
5700
+ "js": { "properties": [], "events": [] }
5701
+ },
5702
+ {
5703
+ "name": "checkbox-indeterminate",
5704
+ "description": "\n---\n",
5705
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/checkbox-indeterminate/properties",
5706
+ "attributes": [],
5707
+ "events": [],
5708
+ "js": { "properties": [], "events": [] }
5709
+ },
5710
+ {
5711
+ "name": "checkbox-required",
5712
+ "description": "\n---\n",
5713
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/checkbox-required/properties",
5714
+ "attributes": [],
5715
+ "events": [],
5716
+ "js": { "properties": [], "events": [] }
5717
+ },
5718
+ {
5719
+ "name": "checkbox-show-label",
5720
+ "description": "\n---\n",
5721
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/checkbox-show-label/properties",
5722
+ "attributes": [],
5723
+ "events": [],
5724
+ "js": { "properties": [], "events": [] }
5725
+ },
5726
+ {
5727
+ "name": "checkbox-show-required-asterisk",
5728
+ "description": "\n---\n",
5729
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/checkbox-show-required-asterisk/properties",
5730
+ "attributes": [],
5731
+ "events": [],
5732
+ "js": { "properties": [], "events": [] }
5733
+ },
5734
+ {
5735
+ "name": "checkbox-size",
5736
+ "description": "\n---\n",
5737
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/checkbox-size/properties",
5738
+ "attributes": [],
5739
+ "events": [],
5740
+ "js": { "properties": [], "events": [] }
5741
+ },
5742
+ {
5743
+ "name": "checkbox-validation",
5744
+ "description": "\n---\n",
5745
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/checkbox-validation/properties",
5746
+ "attributes": [],
5747
+ "events": [],
5748
+ "js": { "properties": [], "events": [] }
5749
+ },
5750
+ {
5751
+ "name": "checkbox-showcase",
5752
+ "description": "\n---\n",
5753
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/checkbox-showcase/properties",
5754
+ "attributes": [
5755
+ {
5756
+ "name": "is-patternhub",
5757
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
5758
+ }
5759
+ ],
5760
+ "events": [],
5761
+ "js": {
5762
+ "properties": [
5763
+ {
5764
+ "name": "isPatternhub",
5765
+ "type": "PatternhubProps[\"isPatternhub\"]"
5766
+ }
5767
+ ],
5768
+ "events": []
5769
+ }
5770
+ },
5771
+ {
5772
+ "name": "custom-select-density",
5773
+ "description": "\n---\n",
5774
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-density/properties",
5775
+ "attributes": [],
5776
+ "events": [],
5777
+ "js": { "properties": [], "events": [] }
5778
+ },
5779
+ {
5780
+ "name": "custom-select-disabled",
5781
+ "description": "\n---\n",
5782
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-disabled/properties",
5783
+ "attributes": [],
5784
+ "events": [],
5785
+ "js": { "properties": [], "events": [] }
5786
+ },
5787
+ {
5788
+ "name": "custom-select-dropdown-width",
5789
+ "description": "\n---\n",
5790
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-dropdown-width/properties",
5791
+ "attributes": [],
5792
+ "events": [],
5793
+ "js": { "properties": [], "events": [] }
5794
+ },
5795
+ {
5796
+ "name": "custom-select-example-other-configuration",
5797
+ "description": "\n---\n",
5798
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-example-other-configuration/properties",
5799
+ "attributes": [],
5800
+ "events": [],
5801
+ "js": { "properties": [], "events": [] }
5802
+ },
5803
+ {
5804
+ "name": "custom-select-exampletags",
5805
+ "description": "\n---\n",
5806
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-exampletags/properties",
5807
+ "attributes": [],
5808
+ "events": [],
5809
+ "js": { "properties": [], "events": [] }
5810
+ },
5811
+ {
5812
+ "name": "custom-select-examples-floatinglabel",
5813
+ "description": "\n---\n",
5814
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-examples-floatinglabel/properties",
5815
+ "attributes": [],
5816
+ "events": [],
5817
+ "js": { "properties": [], "events": [] }
5818
+ },
5819
+ {
5820
+ "name": "custom-select-examples-multiple",
5821
+ "description": "\n---\n",
5822
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-examples-multiple/properties",
5823
+ "attributes": [],
5824
+ "events": [],
5825
+ "js": { "properties": [], "events": [] }
5826
+ },
5827
+ {
5828
+ "name": "custom-select-examples-single",
5829
+ "description": "\n---\n",
5830
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-examples-single/properties",
5831
+ "attributes": [],
5832
+ "events": [],
5833
+ "js": { "properties": [], "events": [] }
5834
+ },
5835
+ {
5836
+ "name": "custom-select-form-field-width",
5837
+ "description": "\n---\n",
5838
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-form-field-width/properties",
5839
+ "attributes": [],
5840
+ "events": [],
5841
+ "js": { "properties": [], "events": [] }
5842
+ },
5843
+ {
5844
+ "name": "custom-select-multiple",
5845
+ "description": "\n---\n",
5846
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-multiple/properties",
5847
+ "attributes": [],
5848
+ "events": [],
5849
+ "js": { "properties": [], "events": [] }
5850
+ },
5851
+ {
5852
+ "name": "custom-select-placement",
5853
+ "description": "\n---\n",
5854
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-placement/properties",
5855
+ "attributes": [],
5856
+ "events": [],
5857
+ "js": { "properties": [], "events": [] }
5858
+ },
5859
+ {
5860
+ "name": "custom-select-required",
5861
+ "description": "\n---\n",
5862
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-required/properties",
5863
+ "attributes": [],
5864
+ "events": [],
5865
+ "js": { "properties": [], "events": [] }
5866
+ },
5867
+ {
5868
+ "name": "custom-select-selectedtype",
5869
+ "description": "\n---\n",
5870
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-selectedtype/properties",
5871
+ "attributes": [],
5872
+ "events": [],
5873
+ "js": { "properties": [], "events": [] }
5874
+ },
5875
+ {
5876
+ "name": "custom-select-show-clear-selection",
5877
+ "description": "\n---\n",
5878
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-show-clear-selection/properties",
5879
+ "attributes": [],
5880
+ "events": [],
5881
+ "js": { "properties": [], "events": [] }
5882
+ },
5883
+ {
5884
+ "name": "custom-select-show-icon",
5885
+ "description": "\n---\n",
5886
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-show-icon/properties",
5887
+ "attributes": [],
5888
+ "events": [],
5889
+ "js": { "properties": [], "events": [] }
5890
+ },
5891
+ {
5892
+ "name": "custom-select-show-label",
5893
+ "description": "\n---\n",
5894
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-show-label/properties",
5895
+ "attributes": [],
5896
+ "events": [],
5897
+ "js": { "properties": [], "events": [] }
5898
+ },
5899
+ {
5900
+ "name": "custom-select-show-loading",
5901
+ "description": "\n---\n",
5902
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-show-loading/properties",
5903
+ "attributes": [],
5904
+ "events": [],
5905
+ "js": { "properties": [], "events": [] }
5906
+ },
5907
+ {
5908
+ "name": "custom-select-show-message",
5909
+ "description": "\n---\n",
5910
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-show-message/properties",
5911
+ "attributes": [],
5912
+ "events": [],
5913
+ "js": { "properties": [], "events": [] }
5914
+ },
5915
+ {
5916
+ "name": "custom-select-show-no-result",
5917
+ "description": "\n---\n",
5918
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-show-no-result/properties",
5919
+ "attributes": [],
5920
+ "events": [],
5921
+ "js": { "properties": [], "events": [] }
5922
+ },
5923
+ {
5924
+ "name": "custom-select-show-required-asterisk",
5925
+ "description": "\n---\n",
5926
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-show-required-asterisk/properties",
5927
+ "attributes": [],
5928
+ "events": [],
5929
+ "js": { "properties": [], "events": [] }
5930
+ },
5931
+ {
5932
+ "name": "custom-select-show-search",
5933
+ "description": "\n---\n",
5934
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-show-search/properties",
5935
+ "attributes": [],
5936
+ "events": [],
5937
+ "js": { "properties": [], "events": [] }
5938
+ },
5939
+ {
5940
+ "name": "custom-select-show-select-all",
5941
+ "description": "\n---\n",
5942
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-show-select-all/properties",
5943
+ "attributes": [],
5944
+ "events": [],
5945
+ "js": { "properties": [], "events": [] }
5946
+ },
5947
+ {
5948
+ "name": "custom-select-validation",
5949
+ "description": "\n---\n",
5950
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-validation/properties",
5951
+ "attributes": [],
5952
+ "events": [],
5953
+ "js": { "properties": [], "events": [] }
5954
+ },
5955
+ {
5956
+ "name": "custom-select-variant",
5957
+ "description": "\n---\n",
5958
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-variant/properties",
5959
+ "attributes": [],
5960
+ "events": [],
5961
+ "js": { "properties": [], "events": [] }
5962
+ },
5963
+ {
5964
+ "name": "custom-select-showcase",
5965
+ "description": "\n---\n",
5966
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/custom-select-showcase/properties",
5967
+ "attributes": [
5968
+ {
5969
+ "name": "is-patternhub",
5970
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
5971
+ }
5972
+ ],
5973
+ "events": [],
5974
+ "js": {
5975
+ "properties": [
5976
+ {
5977
+ "name": "isPatternhub",
5978
+ "type": "PatternhubProps[\"isPatternhub\"]"
5979
+ }
5980
+ ],
5981
+ "events": []
5982
+ }
5983
+ },
5984
+ {
5985
+ "name": "divider-density",
5986
+ "description": "\n---\n",
5987
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/divider-density/properties",
5988
+ "attributes": [],
5989
+ "events": [],
5990
+ "js": { "properties": [], "events": [] }
5991
+ },
5992
+ {
5993
+ "name": "divider-emphasis",
5994
+ "description": "\n---\n",
5995
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/divider-emphasis/properties",
5996
+ "attributes": [],
5997
+ "events": [],
5998
+ "js": { "properties": [], "events": [] }
5999
+ },
6000
+ {
6001
+ "name": "divider-variant",
6002
+ "description": "\n---\n",
6003
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/divider-variant/properties",
6004
+ "attributes": [],
6005
+ "events": [],
6006
+ "js": { "properties": [], "events": [] }
6007
+ },
6008
+ {
6009
+ "name": "divider-showcase",
6010
+ "description": "\n---\n",
6011
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/divider-showcase/properties",
6012
+ "attributes": [
6013
+ {
6014
+ "name": "is-patternhub",
6015
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
6016
+ }
6017
+ ],
6018
+ "events": [],
6019
+ "js": {
6020
+ "properties": [
6021
+ {
6022
+ "name": "isPatternhub",
6023
+ "type": "PatternhubProps[\"isPatternhub\"]"
6024
+ }
6025
+ ],
6026
+ "events": []
6027
+ }
6028
+ },
6029
+ {
6030
+ "name": "drawer-backdrop",
6031
+ "description": "\n---\n",
6032
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/drawer-backdrop/properties",
6033
+ "attributes": [],
6034
+ "events": [],
6035
+ "js": {
6036
+ "properties": [{ "name": "openIndex", "type": "number" }],
6037
+ "events": []
6038
+ }
6039
+ },
6040
+ {
6041
+ "name": "drawer-density",
6042
+ "description": "\n---\n",
6043
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/drawer-density/properties",
6044
+ "attributes": [],
6045
+ "events": [],
6046
+ "js": {
6047
+ "properties": [{ "name": "openIndex", "type": "number" }],
6048
+ "events": []
6049
+ }
6050
+ },
6051
+ {
6052
+ "name": "drawer-direction",
6053
+ "description": "\n---\n",
6054
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/drawer-direction/properties",
6055
+ "attributes": [],
6056
+ "events": [],
6057
+ "js": {
6058
+ "properties": [{ "name": "openIndex", "type": "number" }],
6059
+ "events": []
6060
+ }
6061
+ },
6062
+ {
6063
+ "name": "drawer-example",
6064
+ "description": "\n---\n",
6065
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/drawer-example/properties",
6066
+ "attributes": [],
6067
+ "events": [],
6068
+ "js": {
6069
+ "properties": [{ "name": "openIndex", "type": "number" }],
6070
+ "events": []
6071
+ }
6072
+ },
6073
+ {
6074
+ "name": "drawer-rounded",
6075
+ "description": "\n---\n",
6076
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/drawer-rounded/properties",
6077
+ "attributes": [],
6078
+ "events": [],
6079
+ "js": {
6080
+ "properties": [{ "name": "openIndex", "type": "number" }],
6081
+ "events": []
6082
+ }
6083
+ },
6084
+ {
6085
+ "name": "drawer-size",
6086
+ "description": "\n---\n",
6087
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/drawer-size/properties",
6088
+ "attributes": [],
6089
+ "events": [],
6090
+ "js": {
6091
+ "properties": [{ "name": "openIndex", "type": "number" }],
6092
+ "events": []
6093
+ }
6094
+ },
6095
+ {
6096
+ "name": "drawer-spacing",
6097
+ "description": "\n---\n",
6098
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/drawer-spacing/properties",
6099
+ "attributes": [],
6100
+ "events": [],
6101
+ "js": {
6102
+ "properties": [{ "name": "openIndex", "type": "number" }],
6103
+ "events": []
6104
+ }
6105
+ },
6106
+ {
6107
+ "name": "drawer-showcase",
6108
+ "description": "\n---\n",
6109
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/drawer-showcase/properties",
6110
+ "attributes": [
6111
+ {
6112
+ "name": "is-patternhub",
6113
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
6114
+ }
6115
+ ],
6116
+ "events": [],
6117
+ "js": {
6118
+ "properties": [
6119
+ {
6120
+ "name": "isPatternhub",
6121
+ "type": "PatternhubProps[\"isPatternhub\"]"
6122
+ }
6123
+ ],
6124
+ "events": []
6125
+ }
6126
+ },
6127
+ {
6128
+ "name": "header-behavior",
6129
+ "description": "\n---\n",
6130
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/header-behavior/properties",
6131
+ "attributes": [],
6132
+ "events": [],
6133
+ "js": { "properties": [], "events": [] }
6134
+ },
6135
+ {
6136
+ "name": "header-density",
6137
+ "description": "\n---\n",
6138
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/header-density/properties",
6139
+ "attributes": [],
6140
+ "events": [],
6141
+ "js": { "properties": [], "events": [] }
6142
+ },
6143
+ {
6144
+ "name": "header-examples",
6145
+ "description": "\n---\n",
6146
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/header-examples/properties",
6147
+ "attributes": [],
6148
+ "events": [],
6149
+ "js": { "properties": [], "events": [] }
6150
+ },
6151
+ {
6152
+ "name": "header-width",
6153
+ "description": "\n---\n",
6154
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/header-width/properties",
6155
+ "attributes": [],
6156
+ "events": [],
6157
+ "js": { "properties": [], "events": [] }
6158
+ },
6159
+ {
6160
+ "name": "header-showcase",
6161
+ "description": "\n---\n",
6162
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/header-showcase/properties",
6163
+ "attributes": [
6164
+ {
6165
+ "name": "is-patternhub",
6166
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
6167
+ }
6168
+ ],
6169
+ "events": [],
6170
+ "js": {
6171
+ "properties": [
6172
+ {
6173
+ "name": "isPatternhub",
6174
+ "type": "PatternhubProps[\"isPatternhub\"]"
6175
+ }
6176
+ ],
6177
+ "events": []
6178
+ }
6179
+ },
6180
+ {
6181
+ "name": "icon-density",
6182
+ "description": "\n---\n",
6183
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/icon-density/properties",
6184
+ "attributes": [],
6185
+ "events": [],
6186
+ "js": { "properties": [], "events": [] }
6187
+ },
6188
+ {
6189
+ "name": "icon-showcase",
6190
+ "description": "\n---\n",
6191
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/icon-showcase/properties",
6192
+ "attributes": [
6193
+ {
6194
+ "name": "is-patternhub",
6195
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
6196
+ }
6197
+ ],
6198
+ "events": [],
6199
+ "js": {
6200
+ "properties": [
6201
+ {
6202
+ "name": "isPatternhub",
6203
+ "type": "PatternhubProps[\"isPatternhub\"]"
6204
+ }
6205
+ ],
6206
+ "events": []
6207
+ }
6208
+ },
6209
+ {
6210
+ "name": "infotext-density",
6211
+ "description": "\n---\n",
6212
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/infotext-density/properties",
6213
+ "attributes": [],
6214
+ "events": [],
6215
+ "js": { "properties": [], "events": [] }
6216
+ },
6217
+ {
6218
+ "name": "infotext-semantic",
6219
+ "description": "\n---\n",
6220
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/infotext-semantic/properties",
6221
+ "attributes": [],
6222
+ "events": [],
6223
+ "js": { "properties": [], "events": [] }
6224
+ },
6225
+ {
6226
+ "name": "infotext-show-icon",
6227
+ "description": "\n---\n",
6228
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/infotext-show-icon/properties",
6229
+ "attributes": [],
6230
+ "events": [],
6231
+ "js": { "properties": [], "events": [] }
6232
+ },
6233
+ {
6234
+ "name": "infotext-size",
6235
+ "description": "\n---\n",
6236
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/infotext-size/properties",
6237
+ "attributes": [],
6238
+ "events": [],
6239
+ "js": { "properties": [], "events": [] }
6240
+ },
6241
+ {
6242
+ "name": "infotext-showcase",
6243
+ "description": "\n---\n",
6244
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/infotext-showcase/properties",
6245
+ "attributes": [
6246
+ {
6247
+ "name": "is-patternhub",
6248
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
6249
+ }
6250
+ ],
6251
+ "events": [],
6252
+ "js": {
6253
+ "properties": [
6254
+ {
6255
+ "name": "isPatternhub",
6256
+ "type": "PatternhubProps[\"isPatternhub\"]"
6257
+ }
6258
+ ],
6259
+ "events": []
6260
+ }
6261
+ },
6262
+ {
6263
+ "name": "input-datalist-typeahead-examples",
6264
+ "description": "\n---\n",
6265
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-datalist-typeahead-examples/properties",
6266
+ "attributes": [],
6267
+ "events": [],
6268
+ "js": {
6269
+ "properties": [
6270
+ { "name": "dataList", "type": "array" },
6271
+ { "name": "dataListFloating", "type": "array" }
6272
+ ],
6273
+ "events": []
6274
+ }
6275
+ },
6276
+ {
6277
+ "name": "input-density",
6278
+ "description": "\n---\n",
6279
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-density/properties",
6280
+ "attributes": [],
6281
+ "events": [],
6282
+ "js": { "properties": [], "events": [] }
6283
+ },
6284
+ {
6285
+ "name": "input-disabled",
6286
+ "description": "\n---\n",
6287
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-disabled/properties",
6288
+ "attributes": [],
6289
+ "events": [],
6290
+ "js": { "properties": [], "events": [] }
6291
+ },
6292
+ {
6293
+ "name": "input-example-floating-label",
6294
+ "description": "\n---\n",
6295
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-example-floating-label/properties",
6296
+ "attributes": [],
6297
+ "events": [],
6298
+ "js": { "properties": [], "events": [] }
6299
+ },
6300
+ {
6301
+ "name": "input-example-length",
6302
+ "description": "\n---\n",
6303
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-example-length/properties",
6304
+ "attributes": [],
6305
+ "events": [],
6306
+ "js": { "properties": [], "events": [] }
6307
+ },
6308
+ {
6309
+ "name": "input-example-types-floating-label",
6310
+ "description": "\n---\n",
6311
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-example-types-floating-label/properties",
6312
+ "attributes": [],
6313
+ "events": [],
6314
+ "js": {
6315
+ "properties": [{ "name": "dataListFloating", "type": "array" }],
6316
+ "events": []
6317
+ }
6318
+ },
6319
+ {
6320
+ "name": "input-example-typeswithminandmax",
6321
+ "description": "\n---\n",
6322
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-example-typeswithminandmax/properties",
6323
+ "attributes": [],
6324
+ "events": [],
6325
+ "js": { "properties": [], "events": [] }
6326
+ },
6327
+ {
6328
+ "name": "input-readonly",
6329
+ "description": "\n---\n",
6330
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-readonly/properties",
6331
+ "attributes": [],
6332
+ "events": [],
6333
+ "js": { "properties": [], "events": [] }
6334
+ },
6335
+ {
6336
+ "name": "input-required",
6337
+ "description": "\n---\n",
6338
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-required/properties",
6339
+ "attributes": [],
6340
+ "events": [],
6341
+ "js": { "properties": [], "events": [] }
6342
+ },
6343
+ {
6344
+ "name": "input-show-icon-leading-trailing",
6345
+ "description": "\n---\n",
6346
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-show-icon-leading-trailing/properties",
6347
+ "attributes": [],
6348
+ "events": [],
6349
+ "js": { "properties": [], "events": [] }
6350
+ },
6351
+ {
6352
+ "name": "input-show-icon-leading",
6353
+ "description": "\n---\n",
6354
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-show-icon-leading/properties",
6355
+ "attributes": [],
6356
+ "events": [],
6357
+ "js": { "properties": [], "events": [] }
6358
+ },
6359
+ {
6360
+ "name": "input-show-icon-trailing",
6361
+ "description": "\n---\n",
6362
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-show-icon-trailing/properties",
6363
+ "attributes": [],
6364
+ "events": [],
6365
+ "js": { "properties": [], "events": [] }
6366
+ },
6367
+ {
6368
+ "name": "input-show-label",
6369
+ "description": "\n---\n",
6370
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-show-label/properties",
6371
+ "attributes": [],
6372
+ "events": [],
6373
+ "js": { "properties": [], "events": [] }
6374
+ },
6375
+ {
6376
+ "name": "input-show-message",
6377
+ "description": "\n---\n",
6378
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-show-message/properties",
6379
+ "attributes": [],
6380
+ "events": [],
6381
+ "js": { "properties": [], "events": [] }
6382
+ },
6383
+ {
6384
+ "name": "input-show-required-asterisk",
6385
+ "description": "\n---\n",
6386
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-show-required-asterisk/properties",
6387
+ "attributes": [],
6388
+ "events": [],
6389
+ "js": { "properties": [], "events": [] }
6390
+ },
6391
+ {
6392
+ "name": "input-state",
6393
+ "description": "\n---\n",
6394
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-state/properties",
6395
+ "attributes": [],
6396
+ "events": [],
6397
+ "js": { "properties": [], "events": [] }
6398
+ },
6399
+ {
6400
+ "name": "input-validation",
6401
+ "description": "\n---\n",
6402
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-validation/properties",
6403
+ "attributes": [],
6404
+ "events": [],
6405
+ "js": { "properties": [], "events": [] }
6406
+ },
6407
+ {
6408
+ "name": "input-variant",
6409
+ "description": "\n---\n",
6410
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-variant/properties",
6411
+ "attributes": [],
6412
+ "events": [],
6413
+ "js": { "properties": [], "events": [] }
6414
+ },
6415
+ {
6416
+ "name": "input-showcase",
6417
+ "description": "\n---\n",
6418
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/input-showcase/properties",
6419
+ "attributes": [
6420
+ {
6421
+ "name": "is-patternhub",
6422
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
6423
+ }
6424
+ ],
6425
+ "events": [],
6426
+ "js": {
6427
+ "properties": [
6428
+ {
6429
+ "name": "isPatternhub",
6430
+ "type": "PatternhubProps[\"isPatternhub\"]"
6431
+ }
6432
+ ],
6433
+ "events": []
6434
+ }
6435
+ },
6436
+ {
6437
+ "name": "link-content",
6438
+ "description": "\n---\n",
6439
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/link-content/properties",
6440
+ "attributes": [],
6441
+ "events": [],
6442
+ "js": { "properties": [], "events": [] }
6443
+ },
6444
+ {
6445
+ "name": "link-density",
6446
+ "description": "\n---\n",
6447
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/link-density/properties",
6448
+ "attributes": [],
6449
+ "events": [],
6450
+ "js": { "properties": [], "events": [] }
6451
+ },
6452
+ {
6453
+ "name": "link-disabled",
6454
+ "description": "\n---\n",
6455
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/link-disabled/properties",
6456
+ "attributes": [],
6457
+ "events": [],
6458
+ "js": { "properties": [], "events": [] }
6459
+ },
6460
+ {
6461
+ "name": "link-examples",
6462
+ "description": "\n---\n",
6463
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/link-examples/properties",
6464
+ "attributes": [],
6465
+ "events": [],
6466
+ "js": { "properties": [], "events": [] }
6467
+ },
6468
+ {
6469
+ "name": "link-show-icon",
6470
+ "description": "\n---\n",
6471
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/link-show-icon/properties",
6472
+ "attributes": [],
6473
+ "events": [],
6474
+ "js": { "properties": [], "events": [] }
6475
+ },
6476
+ {
6477
+ "name": "link-size",
6478
+ "description": "\n---\n",
6479
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/link-size/properties",
6480
+ "attributes": [],
6481
+ "events": [],
6482
+ "js": { "properties": [], "events": [] }
6483
+ },
6484
+ {
6485
+ "name": "link-variant",
6486
+ "description": "\n---\n",
6487
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/link-variant/properties",
6488
+ "attributes": [],
6489
+ "events": [],
6490
+ "js": { "properties": [], "events": [] }
6491
+ },
6492
+ {
6493
+ "name": "link-wrap",
6494
+ "description": "\n---\n",
6495
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/link-wrap/properties",
6496
+ "attributes": [],
6497
+ "events": [],
6498
+ "js": { "properties": [], "events": [] }
6499
+ },
6500
+ {
6501
+ "name": "link-showcase",
6502
+ "description": "\n---\n",
6503
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/link-showcase/properties",
6504
+ "attributes": [
6505
+ {
6506
+ "name": "is-patternhub",
6507
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
6508
+ }
6509
+ ],
6510
+ "events": [],
6511
+ "js": {
6512
+ "properties": [
6513
+ {
6514
+ "name": "isPatternhub",
6515
+ "type": "PatternhubProps[\"isPatternhub\"]"
6516
+ }
6517
+ ],
6518
+ "events": []
6519
+ }
6520
+ },
6521
+ {
6522
+ "name": "navigation-density",
6523
+ "description": "\n---\n",
6524
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-density/properties",
6525
+ "attributes": [],
6526
+ "events": [],
6527
+ "js": { "properties": [], "events": [] }
6528
+ },
6529
+ {
6530
+ "name": "navigation-showcase",
6531
+ "description": "\n---\n",
6532
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-showcase/properties",
6533
+ "attributes": [
6534
+ {
6535
+ "name": "is-patternhub",
6536
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
6537
+ }
6538
+ ],
6539
+ "events": [],
6540
+ "js": {
6541
+ "properties": [
6542
+ {
6543
+ "name": "isPatternhub",
6544
+ "type": "PatternhubProps[\"isPatternhub\"]"
6545
+ }
6546
+ ],
6547
+ "events": []
6548
+ }
6549
+ },
6550
+ {
6551
+ "name": "navigation-item-active",
6552
+ "description": "\n---\n",
6553
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-item-active/properties",
6554
+ "attributes": [],
6555
+ "events": [],
6556
+ "js": { "properties": [], "events": [] }
6557
+ },
6558
+ {
6559
+ "name": "navigation-item-density",
6560
+ "description": "\n---\n",
6561
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-item-density/properties",
6562
+ "attributes": [],
6563
+ "events": [],
6564
+ "js": { "properties": [], "events": [] }
6565
+ },
6566
+ {
6567
+ "name": "navigation-item-disabled",
6568
+ "description": "\n---\n",
6569
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-item-disabled/properties",
6570
+ "attributes": [],
6571
+ "events": [],
6572
+ "js": { "properties": [], "events": [] }
6573
+ },
6574
+ {
6575
+ "name": "navigation-item-expanded",
6576
+ "description": "\n---\n",
6577
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-item-expanded/properties",
6578
+ "attributes": [],
6579
+ "events": [],
6580
+ "js": { "properties": [], "events": [] }
6581
+ },
6582
+ {
6583
+ "name": "navigation-item-show-icon",
6584
+ "description": "\n---\n",
6585
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-item-show-icon/properties",
6586
+ "attributes": [],
6587
+ "events": [],
6588
+ "js": { "properties": [], "events": [] }
6589
+ },
6590
+ {
6591
+ "name": "navigation-item-width",
6592
+ "description": "\n---\n",
6593
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-item-width/properties",
6594
+ "attributes": [],
6595
+ "events": [],
6596
+ "js": { "properties": [], "events": [] }
6597
+ },
6598
+ {
6599
+ "name": "navigation-item-wrap",
6600
+ "description": "\n---\n",
6601
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-item-wrap/properties",
6602
+ "attributes": [],
6603
+ "events": [],
6604
+ "js": { "properties": [], "events": [] }
6605
+ },
6606
+ {
6607
+ "name": "navigation-item-showcase",
6608
+ "description": "\n---\n",
6609
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-item-showcase/properties",
6610
+ "attributes": [
6611
+ {
6612
+ "name": "is-patternhub",
6613
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
6614
+ }
6615
+ ],
6616
+ "events": [],
6617
+ "js": {
6618
+ "properties": [
6619
+ {
6620
+ "name": "isPatternhub",
6621
+ "type": "PatternhubProps[\"isPatternhub\"]"
6622
+ }
6623
+ ],
6624
+ "events": []
6625
+ }
6626
+ },
6627
+ {
6628
+ "name": "notification-closeable",
6629
+ "description": "\n---\n",
6630
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification-closeable/properties",
6631
+ "attributes": [],
6632
+ "events": [],
6633
+ "js": { "properties": [], "events": [] }
6634
+ },
6635
+ {
6636
+ "name": "notification-density",
6637
+ "description": "\n---\n",
6638
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification-density/properties",
6639
+ "attributes": [],
6640
+ "events": [],
6641
+ "js": { "properties": [], "events": [] }
6642
+ },
6643
+ {
6644
+ "name": "notification-examples-variant-docked",
6645
+ "description": "\n---\n",
6646
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification-examples-variant-docked/properties",
6647
+ "attributes": [],
6648
+ "events": [],
6649
+ "js": { "properties": [], "events": [] }
6650
+ },
6651
+ {
6652
+ "name": "notification-examples-variant-overlay",
6653
+ "description": "\n---\n",
6654
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification-examples-variant-overlay/properties",
6655
+ "attributes": [],
6656
+ "events": [],
6657
+ "js": { "properties": [], "events": [] }
6658
+ },
6659
+ {
6660
+ "name": "notification-examples-variant-standalone",
6661
+ "description": "\n---\n",
6662
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification-examples-variant-standalone/properties",
6663
+ "attributes": [],
6664
+ "events": [],
6665
+ "js": { "properties": [], "events": [] }
6666
+ },
6667
+ {
6668
+ "name": "notification-link-variant",
6669
+ "description": "\n---\n",
6670
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification-link-variant/properties",
6671
+ "attributes": [],
6672
+ "events": [],
6673
+ "js": { "properties": [], "events": [] }
6674
+ },
6675
+ {
6676
+ "name": "notification-semantic",
6677
+ "description": "\n---\n",
6678
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification-semantic/properties",
6679
+ "attributes": [],
6680
+ "events": [],
6681
+ "js": { "properties": [], "events": [] }
6682
+ },
6683
+ {
6684
+ "name": "notification-show-headline",
6685
+ "description": "\n---\n",
6686
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification-show-headline/properties",
6687
+ "attributes": [],
6688
+ "events": [],
6689
+ "js": { "properties": [], "events": [] }
6690
+ },
6691
+ {
6692
+ "name": "notification-show-icon",
6693
+ "description": "\n---\n",
6694
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification-show-icon/properties",
6695
+ "attributes": [],
6696
+ "events": [],
6697
+ "js": { "properties": [], "events": [] }
6698
+ },
6699
+ {
6700
+ "name": "notification-show-timestamp",
6701
+ "description": "\n---\n",
6702
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification-show-timestamp/properties",
6703
+ "attributes": [],
6704
+ "events": [],
6705
+ "js": { "properties": [], "events": [] }
6706
+ },
6707
+ {
6708
+ "name": "notification-variant",
6709
+ "description": "\n---\n",
6710
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification-variant/properties",
6711
+ "attributes": [],
6712
+ "events": [],
6713
+ "js": { "properties": [], "events": [] }
6714
+ },
6715
+ {
6716
+ "name": "notification-visual",
6717
+ "description": "\n---\n",
6718
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification-visual/properties",
6719
+ "attributes": [],
6720
+ "events": [],
6721
+ "js": { "properties": [], "events": [] }
6722
+ },
6723
+ {
6724
+ "name": "notification-showcase",
6725
+ "description": "\n---\n",
6726
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/notification-showcase/properties",
6727
+ "attributes": [
6728
+ {
6729
+ "name": "is-patternhub",
6730
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
6731
+ }
6732
+ ],
6733
+ "events": [],
6734
+ "js": {
6735
+ "properties": [
6736
+ {
6737
+ "name": "isPatternhub",
6738
+ "type": "PatternhubProps[\"isPatternhub\"]"
6739
+ }
6740
+ ],
6741
+ "events": []
6742
+ }
6743
+ },
6744
+ {
6745
+ "name": "popover-animation",
6746
+ "description": "\n---\n",
6747
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/popover-animation/properties",
6748
+ "attributes": [],
6749
+ "events": [],
6750
+ "js": { "properties": [], "events": [] }
6751
+ },
6752
+ {
6753
+ "name": "popover-delay",
6754
+ "description": "\n---\n",
6755
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/popover-delay/properties",
6756
+ "attributes": [],
6757
+ "events": [],
6758
+ "js": { "properties": [], "events": [] }
6759
+ },
6760
+ {
6761
+ "name": "popover-density",
6762
+ "description": "\n---\n",
6763
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/popover-density/properties",
6764
+ "attributes": [],
6765
+ "events": [],
6766
+ "js": { "properties": [], "events": [] }
6767
+ },
6768
+ {
6769
+ "name": "popover-gap",
6770
+ "description": "\n---\n",
6771
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/popover-gap/properties",
6772
+ "attributes": [],
6773
+ "events": [],
6774
+ "js": { "properties": [], "events": [] }
6775
+ },
6776
+ {
6777
+ "name": "popover-placement",
6778
+ "description": "\n---\n",
6779
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/popover-placement/properties",
6780
+ "attributes": [],
6781
+ "events": [],
6782
+ "js": { "properties": [], "events": [] }
6783
+ },
6784
+ {
6785
+ "name": "popover-spacing",
6786
+ "description": "\n---\n",
6787
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/popover-spacing/properties",
6788
+ "attributes": [],
6789
+ "events": [],
6790
+ "js": { "properties": [], "events": [] }
6791
+ },
6792
+ {
6793
+ "name": "popover-width",
6794
+ "description": "\n---\n",
6795
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/popover-width/properties",
6796
+ "attributes": [],
6797
+ "events": [],
6798
+ "js": { "properties": [], "events": [] }
6799
+ },
6800
+ {
6801
+ "name": "popover-showcase",
6802
+ "description": "\n---\n",
6803
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/popover-showcase/properties",
6804
+ "attributes": [
6805
+ {
6806
+ "name": "is-patternhub",
6807
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
6808
+ }
6809
+ ],
6810
+ "events": [],
6811
+ "js": {
6812
+ "properties": [
6813
+ {
6814
+ "name": "isPatternhub",
6815
+ "type": "PatternhubProps[\"isPatternhub\"]"
6816
+ }
6817
+ ],
6818
+ "events": []
6819
+ }
6820
+ },
6821
+ {
6822
+ "name": "radio-checked",
6823
+ "description": "\n---\n",
6824
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-checked/properties",
6825
+ "attributes": [],
6826
+ "events": [],
6827
+ "js": { "properties": [], "events": [] }
6828
+ },
6829
+ {
6830
+ "name": "radio-density",
6831
+ "description": "\n---\n",
6832
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-density/properties",
6833
+ "attributes": [],
6834
+ "events": [],
6835
+ "js": { "properties": [], "events": [] }
6836
+ },
6837
+ {
6838
+ "name": "radio-disabled",
6839
+ "description": "\n---\n",
6840
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-disabled/properties",
6841
+ "attributes": [],
6842
+ "events": [],
6843
+ "js": { "properties": [], "events": [] }
6844
+ },
6845
+ {
6846
+ "name": "radio-required",
6847
+ "description": "\n---\n",
6848
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-required/properties",
6849
+ "attributes": [],
6850
+ "events": [],
6851
+ "js": { "properties": [], "events": [] }
6852
+ },
6853
+ {
6854
+ "name": "radio-show-label",
6855
+ "description": "\n---\n",
6856
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-show-label/properties",
6857
+ "attributes": [],
6858
+ "events": [],
6859
+ "js": { "properties": [], "events": [] }
6860
+ },
6861
+ {
6862
+ "name": "radio-show-required-asterisk",
6863
+ "description": "\n---\n",
6864
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-show-required-asterisk/properties",
6865
+ "attributes": [],
6866
+ "events": [],
6867
+ "js": { "properties": [], "events": [] }
6868
+ },
6869
+ {
6870
+ "name": "radio-size",
6871
+ "description": "\n---\n",
6872
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-size/properties",
6873
+ "attributes": [],
6874
+ "events": [],
6875
+ "js": { "properties": [], "events": [] }
6876
+ },
6877
+ {
6878
+ "name": "radio-validation",
6879
+ "description": "\n---\n",
6880
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-validation/properties",
6881
+ "attributes": [],
6882
+ "events": [],
6883
+ "js": { "properties": [], "events": [] }
6884
+ },
6885
+ {
6886
+ "name": "radio-showcase",
6887
+ "description": "\n---\n",
6888
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-showcase/properties",
6889
+ "attributes": [
6890
+ {
6891
+ "name": "is-patternhub",
6892
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
6893
+ }
6894
+ ],
6895
+ "events": [],
6896
+ "js": {
6897
+ "properties": [
6898
+ {
6899
+ "name": "isPatternhub",
6900
+ "type": "PatternhubProps[\"isPatternhub\"]"
6901
+ }
6902
+ ],
6903
+ "events": []
6904
+ }
6905
+ },
6906
+ {
6907
+ "name": "section-density",
6908
+ "description": "\n---\n",
6909
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/section-density/properties",
6910
+ "attributes": [],
6911
+ "events": [],
6912
+ "js": { "properties": [], "events": [] }
6913
+ },
6914
+ {
6915
+ "name": "section-spacing",
6916
+ "description": "\n---\n",
6917
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/section-spacing/properties",
6918
+ "attributes": [],
6919
+ "events": [],
6920
+ "js": { "properties": [], "events": [] }
6921
+ },
6922
+ {
6923
+ "name": "section-width",
6924
+ "description": "\n---\n",
6925
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/section-width/properties",
6926
+ "attributes": [],
6927
+ "events": [],
6928
+ "js": { "properties": [], "events": [] }
6929
+ },
6930
+ {
6931
+ "name": "section-showcase",
6932
+ "description": "\n---\n",
6933
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/section-showcase/properties",
6934
+ "attributes": [
6935
+ {
6936
+ "name": "is-patternhub",
6937
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
6938
+ }
6939
+ ],
6940
+ "events": [],
6941
+ "js": {
6942
+ "properties": [
6943
+ {
6944
+ "name": "isPatternhub",
6945
+ "type": "PatternhubProps[\"isPatternhub\"]"
6946
+ }
6947
+ ],
6948
+ "events": []
6949
+ }
6950
+ },
6951
+ {
6952
+ "name": "select-content",
6953
+ "description": "\n---\n",
6954
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select-content/properties",
6955
+ "attributes": [],
6956
+ "events": [],
6957
+ "js": { "properties": [], "events": [] }
6958
+ },
6959
+ {
6960
+ "name": "select-density",
6961
+ "description": "\n---\n",
6962
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select-density/properties",
6963
+ "attributes": [],
6964
+ "events": [],
6965
+ "js": { "properties": [], "events": [] }
6966
+ },
6967
+ {
6968
+ "name": "select-disabled",
6969
+ "description": "\n---\n",
6970
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select-disabled/properties",
6971
+ "attributes": [],
6972
+ "events": [],
6973
+ "js": { "properties": [], "events": [] }
6974
+ },
6975
+ {
6976
+ "name": "select-examples-floating-label",
6977
+ "description": "\n---\n",
6978
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select-examples-floating-label/properties",
6979
+ "attributes": [],
6980
+ "events": [],
6981
+ "js": { "properties": [], "events": [] }
6982
+ },
6983
+ {
6984
+ "name": "select-option-groups",
6985
+ "description": "\n---\n",
6986
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select-option-groups/properties",
6987
+ "attributes": [],
6988
+ "events": [],
6989
+ "js": { "properties": [], "events": [] }
6990
+ },
6991
+ {
6992
+ "name": "select-required",
6993
+ "description": "\n---\n",
6994
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select-required/properties",
6995
+ "attributes": [],
6996
+ "events": [],
6997
+ "js": { "properties": [], "events": [] }
6998
+ },
6999
+ {
7000
+ "name": "select-show-label",
7001
+ "description": "\n---\n",
7002
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select-show-label/properties",
7003
+ "attributes": [],
7004
+ "events": [],
7005
+ "js": { "properties": [], "events": [] }
7006
+ },
7007
+ {
7008
+ "name": "select-show-message",
7009
+ "description": "\n---\n",
7010
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select-show-message/properties",
7011
+ "attributes": [],
7012
+ "events": [],
7013
+ "js": { "properties": [], "events": [] }
7014
+ },
7015
+ {
7016
+ "name": "select-show-required-asterisk",
7017
+ "description": "\n---\n",
7018
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select-show-required-asterisk/properties",
7019
+ "attributes": [],
7020
+ "events": [],
7021
+ "js": { "properties": [], "events": [] }
7022
+ },
7023
+ {
7024
+ "name": "select-state",
7025
+ "description": "\n---\n",
7026
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select-state/properties",
7027
+ "attributes": [],
7028
+ "events": [],
7029
+ "js": { "properties": [], "events": [] }
7030
+ },
7031
+ {
7032
+ "name": "select-validation",
7033
+ "description": "\n---\n",
7034
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select-validation/properties",
7035
+ "attributes": [],
7036
+ "events": [],
7037
+ "js": { "properties": [], "events": [] }
7038
+ },
7039
+ {
7040
+ "name": "select-variant",
7041
+ "description": "\n---\n",
7042
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select-variant/properties",
7043
+ "attributes": [],
7044
+ "events": [],
7045
+ "js": { "properties": [], "events": [] }
7046
+ },
7047
+ {
7048
+ "name": "select-showcase",
7049
+ "description": "\n---\n",
7050
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/select-showcase/properties",
7051
+ "attributes": [
7052
+ {
7053
+ "name": "is-patternhub",
7054
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
7055
+ }
7056
+ ],
7057
+ "events": [],
7058
+ "js": {
7059
+ "properties": [
7060
+ {
7061
+ "name": "isPatternhub",
7062
+ "type": "PatternhubProps[\"isPatternhub\"]"
7063
+ }
7064
+ ],
7065
+ "events": []
7066
+ }
7067
+ },
7068
+ {
7069
+ "name": "stack-alignment-column",
7070
+ "description": "\n---\n",
7071
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/stack-alignment-column/properties",
7072
+ "attributes": [],
7073
+ "events": [],
7074
+ "js": { "properties": [], "events": [] }
7075
+ },
7076
+ {
7077
+ "name": "stack-alignment-row",
7078
+ "description": "\n---\n",
7079
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/stack-alignment-row/properties",
7080
+ "attributes": [],
7081
+ "events": [],
7082
+ "js": { "properties": [], "events": [] }
7083
+ },
7084
+ {
7085
+ "name": "stack-density",
7086
+ "description": "\n---\n",
7087
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/stack-density/properties",
7088
+ "attributes": [],
7089
+ "events": [],
7090
+ "js": { "properties": [], "events": [] }
7091
+ },
7092
+ {
7093
+ "name": "stack-direction",
7094
+ "description": "\n---\n",
7095
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/stack-direction/properties",
7096
+ "attributes": [],
7097
+ "events": [],
7098
+ "js": { "properties": [], "events": [] }
7099
+ },
7100
+ {
7101
+ "name": "stack-gap",
7102
+ "description": "\n---\n",
7103
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/stack-gap/properties",
7104
+ "attributes": [],
7105
+ "events": [],
7106
+ "js": { "properties": [], "events": [] }
7107
+ },
7108
+ {
7109
+ "name": "stack-justify-content-column",
7110
+ "description": "\n---\n",
7111
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/stack-justify-content-column/properties",
7112
+ "attributes": [],
7113
+ "events": [],
7114
+ "js": { "properties": [], "events": [] }
7115
+ },
7116
+ {
7117
+ "name": "stack-justify-content-row",
7118
+ "description": "\n---\n",
7119
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/stack-justify-content-row/properties",
7120
+ "attributes": [],
7121
+ "events": [],
7122
+ "js": { "properties": [], "events": [] }
7123
+ },
7124
+ {
7125
+ "name": "stack-variant",
7126
+ "description": "\n---\n",
7127
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/stack-variant/properties",
7128
+ "attributes": [],
7129
+ "events": [],
7130
+ "js": { "properties": [], "events": [] }
7131
+ },
7132
+ {
7133
+ "name": "stack-wrap",
7134
+ "description": "\n---\n",
7135
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/stack-wrap/properties",
7136
+ "attributes": [],
7137
+ "events": [],
7138
+ "js": { "properties": [], "events": [] }
7139
+ },
7140
+ {
7141
+ "name": "stack-showcase",
7142
+ "description": "\n---\n",
7143
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/stack-showcase/properties",
7144
+ "attributes": [
7145
+ {
7146
+ "name": "is-patternhub",
7147
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
7148
+ }
7149
+ ],
7150
+ "events": [],
7151
+ "js": {
7152
+ "properties": [
7153
+ {
7154
+ "name": "isPatternhub",
7155
+ "type": "PatternhubProps[\"isPatternhub\"]"
7156
+ }
7157
+ ],
7158
+ "events": []
7159
+ }
7160
+ },
7161
+ {
7162
+ "name": "switch-checked",
7163
+ "description": "\n---\n",
7164
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-checked/properties",
7165
+ "attributes": [],
7166
+ "events": [],
7167
+ "js": {
7168
+ "properties": [{ "name": "checked", "type": "boolean" }],
7169
+ "events": []
7170
+ }
7171
+ },
7172
+ {
7173
+ "name": "switch-density",
7174
+ "description": "\n---\n",
7175
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-density/properties",
7176
+ "attributes": [],
7177
+ "events": [],
7178
+ "js": { "properties": [], "events": [] }
7179
+ },
7180
+ {
7181
+ "name": "switch-disabled",
7182
+ "description": "\n---\n",
7183
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-disabled/properties",
7184
+ "attributes": [],
7185
+ "events": [],
7186
+ "js": { "properties": [], "events": [] }
7187
+ },
7188
+ {
7189
+ "name": "switch-examples",
7190
+ "description": "\n---\n",
7191
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-examples/properties",
7192
+ "attributes": [],
7193
+ "events": [],
7194
+ "js": { "properties": [], "events": [] }
7195
+ },
7196
+ {
7197
+ "name": "switch-required",
7198
+ "description": "\n---\n",
7199
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-required/properties",
7200
+ "attributes": [],
7201
+ "events": [],
7202
+ "js": { "properties": [], "events": [] }
7203
+ },
7204
+ {
7205
+ "name": "switch-show-label",
7206
+ "description": "\n---\n",
7207
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-show-label/properties",
7208
+ "attributes": [],
7209
+ "events": [],
7210
+ "js": { "properties": [], "events": [] }
7211
+ },
7212
+ {
7213
+ "name": "switch-show-message",
7214
+ "description": "\n---\n",
7215
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-show-message/properties",
7216
+ "attributes": [],
7217
+ "events": [],
7218
+ "js": { "properties": [], "events": [] }
7219
+ },
7220
+ {
7221
+ "name": "switch-show-required-asterisk",
7222
+ "description": "\n---\n",
7223
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-show-required-asterisk/properties",
7224
+ "attributes": [],
7225
+ "events": [],
7226
+ "js": { "properties": [], "events": [] }
7227
+ },
7228
+ {
7229
+ "name": "switch-size",
7230
+ "description": "\n---\n",
7231
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-size/properties",
7232
+ "attributes": [],
7233
+ "events": [],
7234
+ "js": { "properties": [], "events": [] }
7235
+ },
7236
+ {
7237
+ "name": "switch-validation",
7238
+ "description": "\n---\n",
7239
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-validation/properties",
7240
+ "attributes": [],
7241
+ "events": [],
7242
+ "js": { "properties": [], "events": [] }
7243
+ },
7244
+ {
7245
+ "name": "switch-variant",
7246
+ "description": "\n---\n",
7247
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-variant/properties",
7248
+ "attributes": [],
7249
+ "events": [],
7250
+ "js": { "properties": [], "events": [] }
7251
+ },
7252
+ {
7253
+ "name": "switch-visual-aid",
7254
+ "description": "\n---\n",
7255
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-visual-aid/properties",
7256
+ "attributes": [],
7257
+ "events": [],
7258
+ "js": {
7259
+ "properties": [
7260
+ { "name": "checked", "type": "boolean" },
7261
+ { "name": "checked2", "type": "boolean" }
7262
+ ],
7263
+ "events": []
7264
+ }
7265
+ },
7266
+ {
7267
+ "name": "switch-showcase",
7268
+ "description": "\n---\n",
7269
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-showcase/properties",
7270
+ "attributes": [
7271
+ {
7272
+ "name": "is-patternhub",
7273
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
7274
+ }
7275
+ ],
7276
+ "events": [],
7277
+ "js": {
7278
+ "properties": [
7279
+ {
7280
+ "name": "isPatternhub",
7281
+ "type": "PatternhubProps[\"isPatternhub\"]"
7282
+ }
7283
+ ],
7284
+ "events": []
7285
+ }
7286
+ },
7287
+ {
7288
+ "name": "tab-item-behavior",
7289
+ "description": "\n---\n",
7290
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tab-item-behavior/properties",
7291
+ "attributes": [],
7292
+ "events": [],
7293
+ "js": { "properties": [], "events": [] }
7294
+ },
7295
+ {
7296
+ "name": "tab-item-content-alignment-full-width",
7297
+ "description": "\n---\n",
7298
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tab-item-content-alignment-full-width/properties",
7299
+ "attributes": [],
7300
+ "events": [],
7301
+ "js": { "properties": [], "events": [] }
7302
+ },
7303
+ {
7304
+ "name": "tab-item-density",
7305
+ "description": "\n---\n",
7306
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tab-item-density/properties",
7307
+ "attributes": [],
7308
+ "events": [],
7309
+ "js": { "properties": [], "events": [] }
7310
+ },
7311
+ {
7312
+ "name": "tab-item-show-icon-leading",
7313
+ "description": "\n---\n",
7314
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tab-item-show-icon-leading/properties",
7315
+ "attributes": [],
7316
+ "events": [],
7317
+ "js": { "properties": [], "events": [] }
7318
+ },
7319
+ {
7320
+ "name": "tab-item-show-icon-trailing",
7321
+ "description": "\n---\n",
7322
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tab-item-show-icon-trailing/properties",
7323
+ "attributes": [],
7324
+ "events": [],
7325
+ "js": { "properties": [], "events": [] }
7326
+ },
7327
+ {
7328
+ "name": "tab-item-states",
7329
+ "description": "\n---\n",
7330
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tab-item-states/properties",
7331
+ "attributes": [],
7332
+ "events": [],
7333
+ "js": { "properties": [], "events": [] }
7334
+ },
7335
+ {
7336
+ "name": "tab-item-showcase",
7337
+ "description": "\n---\n",
7338
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tab-item-showcase/properties",
7339
+ "attributes": [
7340
+ {
7341
+ "name": "is-patternhub",
7342
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
7343
+ }
7344
+ ],
7345
+ "events": [],
7346
+ "js": {
7347
+ "properties": [
7348
+ {
7349
+ "name": "isPatternhub",
7350
+ "type": "PatternhubProps[\"isPatternhub\"]"
7351
+ }
7352
+ ],
7353
+ "events": []
7354
+ }
7355
+ },
7356
+ {
7357
+ "name": "tabs-density",
7358
+ "description": "\n---\n",
7359
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tabs-density/properties",
7360
+ "attributes": [],
7361
+ "events": [],
7362
+ "js": { "properties": [], "events": [] }
7363
+ },
7364
+ {
7365
+ "name": "tabs-examples",
7366
+ "description": "\n---\n",
7367
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tabs-examples/properties",
7368
+ "attributes": [],
7369
+ "events": [],
7370
+ "js": { "properties": [], "events": [] }
7371
+ },
7372
+ {
7373
+ "name": "tabs-orientation",
7374
+ "description": "\n---\n",
7375
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tabs-orientation/properties",
7376
+ "attributes": [],
7377
+ "events": [],
7378
+ "js": { "properties": [], "events": [] }
7379
+ },
7380
+ {
7381
+ "name": "tabs-overflow",
7382
+ "description": "\n---\n",
7383
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tabs-overflow/properties",
7384
+ "attributes": [],
7385
+ "events": [],
7386
+ "js": { "properties": [], "events": [] }
7387
+ },
7388
+ {
7389
+ "name": "tabs-width",
7390
+ "description": "\n---\n",
7391
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tabs-width/properties",
7392
+ "attributes": [],
7393
+ "events": [],
7394
+ "js": { "properties": [], "events": [] }
7395
+ },
7396
+ {
7397
+ "name": "tabs-showcase",
7398
+ "description": "\n---\n",
7399
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tabs-showcase/properties",
7400
+ "attributes": [
7401
+ {
7402
+ "name": "is-patternhub",
7403
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
7404
+ }
7405
+ ],
7406
+ "events": [],
7407
+ "js": {
7408
+ "properties": [
7409
+ {
7410
+ "name": "isPatternhub",
7411
+ "type": "PatternhubProps[\"isPatternhub\"]"
7412
+ }
7413
+ ],
7414
+ "events": []
7415
+ }
7416
+ },
7417
+ {
7418
+ "name": "tag-behavior",
7419
+ "description": "\n---\n",
7420
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag-behavior/properties",
7421
+ "attributes": [],
7422
+ "events": [],
7423
+ "js": { "properties": [], "events": [] }
7424
+ },
7425
+ {
7426
+ "name": "tag-checked",
7427
+ "description": "\n---\n",
7428
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag-checked/properties",
7429
+ "attributes": [],
7430
+ "events": [],
7431
+ "js": { "properties": [], "events": [] }
7432
+ },
7433
+ {
7434
+ "name": "tag-density",
7435
+ "description": "\n---\n",
7436
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag-density/properties",
7437
+ "attributes": [],
7438
+ "events": [],
7439
+ "js": { "properties": [], "events": [] }
7440
+ },
7441
+ {
7442
+ "name": "tag-disabled",
7443
+ "description": "\n---\n",
7444
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag-disabled/properties",
7445
+ "attributes": [],
7446
+ "events": [],
7447
+ "js": { "properties": [], "events": [] }
7448
+ },
7449
+ {
7450
+ "name": "tag-emphasis",
7451
+ "description": "\n---\n",
7452
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag-emphasis/properties",
7453
+ "attributes": [],
7454
+ "events": [],
7455
+ "js": { "properties": [], "events": [] }
7456
+ },
7457
+ {
7458
+ "name": "tag-example-strong",
7459
+ "description": "\n---\n",
7460
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag-example-strong/properties",
7461
+ "attributes": [],
7462
+ "events": [],
7463
+ "js": { "properties": [], "events": [] }
7464
+ },
7465
+ {
7466
+ "name": "tag-no-text",
7467
+ "description": "\n---\n",
7468
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag-no-text/properties",
7469
+ "attributes": [],
7470
+ "events": [],
7471
+ "js": { "properties": [], "events": [] }
7472
+ },
7473
+ {
7474
+ "name": "tag-overflow",
7475
+ "description": "\n---\n",
7476
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag-overflow/properties",
7477
+ "attributes": [],
7478
+ "events": [],
7479
+ "js": { "properties": [], "events": [] }
7480
+ },
7481
+ {
7482
+ "name": "tag-semantic",
7483
+ "description": "\n---\n",
7484
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag-semantic/properties",
7485
+ "attributes": [],
7486
+ "events": [],
7487
+ "js": { "properties": [], "events": [] }
7488
+ },
7489
+ {
7490
+ "name": "tag-show-check-state",
7491
+ "description": "\n---\n",
7492
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag-show-check-state/properties",
7493
+ "attributes": [],
7494
+ "events": [],
7495
+ "js": { "properties": [], "events": [] }
7496
+ },
7497
+ {
7498
+ "name": "tag-show-icon",
7499
+ "description": "\n---\n",
7500
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag-show-icon/properties",
7501
+ "attributes": [],
7502
+ "events": [],
7503
+ "js": { "properties": [], "events": [] }
7504
+ },
7505
+ {
7506
+ "name": "tag-show-slot",
7507
+ "description": "\n---\n",
7508
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag-show-slot/properties",
7509
+ "attributes": [],
7510
+ "events": [],
7511
+ "js": { "properties": [], "events": [] }
7512
+ },
7513
+ {
7514
+ "name": "tag-showcase",
7515
+ "description": "\n---\n",
7516
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tag-showcase/properties",
7517
+ "attributes": [
7518
+ {
7519
+ "name": "is-patternhub",
7520
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
7521
+ }
7522
+ ],
7523
+ "events": [],
7524
+ "js": {
7525
+ "properties": [
7526
+ {
7527
+ "name": "isPatternhub",
7528
+ "type": "PatternhubProps[\"isPatternhub\"]"
7529
+ }
7530
+ ],
7531
+ "events": []
7532
+ }
7533
+ },
7534
+ {
7535
+ "name": "textarea-density",
7536
+ "description": "\n---\n",
7537
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-density/properties",
7538
+ "attributes": [],
7539
+ "events": [],
7540
+ "js": { "properties": [], "events": [] }
7541
+ },
7542
+ {
7543
+ "name": "textarea-disabled",
7544
+ "description": "\n---\n",
7545
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-disabled/properties",
7546
+ "attributes": [],
7547
+ "events": [],
7548
+ "js": { "properties": [], "events": [] }
7549
+ },
7550
+ {
7551
+ "name": "textarea-examples-floating-label",
7552
+ "description": "\n---\n",
7553
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-examples-floating-label/properties",
7554
+ "attributes": [],
7555
+ "events": [],
7556
+ "js": { "properties": [], "events": [] }
7557
+ },
7558
+ {
7559
+ "name": "textarea-field-sizing",
7560
+ "description": "\n---\n",
7561
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-field-sizing/properties",
7562
+ "attributes": [],
7563
+ "events": [],
7564
+ "js": { "properties": [], "events": [] }
7565
+ },
7566
+ {
7567
+ "name": "textarea-readonly",
7568
+ "description": "\n---\n",
7569
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-readonly/properties",
7570
+ "attributes": [],
7571
+ "events": [],
7572
+ "js": { "properties": [], "events": [] }
7573
+ },
7574
+ {
7575
+ "name": "textarea-required",
7576
+ "description": "\n---\n",
7577
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-required/properties",
7578
+ "attributes": [],
7579
+ "events": [],
7580
+ "js": { "properties": [], "events": [] }
7581
+ },
7582
+ {
7583
+ "name": "textarea-rows",
7584
+ "description": "\n---\n",
7585
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-rows/properties",
7586
+ "attributes": [],
7587
+ "events": [],
7588
+ "js": { "properties": [], "events": [] }
7589
+ },
7590
+ {
7591
+ "name": "textarea-show-label",
7592
+ "description": "\n---\n",
7593
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-show-label/properties",
7594
+ "attributes": [],
7595
+ "events": [],
7596
+ "js": { "properties": [], "events": [] }
7597
+ },
7598
+ {
7599
+ "name": "textarea-show-message",
7600
+ "description": "\n---\n",
7601
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-show-message/properties",
7602
+ "attributes": [],
7603
+ "events": [],
7604
+ "js": { "properties": [], "events": [] }
7605
+ },
7606
+ {
7607
+ "name": "textarea-show-required-asterisk",
7608
+ "description": "\n---\n",
7609
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-show-required-asterisk/properties",
7610
+ "attributes": [],
7611
+ "events": [],
7612
+ "js": { "properties": [], "events": [] }
7613
+ },
7614
+ {
7615
+ "name": "textarea-show-resizer",
7616
+ "description": "\n---\n",
7617
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-show-resizer/properties",
7618
+ "attributes": [],
7619
+ "events": [],
7620
+ "js": { "properties": [], "events": [] }
7621
+ },
7622
+ {
7623
+ "name": "textarea-state",
7624
+ "description": "\n---\n",
7625
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-state/properties",
7626
+ "attributes": [],
7627
+ "events": [],
7628
+ "js": { "properties": [], "events": [] }
7629
+ },
7630
+ {
7631
+ "name": "textarea-validation",
7632
+ "description": "\n---\n",
7633
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-validation/properties",
7634
+ "attributes": [],
7635
+ "events": [],
7636
+ "js": { "properties": [], "events": [] }
7637
+ },
7638
+ {
7639
+ "name": "textarea-variant",
7640
+ "description": "\n---\n",
7641
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-variant/properties",
7642
+ "attributes": [],
7643
+ "events": [],
7644
+ "js": { "properties": [], "events": [] }
7645
+ },
7646
+ {
7647
+ "name": "textarea-showcase",
7648
+ "description": "\n---\n",
7649
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/textarea-showcase/properties",
7650
+ "attributes": [
7651
+ {
7652
+ "name": "is-patternhub",
7653
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
7654
+ }
7655
+ ],
7656
+ "events": [],
7657
+ "js": {
7658
+ "properties": [
7659
+ {
7660
+ "name": "isPatternhub",
7661
+ "type": "PatternhubProps[\"isPatternhub\"]"
7662
+ }
7663
+ ],
7664
+ "events": []
7665
+ }
7666
+ },
7667
+ {
7668
+ "name": "tooltip-animation",
7669
+ "description": "\n---\n",
7670
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-animation/properties",
7671
+ "attributes": [],
7672
+ "events": [],
7673
+ "js": { "properties": [], "events": [] }
7674
+ },
7675
+ {
7676
+ "name": "tooltip-delay",
7677
+ "description": "\n---\n",
7678
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-delay/properties",
7679
+ "attributes": [],
7680
+ "events": [],
7681
+ "js": { "properties": [], "events": [] }
7682
+ },
7683
+ {
7684
+ "name": "tooltip-density",
7685
+ "description": "\n---\n",
7686
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-density/properties",
7687
+ "attributes": [],
7688
+ "events": [],
7689
+ "js": { "properties": [], "events": [] }
7690
+ },
7691
+ {
7692
+ "name": "tooltip-emphasis",
7693
+ "description": "\n---\n",
7694
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-emphasis/properties",
7695
+ "attributes": [],
7696
+ "events": [],
7697
+ "js": { "properties": [], "events": [] }
7698
+ },
7699
+ {
7700
+ "name": "tooltip-placement",
7701
+ "description": "\n---\n",
7702
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-placement/properties",
7703
+ "attributes": [],
7704
+ "events": [],
7705
+ "js": { "properties": [], "events": [] }
7706
+ },
7707
+ {
7708
+ "name": "tooltip-show-arrow",
7709
+ "description": "\n---\n",
7710
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-show-arrow/properties",
7711
+ "attributes": [],
7712
+ "events": [],
7713
+ "js": { "properties": [], "events": [] }
7714
+ },
7715
+ {
7716
+ "name": "tooltip-width",
7717
+ "description": "\n---\n",
7718
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-width/properties",
7719
+ "attributes": [],
7720
+ "events": [],
7721
+ "js": { "properties": [], "events": [] }
7722
+ },
7723
+ {
7724
+ "name": "tooltip-showcase",
7725
+ "description": "\n---\n",
7726
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-showcase/properties",
7727
+ "attributes": [
7728
+ {
7729
+ "name": "is-patternhub",
7730
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
7731
+ }
7732
+ ],
7733
+ "events": [],
7734
+ "js": {
7735
+ "properties": [
7736
+ {
7737
+ "name": "isPatternhub",
7738
+ "type": "PatternhubProps[\"isPatternhub\"]"
7739
+ }
7740
+ ],
7741
+ "events": []
7742
+ }
5669
7743
  }
5670
7744
  ]
5671
7745
  }