@tuwaio/nova-connect 1.0.0-fix-test-alpha.52.89384d8 → 1.0.0-fix-test-alpha.53.a751bf7
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/evm/index.d.cts +31 -0
- package/dist/evm/index.d.ts +31 -0
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +577 -770
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/providers/index.cjs +2 -2
- package/dist/providers/index.cjs.map +1 -1
- package/dist/providers/index.js +2 -2
- package/dist/providers/index.js.map +1 -1
- package/package.json +8 -8
package/dist/index.css
CHANGED
|
@@ -3,48 +3,43 @@
|
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
5
5
|
:root, :host {
|
|
6
|
-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
|
|
6
|
+
--novacon-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
|
|
7
7
|
monospace;
|
|
8
|
-
--color-red-500: oklch(63.7% 0.237 25.331);
|
|
9
|
-
--color-gray-300: oklch(87.2% 0.01 258.338);
|
|
10
|
-
--color-
|
|
11
|
-
--
|
|
12
|
-
--
|
|
13
|
-
--
|
|
14
|
-
--text-xs: 0.
|
|
15
|
-
--text-
|
|
16
|
-
--text-sm: 0.
|
|
17
|
-
--text-
|
|
18
|
-
--text-base:
|
|
19
|
-
--text-
|
|
20
|
-
--text-lg: 1.
|
|
21
|
-
--text-
|
|
22
|
-
--text-xl: 1.
|
|
23
|
-
--
|
|
24
|
-
--font-weight-
|
|
25
|
-
--font-weight-
|
|
26
|
-
--
|
|
27
|
-
--
|
|
28
|
-
--radius-
|
|
29
|
-
--radius-
|
|
30
|
-
--
|
|
31
|
-
--
|
|
32
|
-
--animate-
|
|
33
|
-
--
|
|
34
|
-
--default-transition-
|
|
35
|
-
--
|
|
36
|
-
--animate-float: float var(--tw-duration, 4000ms) var(--tw-ease, ease-in-out) infinite;
|
|
37
|
-
--animate-rotate: rotate var(--tw-duration, 1500ms) var(--tw-ease, ease) infinite;
|
|
8
|
+
--novacon-color-red-500: oklch(63.7% 0.237 25.331);
|
|
9
|
+
--novacon-color-gray-300: oklch(87.2% 0.01 258.338);
|
|
10
|
+
--novacon-color-white: #fff;
|
|
11
|
+
--novacon-spacing: 0.25rem;
|
|
12
|
+
--novacon-container-md: 28rem;
|
|
13
|
+
--novacon-text-xs: 0.75rem;
|
|
14
|
+
--novacon-text-xs--line-height: calc(1 / 0.75);
|
|
15
|
+
--novacon-text-sm: 0.875rem;
|
|
16
|
+
--novacon-text-sm--line-height: calc(1.25 / 0.875);
|
|
17
|
+
--novacon-text-base: 1rem;
|
|
18
|
+
--novacon-text-base--line-height: calc(1.5 / 1);
|
|
19
|
+
--novacon-text-lg: 1.125rem;
|
|
20
|
+
--novacon-text-lg--line-height: calc(1.75 / 1.125);
|
|
21
|
+
--novacon-text-xl: 1.25rem;
|
|
22
|
+
--novacon-text-xl--line-height: calc(1.75 / 1.25);
|
|
23
|
+
--novacon-font-weight-medium: 500;
|
|
24
|
+
--novacon-font-weight-semibold: 600;
|
|
25
|
+
--novacon-font-weight-bold: 700;
|
|
26
|
+
--novacon-leading-relaxed: 1.625;
|
|
27
|
+
--novacon-radius-md: 0.375rem;
|
|
28
|
+
--novacon-radius-lg: 0.5rem;
|
|
29
|
+
--novacon-radius-xl: 0.75rem;
|
|
30
|
+
--novacon-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
31
|
+
--novacon-animate-spin: spin 1s linear infinite;
|
|
32
|
+
--novacon-animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
33
|
+
--novacon-default-transition-duration: 150ms;
|
|
34
|
+
--novacon-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
35
|
+
--novacon-animate-rotate: rotate var(--tw-duration, 1500ms) var(--tw-ease, ease) infinite;
|
|
38
36
|
}
|
|
39
37
|
}
|
|
40
38
|
@layer utilities {
|
|
41
|
-
.pointer-events-none {
|
|
39
|
+
.novacon\:pointer-events-none {
|
|
42
40
|
pointer-events: none;
|
|
43
41
|
}
|
|
44
|
-
.
|
|
45
|
-
visibility: visible;
|
|
46
|
-
}
|
|
47
|
-
.sr-only {
|
|
42
|
+
.novacon\:sr-only {
|
|
48
43
|
position: absolute;
|
|
49
44
|
width: 1px;
|
|
50
45
|
height: 1px;
|
|
@@ -55,910 +50,839 @@
|
|
|
55
50
|
white-space: nowrap;
|
|
56
51
|
border-width: 0;
|
|
57
52
|
}
|
|
58
|
-
.absolute {
|
|
53
|
+
.novacon\:absolute {
|
|
59
54
|
position: absolute;
|
|
60
55
|
}
|
|
61
|
-
.
|
|
62
|
-
position: fixed;
|
|
63
|
-
}
|
|
64
|
-
.relative {
|
|
56
|
+
.novacon\:relative {
|
|
65
57
|
position: relative;
|
|
66
58
|
}
|
|
67
|
-
.
|
|
68
|
-
position: static;
|
|
69
|
-
}
|
|
70
|
-
.-inset-\[2px\] {
|
|
59
|
+
.novacon\:-inset-\[2px\] {
|
|
71
60
|
inset: calc(2px * -1);
|
|
72
61
|
}
|
|
73
|
-
.inset-0 {
|
|
74
|
-
inset: calc(var(--spacing) * 0);
|
|
62
|
+
.novacon\:inset-0 {
|
|
63
|
+
inset: calc(var(--novacon-spacing) * 0);
|
|
75
64
|
}
|
|
76
|
-
.inset-\[1px\] {
|
|
65
|
+
.novacon\:inset-\[1px\] {
|
|
77
66
|
inset: 1px;
|
|
78
67
|
}
|
|
79
|
-
|
|
80
|
-
top: calc(var(--spacing) * -2);
|
|
68
|
+
.novacon\:-top-2 {
|
|
69
|
+
top: calc(var(--novacon-spacing) * -2);
|
|
81
70
|
}
|
|
82
|
-
.top-0 {
|
|
83
|
-
top: calc(var(--spacing) * 0);
|
|
71
|
+
.novacon\:top-0 {
|
|
72
|
+
top: calc(var(--novacon-spacing) * 0);
|
|
84
73
|
}
|
|
85
|
-
.top-0\.5 {
|
|
86
|
-
top: calc(var(--spacing) * 0.5);
|
|
74
|
+
.novacon\:top-0\.5 {
|
|
75
|
+
top: calc(var(--novacon-spacing) * 0.5);
|
|
87
76
|
}
|
|
88
|
-
.top-1\/2 {
|
|
77
|
+
.novacon\:top-1\/2 {
|
|
89
78
|
top: calc(1/2 * 100%);
|
|
90
79
|
}
|
|
91
|
-
.top-2 {
|
|
92
|
-
top: calc(var(--spacing) * 2);
|
|
93
|
-
}
|
|
94
|
-
.top-4 {
|
|
95
|
-
top: calc(var(--spacing) * 4);
|
|
80
|
+
.novacon\:top-2 {
|
|
81
|
+
top: calc(var(--novacon-spacing) * 2);
|
|
96
82
|
}
|
|
97
|
-
.top-\[2px\] {
|
|
83
|
+
.novacon\:top-\[2px\] {
|
|
98
84
|
top: 2px;
|
|
99
85
|
}
|
|
100
|
-
.top-\[5\%\] {
|
|
86
|
+
.novacon\:top-\[5\%\] {
|
|
101
87
|
top: 5%;
|
|
102
88
|
}
|
|
103
|
-
.top-\[10\%\] {
|
|
89
|
+
.novacon\:top-\[10\%\] {
|
|
104
90
|
top: 10%;
|
|
105
91
|
}
|
|
106
|
-
.top-\[25\%\] {
|
|
92
|
+
.novacon\:top-\[25\%\] {
|
|
107
93
|
top: 25%;
|
|
108
94
|
}
|
|
109
|
-
|
|
110
|
-
right: calc(var(--spacing) * -1);
|
|
95
|
+
.novacon\:-right-1 {
|
|
96
|
+
right: calc(var(--novacon-spacing) * -1);
|
|
111
97
|
}
|
|
112
|
-
|
|
113
|
-
right: calc(var(--spacing) * -2);
|
|
98
|
+
.novacon\:-right-2 {
|
|
99
|
+
right: calc(var(--novacon-spacing) * -2);
|
|
114
100
|
}
|
|
115
|
-
.right-0 {
|
|
116
|
-
right: calc(var(--spacing) * 0);
|
|
101
|
+
.novacon\:right-0 {
|
|
102
|
+
right: calc(var(--novacon-spacing) * 0);
|
|
117
103
|
}
|
|
118
|
-
.right-0\.5 {
|
|
119
|
-
right: calc(var(--spacing) * 0.5);
|
|
104
|
+
.novacon\:right-0\.5 {
|
|
105
|
+
right: calc(var(--novacon-spacing) * 0.5);
|
|
120
106
|
}
|
|
121
|
-
.right-
|
|
122
|
-
right: calc(var(--spacing) *
|
|
107
|
+
.novacon\:right-5 {
|
|
108
|
+
right: calc(var(--novacon-spacing) * 5);
|
|
123
109
|
}
|
|
124
|
-
.right-
|
|
125
|
-
right: calc(var(--spacing) * 5);
|
|
126
|
-
}
|
|
127
|
-
.right-\[-10px\] {
|
|
110
|
+
.novacon\:right-\[-10px\] {
|
|
128
111
|
right: -10px;
|
|
129
112
|
}
|
|
130
|
-
.right-\[-40px\] {
|
|
113
|
+
.novacon\:right-\[-40px\] {
|
|
131
114
|
right: -40px;
|
|
132
115
|
}
|
|
133
|
-
.right-\[2px\] {
|
|
116
|
+
.novacon\:right-\[2px\] {
|
|
134
117
|
right: 2px;
|
|
135
118
|
}
|
|
136
|
-
.right-\[10\%\] {
|
|
119
|
+
.novacon\:right-\[10\%\] {
|
|
137
120
|
right: 10%;
|
|
138
121
|
}
|
|
139
|
-
.right-\[15\%\] {
|
|
122
|
+
.novacon\:right-\[15\%\] {
|
|
140
123
|
right: 15%;
|
|
141
124
|
}
|
|
142
|
-
|
|
143
|
-
bottom: calc(var(--spacing) * -1);
|
|
144
|
-
}
|
|
145
|
-
.bottom-0 {
|
|
146
|
-
bottom: calc(var(--spacing) * 0);
|
|
125
|
+
.novacon\:-bottom-1 {
|
|
126
|
+
bottom: calc(var(--novacon-spacing) * -1);
|
|
147
127
|
}
|
|
148
|
-
.bottom-
|
|
149
|
-
bottom: calc(var(--spacing) *
|
|
128
|
+
.novacon\:bottom-0 {
|
|
129
|
+
bottom: calc(var(--novacon-spacing) * 0);
|
|
150
130
|
}
|
|
151
|
-
.bottom-\[-10px\] {
|
|
131
|
+
.novacon\:bottom-\[-10px\] {
|
|
152
132
|
bottom: -10px;
|
|
153
133
|
}
|
|
154
|
-
.bottom-\[10\%\] {
|
|
134
|
+
.novacon\:bottom-\[10\%\] {
|
|
155
135
|
bottom: 10%;
|
|
156
136
|
}
|
|
157
|
-
.bottom-\[15\%\] {
|
|
137
|
+
.novacon\:bottom-\[15\%\] {
|
|
158
138
|
bottom: 15%;
|
|
159
139
|
}
|
|
160
|
-
.left-1\/2 {
|
|
140
|
+
.novacon\:left-1\/2 {
|
|
161
141
|
left: calc(1/2 * 100%);
|
|
162
142
|
}
|
|
163
|
-
.left-
|
|
164
|
-
left: calc(var(--spacing) * 4);
|
|
165
|
-
}
|
|
166
|
-
.left-\[-10px\] {
|
|
143
|
+
.novacon\:left-\[-10px\] {
|
|
167
144
|
left: -10px;
|
|
168
145
|
}
|
|
169
|
-
.left-\[5\%\] {
|
|
146
|
+
.novacon\:left-\[5\%\] {
|
|
170
147
|
left: 5%;
|
|
171
148
|
}
|
|
172
|
-
.left-\[10\%\] {
|
|
149
|
+
.novacon\:left-\[10\%\] {
|
|
173
150
|
left: 10%;
|
|
174
151
|
}
|
|
175
|
-
.left-\[110\%\] {
|
|
152
|
+
.novacon\:left-\[110\%\] {
|
|
176
153
|
left: 110%;
|
|
177
154
|
}
|
|
178
|
-
.z-0 {
|
|
155
|
+
.novacon\:z-0 {
|
|
179
156
|
z-index: 0;
|
|
180
157
|
}
|
|
181
|
-
.z-1 {
|
|
158
|
+
.novacon\:z-1 {
|
|
182
159
|
z-index: 1;
|
|
183
160
|
}
|
|
184
|
-
.z-2 {
|
|
161
|
+
.novacon\:z-2 {
|
|
185
162
|
z-index: 2;
|
|
186
163
|
}
|
|
187
|
-
.z-3 {
|
|
164
|
+
.novacon\:z-3 {
|
|
188
165
|
z-index: 3;
|
|
189
166
|
}
|
|
190
|
-
.z-4 {
|
|
167
|
+
.novacon\:z-4 {
|
|
191
168
|
z-index: 4;
|
|
192
169
|
}
|
|
193
|
-
.z-10 {
|
|
170
|
+
.novacon\:z-10 {
|
|
194
171
|
z-index: 10;
|
|
195
172
|
}
|
|
196
|
-
.z-
|
|
197
|
-
z-index: 11;
|
|
198
|
-
}
|
|
199
|
-
.z-20 {
|
|
173
|
+
.novacon\:z-20 {
|
|
200
174
|
z-index: 20;
|
|
201
175
|
}
|
|
202
|
-
.
|
|
203
|
-
|
|
204
|
-
@media (width >= 40rem) {
|
|
205
|
-
max-width: 40rem;
|
|
206
|
-
}
|
|
207
|
-
@media (width >= 48rem) {
|
|
208
|
-
max-width: 48rem;
|
|
209
|
-
}
|
|
210
|
-
@media (width >= 64rem) {
|
|
211
|
-
max-width: 64rem;
|
|
212
|
-
}
|
|
213
|
-
@media (width >= 80rem) {
|
|
214
|
-
max-width: 80rem;
|
|
215
|
-
}
|
|
216
|
-
@media (width >= 96rem) {
|
|
217
|
-
max-width: 96rem;
|
|
218
|
-
}
|
|
176
|
+
.novacon\:z-\[11\] {
|
|
177
|
+
z-index: 11;
|
|
219
178
|
}
|
|
220
|
-
.m-\[-16px\] {
|
|
179
|
+
.novacon\:m-\[-16px\] {
|
|
221
180
|
margin: -16px;
|
|
222
181
|
}
|
|
223
|
-
.mx-4 {
|
|
224
|
-
margin-inline: calc(var(--spacing) * 4);
|
|
182
|
+
.novacon\:mx-4 {
|
|
183
|
+
margin-inline: calc(var(--novacon-spacing) * 4);
|
|
225
184
|
}
|
|
226
|
-
.mt-1 {
|
|
227
|
-
margin-top: calc(var(--spacing) * 1);
|
|
185
|
+
.novacon\:mt-1 {
|
|
186
|
+
margin-top: calc(var(--novacon-spacing) * 1);
|
|
228
187
|
}
|
|
229
|
-
.mt-2 {
|
|
230
|
-
margin-top: calc(var(--spacing) * 2);
|
|
188
|
+
.novacon\:mt-2 {
|
|
189
|
+
margin-top: calc(var(--novacon-spacing) * 2);
|
|
231
190
|
}
|
|
232
|
-
.mt-3 {
|
|
233
|
-
margin-top: calc(var(--spacing) * 3);
|
|
191
|
+
.novacon\:mt-3 {
|
|
192
|
+
margin-top: calc(var(--novacon-spacing) * 3);
|
|
234
193
|
}
|
|
235
|
-
.mt-6 {
|
|
236
|
-
margin-top: calc(var(--spacing) * 6);
|
|
194
|
+
.novacon\:mt-6 {
|
|
195
|
+
margin-top: calc(var(--novacon-spacing) * 6);
|
|
237
196
|
}
|
|
238
|
-
.mr-1 {
|
|
239
|
-
margin-right: calc(var(--spacing) * 1);
|
|
197
|
+
.novacon\:mr-1 {
|
|
198
|
+
margin-right: calc(var(--novacon-spacing) * 1);
|
|
240
199
|
}
|
|
241
|
-
.mb-1 {
|
|
242
|
-
margin-bottom: calc(var(--spacing) * 1);
|
|
200
|
+
.novacon\:mb-1 {
|
|
201
|
+
margin-bottom: calc(var(--novacon-spacing) * 1);
|
|
243
202
|
}
|
|
244
|
-
.mb-2 {
|
|
245
|
-
margin-bottom: calc(var(--spacing) * 2);
|
|
203
|
+
.novacon\:mb-2 {
|
|
204
|
+
margin-bottom: calc(var(--novacon-spacing) * 2);
|
|
246
205
|
}
|
|
247
|
-
.mb-3 {
|
|
248
|
-
margin-bottom: calc(var(--spacing) * 3);
|
|
206
|
+
.novacon\:mb-3 {
|
|
207
|
+
margin-bottom: calc(var(--novacon-spacing) * 3);
|
|
249
208
|
}
|
|
250
|
-
.mb-4 {
|
|
251
|
-
margin-bottom: calc(var(--spacing) * 4);
|
|
209
|
+
.novacon\:mb-4 {
|
|
210
|
+
margin-bottom: calc(var(--novacon-spacing) * 4);
|
|
252
211
|
}
|
|
253
|
-
.mb-6 {
|
|
254
|
-
margin-bottom: calc(var(--spacing) * 6);
|
|
212
|
+
.novacon\:mb-6 {
|
|
213
|
+
margin-bottom: calc(var(--novacon-spacing) * 6);
|
|
255
214
|
}
|
|
256
|
-
|
|
257
|
-
margin-left: calc(var(--spacing) * -2);
|
|
215
|
+
.novacon\:-ml-2 {
|
|
216
|
+
margin-left: calc(var(--novacon-spacing) * -2);
|
|
258
217
|
}
|
|
259
|
-
.ml-auto {
|
|
218
|
+
.novacon\:ml-auto {
|
|
260
219
|
margin-left: auto;
|
|
261
220
|
}
|
|
262
|
-
.block {
|
|
221
|
+
.novacon\:block {
|
|
263
222
|
display: block;
|
|
264
223
|
}
|
|
265
|
-
.
|
|
266
|
-
display: contents;
|
|
267
|
-
}
|
|
268
|
-
.flex {
|
|
224
|
+
.novacon\:flex {
|
|
269
225
|
display: flex;
|
|
270
226
|
}
|
|
271
|
-
.
|
|
272
|
-
display: grid;
|
|
273
|
-
}
|
|
274
|
-
.hidden {
|
|
227
|
+
.novacon\:hidden {
|
|
275
228
|
display: none;
|
|
276
229
|
}
|
|
277
|
-
.inline-flex {
|
|
230
|
+
.novacon\:inline-flex {
|
|
278
231
|
display: inline-flex;
|
|
279
232
|
}
|
|
280
|
-
.h-2 {
|
|
281
|
-
height: calc(var(--spacing) * 2);
|
|
282
|
-
}
|
|
283
|
-
.h-3 {
|
|
284
|
-
height: calc(var(--spacing) * 3);
|
|
233
|
+
.novacon\:h-2 {
|
|
234
|
+
height: calc(var(--novacon-spacing) * 2);
|
|
285
235
|
}
|
|
286
|
-
.h-
|
|
287
|
-
height: calc(var(--spacing) *
|
|
236
|
+
.novacon\:h-3 {
|
|
237
|
+
height: calc(var(--novacon-spacing) * 3);
|
|
288
238
|
}
|
|
289
|
-
.h-
|
|
290
|
-
height: calc(var(--spacing) *
|
|
239
|
+
.novacon\:h-4 {
|
|
240
|
+
height: calc(var(--novacon-spacing) * 4);
|
|
291
241
|
}
|
|
292
|
-
.h-
|
|
293
|
-
height: calc(var(--spacing) *
|
|
242
|
+
.novacon\:h-5 {
|
|
243
|
+
height: calc(var(--novacon-spacing) * 5);
|
|
294
244
|
}
|
|
295
|
-
.h-
|
|
296
|
-
height: calc(var(--spacing) *
|
|
245
|
+
.novacon\:h-6 {
|
|
246
|
+
height: calc(var(--novacon-spacing) * 6);
|
|
297
247
|
}
|
|
298
|
-
.h-
|
|
299
|
-
height: calc(var(--spacing) *
|
|
248
|
+
.novacon\:h-8 {
|
|
249
|
+
height: calc(var(--novacon-spacing) * 8);
|
|
300
250
|
}
|
|
301
|
-
.h-
|
|
302
|
-
height: calc(var(--spacing) *
|
|
251
|
+
.novacon\:h-12 {
|
|
252
|
+
height: calc(var(--novacon-spacing) * 12);
|
|
303
253
|
}
|
|
304
|
-
.h-
|
|
305
|
-
height: calc(var(--spacing) *
|
|
254
|
+
.novacon\:h-14 {
|
|
255
|
+
height: calc(var(--novacon-spacing) * 14);
|
|
306
256
|
}
|
|
307
|
-
.h-
|
|
308
|
-
height: calc(var(--spacing) *
|
|
257
|
+
.novacon\:h-16 {
|
|
258
|
+
height: calc(var(--novacon-spacing) * 16);
|
|
309
259
|
}
|
|
310
|
-
.h-
|
|
311
|
-
height: calc(var(--spacing) *
|
|
260
|
+
.novacon\:h-20 {
|
|
261
|
+
height: calc(var(--novacon-spacing) * 20);
|
|
312
262
|
}
|
|
313
|
-
.h-28 {
|
|
314
|
-
height: calc(var(--spacing) * 28);
|
|
263
|
+
.novacon\:h-28 {
|
|
264
|
+
height: calc(var(--novacon-spacing) * 28);
|
|
315
265
|
}
|
|
316
|
-
.h-32 {
|
|
317
|
-
height: calc(var(--spacing) * 32);
|
|
266
|
+
.novacon\:h-32 {
|
|
267
|
+
height: calc(var(--novacon-spacing) * 32);
|
|
318
268
|
}
|
|
319
|
-
.h-48 {
|
|
320
|
-
height: calc(var(--spacing) * 48);
|
|
269
|
+
.novacon\:h-48 {
|
|
270
|
+
height: calc(var(--novacon-spacing) * 48);
|
|
321
271
|
}
|
|
322
|
-
.h-64 {
|
|
323
|
-
height: calc(var(--spacing) * 64);
|
|
272
|
+
.novacon\:h-64 {
|
|
273
|
+
height: calc(var(--novacon-spacing) * 64);
|
|
324
274
|
}
|
|
325
|
-
.h-\[2px\] {
|
|
275
|
+
.novacon\:h-\[2px\] {
|
|
326
276
|
height: 2px;
|
|
327
277
|
}
|
|
328
|
-
.h-\[125px\] {
|
|
278
|
+
.novacon\:h-\[125px\] {
|
|
329
279
|
height: 125px;
|
|
330
280
|
}
|
|
331
|
-
.h-\[calc\(100\%_\+_4px\)\] {
|
|
281
|
+
.novacon\:h-\[calc\(100\%_\+_4px\)\] {
|
|
332
282
|
height: calc(100% + 4px);
|
|
333
283
|
}
|
|
334
|
-
.h-auto {
|
|
284
|
+
.novacon\:h-auto {
|
|
335
285
|
height: auto;
|
|
336
286
|
}
|
|
337
|
-
.h-full {
|
|
287
|
+
.novacon\:h-full {
|
|
338
288
|
height: 100%;
|
|
339
289
|
}
|
|
340
|
-
.max-h-32 {
|
|
341
|
-
max-height: calc(var(--spacing) * 32);
|
|
290
|
+
.novacon\:max-h-32 {
|
|
291
|
+
max-height: calc(var(--novacon-spacing) * 32);
|
|
342
292
|
}
|
|
343
|
-
.max-h-\[300px\] {
|
|
293
|
+
.novacon\:max-h-\[300px\] {
|
|
344
294
|
max-height: 300px;
|
|
345
295
|
}
|
|
346
|
-
.max-h-\[310px\] {
|
|
296
|
+
.novacon\:max-h-\[310px\] {
|
|
347
297
|
max-height: 310px;
|
|
348
298
|
}
|
|
349
|
-
.max-h-\[312px\] {
|
|
299
|
+
.novacon\:max-h-\[312px\] {
|
|
350
300
|
max-height: 312px;
|
|
351
301
|
}
|
|
352
|
-
.max-h-full {
|
|
302
|
+
.novacon\:max-h-full {
|
|
353
303
|
max-height: 100%;
|
|
354
304
|
}
|
|
355
|
-
.max-h-none {
|
|
305
|
+
.novacon\:max-h-none {
|
|
356
306
|
max-height: none;
|
|
357
307
|
}
|
|
358
|
-
.min-h-\[42px\] {
|
|
308
|
+
.novacon\:min-h-\[42px\] {
|
|
359
309
|
min-height: 42px;
|
|
360
310
|
}
|
|
361
|
-
.min-h-\[60px\] {
|
|
311
|
+
.novacon\:min-h-\[60px\] {
|
|
362
312
|
min-height: 60px;
|
|
363
313
|
}
|
|
364
|
-
.min-h-\[110px\] {
|
|
314
|
+
.novacon\:min-h-\[110px\] {
|
|
365
315
|
min-height: 110px;
|
|
366
316
|
}
|
|
367
|
-
.w-2 {
|
|
368
|
-
width: calc(var(--spacing) * 2);
|
|
317
|
+
.novacon\:w-2 {
|
|
318
|
+
width: calc(var(--novacon-spacing) * 2);
|
|
369
319
|
}
|
|
370
|
-
.w-3 {
|
|
371
|
-
width: calc(var(--spacing) * 3);
|
|
320
|
+
.novacon\:w-3 {
|
|
321
|
+
width: calc(var(--novacon-spacing) * 3);
|
|
372
322
|
}
|
|
373
|
-
.w-4 {
|
|
374
|
-
width: calc(var(--spacing) * 4);
|
|
323
|
+
.novacon\:w-4 {
|
|
324
|
+
width: calc(var(--novacon-spacing) * 4);
|
|
375
325
|
}
|
|
376
|
-
.w-5 {
|
|
377
|
-
width: calc(var(--spacing) * 5);
|
|
326
|
+
.novacon\:w-5 {
|
|
327
|
+
width: calc(var(--novacon-spacing) * 5);
|
|
378
328
|
}
|
|
379
|
-
.w-6 {
|
|
380
|
-
width: calc(var(--spacing) * 6);
|
|
329
|
+
.novacon\:w-6 {
|
|
330
|
+
width: calc(var(--novacon-spacing) * 6);
|
|
381
331
|
}
|
|
382
|
-
.w-8 {
|
|
383
|
-
width: calc(var(--spacing) * 8);
|
|
332
|
+
.novacon\:w-8 {
|
|
333
|
+
width: calc(var(--novacon-spacing) * 8);
|
|
384
334
|
}
|
|
385
|
-
.w-12 {
|
|
386
|
-
width: calc(var(--spacing) * 12);
|
|
335
|
+
.novacon\:w-12 {
|
|
336
|
+
width: calc(var(--novacon-spacing) * 12);
|
|
387
337
|
}
|
|
388
|
-
.w-14 {
|
|
389
|
-
width: calc(var(--spacing) * 14);
|
|
338
|
+
.novacon\:w-14 {
|
|
339
|
+
width: calc(var(--novacon-spacing) * 14);
|
|
390
340
|
}
|
|
391
|
-
.w-16 {
|
|
392
|
-
width: calc(var(--spacing) * 16);
|
|
341
|
+
.novacon\:w-16 {
|
|
342
|
+
width: calc(var(--novacon-spacing) * 16);
|
|
393
343
|
}
|
|
394
|
-
.w-20 {
|
|
395
|
-
width: calc(var(--spacing) * 20);
|
|
344
|
+
.novacon\:w-20 {
|
|
345
|
+
width: calc(var(--novacon-spacing) * 20);
|
|
396
346
|
}
|
|
397
|
-
.w-24 {
|
|
398
|
-
width: calc(var(--spacing) * 24);
|
|
347
|
+
.novacon\:w-24 {
|
|
348
|
+
width: calc(var(--novacon-spacing) * 24);
|
|
399
349
|
}
|
|
400
|
-
.w-28 {
|
|
401
|
-
width: calc(var(--spacing) * 28);
|
|
350
|
+
.novacon\:w-28 {
|
|
351
|
+
width: calc(var(--novacon-spacing) * 28);
|
|
402
352
|
}
|
|
403
|
-
.w-32 {
|
|
404
|
-
width: calc(var(--spacing) * 32);
|
|
353
|
+
.novacon\:w-32 {
|
|
354
|
+
width: calc(var(--novacon-spacing) * 32);
|
|
405
355
|
}
|
|
406
|
-
.w-48 {
|
|
407
|
-
width: calc(var(--spacing) * 48);
|
|
356
|
+
.novacon\:w-48 {
|
|
357
|
+
width: calc(var(--novacon-spacing) * 48);
|
|
408
358
|
}
|
|
409
|
-
.w-\[--radix-select-trigger-width\] {
|
|
359
|
+
.novacon\:w-\[--radix-select-trigger-width\] {
|
|
410
360
|
width: --radix-select-trigger-width;
|
|
411
361
|
}
|
|
412
|
-
.w-\[1px\] {
|
|
362
|
+
.novacon\:w-\[1px\] {
|
|
413
363
|
width: 1px;
|
|
414
364
|
}
|
|
415
|
-
.w-\[125px\] {
|
|
365
|
+
.novacon\:w-\[125px\] {
|
|
416
366
|
width: 125px;
|
|
417
367
|
}
|
|
418
|
-
.w-\[210px\] {
|
|
368
|
+
.novacon\:w-\[210px\] {
|
|
419
369
|
width: 210px;
|
|
420
370
|
}
|
|
421
|
-
.w-\[calc\(100\%_\+_4px\)\] {
|
|
371
|
+
.novacon\:w-\[calc\(100\%_\+_4px\)\] {
|
|
422
372
|
width: calc(100% + 4px);
|
|
423
373
|
}
|
|
424
|
-
.w-full {
|
|
374
|
+
.novacon\:w-full {
|
|
425
375
|
width: 100%;
|
|
426
376
|
}
|
|
427
|
-
.max-w-full {
|
|
377
|
+
.novacon\:max-w-full {
|
|
428
378
|
max-width: 100%;
|
|
429
379
|
}
|
|
430
|
-
.max-w-md {
|
|
431
|
-
max-width: var(--container-md);
|
|
380
|
+
.novacon\:max-w-md {
|
|
381
|
+
max-width: var(--novacon-container-md);
|
|
432
382
|
}
|
|
433
|
-
.min-w-\[60px\] {
|
|
383
|
+
.novacon\:min-w-\[60px\] {
|
|
434
384
|
min-width: 60px;
|
|
435
385
|
}
|
|
436
|
-
.min-w-\[110px\] {
|
|
386
|
+
.novacon\:min-w-\[110px\] {
|
|
437
387
|
min-width: 110px;
|
|
438
388
|
}
|
|
439
|
-
.flex-1 {
|
|
389
|
+
.novacon\:flex-1 {
|
|
440
390
|
flex: 1;
|
|
441
391
|
}
|
|
442
|
-
.flex-shrink-0 {
|
|
392
|
+
.novacon\:flex-shrink-0 {
|
|
443
393
|
flex-shrink: 0;
|
|
444
394
|
}
|
|
445
|
-
|
|
395
|
+
.novacon\:-translate-x-1\/2 {
|
|
446
396
|
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
447
397
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
448
398
|
}
|
|
449
|
-
.translate-x-\[-10px\] {
|
|
399
|
+
.novacon\:translate-x-\[-10px\] {
|
|
450
400
|
--tw-translate-x: -10px;
|
|
451
401
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
452
402
|
}
|
|
453
|
-
|
|
403
|
+
.novacon\:-translate-y-1\/2 {
|
|
454
404
|
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
455
405
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
456
406
|
}
|
|
457
|
-
.transform {
|
|
407
|
+
.novacon\:transform {
|
|
458
408
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
459
409
|
}
|
|
460
|
-
.animate-
|
|
461
|
-
animation: var(--animate-
|
|
410
|
+
.novacon\:animate-pulse {
|
|
411
|
+
animation: var(--novacon-animate-pulse);
|
|
462
412
|
}
|
|
463
|
-
.animate-
|
|
464
|
-
animation: var(--animate-
|
|
413
|
+
.novacon\:animate-spin {
|
|
414
|
+
animation: var(--novacon-animate-spin);
|
|
465
415
|
}
|
|
466
|
-
.
|
|
467
|
-
animation: var(--animate-spin);
|
|
468
|
-
}
|
|
469
|
-
.cursor-default {
|
|
416
|
+
.novacon\:cursor-default {
|
|
470
417
|
cursor: default;
|
|
471
418
|
}
|
|
472
|
-
.cursor-not-allowed {
|
|
419
|
+
.novacon\:cursor-not-allowed {
|
|
473
420
|
cursor: not-allowed;
|
|
474
421
|
}
|
|
475
|
-
.cursor-pointer {
|
|
422
|
+
.novacon\:cursor-pointer {
|
|
476
423
|
cursor: pointer;
|
|
477
424
|
}
|
|
478
|
-
.cursor-wait {
|
|
425
|
+
.novacon\:cursor-wait {
|
|
479
426
|
cursor: wait;
|
|
480
427
|
}
|
|
481
|
-
.flex-col {
|
|
428
|
+
.novacon\:flex-col {
|
|
482
429
|
flex-direction: column;
|
|
483
430
|
}
|
|
484
|
-
.flex-col-reverse {
|
|
431
|
+
.novacon\:flex-col-reverse {
|
|
485
432
|
flex-direction: column-reverse;
|
|
486
433
|
}
|
|
487
|
-
.flex-row {
|
|
434
|
+
.novacon\:flex-row {
|
|
488
435
|
flex-direction: row;
|
|
489
436
|
}
|
|
490
|
-
.flex-wrap {
|
|
437
|
+
.novacon\:flex-wrap {
|
|
491
438
|
flex-wrap: wrap;
|
|
492
439
|
}
|
|
493
|
-
.items-center {
|
|
440
|
+
.novacon\:items-center {
|
|
494
441
|
align-items: center;
|
|
495
442
|
}
|
|
496
|
-
.items-start {
|
|
443
|
+
.novacon\:items-start {
|
|
497
444
|
align-items: flex-start;
|
|
498
445
|
}
|
|
499
|
-
.justify-between {
|
|
446
|
+
.novacon\:justify-between {
|
|
500
447
|
justify-content: space-between;
|
|
501
448
|
}
|
|
502
|
-
.justify-center {
|
|
449
|
+
.novacon\:justify-center {
|
|
503
450
|
justify-content: center;
|
|
504
451
|
}
|
|
505
|
-
.justify-end {
|
|
452
|
+
.novacon\:justify-end {
|
|
506
453
|
justify-content: flex-end;
|
|
507
454
|
}
|
|
508
|
-
.justify-start {
|
|
455
|
+
.novacon\:justify-start {
|
|
509
456
|
justify-content: flex-start;
|
|
510
457
|
}
|
|
511
|
-
.gap-0\.5 {
|
|
512
|
-
gap: calc(var(--spacing) * 0.5);
|
|
458
|
+
.novacon\:gap-0\.5 {
|
|
459
|
+
gap: calc(var(--novacon-spacing) * 0.5);
|
|
513
460
|
}
|
|
514
|
-
.gap-1 {
|
|
515
|
-
gap: calc(var(--spacing) * 1);
|
|
461
|
+
.novacon\:gap-1 {
|
|
462
|
+
gap: calc(var(--novacon-spacing) * 1);
|
|
516
463
|
}
|
|
517
|
-
.gap-2 {
|
|
518
|
-
gap: calc(var(--spacing) * 2);
|
|
464
|
+
.novacon\:gap-2 {
|
|
465
|
+
gap: calc(var(--novacon-spacing) * 2);
|
|
519
466
|
}
|
|
520
|
-
.gap-3 {
|
|
521
|
-
gap: calc(var(--spacing) * 3);
|
|
467
|
+
.novacon\:gap-3 {
|
|
468
|
+
gap: calc(var(--novacon-spacing) * 3);
|
|
522
469
|
}
|
|
523
|
-
.gap-4 {
|
|
524
|
-
gap: calc(var(--spacing) * 4);
|
|
470
|
+
.novacon\:gap-4 {
|
|
471
|
+
gap: calc(var(--novacon-spacing) * 4);
|
|
525
472
|
}
|
|
526
|
-
.space-y-2 {
|
|
473
|
+
.novacon\:space-y-2 {
|
|
527
474
|
:where(& > :not(:last-child)) {
|
|
528
475
|
--tw-space-y-reverse: 0;
|
|
529
|
-
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
|
|
530
|
-
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
476
|
+
margin-block-start: calc(calc(var(--novacon-spacing) * 2) * var(--tw-space-y-reverse));
|
|
477
|
+
margin-block-end: calc(calc(var(--novacon-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
531
478
|
}
|
|
532
479
|
}
|
|
533
|
-
.space-x-1\.5 {
|
|
480
|
+
.novacon\:space-x-1\.5 {
|
|
534
481
|
:where(& > :not(:last-child)) {
|
|
535
482
|
--tw-space-x-reverse: 0;
|
|
536
|
-
margin-inline-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-x-reverse));
|
|
537
|
-
margin-inline-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-x-reverse)));
|
|
483
|
+
margin-inline-start: calc(calc(var(--novacon-spacing) * 1.5) * var(--tw-space-x-reverse));
|
|
484
|
+
margin-inline-end: calc(calc(var(--novacon-spacing) * 1.5) * calc(1 - var(--tw-space-x-reverse)));
|
|
538
485
|
}
|
|
539
486
|
}
|
|
540
|
-
.space-x-2 {
|
|
487
|
+
.novacon\:space-x-2 {
|
|
541
488
|
:where(& > :not(:last-child)) {
|
|
542
489
|
--tw-space-x-reverse: 0;
|
|
543
|
-
margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
|
|
544
|
-
margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
|
|
490
|
+
margin-inline-start: calc(calc(var(--novacon-spacing) * 2) * var(--tw-space-x-reverse));
|
|
491
|
+
margin-inline-end: calc(calc(var(--novacon-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
|
|
545
492
|
}
|
|
546
493
|
}
|
|
547
|
-
.space-x-3 {
|
|
494
|
+
.novacon\:space-x-3 {
|
|
548
495
|
:where(& > :not(:last-child)) {
|
|
549
496
|
--tw-space-x-reverse: 0;
|
|
550
|
-
margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
|
|
551
|
-
margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
|
|
497
|
+
margin-inline-start: calc(calc(var(--novacon-spacing) * 3) * var(--tw-space-x-reverse));
|
|
498
|
+
margin-inline-end: calc(calc(var(--novacon-spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
|
|
552
499
|
}
|
|
553
500
|
}
|
|
554
|
-
.truncate {
|
|
501
|
+
.novacon\:truncate {
|
|
555
502
|
overflow: hidden;
|
|
556
503
|
text-overflow: ellipsis;
|
|
557
504
|
white-space: nowrap;
|
|
558
505
|
}
|
|
559
|
-
.overflow-auto {
|
|
506
|
+
.novacon\:overflow-auto {
|
|
560
507
|
overflow: auto;
|
|
561
508
|
}
|
|
562
|
-
.overflow-hidden {
|
|
509
|
+
.novacon\:overflow-hidden {
|
|
563
510
|
overflow: hidden;
|
|
564
511
|
}
|
|
565
|
-
.overflow-x-auto {
|
|
512
|
+
.novacon\:overflow-x-auto {
|
|
566
513
|
overflow-x: auto;
|
|
567
514
|
}
|
|
568
|
-
.overflow-x-hidden {
|
|
515
|
+
.novacon\:overflow-x-hidden {
|
|
569
516
|
overflow-x: hidden;
|
|
570
517
|
}
|
|
571
|
-
.overflow-y-auto {
|
|
518
|
+
.novacon\:overflow-y-auto {
|
|
572
519
|
overflow-y: auto;
|
|
573
520
|
}
|
|
574
|
-
.rounded {
|
|
521
|
+
.novacon\:rounded {
|
|
575
522
|
border-radius: 0.25rem;
|
|
576
523
|
}
|
|
577
|
-
.rounded-full {
|
|
524
|
+
.novacon\:rounded-full {
|
|
578
525
|
border-radius: calc(infinity * 1px);
|
|
579
526
|
}
|
|
580
|
-
.rounded-lg {
|
|
581
|
-
border-radius: var(--radius-lg);
|
|
527
|
+
.novacon\:rounded-lg {
|
|
528
|
+
border-radius: var(--novacon-radius-lg);
|
|
582
529
|
}
|
|
583
|
-
.rounded-md {
|
|
584
|
-
border-radius: var(--radius-md);
|
|
530
|
+
.novacon\:rounded-md {
|
|
531
|
+
border-radius: var(--novacon-radius-md);
|
|
585
532
|
}
|
|
586
|
-
.rounded-xl {
|
|
587
|
-
border-radius: var(--radius-xl);
|
|
533
|
+
.novacon\:rounded-xl {
|
|
534
|
+
border-radius: var(--novacon-radius-xl);
|
|
588
535
|
}
|
|
589
|
-
.border {
|
|
536
|
+
.novacon\:border {
|
|
590
537
|
border-style: var(--tw-border-style);
|
|
591
538
|
border-width: 1px;
|
|
592
539
|
}
|
|
593
|
-
.border-2 {
|
|
540
|
+
.novacon\:border-2 {
|
|
594
541
|
border-style: var(--tw-border-style);
|
|
595
542
|
border-width: 2px;
|
|
596
543
|
}
|
|
597
|
-
.border-t {
|
|
544
|
+
.novacon\:border-t {
|
|
598
545
|
border-top-style: var(--tw-border-style);
|
|
599
546
|
border-top-width: 1px;
|
|
600
547
|
}
|
|
601
|
-
.border-b {
|
|
548
|
+
.novacon\:border-b {
|
|
602
549
|
border-bottom-style: var(--tw-border-style);
|
|
603
550
|
border-bottom-width: 1px;
|
|
604
551
|
}
|
|
605
|
-
.border-\[var\(--tuwa-border-primary\)\] {
|
|
552
|
+
.novacon\:border-\[var\(--tuwa-border-primary\)\] {
|
|
606
553
|
border-color: var(--tuwa-border-primary);
|
|
607
554
|
}
|
|
608
|
-
.border-\[var\(--tuwa-error-text\)\] {
|
|
555
|
+
.novacon\:border-\[var\(--tuwa-error-text\)\] {
|
|
609
556
|
border-color: var(--tuwa-error-text);
|
|
610
557
|
}
|
|
611
|
-
.border-\[var\(--tuwa-pending-text\)\] {
|
|
558
|
+
.novacon\:border-\[var\(--tuwa-pending-text\)\] {
|
|
612
559
|
border-color: var(--tuwa-pending-text);
|
|
613
560
|
}
|
|
614
|
-
.border-\[var\(--tuwa-success-text\)\] {
|
|
561
|
+
.novacon\:border-\[var\(--tuwa-success-text\)\] {
|
|
615
562
|
border-color: var(--tuwa-success-text);
|
|
616
563
|
}
|
|
617
|
-
.border-\[var\(--tuwa-text-accent\)\] {
|
|
564
|
+
.novacon\:border-\[var\(--tuwa-text-accent\)\] {
|
|
618
565
|
border-color: var(--tuwa-text-accent);
|
|
619
566
|
}
|
|
620
|
-
.border-red-500 {
|
|
621
|
-
border-color: var(--color-red-500);
|
|
567
|
+
.novacon\:border-red-500 {
|
|
568
|
+
border-color: var(--novacon-color-red-500);
|
|
622
569
|
}
|
|
623
|
-
.border-transparent {
|
|
570
|
+
.novacon\:border-transparent {
|
|
624
571
|
border-color: transparent;
|
|
625
572
|
}
|
|
626
|
-
.border-t-transparent {
|
|
573
|
+
.novacon\:border-t-transparent {
|
|
627
574
|
border-top-color: transparent;
|
|
628
575
|
}
|
|
629
|
-
.bg-\[var\(--tuwa-bg-muted\)\] {
|
|
576
|
+
.novacon\:bg-\[var\(--tuwa-bg-muted\)\] {
|
|
630
577
|
background-color: var(--tuwa-bg-muted);
|
|
631
578
|
}
|
|
632
|
-
.bg-\[var\(--tuwa-bg-primary\)\] {
|
|
579
|
+
.novacon\:bg-\[var\(--tuwa-bg-primary\)\] {
|
|
633
580
|
background-color: var(--tuwa-bg-primary);
|
|
634
581
|
}
|
|
635
|
-
.bg-\[var\(--tuwa-bg-primary\)\]\/50 {
|
|
582
|
+
.novacon\:bg-\[var\(--tuwa-bg-primary\)\]\/50 {
|
|
636
583
|
background-color: var(--tuwa-bg-primary);
|
|
637
584
|
@supports (color: color-mix(in lab, red, red)) {
|
|
638
585
|
background-color: color-mix(in oklab, var(--tuwa-bg-primary) 50%, transparent);
|
|
639
586
|
}
|
|
640
587
|
}
|
|
641
|
-
.bg-\[var\(--tuwa-bg-secondary\)\] {
|
|
588
|
+
.novacon\:bg-\[var\(--tuwa-bg-secondary\)\] {
|
|
642
589
|
background-color: var(--tuwa-bg-secondary);
|
|
643
590
|
}
|
|
644
|
-
.bg-\[var\(--tuwa-border-primary\)\] {
|
|
591
|
+
.novacon\:bg-\[var\(--tuwa-border-primary\)\] {
|
|
645
592
|
background-color: var(--tuwa-border-primary);
|
|
646
593
|
}
|
|
647
|
-
.bg-\[var\(--tuwa-error-text\)\] {
|
|
594
|
+
.novacon\:bg-\[var\(--tuwa-error-text\)\] {
|
|
648
595
|
background-color: var(--tuwa-error-text);
|
|
649
596
|
}
|
|
650
|
-
.bg-\[var\(--tuwa-success-text\)\] {
|
|
597
|
+
.novacon\:bg-\[var\(--tuwa-success-text\)\] {
|
|
651
598
|
background-color: var(--tuwa-success-text);
|
|
652
599
|
}
|
|
653
|
-
.bg-\[var\(--tuwa-text-accent\)\] {
|
|
600
|
+
.novacon\:bg-\[var\(--tuwa-text-accent\)\] {
|
|
654
601
|
background-color: var(--tuwa-text-accent);
|
|
655
602
|
}
|
|
656
|
-
.bg-\[var\(--tuwa-warning-bg\)\] {
|
|
603
|
+
.novacon\:bg-\[var\(--tuwa-warning-bg\)\] {
|
|
657
604
|
background-color: var(--tuwa-warning-bg);
|
|
658
605
|
}
|
|
659
|
-
.bg-gray-300 {
|
|
660
|
-
background-color: var(--color-gray-300);
|
|
606
|
+
.novacon\:bg-gray-300 {
|
|
607
|
+
background-color: var(--novacon-color-gray-300);
|
|
661
608
|
}
|
|
662
|
-
.bg-red-500 {
|
|
663
|
-
background-color: var(--color-red-500);
|
|
609
|
+
.novacon\:bg-red-500 {
|
|
610
|
+
background-color: var(--novacon-color-red-500);
|
|
664
611
|
}
|
|
665
|
-
.bg-transparent {
|
|
612
|
+
.novacon\:bg-transparent {
|
|
666
613
|
background-color: transparent;
|
|
667
614
|
}
|
|
668
|
-
.bg-gradient-to-r {
|
|
615
|
+
.novacon\:bg-gradient-to-r {
|
|
669
616
|
--tw-gradient-position: to right in oklab;
|
|
670
617
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
671
618
|
}
|
|
672
|
-
.bg-\[radial-gradient\(ellipse_80\%_80\%_at_50\%_-20\%\,rgba\(120\,119\,198\,0\.15\)\,rgba\(255\,255\,255\,0\)\)\] {
|
|
619
|
+
.novacon\:bg-\[radial-gradient\(ellipse_80\%_80\%_at_50\%_-20\%\,rgba\(120\,119\,198\,0\.15\)\,rgba\(255\,255\,255\,0\)\)\] {
|
|
673
620
|
background-image: radial-gradient(ellipse 80% 80% at 50% -20%,rgba(120,119,198,0.15),rgba(255,255,255,0));
|
|
674
621
|
}
|
|
675
|
-
.from-\[var\(--tuwa-button-gradient-from\)\] {
|
|
622
|
+
.novacon\:from-\[var\(--tuwa-button-gradient-from\)\] {
|
|
676
623
|
--tw-gradient-from: var(--tuwa-button-gradient-from);
|
|
677
624
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
678
625
|
}
|
|
679
|
-
.to-\[var\(--tuwa-button-gradient-to\)\] {
|
|
626
|
+
.novacon\:to-\[var\(--tuwa-button-gradient-to\)\] {
|
|
680
627
|
--tw-gradient-to: var(--tuwa-button-gradient-to);
|
|
681
628
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
682
629
|
}
|
|
683
|
-
.object-cover {
|
|
630
|
+
.novacon\:object-cover {
|
|
684
631
|
-o-object-fit: cover;
|
|
685
632
|
object-fit: cover;
|
|
686
633
|
}
|
|
687
|
-
.p-0 {
|
|
688
|
-
padding: calc(var(--spacing) * 0);
|
|
634
|
+
.novacon\:p-0 {
|
|
635
|
+
padding: calc(var(--novacon-spacing) * 0);
|
|
689
636
|
}
|
|
690
|
-
.p-1 {
|
|
691
|
-
padding: calc(var(--spacing) * 1);
|
|
637
|
+
.novacon\:p-1 {
|
|
638
|
+
padding: calc(var(--novacon-spacing) * 1);
|
|
692
639
|
}
|
|
693
|
-
.p-1\.5 {
|
|
694
|
-
padding: calc(var(--spacing) * 1.5);
|
|
640
|
+
.novacon\:p-1\.5 {
|
|
641
|
+
padding: calc(var(--novacon-spacing) * 1.5);
|
|
695
642
|
}
|
|
696
|
-
.p-2 {
|
|
697
|
-
padding: calc(var(--spacing) * 2);
|
|
643
|
+
.novacon\:p-2 {
|
|
644
|
+
padding: calc(var(--novacon-spacing) * 2);
|
|
698
645
|
}
|
|
699
|
-
.p-3 {
|
|
700
|
-
padding: calc(var(--spacing) * 3);
|
|
646
|
+
.novacon\:p-3 {
|
|
647
|
+
padding: calc(var(--novacon-spacing) * 3);
|
|
701
648
|
}
|
|
702
|
-
.p-4 {
|
|
703
|
-
padding: calc(var(--spacing) * 4);
|
|
649
|
+
.novacon\:p-4 {
|
|
650
|
+
padding: calc(var(--novacon-spacing) * 4);
|
|
704
651
|
}
|
|
705
|
-
.p-6 {
|
|
706
|
-
padding: calc(var(--spacing) * 6);
|
|
652
|
+
.novacon\:p-6 {
|
|
653
|
+
padding: calc(var(--novacon-spacing) * 6);
|
|
707
654
|
}
|
|
708
|
-
.p-8 {
|
|
709
|
-
padding: calc(var(--spacing) * 8);
|
|
655
|
+
.novacon\:p-8 {
|
|
656
|
+
padding: calc(var(--novacon-spacing) * 8);
|
|
710
657
|
}
|
|
711
|
-
.px-1 {
|
|
712
|
-
padding-inline: calc(var(--spacing) * 1);
|
|
658
|
+
.novacon\:px-1 {
|
|
659
|
+
padding-inline: calc(var(--novacon-spacing) * 1);
|
|
713
660
|
}
|
|
714
|
-
.px-1\.5 {
|
|
715
|
-
padding-inline: calc(var(--spacing) * 1.5);
|
|
661
|
+
.novacon\:px-1\.5 {
|
|
662
|
+
padding-inline: calc(var(--novacon-spacing) * 1.5);
|
|
716
663
|
}
|
|
717
|
-
.px-2 {
|
|
718
|
-
padding-inline: calc(var(--spacing) * 2);
|
|
664
|
+
.novacon\:px-2 {
|
|
665
|
+
padding-inline: calc(var(--novacon-spacing) * 2);
|
|
719
666
|
}
|
|
720
|
-
.px-2\.5 {
|
|
721
|
-
padding-inline: calc(var(--spacing) * 2.5);
|
|
667
|
+
.novacon\:px-2\.5 {
|
|
668
|
+
padding-inline: calc(var(--novacon-spacing) * 2.5);
|
|
722
669
|
}
|
|
723
|
-
.px-3 {
|
|
724
|
-
padding-inline: calc(var(--spacing) * 3);
|
|
670
|
+
.novacon\:px-3 {
|
|
671
|
+
padding-inline: calc(var(--novacon-spacing) * 3);
|
|
725
672
|
}
|
|
726
|
-
.px-4 {
|
|
727
|
-
padding-inline: calc(var(--spacing) * 4);
|
|
673
|
+
.novacon\:px-4 {
|
|
674
|
+
padding-inline: calc(var(--novacon-spacing) * 4);
|
|
728
675
|
}
|
|
729
|
-
.py-0 {
|
|
730
|
-
padding-block: calc(var(--spacing) * 0);
|
|
676
|
+
.novacon\:py-0 {
|
|
677
|
+
padding-block: calc(var(--novacon-spacing) * 0);
|
|
731
678
|
}
|
|
732
|
-
.py-0\.5 {
|
|
733
|
-
padding-block: calc(var(--spacing) * 0.5);
|
|
679
|
+
.novacon\:py-0\.5 {
|
|
680
|
+
padding-block: calc(var(--novacon-spacing) * 0.5);
|
|
734
681
|
}
|
|
735
|
-
.py-1 {
|
|
736
|
-
padding-block: calc(var(--spacing) * 1);
|
|
682
|
+
.novacon\:py-1 {
|
|
683
|
+
padding-block: calc(var(--novacon-spacing) * 1);
|
|
737
684
|
}
|
|
738
|
-
.py-2 {
|
|
739
|
-
padding-block: calc(var(--spacing) * 2);
|
|
685
|
+
.novacon\:py-2 {
|
|
686
|
+
padding-block: calc(var(--novacon-spacing) * 2);
|
|
740
687
|
}
|
|
741
|
-
.py-8 {
|
|
742
|
-
padding-block: calc(var(--spacing) * 8);
|
|
688
|
+
.novacon\:py-8 {
|
|
689
|
+
padding-block: calc(var(--novacon-spacing) * 8);
|
|
743
690
|
}
|
|
744
|
-
.py-\[24px\] {
|
|
691
|
+
.novacon\:py-\[24px\] {
|
|
745
692
|
padding-block: 24px;
|
|
746
693
|
}
|
|
747
|
-
.pt-4 {
|
|
748
|
-
padding-top: calc(var(--spacing) * 4);
|
|
694
|
+
.novacon\:pt-4 {
|
|
695
|
+
padding-top: calc(var(--novacon-spacing) * 4);
|
|
749
696
|
}
|
|
750
|
-
.pr-2 {
|
|
751
|
-
padding-right: calc(var(--spacing) * 2);
|
|
697
|
+
.novacon\:pr-2 {
|
|
698
|
+
padding-right: calc(var(--novacon-spacing) * 2);
|
|
752
699
|
}
|
|
753
|
-
.pb-3 {
|
|
754
|
-
padding-bottom: calc(var(--spacing) * 3);
|
|
700
|
+
.novacon\:pb-3 {
|
|
701
|
+
padding-bottom: calc(var(--novacon-spacing) * 3);
|
|
755
702
|
}
|
|
756
|
-
.pb-4 {
|
|
757
|
-
padding-bottom: calc(var(--spacing) * 4);
|
|
703
|
+
.novacon\:pb-4 {
|
|
704
|
+
padding-bottom: calc(var(--novacon-spacing) * 4);
|
|
758
705
|
}
|
|
759
|
-
.text-center {
|
|
706
|
+
.novacon\:text-center {
|
|
760
707
|
text-align: center;
|
|
761
708
|
}
|
|
762
|
-
.text-left {
|
|
709
|
+
.novacon\:text-left {
|
|
763
710
|
text-align: left;
|
|
764
711
|
}
|
|
765
|
-
.font-mono {
|
|
766
|
-
font-family: var(--font-mono);
|
|
712
|
+
.novacon\:font-mono {
|
|
713
|
+
font-family: var(--novacon-font-mono);
|
|
767
714
|
}
|
|
768
|
-
.text-base {
|
|
769
|
-
font-size: var(--text-base);
|
|
770
|
-
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
715
|
+
.novacon\:text-base {
|
|
716
|
+
font-size: var(--novacon-text-base);
|
|
717
|
+
line-height: var(--tw-leading, var(--novacon-text-base--line-height));
|
|
771
718
|
}
|
|
772
|
-
.text-lg {
|
|
773
|
-
font-size: var(--text-lg);
|
|
774
|
-
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
719
|
+
.novacon\:text-lg {
|
|
720
|
+
font-size: var(--novacon-text-lg);
|
|
721
|
+
line-height: var(--tw-leading, var(--novacon-text-lg--line-height));
|
|
775
722
|
}
|
|
776
|
-
.text-sm {
|
|
777
|
-
font-size: var(--text-sm);
|
|
778
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
723
|
+
.novacon\:text-sm {
|
|
724
|
+
font-size: var(--novacon-text-sm);
|
|
725
|
+
line-height: var(--tw-leading, var(--novacon-text-sm--line-height));
|
|
779
726
|
}
|
|
780
|
-
.text-xl {
|
|
781
|
-
font-size: var(--text-xl);
|
|
782
|
-
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
727
|
+
.novacon\:text-xl {
|
|
728
|
+
font-size: var(--novacon-text-xl);
|
|
729
|
+
line-height: var(--tw-leading, var(--novacon-text-xl--line-height));
|
|
783
730
|
}
|
|
784
|
-
.text-xs {
|
|
785
|
-
font-size: var(--text-xs);
|
|
786
|
-
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
731
|
+
.novacon\:text-xs {
|
|
732
|
+
font-size: var(--novacon-text-xs);
|
|
733
|
+
line-height: var(--tw-leading, var(--novacon-text-xs--line-height));
|
|
787
734
|
}
|
|
788
|
-
.text-\[8px\] {
|
|
735
|
+
.novacon\:text-\[8px\] {
|
|
789
736
|
font-size: 8px;
|
|
790
737
|
}
|
|
791
|
-
.text-\[10px\] {
|
|
738
|
+
.novacon\:text-\[10px\] {
|
|
792
739
|
font-size: 10px;
|
|
793
740
|
}
|
|
794
|
-
.leading-relaxed {
|
|
795
|
-
--tw-leading: var(--leading-relaxed);
|
|
796
|
-
line-height: var(--leading-relaxed);
|
|
741
|
+
.novacon\:leading-relaxed {
|
|
742
|
+
--tw-leading: var(--novacon-leading-relaxed);
|
|
743
|
+
line-height: var(--novacon-leading-relaxed);
|
|
797
744
|
}
|
|
798
|
-
.font-bold {
|
|
799
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
800
|
-
font-weight: var(--font-weight-bold);
|
|
745
|
+
.novacon\:font-bold {
|
|
746
|
+
--tw-font-weight: var(--novacon-font-weight-bold);
|
|
747
|
+
font-weight: var(--novacon-font-weight-bold);
|
|
801
748
|
}
|
|
802
|
-
.font-medium {
|
|
803
|
-
--tw-font-weight: var(--font-weight-medium);
|
|
804
|
-
font-weight: var(--font-weight-medium);
|
|
749
|
+
.novacon\:font-medium {
|
|
750
|
+
--tw-font-weight: var(--novacon-font-weight-medium);
|
|
751
|
+
font-weight: var(--novacon-font-weight-medium);
|
|
805
752
|
}
|
|
806
|
-
.font-semibold {
|
|
807
|
-
--tw-font-weight: var(--font-weight-semibold);
|
|
808
|
-
font-weight: var(--font-weight-semibold);
|
|
753
|
+
.novacon\:font-semibold {
|
|
754
|
+
--tw-font-weight: var(--novacon-font-weight-semibold);
|
|
755
|
+
font-weight: var(--novacon-font-weight-semibold);
|
|
809
756
|
}
|
|
810
|
-
.break-words {
|
|
757
|
+
.novacon\:break-words {
|
|
811
758
|
overflow-wrap: break-word;
|
|
812
759
|
}
|
|
813
|
-
.whitespace-nowrap {
|
|
760
|
+
.novacon\:whitespace-nowrap {
|
|
814
761
|
white-space: nowrap;
|
|
815
762
|
}
|
|
816
|
-
.text-\[var\(--tuwa-error-text\)\] {
|
|
763
|
+
.novacon\:text-\[var\(--tuwa-error-text\)\] {
|
|
817
764
|
color: var(--tuwa-error-text);
|
|
818
765
|
}
|
|
819
|
-
.text-\[var\(--tuwa-success-text\)\] {
|
|
766
|
+
.novacon\:text-\[var\(--tuwa-success-text\)\] {
|
|
820
767
|
color: var(--tuwa-success-text);
|
|
821
768
|
}
|
|
822
|
-
.text-\[var\(--tuwa-text-accent\)\] {
|
|
769
|
+
.novacon\:text-\[var\(--tuwa-text-accent\)\] {
|
|
823
770
|
color: var(--tuwa-text-accent);
|
|
824
771
|
}
|
|
825
|
-
.text-\[var\(--tuwa-text-on-accent\)\] {
|
|
772
|
+
.novacon\:text-\[var\(--tuwa-text-on-accent\)\] {
|
|
826
773
|
color: var(--tuwa-text-on-accent);
|
|
827
774
|
}
|
|
828
|
-
.text-\[var\(--tuwa-text-primary\)\] {
|
|
775
|
+
.novacon\:text-\[var\(--tuwa-text-primary\)\] {
|
|
829
776
|
color: var(--tuwa-text-primary);
|
|
830
777
|
}
|
|
831
|
-
.text-\[var\(--tuwa-text-secondary\)\] {
|
|
778
|
+
.novacon\:text-\[var\(--tuwa-text-secondary\)\] {
|
|
832
779
|
color: var(--tuwa-text-secondary);
|
|
833
780
|
}
|
|
834
|
-
.text-\[var\(--tuwa-text-tertiary\)\] {
|
|
781
|
+
.novacon\:text-\[var\(--tuwa-text-tertiary\)\] {
|
|
835
782
|
color: var(--tuwa-text-tertiary);
|
|
836
783
|
}
|
|
837
|
-
.text-\[var\(--tuwa-warning-text\)\] {
|
|
784
|
+
.novacon\:text-\[var\(--tuwa-warning-text\)\] {
|
|
838
785
|
color: var(--tuwa-warning-text);
|
|
839
786
|
}
|
|
840
|
-
.text-
|
|
841
|
-
color: var(--color-
|
|
842
|
-
}
|
|
843
|
-
.text-red-500 {
|
|
844
|
-
color: var(--color-red-500);
|
|
787
|
+
.novacon\:text-red-500 {
|
|
788
|
+
color: var(--novacon-color-red-500);
|
|
845
789
|
}
|
|
846
|
-
.text-white {
|
|
847
|
-
color: var(--color-white);
|
|
790
|
+
.novacon\:text-white {
|
|
791
|
+
color: var(--novacon-color-white);
|
|
848
792
|
}
|
|
849
|
-
.opacity-0 {
|
|
793
|
+
.novacon\:opacity-0 {
|
|
850
794
|
opacity: 0%;
|
|
851
795
|
}
|
|
852
|
-
.opacity-50 {
|
|
796
|
+
.novacon\:opacity-50 {
|
|
853
797
|
opacity: 50%;
|
|
854
798
|
}
|
|
855
|
-
.opacity-75 {
|
|
799
|
+
.novacon\:opacity-75 {
|
|
856
800
|
opacity: 75%;
|
|
857
801
|
}
|
|
858
|
-
.opacity-80 {
|
|
802
|
+
.novacon\:opacity-80 {
|
|
859
803
|
opacity: 80%;
|
|
860
804
|
}
|
|
861
|
-
.opacity-100 {
|
|
805
|
+
.novacon\:opacity-100 {
|
|
862
806
|
opacity: 100%;
|
|
863
807
|
}
|
|
864
|
-
.shadow-sm {
|
|
808
|
+
.novacon\:shadow-sm {
|
|
865
809
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
866
810
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
867
811
|
}
|
|
868
|
-
.shadow-xl {
|
|
812
|
+
.novacon\:shadow-xl {
|
|
869
813
|
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
870
814
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
871
815
|
}
|
|
872
|
-
.ring-1 {
|
|
816
|
+
.novacon\:ring-1 {
|
|
873
817
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
874
818
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
875
819
|
}
|
|
876
|
-
.ring-2 {
|
|
820
|
+
.novacon\:ring-2 {
|
|
877
821
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
878
822
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
879
823
|
}
|
|
880
|
-
.ring-\[var\(--tuwa-border-primary\)\] {
|
|
824
|
+
.novacon\:ring-\[var\(--tuwa-border-primary\)\] {
|
|
881
825
|
--tw-ring-color: var(--tuwa-border-primary);
|
|
882
826
|
}
|
|
883
|
-
.ring-\[var\(--tuwa-text-accent\)\] {
|
|
827
|
+
.novacon\:ring-\[var\(--tuwa-text-accent\)\] {
|
|
884
828
|
--tw-ring-color: var(--tuwa-text-accent);
|
|
885
829
|
}
|
|
886
|
-
.
|
|
887
|
-
--tw-blur: blur(8px);
|
|
888
|
-
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
889
|
-
}
|
|
890
|
-
.filter {
|
|
891
|
-
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
892
|
-
}
|
|
893
|
-
.transition {
|
|
830
|
+
.novacon\:transition {
|
|
894
831
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
|
|
895
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
896
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
832
|
+
transition-timing-function: var(--tw-ease, var(--novacon-default-transition-timing-function));
|
|
833
|
+
transition-duration: var(--tw-duration, var(--novacon-default-transition-duration));
|
|
897
834
|
}
|
|
898
|
-
.transition-all {
|
|
835
|
+
.novacon\:transition-all {
|
|
899
836
|
transition-property: all;
|
|
900
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
901
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
837
|
+
transition-timing-function: var(--tw-ease, var(--novacon-default-transition-timing-function));
|
|
838
|
+
transition-duration: var(--tw-duration, var(--novacon-default-transition-duration));
|
|
902
839
|
}
|
|
903
|
-
.transition-colors {
|
|
840
|
+
.novacon\:transition-colors {
|
|
904
841
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
905
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
906
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
842
|
+
transition-timing-function: var(--tw-ease, var(--novacon-default-transition-timing-function));
|
|
843
|
+
transition-duration: var(--tw-duration, var(--novacon-default-transition-duration));
|
|
907
844
|
}
|
|
908
|
-
.transition-opacity {
|
|
845
|
+
.novacon\:transition-opacity {
|
|
909
846
|
transition-property: opacity;
|
|
910
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
911
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
847
|
+
transition-timing-function: var(--tw-ease, var(--novacon-default-transition-timing-function));
|
|
848
|
+
transition-duration: var(--tw-duration, var(--novacon-default-transition-duration));
|
|
912
849
|
}
|
|
913
|
-
.transition-transform {
|
|
850
|
+
.novacon\:transition-transform {
|
|
914
851
|
transition-property: transform, translate, scale, rotate;
|
|
915
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
916
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
852
|
+
transition-timing-function: var(--tw-ease, var(--novacon-default-transition-timing-function));
|
|
853
|
+
transition-duration: var(--tw-duration, var(--novacon-default-transition-duration));
|
|
917
854
|
}
|
|
918
|
-
.duration-200 {
|
|
855
|
+
.novacon\:duration-200 {
|
|
919
856
|
--tw-duration: 200ms;
|
|
920
857
|
transition-duration: 200ms;
|
|
921
858
|
}
|
|
922
|
-
.duration-300 {
|
|
859
|
+
.novacon\:duration-300 {
|
|
923
860
|
--tw-duration: 300ms;
|
|
924
861
|
transition-duration: 300ms;
|
|
925
862
|
}
|
|
926
|
-
.ease-in-out {
|
|
927
|
-
--tw-ease: var(--ease-in-out);
|
|
928
|
-
transition-timing-function: var(--ease-in-out);
|
|
863
|
+
.novacon\:ease-in-out {
|
|
864
|
+
--tw-ease: var(--novacon-ease-in-out);
|
|
865
|
+
transition-timing-function: var(--novacon-ease-in-out);
|
|
929
866
|
}
|
|
930
|
-
.
|
|
931
|
-
animation-direction: reverse;
|
|
932
|
-
--tw-animation-direction: reverse;
|
|
933
|
-
}
|
|
934
|
-
.outline-none {
|
|
867
|
+
.novacon\:outline-none {
|
|
935
868
|
--tw-outline-style: none;
|
|
936
869
|
outline-style: none;
|
|
937
870
|
}
|
|
938
|
-
.select-none {
|
|
871
|
+
.novacon\:select-none {
|
|
939
872
|
-webkit-user-select: none;
|
|
940
873
|
-moz-user-select: none;
|
|
941
874
|
user-select: none;
|
|
942
875
|
}
|
|
943
|
-
.
|
|
944
|
-
|
|
945
|
-
}
|
|
946
|
-
.fade-out {
|
|
947
|
-
--tw-exit-opacity: 0;
|
|
948
|
-
}
|
|
949
|
-
.running {
|
|
950
|
-
animation-play-state: running;
|
|
951
|
-
}
|
|
952
|
-
.group-hover\:translate-x-0 {
|
|
953
|
-
&:is(:where(.group):hover *) {
|
|
876
|
+
.novacon\:group-hover\:translate-x-0 {
|
|
877
|
+
&:is(:where(.novacon\:group):hover *) {
|
|
954
878
|
@media (hover: hover) {
|
|
955
|
-
--tw-translate-x: calc(var(--spacing) * 0);
|
|
879
|
+
--tw-translate-x: calc(var(--novacon-spacing) * 0);
|
|
956
880
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
957
881
|
}
|
|
958
882
|
}
|
|
959
883
|
}
|
|
960
|
-
.group-hover\:scale-90 {
|
|
961
|
-
&:is(:where(.group):hover *) {
|
|
884
|
+
.novacon\:group-hover\:scale-90 {
|
|
885
|
+
&:is(:where(.novacon\:group):hover *) {
|
|
962
886
|
@media (hover: hover) {
|
|
963
887
|
--tw-scale-x: 90%;
|
|
964
888
|
--tw-scale-y: 90%;
|
|
@@ -967,45 +891,35 @@
|
|
|
967
891
|
}
|
|
968
892
|
}
|
|
969
893
|
}
|
|
970
|
-
.group-hover\:
|
|
971
|
-
&:is(:where(.group):hover *) {
|
|
972
|
-
@media (hover: hover) {
|
|
973
|
-
--tw-scale-x: 115%;
|
|
974
|
-
--tw-scale-y: 115%;
|
|
975
|
-
--tw-scale-z: 115%;
|
|
976
|
-
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
.group-hover\:text-\[var\(--tuwa-text-accent\)\] {
|
|
981
|
-
&:is(:where(.group):hover *) {
|
|
894
|
+
.novacon\:group-hover\:text-\[var\(--tuwa-text-accent\)\] {
|
|
895
|
+
&:is(:where(.novacon\:group):hover *) {
|
|
982
896
|
@media (hover: hover) {
|
|
983
897
|
color: var(--tuwa-text-accent);
|
|
984
898
|
}
|
|
985
899
|
}
|
|
986
900
|
}
|
|
987
|
-
.group-hover\:text-\[var\(--tuwa-text-primary\)\] {
|
|
988
|
-
&:is(:where(.group):hover *) {
|
|
901
|
+
.novacon\:group-hover\:text-\[var\(--tuwa-text-primary\)\] {
|
|
902
|
+
&:is(:where(.novacon\:group):hover *) {
|
|
989
903
|
@media (hover: hover) {
|
|
990
904
|
color: var(--tuwa-text-primary);
|
|
991
905
|
}
|
|
992
906
|
}
|
|
993
907
|
}
|
|
994
|
-
.group-hover\:opacity-0 {
|
|
995
|
-
&:is(:where(.group):hover *) {
|
|
908
|
+
.novacon\:group-hover\:opacity-0 {
|
|
909
|
+
&:is(:where(.novacon\:group):hover *) {
|
|
996
910
|
@media (hover: hover) {
|
|
997
911
|
opacity: 0%;
|
|
998
912
|
}
|
|
999
913
|
}
|
|
1000
914
|
}
|
|
1001
|
-
.group-hover\:opacity-100 {
|
|
1002
|
-
&:is(:where(.group):hover *) {
|
|
915
|
+
.novacon\:group-hover\:opacity-100 {
|
|
916
|
+
&:is(:where(.novacon\:group):hover *) {
|
|
1003
917
|
@media (hover: hover) {
|
|
1004
918
|
opacity: 100%;
|
|
1005
919
|
}
|
|
1006
920
|
}
|
|
1007
921
|
}
|
|
1008
|
-
.placeholder\:text-\[var\(--tuwa-text-secondary\)\] {
|
|
922
|
+
.novacon\:placeholder\:text-\[var\(--tuwa-text-secondary\)\] {
|
|
1009
923
|
&::-moz-placeholder {
|
|
1010
924
|
color: var(--tuwa-text-secondary);
|
|
1011
925
|
}
|
|
@@ -1013,98 +927,98 @@
|
|
|
1013
927
|
color: var(--tuwa-text-secondary);
|
|
1014
928
|
}
|
|
1015
929
|
}
|
|
1016
|
-
.before\:absolute {
|
|
930
|
+
.novacon\:before\:absolute {
|
|
1017
931
|
&::before {
|
|
1018
932
|
content: var(--tw-content);
|
|
1019
933
|
position: absolute;
|
|
1020
934
|
}
|
|
1021
935
|
}
|
|
1022
|
-
.before\:inset-0 {
|
|
936
|
+
.novacon\:before\:inset-0 {
|
|
1023
937
|
&::before {
|
|
1024
938
|
content: var(--tw-content);
|
|
1025
|
-
inset: calc(var(--spacing) * 0);
|
|
939
|
+
inset: calc(var(--novacon-spacing) * 0);
|
|
1026
940
|
}
|
|
1027
941
|
}
|
|
1028
|
-
.before\:rounded-full {
|
|
942
|
+
.novacon\:before\:rounded-full {
|
|
1029
943
|
&::before {
|
|
1030
944
|
content: var(--tw-content);
|
|
1031
945
|
border-radius: calc(infinity * 1px);
|
|
1032
946
|
}
|
|
1033
947
|
}
|
|
1034
|
-
.before\:u-shadow-inner-base {
|
|
948
|
+
.novacon\:before\:u-shadow-inner-base {
|
|
1035
949
|
&::before {
|
|
1036
950
|
content: var(--tw-content);
|
|
1037
951
|
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
|
|
1038
952
|
}
|
|
1039
953
|
}
|
|
1040
|
-
.before\:content-\[\'\'\] {
|
|
954
|
+
.novacon\:before\:content-\[\'\'\] {
|
|
1041
955
|
&::before {
|
|
1042
956
|
--tw-content: '';
|
|
1043
957
|
content: var(--tw-content);
|
|
1044
958
|
}
|
|
1045
959
|
}
|
|
1046
|
-
.after\:absolute {
|
|
960
|
+
.novacon\:after\:absolute {
|
|
1047
961
|
&::after {
|
|
1048
962
|
content: var(--tw-content);
|
|
1049
963
|
position: absolute;
|
|
1050
964
|
}
|
|
1051
965
|
}
|
|
1052
|
-
.after\:inset-0 {
|
|
966
|
+
.novacon\:after\:inset-0 {
|
|
1053
967
|
&::after {
|
|
1054
968
|
content: var(--tw-content);
|
|
1055
|
-
inset: calc(var(--spacing) * 0);
|
|
969
|
+
inset: calc(var(--novacon-spacing) * 0);
|
|
1056
970
|
}
|
|
1057
971
|
}
|
|
1058
|
-
.after\:animate-rotate {
|
|
972
|
+
.novacon\:after\:animate-rotate {
|
|
1059
973
|
&::after {
|
|
1060
974
|
content: var(--tw-content);
|
|
1061
|
-
animation: var(--animate-rotate);
|
|
975
|
+
animation: var(--novacon-animate-rotate);
|
|
1062
976
|
}
|
|
1063
977
|
}
|
|
1064
|
-
.after\:rounded-full {
|
|
978
|
+
.novacon\:after\:rounded-full {
|
|
1065
979
|
&::after {
|
|
1066
980
|
content: var(--tw-content);
|
|
1067
981
|
border-radius: calc(infinity * 1px);
|
|
1068
982
|
}
|
|
1069
983
|
}
|
|
1070
|
-
.after\:u-shadow-inset-arc {
|
|
984
|
+
.novacon\:after\:u-shadow-inset-arc {
|
|
1071
985
|
&::after {
|
|
1072
986
|
content: var(--tw-content);
|
|
1073
987
|
box-shadow: 0 2px 0 var(--tuwa-pending-icon) inset;
|
|
1074
988
|
}
|
|
1075
989
|
}
|
|
1076
|
-
.after\:duration-2000 {
|
|
990
|
+
.novacon\:after\:duration-2000 {
|
|
1077
991
|
&::after {
|
|
1078
992
|
content: var(--tw-content);
|
|
1079
993
|
--tw-duration: 2000ms;
|
|
1080
994
|
transition-duration: 2000ms;
|
|
1081
995
|
}
|
|
1082
996
|
}
|
|
1083
|
-
.after\:ease-linear {
|
|
997
|
+
.novacon\:after\:ease-linear {
|
|
1084
998
|
&::after {
|
|
1085
999
|
content: var(--tw-content);
|
|
1086
1000
|
--tw-ease: linear;
|
|
1087
1001
|
transition-timing-function: linear;
|
|
1088
1002
|
}
|
|
1089
1003
|
}
|
|
1090
|
-
.after\:content-\[\'\'\] {
|
|
1004
|
+
.novacon\:after\:content-\[\'\'\] {
|
|
1091
1005
|
&::after {
|
|
1092
1006
|
--tw-content: '';
|
|
1093
1007
|
content: var(--tw-content);
|
|
1094
1008
|
}
|
|
1095
1009
|
}
|
|
1096
|
-
.focus-within\:ring-2 {
|
|
1010
|
+
.novacon\:focus-within\:ring-2 {
|
|
1097
1011
|
&:focus-within {
|
|
1098
1012
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1099
1013
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1100
1014
|
}
|
|
1101
1015
|
}
|
|
1102
|
-
.focus-within\:ring-\[var\(--tuwa-text-accent\)\] {
|
|
1016
|
+
.novacon\:focus-within\:ring-\[var\(--tuwa-text-accent\)\] {
|
|
1103
1017
|
&:focus-within {
|
|
1104
1018
|
--tw-ring-color: var(--tuwa-text-accent);
|
|
1105
1019
|
}
|
|
1106
1020
|
}
|
|
1107
|
-
.hover\:scale-110 {
|
|
1021
|
+
.novacon\:hover\:scale-110 {
|
|
1108
1022
|
&:hover {
|
|
1109
1023
|
@media (hover: hover) {
|
|
1110
1024
|
--tw-scale-x: 110%;
|
|
@@ -1114,42 +1028,42 @@
|
|
|
1114
1028
|
}
|
|
1115
1029
|
}
|
|
1116
1030
|
}
|
|
1117
|
-
.hover\:scale-\[1\.02\] {
|
|
1031
|
+
.novacon\:hover\:scale-\[1\.02\] {
|
|
1118
1032
|
&:hover {
|
|
1119
1033
|
@media (hover: hover) {
|
|
1120
1034
|
scale: 1.02;
|
|
1121
1035
|
}
|
|
1122
1036
|
}
|
|
1123
1037
|
}
|
|
1124
|
-
.hover\:bg-\[var\(--tuwa-bg-muted\)\] {
|
|
1038
|
+
.novacon\:hover\:bg-\[var\(--tuwa-bg-muted\)\] {
|
|
1125
1039
|
&:hover {
|
|
1126
1040
|
@media (hover: hover) {
|
|
1127
1041
|
background-color: var(--tuwa-bg-muted);
|
|
1128
1042
|
}
|
|
1129
1043
|
}
|
|
1130
1044
|
}
|
|
1131
|
-
.hover\:bg-\[var\(--tuwa-bg-tertiary\)\] {
|
|
1045
|
+
.novacon\:hover\:bg-\[var\(--tuwa-bg-tertiary\)\] {
|
|
1132
1046
|
&:hover {
|
|
1133
1047
|
@media (hover: hover) {
|
|
1134
1048
|
background-color: var(--tuwa-bg-tertiary);
|
|
1135
1049
|
}
|
|
1136
1050
|
}
|
|
1137
1051
|
}
|
|
1138
|
-
.hover\:bg-\[var\(--tuwa-error-text\)\] {
|
|
1052
|
+
.novacon\:hover\:bg-\[var\(--tuwa-error-text\)\] {
|
|
1139
1053
|
&:hover {
|
|
1140
1054
|
@media (hover: hover) {
|
|
1141
1055
|
background-color: var(--tuwa-error-text);
|
|
1142
1056
|
}
|
|
1143
1057
|
}
|
|
1144
1058
|
}
|
|
1145
|
-
.hover\:bg-\[var\(--tuwa-text-accent\)\] {
|
|
1059
|
+
.novacon\:hover\:bg-\[var\(--tuwa-text-accent\)\] {
|
|
1146
1060
|
&:hover {
|
|
1147
1061
|
@media (hover: hover) {
|
|
1148
1062
|
background-color: var(--tuwa-text-accent);
|
|
1149
1063
|
}
|
|
1150
1064
|
}
|
|
1151
1065
|
}
|
|
1152
|
-
.hover\:from-\[var\(--tuwa-button-gradient-from-hover\)\] {
|
|
1066
|
+
.novacon\:hover\:from-\[var\(--tuwa-button-gradient-from-hover\)\] {
|
|
1153
1067
|
&:hover {
|
|
1154
1068
|
@media (hover: hover) {
|
|
1155
1069
|
--tw-gradient-from: var(--tuwa-button-gradient-from-hover);
|
|
@@ -1157,7 +1071,7 @@
|
|
|
1157
1071
|
}
|
|
1158
1072
|
}
|
|
1159
1073
|
}
|
|
1160
|
-
.hover\:to-\[var\(--tuwa-button-gradient-to-hover\)\] {
|
|
1074
|
+
.novacon\:hover\:to-\[var\(--tuwa-button-gradient-to-hover\)\] {
|
|
1161
1075
|
&:hover {
|
|
1162
1076
|
@media (hover: hover) {
|
|
1163
1077
|
--tw-gradient-to: var(--tuwa-button-gradient-to-hover);
|
|
@@ -1165,35 +1079,35 @@
|
|
|
1165
1079
|
}
|
|
1166
1080
|
}
|
|
1167
1081
|
}
|
|
1168
|
-
.hover\:text-\[var\(--tuwa-error-text\)\] {
|
|
1082
|
+
.novacon\:hover\:text-\[var\(--tuwa-error-text\)\] {
|
|
1169
1083
|
&:hover {
|
|
1170
1084
|
@media (hover: hover) {
|
|
1171
1085
|
color: var(--tuwa-error-text);
|
|
1172
1086
|
}
|
|
1173
1087
|
}
|
|
1174
1088
|
}
|
|
1175
|
-
.hover\:text-\[var\(--tuwa-success-text\)\] {
|
|
1089
|
+
.novacon\:hover\:text-\[var\(--tuwa-success-text\)\] {
|
|
1176
1090
|
&:hover {
|
|
1177
1091
|
@media (hover: hover) {
|
|
1178
1092
|
color: var(--tuwa-success-text);
|
|
1179
1093
|
}
|
|
1180
1094
|
}
|
|
1181
1095
|
}
|
|
1182
|
-
.hover\:text-\[var\(--tuwa-text-primary\)\] {
|
|
1096
|
+
.novacon\:hover\:text-\[var\(--tuwa-text-primary\)\] {
|
|
1183
1097
|
&:hover {
|
|
1184
1098
|
@media (hover: hover) {
|
|
1185
1099
|
color: var(--tuwa-text-primary);
|
|
1186
1100
|
}
|
|
1187
1101
|
}
|
|
1188
1102
|
}
|
|
1189
|
-
.hover\:text-\[var\(--tuwa-text-secondary\)\] {
|
|
1103
|
+
.novacon\:hover\:text-\[var\(--tuwa-text-secondary\)\] {
|
|
1190
1104
|
&:hover {
|
|
1191
1105
|
@media (hover: hover) {
|
|
1192
1106
|
color: var(--tuwa-text-secondary);
|
|
1193
1107
|
}
|
|
1194
1108
|
}
|
|
1195
1109
|
}
|
|
1196
|
-
.hover\:shadow-sm {
|
|
1110
|
+
.novacon\:hover\:shadow-sm {
|
|
1197
1111
|
&:hover {
|
|
1198
1112
|
@media (hover: hover) {
|
|
1199
1113
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
@@ -1201,88 +1115,88 @@
|
|
|
1201
1115
|
}
|
|
1202
1116
|
}
|
|
1203
1117
|
}
|
|
1204
|
-
.focus\:bg-\[var\(--tuwa-bg-muted\)\] {
|
|
1118
|
+
.novacon\:focus\:bg-\[var\(--tuwa-bg-muted\)\] {
|
|
1205
1119
|
&:focus {
|
|
1206
1120
|
background-color: var(--tuwa-bg-muted);
|
|
1207
1121
|
}
|
|
1208
1122
|
}
|
|
1209
|
-
.focus\:ring-2 {
|
|
1123
|
+
.novacon\:focus\:ring-2 {
|
|
1210
1124
|
&:focus {
|
|
1211
1125
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1212
1126
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1213
1127
|
}
|
|
1214
1128
|
}
|
|
1215
|
-
.focus\:ring-\[var\(--tuwa-border-primary\)\] {
|
|
1129
|
+
.novacon\:focus\:ring-\[var\(--tuwa-border-primary\)\] {
|
|
1216
1130
|
&:focus {
|
|
1217
1131
|
--tw-ring-color: var(--tuwa-border-primary);
|
|
1218
1132
|
}
|
|
1219
1133
|
}
|
|
1220
|
-
.focus\:ring-\[var\(--tuwa-error-text\)\] {
|
|
1134
|
+
.novacon\:focus\:ring-\[var\(--tuwa-error-text\)\] {
|
|
1221
1135
|
&:focus {
|
|
1222
1136
|
--tw-ring-color: var(--tuwa-error-text);
|
|
1223
1137
|
}
|
|
1224
1138
|
}
|
|
1225
|
-
.focus\:ring-\[var\(--tuwa-text-accent\)\] {
|
|
1139
|
+
.novacon\:focus\:ring-\[var\(--tuwa-text-accent\)\] {
|
|
1226
1140
|
&:focus {
|
|
1227
1141
|
--tw-ring-color: var(--tuwa-text-accent);
|
|
1228
1142
|
}
|
|
1229
1143
|
}
|
|
1230
|
-
.focus\:ring-\[var\(--tuwa-text-secondary\)\] {
|
|
1144
|
+
.novacon\:focus\:ring-\[var\(--tuwa-text-secondary\)\] {
|
|
1231
1145
|
&:focus {
|
|
1232
1146
|
--tw-ring-color: var(--tuwa-text-secondary);
|
|
1233
1147
|
}
|
|
1234
1148
|
}
|
|
1235
|
-
.focus\:ring-red-500 {
|
|
1149
|
+
.novacon\:focus\:ring-red-500 {
|
|
1236
1150
|
&:focus {
|
|
1237
|
-
--tw-ring-color: var(--color-red-500);
|
|
1151
|
+
--tw-ring-color: var(--novacon-color-red-500);
|
|
1238
1152
|
}
|
|
1239
1153
|
}
|
|
1240
|
-
.focus\:ring-offset-2 {
|
|
1154
|
+
.novacon\:focus\:ring-offset-2 {
|
|
1241
1155
|
&:focus {
|
|
1242
1156
|
--tw-ring-offset-width: 2px;
|
|
1243
1157
|
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1244
1158
|
}
|
|
1245
1159
|
}
|
|
1246
|
-
.focus\:ring-offset-\[var\(--tuwa-bg-primary\)\] {
|
|
1160
|
+
.novacon\:focus\:ring-offset-\[var\(--tuwa-bg-primary\)\] {
|
|
1247
1161
|
&:focus {
|
|
1248
1162
|
--tw-ring-offset-color: var(--tuwa-bg-primary);
|
|
1249
1163
|
}
|
|
1250
1164
|
}
|
|
1251
|
-
.focus\:outline-none {
|
|
1165
|
+
.novacon\:focus\:outline-none {
|
|
1252
1166
|
&:focus {
|
|
1253
1167
|
--tw-outline-style: none;
|
|
1254
1168
|
outline-style: none;
|
|
1255
1169
|
}
|
|
1256
1170
|
}
|
|
1257
|
-
.focus\:ring-inset {
|
|
1171
|
+
.novacon\:focus\:ring-inset {
|
|
1258
1172
|
&:focus {
|
|
1259
1173
|
--tw-ring-inset: inset;
|
|
1260
1174
|
}
|
|
1261
1175
|
}
|
|
1262
|
-
.focus-visible\:ring-2 {
|
|
1176
|
+
.novacon\:focus-visible\:ring-2 {
|
|
1263
1177
|
&:focus-visible {
|
|
1264
1178
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1265
1179
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1266
1180
|
}
|
|
1267
1181
|
}
|
|
1268
|
-
.focus-visible\:ring-\[var\(--tuwa-border-accent\)\] {
|
|
1182
|
+
.novacon\:focus-visible\:ring-\[var\(--tuwa-border-accent\)\] {
|
|
1269
1183
|
&:focus-visible {
|
|
1270
1184
|
--tw-ring-color: var(--tuwa-border-accent);
|
|
1271
1185
|
}
|
|
1272
1186
|
}
|
|
1273
|
-
.focus-visible\:ring-offset-2 {
|
|
1187
|
+
.novacon\:focus-visible\:ring-offset-2 {
|
|
1274
1188
|
&:focus-visible {
|
|
1275
1189
|
--tw-ring-offset-width: 2px;
|
|
1276
1190
|
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1277
1191
|
}
|
|
1278
1192
|
}
|
|
1279
|
-
.focus-visible\:outline-none {
|
|
1193
|
+
.novacon\:focus-visible\:outline-none {
|
|
1280
1194
|
&:focus-visible {
|
|
1281
1195
|
--tw-outline-style: none;
|
|
1282
1196
|
outline-style: none;
|
|
1283
1197
|
}
|
|
1284
1198
|
}
|
|
1285
|
-
.active\:scale-75 {
|
|
1199
|
+
.novacon\:active\:scale-75 {
|
|
1286
1200
|
&:active {
|
|
1287
1201
|
--tw-scale-x: 75%;
|
|
1288
1202
|
--tw-scale-y: 75%;
|
|
@@ -1290,7 +1204,7 @@
|
|
|
1290
1204
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
1291
1205
|
}
|
|
1292
1206
|
}
|
|
1293
|
-
.active\:scale-95 {
|
|
1207
|
+
.novacon\:active\:scale-95 {
|
|
1294
1208
|
&:active {
|
|
1295
1209
|
--tw-scale-x: 95%;
|
|
1296
1210
|
--tw-scale-y: 95%;
|
|
@@ -1298,32 +1212,32 @@
|
|
|
1298
1212
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
1299
1213
|
}
|
|
1300
1214
|
}
|
|
1301
|
-
.active\:scale-\[0\.98\] {
|
|
1215
|
+
.novacon\:active\:scale-\[0\.98\] {
|
|
1302
1216
|
&:active {
|
|
1303
1217
|
scale: 0.98;
|
|
1304
1218
|
}
|
|
1305
1219
|
}
|
|
1306
|
-
.active\:bg-\[var\(--tuwa-bg-quaternary\)\] {
|
|
1220
|
+
.novacon\:active\:bg-\[var\(--tuwa-bg-quaternary\)\] {
|
|
1307
1221
|
&:active {
|
|
1308
1222
|
background-color: var(--tuwa-bg-quaternary);
|
|
1309
1223
|
}
|
|
1310
1224
|
}
|
|
1311
|
-
.active\:bg-\[var\(--tuwa-error-text\)\] {
|
|
1225
|
+
.novacon\:active\:bg-\[var\(--tuwa-error-text\)\] {
|
|
1312
1226
|
&:active {
|
|
1313
1227
|
background-color: var(--tuwa-error-text);
|
|
1314
1228
|
}
|
|
1315
1229
|
}
|
|
1316
|
-
.disabled\:cursor-not-allowed {
|
|
1230
|
+
.novacon\:disabled\:cursor-not-allowed {
|
|
1317
1231
|
&:disabled {
|
|
1318
1232
|
cursor: not-allowed;
|
|
1319
1233
|
}
|
|
1320
1234
|
}
|
|
1321
|
-
.disabled\:opacity-50 {
|
|
1235
|
+
.novacon\:disabled\:opacity-50 {
|
|
1322
1236
|
&:disabled {
|
|
1323
1237
|
opacity: 50%;
|
|
1324
1238
|
}
|
|
1325
1239
|
}
|
|
1326
|
-
.disabled\:hover\:scale-100 {
|
|
1240
|
+
.novacon\:disabled\:hover\:scale-100 {
|
|
1327
1241
|
&:disabled {
|
|
1328
1242
|
&:hover {
|
|
1329
1243
|
@media (hover: hover) {
|
|
@@ -1335,7 +1249,7 @@
|
|
|
1335
1249
|
}
|
|
1336
1250
|
}
|
|
1337
1251
|
}
|
|
1338
|
-
.disabled\:hover\:bg-\[var\(--tuwa-bg-secondary\)\] {
|
|
1252
|
+
.novacon\:disabled\:hover\:bg-\[var\(--tuwa-bg-secondary\)\] {
|
|
1339
1253
|
&:disabled {
|
|
1340
1254
|
&:hover {
|
|
1341
1255
|
@media (hover: hover) {
|
|
@@ -1344,66 +1258,54 @@
|
|
|
1344
1258
|
}
|
|
1345
1259
|
}
|
|
1346
1260
|
}
|
|
1347
|
-
.data-\[side\=bottom\]\:slide-in-from-top-2 {
|
|
1261
|
+
.novacon\:data-\[side\=bottom\]\:slide-in-from-top-2 {
|
|
1348
1262
|
&[data-side="bottom"] {
|
|
1349
1263
|
--tw-enter-translate-y: calc(2*var(--spacing)*-1);
|
|
1350
1264
|
}
|
|
1351
1265
|
}
|
|
1352
|
-
.data-\[side\=left\]\:slide-in-from-right-2 {
|
|
1266
|
+
.novacon\:data-\[side\=left\]\:slide-in-from-right-2 {
|
|
1353
1267
|
&[data-side="left"] {
|
|
1354
1268
|
--tw-enter-translate-x: calc(2*var(--spacing));
|
|
1355
1269
|
}
|
|
1356
1270
|
}
|
|
1357
|
-
.data-\[side\=right\]\:slide-in-from-left-2 {
|
|
1271
|
+
.novacon\:data-\[side\=right\]\:slide-in-from-left-2 {
|
|
1358
1272
|
&[data-side="right"] {
|
|
1359
1273
|
--tw-enter-translate-x: calc(2*var(--spacing)*-1);
|
|
1360
1274
|
}
|
|
1361
1275
|
}
|
|
1362
|
-
.data-\[side\=top\]\:slide-in-from-bottom-2 {
|
|
1276
|
+
.novacon\:data-\[side\=top\]\:slide-in-from-bottom-2 {
|
|
1363
1277
|
&[data-side="top"] {
|
|
1364
1278
|
--tw-enter-translate-y: calc(2*var(--spacing));
|
|
1365
1279
|
}
|
|
1366
1280
|
}
|
|
1367
|
-
.data-\[state\=closed\]\:animate-out {
|
|
1281
|
+
.novacon\:data-\[state\=closed\]\:animate-out {
|
|
1368
1282
|
&[data-state="closed"] {
|
|
1369
1283
|
animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
1370
1284
|
}
|
|
1371
1285
|
}
|
|
1372
|
-
.data-\[state\=closed\]\:fade-out-0 {
|
|
1286
|
+
.novacon\:data-\[state\=closed\]\:fade-out-0 {
|
|
1373
1287
|
&[data-state="closed"] {
|
|
1374
1288
|
--tw-exit-opacity: calc(0/100);
|
|
1375
1289
|
--tw-exit-opacity: 0;
|
|
1376
1290
|
}
|
|
1377
1291
|
}
|
|
1378
|
-
.data-\[state\=closed\]\:zoom-out-95 {
|
|
1292
|
+
.novacon\:data-\[state\=closed\]\:zoom-out-95 {
|
|
1379
1293
|
&[data-state="closed"] {
|
|
1380
1294
|
--tw-exit-scale: calc(95*1%);
|
|
1381
1295
|
--tw-exit-scale: .95;
|
|
1382
1296
|
}
|
|
1383
1297
|
}
|
|
1384
|
-
.data-\[state\=open\]\:animate-in {
|
|
1298
|
+
.novacon\:data-\[state\=open\]\:animate-in {
|
|
1385
1299
|
&[data-state="open"] {
|
|
1386
1300
|
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
1387
1301
|
}
|
|
1388
1302
|
}
|
|
1389
|
-
.
|
|
1390
|
-
&[data-state="open"] {
|
|
1391
|
-
--tw-enter-opacity: calc(0/100);
|
|
1392
|
-
--tw-enter-opacity: 0;
|
|
1393
|
-
}
|
|
1394
|
-
}
|
|
1395
|
-
.data-\[state\=open\]\:zoom-in-95 {
|
|
1396
|
-
&[data-state="open"] {
|
|
1397
|
-
--tw-enter-scale: calc(95*1%);
|
|
1398
|
-
--tw-enter-scale: .95;
|
|
1399
|
-
}
|
|
1400
|
-
}
|
|
1401
|
-
.min-\[480px\]\:block {
|
|
1303
|
+
.novacon\:min-\[480px\]\:block {
|
|
1402
1304
|
@media (width >= 480px) {
|
|
1403
1305
|
display: block;
|
|
1404
1306
|
}
|
|
1405
1307
|
}
|
|
1406
|
-
.sm\:not-sr-only {
|
|
1308
|
+
.novacon\:sm\:not-sr-only {
|
|
1407
1309
|
@media (width >= 40rem) {
|
|
1408
1310
|
position: static;
|
|
1409
1311
|
width: auto;
|
|
@@ -1415,214 +1317,194 @@
|
|
|
1415
1317
|
white-space: normal;
|
|
1416
1318
|
}
|
|
1417
1319
|
}
|
|
1418
|
-
.sm\:block {
|
|
1320
|
+
.novacon\:sm\:block {
|
|
1419
1321
|
@media (width >= 40rem) {
|
|
1420
1322
|
display: block;
|
|
1421
1323
|
}
|
|
1422
1324
|
}
|
|
1423
|
-
.sm\:flex {
|
|
1325
|
+
.novacon\:sm\:flex {
|
|
1424
1326
|
@media (width >= 40rem) {
|
|
1425
1327
|
display: flex;
|
|
1426
1328
|
}
|
|
1427
1329
|
}
|
|
1428
|
-
.sm\:hidden {
|
|
1330
|
+
.novacon\:sm\:hidden {
|
|
1429
1331
|
@media (width >= 40rem) {
|
|
1430
1332
|
display: none;
|
|
1431
1333
|
}
|
|
1432
1334
|
}
|
|
1433
|
-
.sm\:inline-block {
|
|
1335
|
+
.novacon\:sm\:inline-block {
|
|
1434
1336
|
@media (width >= 40rem) {
|
|
1435
1337
|
display: inline-block;
|
|
1436
1338
|
}
|
|
1437
1339
|
}
|
|
1438
|
-
.sm\:h-32 {
|
|
1340
|
+
.novacon\:sm\:h-32 {
|
|
1439
1341
|
@media (width >= 40rem) {
|
|
1440
|
-
height: calc(var(--spacing) * 32);
|
|
1342
|
+
height: calc(var(--novacon-spacing) * 32);
|
|
1441
1343
|
}
|
|
1442
1344
|
}
|
|
1443
|
-
.sm\:w-32 {
|
|
1345
|
+
.novacon\:sm\:w-32 {
|
|
1444
1346
|
@media (width >= 40rem) {
|
|
1445
|
-
width: calc(var(--spacing) * 32);
|
|
1347
|
+
width: calc(var(--novacon-spacing) * 32);
|
|
1446
1348
|
}
|
|
1447
1349
|
}
|
|
1448
|
-
.sm\:max-w-md {
|
|
1350
|
+
.novacon\:sm\:max-w-md {
|
|
1449
1351
|
@media (width >= 40rem) {
|
|
1450
|
-
max-width: var(--container-md);
|
|
1352
|
+
max-width: var(--novacon-container-md);
|
|
1451
1353
|
}
|
|
1452
1354
|
}
|
|
1453
|
-
.sm\:flex-row {
|
|
1355
|
+
.novacon\:sm\:flex-row {
|
|
1454
1356
|
@media (width >= 40rem) {
|
|
1455
1357
|
flex-direction: row;
|
|
1456
1358
|
}
|
|
1457
1359
|
}
|
|
1458
|
-
.sm\:gap-3 {
|
|
1360
|
+
.novacon\:sm\:gap-3 {
|
|
1459
1361
|
@media (width >= 40rem) {
|
|
1460
|
-
gap: calc(var(--spacing) * 3);
|
|
1362
|
+
gap: calc(var(--novacon-spacing) * 3);
|
|
1461
1363
|
}
|
|
1462
1364
|
}
|
|
1463
|
-
.sm\:gap-4 {
|
|
1365
|
+
.novacon\:sm\:gap-4 {
|
|
1464
1366
|
@media (width >= 40rem) {
|
|
1465
|
-
gap: calc(var(--spacing) * 4);
|
|
1367
|
+
gap: calc(var(--novacon-spacing) * 4);
|
|
1466
1368
|
}
|
|
1467
1369
|
}
|
|
1468
|
-
.sm\:space-x-2 {
|
|
1370
|
+
.novacon\:sm\:space-x-2 {
|
|
1469
1371
|
@media (width >= 40rem) {
|
|
1470
1372
|
:where(& > :not(:last-child)) {
|
|
1471
1373
|
--tw-space-x-reverse: 0;
|
|
1472
|
-
margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
|
|
1473
|
-
margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
|
|
1374
|
+
margin-inline-start: calc(calc(var(--novacon-spacing) * 2) * var(--tw-space-x-reverse));
|
|
1375
|
+
margin-inline-end: calc(calc(var(--novacon-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
|
|
1474
1376
|
}
|
|
1475
1377
|
}
|
|
1476
1378
|
}
|
|
1477
|
-
.sm\:p-3 {
|
|
1478
|
-
@media (width >= 40rem) {
|
|
1479
|
-
padding: calc(var(--spacing) * 3);
|
|
1480
|
-
}
|
|
1481
|
-
}
|
|
1482
|
-
.sm\:p-4 {
|
|
1379
|
+
.novacon\:sm\:p-3 {
|
|
1483
1380
|
@media (width >= 40rem) {
|
|
1484
|
-
padding: calc(var(--spacing) *
|
|
1381
|
+
padding: calc(var(--novacon-spacing) * 3);
|
|
1485
1382
|
}
|
|
1486
1383
|
}
|
|
1487
|
-
.sm\:
|
|
1384
|
+
.novacon\:sm\:p-4 {
|
|
1488
1385
|
@media (width >= 40rem) {
|
|
1489
|
-
padding
|
|
1386
|
+
padding: calc(var(--novacon-spacing) * 4);
|
|
1490
1387
|
}
|
|
1491
1388
|
}
|
|
1492
|
-
.sm\:pl-2 {
|
|
1389
|
+
.novacon\:sm\:pl-2 {
|
|
1493
1390
|
@media (width >= 40rem) {
|
|
1494
|
-
padding-left: calc(var(--spacing) * 2);
|
|
1495
|
-
}
|
|
1496
|
-
}
|
|
1497
|
-
.md\:h-18 {
|
|
1498
|
-
@media (width >= 48rem) {
|
|
1499
|
-
height: calc(var(--spacing) * 18);
|
|
1391
|
+
padding-left: calc(var(--novacon-spacing) * 2);
|
|
1500
1392
|
}
|
|
1501
1393
|
}
|
|
1502
|
-
.md\:h-
|
|
1394
|
+
.novacon\:md\:h-18 {
|
|
1503
1395
|
@media (width >= 48rem) {
|
|
1504
|
-
height: calc(var(--spacing) *
|
|
1396
|
+
height: calc(var(--novacon-spacing) * 18);
|
|
1505
1397
|
}
|
|
1506
1398
|
}
|
|
1507
|
-
.md\:h-
|
|
1399
|
+
.novacon\:md\:h-20 {
|
|
1508
1400
|
@media (width >= 48rem) {
|
|
1509
|
-
height: calc(var(--spacing) *
|
|
1401
|
+
height: calc(var(--novacon-spacing) * 20);
|
|
1510
1402
|
}
|
|
1511
1403
|
}
|
|
1512
|
-
.md\:h-
|
|
1404
|
+
.novacon\:md\:h-24 {
|
|
1513
1405
|
@media (width >= 48rem) {
|
|
1514
|
-
height: calc(var(--spacing) *
|
|
1406
|
+
height: calc(var(--novacon-spacing) * 24);
|
|
1515
1407
|
}
|
|
1516
1408
|
}
|
|
1517
|
-
.md\:min-h-\[150px\] {
|
|
1409
|
+
.novacon\:md\:min-h-\[150px\] {
|
|
1518
1410
|
@media (width >= 48rem) {
|
|
1519
1411
|
min-height: 150px;
|
|
1520
1412
|
}
|
|
1521
1413
|
}
|
|
1522
|
-
.md\:w-18 {
|
|
1523
|
-
@media (width >= 48rem) {
|
|
1524
|
-
width: calc(var(--spacing) * 18);
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
.md\:w-20 {
|
|
1414
|
+
.novacon\:md\:w-18 {
|
|
1528
1415
|
@media (width >= 48rem) {
|
|
1529
|
-
width: calc(var(--spacing) *
|
|
1416
|
+
width: calc(var(--novacon-spacing) * 18);
|
|
1530
1417
|
}
|
|
1531
1418
|
}
|
|
1532
|
-
.md\:w-
|
|
1419
|
+
.novacon\:md\:w-20 {
|
|
1533
1420
|
@media (width >= 48rem) {
|
|
1534
|
-
width: calc(var(--spacing) *
|
|
1421
|
+
width: calc(var(--novacon-spacing) * 20);
|
|
1535
1422
|
}
|
|
1536
1423
|
}
|
|
1537
|
-
.md\:w-
|
|
1424
|
+
.novacon\:md\:w-24 {
|
|
1538
1425
|
@media (width >= 48rem) {
|
|
1539
|
-
width: calc(var(--spacing) *
|
|
1426
|
+
width: calc(var(--novacon-spacing) * 24);
|
|
1540
1427
|
}
|
|
1541
1428
|
}
|
|
1542
|
-
.md\:min-w-\[150px\] {
|
|
1429
|
+
.novacon\:md\:min-w-\[150px\] {
|
|
1543
1430
|
@media (width >= 48rem) {
|
|
1544
1431
|
min-width: 150px;
|
|
1545
1432
|
}
|
|
1546
1433
|
}
|
|
1547
|
-
.md\:p-6 {
|
|
1434
|
+
.novacon\:md\:p-6 {
|
|
1548
1435
|
@media (width >= 48rem) {
|
|
1549
|
-
padding: calc(var(--spacing) * 6);
|
|
1436
|
+
padding: calc(var(--novacon-spacing) * 6);
|
|
1550
1437
|
}
|
|
1551
1438
|
}
|
|
1552
|
-
.md\:px-3 {
|
|
1439
|
+
.novacon\:md\:px-3 {
|
|
1553
1440
|
@media (width >= 48rem) {
|
|
1554
|
-
padding-inline: calc(var(--spacing) * 3);
|
|
1441
|
+
padding-inline: calc(var(--novacon-spacing) * 3);
|
|
1555
1442
|
}
|
|
1556
1443
|
}
|
|
1557
|
-
.md\:px-4 {
|
|
1444
|
+
.novacon\:md\:px-4 {
|
|
1558
1445
|
@media (width >= 48rem) {
|
|
1559
|
-
padding-inline: calc(var(--spacing) * 4);
|
|
1446
|
+
padding-inline: calc(var(--novacon-spacing) * 4);
|
|
1560
1447
|
}
|
|
1561
1448
|
}
|
|
1562
|
-
|
|
1449
|
+
.novacon\:\[\&_img\]\:h-4 {
|
|
1563
1450
|
& img {
|
|
1564
|
-
height: calc(var(--spacing) *
|
|
1451
|
+
height: calc(var(--novacon-spacing) * 4);
|
|
1565
1452
|
}
|
|
1566
1453
|
}
|
|
1567
|
-
|
|
1454
|
+
.novacon\:\[\&_img\]\:h-6 {
|
|
1568
1455
|
& img {
|
|
1569
|
-
height:
|
|
1456
|
+
height: calc(var(--novacon-spacing) * 6);
|
|
1570
1457
|
}
|
|
1571
1458
|
}
|
|
1572
|
-
|
|
1459
|
+
.novacon\:\[\&_img\]\:h-6\! {
|
|
1573
1460
|
& img {
|
|
1574
|
-
height: calc(var(--spacing) *
|
|
1461
|
+
height: calc(var(--novacon-spacing) * 6) !important;
|
|
1575
1462
|
}
|
|
1576
1463
|
}
|
|
1577
|
-
|
|
1464
|
+
.novacon\:\[\&_img\]\:h-\[auto\]\! {
|
|
1578
1465
|
& img {
|
|
1579
|
-
height:
|
|
1466
|
+
height: auto !important;
|
|
1580
1467
|
}
|
|
1581
1468
|
}
|
|
1582
|
-
|
|
1469
|
+
.novacon\:\[\&_img\]\:w-4 {
|
|
1583
1470
|
& img {
|
|
1584
|
-
|
|
1471
|
+
width: calc(var(--novacon-spacing) * 4);
|
|
1585
1472
|
}
|
|
1586
1473
|
}
|
|
1587
|
-
|
|
1474
|
+
.novacon\:\[\&_img\]\:w-6 {
|
|
1588
1475
|
& img {
|
|
1589
|
-
width: calc(var(--spacing) * 6)
|
|
1476
|
+
width: calc(var(--novacon-spacing) * 6);
|
|
1590
1477
|
}
|
|
1591
1478
|
}
|
|
1592
|
-
|
|
1479
|
+
.novacon\:\[\&_img\]\:w-6\! {
|
|
1593
1480
|
& img {
|
|
1594
|
-
width:
|
|
1481
|
+
width: calc(var(--novacon-spacing) * 6) !important;
|
|
1595
1482
|
}
|
|
1596
1483
|
}
|
|
1597
|
-
|
|
1484
|
+
.novacon\:\[\&_img\]\:w-\[42px\]\! {
|
|
1598
1485
|
& img {
|
|
1599
|
-
width:
|
|
1600
|
-
}
|
|
1601
|
-
}
|
|
1602
|
-
.\[\&_img\]\:w-4 {
|
|
1603
|
-
& img {
|
|
1604
|
-
width: calc(var(--spacing) * 4);
|
|
1486
|
+
width: 42px !important;
|
|
1605
1487
|
}
|
|
1606
1488
|
}
|
|
1607
|
-
|
|
1489
|
+
.novacon\:\[\&_img\]\:w-\[60px\]\! {
|
|
1608
1490
|
& img {
|
|
1609
|
-
width:
|
|
1491
|
+
width: 60px !important;
|
|
1610
1492
|
}
|
|
1611
1493
|
}
|
|
1612
|
-
|
|
1494
|
+
.novacon\:\[\&_img\]\:transition-transform {
|
|
1613
1495
|
& img {
|
|
1614
1496
|
transition-property: transform, translate, scale, rotate;
|
|
1615
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1616
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1497
|
+
transition-timing-function: var(--tw-ease, var(--novacon-default-transition-timing-function));
|
|
1498
|
+
transition-duration: var(--tw-duration, var(--novacon-default-transition-duration));
|
|
1617
1499
|
}
|
|
1618
1500
|
}
|
|
1619
|
-
|
|
1501
|
+
.novacon\:\[\&_img\]\:duration-200 {
|
|
1620
1502
|
& img {
|
|
1621
1503
|
--tw-duration: 200ms;
|
|
1622
1504
|
transition-duration: 200ms;
|
|
1623
1505
|
}
|
|
1624
1506
|
}
|
|
1625
|
-
.hover\:\[\&_img\]\:scale-95 {
|
|
1507
|
+
.novacon\:hover\:\[\&_img\]\:scale-95 {
|
|
1626
1508
|
&:hover {
|
|
1627
1509
|
@media (hover: hover) {
|
|
1628
1510
|
& img {
|
|
@@ -1634,7 +1516,7 @@
|
|
|
1634
1516
|
}
|
|
1635
1517
|
}
|
|
1636
1518
|
}
|
|
1637
|
-
.active\:\[\&_img\]\:scale-85 {
|
|
1519
|
+
.novacon\:active\:\[\&_img\]\:scale-85 {
|
|
1638
1520
|
&:active {
|
|
1639
1521
|
& img {
|
|
1640
1522
|
--tw-scale-x: 85%;
|
|
@@ -1644,46 +1526,46 @@
|
|
|
1644
1526
|
}
|
|
1645
1527
|
}
|
|
1646
1528
|
}
|
|
1647
|
-
.sm\:\[\&_img\]
|
|
1529
|
+
.novacon\:sm\:\[\&_img\]\:w-\[32px\]\! {
|
|
1648
1530
|
@media (width >= 40rem) {
|
|
1649
1531
|
& img {
|
|
1650
1532
|
width: 32px !important;
|
|
1651
1533
|
}
|
|
1652
1534
|
}
|
|
1653
1535
|
}
|
|
1654
|
-
.md\:\[\&_img\]
|
|
1536
|
+
.novacon\:md\:\[\&_img\]\:w-\[80px\]\! {
|
|
1655
1537
|
@media (width >= 48rem) {
|
|
1656
1538
|
& img {
|
|
1657
1539
|
width: 80px !important;
|
|
1658
1540
|
}
|
|
1659
1541
|
}
|
|
1660
1542
|
}
|
|
1661
|
-
|
|
1543
|
+
.novacon\:\[\&\>img\]\:h-full {
|
|
1662
1544
|
&>img {
|
|
1663
|
-
height: 100
|
|
1545
|
+
height: 100%;
|
|
1664
1546
|
}
|
|
1665
1547
|
}
|
|
1666
|
-
|
|
1548
|
+
.novacon\:\[\&\>img\]\:h-full\! {
|
|
1667
1549
|
&>img {
|
|
1668
|
-
height: 100
|
|
1550
|
+
height: 100% !important;
|
|
1669
1551
|
}
|
|
1670
1552
|
}
|
|
1671
|
-
|
|
1553
|
+
.novacon\:\[\&\>img\]\:w-full {
|
|
1672
1554
|
&>img {
|
|
1673
|
-
width: 100
|
|
1555
|
+
width: 100%;
|
|
1674
1556
|
}
|
|
1675
1557
|
}
|
|
1676
|
-
|
|
1558
|
+
.novacon\:\[\&\>img\]\:w-full\! {
|
|
1677
1559
|
&>img {
|
|
1678
|
-
width: 100
|
|
1560
|
+
width: 100% !important;
|
|
1679
1561
|
}
|
|
1680
1562
|
}
|
|
1681
|
-
|
|
1563
|
+
.novacon\:\[\&\>svg\]\:h-full\! {
|
|
1682
1564
|
&>svg {
|
|
1683
1565
|
height: 100% !important;
|
|
1684
1566
|
}
|
|
1685
1567
|
}
|
|
1686
|
-
|
|
1568
|
+
.novacon\:\[\&\>svg\]\:w-full\! {
|
|
1687
1569
|
&>svg {
|
|
1688
1570
|
width: 100% !important;
|
|
1689
1571
|
}
|
|
@@ -1938,59 +1820,6 @@
|
|
|
1938
1820
|
inherits: false;
|
|
1939
1821
|
initial-value: 0 0 #0000;
|
|
1940
1822
|
}
|
|
1941
|
-
@property --tw-blur {
|
|
1942
|
-
syntax: "*";
|
|
1943
|
-
inherits: false;
|
|
1944
|
-
}
|
|
1945
|
-
@property --tw-brightness {
|
|
1946
|
-
syntax: "*";
|
|
1947
|
-
inherits: false;
|
|
1948
|
-
}
|
|
1949
|
-
@property --tw-contrast {
|
|
1950
|
-
syntax: "*";
|
|
1951
|
-
inherits: false;
|
|
1952
|
-
}
|
|
1953
|
-
@property --tw-grayscale {
|
|
1954
|
-
syntax: "*";
|
|
1955
|
-
inherits: false;
|
|
1956
|
-
}
|
|
1957
|
-
@property --tw-hue-rotate {
|
|
1958
|
-
syntax: "*";
|
|
1959
|
-
inherits: false;
|
|
1960
|
-
}
|
|
1961
|
-
@property --tw-invert {
|
|
1962
|
-
syntax: "*";
|
|
1963
|
-
inherits: false;
|
|
1964
|
-
}
|
|
1965
|
-
@property --tw-opacity {
|
|
1966
|
-
syntax: "*";
|
|
1967
|
-
inherits: false;
|
|
1968
|
-
}
|
|
1969
|
-
@property --tw-saturate {
|
|
1970
|
-
syntax: "*";
|
|
1971
|
-
inherits: false;
|
|
1972
|
-
}
|
|
1973
|
-
@property --tw-sepia {
|
|
1974
|
-
syntax: "*";
|
|
1975
|
-
inherits: false;
|
|
1976
|
-
}
|
|
1977
|
-
@property --tw-drop-shadow {
|
|
1978
|
-
syntax: "*";
|
|
1979
|
-
inherits: false;
|
|
1980
|
-
}
|
|
1981
|
-
@property --tw-drop-shadow-color {
|
|
1982
|
-
syntax: "*";
|
|
1983
|
-
inherits: false;
|
|
1984
|
-
}
|
|
1985
|
-
@property --tw-drop-shadow-alpha {
|
|
1986
|
-
syntax: "<percentage>";
|
|
1987
|
-
inherits: false;
|
|
1988
|
-
initial-value: 100%;
|
|
1989
|
-
}
|
|
1990
|
-
@property --tw-drop-shadow-size {
|
|
1991
|
-
syntax: "*";
|
|
1992
|
-
inherits: false;
|
|
1993
|
-
}
|
|
1994
1823
|
@property --tw-duration {
|
|
1995
1824
|
syntax: "*";
|
|
1996
1825
|
inherits: false;
|
|
@@ -2043,15 +1872,6 @@
|
|
|
2043
1872
|
filter: blur(var(--tw-exit-blur,0));
|
|
2044
1873
|
}
|
|
2045
1874
|
}
|
|
2046
|
-
@keyframes float {
|
|
2047
|
-
0%,
|
|
2048
|
-
100% {
|
|
2049
|
-
transform: translateY(0);
|
|
2050
|
-
}
|
|
2051
|
-
50% {
|
|
2052
|
-
transform: translateY(-10px);
|
|
2053
|
-
}
|
|
2054
|
-
}
|
|
2055
1875
|
@keyframes rotate {
|
|
2056
1876
|
0% {
|
|
2057
1877
|
transform: rotate(0deg);
|
|
@@ -2099,19 +1919,6 @@
|
|
|
2099
1919
|
--tw-ring-offset-width: 0px;
|
|
2100
1920
|
--tw-ring-offset-color: #fff;
|
|
2101
1921
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
2102
|
-
--tw-blur: initial;
|
|
2103
|
-
--tw-brightness: initial;
|
|
2104
|
-
--tw-contrast: initial;
|
|
2105
|
-
--tw-grayscale: initial;
|
|
2106
|
-
--tw-hue-rotate: initial;
|
|
2107
|
-
--tw-invert: initial;
|
|
2108
|
-
--tw-opacity: initial;
|
|
2109
|
-
--tw-saturate: initial;
|
|
2110
|
-
--tw-sepia: initial;
|
|
2111
|
-
--tw-drop-shadow: initial;
|
|
2112
|
-
--tw-drop-shadow-color: initial;
|
|
2113
|
-
--tw-drop-shadow-alpha: 100%;
|
|
2114
|
-
--tw-drop-shadow-size: initial;
|
|
2115
1922
|
--tw-duration: initial;
|
|
2116
1923
|
--tw-ease: initial;
|
|
2117
1924
|
--tw-scale-x: 1;
|