@boostdev/design-system-components 2.4.0 → 2.4.1
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/dist/client.cjs +70 -62
- package/dist/client.css +537 -537
- package/dist/client.js +70 -62
- package/dist/index.cjs +70 -62
- package/dist/index.css +537 -537
- package/dist/index.js +70 -62
- package/dist/web-components/index.js +2 -3
- package/package.json +1 -1
- package/src/components/layout/Grid/Grid.spec.tsx +23 -0
- package/src/components/layout/Grid/masonry.ts +50 -18
package/dist/index.cjs
CHANGED
|
@@ -90,7 +90,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
90
90
|
var import_react = require("react");
|
|
91
91
|
|
|
92
92
|
// src/components/ui/Accordion/Accordion.module.css
|
|
93
|
-
var Accordion_default = {"component":"
|
|
93
|
+
var Accordion_default = {"component":"bds241Accordion-component","accordion":"bds241Accordion-accordion","item":"bds241Accordion-item","heading":"bds241Accordion-heading","trigger":"bds241Accordion-trigger","triggerLabel":"bds241Accordion-triggerLabel","chevron":"bds241Accordion-chevron","--open":"bds241Accordion---open","panel":"bds241Accordion-panel","panelContent":"bds241Accordion-panelContent"};
|
|
94
94
|
|
|
95
95
|
// src/components/ui/Accordion/Accordion.tsx
|
|
96
96
|
var import_design_system_foundation = require("@boostdev/design-system-foundation");
|
|
@@ -159,7 +159,7 @@ function Accordion({
|
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
// src/components/ui/Alert/Alert.module.css
|
|
162
|
-
var Alert_default = {"component":"
|
|
162
|
+
var Alert_default = {"component":"bds241Alert-component","alert":"bds241Alert-alert","--variant_info":"bds241Alert---variant_info","--variant_success":"bds241Alert---variant_success","--variant_warning":"bds241Alert---variant_warning","--variant_error":"bds241Alert---variant_error","icon":"bds241Alert-icon","content":"bds241Alert-content","title":"bds241Alert-title","dismiss":"bds241Alert-dismiss"};
|
|
163
163
|
|
|
164
164
|
// src/components/ui/Alert/Alert.tsx
|
|
165
165
|
var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
|
|
@@ -204,7 +204,7 @@ function Alert({
|
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
// src/components/ui/Avatar/Avatar.module.css
|
|
207
|
-
var Avatar_default = {"component":"
|
|
207
|
+
var Avatar_default = {"component":"bds241Avatar-component","avatar":"bds241Avatar-avatar","--fallback":"bds241Avatar---fallback","--size_small":"bds241Avatar---size_small","--size_medium":"bds241Avatar---size_medium","--size_large":"bds241Avatar---size_large","image":"bds241Avatar-image","initials":"bds241Avatar-initials"};
|
|
208
208
|
|
|
209
209
|
// src/components/ui/Avatar/Avatar.tsx
|
|
210
210
|
var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
|
|
@@ -231,7 +231,7 @@ function Avatar({ src, alt, name, size = "medium", className, ...rest }) {
|
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
// src/components/ui/Badge/Badge.module.css
|
|
234
|
-
var Badge_default = {"component":"
|
|
234
|
+
var Badge_default = {"component":"bds241Badge-component","badge":"bds241Badge-badge","--variant_primary":"bds241Badge---variant_primary","--variant_secondary":"bds241Badge---variant_secondary","--variant_success":"bds241Badge---variant_success","--variant_error":"bds241Badge---variant_error","--variant_warning":"bds241Badge---variant_warning"};
|
|
235
235
|
|
|
236
236
|
// src/components/ui/Badge/Badge.tsx
|
|
237
237
|
var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
|
|
@@ -241,7 +241,7 @@ function Badge({ children, variant = "primary", className, ...rest }) {
|
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
// src/components/ui/Breadcrumb/Breadcrumb.module.css
|
|
244
|
-
var Breadcrumb_default = {"component":"
|
|
244
|
+
var Breadcrumb_default = {"component":"bds241Breadcrumb-component","breadcrumb":"bds241Breadcrumb-breadcrumb","list":"bds241Breadcrumb-list","item":"bds241Breadcrumb-item","link":"bds241Breadcrumb-link","separator":"bds241Breadcrumb-separator","current":"bds241Breadcrumb-current"};
|
|
245
245
|
|
|
246
246
|
// src/components/ui/Breadcrumb/Breadcrumb.tsx
|
|
247
247
|
var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
|
|
@@ -257,7 +257,7 @@ function Breadcrumb({ items, className, ...rest }) {
|
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
// src/components/ui/Collapsible/Collapsible.module.css
|
|
260
|
-
var Collapsible_default = {"component":"
|
|
260
|
+
var Collapsible_default = {"component":"bds241Collapsible-component","collapsible":"bds241Collapsible-collapsible","summary":"bds241Collapsible-summary","summaryContent":"bds241Collapsible-summaryContent","icon":"bds241Collapsible-icon","content":"bds241Collapsible-content"};
|
|
261
261
|
|
|
262
262
|
// src/components/ui/Collapsible/Collapsible.tsx
|
|
263
263
|
var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
|
|
@@ -298,7 +298,7 @@ function Collapsible({
|
|
|
298
298
|
var import_react2 = require("react");
|
|
299
299
|
|
|
300
300
|
// src/components/ui/Calendar/Calendar.module.css
|
|
301
|
-
var Calendar_default = {"component":"
|
|
301
|
+
var Calendar_default = {"component":"bds241Calendar-component","calendar":"bds241Calendar-calendar","header":"bds241Calendar-header","monthYear":"bds241Calendar-monthYear","navBtn":"bds241Calendar-navBtn","grid":"bds241Calendar-grid","weekday":"bds241Calendar-weekday","empty":"bds241Calendar-empty","day":"bds241Calendar-day","disabled":"bds241Calendar-disabled","selected":"bds241Calendar-selected","today":"bds241Calendar-today"};
|
|
302
302
|
|
|
303
303
|
// src/components/ui/Calendar/Calendar.tsx
|
|
304
304
|
var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
|
|
@@ -473,7 +473,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className, ...rest
|
|
|
473
473
|
var import_react3 = require("react");
|
|
474
474
|
|
|
475
475
|
// src/components/ui/Carousel/Carousel.module.css
|
|
476
|
-
var Carousel_default = {"component":"
|
|
476
|
+
var Carousel_default = {"component":"bds241Carousel-component","carousel":"bds241Carousel-carousel","track":"bds241Carousel-track","slide":"bds241Carousel-slide","navBtn":"bds241Carousel-navBtn"};
|
|
477
477
|
|
|
478
478
|
// src/components/ui/Carousel/Carousel.tsx
|
|
479
479
|
var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
|
|
@@ -526,7 +526,7 @@ function Carousel({ items, label, className, ...rest }) {
|
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
// src/components/ui/DescriptionList/DescriptionList.module.css
|
|
529
|
-
var DescriptionList_default = {"component":"
|
|
529
|
+
var DescriptionList_default = {"component":"bds241DescriptionList-component","list":"bds241DescriptionList-list","group":"bds241DescriptionList-group","term":"bds241DescriptionList-term","details":"bds241DescriptionList-details","--layout_inline":"bds241DescriptionList---layout_inline"};
|
|
530
530
|
|
|
531
531
|
// src/components/ui/DescriptionList/DescriptionList.tsx
|
|
532
532
|
var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
|
|
@@ -539,7 +539,7 @@ function DescriptionList({ items, layout = "stacked", className, ...rest }) {
|
|
|
539
539
|
}
|
|
540
540
|
|
|
541
541
|
// src/components/ui/Link/Link.module.css
|
|
542
|
-
var Link_default = {"component":"
|
|
542
|
+
var Link_default = {"component":"bds241Link-component","link":"bds241Link-link","--variant_default":"bds241Link---variant_default","--variant_subtle":"bds241Link---variant_subtle","--variant_standalone":"bds241Link---variant_standalone","externalLabel":"bds241Link-externalLabel"};
|
|
543
543
|
|
|
544
544
|
// src/components/ui/Link/Link.tsx
|
|
545
545
|
var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
|
|
@@ -570,7 +570,7 @@ function Link({
|
|
|
570
570
|
}
|
|
571
571
|
|
|
572
572
|
// src/components/ui/Loading/Loading.module.css
|
|
573
|
-
var Loading_default = {"component":"
|
|
573
|
+
var Loading_default = {"component":"bds241Loading-component","loading":"bds241Loading-loading","spinner":"bds241Loading-spinner","--size_small":"bds241Loading---size_small","--size_large":"bds241Loading---size_large"};
|
|
574
574
|
|
|
575
575
|
// src/components/ui/Loading/Loading.tsx
|
|
576
576
|
var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
|
|
@@ -580,7 +580,7 @@ function Loading({ size = "medium", className, ...rest }) {
|
|
|
580
580
|
}
|
|
581
581
|
|
|
582
582
|
// src/components/ui/NotificationBanner/NotificationBanner.module.css
|
|
583
|
-
var NotificationBanner_default = {"component":"
|
|
583
|
+
var NotificationBanner_default = {"component":"bds241NotificationBanner-component","banner":"bds241NotificationBanner-banner","--variant_info":"bds241NotificationBanner---variant_info","--variant_success":"bds241NotificationBanner---variant_success","--variant_warning":"bds241NotificationBanner---variant_warning","--variant_error":"bds241NotificationBanner---variant_error","content":"bds241NotificationBanner-content","action":"bds241NotificationBanner-action","dismiss":"bds241NotificationBanner-dismiss"};
|
|
584
584
|
|
|
585
585
|
// src/components/ui/NotificationBanner/NotificationBanner.tsx
|
|
586
586
|
var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
|
|
@@ -621,7 +621,7 @@ function NotificationBanner({
|
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
// src/components/ui/Pagination/Pagination.module.css
|
|
624
|
-
var Pagination_default = {"component":"
|
|
624
|
+
var Pagination_default = {"component":"bds241Pagination-component","pagination":"bds241Pagination-pagination","list":"bds241Pagination-list","button":"bds241Pagination-button","--active":"bds241Pagination---active","--nav":"bds241Pagination---nav","ellipsis":"bds241Pagination-ellipsis"};
|
|
625
625
|
|
|
626
626
|
// src/components/ui/Pagination/Pagination.tsx
|
|
627
627
|
var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
|
|
@@ -686,7 +686,7 @@ function Pagination({
|
|
|
686
686
|
}
|
|
687
687
|
|
|
688
688
|
// src/components/ui/Progress/Progress.module.css
|
|
689
|
-
var Progress_default = {"component":"
|
|
689
|
+
var Progress_default = {"component":"bds241Progress-component","container":"bds241Progress-container","labelRow":"bds241Progress-labelRow","value":"bds241Progress-value","track":"bds241Progress-track","--size_small":"bds241Progress---size_small","--size_medium":"bds241Progress---size_medium","--size_large":"bds241Progress---size_large","fill":"bds241Progress-fill"};
|
|
690
690
|
|
|
691
691
|
// src/components/ui/Progress/Progress.tsx
|
|
692
692
|
var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
|
|
@@ -725,7 +725,7 @@ function Progress({
|
|
|
725
725
|
}
|
|
726
726
|
|
|
727
727
|
// src/components/ui/ProgressCircle/ProgressCircle.module.css
|
|
728
|
-
var ProgressCircle_default = {"component":"
|
|
728
|
+
var ProgressCircle_default = {"component":"bds241ProgressCircle-component","wrapper":"bds241ProgressCircle-wrapper","svg":"bds241ProgressCircle-svg","track":"bds241ProgressCircle-track","fill":"bds241ProgressCircle-fill","value":"bds241ProgressCircle-value","--size_small":"bds241ProgressCircle---size_small","--size_medium":"bds241ProgressCircle---size_medium","--size_large":"bds241ProgressCircle---size_large"};
|
|
729
729
|
|
|
730
730
|
// src/components/ui/ProgressCircle/ProgressCircle.tsx
|
|
731
731
|
var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
|
|
@@ -806,7 +806,7 @@ function ProgressCircle({
|
|
|
806
806
|
}
|
|
807
807
|
|
|
808
808
|
// src/components/ui/Separator/Separator.module.css
|
|
809
|
-
var Separator_default = {"component":"
|
|
809
|
+
var Separator_default = {"component":"bds241Separator-component","separator":"bds241Separator-separator","--horizontal":"bds241Separator---horizontal","--vertical":"bds241Separator---vertical"};
|
|
810
810
|
|
|
811
811
|
// src/components/ui/Separator/Separator.tsx
|
|
812
812
|
var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
|
|
@@ -830,7 +830,7 @@ function Separator({ orientation = "horizontal", className, ...rest }) {
|
|
|
830
830
|
var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
|
|
831
831
|
|
|
832
832
|
// src/components/ui/Skeleton/Skeleton.module.css
|
|
833
|
-
var Skeleton_default = {"component":"
|
|
833
|
+
var Skeleton_default = {"component":"bds241Skeleton-component","skeleton":"bds241Skeleton-skeleton"};
|
|
834
834
|
|
|
835
835
|
// src/components/ui/Skeleton/Skeleton.tsx
|
|
836
836
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
@@ -839,7 +839,7 @@ function Skeleton({ className, ...rest }) {
|
|
|
839
839
|
}
|
|
840
840
|
|
|
841
841
|
// src/components/ui/SkipLink/SkipLink.module.css
|
|
842
|
-
var SkipLink_default = {"component":"
|
|
842
|
+
var SkipLink_default = {"component":"bds241SkipLink-component","skipLink":"bds241SkipLink-skipLink"};
|
|
843
843
|
|
|
844
844
|
// src/components/ui/SkipLink/SkipLink.tsx
|
|
845
845
|
var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
|
|
@@ -849,7 +849,7 @@ function SkipLink({ href = "#main", children = "Skip to main content", className
|
|
|
849
849
|
}
|
|
850
850
|
|
|
851
851
|
// src/components/ui/Table/Table.module.css
|
|
852
|
-
var Table_default = {"component":"
|
|
852
|
+
var Table_default = {"component":"bds241Table-component","wrapper":"bds241Table-wrapper","table":"bds241Table-table","caption":"bds241Table-caption","thead":"bds241Table-thead","th":"bds241Table-th","--sortable":"bds241Table---sortable","sortButton":"bds241Table-sortButton","sortIcon":"bds241Table-sortIcon","--sort-active":"bds241Table---sort-active","--sort-desc":"bds241Table---sort-desc","tbody":"bds241Table-tbody","tr":"bds241Table-tr","td":"bds241Table-td"};
|
|
853
853
|
|
|
854
854
|
// src/components/ui/Table/Table.tsx
|
|
855
855
|
var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
|
|
@@ -919,7 +919,7 @@ function Table({
|
|
|
919
919
|
var import_react4 = require("react");
|
|
920
920
|
|
|
921
921
|
// src/components/ui/Tabs/Tabs.module.css
|
|
922
|
-
var Tabs_default = {"component":"
|
|
922
|
+
var Tabs_default = {"component":"bds241Tabs-component","tabs":"bds241Tabs-tabs","tabList":"bds241Tabs-tabList","tab":"bds241Tabs-tab","--active":"bds241Tabs---active","panel":"bds241Tabs-panel"};
|
|
923
923
|
|
|
924
924
|
// src/components/ui/Tabs/Tabs.tsx
|
|
925
925
|
var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
|
|
@@ -999,7 +999,7 @@ function Tabs({ tabs, defaultTab, className, ...rest }) {
|
|
|
999
999
|
var import_react5 = require("react");
|
|
1000
1000
|
|
|
1001
1001
|
// src/components/ui/Tooltip/Tooltip.module.css
|
|
1002
|
-
var Tooltip_default = {"component":"
|
|
1002
|
+
var Tooltip_default = {"component":"bds241Tooltip-component","wrapper":"bds241Tooltip-wrapper","tooltip":"bds241Tooltip-tooltip","--placement_top":"bds241Tooltip---placement_top","--placement_bottom":"bds241Tooltip---placement_bottom","--placement_left":"bds241Tooltip---placement_left","--placement_right":"bds241Tooltip---placement_right"};
|
|
1003
1003
|
|
|
1004
1004
|
// src/components/ui/Tooltip/Tooltip.tsx
|
|
1005
1005
|
var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
|
|
@@ -1043,7 +1043,7 @@ function Tooltip({
|
|
|
1043
1043
|
}
|
|
1044
1044
|
|
|
1045
1045
|
// src/components/ui/Typography/Typography.module.css
|
|
1046
|
-
var Typography_default = {"component":"
|
|
1046
|
+
var Typography_default = {"component":"bds241Typography-component","typography":"bds241Typography-typography","--h1":"bds241Typography---h1","--h2":"bds241Typography---h2","--h3":"bds241Typography---h3","--body":"bds241Typography---body","--body_s":"bds241Typography---body_s"};
|
|
1047
1047
|
|
|
1048
1048
|
// src/components/ui/Typography/Typography.tsx
|
|
1049
1049
|
var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
|
|
@@ -1061,7 +1061,7 @@ function Typography({ variant = "body", component, children, className, ...rest
|
|
|
1061
1061
|
}
|
|
1062
1062
|
|
|
1063
1063
|
// src/components/interaction/Button/Button.module.css
|
|
1064
|
-
var Button_default = {"component":"
|
|
1064
|
+
var Button_default = {"component":"bds241Button-component","button":"bds241Button-button","--default":"bds241Button---default","--outline":"bds241Button---outline","--ghost":"bds241Button---ghost","--size_small":"bds241Button---size_small","--size_medium":"bds241Button---size_medium","--size_large":"bds241Button---size_large","--hasPulse":"bds241Button---hasPulse","iconStart":"bds241Button-iconStart","iconEnd":"bds241Button-iconEnd","--iconOnly":"bds241Button---iconOnly"};
|
|
1065
1065
|
|
|
1066
1066
|
// src/components/interaction/Button/Button.tsx
|
|
1067
1067
|
var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
|
|
@@ -1178,7 +1178,7 @@ function installInvokerCommandsPolyfill() {
|
|
|
1178
1178
|
}
|
|
1179
1179
|
|
|
1180
1180
|
// src/components/interaction/Command/Command.module.css
|
|
1181
|
-
var Command_default = {"component":"
|
|
1181
|
+
var Command_default = {"component":"bds241Command-component","dialog":"bds241Command-dialog","palette":"bds241Command-palette","searchRow":"bds241Command-searchRow","searchIcon":"bds241Command-searchIcon","search":"bds241Command-search","escHint":"bds241Command-escHint","list":"bds241Command-list","groupList":"bds241Command-groupList","group":"bds241Command-group","item":"bds241Command-item","itemActive":"bds241Command-itemActive","itemLabel":"bds241Command-itemLabel","itemDesc":"bds241Command-itemDesc","shortcut":"bds241Command-shortcut","empty":"bds241Command-empty"};
|
|
1182
1182
|
|
|
1183
1183
|
// src/components/interaction/Command/Command.tsx
|
|
1184
1184
|
var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
|
|
@@ -1355,7 +1355,7 @@ function Command({
|
|
|
1355
1355
|
var import_react7 = require("react");
|
|
1356
1356
|
|
|
1357
1357
|
// src/components/interaction/Dialog/Dialog.module.css
|
|
1358
|
-
var Dialog_default = {"component":"
|
|
1358
|
+
var Dialog_default = {"component":"bds241Dialog-component","dialog":"bds241Dialog-dialog","dialogContent":"bds241Dialog-dialogContent","closeButton":"bds241Dialog-closeButton"};
|
|
1359
1359
|
|
|
1360
1360
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1361
1361
|
var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
|
|
@@ -1461,7 +1461,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
|
|
|
1461
1461
|
var import_react8 = require("react");
|
|
1462
1462
|
|
|
1463
1463
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1464
|
-
var Drawer_default = {"component":"
|
|
1464
|
+
var Drawer_default = {"component":"bds241Drawer-component","drawer":"bds241Drawer-drawer","--side_left":"bds241Drawer---side_left","header":"bds241Drawer-header","closeButton":"bds241Drawer-closeButton","body":"bds241Drawer-body"};
|
|
1465
1465
|
|
|
1466
1466
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1467
1467
|
var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
|
|
@@ -1562,7 +1562,7 @@ function Drawer({
|
|
|
1562
1562
|
var import_react9 = require("react");
|
|
1563
1563
|
|
|
1564
1564
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1565
|
-
var DropdownMenu_default = {"component":"
|
|
1565
|
+
var DropdownMenu_default = {"component":"bds241DropdownMenu-component","wrapper":"bds241DropdownMenu-wrapper","menu":"bds241DropdownMenu-menu","--placement_bottom-start":"bds241DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds241DropdownMenu---placement_bottom-end","separator":"bds241DropdownMenu-separator","item":"bds241DropdownMenu-item","icon":"bds241DropdownMenu-icon"};
|
|
1566
1566
|
|
|
1567
1567
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1568
1568
|
var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
|
|
@@ -1676,7 +1676,7 @@ function DropdownMenu({
|
|
|
1676
1676
|
var import_react10 = require("react");
|
|
1677
1677
|
|
|
1678
1678
|
// src/components/interaction/Popover/Popover.module.css
|
|
1679
|
-
var Popover_default = {"component":"
|
|
1679
|
+
var Popover_default = {"component":"bds241Popover-component","wrapper":"bds241Popover-wrapper","panel":"bds241Popover-panel","g":"bds241Popover-g"};
|
|
1680
1680
|
|
|
1681
1681
|
// src/components/interaction/Popover/Popover.tsx
|
|
1682
1682
|
var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
|
|
@@ -1761,7 +1761,7 @@ function Popover({
|
|
|
1761
1761
|
}
|
|
1762
1762
|
|
|
1763
1763
|
// src/components/interaction/Rating/Rating.module.css
|
|
1764
|
-
var Rating_default = {"component":"
|
|
1764
|
+
var Rating_default = {"component":"bds241Rating-component","rating":"bds241Rating-rating","star":"bds241Rating-star","--filled":"bds241Rating---filled"};
|
|
1765
1765
|
|
|
1766
1766
|
// src/components/interaction/Rating/Rating.tsx
|
|
1767
1767
|
var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
|
|
@@ -1793,7 +1793,7 @@ function Rating({ value, max = 5, className, ...rest }) {
|
|
|
1793
1793
|
var import_react11 = require("react");
|
|
1794
1794
|
|
|
1795
1795
|
// src/components/interaction/Toast/Toast.module.css
|
|
1796
|
-
var Toast_default = {"component":"
|
|
1796
|
+
var Toast_default = {"component":"bds241Toast-component","toastContainer":"bds241Toast-toastContainer","toast":"bds241Toast-toast","--variant_success":"bds241Toast---variant_success","--variant_warning":"bds241Toast---variant_warning","--variant_info":"bds241Toast---variant_info","--variant_error":"bds241Toast---variant_error","message":"bds241Toast-message","closeButton":"bds241Toast-closeButton"};
|
|
1797
1797
|
|
|
1798
1798
|
// src/components/interaction/Toast/Toast.tsx
|
|
1799
1799
|
var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
|
|
@@ -1871,10 +1871,10 @@ function useToast() {
|
|
|
1871
1871
|
var import_react12 = require("react");
|
|
1872
1872
|
|
|
1873
1873
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1874
|
-
var Checkbox_default = {"component":"
|
|
1874
|
+
var Checkbox_default = {"component":"bds241Checkbox-component","checkboxGroup":"bds241Checkbox-checkboxGroup","inputWrapper":"bds241Checkbox-inputWrapper","checkbox":"bds241Checkbox-checkbox","checkboxError":"bds241Checkbox-checkboxError"};
|
|
1875
1875
|
|
|
1876
1876
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1877
|
-
var Message_default = {"component":"
|
|
1877
|
+
var Message_default = {"component":"bds241Message-component","error":"bds241Message-error","hint":"bds241Message-hint"};
|
|
1878
1878
|
|
|
1879
1879
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1880
1880
|
var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
|
|
@@ -1885,7 +1885,7 @@ var Message = ({ message, type, inputId, className }) => {
|
|
|
1885
1885
|
};
|
|
1886
1886
|
|
|
1887
1887
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1888
|
-
var Label_default = {"component":"
|
|
1888
|
+
var Label_default = {"component":"bds241Label-component","label":"bds241Label-label"};
|
|
1889
1889
|
|
|
1890
1890
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1891
1891
|
var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
|
|
@@ -1898,7 +1898,7 @@ var Label = ({ label, id, className }) => {
|
|
|
1898
1898
|
var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
|
|
1899
1899
|
|
|
1900
1900
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1901
|
-
var InputContainer_default = {"component":"
|
|
1901
|
+
var InputContainer_default = {"component":"bds241InputContainer-component","container":"bds241InputContainer-container"};
|
|
1902
1902
|
|
|
1903
1903
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1904
1904
|
var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
|
|
@@ -1939,7 +1939,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
|
|
|
1939
1939
|
var import_react13 = require("react");
|
|
1940
1940
|
|
|
1941
1941
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
|
|
1942
|
-
var CheckboxGroup_default = {"component":"
|
|
1942
|
+
var CheckboxGroup_default = {"component":"bds241CheckboxGroup-component","group":"bds241CheckboxGroup-group","legend":"bds241CheckboxGroup-legend","required":"bds241CheckboxGroup-required","items":"bds241CheckboxGroup-items"};
|
|
1943
1943
|
|
|
1944
1944
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
|
|
1945
1945
|
var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
|
|
@@ -1981,7 +1981,7 @@ function CheckboxGroup({
|
|
|
1981
1981
|
var import_react14 = require("react");
|
|
1982
1982
|
|
|
1983
1983
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1984
|
-
var Combobox_default = {"component":"
|
|
1984
|
+
var Combobox_default = {"component":"bds241Combobox-component","formGroup":"bds241Combobox-formGroup","inputWrapper":"bds241Combobox-inputWrapper","input":"bds241Combobox-input","inputError":"bds241Combobox-inputError","chevron":"bds241Combobox-chevron","listbox":"bds241Combobox-listbox","option":"bds241Combobox-option","--highlighted":"bds241Combobox---highlighted","--selected":"bds241Combobox---selected","--disabled":"bds241Combobox---disabled"};
|
|
1985
1985
|
|
|
1986
1986
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1987
1987
|
var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
|
|
@@ -2132,7 +2132,7 @@ function Combobox({
|
|
|
2132
2132
|
var import_react15 = require("react");
|
|
2133
2133
|
|
|
2134
2134
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
2135
|
-
var FileInput_default = {"component":"
|
|
2135
|
+
var FileInput_default = {"component":"bds241FileInput-component","formGroup":"bds241FileInput-formGroup","fieldLabel":"bds241FileInput-fieldLabel","dropZone":"bds241FileInput-dropZone","isDragging":"bds241FileInput-isDragging","hasError":"bds241FileInput-hasError","isDisabled":"bds241FileInput-isDisabled","icon":"bds241FileInput-icon","prompt":"bds241FileInput-prompt","acceptHint":"bds241FileInput-acceptHint","hiddenInput":"bds241FileInput-hiddenInput"};
|
|
2136
2136
|
|
|
2137
2137
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
2138
2138
|
var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
|
|
@@ -2233,7 +2233,7 @@ function FileInput({
|
|
|
2233
2233
|
var import_react16 = require("react");
|
|
2234
2234
|
|
|
2235
2235
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
2236
|
-
var FormInput_default = {"component":"
|
|
2236
|
+
var FormInput_default = {"component":"bds241FormInput-component","formGroup":"bds241FormInput-formGroup","input":"bds241FormInput-input","inputError":"bds241FormInput-inputError"};
|
|
2237
2237
|
|
|
2238
2238
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
2239
2239
|
var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
|
|
@@ -2277,7 +2277,7 @@ function FormInput({
|
|
|
2277
2277
|
var import_react17 = require("react");
|
|
2278
2278
|
|
|
2279
2279
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
2280
|
-
var NumberInput_default = {"component":"
|
|
2280
|
+
var NumberInput_default = {"component":"bds241NumberInput-component","formGroup":"bds241NumberInput-formGroup","inputRow":"bds241NumberInput-inputRow","input":"bds241NumberInput-input","inputError":"bds241NumberInput-inputError","stepper":"bds241NumberInput-stepper"};
|
|
2281
2281
|
|
|
2282
2282
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
2283
2283
|
var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
|
|
@@ -2382,7 +2382,7 @@ function NumberInput({
|
|
|
2382
2382
|
var import_react18 = require("react");
|
|
2383
2383
|
|
|
2384
2384
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
2385
|
-
var Radio_default = {"component":"
|
|
2385
|
+
var Radio_default = {"component":"bds241Radio-component","radioGroup":"bds241Radio-radioGroup","inputWrapper":"bds241Radio-inputWrapper","textWrapper":"bds241Radio-textWrapper","description":"bds241Radio-description","radio":"bds241Radio-radio","radioError":"bds241Radio-radioError"};
|
|
2386
2386
|
|
|
2387
2387
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
2388
2388
|
var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
|
|
@@ -2420,7 +2420,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
|
|
|
2420
2420
|
var import_react19 = require("react");
|
|
2421
2421
|
|
|
2422
2422
|
// src/components/interaction/form/RadioGroup/RadioGroup.module.css
|
|
2423
|
-
var RadioGroup_default = {"component":"
|
|
2423
|
+
var RadioGroup_default = {"component":"bds241RadioGroup-component","group":"bds241RadioGroup-group","legend":"bds241RadioGroup-legend","required":"bds241RadioGroup-required","items":"bds241RadioGroup-items"};
|
|
2424
2424
|
|
|
2425
2425
|
// src/components/interaction/form/RadioGroup/RadioGroup.tsx
|
|
2426
2426
|
var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
|
|
@@ -2462,7 +2462,7 @@ function RadioGroup({
|
|
|
2462
2462
|
var import_react20 = require("react");
|
|
2463
2463
|
|
|
2464
2464
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
|
|
2465
|
-
var SegmentedControl_default = {"component":"
|
|
2465
|
+
var SegmentedControl_default = {"component":"bds241SegmentedControl-component","control":"bds241SegmentedControl-control","thumb":"bds241SegmentedControl-thumb","indicator":"bds241SegmentedControl-indicator","item":"bds241SegmentedControl-item","--active":"bds241SegmentedControl---active","--disabled":"bds241SegmentedControl---disabled","--size_small":"bds241SegmentedControl---size_small","--size_large":"bds241SegmentedControl---size_large","--variant_outline":"bds241SegmentedControl---variant_outline"};
|
|
2466
2466
|
|
|
2467
2467
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
|
|
2468
2468
|
var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
|
|
@@ -2518,7 +2518,7 @@ function SegmentedControl({
|
|
|
2518
2518
|
var import_react21 = require("react");
|
|
2519
2519
|
|
|
2520
2520
|
// src/components/interaction/form/Select/Select.module.css
|
|
2521
|
-
var Select_default = {"component":"
|
|
2521
|
+
var Select_default = {"component":"bds241Select-component","formGroup":"bds241Select-formGroup","selectWrapper":"bds241Select-selectWrapper","select":"bds241Select-select","selectError":"bds241Select-selectError","chevron":"bds241Select-chevron"};
|
|
2522
2522
|
|
|
2523
2523
|
// src/components/interaction/form/Select/Select.tsx
|
|
2524
2524
|
var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
|
|
@@ -2569,7 +2569,7 @@ function Select({
|
|
|
2569
2569
|
var import_react22 = require("react");
|
|
2570
2570
|
|
|
2571
2571
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2572
|
-
var Slider_default = {"component":"
|
|
2572
|
+
var Slider_default = {"component":"bds241Slider-component","formGroup":"bds241Slider-formGroup","labelRow":"bds241Slider-labelRow","value":"bds241Slider-value","slider":"bds241Slider-slider","sliderError":"bds241Slider-sliderError"};
|
|
2573
2573
|
|
|
2574
2574
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2575
2575
|
var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
|
|
@@ -2631,7 +2631,7 @@ function Slider({
|
|
|
2631
2631
|
var import_react23 = require("react");
|
|
2632
2632
|
|
|
2633
2633
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2634
|
-
var Switch_default = {"component":"
|
|
2634
|
+
var Switch_default = {"component":"bds241Switch-component","switchGroup":"bds241Switch-switchGroup","--size_small":"bds241Switch---size_small","--size_medium":"bds241Switch---size_medium","--size_large":"bds241Switch---size_large","inputWrapper":"bds241Switch-inputWrapper","trackWrapper":"bds241Switch-trackWrapper","switch":"bds241Switch-switch","track":"bds241Switch-track","thumb":"bds241Switch-thumb","switchError":"bds241Switch-switchError"};
|
|
2635
2635
|
|
|
2636
2636
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2637
2637
|
var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
|
|
@@ -2679,7 +2679,7 @@ function Switch({
|
|
|
2679
2679
|
var import_react24 = require("react");
|
|
2680
2680
|
|
|
2681
2681
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2682
|
-
var Textarea_default = {"component":"
|
|
2682
|
+
var Textarea_default = {"component":"bds241Textarea-component","formGroup":"bds241Textarea-formGroup","textarea":"bds241Textarea-textarea","textareaError":"bds241Textarea-textareaError"};
|
|
2683
2683
|
|
|
2684
2684
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2685
2685
|
var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
|
|
@@ -2718,7 +2718,7 @@ function Textarea({
|
|
|
2718
2718
|
}
|
|
2719
2719
|
|
|
2720
2720
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2721
|
-
var ButtonGroup_default = {"component":"
|
|
2721
|
+
var ButtonGroup_default = {"component":"bds241ButtonGroup-component","buttonGroup":"bds241ButtonGroup-buttonGroup","container":"bds241ButtonGroup-container","--variant_card":"bds241ButtonGroup---variant_card","--variant_flow":"bds241ButtonGroup---variant_flow","--variant_modal":"bds241ButtonGroup---variant_modal","--variant_content":"bds241ButtonGroup---variant_content","--variant_grid":"bds241ButtonGroup---variant_grid"};
|
|
2722
2722
|
|
|
2723
2723
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2724
2724
|
var import_design_system_foundation47 = require("@boostdev/design-system-foundation");
|
|
@@ -2737,7 +2737,7 @@ function ButtonContainer({ children, className, variant, ...rest }) {
|
|
|
2737
2737
|
var ButtonGroup = ButtonContainer;
|
|
2738
2738
|
|
|
2739
2739
|
// src/components/layout/Card/Card.module.css
|
|
2740
|
-
var Card_default = {"component":"
|
|
2740
|
+
var Card_default = {"component":"bds241Card-component","card":"bds241Card-card","--default":"bds241Card---default","--elevated":"bds241Card---elevated","--outlined":"bds241Card---outlined","--clickable":"bds241Card---clickable","--padding-none":"bds241Card---padding-none","--padding-small":"bds241Card---padding-small","--padding-medium":"bds241Card---padding-medium","--padding-large":"bds241Card---padding-large","--padding-extra-large":"bds241Card---padding-extra-large","--text-start":"bds241Card---text-start","--text-center":"bds241Card---text-center","--text-end":"bds241Card---text-end"};
|
|
2741
2741
|
|
|
2742
2742
|
// src/components/layout/Card/Card.tsx
|
|
2743
2743
|
var import_design_system_foundation48 = require("@boostdev/design-system-foundation");
|
|
@@ -2777,7 +2777,7 @@ function Card({
|
|
|
2777
2777
|
var import_react26 = require("react");
|
|
2778
2778
|
|
|
2779
2779
|
// src/components/layout/Grid/Grid.module.css
|
|
2780
|
-
var Grid_default = {"component":"
|
|
2780
|
+
var Grid_default = {"component":"bds241Grid-component","grid":"bds241Grid-grid","--main":"bds241Grid---main","--page":"bds241Grid---page","--funnel":"bds241Grid---funnel","--custom":"bds241Grid---custom","--centered":"bds241Grid---centered","item":"bds241Grid-item","w3":"bds241Grid-w3","org":"bds241Grid-org","ts":"bds241Grid-ts","--masonry":"bds241Grid---masonry"};
|
|
2781
2781
|
|
|
2782
2782
|
// src/components/layout/Grid/Grid.tsx
|
|
2783
2783
|
var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
|
|
@@ -2824,10 +2824,8 @@ function applyMasonryLayout(container, rawChildren, options = {}) {
|
|
|
2824
2824
|
(el) => el.nodeType === 1 && window.getComputedStyle(el).display !== "none"
|
|
2825
2825
|
);
|
|
2826
2826
|
for (const child of children) {
|
|
2827
|
-
child.style.gridRow = "";
|
|
2828
|
-
child.style.gridRowStart = "";
|
|
2829
|
-
child.style.gridRowEnd = "";
|
|
2830
2827
|
child.style.alignSelf = "start";
|
|
2828
|
+
child.style.overflowAnchor = "none";
|
|
2831
2829
|
}
|
|
2832
2830
|
const preferred = options.preferredColumnSpan;
|
|
2833
2831
|
if (preferred !== void 0) {
|
|
@@ -2891,6 +2889,7 @@ function clearMasonryLayout(container, rawChildren) {
|
|
|
2891
2889
|
child.style.gridRowStart = "";
|
|
2892
2890
|
child.style.gridRowEnd = "";
|
|
2893
2891
|
child.style.alignSelf = "";
|
|
2892
|
+
child.style.overflowAnchor = "";
|
|
2894
2893
|
restoreOriginalColumn(child);
|
|
2895
2894
|
}
|
|
2896
2895
|
}
|
|
@@ -2906,21 +2905,30 @@ function useMasonry(ref, enabled, options = {}) {
|
|
|
2906
2905
|
if (!container || !enabled) return;
|
|
2907
2906
|
if (supportsNativeMasonry()) return;
|
|
2908
2907
|
let frame = 0;
|
|
2909
|
-
const
|
|
2908
|
+
const runNow = () => {
|
|
2910
2909
|
cancelAnimationFrame(frame);
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
preferredColumnSpan
|
|
2914
|
-
});
|
|
2910
|
+
applyMasonryLayout(container, Array.from(container.children), {
|
|
2911
|
+
preferredColumnSpan
|
|
2915
2912
|
});
|
|
2916
2913
|
};
|
|
2914
|
+
const schedule = () => {
|
|
2915
|
+
cancelAnimationFrame(frame);
|
|
2916
|
+
frame = requestAnimationFrame(runNow);
|
|
2917
|
+
};
|
|
2917
2918
|
schedule();
|
|
2918
|
-
const ro = typeof ResizeObserver !== "undefined" ? new ResizeObserver(
|
|
2919
|
+
const ro = typeof ResizeObserver !== "undefined" ? new ResizeObserver(runNow) : null;
|
|
2920
|
+
const observeDescendants = (child) => {
|
|
2921
|
+
if (!ro) return;
|
|
2922
|
+
ro.observe(child);
|
|
2923
|
+
for (const media of Array.from(child.querySelectorAll("img, video"))) {
|
|
2924
|
+
ro.observe(media);
|
|
2925
|
+
}
|
|
2926
|
+
};
|
|
2919
2927
|
if (ro) {
|
|
2920
|
-
for (const child of Array.from(container.children))
|
|
2928
|
+
for (const child of Array.from(container.children)) observeDescendants(child);
|
|
2921
2929
|
}
|
|
2922
2930
|
const mo = typeof MutationObserver !== "undefined" ? new MutationObserver(() => {
|
|
2923
|
-
|
|
2931
|
+
for (const child of Array.from(container.children)) observeDescendants(child);
|
|
2924
2932
|
schedule();
|
|
2925
2933
|
}) : null;
|
|
2926
2934
|
mo?.observe(container, { childList: true });
|
|
@@ -3099,7 +3107,7 @@ function GridItem({
|
|
|
3099
3107
|
}
|
|
3100
3108
|
|
|
3101
3109
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
3102
|
-
var SectionHeader_default = {"component":"
|
|
3110
|
+
var SectionHeader_default = {"component":"bds241SectionHeader-component","sectionHeader":"bds241SectionHeader-sectionHeader","title":"bds241SectionHeader-title","subtitle":"bds241SectionHeader-subtitle","--start":"bds241SectionHeader---start","--center":"bds241SectionHeader---center","--end":"bds241SectionHeader---end","--medium":"bds241SectionHeader---medium","--xs":"bds241SectionHeader---xs","--small":"bds241SectionHeader---small","--large":"bds241SectionHeader---large"};
|
|
3103
3111
|
|
|
3104
3112
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
3105
3113
|
var import_design_system_foundation51 = require("@boostdev/design-system-foundation");
|
|
@@ -3121,7 +3129,7 @@ function SectionHeader({
|
|
|
3121
3129
|
}
|
|
3122
3130
|
|
|
3123
3131
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
3124
|
-
var IconWrapper_default = {"component":"
|
|
3132
|
+
var IconWrapper_default = {"component":"bds241IconWrapper-component","wrapper":"bds241IconWrapper-wrapper"};
|
|
3125
3133
|
|
|
3126
3134
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
3127
3135
|
var import_design_system_foundation52 = require("@boostdev/design-system-foundation");
|