@db-ux/wc-core-components 4.2.6 → 4.2.7-consolidation2-66e78e5

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 (567) hide show
  1. package/dist/cjs/app-globals-V2Kpy_OQ.js +0 -3
  2. package/dist/cjs/{constants-CTtyzyuo.js → constants-bMY2_d8A.js} +4 -3
  3. package/dist/cjs/db-accordion-item.cjs.entry.js +12 -7
  4. package/dist/cjs/db-accordion.cjs.entry.js +29 -12
  5. package/dist/cjs/db-badge.cjs.entry.js +9 -6
  6. package/dist/cjs/db-brand.cjs.entry.js +3 -4
  7. package/dist/cjs/db-button.cjs.entry.js +2 -3
  8. package/dist/cjs/db-card.cjs.entry.js +2 -3
  9. package/dist/cjs/db-checkbox.cjs.entry.js +30 -11
  10. package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +27 -14
  11. package/dist/cjs/db-custom-select-form-field.cjs.entry.js +2 -3
  12. package/dist/cjs/db-custom-select.cjs.entry.js +101 -36
  13. package/dist/cjs/db-divider.cjs.entry.js +2 -3
  14. package/dist/cjs/db-drawer.cjs.entry.js +15 -8
  15. package/dist/cjs/db-header.cjs.entry.js +9 -6
  16. package/dist/cjs/db-icon.cjs.entry.js +2 -3
  17. package/dist/cjs/db-infotext.cjs.entry.js +2 -3
  18. package/dist/cjs/db-link.cjs.entry.js +5 -6
  19. package/dist/cjs/db-navigation-item.cjs.entry.js +12 -7
  20. package/dist/cjs/db-navigation.cjs.entry.js +3 -4
  21. package/dist/cjs/db-notification.cjs.entry.js +3 -4
  22. package/dist/cjs/db-page.cjs.entry.js +2 -3
  23. package/dist/cjs/db-popover.cjs.entry.js +14 -7
  24. package/dist/cjs/db-radio.cjs.entry.js +14 -7
  25. package/dist/cjs/db-section.cjs.entry.js +2 -3
  26. package/dist/cjs/db-select.cjs.entry.js +21 -10
  27. package/dist/cjs/db-stack.cjs.entry.js +2 -3
  28. package/dist/cjs/db-switch.cjs.entry.js +28 -13
  29. package/dist/cjs/db-tab-item_3.cjs.entry.js +15 -8
  30. package/dist/cjs/db-tabs.cjs.entry.js +8 -5
  31. package/dist/cjs/db-textarea.cjs.entry.js +18 -9
  32. package/dist/cjs/db-tooltip.cjs.entry.js +10 -7
  33. package/dist/cjs/db-ux.cjs.js +3 -4
  34. package/dist/cjs/{document-click-listener-DGna8oDJ.js → document-click-listener-B2Xzqbvs.js} +1 -4
  35. package/dist/cjs/{document-scroll-listener-BBXRu9dN.js → document-scroll-listener-C_v46oIg.js} +1 -4
  36. package/dist/cjs/floating-components-ogUqz72V.js +0 -3
  37. package/dist/cjs/{form-components-CPqbzZwG.js → form-components-BrtqMwX0.js} +1 -4
  38. package/dist/cjs/{index-Bm2Cw2rz.js → index-CW5aVEyQ.js} +19 -3
  39. package/dist/cjs/{index-Db5RdCbB.js → index-Mi8dWSSD.js} +190 -142
  40. package/dist/cjs/index.cjs.js +7 -6
  41. package/dist/cjs/loader.cjs.js +2 -3
  42. package/dist/cjs/navigation-DauGE-qj.js +0 -3
  43. package/dist/collection/collection-manifest.json +2 -2
  44. package/dist/collection/components/accordion/accordion.js +14 -8
  45. package/dist/collection/components/accordion/index.js +0 -1
  46. package/dist/collection/components/accordion/model.js +0 -1
  47. package/dist/collection/components/accordion-item/accordion-item.js +14 -8
  48. package/dist/collection/components/accordion-item/index.js +0 -1
  49. package/dist/collection/components/accordion-item/model.js +0 -1
  50. package/dist/collection/components/badge/badge.js +16 -9
  51. package/dist/collection/components/badge/index.js +0 -1
  52. package/dist/collection/components/badge/model.js +0 -1
  53. package/dist/collection/components/brand/brand.js +13 -8
  54. package/dist/collection/components/brand/index.js +0 -1
  55. package/dist/collection/components/brand/model.js +0 -1
  56. package/dist/collection/components/button/button.js +39 -22
  57. package/dist/collection/components/button/index.js +0 -1
  58. package/dist/collection/components/button/model.js +0 -1
  59. package/dist/collection/components/card/card.js +10 -6
  60. package/dist/collection/components/card/index.js +0 -1
  61. package/dist/collection/components/card/model.js +0 -1
  62. package/dist/collection/components/checkbox/checkbox.js +39 -21
  63. package/dist/collection/components/checkbox/index.js +0 -1
  64. package/dist/collection/components/checkbox/model.js +0 -1
  65. package/dist/collection/components/custom-select/custom-select.js +103 -56
  66. package/dist/collection/components/custom-select/index.js +0 -1
  67. package/dist/collection/components/custom-select/model.js +0 -1
  68. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +6 -4
  69. package/dist/collection/components/custom-select-dropdown/index.js +0 -1
  70. package/dist/collection/components/custom-select-dropdown/model.js +0 -1
  71. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +4 -3
  72. package/dist/collection/components/custom-select-form-field/index.js +0 -1
  73. package/dist/collection/components/custom-select-form-field/model.js +0 -1
  74. package/dist/collection/components/custom-select-list/custom-select-list.js +8 -5
  75. package/dist/collection/components/custom-select-list/index.js +0 -1
  76. package/dist/collection/components/custom-select-list/model.js +0 -1
  77. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +27 -15
  78. package/dist/collection/components/custom-select-list-item/index.js +0 -1
  79. package/dist/collection/components/custom-select-list-item/model.js +0 -1
  80. package/dist/collection/components/divider/divider.js +12 -7
  81. package/dist/collection/components/divider/index.js +0 -1
  82. package/dist/collection/components/divider/model.js +0 -1
  83. package/dist/collection/components/drawer/drawer.js +24 -13
  84. package/dist/collection/components/drawer/index.js +0 -1
  85. package/dist/collection/components/drawer/model.js +0 -1
  86. package/dist/collection/components/header/header.js +16 -9
  87. package/dist/collection/components/header/index.js +0 -1
  88. package/dist/collection/components/header/model.js +0 -1
  89. package/dist/collection/components/icon/icon.js +13 -8
  90. package/dist/collection/components/icon/index.js +0 -1
  91. package/dist/collection/components/icon/model.js +0 -1
  92. package/dist/collection/components/infotext/index.js +0 -1
  93. package/dist/collection/components/infotext/infotext.js +15 -9
  94. package/dist/collection/components/infotext/model.js +0 -1
  95. package/dist/collection/components/input/index.js +0 -1
  96. package/dist/collection/components/input/input.js +104 -57
  97. package/dist/collection/components/input/model.js +0 -1
  98. package/dist/collection/components/link/index.js +0 -1
  99. package/dist/collection/components/link/link.js +83 -18
  100. package/dist/collection/components/link/model.js +0 -1
  101. package/dist/collection/components/navigation/index.js +0 -1
  102. package/dist/collection/components/navigation/model.js +0 -1
  103. package/dist/collection/components/navigation/navigation.js +4 -3
  104. package/dist/collection/components/navigation-item/index.js +0 -1
  105. package/dist/collection/components/navigation-item/model.js +0 -1
  106. package/dist/collection/components/navigation-item/navigation-item.js +25 -14
  107. package/dist/collection/components/notification/index.js +0 -1
  108. package/dist/collection/components/notification/model.js +0 -1
  109. package/dist/collection/components/notification/notification.js +33 -18
  110. package/dist/collection/components/page/index.js +0 -1
  111. package/dist/collection/components/page/model.js +0 -1
  112. package/dist/collection/components/page/page.js +12 -7
  113. package/dist/collection/components/popover/index.js +0 -1
  114. package/dist/collection/components/popover/model.js +0 -1
  115. package/dist/collection/components/popover/popover.js +18 -10
  116. package/dist/collection/components/radio/index.js +0 -1
  117. package/dist/collection/components/radio/model.js +0 -1
  118. package/dist/collection/components/radio/radio.js +24 -13
  119. package/dist/collection/components/section/index.js +0 -1
  120. package/dist/collection/components/section/model.js +0 -1
  121. package/dist/collection/components/section/section.js +8 -5
  122. package/dist/collection/components/select/index.js +0 -1
  123. package/dist/collection/components/select/model.js +0 -1
  124. package/dist/collection/components/select/select.js +50 -27
  125. package/dist/collection/components/stack/index.js +0 -1
  126. package/dist/collection/components/stack/model.js +0 -1
  127. package/dist/collection/components/stack/stack.js +16 -9
  128. package/dist/collection/components/switch/index.js +0 -1
  129. package/dist/collection/components/switch/model.js +0 -1
  130. package/dist/collection/components/switch/switch.js +48 -27
  131. package/dist/collection/components/tab-item/index.js +0 -1
  132. package/dist/collection/components/tab-item/model.js +0 -1
  133. package/dist/collection/components/tab-item/tab-item.js +31 -18
  134. package/dist/collection/components/tab-list/index.js +0 -1
  135. package/dist/collection/components/tab-list/model.js +0 -1
  136. package/dist/collection/components/tab-list/tab-list.js +4 -3
  137. package/dist/collection/components/tab-panel/index.js +0 -1
  138. package/dist/collection/components/tab-panel/model.js +0 -1
  139. package/dist/collection/components/tab-panel/tab-panel.js +6 -4
  140. package/dist/collection/components/tabs/index.js +0 -1
  141. package/dist/collection/components/tabs/model.js +0 -1
  142. package/dist/collection/components/tabs/tabs.js +22 -12
  143. package/dist/collection/components/tag/index.js +0 -1
  144. package/dist/collection/components/tag/model.js +0 -1
  145. package/dist/collection/components/tag/tag.js +25 -14
  146. package/dist/collection/components/textarea/index.js +0 -1
  147. package/dist/collection/components/textarea/model.js +0 -1
  148. package/dist/collection/components/textarea/textarea.js +67 -35
  149. package/dist/collection/components/tooltip/index.js +0 -1
  150. package/dist/collection/components/tooltip/model.js +0 -1
  151. package/dist/collection/components/tooltip/tooltip.js +18 -10
  152. package/dist/collection/index.js +0 -1
  153. package/dist/collection/shared/constants.js +2 -1
  154. package/dist/collection/shared/examples/index.js +4 -0
  155. package/dist/collection/shared/model.js +0 -1
  156. package/dist/collection/utils/document-click-listener.js +0 -1
  157. package/dist/collection/utils/document-scroll-listener.js +0 -1
  158. package/dist/collection/utils/floating-components.js +0 -1
  159. package/dist/collection/utils/form-components.js +0 -1
  160. package/dist/collection/utils/index.js +18 -1
  161. package/dist/collection/utils/navigation.js +0 -1
  162. package/dist/collection/utils/react.js +0 -1
  163. package/dist/custom-elements.json +1063 -1
  164. package/dist/db-ux/db-ux.esm.js +1 -2
  165. package/dist/db-ux/index.esm.js +1 -2
  166. package/dist/db-ux/p-027fb90a.entry.js +1 -0
  167. package/dist/db-ux/p-13dd39f1.entry.js +1 -0
  168. package/dist/db-ux/p-15241486.entry.js +1 -0
  169. package/dist/db-ux/p-197f90e4.entry.js +1 -0
  170. package/dist/db-ux/p-2069117e.entry.js +1 -0
  171. package/dist/db-ux/p-23834011.entry.js +1 -0
  172. package/dist/db-ux/p-26fa6bc1.entry.js +1 -0
  173. package/dist/db-ux/p-286f83f4.entry.js +1 -0
  174. package/dist/db-ux/p-29d3070a.entry.js +1 -0
  175. package/dist/db-ux/p-29efc51e.entry.js +1 -0
  176. package/dist/db-ux/p-2baf9c08.entry.js +1 -0
  177. package/dist/db-ux/p-3622f7e7.entry.js +1 -0
  178. package/dist/db-ux/p-40ce182c.entry.js +1 -0
  179. package/dist/db-ux/p-5426dbd3.entry.js +1 -0
  180. package/dist/db-ux/p-58611dcc.entry.js +1 -0
  181. package/dist/db-ux/p-5bca6d35.entry.js +1 -0
  182. package/dist/db-ux/p-623a6b59.entry.js +1 -0
  183. package/dist/db-ux/p-78f6b72a.entry.js +1 -0
  184. package/dist/db-ux/p-86414acd.entry.js +1 -0
  185. package/dist/db-ux/p-9a543d5a.entry.js +1 -0
  186. package/dist/db-ux/p-9d5365f7.entry.js +1 -0
  187. package/dist/db-ux/p-9pYJFapZ.js +2 -0
  188. package/dist/db-ux/p-BdL-nI5y.js +1 -0
  189. package/dist/db-ux/p-BwBkekqp.js +1 -0
  190. package/dist/db-ux/p-Cb-k135w.js +1 -0
  191. package/dist/db-ux/p-DQuL1Twl.js +1 -2
  192. package/dist/db-ux/p-EqlW5Wqf.js +1 -0
  193. package/dist/db-ux/p-G-TursYV.js +1 -2
  194. package/dist/db-ux/p-a1e66a3d.entry.js +1 -0
  195. package/dist/db-ux/p-a232eea2.entry.js +1 -0
  196. package/dist/db-ux/p-a7463ead.entry.js +1 -0
  197. package/dist/db-ux/p-a98bde77.entry.js +1 -0
  198. package/dist/db-ux/p-af0e61d0.entry.js +1 -0
  199. package/dist/db-ux/p-b6538eed.entry.js +1 -0
  200. package/dist/db-ux/p-bde7ff5f.entry.js +1 -0
  201. package/dist/db-ux/p-c9d514e5.entry.js +1 -0
  202. package/dist/db-ux/p-cqrM3KjS.js +1 -0
  203. package/dist/db-ux/p-e30a4814.entry.js +1 -0
  204. package/dist/db-ux/p-sP2NlPcu.js +1 -2
  205. package/dist/esm/app-globals-DQuL1Twl.js +0 -3
  206. package/dist/esm/{constants-DC9V_oNU.js → constants-BdL-nI5y.js} +3 -4
  207. package/dist/esm/db-accordion-item.entry.js +12 -7
  208. package/dist/esm/db-accordion.entry.js +29 -12
  209. package/dist/esm/db-badge.entry.js +9 -6
  210. package/dist/esm/db-brand.entry.js +3 -4
  211. package/dist/esm/db-button.entry.js +2 -3
  212. package/dist/esm/db-card.entry.js +2 -3
  213. package/dist/esm/db-checkbox.entry.js +30 -11
  214. package/dist/esm/db-custom-select-dropdown_5.entry.js +27 -14
  215. package/dist/esm/db-custom-select-form-field.entry.js +2 -3
  216. package/dist/esm/db-custom-select.entry.js +101 -36
  217. package/dist/esm/db-divider.entry.js +2 -3
  218. package/dist/esm/db-drawer.entry.js +15 -8
  219. package/dist/esm/db-header.entry.js +9 -6
  220. package/dist/esm/db-icon.entry.js +2 -3
  221. package/dist/esm/db-infotext.entry.js +2 -3
  222. package/dist/esm/db-link.entry.js +5 -6
  223. package/dist/esm/db-navigation-item.entry.js +12 -7
  224. package/dist/esm/db-navigation.entry.js +3 -4
  225. package/dist/esm/db-notification.entry.js +3 -4
  226. package/dist/esm/db-page.entry.js +2 -3
  227. package/dist/esm/db-popover.entry.js +14 -7
  228. package/dist/esm/db-radio.entry.js +14 -7
  229. package/dist/esm/db-section.entry.js +2 -3
  230. package/dist/esm/db-select.entry.js +21 -10
  231. package/dist/esm/db-stack.entry.js +2 -3
  232. package/dist/esm/db-switch.entry.js +28 -13
  233. package/dist/esm/db-tab-item_3.entry.js +15 -8
  234. package/dist/esm/db-tabs.entry.js +8 -5
  235. package/dist/esm/db-textarea.entry.js +18 -9
  236. package/dist/esm/db-tooltip.entry.js +10 -7
  237. package/dist/esm/db-ux.js +4 -5
  238. package/dist/esm/{document-click-listener-D1ZXrKSx.js → document-click-listener-B_LaIr0O.js} +1 -4
  239. package/dist/esm/{document-scroll-listener-DF6f0ByI.js → document-scroll-listener-dHAsT0Tb.js} +1 -4
  240. package/dist/esm/floating-components-G-TursYV.js +0 -3
  241. package/dist/esm/{form-components-DmI6JmyJ.js → form-components-Cl_wgkeJ.js} +1 -4
  242. package/dist/esm/{index-BMAwJo5Z.js → index-9pYJFapZ.js} +190 -142
  243. package/dist/esm/{index-DhKljLRG.js → index-BwBkekqp.js} +19 -4
  244. package/dist/esm/index.js +4 -6
  245. package/dist/esm/loader.js +3 -4
  246. package/dist/esm/navigation--UdC9CzO.js +0 -3
  247. package/dist/types/components/custom-select/custom-select.d.ts +1 -1
  248. package/dist/types/components/link/link.d.ts +2 -0
  249. package/dist/types/components.d.ts +4 -0
  250. package/dist/types/shared/constants.d.ts +2 -0
  251. package/dist/types/shared/examples/index.d.ts +4 -0
  252. package/dist/types/shared/model.d.ts +12 -0
  253. package/dist/types/stencil-public-runtime.d.ts +87 -4
  254. package/dist/types/utils/index.d.ts +10 -0
  255. package/dist/vscode.html-custom-data.json +118 -0
  256. package/dist/web-types.json +176 -0
  257. package/package.json +10 -9
  258. package/dist/cjs/app-globals-V2Kpy_OQ.js.map +0 -1
  259. package/dist/cjs/constants-CTtyzyuo.js.map +0 -1
  260. package/dist/cjs/db-accordion-item.entry.cjs.js.map +0 -1
  261. package/dist/cjs/db-accordion.entry.cjs.js.map +0 -1
  262. package/dist/cjs/db-badge.entry.cjs.js.map +0 -1
  263. package/dist/cjs/db-brand.entry.cjs.js.map +0 -1
  264. package/dist/cjs/db-button.entry.cjs.js.map +0 -1
  265. package/dist/cjs/db-card.entry.cjs.js.map +0 -1
  266. package/dist/cjs/db-checkbox.entry.cjs.js.map +0 -1
  267. package/dist/cjs/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.cjs.js.map +0 -1
  268. package/dist/cjs/db-custom-select-form-field.entry.cjs.js.map +0 -1
  269. package/dist/cjs/db-custom-select.entry.cjs.js.map +0 -1
  270. package/dist/cjs/db-divider.entry.cjs.js.map +0 -1
  271. package/dist/cjs/db-drawer.entry.cjs.js.map +0 -1
  272. package/dist/cjs/db-header.entry.cjs.js.map +0 -1
  273. package/dist/cjs/db-icon.entry.cjs.js.map +0 -1
  274. package/dist/cjs/db-infotext.entry.cjs.js.map +0 -1
  275. package/dist/cjs/db-link.entry.cjs.js.map +0 -1
  276. package/dist/cjs/db-navigation-item.entry.cjs.js.map +0 -1
  277. package/dist/cjs/db-navigation.entry.cjs.js.map +0 -1
  278. package/dist/cjs/db-notification.entry.cjs.js.map +0 -1
  279. package/dist/cjs/db-page.entry.cjs.js.map +0 -1
  280. package/dist/cjs/db-popover.entry.cjs.js.map +0 -1
  281. package/dist/cjs/db-radio.entry.cjs.js.map +0 -1
  282. package/dist/cjs/db-section.entry.cjs.js.map +0 -1
  283. package/dist/cjs/db-select.entry.cjs.js.map +0 -1
  284. package/dist/cjs/db-stack.entry.cjs.js.map +0 -1
  285. package/dist/cjs/db-switch.entry.cjs.js.map +0 -1
  286. package/dist/cjs/db-tab-item.db-tab-list.db-tab-panel.entry.cjs.js.map +0 -1
  287. package/dist/cjs/db-tabs.entry.cjs.js.map +0 -1
  288. package/dist/cjs/db-textarea.entry.cjs.js.map +0 -1
  289. package/dist/cjs/db-tooltip.entry.cjs.js.map +0 -1
  290. package/dist/cjs/db-ux.cjs.js.map +0 -1
  291. package/dist/cjs/document-click-listener-DGna8oDJ.js.map +0 -1
  292. package/dist/cjs/document-scroll-listener-BBXRu9dN.js.map +0 -1
  293. package/dist/cjs/floating-components-ogUqz72V.js.map +0 -1
  294. package/dist/cjs/form-components-CPqbzZwG.js.map +0 -1
  295. package/dist/cjs/index-Bm2Cw2rz.js.map +0 -1
  296. package/dist/cjs/index-Db5RdCbB.js.map +0 -1
  297. package/dist/cjs/index.cjs.js.map +0 -1
  298. package/dist/cjs/loader.cjs.js.map +0 -1
  299. package/dist/cjs/navigation-DauGE-qj.js.map +0 -1
  300. package/dist/collection/components/accordion/accordion.js.map +0 -1
  301. package/dist/collection/components/accordion/index.js.map +0 -1
  302. package/dist/collection/components/accordion/model.js.map +0 -1
  303. package/dist/collection/components/accordion-item/accordion-item.js.map +0 -1
  304. package/dist/collection/components/accordion-item/index.js.map +0 -1
  305. package/dist/collection/components/accordion-item/model.js.map +0 -1
  306. package/dist/collection/components/badge/badge.js.map +0 -1
  307. package/dist/collection/components/badge/index.js.map +0 -1
  308. package/dist/collection/components/badge/model.js.map +0 -1
  309. package/dist/collection/components/brand/brand.js.map +0 -1
  310. package/dist/collection/components/brand/index.js.map +0 -1
  311. package/dist/collection/components/brand/model.js.map +0 -1
  312. package/dist/collection/components/button/button.js.map +0 -1
  313. package/dist/collection/components/button/index.js.map +0 -1
  314. package/dist/collection/components/button/model.js.map +0 -1
  315. package/dist/collection/components/card/card.js.map +0 -1
  316. package/dist/collection/components/card/index.js.map +0 -1
  317. package/dist/collection/components/card/model.js.map +0 -1
  318. package/dist/collection/components/checkbox/checkbox.js.map +0 -1
  319. package/dist/collection/components/checkbox/index.js.map +0 -1
  320. package/dist/collection/components/checkbox/model.js.map +0 -1
  321. package/dist/collection/components/custom-select/custom-select.js.map +0 -1
  322. package/dist/collection/components/custom-select/index.js.map +0 -1
  323. package/dist/collection/components/custom-select/model.js.map +0 -1
  324. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js.map +0 -1
  325. package/dist/collection/components/custom-select-dropdown/index.js.map +0 -1
  326. package/dist/collection/components/custom-select-dropdown/model.js.map +0 -1
  327. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js.map +0 -1
  328. package/dist/collection/components/custom-select-form-field/index.js.map +0 -1
  329. package/dist/collection/components/custom-select-form-field/model.js.map +0 -1
  330. package/dist/collection/components/custom-select-list/custom-select-list.js.map +0 -1
  331. package/dist/collection/components/custom-select-list/index.js.map +0 -1
  332. package/dist/collection/components/custom-select-list/model.js.map +0 -1
  333. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js.map +0 -1
  334. package/dist/collection/components/custom-select-list-item/index.js.map +0 -1
  335. package/dist/collection/components/custom-select-list-item/model.js.map +0 -1
  336. package/dist/collection/components/divider/divider.js.map +0 -1
  337. package/dist/collection/components/divider/index.js.map +0 -1
  338. package/dist/collection/components/divider/model.js.map +0 -1
  339. package/dist/collection/components/drawer/drawer.js.map +0 -1
  340. package/dist/collection/components/drawer/index.js.map +0 -1
  341. package/dist/collection/components/drawer/model.js.map +0 -1
  342. package/dist/collection/components/header/header.js.map +0 -1
  343. package/dist/collection/components/header/index.js.map +0 -1
  344. package/dist/collection/components/header/model.js.map +0 -1
  345. package/dist/collection/components/icon/icon.js.map +0 -1
  346. package/dist/collection/components/icon/index.js.map +0 -1
  347. package/dist/collection/components/icon/model.js.map +0 -1
  348. package/dist/collection/components/infotext/index.js.map +0 -1
  349. package/dist/collection/components/infotext/infotext.js.map +0 -1
  350. package/dist/collection/components/infotext/model.js.map +0 -1
  351. package/dist/collection/components/input/index.js.map +0 -1
  352. package/dist/collection/components/input/input.js.map +0 -1
  353. package/dist/collection/components/input/model.js.map +0 -1
  354. package/dist/collection/components/link/index.js.map +0 -1
  355. package/dist/collection/components/link/link.js.map +0 -1
  356. package/dist/collection/components/link/model.js.map +0 -1
  357. package/dist/collection/components/navigation/index.js.map +0 -1
  358. package/dist/collection/components/navigation/model.js.map +0 -1
  359. package/dist/collection/components/navigation/navigation.js.map +0 -1
  360. package/dist/collection/components/navigation-item/index.js.map +0 -1
  361. package/dist/collection/components/navigation-item/model.js.map +0 -1
  362. package/dist/collection/components/navigation-item/navigation-item.js.map +0 -1
  363. package/dist/collection/components/notification/index.js.map +0 -1
  364. package/dist/collection/components/notification/model.js.map +0 -1
  365. package/dist/collection/components/notification/notification.js.map +0 -1
  366. package/dist/collection/components/page/index.js.map +0 -1
  367. package/dist/collection/components/page/model.js.map +0 -1
  368. package/dist/collection/components/page/page.js.map +0 -1
  369. package/dist/collection/components/popover/index.js.map +0 -1
  370. package/dist/collection/components/popover/model.js.map +0 -1
  371. package/dist/collection/components/popover/popover.js.map +0 -1
  372. package/dist/collection/components/radio/index.js.map +0 -1
  373. package/dist/collection/components/radio/model.js.map +0 -1
  374. package/dist/collection/components/radio/radio.js.map +0 -1
  375. package/dist/collection/components/section/index.js.map +0 -1
  376. package/dist/collection/components/section/model.js.map +0 -1
  377. package/dist/collection/components/section/section.js.map +0 -1
  378. package/dist/collection/components/select/index.js.map +0 -1
  379. package/dist/collection/components/select/model.js.map +0 -1
  380. package/dist/collection/components/select/select.js.map +0 -1
  381. package/dist/collection/components/stack/index.js.map +0 -1
  382. package/dist/collection/components/stack/model.js.map +0 -1
  383. package/dist/collection/components/stack/stack.js.map +0 -1
  384. package/dist/collection/components/switch/index.js.map +0 -1
  385. package/dist/collection/components/switch/model.js.map +0 -1
  386. package/dist/collection/components/switch/switch.js.map +0 -1
  387. package/dist/collection/components/tab-item/index.js.map +0 -1
  388. package/dist/collection/components/tab-item/model.js.map +0 -1
  389. package/dist/collection/components/tab-item/tab-item.js.map +0 -1
  390. package/dist/collection/components/tab-list/index.js.map +0 -1
  391. package/dist/collection/components/tab-list/model.js.map +0 -1
  392. package/dist/collection/components/tab-list/tab-list.js.map +0 -1
  393. package/dist/collection/components/tab-panel/index.js.map +0 -1
  394. package/dist/collection/components/tab-panel/model.js.map +0 -1
  395. package/dist/collection/components/tab-panel/tab-panel.js.map +0 -1
  396. package/dist/collection/components/tabs/index.js.map +0 -1
  397. package/dist/collection/components/tabs/model.js.map +0 -1
  398. package/dist/collection/components/tabs/tabs.js.map +0 -1
  399. package/dist/collection/components/tag/index.js.map +0 -1
  400. package/dist/collection/components/tag/model.js.map +0 -1
  401. package/dist/collection/components/tag/tag.js.map +0 -1
  402. package/dist/collection/components/textarea/index.js.map +0 -1
  403. package/dist/collection/components/textarea/model.js.map +0 -1
  404. package/dist/collection/components/textarea/textarea.js.map +0 -1
  405. package/dist/collection/components/tooltip/index.js.map +0 -1
  406. package/dist/collection/components/tooltip/model.js.map +0 -1
  407. package/dist/collection/components/tooltip/tooltip.js.map +0 -1
  408. package/dist/collection/index.js.map +0 -1
  409. package/dist/collection/shared/constants.js.map +0 -1
  410. package/dist/collection/shared/model.js.map +0 -1
  411. package/dist/collection/utils/document-click-listener.js.map +0 -1
  412. package/dist/collection/utils/document-scroll-listener.js.map +0 -1
  413. package/dist/collection/utils/floating-components.js.map +0 -1
  414. package/dist/collection/utils/form-components.js.map +0 -1
  415. package/dist/collection/utils/index.js.map +0 -1
  416. package/dist/collection/utils/navigation.js.map +0 -1
  417. package/dist/collection/utils/react.js.map +0 -1
  418. package/dist/db-ux/db-accordion-item.entry.esm.js.map +0 -1
  419. package/dist/db-ux/db-accordion.entry.esm.js.map +0 -1
  420. package/dist/db-ux/db-badge.entry.esm.js.map +0 -1
  421. package/dist/db-ux/db-brand.entry.esm.js.map +0 -1
  422. package/dist/db-ux/db-button.entry.esm.js.map +0 -1
  423. package/dist/db-ux/db-card.entry.esm.js.map +0 -1
  424. package/dist/db-ux/db-checkbox.entry.esm.js.map +0 -1
  425. package/dist/db-ux/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.esm.js.map +0 -1
  426. package/dist/db-ux/db-custom-select-form-field.entry.esm.js.map +0 -1
  427. package/dist/db-ux/db-custom-select.entry.esm.js.map +0 -1
  428. package/dist/db-ux/db-divider.entry.esm.js.map +0 -1
  429. package/dist/db-ux/db-drawer.entry.esm.js.map +0 -1
  430. package/dist/db-ux/db-header.entry.esm.js.map +0 -1
  431. package/dist/db-ux/db-icon.entry.esm.js.map +0 -1
  432. package/dist/db-ux/db-infotext.entry.esm.js.map +0 -1
  433. package/dist/db-ux/db-link.entry.esm.js.map +0 -1
  434. package/dist/db-ux/db-navigation-item.entry.esm.js.map +0 -1
  435. package/dist/db-ux/db-navigation.entry.esm.js.map +0 -1
  436. package/dist/db-ux/db-notification.entry.esm.js.map +0 -1
  437. package/dist/db-ux/db-page.entry.esm.js.map +0 -1
  438. package/dist/db-ux/db-popover.entry.esm.js.map +0 -1
  439. package/dist/db-ux/db-radio.entry.esm.js.map +0 -1
  440. package/dist/db-ux/db-section.entry.esm.js.map +0 -1
  441. package/dist/db-ux/db-select.entry.esm.js.map +0 -1
  442. package/dist/db-ux/db-stack.entry.esm.js.map +0 -1
  443. package/dist/db-ux/db-switch.entry.esm.js.map +0 -1
  444. package/dist/db-ux/db-tab-item.db-tab-list.db-tab-panel.entry.esm.js.map +0 -1
  445. package/dist/db-ux/db-tabs.entry.esm.js.map +0 -1
  446. package/dist/db-ux/db-textarea.entry.esm.js.map +0 -1
  447. package/dist/db-ux/db-tooltip.entry.esm.js.map +0 -1
  448. package/dist/db-ux/db-ux.esm.js.map +0 -1
  449. package/dist/db-ux/index.esm.js.map +0 -1
  450. package/dist/db-ux/loader.esm.js.map +0 -1
  451. package/dist/db-ux/p-129cbaa9.entry.js +0 -2
  452. package/dist/db-ux/p-129cbaa9.entry.js.map +0 -1
  453. package/dist/db-ux/p-162c989a.entry.js +0 -2
  454. package/dist/db-ux/p-162c989a.entry.js.map +0 -1
  455. package/dist/db-ux/p-18f10b76.entry.js +0 -2
  456. package/dist/db-ux/p-18f10b76.entry.js.map +0 -1
  457. package/dist/db-ux/p-1dcb2a08.entry.js +0 -2
  458. package/dist/db-ux/p-1dcb2a08.entry.js.map +0 -1
  459. package/dist/db-ux/p-2addb72d.entry.js +0 -2
  460. package/dist/db-ux/p-2addb72d.entry.js.map +0 -1
  461. package/dist/db-ux/p-2f6afcbc.entry.js +0 -2
  462. package/dist/db-ux/p-2f6afcbc.entry.js.map +0 -1
  463. package/dist/db-ux/p-35bb2b0a.entry.js +0 -2
  464. package/dist/db-ux/p-35bb2b0a.entry.js.map +0 -1
  465. package/dist/db-ux/p-4318a6c7.entry.js +0 -2
  466. package/dist/db-ux/p-4318a6c7.entry.js.map +0 -1
  467. package/dist/db-ux/p-45562afc.entry.js +0 -2
  468. package/dist/db-ux/p-45562afc.entry.js.map +0 -1
  469. package/dist/db-ux/p-49b9ab25.entry.js +0 -2
  470. package/dist/db-ux/p-49b9ab25.entry.js.map +0 -1
  471. package/dist/db-ux/p-4c944f45.entry.js +0 -2
  472. package/dist/db-ux/p-4c944f45.entry.js.map +0 -1
  473. package/dist/db-ux/p-4ff5ddf2.entry.js +0 -2
  474. package/dist/db-ux/p-4ff5ddf2.entry.js.map +0 -1
  475. package/dist/db-ux/p-5b15eef1.entry.js +0 -2
  476. package/dist/db-ux/p-5b15eef1.entry.js.map +0 -1
  477. package/dist/db-ux/p-68c1dd8d.entry.js +0 -2
  478. package/dist/db-ux/p-68c1dd8d.entry.js.map +0 -1
  479. package/dist/db-ux/p-78f062f6.entry.js +0 -2
  480. package/dist/db-ux/p-78f062f6.entry.js.map +0 -1
  481. package/dist/db-ux/p-7c0eefb1.entry.js +0 -2
  482. package/dist/db-ux/p-7c0eefb1.entry.js.map +0 -1
  483. package/dist/db-ux/p-7c46fd6c.entry.js +0 -2
  484. package/dist/db-ux/p-7c46fd6c.entry.js.map +0 -1
  485. package/dist/db-ux/p-7f894c65.entry.js +0 -2
  486. package/dist/db-ux/p-7f894c65.entry.js.map +0 -1
  487. package/dist/db-ux/p-84ab3984.entry.js +0 -2
  488. package/dist/db-ux/p-84ab3984.entry.js.map +0 -1
  489. package/dist/db-ux/p-89e04100.entry.js +0 -2
  490. package/dist/db-ux/p-89e04100.entry.js.map +0 -1
  491. package/dist/db-ux/p-BMAwJo5Z.js +0 -3
  492. package/dist/db-ux/p-BMAwJo5Z.js.map +0 -1
  493. package/dist/db-ux/p-BMfF_eQJ.js +0 -2
  494. package/dist/db-ux/p-BMfF_eQJ.js.map +0 -1
  495. package/dist/db-ux/p-BX4jNwUm.js +0 -2
  496. package/dist/db-ux/p-BX4jNwUm.js.map +0 -1
  497. package/dist/db-ux/p-CdVqfu2Z.js +0 -2
  498. package/dist/db-ux/p-CdVqfu2Z.js.map +0 -1
  499. package/dist/db-ux/p-DC9V_oNU.js +0 -2
  500. package/dist/db-ux/p-DC9V_oNU.js.map +0 -1
  501. package/dist/db-ux/p-DQuL1Twl.js.map +0 -1
  502. package/dist/db-ux/p-DhKljLRG.js +0 -2
  503. package/dist/db-ux/p-DhKljLRG.js.map +0 -1
  504. package/dist/db-ux/p-G-TursYV.js.map +0 -1
  505. package/dist/db-ux/p-baeda9f2.entry.js +0 -2
  506. package/dist/db-ux/p-baeda9f2.entry.js.map +0 -1
  507. package/dist/db-ux/p-bc6b636e.entry.js +0 -2
  508. package/dist/db-ux/p-bc6b636e.entry.js.map +0 -1
  509. package/dist/db-ux/p-c7bb7bea.entry.js +0 -2
  510. package/dist/db-ux/p-c7bb7bea.entry.js.map +0 -1
  511. package/dist/db-ux/p-d1b7a69c.entry.js +0 -2
  512. package/dist/db-ux/p-d1b7a69c.entry.js.map +0 -1
  513. package/dist/db-ux/p-d2e189a4.entry.js +0 -2
  514. package/dist/db-ux/p-d2e189a4.entry.js.map +0 -1
  515. package/dist/db-ux/p-d9c43ba7.entry.js +0 -2
  516. package/dist/db-ux/p-d9c43ba7.entry.js.map +0 -1
  517. package/dist/db-ux/p-e46f112c.entry.js +0 -2
  518. package/dist/db-ux/p-e46f112c.entry.js.map +0 -1
  519. package/dist/db-ux/p-e470d0a2.entry.js +0 -2
  520. package/dist/db-ux/p-e470d0a2.entry.js.map +0 -1
  521. package/dist/db-ux/p-f7c1e940.entry.js +0 -2
  522. package/dist/db-ux/p-f7c1e940.entry.js.map +0 -1
  523. package/dist/db-ux/p-fedb9696.entry.js +0 -2
  524. package/dist/db-ux/p-fedb9696.entry.js.map +0 -1
  525. package/dist/db-ux/p-sP2NlPcu.js.map +0 -1
  526. package/dist/esm/app-globals-DQuL1Twl.js.map +0 -1
  527. package/dist/esm/constants-DC9V_oNU.js.map +0 -1
  528. package/dist/esm/db-accordion-item.entry.js.map +0 -1
  529. package/dist/esm/db-accordion.entry.js.map +0 -1
  530. package/dist/esm/db-badge.entry.js.map +0 -1
  531. package/dist/esm/db-brand.entry.js.map +0 -1
  532. package/dist/esm/db-button.entry.js.map +0 -1
  533. package/dist/esm/db-card.entry.js.map +0 -1
  534. package/dist/esm/db-checkbox.entry.js.map +0 -1
  535. package/dist/esm/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.js.map +0 -1
  536. package/dist/esm/db-custom-select-form-field.entry.js.map +0 -1
  537. package/dist/esm/db-custom-select.entry.js.map +0 -1
  538. package/dist/esm/db-divider.entry.js.map +0 -1
  539. package/dist/esm/db-drawer.entry.js.map +0 -1
  540. package/dist/esm/db-header.entry.js.map +0 -1
  541. package/dist/esm/db-icon.entry.js.map +0 -1
  542. package/dist/esm/db-infotext.entry.js.map +0 -1
  543. package/dist/esm/db-link.entry.js.map +0 -1
  544. package/dist/esm/db-navigation-item.entry.js.map +0 -1
  545. package/dist/esm/db-navigation.entry.js.map +0 -1
  546. package/dist/esm/db-notification.entry.js.map +0 -1
  547. package/dist/esm/db-page.entry.js.map +0 -1
  548. package/dist/esm/db-popover.entry.js.map +0 -1
  549. package/dist/esm/db-radio.entry.js.map +0 -1
  550. package/dist/esm/db-section.entry.js.map +0 -1
  551. package/dist/esm/db-select.entry.js.map +0 -1
  552. package/dist/esm/db-stack.entry.js.map +0 -1
  553. package/dist/esm/db-switch.entry.js.map +0 -1
  554. package/dist/esm/db-tab-item.db-tab-list.db-tab-panel.entry.js.map +0 -1
  555. package/dist/esm/db-tabs.entry.js.map +0 -1
  556. package/dist/esm/db-textarea.entry.js.map +0 -1
  557. package/dist/esm/db-tooltip.entry.js.map +0 -1
  558. package/dist/esm/db-ux.js.map +0 -1
  559. package/dist/esm/document-click-listener-D1ZXrKSx.js.map +0 -1
  560. package/dist/esm/document-scroll-listener-DF6f0ByI.js.map +0 -1
  561. package/dist/esm/floating-components-G-TursYV.js.map +0 -1
  562. package/dist/esm/form-components-DmI6JmyJ.js.map +0 -1
  563. package/dist/esm/index-BMAwJo5Z.js.map +0 -1
  564. package/dist/esm/index-DhKljLRG.js.map +0 -1
  565. package/dist/esm/index.js.map +0 -1
  566. package/dist/esm/loader.js.map +0 -1
  567. package/dist/esm/navigation--UdC9CzO.js.map +0 -1
