@boostdev/design-system-components 1.1.1 → 1.2.0

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 (320) hide show
  1. package/AGENTS.md +13 -10
  2. package/dist/client.cjs +77 -99
  3. package/dist/client.css +611 -580
  4. package/dist/client.d.cts +13 -16
  5. package/dist/client.d.ts +13 -16
  6. package/dist/client.js +87 -109
  7. package/dist/index.cjs +77 -99
  8. package/dist/index.css +611 -580
  9. package/dist/index.d.cts +13 -16
  10. package/dist/index.d.ts +13 -16
  11. package/dist/index.js +87 -109
  12. package/dist/native/index.cjs +9 -8
  13. package/dist/native/index.d.cts +1 -1
  14. package/dist/native/index.d.ts +1 -1
  15. package/dist/native/index.js +9 -8
  16. package/dist/web-components/chunk-2QA62WCQ.js +48 -0
  17. package/dist/web-components/chunk-3REOIRDW.js +246 -0
  18. package/dist/web-components/chunk-57TRNCWQ.js +93 -0
  19. package/dist/web-components/chunk-5IPHEONG.js +139 -0
  20. package/dist/web-components/chunk-5R6IFELV.js +63 -0
  21. package/dist/web-components/chunk-5TFWOPLH.js +49 -0
  22. package/dist/web-components/chunk-6I3CFC26.js +89 -0
  23. package/dist/web-components/chunk-6MH5UWUD.js +226 -0
  24. package/dist/web-components/chunk-7FMR53BW.js +127 -0
  25. package/dist/web-components/chunk-AGKJTMJI.js +56 -0
  26. package/dist/web-components/chunk-AJSXNDAP.js +151 -0
  27. package/dist/web-components/chunk-BQLZ7I4G.js +56 -0
  28. package/dist/web-components/chunk-BX3IPVOB.js +167 -0
  29. package/dist/web-components/chunk-CR5PGUHV.js +109 -0
  30. package/dist/web-components/chunk-DI46Q2EA.js +278 -0
  31. package/dist/web-components/chunk-DZRSJGPB.js +53 -0
  32. package/dist/web-components/chunk-EBJM3VD4.js +107 -0
  33. package/dist/web-components/chunk-ECW3HHWA.js +185 -0
  34. package/dist/web-components/chunk-HGBNDR22.js +98 -0
  35. package/dist/web-components/chunk-HHHRF2PS.js +118 -0
  36. package/dist/web-components/chunk-ITHLKR7Q.js +105 -0
  37. package/dist/web-components/chunk-JUKB3BUP.js +186 -0
  38. package/dist/web-components/chunk-L3XHOMN6.js +111 -0
  39. package/dist/{web-components.js → web-components/chunk-LGEZYFUU.js} +62 -844
  40. package/dist/web-components/chunk-LY62SAVN.js +64 -0
  41. package/dist/web-components/chunk-N6IMUOY4.js +185 -0
  42. package/dist/web-components/chunk-OHUTLSIQ.js +69 -0
  43. package/dist/web-components/chunk-OQTRTMAB.js +27 -0
  44. package/dist/web-components/chunk-PY62FTRW.js +179 -0
  45. package/dist/web-components/chunk-Q4T5BJT6.js +94 -0
  46. package/dist/web-components/chunk-QDST57JC.js +119 -0
  47. package/dist/web-components/chunk-QLZ2362S.js +279 -0
  48. package/dist/web-components/chunk-QPOKHLMQ.js +45 -0
  49. package/dist/web-components/chunk-SOQQ7RVJ.js +88 -0
  50. package/dist/web-components/chunk-T6AETZRP.js +131 -0
  51. package/dist/web-components/chunk-UFFCKVZE.js +149 -0
  52. package/dist/web-components/chunk-VMMVWLXL.js +53 -0
  53. package/dist/web-components/chunk-X3FKVHLK.js +144 -0
  54. package/dist/web-components/chunk-XNA6WTXG.js +133 -0
  55. package/dist/web-components/chunk-Y4MAXTMA.js +80 -0
  56. package/dist/web-components/chunk-YLVTEY23.js +165 -0
  57. package/dist/web-components/chunk-YRXCVKHV.js +116 -0
  58. package/dist/web-components/chunk-ZTC6GRP7.js +64 -0
  59. package/dist/web-components/globals.d.ts +2 -0
  60. package/dist/web-components/globals.js +1 -0
  61. package/dist/web-components/index.d.ts +41 -0
  62. package/dist/web-components/index.js +165 -0
  63. package/dist/web-components/interaction/bds-accordion-item.d.ts +54 -0
  64. package/dist/web-components/interaction/bds-accordion-item.js +7 -0
  65. package/dist/web-components/interaction/bds-accordion.d.ts +50 -0
  66. package/dist/web-components/interaction/bds-accordion.js +7 -0
  67. package/dist/web-components/interaction/bds-button.d.ts +100 -0
  68. package/dist/web-components/interaction/bds-button.js +7 -0
  69. package/dist/web-components/interaction/bds-collapsible.d.ts +52 -0
  70. package/dist/web-components/interaction/bds-collapsible.js +7 -0
  71. package/dist/web-components/interaction/bds-dialog.d.ts +56 -0
  72. package/dist/web-components/interaction/bds-dialog.js +7 -0
  73. package/dist/web-components/interaction/bds-drawer.d.ts +64 -0
  74. package/dist/web-components/interaction/bds-drawer.js +7 -0
  75. package/dist/web-components/interaction/bds-popover.d.ts +62 -0
  76. package/dist/web-components/interaction/bds-popover.js +7 -0
  77. package/dist/web-components/interaction/bds-skip-link.d.ts +36 -0
  78. package/dist/web-components/interaction/bds-skip-link.js +7 -0
  79. package/dist/web-components/interaction/bds-tab-panel.d.ts +26 -0
  80. package/dist/web-components/interaction/bds-tab-panel.js +7 -0
  81. package/dist/web-components/interaction/bds-tab.d.ts +45 -0
  82. package/dist/web-components/interaction/bds-tab.js +7 -0
  83. package/dist/web-components/interaction/bds-tabs.d.ts +46 -0
  84. package/dist/web-components/interaction/bds-tabs.js +7 -0
  85. package/dist/web-components/interaction/bds-toast-provider.d.ts +57 -0
  86. package/dist/web-components/interaction/bds-toast-provider.js +7 -0
  87. package/dist/web-components/interaction/bds-tooltip.d.ts +50 -0
  88. package/dist/web-components/interaction/bds-tooltip.js +7 -0
  89. package/dist/web-components/interaction/form/bds-checkbox.d.ts +70 -0
  90. package/dist/web-components/interaction/form/bds-checkbox.js +7 -0
  91. package/dist/web-components/interaction/form/bds-combobox.d.ts +84 -0
  92. package/dist/web-components/interaction/form/bds-combobox.js +7 -0
  93. package/dist/web-components/interaction/form/bds-file-input.d.ts +62 -0
  94. package/dist/web-components/interaction/form/bds-file-input.js +7 -0
  95. package/dist/web-components/interaction/form/bds-number-input.d.ts +68 -0
  96. package/dist/web-components/interaction/form/bds-number-input.js +7 -0
  97. package/dist/web-components/interaction/form/bds-radio.d.ts +68 -0
  98. package/dist/web-components/interaction/form/bds-radio.js +7 -0
  99. package/dist/web-components/interaction/form/bds-segmented-control.d.ts +88 -0
  100. package/dist/web-components/interaction/form/bds-segmented-control.js +7 -0
  101. package/dist/web-components/interaction/form/bds-select.d.ts +79 -0
  102. package/dist/web-components/interaction/form/bds-select.js +7 -0
  103. package/dist/web-components/interaction/form/bds-slider.d.ts +70 -0
  104. package/dist/web-components/interaction/form/bds-slider.js +7 -0
  105. package/dist/web-components/interaction/form/bds-switch.d.ts +67 -0
  106. package/dist/web-components/interaction/form/bds-switch.js +7 -0
  107. package/dist/web-components/interaction/form/bds-textarea.d.ts +70 -0
  108. package/dist/web-components/interaction/form/bds-textarea.js +7 -0
  109. package/dist/web-components/ui/bds-alert.d.ts +66 -0
  110. package/dist/web-components/ui/bds-alert.js +7 -0
  111. package/dist/web-components/ui/bds-avatar.d.ts +50 -0
  112. package/dist/web-components/ui/bds-avatar.js +7 -0
  113. package/dist/web-components/ui/bds-badge.d.ts +35 -0
  114. package/dist/web-components/ui/bds-badge.js +7 -0
  115. package/dist/web-components/ui/bds-breadcrumb.d.ts +35 -0
  116. package/dist/web-components/ui/bds-breadcrumb.js +7 -0
  117. package/dist/web-components/ui/bds-card.d.ts +72 -0
  118. package/dist/web-components/ui/bds-card.js +7 -0
  119. package/dist/web-components/ui/bds-description-list.d.ts +42 -0
  120. package/dist/web-components/ui/bds-description-list.js +7 -0
  121. package/dist/web-components/ui/bds-icon-wrapper.d.ts +39 -0
  122. package/dist/web-components/ui/bds-icon-wrapper.js +7 -0
  123. package/dist/web-components/ui/bds-link.d.ts +59 -0
  124. package/dist/web-components/ui/bds-link.js +7 -0
  125. package/dist/web-components/ui/bds-loading.d.ts +32 -0
  126. package/dist/web-components/ui/bds-loading.js +7 -0
  127. package/dist/web-components/ui/bds-notification-banner.d.ts +61 -0
  128. package/dist/web-components/ui/bds-notification-banner.js +7 -0
  129. package/dist/web-components/ui/bds-progress-circle.d.ts +53 -0
  130. package/dist/web-components/ui/bds-progress-circle.js +7 -0
  131. package/dist/web-components/ui/bds-progress.d.ts +54 -0
  132. package/dist/web-components/ui/bds-progress.js +7 -0
  133. package/dist/web-components/ui/bds-rating.d.ts +36 -0
  134. package/dist/web-components/ui/bds-rating.js +7 -0
  135. package/dist/web-components/ui/bds-section-header.d.ts +53 -0
  136. package/dist/web-components/ui/bds-section-header.js +8 -0
  137. package/dist/web-components/ui/bds-separator.d.ts +32 -0
  138. package/dist/web-components/ui/bds-separator.js +7 -0
  139. package/dist/web-components/ui/bds-skeleton.d.ts +22 -0
  140. package/dist/web-components/ui/bds-skeleton.js +7 -0
  141. package/dist/web-components/ui/bds-typography.d.ts +44 -0
  142. package/dist/web-components/ui/bds-typography.js +8 -0
  143. package/package.json +170 -5
  144. package/src/components/interaction/Button/Button.module.css +12 -11
  145. package/src/components/interaction/Button/Button.native.tsx +10 -9
  146. package/src/components/interaction/Button/Button.tsx +1 -1
  147. package/src/components/interaction/Command/Command.module.css +3 -7
  148. package/src/components/interaction/Dialog/Dialog.module.css +7 -5
  149. package/src/components/interaction/Drawer/Drawer.module.css +49 -1
  150. package/src/components/interaction/DropdownMenu/DropdownMenu.module.css +1 -3
  151. package/src/components/interaction/Popover/Popover.module.css +1 -3
  152. package/src/components/interaction/form/Checkbox/Checkbox.module.css +1 -3
  153. package/src/components/interaction/form/Combobox/Combobox.module.css +2 -6
  154. package/src/components/interaction/form/FormInput/FormInput.module.css +1 -3
  155. package/src/components/interaction/form/NumberInput/NumberInput.module.css +16 -4
  156. package/src/components/interaction/form/Radio/Radio.module.css +6 -16
  157. package/src/components/interaction/form/SegmentedControl/SegmentedControl.mdx +70 -25
  158. package/src/components/interaction/form/SegmentedControl/SegmentedControl.module.css +55 -33
  159. package/src/components/interaction/form/SegmentedControl/SegmentedControl.spec.tsx +127 -56
  160. package/src/components/interaction/form/SegmentedControl/SegmentedControl.stories.tsx +89 -72
  161. package/src/components/interaction/form/SegmentedControl/SegmentedControl.tsx +40 -62
  162. package/src/components/interaction/form/SegmentedControl/index.ts +1 -1
  163. package/src/components/interaction/form/Select/Select.module.css +2 -4
  164. package/src/components/interaction/form/Switch/Switch.module.css +5 -7
  165. package/src/components/interaction/form/Switch/Switch.native.spec.tsx +9 -9
  166. package/src/components/interaction/form/Switch/Switch.native.tsx +2 -2
  167. package/src/components/interaction/form/Textarea/Textarea.module.css +1 -3
  168. package/src/components/interaction/form/atoms/InputContainer.stories.tsx +64 -0
  169. package/src/components/interaction/form/atoms/Label.stories.tsx +33 -0
  170. package/src/components/interaction/form/atoms/Message.stories.tsx +33 -0
  171. package/src/components/layout/Card/Card.module.css +1 -3
  172. package/src/components/ui/Accordion/Accordion.module.css +1 -2
  173. package/src/components/ui/Alert/Alert.module.css +1 -2
  174. package/src/components/ui/Calendar/Calendar.module.css +2 -5
  175. package/src/components/ui/Carousel/Carousel.module.css +1 -3
  176. package/src/components/ui/NotificationBanner/NotificationBanner.module.css +1 -2
  177. package/src/components/ui/Pagination/Pagination.module.css +1 -2
  178. package/src/components/ui/SkipLink/SkipLink.module.css +1 -2
  179. package/src/components/ui/Table/Table.module.css +1 -2
  180. package/src/css/bdc.css +16 -11
  181. package/src/index.ts +1 -1
  182. package/src/web-components/globals.ts +3 -3
  183. package/src/web-components/index.ts +47 -0
  184. package/src/web-components/interaction/BdsAccordion.mdx +51 -0
  185. package/src/web-components/interaction/BdsAccordion.stories.tsx +85 -0
  186. package/src/web-components/interaction/BdsCollapsible.mdx +46 -0
  187. package/src/web-components/interaction/BdsCollapsible.stories.tsx +87 -0
  188. package/src/web-components/interaction/BdsDialog.mdx +49 -0
  189. package/src/web-components/interaction/BdsDialog.stories.tsx +75 -0
  190. package/src/web-components/interaction/BdsDrawer.mdx +50 -0
  191. package/src/web-components/interaction/BdsDrawer.stories.tsx +66 -0
  192. package/src/web-components/interaction/BdsSkipLink.mdx +34 -0
  193. package/src/web-components/interaction/BdsSkipLink.stories.tsx +55 -0
  194. package/src/web-components/interaction/BdsTabs.mdx +47 -0
  195. package/src/web-components/interaction/BdsTabs.stories.tsx +80 -0
  196. package/src/web-components/interaction/BdsTooltip.mdx +38 -0
  197. package/src/web-components/interaction/BdsTooltip.stories.tsx +68 -0
  198. package/src/web-components/interaction/bds-accordion-item.spec.ts +75 -0
  199. package/src/web-components/interaction/bds-accordion-item.ts +181 -0
  200. package/src/web-components/interaction/bds-accordion.spec.ts +73 -0
  201. package/src/web-components/interaction/bds-accordion.ts +98 -0
  202. package/src/web-components/interaction/bds-button.ts +15 -13
  203. package/src/web-components/interaction/bds-collapsible.spec.ts +56 -0
  204. package/src/web-components/interaction/bds-collapsible.ts +170 -0
  205. package/src/web-components/interaction/bds-dialog.spec.ts +119 -0
  206. package/src/web-components/interaction/bds-dialog.ts +221 -0
  207. package/src/web-components/interaction/bds-drawer.spec.ts +113 -0
  208. package/src/web-components/interaction/bds-drawer.ts +315 -0
  209. package/src/web-components/interaction/bds-skip-link.spec.ts +42 -0
  210. package/src/web-components/interaction/bds-skip-link.ts +74 -0
  211. package/src/web-components/interaction/bds-tab-panel.spec.ts +32 -0
  212. package/src/web-components/interaction/bds-tab-panel.ts +38 -0
  213. package/src/web-components/interaction/bds-tab.spec.ts +71 -0
  214. package/src/web-components/interaction/bds-tab.ts +110 -0
  215. package/src/web-components/interaction/bds-tabs.spec.ts +120 -0
  216. package/src/web-components/interaction/bds-tabs.ts +152 -0
  217. package/src/web-components/interaction/bds-tooltip.spec.ts +49 -0
  218. package/src/web-components/interaction/bds-tooltip.ts +127 -0
  219. package/src/web-components/interaction/form/BdsCheckbox.mdx +39 -0
  220. package/src/web-components/interaction/form/BdsCheckbox.stories.tsx +73 -0
  221. package/src/web-components/interaction/form/BdsCombobox.mdx +52 -0
  222. package/src/web-components/interaction/form/BdsCombobox.stories.tsx +91 -0
  223. package/src/web-components/interaction/form/BdsFileInput.mdx +44 -0
  224. package/src/web-components/interaction/form/BdsFileInput.stories.tsx +84 -0
  225. package/src/web-components/interaction/form/BdsNumberInput.mdx +41 -0
  226. package/src/web-components/interaction/form/BdsNumberInput.stories.tsx +90 -0
  227. package/src/web-components/interaction/form/BdsRadio.mdx +41 -0
  228. package/src/web-components/interaction/form/BdsRadio.stories.tsx +90 -0
  229. package/src/web-components/interaction/form/BdsSegmentedControl.mdx +42 -0
  230. package/src/web-components/interaction/form/BdsSegmentedControl.stories.tsx +92 -0
  231. package/src/web-components/interaction/form/BdsSelect.mdx +38 -0
  232. package/src/web-components/interaction/form/BdsSelect.stories.tsx +93 -0
  233. package/src/web-components/interaction/form/BdsSlider.mdx +49 -0
  234. package/src/web-components/interaction/form/BdsSlider.stories.tsx +89 -0
  235. package/src/web-components/interaction/form/BdsSwitch.mdx +39 -0
  236. package/src/web-components/interaction/form/BdsSwitch.stories.tsx +73 -0
  237. package/src/web-components/interaction/form/BdsTextarea.mdx +41 -0
  238. package/src/web-components/interaction/form/BdsTextarea.stories.tsx +79 -0
  239. package/src/web-components/interaction/form/bds-checkbox.spec.ts +63 -0
  240. package/src/web-components/interaction/form/bds-checkbox.ts +166 -0
  241. package/src/web-components/interaction/form/bds-combobox.spec.ts +117 -0
  242. package/src/web-components/interaction/form/bds-combobox.ts +334 -0
  243. package/src/web-components/interaction/form/bds-file-input.spec.ts +58 -0
  244. package/src/web-components/interaction/form/bds-file-input.ts +209 -0
  245. package/src/web-components/interaction/form/bds-number-input.spec.ts +87 -0
  246. package/src/web-components/interaction/form/bds-number-input.ts +220 -0
  247. package/src/web-components/interaction/form/bds-radio.spec.ts +70 -0
  248. package/src/web-components/interaction/form/bds-radio.ts +151 -0
  249. package/src/web-components/interaction/form/bds-segmented-control.spec.ts +74 -0
  250. package/src/web-components/interaction/form/bds-segmented-control.ts +282 -0
  251. package/src/web-components/interaction/form/bds-select.spec.ts +74 -0
  252. package/src/web-components/interaction/form/bds-select.ts +188 -0
  253. package/src/web-components/interaction/form/bds-slider.spec.ts +41 -0
  254. package/src/web-components/interaction/form/bds-slider.ts +162 -0
  255. package/src/web-components/interaction/form/bds-switch.spec.ts +62 -0
  256. package/src/web-components/interaction/form/bds-switch.ts +165 -0
  257. package/src/web-components/interaction/form/bds-textarea.spec.ts +55 -0
  258. package/src/web-components/interaction/form/bds-textarea.ts +141 -0
  259. package/src/web-components/ui/BdsAvatar.mdx +67 -0
  260. package/src/web-components/ui/BdsAvatar.stories.tsx +62 -0
  261. package/src/web-components/ui/BdsBreadcrumb.mdx +63 -0
  262. package/src/web-components/ui/BdsBreadcrumb.stories.tsx +59 -0
  263. package/src/web-components/ui/BdsCard.mdx +83 -0
  264. package/src/web-components/ui/BdsCard.stories.tsx +90 -0
  265. package/src/web-components/ui/BdsDescriptionList.mdx +67 -0
  266. package/src/web-components/ui/BdsDescriptionList.stories.tsx +79 -0
  267. package/src/web-components/ui/BdsIconWrapper.mdx +70 -0
  268. package/src/web-components/ui/BdsIconWrapper.stories.tsx +76 -0
  269. package/src/web-components/ui/BdsLink.mdx +75 -0
  270. package/src/web-components/ui/BdsLink.stories.tsx +64 -0
  271. package/src/web-components/ui/BdsLoading.mdx +62 -0
  272. package/src/web-components/ui/BdsLoading.stories.tsx +37 -0
  273. package/src/web-components/ui/BdsNotificationBanner.mdx +90 -0
  274. package/src/web-components/ui/BdsNotificationBanner.stories.tsx +93 -0
  275. package/src/web-components/ui/BdsProgress.mdx +63 -0
  276. package/src/web-components/ui/BdsProgress.stories.tsx +70 -0
  277. package/src/web-components/ui/BdsProgressCircle.mdx +64 -0
  278. package/src/web-components/ui/BdsProgressCircle.stories.tsx +69 -0
  279. package/src/web-components/ui/BdsRating.mdx +61 -0
  280. package/src/web-components/ui/BdsRating.stories.tsx +39 -0
  281. package/src/web-components/ui/BdsSectionHeader.mdx +69 -0
  282. package/src/web-components/ui/BdsSectionHeader.stories.tsx +56 -0
  283. package/src/web-components/ui/BdsSeparator.mdx +63 -0
  284. package/src/web-components/ui/BdsSeparator.stories.tsx +47 -0
  285. package/src/web-components/ui/BdsSkeleton.mdx +67 -0
  286. package/src/web-components/ui/BdsSkeleton.stories.tsx +50 -0
  287. package/src/web-components/ui/BdsTypography.mdx +83 -0
  288. package/src/web-components/ui/BdsTypography.stories.tsx +51 -0
  289. package/src/web-components/ui/bds-alert.ts +1 -2
  290. package/src/web-components/ui/bds-avatar.spec.ts +75 -0
  291. package/src/web-components/ui/bds-avatar.ts +122 -0
  292. package/src/web-components/ui/bds-breadcrumb.spec.ts +55 -0
  293. package/src/web-components/ui/bds-breadcrumb.ts +114 -0
  294. package/src/web-components/ui/bds-card.spec.ts +70 -0
  295. package/src/web-components/ui/bds-card.ts +154 -0
  296. package/src/web-components/ui/bds-description-list.spec.ts +36 -0
  297. package/src/web-components/ui/bds-description-list.ts +79 -0
  298. package/src/web-components/ui/bds-icon-wrapper.spec.ts +21 -0
  299. package/src/web-components/ui/bds-icon-wrapper.ts +68 -0
  300. package/src/web-components/ui/bds-link.spec.ts +72 -0
  301. package/src/web-components/ui/bds-link.ts +138 -0
  302. package/src/web-components/ui/bds-loading.spec.ts +38 -0
  303. package/src/web-components/ui/bds-loading.ts +76 -0
  304. package/src/web-components/ui/bds-notification-banner.spec.ts +82 -0
  305. package/src/web-components/ui/bds-notification-banner.ts +184 -0
  306. package/src/web-components/ui/bds-progress-circle.spec.ts +58 -0
  307. package/src/web-components/ui/bds-progress-circle.ts +142 -0
  308. package/src/web-components/ui/bds-progress.spec.ts +66 -0
  309. package/src/web-components/ui/bds-progress.ts +127 -0
  310. package/src/web-components/ui/bds-rating.spec.ts +70 -0
  311. package/src/web-components/ui/bds-rating.ts +80 -0
  312. package/src/web-components/ui/bds-section-header.spec.ts +57 -0
  313. package/src/web-components/ui/bds-section-header.ts +96 -0
  314. package/src/web-components/ui/bds-separator.spec.ts +50 -0
  315. package/src/web-components/ui/bds-separator.ts +66 -0
  316. package/src/web-components/ui/bds-skeleton.spec.ts +22 -0
  317. package/src/web-components/ui/bds-skeleton.ts +55 -0
  318. package/src/web-components/ui/bds-typography.spec.ts +76 -0
  319. package/src/web-components/ui/bds-typography.ts +112 -0
  320. package/dist/web-components.d.ts +0 -304
