@boostdev/design-system-components 2.2.1 → 2.3.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.
package/dist/client.cjs CHANGED
@@ -91,7 +91,7 @@ module.exports = __toCommonJS(client_exports);
91
91
  var import_react = require("react");
92
92
 
93
93
  // src/components/ui/Accordion/Accordion.module.css
94
- var Accordion_default = {"component":"bds221Accordion-component","accordion":"bds221Accordion-accordion","item":"bds221Accordion-item","heading":"bds221Accordion-heading","trigger":"bds221Accordion-trigger","triggerLabel":"bds221Accordion-triggerLabel","chevron":"bds221Accordion-chevron","--open":"bds221Accordion---open","panel":"bds221Accordion-panel","panelContent":"bds221Accordion-panelContent"};
94
+ var Accordion_default = {"component":"bds230Accordion-component","accordion":"bds230Accordion-accordion","item":"bds230Accordion-item","heading":"bds230Accordion-heading","trigger":"bds230Accordion-trigger","triggerLabel":"bds230Accordion-triggerLabel","chevron":"bds230Accordion-chevron","--open":"bds230Accordion---open","panel":"bds230Accordion-panel","panelContent":"bds230Accordion-panelContent"};
95
95
 
96
96
  // src/components/ui/Accordion/Accordion.tsx
97
97
  var import_design_system_foundation = require("@boostdev/design-system-foundation");
