sodtrack-web-ui 0.51.1 → 0.51.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/dist/alert-dialog.d.mts +1 -0
- package/dist/alert-dialog.d.ts +1 -0
- package/dist/alert-message.d.mts +143 -2
- package/dist/alert-message.d.ts +143 -2
- package/dist/button.d.mts +207 -2
- package/dist/button.d.ts +207 -2
- package/dist/chip-context.d.mts +609 -28
- package/dist/chip-context.d.ts +609 -28
- package/dist/chip-form-complementary.d.mts +3 -3
- package/dist/chip-form-complementary.d.ts +3 -3
- package/dist/chip-form.d.mts +3 -3
- package/dist/chip-form.d.ts +3 -3
- package/dist/chip-input.d.mts +489 -8
- package/dist/chip-input.d.ts +489 -8
- package/dist/chip-status-complementary.d.mts +1 -1
- package/dist/chip-status-complementary.d.ts +1 -1
- package/dist/chunk-A6YA2ORM.mjs +1 -0
- package/dist/chunk-HILDVXOO.mjs +1 -0
- package/dist/chunk-Z7A5HM3M.mjs +1 -0
- package/dist/data-table.d.mts +1 -0
- package/dist/data-table.d.ts +1 -0
- package/dist/date-picker.d.mts +2 -1
- package/dist/date-picker.d.ts +2 -1
- package/dist/date-picker.js +1 -1
- package/dist/date-picker.mjs +1 -1
- package/dist/dialog.d.mts +1 -0
- package/dist/dialog.d.ts +1 -0
- package/dist/drawer-sticky.d.mts +10 -12
- package/dist/drawer-sticky.d.ts +10 -12
- package/dist/drawer-sticky.js +2 -2
- package/dist/drawer-sticky.mjs +1 -1
- package/dist/drawer.d.mts +1 -0
- package/dist/drawer.d.ts +1 -0
- package/dist/icon-button.d.mts +123 -2
- package/dist/icon-button.d.ts +123 -2
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/list-item-arrow.mjs +1 -1
- package/dist/list-item-checkbox.mjs +1 -1
- package/dist/list-item.mjs +1 -1
- package/dist/radio.d.mts +10 -24
- package/dist/radio.d.ts +10 -24
- package/dist/radio.js +1 -1
- package/dist/radio.mjs +1 -1
- package/dist/tab.d.mts +1 -1
- package/dist/tab.d.ts +1 -1
- package/dist/table.d.mts +1 -0
- package/dist/table.d.ts +1 -0
- package/dist/textarea.d.mts +75 -2
- package/dist/textarea.d.ts +75 -2
- package/package.json +1 -1
- package/dist/chunk-A4K7ULPD.mjs +0 -1
- package/dist/chunk-LSPGZ2JD.mjs +0 -1
- package/dist/chunk-WYDWRG7G.mjs +0 -1
package/dist/icon-button.d.mts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
import { VariantProps } from 'tailwind-variants';
|
|
3
|
+
import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
|
|
3
4
|
import React__default, { FC } from 'react';
|
|
4
5
|
import { LucideIcon } from 'lucide-react';
|
|
5
6
|
|
|
@@ -38,7 +39,67 @@ declare const iconButtonStyles: tailwind_variants.TVReturnType<{
|
|
|
38
39
|
}, {
|
|
39
40
|
container: string;
|
|
40
41
|
icon: string;
|
|
41
|
-
}, undefined, TVConfig<
|
|
42
|
+
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
43
|
+
variant: {
|
|
44
|
+
contained: {};
|
|
45
|
+
secondary: {};
|
|
46
|
+
outlined: {};
|
|
47
|
+
ghost: {};
|
|
48
|
+
standard: {};
|
|
49
|
+
};
|
|
50
|
+
size: {
|
|
51
|
+
lg: {
|
|
52
|
+
container: string;
|
|
53
|
+
icon: string;
|
|
54
|
+
};
|
|
55
|
+
md: {
|
|
56
|
+
container: string;
|
|
57
|
+
icon: string;
|
|
58
|
+
};
|
|
59
|
+
sm: {
|
|
60
|
+
container: string;
|
|
61
|
+
icon: string;
|
|
62
|
+
};
|
|
63
|
+
xs: {
|
|
64
|
+
container: string;
|
|
65
|
+
icon: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
disabled: {
|
|
69
|
+
true: {};
|
|
70
|
+
false: {};
|
|
71
|
+
};
|
|
72
|
+
}, {
|
|
73
|
+
variant: {
|
|
74
|
+
contained: {};
|
|
75
|
+
secondary: {};
|
|
76
|
+
outlined: {};
|
|
77
|
+
ghost: {};
|
|
78
|
+
standard: {};
|
|
79
|
+
};
|
|
80
|
+
size: {
|
|
81
|
+
lg: {
|
|
82
|
+
container: string;
|
|
83
|
+
icon: string;
|
|
84
|
+
};
|
|
85
|
+
md: {
|
|
86
|
+
container: string;
|
|
87
|
+
icon: string;
|
|
88
|
+
};
|
|
89
|
+
sm: {
|
|
90
|
+
container: string;
|
|
91
|
+
icon: string;
|
|
92
|
+
};
|
|
93
|
+
xs: {
|
|
94
|
+
container: string;
|
|
95
|
+
icon: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
disabled: {
|
|
99
|
+
true: {};
|
|
100
|
+
false: {};
|
|
101
|
+
};
|
|
102
|
+
}>, {
|
|
42
103
|
variant: {
|
|
43
104
|
contained: {};
|
|
44
105
|
secondary: {};
|
|
@@ -104,7 +165,67 @@ declare const iconButtonStyles: tailwind_variants.TVReturnType<{
|
|
|
104
165
|
}, {
|
|
105
166
|
container: string;
|
|
106
167
|
icon: string;
|
|
107
|
-
}, undefined, TVConfig<
|
|
168
|
+
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
169
|
+
variant: {
|
|
170
|
+
contained: {};
|
|
171
|
+
secondary: {};
|
|
172
|
+
outlined: {};
|
|
173
|
+
ghost: {};
|
|
174
|
+
standard: {};
|
|
175
|
+
};
|
|
176
|
+
size: {
|
|
177
|
+
lg: {
|
|
178
|
+
container: string;
|
|
179
|
+
icon: string;
|
|
180
|
+
};
|
|
181
|
+
md: {
|
|
182
|
+
container: string;
|
|
183
|
+
icon: string;
|
|
184
|
+
};
|
|
185
|
+
sm: {
|
|
186
|
+
container: string;
|
|
187
|
+
icon: string;
|
|
188
|
+
};
|
|
189
|
+
xs: {
|
|
190
|
+
container: string;
|
|
191
|
+
icon: string;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
disabled: {
|
|
195
|
+
true: {};
|
|
196
|
+
false: {};
|
|
197
|
+
};
|
|
198
|
+
}, {
|
|
199
|
+
variant: {
|
|
200
|
+
contained: {};
|
|
201
|
+
secondary: {};
|
|
202
|
+
outlined: {};
|
|
203
|
+
ghost: {};
|
|
204
|
+
standard: {};
|
|
205
|
+
};
|
|
206
|
+
size: {
|
|
207
|
+
lg: {
|
|
208
|
+
container: string;
|
|
209
|
+
icon: string;
|
|
210
|
+
};
|
|
211
|
+
md: {
|
|
212
|
+
container: string;
|
|
213
|
+
icon: string;
|
|
214
|
+
};
|
|
215
|
+
sm: {
|
|
216
|
+
container: string;
|
|
217
|
+
icon: string;
|
|
218
|
+
};
|
|
219
|
+
xs: {
|
|
220
|
+
container: string;
|
|
221
|
+
icon: string;
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
disabled: {
|
|
225
|
+
true: {};
|
|
226
|
+
false: {};
|
|
227
|
+
};
|
|
228
|
+
}>, unknown, unknown, undefined>>;
|
|
108
229
|
type IconButtonProps = VariantProps<typeof iconButtonStyles> & Omit<React__default.DetailedHTMLProps<React__default.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children"> & {
|
|
109
230
|
Icon: LucideIcon;
|
|
110
231
|
};
|
package/dist/icon-button.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
import { VariantProps } from 'tailwind-variants';
|
|
3
|
+
import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
|
|
3
4
|
import React__default, { FC } from 'react';
|
|
4
5
|
import { LucideIcon } from 'lucide-react';
|
|
5
6
|
|
|
@@ -38,7 +39,67 @@ declare const iconButtonStyles: tailwind_variants.TVReturnType<{
|
|
|
38
39
|
}, {
|
|
39
40
|
container: string;
|
|
40
41
|
icon: string;
|
|
41
|
-
}, undefined, TVConfig<
|
|
42
|
+
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
43
|
+
variant: {
|
|
44
|
+
contained: {};
|
|
45
|
+
secondary: {};
|
|
46
|
+
outlined: {};
|
|
47
|
+
ghost: {};
|
|
48
|
+
standard: {};
|
|
49
|
+
};
|
|
50
|
+
size: {
|
|
51
|
+
lg: {
|
|
52
|
+
container: string;
|
|
53
|
+
icon: string;
|
|
54
|
+
};
|
|
55
|
+
md: {
|
|
56
|
+
container: string;
|
|
57
|
+
icon: string;
|
|
58
|
+
};
|
|
59
|
+
sm: {
|
|
60
|
+
container: string;
|
|
61
|
+
icon: string;
|
|
62
|
+
};
|
|
63
|
+
xs: {
|
|
64
|
+
container: string;
|
|
65
|
+
icon: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
disabled: {
|
|
69
|
+
true: {};
|
|
70
|
+
false: {};
|
|
71
|
+
};
|
|
72
|
+
}, {
|
|
73
|
+
variant: {
|
|
74
|
+
contained: {};
|
|
75
|
+
secondary: {};
|
|
76
|
+
outlined: {};
|
|
77
|
+
ghost: {};
|
|
78
|
+
standard: {};
|
|
79
|
+
};
|
|
80
|
+
size: {
|
|
81
|
+
lg: {
|
|
82
|
+
container: string;
|
|
83
|
+
icon: string;
|
|
84
|
+
};
|
|
85
|
+
md: {
|
|
86
|
+
container: string;
|
|
87
|
+
icon: string;
|
|
88
|
+
};
|
|
89
|
+
sm: {
|
|
90
|
+
container: string;
|
|
91
|
+
icon: string;
|
|
92
|
+
};
|
|
93
|
+
xs: {
|
|
94
|
+
container: string;
|
|
95
|
+
icon: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
disabled: {
|
|
99
|
+
true: {};
|
|
100
|
+
false: {};
|
|
101
|
+
};
|
|
102
|
+
}>, {
|
|
42
103
|
variant: {
|
|
43
104
|
contained: {};
|
|
44
105
|
secondary: {};
|
|
@@ -104,7 +165,67 @@ declare const iconButtonStyles: tailwind_variants.TVReturnType<{
|
|
|
104
165
|
}, {
|
|
105
166
|
container: string;
|
|
106
167
|
icon: string;
|
|
107
|
-
}, undefined, TVConfig<
|
|
168
|
+
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
169
|
+
variant: {
|
|
170
|
+
contained: {};
|
|
171
|
+
secondary: {};
|
|
172
|
+
outlined: {};
|
|
173
|
+
ghost: {};
|
|
174
|
+
standard: {};
|
|
175
|
+
};
|
|
176
|
+
size: {
|
|
177
|
+
lg: {
|
|
178
|
+
container: string;
|
|
179
|
+
icon: string;
|
|
180
|
+
};
|
|
181
|
+
md: {
|
|
182
|
+
container: string;
|
|
183
|
+
icon: string;
|
|
184
|
+
};
|
|
185
|
+
sm: {
|
|
186
|
+
container: string;
|
|
187
|
+
icon: string;
|
|
188
|
+
};
|
|
189
|
+
xs: {
|
|
190
|
+
container: string;
|
|
191
|
+
icon: string;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
disabled: {
|
|
195
|
+
true: {};
|
|
196
|
+
false: {};
|
|
197
|
+
};
|
|
198
|
+
}, {
|
|
199
|
+
variant: {
|
|
200
|
+
contained: {};
|
|
201
|
+
secondary: {};
|
|
202
|
+
outlined: {};
|
|
203
|
+
ghost: {};
|
|
204
|
+
standard: {};
|
|
205
|
+
};
|
|
206
|
+
size: {
|
|
207
|
+
lg: {
|
|
208
|
+
container: string;
|
|
209
|
+
icon: string;
|
|
210
|
+
};
|
|
211
|
+
md: {
|
|
212
|
+
container: string;
|
|
213
|
+
icon: string;
|
|
214
|
+
};
|
|
215
|
+
sm: {
|
|
216
|
+
container: string;
|
|
217
|
+
icon: string;
|
|
218
|
+
};
|
|
219
|
+
xs: {
|
|
220
|
+
container: string;
|
|
221
|
+
icon: string;
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
disabled: {
|
|
225
|
+
true: {};
|
|
226
|
+
false: {};
|
|
227
|
+
};
|
|
228
|
+
}>, unknown, unknown, undefined>>;
|
|
108
229
|
type IconButtonProps = VariantProps<typeof iconButtonStyles> & Omit<React__default.DetailedHTMLProps<React__default.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children"> & {
|
|
109
230
|
Icon: LucideIcon;
|
|
110
231
|
};
|
package/dist/index.d.mts
CHANGED
|
@@ -12,7 +12,7 @@ export { C as ColumnDef, a as DataTable, D as DataTableProps, P as PaginationSta
|
|
|
12
12
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerSizes, DrawerTitle, DrawerTrigger } from './drawer.mjs';
|
|
13
13
|
export { Dialog, DialogActionButton, DialogBody, DialogCloseButton, DialogContent, DialogDescription, DialogExtraButton, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from './dialog.mjs';
|
|
14
14
|
export { Toggle, ToggleProps } from './toggle.mjs';
|
|
15
|
-
export { RadioGroup, RadioGroupItem, RadioGroupItemProps, RadioGroupOrientation,
|
|
15
|
+
export { RadioGroup, RadioGroupItem, RadioGroupItemProps, RadioGroupOrientation, RadioGroupProps, RadioGroupSize } from './radio.mjs';
|
|
16
16
|
export { Separator } from './separator.mjs';
|
|
17
17
|
export { AlertDialog, AlertDialogActionButton, AlertDialogBody, AlertDialogCloseButton, AlertDialogContent, AlertDialogDescription, AlertDialogExtraButton, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger } from './alert-dialog.mjs';
|
|
18
18
|
import { LucideProps } from 'lucide-react';
|
|
@@ -48,6 +48,7 @@ export { Dialog as DialogPrimitive };
|
|
|
48
48
|
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
49
49
|
export { AccordionPrimitive };
|
|
50
50
|
import 'tailwind-variants';
|
|
51
|
+
import 'tailwind-variants/dist/config.js';
|
|
51
52
|
import '@radix-ui/react-tooltip';
|
|
52
53
|
import '@radix-ui/react-tabs';
|
|
53
54
|
import 'cva';
|
|
@@ -55,6 +56,7 @@ import '@radix-ui/react-scroll-area';
|
|
|
55
56
|
import 'react/jsx-runtime';
|
|
56
57
|
import '@tanstack/react-table';
|
|
57
58
|
import '@radix-ui/react-switch';
|
|
59
|
+
import '@ark-ui/react/radio-group';
|
|
58
60
|
import '@radix-ui/react-separator';
|
|
59
61
|
import '@radix-ui/react-alert-dialog';
|
|
60
62
|
import '@radix-ui/react-checkbox';
|
package/dist/index.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export { C as ColumnDef, a as DataTable, D as DataTableProps, P as PaginationSta
|
|
|
12
12
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerSizes, DrawerTitle, DrawerTrigger } from './drawer.js';
|
|
13
13
|
export { Dialog, DialogActionButton, DialogBody, DialogCloseButton, DialogContent, DialogDescription, DialogExtraButton, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from './dialog.js';
|
|
14
14
|
export { Toggle, ToggleProps } from './toggle.js';
|
|
15
|
-
export { RadioGroup, RadioGroupItem, RadioGroupItemProps, RadioGroupOrientation,
|
|
15
|
+
export { RadioGroup, RadioGroupItem, RadioGroupItemProps, RadioGroupOrientation, RadioGroupProps, RadioGroupSize } from './radio.js';
|
|
16
16
|
export { Separator } from './separator.js';
|
|
17
17
|
export { AlertDialog, AlertDialogActionButton, AlertDialogBody, AlertDialogCloseButton, AlertDialogContent, AlertDialogDescription, AlertDialogExtraButton, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger } from './alert-dialog.js';
|
|
18
18
|
import { LucideProps } from 'lucide-react';
|
|
@@ -48,6 +48,7 @@ export { Dialog as DialogPrimitive };
|
|
|
48
48
|
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
49
49
|
export { AccordionPrimitive };
|
|
50
50
|
import 'tailwind-variants';
|
|
51
|
+
import 'tailwind-variants/dist/config.js';
|
|
51
52
|
import '@radix-ui/react-tooltip';
|
|
52
53
|
import '@radix-ui/react-tabs';
|
|
53
54
|
import 'cva';
|
|
@@ -55,6 +56,7 @@ import '@radix-ui/react-scroll-area';
|
|
|
55
56
|
import 'react/jsx-runtime';
|
|
56
57
|
import '@tanstack/react-table';
|
|
57
58
|
import '@radix-ui/react-switch';
|
|
59
|
+
import '@ark-ui/react/radio-group';
|
|
58
60
|
import '@radix-ui/react-separator';
|
|
59
61
|
import '@radix-ui/react-alert-dialog';
|
|
60
62
|
import '@radix-ui/react-checkbox';
|