@boostdev/design-system-components 2.4.2 → 2.5.1

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 (201) hide show
  1. package/AGENTS.md +4 -20
  2. package/README.md +3 -23
  3. package/dist/client.cjs +115 -61
  4. package/dist/client.css +537 -537
  5. package/dist/client.d.cts +11 -1
  6. package/dist/client.d.ts +11 -1
  7. package/dist/client.js +115 -61
  8. package/dist/index.cjs +115 -61
  9. package/dist/index.css +537 -537
  10. package/dist/index.d.cts +11 -1
  11. package/dist/index.d.ts +11 -1
  12. package/dist/index.js +115 -61
  13. package/dist/web-components/index.js +23 -3
  14. package/package.json +2 -10
  15. package/src/components/layout/Grid/Grid.mdx +20 -2
  16. package/src/components/layout/Grid/Grid.spec.tsx +194 -4
  17. package/src/components/layout/Grid/Grid.tsx +15 -1
  18. package/src/components/layout/Grid/masonry.ts +127 -9
  19. package/dist/native/index.cjs +0 -4337
  20. package/dist/native/index.d.cts +0 -574
  21. package/dist/native/index.d.ts +0 -574
  22. package/dist/native/index.js +0 -4421
  23. package/src/components/interaction/Button/Button.native.mdx +0 -91
  24. package/src/components/interaction/Button/Button.native.spec.tsx +0 -55
  25. package/src/components/interaction/Button/Button.native.stories.tsx +0 -141
  26. package/src/components/interaction/Button/Button.native.tsx +0 -105
  27. package/src/components/interaction/Dialog/Dialog.native.mdx +0 -61
  28. package/src/components/interaction/Dialog/Dialog.native.spec.tsx +0 -73
  29. package/src/components/interaction/Dialog/Dialog.native.stories.tsx +0 -53
  30. package/src/components/interaction/Dialog/Dialog.native.tsx +0 -128
  31. package/src/components/interaction/Drawer/Drawer.native.mdx +0 -58
  32. package/src/components/interaction/Drawer/Drawer.native.spec.tsx +0 -81
  33. package/src/components/interaction/Drawer/Drawer.native.stories.tsx +0 -33
  34. package/src/components/interaction/Drawer/Drawer.native.tsx +0 -175
  35. package/src/components/interaction/DropdownMenu/DropdownMenu.native.mdx +0 -74
  36. package/src/components/interaction/DropdownMenu/DropdownMenu.native.spec.tsx +0 -78
  37. package/src/components/interaction/DropdownMenu/DropdownMenu.native.stories.tsx +0 -51
  38. package/src/components/interaction/DropdownMenu/DropdownMenu.native.tsx +0 -254
  39. package/src/components/interaction/Popover/Popover.native.mdx +0 -61
  40. package/src/components/interaction/Popover/Popover.native.spec.tsx +0 -73
  41. package/src/components/interaction/Popover/Popover.native.stories.tsx +0 -44
  42. package/src/components/interaction/Popover/Popover.native.tsx +0 -87
  43. package/src/components/interaction/Rating/Rating.native.mdx +0 -55
  44. package/src/components/interaction/Rating/Rating.native.spec.tsx +0 -38
  45. package/src/components/interaction/Rating/Rating.native.stories.tsx +0 -37
  46. package/src/components/interaction/Rating/Rating.native.tsx +0 -50
  47. package/src/components/interaction/Toast/Toast.native.mdx +0 -81
  48. package/src/components/interaction/Toast/Toast.native.spec.tsx +0 -80
  49. package/src/components/interaction/Toast/Toast.native.stories.tsx +0 -47
  50. package/src/components/interaction/Toast/Toast.native.tsx +0 -202
  51. package/src/components/interaction/form/Checkbox/Checkbox.native.mdx +0 -74
  52. package/src/components/interaction/form/Checkbox/Checkbox.native.spec.tsx +0 -42
  53. package/src/components/interaction/form/Checkbox/Checkbox.native.stories.tsx +0 -34
  54. package/src/components/interaction/form/Checkbox/Checkbox.native.tsx +0 -80
  55. package/src/components/interaction/form/CheckboxGroup/CheckboxGroup.native.mdx +0 -78
  56. package/src/components/interaction/form/CheckboxGroup/CheckboxGroup.native.spec.tsx +0 -57
  57. package/src/components/interaction/form/CheckboxGroup/CheckboxGroup.native.stories.tsx +0 -96
  58. package/src/components/interaction/form/CheckboxGroup/CheckboxGroup.native.tsx +0 -61
  59. package/src/components/interaction/form/Combobox/Combobox.native.mdx +0 -86
  60. package/src/components/interaction/form/Combobox/Combobox.native.spec.tsx +0 -60
  61. package/src/components/interaction/form/Combobox/Combobox.native.stories.tsx +0 -99
  62. package/src/components/interaction/form/Combobox/Combobox.native.tsx +0 -211
  63. package/src/components/interaction/form/FileInput/FileInput.native.mdx +0 -86
  64. package/src/components/interaction/form/FileInput/FileInput.native.spec.tsx +0 -73
  65. package/src/components/interaction/form/FileInput/FileInput.native.stories.tsx +0 -69
  66. package/src/components/interaction/form/FileInput/FileInput.native.tsx +0 -129
  67. package/src/components/interaction/form/FormInput/FormInput.native.mdx +0 -81
  68. package/src/components/interaction/form/FormInput/FormInput.native.spec.tsx +0 -51
  69. package/src/components/interaction/form/FormInput/FormInput.native.stories.tsx +0 -54
  70. package/src/components/interaction/form/FormInput/FormInput.native.tsx +0 -122
  71. package/src/components/interaction/form/NumberInput/NumberInput.native.mdx +0 -87
  72. package/src/components/interaction/form/NumberInput/NumberInput.native.spec.tsx +0 -63
  73. package/src/components/interaction/form/NumberInput/NumberInput.native.stories.tsx +0 -63
  74. package/src/components/interaction/form/NumberInput/NumberInput.native.tsx +0 -198
  75. package/src/components/interaction/form/Radio/Radio.native.spec.tsx +0 -79
  76. package/src/components/interaction/form/Radio/Radio.native.stories.tsx +0 -44
  77. package/src/components/interaction/form/Radio/Radio.native.tsx +0 -79
  78. package/src/components/interaction/form/RadioGroup/RadioGroup.native.mdx +0 -79
  79. package/src/components/interaction/form/RadioGroup/RadioGroup.native.spec.tsx +0 -66
  80. package/src/components/interaction/form/RadioGroup/RadioGroup.native.stories.tsx +0 -96
  81. package/src/components/interaction/form/RadioGroup/RadioGroup.native.tsx +0 -61
  82. package/src/components/interaction/form/SegmentedControl/SegmentedControl.native.mdx +0 -78
  83. package/src/components/interaction/form/SegmentedControl/SegmentedControl.native.spec.tsx +0 -82
  84. package/src/components/interaction/form/SegmentedControl/SegmentedControl.native.stories.tsx +0 -99
  85. package/src/components/interaction/form/SegmentedControl/SegmentedControl.native.tsx +0 -121
  86. package/src/components/interaction/form/Select/Select.native.mdx +0 -85
  87. package/src/components/interaction/form/Select/Select.native.spec.tsx +0 -64
  88. package/src/components/interaction/form/Select/Select.native.stories.tsx +0 -75
  89. package/src/components/interaction/form/Select/Select.native.tsx +0 -252
  90. package/src/components/interaction/form/Slider/Slider.native.mdx +0 -83
  91. package/src/components/interaction/form/Slider/Slider.native.spec.tsx +0 -51
  92. package/src/components/interaction/form/Slider/Slider.native.stories.tsx +0 -58
  93. package/src/components/interaction/form/Slider/Slider.native.tsx +0 -188
  94. package/src/components/interaction/form/Switch/Switch.native.spec.tsx +0 -60
  95. package/src/components/interaction/form/Switch/Switch.native.stories.tsx +0 -33
  96. package/src/components/interaction/form/Switch/Switch.native.tsx +0 -59
  97. package/src/components/interaction/form/Textarea/Textarea.native.mdx +0 -76
  98. package/src/components/interaction/form/Textarea/Textarea.native.spec.tsx +0 -50
  99. package/src/components/interaction/form/Textarea/Textarea.native.stories.tsx +0 -50
  100. package/src/components/interaction/form/Textarea/Textarea.native.tsx +0 -108
  101. package/src/components/interaction/form/atoms/Label.native.spec.tsx +0 -39
  102. package/src/components/interaction/form/atoms/Label.native.stories.tsx +0 -18
  103. package/src/components/interaction/form/atoms/Label.native.tsx +0 -29
  104. package/src/components/interaction/form/atoms/Message.native.spec.tsx +0 -30
  105. package/src/components/interaction/form/atoms/Message.native.stories.tsx +0 -22
  106. package/src/components/interaction/form/atoms/Message.native.tsx +0 -34
  107. package/src/components/layout/ButtonGroup/ButtonGroup.native.spec.tsx +0 -83
  108. package/src/components/layout/ButtonGroup/ButtonGroup.native.stories.tsx +0 -44
  109. package/src/components/layout/ButtonGroup/ButtonGroup.native.tsx +0 -44
  110. package/src/components/layout/Card/Card.native.spec.tsx +0 -102
  111. package/src/components/layout/Card/Card.native.stories.tsx +0 -51
  112. package/src/components/layout/Card/Card.native.tsx +0 -89
  113. package/src/components/layout/IconWrapper/IconWrapper.native.spec.tsx +0 -39
  114. package/src/components/layout/IconWrapper/IconWrapper.native.stories.tsx +0 -37
  115. package/src/components/layout/IconWrapper/IconWrapper.native.tsx +0 -20
  116. package/src/components/layout/SectionHeader/SectionHeader.native.spec.tsx +0 -51
  117. package/src/components/layout/SectionHeader/SectionHeader.native.stories.tsx +0 -36
  118. package/src/components/layout/SectionHeader/SectionHeader.native.tsx +0 -79
  119. package/src/components/ui/Accordion/Accordion.native.mdx +0 -65
  120. package/src/components/ui/Accordion/Accordion.native.spec.tsx +0 -69
  121. package/src/components/ui/Accordion/Accordion.native.stories.tsx +0 -52
  122. package/src/components/ui/Accordion/Accordion.native.tsx +0 -141
  123. package/src/components/ui/Alert/Alert.native.mdx +0 -62
  124. package/src/components/ui/Alert/Alert.native.spec.tsx +0 -76
  125. package/src/components/ui/Alert/Alert.native.stories.tsx +0 -41
  126. package/src/components/ui/Alert/Alert.native.tsx +0 -94
  127. package/src/components/ui/Avatar/Avatar.native.mdx +0 -50
  128. package/src/components/ui/Avatar/Avatar.native.spec.tsx +0 -47
  129. package/src/components/ui/Avatar/Avatar.native.stories.tsx +0 -32
  130. package/src/components/ui/Avatar/Avatar.native.tsx +0 -85
  131. package/src/components/ui/Badge/Badge.native.mdx +0 -54
  132. package/src/components/ui/Badge/Badge.native.spec.tsx +0 -45
  133. package/src/components/ui/Badge/Badge.native.stories.tsx +0 -34
  134. package/src/components/ui/Badge/Badge.native.tsx +0 -50
  135. package/src/components/ui/Breadcrumb/Breadcrumb.native.mdx +0 -52
  136. package/src/components/ui/Breadcrumb/Breadcrumb.native.spec.tsx +0 -49
  137. package/src/components/ui/Breadcrumb/Breadcrumb.native.stories.tsx +0 -46
  138. package/src/components/ui/Breadcrumb/Breadcrumb.native.tsx +0 -83
  139. package/src/components/ui/Calendar/Calendar.native.mdx +0 -58
  140. package/src/components/ui/Calendar/Calendar.native.spec.tsx +0 -92
  141. package/src/components/ui/Calendar/Calendar.native.stories.tsx +0 -45
  142. package/src/components/ui/Calendar/Calendar.native.tsx +0 -294
  143. package/src/components/ui/Carousel/Carousel.native.mdx +0 -55
  144. package/src/components/ui/Carousel/Carousel.native.spec.tsx +0 -55
  145. package/src/components/ui/Carousel/Carousel.native.stories.tsx +0 -59
  146. package/src/components/ui/Carousel/Carousel.native.tsx +0 -184
  147. package/src/components/ui/Collapsible/Collapsible.native.mdx +0 -53
  148. package/src/components/ui/Collapsible/Collapsible.native.spec.tsx +0 -68
  149. package/src/components/ui/Collapsible/Collapsible.native.stories.tsx +0 -48
  150. package/src/components/ui/Collapsible/Collapsible.native.tsx +0 -139
  151. package/src/components/ui/DescriptionList/DescriptionList.native.mdx +0 -50
  152. package/src/components/ui/DescriptionList/DescriptionList.native.spec.tsx +0 -37
  153. package/src/components/ui/DescriptionList/DescriptionList.native.stories.tsx +0 -48
  154. package/src/components/ui/DescriptionList/DescriptionList.native.tsx +0 -54
  155. package/src/components/ui/Link/Link.native.mdx +0 -53
  156. package/src/components/ui/Link/Link.native.spec.tsx +0 -35
  157. package/src/components/ui/Link/Link.native.stories.tsx +0 -46
  158. package/src/components/ui/Link/Link.native.tsx +0 -48
  159. package/src/components/ui/Loading/Loading.native.spec.tsx +0 -24
  160. package/src/components/ui/Loading/Loading.native.stories.tsx +0 -31
  161. package/src/components/ui/Loading/Loading.native.tsx +0 -29
  162. package/src/components/ui/NotificationBanner/NotificationBanner.native.spec.tsx +0 -85
  163. package/src/components/ui/NotificationBanner/NotificationBanner.native.stories.tsx +0 -37
  164. package/src/components/ui/NotificationBanner/NotificationBanner.native.tsx +0 -76
  165. package/src/components/ui/Pagination/Pagination.native.mdx +0 -62
  166. package/src/components/ui/Pagination/Pagination.native.spec.tsx +0 -86
  167. package/src/components/ui/Pagination/Pagination.native.stories.tsx +0 -47
  168. package/src/components/ui/Pagination/Pagination.native.tsx +0 -157
  169. package/src/components/ui/Progress/Progress.native.spec.tsx +0 -56
  170. package/src/components/ui/Progress/Progress.native.stories.tsx +0 -34
  171. package/src/components/ui/Progress/Progress.native.tsx +0 -84
  172. package/src/components/ui/ProgressCircle/ProgressCircle.native.mdx +0 -63
  173. package/src/components/ui/ProgressCircle/ProgressCircle.native.spec.tsx +0 -39
  174. package/src/components/ui/ProgressCircle/ProgressCircle.native.stories.tsx +0 -36
  175. package/src/components/ui/ProgressCircle/ProgressCircle.native.tsx +0 -176
  176. package/src/components/ui/Separator/Separator.native.spec.tsx +0 -39
  177. package/src/components/ui/Separator/Separator.native.stories.tsx +0 -38
  178. package/src/components/ui/Separator/Separator.native.tsx +0 -32
  179. package/src/components/ui/Skeleton/Skeleton.native.spec.tsx +0 -39
  180. package/src/components/ui/Skeleton/Skeleton.native.stories.tsx +0 -31
  181. package/src/components/ui/Skeleton/Skeleton.native.tsx +0 -42
  182. package/src/components/ui/Table/Table.native.mdx +0 -72
  183. package/src/components/ui/Table/Table.native.spec.tsx +0 -83
  184. package/src/components/ui/Table/Table.native.stories.tsx +0 -55
  185. package/src/components/ui/Table/Table.native.tsx +0 -196
  186. package/src/components/ui/Tabs/Tabs.native.mdx +0 -65
  187. package/src/components/ui/Tabs/Tabs.native.spec.tsx +0 -65
  188. package/src/components/ui/Tabs/Tabs.native.stories.tsx +0 -57
  189. package/src/components/ui/Tabs/Tabs.native.tsx +0 -133
  190. package/src/components/ui/Tooltip/Tooltip.native.mdx +0 -47
  191. package/src/components/ui/Tooltip/Tooltip.native.spec.tsx +0 -37
  192. package/src/components/ui/Tooltip/Tooltip.native.stories.tsx +0 -38
  193. package/src/components/ui/Tooltip/Tooltip.native.tsx +0 -57
  194. package/src/components/ui/Typography/Typography.native.mdx +0 -56
  195. package/src/components/ui/Typography/Typography.native.spec.tsx +0 -49
  196. package/src/components/ui/Typography/Typography.native.stories.tsx +0 -36
  197. package/src/components/ui/Typography/Typography.native.tsx +0 -65
  198. package/src/native/ThemeContext.tsx +0 -28
  199. package/src/native/tokens.ts +0 -13
  200. package/src/native.ts +0 -76
  201. package/src/stories/ReactNative.mdx +0 -156
