@tapcart/mobile-components 0.2.12 → 0.3.1
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 +1 -0
- package/dist/components/hooks/use-infinite-scroll.d.ts.map +1 -1
- package/dist/components/hooks/use-infinite-scroll.js +3 -2
- package/dist/components/hooks/use-scroll-direction.d.ts +1 -1
- package/dist/components/hooks/use-scroll-direction.d.ts.map +1 -1
- package/dist/components/hooks/use-scroll-direction.js +17 -5
- package/dist/components/ui/accordion.js +1 -1
- package/dist/components/ui/badge.d.ts +1 -1
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/button.js +49 -14
- package/dist/components/ui/carousel.d.ts +5 -1
- package/dist/components/ui/carousel.d.ts.map +1 -1
- package/dist/components/ui/carousel.js +29 -2
- package/dist/components/ui/checkbox.js +2 -2
- package/dist/components/ui/chip.d.ts +6 -4
- package/dist/components/ui/chip.d.ts.map +1 -1
- package/dist/components/ui/chip.js +10 -4
- package/dist/components/ui/drawer.js +3 -3
- package/dist/components/ui/icon.d.ts.map +1 -1
- package/dist/components/ui/icon.js +5 -1
- package/dist/components/ui/image.d.ts +157 -0
- package/dist/components/ui/image.d.ts.map +1 -0
- package/dist/components/ui/image.js +311 -0
- package/dist/components/ui/line-item-text-icons.d.ts +14 -0
- package/dist/components/ui/line-item-text-icons.d.ts.map +1 -0
- package/dist/components/ui/line-item-text-icons.js +22 -0
- package/dist/components/ui/product-card.d.ts +6 -19
- package/dist/components/ui/product-card.d.ts.map +1 -1
- package/dist/components/ui/product-card.js +135 -36
- package/dist/components/ui/quantity-picker.d.ts +14 -0
- package/dist/components/ui/quantity-picker.d.ts.map +1 -0
- package/dist/components/ui/quantity-picker.js +23 -0
- package/dist/components/ui/radio-group.js +1 -1
- package/dist/components/ui/selectors.d.ts +1 -1
- package/dist/components/ui/selectors.d.ts.map +1 -1
- package/dist/components/ui/selectors.js +20 -4
- package/dist/components/ui/skeleton.js +1 -1
- package/dist/components/ui/slider.d.ts +14 -0
- package/dist/components/ui/slider.d.ts.map +1 -0
- package/dist/components/ui/slider.js +50 -0
- package/dist/components/ui/subscription.d.ts +15 -0
- package/dist/components/ui/subscription.d.ts.map +1 -0
- package/dist/components/ui/subscription.js +24 -0
- package/dist/components/ui/switch.d.ts.map +1 -1
- package/dist/components/ui/switch.js +2 -2
- package/dist/components/ui/tabs.js +1 -1
- package/dist/components/ui/textarea.d.ts +18 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/textarea.js +54 -0
- package/dist/components/ui/toggle.js +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -0
- package/dist/styles.css +248 -122
- package/package.json +20 -14
- package/dist/components/ThemeProvider.d.ts +0 -3
- package/dist/components/ThemeProvider.d.ts.map +0 -1
- package/dist/components/ThemeProvider.js +0 -18
- package/dist/components/ThemeToggle.d.ts +0 -2
- package/dist/components/ThemeToggle.d.ts.map +0 -1
- package/dist/components/ThemeToggle.js +0 -8
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
! tailwindcss v3.
|
|
2
|
+
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
|
|
3
3
|
*//*
|
|
4
4
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
5
5
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
@@ -26,20 +26,17 @@
|
|
|
26
26
|
4. Use the user's configured `sans` font-family by default.
|
|
27
27
|
5. Use the user's configured `sans` font-feature-settings by default.
|
|
28
28
|
6. Use the user's configured `sans` font-variation-settings by default.
|
|
29
|
-
7. Disable tap highlights on iOS
|
|
30
29
|
*/
|
|
31
30
|
|
|
32
|
-
html
|
|
33
|
-
:host {
|
|
31
|
+
html {
|
|
34
32
|
line-height: 1.5; /* 1 */
|
|
35
33
|
-webkit-text-size-adjust: 100%; /* 2 */
|
|
36
34
|
-moz-tab-size: 4; /* 3 */
|
|
37
35
|
-o-tab-size: 4;
|
|
38
36
|
tab-size: 4; /* 3 */
|
|
39
|
-
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
|
|
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 */
|
|
40
38
|
font-feature-settings: normal; /* 5 */
|
|
41
39
|
font-variation-settings: normal; /* 6 */
|
|
42
|
-
-webkit-tap-highlight-color: transparent; /* 7 */
|
|
43
40
|
}
|
|
44
41
|
|
|
45
42
|
/*
|
|
@@ -106,10 +103,8 @@ strong {
|
|
|
106
103
|
}
|
|
107
104
|
|
|
108
105
|
/*
|
|
109
|
-
1. Use the user's configured `mono` font
|
|
110
|
-
2.
|
|
111
|
-
3. Use the user's configured `mono` font-variation-settings by default.
|
|
112
|
-
4. Correct the odd `em` font sizing in all browsers.
|
|
106
|
+
1. Use the user's configured `mono` font family by default.
|
|
107
|
+
2. Correct the odd `em` font sizing in all browsers.
|
|
113
108
|
*/
|
|
114
109
|
|
|
115
110
|
code,
|
|
@@ -117,9 +112,7 @@ kbd,
|
|
|
117
112
|
samp,
|
|
118
113
|
pre {
|
|
119
114
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
|
120
|
-
font-
|
|
121
|
-
font-variation-settings: normal; /* 3 */
|
|
122
|
-
font-size: 1em; /* 4 */
|
|
115
|
+
font-size: 1em; /* 2 */
|
|
123
116
|
}
|
|
124
117
|
|
|
125
118
|
/*
|
|
@@ -179,7 +172,6 @@ textarea {
|
|
|
179
172
|
font-size: 100%; /* 1 */
|
|
180
173
|
font-weight: inherit; /* 1 */
|
|
181
174
|
line-height: inherit; /* 1 */
|
|
182
|
-
letter-spacing: inherit; /* 1 */
|
|
183
175
|
color: inherit; /* 1 */
|
|
184
176
|
margin: 0; /* 2 */
|
|
185
177
|
padding: 0; /* 3 */
|
|
@@ -200,9 +192,9 @@ select {
|
|
|
200
192
|
*/
|
|
201
193
|
|
|
202
194
|
button,
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
195
|
+
[type='button'],
|
|
196
|
+
[type='reset'],
|
|
197
|
+
[type='submit'] {
|
|
206
198
|
-webkit-appearance: button; /* 1 */
|
|
207
199
|
background-color: transparent; /* 2 */
|
|
208
200
|
background-image: none; /* 2 */
|
|
@@ -393,10 +385,10 @@ video {
|
|
|
393
385
|
[hidden] {
|
|
394
386
|
display: none;
|
|
395
387
|
}
|
|
396
|
-
|
|
388
|
+
.no-scrollbar *:not(.textarea-component)::-webkit-scrollbar {
|
|
397
389
|
display: none;
|
|
398
390
|
}
|
|
399
|
-
|
|
391
|
+
.no-scrollbar *:not(.textarea-component) {
|
|
400
392
|
-ms-overflow-style: none; /* IE and Edge */
|
|
401
393
|
scrollbar-width: none; /* Firefox */
|
|
402
394
|
}
|
|
@@ -433,9 +425,12 @@ video {
|
|
|
433
425
|
|
|
434
426
|
--radius: 0.5rem;
|
|
435
427
|
|
|
436
|
-
--fontRegular: -apple-system, BlinkMacSystemFont,
|
|
437
|
-
|
|
438
|
-
--
|
|
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;
|
|
439
434
|
|
|
440
435
|
--coreColors-pageColor: #ffffff;
|
|
441
436
|
--coreColors-shadow: #000000;
|
|
@@ -462,12 +457,12 @@ video {
|
|
|
462
457
|
--buttonColors-primaryText: #ffffff;
|
|
463
458
|
--buttonColors-primaryFill: #000000;
|
|
464
459
|
--buttonColors-primaryOutline: #000000;
|
|
465
|
-
--buttonColors-primaryShadow: #
|
|
460
|
+
--buttonColors-primaryShadow: #000000;
|
|
466
461
|
--buttonColors-disabled: #707070;
|
|
467
462
|
--buttonColors-secondaryText: #000000;
|
|
468
463
|
--buttonColors-secondaryFill: #ffffff;
|
|
469
464
|
--buttonColors-secondaryOutline: #000000;
|
|
470
|
-
--buttonColors-secondaryShadow: #
|
|
465
|
+
--buttonColors-secondaryShadow: #000000;
|
|
471
466
|
|
|
472
467
|
--stateColors-disabled: #707070;
|
|
473
468
|
--stateColors-error: #d91e18ff;
|
|
@@ -485,6 +480,29 @@ video {
|
|
|
485
480
|
--productImage-aspectRatio: "2:3";
|
|
486
481
|
--productImage-scaling: cover;
|
|
487
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;
|
|
488
506
|
}
|
|
489
507
|
|
|
490
508
|
/*.dark {*/
|
|
@@ -565,10 +583,6 @@ video {
|
|
|
565
583
|
--tw-backdrop-opacity: ;
|
|
566
584
|
--tw-backdrop-saturate: ;
|
|
567
585
|
--tw-backdrop-sepia: ;
|
|
568
|
-
--tw-contain-size: ;
|
|
569
|
-
--tw-contain-layout: ;
|
|
570
|
-
--tw-contain-paint: ;
|
|
571
|
-
--tw-contain-style: ;
|
|
572
586
|
}
|
|
573
587
|
|
|
574
588
|
::backdrop {
|
|
@@ -619,10 +633,6 @@ video {
|
|
|
619
633
|
--tw-backdrop-opacity: ;
|
|
620
634
|
--tw-backdrop-saturate: ;
|
|
621
635
|
--tw-backdrop-sepia: ;
|
|
622
|
-
--tw-contain-size: ;
|
|
623
|
-
--tw-contain-layout: ;
|
|
624
|
-
--tw-contain-paint: ;
|
|
625
|
-
--tw-contain-style: ;
|
|
626
636
|
}
|
|
627
637
|
.container {
|
|
628
638
|
width: 100%;
|
|
@@ -688,6 +698,15 @@ video {
|
|
|
688
698
|
.bottom-10 {
|
|
689
699
|
bottom: 2.5rem;
|
|
690
700
|
}
|
|
701
|
+
.bottom-2 {
|
|
702
|
+
bottom: 0.5rem;
|
|
703
|
+
}
|
|
704
|
+
.bottom-\[18px\] {
|
|
705
|
+
bottom: 18px;
|
|
706
|
+
}
|
|
707
|
+
.bottom-\[58px\] {
|
|
708
|
+
bottom: 58px;
|
|
709
|
+
}
|
|
691
710
|
.end-4 {
|
|
692
711
|
inset-inline-end: 1rem;
|
|
693
712
|
}
|
|
@@ -748,6 +767,10 @@ video {
|
|
|
748
767
|
.row-start-1 {
|
|
749
768
|
grid-row-start: 1;
|
|
750
769
|
}
|
|
770
|
+
.mx-1 {
|
|
771
|
+
margin-left: 0.25rem;
|
|
772
|
+
margin-right: 0.25rem;
|
|
773
|
+
}
|
|
751
774
|
.mx-4 {
|
|
752
775
|
margin-left: 1rem;
|
|
753
776
|
margin-right: 1rem;
|
|
@@ -764,6 +787,10 @@ video {
|
|
|
764
787
|
margin-top: 0.75rem;
|
|
765
788
|
margin-bottom: 0.75rem;
|
|
766
789
|
}
|
|
790
|
+
.my-auto {
|
|
791
|
+
margin-top: auto;
|
|
792
|
+
margin-bottom: auto;
|
|
793
|
+
}
|
|
767
794
|
.-ml-4 {
|
|
768
795
|
margin-left: -1rem;
|
|
769
796
|
}
|
|
@@ -773,6 +800,9 @@ video {
|
|
|
773
800
|
.mb-2 {
|
|
774
801
|
margin-bottom: 0.5rem;
|
|
775
802
|
}
|
|
803
|
+
.mb-6 {
|
|
804
|
+
margin-bottom: 1.5rem;
|
|
805
|
+
}
|
|
776
806
|
.ml-2 {
|
|
777
807
|
margin-left: 0.5rem;
|
|
778
808
|
}
|
|
@@ -785,6 +815,9 @@ video {
|
|
|
785
815
|
.mt-2 {
|
|
786
816
|
margin-top: 0.5rem;
|
|
787
817
|
}
|
|
818
|
+
.mt-3 {
|
|
819
|
+
margin-top: 0.75rem;
|
|
820
|
+
}
|
|
788
821
|
.mt-auto {
|
|
789
822
|
margin-top: auto;
|
|
790
823
|
}
|
|
@@ -812,12 +845,24 @@ video {
|
|
|
812
845
|
.aspect-\[2\/3\] {
|
|
813
846
|
aspect-ratio: 2/3;
|
|
814
847
|
}
|
|
815
|
-
.aspect
|
|
816
|
-
aspect-ratio:
|
|
848
|
+
.aspect-productImages {
|
|
849
|
+
aspect-ratio: var(--productImage-aspectRatio);
|
|
817
850
|
}
|
|
818
851
|
.aspect-square {
|
|
819
852
|
aspect-ratio: 1 / 1;
|
|
820
853
|
}
|
|
854
|
+
.h-0 {
|
|
855
|
+
height: 0px;
|
|
856
|
+
}
|
|
857
|
+
.h-0\.5 {
|
|
858
|
+
height: 0.125rem;
|
|
859
|
+
}
|
|
860
|
+
.h-1 {
|
|
861
|
+
height: 0.25rem;
|
|
862
|
+
}
|
|
863
|
+
.h-1\.5 {
|
|
864
|
+
height: 0.375rem;
|
|
865
|
+
}
|
|
821
866
|
.h-10 {
|
|
822
867
|
height: 2.5rem;
|
|
823
868
|
}
|
|
@@ -845,6 +890,9 @@ video {
|
|
|
845
890
|
.h-64 {
|
|
846
891
|
height: 16rem;
|
|
847
892
|
}
|
|
893
|
+
.h-7 {
|
|
894
|
+
height: 1.75rem;
|
|
895
|
+
}
|
|
848
896
|
.h-8 {
|
|
849
897
|
height: 2rem;
|
|
850
898
|
}
|
|
@@ -875,14 +923,23 @@ video {
|
|
|
875
923
|
.max-h-screen {
|
|
876
924
|
max-height: 100vh;
|
|
877
925
|
}
|
|
926
|
+
.min-h-\[24px\] {
|
|
927
|
+
min-height: 24px;
|
|
928
|
+
}
|
|
929
|
+
.w-1 {
|
|
930
|
+
width: 0.25rem;
|
|
931
|
+
}
|
|
932
|
+
.w-1\.5 {
|
|
933
|
+
width: 0.375rem;
|
|
934
|
+
}
|
|
878
935
|
.w-1\/2 {
|
|
879
936
|
width: 50%;
|
|
880
937
|
}
|
|
881
938
|
.w-10 {
|
|
882
939
|
width: 2.5rem;
|
|
883
940
|
}
|
|
884
|
-
.w-
|
|
885
|
-
width:
|
|
941
|
+
.w-12 {
|
|
942
|
+
width: 3rem;
|
|
886
943
|
}
|
|
887
944
|
.w-14 {
|
|
888
945
|
width: 3.5rem;
|
|
@@ -905,6 +962,9 @@ video {
|
|
|
905
962
|
.w-6 {
|
|
906
963
|
width: 1.5rem;
|
|
907
964
|
}
|
|
965
|
+
.w-7 {
|
|
966
|
+
width: 1.75rem;
|
|
967
|
+
}
|
|
908
968
|
.w-8 {
|
|
909
969
|
width: 2rem;
|
|
910
970
|
}
|
|
@@ -930,9 +990,15 @@ video {
|
|
|
930
990
|
.min-w-\[8rem\] {
|
|
931
991
|
min-width: 8rem;
|
|
932
992
|
}
|
|
993
|
+
.max-w-full {
|
|
994
|
+
max-width: 100%;
|
|
995
|
+
}
|
|
933
996
|
.max-w-lg {
|
|
934
997
|
max-width: 32rem;
|
|
935
998
|
}
|
|
999
|
+
.max-w-xs {
|
|
1000
|
+
max-width: 20rem;
|
|
1001
|
+
}
|
|
936
1002
|
.flex-1 {
|
|
937
1003
|
flex: 1 1 0%;
|
|
938
1004
|
}
|
|
@@ -942,6 +1008,9 @@ video {
|
|
|
942
1008
|
.shrink-0 {
|
|
943
1009
|
flex-shrink: 0;
|
|
944
1010
|
}
|
|
1011
|
+
.grow {
|
|
1012
|
+
flex-grow: 1;
|
|
1013
|
+
}
|
|
945
1014
|
.grow-0 {
|
|
946
1015
|
flex-grow: 0;
|
|
947
1016
|
}
|
|
@@ -1003,6 +1072,9 @@ video {
|
|
|
1003
1072
|
-moz-user-select: none;
|
|
1004
1073
|
user-select: none;
|
|
1005
1074
|
}
|
|
1075
|
+
.resize-none {
|
|
1076
|
+
resize: none;
|
|
1077
|
+
}
|
|
1006
1078
|
.resize {
|
|
1007
1079
|
resize: both;
|
|
1008
1080
|
}
|
|
@@ -1083,6 +1155,9 @@ video {
|
|
|
1083
1155
|
.self-start {
|
|
1084
1156
|
align-self: flex-start;
|
|
1085
1157
|
}
|
|
1158
|
+
.self-center {
|
|
1159
|
+
align-self: center;
|
|
1160
|
+
}
|
|
1086
1161
|
.overflow-hidden {
|
|
1087
1162
|
overflow: hidden;
|
|
1088
1163
|
}
|
|
@@ -1095,8 +1170,8 @@ video {
|
|
|
1095
1170
|
.overflow-y-auto {
|
|
1096
1171
|
overflow-y: auto;
|
|
1097
1172
|
}
|
|
1098
|
-
.
|
|
1099
|
-
|
|
1173
|
+
.overflow-y-hidden {
|
|
1174
|
+
overflow-y: hidden;
|
|
1100
1175
|
}
|
|
1101
1176
|
.truncate {
|
|
1102
1177
|
overflow: hidden;
|
|
@@ -1109,9 +1184,6 @@ video {
|
|
|
1109
1184
|
.whitespace-nowrap {
|
|
1110
1185
|
white-space: nowrap;
|
|
1111
1186
|
}
|
|
1112
|
-
.text-wrap {
|
|
1113
|
-
text-wrap: wrap;
|
|
1114
|
-
}
|
|
1115
1187
|
.rounded {
|
|
1116
1188
|
border-radius: 0.25rem;
|
|
1117
1189
|
}
|
|
@@ -1156,6 +1228,9 @@ video {
|
|
|
1156
1228
|
.border {
|
|
1157
1229
|
border-width: 1px;
|
|
1158
1230
|
}
|
|
1231
|
+
.border-0 {
|
|
1232
|
+
border-width: 0px;
|
|
1233
|
+
}
|
|
1159
1234
|
.border-2 {
|
|
1160
1235
|
border-width: 2px;
|
|
1161
1236
|
}
|
|
@@ -1168,10 +1243,22 @@ video {
|
|
|
1168
1243
|
.border-t {
|
|
1169
1244
|
border-top-width: 1px;
|
|
1170
1245
|
}
|
|
1246
|
+
.\!border-stateColors-error {
|
|
1247
|
+
border-color: var(--stateColors-error) !important;
|
|
1248
|
+
}
|
|
1171
1249
|
.border-black {
|
|
1172
1250
|
--tw-border-opacity: 1;
|
|
1173
1251
|
border-color: rgb(0 0 0 / var(--tw-border-opacity));
|
|
1174
1252
|
}
|
|
1253
|
+
.border-buttonColors-primaryOutlineColor {
|
|
1254
|
+
border-color: var(--buttonColors-primaryOutlineColor);
|
|
1255
|
+
}
|
|
1256
|
+
.border-buttonColors-secondaryOutlineColor {
|
|
1257
|
+
border-color: var(--buttonColors-secondaryOutlineColor);
|
|
1258
|
+
}
|
|
1259
|
+
.border-coreColors-brandColorPrimary {
|
|
1260
|
+
border-color: var(--coreColors-brandColorPrimary);
|
|
1261
|
+
}
|
|
1175
1262
|
.border-coreColors-dividingLines {
|
|
1176
1263
|
border-color: var(--coreColors-dividingLines);
|
|
1177
1264
|
}
|
|
@@ -1228,10 +1315,6 @@ video {
|
|
|
1228
1315
|
--tw-bg-opacity: 1;
|
|
1229
1316
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
|
|
1230
1317
|
}
|
|
1231
|
-
.bg-neutral-300 {
|
|
1232
|
-
--tw-bg-opacity: 1;
|
|
1233
|
-
background-color: rgb(212 212 212 / var(--tw-bg-opacity));
|
|
1234
|
-
}
|
|
1235
1318
|
.bg-productBadging-fill {
|
|
1236
1319
|
background-color: var(--productBadging-fill);
|
|
1237
1320
|
}
|
|
@@ -1264,22 +1347,14 @@ video {
|
|
|
1264
1347
|
background-image: linear-gradient(90deg,#ffffff00 0%,#FFF 100%);
|
|
1265
1348
|
}
|
|
1266
1349
|
.bg-fade-left {
|
|
1267
|
-
background-image: linear-gradient(to right,
|
|
1350
|
+
background-image: linear-gradient(to right, var(--coreColors-pageColor) 0%, #ffffff00 100%);;
|
|
1268
1351
|
}
|
|
1269
1352
|
.bg-fade-right {
|
|
1270
|
-
background-image: linear-gradient(to left,
|
|
1353
|
+
background-image: linear-gradient(to left, var(--coreColors-pageColor) 0%, #ffffff00 100%);;
|
|
1271
1354
|
}
|
|
1272
1355
|
.fill-current {
|
|
1273
1356
|
fill: currentColor;
|
|
1274
1357
|
}
|
|
1275
|
-
.object-contain {
|
|
1276
|
-
-o-object-fit: contain;
|
|
1277
|
-
object-fit: contain;
|
|
1278
|
-
}
|
|
1279
|
-
.object-cover {
|
|
1280
|
-
-o-object-fit: cover;
|
|
1281
|
-
object-fit: cover;
|
|
1282
|
-
}
|
|
1283
1358
|
.p-0 {
|
|
1284
1359
|
padding: 0px;
|
|
1285
1360
|
}
|
|
@@ -1358,12 +1433,24 @@ video {
|
|
|
1358
1433
|
.pb-8 {
|
|
1359
1434
|
padding-bottom: 2rem;
|
|
1360
1435
|
}
|
|
1436
|
+
.pl-0 {
|
|
1437
|
+
padding-left: 0px;
|
|
1438
|
+
}
|
|
1439
|
+
.pl-2 {
|
|
1440
|
+
padding-left: 0.5rem;
|
|
1441
|
+
}
|
|
1361
1442
|
.pl-4 {
|
|
1362
1443
|
padding-left: 1rem;
|
|
1363
1444
|
}
|
|
1364
1445
|
.pl-8 {
|
|
1365
1446
|
padding-left: 2rem;
|
|
1366
1447
|
}
|
|
1448
|
+
.pr-1 {
|
|
1449
|
+
padding-right: 0.25rem;
|
|
1450
|
+
}
|
|
1451
|
+
.pr-2 {
|
|
1452
|
+
padding-right: 0.5rem;
|
|
1453
|
+
}
|
|
1367
1454
|
.pr-4 {
|
|
1368
1455
|
padding-right: 1rem;
|
|
1369
1456
|
}
|
|
@@ -1379,6 +1466,9 @@ video {
|
|
|
1379
1466
|
.pt-5 {
|
|
1380
1467
|
padding-top: 1.25rem;
|
|
1381
1468
|
}
|
|
1469
|
+
.pt-6 {
|
|
1470
|
+
padding-top: 1.5rem;
|
|
1471
|
+
}
|
|
1382
1472
|
.text-left {
|
|
1383
1473
|
text-align: left;
|
|
1384
1474
|
}
|
|
@@ -1391,6 +1481,9 @@ video {
|
|
|
1391
1481
|
.text-start {
|
|
1392
1482
|
text-align: start;
|
|
1393
1483
|
}
|
|
1484
|
+
.align-top {
|
|
1485
|
+
vertical-align: top;
|
|
1486
|
+
}
|
|
1394
1487
|
.font-fontMedium {
|
|
1395
1488
|
font-family: var(--fontMedium);
|
|
1396
1489
|
}
|
|
@@ -1439,6 +1532,9 @@ video {
|
|
|
1439
1532
|
.leading-\[130\%\] {
|
|
1440
1533
|
line-height: 130%;
|
|
1441
1534
|
}
|
|
1535
|
+
.leading-\[13px\] {
|
|
1536
|
+
line-height: 13px;
|
|
1537
|
+
}
|
|
1442
1538
|
.leading-\[160\%\] {
|
|
1443
1539
|
line-height: 160%;
|
|
1444
1540
|
}
|
|
@@ -1448,6 +1544,10 @@ video {
|
|
|
1448
1544
|
.leading-none {
|
|
1449
1545
|
line-height: 1;
|
|
1450
1546
|
}
|
|
1547
|
+
.text-black {
|
|
1548
|
+
--tw-text-opacity: 1;
|
|
1549
|
+
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1550
|
+
}
|
|
1451
1551
|
.text-buttonColors-destructiveText {
|
|
1452
1552
|
color: var(--buttonColors-destructiveText);
|
|
1453
1553
|
}
|
|
@@ -1469,9 +1569,6 @@ video {
|
|
|
1469
1569
|
.text-buttonColors-primaryShadow {
|
|
1470
1570
|
color: var(--buttonColors-primaryShadow);
|
|
1471
1571
|
}
|
|
1472
|
-
.text-buttonColors-primaryShadowEnabled {
|
|
1473
|
-
color: var(--buttonColors-primaryShadowEnabled);
|
|
1474
|
-
}
|
|
1475
1572
|
.text-buttonColors-primaryText {
|
|
1476
1573
|
color: var(--buttonColors-primaryText);
|
|
1477
1574
|
}
|
|
@@ -1490,9 +1587,6 @@ video {
|
|
|
1490
1587
|
.text-buttonColors-secondaryShadow {
|
|
1491
1588
|
color: var(--buttonColors-secondaryShadow);
|
|
1492
1589
|
}
|
|
1493
|
-
.text-buttonColors-secondaryShadowEnabled {
|
|
1494
|
-
color: var(--buttonColors-secondaryShadowEnabled);
|
|
1495
|
-
}
|
|
1496
1590
|
.text-buttonColors-secondaryText {
|
|
1497
1591
|
color: var(--buttonColors-secondaryText);
|
|
1498
1592
|
}
|
|
@@ -1604,6 +1698,9 @@ video {
|
|
|
1604
1698
|
.opacity-100 {
|
|
1605
1699
|
opacity: 1;
|
|
1606
1700
|
}
|
|
1701
|
+
.opacity-50 {
|
|
1702
|
+
opacity: 0.5;
|
|
1703
|
+
}
|
|
1607
1704
|
.shadow-\[0_0_6px_0_rgba\(17\2c 17\2c 17\2c 0\.16\)\] {
|
|
1608
1705
|
--tw-shadow: 0 0 6px 0 rgba(17,17,17,0.16);
|
|
1609
1706
|
--tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
|
|
@@ -1614,12 +1711,26 @@ video {
|
|
|
1614
1711
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1615
1712
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1616
1713
|
}
|
|
1714
|
+
.shadow-primary {
|
|
1715
|
+
--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);;
|
|
1716
|
+
--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);;
|
|
1717
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1718
|
+
}
|
|
1719
|
+
.shadow-secondary {
|
|
1720
|
+
--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);;
|
|
1721
|
+
--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);;
|
|
1722
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1723
|
+
}
|
|
1617
1724
|
.shadow-buttonColors-primaryShadow {
|
|
1618
1725
|
--tw-shadow-color: var(--buttonColors-primaryShadow);
|
|
1619
1726
|
--tw-shadow: var(--tw-shadow-colored);
|
|
1620
1727
|
}
|
|
1621
|
-
.shadow-
|
|
1622
|
-
--tw-shadow-color: var(--
|
|
1728
|
+
.shadow-primary {
|
|
1729
|
+
--tw-shadow-color: hsl(var(--primary));
|
|
1730
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
1731
|
+
}
|
|
1732
|
+
.shadow-secondary {
|
|
1733
|
+
--tw-shadow-color: hsl(var(--secondary));
|
|
1623
1734
|
--tw-shadow: var(--tw-shadow-colored);
|
|
1624
1735
|
}
|
|
1625
1736
|
.outline-none {
|
|
@@ -1635,24 +1746,18 @@ video {
|
|
|
1635
1746
|
.outline-1 {
|
|
1636
1747
|
outline-width: 1px;
|
|
1637
1748
|
}
|
|
1638
|
-
.outline-buttonColors-primaryOutline {
|
|
1639
|
-
outline-color: var(--buttonColors-primaryOutline);
|
|
1640
|
-
}
|
|
1641
|
-
.outline-buttonColors-secondaryOutline {
|
|
1642
|
-
outline-color: var(--buttonColors-secondaryOutline);
|
|
1643
|
-
}
|
|
1644
1749
|
.outline-coreColors-brandColorPrimary {
|
|
1645
1750
|
outline-color: var(--coreColors-brandColorPrimary);
|
|
1646
1751
|
}
|
|
1647
1752
|
.outline-coreColors-dividingLines {
|
|
1648
1753
|
outline-color: var(--coreColors-dividingLines);
|
|
1649
1754
|
}
|
|
1650
|
-
.outline-input {
|
|
1651
|
-
outline-color: hsl(var(--input));
|
|
1652
|
-
}
|
|
1653
1755
|
.outline-stateColors-error {
|
|
1654
1756
|
outline-color: var(--stateColors-error);
|
|
1655
1757
|
}
|
|
1758
|
+
.outline-stateColors-skeleton {
|
|
1759
|
+
outline-color: var(--stateColors-skeleton);
|
|
1760
|
+
}
|
|
1656
1761
|
.ring-0 {
|
|
1657
1762
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1658
1763
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -1661,6 +1766,10 @@ video {
|
|
|
1661
1766
|
.ring-offset-background {
|
|
1662
1767
|
--tw-ring-offset-color: hsl(var(--background));
|
|
1663
1768
|
}
|
|
1769
|
+
.drop-shadow-\[0_3px_1px_0_rgba\(0\2c 0\2c 0\2c 1\)\] {
|
|
1770
|
+
--tw-drop-shadow: drop-shadow(0 3px 1px 0 rgba(0,0,0,1));
|
|
1771
|
+
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);
|
|
1772
|
+
}
|
|
1664
1773
|
.filter {
|
|
1665
1774
|
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);
|
|
1666
1775
|
}
|
|
@@ -1690,6 +1799,12 @@ video {
|
|
|
1690
1799
|
.duration-300 {
|
|
1691
1800
|
transition-duration: 300ms;
|
|
1692
1801
|
}
|
|
1802
|
+
.duration-500 {
|
|
1803
|
+
transition-duration: 500ms;
|
|
1804
|
+
}
|
|
1805
|
+
.ease-in-out {
|
|
1806
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1807
|
+
}
|
|
1693
1808
|
@keyframes enter {
|
|
1694
1809
|
|
|
1695
1810
|
from {
|
|
@@ -1710,15 +1825,12 @@ video {
|
|
|
1710
1825
|
.duration-300 {
|
|
1711
1826
|
animation-duration: 300ms;
|
|
1712
1827
|
}
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
-ms-overflow-style: none; /* IE and Edge */
|
|
1720
|
-
scrollbar-width: none; /* Firefox */
|
|
1721
|
-
}
|
|
1828
|
+
.duration-500 {
|
|
1829
|
+
animation-duration: 500ms;
|
|
1830
|
+
}
|
|
1831
|
+
.ease-in-out {
|
|
1832
|
+
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1833
|
+
}
|
|
1722
1834
|
.container {
|
|
1723
1835
|
padding-right: 16px;
|
|
1724
1836
|
padding-left: 16px;
|
|
@@ -1751,12 +1863,40 @@ video {
|
|
|
1751
1863
|
.placeholder\:text-textColors-secondaryColor::placeholder {
|
|
1752
1864
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
1753
1865
|
}
|
|
1866
|
+
.placeholder-shown\:\!truncate:-moz-placeholder-shown {
|
|
1867
|
+
overflow: hidden !important;
|
|
1868
|
+
text-overflow: ellipsis !important;
|
|
1869
|
+
white-space: nowrap !important;
|
|
1870
|
+
}
|
|
1871
|
+
.placeholder-shown\:\!truncate:placeholder-shown {
|
|
1872
|
+
overflow: hidden !important;
|
|
1873
|
+
text-overflow: ellipsis !important;
|
|
1874
|
+
white-space: nowrap !important;
|
|
1875
|
+
}
|
|
1754
1876
|
.placeholder-shown\:p-4:-moz-placeholder-shown {
|
|
1755
1877
|
padding: 1rem;
|
|
1756
1878
|
}
|
|
1757
1879
|
.placeholder-shown\:p-4:placeholder-shown {
|
|
1758
1880
|
padding: 1rem;
|
|
1759
1881
|
}
|
|
1882
|
+
.placeholder-shown\:text-textColors-secondaryColor:-moz-placeholder-shown {
|
|
1883
|
+
color: var(--textColors-secondaryColor, #727272ff);
|
|
1884
|
+
}
|
|
1885
|
+
.placeholder-shown\:text-textColors-secondaryColor:placeholder-shown {
|
|
1886
|
+
color: var(--textColors-secondaryColor, #727272ff);
|
|
1887
|
+
}
|
|
1888
|
+
.focus-within\:\!border-stateColors-error:focus-within {
|
|
1889
|
+
border-color: var(--stateColors-error) !important;
|
|
1890
|
+
}
|
|
1891
|
+
.focus-within\:border-coreColors-brandColorPrimary:focus-within {
|
|
1892
|
+
border-color: var(--coreColors-brandColorPrimary);
|
|
1893
|
+
}
|
|
1894
|
+
.hover\:h-\[18px\]:hover {
|
|
1895
|
+
height: 18px;
|
|
1896
|
+
}
|
|
1897
|
+
.hover\:w-\[18px\]:hover {
|
|
1898
|
+
width: 18px;
|
|
1899
|
+
}
|
|
1760
1900
|
.hover\:bg-accent:hover {
|
|
1761
1901
|
background-color: hsl(var(--accent));
|
|
1762
1902
|
}
|
|
@@ -1778,6 +1918,9 @@ video {
|
|
|
1778
1918
|
.hover\:underline:hover {
|
|
1779
1919
|
text-decoration-line: underline;
|
|
1780
1920
|
}
|
|
1921
|
+
.hover\:\!line-through:hover {
|
|
1922
|
+
text-decoration-line: line-through !important;
|
|
1923
|
+
}
|
|
1781
1924
|
.focus\:border-coreColors-brandColorPrimary:focus {
|
|
1782
1925
|
border-color: var(--coreColors-brandColorPrimary);
|
|
1783
1926
|
}
|
|
@@ -1861,8 +2004,8 @@ video {
|
|
|
1861
2004
|
.disabled\:opacity-50:disabled {
|
|
1862
2005
|
opacity: 0.5;
|
|
1863
2006
|
}
|
|
1864
|
-
.disabled\:
|
|
1865
|
-
|
|
2007
|
+
.disabled\:opacity-70:disabled {
|
|
2008
|
+
opacity: 0.7;
|
|
1866
2009
|
}
|
|
1867
2010
|
.group:hover .group-hover\:opacity-100 {
|
|
1868
2011
|
opacity: 1;
|
|
@@ -1918,8 +2061,8 @@ video {
|
|
|
1918
2061
|
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
1919
2062
|
pointer-events: none;
|
|
1920
2063
|
}
|
|
1921
|
-
.data-\[state\=checked\]\:translate-x-
|
|
1922
|
-
--tw-translate-x: 1.
|
|
2064
|
+
.data-\[state\=checked\]\:translate-x-6[data-state=checked] {
|
|
2065
|
+
--tw-translate-x: 1.5rem;
|
|
1923
2066
|
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));
|
|
1924
2067
|
}
|
|
1925
2068
|
.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
|
|
@@ -1964,14 +2107,14 @@ video {
|
|
|
1964
2107
|
.data-\[state\=open\]\:animate-accordion-down[data-state=open] {
|
|
1965
2108
|
animation: accordion-down 0.2s ease-out;
|
|
1966
2109
|
}
|
|
1967
|
-
.data-\[state\=checked\]\:bg-
|
|
1968
|
-
background-color:
|
|
2110
|
+
.data-\[state\=checked\]\:bg-stateColors-success[data-state=checked] {
|
|
2111
|
+
background-color: var(--stateColors-success);
|
|
1969
2112
|
}
|
|
1970
2113
|
.data-\[state\=on\]\:bg-accent[data-state=on] {
|
|
1971
2114
|
background-color: hsl(var(--accent));
|
|
1972
2115
|
}
|
|
1973
|
-
.data-\[state\=unchecked\]\:bg-
|
|
1974
|
-
background-color:
|
|
2116
|
+
.data-\[state\=unchecked\]\:bg-stateColors-disabled[data-state=unchecked] {
|
|
2117
|
+
background-color: var(--stateColors-disabled);
|
|
1975
2118
|
}
|
|
1976
2119
|
.data-\[icon\=true\]\:pr-10[data-icon=true] {
|
|
1977
2120
|
padding-right: 2.5rem;
|
|
@@ -2063,7 +2206,7 @@ video {
|
|
|
2063
2206
|
.data-\[state\=open\]\:duration-500[data-state=open] {
|
|
2064
2207
|
animation-duration: 500ms;
|
|
2065
2208
|
}
|
|
2066
|
-
.dark\:bg-neutral-900
|
|
2209
|
+
:is(.dark .dark\:bg-neutral-900) {
|
|
2067
2210
|
--tw-bg-opacity: 1;
|
|
2068
2211
|
background-color: rgb(23 23 23 / var(--tw-bg-opacity));
|
|
2069
2212
|
}
|
|
@@ -2107,18 +2250,8 @@ video {
|
|
|
2107
2250
|
.\[\&\>div\>button\]\:border-coreColors-brandColorPrimary>div>button {
|
|
2108
2251
|
border-color: var(--coreColors-brandColorPrimary);
|
|
2109
2252
|
}
|
|
2110
|
-
.\[\&\>
|
|
2111
|
-
|
|
2112
|
-
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
2113
|
-
}
|
|
2114
|
-
.\[\&\>p\]\:text-buttonColors-primaryText>p {
|
|
2115
|
-
color: var(--buttonColors-primaryText);
|
|
2116
|
-
}
|
|
2117
|
-
.\[\&\>p\]\:text-buttonColors-secondaryText>p {
|
|
2118
|
-
color: var(--buttonColors-secondaryText);
|
|
2119
|
-
}
|
|
2120
|
-
.\[\&\>p\]\:text-coreColors-pageColor>p {
|
|
2121
|
-
color: var(--coreColors-pageColor);
|
|
2253
|
+
.\[\&\>div\]\:w-full>div {
|
|
2254
|
+
width: 100%;
|
|
2122
2255
|
}
|
|
2123
2256
|
.\[\&\>p\]\:text-stateColors-disabled>p {
|
|
2124
2257
|
color: var(--stateColors-disabled);
|
|
@@ -2132,9 +2265,6 @@ video {
|
|
|
2132
2265
|
.\[\&\>p\]\:\!line-through>p {
|
|
2133
2266
|
text-decoration-line: line-through !important;
|
|
2134
2267
|
}
|
|
2135
|
-
.hover\:\[\&\>p\]\:text-accent-foreground>p:hover {
|
|
2136
|
-
color: hsl(var(--accent-foreground));
|
|
2137
|
-
}
|
|
2138
2268
|
.\[\&\[data-state\=open\]\]\:outline-coreColors-brandColorPrimary[data-state=open] {
|
|
2139
2269
|
outline-color: var(--coreColors-brandColorPrimary);
|
|
2140
2270
|
}
|
|
@@ -2155,30 +2285,26 @@ video {
|
|
|
2155
2285
|
.\[\&_\*\]\:text-coreColors-pageColor * {
|
|
2156
2286
|
color: var(--coreColors-pageColor);
|
|
2157
2287
|
}
|
|
2288
|
+
.\[\&_\*\]\:text-stateColors-error * {
|
|
2289
|
+
color: var(--stateColors-error);
|
|
2290
|
+
}
|
|
2158
2291
|
.\[\&_\*\]\:text-textColors-primaryColor * {
|
|
2159
2292
|
color: var(--textColors-primaryColor, #121212ff);
|
|
2160
2293
|
}
|
|
2161
|
-
.\[\&
|
|
2162
|
-
color: var(--stateColors-
|
|
2163
|
-
}
|
|
2164
|
-
.\[\&_svg\]\:text-black svg {
|
|
2165
|
-
--tw-text-opacity: 1;
|
|
2166
|
-
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
2167
|
-
}
|
|
2168
|
-
.\[\&_svg\]\:text-buttonColors-primaryText svg {
|
|
2169
|
-
color: var(--buttonColors-primaryText);
|
|
2294
|
+
.\[\&_\*\]\:placeholder\:text-stateColors-error *::-moz-placeholder {
|
|
2295
|
+
color: var(--stateColors-error);
|
|
2170
2296
|
}
|
|
2171
|
-
.\[\&
|
|
2172
|
-
color: var(--
|
|
2297
|
+
.\[\&_\*\]\:placeholder\:text-stateColors-error *::placeholder {
|
|
2298
|
+
color: var(--stateColors-error);
|
|
2173
2299
|
}
|
|
2174
|
-
.\[\&
|
|
2175
|
-
color: var(--
|
|
2300
|
+
.\[\&_label\]\:focus-within\:\!text-stateColors-error:focus-within label {
|
|
2301
|
+
color: var(--stateColors-error) !important;
|
|
2176
2302
|
}
|
|
2177
|
-
.\[\&
|
|
2178
|
-
color: var(--
|
|
2303
|
+
.\[\&_label\]\:focus-within\:text-coreColors-brandColorPrimary:focus-within label {
|
|
2304
|
+
color: var(--coreColors-brandColorPrimary);
|
|
2179
2305
|
}
|
|
2180
|
-
|
|
2181
|
-
color:
|
|
2306
|
+
.\[\&_p\]\:text-stateColors-disabled p {
|
|
2307
|
+
color: var(--stateColors-disabled);
|
|
2182
2308
|
}
|
|
2183
2309
|
.active\:\[\&_svg\]\:text-stateColors-favorites svg:active {
|
|
2184
2310
|
color: var(--stateColors-favorites);
|