@boostdev/design-system-components 2.2.1 → 2.4.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.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import { useId, useState } from "react";
3
3
 
4
4
  // src/components/ui/Accordion/Accordion.module.css
5
- 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"};
5
+ var Accordion_default = {"component":"bds240Accordion-component","accordion":"bds240Accordion-accordion","item":"bds240Accordion-item","heading":"bds240Accordion-heading","trigger":"bds240Accordion-trigger","triggerLabel":"bds240Accordion-triggerLabel","chevron":"bds240Accordion-chevron","--open":"bds240Accordion---open","panel":"bds240Accordion-panel","panelContent":"bds240Accordion-panelContent"};
6
6
 
7
7
  // src/components/ui/Accordion/Accordion.tsx
8
8
  import { cn } from "@boostdev/design-system-foundation";
@@ -71,7 +71,7 @@ function Accordion({
71
71
  }
72
72
 
73
73
  // src/components/ui/Alert/Alert.module.css
74
- 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"};
74
+ var Alert_default = {"component":"bds240Alert-component","alert":"bds240Alert-alert","--variant_info":"bds240Alert---variant_info","--variant_success":"bds240Alert---variant_success","--variant_warning":"bds240Alert---variant_warning","--variant_error":"bds240Alert---variant_error","icon":"bds240Alert-icon","content":"bds240Alert-content","title":"bds240Alert-title","dismiss":"bds240Alert-dismiss"};
75
75
 
76
76
  // src/components/ui/Alert/Alert.tsx
77
77
  import { cn as cn2 } from "@boostdev/design-system-foundation";
@@ -116,7 +116,7 @@ function Alert({
116
116
  }
117
117
 
118
118
  // src/components/ui/Avatar/Avatar.module.css
119
- 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"};
119
+ var Avatar_default = {"component":"bds240Avatar-component","avatar":"bds240Avatar-avatar","--fallback":"bds240Avatar---fallback","--size_small":"bds240Avatar---size_small","--size_medium":"bds240Avatar---size_medium","--size_large":"bds240Avatar---size_large","image":"bds240Avatar-image","initials":"bds240Avatar-initials"};
120
120
 
121
121
  // src/components/ui/Avatar/Avatar.tsx
122
122
  import { cn as cn3 } from "@boostdev/design-system-foundation";
@@ -143,7 +143,7 @@ function Avatar({ src, alt, name, size = "medium", className, ...rest }) {
143
143
  }
144
144
 
145
145
  // src/components/ui/Badge/Badge.module.css
146
- 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"};
146
+ var Badge_default = {"component":"bds240Badge-component","badge":"bds240Badge-badge","--variant_primary":"bds240Badge---variant_primary","--variant_secondary":"bds240Badge---variant_secondary","--variant_success":"bds240Badge---variant_success","--variant_error":"bds240Badge---variant_error","--variant_warning":"bds240Badge---variant_warning"};
147
147
 
148
148
  // src/components/ui/Badge/Badge.tsx
149
149
  import { cn as cn4 } from "@boostdev/design-system-foundation";
@@ -153,7 +153,7 @@ function Badge({ children, variant = "primary", className, ...rest }) {
153
153
  }
154
154
 
155
155
  // src/components/ui/Breadcrumb/Breadcrumb.module.css
156
- var Breadcrumb_default = {"component":"bds221Breadcrumb-component","breadcrumb":"bds221Breadcrumb-breadcrumb","list":"bds221Breadcrumb-list","item":"bds221Breadcrumb-item","link":"bds221Breadcrumb-link","separator":"bds221Breadcrumb-separator","current":"bds221Breadcrumb-current"};
156
+ var Breadcrumb_default = {"component":"bds240Breadcrumb-component","breadcrumb":"bds240Breadcrumb-breadcrumb","list":"bds240Breadcrumb-list","item":"bds240Breadcrumb-item","link":"bds240Breadcrumb-link","separator":"bds240Breadcrumb-separator","current":"bds240Breadcrumb-current"};
157
157
 
158
158
  // src/components/ui/Breadcrumb/Breadcrumb.tsx
159
159
  import { cn as cn5 } from "@boostdev/design-system-foundation";
@@ -169,7 +169,7 @@ function Breadcrumb({ items, className, ...rest }) {
169
169
  }
170
170
 
171
171
  // src/components/ui/Collapsible/Collapsible.module.css
172
- var Collapsible_default = {"component":"bds221Collapsible-component","collapsible":"bds221Collapsible-collapsible","summary":"bds221Collapsible-summary","summaryContent":"bds221Collapsible-summaryContent","icon":"bds221Collapsible-icon","content":"bds221Collapsible-content"};
172
+ var Collapsible_default = {"component":"bds240Collapsible-component","collapsible":"bds240Collapsible-collapsible","summary":"bds240Collapsible-summary","summaryContent":"bds240Collapsible-summaryContent","icon":"bds240Collapsible-icon","content":"bds240Collapsible-content"};
173
173
 
174
174
  // src/components/ui/Collapsible/Collapsible.tsx
175
175
  import { cn as cn6 } from "@boostdev/design-system-foundation";
@@ -210,7 +210,7 @@ function Collapsible({
210
210
  import { useState as useState2, useId as useId2 } from "react";
211
211
 
212
212
  // src/components/ui/Calendar/Calendar.module.css
213
- 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"};
213
+ var Calendar_default = {"component":"bds240Calendar-component","calendar":"bds240Calendar-calendar","header":"bds240Calendar-header","monthYear":"bds240Calendar-monthYear","navBtn":"bds240Calendar-navBtn","grid":"bds240Calendar-grid","weekday":"bds240Calendar-weekday","empty":"bds240Calendar-empty","day":"bds240Calendar-day","disabled":"bds240Calendar-disabled","selected":"bds240Calendar-selected","today":"bds240Calendar-today"};
214
214
 
215
215
  // src/components/ui/Calendar/Calendar.tsx
216
216
  import { cn as cn7 } from "@boostdev/design-system-foundation";
@@ -385,7 +385,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className, ...rest
385
385
  import { useRef, useId as useId3 } from "react";
386
386
 
387
387
  // src/components/ui/Carousel/Carousel.module.css
388
- var Carousel_default = {"component":"bds221Carousel-component","carousel":"bds221Carousel-carousel","track":"bds221Carousel-track","slide":"bds221Carousel-slide","navBtn":"bds221Carousel-navBtn"};
388
+ var Carousel_default = {"component":"bds240Carousel-component","carousel":"bds240Carousel-carousel","track":"bds240Carousel-track","slide":"bds240Carousel-slide","navBtn":"bds240Carousel-navBtn"};
389
389
 
390
390
  // src/components/ui/Carousel/Carousel.tsx
391
391
  import { cn as cn8 } from "@boostdev/design-system-foundation";
@@ -438,7 +438,7 @@ function Carousel({ items, label, className, ...rest }) {
438
438
  }
439
439
 
440
440
  // src/components/ui/DescriptionList/DescriptionList.module.css
441
- var DescriptionList_default = {"component":"bds221DescriptionList-component","list":"bds221DescriptionList-list","group":"bds221DescriptionList-group","term":"bds221DescriptionList-term","details":"bds221DescriptionList-details","--layout_inline":"bds221DescriptionList---layout_inline"};
441
+ var DescriptionList_default = {"component":"bds240DescriptionList-component","list":"bds240DescriptionList-list","group":"bds240DescriptionList-group","term":"bds240DescriptionList-term","details":"bds240DescriptionList-details","--layout_inline":"bds240DescriptionList---layout_inline"};
442
442
 
443
443
  // src/components/ui/DescriptionList/DescriptionList.tsx
444
444
  import { cn as cn9 } from "@boostdev/design-system-foundation";
@@ -451,7 +451,7 @@ function DescriptionList({ items, layout = "stacked", className, ...rest }) {
451
451
  }
452
452
 
453
453
  // src/components/ui/Link/Link.module.css
454
- 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"};
454
+ var Link_default = {"component":"bds240Link-component","link":"bds240Link-link","--variant_default":"bds240Link---variant_default","--variant_subtle":"bds240Link---variant_subtle","--variant_standalone":"bds240Link---variant_standalone","externalLabel":"bds240Link-externalLabel"};
455
455
 
456
456
  // src/components/ui/Link/Link.tsx
457
457
  import { cn as cn10 } from "@boostdev/design-system-foundation";
@@ -482,7 +482,7 @@ function Link({
482
482
  }
483
483
 
484
484
  // src/components/ui/Loading/Loading.module.css
485
- var Loading_default = {"component":"bds221Loading-component","loading":"bds221Loading-loading","spinner":"bds221Loading-spinner","--size_small":"bds221Loading---size_small","--size_large":"bds221Loading---size_large"};
485
+ var Loading_default = {"component":"bds240Loading-component","loading":"bds240Loading-loading","spinner":"bds240Loading-spinner","--size_small":"bds240Loading---size_small","--size_large":"bds240Loading---size_large"};
486
486
 
487
487
  // src/components/ui/Loading/Loading.tsx
488
488
  import { cn as cn11 } from "@boostdev/design-system-foundation";
@@ -492,7 +492,7 @@ function Loading({ size = "medium", className, ...rest }) {
492
492
  }
493
493
 
494
494
  // src/components/ui/NotificationBanner/NotificationBanner.module.css
495
- 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"};
495
+ var NotificationBanner_default = {"component":"bds240NotificationBanner-component","banner":"bds240NotificationBanner-banner","--variant_info":"bds240NotificationBanner---variant_info","--variant_success":"bds240NotificationBanner---variant_success","--variant_warning":"bds240NotificationBanner---variant_warning","--variant_error":"bds240NotificationBanner---variant_error","content":"bds240NotificationBanner-content","action":"bds240NotificationBanner-action","dismiss":"bds240NotificationBanner-dismiss"};
496
496
 
497
497
  // src/components/ui/NotificationBanner/NotificationBanner.tsx
498
498
  import { cn as cn12 } from "@boostdev/design-system-foundation";
@@ -533,7 +533,7 @@ function NotificationBanner({
533
533
  }
534
534
 
535
535
  // src/components/ui/Pagination/Pagination.module.css
536
- var Pagination_default = {"component":"bds221Pagination-component","pagination":"bds221Pagination-pagination","list":"bds221Pagination-list","button":"bds221Pagination-button","--active":"bds221Pagination---active","--nav":"bds221Pagination---nav","ellipsis":"bds221Pagination-ellipsis"};
536
+ var Pagination_default = {"component":"bds240Pagination-component","pagination":"bds240Pagination-pagination","list":"bds240Pagination-list","button":"bds240Pagination-button","--active":"bds240Pagination---active","--nav":"bds240Pagination---nav","ellipsis":"bds240Pagination-ellipsis"};
537
537
 
538
538
  // src/components/ui/Pagination/Pagination.tsx
539
539
  import { cn as cn13 } from "@boostdev/design-system-foundation";
@@ -598,7 +598,7 @@ function Pagination({
598
598
  }
599
599
 
600
600
  // src/components/ui/Progress/Progress.module.css
601
- 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"};
601
+ var Progress_default = {"component":"bds240Progress-component","container":"bds240Progress-container","labelRow":"bds240Progress-labelRow","value":"bds240Progress-value","track":"bds240Progress-track","--size_small":"bds240Progress---size_small","--size_medium":"bds240Progress---size_medium","--size_large":"bds240Progress---size_large","fill":"bds240Progress-fill"};
602
602
 
603
603
  // src/components/ui/Progress/Progress.tsx
604
604
  import { cn as cn14 } from "@boostdev/design-system-foundation";
@@ -637,7 +637,7 @@ function Progress({
637
637
  }
638
638
 
639
639
  // src/components/ui/ProgressCircle/ProgressCircle.module.css
640
- 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"};
640
+ var ProgressCircle_default = {"component":"bds240ProgressCircle-component","wrapper":"bds240ProgressCircle-wrapper","svg":"bds240ProgressCircle-svg","track":"bds240ProgressCircle-track","fill":"bds240ProgressCircle-fill","value":"bds240ProgressCircle-value","--size_small":"bds240ProgressCircle---size_small","--size_medium":"bds240ProgressCircle---size_medium","--size_large":"bds240ProgressCircle---size_large"};
641
641
 
642
642
  // src/components/ui/ProgressCircle/ProgressCircle.tsx
643
643
  import { cn as cn15 } from "@boostdev/design-system-foundation";
@@ -718,7 +718,7 @@ function ProgressCircle({
718
718
  }
719
719
 
720
720
  // src/components/ui/Separator/Separator.module.css
721
- var Separator_default = {"component":"bds221Separator-component","separator":"bds221Separator-separator","--horizontal":"bds221Separator---horizontal","--vertical":"bds221Separator---vertical"};
721
+ var Separator_default = {"component":"bds240Separator-component","separator":"bds240Separator-separator","--horizontal":"bds240Separator---horizontal","--vertical":"bds240Separator---vertical"};
722
722
 
723
723
  // src/components/ui/Separator/Separator.tsx
724
724
  import { cn as cn16 } from "@boostdev/design-system-foundation";
@@ -742,7 +742,7 @@ function Separator({ orientation = "horizontal", className, ...rest }) {
742
742
  import { cn as cn17 } from "@boostdev/design-system-foundation";
743
743
 
744
744
  // src/components/ui/Skeleton/Skeleton.module.css
745
- var Skeleton_default = {"component":"bds221Skeleton-component","skeleton":"bds221Skeleton-skeleton"};
745
+ var Skeleton_default = {"component":"bds240Skeleton-component","skeleton":"bds240Skeleton-skeleton"};
746
746
 
747
747
  // src/components/ui/Skeleton/Skeleton.tsx
748
748
  import { jsx as jsx17 } from "react/jsx-runtime";
@@ -751,7 +751,7 @@ function Skeleton({ className, ...rest }) {
751
751
  }
752
752
 
753
753
  // src/components/ui/SkipLink/SkipLink.module.css
754
- var SkipLink_default = {"component":"bds221SkipLink-component","skipLink":"bds221SkipLink-skipLink"};
754
+ var SkipLink_default = {"component":"bds240SkipLink-component","skipLink":"bds240SkipLink-skipLink"};
755
755
 
756
756
  // src/components/ui/SkipLink/SkipLink.tsx
757
757
  import { cn as cn18 } from "@boostdev/design-system-foundation";
@@ -761,7 +761,7 @@ function SkipLink({ href = "#main", children = "Skip to main content", className
761
761
  }
762
762
 
763
763
  // src/components/ui/Table/Table.module.css
764
- 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"};
764
+ var Table_default = {"component":"bds240Table-component","wrapper":"bds240Table-wrapper","table":"bds240Table-table","caption":"bds240Table-caption","thead":"bds240Table-thead","th":"bds240Table-th","--sortable":"bds240Table---sortable","sortButton":"bds240Table-sortButton","sortIcon":"bds240Table-sortIcon","--sort-active":"bds240Table---sort-active","--sort-desc":"bds240Table---sort-desc","tbody":"bds240Table-tbody","tr":"bds240Table-tr","td":"bds240Table-td"};
765
765
 
766
766
  // src/components/ui/Table/Table.tsx
767
767
  import { cn as cn19 } from "@boostdev/design-system-foundation";
@@ -831,7 +831,7 @@ function Table({
831
831
  import { useId as useId4, useRef as useRef2, useState as useState3 } from "react";
832
832
 
833
833
  // src/components/ui/Tabs/Tabs.module.css
834
- var Tabs_default = {"component":"bds221Tabs-component","tabs":"bds221Tabs-tabs","tabList":"bds221Tabs-tabList","tab":"bds221Tabs-tab","--active":"bds221Tabs---active","panel":"bds221Tabs-panel"};
834
+ var Tabs_default = {"component":"bds240Tabs-component","tabs":"bds240Tabs-tabs","tabList":"bds240Tabs-tabList","tab":"bds240Tabs-tab","--active":"bds240Tabs---active","panel":"bds240Tabs-panel"};
835
835
 
836
836
  // src/components/ui/Tabs/Tabs.tsx
837
837
  import { cn as cn20 } from "@boostdev/design-system-foundation";
@@ -911,7 +911,7 @@ function Tabs({ tabs, defaultTab, className, ...rest }) {
911
911
  import { cloneElement, isValidElement, useId as useId5, useState as useState4 } from "react";
912
912
 
913
913
  // src/components/ui/Tooltip/Tooltip.module.css
914
- 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"};
914
+ var Tooltip_default = {"component":"bds240Tooltip-component","wrapper":"bds240Tooltip-wrapper","tooltip":"bds240Tooltip-tooltip","--placement_top":"bds240Tooltip---placement_top","--placement_bottom":"bds240Tooltip---placement_bottom","--placement_left":"bds240Tooltip---placement_left","--placement_right":"bds240Tooltip---placement_right"};
915
915
 
916
916
  // src/components/ui/Tooltip/Tooltip.tsx
917
917
  import { cn as cn21 } from "@boostdev/design-system-foundation";
@@ -955,7 +955,7 @@ function Tooltip({
955
955
  }
956
956
 
957
957
  // src/components/ui/Typography/Typography.module.css
958
- 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"};
958
+ var Typography_default = {"component":"bds240Typography-component","typography":"bds240Typography-typography","--h1":"bds240Typography---h1","--h2":"bds240Typography---h2","--h3":"bds240Typography---h3","--body":"bds240Typography---body","--body_s":"bds240Typography---body_s"};
959
959
 
960
960
  // src/components/ui/Typography/Typography.tsx
961
961
  import { cn as cn22 } from "@boostdev/design-system-foundation";
@@ -973,7 +973,7 @@ function Typography({ variant = "body", component, children, className, ...rest
973
973
  }
974
974
 
975
975
  // src/components/interaction/Button/Button.module.css
976
- 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"};
976
+ var Button_default = {"component":"bds240Button-component","button":"bds240Button-button","--default":"bds240Button---default","--outline":"bds240Button---outline","--ghost":"bds240Button---ghost","--size_small":"bds240Button---size_small","--size_medium":"bds240Button---size_medium","--size_large":"bds240Button---size_large","--hasPulse":"bds240Button---hasPulse","iconStart":"bds240Button-iconStart","iconEnd":"bds240Button-iconEnd","--iconOnly":"bds240Button---iconOnly"};
977
977
 
978
978
  // src/components/interaction/Button/Button.tsx
979
979
  import { cn as cn23 } from "@boostdev/design-system-foundation";
@@ -1090,7 +1090,7 @@ function installInvokerCommandsPolyfill() {
1090
1090
  }
1091
1091
 
1092
1092
  // src/components/interaction/Command/Command.module.css
1093
- 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"};
1093
+ var Command_default = {"component":"bds240Command-component","dialog":"bds240Command-dialog","palette":"bds240Command-palette","searchRow":"bds240Command-searchRow","searchIcon":"bds240Command-searchIcon","search":"bds240Command-search","escHint":"bds240Command-escHint","list":"bds240Command-list","groupList":"bds240Command-groupList","group":"bds240Command-group","item":"bds240Command-item","itemActive":"bds240Command-itemActive","itemLabel":"bds240Command-itemLabel","itemDesc":"bds240Command-itemDesc","shortcut":"bds240Command-shortcut","empty":"bds240Command-empty"};
1094
1094
 
1095
1095
  // src/components/interaction/Command/Command.tsx
1096
1096
  import { cn as cn24 } from "@boostdev/design-system-foundation";
@@ -1267,7 +1267,7 @@ function Command({
1267
1267
  import { useEffect as useEffect2, useId as useId7, useRef as useRef4 } from "react";
1268
1268
 
1269
1269
  // src/components/interaction/Dialog/Dialog.module.css
1270
- var Dialog_default = {"component":"bds221Dialog-component","dialog":"bds221Dialog-dialog","dialogContent":"bds221Dialog-dialogContent","closeButton":"bds221Dialog-closeButton"};
1270
+ var Dialog_default = {"component":"bds240Dialog-component","dialog":"bds240Dialog-dialog","dialogContent":"bds240Dialog-dialogContent","closeButton":"bds240Dialog-closeButton"};
1271
1271
 
1272
1272
  // src/components/interaction/Dialog/Dialog.tsx
1273
1273
  import { cn as cn25 } from "@boostdev/design-system-foundation";
@@ -1373,7 +1373,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
1373
1373
  import { useEffect as useEffect3, useId as useId8, useRef as useRef5 } from "react";
1374
1374
 
1375
1375
  // src/components/interaction/Drawer/Drawer.module.css
1376
- var Drawer_default = {"component":"bds221Drawer-component","drawer":"bds221Drawer-drawer","--side_left":"bds221Drawer---side_left","header":"bds221Drawer-header","closeButton":"bds221Drawer-closeButton","body":"bds221Drawer-body"};
1376
+ var Drawer_default = {"component":"bds240Drawer-component","drawer":"bds240Drawer-drawer","--side_left":"bds240Drawer---side_left","header":"bds240Drawer-header","closeButton":"bds240Drawer-closeButton","body":"bds240Drawer-body"};
1377
1377
 
1378
1378
  // src/components/interaction/Drawer/Drawer.tsx
1379
1379
  import { cn as cn26 } from "@boostdev/design-system-foundation";
@@ -1481,7 +1481,7 @@ import {
1481
1481
  } from "react";
1482
1482
 
1483
1483
  // src/components/interaction/DropdownMenu/DropdownMenu.module.css
1484
- 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"};
1484
+ var DropdownMenu_default = {"component":"bds240DropdownMenu-component","wrapper":"bds240DropdownMenu-wrapper","menu":"bds240DropdownMenu-menu","--placement_bottom-start":"bds240DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds240DropdownMenu---placement_bottom-end","separator":"bds240DropdownMenu-separator","item":"bds240DropdownMenu-item","icon":"bds240DropdownMenu-icon"};
1485
1485
 
1486
1486
  // src/components/interaction/DropdownMenu/DropdownMenu.tsx
1487
1487
  import { cn as cn27 } from "@boostdev/design-system-foundation";
@@ -1602,7 +1602,7 @@ import {
1602
1602
  } from "react";
1603
1603
 
1604
1604
  // src/components/interaction/Popover/Popover.module.css
1605
- var Popover_default = {"component":"bds221Popover-component","wrapper":"bds221Popover-wrapper","panel":"bds221Popover-panel","g":"bds221Popover-g"};
1605
+ var Popover_default = {"component":"bds240Popover-component","wrapper":"bds240Popover-wrapper","panel":"bds240Popover-panel","g":"bds240Popover-g"};
1606
1606
 
1607
1607
  // src/components/interaction/Popover/Popover.tsx
1608
1608
  import { cn as cn28 } from "@boostdev/design-system-foundation";
@@ -1687,7 +1687,7 @@ function Popover({
1687
1687
  }
1688
1688
 
1689
1689
  // src/components/interaction/Rating/Rating.module.css
1690
- var Rating_default = {"component":"bds221Rating-component","rating":"bds221Rating-rating","star":"bds221Rating-star","--filled":"bds221Rating---filled"};
1690
+ var Rating_default = {"component":"bds240Rating-component","rating":"bds240Rating-rating","star":"bds240Rating-star","--filled":"bds240Rating---filled"};
1691
1691
 
1692
1692
  // src/components/interaction/Rating/Rating.tsx
1693
1693
  import { cn as cn29 } from "@boostdev/design-system-foundation";
@@ -1719,7 +1719,7 @@ function Rating({ value, max = 5, className, ...rest }) {
1719
1719
  import { useState as useState8, useEffect as useEffect6, createContext, useContext, useCallback, useMemo as useMemo2, useRef as useRef8 } from "react";
1720
1720
 
1721
1721
  // src/components/interaction/Toast/Toast.module.css
1722
- 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"};
1722
+ var Toast_default = {"component":"bds240Toast-component","toastContainer":"bds240Toast-toastContainer","toast":"bds240Toast-toast","--variant_success":"bds240Toast---variant_success","--variant_warning":"bds240Toast---variant_warning","--variant_info":"bds240Toast---variant_info","--variant_error":"bds240Toast---variant_error","message":"bds240Toast-message","closeButton":"bds240Toast-closeButton"};
1723
1723
 
1724
1724
  // src/components/interaction/Toast/Toast.tsx
1725
1725
  import { cn as cn30 } from "@boostdev/design-system-foundation";
@@ -1797,10 +1797,10 @@ function useToast() {
1797
1797
  import { useId as useId11 } from "react";
1798
1798
 
1799
1799
  // src/components/interaction/form/Checkbox/Checkbox.module.css
1800
- var Checkbox_default = {"component":"bds221Checkbox-component","checkboxGroup":"bds221Checkbox-checkboxGroup","inputWrapper":"bds221Checkbox-inputWrapper","checkbox":"bds221Checkbox-checkbox","checkboxError":"bds221Checkbox-checkboxError"};
1800
+ var Checkbox_default = {"component":"bds240Checkbox-component","checkboxGroup":"bds240Checkbox-checkboxGroup","inputWrapper":"bds240Checkbox-inputWrapper","checkbox":"bds240Checkbox-checkbox","checkboxError":"bds240Checkbox-checkboxError"};
1801
1801
 
1802
1802
  // src/components/interaction/form/atoms/Message.module.css
1803
- var Message_default = {"component":"bds221Message-component","error":"bds221Message-error","hint":"bds221Message-hint"};
1803
+ var Message_default = {"component":"bds240Message-component","error":"bds240Message-error","hint":"bds240Message-hint"};
1804
1804
 
1805
1805
  // src/components/interaction/form/atoms/Message.tsx
1806
1806
  import { cn as cn31 } from "@boostdev/design-system-foundation";
@@ -1811,7 +1811,7 @@ var Message = ({ message, type, inputId, className }) => {
1811
1811
  };
1812
1812
 
1813
1813
  // src/components/interaction/form/atoms/Label.module.css
1814
- var Label_default = {"component":"bds221Label-component","label":"bds221Label-label"};
1814
+ var Label_default = {"component":"bds240Label-component","label":"bds240Label-label"};
1815
1815
 
1816
1816
  // src/components/interaction/form/atoms/Label.tsx
1817
1817
  import { cn as cn32 } from "@boostdev/design-system-foundation";
@@ -1824,7 +1824,7 @@ var Label = ({ label, id, className }) => {
1824
1824
  import { cn as cn34 } from "@boostdev/design-system-foundation";
1825
1825
 
1826
1826
  // src/components/interaction/form/atoms/InputContainer.module.css
1827
- var InputContainer_default = {"component":"bds221InputContainer-component","container":"bds221InputContainer-container"};
1827
+ var InputContainer_default = {"component":"bds240InputContainer-component","container":"bds240InputContainer-container"};
1828
1828
 
1829
1829
  // src/components/interaction/form/atoms/InputContainer.tsx
1830
1830
  import { cn as cn33 } from "@boostdev/design-system-foundation";
@@ -1865,7 +1865,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
1865
1865
  import { useId as useId12 } from "react";
1866
1866
 
1867
1867
  // src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
1868
- var CheckboxGroup_default = {"component":"bds221CheckboxGroup-component","group":"bds221CheckboxGroup-group","legend":"bds221CheckboxGroup-legend","required":"bds221CheckboxGroup-required","items":"bds221CheckboxGroup-items"};
1868
+ var CheckboxGroup_default = {"component":"bds240CheckboxGroup-component","group":"bds240CheckboxGroup-group","legend":"bds240CheckboxGroup-legend","required":"bds240CheckboxGroup-required","items":"bds240CheckboxGroup-items"};
1869
1869
 
1870
1870
  // src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
1871
1871
  import { cn as cn35 } from "@boostdev/design-system-foundation";
@@ -1913,7 +1913,7 @@ import {
1913
1913
  } from "react";
1914
1914
 
1915
1915
  // src/components/interaction/form/Combobox/Combobox.module.css
1916
- 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"};
1916
+ var Combobox_default = {"component":"bds240Combobox-component","formGroup":"bds240Combobox-formGroup","inputWrapper":"bds240Combobox-inputWrapper","input":"bds240Combobox-input","inputError":"bds240Combobox-inputError","chevron":"bds240Combobox-chevron","listbox":"bds240Combobox-listbox","option":"bds240Combobox-option","--highlighted":"bds240Combobox---highlighted","--selected":"bds240Combobox---selected","--disabled":"bds240Combobox---disabled"};
1917
1917
 
1918
1918
  // src/components/interaction/form/Combobox/Combobox.tsx
1919
1919
  import { cn as cn36 } from "@boostdev/design-system-foundation";
@@ -2064,7 +2064,7 @@ function Combobox({
2064
2064
  import { useId as useId14, useRef as useRef10, useState as useState10 } from "react";
2065
2065
 
2066
2066
  // src/components/interaction/form/FileInput/FileInput.module.css
2067
- 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"};
2067
+ var FileInput_default = {"component":"bds240FileInput-component","formGroup":"bds240FileInput-formGroup","fieldLabel":"bds240FileInput-fieldLabel","dropZone":"bds240FileInput-dropZone","isDragging":"bds240FileInput-isDragging","hasError":"bds240FileInput-hasError","isDisabled":"bds240FileInput-isDisabled","icon":"bds240FileInput-icon","prompt":"bds240FileInput-prompt","acceptHint":"bds240FileInput-acceptHint","hiddenInput":"bds240FileInput-hiddenInput"};
2068
2068
 
2069
2069
  // src/components/interaction/form/FileInput/FileInput.tsx
2070
2070
  import { cn as cn37 } from "@boostdev/design-system-foundation";
@@ -2165,7 +2165,7 @@ function FileInput({
2165
2165
  import { useId as useId15 } from "react";
2166
2166
 
2167
2167
  // src/components/interaction/form/FormInput/FormInput.module.css
2168
- var FormInput_default = {"component":"bds221FormInput-component","formGroup":"bds221FormInput-formGroup","input":"bds221FormInput-input","inputError":"bds221FormInput-inputError"};
2168
+ var FormInput_default = {"component":"bds240FormInput-component","formGroup":"bds240FormInput-formGroup","input":"bds240FormInput-input","inputError":"bds240FormInput-inputError"};
2169
2169
 
2170
2170
  // src/components/interaction/form/FormInput/FormInput.tsx
2171
2171
  import { cn as cn38 } from "@boostdev/design-system-foundation";
@@ -2209,7 +2209,7 @@ function FormInput({
2209
2209
  import { useId as useId16, useRef as useRef11, useState as useState11 } from "react";
2210
2210
 
2211
2211
  // src/components/interaction/form/NumberInput/NumberInput.module.css
2212
- var NumberInput_default = {"component":"bds221NumberInput-component","formGroup":"bds221NumberInput-formGroup","inputRow":"bds221NumberInput-inputRow","input":"bds221NumberInput-input","inputError":"bds221NumberInput-inputError","stepper":"bds221NumberInput-stepper"};
2212
+ var NumberInput_default = {"component":"bds240NumberInput-component","formGroup":"bds240NumberInput-formGroup","inputRow":"bds240NumberInput-inputRow","input":"bds240NumberInput-input","inputError":"bds240NumberInput-inputError","stepper":"bds240NumberInput-stepper"};
2213
2213
 
2214
2214
  // src/components/interaction/form/NumberInput/NumberInput.tsx
2215
2215
  import { cn as cn39 } from "@boostdev/design-system-foundation";
@@ -2314,7 +2314,7 @@ function NumberInput({
2314
2314
  import { useId as useId17 } from "react";
2315
2315
 
2316
2316
  // src/components/interaction/form/Radio/Radio.module.css
2317
- var Radio_default = {"component":"bds221Radio-component","radioGroup":"bds221Radio-radioGroup","inputWrapper":"bds221Radio-inputWrapper","textWrapper":"bds221Radio-textWrapper","description":"bds221Radio-description","radio":"bds221Radio-radio","radioError":"bds221Radio-radioError"};
2317
+ var Radio_default = {"component":"bds240Radio-component","radioGroup":"bds240Radio-radioGroup","inputWrapper":"bds240Radio-inputWrapper","textWrapper":"bds240Radio-textWrapper","description":"bds240Radio-description","radio":"bds240Radio-radio","radioError":"bds240Radio-radioError"};
2318
2318
 
2319
2319
  // src/components/interaction/form/Radio/Radio.tsx
2320
2320
  import { cn as cn40 } from "@boostdev/design-system-foundation";
@@ -2352,7 +2352,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
2352
2352
  import { useId as useId18 } from "react";
2353
2353
 
2354
2354
  // src/components/interaction/form/RadioGroup/RadioGroup.module.css
2355
- var RadioGroup_default = {"component":"bds221RadioGroup-component","group":"bds221RadioGroup-group","legend":"bds221RadioGroup-legend","required":"bds221RadioGroup-required","items":"bds221RadioGroup-items"};
2355
+ var RadioGroup_default = {"component":"bds240RadioGroup-component","group":"bds240RadioGroup-group","legend":"bds240RadioGroup-legend","required":"bds240RadioGroup-required","items":"bds240RadioGroup-items"};
2356
2356
 
2357
2357
  // src/components/interaction/form/RadioGroup/RadioGroup.tsx
2358
2358
  import { cn as cn41 } from "@boostdev/design-system-foundation";
@@ -2394,7 +2394,7 @@ function RadioGroup({
2394
2394
  import { Children, cloneElement as cloneElement4, isValidElement as isValidElement4 } from "react";
2395
2395
 
2396
2396
  // src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
2397
- 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"};
2397
+ var SegmentedControl_default = {"component":"bds240SegmentedControl-component","control":"bds240SegmentedControl-control","thumb":"bds240SegmentedControl-thumb","indicator":"bds240SegmentedControl-indicator","item":"bds240SegmentedControl-item","--active":"bds240SegmentedControl---active","--disabled":"bds240SegmentedControl---disabled","--size_small":"bds240SegmentedControl---size_small","--size_large":"bds240SegmentedControl---size_large","--variant_outline":"bds240SegmentedControl---variant_outline"};
2398
2398
 
2399
2399
  // src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
2400
2400
  import { cn as cn42 } from "@boostdev/design-system-foundation";
@@ -2450,7 +2450,7 @@ function SegmentedControl({
2450
2450
  import { useId as useId19 } from "react";
2451
2451
 
2452
2452
  // src/components/interaction/form/Select/Select.module.css
2453
- var Select_default = {"component":"bds221Select-component","formGroup":"bds221Select-formGroup","selectWrapper":"bds221Select-selectWrapper","select":"bds221Select-select","selectError":"bds221Select-selectError","chevron":"bds221Select-chevron"};
2453
+ var Select_default = {"component":"bds240Select-component","formGroup":"bds240Select-formGroup","selectWrapper":"bds240Select-selectWrapper","select":"bds240Select-select","selectError":"bds240Select-selectError","chevron":"bds240Select-chevron"};
2454
2454
 
2455
2455
  // src/components/interaction/form/Select/Select.tsx
2456
2456
  import { cn as cn43 } from "@boostdev/design-system-foundation";
@@ -2501,7 +2501,7 @@ function Select({
2501
2501
  import { useId as useId20, useState as useState12 } from "react";
2502
2502
 
2503
2503
  // src/components/interaction/form/Slider/Slider.module.css
2504
- var Slider_default = {"component":"bds221Slider-component","formGroup":"bds221Slider-formGroup","labelRow":"bds221Slider-labelRow","value":"bds221Slider-value","slider":"bds221Slider-slider","sliderError":"bds221Slider-sliderError"};
2504
+ var Slider_default = {"component":"bds240Slider-component","formGroup":"bds240Slider-formGroup","labelRow":"bds240Slider-labelRow","value":"bds240Slider-value","slider":"bds240Slider-slider","sliderError":"bds240Slider-sliderError"};
2505
2505
 
2506
2506
  // src/components/interaction/form/Slider/Slider.tsx
2507
2507
  import { cn as cn44 } from "@boostdev/design-system-foundation";
@@ -2563,7 +2563,7 @@ function Slider({
2563
2563
  import { useId as useId21 } from "react";
2564
2564
 
2565
2565
  // src/components/interaction/form/Switch/Switch.module.css
2566
- 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"};
2566
+ var Switch_default = {"component":"bds240Switch-component","switchGroup":"bds240Switch-switchGroup","--size_small":"bds240Switch---size_small","--size_medium":"bds240Switch---size_medium","--size_large":"bds240Switch---size_large","inputWrapper":"bds240Switch-inputWrapper","trackWrapper":"bds240Switch-trackWrapper","switch":"bds240Switch-switch","track":"bds240Switch-track","thumb":"bds240Switch-thumb","switchError":"bds240Switch-switchError"};
2567
2567
 
2568
2568
  // src/components/interaction/form/Switch/Switch.tsx
2569
2569
  import { cn as cn45 } from "@boostdev/design-system-foundation";
@@ -2611,7 +2611,7 @@ function Switch({
2611
2611
  import { useId as useId22 } from "react";
2612
2612
 
2613
2613
  // src/components/interaction/form/Textarea/Textarea.module.css
2614
- var Textarea_default = {"component":"bds221Textarea-component","formGroup":"bds221Textarea-formGroup","textarea":"bds221Textarea-textarea","textareaError":"bds221Textarea-textareaError"};
2614
+ var Textarea_default = {"component":"bds240Textarea-component","formGroup":"bds240Textarea-formGroup","textarea":"bds240Textarea-textarea","textareaError":"bds240Textarea-textareaError"};
2615
2615
 
2616
2616
  // src/components/interaction/form/Textarea/Textarea.tsx
2617
2617
  import { cn as cn46 } from "@boostdev/design-system-foundation";
@@ -2650,7 +2650,7 @@ function Textarea({
2650
2650
  }
2651
2651
 
2652
2652
  // src/components/layout/ButtonGroup/ButtonGroup.module.css
2653
- 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"};
2653
+ var ButtonGroup_default = {"component":"bds240ButtonGroup-component","buttonGroup":"bds240ButtonGroup-buttonGroup","container":"bds240ButtonGroup-container","--variant_card":"bds240ButtonGroup---variant_card","--variant_flow":"bds240ButtonGroup---variant_flow","--variant_modal":"bds240ButtonGroup---variant_modal","--variant_content":"bds240ButtonGroup---variant_content","--variant_grid":"bds240ButtonGroup---variant_grid"};
2654
2654
 
2655
2655
  // src/components/layout/ButtonGroup/ButtonGroup.tsx
2656
2656
  import { cn as cn47 } from "@boostdev/design-system-foundation";
@@ -2669,7 +2669,7 @@ function ButtonContainer({ children, className, variant, ...rest }) {
2669
2669
  var ButtonGroup = ButtonContainer;
2670
2670
 
2671
2671
  // src/components/layout/Card/Card.module.css
2672
- 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"};
2672
+ var Card_default = {"component":"bds240Card-component","card":"bds240Card-card","--default":"bds240Card---default","--elevated":"bds240Card---elevated","--outlined":"bds240Card---outlined","--clickable":"bds240Card---clickable","--padding-none":"bds240Card---padding-none","--padding-small":"bds240Card---padding-small","--padding-medium":"bds240Card---padding-medium","--padding-large":"bds240Card---padding-large","--padding-extra-large":"bds240Card---padding-extra-large","--text-start":"bds240Card---text-start","--text-center":"bds240Card---text-center","--text-end":"bds240Card---text-end"};
2673
2673
 
2674
2674
  // src/components/layout/Card/Card.tsx
2675
2675
  import { cn as cn48 } from "@boostdev/design-system-foundation";
@@ -2713,24 +2713,49 @@ import {
2713
2713
  } from "react";
2714
2714
 
2715
2715
  // src/components/layout/Grid/Grid.module.css
2716
- 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"};
2716
+ var Grid_default = {"component":"bds240Grid-component","grid":"bds240Grid-grid","--main":"bds240Grid---main","--page":"bds240Grid---page","--funnel":"bds240Grid---funnel","--custom":"bds240Grid---custom","--centered":"bds240Grid---centered","item":"bds240Grid-item","w3":"bds240Grid-w3","org":"bds240Grid-org","ts":"bds240Grid-ts","--masonry":"bds240Grid---masonry"};
2717
2717
 
2718
2718
  // src/components/layout/Grid/Grid.tsx
2719
2719
  import { cn as cn49 } from "@boostdev/design-system-foundation";
2720
2720
 
2721
2721
  // src/components/layout/Grid/masonry.ts
2722
2722
  import { useLayoutEffect } from "react";
2723
+ var NAMED_SPAN_VAR = {
2724
+ "three-quarters": "--bds-grid_columns-75",
2725
+ "two-thirds": "--bds-grid_columns-66",
2726
+ half: "--bds-grid_columns-50",
2727
+ "one-third": "--bds-grid_columns-33",
2728
+ "one-quarter": "--bds-grid_columns-25"
2729
+ };
2730
+ var NAMED_SPAN_FRACTION = {
2731
+ "three-quarters": 0.75,
2732
+ "two-thirds": 2 / 3,
2733
+ half: 0.5,
2734
+ "one-third": 1 / 3,
2735
+ "one-quarter": 0.25
2736
+ };
2737
+ function resolvePreferredColumns(container, value, totalCols) {
2738
+ if (value === "full") return totalCols;
2739
+ if (typeof value === "number") return Math.max(1, Math.min(totalCols, value));
2740
+ const varName = NAMED_SPAN_VAR[value];
2741
+ const raw = window.getComputedStyle(container).getPropertyValue(varName).trim();
2742
+ const n = parseInt(raw, 10);
2743
+ if (Number.isFinite(n) && n > 0) return Math.min(totalCols, n);
2744
+ return Math.max(1, Math.round(totalCols * NAMED_SPAN_FRACTION[value]));
2745
+ }
2723
2746
  var ROW_UNIT_PX = 1;
2724
2747
  function supportsNativeMasonry() {
2725
2748
  if (typeof CSS === "undefined" || typeof CSS.supports !== "function") return false;
2726
2749
  return CSS.supports("display", "grid-lanes") || CSS.supports("grid-template-rows", "masonry");
2727
2750
  }
2728
- function applyMasonryLayout(container, rawChildren) {
2751
+ var ORIGINAL_COL_ATTR = "data-bds-masonry-original-column";
2752
+ function applyMasonryLayout(container, rawChildren, options = {}) {
2729
2753
  const cs = window.getComputedStyle(container);
2730
2754
  const targetGap = parseFloat(cs.columnGap) || 0;
2731
2755
  container.style.gridAutoRows = `${ROW_UNIT_PX}px`;
2732
2756
  container.style.rowGap = "0px";
2733
2757
  container.style.gridAutoFlow = "dense";
2758
+ container.style.overflowAnchor = "none";
2734
2759
  const children = rawChildren.filter(
2735
2760
  (el) => el.nodeType === 1 && window.getComputedStyle(el).display !== "none"
2736
2761
  );
@@ -2740,25 +2765,78 @@ function applyMasonryLayout(container, rawChildren) {
2740
2765
  child.style.gridRowEnd = "";
2741
2766
  child.style.alignSelf = "start";
2742
2767
  }
2768
+ const preferred = options.preferredColumnSpan;
2769
+ if (preferred !== void 0) {
2770
+ const totalCols = countGridColumns(container);
2771
+ const preferredCols = totalCols > 0 ? resolvePreferredColumns(container, preferred, totalCols) : 0;
2772
+ if (totalCols > 0 && preferredCols > 0) {
2773
+ let col = 0;
2774
+ for (const child of children) {
2775
+ if (child.hasAttribute("data-column-span-auto")) {
2776
+ if (!child.hasAttribute(ORIGINAL_COL_ATTR)) {
2777
+ child.setAttribute(ORIGINAL_COL_ATTR, child.style.gridColumn);
2778
+ }
2779
+ const remaining = totalCols - col;
2780
+ const span = Math.max(1, Math.min(preferredCols, remaining));
2781
+ child.style.gridColumn = `span ${span}`;
2782
+ col = (col + span) % totalCols;
2783
+ } else {
2784
+ const consumed = Math.min(totalCols, readExplicitSpan(child, totalCols));
2785
+ col = (col + consumed) % totalCols;
2786
+ }
2787
+ }
2788
+ }
2789
+ } else {
2790
+ for (const child of children) {
2791
+ restoreOriginalColumn(child);
2792
+ }
2793
+ }
2743
2794
  const heights = children.map((child) => child.offsetHeight);
2744
2795
  for (let i = 0; i < children.length; i++) {
2745
2796
  const span = Math.max(1, Math.ceil(heights[i] + targetGap));
2746
2797
  children[i].style.gridRowEnd = `span ${span}`;
2747
2798
  }
2748
2799
  }
2800
+ function countGridColumns(container) {
2801
+ const value = window.getComputedStyle(container).gridTemplateColumns.trim();
2802
+ if (!value || value === "none") return 0;
2803
+ return value.split(/\s+/).length;
2804
+ }
2805
+ function readExplicitSpan(el, totalCols) {
2806
+ const inline = el.style.gridColumn || el.style.gridColumnEnd;
2807
+ const fromInline = parseSpan(inline, totalCols);
2808
+ if (fromInline !== null) return fromInline;
2809
+ const computed = window.getComputedStyle(el).gridColumn;
2810
+ return parseSpan(computed, totalCols) ?? 1;
2811
+ }
2812
+ function parseSpan(value, totalCols) {
2813
+ if (!value) return null;
2814
+ const match = value.match(/^\s*span\s+(\d+)/);
2815
+ if (match) return Math.max(1, Math.min(totalCols, parseInt(match[1], 10)));
2816
+ if (/\/\s*-1\b/.test(value)) return totalCols;
2817
+ return null;
2818
+ }
2749
2819
  function clearMasonryLayout(container, rawChildren) {
2750
2820
  container.style.gridAutoRows = "";
2751
2821
  container.style.gridAutoFlow = "";
2752
2822
  container.style.rowGap = "";
2823
+ container.style.overflowAnchor = "";
2753
2824
  for (const child of rawChildren) {
2754
2825
  if (child.nodeType !== 1) continue;
2755
2826
  child.style.gridRow = "";
2756
2827
  child.style.gridRowStart = "";
2757
2828
  child.style.gridRowEnd = "";
2758
2829
  child.style.alignSelf = "";
2830
+ restoreOriginalColumn(child);
2759
2831
  }
2760
2832
  }
2761
- function useMasonry(ref, enabled) {
2833
+ function restoreOriginalColumn(el) {
2834
+ if (!el.hasAttribute(ORIGINAL_COL_ATTR)) return;
2835
+ el.style.gridColumn = el.getAttribute(ORIGINAL_COL_ATTR) ?? "";
2836
+ el.removeAttribute(ORIGINAL_COL_ATTR);
2837
+ }
2838
+ function useMasonry(ref, enabled, options = {}) {
2839
+ const { preferredColumnSpan } = options;
2762
2840
  useLayoutEffect(() => {
2763
2841
  const container = ref.current;
2764
2842
  if (!container || !enabled) return;
@@ -2767,7 +2845,9 @@ function useMasonry(ref, enabled) {
2767
2845
  const schedule = () => {
2768
2846
  cancelAnimationFrame(frame);
2769
2847
  frame = requestAnimationFrame(() => {
2770
- applyMasonryLayout(container, Array.from(container.children));
2848
+ applyMasonryLayout(container, Array.from(container.children), {
2849
+ preferredColumnSpan
2850
+ });
2771
2851
  });
2772
2852
  };
2773
2853
  schedule();
@@ -2786,7 +2866,7 @@ function useMasonry(ref, enabled) {
2786
2866
  mo?.disconnect();
2787
2867
  clearMasonryLayout(container, Array.from(container.children));
2788
2868
  };
2789
- }, [ref, enabled]);
2869
+ }, [ref, enabled, preferredColumnSpan]);
2790
2870
  }
2791
2871
 
2792
2872
  // src/components/layout/Grid/Grid.tsx
@@ -2804,12 +2884,13 @@ function Grid({
2804
2884
  isCentered = false,
2805
2885
  isMasonry = false,
2806
2886
  autoSpanMedia = false,
2887
+ masonryPreferredColumnSpan,
2807
2888
  as,
2808
2889
  style,
2809
2890
  ...rest
2810
2891
  }) {
2811
2892
  const ref = useRef12(null);
2812
- useMasonry(ref, isMasonry);
2893
+ useMasonry(ref, isMasonry, { preferredColumnSpan: masonryPreferredColumnSpan });
2813
2894
  const classNames = cn49(
2814
2895
  Grid_default.grid,
2815
2896
  Grid_default[`--${variant}`],
@@ -2944,11 +3025,13 @@ function GridItem({
2944
3025
  ...rowSpan !== void 0 ? { gridRow: `span ${rowSpan}` } : {}
2945
3026
  };
2946
3027
  const Component = as ?? "div";
3028
+ const isColumnSpanAuto = columnSpan === void 0 && !hasExplicitRange;
2947
3029
  return /* @__PURE__ */ jsx50(
2948
3030
  Component,
2949
3031
  {
2950
3032
  ref,
2951
3033
  ...rest,
3034
+ "data-column-span-auto": isColumnSpanAuto ? "" : void 0,
2952
3035
  className: cn50(Grid_default.item, className),
2953
3036
  style: composedStyle,
2954
3037
  children
@@ -2957,7 +3040,7 @@ function GridItem({
2957
3040
  }
2958
3041
 
2959
3042
  // src/components/layout/SectionHeader/SectionHeader.module.css
2960
- 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"};
3043
+ var SectionHeader_default = {"component":"bds240SectionHeader-component","sectionHeader":"bds240SectionHeader-sectionHeader","title":"bds240SectionHeader-title","subtitle":"bds240SectionHeader-subtitle","--start":"bds240SectionHeader---start","--center":"bds240SectionHeader---center","--end":"bds240SectionHeader---end","--medium":"bds240SectionHeader---medium","--xs":"bds240SectionHeader---xs","--small":"bds240SectionHeader---small","--large":"bds240SectionHeader---large"};
2961
3044
 
2962
3045
  // src/components/layout/SectionHeader/SectionHeader.tsx
2963
3046
  import { cn as cn51 } from "@boostdev/design-system-foundation";
@@ -2979,7 +3062,7 @@ function SectionHeader({
2979
3062
  }
2980
3063
 
2981
3064
  // src/components/layout/IconWrapper/IconWrapper.module.css
2982
- var IconWrapper_default = {"component":"bds221IconWrapper-component","wrapper":"bds221IconWrapper-wrapper"};
3065
+ var IconWrapper_default = {"component":"bds240IconWrapper-component","wrapper":"bds240IconWrapper-wrapper"};
2983
3066
 
2984
3067
  // src/components/layout/IconWrapper/IconWrapper.tsx
2985
3068
  import { cn as cn52 } from "@boostdev/design-system-foundation";