@boostdev/design-system-components 0.1.7 → 0.1.9
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/AGENTS.md +56 -0
- package/README.md +40 -1
- package/dist/client.cjs +46 -46
- package/dist/client.css +453 -467
- package/dist/client.d.cts +2 -2
- package/dist/client.d.ts +2 -2
- package/dist/client.js +46 -46
- package/dist/index.cjs +46 -46
- package/dist/index.css +453 -467
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +46 -46
- package/package.json +2 -2
- package/src/components/interaction/Button/Button.tsx +2 -2
- package/src/components/interaction/Dialog/Dialog.module.css +0 -2
- package/src/components/interaction/form/Checkbox/Checkbox.module.css +5 -6
- package/src/components/interaction/form/Combobox/Combobox.module.css +2 -5
- package/src/components/interaction/form/FileInput/FileInput.module.css +5 -5
- package/src/components/interaction/form/FormInput/FormInput.module.css +3 -8
- package/src/components/interaction/form/NumberInput/NumberInput.module.css +5 -6
- package/src/components/interaction/form/Radio/Radio.module.css +5 -6
- package/src/components/interaction/form/Select/Select.module.css +2 -5
- package/src/components/interaction/form/Slider/Slider.module.css +4 -4
- package/src/components/interaction/form/Switch/Switch.module.css +2 -2
- package/src/components/interaction/form/Textarea/Textarea.module.css +2 -5
- package/src/components/ui/Alert/Alert.module.css +3 -3
- package/src/components/ui/NotificationBanner/NotificationBanner.module.css +3 -3
- package/src/components/ui/Progress/Progress.module.css +1 -1
- package/src/components/ui/ProgressCircle/ProgressCircle.module.css +1 -1
package/dist/index.cjs
CHANGED
|
@@ -72,7 +72,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
72
72
|
var import_react = require("react");
|
|
73
73
|
|
|
74
74
|
// src/components/ui/Accordion/Accordion.module.css
|
|
75
|
-
var Accordion_default = {"accordion":"
|
|
75
|
+
var Accordion_default = {"accordion":"bds019-accordion","item":"bds019-item","heading":"bds019-heading","trigger":"bds019-trigger","triggerLabel":"bds019-triggerLabel","chevron":"bds019-chevron","--open":"bds019---open","panel":"bds019-panel","panelContent":"bds019-panelContent"};
|
|
76
76
|
|
|
77
77
|
// src/components/ui/Accordion/Accordion.tsx
|
|
78
78
|
var import_design_system_foundation = require("@boostdev/design-system-foundation");
|
|
@@ -140,7 +140,7 @@ function Accordion({
|
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
// src/components/ui/Alert/Alert.module.css
|
|
143
|
-
var Alert_default = {"alert":"
|
|
143
|
+
var Alert_default = {"alert":"bds019-alert","--variant_info":"bds019---variant_info","--variant_success":"bds019---variant_success","--variant_warning":"bds019---variant_warning","--variant_error":"bds019---variant_error","icon":"bds019-icon","content":"bds019-content","title":"bds019-title","dismiss":"bds019-dismiss"};
|
|
144
144
|
|
|
145
145
|
// src/components/ui/Alert/Alert.tsx
|
|
146
146
|
var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
|
|
@@ -183,7 +183,7 @@ function Alert({
|
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
// src/components/ui/Avatar/Avatar.module.css
|
|
186
|
-
var Avatar_default = {"avatar":"
|
|
186
|
+
var Avatar_default = {"avatar":"bds019-avatar","--fallback":"bds019---fallback","--size_small":"bds019---size_small","--size_medium":"bds019---size_medium","--size_large":"bds019---size_large","image":"bds019-image","initials":"bds019-initials"};
|
|
187
187
|
|
|
188
188
|
// src/components/ui/Avatar/Avatar.tsx
|
|
189
189
|
var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
|
|
@@ -209,7 +209,7 @@ function Avatar({ src, alt, name, size = "medium", className }) {
|
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
// src/components/ui/Badge/Badge.module.css
|
|
212
|
-
var Badge_default = {"badge":"
|
|
212
|
+
var Badge_default = {"badge":"bds019-badge","--variant_primary":"bds019---variant_primary","--variant_secondary":"bds019---variant_secondary","--variant_success":"bds019---variant_success","--variant_error":"bds019---variant_error","--variant_warning":"bds019---variant_warning"};
|
|
213
213
|
|
|
214
214
|
// src/components/ui/Badge/Badge.tsx
|
|
215
215
|
var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
|
|
@@ -219,7 +219,7 @@ function Badge({ children, variant = "primary", className }) {
|
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
// src/components/ui/Breadcrumb/Breadcrumb.module.css
|
|
222
|
-
var Breadcrumb_default = {"breadcrumb":"
|
|
222
|
+
var Breadcrumb_default = {"breadcrumb":"bds019-breadcrumb","list":"bds019-list","item":"bds019-item","link":"bds019-link","separator":"bds019-separator","current":"bds019-current"};
|
|
223
223
|
|
|
224
224
|
// src/components/ui/Breadcrumb/Breadcrumb.tsx
|
|
225
225
|
var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
|
|
@@ -238,7 +238,7 @@ function Breadcrumb({ items, className }) {
|
|
|
238
238
|
var import_react2 = require("react");
|
|
239
239
|
|
|
240
240
|
// src/components/ui/Calendar/Calendar.module.css
|
|
241
|
-
var Calendar_default = {"calendar":"
|
|
241
|
+
var Calendar_default = {"calendar":"bds019-calendar","header":"bds019-header","monthYear":"bds019-monthYear","navBtn":"bds019-navBtn","grid":"bds019-grid","weekday":"bds019-weekday","empty":"bds019-empty","day":"bds019-day","disabled":"bds019-disabled","selected":"bds019-selected","today":"bds019-today"};
|
|
242
242
|
|
|
243
243
|
// src/components/ui/Calendar/Calendar.tsx
|
|
244
244
|
var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
|
|
@@ -404,7 +404,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className }) {
|
|
|
404
404
|
var import_react3 = require("react");
|
|
405
405
|
|
|
406
406
|
// src/components/ui/Carousel/Carousel.module.css
|
|
407
|
-
var Carousel_default = {"carousel":"
|
|
407
|
+
var Carousel_default = {"carousel":"bds019-carousel","track":"bds019-track","slide":"bds019-slide","navBtn":"bds019-navBtn"};
|
|
408
408
|
|
|
409
409
|
// src/components/ui/Carousel/Carousel.tsx
|
|
410
410
|
var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
|
|
@@ -457,7 +457,7 @@ function Carousel({ items, label, className }) {
|
|
|
457
457
|
}
|
|
458
458
|
|
|
459
459
|
// src/components/ui/DescriptionList/DescriptionList.module.css
|
|
460
|
-
var DescriptionList_default = {"list":"
|
|
460
|
+
var DescriptionList_default = {"list":"bds019-list","group":"bds019-group","term":"bds019-term","details":"bds019-details","--layout_inline":"bds019---layout_inline"};
|
|
461
461
|
|
|
462
462
|
// src/components/ui/DescriptionList/DescriptionList.tsx
|
|
463
463
|
var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
|
|
@@ -470,7 +470,7 @@ function DescriptionList({ items, layout = "stacked", className }) {
|
|
|
470
470
|
}
|
|
471
471
|
|
|
472
472
|
// src/components/ui/Link/Link.module.css
|
|
473
|
-
var Link_default = {"link":"
|
|
473
|
+
var Link_default = {"link":"bds019-link","--variant_default":"bds019---variant_default","--variant_subtle":"bds019---variant_subtle","--variant_standalone":"bds019---variant_standalone","externalLabel":"bds019-externalLabel"};
|
|
474
474
|
|
|
475
475
|
// src/components/ui/Link/Link.tsx
|
|
476
476
|
var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
|
|
@@ -501,7 +501,7 @@ function Link({
|
|
|
501
501
|
}
|
|
502
502
|
|
|
503
503
|
// src/components/ui/Loading/Loading.module.css
|
|
504
|
-
var Loading_default = {"loading":"
|
|
504
|
+
var Loading_default = {"loading":"bds019-loading","spinner":"bds019-spinner","--size_small":"bds019---size_small","--size_large":"bds019---size_large"};
|
|
505
505
|
|
|
506
506
|
// src/components/ui/Loading/Loading.tsx
|
|
507
507
|
var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
|
|
@@ -511,7 +511,7 @@ function Loading({ size = "medium", className }) {
|
|
|
511
511
|
}
|
|
512
512
|
|
|
513
513
|
// src/components/ui/NotificationBanner/NotificationBanner.module.css
|
|
514
|
-
var NotificationBanner_default = {"banner":"
|
|
514
|
+
var NotificationBanner_default = {"banner":"bds019-banner","--variant_info":"bds019---variant_info","--variant_success":"bds019---variant_success","--variant_warning":"bds019---variant_warning","--variant_error":"bds019---variant_error","content":"bds019-content","action":"bds019-action","dismiss":"bds019-dismiss"};
|
|
515
515
|
|
|
516
516
|
// src/components/ui/NotificationBanner/NotificationBanner.tsx
|
|
517
517
|
var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
|
|
@@ -550,7 +550,7 @@ function NotificationBanner({
|
|
|
550
550
|
}
|
|
551
551
|
|
|
552
552
|
// src/components/ui/Pagination/Pagination.module.css
|
|
553
|
-
var Pagination_default = {"pagination":"
|
|
553
|
+
var Pagination_default = {"pagination":"bds019-pagination","list":"bds019-list","button":"bds019-button","--active":"bds019---active","--nav":"bds019---nav","ellipsis":"bds019-ellipsis"};
|
|
554
554
|
|
|
555
555
|
// src/components/ui/Pagination/Pagination.tsx
|
|
556
556
|
var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
|
|
@@ -614,7 +614,7 @@ function Pagination({
|
|
|
614
614
|
}
|
|
615
615
|
|
|
616
616
|
// src/components/ui/Progress/Progress.module.css
|
|
617
|
-
var Progress_default = {"container":"
|
|
617
|
+
var Progress_default = {"container":"bds019-container","labelRow":"bds019-labelRow","label":"bds019-label","value":"bds019-value","track":"bds019-track","--size_small":"bds019---size_small","--size_medium":"bds019---size_medium","--size_large":"bds019---size_large","fill":"bds019-fill"};
|
|
618
618
|
|
|
619
619
|
// src/components/ui/Progress/Progress.tsx
|
|
620
620
|
var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
|
|
@@ -652,7 +652,7 @@ function Progress({
|
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
// src/components/ui/ProgressCircle/ProgressCircle.module.css
|
|
655
|
-
var ProgressCircle_default = {"wrapper":"
|
|
655
|
+
var ProgressCircle_default = {"wrapper":"bds019-wrapper","svg":"bds019-svg","track":"bds019-track","fill":"bds019-fill","value":"bds019-value","--size_small":"bds019---size_small","--size_medium":"bds019---size_medium","--size_large":"bds019---size_large"};
|
|
656
656
|
|
|
657
657
|
// src/components/ui/ProgressCircle/ProgressCircle.tsx
|
|
658
658
|
var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
|
|
@@ -731,7 +731,7 @@ function ProgressCircle({
|
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
// src/components/ui/Separator/Separator.module.css
|
|
734
|
-
var Separator_default = {"separator":"
|
|
734
|
+
var Separator_default = {"separator":"bds019-separator","--horizontal":"bds019---horizontal","--vertical":"bds019---vertical"};
|
|
735
735
|
|
|
736
736
|
// src/components/ui/Separator/Separator.tsx
|
|
737
737
|
var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
|
|
@@ -754,7 +754,7 @@ function Separator({ orientation = "horizontal", className }) {
|
|
|
754
754
|
var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
|
|
755
755
|
|
|
756
756
|
// src/components/ui/Skeleton/Skeleton.module.css
|
|
757
|
-
var Skeleton_default = {"skeleton":"
|
|
757
|
+
var Skeleton_default = {"skeleton":"bds019-skeleton"};
|
|
758
758
|
|
|
759
759
|
// src/components/ui/Skeleton/Skeleton.tsx
|
|
760
760
|
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
@@ -763,7 +763,7 @@ function Skeleton({ className }) {
|
|
|
763
763
|
}
|
|
764
764
|
|
|
765
765
|
// src/components/ui/SkipLink/SkipLink.module.css
|
|
766
|
-
var SkipLink_default = {"skipLink":"
|
|
766
|
+
var SkipLink_default = {"skipLink":"bds019-skipLink"};
|
|
767
767
|
|
|
768
768
|
// src/components/ui/SkipLink/SkipLink.tsx
|
|
769
769
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
@@ -772,7 +772,7 @@ function SkipLink({ href = "#main", children = "Skip to main content" }) {
|
|
|
772
772
|
}
|
|
773
773
|
|
|
774
774
|
// src/components/ui/Table/Table.module.css
|
|
775
|
-
var Table_default = {"wrapper":"
|
|
775
|
+
var Table_default = {"wrapper":"bds019-wrapper","table":"bds019-table","caption":"bds019-caption","thead":"bds019-thead","th":"bds019-th","--sortable":"bds019---sortable","sortButton":"bds019-sortButton","sortIcon":"bds019-sortIcon","--sort-active":"bds019---sort-active","--sort-desc":"bds019---sort-desc","tbody":"bds019-tbody","tr":"bds019-tr","td":"bds019-td"};
|
|
776
776
|
|
|
777
777
|
// src/components/ui/Table/Table.tsx
|
|
778
778
|
var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
|
|
@@ -841,7 +841,7 @@ function Table({
|
|
|
841
841
|
var import_react4 = require("react");
|
|
842
842
|
|
|
843
843
|
// src/components/ui/Tabs/Tabs.module.css
|
|
844
|
-
var Tabs_default = {"tabs":"
|
|
844
|
+
var Tabs_default = {"tabs":"bds019-tabs","tabList":"bds019-tabList","tab":"bds019-tab","--active":"bds019---active","panel":"bds019-panel"};
|
|
845
845
|
|
|
846
846
|
// src/components/ui/Tabs/Tabs.tsx
|
|
847
847
|
var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
|
|
@@ -922,7 +922,7 @@ function Tabs({ tabs, defaultTab, className }) {
|
|
|
922
922
|
var import_react5 = require("react");
|
|
923
923
|
|
|
924
924
|
// src/components/ui/Tooltip/Tooltip.module.css
|
|
925
|
-
var Tooltip_default = {"wrapper":"
|
|
925
|
+
var Tooltip_default = {"wrapper":"bds019-wrapper","tooltip":"bds019-tooltip","--placement_top":"bds019---placement_top","--placement_bottom":"bds019---placement_bottom","--placement_left":"bds019---placement_left","--placement_right":"bds019---placement_right"};
|
|
926
926
|
|
|
927
927
|
// src/components/ui/Tooltip/Tooltip.tsx
|
|
928
928
|
var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
|
|
@@ -952,7 +952,7 @@ function Tooltip({
|
|
|
952
952
|
}
|
|
953
953
|
|
|
954
954
|
// src/components/ui/Typography/Typography.module.css
|
|
955
|
-
var Typography_default = {"typography":"
|
|
955
|
+
var Typography_default = {"typography":"bds019-typography","--h1":"bds019---h1","--h2":"bds019---h2","--h3":"bds019---h3","--body":"bds019---body","--body_s":"bds019---body_s"};
|
|
956
956
|
|
|
957
957
|
// src/components/ui/Typography/Typography.tsx
|
|
958
958
|
var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
|
|
@@ -970,7 +970,7 @@ function Typography({ variant = "body", component, children, className }) {
|
|
|
970
970
|
}
|
|
971
971
|
|
|
972
972
|
// src/components/interaction/Button/Button.module.css
|
|
973
|
-
var Button_default = {"button":"
|
|
973
|
+
var Button_default = {"button":"bds019-button","--primary":"bds019---primary","--secondary":"bds019---secondary","--size_small":"bds019---size_small","--size_medium":"bds019---size_medium","--size_large":"bds019---size_large","--hasPulse":"bds019---hasPulse","prefix":"bds019-prefix","suffix":"bds019-suffix"};
|
|
974
974
|
|
|
975
975
|
// src/components/interaction/Button/Button.tsx
|
|
976
976
|
var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
|
|
@@ -1046,7 +1046,7 @@ function Button({
|
|
|
1046
1046
|
var import_react6 = require("react");
|
|
1047
1047
|
|
|
1048
1048
|
// src/components/interaction/Command/Command.module.css
|
|
1049
|
-
var Command_default = {"dialog":"
|
|
1049
|
+
var Command_default = {"dialog":"bds019-dialog","palette":"bds019-palette","searchRow":"bds019-searchRow","searchIcon":"bds019-searchIcon","search":"bds019-search","escHint":"bds019-escHint","list":"bds019-list","groupList":"bds019-groupList","group":"bds019-group","item":"bds019-item","itemActive":"bds019-itemActive","itemLabel":"bds019-itemLabel","itemDesc":"bds019-itemDesc","shortcut":"bds019-shortcut","empty":"bds019-empty"};
|
|
1050
1050
|
|
|
1051
1051
|
// src/components/interaction/Command/Command.tsx
|
|
1052
1052
|
var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
|
|
@@ -1185,7 +1185,7 @@ function Command({
|
|
|
1185
1185
|
var import_react7 = require("react");
|
|
1186
1186
|
|
|
1187
1187
|
// src/components/interaction/Dialog/Dialog.module.css
|
|
1188
|
-
var Dialog_default = {"dialog":"
|
|
1188
|
+
var Dialog_default = {"dialog":"bds019-dialog","dialogContent":"bds019-dialogContent","closeForm":"bds019-closeForm","closeButton":"bds019-closeButton"};
|
|
1189
1189
|
|
|
1190
1190
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1191
1191
|
var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
|
|
@@ -1241,7 +1241,7 @@ function Dialog({ children, isOpen = false, className, onClose }) {
|
|
|
1241
1241
|
var import_react8 = require("react");
|
|
1242
1242
|
|
|
1243
1243
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1244
|
-
var Drawer_default = {"drawer":"
|
|
1244
|
+
var Drawer_default = {"drawer":"bds019-drawer","panel":"bds019-panel","--side_right":"bds019---side_right","--side_left":"bds019---side_left","header":"bds019-header","title":"bds019-title","closeButton":"bds019-closeButton","body":"bds019-body"};
|
|
1245
1245
|
|
|
1246
1246
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1247
1247
|
var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
|
|
@@ -1303,7 +1303,7 @@ function Drawer({
|
|
|
1303
1303
|
var import_react9 = require("react");
|
|
1304
1304
|
|
|
1305
1305
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1306
|
-
var DropdownMenu_default = {"wrapper":"
|
|
1306
|
+
var DropdownMenu_default = {"wrapper":"bds019-wrapper","menu":"bds019-menu","--placement_bottom-start":"bds019---placement_bottom-start","--placement_bottom-end":"bds019---placement_bottom-end","separator":"bds019-separator","item":"bds019-item","icon":"bds019-icon"};
|
|
1307
1307
|
|
|
1308
1308
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1309
1309
|
var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
|
|
@@ -1416,7 +1416,7 @@ function DropdownMenu({
|
|
|
1416
1416
|
var import_react10 = require("react");
|
|
1417
1417
|
|
|
1418
1418
|
// src/components/interaction/Popover/Popover.module.css
|
|
1419
|
-
var Popover_default = {"wrapper":"
|
|
1419
|
+
var Popover_default = {"wrapper":"bds019-wrapper","panel":"bds019-panel","--placement_bottom":"bds019---placement_bottom","--placement_top":"bds019---placement_top","--placement_right":"bds019---placement_right","--placement_left":"bds019---placement_left"};
|
|
1420
1420
|
|
|
1421
1421
|
// src/components/interaction/Popover/Popover.tsx
|
|
1422
1422
|
var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
|
|
@@ -1472,7 +1472,7 @@ function Popover({
|
|
|
1472
1472
|
}
|
|
1473
1473
|
|
|
1474
1474
|
// src/components/interaction/Rating/Rating.module.css
|
|
1475
|
-
var Rating_default = {"rating":"
|
|
1475
|
+
var Rating_default = {"rating":"bds019-rating","star":"bds019-star","--filled":"bds019---filled"};
|
|
1476
1476
|
|
|
1477
1477
|
// src/components/interaction/Rating/Rating.tsx
|
|
1478
1478
|
var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
|
|
@@ -1503,7 +1503,7 @@ function Rating({ value, max = 5, className }) {
|
|
|
1503
1503
|
var import_react11 = require("react");
|
|
1504
1504
|
|
|
1505
1505
|
// src/components/interaction/Toast/Toast.module.css
|
|
1506
|
-
var Toast_default = {"toastContainer":"
|
|
1506
|
+
var Toast_default = {"toastContainer":"bds019-toastContainer","toast":"bds019-toast","message":"bds019-message","closeButton":"bds019-closeButton"};
|
|
1507
1507
|
|
|
1508
1508
|
// src/components/interaction/Toast/Toast.tsx
|
|
1509
1509
|
var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
|
|
@@ -1553,10 +1553,10 @@ function useToast() {
|
|
|
1553
1553
|
var import_react12 = require("react");
|
|
1554
1554
|
|
|
1555
1555
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1556
|
-
var Checkbox_default = {"checkboxGroup":"
|
|
1556
|
+
var Checkbox_default = {"checkboxGroup":"bds019-checkboxGroup","inputWrapper":"bds019-inputWrapper","checkbox":"bds019-checkbox","checkboxError":"bds019-checkboxError"};
|
|
1557
1557
|
|
|
1558
1558
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1559
|
-
var Message_default = {"error":"
|
|
1559
|
+
var Message_default = {"error":"bds019-error","hint":"bds019-hint"};
|
|
1560
1560
|
|
|
1561
1561
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1562
1562
|
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
@@ -1566,7 +1566,7 @@ var Message = ({ message, type, inputId }) => {
|
|
|
1566
1566
|
};
|
|
1567
1567
|
|
|
1568
1568
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1569
|
-
var Label_default = {"label":"
|
|
1569
|
+
var Label_default = {"label":"bds019-label"};
|
|
1570
1570
|
|
|
1571
1571
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1572
1572
|
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
@@ -1578,7 +1578,7 @@ var Label = ({ label, id }) => {
|
|
|
1578
1578
|
var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
|
|
1579
1579
|
|
|
1580
1580
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1581
|
-
var InputContainer_default = {"container":"
|
|
1581
|
+
var InputContainer_default = {"container":"bds019-container"};
|
|
1582
1582
|
|
|
1583
1583
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1584
1584
|
var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
|
|
@@ -1619,7 +1619,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
|
|
|
1619
1619
|
var import_react13 = require("react");
|
|
1620
1620
|
|
|
1621
1621
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1622
|
-
var Combobox_default = {"formGroup":"
|
|
1622
|
+
var Combobox_default = {"formGroup":"bds019-formGroup","inputWrapper":"bds019-inputWrapper","input":"bds019-input","inputError":"bds019-inputError","chevron":"bds019-chevron","listbox":"bds019-listbox","option":"bds019-option","--highlighted":"bds019---highlighted","--selected":"bds019---selected","--disabled":"bds019---disabled"};
|
|
1623
1623
|
|
|
1624
1624
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1625
1625
|
var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
|
|
@@ -1770,7 +1770,7 @@ function Combobox({
|
|
|
1770
1770
|
var import_react14 = require("react");
|
|
1771
1771
|
|
|
1772
1772
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
1773
|
-
var FileInput_default = {"formGroup":"
|
|
1773
|
+
var FileInput_default = {"formGroup":"bds019-formGroup","dropZone":"bds019-dropZone","isDragging":"bds019-isDragging","hasError":"bds019-hasError","isDisabled":"bds019-isDisabled","icon":"bds019-icon","prompt":"bds019-prompt","acceptHint":"bds019-acceptHint","hiddenInput":"bds019-hiddenInput"};
|
|
1774
1774
|
|
|
1775
1775
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
1776
1776
|
var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
|
|
@@ -1867,7 +1867,7 @@ function FileInput({
|
|
|
1867
1867
|
var import_react15 = require("react");
|
|
1868
1868
|
|
|
1869
1869
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
1870
|
-
var FormInput_default = {"formGroup":"
|
|
1870
|
+
var FormInput_default = {"formGroup":"bds019-formGroup","input":"bds019-input","inputError":"bds019-inputError"};
|
|
1871
1871
|
|
|
1872
1872
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
1873
1873
|
var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
|
|
@@ -1908,7 +1908,7 @@ function FormInput({
|
|
|
1908
1908
|
var import_react16 = require("react");
|
|
1909
1909
|
|
|
1910
1910
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
1911
|
-
var NumberInput_default = {"formGroup":"
|
|
1911
|
+
var NumberInput_default = {"formGroup":"bds019-formGroup","inputRow":"bds019-inputRow","input":"bds019-input","inputError":"bds019-inputError","stepper":"bds019-stepper"};
|
|
1912
1912
|
|
|
1913
1913
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
1914
1914
|
var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
|
|
@@ -2003,7 +2003,7 @@ function NumberInput({
|
|
|
2003
2003
|
var import_react17 = require("react");
|
|
2004
2004
|
|
|
2005
2005
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
2006
|
-
var Radio_default = {"radioGroup":"
|
|
2006
|
+
var Radio_default = {"radioGroup":"bds019-radioGroup","inputWrapper":"bds019-inputWrapper","radio":"bds019-radio","radioError":"bds019-radioError"};
|
|
2007
2007
|
|
|
2008
2008
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
2009
2009
|
var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
|
|
@@ -2038,7 +2038,7 @@ function Radio({ label, name, error, hint, className, ...props }) {
|
|
|
2038
2038
|
var import_react18 = require("react");
|
|
2039
2039
|
|
|
2040
2040
|
// src/components/interaction/form/Select/Select.module.css
|
|
2041
|
-
var Select_default = {"formGroup":"
|
|
2041
|
+
var Select_default = {"formGroup":"bds019-formGroup","selectWrapper":"bds019-selectWrapper","select":"bds019-select","selectError":"bds019-selectError","chevron":"bds019-chevron"};
|
|
2042
2042
|
|
|
2043
2043
|
// src/components/interaction/form/Select/Select.tsx
|
|
2044
2044
|
var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
|
|
@@ -2086,7 +2086,7 @@ function Select({
|
|
|
2086
2086
|
var import_react19 = require("react");
|
|
2087
2087
|
|
|
2088
2088
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2089
|
-
var Slider_default = {"formGroup":"
|
|
2089
|
+
var Slider_default = {"formGroup":"bds019-formGroup","labelRow":"bds019-labelRow","value":"bds019-value","slider":"bds019-slider","sliderError":"bds019-sliderError"};
|
|
2090
2090
|
|
|
2091
2091
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2092
2092
|
var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
|
|
@@ -2147,7 +2147,7 @@ function Slider({
|
|
|
2147
2147
|
var import_react20 = require("react");
|
|
2148
2148
|
|
|
2149
2149
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2150
|
-
var Switch_default = {"switchGroup":"
|
|
2150
|
+
var Switch_default = {"switchGroup":"bds019-switchGroup","--size_small":"bds019---size_small","--size_medium":"bds019---size_medium","--size_large":"bds019---size_large","inputWrapper":"bds019-inputWrapper","trackWrapper":"bds019-trackWrapper","switch":"bds019-switch","track":"bds019-track","thumb":"bds019-thumb","switchError":"bds019-switchError"};
|
|
2151
2151
|
|
|
2152
2152
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2153
2153
|
var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
|
|
@@ -2193,7 +2193,7 @@ function Switch({
|
|
|
2193
2193
|
var import_react21 = require("react");
|
|
2194
2194
|
|
|
2195
2195
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2196
|
-
var Textarea_default = {"formGroup":"
|
|
2196
|
+
var Textarea_default = {"formGroup":"bds019-formGroup","textarea":"bds019-textarea","textareaError":"bds019-textareaError"};
|
|
2197
2197
|
|
|
2198
2198
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2199
2199
|
var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
|
|
@@ -2229,7 +2229,7 @@ function Textarea({
|
|
|
2229
2229
|
}
|
|
2230
2230
|
|
|
2231
2231
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2232
|
-
var ButtonGroup_default = {"buttonGroup":"
|
|
2232
|
+
var ButtonGroup_default = {"buttonGroup":"bds019-buttonGroup","container":"bds019-container","--variant__card":"bds019---variant__card","--variant__flow":"bds019---variant__flow","--variant__modal":"bds019---variant__modal","--variant__content":"bds019---variant__content","--variant__grid":"bds019---variant__grid"};
|
|
2233
2233
|
|
|
2234
2234
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2235
2235
|
var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
|
|
@@ -2239,7 +2239,7 @@ function ButtonGroup({ children, className, variant }) {
|
|
|
2239
2239
|
}
|
|
2240
2240
|
|
|
2241
2241
|
// src/components/layout/Card/Card.module.css
|
|
2242
|
-
var Card_default = {"card":"
|
|
2242
|
+
var Card_default = {"card":"bds019-card","--default":"bds019---default","--elevated":"bds019---elevated","--outlined":"bds019---outlined","--clickable":"bds019---clickable","--padding-none":"bds019---padding-none","--padding-small":"bds019---padding-small","--padding-medium":"bds019---padding-medium","--padding-large":"bds019---padding-large","--text-start":"bds019---text-start","--text-center":"bds019---text-center","--text-end":"bds019---text-end"};
|
|
2243
2243
|
|
|
2244
2244
|
// src/components/layout/Card/Card.tsx
|
|
2245
2245
|
var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
|
|
@@ -2277,7 +2277,7 @@ function Card({
|
|
|
2277
2277
|
}
|
|
2278
2278
|
|
|
2279
2279
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
2280
|
-
var SectionHeader_default = {"sectionHeader":"
|
|
2280
|
+
var SectionHeader_default = {"sectionHeader":"bds019-sectionHeader","title":"bds019-title","subtitle":"bds019-subtitle","--start":"bds019---start","--center":"bds019---center","--end":"bds019---end","--small":"bds019---small","--medium":"bds019---medium","--large":"bds019---large"};
|
|
2281
2281
|
|
|
2282
2282
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
2283
2283
|
var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
|
|
@@ -2298,7 +2298,7 @@ function SectionHeader({
|
|
|
2298
2298
|
}
|
|
2299
2299
|
|
|
2300
2300
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
2301
|
-
var IconWrapper_default = {"wrapper":"
|
|
2301
|
+
var IconWrapper_default = {"wrapper":"bds019-wrapper"};
|
|
2302
2302
|
|
|
2303
2303
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
2304
2304
|
var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
|