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