@boostdev/design-system-components 0.1.15 → 0.1.16
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 +49 -47
- package/dist/client.css +431 -435
- package/dist/client.d.cts +3 -2
- package/dist/client.d.ts +3 -2
- package/dist/client.js +49 -47
- package/dist/index.cjs +49 -47
- package/dist/index.css +431 -435
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +49 -47
- package/package.json +1 -1
- package/src/components/interaction/form/Switch/Switch.mdx +7 -2
- package/src/components/interaction/form/Switch/Switch.module.css +6 -6
- package/src/components/interaction/form/Switch/Switch.spec.tsx +23 -0
- package/src/components/interaction/form/Switch/Switch.stories.tsx +8 -0
- package/src/components/interaction/form/Switch/Switch.tsx +5 -2
- package/src/components/interaction/form/atoms/Label.module.css +0 -1
- package/src/components/ui/Progress/Progress.module.css +0 -4
package/dist/client.cjs
CHANGED
|
@@ -74,7 +74,7 @@ module.exports = __toCommonJS(client_exports);
|
|
|
74
74
|
var import_react = require("react");
|
|
75
75
|
|
|
76
76
|
// src/components/ui/Accordion/Accordion.module.css
|
|
77
|
-
var Accordion_default = {"accordion":"
|
|
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
78
|
|
|
79
79
|
// src/components/ui/Accordion/Accordion.tsx
|
|
80
80
|
var import_design_system_foundation = require("@boostdev/design-system-foundation");
|
|
@@ -142,7 +142,7 @@ function Accordion({
|
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
// src/components/ui/Alert/Alert.module.css
|
|
145
|
-
var Alert_default = {"alert":"
|
|
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
146
|
|
|
147
147
|
// src/components/ui/Alert/Alert.tsx
|
|
148
148
|
var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
|
|
@@ -185,7 +185,7 @@ function Alert({
|
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
// src/components/ui/Avatar/Avatar.module.css
|
|
188
|
-
var Avatar_default = {"avatar":"
|
|
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
189
|
|
|
190
190
|
// src/components/ui/Avatar/Avatar.tsx
|
|
191
191
|
var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
|
|
@@ -211,7 +211,7 @@ function Avatar({ src, alt, name, size = "medium", className }) {
|
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
// src/components/ui/Badge/Badge.module.css
|
|
214
|
-
var Badge_default = {"badge":"
|
|
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
215
|
|
|
216
216
|
// src/components/ui/Badge/Badge.tsx
|
|
217
217
|
var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
|
|
@@ -221,7 +221,7 @@ function Badge({ children, variant = "primary", className }) {
|
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
// src/components/ui/Breadcrumb/Breadcrumb.module.css
|
|
224
|
-
var Breadcrumb_default = {"breadcrumb":"
|
|
224
|
+
var Breadcrumb_default = {"breadcrumb":"bds0116Breadcrumb-breadcrumb","list":"bds0116Breadcrumb-list","item":"bds0116Breadcrumb-item","link":"bds0116Breadcrumb-link","separator":"bds0116Breadcrumb-separator","current":"bds0116Breadcrumb-current"};
|
|
225
225
|
|
|
226
226
|
// src/components/ui/Breadcrumb/Breadcrumb.tsx
|
|
227
227
|
var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
|
|
@@ -237,7 +237,7 @@ function Breadcrumb({ items, className }) {
|
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
// src/components/ui/Collapsible/Collapsible.module.css
|
|
240
|
-
var Collapsible_default = {"collapsible":"
|
|
240
|
+
var Collapsible_default = {"collapsible":"bds0116Collapsible-collapsible","summary":"bds0116Collapsible-summary","summaryContent":"bds0116Collapsible-summaryContent","icon":"bds0116Collapsible-icon","content":"bds0116Collapsible-content"};
|
|
241
241
|
|
|
242
242
|
// src/components/ui/Collapsible/Collapsible.tsx
|
|
243
243
|
var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
|
|
@@ -278,7 +278,7 @@ function Collapsible({
|
|
|
278
278
|
var import_react2 = require("react");
|
|
279
279
|
|
|
280
280
|
// src/components/ui/Calendar/Calendar.module.css
|
|
281
|
-
var Calendar_default = {"calendar":"
|
|
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
282
|
|
|
283
283
|
// src/components/ui/Calendar/Calendar.tsx
|
|
284
284
|
var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
|
|
@@ -444,7 +444,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className }) {
|
|
|
444
444
|
var import_react3 = require("react");
|
|
445
445
|
|
|
446
446
|
// src/components/ui/Carousel/Carousel.module.css
|
|
447
|
-
var Carousel_default = {"carousel":"
|
|
447
|
+
var Carousel_default = {"carousel":"bds0116Carousel-carousel","track":"bds0116Carousel-track","slide":"bds0116Carousel-slide","navBtn":"bds0116Carousel-navBtn"};
|
|
448
448
|
|
|
449
449
|
// src/components/ui/Carousel/Carousel.tsx
|
|
450
450
|
var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
|
|
@@ -497,7 +497,7 @@ function Carousel({ items, label, className }) {
|
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
// src/components/ui/DescriptionList/DescriptionList.module.css
|
|
500
|
-
var DescriptionList_default = {"list":"
|
|
500
|
+
var DescriptionList_default = {"list":"bds0116DescriptionList-list","group":"bds0116DescriptionList-group","term":"bds0116DescriptionList-term","details":"bds0116DescriptionList-details","--layout_inline":"bds0116DescriptionList---layout_inline"};
|
|
501
501
|
|
|
502
502
|
// src/components/ui/DescriptionList/DescriptionList.tsx
|
|
503
503
|
var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
|
|
@@ -510,7 +510,7 @@ function DescriptionList({ items, layout = "stacked", className }) {
|
|
|
510
510
|
}
|
|
511
511
|
|
|
512
512
|
// src/components/ui/Link/Link.module.css
|
|
513
|
-
var Link_default = {"link":"
|
|
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
514
|
|
|
515
515
|
// src/components/ui/Link/Link.tsx
|
|
516
516
|
var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
|
|
@@ -541,7 +541,7 @@ function Link({
|
|
|
541
541
|
}
|
|
542
542
|
|
|
543
543
|
// src/components/ui/Loading/Loading.module.css
|
|
544
|
-
var Loading_default = {"loading":"
|
|
544
|
+
var Loading_default = {"loading":"bds0116Loading-loading","spinner":"bds0116Loading-spinner","--size_small":"bds0116Loading---size_small","--size_large":"bds0116Loading---size_large"};
|
|
545
545
|
|
|
546
546
|
// src/components/ui/Loading/Loading.tsx
|
|
547
547
|
var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
|
|
@@ -551,7 +551,7 @@ function Loading({ size = "medium", className }) {
|
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
// src/components/ui/NotificationBanner/NotificationBanner.module.css
|
|
554
|
-
var NotificationBanner_default = {"banner":"
|
|
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
555
|
|
|
556
556
|
// src/components/ui/NotificationBanner/NotificationBanner.tsx
|
|
557
557
|
var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
|
|
@@ -590,7 +590,7 @@ function NotificationBanner({
|
|
|
590
590
|
}
|
|
591
591
|
|
|
592
592
|
// src/components/ui/Pagination/Pagination.module.css
|
|
593
|
-
var Pagination_default = {"pagination":"
|
|
593
|
+
var Pagination_default = {"pagination":"bds0116Pagination-pagination","list":"bds0116Pagination-list","button":"bds0116Pagination-button","--active":"bds0116Pagination---active","--nav":"bds0116Pagination---nav","ellipsis":"bds0116Pagination-ellipsis"};
|
|
594
594
|
|
|
595
595
|
// src/components/ui/Pagination/Pagination.tsx
|
|
596
596
|
var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
|
|
@@ -654,7 +654,7 @@ function Pagination({
|
|
|
654
654
|
}
|
|
655
655
|
|
|
656
656
|
// src/components/ui/Progress/Progress.module.css
|
|
657
|
-
var Progress_default = {"container":"
|
|
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
658
|
|
|
659
659
|
// src/components/ui/Progress/Progress.tsx
|
|
660
660
|
var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
|
|
@@ -692,7 +692,7 @@ function Progress({
|
|
|
692
692
|
}
|
|
693
693
|
|
|
694
694
|
// src/components/ui/ProgressCircle/ProgressCircle.module.css
|
|
695
|
-
var ProgressCircle_default = {"wrapper":"
|
|
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
696
|
|
|
697
697
|
// src/components/ui/ProgressCircle/ProgressCircle.tsx
|
|
698
698
|
var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
|
|
@@ -771,7 +771,7 @@ function ProgressCircle({
|
|
|
771
771
|
}
|
|
772
772
|
|
|
773
773
|
// src/components/ui/Separator/Separator.module.css
|
|
774
|
-
var Separator_default = {"separator":"
|
|
774
|
+
var Separator_default = {"separator":"bds0116Separator-separator","--horizontal":"bds0116Separator---horizontal","--vertical":"bds0116Separator---vertical"};
|
|
775
775
|
|
|
776
776
|
// src/components/ui/Separator/Separator.tsx
|
|
777
777
|
var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
|
|
@@ -794,7 +794,7 @@ function Separator({ orientation = "horizontal", className }) {
|
|
|
794
794
|
var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
|
|
795
795
|
|
|
796
796
|
// src/components/ui/Skeleton/Skeleton.module.css
|
|
797
|
-
var Skeleton_default = {"skeleton":"
|
|
797
|
+
var Skeleton_default = {"skeleton":"bds0116Skeleton-skeleton"};
|
|
798
798
|
|
|
799
799
|
// src/components/ui/Skeleton/Skeleton.tsx
|
|
800
800
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
@@ -803,7 +803,7 @@ function Skeleton({ className }) {
|
|
|
803
803
|
}
|
|
804
804
|
|
|
805
805
|
// src/components/ui/SkipLink/SkipLink.module.css
|
|
806
|
-
var SkipLink_default = {"skipLink":"
|
|
806
|
+
var SkipLink_default = {"skipLink":"bds0116SkipLink-skipLink"};
|
|
807
807
|
|
|
808
808
|
// src/components/ui/SkipLink/SkipLink.tsx
|
|
809
809
|
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
@@ -812,7 +812,7 @@ function SkipLink({ href = "#main", children = "Skip to main content" }) {
|
|
|
812
812
|
}
|
|
813
813
|
|
|
814
814
|
// src/components/ui/Table/Table.module.css
|
|
815
|
-
var Table_default = {"wrapper":"
|
|
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
816
|
|
|
817
817
|
// src/components/ui/Table/Table.tsx
|
|
818
818
|
var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
|
|
@@ -881,7 +881,7 @@ function Table({
|
|
|
881
881
|
var import_react4 = require("react");
|
|
882
882
|
|
|
883
883
|
// src/components/ui/Tabs/Tabs.module.css
|
|
884
|
-
var Tabs_default = {"tabs":"
|
|
884
|
+
var Tabs_default = {"tabs":"bds0116Tabs-tabs","tabList":"bds0116Tabs-tabList","tab":"bds0116Tabs-tab","--active":"bds0116Tabs---active","panel":"bds0116Tabs-panel"};
|
|
885
885
|
|
|
886
886
|
// src/components/ui/Tabs/Tabs.tsx
|
|
887
887
|
var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
|
|
@@ -962,7 +962,7 @@ function Tabs({ tabs, defaultTab, className }) {
|
|
|
962
962
|
var import_react5 = require("react");
|
|
963
963
|
|
|
964
964
|
// src/components/ui/Tooltip/Tooltip.module.css
|
|
965
|
-
var Tooltip_default = {"wrapper":"
|
|
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
966
|
|
|
967
967
|
// src/components/ui/Tooltip/Tooltip.tsx
|
|
968
968
|
var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
|
|
@@ -992,7 +992,7 @@ function Tooltip({
|
|
|
992
992
|
}
|
|
993
993
|
|
|
994
994
|
// src/components/ui/Typography/Typography.module.css
|
|
995
|
-
var Typography_default = {"typography":"
|
|
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
996
|
|
|
997
997
|
// src/components/ui/Typography/Typography.tsx
|
|
998
998
|
var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
|
|
@@ -1010,7 +1010,7 @@ function Typography({ variant = "body", component, children, className }) {
|
|
|
1010
1010
|
}
|
|
1011
1011
|
|
|
1012
1012
|
// src/components/interaction/Button/Button.module.css
|
|
1013
|
-
var Button_default = {"button":"
|
|
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
1014
|
|
|
1015
1015
|
// src/components/interaction/Button/Button.tsx
|
|
1016
1016
|
var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
|
|
@@ -1086,7 +1086,7 @@ function Button({
|
|
|
1086
1086
|
var import_react6 = require("react");
|
|
1087
1087
|
|
|
1088
1088
|
// src/components/interaction/Command/Command.module.css
|
|
1089
|
-
var Command_default = {"dialog":"
|
|
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
1090
|
|
|
1091
1091
|
// src/components/interaction/Command/Command.tsx
|
|
1092
1092
|
var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
|
|
@@ -1225,7 +1225,7 @@ function Command({
|
|
|
1225
1225
|
var import_react7 = require("react");
|
|
1226
1226
|
|
|
1227
1227
|
// src/components/interaction/Dialog/Dialog.module.css
|
|
1228
|
-
var Dialog_default = {"dialog":"
|
|
1228
|
+
var Dialog_default = {"dialog":"bds0116Dialog-dialog","dialogContent":"bds0116Dialog-dialogContent","closeForm":"bds0116Dialog-closeForm","closeButton":"bds0116Dialog-closeButton"};
|
|
1229
1229
|
|
|
1230
1230
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1231
1231
|
var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
|
|
@@ -1281,7 +1281,7 @@ function Dialog({ children, isOpen = false, className, onClose }) {
|
|
|
1281
1281
|
var import_react8 = require("react");
|
|
1282
1282
|
|
|
1283
1283
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1284
|
-
var Drawer_default = {"drawer":"
|
|
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"};
|
|
1285
1285
|
|
|
1286
1286
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1287
1287
|
var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
|
|
@@ -1344,7 +1344,7 @@ function Drawer({
|
|
|
1344
1344
|
var import_react9 = require("react");
|
|
1345
1345
|
|
|
1346
1346
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1347
|
-
var DropdownMenu_default = {"wrapper":"
|
|
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"};
|
|
1348
1348
|
|
|
1349
1349
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1350
1350
|
var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
|
|
@@ -1457,7 +1457,7 @@ function DropdownMenu({
|
|
|
1457
1457
|
var import_react10 = require("react");
|
|
1458
1458
|
|
|
1459
1459
|
// src/components/interaction/Popover/Popover.module.css
|
|
1460
|
-
var Popover_default = {"wrapper":"
|
|
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"};
|
|
1461
1461
|
|
|
1462
1462
|
// src/components/interaction/Popover/Popover.tsx
|
|
1463
1463
|
var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
|
|
@@ -1513,7 +1513,7 @@ function Popover({
|
|
|
1513
1513
|
}
|
|
1514
1514
|
|
|
1515
1515
|
// src/components/interaction/Rating/Rating.module.css
|
|
1516
|
-
var Rating_default = {"rating":"
|
|
1516
|
+
var Rating_default = {"rating":"bds0116Rating-rating","star":"bds0116Rating-star","--filled":"bds0116Rating---filled"};
|
|
1517
1517
|
|
|
1518
1518
|
// src/components/interaction/Rating/Rating.tsx
|
|
1519
1519
|
var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
|
|
@@ -1544,7 +1544,7 @@ function Rating({ value, max = 5, className }) {
|
|
|
1544
1544
|
var import_react11 = require("react");
|
|
1545
1545
|
|
|
1546
1546
|
// src/components/interaction/Toast/Toast.module.css
|
|
1547
|
-
var Toast_default = {"toastContainer":"
|
|
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"};
|
|
1548
1548
|
|
|
1549
1549
|
// src/components/interaction/Toast/Toast.tsx
|
|
1550
1550
|
var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
|
|
@@ -1594,10 +1594,10 @@ function useToast() {
|
|
|
1594
1594
|
var import_react12 = require("react");
|
|
1595
1595
|
|
|
1596
1596
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1597
|
-
var Checkbox_default = {"checkboxGroup":"
|
|
1597
|
+
var Checkbox_default = {"checkboxGroup":"bds0116Checkbox-checkboxGroup","inputWrapper":"bds0116Checkbox-inputWrapper","checkbox":"bds0116Checkbox-checkbox","checkboxError":"bds0116Checkbox-checkboxError"};
|
|
1598
1598
|
|
|
1599
1599
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1600
|
-
var Message_default = {"error":"
|
|
1600
|
+
var Message_default = {"error":"bds0116Message-error","hint":"bds0116Message-hint"};
|
|
1601
1601
|
|
|
1602
1602
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1603
1603
|
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
@@ -1607,7 +1607,7 @@ var Message = ({ message, type, inputId }) => {
|
|
|
1607
1607
|
};
|
|
1608
1608
|
|
|
1609
1609
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1610
|
-
var Label_default = {"label":"
|
|
1610
|
+
var Label_default = {"label":"bds0116Label-label"};
|
|
1611
1611
|
|
|
1612
1612
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1613
1613
|
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
@@ -1619,7 +1619,7 @@ var Label = ({ label, id }) => {
|
|
|
1619
1619
|
var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
|
|
1620
1620
|
|
|
1621
1621
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1622
|
-
var InputContainer_default = {"container":"
|
|
1622
|
+
var InputContainer_default = {"container":"bds0116InputContainer-container"};
|
|
1623
1623
|
|
|
1624
1624
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1625
1625
|
var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
|
|
@@ -1660,7 +1660,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
|
|
|
1660
1660
|
var import_react13 = require("react");
|
|
1661
1661
|
|
|
1662
1662
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1663
|
-
var Combobox_default = {"formGroup":"
|
|
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"};
|
|
1664
1664
|
|
|
1665
1665
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1666
1666
|
var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
|
|
@@ -1811,7 +1811,7 @@ function Combobox({
|
|
|
1811
1811
|
var import_react14 = require("react");
|
|
1812
1812
|
|
|
1813
1813
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
1814
|
-
var FileInput_default = {"formGroup":"
|
|
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"};
|
|
1815
1815
|
|
|
1816
1816
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
1817
1817
|
var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
|
|
@@ -1908,7 +1908,7 @@ function FileInput({
|
|
|
1908
1908
|
var import_react15 = require("react");
|
|
1909
1909
|
|
|
1910
1910
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
1911
|
-
var FormInput_default = {"formGroup":"
|
|
1911
|
+
var FormInput_default = {"formGroup":"bds0116FormInput-formGroup","input":"bds0116FormInput-input","inputError":"bds0116FormInput-inputError"};
|
|
1912
1912
|
|
|
1913
1913
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
1914
1914
|
var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
|
|
@@ -1949,7 +1949,7 @@ function FormInput({
|
|
|
1949
1949
|
var import_react16 = require("react");
|
|
1950
1950
|
|
|
1951
1951
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
1952
|
-
var NumberInput_default = {"formGroup":"
|
|
1952
|
+
var NumberInput_default = {"formGroup":"bds0116NumberInput-formGroup","inputRow":"bds0116NumberInput-inputRow","input":"bds0116NumberInput-input","inputError":"bds0116NumberInput-inputError","stepper":"bds0116NumberInput-stepper"};
|
|
1953
1953
|
|
|
1954
1954
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
1955
1955
|
var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
|
|
@@ -2044,7 +2044,7 @@ function NumberInput({
|
|
|
2044
2044
|
var import_react17 = require("react");
|
|
2045
2045
|
|
|
2046
2046
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
2047
|
-
var Radio_default = {"radioGroup":"
|
|
2047
|
+
var Radio_default = {"radioGroup":"bds0116Radio-radioGroup","inputWrapper":"bds0116Radio-inputWrapper","textWrapper":"bds0116Radio-textWrapper","description":"bds0116Radio-description","radio":"bds0116Radio-radio","radioError":"bds0116Radio-radioError"};
|
|
2048
2048
|
|
|
2049
2049
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
2050
2050
|
var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
|
|
@@ -2082,7 +2082,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
|
|
|
2082
2082
|
var import_react18 = require("react");
|
|
2083
2083
|
|
|
2084
2084
|
// src/components/interaction/form/Select/Select.module.css
|
|
2085
|
-
var Select_default = {"formGroup":"
|
|
2085
|
+
var Select_default = {"formGroup":"bds0116Select-formGroup","selectWrapper":"bds0116Select-selectWrapper","select":"bds0116Select-select","selectError":"bds0116Select-selectError","chevron":"bds0116Select-chevron"};
|
|
2086
2086
|
|
|
2087
2087
|
// src/components/interaction/form/Select/Select.tsx
|
|
2088
2088
|
var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
|
|
@@ -2130,7 +2130,7 @@ function Select({
|
|
|
2130
2130
|
var import_react19 = require("react");
|
|
2131
2131
|
|
|
2132
2132
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2133
|
-
var Slider_default = {"formGroup":"
|
|
2133
|
+
var Slider_default = {"formGroup":"bds0116Slider-formGroup","labelRow":"bds0116Slider-labelRow","value":"bds0116Slider-value","slider":"bds0116Slider-slider","sliderError":"bds0116Slider-sliderError"};
|
|
2134
2134
|
|
|
2135
2135
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2136
2136
|
var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
|
|
@@ -2191,7 +2191,7 @@ function Slider({
|
|
|
2191
2191
|
var import_react20 = require("react");
|
|
2192
2192
|
|
|
2193
2193
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2194
|
-
var Switch_default = {"switchGroup":"
|
|
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"};
|
|
2195
2195
|
|
|
2196
2196
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2197
2197
|
var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
|
|
@@ -2203,6 +2203,7 @@ function Switch({
|
|
|
2203
2203
|
error,
|
|
2204
2204
|
hint,
|
|
2205
2205
|
className,
|
|
2206
|
+
prefix,
|
|
2206
2207
|
...props
|
|
2207
2208
|
}) {
|
|
2208
2209
|
const id = name + (0, import_react20.useId)();
|
|
@@ -2211,6 +2212,7 @@ function Switch({
|
|
|
2211
2212
|
const describedBy = [error && errorId, hint && hintId].filter(Boolean).join(" ") || void 0;
|
|
2212
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: [
|
|
2213
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 }),
|
|
2214
2216
|
/* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: Switch_default.trackWrapper, children: [
|
|
2215
2217
|
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2216
2218
|
"input",
|
|
@@ -2237,7 +2239,7 @@ function Switch({
|
|
|
2237
2239
|
var import_react21 = require("react");
|
|
2238
2240
|
|
|
2239
2241
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2240
|
-
var Textarea_default = {"formGroup":"
|
|
2242
|
+
var Textarea_default = {"formGroup":"bds0116Textarea-formGroup","textarea":"bds0116Textarea-textarea","textareaError":"bds0116Textarea-textareaError"};
|
|
2241
2243
|
|
|
2242
2244
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2243
2245
|
var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
|
|
@@ -2273,7 +2275,7 @@ function Textarea({
|
|
|
2273
2275
|
}
|
|
2274
2276
|
|
|
2275
2277
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2276
|
-
var ButtonGroup_default = {"buttonGroup":"
|
|
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"};
|
|
2277
2279
|
|
|
2278
2280
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2279
2281
|
var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
|
|
@@ -2283,7 +2285,7 @@ function ButtonGroup({ children, className, variant }) {
|
|
|
2283
2285
|
}
|
|
2284
2286
|
|
|
2285
2287
|
// src/components/layout/Card/Card.module.css
|
|
2286
|
-
var Card_default = {"card":"
|
|
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"};
|
|
2287
2289
|
|
|
2288
2290
|
// src/components/layout/Card/Card.tsx
|
|
2289
2291
|
var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
|
|
@@ -2321,7 +2323,7 @@ function Card({
|
|
|
2321
2323
|
}
|
|
2322
2324
|
|
|
2323
2325
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
2324
|
-
var SectionHeader_default = {"sectionHeader":"
|
|
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"};
|
|
2325
2327
|
|
|
2326
2328
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
2327
2329
|
var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
|
|
@@ -2342,7 +2344,7 @@ function SectionHeader({
|
|
|
2342
2344
|
}
|
|
2343
2345
|
|
|
2344
2346
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
2345
|
-
var IconWrapper_default = {"wrapper":"
|
|
2347
|
+
var IconWrapper_default = {"wrapper":"bds0116IconWrapper-wrapper"};
|
|
2346
2348
|
|
|
2347
2349
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
2348
2350
|
var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
|