@@ -8129,7 +8129,7 @@
8129
8129
  "name": "event",
8130
8130
  "optional": true,
8131
8131
  "type": {
8132
- "text": "ClickEvent<HTMLButtonElement> | void"
8132
+ "text": "ClickEvent<HTMLButtonElement> | void | any"
8133
8133
  }
8134
8134
  }
8135
8135
  ]
@@ -10886,6 +10886,34 @@
10886
10886
  "resolvedType": "string"
10887
10887
  }
10888
10888
  },
10889
+ {
10890
+ "kind": "field",
10891
+ "name": "referrerpolicy",
10892
+ "type": {
10893
+ "text": "\"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\""
10894
+ },
10895
+ "description": "How much of the referrer to send when following the link.",
10896
+ "resolvedValue": {
10897
+ "name": "referrerpolicy",
10898
+ "type": "LinkReferrerPolicyType",
10899
+ "comment": "How much of the referrer to send when following the link.",
10900
+ "resolvedType": "\"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\""
10901
+ }
10902
+ },
10903
+ {
10904
+ "kind": "field",
10905
+ "name": "referrerPolicy",
10906
+ "type": {
10907
+ "text": "\"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\""
10908
+ },
10909
+ "description": "How much of the referrer to send when following the link.",
10910
+ "resolvedValue": {
10911
+ "name": "referrerPolicy",
10912
+ "type": "LinkReferrerPolicyType",
10913
+ "comment": "How much of the referrer to send when following the link.",
10914
+ "resolvedType": "\"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\""
10915
+ }
10916
+ },
10889
10917
  {
10890
10918
  "kind": "field",
10891
10919
  "name": "hreflang",
@@ -11128,6 +11156,34 @@
11128
11156
  "resolvedType": "string"
11129
11157
  }
