@tuwaio/nova-transactions 1.0.0-fix-integrate-orbit-alpha.21.4b8f114 → 1.0.0-fix-integrate-orbit-alpha.23.c69d70b

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/index.css CHANGED
@@ -2,513 +2,486 @@
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer utilities {
5
- .visible {
6
- visibility: visible;
7
- }
8
- .absolute {
5
+ .novatx\:absolute {
9
6
  position: absolute;
10
7
  }
11
- .relative {
8
+ .novatx\:relative {
12
9
  position: relative;
13
10
  }
14
- .static {
15
- position: static;
16
- }
17
- .top-2 {
11
+ .novatx\:top-2 {
18
12
  top: calc(0.25rem * 2);
19
13
  }
20
- .top-\[10px\] {
14
+ .novatx\:top-\[10px\] {
21
15
  top: 10px;
22
16
  }
23
- .right-1\/2 {
17
+ .novatx\:right-1\/2 {
24
18
  right: calc(1/2 * 100%);
25
19
  }
26
- .right-2 {
20
+ .novatx\:right-2 {
27
21
  right: calc(0.25rem * 2);
28
22
  }
29
- .z-10 {
23
+ .novatx\:z-10 {
30
24
  z-index: 10;
31
25
  }
32
- .container {
33
- width: 100%;
34
- @media (width >= 40rem) {
35
- max-width: 40rem;
36
- }
37
- @media (width >= 48rem) {
38
- max-width: 48rem;
39
- }
40
- @media (width >= 64rem) {
41
- max-width: 64rem;
42
- }
43
- @media (width >= 80rem) {
44
- max-width: 80rem;
45
- }
46
- @media (width >= 96rem) {
47
- max-width: 96rem;
48
- }
49
- }
50
- .mt-1 {
26
+ .novatx\:mt-1 {
51
27
  margin-top: calc(0.25rem * 1);
52
28
  }
53
- .mt-2 {
29
+ .novatx\:mt-2 {
54
30
  margin-top: calc(0.25rem * 2);
55
31
  }
56
- .mt-3 {
32
+ .novatx\:mt-3 {
57
33
  margin-top: calc(0.25rem * 3);
58
34
  }
59
- .mb-1 {
35
+ .novatx\:mb-1 {
60
36
  margin-bottom: calc(0.25rem * 1);
61
37
  }
62
- .mb-2 {
38
+ .novatx\:mb-2 {
63
39
  margin-bottom: calc(0.25rem * 2);
64
40
  }
65
- .block {
41
+ .novatx\:block {
66
42
  display: block;
67
43
  }
68
- .contents {
69
- display: contents;
70
- }
71
- .flex {
44
+ .novatx\:flex {
72
45
  display: flex;
73
46
  }
74
- .inline-flex {
47
+ .novatx\:inline-flex {
75
48
  display: inline-flex;
76
49
  }
77
- .h-0\.5 {
50
+ .novatx\:h-0\.5 {
78
51
  height: calc(0.25rem * 0.5);
79
52
  }
80
- .h-2 {
53
+ .novatx\:h-2 {
81
54
  height: calc(0.25rem * 2);
82
55
  }
83
- .h-3 {
56
+ .novatx\:h-3 {
84
57
  height: calc(0.25rem * 3);
85
58
  }
86
- .h-4 {
59
+ .novatx\:h-4 {
87
60
  height: calc(0.25rem * 4);
88
61
  }
89
- .h-5 {
62
+ .novatx\:h-5 {
90
63
  height: calc(0.25rem * 5);
91
64
  }
92
- .h-8 {
65
+ .novatx\:h-8 {
93
66
  height: calc(0.25rem * 8);
94
67
  }
95
- .h-10 {
68
+ .novatx\:h-10 {
96
69
  height: calc(0.25rem * 10);
97
70
  }
98
- .h-16 {
71
+ .novatx\:h-16 {
99
72
  height: calc(0.25rem * 16);
100
73
  }
101
- .max-h-24 {
74
+ .novatx\:max-h-24 {
102
75
  max-height: calc(0.25rem * 24);
103
76
  }
104
- .max-h-\[95dvh\] {
77
+ .novatx\:max-h-\[95dvh\] {
105
78
  max-height: 95dvh;
106
79
  }
107
- .max-h-\[400px\] {
80
+ .novatx\:max-h-\[400px\] {
108
81
  max-height: 400px;
109
82
  }
110
- .\!min-h-0 {
83
+ .novatx\:\!min-h-0 {
111
84
  min-height: calc(0.25rem * 0) !important;
112
85
  }
113
- .w-2 {
86
+ .novatx\:w-2 {
114
87
  width: calc(0.25rem * 2);
115
88
  }
116
- .w-3 {
89
+ .novatx\:w-3 {
117
90
  width: calc(0.25rem * 3);
118
91
  }
119
- .w-4 {
92
+ .novatx\:w-4 {
120
93
  width: calc(0.25rem * 4);
121
94
  }
122
- .w-5 {
95
+ .novatx\:w-5 {
123
96
  width: calc(0.25rem * 5);
124
97
  }
125
- .w-8 {
98
+ .novatx\:w-8 {
126
99
  width: calc(0.25rem * 8);
127
100
  }
128
- .w-10 {
101
+ .novatx\:w-10 {
129
102
  width: calc(0.25rem * 10);
130
103
  }
131
- .w-16 {
104
+ .novatx\:w-16 {
132
105
  width: calc(0.25rem * 16);
133
106
  }
134
- .w-\[40px\] {
107
+ .novatx\:w-\[40px\] {
135
108
  width: 40px;
136
109
  }
137
- .w-full {
110
+ .novatx\:w-full {
138
111
  width: 100%;
139
112
  }
140
- .min-w-\[80px\] {
113
+ .novatx\:min-w-\[80px\] {
141
114
  min-width: 80px;
142
115
  }
143
- .flex-1 {
116
+ .novatx\:flex-1 {
144
117
  flex: 1;
145
118
  }
146
- .flex-shrink-0 {
119
+ .novatx\:flex-shrink-0 {
147
120
  flex-shrink: 0;
148
121
  }
149
- .animate-pulse {
122
+ .novatx\:animate-pulse {
150
123
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
151
124
  }
152
- .animate-spin {
125
+ .novatx\:animate-spin {
153
126
  animation: spin 1s linear infinite;
154
127
  }
155
- .cursor-pointer {
128
+ .novatx\:cursor-pointer {
156
129
  cursor: pointer;
157
130
  }
158
- .flex-col {
131
+ .novatx\:flex-col {
159
132
  flex-direction: column;
160
133
  }
161
- .items-center {
134
+ .novatx\:items-center {
162
135
  align-items: center;
163
136
  }
164
- .items-start {
137
+ .novatx\:items-start {
165
138
  align-items: flex-start;
166
139
  }
167
- .justify-between {
140
+ .novatx\:justify-between {
168
141
  justify-content: space-between;
169
142
  }
170
- .justify-center {
143
+ .novatx\:justify-center {
171
144
  justify-content: center;
172
145
  }
173
- .justify-end {
146
+ .novatx\:justify-end {
174
147
  justify-content: flex-end;
175
148
  }
176
- .gap-1\.5 {
149
+ .novatx\:gap-1\.5 {
177
150
  gap: calc(0.25rem * 1.5);
178
151
  }
179
- .gap-2 {
152
+ .novatx\:gap-2 {
180
153
  gap: calc(0.25rem * 2);
181
154
  }
182
- .gap-3 {
155
+ .novatx\:gap-3 {
183
156
  gap: calc(0.25rem * 3);
184
157
  }
185
- .gap-4 {
158
+ .novatx\:gap-4 {
186
159
  gap: calc(0.25rem * 4);
187
160
  }
188
- .gap-x-1 {
161
+ .novatx\:gap-x-1 {
189
162
  -moz-column-gap: calc(0.25rem * 1);
190
163
  column-gap: calc(0.25rem * 1);
191
164
  }
192
- .gap-x-1\.5 {
165
+ .novatx\:gap-x-1\.5 {
193
166
  -moz-column-gap: calc(0.25rem * 1.5);
194
167
  column-gap: calc(0.25rem * 1.5);
195
168
  }
196
- .gap-x-2 {
169
+ .novatx\:gap-x-2 {
197
170
  -moz-column-gap: calc(0.25rem * 2);
198
171
  column-gap: calc(0.25rem * 2);
199
172
  }
200
- .gap-y-2 {
173
+ .novatx\:gap-y-2 {
201
174
  row-gap: calc(0.25rem * 2);
202
175
  }
203
- .gap-y-3 {
176
+ .novatx\:gap-y-3 {
204
177
  row-gap: calc(0.25rem * 3);
205
178
  }
206
- .overflow-y-auto {
179
+ .novatx\:overflow-y-auto {
207
180
  overflow-y: auto;
208
181
  }
209
- .rounded {
182
+ .novatx\:rounded {
210
183
  border-radius: 0.25rem;
211
184
  }
212
- .rounded-full {
185
+ .novatx\:rounded-full {
213
186
  border-radius: calc(infinity * 1px);
214
187
  }
215
- .rounded-lg {
188
+ .novatx\:rounded-lg {
216
189
  border-radius: 0.5rem;
217
190
  }
218
- .rounded-md {
191
+ .novatx\:rounded-md {
219
192
  border-radius: 0.375rem;
220
193
  }
221
- .rounded-t-md {
194
+ .novatx\:rounded-t-md {
222
195
  border-top-left-radius: 0.375rem;
223
196
  border-top-right-radius: 0.375rem;
224
197
  }
225
- .border {
198
+ .novatx\:border {
226
199
  border-style: var(--tw-border-style);
227
200
  border-width: 1px;
228
201
  }
229
- .border-2 {
202
+ .novatx\:border-2 {
230
203
  border-style: var(--tw-border-style);
231
204
  border-width: 2px;
232
205
  }
233
- .border-t {
206
+ .novatx\:border-t {
234
207
  border-top-style: var(--tw-border-style);
235
208
  border-top-width: 1px;
236
209
  }
237
- .border-b {
210
+ .novatx\:border-b {
238
211
  border-bottom-style: var(--tw-border-style);
239
212
  border-bottom-width: 1px;
240
213
  }
241
- .border-\[var\(--tuwa-border-primary\)\] {
214
+ .novatx\:border-\[var\(--tuwa-border-primary\)\] {
242
215
  border-color: var(--tuwa-border-primary);
243
216
  }
244
- .border-\[var\(--tuwa-border-secondary\)\] {
217
+ .novatx\:border-\[var\(--tuwa-border-secondary\)\] {
245
218
  border-color: var(--tuwa-border-secondary);
246
219
  }
247
- .border-\[var\(--tuwa-error-icon\)\] {
220
+ .novatx\:border-\[var\(--tuwa-error-icon\)\] {
248
221
  border-color: var(--tuwa-error-icon);
249
222
  }
250
- .border-\[var\(--tuwa-error-icon\)\]\/30 {
223
+ .novatx\:border-\[var\(--tuwa-error-icon\)\]\/30 {
251
224
  border-color: var(--tuwa-error-icon);
252
225
  @supports (color: color-mix(in lab, red, red)) {
253
226
  border-color: color-mix(in oklab, var(--tuwa-error-icon) 30%, transparent);
254
227
  }
255
228
  }
256
- .border-\[var\(--tuwa-info-icon\)\] {
229
+ .novatx\:border-\[var\(--tuwa-info-icon\)\] {
257
230
  border-color: var(--tuwa-info-icon);
258
231
  }
259
- .border-\[var\(--tuwa-pending-icon\)\] {
232
+ .novatx\:border-\[var\(--tuwa-pending-icon\)\] {
260
233
  border-color: var(--tuwa-pending-icon);
261
234
  }
262
- .border-\[var\(--tuwa-success-icon\)\] {
235
+ .novatx\:border-\[var\(--tuwa-success-icon\)\] {
263
236
  border-color: var(--tuwa-success-icon);
264
237
  }
265
- .\!bg-transparent {
238
+ .novatx\:\!bg-transparent {
266
239
  background-color: transparent !important;
267
240
  }
268
- .bg-\[var\(--tuwa-bg-muted\)\] {
241
+ .novatx\:bg-\[var\(--tuwa-bg-muted\)\] {
269
242
  background-color: var(--tuwa-bg-muted);
270
243
  }
271
- .bg-\[var\(--tuwa-bg-primary\)\] {
244
+ .novatx\:bg-\[var\(--tuwa-bg-primary\)\] {
272
245
  background-color: var(--tuwa-bg-primary);
273
246
  }
274
- .bg-\[var\(--tuwa-border-primary\)\] {
247
+ .novatx\:bg-\[var\(--tuwa-border-primary\)\] {
275
248
  background-color: var(--tuwa-border-primary);
276
249
  }
277
- .bg-\[var\(--tuwa-error-bg\)\] {
250
+ .novatx\:bg-\[var\(--tuwa-error-bg\)\] {
278
251
  background-color: var(--tuwa-error-bg);
279
252
  }
280
- .bg-\[var\(--tuwa-error-icon\)\] {
253
+ .novatx\:bg-\[var\(--tuwa-error-icon\)\] {
281
254
  background-color: var(--tuwa-error-icon);
282
255
  }
283
- .bg-\[var\(--tuwa-info-bg\)\] {
256
+ .novatx\:bg-\[var\(--tuwa-info-bg\)\] {
284
257
  background-color: var(--tuwa-info-bg);
285
258
  }
286
- .bg-\[var\(--tuwa-info-icon\)\] {
259
+ .novatx\:bg-\[var\(--tuwa-info-icon\)\] {
287
260
  background-color: var(--tuwa-info-icon);
288
261
  }
289
- .bg-\[var\(--tuwa-pending-bg\)\] {
262
+ .novatx\:bg-\[var\(--tuwa-pending-bg\)\] {
290
263
  background-color: var(--tuwa-pending-bg);
291
264
  }
292
- .bg-\[var\(--tuwa-pending-icon\)\] {
265
+ .novatx\:bg-\[var\(--tuwa-pending-icon\)\] {
293
266
  background-color: var(--tuwa-pending-icon);
294
267
  }
295
- .bg-\[var\(--tuwa-success-bg\)\] {
268
+ .novatx\:bg-\[var\(--tuwa-success-bg\)\] {
296
269
  background-color: var(--tuwa-success-bg);
297
270
  }
298
- .bg-\[var\(--tuwa-success-icon\)\] {
271
+ .novatx\:bg-\[var\(--tuwa-success-icon\)\] {
299
272
  background-color: var(--tuwa-success-icon);
300
273
  }
301
- .bg-gray-400 {
274
+ .novatx\:bg-gray-400 {
302
275
  background-color: oklch(70.7% 0.022 261.325);
303
276
  }
304
- .bg-gray-500 {
277
+ .novatx\:bg-gray-500 {
305
278
  background-color: oklch(55.1% 0.027 264.364);
306
279
  }
307
- .bg-transparent {
280
+ .novatx\:bg-transparent {
308
281
  background-color: transparent;
309
282
  }
310
- .bg-gradient-to-r {
283
+ .novatx\:bg-gradient-to-r {
311
284
  --tw-gradient-position: to right in oklab;
312
285
  background-image: linear-gradient(var(--tw-gradient-stops));
313
286
  }
314
- .from-\[var\(--tuwa-button-gradient-from\)\] {
287
+ .novatx\:from-\[var\(--tuwa-button-gradient-from\)\] {
315
288
  --tw-gradient-from: var(--tuwa-button-gradient-from);
316
289
  --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));
317
290
  }
318
- .to-\[var\(--tuwa-button-gradient-to\)\] {
291
+ .novatx\:to-\[var\(--tuwa-button-gradient-to\)\] {
319
292
  --tw-gradient-to: var(--tuwa-button-gradient-to);
320
293
  --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));
321
294
  }
322
- .\!p-0 {
295
+ .novatx\:\!p-0 {
323
296
  padding: calc(0.25rem * 0) !important;
324
297
  }
325
- .p-1 {
298
+ .novatx\:p-1 {
326
299
  padding: calc(0.25rem * 1);
327
300
  }
328
- .p-2 {
301
+ .novatx\:p-2 {
329
302
  padding: calc(0.25rem * 2);
330
303
  }
331
- .p-3 {
304
+ .novatx\:p-3 {
332
305
  padding: calc(0.25rem * 3);
333
306
  }
334
- .p-4 {
307
+ .novatx\:p-4 {
335
308
  padding: calc(0.25rem * 4);
336
309
  }
337
- .p-8 {
310
+ .novatx\:p-8 {
338
311
  padding: calc(0.25rem * 8);
339
312
  }
340
- .px-2 {
313
+ .novatx\:px-2 {
341
314
  padding-inline: calc(0.25rem * 2);
342
315
  }
343
- .px-3 {
316
+ .novatx\:px-3 {
344
317
  padding-inline: calc(0.25rem * 3);
345
318
  }
346
- .px-4 {
319
+ .novatx\:px-4 {
347
320
  padding-inline: calc(0.25rem * 4);
348
321
  }
349
- .py-1 {
322
+ .novatx\:py-1 {
350
323
  padding-block: calc(0.25rem * 1);
351
324
  }
352
- .py-1\.5 {
325
+ .novatx\:py-1\.5 {
353
326
  padding-block: calc(0.25rem * 1.5);
354
327
  }
355
- .py-2 {
328
+ .novatx\:py-2 {
356
329
  padding-block: calc(0.25rem * 2);
357
330
  }
358
- .py-4 {
331
+ .novatx\:py-4 {
359
332
  padding-block: calc(0.25rem * 4);
360
333
  }
361
- .pt-2 {
334
+ .novatx\:pt-2 {
362
335
  padding-top: calc(0.25rem * 2);
363
336
  }
364
- .pt-3 {
337
+ .novatx\:pt-3 {
365
338
  padding-top: calc(0.25rem * 3);
366
339
  }
367
- .pr-1 {
340
+ .novatx\:pr-1 {
368
341
  padding-right: calc(0.25rem * 1);
369
342
  }
370
- .pb-1 {
343
+ .novatx\:pb-1 {
371
344
  padding-bottom: calc(0.25rem * 1);
372
345
  }
373
- .text-center {
346
+ .novatx\:text-center {
374
347
  text-align: center;
375
348
  }
376
- .font-mono {
349
+ .novatx\:font-mono {
377
350
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
378
351
  monospace;
379
352
  }
380
- .text-lg {
353
+ .novatx\:text-lg {
381
354
  font-size: 1.125rem;
382
355
  line-height: var(--tw-leading, calc(1.75 / 1.125));
383
356
  }
384
- .text-sm {
357
+ .novatx\:text-sm {
385
358
  font-size: 0.875rem;
386
359
  line-height: var(--tw-leading, calc(1.25 / 0.875));
387
360
  }
388
- .text-xs {
361
+ .novatx\:text-xs {
389
362
  font-size: 0.75rem;
390
363
  line-height: var(--tw-leading, calc(1 / 0.75));
391
364
  }
392
- .font-bold {
365
+ .novatx\:font-bold {
393
366
  --tw-font-weight: 700;
394
367
  font-weight: 700;
395
368
  }
396
- .font-medium {
369
+ .novatx\:font-medium {
397
370
  --tw-font-weight: 500;
398
371
  font-weight: 500;
399
372
  }
400
- .font-semibold {
373
+ .novatx\:font-semibold {
401
374
  --tw-font-weight: 600;
402
375
  font-weight: 600;
403
376
  }
404
- .break-all {
377
+ .novatx\:break-all {
405
378
  word-break: break-all;
406
379
  }
407
- .text-\[var\(--tuwa-error-icon\)\] {
380
+ .novatx\:text-\[var\(--tuwa-error-icon\)\] {
408
381
  color: var(--tuwa-error-icon);
409
382
  }
410
- .text-\[var\(--tuwa-error-icon\)\]\/50 {
383
+ .novatx\:text-\[var\(--tuwa-error-icon\)\]\/50 {
411
384
  color: var(--tuwa-error-icon);
412
385
  @supports (color: color-mix(in lab, red, red)) {
413
386
  color: color-mix(in oklab, var(--tuwa-error-icon) 50%, transparent);
414
387
  }
415
388
  }
416
- .text-\[var\(--tuwa-error-text\)\] {
389
+ .novatx\:text-\[var\(--tuwa-error-text\)\] {
417
390
  color: var(--tuwa-error-text);
418
391
  }
419
- .text-\[var\(--tuwa-info-icon\)\] {
392
+ .novatx\:text-\[var\(--tuwa-info-icon\)\] {
420
393
  color: var(--tuwa-info-icon);
421
394
  }
422
- .text-\[var\(--tuwa-info-text\)\] {
395
+ .novatx\:text-\[var\(--tuwa-info-text\)\] {
423
396
  color: var(--tuwa-info-text);
424
397
  }
425
- .text-\[var\(--tuwa-pending-icon\)\] {
398
+ .novatx\:text-\[var\(--tuwa-pending-icon\)\] {
426
399
  color: var(--tuwa-pending-icon);
427
400
  }
428
- .text-\[var\(--tuwa-pending-text\)\] {
401
+ .novatx\:text-\[var\(--tuwa-pending-text\)\] {
429
402
  color: var(--tuwa-pending-text);
430
403
  }
431
- .text-\[var\(--tuwa-success-icon\)\] {
404
+ .novatx\:text-\[var\(--tuwa-success-icon\)\] {
432
405
  color: var(--tuwa-success-icon);
433
406
  }
434
- .text-\[var\(--tuwa-success-text\)\] {
407
+ .novatx\:text-\[var\(--tuwa-success-text\)\] {
435
408
  color: var(--tuwa-success-text);
436
409
  }
437
- .text-\[var\(--tuwa-text-accent\)\] {
410
+ .novatx\:text-\[var\(--tuwa-text-accent\)\] {
438
411
  color: var(--tuwa-text-accent);
439
412
  }
440
- .text-\[var\(--tuwa-text-on-accent\)\] {
413
+ .novatx\:text-\[var\(--tuwa-text-on-accent\)\] {
441
414
  color: var(--tuwa-text-on-accent);
442
415
  }
443
- .text-\[var\(--tuwa-text-primary\)\] {
416
+ .novatx\:text-\[var\(--tuwa-text-primary\)\] {
444
417
  color: var(--tuwa-text-primary);
445
418
  }
446
- .text-\[var\(--tuwa-text-secondary\)\] {
419
+ .novatx\:text-\[var\(--tuwa-text-secondary\)\] {
447
420
  color: var(--tuwa-text-secondary);
448
421
  }
449
- .text-\[var\(--tuwa-text-tertiary\)\] {
422
+ .novatx\:text-\[var\(--tuwa-text-tertiary\)\] {
450
423
  color: var(--tuwa-text-tertiary);
451
424
  }
452
- .text-white {
425
+ .novatx\:text-white {
453
426
  color: #fff;
454
427
  }
455
- .\!shadow-none {
428
+ .novatx\:\!shadow-none {
456
429
  --tw-shadow: 0 0 #0000 !important;
457
430
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
458
431
  }
459
- .shadow-lg {
432
+ .novatx\:shadow-lg {
460
433
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
461
434
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
462
435
  }
463
- .shadow-md {
436
+ .novatx\:shadow-md {
464
437
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
465
438
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
466
439
  }
467
- .transition-all {
440
+ .novatx\:transition-all {
468
441
  transition-property: all;
469
442
  transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
470
443
  transition-duration: var(--tw-duration, 150ms);
471
444
  }
472
- .transition-colors {
445
+ .novatx\:transition-colors {
473
446
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
474
447
  transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
475
448
  transition-duration: var(--tw-duration, 150ms);
476
449
  }
477
- .transition-opacity {
450
+ .novatx\:transition-opacity {
478
451
  transition-property: opacity;
479
452
  transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
480
453
  transition-duration: var(--tw-duration, 150ms);
481
454
  }
482
- .duration-200 {
455
+ .novatx\:duration-200 {
483
456
  --tw-duration: 200ms;
484
457
  transition-duration: 200ms;
485
458
  }
486
- .ease-in-out {
459
+ .novatx\:ease-in-out {
487
460
  --tw-ease: cubic-bezier(0.4, 0, 0.2, 1);
488
461
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
489
462
  }
490
- .hover\:bg-\[var\(--tuwa-bg-muted\)\] {
463
+ .novatx\:hover\:bg-\[var\(--tuwa-bg-muted\)\] {
491
464
  &:hover {
492
465
  @media (hover: hover) {
493
466
  background-color: var(--tuwa-bg-muted);
494
467
  }
495
468
  }
496
469
  }
497
- .hover\:bg-\[var\(--tuwa-bg-secondary\)\] {
470
+ .novatx\:hover\:bg-\[var\(--tuwa-bg-secondary\)\] {
498
471
  &:hover {
499
472
  @media (hover: hover) {
500
473
  background-color: var(--tuwa-bg-secondary);
501
474
  }
502
475
  }
503
476
  }
504
- .hover\:bg-\[var\(--tuwa-border-primary\)\] {
477
+ .novatx\:hover\:bg-\[var\(--tuwa-border-primary\)\] {
505
478
  &:hover {
506
479
  @media (hover: hover) {
507
480
  background-color: var(--tuwa-border-primary);
508
481
  }
509
482
  }
510
483
  }
511
- .hover\:from-\[var\(--tuwa-button-gradient-from-hover\)\] {
484
+ .novatx\:hover\:from-\[var\(--tuwa-button-gradient-from-hover\)\] {
512
485
  &:hover {
513
486
  @media (hover: hover) {
514
487
  --tw-gradient-from: var(--tuwa-button-gradient-from-hover);
@@ -516,7 +489,7 @@
516
489
  }
517
490
  }
518
491
  }
519
- .hover\:to-\[var\(--tuwa-button-gradient-to-hover\)\] {
492
+ .novatx\:hover\:to-\[var\(--tuwa-button-gradient-to-hover\)\] {
520
493
  &:hover {
521
494
  @media (hover: hover) {
522
495
  --tw-gradient-to: var(--tuwa-button-gradient-to-hover);
@@ -524,49 +497,49 @@
524
497
  }
525
498
  }
526
499
  }
527
- .hover\:text-\[var\(--tuwa-error-icon\)\] {
500
+ .novatx\:hover\:text-\[var\(--tuwa-error-icon\)\] {
528
501
  &:hover {
529
502
  @media (hover: hover) {
530
503
  color: var(--tuwa-error-icon);
531
504
  }
532
505
  }
533
506
  }
534
- .hover\:text-\[var\(--tuwa-text-primary\)\] {
507
+ .novatx\:hover\:text-\[var\(--tuwa-text-primary\)\] {
535
508
  &:hover {
536
509
  @media (hover: hover) {
537
510
  color: var(--tuwa-text-primary);
538
511
  }
539
512
  }
540
513
  }
541
- .hover\:text-\[var\(--tuwa-text-secondary\)\] {
514
+ .novatx\:hover\:text-\[var\(--tuwa-text-secondary\)\] {
542
515
  &:hover {
543
516
  @media (hover: hover) {
544
517
  color: var(--tuwa-text-secondary);
545
518
  }
546
519
  }
547
520
  }
548
- .hover\:underline {
521
+ .novatx\:hover\:underline {
549
522
  &:hover {
550
523
  @media (hover: hover) {
551
524
  text-decoration-line: underline;
552
525
  }
553
526
  }
554
527
  }
555
- .hover\:opacity-80 {
528
+ .novatx\:hover\:opacity-80 {
556
529
  &:hover {
557
530
  @media (hover: hover) {
558
531
  opacity: 80%;
559
532
  }
560
533
  }
561
534
  }
562
- .hover\:opacity-90 {
535
+ .novatx\:hover\:opacity-90 {
563
536
  &:hover {
564
537
  @media (hover: hover) {
565
538
  opacity: 90%;
566
539
  }
567
540
  }
568
541
  }
569
- .hover\:shadow-xl {
542
+ .novatx\:hover\:shadow-xl {
570
543
  &:hover {
571
544
  @media (hover: hover) {
572
545
  --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));
@@ -574,7 +547,7 @@
574
547
  }
575
548
  }
576
549
  }
577
- .active\:scale-95 {
550
+ .novatx\:active\:scale-95 {
578
551
  &:active {
579
552
  --tw-scale-x: 95%;
580
553
  --tw-scale-y: 95%;
@@ -582,342 +555,275 @@
582
555
  scale: var(--tw-scale-x) var(--tw-scale-y);
583
556
  }
584
557
  }
585
- .disabled\:cursor-not-allowed {
558
+ .novatx\:disabled\:cursor-not-allowed {
586
559
  &:disabled {
587
560
  cursor: not-allowed;
588
561
  }
589
562
  }
590
- .disabled\:opacity-50 {
563
+ .novatx\:disabled\:opacity-50 {
591
564
  &:disabled {
592
565
  opacity: 50%;
593
566
  }
594
567
  }
595
- .disabled\:opacity-70 {
568
+ .novatx\:disabled\:opacity-70 {
596
569
  &:disabled {
597
570
  opacity: 70%;
598
571
  }
599
572
  }
600
- .sm\:max-w-2xl {
573
+ .novatx\:sm\:max-w-2xl {
601
574
  @media (width >= 40rem) {
602
575
  max-width: 42rem;
603
576
  }
604
577
  }
605
- .sm\:max-w-md {
578
+ .novatx\:sm\:max-w-md {
606
579
  @media (width >= 40rem) {
607
580
  max-width: 28rem;
608
581
  }
609
582
  }
610
- .sm\:rounded-md {
583
+ .novatx\:sm\:rounded-md {
611
584
  @media (width >= 40rem) {
612
585
  border-radius: 0.375rem;
613
586
  }
614
587
  }
615
- .\[\&\>img\]\:h-auto {
616
- &>img {
617
- height: auto;
618
- }
619
- }
620
- .\[\&\>img\]\:w-full {
621
- &>img {
622
- width: 100%;
623
- }
624
- }
625
588
  }
626
589
  /*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
627
590
  @layer properties;
628
591
  @layer theme, base, components, utilities;
629
- @layer utilities {
630
- .visible {
631
- visibility: visible;
592
+ @layer theme {
593
+ :root, :host {
594
+ --novacore-color-black: #000;
595
+ --novacore-spacing: 0.25rem;
596
+ --novacore-text-sm: 0.875rem;
597
+ --novacore-text-sm--line-height: calc(1.25 / 0.875);
598
+ --novacore-text-lg: 1.125rem;
599
+ --novacore-text-lg--line-height: calc(1.75 / 1.125);
600
+ --novacore-font-weight-bold: 700;
601
+ --novacore-tracking-tight: -0.025em;
602
+ --novacore-radius-2xl: 1rem;
603
+ --novacore-blur-sm: 8px;
604
+ --novacore-default-transition-duration: 150ms;
605
+ --novacore-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
632
606
  }
633
- .absolute {
607
+ }
608
+ @layer utilities {
609
+ .novacore\:absolute {
634
610
  position: absolute;
635
611
  }
636
- .fixed {
612
+ .novacore\:fixed {
637
613
  position: fixed;
638
614
  }
639
- .relative {
615
+ .novacore\:relative {
640
616
  position: relative;
641
617
  }
642
- .sticky {
618
+ .novacore\:sticky {
643
619
  position: sticky;
644
620
  }
645
- .inset-0 {
646
- inset: calc(0.25rem * 0);
621
+ .novacore\:inset-0 {
622
+ inset: calc(var(--novacore-spacing) * 0);
647
623
  }
648
- .top-0 {
649
- top: calc(0.25rem * 0);
624
+ .novacore\:top-0 {
625
+ top: calc(var(--novacore-spacing) * 0);
650
626
  }
651
- .bottom-0 {
652
- bottom: calc(0.25rem * 0);
627
+ .novacore\:bottom-0 {
628
+ bottom: calc(var(--novacore-spacing) * 0);
653
629
  }
654
- .left-0 {
655
- left: calc(0.25rem * 0);
630
+ .novacore\:left-0 {
631
+ left: calc(var(--novacore-spacing) * 0);
656
632
  }
657
- .z-1 {
633
+ .novacore\:z-1 {
658
634
  z-index: 1;
659
635
  }
660
- .z-11 {
636
+ .novacore\:z-11 {
661
637
  z-index: 11;
662
638
  }
663
- .z-50 {
639
+ .novacore\:z-50 {
664
640
  z-index: 50;
665
641
  }
666
- .m-0 {
667
- margin: calc(0.25rem * 0);
668
- }
669
- .contents {
670
- display: contents;
642
+ .novacore\:m-0 {
643
+ margin: calc(var(--novacore-spacing) * 0);
671
644
  }
672
- .flex {
645
+ .novacore\:flex {
673
646
  display: flex;
674
647
  }
675
- .hidden {
676
- display: none;
648
+ .novacore\:h-4 {
649
+ height: calc(var(--novacore-spacing) * 4);
677
650
  }
678
- .h-4 {
679
- height: calc(0.25rem * 4);
680
- }
681
- .h-5 {
682
- height: calc(0.25rem * 5);
651
+ .novacore\:h-5 {
652
+ height: calc(var(--novacore-spacing) * 5);
683
653
  }
684
- .h-full {
654
+ .novacore\:h-full {
685
655
  height: 100%;
686
656
  }
687
- .max-h-\[98dvh\] {
657
+ .novacore\:max-h-\[98dvh\] {
688
658
  max-height: 98dvh;
689
659
  }
690
- .w-4 {
691
- width: calc(0.25rem * 4);
660
+ .novacore\:w-4 {
661
+ width: calc(var(--novacore-spacing) * 4);
692
662
  }
693
- .w-5 {
694
- width: calc(0.25rem * 5);
663
+ .novacore\:w-5 {
664
+ width: calc(var(--novacore-spacing) * 5);
695
665
  }
696
- .w-full {
666
+ .novacore\:w-full {
697
667
  width: 100%;
698
668
  }
699
- .transform {
700
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
701
- }
702
- .cursor-pointer {
703
- cursor: pointer;
704
- }
705
- .resize {
706
- resize: both;
707
- }
708
- .flex-col {
669
+ .novacore\:flex-col {
709
670
  flex-direction: column;
710
671
  }
711
- .flex-col-reverse {
672
+ .novacore\:flex-col-reverse {
712
673
  flex-direction: column-reverse;
713
674
  }
714
- .flex-row {
675
+ .novacore\:flex-row {
715
676
  flex-direction: row;
716
677
  }
717
- .items-center {
678
+ .novacore\:items-center {
718
679
  align-items: center;
719
680
  }
720
- .justify-between {
681
+ .novacore\:justify-between {
721
682
  justify-content: space-between;
722
683
  }
723
- .gap-1 {
724
- gap: calc(0.25rem * 1);
725
- }
726
- .gap-3 {
727
- gap: calc(0.25rem * 3);
728
- }
729
- .truncate {
730
- overflow: hidden;
731
- text-overflow: ellipsis;
732
- white-space: nowrap;
684
+ .novacore\:gap-3 {
685
+ gap: calc(var(--novacore-spacing) * 3);
733
686
  }
734
- .overflow-hidden {
687
+ .novacore\:overflow-hidden {
735
688
  overflow: hidden;
736
689
  }
737
- .overflow-y-auto {
690
+ .novacore\:overflow-y-auto {
738
691
  overflow-y: auto;
739
692
  }
740
- .rounded-md {
741
- border-radius: 0.375rem;
742
- }
743
- .rounded-t-2xl {
744
- border-top-left-radius: 1rem;
745
- border-top-right-radius: 1rem;
693
+ .novacore\:rounded-t-2xl {
694
+ border-top-left-radius: var(--novacore-radius-2xl);
695
+ border-top-right-radius: var(--novacore-radius-2xl);
746
696
  }
747
- .border {
697
+ .novacore\:border {
748
698
  border-style: var(--tw-border-style);
749
699
  border-width: 1px;
750
700
  }
751
- .border-b {
701
+ .novacore\:border-b {
752
702
  border-bottom-style: var(--tw-border-style);
753
703
  border-bottom-width: 1px;
754
704
  }
755
- .border-\[var\(--tuwa-border-primary\)\] {
705
+ .novacore\:border-\[var\(--tuwa-border-primary\)\] {
756
706
  border-color: var(--tuwa-border-primary);
757
707
  }
758
- .bg-\[var\(--tuwa-bg-primary\)\] {
708
+ .novacore\:bg-\[var\(--tuwa-bg-primary\)\] {
759
709
  background-color: var(--tuwa-bg-primary);
760
710
  }
761
- .bg-\[var\(--tuwa-color-primary\)\] {
762
- background-color: var(--tuwa-color-primary);
763
- }
764
- .bg-\[var\(--tuwa-standart-button-bg\)\] {
765
- background-color: var(--tuwa-standart-button-bg);
766
- }
767
- .bg-black\/55 {
768
- background-color: color-mix(in oklab, #000 55%, transparent);
769
- }
770
- .bg-red-500 {
771
- background-color: oklch(63.7% 0.237 25.331);
772
- }
773
- .p-0 {
774
- padding: calc(0.25rem * 0);
775
- }
776
- .p-2 {
777
- padding: calc(0.25rem * 2);
778
- }
779
- .p-4 {
780
- padding: calc(0.25rem * 4);
781
- }
782
- .p-\[var\(--tuwa-spacing-md\)\] {
783
- padding: var(--tuwa-spacing-md);
711
+ .novacore\:bg-black\/55 {
712
+ background-color: var(--novacore-color-black);
713
+ @supports (color: color-mix(in lab, red, red)) {
714
+ background-color: var(--novacore-color-black);
715
+ @supports (color: color-mix(in lab, red, red)) {
716
+ background-color: color-mix(in oklab, var(--novacore-color-black) 55%, transparent);
717
+ }
718
+ }
784
719
  }
785
- .px-3 {
786
- padding-inline: calc(0.25rem * 3);
720
+ .novacore\:p-0 {
721
+ padding: calc(var(--novacore-spacing) * 0);
787
722
  }
788
- .py-2 {
789
- padding-block: calc(0.25rem * 2);
723
+ .novacore\:p-4 {
724
+ padding: calc(var(--novacore-spacing) * 4);
790
725
  }
791
- .text-lg {
792
- font-size: 1.125rem;
793
- line-height: var(--tw-leading, calc(1.75 / 1.125));
726
+ .novacore\:text-lg {
727
+ font-size: var(--novacore-text-lg);
728
+ line-height: var(--tw-leading, var(--novacore-text-lg--line-height));
794
729
  }
795
- .text-sm {
796
- font-size: 0.875rem;
797
- line-height: var(--tw-leading, calc(1.25 / 0.875));
730
+ .novacore\:text-sm {
731
+ font-size: var(--novacore-text-sm);
732
+ line-height: var(--tw-leading, var(--novacore-text-sm--line-height));
798
733
  }
799
- .leading-none {
734
+ .novacore\:leading-none {
800
735
  --tw-leading: 1;
801
736
  line-height: 1;
802
737
  }
803
- .font-bold {
804
- --tw-font-weight: 700;
805
- font-weight: 700;
806
- }
807
- .font-semibold {
808
- --tw-font-weight: 600;
809
- font-weight: 600;
738
+ .novacore\:font-bold {
739
+ --tw-font-weight: var(--novacore-font-weight-bold);
740
+ font-weight: var(--novacore-font-weight-bold);
810
741
  }
811
- .tracking-tight {
812
- --tw-tracking: -0.025em;
813
- letter-spacing: -0.025em;
742
+ .novacore\:tracking-tight {
743
+ --tw-tracking: var(--novacore-tracking-tight);
744
+ letter-spacing: var(--novacore-tracking-tight);
814
745
  }
815
- .text-\[var\(--tuwa-color-foreground\)\] {
816
- color: var(--tuwa-color-foreground);
817
- }
818
- .text-\[var\(--tuwa-text-primary\)\] {
746
+ .novacore\:text-\[var\(--tuwa-text-primary\)\] {
819
747
  color: var(--tuwa-text-primary);
820
748
  }
821
- .text-\[var\(--tuwa-text-secondary\)\] {
749
+ .novacore\:text-\[var\(--tuwa-text-secondary\)\] {
822
750
  color: var(--tuwa-text-secondary);
823
751
  }
824
- .shadow-2xl {
752
+ .novacore\:shadow-2xl {
825
753
  --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
826
754
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
827
755
  }
828
- .backdrop-blur-sm {
829
- --tw-backdrop-blur: blur(8px);
756
+ .novacore\:backdrop-blur-sm {
757
+ --tw-backdrop-blur: blur(var(--novacore-blur-sm));
830
758
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
831
759
  }
832
- .backdrop-saturate-150 {
760
+ .novacore\:backdrop-saturate-150 {
833
761
  --tw-backdrop-saturate: saturate(150%);
834
762
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
835
763
  }
836
- .transition {
837
- 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;
838
- transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
839
- transition-duration: var(--tw-duration, 150ms);
840
- }
841
- .transition-colors {
764
+ .novacore\:transition-colors {
842
765
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
843
- transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
844
- transition-duration: var(--tw-duration, 150ms);
766
+ transition-timing-function: var(--tw-ease, var(--novacore-default-transition-timing-function));
767
+ transition-duration: var(--tw-duration, var(--novacore-default-transition-duration));
845
768
  }
846
- .outline-none {
769
+ .novacore\:outline-none {
847
770
  --tw-outline-style: none;
848
771
  outline-style: none;
849
772
  }
850
- .hover\:bg-\[var\(--tuwa-standart-button-hover\)\] {
851
- &:hover {
852
- @media (hover: hover) {
853
- background-color: var(--tuwa-standart-button-hover);
854
- }
855
- }
856
- }
857
- .disabled\:cursor-not-allowed {
858
- &:disabled {
859
- cursor: not-allowed;
860
- }
861
- }
862
- .disabled\:opacity-50 {
863
- &:disabled {
864
- opacity: 50%;
865
- }
866
- }
867
- .sm\:top-\[50\%\] {
773
+ .novacore\:sm\:top-\[50\%\] {
868
774
  @media (width >= 40rem) {
869
775
  top: 50%;
870
776
  }
871
777
  }
872
- .sm\:bottom-auto {
778
+ .novacore\:sm\:bottom-auto {
873
779
  @media (width >= 40rem) {
874
780
  bottom: auto;
875
781
  }
876
782
  }
877
- .sm\:left-\[50\%\] {
783
+ .novacore\:sm\:left-\[50\%\] {
878
784
  @media (width >= 40rem) {
879
785
  left: 50%;
880
786
  }
881
787
  }
882
- .sm\:translate-x-\[-50\%\] {
788
+ .novacore\:sm\:translate-x-\[-50\%\] {
883
789
  @media (width >= 40rem) {
884
790
  --tw-translate-x: -50%;
885
791
  translate: var(--tw-translate-x) var(--tw-translate-y);
886
792
  }
887
793
  }
888
- .sm\:translate-y-\[-50\%\] {
794
+ .novacore\:sm\:translate-y-\[-50\%\] {
889
795
  @media (width >= 40rem) {
890
796
  --tw-translate-y: -50%;
891
797
  translate: var(--tw-translate-x) var(--tw-translate-y);
892
798
  }
893
799
  }
894
- .sm\:flex-row {
800
+ .novacore\:sm\:flex-row {
895
801
  @media (width >= 40rem) {
896
802
  flex-direction: row;
897
803
  }
898
804
  }
899
- .sm\:justify-end {
805
+ .novacore\:sm\:justify-end {
900
806
  @media (width >= 40rem) {
901
807
  justify-content: flex-end;
902
808
  }
903
809
  }
904
- .sm\:space-x-2 {
810
+ .novacore\:sm\:space-x-2 {
905
811
  @media (width >= 40rem) {
906
812
  :where(& > :not(:last-child)) {
907
813
  --tw-space-x-reverse: 0;
908
- margin-inline-start: calc(calc(0.25rem * 2) * var(--tw-space-x-reverse));
909
- margin-inline-end: calc(calc(0.25rem * 2) * calc(1 - var(--tw-space-x-reverse)));
814
+ margin-inline-start: calc(calc(var(--novacore-spacing) * 2) * var(--tw-space-x-reverse));
815
+ margin-inline-end: calc(calc(var(--novacore-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
910
816
  }
911
817
  }
912
818
  }
913
- .sm\:rounded-2xl {
819
+ .novacore\:sm\:rounded-2xl {
914
820
  @media (width >= 40rem) {
915
- border-radius: 1rem;
821
+ border-radius: var(--novacore-radius-2xl);
916
822
  }
917
823
  }
918
- .sm\:p-4 {
824
+ .novacore\:sm\:p-4 {
919
825
  @media (width >= 40rem) {
920
- padding: calc(0.25rem * 4);
826
+ padding: calc(var(--novacore-spacing) * 4);
921
827
  }
922
828
  }
923
829
  }
@@ -1013,26 +919,18 @@
1013
919
  padding-right: 2px;
1014
920
  }
1015
921
  }
1016
- }
1017
- @property --tw-rotate-x {
1018
- syntax: "*";
1019
- inherits: false;
1020
- }
1021
- @property --tw-rotate-y {
1022
- syntax: "*";
1023
- inherits: false;
1024
- }
1025
- @property --tw-rotate-z {
1026
- syntax: "*";
1027
- inherits: false;
1028
- }
1029
- @property --tw-skew-x {
1030
- syntax: "*";
1031
- inherits: false;
1032
- }
1033
- @property --tw-skew-y {
1034
- syntax: "*";
1035
- inherits: false;
922
+ .NovaCustomScrollNoPadding::-webkit-scrollbar {
923
+ width: 4px;
924
+ border-radius: 4px;
925
+ background-color: var(--tuwa-border-primary);
926
+ }
927
+ .NovaCustomScrollNoPadding::-webkit-scrollbar-thumb {
928
+ background-color: var(--tuwa-text-secondary);
929
+ border-radius: 4px;
930
+ }
931
+ .NovaCustomScrollNoPadding::-webkit-scrollbar-thumb:hover {
932
+ background-color: var(--tuwa-text-primary);
933
+ }
1036
934
  }
1037
935
  @property --tw-leading {
1038
936
  syntax: "*";
@@ -1101,11 +999,6 @@
1101
999
  @layer properties {
1102
1000
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1103
1001
  *, ::before, ::after, ::backdrop {
1104
- --tw-rotate-x: initial;
1105
- --tw-rotate-y: initial;
1106
- --tw-rotate-z: initial;
1107
- --tw-skew-x: initial;
1108
- --tw-skew-y: initial;
1109
1002
  --tw-border-style: solid;
1110
1003
  --tw-leading: initial;
1111
1004
  --tw-font-weight: initial;
@@ -1322,11 +1215,6 @@
1322
1215
  --tw-scale-x: 1;
1323
1216
  --tw-scale-y: 1;
1324
1217
  --tw-scale-z: 1;
1325
- --tw-rotate-x: initial;
1326
- --tw-rotate-y: initial;
1327
- --tw-rotate-z: initial;
1328
- --tw-skew-x: initial;
1329
- --tw-skew-y: initial;
1330
1218
  --tw-leading: initial;
1331
1219
  --tw-tracking: initial;
1332
1220
  --tw-backdrop-blur: initial;