@soybeanjs/ui 0.0.14 → 0.0.16
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/components/accordion/accordion.vue.d.ts +3 -3
- package/dist/components/alert/alert.vue.d.ts +4 -4
- package/dist/components/alert-dialog/alert-dialog-action.vue.d.ts +3 -3
- package/dist/components/alert-dialog/alert-dialog-cancel.vue.d.ts +3 -3
- package/dist/components/alert-dialog/alert-dialog.vue.d.ts +4 -4
- package/dist/components/avatar/avatar.vue.d.ts +7 -7
- package/dist/components/badge/badge.vue.d.ts +4 -4
- package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
- package/dist/components/button/button-group.vue.d.ts +6 -6
- package/dist/components/button/button-icon.vue.d.ts +3 -3
- package/dist/components/button/button-link.vue.d.ts +4 -4
- package/dist/components/button/button-loading.vue.d.ts +3 -3
- package/dist/components/button/button.vue.d.ts +4 -4
- package/dist/components/card/card.vue.d.ts +3 -3
- package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
- package/dist/components/checkbox/checkbox-card.vue.d.ts +4 -4
- package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
- package/dist/components/checkbox/checkbox.vue.d.ts +4 -4
- package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
- package/dist/components/command/command.vue.d.ts +7 -7
- package/dist/components/config-provider/config-provider.js +1 -1
- package/dist/components/config-provider/config-provider.vue.d.ts +5 -7
- package/dist/components/config-provider/types.d.ts +1 -1
- package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +8 -8
- package/dist/components/context-menu/context-menu-radio.vue.d.ts +8 -8
- package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +11 -11
- package/dist/components/context-menu/context-menu.vue.d.ts +8 -8
- package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
- package/dist/components/dialog/dialog-pure.vue.d.ts +13 -13
- package/dist/components/dialog/dialog.vue.d.ts +13 -13
- package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
- package/dist/components/drawer/drawer.vue.d.ts +13 -13
- package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +8 -8
- package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +8 -8
- package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +11 -11
- package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +8 -8
- package/dist/components/form/form.vue.d.ts +2 -2
- package/dist/components/form/use-form.d.ts +22 -22
- package/dist/components/icon/icon.vue.d.ts +3 -3
- package/dist/components/input/input.vue.d.ts +4 -4
- package/dist/components/kbd/kbd.vue.d.ts +3 -3
- package/dist/components/label/label.vue.d.ts +2 -2
- package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
- package/dist/components/layout/layout.vue.d.ts +4 -4
- package/dist/components/link/link.vue.d.ts +4 -4
- package/dist/components/list/list-item.vue.d.ts +2 -2
- package/dist/components/list/list.vue.d.ts +2 -2
- package/dist/components/menu/menu-checkbox-options.vue.d.ts +3 -3
- package/dist/components/menu/menu-option.vue.d.ts +8 -8
- package/dist/components/menu/menu-options.vue.d.ts +8 -8
- package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
- package/dist/components/navigation-menu/navigation-menu.vue.d.ts +11 -11
- package/dist/components/number-input/number-input.vue.d.ts +4 -4
- package/dist/components/pagination/pagination.vue.d.ts +4 -4
- package/dist/components/password/password.vue.d.ts +4 -4
- package/dist/components/popover/popover.vue.d.ts +4 -4
- package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
- package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
- package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
- package/dist/components/radio-group/radio.vue.d.ts +2 -2
- package/dist/components/segment/segment.vue.d.ts +3 -3
- package/dist/components/select/select.vue.d.ts +7 -7
- package/dist/components/separator/separator.vue.d.ts +5 -5
- package/dist/components/switch/switch.vue.d.ts +22 -22
- package/dist/components/tabs/tabs.vue.d.ts +3 -3
- package/dist/components/tag/tag.vue.d.ts +4 -4
- package/dist/components/textarea/textarea.vue.d.ts +4 -4
- package/dist/components/tooltip/tooltip.vue.d.ts +7 -7
- package/dist/components/tree/tree-virtualizer.vue.d.ts +5 -5
- package/dist/components/tree/tree.vue.d.ts +5 -5
- package/dist/components/tree-menu/tree-menu-styled-item.vue.d.ts +2 -2
- package/dist/components/tree-menu/tree-menu.vue.d.ts +3 -3
- package/dist/components/virtualizer/virtualizer.vue.d.ts +3 -3
- package/dist/styles.css +29 -244
- package/dist/variants/alert.d.ts +3 -3
- package/dist/variants/badge.d.ts +3 -3
- package/dist/variants/button.d.ts +3 -3
- package/dist/variants/checkbox.d.ts +3 -3
- package/dist/variants/kbd.d.ts +3 -3
- package/dist/variants/pagination.d.ts +3 -3
- package/dist/variants/radio-group.d.ts +3 -3
- package/dist/variants/separator.d.ts +3 -3
- package/dist/variants/switch.d.ts +3 -3
- package/dist/variants/tag.d.ts +3 -3
- package/dist/variants/toast.d.ts +3 -3
- package/package.json +11 -9
- package/dist/components/config-provider/shared.js +0 -1
package/dist/styles.css
CHANGED
|
@@ -10,251 +10,38 @@
|
|
|
10
10
|
/* layer: preflights */
|
|
11
11
|
*,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
@keyframes shadcn-collapsible-up { from{ height: var(--soybean-collapsible-content-height)} to { height: 0 } }
|
|
13
|
+
* {
|
|
14
|
+
border-color: hsl(var(--border));
|
|
15
|
+
}
|
|
17
16
|
|
|
18
|
-
|
|
19
|
-
:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
--card: 0 0% 100%;
|
|
23
|
-
--card-foreground: 224 71.4% 4.1%;
|
|
24
|
-
--popover: 0 0% 100%;
|
|
25
|
-
--popover-foreground: 224 71.4% 4.1%;
|
|
26
|
-
--primary: 236.9 100% 69.61%;
|
|
27
|
-
--primary-50: 210 100% 98%;
|
|
28
|
-
--primary-100: 212 100% 97%;
|
|
29
|
-
--primary-200: 216 100% 93%;
|
|
30
|
-
--primary-300: 220 100% 88%;
|
|
31
|
-
--primary-400: 228 100% 78%;
|
|
32
|
-
--primary-500: 237 100% 70%;
|
|
33
|
-
--primary-600: 237 75% 61%;
|
|
34
|
-
--primary-700: 237 55% 48%;
|
|
35
|
-
--primary-800: 238 63% 37%;
|
|
36
|
-
--primary-900: 238 69% 27%;
|
|
37
|
-
--primary-950: 238 80% 16%;
|
|
38
|
-
--primary-foreground: 0 0% 100%;
|
|
39
|
-
--secondary: 229 20% 90%;
|
|
40
|
-
--secondary-foreground: 229 20% 30%;
|
|
41
|
-
--muted: 220 14.3% 95.9%;
|
|
42
|
-
--muted-foreground: 220 8.9% 46.1%;
|
|
43
|
-
--accent: 220 14.3% 95.9%;
|
|
44
|
-
--accent-foreground: 220.9 39.3% 11%;
|
|
45
|
-
--destructive: 0 92.99% 56.11%;
|
|
46
|
-
--destructive-50: 30 100% 98%;
|
|
47
|
-
--destructive-100: 27 100% 96%;
|
|
48
|
-
--destructive-200: 24 90% 88%;
|
|
49
|
-
--destructive-300: 18 93% 82%;
|
|
50
|
-
--destructive-400: 9 94% 69%;
|
|
51
|
-
--destructive-500: 0 93% 56%;
|
|
52
|
-
--destructive-600: 0 75% 50%;
|
|
53
|
-
--destructive-700: 0 79% 41%;
|
|
54
|
-
--destructive-800: 0 82% 32%;
|
|
55
|
-
--destructive-900: 0 87% 24%;
|
|
56
|
-
--destructive-950: 0 89% 15%;
|
|
57
|
-
--destructive-foreground: 0 0% 100%;
|
|
58
|
-
--border: 220 13% 91%;
|
|
59
|
-
--input: 220 13% 91%;
|
|
60
|
-
--ring: 262.1 83.3% 57.8%;
|
|
61
|
-
--success: 140 79% 45%;
|
|
62
|
-
--success-50: 162 62% 97%;
|
|
63
|
-
--success-100: 159 70% 94%;
|
|
64
|
-
--success-200: 155 67% 85%;
|
|
65
|
-
--success-300: 152 67% 76%;
|
|
66
|
-
--success-400: 146 65% 59%;
|
|
67
|
-
--success-500: 140 79% 45%;
|
|
68
|
-
--success-600: 139 80% 40%;
|
|
69
|
-
--success-700: 138 83% 33%;
|
|
70
|
-
--success-800: 136 86% 26%;
|
|
71
|
-
--success-900: 134 90% 19%;
|
|
72
|
-
--success-950: 133 93% 12%;
|
|
73
|
-
--success-foreground: 0 0% 100%;
|
|
74
|
-
--warning: 37 91% 55%;
|
|
75
|
-
--warning-50: 48 100% 98%;
|
|
76
|
-
--warning-100: 48 100% 96%;
|
|
77
|
-
--warning-200: 46 90% 88%;
|
|
78
|
-
--warning-300: 44 89% 81%;
|
|
79
|
-
--warning-400: 40 90% 68%;
|
|
80
|
-
--warning-500: 37 91% 55%;
|
|
81
|
-
--warning-600: 35 75% 49%;
|
|
82
|
-
--warning-700: 32 80% 40%;
|
|
83
|
-
--warning-800: 30 84% 32%;
|
|
84
|
-
--warning-900: 27 86% 23%;
|
|
85
|
-
--warning-950: 24 92% 15%;
|
|
86
|
-
--warning-foreground: 0 0% 100%;
|
|
87
|
-
--info: 215 100% 54%;
|
|
88
|
-
--info-50: 198 100% 97%;
|
|
89
|
-
--info-100: 198 100% 95%;
|
|
90
|
-
--info-200: 202 100% 88%;
|
|
91
|
-
--info-300: 205 100% 82%;
|
|
92
|
-
--info-400: 210 100% 68%;
|
|
93
|
-
--info-500: 215 100% 54%;
|
|
94
|
-
--info-600: 216 87% 48%;
|
|
95
|
-
--info-700: 218 89% 40%;
|
|
96
|
-
--info-800: 220 90% 32%;
|
|
97
|
-
--info-900: 222 92% 24%;
|
|
98
|
-
--info-950: 224 97% 15%;
|
|
99
|
-
--info-foreground: 0 0% 100%;
|
|
100
|
-
--carbon: 240 4% 16%;
|
|
101
|
-
--carbon-50: 0 0% 96%;
|
|
102
|
-
--carbon-100: 220 7% 92%;
|
|
103
|
-
--carbon-200: 210 4% 78%;
|
|
104
|
-
--carbon-300: 216 3% 65%;
|
|
105
|
-
--carbon-400: 230 3% 40%;
|
|
106
|
-
--carbon-500: 240 4% 16%;
|
|
107
|
-
--carbon-600: 240 9% 13%;
|
|
108
|
-
--carbon-700: 240 19% 10%;
|
|
109
|
-
--carbon-800: 240 30% 8%;
|
|
110
|
-
--carbon-900: 240 44% 5%;
|
|
111
|
-
--carbon-950: 240 63% 3%;
|
|
112
|
-
--carbon-foreground: 0 0% 98%;
|
|
113
|
-
--sidebar-background: 0 0% 98%;
|
|
114
|
-
--sidebar-foreground: 240 5.3% 26.1%;
|
|
115
|
-
--sidebar-primary: 236.9 100% 69.61%;
|
|
116
|
-
--sidebar-primary-foreground: 0 0% 98%;
|
|
117
|
-
--sidebar-accent: 240 4.8% 95.9%;
|
|
118
|
-
--sidebar-accent-foreground: 240 5.9% 10%;
|
|
119
|
-
--sidebar-border: 220 13% 91%;
|
|
120
|
-
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
121
|
-
--radius: 0.5rem;
|
|
122
|
-
}
|
|
123
|
-
.dark {
|
|
124
|
-
--background: 224 71.4% 4.1%;
|
|
125
|
-
--foreground: 210 20% 98%;
|
|
126
|
-
--card: 224 71.4% 4.1%;
|
|
127
|
-
--card-foreground: 210 20% 98%;
|
|
128
|
-
--popover: 224 71.4% 4.1%;
|
|
129
|
-
--popover-foreground: 210 20% 98%;
|
|
130
|
-
--primary: 236.9 100% 69.61%;
|
|
131
|
-
--primary-50: 210 100% 98%;
|
|
132
|
-
--primary-100: 212 100% 97%;
|
|
133
|
-
--primary-200: 216 100% 93%;
|
|
134
|
-
--primary-300: 220 100% 88%;
|
|
135
|
-
--primary-400: 228 100% 78%;
|
|
136
|
-
--primary-500: 237 100% 70%;
|
|
137
|
-
--primary-600: 237 75% 61%;
|
|
138
|
-
--primary-700: 237 55% 48%;
|
|
139
|
-
--primary-800: 238 63% 37%;
|
|
140
|
-
--primary-900: 238 69% 27%;
|
|
141
|
-
--primary-950: 238 80% 16%;
|
|
142
|
-
--primary-foreground: 0 0% 100%;
|
|
143
|
-
--secondary: 229 14% 8%;
|
|
144
|
-
--secondary-foreground: 229 14% 68%;
|
|
145
|
-
--muted: 215 27.9% 16.9%;
|
|
146
|
-
--muted-foreground: 217.9 10.6% 64.9%;
|
|
147
|
-
--accent: 215 27.9% 16.9%;
|
|
148
|
-
--accent-foreground: 210 20% 98%;
|
|
149
|
-
--destructive: 0 92.99% 56.11%;
|
|
150
|
-
--destructive-50: 30 100% 98%;
|
|
151
|
-
--destructive-100: 27 100% 96%;
|
|
152
|
-
--destructive-200: 24 90% 88%;
|
|
153
|
-
--destructive-300: 18 93% 82%;
|
|
154
|
-
--destructive-400: 9 94% 69%;
|
|
155
|
-
--destructive-500: 0 93% 56%;
|
|
156
|
-
--destructive-600: 0 75% 50%;
|
|
157
|
-
--destructive-700: 0 79% 41%;
|
|
158
|
-
--destructive-800: 0 82% 32%;
|
|
159
|
-
--destructive-900: 0 87% 24%;
|
|
160
|
-
--destructive-950: 0 89% 15%;
|
|
161
|
-
--destructive-foreground: 0 0% 100%;
|
|
162
|
-
--border: 215 27.9% 16.9%;
|
|
163
|
-
--input: 215 27.9% 16.9%;
|
|
164
|
-
--ring: 263.4 70% 50.4%;
|
|
165
|
-
--success: 140 79% 45%;
|
|
166
|
-
--success-50: 162 62% 97%;
|
|
167
|
-
--success-100: 159 70% 94%;
|
|
168
|
-
--success-200: 155 67% 85%;
|
|
169
|
-
--success-300: 152 67% 76%;
|
|
170
|
-
--success-400: 146 65% 59%;
|
|
171
|
-
--success-500: 140 79% 45%;
|
|
172
|
-
--success-600: 139 80% 40%;
|
|
173
|
-
--success-700: 138 83% 33%;
|
|
174
|
-
--success-800: 136 86% 26%;
|
|
175
|
-
--success-900: 134 90% 19%;
|
|
176
|
-
--success-950: 133 93% 12%;
|
|
177
|
-
--success-foreground: 0 0% 100%;
|
|
178
|
-
--warning: 37 91% 55%;
|
|
179
|
-
--warning-50: 48 100% 98%;
|
|
180
|
-
--warning-100: 48 100% 96%;
|
|
181
|
-
--warning-200: 46 90% 88%;
|
|
182
|
-
--warning-300: 44 89% 81%;
|
|
183
|
-
--warning-400: 40 90% 68%;
|
|
184
|
-
--warning-500: 37 91% 55%;
|
|
185
|
-
--warning-600: 35 75% 49%;
|
|
186
|
-
--warning-700: 32 80% 40%;
|
|
187
|
-
--warning-800: 30 84% 32%;
|
|
188
|
-
--warning-900: 27 86% 23%;
|
|
189
|
-
--warning-950: 24 92% 15%;
|
|
190
|
-
--warning-foreground: 0 0% 100%;
|
|
191
|
-
--info: 215 100% 54%;
|
|
192
|
-
--info-50: 198 100% 97%;
|
|
193
|
-
--info-100: 198 100% 95%;
|
|
194
|
-
--info-200: 202 100% 88%;
|
|
195
|
-
--info-300: 205 100% 82%;
|
|
196
|
-
--info-400: 210 100% 68%;
|
|
197
|
-
--info-500: 215 100% 54%;
|
|
198
|
-
--info-600: 216 87% 48%;
|
|
199
|
-
--info-700: 218 89% 40%;
|
|
200
|
-
--info-800: 220 90% 32%;
|
|
201
|
-
--info-900: 222 92% 24%;
|
|
202
|
-
--info-950: 224 97% 15%;
|
|
203
|
-
--info-foreground: 0 0% 100%;
|
|
204
|
-
--carbon: 220 14.3% 95.9%;
|
|
205
|
-
--carbon-50: 0 0% 100%;
|
|
206
|
-
--carbon-100: 0 0% 100%;
|
|
207
|
-
--carbon-200: 0 0% 99%;
|
|
208
|
-
--carbon-300: 0 0% 98%;
|
|
209
|
-
--carbon-400: 210 11% 96%;
|
|
210
|
-
--carbon-500: 220 14% 96%;
|
|
211
|
-
--carbon-600: 220 25% 81%;
|
|
212
|
-
--carbon-700: 224 25% 63%;
|
|
213
|
-
--carbon-800: 224 26% 46%;
|
|
214
|
-
--carbon-900: 226 38% 31%;
|
|
215
|
-
--carbon-950: 227 54% 18%;
|
|
216
|
-
--carbon-foreground: 220.9 39.3% 11%;
|
|
217
|
-
--sidebar-background: 240 5.9% 10%;
|
|
218
|
-
--sidebar-foreground: 240 4.8% 95.9%;
|
|
219
|
-
--sidebar-primary: 236.9 100% 69.61%;
|
|
220
|
-
--sidebar-primary-foreground: 0 0% 100%;
|
|
221
|
-
--sidebar-accent: 240 3.7% 15.9%;
|
|
222
|
-
--sidebar-accent-foreground: 240 4.8% 95.9%;
|
|
223
|
-
--sidebar-border: 240 3.7% 15.9%;
|
|
224
|
-
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
* {
|
|
229
|
-
border-color: hsl(var(--border));
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
body {
|
|
233
|
-
color: hsl(var(--foreground));
|
|
234
|
-
background: hsl(var(--background));
|
|
235
|
-
}
|
|
17
|
+
body {
|
|
18
|
+
color: hsl(var(--foreground));
|
|
19
|
+
background: hsl(var(--background));
|
|
20
|
+
}
|
|
236
21
|
|
|
237
|
-
|
|
22
|
+
html.size-xs {
|
|
23
|
+
font-size: 12px;
|
|
24
|
+
}
|
|
25
|
+
html.size-sm {
|
|
26
|
+
font-size: 14px;
|
|
27
|
+
}
|
|
28
|
+
html.size-md {
|
|
29
|
+
font-size: 16px;
|
|
30
|
+
}
|
|
31
|
+
html.size-lg {
|
|
32
|
+
font-size: 18px;
|
|
33
|
+
}
|
|
34
|
+
html.size-xl {
|
|
35
|
+
font-size: 20px;
|
|
36
|
+
}
|
|
37
|
+
html.size-2xl {
|
|
38
|
+
font-size: 24px;
|
|
39
|
+
}
|
|
238
40
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
font-size: 14px;
|
|
244
|
-
}
|
|
245
|
-
html.size-md {
|
|
246
|
-
font-size: 16px;
|
|
247
|
-
}
|
|
248
|
-
html.size-lg {
|
|
249
|
-
font-size: 18px;
|
|
250
|
-
}
|
|
251
|
-
html.size-xl {
|
|
252
|
-
font-size: 20px;
|
|
253
|
-
}
|
|
254
|
-
html.size-2xl {
|
|
255
|
-
font-size: 24px;
|
|
256
|
-
}
|
|
257
|
-
|
|
41
|
+
@keyframes shadcn-down { from{ height: 0 } to { height: var(--soybean-accordion-content-height)} }
|
|
42
|
+
@keyframes shadcn-up { from{ height: var(--soybean-accordion-content-height)} to { height: 0 } }
|
|
43
|
+
@keyframes shadcn-collapsible-down { from{ height: 0 } to { height: var(--soybean-collapsible-content-height)} }
|
|
44
|
+
@keyframes shadcn-collapsible-up { from{ height: var(--soybean-collapsible-content-height)} to { height: 0 } }
|
|
258
45
|
/* layer: typography */
|
|
259
46
|
:is(.prose-slate){color:var(--un-prose-body);max-width:65ch;:where(p):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:1.25em;margin-bottom:1.25em;}:where([class~="lead"]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em;}:where(a):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-links);text-decoration:underline;font-weight:500;}:where(strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-bold);font-weight:600;}:where(a strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(blockquote strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(thead th strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(ol):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;}:where(ol[type="A"]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:upper-alpha;}:where(ol[type="a"]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:lower-alpha;}:where(ol[type="A" s]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:upper-alpha;}:where(ol[type="a" s]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:lower-alpha;}:where(ol[type="I"]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:upper-roman;}:where(ol[type="i"]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:lower-roman;}:where(ol[type="I" s]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:upper-roman;}:where(ol[type="i" s]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:lower-roman;}:where(ol[type="1"]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:decimal;}:where(ul):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;}:where(ol > li):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::marker {font-weight:400;color:var(--un-prose-counters);}:where(ul > li):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::marker {color:var(--un-prose-bullets);}:where(dt):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-headings);font-weight:600;margin-top:1.25em;}:where(hr):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {border-color:var(--un-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em;}:where(blockquote):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {font-weight:500;font-style:italic;color:var(--un-prose-quotes);border-inline-start-width:0.25rem;border-inline-start-color:var(--un-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;}:where(blockquote p:first-of-type):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::before {content:open-quote;}:where(blockquote p:last-of-type):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::after {content:close-quote;}:where(h1):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:0.8888889em;line-height:1.1111111;}:where(h1 strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {font-weight:900;color:inherit;}:where(h2):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333;}:where(h2 strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {font-weight:800;color:inherit;}:where(h3):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:0.6em;line-height:1.6;}:where(h3 strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {font-weight:700;color:inherit;}:where(h4):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:0.5em;line-height:1.5;}:where(h4 strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {font-weight:700;color:inherit;}:where(img):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:2em;margin-bottom:2em;}:where(picture):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {display:block;margin-top:2em;margin-bottom:2em;}:where(video):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:2em;margin-bottom:2em;}:where(kbd):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {font-weight:500;font-family:inherit;color:var(--un-prose-kbd);box-shadow:0 0 0 1px rgb(var(--un-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--un-prose-kbd-shadows) / 10%);font-size:0.875em;border-radius:0.3125rem;padding-top:0.1875em;padding-inline-end:0.375em;padding-bottom:0.1875em;padding-inline-start:0.375em;}:where(code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-code);font-weight:600;font-size:0.875em;}:where(code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::before {content:"`";}:where(code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::after {content:"`";}:where(a code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(h1 code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(h2 code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;font-size:0.875em;}:where(h3 code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;font-size:0.9em;}:where(h4 code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(blockquote code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(thead th code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(pre):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-pre-code);background-color:var(--un-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:0.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:0.375rem;padding-top:0.8571429em;padding-inline-end:1.1428571em;padding-bottom:0.8571429em;padding-inline-start:1.1428571em;}:where(pre code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;}:where(pre code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::before {content:none;}:where(pre code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::after {content:none;}:where(table):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:0.875em;line-height:1.7142857;}:where(thead):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {border-bottom-width:1px;border-bottom-color:var(--un-prose-th-borders);}:where(thead th):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:0.5714286em;padding-bottom:0.5714286em;padding-inline-start:0.5714286em;}:where(tbody tr):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {border-bottom-width:1px;border-bottom-color:var(--un-prose-td-borders);}:where(tbody tr:last-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {border-bottom-width:0;}:where(tbody td):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {vertical-align:baseline;}:where(tfoot):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {border-top-width:1px;border-top-color:var(--un-prose-th-borders);}:where(tfoot td):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {vertical-align:top;}:where(th, td):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {text-align:start;}:where(figure > *):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;margin-bottom:0;}:where(figcaption):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-captions);font-size:0.875em;line-height:1.4285714;margin-top:0.8571429em;}font-size:1rem;line-height:1.75;:where(picture > img):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;margin-bottom:0;}:where(li):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0.5em;margin-bottom:0.5em;}:where(ol > li):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-inline-start:0.375em;}:where(ul > li):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-inline-start:0.375em;}:where(> ul > li p):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0.75em;margin-bottom:0.75em;}:where(> ul > li > p:first-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:1.25em;}:where(> ul > li > p:last-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-bottom:1.25em;}:where(> ol > li > p:first-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:1.25em;}:where(> ol > li > p:last-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-bottom:1.25em;}:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0.75em;margin-bottom:0.75em;}:where(dl):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:1.25em;margin-bottom:1.25em;}:where(dd):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0.5em;padding-inline-start:1.625em;}:where(hr + *):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;}:where(h2 + *):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;}:where(h3 + *):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;}:where(h4 + *):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;}:where(thead th:first-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-inline-start:0;}:where(thead th:last-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-inline-end:0;}:where(tbody td, tfoot td):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-top:0.5714286em;padding-inline-end:0.5714286em;padding-bottom:0.5714286em;padding-inline-start:0.5714286em;}:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-inline-start:0;}:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-inline-end:0;}:where(figure):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:2em;margin-bottom:2em;}:where(> :first-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;}:where(> :last-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-bottom:0;}--un-prose-body:#374151;--un-prose-invert-body:#d1d5db;--un-prose-headings:#111827;--un-prose-invert-headings:white;--un-prose-lead:#4b5563;--un-prose-invert-lead:#9ca3af;--un-prose-links:#111827;--un-prose-invert-links:white;--un-prose-bold:#111827;--un-prose-invert-bold:white;--un-prose-counters:#6b7280;--un-prose-invert-counters:#9ca3af;--un-prose-bullets:#d1d5db;--un-prose-invert-bullets:#4b5563;--un-prose-hr:#e5e7eb;--un-prose-invert-hr:#374151;--un-prose-quotes:#111827;--un-prose-invert-quotes:#f3f4f6;--un-prose-quote-borders:#e5e7eb;--un-prose-invert-quote-borders:#374151;--un-prose-captions:#6b7280;--un-prose-invert-captions:#9ca3af;--un-prose-kbd:#111827;--un-prose-invert-kbd:white;--un-prose-kbd-shadows:#111827;--un-prose-invert-kbd-shadows:white;--un-prose-code:#111827;--un-prose-invert-code:white;--un-prose-pre-code:#e5e7eb;--un-prose-invert-pre-code:#d1d5db;--un-prose-pre-bg:#1f2937;--un-prose-invert-pre-bg:rgb(0 0 0 / 50%);--un-prose-th-borders:#d1d5db;--un-prose-invert-th-borders:#4b5563;--un-prose-td-borders:#e5e7eb;--un-prose-invert-td-borders:#374151;}
|
|
260
47
|
.dark :is(.dark\:prose-slate-invert){--un-prose-body:var(--un-prose-invert-body);--un-prose-headings:var(--un-prose-invert-headings);--un-prose-lead:var(--un-prose-invert-lead);--un-prose-links:var(--un-prose-invert-links);--un-prose-bold:var(--un-prose-invert-bold);--un-prose-counters:var(--un-prose-invert-counters);--un-prose-bullets:var(--un-prose-invert-bullets);--un-prose-hr:var(--un-prose-invert-hr);--un-prose-quotes:var(--un-prose-invert-quotes);--un-prose-quote-borders:var(--un-prose-invert-quote-borders);--un-prose-captions:var(--un-prose-invert-captions);--un-prose-kbd:var(--un-prose-invert-kbd);--un-prose-kbd-shadows:var(--un-prose-invert-kbd-shadows);--un-prose-code:var(--un-prose-invert-code);--un-prose-pre-code:var(--un-prose-invert-pre-code);--un-prose-pre-bg:var(--un-prose-invert-pre-bg);--un-prose-th-borders:var(--un-prose-invert-th-borders);--un-prose-td-borders:var(--un-prose-invert-td-borders);}
|
|
@@ -971,7 +758,6 @@ body {
|
|
|
971
758
|
.data-\[state\=checked\]\:bg-secondary-foreground\/5[data-state=checked],
|
|
972
759
|
.data-\[state\=indeterminate\]\:bg-secondary-foreground\/5[data-state=indeterminate]{background-color:hsl(var(--secondary-foreground) / 0.05) /* hsl(var(--secondary-foreground)) */;}
|
|
973
760
|
.bg-secondary-foreground\/60{background-color:hsl(var(--secondary-foreground) / 0.6) /* hsl(var(--secondary-foreground)) */;}
|
|
974
|
-
.bg-sidebar-background{--un-bg-opacity:1;background-color:hsl(var(--sidebar-background) / var(--un-bg-opacity)) /* hsl(var(--sidebar-background)) */;}
|
|
975
761
|
.bg-success,
|
|
976
762
|
.data-\[state\=checked\]\:bg-success[data-state=checked],
|
|
977
763
|
.data-\[state\=indeterminate\]\:bg-success[data-state=indeterminate]{--un-bg-opacity:1;background-color:hsl(var(--success) / var(--un-bg-opacity)) /* hsl(var(--success)) */;}
|
|
@@ -1011,7 +797,6 @@ body {
|
|
|
1011
797
|
.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / 0.8) /* hsl(var(--primary)) */;}
|
|
1012
798
|
.hover\:bg-secondary-foreground\/10:hover{background-color:hsl(var(--secondary-foreground) / 0.1) /* hsl(var(--secondary-foreground)) */;}
|
|
1013
799
|
.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / 0.8) /* hsl(var(--secondary)) */;}
|
|
1014
|
-
.hover\:bg-sidebar-background:hover{--un-bg-opacity:1;background-color:hsl(var(--sidebar-background) / var(--un-bg-opacity)) /* hsl(var(--sidebar-background)) */;}
|
|
1015
800
|
.hover\:bg-success\/10:hover{background-color:hsl(var(--success) / 0.1) /* hsl(var(--success)) */;}
|
|
1016
801
|
.hover\:bg-success\/80:hover{background-color:hsl(var(--success) / 0.8) /* hsl(var(--success)) */;}
|
|
1017
802
|
.hover\:bg-warning\/10:hover{background-color:hsl(var(--warning) / 0.1) /* hsl(var(--warning)) */;}
|
package/dist/variants/alert.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants0 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/alert.d.ts
|
|
5
|
-
declare const alertVariants:
|
|
5
|
+
declare const alertVariants: tailwind_variants0.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
primary: {
|
|
8
8
|
root: string;
|
|
@@ -196,7 +196,7 @@ declare const alertVariants: tailwind_variants13.TVReturnType<{
|
|
|
196
196
|
title: string;
|
|
197
197
|
description: string;
|
|
198
198
|
close: string;
|
|
199
|
-
},
|
|
199
|
+
}, tailwind_variants0.TVReturnType<{
|
|
200
200
|
color: {
|
|
201
201
|
primary: {
|
|
202
202
|
root: string;
|
package/dist/variants/badge.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants1 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/badge.d.ts
|
|
5
|
-
declare const badgeVariants:
|
|
5
|
+
declare const badgeVariants: tailwind_variants1.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
primary: {
|
|
8
8
|
content: string;
|
|
@@ -130,7 +130,7 @@ declare const badgeVariants: tailwind_variants3.TVReturnType<{
|
|
|
130
130
|
}, {
|
|
131
131
|
root: string;
|
|
132
132
|
content: string;
|
|
133
|
-
},
|
|
133
|
+
}, tailwind_variants1.TVReturnType<{
|
|
134
134
|
color: {
|
|
135
135
|
primary: {
|
|
136
136
|
content: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants29 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/button.d.ts
|
|
5
|
-
declare const buttonVariants:
|
|
5
|
+
declare const buttonVariants: tailwind_variants29.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
primary: string;
|
|
8
8
|
destructive: string;
|
|
@@ -92,7 +92,7 @@ declare const buttonVariants: tailwind_variants0.TVReturnType<{
|
|
|
92
92
|
true: string;
|
|
93
93
|
false: string;
|
|
94
94
|
};
|
|
95
|
-
}, undefined,
|
|
95
|
+
}, undefined, tailwind_variants29.TVReturnType<{
|
|
96
96
|
color: {
|
|
97
97
|
primary: string;
|
|
98
98
|
destructive: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants3 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/checkbox.d.ts
|
|
5
|
-
declare const checkboxVariants:
|
|
5
|
+
declare const checkboxVariants: tailwind_variants3.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
primary: {
|
|
8
8
|
control: string;
|
|
@@ -164,7 +164,7 @@ declare const checkboxVariants: tailwind_variants5.TVReturnType<{
|
|
|
164
164
|
control: string[];
|
|
165
165
|
indicator: string;
|
|
166
166
|
label: string;
|
|
167
|
-
},
|
|
167
|
+
}, tailwind_variants3.TVReturnType<{
|
|
168
168
|
color: {
|
|
169
169
|
primary: {
|
|
170
170
|
control: string;
|
package/dist/variants/kbd.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants7 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/kbd.d.ts
|
|
5
|
-
declare const kbdVariants:
|
|
5
|
+
declare const kbdVariants: tailwind_variants7.TVReturnType<{
|
|
6
6
|
variant: {
|
|
7
7
|
solid: string;
|
|
8
8
|
outline: string;
|
|
@@ -30,7 +30,7 @@ declare const kbdVariants: tailwind_variants31.TVReturnType<{
|
|
|
30
30
|
xl: string;
|
|
31
31
|
'2xl': string;
|
|
32
32
|
};
|
|
33
|
-
}, undefined,
|
|
33
|
+
}, undefined, tailwind_variants7.TVReturnType<{
|
|
34
34
|
variant: {
|
|
35
35
|
solid: string;
|
|
36
36
|
outline: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants9 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/pagination.d.ts
|
|
5
|
-
declare const paginationVariants:
|
|
5
|
+
declare const paginationVariants: tailwind_variants9.TVReturnType<{
|
|
6
6
|
size: {
|
|
7
7
|
xs: {
|
|
8
8
|
list: string;
|
|
@@ -150,7 +150,7 @@ declare const paginationVariants: tailwind_variants29.TVReturnType<{
|
|
|
150
150
|
ellipsis: string;
|
|
151
151
|
button: string[];
|
|
152
152
|
navigationButton: string[];
|
|
153
|
-
},
|
|
153
|
+
}, tailwind_variants9.TVReturnType<{
|
|
154
154
|
size: {
|
|
155
155
|
xs: {
|
|
156
156
|
list: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants25 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/radio-group.d.ts
|
|
5
|
-
declare const radioGroupVariants:
|
|
5
|
+
declare const radioGroupVariants: tailwind_variants25.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
primary: {
|
|
8
8
|
control: string;
|
|
@@ -180,7 +180,7 @@ declare const radioGroupVariants: tailwind_variants19.TVReturnType<{
|
|
|
180
180
|
control: string[];
|
|
181
181
|
indicator: string;
|
|
182
182
|
label: string;
|
|
183
|
-
},
|
|
183
|
+
}, tailwind_variants25.TVReturnType<{
|
|
184
184
|
color: {
|
|
185
185
|
primary: {
|
|
186
186
|
control: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants11 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/separator.d.ts
|
|
5
|
-
declare const separatorVariants:
|
|
5
|
+
declare const separatorVariants: tailwind_variants11.TVReturnType<{
|
|
6
6
|
size: {
|
|
7
7
|
xs: {
|
|
8
8
|
label: string;
|
|
@@ -114,7 +114,7 @@ declare const separatorVariants: tailwind_variants23.TVReturnType<{
|
|
|
114
114
|
}, {
|
|
115
115
|
root: string;
|
|
116
116
|
label: string;
|
|
117
|
-
},
|
|
117
|
+
}, tailwind_variants11.TVReturnType<{
|
|
118
118
|
size: {
|
|
119
119
|
xs: {
|
|
120
120
|
label: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants13 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/switch.d.ts
|
|
5
|
-
declare const switchVariants:
|
|
5
|
+
declare const switchVariants: tailwind_variants13.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
primary: {
|
|
8
8
|
control: string;
|
|
@@ -136,7 +136,7 @@ declare const switchVariants: tailwind_variants9.TVReturnType<{
|
|
|
136
136
|
root: string;
|
|
137
137
|
control: string[];
|
|
138
138
|
thumb: string;
|
|
139
|
-
},
|
|
139
|
+
}, tailwind_variants13.TVReturnType<{
|
|
140
140
|
color: {
|
|
141
141
|
primary: {
|
|
142
142
|
control: string;
|
package/dist/variants/tag.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants19 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/tag.d.ts
|
|
5
|
-
declare const tagVariants:
|
|
5
|
+
declare const tagVariants: tailwind_variants19.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
primary: string;
|
|
8
8
|
destructive: string;
|
|
@@ -64,7 +64,7 @@ declare const tagVariants: tailwind_variants11.TVReturnType<{
|
|
|
64
64
|
auto: string;
|
|
65
65
|
rounded: string;
|
|
66
66
|
};
|
|
67
|
-
}, undefined,
|
|
67
|
+
}, undefined, tailwind_variants19.TVReturnType<{
|
|
68
68
|
color: {
|
|
69
69
|
primary: string;
|
|
70
70
|
destructive: string;
|
package/dist/variants/toast.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants21 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/toast.d.ts
|
|
5
5
|
|
|
6
|
-
declare const toastViewportVariants:
|
|
6
|
+
declare const toastViewportVariants: tailwind_variants21.TVReturnType<{
|
|
7
7
|
size: {
|
|
8
8
|
xs: string;
|
|
9
9
|
sm: string;
|
|
@@ -37,7 +37,7 @@ declare const toastViewportVariants: tailwind_variants25.TVReturnType<{
|
|
|
37
37
|
'bottom-left': string;
|
|
38
38
|
'bottom-right': string;
|
|
39
39
|
};
|
|
40
|
-
}, undefined,
|
|
40
|
+
}, undefined, tailwind_variants21.TVReturnType<{
|
|
41
41
|
size: {
|
|
42
42
|
xs: string;
|
|
43
43
|
sm: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.16",
|
|
5
5
|
"description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Soybean",
|
|
@@ -47,35 +47,37 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@formkit/auto-animate": "^0.9.0",
|
|
49
49
|
"@iconify/vue": "^5.0.0",
|
|
50
|
-
"@soybeanjs/
|
|
50
|
+
"@soybeanjs/colord": "^0.3.4",
|
|
51
|
+
"@soybeanjs/shadcn-theme": "^0.0.10",
|
|
51
52
|
"clsx": "^2.1.1",
|
|
52
53
|
"fuse.js": "^7.1.0",
|
|
53
54
|
"tailwind-merge": "^3.4.0",
|
|
54
55
|
"tailwind-variants": "^3.2.2",
|
|
55
56
|
"valibot": "^1.2.0",
|
|
56
57
|
"zod": "^4.3.5",
|
|
57
|
-
"@soybeanjs/headless": "^0.0.
|
|
58
|
+
"@soybeanjs/headless": "^0.0.16"
|
|
58
59
|
},
|
|
59
60
|
"devDependencies": {
|
|
60
61
|
"@soybeanjs/cli": "^1.4.4",
|
|
61
62
|
"@soybeanjs/eslint-config": "^1.7.5",
|
|
62
63
|
"@soybeanjs/unocss-preset": "^0.2.0",
|
|
63
|
-
"@
|
|
64
|
-
"@
|
|
64
|
+
"@soybeanjs/unocss-shadcn": "^0.3.1",
|
|
65
|
+
"@types/node": "^25.0.9",
|
|
66
|
+
"@unocss/cli": "^66.6.0",
|
|
65
67
|
"@vitest/coverage-v8": "^4.0.17",
|
|
66
68
|
"@vue/test-utils": "^2.4.6",
|
|
67
69
|
"eslint": "^9.39.2",
|
|
68
|
-
"eslint-plugin-vue": "^10.
|
|
69
|
-
"happy-dom": "^20.1
|
|
70
|
+
"eslint-plugin-vue": "^10.7.0",
|
|
71
|
+
"happy-dom": "^20.3.1",
|
|
70
72
|
"lint-staged": "^16.2.7",
|
|
71
73
|
"simple-git-hooks": "^2.13.1",
|
|
72
74
|
"tsdown": "^0.19.0",
|
|
73
75
|
"tsx": "^4.21.0",
|
|
74
76
|
"typescript": "^5.9.3",
|
|
75
|
-
"unocss": "^66.
|
|
77
|
+
"unocss": "^66.6.0",
|
|
76
78
|
"unocss-preset-animations": "^1.3.0",
|
|
77
79
|
"unplugin-vue": "^7.1.0",
|
|
78
|
-
"unplugin-vue-components": "^
|
|
80
|
+
"unplugin-vue-components": "^31.0.0",
|
|
79
81
|
"unplugin-vue-jsx": "^0.8.1",
|
|
80
82
|
"vite": "^7.3.1",
|
|
81
83
|
"vite-plugin-vue-devtools": "^8.0.5",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const e={color:`default`,radius:.5,darkSelector:`.dark`};function t(t){return Object.keys(t).every(n=>t[n]===e[n])}function n(e){let t=`default`;return typeof e==`string`&&(t=e),typeof e==`object`&&(t=`base`in e&&e.base||e.name),t}export{n as getThemeName,t as isIncludeByDefaultTheme};
|