@db-ux/wc-core-components 4.5.4-mcp-e4cd7e6 → 4.5.4-table-c758ae7

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 (221) hide show
  1. package/README.md +30 -0
  2. package/dist/cjs/db-accordion-item.cjs.entry.js +3 -3
  3. package/dist/cjs/db-accordion.cjs.entry.js +2 -2
  4. package/dist/cjs/db-badge.cjs.entry.js +2 -2
  5. package/dist/cjs/db-brand.cjs.entry.js +2 -2
  6. package/dist/cjs/db-button.cjs.entry.js +2 -2
  7. package/dist/cjs/db-card.cjs.entry.js +3 -3
  8. package/dist/cjs/db-checkbox.cjs.entry.js +3 -3
  9. package/dist/cjs/db-custom-button.cjs.entry.js +3 -3
  10. package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +10 -10
  11. package/dist/cjs/db-custom-select-form-field.cjs.entry.js +3 -3
  12. package/dist/cjs/db-custom-select.cjs.entry.js +6 -6
  13. package/dist/cjs/db-divider.cjs.entry.js +2 -2
  14. package/dist/cjs/db-drawer.cjs.entry.js +4 -4
  15. package/dist/cjs/db-header.cjs.entry.js +3 -3
  16. package/dist/cjs/db-icon.cjs.entry.js +2 -2
  17. package/dist/cjs/db-infotext.cjs.entry.js +2 -2
  18. package/dist/cjs/db-link_4.cjs.entry.js +220 -0
  19. package/dist/cjs/db-navigation-item.cjs.entry.js +2 -2
  20. package/dist/cjs/db-navigation.cjs.entry.js +3 -3
  21. package/dist/cjs/db-notification.cjs.entry.js +3 -3
  22. package/dist/cjs/db-page.cjs.entry.js +3 -3
  23. package/dist/cjs/db-popover.cjs.entry.js +3 -3
  24. package/dist/cjs/db-radio.cjs.entry.js +2 -2
  25. package/dist/cjs/db-section.cjs.entry.js +3 -3
  26. package/dist/cjs/db-select.cjs.entry.js +3 -3
  27. package/dist/cjs/db-stack.cjs.entry.js +3 -3
  28. package/dist/cjs/db-switch.cjs.entry.js +3 -3
  29. package/dist/cjs/db-tab-item_3.cjs.entry.js +7 -7
  30. package/dist/cjs/db-table-body_3.cjs.entry.js +173 -0
  31. package/dist/cjs/{db-link.cjs.entry.js → db-table-caption.cjs.entry.js} +6 -7
  32. package/dist/cjs/db-table.cjs.entry.js +136 -0
  33. package/dist/cjs/db-tabs.cjs.entry.js +3 -3
  34. package/dist/cjs/db-textarea.cjs.entry.js +3 -3
  35. package/dist/cjs/db-tooltip.cjs.entry.js +3 -3
  36. package/dist/cjs/db-ux.cjs.js +2 -2
  37. package/dist/cjs/{index-EqJP9Qyt.js → index-CSakRmZZ.js} +21 -0
  38. package/dist/cjs/index.cjs.js +20 -1
  39. package/dist/cjs/loader.cjs.js +2 -2
  40. package/dist/collection/collection-manifest.json +9 -1
  41. package/dist/collection/components/accordion/accordion.js +1 -1
  42. package/dist/collection/components/accordion-item/accordion-item.js +2 -2
  43. package/dist/collection/components/badge/badge.js +1 -1
  44. package/dist/collection/components/brand/brand.js +2 -2
  45. package/dist/collection/components/button/button.js +4 -4
  46. package/dist/collection/components/card/card.js +2 -2
  47. package/dist/collection/components/checkbox/checkbox.js +3 -3
  48. package/dist/collection/components/custom-button/custom-button.js +5 -5
  49. package/dist/collection/components/custom-select/custom-select.js +7 -7
  50. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +2 -2
  51. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +2 -2
  52. package/dist/collection/components/custom-select-list/custom-select-list.js +2 -2
  53. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +2 -2
  54. package/dist/collection/components/divider/divider.js +1 -1
  55. package/dist/collection/components/drawer/drawer.js +3 -3
  56. package/dist/collection/components/header/header.js +2 -2
  57. package/dist/collection/components/icon/icon.js +2 -2
  58. package/dist/collection/components/infotext/infotext.js +2 -2
  59. package/dist/collection/components/input/input.js +6 -6
  60. package/dist/collection/components/link/link.js +1 -1
  61. package/dist/collection/components/navigation/navigation.js +2 -2
  62. package/dist/collection/components/navigation-item/navigation-item.js +2 -2
  63. package/dist/collection/components/notification/notification.js +3 -3
  64. package/dist/collection/components/page/page.js +2 -2
  65. package/dist/collection/components/popover/popover.js +2 -2
  66. package/dist/collection/components/radio/radio.js +1 -1
  67. package/dist/collection/components/section/section.js +2 -2
  68. package/dist/collection/components/select/select.js +4 -4
  69. package/dist/collection/components/stack/stack.js +2 -2
  70. package/dist/collection/components/switch/switch.js +6 -6
  71. package/dist/collection/components/tab-item/tab-item.js +5 -5
  72. package/dist/collection/components/tab-list/tab-list.js +2 -2
  73. package/dist/collection/components/tab-panel/tab-panel.js +2 -2
  74. package/dist/collection/components/table/examples/data.js +258 -0
  75. package/dist/collection/components/table/index.js +2 -0
  76. package/dist/collection/components/table/model.js +6 -0
  77. package/dist/collection/components/table/table.js +456 -0
  78. package/dist/collection/components/table-body/index.js +2 -0
  79. package/dist/collection/components/table-body/model.js +1 -0
  80. package/dist/collection/components/table-body/table-body.js +137 -0
  81. package/dist/collection/components/table-caption/index.js +2 -0
  82. package/dist/collection/components/table-caption/model.js +1 -0
  83. package/dist/collection/components/table-caption/table-caption.js +109 -0
  84. package/dist/collection/components/table-data-cell/index.js +2 -0
  85. package/dist/collection/components/table-data-cell/model.js +1 -0
  86. package/dist/collection/components/table-data-cell/table-data-cell.js +291 -0
  87. package/dist/collection/components/table-footer/index.js +2 -0
  88. package/dist/collection/components/table-footer/model.js +1 -0
  89. package/dist/collection/components/table-footer/table-footer.js +137 -0
  90. package/dist/collection/components/table-head/index.js +2 -0
  91. package/dist/collection/components/table-head/model.js +1 -0
  92. package/dist/collection/components/table-head/table-head.js +140 -0
  93. package/dist/collection/components/table-header-cell/index.js +2 -0
  94. package/dist/collection/components/table-header-cell/model.js +1 -0
  95. package/dist/collection/components/table-header-cell/table-header-cell.js +369 -0
  96. package/dist/collection/components/table-row/index.js +2 -0
  97. package/dist/collection/components/table-row/model.js +1 -0
  98. package/dist/collection/components/table-row/table-row.js +195 -0
  99. package/dist/collection/components/tabs/tabs.js +2 -2
  100. package/dist/collection/components/tag/tag.js +3 -3
  101. package/dist/collection/components/textarea/textarea.js +3 -3
  102. package/dist/collection/components/tooltip/tooltip.js +2 -2
  103. package/dist/collection/index.js +16 -0
  104. package/dist/collection/shared/model.js +1 -1
  105. package/dist/custom-elements.json +5671 -2660
  106. package/dist/db-ux/db-ux.esm.js +1 -1
  107. package/dist/db-ux/index.esm.js +1 -1
  108. package/dist/db-ux/{p-cdef6789.entry.js → p-003f3468.entry.js} +1 -1
  109. package/dist/db-ux/{p-516c3f64.entry.js → p-0055d6ce.entry.js} +1 -1
  110. package/dist/db-ux/{p-c7d1bee4.entry.js → p-032487d0.entry.js} +1 -1
  111. package/dist/db-ux/{p-83e69c0e.entry.js → p-10acdb01.entry.js} +1 -1
  112. package/dist/db-ux/{p-3ca07f53.entry.js → p-150c4aeb.entry.js} +1 -1
  113. package/dist/db-ux/{p-72d1ea3b.entry.js → p-19fe0672.entry.js} +1 -1
  114. package/dist/db-ux/p-2cdc1311.entry.js +1 -0
  115. package/dist/db-ux/p-33ca6422.entry.js +1 -0
  116. package/dist/db-ux/p-42e61221.entry.js +1 -0
  117. package/dist/db-ux/{p-fdbf8d91.entry.js → p-47bd992d.entry.js} +1 -1
  118. package/dist/db-ux/{p-fc9fb7cd.entry.js → p-50a16969.entry.js} +1 -1
  119. package/dist/db-ux/{p-aad2d524.entry.js → p-54d2e18d.entry.js} +1 -1
  120. package/dist/db-ux/{p-b99e76fd.entry.js → p-5e4de899.entry.js} +1 -1
  121. package/dist/db-ux/p-68a1d35a.entry.js +1 -0
  122. package/dist/db-ux/{p-56da8875.entry.js → p-6b87f6f1.entry.js} +1 -1
  123. package/dist/db-ux/{p-19ae6336.entry.js → p-7387346c.entry.js} +1 -1
  124. package/dist/db-ux/p-75005663.entry.js +1 -0
  125. package/dist/db-ux/{p-7f6fae6f.entry.js → p-77ee580e.entry.js} +1 -1
  126. package/dist/db-ux/{p-669fe992.entry.js → p-7da51a4c.entry.js} +1 -1
  127. package/dist/db-ux/p-7f2eaa8b.entry.js +1 -0
  128. package/dist/db-ux/{p-bd1b0142.entry.js → p-823a7488.entry.js} +1 -1
  129. package/dist/db-ux/p-8826c7fc.entry.js +1 -0
  130. package/dist/db-ux/{p-a0f6fc10.entry.js → p-8baf5ea2.entry.js} +1 -1
  131. package/dist/db-ux/{p-4f519859.entry.js → p-8f76eea7.entry.js} +1 -1
  132. package/dist/db-ux/p-97f5d48e.entry.js +1 -0
  133. package/dist/db-ux/p-LpjjuLKB.js +2 -0
  134. package/dist/db-ux/p-a8368ed2.entry.js +1 -0
  135. package/dist/db-ux/p-c0b8571d.entry.js +1 -0
  136. package/dist/db-ux/p-d20bd873.entry.js +1 -0
  137. package/dist/db-ux/{p-4a0870fa.entry.js → p-d603dcc4.entry.js} +1 -1
  138. package/dist/db-ux/{p-2c30a356.entry.js → p-dbdfc04a.entry.js} +1 -1
  139. package/dist/db-ux/{p-df2b1979.entry.js → p-e3279b61.entry.js} +1 -1
  140. package/dist/db-ux/{p-a726cd18.entry.js → p-e367150f.entry.js} +1 -1
  141. package/dist/db-ux/{p-f49ed233.entry.js → p-e9058123.entry.js} +1 -1
  142. package/dist/db-ux/p-e9142fec.entry.js +1 -0
  143. package/dist/esm/db-accordion-item.entry.js +3 -3
  144. package/dist/esm/db-accordion.entry.js +2 -2
  145. package/dist/esm/db-badge.entry.js +2 -2
  146. package/dist/esm/db-brand.entry.js +2 -2
  147. package/dist/esm/db-button.entry.js +2 -2
  148. package/dist/esm/db-card.entry.js +3 -3
  149. package/dist/esm/db-checkbox.entry.js +3 -3
  150. package/dist/esm/db-custom-button.entry.js +3 -3
  151. package/dist/esm/db-custom-select-dropdown_5.entry.js +10 -10
  152. package/dist/esm/db-custom-select-form-field.entry.js +3 -3
  153. package/dist/esm/db-custom-select.entry.js +6 -6
  154. package/dist/esm/db-divider.entry.js +2 -2
  155. package/dist/esm/db-drawer.entry.js +4 -4
  156. package/dist/esm/db-header.entry.js +3 -3
  157. package/dist/esm/db-icon.entry.js +2 -2
  158. package/dist/esm/db-infotext.entry.js +2 -2
  159. package/dist/esm/db-link_4.entry.js +215 -0
  160. package/dist/esm/db-navigation-item.entry.js +2 -2
  161. package/dist/esm/db-navigation.entry.js +3 -3
  162. package/dist/esm/db-notification.entry.js +3 -3
  163. package/dist/esm/db-page.entry.js +3 -3
  164. package/dist/esm/db-popover.entry.js +3 -3
  165. package/dist/esm/db-radio.entry.js +2 -2
  166. package/dist/esm/db-section.entry.js +3 -3
  167. package/dist/esm/db-select.entry.js +3 -3
  168. package/dist/esm/db-stack.entry.js +3 -3
  169. package/dist/esm/db-switch.entry.js +3 -3
  170. package/dist/esm/db-tab-item_3.entry.js +7 -7
  171. package/dist/esm/db-table-body_3.entry.js +169 -0
  172. package/dist/esm/{db-link.entry.js → db-table-caption.entry.js} +7 -8
  173. package/dist/esm/db-table.entry.js +134 -0
  174. package/dist/esm/db-tabs.entry.js +3 -3
  175. package/dist/esm/db-textarea.entry.js +3 -3
  176. package/dist/esm/db-tooltip.entry.js +3 -3
  177. package/dist/esm/db-ux.js +3 -3
  178. package/dist/esm/{index-kHKR5QG5.js → index-LpjjuLKB.js} +21 -0
  179. package/dist/esm/index.js +13 -2
  180. package/dist/esm/loader.js +3 -3
  181. package/dist/types/components/table/examples/data.d.ts +9 -0
  182. package/dist/types/components/table/index.d.ts +2 -0
  183. package/dist/types/components/table/model.d.ts +74 -0
  184. package/dist/types/components/table/table.d.ts +37 -0
  185. package/dist/types/components/table-body/index.d.ts +2 -0
  186. package/dist/types/components/table-body/model.d.ts +8 -0
  187. package/dist/types/components/table-body/table-body.d.ts +19 -0
  188. package/dist/types/components/table-caption/index.d.ts +2 -0
  189. package/dist/types/components/table-caption/model.d.ts +5 -0
  190. package/dist/types/components/table-caption/table-caption.d.ts +18 -0
  191. package/dist/types/components/table-data-cell/index.d.ts +2 -0
  192. package/dist/types/components/table-data-cell/model.d.ts +5 -0
  193. package/dist/types/components/table-data-cell/table-data-cell.d.ts +25 -0
  194. package/dist/types/components/table-footer/index.d.ts +2 -0
  195. package/dist/types/components/table-footer/model.d.ts +8 -0
  196. package/dist/types/components/table-footer/table-footer.d.ts +19 -0
  197. package/dist/types/components/table-head/index.d.ts +2 -0
  198. package/dist/types/components/table-head/model.d.ts +10 -0
  199. package/dist/types/components/table-head/table-head.d.ts +58 -0
  200. package/dist/types/components/table-header-cell/index.d.ts +2 -0
  201. package/dist/types/components/table-header-cell/model.d.ts +24 -0
  202. package/dist/types/components/table-header-cell/table-header-cell.d.ts +28 -0
  203. package/dist/types/components/table-row/index.d.ts +2 -0
  204. package/dist/types/components/table-row/model.d.ts +30 -0
  205. package/dist/types/components/table-row/table-row.d.ts +23 -0
  206. package/dist/types/components.d.ts +278 -0
  207. package/dist/types/index.d.ts +16 -0
  208. package/dist/types/shared/model.d.ts +42 -2
  209. package/dist/vscode.html-custom-data.json +400 -2
  210. package/dist/web-types.json +692 -4
  211. package/package.json +3 -3
  212. package/dist/db-ux/p-05e9aa2e.entry.js +0 -1
  213. package/dist/db-ux/p-2ed98454.entry.js +0 -1
  214. package/dist/db-ux/p-33443732.entry.js +0 -1
  215. package/dist/db-ux/p-58c6c29d.entry.js +0 -1
  216. package/dist/db-ux/p-85897212.entry.js +0 -1
  217. package/dist/db-ux/p-8a521b05.entry.js +0 -1
  218. package/dist/db-ux/p-974fbc69.entry.js +0 -1
  219. package/dist/db-ux/p-a3aef74b.entry.js +0 -1
  220. package/dist/db-ux/p-cb093137.entry.js +0 -1
  221. package/dist/db-ux/p-kHKR5QG5.js +0 -2
