@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/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":"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"};
93
+ 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"};
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":"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"};
162
+ 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"};
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":"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"};
207
+ 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"};
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":"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"};
234
+ 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"};
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":"bds221Breadcrumb-component","breadcrumb":"bds221Breadcrumb-breadcrumb","list":"bds221Breadcrumb-list","item":"bds221Breadcrumb-item","link":"bds221Breadcrumb-link","separator":"bds221Breadcrumb-separator","current":"bds221Breadcrumb-current"};
244
+ var Breadcrumb_default = {"component":"bds230Breadcrumb-component","breadcrumb":"bds230Breadcrumb-breadcrumb","list":"bds230Breadcrumb-list","item":"bds230Breadcrumb-item","link":"bds230Breadcrumb-link","separator":"bds230Breadcrumb-separator","current":"bds230Breadcrumb-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":"bds221Collapsible-component","collapsible":"bds221Collapsible-collapsible","summary":"bds221Collapsible-summary","summaryContent":"bds221Collapsible-summaryContent","icon":"bds221Collapsible-icon","content":"bds221Collapsible-content"};
260
+ var Collapsible_default = {"component":"bds230Collapsible-component","collapsible":"bds230Collapsible-collapsible","summary":"bds230Collapsible-summary","summaryContent":"bds230Collapsible-summaryContent","icon":"bds230Collapsible-icon","content":"bds230Collapsible-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":"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"};
301
+ 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"};
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":"bds221Carousel-component","carousel":"bds221Carousel-carousel","track":"bds221Carousel-track","slide":"bds221Carousel-slide","navBtn":"bds221Carousel-navBtn"};
476
+ var Carousel_default = {"component":"bds230Carousel-component","carousel":"bds230Carousel-carousel","track":"bds230Carousel-track","slide":"bds230Carousel-slide","navBtn":"bds230Carousel-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":"bds221DescriptionList-component","list":"bds221DescriptionList-list","group":"bds221DescriptionList-group","term":"bds221DescriptionList-term","details":"bds221DescriptionList-details","--layout_inline":"bds221DescriptionList---layout_inline"};
529
+ var DescriptionList_default = {"component":"bds230DescriptionList-component","list":"bds230DescriptionList-list","group":"bds230DescriptionList-group","term":"bds230DescriptionList-term","details":"bds230DescriptionList-details","--layout_inline":"bds230DescriptionList---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":"bds221Link-component","link":"bds221Link-link","--variant_default":"bds221Link---variant_default","--variant_subtle":"bds221Link---variant_subtle","--variant_standalone":"bds221Link---variant_standalone","externalLabel":"bds221Link-externalLabel"};
542
+ 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"};
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":"bds221Loading-component","loading":"bds221Loading-loading","spinner":"bds221Loading-spinner","--size_small":"bds221Loading---size_small","--size_large":"bds221Loading---size_large"};
573
+ var Loading_default = {"component":"bds230Loading-component","loading":"bds230Loading-loading","spinner":"bds230Loading-spinner","--size_small":"bds230Loading---size_small","--size_large":"bds230Loading---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":"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"};
583
+ 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"};
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":"bds221Pagination-component","pagination":"bds221Pagination-pagination","list":"bds221Pagination-list","button":"bds221Pagination-button","--active":"bds221Pagination---active","--nav":"bds221Pagination---nav","ellipsis":"bds221Pagination-ellipsis"};
624
+ var Pagination_default = {"component":"bds230Pagination-component","pagination":"bds230Pagination-pagination","list":"bds230Pagination-list","button":"bds230Pagination-button","--active":"bds230Pagination---active","--nav":"bds230Pagination---nav","ellipsis":"bds230Pagination-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":"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"};
689
+ 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"};
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":"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"};
728
+ 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"};
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":"bds221Separator-component","separator":"bds221Separator-separator","--horizontal":"bds221Separator---horizontal","--vertical":"bds221Separator---vertical"};
809
+ var Separator_default = {"component":"bds230Separator-component","separator":"bds230Separator-separator","--horizontal":"bds230Separator---horizontal","--vertical":"bds230Separator---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":"bds221Skeleton-component","skeleton":"bds221Skeleton-skeleton"};
833
+ var Skeleton_default = {"component":"bds230Skeleton-component","skeleton":"bds230Skeleton-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":"bds221SkipLink-component","skipLink":"bds221SkipLink-skipLink"};
842
+ var SkipLink_default = {"component":"bds230SkipLink-component","skipLink":"bds230SkipLink-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":"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"};
852
+ 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"};
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":"bds221Tabs-component","tabs":"bds221Tabs-tabs","tabList":"bds221Tabs-tabList","tab":"bds221Tabs-tab","--active":"bds221Tabs---active","panel":"bds221Tabs-panel"};
922
+ var Tabs_default = {"component":"bds230Tabs-component","tabs":"bds230Tabs-tabs","tabList":"bds230Tabs-tabList","tab":"bds230Tabs-tab","--active":"bds230Tabs---active","panel":"bds230Tabs-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":"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"};
1002
+ 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"};
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":"bds221Typography-component","typography":"bds221Typography-typography","--h1":"bds221Typography---h1","--h2":"bds221Typography---h2","--h3":"bds221Typography---h3","--body":"bds221Typography---body","--body_s":"bds221Typography---body_s"};
1046
+ 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"};
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":"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"};
1064
+ 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"};
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":"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"};
1181
+ 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"};
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":"bds221Dialog-component","dialog":"bds221Dialog-dialog","dialogContent":"bds221Dialog-dialogContent","closeButton":"bds221Dialog-closeButton"};
1358
+ var Dialog_default = {"component":"bds230Dialog-component","dialog":"bds230Dialog-dialog","dialogContent":"bds230Dialog-dialogContent","closeButton":"bds230Dialog-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":"bds221Drawer-component","drawer":"bds221Drawer-drawer","--side_left":"bds221Drawer---side_left","header":"bds221Drawer-header","closeButton":"bds221Drawer-closeButton","body":"bds221Drawer-body"};
1464
+ var Drawer_default = {"component":"bds230Drawer-component","drawer":"bds230Drawer-drawer","--side_left":"bds230Drawer---side_left","header":"bds230Drawer-header","closeButton":"bds230Drawer-closeButton","body":"bds230Drawer-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":"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"};
1565
+ 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"};
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":"bds221Popover-component","wrapper":"bds221Popover-wrapper","panel":"bds221Popover-panel","g":"bds221Popover-g"};
1679
+ var Popover_default = {"component":"bds230Popover-component","wrapper":"bds230Popover-wrapper","panel":"bds230Popover-panel","g":"bds230Popover-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":"bds221Rating-component","rating":"bds221Rating-rating","star":"bds221Rating-star","--filled":"bds221Rating---filled"};
1764
+ var Rating_default = {"component":"bds230Rating-component","rating":"bds230Rating-rating","star":"bds230Rating-star","--filled":"bds230Rating---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":"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"};
1796
+ 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"};
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":"bds221Checkbox-component","checkboxGroup":"bds221Checkbox-checkboxGroup","inputWrapper":"bds221Checkbox-inputWrapper","checkbox":"bds221Checkbox-checkbox","checkboxError":"bds221Checkbox-checkboxError"};
1874
+ var Checkbox_default = {"component":"bds230Checkbox-component","checkboxGroup":"bds230Checkbox-checkboxGroup","inputWrapper":"bds230Checkbox-inputWrapper","checkbox":"bds230Checkbox-checkbox","checkboxError":"bds230Checkbox-checkboxError"};
1875
1875
 
