@boostdev/design-system-components 0.1.6 → 0.1.8
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 +51 -46
- package/dist/client.css +414 -416
- package/dist/client.js +51 -46
- package/dist/index.cjs +51 -46
- package/dist/index.css +414 -416
- package/dist/index.js +51 -46
- package/package.json +5 -3
- package/src/components/interaction/Dialog/Dialog.module.css +4 -1
- package/src/components/interaction/Dialog/Dialog.tsx +5 -0
- package/src/components/interaction/form/Checkbox/Checkbox.module.css +0 -1
- package/src/components/interaction/form/Switch/Switch.module.css +0 -1
- package/src/components/layout/SectionHeader/SectionHeader.module.css +0 -1
- package/src/components/ui/Separator/Separator.module.css +0 -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":"bds018-accordion","item":"bds018-item","heading":"bds018-heading","trigger":"bds018-trigger","triggerLabel":"bds018-triggerLabel","chevron":"bds018-chevron","--open":"bds018---open","panel":"bds018-panel","panelContent":"bds018-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":"bds018-alert","--variant_info":"bds018---variant_info","--variant_success":"bds018---variant_success","--variant_warning":"bds018---variant_warning","--variant_error":"bds018---variant_error","icon":"bds018-icon","content":"bds018-content","title":"bds018-title","dismiss":"bds018-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":"bds018-avatar","--fallback":"bds018---fallback","--size_small":"bds018---size_small","--size_medium":"bds018---size_medium","--size_large":"bds018---size_large","image":"bds018-image","initials":"bds018-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":"bds018-badge","--variant_primary":"bds018---variant_primary","--variant_secondary":"bds018---variant_secondary","--variant_success":"bds018---variant_success","--variant_error":"bds018---variant_error","--variant_warning":"bds018---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":"bds018-breadcrumb","list":"bds018-list","item":"bds018-item","link":"bds018-link","separator":"bds018-separator","current":"bds018-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":"bds018-calendar","header":"bds018-header","monthYear":"bds018-monthYear","navBtn":"bds018-navBtn","grid":"bds018-grid","weekday":"bds018-weekday","empty":"bds018-empty","day":"bds018-day","disabled":"bds018-disabled","selected":"bds018-selected","today":"bds018-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":"bds018-carousel","track":"bds018-track","slide":"bds018-slide","navBtn":"bds018-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":"bds018-list","group":"bds018-group","term":"bds018-term","details":"bds018-details","--layout_inline":"bds018---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":"bds018-link","--variant_default":"bds018---variant_default","--variant_subtle":"bds018---variant_subtle","--variant_standalone":"bds018---variant_standalone","externalLabel":"bds018-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":"bds018-loading","spinner":"bds018-spinner","--size_small":"bds018---size_small","--size_large":"bds018---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":"bds018-banner","--variant_info":"bds018---variant_info","--variant_success":"bds018---variant_success","--variant_warning":"bds018---variant_warning","--variant_error":"bds018---variant_error","content":"bds018-content","action":"bds018-action","dismiss":"bds018-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":"bds018-pagination","list":"bds018-list","button":"bds018-button","--active":"bds018---active","--nav":"bds018---nav","ellipsis":"bds018-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":"bds018-container","labelRow":"bds018-labelRow","label":"bds018-label","value":"bds018-value","track":"bds018-track","--size_small":"bds018---size_small","--size_medium":"bds018---size_medium","--size_large":"bds018---size_large","fill":"bds018-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":"bds018-wrapper","svg":"bds018-svg","track":"bds018-track","fill":"bds018-fill","value":"bds018-value","--size_small":"bds018---size_small","--size_medium":"bds018---size_medium","--size_large":"bds018---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":"bds018-separator","--horizontal":"bds018---horizontal","--vertical":"bds018---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":"bds018-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":"bds018-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":"bds018-wrapper","table":"bds018-table","caption":"bds018-caption","thead":"bds018-thead","th":"bds018-th","--sortable":"bds018---sortable","sortButton":"bds018-sortButton","sortIcon":"bds018-sortIcon","--sort-active":"bds018---sort-active","--sort-desc":"bds018---sort-desc","tbody":"bds018-tbody","tr":"bds018-tr","td":"bds018-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":"bds018-tabs","tabList":"bds018-tabList","tab":"bds018-tab","--active":"bds018---active","panel":"bds018-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":"bds018-wrapper","tooltip":"bds018-tooltip","--placement_top":"bds018---placement_top","--placement_bottom":"bds018---placement_bottom","--placement_left":"bds018---placement_left","--placement_right":"bds018---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":"bds018-typography","--h1":"bds018---h1","--h2":"bds018---h2","--h3":"bds018---h3","--body":"bds018---body","--body_s":"bds018---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":"bds018-button","--primary":"bds018---primary","--secondary":"bds018---secondary","--size_small":"bds018---size_small","--size_medium":"bds018---size_medium","--size_large":"bds018---size_large","--hasPulse":"bds018---hasPulse","prefix":"bds018-prefix","suffix":"bds018-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":"bds018-dialog","palette":"bds018-palette","searchRow":"bds018-searchRow","searchIcon":"bds018-searchIcon","search":"bds018-search","escHint":"bds018-escHint","list":"bds018-list","groupList":"bds018-groupList","group":"bds018-group","item":"bds018-item","itemActive":"bds018-itemActive","itemLabel":"bds018-itemLabel","itemDesc":"bds018-itemDesc","shortcut":"bds018-shortcut","empty":"bds018-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":"bds018-dialog","dialogContent":"bds018-dialogContent","closeForm":"bds018-closeForm","closeButton":"bds018-closeButton"};
|
|
1121
1121
|
|
|
1122
1122
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1123
1123
|
import { cn as cn23 } from "@boostdev/design-system-foundation";
|
|
@@ -1129,9 +1129,14 @@ function Dialog({ children, isOpen = false, className, onClose }) {
|
|
|
1129
1129
|
if (!dialog) return;
|
|
1130
1130
|
if (isOpen) {
|
|
1131
1131
|
dialog.showModal();
|
|
1132
|
+
document.body.style.overflow = "hidden";
|
|
1132
1133
|
} else if (dialog.open) {
|
|
1133
1134
|
dialog.close();
|
|
1135
|
+
document.body.style.overflow = "";
|
|
1134
1136
|
}
|
|
1137
|
+
return () => {
|
|
1138
|
+
document.body.style.overflow = "";
|
|
1139
|
+
};
|
|
1135
1140
|
}, [isOpen]);
|
|
1136
1141
|
const handleBackdropClick = (e) => {
|
|
1137
1142
|
if (e.target === dialogRef.current) onClose?.();
|
|
@@ -1168,7 +1173,7 @@ function Dialog({ children, isOpen = false, className, onClose }) {
|
|
|
1168
1173
|
import { useEffect as useEffect3, useRef as useRef5 } from "react";
|
|
1169
1174
|
|
|
1170
1175
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1171
|
-
var Drawer_default = {"drawer":"
|
|
1176
|
+
var Drawer_default = {"drawer":"bds018-drawer","panel":"bds018-panel","--side_right":"bds018---side_right","--side_left":"bds018---side_left","header":"bds018-header","title":"bds018-title","closeButton":"bds018-closeButton","body":"bds018-body"};
|
|
1172
1177
|
|
|
1173
1178
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1174
1179
|
import { cn as cn24 } from "@boostdev/design-system-foundation";
|
|
@@ -1237,7 +1242,7 @@ import {
|
|
|
1237
1242
|
} from "react";
|
|
1238
1243
|
|
|
1239
1244
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1240
|
-
var DropdownMenu_default = {"wrapper":"
|
|
1245
|
+
var DropdownMenu_default = {"wrapper":"bds018-wrapper","menu":"bds018-menu","--placement_bottom-start":"bds018---placement_bottom-start","--placement_bottom-end":"bds018---placement_bottom-end","separator":"bds018-separator","item":"bds018-item","icon":"bds018-icon"};
|
|
1241
1246
|
|
|
1242
1247
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1243
1248
|
import { cn as cn25 } from "@boostdev/design-system-foundation";
|
|
@@ -1357,7 +1362,7 @@ import {
|
|
|
1357
1362
|
} from "react";
|
|
1358
1363
|
|
|
1359
1364
|
// src/components/interaction/Popover/Popover.module.css
|
|
1360
|
-
var Popover_default = {"wrapper":"
|
|
1365
|
+
var Popover_default = {"wrapper":"bds018-wrapper","panel":"bds018-panel","--placement_bottom":"bds018---placement_bottom","--placement_top":"bds018---placement_top","--placement_right":"bds018---placement_right","--placement_left":"bds018---placement_left"};
|
|
1361
1366
|
|
|
1362
1367
|
// src/components/interaction/Popover/Popover.tsx
|
|
1363
1368
|
import { cn as cn26 } from "@boostdev/design-system-foundation";
|
|
@@ -1413,7 +1418,7 @@ function Popover({
|
|
|
1413
1418
|
}
|
|
1414
1419
|
|
|
1415
1420
|
// src/components/interaction/Rating/Rating.module.css
|
|
1416
|
-
var Rating_default = {"rating":"
|
|
1421
|
+
var Rating_default = {"rating":"bds018-rating","star":"bds018-star","--filled":"bds018---filled"};
|
|
1417
1422
|
|
|
1418
1423
|
// src/components/interaction/Rating/Rating.tsx
|
|
1419
1424
|
import { cn as cn27 } from "@boostdev/design-system-foundation";
|
|
@@ -1444,7 +1449,7 @@ function Rating({ value, max = 5, className }) {
|
|
|
1444
1449
|
import { useState as useState7, useEffect as useEffect6, createContext, useContext, useCallback, useMemo as useMemo2 } from "react";
|
|
1445
1450
|
|
|
1446
1451
|
// src/components/interaction/Toast/Toast.module.css
|
|
1447
|
-
var Toast_default = {"toastContainer":"
|
|
1452
|
+
var Toast_default = {"toastContainer":"bds018-toastContainer","toast":"bds018-toast","message":"bds018-message","closeButton":"bds018-closeButton"};
|
|
1448
1453
|
|
|
1449
1454
|
// src/components/interaction/Toast/Toast.tsx
|
|
1450
1455
|
import { cn as cn28 } from "@boostdev/design-system-foundation";
|
|
@@ -1494,10 +1499,10 @@ function useToast() {
|
|
|
1494
1499
|
import { useId as useId9 } from "react";
|
|
1495
1500
|
|
|
1496
1501
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1497
|
-
var Checkbox_default = {"checkboxGroup":"
|
|
1502
|
+
var Checkbox_default = {"checkboxGroup":"bds018-checkboxGroup","inputWrapper":"bds018-inputWrapper","checkbox":"bds018-checkbox","checkboxError":"bds018-checkboxError"};
|
|
1498
1503
|
|
|
1499
1504
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1500
|
-
var Message_default = {"error":"
|
|
1505
|
+
var Message_default = {"error":"bds018-error","hint":"bds018-hint"};
|
|
1501
1506
|
|
|
1502
1507
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1503
1508
|
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
@@ -1507,7 +1512,7 @@ var Message = ({ message, type, inputId }) => {
|
|
|
1507
1512
|
};
|
|
1508
1513
|
|
|
1509
1514
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1510
|
-
var Label_default = {"label":"
|
|
1515
|
+
var Label_default = {"label":"bds018-label"};
|
|
1511
1516
|
|
|
1512
1517
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1513
1518
|
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
@@ -1519,7 +1524,7 @@ var Label = ({ label, id }) => {
|
|
|
1519
1524
|
import { cn as cn30 } from "@boostdev/design-system-foundation";
|
|
1520
1525
|
|
|
1521
1526
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1522
|
-
var InputContainer_default = {"container":"
|
|
1527
|
+
var InputContainer_default = {"container":"bds018-container"};
|
|
1523
1528
|
|
|
1524
1529
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1525
1530
|
import { cn as cn29 } from "@boostdev/design-system-foundation";
|
|
@@ -1566,7 +1571,7 @@ import {
|
|
|
1566
1571
|
} from "react";
|
|
1567
1572
|
|
|
1568
1573
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1569
|
-
var Combobox_default = {"formGroup":"
|
|
1574
|
+
var Combobox_default = {"formGroup":"bds018-formGroup","inputWrapper":"bds018-inputWrapper","input":"bds018-input","inputError":"bds018-inputError","chevron":"bds018-chevron","listbox":"bds018-listbox","option":"bds018-option","--highlighted":"bds018---highlighted","--selected":"bds018---selected","--disabled":"bds018---disabled"};
|
|
1570
1575
|
|
|
1571
1576
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1572
1577
|
import { cn as cn31 } from "@boostdev/design-system-foundation";
|
|
@@ -1717,7 +1722,7 @@ function Combobox({
|
|
|
1717
1722
|
import { useId as useId11, useRef as useRef9, useState as useState9 } from "react";
|
|
1718
1723
|
|
|
1719
1724
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
1720
|
-
var FileInput_default = {"formGroup":"
|
|
1725
|
+
var FileInput_default = {"formGroup":"bds018-formGroup","dropZone":"bds018-dropZone","isDragging":"bds018-isDragging","hasError":"bds018-hasError","isDisabled":"bds018-isDisabled","icon":"bds018-icon","prompt":"bds018-prompt","acceptHint":"bds018-acceptHint","hiddenInput":"bds018-hiddenInput"};
|
|
1721
1726
|
|
|
1722
1727
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
1723
1728
|
import { cn as cn32 } from "@boostdev/design-system-foundation";
|
|
@@ -1814,7 +1819,7 @@ function FileInput({
|
|
|
1814
1819
|
import { useId as useId12 } from "react";
|
|
1815
1820
|
|
|
1816
1821
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
1817
|
-
var FormInput_default = {"formGroup":"
|
|
1822
|
+
var FormInput_default = {"formGroup":"bds018-formGroup","input":"bds018-input","inputError":"bds018-inputError"};
|
|
1818
1823
|
|
|
1819
1824
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
1820
1825
|
import { cn as cn33 } from "@boostdev/design-system-foundation";
|
|
@@ -1855,7 +1860,7 @@ function FormInput({
|
|
|
1855
1860
|
import { useId as useId13, useRef as useRef10, useState as useState10 } from "react";
|
|
1856
1861
|
|
|
1857
1862
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
1858
|
-
var NumberInput_default = {"formGroup":"
|
|
1863
|
+
var NumberInput_default = {"formGroup":"bds018-formGroup","inputRow":"bds018-inputRow","input":"bds018-input","inputError":"bds018-inputError","stepper":"bds018-stepper"};
|
|
1859
1864
|
|
|
1860
1865
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
1861
1866
|
import { cn as cn34 } from "@boostdev/design-system-foundation";
|
|
@@ -1950,7 +1955,7 @@ function NumberInput({
|
|
|
1950
1955
|
import { useId as useId14 } from "react";
|
|
1951
1956
|
|
|
1952
1957
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
1953
|
-
var Radio_default = {"radioGroup":"
|
|
1958
|
+
var Radio_default = {"radioGroup":"bds018-radioGroup","inputWrapper":"bds018-inputWrapper","radio":"bds018-radio","radioError":"bds018-radioError"};
|
|
1954
1959
|
|
|
1955
1960
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
1956
1961
|
import { cn as cn35 } from "@boostdev/design-system-foundation";
|
|
@@ -1985,7 +1990,7 @@ function Radio({ label, name, error, hint, className, ...props }) {
|
|
|
1985
1990
|
import { useId as useId15 } from "react";
|
|
1986
1991
|
|
|
1987
1992
|
// src/components/interaction/form/Select/Select.module.css
|
|
1988
|
-
var Select_default = {"formGroup":"
|
|
1993
|
+
var Select_default = {"formGroup":"bds018-formGroup","selectWrapper":"bds018-selectWrapper","select":"bds018-select","selectError":"bds018-selectError","chevron":"bds018-chevron"};
|
|
1989
1994
|
|
|
1990
1995
|
// src/components/interaction/form/Select/Select.tsx
|
|
1991
1996
|
import { cn as cn36 } from "@boostdev/design-system-foundation";
|
|
@@ -2033,7 +2038,7 @@ function Select({
|
|
|
2033
2038
|
import { useId as useId16, useState as useState11 } from "react";
|
|
2034
2039
|
|
|
2035
2040
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2036
|
-
var Slider_default = {"formGroup":"
|
|
2041
|
+
var Slider_default = {"formGroup":"bds018-formGroup","labelRow":"bds018-labelRow","value":"bds018-value","slider":"bds018-slider","sliderError":"bds018-sliderError"};
|
|
2037
2042
|
|
|
2038
2043
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2039
2044
|
import { cn as cn37 } from "@boostdev/design-system-foundation";
|
|
@@ -2094,7 +2099,7 @@ function Slider({
|
|
|
2094
2099
|
import { useId as useId17 } from "react";
|
|
2095
2100
|
|
|
2096
2101
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2097
|
-
var Switch_default = {"switchGroup":"
|
|
2102
|
+
var Switch_default = {"switchGroup":"bds018-switchGroup","--size_small":"bds018---size_small","--size_medium":"bds018---size_medium","--size_large":"bds018---size_large","inputWrapper":"bds018-inputWrapper","trackWrapper":"bds018-trackWrapper","switch":"bds018-switch","track":"bds018-track","thumb":"bds018-thumb","switchError":"bds018-switchError"};
|
|
2098
2103
|
|
|
2099
2104
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2100
2105
|
import { cn as cn38 } from "@boostdev/design-system-foundation";
|
|
@@ -2140,7 +2145,7 @@ function Switch({
|
|
|
2140
2145
|
import { useId as useId18 } from "react";
|
|
2141
2146
|
|
|
2142
2147
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2143
|
-
var Textarea_default = {"formGroup":"
|
|
2148
|
+
var Textarea_default = {"formGroup":"bds018-formGroup","textarea":"bds018-textarea","textareaError":"bds018-textareaError"};
|
|
2144
2149
|
|
|
2145
2150
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2146
2151
|
import { cn as cn39 } from "@boostdev/design-system-foundation";
|
|
@@ -2176,7 +2181,7 @@ function Textarea({
|
|
|
2176
2181
|
}
|
|
2177
2182
|
|
|
2178
2183
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2179
|
-
var ButtonGroup_default = {"buttonGroup":"
|
|
2184
|
+
var ButtonGroup_default = {"buttonGroup":"bds018-buttonGroup","container":"bds018-container","--variant__card":"bds018---variant__card","--variant__flow":"bds018---variant__flow","--variant__modal":"bds018---variant__modal","--variant__content":"bds018---variant__content","--variant__grid":"bds018---variant__grid"};
|
|
2180
2185
|
|
|
2181
2186
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2182
2187
|
import { cn as cn40 } from "@boostdev/design-system-foundation";
|
|
@@ -2186,7 +2191,7 @@ function ButtonGroup({ children, className, variant }) {
|
|
|
2186
2191
|
}
|
|
2187
2192
|
|
|
2188
2193
|
// src/components/layout/Card/Card.module.css
|
|
2189
|
-
var Card_default = {"card":"
|
|
2194
|
+
var Card_default = {"card":"bds018-card","--default":"bds018---default","--elevated":"bds018---elevated","--outlined":"bds018---outlined","--clickable":"bds018---clickable","--padding-none":"bds018---padding-none","--padding-small":"bds018---padding-small","--padding-medium":"bds018---padding-medium","--padding-large":"bds018---padding-large","--text-start":"bds018---text-start","--text-center":"bds018---text-center","--text-end":"bds018---text-end"};
|
|
2190
2195
|
|
|
2191
2196
|
// src/components/layout/Card/Card.tsx
|
|
2192
2197
|
import { cn as cn41 } from "@boostdev/design-system-foundation";
|
|
@@ -2224,7 +2229,7 @@ function Card({
|
|
|
2224
2229
|
}
|
|
2225
2230
|
|
|
2226
2231
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
2227
|
-
var SectionHeader_default = {"sectionHeader":"
|
|
2232
|
+
var SectionHeader_default = {"sectionHeader":"bds018-sectionHeader","title":"bds018-title","subtitle":"bds018-subtitle","--start":"bds018---start","--center":"bds018---center","--end":"bds018---end","--small":"bds018---small","--medium":"bds018---medium","--large":"bds018---large"};
|
|
2228
2233
|
|
|
2229
2234
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
2230
2235
|
import { cn as cn42 } from "@boostdev/design-system-foundation";
|
|
@@ -2245,7 +2250,7 @@ function SectionHeader({
|
|
|
2245
2250
|
}
|
|
2246
2251
|
|
|
2247
2252
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
2248
|
-
var IconWrapper_default = {"wrapper":"
|
|
2253
|
+
var IconWrapper_default = {"wrapper":"bds018-wrapper"};
|
|
2249
2254
|
|
|
2250
2255
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
2251
2256
|
import { cn as cn43 } from "@boostdev/design-system-foundation";
|