@boostdev/design-system-components 2.4.1 → 2.4.2

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":"bds241Accordion-component","accordion":"bds241Accordion-accordion","item":"bds241Accordion-item","heading":"bds241Accordion-heading","trigger":"bds241Accordion-trigger","triggerLabel":"bds241Accordion-triggerLabel","chevron":"bds241Accordion-chevron","--open":"bds241Accordion---open","panel":"bds241Accordion-panel","panelContent":"bds241Accordion-panelContent"};
5
+ var Accordion_default = {"component":"bds242Accordion-component","accordion":"bds242Accordion-accordion","item":"bds242Accordion-item","heading":"bds242Accordion-heading","trigger":"bds242Accordion-trigger","triggerLabel":"bds242Accordion-triggerLabel","chevron":"bds242Accordion-chevron","--open":"bds242Accordion---open","panel":"bds242Accordion-panel","panelContent":"bds242Accordion-panelContent"};
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":"bds241Alert-component","alert":"bds241Alert-alert","--variant_info":"bds241Alert---variant_info","--variant_success":"bds241Alert---variant_success","--variant_warning":"bds241Alert---variant_warning","--variant_error":"bds241Alert---variant_error","icon":"bds241Alert-icon","content":"bds241Alert-content","title":"bds241Alert-title","dismiss":"bds241Alert-dismiss"};
74
+ var Alert_default = {"component":"bds242Alert-component","alert":"bds242Alert-alert","--variant_info":"bds242Alert---variant_info","--variant_success":"bds242Alert---variant_success","--variant_warning":"bds242Alert---variant_warning","--variant_error":"bds242Alert---variant_error","icon":"bds242Alert-icon","content":"bds242Alert-content","title":"bds242Alert-title","dismiss":"bds242Alert-dismiss"};
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":"bds241Avatar-component","avatar":"bds241Avatar-avatar","--fallback":"bds241Avatar---fallback","--size_small":"bds241Avatar---size_small","--size_medium":"bds241Avatar---size_medium","--size_large":"bds241Avatar---size_large","image":"bds241Avatar-image","initials":"bds241Avatar-initials"};
119
+ var Avatar_default = {"component":"bds242Avatar-component","avatar":"bds242Avatar-avatar","--fallback":"bds242Avatar---fallback","--size_small":"bds242Avatar---size_small","--size_medium":"bds242Avatar---size_medium","--size_large":"bds242Avatar---size_large","image":"bds242Avatar-image","initials":"bds242Avatar-initials"};
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":"bds241Badge-component","badge":"bds241Badge-badge","--variant_primary":"bds241Badge---variant_primary","--variant_secondary":"bds241Badge---variant_secondary","--variant_success":"bds241Badge---variant_success","--variant_error":"bds241Badge---variant_error","--variant_warning":"bds241Badge---variant_warning"};
146
+ var Badge_default = {"component":"bds242Badge-component","badge":"bds242Badge-badge","--variant_primary":"bds242Badge---variant_primary","--variant_secondary":"bds242Badge---variant_secondary","--variant_success":"bds242Badge---variant_success","--variant_error":"bds242Badge---variant_error","--variant_warning":"bds242Badge---variant_warning"};
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":"bds241Breadcrumb-component","breadcrumb":"bds241Breadcrumb-breadcrumb","list":"bds241Breadcrumb-list","item":"bds241Breadcrumb-item","link":"bds241Breadcrumb-link","separator":"bds241Breadcrumb-separator","current":"bds241Breadcrumb-current"};
156
+ var Breadcrumb_default = {"component":"bds242Breadcrumb-component","breadcrumb":"bds242Breadcrumb-breadcrumb","list":"bds242Breadcrumb-list","item":"bds242Breadcrumb-item","link":"bds242Breadcrumb-link","separator":"bds242Breadcrumb-separator","current":"bds242Breadcrumb-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":"bds241Collapsible-component","collapsible":"bds241Collapsible-collapsible","summary":"bds241Collapsible-summary","summaryContent":"bds241Collapsible-summaryContent","icon":"bds241Collapsible-icon","content":"bds241Collapsible-content"};
172
+ var Collapsible_default = {"component":"bds242Collapsible-component","collapsible":"bds242Collapsible-collapsible","summary":"bds242Collapsible-summary","summaryContent":"bds242Collapsible-summaryContent","icon":"bds242Collapsible-icon","content":"bds242Collapsible-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":"bds241Calendar-component","calendar":"bds241Calendar-calendar","header":"bds241Calendar-header","monthYear":"bds241Calendar-monthYear","navBtn":"bds241Calendar-navBtn","grid":"bds241Calendar-grid","weekday":"bds241Calendar-weekday","empty":"bds241Calendar-empty","day":"bds241Calendar-day","disabled":"bds241Calendar-disabled","selected":"bds241Calendar-selected","today":"bds241Calendar-today"};
213
+ var Calendar_default = {"component":"bds242Calendar-component","calendar":"bds242Calendar-calendar","header":"bds242Calendar-header","monthYear":"bds242Calendar-monthYear","navBtn":"bds242Calendar-navBtn","grid":"bds242Calendar-grid","weekday":"bds242Calendar-weekday","empty":"bds242Calendar-empty","day":"bds242Calendar-day","disabled":"bds242Calendar-disabled","selected":"bds242Calendar-selected","today":"bds242Calendar-today"};
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":"bds241Carousel-component","carousel":"bds241Carousel-carousel","track":"bds241Carousel-track","slide":"bds241Carousel-slide","navBtn":"bds241Carousel-navBtn"};
388
+ var Carousel_default = {"component":"bds242Carousel-component","carousel":"bds242Carousel-carousel","track":"bds242Carousel-track","slide":"bds242Carousel-slide","navBtn":"bds242Carousel-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":"bds241DescriptionList-component","list":"bds241DescriptionList-list","group":"bds241DescriptionList-group","term":"bds241DescriptionList-term","details":"bds241DescriptionList-details","--layout_inline":"bds241DescriptionList---layout_inline"};
441
+ var DescriptionList_default = {"component":"bds242DescriptionList-component","list":"bds242DescriptionList-list","group":"bds242DescriptionList-group","term":"bds242DescriptionList-term","details":"bds242DescriptionList-details","--layout_inline":"bds242DescriptionList---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":"bds241Link-component","link":"bds241Link-link","--variant_default":"bds241Link---variant_default","--variant_subtle":"bds241Link---variant_subtle","--variant_standalone":"bds241Link---variant_standalone","externalLabel":"bds241Link-externalLabel"};
454
+ var Link_default = {"component":"bds242Link-component","link":"bds242Link-link","--variant_default":"bds242Link---variant_default","--variant_subtle":"bds242Link---variant_subtle","--variant_standalone":"bds242Link---variant_standalone","externalLabel":"bds242Link-externalLabel"};
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":"bds241Loading-component","loading":"bds241Loading-loading","spinner":"bds241Loading-spinner","--size_small":"bds241Loading---size_small","--size_large":"bds241Loading---size_large"};
485
+ var Loading_default = {"component":"bds242Loading-component","loading":"bds242Loading-loading","spinner":"bds242Loading-spinner","--size_small":"bds242Loading---size_small","--size_large":"bds242Loading---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":"bds241NotificationBanner-component","banner":"bds241NotificationBanner-banner","--variant_info":"bds241NotificationBanner---variant_info","--variant_success":"bds241NotificationBanner---variant_success","--variant_warning":"bds241NotificationBanner---variant_warning","--variant_error":"bds241NotificationBanner---variant_error","content":"bds241NotificationBanner-content","action":"bds241NotificationBanner-action","dismiss":"bds241NotificationBanner-dismiss"};
495
+ var NotificationBanner_default = {"component":"bds242NotificationBanner-component","banner":"bds242NotificationBanner-banner","--variant_info":"bds242NotificationBanner---variant_info","--variant_success":"bds242NotificationBanner---variant_success","--variant_warning":"bds242NotificationBanner---variant_warning","--variant_error":"bds242NotificationBanner---variant_error","content":"bds242NotificationBanner-content","action":"bds242NotificationBanner-action","dismiss":"bds242NotificationBanner-dismiss"};
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":"bds241Pagination-component","pagination":"bds241Pagination-pagination","list":"bds241Pagination-list","button":"bds241Pagination-button","--active":"bds241Pagination---active","--nav":"bds241Pagination---nav","ellipsis":"bds241Pagination-ellipsis"};
536
+ var Pagination_default = {"component":"bds242Pagination-component","pagination":"bds242Pagination-pagination","list":"bds242Pagination-list","button":"bds242Pagination-button","--active":"bds242Pagination---active","--nav":"bds242Pagination---nav","ellipsis":"bds242Pagination-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":"bds241Progress-component","container":"bds241Progress-container","labelRow":"bds241Progress-labelRow","value":"bds241Progress-value","track":"bds241Progress-track","--size_small":"bds241Progress---size_small","--size_medium":"bds241Progress---size_medium","--size_large":"bds241Progress---size_large","fill":"bds241Progress-fill"};
601
+ var Progress_default = {"component":"bds242Progress-component","container":"bds242Progress-container","labelRow":"bds242Progress-labelRow","value":"bds242Progress-value","track":"bds242Progress-track","--size_small":"bds242Progress---size_small","--size_medium":"bds242Progress---size_medium","--size_large":"bds242Progress---size_large","fill":"bds242Progress-fill"};
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":"bds241ProgressCircle-component","wrapper":"bds241ProgressCircle-wrapper","svg":"bds241ProgressCircle-svg","track":"bds241ProgressCircle-track","fill":"bds241ProgressCircle-fill","value":"bds241ProgressCircle-value","--size_small":"bds241ProgressCircle---size_small","--size_medium":"bds241ProgressCircle---size_medium","--size_large":"bds241ProgressCircle---size_large"};
640
+ var ProgressCircle_default = {"component":"bds242ProgressCircle-component","wrapper":"bds242ProgressCircle-wrapper","svg":"bds242ProgressCircle-svg","track":"bds242ProgressCircle-track","fill":"bds242ProgressCircle-fill","value":"bds242ProgressCircle-value","--size_small":"bds242ProgressCircle---size_small","--size_medium":"bds242ProgressCircle---size_medium","--size_large":"bds242ProgressCircle---size_large"};
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":"bds241Separator-component","separator":"bds241Separator-separator","--horizontal":"bds241Separator---horizontal","--vertical":"bds241Separator---vertical"};
721
+ var Separator_default = {"component":"bds242Separator-component","separator":"bds242Separator-separator","--horizontal":"bds242Separator---horizontal","--vertical":"bds242Separator---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":"bds241Skeleton-component","skeleton":"bds241Skeleton-skeleton"};
745
+ var Skeleton_default = {"component":"bds242Skeleton-component","skeleton":"bds242Skeleton-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":"bds241SkipLink-component","skipLink":"bds241SkipLink-skipLink"};
754
+ var SkipLink_default = {"component":"bds242SkipLink-component","skipLink":"bds242SkipLink-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":"bds241Table-component","wrapper":"bds241Table-wrapper","table":"bds241Table-table","caption":"bds241Table-caption","thead":"bds241Table-thead","th":"bds241Table-th","--sortable":"bds241Table---sortable","sortButton":"bds241Table-sortButton","sortIcon":"bds241Table-sortIcon","--sort-active":"bds241Table---sort-active","--sort-desc":"bds241Table---sort-desc","tbody":"bds241Table-tbody","tr":"bds241Table-tr","td":"bds241Table-td"};
764
+ var Table_default = {"component":"bds242Table-component","wrapper":"bds242Table-wrapper","table":"bds242Table-table","caption":"bds242Table-caption","thead":"bds242Table-thead","th":"bds242Table-th","--sortable":"bds242Table---sortable","sortButton":"bds242Table-sortButton","sortIcon":"bds242Table-sortIcon","--sort-active":"bds242Table---sort-active","--sort-desc":"bds242Table---sort-desc","tbody":"bds242Table-tbody","tr":"bds242Table-tr","td":"bds242Table-td"};
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":"bds241Tabs-component","tabs":"bds241Tabs-tabs","tabList":"bds241Tabs-tabList","tab":"bds241Tabs-tab","--active":"bds241Tabs---active","panel":"bds241Tabs-panel"};
834
+ var Tabs_default = {"component":"bds242Tabs-component","tabs":"bds242Tabs-tabs","tabList":"bds242Tabs-tabList","tab":"bds242Tabs-tab","--active":"bds242Tabs---active","panel":"bds242Tabs-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":"bds241Tooltip-component","wrapper":"bds241Tooltip-wrapper","tooltip":"bds241Tooltip-tooltip","--placement_top":"bds241Tooltip---placement_top","--placement_bottom":"bds241Tooltip---placement_bottom","--placement_left":"bds241Tooltip---placement_left","--placement_right":"bds241Tooltip---placement_right"};
914
+ var Tooltip_default = {"component":"bds242Tooltip-component","wrapper":"bds242Tooltip-wrapper","tooltip":"bds242Tooltip-tooltip","--placement_top":"bds242Tooltip---placement_top","--placement_bottom":"bds242Tooltip---placement_bottom","--placement_left":"bds242Tooltip---placement_left","--placement_right":"bds242Tooltip---placement_right"};
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":"bds241Typography-component","typography":"bds241Typography-typography","--h1":"bds241Typography---h1","--h2":"bds241Typography---h2","--h3":"bds241Typography---h3","--body":"bds241Typography---body","--body_s":"bds241Typography---body_s"};
958
+ var Typography_default = {"component":"bds242Typography-component","typography":"bds242Typography-typography","--h1":"bds242Typography---h1","--h2":"bds242Typography---h2","--h3":"bds242Typography---h3","--body":"bds242Typography---body","--body_s":"bds242Typography---body_s"};
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":"bds241Button-component","button":"bds241Button-button","--default":"bds241Button---default","--outline":"bds241Button---outline","--ghost":"bds241Button---ghost","--size_small":"bds241Button---size_small","--size_medium":"bds241Button---size_medium","--size_large":"bds241Button---size_large","--hasPulse":"bds241Button---hasPulse","iconStart":"bds241Button-iconStart","iconEnd":"bds241Button-iconEnd","--iconOnly":"bds241Button---iconOnly"};
976
+ var Button_default = {"component":"bds242Button-component","button":"bds242Button-button","--default":"bds242Button---default","--outline":"bds242Button---outline","--ghost":"bds242Button---ghost","--size_small":"bds242Button---size_small","--size_medium":"bds242Button---size_medium","--size_large":"bds242Button---size_large","--hasPulse":"bds242Button---hasPulse","iconStart":"bds242Button-iconStart","iconEnd":"bds242Button-iconEnd","--iconOnly":"bds242Button---iconOnly"};
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":"bds241Command-component","dialog":"bds241Command-dialog","palette":"bds241Command-palette","searchRow":"bds241Command-searchRow","searchIcon":"bds241Command-searchIcon","search":"bds241Command-search","escHint":"bds241Command-escHint","list":"bds241Command-list","groupList":"bds241Command-groupList","group":"bds241Command-group","item":"bds241Command-item","itemActive":"bds241Command-itemActive","itemLabel":"bds241Command-itemLabel","itemDesc":"bds241Command-itemDesc","shortcut":"bds241Command-shortcut","empty":"bds241Command-empty"};
1093
+ var Command_default = {"component":"bds242Command-component","dialog":"bds242Command-dialog","palette":"bds242Command-palette","searchRow":"bds242Command-searchRow","searchIcon":"bds242Command-searchIcon","search":"bds242Command-search","escHint":"bds242Command-escHint","list":"bds242Command-list","groupList":"bds242Command-groupList","group":"bds242Command-group","item":"bds242Command-item","itemActive":"bds242Command-itemActive","itemLabel":"bds242Command-itemLabel","itemDesc":"bds242Command-itemDesc","shortcut":"bds242Command-shortcut","empty":"bds242Command-empty"};
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":"bds241Dialog-component","dialog":"bds241Dialog-dialog","dialogContent":"bds241Dialog-dialogContent","closeButton":"bds241Dialog-closeButton"};
1270
+ var Dialog_default = {"component":"bds242Dialog-component","dialog":"bds242Dialog-dialog","dialogContent":"bds242Dialog-dialogContent","closeButton":"bds242Dialog-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":"bds241Drawer-component","drawer":"bds241Drawer-drawer","--side_left":"bds241Drawer---side_left","header":"bds241Drawer-header","closeButton":"bds241Drawer-closeButton","body":"bds241Drawer-body"};
1376
+ var Drawer_default = {"component":"bds242Drawer-component","drawer":"bds242Drawer-drawer","--side_left":"bds242Drawer---side_left","header":"bds242Drawer-header","closeButton":"bds242Drawer-closeButton","body":"bds242Drawer-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":"bds241DropdownMenu-component","wrapper":"bds241DropdownMenu-wrapper","menu":"bds241DropdownMenu-menu","--placement_bottom-start":"bds241DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds241DropdownMenu---placement_bottom-end","separator":"bds241DropdownMenu-separator","item":"bds241DropdownMenu-item","icon":"bds241DropdownMenu-icon"};
1484
+ var DropdownMenu_default = {"component":"bds242DropdownMenu-component","wrapper":"bds242DropdownMenu-wrapper","menu":"bds242DropdownMenu-menu","--placement_bottom-start":"bds242DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds242DropdownMenu---placement_bottom-end","separator":"bds242DropdownMenu-separator","item":"bds242DropdownMenu-item","icon":"bds242DropdownMenu-icon"};
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":"bds241Popover-component","wrapper":"bds241Popover-wrapper","panel":"bds241Popover-panel","g":"bds241Popover-g"};
1605
+ var Popover_default = {"component":"bds242Popover-component","wrapper":"bds242Popover-wrapper","panel":"bds242Popover-panel","g":"bds242Popover-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":"bds241Rating-component","rating":"bds241Rating-rating","star":"bds241Rating-star","--filled":"bds241Rating---filled"};
1690
+ var Rating_default = {"component":"bds242Rating-component","rating":"bds242Rating-rating","star":"bds242Rating-star","--filled":"bds242Rating---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":"bds241Toast-component","toastContainer":"bds241Toast-toastContainer","toast":"bds241Toast-toast","--variant_success":"bds241Toast---variant_success","--variant_warning":"bds241Toast---variant_warning","--variant_info":"bds241Toast---variant_info","--variant_error":"bds241Toast---variant_error","message":"bds241Toast-message","closeButton":"bds241Toast-closeButton"};
1722
+ var Toast_default = {"component":"bds242Toast-component","toastContainer":"bds242Toast-toastContainer","toast":"bds242Toast-toast","--variant_success":"bds242Toast---variant_success","--variant_warning":"bds242Toast---variant_warning","--variant_info":"bds242Toast---variant_info","--variant_error":"bds242Toast---variant_error","message":"bds242Toast-message","closeButton":"bds242Toast-closeButton"};
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":"bds241Checkbox-component","checkboxGroup":"bds241Checkbox-checkboxGroup","inputWrapper":"bds241Checkbox-inputWrapper","checkbox":"bds241Checkbox-checkbox","checkboxError":"bds241Checkbox-checkboxError"};
1800
+ var Checkbox_default = {"component":"bds242Checkbox-component","checkboxGroup":"bds242Checkbox-checkboxGroup","inputWrapper":"bds242Checkbox-inputWrapper","checkbox":"bds242Checkbox-checkbox","checkboxError":"bds242Checkbox-checkboxError"};
1801
1801
 