package/dist/client.cjs CHANGED
@@ -87,7 +87,7 @@ module.exports = __toCommonJS(client_exports);
87
87
  var import_react = require("react");
88
88
 
89
89
  // src/components/ui/Accordion/Accordion.module.css
90
- var Accordion_default = {"accordion":"bds111Accordion-accordion","item":"bds111Accordion-item","heading":"bds111Accordion-heading","trigger":"bds111Accordion-trigger","triggerLabel":"bds111Accordion-triggerLabel","chevron":"bds111Accordion-chevron","--open":"bds111Accordion---open","panel":"bds111Accordion-panel","panelContent":"bds111Accordion-panelContent"};
90
+ var Accordion_default = {"accordion":"bds120Accordion-accordion","item":"bds120Accordion-item","heading":"bds120Accordion-heading","trigger":"bds120Accordion-trigger","triggerLabel":"bds120Accordion-triggerLabel","chevron":"bds120Accordion-chevron","--open":"bds120Accordion---open","panel":"bds120Accordion-panel","panelContent":"bds120Accordion-panelContent"};
91
91
 
92
92
  // src/components/ui/Accordion/Accordion.tsx
93
93
  var import_design_system_foundation = require("@boostdev/design-system-foundation");
@@ -155,7 +155,7 @@ function Accordion({
155
155
  }
156
156
 
157
157
  // src/components/ui/Alert/Alert.module.css
158
- var Alert_default = {"alert":"bds111Alert-alert","--variant_info":"bds111Alert---variant_info","--variant_success":"bds111Alert---variant_success","--variant_warning":"bds111Alert---variant_warning","--variant_error":"bds111Alert---variant_error","icon":"bds111Alert-icon","content":"bds111Alert-content","title":"bds111Alert-title","dismiss":"bds111Alert-dismiss"};
158
+ var Alert_default = {"alert":"bds120Alert-alert","--variant_info":"bds120Alert---variant_info","--variant_success":"bds120Alert---variant_success","--variant_warning":"bds120Alert---variant_warning","--variant_error":"bds120Alert---variant_error","icon":"bds120Alert-icon","content":"bds120Alert-content","title":"bds120Alert-title","dismiss":"bds120Alert-dismiss"};
159
159
 
160
160
  // src/components/ui/Alert/Alert.tsx
161
161
  var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
@@ -198,7 +198,7 @@ function Alert({
198
198
  }
199
199
 
200
200
  // src/components/ui/Avatar/Avatar.module.css
201
- var Avatar_default = {"avatar":"bds111Avatar-avatar","--fallback":"bds111Avatar---fallback","--size_small":"bds111Avatar---size_small","--size_medium":"bds111Avatar---size_medium","--size_large":"bds111Avatar---size_large","image":"bds111Avatar-image","initials":"bds111Avatar-initials"};
201
+ var Avatar_default = {"avatar":"bds120Avatar-avatar","--fallback":"bds120Avatar---fallback","--size_small":"bds120Avatar---size_small","--size_medium":"bds120Avatar---size_medium","--size_large":"bds120Avatar---size_large","image":"bds120Avatar-image","initials":"bds120Avatar-initials"};
202
202
 
203
203
  // src/components/ui/Avatar/Avatar.tsx
204
204
  var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
@@ -224,7 +224,7 @@ function Avatar({ src, alt, name, size = "medium", className }) {
224
224
  }
225
225
 
226
226
  // src/components/ui/Badge/Badge.module.css
227
- var Badge_default = {"badge":"bds111Badge-badge","--variant_primary":"bds111Badge---variant_primary","--variant_secondary":"bds111Badge---variant_secondary","--variant_success":"bds111Badge---variant_success","--variant_error":"bds111Badge---variant_error","--variant_warning":"bds111Badge---variant_warning"};
227
+ var Badge_default = {"badge":"bds120Badge-badge","--variant_primary":"bds120Badge---variant_primary","--variant_secondary":"bds120Badge---variant_secondary","--variant_success":"bds120Badge---variant_success","--variant_error":"bds120Badge---variant_error","--variant_warning":"bds120Badge---variant_warning"};
228
228
 
229
229
  // src/components/ui/Badge/Badge.tsx
230
230
  var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
@@ -234,7 +234,7 @@ function Badge({ children, variant = "primary", className }) {
234
234
  }
235
235
 
236
236
  // src/components/ui/Breadcrumb/Breadcrumb.module.css
237
- var Breadcrumb_default = {"breadcrumb":"bds111Breadcrumb-breadcrumb","list":"bds111Breadcrumb-list","item":"bds111Breadcrumb-item","link":"bds111Breadcrumb-link","separator":"bds111Breadcrumb-separator","current":"bds111Breadcrumb-current"};
237
+ var Breadcrumb_default = {"breadcrumb":"bds120Breadcrumb-breadcrumb","list":"bds120Breadcrumb-list","item":"bds120Breadcrumb-item","link":"bds120Breadcrumb-link","separator":"bds120Breadcrumb-separator","current":"bds120Breadcrumb-current"};
238
238
 
239
239
  // src/components/ui/Breadcrumb/Breadcrumb.tsx
240
240
  var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
@@ -250,7 +250,7 @@ function Breadcrumb({ items, className }) {
250
250
  }
251
251
 
252
252
  // src/components/ui/Collapsible/Collapsible.module.css
253
- var Collapsible_default = {"collapsible":"bds111Collapsible-collapsible","summary":"bds111Collapsible-summary","summaryContent":"bds111Collapsible-summaryContent","icon":"bds111Collapsible-icon","content":"bds111Collapsible-content"};
253
+ var Collapsible_default = {"collapsible":"bds120Collapsible-collapsible","summary":"bds120Collapsible-summary","summaryContent":"bds120Collapsible-summaryContent","icon":"bds120Collapsible-icon","content":"bds120Collapsible-content"};
254
254
 
255
255
  // src/components/ui/Collapsible/Collapsible.tsx
256
256
  var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
@@ -291,7 +291,7 @@ function Collapsible({
291
291
  var import_react2 = require("react");
292
292
 
293
293
  // src/components/ui/Calendar/Calendar.module.css
294
- var Calendar_default = {"calendar":"bds111Calendar-calendar","header":"bds111Calendar-header","monthYear":"bds111Calendar-monthYear","navBtn":"bds111Calendar-navBtn","grid":"bds111Calendar-grid","weekday":"bds111Calendar-weekday","empty":"bds111Calendar-empty","day":"bds111Calendar-day","disabled":"bds111Calendar-disabled","selected":"bds111Calendar-selected","today":"bds111Calendar-today"};
294
+ var Calendar_default = {"calendar":"bds120Calendar-calendar","header":"bds120Calendar-header","monthYear":"bds120Calendar-monthYear","navBtn":"bds120Calendar-navBtn","grid":"bds120Calendar-grid","weekday":"bds120Calendar-weekday","empty":"bds120Calendar-empty","day":"bds120Calendar-day","disabled":"bds120Calendar-disabled","selected":"bds120Calendar-selected","today":"bds120Calendar-today"};
295
295
 
296
296
  // src/components/ui/Calendar/Calendar.tsx
297
297
  var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
@@ -466,7 +466,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className }) {
466
466
  var import_react3 = require("react");
467
467
 
468
468
  // src/components/ui/Carousel/Carousel.module.css
469
- var Carousel_default = {"carousel":"bds111Carousel-carousel","track":"bds111Carousel-track","slide":"bds111Carousel-slide","navBtn":"bds111Carousel-navBtn"};
469
+ var Carousel_default = {"carousel":"bds120Carousel-carousel","track":"bds120Carousel-track","slide":"bds120Carousel-slide","navBtn":"bds120Carousel-navBtn"};
470
470
 
471
471
  // src/components/ui/Carousel/Carousel.tsx
472
472
  var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
@@ -519,7 +519,7 @@ function Carousel({ items, label, className }) {
519
519
  }
520
520
 
521
521
  // src/components/ui/DescriptionList/DescriptionList.module.css
522
- var DescriptionList_default = {"list":"bds111DescriptionList-list","group":"bds111DescriptionList-group","term":"bds111DescriptionList-term","details":"bds111DescriptionList-details","--layout_inline":"bds111DescriptionList---layout_inline"};
522
+ var DescriptionList_default = {"list":"bds120DescriptionList-list","group":"bds120DescriptionList-group","term":"bds120DescriptionList-term","details":"bds120DescriptionList-details","--layout_inline":"bds120DescriptionList---layout_inline"};
523
523
 
524
524
  // src/components/ui/DescriptionList/DescriptionList.tsx
525
525
  var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
@@ -532,7 +532,7 @@ function DescriptionList({ items, layout = "stacked", className }) {
532
532
  }
533
533
 
534
534
  // src/components/ui/Link/Link.module.css
535
- var Link_default = {"link":"bds111Link-link","--variant_default":"bds111Link---variant_default","--variant_subtle":"bds111Link---variant_subtle","--variant_standalone":"bds111Link---variant_standalone","externalLabel":"bds111Link-externalLabel"};
535
+ var Link_default = {"link":"bds120Link-link","--variant_default":"bds120Link---variant_default","--variant_subtle":"bds120Link---variant_subtle","--variant_standalone":"bds120Link---variant_standalone","externalLabel":"bds120Link-externalLabel"};
536
536
 
537
537
  // src/components/ui/Link/Link.tsx
538
538
  var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
@@ -563,7 +563,7 @@ function Link({
563
563
  }
564
564
 
565
565
  // src/components/ui/Loading/Loading.module.css
566
- var Loading_default = {"loading":"bds111Loading-loading","spinner":"bds111Loading-spinner","--size_small":"bds111Loading---size_small","--size_large":"bds111Loading---size_large"};
566
+ var Loading_default = {"loading":"bds120Loading-loading","spinner":"bds120Loading-spinner","--size_small":"bds120Loading---size_small","--size_large":"bds120Loading---size_large"};
567
567
 
568
568
  // src/components/ui/Loading/Loading.tsx
569
569
  var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
@@ -573,7 +573,7 @@ function Loading({ size = "medium", className }) {
573
573
  }
574
574
 
575
575
  // src/components/ui/NotificationBanner/NotificationBanner.module.css
576
- var NotificationBanner_default = {"banner":"bds111NotificationBanner-banner","--variant_info":"bds111NotificationBanner---variant_info","--variant_success":"bds111NotificationBanner---variant_success","--variant_warning":"bds111NotificationBanner---variant_warning","--variant_error":"bds111NotificationBanner---variant_error","content":"bds111NotificationBanner-content","action":"bds111NotificationBanner-action","dismiss":"bds111NotificationBanner-dismiss"};
576
+ var NotificationBanner_default = {"banner":"bds120NotificationBanner-banner","--variant_info":"bds120NotificationBanner---variant_info","--variant_success":"bds120NotificationBanner---variant_success","--variant_warning":"bds120NotificationBanner---variant_warning","--variant_error":"bds120NotificationBanner---variant_error","content":"bds120NotificationBanner-content","action":"bds120NotificationBanner-action","dismiss":"bds120NotificationBanner-dismiss"};
577
577
 
578
578
  // src/components/ui/NotificationBanner/NotificationBanner.tsx
579
579
  var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
@@ -612,7 +612,7 @@ function NotificationBanner({
612
612
  }
613
613
 
614
614
  // src/components/ui/Pagination/Pagination.module.css
615
- var Pagination_default = {"pagination":"bds111Pagination-pagination","list":"bds111Pagination-list","button":"bds111Pagination-button","--active":"bds111Pagination---active","--nav":"bds111Pagination---nav","ellipsis":"bds111Pagination-ellipsis"};
615
+ var Pagination_default = {"pagination":"bds120Pagination-pagination","list":"bds120Pagination-list","button":"bds120Pagination-button","--active":"bds120Pagination---active","--nav":"bds120Pagination---nav","ellipsis":"bds120Pagination-ellipsis"};
616
616
 
617
617
  // src/components/ui/Pagination/Pagination.tsx
618
618
  var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
@@ -676,7 +676,7 @@ function Pagination({
676
676
  }
677
677
 
678
678
  // src/components/ui/Progress/Progress.module.css
679
- var Progress_default = {"container":"bds111Progress-container","labelRow":"bds111Progress-labelRow","value":"bds111Progress-value","track":"bds111Progress-track","--size_small":"bds111Progress---size_small","--size_medium":"bds111Progress---size_medium","--size_large":"bds111Progress---size_large","fill":"bds111Progress-fill"};
679
+ var Progress_default = {"container":"bds120Progress-container","labelRow":"bds120Progress-labelRow","value":"bds120Progress-value","track":"bds120Progress-track","--size_small":"bds120Progress---size_small","--size_medium":"bds120Progress---size_medium","--size_large":"bds120Progress---size_large","fill":"bds120Progress-fill"};
680
680
 
681
681
  // src/components/ui/Progress/Progress.tsx
682
682
  var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
@@ -714,7 +714,7 @@ function Progress({
714
714
  }
715
715
 
716
716
  // src/components/ui/ProgressCircle/ProgressCircle.module.css
717
- var ProgressCircle_default = {"wrapper":"bds111ProgressCircle-wrapper","svg":"bds111ProgressCircle-svg","track":"bds111ProgressCircle-track","fill":"bds111ProgressCircle-fill","value":"bds111ProgressCircle-value","--size_small":"bds111ProgressCircle---size_small","--size_medium":"bds111ProgressCircle---size_medium","--size_large":"bds111ProgressCircle---size_large"};
717
+ var ProgressCircle_default = {"wrapper":"bds120ProgressCircle-wrapper","svg":"bds120ProgressCircle-svg","track":"bds120ProgressCircle-track","fill":"bds120ProgressCircle-fill","value":"bds120ProgressCircle-value","--size_small":"bds120ProgressCircle---size_small","--size_medium":"bds120ProgressCircle---size_medium","--size_large":"bds120ProgressCircle---size_large"};
718
718
 
719
719
  // src/components/ui/ProgressCircle/ProgressCircle.tsx
720
720
  var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
@@ -793,7 +793,7 @@ function ProgressCircle({
793
793
  }
794
794
 
795
795
  // src/components/ui/Separator/Separator.module.css
796
- var Separator_default = {"separator":"bds111Separator-separator","--horizontal":"bds111Separator---horizontal","--vertical":"bds111Separator---vertical"};
796
+ var Separator_default = {"separator":"bds120Separator-separator","--horizontal":"bds120Separator---horizontal","--vertical":"bds120Separator---vertical"};
797
797
 
798
798
  // src/components/ui/Separator/Separator.tsx
799
799
  var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
@@ -816,7 +816,7 @@ function Separator({ orientation = "horizontal", className }) {
816
816
  var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
817
817
 
818
818
  // src/components/ui/Skeleton/Skeleton.module.css
819
- var Skeleton_default = {"skeleton":"bds111Skeleton-skeleton"};
819
+ var Skeleton_default = {"skeleton":"bds120Skeleton-skeleton"};
820
820
 
821
821
  // src/components/ui/Skeleton/Skeleton.tsx
822
822
  var import_jsx_runtime17 = require("react/jsx-runtime");
@@ -825,7 +825,7 @@ function Skeleton({ className }) {
825
825
  }
826
826
 
827
827
  // src/components/ui/SkipLink/SkipLink.module.css
828
- var SkipLink_default = {"skipLink":"bds111SkipLink-skipLink"};
828
+ var SkipLink_default = {"skipLink":"bds120SkipLink-skipLink"};
829
829
 
830
830
  // src/components/ui/SkipLink/SkipLink.tsx
831
831
  var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
@@ -835,7 +835,7 @@ function SkipLink({ href = "#main", children = "Skip to main content", className
835
835
  }
836
836
 
837
837
  // src/components/ui/Table/Table.module.css
838
- var Table_default = {"wrapper":"bds111Table-wrapper","table":"bds111Table-table","caption":"bds111Table-caption","thead":"bds111Table-thead","th":"bds111Table-th","--sortable":"bds111Table---sortable","sortButton":"bds111Table-sortButton","sortIcon":"bds111Table-sortIcon","--sort-active":"bds111Table---sort-active","--sort-desc":"bds111Table---sort-desc","tbody":"bds111Table-tbody","tr":"bds111Table-tr","td":"bds111Table-td"};
838
+ var Table_default = {"wrapper":"bds120Table-wrapper","table":"bds120Table-table","caption":"bds120Table-caption","thead":"bds120Table-thead","th":"bds120Table-th","--sortable":"bds120Table---sortable","sortButton":"bds120Table-sortButton","sortIcon":"bds120Table-sortIcon","--sort-active":"bds120Table---sort-active","--sort-desc":"bds120Table---sort-desc","tbody":"bds120Table-tbody","tr":"bds120Table-tr","td":"bds120Table-td"};
839
839
 
840
840
  // src/components/ui/Table/Table.tsx
841
841
  var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
@@ -905,7 +905,7 @@ function Table({
905
905
  var import_react4 = require("react");
906
906
 
907
907
  // src/components/ui/Tabs/Tabs.module.css
908
- var Tabs_default = {"tabs":"bds111Tabs-tabs","tabList":"bds111Tabs-tabList","tab":"bds111Tabs-tab","--active":"bds111Tabs---active","panel":"bds111Tabs-panel"};
908
+ var Tabs_default = {"tabs":"bds120Tabs-tabs","tabList":"bds120Tabs-tabList","tab":"bds120Tabs-tab","--active":"bds120Tabs---active","panel":"bds120Tabs-panel"};
909
909
 
910
910
  // src/components/ui/Tabs/Tabs.tsx
911
911
  var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
@@ -985,7 +985,7 @@ function Tabs({ tabs, defaultTab, className }) {
985
985
  var import_react5 = require("react");
986
986
 
987
987
  // src/components/ui/Tooltip/Tooltip.module.css
988
- var Tooltip_default = {"wrapper":"bds111Tooltip-wrapper","tooltip":"bds111Tooltip-tooltip","--placement_top":"bds111Tooltip---placement_top","--placement_bottom":"bds111Tooltip---placement_bottom","--placement_left":"bds111Tooltip---placement_left","--placement_right":"bds111Tooltip---placement_right"};
988
+ var Tooltip_default = {"wrapper":"bds120Tooltip-wrapper","tooltip":"bds120Tooltip-tooltip","--placement_top":"bds120Tooltip---placement_top","--placement_bottom":"bds120Tooltip---placement_bottom","--placement_left":"bds120Tooltip---placement_left","--placement_right":"bds120Tooltip---placement_right"};
989
989
 
990
990
  // src/components/ui/Tooltip/Tooltip.tsx
991
991
  var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
@@ -1027,7 +1027,7 @@ function Tooltip({
1027
1027
  }
1028
1028
 
1029
1029
  // src/components/ui/Typography/Typography.module.css
1030
- var Typography_default = {"typography":"bds111Typography-typography","--h1":"bds111Typography---h1","--h2":"bds111Typography---h2","--h3":"bds111Typography---h3","--body":"bds111Typography---body","--body_s":"bds111Typography---body_s"};
1030
+ var Typography_default = {"typography":"bds120Typography-typography","--h1":"bds120Typography---h1","--h2":"bds120Typography---h2","--h3":"bds120Typography---h3","--body":"bds120Typography---body","--body_s":"bds120Typography---body_s"};
1031
1031
 
1032
1032
  // src/components/ui/Typography/Typography.tsx
1033
1033
  var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
@@ -1045,7 +1045,7 @@ function Typography({ variant = "body", component, children, className }) {
1045
1045
  }
1046
1046
 
1047
1047
  // src/components/interaction/Button/Button.module.css
1048
- var Button_default = {"button":"bds111Button-button","--default":"bds111Button---default","--ghost":"bds111Button---ghost","--size_small":"bds111Button---size_small","--size_medium":"bds111Button---size_medium","--size_large":"bds111Button---size_large","--hasPulse":"bds111Button---hasPulse","iconStart":"bds111Button-iconStart","iconEnd":"bds111Button-iconEnd"};
1048
+ var Button_default = {"button":"bds120Button-button","--default":"bds120Button---default","--outline":"bds120Button---outline","--ghost":"bds120Button---ghost","--size_small":"bds120Button---size_small","--size_medium":"bds120Button---size_medium","--size_large":"bds120Button---size_large","--hasPulse":"bds120Button---hasPulse","iconStart":"bds120Button-iconStart","iconEnd":"bds120Button-iconEnd"};
1049
1049
 
1050
1050
  // src/components/interaction/Button/Button.tsx
1051
1051
  var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
@@ -1160,7 +1160,7 @@ function installInvokerCommandsPolyfill() {
1160
1160
  }
1161
1161
 
1162
1162
  // src/components/interaction/Command/Command.module.css
1163
- var Command_default = {"dialog":"bds111Command-dialog","palette":"bds111Command-palette","searchRow":"bds111Command-searchRow","searchIcon":"bds111Command-searchIcon","search":"bds111Command-search","escHint":"bds111Command-escHint","list":"bds111Command-list","groupList":"bds111Command-groupList","group":"bds111Command-group","item":"bds111Command-item","itemActive":"bds111Command-itemActive","itemLabel":"bds111Command-itemLabel","itemDesc":"bds111Command-itemDesc","shortcut":"bds111Command-shortcut","empty":"bds111Command-empty"};
1163
+ var Command_default = {"dialog":"bds120Command-dialog","palette":"bds120Command-palette","searchRow":"bds120Command-searchRow","searchIcon":"bds120Command-searchIcon","search":"bds120Command-search","escHint":"bds120Command-escHint","list":"bds120Command-list","groupList":"bds120Command-groupList","group":"bds120Command-group","item":"bds120Command-item","itemActive":"bds120Command-itemActive","itemLabel":"bds120Command-itemLabel","itemDesc":"bds120Command-itemDesc","shortcut":"bds120Command-shortcut","empty":"bds120Command-empty"};
1164
1164
 
1165
1165
  // src/components/interaction/Command/Command.tsx
1166
1166
  var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
@@ -1335,7 +1335,7 @@ function Command({
1335
1335
  var import_react7 = require("react");
1336
1336
 
1337
1337
  // src/components/interaction/Dialog/Dialog.module.css
1338
- var Dialog_default = {"dialog":"bds111Dialog-dialog","dialogContent":"bds111Dialog-dialogContent","closeButton":"bds111Dialog-closeButton"};
1338
+ var Dialog_default = {"dialog":"bds120Dialog-dialog","dialogContent":"bds120Dialog-dialogContent","closeButton":"bds120Dialog-closeButton"};
1339
1339
 
1340
1340
  // src/components/interaction/Dialog/Dialog.tsx
1341
1341
  var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
@@ -1440,7 +1440,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
1440
1440
  var import_react8 = require("react");
1441
1441
 
1442
1442
  // src/components/interaction/Drawer/Drawer.module.css
1443
- var Drawer_default = {"drawer":"bds111Drawer-drawer","panel":"bds111Drawer-panel","--side_right":"bds111Drawer---side_right","--side_left":"bds111Drawer---side_left","header":"bds111Drawer-header","closeButton":"bds111Drawer-closeButton","body":"bds111Drawer-body"};
1443
+ var Drawer_default = {"drawer":"bds120Drawer-drawer","panel":"bds120Drawer-panel","--side_right":"bds120Drawer---side_right","--side_left":"bds120Drawer---side_left","header":"bds120Drawer-header","closeButton":"bds120Drawer-closeButton","body":"bds120Drawer-body"};
1444
1444
 
1445
1445
  // src/components/interaction/Drawer/Drawer.tsx
1446
1446
  var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
@@ -1537,7 +1537,7 @@ function Drawer({
1537
1537
  var import_react9 = require("react");
1538
1538
 
1539
1539
  // src/components/interaction/DropdownMenu/DropdownMenu.module.css
1540
- var DropdownMenu_default = {"wrapper":"bds111DropdownMenu-wrapper","menu":"bds111DropdownMenu-menu","--placement_bottom-start":"bds111DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds111DropdownMenu---placement_bottom-end","separator":"bds111DropdownMenu-separator","item":"bds111DropdownMenu-item","icon":"bds111DropdownMenu-icon"};
1540
+ var DropdownMenu_default = {"wrapper":"bds120DropdownMenu-wrapper","menu":"bds120DropdownMenu-menu","--placement_bottom-start":"bds120DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds120DropdownMenu---placement_bottom-end","separator":"bds120DropdownMenu-separator","item":"bds120DropdownMenu-item","icon":"bds120DropdownMenu-icon"};
1541
1541
 
1542
1542
  // src/components/interaction/DropdownMenu/DropdownMenu.tsx
1543
1543
  var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
@@ -1650,7 +1650,7 @@ function DropdownMenu({
1650
1650
  var import_react10 = require("react");
1651
1651
 
1652
1652
  // src/components/interaction/Popover/Popover.module.css
1653
- var Popover_default = {"wrapper":"bds111Popover-wrapper","panel":"bds111Popover-panel","g":"bds111Popover-g"};
1653
+ var Popover_default = {"wrapper":"bds120Popover-wrapper","panel":"bds120Popover-panel","g":"bds120Popover-g"};
1654
1654
 
1655
1655
  // src/components/interaction/Popover/Popover.tsx
1656
1656
  var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
@@ -1734,7 +1734,7 @@ function Popover({
1734
1734
  }
1735
1735
 
1736
1736
  // src/components/interaction/Rating/Rating.module.css
1737
- var Rating_default = {"rating":"bds111Rating-rating","star":"bds111Rating-star","--filled":"bds111Rating---filled"};
1737
+ var Rating_default = {"rating":"bds120Rating-rating","star":"bds120Rating-star","--filled":"bds120Rating---filled"};
1738
1738
 
1739
1739
  // src/components/interaction/Rating/Rating.tsx
1740
1740
  var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
@@ -1765,7 +1765,7 @@ function Rating({ value, max = 5, className }) {
1765
1765
  var import_react11 = require("react");
1766
1766
 
1767
1767
  // src/components/interaction/Toast/Toast.module.css
1768
- var Toast_default = {"toastContainer":"bds111Toast-toastContainer","toast":"bds111Toast-toast","--variant_success":"bds111Toast---variant_success","--variant_warning":"bds111Toast---variant_warning","--variant_info":"bds111Toast---variant_info","--variant_error":"bds111Toast---variant_error","message":"bds111Toast-message","closeButton":"bds111Toast-closeButton"};
1768
+ var Toast_default = {"toastContainer":"bds120Toast-toastContainer","toast":"bds120Toast-toast","--variant_success":"bds120Toast---variant_success","--variant_warning":"bds120Toast---variant_warning","--variant_info":"bds120Toast---variant_info","--variant_error":"bds120Toast---variant_error","message":"bds120Toast-message","closeButton":"bds120Toast-closeButton"};
1769
1769
 
1770
1770
  // src/components/interaction/Toast/Toast.tsx
1771
1771
  var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
@@ -1838,10 +1838,10 @@ function useToast() {
1838
1838
  var import_react12 = require("react");
1839
1839
 
1840
1840
  // src/components/interaction/form/Checkbox/Checkbox.module.css
1841
- var Checkbox_default = {"checkboxGroup":"bds111Checkbox-checkboxGroup","inputWrapper":"bds111Checkbox-inputWrapper","checkbox":"bds111Checkbox-checkbox","checkboxError":"bds111Checkbox-checkboxError"};
1841
+ var Checkbox_default = {"checkboxGroup":"bds120Checkbox-checkboxGroup","inputWrapper":"bds120Checkbox-inputWrapper","checkbox":"bds120Checkbox-checkbox","checkboxError":"bds120Checkbox-checkboxError"};
1842
1842
 
1843
1843
  // src/components/interaction/form/atoms/Message.module.css
1844
- var Message_default = {"error":"bds111Message-error","hint":"bds111Message-hint"};
1844
+ var Message_default = {"error":"bds120Message-error","hint":"bds120Message-hint"};
1845
1845
 
1846
1846
  // src/components/interaction/form/atoms/Message.tsx
1847
1847
  var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
@@ -1852,7 +1852,7 @@ var Message = ({ message, type, inputId, className }) => {
1852
1852
  };
1853
1853
 
1854
1854
  // src/components/interaction/form/atoms/Label.module.css
1855
- var Label_default = {"label":"bds111Label-label"};
1855
+ var Label_default = {"label":"bds120Label-label"};
1856
1856
 
1857
1857
  // src/components/interaction/form/atoms/Label.tsx
1858
1858
  var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
@@ -1865,7 +1865,7 @@ var Label = ({ label, id, className }) => {
1865
1865
  var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
1866
1866
 
1867
1867
  // src/components/interaction/form/atoms/InputContainer.module.css
1868
- var InputContainer_default = {"container":"bds111InputContainer-container"};
1868
+ var InputContainer_default = {"container":"bds120InputContainer-container"};
1869
1869
 
1870
1870
  // src/components/interaction/form/atoms/InputContainer.tsx
1871
1871
  var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
@@ -1906,7 +1906,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
1906
1906
  var import_react13 = require("react");
1907
1907
 
1908
1908
  // src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
1909
- var CheckboxGroup_default = {"group":"bds111CheckboxGroup-group","legend":"bds111CheckboxGroup-legend","required":"bds111CheckboxGroup-required","items":"bds111CheckboxGroup-items"};
1909
+ var CheckboxGroup_default = {"group":"bds120CheckboxGroup-group","legend":"bds120CheckboxGroup-legend","required":"bds120CheckboxGroup-required","items":"bds120CheckboxGroup-items"};
1910
1910
 
1911
1911
  // src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
1912
1912
  var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
@@ -1948,7 +1948,7 @@ function CheckboxGroup({
1948
1948
  var import_react14 = require("react");
1949
1949
 
1950
1950
  // src/components/interaction/form/Combobox/Combobox.module.css
1951
- var Combobox_default = {"formGroup":"bds111Combobox-formGroup","inputWrapper":"bds111Combobox-inputWrapper","input":"bds111Combobox-input","inputError":"bds111Combobox-inputError","chevron":"bds111Combobox-chevron","listbox":"bds111Combobox-listbox","option":"bds111Combobox-option","--highlighted":"bds111Combobox---highlighted","--selected":"bds111Combobox---selected","--disabled":"bds111Combobox---disabled"};
1951
+ var Combobox_default = {"formGroup":"bds120Combobox-formGroup","inputWrapper":"bds120Combobox-inputWrapper","input":"bds120Combobox-input","inputError":"bds120Combobox-inputError","chevron":"bds120Combobox-chevron","listbox":"bds120Combobox-listbox","option":"bds120Combobox-option","--highlighted":"bds120Combobox---highlighted","--selected":"bds120Combobox---selected","--disabled":"bds120Combobox---disabled"};
1952
1952
 
1953
1953
  // src/components/interaction/form/Combobox/Combobox.tsx
1954
1954
  var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
@@ -2098,7 +2098,7 @@ function Combobox({
2098
2098
  var import_react15 = require("react");
2099
2099
 
2100
2100
  // src/components/interaction/form/FileInput/FileInput.module.css
2101
- var FileInput_default = {"formGroup":"bds111FileInput-formGroup","fieldLabel":"bds111FileInput-fieldLabel","dropZone":"bds111FileInput-dropZone","isDragging":"bds111FileInput-isDragging","hasError":"bds111FileInput-hasError","isDisabled":"bds111FileInput-isDisabled","icon":"bds111FileInput-icon","prompt":"bds111FileInput-prompt","acceptHint":"bds111FileInput-acceptHint","hiddenInput":"bds111FileInput-hiddenInput"};
2101
+ var FileInput_default = {"formGroup":"bds120FileInput-formGroup","fieldLabel":"bds120FileInput-fieldLabel","dropZone":"bds120FileInput-dropZone","isDragging":"bds120FileInput-isDragging","hasError":"bds120FileInput-hasError","isDisabled":"bds120FileInput-isDisabled","icon":"bds120FileInput-icon","prompt":"bds120FileInput-prompt","acceptHint":"bds120FileInput-acceptHint","hiddenInput":"bds120FileInput-hiddenInput"};
2102
2102
 
2103
2103
  // src/components/interaction/form/FileInput/FileInput.tsx
2104
2104
  var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
@@ -2198,7 +2198,7 @@ function FileInput({
2198
2198
  var import_react16 = require("react");
2199
2199
 
2200
2200
  // src/components/interaction/form/FormInput/FormInput.module.css
2201
- var FormInput_default = {"formGroup":"bds111FormInput-formGroup","input":"bds111FormInput-input","inputError":"bds111FormInput-inputError"};
2201
+ var FormInput_default = {"formGroup":"bds120FormInput-formGroup","input":"bds120FormInput-input","inputError":"bds120FormInput-inputError"};
2202
2202
 
2203
2203
  // src/components/interaction/form/FormInput/FormInput.tsx
2204
2204
  var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
@@ -2242,7 +2242,7 @@ function FormInput({
2242
2242
  var import_react17 = require("react");
2243
2243
 
2244
2244
  // src/components/interaction/form/NumberInput/NumberInput.module.css
2245
- var NumberInput_default = {"formGroup":"bds111NumberInput-formGroup","inputRow":"bds111NumberInput-inputRow","input":"bds111NumberInput-input","inputError":"bds111NumberInput-inputError","stepper":"bds111NumberInput-stepper"};
2245
+ var NumberInput_default = {"formGroup":"bds120NumberInput-formGroup","inputRow":"bds120NumberInput-inputRow","input":"bds120NumberInput-input","inputError":"bds120NumberInput-inputError","stepper":"bds120NumberInput-stepper"};
2246
2246
 
2247
2247
  // src/components/interaction/form/NumberInput/NumberInput.tsx
2248
2248
  var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
@@ -2346,7 +2346,7 @@ function NumberInput({
2346
2346
  var import_react18 = require("react");
2347
2347
 
2348
2348
  // src/components/interaction/form/Radio/Radio.module.css
2349
- var Radio_default = {"radioGroup":"bds111Radio-radioGroup","inputWrapper":"bds111Radio-inputWrapper","textWrapper":"bds111Radio-textWrapper","description":"bds111Radio-description","radio":"bds111Radio-radio","radioError":"bds111Radio-radioError"};
2349
+ var Radio_default = {"radioGroup":"bds120Radio-radioGroup","inputWrapper":"bds120Radio-inputWrapper","textWrapper":"bds120Radio-textWrapper","description":"bds120Radio-description","radio":"bds120Radio-radio","radioError":"bds120Radio-radioError"};
2350
2350
 
2351
2351
  // src/components/interaction/form/Radio/Radio.tsx
2352
2352
  var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
@@ -2384,7 +2384,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
2384
2384
  var import_react19 = require("react");
2385
2385
 
2386
2386
  // src/components/interaction/form/RadioGroup/RadioGroup.module.css
2387
- var RadioGroup_default = {"group":"bds111RadioGroup-group","legend":"bds111RadioGroup-legend","required":"bds111RadioGroup-required","items":"bds111RadioGroup-items"};
2387
+ var RadioGroup_default = {"group":"bds120RadioGroup-group","legend":"bds120RadioGroup-legend","required":"bds120RadioGroup-required","items":"bds120RadioGroup-items"};
2388
2388
 
2389
2389
  // src/components/interaction/form/RadioGroup/RadioGroup.tsx
2390
2390
  var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
@@ -2426,74 +2426,52 @@ function RadioGroup({
2426
2426
  var import_react20 = require("react");
2427
2427
 
2428
2428
  // src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
2429
- var SegmentedControl_default = {"control":"bds111SegmentedControl-control","thumb":"bds111SegmentedControl-thumb","item":"bds111SegmentedControl-item","--disabled":"bds111SegmentedControl---disabled","radio":"bds111SegmentedControl-radio","label":"bds111SegmentedControl-label","--size_small":"bds111SegmentedControl---size_small","--size_large":"bds111SegmentedControl---size_large","--active":"bds111SegmentedControl---active"};
2429
+ var SegmentedControl_default = {"control":"bds120SegmentedControl-control","thumb":"bds120SegmentedControl-thumb","indicator":"bds120SegmentedControl-indicator","item":"bds120SegmentedControl-item","--active":"bds120SegmentedControl---active","--disabled":"bds120SegmentedControl---disabled","--size_small":"bds120SegmentedControl---size_small","--size_large":"bds120SegmentedControl---size_large","--variant_outline":"bds120SegmentedControl---variant_outline"};
2430
2430
 
2431
2431
  // src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
2432
2432
  var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
2433
2433
  var import_jsx_runtime42 = require("react/jsx-runtime");
2434
2434
  function SegmentedControl({
2435
- name,
2436
- options,
2437
- value,
2438
- defaultValue,
2439
- onChange,
2435
+ children,
2436
+ selectedIndex: selectedIndexProp,
2440
2437
  disabled,
2441
2438
  size = "medium",
2439
+ variant = "outline",
2442
2440
  className,
2443
- "aria-label": ariaLabel,
2444
- ...rest
2441
+ "aria-label": ariaLabel
2445
2442
  }) {
2446
- const baseId = name + (0, import_react20.useId)();
2447
- const [internalValue, setInternalValue] = (0, import_react20.useState)(
2448
- defaultValue ?? options[0]?.value ?? ""
2449
- );
2450
- const activeValue = value ?? internalValue;
2451
- const selectedIndex = options.findIndex((o) => o.value === activeValue);
2452
- const handleChange = (optionValue) => {
2453
- if (value === void 0) setInternalValue(optionValue);
2454
- onChange?.(optionValue);
2455
- };
2443
+ const validChildren = import_react20.Children.toArray(children).filter(import_react20.isValidElement);
2444
+ const autoIndex = selectedIndexProp === void 0 ? validChildren.findIndex((child) => {
2445
+ const p = child.props;
2446
+ return p["aria-current"] === "page" || p["aria-pressed"] === true || p["aria-selected"] === true;
2447
+ }) : -1;
2448
+ const activeIndex = Math.max(0, selectedIndexProp ?? (autoIndex >= 0 ? autoIndex : 0));
2456
2449
  return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
2457
2450
  "div",
2458
2451
  {
2459
2452
  role: "group",
2460
2453
  "aria-label": ariaLabel,
2461
- className: (0, import_design_system_foundation42.cn)(SegmentedControl_default.control, SegmentedControl_default[`--size_${size}`], className),
2454
+ className: (0, import_design_system_foundation42.cn)(SegmentedControl_default.control, SegmentedControl_default[`--size_${size}`], SegmentedControl_default[`--variant_${variant}`], className),
2462
2455
  style: {
2463
- "--control_count": options.length,
2464
- "--control_selected-index": Math.max(0, selectedIndex)
2456
+ "--control_count": validChildren.length,
2457
+ "--control_selected-index": activeIndex
2465
2458
  },
2466
2459
  children: [
2467
2460
  /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: SegmentedControl_default.thumb, "aria-hidden": "true" }),
2468
- options.map((option, index) => {
2469
- const id = `${baseId}-${index}`;
2470
- const isChecked = option.value === activeValue;
2471
- const isDisabled = disabled || option.disabled;
2472
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
2473
- "label",
2474
- {
2475
- htmlFor: id,
2476
- className: (0, import_design_system_foundation42.cn)(SegmentedControl_default.item, isChecked && SegmentedControl_default["--active"], isDisabled && SegmentedControl_default["--disabled"]),
2477
- children: [
2478
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2479
- "input",
2480
- {
2481
- ...rest,
2482
- type: "radio",
2483
- id,
2484
- name,
2485
- value: option.value,
2486
- checked: isChecked,
2487
- disabled: isDisabled,
2488
- className: SegmentedControl_default.radio,
2489
- onChange: () => handleChange(option.value)
2490
- }
2491
- ),
2492
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: SegmentedControl_default.label, children: option.label })
2493
- ]
2494
- },
2495
- option.value
2496
- );
2461
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: SegmentedControl_default.indicator, "aria-hidden": "true" }),
2462
+ validChildren.map((child, index) => {
2463
+ const isActive = index === activeIndex;
2464
+ const p = child.props;
2465
+ const isDisabled = disabled || !!p.disabled || p["aria-disabled"] === true;
2466
+ return (0, import_react20.cloneElement)(child, {
2467
+ key: child.key ?? index,
2468
+ className: (0, import_design_system_foundation42.cn)(
2469
+ SegmentedControl_default.item,
2470
+ isActive && SegmentedControl_default["--active"],
2471
+ isDisabled && SegmentedControl_default["--disabled"],
2472
+ p.className
2473
+ )
2474
+ });
2497
2475
  })
2498
2476
  ]
2499
2477
  }
@@ -2504,7 +2482,7 @@ function SegmentedControl({
2504
2482
  var import_react21 = require("react");
2505
2483
 
2506
2484
  // src/components/interaction/form/Select/Select.module.css
2507
- var Select_default = {"formGroup":"bds111Select-formGroup","selectWrapper":"bds111Select-selectWrapper","select":"bds111Select-select","selectError":"bds111Select-selectError","chevron":"bds111Select-chevron"};
2485
+ var Select_default = {"formGroup":"bds120Select-formGroup","selectWrapper":"bds120Select-selectWrapper","select":"bds120Select-select","selectError":"bds120Select-selectError","chevron":"bds120Select-chevron"};
2508
2486
 
2509
2487
  // src/components/interaction/form/Select/Select.tsx
2510
2488
  var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
@@ -2555,7 +2533,7 @@ function Select({
2555
2533
  var import_react22 = require("react");
2556
2534
 
2557
2535
  // src/components/interaction/form/Slider/Slider.module.css
2558
- var Slider_default = {"formGroup":"bds111Slider-formGroup","labelRow":"bds111Slider-labelRow","value":"bds111Slider-value","slider":"bds111Slider-slider","sliderError":"bds111Slider-sliderError"};
2536
+ var Slider_default = {"formGroup":"bds120Slider-formGroup","labelRow":"bds120Slider-labelRow","value":"bds120Slider-value","slider":"bds120Slider-slider","sliderError":"bds120Slider-sliderError"};
2559
2537
 
2560
2538
  // src/components/interaction/form/Slider/Slider.tsx
2561
2539
  var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
@@ -2617,7 +2595,7 @@ function Slider({
2617
2595
  var import_react23 = require("react");
2618
2596
 
2619
2597
  // src/components/interaction/form/Switch/Switch.module.css
2620
- var Switch_default = {"switchGroup":"bds111Switch-switchGroup","--size_small":"bds111Switch---size_small","--size_medium":"bds111Switch---size_medium","--size_large":"bds111Switch---size_large","inputWrapper":"bds111Switch-inputWrapper","trackWrapper":"bds111Switch-trackWrapper","switch":"bds111Switch-switch","track":"bds111Switch-track","thumb":"bds111Switch-thumb","switchError":"bds111Switch-switchError"};
2598
+ var Switch_default = {"switchGroup":"bds120Switch-switchGroup","--size_small":"bds120Switch---size_small","--size_medium":"bds120Switch---size_medium","--size_large":"bds120Switch---size_large","inputWrapper":"bds120Switch-inputWrapper","trackWrapper":"bds120Switch-trackWrapper","switch":"bds120Switch-switch","track":"bds120Switch-track","thumb":"bds120Switch-thumb","switchError":"bds120Switch-switchError"};
2621
2599
 
2622
2600
  // src/components/interaction/form/Switch/Switch.tsx
2623
2601
  var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
@@ -2665,7 +2643,7 @@ function Switch({
2665
2643
  var import_react24 = require("react");
2666
2644
 
2667
2645
  // src/components/interaction/form/Textarea/Textarea.module.css
2668
- var Textarea_default = {"formGroup":"bds111Textarea-formGroup","textarea":"bds111Textarea-textarea","textareaError":"bds111Textarea-textareaError"};
2646
+ var Textarea_default = {"formGroup":"bds120Textarea-formGroup","textarea":"bds120Textarea-textarea","textareaError":"bds120Textarea-textareaError"};
2669
2647
 
2670
2648
  // src/components/interaction/form/Textarea/Textarea.tsx
2671
2649
  var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
@@ -2704,7 +2682,7 @@ function Textarea({
2704
2682
  }
2705
2683
 
2706
2684
  // src/components/layout/ButtonGroup/ButtonGroup.module.css
2707
- var ButtonGroup_default = {"buttonGroup":"bds111ButtonGroup-buttonGroup","container":"bds111ButtonGroup-container","--variant_card":"bds111ButtonGroup---variant_card","--variant_flow":"bds111ButtonGroup---variant_flow","--variant_modal":"bds111ButtonGroup---variant_modal","--variant_content":"bds111ButtonGroup---variant_content","--variant_grid":"bds111ButtonGroup---variant_grid"};
2685
+ var ButtonGroup_default = {"buttonGroup":"bds120ButtonGroup-buttonGroup","container":"bds120ButtonGroup-container","--variant_card":"bds120ButtonGroup---variant_card","--variant_flow":"bds120ButtonGroup---variant_flow","--variant_modal":"bds120ButtonGroup---variant_modal","--variant_content":"bds120ButtonGroup---variant_content","--variant_grid":"bds120ButtonGroup---variant_grid"};
2708
2686
 
2709
2687
  // src/components/layout/ButtonGroup/ButtonGroup.tsx
2710
2688
  var import_design_system_foundation47 = require("@boostdev/design-system-foundation");
@@ -2722,7 +2700,7 @@ function ButtonGroup({ children, className, variant, "aria-label": ariaLabel })
2722
2700
  }
2723
2701
 
2724
2702
  // src/components/layout/Card/Card.module.css
2725
- var Card_default = {"card":"bds111Card-card","--default":"bds111Card---default","--elevated":"bds111Card---elevated","--outlined":"bds111Card---outlined","--clickable":"bds111Card---clickable","--padding-none":"bds111Card---padding-none","--padding-small":"bds111Card---padding-small","--padding-medium":"bds111Card---padding-medium","--padding-large":"bds111Card---padding-large","--text-start":"bds111Card---text-start","--text-center":"bds111Card---text-center","--text-end":"bds111Card---text-end"};
2703
+ var Card_default = {"card":"bds120Card-card","--default":"bds120Card---default","--elevated":"bds120Card---elevated","--outlined":"bds120Card---outlined","--clickable":"bds120Card---clickable","--padding-none":"bds120Card---padding-none","--padding-small":"bds120Card---padding-small","--padding-medium":"bds120Card---padding-medium","--padding-large":"bds120Card---padding-large","--text-start":"bds120Card---text-start","--text-center":"bds120Card---text-center","--text-end":"bds120Card---text-end"};
2726
2704
 
2727
2705
  // src/components/layout/Card/Card.tsx
2728
2706
  var import_design_system_foundation48 = require("@boostdev/design-system-foundation");
@@ -2760,7 +2738,7 @@ function Card({
2760
2738
  }
2761
2739
 
2762
2740
  // src/components/layout/SectionHeader/SectionHeader.module.css
2763
- var SectionHeader_default = {"sectionHeader":"bds111SectionHeader-sectionHeader","title":"bds111SectionHeader-title","subtitle":"bds111SectionHeader-subtitle","--start":"bds111SectionHeader---start","--center":"bds111SectionHeader---center","--end":"bds111SectionHeader---end","--small":"bds111SectionHeader---small","--medium":"bds111SectionHeader---medium","--large":"bds111SectionHeader---large"};
2741
+ var SectionHeader_default = {"sectionHeader":"bds120SectionHeader-sectionHeader","title":"bds120SectionHeader-title","subtitle":"bds120SectionHeader-subtitle","--start":"bds120SectionHeader---start","--center":"bds120SectionHeader---center","--end":"bds120SectionHeader---end","--small":"bds120SectionHeader---small","--medium":"bds120SectionHeader---medium","--large":"bds120SectionHeader---large"};
2764
2742
 
2765
2743
  // src/components/layout/SectionHeader/SectionHeader.tsx
2766
2744
  var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
@@ -2781,7 +2759,7 @@ function SectionHeader({
2781
2759
  }
2782
2760
 
2783
2761
  // src/components/layout/IconWrapper/IconWrapper.module.css
2784
- var IconWrapper_default = {"wrapper":"bds111IconWrapper-wrapper"};
2762
+ var IconWrapper_default = {"wrapper":"bds120IconWrapper-wrapper"};
2785
2763
 
2786
2764
  // src/components/layout/IconWrapper/IconWrapper.tsx
2787
2765
  var import_design_system_foundation50 = require("@boostdev/design-system-foundation");