11130
11158
  },
11159
+ {
11160
+ "name": "referrerpolicy",
11161
+ "fieldName": "referrerpolicy",
11162
+ "type": {
11163
+ "text": "\"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\""
11164
+ },
11165
+ "description": "How much of the referrer to send when following the link.",
11166
+ "resolvedValue": {
11167
+ "name": "referrerpolicy",
11168
+ "type": "LinkReferrerPolicyType",
11169
+ "comment": "How much of the referrer to send when following the link.",
11170
+ "resolvedType": "\"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\""
11171
+ }
11172
+ },
11173
+ {
11174
+ "name": "referrer-policy",
11175
+ "fieldName": "referrerPolicy",
11176
+ "type": {
11177
+ "text": "\"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\""
11178
+ },
11179
+ "description": "How much of the referrer to send when following the link.",
11180
+ "resolvedValue": {
11181
+ "name": "referrerPolicy",
11182
+ "type": "LinkReferrerPolicyType",
11183
+ "comment": "How much of the referrer to send when following the link.",
11184
+ "resolvedType": "\"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\""
11185
+ }
11186
+ },
11131
11187
  {
11132
11188
  "name": "hreflang",
11133
11189
  "fieldName": "hreflang",
@@ -19300,6 +19356,1012 @@
19300
19356
  }