1802
1802
  // src/components/interaction/form/atoms/Message.module.css
1803
- var Message_default = {"component":"bds241Message-component","error":"bds241Message-error","hint":"bds241Message-hint"};
1803
+ var Message_default = {"component":"bds242Message-component","error":"bds242Message-error","hint":"bds242Message-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":"bds241Label-component","label":"bds241Label-label"};
1814
+ var Label_default = {"component":"bds242Label-component","label":"bds242Label-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":"bds241InputContainer-component","container":"bds241InputContainer-container"};
1827
+ var InputContainer_default = {"component":"bds242InputContainer-component","container":"bds242InputContainer-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":"bds241CheckboxGroup-component","group":"bds241CheckboxGroup-group","legend":"bds241CheckboxGroup-legend","required":"bds241CheckboxGroup-required","items":"bds241CheckboxGroup-items"};
1868
+ var CheckboxGroup_default = {"component":"bds242CheckboxGroup-component","group":"bds242CheckboxGroup-group","legend":"bds242CheckboxGroup-legend","required":"bds242CheckboxGroup-required","items":"bds242CheckboxGroup-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":"bds241Combobox-component","formGroup":"bds241Combobox-formGroup","inputWrapper":"bds241Combobox-inputWrapper","input":"bds241Combobox-input","inputError":"bds241Combobox-inputError","chevron":"bds241Combobox-chevron","listbox":"bds241Combobox-listbox","option":"bds241Combobox-option","--highlighted":"bds241Combobox---highlighted","--selected":"bds241Combobox---selected","--disabled":"bds241Combobox---disabled"};
1916
+ var Combobox_default = {"component":"bds242Combobox-component","formGroup":"bds242Combobox-formGroup","inputWrapper":"bds242Combobox-inputWrapper","input":"bds242Combobox-input","inputError":"bds242Combobox-inputError","chevron":"bds242Combobox-chevron","listbox":"bds242Combobox-listbox","option":"bds242Combobox-option","--highlighted":"bds242Combobox---highlighted","--selected":"bds242Combobox---selected","--disabled":"bds242Combobox---disabled"};
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":"bds241FileInput-component","formGroup":"bds241FileInput-formGroup","fieldLabel":"bds241FileInput-fieldLabel","dropZone":"bds241FileInput-dropZone","isDragging":"bds241FileInput-isDragging","hasError":"bds241FileInput-hasError","isDisabled":"bds241FileInput-isDisabled","icon":"bds241FileInput-icon","prompt":"bds241FileInput-prompt","acceptHint":"bds241FileInput-acceptHint","hiddenInput":"bds241FileInput-hiddenInput"};
2067
+ var FileInput_default = {"component":"bds242FileInput-component","formGroup":"bds242FileInput-formGroup","fieldLabel":"bds242FileInput-fieldLabel","dropZone":"bds242FileInput-dropZone","isDragging":"bds242FileInput-isDragging","hasError":"bds242FileInput-hasError","isDisabled":"bds242FileInput-isDisabled","icon":"bds242FileInput-icon","prompt":"bds242FileInput-prompt","acceptHint":"bds242FileInput-acceptHint","hiddenInput":"bds242FileInput-hiddenInput"};
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":"bds241FormInput-component","formGroup":"bds241FormInput-formGroup","input":"bds241FormInput-input","inputError":"bds241FormInput-inputError"};
2168
+ var FormInput_default = {"component":"bds242FormInput-component","formGroup":"bds242FormInput-formGroup","input":"bds242FormInput-input","inputError":"bds242FormInput-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":"bds241NumberInput-component","formGroup":"bds241NumberInput-formGroup","inputRow":"bds241NumberInput-inputRow","input":"bds241NumberInput-input","inputError":"bds241NumberInput-inputError","stepper":"bds241NumberInput-stepper"};
2212
+ var NumberInput_default = {"component":"bds242NumberInput-component","formGroup":"bds242NumberInput-formGroup","inputRow":"bds242NumberInput-inputRow","input":"bds242NumberInput-input","inputError":"bds242NumberInput-inputError","stepper":"bds242NumberInput-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":"bds241Radio-component","radioGroup":"bds241Radio-radioGroup","inputWrapper":"bds241Radio-inputWrapper","textWrapper":"bds241Radio-textWrapper","description":"bds241Radio-description","radio":"bds241Radio-radio","radioError":"bds241Radio-radioError"};
2317
+ var Radio_default = {"component":"bds242Radio-component","radioGroup":"bds242Radio-radioGroup","inputWrapper":"bds242Radio-inputWrapper","textWrapper":"bds242Radio-textWrapper","description":"bds242Radio-description","radio":"bds242Radio-radio","radioError":"bds242Radio-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":"bds241RadioGroup-component","group":"bds241RadioGroup-group","legend":"bds241RadioGroup-legend","required":"bds241RadioGroup-required","items":"bds241RadioGroup-items"};
2355
+ var RadioGroup_default = {"component":"bds242RadioGroup-component","group":"bds242RadioGroup-group","legend":"bds242RadioGroup-legend","required":"bds242RadioGroup-required","items":"bds242RadioGroup-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":"bds241SegmentedControl-component","control":"bds241SegmentedControl-control","thumb":"bds241SegmentedControl-thumb","indicator":"bds241SegmentedControl-indicator","item":"bds241SegmentedControl-item","--active":"bds241SegmentedControl---active","--disabled":"bds241SegmentedControl---disabled","--size_small":"bds241SegmentedControl---size_small","--size_large":"bds241SegmentedControl---size_large","--variant_outline":"bds241SegmentedControl---variant_outline"};
2397
+ var SegmentedControl_default = {"component":"bds242SegmentedControl-component","control":"bds242SegmentedControl-control","thumb":"bds242SegmentedControl-thumb","indicator":"bds242SegmentedControl-indicator","item":"bds242SegmentedControl-item","--active":"bds242SegmentedControl---active","--disabled":"bds242SegmentedControl---disabled","--size_small":"bds242SegmentedControl---size_small","--size_large":"bds242SegmentedControl---size_large","--variant_outline":"bds242SegmentedControl---variant_outline"};
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":"bds241Select-component","formGroup":"bds241Select-formGroup","selectWrapper":"bds241Select-selectWrapper","select":"bds241Select-select","selectError":"bds241Select-selectError","chevron":"bds241Select-chevron"};
2453
+ var Select_default = {"component":"bds242Select-component","formGroup":"bds242Select-formGroup","selectWrapper":"bds242Select-selectWrapper","select":"bds242Select-select","selectError":"bds242Select-selectError","chevron":"bds242Select-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":"bds241Slider-component","formGroup":"bds241Slider-formGroup","labelRow":"bds241Slider-labelRow","value":"bds241Slider-value","slider":"bds241Slider-slider","sliderError":"bds241Slider-sliderError"};
2504
+ var Slider_default = {"component":"bds242Slider-component","formGroup":"bds242Slider-formGroup","labelRow":"bds242Slider-labelRow","value":"bds242Slider-value","slider":"bds242Slider-slider","sliderError":"bds242Slider-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":"bds241Switch-component","switchGroup":"bds241Switch-switchGroup","--size_small":"bds241Switch---size_small","--size_medium":"bds241Switch---size_medium","--size_large":"bds241Switch---size_large","inputWrapper":"bds241Switch-inputWrapper","trackWrapper":"bds241Switch-trackWrapper","switch":"bds241Switch-switch","track":"bds241Switch-track","thumb":"bds241Switch-thumb","switchError":"bds241Switch-switchError"};
2566
+ var Switch_default = {"component":"bds242Switch-component","switchGroup":"bds242Switch-switchGroup","--size_small":"bds242Switch---size_small","--size_medium":"bds242Switch---size_medium","--size_large":"bds242Switch---size_large","inputWrapper":"bds242Switch-inputWrapper","trackWrapper":"bds242Switch-trackWrapper","switch":"bds242Switch-switch","track":"bds242Switch-track","thumb":"bds242Switch-thumb","switchError":"bds242Switch-switchError"};
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":"bds241Textarea-component","formGroup":"bds241Textarea-formGroup","textarea":"bds241Textarea-textarea","textareaError":"bds241Textarea-textareaError"};
2614
+ var Textarea_default = {"component":"bds242Textarea-component","formGroup":"bds242Textarea-formGroup","textarea":"bds242Textarea-textarea","textareaError":"bds242Textarea-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":"bds241ButtonGroup-component","buttonGroup":"bds241ButtonGroup-buttonGroup","container":"bds241ButtonGroup-container","--variant_card":"bds241ButtonGroup---variant_card","--variant_flow":"bds241ButtonGroup---variant_flow","--variant_modal":"bds241ButtonGroup---variant_modal","--variant_content":"bds241ButtonGroup---variant_content","--variant_grid":"bds241ButtonGroup---variant_grid"};
2653
+ var ButtonGroup_default = {"component":"bds242ButtonGroup-component","buttonGroup":"bds242ButtonGroup-buttonGroup","container":"bds242ButtonGroup-container","--variant_card":"bds242ButtonGroup---variant_card","--variant_flow":"bds242ButtonGroup---variant_flow","--variant_modal":"bds242ButtonGroup---variant_modal","--variant_content":"bds242ButtonGroup---variant_content","--variant_grid":"bds242ButtonGroup---variant_grid"};
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":"bds241Card-component","card":"bds241Card-card","--default":"bds241Card---default","--elevated":"bds241Card---elevated","--outlined":"bds241Card---outlined","--clickable":"bds241Card---clickable","--padding-none":"bds241Card---padding-none","--padding-small":"bds241Card---padding-small","--padding-medium":"bds241Card---padding-medium","--padding-large":"bds241Card---padding-large","--padding-extra-large":"bds241Card---padding-extra-large","--text-start":"bds241Card---text-start","--text-center":"bds241Card---text-center","--text-end":"bds241Card---text-end"};
2672
+ var Card_default = {"component":"bds242Card-component","card":"bds242Card-card","--default":"bds242Card---default","--elevated":"bds242Card---elevated","--outlined":"bds242Card---outlined","--clickable":"bds242Card---clickable","--padding-none":"bds242Card---padding-none","--padding-small":"bds242Card---padding-small","--padding-medium":"bds242Card---padding-medium","--padding-large":"bds242Card---padding-large","--padding-extra-large":"bds242Card---padding-extra-large","--text-start":"bds242Card---text-start","--text-center":"bds242Card---text-center","--text-end":"bds242Card---text-end"};
2673
2673
 
