@boostdev/design-system-components 2.0.0 → 2.1.0
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/README.md +2 -1
- package/dist/client.cjs +52 -50
- package/dist/client.css +536 -523
- package/dist/client.d.cts +3 -1
- package/dist/client.d.ts +3 -1
- package/dist/client.js +52 -50
- package/dist/index.cjs +52 -50
- package/dist/index.css +536 -523
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +52 -50
- package/dist/native/index.cjs +5 -2
- package/dist/native/index.d.cts +3 -1
- package/dist/native/index.d.ts +3 -1
- package/dist/native/index.js +5 -2
- package/dist/web-components/{chunk-3REOIRDW.js → chunk-N3TN6WCH.js} +26 -1
- package/dist/web-components/index.js +1 -1
- package/dist/web-components/interaction/bds-button.d.ts +7 -0
- package/dist/web-components/interaction/bds-button.js +1 -1
- package/package.json +1 -1
- package/src/components/interaction/Button/Button.mdx +81 -36
- package/src/components/interaction/Button/Button.module.css +24 -0
- package/src/components/interaction/Button/Button.native.mdx +31 -12
- package/src/components/interaction/Button/Button.native.spec.tsx +20 -0
- package/src/components/interaction/Button/Button.native.stories.tsx +110 -9
- package/src/components/interaction/Button/Button.native.tsx +13 -4
- package/src/components/interaction/Button/Button.spec.tsx +16 -0
- package/src/components/interaction/Button/Button.stories.tsx +134 -16
- package/src/components/interaction/Button/Button.tsx +4 -0
- package/src/components/layout/IconWrapper/IconWrapper.stories.tsx +46 -14
- package/src/web-components/interaction/BdsButton.mdx +46 -14
- package/src/web-components/interaction/BdsButton.stories.tsx +171 -19
- package/src/web-components/interaction/bds-button.spec.ts +35 -0
- package/src/web-components/interaction/bds-button.ts +28 -1
package/dist/index.cjs
CHANGED
|
@@ -87,7 +87,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
87
87
|
var import_react = require("react");
|
|
88
88
|
|
|
89
89
|
// src/components/ui/Accordion/Accordion.module.css
|
|
90
|
-
var Accordion_default = {"component":"
|
|
90
|
+
var Accordion_default = {"component":"bds210Accordion-component","accordion":"bds210Accordion-accordion","item":"bds210Accordion-item","heading":"bds210Accordion-heading","trigger":"bds210Accordion-trigger","triggerLabel":"bds210Accordion-triggerLabel","chevron":"bds210Accordion-chevron","--open":"bds210Accordion---open","panel":"bds210Accordion-panel","panelContent":"bds210Accordion-panelContent"};
|
|
91
91
|
|
|
92
92
|
// src/components/ui/Accordion/Accordion.tsx
|
|
93
93
|
var import_design_system_foundation = require("@boostdev/design-system-foundation");
|
|
@@ -156,7 +156,7 @@ function Accordion({
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
// src/components/ui/Alert/Alert.module.css
|
|
159
|
-
var Alert_default = {"component":"
|
|
159
|
+
var Alert_default = {"component":"bds210Alert-component","alert":"bds210Alert-alert","--variant_info":"bds210Alert---variant_info","--variant_success":"bds210Alert---variant_success","--variant_warning":"bds210Alert---variant_warning","--variant_error":"bds210Alert---variant_error","icon":"bds210Alert-icon","content":"bds210Alert-content","title":"bds210Alert-title","dismiss":"bds210Alert-dismiss"};
|
|
160
160
|
|
|
161
161
|
// src/components/ui/Alert/Alert.tsx
|
|
162
162
|
var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
|
|
@@ -201,7 +201,7 @@ function Alert({
|
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
// src/components/ui/Avatar/Avatar.module.css
|
|
204
|
-
var Avatar_default = {"component":"
|
|
204
|
+
var Avatar_default = {"component":"bds210Avatar-component","avatar":"bds210Avatar-avatar","--fallback":"bds210Avatar---fallback","--size_small":"bds210Avatar---size_small","--size_medium":"bds210Avatar---size_medium","--size_large":"bds210Avatar---size_large","image":"bds210Avatar-image","initials":"bds210Avatar-initials"};
|
|
205
205
|
|
|
206
206
|
// src/components/ui/Avatar/Avatar.tsx
|
|
207
207
|
var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
|
|
@@ -228,7 +228,7 @@ function Avatar({ src, alt, name, size = "medium", className, ...rest }) {
|
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
// src/components/ui/Badge/Badge.module.css
|
|
231
|
-
var Badge_default = {"component":"
|
|
231
|
+
var Badge_default = {"component":"bds210Badge-component","badge":"bds210Badge-badge","--variant_primary":"bds210Badge---variant_primary","--variant_secondary":"bds210Badge---variant_secondary","--variant_success":"bds210Badge---variant_success","--variant_error":"bds210Badge---variant_error","--variant_warning":"bds210Badge---variant_warning"};
|
|
232
232
|
|
|
233
233
|
// src/components/ui/Badge/Badge.tsx
|
|
234
234
|
var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
|
|
@@ -238,7 +238,7 @@ function Badge({ children, variant = "primary", className, ...rest }) {
|
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
// src/components/ui/Breadcrumb/Breadcrumb.module.css
|
|
241
|
-
var Breadcrumb_default = {"component":"
|
|
241
|
+
var Breadcrumb_default = {"component":"bds210Breadcrumb-component","breadcrumb":"bds210Breadcrumb-breadcrumb","list":"bds210Breadcrumb-list","item":"bds210Breadcrumb-item","link":"bds210Breadcrumb-link","separator":"bds210Breadcrumb-separator","current":"bds210Breadcrumb-current"};
|
|
242
242
|
|
|
243
243
|
// src/components/ui/Breadcrumb/Breadcrumb.tsx
|
|
244
244
|
var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
|
|
@@ -254,7 +254,7 @@ function Breadcrumb({ items, className, ...rest }) {
|
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
// src/components/ui/Collapsible/Collapsible.module.css
|
|
257
|
-
var Collapsible_default = {"component":"
|
|
257
|
+
var Collapsible_default = {"component":"bds210Collapsible-component","collapsible":"bds210Collapsible-collapsible","summary":"bds210Collapsible-summary","summaryContent":"bds210Collapsible-summaryContent","icon":"bds210Collapsible-icon","content":"bds210Collapsible-content"};
|
|
258
258
|
|
|
259
259
|
// src/components/ui/Collapsible/Collapsible.tsx
|
|
260
260
|
var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
|
|
@@ -295,7 +295,7 @@ function Collapsible({
|
|
|
295
295
|
var import_react2 = require("react");
|
|
296
296
|
|
|
297
297
|
// src/components/ui/Calendar/Calendar.module.css
|
|
298
|
-
var Calendar_default = {"component":"
|
|
298
|
+
var Calendar_default = {"component":"bds210Calendar-component","calendar":"bds210Calendar-calendar","header":"bds210Calendar-header","monthYear":"bds210Calendar-monthYear","navBtn":"bds210Calendar-navBtn","grid":"bds210Calendar-grid","weekday":"bds210Calendar-weekday","empty":"bds210Calendar-empty","day":"bds210Calendar-day","disabled":"bds210Calendar-disabled","selected":"bds210Calendar-selected","today":"bds210Calendar-today"};
|
|
299
299
|
|
|
300
300
|
// src/components/ui/Calendar/Calendar.tsx
|
|
301
301
|
var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
|
|
@@ -470,7 +470,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className, ...rest
|
|
|
470
470
|
var import_react3 = require("react");
|
|
471
471
|
|
|
472
472
|
// src/components/ui/Carousel/Carousel.module.css
|
|
473
|
-
var Carousel_default = {"component":"
|
|
473
|
+
var Carousel_default = {"component":"bds210Carousel-component","carousel":"bds210Carousel-carousel","track":"bds210Carousel-track","slide":"bds210Carousel-slide","navBtn":"bds210Carousel-navBtn"};
|
|
474
474
|
|
|
475
475
|
// src/components/ui/Carousel/Carousel.tsx
|
|
476
476
|
var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
|
|
@@ -523,7 +523,7 @@ function Carousel({ items, label, className, ...rest }) {
|
|
|
523
523
|
}
|
|
524
524
|
|
|
525
525
|
// src/components/ui/DescriptionList/DescriptionList.module.css
|
|
526
|
-
var DescriptionList_default = {"component":"
|
|
526
|
+
var DescriptionList_default = {"component":"bds210DescriptionList-component","list":"bds210DescriptionList-list","group":"bds210DescriptionList-group","term":"bds210DescriptionList-term","details":"bds210DescriptionList-details","--layout_inline":"bds210DescriptionList---layout_inline"};
|
|
527
527
|
|
|
528
528
|
// src/components/ui/DescriptionList/DescriptionList.tsx
|
|
529
529
|
var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
|
|
@@ -536,7 +536,7 @@ function DescriptionList({ items, layout = "stacked", className, ...rest }) {
|
|
|
536
536
|
}
|
|
537
537
|
|
|
538
538
|
// src/components/ui/Link/Link.module.css
|
|
539
|
-
var Link_default = {"component":"
|
|
539
|
+
var Link_default = {"component":"bds210Link-component","link":"bds210Link-link","--variant_default":"bds210Link---variant_default","--variant_subtle":"bds210Link---variant_subtle","--variant_standalone":"bds210Link---variant_standalone","externalLabel":"bds210Link-externalLabel"};
|
|
540
540
|
|
|
541
541
|
// src/components/ui/Link/Link.tsx
|
|
542
542
|
var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
|
|
@@ -567,7 +567,7 @@ function Link({
|
|
|
567
567
|
}
|
|
568
568
|
|
|
569
569
|
// src/components/ui/Loading/Loading.module.css
|
|
570
|
-
var Loading_default = {"component":"
|
|
570
|
+
var Loading_default = {"component":"bds210Loading-component","loading":"bds210Loading-loading","spinner":"bds210Loading-spinner","--size_small":"bds210Loading---size_small","--size_large":"bds210Loading---size_large"};
|
|
571
571
|
|
|
572
572
|
// src/components/ui/Loading/Loading.tsx
|
|
573
573
|
var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
|
|
@@ -577,7 +577,7 @@ function Loading({ size = "medium", className, ...rest }) {
|
|
|
577
577
|
}
|
|
578
578
|
|
|
579
579
|
// src/components/ui/NotificationBanner/NotificationBanner.module.css
|
|
580
|
-
var NotificationBanner_default = {"component":"
|
|
580
|
+
var NotificationBanner_default = {"component":"bds210NotificationBanner-component","banner":"bds210NotificationBanner-banner","--variant_info":"bds210NotificationBanner---variant_info","--variant_success":"bds210NotificationBanner---variant_success","--variant_warning":"bds210NotificationBanner---variant_warning","--variant_error":"bds210NotificationBanner---variant_error","content":"bds210NotificationBanner-content","action":"bds210NotificationBanner-action","dismiss":"bds210NotificationBanner-dismiss"};
|
|
581
581
|
|
|
582
582
|
// src/components/ui/NotificationBanner/NotificationBanner.tsx
|
|
583
583
|
var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
|
|
@@ -618,7 +618,7 @@ function NotificationBanner({
|
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
// src/components/ui/Pagination/Pagination.module.css
|
|
621
|
-
var Pagination_default = {"component":"
|
|
621
|
+
var Pagination_default = {"component":"bds210Pagination-component","pagination":"bds210Pagination-pagination","list":"bds210Pagination-list","button":"bds210Pagination-button","--active":"bds210Pagination---active","--nav":"bds210Pagination---nav","ellipsis":"bds210Pagination-ellipsis"};
|
|
622
622
|
|
|
623
623
|
// src/components/ui/Pagination/Pagination.tsx
|
|
624
624
|
var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
|
|
@@ -683,7 +683,7 @@ function Pagination({
|
|
|
683
683
|
}
|
|
684
684
|
|
|
685
685
|
// src/components/ui/Progress/Progress.module.css
|
|
686
|
-
var Progress_default = {"component":"
|
|
686
|
+
var Progress_default = {"component":"bds210Progress-component","container":"bds210Progress-container","labelRow":"bds210Progress-labelRow","value":"bds210Progress-value","track":"bds210Progress-track","--size_small":"bds210Progress---size_small","--size_medium":"bds210Progress---size_medium","--size_large":"bds210Progress---size_large","fill":"bds210Progress-fill"};
|
|
687
687
|
|
|
688
688
|
// src/components/ui/Progress/Progress.tsx
|
|
689
689
|
var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
|
|
@@ -722,7 +722,7 @@ function Progress({
|
|
|
722
722
|
}
|
|
723
723
|
|
|
724
724
|
// src/components/ui/ProgressCircle/ProgressCircle.module.css
|
|
725
|
-
var ProgressCircle_default = {"component":"
|
|
725
|
+
var ProgressCircle_default = {"component":"bds210ProgressCircle-component","wrapper":"bds210ProgressCircle-wrapper","svg":"bds210ProgressCircle-svg","track":"bds210ProgressCircle-track","fill":"bds210ProgressCircle-fill","value":"bds210ProgressCircle-value","--size_small":"bds210ProgressCircle---size_small","--size_medium":"bds210ProgressCircle---size_medium","--size_large":"bds210ProgressCircle---size_large"};
|
|
726
726
|
|
|
727
727
|
// src/components/ui/ProgressCircle/ProgressCircle.tsx
|
|
728
728
|
var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
|
|
@@ -803,7 +803,7 @@ function ProgressCircle({
|
|
|
803
803
|
}
|
|
804
804
|
|
|
805
805
|
// src/components/ui/Separator/Separator.module.css
|
|
806
|
-
var Separator_default = {"component":"
|
|
806
|
+
var Separator_default = {"component":"bds210Separator-component","separator":"bds210Separator-separator","--horizontal":"bds210Separator---horizontal","--vertical":"bds210Separator---vertical"};
|
|
807
807
|
|
|
808
808
|
// src/components/ui/Separator/Separator.tsx
|
|
809
809
|
var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
|
|
@@ -827,7 +827,7 @@ function Separator({ orientation = "horizontal", className, ...rest }) {
|
|
|
827
827
|
var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
|
|
828
828
|
|
|
829
829
|
// src/components/ui/Skeleton/Skeleton.module.css
|
|
830
|
-
var Skeleton_default = {"component":"
|
|
830
|
+
var Skeleton_default = {"component":"bds210Skeleton-component","skeleton":"bds210Skeleton-skeleton"};
|
|
831
831
|
|
|
832
832
|
// src/components/ui/Skeleton/Skeleton.tsx
|
|
833
833
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
@@ -836,7 +836,7 @@ function Skeleton({ className, ...rest }) {
|
|
|
836
836
|
}
|
|
837
837
|
|
|
838
838
|
// src/components/ui/SkipLink/SkipLink.module.css
|
|
839
|
-
var SkipLink_default = {"component":"
|
|
839
|
+
var SkipLink_default = {"component":"bds210SkipLink-component","skipLink":"bds210SkipLink-skipLink"};
|
|
840
840
|
|
|
841
841
|
// src/components/ui/SkipLink/SkipLink.tsx
|
|
842
842
|
var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
|
|
@@ -846,7 +846,7 @@ function SkipLink({ href = "#main", children = "Skip to main content", className
|
|
|
846
846
|
}
|
|
847
847
|
|
|
848
848
|
// src/components/ui/Table/Table.module.css
|
|
849
|
-
var Table_default = {"component":"
|
|
849
|
+
var Table_default = {"component":"bds210Table-component","wrapper":"bds210Table-wrapper","table":"bds210Table-table","caption":"bds210Table-caption","thead":"bds210Table-thead","th":"bds210Table-th","--sortable":"bds210Table---sortable","sortButton":"bds210Table-sortButton","sortIcon":"bds210Table-sortIcon","--sort-active":"bds210Table---sort-active","--sort-desc":"bds210Table---sort-desc","tbody":"bds210Table-tbody","tr":"bds210Table-tr","td":"bds210Table-td"};
|
|
850
850
|
|
|
851
851
|
// src/components/ui/Table/Table.tsx
|
|
852
852
|
var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
|
|
@@ -916,7 +916,7 @@ function Table({
|
|
|
916
916
|
var import_react4 = require("react");
|
|
917
917
|
|
|
918
918
|
// src/components/ui/Tabs/Tabs.module.css
|
|
919
|
-
var Tabs_default = {"component":"
|
|
919
|
+
var Tabs_default = {"component":"bds210Tabs-component","tabs":"bds210Tabs-tabs","tabList":"bds210Tabs-tabList","tab":"bds210Tabs-tab","--active":"bds210Tabs---active","panel":"bds210Tabs-panel"};
|
|
920
920
|
|
|
921
921
|
// src/components/ui/Tabs/Tabs.tsx
|
|
922
922
|
var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
|
|
@@ -996,7 +996,7 @@ function Tabs({ tabs, defaultTab, className, ...rest }) {
|
|
|
996
996
|
var import_react5 = require("react");
|
|
997
997
|
|
|
998
998
|
// src/components/ui/Tooltip/Tooltip.module.css
|
|
999
|
-
var Tooltip_default = {"component":"
|
|
999
|
+
var Tooltip_default = {"component":"bds210Tooltip-component","wrapper":"bds210Tooltip-wrapper","tooltip":"bds210Tooltip-tooltip","--placement_top":"bds210Tooltip---placement_top","--placement_bottom":"bds210Tooltip---placement_bottom","--placement_left":"bds210Tooltip---placement_left","--placement_right":"bds210Tooltip---placement_right"};
|
|
1000
1000
|
|
|
1001
1001
|
// src/components/ui/Tooltip/Tooltip.tsx
|
|
1002
1002
|
var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
|
|
@@ -1040,7 +1040,7 @@ function Tooltip({
|
|
|
1040
1040
|
}
|
|
1041
1041
|
|
|
1042
1042
|
// src/components/ui/Typography/Typography.module.css
|
|
1043
|
-
var Typography_default = {"component":"
|
|
1043
|
+
var Typography_default = {"component":"bds210Typography-component","typography":"bds210Typography-typography","--h1":"bds210Typography---h1","--h2":"bds210Typography---h2","--h3":"bds210Typography---h3","--body":"bds210Typography---body","--body_s":"bds210Typography---body_s"};
|
|
1044
1044
|
|
|
1045
1045
|
// src/components/ui/Typography/Typography.tsx
|
|
1046
1046
|
var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
|
|
@@ -1058,7 +1058,7 @@ function Typography({ variant = "body", component, children, className, ...rest
|
|
|
1058
1058
|
}
|
|
1059
1059
|
|
|
1060
1060
|
// src/components/interaction/Button/Button.module.css
|
|
1061
|
-
var Button_default = {"component":"
|
|
1061
|
+
var Button_default = {"component":"bds210Button-component","button":"bds210Button-button","--default":"bds210Button---default","--outline":"bds210Button---outline","--ghost":"bds210Button---ghost","--size_small":"bds210Button---size_small","--size_medium":"bds210Button---size_medium","--size_large":"bds210Button---size_large","--hasPulse":"bds210Button---hasPulse","iconStart":"bds210Button-iconStart","iconEnd":"bds210Button-iconEnd","--iconOnly":"bds210Button---iconOnly"};
|
|
1062
1062
|
|
|
1063
1063
|
// src/components/interaction/Button/Button.tsx
|
|
1064
1064
|
var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
|
|
@@ -1072,6 +1072,7 @@ function Button({
|
|
|
1072
1072
|
iconEnd,
|
|
1073
1073
|
size = "medium",
|
|
1074
1074
|
hasPulse = false,
|
|
1075
|
+
isIconOnly = false,
|
|
1075
1076
|
href,
|
|
1076
1077
|
target,
|
|
1077
1078
|
rel,
|
|
@@ -1084,6 +1085,7 @@ function Button({
|
|
|
1084
1085
|
Button_default[`--${variant}`],
|
|
1085
1086
|
Button_default[`--size_${size}`],
|
|
1086
1087
|
hasPulse && Button_default["--hasPulse"],
|
|
1088
|
+
isIconOnly && Button_default["--iconOnly"],
|
|
1087
1089
|
className
|
|
1088
1090
|
);
|
|
1089
1091
|
const handleAnchorClick = (e) => {
|
|
@@ -1173,7 +1175,7 @@ function installInvokerCommandsPolyfill() {
|
|
|
1173
1175
|
}
|
|
1174
1176
|
|
|
1175
1177
|
// src/components/interaction/Command/Command.module.css
|
|
1176
|
-
var Command_default = {"component":"
|
|
1178
|
+
var Command_default = {"component":"bds210Command-component","dialog":"bds210Command-dialog","palette":"bds210Command-palette","searchRow":"bds210Command-searchRow","searchIcon":"bds210Command-searchIcon","search":"bds210Command-search","escHint":"bds210Command-escHint","list":"bds210Command-list","groupList":"bds210Command-groupList","group":"bds210Command-group","item":"bds210Command-item","itemActive":"bds210Command-itemActive","itemLabel":"bds210Command-itemLabel","itemDesc":"bds210Command-itemDesc","shortcut":"bds210Command-shortcut","empty":"bds210Command-empty"};
|
|
1177
1179
|
|
|
1178
1180
|
// src/components/interaction/Command/Command.tsx
|
|
1179
1181
|
var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
|
|
@@ -1350,7 +1352,7 @@ function Command({
|
|
|
1350
1352
|
var import_react7 = require("react");
|
|
1351
1353
|
|
|
1352
1354
|
// src/components/interaction/Dialog/Dialog.module.css
|
|
1353
|
-
var Dialog_default = {"component":"
|
|
1355
|
+
var Dialog_default = {"component":"bds210Dialog-component","dialog":"bds210Dialog-dialog","dialogContent":"bds210Dialog-dialogContent","closeButton":"bds210Dialog-closeButton"};
|
|
1354
1356
|
|
|
1355
1357
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1356
1358
|
var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
|
|
@@ -1456,7 +1458,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
|
|
|
1456
1458
|
var import_react8 = require("react");
|
|
1457
1459
|
|
|
1458
1460
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1459
|
-
var Drawer_default = {"component":"
|
|
1461
|
+
var Drawer_default = {"component":"bds210Drawer-component","drawer":"bds210Drawer-drawer","--side_left":"bds210Drawer---side_left","header":"bds210Drawer-header","closeButton":"bds210Drawer-closeButton","body":"bds210Drawer-body"};
|
|
1460
1462
|
|
|
1461
1463
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1462
1464
|
var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
|
|
@@ -1557,7 +1559,7 @@ function Drawer({
|
|
|
1557
1559
|
var import_react9 = require("react");
|
|
1558
1560
|
|
|
1559
1561
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1560
|
-
var DropdownMenu_default = {"component":"
|
|
1562
|
+
var DropdownMenu_default = {"component":"bds210DropdownMenu-component","wrapper":"bds210DropdownMenu-wrapper","menu":"bds210DropdownMenu-menu","--placement_bottom-start":"bds210DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds210DropdownMenu---placement_bottom-end","separator":"bds210DropdownMenu-separator","item":"bds210DropdownMenu-item","icon":"bds210DropdownMenu-icon"};
|
|
1561
1563
|
|
|
1562
1564
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1563
1565
|
var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
|
|
@@ -1671,7 +1673,7 @@ function DropdownMenu({
|
|
|
1671
1673
|
var import_react10 = require("react");
|
|
1672
1674
|
|
|
1673
1675
|
// src/components/interaction/Popover/Popover.module.css
|
|
1674
|
-
var Popover_default = {"component":"
|
|
1676
|
+
var Popover_default = {"component":"bds210Popover-component","wrapper":"bds210Popover-wrapper","panel":"bds210Popover-panel","g":"bds210Popover-g"};
|
|
1675
1677
|
|
|
1676
1678
|
// src/components/interaction/Popover/Popover.tsx
|
|
1677
1679
|
var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
|
|
@@ -1756,7 +1758,7 @@ function Popover({
|
|
|
1756
1758
|
}
|
|
1757
1759
|
|
|
1758
1760
|
// src/components/interaction/Rating/Rating.module.css
|
|
1759
|
-
var Rating_default = {"component":"
|
|
1761
|
+
var Rating_default = {"component":"bds210Rating-component","rating":"bds210Rating-rating","star":"bds210Rating-star","--filled":"bds210Rating---filled"};
|
|
1760
1762
|
|
|
1761
1763
|
// src/components/interaction/Rating/Rating.tsx
|
|
1762
1764
|
var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
|
|
@@ -1788,7 +1790,7 @@ function Rating({ value, max = 5, className, ...rest }) {
|
|
|
1788
1790
|
var import_react11 = require("react");
|
|
1789
1791
|
|
|
1790
1792
|
// src/components/interaction/Toast/Toast.module.css
|
|
1791
|
-
var Toast_default = {"component":"
|
|
1793
|
+
var Toast_default = {"component":"bds210Toast-component","toastContainer":"bds210Toast-toastContainer","toast":"bds210Toast-toast","--variant_success":"bds210Toast---variant_success","--variant_warning":"bds210Toast---variant_warning","--variant_info":"bds210Toast---variant_info","--variant_error":"bds210Toast---variant_error","message":"bds210Toast-message","closeButton":"bds210Toast-closeButton"};
|
|
1792
1794
|
|
|
1793
1795
|
// src/components/interaction/Toast/Toast.tsx
|
|
1794
1796
|
var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
|
|
@@ -1866,10 +1868,10 @@ function useToast() {
|
|
|
1866
1868
|
var import_react12 = require("react");
|
|
1867
1869
|
|
|
1868
1870
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1869
|
-
var Checkbox_default = {"component":"
|
|
1871
|
+
var Checkbox_default = {"component":"bds210Checkbox-component","checkboxGroup":"bds210Checkbox-checkboxGroup","inputWrapper":"bds210Checkbox-inputWrapper","checkbox":"bds210Checkbox-checkbox","checkboxError":"bds210Checkbox-checkboxError"};
|
|
1870
1872
|
|
|
1871
1873
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1872
|
-
var Message_default = {"component":"
|
|
1874
|
+
var Message_default = {"component":"bds210Message-component","error":"bds210Message-error","hint":"bds210Message-hint"};
|
|
1873
1875
|
|
|
1874
1876
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1875
1877
|
var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
|
|
@@ -1880,7 +1882,7 @@ var Message = ({ message, type, inputId, className }) => {
|
|
|
1880
1882
|
};
|
|
1881
1883
|
|
|
1882
1884
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1883
|
-
var Label_default = {"component":"
|
|
1885
|
+
var Label_default = {"component":"bds210Label-component","label":"bds210Label-label"};
|
|
1884
1886
|
|
|
1885
1887
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1886
1888
|
var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
|
|
@@ -1893,7 +1895,7 @@ var Label = ({ label, id, className }) => {
|
|
|
1893
1895
|
var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
|
|
1894
1896
|
|
|
1895
1897
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1896
|
-
var InputContainer_default = {"component":"
|
|
1898
|
+
var InputContainer_default = {"component":"bds210InputContainer-component","container":"bds210InputContainer-container"};
|
|
1897
1899
|
|
|
1898
1900
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1899
1901
|
var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
|
|
@@ -1934,7 +1936,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
|
|
|
1934
1936
|
var import_react13 = require("react");
|
|
1935
1937
|
|
|
1936
1938
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
|
|
1937
|
-
var CheckboxGroup_default = {"component":"
|
|
1939
|
+
var CheckboxGroup_default = {"component":"bds210CheckboxGroup-component","group":"bds210CheckboxGroup-group","legend":"bds210CheckboxGroup-legend","required":"bds210CheckboxGroup-required","items":"bds210CheckboxGroup-items"};
|
|
1938
1940
|
|
|
1939
1941
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
|
|
1940
1942
|
var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
|
|
@@ -1976,7 +1978,7 @@ function CheckboxGroup({
|
|
|
1976
1978
|
var import_react14 = require("react");
|
|
1977
1979
|
|
|
1978
1980
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1979
|
-
var Combobox_default = {"component":"
|
|
1981
|
+
var Combobox_default = {"component":"bds210Combobox-component","formGroup":"bds210Combobox-formGroup","inputWrapper":"bds210Combobox-inputWrapper","input":"bds210Combobox-input","inputError":"bds210Combobox-inputError","chevron":"bds210Combobox-chevron","listbox":"bds210Combobox-listbox","option":"bds210Combobox-option","--highlighted":"bds210Combobox---highlighted","--selected":"bds210Combobox---selected","--disabled":"bds210Combobox---disabled"};
|
|
1980
1982
|
|
|
1981
1983
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1982
1984
|
var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
|
|
@@ -2127,7 +2129,7 @@ function Combobox({
|
|
|
2127
2129
|
var import_react15 = require("react");
|
|
2128
2130
|
|
|
2129
2131
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
2130
|
-
var FileInput_default = {"component":"
|
|
2132
|
+
var FileInput_default = {"component":"bds210FileInput-component","formGroup":"bds210FileInput-formGroup","fieldLabel":"bds210FileInput-fieldLabel","dropZone":"bds210FileInput-dropZone","isDragging":"bds210FileInput-isDragging","hasError":"bds210FileInput-hasError","isDisabled":"bds210FileInput-isDisabled","icon":"bds210FileInput-icon","prompt":"bds210FileInput-prompt","acceptHint":"bds210FileInput-acceptHint","hiddenInput":"bds210FileInput-hiddenInput"};
|
|
2131
2133
|
|
|
2132
2134
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
2133
2135
|
var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
|
|
@@ -2228,7 +2230,7 @@ function FileInput({
|
|
|
2228
2230
|
var import_react16 = require("react");
|
|
2229
2231
|
|
|
2230
2232
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
2231
|
-
var FormInput_default = {"component":"
|
|
2233
|
+
var FormInput_default = {"component":"bds210FormInput-component","formGroup":"bds210FormInput-formGroup","input":"bds210FormInput-input","inputError":"bds210FormInput-inputError"};
|
|
2232
2234
|
|
|
2233
2235
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
2234
2236
|
var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
|
|
@@ -2272,7 +2274,7 @@ function FormInput({
|
|
|
2272
2274
|
var import_react17 = require("react");
|
|
2273
2275
|
|
|
2274
2276
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
2275
|
-
var NumberInput_default = {"component":"
|
|
2277
|
+
var NumberInput_default = {"component":"bds210NumberInput-component","formGroup":"bds210NumberInput-formGroup","inputRow":"bds210NumberInput-inputRow","input":"bds210NumberInput-input","inputError":"bds210NumberInput-inputError","stepper":"bds210NumberInput-stepper"};
|
|
2276
2278
|
|
|
2277
2279
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
2278
2280
|
var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
|
|
@@ -2377,7 +2379,7 @@ function NumberInput({
|
|
|
2377
2379
|
var import_react18 = require("react");
|
|
2378
2380
|
|
|
2379
2381
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
2380
|
-
var Radio_default = {"component":"
|
|
2382
|
+
var Radio_default = {"component":"bds210Radio-component","radioGroup":"bds210Radio-radioGroup","inputWrapper":"bds210Radio-inputWrapper","textWrapper":"bds210Radio-textWrapper","description":"bds210Radio-description","radio":"bds210Radio-radio","radioError":"bds210Radio-radioError"};
|
|
2381
2383
|
|
|
2382
2384
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
2383
2385
|
var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
|
|
@@ -2415,7 +2417,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
|
|
|
2415
2417
|
var import_react19 = require("react");
|
|
2416
2418
|
|
|
2417
2419
|
// src/components/interaction/form/RadioGroup/RadioGroup.module.css
|
|
2418
|
-
var RadioGroup_default = {"component":"
|
|
2420
|
+
var RadioGroup_default = {"component":"bds210RadioGroup-component","group":"bds210RadioGroup-group","legend":"bds210RadioGroup-legend","required":"bds210RadioGroup-required","items":"bds210RadioGroup-items"};
|
|
2419
2421
|
|
|
2420
2422
|
// src/components/interaction/form/RadioGroup/RadioGroup.tsx
|
|
2421
2423
|
var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
|
|
@@ -2457,7 +2459,7 @@ function RadioGroup({
|
|
|
2457
2459
|
var import_react20 = require("react");
|
|
2458
2460
|
|
|
2459
2461
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
|
|
2460
|
-
var SegmentedControl_default = {"component":"
|
|
2462
|
+
var SegmentedControl_default = {"component":"bds210SegmentedControl-component","control":"bds210SegmentedControl-control","thumb":"bds210SegmentedControl-thumb","indicator":"bds210SegmentedControl-indicator","item":"bds210SegmentedControl-item","--active":"bds210SegmentedControl---active","--disabled":"bds210SegmentedControl---disabled","--size_small":"bds210SegmentedControl---size_small","--size_large":"bds210SegmentedControl---size_large","--variant_outline":"bds210SegmentedControl---variant_outline"};
|
|
2461
2463
|
|
|
2462
2464
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
|
|
2463
2465
|
var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
|
|
@@ -2513,7 +2515,7 @@ function SegmentedControl({
|
|
|
2513
2515
|
var import_react21 = require("react");
|
|
2514
2516
|
|
|
2515
2517
|
// src/components/interaction/form/Select/Select.module.css
|
|
2516
|
-
var Select_default = {"component":"
|
|
2518
|
+
var Select_default = {"component":"bds210Select-component","formGroup":"bds210Select-formGroup","selectWrapper":"bds210Select-selectWrapper","select":"bds210Select-select","selectError":"bds210Select-selectError","chevron":"bds210Select-chevron"};
|
|
2517
2519
|
|
|
2518
2520
|
// src/components/interaction/form/Select/Select.tsx
|
|
2519
2521
|
var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
|
|
@@ -2564,7 +2566,7 @@ function Select({
|
|
|
2564
2566
|
var import_react22 = require("react");
|
|
2565
2567
|
|
|
2566
2568
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2567
|
-
var Slider_default = {"component":"
|
|
2569
|
+
var Slider_default = {"component":"bds210Slider-component","formGroup":"bds210Slider-formGroup","labelRow":"bds210Slider-labelRow","value":"bds210Slider-value","slider":"bds210Slider-slider","sliderError":"bds210Slider-sliderError"};
|
|
2568
2570
|
|
|
2569
2571
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2570
2572
|
var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
|
|
@@ -2626,7 +2628,7 @@ function Slider({
|
|
|
2626
2628
|
var import_react23 = require("react");
|
|
2627
2629
|
|
|
2628
2630
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2629
|
-
var Switch_default = {"component":"
|
|
2631
|
+
var Switch_default = {"component":"bds210Switch-component","switchGroup":"bds210Switch-switchGroup","--size_small":"bds210Switch---size_small","--size_medium":"bds210Switch---size_medium","--size_large":"bds210Switch---size_large","inputWrapper":"bds210Switch-inputWrapper","trackWrapper":"bds210Switch-trackWrapper","switch":"bds210Switch-switch","track":"bds210Switch-track","thumb":"bds210Switch-thumb","switchError":"bds210Switch-switchError"};
|
|
2630
2632
|
|
|
2631
2633
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2632
2634
|
var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
|
|
@@ -2674,7 +2676,7 @@ function Switch({
|
|
|
2674
2676
|
var import_react24 = require("react");
|
|
2675
2677
|
|
|
2676
2678
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2677
|
-
var Textarea_default = {"component":"
|
|
2679
|
+
var Textarea_default = {"component":"bds210Textarea-component","formGroup":"bds210Textarea-formGroup","textarea":"bds210Textarea-textarea","textareaError":"bds210Textarea-textareaError"};
|
|
2678
2680
|
|
|
2679
2681
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2680
2682
|
var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
|
|
@@ -2713,7 +2715,7 @@ function Textarea({
|
|
|
2713
2715
|
}
|
|
2714
2716
|
|
|
2715
2717
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2716
|
-
var ButtonGroup_default = {"component":"
|
|
2718
|
+
var ButtonGroup_default = {"component":"bds210ButtonGroup-component","buttonGroup":"bds210ButtonGroup-buttonGroup","container":"bds210ButtonGroup-container","--variant_card":"bds210ButtonGroup---variant_card","--variant_flow":"bds210ButtonGroup---variant_flow","--variant_modal":"bds210ButtonGroup---variant_modal","--variant_content":"bds210ButtonGroup---variant_content","--variant_grid":"bds210ButtonGroup---variant_grid"};
|
|
2717
2719
|
|
|
2718
2720
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2719
2721
|
var import_design_system_foundation47 = require("@boostdev/design-system-foundation");
|
|
@@ -2732,7 +2734,7 @@ function ButtonContainer({ children, className, variant, ...rest }) {
|
|
|
2732
2734
|
var ButtonGroup = ButtonContainer;
|
|
2733
2735
|
|
|
2734
2736
|
// src/components/layout/Card/Card.module.css
|
|
2735
|
-
var Card_default = {"component":"
|
|
2737
|
+
var Card_default = {"component":"bds210Card-component","card":"bds210Card-card","--default":"bds210Card---default","--elevated":"bds210Card---elevated","--outlined":"bds210Card---outlined","--clickable":"bds210Card---clickable","--padding-none":"bds210Card---padding-none","--padding-small":"bds210Card---padding-small","--padding-medium":"bds210Card---padding-medium","--padding-large":"bds210Card---padding-large","--padding-extra-large":"bds210Card---padding-extra-large","--text-start":"bds210Card---text-start","--text-center":"bds210Card---text-center","--text-end":"bds210Card---text-end"};
|
|
2736
2738
|
|
|
2737
2739
|
// src/components/layout/Card/Card.tsx
|
|
2738
2740
|
var import_design_system_foundation48 = require("@boostdev/design-system-foundation");
|
|
@@ -2769,7 +2771,7 @@ function Card({
|
|
|
2769
2771
|
}
|
|
2770
2772
|
|
|
2771
2773
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
2772
|
-
var SectionHeader_default = {"component":"
|
|
2774
|
+
var SectionHeader_default = {"component":"bds210SectionHeader-component","sectionHeader":"bds210SectionHeader-sectionHeader","title":"bds210SectionHeader-title","subtitle":"bds210SectionHeader-subtitle","--start":"bds210SectionHeader---start","--center":"bds210SectionHeader---center","--end":"bds210SectionHeader---end","--medium":"bds210SectionHeader---medium","--xs":"bds210SectionHeader---xs","--small":"bds210SectionHeader---small","--large":"bds210SectionHeader---large"};
|
|
2773
2775
|
|
|
2774
2776
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
2775
2777
|
var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
|
|
@@ -2791,7 +2793,7 @@ function SectionHeader({
|
|
|
2791
2793
|
}
|
|
2792
2794
|
|
|
2793
2795
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
2794
|
-
var IconWrapper_default = {"component":"
|
|
2796
|
+
var IconWrapper_default = {"component":"bds210IconWrapper-component","wrapper":"bds210IconWrapper-wrapper"};
|
|
2795
2797
|
|
|
2796
2798
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
2797
2799
|
var import_design_system_foundation50 = require("@boostdev/design-system-foundation");
|