@boostdev/design-system-components 2.7.0 → 2.8.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/AGENTS.md +102 -2
- package/dist/client.cjs +52 -52
- package/dist/client.css +548 -548
- package/dist/client.js +52 -52
- package/dist/index.cjs +52 -52
- package/dist/index.css +548 -548
- package/dist/index.js +52 -52
- package/dist/web-components/{chunk-T6AETZRP.js → chunk-3GFWLSLS.js} +1 -1
- package/dist/web-components/{chunk-N6IMUOY4.js → chunk-65JXQOBA.js} +3 -3
- package/dist/web-components/{chunk-7FMR53BW.js → chunk-7YURXHTS.js} +35 -15
- package/dist/web-components/{chunk-5TFWOPLH.js → chunk-A3RLT3AS.js} +3 -3
- package/dist/web-components/{chunk-X3FKVHLK.js → chunk-ARMKC4BQ.js} +2 -2
- package/dist/web-components/{chunk-ZTC6GRP7.js → chunk-BKIHQYJR.js} +1 -0
- package/dist/web-components/{chunk-EBJM3VD4.js → chunk-DZOEPVFT.js} +2 -2
- package/dist/web-components/{chunk-57TRNCWQ.js → chunk-FSZRP43R.js} +1 -1
- package/dist/web-components/{chunk-UFFCKVZE.js → chunk-FXURM6D5.js} +1 -1
- package/dist/web-components/{chunk-HHHRF2PS.js → chunk-JYYRJS2D.js} +3 -3
- package/dist/web-components/{chunk-OCODKRVZ.js → chunk-KUI55GFB.js} +2 -2
- package/dist/web-components/{chunk-ZNKEZIYE.js → chunk-NCPQ7AF3.js} +3 -2
- package/dist/web-components/chunk-OF6FFGOT.js +167 -0
- package/dist/web-components/{chunk-GER5UJOF.js → chunk-ORC56MDY.js} +6 -8
- package/dist/web-components/{chunk-RTOS7LLG.js → chunk-PC3IOQAH.js} +3 -8
- package/dist/web-components/{chunk-JUKB3BUP.js → chunk-PXZWYO6Z.js} +1 -1
- package/dist/web-components/{chunk-5R6IFELV.js → chunk-QLT6MTZF.js} +1 -1
- package/dist/web-components/{chunk-ECW3HHWA.js → chunk-TQ7IQ4GZ.js} +7 -2
- package/dist/web-components/{chunk-QLZ2362S.js → chunk-UUKSDCYS.js} +2 -2
- package/dist/web-components/{chunk-ITHLKR7Q.js → chunk-X3NQMBAQ.js} +2 -2
- package/dist/web-components/{chunk-AJSXNDAP.js → chunk-X46KL5BK.js} +19 -18
- package/dist/web-components/{chunk-HGBNDR22.js → chunk-Y7V7LM6R.js} +1 -1
- package/dist/web-components/index.js +35 -31
- package/dist/web-components/interaction/bds-accordion-item.js +1 -1
- package/dist/web-components/interaction/bds-accordion.js +1 -1
- package/dist/web-components/interaction/bds-button.js +1 -1
- package/dist/web-components/interaction/bds-dialog.js +1 -1
- package/dist/web-components/interaction/bds-drawer.js +1 -1
- package/dist/web-components/interaction/bds-popover.js +1 -1
- package/dist/web-components/interaction/bds-tooltip.js +1 -1
- package/dist/web-components/interaction/form/bds-checkbox.js +1 -1
- package/dist/web-components/interaction/form/bds-combobox.js +1 -1
- package/dist/web-components/interaction/form/bds-number-input.js +1 -1
- package/dist/web-components/interaction/form/bds-radio.js +1 -1
- package/dist/web-components/interaction/form/bds-select.js +1 -1
- package/dist/web-components/interaction/form/bds-slider.js +1 -1
- package/dist/web-components/interaction/form/bds-switch.js +1 -1
- package/dist/web-components/interaction/form/bds-textarea.js +1 -1
- package/dist/web-components/ui/bds-alert.js +1 -1
- package/dist/web-components/ui/bds-avatar.js +1 -1
- package/dist/web-components/ui/bds-card.d.ts +3 -9
- package/dist/web-components/ui/bds-card.js +1 -1
- package/dist/web-components/ui/bds-icon-wrapper.js +1 -1
- package/dist/web-components/ui/bds-loading.js +1 -1
- package/dist/web-components/ui/bds-notification-banner.js +1 -1
- package/dist/web-components/ui/bds-progress.js +1 -1
- package/package.json +2 -1
- package/src/components/layout/IconWrapper/IconWrapper.module.css +2 -2
- package/src/test/token-contract.spec.ts +86 -0
- package/src/web-components/interaction/bds-accordion-item.ts +1 -1
- package/src/web-components/interaction/bds-accordion.ts +1 -0
- package/src/web-components/interaction/bds-button.ts +6 -8
- package/src/web-components/interaction/bds-dialog.ts +3 -3
- package/src/web-components/interaction/bds-drawer.ts +2 -2
- package/src/web-components/interaction/bds-popover.ts +7 -2
- package/src/web-components/interaction/bds-tooltip.ts +1 -1
- package/src/web-components/interaction/form/bds-checkbox.ts +1 -1
- package/src/web-components/interaction/form/bds-combobox.ts +2 -2
- package/src/web-components/interaction/form/bds-form-input.ts +1 -1
- package/src/web-components/interaction/form/bds-number-input.ts +1 -1
- package/src/web-components/interaction/form/bds-radio.ts +3 -3
- package/src/web-components/interaction/form/bds-select.ts +2 -2
- package/src/web-components/interaction/form/bds-slider.ts +35 -15
- package/src/web-components/interaction/form/bds-switch.ts +73 -39
- package/src/web-components/interaction/form/bds-textarea.ts +2 -2
- package/src/web-components/ui/BdsCard.mdx +4 -3
- package/src/web-components/ui/BdsCard.stories.tsx +7 -11
- package/src/web-components/ui/BdsSkeleton.stories.tsx +4 -4
- package/src/web-components/ui/bds-alert.ts +3 -2
- package/src/web-components/ui/bds-avatar.ts +1 -1
- package/src/web-components/ui/bds-card.spec.ts +3 -5
- package/src/web-components/ui/bds-card.ts +5 -12
- package/src/web-components/ui/bds-carousel.ts +7 -7
- package/src/web-components/ui/bds-icon-wrapper.ts +3 -3
- package/src/web-components/ui/bds-loading.ts +1 -1
- package/src/web-components/ui/bds-notification-banner.ts +19 -18
- package/src/web-components/ui/bds-pagination.ts +1 -1
- package/src/web-components/ui/bds-progress.ts +2 -2
- package/src/web-components/ui/bds-table.ts +4 -0
- package/dist/web-components/chunk-XNA6WTXG.js +0 -133
package/dist/index.cjs
CHANGED
|
@@ -91,7 +91,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
91
91
|
var import_react = require("react");
|
|
92
92
|
|
|
93
93
|
// src/components/ui/Accordion/Accordion.module.css
|
|
94
|
-
var Accordion_default = {"component":"
|
|
94
|
+
var Accordion_default = {"component":"bds280Accordion-component","accordion":"bds280Accordion-accordion","item":"bds280Accordion-item","heading":"bds280Accordion-heading","trigger":"bds280Accordion-trigger","triggerLabel":"bds280Accordion-triggerLabel","chevron":"bds280Accordion-chevron","--open":"bds280Accordion---open","panel":"bds280Accordion-panel","panelContent":"bds280Accordion-panelContent"};
|
|
95
95
|
|
|
96
96
|
// src/components/ui/Accordion/Accordion.tsx
|
|
97
97
|
var import_design_system_foundation = require("@boostdev/design-system-foundation");
|
|
@@ -160,7 +160,7 @@ function Accordion({
|
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
// src/components/ui/Alert/Alert.module.css
|
|
163
|
-
var Alert_default = {"component":"
|
|
163
|
+
var Alert_default = {"component":"bds280Alert-component","alert":"bds280Alert-alert","--variant_info":"bds280Alert---variant_info","--variant_success":"bds280Alert---variant_success","--variant_warning":"bds280Alert---variant_warning","--variant_error":"bds280Alert---variant_error","icon":"bds280Alert-icon","content":"bds280Alert-content","title":"bds280Alert-title","dismiss":"bds280Alert-dismiss"};
|
|
164
164
|
|
|
165
165
|
// src/components/ui/Alert/Alert.tsx
|
|
166
166
|
var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
|
|
@@ -205,7 +205,7 @@ function Alert({
|
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
// src/components/ui/Avatar/Avatar.module.css
|
|
208
|
-
var Avatar_default = {"component":"
|
|
208
|
+
var Avatar_default = {"component":"bds280Avatar-component","avatar":"bds280Avatar-avatar","--fallback":"bds280Avatar---fallback","--size_small":"bds280Avatar---size_small","--size_medium":"bds280Avatar---size_medium","--size_large":"bds280Avatar---size_large","image":"bds280Avatar-image","initials":"bds280Avatar-initials"};
|
|
209
209
|
|
|
210
210
|
// src/components/ui/Avatar/Avatar.tsx
|
|
211
211
|
var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
|
|
@@ -232,7 +232,7 @@ function Avatar({ src, alt, name, size = "medium", className, ...rest }) {
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
// src/components/ui/Badge/Badge.module.css
|
|
235
|
-
var Badge_default = {"component":"
|
|
235
|
+
var Badge_default = {"component":"bds280Badge-component","badge":"bds280Badge-badge","--variant_primary":"bds280Badge---variant_primary","--variant_secondary":"bds280Badge---variant_secondary","--variant_success":"bds280Badge---variant_success","--variant_error":"bds280Badge---variant_error","--variant_warning":"bds280Badge---variant_warning"};
|
|
236
236
|
|
|
237
237
|
// src/components/ui/Badge/Badge.tsx
|
|
238
238
|
var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
|
|
@@ -242,7 +242,7 @@ function Badge({ children, variant = "primary", className, ...rest }) {
|
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
// src/components/ui/Breadcrumb/Breadcrumb.module.css
|
|
245
|
-
var Breadcrumb_default = {"component":"
|
|
245
|
+
var Breadcrumb_default = {"component":"bds280Breadcrumb-component","breadcrumb":"bds280Breadcrumb-breadcrumb","list":"bds280Breadcrumb-list","item":"bds280Breadcrumb-item","link":"bds280Breadcrumb-link","separator":"bds280Breadcrumb-separator","current":"bds280Breadcrumb-current"};
|
|
246
246
|
|
|
247
247
|
// src/components/ui/Breadcrumb/Breadcrumb.tsx
|
|
248
248
|
var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
|
|
@@ -258,7 +258,7 @@ function Breadcrumb({ items, className, ...rest }) {
|
|
|
258
258
|
}
|
|
259
259
|
|
|
260
260
|
// src/components/ui/Collapsible/Collapsible.module.css
|
|
261
|
-
var Collapsible_default = {"component":"
|
|
261
|
+
var Collapsible_default = {"component":"bds280Collapsible-component","collapsible":"bds280Collapsible-collapsible","summary":"bds280Collapsible-summary","summaryContent":"bds280Collapsible-summaryContent","icon":"bds280Collapsible-icon","content":"bds280Collapsible-content"};
|
|
262
262
|
|
|
263
263
|
// src/components/ui/Collapsible/Collapsible.tsx
|
|
264
264
|
var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
|
|
@@ -299,7 +299,7 @@ function Collapsible({
|
|
|
299
299
|
var import_react2 = require("react");
|
|
300
300
|
|
|
301
301
|
// src/components/ui/Calendar/Calendar.module.css
|
|
302
|
-
var Calendar_default = {"component":"
|
|
302
|
+
var Calendar_default = {"component":"bds280Calendar-component","calendar":"bds280Calendar-calendar","header":"bds280Calendar-header","monthYear":"bds280Calendar-monthYear","navBtn":"bds280Calendar-navBtn","grid":"bds280Calendar-grid","weekday":"bds280Calendar-weekday","empty":"bds280Calendar-empty","day":"bds280Calendar-day","disabled":"bds280Calendar-disabled","selected":"bds280Calendar-selected","today":"bds280Calendar-today"};
|
|
303
303
|
|
|
304
304
|
// src/components/ui/Calendar/Calendar.tsx
|
|
305
305
|
var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
|
|
@@ -474,7 +474,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className, ...rest
|
|
|
474
474
|
var import_react3 = require("react");
|
|
475
475
|
|
|
476
476
|
// src/components/ui/Carousel/Carousel.module.css
|
|
477
|
-
var Carousel_default = {"component":"
|
|
477
|
+
var Carousel_default = {"component":"bds280Carousel-component","carousel":"bds280Carousel-carousel","track":"bds280Carousel-track","slide":"bds280Carousel-slide","navBtn":"bds280Carousel-navBtn"};
|
|
478
478
|
|
|
479
479
|
// src/components/ui/Carousel/Carousel.tsx
|
|
480
480
|
var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
|
|
@@ -527,7 +527,7 @@ function Carousel({ items, label, className, ...rest }) {
|
|
|
527
527
|
}
|
|
528
528
|
|
|
529
529
|
// src/components/ui/DescriptionList/DescriptionList.module.css
|
|
530
|
-
var DescriptionList_default = {"component":"
|
|
530
|
+
var DescriptionList_default = {"component":"bds280DescriptionList-component","list":"bds280DescriptionList-list","group":"bds280DescriptionList-group","term":"bds280DescriptionList-term","details":"bds280DescriptionList-details","--layout_inline":"bds280DescriptionList---layout_inline"};
|
|
531
531
|
|
|
532
532
|
// src/components/ui/DescriptionList/DescriptionList.tsx
|
|
533
533
|
var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
|
|
@@ -540,7 +540,7 @@ function DescriptionList({ items, layout = "stacked", className, ...rest }) {
|
|
|
540
540
|
}
|
|
541
541
|
|
|
542
542
|
// src/components/ui/Link/Link.module.css
|
|
543
|
-
var Link_default = {"component":"
|
|
543
|
+
var Link_default = {"component":"bds280Link-component","link":"bds280Link-link","--variant_default":"bds280Link---variant_default","--variant_subtle":"bds280Link---variant_subtle","--variant_standalone":"bds280Link---variant_standalone","externalLabel":"bds280Link-externalLabel"};
|
|
544
544
|
|
|
545
545
|
// src/components/ui/Link/Link.tsx
|
|
546
546
|
var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
|
|
@@ -571,7 +571,7 @@ function Link({
|
|
|
571
571
|
}
|
|
572
572
|
|
|
573
573
|
// src/components/ui/Loading/Loading.module.css
|
|
574
|
-
var Loading_default = {"component":"
|
|
574
|
+
var Loading_default = {"component":"bds280Loading-component","loading":"bds280Loading-loading","spinner":"bds280Loading-spinner","--size_small":"bds280Loading---size_small","--size_large":"bds280Loading---size_large"};
|
|
575
575
|
|
|
576
576
|
// src/components/ui/Loading/Loading.tsx
|
|
577
577
|
var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
|
|
@@ -581,7 +581,7 @@ function Loading({ size = "medium", className, ...rest }) {
|
|
|
581
581
|
}
|
|
582
582
|
|
|
583
583
|
// src/components/ui/NotificationBanner/NotificationBanner.module.css
|
|
584
|
-
var NotificationBanner_default = {"component":"
|
|
584
|
+
var NotificationBanner_default = {"component":"bds280NotificationBanner-component","banner":"bds280NotificationBanner-banner","--variant_info":"bds280NotificationBanner---variant_info","--variant_success":"bds280NotificationBanner---variant_success","--variant_warning":"bds280NotificationBanner---variant_warning","--variant_error":"bds280NotificationBanner---variant_error","content":"bds280NotificationBanner-content","action":"bds280NotificationBanner-action","dismiss":"bds280NotificationBanner-dismiss"};
|
|
585
585
|
|
|
586
586
|
// src/components/ui/NotificationBanner/NotificationBanner.tsx
|
|
587
587
|
var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
|
|
@@ -622,7 +622,7 @@ function NotificationBanner({
|
|
|
622
622
|
}
|
|
623
623
|
|
|
624
624
|
// src/components/ui/Pagination/Pagination.module.css
|
|
625
|
-
var Pagination_default = {"component":"
|
|
625
|
+
var Pagination_default = {"component":"bds280Pagination-component","pagination":"bds280Pagination-pagination","list":"bds280Pagination-list","button":"bds280Pagination-button","--active":"bds280Pagination---active","--nav":"bds280Pagination---nav","ellipsis":"bds280Pagination-ellipsis"};
|
|
626
626
|
|
|
627
627
|
// src/components/ui/Pagination/Pagination.tsx
|
|
628
628
|
var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
|
|
@@ -687,7 +687,7 @@ function Pagination({
|
|
|
687
687
|
}
|
|
688
688
|
|
|
689
689
|
// src/components/ui/Progress/Progress.module.css
|
|
690
|
-
var Progress_default = {"component":"
|
|
690
|
+
var Progress_default = {"component":"bds280Progress-component","container":"bds280Progress-container","labelRow":"bds280Progress-labelRow","value":"bds280Progress-value","track":"bds280Progress-track","--size_small":"bds280Progress---size_small","--size_medium":"bds280Progress---size_medium","--size_large":"bds280Progress---size_large","fill":"bds280Progress-fill"};
|
|
691
691
|
|
|
692
692
|
// src/components/ui/Progress/Progress.tsx
|
|
693
693
|
var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
|
|
@@ -726,7 +726,7 @@ function Progress({
|
|
|
726
726
|
}
|
|
727
727
|
|
|
728
728
|
// src/components/ui/ProgressCircle/ProgressCircle.module.css
|
|
729
|
-
var ProgressCircle_default = {"component":"
|
|
729
|
+
var ProgressCircle_default = {"component":"bds280ProgressCircle-component","wrapper":"bds280ProgressCircle-wrapper","svg":"bds280ProgressCircle-svg","track":"bds280ProgressCircle-track","fill":"bds280ProgressCircle-fill","value":"bds280ProgressCircle-value","--size_small":"bds280ProgressCircle---size_small","--size_medium":"bds280ProgressCircle---size_medium","--size_large":"bds280ProgressCircle---size_large"};
|
|
730
730
|
|
|
731
731
|
// src/components/ui/ProgressCircle/ProgressCircle.tsx
|
|
732
732
|
var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
|
|
@@ -807,7 +807,7 @@ function ProgressCircle({
|
|
|
807
807
|
}
|
|
808
808
|
|
|
809
809
|
// src/components/ui/Separator/Separator.module.css
|
|
810
|
-
var Separator_default = {"component":"
|
|
810
|
+
var Separator_default = {"component":"bds280Separator-component","separator":"bds280Separator-separator","--horizontal":"bds280Separator---horizontal","--vertical":"bds280Separator---vertical"};
|
|
811
811
|
|
|
812
812
|
// src/components/ui/Separator/Separator.tsx
|
|
813
813
|
var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
|
|
@@ -831,7 +831,7 @@ function Separator({ orientation = "horizontal", className, ...rest }) {
|
|
|
831
831
|
var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
|
|
832
832
|
|
|
833
833
|
// src/components/ui/Skeleton/Skeleton.module.css
|
|
834
|
-
var Skeleton_default = {"component":"
|
|
834
|
+
var Skeleton_default = {"component":"bds280Skeleton-component","skeleton":"bds280Skeleton-skeleton"};
|
|
835
835
|
|
|
836
836
|
// src/components/ui/Skeleton/Skeleton.tsx
|
|
837
837
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
@@ -840,7 +840,7 @@ function Skeleton({ className, ...rest }) {
|
|
|
840
840
|
}
|
|
841
841
|
|
|
842
842
|
// src/components/ui/SkipLink/SkipLink.module.css
|
|
843
|
-
var SkipLink_default = {"component":"
|
|
843
|
+
var SkipLink_default = {"component":"bds280SkipLink-component","skipLink":"bds280SkipLink-skipLink"};
|
|
844
844
|
|
|
845
845
|
// src/components/ui/SkipLink/SkipLink.tsx
|
|
846
846
|
var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
|
|
@@ -850,7 +850,7 @@ function SkipLink({ href = "#main", children = "Skip to main content", className
|
|
|
850
850
|
}
|
|
851
851
|
|
|
852
852
|
// src/components/ui/Table/Table.module.css
|
|
853
|
-
var Table_default = {"component":"
|
|
853
|
+
var Table_default = {"component":"bds280Table-component","wrapper":"bds280Table-wrapper","table":"bds280Table-table","caption":"bds280Table-caption","thead":"bds280Table-thead","th":"bds280Table-th","--sortable":"bds280Table---sortable","sortButton":"bds280Table-sortButton","sortIcon":"bds280Table-sortIcon","--sort-active":"bds280Table---sort-active","--sort-desc":"bds280Table---sort-desc","tbody":"bds280Table-tbody","tr":"bds280Table-tr","td":"bds280Table-td"};
|
|
854
854
|
|
|
855
855
|
// src/components/ui/Table/Table.tsx
|
|
856
856
|
var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
|
|
@@ -920,7 +920,7 @@ function Table({
|
|
|
920
920
|
var import_react4 = require("react");
|
|
921
921
|
|
|
922
922
|
// src/components/ui/Tabs/Tabs.module.css
|
|
923
|
-
var Tabs_default = {"component":"
|
|
923
|
+
var Tabs_default = {"component":"bds280Tabs-component","tabs":"bds280Tabs-tabs","tabList":"bds280Tabs-tabList","tab":"bds280Tabs-tab","--active":"bds280Tabs---active","panel":"bds280Tabs-panel"};
|
|
924
924
|
|
|
925
925
|
// src/components/ui/Tabs/Tabs.tsx
|
|
926
926
|
var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
|
|
@@ -1000,7 +1000,7 @@ function Tabs({ tabs, defaultTab, className, ...rest }) {
|
|
|
1000
1000
|
var import_react5 = require("react");
|
|
1001
1001
|
|
|
1002
1002
|
// src/components/ui/Tooltip/Tooltip.module.css
|
|
1003
|
-
var Tooltip_default = {"component":"
|
|
1003
|
+
var Tooltip_default = {"component":"bds280Tooltip-component","wrapper":"bds280Tooltip-wrapper","tooltip":"bds280Tooltip-tooltip","--placement_top":"bds280Tooltip---placement_top","--placement_bottom":"bds280Tooltip---placement_bottom","--placement_left":"bds280Tooltip---placement_left","--placement_right":"bds280Tooltip---placement_right"};
|
|
1004
1004
|
|
|
1005
1005
|
// src/components/ui/Tooltip/Tooltip.tsx
|
|
1006
1006
|
var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
|
|
@@ -1044,7 +1044,7 @@ function Tooltip({
|
|
|
1044
1044
|
}
|
|
1045
1045
|
|
|
1046
1046
|
// src/components/ui/Typography/Typography.module.css
|
|
1047
|
-
var Typography_default = {"component":"
|
|
1047
|
+
var Typography_default = {"component":"bds280Typography-component","typography":"bds280Typography-typography","--h1":"bds280Typography---h1","--h2":"bds280Typography---h2","--h3":"bds280Typography---h3","--body":"bds280Typography---body","--body_s":"bds280Typography---body_s"};
|
|
1048
1048
|
|
|
1049
1049
|
// src/components/ui/Typography/Typography.tsx
|
|
1050
1050
|
var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
|
|
@@ -1062,7 +1062,7 @@ function Typography({ variant = "body", component, children, className, ...rest
|
|
|
1062
1062
|
}
|
|
1063
1063
|
|
|
1064
1064
|
// src/components/interaction/Button/Button.module.css
|
|
1065
|
-
var Button_default = {"component":"
|
|
1065
|
+
var Button_default = {"component":"bds280Button-component","button":"bds280Button-button","--default":"bds280Button---default","--outline":"bds280Button---outline","--ghost":"bds280Button---ghost","--size_small":"bds280Button---size_small","--size_medium":"bds280Button---size_medium","--size_large":"bds280Button---size_large","--hasPulse":"bds280Button---hasPulse","iconStart":"bds280Button-iconStart","iconEnd":"bds280Button-iconEnd","--iconOnly":"bds280Button---iconOnly"};
|
|
1066
1066
|
|
|
1067
1067
|
// src/components/interaction/Button/Button.tsx
|
|
1068
1068
|
var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
|
|
@@ -1179,7 +1179,7 @@ function installInvokerCommandsPolyfill() {
|
|
|
1179
1179
|
}
|
|
1180
1180
|
|
|
1181
1181
|
// src/components/interaction/Command/Command.module.css
|
|
1182
|
-
var Command_default = {"component":"
|
|
1182
|
+
var Command_default = {"component":"bds280Command-component","dialog":"bds280Command-dialog","palette":"bds280Command-palette","searchRow":"bds280Command-searchRow","searchIcon":"bds280Command-searchIcon","search":"bds280Command-search","escHint":"bds280Command-escHint","list":"bds280Command-list","groupList":"bds280Command-groupList","group":"bds280Command-group","item":"bds280Command-item","itemActive":"bds280Command-itemActive","itemLabel":"bds280Command-itemLabel","itemDesc":"bds280Command-itemDesc","shortcut":"bds280Command-shortcut","empty":"bds280Command-empty"};
|
|
1183
1183
|
|
|
1184
1184
|
// src/components/interaction/Command/Command.tsx
|
|
1185
1185
|
var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
|
|
@@ -1356,7 +1356,7 @@ function Command({
|
|
|
1356
1356
|
var import_react7 = require("react");
|
|
1357
1357
|
|
|
1358
1358
|
// src/components/interaction/Dialog/Dialog.module.css
|
|
1359
|
-
var Dialog_default = {"component":"
|
|
1359
|
+
var Dialog_default = {"component":"bds280Dialog-component","dialog":"bds280Dialog-dialog","dialogContent":"bds280Dialog-dialogContent","closeButton":"bds280Dialog-closeButton"};
|
|
1360
1360
|
|
|
1361
1361
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1362
1362
|
var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
|
|
@@ -1462,7 +1462,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
|
|
|
1462
1462
|
var import_react8 = require("react");
|
|
1463
1463
|
|
|
1464
1464
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1465
|
-
var Drawer_default = {"component":"
|
|
1465
|
+
var Drawer_default = {"component":"bds280Drawer-component","drawer":"bds280Drawer-drawer","--side_left":"bds280Drawer---side_left","header":"bds280Drawer-header","closeButton":"bds280Drawer-closeButton","body":"bds280Drawer-body"};
|
|
1466
1466
|
|
|
1467
1467
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1468
1468
|
var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
|
|
@@ -1563,7 +1563,7 @@ function Drawer({
|
|
|
1563
1563
|
var import_react9 = require("react");
|
|
1564
1564
|
|
|
1565
1565
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1566
|
-
var DropdownMenu_default = {"component":"
|
|
1566
|
+
var DropdownMenu_default = {"component":"bds280DropdownMenu-component","wrapper":"bds280DropdownMenu-wrapper","menu":"bds280DropdownMenu-menu","--placement_bottom-start":"bds280DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds280DropdownMenu---placement_bottom-end","separator":"bds280DropdownMenu-separator","item":"bds280DropdownMenu-item","icon":"bds280DropdownMenu-icon"};
|
|
1567
1567
|
|
|
1568
1568
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1569
1569
|
var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
|
|
@@ -1677,7 +1677,7 @@ function DropdownMenu({
|
|
|
1677
1677
|
var import_react10 = require("react");
|
|
1678
1678
|
|
|
1679
1679
|
// src/components/interaction/Popover/Popover.module.css
|
|
1680
|
-
var Popover_default = {"component":"
|
|
1680
|
+
var Popover_default = {"component":"bds280Popover-component","wrapper":"bds280Popover-wrapper","panel":"bds280Popover-panel","g":"bds280Popover-g"};
|
|
1681
1681
|
|
|
1682
1682
|
// src/components/interaction/Popover/Popover.tsx
|
|
1683
1683
|
var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
|
|
@@ -1762,7 +1762,7 @@ function Popover({
|
|
|
1762
1762
|
}
|
|
1763
1763
|
|
|
1764
1764
|
// src/components/interaction/Rating/Rating.module.css
|
|
1765
|
-
var Rating_default = {"component":"
|
|
1765
|
+
var Rating_default = {"component":"bds280Rating-component","rating":"bds280Rating-rating","star":"bds280Rating-star","--filled":"bds280Rating---filled"};
|
|
1766
1766
|
|
|
1767
1767
|
// src/components/interaction/Rating/Rating.tsx
|
|
1768
1768
|
var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
|
|
@@ -1794,7 +1794,7 @@ function Rating({ value, max = 5, className, ...rest }) {
|
|
|
1794
1794
|
var import_react11 = require("react");
|
|
1795
1795
|
|
|
1796
1796
|
// src/components/interaction/Toast/Toast.module.css
|
|
1797
|
-
var Toast_default = {"component":"
|
|
1797
|
+
var Toast_default = {"component":"bds280Toast-component","toastContainer":"bds280Toast-toastContainer","toast":"bds280Toast-toast","--variant_success":"bds280Toast---variant_success","--variant_warning":"bds280Toast---variant_warning","--variant_info":"bds280Toast---variant_info","--variant_error":"bds280Toast---variant_error","message":"bds280Toast-message","closeButton":"bds280Toast-closeButton"};
|
|
1798
1798
|
|
|
1799
1799
|
// src/components/interaction/Toast/Toast.tsx
|
|
1800
1800
|
var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
|
|
@@ -1872,10 +1872,10 @@ function useToast() {
|
|
|
1872
1872
|
var import_react12 = require("react");
|
|
1873
1873
|
|
|
1874
1874
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1875
|
-
var Checkbox_default = {"component":"
|
|
1875
|
+
var Checkbox_default = {"component":"bds280Checkbox-component","checkboxGroup":"bds280Checkbox-checkboxGroup","inputWrapper":"bds280Checkbox-inputWrapper","checkbox":"bds280Checkbox-checkbox","checkboxError":"bds280Checkbox-checkboxError"};
|
|
1876
1876
|
|
|
1877
1877
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1878
|
-
var Message_default = {"component":"
|
|
1878
|
+
var Message_default = {"component":"bds280Message-component","error":"bds280Message-error","hint":"bds280Message-hint"};
|
|
1879
1879
|
|
|
1880
1880
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1881
1881
|
var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
|
|
@@ -1886,7 +1886,7 @@ var Message = ({ message, type, inputId, className }) => {
|
|
|
1886
1886
|
};
|
|
1887
1887
|
|
|
1888
1888
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1889
|
-
var Label_default = {"component":"
|
|
1889
|
+
var Label_default = {"component":"bds280Label-component","label":"bds280Label-label"};
|
|
1890
1890
|
|
|
1891
1891
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1892
1892
|
var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
|
|
@@ -1899,7 +1899,7 @@ var Label = ({ label, id, className }) => {
|
|
|
1899
1899
|
var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
|
|
1900
1900
|
|
|
1901
1901
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1902
|
-
var InputContainer_default = {"component":"
|
|
1902
|
+
var InputContainer_default = {"component":"bds280InputContainer-component","container":"bds280InputContainer-container"};
|
|
1903
1903
|
|
|
1904
1904
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1905
1905
|
var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
|
|
@@ -1940,7 +1940,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
|
|
|
1940
1940
|
var import_react13 = require("react");
|
|
1941
1941
|
|
|
1942
1942
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
|
|
1943
|
-
var CheckboxGroup_default = {"component":"
|
|
1943
|
+
var CheckboxGroup_default = {"component":"bds280CheckboxGroup-component","group":"bds280CheckboxGroup-group","legend":"bds280CheckboxGroup-legend","required":"bds280CheckboxGroup-required","items":"bds280CheckboxGroup-items"};
|
|
1944
1944
|
|
|
1945
1945
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
|
|
1946
1946
|
var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
|
|
@@ -1982,7 +1982,7 @@ function CheckboxGroup({
|
|
|
1982
1982
|
var import_react14 = require("react");
|
|
1983
1983
|
|
|
1984
1984
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1985
|
-
var Combobox_default = {"component":"
|
|
1985
|
+
var Combobox_default = {"component":"bds280Combobox-component","formGroup":"bds280Combobox-formGroup","inputWrapper":"bds280Combobox-inputWrapper","input":"bds280Combobox-input","inputError":"bds280Combobox-inputError","chevron":"bds280Combobox-chevron","listbox":"bds280Combobox-listbox","option":"bds280Combobox-option","--highlighted":"bds280Combobox---highlighted","--selected":"bds280Combobox---selected","--disabled":"bds280Combobox---disabled"};
|
|
1986
1986
|
|
|
1987
1987
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1988
1988
|
var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
|
|
@@ -2134,7 +2134,7 @@ var import_react15 = require("react");
|
|
|
2134
2134
|
var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
|
|
2135
2135
|
|
|
2136
2136
|
// src/components/interaction/form/FieldGroup/FieldGroup.module.css
|
|
2137
|
-
var FieldGroup_default = {"component":"
|
|
2137
|
+
var FieldGroup_default = {"component":"bds280FieldGroup-component","fieldGroup":"bds280FieldGroup-fieldGroup","legend":"bds280FieldGroup-legend","fields":"bds280FieldGroup-fields","--variant_horizontal":"bds280FieldGroup---variant_horizontal"};
|
|
2138
2138
|
|
|
2139
2139
|
// src/components/interaction/form/FieldGroup/FieldGroup.tsx
|
|
2140
2140
|
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
@@ -2169,7 +2169,7 @@ function FieldGroup({
|
|
|
2169
2169
|
var import_react16 = require("react");
|
|
2170
2170
|
|
|
2171
2171
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
2172
|
-
var FileInput_default = {"component":"
|
|
2172
|
+
var FileInput_default = {"component":"bds280FileInput-component","formGroup":"bds280FileInput-formGroup","fieldLabel":"bds280FileInput-fieldLabel","dropZone":"bds280FileInput-dropZone","isDragging":"bds280FileInput-isDragging","hasError":"bds280FileInput-hasError","isDisabled":"bds280FileInput-isDisabled","icon":"bds280FileInput-icon","prompt":"bds280FileInput-prompt","acceptHint":"bds280FileInput-acceptHint","hiddenInput":"bds280FileInput-hiddenInput"};
|
|
2173
2173
|
|
|
2174
2174
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
2175
2175
|
var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
|
|
@@ -2270,7 +2270,7 @@ function FileInput({
|
|
|
2270
2270
|
var import_react17 = require("react");
|
|
2271
2271
|
|
|
2272
2272
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
2273
|
-
var FormInput_default = {"component":"
|
|
2273
|
+
var FormInput_default = {"component":"bds280FormInput-component","formGroup":"bds280FormInput-formGroup","input":"bds280FormInput-input","inputError":"bds280FormInput-inputError"};
|
|
2274
2274
|
|
|
2275
2275
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
2276
2276
|
var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
|
|
@@ -2314,7 +2314,7 @@ function FormInput({
|
|
|
2314
2314
|
var import_react18 = require("react");
|
|
2315
2315
|
|
|
2316
2316
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
2317
|
-
var NumberInput_default = {"component":"
|
|
2317
|
+
var NumberInput_default = {"component":"bds280NumberInput-component","formGroup":"bds280NumberInput-formGroup","inputRow":"bds280NumberInput-inputRow","input":"bds280NumberInput-input","inputError":"bds280NumberInput-inputError","stepper":"bds280NumberInput-stepper"};
|
|
2318
2318
|
|
|
2319
2319
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
2320
2320
|
var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
|
|
@@ -2419,7 +2419,7 @@ function NumberInput({
|
|
|
2419
2419
|
var import_react19 = require("react");
|
|
2420
2420
|
|
|
2421
2421
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
2422
|
-
var Radio_default = {"component":"
|
|
2422
|
+
var Radio_default = {"component":"bds280Radio-component","radioGroup":"bds280Radio-radioGroup","inputWrapper":"bds280Radio-inputWrapper","textWrapper":"bds280Radio-textWrapper","description":"bds280Radio-description","radio":"bds280Radio-radio","radioError":"bds280Radio-radioError"};
|
|
2423
2423
|
|
|
2424
2424
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
2425
2425
|
var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
|
|
@@ -2457,7 +2457,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
|
|
|
2457
2457
|
var import_react20 = require("react");
|
|
2458
2458
|
|
|
2459
2459
|
// src/components/interaction/form/RadioGroup/RadioGroup.module.css
|
|
2460
|
-
var RadioGroup_default = {"component":"
|
|
2460
|
+
var RadioGroup_default = {"component":"bds280RadioGroup-component","group":"bds280RadioGroup-group","legend":"bds280RadioGroup-legend","required":"bds280RadioGroup-required","items":"bds280RadioGroup-items"};
|
|
2461
2461
|
|
|
2462
2462
|
// src/components/interaction/form/RadioGroup/RadioGroup.tsx
|
|
2463
2463
|
var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
|
|
@@ -2499,7 +2499,7 @@ function RadioGroup({
|
|
|
2499
2499
|
var import_react21 = require("react");
|
|
2500
2500
|
|
|
2501
2501
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
|
|
2502
|
-
var SegmentedControl_default = {"component":"
|
|
2502
|
+
var SegmentedControl_default = {"component":"bds280SegmentedControl-component","control":"bds280SegmentedControl-control","thumb":"bds280SegmentedControl-thumb","indicator":"bds280SegmentedControl-indicator","item":"bds280SegmentedControl-item","--active":"bds280SegmentedControl---active","--disabled":"bds280SegmentedControl---disabled","--size_small":"bds280SegmentedControl---size_small","--size_large":"bds280SegmentedControl---size_large","--variant_outline":"bds280SegmentedControl---variant_outline"};
|
|
2503
2503
|
|
|
2504
2504
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
|
|
2505
2505
|
var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
|
|
@@ -2555,7 +2555,7 @@ function SegmentedControl({
|
|
|
2555
2555
|
var import_react22 = require("react");
|
|
2556
2556
|
|
|
2557
2557
|
// src/components/interaction/form/Select/Select.module.css
|
|
2558
|
-
var Select_default = {"component":"
|
|
2558
|
+
var Select_default = {"component":"bds280Select-component","formGroup":"bds280Select-formGroup","selectWrapper":"bds280Select-selectWrapper","select":"bds280Select-select","selectError":"bds280Select-selectError","chevron":"bds280Select-chevron"};
|
|
2559
2559
|
|
|
2560
2560
|
// src/components/interaction/form/Select/Select.tsx
|
|
2561
2561
|
var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
|
|
@@ -2606,7 +2606,7 @@ function Select({
|
|
|
2606
2606
|
var import_react23 = require("react");
|
|
2607
2607
|
|
|
2608
2608
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2609
|
-
var Slider_default = {"component":"
|
|
2609
|
+
var Slider_default = {"component":"bds280Slider-component","formGroup":"bds280Slider-formGroup","labelRow":"bds280Slider-labelRow","value":"bds280Slider-value","slider":"bds280Slider-slider","sliderError":"bds280Slider-sliderError"};
|
|
2610
2610
|
|
|
2611
2611
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2612
2612
|
var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
|
|
@@ -2668,7 +2668,7 @@ function Slider({
|
|
|
2668
2668
|
var import_react24 = require("react");
|
|
2669
2669
|
|
|
2670
2670
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2671
|
-
var Switch_default = {"component":"
|
|
2671
|
+
var Switch_default = {"component":"bds280Switch-component","switchGroup":"bds280Switch-switchGroup","--size_small":"bds280Switch---size_small","--size_medium":"bds280Switch---size_medium","--size_large":"bds280Switch---size_large","inputWrapper":"bds280Switch-inputWrapper","trackWrapper":"bds280Switch-trackWrapper","switch":"bds280Switch-switch","track":"bds280Switch-track","thumb":"bds280Switch-thumb","switchError":"bds280Switch-switchError"};
|
|
2672
2672
|
|
|
2673
2673
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2674
2674
|
var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
|
|
@@ -2716,7 +2716,7 @@ function Switch({
|
|
|
2716
2716
|
var import_react25 = require("react");
|
|
2717
2717
|
|
|
2718
2718
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2719
|
-
var Textarea_default = {"component":"
|
|
2719
|
+
var Textarea_default = {"component":"bds280Textarea-component","formGroup":"bds280Textarea-formGroup","textarea":"bds280Textarea-textarea","textareaError":"bds280Textarea-textareaError"};
|
|
2720
2720
|
|
|
2721
2721
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2722
2722
|
var import_design_system_foundation47 = require("@boostdev/design-system-foundation");
|
|
@@ -2755,7 +2755,7 @@ function Textarea({
|
|
|
2755
2755
|
}
|
|
2756
2756
|
|
|
2757
2757
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2758
|
-
var ButtonGroup_default = {"component":"
|
|
2758
|
+
var ButtonGroup_default = {"component":"bds280ButtonGroup-component","buttonGroup":"bds280ButtonGroup-buttonGroup","container":"bds280ButtonGroup-container","--variant_card":"bds280ButtonGroup---variant_card","--variant_flow":"bds280ButtonGroup---variant_flow","--variant_modal":"bds280ButtonGroup---variant_modal","--variant_content":"bds280ButtonGroup---variant_content","--variant_grid":"bds280ButtonGroup---variant_grid"};
|
|
2759
2759
|
|
|
2760
2760
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2761
2761
|
var import_design_system_foundation48 = require("@boostdev/design-system-foundation");
|
|
@@ -2774,7 +2774,7 @@ function ButtonContainer({ children, className, variant, ...rest }) {
|
|
|
2774
2774
|
var ButtonGroup = ButtonContainer;
|
|
2775
2775
|
|
|
2776
2776
|
// src/components/layout/Card/Card.module.css
|
|
2777
|
-
var Card_default = {"component":"
|
|
2777
|
+
var Card_default = {"component":"bds280Card-component","card":"bds280Card-card","--default":"bds280Card---default","--elevated":"bds280Card---elevated","--outlined":"bds280Card---outlined","--clickable":"bds280Card---clickable","--padding-none":"bds280Card---padding-none","--padding-small":"bds280Card---padding-small","--padding-medium":"bds280Card---padding-medium","--padding-large":"bds280Card---padding-large","--padding-extra-large":"bds280Card---padding-extra-large","--text-start":"bds280Card---text-start","--text-center":"bds280Card---text-center","--text-end":"bds280Card---text-end"};
|
|
2778
2778
|
|
|
2779
2779
|
// src/components/layout/Card/Card.tsx
|
|
2780
2780
|
var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
|
|
@@ -2814,7 +2814,7 @@ function Card({
|
|
|
2814
2814
|
var import_react27 = require("react");
|
|
2815
2815
|
|
|
2816
2816
|
// src/components/layout/Grid/Grid.module.css
|
|
2817
|
-
var Grid_default = {"component":"
|
|
2817
|
+
var Grid_default = {"component":"bds280Grid-component","grid":"bds280Grid-grid","--main":"bds280Grid---main","--page":"bds280Grid---page","--funnel":"bds280Grid---funnel","--custom":"bds280Grid---custom","--centered":"bds280Grid---centered","item":"bds280Grid-item","w3":"bds280Grid-w3","org":"bds280Grid-org","ts":"bds280Grid-ts","--masonry":"bds280Grid---masonry"};
|
|
2818
2818
|
|
|
2819
2819
|
// src/components/layout/Grid/Grid.tsx
|
|
2820
2820
|
var import_design_system_foundation50 = require("@boostdev/design-system-foundation");
|
|
@@ -3210,7 +3210,7 @@ function GridItem({
|
|
|
3210
3210
|
}
|
|
3211
3211
|
|
|
3212
3212
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
3213
|
-
var SectionHeader_default = {"component":"
|
|
3213
|
+
var SectionHeader_default = {"component":"bds280SectionHeader-component","sectionHeader":"bds280SectionHeader-sectionHeader","title":"bds280SectionHeader-title","subtitle":"bds280SectionHeader-subtitle","--start":"bds280SectionHeader---start","--center":"bds280SectionHeader---center","--end":"bds280SectionHeader---end","--medium":"bds280SectionHeader---medium","--xs":"bds280SectionHeader---xs","--small":"bds280SectionHeader---small","--large":"bds280SectionHeader---large"};
|
|
3214
3214
|
|
|
3215
3215
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
3216
3216
|
var import_design_system_foundation52 = require("@boostdev/design-system-foundation");
|
|
@@ -3232,7 +3232,7 @@ function SectionHeader({
|
|
|
3232
3232
|
}
|
|
3233
3233
|
|
|
3234
3234
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
3235
|
-
var IconWrapper_default = {"component":"
|
|
3235
|
+
var IconWrapper_default = {"component":"bds280IconWrapper-component","wrapper":"bds280IconWrapper-wrapper"};
|
|
3236
3236
|
|
|
3237
3237
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
3238
3238
|
var import_design_system_foundation53 = require("@boostdev/design-system-foundation");
|