sodtrack-web-ui 0.51.1 → 0.51.2

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 (52) 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 +6 -6
  12. package/dist/chip-form.d.ts +6 -6
  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/chip-status-table.d.mts +1 -1
  18. package/dist/chip-status-table.d.ts +1 -1
  19. package/dist/chunk-A6YA2ORM.mjs +1 -0
  20. package/dist/chunk-Z7A5HM3M.mjs +1 -0
  21. package/dist/data-table.d.mts +1 -0
  22. package/dist/data-table.d.ts +1 -0
  23. package/dist/dialog.d.mts +1 -0
  24. package/dist/dialog.d.ts +1 -0
  25. package/dist/drawer-sticky.d.mts +11 -13
  26. package/dist/drawer-sticky.d.ts +11 -13
  27. package/dist/drawer-sticky.js +2 -2
  28. package/dist/drawer-sticky.mjs +1 -1
  29. package/dist/drawer.d.mts +1 -0
  30. package/dist/drawer.d.ts +1 -0
  31. package/dist/icon-button.d.mts +123 -2
  32. package/dist/icon-button.d.ts +123 -2
  33. package/dist/index.d.mts +3 -1
  34. package/dist/index.d.ts +3 -1
  35. package/dist/index.js +2 -2
  36. package/dist/index.mjs +1 -1
  37. package/dist/list-item-arrow.mjs +1 -1
  38. package/dist/list-item-checkbox.mjs +1 -1
  39. package/dist/list-item.mjs +1 -1
  40. package/dist/radio.d.mts +10 -24
  41. package/dist/radio.d.ts +10 -24
  42. package/dist/radio.js +1 -1
  43. package/dist/radio.mjs +1 -1
  44. package/dist/tab.d.mts +2 -2
  45. package/dist/tab.d.ts +2 -2
  46. package/dist/table.d.mts +1 -0
  47. package/dist/table.d.ts +1 -0
  48. package/dist/textarea.d.mts +75 -2
  49. package/dist/textarea.d.ts +75 -2
  50. package/package.json +1 -1
  51. package/dist/chunk-A4K7ULPD.mjs +0 -1
  52. package/dist/chunk-LSPGZ2JD.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, { HTMLAttributes } from 'react';
4
5
  import { LucideIcon } from 'lucide-react';
5
6
 
@@ -42,7 +43,65 @@ declare const chipContextStyles: tailwind_variants.TVReturnType<{
42
43
  container: string;
43
44
  text: string;
44
45
  icon: string;
45
- }, undefined, TVConfig<V, EV>, {
46
+ }, undefined, tailwind_variants_dist_config_js.TVConfig<{
47
+ color: {
48
+ "p-light": string;
49
+ "p-dark": string;
50
+ neutral: string;
51
+ violet: string;
52
+ sunny: string;
53
+ disabled: string;
54
+ };
55
+ variant: {
56
+ light: {};
57
+ fill: {};
58
+ outlined: {};
59
+ ghost: {};
60
+ };
61
+ size: {
62
+ sm: {
63
+ container: string;
64
+ text: string;
65
+ };
66
+ xs: {
67
+ container: string;
68
+ text: string;
69
+ };
70
+ md: {
71
+ container: string;
72
+ text: string;
73
+ };
74
+ };
75
+ }, {
76
+ color: {
77
+ "p-light": string;
78
+ "p-dark": string;
79
+ neutral: string;
80
+ violet: string;
81
+ sunny: string;
82
+ disabled: string;
83
+ };
84
+ variant: {
85
+ light: {};
86
+ fill: {};
87
+ outlined: {};
88
+ ghost: {};
89
+ };
90
+ size: {
91
+ sm: {
92
+ container: string;
93
+ text: string;
94
+ };
95
+ xs: {
96
+ container: string;
97
+ text: string;
98
+ };
99
+ md: {
100
+ container: string;
101
+ text: string;
102
+ };
103
+ };
104
+ }>, {
46
105
  color: {
47
106
  "p-light": string;
48
107
  "p-dark": string;
@@ -108,7 +167,65 @@ declare const chipContextStyles: tailwind_variants.TVReturnType<{
108
167
  container: string;
109
168
  text: string;
110
169
  icon: string;
111
- }, undefined, TVConfig<V, EV>, unknown, unknown, undefined>>;
170
+ }, undefined, tailwind_variants_dist_config_js.TVConfig<{
171
+ color: {
172
+ "p-light": string;
173
+ "p-dark": string;
174
+ neutral: string;
175
+ violet: string;
176
+ sunny: string;
177
+ disabled: string;
178
+ };
179
+ variant: {
180
+ light: {};
181
+ fill: {};
182
+ outlined: {};
183
+ ghost: {};
184
+ };
185
+ size: {
186
+ sm: {
187
+ container: string;
188
+ text: string;
189
+ };
190
+ xs: {
191
+ container: string;
192
+ text: string;
193
+ };
194
+ md: {
195
+ container: string;
196
+ text: string;
197
+ };
198
+ };
199
+ }, {
200
+ color: {
201
+ "p-light": string;
202
+ "p-dark": string;
203
+ neutral: string;
204
+ violet: string;
205
+ sunny: string;
206
+ disabled: string;
207
+ };
208
+ variant: {
209
+ light: {};
210
+ fill: {};
211
+ outlined: {};
212
+ ghost: {};
213
+ };
214
+ size: {
215
+ sm: {
216
+ container: string;
217
+ text: string;
218
+ };
219
+ xs: {
220
+ container: string;
221
+ text: string;
222
+ };
223
+ md: {
224
+ container: string;
225
+ text: string;
226
+ };
227
+ };
228
+ }>, unknown, unknown, undefined>>;
112
229
  type ChipContextProps = Omit<HTMLAttributes<HTMLDivElement>, "color"> & Omit<Omit<Omit<VariantProps<typeof chipContextStyles>, "variant">, "color">, "size"> & Required<Pick<VariantProps<typeof chipContextStyles>, "variant">> & Required<Pick<VariantProps<typeof chipContextStyles>, "color">> & Required<Pick<VariantProps<typeof chipContextStyles>, "size">> & {
113
230
  StartIcon?: LucideIcon;
114
231
  };
@@ -145,7 +262,7 @@ declare const ChipContext: React__default.ForwardRefExoticComponent<Omit<React__
145
262
  container: string;
146
263
  text: string;
147
264
  icon: string;
148
- }, undefined, TVConfig<V, EV>, {
265
+ }, undefined, tailwind_variants_dist_config_js.TVConfig<{
149
266
  color: {
150
267
  "p-light": string;
151
268
  "p-dark": string;
@@ -175,10 +292,35 @@ declare const ChipContext: React__default.ForwardRefExoticComponent<Omit<React__
175
292
  };
176
293
  };
