brd-ui-kit 0.1.72 → 0.1.73
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/brd-ui-kit.css +1 -1
- package/dist/components/files-uploader/files-uploader.d.ts +8 -6
- package/dist/components/ui/textarea/textarea.d.ts +2 -2
- package/dist/components/ui/toggle/index.d.ts +3 -0
- package/dist/components/ui/toggle/toggle.d.ts +5 -0
- package/dist/components/ui/toggle/toggle.styles.d.ts +9 -0
- package/dist/components/ui/toggle-group/index.d.ts +1 -0
- package/dist/components/ui/toggle-group/toggle-group.d.ts +12 -0
- package/dist/components/ui/toggle-group/toggle-group.styles.d.ts +8 -0
- package/dist/components/ui/toggle-group.d.ts +2 -0
- package/dist/components/ui/toggle.d.ts +2 -0
- package/dist/components-avatar-uploader-avatar-uploader.cjs +1 -1
- package/dist/components-avatar-uploader-avatar-uploader.cjs.map +1 -1
- package/dist/components-avatar-uploader-avatar-uploader.js +4 -2
- package/dist/components-avatar-uploader-avatar-uploader.js.map +1 -1
- package/dist/components-basic-avatar-basic-avatar.cjs +2 -2
- package/dist/components-basic-avatar-basic-avatar.cjs.map +1 -1
- package/dist/components-basic-avatar-basic-avatar.js +4 -2
- package/dist/components-basic-avatar-basic-avatar.js.map +1 -1
- package/dist/components-files-uploader-files-uploader.cjs +6 -6
- package/dist/components-files-uploader-files-uploader.cjs.map +1 -1
- package/dist/components-files-uploader-files-uploader.js +108 -109
- package/dist/components-files-uploader-files-uploader.js.map +1 -1
- package/dist/components-input-contact-input-contact.cjs +1 -1
- package/dist/components-input-contact-input-contact.cjs.map +1 -1
- package/dist/components-input-contact-input-contact.js +4 -2
- package/dist/components-input-contact-input-contact.js.map +1 -1
- package/dist/components-input-password-input-password.cjs +1 -1
- package/dist/components-input-password-input-password.cjs.map +1 -1
- package/dist/components-input-password-input-password.js +4 -2
- package/dist/components-input-password-input-password.js.map +1 -1
- package/dist/components-ui-field-field.js +4 -4
- package/dist/components-ui-textarea-textarea.cjs +1 -1
- package/dist/components-ui-textarea-textarea.cjs.map +1 -1
- package/dist/components-ui-textarea-textarea.js +2 -3
- package/dist/components-ui-textarea-textarea.js.map +1 -1
- package/dist/components-ui-textarea-textarea.styles.cjs +1 -1
- package/dist/components-ui-textarea-textarea.styles.cjs.map +1 -1
- package/dist/components-ui-textarea-textarea.styles.js +1 -1
- package/dist/components-ui-textarea-textarea.styles.js.map +1 -1
- package/dist/components-ui-toggle-group-toggle-group.cjs +2 -0
- package/dist/components-ui-toggle-group-toggle-group.cjs.map +1 -0
- package/dist/components-ui-toggle-group-toggle-group.js +112 -0
- package/dist/components-ui-toggle-group-toggle-group.js.map +1 -0
- package/dist/components-ui-toggle-group-toggle-group.styles.cjs +18 -0
- package/dist/components-ui-toggle-group-toggle-group.styles.cjs.map +1 -0
- package/dist/components-ui-toggle-group-toggle-group.styles.js +58 -0
- package/dist/components-ui-toggle-group-toggle-group.styles.js.map +1 -0
- package/dist/components-ui-toggle-group.cjs +2 -0
- package/dist/components-ui-toggle-group.cjs.map +1 -0
- package/dist/components-ui-toggle-group.js +6 -0
- package/dist/components-ui-toggle-group.js.map +1 -0
- package/dist/components-ui-toggle-toggle.cjs +2 -0
- package/dist/components-ui-toggle-toggle.cjs.map +1 -0
- package/dist/components-ui-toggle-toggle.js +57 -0
- package/dist/components-ui-toggle-toggle.js.map +1 -0
- package/dist/components-ui-toggle-toggle.styles.cjs +12 -0
- package/dist/components-ui-toggle-toggle.styles.cjs.map +1 -0
- package/dist/components-ui-toggle-toggle.styles.js +35 -0
- package/dist/components-ui-toggle-toggle.styles.js.map +1 -0
- package/dist/components-ui-toggle.cjs +2 -0
- package/dist/components-ui-toggle.cjs.map +1 -0
- package/dist/components-ui-toggle.js +7 -0
- package/dist/components-ui-toggle.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +153 -152
- package/dist/index.js.map +1 -1
- package/package.json +19 -1
package/dist/index.js
CHANGED
|
@@ -3,93 +3,96 @@ import { cn as t } from "./lib-utils.js";
|
|
|
3
3
|
import { Badge as p } from "./components-ui-badge-badge.js";
|
|
4
4
|
import { badgeVariants as l } from "./components-ui-badge-badge.styles.js";
|
|
5
5
|
import { Button as n } from "./components-ui-button-button.js";
|
|
6
|
-
import { buttonVariants as
|
|
7
|
-
import { Card as
|
|
8
|
-
import { Checkbox as
|
|
9
|
-
import { Select as
|
|
10
|
-
import { Combobox as
|
|
6
|
+
import { buttonVariants as f } from "./components-ui-button-button.styles.js";
|
|
7
|
+
import { Card as g, CardContent as s, CardDescription as C, CardFooter as u, CardHeader as c, CardTitle as T } from "./components-ui-card-card.js";
|
|
8
|
+
import { Checkbox as I } from "./components-ui-checkbox-checkbox.js";
|
|
9
|
+
import { Select as S, SelectItem as v, SelectValue as B, SelectContent as D, SelectGroup as G, SelectLabel as h, SelectScrollDownButton as A, SelectScrollUpButton as F, SelectSeparator as y, SelectTrigger as L } from "./components-ui-select-select.js";
|
|
10
|
+
import { Combobox as w, ComboboxChip as H, ComboboxChips as N, ComboboxChipsInput as k, ComboboxCollection as R, ComboboxContent as M, ComboboxEmpty as U, ComboboxField as E, ComboboxGroup as O, ComboboxInput as j, ComboboxItem as q, ComboboxLabel as z, ComboboxList as J, ComboboxSeparator as K, ComboboxTrigger as Q, ComboboxValue as W } from "./components-ui-combobox-combobox.js";
|
|
11
11
|
import { Dialog as Y, DialogClose as Z, DialogContent as _, DialogDescription as $, DialogFooter as oo, DialogHeader as ro, DialogOverlay as eo, DialogPortal as to, DialogTitle as ao, DialogTrigger as po } from "./components-ui-dialog-dialog.js";
|
|
12
|
-
import { Field as lo, FieldContent as mo,
|
|
13
|
-
import { Icon as
|
|
14
|
-
import { Input as
|
|
15
|
-
import { InputGroup as
|
|
16
|
-
import { Label as
|
|
17
|
-
import { NavigationItem as
|
|
18
|
-
import { NavigationMenu as
|
|
19
|
-
import { Pagination as
|
|
20
|
-
import { Progress as
|
|
21
|
-
import { RadioGroup as
|
|
22
|
-
import { Separator as
|
|
23
|
-
import { Switch as
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
12
|
+
import { Field as lo, FieldContent as mo, FieldLabel as no, FieldLegend as xo } from "./components-ui-field-field.js";
|
|
13
|
+
import { Icon as bo } from "./components-ui-icon-icon.js";
|
|
14
|
+
import { Input as so } from "./components-ui-input-input.js";
|
|
15
|
+
import { InputGroup as uo, InputGroupAddon as co, InputGroupButton as To, InputGroupInput as Io, InputGroupText as Po, InputGroupTextarea as So } from "./components-ui-input-group-input-group.js";
|
|
16
|
+
import { Label as Bo } from "./components-ui-label-label.js";
|
|
17
|
+
import { NavigationItem as Go } from "./components-ui-navigation-item-navigation-item.js";
|
|
18
|
+
import { NavigationMenu as Ao } from "./components-ui-navigation-menu-navigation-menu.js";
|
|
19
|
+
import { Pagination as yo, PaginationContent as Lo, PaginationEllipsis as Vo, PaginationItem as wo, PaginationLink as Ho, PaginationNext as No, PaginationPrevious as ko } from "./components-ui-pagination-pagination.js";
|
|
20
|
+
import { Progress as Mo } from "./components-ui-progress-progress.js";
|
|
21
|
+
import { RadioGroup as Eo, RadioGroupItem as Oo } from "./components-ui-radio-group-radio-group.js";
|
|
22
|
+
import { Separator as qo } from "./components-ui-separator-separator.js";
|
|
23
|
+
import { Switch as Jo } from "./components-ui-switch-switch.js";
|
|
24
|
+
import { Toggle as Qo } from "./components-ui-toggle-toggle.js";
|
|
25
|
+
import { toggleVariants as Xo } from "./components-ui-toggle-toggle.styles.js";
|
|
26
|
+
import { ToggleGroup as Zo, ToggleGroupItem as _o } from "./components-ui-toggle-group-toggle-group.js";
|
|
27
|
+
import { Table as or, TableBody as rr, TableCaption as er, TableCell as tr, TableFooter as ar, TableHead as pr, TableHeader as ir, TableRow as lr } from "./components-ui-table-table.js";
|
|
28
|
+
import { Tabs as nr, TabsContent as xr, TabsList as fr, TabsTrigger as br } from "./components-ui-tabs-tabs.js";
|
|
26
29
|
import { Textarea as sr } from "./components-ui-textarea-textarea.js";
|
|
27
|
-
import { Tooltip as
|
|
28
|
-
import { Typography as
|
|
29
|
-
import { getTypographyClassName as
|
|
30
|
-
import { Avatar as
|
|
31
|
-
import { usePopupControls as
|
|
32
|
-
import { AppPagination as
|
|
33
|
-
import { AppSidebar as
|
|
34
|
-
import { BasicCheckbox as
|
|
35
|
-
import { BasicModal as
|
|
36
|
-
import { BasicTable as
|
|
37
|
-
import { BasicTooltip as
|
|
38
|
-
import { InputField as
|
|
39
|
-
import { InputPassword as
|
|
40
|
-
import { RadioButton as
|
|
41
|
-
import { SelectField as
|
|
42
|
-
import { SelectGroups as
|
|
43
|
-
import { TextareaField as
|
|
44
|
-
import { BasicChart as
|
|
45
|
-
import { BasicAvatar as
|
|
46
|
-
import { AvatarUpload as
|
|
47
|
-
import { Popover as
|
|
48
|
-
import { Toaster as
|
|
49
|
-
import { t as
|
|
50
|
-
import { PopoverBasic as
|
|
51
|
-
import { BasicSelect as
|
|
52
|
-
import { BasicDrawer as
|
|
53
|
-
import { FilesUploader as
|
|
30
|
+
import { Tooltip as ur, TooltipArrow as cr, TooltipContent as Tr, TooltipProvider as dr, TooltipTrigger as Ir } from "./components-ui-tooltip-tooltip.js";
|
|
31
|
+
import { Typography as Sr } from "./components-ui-typography-typography.js";
|
|
32
|
+
import { getTypographyClassName as Br, typographyClassNames as Dr, typographyVariantOptions as Gr } from "./components-ui-typography-typography.styles.js";
|
|
33
|
+
import { Avatar as Ar, AvatarBadge as Fr, AvatarFallback as yr, AvatarGroup as Lr, AvatarGroupCount as Vr, AvatarImage as wr } from "./components-ui-avatar-avatar.js";
|
|
34
|
+
import { usePopupControls as Nr } from "./hooks-usePopupControls.js";
|
|
35
|
+
import { AppPagination as Rr } from "./components-app-pagination-app-pagination.js";
|
|
36
|
+
import { AppSidebar as Ur } from "./components-app-sidebar-app-sidebar.js";
|
|
37
|
+
import { BasicCheckbox as Or } from "./components-basic-checkbox-basic-checkbox.js";
|
|
38
|
+
import { BasicModal as qr } from "./components-basic-modal-basic-modal.js";
|
|
39
|
+
import { BasicTable as Jr } from "./components-basic-table-basic-table.js";
|
|
40
|
+
import { BasicTooltip as Qr } from "./components-basic-tooltip-basic-tooltip.js";
|
|
41
|
+
import { InputField as Xr } from "./components-input-field-input-field.js";
|
|
42
|
+
import { InputPassword as Zr } from "./components-input-password-input-password.js";
|
|
43
|
+
import { RadioButton as $r } from "./components-radio-button-radio-button.js";
|
|
44
|
+
import { SelectField as re } from "./components-select-field-select-field.js";
|
|
45
|
+
import { SelectGroups as te } from "./components-select-groups-select-groups.js";
|
|
46
|
+
import { TextareaField as pe } from "./components-textarea-field-textarea-field.js";
|
|
47
|
+
import { BasicChart as le } from "./components-basic-chart-basic-chart.js";
|
|
48
|
+
import { BasicAvatar as ne } from "./components-basic-avatar-basic-avatar.js";
|
|
49
|
+
import { AvatarUpload as fe } from "./components-avatar-uploader-avatar-uploader.js";
|
|
50
|
+
import { Popover as ge, PopoverAnchor as se, PopoverContent as Ce, PopoverDescription as ue, PopoverHeader as ce, PopoverTitle as Te, PopoverTrigger as de } from "./components-ui-popover-popover.js";
|
|
51
|
+
import { Toaster as Pe } from "./components-ui-sonner-sonner.js";
|
|
52
|
+
import { t as ve } from "./index-C4iHL8Gs.js";
|
|
53
|
+
import { PopoverBasic as De } from "./components-popover-modal-popover-modal.js";
|
|
54
|
+
import { BasicSelect as he } from "./components-basic-select-basic-select.js";
|
|
55
|
+
import { BasicDrawer as Fe } from "./components-basic-drawer-basic-drawer.js";
|
|
56
|
+
import { FilesUploader as Le } from "./components-files-uploader-files-uploader.js";
|
|
54
57
|
import { InputContact as we } from "./components-input-contact-input-contact.js";
|
|
55
|
-
import { InputPhone as
|
|
56
|
-
import { Calendar as
|
|
58
|
+
import { InputPhone as Ne } from "./components-input-phone-input-phone.js";
|
|
59
|
+
import { Calendar as Re, localeMode as Me } from "./components-ui-calendar-calendar.js";
|
|
57
60
|
export {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
61
|
+
Rr as AppPagination,
|
|
62
|
+
Ur as AppSidebar,
|
|
63
|
+
Ar as Avatar,
|
|
64
|
+
Fr as AvatarBadge,
|
|
65
|
+
yr as AvatarFallback,
|
|
66
|
+
Lr as AvatarGroup,
|
|
67
|
+
Vr as AvatarGroupCount,
|
|
65
68
|
wr as AvatarImage,
|
|
66
|
-
|
|
69
|
+
fe as AvatarUpload,
|
|
67
70
|
p as Badge,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
71
|
+
ne as BasicAvatar,
|
|
72
|
+
le as BasicChart,
|
|
73
|
+
Or as BasicCheckbox,
|
|
74
|
+
Fe as BasicDrawer,
|
|
75
|
+
qr as BasicModal,
|
|
76
|
+
he as BasicSelect,
|
|
77
|
+
Jr as BasicTable,
|
|
78
|
+
Qr as BasicTooltip,
|
|
76
79
|
n as Button,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
80
|
+
Re as Calendar,
|
|
81
|
+
g as Card,
|
|
82
|
+
s as CardContent,
|
|
83
|
+
C as CardDescription,
|
|
84
|
+
u as CardFooter,
|
|
85
|
+
c as CardHeader,
|
|
86
|
+
T as CardTitle,
|
|
87
|
+
I as Checkbox,
|
|
88
|
+
w as Combobox,
|
|
86
89
|
H as ComboboxChip,
|
|
87
90
|
N as ComboboxChips,
|
|
88
91
|
k as ComboboxChipsInput,
|
|
89
92
|
R as ComboboxCollection,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
+
M as ComboboxContent,
|
|
94
|
+
U as ComboboxEmpty,
|
|
95
|
+
E as ComboboxField,
|
|
93
96
|
O as ComboboxGroup,
|
|
94
97
|
j as ComboboxInput,
|
|
95
98
|
q as ComboboxItem,
|
|
@@ -110,92 +113,90 @@ export {
|
|
|
110
113
|
po as DialogTrigger,
|
|
111
114
|
lo as Field,
|
|
112
115
|
mo as FieldContent,
|
|
113
|
-
no as
|
|
114
|
-
xo as
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
so as
|
|
118
|
-
Co as FieldSeparator,
|
|
119
|
-
go as FieldSet,
|
|
120
|
-
uo as FieldTitle,
|
|
121
|
-
ye as FilesUploader,
|
|
122
|
-
To as Icon,
|
|
123
|
-
Po as Input,
|
|
116
|
+
no as FieldLabel,
|
|
117
|
+
xo as FieldLegend,
|
|
118
|
+
Le as FilesUploader,
|
|
119
|
+
bo as Icon,
|
|
120
|
+
so as Input,
|
|
124
121
|
we as InputContact,
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
122
|
+
Xr as InputField,
|
|
123
|
+
uo as InputGroup,
|
|
124
|
+
co as InputGroupAddon,
|
|
125
|
+
To as InputGroupButton,
|
|
126
|
+
Io as InputGroupInput,
|
|
127
|
+
Po as InputGroupText,
|
|
128
|
+
So as InputGroupTextarea,
|
|
129
|
+
Zr as InputPassword,
|
|
130
|
+
Ne as InputPhone,
|
|
131
|
+
Bo as Label,
|
|
132
|
+
Go as NavigationItem,
|
|
133
|
+
Ao as NavigationMenu,
|
|
134
|
+
yo as Pagination,
|
|
135
|
+
Lo as PaginationContent,
|
|
136
|
+
Vo as PaginationEllipsis,
|
|
137
|
+
wo as PaginationItem,
|
|
138
|
+
Ho as PaginationLink,
|
|
139
|
+
No as PaginationNext,
|
|
140
|
+
ko as PaginationPrevious,
|
|
141
|
+
ge as Popover,
|
|
145
142
|
se as PopoverAnchor,
|
|
146
|
-
|
|
143
|
+
De as PopoverBasic,
|
|
147
144
|
Ce as PopoverContent,
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
145
|
+
ue as PopoverDescription,
|
|
146
|
+
ce as PopoverHeader,
|
|
147
|
+
Te as PopoverTitle,
|
|
148
|
+
de as PopoverTrigger,
|
|
149
|
+
Mo as Progress,
|
|
150
|
+
$r as RadioButton,
|
|
151
|
+
Eo as RadioGroup,
|
|
152
|
+
Oo as RadioGroupItem,
|
|
153
|
+
S as Select,
|
|
157
154
|
v as SelectBaseItem,
|
|
158
155
|
B as SelectBaseValue,
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
156
|
+
D as SelectContent,
|
|
157
|
+
re as SelectField,
|
|
158
|
+
G as SelectGroup,
|
|
159
|
+
te as SelectGroups,
|
|
160
|
+
h as SelectLabel,
|
|
161
|
+
A as SelectScrollDownButton,
|
|
162
|
+
F as SelectScrollUpButton,
|
|
166
163
|
y as SelectSeparator,
|
|
167
164
|
L as SelectTrigger,
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
165
|
+
qo as Separator,
|
|
166
|
+
Jo as Switch,
|
|
167
|
+
or as Table,
|
|
168
|
+
rr as TableBody,
|
|
169
|
+
er as TableCaption,
|
|
170
|
+
tr as TableCell,
|
|
171
|
+
ar as TableFooter,
|
|
172
|
+
pr as TableHead,
|
|
173
|
+
ir as TableHeader,
|
|
174
|
+
lr as TableRow,
|
|
175
|
+
nr as Tabs,
|
|
176
|
+
xr as TabsContent,
|
|
177
|
+
fr as TabsList,
|
|
181
178
|
br as TabsTrigger,
|
|
182
179
|
sr as Textarea,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
180
|
+
pe as TextareaField,
|
|
181
|
+
Pe as Toaster,
|
|
182
|
+
Qo as Toggle,
|
|
183
|
+
Zo as ToggleGroup,
|
|
184
|
+
_o as ToggleGroupItem,
|
|
185
|
+
ur as Tooltip,
|
|
186
|
+
cr as TooltipArrow,
|
|
187
|
+
Tr as TooltipContent,
|
|
188
|
+
dr as TooltipProvider,
|
|
189
|
+
Ir as TooltipTrigger,
|
|
190
|
+
Sr as Typography,
|
|
191
191
|
l as badgeVariants,
|
|
192
|
-
|
|
192
|
+
f as buttonVariants,
|
|
193
193
|
t as cn,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
194
|
+
Br as getTypographyClassName,
|
|
195
|
+
Me as localeMode,
|
|
196
|
+
ve as sonner,
|
|
197
|
+
Xo as toggleVariants,
|
|
198
|
+
Dr as typographyClassNames,
|
|
199
|
+
Gr as typographyVariantOptions,
|
|
200
|
+
Nr as usePopupControls
|
|
200
201
|
};
|
|
201
202
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brd-ui-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.73",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -311,6 +311,18 @@
|
|
|
311
311
|
"require": "./dist/components-textarea-field.cjs",
|
|
312
312
|
"default": "./dist/components-textarea-field.js"
|
|
313
313
|
},
|
|
314
|
+
"./toggle": {
|
|
315
|
+
"types": "./dist/components/ui/toggle/index.d.ts",
|
|
316
|
+
"import": "./dist/components-ui-toggle.js",
|
|
317
|
+
"require": "./dist/components-ui-toggle.cjs",
|
|
318
|
+
"default": "./dist/components-ui-toggle.js"
|
|
319
|
+
},
|
|
320
|
+
"./toggle-group": {
|
|
321
|
+
"types": "./dist/components/ui/toggle-group/index.d.ts",
|
|
322
|
+
"import": "./dist/components-ui-toggle-group.js",
|
|
323
|
+
"require": "./dist/components-ui-toggle-group.cjs",
|
|
324
|
+
"default": "./dist/components-ui-toggle-group.js"
|
|
325
|
+
},
|
|
314
326
|
"./tooltip": {
|
|
315
327
|
"types": "./dist/components/ui/tooltip/index.d.ts",
|
|
316
328
|
"import": "./dist/components-ui-tooltip.js",
|
|
@@ -551,6 +563,12 @@
|
|
|
551
563
|
"textarea-field": [
|
|
552
564
|
"./dist/components/textarea-field/index.d.ts"
|
|
553
565
|
],
|
|
566
|
+
"toggle": [
|
|
567
|
+
"./dist/components/ui/toggle/index.d.ts"
|
|
568
|
+
],
|
|
569
|
+
"toggle-group": [
|
|
570
|
+
"./dist/components/ui/toggle-group/index.d.ts"
|
|
571
|
+
],
|
|
554
572
|
"tooltip": [
|
|
555
573
|
"./dist/components/ui/tooltip/index.d.ts"
|
|
556
574
|
],
|