@boostdev/design-system-components 1.0.2 → 1.0.3
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 +19 -17
- package/dist/client.cjs +50 -50
- package/dist/client.css +709 -690
- package/dist/client.js +50 -50
- package/dist/index.cjs +50 -50
- package/dist/index.css +709 -690
- package/dist/index.js +50 -50
- package/package.json +3 -3
- package/src/components/interaction/Button/Button.module.css +8 -8
- package/src/components/interaction/Command/Command.module.css +12 -12
- package/src/components/interaction/Dialog/Dialog.module.css +3 -3
- package/src/components/interaction/Drawer/Drawer.module.css +3 -3
- package/src/components/interaction/DropdownMenu/DropdownMenu.module.css +3 -3
- package/src/components/interaction/Popover/Popover.module.css +2 -2
- package/src/components/interaction/Rating/Rating.module.css +2 -2
- package/src/components/interaction/Toast/Toast.module.css +10 -10
- package/src/components/interaction/form/Checkbox/Checkbox.module.css +5 -5
- package/src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css +2 -2
- package/src/components/interaction/form/Combobox/Combobox.module.css +8 -8
- package/src/components/interaction/form/FileInput/FileInput.module.css +8 -8
- package/src/components/interaction/form/FormInput/FormInput.module.css +2 -2
- package/src/components/interaction/form/NumberInput/NumberInput.module.css +4 -4
- package/src/components/interaction/form/Radio/Radio.module.css +6 -6
- package/src/components/interaction/form/RadioGroup/RadioGroup.module.css +2 -2
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.module.css +5 -5
- package/src/components/interaction/form/Select/Select.module.css +3 -3
- package/src/components/interaction/form/Slider/Slider.module.css +14 -14
- package/src/components/interaction/form/Switch/Switch.module.css +8 -8
- package/src/components/interaction/form/Textarea/Textarea.module.css +2 -2
- package/src/components/interaction/form/atoms/Label.module.css +1 -1
- package/src/components/layout/Card/Card.module.css +2 -2
- package/src/components/layout/IconWrapper/IconWrapper.module.css +3 -3
- package/src/components/layout/SectionHeader/SectionHeader.module.css +2 -2
- package/src/components/ui/Accordion/Accordion.module.css +5 -5
- package/src/components/ui/Alert/Alert.module.css +15 -15
- package/src/components/ui/Avatar/Avatar.module.css +2 -2
- package/src/components/ui/Badge/Badge.module.css +12 -12
- package/src/components/ui/Breadcrumb/Breadcrumb.module.css +2 -2
- package/src/components/ui/Calendar/Calendar.module.css +11 -11
- package/src/components/ui/Carousel/Carousel.module.css +4 -4
- package/src/components/ui/Collapsible/Collapsible.module.css +6 -6
- package/src/components/ui/DescriptionList/DescriptionList.module.css +3 -3
- package/src/components/ui/Link/Link.module.css +4 -4
- package/src/components/ui/Loading/Loading.module.css +2 -2
- package/src/components/ui/NotificationBanner/NotificationBanner.module.css +15 -15
- package/src/components/ui/Pagination/Pagination.module.css +8 -8
- package/src/components/ui/Progress/Progress.module.css +3 -3
- package/src/components/ui/ProgressCircle/ProgressCircle.module.css +3 -3
- package/src/components/ui/Separator/Separator.module.css +1 -1
- package/src/components/ui/Skeleton/Skeleton.module.css +3 -3
- package/src/components/ui/SkipLink/SkipLink.module.css +3 -3
- package/src/components/ui/Table/Table.module.css +11 -11
- package/src/components/ui/Tabs/Tabs.module.css +3 -3
- package/src/components/ui/Tooltip/Tooltip.module.css +2 -2
- package/src/components/ui/Typography/Typography.module.css +1 -1
- package/src/css/bdc.css +2 -2
- package/src/index.ts +2 -0
- package/src/stories/DesignSystem/Borders.mdx +7 -7
- package/src/stories/DesignSystem/Colors.mdx +28 -29
- package/src/stories/DesignSystem/Elevation.mdx +4 -4
- package/src/stories/DesignSystem/Grid.mdx +5 -5
- package/src/stories/DesignSystem/Motion.mdx +2 -2
- package/src/stories/DesignSystem/Overview.mdx +1 -1
- package/src/stories/DesignSystem/Spacing.mdx +3 -3
- package/src/stories/DesignSystem/Typography.mdx +6 -6
package/AGENTS.md
CHANGED
|
@@ -39,12 +39,12 @@ Component-scoped variables use **inline fallbacks**, not top-level declarations.
|
|
|
39
39
|
border: 1px solid var(--input_border-color, currentcolor);
|
|
40
40
|
}
|
|
41
41
|
.input:focus {
|
|
42
|
-
--input_border-color: var(--bds-
|
|
42
|
+
--input_border-color: var(--bds-color_interactive);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
/* ❌ wrong — declaring defaults at the element level */
|
|
46
46
|
.input {
|
|
47
|
-
--input_border-color: var(--bds-
|
|
47
|
+
--input_border-color: var(--bds-color_on-bg);
|
|
48
48
|
border: 1px solid var(--input_border-color);
|
|
49
49
|
}
|
|
50
50
|
```
|
|
@@ -73,7 +73,7 @@ Components use `outline` (not `border`) for all visual frame edges via `--bdc_*`
|
|
|
73
73
|
}
|
|
74
74
|
```
|
|
75
75
|
|
|
76
|
-
Focus state uses `--bdc_color--focus` (= `--bds-
|
|
76
|
+
Focus state uses `--bdc_color--focus` (= `--bds-color_interactive`) for mouse focus, and `var(--bds-outline_default)` for `:focus-visible` keyboard focus.
|
|
77
77
|
|
|
78
78
|
### Two-level fallback for active/selected state
|
|
79
79
|
|
|
@@ -81,8 +81,8 @@ Components that express an active, checked, or filled state use a two-level chai
|
|
|
81
81
|
|
|
82
82
|
```css
|
|
83
83
|
/* component var → global semantic token */
|
|
84
|
-
background-color: var(--checkbox_color-active, var(--bds-
|
|
85
|
-
border-color: var(--checkbox_color-active, var(--bds-
|
|
84
|
+
background-color: var(--checkbox_color-active, var(--bds-color_green));
|
|
85
|
+
border-color: var(--checkbox_color-active, var(--bds-color_green));
|
|
86
86
|
border: solid var(--checkbox_color-on-active, var(--bds-on-active));
|
|
87
87
|
```
|
|
88
88
|
|
|
@@ -90,11 +90,13 @@ Apply this pattern to any component with a visually distinct active/selected/fil
|
|
|
90
90
|
|
|
91
91
|
## Token usage rules (from @boostdev/design-system-foundation)
|
|
92
92
|
|
|
93
|
-
- Token names use `--bds-` prefix (e.g. `--bds-
|
|
93
|
+
- Token names use `--bds-` prefix (e.g. `--bds-color_bg`, `--bds-space_m`). Color tokens always include the `color_` group segment: `var(--bds-color_bg)` not `var(--bds-bg)`. The old short names (without `color_`) exist as deprecated aliases and will be removed in the next major version.
|
|
94
94
|
- Colour surfaces always pair with their `on-` content token
|
|
95
95
|
- Space: use named scale tokens (`--bds-space_xs`, `--bds-space_m`, etc.), never raw px/rem
|
|
96
|
-
- Shadow: use elevation scale (`--bds-shadow_s` … `--bds-shadow_2xl`)
|
|
96
|
+
- Shadow: use elevation scale (`--bds-shadow_s` … `--bds-shadow_2xl`). Shadows use `--bds-shadow_color-rgb` internally — override this token to theme shadow colour.
|
|
97
97
|
- Z-index: use named role tokens, never raw integers
|
|
98
|
+
- Focus-visible outlines: use `--bds-outline_default` (2px dotted, adapts to dark mode). `--bds-outline_color` is the colour token; `--bds-outline_offset` is the offset (2px outside). These are distinct from the inset `--bdc-outline_*` border system.
|
|
99
|
+
- Dark mode: foundation tokens adapt automatically via `[data-theme="dark"]` attribute or `prefers-color-scheme: dark`. No extra CSS needed in components.
|
|
98
100
|
|
|
99
101
|
### Semantic tokens for state colours
|
|
100
102
|
|
|
@@ -102,20 +104,20 @@ Prefer semantic tokens over palette tokens. Key tokens for component states:
|
|
|
102
104
|
|
|
103
105
|
| Token | Meaning | Used in |
|
|
104
106
|
|-------|---------|---------|
|
|
105
|
-
| `--bds-
|
|
106
|
-
| `--bds-
|
|
107
|
-
| `--bds-
|
|
108
|
-
| `--bds-
|
|
109
|
-
| `--bds-
|
|
110
|
-
| `--bds-
|
|
111
|
-
| `--bds-
|
|
112
|
-
| `--bds-
|
|
107
|
+
| `--bds-color_green` | Active / checked / filled state | Checkbox, Radio, Slider, Progress, ProgressCircle |
|
|
108
|
+
| `--bds-color_on-green` | Content on `--bds-color_green` | Checkbox tick, Radio inner dot |
|
|
109
|
+
| `--bds-color_green--subtle` | Subtle background for active track | Switch (`--switch_track-bg--active`) |
|
|
110
|
+
| `--bds-color_green--strong` | Strong foreground for active thumb | Switch (`--switch_thumb-bg--active`) |
|
|
111
|
+
| `--bds-color_success--subtle` | Subtle background for success variant | Alert, NotificationBanner |
|
|
112
|
+
| `--bds-color_on-success--subtle` | Text on success subtle background | Alert, NotificationBanner |
|
|
113
|
+
| `--bds-color_interactive` | Focus ring colour | All focusable inputs |
|
|
114
|
+
| `--bds-color_error` | Error state | All form components |
|
|
113
115
|
|
|
114
116
|
Focus rings must use the relative-colour formula for consistency:
|
|
115
117
|
```css
|
|
116
|
-
box-shadow: var(--component_focus-ring, 0 0 0 2px rgb(from var(--bds-
|
|
118
|
+
box-shadow: var(--component_focus-ring, 0 0 0 2px rgb(from var(--bds-color_interactive) r g b / 20%));
|
|
117
119
|
```
|
|
118
|
-
Error focus rings substitute `--bds-
|
|
120
|
+
Error focus rings substitute `--bds-color_error` for `--bds-color_interactive`.
|
|
119
121
|
|
|
120
122
|
## Import paths
|
|
121
123
|
|
package/dist/client.cjs
CHANGED
|
@@ -77,7 +77,7 @@ module.exports = __toCommonJS(client_exports);
|
|
|
77
77
|
var import_react = require("react");
|
|
78
78
|
|
|
79
79
|
// src/components/ui/Accordion/Accordion.module.css
|
|
80
|
-
var Accordion_default = {"accordion":"
|
|
80
|
+
var Accordion_default = {"accordion":"bds103Accordion-accordion","item":"bds103Accordion-item","heading":"bds103Accordion-heading","trigger":"bds103Accordion-trigger","triggerLabel":"bds103Accordion-triggerLabel","chevron":"bds103Accordion-chevron","--open":"bds103Accordion---open","panel":"bds103Accordion-panel","panelContent":"bds103Accordion-panelContent"};
|
|
81
81
|
|
|
82
82
|
// src/components/ui/Accordion/Accordion.tsx
|
|
83
83
|
var import_design_system_foundation = require("@boostdev/design-system-foundation");
|
|
@@ -145,7 +145,7 @@ function Accordion({
|
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
// src/components/ui/Alert/Alert.module.css
|
|
148
|
-
var Alert_default = {"alert":"
|
|
148
|
+
var Alert_default = {"alert":"bds103Alert-alert","--variant_info":"bds103Alert---variant_info","--variant_success":"bds103Alert---variant_success","--variant_warning":"bds103Alert---variant_warning","--variant_error":"bds103Alert---variant_error","icon":"bds103Alert-icon","content":"bds103Alert-content","title":"bds103Alert-title","dismiss":"bds103Alert-dismiss"};
|
|
149
149
|
|
|
150
150
|
// src/components/ui/Alert/Alert.tsx
|
|
151
151
|
var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
|
|
@@ -188,7 +188,7 @@ function Alert({
|
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
// src/components/ui/Avatar/Avatar.module.css
|
|
191
|
-
var Avatar_default = {"avatar":"
|
|
191
|
+
var Avatar_default = {"avatar":"bds103Avatar-avatar","--fallback":"bds103Avatar---fallback","--size_small":"bds103Avatar---size_small","--size_medium":"bds103Avatar---size_medium","--size_large":"bds103Avatar---size_large","image":"bds103Avatar-image","initials":"bds103Avatar-initials"};
|
|
192
192
|
|
|
193
193
|
// src/components/ui/Avatar/Avatar.tsx
|
|
194
194
|
var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
|
|
@@ -214,7 +214,7 @@ function Avatar({ src, alt, name, size = "medium", className }) {
|
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
// src/components/ui/Badge/Badge.module.css
|
|
217
|
-
var Badge_default = {"badge":"
|
|
217
|
+
var Badge_default = {"badge":"bds103Badge-badge","--variant_primary":"bds103Badge---variant_primary","--variant_secondary":"bds103Badge---variant_secondary","--variant_success":"bds103Badge---variant_success","--variant_error":"bds103Badge---variant_error","--variant_warning":"bds103Badge---variant_warning"};
|
|
218
218
|
|
|
219
219
|
// src/components/ui/Badge/Badge.tsx
|
|
220
220
|
var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
|
|
@@ -224,7 +224,7 @@ function Badge({ children, variant = "primary", className }) {
|
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
// src/components/ui/Breadcrumb/Breadcrumb.module.css
|
|
227
|
-
var Breadcrumb_default = {"breadcrumb":"
|
|
227
|
+
var Breadcrumb_default = {"breadcrumb":"bds103Breadcrumb-breadcrumb","list":"bds103Breadcrumb-list","item":"bds103Breadcrumb-item","link":"bds103Breadcrumb-link","separator":"bds103Breadcrumb-separator","current":"bds103Breadcrumb-current"};
|
|
228
228
|
|
|
229
229
|
// src/components/ui/Breadcrumb/Breadcrumb.tsx
|
|
230
230
|
var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
|
|
@@ -240,7 +240,7 @@ function Breadcrumb({ items, className }) {
|
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
// src/components/ui/Collapsible/Collapsible.module.css
|
|
243
|
-
var Collapsible_default = {"collapsible":"
|
|
243
|
+
var Collapsible_default = {"collapsible":"bds103Collapsible-collapsible","summary":"bds103Collapsible-summary","summaryContent":"bds103Collapsible-summaryContent","icon":"bds103Collapsible-icon","content":"bds103Collapsible-content"};
|
|
244
244
|
|
|
245
245
|
// src/components/ui/Collapsible/Collapsible.tsx
|
|
246
246
|
var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
|
|
@@ -281,7 +281,7 @@ function Collapsible({
|
|
|
281
281
|
var import_react2 = require("react");
|
|
282
282
|
|
|
283
283
|
// src/components/ui/Calendar/Calendar.module.css
|
|
284
|
-
var Calendar_default = {"calendar":"
|
|
284
|
+
var Calendar_default = {"calendar":"bds103Calendar-calendar","header":"bds103Calendar-header","monthYear":"bds103Calendar-monthYear","navBtn":"bds103Calendar-navBtn","grid":"bds103Calendar-grid","weekday":"bds103Calendar-weekday","empty":"bds103Calendar-empty","day":"bds103Calendar-day","disabled":"bds103Calendar-disabled","selected":"bds103Calendar-selected","today":"bds103Calendar-today"};
|
|
285
285
|
|
|
286
286
|
// src/components/ui/Calendar/Calendar.tsx
|
|
287
287
|
var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
|
|
@@ -456,7 +456,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className }) {
|
|
|
456
456
|
var import_react3 = require("react");
|
|
457
457
|
|
|
458
458
|
// src/components/ui/Carousel/Carousel.module.css
|
|
459
|
-
var Carousel_default = {"carousel":"
|
|
459
|
+
var Carousel_default = {"carousel":"bds103Carousel-carousel","track":"bds103Carousel-track","slide":"bds103Carousel-slide","navBtn":"bds103Carousel-navBtn"};
|
|
460
460
|
|
|
461
461
|
// src/components/ui/Carousel/Carousel.tsx
|
|
462
462
|
var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
|
|
@@ -509,7 +509,7 @@ function Carousel({ items, label, className }) {
|
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
// src/components/ui/DescriptionList/DescriptionList.module.css
|
|
512
|
-
var DescriptionList_default = {"list":"
|
|
512
|
+
var DescriptionList_default = {"list":"bds103DescriptionList-list","group":"bds103DescriptionList-group","term":"bds103DescriptionList-term","details":"bds103DescriptionList-details","--layout_inline":"bds103DescriptionList---layout_inline"};
|
|
513
513
|
|
|
514
514
|
// src/components/ui/DescriptionList/DescriptionList.tsx
|
|
515
515
|
var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
|
|
@@ -522,7 +522,7 @@ function DescriptionList({ items, layout = "stacked", className }) {
|
|
|
522
522
|
}
|
|
523
523
|
|
|
524
524
|
// src/components/ui/Link/Link.module.css
|
|
525
|
-
var Link_default = {"link":"
|
|
525
|
+
var Link_default = {"link":"bds103Link-link","--variant_default":"bds103Link---variant_default","--variant_subtle":"bds103Link---variant_subtle","--variant_standalone":"bds103Link---variant_standalone","externalLabel":"bds103Link-externalLabel"};
|
|
526
526
|
|
|
527
527
|
// src/components/ui/Link/Link.tsx
|
|
528
528
|
var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
|
|
@@ -553,7 +553,7 @@ function Link({
|
|
|
553
553
|
}
|
|
554
554
|
|
|
555
555
|
// src/components/ui/Loading/Loading.module.css
|
|
556
|
-
var Loading_default = {"loading":"
|
|
556
|
+
var Loading_default = {"loading":"bds103Loading-loading","spinner":"bds103Loading-spinner","--size_small":"bds103Loading---size_small","--size_large":"bds103Loading---size_large"};
|
|
557
557
|
|
|
558
558
|
// src/components/ui/Loading/Loading.tsx
|
|
559
559
|
var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
|
|
@@ -563,7 +563,7 @@ function Loading({ size = "medium", className }) {
|
|
|
563
563
|
}
|
|
564
564
|
|
|
565
565
|
// src/components/ui/NotificationBanner/NotificationBanner.module.css
|
|
566
|
-
var NotificationBanner_default = {"banner":"
|
|
566
|
+
var NotificationBanner_default = {"banner":"bds103NotificationBanner-banner","--variant_info":"bds103NotificationBanner---variant_info","--variant_success":"bds103NotificationBanner---variant_success","--variant_warning":"bds103NotificationBanner---variant_warning","--variant_error":"bds103NotificationBanner---variant_error","content":"bds103NotificationBanner-content","action":"bds103NotificationBanner-action","dismiss":"bds103NotificationBanner-dismiss"};
|
|
567
567
|
|
|
568
568
|
// src/components/ui/NotificationBanner/NotificationBanner.tsx
|
|
569
569
|
var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
|
|
@@ -602,7 +602,7 @@ function NotificationBanner({
|
|
|
602
602
|
}
|
|
603
603
|
|
|
604
604
|
// src/components/ui/Pagination/Pagination.module.css
|
|
605
|
-
var Pagination_default = {"pagination":"
|
|
605
|
+
var Pagination_default = {"pagination":"bds103Pagination-pagination","list":"bds103Pagination-list","button":"bds103Pagination-button","--active":"bds103Pagination---active","--nav":"bds103Pagination---nav","ellipsis":"bds103Pagination-ellipsis"};
|
|
606
606
|
|
|
607
607
|
// src/components/ui/Pagination/Pagination.tsx
|
|
608
608
|
var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
|
|
@@ -666,7 +666,7 @@ function Pagination({
|
|
|
666
666
|
}
|
|
667
667
|
|
|
668
668
|
// src/components/ui/Progress/Progress.module.css
|
|
669
|
-
var Progress_default = {"container":"
|
|
669
|
+
var Progress_default = {"container":"bds103Progress-container","labelRow":"bds103Progress-labelRow","value":"bds103Progress-value","track":"bds103Progress-track","--size_small":"bds103Progress---size_small","--size_medium":"bds103Progress---size_medium","--size_large":"bds103Progress---size_large","fill":"bds103Progress-fill"};
|
|
670
670
|
|
|
671
671
|
// src/components/ui/Progress/Progress.tsx
|
|
672
672
|
var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
|
|
@@ -704,7 +704,7 @@ function Progress({
|
|
|
704
704
|
}
|
|
705
705
|
|
|
706
706
|
// src/components/ui/ProgressCircle/ProgressCircle.module.css
|
|
707
|
-
var ProgressCircle_default = {"wrapper":"
|
|
707
|
+
var ProgressCircle_default = {"wrapper":"bds103ProgressCircle-wrapper","svg":"bds103ProgressCircle-svg","track":"bds103ProgressCircle-track","fill":"bds103ProgressCircle-fill","value":"bds103ProgressCircle-value","--size_small":"bds103ProgressCircle---size_small","--size_medium":"bds103ProgressCircle---size_medium","--size_large":"bds103ProgressCircle---size_large"};
|
|
708
708
|
|
|
709
709
|
// src/components/ui/ProgressCircle/ProgressCircle.tsx
|
|
710
710
|
var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
|
|
@@ -783,7 +783,7 @@ function ProgressCircle({
|
|
|
783
783
|
}
|
|
784
784
|
|
|
785
785
|
// src/components/ui/Separator/Separator.module.css
|
|
786
|
-
var Separator_default = {"separator":"
|
|
786
|
+
var Separator_default = {"separator":"bds103Separator-separator","--horizontal":"bds103Separator---horizontal","--vertical":"bds103Separator---vertical"};
|
|
787
787
|
|
|
788
788
|
// src/components/ui/Separator/Separator.tsx
|
|
789
789
|
var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
|
|
@@ -806,7 +806,7 @@ function Separator({ orientation = "horizontal", className }) {
|
|
|
806
806
|
var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
|
|
807
807
|
|
|
808
808
|
// src/components/ui/Skeleton/Skeleton.module.css
|
|
809
|
-
var Skeleton_default = {"skeleton":"
|
|
809
|
+
var Skeleton_default = {"skeleton":"bds103Skeleton-skeleton"};
|
|
810
810
|
|
|
811
811
|
// src/components/ui/Skeleton/Skeleton.tsx
|
|
812
812
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
@@ -815,7 +815,7 @@ function Skeleton({ className }) {
|
|
|
815
815
|
}
|
|
816
816
|
|
|
817
817
|
// src/components/ui/SkipLink/SkipLink.module.css
|
|
818
|
-
var SkipLink_default = {"skipLink":"
|
|
818
|
+
var SkipLink_default = {"skipLink":"bds103SkipLink-skipLink"};
|
|
819
819
|
|
|
820
820
|
// src/components/ui/SkipLink/SkipLink.tsx
|
|
821
821
|
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
@@ -824,7 +824,7 @@ function SkipLink({ href = "#main", children = "Skip to main content" }) {
|
|
|
824
824
|
}
|
|
825
825
|
|
|
826
826
|
// src/components/ui/Table/Table.module.css
|
|
827
|
-
var Table_default = {"wrapper":"
|
|
827
|
+
var Table_default = {"wrapper":"bds103Table-wrapper","table":"bds103Table-table","caption":"bds103Table-caption","thead":"bds103Table-thead","th":"bds103Table-th","--sortable":"bds103Table---sortable","sortButton":"bds103Table-sortButton","sortIcon":"bds103Table-sortIcon","--sort-active":"bds103Table---sort-active","--sort-desc":"bds103Table---sort-desc","tbody":"bds103Table-tbody","tr":"bds103Table-tr","td":"bds103Table-td"};
|
|
828
828
|
|
|
829
829
|
// src/components/ui/Table/Table.tsx
|
|
830
830
|
var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
|
|
@@ -894,7 +894,7 @@ function Table({
|
|
|
894
894
|
var import_react4 = require("react");
|
|
895
895
|
|
|
896
896
|
// src/components/ui/Tabs/Tabs.module.css
|
|
897
|
-
var Tabs_default = {"tabs":"
|
|
897
|
+
var Tabs_default = {"tabs":"bds103Tabs-tabs","tabList":"bds103Tabs-tabList","tab":"bds103Tabs-tab","--active":"bds103Tabs---active","panel":"bds103Tabs-panel"};
|
|
898
898
|
|
|
899
899
|
// src/components/ui/Tabs/Tabs.tsx
|
|
900
900
|
var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
|
|
@@ -974,7 +974,7 @@ function Tabs({ tabs, defaultTab, className }) {
|
|
|
974
974
|
var import_react5 = require("react");
|
|
975
975
|
|
|
976
976
|
// src/components/ui/Tooltip/Tooltip.module.css
|
|
977
|
-
var Tooltip_default = {"wrapper":"
|
|
977
|
+
var Tooltip_default = {"wrapper":"bds103Tooltip-wrapper","tooltip":"bds103Tooltip-tooltip","--placement_top":"bds103Tooltip---placement_top","--placement_bottom":"bds103Tooltip---placement_bottom","--placement_left":"bds103Tooltip---placement_left","--placement_right":"bds103Tooltip---placement_right"};
|
|
978
978
|
|
|
979
979
|
// src/components/ui/Tooltip/Tooltip.tsx
|
|
980
980
|
var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
|
|
@@ -1016,7 +1016,7 @@ function Tooltip({
|
|
|
1016
1016
|
}
|
|
1017
1017
|
|
|
1018
1018
|
// src/components/ui/Typography/Typography.module.css
|
|
1019
|
-
var Typography_default = {"typography":"
|
|
1019
|
+
var Typography_default = {"typography":"bds103Typography-typography","--h1":"bds103Typography---h1","--h2":"bds103Typography---h2","--h3":"bds103Typography---h3","--body":"bds103Typography---body","--body_s":"bds103Typography---body_s"};
|
|
1020
1020
|
|
|
1021
1021
|
// src/components/ui/Typography/Typography.tsx
|
|
1022
1022
|
var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
|
|
@@ -1034,7 +1034,7 @@ function Typography({ variant = "body", component, children, className }) {
|
|
|
1034
1034
|
}
|
|
1035
1035
|
|
|
1036
1036
|
// src/components/interaction/Button/Button.module.css
|
|
1037
|
-
var Button_default = {"button":"
|
|
1037
|
+
var Button_default = {"button":"bds103Button-button","--default":"bds103Button---default","--ghost":"bds103Button---ghost","--size_small":"bds103Button---size_small","--size_medium":"bds103Button---size_medium","--size_large":"bds103Button---size_large","--hasPulse":"bds103Button---hasPulse","iconStart":"bds103Button-iconStart","iconEnd":"bds103Button-iconEnd"};
|
|
1038
1038
|
|
|
1039
1039
|
// src/components/interaction/Button/Button.tsx
|
|
1040
1040
|
var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
|
|
@@ -1110,7 +1110,7 @@ function Button({
|
|
|
1110
1110
|
var import_react6 = require("react");
|
|
1111
1111
|
|
|
1112
1112
|
// src/components/interaction/Command/Command.module.css
|
|
1113
|
-
var Command_default = {"dialog":"
|
|
1113
|
+
var Command_default = {"dialog":"bds103Command-dialog","palette":"bds103Command-palette","searchRow":"bds103Command-searchRow","searchIcon":"bds103Command-searchIcon","search":"bds103Command-search","escHint":"bds103Command-escHint","list":"bds103Command-list","groupList":"bds103Command-groupList","group":"bds103Command-group","item":"bds103Command-item","itemActive":"bds103Command-itemActive","itemLabel":"bds103Command-itemLabel","itemDesc":"bds103Command-itemDesc","shortcut":"bds103Command-shortcut","empty":"bds103Command-empty"};
|
|
1114
1114
|
|
|
1115
1115
|
// src/components/interaction/Command/Command.tsx
|
|
1116
1116
|
var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
|
|
@@ -1258,7 +1258,7 @@ function Command({
|
|
|
1258
1258
|
var import_react7 = require("react");
|
|
1259
1259
|
|
|
1260
1260
|
// src/components/interaction/Dialog/Dialog.module.css
|
|
1261
|
-
var Dialog_default = {"dialog":"
|
|
1261
|
+
var Dialog_default = {"dialog":"bds103Dialog-dialog","dialogContent":"bds103Dialog-dialogContent","closeForm":"bds103Dialog-closeForm","closeButton":"bds103Dialog-closeButton"};
|
|
1262
1262
|
|
|
1263
1263
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1264
1264
|
var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
|
|
@@ -1340,7 +1340,7 @@ function Dialog({ children, isOpen = false, className, onClose }) {
|
|
|
1340
1340
|
var import_react8 = require("react");
|
|
1341
1341
|
|
|
1342
1342
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1343
|
-
var Drawer_default = {"drawer":"
|
|
1343
|
+
var Drawer_default = {"drawer":"bds103Drawer-drawer","panel":"bds103Drawer-panel","--side_right":"bds103Drawer---side_right","--side_left":"bds103Drawer---side_left","header":"bds103Drawer-header","closeButton":"bds103Drawer-closeButton","body":"bds103Drawer-body"};
|
|
1344
1344
|
|
|
1345
1345
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1346
1346
|
var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
|
|
@@ -1412,7 +1412,7 @@ function Drawer({
|
|
|
1412
1412
|
var import_react9 = require("react");
|
|
1413
1413
|
|
|
1414
1414
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1415
|
-
var DropdownMenu_default = {"wrapper":"
|
|
1415
|
+
var DropdownMenu_default = {"wrapper":"bds103DropdownMenu-wrapper","menu":"bds103DropdownMenu-menu","--placement_bottom-start":"bds103DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds103DropdownMenu---placement_bottom-end","separator":"bds103DropdownMenu-separator","item":"bds103DropdownMenu-item","icon":"bds103DropdownMenu-icon"};
|
|
1416
1416
|
|
|
1417
1417
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1418
1418
|
var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
|
|
@@ -1525,7 +1525,7 @@ function DropdownMenu({
|
|
|
1525
1525
|
var import_react10 = require("react");
|
|
1526
1526
|
|
|
1527
1527
|
// src/components/interaction/Popover/Popover.module.css
|
|
1528
|
-
var Popover_default = {"wrapper":"
|
|
1528
|
+
var Popover_default = {"wrapper":"bds103Popover-wrapper","panel":"bds103Popover-panel","--placement_bottom":"bds103Popover---placement_bottom","--placement_top":"bds103Popover---placement_top","--placement_right":"bds103Popover---placement_right","--placement_left":"bds103Popover---placement_left"};
|
|
1529
1529
|
|
|
1530
1530
|
// src/components/interaction/Popover/Popover.tsx
|
|
1531
1531
|
var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
|
|
@@ -1583,7 +1583,7 @@ function Popover({
|
|
|
1583
1583
|
}
|
|
1584
1584
|
|
|
1585
1585
|
// src/components/interaction/Rating/Rating.module.css
|
|
1586
|
-
var Rating_default = {"rating":"
|
|
1586
|
+
var Rating_default = {"rating":"bds103Rating-rating","star":"bds103Rating-star","--filled":"bds103Rating---filled"};
|
|
1587
1587
|
|
|
1588
1588
|
// src/components/interaction/Rating/Rating.tsx
|
|
1589
1589
|
var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
|
|
@@ -1614,7 +1614,7 @@ function Rating({ value, max = 5, className }) {
|
|
|
1614
1614
|
var import_react11 = require("react");
|
|
1615
1615
|
|
|
1616
1616
|
// src/components/interaction/Toast/Toast.module.css
|
|
1617
|
-
var Toast_default = {"toastContainer":"
|
|
1617
|
+
var Toast_default = {"toastContainer":"bds103Toast-toastContainer","toast":"bds103Toast-toast","--variant_success":"bds103Toast---variant_success","--variant_warning":"bds103Toast---variant_warning","--variant_info":"bds103Toast---variant_info","--variant_error":"bds103Toast---variant_error","message":"bds103Toast-message","closeButton":"bds103Toast-closeButton"};
|
|
1618
1618
|
|
|
1619
1619
|
// src/components/interaction/Toast/Toast.tsx
|
|
1620
1620
|
var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
|
|
@@ -1664,10 +1664,10 @@ function useToast() {
|
|
|
1664
1664
|
var import_react12 = require("react");
|
|
1665
1665
|
|
|
1666
1666
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1667
|
-
var Checkbox_default = {"checkboxGroup":"
|
|
1667
|
+
var Checkbox_default = {"checkboxGroup":"bds103Checkbox-checkboxGroup","inputWrapper":"bds103Checkbox-inputWrapper","checkbox":"bds103Checkbox-checkbox","checkboxError":"bds103Checkbox-checkboxError"};
|
|
1668
1668
|
|
|
1669
1669
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1670
|
-
var Message_default = {"error":"
|
|
1670
|
+
var Message_default = {"error":"bds103Message-error","hint":"bds103Message-hint"};
|
|
1671
1671
|
|
|
1672
1672
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1673
1673
|
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
@@ -1677,7 +1677,7 @@ var Message = ({ message, type, inputId }) => {
|
|
|
1677
1677
|
};
|
|
1678
1678
|
|
|
1679
1679
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1680
|
-
var Label_default = {"label":"
|
|
1680
|
+
var Label_default = {"label":"bds103Label-label"};
|
|
1681
1681
|
|
|
1682
1682
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1683
1683
|
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
@@ -1689,7 +1689,7 @@ var Label = ({ label, id }) => {
|
|
|
1689
1689
|
var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
|
|
1690
1690
|
|
|
1691
1691
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1692
|
-
var InputContainer_default = {"container":"
|
|
1692
|
+
var InputContainer_default = {"container":"bds103InputContainer-container"};
|
|
1693
1693
|
|
|
1694
1694
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1695
1695
|
var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
|
|
@@ -1730,7 +1730,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
|
|
|
1730
1730
|
var import_react13 = require("react");
|
|
1731
1731
|
|
|
1732
1732
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
|
|
1733
|
-
var CheckboxGroup_default = {"group":"
|
|
1733
|
+
var CheckboxGroup_default = {"group":"bds103CheckboxGroup-group","legend":"bds103CheckboxGroup-legend","required":"bds103CheckboxGroup-required","items":"bds103CheckboxGroup-items"};
|
|
1734
1734
|
|
|
1735
1735
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
|
|
1736
1736
|
var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
|
|
@@ -1772,7 +1772,7 @@ function CheckboxGroup({
|
|
|
1772
1772
|
var import_react14 = require("react");
|
|
1773
1773
|
|
|
1774
1774
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1775
|
-
var Combobox_default = {"formGroup":"
|
|
1775
|
+
var Combobox_default = {"formGroup":"bds103Combobox-formGroup","inputWrapper":"bds103Combobox-inputWrapper","input":"bds103Combobox-input","inputError":"bds103Combobox-inputError","chevron":"bds103Combobox-chevron","listbox":"bds103Combobox-listbox","option":"bds103Combobox-option","--highlighted":"bds103Combobox---highlighted","--selected":"bds103Combobox---selected","--disabled":"bds103Combobox---disabled"};
|
|
1776
1776
|
|
|
1777
1777
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1778
1778
|
var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
|
|
@@ -1922,7 +1922,7 @@ function Combobox({
|
|
|
1922
1922
|
var import_react15 = require("react");
|
|
1923
1923
|
|
|
1924
1924
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
1925
|
-
var FileInput_default = {"formGroup":"
|
|
1925
|
+
var FileInput_default = {"formGroup":"bds103FileInput-formGroup","fieldLabel":"bds103FileInput-fieldLabel","dropZone":"bds103FileInput-dropZone","isDragging":"bds103FileInput-isDragging","hasError":"bds103FileInput-hasError","isDisabled":"bds103FileInput-isDisabled","icon":"bds103FileInput-icon","prompt":"bds103FileInput-prompt","acceptHint":"bds103FileInput-acceptHint","hiddenInput":"bds103FileInput-hiddenInput"};
|
|
1926
1926
|
|
|
1927
1927
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
1928
1928
|
var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
|
|
@@ -2022,7 +2022,7 @@ function FileInput({
|
|
|
2022
2022
|
var import_react16 = require("react");
|
|
2023
2023
|
|
|
2024
2024
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
2025
|
-
var FormInput_default = {"formGroup":"
|
|
2025
|
+
var FormInput_default = {"formGroup":"bds103FormInput-formGroup","input":"bds103FormInput-input","inputError":"bds103FormInput-inputError"};
|
|
2026
2026
|
|
|
2027
2027
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
2028
2028
|
var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
|
|
@@ -2066,7 +2066,7 @@ function FormInput({
|
|
|
2066
2066
|
var import_react17 = require("react");
|
|
2067
2067
|
|
|
2068
2068
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
2069
|
-
var NumberInput_default = {"formGroup":"
|
|
2069
|
+
var NumberInput_default = {"formGroup":"bds103NumberInput-formGroup","inputRow":"bds103NumberInput-inputRow","input":"bds103NumberInput-input","inputError":"bds103NumberInput-inputError","stepper":"bds103NumberInput-stepper"};
|
|
2070
2070
|
|
|
2071
2071
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
2072
2072
|
var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
|
|
@@ -2170,7 +2170,7 @@ function NumberInput({
|
|
|
2170
2170
|
var import_react18 = require("react");
|
|
2171
2171
|
|
|
2172
2172
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
2173
|
-
var Radio_default = {"radioGroup":"
|
|
2173
|
+
var Radio_default = {"radioGroup":"bds103Radio-radioGroup","inputWrapper":"bds103Radio-inputWrapper","textWrapper":"bds103Radio-textWrapper","description":"bds103Radio-description","radio":"bds103Radio-radio","radioError":"bds103Radio-radioError"};
|
|
2174
2174
|
|
|
2175
2175
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
2176
2176
|
var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
|
|
@@ -2208,7 +2208,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
|
|
|
2208
2208
|
var import_react19 = require("react");
|
|
2209
2209
|
|
|
2210
2210
|
// src/components/interaction/form/RadioGroup/RadioGroup.module.css
|
|
2211
|
-
var RadioGroup_default = {"group":"
|
|
2211
|
+
var RadioGroup_default = {"group":"bds103RadioGroup-group","legend":"bds103RadioGroup-legend","required":"bds103RadioGroup-required","items":"bds103RadioGroup-items"};
|
|
2212
2212
|
|
|
2213
2213
|
// src/components/interaction/form/RadioGroup/RadioGroup.tsx
|
|
2214
2214
|
var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
|
|
@@ -2250,7 +2250,7 @@ function RadioGroup({
|
|
|
2250
2250
|
var import_react20 = require("react");
|
|
2251
2251
|
|
|
2252
2252
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
|
|
2253
|
-
var SegmentedControl_default = {"control":"
|
|
2253
|
+
var SegmentedControl_default = {"control":"bds103SegmentedControl-control","thumb":"bds103SegmentedControl-thumb","item":"bds103SegmentedControl-item","--disabled":"bds103SegmentedControl---disabled","radio":"bds103SegmentedControl-radio","label":"bds103SegmentedControl-label","--size_small":"bds103SegmentedControl---size_small","--size_large":"bds103SegmentedControl---size_large","--active":"bds103SegmentedControl---active"};
|
|
2254
2254
|
|
|
2255
2255
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
|
|
2256
2256
|
var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
|
|
@@ -2328,7 +2328,7 @@ function SegmentedControl({
|
|
|
2328
2328
|
var import_react21 = require("react");
|
|
2329
2329
|
|
|
2330
2330
|
// src/components/interaction/form/Select/Select.module.css
|
|
2331
|
-
var Select_default = {"formGroup":"
|
|
2331
|
+
var Select_default = {"formGroup":"bds103Select-formGroup","selectWrapper":"bds103Select-selectWrapper","select":"bds103Select-select","selectError":"bds103Select-selectError","chevron":"bds103Select-chevron"};
|
|
2332
2332
|
|
|
2333
2333
|
// src/components/interaction/form/Select/Select.tsx
|
|
2334
2334
|
var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
|
|
@@ -2379,7 +2379,7 @@ function Select({
|
|
|
2379
2379
|
var import_react22 = require("react");
|
|
2380
2380
|
|
|
2381
2381
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2382
|
-
var Slider_default = {"formGroup":"
|
|
2382
|
+
var Slider_default = {"formGroup":"bds103Slider-formGroup","labelRow":"bds103Slider-labelRow","value":"bds103Slider-value","slider":"bds103Slider-slider","sliderError":"bds103Slider-sliderError"};
|
|
2383
2383
|
|
|
2384
2384
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2385
2385
|
var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
|
|
@@ -2441,7 +2441,7 @@ function Slider({
|
|
|
2441
2441
|
var import_react23 = require("react");
|
|
2442
2442
|
|
|
2443
2443
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2444
|
-
var Switch_default = {"switchGroup":"
|
|
2444
|
+
var Switch_default = {"switchGroup":"bds103Switch-switchGroup","--size_small":"bds103Switch---size_small","--size_medium":"bds103Switch---size_medium","--size_large":"bds103Switch---size_large","inputWrapper":"bds103Switch-inputWrapper","trackWrapper":"bds103Switch-trackWrapper","switch":"bds103Switch-switch","track":"bds103Switch-track","thumb":"bds103Switch-thumb","switchError":"bds103Switch-switchError"};
|
|
2445
2445
|
|
|
2446
2446
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2447
2447
|
var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
|
|
@@ -2489,7 +2489,7 @@ function Switch({
|
|
|
2489
2489
|
var import_react24 = require("react");
|
|
2490
2490
|
|
|
2491
2491
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2492
|
-
var Textarea_default = {"formGroup":"
|
|
2492
|
+
var Textarea_default = {"formGroup":"bds103Textarea-formGroup","textarea":"bds103Textarea-textarea","textareaError":"bds103Textarea-textareaError"};
|
|
2493
2493
|
|
|
2494
2494
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2495
2495
|
var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
|
|
@@ -2528,7 +2528,7 @@ function Textarea({
|
|
|
2528
2528
|
}
|
|
2529
2529
|
|
|
2530
2530
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2531
|
-
var ButtonGroup_default = {"buttonGroup":"
|
|
2531
|
+
var ButtonGroup_default = {"buttonGroup":"bds103ButtonGroup-buttonGroup","container":"bds103ButtonGroup-container","--variant_card":"bds103ButtonGroup---variant_card","--variant_flow":"bds103ButtonGroup---variant_flow","--variant_modal":"bds103ButtonGroup---variant_modal","--variant_content":"bds103ButtonGroup---variant_content","--variant_grid":"bds103ButtonGroup---variant_grid"};
|
|
2532
2532
|
|
|
2533
2533
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2534
2534
|
var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
|
|
@@ -2546,7 +2546,7 @@ function ButtonGroup({ children, className, variant, "aria-label": ariaLabel })
|
|
|
2546
2546
|
}
|
|
2547
2547
|
|
|
2548
2548
|
// src/components/layout/Card/Card.module.css
|
|
2549
|
-
var Card_default = {"card":"
|
|
2549
|
+
var Card_default = {"card":"bds103Card-card","--default":"bds103Card---default","--elevated":"bds103Card---elevated","--outlined":"bds103Card---outlined","--clickable":"bds103Card---clickable","--padding-none":"bds103Card---padding-none","--padding-small":"bds103Card---padding-small","--padding-medium":"bds103Card---padding-medium","--padding-large":"bds103Card---padding-large","--text-start":"bds103Card---text-start","--text-center":"bds103Card---text-center","--text-end":"bds103Card---text-end"};
|
|
2550
2550
|
|
|
2551
2551
|
// src/components/layout/Card/Card.tsx
|
|
2552
2552
|
var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
|
|
@@ -2584,7 +2584,7 @@ function Card({
|
|
|
2584
2584
|
}
|
|
2585
2585
|
|
|
2586
2586
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
2587
|
-
var SectionHeader_default = {"sectionHeader":"
|
|
2587
|
+
var SectionHeader_default = {"sectionHeader":"bds103SectionHeader-sectionHeader","title":"bds103SectionHeader-title","subtitle":"bds103SectionHeader-subtitle","--start":"bds103SectionHeader---start","--center":"bds103SectionHeader---center","--end":"bds103SectionHeader---end","--small":"bds103SectionHeader---small","--medium":"bds103SectionHeader---medium","--large":"bds103SectionHeader---large"};
|
|
2588
2588
|
|
|
2589
2589
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
2590
2590
|
var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
|
|
@@ -2605,7 +2605,7 @@ function SectionHeader({
|
|
|
2605
2605
|
}
|
|
2606
2606
|
|
|
2607
2607
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
2608
|
-
var IconWrapper_default = {"wrapper":"
|
|
2608
|
+
var IconWrapper_default = {"wrapper":"bds103IconWrapper-wrapper"};
|
|
2609
2609
|
|
|
2610
2610
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
2611
2611
|
var import_design_system_foundation47 = require("@boostdev/design-system-foundation");
|