177
294
  }, {
178
- container: string;
179
- text: string;
180
- icon: string;
181
- }, tailwind_variants.TVReturnType<{
295
+ color: {
296
+ "p-light": string;
297
+ "p-dark": string;
298
+ neutral: string;
299
+ violet: string;
300
+ sunny: string;
301
+ disabled: string;
302
+ };
303
+ variant: {
304
+ light: {};
305
+ fill: {};
306
+ outlined: {};
307
+ ghost: {};
308
+ };
309
+ size: {
310
+ sm: {
311
+ container: string;
312
+ text: string;
313
+ };
314
+ xs: {
315
+ container: string;
316
+ text: string;
317
+ };
318
+ md: {
319
+ container: string;
320
+ text: string;
321
+ };
322
+ };
323
+ }>, {
182
324
  color: {
183
325
  "p-light": string;
184
326
  "p-dark": string;
@@ -211,7 +353,7 @@ declare const ChipContext: React__default.ForwardRefExoticComponent<Omit<React__
211
353
  container: string;
212
354
  text: string;
213
355
  icon: string;
214
- }, undefined, TVConfig<V, EV>, unknown, unknown, undefined>>>, "variant">, "color">, "size"> & Required<Pick<VariantProps<tailwind_variants.TVReturnType<{
356
+ }, tailwind_variants.TVReturnType<{
215
357
  color: {
216
358
  "p-light": string;
217
359
  "p-dark": string;
@@ -244,7 +386,7 @@ declare const ChipContext: React__default.ForwardRefExoticComponent<Omit<React__
244
386
  container: string;
245
387
  text: string;
246
388
  icon: string;
247
- }, undefined, TVConfig<V, EV>, {
389
+ }, undefined, tailwind_variants_dist_config_js.TVConfig<{
248
390
  color: {
249
391
  "p-light": string;
250
392
  "p-dark": string;
@@ -274,10 +416,35 @@ declare const ChipContext: React__default.ForwardRefExoticComponent<Omit<React__
274
416
  };
275
417
  };
276
418
  }, {
277
- container: string;
278
- text: string;
279
- icon: string;
280
- }, tailwind_variants.TVReturnType<{
419
+ color: {
420
+ "p-light": string;
421
+ "p-dark": string;
422
+ neutral: string;
423
+ violet: string;
424
+ sunny: string;
425
+ disabled: string;
426
+ };
427
+ variant: {
428
+ light: {};
429
+ fill: {};
430
+ outlined: {};
431
+ ghost: {};
432
+ };
433
+ size: {
434
+ sm: {
435
+ container: string;
436
+ text: string;
437
+ };
438
+ xs: {
439
+ container: string;
440
+ text: string;
441
+ };
442
+ md: {
443
+ container: string;
444
+ text: string;
445
+ };
446
+ };
447
+ }>, unknown, unknown, undefined>>>, "variant">, "color">, "size"> & Required<Pick<VariantProps<tailwind_variants.TVReturnType<{
281
448
  color: {
282
449
  "p-light": string;
283
450
  "p-dark": string;
@@ -310,7 +477,7 @@ declare const ChipContext: React__default.ForwardRefExoticComponent<Omit<React__
310
477
  container: string;
311
478
  text: string;
312
479
  icon: string;
313
- }, undefined, TVConfig<V, EV>, unknown, unknown, undefined>>>, "variant">> & Required<Pick<VariantProps<tailwind_variants.TVReturnType<{
480
+ }, undefined, tailwind_variants_dist_config_js.TVConfig<{
314
481
  color: {
315
482
  "p-light": string;
316
483
  "p-dark": string;
@@ -340,10 +507,35 @@ declare const ChipContext: React__default.ForwardRefExoticComponent<Omit<React__
340
507
  };
341
508
  };
342
509
  }, {
343
- container: string;
344
- text: string;
345
- icon: string;
346
- }, undefined, TVConfig<V, EV>, {
510
+ color: {
511
+ "p-light": string;
512
+ "p-dark": string;
513
+ neutral: string;
514
+ violet: string;
515
+ sunny: string;
516
+ disabled: string;
517
+ };
518
+ variant: {
519
+ light: {};
520
+ fill: {};
521
+ outlined: {};
522
+ ghost: {};
523
+ };
524
+ size: {
525
+ sm: {
526
+ container: string;
527
+ text: string;
528
+ };
529
+ xs: {
530
+ container: string;
531
+ text: string;
532
+ };
533
+ md: {
534
+ container: string;
535
+ text: string;
536
+ };
537
+ };
538
+ }>, {
347
539
  color: {
348
540
  "p-light": string;
349
541
  "p-dark": string;
@@ -409,7 +601,7 @@ declare const ChipContext: React__default.ForwardRefExoticComponent<Omit<React__
409
601
  container: string;
410
602
  text: string;
411
603
  icon: string;
412
- }, undefined, TVConfig<V, EV>, unknown, unknown, undefined>>>, "color">> & Required<Pick<VariantProps<tailwind_variants.TVReturnType<{
604
+ }, undefined, tailwind_variants_dist_config_js.TVConfig<{
413
605
  color: {
414
606
  "p-light": string;
415
607
  "p-dark": string;
@@ -439,10 +631,35 @@ declare const ChipContext: React__default.ForwardRefExoticComponent<Omit<React__
439
631
  };
440
632
  };
441
633
  }, {
442
- container: string;
443
- text: string;
444
- icon: string;
445
- }, undefined, TVConfig<V, EV>, {
634
+ color: {
635
+ "p-light": string;
636
+ "p-dark": string;
637
+ neutral: string;
638
+ violet: string;
639
+ sunny: string;
640
+ disabled: string;
641
+ };
642
+ variant: {
643
+ light: {};
644
+ fill: {};
645
+ outlined: {};
646
+ ghost: {};
647
+ };
648
+ size: {
649
+ sm: {
650
+ container: string;
651
+ text: string;
652
+ };
653
+ xs: {
654
+ container: string;
655
+ text: string;
656
+ };
657
+ md: {
658
+ container: string;
659
+ text: string;
660
+ };
661
+ };
662
+ }>, unknown, unknown, undefined>>>, "variant">> & Required<Pick<VariantProps<tailwind_variants.TVReturnType<{
446
663
  color: {
447
664
  "p-light": string;
448
665
  "p-dark": string;
@@ -475,7 +692,7 @@ declare const ChipContext: React__default.ForwardRefExoticComponent<Omit<React__
475
692
  container: string;
476
693
  text: string;
477
694
  icon: string;
478
- }, tailwind_variants.TVReturnType<{
695
+ }, undefined, tailwind_variants_dist_config_js.TVConfig<{
479
696
  color: {
480
697
  "p-light": string;
481
698
  "p-dark": string;
@@ -505,10 +722,374 @@ declare const ChipContext: React__default.ForwardRefExoticComponent<Omit<React__
505
722
  };
506
723
  };
507
724
  }, {
508
- container: string;
509
- text: string;
510
- icon: string;
511
- }, undefined, TVConfig<V, EV>, unknown, unknown, undefined>>>, "size">> & {
725
+ color: {
726
+ "p-light": string;
727
+ "p-dark": string;
728
+ neutral: string;
729
+ violet: string;
730
+ sunny: string;
731
+ disabled: string;
732
+ };
733
+ variant: {
734
+ light: {};
735
+ fill: {};
736
+ outlined: {};
737
+ ghost: {};
738
+ };
739
+ size: {
740
+ sm: {
741
+ container: string;
742
+ text: string;
743
+ };
744
+ xs: {
745
+ container: string;
746
+ text: string;
747
+ };
748
+ md: {
749
+ container: string;
750
+ text: string;
751
+ };
752
+ };
753
+ }>, {
754
+ color: {
755
+ "p-light": string;
756
+ "p-dark": string;
757
+ neutral: string;
758
+ violet: string;
759
+ sunny: string;
760
+ disabled: string;
761
+ };
762
+ variant: {
763
+ light: {};
764
+ fill: {};
765
+ outlined: {};
766
+ ghost: {};
767
+ };
768
+ size: {
769
+ sm: {
770
+ container: string;
771
+ text: string;
772
+ };
773
+ xs: {
774
+ container: string;
775
+ text: string;
776
+ };
777
+ md: {
778
+ container: string;
779
+ text: string;
780
+ };
781
+ };
782
+ }, {
783
+ container: string;
784
+ text: string;
785
+ icon: string;
786
+ }, tailwind_variants.TVReturnType<{
787
+ color: {
788
+ "p-light": string;
789
+ "p-dark": string;
790
+ neutral: string;
791
+ violet: string;
792
+ sunny: string;
793
+ disabled: string;
794
+ };
795
+ variant: {
796
+ light: {};
797
+ fill: {};
798
+ outlined: {};
799
+ ghost: {};
800
+ };
801
+ size: {
802
+ sm: {
803
+ container: string;
804
+ text: string;
805
+ };
806
+ xs: {
807
+ container: string;
808
+ text: string;
809
+ };
810
+ md: {
811
+ container: string;
812
+ text: string;
813
+ };
814
+ };
815
+ }, {
816
+ container: string;
817
+ text: string;
818
+ icon: string;
819
+ }, undefined, tailwind_variants_dist_config_js.TVConfig<{
820
+ color: {
821
+ "p-light": string;
822
+ "p-dark": string;
823
+ neutral: string;
824
+ violet: string;
825
+ sunny: string;
826
+ disabled: string;
827
+ };
828
+ variant: {
829
+ light: {};
830
+ fill: {};
831
+ outlined: {};
832
+ ghost: {};
833
+ };
834
+ size: {
835
+ sm: {
836
+ container: string;
837
+ text: string;
838
+ };
839
+ xs: {
840
+ container: string;
841
+ text: string;
842
+ };
843
+ md: {
844
+ container: string;
845
+ text: string;
846
+ };
847
+ };
848
+ }, {
849
+ color: {
850
+ "p-light": string;
851
+ "p-dark": string;
852
+ neutral: string;
853
+ violet: string;
854
+ sunny: string;
855
+ disabled: string;
856
+ };
857
+ variant: {
858
+ light: {};
859
+ fill: {};
860
+ outlined: {};
861
+ ghost: {};
862
+ };
863
+ size: {
864
+ sm: {
865
+ container: string;
866
+ text: string;
867
+ };
868
+ xs: {
869
+ container: string;
870
+ text: string;
871
+ };
872
+ md: {
873
+ container: string;
874
+ text: string;
875
+ };
876
+ };
877
+ }>, unknown, unknown, undefined>>>, "color">> & Required<Pick<VariantProps<tailwind_variants.TVReturnType<{
878
+ color: {
879
+ "p-light": string;
880
+ "p-dark": string;
881
+ neutral: string;
882
+ violet: string;
883
+ sunny: string;
884
+ disabled: string;
885
+ };
886
+ variant: {
887
+ light: {};
888
+ fill: {};
889
+ outlined: {};
890
+ ghost: {};
891
+ };
892
+ size: {
893
+ sm: {
894
+ container: string;
895
+ text: string;
896
+ };
897
+ xs: {
898
+ container: string;
899
+ text: string;
900
+ };
901
+ md: {
902
+ container: string;
903
+ text: string;
904
+ };
905
+ };
906
+ }, {
907
+ container: string;
908
+ text: string;
909
+ icon: string;
910
+ }, undefined, tailwind_variants_dist_config_js.TVConfig<{
911
+ color: {
912
+ "p-light": string;
913
+ "p-dark": string;
914
+ neutral: string;
915
+ violet: string;
916
+ sunny: string;
917
+ disabled: string;
918
+ };
919
+ variant: {
920
+ light: {};
921
+ fill: {};
922
+ outlined: {};
923
+ ghost: {};
924
+ };
925
+ size: {
926
+ sm: {
927
+ container: string;
928
+ text: string;
929
+ };
930
+ xs: {
931
+ container: string;
932
+ text: string;
933
+ };
934
+ md: {
935
+ container: string;
936
+ text: string;
937
+ };
938
+ };
939
+ }, {
940
+ color: {
941
+ "p-light": string;
942
+ "p-dark": string;
943
+ neutral: string;
944
+ violet: string;
945
+ sunny: string;
946
+ disabled: string;
947
+ };
948
+ variant: {
949
+ light: {};
950
+ fill: {};
951
+ outlined: {};
952
+ ghost: {};
953
+ };
954
+ size: {
955
+ sm: {
956
+ container: string;
957
+ text: string;
958
+ };
959
+ xs: {
960
+ container: string;
961
+ text: string;
962
+ };
963
+ md: {
964
+ container: string;
965
+ text: string;
966
+ };
967
+ };
968
+ }>, {
969
+ color: {
970
+ "p-light": string;
971
+ "p-dark": string;
972
+ neutral: string;
973
+ violet: string;
974
+ sunny: string;
975
+ disabled: string;
976
+ };
977
+ variant: {
978
+ light: {};
979
+ fill: {};
980
+ outlined: {};
981
+ ghost: {};
982
+ };
983
+ size: {
984
+ sm: {
985
+ container: string;
986
+ text: string;
987
+ };
988
+ xs: {
989
+ container: string;
990
+ text: string;
991
+ };
992
+ md: {
993
+ container: string;
994
+ text: string;
995
+ };
996
+ };
997
+ }, {
998
+ container: string;
999
+ text: string;
1000
+ icon: string;
1001
+ }, tailwind_variants.TVReturnType<{
1002
+ color: {
1003
+ "p-light": string;
1004
+ "p-dark": string;
1005
+ neutral: string;
1006
+ violet: string;
1007
+ sunny: string;
1008
+ disabled: string;
1009
+ };
1010
+ variant: {
1011
+ light: {};
1012
+ fill: {};
1013
+ outlined: {};
1014
+ ghost: {};
1015
+ };
1016
+ size: {
1017
+ sm: {
1018
+ container: string;
1019
+ text: string;
1020
+ };
1021
+ xs: {
1022
+ container: string;
1023
+ text: string;
1024
+ };
1025
+ md: {
1026
+ container: string;
1027
+ text: string;
1028
+ };
1029
+ };
1030
+ }, {
1031
+ container: string;
1032
+ text: string;
1033
+ icon: string;
1034
+ }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1035
+ color: {
1036
+ "p-light": string;
1037
+ "p-dark": string;
1038
+ neutral: string;
1039
+ violet: string;
1040
+ sunny: string;
1041
+ disabled: string;
1042
+ };
1043
+ variant: {
1044
+ light: {};
1045
+ fill: {};
1046
+ outlined: {};
1047
+ ghost: {};
1048
+ };
1049
+ size: {
1050
+ sm: {
1051
+ container: string;
1052
+ text: string;
1053
+ };
1054
+ xs: {
1055
+ container: string;
1056
+ text: string;
1057
+ };
1058
+ md: {
1059
+ container: string;
1060
+ text: string;
1061
+ };
1062
+ };
1063
+ }, {
1064
+ color: {
1065
+ "p-light": string;
1066
+ "p-dark": string;
1067
+ neutral: string;
1068
+ violet: string;
1069
+ sunny: string;
1070
+ disabled: string;
1071
+ };
1072
+ variant: {
1073
+ light: {};
1074
+ fill: {};
1075
+ outlined: {};
1076
+ ghost: {};
1077
+ };
1078
+ size: {
1079
+ sm: {
1080
+ container: string;
1081
+ text: string;
1082
+ };
1083
+ xs: {
1084
+ container: string;
1085
+ text: string;
1086
+ };
1087
+ md: {
1088
+ container: string;
1089
+ text: string;
1090
+ };
1091
+ };
1092
+ }>, unknown, unknown, undefined>>>, "size">> & {
512
1093
  StartIcon?: LucideIcon;
513
1094
  } & React__default.RefAttributes<HTMLDivElement>>;
514
1095