package/dist/index.cjs CHANGED
@@ -90,7 +90,7 @@ module.exports = __toCommonJS(index_exports);
90
90
  var import_react = require("react");
91
91
 
92
92
  // src/components/ui/Accordion/Accordion.module.css
93
- var Accordion_default = {"component":"bds242Accordion-component","accordion":"bds242Accordion-accordion","item":"bds242Accordion-item","heading":"bds242Accordion-heading","trigger":"bds242Accordion-trigger","triggerLabel":"bds242Accordion-triggerLabel","chevron":"bds242Accordion-chevron","--open":"bds242Accordion---open","panel":"bds242Accordion-panel","panelContent":"bds242Accordion-panelContent"};
93
+ var Accordion_default = {"component":"bds251Accordion-component","accordion":"bds251Accordion-accordion","item":"bds251Accordion-item","heading":"bds251Accordion-heading","trigger":"bds251Accordion-trigger","triggerLabel":"bds251Accordion-triggerLabel","chevron":"bds251Accordion-chevron","--open":"bds251Accordion---open","panel":"bds251Accordion-panel","panelContent":"bds251Accordion-panelContent"};
94
94
 
95
95
  // src/components/ui/Accordion/Accordion.tsx
96
96
  var import_design_system_foundation = require("@boostdev/design-system-foundation");
