@boostdev/design-system-components 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.cjs +50 -50
- package/dist/client.css +443 -445
- package/dist/client.js +50 -50
- package/dist/index.cjs +50 -50
- package/dist/index.css +443 -445
- package/dist/index.js +50 -50
- package/package.json +2 -1
- package/src/components/interaction/Command/Command.module.css +6 -5
- package/src/components/interaction/Dialog/Dialog.module.css +8 -5
- package/src/components/interaction/Dialog/Dialog.stories.tsx +2 -2
- package/src/components/interaction/Dialog/Dialog.tsx +3 -1
- package/src/components/interaction/Drawer/Drawer.module.css +3 -4
- package/src/components/interaction/DropdownMenu/DropdownMenu.module.css +6 -4
- package/src/components/interaction/Popover/Popover.module.css +3 -3
- package/src/components/interaction/Toast/Toast.module.css +3 -14
- package/src/components/interaction/form/Checkbox/Checkbox.tsx +1 -1
- package/src/components/interaction/form/Combobox/Combobox.module.css +3 -2
- package/src/components/interaction/form/FormInput/FormInput.tsx +1 -1
- package/src/components/interaction/form/Radio/Radio.tsx +1 -1
- package/src/components/layout/Card/Card.module.css +3 -2
package/dist/client.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { useId, useState } from "react";
|
|
5
5
|
|
|
6
6
|
// src/components/ui/Accordion/Accordion.module.css
|
|
7
|
-
var Accordion_default = {"accordion":"
|
|
7
|
+
var Accordion_default = {"accordion":"bds016-accordion","item":"bds016-item","heading":"bds016-heading","trigger":"bds016-trigger","triggerLabel":"bds016-triggerLabel","chevron":"bds016-chevron","--open":"bds016---open","panel":"bds016-panel","panelContent":"bds016-panelContent"};
|
|
8
8
|
|
|
9
9
|
// src/components/ui/Accordion/Accordion.tsx
|
|
10
10
|
import { cn } from "@boostdev/design-system-foundation";
|
|
@@ -72,7 +72,7 @@ function Accordion({
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
// src/components/ui/Alert/Alert.module.css
|
|
75
|
-
var Alert_default = {"alert":"
|
|
75
|
+
var Alert_default = {"alert":"bds016-alert","--variant_info":"bds016---variant_info","--variant_success":"bds016---variant_success","--variant_warning":"bds016---variant_warning","--variant_error":"bds016---variant_error","icon":"bds016-icon","content":"bds016-content","title":"bds016-title","dismiss":"bds016-dismiss"};
|
|
76
76
|
|
|
77
77
|
// src/components/ui/Alert/Alert.tsx
|
|
78
78
|
import { cn as cn2 } from "@boostdev/design-system-foundation";
|
|
@@ -115,7 +115,7 @@ function Alert({
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
// src/components/ui/Avatar/Avatar.module.css
|
|
118
|
-
var Avatar_default = {"avatar":"
|
|
118
|
+
var Avatar_default = {"avatar":"bds016-avatar","--fallback":"bds016---fallback","--size_small":"bds016---size_small","--size_medium":"bds016---size_medium","--size_large":"bds016---size_large","image":"bds016-image","initials":"bds016-initials"};
|
|
119
119
|
|
|
120
120
|
// src/components/ui/Avatar/Avatar.tsx
|
|
121
121
|
import { cn as cn3 } from "@boostdev/design-system-foundation";
|
|
@@ -141,7 +141,7 @@ function Avatar({ src, alt, name, size = "medium", className }) {
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
// src/components/ui/Badge/Badge.module.css
|
|
144
|
-
var Badge_default = {"badge":"
|
|
144
|
+
var Badge_default = {"badge":"bds016-badge","--variant_primary":"bds016---variant_primary","--variant_secondary":"bds016---variant_secondary","--variant_success":"bds016---variant_success","--variant_error":"bds016---variant_error","--variant_warning":"bds016---variant_warning"};
|
|
145
145
|
|
|
146
146
|
// src/components/ui/Badge/Badge.tsx
|
|
147
147
|
import { cn as cn4 } from "@boostdev/design-system-foundation";
|
|
@@ -151,7 +151,7 @@ function Badge({ children, variant = "primary", className }) {
|
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
// src/components/ui/Breadcrumb/Breadcrumb.module.css
|
|
154
|
-
var Breadcrumb_default = {"breadcrumb":"
|
|
154
|
+
var Breadcrumb_default = {"breadcrumb":"bds016-breadcrumb","list":"bds016-list","item":"bds016-item","link":"bds016-link","separator":"bds016-separator","current":"bds016-current"};
|
|
155
155
|
|
|
156
156
|
// src/components/ui/Breadcrumb/Breadcrumb.tsx
|
|
157
157
|
import { cn as cn5 } from "@boostdev/design-system-foundation";
|
|
@@ -170,7 +170,7 @@ function Breadcrumb({ items, className }) {
|
|
|
170
170
|
import { useState as useState2, useId as useId2 } from "react";
|
|
171
171
|
|
|
172
172
|
// src/components/ui/Calendar/Calendar.module.css
|
|
173
|
-
var Calendar_default = {"calendar":"
|
|
173
|
+
var Calendar_default = {"calendar":"bds016-calendar","header":"bds016-header","monthYear":"bds016-monthYear","navBtn":"bds016-navBtn","grid":"bds016-grid","weekday":"bds016-weekday","empty":"bds016-empty","day":"bds016-day","disabled":"bds016-disabled","selected":"bds016-selected","today":"bds016-today"};
|
|
174
174
|
|
|
175
175
|
// src/components/ui/Calendar/Calendar.tsx
|
|
176
176
|
import { cn as cn6 } from "@boostdev/design-system-foundation";
|
|
@@ -336,7 +336,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className }) {
|
|
|
336
336
|
import { useRef, useId as useId3 } from "react";
|
|
337
337
|
|
|
338
338
|
// src/components/ui/Carousel/Carousel.module.css
|
|
339
|
-
var Carousel_default = {"carousel":"
|
|
339
|
+
var Carousel_default = {"carousel":"bds016-carousel","track":"bds016-track","slide":"bds016-slide","navBtn":"bds016-navBtn"};
|
|
340
340
|
|
|
341
341
|
// src/components/ui/Carousel/Carousel.tsx
|
|
342
342
|
import { cn as cn7 } from "@boostdev/design-system-foundation";
|
|
@@ -389,7 +389,7 @@ function Carousel({ items, label, className }) {
|
|
|
389
389
|
}
|
|
390
390
|
|
|
391
391
|
// src/components/ui/DescriptionList/DescriptionList.module.css
|
|
392
|
-
var DescriptionList_default = {"list":"
|
|
392
|
+
var DescriptionList_default = {"list":"bds016-list","group":"bds016-group","term":"bds016-term","details":"bds016-details","--layout_inline":"bds016---layout_inline"};
|
|
393
393
|
|
|
394
394
|
// src/components/ui/DescriptionList/DescriptionList.tsx
|
|
395
395
|
import { cn as cn8 } from "@boostdev/design-system-foundation";
|
|
@@ -402,7 +402,7 @@ function DescriptionList({ items, layout = "stacked", className }) {
|
|
|
402
402
|
}
|
|
403
403
|
|
|
404
404
|
// src/components/ui/Link/Link.module.css
|
|
405
|
-
var Link_default = {"link":"
|
|
405
|
+
var Link_default = {"link":"bds016-link","--variant_default":"bds016---variant_default","--variant_subtle":"bds016---variant_subtle","--variant_standalone":"bds016---variant_standalone","externalLabel":"bds016-externalLabel"};
|
|
406
406
|
|
|
407
407
|
// src/components/ui/Link/Link.tsx
|
|
408
408
|
import { cn as cn9 } from "@boostdev/design-system-foundation";
|
|
@@ -433,7 +433,7 @@ function Link({
|
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
// src/components/ui/Loading/Loading.module.css
|
|
436
|
-
var Loading_default = {"loading":"
|
|
436
|
+
var Loading_default = {"loading":"bds016-loading","spinner":"bds016-spinner","--size_small":"bds016---size_small","--size_large":"bds016---size_large"};
|
|
437
437
|
|
|
438
438
|
// src/components/ui/Loading/Loading.tsx
|
|
439
439
|
import { cn as cn10 } from "@boostdev/design-system-foundation";
|
|
@@ -443,7 +443,7 @@ function Loading({ size = "medium", className }) {
|
|
|
443
443
|
}
|
|
444
444
|
|
|
445
445
|
// src/components/ui/NotificationBanner/NotificationBanner.module.css
|
|
446
|
-
var NotificationBanner_default = {"banner":"
|
|
446
|
+
var NotificationBanner_default = {"banner":"bds016-banner","--variant_info":"bds016---variant_info","--variant_success":"bds016---variant_success","--variant_warning":"bds016---variant_warning","--variant_error":"bds016---variant_error","content":"bds016-content","action":"bds016-action","dismiss":"bds016-dismiss"};
|
|
447
447
|
|
|
448
448
|
// src/components/ui/NotificationBanner/NotificationBanner.tsx
|
|
449
449
|
import { cn as cn11 } from "@boostdev/design-system-foundation";
|
|
@@ -482,7 +482,7 @@ function NotificationBanner({
|
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
// src/components/ui/Pagination/Pagination.module.css
|
|
485
|
-
var Pagination_default = {"pagination":"
|
|
485
|
+
var Pagination_default = {"pagination":"bds016-pagination","list":"bds016-list","button":"bds016-button","--active":"bds016---active","--nav":"bds016---nav","ellipsis":"bds016-ellipsis"};
|
|
486
486
|
|
|
487
487
|
// src/components/ui/Pagination/Pagination.tsx
|
|
488
488
|
import { cn as cn12 } from "@boostdev/design-system-foundation";
|
|
@@ -546,7 +546,7 @@ function Pagination({
|
|
|
546
546
|
}
|
|
547
547
|
|
|
548
548
|
// src/components/ui/Progress/Progress.module.css
|
|
549
|
-
var Progress_default = {"container":"
|
|
549
|
+
var Progress_default = {"container":"bds016-container","labelRow":"bds016-labelRow","label":"bds016-label","value":"bds016-value","track":"bds016-track","--size_small":"bds016---size_small","--size_medium":"bds016---size_medium","--size_large":"bds016---size_large","fill":"bds016-fill"};
|
|
550
550
|
|
|
551
551
|
// src/components/ui/Progress/Progress.tsx
|
|
552
552
|
import { cn as cn13 } from "@boostdev/design-system-foundation";
|
|
@@ -584,7 +584,7 @@ function Progress({
|
|
|
584
584
|
}
|
|
585
585
|
|
|
586
586
|
// src/components/ui/ProgressCircle/ProgressCircle.module.css
|
|
587
|
-
var ProgressCircle_default = {"wrapper":"
|
|
587
|
+
var ProgressCircle_default = {"wrapper":"bds016-wrapper","svg":"bds016-svg","track":"bds016-track","fill":"bds016-fill","value":"bds016-value","--size_small":"bds016---size_small","--size_medium":"bds016---size_medium","--size_large":"bds016---size_large"};
|
|
588
588
|
|
|
589
589
|
// src/components/ui/ProgressCircle/ProgressCircle.tsx
|
|
590
590
|
import { cn as cn14 } from "@boostdev/design-system-foundation";
|
|
@@ -663,7 +663,7 @@ function ProgressCircle({
|
|
|
663
663
|
}
|
|
664
664
|
|
|
665
665
|
// src/components/ui/Separator/Separator.module.css
|
|
666
|
-
var Separator_default = {"separator":"
|
|
666
|
+
var Separator_default = {"separator":"bds016-separator","--horizontal":"bds016---horizontal","--vertical":"bds016---vertical"};
|
|
667
667
|
|
|
668
668
|
// src/components/ui/Separator/Separator.tsx
|
|
669
669
|
import { cn as cn15 } from "@boostdev/design-system-foundation";
|
|
@@ -686,7 +686,7 @@ function Separator({ orientation = "horizontal", className }) {
|
|
|
686
686
|
import { cn as cn16 } from "@boostdev/design-system-foundation";
|
|
687
687
|
|
|
688
688
|
// src/components/ui/Skeleton/Skeleton.module.css
|
|
689
|
-
var Skeleton_default = {"skeleton":"
|
|
689
|
+
var Skeleton_default = {"skeleton":"bds016-skeleton"};
|
|
690
690
|
|
|
691
691
|
// src/components/ui/Skeleton/Skeleton.tsx
|
|
692
692
|
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
@@ -695,7 +695,7 @@ function Skeleton({ className }) {
|
|
|
695
695
|
}
|
|
696
696
|
|
|
697
697
|
// src/components/ui/SkipLink/SkipLink.module.css
|
|
698
|
-
var SkipLink_default = {"skipLink":"
|
|
698
|
+
var SkipLink_default = {"skipLink":"bds016-skipLink"};
|
|
699
699
|
|
|
700
700
|
// src/components/ui/SkipLink/SkipLink.tsx
|
|
701
701
|
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
@@ -704,7 +704,7 @@ function SkipLink({ href = "#main", children = "Skip to main content" }) {
|
|
|
704
704
|
}
|
|
705
705
|
|
|
706
706
|
// src/components/ui/Table/Table.module.css
|
|
707
|
-
var Table_default = {"wrapper":"
|
|
707
|
+
var Table_default = {"wrapper":"bds016-wrapper","table":"bds016-table","caption":"bds016-caption","thead":"bds016-thead","th":"bds016-th","--sortable":"bds016---sortable","sortButton":"bds016-sortButton","sortIcon":"bds016-sortIcon","--sort-active":"bds016---sort-active","--sort-desc":"bds016---sort-desc","tbody":"bds016-tbody","tr":"bds016-tr","td":"bds016-td"};
|
|
708
708
|
|
|
709
709
|
// src/components/ui/Table/Table.tsx
|
|
710
710
|
import { cn as cn17 } from "@boostdev/design-system-foundation";
|
|
@@ -773,7 +773,7 @@ function Table({
|
|
|
773
773
|
import { useId as useId4, useRef as useRef2, useState as useState3 } from "react";
|
|
774
774
|
|
|
775
775
|
// src/components/ui/Tabs/Tabs.module.css
|
|
776
|
-
var Tabs_default = {"tabs":"
|
|
776
|
+
var Tabs_default = {"tabs":"bds016-tabs","tabList":"bds016-tabList","tab":"bds016-tab","--active":"bds016---active","panel":"bds016-panel"};
|
|
777
777
|
|
|
778
778
|
// src/components/ui/Tabs/Tabs.tsx
|
|
779
779
|
import { cn as cn18 } from "@boostdev/design-system-foundation";
|
|
@@ -854,7 +854,7 @@ function Tabs({ tabs, defaultTab, className }) {
|
|
|
854
854
|
import { cloneElement, isValidElement, useId as useId5 } from "react";
|
|
855
855
|
|
|
856
856
|
// src/components/ui/Tooltip/Tooltip.module.css
|
|
857
|
-
var Tooltip_default = {"wrapper":"
|
|
857
|
+
var Tooltip_default = {"wrapper":"bds016-wrapper","tooltip":"bds016-tooltip","--placement_top":"bds016---placement_top","--placement_bottom":"bds016---placement_bottom","--placement_left":"bds016---placement_left","--placement_right":"bds016---placement_right"};
|
|
858
858
|
|
|
859
859
|
// src/components/ui/Tooltip/Tooltip.tsx
|
|
860
860
|
import { cn as cn19 } from "@boostdev/design-system-foundation";
|
|
@@ -884,7 +884,7 @@ function Tooltip({
|
|
|
884
884
|
}
|
|
885
885
|
|
|
886
886
|
// src/components/ui/Typography/Typography.module.css
|
|
887
|
-
var Typography_default = {"typography":"
|
|
887
|
+
var Typography_default = {"typography":"bds016-typography","--h1":"bds016---h1","--h2":"bds016---h2","--h3":"bds016---h3","--body":"bds016---body","--body_s":"bds016---body_s"};
|
|
888
888
|
|
|
889
889
|
// src/components/ui/Typography/Typography.tsx
|
|
890
890
|
import { cn as cn20 } from "@boostdev/design-system-foundation";
|
|
@@ -902,7 +902,7 @@ function Typography({ variant = "body", component, children, className }) {
|
|
|
902
902
|
}
|
|
903
903
|
|
|
904
904
|
// src/components/interaction/Button/Button.module.css
|
|
905
|
-
var Button_default = {"button":"
|
|
905
|
+
var Button_default = {"button":"bds016-button","--primary":"bds016---primary","--secondary":"bds016---secondary","--size_small":"bds016---size_small","--size_medium":"bds016---size_medium","--size_large":"bds016---size_large","--hasPulse":"bds016---hasPulse","prefix":"bds016-prefix","suffix":"bds016-suffix"};
|
|
906
906
|
|
|
907
907
|
// src/components/interaction/Button/Button.tsx
|
|
908
908
|
import { cn as cn21 } from "@boostdev/design-system-foundation";
|
|
@@ -978,7 +978,7 @@ function Button({
|
|
|
978
978
|
import { useState as useState4, useEffect, useRef as useRef3, useId as useId6, useMemo } from "react";
|
|
979
979
|
|
|
980
980
|
// src/components/interaction/Command/Command.module.css
|
|
981
|
-
var Command_default = {"dialog":"
|
|
981
|
+
var Command_default = {"dialog":"bds016-dialog","palette":"bds016-palette","searchRow":"bds016-searchRow","searchIcon":"bds016-searchIcon","search":"bds016-search","escHint":"bds016-escHint","list":"bds016-list","groupList":"bds016-groupList","group":"bds016-group","item":"bds016-item","itemActive":"bds016-itemActive","itemLabel":"bds016-itemLabel","itemDesc":"bds016-itemDesc","shortcut":"bds016-shortcut","empty":"bds016-empty"};
|
|
982
982
|
|
|
983
983
|
// src/components/interaction/Command/Command.tsx
|
|
984
984
|
import { cn as cn22 } from "@boostdev/design-system-foundation";
|
|
@@ -1117,7 +1117,7 @@ function Command({
|
|
|
1117
1117
|
import { useEffect as useEffect2, useRef as useRef4 } from "react";
|
|
1118
1118
|
|
|
1119
1119
|
// src/components/interaction/Dialog/Dialog.module.css
|
|
1120
|
-
var Dialog_default = {"dialog":"
|
|
1120
|
+
var Dialog_default = {"dialog":"bds016-dialog","dialogContent":"bds016-dialogContent","closeForm":"bds016-closeForm","closeButton":"bds016-closeButton"};
|
|
1121
1121
|
|
|
1122
1122
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1123
1123
|
import { cn as cn23 } from "@boostdev/design-system-foundation";
|
|
@@ -1158,7 +1158,7 @@ function Dialog({ children, isOpen = false, className, onClose }) {
|
|
|
1158
1158
|
children: /* @__PURE__ */ jsx24("svg", { "aria-hidden": "true", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", children: /* @__PURE__ */ jsx24("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M18 6L6 18M6 6l12 12" }) })
|
|
1159
1159
|
}
|
|
1160
1160
|
) }),
|
|
1161
|
-
children
|
|
1161
|
+
/* @__PURE__ */ jsx24("div", { className: Dialog_default.dialogContent, children })
|
|
1162
1162
|
]
|
|
1163
1163
|
}
|
|
1164
1164
|
);
|
|
@@ -1168,7 +1168,7 @@ function Dialog({ children, isOpen = false, className, onClose }) {
|
|
|
1168
1168
|
import { useEffect as useEffect3, useRef as useRef5 } from "react";
|
|
1169
1169
|
|
|
1170
1170
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1171
|
-
var Drawer_default = {"drawer":"
|
|
1171
|
+
var Drawer_default = {"drawer":"bds016-drawer","panel":"bds016-panel","--side_right":"bds016---side_right","--side_left":"bds016---side_left","header":"bds016-header","title":"bds016-title","closeButton":"bds016-closeButton","body":"bds016-body"};
|
|
1172
1172
|
|
|
1173
1173
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1174
1174
|
import { cn as cn24 } from "@boostdev/design-system-foundation";
|
|
@@ -1237,7 +1237,7 @@ import {
|
|
|
1237
1237
|
} from "react";
|
|
1238
1238
|
|
|
1239
1239
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1240
|
-
var DropdownMenu_default = {"wrapper":"
|
|
1240
|
+
var DropdownMenu_default = {"wrapper":"bds016-wrapper","menu":"bds016-menu","--placement_bottom-start":"bds016---placement_bottom-start","--placement_bottom-end":"bds016---placement_bottom-end","separator":"bds016-separator","item":"bds016-item","icon":"bds016-icon"};
|
|
1241
1241
|
|
|
1242
1242
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1243
1243
|
import { cn as cn25 } from "@boostdev/design-system-foundation";
|
|
@@ -1357,7 +1357,7 @@ import {
|
|
|
1357
1357
|
} from "react";
|
|
1358
1358
|
|
|
1359
1359
|
// src/components/interaction/Popover/Popover.module.css
|
|
1360
|
-
var Popover_default = {"wrapper":"
|
|
1360
|
+
var Popover_default = {"wrapper":"bds016-wrapper","panel":"bds016-panel","--placement_bottom":"bds016---placement_bottom","--placement_top":"bds016---placement_top","--placement_right":"bds016---placement_right","--placement_left":"bds016---placement_left"};
|
|
1361
1361
|
|
|
1362
1362
|
// src/components/interaction/Popover/Popover.tsx
|
|
1363
1363
|
import { cn as cn26 } from "@boostdev/design-system-foundation";
|
|
@@ -1413,7 +1413,7 @@ function Popover({
|
|
|
1413
1413
|
}
|
|
1414
1414
|
|
|
1415
1415
|
// src/components/interaction/Rating/Rating.module.css
|
|
1416
|
-
var Rating_default = {"rating":"
|
|
1416
|
+
var Rating_default = {"rating":"bds016-rating","star":"bds016-star","--filled":"bds016---filled"};
|
|
1417
1417
|
|
|
1418
1418
|
// src/components/interaction/Rating/Rating.tsx
|
|
1419
1419
|
import { cn as cn27 } from "@boostdev/design-system-foundation";
|
|
@@ -1444,7 +1444,7 @@ function Rating({ value, max = 5, className }) {
|
|
|
1444
1444
|
import { useState as useState7, useEffect as useEffect6, createContext, useContext, useCallback, useMemo as useMemo2 } from "react";
|
|
1445
1445
|
|
|
1446
1446
|
// src/components/interaction/Toast/Toast.module.css
|
|
1447
|
-
var Toast_default = {"toastContainer":"
|
|
1447
|
+
var Toast_default = {"toastContainer":"bds016-toastContainer","toast":"bds016-toast","message":"bds016-message","closeButton":"bds016-closeButton"};
|
|
1448
1448
|
|
|
1449
1449
|
// src/components/interaction/Toast/Toast.tsx
|
|
1450
1450
|
import { cn as cn28 } from "@boostdev/design-system-foundation";
|
|
@@ -1494,10 +1494,10 @@ function useToast() {
|
|
|
1494
1494
|
import { useId as useId9 } from "react";
|
|
1495
1495
|
|
|
1496
1496
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1497
|
-
var Checkbox_default = {"checkboxGroup":"
|
|
1497
|
+
var Checkbox_default = {"checkboxGroup":"bds016-checkboxGroup","inputWrapper":"bds016-inputWrapper","checkbox":"bds016-checkbox","checkboxError":"bds016-checkboxError"};
|
|
1498
1498
|
|
|
1499
1499
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1500
|
-
var Message_default = {"error":"
|
|
1500
|
+
var Message_default = {"error":"bds016-error","hint":"bds016-hint"};
|
|
1501
1501
|
|
|
1502
1502
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1503
1503
|
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
@@ -1507,7 +1507,7 @@ var Message = ({ message, type, inputId }) => {
|
|
|
1507
1507
|
};
|
|
1508
1508
|
|
|
1509
1509
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1510
|
-
var Label_default = {"label":"
|
|
1510
|
+
var Label_default = {"label":"bds016-label"};
|
|
1511
1511
|
|
|
1512
1512
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1513
1513
|
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
@@ -1519,7 +1519,7 @@ var Label = ({ label, id }) => {
|
|
|
1519
1519
|
import { cn as cn30 } from "@boostdev/design-system-foundation";
|
|
1520
1520
|
|
|
1521
1521
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1522
|
-
var InputContainer_default = {"container":"
|
|
1522
|
+
var InputContainer_default = {"container":"bds016-container"};
|
|
1523
1523
|
|
|
1524
1524
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1525
1525
|
import { cn as cn29 } from "@boostdev/design-system-foundation";
|
|
@@ -1545,7 +1545,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
|
|
|
1545
1545
|
type: "checkbox",
|
|
1546
1546
|
id,
|
|
1547
1547
|
name,
|
|
1548
|
-
className:
|
|
1548
|
+
className: cn30(Checkbox_default.checkbox, error && Checkbox_default.checkboxError),
|
|
1549
1549
|
...props
|
|
1550
1550
|
}
|
|
1551
1551
|
),
|
|
@@ -1566,7 +1566,7 @@ import {
|
|
|
1566
1566
|
} from "react";
|
|
1567
1567
|
|
|
1568
1568
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1569
|
-
var Combobox_default = {"formGroup":"
|
|
1569
|
+
var Combobox_default = {"formGroup":"bds016-formGroup","inputWrapper":"bds016-inputWrapper","input":"bds016-input","inputError":"bds016-inputError","chevron":"bds016-chevron","listbox":"bds016-listbox","option":"bds016-option","--highlighted":"bds016---highlighted","--selected":"bds016---selected","--disabled":"bds016---disabled"};
|
|
1570
1570
|
|
|
1571
1571
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1572
1572
|
import { cn as cn31 } from "@boostdev/design-system-foundation";
|
|
@@ -1717,7 +1717,7 @@ function Combobox({
|
|
|
1717
1717
|
import { useId as useId11, useRef as useRef9, useState as useState9 } from "react";
|
|
1718
1718
|
|
|
1719
1719
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
1720
|
-
var FileInput_default = {"formGroup":"
|
|
1720
|
+
var FileInput_default = {"formGroup":"bds016-formGroup","dropZone":"bds016-dropZone","isDragging":"bds016-isDragging","hasError":"bds016-hasError","isDisabled":"bds016-isDisabled","icon":"bds016-icon","prompt":"bds016-prompt","acceptHint":"bds016-acceptHint","hiddenInput":"bds016-hiddenInput"};
|
|
1721
1721
|
|
|
1722
1722
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
1723
1723
|
import { cn as cn32 } from "@boostdev/design-system-foundation";
|
|
@@ -1814,7 +1814,7 @@ function FileInput({
|
|
|
1814
1814
|
import { useId as useId12 } from "react";
|
|
1815
1815
|
|
|
1816
1816
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
1817
|
-
var FormInput_default = {"formGroup":"
|
|
1817
|
+
var FormInput_default = {"formGroup":"bds016-formGroup","input":"bds016-input","inputError":"bds016-inputError"};
|
|
1818
1818
|
|
|
1819
1819
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
1820
1820
|
import { cn as cn33 } from "@boostdev/design-system-foundation";
|
|
@@ -1842,7 +1842,7 @@ function FormInput({
|
|
|
1842
1842
|
"aria-label": ariaLabel,
|
|
1843
1843
|
id,
|
|
1844
1844
|
name,
|
|
1845
|
-
className:
|
|
1845
|
+
className: cn33(FormInput_default.input, error && FormInput_default.inputError),
|
|
1846
1846
|
...props
|
|
1847
1847
|
}
|
|
1848
1848
|
),
|
|
@@ -1855,7 +1855,7 @@ function FormInput({
|
|
|
1855
1855
|
import { useId as useId13, useRef as useRef10, useState as useState10 } from "react";
|
|
1856
1856
|
|
|
1857
1857
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
1858
|
-
var NumberInput_default = {"formGroup":"
|
|
1858
|
+
var NumberInput_default = {"formGroup":"bds016-formGroup","inputRow":"bds016-inputRow","input":"bds016-input","inputError":"bds016-inputError","stepper":"bds016-stepper"};
|
|
1859
1859
|
|
|
1860
1860
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
1861
1861
|
import { cn as cn34 } from "@boostdev/design-system-foundation";
|
|
@@ -1950,7 +1950,7 @@ function NumberInput({
|
|
|
1950
1950
|
import { useId as useId14 } from "react";
|
|
1951
1951
|
|
|
1952
1952
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
1953
|
-
var Radio_default = {"radioGroup":"
|
|
1953
|
+
var Radio_default = {"radioGroup":"bds016-radioGroup","inputWrapper":"bds016-inputWrapper","radio":"bds016-radio","radioError":"bds016-radioError"};
|
|
1954
1954
|
|
|
1955
1955
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
1956
1956
|
import { cn as cn35 } from "@boostdev/design-system-foundation";
|
|
@@ -1970,7 +1970,7 @@ function Radio({ label, name, error, hint, className, ...props }) {
|
|
|
1970
1970
|
type: "radio",
|
|
1971
1971
|
id,
|
|
1972
1972
|
name,
|
|
1973
|
-
className:
|
|
1973
|
+
className: cn35(Radio_default.radio, error && Radio_default.radioError),
|
|
1974
1974
|
...props
|
|
1975
1975
|
}
|
|
1976
1976
|
),
|
|
@@ -1985,7 +1985,7 @@ function Radio({ label, name, error, hint, className, ...props }) {
|
|
|
1985
1985
|
import { useId as useId15 } from "react";
|
|
1986
1986
|
|
|
1987
1987
|
// src/components/interaction/form/Select/Select.module.css
|
|
1988
|
-
var Select_default = {"formGroup":"
|
|
1988
|
+
var Select_default = {"formGroup":"bds016-formGroup","selectWrapper":"bds016-selectWrapper","select":"bds016-select","selectError":"bds016-selectError","chevron":"bds016-chevron"};
|
|
1989
1989
|
|
|
1990
1990
|
// src/components/interaction/form/Select/Select.tsx
|
|
1991
1991
|
import { cn as cn36 } from "@boostdev/design-system-foundation";
|
|
@@ -2033,7 +2033,7 @@ function Select({
|
|
|
2033
2033
|
import { useId as useId16, useState as useState11 } from "react";
|
|
2034
2034
|
|
|
2035
2035
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2036
|
-
var Slider_default = {"formGroup":"
|
|
2036
|
+
var Slider_default = {"formGroup":"bds016-formGroup","labelRow":"bds016-labelRow","value":"bds016-value","slider":"bds016-slider","sliderError":"bds016-sliderError"};
|
|
2037
2037
|
|
|
2038
2038
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2039
2039
|
import { cn as cn37 } from "@boostdev/design-system-foundation";
|
|
@@ -2094,7 +2094,7 @@ function Slider({
|
|
|
2094
2094
|
import { useId as useId17 } from "react";
|
|
2095
2095
|
|
|
2096
2096
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2097
|
-
var Switch_default = {"switchGroup":"
|
|
2097
|
+
var Switch_default = {"switchGroup":"bds016-switchGroup","--size_small":"bds016---size_small","--size_medium":"bds016---size_medium","--size_large":"bds016---size_large","inputWrapper":"bds016-inputWrapper","trackWrapper":"bds016-trackWrapper","switch":"bds016-switch","track":"bds016-track","thumb":"bds016-thumb","switchError":"bds016-switchError"};
|
|
2098
2098
|
|
|
2099
2099
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2100
2100
|
import { cn as cn38 } from "@boostdev/design-system-foundation";
|
|
@@ -2140,7 +2140,7 @@ function Switch({
|
|
|
2140
2140
|
import { useId as useId18 } from "react";
|
|
2141
2141
|
|
|
2142
2142
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2143
|
-
var Textarea_default = {"formGroup":"
|
|
2143
|
+
var Textarea_default = {"formGroup":"bds016-formGroup","textarea":"bds016-textarea","textareaError":"bds016-textareaError"};
|
|
2144
2144
|
|
|
2145
2145
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2146
2146
|
import { cn as cn39 } from "@boostdev/design-system-foundation";
|
|
@@ -2176,7 +2176,7 @@ function Textarea({
|
|
|
2176
2176
|
}
|
|
2177
2177
|
|
|
2178
2178
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2179
|
-
var ButtonGroup_default = {"buttonGroup":"
|
|
2179
|
+
var ButtonGroup_default = {"buttonGroup":"bds016-buttonGroup","container":"bds016-container","--variant__card":"bds016---variant__card","--variant__flow":"bds016---variant__flow","--variant__modal":"bds016---variant__modal","--variant__content":"bds016---variant__content","--variant__grid":"bds016---variant__grid"};
|
|
2180
2180
|
|
|
2181
2181
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2182
2182
|
import { cn as cn40 } from "@boostdev/design-system-foundation";
|
|
@@ -2186,7 +2186,7 @@ function ButtonGroup({ children, className, variant }) {
|
|
|
2186
2186
|
}
|
|
2187
2187
|
|
|
2188
2188
|
// src/components/layout/Card/Card.module.css
|
|
2189
|
-
var Card_default = {"card":"
|
|
2189
|
+
var Card_default = {"card":"bds016-card","--default":"bds016---default","--elevated":"bds016---elevated","--outlined":"bds016---outlined","--clickable":"bds016---clickable","--padding-none":"bds016---padding-none","--padding-small":"bds016---padding-small","--padding-medium":"bds016---padding-medium","--padding-large":"bds016---padding-large","--text-start":"bds016---text-start","--text-center":"bds016---text-center","--text-end":"bds016---text-end"};
|
|
2190
2190
|
|
|
2191
2191
|
// src/components/layout/Card/Card.tsx
|
|
2192
2192
|
import { cn as cn41 } from "@boostdev/design-system-foundation";
|
|
@@ -2224,7 +2224,7 @@ function Card({
|
|
|
2224
2224
|
}
|
|
2225
2225
|
|
|
2226
2226
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
2227
|
-
var SectionHeader_default = {"sectionHeader":"
|
|
2227
|
+
var SectionHeader_default = {"sectionHeader":"bds016-sectionHeader","title":"bds016-title","subtitle":"bds016-subtitle","--start":"bds016---start","--center":"bds016---center","--end":"bds016---end","--small":"bds016---small","--medium":"bds016---medium","--large":"bds016---large"};
|
|
2228
2228
|
|
|
2229
2229
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
2230
2230
|
import { cn as cn42 } from "@boostdev/design-system-foundation";
|
|
@@ -2245,7 +2245,7 @@ function SectionHeader({
|
|
|
2245
2245
|
}
|
|
2246
2246
|
|
|
2247
2247
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
2248
|
-
var IconWrapper_default = {"wrapper":"
|
|
2248
|
+
var IconWrapper_default = {"wrapper":"bds016-wrapper"};
|
|
2249
2249
|
|
|
2250
2250
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
2251
2251
|
import { cn as cn43 } from "@boostdev/design-system-foundation";
|