2674
2674
  // src/components/layout/Card/Card.tsx
2675
2675
  import { cn as cn48 } from "@boostdev/design-system-foundation";
@@ -2713,7 +2713,7 @@ import {
2713
2713
  } from "react";
2714
2714
 
2715
2715
  // src/components/layout/Grid/Grid.module.css
2716
- var Grid_default = {"component":"bds241Grid-component","grid":"bds241Grid-grid","--main":"bds241Grid---main","--page":"bds241Grid---page","--funnel":"bds241Grid---funnel","--custom":"bds241Grid---custom","--centered":"bds241Grid---centered","item":"bds241Grid-item","w3":"bds241Grid-w3","org":"bds241Grid-org","ts":"bds241Grid-ts","--masonry":"bds241Grid---masonry"};
2716
+ var Grid_default = {"component":"bds242Grid-component","grid":"bds242Grid-grid","--main":"bds242Grid---main","--page":"bds242Grid---page","--funnel":"bds242Grid---funnel","--custom":"bds242Grid---custom","--centered":"bds242Grid---centered","item":"bds242Grid-item","w3":"bds242Grid-w3","org":"bds242Grid-org","ts":"bds242Grid-ts","--masonry":"bds242Grid---masonry"};
2717
2717
 
2718
2718
  // src/components/layout/Grid/Grid.tsx