@@ -159,7 +159,7 @@ function Accordion({
159
159
  }
160
160
 
161
161
  // src/components/ui/Alert/Alert.module.css
162
- var Alert_default = {"component":"bds242Alert-component","alert":"bds242Alert-alert","--variant_info":"bds242Alert---variant_info","--variant_success":"bds242Alert---variant_success","--variant_warning":"bds242Alert---variant_warning","--variant_error":"bds242Alert---variant_error","icon":"bds242Alert-icon","content":"bds242Alert-content","title":"bds242Alert-title","dismiss":"bds242Alert-dismiss"};
162
+ var Alert_default = {"component":"bds251Alert-component","alert":"bds251Alert-alert","--variant_info":"bds251Alert---variant_info","--variant_success":"bds251Alert---variant_success","--variant_warning":"bds251Alert---variant_warning","--variant_error":"bds251Alert---variant_error","icon":"bds251Alert-icon","content":"bds251Alert-content","title":"bds251Alert-title","dismiss":"bds251Alert-dismiss"};
163
163
 
164
164
  // src/components/ui/Alert/Alert.tsx
165
165
  var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
@@ -204,7 +204,7 @@ function Alert({
204
204
  }
205
205
 
206
206
  // src/components/ui/Avatar/Avatar.module.css
207
- var Avatar_default = {"component":"bds242Avatar-component","avatar":"bds242Avatar-avatar","--fallback":"bds242Avatar---fallback","--size_small":"bds242Avatar---size_small","--size_medium":"bds242Avatar---size_medium","--size_large":"bds242Avatar---size_large","image":"bds242Avatar-image","initials":"bds242Avatar-initials"};
207
+ var Avatar_default = {"component":"bds251Avatar-component","avatar":"bds251Avatar-avatar","--fallback":"bds251Avatar---fallback","--size_small":"bds251Avatar---size_small","--size_medium":"bds251Avatar---size_medium","--size_large":"bds251Avatar---size_large","image":"bds251Avatar-image","initials":"bds251Avatar-initials"};
208
208
 
209
209
  // src/components/ui/Avatar/Avatar.tsx
210
210
  var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
@@ -231,7 +231,7 @@ function Avatar({ src, alt, name, size = "medium", className, ...rest }) {
231
231
  }
232
232
 
233
233
  // src/components/ui/Badge/Badge.module.css
234
- var Badge_default = {"component":"bds242Badge-component","badge":"bds242Badge-badge","--variant_primary":"bds242Badge---variant_primary","--variant_secondary":"bds242Badge---variant_secondary","--variant_success":"bds242Badge---variant_success","--variant_error":"bds242Badge---variant_error","--variant_warning":"bds242Badge---variant_warning"};
234
+ var Badge_default = {"component":"bds251Badge-component","badge":"bds251Badge-badge","--variant_primary":"bds251Badge---variant_primary","--variant_secondary":"bds251Badge---variant_secondary","--variant_success":"bds251Badge---variant_success","--variant_error":"bds251Badge---variant_error","--variant_warning":"bds251Badge---variant_warning"};
235
235
 
236
236
  // src/components/ui/Badge/Badge.tsx
237
237
  var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
@@ -241,7 +241,7 @@ function Badge({ children, variant = "primary", className, ...rest }) {
241
241
  }
242
242
 
243
243
  // src/components/ui/Breadcrumb/Breadcrumb.module.css
244
- var Breadcrumb_default = {"component":"bds242Breadcrumb-component","breadcrumb":"bds242Breadcrumb-breadcrumb","list":"bds242Breadcrumb-list","item":"bds242Breadcrumb-item","link":"bds242Breadcrumb-link","separator":"bds242Breadcrumb-separator","current":"bds242Breadcrumb-current"};
244
+ var Breadcrumb_default = {"component":"bds251Breadcrumb-component","breadcrumb":"bds251Breadcrumb-breadcrumb","list":"bds251Breadcrumb-list","item":"bds251Breadcrumb-item","link":"bds251Breadcrumb-link","separator":"bds251Breadcrumb-separator","current":"bds251Breadcrumb-current"};
245
245
 
246
246
  // src/components/ui/Breadcrumb/Breadcrumb.tsx
247
247
  var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
@@ -257,7 +257,7 @@ function Breadcrumb({ items, className, ...rest }) {
257
257
  }
258
258
 
259
259
  // src/components/ui/Collapsible/Collapsible.module.css
260
- var Collapsible_default = {"component":"bds242Collapsible-component","collapsible":"bds242Collapsible-collapsible","summary":"bds242Collapsible-summary","summaryContent":"bds242Collapsible-summaryContent","icon":"bds242Collapsible-icon","content":"bds242Collapsible-content"};
260
+ var Collapsible_default = {"component":"bds251Collapsible-component","collapsible":"bds251Collapsible-collapsible","summary":"bds251Collapsible-summary","summaryContent":"bds251Collapsible-summaryContent","icon":"bds251Collapsible-icon","content":"bds251Collapsible-content"};
261
261
 
262
262
  // src/components/ui/Collapsible/Collapsible.tsx
263
263
  var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
@@ -298,7 +298,7 @@ function Collapsible({
298
298
  var import_react2 = require("react");
299
299
 
300
300
  // src/components/ui/Calendar/Calendar.module.css
301
- var Calendar_default = {"component":"bds242Calendar-component","calendar":"bds242Calendar-calendar","header":"bds242Calendar-header","monthYear":"bds242Calendar-monthYear","navBtn":"bds242Calendar-navBtn","grid":"bds242Calendar-grid","weekday":"bds242Calendar-weekday","empty":"bds242Calendar-empty","day":"bds242Calendar-day","disabled":"bds242Calendar-disabled","selected":"bds242Calendar-selected","today":"bds242Calendar-today"};
301
+ var Calendar_default = {"component":"bds251Calendar-component","calendar":"bds251Calendar-calendar","header":"bds251Calendar-header","monthYear":"bds251Calendar-monthYear","navBtn":"bds251Calendar-navBtn","grid":"bds251Calendar-grid","weekday":"bds251Calendar-weekday","empty":"bds251Calendar-empty","day":"bds251Calendar-day","disabled":"bds251Calendar-disabled","selected":"bds251Calendar-selected","today":"bds251Calendar-today"};
302
302
 
303
303
  // src/components/ui/Calendar/Calendar.tsx
304
304
  var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
@@ -473,7 +473,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className, ...rest
473
473
  var import_react3 = require("react");
474
474
 
475
475
  // src/components/ui/Carousel/Carousel.module.css
476
- var Carousel_default = {"component":"bds242Carousel-component","carousel":"bds242Carousel-carousel","track":"bds242Carousel-track","slide":"bds242Carousel-slide","navBtn":"bds242Carousel-navBtn"};
476
+ var Carousel_default = {"component":"bds251Carousel-component","carousel":"bds251Carousel-carousel","track":"bds251Carousel-track","slide":"bds251Carousel-slide","navBtn":"bds251Carousel-navBtn"};
477
477
 
478
478
  // src/components/ui/Carousel/Carousel.tsx
479
479
  var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
@@ -526,7 +526,7 @@ function Carousel({ items, label, className, ...rest }) {
526
526
  }
527
527
 
528
528
  // src/components/ui/DescriptionList/DescriptionList.module.css
529
- var DescriptionList_default = {"component":"bds242DescriptionList-component","list":"bds242DescriptionList-list","group":"bds242DescriptionList-group","term":"bds242DescriptionList-term","details":"bds242DescriptionList-details","--layout_inline":"bds242DescriptionList---layout_inline"};
529
+ var DescriptionList_default = {"component":"bds251DescriptionList-component","list":"bds251DescriptionList-list","group":"bds251DescriptionList-group","term":"bds251DescriptionList-term","details":"bds251DescriptionList-details","--layout_inline":"bds251DescriptionList---layout_inline"};
530
530
 
531
531
  // src/components/ui/DescriptionList/DescriptionList.tsx
532
532
  var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
@@ -539,7 +539,7 @@ function DescriptionList({ items, layout = "stacked", className, ...rest }) {
539
539
  }
540
540
 
541
541
  // src/components/ui/Link/Link.module.css
542
- var Link_default = {"component":"bds242Link-component","link":"bds242Link-link","--variant_default":"bds242Link---variant_default","--variant_subtle":"bds242Link---variant_subtle","--variant_standalone":"bds242Link---variant_standalone","externalLabel":"bds242Link-externalLabel"};
542
+ var Link_default = {"component":"bds251Link-component","link":"bds251Link-link","--variant_default":"bds251Link---variant_default","--variant_subtle":"bds251Link---variant_subtle","--variant_standalone":"bds251Link---variant_standalone","externalLabel":"bds251Link-externalLabel"};
543
543
 
544
544
  // src/components/ui/Link/Link.tsx
545
545
  var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
@@ -570,7 +570,7 @@ function Link({
570
570
  }
571
571
 
572
572
  // src/components/ui/Loading/Loading.module.css
573
- var Loading_default = {"component":"bds242Loading-component","loading":"bds242Loading-loading","spinner":"bds242Loading-spinner","--size_small":"bds242Loading---size_small","--size_large":"bds242Loading---size_large"};
573
+ var Loading_default = {"component":"bds251Loading-component","loading":"bds251Loading-loading","spinner":"bds251Loading-spinner","--size_small":"bds251Loading---size_small","--size_large":"bds251Loading---size_large"};
574
574
 
575
575
  // src/components/ui/Loading/Loading.tsx
576
576
  var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
@@ -580,7 +580,7 @@ function Loading({ size = "medium", className, ...rest }) {
580
580
  }
581
581
 
582
582
  // src/components/ui/NotificationBanner/NotificationBanner.module.css
583
- var NotificationBanner_default = {"component":"bds242NotificationBanner-component","banner":"bds242NotificationBanner-banner","--variant_info":"bds242NotificationBanner---variant_info","--variant_success":"bds242NotificationBanner---variant_success","--variant_warning":"bds242NotificationBanner---variant_warning","--variant_error":"bds242NotificationBanner---variant_error","content":"bds242NotificationBanner-content","action":"bds242NotificationBanner-action","dismiss":"bds242NotificationBanner-dismiss"};
583
+ var NotificationBanner_default = {"component":"bds251NotificationBanner-component","banner":"bds251NotificationBanner-banner","--variant_info":"bds251NotificationBanner---variant_info","--variant_success":"bds251NotificationBanner---variant_success","--variant_warning":"bds251NotificationBanner---variant_warning","--variant_error":"bds251NotificationBanner---variant_error","content":"bds251NotificationBanner-content","action":"bds251NotificationBanner-action","dismiss":"bds251NotificationBanner-dismiss"};
584
584
 
585
585
  // src/components/ui/NotificationBanner/NotificationBanner.tsx
586
586
  var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
@@ -621,7 +621,7 @@ function NotificationBanner({
621
621
  }
622
622
 
623
623
  // src/components/ui/Pagination/Pagination.module.css
624
- var Pagination_default = {"component":"bds242Pagination-component","pagination":"bds242Pagination-pagination","list":"bds242Pagination-list","button":"bds242Pagination-button","--active":"bds242Pagination---active","--nav":"bds242Pagination---nav","ellipsis":"bds242Pagination-ellipsis"};
624
+ var Pagination_default = {"component":"bds251Pagination-component","pagination":"bds251Pagination-pagination","list":"bds251Pagination-list","button":"bds251Pagination-button","--active":"bds251Pagination---active","--nav":"bds251Pagination---nav","ellipsis":"bds251Pagination-ellipsis"};
625
625
 
626
626
  // src/components/ui/Pagination/Pagination.tsx
627
627
  var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
@@ -686,7 +686,7 @@ function Pagination({
686
686
  }
687
687
 
688
688
  // src/components/ui/Progress/Progress.module.css
689
- var Progress_default = {"component":"bds242Progress-component","container":"bds242Progress-container","labelRow":"bds242Progress-labelRow","value":"bds242Progress-value","track":"bds242Progress-track","--size_small":"bds242Progress---size_small","--size_medium":"bds242Progress---size_medium","--size_large":"bds242Progress---size_large","fill":"bds242Progress-fill"};
689
+ var Progress_default = {"component":"bds251Progress-component","container":"bds251Progress-container","labelRow":"bds251Progress-labelRow","value":"bds251Progress-value","track":"bds251Progress-track","--size_small":"bds251Progress---size_small","--size_medium":"bds251Progress---size_medium","--size_large":"bds251Progress---size_large","fill":"bds251Progress-fill"};
690
690
 
691
691
  // src/components/ui/Progress/Progress.tsx
692
692
  var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
@@ -725,7 +725,7 @@ function Progress({
725
725
  }
726
726
 
727
727
  // src/components/ui/ProgressCircle/ProgressCircle.module.css
728
- var ProgressCircle_default = {"component":"bds242ProgressCircle-component","wrapper":"bds242ProgressCircle-wrapper","svg":"bds242ProgressCircle-svg","track":"bds242ProgressCircle-track","fill":"bds242ProgressCircle-fill","value":"bds242ProgressCircle-value","--size_small":"bds242ProgressCircle---size_small","--size_medium":"bds242ProgressCircle---size_medium","--size_large":"bds242ProgressCircle---size_large"};
728
+ var ProgressCircle_default = {"component":"bds251ProgressCircle-component","wrapper":"bds251ProgressCircle-wrapper","svg":"bds251ProgressCircle-svg","track":"bds251ProgressCircle-track","fill":"bds251ProgressCircle-fill","value":"bds251ProgressCircle-value","--size_small":"bds251ProgressCircle---size_small","--size_medium":"bds251ProgressCircle---size_medium","--size_large":"bds251ProgressCircle---size_large"};
729
729
 
730
730
  // src/components/ui/ProgressCircle/ProgressCircle.tsx
731
731
  var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
@@ -806,7 +806,7 @@ function ProgressCircle({
806
806
  }
807
807
 
808
808
  // src/components/ui/Separator/Separator.module.css
809
- var Separator_default = {"component":"bds242Separator-component","separator":"bds242Separator-separator","--horizontal":"bds242Separator---horizontal","--vertical":"bds242Separator---vertical"};
809
+ var Separator_default = {"component":"bds251Separator-component","separator":"bds251Separator-separator","--horizontal":"bds251Separator---horizontal","--vertical":"bds251Separator---vertical"};
810
810
 
811
811
  // src/components/ui/Separator/Separator.tsx
812
812
  var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
@@ -830,7 +830,7 @@ function Separator({ orientation = "horizontal", className, ...rest }) {
830
830
  var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
831
831
 
832
832
  // src/components/ui/Skeleton/Skeleton.module.css
833
- var Skeleton_default = {"component":"bds242Skeleton-component","skeleton":"bds242Skeleton-skeleton"};
833
+ var Skeleton_default = {"component":"bds251Skeleton-component","skeleton":"bds251Skeleton-skeleton"};
834
834
 
835
835
  // src/components/ui/Skeleton/Skeleton.tsx
836
836
  var import_jsx_runtime17 = require("react/jsx-runtime");
@@ -839,7 +839,7 @@ function Skeleton({ className, ...rest }) {
839
839
  }
840
840
 
841
841
  // src/components/ui/SkipLink/SkipLink.module.css
842
- var SkipLink_default = {"component":"bds242SkipLink-component","skipLink":"bds242SkipLink-skipLink"};
842
+ var SkipLink_default = {"component":"bds251SkipLink-component","skipLink":"bds251SkipLink-skipLink"};
843
843
 
844
844
  // src/components/ui/SkipLink/SkipLink.tsx
845
845
  var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
@@ -849,7 +849,7 @@ function SkipLink({ href = "#main", children = "Skip to main content", className
849
849
  }
850
850
 
851
851
  // src/components/ui/Table/Table.module.css
852
- var Table_default = {"component":"bds242Table-component","wrapper":"bds242Table-wrapper","table":"bds242Table-table","caption":"bds242Table-caption","thead":"bds242Table-thead","th":"bds242Table-th","--sortable":"bds242Table---sortable","sortButton":"bds242Table-sortButton","sortIcon":"bds242Table-sortIcon","--sort-active":"bds242Table---sort-active","--sort-desc":"bds242Table---sort-desc","tbody":"bds242Table-tbody","tr":"bds242Table-tr","td":"bds242Table-td"};
852
+ var Table_default = {"component":"bds251Table-component","wrapper":"bds251Table-wrapper","table":"bds251Table-table","caption":"bds251Table-caption","thead":"bds251Table-thead","th":"bds251Table-th","--sortable":"bds251Table---sortable","sortButton":"bds251Table-sortButton","sortIcon":"bds251Table-sortIcon","--sort-active":"bds251Table---sort-active","--sort-desc":"bds251Table---sort-desc","tbody":"bds251Table-tbody","tr":"bds251Table-tr","td":"bds251Table-td"};
853
853
 
854
854
  // src/components/ui/Table/Table.tsx
855
855
  var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
@@ -919,7 +919,7 @@ function Table({
919
919
  var import_react4 = require("react");
920
920
 
921
921
  // src/components/ui/Tabs/Tabs.module.css
922
- var Tabs_default = {"component":"bds242Tabs-component","tabs":"bds242Tabs-tabs","tabList":"bds242Tabs-tabList","tab":"bds242Tabs-tab","--active":"bds242Tabs---active","panel":"bds242Tabs-panel"};
922
+ var Tabs_default = {"component":"bds251Tabs-component","tabs":"bds251Tabs-tabs","tabList":"bds251Tabs-tabList","tab":"bds251Tabs-tab","--active":"bds251Tabs---active","panel":"bds251Tabs-panel"};
923
923
 
924
924
  // src/components/ui/Tabs/Tabs.tsx
925
925
  var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
@@ -999,7 +999,7 @@ function Tabs({ tabs, defaultTab, className, ...rest }) {
999
999
  var import_react5 = require("react");
1000
1000
 
1001
1001
  // src/components/ui/Tooltip/Tooltip.module.css
1002
- var Tooltip_default = {"component":"bds242Tooltip-component","wrapper":"bds242Tooltip-wrapper","tooltip":"bds242Tooltip-tooltip","--placement_top":"bds242Tooltip---placement_top","--placement_bottom":"bds242Tooltip---placement_bottom","--placement_left":"bds242Tooltip---placement_left","--placement_right":"bds242Tooltip---placement_right"};
1002
+ var Tooltip_default = {"component":"bds251Tooltip-component","wrapper":"bds251Tooltip-wrapper","tooltip":"bds251Tooltip-tooltip","--placement_top":"bds251Tooltip---placement_top","--placement_bottom":"bds251Tooltip---placement_bottom","--placement_left":"bds251Tooltip---placement_left","--placement_right":"bds251Tooltip---placement_right"};
1003
1003
 
1004
1004
  // src/components/ui/Tooltip/Tooltip.tsx
1005
1005
  var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
@@ -1043,7 +1043,7 @@ function Tooltip({
1043
1043
  }
1044
1044
 
1045
1045
  // src/components/ui/Typography/Typography.module.css
1046
- var Typography_default = {"component":"bds242Typography-component","typography":"bds242Typography-typography","--h1":"bds242Typography---h1","--h2":"bds242Typography---h2","--h3":"bds242Typography---h3","--body":"bds242Typography---body","--body_s":"bds242Typography---body_s"};
1046
+ var Typography_default = {"component":"bds251Typography-component","typography":"bds251Typography-typography","--h1":"bds251Typography---h1","--h2":"bds251Typography---h2","--h3":"bds251Typography---h3","--body":"bds251Typography---body","--body_s":"bds251Typography---body_s"};
1047
1047
 
1048
1048
  // src/components/ui/Typography/Typography.tsx
1049
1049
  var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
@@ -1061,7 +1061,7 @@ function Typography({ variant = "body", component, children, className, ...rest
1061
1061
  }
1062
1062
 
1063
1063
  // src/components/interaction/Button/Button.module.css
1064
- var Button_default = {"component":"bds242Button-component","button":"bds242Button-button","--default":"bds242Button---default","--outline":"bds242Button---outline","--ghost":"bds242Button---ghost","--size_small":"bds242Button---size_small","--size_medium":"bds242Button---size_medium","--size_large":"bds242Button---size_large","--hasPulse":"bds242Button---hasPulse","iconStart":"bds242Button-iconStart","iconEnd":"bds242Button-iconEnd","--iconOnly":"bds242Button---iconOnly"};
1064
+ var Button_default = {"component":"bds251Button-component","button":"bds251Button-button","--default":"bds251Button---default","--outline":"bds251Button---outline","--ghost":"bds251Button---ghost","--size_small":"bds251Button---size_small","--size_medium":"bds251Button---size_medium","--size_large":"bds251Button---size_large","--hasPulse":"bds251Button---hasPulse","iconStart":"bds251Button-iconStart","iconEnd":"bds251Button-iconEnd","--iconOnly":"bds251Button---iconOnly"};
1065
1065
 
1066
1066
  // src/components/interaction/Button/Button.tsx
1067
1067
  var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
@@ -1178,7 +1178,7 @@ function installInvokerCommandsPolyfill() {
1178
1178
  }
1179
1179
 
1180
1180
  // src/components/interaction/Command/Command.module.css
1181
- var Command_default = {"component":"bds242Command-component","dialog":"bds242Command-dialog","palette":"bds242Command-palette","searchRow":"bds242Command-searchRow","searchIcon":"bds242Command-searchIcon","search":"bds242Command-search","escHint":"bds242Command-escHint","list":"bds242Command-list","groupList":"bds242Command-groupList","group":"bds242Command-group","item":"bds242Command-item","itemActive":"bds242Command-itemActive","itemLabel":"bds242Command-itemLabel","itemDesc":"bds242Command-itemDesc","shortcut":"bds242Command-shortcut","empty":"bds242Command-empty"};
1181
+ var Command_default = {"component":"bds251Command-component","dialog":"bds251Command-dialog","palette":"bds251Command-palette","searchRow":"bds251Command-searchRow","searchIcon":"bds251Command-searchIcon","search":"bds251Command-search","escHint":"bds251Command-escHint","list":"bds251Command-list","groupList":"bds251Command-groupList","group":"bds251Command-group","item":"bds251Command-item","itemActive":"bds251Command-itemActive","itemLabel":"bds251Command-itemLabel","itemDesc":"bds251Command-itemDesc","shortcut":"bds251Command-shortcut","empty":"bds251Command-empty"};
1182
1182
 
1183
1183
  // src/components/interaction/Command/Command.tsx
1184
1184
  var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
@@ -1355,7 +1355,7 @@ function Command({
1355
1355
  var import_react7 = require("react");
1356
1356
 
1357
1357
  // src/components/interaction/Dialog/Dialog.module.css
1358
- var Dialog_default = {"component":"bds242Dialog-component","dialog":"bds242Dialog-dialog","dialogContent":"bds242Dialog-dialogContent","closeButton":"bds242Dialog-closeButton"};
1358
+ var Dialog_default = {"component":"bds251Dialog-component","dialog":"bds251Dialog-dialog","dialogContent":"bds251Dialog-dialogContent","closeButton":"bds251Dialog-closeButton"};
1359
1359
 
1360
1360
  // src/components/interaction/Dialog/Dialog.tsx
1361
1361
  var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
@@ -1461,7 +1461,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
1461
1461
  var import_react8 = require("react");
1462
1462
 
1463
1463
  // src/components/interaction/Drawer/Drawer.module.css
1464
- var Drawer_default = {"component":"bds242Drawer-component","drawer":"bds242Drawer-drawer","--side_left":"bds242Drawer---side_left","header":"bds242Drawer-header","closeButton":"bds242Drawer-closeButton","body":"bds242Drawer-body"};
1464
+ var Drawer_default = {"component":"bds251Drawer-component","drawer":"bds251Drawer-drawer","--side_left":"bds251Drawer---side_left","header":"bds251Drawer-header","closeButton":"bds251Drawer-closeButton","body":"bds251Drawer-body"};
1465
1465
 
1466
1466
  // src/components/interaction/Drawer/Drawer.tsx
1467
1467
  var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
@@ -1562,7 +1562,7 @@ function Drawer({
1562
1562
  var import_react9 = require("react");
1563
1563
 
1564
1564
  // src/components/interaction/DropdownMenu/DropdownMenu.module.css
1565
- var DropdownMenu_default = {"component":"bds242DropdownMenu-component","wrapper":"bds242DropdownMenu-wrapper","menu":"bds242DropdownMenu-menu","--placement_bottom-start":"bds242DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds242DropdownMenu---placement_bottom-end","separator":"bds242DropdownMenu-separator","item":"bds242DropdownMenu-item","icon":"bds242DropdownMenu-icon"};
1565
+ var DropdownMenu_default = {"component":"bds251DropdownMenu-component","wrapper":"bds251DropdownMenu-wrapper","menu":"bds251DropdownMenu-menu","--placement_bottom-start":"bds251DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds251DropdownMenu---placement_bottom-end","separator":"bds251DropdownMenu-separator","item":"bds251DropdownMenu-item","icon":"bds251DropdownMenu-icon"};
1566
1566
 
1567
1567
  // src/components/interaction/DropdownMenu/DropdownMenu.tsx
1568
1568
  var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
@@ -1676,7 +1676,7 @@ function DropdownMenu({
1676
1676
  var import_react10 = require("react");
1677
1677
 
1678
1678
  // src/components/interaction/Popover/Popover.module.css
1679
- var Popover_default = {"component":"bds242Popover-component","wrapper":"bds242Popover-wrapper","panel":"bds242Popover-panel","g":"bds242Popover-g"};
1679
+ var Popover_default = {"component":"bds251Popover-component","wrapper":"bds251Popover-wrapper","panel":"bds251Popover-panel","g":"bds251Popover-g"};
1680
1680
 
1681
1681
  // src/components/interaction/Popover/Popover.tsx
1682
1682
  var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
@@ -1761,7 +1761,7 @@ function Popover({
1761
1761
  }
1762
1762
 
1763
1763
  // src/components/interaction/Rating/Rating.module.css
1764
- var Rating_default = {"component":"bds242Rating-component","rating":"bds242Rating-rating","star":"bds242Rating-star","--filled":"bds242Rating---filled"};
1764
+ var Rating_default = {"component":"bds251Rating-component","rating":"bds251Rating-rating","star":"bds251Rating-star","--filled":"bds251Rating---filled"};
1765
1765
 
1766
1766
  // src/components/interaction/Rating/Rating.tsx
1767
1767
  var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
@@ -1793,7 +1793,7 @@ function Rating({ value, max = 5, className, ...rest }) {
1793
1793
  var import_react11 = require("react");
1794
1794
 
1795
1795
  // src/components/interaction/Toast/Toast.module.css
1796
- var Toast_default = {"component":"bds242Toast-component","toastContainer":"bds242Toast-toastContainer","toast":"bds242Toast-toast","--variant_success":"bds242Toast---variant_success","--variant_warning":"bds242Toast---variant_warning","--variant_info":"bds242Toast---variant_info","--variant_error":"bds242Toast---variant_error","message":"bds242Toast-message","closeButton":"bds242Toast-closeButton"};
1796
+ var Toast_default = {"component":"bds251Toast-component","toastContainer":"bds251Toast-toastContainer","toast":"bds251Toast-toast","--variant_success":"bds251Toast---variant_success","--variant_warning":"bds251Toast---variant_warning","--variant_info":"bds251Toast---variant_info","--variant_error":"bds251Toast---variant_error","message":"bds251Toast-message","closeButton":"bds251Toast-closeButton"};
1797
1797
 
1798
1798
  // src/components/interaction/Toast/Toast.tsx
1799
1799
  var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
@@ -1871,10 +1871,10 @@ function useToast() {
1871
1871
  var import_react12 = require("react");
1872
1872
 
1873
1873
  // src/components/interaction/form/Checkbox/Checkbox.module.css
1874
- var Checkbox_default = {"component":"bds242Checkbox-component","checkboxGroup":"bds242Checkbox-checkboxGroup","inputWrapper":"bds242Checkbox-inputWrapper","checkbox":"bds242Checkbox-checkbox","checkboxError":"bds242Checkbox-checkboxError"};
1874
+ var Checkbox_default = {"component":"bds251Checkbox-component","checkboxGroup":"bds251Checkbox-checkboxGroup","inputWrapper":"bds251Checkbox-inputWrapper","checkbox":"bds251Checkbox-checkbox","checkboxError":"bds251Checkbox-checkboxError"};
1875
1875
 
1876
1876
  // src/components/interaction/form/atoms/Message.module.css
1877
- var Message_default = {"component":"bds242Message-component","error":"bds242Message-error","hint":"bds242Message-hint"};
1877
+ var Message_default = {"component":"bds251Message-component","error":"bds251Message-error","hint":"bds251Message-hint"};
1878
1878
 
1879
1879
  // src/components/interaction/form/atoms/Message.tsx
1880
1880
  var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
@@ -1885,7 +1885,7 @@ var Message = ({ message, type, inputId, className }) => {
1885
1885
  };
1886
1886
 
1887
1887
  // src/components/interaction/form/atoms/Label.module.css
1888
- var Label_default = {"component":"bds242Label-component","label":"bds242Label-label"};
1888
+ var Label_default = {"component":"bds251Label-component","label":"bds251Label-label"};
1889
1889
 
1890
1890
  // src/components/interaction/form/atoms/Label.tsx
1891
1891
  var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
@@ -1898,7 +1898,7 @@ var Label = ({ label, id, className }) => {
1898
1898
  var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
1899
1899
 
1900
1900
  // src/components/interaction/form/atoms/InputContainer.module.css
1901
- var InputContainer_default = {"component":"bds242InputContainer-component","container":"bds242InputContainer-container"};
1901
+ var InputContainer_default = {"component":"bds251InputContainer-component","container":"bds251InputContainer-container"};
1902
1902
 
1903
1903
  // src/components/interaction/form/atoms/InputContainer.tsx
1904
1904
  var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
@@ -1939,7 +1939,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
1939
1939
  var import_react13 = require("react");
1940
1940
 
1941
1941
  // src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
1942
- var CheckboxGroup_default = {"component":"bds242CheckboxGroup-component","group":"bds242CheckboxGroup-group","legend":"bds242CheckboxGroup-legend","required":"bds242CheckboxGroup-required","items":"bds242CheckboxGroup-items"};
1942
+ var CheckboxGroup_default = {"component":"bds251CheckboxGroup-component","group":"bds251CheckboxGroup-group","legend":"bds251CheckboxGroup-legend","required":"bds251CheckboxGroup-required","items":"bds251CheckboxGroup-items"};
1943
1943
 
1944
1944
  // src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
1945
1945
  var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
@@ -1981,7 +1981,7 @@ function CheckboxGroup({
1981
1981
  var import_react14 = require("react");
1982
1982
 
1983
1983
  // src/components/interaction/form/Combobox/Combobox.module.css
1984
- var Combobox_default = {"component":"bds242Combobox-component","formGroup":"bds242Combobox-formGroup","inputWrapper":"bds242Combobox-inputWrapper","input":"bds242Combobox-input","inputError":"bds242Combobox-inputError","chevron":"bds242Combobox-chevron","listbox":"bds242Combobox-listbox","option":"bds242Combobox-option","--highlighted":"bds242Combobox---highlighted","--selected":"bds242Combobox---selected","--disabled":"bds242Combobox---disabled"};
1984
+ var Combobox_default = {"component":"bds251Combobox-component","formGroup":"bds251Combobox-formGroup","inputWrapper":"bds251Combobox-inputWrapper","input":"bds251Combobox-input","inputError":"bds251Combobox-inputError","chevron":"bds251Combobox-chevron","listbox":"bds251Combobox-listbox","option":"bds251Combobox-option","--highlighted":"bds251Combobox---highlighted","--selected":"bds251Combobox---selected","--disabled":"bds251Combobox---disabled"};
1985
1985
 
1986
1986
  // src/components/interaction/form/Combobox/Combobox.tsx
1987
1987
  var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
@@ -2132,7 +2132,7 @@ function Combobox({
2132
2132
  var import_react15 = require("react");
2133
2133
 
2134
2134
  // src/components/interaction/form/FileInput/FileInput.module.css
2135
- var FileInput_default = {"component":"bds242FileInput-component","formGroup":"bds242FileInput-formGroup","fieldLabel":"bds242FileInput-fieldLabel","dropZone":"bds242FileInput-dropZone","isDragging":"bds242FileInput-isDragging","hasError":"bds242FileInput-hasError","isDisabled":"bds242FileInput-isDisabled","icon":"bds242FileInput-icon","prompt":"bds242FileInput-prompt","acceptHint":"bds242FileInput-acceptHint","hiddenInput":"bds242FileInput-hiddenInput"};
2135
+ var FileInput_default = {"component":"bds251FileInput-component","formGroup":"bds251FileInput-formGroup","fieldLabel":"bds251FileInput-fieldLabel","dropZone":"bds251FileInput-dropZone","isDragging":"bds251FileInput-isDragging","hasError":"bds251FileInput-hasError","isDisabled":"bds251FileInput-isDisabled","icon":"bds251FileInput-icon","prompt":"bds251FileInput-prompt","acceptHint":"bds251FileInput-acceptHint","hiddenInput":"bds251FileInput-hiddenInput"};
2136
2136
 
2137
2137
  // src/components/interaction/form/FileInput/FileInput.tsx
2138
2138
  var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
@@ -2233,7 +2233,7 @@ function FileInput({
2233
2233
  var import_react16 = require("react");
2234
2234
 
2235
2235
  // src/components/interaction/form/FormInput/FormInput.module.css
2236
- var FormInput_default = {"component":"bds242FormInput-component","formGroup":"bds242FormInput-formGroup","input":"bds242FormInput-input","inputError":"bds242FormInput-inputError"};
2236
+ var FormInput_default = {"component":"bds251FormInput-component","formGroup":"bds251FormInput-formGroup","input":"bds251FormInput-input","inputError":"bds251FormInput-inputError"};
2237
2237
 
2238
2238
  // src/components/interaction/form/FormInput/FormInput.tsx
2239
2239
  var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
@@ -2277,7 +2277,7 @@ function FormInput({
2277
2277
  var import_react17 = require("react");
2278
2278
 
2279
2279
  // src/components/interaction/form/NumberInput/NumberInput.module.css
2280
- var NumberInput_default = {"component":"bds242NumberInput-component","formGroup":"bds242NumberInput-formGroup","inputRow":"bds242NumberInput-inputRow","input":"bds242NumberInput-input","inputError":"bds242NumberInput-inputError","stepper":"bds242NumberInput-stepper"};
2280
+ var NumberInput_default = {"component":"bds251NumberInput-component","formGroup":"bds251NumberInput-formGroup","inputRow":"bds251NumberInput-inputRow","input":"bds251NumberInput-input","inputError":"bds251NumberInput-inputError","stepper":"bds251NumberInput-stepper"};
2281
2281
 
2282
2282
  // src/components/interaction/form/NumberInput/NumberInput.tsx
2283
2283
  var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
@@ -2382,7 +2382,7 @@ function NumberInput({
2382
2382
  var import_react18 = require("react");
2383
2383
 
2384
2384
  // src/components/interaction/form/Radio/Radio.module.css
2385
- var Radio_default = {"component":"bds242Radio-component","radioGroup":"bds242Radio-radioGroup","inputWrapper":"bds242Radio-inputWrapper","textWrapper":"bds242Radio-textWrapper","description":"bds242Radio-description","radio":"bds242Radio-radio","radioError":"bds242Radio-radioError"};
2385
+ var Radio_default = {"component":"bds251Radio-component","radioGroup":"bds251Radio-radioGroup","inputWrapper":"bds251Radio-inputWrapper","textWrapper":"bds251Radio-textWrapper","description":"bds251Radio-description","radio":"bds251Radio-radio","radioError":"bds251Radio-radioError"};
2386
2386
 
2387
2387
  // src/components/interaction/form/Radio/Radio.tsx
2388
2388
  var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
@@ -2420,7 +2420,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
2420
2420
  var import_react19 = require("react");
2421
2421
 
2422
2422
  // src/components/interaction/form/RadioGroup/RadioGroup.module.css
2423
- var RadioGroup_default = {"component":"bds242RadioGroup-component","group":"bds242RadioGroup-group","legend":"bds242RadioGroup-legend","required":"bds242RadioGroup-required","items":"bds242RadioGroup-items"};
2423
+ var RadioGroup_default = {"component":"bds251RadioGroup-component","group":"bds251RadioGroup-group","legend":"bds251RadioGroup-legend","required":"bds251RadioGroup-required","items":"bds251RadioGroup-items"};
2424
2424
 
2425
2425
  // src/components/interaction/form/RadioGroup/RadioGroup.tsx
2426
2426
  var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
@@ -2462,7 +2462,7 @@ function RadioGroup({
2462
2462
  var import_react20 = require("react");
2463
2463
 
2464
2464
  // src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
2465
- var SegmentedControl_default = {"component":"bds242SegmentedControl-component","control":"bds242SegmentedControl-control","thumb":"bds242SegmentedControl-thumb","indicator":"bds242SegmentedControl-indicator","item":"bds242SegmentedControl-item","--active":"bds242SegmentedControl---active","--disabled":"bds242SegmentedControl---disabled","--size_small":"bds242SegmentedControl---size_small","--size_large":"bds242SegmentedControl---size_large","--variant_outline":"bds242SegmentedControl---variant_outline"};
2465
+ var SegmentedControl_default = {"component":"bds251SegmentedControl-component","control":"bds251SegmentedControl-control","thumb":"bds251SegmentedControl-thumb","indicator":"bds251SegmentedControl-indicator","item":"bds251SegmentedControl-item","--active":"bds251SegmentedControl---active","--disabled":"bds251SegmentedControl---disabled","--size_small":"bds251SegmentedControl---size_small","--size_large":"bds251SegmentedControl---size_large","--variant_outline":"bds251SegmentedControl---variant_outline"};
2466
2466
 
2467
2467
  // src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
2468
2468
  var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
@@ -2518,7 +2518,7 @@ function SegmentedControl({
2518
2518
  var import_react21 = require("react");
2519
2519
 
2520
2520
  // src/components/interaction/form/Select/Select.module.css
2521
- var Select_default = {"component":"bds242Select-component","formGroup":"bds242Select-formGroup","selectWrapper":"bds242Select-selectWrapper","select":"bds242Select-select","selectError":"bds242Select-selectError","chevron":"bds242Select-chevron"};
2521
+ var Select_default = {"component":"bds251Select-component","formGroup":"bds251Select-formGroup","selectWrapper":"bds251Select-selectWrapper","select":"bds251Select-select","selectError":"bds251Select-selectError","chevron":"bds251Select-chevron"};
2522
2522
 
2523
2523
  // src/components/interaction/form/Select/Select.tsx
2524
2524
  var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
@@ -2569,7 +2569,7 @@ function Select({
2569
2569
  var import_react22 = require("react");
2570
2570
 
2571
2571
  // src/components/interaction/form/Slider/Slider.module.css
2572
- var Slider_default = {"component":"bds242Slider-component","formGroup":"bds242Slider-formGroup","labelRow":"bds242Slider-labelRow","value":"bds242Slider-value","slider":"bds242Slider-slider","sliderError":"bds242Slider-sliderError"};
2572
+ var Slider_default = {"component":"bds251Slider-component","formGroup":"bds251Slider-formGroup","labelRow":"bds251Slider-labelRow","value":"bds251Slider-value","slider":"bds251Slider-slider","sliderError":"bds251Slider-sliderError"};
2573
2573
 
2574
2574
  // src/components/interaction/form/Slider/Slider.tsx
2575
2575
  var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
@@ -2631,7 +2631,7 @@ function Slider({
2631
2631
  var import_react23 = require("react");
2632
2632
 
2633
2633
  // src/components/interaction/form/Switch/Switch.module.css
2634
- var Switch_default = {"component":"bds242Switch-component","switchGroup":"bds242Switch-switchGroup","--size_small":"bds242Switch---size_small","--size_medium":"bds242Switch---size_medium","--size_large":"bds242Switch---size_large","inputWrapper":"bds242Switch-inputWrapper","trackWrapper":"bds242Switch-trackWrapper","switch":"bds242Switch-switch","track":"bds242Switch-track","thumb":"bds242Switch-thumb","switchError":"bds242Switch-switchError"};
2634
+ var Switch_default = {"component":"bds251Switch-component","switchGroup":"bds251Switch-switchGroup","--size_small":"bds251Switch---size_small","--size_medium":"bds251Switch---size_medium","--size_large":"bds251Switch---size_large","inputWrapper":"bds251Switch-inputWrapper","trackWrapper":"bds251Switch-trackWrapper","switch":"bds251Switch-switch","track":"bds251Switch-track","thumb":"bds251Switch-thumb","switchError":"bds251Switch-switchError"};
2635
2635
 
2636
2636
  // src/components/interaction/form/Switch/Switch.tsx
2637
2637
  var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
@@ -2679,7 +2679,7 @@ function Switch({
2679
2679
  var import_react24 = require("react");
2680
2680
 
2681
2681
  // src/components/interaction/form/Textarea/Textarea.module.css
2682
- var Textarea_default = {"component":"bds242Textarea-component","formGroup":"bds242Textarea-formGroup","textarea":"bds242Textarea-textarea","textareaError":"bds242Textarea-textareaError"};
2682
+ var Textarea_default = {"component":"bds251Textarea-component","formGroup":"bds251Textarea-formGroup","textarea":"bds251Textarea-textarea","textareaError":"bds251Textarea-textareaError"};
2683
2683
 
2684
2684
  // src/components/interaction/form/Textarea/Textarea.tsx
2685
2685
  var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
@@ -2718,7 +2718,7 @@ function Textarea({
2718
2718
  }
2719
2719
 
2720
2720
  // src/components/layout/ButtonGroup/ButtonGroup.module.css
2721
- var ButtonGroup_default = {"component":"bds242ButtonGroup-component","buttonGroup":"bds242ButtonGroup-buttonGroup","container":"bds242ButtonGroup-container","--variant_card":"bds242ButtonGroup---variant_card","--variant_flow":"bds242ButtonGroup---variant_flow","--variant_modal":"bds242ButtonGroup---variant_modal","--variant_content":"bds242ButtonGroup---variant_content","--variant_grid":"bds242ButtonGroup---variant_grid"};
2721
+ var ButtonGroup_default = {"component":"bds251ButtonGroup-component","buttonGroup":"bds251ButtonGroup-buttonGroup","container":"bds251ButtonGroup-container","--variant_card":"bds251ButtonGroup---variant_card","--variant_flow":"bds251ButtonGroup---variant_flow","--variant_modal":"bds251ButtonGroup---variant_modal","--variant_content":"bds251ButtonGroup---variant_content","--variant_grid":"bds251ButtonGroup---variant_grid"};
2722
2722
 
2723
2723
  // src/components/layout/ButtonGroup/ButtonGroup.tsx
2724
2724
  var import_design_system_foundation47 = require("@boostdev/design-system-foundation");
@@ -2737,7 +2737,7 @@ function ButtonContainer({ children, className, variant, ...rest }) {
2737
2737
  var ButtonGroup = ButtonContainer;
2738
2738
 
2739
2739
  // src/components/layout/Card/Card.module.css
2740
- var Card_default = {"component":"bds242Card-component","card":"bds242Card-card","--default":"bds242Card---default","--elevated":"bds242Card---elevated","--outlined":"bds242Card---outlined","--clickable":"bds242Card---clickable","--padding-none":"bds242Card---padding-none","--padding-small":"bds242Card---padding-small","--padding-medium":"bds242Card---padding-medium","--padding-large":"bds242Card---padding-large","--padding-extra-large":"bds242Card---padding-extra-large","--text-start":"bds242Card---text-start","--text-center":"bds242Card---text-center","--text-end":"bds242Card---text-end"};
2740
+ var Card_default = {"component":"bds251Card-component","card":"bds251Card-card","--default":"bds251Card---default","--elevated":"bds251Card---elevated","--outlined":"bds251Card---outlined","--clickable":"bds251Card---clickable","--padding-none":"bds251Card---padding-none","--padding-small":"bds251Card---padding-small","--padding-medium":"bds251Card---padding-medium","--padding-large":"bds251Card---padding-large","--padding-extra-large":"bds251Card---padding-extra-large","--text-start":"bds251Card---text-start","--text-center":"bds251Card---text-center","--text-end":"bds251Card---text-end"};
2741
2741
 
2742
2742
  // src/components/layout/Card/Card.tsx
2743
2743
  var import_design_system_foundation48 = require("@boostdev/design-system-foundation");
@@ -2777,7 +2777,7 @@ function Card({
2777
2777
  var import_react26 = require("react");
2778
2778
 
2779
2779
  // src/components/layout/Grid/Grid.module.css
2780
- var Grid_default = {"component":"bds242Grid-component","grid":"bds242Grid-grid","--main":"bds242Grid---main","--page":"bds242Grid---page","--funnel":"bds242Grid---funnel","--custom":"bds242Grid---custom","--centered":"bds242Grid---centered","item":"bds242Grid-item","w3":"bds242Grid-w3","org":"bds242Grid-org","ts":"bds242Grid-ts","--masonry":"bds242Grid---masonry"};
2780
+ var Grid_default = {"component":"bds251Grid-component","grid":"bds251Grid-grid","--main":"bds251Grid---main","--page":"bds251Grid---page","--funnel":"bds251Grid---funnel","--custom":"bds251Grid---custom","--centered":"bds251Grid---centered","item":"bds251Grid-item","w3":"bds251Grid-w3","org":"bds251Grid-org","ts":"bds251Grid-ts","--masonry":"bds251Grid---masonry"};
2781
2781
 
2782
2782
  // src/components/layout/Grid/Grid.tsx
2783
2783
  var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
@@ -2807,17 +2807,17 @@ function resolvePreferredColumns(container, value, totalCols) {
2807
2807
  if (Number.isFinite(n) && n > 0) return Math.min(totalCols, n);
2808
2808
  return Math.max(1, Math.round(totalCols * NAMED_SPAN_FRACTION[value]));
2809
2809
  }
2810
- var ROW_UNIT_PX = 1;
2810
+ var TARGET_MAX_IMPLICIT_ROWS = 5e3;
2811
2811
  function supportsNativeMasonry() {
2812
2812
  if (typeof CSS === "undefined" || typeof CSS.supports !== "function") return false;
2813
2813
  return CSS.supports("display", "grid-lanes") || CSS.supports("grid-template-rows", "masonry");
2814
2814
  }
2815
2815
  var ORIGINAL_COL_ATTR = "data-bds-masonry-original-column";
2816
2816
  var LAST_SPAN_ATTR = "data-bds-masonry-span";
2817
+ var UNIT_ATTR = "data-bds-masonry-unit";
2817
2818
  function applyMasonryLayout(container, rawChildren, options = {}) {
2818
2819
  const cs = window.getComputedStyle(container);
2819
2820
  const targetGap = parseFloat(cs.columnGap) || 0;
2820
- container.style.gridAutoRows = `${ROW_UNIT_PX}px`;
2821
2821
  container.style.rowGap = "0px";
2822
2822
  container.style.gridAutoFlow = "dense";
2823
2823
  container.style.overflowAnchor = "none";
@@ -2855,7 +2855,26 @@ function applyMasonryLayout(container, rawChildren, options = {}) {
2855
2855
  }
2856
2856
  }
2857
2857
  const heights = children.map((child) => child.offsetHeight);
2858
- const spans = heights.map((h) => Math.max(1, Math.ceil(h + targetGap)));
2858
+ const cols = countGridColumns(container) || 1;
2859
+ const projectedRows = children.reduce((sum, child, i) => {
2860
+ const rowSpan = Math.max(1, Math.ceil(heights[i] + targetGap));
2861
+ const colSpan = readExplicitSpan(child, cols);
2862
+ return sum + rowSpan * colSpan;
2863
+ }, 0) / cols;
2864
+ const autoUnit = Math.max(
2865
+ 1,
2866
+ Math.ceil(projectedRows / TARGET_MAX_IMPLICIT_ROWS)
2867
+ );
2868
+ const rowUnit = options.rowUnitPx !== void 0 && options.rowUnitPx > 0 ? Math.floor(options.rowUnitPx) : autoUnit;
2869
+ container.style.gridAutoRows = `${rowUnit}px`;
2870
+ const prevUnit = container.getAttribute(UNIT_ATTR);
2871
+ if (prevUnit !== String(rowUnit)) {
2872
+ for (const child of children) child.removeAttribute(LAST_SPAN_ATTR);
2873
+ container.setAttribute(UNIT_ATTR, String(rowUnit));
2874
+ }
2875
+ const spans = heights.map(
2876
+ (h) => Math.max(1, Math.ceil((h + targetGap) / rowUnit))
2877
+ );
2859
2878
  let changed = false;
2860
2879
  for (let i = 0; i < children.length; i++) {
2861
2880
  const prev = children[i].getAttribute(LAST_SPAN_ATTR);
@@ -2894,6 +2913,7 @@ function clearMasonryLayout(container, rawChildren) {
2894
2913
  container.style.gridAutoFlow = "";
2895
2914
  container.style.rowGap = "";
2896
2915
  container.style.overflowAnchor = "";
2916
+ container.removeAttribute(UNIT_ATTR);
2897
2917
  for (const child of rawChildren) {
2898
2918
  if (child.nodeType !== 1) continue;
2899
2919
  child.style.gridRow = "";
@@ -2911,24 +2931,52 @@ function restoreOriginalColumn(el) {
2911
2931
  el.removeAttribute(ORIGINAL_COL_ATTR);
2912
2932
  }
2913
2933
  function useMasonry(ref, enabled, options = {}) {
2914
- const { preferredColumnSpan } = options;
2934
+ const { preferredColumnSpan, rowUnitPx } = options;
2915
2935
  (0, import_react25.useLayoutEffect)(() => {
2916
2936
  const container = ref.current;
2917
2937
  if (!container || !enabled) return;
2918
2938
  if (supportsNativeMasonry()) return;
2919
2939
  let frame = 0;
2920
- const runNow = () => {
2921
- cancelAnimationFrame(frame);
2940
+ let scrollTimer = null;
2941
+ let scrolling = false;
2942
+ let pending = false;
2943
+ const apply = () => {
2922
2944
  applyMasonryLayout(container, Array.from(container.children), {
2923
- preferredColumnSpan
2945
+ preferredColumnSpan,
2946
+ rowUnitPx
2924
2947
  });
2925
2948
  };
2949
+ const runNow = () => {
2950
+ cancelAnimationFrame(frame);
2951
+ apply();
2952
+ };
2926
2953
  const schedule = () => {
2927
2954
  cancelAnimationFrame(frame);
2928
2955
  frame = requestAnimationFrame(runNow);
2929
2956
  };
2957
+ const onResize = () => {
2958
+ if (scrolling) {
2959
+ pending = true;
2960
+ return;
2961
+ }
2962
+ apply();
2963
+ };
2964
+ const SCROLL_IDLE_MS = 150;
2965
+ const onScroll = () => {
2966
+ scrolling = true;
2967
+ if (scrollTimer) clearTimeout(scrollTimer);
2968
+ scrollTimer = setTimeout(() => {
2969
+ scrolling = false;
2970
+ scrollTimer = null;
2971
+ if (pending) {
2972
+ pending = false;
2973
+ apply();
2974
+ }
2975
+ }, SCROLL_IDLE_MS);
2976
+ };
2977
+ window.addEventListener("scroll", onScroll, { passive: true, capture: true });
2930
2978
  schedule();
2931
- const ro = typeof ResizeObserver !== "undefined" ? new ResizeObserver(runNow) : null;
2979
+ const ro = typeof ResizeObserver !== "undefined" ? new ResizeObserver(onResize) : null;
2932
2980
  const observeDescendants = (child) => {
2933
2981
  if (!ro) return;
2934
2982
  ro.observe(child);
@@ -2946,11 +2994,13 @@ function useMasonry(ref, enabled, options = {}) {
2946
2994
  mo?.observe(container, { childList: true });
2947
2995
  return () => {
2948
2996
  cancelAnimationFrame(frame);
2997
+ if (scrollTimer) clearTimeout(scrollTimer);
2998
+ window.removeEventListener("scroll", onScroll, { capture: true });
2949
2999
  ro?.disconnect();
2950
3000
  mo?.disconnect();
2951
3001
  clearMasonryLayout(container, Array.from(container.children));
2952
3002
  };
2953
- }, [ref, enabled, preferredColumnSpan]);
3003
+ }, [ref, enabled, preferredColumnSpan, rowUnitPx]);
2954
3004
  }
2955
3005
 
2956
3006
  // src/components/layout/Grid/Grid.tsx
@@ -2969,12 +3019,16 @@ function Grid({
2969
3019
  isMasonry = false,
2970
3020
  autoSpanMedia = false,
2971
3021
  masonryPreferredColumnSpan,
3022
+ masonryRowUnitPx,
2972
3023
  as,
2973
3024
  style,
2974
3025
  ...rest
2975
3026
  }) {
2976
3027
  const ref = (0, import_react26.useRef)(null);
2977
- useMasonry(ref, isMasonry, { preferredColumnSpan: masonryPreferredColumnSpan });
3028
+ useMasonry(ref, isMasonry, {
3029
+ preferredColumnSpan: masonryPreferredColumnSpan,
3030
+ rowUnitPx: masonryRowUnitPx
3031
+ });
2978
3032
  const classNames = (0, import_design_system_foundation49.cn)(
2979
3033
  Grid_default.grid,
2980
3034
  Grid_default[`--${variant}`],
@@ -3119,7 +3173,7 @@ function GridItem({
3119
3173
  }
3120
3174
 
3121
3175
  // src/components/layout/SectionHeader/SectionHeader.module.css
3122
- var SectionHeader_default = {"component":"bds242SectionHeader-component","sectionHeader":"bds242SectionHeader-sectionHeader","title":"bds242SectionHeader-title","subtitle":"bds242SectionHeader-subtitle","--start":"bds242SectionHeader---start","--center":"bds242SectionHeader---center","--end":"bds242SectionHeader---end","--medium":"bds242SectionHeader---medium","--xs":"bds242SectionHeader---xs","--small":"bds242SectionHeader---small","--large":"bds242SectionHeader---large"};
3176
+ var SectionHeader_default = {"component":"bds251SectionHeader-component","sectionHeader":"bds251SectionHeader-sectionHeader","title":"bds251SectionHeader-title","subtitle":"bds251SectionHeader-subtitle","--start":"bds251SectionHeader---start","--center":"bds251SectionHeader---center","--end":"bds251SectionHeader---end","--medium":"bds251SectionHeader---medium","--xs":"bds251SectionHeader---xs","--small":"bds251SectionHeader---small","--large":"bds251SectionHeader---large"};
3123
3177
 
3124
3178
  // src/components/layout/SectionHeader/SectionHeader.tsx
3125
3179
  var import_design_system_foundation51 = require("@boostdev/design-system-foundation");
@@ -3141,7 +3195,7 @@ function SectionHeader({
3141
3195
  }
3142
3196
 
3143
3197
  // src/components/layout/IconWrapper/IconWrapper.module.css
3144
- var IconWrapper_default = {"component":"bds242IconWrapper-component","wrapper":"bds242IconWrapper-wrapper"};
3198
+ var IconWrapper_default = {"component":"bds251IconWrapper-component","wrapper":"bds251IconWrapper-wrapper"};
3145
3199
 
3146
3200
  // src/components/layout/IconWrapper/IconWrapper.tsx
3147
3201
  var import_design_system_foundation52 = require("@boostdev/design-system-foundation");