@boostdev/design-system-components 2.4.2 → 2.5.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 +4 -20
- package/README.md +3 -23
- package/dist/client.cjs +115 -61
- package/dist/client.css +537 -537
- package/dist/client.d.cts +11 -1
- package/dist/client.d.ts +11 -1
- package/dist/client.js +115 -61
- package/dist/index.cjs +115 -61
- package/dist/index.css +537 -537
- package/dist/index.d.cts +11 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.js +115 -61
- package/dist/web-components/index.js +23 -3
- package/package.json +2 -10
- package/src/components/layout/Grid/Grid.mdx +20 -2
- package/src/components/layout/Grid/Grid.spec.tsx +175 -4
- package/src/components/layout/Grid/Grid.tsx +15 -1
- package/src/components/layout/Grid/masonry.ts +120 -9
- package/dist/native/index.cjs +0 -4337
- package/dist/native/index.d.cts +0 -574
- package/dist/native/index.d.ts +0 -574
- package/dist/native/index.js +0 -4421
- package/src/components/interaction/Button/Button.native.mdx +0 -91
- package/src/components/interaction/Button/Button.native.spec.tsx +0 -55
- package/src/components/interaction/Button/Button.native.stories.tsx +0 -141
- package/src/components/interaction/Button/Button.native.tsx +0 -105
- package/src/components/interaction/Dialog/Dialog.native.mdx +0 -61
- package/src/components/interaction/Dialog/Dialog.native.spec.tsx +0 -73
- package/src/components/interaction/Dialog/Dialog.native.stories.tsx +0 -53
- package/src/components/interaction/Dialog/Dialog.native.tsx +0 -128
- package/src/components/interaction/Drawer/Drawer.native.mdx +0 -58
- package/src/components/interaction/Drawer/Drawer.native.spec.tsx +0 -81
- package/src/components/interaction/Drawer/Drawer.native.stories.tsx +0 -33
- package/src/components/interaction/Drawer/Drawer.native.tsx +0 -175
- package/src/components/interaction/DropdownMenu/DropdownMenu.native.mdx +0 -74
- package/src/components/interaction/DropdownMenu/DropdownMenu.native.spec.tsx +0 -78
- package/src/components/interaction/DropdownMenu/DropdownMenu.native.stories.tsx +0 -51
- package/src/components/interaction/DropdownMenu/DropdownMenu.native.tsx +0 -254
- package/src/components/interaction/Popover/Popover.native.mdx +0 -61
- package/src/components/interaction/Popover/Popover.native.spec.tsx +0 -73
- package/src/components/interaction/Popover/Popover.native.stories.tsx +0 -44
- package/src/components/interaction/Popover/Popover.native.tsx +0 -87
- package/src/components/interaction/Rating/Rating.native.mdx +0 -55
- package/src/components/interaction/Rating/Rating.native.spec.tsx +0 -38
- package/src/components/interaction/Rating/Rating.native.stories.tsx +0 -37
- package/src/components/interaction/Rating/Rating.native.tsx +0 -50
- package/src/components/interaction/Toast/Toast.native.mdx +0 -81
- package/src/components/interaction/Toast/Toast.native.spec.tsx +0 -80
- package/src/components/interaction/Toast/Toast.native.stories.tsx +0 -47
- package/src/components/interaction/Toast/Toast.native.tsx +0 -202
- package/src/components/interaction/form/Checkbox/Checkbox.native.mdx +0 -74
- package/src/components/interaction/form/Checkbox/Checkbox.native.spec.tsx +0 -42
- package/src/components/interaction/form/Checkbox/Checkbox.native.stories.tsx +0 -34
- package/src/components/interaction/form/Checkbox/Checkbox.native.tsx +0 -80
- package/src/components/interaction/form/CheckboxGroup/CheckboxGroup.native.mdx +0 -78
- package/src/components/interaction/form/CheckboxGroup/CheckboxGroup.native.spec.tsx +0 -57
- package/src/components/interaction/form/CheckboxGroup/CheckboxGroup.native.stories.tsx +0 -96
- package/src/components/interaction/form/CheckboxGroup/CheckboxGroup.native.tsx +0 -61
- package/src/components/interaction/form/Combobox/Combobox.native.mdx +0 -86
- package/src/components/interaction/form/Combobox/Combobox.native.spec.tsx +0 -60
- package/src/components/interaction/form/Combobox/Combobox.native.stories.tsx +0 -99
- package/src/components/interaction/form/Combobox/Combobox.native.tsx +0 -211
- package/src/components/interaction/form/FileInput/FileInput.native.mdx +0 -86
- package/src/components/interaction/form/FileInput/FileInput.native.spec.tsx +0 -73
- package/src/components/interaction/form/FileInput/FileInput.native.stories.tsx +0 -69
- package/src/components/interaction/form/FileInput/FileInput.native.tsx +0 -129
- package/src/components/interaction/form/FormInput/FormInput.native.mdx +0 -81
- package/src/components/interaction/form/FormInput/FormInput.native.spec.tsx +0 -51
- package/src/components/interaction/form/FormInput/FormInput.native.stories.tsx +0 -54
- package/src/components/interaction/form/FormInput/FormInput.native.tsx +0 -122
- package/src/components/interaction/form/NumberInput/NumberInput.native.mdx +0 -87
- package/src/components/interaction/form/NumberInput/NumberInput.native.spec.tsx +0 -63
- package/src/components/interaction/form/NumberInput/NumberInput.native.stories.tsx +0 -63
- package/src/components/interaction/form/NumberInput/NumberInput.native.tsx +0 -198
- package/src/components/interaction/form/Radio/Radio.native.spec.tsx +0 -79
- package/src/components/interaction/form/Radio/Radio.native.stories.tsx +0 -44
- package/src/components/interaction/form/Radio/Radio.native.tsx +0 -79
- package/src/components/interaction/form/RadioGroup/RadioGroup.native.mdx +0 -79
- package/src/components/interaction/form/RadioGroup/RadioGroup.native.spec.tsx +0 -66
- package/src/components/interaction/form/RadioGroup/RadioGroup.native.stories.tsx +0 -96
- package/src/components/interaction/form/RadioGroup/RadioGroup.native.tsx +0 -61
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.native.mdx +0 -78
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.native.spec.tsx +0 -82
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.native.stories.tsx +0 -99
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.native.tsx +0 -121
- package/src/components/interaction/form/Select/Select.native.mdx +0 -85
- package/src/components/interaction/form/Select/Select.native.spec.tsx +0 -64
- package/src/components/interaction/form/Select/Select.native.stories.tsx +0 -75
- package/src/components/interaction/form/Select/Select.native.tsx +0 -252
- package/src/components/interaction/form/Slider/Slider.native.mdx +0 -83
- package/src/components/interaction/form/Slider/Slider.native.spec.tsx +0 -51
- package/src/components/interaction/form/Slider/Slider.native.stories.tsx +0 -58
- package/src/components/interaction/form/Slider/Slider.native.tsx +0 -188
- package/src/components/interaction/form/Switch/Switch.native.spec.tsx +0 -60
- package/src/components/interaction/form/Switch/Switch.native.stories.tsx +0 -33
- package/src/components/interaction/form/Switch/Switch.native.tsx +0 -59
- package/src/components/interaction/form/Textarea/Textarea.native.mdx +0 -76
- package/src/components/interaction/form/Textarea/Textarea.native.spec.tsx +0 -50
- package/src/components/interaction/form/Textarea/Textarea.native.stories.tsx +0 -50
- package/src/components/interaction/form/Textarea/Textarea.native.tsx +0 -108
- package/src/components/interaction/form/atoms/Label.native.spec.tsx +0 -39
- package/src/components/interaction/form/atoms/Label.native.stories.tsx +0 -18
- package/src/components/interaction/form/atoms/Label.native.tsx +0 -29
- package/src/components/interaction/form/atoms/Message.native.spec.tsx +0 -30
- package/src/components/interaction/form/atoms/Message.native.stories.tsx +0 -22
- package/src/components/interaction/form/atoms/Message.native.tsx +0 -34
- package/src/components/layout/ButtonGroup/ButtonGroup.native.spec.tsx +0 -83
- package/src/components/layout/ButtonGroup/ButtonGroup.native.stories.tsx +0 -44
- package/src/components/layout/ButtonGroup/ButtonGroup.native.tsx +0 -44
- package/src/components/layout/Card/Card.native.spec.tsx +0 -102
- package/src/components/layout/Card/Card.native.stories.tsx +0 -51
- package/src/components/layout/Card/Card.native.tsx +0 -89
- package/src/components/layout/IconWrapper/IconWrapper.native.spec.tsx +0 -39
- package/src/components/layout/IconWrapper/IconWrapper.native.stories.tsx +0 -37
- package/src/components/layout/IconWrapper/IconWrapper.native.tsx +0 -20
- package/src/components/layout/SectionHeader/SectionHeader.native.spec.tsx +0 -51
- package/src/components/layout/SectionHeader/SectionHeader.native.stories.tsx +0 -36
- package/src/components/layout/SectionHeader/SectionHeader.native.tsx +0 -79
- package/src/components/ui/Accordion/Accordion.native.mdx +0 -65
- package/src/components/ui/Accordion/Accordion.native.spec.tsx +0 -69
- package/src/components/ui/Accordion/Accordion.native.stories.tsx +0 -52
- package/src/components/ui/Accordion/Accordion.native.tsx +0 -141
- package/src/components/ui/Alert/Alert.native.mdx +0 -62
- package/src/components/ui/Alert/Alert.native.spec.tsx +0 -76
- package/src/components/ui/Alert/Alert.native.stories.tsx +0 -41
- package/src/components/ui/Alert/Alert.native.tsx +0 -94
- package/src/components/ui/Avatar/Avatar.native.mdx +0 -50
- package/src/components/ui/Avatar/Avatar.native.spec.tsx +0 -47
- package/src/components/ui/Avatar/Avatar.native.stories.tsx +0 -32
- package/src/components/ui/Avatar/Avatar.native.tsx +0 -85
- package/src/components/ui/Badge/Badge.native.mdx +0 -54
- package/src/components/ui/Badge/Badge.native.spec.tsx +0 -45
- package/src/components/ui/Badge/Badge.native.stories.tsx +0 -34
- package/src/components/ui/Badge/Badge.native.tsx +0 -50
- package/src/components/ui/Breadcrumb/Breadcrumb.native.mdx +0 -52
- package/src/components/ui/Breadcrumb/Breadcrumb.native.spec.tsx +0 -49
- package/src/components/ui/Breadcrumb/Breadcrumb.native.stories.tsx +0 -46
- package/src/components/ui/Breadcrumb/Breadcrumb.native.tsx +0 -83
- package/src/components/ui/Calendar/Calendar.native.mdx +0 -58
- package/src/components/ui/Calendar/Calendar.native.spec.tsx +0 -92
- package/src/components/ui/Calendar/Calendar.native.stories.tsx +0 -45
- package/src/components/ui/Calendar/Calendar.native.tsx +0 -294
- package/src/components/ui/Carousel/Carousel.native.mdx +0 -55
- package/src/components/ui/Carousel/Carousel.native.spec.tsx +0 -55
- package/src/components/ui/Carousel/Carousel.native.stories.tsx +0 -59
- package/src/components/ui/Carousel/Carousel.native.tsx +0 -184
- package/src/components/ui/Collapsible/Collapsible.native.mdx +0 -53
- package/src/components/ui/Collapsible/Collapsible.native.spec.tsx +0 -68
- package/src/components/ui/Collapsible/Collapsible.native.stories.tsx +0 -48
- package/src/components/ui/Collapsible/Collapsible.native.tsx +0 -139
- package/src/components/ui/DescriptionList/DescriptionList.native.mdx +0 -50
- package/src/components/ui/DescriptionList/DescriptionList.native.spec.tsx +0 -37
- package/src/components/ui/DescriptionList/DescriptionList.native.stories.tsx +0 -48
- package/src/components/ui/DescriptionList/DescriptionList.native.tsx +0 -54
- package/src/components/ui/Link/Link.native.mdx +0 -53
- package/src/components/ui/Link/Link.native.spec.tsx +0 -35
- package/src/components/ui/Link/Link.native.stories.tsx +0 -46
- package/src/components/ui/Link/Link.native.tsx +0 -48
- package/src/components/ui/Loading/Loading.native.spec.tsx +0 -24
- package/src/components/ui/Loading/Loading.native.stories.tsx +0 -31
- package/src/components/ui/Loading/Loading.native.tsx +0 -29
- package/src/components/ui/NotificationBanner/NotificationBanner.native.spec.tsx +0 -85
- package/src/components/ui/NotificationBanner/NotificationBanner.native.stories.tsx +0 -37
- package/src/components/ui/NotificationBanner/NotificationBanner.native.tsx +0 -76
- package/src/components/ui/Pagination/Pagination.native.mdx +0 -62
- package/src/components/ui/Pagination/Pagination.native.spec.tsx +0 -86
- package/src/components/ui/Pagination/Pagination.native.stories.tsx +0 -47
- package/src/components/ui/Pagination/Pagination.native.tsx +0 -157
- package/src/components/ui/Progress/Progress.native.spec.tsx +0 -56
- package/src/components/ui/Progress/Progress.native.stories.tsx +0 -34
- package/src/components/ui/Progress/Progress.native.tsx +0 -84
- package/src/components/ui/ProgressCircle/ProgressCircle.native.mdx +0 -63
- package/src/components/ui/ProgressCircle/ProgressCircle.native.spec.tsx +0 -39
- package/src/components/ui/ProgressCircle/ProgressCircle.native.stories.tsx +0 -36
- package/src/components/ui/ProgressCircle/ProgressCircle.native.tsx +0 -176
- package/src/components/ui/Separator/Separator.native.spec.tsx +0 -39
- package/src/components/ui/Separator/Separator.native.stories.tsx +0 -38
- package/src/components/ui/Separator/Separator.native.tsx +0 -32
- package/src/components/ui/Skeleton/Skeleton.native.spec.tsx +0 -39
- package/src/components/ui/Skeleton/Skeleton.native.stories.tsx +0 -31
- package/src/components/ui/Skeleton/Skeleton.native.tsx +0 -42
- package/src/components/ui/Table/Table.native.mdx +0 -72
- package/src/components/ui/Table/Table.native.spec.tsx +0 -83
- package/src/components/ui/Table/Table.native.stories.tsx +0 -55
- package/src/components/ui/Table/Table.native.tsx +0 -196
- package/src/components/ui/Tabs/Tabs.native.mdx +0 -65
- package/src/components/ui/Tabs/Tabs.native.spec.tsx +0 -65
- package/src/components/ui/Tabs/Tabs.native.stories.tsx +0 -57
- package/src/components/ui/Tabs/Tabs.native.tsx +0 -133
- package/src/components/ui/Tooltip/Tooltip.native.mdx +0 -47
- package/src/components/ui/Tooltip/Tooltip.native.spec.tsx +0 -37
- package/src/components/ui/Tooltip/Tooltip.native.stories.tsx +0 -38
- package/src/components/ui/Tooltip/Tooltip.native.tsx +0 -57
- package/src/components/ui/Typography/Typography.native.mdx +0 -56
- package/src/components/ui/Typography/Typography.native.spec.tsx +0 -49
- package/src/components/ui/Typography/Typography.native.stories.tsx +0 -36
- package/src/components/ui/Typography/Typography.native.tsx +0 -65
- package/src/native/ThemeContext.tsx +0 -28
- package/src/native/tokens.ts +0 -13
- package/src/native.ts +0 -76
- package/src/stories/ReactNative.mdx +0 -156
package/dist/client.cjs
CHANGED
|
@@ -91,7 +91,7 @@ module.exports = __toCommonJS(client_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":"bds250Accordion-component","accordion":"bds250Accordion-accordion","item":"bds250Accordion-item","heading":"bds250Accordion-heading","trigger":"bds250Accordion-trigger","triggerLabel":"bds250Accordion-triggerLabel","chevron":"bds250Accordion-chevron","--open":"bds250Accordion---open","panel":"bds250Accordion-panel","panelContent":"bds250Accordion-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":"bds250Alert-component","alert":"bds250Alert-alert","--variant_info":"bds250Alert---variant_info","--variant_success":"bds250Alert---variant_success","--variant_warning":"bds250Alert---variant_warning","--variant_error":"bds250Alert---variant_error","icon":"bds250Alert-icon","content":"bds250Alert-content","title":"bds250Alert-title","dismiss":"bds250Alert-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":"bds250Avatar-component","avatar":"bds250Avatar-avatar","--fallback":"bds250Avatar---fallback","--size_small":"bds250Avatar---size_small","--size_medium":"bds250Avatar---size_medium","--size_large":"bds250Avatar---size_large","image":"bds250Avatar-image","initials":"bds250Avatar-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":"bds250Badge-component","badge":"bds250Badge-badge","--variant_primary":"bds250Badge---variant_primary","--variant_secondary":"bds250Badge---variant_secondary","--variant_success":"bds250Badge---variant_success","--variant_error":"bds250Badge---variant_error","--variant_warning":"bds250Badge---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":"bds250Breadcrumb-component","breadcrumb":"bds250Breadcrumb-breadcrumb","list":"bds250Breadcrumb-list","item":"bds250Breadcrumb-item","link":"bds250Breadcrumb-link","separator":"bds250Breadcrumb-separator","current":"bds250Breadcrumb-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":"bds250Collapsible-component","collapsible":"bds250Collapsible-collapsible","summary":"bds250Collapsible-summary","summaryContent":"bds250Collapsible-summaryContent","icon":"bds250Collapsible-icon","content":"bds250Collapsible-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":"bds250Calendar-component","calendar":"bds250Calendar-calendar","header":"bds250Calendar-header","monthYear":"bds250Calendar-monthYear","navBtn":"bds250Calendar-navBtn","grid":"bds250Calendar-grid","weekday":"bds250Calendar-weekday","empty":"bds250Calendar-empty","day":"bds250Calendar-day","disabled":"bds250Calendar-disabled","selected":"bds250Calendar-selected","today":"bds250Calendar-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":"bds250Carousel-component","carousel":"bds250Carousel-carousel","track":"bds250Carousel-track","slide":"bds250Carousel-slide","navBtn":"bds250Carousel-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":"bds250DescriptionList-component","list":"bds250DescriptionList-list","group":"bds250DescriptionList-group","term":"bds250DescriptionList-term","details":"bds250DescriptionList-details","--layout_inline":"bds250DescriptionList---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":"bds250Link-component","link":"bds250Link-link","--variant_default":"bds250Link---variant_default","--variant_subtle":"bds250Link---variant_subtle","--variant_standalone":"bds250Link---variant_standalone","externalLabel":"bds250Link-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":"bds250Loading-component","loading":"bds250Loading-loading","spinner":"bds250Loading-spinner","--size_small":"bds250Loading---size_small","--size_large":"bds250Loading---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":"bds250NotificationBanner-component","banner":"bds250NotificationBanner-banner","--variant_info":"bds250NotificationBanner---variant_info","--variant_success":"bds250NotificationBanner---variant_success","--variant_warning":"bds250NotificationBanner---variant_warning","--variant_error":"bds250NotificationBanner---variant_error","content":"bds250NotificationBanner-content","action":"bds250NotificationBanner-action","dismiss":"bds250NotificationBanner-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":"bds250Pagination-component","pagination":"bds250Pagination-pagination","list":"bds250Pagination-list","button":"bds250Pagination-button","--active":"bds250Pagination---active","--nav":"bds250Pagination---nav","ellipsis":"bds250Pagination-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":"bds250Progress-component","container":"bds250Progress-container","labelRow":"bds250Progress-labelRow","value":"bds250Progress-value","track":"bds250Progress-track","--size_small":"bds250Progress---size_small","--size_medium":"bds250Progress---size_medium","--size_large":"bds250Progress---size_large","fill":"bds250Progress-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":"bds250ProgressCircle-component","wrapper":"bds250ProgressCircle-wrapper","svg":"bds250ProgressCircle-svg","track":"bds250ProgressCircle-track","fill":"bds250ProgressCircle-fill","value":"bds250ProgressCircle-value","--size_small":"bds250ProgressCircle---size_small","--size_medium":"bds250ProgressCircle---size_medium","--size_large":"bds250ProgressCircle---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":"bds250Separator-component","separator":"bds250Separator-separator","--horizontal":"bds250Separator---horizontal","--vertical":"bds250Separator---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":"bds250Skeleton-component","skeleton":"bds250Skeleton-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":"bds250SkipLink-component","skipLink":"bds250SkipLink-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":"bds250Table-component","wrapper":"bds250Table-wrapper","table":"bds250Table-table","caption":"bds250Table-caption","thead":"bds250Table-thead","th":"bds250Table-th","--sortable":"bds250Table---sortable","sortButton":"bds250Table-sortButton","sortIcon":"bds250Table-sortIcon","--sort-active":"bds250Table---sort-active","--sort-desc":"bds250Table---sort-desc","tbody":"bds250Table-tbody","tr":"bds250Table-tr","td":"bds250Table-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":"bds250Tabs-component","tabs":"bds250Tabs-tabs","tabList":"bds250Tabs-tabList","tab":"bds250Tabs-tab","--active":"bds250Tabs---active","panel":"bds250Tabs-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":"bds250Tooltip-component","wrapper":"bds250Tooltip-wrapper","tooltip":"bds250Tooltip-tooltip","--placement_top":"bds250Tooltip---placement_top","--placement_bottom":"bds250Tooltip---placement_bottom","--placement_left":"bds250Tooltip---placement_left","--placement_right":"bds250Tooltip---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":"bds250Typography-component","typography":"bds250Typography-typography","--h1":"bds250Typography---h1","--h2":"bds250Typography---h2","--h3":"bds250Typography---h3","--body":"bds250Typography---body","--body_s":"bds250Typography---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":"bds250Button-component","button":"bds250Button-button","--default":"bds250Button---default","--outline":"bds250Button---outline","--ghost":"bds250Button---ghost","--size_small":"bds250Button---size_small","--size_medium":"bds250Button---size_medium","--size_large":"bds250Button---size_large","--hasPulse":"bds250Button---hasPulse","iconStart":"bds250Button-iconStart","iconEnd":"bds250Button-iconEnd","--iconOnly":"bds250Button---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":"bds250Command-component","dialog":"bds250Command-dialog","palette":"bds250Command-palette","searchRow":"bds250Command-searchRow","searchIcon":"bds250Command-searchIcon","search":"bds250Command-search","escHint":"bds250Command-escHint","list":"bds250Command-list","groupList":"bds250Command-groupList","group":"bds250Command-group","item":"bds250Command-item","itemActive":"bds250Command-itemActive","itemLabel":"bds250Command-itemLabel","itemDesc":"bds250Command-itemDesc","shortcut":"bds250Command-shortcut","empty":"bds250Command-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":"bds250Dialog-component","dialog":"bds250Dialog-dialog","dialogContent":"bds250Dialog-dialogContent","closeButton":"bds250Dialog-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":"bds250Drawer-component","drawer":"bds250Drawer-drawer","--side_left":"bds250Drawer---side_left","header":"bds250Drawer-header","closeButton":"bds250Drawer-closeButton","body":"bds250Drawer-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":"bds250DropdownMenu-component","wrapper":"bds250DropdownMenu-wrapper","menu":"bds250DropdownMenu-menu","--placement_bottom-start":"bds250DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds250DropdownMenu---placement_bottom-end","separator":"bds250DropdownMenu-separator","item":"bds250DropdownMenu-item","icon":"bds250DropdownMenu-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":"bds250Popover-component","wrapper":"bds250Popover-wrapper","panel":"bds250Popover-panel","g":"bds250Popover-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":"bds250Rating-component","rating":"bds250Rating-rating","star":"bds250Rating-star","--filled":"bds250Rating---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":"bds250Toast-component","toastContainer":"bds250Toast-toastContainer","toast":"bds250Toast-toast","--variant_success":"bds250Toast---variant_success","--variant_warning":"bds250Toast---variant_warning","--variant_info":"bds250Toast---variant_info","--variant_error":"bds250Toast---variant_error","message":"bds250Toast-message","closeButton":"bds250Toast-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":"bds250Checkbox-component","checkboxGroup":"bds250Checkbox-checkboxGroup","inputWrapper":"bds250Checkbox-inputWrapper","checkbox":"bds250Checkbox-checkbox","checkboxError":"bds250Checkbox-checkboxError"};
|
|
1876
1876
|
|
|
1877
1877
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1878
|
-
var Message_default = {"component":"
|
|
1878
|
+
var Message_default = {"component":"bds250Message-component","error":"bds250Message-error","hint":"bds250Message-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":"bds250Label-component","label":"bds250Label-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":"bds250InputContainer-component","container":"bds250InputContainer-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":"bds250CheckboxGroup-component","group":"bds250CheckboxGroup-group","legend":"bds250CheckboxGroup-legend","required":"bds250CheckboxGroup-required","items":"bds250CheckboxGroup-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":"bds250Combobox-component","formGroup":"bds250Combobox-formGroup","inputWrapper":"bds250Combobox-inputWrapper","input":"bds250Combobox-input","inputError":"bds250Combobox-inputError","chevron":"bds250Combobox-chevron","listbox":"bds250Combobox-listbox","option":"bds250Combobox-option","--highlighted":"bds250Combobox---highlighted","--selected":"bds250Combobox---selected","--disabled":"bds250Combobox---disabled"};
|
|
1986
1986
|
|
|
1987
1987
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1988
1988
|
var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
|
|
@@ -2133,7 +2133,7 @@ function Combobox({
|
|
|
2133
2133
|
var import_react15 = require("react");
|
|
2134
2134
|
|
|
2135
2135
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
2136
|
-
var FileInput_default = {"component":"
|
|
2136
|
+
var FileInput_default = {"component":"bds250FileInput-component","formGroup":"bds250FileInput-formGroup","fieldLabel":"bds250FileInput-fieldLabel","dropZone":"bds250FileInput-dropZone","isDragging":"bds250FileInput-isDragging","hasError":"bds250FileInput-hasError","isDisabled":"bds250FileInput-isDisabled","icon":"bds250FileInput-icon","prompt":"bds250FileInput-prompt","acceptHint":"bds250FileInput-acceptHint","hiddenInput":"bds250FileInput-hiddenInput"};
|
|
2137
2137
|
|
|
2138
2138
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
2139
2139
|
var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
|
|
@@ -2234,7 +2234,7 @@ function FileInput({
|
|
|
2234
2234
|
var import_react16 = require("react");
|
|
2235
2235
|
|
|
2236
2236
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
2237
|
-
var FormInput_default = {"component":"
|
|
2237
|
+
var FormInput_default = {"component":"bds250FormInput-component","formGroup":"bds250FormInput-formGroup","input":"bds250FormInput-input","inputError":"bds250FormInput-inputError"};
|
|
2238
2238
|
|
|
2239
2239
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
2240
2240
|
var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
|
|
@@ -2278,7 +2278,7 @@ function FormInput({
|
|
|
2278
2278
|
var import_react17 = require("react");
|
|
2279
2279
|
|
|
2280
2280
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
2281
|
-
var NumberInput_default = {"component":"
|
|
2281
|
+
var NumberInput_default = {"component":"bds250NumberInput-component","formGroup":"bds250NumberInput-formGroup","inputRow":"bds250NumberInput-inputRow","input":"bds250NumberInput-input","inputError":"bds250NumberInput-inputError","stepper":"bds250NumberInput-stepper"};
|
|
2282
2282
|
|
|
2283
2283
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
2284
2284
|
var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
|
|
@@ -2383,7 +2383,7 @@ function NumberInput({
|
|
|
2383
2383
|
var import_react18 = require("react");
|
|
2384
2384
|
|
|
2385
2385
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
2386
|
-
var Radio_default = {"component":"
|
|
2386
|
+
var Radio_default = {"component":"bds250Radio-component","radioGroup":"bds250Radio-radioGroup","inputWrapper":"bds250Radio-inputWrapper","textWrapper":"bds250Radio-textWrapper","description":"bds250Radio-description","radio":"bds250Radio-radio","radioError":"bds250Radio-radioError"};
|
|
2387
2387
|
|
|
2388
2388
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
2389
2389
|
var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
|
|
@@ -2421,7 +2421,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
|
|
|
2421
2421
|
var import_react19 = require("react");
|
|
2422
2422
|
|
|
2423
2423
|
// src/components/interaction/form/RadioGroup/RadioGroup.module.css
|
|
2424
|
-
var RadioGroup_default = {"component":"
|
|
2424
|
+
var RadioGroup_default = {"component":"bds250RadioGroup-component","group":"bds250RadioGroup-group","legend":"bds250RadioGroup-legend","required":"bds250RadioGroup-required","items":"bds250RadioGroup-items"};
|
|
2425
2425
|
|
|
2426
2426
|
// src/components/interaction/form/RadioGroup/RadioGroup.tsx
|
|
2427
2427
|
var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
|
|
@@ -2463,7 +2463,7 @@ function RadioGroup({
|
|
|
2463
2463
|
var import_react20 = require("react");
|
|
2464
2464
|
|
|
2465
2465
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
|
|
2466
|
-
var SegmentedControl_default = {"component":"
|
|
2466
|
+
var SegmentedControl_default = {"component":"bds250SegmentedControl-component","control":"bds250SegmentedControl-control","thumb":"bds250SegmentedControl-thumb","indicator":"bds250SegmentedControl-indicator","item":"bds250SegmentedControl-item","--active":"bds250SegmentedControl---active","--disabled":"bds250SegmentedControl---disabled","--size_small":"bds250SegmentedControl---size_small","--size_large":"bds250SegmentedControl---size_large","--variant_outline":"bds250SegmentedControl---variant_outline"};
|
|
2467
2467
|
|
|
2468
2468
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
|
|
2469
2469
|
var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
|
|
@@ -2519,7 +2519,7 @@ function SegmentedControl({
|
|
|
2519
2519
|
var import_react21 = require("react");
|
|
2520
2520
|
|
|
2521
2521
|
// src/components/interaction/form/Select/Select.module.css
|
|
2522
|
-
var Select_default = {"component":"
|
|
2522
|
+
var Select_default = {"component":"bds250Select-component","formGroup":"bds250Select-formGroup","selectWrapper":"bds250Select-selectWrapper","select":"bds250Select-select","selectError":"bds250Select-selectError","chevron":"bds250Select-chevron"};
|
|
2523
2523
|
|
|
2524
2524
|
// src/components/interaction/form/Select/Select.tsx
|
|
2525
2525
|
var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
|
|
@@ -2570,7 +2570,7 @@ function Select({
|
|
|
2570
2570
|
var import_react22 = require("react");
|
|
2571
2571
|
|
|
2572
2572
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2573
|
-
var Slider_default = {"component":"
|
|
2573
|
+
var Slider_default = {"component":"bds250Slider-component","formGroup":"bds250Slider-formGroup","labelRow":"bds250Slider-labelRow","value":"bds250Slider-value","slider":"bds250Slider-slider","sliderError":"bds250Slider-sliderError"};
|
|
2574
2574
|
|
|
2575
2575
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2576
2576
|
var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
|
|
@@ -2632,7 +2632,7 @@ function Slider({
|
|
|
2632
2632
|
var import_react23 = require("react");
|
|
2633
2633
|
|
|
2634
2634
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2635
|
-
var Switch_default = {"component":"
|
|
2635
|
+
var Switch_default = {"component":"bds250Switch-component","switchGroup":"bds250Switch-switchGroup","--size_small":"bds250Switch---size_small","--size_medium":"bds250Switch---size_medium","--size_large":"bds250Switch---size_large","inputWrapper":"bds250Switch-inputWrapper","trackWrapper":"bds250Switch-trackWrapper","switch":"bds250Switch-switch","track":"bds250Switch-track","thumb":"bds250Switch-thumb","switchError":"bds250Switch-switchError"};
|
|
2636
2636
|
|
|
2637
2637
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2638
2638
|
var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
|
|
@@ -2680,7 +2680,7 @@ function Switch({
|
|
|
2680
2680
|
var import_react24 = require("react");
|
|
2681
2681
|
|
|
2682
2682
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2683
|
-
var Textarea_default = {"component":"
|
|
2683
|
+
var Textarea_default = {"component":"bds250Textarea-component","formGroup":"bds250Textarea-formGroup","textarea":"bds250Textarea-textarea","textareaError":"bds250Textarea-textareaError"};
|
|
2684
2684
|
|
|
2685
2685
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2686
2686
|
var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
|
|
@@ -2719,7 +2719,7 @@ function Textarea({
|
|
|
2719
2719
|
}
|
|
2720
2720
|
|
|
2721
2721
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2722
|
-
var ButtonGroup_default = {"component":"
|
|
2722
|
+
var ButtonGroup_default = {"component":"bds250ButtonGroup-component","buttonGroup":"bds250ButtonGroup-buttonGroup","container":"bds250ButtonGroup-container","--variant_card":"bds250ButtonGroup---variant_card","--variant_flow":"bds250ButtonGroup---variant_flow","--variant_modal":"bds250ButtonGroup---variant_modal","--variant_content":"bds250ButtonGroup---variant_content","--variant_grid":"bds250ButtonGroup---variant_grid"};
|
|
2723
2723
|
|
|
2724
2724
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2725
2725
|
var import_design_system_foundation47 = require("@boostdev/design-system-foundation");
|
|
@@ -2738,7 +2738,7 @@ function ButtonContainer({ children, className, variant, ...rest }) {
|
|
|
2738
2738
|
var ButtonGroup = ButtonContainer;
|
|
2739
2739
|
|
|
2740
2740
|
// src/components/layout/Card/Card.module.css
|
|
2741
|
-
var Card_default = {"component":"
|
|
2741
|
+
var Card_default = {"component":"bds250Card-component","card":"bds250Card-card","--default":"bds250Card---default","--elevated":"bds250Card---elevated","--outlined":"bds250Card---outlined","--clickable":"bds250Card---clickable","--padding-none":"bds250Card---padding-none","--padding-small":"bds250Card---padding-small","--padding-medium":"bds250Card---padding-medium","--padding-large":"bds250Card---padding-large","--padding-extra-large":"bds250Card---padding-extra-large","--text-start":"bds250Card---text-start","--text-center":"bds250Card---text-center","--text-end":"bds250Card---text-end"};
|
|
2742
2742
|
|
|
2743
2743
|
// src/components/layout/Card/Card.tsx
|
|
2744
2744
|
var import_design_system_foundation48 = require("@boostdev/design-system-foundation");
|
|
@@ -2778,7 +2778,7 @@ function Card({
|
|
|
2778
2778
|
var import_react26 = require("react");
|
|
2779
2779
|
|
|
2780
2780
|
// src/components/layout/Grid/Grid.module.css
|
|
2781
|
-
var Grid_default = {"component":"
|
|
2781
|
+
var Grid_default = {"component":"bds250Grid-component","grid":"bds250Grid-grid","--main":"bds250Grid---main","--page":"bds250Grid---page","--funnel":"bds250Grid---funnel","--custom":"bds250Grid---custom","--centered":"bds250Grid---centered","item":"bds250Grid-item","w3":"bds250Grid-w3","org":"bds250Grid-org","ts":"bds250Grid-ts","--masonry":"bds250Grid---masonry"};
|
|
2782
2782
|
|
|
2783
2783
|
// src/components/layout/Grid/Grid.tsx
|
|
2784
2784
|
var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
|
|
@@ -2808,17 +2808,17 @@ function resolvePreferredColumns(container, value, totalCols) {
|
|
|
2808
2808
|
if (Number.isFinite(n) && n > 0) return Math.min(totalCols, n);
|
|
2809
2809
|
return Math.max(1, Math.round(totalCols * NAMED_SPAN_FRACTION[value]));
|
|
2810
2810
|
}
|
|
2811
|
-
var
|
|
2811
|
+
var TARGET_MAX_IMPLICIT_ROWS = 5e3;
|
|
2812
2812
|
function supportsNativeMasonry() {
|
|
2813
2813
|
if (typeof CSS === "undefined" || typeof CSS.supports !== "function") return false;
|
|
2814
2814
|
return CSS.supports("display", "grid-lanes") || CSS.supports("grid-template-rows", "masonry");
|
|
2815
2815
|
}
|
|
2816
2816
|
var ORIGINAL_COL_ATTR = "data-bds-masonry-original-column";
|
|
2817
2817
|
var LAST_SPAN_ATTR = "data-bds-masonry-span";
|
|
2818
|
+
var UNIT_ATTR = "data-bds-masonry-unit";
|
|
2818
2819
|
function applyMasonryLayout(container, rawChildren, options = {}) {
|
|
2819
2820
|
const cs = window.getComputedStyle(container);
|
|
2820
2821
|
const targetGap = parseFloat(cs.columnGap) || 0;
|
|
2821
|
-
container.style.gridAutoRows = `${ROW_UNIT_PX}px`;
|
|
2822
2822
|
container.style.rowGap = "0px";
|
|
2823
2823
|
container.style.gridAutoFlow = "dense";
|
|
2824
2824
|
container.style.overflowAnchor = "none";
|
|
@@ -2856,7 +2856,26 @@ function applyMasonryLayout(container, rawChildren, options = {}) {
|
|
|
2856
2856
|
}
|
|
2857
2857
|
}
|
|
2858
2858
|
const heights = children.map((child) => child.offsetHeight);
|
|
2859
|
-
const
|
|
2859
|
+
const cols = countGridColumns(container) || 1;
|
|
2860
|
+
const totalRowSum = heights.reduce(
|
|
2861
|
+
(s, h) => s + Math.max(1, Math.ceil(h + targetGap)),
|
|
2862
|
+
0
|
|
2863
|
+
);
|
|
2864
|
+
const projectedRows = totalRowSum / cols;
|
|
2865
|
+
const autoUnit = Math.max(
|
|
2866
|
+
1,
|
|
2867
|
+
Math.ceil(projectedRows / TARGET_MAX_IMPLICIT_ROWS)
|
|
2868
|
+
);
|
|
2869
|
+
const rowUnit = options.rowUnitPx !== void 0 && options.rowUnitPx > 0 ? Math.floor(options.rowUnitPx) : autoUnit;
|
|
2870
|
+
container.style.gridAutoRows = `${rowUnit}px`;
|
|
2871
|
+
const prevUnit = container.getAttribute(UNIT_ATTR);
|
|
2872
|
+
if (prevUnit !== String(rowUnit)) {
|
|
2873
|
+
for (const child of children) child.removeAttribute(LAST_SPAN_ATTR);
|
|
2874
|
+
container.setAttribute(UNIT_ATTR, String(rowUnit));
|
|
2875
|
+
}
|
|
2876
|
+
const spans = heights.map(
|
|
2877
|
+
(h) => Math.max(1, Math.ceil((h + targetGap) / rowUnit))
|
|
2878
|
+
);
|
|
2860
2879
|
let changed = false;
|
|
2861
2880
|
for (let i = 0; i < children.length; i++) {
|
|
2862
2881
|
const prev = children[i].getAttribute(LAST_SPAN_ATTR);
|
|
@@ -2895,6 +2914,7 @@ function clearMasonryLayout(container, rawChildren) {
|
|
|
2895
2914
|
container.style.gridAutoFlow = "";
|
|
2896
2915
|
container.style.rowGap = "";
|
|
2897
2916
|
container.style.overflowAnchor = "";
|
|
2917
|
+
container.removeAttribute(UNIT_ATTR);
|
|
2898
2918
|
for (const child of rawChildren) {
|
|
2899
2919
|
if (child.nodeType !== 1) continue;
|
|
2900
2920
|
child.style.gridRow = "";
|
|
@@ -2912,24 +2932,52 @@ function restoreOriginalColumn(el) {
|
|
|
2912
2932
|
el.removeAttribute(ORIGINAL_COL_ATTR);
|
|
2913
2933
|
}
|
|
2914
2934
|
function useMasonry(ref, enabled, options = {}) {
|
|
2915
|
-
const { preferredColumnSpan } = options;
|
|
2935
|
+
const { preferredColumnSpan, rowUnitPx } = options;
|
|
2916
2936
|
(0, import_react25.useLayoutEffect)(() => {
|
|
2917
2937
|
const container = ref.current;
|
|
2918
2938
|
if (!container || !enabled) return;
|
|
2919
2939
|
if (supportsNativeMasonry()) return;
|
|
2920
2940
|
let frame = 0;
|
|
2921
|
-
|
|
2922
|
-
|
|
2941
|
+
let scrollTimer = null;
|
|
2942
|
+
let scrolling = false;
|
|
2943
|
+
let pending = false;
|
|
2944
|
+
const apply = () => {
|
|
2923
2945
|
applyMasonryLayout(container, Array.from(container.children), {
|
|
2924
|
-
preferredColumnSpan
|
|
2946
|
+
preferredColumnSpan,
|
|
2947
|
+
rowUnitPx
|
|
2925
2948
|
});
|
|
2926
2949
|
};
|
|
2950
|
+
const runNow = () => {
|
|
2951
|
+
cancelAnimationFrame(frame);
|
|
2952
|
+
apply();
|
|
2953
|
+
};
|
|
2927
2954
|
const schedule = () => {
|
|
2928
2955
|
cancelAnimationFrame(frame);
|
|
2929
2956
|
frame = requestAnimationFrame(runNow);
|
|
2930
2957
|
};
|
|
2958
|
+
const onResize = () => {
|
|
2959
|
+
if (scrolling) {
|
|
2960
|
+
pending = true;
|
|
2961
|
+
return;
|
|
2962
|
+
}
|
|
2963
|
+
apply();
|
|
2964
|
+
};
|
|
2965
|
+
const SCROLL_IDLE_MS = 150;
|
|
2966
|
+
const onScroll = () => {
|
|
2967
|
+
scrolling = true;
|
|
2968
|
+
if (scrollTimer) clearTimeout(scrollTimer);
|
|
2969
|
+
scrollTimer = setTimeout(() => {
|
|
2970
|
+
scrolling = false;
|
|
2971
|
+
scrollTimer = null;
|
|
2972
|
+
if (pending) {
|
|
2973
|
+
pending = false;
|
|
2974
|
+
apply();
|
|
2975
|
+
}
|
|
2976
|
+
}, SCROLL_IDLE_MS);
|
|
2977
|
+
};
|
|
2978
|
+
window.addEventListener("scroll", onScroll, { passive: true, capture: true });
|
|
2931
2979
|
schedule();
|
|
2932
|
-
const ro = typeof ResizeObserver !== "undefined" ? new ResizeObserver(
|
|
2980
|
+
const ro = typeof ResizeObserver !== "undefined" ? new ResizeObserver(onResize) : null;
|
|
2933
2981
|
const observeDescendants = (child) => {
|
|
2934
2982
|
if (!ro) return;
|
|
2935
2983
|
ro.observe(child);
|
|
@@ -2947,11 +2995,13 @@ function useMasonry(ref, enabled, options = {}) {
|
|
|
2947
2995
|
mo?.observe(container, { childList: true });
|
|
2948
2996
|
return () => {
|
|
2949
2997
|
cancelAnimationFrame(frame);
|
|
2998
|
+
if (scrollTimer) clearTimeout(scrollTimer);
|
|
2999
|
+
window.removeEventListener("scroll", onScroll, { capture: true });
|
|
2950
3000
|
ro?.disconnect();
|
|
2951
3001
|
mo?.disconnect();
|
|
2952
3002
|
clearMasonryLayout(container, Array.from(container.children));
|
|
2953
3003
|
};
|
|
2954
|
-
}, [ref, enabled, preferredColumnSpan]);
|
|
3004
|
+
}, [ref, enabled, preferredColumnSpan, rowUnitPx]);
|
|
2955
3005
|
}
|
|
2956
3006
|
|
|
2957
3007
|
// src/components/layout/Grid/Grid.tsx
|
|
@@ -2970,12 +3020,16 @@ function Grid({
|
|
|
2970
3020
|
isMasonry = false,
|
|
2971
3021
|
autoSpanMedia = false,
|
|
2972
3022
|
masonryPreferredColumnSpan,
|
|
3023
|
+
masonryRowUnitPx,
|
|
2973
3024
|
as,
|
|
2974
3025
|
style,
|
|
2975
3026
|
...rest
|
|
2976
3027
|
}) {
|
|
2977
3028
|
const ref = (0, import_react26.useRef)(null);
|
|
2978
|
-
useMasonry(ref, isMasonry, {
|
|
3029
|
+
useMasonry(ref, isMasonry, {
|
|
3030
|
+
preferredColumnSpan: masonryPreferredColumnSpan,
|
|
3031
|
+
rowUnitPx: masonryRowUnitPx
|
|
3032
|
+
});
|
|
2979
3033
|
const classNames = (0, import_design_system_foundation49.cn)(
|
|
2980
3034
|
Grid_default.grid,
|
|
2981
3035
|
Grid_default[`--${variant}`],
|
|
@@ -3120,7 +3174,7 @@ function GridItem({
|
|
|
3120
3174
|
}
|
|
3121
3175
|
|
|
3122
3176
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
3123
|
-
var SectionHeader_default = {"component":"
|
|
3177
|
+
var SectionHeader_default = {"component":"bds250SectionHeader-component","sectionHeader":"bds250SectionHeader-sectionHeader","title":"bds250SectionHeader-title","subtitle":"bds250SectionHeader-subtitle","--start":"bds250SectionHeader---start","--center":"bds250SectionHeader---center","--end":"bds250SectionHeader---end","--medium":"bds250SectionHeader---medium","--xs":"bds250SectionHeader---xs","--small":"bds250SectionHeader---small","--large":"bds250SectionHeader---large"};
|
|
3124
3178
|
|
|
3125
3179
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
3126
3180
|
var import_design_system_foundation51 = require("@boostdev/design-system-foundation");
|
|
@@ -3142,7 +3196,7 @@ function SectionHeader({
|
|
|
3142
3196
|
}
|
|
3143
3197
|
|
|
3144
3198
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
3145
|
-
var IconWrapper_default = {"component":"
|
|
3199
|
+
var IconWrapper_default = {"component":"bds250IconWrapper-component","wrapper":"bds250IconWrapper-wrapper"};
|
|
3146
3200
|
|
|
3147
3201
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
3148
3202
|
var import_design_system_foundation52 = require("@boostdev/design-system-foundation");
|