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.
Files changed (56) hide show
  1. package/dist/alert-dialog.d.mts +1 -0
  2. package/dist/alert-dialog.d.ts +1 -0
  3. package/dist/alert-message.d.mts +143 -2
  4. package/dist/alert-message.d.ts +143 -2
  5. package/dist/button.d.mts +207 -2
  6. package/dist/button.d.ts +207 -2
  7. package/dist/chip-context.d.mts +609 -28
  8. package/dist/chip-context.d.ts +609 -28
  9. package/dist/chip-form-complementary.d.mts +3 -3
  10. package/dist/chip-form-complementary.d.ts +3 -3
  11. package/dist/chip-form.d.mts +3 -3
  12. package/dist/chip-form.d.ts +3 -3
  13. package/dist/chip-input.d.mts +489 -8
  14. package/dist/chip-input.d.ts +489 -8
  15. package/dist/chip-status-complementary.d.mts +1 -1
  16. package/dist/chip-status-complementary.d.ts +1 -1
  17. package/dist/chunk-A6YA2ORM.mjs +1 -0
  18. package/dist/chunk-HILDVXOO.mjs +1 -0
  19. package/dist/chunk-Z7A5HM3M.mjs +1 -0
  20. package/dist/data-table.d.mts +1 -0
  21. package/dist/data-table.d.ts +1 -0
  22. package/dist/date-picker.d.mts +2 -1
  23. package/dist/date-picker.d.ts +2 -1
  24. package/dist/date-picker.js +1 -1
  25. package/dist/date-picker.mjs +1 -1
  26. package/dist/dialog.d.mts +1 -0
  27. package/dist/dialog.d.ts +1 -0
  28. package/dist/drawer-sticky.d.mts +10 -12
  29. package/dist/drawer-sticky.d.ts +10 -12
  30. package/dist/drawer-sticky.js +2 -2
  31. package/dist/drawer-sticky.mjs +1 -1
  32. package/dist/drawer.d.mts +1 -0
  33. package/dist/drawer.d.ts +1 -0
  34. package/dist/icon-button.d.mts +123 -2
  35. package/dist/icon-button.d.ts +123 -2
  36. package/dist/index.d.mts +3 -1
  37. package/dist/index.d.ts +3 -1
  38. package/dist/index.js +2 -2
  39. package/dist/index.mjs +1 -1
  40. package/dist/list-item-arrow.mjs +1 -1
  41. package/dist/list-item-checkbox.mjs +1 -1
  42. package/dist/list-item.mjs +1 -1
  43. package/dist/radio.d.mts +10 -24
  44. package/dist/radio.d.ts +10 -24
  45. package/dist/radio.js +1 -1
  46. package/dist/radio.mjs +1 -1
  47. package/dist/tab.d.mts +1 -1
  48. package/dist/tab.d.ts +1 -1
  49. package/dist/table.d.mts +1 -0
  50. package/dist/table.d.ts +1 -0
  51. package/dist/textarea.d.mts +75 -2
  52. package/dist/textarea.d.ts +75 -2
  53. package/package.json +1 -1
  54. package/dist/chunk-A4K7ULPD.mjs +0 -1
  55. package/dist/chunk-LSPGZ2JD.mjs +0 -1
  56. package/dist/chunk-WYDWRG7G.mjs +0 -1
@@ -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<V, EV>, {
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<V, EV>, unknown, unknown, undefined>>;
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
  };
@@ -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<V, EV>, {
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<V, EV>, unknown, unknown, undefined>>;
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, RadioGroupRootProps, RadioGroupSize } from './radio.mjs';
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, RadioGroupRootProps, RadioGroupSize } from './radio.js';
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';