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