2719
2719
  import { cn as cn49 } from "@boostdev/design-system-foundation";
@@ -2749,6 +2749,7 @@ function supportsNativeMasonry() {
2749
2749
  return CSS.supports("display", "grid-lanes") || CSS.supports("grid-template-rows", "masonry");
2750
2750
  }
2751
2751
  var ORIGINAL_COL_ATTR = "data-bds-masonry-original-column";
2752
+ var LAST_SPAN_ATTR = "data-bds-masonry-span";
2752
2753
  function applyMasonryLayout(container, rawChildren, options = {}) {
2753
2754
  const cs = window.getComputedStyle(container);
2754
2755
  const targetGap = parseFloat(cs.columnGap) || 0;
@@ -2790,9 +2791,19 @@ function applyMasonryLayout(container, rawChildren, options = {}) {
2790
2791
  }
2791
2792
  }
2792
2793
  const heights = children.map((child) => child.offsetHeight);
2794
+ const spans = heights.map((h) => Math.max(1, Math.ceil(h + targetGap)));
2795
+ let changed = false;
2793
2796
  for (let i = 0; i < children.length; i++) {
2794
- const span = Math.max(1, Math.ceil(heights[i] + targetGap));
2795
- children[i].style.gridRowEnd = `span ${span}`;
2797
+ const prev = children[i].getAttribute(LAST_SPAN_ATTR);
2798
+ if (prev !== String(spans[i])) {
2799
+ changed = true;
2800
+ break;
2801
+ }
2802
+ }
2803
+ if (!changed) return;
2804
+ for (let i = 0; i < children.length; i++) {
2805
+ children[i].style.gridRowEnd = `span ${spans[i]}`;
2806
+ children[i].setAttribute(LAST_SPAN_ATTR, String(spans[i]));
2796
2807
  }