1876
1876
  // src/components/interaction/form/atoms/Message.module.css
1877
- var Message_default = {"component":"bds221Message-component","error":"bds221Message-error","hint":"bds221Message-hint"};
1877
+ var Message_default = {"component":"bds230Message-component","error":"bds230Message-error","hint":"bds230Message-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":"bds221Label-component","label":"bds221Label-label"};
1888
+ var Label_default = {"component":"bds230Label-component","label":"bds230Label-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":"bds221InputContainer-component","container":"bds221InputContainer-container"};
1901
+ var InputContainer_default = {"component":"bds230InputContainer-component","container":"bds230InputContainer-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":"bds221CheckboxGroup-component","group":"bds221CheckboxGroup-group","legend":"bds221CheckboxGroup-legend","required":"bds221CheckboxGroup-required","items":"bds221CheckboxGroup-items"};
1942
+ var CheckboxGroup_default = {"component":"bds230CheckboxGroup-component","group":"bds230CheckboxGroup-group","legend":"bds230CheckboxGroup-legend","required":"bds230CheckboxGroup-required","items":"bds230CheckboxGroup-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":"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"};
1984
+ 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"};
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":"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"};
2135
+ 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"};
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":"bds221FormInput-component","formGroup":"bds221FormInput-formGroup","input":"bds221FormInput-input","inputError":"bds221FormInput-inputError"};
2236
+ var FormInput_default = {"component":"bds230FormInput-component","formGroup":"bds230FormInput-formGroup","input":"bds230FormInput-input","inputError":"bds230FormInput-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":"bds221NumberInput-component","formGroup":"bds221NumberInput-formGroup","inputRow":"bds221NumberInput-inputRow","input":"bds221NumberInput-input","inputError":"bds221NumberInput-inputError","stepper":"bds221NumberInput-stepper"};
2280
+ var NumberInput_default = {"component":"bds230NumberInput-component","formGroup":"bds230NumberInput-formGroup","inputRow":"bds230NumberInput-inputRow","input":"bds230NumberInput-input","inputError":"bds230NumberInput-inputError","stepper":"bds230NumberInput-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":"bds221Radio-component","radioGroup":"bds221Radio-radioGroup","inputWrapper":"bds221Radio-inputWrapper","textWrapper":"bds221Radio-textWrapper","description":"bds221Radio-description","radio":"bds221Radio-radio","radioError":"bds221Radio-radioError"};
2385
+ var Radio_default = {"component":"bds230Radio-component","radioGroup":"bds230Radio-radioGroup","inputWrapper":"bds230Radio-inputWrapper","textWrapper":"bds230Radio-textWrapper","description":"bds230Radio-description","radio":"bds230Radio-radio","radioError":"bds230Radio-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":"bds221RadioGroup-component","group":"bds221RadioGroup-group","legend":"bds221RadioGroup-legend","required":"bds221RadioGroup-required","items":"bds221RadioGroup-items"};
2423
+ var RadioGroup_default = {"component":"bds230RadioGroup-component","group":"bds230RadioGroup-group","legend":"bds230RadioGroup-legend","required":"bds230RadioGroup-required","items":"bds230RadioGroup-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":"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"};
2465
+ 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"};
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":"bds221Select-component","formGroup":"bds221Select-formGroup","selectWrapper":"bds221Select-selectWrapper","select":"bds221Select-select","selectError":"bds221Select-selectError","chevron":"bds221Select-chevron"};
2521
+ var Select_default = {"component":"bds230Select-component","formGroup":"bds230Select-formGroup","selectWrapper":"bds230Select-selectWrapper","select":"bds230Select-select","selectError":"bds230Select-selectError","chevron":"bds230Select-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":"bds221Slider-component","formGroup":"bds221Slider-formGroup","labelRow":"bds221Slider-labelRow","value":"bds221Slider-value","slider":"bds221Slider-slider","sliderError":"bds221Slider-sliderError"};
2572
+ var Slider_default = {"component":"bds230Slider-component","formGroup":"bds230Slider-formGroup","labelRow":"bds230Slider-labelRow","value":"bds230Slider-value","slider":"bds230Slider-slider","sliderError":"bds230Slider-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":"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"};
2634
+ 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"};
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":"bds221Textarea-component","formGroup":"bds221Textarea-formGroup","textarea":"bds221Textarea-textarea","textareaError":"bds221Textarea-textareaError"};
2682
+ var Textarea_default = {"component":"bds230Textarea-component","formGroup":"bds230Textarea-formGroup","textarea":"bds230Textarea-textarea","textareaError":"bds230Textarea-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":"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"};
2721
+ 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"};
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":"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"};
2740
+ 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"};
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":"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"};
2780
+ 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"};
2781
2781
 