@@ -5237,8 +5237,8 @@
5237
5237
  },
5238
5238
  {
5239
5239
  "name": "alignment",
5240
- "description": "Define the content alignment in full width",
5241
- "value": { "type": "\"start\" | \"center\" | string" }
5240
+ "description": "Define the content alignment",
5241
+ "value": { "type": "\"start\" | \"center\" | \"end\" | string" }
5242
5242
  },
5243
5243
  {
5244
5244
  "name": "width",
@@ -5307,8 +5307,8 @@
5307
5307
  { "name": "className", "type": "DBTabsProps[\"className\"]" },
5308
5308
  {
5309
5309
  "name": "alignment",
5310
- "description": "Define the content alignment in full width",
5311
- "type": "\"start\" | \"center\" | string"
5310
+ "description": "Define the content alignment",
5311
+ "type": "\"start\" | \"center\" | \"end\" | string"
5312
5312
  },
5313
5313
  {
5314
5314
  "name": "width",
@@ -5725,6 +5725,558 @@
5725
5725
  ]
5726
5726
  }
5727
5727
  },
5728
+ {
5729
+ "name": "db-table-data-cell",
5730
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
5731
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-data-cell/properties",
5732
+ "attributes": [
5733
+ {
5734
+ "name": "id",
5735
+ "value": { "type": "DBTableDataCellProps[\"id\"]" }
5736
+ },
5737
+ {
5738
+ "name": "classname",
5739
+ "value": { "type": "DBTableDataCellProps[\"className\"]" }
5740
+ },
5741
+ {
5742
+ "name": "horizontal-alignment",
5743
+ "description": "Set the horizontal alignment of the cell content.",
5744
+ "value": { "type": "\"start\" | \"center\" | \"end\"" }
5745
+ },
5746
+ {
5747
+ "name": "vertical-alignment",
5748
+ "description": "Set the vertical alignment of the cell content.",
5749
+ "value": { "type": "\"start\" | \"center\" | \"end\"" }
5750
+ },
5751
+ {
5752
+ "name": "col-span",
5753
+ "description": "The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5754
+ "value": { "type": "number | string" }
5755
+ },
5756
+ {
5757
+ "name": "colspan",
5758
+ "description": "The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5759
+ "value": { "type": "number | string" }
5760
+ },
5761
+ {
5762
+ "name": "row-span",
5763
+ "description": "The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5764
+ "value": { "type": "number | string" }
5765
+ },
5766
+ {
5767
+ "name": "rowspan",
5768
+ "description": "The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5769
+ "value": { "type": "number | string" }
5770
+ },
5771
+ {
5772
+ "name": "headers",
5773
+ "description": "The **`headers`** property of the HTMLTableCellElement interface contains a list of IDs of th elements that are _headers_ for this specific cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/headers)",
5774
+ "value": { "type": "string" }
5775
+ }
5776
+ ],
5777
+ "slots": [
5778
+ {
5779
+ "name": "children",
5780
+ "description": "This is a default/unnamed slot"
5781
+ }
5782
+ ],
5783
+ "events": [],
5784
+ "js": {
5785
+ "properties": [
5786
+ { "name": "id", "type": "DBTableDataCellProps[\"id\"]" },
5787
+ {
5788
+ "name": "className",
5789
+ "type": "DBTableDataCellProps[\"className\"]"
5790
+ },
5791
+ {
5792
+ "name": "horizontalAlignment",
5793
+ "description": "Set the horizontal alignment of the cell content.",
5794
+ "type": "\"start\" | \"center\" | \"end\""
5795
+ },
5796
+ {
5797
+ "name": "verticalAlignment",
5798
+ "description": "Set the vertical alignment of the cell content.",
5799
+ "type": "\"start\" | \"center\" | \"end\""
5800
+ },
5801
+ {
5802
+ "name": "colSpan",
5803
+ "description": "The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5804
+ "type": "number | string"
5805
+ },
5806
+ {
5807
+ "name": "colspan",
5808
+ "description": "The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5809
+ "type": "number | string"
5810
+ },
5811
+ {
5812
+ "name": "rowSpan",
5813
+ "description": "The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5814
+ "type": "number | string"
5815
+ },
5816
+ {
5817
+ "name": "rowspan",
5818
+ "description": "The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5819
+ "type": "number | string"
5820
+ },
5821
+ {
5822
+ "name": "headers",
5823
+ "description": "The **`headers`** property of the HTMLTableCellElement interface contains a list of IDs of th elements that are _headers_ for this specific cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/headers)",
5824
+ "type": "string"
5825
+ }
5826
+ ],
5827
+ "events": []
5828
+ }
5829
+ },
5830
+ {
5831
+ "name": "db-table-header-cell",
5832
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
5833
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-header-cell/properties",
5834
+ "attributes": [
5835
+ {
5836
+ "name": "id",
5837
+ "value": { "type": "DBTableHeaderCellProps[\"id\"]" }
5838
+ },
5839
+ {
5840
+ "name": "classname",
5841
+ "value": { "type": "DBTableHeaderCellProps[\"className\"]" }
5842
+ },
5843
+ {
5844
+ "name": "horizontal-alignment",
5845
+ "description": "Set the horizontal alignment of the cell content.",
5846
+ "value": { "type": "\"start\" | \"center\" | \"end\"" }
5847
+ },
5848
+ {
5849
+ "name": "vertical-alignment",
5850
+ "description": "Set the vertical alignment of the cell content.",
5851
+ "value": { "type": "\"start\" | \"center\" | \"end\"" }
5852
+ },
5853
+ {
5854
+ "name": "no-text",
5855
+ "description": "Hide the text content of the cell.",
5856
+ "value": { "type": "boolean | string" }
5857
+ },
5858
+ {
5859
+ "name": "scope",
5860
+ "description": "The **`scope`** property of the HTMLTableCellElement interface indicates the scope of a th cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/scope)",
5861
+ "value": {
5862
+ "type": "\"row\" | \"col\" | \"rowgroup\" | \"colgroup\""
5863
+ }
5864
+ },
5865
+ {
5866
+ "name": "col-span",
5867
+ "description": "The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5868
+ "value": { "type": "number | string" }
5869
+ },
5870
+ {
5871
+ "name": "colspan",
5872
+ "description": "The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5873
+ "value": { "type": "number | string" }
5874
+ },
5875
+ {
5876
+ "name": "row-span",
5877
+ "description": "The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5878
+ "value": { "type": "number | string" }
5879
+ },
5880
+ {
5881
+ "name": "rowspan",
5882
+ "description": "The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5883
+ "value": { "type": "number | string" }
5884
+ },
5885
+ {
5886
+ "name": "headers",
5887
+ "description": "The **`headers`** property of the HTMLTableCellElement interface contains a list of IDs of th elements that are _headers_ for this specific cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/headers)",
5888
+ "value": { "type": "string" }
5889
+ },
5890
+ {
5891
+ "name": "abbr",
5892
+ "description": "The **`abbr`** property of the HTMLTableCellElement interface indicates an abbreviation associated with the cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/abbr)",
5893
+ "value": { "type": "string" }
5894
+ }
5895
+ ],
5896
+ "slots": [
5897
+ {
5898
+ "name": "children",
5899
+ "description": "This is a default/unnamed slot"
5900
+ }
5901
+ ],
5902
+ "events": [],
5903
+ "js": {
5904
+ "properties": [
5905
+ { "name": "id", "type": "DBTableHeaderCellProps[\"id\"]" },
5906
+ {
5907
+ "name": "className",
5908
+ "type": "DBTableHeaderCellProps[\"className\"]"
5909
+ },
5910
+ {
5911
+ "name": "horizontalAlignment",
5912
+ "description": "Set the horizontal alignment of the cell content.",
5913
+ "type": "\"start\" | \"center\" | \"end\""
5914
+ },
5915
+ {
5916
+ "name": "verticalAlignment",
5917
+ "description": "Set the vertical alignment of the cell content.",
5918
+ "type": "\"start\" | \"center\" | \"end\""
5919
+ },
5920
+ {
5921
+ "name": "noText",
5922
+ "description": "Hide the text content of the cell.",
5923
+ "type": "boolean | string"
5924
+ },
5925
+ {
5926
+ "name": "scope",
5927
+ "description": "The **`scope`** property of the HTMLTableCellElement interface indicates the scope of a th cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/scope)",
5928
+ "type": "\"row\" | \"col\" | \"rowgroup\" | \"colgroup\""
5929
+ },
5930
+ {
5931
+ "name": "colSpan",
5932
+ "description": "The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5933
+ "type": "number | string"
5934
+ },
5935
+ {
5936
+ "name": "colspan",
5937
+ "description": "The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)",
5938
+ "type": "number | string"
5939
+ },
5940
+ {
5941
+ "name": "rowSpan",
5942
+ "description": "The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5943
+ "type": "number | string"
5944
+ },
5945
+ {
5946
+ "name": "rowspan",
5947
+ "description": "The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)",
5948
+ "type": "number | string"
5949
+ },
5950
+ {
5951
+ "name": "headers",
5952
+ "description": "The **`headers`** property of the HTMLTableCellElement interface contains a list of IDs of th elements that are _headers_ for this specific cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/headers)",
5953
+ "type": "string"
5954
+ },
5955
+ {
5956
+ "name": "abbr",
5957
+ "description": "The **`abbr`** property of the HTMLTableCellElement interface indicates an abbreviation associated with the cell.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/abbr)",
5958
+ "type": "string"
5959
+ }
5960
+ ],
5961
+ "events": []
5962
+ }
5963
+ },
5964
+ {
5965
+ "name": "db-table-row",
5966
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
5967
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-row/properties",
5968
+ "attributes": [
5969
+ { "name": "id", "value": { "type": "DBTableRowProps[\"id\"]" } },
5970
+ {
5971
+ "name": "classname",
5972
+ "value": { "type": "DBTableRowProps[\"className\"]" }
5973
+ },
5974
+ {
5975
+ "name": "interactive",
5976
+ "description": "If true marks the row as interactive, which checks for child with data-table-row-action=\"true\"",
5977
+ "value": { "type": "boolean | string" }
5978
+ },
5979
+ {
5980
+ "name": "sub-header-emphasis",
5981
+ "description": "Change styling of row only if it is inside thead",
5982
+ "value": { "type": "\"none\" | \"weak\" | \"strong\"" }
5983
+ },
5984
+ {
5985
+ "name": "cells",
5986
+ "description": "All cells of the row",
5987
+ "value": { "type": "DBTableRowCell[]" }
5988
+ }
5989
+ ],
5990
+ "slots": [
5991
+ {
5992
+ "name": "children",
5993
+ "description": "This is a default/unnamed slot"
5994
+ }
5995
+ ],
5996
+ "events": [],
5997
+ "js": {
5998
+ "properties": [
5999
+ { "name": "id", "type": "DBTableRowProps[\"id\"]" },
6000
+ { "name": "className", "type": "DBTableRowProps[\"className\"]" },
6001
+ {
6002
+ "name": "interactive",
6003
+ "description": "If true marks the row as interactive, which checks for child with data-table-row-action=\"true\"",
6004
+ "type": "boolean | string"
6005
+ },
6006
+ {
6007
+ "name": "subHeaderEmphasis",
6008
+ "description": "Change styling of row only if it is inside thead",
6009
+ "type": "\"none\" | \"weak\" | \"strong\""
6010
+ },
6011
+ {
6012
+ "name": "cells",
6013
+ "description": "All cells of the row",
6014
+ "type": "DBTableRowCell[]"
6015
+ }
6016
+ ],
6017
+ "events": []
6018
+ }
6019
+ },
6020
+ {
6021
+ "name": "db-table-body",
6022
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
6023
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-body/properties",
6024
+ "attributes": [
6025
+ { "name": "id", "value": { "type": "DBTableBodyProps[\"id\"]" } },
6026
+ {
6027
+ "name": "classname",
6028
+ "value": { "type": "DBTableBodyProps[\"className\"]" }
6029
+ },
6030
+ { "name": "rows", "value": { "type": "DBTableRowProps[]" } }
6031
+ ],
6032
+ "slots": [
6033
+ {
6034
+ "name": "children",
6035
+ "description": "This is a default/unnamed slot"
6036
+ }
6037
+ ],
6038
+ "events": [],
6039
+ "js": {
6040
+ "properties": [
6041
+ { "name": "id", "type": "DBTableBodyProps[\"id\"]" },
6042
+ {
6043
+ "name": "className",
6044
+ "type": "DBTableBodyProps[\"className\"]"
6045
+ },
6046
+ { "name": "rows", "type": "DBTableRowProps[]" }
6047
+ ],
6048
+ "events": []
6049
+ }
6050
+ },
6051
+ {
6052
+ "name": "db-table-footer",
6053
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
6054
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-footer/properties",
6055
+ "attributes": [
6056
+ { "name": "id", "value": { "type": "DBTableFooterProps[\"id\"]" } },
6057
+ {
6058
+ "name": "classname",
6059
+ "value": { "type": "DBTableFooterProps[\"className\"]" }
6060
+ },
6061
+ { "name": "rows", "value": { "type": "DBTableRowProps[]" } }
6062
+ ],
6063
+ "slots": [
6064
+ {
6065
+ "name": "children",
6066
+ "description": "This is a default/unnamed slot"
6067
+ }
6068
+ ],
6069
+ "events": [],
6070
+ "js": {
6071
+ "properties": [
6072
+ { "name": "id", "type": "DBTableFooterProps[\"id\"]" },
6073
+ {
6074
+ "name": "className",
6075
+ "type": "DBTableFooterProps[\"className\"]"
6076
+ },
6077
+ { "name": "rows", "type": "DBTableRowProps[]" }
6078
+ ],
6079
+ "events": []
6080
+ }
6081
+ },
6082
+ {
6083
+ "name": "db-table-head",
6084
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
6085
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-head/properties",
6086
+ "attributes": [
6087
+ { "name": "id", "value": { "type": "DBTableHeadProps[\"id\"]" } },
6088
+ {
6089
+ "name": "classname",
6090
+ "value": { "type": "DBTableHeadProps[\"className\"]" }
6091
+ },
6092
+ { "name": "rows", "value": { "type": "DBTableRowProps[]" } }
6093
+ ],
6094
+ "slots": [
6095
+ {
6096
+ "name": "children",
6097
+ "description": "This is a default/unnamed slot"
6098
+ }
6099
+ ],
6100
+ "events": [],
6101
+ "js": {
6102
+ "properties": [
6103
+ { "name": "id", "type": "DBTableHeadProps[\"id\"]" },
6104
+ {
6105
+ "name": "className",
6106
+ "type": "DBTableHeadProps[\"className\"]"
6107
+ },
6108
+ { "name": "rows", "type": "DBTableRowProps[]" }
6109
+ ],
6110
+ "events": []
6111
+ }
6112
+ },
6113
+ {
6114
+ "name": "db-table",
6115
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot\n- **caption** - Slot for table caption",
6116
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table/properties",
6117
+ "attributes": [
6118
+ {
6119
+ "name": "data",
6120
+ "description": "Table data if you don't use default slot/children",
6121
+ "value": { "type": "DBTableData | string" }
6122
+ },
6123
+ {
6124
+ "name": "mobile-variant",
6125
+ "description": "Change the layout of the table on mobile\nlist: list style\ntable: classic table",
6126
+ "value": { "type": "\"table\" | \"list\"" }
6127
+ },
6128
+ {
6129
+ "name": "column-sizes",
6130
+ "description": "Set the width of the columns based in their index.\nAlternative: Use `--db-table-column-size-$index` inside CSS to control it.\nSee: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/grid-template-columns",
6131
+ "value": { "type": "Record" }
6132
+ },
6133
+ {
6134
+ "name": "classname",
6135
+ "value": { "type": "DBTableProps[\"className\"]" }
6136
+ },
6137
+ {
6138
+ "name": "width",
6139
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
6140
+ "value": { "type": "\"full\" | \"auto\" | string" }
6141
+ },
6142
+ {
6143
+ "name": "size",
6144
+ "description": "Size of the table rows",
6145
+ "value": {
6146
+ "type": "\"x-small\" | \"small\" | \"medium\" | \"large\""
6147
+ }
6148
+ },
6149
+ {
6150
+ "name": "divider",
6151
+ "description": "Show the divider between the rows and cells",
6152
+ "value": {
6153
+ "type": "\"none\" | \"both\" | \"horizontal\" | \"vertical\""
6154
+ }
6155
+ },
6156
+ {
6157
+ "name": "variant",
6158
+ "description": "Change the layout of the table\nfloating: card style table\njoined: classic table",
6159
+ "value": { "type": "\"joined\" | \"zebra\" | \"floating\"" }
6160
+ },
6161
+ {
6162
+ "name": "show-caption",
6163
+ "description": "Show caption above table default is hidden",
6164
+ "value": { "type": "boolean | string" }
6165
+ },
6166
+ {
6167
+ "name": "sticky-header",
6168
+ "description": "Change the header cells to be sticky when scrolling the table",
6169
+ "value": {
6170
+ "type": "\"none\" | \"both\" | \"horizontal\" | \"vertical\""
6171
+ }
6172
+ },
6173
+ { "name": "id", "value": { "type": "DBTableProps[\"id\"]" } },
6174
+ {
6175
+ "name": "caption-plain",
6176
+ "description": "String alternative for table caption slot",
6177
+ "value": { "type": "string" }
6178
+ }
6179
+ ],
6180
+ "slots": [
6181
+ {
6182
+ "name": "children",
6183
+ "description": "This is a default/unnamed slot"
6184
+ },
6185
+ { "name": "caption", "description": "Slot for table caption" }
6186
+ ],
6187
+ "events": [],
6188
+ "js": {
6189
+ "properties": [
6190
+ {
6191
+ "name": "data",
6192
+ "description": "Table data if you don't use default slot/children",
6193
+ "type": "DBTableData | string"
6194
+ },
6195
+ {
6196
+ "name": "mobileVariant",
6197
+ "description": "Change the layout of the table on mobile\nlist: list style\ntable: classic table",
6198
+ "type": "\"table\" | \"list\""
6199
+ },
6200
+ {
6201
+ "name": "columnSizes",
6202
+ "description": "Set the width of the columns based in their index.\nAlternative: Use `--db-table-column-size-$index` inside CSS to control it.\nSee: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/grid-template-columns",
6203
+ "type": "Record"
6204
+ },
6205
+ { "name": "className", "type": "DBTableProps[\"className\"]" },
6206
+ {
6207
+ "name": "width",
6208
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
6209
+ "type": "\"full\" | \"auto\" | string"
6210
+ },
6211
+ {
6212
+ "name": "size",
6213
+ "description": "Size of the table rows",
6214
+ "type": "\"x-small\" | \"small\" | \"medium\" | \"large\""
6215
+ },
6216
+ {
6217
+ "name": "divider",
6218
+ "description": "Show the divider between the rows and cells",
6219
+ "type": "\"none\" | \"both\" | \"horizontal\" | \"vertical\""
6220
+ },
6221
+ {
6222
+ "name": "variant",
6223
+ "description": "Change the layout of the table\nfloating: card style table\njoined: classic table",
6224
+ "type": "\"joined\" | \"zebra\" | \"floating\""
6225
+ },
6226
+ {
6227
+ "name": "showCaption",
6228
+ "description": "Show caption above table default is hidden",
6229
+ "type": "boolean | string"
6230
+ },
6231
+ {
6232
+ "name": "stickyHeader",
6233
+ "description": "Change the header cells to be sticky when scrolling the table",
6234
+ "type": "\"none\" | \"both\" | \"horizontal\" | \"vertical\""
6235
+ },
6236
+ { "name": "id", "type": "DBTableProps[\"id\"]" },
6237
+ {
6238
+ "name": "captionPlain",
6239
+ "description": "String alternative for table caption slot",
6240
+ "type": "string"
6241
+ },
6242
+ { "name": "_data" },
6243
+ { "name": "_style" }
6244
+ ],
6245
+ "events": []
6246
+ }
6247
+ },
6248
+ {
6249
+ "name": "db-table-caption",
6250
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - This is a default/unnamed slot",
6251
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-caption/properties",
6252
+ "attributes": [
6253
+ {
6254
+ "name": "id",
6255
+ "value": { "type": "DBTableCaptionProps[\"id\"]" }
6256
+ },
6257
+ {
6258
+ "name": "classname",
6259
+ "value": { "type": "DBTableCaptionProps[\"className\"]" }
6260
+ }
6261
+ ],
6262
+ "slots": [
6263
+ {
6264
+ "name": "children",
6265
+ "description": "This is a default/unnamed slot"
6266
+ }
6267
+ ],
6268
+ "events": [],
6269
+ "js": {
6270
+ "properties": [
6271
+ { "name": "id", "type": "DBTableCaptionProps[\"id\"]" },
6272
+ {
6273
+ "name": "className",
6274
+ "type": "DBTableCaptionProps[\"className\"]"
6275
+ }
6276
+ ],
6277
+ "events": []
6278
+ }
6279
+ },
5728
6280
  {
5729
6281
  "name": "card-wrapper-showcase",
5730
6282
  "description": "\n---\n",
@@ -7933,6 +8485,142 @@
7933
8485
  "events": []
7934
8486
  }