@@ -160,7 +160,7 @@ function Accordion({
160
160
  }
161
161
 
162
162
  // src/components/ui/Alert/Alert.module.css
163
- var Alert_default = {"component":"bds221Alert-component","alert":"bds221Alert-alert","--variant_info":"bds221Alert---variant_info","--variant_success":"bds221Alert---variant_success","--variant_warning":"bds221Alert---variant_warning","--variant_error":"bds221Alert---variant_error","icon":"bds221Alert-icon","content":"bds221Alert-content","title":"bds221Alert-title","dismiss":"bds221Alert-dismiss"};
163
+ var Alert_default = {"component":"bds230Alert-component","alert":"bds230Alert-alert","--variant_info":"bds230Alert---variant_info","--variant_success":"bds230Alert---variant_success","--variant_warning":"bds230Alert---variant_warning","--variant_error":"bds230Alert---variant_error","icon":"bds230Alert-icon","content":"bds230Alert-content","title":"bds230Alert-title","dismiss":"bds230Alert-dismiss"};
164
164
 
165
165
  // src/components/ui/Alert/Alert.tsx
166
166
  var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
@@ -205,7 +205,7 @@ function Alert({
205
205
  }
206
206
 
207
207
  // src/components/ui/Avatar/Avatar.module.css
208
- var Avatar_default = {"component":"bds221Avatar-component","avatar":"bds221Avatar-avatar","--fallback":"bds221Avatar---fallback","--size_small":"bds221Avatar---size_small","--size_medium":"bds221Avatar---size_medium","--size_large":"bds221Avatar---size_large","image":"bds221Avatar-image","initials":"bds221Avatar-initials"};
208
+ var Avatar_default = {"component":"bds230Avatar-component","avatar":"bds230Avatar-avatar","--fallback":"bds230Avatar---fallback","--size_small":"bds230Avatar---size_small","--size_medium":"bds230Avatar---size_medium","--size_large":"bds230Avatar---size_large","image":"bds230Avatar-image","initials":"bds230Avatar-initials"};
209
209
 
210
210
  // src/components/ui/Avatar/Avatar.tsx
211
211
  var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
@@ -232,7 +232,7 @@ function Avatar({ src, alt, name, size = "medium", className, ...rest }) {
232
232
  }
233
233
 
234
234
  // src/components/ui/Badge/Badge.module.css
235
- var Badge_default = {"component":"bds221Badge-component","badge":"bds221Badge-badge","--variant_primary":"bds221Badge---variant_primary","--variant_secondary":"bds221Badge---variant_secondary","--variant_success":"bds221Badge---variant_success","--variant_error":"bds221Badge---variant_error","--variant_warning":"bds221Badge---variant_warning"};
235
+ var Badge_default = {"component":"bds230Badge-component","badge":"bds230Badge-badge","--variant_primary":"bds230Badge---variant_primary","--variant_secondary":"bds230Badge---variant_secondary","--variant_success":"bds230Badge---variant_success","--variant_error":"bds230Badge---variant_error","--variant_warning":"bds230Badge---variant_warning"};
236
236
 
237
237
  // src/components/ui/Badge/Badge.tsx
238
238
  var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
@@ -242,7 +242,7 @@ function Badge({ children, variant = "primary", className, ...rest }) {
242
242
  }
243
243
 
244
244
  // src/components/ui/Breadcrumb/Breadcrumb.module.css
245
- var Breadcrumb_default = {"component":"bds221Breadcrumb-component","breadcrumb":"bds221Breadcrumb-breadcrumb","list":"bds221Breadcrumb-list","item":"bds221Breadcrumb-item","link":"bds221Breadcrumb-link","separator":"bds221Breadcrumb-separator","current":"bds221Breadcrumb-current"};
245
+ var Breadcrumb_default = {"component":"bds230Breadcrumb-component","breadcrumb":"bds230Breadcrumb-breadcrumb","list":"bds230Breadcrumb-list","item":"bds230Breadcrumb-item","link":"bds230Breadcrumb-link","separator":"bds230Breadcrumb-separator","current":"bds230Breadcrumb-current"};
246
246
 
247
247
  // src/components/ui/Breadcrumb/Breadcrumb.tsx
248
248
  var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
@@ -258,7 +258,7 @@ function Breadcrumb({ items, className, ...rest }) {
258
258
  }
259
259
 
260
260
  // src/components/ui/Collapsible/Collapsible.module.css
261
- var Collapsible_default = {"component":"bds221Collapsible-component","collapsible":"bds221Collapsible-collapsible","summary":"bds221Collapsible-summary","summaryContent":"bds221Collapsible-summaryContent","icon":"bds221Collapsible-icon","content":"bds221Collapsible-content"};
261
+ var Collapsible_default = {"component":"bds230Collapsible-component","collapsible":"bds230Collapsible-collapsible","summary":"bds230Collapsible-summary","summaryContent":"bds230Collapsible-summaryContent","icon":"bds230Collapsible-icon","content":"bds230Collapsible-content"};
262
262
 
263
263
  // src/components/ui/Collapsible/Collapsible.tsx
264
264
  var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
@@ -299,7 +299,7 @@ function Collapsible({
299
299
  var import_react2 = require("react");
300
300
 
301
301
  // src/components/ui/Calendar/Calendar.module.css
302
- var Calendar_default = {"component":"bds221Calendar-component","calendar":"bds221Calendar-calendar","header":"bds221Calendar-header","monthYear":"bds221Calendar-monthYear","navBtn":"bds221Calendar-navBtn","grid":"bds221Calendar-grid","weekday":"bds221Calendar-weekday","empty":"bds221Calendar-empty","day":"bds221Calendar-day","disabled":"bds221Calendar-disabled","selected":"bds221Calendar-selected","today":"bds221Calendar-today"};
302
+ var Calendar_default = {"component":"bds230Calendar-component","calendar":"bds230Calendar-calendar","header":"bds230Calendar-header","monthYear":"bds230Calendar-monthYear","navBtn":"bds230Calendar-navBtn","grid":"bds230Calendar-grid","weekday":"bds230Calendar-weekday","empty":"bds230Calendar-empty","day":"bds230Calendar-day","disabled":"bds230Calendar-disabled","selected":"bds230Calendar-selected","today":"bds230Calendar-today"};
303
303
 
304
304
  // src/components/ui/Calendar/Calendar.tsx
305
305
  var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
@@ -474,7 +474,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className, ...rest
474
474
  var import_react3 = require("react");
475
475
 
476
476
  // src/components/ui/Carousel/Carousel.module.css
477
- var Carousel_default = {"component":"bds221Carousel-component","carousel":"bds221Carousel-carousel","track":"bds221Carousel-track","slide":"bds221Carousel-slide","navBtn":"bds221Carousel-navBtn"};
477
+ var Carousel_default = {"component":"bds230Carousel-component","carousel":"bds230Carousel-carousel","track":"bds230Carousel-track","slide":"bds230Carousel-slide","navBtn":"bds230Carousel-navBtn"};
478
478
 
479
479
  // src/components/ui/Carousel/Carousel.tsx
480
480
  var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
@@ -527,7 +527,7 @@ function Carousel({ items, label, className, ...rest }) {
527
527
  }
528
528
 
529
529
  // src/components/ui/DescriptionList/DescriptionList.module.css
530
- var DescriptionList_default = {"component":"bds221DescriptionList-component","list":"bds221DescriptionList-list","group":"bds221DescriptionList-group","term":"bds221DescriptionList-term","details":"bds221DescriptionList-details","--layout_inline":"bds221DescriptionList---layout_inline"};
530
+ var DescriptionList_default = {"component":"bds230DescriptionList-component","list":"bds230DescriptionList-list","group":"bds230DescriptionList-group","term":"bds230DescriptionList-term","details":"bds230DescriptionList-details","--layout_inline":"bds230DescriptionList---layout_inline"};
531
531
 
532
532
  // src/components/ui/DescriptionList/DescriptionList.tsx
533
533
  var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
@@ -540,7 +540,7 @@ function DescriptionList({ items, layout = "stacked", className, ...rest }) {
540
540
  }
541
541
 
542
542
  // src/components/ui/Link/Link.module.css
543
- var Link_default = {"component":"bds221Link-component","link":"bds221Link-link","--variant_default":"bds221Link---variant_default","--variant_subtle":"bds221Link---variant_subtle","--variant_standalone":"bds221Link---variant_standalone","externalLabel":"bds221Link-externalLabel"};
543
+ var Link_default = {"component":"bds230Link-component","link":"bds230Link-link","--variant_default":"bds230Link---variant_default","--variant_subtle":"bds230Link---variant_subtle","--variant_standalone":"bds230Link---variant_standalone","externalLabel":"bds230Link-externalLabel"};
544
544
 
545
545
  // src/components/ui/Link/Link.tsx
546
546
  var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
@@ -571,7 +571,7 @@ function Link({
571
571
  }
572
572
 
573
573
  // src/components/ui/Loading/Loading.module.css
574
- var Loading_default = {"component":"bds221Loading-component","loading":"bds221Loading-loading","spinner":"bds221Loading-spinner","--size_small":"bds221Loading---size_small","--size_large":"bds221Loading---size_large"};
574
+ var Loading_default = {"component":"bds230Loading-component","loading":"bds230Loading-loading","spinner":"bds230Loading-spinner","--size_small":"bds230Loading---size_small","--size_large":"bds230Loading---size_large"};
575
575
 
576
576
  // src/components/ui/Loading/Loading.tsx
577
577
  var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
@@ -581,7 +581,7 @@ function Loading({ size = "medium", className, ...rest }) {
581
581
  }
582
582
 
583
583
  // src/components/ui/NotificationBanner/NotificationBanner.module.css
584
- var NotificationBanner_default = {"component":"bds221NotificationBanner-component","banner":"bds221NotificationBanner-banner","--variant_info":"bds221NotificationBanner---variant_info","--variant_success":"bds221NotificationBanner---variant_success","--variant_warning":"bds221NotificationBanner---variant_warning","--variant_error":"bds221NotificationBanner---variant_error","content":"bds221NotificationBanner-content","action":"bds221NotificationBanner-action","dismiss":"bds221NotificationBanner-dismiss"};
584
+ var NotificationBanner_default = {"component":"bds230NotificationBanner-component","banner":"bds230NotificationBanner-banner","--variant_info":"bds230NotificationBanner---variant_info","--variant_success":"bds230NotificationBanner---variant_success","--variant_warning":"bds230NotificationBanner---variant_warning","--variant_error":"bds230NotificationBanner---variant_error","content":"bds230NotificationBanner-content","action":"bds230NotificationBanner-action","dismiss":"bds230NotificationBanner-dismiss"};
585
585
 
586
586
  // src/components/ui/NotificationBanner/NotificationBanner.tsx
587
587
  var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
@@ -622,7 +622,7 @@ function NotificationBanner({
622
622
  }
623
623
 
624
624
  // src/components/ui/Pagination/Pagination.module.css
625
- var Pagination_default = {"component":"bds221Pagination-component","pagination":"bds221Pagination-pagination","list":"bds221Pagination-list","button":"bds221Pagination-button","--active":"bds221Pagination---active","--nav":"bds221Pagination---nav","ellipsis":"bds221Pagination-ellipsis"};
625
+ var Pagination_default = {"component":"bds230Pagination-component","pagination":"bds230Pagination-pagination","list":"bds230Pagination-list","button":"bds230Pagination-button","--active":"bds230Pagination---active","--nav":"bds230Pagination---nav","ellipsis":"bds230Pagination-ellipsis"};
626
626
 
627
627
  // src/components/ui/Pagination/Pagination.tsx
628
628
  var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
@@ -687,7 +687,7 @@ function Pagination({
687
687
  }
688
688
 
689
689
  // src/components/ui/Progress/Progress.module.css
690
- var Progress_default = {"component":"bds221Progress-component","container":"bds221Progress-container","labelRow":"bds221Progress-labelRow","value":"bds221Progress-value","track":"bds221Progress-track","--size_small":"bds221Progress---size_small","--size_medium":"bds221Progress---size_medium","--size_large":"bds221Progress---size_large","fill":"bds221Progress-fill"};
690
+ var Progress_default = {"component":"bds230Progress-component","container":"bds230Progress-container","labelRow":"bds230Progress-labelRow","value":"bds230Progress-value","track":"bds230Progress-track","--size_small":"bds230Progress---size_small","--size_medium":"bds230Progress---size_medium","--size_large":"bds230Progress---size_large","fill":"bds230Progress-fill"};
691
691
 
692
692
  // src/components/ui/Progress/Progress.tsx
693
693
  var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
@@ -726,7 +726,7 @@ function Progress({
726
726
  }
727
727
 
728
728
  // src/components/ui/ProgressCircle/ProgressCircle.module.css
729
- var ProgressCircle_default = {"component":"bds221ProgressCircle-component","wrapper":"bds221ProgressCircle-wrapper","svg":"bds221ProgressCircle-svg","track":"bds221ProgressCircle-track","fill":"bds221ProgressCircle-fill","value":"bds221ProgressCircle-value","--size_small":"bds221ProgressCircle---size_small","--size_medium":"bds221ProgressCircle---size_medium","--size_large":"bds221ProgressCircle---size_large"};
729
+ var ProgressCircle_default = {"component":"bds230ProgressCircle-component","wrapper":"bds230ProgressCircle-wrapper","svg":"bds230ProgressCircle-svg","track":"bds230ProgressCircle-track","fill":"bds230ProgressCircle-fill","value":"bds230ProgressCircle-value","--size_small":"bds230ProgressCircle---size_small","--size_medium":"bds230ProgressCircle---size_medium","--size_large":"bds230ProgressCircle---size_large"};
730
730
 
731
731
  // src/components/ui/ProgressCircle/ProgressCircle.tsx
732
732
  var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
@@ -807,7 +807,7 @@ function ProgressCircle({
807
807
  }
808
808
 
809
809
  // src/components/ui/Separator/Separator.module.css
810
- var Separator_default = {"component":"bds221Separator-component","separator":"bds221Separator-separator","--horizontal":"bds221Separator---horizontal","--vertical":"bds221Separator---vertical"};
810
+ var Separator_default = {"component":"bds230Separator-component","separator":"bds230Separator-separator","--horizontal":"bds230Separator---horizontal","--vertical":"bds230Separator---vertical"};
811
811
 
812
812
  // src/components/ui/Separator/Separator.tsx
813
813
  var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
@@ -831,7 +831,7 @@ function Separator({ orientation = "horizontal", className, ...rest }) {
831
831
  var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
832
832
 
833
833
  // src/components/ui/Skeleton/Skeleton.module.css
834
- var Skeleton_default = {"component":"bds221Skeleton-component","skeleton":"bds221Skeleton-skeleton"};
834
+ var Skeleton_default = {"component":"bds230Skeleton-component","skeleton":"bds230Skeleton-skeleton"};
835
835
 
836
836
  // src/components/ui/Skeleton/Skeleton.tsx
837
837
  var import_jsx_runtime17 = require("react/jsx-runtime");
@@ -840,7 +840,7 @@ function Skeleton({ className, ...rest }) {
840
840
  }
841
841
 
842
842
  // src/components/ui/SkipLink/SkipLink.module.css
843
- var SkipLink_default = {"component":"bds221SkipLink-component","skipLink":"bds221SkipLink-skipLink"};
843
+ var SkipLink_default = {"component":"bds230SkipLink-component","skipLink":"bds230SkipLink-skipLink"};
844
844
 
845
845
  // src/components/ui/SkipLink/SkipLink.tsx
846
846
  var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
@@ -850,7 +850,7 @@ function SkipLink({ href = "#main", children = "Skip to main content", className
850
850
  }
851
851
 
852
852
  // src/components/ui/Table/Table.module.css
853
- var Table_default = {"component":"bds221Table-component","wrapper":"bds221Table-wrapper","table":"bds221Table-table","caption":"bds221Table-caption","thead":"bds221Table-thead","th":"bds221Table-th","--sortable":"bds221Table---sortable","sortButton":"bds221Table-sortButton","sortIcon":"bds221Table-sortIcon","--sort-active":"bds221Table---sort-active","--sort-desc":"bds221Table---sort-desc","tbody":"bds221Table-tbody","tr":"bds221Table-tr","td":"bds221Table-td"};
853
+ var Table_default = {"component":"bds230Table-component","wrapper":"bds230Table-wrapper","table":"bds230Table-table","caption":"bds230Table-caption","thead":"bds230Table-thead","th":"bds230Table-th","--sortable":"bds230Table---sortable","sortButton":"bds230Table-sortButton","sortIcon":"bds230Table-sortIcon","--sort-active":"bds230Table---sort-active","--sort-desc":"bds230Table---sort-desc","tbody":"bds230Table-tbody","tr":"bds230Table-tr","td":"bds230Table-td"};
854
854
 
855
855
  // src/components/ui/Table/Table.tsx
856
856
  var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
@@ -920,7 +920,7 @@ function Table({
920
920
  var import_react4 = require("react");
921
921
 
922
922
  // src/components/ui/Tabs/Tabs.module.css
923
- var Tabs_default = {"component":"bds221Tabs-component","tabs":"bds221Tabs-tabs","tabList":"bds221Tabs-tabList","tab":"bds221Tabs-tab","--active":"bds221Tabs---active","panel":"bds221Tabs-panel"};
923
+ var Tabs_default = {"component":"bds230Tabs-component","tabs":"bds230Tabs-tabs","tabList":"bds230Tabs-tabList","tab":"bds230Tabs-tab","--active":"bds230Tabs---active","panel":"bds230Tabs-panel"};
924
924
 
925
925
  // src/components/ui/Tabs/Tabs.tsx
926
926
  var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
@@ -1000,7 +1000,7 @@ function Tabs({ tabs, defaultTab, className, ...rest }) {
1000
1000
  var import_react5 = require("react");
1001
1001
 
1002
1002
  // src/components/ui/Tooltip/Tooltip.module.css
1003
- var Tooltip_default = {"component":"bds221Tooltip-component","wrapper":"bds221Tooltip-wrapper","tooltip":"bds221Tooltip-tooltip","--placement_top":"bds221Tooltip---placement_top","--placement_bottom":"bds221Tooltip---placement_bottom","--placement_left":"bds221Tooltip---placement_left","--placement_right":"bds221Tooltip---placement_right"};
1003
+ var Tooltip_default = {"component":"bds230Tooltip-component","wrapper":"bds230Tooltip-wrapper","tooltip":"bds230Tooltip-tooltip","--placement_top":"bds230Tooltip---placement_top","--placement_bottom":"bds230Tooltip---placement_bottom","--placement_left":"bds230Tooltip---placement_left","--placement_right":"bds230Tooltip---placement_right"};
1004
1004
 
1005
1005
  // src/components/ui/Tooltip/Tooltip.tsx
1006
1006
  var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
@@ -1044,7 +1044,7 @@ function Tooltip({
1044
1044
  }
1045
1045
 
1046
1046
  // src/components/ui/Typography/Typography.module.css
1047
- var Typography_default = {"component":"bds221Typography-component","typography":"bds221Typography-typography","--h1":"bds221Typography---h1","--h2":"bds221Typography---h2","--h3":"bds221Typography---h3","--body":"bds221Typography---body","--body_s":"bds221Typography---body_s"};
1047
+ var Typography_default = {"component":"bds230Typography-component","typography":"bds230Typography-typography","--h1":"bds230Typography---h1","--h2":"bds230Typography---h2","--h3":"bds230Typography---h3","--body":"bds230Typography---body","--body_s":"bds230Typography---body_s"};
1048
1048
 
1049
1049
  // src/components/ui/Typography/Typography.tsx
1050
1050
  var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
@@ -1062,7 +1062,7 @@ function Typography({ variant = "body", component, children, className, ...rest
1062
1062
  }
1063
1063
 
1064
1064
  // src/components/interaction/Button/Button.module.css
1065
- var Button_default = {"component":"bds221Button-component","button":"bds221Button-button","--default":"bds221Button---default","--outline":"bds221Button---outline","--ghost":"bds221Button---ghost","--size_small":"bds221Button---size_small","--size_medium":"bds221Button---size_medium","--size_large":"bds221Button---size_large","--hasPulse":"bds221Button---hasPulse","iconStart":"bds221Button-iconStart","iconEnd":"bds221Button-iconEnd","--iconOnly":"bds221Button---iconOnly"};
1065
+ var Button_default = {"component":"bds230Button-component","button":"bds230Button-button","--default":"bds230Button---default","--outline":"bds230Button---outline","--ghost":"bds230Button---ghost","--size_small":"bds230Button---size_small","--size_medium":"bds230Button---size_medium","--size_large":"bds230Button---size_large","--hasPulse":"bds230Button---hasPulse","iconStart":"bds230Button-iconStart","iconEnd":"bds230Button-iconEnd","--iconOnly":"bds230Button---iconOnly"};
1066
1066
 
1067
1067
  // src/components/interaction/Button/Button.tsx
1068
1068
  var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
@@ -1179,7 +1179,7 @@ function installInvokerCommandsPolyfill() {
1179
1179
  }
1180
1180
 
1181
1181
  // src/components/interaction/Command/Command.module.css
1182
- var Command_default = {"component":"bds221Command-component","dialog":"bds221Command-dialog","palette":"bds221Command-palette","searchRow":"bds221Command-searchRow","searchIcon":"bds221Command-searchIcon","search":"bds221Command-search","escHint":"bds221Command-escHint","list":"bds221Command-list","groupList":"bds221Command-groupList","group":"bds221Command-group","item":"bds221Command-item","itemActive":"bds221Command-itemActive","itemLabel":"bds221Command-itemLabel","itemDesc":"bds221Command-itemDesc","shortcut":"bds221Command-shortcut","empty":"bds221Command-empty"};
1182
+ var Command_default = {"component":"bds230Command-component","dialog":"bds230Command-dialog","palette":"bds230Command-palette","searchRow":"bds230Command-searchRow","searchIcon":"bds230Command-searchIcon","search":"bds230Command-search","escHint":"bds230Command-escHint","list":"bds230Command-list","groupList":"bds230Command-groupList","group":"bds230Command-group","item":"bds230Command-item","itemActive":"bds230Command-itemActive","itemLabel":"bds230Command-itemLabel","itemDesc":"bds230Command-itemDesc","shortcut":"bds230Command-shortcut","empty":"bds230Command-empty"};
1183
1183
 
1184
1184
  // src/components/interaction/Command/Command.tsx
1185
1185
  var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
@@ -1356,7 +1356,7 @@ function Command({
1356
1356
  var import_react7 = require("react");
1357
1357
 
1358
1358
  // src/components/interaction/Dialog/Dialog.module.css
1359
- var Dialog_default = {"component":"bds221Dialog-component","dialog":"bds221Dialog-dialog","dialogContent":"bds221Dialog-dialogContent","closeButton":"bds221Dialog-closeButton"};
1359
+ var Dialog_default = {"component":"bds230Dialog-component","dialog":"bds230Dialog-dialog","dialogContent":"bds230Dialog-dialogContent","closeButton":"bds230Dialog-closeButton"};
1360
1360
 
1361
1361
  // src/components/interaction/Dialog/Dialog.tsx
1362
1362
  var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
@@ -1462,7 +1462,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
1462
1462
  var import_react8 = require("react");
1463
1463
 
1464
1464
  // src/components/interaction/Drawer/Drawer.module.css
1465
- var Drawer_default = {"component":"bds221Drawer-component","drawer":"bds221Drawer-drawer","--side_left":"bds221Drawer---side_left","header":"bds221Drawer-header","closeButton":"bds221Drawer-closeButton","body":"bds221Drawer-body"};
1465
+ var Drawer_default = {"component":"bds230Drawer-component","drawer":"bds230Drawer-drawer","--side_left":"bds230Drawer---side_left","header":"bds230Drawer-header","closeButton":"bds230Drawer-closeButton","body":"bds230Drawer-body"};
1466
1466
 
1467
1467
  // src/components/interaction/Drawer/Drawer.tsx
1468
1468
  var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
@@ -1563,7 +1563,7 @@ function Drawer({
1563
1563
  var import_react9 = require("react");
1564
1564
 
1565
1565
  // src/components/interaction/DropdownMenu/DropdownMenu.module.css
1566
- var DropdownMenu_default = {"component":"bds221DropdownMenu-component","wrapper":"bds221DropdownMenu-wrapper","menu":"bds221DropdownMenu-menu","--placement_bottom-start":"bds221DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds221DropdownMenu---placement_bottom-end","separator":"bds221DropdownMenu-separator","item":"bds221DropdownMenu-item","icon":"bds221DropdownMenu-icon"};
1566
+ var DropdownMenu_default = {"component":"bds230DropdownMenu-component","wrapper":"bds230DropdownMenu-wrapper","menu":"bds230DropdownMenu-menu","--placement_bottom-start":"bds230DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds230DropdownMenu---placement_bottom-end","separator":"bds230DropdownMenu-separator","item":"bds230DropdownMenu-item","icon":"bds230DropdownMenu-icon"};
1567
1567
 
1568
1568
  // src/components/interaction/DropdownMenu/DropdownMenu.tsx
1569
1569
  var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
@@ -1677,7 +1677,7 @@ function DropdownMenu({
1677
1677
  var import_react10 = require("react");
1678
1678
 
1679
1679
  // src/components/interaction/Popover/Popover.module.css
1680
- var Popover_default = {"component":"bds221Popover-component","wrapper":"bds221Popover-wrapper","panel":"bds221Popover-panel","g":"bds221Popover-g"};
1680
+ var Popover_default = {"component":"bds230Popover-component","wrapper":"bds230Popover-wrapper","panel":"bds230Popover-panel","g":"bds230Popover-g"};
1681
1681
 
1682
1682
  // src/components/interaction/Popover/Popover.tsx
1683
1683
  var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
@@ -1762,7 +1762,7 @@ function Popover({
1762
1762
  }
1763
1763
 
1764
1764
  // src/components/interaction/Rating/Rating.module.css
1765
- var Rating_default = {"component":"bds221Rating-component","rating":"bds221Rating-rating","star":"bds221Rating-star","--filled":"bds221Rating---filled"};
1765
+ var Rating_default = {"component":"bds230Rating-component","rating":"bds230Rating-rating","star":"bds230Rating-star","--filled":"bds230Rating---filled"};
1766
1766
 
1767
1767
  // src/components/interaction/Rating/Rating.tsx
1768
1768
  var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
@@ -1794,7 +1794,7 @@ function Rating({ value, max = 5, className, ...rest }) {
1794
1794
  var import_react11 = require("react");
1795
1795
 
1796
1796
  // src/components/interaction/Toast/Toast.module.css
1797
- var Toast_default = {"component":"bds221Toast-component","toastContainer":"bds221Toast-toastContainer","toast":"bds221Toast-toast","--variant_success":"bds221Toast---variant_success","--variant_warning":"bds221Toast---variant_warning","--variant_info":"bds221Toast---variant_info","--variant_error":"bds221Toast---variant_error","message":"bds221Toast-message","closeButton":"bds221Toast-closeButton"};
1797
+ var Toast_default = {"component":"bds230Toast-component","toastContainer":"bds230Toast-toastContainer","toast":"bds230Toast-toast","--variant_success":"bds230Toast---variant_success","--variant_warning":"bds230Toast---variant_warning","--variant_info":"bds230Toast---variant_info","--variant_error":"bds230Toast---variant_error","message":"bds230Toast-message","closeButton":"bds230Toast-closeButton"};
1798
1798
 
1799
1799
  // src/components/interaction/Toast/Toast.tsx
1800
1800
  var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
@@ -1872,10 +1872,10 @@ function useToast() {
1872
1872
  var import_react12 = require("react");
1873
1873
 
1874
1874
  // src/components/interaction/form/Checkbox/Checkbox.module.css
1875
- var Checkbox_default = {"component":"bds221Checkbox-component","checkboxGroup":"bds221Checkbox-checkboxGroup","inputWrapper":"bds221Checkbox-inputWrapper","checkbox":"bds221Checkbox-checkbox","checkboxError":"bds221Checkbox-checkboxError"};
1875
+ var Checkbox_default = {"component":"bds230Checkbox-component","checkboxGroup":"bds230Checkbox-checkboxGroup","inputWrapper":"bds230Checkbox-inputWrapper","checkbox":"bds230Checkbox-checkbox","checkboxError":"bds230Checkbox-checkboxError"};
1876
1876
 
1877
1877
  // src/components/interaction/form/atoms/Message.module.css
1878
- var Message_default = {"component":"bds221Message-component","error":"bds221Message-error","hint":"bds221Message-hint"};
1878
+ var Message_default = {"component":"bds230Message-component","error":"bds230Message-error","hint":"bds230Message-hint"};
1879
1879
 
1880
1880
  // src/components/interaction/form/atoms/Message.tsx
1881
1881
  var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
@@ -1886,7 +1886,7 @@ var Message = ({ message, type, inputId, className }) => {
1886
1886
  };
1887
1887
 
1888
1888
  // src/components/interaction/form/atoms/Label.module.css
1889
- var Label_default = {"component":"bds221Label-component","label":"bds221Label-label"};
1889
+ var Label_default = {"component":"bds230Label-component","label":"bds230Label-label"};
1890
1890
 
1891
1891
  // src/components/interaction/form/atoms/Label.tsx
1892
1892
  var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
@@ -1899,7 +1899,7 @@ var Label = ({ label, id, className }) => {
1899
1899
  var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
1900
1900
 
1901
1901
  // src/components/interaction/form/atoms/InputContainer.module.css
1902
- var InputContainer_default = {"component":"bds221InputContainer-component","container":"bds221InputContainer-container"};
1902
+ var InputContainer_default = {"component":"bds230InputContainer-component","container":"bds230InputContainer-container"};
1903
1903
 
1904
1904
  // src/components/interaction/form/atoms/InputContainer.tsx
1905
1905
  var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
@@ -1940,7 +1940,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
1940
1940
  var import_react13 = require("react");
1941
1941
 
1942
1942
  // src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
1943
- var CheckboxGroup_default = {"component":"bds221CheckboxGroup-component","group":"bds221CheckboxGroup-group","legend":"bds221CheckboxGroup-legend","required":"bds221CheckboxGroup-required","items":"bds221CheckboxGroup-items"};
1943
+ var CheckboxGroup_default = {"component":"bds230CheckboxGroup-component","group":"bds230CheckboxGroup-group","legend":"bds230CheckboxGroup-legend","required":"bds230CheckboxGroup-required","items":"bds230CheckboxGroup-items"};
1944
1944
 
1945
1945
  // src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
1946
1946
  var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
@@ -1982,7 +1982,7 @@ function CheckboxGroup({
1982
1982
  var import_react14 = require("react");
1983
1983
 
1984
1984
  // src/components/interaction/form/Combobox/Combobox.module.css
1985
- var Combobox_default = {"component":"bds221Combobox-component","formGroup":"bds221Combobox-formGroup","inputWrapper":"bds221Combobox-inputWrapper","input":"bds221Combobox-input","inputError":"bds221Combobox-inputError","chevron":"bds221Combobox-chevron","listbox":"bds221Combobox-listbox","option":"bds221Combobox-option","--highlighted":"bds221Combobox---highlighted","--selected":"bds221Combobox---selected","--disabled":"bds221Combobox---disabled"};
1985
+ var Combobox_default = {"component":"bds230Combobox-component","formGroup":"bds230Combobox-formGroup","inputWrapper":"bds230Combobox-inputWrapper","input":"bds230Combobox-input","inputError":"bds230Combobox-inputError","chevron":"bds230Combobox-chevron","listbox":"bds230Combobox-listbox","option":"bds230Combobox-option","--highlighted":"bds230Combobox---highlighted","--selected":"bds230Combobox---selected","--disabled":"bds230Combobox---disabled"};
1986
1986
 
1987
1987
  // src/components/interaction/form/Combobox/Combobox.tsx
1988
1988
  var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
@@ -2133,7 +2133,7 @@ function Combobox({
2133
2133
  var import_react15 = require("react");
2134
2134
 
2135
2135
  // src/components/interaction/form/FileInput/FileInput.module.css
2136
- var FileInput_default = {"component":"bds221FileInput-component","formGroup":"bds221FileInput-formGroup","fieldLabel":"bds221FileInput-fieldLabel","dropZone":"bds221FileInput-dropZone","isDragging":"bds221FileInput-isDragging","hasError":"bds221FileInput-hasError","isDisabled":"bds221FileInput-isDisabled","icon":"bds221FileInput-icon","prompt":"bds221FileInput-prompt","acceptHint":"bds221FileInput-acceptHint","hiddenInput":"bds221FileInput-hiddenInput"};
2136
+ var FileInput_default = {"component":"bds230FileInput-component","formGroup":"bds230FileInput-formGroup","fieldLabel":"bds230FileInput-fieldLabel","dropZone":"bds230FileInput-dropZone","isDragging":"bds230FileInput-isDragging","hasError":"bds230FileInput-hasError","isDisabled":"bds230FileInput-isDisabled","icon":"bds230FileInput-icon","prompt":"bds230FileInput-prompt","acceptHint":"bds230FileInput-acceptHint","hiddenInput":"bds230FileInput-hiddenInput"};
2137
2137
 
2138
2138
  // src/components/interaction/form/FileInput/FileInput.tsx
2139
2139
  var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
@@ -2234,7 +2234,7 @@ function FileInput({
2234
2234
  var import_react16 = require("react");
2235
2235
 
2236
2236
  // src/components/interaction/form/FormInput/FormInput.module.css
2237
- var FormInput_default = {"component":"bds221FormInput-component","formGroup":"bds221FormInput-formGroup","input":"bds221FormInput-input","inputError":"bds221FormInput-inputError"};
2237
+ var FormInput_default = {"component":"bds230FormInput-component","formGroup":"bds230FormInput-formGroup","input":"bds230FormInput-input","inputError":"bds230FormInput-inputError"};
2238
2238
 
2239
2239
  // src/components/interaction/form/FormInput/FormInput.tsx
2240
2240
  var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
@@ -2278,7 +2278,7 @@ function FormInput({
2278
2278
  var import_react17 = require("react");
2279
2279
 
2280
2280
  // src/components/interaction/form/NumberInput/NumberInput.module.css
2281
- var NumberInput_default = {"component":"bds221NumberInput-component","formGroup":"bds221NumberInput-formGroup","inputRow":"bds221NumberInput-inputRow","input":"bds221NumberInput-input","inputError":"bds221NumberInput-inputError","stepper":"bds221NumberInput-stepper"};
2281
+ var NumberInput_default = {"component":"bds230NumberInput-component","formGroup":"bds230NumberInput-formGroup","inputRow":"bds230NumberInput-inputRow","input":"bds230NumberInput-input","inputError":"bds230NumberInput-inputError","stepper":"bds230NumberInput-stepper"};
2282
2282
 
2283
2283
  // src/components/interaction/form/NumberInput/NumberInput.tsx
2284
2284
  var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
@@ -2383,7 +2383,7 @@ function NumberInput({
2383
2383
  var import_react18 = require("react");
2384
2384
 
2385
2385
  // src/components/interaction/form/Radio/Radio.module.css
2386
- var Radio_default = {"component":"bds221Radio-component","radioGroup":"bds221Radio-radioGroup","inputWrapper":"bds221Radio-inputWrapper","textWrapper":"bds221Radio-textWrapper","description":"bds221Radio-description","radio":"bds221Radio-radio","radioError":"bds221Radio-radioError"};
2386
+ var Radio_default = {"component":"bds230Radio-component","radioGroup":"bds230Radio-radioGroup","inputWrapper":"bds230Radio-inputWrapper","textWrapper":"bds230Radio-textWrapper","description":"bds230Radio-description","radio":"bds230Radio-radio","radioError":"bds230Radio-radioError"};
2387
2387
 
2388
2388
  // src/components/interaction/form/Radio/Radio.tsx
2389
2389
  var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
@@ -2421,7 +2421,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
2421
2421
  var import_react19 = require("react");
2422
2422
 
2423
2423
  // src/components/interaction/form/RadioGroup/RadioGroup.module.css
2424
- var RadioGroup_default = {"component":"bds221RadioGroup-component","group":"bds221RadioGroup-group","legend":"bds221RadioGroup-legend","required":"bds221RadioGroup-required","items":"bds221RadioGroup-items"};
2424
+ var RadioGroup_default = {"component":"bds230RadioGroup-component","group":"bds230RadioGroup-group","legend":"bds230RadioGroup-legend","required":"bds230RadioGroup-required","items":"bds230RadioGroup-items"};
2425
2425
 
2426
2426
  // src/components/interaction/form/RadioGroup/RadioGroup.tsx
2427
2427
  var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
@@ -2463,7 +2463,7 @@ function RadioGroup({
2463
2463
  var import_react20 = require("react");
2464
2464
 
2465
2465
  // src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
2466
- var SegmentedControl_default = {"component":"bds221SegmentedControl-component","control":"bds221SegmentedControl-control","thumb":"bds221SegmentedControl-thumb","indicator":"bds221SegmentedControl-indicator","item":"bds221SegmentedControl-item","--active":"bds221SegmentedControl---active","--disabled":"bds221SegmentedControl---disabled","--size_small":"bds221SegmentedControl---size_small","--size_large":"bds221SegmentedControl---size_large","--variant_outline":"bds221SegmentedControl---variant_outline"};
2466
+ var SegmentedControl_default = {"component":"bds230SegmentedControl-component","control":"bds230SegmentedControl-control","thumb":"bds230SegmentedControl-thumb","indicator":"bds230SegmentedControl-indicator","item":"bds230SegmentedControl-item","--active":"bds230SegmentedControl---active","--disabled":"bds230SegmentedControl---disabled","--size_small":"bds230SegmentedControl---size_small","--size_large":"bds230SegmentedControl---size_large","--variant_outline":"bds230SegmentedControl---variant_outline"};
2467
2467
 
2468
2468
  // src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
2469
2469
  var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
@@ -2519,7 +2519,7 @@ function SegmentedControl({
2519
2519
  var import_react21 = require("react");
2520
2520
 
2521
2521
  // src/components/interaction/form/Select/Select.module.css
2522
- var Select_default = {"component":"bds221Select-component","formGroup":"bds221Select-formGroup","selectWrapper":"bds221Select-selectWrapper","select":"bds221Select-select","selectError":"bds221Select-selectError","chevron":"bds221Select-chevron"};
2522
+ var Select_default = {"component":"bds230Select-component","formGroup":"bds230Select-formGroup","selectWrapper":"bds230Select-selectWrapper","select":"bds230Select-select","selectError":"bds230Select-selectError","chevron":"bds230Select-chevron"};
2523
2523
 
2524
2524
  // src/components/interaction/form/Select/Select.tsx
2525
2525
  var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
@@ -2570,7 +2570,7 @@ function Select({
2570
2570
  var import_react22 = require("react");
2571
2571
 
2572
2572
  // src/components/interaction/form/Slider/Slider.module.css
2573
- var Slider_default = {"component":"bds221Slider-component","formGroup":"bds221Slider-formGroup","labelRow":"bds221Slider-labelRow","value":"bds221Slider-value","slider":"bds221Slider-slider","sliderError":"bds221Slider-sliderError"};
2573
+ var Slider_default = {"component":"bds230Slider-component","formGroup":"bds230Slider-formGroup","labelRow":"bds230Slider-labelRow","value":"bds230Slider-value","slider":"bds230Slider-slider","sliderError":"bds230Slider-sliderError"};
2574
2574
 
2575
2575
  // src/components/interaction/form/Slider/Slider.tsx
2576
2576
  var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
@@ -2632,7 +2632,7 @@ function Slider({
2632
2632
  var import_react23 = require("react");
2633
2633
 
2634
2634
  // src/components/interaction/form/Switch/Switch.module.css
2635
- var Switch_default = {"component":"bds221Switch-component","switchGroup":"bds221Switch-switchGroup","--size_small":"bds221Switch---size_small","--size_medium":"bds221Switch---size_medium","--size_large":"bds221Switch---size_large","inputWrapper":"bds221Switch-inputWrapper","trackWrapper":"bds221Switch-trackWrapper","switch":"bds221Switch-switch","track":"bds221Switch-track","thumb":"bds221Switch-thumb","switchError":"bds221Switch-switchError"};
2635
+ var Switch_default = {"component":"bds230Switch-component","switchGroup":"bds230Switch-switchGroup","--size_small":"bds230Switch---size_small","--size_medium":"bds230Switch---size_medium","--size_large":"bds230Switch---size_large","inputWrapper":"bds230Switch-inputWrapper","trackWrapper":"bds230Switch-trackWrapper","switch":"bds230Switch-switch","track":"bds230Switch-track","thumb":"bds230Switch-thumb","switchError":"bds230Switch-switchError"};
2636
2636
 
2637
2637
  // src/components/interaction/form/Switch/Switch.tsx
2638
2638
  var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
@@ -2680,7 +2680,7 @@ function Switch({
2680
2680
  var import_react24 = require("react");
2681
2681
 
2682
2682
  // src/components/interaction/form/Textarea/Textarea.module.css
2683
- var Textarea_default = {"component":"bds221Textarea-component","formGroup":"bds221Textarea-formGroup","textarea":"bds221Textarea-textarea","textareaError":"bds221Textarea-textareaError"};
2683
+ var Textarea_default = {"component":"bds230Textarea-component","formGroup":"bds230Textarea-formGroup","textarea":"bds230Textarea-textarea","textareaError":"bds230Textarea-textareaError"};
2684
2684
 
2685
2685
  // src/components/interaction/form/Textarea/Textarea.tsx
2686
2686
  var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
@@ -2719,7 +2719,7 @@ function Textarea({
2719
2719
  }
2720
2720
 
2721
2721
  // src/components/layout/ButtonGroup/ButtonGroup.module.css
2722
- var ButtonGroup_default = {"component":"bds221ButtonGroup-component","buttonGroup":"bds221ButtonGroup-buttonGroup","container":"bds221ButtonGroup-container","--variant_card":"bds221ButtonGroup---variant_card","--variant_flow":"bds221ButtonGroup---variant_flow","--variant_modal":"bds221ButtonGroup---variant_modal","--variant_content":"bds221ButtonGroup---variant_content","--variant_grid":"bds221ButtonGroup---variant_grid"};
2722
+ var ButtonGroup_default = {"component":"bds230ButtonGroup-component","buttonGroup":"bds230ButtonGroup-buttonGroup","container":"bds230ButtonGroup-container","--variant_card":"bds230ButtonGroup---variant_card","--variant_flow":"bds230ButtonGroup---variant_flow","--variant_modal":"bds230ButtonGroup---variant_modal","--variant_content":"bds230ButtonGroup---variant_content","--variant_grid":"bds230ButtonGroup---variant_grid"};
2723
2723
 
2724
2724
  // src/components/layout/ButtonGroup/ButtonGroup.tsx
2725
2725
  var import_design_system_foundation47 = require("@boostdev/design-system-foundation");
@@ -2738,7 +2738,7 @@ function ButtonContainer({ children, className, variant, ...rest }) {
2738
2738
  var ButtonGroup = ButtonContainer;
2739
2739
 
2740
2740
  // src/components/layout/Card/Card.module.css
2741
- var Card_default = {"component":"bds221Card-component","card":"bds221Card-card","--default":"bds221Card---default","--elevated":"bds221Card---elevated","--outlined":"bds221Card---outlined","--clickable":"bds221Card---clickable","--padding-none":"bds221Card---padding-none","--padding-small":"bds221Card---padding-small","--padding-medium":"bds221Card---padding-medium","--padding-large":"bds221Card---padding-large","--padding-extra-large":"bds221Card---padding-extra-large","--text-start":"bds221Card---text-start","--text-center":"bds221Card---text-center","--text-end":"bds221Card---text-end"};
2741
+ var Card_default = {"component":"bds230Card-component","card":"bds230Card-card","--default":"bds230Card---default","--elevated":"bds230Card---elevated","--outlined":"bds230Card---outlined","--clickable":"bds230Card---clickable","--padding-none":"bds230Card---padding-none","--padding-small":"bds230Card---padding-small","--padding-medium":"bds230Card---padding-medium","--padding-large":"bds230Card---padding-large","--padding-extra-large":"bds230Card---padding-extra-large","--text-start":"bds230Card---text-start","--text-center":"bds230Card---text-center","--text-end":"bds230Card---text-end"};
2742
2742
 
2743
2743
  // src/components/layout/Card/Card.tsx
2744
2744
  var import_design_system_foundation48 = require("@boostdev/design-system-foundation");
@@ -2778,7 +2778,7 @@ function Card({
2778
2778
  var import_react26 = require("react");
2779
2779
 
2780
2780
  // src/components/layout/Grid/Grid.module.css
2781
- var Grid_default = {"component":"bds221Grid-component","grid":"bds221Grid-grid","--main":"bds221Grid---main","--page":"bds221Grid---page","--funnel":"bds221Grid---funnel","--custom":"bds221Grid---custom","--centered":"bds221Grid---centered","item":"bds221Grid-item","w3":"bds221Grid-w3","org":"bds221Grid-org","ts":"bds221Grid-ts","--masonry":"bds221Grid---masonry"};
2781
+ var Grid_default = {"component":"bds230Grid-component","grid":"bds230Grid-grid","--main":"bds230Grid---main","--page":"bds230Grid---page","--funnel":"bds230Grid---funnel","--custom":"bds230Grid---custom","--centered":"bds230Grid---centered","item":"bds230Grid-item","w3":"bds230Grid-w3","org":"bds230Grid-org","ts":"bds230Grid-ts","--masonry":"bds230Grid---masonry"};
2782
2782
 
2783
2783
  // src/components/layout/Grid/Grid.tsx
2784
2784
  var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
@@ -2790,7 +2790,7 @@ function supportsNativeMasonry() {
2790
2790
  if (typeof CSS === "undefined" || typeof CSS.supports !== "function") return false;
2791
2791
  return CSS.supports("display", "grid-lanes") || CSS.supports("grid-template-rows", "masonry");
2792
2792
  }
2793
- function applyMasonryLayout(container, rawChildren) {
2793
+ function applyMasonryLayout(container, rawChildren, options = {}) {
2794
2794
  const cs = window.getComputedStyle(container);
2795
2795
  const targetGap = parseFloat(cs.columnGap) || 0;
2796
2796
  container.style.gridAutoRows = `${ROW_UNIT_PX}px`;
@@ -2805,12 +2805,49 @@ function applyMasonryLayout(container, rawChildren) {
2805
2805
  child.style.gridRowEnd = "";
2806
2806
  child.style.alignSelf = "start";
2807
2807
  }
2808
+ const preferred = options.preferredColumnSpan ?? 0;
2809
+ if (preferred >= 2) {
2810
+ const totalCols = countGridColumns(container);
2811
+ if (totalCols > 0) {
2812
+ let col = 0;
2813
+ for (const child of children) {
2814
+ if (child.hasAttribute("data-column-span-auto")) {
2815
+ const remaining = totalCols - col;
2816
+ const span = Math.max(1, Math.min(preferred, remaining));
2817
+ child.style.gridColumn = `span ${span}`;
2818
+ col = (col + span) % totalCols;
2819
+ } else {
2820
+ const consumed = Math.min(totalCols, readExplicitSpan(child, totalCols));
2821
+ col = (col + consumed) % totalCols;
2822
+ }
2823
+ }
2824
+ }
2825
+ }
2808
2826
  const heights = children.map((child) => child.offsetHeight);
2809
2827
  for (let i = 0; i < children.length; i++) {
2810
2828
  const span = Math.max(1, Math.ceil(heights[i] + targetGap));
2811
2829
  children[i].style.gridRowEnd = `span ${span}`;
2812
2830
  }
2813
2831
  }
2832
+ function countGridColumns(container) {
2833
+ const value = window.getComputedStyle(container).gridTemplateColumns.trim();
2834
+ if (!value || value === "none") return 0;
2835
+ return value.split(/\s+/).length;
2836
+ }
2837
+ function readExplicitSpan(el, totalCols) {
2838
+ const inline = el.style.gridColumn || el.style.gridColumnEnd;
2839
+ const fromInline = parseSpan(inline, totalCols);
2840
+ if (fromInline !== null) return fromInline;
2841
+ const computed = window.getComputedStyle(el).gridColumn;
2842
+ return parseSpan(computed, totalCols) ?? 1;
2843
+ }
2844
+ function parseSpan(value, totalCols) {
2845
+ if (!value) return null;
2846
+ const match = value.match(/^\s*span\s+(\d+)/);
2847
+ if (match) return Math.max(1, Math.min(totalCols, parseInt(match[1], 10)));
2848
+ if (/\/\s*-1\b/.test(value)) return totalCols;
2849
+ return null;
2850
+ }
2814
2851
  function clearMasonryLayout(container, rawChildren) {
2815
2852
  container.style.gridAutoRows = "";
2816
2853
  container.style.gridAutoFlow = "";
@@ -2821,9 +2858,13 @@ function clearMasonryLayout(container, rawChildren) {
2821
2858
  child.style.gridRowStart = "";
2822
2859
  child.style.gridRowEnd = "";
2823
2860
  child.style.alignSelf = "";
2861
+ if (child.hasAttribute("data-column-span-auto")) {
2862
+ child.style.gridColumn = "";
2863
+ }
2824
2864
  }
2825
2865
  }
2826
- function useMasonry(ref, enabled) {
2866
+ function useMasonry(ref, enabled, options = {}) {
2867
+ const { preferredColumnSpan } = options;
2827
2868
  (0, import_react25.useLayoutEffect)(() => {
2828
2869
  const container = ref.current;
2829
2870
  if (!container || !enabled) return;
@@ -2832,7 +2873,9 @@ function useMasonry(ref, enabled) {
2832
2873
  const schedule = () => {
2833
2874
  cancelAnimationFrame(frame);
2834
2875
  frame = requestAnimationFrame(() => {
2835
- applyMasonryLayout(container, Array.from(container.children));
2876
+ applyMasonryLayout(container, Array.from(container.children), {
2877
+ preferredColumnSpan
2878
+ });
2836
2879
  });
2837
2880
  };
2838
2881
  schedule();
@@ -2851,7 +2894,7 @@ function useMasonry(ref, enabled) {
2851
2894
  mo?.disconnect();
2852
2895
  clearMasonryLayout(container, Array.from(container.children));
2853
2896
  };
2854
- }, [ref, enabled]);
2897
+ }, [ref, enabled, preferredColumnSpan]);
2855
2898
  }
2856
2899
 
2857
2900
  // src/components/layout/Grid/Grid.tsx
@@ -2869,12 +2912,13 @@ function Grid({
2869
2912
  isCentered = false,
2870
2913
  isMasonry = false,
2871
2914
  autoSpanMedia = false,
2915
+ masonryPreferredColumnSpan,
2872
2916
  as,
2873
2917
  style,
2874
2918
  ...rest
2875
2919
  }) {
2876
2920
  const ref = (0, import_react26.useRef)(null);
2877
- useMasonry(ref, isMasonry);
2921
+ useMasonry(ref, isMasonry, { preferredColumnSpan: masonryPreferredColumnSpan });
2878
2922
  const classNames = (0, import_design_system_foundation49.cn)(
2879
2923
  Grid_default.grid,
2880
2924
  Grid_default[`--${variant}`],
@@ -3004,11 +3048,13 @@ function GridItem({
3004
3048
  ...rowSpan !== void 0 ? { gridRow: `span ${rowSpan}` } : {}
3005
3049
  };
3006
3050
  const Component = as ?? "div";
3051
+ const isColumnSpanAuto = columnSpan === void 0 && !hasExplicitRange;
3007
3052
  return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
3008
3053
  Component,
3009
3054
  {
3010
3055
  ref,
3011
3056
  ...rest,
3057
+ "data-column-span-auto": isColumnSpanAuto ? "" : void 0,
3012
3058
  className: (0, import_design_system_foundation50.cn)(Grid_default.item, className),
3013
3059
  style: composedStyle,
3014
3060
  children
@@ -3017,7 +3063,7 @@ function GridItem({
3017
3063
  }
3018
3064
 
3019
3065
  // src/components/layout/SectionHeader/SectionHeader.module.css
3020
- var SectionHeader_default = {"component":"bds221SectionHeader-component","sectionHeader":"bds221SectionHeader-sectionHeader","title":"bds221SectionHeader-title","subtitle":"bds221SectionHeader-subtitle","--start":"bds221SectionHeader---start","--center":"bds221SectionHeader---center","--end":"bds221SectionHeader---end","--medium":"bds221SectionHeader---medium","--xs":"bds221SectionHeader---xs","--small":"bds221SectionHeader---small","--large":"bds221SectionHeader---large"};
3066
+ var SectionHeader_default = {"component":"bds230SectionHeader-component","sectionHeader":"bds230SectionHeader-sectionHeader","title":"bds230SectionHeader-title","subtitle":"bds230SectionHeader-subtitle","--start":"bds230SectionHeader---start","--center":"bds230SectionHeader---center","--end":"bds230SectionHeader---end","--medium":"bds230SectionHeader---medium","--xs":"bds230SectionHeader---xs","--small":"bds230SectionHeader---small","--large":"bds230SectionHeader---large"};
3021
3067
 
3022
3068
  // src/components/layout/SectionHeader/SectionHeader.tsx
3023
3069
  var import_design_system_foundation51 = require("@boostdev/design-system-foundation");
@@ -3039,7 +3085,7 @@ function SectionHeader({
3039
3085
  }
3040
3086
 
3041
3087
  // src/components/layout/IconWrapper/IconWrapper.module.css
3042
- var IconWrapper_default = {"component":"bds221IconWrapper-component","wrapper":"bds221IconWrapper-wrapper"};
3088
+ var IconWrapper_default = {"component":"bds230IconWrapper-component","wrapper":"bds230IconWrapper-wrapper"};
3043
3089
 
3044
3090
  // src/components/layout/IconWrapper/IconWrapper.tsx
3045
3091
  var import_design_system_foundation52 = require("@boostdev/design-system-foundation");