@boostdev/design-system-components 0.1.16 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.cjs CHANGED
@@ -53,6 +53,7 @@ __export(client_exports, {
53
53
  Radio: () => Radio,
54
54
  Rating: () => Rating,
55
55
  SectionHeader: () => SectionHeader,
56
+ SegmentedControl: () => SegmentedControl,
56
57
  Select: () => Select,
57
58
  Separator: () => Separator,
58
59
  Skeleton: () => Skeleton,
@@ -65,7 +66,7 @@ __export(client_exports, {
65
66
  ToastProvider: () => ToastProvider,
66
67
  Tooltip: () => Tooltip,
67
68
  Typography: () => Typography,
68
- cn: () => import_design_system_foundation45.cn,
69
+ cn: () => import_design_system_foundation46.cn,
69
70
  useToast: () => useToast
70
71
  });
71
72
  module.exports = __toCommonJS(client_exports);
@@ -74,7 +75,7 @@ module.exports = __toCommonJS(client_exports);
74
75
  var import_react = require("react");
75
76
 
76
77
  // src/components/ui/Accordion/Accordion.module.css
77
- var Accordion_default = {"accordion":"bds0116Accordion-accordion","item":"bds0116Accordion-item","heading":"bds0116Accordion-heading","trigger":"bds0116Accordion-trigger","triggerLabel":"bds0116Accordion-triggerLabel","chevron":"bds0116Accordion-chevron","--open":"bds0116Accordion---open","panel":"bds0116Accordion-panel","panelContent":"bds0116Accordion-panelContent"};
78
+ var Accordion_default = {"accordion":"bds0118Accordion-accordion","item":"bds0118Accordion-item","heading":"bds0118Accordion-heading","trigger":"bds0118Accordion-trigger","triggerLabel":"bds0118Accordion-triggerLabel","chevron":"bds0118Accordion-chevron","--open":"bds0118Accordion---open","panel":"bds0118Accordion-panel","panelContent":"bds0118Accordion-panelContent"};
78
79
 
79
80
  // src/components/ui/Accordion/Accordion.tsx
80
81
  var import_design_system_foundation = require("@boostdev/design-system-foundation");
@@ -142,7 +143,7 @@ function Accordion({
142
143
  }
143
144
 
144
145
  // src/components/ui/Alert/Alert.module.css
145
- var Alert_default = {"alert":"bds0116Alert-alert","--variant_info":"bds0116Alert---variant_info","--variant_success":"bds0116Alert---variant_success","--variant_warning":"bds0116Alert---variant_warning","--variant_error":"bds0116Alert---variant_error","icon":"bds0116Alert-icon","content":"bds0116Alert-content","title":"bds0116Alert-title","dismiss":"bds0116Alert-dismiss"};
146
+ var Alert_default = {"alert":"bds0118Alert-alert","--variant_info":"bds0118Alert---variant_info","--variant_success":"bds0118Alert---variant_success","--variant_warning":"bds0118Alert---variant_warning","--variant_error":"bds0118Alert---variant_error","icon":"bds0118Alert-icon","content":"bds0118Alert-content","title":"bds0118Alert-title","dismiss":"bds0118Alert-dismiss"};
146
147
 
147
148
  // src/components/ui/Alert/Alert.tsx
148
149
  var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
@@ -185,7 +186,7 @@ function Alert({
185
186
  }
186
187
 
187
188
  // src/components/ui/Avatar/Avatar.module.css
188
- var Avatar_default = {"avatar":"bds0116Avatar-avatar","--fallback":"bds0116Avatar---fallback","--size_small":"bds0116Avatar---size_small","--size_medium":"bds0116Avatar---size_medium","--size_large":"bds0116Avatar---size_large","image":"bds0116Avatar-image","initials":"bds0116Avatar-initials"};
189
+ var Avatar_default = {"avatar":"bds0118Avatar-avatar","--fallback":"bds0118Avatar---fallback","--size_small":"bds0118Avatar---size_small","--size_medium":"bds0118Avatar---size_medium","--size_large":"bds0118Avatar---size_large","image":"bds0118Avatar-image","initials":"bds0118Avatar-initials"};
189
190
 
190
191
  // src/components/ui/Avatar/Avatar.tsx
191
192
  var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
@@ -211,7 +212,7 @@ function Avatar({ src, alt, name, size = "medium", className }) {
211
212
  }
212
213
 
213
214
  // src/components/ui/Badge/Badge.module.css
214
- var Badge_default = {"badge":"bds0116Badge-badge","--variant_primary":"bds0116Badge---variant_primary","--variant_secondary":"bds0116Badge---variant_secondary","--variant_success":"bds0116Badge---variant_success","--variant_error":"bds0116Badge---variant_error","--variant_warning":"bds0116Badge---variant_warning"};
215
+ var Badge_default = {"badge":"bds0118Badge-badge","--variant_primary":"bds0118Badge---variant_primary","--variant_secondary":"bds0118Badge---variant_secondary","--variant_success":"bds0118Badge---variant_success","--variant_error":"bds0118Badge---variant_error","--variant_warning":"bds0118Badge---variant_warning"};
215
216
 
216
217
  // src/components/ui/Badge/Badge.tsx
217
218
  var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
@@ -221,7 +222,7 @@ function Badge({ children, variant = "primary", className }) {
221
222
  }
222
223
 
223
224
  // src/components/ui/Breadcrumb/Breadcrumb.module.css
224
- var Breadcrumb_default = {"breadcrumb":"bds0116Breadcrumb-breadcrumb","list":"bds0116Breadcrumb-list","item":"bds0116Breadcrumb-item","link":"bds0116Breadcrumb-link","separator":"bds0116Breadcrumb-separator","current":"bds0116Breadcrumb-current"};
225
+ var Breadcrumb_default = {"breadcrumb":"bds0118Breadcrumb-breadcrumb","list":"bds0118Breadcrumb-list","item":"bds0118Breadcrumb-item","link":"bds0118Breadcrumb-link","separator":"bds0118Breadcrumb-separator","current":"bds0118Breadcrumb-current"};
225
226
 
226
227
  // src/components/ui/Breadcrumb/Breadcrumb.tsx
227
228
  var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
@@ -237,7 +238,7 @@ function Breadcrumb({ items, className }) {
237
238
  }
238
239
 
239
240
  // src/components/ui/Collapsible/Collapsible.module.css
240
- var Collapsible_default = {"collapsible":"bds0116Collapsible-collapsible","summary":"bds0116Collapsible-summary","summaryContent":"bds0116Collapsible-summaryContent","icon":"bds0116Collapsible-icon","content":"bds0116Collapsible-content"};
241
+ var Collapsible_default = {"collapsible":"bds0118Collapsible-collapsible","summary":"bds0118Collapsible-summary","summaryContent":"bds0118Collapsible-summaryContent","icon":"bds0118Collapsible-icon","content":"bds0118Collapsible-content"};
241
242
 
242
243
  // src/components/ui/Collapsible/Collapsible.tsx
243
244
  var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
@@ -278,7 +279,7 @@ function Collapsible({
278
279
  var import_react2 = require("react");
279
280
 
280
281
  // src/components/ui/Calendar/Calendar.module.css
281
- var Calendar_default = {"calendar":"bds0116Calendar-calendar","header":"bds0116Calendar-header","monthYear":"bds0116Calendar-monthYear","navBtn":"bds0116Calendar-navBtn","grid":"bds0116Calendar-grid","weekday":"bds0116Calendar-weekday","empty":"bds0116Calendar-empty","day":"bds0116Calendar-day","disabled":"bds0116Calendar-disabled","selected":"bds0116Calendar-selected","today":"bds0116Calendar-today"};
282
+ var Calendar_default = {"calendar":"bds0118Calendar-calendar","header":"bds0118Calendar-header","monthYear":"bds0118Calendar-monthYear","navBtn":"bds0118Calendar-navBtn","grid":"bds0118Calendar-grid","weekday":"bds0118Calendar-weekday","empty":"bds0118Calendar-empty","day":"bds0118Calendar-day","disabled":"bds0118Calendar-disabled","selected":"bds0118Calendar-selected","today":"bds0118Calendar-today"};
282
283
 
283
284
  // src/components/ui/Calendar/Calendar.tsx
284
285
  var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
@@ -444,7 +445,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className }) {
444
445
  var import_react3 = require("react");
445
446
 
446
447
  // src/components/ui/Carousel/Carousel.module.css
447
- var Carousel_default = {"carousel":"bds0116Carousel-carousel","track":"bds0116Carousel-track","slide":"bds0116Carousel-slide","navBtn":"bds0116Carousel-navBtn"};
448
+ var Carousel_default = {"carousel":"bds0118Carousel-carousel","track":"bds0118Carousel-track","slide":"bds0118Carousel-slide","navBtn":"bds0118Carousel-navBtn"};
448
449
 
449
450
  // src/components/ui/Carousel/Carousel.tsx
450
451
  var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
@@ -497,7 +498,7 @@ function Carousel({ items, label, className }) {
497
498
  }
498
499
 
499
500
  // src/components/ui/DescriptionList/DescriptionList.module.css
500
- var DescriptionList_default = {"list":"bds0116DescriptionList-list","group":"bds0116DescriptionList-group","term":"bds0116DescriptionList-term","details":"bds0116DescriptionList-details","--layout_inline":"bds0116DescriptionList---layout_inline"};
501
+ var DescriptionList_default = {"list":"bds0118DescriptionList-list","group":"bds0118DescriptionList-group","term":"bds0118DescriptionList-term","details":"bds0118DescriptionList-details","--layout_inline":"bds0118DescriptionList---layout_inline"};
501
502
 
502
503
  // src/components/ui/DescriptionList/DescriptionList.tsx
503
504
  var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
@@ -510,7 +511,7 @@ function DescriptionList({ items, layout = "stacked", className }) {
510
511
  }
511
512
 
512
513
  // src/components/ui/Link/Link.module.css
513
- var Link_default = {"link":"bds0116Link-link","--variant_default":"bds0116Link---variant_default","--variant_subtle":"bds0116Link---variant_subtle","--variant_standalone":"bds0116Link---variant_standalone","externalLabel":"bds0116Link-externalLabel"};
514
+ var Link_default = {"link":"bds0118Link-link","--variant_default":"bds0118Link---variant_default","--variant_subtle":"bds0118Link---variant_subtle","--variant_standalone":"bds0118Link---variant_standalone","externalLabel":"bds0118Link-externalLabel"};
514
515
 
515
516
  // src/components/ui/Link/Link.tsx
516
517
  var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
@@ -541,7 +542,7 @@ function Link({
541
542
  }
542
543
 
543
544
  // src/components/ui/Loading/Loading.module.css
544
- var Loading_default = {"loading":"bds0116Loading-loading","spinner":"bds0116Loading-spinner","--size_small":"bds0116Loading---size_small","--size_large":"bds0116Loading---size_large"};
545
+ var Loading_default = {"loading":"bds0118Loading-loading","spinner":"bds0118Loading-spinner","--size_small":"bds0118Loading---size_small","--size_large":"bds0118Loading---size_large"};
545
546
 
546
547
  // src/components/ui/Loading/Loading.tsx
547
548
  var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
@@ -551,7 +552,7 @@ function Loading({ size = "medium", className }) {
551
552
  }
552
553
 
553
554
  // src/components/ui/NotificationBanner/NotificationBanner.module.css
554
- var NotificationBanner_default = {"banner":"bds0116NotificationBanner-banner","--variant_info":"bds0116NotificationBanner---variant_info","--variant_success":"bds0116NotificationBanner---variant_success","--variant_warning":"bds0116NotificationBanner---variant_warning","--variant_error":"bds0116NotificationBanner---variant_error","content":"bds0116NotificationBanner-content","action":"bds0116NotificationBanner-action","dismiss":"bds0116NotificationBanner-dismiss"};
555
+ var NotificationBanner_default = {"banner":"bds0118NotificationBanner-banner","--variant_info":"bds0118NotificationBanner---variant_info","--variant_success":"bds0118NotificationBanner---variant_success","--variant_warning":"bds0118NotificationBanner---variant_warning","--variant_error":"bds0118NotificationBanner---variant_error","content":"bds0118NotificationBanner-content","action":"bds0118NotificationBanner-action","dismiss":"bds0118NotificationBanner-dismiss"};
555
556
 
556
557
  // src/components/ui/NotificationBanner/NotificationBanner.tsx
557
558
  var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
@@ -590,7 +591,7 @@ function NotificationBanner({
590
591
  }
591
592
 
592
593
  // src/components/ui/Pagination/Pagination.module.css
593
- var Pagination_default = {"pagination":"bds0116Pagination-pagination","list":"bds0116Pagination-list","button":"bds0116Pagination-button","--active":"bds0116Pagination---active","--nav":"bds0116Pagination---nav","ellipsis":"bds0116Pagination-ellipsis"};
594
+ var Pagination_default = {"pagination":"bds0118Pagination-pagination","list":"bds0118Pagination-list","button":"bds0118Pagination-button","--active":"bds0118Pagination---active","--nav":"bds0118Pagination---nav","ellipsis":"bds0118Pagination-ellipsis"};
594
595
 
595
596
  // src/components/ui/Pagination/Pagination.tsx
596
597
  var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
@@ -654,7 +655,7 @@ function Pagination({
654
655
  }
655
656
 
656
657
  // src/components/ui/Progress/Progress.module.css
657
- var Progress_default = {"container":"bds0116Progress-container","labelRow":"bds0116Progress-labelRow","value":"bds0116Progress-value","track":"bds0116Progress-track","--size_small":"bds0116Progress---size_small","--size_medium":"bds0116Progress---size_medium","--size_large":"bds0116Progress---size_large","fill":"bds0116Progress-fill"};
658
+ var Progress_default = {"container":"bds0118Progress-container","labelRow":"bds0118Progress-labelRow","value":"bds0118Progress-value","track":"bds0118Progress-track","--size_small":"bds0118Progress---size_small","--size_medium":"bds0118Progress---size_medium","--size_large":"bds0118Progress---size_large","fill":"bds0118Progress-fill"};
658
659
 
659
660
  // src/components/ui/Progress/Progress.tsx
660
661
  var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
@@ -692,7 +693,7 @@ function Progress({
692
693
  }
693
694
 
694
695
  // src/components/ui/ProgressCircle/ProgressCircle.module.css
695
- var ProgressCircle_default = {"wrapper":"bds0116ProgressCircle-wrapper","svg":"bds0116ProgressCircle-svg","track":"bds0116ProgressCircle-track","fill":"bds0116ProgressCircle-fill","value":"bds0116ProgressCircle-value","--size_small":"bds0116ProgressCircle---size_small","--size_medium":"bds0116ProgressCircle---size_medium","--size_large":"bds0116ProgressCircle---size_large"};
696
+ var ProgressCircle_default = {"wrapper":"bds0118ProgressCircle-wrapper","svg":"bds0118ProgressCircle-svg","track":"bds0118ProgressCircle-track","fill":"bds0118ProgressCircle-fill","value":"bds0118ProgressCircle-value","--size_small":"bds0118ProgressCircle---size_small","--size_medium":"bds0118ProgressCircle---size_medium","--size_large":"bds0118ProgressCircle---size_large"};
696
697
 
697
698
  // src/components/ui/ProgressCircle/ProgressCircle.tsx
698
699
  var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
@@ -771,7 +772,7 @@ function ProgressCircle({
771
772
  }
772
773
 
773
774
  // src/components/ui/Separator/Separator.module.css
774
- var Separator_default = {"separator":"bds0116Separator-separator","--horizontal":"bds0116Separator---horizontal","--vertical":"bds0116Separator---vertical"};
775
+ var Separator_default = {"separator":"bds0118Separator-separator","--horizontal":"bds0118Separator---horizontal","--vertical":"bds0118Separator---vertical"};
775
776
 
776
777
  // src/components/ui/Separator/Separator.tsx
777
778
  var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
@@ -794,7 +795,7 @@ function Separator({ orientation = "horizontal", className }) {
794
795
  var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
795
796
 
796
797
  // src/components/ui/Skeleton/Skeleton.module.css
797
- var Skeleton_default = {"skeleton":"bds0116Skeleton-skeleton"};
798
+ var Skeleton_default = {"skeleton":"bds0118Skeleton-skeleton"};
798
799
 
799
800
  // src/components/ui/Skeleton/Skeleton.tsx
800
801
  var import_jsx_runtime17 = require("react/jsx-runtime");
@@ -803,7 +804,7 @@ function Skeleton({ className }) {
803
804
  }
804
805
 
805
806
  // src/components/ui/SkipLink/SkipLink.module.css
806
- var SkipLink_default = {"skipLink":"bds0116SkipLink-skipLink"};
807
+ var SkipLink_default = {"skipLink":"bds0118SkipLink-skipLink"};
807
808
 
808
809
  // src/components/ui/SkipLink/SkipLink.tsx
809
810
  var import_jsx_runtime18 = require("react/jsx-runtime");
@@ -812,7 +813,7 @@ function SkipLink({ href = "#main", children = "Skip to main content" }) {
812
813
  }
813
814
 
814
815
  // src/components/ui/Table/Table.module.css
815
- var Table_default = {"wrapper":"bds0116Table-wrapper","table":"bds0116Table-table","caption":"bds0116Table-caption","thead":"bds0116Table-thead","th":"bds0116Table-th","--sortable":"bds0116Table---sortable","sortButton":"bds0116Table-sortButton","sortIcon":"bds0116Table-sortIcon","--sort-active":"bds0116Table---sort-active","--sort-desc":"bds0116Table---sort-desc","tbody":"bds0116Table-tbody","tr":"bds0116Table-tr","td":"bds0116Table-td"};
816
+ var Table_default = {"wrapper":"bds0118Table-wrapper","table":"bds0118Table-table","caption":"bds0118Table-caption","thead":"bds0118Table-thead","th":"bds0118Table-th","--sortable":"bds0118Table---sortable","sortButton":"bds0118Table-sortButton","sortIcon":"bds0118Table-sortIcon","--sort-active":"bds0118Table---sort-active","--sort-desc":"bds0118Table---sort-desc","tbody":"bds0118Table-tbody","tr":"bds0118Table-tr","td":"bds0118Table-td"};
816
817
 
817
818
  // src/components/ui/Table/Table.tsx
818
819
  var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
@@ -881,7 +882,7 @@ function Table({
881
882
  var import_react4 = require("react");
882
883
 
883
884
  // src/components/ui/Tabs/Tabs.module.css
884
- var Tabs_default = {"tabs":"bds0116Tabs-tabs","tabList":"bds0116Tabs-tabList","tab":"bds0116Tabs-tab","--active":"bds0116Tabs---active","panel":"bds0116Tabs-panel"};
885
+ var Tabs_default = {"tabs":"bds0118Tabs-tabs","tabList":"bds0118Tabs-tabList","tab":"bds0118Tabs-tab","--active":"bds0118Tabs---active","panel":"bds0118Tabs-panel"};
885
886
 
886
887
  // src/components/ui/Tabs/Tabs.tsx
887
888
  var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
@@ -962,7 +963,7 @@ function Tabs({ tabs, defaultTab, className }) {
962
963
  var import_react5 = require("react");
963
964
 
964
965
  // src/components/ui/Tooltip/Tooltip.module.css
965
- var Tooltip_default = {"wrapper":"bds0116Tooltip-wrapper","tooltip":"bds0116Tooltip-tooltip","--placement_top":"bds0116Tooltip---placement_top","--placement_bottom":"bds0116Tooltip---placement_bottom","--placement_left":"bds0116Tooltip---placement_left","--placement_right":"bds0116Tooltip---placement_right"};
966
+ var Tooltip_default = {"wrapper":"bds0118Tooltip-wrapper","tooltip":"bds0118Tooltip-tooltip","--placement_top":"bds0118Tooltip---placement_top","--placement_bottom":"bds0118Tooltip---placement_bottom","--placement_left":"bds0118Tooltip---placement_left","--placement_right":"bds0118Tooltip---placement_right"};
966
967
 
967
968
  // src/components/ui/Tooltip/Tooltip.tsx
968
969
  var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
@@ -992,7 +993,7 @@ function Tooltip({
992
993
  }
993
994
 
994
995
  // src/components/ui/Typography/Typography.module.css
995
- var Typography_default = {"typography":"bds0116Typography-typography","--h1":"bds0116Typography---h1","--h2":"bds0116Typography---h2","--h3":"bds0116Typography---h3","--body":"bds0116Typography---body","--body_s":"bds0116Typography---body_s"};
996
+ var Typography_default = {"typography":"bds0118Typography-typography","--h1":"bds0118Typography---h1","--h2":"bds0118Typography---h2","--h3":"bds0118Typography---h3","--body":"bds0118Typography---body","--body_s":"bds0118Typography---body_s"};
996
997
 
997
998
  // src/components/ui/Typography/Typography.tsx
998
999
  var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
@@ -1010,7 +1011,7 @@ function Typography({ variant = "body", component, children, className }) {
1010
1011
  }
1011
1012
 
1012
1013
  // src/components/interaction/Button/Button.module.css
1013
- var Button_default = {"button":"bds0116Button-button","--primary":"bds0116Button---primary","--secondary":"bds0116Button---secondary","--size_small":"bds0116Button---size_small","--size_medium":"bds0116Button---size_medium","--size_large":"bds0116Button---size_large","--hasPulse":"bds0116Button---hasPulse","prefix":"bds0116Button-prefix","suffix":"bds0116Button-suffix"};
1014
+ var Button_default = {"button":"bds0118Button-button","--primary":"bds0118Button---primary","--secondary":"bds0118Button---secondary","--size_small":"bds0118Button---size_small","--size_medium":"bds0118Button---size_medium","--size_large":"bds0118Button---size_large","--hasPulse":"bds0118Button---hasPulse","prefix":"bds0118Button-prefix","suffix":"bds0118Button-suffix"};
1014
1015
 
1015
1016
  // src/components/interaction/Button/Button.tsx
1016
1017
  var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
@@ -1086,7 +1087,7 @@ function Button({
1086
1087
  var import_react6 = require("react");
1087
1088
 
1088
1089
  // src/components/interaction/Command/Command.module.css
1089
- var Command_default = {"dialog":"bds0116Command-dialog","palette":"bds0116Command-palette","searchRow":"bds0116Command-searchRow","searchIcon":"bds0116Command-searchIcon","search":"bds0116Command-search","escHint":"bds0116Command-escHint","list":"bds0116Command-list","groupList":"bds0116Command-groupList","group":"bds0116Command-group","item":"bds0116Command-item","itemActive":"bds0116Command-itemActive","itemLabel":"bds0116Command-itemLabel","itemDesc":"bds0116Command-itemDesc","shortcut":"bds0116Command-shortcut","empty":"bds0116Command-empty"};
1090
+ var Command_default = {"dialog":"bds0118Command-dialog","palette":"bds0118Command-palette","searchRow":"bds0118Command-searchRow","searchIcon":"bds0118Command-searchIcon","search":"bds0118Command-search","escHint":"bds0118Command-escHint","list":"bds0118Command-list","groupList":"bds0118Command-groupList","group":"bds0118Command-group","item":"bds0118Command-item","itemActive":"bds0118Command-itemActive","itemLabel":"bds0118Command-itemLabel","itemDesc":"bds0118Command-itemDesc","shortcut":"bds0118Command-shortcut","empty":"bds0118Command-empty"};
1090
1091
 
1091
1092
  // src/components/interaction/Command/Command.tsx
1092
1093
  var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
@@ -1124,12 +1125,17 @@ function Command({
1124
1125
  if (!dialog) return;
1125
1126
  if (isOpen) {
1126
1127
  dialog.showModal();
1128
+ document.body.style.overflow = "hidden";
1127
1129
  setQuery("");
1128
1130
  setActiveIndex(0);
1129
1131
  setTimeout(() => inputRef.current?.focus(), 0);
1130
1132
  } else if (dialog.open) {
1131
1133
  dialog.close();
1134
+ document.body.style.overflow = "";
1132
1135
  }
1136
+ return () => {
1137
+ document.body.style.overflow = "";
1138
+ };
1133
1139
  }, [isOpen]);
1134
1140
  (0, import_react6.useEffect)(() => {
1135
1141
  setActiveIndex(0);
@@ -1225,7 +1231,7 @@ function Command({
1225
1231
  var import_react7 = require("react");
1226
1232
 
1227
1233
  // src/components/interaction/Dialog/Dialog.module.css
1228
- var Dialog_default = {"dialog":"bds0116Dialog-dialog","dialogContent":"bds0116Dialog-dialogContent","closeForm":"bds0116Dialog-closeForm","closeButton":"bds0116Dialog-closeButton"};
1234
+ var Dialog_default = {"dialog":"bds0118Dialog-dialog","dialogContent":"bds0118Dialog-dialogContent","closeForm":"bds0118Dialog-closeForm","closeButton":"bds0118Dialog-closeButton"};
1229
1235
 
1230
1236
  // src/components/interaction/Dialog/Dialog.tsx
1231
1237
  var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
@@ -1281,7 +1287,7 @@ function Dialog({ children, isOpen = false, className, onClose }) {
1281
1287
  var import_react8 = require("react");
1282
1288
 
1283
1289
  // src/components/interaction/Drawer/Drawer.module.css
1284
- var Drawer_default = {"drawer":"bds0116Drawer-drawer","panel":"bds0116Drawer-panel","--side_right":"bds0116Drawer---side_right","--side_left":"bds0116Drawer---side_left","header":"bds0116Drawer-header","closeButton":"bds0116Drawer-closeButton","body":"bds0116Drawer-body"};
1290
+ var Drawer_default = {"drawer":"bds0118Drawer-drawer","panel":"bds0118Drawer-panel","--side_right":"bds0118Drawer---side_right","--side_left":"bds0118Drawer---side_left","header":"bds0118Drawer-header","closeButton":"bds0118Drawer-closeButton","body":"bds0118Drawer-body"};
1285
1291
 
1286
1292
  // src/components/interaction/Drawer/Drawer.tsx
1287
1293
  var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
@@ -1301,9 +1307,14 @@ function Drawer({
1301
1307
  if (!dialog) return;
1302
1308
  if (isOpen) {
1303
1309
  dialog.showModal();
1310
+ document.body.style.overflow = "hidden";
1304
1311
  } else if (dialog.open) {
1305
1312
  dialog.close();
1313
+ document.body.style.overflow = "";
1306
1314
  }
1315
+ return () => {
1316
+ document.body.style.overflow = "";
1317
+ };
1307
1318
  }, [isOpen]);
1308
1319
  const handleClick = (e) => {
1309
1320
  if (e.target === dialogRef.current) onClose();
@@ -1344,7 +1355,7 @@ function Drawer({
1344
1355
  var import_react9 = require("react");
1345
1356
 
1346
1357
  // src/components/interaction/DropdownMenu/DropdownMenu.module.css
1347
- var DropdownMenu_default = {"wrapper":"bds0116DropdownMenu-wrapper","menu":"bds0116DropdownMenu-menu","--placement_bottom-start":"bds0116DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds0116DropdownMenu---placement_bottom-end","separator":"bds0116DropdownMenu-separator","item":"bds0116DropdownMenu-item","icon":"bds0116DropdownMenu-icon"};
1358
+ var DropdownMenu_default = {"wrapper":"bds0118DropdownMenu-wrapper","menu":"bds0118DropdownMenu-menu","--placement_bottom-start":"bds0118DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds0118DropdownMenu---placement_bottom-end","separator":"bds0118DropdownMenu-separator","item":"bds0118DropdownMenu-item","icon":"bds0118DropdownMenu-icon"};
1348
1359
 
1349
1360
  // src/components/interaction/DropdownMenu/DropdownMenu.tsx
1350
1361
  var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
@@ -1457,7 +1468,7 @@ function DropdownMenu({
1457
1468
  var import_react10 = require("react");
1458
1469
 
1459
1470
  // src/components/interaction/Popover/Popover.module.css
1460
- var Popover_default = {"wrapper":"bds0116Popover-wrapper","panel":"bds0116Popover-panel","--placement_bottom":"bds0116Popover---placement_bottom","--placement_top":"bds0116Popover---placement_top","--placement_right":"bds0116Popover---placement_right","--placement_left":"bds0116Popover---placement_left"};
1471
+ var Popover_default = {"wrapper":"bds0118Popover-wrapper","panel":"bds0118Popover-panel","--placement_bottom":"bds0118Popover---placement_bottom","--placement_top":"bds0118Popover---placement_top","--placement_right":"bds0118Popover---placement_right","--placement_left":"bds0118Popover---placement_left"};
1461
1472
 
1462
1473
  // src/components/interaction/Popover/Popover.tsx
1463
1474
  var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
@@ -1513,7 +1524,7 @@ function Popover({
1513
1524
  }
1514
1525
 
1515
1526
  // src/components/interaction/Rating/Rating.module.css
1516
- var Rating_default = {"rating":"bds0116Rating-rating","star":"bds0116Rating-star","--filled":"bds0116Rating---filled"};
1527
+ var Rating_default = {"rating":"bds0118Rating-rating","star":"bds0118Rating-star","--filled":"bds0118Rating---filled"};
1517
1528
 
1518
1529
  // src/components/interaction/Rating/Rating.tsx
1519
1530
  var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
@@ -1544,7 +1555,7 @@ function Rating({ value, max = 5, className }) {
1544
1555
  var import_react11 = require("react");
1545
1556
 
1546
1557
  // src/components/interaction/Toast/Toast.module.css
1547
- var Toast_default = {"toastContainer":"bds0116Toast-toastContainer","toast":"bds0116Toast-toast","--variant_success":"bds0116Toast---variant_success","--variant_warning":"bds0116Toast---variant_warning","--variant_info":"bds0116Toast---variant_info","--variant_error":"bds0116Toast---variant_error","message":"bds0116Toast-message","closeButton":"bds0116Toast-closeButton"};
1558
+ var Toast_default = {"toastContainer":"bds0118Toast-toastContainer","toast":"bds0118Toast-toast","--variant_success":"bds0118Toast---variant_success","--variant_warning":"bds0118Toast---variant_warning","--variant_info":"bds0118Toast---variant_info","--variant_error":"bds0118Toast---variant_error","message":"bds0118Toast-message","closeButton":"bds0118Toast-closeButton"};
1548
1559
 
1549
1560
  // src/components/interaction/Toast/Toast.tsx
1550
1561
  var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
@@ -1594,10 +1605,10 @@ function useToast() {
1594
1605
  var import_react12 = require("react");
1595
1606
 
1596
1607
  // src/components/interaction/form/Checkbox/Checkbox.module.css
1597
- var Checkbox_default = {"checkboxGroup":"bds0116Checkbox-checkboxGroup","inputWrapper":"bds0116Checkbox-inputWrapper","checkbox":"bds0116Checkbox-checkbox","checkboxError":"bds0116Checkbox-checkboxError"};
1608
+ var Checkbox_default = {"checkboxGroup":"bds0118Checkbox-checkboxGroup","inputWrapper":"bds0118Checkbox-inputWrapper","checkbox":"bds0118Checkbox-checkbox","checkboxError":"bds0118Checkbox-checkboxError"};
1598
1609
 
1599
1610
  // src/components/interaction/form/atoms/Message.module.css
1600
- var Message_default = {"error":"bds0116Message-error","hint":"bds0116Message-hint"};
1611
+ var Message_default = {"error":"bds0118Message-error","hint":"bds0118Message-hint"};
1601
1612
 
1602
1613
  // src/components/interaction/form/atoms/Message.tsx
1603
1614
  var import_jsx_runtime31 = require("react/jsx-runtime");
@@ -1607,7 +1618,7 @@ var Message = ({ message, type, inputId }) => {
1607
1618
  };
1608
1619
 
1609
1620
  // src/components/interaction/form/atoms/Label.module.css
1610
- var Label_default = {"label":"bds0116Label-label"};
1621
+ var Label_default = {"label":"bds0118Label-label"};
1611
1622
 
1612
1623
  // src/components/interaction/form/atoms/Label.tsx
1613
1624
  var import_jsx_runtime32 = require("react/jsx-runtime");
@@ -1619,7 +1630,7 @@ var Label = ({ label, id }) => {
1619
1630
  var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
1620
1631
 
1621
1632
  // src/components/interaction/form/atoms/InputContainer.module.css
1622
- var InputContainer_default = {"container":"bds0116InputContainer-container"};
1633
+ var InputContainer_default = {"container":"bds0118InputContainer-container"};
1623
1634
 
1624
1635
  // src/components/interaction/form/atoms/InputContainer.tsx
1625
1636
  var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
@@ -1660,7 +1671,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
1660
1671
  var import_react13 = require("react");
1661
1672
 
1662
1673
  // src/components/interaction/form/Combobox/Combobox.module.css
1663
- var Combobox_default = {"formGroup":"bds0116Combobox-formGroup","inputWrapper":"bds0116Combobox-inputWrapper","input":"bds0116Combobox-input","inputError":"bds0116Combobox-inputError","chevron":"bds0116Combobox-chevron","listbox":"bds0116Combobox-listbox","option":"bds0116Combobox-option","--highlighted":"bds0116Combobox---highlighted","--selected":"bds0116Combobox---selected","--disabled":"bds0116Combobox---disabled"};
1674
+ var Combobox_default = {"formGroup":"bds0118Combobox-formGroup","inputWrapper":"bds0118Combobox-inputWrapper","input":"bds0118Combobox-input","inputError":"bds0118Combobox-inputError","chevron":"bds0118Combobox-chevron","listbox":"bds0118Combobox-listbox","option":"bds0118Combobox-option","--highlighted":"bds0118Combobox---highlighted","--selected":"bds0118Combobox---selected","--disabled":"bds0118Combobox---disabled"};
1664
1675
 
1665
1676
  // src/components/interaction/form/Combobox/Combobox.tsx
1666
1677
  var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
@@ -1811,7 +1822,7 @@ function Combobox({
1811
1822
  var import_react14 = require("react");
1812
1823
 
1813
1824
  // src/components/interaction/form/FileInput/FileInput.module.css
1814
- var FileInput_default = {"formGroup":"bds0116FileInput-formGroup","dropZone":"bds0116FileInput-dropZone","isDragging":"bds0116FileInput-isDragging","hasError":"bds0116FileInput-hasError","isDisabled":"bds0116FileInput-isDisabled","icon":"bds0116FileInput-icon","prompt":"bds0116FileInput-prompt","acceptHint":"bds0116FileInput-acceptHint","hiddenInput":"bds0116FileInput-hiddenInput"};
1825
+ var FileInput_default = {"formGroup":"bds0118FileInput-formGroup","dropZone":"bds0118FileInput-dropZone","isDragging":"bds0118FileInput-isDragging","hasError":"bds0118FileInput-hasError","isDisabled":"bds0118FileInput-isDisabled","icon":"bds0118FileInput-icon","prompt":"bds0118FileInput-prompt","acceptHint":"bds0118FileInput-acceptHint","hiddenInput":"bds0118FileInput-hiddenInput"};
1815
1826
 
1816
1827
  // src/components/interaction/form/FileInput/FileInput.tsx
1817
1828
  var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
@@ -1908,7 +1919,7 @@ function FileInput({
1908
1919
  var import_react15 = require("react");
1909
1920
 
1910
1921
  // src/components/interaction/form/FormInput/FormInput.module.css
1911
- var FormInput_default = {"formGroup":"bds0116FormInput-formGroup","input":"bds0116FormInput-input","inputError":"bds0116FormInput-inputError"};
1922
+ var FormInput_default = {"formGroup":"bds0118FormInput-formGroup","input":"bds0118FormInput-input","inputError":"bds0118FormInput-inputError"};
1912
1923
 
1913
1924
  // src/components/interaction/form/FormInput/FormInput.tsx
1914
1925
  var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
@@ -1949,7 +1960,7 @@ function FormInput({
1949
1960
  var import_react16 = require("react");
1950
1961
 
1951
1962
  // src/components/interaction/form/NumberInput/NumberInput.module.css
1952
- var NumberInput_default = {"formGroup":"bds0116NumberInput-formGroup","inputRow":"bds0116NumberInput-inputRow","input":"bds0116NumberInput-input","inputError":"bds0116NumberInput-inputError","stepper":"bds0116NumberInput-stepper"};
1963
+ var NumberInput_default = {"formGroup":"bds0118NumberInput-formGroup","inputRow":"bds0118NumberInput-inputRow","input":"bds0118NumberInput-input","inputError":"bds0118NumberInput-inputError","stepper":"bds0118NumberInput-stepper"};
1953
1964
 
1954
1965
  // src/components/interaction/form/NumberInput/NumberInput.tsx
1955
1966
  var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
@@ -2044,7 +2055,7 @@ function NumberInput({
2044
2055
  var import_react17 = require("react");
2045
2056
 
2046
2057
  // src/components/interaction/form/Radio/Radio.module.css
2047
- var Radio_default = {"radioGroup":"bds0116Radio-radioGroup","inputWrapper":"bds0116Radio-inputWrapper","textWrapper":"bds0116Radio-textWrapper","description":"bds0116Radio-description","radio":"bds0116Radio-radio","radioError":"bds0116Radio-radioError"};
2058
+ var Radio_default = {"radioGroup":"bds0118Radio-radioGroup","inputWrapper":"bds0118Radio-inputWrapper","textWrapper":"bds0118Radio-textWrapper","description":"bds0118Radio-description","radio":"bds0118Radio-radio","radioError":"bds0118Radio-radioError"};
2048
2059
 
2049
2060
  // src/components/interaction/form/Radio/Radio.tsx
2050
2061
  var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
@@ -2078,15 +2089,90 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
2078
2089
  ] });
2079
2090
  }
2080
2091
 
2081
- // src/components/interaction/form/Select/Select.tsx
2092
+ // src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
2082
2093
  var import_react18 = require("react");
2083
2094
 
2084
- // src/components/interaction/form/Select/Select.module.css
2085
- var Select_default = {"formGroup":"bds0116Select-formGroup","selectWrapper":"bds0116Select-selectWrapper","select":"bds0116Select-select","selectError":"bds0116Select-selectError","chevron":"bds0116Select-chevron"};
2095
+ // src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
2096
+ var SegmentedControl_default = {"control":"bds0118SegmentedControl-control","thumb":"bds0118SegmentedControl-thumb","item":"bds0118SegmentedControl-item","--disabled":"bds0118SegmentedControl---disabled","radio":"bds0118SegmentedControl-radio","label":"bds0118SegmentedControl-label","--size_small":"bds0118SegmentedControl---size_small","--size_large":"bds0118SegmentedControl---size_large","--active":"bds0118SegmentedControl---active"};
2086
2097
 
2087
- // src/components/interaction/form/Select/Select.tsx
2098
+ // src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
2088
2099
  var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
2089
2100
  var import_jsx_runtime40 = require("react/jsx-runtime");
2101
+ function SegmentedControl({
2102
+ name,
2103
+ options,
2104
+ value,
2105
+ defaultValue,
2106
+ onChange,
2107
+ disabled,
2108
+ size = "medium",
2109
+ className,
2110
+ ...rest
2111
+ }) {
2112
+ const baseId = name + (0, import_react18.useId)();
2113
+ const [internalValue, setInternalValue] = (0, import_react18.useState)(
2114
+ defaultValue ?? options[0]?.value ?? ""
2115
+ );
2116
+ const activeValue = value ?? internalValue;
2117
+ const selectedIndex = options.findIndex((o) => o.value === activeValue);
2118
+ const handleChange = (optionValue) => {
2119
+ if (value === void 0) setInternalValue(optionValue);
2120
+ onChange?.(optionValue);
2121
+ };
2122
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
2123
+ "div",
2124
+ {
2125
+ className: (0, import_design_system_foundation37.cn)(SegmentedControl_default.control, SegmentedControl_default[`--size_${size}`], className),
2126
+ style: {
2127
+ "--control_count": options.length,
2128
+ "--control_selected-index": Math.max(0, selectedIndex)
2129
+ },
2130
+ children: [
2131
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: SegmentedControl_default.thumb, "aria-hidden": "true" }),
2132
+ options.map((option, index) => {
2133
+ const id = `${baseId}-${index}`;
2134
+ const isChecked = option.value === activeValue;
2135
+ const isDisabled = disabled || option.disabled;
2136
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
2137
+ "label",
2138
+ {
2139
+ htmlFor: id,
2140
+ className: (0, import_design_system_foundation37.cn)(SegmentedControl_default.item, isChecked && SegmentedControl_default["--active"], isDisabled && SegmentedControl_default["--disabled"]),
2141
+ children: [
2142
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2143
+ "input",
2144
+ {
2145
+ ...rest,
2146
+ type: "radio",
2147
+ id,
2148
+ name,
2149
+ value: option.value,
2150
+ checked: isChecked,
2151
+ disabled: isDisabled,
2152
+ className: SegmentedControl_default.radio,
2153
+ onChange: () => handleChange(option.value)
2154
+ }
2155
+ ),
2156
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: SegmentedControl_default.label, children: option.label })
2157
+ ]
2158
+ },
2159
+ option.value
2160
+ );
2161
+ })
2162
+ ]
2163
+ }
2164
+ );
2165
+ }
2166
+
2167
+ // src/components/interaction/form/Select/Select.tsx
2168
+ var import_react19 = require("react");
2169
+
2170
+ // src/components/interaction/form/Select/Select.module.css
2171
+ var Select_default = {"formGroup":"bds0118Select-formGroup","selectWrapper":"bds0118Select-selectWrapper","select":"bds0118Select-select","selectError":"bds0118Select-selectError","chevron":"bds0118Select-chevron"};
2172
+
2173
+ // src/components/interaction/form/Select/Select.tsx
2174
+ var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
2175
+ var import_jsx_runtime41 = require("react/jsx-runtime");
2090
2176
  function Select({
2091
2177
  label,
2092
2178
  name,
@@ -2097,44 +2183,44 @@ function Select({
2097
2183
  className,
2098
2184
  ...props
2099
2185
  }) {
2100
- const id = name + (0, import_react18.useId)();
2186
+ const id = name + (0, import_react19.useId)();
2101
2187
  const hintId = id + "hint";
2102
2188
  const errorId = id + "error";
2103
2189
  const describedBy = [error && errorId, hint && hintId].filter(Boolean).join(" ") || void 0;
2104
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(InputContainer, { className: (0, import_design_system_foundation37.cn)(Select_default.formGroup, className), children: [
2105
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Label, { id, label }),
2106
- /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: Select_default.selectWrapper, children: [
2107
- /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
2190
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(InputContainer, { className: (0, import_design_system_foundation38.cn)(Select_default.formGroup, className), children: [
2191
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Label, { id, label }),
2192
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: Select_default.selectWrapper, children: [
2193
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
2108
2194
  "select",
2109
2195
  {
2110
2196
  id,
2111
2197
  name,
2112
2198
  "aria-invalid": !!error,
2113
2199
  "aria-describedby": describedBy,
2114
- className: (0, import_design_system_foundation37.cn)(Select_default.select, error ? Select_default.selectError : void 0),
2200
+ className: (0, import_design_system_foundation38.cn)(Select_default.select, error ? Select_default.selectError : void 0),
2115
2201
  ...props,
2116
2202
  children: [
2117
- placeholder && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("option", { value: "", disabled: true, hidden: true, children: placeholder }),
2118
- options.map(({ value, label: optLabel, disabled }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("option", { value, disabled, children: optLabel }, value))
2203
+ placeholder && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("option", { value: "", disabled: true, hidden: true, children: placeholder }),
2204
+ options.map(({ value, label: optLabel, disabled }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("option", { value, disabled, children: optLabel }, value))
2119
2205
  ]
2120
2206
  }
2121
2207
  ),
2122
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: Select_default.chevron, "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M6 9l6 6 6-6" }) }) })
2208
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: Select_default.chevron, "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M6 9l6 6 6-6" }) }) })
2123
2209
  ] }),
2124
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Message, { inputId: id, type: "error", message: error }),
2125
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Message, { inputId: id, type: "hint", message: hint })
2210
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Message, { inputId: id, type: "error", message: error }),
2211
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Message, { inputId: id, type: "hint", message: hint })
2126
2212
  ] });
2127
2213
  }
2128
2214
 
2129
2215
  // src/components/interaction/form/Slider/Slider.tsx
2130
- var import_react19 = require("react");
2216
+ var import_react20 = require("react");
2131
2217
 
2132
2218
  // src/components/interaction/form/Slider/Slider.module.css
2133
- var Slider_default = {"formGroup":"bds0116Slider-formGroup","labelRow":"bds0116Slider-labelRow","value":"bds0116Slider-value","slider":"bds0116Slider-slider","sliderError":"bds0116Slider-sliderError"};
2219
+ var Slider_default = {"formGroup":"bds0118Slider-formGroup","labelRow":"bds0118Slider-labelRow","value":"bds0118Slider-value","slider":"bds0118Slider-slider","sliderError":"bds0118Slider-sliderError"};
2134
2220
 
2135
2221
  // src/components/interaction/form/Slider/Slider.tsx
2136
- var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
2137
- var import_jsx_runtime41 = require("react/jsx-runtime");
2222
+ var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
2223
+ var import_jsx_runtime42 = require("react/jsx-runtime");
2138
2224
  function Slider({
2139
2225
  label,
2140
2226
  name,
@@ -2147,24 +2233,24 @@ function Slider({
2147
2233
  onChange,
2148
2234
  ...props
2149
2235
  }) {
2150
- const id = name + (0, import_react19.useId)();
2236
+ const id = name + (0, import_react20.useId)();
2151
2237
  const hintId = id + "hint";
2152
2238
  const errorId = id + "error";
2153
2239
  const describedBy = [error && errorId, hint && hintId].filter(Boolean).join(" ") || void 0;
2154
2240
  const isControlled = props.value !== void 0;
2155
- const [internalValue, setInternalValue] = (0, import_react19.useState)(Number(props.defaultValue ?? min));
2241
+ const [internalValue, setInternalValue] = (0, import_react20.useState)(Number(props.defaultValue ?? min));
2156
2242
  const currentValue = isControlled ? Number(props.value) : internalValue;
2157
2243
  const fillPct = (currentValue - min) / (max - min) * 100;
2158
2244
  const handleChange = (e) => {
2159
2245
  if (!isControlled) setInternalValue(Number(e.target.value));
2160
2246
  onChange?.(e);
2161
2247
  };
2162
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(InputContainer, { className: (0, import_design_system_foundation38.cn)(Slider_default.formGroup, className), children: [
2163
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: Slider_default.labelRow, children: [
2164
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Label, { id, label }),
2165
- showValue && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: Slider_default.value, children: currentValue })
2248
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(InputContainer, { className: (0, import_design_system_foundation39.cn)(Slider_default.formGroup, className), children: [
2249
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: Slider_default.labelRow, children: [
2250
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Label, { id, label }),
2251
+ showValue && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: Slider_default.value, children: currentValue })
2166
2252
  ] }),
2167
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2253
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2168
2254
  "input",
2169
2255
  {
2170
2256
  type: "range",
@@ -2176,26 +2262,26 @@ function Slider({
2176
2262
  "aria-valuemin": min,
2177
2263
  "aria-valuemax": max,
2178
2264
  "aria-valuenow": currentValue,
2179
- className: (0, import_design_system_foundation38.cn)(Slider_default.slider, error ? Slider_default.sliderError : void 0),
2265
+ className: (0, import_design_system_foundation39.cn)(Slider_default.slider, error ? Slider_default.sliderError : void 0),
2180
2266
  style: { "--slider_fill": `${fillPct}%` },
2181
2267
  onChange: handleChange,
2182
2268
  ...props
2183
2269
  }
2184
2270
  ),
2185
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Message, { inputId: id, type: "error", message: error }),
2186
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Message, { inputId: id, type: "hint", message: hint })
2271
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Message, { inputId: id, type: "error", message: error }),
2272
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Message, { inputId: id, type: "hint", message: hint })
2187
2273
  ] });
2188
2274
  }
2189
2275
 
2190
2276
  // src/components/interaction/form/Switch/Switch.tsx
2191
- var import_react20 = require("react");
2277
+ var import_react21 = require("react");
2192
2278
 
2193
2279
  // src/components/interaction/form/Switch/Switch.module.css
2194
- var Switch_default = {"switchGroup":"bds0116Switch-switchGroup","--size_small":"bds0116Switch---size_small","--size_medium":"bds0116Switch---size_medium","--size_large":"bds0116Switch---size_large","inputWrapper":"bds0116Switch-inputWrapper","trackWrapper":"bds0116Switch-trackWrapper","switch":"bds0116Switch-switch","track":"bds0116Switch-track","thumb":"bds0116Switch-thumb","switchError":"bds0116Switch-switchError"};
2280
+ var Switch_default = {"switchGroup":"bds0118Switch-switchGroup","--size_small":"bds0118Switch---size_small","--size_medium":"bds0118Switch---size_medium","--size_large":"bds0118Switch---size_large","inputWrapper":"bds0118Switch-inputWrapper","trackWrapper":"bds0118Switch-trackWrapper","switch":"bds0118Switch-switch","track":"bds0118Switch-track","thumb":"bds0118Switch-thumb","switchError":"bds0118Switch-switchError"};
2195
2281
 
2196
2282
  // src/components/interaction/form/Switch/Switch.tsx
2197
- var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
2198
- var import_jsx_runtime42 = require("react/jsx-runtime");
2283
+ var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
2284
+ var import_jsx_runtime43 = require("react/jsx-runtime");
2199
2285
  function Switch({
2200
2286
  label,
2201
2287
  name,
@@ -2206,15 +2292,15 @@ function Switch({
2206
2292
  prefix,
2207
2293
  ...props
2208
2294
  }) {
2209
- const id = name + (0, import_react20.useId)();
2295
+ const id = name + (0, import_react21.useId)();
2210
2296
  const hintId = id + "hint";
2211
2297
  const errorId = id + "error";
2212
2298
  const describedBy = [error && errorId, hint && hintId].filter(Boolean).join(" ") || void 0;
2213
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(InputContainer, { className: (0, import_design_system_foundation39.cn)(Switch_default.switchGroup, Switch_default[`--size_${size}`], className), children: [
2214
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: Switch_default.inputWrapper, children: [
2215
- prefix && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Label, { id, label: prefix }),
2216
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: Switch_default.trackWrapper, children: [
2217
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2299
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(InputContainer, { className: (0, import_design_system_foundation40.cn)(Switch_default.switchGroup, Switch_default[`--size_${size}`], className), children: [
2300
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { className: Switch_default.inputWrapper, children: [
2301
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Label, { id, label: prefix }),
2302
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { className: Switch_default.trackWrapper, children: [
2303
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2218
2304
  "input",
2219
2305
  {
2220
2306
  type: "checkbox",
@@ -2222,28 +2308,28 @@ function Switch({
2222
2308
  id,
2223
2309
  name,
2224
2310
  "aria-describedby": describedBy,
2225
- className: (0, import_design_system_foundation39.cn)(Switch_default.switch, error ? Switch_default.switchError : void 0),
2311
+ className: (0, import_design_system_foundation40.cn)(Switch_default.switch, error ? Switch_default.switchError : void 0),
2226
2312
  ...props
2227
2313
  }
2228
2314
  ),
2229
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: Switch_default.track, "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: Switch_default.thumb }) })
2315
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: Switch_default.track, "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: Switch_default.thumb }) })
2230
2316
  ] }),
2231
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Label, { id, label })
2317
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Label, { id, label })
2232
2318
  ] }),
2233
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Message, { inputId: id, type: "error", message: error }),
2234
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Message, { inputId: id, type: "hint", message: hint })
2319
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Message, { inputId: id, type: "error", message: error }),
2320
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Message, { inputId: id, type: "hint", message: hint })
2235
2321
  ] });
2236
2322
  }
2237
2323
 
2238
2324
  // src/components/interaction/form/Textarea/Textarea.tsx
2239
- var import_react21 = require("react");
2325
+ var import_react22 = require("react");
2240
2326
 
2241
2327
  // src/components/interaction/form/Textarea/Textarea.module.css
2242
- var Textarea_default = {"formGroup":"bds0116Textarea-formGroup","textarea":"bds0116Textarea-textarea","textareaError":"bds0116Textarea-textareaError"};
2328
+ var Textarea_default = {"formGroup":"bds0118Textarea-formGroup","textarea":"bds0118Textarea-textarea","textareaError":"bds0118Textarea-textareaError"};
2243
2329
 
2244
2330
  // src/components/interaction/form/Textarea/Textarea.tsx
2245
- var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
2246
- var import_jsx_runtime43 = require("react/jsx-runtime");
2331
+ var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
2332
+ var import_jsx_runtime44 = require("react/jsx-runtime");
2247
2333
  function Textarea({
2248
2334
  label,
2249
2335
  name,
@@ -2252,44 +2338,44 @@ function Textarea({
2252
2338
  className,
2253
2339
  ...props
2254
2340
  }) {
2255
- const id = name + (0, import_react21.useId)();
2341
+ const id = name + (0, import_react22.useId)();
2256
2342
  const hintId = id + "hint";
2257
2343
  const errorId = id + "error";
2258
2344
  const describedBy = [error && errorId, hint && hintId].filter(Boolean).join(" ") || void 0;
2259
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(InputContainer, { className: (0, import_design_system_foundation40.cn)(Textarea_default.formGroup, className), children: [
2260
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Label, { id, label }),
2261
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2345
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(InputContainer, { className: (0, import_design_system_foundation41.cn)(Textarea_default.formGroup, className), children: [
2346
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Label, { id, label }),
2347
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2262
2348
  "textarea",
2263
2349
  {
2264
2350
  id,
2265
2351
  name,
2266
2352
  "aria-invalid": !!error,
2267
2353
  "aria-describedby": describedBy,
2268
- className: (0, import_design_system_foundation40.cn)(Textarea_default.textarea, error ? Textarea_default.textareaError : void 0),
2354
+ className: (0, import_design_system_foundation41.cn)(Textarea_default.textarea, error ? Textarea_default.textareaError : void 0),
2269
2355
  ...props
2270
2356
  }
2271
2357
  ),
2272
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Message, { inputId: id, type: "error", message: error }),
2273
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Message, { inputId: id, type: "hint", message: hint })
2358
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Message, { inputId: id, type: "error", message: error }),
2359
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Message, { inputId: id, type: "hint", message: hint })
2274
2360
  ] });
2275
2361
  }
2276
2362
 
2277
2363
  // src/components/layout/ButtonGroup/ButtonGroup.module.css
2278
- var ButtonGroup_default = {"buttonGroup":"bds0116ButtonGroup-buttonGroup","container":"bds0116ButtonGroup-container","--variant_card":"bds0116ButtonGroup---variant_card","--variant_flow":"bds0116ButtonGroup---variant_flow","--variant_modal":"bds0116ButtonGroup---variant_modal","--variant_content":"bds0116ButtonGroup---variant_content","--variant_grid":"bds0116ButtonGroup---variant_grid"};
2364
+ var ButtonGroup_default = {"buttonGroup":"bds0118ButtonGroup-buttonGroup","container":"bds0118ButtonGroup-container","--variant_card":"bds0118ButtonGroup---variant_card","--variant_flow":"bds0118ButtonGroup---variant_flow","--variant_modal":"bds0118ButtonGroup---variant_modal","--variant_content":"bds0118ButtonGroup---variant_content","--variant_grid":"bds0118ButtonGroup---variant_grid"};
2279
2365
 
2280
2366
  // src/components/layout/ButtonGroup/ButtonGroup.tsx
2281
- var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
2282
- var import_jsx_runtime44 = require("react/jsx-runtime");
2367
+ var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
2368
+ var import_jsx_runtime45 = require("react/jsx-runtime");
2283
2369
  function ButtonGroup({ children, className, variant }) {
2284
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: (0, import_design_system_foundation41.cn)(ButtonGroup_default.buttonGroup, className, variant && ButtonGroup_default[`--variant_${variant}`]), children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: ButtonGroup_default.container, children }) });
2370
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: (0, import_design_system_foundation42.cn)(ButtonGroup_default.buttonGroup, className, variant && ButtonGroup_default[`--variant_${variant}`]), children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: ButtonGroup_default.container, children }) });
2285
2371
  }