7935
8487
  },
8488
+ {
8489
+ "name": "table-complex",
8490
+ "description": "\n---\n",
8491
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-complex/properties",
8492
+ "attributes": [],
8493
+ "events": [],
8494
+ "js": {
8495
+ "properties": [{ "name": "columnSizes", "type": "object" }],
8496
+ "events": []
8497
+ }
8498
+ },
8499
+ {
8500
+ "name": "table-content",
8501
+ "description": "\n---\n",
8502
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-content/properties",
8503
+ "attributes": [],
8504
+ "events": [],
8505
+ "js": { "properties": [], "events": [] }
8506
+ },
8507
+ {
8508
+ "name": "table-density",
8509
+ "description": "\n---\n",
8510
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-density/properties",
8511
+ "attributes": [],
8512
+ "events": [],
8513
+ "js": { "properties": [], "events": [] }
8514
+ },
8515
+ {
8516
+ "name": "table-divider",
8517
+ "description": "\n---\n",
8518
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-divider/properties",
8519
+ "attributes": [],
8520
+ "events": [],
8521
+ "js": { "properties": [], "events": [] }
8522
+ },
8523
+ {
8524
+ "name": "table-horizontal-alignment",
8525
+ "description": "\n---\n",
8526
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-horizontal-alignment/properties",
8527
+ "attributes": [],
8528
+ "events": [],
8529
+ "js": { "properties": [], "events": [] }
8530
+ },
8531
+ {
8532
+ "name": "table-interactive-row",
8533
+ "description": "\n---\n",
8534
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-interactive-row/properties",
8535
+ "attributes": [],
8536
+ "events": [],
8537
+ "js": { "properties": [], "events": [] }
8538
+ },
8539
+ {
8540
+ "name": "table-mobile-variant",
8541
+ "description": "\n---\n",
8542
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-mobile-variant/properties",
8543
+ "attributes": [],
8544
+ "events": [],
8545
+ "js": { "properties": [], "events": [] }
8546
+ },
8547
+ {
8548
+ "name": "table-show-caption",
8549
+ "description": "\n---\n",
8550
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-show-caption/properties",
8551
+ "attributes": [],
8552
+ "events": [],
8553
+ "js": { "properties": [], "events": [] }
8554
+ },
8555
+ {
8556
+ "name": "table-size",
8557
+ "description": "\n---\n",
8558
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-size/properties",
8559
+ "attributes": [],
8560
+ "events": [],
8561
+ "js": { "properties": [], "events": [] }
8562
+ },
8563
+ {
8564
+ "name": "table-sticky-header",
8565
+ "description": "\n---\n",
8566
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-sticky-header/properties",
8567
+ "attributes": [],
8568
+ "events": [],
8569
+ "js": { "properties": [], "events": [] }
8570
+ },
8571
+ {
8572
+ "name": "table-sub-header-emphasis",
8573
+ "description": "\n---\n",
8574
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-sub-header-emphasis/properties",
8575
+ "attributes": [],
8576
+ "events": [],
8577
+ "js": { "properties": [], "events": [] }
8578
+ },
8579
+ {
8580
+ "name": "table-variant",
8581
+ "description": "\n---\n",
8582
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-variant/properties",
8583
+ "attributes": [],
8584
+ "events": [],
8585
+ "js": { "properties": [], "events": [] }
8586
+ },
8587
+ {
8588
+ "name": "table-vertical-alignment",
8589
+ "description": "\n---\n",
8590
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-vertical-alignment/properties",
8591
+ "attributes": [],
8592
+ "events": [],
8593
+ "js": { "properties": [], "events": [] }
8594
+ },
8595
+ {
8596
+ "name": "table-width",
8597
+ "description": "\n---\n",
8598
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-width/properties",
8599
+ "attributes": [],
8600
+ "events": [],
8601
+ "js": { "properties": [], "events": [] }
8602
+ },
8603
+ {
8604
+ "name": "table-showcase",
8605
+ "description": "\n---\n",
8606
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/table-showcase/properties",
8607
+ "attributes": [
8608
+ {
8609
+ "name": "is-patternhub",
8610
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
8611
+ }
8612
+ ],
8613
+ "events": [],
8614
+ "js": {
8615
+ "properties": [
8616
+ {
8617
+ "name": "isPatternhub",
8618
+ "type": "PatternhubProps[\"isPatternhub\"]"
8619
+ }
8620
+ ],
8621
+ "events": []
8622
+ }
8623
+ },
7936
8624
  {
7937
8625
  "name": "tabs-density",
7938
8626
  "description": "\n---\n",