19301
19357
  }
19302
19358
  ]
19359
+ },
19360
+ {
19361
+ "kind": "javascript-module",
19362
+ "path": "card-wrapper.showcase.tsx",
19363
+ "declarations": [
19364
+ {
19365
+ "kind": "class",
19366
+ "description": "",
19367
+ "name": "CardWrapperShowcase",
19368
+ "members": [
19369
+ {
19370
+ "kind": "field",
19371
+ "name": "_ref",
19372
+ "type": {
19373
+ "text": "HTMLElement"
19374
+ },
19375
+ "privacy": "private"
19376
+ },
19377
+ {
19378
+ "kind": "field",
19379
+ "name": "role",
19380
+ "type": {
19381
+ "text": "any"
19382
+ }
19383
+ },
19384
+ {
19385
+ "kind": "field",
19386
+ "name": "label",
19387
+ "type": {
19388
+ "text": "any"
19389
+ }
19390
+ },
19391
+ {
19392
+ "kind": "field",
19393
+ "name": "href",
19394
+ "default": "undefined"
19395
+ },
19396
+ {
19397
+ "kind": "field",
19398
+ "name": "updateHref",
19399
+ "default": "function updateHref() {}"
19400
+ },
19401
+ {
19402
+ "kind": "method",
19403
+ "name": "enableAttributePassing",
19404
+ "privacy": "private",
19405
+ "parameters": [
19406
+ {
19407
+ "name": "element",
19408
+ "type": {
19409
+ "text": "HTMLElement | null"
19410
+ },
19411
+ "description": "the ref for the component"
19412
+ },
19413
+ {
19414
+ "name": "customElementSelector",
19415
+ "type": {
19416
+ "text": "string"
19417
+ },
19418
+ "description": "the custom element like `my-component`"
19419
+ }
19420
+ ],
19421
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
19422
+ },
19423
+ {
19424
+ "kind": "method",
19425
+ "name": "render"
19426
+ }
19427
+ ],
19428
+ "attributes": [
19429
+ {
19430
+ "name": "role",
19431
+ "fieldName": "role",
19432
+ "type": {
19433
+ "text": "any"
19434
+ }
19435
+ },
19436
+ {
19437
+ "name": "label",
19438
+ "fieldName": "label",
19439
+ "type": {
19440
+ "text": "any"
19441
+ }
19442
+ }
19443
+ ],
19444
+ "tagName": "card-wrapper-showcase",
19445
+ "events": [],
19446
+ "customElement": true
19447
+ }
19448
+ ],
19449
+ "exports": [
19450
+ {
19451
+ "kind": "js",
19452
+ "name": "CardWrapperShowcase",
19453
+ "declaration": {
19454
+ "name": "CardWrapperShowcase",
19455
+ "module": "src/shared/showcase/card-wrapper.showcase.tsx"
19456
+ }
19457
+ },
19458
+ {
19459
+ "kind": "custom-element-definition",
19460
+ "name": "card-wrapper-showcase",
19461
+ "declaration": {
19462
+ "name": "CardWrapperShowcase",
19463
+ "module": "src/shared/showcase/card-wrapper.showcase.tsx"
19464
+ }
19465
+ }
19466
+ ]
19467
+ },
19468
+ {
19469
+ "kind": "javascript-module",
19470
+ "path": "container-wrapper.showcase.tsx",
19471
+ "declarations": [
19472
+ {
19473
+ "kind": "class",
19474
+ "description": "",
19475
+ "name": "ContainerWrapperShowcase",
19476
+ "members": [
19477
+ {
19478
+ "kind": "field",
19479
+ "name": "_ref",
19480
+ "type": {
19481
+ "text": "HTMLElement"
19482
+ },
19483
+ "privacy": "private"
19484
+ },
19485
+ {
19486
+ "kind": "field",
19487
+ "name": "title",
19488
+ "type": {
19489
+ "text": "any"
19490
+ }
19491
+ },
19492
+ {
19493
+ "kind": "field",
19494
+ "name": "isSubComponent",
19495
+ "type": {
19496
+ "text": "any"
19497
+ }
19498
+ },
19499
+ {
19500
+ "kind": "field",
19501
+ "name": "isPatternhub",
19502
+ "type": {
19503
+ "text": "any"
19504
+ }
19505
+ },
19506
+ {
19507
+ "kind": "field",
19508
+ "name": "hidden",
19509
+ "type": {
19510
+ "text": "boolean"
19511
+ },
19512
+ "default": "false"
19513
+ },
19514
+ {
19515
+ "kind": "field",
19516
+ "name": "getSourceFilePath",
19517
+ "default": "function getSourceFilePath(): string | undefined { if (!this.title) return; const componentName = this.title ?.replace(/^DB/, \"\") .replaceAll(/([A-Z])/g, (match, letter, index) => index > 0 ? `-${letter.toLowerCase()}` : letter.toLowerCase() ); if (componentName && /^[a-z]+(-[a-z]+)*$/.test(componentName)) { return `packages/components/src/components/${componentName}/${componentName}.lite.tsx`; } return; }"
19518
+ },
19519
+ {
19520
+ "kind": "field",
19521
+ "name": "getGitHubSourceUrl",
19522
+ "default": "function getGitHubSourceUrl(): string | undefined { const filePath = this.getSourceFilePath(); if (!filePath) return; const targetBranch = process.env[\"GITHUB_BRANCH\"] ?? process.env[\"BRANCH_NAME\"] ?? \"main\"; return `https://github.com/db-ux-design-system/core-web/blob/${targetBranch}/${filePath}`; }"
19523
+ },
19524
+ {
19525
+ "kind": "method",
19526
+ "name": "enableAttributePassing",
19527
+ "privacy": "private",
19528
+ "parameters": [
19529
+ {
19530
+ "name": "element",
19531
+ "type": {
19532
+ "text": "HTMLElement | null"
19533
+ },
19534
+ "description": "the ref for the component"
19535
+ },
19536
+ {
19537
+ "name": "customElementSelector",
19538
+ "type": {
19539
+ "text": "string"
19540
+ },
19541
+ "description": "the custom element like `my-component`"
19542
+ }
19543
+ ],
19544
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
19545
+ },
19546
+ {
19547
+ "kind": "method",
19548
+ "name": "render"
19549
+ }
19550
+ ],
19551
+ "attributes": [
19552
+ {
19553
+ "name": "title",
19554
+ "fieldName": "title",
19555
+ "type": {
19556
+ "text": "any"
19557
+ }
19558
+ },
19559
+ {
19560
+ "name": "is-sub-component",
19561
+ "fieldName": "isSubComponent",
19562
+ "type": {
19563
+ "text": "any"
19564
+ }
19565
+ },
19566
+ {
19567
+ "name": "is-patternhub",
19568
+ "fieldName": "isPatternhub",
19569
+ "type": {
19570
+ "text": "any"
19571
+ }
19572
+ }
19573
+ ],
19574
+ "tagName": "container-wrapper-showcase",
19575
+ "events": [],
19576
+ "customElement": true
19577
+ }
19578
+ ],
19579
+ "exports": [
19580
+ {
19581
+ "kind": "js",
19582
+ "name": "ContainerWrapperShowcase",
19583
+ "declaration": {
19584
+ "name": "ContainerWrapperShowcase",
19585
+ "module": "src/shared/showcase/container-wrapper.showcase.tsx"
19586
+ }
19587
+ },
19588
+ {
19589
+ "kind": "custom-element-definition",
19590
+ "name": "container-wrapper-showcase",
19591
+ "declaration": {
19592
+ "name": "ContainerWrapperShowcase",
19593
+ "module": "src/shared/showcase/container-wrapper.showcase.tsx"
19594
+ }
19595
+ }
19596
+ ]
19597
+ },
19598
+ {
19599
+ "kind": "javascript-module",
19600
+ "path": "link-wrapper.showcase.tsx",
19601
+ "declarations": [
19602
+ {
19603
+ "kind": "class",
19604
+ "description": "",
19605
+ "name": "LinkWrapperShowcase",
19606
+ "members": [
19607
+ {
19608
+ "kind": "field",
19609
+ "name": "exampleName",
19610
+ "type": {
19611
+ "text": "any"
19612
+ }
19613
+ },
19614
+ {
19615
+ "kind": "field",
19616
+ "name": "pageParam",
19617
+ "type": {
19618
+ "text": "null"
19619
+ },
19620
+ "default": "null"
19621
+ },
19622
+ {
19623
+ "kind": "field",
19624
+ "name": "getPage",
19625
+ "default": "function getPage(): string | undefined { return this.exampleName?.replaceAll(\" \", \"+\").toLowerCase(); }"
19626
+ },
19627
+ {
19628
+ "kind": "field",
19629
+ "name": "getHref",
19630
+ "default": "function getHref(): string { if (typeof window !== \"undefined\") { const hash = window.location.hash; const basePath = hash.includes(\"?\") ? hash.split(\"?\")[0] : hash; return `${basePath}?page=${this.getPage()}`; } return \"\"; }"
19631
+ },
19632
+ {
19633
+ "kind": "method",
19634
+ "name": "render"
19635
+ }
19636
+ ],
19637
+ "attributes": [
19638
+ {
19639
+ "name": "example-name",
19640
+ "fieldName": "exampleName",
19641
+ "type": {
19642
+ "text": "any"
19643
+ }
19644
+ }
19645
+ ],
19646
+ "tagName": "link-wrapper-showcase",
19647
+ "events": [],
19648
+ "customElement": true
19649
+ }
19650
+ ],
19651
+ "exports": [
19652
+ {
19653
+ "kind": "js",
19654
+ "name": "LinkWrapperShowcase",
19655
+ "declaration": {
19656
+ "name": "LinkWrapperShowcase",
19657
+ "module": "src/shared/showcase/link-wrapper.showcase.tsx"
19658
+ }
19659
+ },
19660
+ {
19661
+ "kind": "custom-element-definition",
19662
+ "name": "link-wrapper-showcase",
19663
+ "declaration": {
19664
+ "name": "LinkWrapperShowcase",
19665
+ "module": "src/shared/showcase/link-wrapper.showcase.tsx"
19666
+ }
19667
+ }
19668
+ ]
19669
+ },
19670
+ {
19671
+ "kind": "javascript-module",
19672
+ "path": "density.example.tsx",
19673
+ "declarations": [
19674
+ {
19675
+ "kind": "class",
19676
+ "description": "",
19677
+ "name": "ButtonDensity",
19678
+ "members": [
19679
+ {
19680
+ "kind": "field",
19681
+ "name": "_ref",
19682
+ "type": {
19683
+ "text": "HTMLElement"
19684
+ },
19685
+ "privacy": "private"
19686
+ },
19687
+ {
19688
+ "kind": "method",
19689
+ "name": "enableAttributePassing",
19690
+ "privacy": "private",
19691
+ "parameters": [
19692
+ {
19693
+ "name": "element",
19694
+ "type": {
19695
+ "text": "HTMLElement | null"
19696
+ },
19697
+ "description": "the ref for the component"
19698
+ },
19699
+ {
19700
+ "name": "customElementSelector",
19701
+ "type": {
19702
+ "text": "string"
19703
+ },
19704
+ "description": "the custom element like `my-component`"
19705
+ }
19706
+ ],
19707
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
19708
+ },
19709
+ {
19710
+ "kind": "method",
19711
+ "name": "render"
19712
+ }
19713
+ ],
19714
+ "tagName": "button-density",
19715
+ "events": [],
19716
+ "customElement": true
19717
+ }
19718
+ ],
19719
+ "exports": [
19720
+ {
19721
+ "kind": "js",
19722
+ "name": "ButtonDensity",
19723
+ "declaration": {
19724
+ "name": "ButtonDensity",
19725
+ "module": "src/components/button/examples/density.example.tsx"
19726
+ }
19727
+ },
19728
+ {
19729
+ "kind": "custom-element-definition",
19730
+ "name": "button-density",
19731
+ "declaration": {
19732
+ "name": "ButtonDensity",
19733
+ "module": "src/components/button/examples/density.example.tsx"
19734
+ }
19735
+ }
19736
+ ]
19737
+ },
19738
+ {
19739
+ "kind": "javascript-module",
19740
+ "path": "disabled.example.tsx",
19741
+ "declarations": [
19742
+ {
19743
+ "kind": "class",
19744
+ "description": "",
19745
+ "name": "ButtonDisabled",
19746
+ "members": [
19747
+ {
19748
+ "kind": "field",
19749
+ "name": "_ref",
19750
+ "type": {
19751
+ "text": "HTMLElement"
19752
+ },
19753
+ "privacy": "private"
19754
+ },
19755
+ {
19756
+ "kind": "method",
19757
+ "name": "enableAttributePassing",
19758
+ "privacy": "private",
19759
+ "parameters": [
19760
+ {
19761
+ "name": "element",
19762
+ "type": {
19763
+ "text": "HTMLElement | null"
19764
+ },
19765
+ "description": "the ref for the component"
19766
+ },
19767
+ {
19768
+ "name": "customElementSelector",
19769
+ "type": {
19770
+ "text": "string"
19771
+ },
19772
+ "description": "the custom element like `my-component`"
19773
+ }
19774
+ ],
19775
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
19776
+ },
19777
+ {
19778
+ "kind": "method",
19779
+ "name": "render"
19780
+ }
19781
+ ],
19782
+ "tagName": "button-disabled",
19783
+ "events": [],
19784
+ "customElement": true
19785
+ }
19786
+ ],
19787
+ "exports": [
19788
+ {
19789
+ "kind": "js",
19790
+ "name": "ButtonDisabled",
19791
+ "declaration": {
19792
+ "name": "ButtonDisabled",
19793
+ "module": "src/components/button/examples/disabled.example.tsx"
19794
+ }
19795
+ },
19796
+ {
19797
+ "kind": "custom-element-definition",
19798
+ "name": "button-disabled",
19799
+ "declaration": {
19800
+ "name": "ButtonDisabled",
19801
+ "module": "src/components/button/examples/disabled.example.tsx"
19802
+ }
19803
+ }
19804
+ ]
19805
+ },
19806
+ {
19807
+ "kind": "javascript-module",
19808
+ "path": "multi-line-text.example.tsx",
19809
+ "declarations": [
19810
+ {
19811
+ "kind": "class",
19812
+ "description": "",
19813
+ "name": "ButtonMultiLineText",
19814
+ "members": [
19815
+ {
19816
+ "kind": "field",
19817
+ "name": "_ref",
19818
+ "type": {
19819
+ "text": "HTMLElement"
19820
+ },
19821
+ "privacy": "private"
19822
+ },
19823
+ {
19824
+ "kind": "method",
19825
+ "name": "enableAttributePassing",
19826
+ "privacy": "private",
19827
+ "parameters": [
19828
+ {
19829
+ "name": "element",
19830
+ "type": {
19831
+ "text": "HTMLElement | null"
19832
+ },
19833
+ "description": "the ref for the component"
19834
+ },
19835
+ {
19836
+ "name": "customElementSelector",
19837
+ "type": {
19838
+ "text": "string"
19839
+ },
19840
+ "description": "the custom element like `my-component`"
19841
+ }
19842
+ ],
19843
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
19844
+ },
19845
+ {
19846
+ "kind": "method",
19847
+ "name": "render"
19848
+ }
19849
+ ],
19850
+ "tagName": "button-multi-line-text",
19851
+ "events": [],
19852
+ "customElement": true
19853
+ }
19854
+ ],
19855
+ "exports": [
19856
+ {
19857
+ "kind": "js",
19858
+ "name": "ButtonMultiLineText",
19859
+ "declaration": {
19860
+ "name": "ButtonMultiLineText",
19861
+ "module": "src/components/button/examples/multi-line-text.example.tsx"
19862
+ }
19863
+ },
19864
+ {
19865
+ "kind": "custom-element-definition",
19866
+ "name": "button-multi-line-text",
19867
+ "declaration": {
19868
+ "name": "ButtonMultiLineText",
19869
+ "module": "src/components/button/examples/multi-line-text.example.tsx"
19870
+ }
19871
+ }
19872
+ ]
19873
+ },
19874
+ {
19875
+ "kind": "javascript-module",
19876
+ "path": "no-text.example.tsx",
19877
+ "declarations": [
19878
+ {
19879
+ "kind": "class",
19880
+ "description": "",
19881
+ "name": "ButtonNoText",
19882
+ "members": [
19883
+ {
19884
+ "kind": "field",
19885
+ "name": "_ref",
19886
+ "type": {
19887
+ "text": "HTMLElement"
19888
+ },
19889
+ "privacy": "private"
19890
+ },
19891
+ {
19892
+ "kind": "method",
19893
+ "name": "enableAttributePassing",
19894
+ "privacy": "private",
19895
+ "parameters": [
19896
+ {
19897
+ "name": "element",
19898
+ "type": {
19899
+ "text": "HTMLElement | null"
19900
+ },
19901
+ "description": "the ref for the component"
19902
+ },
19903
+ {
19904
+ "name": "customElementSelector",
19905
+ "type": {
19906
+ "text": "string"
19907
+ },
19908
+ "description": "the custom element like `my-component`"
19909
+ }
19910
+ ],
19911
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
19912
+ },
19913
+ {
19914
+ "kind": "method",
19915
+ "name": "render"
19916
+ }
19917
+ ],
19918
+ "tagName": "button-no-text",
19919
+ "events": [],
19920
+ "customElement": true
19921
+ }
19922
+ ],
19923
+ "exports": [
19924
+ {
19925
+ "kind": "js",
19926
+ "name": "ButtonNoText",
19927
+ "declaration": {
19928
+ "name": "ButtonNoText",
19929
+ "module": "src/components/button/examples/no-text.example.tsx"
19930
+ }
19931
+ },
19932
+ {
19933
+ "kind": "custom-element-definition",
19934
+ "name": "button-no-text",
19935
+ "declaration": {
19936
+ "name": "ButtonNoText",
19937
+ "module": "src/components/button/examples/no-text.example.tsx"
19938
+ }
19939
+ }
19940
+ ]
19941
+ },
19942
+ {
19943
+ "kind": "javascript-module",
19944
+ "path": "show-icon-leading.example.tsx",
19945
+ "declarations": [
19946
+ {
19947
+ "kind": "class",
19948
+ "description": "",
19949
+ "name": "ButtonShowIconLeading",
19950
+ "members": [
19951
+ {
19952
+ "kind": "field",
19953
+ "name": "_ref",
19954
+ "type": {
19955
+ "text": "HTMLElement"
19956
+ },
19957
+ "privacy": "private"
19958
+ },
19959
+ {
19960
+ "kind": "method",
19961
+ "name": "enableAttributePassing",
19962
+ "privacy": "private",
19963
+ "parameters": [
19964
+ {
19965
+ "name": "element",
19966
+ "type": {
19967
+ "text": "HTMLElement | null"
19968
+ },
19969
+ "description": "the ref for the component"
19970
+ },
19971
+ {
19972
+ "name": "customElementSelector",
19973
+ "type": {
19974
+ "text": "string"
19975
+ },
19976
+ "description": "the custom element like `my-component`"
19977
+ }
19978
+ ],
19979
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
19980
+ },
19981
+ {
19982
+ "kind": "method",
19983
+ "name": "render"
19984
+ }
19985
+ ],
19986
+ "tagName": "button-show-icon-leading",
19987
+ "events": [],
19988
+ "customElement": true
19989
+ }
19990
+ ],
19991
+ "exports": [
19992
+ {
19993
+ "kind": "js",
19994
+ "name": "ButtonShowIconLeading",
19995
+ "declaration": {
19996
+ "name": "ButtonShowIconLeading",
19997
+ "module": "src/components/button/examples/show-icon-leading.example.tsx"
19998
+ }
19999
+ },
20000
+ {
20001
+ "kind": "custom-element-definition",
20002
+ "name": "button-show-icon-leading",
20003
+ "declaration": {
20004
+ "name": "ButtonShowIconLeading",
20005
+ "module": "src/components/button/examples/show-icon-leading.example.tsx"
20006
+ }
20007
+ }
20008
+ ]
20009
+ },
20010
+ {
20011
+ "kind": "javascript-module",
20012
+ "path": "show-icon-trailing.example.tsx",
20013
+ "declarations": [
20014
+ {
20015
+ "kind": "class",
20016
+ "description": "",
20017
+ "name": "ButtonShowIconTrailing",
20018
+ "members": [
20019
+ {
20020
+ "kind": "field",
20021
+ "name": "_ref",
20022
+ "type": {
20023
+ "text": "HTMLElement"
20024
+ },
20025
+ "privacy": "private"
20026
+ },
20027
+ {
20028
+ "kind": "method",
20029
+ "name": "enableAttributePassing",
20030
+ "privacy": "private",
20031
+ "parameters": [
20032
+ {
20033
+ "name": "element",
20034
+ "type": {
20035
+ "text": "HTMLElement | null"
20036
+ },
20037
+ "description": "the ref for the component"
20038
+ },
20039
+ {
20040
+ "name": "customElementSelector",
20041
+ "type": {
20042
+ "text": "string"
20043
+ },
20044
+ "description": "the custom element like `my-component`"
20045
+ }
20046
+ ],
20047
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20048
+ },
20049
+ {
20050
+ "kind": "method",
20051
+ "name": "render"
20052
+ }
20053
+ ],
20054
+ "tagName": "button-show-icon-trailing",
20055
+ "events": [],
20056
+ "customElement": true
20057
+ }
20058
+ ],
20059
+ "exports": [
20060
+ {
20061
+ "kind": "js",
20062
+ "name": "ButtonShowIconTrailing",
20063
+ "declaration": {
20064
+ "name": "ButtonShowIconTrailing",
20065
+ "module": "src/components/button/examples/show-icon-trailing.example.tsx"
20066
+ }
20067
+ },
20068
+ {
20069
+ "kind": "custom-element-definition",
20070
+ "name": "button-show-icon-trailing",
20071
+ "declaration": {
20072
+ "name": "ButtonShowIconTrailing",
20073
+ "module": "src/components/button/examples/show-icon-trailing.example.tsx"
20074
+ }
20075
+ }
20076
+ ]
20077
+ },
20078
+ {
20079
+ "kind": "javascript-module",
20080
+ "path": "size.example.tsx",
20081
+ "declarations": [
20082
+ {
20083
+ "kind": "class",
20084
+ "description": "",
20085
+ "name": "ButtonSize",
20086
+ "members": [
20087
+ {
20088
+ "kind": "field",
20089
+ "name": "_ref",
20090
+ "type": {
20091
+ "text": "HTMLElement"
20092
+ },
20093
+ "privacy": "private"
20094
+ },
20095
+ {
20096
+ "kind": "method",
20097
+ "name": "enableAttributePassing",
20098
+ "privacy": "private",
20099
+ "parameters": [
20100
+ {
20101
+ "name": "element",
20102
+ "type": {
20103
+ "text": "HTMLElement | null"
20104
+ },
20105
+ "description": "the ref for the component"
20106
+ },
20107
+ {
20108
+ "name": "customElementSelector",
20109
+ "type": {
20110
+ "text": "string"
20111
+ },
20112
+ "description": "the custom element like `my-component`"
20113
+ }
20114
+ ],
20115
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20116
+ },
20117
+ {
20118
+ "kind": "method",
20119
+ "name": "render"
20120
+ }
20121
+ ],
20122
+ "tagName": "button-size",
20123
+ "events": [],
20124
+ "customElement": true
20125
+ }
20126
+ ],
20127
+ "exports": [
20128
+ {
20129
+ "kind": "js",
20130
+ "name": "ButtonSize",
20131
+ "declaration": {
20132
+ "name": "ButtonSize",
20133
+ "module": "src/components/button/examples/size.example.tsx"
20134
+ }
20135
+ },
20136
+ {
20137
+ "kind": "custom-element-definition",
20138
+ "name": "button-size",
20139
+ "declaration": {
20140
+ "name": "ButtonSize",
20141
+ "module": "src/components/button/examples/size.example.tsx"
20142
+ }
20143
+ }
20144
+ ]
20145
+ },
20146
+ {
20147
+ "kind": "javascript-module",
20148
+ "path": "variant.example.tsx",
20149
+ "declarations": [
20150
+ {
20151
+ "kind": "class",
20152
+ "description": "",
20153
+ "name": "ButtonVariant",
20154
+ "members": [
20155
+ {
20156
+ "kind": "field",
20157
+ "name": "_ref",
20158
+ "type": {
20159
+ "text": "HTMLElement"
20160
+ },
20161
+ "privacy": "private"
20162
+ },
20163
+ {
20164
+ "kind": "method",
20165
+ "name": "enableAttributePassing",
20166
+ "privacy": "private",
20167
+ "parameters": [
20168
+ {
20169
+ "name": "element",
20170
+ "type": {
20171
+ "text": "HTMLElement | null"
20172
+ },
20173
+ "description": "the ref for the component"
20174
+ },
20175
+ {
20176
+ "name": "customElementSelector",
20177
+ "type": {
20178
+ "text": "string"
20179
+ },
20180
+ "description": "the custom element like `my-component`"
20181
+ }
20182
+ ],
20183
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20184
+ },
20185
+ {
20186
+ "kind": "method",
20187
+ "name": "render"
20188
+ }
20189
+ ],
20190
+ "tagName": "button-variant",
20191
+ "events": [],
20192
+ "customElement": true
20193
+ }
20194
+ ],
20195
+ "exports": [
20196
+ {
20197
+ "kind": "js",
20198
+ "name": "ButtonVariant",
20199
+ "declaration": {
20200
+ "name": "ButtonVariant",
20201
+ "module": "src/components/button/examples/variant.example.tsx"
20202
+ }
20203
+ },
20204
+ {
20205
+ "kind": "custom-element-definition",
20206
+ "name": "button-variant",
20207
+ "declaration": {
20208
+ "name": "ButtonVariant",
20209
+ "module": "src/components/button/examples/variant.example.tsx"
20210
+ }
20211
+ }
20212
+ ]
20213
+ },
20214
+ {
20215
+ "kind": "javascript-module",
20216
+ "path": "width.example.tsx",
20217
+ "declarations": [
20218
+ {
20219
+ "kind": "class",
20220
+ "description": "",
20221
+ "name": "ButtonWidth",
20222
+ "members": [
20223
+ {
20224
+ "kind": "field",
20225
+ "name": "_ref",
20226
+ "type": {
20227
+ "text": "HTMLElement"
20228
+ },
20229
+ "privacy": "private"
20230
+ },
20231
+ {
20232
+ "kind": "method",
20233
+ "name": "enableAttributePassing",
20234
+ "privacy": "private",
20235
+ "parameters": [
20236
+ {
20237
+ "name": "element",
20238
+ "type": {
20239
+ "text": "HTMLElement | null"
20240
+ },
20241
+ "description": "the ref for the component"
20242
+ },
20243
+ {
20244
+ "name": "customElementSelector",
20245
+ "type": {
20246
+ "text": "string"
20247
+ },
20248
+ "description": "the custom element like `my-component`"
20249
+ }
20250
+ ],
20251
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20252
+ },
20253
+ {
20254
+ "kind": "method",
20255
+ "name": "render"
20256
+ }
20257
+ ],
20258
+ "tagName": "button-width",
20259
+ "events": [],
20260
+ "customElement": true
20261
+ }
20262
+ ],
20263
+ "exports": [
20264
+ {
20265
+ "kind": "js",
20266
+ "name": "ButtonWidth",
20267
+ "declaration": {
20268
+ "name": "ButtonWidth",
20269
+ "module": "src/components/button/examples/width.example.tsx"
20270
+ }
20271
+ },
20272
+ {
20273
+ "kind": "custom-element-definition",
20274
+ "name": "button-width",
20275
+ "declaration": {
20276
+ "name": "ButtonWidth",
20277
+ "module": "src/components/button/examples/width.example.tsx"
20278
+ }
20279
+ }
20280
+ ]
20281
+ },
20282
+ {
20283
+ "kind": "javascript-module",
20284
+ "path": "button.showcase.tsx",
20285
+ "declarations": [
20286
+ {
20287
+ "kind": "class",
20288
+ "description": "",
20289
+ "name": "ButtonShowcase",
20290
+ "members": [
20291
+ {
20292
+ "kind": "field",
20293
+ "name": "_ref",
20294
+ "type": {
20295
+ "text": "HTMLElement"
20296
+ },
20297
+ "privacy": "private"
20298
+ },
20299
+ {
20300
+ "kind": "field",
20301
+ "name": "isPatternhub",
20302
+ "type": {
20303
+ "text": "PatternhubProps[\"isPatternhub\"]"
20304
+ }
20305
+ },
20306
+ {
20307
+ "kind": "method",
20308
+ "name": "enableAttributePassing",
20309
+ "privacy": "private",
20310
+ "parameters": [
20311
+ {
20312
+ "name": "element",
20313
+ "type": {
20314
+ "text": "HTMLElement | null"
20315
+ },
20316
+ "description": "the ref for the component"
20317
+ },
20318
+ {
20319
+ "name": "customElementSelector",
20320
+ "type": {
20321
+ "text": "string"
20322
+ },
20323
+ "description": "the custom element like `my-component`"
20324
+ }
20325
+ ],
20326
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20327
+ },
20328
+ {
20329
+ "kind": "method",
20330
+ "name": "render"
20331
+ }
20332
+ ],
20333
+ "attributes": [
20334
+ {
20335
+ "name": "is-patternhub",
20336
+ "fieldName": "isPatternhub",
20337
+ "type": {
20338
+ "text": "PatternhubProps[\"isPatternhub\"]"
20339
+ }
20340
+ }
20341
+ ],
20342
+ "tagName": "button-showcase",
20343
+ "events": [],
20344
+ "customElement": true
20345
+ }
20346
+ ],
20347
+ "exports": [
20348
+ {
20349
+ "kind": "js",
20350
+ "name": "ButtonShowcase",
20351
+ "declaration": {
20352
+ "name": "ButtonShowcase",
20353
+ "module": "src/components/button/showcase/button.showcase.tsx"
20354
+ }
20355
+ },
20356
+ {
20357
+ "kind": "custom-element-definition",
20358
+ "name": "button-showcase",
20359
+ "declaration": {
20360
+ "name": "ButtonShowcase",
20361
+ "module": "src/components/button/showcase/button.showcase.tsx"
20362
+ }
20363
+ }
20364
+ ]
19303
20365
  }
19304
20366
  ]
19305
20367
  }