2286
2372
 
2287
2373
  // src/components/layout/Card/Card.module.css
2288
- var Card_default = {"card":"bds0116Card-card","--default":"bds0116Card---default","--elevated":"bds0116Card---elevated","--outlined":"bds0116Card---outlined","--clickable":"bds0116Card---clickable","--padding-none":"bds0116Card---padding-none","--padding-small":"bds0116Card---padding-small","--padding-medium":"bds0116Card---padding-medium","--padding-large":"bds0116Card---padding-large","--text-start":"bds0116Card---text-start","--text-center":"bds0116Card---text-center","--text-end":"bds0116Card---text-end"};
2374
+ var Card_default = {"card":"bds0118Card-card","--default":"bds0118Card---default","--elevated":"bds0118Card---elevated","--outlined":"bds0118Card---outlined","--clickable":"bds0118Card---clickable","--padding-none":"bds0118Card---padding-none","--padding-small":"bds0118Card---padding-small","--padding-medium":"bds0118Card---padding-medium","--padding-large":"bds0118Card---padding-large","--text-start":"bds0118Card---text-start","--text-center":"bds0118Card---text-center","--text-end":"bds0118Card---text-end"};
2289
2375
 
2290
2376
  // src/components/layout/Card/Card.tsx
2291
- var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
2292
- var import_jsx_runtime45 = require("react/jsx-runtime");
2377
+ var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
2378
+ var import_jsx_runtime46 = require("react/jsx-runtime");
2293
2379
  function Card({
2294
2380
  children,
2295
2381
  className,
@@ -2300,7 +2386,7 @@ function Card({
2300
2386
  onClick,
2301
2387
  "aria-label": ariaLabel
2302
2388
  }) {
2303
- const classNames = (0, import_design_system_foundation42.cn)(
2389
+ const classNames = (0, import_design_system_foundation43.cn)(
2304
2390
  Card_default.card,
2305
2391
  Card_default[`--${variant}`],
2306
2392
  Card_default[`--padding-${padding}`],
@@ -2309,7 +2395,7 @@ function Card({
2309
2395
  className
2310
2396
  );
2311
2397
  const Component = onClick ? "button" : "div";
2312
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2398
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2313
2399
  Component,
2314
2400
  {
2315
2401
  className: classNames,
@@ -2323,11 +2409,11 @@ function Card({
2323
2409
  }
2324
2410
 
2325
2411
  // src/components/layout/SectionHeader/SectionHeader.module.css
2326
- var SectionHeader_default = {"sectionHeader":"bds0116SectionHeader-sectionHeader","title":"bds0116SectionHeader-title","subtitle":"bds0116SectionHeader-subtitle","--start":"bds0116SectionHeader---start","--center":"bds0116SectionHeader---center","--end":"bds0116SectionHeader---end","--small":"bds0116SectionHeader---small","--medium":"bds0116SectionHeader---medium","--large":"bds0116SectionHeader---large"};
2412
+ var SectionHeader_default = {"sectionHeader":"bds0118SectionHeader-sectionHeader","title":"bds0118SectionHeader-title","subtitle":"bds0118SectionHeader-subtitle","--start":"bds0118SectionHeader---start","--center":"bds0118SectionHeader---center","--end":"bds0118SectionHeader---end","--small":"bds0118SectionHeader---small","--medium":"bds0118SectionHeader---medium","--large":"bds0118SectionHeader---large"};
2327
2413
 
2328
2414
  // src/components/layout/SectionHeader/SectionHeader.tsx
2329
- var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
2330
- var import_jsx_runtime46 = require("react/jsx-runtime");
2415
+ var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
2416
+ var import_jsx_runtime47 = require("react/jsx-runtime");
2331
2417
  function SectionHeader({
2332
2418
  title,
2333
2419
  subtitle,
@@ -2337,24 +2423,24 @@ function SectionHeader({
2337
2423
  titleAs = "h2"
2338
2424
  }) {
2339
2425
  const Title = titleAs;
2340
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("header", { className: (0, import_design_system_foundation43.cn)(SectionHeader_default.sectionHeader, SectionHeader_default[`--${alignment}`], SectionHeader_default[`--${size}`], className), children: [
2341
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Title, { className: SectionHeader_default.title, children: title }),
2342
- subtitle && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("p", { className: SectionHeader_default.subtitle, children: subtitle })
2426
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("header", { className: (0, import_design_system_foundation44.cn)(SectionHeader_default.sectionHeader, SectionHeader_default[`--${alignment}`], SectionHeader_default[`--${size}`], className), children: [
2427
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Title, { className: SectionHeader_default.title, children: title }),
2428
+ subtitle && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("p", { className: SectionHeader_default.subtitle, children: subtitle })
2343
2429
  ] });
2344
2430
  }
2345
2431
 
2346
2432
  // src/components/layout/IconWrapper/IconWrapper.module.css
2347
- var IconWrapper_default = {"wrapper":"bds0116IconWrapper-wrapper"};
2433
+ var IconWrapper_default = {"wrapper":"bds0118IconWrapper-wrapper"};
2348
2434
 
2349
2435
  // src/components/layout/IconWrapper/IconWrapper.tsx
2350
- var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
2351
- var import_jsx_runtime47 = require("react/jsx-runtime");
2436
+ var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
2437
+ var import_jsx_runtime48 = require("react/jsx-runtime");
2352
2438
  function IconWrapper({ children, className }) {
2353
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: (0, import_design_system_foundation44.cn)(className, IconWrapper_default.wrapper), children });
2439
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: (0, import_design_system_foundation45.cn)(className, IconWrapper_default.wrapper), children });
2354
2440
  }
2355
2441
 
2356
2442
  // src/index.ts
2357
- var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
2443
+ var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
2358
2444
  // Annotate the CommonJS export names for ESM import in node:
2359
2445
  0 && (module.exports = {
2360
2446
  Accordion,
@@ -2389,6 +2475,7 @@ var import_design_system_foundation45 = require("@boostdev/design-system-foundat
2389
2475
  Radio,
2390
2476
  Rating,
2391
2477
  SectionHeader,
2478
+ SegmentedControl,
2392
2479
  Select,
2393
2480
  Separator,
2394
2481
  Skeleton,