2782
2782
  // src/components/layout/Grid/Grid.tsx
2783
2783
  var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
@@ -2789,7 +2789,7 @@ function supportsNativeMasonry() {
2789
2789
  if (typeof CSS === "undefined" || typeof CSS.supports !== "function") return false;
2790
2790
  return CSS.supports("display", "grid-lanes") || CSS.supports("grid-template-rows", "masonry");
2791
2791
  }
2792
- function applyMasonryLayout(container, rawChildren) {
2792
+ function applyMasonryLayout(container, rawChildren, options = {}) {
2793
2793
  const cs = window.getComputedStyle(container);
2794
2794
  const targetGap = parseFloat(cs.columnGap) || 0;
2795
2795
  container.style.gridAutoRows = `${ROW_UNIT_PX}px`;
@@ -2804,12 +2804,49 @@ function applyMasonryLayout(container, rawChildren) {
2804
2804
  child.style.gridRowEnd = "";
2805
2805
  child.style.alignSelf = "start";
2806
2806
  }
2807
+ const preferred = options.preferredColumnSpan ?? 0;
2808
+ if (preferred >= 2) {
2809
+ const totalCols = countGridColumns(container);
2810
+ if (totalCols > 0) {
2811
+ let col = 0;
2812
+ for (const child of children) {
2813
+ if (child.hasAttribute("data-column-span-auto")) {
2814
+ const remaining = totalCols - col;
2815
+ const span = Math.max(1, Math.min(preferred, remaining));
2816
+ child.style.gridColumn = `span ${span}`;
2817
+ col = (col + span) % totalCols;
2818
+ } else {
2819
+ const consumed = Math.min(totalCols, readExplicitSpan(child, totalCols));
2820
+ col = (col + consumed) % totalCols;
2821
+ }
2822
+ }
2823
+ }
2824
+ }
2807
2825
  const heights = children.map((child) => child.offsetHeight);
2808
2826
  for (let i = 0; i < children.length; i++) {
2809
2827
  const span = Math.max(1, Math.ceil(heights[i] + targetGap));
2810
2828
  children[i].style.gridRowEnd = `span ${span}`;
2811
2829
  }
2812
2830
  }
2831
+ function countGridColumns(container) {
2832
+ const value = window.getComputedStyle(container).gridTemplateColumns.trim();
2833
+ if (!value || value === "none") return 0;
2834
+ return value.split(/\s+/).length;
2835
+ }
2836
+ function readExplicitSpan(el, totalCols) {
2837
+ const inline = el.style.gridColumn || el.style.gridColumnEnd;
2838
+ const fromInline = parseSpan(inline, totalCols);
2839
+ if (fromInline !== null) return fromInline;
2840
+ const computed = window.getComputedStyle(el).gridColumn;
2841
+ return parseSpan(computed, totalCols) ?? 1;
2842
+ }
2843
+ function parseSpan(value, totalCols) {
2844
+ if (!value) return null;
2845
+ const match = value.match(/^\s*span\s+(\d+)/);
2846
+ if (match) return Math.max(1, Math.min(totalCols, parseInt(match[1], 10)));
2847
+ if (/\/\s*-1\b/.test(value)) return totalCols;
2848
+ return null;
2849
+ }
2813
2850
  function clearMasonryLayout(container, rawChildren) {
2814
2851
  container.style.gridAutoRows = "";
2815
2852
  container.style.gridAutoFlow = "";
@@ -2820,9 +2857,13 @@ function clearMasonryLayout(container, rawChildren) {
2820
2857
  child.style.gridRowStart = "";
2821
2858
  child.style.gridRowEnd = "";
2822
2859
  child.style.alignSelf = "";
2860
+ if (child.hasAttribute("data-column-span-auto")) {
2861
+ child.style.gridColumn = "";
2862
+ }
2823
2863
  }
2824
2864
  }
2825
- function useMasonry(ref, enabled) {
2865
+ function useMasonry(ref, enabled, options = {}) {
2866
+ const { preferredColumnSpan } = options;
2826
2867
  (0, import_react25.useLayoutEffect)(() => {
2827
2868
  const container = ref.current;
2828
2869
  if (!container || !enabled) return;
@@ -2831,7 +2872,9 @@ function useMasonry(ref, enabled) {
2831
2872
  const schedule = () => {
2832
2873
  cancelAnimationFrame(frame);
2833
2874
  frame = requestAnimationFrame(() => {
2834
- applyMasonryLayout(container, Array.from(container.children));
2875
+ applyMasonryLayout(container, Array.from(container.children), {
2876
+ preferredColumnSpan
2877
+ });
2835
2878
  });
2836
2879
  };
2837
2880
  schedule();
@@ -2850,7 +2893,7 @@ function useMasonry(ref, enabled) {
2850
2893
  mo?.disconnect();
2851
2894
  clearMasonryLayout(container, Array.from(container.children));
2852
2895
  };
2853
- }, [ref, enabled]);
2896
+ }, [ref, enabled, preferredColumnSpan]);
2854
2897
  }
2855
2898
 
2856
2899
  // src/components/layout/Grid/Grid.tsx
@@ -2868,12 +2911,13 @@ function Grid({
2868
2911
  isCentered = false,
2869
2912
  isMasonry = false,
2870
2913
  autoSpanMedia = false,
2914
+ masonryPreferredColumnSpan,
2871
2915
  as,
2872
2916
  style,
2873
2917
  ...rest
2874
2918
  }) {
2875
2919
  const ref = (0, import_react26.useRef)(null);
2876
- useMasonry(ref, isMasonry);
2920
+ useMasonry(ref, isMasonry, { preferredColumnSpan: masonryPreferredColumnSpan });
2877
2921
  const classNames = (0, import_design_system_foundation49.cn)(
2878
2922
  Grid_default.grid,
2879
2923
  Grid_default[`--${variant}`],
@@ -3003,11 +3047,13 @@ function GridItem({
3003
3047
  ...rowSpan !== void 0 ? { gridRow: `span ${rowSpan}` } : {}
3004
3048
  };
3005
3049
  const Component = as ?? "div";
3050
+ const isColumnSpanAuto = columnSpan === void 0 && !hasExplicitRange;
3006
3051
  return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
3007
3052
  Component,
3008
3053
  {
3009
3054
  ref,
3010
3055
  ...rest,
3056
+ "data-column-span-auto": isColumnSpanAuto ? "" : void 0,
3011
3057
  className: (0, import_design_system_foundation50.cn)(Grid_default.item, className),
3012
3058
  style: composedStyle,
3013
3059
  children
@@ -3016,7 +3062,7 @@ function GridItem({
3016
3062
  }
3017
3063
 
3018
3064
  // src/components/layout/SectionHeader/SectionHeader.module.css
3019
- 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"};
3065
+ 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"};
3020
3066
 
3021
3067
  // src/components/layout/SectionHeader/SectionHeader.tsx
3022
3068
  var import_design_system_foundation51 = require("@boostdev/design-system-foundation");
@@ -3038,7 +3084,7 @@ function SectionHeader({
3038
3084
  }
3039
3085
 
3040
3086
  // src/components/layout/IconWrapper/IconWrapper.module.css
3041
- var IconWrapper_default = {"component":"bds221IconWrapper-component","wrapper":"bds221IconWrapper-wrapper"};
3087
+ var IconWrapper_default = {"component":"bds230IconWrapper-component","wrapper":"bds230IconWrapper-wrapper"};
3042
3088
 
3043
3089
  // src/components/layout/IconWrapper/IconWrapper.tsx
3044
3090
  var import_design_system_foundation52 = require("@boostdev/design-system-foundation");