@boostdev/design-system-components 2.4.2 → 2.5.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/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 +194 -4
- package/src/components/layout/Grid/Grid.tsx +15 -1
- package/src/components/layout/Grid/masonry.ts +127 -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/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":"bds251Accordion-component","accordion":"bds251Accordion-accordion","item":"bds251Accordion-item","heading":"bds251Accordion-heading","trigger":"bds251Accordion-trigger","triggerLabel":"bds251Accordion-triggerLabel","chevron":"bds251Accordion-chevron","--open":"bds251Accordion---open","panel":"bds251Accordion-panel","panelContent":"bds251Accordion-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":"bds251Alert-component","alert":"bds251Alert-alert","--variant_info":"bds251Alert---variant_info","--variant_success":"bds251Alert---variant_success","--variant_warning":"bds251Alert---variant_warning","--variant_error":"bds251Alert---variant_error","icon":"bds251Alert-icon","content":"bds251Alert-content","title":"bds251Alert-title","dismiss":"bds251Alert-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":"bds251Avatar-component","avatar":"bds251Avatar-avatar","--fallback":"bds251Avatar---fallback","--size_small":"bds251Avatar---size_small","--size_medium":"bds251Avatar---size_medium","--size_large":"bds251Avatar---size_large","image":"bds251Avatar-image","initials":"bds251Avatar-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":"bds251Badge-component","badge":"bds251Badge-badge","--variant_primary":"bds251Badge---variant_primary","--variant_secondary":"bds251Badge---variant_secondary","--variant_success":"bds251Badge---variant_success","--variant_error":"bds251Badge---variant_error","--variant_warning":"bds251Badge---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":"bds251Breadcrumb-component","breadcrumb":"bds251Breadcrumb-breadcrumb","list":"bds251Breadcrumb-list","item":"bds251Breadcrumb-item","link":"bds251Breadcrumb-link","separator":"bds251Breadcrumb-separator","current":"bds251Breadcrumb-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":"bds251Collapsible-component","collapsible":"bds251Collapsible-collapsible","summary":"bds251Collapsible-summary","summaryContent":"bds251Collapsible-summaryContent","icon":"bds251Collapsible-icon","content":"bds251Collapsible-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":"bds251Calendar-component","calendar":"bds251Calendar-calendar","header":"bds251Calendar-header","monthYear":"bds251Calendar-monthYear","navBtn":"bds251Calendar-navBtn","grid":"bds251Calendar-grid","weekday":"bds251Calendar-weekday","empty":"bds251Calendar-empty","day":"bds251Calendar-day","disabled":"bds251Calendar-disabled","selected":"bds251Calendar-selected","today":"bds251Calendar-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":"bds251Carousel-component","carousel":"bds251Carousel-carousel","track":"bds251Carousel-track","slide":"bds251Carousel-slide","navBtn":"bds251Carousel-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":"bds251DescriptionList-component","list":"bds251DescriptionList-list","group":"bds251DescriptionList-group","term":"bds251DescriptionList-term","details":"bds251DescriptionList-details","--layout_inline":"bds251DescriptionList---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":"bds251Link-component","link":"bds251Link-link","--variant_default":"bds251Link---variant_default","--variant_subtle":"bds251Link---variant_subtle","--variant_standalone":"bds251Link---variant_standalone","externalLabel":"bds251Link-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":"bds251Loading-component","loading":"bds251Loading-loading","spinner":"bds251Loading-spinner","--size_small":"bds251Loading---size_small","--size_large":"bds251Loading---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":"bds251NotificationBanner-component","banner":"bds251NotificationBanner-banner","--variant_info":"bds251NotificationBanner---variant_info","--variant_success":"bds251NotificationBanner---variant_success","--variant_warning":"bds251NotificationBanner---variant_warning","--variant_error":"bds251NotificationBanner---variant_error","content":"bds251NotificationBanner-content","action":"bds251NotificationBanner-action","dismiss":"bds251NotificationBanner-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":"bds251Pagination-component","pagination":"bds251Pagination-pagination","list":"bds251Pagination-list","button":"bds251Pagination-button","--active":"bds251Pagination---active","--nav":"bds251Pagination---nav","ellipsis":"bds251Pagination-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":"bds251Progress-component","container":"bds251Progress-container","labelRow":"bds251Progress-labelRow","value":"bds251Progress-value","track":"bds251Progress-track","--size_small":"bds251Progress---size_small","--size_medium":"bds251Progress---size_medium","--size_large":"bds251Progress---size_large","fill":"bds251Progress-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":"bds251ProgressCircle-component","wrapper":"bds251ProgressCircle-wrapper","svg":"bds251ProgressCircle-svg","track":"bds251ProgressCircle-track","fill":"bds251ProgressCircle-fill","value":"bds251ProgressCircle-value","--size_small":"bds251ProgressCircle---size_small","--size_medium":"bds251ProgressCircle---size_medium","--size_large":"bds251ProgressCircle---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":"bds251Separator-component","separator":"bds251Separator-separator","--horizontal":"bds251Separator---horizontal","--vertical":"bds251Separator---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":"bds251Skeleton-component","skeleton":"bds251Skeleton-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":"bds251SkipLink-component","skipLink":"bds251SkipLink-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":"bds251Table-component","wrapper":"bds251Table-wrapper","table":"bds251Table-table","caption":"bds251Table-caption","thead":"bds251Table-thead","th":"bds251Table-th","--sortable":"bds251Table---sortable","sortButton":"bds251Table-sortButton","sortIcon":"bds251Table-sortIcon","--sort-active":"bds251Table---sort-active","--sort-desc":"bds251Table---sort-desc","tbody":"bds251Table-tbody","tr":"bds251Table-tr","td":"bds251Table-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":"bds251Tabs-component","tabs":"bds251Tabs-tabs","tabList":"bds251Tabs-tabList","tab":"bds251Tabs-tab","--active":"bds251Tabs---active","panel":"bds251Tabs-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":"bds251Tooltip-component","wrapper":"bds251Tooltip-wrapper","tooltip":"bds251Tooltip-tooltip","--placement_top":"bds251Tooltip---placement_top","--placement_bottom":"bds251Tooltip---placement_bottom","--placement_left":"bds251Tooltip---placement_left","--placement_right":"bds251Tooltip---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":"bds251Typography-component","typography":"bds251Typography-typography","--h1":"bds251Typography---h1","--h2":"bds251Typography---h2","--h3":"bds251Typography---h3","--body":"bds251Typography---body","--body_s":"bds251Typography---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":"bds251Button-component","button":"bds251Button-button","--default":"bds251Button---default","--outline":"bds251Button---outline","--ghost":"bds251Button---ghost","--size_small":"bds251Button---size_small","--size_medium":"bds251Button---size_medium","--size_large":"bds251Button---size_large","--hasPulse":"bds251Button---hasPulse","iconStart":"bds251Button-iconStart","iconEnd":"bds251Button-iconEnd","--iconOnly":"bds251Button---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":"bds251Command-component","dialog":"bds251Command-dialog","palette":"bds251Command-palette","searchRow":"bds251Command-searchRow","searchIcon":"bds251Command-searchIcon","search":"bds251Command-search","escHint":"bds251Command-escHint","list":"bds251Command-list","groupList":"bds251Command-groupList","group":"bds251Command-group","item":"bds251Command-item","itemActive":"bds251Command-itemActive","itemLabel":"bds251Command-itemLabel","itemDesc":"bds251Command-itemDesc","shortcut":"bds251Command-shortcut","empty":"bds251Command-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":"bds251Dialog-component","dialog":"bds251Dialog-dialog","dialogContent":"bds251Dialog-dialogContent","closeButton":"bds251Dialog-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":"bds251Drawer-component","drawer":"bds251Drawer-drawer","--side_left":"bds251Drawer---side_left","header":"bds251Drawer-header","closeButton":"bds251Drawer-closeButton","body":"bds251Drawer-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":"bds251DropdownMenu-component","wrapper":"bds251DropdownMenu-wrapper","menu":"bds251DropdownMenu-menu","--placement_bottom-start":"bds251DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds251DropdownMenu---placement_bottom-end","separator":"bds251DropdownMenu-separator","item":"bds251DropdownMenu-item","icon":"bds251DropdownMenu-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":"bds251Popover-component","wrapper":"bds251Popover-wrapper","panel":"bds251Popover-panel","g":"bds251Popover-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":"bds251Rating-component","rating":"bds251Rating-rating","star":"bds251Rating-star","--filled":"bds251Rating---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":"bds251Toast-component","toastContainer":"bds251Toast-toastContainer","toast":"bds251Toast-toast","--variant_success":"bds251Toast---variant_success","--variant_warning":"bds251Toast---variant_warning","--variant_info":"bds251Toast---variant_info","--variant_error":"bds251Toast---variant_error","message":"bds251Toast-message","closeButton":"bds251Toast-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":"bds251Checkbox-component","checkboxGroup":"bds251Checkbox-checkboxGroup","inputWrapper":"bds251Checkbox-inputWrapper","checkbox":"bds251Checkbox-checkbox","checkboxError":"bds251Checkbox-checkboxError"};
|
|
1875
1875
|
|
|
1876
1876
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1877
|
-
var Message_default = {"component":"
|
|
1877
|
+
var Message_default = {"component":"bds251Message-component","error":"bds251Message-error","hint":"bds251Message-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":"bds251Label-component","label":"bds251Label-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":"bds251InputContainer-component","container":"bds251InputContainer-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":"bds251CheckboxGroup-component","group":"bds251CheckboxGroup-group","legend":"bds251CheckboxGroup-legend","required":"bds251CheckboxGroup-required","items":"bds251CheckboxGroup-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":"bds251Combobox-component","formGroup":"bds251Combobox-formGroup","inputWrapper":"bds251Combobox-inputWrapper","input":"bds251Combobox-input","inputError":"bds251Combobox-inputError","chevron":"bds251Combobox-chevron","listbox":"bds251Combobox-listbox","option":"bds251Combobox-option","--highlighted":"bds251Combobox---highlighted","--selected":"bds251Combobox---selected","--disabled":"bds251Combobox---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":"bds251FileInput-component","formGroup":"bds251FileInput-formGroup","fieldLabel":"bds251FileInput-fieldLabel","dropZone":"bds251FileInput-dropZone","isDragging":"bds251FileInput-isDragging","hasError":"bds251FileInput-hasError","isDisabled":"bds251FileInput-isDisabled","icon":"bds251FileInput-icon","prompt":"bds251FileInput-prompt","acceptHint":"bds251FileInput-acceptHint","hiddenInput":"bds251FileInput-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":"bds251FormInput-component","formGroup":"bds251FormInput-formGroup","input":"bds251FormInput-input","inputError":"bds251FormInput-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":"bds251NumberInput-component","formGroup":"bds251NumberInput-formGroup","inputRow":"bds251NumberInput-inputRow","input":"bds251NumberInput-input","inputError":"bds251NumberInput-inputError","stepper":"bds251NumberInput-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":"bds251Radio-component","radioGroup":"bds251Radio-radioGroup","inputWrapper":"bds251Radio-inputWrapper","textWrapper":"bds251Radio-textWrapper","description":"bds251Radio-description","radio":"bds251Radio-radio","radioError":"bds251Radio-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":"bds251RadioGroup-component","group":"bds251RadioGroup-group","legend":"bds251RadioGroup-legend","required":"bds251RadioGroup-required","items":"bds251RadioGroup-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":"bds251SegmentedControl-component","control":"bds251SegmentedControl-control","thumb":"bds251SegmentedControl-thumb","indicator":"bds251SegmentedControl-indicator","item":"bds251SegmentedControl-item","--active":"bds251SegmentedControl---active","--disabled":"bds251SegmentedControl---disabled","--size_small":"bds251SegmentedControl---size_small","--size_large":"bds251SegmentedControl---size_large","--variant_outline":"bds251SegmentedControl---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":"bds251Select-component","formGroup":"bds251Select-formGroup","selectWrapper":"bds251Select-selectWrapper","select":"bds251Select-select","selectError":"bds251Select-selectError","chevron":"bds251Select-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":"bds251Slider-component","formGroup":"bds251Slider-formGroup","labelRow":"bds251Slider-labelRow","value":"bds251Slider-value","slider":"bds251Slider-slider","sliderError":"bds251Slider-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":"bds251Switch-component","switchGroup":"bds251Switch-switchGroup","--size_small":"bds251Switch---size_small","--size_medium":"bds251Switch---size_medium","--size_large":"bds251Switch---size_large","inputWrapper":"bds251Switch-inputWrapper","trackWrapper":"bds251Switch-trackWrapper","switch":"bds251Switch-switch","track":"bds251Switch-track","thumb":"bds251Switch-thumb","switchError":"bds251Switch-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":"bds251Textarea-component","formGroup":"bds251Textarea-formGroup","textarea":"bds251Textarea-textarea","textareaError":"bds251Textarea-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":"bds251ButtonGroup-component","buttonGroup":"bds251ButtonGroup-buttonGroup","container":"bds251ButtonGroup-container","--variant_card":"bds251ButtonGroup---variant_card","--variant_flow":"bds251ButtonGroup---variant_flow","--variant_modal":"bds251ButtonGroup---variant_modal","--variant_content":"bds251ButtonGroup---variant_content","--variant_grid":"bds251ButtonGroup---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":"bds251Card-component","card":"bds251Card-card","--default":"bds251Card---default","--elevated":"bds251Card---elevated","--outlined":"bds251Card---outlined","--clickable":"bds251Card---clickable","--padding-none":"bds251Card---padding-none","--padding-small":"bds251Card---padding-small","--padding-medium":"bds251Card---padding-medium","--padding-large":"bds251Card---padding-large","--padding-extra-large":"bds251Card---padding-extra-large","--text-start":"bds251Card---text-start","--text-center":"bds251Card---text-center","--text-end":"bds251Card---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":"bds251Grid-component","grid":"bds251Grid-grid","--main":"bds251Grid---main","--page":"bds251Grid---page","--funnel":"bds251Grid---funnel","--custom":"bds251Grid---custom","--centered":"bds251Grid---centered","item":"bds251Grid-item","w3":"bds251Grid-w3","org":"bds251Grid-org","ts":"bds251Grid-ts","--masonry":"bds251Grid---masonry"};
|
|
2781
2781
|
|
|
2782
2782
|
// src/components/layout/Grid/Grid.tsx
|
|
2783
2783
|
var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
|
|
@@ -2807,17 +2807,17 @@ function resolvePreferredColumns(container, value, totalCols) {
|
|
|
2807
2807
|
if (Number.isFinite(n) && n > 0) return Math.min(totalCols, n);
|
|
2808
2808
|
return Math.max(1, Math.round(totalCols * NAMED_SPAN_FRACTION[value]));
|
|
2809
2809
|
}
|
|
2810
|
-
var
|
|
2810
|
+
var TARGET_MAX_IMPLICIT_ROWS = 5e3;
|
|
2811
2811
|
function supportsNativeMasonry() {
|
|
2812
2812
|
if (typeof CSS === "undefined" || typeof CSS.supports !== "function") return false;
|
|
2813
2813
|
return CSS.supports("display", "grid-lanes") || CSS.supports("grid-template-rows", "masonry");
|
|
2814
2814
|
}
|
|
2815
2815
|
var ORIGINAL_COL_ATTR = "data-bds-masonry-original-column";
|
|
2816
2816
|
var LAST_SPAN_ATTR = "data-bds-masonry-span";
|
|
2817
|
+
var UNIT_ATTR = "data-bds-masonry-unit";
|
|
2817
2818
|
function applyMasonryLayout(container, rawChildren, options = {}) {
|
|
2818
2819
|
const cs = window.getComputedStyle(container);
|
|
2819
2820
|
const targetGap = parseFloat(cs.columnGap) || 0;
|
|
2820
|
-
container.style.gridAutoRows = `${ROW_UNIT_PX}px`;
|
|
2821
2821
|
container.style.rowGap = "0px";
|
|
2822
2822
|
container.style.gridAutoFlow = "dense";
|
|
2823
2823
|
container.style.overflowAnchor = "none";
|
|
@@ -2855,7 +2855,26 @@ function applyMasonryLayout(container, rawChildren, options = {}) {
|
|
|
2855
2855
|
}
|
|
2856
2856
|
}
|
|
2857
2857
|
const heights = children.map((child) => child.offsetHeight);
|
|
2858
|
-
const
|
|
2858
|
+
const cols = countGridColumns(container) || 1;
|
|
2859
|
+
const projectedRows = children.reduce((sum, child, i) => {
|
|
2860
|
+
const rowSpan = Math.max(1, Math.ceil(heights[i] + targetGap));
|
|
2861
|
+
const colSpan = readExplicitSpan(child, cols);
|
|
2862
|
+
return sum + rowSpan * colSpan;
|
|
2863
|
+
}, 0) / cols;
|
|
2864
|
+
const autoUnit = Math.max(
|
|
2865
|
+
1,
|
|
2866
|
+
Math.ceil(projectedRows / TARGET_MAX_IMPLICIT_ROWS)
|
|
2867
|
+
);
|
|
2868
|
+
const rowUnit = options.rowUnitPx !== void 0 && options.rowUnitPx > 0 ? Math.floor(options.rowUnitPx) : autoUnit;
|
|
2869
|
+
container.style.gridAutoRows = `${rowUnit}px`;
|
|
2870
|
+
const prevUnit = container.getAttribute(UNIT_ATTR);
|
|
2871
|
+
if (prevUnit !== String(rowUnit)) {
|
|
2872
|
+
for (const child of children) child.removeAttribute(LAST_SPAN_ATTR);
|
|
2873
|
+
container.setAttribute(UNIT_ATTR, String(rowUnit));
|
|
2874
|
+
}
|
|
2875
|
+
const spans = heights.map(
|
|
2876
|
+
(h) => Math.max(1, Math.ceil((h + targetGap) / rowUnit))
|
|
2877
|
+
);
|
|
2859
2878
|
let changed = false;
|
|
2860
2879
|
for (let i = 0; i < children.length; i++) {
|
|
2861
2880
|
const prev = children[i].getAttribute(LAST_SPAN_ATTR);
|
|
@@ -2894,6 +2913,7 @@ function clearMasonryLayout(container, rawChildren) {
|
|
|
2894
2913
|
container.style.gridAutoFlow = "";
|
|
2895
2914
|
container.style.rowGap = "";
|
|
2896
2915
|
container.style.overflowAnchor = "";
|
|
2916
|
+
container.removeAttribute(UNIT_ATTR);
|
|
2897
2917
|
for (const child of rawChildren) {
|
|
2898
2918
|
if (child.nodeType !== 1) continue;
|
|
2899
2919
|
child.style.gridRow = "";
|
|
@@ -2911,24 +2931,52 @@ function restoreOriginalColumn(el) {
|
|
|
2911
2931
|
el.removeAttribute(ORIGINAL_COL_ATTR);
|
|
2912
2932
|
}
|
|
2913
2933
|
function useMasonry(ref, enabled, options = {}) {
|
|
2914
|
-
const { preferredColumnSpan } = options;
|
|
2934
|
+
const { preferredColumnSpan, rowUnitPx } = options;
|
|
2915
2935
|
(0, import_react25.useLayoutEffect)(() => {
|
|
2916
2936
|
const container = ref.current;
|
|
2917
2937
|
if (!container || !enabled) return;
|
|
2918
2938
|
if (supportsNativeMasonry()) return;
|
|
2919
2939
|
let frame = 0;
|
|
2920
|
-
|
|
2921
|
-
|
|
2940
|
+
let scrollTimer = null;
|
|
2941
|
+
let scrolling = false;
|
|
2942
|
+
let pending = false;
|
|
2943
|
+
const apply = () => {
|
|
2922
2944
|
applyMasonryLayout(container, Array.from(container.children), {
|
|
2923
|
-
preferredColumnSpan
|
|
2945
|
+
preferredColumnSpan,
|
|
2946
|
+
rowUnitPx
|
|
2924
2947
|
});
|
|
2925
2948
|
};
|
|
2949
|
+
const runNow = () => {
|
|
2950
|
+
cancelAnimationFrame(frame);
|
|
2951
|
+
apply();
|
|
2952
|
+
};
|
|
2926
2953
|
const schedule = () => {
|
|
2927
2954
|
cancelAnimationFrame(frame);
|
|
2928
2955
|
frame = requestAnimationFrame(runNow);
|
|
2929
2956
|
};
|
|
2957
|
+
const onResize = () => {
|
|
2958
|
+
if (scrolling) {
|
|
2959
|
+
pending = true;
|
|
2960
|
+
return;
|
|
2961
|
+
}
|
|
2962
|
+
apply();
|
|
2963
|
+
};
|
|
2964
|
+
const SCROLL_IDLE_MS = 150;
|
|
2965
|
+
const onScroll = () => {
|
|
2966
|
+
scrolling = true;
|
|
2967
|
+
if (scrollTimer) clearTimeout(scrollTimer);
|
|
2968
|
+
scrollTimer = setTimeout(() => {
|
|
2969
|
+
scrolling = false;
|
|
2970
|
+
scrollTimer = null;
|
|
2971
|
+
if (pending) {
|
|
2972
|
+
pending = false;
|
|
2973
|
+
apply();
|
|
2974
|
+
}
|
|
2975
|
+
}, SCROLL_IDLE_MS);
|
|
2976
|
+
};
|
|
2977
|
+
window.addEventListener("scroll", onScroll, { passive: true, capture: true });
|
|
2930
2978
|
schedule();
|
|
2931
|
-
const ro = typeof ResizeObserver !== "undefined" ? new ResizeObserver(
|
|
2979
|
+
const ro = typeof ResizeObserver !== "undefined" ? new ResizeObserver(onResize) : null;
|
|
2932
2980
|
const observeDescendants = (child) => {
|
|
2933
2981
|
if (!ro) return;
|
|
2934
2982
|
ro.observe(child);
|
|
@@ -2946,11 +2994,13 @@ function useMasonry(ref, enabled, options = {}) {
|
|
|
2946
2994
|
mo?.observe(container, { childList: true });
|
|
2947
2995
|
return () => {
|
|
2948
2996
|
cancelAnimationFrame(frame);
|
|
2997
|
+
if (scrollTimer) clearTimeout(scrollTimer);
|
|
2998
|
+
window.removeEventListener("scroll", onScroll, { capture: true });
|
|
2949
2999
|
ro?.disconnect();
|
|
2950
3000
|
mo?.disconnect();
|
|
2951
3001
|
clearMasonryLayout(container, Array.from(container.children));
|
|
2952
3002
|
};
|
|
2953
|
-
}, [ref, enabled, preferredColumnSpan]);
|
|
3003
|
+
}, [ref, enabled, preferredColumnSpan, rowUnitPx]);
|
|
2954
3004
|
}
|
|
2955
3005
|
|
|
2956
3006
|
// src/components/layout/Grid/Grid.tsx
|
|
@@ -2969,12 +3019,16 @@ function Grid({
|
|
|
2969
3019
|
isMasonry = false,
|
|
2970
3020
|
autoSpanMedia = false,
|
|
2971
3021
|
masonryPreferredColumnSpan,
|
|
3022
|
+
masonryRowUnitPx,
|
|
2972
3023
|
as,
|
|
2973
3024
|
style,
|
|
2974
3025
|
...rest
|
|
2975
3026
|
}) {
|
|
2976
3027
|
const ref = (0, import_react26.useRef)(null);
|
|
2977
|
-
useMasonry(ref, isMasonry, {
|
|
3028
|
+
useMasonry(ref, isMasonry, {
|
|
3029
|
+
preferredColumnSpan: masonryPreferredColumnSpan,
|
|
3030
|
+
rowUnitPx: masonryRowUnitPx
|
|
3031
|
+
});
|
|
2978
3032
|
const classNames = (0, import_design_system_foundation49.cn)(
|
|
2979
3033
|
Grid_default.grid,
|
|
2980
3034
|
Grid_default[`--${variant}`],
|
|
@@ -3119,7 +3173,7 @@ function GridItem({
|
|
|
3119
3173
|
}
|
|
3120
3174
|
|
|
3121
3175
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
3122
|
-
var SectionHeader_default = {"component":"
|
|
3176
|
+
var SectionHeader_default = {"component":"bds251SectionHeader-component","sectionHeader":"bds251SectionHeader-sectionHeader","title":"bds251SectionHeader-title","subtitle":"bds251SectionHeader-subtitle","--start":"bds251SectionHeader---start","--center":"bds251SectionHeader---center","--end":"bds251SectionHeader---end","--medium":"bds251SectionHeader---medium","--xs":"bds251SectionHeader---xs","--small":"bds251SectionHeader---small","--large":"bds251SectionHeader---large"};
|
|
3123
3177
|
|
|
3124
3178
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
3125
3179
|
var import_design_system_foundation51 = require("@boostdev/design-system-foundation");
|
|
@@ -3141,7 +3195,7 @@ function SectionHeader({
|
|
|
3141
3195
|
}
|
|
3142
3196
|
|
|
3143
3197
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
3144
|
-
var IconWrapper_default = {"component":"
|
|
3198
|
+
var IconWrapper_default = {"component":"bds251IconWrapper-component","wrapper":"bds251IconWrapper-wrapper"};
|
|
3145
3199
|
|
|
3146
3200
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
3147
3201
|
var import_design_system_foundation52 = require("@boostdev/design-system-foundation");
|