@tapcart/mobile-components 0.4.3 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/hooks/use-infinite-scroll.d.ts +4 -3
- package/dist/components/hooks/use-infinite-scroll.d.ts.map +1 -1
- package/dist/components/hooks/use-infinite-scroll.js +30 -17
- package/dist/components/ui/Input/index.d.ts +2 -0
- package/dist/components/ui/Input/index.d.ts.map +1 -0
- package/dist/components/ui/Input/index.js +1 -0
- package/dist/components/ui/Input/input.d.ts +5 -0
- package/dist/components/ui/Input/input.d.ts.map +1 -0
- package/dist/components/ui/Input/input.js +46 -0
- package/dist/components/ui/Input/types.d.ts +34 -0
- package/dist/components/ui/Input/types.d.ts.map +1 -0
- package/dist/components/ui/Input/types.js +1 -0
- package/dist/components/ui/Input/useInput.d.ts +41 -0
- package/dist/components/ui/Input/useInput.d.ts.map +1 -0
- package/dist/components/ui/Input/useInput.js +69 -0
- package/dist/components/ui/button.d.ts +1 -0
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/button.js +3 -3
- package/dist/components/ui/icon.d.ts.map +1 -1
- package/dist/components/ui/icon.js +2 -1
- package/dist/components/ui/image.d.ts +3 -0
- package/dist/components/ui/image.d.ts.map +1 -1
- package/dist/components/ui/image.js +3 -5
- package/dist/components/ui/money.d.ts.map +1 -1
- package/dist/components/ui/money.js +1 -0
- package/dist/components/ui/slider.js +1 -1
- package/dist/index.d.ts +2 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -3
- package/dist/lib/utils.d.ts +5 -0
- package/dist/lib/utils.d.ts.map +1 -1
- package/dist/lib/utils.js +3 -0
- package/dist/styles.css +193 -755
- package/package.json +16 -16
package/dist/styles.css
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
/*
|
|
3
|
+
*//*
|
|
6
4
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
7
5
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
8
6
|
*/
|
|
@@ -10,14 +8,10 @@
|
|
|
10
8
|
*,
|
|
11
9
|
::before,
|
|
12
10
|
::after {
|
|
13
|
-
box-sizing: border-box;
|
|
14
|
-
/*
|
|
15
|
-
border-
|
|
16
|
-
/* 2 */
|
|
17
|
-
border-style: solid;
|
|
18
|
-
/* 2 */
|
|
19
|
-
border-color: #e5e7eb;
|
|
20
|
-
/* 2 */
|
|
11
|
+
box-sizing: border-box; /* 1 */
|
|
12
|
+
border-width: 0; /* 2 */
|
|
13
|
+
border-style: solid; /* 2 */
|
|
14
|
+
border-color: #e5e7eb; /* 2 */
|
|
21
15
|
}
|
|
22
16
|
|
|
23
17
|
::before,
|
|
@@ -35,21 +29,14 @@
|
|
|
35
29
|
*/
|
|
36
30
|
|
|
37
31
|
html {
|
|
38
|
-
line-height: 1.5;
|
|
39
|
-
/*
|
|
40
|
-
-
|
|
41
|
-
/* 2 */
|
|
42
|
-
-moz-tab-size: 4;
|
|
43
|
-
/* 3 */
|
|
32
|
+
line-height: 1.5; /* 1 */
|
|
33
|
+
-webkit-text-size-adjust: 100%; /* 2 */
|
|
34
|
+
-moz-tab-size: 4; /* 3 */
|
|
44
35
|
-o-tab-size: 4;
|
|
45
|
-
tab-size: 4;
|
|
46
|
-
/*
|
|
47
|
-
font-
|
|
48
|
-
/*
|
|
49
|
-
font-feature-settings: normal;
|
|
50
|
-
/* 5 */
|
|
51
|
-
font-variation-settings: normal;
|
|
52
|
-
/* 6 */
|
|
36
|
+
tab-size: 4; /* 3 */
|
|
37
|
+
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
|
|
38
|
+
font-feature-settings: normal; /* 5 */
|
|
39
|
+
font-variation-settings: normal; /* 6 */
|
|
53
40
|
}
|
|
54
41
|
|
|
55
42
|
/*
|
|
@@ -58,10 +45,8 @@ html {
|
|
|
58
45
|
*/
|
|
59
46
|
|
|
60
47
|
body {
|
|
61
|
-
margin: 0;
|
|
62
|
-
/*
|
|
63
|
-
line-height: inherit;
|
|
64
|
-
/* 2 */
|
|
48
|
+
margin: 0; /* 1 */
|
|
49
|
+
line-height: inherit; /* 2 */
|
|
65
50
|
}
|
|
66
51
|
|
|
67
52
|
/*
|
|
@@ -71,12 +56,9 @@ body {
|
|
|
71
56
|
*/
|
|
72
57
|
|
|
73
58
|
hr {
|
|
74
|
-
height: 0;
|
|
75
|
-
/*
|
|
76
|
-
|
|
77
|
-
/* 2 */
|
|
78
|
-
border-top-width: 1px;
|
|
79
|
-
/* 3 */
|
|
59
|
+
height: 0; /* 1 */
|
|
60
|
+
color: inherit; /* 2 */
|
|
61
|
+
border-top-width: 1px; /* 3 */
|
|
80
62
|
}
|
|
81
63
|
|
|
82
64
|
/*
|
|
@@ -129,10 +111,8 @@ code,
|
|
|
129
111
|
kbd,
|
|
130
112
|
samp,
|
|
131
113
|
pre {
|
|
132
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
133
|
-
/*
|
|
134
|
-
font-size: 1em;
|
|
135
|
-
/* 2 */
|
|
114
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
|
115
|
+
font-size: 1em; /* 2 */
|
|
136
116
|
}
|
|
137
117
|
|
|
138
118
|
/*
|
|
@@ -170,12 +150,9 @@ sup {
|
|
|
170
150
|
*/
|
|
171
151
|
|
|
172
152
|
table {
|
|
173
|
-
text-indent: 0;
|
|
174
|
-
/*
|
|
175
|
-
border-
|
|
176
|
-
/* 2 */
|
|
177
|
-
border-collapse: collapse;
|
|
178
|
-
/* 3 */
|
|
153
|
+
text-indent: 0; /* 1 */
|
|
154
|
+
border-color: inherit; /* 2 */
|
|
155
|
+
border-collapse: collapse; /* 3 */
|
|
179
156
|
}
|
|
180
157
|
|
|
181
158
|
/*
|
|
@@ -189,24 +166,15 @@ input,
|
|
|
189
166
|
optgroup,
|
|
190
167
|
select,
|
|
191
168
|
textarea {
|
|
192
|
-
font-family: inherit;
|
|
193
|
-
/* 1 */
|
|
194
|
-
font-
|
|
195
|
-
/* 1 */
|
|
196
|
-
font-
|
|
197
|
-
/* 1 */
|
|
198
|
-
|
|
199
|
-
/*
|
|
200
|
-
|
|
201
|
-
/* 1 */
|
|
202
|
-
line-height: inherit;
|
|
203
|
-
/* 1 */
|
|
204
|
-
color: inherit;
|
|
205
|
-
/* 1 */
|
|
206
|
-
margin: 0;
|
|
207
|
-
/* 2 */
|
|
208
|
-
padding: 0;
|
|
209
|
-
/* 3 */
|
|
169
|
+
font-family: inherit; /* 1 */
|
|
170
|
+
font-feature-settings: inherit; /* 1 */
|
|
171
|
+
font-variation-settings: inherit; /* 1 */
|
|
172
|
+
font-size: 100%; /* 1 */
|
|
173
|
+
font-weight: inherit; /* 1 */
|
|
174
|
+
line-height: inherit; /* 1 */
|
|
175
|
+
color: inherit; /* 1 */
|
|
176
|
+
margin: 0; /* 2 */
|
|
177
|
+
padding: 0; /* 3 */
|
|
210
178
|
}
|
|
211
179
|
|
|
212
180
|
/*
|
|
@@ -227,12 +195,9 @@ button,
|
|
|
227
195
|
[type='button'],
|
|
228
196
|
[type='reset'],
|
|
229
197
|
[type='submit'] {
|
|
230
|
-
-webkit-appearance: button;
|
|
231
|
-
/*
|
|
232
|
-
background-
|
|
233
|
-
/* 2 */
|
|
234
|
-
background-image: none;
|
|
235
|
-
/* 2 */
|
|
198
|
+
-webkit-appearance: button; /* 1 */
|
|
199
|
+
background-color: transparent; /* 2 */
|
|
200
|
+
background-image: none; /* 2 */
|
|
236
201
|
}
|
|
237
202
|
|
|
238
203
|
/*
|
|
@@ -274,10 +239,8 @@ Correct the cursor style of increment and decrement buttons in Safari.
|
|
|
274
239
|
*/
|
|
275
240
|
|
|
276
241
|
[type='search'] {
|
|
277
|
-
-webkit-appearance: textfield;
|
|
278
|
-
/*
|
|
279
|
-
outline-offset: -2px;
|
|
280
|
-
/* 2 */
|
|
242
|
+
-webkit-appearance: textfield; /* 1 */
|
|
243
|
+
outline-offset: -2px; /* 2 */
|
|
281
244
|
}
|
|
282
245
|
|
|
283
246
|
/*
|
|
@@ -294,10 +257,8 @@ Remove the inner padding in Chrome and Safari on macOS.
|
|
|
294
257
|
*/
|
|
295
258
|
|
|
296
259
|
::-webkit-file-upload-button {
|
|
297
|
-
-webkit-appearance: button;
|
|
298
|
-
/*
|
|
299
|
-
font: inherit;
|
|
300
|
-
/* 2 */
|
|
260
|
+
-webkit-appearance: button; /* 1 */
|
|
261
|
+
font: inherit; /* 2 */
|
|
301
262
|
}
|
|
302
263
|
|
|
303
264
|
/*
|
|
@@ -348,7 +309,6 @@ menu {
|
|
|
348
309
|
/*
|
|
349
310
|
Reset default styling for dialogs.
|
|
350
311
|
*/
|
|
351
|
-
|
|
352
312
|
dialog {
|
|
353
313
|
padding: 0;
|
|
354
314
|
}
|
|
@@ -367,18 +327,14 @@ textarea {
|
|
|
367
327
|
*/
|
|
368
328
|
|
|
369
329
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
370
|
-
opacity: 1;
|
|
371
|
-
/*
|
|
372
|
-
color: #9ca3af;
|
|
373
|
-
/* 2 */
|
|
330
|
+
opacity: 1; /* 1 */
|
|
331
|
+
color: #9ca3af; /* 2 */
|
|
374
332
|
}
|
|
375
333
|
|
|
376
334
|
input::placeholder,
|
|
377
335
|
textarea::placeholder {
|
|
378
|
-
opacity: 1;
|
|
379
|
-
/*
|
|
380
|
-
color: #9ca3af;
|
|
381
|
-
/* 2 */
|
|
336
|
+
opacity: 1; /* 1 */
|
|
337
|
+
color: #9ca3af; /* 2 */
|
|
382
338
|
}
|
|
383
339
|
|
|
384
340
|
/*
|
|
@@ -393,7 +349,6 @@ button,
|
|
|
393
349
|
/*
|
|
394
350
|
Make sure disabled buttons don't get the pointer cursor.
|
|
395
351
|
*/
|
|
396
|
-
|
|
397
352
|
:disabled {
|
|
398
353
|
cursor: default;
|
|
399
354
|
}
|
|
@@ -412,10 +367,8 @@ audio,
|
|
|
412
367
|
iframe,
|
|
413
368
|
embed,
|
|
414
369
|
object {
|
|
415
|
-
display: block;
|
|
416
|
-
/*
|
|
417
|
-
vertical-align: middle;
|
|
418
|
-
/* 2 */
|
|
370
|
+
display: block; /* 1 */
|
|
371
|
+
vertical-align: middle; /* 2 */
|
|
419
372
|
}
|
|
420
373
|
|
|
421
374
|
/*
|
|
@@ -429,170 +382,157 @@ video {
|
|
|
429
382
|
}
|
|
430
383
|
|
|
431
384
|
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
432
|
-
|
|
433
385
|
[hidden] {
|
|
434
386
|
display: none;
|
|
435
387
|
}
|
|
388
|
+
.no-scrollbar *:not(.textarea-component)::-webkit-scrollbar {
|
|
389
|
+
display: none;
|
|
390
|
+
}
|
|
391
|
+
.no-scrollbar *:not(.textarea-component) {
|
|
392
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
393
|
+
scrollbar-width: none; /* Firefox */
|
|
394
|
+
}
|
|
436
395
|
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
.no-scrollbar *:not(.textarea-component) {
|
|
442
|
-
-ms-overflow-style: none;
|
|
443
|
-
/* IE and Edge */
|
|
444
|
-
scrollbar-width: none;
|
|
445
|
-
/* Firefox */
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
:root {
|
|
449
|
-
--background: 0 0% 100%;
|
|
450
|
-
--foreground: 222.2 47.4% 11.2%;
|
|
451
|
-
--muted: 210 40% 96.1%;
|
|
452
|
-
--muted-foreground: 215.4 16.3% 46.9%;
|
|
453
|
-
--popover: 0 0% 100%;
|
|
454
|
-
--popover-foreground: 222.2 47.4% 11.2%;
|
|
455
|
-
--card: 0 0% 100%;
|
|
456
|
-
--card-foreground: 222.2 47.4% 11.2%;
|
|
457
|
-
--border: 214.3 31.8% 91.4%;
|
|
458
|
-
--input: 214.3 31.8% 91.4%;
|
|
459
|
-
--primary: 222.2 47.4% 11.2%;
|
|
460
|
-
--primary-foreground: 210 40% 98%;
|
|
461
|
-
--secondary: 210 40% 96.1%;
|
|
462
|
-
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
463
|
-
--accent: 210 40% 96.1%;
|
|
464
|
-
--accent-foreground: 222.2 47.4% 11.2%;
|
|
465
|
-
--destructive: 0 100% 50%;
|
|
466
|
-
--destructive-foreground: 210 40% 98%;
|
|
467
|
-
--ring: 215 20.2% 65.1%;
|
|
468
|
-
--radius: 0.5rem;
|
|
469
|
-
--fontRegular: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
470
|
-
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
471
|
-
--fontMedium: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
472
|
-
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
473
|
-
--fontBold: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
474
|
-
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
475
|
-
--coreColors-pageColor: #ffffff;
|
|
476
|
-
--coreColors-shadow: #000000;
|
|
477
|
-
--coreColors-brandColorPrimary: #000000;
|
|
478
|
-
--coreColors-headerBackground: #ffffffff;
|
|
479
|
-
--coreColors-inputBackground: #ffffffff;
|
|
480
|
-
--coreColors-modalBackground: #ffffffff;
|
|
481
|
-
--coreColors-tabBar: #ffffffff;
|
|
482
|
-
--coreColors-dividingLines: #e3e3e3ff;
|
|
483
|
-
--coreColors-shadowsEnabled: "true";
|
|
484
|
-
--coreColors-primaryIcon: #121212ff;
|
|
485
|
-
--coreColors-secondaryIcon: #727272ff;
|
|
486
|
-
--coreColors-headerIcon: #121212ff;
|
|
487
|
-
--textColors-primaryColor: #121212ff;
|
|
488
|
-
--textColors-secondaryColor: #727272ff;
|
|
489
|
-
--textColors-pageTitle: #121212ff;
|
|
490
|
-
--textColors-legalText: #727272;
|
|
491
|
-
--textColors-productTitle: #727272;
|
|
492
|
-
--textColors-priceText: #121212ff;
|
|
493
|
-
--textColors-strikethroughPriceText: #727272ff;
|
|
494
|
-
--textColors-salePriceText: #d91e18ff;
|
|
495
|
-
--buttonColors-primaryText: #ffffff;
|
|
496
|
-
--buttonColors-primaryFill: #000000;
|
|
497
|
-
--buttonColors-primaryOutline: #000000;
|
|
498
|
-
--buttonColors-primaryShadow: #000000;
|
|
499
|
-
--buttonColors-disabled: #707070;
|
|
500
|
-
--buttonColors-secondaryText: #000000;
|
|
501
|
-
--buttonColors-secondaryFill: #ffffff;
|
|
502
|
-
--buttonColors-secondaryOutline: #000000;
|
|
503
|
-
--buttonColors-secondaryShadow: #000000;
|
|
504
|
-
--stateColors-disabled: #707070;
|
|
505
|
-
--stateColors-error: #d91e18ff;
|
|
506
|
-
--stateColors-subscriptions: #008000ff;
|
|
507
|
-
--stateColors-favorites: #d91e18ff;
|
|
508
|
-
--stateColors-reviews: #ffaf02ff;
|
|
509
|
-
--stateColors-success: #008000ff;
|
|
510
|
-
--stateColors-warning: #ffaf02ff;
|
|
511
|
-
--stateColors-skeleton: #e3e3e3ff;
|
|
512
|
-
--productBadging-fill: #000000;
|
|
513
|
-
--productBadging-text: #fefefe;
|
|
514
|
-
--productImage-aspectRatio: "2:3";
|
|
515
|
-
--productImage-scaling: cover;
|
|
516
|
-
--productImage-isCustom: "false";
|
|
517
|
-
--standard-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.textarea-component::-webkit-scrollbar {
|
|
521
|
-
width: 4px;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.textarea-component::-webkit-scrollbar-thumb {
|
|
525
|
-
border-radius: 1.5rem;
|
|
526
|
-
background: var(--coreColors-secondaryIcon);
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
.textarea-component::-webkit-scrollbar-track {
|
|
530
|
-
border-radius: 1.5rem;
|
|
531
|
-
background: var(--coreColors-dividingLines);
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.textarea-component::-moz-placeholder {
|
|
535
|
-
white-space: nowrap;
|
|
536
|
-
overflow: hidden;
|
|
537
|
-
text-overflow: ellipsis;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.textarea-component::placeholder {
|
|
541
|
-
white-space: nowrap;
|
|
542
|
-
overflow: hidden;
|
|
543
|
-
text-overflow: ellipsis;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
/*.dark {*/
|
|
547
|
-
|
|
548
|
-
/* --background: 222.2 84% 4.9%;*/
|
|
549
|
-
|
|
550
|
-
/* --foreground: 210 40% 98%;*/
|
|
551
|
-
|
|
552
|
-
/* --card: 222.2 84% 4.9%;*/
|
|
553
|
-
|
|
554
|
-
/* --card-foreground: 210 40% 98%;*/
|
|
555
|
-
|
|
556
|
-
/* --popover: 222.2 84% 4.9%;*/
|
|
557
|
-
|
|
558
|
-
/* --popover-foreground: 210 40% 98%;*/
|
|
559
|
-
|
|
560
|
-
/* --primary: 210 40% 98%;*/
|
|
561
|
-
|
|
562
|
-
/* --primary-foreground: 222.2 47.4% 11.2%;*/
|
|
396
|
+
:root {
|
|
397
|
+
--background: 0 0% 100%;
|
|
398
|
+
--foreground: 222.2 47.4% 11.2%;
|
|
563
399
|
|
|
564
|
-
|
|
400
|
+
--muted: 210 40% 96.1%;
|
|
401
|
+
--muted-foreground: 215.4 16.3% 46.9%;
|
|
565
402
|
|
|
566
|
-
|
|
403
|
+
--popover: 0 0% 100%;
|
|
404
|
+
--popover-foreground: 222.2 47.4% 11.2%;
|
|
567
405
|
|
|
568
|
-
|
|
406
|
+
--card: 0 0% 100%;
|
|
407
|
+
--card-foreground: 222.2 47.4% 11.2%;
|
|
569
408
|
|
|
570
|
-
|
|
409
|
+
--border: 214.3 31.8% 91.4%;
|
|
410
|
+
--input: 214.3 31.8% 91.4%;
|
|
571
411
|
|
|
572
|
-
|
|
412
|
+
--primary: 222.2 47.4% 11.2%;
|
|
413
|
+
--primary-foreground: 210 40% 98%;
|
|
573
414
|
|
|
574
|
-
|
|
415
|
+
--secondary: 210 40% 96.1%;
|
|
416
|
+
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
575
417
|
|
|
576
|
-
|
|
418
|
+
--accent: 210 40% 96.1%;
|
|
419
|
+
--accent-foreground: 222.2 47.4% 11.2%;
|
|
577
420
|
|
|
578
|
-
|
|
421
|
+
--destructive: 0 100% 50%;
|
|
422
|
+
--destructive-foreground: 210 40% 98%;
|
|
579
423
|
|
|
580
|
-
|
|
424
|
+
--ring: 215 20.2% 65.1%;
|
|
581
425
|
|
|
582
|
-
|
|
426
|
+
--radius: 0.5rem;
|
|
583
427
|
|
|
584
|
-
|
|
428
|
+
--fontRegular: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
429
|
+
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
430
|
+
--fontMedium: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
431
|
+
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
432
|
+
--fontBold: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
433
|
+
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
585
434
|
|
|
586
|
-
|
|
435
|
+
--coreColors-pageColor: #ffffff;
|
|
436
|
+
--coreColors-shadow: #000000;
|
|
437
|
+
--coreColors-brandColorPrimary: #000000;
|
|
438
|
+
--coreColors-headerBackground: #ffffffff;
|
|
439
|
+
--coreColors-inputBackground: #ffffffff;
|
|
440
|
+
--coreColors-modalBackground: #ffffffff;
|
|
441
|
+
--coreColors-tabBar: #ffffffff;
|
|
442
|
+
--coreColors-dividingLines: #e3e3e3ff;
|
|
443
|
+
--coreColors-shadowsEnabled: "true";
|
|
444
|
+
--coreColors-primaryIcon: #121212ff;
|
|
445
|
+
--coreColors-secondaryIcon: #727272ff;
|
|
446
|
+
--coreColors-headerIcon: #121212ff;
|
|
447
|
+
|
|
448
|
+
--textColors-primaryColor: #121212ff;
|
|
449
|
+
--textColors-secondaryColor: #727272ff;
|
|
450
|
+
--textColors-pageTitle: #121212ff;
|
|
451
|
+
--textColors-legalText: #727272;
|
|
452
|
+
--textColors-productTitle: #727272;
|
|
453
|
+
--textColors-priceText: #121212ff;
|
|
454
|
+
--textColors-strikethroughPriceText: #727272ff;
|
|
455
|
+
--textColors-salePriceText: #d91e18ff;
|
|
456
|
+
|
|
457
|
+
--buttonColors-primaryText: #ffffff;
|
|
458
|
+
--buttonColors-primaryFill: #000000;
|
|
459
|
+
--buttonColors-primaryOutline: #000000;
|
|
460
|
+
--buttonColors-primaryShadow: #000000;
|
|
461
|
+
--buttonColors-disabled: #707070;
|
|
462
|
+
--buttonColors-secondaryText: #000000;
|
|
463
|
+
--buttonColors-secondaryFill: #ffffff;
|
|
464
|
+
--buttonColors-secondaryOutline: #000000;
|
|
465
|
+
--buttonColors-secondaryShadow: #000000;
|
|
466
|
+
|
|
467
|
+
--stateColors-disabled: #707070;
|
|
468
|
+
--stateColors-error: #d91e18ff;
|
|
469
|
+
|
|
470
|
+
--stateColors-subscriptions: #008000ff;
|
|
471
|
+
--stateColors-favorites: #d91e18ff;
|
|
472
|
+
--stateColors-reviews: #ffaf02ff;
|
|
473
|
+
--stateColors-success: #008000ff;
|
|
474
|
+
--stateColors-warning: #ffaf02ff;
|
|
475
|
+
--stateColors-skeleton: #e3e3e3ff;
|
|
476
|
+
|
|
477
|
+
--productBadging-fill: #000000;
|
|
478
|
+
--productBadging-text: #fefefe;
|
|
479
|
+
|
|
480
|
+
--productImage-aspectRatio: "2:3";
|
|
481
|
+
--productImage-scaling: cover;
|
|
482
|
+
--productImage-isCustom: "false";
|
|
483
|
+
|
|
484
|
+
--standard-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
|
|
485
|
+
}
|
|
486
|
+
.textarea-component::-webkit-scrollbar {
|
|
487
|
+
width: 4px;
|
|
488
|
+
}
|
|
489
|
+
.textarea-component::-webkit-scrollbar-thumb {
|
|
490
|
+
border-radius: 1.5rem;
|
|
491
|
+
background: var(--coreColors-secondaryIcon);
|
|
492
|
+
}
|
|
493
|
+
.textarea-component::-webkit-scrollbar-track {
|
|
494
|
+
border-radius: 1.5rem;
|
|
495
|
+
background: var(--coreColors-dividingLines);
|
|
496
|
+
}
|
|
497
|
+
.textarea-component::-moz-placeholder {
|
|
498
|
+
white-space: nowrap;
|
|
499
|
+
overflow: hidden;
|
|
500
|
+
text-overflow: ellipsis;
|
|
501
|
+
}
|
|
502
|
+
.textarea-component::placeholder {
|
|
503
|
+
white-space: nowrap;
|
|
504
|
+
overflow: hidden;
|
|
505
|
+
text-overflow: ellipsis;
|
|
506
|
+
}
|
|
587
507
|
|
|
588
|
-
|
|
508
|
+
/*.dark {*/
|
|
509
|
+
/* --background: 222.2 84% 4.9%;*/
|
|
510
|
+
/* --foreground: 210 40% 98%;*/
|
|
511
|
+
/* --card: 222.2 84% 4.9%;*/
|
|
512
|
+
/* --card-foreground: 210 40% 98%;*/
|
|
513
|
+
/* --popover: 222.2 84% 4.9%;*/
|
|
514
|
+
/* --popover-foreground: 210 40% 98%;*/
|
|
515
|
+
/* --primary: 210 40% 98%;*/
|
|
516
|
+
/* --primary-foreground: 222.2 47.4% 11.2%;*/
|
|
517
|
+
/* --secondary: 217.2 32.6% 17.5%;*/
|
|
518
|
+
/* --secondary-foreground: 210 40% 98%;*/
|
|
519
|
+
/* --muted: 217.2 32.6% 17.5%;*/
|
|
520
|
+
/* --muted-foreground: 215 20.2% 65.1%;*/
|
|
521
|
+
/* --accent: 217.2 32.6% 17.5%;*/
|
|
522
|
+
/* --accent-foreground: 210 40% 98%;*/
|
|
523
|
+
/* --destructive: 0 62.8% 30.6%;*/
|
|
524
|
+
/* --destructive-foreground: 210 40% 98%;*/
|
|
525
|
+
/* --border: 217.2 32.6% 17.5%;*/
|
|
526
|
+
/* --input: 217.2 32.6% 17.5%;*/
|
|
527
|
+
/* --ring: 212.7 26.8% 83.9;*/
|
|
528
|
+
/*}*/
|
|
529
|
+
* {
|
|
589
530
|
border-color: hsl(var(--border));
|
|
590
531
|
}
|
|
591
|
-
|
|
592
|
-
body {
|
|
532
|
+
body {
|
|
593
533
|
background-color: hsl(var(--background));
|
|
594
534
|
color: hsl(var(--foreground));
|
|
595
|
-
|
|
535
|
+
font-feature-settings: "rlig" 1, "calt" 1;
|
|
596
536
|
}
|
|
597
537
|
|
|
598
538
|
*, ::before, ::after {
|
|
@@ -694,7 +634,6 @@ body {
|
|
|
694
634
|
--tw-backdrop-saturate: ;
|
|
695
635
|
--tw-backdrop-sepia: ;
|
|
696
636
|
}
|
|
697
|
-
|
|
698
637
|
.container {
|
|
699
638
|
width: 100%;
|
|
700
639
|
margin-right: auto;
|
|
@@ -702,13 +641,12 @@ body {
|
|
|
702
641
|
padding-right: 2rem;
|
|
703
642
|
padding-left: 2rem;
|
|
704
643
|
}
|
|
705
|
-
|
|
706
644
|
@media (min-width: 1400px) {
|
|
645
|
+
|
|
707
646
|
.container {
|
|
708
647
|
max-width: 1400px;
|
|
709
648
|
}
|
|
710
649
|
}
|
|
711
|
-
|
|
712
650
|
.sr-only {
|
|
713
651
|
position: absolute;
|
|
714
652
|
width: 1px;
|
|
@@ -720,1878 +658,1439 @@ body {
|
|
|
720
658
|
white-space: nowrap;
|
|
721
659
|
border-width: 0;
|
|
722
660
|
}
|
|
723
|
-
|
|
724
661
|
.pointer-events-none {
|
|
725
662
|
pointer-events: none;
|
|
726
663
|
}
|
|
727
|
-
|
|
728
664
|
.pointer-events-auto {
|
|
729
665
|
pointer-events: auto;
|
|
730
666
|
}
|
|
731
|
-
|
|
732
667
|
.fixed {
|
|
733
668
|
position: fixed;
|
|
734
669
|
}
|
|
735
|
-
|
|
736
670
|
.absolute {
|
|
737
671
|
position: absolute;
|
|
738
672
|
}
|
|
739
|
-
|
|
740
673
|
.relative {
|
|
741
674
|
position: relative;
|
|
742
675
|
}
|
|
743
|
-
|
|
744
676
|
.inset-0 {
|
|
745
677
|
inset: 0px;
|
|
746
678
|
}
|
|
747
|
-
|
|
748
679
|
.inset-x-0 {
|
|
749
680
|
left: 0px;
|
|
750
681
|
right: 0px;
|
|
751
682
|
}
|
|
752
|
-
|
|
753
683
|
.-bottom-12 {
|
|
754
684
|
bottom: -3rem;
|
|
755
685
|
}
|
|
756
|
-
|
|
757
686
|
.-left-12 {
|
|
758
687
|
left: -3rem;
|
|
759
688
|
}
|
|
760
|
-
|
|
761
689
|
.-right-12 {
|
|
762
690
|
right: -3rem;
|
|
763
691
|
}
|
|
764
|
-
|
|
765
692
|
.-top-12 {
|
|
766
693
|
top: -3rem;
|
|
767
694
|
}
|
|
768
|
-
|
|
769
695
|
.bottom-0 {
|
|
770
696
|
bottom: 0px;
|
|
771
697
|
}
|
|
772
|
-
|
|
773
698
|
.bottom-10 {
|
|
774
699
|
bottom: 2.5rem;
|
|
775
700
|
}
|
|
776
|
-
|
|
777
701
|
.bottom-2 {
|
|
778
702
|
bottom: 0.5rem;
|
|
779
703
|
}
|
|
780
|
-
|
|
781
704
|
.bottom-\[18px\] {
|
|
782
705
|
bottom: 18px;
|
|
783
706
|
}
|
|
784
|
-
|
|
785
707
|
.bottom-\[58px\] {
|
|
786
708
|
bottom: 58px;
|
|
787
709
|
}
|
|
788
|
-
|
|
789
710
|
.end-4 {
|
|
790
711
|
inset-inline-end: 1rem;
|
|
791
712
|
}
|
|
792
|
-
|
|
793
713
|
.left-0 {
|
|
794
714
|
left: 0px;
|
|
795
715
|
}
|
|
796
|
-
|
|
797
716
|
.left-1\/2 {
|
|
798
717
|
left: 50%;
|
|
799
718
|
}
|
|
800
|
-
|
|
801
719
|
.left-2 {
|
|
802
720
|
left: 0.5rem;
|
|
803
721
|
}
|
|
804
|
-
|
|
805
722
|
.left-\[50\%\] {
|
|
806
723
|
left: 50%;
|
|
807
724
|
}
|
|
808
|
-
|
|
809
725
|
.right-0 {
|
|
810
726
|
right: 0px;
|
|
811
727
|
}
|
|
812
|
-
|
|
813
728
|
.right-2 {
|
|
814
729
|
right: 0.5rem;
|
|
815
730
|
}
|
|
816
|
-
|
|
731
|
+
.start-10 {
|
|
732
|
+
inset-inline-start: 2.5rem;
|
|
733
|
+
}
|
|
817
734
|
.start-4 {
|
|
818
735
|
inset-inline-start: 1rem;
|
|
819
736
|
}
|
|
820
|
-
|
|
821
737
|
.top-0 {
|
|
822
738
|
top: 0px;
|
|
823
739
|
}
|
|
824
|
-
|
|
825
740
|
.top-1\/2 {
|
|
826
741
|
top: 50%;
|
|
827
742
|
}
|
|
828
|
-
|
|
829
743
|
.top-10 {
|
|
830
744
|
top: 2.5rem;
|
|
831
745
|
}
|
|
832
|
-
|
|
833
746
|
.top-2 {
|
|
834
747
|
top: 0.5rem;
|
|
835
748
|
}
|
|
836
|
-
|
|
837
749
|
.top-\[18px\] {
|
|
838
750
|
top: 18px;
|
|
839
751
|
}
|
|
840
|
-
|
|
841
752
|
.top-\[50\%\] {
|
|
842
753
|
top: 50%;
|
|
843
754
|
}
|
|
844
|
-
|
|
845
755
|
.z-10 {
|
|
846
756
|
z-index: 10;
|
|
847
757
|
}
|
|
848
|
-
|
|
849
758
|
.z-50 {
|
|
850
759
|
z-index: 50;
|
|
851
760
|
}
|
|
852
|
-
|
|
853
761
|
.z-\[100\] {
|
|
854
762
|
z-index: 100;
|
|
855
763
|
}
|
|
856
|
-
|
|
857
764
|
.col-span-2 {
|
|
858
765
|
grid-column: span 2 / span 2;
|
|
859
766
|
}
|
|
860
|
-
|
|
861
767
|
.col-start-1 {
|
|
862
768
|
grid-column-start: 1;
|
|
863
769
|
}
|
|
864
|
-
|
|
865
770
|
.row-start-1 {
|
|
866
771
|
grid-row-start: 1;
|
|
867
772
|
}
|
|
868
|
-
|
|
869
773
|
.mx-1 {
|
|
870
774
|
margin-left: 0.25rem;
|
|
871
775
|
margin-right: 0.25rem;
|
|
872
776
|
}
|
|
873
|
-
|
|
874
777
|
.mx-4 {
|
|
875
778
|
margin-left: 1rem;
|
|
876
779
|
margin-right: 1rem;
|
|
877
780
|
}
|
|
878
|
-
|
|
879
781
|
.mx-auto {
|
|
880
782
|
margin-left: auto;
|
|
881
783
|
margin-right: auto;
|
|
882
784
|
}
|
|
883
|
-
|
|
884
785
|
.my-0 {
|
|
885
786
|
margin-top: 0px;
|
|
886
787
|
margin-bottom: 0px;
|
|
887
788
|
}
|
|
888
|
-
|
|
889
789
|
.my-3 {
|
|
890
790
|
margin-top: 0.75rem;
|
|
891
791
|
margin-bottom: 0.75rem;
|
|
892
792
|
}
|
|
893
|
-
|
|
894
793
|
.my-auto {
|
|
895
794
|
margin-top: auto;
|
|
896
795
|
margin-bottom: auto;
|
|
897
796
|
}
|
|
898
|
-
|
|
899
797
|
.-ml-4 {
|
|
900
798
|
margin-left: -1rem;
|
|
901
799
|
}
|
|
902
|
-
|
|
903
800
|
.-mt-4 {
|
|
904
801
|
margin-top: -1rem;
|
|
905
802
|
}
|
|
906
|
-
|
|
907
803
|
.mb-2 {
|
|
908
804
|
margin-bottom: 0.5rem;
|
|
909
805
|
}
|
|
910
|
-
|
|
911
806
|
.mb-6 {
|
|
912
807
|
margin-bottom: 1.5rem;
|
|
913
808
|
}
|
|
914
|
-
|
|
915
809
|
.ml-2 {
|
|
916
810
|
margin-left: 0.5rem;
|
|
917
811
|
}
|
|
918
|
-
|
|
919
812
|
.mr-2 {
|
|
920
813
|
margin-right: 0.5rem;
|
|
921
814
|
}
|
|
922
|
-
|
|
923
815
|
.mt-1 {
|
|
924
816
|
margin-top: 0.25rem;
|
|
925
817
|
}
|
|
926
|
-
|
|
927
818
|
.mt-2 {
|
|
928
819
|
margin-top: 0.5rem;
|
|
929
820
|
}
|
|
930
|
-
|
|
931
821
|
.mt-3 {
|
|
932
822
|
margin-top: 0.75rem;
|
|
933
823
|
}
|
|
934
|
-
|
|
935
824
|
.mt-auto {
|
|
936
825
|
margin-top: auto;
|
|
937
826
|
}
|
|
938
|
-
|
|
939
827
|
.line-clamp-2 {
|
|
940
828
|
overflow: hidden;
|
|
941
829
|
display: -webkit-box;
|
|
942
830
|
-webkit-box-orient: vertical;
|
|
943
831
|
-webkit-line-clamp: 2;
|
|
944
832
|
}
|
|
945
|
-
|
|
946
833
|
.block {
|
|
947
834
|
display: block;
|
|
948
835
|
}
|
|
949
|
-
|
|
950
836
|
.inline {
|
|
951
837
|
display: inline;
|
|
952
838
|
}
|
|
953
|
-
|
|
954
839
|
.flex {
|
|
955
840
|
display: flex;
|
|
956
841
|
}
|
|
957
|
-
|
|
958
842
|
.inline-flex {
|
|
959
843
|
display: inline-flex;
|
|
960
844
|
}
|
|
961
|
-
|
|
962
845
|
.grid {
|
|
963
846
|
display: grid;
|
|
964
847
|
}
|
|
965
|
-
|
|
966
|
-
.aspect-\[2\/3\] {
|
|
967
|
-
aspect-ratio: 2/3;
|
|
968
|
-
}
|
|
969
|
-
|
|
970
848
|
.aspect-productImages {
|
|
971
849
|
aspect-ratio: var(--productImage-aspectRatio);
|
|
972
850
|
}
|
|
973
|
-
|
|
974
851
|
.aspect-square {
|
|
975
852
|
aspect-ratio: 1 / 1;
|
|
976
853
|
}
|
|
977
|
-
|
|
978
854
|
.h-0 {
|
|
979
855
|
height: 0px;
|
|
980
856
|
}
|
|
981
|
-
|
|
982
857
|
.h-0\.5 {
|
|
983
858
|
height: 0.125rem;
|
|
984
859
|
}
|
|
985
|
-
|
|
986
860
|
.h-1 {
|
|
987
861
|
height: 0.25rem;
|
|
988
862
|
}
|
|
989
|
-
|
|
990
863
|
.h-1\.5 {
|
|
991
864
|
height: 0.375rem;
|
|
992
865
|
}
|
|
993
|
-
|
|
994
866
|
.h-10 {
|
|
995
867
|
height: 2.5rem;
|
|
996
868
|
}
|
|
997
|
-
|
|
998
869
|
.h-11 {
|
|
999
870
|
height: 2.75rem;
|
|
1000
871
|
}
|
|
1001
|
-
|
|
1002
872
|
.h-14 {
|
|
1003
873
|
height: 3.5rem;
|
|
1004
874
|
}
|
|
1005
|
-
|
|
1006
875
|
.h-2 {
|
|
1007
876
|
height: 0.5rem;
|
|
1008
877
|
}
|
|
1009
|
-
|
|
1010
878
|
.h-2\.5 {
|
|
1011
879
|
height: 0.625rem;
|
|
1012
880
|
}
|
|
1013
|
-
|
|
1014
881
|
.h-4 {
|
|
1015
882
|
height: 1rem;
|
|
1016
883
|
}
|
|
1017
|
-
|
|
1018
884
|
.h-5 {
|
|
1019
885
|
height: 1.25rem;
|
|
1020
886
|
}
|
|
1021
|
-
|
|
1022
887
|
.h-6 {
|
|
1023
888
|
height: 1.5rem;
|
|
1024
889
|
}
|
|
1025
|
-
|
|
1026
890
|
.h-64 {
|
|
1027
891
|
height: 16rem;
|
|
1028
892
|
}
|
|
1029
|
-
|
|
1030
893
|
.h-7 {
|
|
1031
894
|
height: 1.75rem;
|
|
1032
895
|
}
|
|
1033
|
-
|
|
1034
896
|
.h-8 {
|
|
1035
897
|
height: 2rem;
|
|
1036
898
|
}
|
|
1037
|
-
|
|
1038
899
|
.h-9 {
|
|
1039
900
|
height: 2.25rem;
|
|
1040
901
|
}
|
|
1041
|
-
|
|
1042
902
|
.h-\[1px\] {
|
|
1043
903
|
height: 1px;
|
|
1044
904
|
}
|
|
1045
|
-
|
|
1046
905
|
.h-\[2px\] {
|
|
1047
906
|
height: 2px;
|
|
1048
907
|
}
|
|
1049
|
-
|
|
1050
908
|
.h-\[42px\] {
|
|
1051
909
|
height: 42px;
|
|
1052
910
|
}
|
|
1053
|
-
|
|
1054
911
|
.h-\[4px\] {
|
|
1055
912
|
height: 4px;
|
|
1056
913
|
}
|
|
1057
|
-
|
|
1058
914
|
.h-auto {
|
|
1059
915
|
height: auto;
|
|
1060
916
|
}
|
|
1061
|
-
|
|
1062
917
|
.h-full {
|
|
1063
918
|
height: 100%;
|
|
1064
919
|
}
|
|
1065
|
-
|
|
1066
920
|
.max-h-\[240px\] {
|
|
1067
921
|
max-height: 240px;
|
|
1068
922
|
}
|
|
1069
|
-
|
|
1070
923
|
.max-h-screen {
|
|
1071
924
|
max-height: 100vh;
|
|
1072
925
|
}
|
|
1073
|
-
|
|
1074
926
|
.min-h-\[24px\] {
|
|
1075
927
|
min-height: 24px;
|
|
1076
928
|
}
|
|
1077
|
-
|
|
1078
929
|
.w-1 {
|
|
1079
930
|
width: 0.25rem;
|
|
1080
931
|
}
|
|
1081
|
-
|
|
1082
932
|
.w-1\.5 {
|
|
1083
933
|
width: 0.375rem;
|
|
1084
934
|
}
|
|
1085
|
-
|
|
1086
935
|
.w-1\/2 {
|
|
1087
936
|
width: 50%;
|
|
1088
937
|
}
|
|
1089
|
-
|
|
1090
938
|
.w-10 {
|
|
1091
939
|
width: 2.5rem;
|
|
1092
940
|
}
|
|
1093
|
-
|
|
1094
941
|
.w-12 {
|
|
1095
942
|
width: 3rem;
|
|
1096
943
|
}
|
|
1097
|
-
|
|
1098
944
|
.w-14 {
|
|
1099
945
|
width: 3.5rem;
|
|
1100
946
|
}
|
|
1101
|
-
|
|
1102
947
|
.w-16 {
|
|
1103
948
|
width: 4rem;
|
|
1104
949
|
}
|
|
1105
|
-
|
|
1106
950
|
.w-2 {
|
|
1107
951
|
width: 0.5rem;
|
|
1108
952
|
}
|
|
1109
|
-
|
|
1110
953
|
.w-2\.5 {
|
|
1111
954
|
width: 0.625rem;
|
|
1112
955
|
}
|
|
1113
|
-
|
|
1114
956
|
.w-4 {
|
|
1115
957
|
width: 1rem;
|
|
1116
958
|
}
|
|
1117
|
-
|
|
1118
959
|
.w-5 {
|
|
1119
960
|
width: 1.25rem;
|
|
1120
961
|
}
|
|
1121
|
-
|
|
1122
962
|
.w-6 {
|
|
1123
963
|
width: 1.5rem;
|
|
1124
964
|
}
|
|
1125
|
-
|
|
1126
965
|
.w-7 {
|
|
1127
966
|
width: 1.75rem;
|
|
1128
967
|
}
|
|
1129
|
-
|
|
1130
968
|
.w-8 {
|
|
1131
969
|
width: 2rem;
|
|
1132
970
|
}
|
|
1133
|
-
|
|
1134
971
|
.w-\[1px\] {
|
|
1135
972
|
width: 1px;
|
|
1136
973
|
}
|
|
1137
|
-
|
|
1138
974
|
.w-\[40px\] {
|
|
1139
975
|
width: 40px;
|
|
1140
976
|
}
|
|
1141
|
-
|
|
1142
977
|
.w-auto {
|
|
1143
978
|
width: auto;
|
|
1144
979
|
}
|
|
1145
|
-
|
|
1146
980
|
.w-full {
|
|
1147
981
|
width: 100%;
|
|
1148
982
|
}
|
|
1149
|
-
|
|
1150
983
|
.w-max {
|
|
1151
984
|
width: -moz-max-content;
|
|
1152
985
|
width: max-content;
|
|
1153
986
|
}
|
|
1154
|
-
|
|
1155
987
|
.min-w-0 {
|
|
1156
988
|
min-width: 0px;
|
|
1157
989
|
}
|
|
1158
|
-
|
|
1159
990
|
.min-w-\[8rem\] {
|
|
1160
991
|
min-width: 8rem;
|
|
1161
992
|
}
|
|
1162
|
-
|
|
1163
993
|
.max-w-full {
|
|
1164
994
|
max-width: 100%;
|
|
1165
995
|
}
|
|
1166
|
-
|
|
1167
996
|
.max-w-lg {
|
|
1168
997
|
max-width: 32rem;
|
|
1169
998
|
}
|
|
1170
|
-
|
|
1171
999
|
.max-w-xs {
|
|
1172
1000
|
max-width: 20rem;
|
|
1173
1001
|
}
|
|
1174
|
-
|
|
1175
1002
|
.flex-1 {
|
|
1176
1003
|
flex: 1 1 0%;
|
|
1177
1004
|
}
|
|
1178
|
-
|
|
1179
1005
|
.flex-shrink-0 {
|
|
1180
1006
|
flex-shrink: 0;
|
|
1181
1007
|
}
|
|
1182
|
-
|
|
1183
1008
|
.shrink-0 {
|
|
1184
1009
|
flex-shrink: 0;
|
|
1185
1010
|
}
|
|
1186
|
-
|
|
1187
1011
|
.flex-grow {
|
|
1188
1012
|
flex-grow: 1;
|
|
1189
1013
|
}
|
|
1190
|
-
|
|
1191
1014
|
.grow {
|
|
1192
1015
|
flex-grow: 1;
|
|
1193
1016
|
}
|
|
1194
|
-
|
|
1195
1017
|
.grow-0 {
|
|
1196
1018
|
flex-grow: 0;
|
|
1197
1019
|
}
|
|
1198
|
-
|
|
1199
1020
|
.basis-full {
|
|
1200
1021
|
flex-basis: 100%;
|
|
1201
1022
|
}
|
|
1202
|
-
|
|
1203
1023
|
.origin-\[0\] {
|
|
1204
1024
|
transform-origin: 0;
|
|
1205
1025
|
}
|
|
1206
|
-
|
|
1207
1026
|
.-translate-x-1\/2 {
|
|
1208
1027
|
--tw-translate-x: -50%;
|
|
1209
1028
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1210
1029
|
}
|
|
1211
|
-
|
|
1212
1030
|
.-translate-y-1\/2 {
|
|
1213
1031
|
--tw-translate-y: -50%;
|
|
1214
1032
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1215
1033
|
}
|
|
1216
|
-
|
|
1217
1034
|
.translate-x-\[-50\%\] {
|
|
1218
1035
|
--tw-translate-x: -50%;
|
|
1219
1036
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1220
1037
|
}
|
|
1221
|
-
|
|
1222
1038
|
.translate-y-\[-50\%\] {
|
|
1223
1039
|
--tw-translate-y: -50%;
|
|
1224
1040
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1225
1041
|
}
|
|
1226
|
-
|
|
1227
1042
|
.rotate-90 {
|
|
1228
1043
|
--tw-rotate: 90deg;
|
|
1229
1044
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1230
1045
|
}
|
|
1231
|
-
|
|
1232
1046
|
@keyframes pulse {
|
|
1047
|
+
|
|
1233
1048
|
50% {
|
|
1234
1049
|
opacity: .5;
|
|
1235
1050
|
}
|
|
1236
1051
|
}
|
|
1237
|
-
|
|
1238
1052
|
.animate-pulse {
|
|
1239
1053
|
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
1240
1054
|
}
|
|
1241
|
-
|
|
1242
1055
|
@keyframes spin {
|
|
1056
|
+
|
|
1243
1057
|
to {
|
|
1244
1058
|
transform: rotate(360deg);
|
|
1245
1059
|
}
|
|
1246
1060
|
}
|
|
1247
|
-
|
|
1248
1061
|
.animate-spin {
|
|
1249
1062
|
animation: spin 1s linear infinite;
|
|
1250
1063
|
}
|
|
1251
|
-
|
|
1252
1064
|
.cursor-default {
|
|
1253
1065
|
cursor: default;
|
|
1254
1066
|
}
|
|
1255
|
-
|
|
1256
1067
|
.cursor-pointer {
|
|
1257
1068
|
cursor: pointer;
|
|
1258
1069
|
}
|
|
1259
|
-
|
|
1260
1070
|
.touch-none {
|
|
1261
1071
|
touch-action: none;
|
|
1262
1072
|
}
|
|
1263
|
-
|
|
1264
1073
|
.select-none {
|
|
1265
1074
|
-webkit-user-select: none;
|
|
1266
1075
|
-moz-user-select: none;
|
|
1267
1076
|
user-select: none;
|
|
1268
1077
|
}
|
|
1269
|
-
|
|
1270
1078
|
.resize-none {
|
|
1271
1079
|
resize: none;
|
|
1272
1080
|
}
|
|
1273
|
-
|
|
1274
1081
|
.resize {
|
|
1275
1082
|
resize: both;
|
|
1276
1083
|
}
|
|
1277
|
-
|
|
1278
1084
|
.grid-cols-1 {
|
|
1279
1085
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1280
1086
|
}
|
|
1281
|
-
|
|
1282
1087
|
.grid-cols-2 {
|
|
1283
1088
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1284
1089
|
}
|
|
1285
|
-
|
|
1286
1090
|
.grid-cols-3 {
|
|
1287
1091
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1288
1092
|
}
|
|
1289
|
-
|
|
1290
1093
|
.grid-cols-4 {
|
|
1291
1094
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1292
1095
|
}
|
|
1293
|
-
|
|
1294
1096
|
.grid-cols-\[auto\2c auto\2c 1fr\] {
|
|
1295
1097
|
grid-template-columns: auto auto 1fr;
|
|
1296
1098
|
}
|
|
1297
|
-
|
|
1298
1099
|
.flex-row {
|
|
1299
1100
|
flex-direction: row;
|
|
1300
1101
|
}
|
|
1301
|
-
|
|
1302
1102
|
.flex-col {
|
|
1303
1103
|
flex-direction: column;
|
|
1304
1104
|
}
|
|
1305
|
-
|
|
1306
1105
|
.flex-col-reverse {
|
|
1307
1106
|
flex-direction: column-reverse;
|
|
1308
1107
|
}
|
|
1309
|
-
|
|
1310
1108
|
.flex-wrap {
|
|
1311
1109
|
flex-wrap: wrap;
|
|
1312
1110
|
}
|
|
1313
|
-
|
|
1314
1111
|
.items-start {
|
|
1315
1112
|
align-items: flex-start;
|
|
1316
1113
|
}
|
|
1317
|
-
|
|
1318
1114
|
.items-center {
|
|
1319
1115
|
align-items: center;
|
|
1320
1116
|
}
|
|
1321
|
-
|
|
1322
1117
|
.justify-start {
|
|
1323
1118
|
justify-content: flex-start;
|
|
1324
1119
|
}
|
|
1325
|
-
|
|
1326
1120
|
.justify-end {
|
|
1327
1121
|
justify-content: flex-end;
|
|
1328
1122
|
}
|
|
1329
|
-
|
|
1330
1123
|
.justify-center {
|
|
1331
1124
|
justify-content: center;
|
|
1332
1125
|
}
|
|
1333
|
-
|
|
1334
1126
|
.justify-between {
|
|
1335
1127
|
justify-content: space-between;
|
|
1336
1128
|
}
|
|
1337
|
-
|
|
1338
1129
|
.gap-0 {
|
|
1339
1130
|
gap: 0px;
|
|
1340
1131
|
}
|
|
1341
|
-
|
|
1342
1132
|
.gap-1 {
|
|
1343
1133
|
gap: 0.25rem;
|
|
1344
1134
|
}
|
|
1345
|
-
|
|
1346
1135
|
.gap-2 {
|
|
1347
1136
|
gap: 0.5rem;
|
|
1348
1137
|
}
|
|
1349
|
-
|
|
1350
1138
|
.gap-4 {
|
|
1351
1139
|
gap: 1rem;
|
|
1352
1140
|
}
|
|
1353
|
-
|
|
1354
1141
|
.gap-x-\[7px\] {
|
|
1355
1142
|
-moz-column-gap: 7px;
|
|
1356
1143
|
column-gap: 7px;
|
|
1357
1144
|
}
|
|
1358
|
-
|
|
1359
1145
|
.gap-y-4 {
|
|
1360
1146
|
row-gap: 1rem;
|
|
1361
1147
|
}
|
|
1362
|
-
|
|
1363
1148
|
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
1364
1149
|
--tw-space-y-reverse: 0;
|
|
1365
1150
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1366
1151
|
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
1367
1152
|
}
|
|
1368
|
-
|
|
1369
1153
|
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1370
1154
|
--tw-space-y-reverse: 0;
|
|
1371
1155
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1372
1156
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
1373
1157
|
}
|
|
1374
|
-
|
|
1375
1158
|
.self-start {
|
|
1376
1159
|
align-self: flex-start;
|
|
1377
1160
|
}
|
|
1378
|
-
|
|
1379
1161
|
.self-center {
|
|
1380
1162
|
align-self: center;
|
|
1381
1163
|
}
|
|
1382
|
-
|
|
1383
1164
|
.overflow-hidden {
|
|
1384
1165
|
overflow: hidden;
|
|
1385
1166
|
}
|
|
1386
|
-
|
|
1387
1167
|
.overflow-scroll {
|
|
1388
1168
|
overflow: scroll;
|
|
1389
1169
|
}
|
|
1390
|
-
|
|
1391
1170
|
.overflow-x-auto {
|
|
1392
1171
|
overflow-x: auto;
|
|
1393
1172
|
}
|
|
1394
|
-
|
|
1395
1173
|
.overflow-y-auto {
|
|
1396
1174
|
overflow-y: auto;
|
|
1397
1175
|
}
|
|
1398
|
-
|
|
1399
1176
|
.overflow-y-hidden {
|
|
1400
1177
|
overflow-y: hidden;
|
|
1401
1178
|
}
|
|
1402
|
-
|
|
1403
1179
|
.truncate {
|
|
1404
1180
|
overflow: hidden;
|
|
1405
1181
|
text-overflow: ellipsis;
|
|
1406
1182
|
white-space: nowrap;
|
|
1407
1183
|
}
|
|
1408
|
-
|
|
1409
1184
|
.text-ellipsis {
|
|
1410
1185
|
text-overflow: ellipsis;
|
|
1411
1186
|
}
|
|
1412
|
-
|
|
1413
1187
|
.whitespace-nowrap {
|
|
1414
1188
|
white-space: nowrap;
|
|
1415
1189
|
}
|
|
1416
|
-
|
|
1417
1190
|
.rounded {
|
|
1418
1191
|
border-radius: 0.25rem;
|
|
1419
1192
|
}
|
|
1420
|
-
|
|
1421
1193
|
.rounded-\[4px\] {
|
|
1422
1194
|
border-radius: 4px;
|
|
1423
1195
|
}
|
|
1424
|
-
|
|
1425
1196
|
.rounded-\[inherit\] {
|
|
1426
1197
|
border-radius: inherit;
|
|
1427
1198
|
}
|
|
1428
|
-
|
|
1429
1199
|
.rounded-full {
|
|
1430
1200
|
border-radius: 9999px;
|
|
1431
1201
|
}
|
|
1432
|
-
|
|
1433
1202
|
.rounded-md {
|
|
1434
1203
|
border-radius: calc(var(--radius) - 2px);
|
|
1435
1204
|
}
|
|
1436
|
-
|
|
1437
1205
|
.rounded-none {
|
|
1438
1206
|
border-radius: 0px;
|
|
1439
1207
|
}
|
|
1440
|
-
|
|
1441
1208
|
.rounded-sm {
|
|
1442
1209
|
border-radius: calc(var(--radius) - 4px);
|
|
1443
1210
|
}
|
|
1444
|
-
|
|
1445
1211
|
.rounded-b-lg {
|
|
1446
1212
|
border-bottom-right-radius: var(--radius);
|
|
1447
1213
|
border-bottom-left-radius: var(--radius);
|
|
1448
1214
|
}
|
|
1449
|
-
|
|
1450
1215
|
.rounded-t-2xl {
|
|
1451
1216
|
border-top-left-radius: 1rem;
|
|
1452
1217
|
border-top-right-radius: 1rem;
|
|
1453
1218
|
}
|
|
1454
|
-
|
|
1455
1219
|
.rounded-bl {
|
|
1456
1220
|
border-bottom-left-radius: 0.25rem;
|
|
1457
1221
|
}
|
|
1458
|
-
|
|
1459
1222
|
.rounded-br {
|
|
1460
1223
|
border-bottom-right-radius: 0.25rem;
|
|
1461
1224
|
}
|
|
1462
|
-
|
|
1463
1225
|
.rounded-tl {
|
|
1464
1226
|
border-top-left-radius: 0.25rem;
|
|
1465
1227
|
}
|
|
1466
|
-
|
|
1467
1228
|
.rounded-tr {
|
|
1468
1229
|
border-top-right-radius: 0.25rem;
|
|
1469
1230
|
}
|
|
1470
|
-
|
|
1471
1231
|
.border {
|
|
1472
1232
|
border-width: 1px;
|
|
1473
1233
|
}
|
|
1474
|
-
|
|
1475
1234
|
.border-0 {
|
|
1476
1235
|
border-width: 0px;
|
|
1477
1236
|
}
|
|
1478
|
-
|
|
1479
1237
|
.border-2 {
|
|
1480
1238
|
border-width: 2px;
|
|
1481
1239
|
}
|
|
1482
|
-
|
|
1483
1240
|
.border-b {
|
|
1484
1241
|
border-bottom-width: 1px;
|
|
1485
1242
|
}
|
|
1486
|
-
|
|
1487
1243
|
.border-l {
|
|
1488
1244
|
border-left-width: 1px;
|
|
1489
1245
|
}
|
|
1490
|
-
|
|
1491
1246
|
.border-t {
|
|
1492
1247
|
border-top-width: 1px;
|
|
1493
1248
|
}
|
|
1494
|
-
|
|
1495
1249
|
.border-none {
|
|
1496
1250
|
border-style: none;
|
|
1497
1251
|
}
|
|
1498
|
-
|
|
1499
1252
|
.\!border-stateColors-error {
|
|
1500
1253
|
border-color: var(--stateColors-error) !important;
|
|
1501
1254
|
}
|
|
1502
|
-
|
|
1503
1255
|
.border-black {
|
|
1504
1256
|
--tw-border-opacity: 1;
|
|
1505
1257
|
border-color: rgb(0 0 0 / var(--tw-border-opacity));
|
|
1506
1258
|
}
|
|
1507
|
-
|
|
1508
1259
|
.border-buttonColors-primaryOutlineColor {
|
|
1509
1260
|
border-color: var(--buttonColors-primaryOutlineColor);
|
|
1510
1261
|
}
|
|
1511
|
-
|
|
1512
1262
|
.border-buttonColors-secondaryOutlineColor {
|
|
1513
1263
|
border-color: var(--buttonColors-secondaryOutlineColor);
|
|
1514
1264
|
}
|
|
1515
|
-
|
|
1516
1265
|
.border-coreColors-brandColorPrimary {
|
|
1517
1266
|
border-color: var(--coreColors-brandColorPrimary);
|
|
1518
1267
|
}
|
|
1519
|
-
|
|
1520
1268
|
.border-coreColors-dividingLines {
|
|
1521
1269
|
border-color: var(--coreColors-dividingLines);
|
|
1522
1270
|
}
|
|
1523
|
-
|
|
1524
1271
|
.border-input {
|
|
1525
1272
|
border-color: hsl(var(--input));
|
|
1526
1273
|
}
|
|
1527
|
-
|
|
1528
1274
|
.border-stateColors-error {
|
|
1529
1275
|
border-color: var(--stateColors-error);
|
|
1530
1276
|
}
|
|
1531
|
-
|
|
1532
1277
|
.border-transparent {
|
|
1533
1278
|
border-color: transparent;
|
|
1534
1279
|
}
|
|
1535
|
-
|
|
1536
1280
|
.border-l-transparent {
|
|
1537
1281
|
border-left-color: transparent;
|
|
1538
1282
|
}
|
|
1539
|
-
|
|
1540
1283
|
.border-t-transparent {
|
|
1541
1284
|
border-top-color: transparent;
|
|
1542
1285
|
}
|
|
1543
|
-
|
|
1544
1286
|
.bg-\[\#612EFF\] {
|
|
1545
1287
|
--tw-bg-opacity: 1;
|
|
1546
1288
|
background-color: rgb(97 46 255 / var(--tw-bg-opacity));
|
|
1547
1289
|
}
|
|
1548
|
-
|
|
1549
1290
|
.bg-background {
|
|
1550
1291
|
background-color: hsl(var(--background));
|
|
1551
1292
|
}
|
|
1552
|
-
|
|
1553
1293
|
.bg-black\/80 {
|
|
1554
1294
|
background-color: rgb(0 0 0 / 0.8);
|
|
1555
1295
|
}
|
|
1556
|
-
|
|
1557
1296
|
.bg-border {
|
|
1558
1297
|
background-color: hsl(var(--border));
|
|
1559
1298
|
}
|
|
1560
|
-
|
|
1561
1299
|
.bg-buttonColors-primaryFill {
|
|
1562
1300
|
background-color: var(--buttonColors-primaryFill);
|
|
1563
1301
|
}
|
|
1564
|
-
|
|
1565
1302
|
.bg-buttonColors-secondaryFill {
|
|
1566
1303
|
background-color: var(--buttonColors-secondaryFill);
|
|
1567
1304
|
}
|
|
1568
|
-
|
|
1569
1305
|
.bg-coreColors-brandColorPrimary {
|
|
1570
1306
|
background-color: var(--coreColors-brandColorPrimary);
|
|
1571
1307
|
}
|
|
1572
|
-
|
|
1573
1308
|
.bg-coreColors-dividingLines {
|
|
1574
1309
|
background-color: var(--coreColors-dividingLines);
|
|
1575
1310
|
}
|
|
1576
|
-
|
|
1577
1311
|
.bg-coreColors-inputBackground {
|
|
1578
1312
|
background-color: var(--coreColors-inputBackground);
|
|
1579
1313
|
}
|
|
1580
|
-
|
|
1581
1314
|
.bg-coreColors-modalBackground {
|
|
1582
1315
|
background-color: var(--coreColors-modalBackground);
|
|
1583
1316
|
}
|
|
1584
|
-
|
|
1585
1317
|
.bg-coreColors-pageColor {
|
|
1586
1318
|
background-color: var(--coreColors-pageColor);
|
|
1587
1319
|
}
|
|
1588
|
-
|
|
1589
|
-
.bg-neutral-100 {
|
|
1590
|
-
--tw-bg-opacity: 1;
|
|
1591
|
-
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
|
|
1592
|
-
}
|
|
1593
|
-
|
|
1594
1320
|
.bg-productBadging-fill {
|
|
1595
1321
|
background-color: var(--productBadging-fill);
|
|
1596
1322
|
}
|
|
1597
|
-
|
|
1598
1323
|
.bg-stateColors-disabled {
|
|
1599
1324
|
background-color: var(--stateColors-disabled);
|
|
1600
1325
|
}
|
|
1601
|
-
|
|
1602
1326
|
.bg-stateColors-error {
|
|
1603
1327
|
background-color: var(--stateColors-error);
|
|
1604
1328
|
}
|
|
1605
|
-
|
|
1606
1329
|
.bg-stateColors-skeleton {
|
|
1607
1330
|
background-color: var(--stateColors-skeleton);
|
|
1608
1331
|
}
|
|
1609
|
-
|
|
1610
1332
|
.bg-stateColors-success {
|
|
1611
1333
|
background-color: var(--stateColors-success);
|
|
1612
1334
|
}
|
|
1613
|
-
|
|
1614
1335
|
.bg-stateColors-warning {
|
|
1615
1336
|
background-color: var(--stateColors-warning);
|
|
1616
1337
|
}
|
|
1617
|
-
|
|
1618
1338
|
.bg-transparent {
|
|
1619
1339
|
background-color: transparent;
|
|
1620
1340
|
}
|
|
1621
|
-
|
|
1622
1341
|
.bg-white {
|
|
1623
1342
|
--tw-bg-opacity: 1;
|
|
1624
1343
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1625
1344
|
}
|
|
1626
|
-
|
|
1627
1345
|
.bg-\[linear-gradient\(270deg\2c \#ffffff00_0\%\2c \#FFF_100\%\)\] {
|
|
1628
1346
|
background-image: linear-gradient(270deg,#ffffff00 0%,#FFF 100%);
|
|
1629
1347
|
}
|
|
1630
|
-
|
|
1631
1348
|
.bg-\[linear-gradient\(90deg\2c \#ffffff00_0\%\2c \#FFF_100\%\)\] {
|
|
1632
1349
|
background-image: linear-gradient(90deg,#ffffff00 0%,#FFF 100%);
|
|
1633
1350
|
}
|
|
1634
|
-
|
|
1635
1351
|
.bg-fade-left {
|
|
1636
1352
|
background-image: linear-gradient(to right, var(--coreColors-pageColor) 0%, #ffffff00 100%);;
|
|
1637
1353
|
}
|
|
1638
|
-
|
|
1639
1354
|
.bg-fade-right {
|
|
1640
1355
|
background-image: linear-gradient(to left, var(--coreColors-pageColor) 0%, #ffffff00 100%);;
|
|
1641
1356
|
}
|
|
1642
|
-
|
|
1643
1357
|
.fill-current {
|
|
1644
1358
|
fill: currentColor;
|
|
1645
1359
|
}
|
|
1646
|
-
|
|
1647
1360
|
.p-0 {
|
|
1648
1361
|
padding: 0px;
|
|
1649
1362
|
}
|
|
1650
|
-
|
|
1651
1363
|
.p-1 {
|
|
1652
1364
|
padding: 0.25rem;
|
|
1653
1365
|
}
|
|
1654
|
-
|
|
1655
1366
|
.p-2 {
|
|
1656
1367
|
padding: 0.5rem;
|
|
1657
1368
|
}
|
|
1658
|
-
|
|
1659
1369
|
.p-3 {
|
|
1660
1370
|
padding: 0.75rem;
|
|
1661
1371
|
}
|
|
1662
|
-
|
|
1663
1372
|
.p-4 {
|
|
1664
1373
|
padding: 1rem;
|
|
1665
1374
|
}
|
|
1666
|
-
|
|
1667
1375
|
.p-6 {
|
|
1668
1376
|
padding: 1.5rem;
|
|
1669
1377
|
}
|
|
1670
|
-
|
|
1671
1378
|
.p-\[1px\] {
|
|
1672
1379
|
padding: 1px;
|
|
1673
1380
|
}
|
|
1674
|
-
|
|
1675
1381
|
.px-1 {
|
|
1676
1382
|
padding-left: 0.25rem;
|
|
1677
1383
|
padding-right: 0.25rem;
|
|
1678
1384
|
}
|
|
1679
|
-
|
|
1680
1385
|
.px-2 {
|
|
1681
1386
|
padding-left: 0.5rem;
|
|
1682
1387
|
padding-right: 0.5rem;
|
|
1683
1388
|
}
|
|
1684
|
-
|
|
1685
1389
|
.px-2\.5 {
|
|
1686
1390
|
padding-left: 0.625rem;
|
|
1687
1391
|
padding-right: 0.625rem;
|
|
1688
1392
|
}
|
|
1689
|
-
|
|
1690
1393
|
.px-3 {
|
|
1691
1394
|
padding-left: 0.75rem;
|
|
1692
1395
|
padding-right: 0.75rem;
|
|
1693
1396
|
}
|
|
1694
|
-
|
|
1695
1397
|
.px-4 {
|
|
1696
1398
|
padding-left: 1rem;
|
|
1697
1399
|
padding-right: 1rem;
|
|
1698
1400
|
}
|
|
1699
|
-
|
|
1700
1401
|
.px-5 {
|
|
1701
1402
|
padding-left: 1.25rem;
|
|
1702
1403
|
padding-right: 1.25rem;
|
|
1703
1404
|
}
|
|
1704
|
-
|
|
1705
1405
|
.px-8 {
|
|
1706
1406
|
padding-left: 2rem;
|
|
1707
1407
|
padding-right: 2rem;
|
|
1708
1408
|
}
|
|
1709
|
-
|
|
1710
1409
|
.px-\[16px\] {
|
|
1711
1410
|
padding-left: 16px;
|
|
1712
1411
|
padding-right: 16px;
|
|
1713
1412
|
}
|
|
1714
|
-
|
|
1715
1413
|
.py-1 {
|
|
1716
1414
|
padding-top: 0.25rem;
|
|
1717
1415
|
padding-bottom: 0.25rem;
|
|
1718
1416
|
}
|
|
1719
|
-
|
|
1720
1417
|
.py-2 {
|
|
1721
1418
|
padding-top: 0.5rem;
|
|
1722
1419
|
padding-bottom: 0.5rem;
|
|
1723
1420
|
}
|
|
1724
|
-
|
|
1725
1421
|
.py-3 {
|
|
1726
1422
|
padding-top: 0.75rem;
|
|
1727
1423
|
padding-bottom: 0.75rem;
|
|
1728
1424
|
}
|
|
1729
|
-
|
|
1730
1425
|
.py-4 {
|
|
1731
1426
|
padding-top: 1rem;
|
|
1732
1427
|
padding-bottom: 1rem;
|
|
1733
1428
|
}
|
|
1734
|
-
|
|
1735
1429
|
.pb-2 {
|
|
1736
1430
|
padding-bottom: 0.5rem;
|
|
1737
1431
|
}
|
|
1738
|
-
|
|
1739
1432
|
.pb-4 {
|
|
1740
1433
|
padding-bottom: 1rem;
|
|
1741
1434
|
}
|
|
1742
|
-
|
|
1743
1435
|
.pb-8 {
|
|
1744
1436
|
padding-bottom: 2rem;
|
|
1745
1437
|
}
|
|
1746
|
-
|
|
1747
1438
|
.pl-0 {
|
|
1748
1439
|
padding-left: 0px;
|
|
1749
1440
|
}
|
|
1750
|
-
|
|
1441
|
+
.pl-10 {
|
|
1442
|
+
padding-left: 2.5rem;
|
|
1443
|
+
}
|
|
1751
1444
|
.pl-2 {
|
|
1752
1445
|
padding-left: 0.5rem;
|
|
1753
1446
|
}
|
|
1754
|
-
|
|
1755
1447
|
.pl-4 {
|
|
1756
1448
|
padding-left: 1rem;
|
|
1757
1449
|
}
|
|
1758
|
-
|
|
1759
1450
|
.pl-8 {
|
|
1760
1451
|
padding-left: 2rem;
|
|
1761
1452
|
}
|
|
1762
|
-
|
|
1763
1453
|
.pr-1 {
|
|
1764
1454
|
padding-right: 0.25rem;
|
|
1765
1455
|
}
|
|
1766
|
-
|
|
1767
1456
|
.pr-2 {
|
|
1768
1457
|
padding-right: 0.5rem;
|
|
1769
1458
|
}
|
|
1770
|
-
|
|
1771
1459
|
.pr-4 {
|
|
1772
1460
|
padding-right: 1rem;
|
|
1773
1461
|
}
|
|
1774
|
-
|
|
1775
1462
|
.pt-0 {
|
|
1776
1463
|
padding-top: 0px;
|
|
1777
1464
|
}
|
|
1778
|
-
|
|
1779
1465
|
.pt-12 {
|
|
1780
1466
|
padding-top: 3rem;
|
|
1781
1467
|
}
|
|
1782
|
-
|
|
1783
1468
|
.pt-4 {
|
|
1784
1469
|
padding-top: 1rem;
|
|
1785
1470
|
}
|
|
1786
|
-
|
|
1787
1471
|
.pt-5 {
|
|
1788
1472
|
padding-top: 1.25rem;
|
|
1789
1473
|
}
|
|
1790
|
-
|
|
1791
1474
|
.pt-6 {
|
|
1792
1475
|
padding-top: 1.5rem;
|
|
1793
1476
|
}
|
|
1794
|
-
|
|
1795
1477
|
.text-left {
|
|
1796
1478
|
text-align: left;
|
|
1797
1479
|
}
|
|
1798
|
-
|
|
1799
1480
|
.text-center {
|
|
1800
1481
|
text-align: center;
|
|
1801
1482
|
}
|
|
1802
|
-
|
|
1803
1483
|
.text-right {
|
|
1804
1484
|
text-align: right;
|
|
1805
1485
|
}
|
|
1806
|
-
|
|
1807
1486
|
.text-start {
|
|
1808
1487
|
text-align: start;
|
|
1809
1488
|
}
|
|
1810
|
-
|
|
1811
1489
|
.align-top {
|
|
1812
1490
|
vertical-align: top;
|
|
1813
1491
|
}
|
|
1814
|
-
|
|
1815
1492
|
.font-fontMedium {
|
|
1816
1493
|
font-family: var(--fontMedium);
|
|
1817
1494
|
}
|
|
1818
|
-
|
|
1819
1495
|
.font-fontRegular {
|
|
1820
1496
|
font-family: var(--fontRegular);
|
|
1821
1497
|
}
|
|
1822
|
-
|
|
1823
1498
|
.text-\[10px\] {
|
|
1824
1499
|
font-size: 10px;
|
|
1825
1500
|
}
|
|
1826
|
-
|
|
1827
1501
|
.text-\[12px\] {
|
|
1828
1502
|
font-size: 12px;
|
|
1829
1503
|
}
|
|
1830
|
-
|
|
1831
1504
|
.text-\[15px\] {
|
|
1832
1505
|
font-size: 15px;
|
|
1833
1506
|
}
|
|
1834
|
-
|
|
1835
1507
|
.text-\[18px\] {
|
|
1836
1508
|
font-size: 18px;
|
|
1837
1509
|
}
|
|
1838
|
-
|
|
1839
1510
|
.text-\[23px\] {
|
|
1840
1511
|
font-size: 23px;
|
|
1841
1512
|
}
|
|
1842
|
-
|
|
1843
1513
|
.text-lg {
|
|
1844
1514
|
font-size: 1.125rem;
|
|
1845
1515
|
line-height: 1.75rem;
|
|
1846
1516
|
}
|
|
1847
|
-
|
|
1848
1517
|
.text-sm {
|
|
1849
1518
|
font-size: 0.875rem;
|
|
1850
1519
|
line-height: 1.25rem;
|
|
1851
1520
|
}
|
|
1852
|
-
|
|
1853
1521
|
.text-xs {
|
|
1854
1522
|
font-size: 0.75rem;
|
|
1855
1523
|
line-height: 1rem;
|
|
1856
1524
|
}
|
|
1857
|
-
|
|
1858
1525
|
.font-medium {
|
|
1859
1526
|
font-weight: 500;
|
|
1860
1527
|
}
|
|
1861
|
-
|
|
1862
1528
|
.font-normal {
|
|
1863
1529
|
font-weight: 400;
|
|
1864
1530
|
}
|
|
1865
|
-
|
|
1866
1531
|
.font-semibold {
|
|
1867
1532
|
font-weight: 600;
|
|
1868
1533
|
}
|
|
1869
|
-
|
|
1870
1534
|
.uppercase {
|
|
1871
1535
|
text-transform: uppercase;
|
|
1872
1536
|
}
|
|
1873
|
-
|
|
1874
1537
|
.leading-\[130\%\] {
|
|
1875
1538
|
line-height: 130%;
|
|
1876
1539
|
}
|
|
1877
|
-
|
|
1878
1540
|
.leading-\[13px\] {
|
|
1879
1541
|
line-height: 13px;
|
|
1880
1542
|
}
|
|
1881
|
-
|
|
1882
1543
|
.leading-\[160\%\] {
|
|
1883
1544
|
line-height: 160%;
|
|
1884
1545
|
}
|
|
1885
|
-
|
|
1886
1546
|
.leading-\[24px\] {
|
|
1887
1547
|
line-height: 24px;
|
|
1888
1548
|
}
|
|
1889
|
-
|
|
1890
1549
|
.leading-none {
|
|
1891
1550
|
line-height: 1;
|
|
1892
1551
|
}
|
|
1893
|
-
|
|
1894
1552
|
.text-black {
|
|
1895
1553
|
--tw-text-opacity: 1;
|
|
1896
1554
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1897
1555
|
}
|
|
1898
|
-
|
|
1899
1556
|
.text-buttonColors-destructiveText {
|
|
1900
1557
|
color: var(--buttonColors-destructiveText);
|
|
1901
1558
|
}
|
|
1902
|
-
|
|
1903
1559
|
.text-buttonColors-disabled {
|
|
1904
1560
|
color: var(--buttonColors-disabled);
|
|
1905
1561
|
}
|
|
1906
|
-
|
|
1907
1562
|
.text-buttonColors-primaryFill {
|
|
1908
1563
|
color: var(--buttonColors-primaryFill);
|
|
1909
1564
|
}
|
|
1910
|
-
|
|
1911
1565
|
.text-buttonColors-primaryOutline {
|
|
1912
1566
|
color: var(--buttonColors-primaryOutline);
|
|
1913
1567
|
}
|
|
1914
|
-
|
|
1915
1568
|
.text-buttonColors-primaryOutlineColor {
|
|
1916
1569
|
color: var(--buttonColors-primaryOutlineColor);
|
|
1917
1570
|
}
|
|
1918
|
-
|
|
1919
1571
|
.text-buttonColors-primaryOutlineEnabled {
|
|
1920
1572
|
color: var(--buttonColors-primaryOutlineEnabled);
|
|
1921
1573
|
}
|
|
1922
|
-
|
|
1923
1574
|
.text-buttonColors-primaryShadow {
|
|
1924
1575
|
color: var(--buttonColors-primaryShadow);
|
|
1925
1576
|
}
|
|
1926
|
-
|
|
1927
1577
|
.text-buttonColors-primaryText {
|
|
1928
1578
|
color: var(--buttonColors-primaryText);
|
|
1929
1579
|
}
|
|
1930
|
-
|
|
1931
1580
|
.text-buttonColors-secondaryFill {
|
|
1932
1581
|
color: var(--buttonColors-secondaryFill);
|
|
1933
1582
|
}
|
|
1934
|
-
|
|
1935
1583
|
.text-buttonColors-secondaryOutline {
|
|
1936
1584
|
color: var(--buttonColors-secondaryOutline);
|
|
1937
1585
|
}
|
|
1938
|
-
|
|
1939
1586
|
.text-buttonColors-secondaryOutlineColor {
|
|
1940
1587
|
color: var(--buttonColors-secondaryOutlineColor);
|
|
1941
1588
|
}
|
|
1942
|
-
|
|
1943
1589
|
.text-buttonColors-secondaryOutlineEnabled {
|
|
1944
1590
|
color: var(--buttonColors-secondaryOutlineEnabled);
|
|
1945
1591
|
}
|
|
1946
|
-
|
|
1947
1592
|
.text-buttonColors-secondaryShadow {
|
|
1948
1593
|
color: var(--buttonColors-secondaryShadow);
|
|
1949
1594
|
}
|
|
1950
|
-
|
|
1951
1595
|
.text-buttonColors-secondaryText {
|
|
1952
1596
|
color: var(--buttonColors-secondaryText);
|
|
1953
1597
|
}
|
|
1954
|
-
|
|
1955
1598
|
.text-coreColors-brandColorPrimary {
|
|
1956
1599
|
color: var(--coreColors-brandColorPrimary);
|
|
1957
1600
|
}
|
|
1958
|
-
|
|
1959
1601
|
.text-coreColors-dividingLines {
|
|
1960
1602
|
color: var(--coreColors-dividingLines);
|
|
1961
1603
|
}
|
|
1962
|
-
|
|
1963
1604
|
.text-coreColors-headerBackground {
|
|
1964
1605
|
color: var(--coreColors-headerBackground);
|
|
1965
1606
|
}
|
|
1966
|
-
|
|
1967
1607
|
.text-coreColors-headerIcon {
|
|
1968
1608
|
color: var(--coreColors-headerIcon);
|
|
1969
1609
|
}
|
|
1970
|
-
|
|
1971
1610
|
.text-coreColors-inputBackground {
|
|
1972
1611
|
color: var(--coreColors-inputBackground);
|
|
1973
1612
|
}
|
|
1974
|
-
|
|
1975
1613
|
.text-coreColors-modalBackground {
|
|
1976
1614
|
color: var(--coreColors-modalBackground);
|
|
1977
1615
|
}
|
|
1978
|
-
|
|
1979
1616
|
.text-coreColors-pageColor {
|
|
1980
1617
|
color: var(--coreColors-pageColor);
|
|
1981
1618
|
}
|
|
1982
|
-
|
|
1983
1619
|
.text-coreColors-primaryIcon {
|
|
1984
1620
|
color: var(--coreColors-primaryIcon);
|
|
1985
1621
|
}
|
|
1986
|
-
|
|
1987
1622
|
.text-coreColors-secondaryIcon {
|
|
1988
1623
|
color: var(--coreColors-secondaryIcon);
|
|
1989
1624
|
}
|
|
1990
|
-
|
|
1991
1625
|
.text-coreColors-shadow {
|
|
1992
1626
|
color: var(--coreColors-shadow);
|
|
1993
1627
|
}
|
|
1994
|
-
|
|
1995
1628
|
.text-coreColors-shadowsEnabled {
|
|
1996
1629
|
color: var(--coreColors-shadowsEnabled);
|
|
1997
1630
|
}
|
|
1998
|
-
|
|
1999
1631
|
.text-coreColors-tabBar {
|
|
2000
1632
|
color: var(--coreColors-tabBar);
|
|
2001
1633
|
}
|
|
2002
|
-
|
|
2003
1634
|
.text-current {
|
|
2004
1635
|
color: currentColor;
|
|
2005
1636
|
}
|
|
2006
|
-
|
|
2007
1637
|
.text-foreground\/50 {
|
|
2008
1638
|
color: hsl(var(--foreground) / 0.5);
|
|
2009
1639
|
}
|
|
2010
|
-
|
|
2011
1640
|
.text-muted-foreground {
|
|
2012
1641
|
color: hsl(var(--muted-foreground));
|
|
2013
1642
|
}
|
|
2014
|
-
|
|
2015
1643
|
.text-productBadging-text {
|
|
2016
1644
|
color: var(--productBadging-text);
|
|
2017
1645
|
}
|
|
2018
|
-
|
|
2019
1646
|
.text-stateColors-disabled {
|
|
2020
1647
|
color: var(--stateColors-disabled);
|
|
2021
1648
|
}
|
|
2022
|
-
|
|
2023
1649
|
.text-stateColors-error {
|
|
2024
1650
|
color: var(--stateColors-error);
|
|
2025
1651
|
}
|
|
2026
|
-
|
|
2027
1652
|
.text-stateColors-favorites {
|
|
2028
1653
|
color: var(--stateColors-favorites);
|
|
2029
1654
|
}
|
|
2030
|
-
|
|
2031
1655
|
.text-stateColors-reviews {
|
|
2032
1656
|
color: var(--stateColors-reviews);
|
|
2033
1657
|
}
|
|
2034
|
-
|
|
2035
1658
|
.text-stateColors-skeleton {
|
|
2036
1659
|
color: var(--stateColors-skeleton);
|
|
2037
1660
|
}
|
|
2038
|
-
|
|
2039
1661
|
.text-stateColors-subscriptions {
|
|
2040
1662
|
color: var(--stateColors-subscriptions);
|
|
2041
1663
|
}
|
|
2042
|
-
|
|
2043
1664
|
.text-stateColors-success {
|
|
2044
1665
|
color: var(--stateColors-success);
|
|
2045
1666
|
}
|
|
2046
|
-
|
|
2047
1667
|
.text-stateColors-warning {
|
|
2048
1668
|
color: var(--stateColors-warning);
|
|
2049
1669
|
}
|
|
2050
|
-
|
|
2051
1670
|
.text-textColors-legalText {
|
|
2052
1671
|
color: var(--textColors-legalText);
|
|
2053
1672
|
}
|
|
2054
|
-
|
|
2055
1673
|
.text-textColors-pageTitle {
|
|
2056
1674
|
color: var(--textColors-pageTitle);
|
|
2057
1675
|
}
|
|
2058
|
-
|
|
2059
1676
|
.text-textColors-priceText {
|
|
2060
1677
|
color: var(--textColors-priceText);
|
|
2061
1678
|
}
|
|
2062
|
-
|
|
2063
1679
|
.text-textColors-primaryColor {
|
|
2064
1680
|
color: var(--textColors-primaryColor, #121212ff);
|
|
2065
1681
|
}
|
|
2066
|
-
|
|
2067
1682
|
.text-textColors-productTitle {
|
|
2068
1683
|
color: var(--textColors-productTitle);
|
|
2069
1684
|
}
|
|
2070
|
-
|
|
2071
1685
|
.text-textColors-salePriceText {
|
|
2072
1686
|
color: var(--textColors-salePriceText);
|
|
2073
1687
|
}
|
|
2074
|
-
|
|
2075
1688
|
.text-textColors-secondaryColor {
|
|
2076
1689
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
2077
1690
|
}
|
|
2078
|
-
|
|
2079
1691
|
.text-textColors-strikethroughPriceText {
|
|
2080
1692
|
color: var(--textColors-strikethroughPriceText);
|
|
2081
1693
|
}
|
|
2082
|
-
|
|
2083
1694
|
.line-through {
|
|
2084
1695
|
text-decoration-line: line-through;
|
|
2085
1696
|
}
|
|
2086
|
-
|
|
2087
1697
|
.underline-offset-4 {
|
|
2088
1698
|
text-underline-offset: 4px;
|
|
2089
1699
|
}
|
|
2090
|
-
|
|
2091
1700
|
.opacity-0 {
|
|
2092
1701
|
opacity: 0;
|
|
2093
1702
|
}
|
|
2094
|
-
|
|
2095
1703
|
.opacity-100 {
|
|
2096
1704
|
opacity: 1;
|
|
2097
1705
|
}
|
|
2098
|
-
|
|
2099
1706
|
.opacity-50 {
|
|
2100
1707
|
opacity: 0.5;
|
|
2101
1708
|
}
|
|
2102
|
-
|
|
2103
1709
|
.shadow-\[0_0_6px_0_rgba\(17\2c 17\2c 17\2c 0\.16\)\] {
|
|
2104
1710
|
--tw-shadow: 0 0 6px 0 rgba(17,17,17,0.16);
|
|
2105
1711
|
--tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
|
|
2106
1712
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2107
1713
|
}
|
|
2108
|
-
|
|
2109
1714
|
.shadow-lg {
|
|
2110
1715
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2111
1716
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2112
1717
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2113
1718
|
}
|
|
2114
|
-
|
|
2115
1719
|
.shadow-primary {
|
|
2116
1720
|
--tw-shadow: calc(var(--buttonColors-primaryShadowEnabled) * 0px) calc(var(--buttonColors-primaryShadowEnabled) * 5px) calc(var(--buttonColors-primaryShadowEnabled) * 25px) calc(var(--buttonColors-primaryShadowEnabled)* 0px) rgb(0, 0, 0, 0.10);;
|
|
2117
1721
|
--tw-shadow-colored: calc(var(--buttonColors-primaryShadowEnabled) * 0px) calc(var(--buttonColors-primaryShadowEnabled) * 5px) calc(var(--buttonColors-primaryShadowEnabled) * 25px) calc(var(--buttonColors-primaryShadowEnabled)* 0px) rgb(0, 0, 0, 0.10);;
|
|
2118
1722
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2119
1723
|
}
|
|
2120
|
-
|
|
2121
1724
|
.shadow-secondary {
|
|
2122
1725
|
--tw-shadow: calc(var(--buttonColors-secondaryShadowEnabled) * 0px) calc(var(--buttonColors-secondaryShadowEnabled) * 5px) calc(var(--buttonColors-secondaryShadowEnabled) * 25px) calc(var(--buttonColors-secondaryShadowEnabled)* 0px) rgb(0, 0, 0, 0.10);;
|
|
2123
1726
|
--tw-shadow-colored: calc(var(--buttonColors-secondaryShadowEnabled) * 0px) calc(var(--buttonColors-secondaryShadowEnabled) * 5px) calc(var(--buttonColors-secondaryShadowEnabled) * 25px) calc(var(--buttonColors-secondaryShadowEnabled)* 0px) rgb(0, 0, 0, 0.10);;
|
|
2124
1727
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2125
1728
|
}
|
|
2126
|
-
|
|
2127
1729
|
.shadow-buttonColors-primaryShadow {
|
|
2128
1730
|
--tw-shadow-color: var(--buttonColors-primaryShadow);
|
|
2129
1731
|
--tw-shadow: var(--tw-shadow-colored);
|
|
2130
1732
|
}
|
|
2131
|
-
|
|
2132
1733
|
.shadow-primary {
|
|
2133
1734
|
--tw-shadow-color: hsl(var(--primary));
|
|
2134
1735
|
--tw-shadow: var(--tw-shadow-colored);
|
|
2135
1736
|
}
|
|
2136
|
-
|
|
2137
1737
|
.shadow-secondary {
|
|
2138
1738
|
--tw-shadow-color: hsl(var(--secondary));
|
|
2139
1739
|
--tw-shadow: var(--tw-shadow-colored);
|
|
2140
1740
|
}
|
|
2141
|
-
|
|
2142
1741
|
.outline-none {
|
|
2143
1742
|
outline: 2px solid transparent;
|
|
2144
1743
|
outline-offset: 2px;
|
|
2145
1744
|
}
|
|
2146
|
-
|
|
2147
1745
|
.outline {
|
|
2148
1746
|
outline-style: solid;
|
|
2149
1747
|
}
|
|
2150
|
-
|
|
2151
1748
|
.outline-0 {
|
|
2152
1749
|
outline-width: 0px;
|
|
2153
1750
|
}
|
|
2154
|
-
|
|
2155
1751
|
.outline-1 {
|
|
2156
1752
|
outline-width: 1px;
|
|
2157
1753
|
}
|
|
2158
|
-
|
|
2159
1754
|
.outline-coreColors-brandColorPrimary {
|
|
2160
1755
|
outline-color: var(--coreColors-brandColorPrimary);
|
|
2161
1756
|
}
|
|
2162
|
-
|
|
2163
1757
|
.outline-coreColors-dividingLines {
|
|
2164
1758
|
outline-color: var(--coreColors-dividingLines);
|
|
2165
1759
|
}
|
|
2166
|
-
|
|
2167
1760
|
.outline-stateColors-error {
|
|
2168
1761
|
outline-color: var(--stateColors-error);
|
|
2169
1762
|
}
|
|
2170
|
-
|
|
2171
1763
|
.outline-stateColors-skeleton {
|
|
2172
1764
|
outline-color: var(--stateColors-skeleton);
|
|
2173
1765
|
}
|
|
2174
|
-
|
|
2175
1766
|
.ring-0 {
|
|
2176
1767
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2177
1768
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2178
1769
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2179
1770
|
}
|
|
2180
|
-
|
|
2181
1771
|
.ring-offset-background {
|
|
2182
1772
|
--tw-ring-offset-color: hsl(var(--background));
|
|
2183
1773
|
}
|
|
2184
|
-
|
|
2185
1774
|
.drop-shadow-\[0_3px_1px_0_rgba\(0\2c 0\2c 0\2c 1\)\] {
|
|
2186
1775
|
--tw-drop-shadow: drop-shadow(0 3px 1px 0 rgba(0,0,0,1));
|
|
2187
1776
|
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);
|
|
2188
1777
|
}
|
|
2189
|
-
|
|
2190
1778
|
.\!filter {
|
|
2191
1779
|
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) !important;
|
|
2192
1780
|
}
|
|
2193
|
-
|
|
2194
1781
|
.filter {
|
|
2195
1782
|
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);
|
|
2196
1783
|
}
|
|
2197
|
-
|
|
2198
1784
|
.transition-all {
|
|
2199
1785
|
transition-property: all;
|
|
2200
1786
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2201
1787
|
transition-duration: 150ms;
|
|
2202
1788
|
}
|
|
2203
|
-
|
|
2204
1789
|
.transition-colors {
|
|
2205
1790
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
2206
1791
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2207
1792
|
transition-duration: 150ms;
|
|
2208
1793
|
}
|
|
2209
|
-
|
|
2210
1794
|
.transition-opacity {
|
|
2211
1795
|
transition-property: opacity;
|
|
2212
1796
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2213
1797
|
transition-duration: 150ms;
|
|
2214
1798
|
}
|
|
2215
|
-
|
|
2216
1799
|
.transition-transform {
|
|
2217
1800
|
transition-property: transform;
|
|
2218
1801
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2219
1802
|
transition-duration: 150ms;
|
|
2220
1803
|
}
|
|
2221
|
-
|
|
2222
1804
|
.duration-200 {
|
|
2223
1805
|
transition-duration: 200ms;
|
|
2224
1806
|
}
|
|
2225
|
-
|
|
2226
1807
|
.duration-300 {
|
|
2227
1808
|
transition-duration: 300ms;
|
|
2228
1809
|
}
|
|
2229
|
-
|
|
2230
1810
|
.duration-500 {
|
|
2231
1811
|
transition-duration: 500ms;
|
|
2232
1812
|
}
|
|
2233
|
-
|
|
2234
1813
|
.ease-in-out {
|
|
2235
1814
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2236
1815
|
}
|
|
2237
|
-
|
|
2238
1816
|
@keyframes enter {
|
|
1817
|
+
|
|
2239
1818
|
from {
|
|
2240
1819
|
opacity: var(--tw-enter-opacity, 1);
|
|
2241
1820
|
transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
|
|
2242
1821
|
}
|
|
2243
1822
|
}
|
|
2244
|
-
|
|
2245
1823
|
@keyframes exit {
|
|
1824
|
+
|
|
2246
1825
|
to {
|
|
2247
1826
|
opacity: var(--tw-exit-opacity, 1);
|
|
2248
1827
|
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
|
|
2249
1828
|
}
|
|
2250
1829
|
}
|
|
2251
|
-
|
|
2252
1830
|
.duration-200 {
|
|
2253
1831
|
animation-duration: 200ms;
|
|
2254
1832
|
}
|
|
2255
|
-
|
|
2256
1833
|
.duration-300 {
|
|
2257
1834
|
animation-duration: 300ms;
|
|
2258
1835
|
}
|
|
2259
|
-
|
|
2260
1836
|
.duration-500 {
|
|
2261
1837
|
animation-duration: 500ms;
|
|
2262
1838
|
}
|
|
2263
|
-
|
|
2264
1839
|
.ease-in-out {
|
|
2265
1840
|
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2266
1841
|
}
|
|
2267
|
-
|
|
2268
1842
|
.container {
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
}
|
|
2272
|
-
|
|
1843
|
+
padding-right: 16px;
|
|
1844
|
+
padding-left: 16px;
|
|
1845
|
+
}
|
|
2273
1846
|
*:hover {
|
|
2274
|
-
|
|
2275
|
-
}
|
|
2276
|
-
|
|
1847
|
+
text-decoration-line: unset !important;
|
|
1848
|
+
}
|
|
2277
1849
|
.file\:border-0::file-selector-button {
|
|
2278
1850
|
border-width: 0px;
|
|
2279
1851
|
}
|
|
2280
|
-
|
|
2281
1852
|
.file\:bg-transparent::file-selector-button {
|
|
2282
1853
|
background-color: transparent;
|
|
2283
1854
|
}
|
|
2284
|
-
|
|
2285
1855
|
.file\:text-sm::file-selector-button {
|
|
2286
1856
|
font-size: 0.875rem;
|
|
2287
1857
|
line-height: 1.25rem;
|
|
2288
1858
|
}
|
|
2289
|
-
|
|
2290
1859
|
.file\:font-medium::file-selector-button {
|
|
2291
1860
|
font-weight: 500;
|
|
2292
1861
|
}
|
|
2293
|
-
|
|
2294
1862
|
.placeholder\:text-stateColors-error::-moz-placeholder {
|
|
2295
1863
|
color: var(--stateColors-error);
|
|
2296
1864
|
}
|
|
2297
|
-
|
|
2298
1865
|
.placeholder\:text-stateColors-error::placeholder {
|
|
2299
1866
|
color: var(--stateColors-error);
|
|
2300
1867
|
}
|
|
2301
|
-
|
|
2302
1868
|
.placeholder\:text-textColors-secondaryColor::-moz-placeholder {
|
|
2303
1869
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
2304
1870
|
}
|
|
2305
|
-
|
|
2306
1871
|
.placeholder\:text-textColors-secondaryColor::placeholder {
|
|
2307
1872
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
2308
1873
|
}
|
|
2309
|
-
|
|
2310
1874
|
.placeholder-shown\:\!truncate:-moz-placeholder-shown {
|
|
2311
1875
|
overflow: hidden !important;
|
|
2312
1876
|
text-overflow: ellipsis !important;
|
|
2313
1877
|
white-space: nowrap !important;
|
|
2314
1878
|
}
|
|
2315
|
-
|
|
2316
1879
|
.placeholder-shown\:\!truncate:placeholder-shown {
|
|
2317
1880
|
overflow: hidden !important;
|
|
2318
1881
|
text-overflow: ellipsis !important;
|
|
2319
1882
|
white-space: nowrap !important;
|
|
2320
1883
|
}
|
|
2321
|
-
|
|
2322
1884
|
.placeholder-shown\:p-4:-moz-placeholder-shown {
|
|
2323
1885
|
padding: 1rem;
|
|
2324
1886
|
}
|
|
2325
|
-
|
|
2326
1887
|
.placeholder-shown\:p-4:placeholder-shown {
|
|
2327
1888
|
padding: 1rem;
|
|
2328
1889
|
}
|
|
2329
|
-
|
|
2330
1890
|
.placeholder-shown\:text-textColors-secondaryColor:-moz-placeholder-shown {
|
|
2331
1891
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
2332
1892
|
}
|
|
2333
|
-
|
|
2334
1893
|
.placeholder-shown\:text-textColors-secondaryColor:placeholder-shown {
|
|
2335
1894
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
2336
1895
|
}
|
|
2337
|
-
|
|
2338
1896
|
.focus-within\:\!border-stateColors-error:focus-within {
|
|
2339
1897
|
border-color: var(--stateColors-error) !important;
|
|
2340
1898
|
}
|
|
2341
|
-
|
|
2342
1899
|
.focus-within\:border-coreColors-brandColorPrimary:focus-within {
|
|
2343
1900
|
border-color: var(--coreColors-brandColorPrimary);
|
|
2344
1901
|
}
|
|
2345
|
-
|
|
2346
1902
|
.hover\:h-\[18px\]:hover {
|
|
2347
1903
|
height: 18px;
|
|
2348
1904
|
}
|
|
2349
|
-
|
|
2350
1905
|
.hover\:w-\[18px\]:hover {
|
|
2351
1906
|
width: 18px;
|
|
2352
1907
|
}
|
|
2353
|
-
|
|
2354
1908
|
.hover\:bg-accent:hover {
|
|
2355
1909
|
background-color: hsl(var(--accent));
|
|
2356
1910
|
}
|
|
2357
|
-
|
|
2358
1911
|
.hover\:bg-muted:hover {
|
|
2359
1912
|
background-color: hsl(var(--muted));
|
|
2360
1913
|
}
|
|
2361
|
-
|
|
2362
1914
|
.hover\:bg-secondary:hover {
|
|
2363
1915
|
background-color: hsl(var(--secondary));
|
|
2364
1916
|
}
|
|
2365
|
-
|
|
2366
1917
|
.hover\:text-accent-foreground:hover {
|
|
2367
1918
|
color: hsl(var(--accent-foreground));
|
|
2368
1919
|
}
|
|
2369
|
-
|
|
2370
1920
|
.hover\:text-foreground:hover {
|
|
2371
1921
|
color: hsl(var(--foreground));
|
|
2372
1922
|
}
|
|
2373
|
-
|
|
2374
1923
|
.hover\:text-muted-foreground:hover {
|
|
2375
1924
|
color: hsl(var(--muted-foreground));
|
|
2376
1925
|
}
|
|
2377
|
-
|
|
2378
1926
|
.hover\:underline:hover {
|
|
2379
1927
|
text-decoration-line: underline;
|
|
2380
1928
|
}
|
|
2381
|
-
|
|
2382
1929
|
.hover\:\!line-through:hover {
|
|
2383
1930
|
text-decoration-line: line-through !important;
|
|
2384
1931
|
}
|
|
2385
|
-
|
|
2386
1932
|
.focus\:border-coreColors-brandColorPrimary:focus {
|
|
2387
1933
|
border-color: var(--coreColors-brandColorPrimary);
|
|
2388
1934
|
}
|
|
2389
|
-
|
|
2390
1935
|
.focus\:border-stateColors-error:focus {
|
|
2391
1936
|
border-color: var(--stateColors-error);
|
|
2392
1937
|
}
|
|
2393
|
-
|
|
2394
1938
|
.focus\:bg-stateColors-skeleton:focus {
|
|
2395
1939
|
background-color: var(--stateColors-skeleton);
|
|
2396
1940
|
}
|
|
2397
|
-
|
|
2398
1941
|
.focus\:opacity-100:focus {
|
|
2399
1942
|
opacity: 1;
|
|
2400
1943
|
}
|
|
2401
|
-
|
|
2402
1944
|
.focus\:outline-none:focus {
|
|
2403
1945
|
outline: 2px solid transparent;
|
|
2404
1946
|
outline-offset: 2px;
|
|
2405
1947
|
}
|
|
2406
|
-
|
|
2407
1948
|
.focus\:ring-2:focus {
|
|
2408
1949
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2409
1950
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2410
1951
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2411
1952
|
}
|
|
2412
|
-
|
|
2413
1953
|
.focus\:ring-ring:focus {
|
|
2414
1954
|
--tw-ring-color: hsl(var(--ring));
|
|
2415
1955
|
}
|
|
2416
|
-
|
|
2417
1956
|
.focus\:ring-offset-2:focus {
|
|
2418
1957
|
--tw-ring-offset-width: 2px;
|
|
2419
1958
|
}
|
|
2420
|
-
|
|
2421
1959
|
.focus-visible\:outline-none:focus-visible {
|
|
2422
1960
|
outline: 2px solid transparent;
|
|
2423
1961
|
outline-offset: 2px;
|
|
2424
1962
|
}
|
|
2425
|
-
|
|
2426
1963
|
.focus-visible\:ring-0:focus-visible {
|
|
2427
1964
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2428
1965
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2429
1966
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2430
1967
|
}
|
|
2431
|
-
|
|
2432
1968
|
.focus-visible\:ring-2:focus-visible {
|
|
2433
1969
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2434
1970
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2435
1971
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2436
1972
|
}
|
|
2437
|
-
|
|
2438
1973
|
.focus-visible\:ring-ring:focus-visible {
|
|
2439
1974
|
--tw-ring-color: hsl(var(--ring));
|
|
2440
1975
|
}
|
|
2441
|
-
|
|
2442
1976
|
.focus-visible\:ring-offset-2:focus-visible {
|
|
2443
1977
|
--tw-ring-offset-width: 2px;
|
|
2444
1978
|
}
|
|
2445
|
-
|
|
2446
1979
|
.focus-visible\:ring-offset-background:focus-visible {
|
|
2447
1980
|
--tw-ring-offset-color: hsl(var(--background));
|
|
2448
1981
|
}
|
|
2449
|
-
|
|
2450
1982
|
.active\:text-coreColors-brandColorPrimary:active {
|
|
2451
1983
|
color: var(--coreColors-brandColorPrimary);
|
|
2452
1984
|
}
|
|
2453
|
-
|
|
2454
1985
|
.active\:opacity-70:active {
|
|
2455
1986
|
opacity: 0.7;
|
|
2456
1987
|
}
|
|
2457
|
-
|
|
2458
1988
|
.active\:outline-coreColors-brandColorPrimary:active {
|
|
2459
1989
|
outline-color: var(--coreColors-brandColorPrimary);
|
|
2460
1990
|
}
|
|
2461
|
-
|
|
2462
1991
|
.disabled\:pointer-events-none:disabled {
|
|
2463
1992
|
pointer-events: none;
|
|
2464
1993
|
}
|
|
2465
|
-
|
|
2466
1994
|
.disabled\:cursor-not-allowed:disabled {
|
|
2467
1995
|
cursor: not-allowed;
|
|
2468
1996
|
}
|
|
2469
|
-
|
|
2470
1997
|
.disabled\:border-stateColors-disabled:disabled {
|
|
2471
1998
|
border-color: var(--stateColors-disabled);
|
|
2472
1999
|
}
|
|
2473
|
-
|
|
2474
2000
|
.disabled\:bg-buttonColors-secondaryFill:disabled {
|
|
2475
2001
|
background-color: var(--buttonColors-secondaryFill);
|
|
2476
2002
|
}
|
|
2477
|
-
|
|
2478
2003
|
.disabled\:bg-stateColors-disabled:disabled {
|
|
2479
2004
|
background-color: var(--stateColors-disabled);
|
|
2480
2005
|
}
|
|
2481
|
-
|
|
2482
2006
|
.disabled\:bg-transparent:disabled {
|
|
2483
2007
|
background-color: transparent;
|
|
2484
2008
|
}
|
|
2485
|
-
|
|
2486
2009
|
.disabled\:text-stateColors-disabled:disabled {
|
|
2487
2010
|
color: var(--stateColors-disabled);
|
|
2488
2011
|
}
|
|
2489
|
-
|
|
2490
2012
|
.disabled\:opacity-50:disabled {
|
|
2491
2013
|
opacity: 0.5;
|
|
2492
2014
|
}
|
|
2493
|
-
|
|
2494
2015
|
.disabled\:opacity-70:disabled {
|
|
2495
2016
|
opacity: 0.7;
|
|
2496
2017
|
}
|
|
2497
|
-
|
|
2498
2018
|
.group:hover .group-hover\:opacity-100 {
|
|
2499
2019
|
opacity: 1;
|
|
2500
2020
|
}
|
|
2501
|
-
|
|
2502
2021
|
.group:active .group-active\:text-coreColors-brandColorPrimary {
|
|
2503
2022
|
color: var(--coreColors-brandColorPrimary);
|
|
2504
2023
|
}
|
|
2505
|
-
|
|
2506
2024
|
.group:disabled .group-disabled\:text-stateColors-disabled {
|
|
2507
2025
|
color: var(--stateColors-disabled);
|
|
2508
2026
|
}
|
|
2509
|
-
|
|
2510
2027
|
.group.destructive .group-\[\.destructive\]\:border-muted\/40 {
|
|
2511
2028
|
border-color: hsl(var(--muted) / 0.4);
|
|
2512
2029
|
}
|
|
2513
|
-
|
|
2514
2030
|
.group.destructive .group-\[\.destructive\]\:text-red-300 {
|
|
2515
2031
|
--tw-text-opacity: 1;
|
|
2516
2032
|
color: rgb(252 165 165 / var(--tw-text-opacity));
|
|
2517
2033
|
}
|
|
2518
|
-
|
|
2519
2034
|
.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover {
|
|
2520
2035
|
border-color: hsl(var(--destructive) / 0.3);
|
|
2521
2036
|
}
|
|
2522
|
-
|
|
2523
2037
|
.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover {
|
|
2524
2038
|
background-color: hsl(var(--destructive));
|
|
2525
2039
|
}
|
|
2526
|
-
|
|
2527
2040
|
.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover {
|
|
2528
2041
|
color: hsl(var(--destructive-foreground));
|
|
2529
2042
|
}
|
|
2530
|
-
|
|
2531
2043
|
.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover {
|
|
2532
2044
|
--tw-text-opacity: 1;
|
|
2533
2045
|
color: rgb(254 242 242 / var(--tw-text-opacity));
|
|
2534
2046
|
}
|
|
2535
|
-
|
|
2536
2047
|
.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus {
|
|
2537
2048
|
--tw-ring-color: hsl(var(--destructive));
|
|
2538
2049
|
}
|
|
2539
|
-
|
|
2540
2050
|
.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus {
|
|
2541
2051
|
--tw-ring-opacity: 1;
|
|
2542
2052
|
--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
|
|
2543
2053
|
}
|
|
2544
|
-
|
|
2545
2054
|
.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus {
|
|
2546
2055
|
--tw-ring-offset-color: #dc2626;
|
|
2547
2056
|
}
|
|
2548
|
-
|
|
2549
2057
|
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:opacity-0 {
|
|
2550
2058
|
opacity: 0;
|
|
2551
2059
|
}
|
|
2552
|
-
|
|
2553
2060
|
.peer:placeholder-shown ~ .peer-placeholder-shown\:opacity-0 {
|
|
2554
2061
|
opacity: 0;
|
|
2555
2062
|
}
|
|
2556
|
-
|
|
2557
2063
|
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
|
|
2558
2064
|
cursor: not-allowed;
|
|
2559
2065
|
}
|
|
2560
|
-
|
|
2561
2066
|
.peer:disabled ~ .peer-disabled\:opacity-70 {
|
|
2562
2067
|
opacity: 0.7;
|
|
2563
2068
|
}
|
|
2564
|
-
|
|
2565
2069
|
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
2566
2070
|
pointer-events: none;
|
|
2567
2071
|
}
|
|
2568
|
-
|
|
2569
2072
|
.data-\[state\=checked\]\:translate-x-6[data-state=checked] {
|
|
2570
2073
|
--tw-translate-x: 1.5rem;
|
|
2571
2074
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2572
2075
|
}
|
|
2573
|
-
|
|
2574
2076
|
.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
|
|
2575
2077
|
--tw-translate-x: 0px;
|
|
2576
2078
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2577
2079
|
}
|
|
2578
|
-
|
|
2579
2080
|
.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel] {
|
|
2580
2081
|
--tw-translate-x: 0px;
|
|
2581
2082
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2582
2083
|
}
|
|
2583
|
-
|
|
2584
2084
|
.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end] {
|
|
2585
2085
|
--tw-translate-x: var(--radix-toast-swipe-end-x);
|
|
2586
2086
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2587
2087
|
}
|
|
2588
|
-
|
|
2589
2088
|
.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move] {
|
|
2590
2089
|
--tw-translate-x: var(--radix-toast-swipe-move-x);
|
|
2591
2090
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2592
2091
|
}
|
|
2593
|
-
|
|
2594
2092
|
@keyframes accordion-up {
|
|
2093
|
+
|
|
2595
2094
|
from {
|
|
2596
2095
|
height: var(--radix-accordion-content-height);
|
|
2597
2096
|
}
|
|
@@ -2600,12 +2099,11 @@ body {
|
|
|
2600
2099
|
height: 0;
|
|
2601
2100
|
}
|
|
2602
2101
|
}
|
|
2603
|
-
|
|
2604
2102
|
.data-\[state\=closed\]\:animate-accordion-up[data-state=closed] {
|
|
2605
2103
|
animation: accordion-up 0.2s ease-out;
|
|
2606
2104
|
}
|
|
2607
|
-
|
|
2608
2105
|
@keyframes accordion-down {
|
|
2106
|
+
|
|
2609
2107
|
from {
|
|
2610
2108
|
height: 0;
|
|
2611
2109
|
}
|
|
@@ -2614,47 +2112,36 @@ body {
|
|
|
2614
2112
|
height: var(--radix-accordion-content-height);
|
|
2615
2113
|
}
|
|
2616
2114
|
}
|
|
2617
|
-
|
|
2618
2115
|
.data-\[state\=open\]\:animate-accordion-down[data-state=open] {
|
|
2619
2116
|
animation: accordion-down 0.2s ease-out;
|
|
2620
2117
|
}
|
|
2621
|
-
|
|
2622
2118
|
.data-\[state\=checked\]\:bg-stateColors-success[data-state=checked] {
|
|
2623
2119
|
background-color: var(--stateColors-success);
|
|
2624
2120
|
}
|
|
2625
|
-
|
|
2626
2121
|
.data-\[state\=on\]\:bg-accent[data-state=on] {
|
|
2627
2122
|
background-color: hsl(var(--accent));
|
|
2628
2123
|
}
|
|
2629
|
-
|
|
2630
2124
|
.data-\[state\=unchecked\]\:bg-stateColors-disabled[data-state=unchecked] {
|
|
2631
2125
|
background-color: var(--stateColors-disabled);
|
|
2632
2126
|
}
|
|
2633
|
-
|
|
2634
2127
|
.data-\[icon\=true\]\:pr-10[data-icon=true] {
|
|
2635
2128
|
padding-right: 2.5rem;
|
|
2636
2129
|
}
|
|
2637
|
-
|
|
2638
2130
|
.data-\[error\=true\]\:text-stateColors-error[data-error=true] {
|
|
2639
2131
|
color: var(--stateColors-error);
|
|
2640
2132
|
}
|
|
2641
|
-
|
|
2642
2133
|
.data-\[state\=on\]\:text-accent-foreground[data-state=on] {
|
|
2643
2134
|
color: hsl(var(--accent-foreground));
|
|
2644
2135
|
}
|
|
2645
|
-
|
|
2646
2136
|
.data-\[disabled\]\:opacity-50[data-disabled] {
|
|
2647
2137
|
opacity: 0.5;
|
|
2648
2138
|
}
|
|
2649
|
-
|
|
2650
2139
|
.data-\[swipe\=move\]\:transition-none[data-swipe=move] {
|
|
2651
2140
|
transition-property: none;
|
|
2652
2141
|
}
|
|
2653
|
-
|
|
2654
2142
|
.data-\[state\=open\]\:duration-500[data-state=open] {
|
|
2655
2143
|
transition-duration: 500ms;
|
|
2656
2144
|
}
|
|
2657
|
-
|
|
2658
2145
|
.data-\[state\=open\]\:animate-in[data-state=open] {
|
|
2659
2146
|
animation-name: enter;
|
|
2660
2147
|
animation-duration: 150ms;
|
|
@@ -2664,7 +2151,6 @@ body {
|
|
|
2664
2151
|
--tw-enter-translate-x: initial;
|
|
2665
2152
|
--tw-enter-translate-y: initial;
|
|
2666
2153
|
}
|
|
2667
|
-
|
|
2668
2154
|
.data-\[state\=closed\]\:animate-out[data-state=closed] {
|
|
2669
2155
|
animation-name: exit;
|
|
2670
2156
|
animation-duration: 150ms;
|
|
@@ -2674,7 +2160,6 @@ body {
|
|
|
2674
2160
|
--tw-exit-translate-x: initial;
|
|
2675
2161
|
--tw-exit-translate-y: initial;
|
|
2676
2162
|
}
|
|
2677
|
-
|
|
2678
2163
|
.data-\[swipe\=end\]\:animate-out[data-swipe=end] {
|
|
2679
2164
|
animation-name: exit;
|
|
2680
2165
|
animation-duration: 150ms;
|
|
@@ -2684,73 +2169,53 @@ body {
|
|
|
2684
2169
|
--tw-exit-translate-x: initial;
|
|
2685
2170
|
--tw-exit-translate-y: initial;
|
|
2686
2171
|
}
|
|
2687
|
-
|
|
2688
2172
|
.data-\[state\=closed\]\:fade-out-0[data-state=closed] {
|
|
2689
2173
|
--tw-exit-opacity: 0;
|
|
2690
2174
|
}
|
|
2691
|
-
|
|
2692
2175
|
.data-\[state\=open\]\:fade-in-0[data-state=open] {
|
|
2693
2176
|
--tw-enter-opacity: 0;
|
|
2694
2177
|
}
|
|
2695
|
-
|
|
2696
2178
|
.data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
|
|
2697
2179
|
--tw-exit-scale: .95;
|
|
2698
2180
|
}
|
|
2699
|
-
|
|
2700
2181
|
.data-\[state\=open\]\:zoom-in-95[data-state=open] {
|
|
2701
2182
|
--tw-enter-scale: .95;
|
|
2702
2183
|
}
|
|
2703
|
-
|
|
2704
2184
|
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
|
|
2705
2185
|
--tw-enter-translate-y: -0.5rem;
|
|
2706
2186
|
}
|
|
2707
|
-
|
|
2708
2187
|
.data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
|
|
2709
2188
|
--tw-enter-translate-x: 0.5rem;
|
|
2710
2189
|
}
|
|
2711
|
-
|
|
2712
2190
|
.data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
|
|
2713
2191
|
--tw-enter-translate-x: -0.5rem;
|
|
2714
2192
|
}
|
|
2715
|
-
|
|
2716
2193
|
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
|
|
2717
2194
|
--tw-enter-translate-y: 0.5rem;
|
|
2718
2195
|
}
|
|
2719
|
-
|
|
2720
2196
|
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
|
|
2721
2197
|
--tw-exit-translate-x: -50%;
|
|
2722
2198
|
}
|
|
2723
|
-
|
|
2724
2199
|
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
|
|
2725
2200
|
--tw-exit-translate-y: -48%;
|
|
2726
2201
|
}
|
|
2727
|
-
|
|
2728
2202
|
.data-\[state\=closed\]\:slide-out-to-top-full[data-state=closed] {
|
|
2729
2203
|
--tw-exit-translate-y: -100%;
|
|
2730
2204
|
}
|
|
2731
|
-
|
|
2732
2205
|
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
|
|
2733
2206
|
--tw-enter-translate-x: -50%;
|
|
2734
2207
|
}
|
|
2735
|
-
|
|
2736
2208
|
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
|
|
2737
2209
|
--tw-enter-translate-y: -48%;
|
|
2738
2210
|
}
|
|
2739
|
-
|
|
2740
2211
|
.data-\[state\=open\]\:slide-in-from-top-full[data-state=open] {
|
|
2741
2212
|
--tw-enter-translate-y: -100%;
|
|
2742
2213
|
}
|
|
2743
|
-
|
|
2744
2214
|
.data-\[state\=open\]\:duration-500[data-state=open] {
|
|
2745
2215
|
animation-duration: 500ms;
|
|
2746
2216
|
}
|
|
2747
|
-
|
|
2748
|
-
:is(.dark .dark\:bg-neutral-900) {
|
|
2749
|
-
--tw-bg-opacity: 1;
|
|
2750
|
-
background-color: rgb(23 23 23 / var(--tw-bg-opacity));
|
|
2751
|
-
}
|
|
2752
|
-
|
|
2753
2217
|
@media (min-width: 640px) {
|
|
2218
|
+
|
|
2754
2219
|
.sm\:mt-0 {
|
|
2755
2220
|
margin-top: 0px;
|
|
2756
2221
|
}
|
|
@@ -2777,95 +2242,68 @@ body {
|
|
|
2777
2242
|
text-align: left;
|
|
2778
2243
|
}
|
|
2779
2244
|
}
|
|
2780
|
-
|
|
2781
|
-
@media (min-width: 1024px) {
|
|
2782
|
-
.lg\:grid-cols-3 {
|
|
2783
|
-
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2784
|
-
}
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2787
2245
|
.\[\&\+label\]\:text-stateColors-error+label {
|
|
2788
2246
|
color: var(--stateColors-error);
|
|
2789
2247
|
}
|
|
2790
|
-
|
|
2791
2248
|
.\[\&\>div\>button\]\:border-coreColors-brandColorPrimary>div>button {
|
|
2792
2249
|
border-color: var(--coreColors-brandColorPrimary);
|
|
2793
2250
|
}
|
|
2794
|
-
|
|
2795
2251
|
.\[\&\>div\]\:w-full>div {
|
|
2796
2252
|
width: 100%;
|
|
2797
2253
|
}
|
|
2798
|
-
|
|
2799
2254
|
.\[\&\>p\]\:text-stateColors-disabled>p {
|
|
2800
2255
|
color: var(--stateColors-disabled);
|
|
2801
2256
|
}
|
|
2802
|
-
|
|
2803
2257
|
.\[\&\>p\]\:text-textColors-primaryColor>p {
|
|
2804
2258
|
color: var(--textColors-primaryColor, #121212ff);
|
|
2805
2259
|
}
|
|
2806
|
-
|
|
2807
2260
|
.\[\&\>p\]\:text-textColors-secondaryColor>p {
|
|
2808
2261
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
2809
2262
|
}
|
|
2810
|
-
|
|
2811
2263
|
.\[\&\>p\]\:\!line-through>p {
|
|
2812
2264
|
text-decoration-line: line-through !important;
|
|
2813
2265
|
}
|
|
2814
|
-
|
|
2815
2266
|
.\[\&\[data-state\=open\]\]\:outline-coreColors-brandColorPrimary[data-state=open] {
|
|
2816
2267
|
outline-color: var(--coreColors-brandColorPrimary);
|
|
2817
2268
|
}
|
|
2818
|
-
|
|
2819
2269
|
.\[\&\[data-state\=open\]_\.chevron-icon\]\:rotate-180[data-state=open] .chevron-icon {
|
|
2820
2270
|
--tw-rotate: 180deg;
|
|
2821
2271
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2822
2272
|
}
|
|
2823
|
-
|
|
2824
2273
|
.\[\&\[data-state\=open\]_\.label\]\:text-coreColors-brandColorPrimary[data-state=open] .label {
|
|
2825
2274
|
color: var(--coreColors-brandColorPrimary);
|
|
2826
2275
|
}
|
|
2827
|
-
|
|
2828
2276
|
.\[\&\[data-state\=open\]_\.label\]\:text-textColors-secondaryColor[data-state=open] .label {
|
|
2829
2277
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
2830
2278
|
}
|
|
2831
|
-
|
|
2832
2279
|
.\[\&\[data-state\=open\]_svg\]\:rotate-180[data-state=open] svg {
|
|
2833
2280
|
--tw-rotate: 180deg;
|
|
2834
2281
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2835
2282
|
}
|
|
2836
|
-
|
|
2837
2283
|
.\[\&_\*\]\:text-coreColors-pageColor * {
|
|
2838
2284
|
color: var(--coreColors-pageColor);
|
|
2839
2285
|
}
|
|
2840
|
-
|
|
2841
2286
|
.\[\&_\*\]\:text-stateColors-error * {
|
|
2842
2287
|
color: var(--stateColors-error);
|
|
2843
2288
|
}
|
|
2844
|
-
|
|
2845
2289
|
.\[\&_\*\]\:text-textColors-primaryColor * {
|
|
2846
2290
|
color: var(--textColors-primaryColor, #121212ff);
|
|
2847
2291
|
}
|
|
2848
|
-
|
|
2849
2292
|
.\[\&_\*\]\:placeholder\:text-stateColors-error *::-moz-placeholder {
|
|
2850
2293
|
color: var(--stateColors-error);
|
|
2851
2294
|
}
|
|
2852
|
-
|
|
2853
2295
|
.\[\&_\*\]\:placeholder\:text-stateColors-error *::placeholder {
|
|
2854
2296
|
color: var(--stateColors-error);
|
|
2855
2297
|
}
|
|
2856
|
-
|
|
2857
2298
|
.\[\&_label\]\:focus-within\:\!text-stateColors-error:focus-within label {
|
|
2858
2299
|
color: var(--stateColors-error) !important;
|
|
2859
2300
|
}
|
|
2860
|
-
|
|
2861
2301
|
.\[\&_label\]\:focus-within\:text-coreColors-brandColorPrimary:focus-within label {
|
|
2862
2302
|
color: var(--coreColors-brandColorPrimary);
|
|
2863
2303
|
}
|
|
2864
|
-
|
|
2865
2304
|
.\[\&_p\]\:text-stateColors-disabled p {
|
|
2866
2305
|
color: var(--stateColors-disabled);
|
|
2867
2306
|
}
|
|
2868
|
-
|
|
2869
2307
|
.active\:\[\&_svg\]\:text-stateColors-favorites svg:active {
|
|
2870
2308
|
color: var(--stateColors-favorites);
|
|
2871
2309
|
}
|