odj-svelte-ui 0.2.6 → 0.4.0
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/README.md +2 -0
- package/dist/_legacy/accordion/Accordion.svelte.d.ts +1 -1
- package/dist/_legacy/alert/Alert.svelte.d.ts +2 -2
- package/dist/_legacy/badge/Badge.svelte.d.ts +1 -1
- package/dist/_legacy/banner/Banner.svelte.d.ts +1 -1
- package/dist/_legacy/bottom-navigation/BottomNavHeaderItem.svelte.d.ts +1 -1
- package/dist/_legacy/bottom-navigation/BottomNavItem.svelte.d.ts +1 -1
- package/dist/_legacy/buttons/Button.svelte.d.ts +2 -2
- package/dist/_legacy/buttons/GradientButton.svelte.d.ts +1 -1
- package/dist/_legacy/cards/Card.svelte.d.ts +2 -2
- package/dist/_legacy/carousel/ControlButton.svelte.d.ts +1 -1
- package/dist/_legacy/dropdown/Dropdown.svelte.d.ts +1 -1
- package/dist/_legacy/dropdown/DropdownItem.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Checkbox.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Dropzone.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Fileupload.svelte.d.ts +1 -1
- package/dist/_legacy/forms/FloatingLabelInput.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Input.svelte.d.ts +2 -2
- package/dist/_legacy/forms/Label.svelte.d.ts +1 -1
- package/dist/_legacy/forms/MultiSelect.svelte.d.ts +1 -1
- package/dist/_legacy/forms/NumberInput.svelte.d.ts +2 -2
- package/dist/_legacy/forms/Radio.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Range.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Search.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Select.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Textarea.svelte.d.ts +2 -2
- package/dist/_legacy/forms/Toggle.svelte.d.ts +1 -1
- package/dist/_legacy/indicators/Indicator.svelte.d.ts +1 -1
- package/dist/_legacy/list-group/Listgroup.svelte.d.ts +1 -1
- package/dist/_legacy/list-group/ListgroupItem.svelte.d.ts +1 -1
- package/dist/_legacy/mega-menu/MegaMenu.svelte.d.ts +1 -1
- package/dist/_legacy/modal/Modal.svelte.d.ts +1 -1
- package/dist/_legacy/navbar/Menu.svelte.d.ts +1 -1
- package/dist/_legacy/navbar/NavHamburger.svelte.d.ts +1 -1
- package/dist/_legacy/navbar/NavLi.svelte.d.ts +1 -1
- package/dist/_legacy/navbar/NavUl.svelte.d.ts +1 -1
- package/dist/_legacy/navbar/Navbar.svelte.d.ts +1 -1
- package/dist/_legacy/pagination/Pagination.svelte.d.ts +1 -1
- package/dist/_legacy/pagination/PaginationItem.svelte.d.ts +1 -1
- package/dist/_legacy/popover/Popover.svelte.d.ts +1 -1
- package/dist/_legacy/rating/Heart.svelte.d.ts +1 -1
- package/dist/_legacy/rating/Star.svelte.d.ts +1 -1
- package/dist/_legacy/rating/Thumbup.svelte.d.ts +1 -1
- package/dist/_legacy/sidebar/SidebarDropdownItem.svelte.d.ts +1 -1
- package/dist/_legacy/sidebar/SidebarItem.svelte.d.ts +1 -1
- package/dist/_legacy/speed-dial/SpeedDialButton.svelte.d.ts +1 -1
- package/dist/_legacy/table/TableBodyCell.svelte.d.ts +1 -1
- package/dist/_legacy/table/TableBodyRow.svelte.d.ts +2 -2
- package/dist/_legacy/table/TableHeadCell.svelte.d.ts +1 -1
- package/dist/_legacy/tabs/TabItem.svelte.d.ts +2 -2
- package/dist/_legacy/toast/Toast.svelte.d.ts +1 -1
- package/dist/_legacy/toolbar/Toolbar.svelte.d.ts +1 -1
- package/dist/_legacy/toolbar/ToolbarButton.svelte.d.ts +1 -1
- package/dist/_legacy/tooltip/Tooltip.svelte.d.ts +1 -1
- package/dist/_legacy/typography/A.svelte.d.ts +1 -1
- package/dist/_legacy/utils/CloseButton.svelte.d.ts +1 -1
- package/dist/_legacy/utils/Frame.svelte.d.ts +2 -2
- package/dist/_legacy/utils/Popper.svelte.d.ts +1 -1
- package/dist/_legacy/utils/createEventDispatcher.d.ts +1 -1
- package/dist/accordion/Accordion.svelte +3 -3
- package/dist/accordion/AccordionItem.svelte +22 -26
- package/dist/accordion/theme.d.ts +146 -90
- package/dist/accordion/theme.js +29 -37
- package/dist/accordion/type.d.ts +2 -2
- package/dist/alert/theme.d.ts +2 -2
- package/dist/avatar/theme.d.ts +4 -4
- package/dist/badge/theme.d.ts +2 -2
- package/dist/banner/theme.d.ts +2 -2
- package/dist/bottom-navigation/theme.d.ts +8 -8
- package/dist/breadcrumb/theme.d.ts +2 -2
- package/dist/buttongroup/theme.d.ts +2 -2
- package/dist/buttons/theme.d.ts +4 -4
- package/dist/cards/theme.d.ts +2 -2
- package/dist/darkmode/theme.d.ts +1 -1
- package/dist/device-mockups/theme.d.ts +14 -14
- package/dist/drawer/theme.d.ts +4 -4
- package/dist/dropdown/theme.d.ts +8 -8
- package/dist/footer/theme.d.ts +10 -10
- package/dist/forms/checkbox/theme.d.ts +2 -2
- package/dist/forms/dropzone/theme.d.ts +1 -1
- package/dist/forms/fileupload/theme.d.ts +2 -2
- package/dist/forms/floating-label-input/theme.d.ts +2 -2
- package/dist/forms/helper/theme.d.ts +2 -2
- package/dist/forms/helper/theme.js +2 -2
- package/dist/forms/input/theme.d.ts +2 -2
- package/dist/forms/input-addon/InputAddon.svelte +7 -7
- package/dist/forms/label/theme.d.ts +2 -2
- package/dist/forms/radio/Radio.svelte.d.ts +10 -3
- package/dist/forms/radio/theme.d.ts +2 -2
- package/dist/forms/radio-button/RadioButton.svelte.d.ts +10 -3
- package/dist/forms/radio-button/theme.d.ts +2 -2
- package/dist/forms/range/theme.d.ts +2 -2
- package/dist/forms/search/Search.svelte.d.ts +10 -3
- package/dist/forms/search/theme.d.ts +2 -2
- package/dist/forms/select/MultiSelect.svelte +31 -0
- package/dist/forms/select/MultiSelect.svelte.d.ts +26 -0
- package/dist/forms/select/Select.svelte +2 -2
- package/dist/forms/select/Select.svelte.d.ts +10 -3
- package/dist/forms/select/index.d.ts +3 -2
- package/dist/forms/select/index.js +3 -2
- package/dist/forms/select/theme.d.ts +71 -2
- package/dist/forms/select/theme.js +9 -0
- package/dist/forms/select/type.d.ts +8 -9
- package/dist/forms/textarea/theme.d.ts +2 -2
- package/dist/forms/toggle/theme.d.ts +2 -2
- package/dist/gallery/theme.d.ts +2 -2
- package/dist/indicator/theme.d.ts +2 -2
- package/dist/kbd/theme.d.ts +1 -1
- package/dist/list-group/theme.d.ts +4 -4
- package/dist/mega-menu/theme.d.ts +2 -2
- package/dist/modal/theme.d.ts +2 -2
- package/dist/nav/theme.d.ts +12 -12
- package/dist/pagination/theme.d.ts +4 -4
- package/dist/popover/theme.d.ts +2 -2
- package/dist/progress/ProgressRadial.svelte +155 -0
- package/dist/progress/ProgressRadial.svelte.d.ts +35 -0
- package/dist/progress/index.d.ts +4 -3
- package/dist/progress/index.js +3 -2
- package/dist/progress/theme.d.ts +713 -2
- package/dist/progress/theme.js +111 -1
- package/dist/progress/type.d.ts +23 -2
- package/dist/rating/theme.d.ts +8 -8
- package/dist/sidebar/theme.d.ts +10 -10
- package/dist/skeleton/theme.d.ts +16 -16
- package/dist/spinner/theme.d.ts +2 -2
- package/dist/table/theme.d.ts +8 -8
- package/dist/tabs/theme.d.ts +4 -4
- package/dist/timeline/theme.d.ts +11 -11
- package/dist/toast/theme.d.ts +2 -2
- package/dist/toolbar/theme.d.ts +6 -6
- package/dist/tooltip/theme.d.ts +2 -2
- package/dist/typography/anchor/theme.d.ts +2 -2
- package/dist/typography/blockquote/theme.d.ts +2 -2
- package/dist/typography/descriptionlist/theme.d.ts +2 -2
- package/dist/typography/heading/theme.d.ts +2 -2
- package/dist/typography/hr/theme.d.ts +2 -2
- package/dist/typography/img/theme.d.ts +2 -2
- package/dist/typography/layout/theme.d.ts +1 -1
- package/dist/typography/list/theme.d.ts +2 -2
- package/dist/typography/mark/theme.d.ts +1 -1
- package/dist/typography/paragraph/theme.d.ts +2 -2
- package/dist/typography/secondary/theme.d.ts +1 -1
- package/dist/typography/span/theme.d.ts +2 -2
- package/dist/utils/index.d.ts +2 -2
- package/package.json +642 -641
package/dist/progress/theme.d.ts
CHANGED
|
@@ -4,6 +4,14 @@ export declare const progressbar: import("tailwind-variants").TVReturnType<{
|
|
|
4
4
|
labelInsideDiv: string;
|
|
5
5
|
insideDiv: string;
|
|
6
6
|
};
|
|
7
|
+
secondary: {
|
|
8
|
+
labelInsideDiv: string;
|
|
9
|
+
insideDiv: string;
|
|
10
|
+
};
|
|
11
|
+
surface: {
|
|
12
|
+
labelInsideDiv: string;
|
|
13
|
+
insideDiv: string;
|
|
14
|
+
};
|
|
7
15
|
gray: {
|
|
8
16
|
labelInsideDiv: string;
|
|
9
17
|
insideDiv: string;
|
|
@@ -88,12 +96,20 @@ export declare const progressbar: import("tailwind-variants").TVReturnType<{
|
|
|
88
96
|
outsideDiv: string;
|
|
89
97
|
oustsideSpan: string;
|
|
90
98
|
outsideProgress: string;
|
|
91
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
99
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
92
100
|
color: {
|
|
93
101
|
primary: {
|
|
94
102
|
labelInsideDiv: string;
|
|
95
103
|
insideDiv: string;
|
|
96
104
|
};
|
|
105
|
+
secondary: {
|
|
106
|
+
labelInsideDiv: string;
|
|
107
|
+
insideDiv: string;
|
|
108
|
+
};
|
|
109
|
+
surface: {
|
|
110
|
+
labelInsideDiv: string;
|
|
111
|
+
insideDiv: string;
|
|
112
|
+
};
|
|
97
113
|
gray: {
|
|
98
114
|
labelInsideDiv: string;
|
|
99
115
|
insideDiv: string;
|
|
@@ -177,6 +193,14 @@ export declare const progressbar: import("tailwind-variants").TVReturnType<{
|
|
|
177
193
|
labelInsideDiv: string;
|
|
178
194
|
insideDiv: string;
|
|
179
195
|
};
|
|
196
|
+
secondary: {
|
|
197
|
+
labelInsideDiv: string;
|
|
198
|
+
insideDiv: string;
|
|
199
|
+
};
|
|
200
|
+
surface: {
|
|
201
|
+
labelInsideDiv: string;
|
|
202
|
+
insideDiv: string;
|
|
203
|
+
};
|
|
180
204
|
gray: {
|
|
181
205
|
labelInsideDiv: string;
|
|
182
206
|
insideDiv: string;
|
|
@@ -260,6 +284,14 @@ export declare const progressbar: import("tailwind-variants").TVReturnType<{
|
|
|
260
284
|
labelInsideDiv: string;
|
|
261
285
|
insideDiv: string;
|
|
262
286
|
};
|
|
287
|
+
secondary: {
|
|
288
|
+
labelInsideDiv: string;
|
|
289
|
+
insideDiv: string;
|
|
290
|
+
};
|
|
291
|
+
surface: {
|
|
292
|
+
labelInsideDiv: string;
|
|
293
|
+
insideDiv: string;
|
|
294
|
+
};
|
|
263
295
|
gray: {
|
|
264
296
|
labelInsideDiv: string;
|
|
265
297
|
insideDiv: string;
|
|
@@ -350,6 +382,14 @@ export declare const progressbar: import("tailwind-variants").TVReturnType<{
|
|
|
350
382
|
labelInsideDiv: string;
|
|
351
383
|
insideDiv: string;
|
|
352
384
|
};
|
|
385
|
+
secondary: {
|
|
386
|
+
labelInsideDiv: string;
|
|
387
|
+
insideDiv: string;
|
|
388
|
+
};
|
|
389
|
+
surface: {
|
|
390
|
+
labelInsideDiv: string;
|
|
391
|
+
insideDiv: string;
|
|
392
|
+
};
|
|
353
393
|
gray: {
|
|
354
394
|
labelInsideDiv: string;
|
|
355
395
|
insideDiv: string;
|
|
@@ -434,12 +474,20 @@ export declare const progressbar: import("tailwind-variants").TVReturnType<{
|
|
|
434
474
|
outsideDiv: string;
|
|
435
475
|
oustsideSpan: string;
|
|
436
476
|
outsideProgress: string;
|
|
437
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
477
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
438
478
|
color: {
|
|
439
479
|
primary: {
|
|
440
480
|
labelInsideDiv: string;
|
|
441
481
|
insideDiv: string;
|
|
442
482
|
};
|
|
483
|
+
secondary: {
|
|
484
|
+
labelInsideDiv: string;
|
|
485
|
+
insideDiv: string;
|
|
486
|
+
};
|
|
487
|
+
surface: {
|
|
488
|
+
labelInsideDiv: string;
|
|
489
|
+
insideDiv: string;
|
|
490
|
+
};
|
|
443
491
|
gray: {
|
|
444
492
|
labelInsideDiv: string;
|
|
445
493
|
insideDiv: string;
|
|
@@ -523,6 +571,14 @@ export declare const progressbar: import("tailwind-variants").TVReturnType<{
|
|
|
523
571
|
labelInsideDiv: string;
|
|
524
572
|
insideDiv: string;
|
|
525
573
|
};
|
|
574
|
+
secondary: {
|
|
575
|
+
labelInsideDiv: string;
|
|
576
|
+
insideDiv: string;
|
|
577
|
+
};
|
|
578
|
+
surface: {
|
|
579
|
+
labelInsideDiv: string;
|
|
580
|
+
insideDiv: string;
|
|
581
|
+
};
|
|
526
582
|
gray: {
|
|
527
583
|
labelInsideDiv: string;
|
|
528
584
|
insideDiv: string;
|
|
@@ -601,3 +657,658 @@ export declare const progressbar: import("tailwind-variants").TVReturnType<{
|
|
|
601
657
|
false: string;
|
|
602
658
|
};
|
|
603
659
|
}>, unknown, unknown, undefined>>;
|
|
660
|
+
export declare const progressRadial: import("tailwind-variants").TVReturnType<{
|
|
661
|
+
color: {
|
|
662
|
+
primary: {
|
|
663
|
+
background: string;
|
|
664
|
+
foreground: string;
|
|
665
|
+
};
|
|
666
|
+
secondary: {
|
|
667
|
+
background: string;
|
|
668
|
+
foreground: string;
|
|
669
|
+
};
|
|
670
|
+
surface: {
|
|
671
|
+
background: string;
|
|
672
|
+
foreground: string;
|
|
673
|
+
};
|
|
674
|
+
gray: {
|
|
675
|
+
background: string;
|
|
676
|
+
foreground: string;
|
|
677
|
+
};
|
|
678
|
+
red: {
|
|
679
|
+
background: string;
|
|
680
|
+
foreground: string;
|
|
681
|
+
};
|
|
682
|
+
orange: {
|
|
683
|
+
background: string;
|
|
684
|
+
foreground: string;
|
|
685
|
+
};
|
|
686
|
+
amber: {
|
|
687
|
+
background: string;
|
|
688
|
+
foreground: string;
|
|
689
|
+
};
|
|
690
|
+
yellow: {
|
|
691
|
+
background: string;
|
|
692
|
+
foreground: string;
|
|
693
|
+
};
|
|
694
|
+
lime: {
|
|
695
|
+
background: string;
|
|
696
|
+
foreground: string;
|
|
697
|
+
};
|
|
698
|
+
green: {
|
|
699
|
+
background: string;
|
|
700
|
+
foreground: string;
|
|
701
|
+
};
|
|
702
|
+
emerald: {
|
|
703
|
+
background: string;
|
|
704
|
+
foreground: string;
|
|
705
|
+
};
|
|
706
|
+
teal: {
|
|
707
|
+
background: string;
|
|
708
|
+
foreground: string;
|
|
709
|
+
};
|
|
710
|
+
cyan: {
|
|
711
|
+
background: string;
|
|
712
|
+
foreground: string;
|
|
713
|
+
};
|
|
714
|
+
sky: {
|
|
715
|
+
background: string;
|
|
716
|
+
foreground: string;
|
|
717
|
+
};
|
|
718
|
+
blue: {
|
|
719
|
+
background: string;
|
|
720
|
+
foreground: string;
|
|
721
|
+
};
|
|
722
|
+
indigo: {
|
|
723
|
+
background: string;
|
|
724
|
+
foreground: string;
|
|
725
|
+
};
|
|
726
|
+
violet: {
|
|
727
|
+
background: string;
|
|
728
|
+
foreground: string;
|
|
729
|
+
};
|
|
730
|
+
purple: {
|
|
731
|
+
background: string;
|
|
732
|
+
foreground: string;
|
|
733
|
+
};
|
|
734
|
+
fuchsia: {
|
|
735
|
+
background: string;
|
|
736
|
+
foreground: string;
|
|
737
|
+
};
|
|
738
|
+
pink: {
|
|
739
|
+
background: string;
|
|
740
|
+
foreground: string;
|
|
741
|
+
};
|
|
742
|
+
rose: {
|
|
743
|
+
background: string;
|
|
744
|
+
foreground: string;
|
|
745
|
+
};
|
|
746
|
+
};
|
|
747
|
+
labelInside: {
|
|
748
|
+
true: {};
|
|
749
|
+
};
|
|
750
|
+
}, {
|
|
751
|
+
base: string;
|
|
752
|
+
label: string;
|
|
753
|
+
background: string;
|
|
754
|
+
foreground: string;
|
|
755
|
+
outside: string;
|
|
756
|
+
span: string;
|
|
757
|
+
progressCls: string;
|
|
758
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
759
|
+
color: {
|
|
760
|
+
primary: {
|
|
761
|
+
background: string;
|
|
762
|
+
foreground: string;
|
|
763
|
+
};
|
|
764
|
+
secondary: {
|
|
765
|
+
background: string;
|
|
766
|
+
foreground: string;
|
|
767
|
+
};
|
|
768
|
+
surface: {
|
|
769
|
+
background: string;
|
|
770
|
+
foreground: string;
|
|
771
|
+
};
|
|
772
|
+
gray: {
|
|
773
|
+
background: string;
|
|
774
|
+
foreground: string;
|
|
775
|
+
};
|
|
776
|
+
red: {
|
|
777
|
+
background: string;
|
|
778
|
+
foreground: string;
|
|
779
|
+
};
|
|
780
|
+
orange: {
|
|
781
|
+
background: string;
|
|
782
|
+
foreground: string;
|
|
783
|
+
};
|
|
784
|
+
amber: {
|
|
785
|
+
background: string;
|
|
786
|
+
foreground: string;
|
|
787
|
+
};
|
|
788
|
+
yellow: {
|
|
789
|
+
background: string;
|
|
790
|
+
foreground: string;
|
|
791
|
+
};
|
|
792
|
+
lime: {
|
|
793
|
+
background: string;
|
|
794
|
+
foreground: string;
|
|
795
|
+
};
|
|
796
|
+
green: {
|
|
797
|
+
background: string;
|
|
798
|
+
foreground: string;
|
|
799
|
+
};
|
|
800
|
+
emerald: {
|
|
801
|
+
background: string;
|
|
802
|
+
foreground: string;
|
|
803
|
+
};
|
|
804
|
+
teal: {
|
|
805
|
+
background: string;
|
|
806
|
+
foreground: string;
|
|
807
|
+
};
|
|
808
|
+
cyan: {
|
|
809
|
+
background: string;
|
|
810
|
+
foreground: string;
|
|
811
|
+
};
|
|
812
|
+
sky: {
|
|
813
|
+
background: string;
|
|
814
|
+
foreground: string;
|
|
815
|
+
};
|
|
816
|
+
blue: {
|
|
817
|
+
background: string;
|
|
818
|
+
foreground: string;
|
|
819
|
+
};
|
|
820
|
+
indigo: {
|
|
821
|
+
background: string;
|
|
822
|
+
foreground: string;
|
|
823
|
+
};
|
|
824
|
+
violet: {
|
|
825
|
+
background: string;
|
|
826
|
+
foreground: string;
|
|
827
|
+
};
|
|
828
|
+
purple: {
|
|
829
|
+
background: string;
|
|
830
|
+
foreground: string;
|
|
831
|
+
};
|
|
832
|
+
fuchsia: {
|
|
833
|
+
background: string;
|
|
834
|
+
foreground: string;
|
|
835
|
+
};
|
|
836
|
+
pink: {
|
|
837
|
+
background: string;
|
|
838
|
+
foreground: string;
|
|
839
|
+
};
|
|
840
|
+
rose: {
|
|
841
|
+
background: string;
|
|
842
|
+
foreground: string;
|
|
843
|
+
};
|
|
844
|
+
};
|
|
845
|
+
labelInside: {
|
|
846
|
+
true: {};
|
|
847
|
+
};
|
|
848
|
+
}, {
|
|
849
|
+
color: {
|
|
850
|
+
primary: {
|
|
851
|
+
background: string;
|
|
852
|
+
foreground: string;
|
|
853
|
+
};
|
|
854
|
+
secondary: {
|
|
855
|
+
background: string;
|
|
856
|
+
foreground: string;
|
|
857
|
+
};
|
|
858
|
+
surface: {
|
|
859
|
+
background: string;
|
|
860
|
+
foreground: string;
|
|
861
|
+
};
|
|
862
|
+
gray: {
|
|
863
|
+
background: string;
|
|
864
|
+
foreground: string;
|
|
865
|
+
};
|
|
866
|
+
red: {
|
|
867
|
+
background: string;
|
|
868
|
+
foreground: string;
|
|
869
|
+
};
|
|
870
|
+
orange: {
|
|
871
|
+
background: string;
|
|
872
|
+
foreground: string;
|
|
873
|
+
};
|
|
874
|
+
amber: {
|
|
875
|
+
background: string;
|
|
876
|
+
foreground: string;
|
|
877
|
+
};
|
|
878
|
+
yellow: {
|
|
879
|
+
background: string;
|
|
880
|
+
foreground: string;
|
|
881
|
+
};
|
|
882
|
+
lime: {
|
|
883
|
+
background: string;
|
|
884
|
+
foreground: string;
|
|
885
|
+
};
|
|
886
|
+
green: {
|
|
887
|
+
background: string;
|
|
888
|
+
foreground: string;
|
|
889
|
+
};
|
|
890
|
+
emerald: {
|
|
891
|
+
background: string;
|
|
892
|
+
foreground: string;
|
|
893
|
+
};
|
|
894
|
+
teal: {
|
|
895
|
+
background: string;
|
|
896
|
+
foreground: string;
|
|
897
|
+
};
|
|
898
|
+
cyan: {
|
|
899
|
+
background: string;
|
|
900
|
+
foreground: string;
|
|
901
|
+
};
|
|
902
|
+
sky: {
|
|
903
|
+
background: string;
|
|
904
|
+
foreground: string;
|
|
905
|
+
};
|
|
906
|
+
blue: {
|
|
907
|
+
background: string;
|
|
908
|
+
foreground: string;
|
|
909
|
+
};
|
|
910
|
+
indigo: {
|
|
911
|
+
background: string;
|
|
912
|
+
foreground: string;
|
|
913
|
+
};
|
|
914
|
+
violet: {
|
|
915
|
+
background: string;
|
|
916
|
+
foreground: string;
|
|
917
|
+
};
|
|
918
|
+
purple: {
|
|
919
|
+
background: string;
|
|
920
|
+
foreground: string;
|
|
921
|
+
};
|
|
922
|
+
fuchsia: {
|
|
923
|
+
background: string;
|
|
924
|
+
foreground: string;
|
|
925
|
+
};
|
|
926
|
+
pink: {
|
|
927
|
+
background: string;
|
|
928
|
+
foreground: string;
|
|
929
|
+
};
|
|
930
|
+
rose: {
|
|
931
|
+
background: string;
|
|
932
|
+
foreground: string;
|
|
933
|
+
};
|
|
934
|
+
};
|
|
935
|
+
labelInside: {
|
|
936
|
+
true: {};
|
|
937
|
+
};
|
|
938
|
+
}>, {
|
|
939
|
+
color: {
|
|
940
|
+
primary: {
|
|
941
|
+
background: string;
|
|
942
|
+
foreground: string;
|
|
943
|
+
};
|
|
944
|
+
secondary: {
|
|
945
|
+
background: string;
|
|
946
|
+
foreground: string;
|
|
947
|
+
};
|
|
948
|
+
surface: {
|
|
949
|
+
background: string;
|
|
950
|
+
foreground: string;
|
|
951
|
+
};
|
|
952
|
+
gray: {
|
|
953
|
+
background: string;
|
|
954
|
+
foreground: string;
|
|
955
|
+
};
|
|
956
|
+
red: {
|
|
957
|
+
background: string;
|
|
958
|
+
foreground: string;
|
|
959
|
+
};
|
|
960
|
+
orange: {
|
|
961
|
+
background: string;
|
|
962
|
+
foreground: string;
|
|
963
|
+
};
|
|
964
|
+
amber: {
|
|
965
|
+
background: string;
|
|
966
|
+
foreground: string;
|
|
967
|
+
};
|
|
968
|
+
yellow: {
|
|
969
|
+
background: string;
|
|
970
|
+
foreground: string;
|
|
971
|
+
};
|
|
972
|
+
lime: {
|
|
973
|
+
background: string;
|
|
974
|
+
foreground: string;
|
|
975
|
+
};
|
|
976
|
+
green: {
|
|
977
|
+
background: string;
|
|
978
|
+
foreground: string;
|
|
979
|
+
};
|
|
980
|
+
emerald: {
|
|
981
|
+
background: string;
|
|
982
|
+
foreground: string;
|
|
983
|
+
};
|
|
984
|
+
teal: {
|
|
985
|
+
background: string;
|
|
986
|
+
foreground: string;
|
|
987
|
+
};
|
|
988
|
+
cyan: {
|
|
989
|
+
background: string;
|
|
990
|
+
foreground: string;
|
|
991
|
+
};
|
|
992
|
+
sky: {
|
|
993
|
+
background: string;
|
|
994
|
+
foreground: string;
|
|
995
|
+
};
|
|
996
|
+
blue: {
|
|
997
|
+
background: string;
|
|
998
|
+
foreground: string;
|
|
999
|
+
};
|
|
1000
|
+
indigo: {
|
|
1001
|
+
background: string;
|
|
1002
|
+
foreground: string;
|
|
1003
|
+
};
|
|
1004
|
+
violet: {
|
|
1005
|
+
background: string;
|
|
1006
|
+
foreground: string;
|
|
1007
|
+
};
|
|
1008
|
+
purple: {
|
|
1009
|
+
background: string;
|
|
1010
|
+
foreground: string;
|
|
1011
|
+
};
|
|
1012
|
+
fuchsia: {
|
|
1013
|
+
background: string;
|
|
1014
|
+
foreground: string;
|
|
1015
|
+
};
|
|
1016
|
+
pink: {
|
|
1017
|
+
background: string;
|
|
1018
|
+
foreground: string;
|
|
1019
|
+
};
|
|
1020
|
+
rose: {
|
|
1021
|
+
background: string;
|
|
1022
|
+
foreground: string;
|
|
1023
|
+
};
|
|
1024
|
+
};
|
|
1025
|
+
labelInside: {
|
|
1026
|
+
true: {};
|
|
1027
|
+
};
|
|
1028
|
+
}, {
|
|
1029
|
+
base: string;
|
|
1030
|
+
label: string;
|
|
1031
|
+
background: string;
|
|
1032
|
+
foreground: string;
|
|
1033
|
+
outside: string;
|
|
1034
|
+
span: string;
|
|
1035
|
+
progressCls: string;
|
|
1036
|
+
}, import("tailwind-variants").TVReturnType<{
|
|
1037
|
+
color: {
|
|
1038
|
+
primary: {
|
|
1039
|
+
background: string;
|
|
1040
|
+
foreground: string;
|
|
1041
|
+
};
|
|
1042
|
+
secondary: {
|
|
1043
|
+
background: string;
|
|
1044
|
+
foreground: string;
|
|
1045
|
+
};
|
|
1046
|
+
surface: {
|
|
1047
|
+
background: string;
|
|
1048
|
+
foreground: string;
|
|
1049
|
+
};
|
|
1050
|
+
gray: {
|
|
1051
|
+
background: string;
|
|
1052
|
+
foreground: string;
|
|
1053
|
+
};
|
|
1054
|
+
red: {
|
|
1055
|
+
background: string;
|
|
1056
|
+
foreground: string;
|
|
1057
|
+
};
|
|
1058
|
+
orange: {
|
|
1059
|
+
background: string;
|
|
1060
|
+
foreground: string;
|
|
1061
|
+
};
|
|
1062
|
+
amber: {
|
|
1063
|
+
background: string;
|
|
1064
|
+
foreground: string;
|
|
1065
|
+
};
|
|
1066
|
+
yellow: {
|
|
1067
|
+
background: string;
|
|
1068
|
+
foreground: string;
|
|
1069
|
+
};
|
|
1070
|
+
lime: {
|
|
1071
|
+
background: string;
|
|
1072
|
+
foreground: string;
|
|
1073
|
+
};
|
|
1074
|
+
green: {
|
|
1075
|
+
background: string;
|
|
1076
|
+
foreground: string;
|
|
1077
|
+
};
|
|
1078
|
+
emerald: {
|
|
1079
|
+
background: string;
|
|
1080
|
+
foreground: string;
|
|
1081
|
+
};
|
|
1082
|
+
teal: {
|
|
1083
|
+
background: string;
|
|
1084
|
+
foreground: string;
|
|
1085
|
+
};
|
|
1086
|
+
cyan: {
|
|
1087
|
+
background: string;
|
|
1088
|
+
foreground: string;
|
|
1089
|
+
};
|
|
1090
|
+
sky: {
|
|
1091
|
+
background: string;
|
|
1092
|
+
foreground: string;
|
|
1093
|
+
};
|
|
1094
|
+
blue: {
|
|
1095
|
+
background: string;
|
|
1096
|
+
foreground: string;
|
|
1097
|
+
};
|
|
1098
|
+
indigo: {
|
|
1099
|
+
background: string;
|
|
1100
|
+
foreground: string;
|
|
1101
|
+
};
|
|
1102
|
+
violet: {
|
|
1103
|
+
background: string;
|
|
1104
|
+
foreground: string;
|
|
1105
|
+
};
|
|
1106
|
+
purple: {
|
|
1107
|
+
background: string;
|
|
1108
|
+
foreground: string;
|
|
1109
|
+
};
|
|
1110
|
+
fuchsia: {
|
|
1111
|
+
background: string;
|
|
1112
|
+
foreground: string;
|
|
1113
|
+
};
|
|
1114
|
+
pink: {
|
|
1115
|
+
background: string;
|
|
1116
|
+
foreground: string;
|
|
1117
|
+
};
|
|
1118
|
+
rose: {
|
|
1119
|
+
background: string;
|
|
1120
|
+
foreground: string;
|
|
1121
|
+
};
|
|
1122
|
+
};
|
|
1123
|
+
labelInside: {
|
|
1124
|
+
true: {};
|
|
1125
|
+
};
|
|
1126
|
+
}, {
|
|
1127
|
+
base: string;
|
|
1128
|
+
label: string;
|
|
1129
|
+
background: string;
|
|
1130
|
+
foreground: string;
|
|
1131
|
+
outside: string;
|
|
1132
|
+
span: string;
|
|
1133
|
+
progressCls: string;
|
|
1134
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
1135
|
+
color: {
|
|
1136
|
+
primary: {
|
|
1137
|
+
background: string;
|
|
1138
|
+
foreground: string;
|
|
1139
|
+
};
|
|
1140
|
+
secondary: {
|
|
1141
|
+
background: string;
|
|
1142
|
+
foreground: string;
|
|
1143
|
+
};
|
|
1144
|
+
surface: {
|
|
1145
|
+
background: string;
|
|
1146
|
+
foreground: string;
|
|
1147
|
+
};
|
|
1148
|
+
gray: {
|
|
1149
|
+
background: string;
|
|
1150
|
+
foreground: string;
|
|
1151
|
+
};
|
|
1152
|
+
red: {
|
|
1153
|
+
background: string;
|
|
1154
|
+
foreground: string;
|
|
1155
|
+
};
|
|
1156
|
+
orange: {
|
|
1157
|
+
background: string;
|
|
1158
|
+
foreground: string;
|
|
1159
|
+
};
|
|
1160
|
+
amber: {
|
|
1161
|
+
background: string;
|
|
1162
|
+
foreground: string;
|
|
1163
|
+
};
|
|
1164
|
+
yellow: {
|
|
1165
|
+
background: string;
|
|
1166
|
+
foreground: string;
|
|
1167
|
+
};
|
|
1168
|
+
lime: {
|
|
1169
|
+
background: string;
|
|
1170
|
+
foreground: string;
|
|
1171
|
+
};
|
|
1172
|
+
green: {
|
|
1173
|
+
background: string;
|
|
1174
|
+
foreground: string;
|
|
1175
|
+
};
|
|
1176
|
+
emerald: {
|
|
1177
|
+
background: string;
|
|
1178
|
+
foreground: string;
|
|
1179
|
+
};
|
|
1180
|
+
teal: {
|
|
1181
|
+
background: string;
|
|
1182
|
+
foreground: string;
|
|
1183
|
+
};
|
|
1184
|
+
cyan: {
|
|
1185
|
+
background: string;
|
|
1186
|
+
foreground: string;
|
|
1187
|
+
};
|
|
1188
|
+
sky: {
|
|
1189
|
+
background: string;
|
|
1190
|
+
foreground: string;
|
|
1191
|
+
};
|
|
1192
|
+
blue: {
|
|
1193
|
+
background: string;
|
|
1194
|
+
foreground: string;
|
|
1195
|
+
};
|
|
1196
|
+
indigo: {
|
|
1197
|
+
background: string;
|
|
1198
|
+
foreground: string;
|
|
1199
|
+
};
|
|
1200
|
+
violet: {
|
|
1201
|
+
background: string;
|
|
1202
|
+
foreground: string;
|
|
1203
|
+
};
|
|
1204
|
+
purple: {
|
|
1205
|
+
background: string;
|
|
1206
|
+
foreground: string;
|
|
1207
|
+
};
|
|
1208
|
+
fuchsia: {
|
|
1209
|
+
background: string;
|
|
1210
|
+
foreground: string;
|
|
1211
|
+
};
|
|
1212
|
+
pink: {
|
|
1213
|
+
background: string;
|
|
1214
|
+
foreground: string;
|
|
1215
|
+
};
|
|
1216
|
+
rose: {
|
|
1217
|
+
background: string;
|
|
1218
|
+
foreground: string;
|
|
1219
|
+
};
|
|
1220
|
+
};
|
|
1221
|
+
labelInside: {
|
|
1222
|
+
true: {};
|
|
1223
|
+
};
|
|
1224
|
+
}, {
|
|
1225
|
+
color: {
|
|
1226
|
+
primary: {
|
|
1227
|
+
background: string;
|
|
1228
|
+
foreground: string;
|
|
1229
|
+
};
|
|
1230
|
+
secondary: {
|
|
1231
|
+
background: string;
|
|
1232
|
+
foreground: string;
|
|
1233
|
+
};
|
|
1234
|
+
surface: {
|
|
1235
|
+
background: string;
|
|
1236
|
+
foreground: string;
|
|
1237
|
+
};
|
|
1238
|
+
gray: {
|
|
1239
|
+
background: string;
|
|
1240
|
+
foreground: string;
|
|
1241
|
+
};
|
|
1242
|
+
red: {
|
|
1243
|
+
background: string;
|
|
1244
|
+
foreground: string;
|
|
1245
|
+
};
|
|
1246
|
+
orange: {
|
|
1247
|
+
background: string;
|
|
1248
|
+
foreground: string;
|
|
1249
|
+
};
|
|
1250
|
+
amber: {
|
|
1251
|
+
background: string;
|
|
1252
|
+
foreground: string;
|
|
1253
|
+
};
|
|
1254
|
+
yellow: {
|
|
1255
|
+
background: string;
|
|
1256
|
+
foreground: string;
|
|
1257
|
+
};
|
|
1258
|
+
lime: {
|
|
1259
|
+
background: string;
|
|
1260
|
+
foreground: string;
|
|
1261
|
+
};
|
|
1262
|
+
green: {
|
|
1263
|
+
background: string;
|
|
1264
|
+
foreground: string;
|
|
1265
|
+
};
|
|
1266
|
+
emerald: {
|
|
1267
|
+
background: string;
|
|
1268
|
+
foreground: string;
|
|
1269
|
+
};
|
|
1270
|
+
teal: {
|
|
1271
|
+
background: string;
|
|
1272
|
+
foreground: string;
|
|
1273
|
+
};
|
|
1274
|
+
cyan: {
|
|
1275
|
+
background: string;
|
|
1276
|
+
foreground: string;
|
|
1277
|
+
};
|
|
1278
|
+
sky: {
|
|
1279
|
+
background: string;
|
|
1280
|
+
foreground: string;
|
|
1281
|
+
};
|
|
1282
|
+
blue: {
|
|
1283
|
+
background: string;
|
|
1284
|
+
foreground: string;
|
|
1285
|
+
};
|
|
1286
|
+
indigo: {
|
|
1287
|
+
background: string;
|
|
1288
|
+
foreground: string;
|
|
1289
|
+
};
|
|
1290
|
+
violet: {
|
|
1291
|
+
background: string;
|
|
1292
|
+
foreground: string;
|
|
1293
|
+
};
|
|
1294
|
+
purple: {
|
|
1295
|
+
background: string;
|
|
1296
|
+
foreground: string;
|
|
1297
|
+
};
|
|
1298
|
+
fuchsia: {
|
|
1299
|
+
background: string;
|
|
1300
|
+
foreground: string;
|
|
1301
|
+
};
|
|
1302
|
+
pink: {
|
|
1303
|
+
background: string;
|
|
1304
|
+
foreground: string;
|
|
1305
|
+
};
|
|
1306
|
+
rose: {
|
|
1307
|
+
background: string;
|
|
1308
|
+
foreground: string;
|
|
1309
|
+
};
|
|
1310
|
+
};
|
|
1311
|
+
labelInside: {
|
|
1312
|
+
true: {};
|
|
1313
|
+
};
|
|
1314
|
+
}>, unknown, unknown, undefined>>;
|