2797
2808
  }
2798
2809
  function countGridColumns(container) {
@@ -2826,6 +2837,7 @@ function clearMasonryLayout(container, rawChildren) {
2826
2837
  child.style.gridRowEnd = "";
2827
2838
  child.style.alignSelf = "";
2828
2839
  child.style.overflowAnchor = "";
2840
+ child.removeAttribute(LAST_SPAN_ATTR);
2829
2841
  restoreOriginalColumn(child);
2830
2842
  }
2831
2843
  }
@@ -3048,7 +3060,7 @@ function GridItem({
3048
3060
  }
3049
3061
 
3050
3062
  // src/components/layout/SectionHeader/SectionHeader.module.css
3051
- var SectionHeader_default = {"component":"bds241SectionHeader-component","sectionHeader":"bds241SectionHeader-sectionHeader","title":"bds241SectionHeader-title","subtitle":"bds241SectionHeader-subtitle","--start":"bds241SectionHeader---start","--center":"bds241SectionHeader---center","--end":"bds241SectionHeader---end","--medium":"bds241SectionHeader---medium","--xs":"bds241SectionHeader---xs","--small":"bds241SectionHeader---small","--large":"bds241SectionHeader---large"};
3063
+ var SectionHeader_default = {"component":"bds242SectionHeader-component","sectionHeader":"bds242SectionHeader-sectionHeader","title":"bds242SectionHeader-title","subtitle":"bds242SectionHeader-subtitle","--start":"bds242SectionHeader---start","--center":"bds242SectionHeader---center","--end":"bds242SectionHeader---end","--medium":"bds242SectionHeader---medium","--xs":"bds242SectionHeader---xs","--small":"bds242SectionHeader---small","--large":"bds242SectionHeader---large"};
3052
3064
 
3053
3065
  // src/components/layout/SectionHeader/SectionHeader.tsx
3054
3066
  import { cn as cn51 } from "@boostdev/design-system-foundation";
@@ -3070,7 +3082,7 @@ function SectionHeader({
3070
3082
  }
3071
3083
 
3072
3084
  // src/components/layout/IconWrapper/IconWrapper.module.css
3073
- var IconWrapper_default = {"component":"bds241IconWrapper-component","wrapper":"bds241IconWrapper-wrapper"};
3085
+ var IconWrapper_default = {"component":"bds242IconWrapper-component","wrapper":"bds242IconWrapper-wrapper"};
3074
3086
 
3075
3087
  // src/components/layout/IconWrapper/IconWrapper.tsx
3076
3088
  import { cn as cn52 } from "@boostdev/design-system-foundation";
@@ -157,6 +157,7 @@ function supportsNativeMasonry() {
157
157
  return CSS.supports("display", "grid-lanes") || CSS.supports("grid-template-rows", "masonry");
158
158
  }
159
159
  var ORIGINAL_COL_ATTR = "data-bds-masonry-original-column";
160
+ var LAST_SPAN_ATTR = "data-bds-masonry-span";
160
161
  function applyMasonryLayout(container, rawChildren, options = {}) {
161
162
  const cs = window.getComputedStyle(container);
162
163
  const targetGap = parseFloat(cs.columnGap) || 0;
@@ -198,9 +199,19 @@ function applyMasonryLayout(container, rawChildren, options = {}) {
198
199
  }
199
200
  }
200
201
  const heights = children.map((child) => child.offsetHeight);
202
+ const spans = heights.map((h) => Math.max(1, Math.ceil(h + targetGap)));
203
+ let changed = false;
201
204
  for (let i3 = 0; i3 < children.length; i3++) {
202
- const span = Math.max(1, Math.ceil(heights[i3] + targetGap));
203
- children[i3].style.gridRowEnd = `span ${span}`;
205
+ const prev = children[i3].getAttribute(LAST_SPAN_ATTR);
206
+ if (prev !== String(spans[i3])) {
207
+ changed = true;
208
+ break;
209
+ }
210
+ }
211
+ if (!changed) return;
212
+ for (let i3 = 0; i3 < children.length; i3++) {
213
+ children[i3].style.gridRowEnd = `span ${spans[i3]}`;
214
+ children[i3].setAttribute(LAST_SPAN_ATTR, String(spans[i3]));
204
215
  }
205
216
  }
206
217
  function countGridColumns(container) {
@@ -234,6 +245,7 @@ function clearMasonryLayout(container, rawChildren) {
234
245
  child.style.gridRowEnd = "";
235
246
  child.style.alignSelf = "";
236
247
  child.style.overflowAnchor = "";
248
+ child.removeAttribute(LAST_SPAN_ATTR);
237
249
  restoreOriginalColumn(child);
238
250
  }
239
251
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boostdev/design-system-components",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "BoostDev React component library: accessible, token-driven components built on @boostdev/design-system-foundation",
5
5
  "keywords": [
6
6
  "React",