@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/client.cjs
CHANGED
|
@@ -92,7 +92,7 @@ module.exports = __toCommonJS(client_exports);
|
|
|
92
92
|
var import_react = require("react");
|
|
93
93
|
|
|
94
94
|
// src/components/ui/Accordion/Accordion.module.css
|
|
95
|
-
var Accordion_default = {"component":"
|
|
95
|
+
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"};
|
|
96
96
|
|
|
97
97
|
// src/components/ui/Accordion/Accordion.tsx
|
|
98
98
|
var import_design_system_foundation = require("@boostdev/design-system-foundation");
|
|
@@ -161,7 +161,7 @@ function Accordion({
|
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
// src/components/ui/Alert/Alert.module.css
|
|
164
|
-
var Alert_default = {"component":"
|
|
164
|
+
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"};
|
|
165
165
|
|
|
166
166
|
// src/components/ui/Alert/Alert.tsx
|
|
167
167
|
var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
|
|
@@ -206,7 +206,7 @@ function Alert({
|
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
// src/components/ui/Avatar/Avatar.module.css
|
|
209
|
-
var Avatar_default = {"component":"
|
|
209
|
+
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"};
|
|
210
210
|
|
|
211
211
|
// src/components/ui/Avatar/Avatar.tsx
|
|
212
212
|
var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
|
|
@@ -233,7 +233,7 @@ function Avatar({ src, alt, name, size = "medium", className, ...rest }) {
|
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
// src/components/ui/Badge/Badge.module.css
|
|
236
|
-
var Badge_default = {"component":"
|
|
236
|
+
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"};
|
|
237
237
|
|
|
238
238
|
// src/components/ui/Badge/Badge.tsx
|
|
239
239
|
var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
|
|
@@ -243,7 +243,7 @@ function Badge({ children, variant = "primary", className, ...rest }) {
|
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
// src/components/ui/Breadcrumb/Breadcrumb.module.css
|
|
246
|
-
var Breadcrumb_default = {"component":"
|
|
246
|
+
var Breadcrumb_default = {"component":"bds280Breadcrumb-component","breadcrumb":"bds280Breadcrumb-breadcrumb","list":"bds280Breadcrumb-list","item":"bds280Breadcrumb-item","link":"bds280Breadcrumb-link","separator":"bds280Breadcrumb-separator","current":"bds280Breadcrumb-current"};
|
|
247
247
|
|
|
248
248
|
// src/components/ui/Breadcrumb/Breadcrumb.tsx
|
|
249
249
|
var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
|
|
@@ -259,7 +259,7 @@ function Breadcrumb({ items, className, ...rest }) {
|
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
// src/components/ui/Collapsible/Collapsible.module.css
|
|
262
|
-
var Collapsible_default = {"component":"
|
|
262
|
+
var Collapsible_default = {"component":"bds280Collapsible-component","collapsible":"bds280Collapsible-collapsible","summary":"bds280Collapsible-summary","summaryContent":"bds280Collapsible-summaryContent","icon":"bds280Collapsible-icon","content":"bds280Collapsible-content"};
|
|
263
263
|
|
|
264
264
|
// src/components/ui/Collapsible/Collapsible.tsx
|
|
265
265
|
var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
|
|
@@ -300,7 +300,7 @@ function Collapsible({
|
|
|
300
300
|
var import_react2 = require("react");
|
|
301
301
|
|
|
302
302
|
// src/components/ui/Calendar/Calendar.module.css
|
|
303
|
-
var Calendar_default = {"component":"
|
|
303
|
+
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"};
|
|
304
304
|
|
|
305
305
|
// src/components/ui/Calendar/Calendar.tsx
|
|
306
306
|
var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
|
|
@@ -475,7 +475,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className, ...rest
|
|
|
475
475
|
var import_react3 = require("react");
|
|
476
476
|
|
|
477
477
|
// src/components/ui/Carousel/Carousel.module.css
|
|
478
|
-
var Carousel_default = {"component":"
|
|
478
|
+
var Carousel_default = {"component":"bds280Carousel-component","carousel":"bds280Carousel-carousel","track":"bds280Carousel-track","slide":"bds280Carousel-slide","navBtn":"bds280Carousel-navBtn"};
|
|
479
479
|
|
|
480
480
|
// src/components/ui/Carousel/Carousel.tsx
|
|
481
481
|
var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
|
|
@@ -528,7 +528,7 @@ function Carousel({ items, label, className, ...rest }) {
|
|
|
528
528
|
}
|
|
529
529
|
|
|
530
530
|
// src/components/ui/DescriptionList/DescriptionList.module.css
|
|
531
|
-
var DescriptionList_default = {"component":"
|
|
531
|
+
var DescriptionList_default = {"component":"bds280DescriptionList-component","list":"bds280DescriptionList-list","group":"bds280DescriptionList-group","term":"bds280DescriptionList-term","details":"bds280DescriptionList-details","--layout_inline":"bds280DescriptionList---layout_inline"};
|
|
532
532
|
|
|
533
533
|
// src/components/ui/DescriptionList/DescriptionList.tsx
|
|
534
534
|
var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
|
|
@@ -541,7 +541,7 @@ function DescriptionList({ items, layout = "stacked", className, ...rest }) {
|
|
|
541
541
|
}
|
|
542
542
|
|
|
543
543
|
// src/components/ui/Link/Link.module.css
|
|
544
|
-
var Link_default = {"component":"
|
|
544
|
+
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"};
|
|
545
545
|
|
|
546
546
|
// src/components/ui/Link/Link.tsx
|
|
547
547
|
var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
|
|
@@ -572,7 +572,7 @@ function Link({
|
|
|
572
572
|
}
|
|
573
573
|
|
|
574
574
|
// src/components/ui/Loading/Loading.module.css
|
|
575
|
-
var Loading_default = {"component":"
|
|
575
|
+
var Loading_default = {"component":"bds280Loading-component","loading":"bds280Loading-loading","spinner":"bds280Loading-spinner","--size_small":"bds280Loading---size_small","--size_large":"bds280Loading---size_large"};
|
|
576
576
|
|
|
577
577
|
// src/components/ui/Loading/Loading.tsx
|
|
578
578
|
var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
|
|
@@ -582,7 +582,7 @@ function Loading({ size = "medium", className, ...rest }) {
|
|
|
582
582
|
}
|
|
583
583
|
|
|
584
584
|
// src/components/ui/NotificationBanner/NotificationBanner.module.css
|
|
585
|
-
var NotificationBanner_default = {"component":"
|
|
585
|
+
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"};
|
|
586
586
|
|
|
587
587
|
// src/components/ui/NotificationBanner/NotificationBanner.tsx
|
|
588
588
|
var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
|
|
@@ -623,7 +623,7 @@ function NotificationBanner({
|
|
|
623
623
|
}
|
|
624
624
|
|
|
625
625
|
// src/components/ui/Pagination/Pagination.module.css
|
|
626
|
-
var Pagination_default = {"component":"
|
|
626
|
+
var Pagination_default = {"component":"bds280Pagination-component","pagination":"bds280Pagination-pagination","list":"bds280Pagination-list","button":"bds280Pagination-button","--active":"bds280Pagination---active","--nav":"bds280Pagination---nav","ellipsis":"bds280Pagination-ellipsis"};
|
|
627
627
|
|
|
628
628
|
// src/components/ui/Pagination/Pagination.tsx
|
|
629
629
|
var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
|
|
@@ -688,7 +688,7 @@ function Pagination({
|
|
|
688
688
|
}
|
|
689
689
|
|
|
690
690
|
// src/components/ui/Progress/Progress.module.css
|
|
691
|
-
var Progress_default = {"component":"
|
|
691
|
+
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"};
|
|
692
692
|
|
|
693
693
|
// src/components/ui/Progress/Progress.tsx
|
|
694
694
|
var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
|
|
@@ -727,7 +727,7 @@ function Progress({
|
|
|
727
727
|
}
|
|
728
728
|
|
|
729
729
|
// src/components/ui/ProgressCircle/ProgressCircle.module.css
|
|
730
|
-
var ProgressCircle_default = {"component":"
|
|
730
|
+
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"};
|
|
731
731
|
|
|
732
732
|
// src/components/ui/ProgressCircle/ProgressCircle.tsx
|
|
733
733
|
var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
|
|
@@ -808,7 +808,7 @@ function ProgressCircle({
|
|
|
808
808
|
}
|
|
809
809
|
|
|
810
810
|
// src/components/ui/Separator/Separator.module.css
|
|
811
|
-
var Separator_default = {"component":"
|
|
811
|
+
var Separator_default = {"component":"bds280Separator-component","separator":"bds280Separator-separator","--horizontal":"bds280Separator---horizontal","--vertical":"bds280Separator---vertical"};
|
|
812
812
|
|
|
813
813
|
// src/components/ui/Separator/Separator.tsx
|
|
814
814
|
var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
|
|
@@ -832,7 +832,7 @@ function Separator({ orientation = "horizontal", className, ...rest }) {
|
|
|
832
832
|
var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
|
|
833
833
|
|
|
834
834
|
// src/components/ui/Skeleton/Skeleton.module.css
|
|
835
|
-
var Skeleton_default = {"component":"
|
|
835
|
+
var Skeleton_default = {"component":"bds280Skeleton-component","skeleton":"bds280Skeleton-skeleton"};
|
|
836
836
|
|
|
837
837
|
// src/components/ui/Skeleton/Skeleton.tsx
|
|
838
838
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
@@ -841,7 +841,7 @@ function Skeleton({ className, ...rest }) {
|
|
|
841
841
|
}
|
|
842
842
|
|
|
843
843
|
// src/components/ui/SkipLink/SkipLink.module.css
|
|
844
|
-
var SkipLink_default = {"component":"
|
|
844
|
+
var SkipLink_default = {"component":"bds280SkipLink-component","skipLink":"bds280SkipLink-skipLink"};
|
|
845
845
|
|
|
846
846
|
// src/components/ui/SkipLink/SkipLink.tsx
|
|
847
847
|
var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
|
|
@@ -851,7 +851,7 @@ function SkipLink({ href = "#main", children = "Skip to main content", className
|
|
|
851
851
|
}
|
|
852
852
|
|
|
853
853
|
// src/components/ui/Table/Table.module.css
|
|
854
|
-
var Table_default = {"component":"
|
|
854
|
+
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"};
|
|
855
855
|
|
|
856
856
|
// src/components/ui/Table/Table.tsx
|
|
857
857
|
var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
|
|
@@ -921,7 +921,7 @@ function Table({
|
|
|
921
921
|
var import_react4 = require("react");
|
|
922
922
|
|
|
923
923
|
// src/components/ui/Tabs/Tabs.module.css
|
|
924
|
-
var Tabs_default = {"component":"
|
|
924
|
+
var Tabs_default = {"component":"bds280Tabs-component","tabs":"bds280Tabs-tabs","tabList":"bds280Tabs-tabList","tab":"bds280Tabs-tab","--active":"bds280Tabs---active","panel":"bds280Tabs-panel"};
|
|
925
925
|
|
|
926
926
|
// src/components/ui/Tabs/Tabs.tsx
|
|
927
927
|
var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
|
|
@@ -1001,7 +1001,7 @@ function Tabs({ tabs, defaultTab, className, ...rest }) {
|
|
|
1001
1001
|
var import_react5 = require("react");
|
|
1002
1002
|
|
|
1003
1003
|
// src/components/ui/Tooltip/Tooltip.module.css
|
|
1004
|
-
var Tooltip_default = {"component":"
|
|
1004
|
+
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"};
|
|
1005
1005
|
|
|
1006
1006
|
// src/components/ui/Tooltip/Tooltip.tsx
|
|
1007
1007
|
var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
|
|
@@ -1045,7 +1045,7 @@ function Tooltip({
|
|
|
1045
1045
|
}
|
|
1046
1046
|
|
|
1047
1047
|
// src/components/ui/Typography/Typography.module.css
|
|
1048
|
-
var Typography_default = {"component":"
|
|
1048
|
+
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"};
|
|
1049
1049
|
|
|
1050
1050
|
// src/components/ui/Typography/Typography.tsx
|
|
1051
1051
|
var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
|
|
@@ -1063,7 +1063,7 @@ function Typography({ variant = "body", component, children, className, ...rest
|
|
|
1063
1063
|
}
|
|
1064
1064
|
|
|
1065
1065
|
// src/components/interaction/Button/Button.module.css
|
|
1066
|
-
var Button_default = {"component":"
|
|
1066
|
+
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"};
|
|
1067
1067
|
|
|
1068
1068
|
// src/components/interaction/Button/Button.tsx
|
|
1069
1069
|
var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
|
|
@@ -1180,7 +1180,7 @@ function installInvokerCommandsPolyfill() {
|
|
|
1180
1180
|
}
|
|
1181
1181
|
|
|
1182
1182
|
// src/components/interaction/Command/Command.module.css
|
|
1183
|
-
var Command_default = {"component":"
|
|
1183
|
+
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"};
|
|
1184
1184
|
|
|
1185
1185
|
// src/components/interaction/Command/Command.tsx
|
|
1186
1186
|
var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
|
|
@@ -1357,7 +1357,7 @@ function Command({
|
|
|
1357
1357
|
var import_react7 = require("react");
|
|
1358
1358
|
|
|
1359
1359
|
// src/components/interaction/Dialog/Dialog.module.css
|
|
1360
|
-
var Dialog_default = {"component":"
|
|
1360
|
+
var Dialog_default = {"component":"bds280Dialog-component","dialog":"bds280Dialog-dialog","dialogContent":"bds280Dialog-dialogContent","closeButton":"bds280Dialog-closeButton"};
|
|
1361
1361
|
|
|
1362
1362
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1363
1363
|
var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
|
|
@@ -1463,7 +1463,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
|
|
|
1463
1463
|
var import_react8 = require("react");
|
|
1464
1464
|
|
|
1465
1465
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1466
|
-
var Drawer_default = {"component":"
|
|
1466
|
+
var Drawer_default = {"component":"bds280Drawer-component","drawer":"bds280Drawer-drawer","--side_left":"bds280Drawer---side_left","header":"bds280Drawer-header","closeButton":"bds280Drawer-closeButton","body":"bds280Drawer-body"};
|
|
1467
1467
|
|
|
1468
1468
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1469
1469
|
var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
|
|
@@ -1564,7 +1564,7 @@ function Drawer({
|
|
|
1564
1564
|
var import_react9 = require("react");
|
|
1565
1565
|
|
|
1566
1566
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1567
|
-
var DropdownMenu_default = {"component":"
|
|
1567
|
+
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"};
|
|
1568
1568
|
|
|
1569
1569
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1570
1570
|
var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
|
|
@@ -1678,7 +1678,7 @@ function DropdownMenu({
|
|
|
1678
1678
|
var import_react10 = require("react");
|
|
1679
1679
|
|
|
1680
1680
|
// src/components/interaction/Popover/Popover.module.css
|
|
1681
|
-
var Popover_default = {"component":"
|
|
1681
|
+
var Popover_default = {"component":"bds280Popover-component","wrapper":"bds280Popover-wrapper","panel":"bds280Popover-panel","g":"bds280Popover-g"};
|
|
1682
1682
|
|
|
1683
1683
|
// src/components/interaction/Popover/Popover.tsx
|
|
1684
1684
|
var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
|
|
@@ -1763,7 +1763,7 @@ function Popover({
|
|
|
1763
1763
|
}
|
|
1764
1764
|
|
|
1765
1765
|
// src/components/interaction/Rating/Rating.module.css
|
|
1766
|
-
var Rating_default = {"component":"
|
|
1766
|
+
var Rating_default = {"component":"bds280Rating-component","rating":"bds280Rating-rating","star":"bds280Rating-star","--filled":"bds280Rating---filled"};
|
|
1767
1767
|
|
|
1768
1768
|
// src/components/interaction/Rating/Rating.tsx
|
|
1769
1769
|
var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
|
|
@@ -1795,7 +1795,7 @@ function Rating({ value, max = 5, className, ...rest }) {
|
|
|
1795
1795
|
var import_react11 = require("react");
|
|
1796
1796
|
|
|
1797
1797
|
// src/components/interaction/Toast/Toast.module.css
|
|
1798
|
-
var Toast_default = {"component":"
|
|
1798
|
+
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"};
|
|
1799
1799
|
|
|
1800
1800
|
// src/components/interaction/Toast/Toast.tsx
|
|
1801
1801
|
var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
|
|
@@ -1873,10 +1873,10 @@ function useToast() {
|
|
|
1873
1873
|
var import_react12 = require("react");
|
|
1874
1874
|
|
|
1875
1875
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1876
|
-
var Checkbox_default = {"component":"
|
|
1876
|
+
var Checkbox_default = {"component":"bds280Checkbox-component","checkboxGroup":"bds280Checkbox-checkboxGroup","inputWrapper":"bds280Checkbox-inputWrapper","checkbox":"bds280Checkbox-checkbox","checkboxError":"bds280Checkbox-checkboxError"};
|
|
1877
1877
|
|
|
1878
1878
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1879
|
-
var Message_default = {"component":"
|
|
1879
|
+
var Message_default = {"component":"bds280Message-component","error":"bds280Message-error","hint":"bds280Message-hint"};
|
|
1880
1880
|
|
|
1881
1881
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1882
1882
|
var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
|
|
@@ -1887,7 +1887,7 @@ var Message = ({ message, type, inputId, className }) => {
|
|
|
1887
1887
|
};
|
|
1888
1888
|
|
|
1889
1889
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1890
|
-
var Label_default = {"component":"
|
|
1890
|
+
var Label_default = {"component":"bds280Label-component","label":"bds280Label-label"};
|
|
1891
1891
|
|
|
1892
1892
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1893
1893
|
var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
|
|
@@ -1900,7 +1900,7 @@ var Label = ({ label, id, className }) => {
|
|
|
1900
1900
|
var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
|
|
1901
1901
|
|
|
1902
1902
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1903
|
-
var InputContainer_default = {"component":"
|
|
1903
|
+
var InputContainer_default = {"component":"bds280InputContainer-component","container":"bds280InputContainer-container"};
|
|
1904
1904
|
|
|
1905
1905
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1906
1906
|
var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
|
|
@@ -1941,7 +1941,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
|
|
|
1941
1941
|
var import_react13 = require("react");
|
|
1942
1942
|
|
|
1943
1943
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
|
|
1944
|
-
var CheckboxGroup_default = {"component":"
|
|
1944
|
+
var CheckboxGroup_default = {"component":"bds280CheckboxGroup-component","group":"bds280CheckboxGroup-group","legend":"bds280CheckboxGroup-legend","required":"bds280CheckboxGroup-required","items":"bds280CheckboxGroup-items"};
|
|
1945
1945
|
|
|
1946
1946
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
|
|
1947
1947
|
var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
|
|
@@ -1983,7 +1983,7 @@ function CheckboxGroup({
|
|
|
1983
1983
|
var import_react14 = require("react");
|
|
1984
1984
|
|
|
1985
1985
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1986
|
-
var Combobox_default = {"component":"
|
|
1986
|
+
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"};
|
|
1987
1987
|
|
|
1988
1988
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1989
1989
|
var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
|
|
@@ -2135,7 +2135,7 @@ var import_react15 = require("react");
|
|
|
2135
2135
|
var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
|
|
2136
2136
|
|
|
2137
2137
|
// src/components/interaction/form/FieldGroup/FieldGroup.module.css
|
|
2138
|
-
var FieldGroup_default = {"component":"
|
|
2138
|
+
var FieldGroup_default = {"component":"bds280FieldGroup-component","fieldGroup":"bds280FieldGroup-fieldGroup","legend":"bds280FieldGroup-legend","fields":"bds280FieldGroup-fields","--variant_horizontal":"bds280FieldGroup---variant_horizontal"};
|
|
2139
2139
|
|
|
2140
2140
|
// src/components/interaction/form/FieldGroup/FieldGroup.tsx
|
|
2141
2141
|
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
@@ -2170,7 +2170,7 @@ function FieldGroup({
|
|
|
2170
2170
|
var import_react16 = require("react");
|
|
2171
2171
|
|
|
2172
2172
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
2173
|
-
var FileInput_default = {"component":"
|
|
2173
|
+
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"};
|
|
2174
2174
|
|
|
2175
2175
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
2176
2176
|
var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
|
|
@@ -2271,7 +2271,7 @@ function FileInput({
|
|
|
2271
2271
|
var import_react17 = require("react");
|
|
2272
2272
|
|
|
2273
2273
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
2274
|
-
var FormInput_default = {"component":"
|
|
2274
|
+
var FormInput_default = {"component":"bds280FormInput-component","formGroup":"bds280FormInput-formGroup","input":"bds280FormInput-input","inputError":"bds280FormInput-inputError"};
|
|
2275
2275
|
|
|
2276
2276
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
2277
2277
|
var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
|
|
@@ -2315,7 +2315,7 @@ function FormInput({
|
|
|
2315
2315
|
var import_react18 = require("react");
|
|
2316
2316
|
|
|
2317
2317
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
2318
|
-
var NumberInput_default = {"component":"
|
|
2318
|
+
var NumberInput_default = {"component":"bds280NumberInput-component","formGroup":"bds280NumberInput-formGroup","inputRow":"bds280NumberInput-inputRow","input":"bds280NumberInput-input","inputError":"bds280NumberInput-inputError","stepper":"bds280NumberInput-stepper"};
|
|
2319
2319
|
|
|
2320
2320
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
2321
2321
|
var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
|
|
@@ -2420,7 +2420,7 @@ function NumberInput({
|
|
|
2420
2420
|
var import_react19 = require("react");
|
|
2421
2421
|
|
|
2422
2422
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
2423
|
-
var Radio_default = {"component":"
|
|
2423
|
+
var Radio_default = {"component":"bds280Radio-component","radioGroup":"bds280Radio-radioGroup","inputWrapper":"bds280Radio-inputWrapper","textWrapper":"bds280Radio-textWrapper","description":"bds280Radio-description","radio":"bds280Radio-radio","radioError":"bds280Radio-radioError"};
|
|
2424
2424
|
|
|
2425
2425
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
2426
2426
|
var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
|
|
@@ -2458,7 +2458,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
|
|
|
2458
2458
|
var import_react20 = require("react");
|
|
2459
2459
|
|
|
2460
2460
|
// src/components/interaction/form/RadioGroup/RadioGroup.module.css
|
|
2461
|
-
var RadioGroup_default = {"component":"
|
|
2461
|
+
var RadioGroup_default = {"component":"bds280RadioGroup-component","group":"bds280RadioGroup-group","legend":"bds280RadioGroup-legend","required":"bds280RadioGroup-required","items":"bds280RadioGroup-items"};
|
|
2462
2462
|
|
|
2463
2463
|
// src/components/interaction/form/RadioGroup/RadioGroup.tsx
|
|
2464
2464
|
var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
|
|
@@ -2500,7 +2500,7 @@ function RadioGroup({
|
|
|
2500
2500
|
var import_react21 = require("react");
|
|
2501
2501
|
|
|
2502
2502
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
|
|
2503
|
-
var SegmentedControl_default = {"component":"
|
|
2503
|
+
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"};
|
|
2504
2504
|
|
|
2505
2505
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
|
|
2506
2506
|
var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
|
|
@@ -2556,7 +2556,7 @@ function SegmentedControl({
|
|
|
2556
2556
|
var import_react22 = require("react");
|
|
2557
2557
|
|
|
2558
2558
|
// src/components/interaction/form/Select/Select.module.css
|
|
2559
|
-
var Select_default = {"component":"
|
|
2559
|
+
var Select_default = {"component":"bds280Select-component","formGroup":"bds280Select-formGroup","selectWrapper":"bds280Select-selectWrapper","select":"bds280Select-select","selectError":"bds280Select-selectError","chevron":"bds280Select-chevron"};
|
|
2560
2560
|
|
|
2561
2561
|
// src/components/interaction/form/Select/Select.tsx
|
|
2562
2562
|
var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
|
|
@@ -2607,7 +2607,7 @@ function Select({
|
|
|
2607
2607
|
var import_react23 = require("react");
|
|
2608
2608
|
|
|
2609
2609
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2610
|
-
var Slider_default = {"component":"
|
|
2610
|
+
var Slider_default = {"component":"bds280Slider-component","formGroup":"bds280Slider-formGroup","labelRow":"bds280Slider-labelRow","value":"bds280Slider-value","slider":"bds280Slider-slider","sliderError":"bds280Slider-sliderError"};
|
|
2611
2611
|
|
|
2612
2612
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2613
2613
|
var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
|
|
@@ -2669,7 +2669,7 @@ function Slider({
|
|
|
2669
2669
|
var import_react24 = require("react");
|
|
2670
2670
|
|
|
2671
2671
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2672
|
-
var Switch_default = {"component":"
|
|
2672
|
+
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"};
|
|
2673
2673
|
|
|
2674
2674
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2675
2675
|
var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
|
|
@@ -2717,7 +2717,7 @@ function Switch({
|
|
|
2717
2717
|
var import_react25 = require("react");
|
|
2718
2718
|
|
|
2719
2719
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2720
|
-
var Textarea_default = {"component":"
|
|
2720
|
+
var Textarea_default = {"component":"bds280Textarea-component","formGroup":"bds280Textarea-formGroup","textarea":"bds280Textarea-textarea","textareaError":"bds280Textarea-textareaError"};
|
|
2721
2721
|
|
|
2722
2722
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2723
2723
|
var import_design_system_foundation47 = require("@boostdev/design-system-foundation");
|
|
@@ -2756,7 +2756,7 @@ function Textarea({
|
|
|
2756
2756
|
}
|
|
2757
2757
|
|
|
2758
2758
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2759
|
-
var ButtonGroup_default = {"component":"
|
|
2759
|
+
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"};
|
|
2760
2760
|
|
|
2761
2761
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2762
2762
|
var import_design_system_foundation48 = require("@boostdev/design-system-foundation");
|
|
@@ -2775,7 +2775,7 @@ function ButtonContainer({ children, className, variant, ...rest }) {
|
|
|
2775
2775
|
var ButtonGroup = ButtonContainer;
|
|
2776
2776
|
|
|
2777
2777
|
// src/components/layout/Card/Card.module.css
|
|
2778
|
-
var Card_default = {"component":"
|
|
2778
|
+
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"};
|
|
2779
2779
|
|
|
2780
2780
|
// src/components/layout/Card/Card.tsx
|
|
2781
2781
|
var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
|
|
@@ -2815,7 +2815,7 @@ function Card({
|
|
|
2815
2815
|
var import_react27 = require("react");
|
|
2816
2816
|
|
|
2817
2817
|
// src/components/layout/Grid/Grid.module.css
|
|
2818
|
-
var Grid_default = {"component":"
|
|
2818
|
+
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"};
|
|
2819
2819
|
|
|
2820
2820
|
// src/components/layout/Grid/Grid.tsx
|
|
2821
2821
|
var import_design_system_foundation50 = require("@boostdev/design-system-foundation");
|
|
@@ -3211,7 +3211,7 @@ function GridItem({
|
|
|
3211
3211
|
}
|
|
3212
3212
|
|
|
3213
3213
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
3214
|
-
var SectionHeader_default = {"component":"
|
|
3214
|
+
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"};
|
|
3215
3215
|
|
|
3216
3216
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
3217
3217
|
var import_design_system_foundation52 = require("@boostdev/design-system-foundation");
|
|
@@ -3233,7 +3233,7 @@ function SectionHeader({
|
|
|
3233
3233
|
}
|
|
3234
3234
|
|
|
3235
3235
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
3236
|
-
var IconWrapper_default = {"component":"
|
|
3236
|
+
var IconWrapper_default = {"component":"bds280IconWrapper-component","wrapper":"bds280IconWrapper-wrapper"};
|
|
3237
3237
|
|
|
3238
3238
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
3239
3239
|
var import_design_system_foundation53 = require("@boostdev/design-system-foundation");
|