@boostdev/design-system-components 1.2.5 → 1.2.6
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 +25 -6
- package/dist/client.cjs +57 -52
- package/dist/client.css +546 -536
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js +57 -52
- package/dist/index.cjs +57 -52
- package/dist/index.css +546 -536
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +57 -52
- package/package.json +1 -1
- package/src/components/interaction/Button/Button.mdx +11 -3
- package/src/components/interaction/Button/Button.module.css +5 -5
- package/src/components/interaction/Command/Command.mdx +1 -0
- package/src/components/interaction/Command/Command.module.css +1 -1
- package/src/components/interaction/Drawer/Drawer.mdx +2 -0
- package/src/components/interaction/Drawer/Drawer.module.css +1 -1
- package/src/components/interaction/DropdownMenu/DropdownMenu.mdx +19 -0
- package/src/components/interaction/DropdownMenu/DropdownMenu.module.css +2 -2
- package/src/components/interaction/Rating/Rating.mdx +14 -0
- package/src/components/interaction/Rating/Rating.module.css +2 -2
- package/src/components/interaction/Toast/Toast.mdx +12 -4
- package/src/components/interaction/Toast/Toast.spec.tsx +11 -0
- package/src/components/interaction/Toast/Toast.tsx +11 -4
- package/src/components/interaction/form/Combobox/Combobox.mdx +2 -0
- package/src/components/interaction/form/Combobox/Combobox.module.css +3 -3
- package/src/components/interaction/form/FileInput/FileInput.mdx +2 -0
- package/src/components/interaction/form/FileInput/FileInput.module.css +2 -2
- package/src/components/interaction/form/NumberInput/NumberInput.mdx +4 -0
- package/src/components/interaction/form/NumberInput/NumberInput.module.css +3 -3
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.mdx +1 -0
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.module.css +1 -1
- package/src/components/interaction/form/Slider/Slider.mdx +4 -0
- package/src/components/interaction/form/Slider/Slider.module.css +8 -8
- package/src/components/interaction/form/Switch/Switch.mdx +3 -0
- package/src/components/interaction/form/Switch/Switch.module.css +1 -1
- package/src/components/interaction/form/Textarea/Textarea.mdx +1 -1
- package/src/components/interaction/form/Textarea/Textarea.module.css +1 -1
- package/src/components/layout/ButtonGroup/ButtonGroup.mdx +2 -0
- package/src/components/layout/Card/Card.mdx +8 -5
- package/src/components/layout/Card/Card.module.css +4 -4
- package/src/components/layout/SectionHeader/SectionHeader.mdx +10 -2
- package/src/components/layout/SectionHeader/SectionHeader.module.css +29 -17
- package/src/components/layout/SectionHeader/SectionHeader.spec.tsx +5 -0
- package/src/components/layout/SectionHeader/SectionHeader.stories.tsx +2 -1
- package/src/components/layout/SectionHeader/SectionHeader.tsx +1 -1
- package/src/components/ui/Accordion/Accordion.mdx +1 -0
- package/src/components/ui/Accordion/Accordion.module.css +1 -1
- package/src/components/ui/Alert/Alert.mdx +6 -3
- package/src/components/ui/Alert/Alert.module.css +1 -1
- package/src/components/ui/Calendar/Calendar.mdx +5 -0
- package/src/components/ui/Calendar/Calendar.module.css +5 -5
- package/src/components/ui/Carousel/Carousel.mdx +14 -0
- package/src/components/ui/Carousel/Carousel.module.css +1 -1
- package/src/components/ui/NotificationBanner/NotificationBanner.mdx +18 -0
- package/src/components/ui/NotificationBanner/NotificationBanner.module.css +1 -1
- package/src/components/ui/Pagination/Pagination.mdx +21 -0
- package/src/components/ui/Pagination/Pagination.module.css +5 -5
- package/src/components/ui/Table/Table.mdx +2 -0
- package/src/components/ui/Table/Table.module.css +2 -2
- package/src/components/ui/Tabs/Tabs.mdx +17 -0
- package/src/components/ui/Tabs/Tabs.module.css +3 -3
- package/src/css/bdc.css +1 -0
package/dist/index.cjs
CHANGED
|
@@ -86,7 +86,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
86
86
|
var import_react = require("react");
|
|
87
87
|
|
|
88
88
|
// src/components/ui/Accordion/Accordion.module.css
|
|
89
|
-
var Accordion_default = {"accordion":"
|
|
89
|
+
var Accordion_default = {"accordion":"bds126Accordion-accordion","item":"bds126Accordion-item","heading":"bds126Accordion-heading","trigger":"bds126Accordion-trigger","triggerLabel":"bds126Accordion-triggerLabel","chevron":"bds126Accordion-chevron","--open":"bds126Accordion---open","panel":"bds126Accordion-panel","panelContent":"bds126Accordion-panelContent"};
|
|
90
90
|
|
|
91
91
|
// src/components/ui/Accordion/Accordion.tsx
|
|
92
92
|
var import_design_system_foundation = require("@boostdev/design-system-foundation");
|
|
@@ -155,7 +155,7 @@ function Accordion({
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
// src/components/ui/Alert/Alert.module.css
|
|
158
|
-
var Alert_default = {"alert":"
|
|
158
|
+
var Alert_default = {"alert":"bds126Alert-alert","--variant_info":"bds126Alert---variant_info","--variant_success":"bds126Alert---variant_success","--variant_warning":"bds126Alert---variant_warning","--variant_error":"bds126Alert---variant_error","icon":"bds126Alert-icon","content":"bds126Alert-content","title":"bds126Alert-title","dismiss":"bds126Alert-dismiss"};
|
|
159
159
|
|
|
160
160
|
// src/components/ui/Alert/Alert.tsx
|
|
161
161
|
var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
|
|
@@ -200,7 +200,7 @@ function Alert({
|
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
// src/components/ui/Avatar/Avatar.module.css
|
|
203
|
-
var Avatar_default = {"avatar":"
|
|
203
|
+
var Avatar_default = {"avatar":"bds126Avatar-avatar","--fallback":"bds126Avatar---fallback","--size_small":"bds126Avatar---size_small","--size_medium":"bds126Avatar---size_medium","--size_large":"bds126Avatar---size_large","image":"bds126Avatar-image","initials":"bds126Avatar-initials"};
|
|
204
204
|
|
|
205
205
|
// src/components/ui/Avatar/Avatar.tsx
|
|
206
206
|
var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
|
|
@@ -227,7 +227,7 @@ function Avatar({ src, alt, name, size = "medium", className, ...rest }) {
|
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
// src/components/ui/Badge/Badge.module.css
|
|
230
|
-
var Badge_default = {"badge":"
|
|
230
|
+
var Badge_default = {"badge":"bds126Badge-badge","--variant_primary":"bds126Badge---variant_primary","--variant_secondary":"bds126Badge---variant_secondary","--variant_success":"bds126Badge---variant_success","--variant_error":"bds126Badge---variant_error","--variant_warning":"bds126Badge---variant_warning"};
|
|
231
231
|
|
|
232
232
|
// src/components/ui/Badge/Badge.tsx
|
|
233
233
|
var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
|
|
@@ -237,7 +237,7 @@ function Badge({ children, variant = "primary", className, ...rest }) {
|
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
// src/components/ui/Breadcrumb/Breadcrumb.module.css
|
|
240
|
-
var Breadcrumb_default = {"breadcrumb":"
|
|
240
|
+
var Breadcrumb_default = {"breadcrumb":"bds126Breadcrumb-breadcrumb","list":"bds126Breadcrumb-list","item":"bds126Breadcrumb-item","link":"bds126Breadcrumb-link","separator":"bds126Breadcrumb-separator","current":"bds126Breadcrumb-current"};
|
|
241
241
|
|
|
242
242
|
// src/components/ui/Breadcrumb/Breadcrumb.tsx
|
|
243
243
|
var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
|
|
@@ -253,7 +253,7 @@ function Breadcrumb({ items, className, ...rest }) {
|
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
// src/components/ui/Collapsible/Collapsible.module.css
|
|
256
|
-
var Collapsible_default = {"collapsible":"
|
|
256
|
+
var Collapsible_default = {"collapsible":"bds126Collapsible-collapsible","summary":"bds126Collapsible-summary","summaryContent":"bds126Collapsible-summaryContent","icon":"bds126Collapsible-icon","content":"bds126Collapsible-content"};
|
|
257
257
|
|
|
258
258
|
// src/components/ui/Collapsible/Collapsible.tsx
|
|
259
259
|
var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
|
|
@@ -294,7 +294,7 @@ function Collapsible({
|
|
|
294
294
|
var import_react2 = require("react");
|
|
295
295
|
|
|
296
296
|
// src/components/ui/Calendar/Calendar.module.css
|
|
297
|
-
var Calendar_default = {"calendar":"
|
|
297
|
+
var Calendar_default = {"calendar":"bds126Calendar-calendar","header":"bds126Calendar-header","monthYear":"bds126Calendar-monthYear","navBtn":"bds126Calendar-navBtn","grid":"bds126Calendar-grid","weekday":"bds126Calendar-weekday","empty":"bds126Calendar-empty","day":"bds126Calendar-day","disabled":"bds126Calendar-disabled","selected":"bds126Calendar-selected","today":"bds126Calendar-today"};
|
|
298
298
|
|
|
299
299
|
// src/components/ui/Calendar/Calendar.tsx
|
|
300
300
|
var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
|
|
@@ -469,7 +469,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className, ...rest
|
|
|
469
469
|
var import_react3 = require("react");
|
|
470
470
|
|
|
471
471
|
// src/components/ui/Carousel/Carousel.module.css
|
|
472
|
-
var Carousel_default = {"carousel":"
|
|
472
|
+
var Carousel_default = {"carousel":"bds126Carousel-carousel","track":"bds126Carousel-track","slide":"bds126Carousel-slide","navBtn":"bds126Carousel-navBtn"};
|
|
473
473
|
|
|
474
474
|
// src/components/ui/Carousel/Carousel.tsx
|
|
475
475
|
var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
|
|
@@ -522,7 +522,7 @@ function Carousel({ items, label, className, ...rest }) {
|
|
|
522
522
|
}
|
|
523
523
|
|
|
524
524
|
// src/components/ui/DescriptionList/DescriptionList.module.css
|
|
525
|
-
var DescriptionList_default = {"list":"
|
|
525
|
+
var DescriptionList_default = {"list":"bds126DescriptionList-list","group":"bds126DescriptionList-group","term":"bds126DescriptionList-term","details":"bds126DescriptionList-details","--layout_inline":"bds126DescriptionList---layout_inline"};
|
|
526
526
|
|
|
527
527
|
// src/components/ui/DescriptionList/DescriptionList.tsx
|
|
528
528
|
var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
|
|
@@ -535,7 +535,7 @@ function DescriptionList({ items, layout = "stacked", className, ...rest }) {
|
|
|
535
535
|
}
|
|
536
536
|
|
|
537
537
|
// src/components/ui/Link/Link.module.css
|
|
538
|
-
var Link_default = {"link":"
|
|
538
|
+
var Link_default = {"link":"bds126Link-link","--variant_default":"bds126Link---variant_default","--variant_subtle":"bds126Link---variant_subtle","--variant_standalone":"bds126Link---variant_standalone","externalLabel":"bds126Link-externalLabel"};
|
|
539
539
|
|
|
540
540
|
// src/components/ui/Link/Link.tsx
|
|
541
541
|
var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
|
|
@@ -566,7 +566,7 @@ function Link({
|
|
|
566
566
|
}
|
|
567
567
|
|
|
568
568
|
// src/components/ui/Loading/Loading.module.css
|
|
569
|
-
var Loading_default = {"loading":"
|
|
569
|
+
var Loading_default = {"loading":"bds126Loading-loading","spinner":"bds126Loading-spinner","--size_small":"bds126Loading---size_small","--size_large":"bds126Loading---size_large"};
|
|
570
570
|
|
|
571
571
|
// src/components/ui/Loading/Loading.tsx
|
|
572
572
|
var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
|
|
@@ -576,7 +576,7 @@ function Loading({ size = "medium", className, ...rest }) {
|
|
|
576
576
|
}
|
|
577
577
|
|
|
578
578
|
// src/components/ui/NotificationBanner/NotificationBanner.module.css
|
|
579
|
-
var NotificationBanner_default = {"banner":"
|
|
579
|
+
var NotificationBanner_default = {"banner":"bds126NotificationBanner-banner","--variant_info":"bds126NotificationBanner---variant_info","--variant_success":"bds126NotificationBanner---variant_success","--variant_warning":"bds126NotificationBanner---variant_warning","--variant_error":"bds126NotificationBanner---variant_error","content":"bds126NotificationBanner-content","action":"bds126NotificationBanner-action","dismiss":"bds126NotificationBanner-dismiss"};
|
|
580
580
|
|
|
581
581
|
// src/components/ui/NotificationBanner/NotificationBanner.tsx
|
|
582
582
|
var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
|
|
@@ -617,7 +617,7 @@ function NotificationBanner({
|
|
|
617
617
|
}
|
|
618
618
|
|
|
619
619
|
// src/components/ui/Pagination/Pagination.module.css
|
|
620
|
-
var Pagination_default = {"pagination":"
|
|
620
|
+
var Pagination_default = {"pagination":"bds126Pagination-pagination","list":"bds126Pagination-list","button":"bds126Pagination-button","--active":"bds126Pagination---active","--nav":"bds126Pagination---nav","ellipsis":"bds126Pagination-ellipsis"};
|
|
621
621
|
|
|
622
622
|
// src/components/ui/Pagination/Pagination.tsx
|
|
623
623
|
var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
|
|
@@ -682,7 +682,7 @@ function Pagination({
|
|
|
682
682
|
}
|
|
683
683
|
|
|
684
684
|
// src/components/ui/Progress/Progress.module.css
|
|
685
|
-
var Progress_default = {"container":"
|
|
685
|
+
var Progress_default = {"container":"bds126Progress-container","labelRow":"bds126Progress-labelRow","value":"bds126Progress-value","track":"bds126Progress-track","--size_small":"bds126Progress---size_small","--size_medium":"bds126Progress---size_medium","--size_large":"bds126Progress---size_large","fill":"bds126Progress-fill"};
|
|
686
686
|
|
|
687
687
|
// src/components/ui/Progress/Progress.tsx
|
|
688
688
|
var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
|
|
@@ -721,7 +721,7 @@ function Progress({
|
|
|
721
721
|
}
|
|
722
722
|
|
|
723
723
|
// src/components/ui/ProgressCircle/ProgressCircle.module.css
|
|
724
|
-
var ProgressCircle_default = {"wrapper":"
|
|
724
|
+
var ProgressCircle_default = {"wrapper":"bds126ProgressCircle-wrapper","svg":"bds126ProgressCircle-svg","track":"bds126ProgressCircle-track","fill":"bds126ProgressCircle-fill","value":"bds126ProgressCircle-value","--size_small":"bds126ProgressCircle---size_small","--size_medium":"bds126ProgressCircle---size_medium","--size_large":"bds126ProgressCircle---size_large"};
|
|
725
725
|
|
|
726
726
|
// src/components/ui/ProgressCircle/ProgressCircle.tsx
|
|
727
727
|
var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
|
|
@@ -802,7 +802,7 @@ function ProgressCircle({
|
|
|
802
802
|
}
|
|
803
803
|
|
|
804
804
|
// src/components/ui/Separator/Separator.module.css
|
|
805
|
-
var Separator_default = {"separator":"
|
|
805
|
+
var Separator_default = {"separator":"bds126Separator-separator","--horizontal":"bds126Separator---horizontal","--vertical":"bds126Separator---vertical"};
|
|
806
806
|
|
|
807
807
|
// src/components/ui/Separator/Separator.tsx
|
|
808
808
|
var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
|
|
@@ -826,7 +826,7 @@ function Separator({ orientation = "horizontal", className, ...rest }) {
|
|
|
826
826
|
var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
|
|
827
827
|
|
|
828
828
|
// src/components/ui/Skeleton/Skeleton.module.css
|
|
829
|
-
var Skeleton_default = {"skeleton":"
|
|
829
|
+
var Skeleton_default = {"skeleton":"bds126Skeleton-skeleton"};
|
|
830
830
|
|
|
831
831
|
// src/components/ui/Skeleton/Skeleton.tsx
|
|
832
832
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
@@ -835,7 +835,7 @@ function Skeleton({ className, ...rest }) {
|
|
|
835
835
|
}
|
|
836
836
|
|
|
837
837
|
// src/components/ui/SkipLink/SkipLink.module.css
|
|
838
|
-
var SkipLink_default = {"skipLink":"
|
|
838
|
+
var SkipLink_default = {"skipLink":"bds126SkipLink-skipLink"};
|
|
839
839
|
|
|
840
840
|
// src/components/ui/SkipLink/SkipLink.tsx
|
|
841
841
|
var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
|
|
@@ -845,7 +845,7 @@ function SkipLink({ href = "#main", children = "Skip to main content", className
|
|
|
845
845
|
}
|
|
846
846
|
|
|
847
847
|
// src/components/ui/Table/Table.module.css
|
|
848
|
-
var Table_default = {"wrapper":"
|
|
848
|
+
var Table_default = {"wrapper":"bds126Table-wrapper","table":"bds126Table-table","caption":"bds126Table-caption","thead":"bds126Table-thead","th":"bds126Table-th","--sortable":"bds126Table---sortable","sortButton":"bds126Table-sortButton","sortIcon":"bds126Table-sortIcon","--sort-active":"bds126Table---sort-active","--sort-desc":"bds126Table---sort-desc","tbody":"bds126Table-tbody","tr":"bds126Table-tr","td":"bds126Table-td"};
|
|
849
849
|
|
|
850
850
|
// src/components/ui/Table/Table.tsx
|
|
851
851
|
var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
|
|
@@ -915,7 +915,7 @@ function Table({
|
|
|
915
915
|
var import_react4 = require("react");
|
|
916
916
|
|
|
917
917
|
// src/components/ui/Tabs/Tabs.module.css
|
|
918
|
-
var Tabs_default = {"tabs":"
|
|
918
|
+
var Tabs_default = {"tabs":"bds126Tabs-tabs","tabList":"bds126Tabs-tabList","tab":"bds126Tabs-tab","--active":"bds126Tabs---active","panel":"bds126Tabs-panel"};
|
|
919
919
|
|
|
920
920
|
// src/components/ui/Tabs/Tabs.tsx
|
|
921
921
|
var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
|
|
@@ -995,7 +995,7 @@ function Tabs({ tabs, defaultTab, className, ...rest }) {
|
|
|
995
995
|
var import_react5 = require("react");
|
|
996
996
|
|
|
997
997
|
// src/components/ui/Tooltip/Tooltip.module.css
|
|
998
|
-
var Tooltip_default = {"wrapper":"
|
|
998
|
+
var Tooltip_default = {"wrapper":"bds126Tooltip-wrapper","tooltip":"bds126Tooltip-tooltip","--placement_top":"bds126Tooltip---placement_top","--placement_bottom":"bds126Tooltip---placement_bottom","--placement_left":"bds126Tooltip---placement_left","--placement_right":"bds126Tooltip---placement_right"};
|
|
999
999
|
|
|
1000
1000
|
// src/components/ui/Tooltip/Tooltip.tsx
|
|
1001
1001
|
var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
|
|
@@ -1039,7 +1039,7 @@ function Tooltip({
|
|
|
1039
1039
|
}
|
|
1040
1040
|
|
|
1041
1041
|
// src/components/ui/Typography/Typography.module.css
|
|
1042
|
-
var Typography_default = {"typography":"
|
|
1042
|
+
var Typography_default = {"typography":"bds126Typography-typography","--h1":"bds126Typography---h1","--h2":"bds126Typography---h2","--h3":"bds126Typography---h3","--body":"bds126Typography---body","--body_s":"bds126Typography---body_s"};
|
|
1043
1043
|
|
|
1044
1044
|
// src/components/ui/Typography/Typography.tsx
|
|
1045
1045
|
var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
|
|
@@ -1057,7 +1057,7 @@ function Typography({ variant = "body", component, children, className, ...rest
|
|
|
1057
1057
|
}
|
|
1058
1058
|
|
|
1059
1059
|
// src/components/interaction/Button/Button.module.css
|
|
1060
|
-
var Button_default = {"button":"
|
|
1060
|
+
var Button_default = {"button":"bds126Button-button","--default":"bds126Button---default","--outline":"bds126Button---outline","--ghost":"bds126Button---ghost","--size_small":"bds126Button---size_small","--size_medium":"bds126Button---size_medium","--size_large":"bds126Button---size_large","--hasPulse":"bds126Button---hasPulse","iconStart":"bds126Button-iconStart","iconEnd":"bds126Button-iconEnd"};
|
|
1061
1061
|
|
|
1062
1062
|
// src/components/interaction/Button/Button.tsx
|
|
1063
1063
|
var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
|
|
@@ -1172,7 +1172,7 @@ function installInvokerCommandsPolyfill() {
|
|
|
1172
1172
|
}
|
|
1173
1173
|
|
|
1174
1174
|
// src/components/interaction/Command/Command.module.css
|
|
1175
|
-
var Command_default = {"dialog":"
|
|
1175
|
+
var Command_default = {"dialog":"bds126Command-dialog","palette":"bds126Command-palette","searchRow":"bds126Command-searchRow","searchIcon":"bds126Command-searchIcon","search":"bds126Command-search","escHint":"bds126Command-escHint","list":"bds126Command-list","groupList":"bds126Command-groupList","group":"bds126Command-group","item":"bds126Command-item","itemActive":"bds126Command-itemActive","itemLabel":"bds126Command-itemLabel","itemDesc":"bds126Command-itemDesc","shortcut":"bds126Command-shortcut","empty":"bds126Command-empty"};
|
|
1176
1176
|
|
|
1177
1177
|
// src/components/interaction/Command/Command.tsx
|
|
1178
1178
|
var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
|
|
@@ -1349,7 +1349,7 @@ function Command({
|
|
|
1349
1349
|
var import_react7 = require("react");
|
|
1350
1350
|
|
|
1351
1351
|
// src/components/interaction/Dialog/Dialog.module.css
|
|
1352
|
-
var Dialog_default = {"dialog":"
|
|
1352
|
+
var Dialog_default = {"dialog":"bds126Dialog-dialog","dialogContent":"bds126Dialog-dialogContent","closeButton":"bds126Dialog-closeButton"};
|
|
1353
1353
|
|
|
1354
1354
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1355
1355
|
var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
|
|
@@ -1455,7 +1455,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
|
|
|
1455
1455
|
var import_react8 = require("react");
|
|
1456
1456
|
|
|
1457
1457
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1458
|
-
var Drawer_default = {"drawer":"
|
|
1458
|
+
var Drawer_default = {"drawer":"bds126Drawer-drawer","--side_left":"bds126Drawer---side_left","header":"bds126Drawer-header","closeButton":"bds126Drawer-closeButton","body":"bds126Drawer-body"};
|
|
1459
1459
|
|
|
1460
1460
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1461
1461
|
var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
|
|
@@ -1556,7 +1556,7 @@ function Drawer({
|
|
|
1556
1556
|
var import_react9 = require("react");
|
|
1557
1557
|
|
|
1558
1558
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1559
|
-
var DropdownMenu_default = {"wrapper":"
|
|
1559
|
+
var DropdownMenu_default = {"wrapper":"bds126DropdownMenu-wrapper","menu":"bds126DropdownMenu-menu","--placement_bottom-start":"bds126DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds126DropdownMenu---placement_bottom-end","separator":"bds126DropdownMenu-separator","item":"bds126DropdownMenu-item","icon":"bds126DropdownMenu-icon"};
|
|
1560
1560
|
|
|
1561
1561
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1562
1562
|
var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
|
|
@@ -1670,7 +1670,7 @@ function DropdownMenu({
|
|
|
1670
1670
|
var import_react10 = require("react");
|
|
1671
1671
|
|
|
1672
1672
|
// src/components/interaction/Popover/Popover.module.css
|
|
1673
|
-
var Popover_default = {"wrapper":"
|
|
1673
|
+
var Popover_default = {"wrapper":"bds126Popover-wrapper","panel":"bds126Popover-panel","g":"bds126Popover-g"};
|
|
1674
1674
|
|
|
1675
1675
|
// src/components/interaction/Popover/Popover.tsx
|
|
1676
1676
|
var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
|
|
@@ -1755,7 +1755,7 @@ function Popover({
|
|
|
1755
1755
|
}
|
|
1756
1756
|
|
|
1757
1757
|
// src/components/interaction/Rating/Rating.module.css
|
|
1758
|
-
var Rating_default = {"rating":"
|
|
1758
|
+
var Rating_default = {"rating":"bds126Rating-rating","star":"bds126Rating-star","--filled":"bds126Rating---filled"};
|
|
1759
1759
|
|
|
1760
1760
|
// src/components/interaction/Rating/Rating.tsx
|
|
1761
1761
|
var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
|
|
@@ -1787,13 +1787,18 @@ function Rating({ value, max = 5, className, ...rest }) {
|
|
|
1787
1787
|
var import_react11 = require("react");
|
|
1788
1788
|
|
|
1789
1789
|
// src/components/interaction/Toast/Toast.module.css
|
|
1790
|
-
var Toast_default = {"toastContainer":"
|
|
1790
|
+
var Toast_default = {"toastContainer":"bds126Toast-toastContainer","toast":"bds126Toast-toast","--variant_success":"bds126Toast---variant_success","--variant_warning":"bds126Toast---variant_warning","--variant_info":"bds126Toast---variant_info","--variant_error":"bds126Toast---variant_error","message":"bds126Toast-message","closeButton":"bds126Toast-closeButton"};
|
|
1791
1791
|
|
|
1792
1792
|
// src/components/interaction/Toast/Toast.tsx
|
|
1793
1793
|
var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
|
|
1794
1794
|
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
1795
|
-
var
|
|
1795
|
+
var _ToastContext;
|
|
1796
|
+
function getToastContext() {
|
|
1797
|
+
_ToastContext ??= (0, import_react11.createContext)(void 0);
|
|
1798
|
+
return _ToastContext;
|
|
1799
|
+
}
|
|
1796
1800
|
function ToastProvider({ children }) {
|
|
1801
|
+
const ToastContext = getToastContext();
|
|
1797
1802
|
const [toasts, setToasts] = (0, import_react11.useState)([]);
|
|
1798
1803
|
const containerRef = (0, import_react11.useRef)(null);
|
|
1799
1804
|
const showToast = (0, import_react11.useCallback)((message, variant) => {
|
|
@@ -1849,7 +1854,7 @@ function ToastItem({ toast, onRemove }) {
|
|
|
1849
1854
|
] });
|
|
1850
1855
|
}
|
|
1851
1856
|
function useToast() {
|
|
1852
|
-
const context = (0, import_react11.useContext)(
|
|
1857
|
+
const context = (0, import_react11.useContext)(getToastContext());
|
|
1853
1858
|
if (!context) {
|
|
1854
1859
|
throw new Error("useToast must be used within a ToastProvider");
|
|
1855
1860
|
}
|
|
@@ -1860,10 +1865,10 @@ function useToast() {
|
|
|
1860
1865
|
var import_react12 = require("react");
|
|
1861
1866
|
|
|
1862
1867
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1863
|
-
var Checkbox_default = {"checkboxGroup":"
|
|
1868
|
+
var Checkbox_default = {"checkboxGroup":"bds126Checkbox-checkboxGroup","inputWrapper":"bds126Checkbox-inputWrapper","checkbox":"bds126Checkbox-checkbox","checkboxError":"bds126Checkbox-checkboxError"};
|
|
1864
1869
|
|
|
1865
1870
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1866
|
-
var Message_default = {"error":"
|
|
1871
|
+
var Message_default = {"error":"bds126Message-error","hint":"bds126Message-hint"};
|
|
1867
1872
|
|
|
1868
1873
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1869
1874
|
var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
|
|
@@ -1874,7 +1879,7 @@ var Message = ({ message, type, inputId, className }) => {
|
|
|
1874
1879
|
};
|
|
1875
1880
|
|
|
1876
1881
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1877
|
-
var Label_default = {"label":"
|
|
1882
|
+
var Label_default = {"label":"bds126Label-label"};
|
|
1878
1883
|
|
|
1879
1884
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1880
1885
|
var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
|
|
@@ -1887,7 +1892,7 @@ var Label = ({ label, id, className }) => {
|
|
|
1887
1892
|
var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
|
|
1888
1893
|
|
|
1889
1894
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1890
|
-
var InputContainer_default = {"container":"
|
|
1895
|
+
var InputContainer_default = {"container":"bds126InputContainer-container"};
|
|
1891
1896
|
|
|
1892
1897
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1893
1898
|
var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
|
|
@@ -1928,7 +1933,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
|
|
|
1928
1933
|
var import_react13 = require("react");
|
|
1929
1934
|
|
|
1930
1935
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
|
|
1931
|
-
var CheckboxGroup_default = {"group":"
|
|
1936
|
+
var CheckboxGroup_default = {"group":"bds126CheckboxGroup-group","legend":"bds126CheckboxGroup-legend","required":"bds126CheckboxGroup-required","items":"bds126CheckboxGroup-items"};
|
|
1932
1937
|
|
|
1933
1938
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
|
|
1934
1939
|
var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
|
|
@@ -1970,7 +1975,7 @@ function CheckboxGroup({
|
|
|
1970
1975
|
var import_react14 = require("react");
|
|
1971
1976
|
|
|
1972
1977
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1973
|
-
var Combobox_default = {"formGroup":"
|
|
1978
|
+
var Combobox_default = {"formGroup":"bds126Combobox-formGroup","inputWrapper":"bds126Combobox-inputWrapper","input":"bds126Combobox-input","inputError":"bds126Combobox-inputError","chevron":"bds126Combobox-chevron","listbox":"bds126Combobox-listbox","option":"bds126Combobox-option","--highlighted":"bds126Combobox---highlighted","--selected":"bds126Combobox---selected","--disabled":"bds126Combobox---disabled"};
|
|
1974
1979
|
|
|
1975
1980
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1976
1981
|
var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
|
|
@@ -2121,7 +2126,7 @@ function Combobox({
|
|
|
2121
2126
|
var import_react15 = require("react");
|
|
2122
2127
|
|
|
2123
2128
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
2124
|
-
var FileInput_default = {"formGroup":"
|
|
2129
|
+
var FileInput_default = {"formGroup":"bds126FileInput-formGroup","fieldLabel":"bds126FileInput-fieldLabel","dropZone":"bds126FileInput-dropZone","isDragging":"bds126FileInput-isDragging","hasError":"bds126FileInput-hasError","isDisabled":"bds126FileInput-isDisabled","icon":"bds126FileInput-icon","prompt":"bds126FileInput-prompt","acceptHint":"bds126FileInput-acceptHint","hiddenInput":"bds126FileInput-hiddenInput"};
|
|
2125
2130
|
|
|
2126
2131
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
2127
2132
|
var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
|
|
@@ -2222,7 +2227,7 @@ function FileInput({
|
|
|
2222
2227
|
var import_react16 = require("react");
|
|
2223
2228
|
|
|
2224
2229
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
2225
|
-
var FormInput_default = {"formGroup":"
|
|
2230
|
+
var FormInput_default = {"formGroup":"bds126FormInput-formGroup","input":"bds126FormInput-input","inputError":"bds126FormInput-inputError"};
|
|
2226
2231
|
|
|
2227
2232
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
2228
2233
|
var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
|
|
@@ -2266,7 +2271,7 @@ function FormInput({
|
|
|
2266
2271
|
var import_react17 = require("react");
|
|
2267
2272
|
|
|
2268
2273
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
2269
|
-
var NumberInput_default = {"formGroup":"
|
|
2274
|
+
var NumberInput_default = {"formGroup":"bds126NumberInput-formGroup","inputRow":"bds126NumberInput-inputRow","input":"bds126NumberInput-input","inputError":"bds126NumberInput-inputError","stepper":"bds126NumberInput-stepper"};
|
|
2270
2275
|
|
|
2271
2276
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
2272
2277
|
var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
|
|
@@ -2371,7 +2376,7 @@ function NumberInput({
|
|
|
2371
2376
|
var import_react18 = require("react");
|
|
2372
2377
|
|
|
2373
2378
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
2374
|
-
var Radio_default = {"radioGroup":"
|
|
2379
|
+
var Radio_default = {"radioGroup":"bds126Radio-radioGroup","inputWrapper":"bds126Radio-inputWrapper","textWrapper":"bds126Radio-textWrapper","description":"bds126Radio-description","radio":"bds126Radio-radio","radioError":"bds126Radio-radioError"};
|
|
2375
2380
|
|
|
2376
2381
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
2377
2382
|
var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
|
|
@@ -2409,7 +2414,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
|
|
|
2409
2414
|
var import_react19 = require("react");
|
|
2410
2415
|
|
|
2411
2416
|
// src/components/interaction/form/RadioGroup/RadioGroup.module.css
|
|
2412
|
-
var RadioGroup_default = {"group":"
|
|
2417
|
+
var RadioGroup_default = {"group":"bds126RadioGroup-group","legend":"bds126RadioGroup-legend","required":"bds126RadioGroup-required","items":"bds126RadioGroup-items"};
|
|
2413
2418
|
|
|
2414
2419
|
// src/components/interaction/form/RadioGroup/RadioGroup.tsx
|
|
2415
2420
|
var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
|
|
@@ -2451,7 +2456,7 @@ function RadioGroup({
|
|
|
2451
2456
|
var import_react20 = require("react");
|
|
2452
2457
|
|
|
2453
2458
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
|
|
2454
|
-
var SegmentedControl_default = {"control":"
|
|
2459
|
+
var SegmentedControl_default = {"control":"bds126SegmentedControl-control","thumb":"bds126SegmentedControl-thumb","indicator":"bds126SegmentedControl-indicator","item":"bds126SegmentedControl-item","--active":"bds126SegmentedControl---active","--disabled":"bds126SegmentedControl---disabled","--size_small":"bds126SegmentedControl---size_small","--size_large":"bds126SegmentedControl---size_large","--variant_outline":"bds126SegmentedControl---variant_outline"};
|
|
2455
2460
|
|
|
2456
2461
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
|
|
2457
2462
|
var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
|
|
@@ -2507,7 +2512,7 @@ function SegmentedControl({
|
|
|
2507
2512
|
var import_react21 = require("react");
|
|
2508
2513
|
|
|
2509
2514
|
// src/components/interaction/form/Select/Select.module.css
|
|
2510
|
-
var Select_default = {"formGroup":"
|
|
2515
|
+
var Select_default = {"formGroup":"bds126Select-formGroup","selectWrapper":"bds126Select-selectWrapper","select":"bds126Select-select","selectError":"bds126Select-selectError","chevron":"bds126Select-chevron"};
|
|
2511
2516
|
|
|
2512
2517
|
// src/components/interaction/form/Select/Select.tsx
|
|
2513
2518
|
var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
|
|
@@ -2558,7 +2563,7 @@ function Select({
|
|
|
2558
2563
|
var import_react22 = require("react");
|
|
2559
2564
|
|
|
2560
2565
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2561
|
-
var Slider_default = {"formGroup":"
|
|
2566
|
+
var Slider_default = {"formGroup":"bds126Slider-formGroup","labelRow":"bds126Slider-labelRow","value":"bds126Slider-value","slider":"bds126Slider-slider","sliderError":"bds126Slider-sliderError"};
|
|
2562
2567
|
|
|
2563
2568
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2564
2569
|
var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
|
|
@@ -2620,7 +2625,7 @@ function Slider({
|
|
|
2620
2625
|
var import_react23 = require("react");
|
|
2621
2626
|
|
|
2622
2627
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2623
|
-
var Switch_default = {"switchGroup":"
|
|
2628
|
+
var Switch_default = {"switchGroup":"bds126Switch-switchGroup","--size_small":"bds126Switch---size_small","--size_medium":"bds126Switch---size_medium","--size_large":"bds126Switch---size_large","inputWrapper":"bds126Switch-inputWrapper","trackWrapper":"bds126Switch-trackWrapper","switch":"bds126Switch-switch","track":"bds126Switch-track","thumb":"bds126Switch-thumb","switchError":"bds126Switch-switchError"};
|
|
2624
2629
|
|
|
2625
2630
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2626
2631
|
var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
|
|
@@ -2668,7 +2673,7 @@ function Switch({
|
|
|
2668
2673
|
var import_react24 = require("react");
|
|
2669
2674
|
|
|
2670
2675
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2671
|
-
var Textarea_default = {"formGroup":"
|
|
2676
|
+
var Textarea_default = {"formGroup":"bds126Textarea-formGroup","textarea":"bds126Textarea-textarea","textareaError":"bds126Textarea-textareaError"};
|
|
2672
2677
|
|
|
2673
2678
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2674
2679
|
var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
|
|
@@ -2707,7 +2712,7 @@ function Textarea({
|
|
|
2707
2712
|
}
|
|
2708
2713
|
|
|
2709
2714
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2710
|
-
var ButtonGroup_default = {"buttonGroup":"
|
|
2715
|
+
var ButtonGroup_default = {"buttonGroup":"bds126ButtonGroup-buttonGroup","container":"bds126ButtonGroup-container","--variant_card":"bds126ButtonGroup---variant_card","--variant_flow":"bds126ButtonGroup---variant_flow","--variant_modal":"bds126ButtonGroup---variant_modal","--variant_content":"bds126ButtonGroup---variant_content","--variant_grid":"bds126ButtonGroup---variant_grid"};
|
|
2711
2716
|
|
|
2712
2717
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2713
2718
|
var import_design_system_foundation47 = require("@boostdev/design-system-foundation");
|
|
@@ -2725,7 +2730,7 @@ function ButtonGroup({ children, className, variant, ...rest }) {
|
|
|
2725
2730
|
}
|
|
2726
2731
|
|
|
2727
2732
|
// src/components/layout/Card/Card.module.css
|
|
2728
|
-
var Card_default = {"card":"
|
|
2733
|
+
var Card_default = {"card":"bds126Card-card","--default":"bds126Card---default","--elevated":"bds126Card---elevated","--outlined":"bds126Card---outlined","--clickable":"bds126Card---clickable","--padding-none":"bds126Card---padding-none","--padding-small":"bds126Card---padding-small","--padding-medium":"bds126Card---padding-medium","--padding-large":"bds126Card---padding-large","--text-start":"bds126Card---text-start","--text-center":"bds126Card---text-center","--text-end":"bds126Card---text-end"};
|
|
2729
2734
|
|
|
2730
2735
|
// src/components/layout/Card/Card.tsx
|
|
2731
2736
|
var import_design_system_foundation48 = require("@boostdev/design-system-foundation");
|
|
@@ -2761,7 +2766,7 @@ function Card({
|
|
|
2761
2766
|
}
|
|
2762
2767
|
|
|
2763
2768
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
2764
|
-
var SectionHeader_default = {"sectionHeader":"
|
|
2769
|
+
var SectionHeader_default = {"sectionHeader":"bds126SectionHeader-sectionHeader","title":"bds126SectionHeader-title","subtitle":"bds126SectionHeader-subtitle","--start":"bds126SectionHeader---start","--center":"bds126SectionHeader---center","--end":"bds126SectionHeader---end","--medium":"bds126SectionHeader---medium","--xs":"bds126SectionHeader---xs","--small":"bds126SectionHeader---small","--large":"bds126SectionHeader---large"};
|
|
2765
2770
|
|
|
2766
2771
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
2767
2772
|
var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
|
|
@@ -2783,7 +2788,7 @@ function SectionHeader({
|
|
|
2783
2788
|
}
|
|
2784
2789
|
|
|
2785
2790
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
2786
|
-
var IconWrapper_default = {"wrapper":"
|
|
2791
|
+
var IconWrapper_default = {"wrapper":"bds126IconWrapper-wrapper"};
|
|
2787
2792
|
|
|
2788
2793
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
2789
2794
|
var import_design_system_foundation50 = require("@boostdev/design-system-foundation");
|