@tapcart/mobile-components 0.2.3 → 0.2.7

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.
Files changed (110) hide show
  1. package/dist/components/ui/accordion.d.ts +8 -0
  2. package/dist/components/ui/accordion.d.ts.map +1 -0
  3. package/dist/components/ui/accordion.js +34 -0
  4. package/dist/components/ui/alert-dialog.d.ts +21 -0
  5. package/dist/components/ui/alert-dialog.d.ts.map +1 -0
  6. package/dist/components/ui/alert-dialog.js +62 -0
  7. package/dist/components/ui/aspect-ratio.d.ts +5 -0
  8. package/dist/components/ui/aspect-ratio.d.ts.map +1 -0
  9. package/dist/components/ui/aspect-ratio.js +4 -0
  10. package/dist/components/ui/badge.d.ts +13 -0
  11. package/dist/components/ui/badge.d.ts.map +1 -0
  12. package/dist/components/ui/badge.js +34 -0
  13. package/dist/components/ui/button.d.ts +14 -0
  14. package/dist/components/ui/button.d.ts.map +1 -0
  15. package/dist/components/ui/button.js +56 -0
  16. package/dist/components/ui/carousel.d.ts +19 -0
  17. package/dist/components/ui/carousel.d.ts.map +1 -0
  18. package/dist/components/ui/carousel.js +112 -0
  19. package/dist/components/ui/checkbox.d.ts +18 -0
  20. package/dist/components/ui/checkbox.d.ts.map +1 -0
  21. package/dist/components/ui/checkbox.js +38 -0
  22. package/dist/components/ui/chip.d.ts +28 -0
  23. package/dist/components/ui/chip.d.ts.map +1 -0
  24. package/dist/components/ui/chip.js +66 -0
  25. package/dist/components/ui/container.d.ts +10 -0
  26. package/dist/components/ui/container.d.ts.map +1 -0
  27. package/dist/components/ui/container.js +26 -0
  28. package/dist/components/ui/drawer.d.ts +37 -0
  29. package/dist/components/ui/drawer.d.ts.map +1 -0
  30. package/dist/components/ui/drawer.js +63 -0
  31. package/dist/components/ui/favorite.d.ts +13 -0
  32. package/dist/components/ui/favorite.d.ts.map +1 -0
  33. package/dist/components/ui/favorite.js +35 -0
  34. package/dist/components/ui/grid.d.ts +14 -0
  35. package/dist/components/ui/grid.d.ts.map +1 -0
  36. package/dist/components/ui/grid.js +33 -0
  37. package/dist/components/ui/icon.d.ts +13 -0
  38. package/dist/components/ui/icon.d.ts.map +1 -0
  39. package/dist/components/ui/icon.js +50 -0
  40. package/dist/components/ui/input.d.ts +17 -0
  41. package/dist/components/ui/input.d.ts.map +1 -0
  42. package/dist/components/ui/input.js +35 -0
  43. package/dist/components/ui/label.d.ts +6 -0
  44. package/dist/components/ui/label.d.ts.map +1 -0
  45. package/dist/components/ui/label.js +24 -0
  46. package/dist/components/ui/money.d.ts +12 -0
  47. package/dist/components/ui/money.d.ts.map +1 -0
  48. package/dist/components/ui/money.js +30 -0
  49. package/dist/components/ui/price.d.ts +13 -0
  50. package/dist/components/ui/price.d.ts.map +1 -0
  51. package/dist/components/ui/price.js +9 -0
  52. package/dist/components/ui/product-card.d.ts +33 -0
  53. package/dist/components/ui/product-card.d.ts.map +1 -0
  54. package/dist/components/ui/product-card.js +40 -0
  55. package/dist/components/ui/radio-group.d.ts +21 -0
  56. package/dist/components/ui/radio-group.d.ts.map +1 -0
  57. package/dist/components/ui/radio-group.js +47 -0
  58. package/dist/components/ui/scroll-area.d.ts +9 -0
  59. package/dist/components/ui/scroll-area.d.ts.map +1 -0
  60. package/dist/components/ui/scroll-area.js +29 -0
  61. package/dist/components/ui/selectors.d.ts +30 -0
  62. package/dist/components/ui/selectors.d.ts.map +1 -0
  63. package/dist/components/ui/selectors.js +45 -0
  64. package/dist/components/ui/separator.d.ts +5 -0
  65. package/dist/components/ui/separator.d.ts.map +1 -0
  66. package/dist/components/ui/separator.js +22 -0
  67. package/dist/components/ui/skeleton.d.ts +13 -0
  68. package/dist/components/ui/skeleton.d.ts.map +1 -0
  69. package/dist/components/ui/skeleton.js +33 -0
  70. package/dist/components/ui/switch.d.ts +5 -0
  71. package/dist/components/ui/switch.d.ts.map +1 -0
  72. package/dist/components/ui/switch.js +22 -0
  73. package/dist/components/ui/tabs.d.ts +13 -0
  74. package/dist/components/ui/tabs.d.ts.map +1 -0
  75. package/dist/components/ui/tabs.js +96 -0
  76. package/dist/components/ui/text.d.ts +10 -0
  77. package/dist/components/ui/text.d.ts.map +1 -0
  78. package/dist/components/ui/text.js +33 -0
  79. package/dist/components/ui/toast.d.ts +20 -0
  80. package/dist/components/ui/toast.d.ts.map +1 -0
  81. package/dist/components/ui/toast.js +98 -0
  82. package/dist/components/ui/toaster.d.ts +6 -0
  83. package/dist/components/ui/toaster.d.ts.map +1 -0
  84. package/dist/components/ui/toaster.js +22 -0
  85. package/dist/components/ui/toggle-group.d.ts +13 -0
  86. package/dist/components/ui/toggle-group.d.ts.map +1 -0
  87. package/dist/components/ui/toggle-group.js +36 -0
  88. package/dist/components/ui/toggle.d.ts +13 -0
  89. package/dist/components/ui/toggle.d.ts.map +1 -0
  90. package/dist/components/ui/toggle.js +40 -0
  91. package/dist/components/ui/use-toast.d.ts +45 -0
  92. package/dist/components/ui/use-toast.d.ts.map +1 -0
  93. package/dist/components/ui/use-toast.js +112 -0
  94. package/dist/components/ui/video.d.ts +8 -0
  95. package/dist/components/ui/video.d.ts.map +1 -0
  96. package/dist/components/ui/video.js +22 -0
  97. package/dist/components/ui/wishlist.d.ts +12 -0
  98. package/dist/components/ui/wishlist.d.ts.map +1 -0
  99. package/dist/components/ui/wishlist.js +23 -0
  100. package/dist/index.d.ts +34 -0
  101. package/dist/index.d.ts.map +1 -0
  102. package/dist/index.js +34 -0
  103. package/dist/lib/utils.d.ts +6 -0
  104. package/dist/lib/utils.d.ts.map +1 -0
  105. package/dist/lib/utils.js +25 -0
  106. package/dist/styles.css +392 -145
  107. package/package.json +14 -8
  108. package/dist/index.d.mts +0 -221
  109. package/dist/index.mjs +0 -1003
  110. package/dist/index.mjs.map +0 -1
package/dist/styles.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
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-family by default.
110
- 2. Use the user's configured `mono` font-feature-settings by default.
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-feature-settings: normal; /* 2 */
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
- input:where([type='button']),
204
- input:where([type='reset']),
205
- input:where([type='submit']) {
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 */
@@ -433,6 +425,8 @@ video {
433
425
 
434
426
  --radius: 0.5rem;
435
427
 
428
+ --coreFonts-sfpro-roboto: "-apple-system", "Roboto", "sans-serif";
429
+
436
430
  --coreColors-pageColor: #ffffff;
437
431
  --coreColors-shadow: #000000;
438
432
  --coreColors-brandColorPrimary: #000000;
@@ -475,6 +469,9 @@ video {
475
469
  --stateColors-warning: #ffaf02ff;
476
470
  --stateColors-skeleton: #e3e3e3ff;
477
471
 
472
+ --productBadging-fill: #000000;
473
+ --productBadging-text: #fefefe;
474
+
478
475
  --productImage-aspectRatio: "2:3";
479
476
  --productImage-scaling: cover;
480
477
  --productImage-isCustom: "false";
@@ -558,10 +555,6 @@ video {
558
555
  --tw-backdrop-opacity: ;
559
556
  --tw-backdrop-saturate: ;
560
557
  --tw-backdrop-sepia: ;
561
- --tw-contain-size: ;
562
- --tw-contain-layout: ;
563
- --tw-contain-paint: ;
564
- --tw-contain-style: ;
565
558
  }
566
559
 
567
560
  ::backdrop {
@@ -612,10 +605,6 @@ video {
612
605
  --tw-backdrop-opacity: ;
613
606
  --tw-backdrop-saturate: ;
614
607
  --tw-backdrop-sepia: ;
615
- --tw-contain-size: ;
616
- --tw-contain-layout: ;
617
- --tw-contain-paint: ;
618
- --tw-contain-style: ;
619
608
  }
620
609
  .container {
621
610
  width: 100%;
@@ -647,12 +636,6 @@ video {
647
636
  .pointer-events-auto {
648
637
  pointer-events: auto;
649
638
  }
650
- .\!visible {
651
- visibility: visible !important;
652
- }
653
- .visible {
654
- visibility: visible;
655
- }
656
639
  .fixed {
657
640
  position: fixed;
658
641
  }
@@ -665,6 +648,10 @@ video {
665
648
  .inset-0 {
666
649
  inset: 0px;
667
650
  }
651
+ .inset-x-0 {
652
+ left: 0px;
653
+ right: 0px;
654
+ }
668
655
  .-bottom-12 {
669
656
  bottom: -3rem;
670
657
  }
@@ -677,12 +664,24 @@ video {
677
664
  .-top-12 {
678
665
  top: -3rem;
679
666
  }
667
+ .bottom-0 {
668
+ bottom: 0px;
669
+ }
670
+ .end-4 {
671
+ inset-inline-end: 1rem;
672
+ }
673
+ .left-0 {
674
+ left: 0px;
675
+ }
680
676
  .left-1\/2 {
681
677
  left: 50%;
682
678
  }
683
679
  .left-\[50\%\] {
684
680
  left: 50%;
685
681
  }
682
+ .right-0 {
683
+ right: 0px;
684
+ }
686
685
  .right-2 {
687
686
  right: 0.5rem;
688
687
  }
@@ -698,6 +697,9 @@ video {
698
697
  .top-2 {
699
698
  top: 0.5rem;
700
699
  }
700
+ .top-\[18px\] {
701
+ top: 18px;
702
+ }
701
703
  .top-\[50\%\] {
702
704
  top: 50%;
703
705
  }
@@ -710,6 +712,27 @@ video {
710
712
  .z-\[100\] {
711
713
  z-index: 100;
712
714
  }
715
+ .col-span-2 {
716
+ grid-column: span 2 / span 2;
717
+ }
718
+ .col-start-1 {
719
+ grid-column-start: 1;
720
+ }
721
+ .row-start-1 {
722
+ grid-row-start: 1;
723
+ }
724
+ .mx-4 {
725
+ margin-left: 1rem;
726
+ margin-right: 1rem;
727
+ }
728
+ .mx-auto {
729
+ margin-left: auto;
730
+ margin-right: auto;
731
+ }
732
+ .my-0 {
733
+ margin-top: 0px;
734
+ margin-bottom: 0px;
735
+ }
713
736
  .my-3 {
714
737
  margin-top: 0.75rem;
715
738
  margin-bottom: 0.75rem;
@@ -720,8 +743,8 @@ video {
720
743
  .-mt-4 {
721
744
  margin-top: -1rem;
722
745
  }
723
- .mb-4 {
724
- margin-bottom: 1rem;
746
+ .mb-2 {
747
+ margin-bottom: 0.5rem;
725
748
  }
726
749
  .ml-2 {
727
750
  margin-left: 0.5rem;
@@ -732,9 +755,21 @@ video {
732
755
  .mt-2 {
733
756
  margin-top: 0.5rem;
734
757
  }
758
+ .mt-auto {
759
+ margin-top: auto;
760
+ }
761
+ .line-clamp-2 {
762
+ overflow: hidden;
763
+ display: -webkit-box;
764
+ -webkit-box-orient: vertical;
765
+ -webkit-line-clamp: 2;
766
+ }
735
767
  .block {
736
768
  display: block;
737
769
  }
770
+ .inline {
771
+ display: inline;
772
+ }
738
773
  .flex {
739
774
  display: flex;
740
775
  }
@@ -744,6 +779,9 @@ video {
744
779
  .grid {
745
780
  display: grid;
746
781
  }
782
+ .aspect-square {
783
+ aspect-ratio: 1 / 1;
784
+ }
747
785
  .h-10 {
748
786
  height: 2.5rem;
749
787
  }
@@ -768,6 +806,9 @@ video {
768
806
  .h-6 {
769
807
  height: 1.5rem;
770
808
  }
809
+ .h-64 {
810
+ height: 16rem;
811
+ }
771
812
  .h-8 {
772
813
  height: 2rem;
773
814
  }
@@ -777,36 +818,66 @@ video {
777
818
  .h-\[1px\] {
778
819
  height: 1px;
779
820
  }
821
+ .h-\[2px\] {
822
+ height: 2px;
823
+ }
824
+ .h-\[42px\] {
825
+ height: 42px;
826
+ }
827
+ .h-\[4px\] {
828
+ height: 4px;
829
+ }
830
+ .h-auto {
831
+ height: auto;
832
+ }
780
833
  .h-full {
781
834
  height: 100%;
782
835
  }
783
836
  .max-h-screen {
784
837
  max-height: 100vh;
785
838
  }
839
+ .w-1\/2 {
840
+ width: 50%;
841
+ }
786
842
  .w-10 {
787
843
  width: 2.5rem;
788
844
  }
789
845
  .w-11 {
790
846
  width: 2.75rem;
791
847
  }
848
+ .w-14 {
849
+ width: 3.5rem;
850
+ }
851
+ .w-16 {
852
+ width: 4rem;
853
+ }
792
854
  .w-2 {
793
855
  width: 0.5rem;
794
856
  }
795
857
  .w-2\.5 {
796
858
  width: 0.625rem;
797
859
  }
860
+ .w-3\/4 {
861
+ width: 75%;
862
+ }
798
863
  .w-4 {
799
864
  width: 1rem;
800
865
  }
801
866
  .w-5 {
802
867
  width: 1.25rem;
803
868
  }
869
+ .w-6 {
870
+ width: 1.5rem;
871
+ }
804
872
  .w-8 {
805
873
  width: 2rem;
806
874
  }
807
875
  .w-\[1px\] {
808
876
  width: 1px;
809
877
  }
878
+ .w-\[40px\] {
879
+ width: 40px;
880
+ }
810
881
  .w-auto {
811
882
  width: auto;
812
883
  }
@@ -826,6 +897,9 @@ video {
826
897
  .flex-1 {
827
898
  flex: 1 1 0%;
828
899
  }
900
+ .flex-shrink-0 {
901
+ flex-shrink: 0;
902
+ }
829
903
  .shrink-0 {
830
904
  flex-shrink: 0;
831
905
  }
@@ -887,6 +961,9 @@ video {
887
961
  -moz-user-select: none;
888
962
  user-select: none;
889
963
  }
964
+ .resize {
965
+ resize: both;
966
+ }
890
967
  .grid-cols-1 {
891
968
  grid-template-columns: repeat(1, minmax(0, 1fr));
892
969
  }
@@ -899,6 +976,9 @@ video {
899
976
  .grid-cols-4 {
900
977
  grid-template-columns: repeat(4, minmax(0, 1fr));
901
978
  }
979
+ .grid-cols-\[auto\2c auto\2c 1fr\] {
980
+ grid-template-columns: auto auto 1fr;
981
+ }
902
982
  .flex-row {
903
983
  flex-direction: row;
904
984
  }
@@ -908,6 +988,12 @@ video {
908
988
  .flex-col-reverse {
909
989
  flex-direction: column-reverse;
910
990
  }
991
+ .flex-wrap {
992
+ flex-wrap: wrap;
993
+ }
994
+ .items-start {
995
+ align-items: flex-start;
996
+ }
911
997
  .items-center {
912
998
  align-items: center;
913
999
  }
@@ -920,6 +1006,9 @@ video {
920
1006
  .gap-1 {
921
1007
  gap: 0.25rem;
922
1008
  }
1009
+ .gap-2 {
1010
+ gap: 0.5rem;
1011
+ }
923
1012
  .gap-4 {
924
1013
  gap: 1rem;
925
1014
  }
@@ -930,54 +1019,94 @@ video {
930
1019
  .gap-y-\[7px\] {
931
1020
  row-gap: 7px;
932
1021
  }
933
- .space-x-2 > :not([hidden]) ~ :not([hidden]) {
934
- --tw-space-x-reverse: 0;
935
- margin-right: calc(0.5rem * var(--tw-space-x-reverse));
936
- margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
937
- }
938
- .space-x-4 > :not([hidden]) ~ :not([hidden]) {
939
- --tw-space-x-reverse: 0;
940
- margin-right: calc(1rem * var(--tw-space-x-reverse));
941
- margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
1022
+ .space-y-1 > :not([hidden]) ~ :not([hidden]) {
1023
+ --tw-space-y-reverse: 0;
1024
+ margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
1025
+ margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
942
1026
  }
943
1027
  .space-y-2 > :not([hidden]) ~ :not([hidden]) {
944
1028
  --tw-space-y-reverse: 0;
945
1029
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
946
1030
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
947
1031
  }
1032
+ .self-start {
1033
+ align-self: flex-start;
1034
+ }
948
1035
  .overflow-hidden {
949
1036
  overflow: hidden;
950
1037
  }
1038
+ .overflow-scroll {
1039
+ overflow: scroll;
1040
+ }
951
1041
  .overflow-x-auto {
952
1042
  overflow-x: auto;
953
1043
  }
1044
+ .overscroll-y-none {
1045
+ overscroll-behavior-y: none;
1046
+ }
954
1047
  .truncate {
955
1048
  overflow: hidden;
956
1049
  text-overflow: ellipsis;
957
1050
  white-space: nowrap;
958
1051
  }
1052
+ .text-ellipsis {
1053
+ text-overflow: ellipsis;
1054
+ }
959
1055
  .whitespace-nowrap {
960
1056
  white-space: nowrap;
961
1057
  }
962
1058
  .rounded {
963
1059
  border-radius: 0.25rem;
964
1060
  }
1061
+ .rounded-\[4px\] {
1062
+ border-radius: 4px;
1063
+ }
965
1064
  .rounded-\[inherit\] {
966
1065
  border-radius: inherit;
967
1066
  }
968
1067
  .rounded-full {
969
1068
  border-radius: 9999px;
970
1069
  }
1070
+ .rounded-lg {
1071
+ border-radius: var(--radius);
1072
+ }
971
1073
  .rounded-md {
972
1074
  border-radius: calc(var(--radius) - 2px);
973
1075
  }
974
1076
  .rounded-none {
975
1077
  border-radius: 0px;
976
1078
  }
1079
+ .rounded-sm {
1080
+ border-radius: calc(var(--radius) - 4px);
1081
+ }
977
1082
  .rounded-b-lg {
978
1083
  border-bottom-right-radius: var(--radius);
979
1084
  border-bottom-left-radius: var(--radius);
980
1085
  }
1086
+ .rounded-b-none {
1087
+ border-bottom-right-radius: 0px;
1088
+ border-bottom-left-radius: 0px;
1089
+ }
1090
+ .rounded-t-2xl {
1091
+ border-top-left-radius: 1rem;
1092
+ border-top-right-radius: 1rem;
1093
+ }
1094
+ .rounded-t-lg {
1095
+ border-top-left-radius: var(--radius);
1096
+ border-top-right-radius: var(--radius);
1097
+ }
1098
+ .rounded-bl {
1099
+ border-bottom-left-radius: 0.25rem;
1100
+ }
1101
+ .rounded-br {
1102
+ border-bottom-right-radius: 0.25rem;
1103
+ }
1104
+ .rounded-tl {
1105
+ border-top-left-radius: 0.25rem;
1106
+ }
1107
+ .rounded-tr {
1108
+ border-top-right-radius: 0.25rem;
1109
+ }
981
1110
  .border {
982
1111
  border-width: 1px;
983
1112
  }
@@ -1000,9 +1129,6 @@ video {
1000
1129
  .border-coreColors-dividingLines {
1001
1130
  border-color: var(--coreColors-dividingLines);
1002
1131
  }
1003
- .border-destructive {
1004
- border-color: hsl(var(--destructive));
1005
- }
1006
1132
  .border-input {
1007
1133
  border-color: hsl(var(--input));
1008
1134
  }
@@ -1037,26 +1163,35 @@ video {
1037
1163
  .bg-buttonColors-secondaryFill {
1038
1164
  background-color: var(--buttonColors-secondaryFill);
1039
1165
  }
1166
+ .bg-coreColors-brandColorPrimary {
1167
+ background-color: var(--coreColors-brandColorPrimary);
1168
+ }
1169
+ .bg-coreColors-dividingLines {
1170
+ background-color: var(--coreColors-dividingLines);
1171
+ }
1040
1172
  .bg-coreColors-inputBackground {
1041
1173
  background-color: var(--coreColors-inputBackground);
1042
1174
  }
1175
+ .bg-coreColors-modalBackground {
1176
+ background-color: var(--coreColors-modalBackground);
1177
+ }
1043
1178
  .bg-coreColors-pageColor {
1044
1179
  background-color: var(--coreColors-pageColor);
1045
1180
  }
1046
- .bg-destructive {
1047
- background-color: hsl(var(--destructive));
1181
+ .bg-productBadging-fill {
1182
+ background-color: var(--productBadging-fill);
1048
1183
  }
1049
- .bg-muted {
1050
- background-color: hsl(var(--muted));
1184
+ .bg-stateColors-error {
1185
+ background-color: var(--stateColors-error);
1051
1186
  }
1052
- .bg-primary {
1053
- background-color: hsl(var(--primary));
1187
+ .bg-stateColors-skeleton {
1188
+ background-color: var(--stateColors-skeleton);
1054
1189
  }
1055
- .bg-secondary {
1056
- background-color: hsl(var(--secondary));
1190
+ .bg-stateColors-success {
1191
+ background-color: var(--stateColors-success);
1057
1192
  }
1058
- .bg-stateColors-error {
1059
- background-color: var(--stateColors-error);
1193
+ .bg-stateColors-warning {
1194
+ background-color: var(--stateColors-warning);
1060
1195
  }
1061
1196
  .bg-transparent {
1062
1197
  background-color: transparent;
@@ -1065,12 +1200,41 @@ video {
1065
1200
  --tw-bg-opacity: 1;
1066
1201
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1067
1202
  }
1203
+ .bg-\[linear-gradient\(270deg\2c \#ffffff00_0\%\2c \#FFF_100\%\)\] {
1204
+ background-image: linear-gradient(270deg,#ffffff00 0%,#FFF 100%);
1205
+ }
1206
+ .bg-\[linear-gradient\(90deg\2c \#ffffff00_0\%\2c \#FFF_100\%\)\] {
1207
+ background-image: linear-gradient(90deg,#ffffff00 0%,#FFF 100%);
1208
+ }
1209
+ .bg-fade-left {
1210
+ background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
1211
+ }
1212
+ .bg-fade-right {
1213
+ background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
1214
+ }
1215
+ .fill-current {
1216
+ fill: currentColor;
1217
+ }
1218
+ .object-contain {
1219
+ -o-object-fit: contain;
1220
+ object-fit: contain;
1221
+ }
1222
+ .object-cover {
1223
+ -o-object-fit: cover;
1224
+ object-fit: cover;
1225
+ }
1226
+ .p-0 {
1227
+ padding: 0px;
1228
+ }
1068
1229
  .p-1 {
1069
1230
  padding: 0.25rem;
1070
1231
  }
1071
1232
  .p-2 {
1072
1233
  padding: 0.5rem;
1073
1234
  }
1235
+ .p-3 {
1236
+ padding: 0.75rem;
1237
+ }
1074
1238
  .p-4 {
1075
1239
  padding: 1rem;
1076
1240
  }
@@ -1080,6 +1244,10 @@ video {
1080
1244
  .p-\[1px\] {
1081
1245
  padding: 1px;
1082
1246
  }
1247
+ .px-1 {
1248
+ padding-left: 0.25rem;
1249
+ padding-right: 0.25rem;
1250
+ }
1083
1251
  .px-2 {
1084
1252
  padding-left: 0.5rem;
1085
1253
  padding-right: 0.5rem;
@@ -1108,13 +1276,13 @@ video {
1108
1276
  padding-left: 16px;
1109
1277
  padding-right: 16px;
1110
1278
  }
1111
- .py-0 {
1112
- padding-top: 0px;
1113
- padding-bottom: 0px;
1279
+ .py-1 {
1280
+ padding-top: 0.25rem;
1281
+ padding-bottom: 0.25rem;
1114
1282
  }
1115
- .py-0\.5 {
1116
- padding-top: 0.125rem;
1117
- padding-bottom: 0.125rem;
1283
+ .py-2 {
1284
+ padding-top: 0.5rem;
1285
+ padding-bottom: 0.5rem;
1118
1286
  }
1119
1287
  .py-3 {
1120
1288
  padding-top: 0.75rem;
@@ -1130,15 +1298,21 @@ video {
1130
1298
  .pb-4 {
1131
1299
  padding-bottom: 1rem;
1132
1300
  }
1301
+ .pb-8 {
1302
+ padding-bottom: 2rem;
1303
+ }
1133
1304
  .pl-4 {
1134
1305
  padding-left: 1rem;
1135
1306
  }
1136
- .pr-8 {
1137
- padding-right: 2rem;
1307
+ .pr-4 {
1308
+ padding-right: 1rem;
1138
1309
  }
1139
1310
  .pt-0 {
1140
1311
  padding-top: 0px;
1141
1312
  }
1313
+ .pt-12 {
1314
+ padding-top: 3rem;
1315
+ }
1142
1316
  .pt-4 {
1143
1317
  padding-top: 1rem;
1144
1318
  }
@@ -1148,9 +1322,8 @@ video {
1148
1322
  .text-center {
1149
1323
  text-align: center;
1150
1324
  }
1151
- .text-2xl {
1152
- font-size: 1.5rem;
1153
- line-height: 2rem;
1325
+ .font-sfpro-roboto {
1326
+ font-family: var(--coreFonts-sfpro-roboto);
1154
1327
  }
1155
1328
  .text-\[10px\] {
1156
1329
  font-size: 10px;
@@ -1158,9 +1331,14 @@ video {
1158
1331
  .text-\[12px\] {
1159
1332
  font-size: 12px;
1160
1333
  }
1161
- .text-base {
1162
- font-size: 1rem;
1163
- line-height: 1.5rem;
1334
+ .text-\[15px\] {
1335
+ font-size: 15px;
1336
+ }
1337
+ .text-\[18px\] {
1338
+ font-size: 18px;
1339
+ }
1340
+ .text-\[23px\] {
1341
+ font-size: 23px;
1164
1342
  }
1165
1343
  .text-lg {
1166
1344
  font-size: 1.125rem;
@@ -1170,10 +1348,6 @@ video {
1170
1348
  font-size: 0.875rem;
1171
1349
  line-height: 1.25rem;
1172
1350
  }
1173
- .text-xl {
1174
- font-size: 1.25rem;
1175
- line-height: 1.75rem;
1176
- }
1177
1351
  .text-xs {
1178
1352
  font-size: 0.75rem;
1179
1353
  line-height: 1rem;
@@ -1187,20 +1361,17 @@ video {
1187
1361
  .font-semibold {
1188
1362
  font-weight: 600;
1189
1363
  }
1190
- .leading-none {
1191
- line-height: 1;
1364
+ .leading-\[130\%\] {
1365
+ line-height: 130%;
1192
1366
  }
1193
- .text-\[\#121212\] {
1194
- --tw-text-opacity: 1;
1195
- color: rgb(18 18 18 / var(--tw-text-opacity));
1367
+ .leading-\[160\%\] {
1368
+ line-height: 160%;
1196
1369
  }
1197
- .text-\[\#727272\] {
1198
- --tw-text-opacity: 1;
1199
- color: rgb(114 114 114 / var(--tw-text-opacity));
1370
+ .leading-\[24px\] {
1371
+ line-height: 24px;
1200
1372
  }
1201
- .text-black {
1202
- --tw-text-opacity: 1;
1203
- color: rgb(0 0 0 / var(--tw-text-opacity));
1373
+ .leading-none {
1374
+ line-height: 1;
1204
1375
  }
1205
1376
  .text-buttonColors-destructiveText {
1206
1377
  color: var(--buttonColors-destructiveText);
@@ -1232,12 +1403,18 @@ video {
1232
1403
  .text-buttonColors-secondaryFill {
1233
1404
  color: var(--buttonColors-secondaryFill);
1234
1405
  }
1406
+ .text-buttonColors-secondaryOutline {
1407
+ color: var(--buttonColors-secondaryOutline);
1408
+ }
1235
1409
  .text-buttonColors-secondaryOutlineColor {
1236
1410
  color: var(--buttonColors-secondaryOutlineColor);
1237
1411
  }
1238
1412
  .text-buttonColors-secondaryOutlineEnabled {
1239
1413
  color: var(--buttonColors-secondaryOutlineEnabled);
1240
1414
  }
1415
+ .text-buttonColors-secondaryShadow {
1416
+ color: var(--buttonColors-secondaryShadow);
1417
+ }
1241
1418
  .text-buttonColors-secondaryShadowEnabled {
1242
1419
  color: var(--buttonColors-secondaryShadowEnabled);
1243
1420
  }
@@ -1280,11 +1457,8 @@ video {
1280
1457
  .text-coreColors-tabBar {
1281
1458
  color: var(--coreColors-tabBar);
1282
1459
  }
1283
- .text-destructive-foreground {
1284
- color: hsl(var(--destructive-foreground));
1285
- }
1286
- .text-foreground {
1287
- color: hsl(var(--foreground));
1460
+ .text-current {
1461
+ color: currentColor;
1288
1462
  }
1289
1463
  .text-foreground\/50 {
1290
1464
  color: hsl(var(--foreground) / 0.5);
@@ -1292,14 +1466,8 @@ video {
1292
1466
  .text-muted-foreground {
1293
1467
  color: hsl(var(--muted-foreground));
1294
1468
  }
1295
- .text-primary {
1296
- color: hsl(var(--primary));
1297
- }
1298
- .text-primary-foreground {
1299
- color: hsl(var(--primary-foreground));
1300
- }
1301
- .text-secondary-foreground {
1302
- color: hsl(var(--secondary-foreground));
1469
+ .text-productBadging-text {
1470
+ color: var(--productBadging-text);
1303
1471
  }
1304
1472
  .text-stateColors-disabled {
1305
1473
  color: var(--stateColors-disabled);
@@ -1335,7 +1503,7 @@ video {
1335
1503
  color: var(--textColors-priceText);
1336
1504
  }
1337
1505
  .text-textColors-primaryColor {
1338
- color: var(--textColors-primaryColor);
1506
+ color: var(--textColors-primaryColor, #121212ff);
1339
1507
  }
1340
1508
  .text-textColors-productTitle {
1341
1509
  color: var(--textColors-productTitle);
@@ -1344,11 +1512,14 @@ video {
1344
1512
  color: var(--textColors-salePriceText);
1345
1513
  }
1346
1514
  .text-textColors-secondaryColor {
1347
- color: var(--textColors-secondaryColor);
1515
+ color: var(--textColors-secondaryColor, #727272ff);
1348
1516
  }
1349
1517
  .text-textColors-strikethroughPriceText {
1350
1518
  color: var(--textColors-strikethroughPriceText);
1351
1519
  }
1520
+ .line-through {
1521
+ text-decoration-line: line-through;
1522
+ }
1352
1523
  .underline-offset-4 {
1353
1524
  text-underline-offset: 4px;
1354
1525
  }
@@ -1358,17 +1529,45 @@ video {
1358
1529
  .opacity-100 {
1359
1530
  opacity: 1;
1360
1531
  }
1361
- .opacity-90 {
1362
- opacity: 0.9;
1532
+ .shadow-\[0_0_6px_0_rgba\(17\2c 17\2c 17\2c 0\.16\)\] {
1533
+ --tw-shadow: 0 0 6px 0 rgba(17,17,17,0.16);
1534
+ --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
1535
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1363
1536
  }
1364
1537
  .shadow-lg {
1365
1538
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1366
1539
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1367
1540
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1368
1541
  }
1542
+ .shadow-buttonColors-primaryShadow {
1543
+ --tw-shadow-color: var(--buttonColors-primaryShadow);
1544
+ --tw-shadow: var(--tw-shadow-colored);
1545
+ }
1546
+ .shadow-buttonColors-secondaryShadow {
1547
+ --tw-shadow-color: var(--buttonColors-secondaryShadow);
1548
+ --tw-shadow: var(--tw-shadow-colored);
1549
+ }
1369
1550
  .outline {
1370
1551
  outline-style: solid;
1371
1552
  }
1553
+ .outline-1 {
1554
+ outline-width: 1px;
1555
+ }
1556
+ .outline-buttonColors-primaryOutline {
1557
+ outline-color: var(--buttonColors-primaryOutline);
1558
+ }
1559
+ .outline-buttonColors-secondaryOutline {
1560
+ outline-color: var(--buttonColors-secondaryOutline);
1561
+ }
1562
+ .outline-coreColors-brandColorPrimary {
1563
+ outline-color: var(--coreColors-brandColorPrimary);
1564
+ }
1565
+ .outline-coreColors-dividingLines {
1566
+ outline-color: var(--coreColors-dividingLines);
1567
+ }
1568
+ .outline-input {
1569
+ outline-color: hsl(var(--input));
1570
+ }
1372
1571
  .ring-0 {
1373
1572
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1374
1573
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
@@ -1403,6 +1602,9 @@ video {
1403
1602
  .duration-200 {
1404
1603
  transition-duration: 200ms;
1405
1604
  }
1605
+ .duration-300 {
1606
+ transition-duration: 300ms;
1607
+ }
1406
1608
  @keyframes enter {
1407
1609
 
1408
1610
  from {
@@ -1420,6 +1622,9 @@ video {
1420
1622
  .duration-200 {
1421
1623
  animation-duration: 200ms;
1422
1624
  }
1625
+ .duration-300 {
1626
+ animation-duration: 300ms;
1627
+ }
1423
1628
  /* Hide scrollbar for Chrome, Safari and Opera */
1424
1629
  .no-scrollbar *::-webkit-scrollbar {
1425
1630
  display: none;
@@ -1456,10 +1661,10 @@ video {
1456
1661
  color: var(--stateColors-error);
1457
1662
  }
1458
1663
  .placeholder\:text-textColors-secondaryColor::-moz-placeholder {
1459
- color: var(--textColors-secondaryColor);
1664
+ color: var(--textColors-secondaryColor, #727272ff);
1460
1665
  }
1461
1666
  .placeholder\:text-textColors-secondaryColor::placeholder {
1462
- color: var(--textColors-secondaryColor);
1667
+ color: var(--textColors-secondaryColor, #727272ff);
1463
1668
  }
1464
1669
  .placeholder-shown\:p-4:-moz-placeholder-shown {
1465
1670
  padding: 1rem;
@@ -1470,21 +1675,12 @@ video {
1470
1675
  .hover\:bg-accent:hover {
1471
1676
  background-color: hsl(var(--accent));
1472
1677
  }
1473
- .hover\:bg-destructive\/80:hover {
1474
- background-color: hsl(var(--destructive) / 0.8);
1475
- }
1476
1678
  .hover\:bg-muted:hover {
1477
1679
  background-color: hsl(var(--muted));
1478
1680
  }
1479
- .hover\:bg-primary\/80:hover {
1480
- background-color: hsl(var(--primary) / 0.8);
1481
- }
1482
1681
  .hover\:bg-secondary:hover {
1483
1682
  background-color: hsl(var(--secondary));
1484
1683
  }
1485
- .hover\:bg-secondary\/80:hover {
1486
- background-color: hsl(var(--secondary) / 0.8);
1487
- }
1488
1684
  .hover\:text-accent-foreground:hover {
1489
1685
  color: hsl(var(--accent-foreground));
1490
1686
  }
@@ -1547,6 +1743,9 @@ video {
1547
1743
  .active\:opacity-70:active {
1548
1744
  opacity: 0.7;
1549
1745
  }
1746
+ .active\:outline-coreColors-brandColorPrimary:active {
1747
+ outline-color: var(--coreColors-brandColorPrimary);
1748
+ }
1550
1749
  .disabled\:pointer-events-none:disabled {
1551
1750
  pointer-events: none;
1552
1751
  }
@@ -1562,6 +1761,9 @@ video {
1562
1761
  .disabled\:bg-stateColors-disabled:disabled {
1563
1762
  background-color: var(--stateColors-disabled);
1564
1763
  }
1764
+ .disabled\:bg-transparent:disabled {
1765
+ background-color: transparent;
1766
+ }
1565
1767
  .disabled\:text-stateColors-disabled:disabled {
1566
1768
  color: var(--stateColors-disabled);
1567
1769
  }
@@ -1571,6 +1773,9 @@ video {
1571
1773
  .group:hover .group-hover\:opacity-100 {
1572
1774
  opacity: 1;
1573
1775
  }
1776
+ .group:disabled .group-disabled\:text-stateColors-disabled {
1777
+ color: var(--stateColors-disabled);
1778
+ }
1574
1779
  .group.destructive .group-\[\.destructive\]\:border-muted\/40 {
1575
1780
  border-color: hsl(var(--muted) / 0.4);
1576
1781
  }
@@ -1671,12 +1876,18 @@ video {
1671
1876
  .data-\[icon\=true\]\:pr-10[data-icon=true] {
1672
1877
  padding-right: 2.5rem;
1673
1878
  }
1879
+ .data-\[error\=true\]\:text-stateColors-error[data-error=true] {
1880
+ color: var(--stateColors-error);
1881
+ }
1674
1882
  .data-\[state\=on\]\:text-accent-foreground[data-state=on] {
1675
1883
  color: hsl(var(--accent-foreground));
1676
1884
  }
1677
1885
  .data-\[swipe\=move\]\:transition-none[data-swipe=move] {
1678
1886
  transition-property: none;
1679
1887
  }
1888
+ .data-\[state\=open\]\:duration-500[data-state=open] {
1889
+ transition-duration: 500ms;
1890
+ }
1680
1891
  .data-\[state\=open\]\:animate-in[data-state=open] {
1681
1892
  animation-name: enter;
1682
1893
  animation-duration: 150ms;
@@ -1707,9 +1918,6 @@ video {
1707
1918
  .data-\[state\=closed\]\:fade-out-0[data-state=closed] {
1708
1919
  --tw-exit-opacity: 0;
1709
1920
  }
1710
- .data-\[state\=closed\]\:fade-out-80[data-state=closed] {
1711
- --tw-exit-opacity: 0.8;
1712
- }
1713
1921
  .data-\[state\=open\]\:fade-in-0[data-state=open] {
1714
1922
  --tw-enter-opacity: 0;
1715
1923
  }
@@ -1722,12 +1930,12 @@ video {
1722
1930
  .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
1723
1931
  --tw-exit-translate-x: -50%;
1724
1932
  }
1725
- .data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed] {
1726
- --tw-exit-translate-x: 100%;
1727
- }
1728
1933
  .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
1729
1934
  --tw-exit-translate-y: -48%;
1730
1935
  }
1936
+ .data-\[state\=closed\]\:slide-out-to-top-full[data-state=closed] {
1937
+ --tw-exit-translate-y: -100%;
1938
+ }
1731
1939
  .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
1732
1940
  --tw-enter-translate-x: -50%;
1733
1941
  }
@@ -1737,20 +1945,11 @@ video {
1737
1945
  .data-\[state\=open\]\:slide-in-from-top-full[data-state=open] {
1738
1946
  --tw-enter-translate-y: -100%;
1739
1947
  }
1948
+ .data-\[state\=open\]\:duration-500[data-state=open] {
1949
+ animation-duration: 500ms;
1950
+ }
1740
1951
  @media (min-width: 640px) {
1741
1952
 
1742
- .sm\:bottom-0 {
1743
- bottom: 0px;
1744
- }
1745
-
1746
- .sm\:right-0 {
1747
- right: 0px;
1748
- }
1749
-
1750
- .sm\:top-auto {
1751
- top: auto;
1752
- }
1753
-
1754
1953
  .sm\:mt-0 {
1755
1954
  margin-top: 0px;
1756
1955
  }
@@ -1759,10 +1958,6 @@ video {
1759
1958
  flex-direction: row;
1760
1959
  }
1761
1960
 
1762
- .sm\:flex-col {
1763
- flex-direction: column;
1764
- }
1765
-
1766
1961
  .sm\:justify-end {
1767
1962
  justify-content: flex-end;
1768
1963
  }
@@ -1780,21 +1975,73 @@ video {
1780
1975
  .sm\:text-left {
1781
1976
  text-align: left;
1782
1977
  }
1783
-
1784
- .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open] {
1785
- --tw-enter-translate-y: 100%;
1786
- }
1787
- }
1788
- @media (min-width: 768px) {
1789
-
1790
- .md\:max-w-\[420px\] {
1791
- max-width: 420px;
1792
- }
1793
1978
  }
1794
1979
  .\[\&\+label\]\:text-stateColors-error+label {
1795
1980
  color: var(--stateColors-error);
1796
1981
  }
1797
- .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
1982
+ .\[\&\>div\>button\]\:border-coreColors-brandColorPrimary>div>button {
1983
+ border-color: var(--coreColors-brandColorPrimary);
1984
+ }
1985
+ .\[\&\>p\]\:text-black>p {
1986
+ --tw-text-opacity: 1;
1987
+ color: rgb(0 0 0 / var(--tw-text-opacity));
1988
+ }
1989
+ .\[\&\>p\]\:text-buttonColors-primaryText>p {
1990
+ color: var(--buttonColors-primaryText);
1991
+ }
1992
+ .\[\&\>p\]\:text-buttonColors-secondaryText>p {
1993
+ color: var(--buttonColors-secondaryText);
1994
+ }
1995
+ .\[\&\>p\]\:text-coreColors-pageColor>p {
1996
+ color: var(--coreColors-pageColor);
1997
+ }
1998
+ .\[\&\>p\]\:text-stateColors-disabled>p {
1999
+ color: var(--stateColors-disabled);
2000
+ }
2001
+ .\[\&\>p\]\:text-textColors-primaryColor>p {
2002
+ color: var(--textColors-primaryColor, #121212ff);
2003
+ }
2004
+ .\[\&\>p\]\:text-textColors-secondaryColor>p {
2005
+ color: var(--textColors-secondaryColor, #727272ff);
2006
+ }
2007
+ .\[\&\>p\]\:\!line-through>p {
2008
+ text-decoration-line: line-through !important;
2009
+ }
2010
+ .hover\:\[\&\>p\]\:text-accent-foreground>p:hover {
2011
+ color: hsl(var(--accent-foreground));
2012
+ }
2013
+ .\[\&\[data-state\=open\]_svg\]\:rotate-180[data-state=open] svg {
1798
2014
  --tw-rotate: 180deg;
1799
2015
  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));
1800
2016
  }
2017
+ .\[\&_\*\]\:text-coreColors-pageColor * {
2018
+ color: var(--coreColors-pageColor);
2019
+ }
2020
+ .\[\&_\*\]\:text-textColors-primaryColor * {
2021
+ color: var(--textColors-primaryColor, #121212ff);
2022
+ }
2023
+ .\[\&_p\]\:text-stateColors-disabled p {
2024
+ color: var(--stateColors-disabled);
2025
+ }
2026
+ .\[\&_svg\]\:text-black svg {
2027
+ --tw-text-opacity: 1;
2028
+ color: rgb(0 0 0 / var(--tw-text-opacity));
2029
+ }
2030
+ .\[\&_svg\]\:text-buttonColors-primaryText svg {
2031
+ color: var(--buttonColors-primaryText);
2032
+ }
2033
+ .\[\&_svg\]\:text-buttonColors-secondaryText svg {
2034
+ color: var(--buttonColors-secondaryText);
2035
+ }
2036
+ .\[\&_svg\]\:text-coreColors-pageColor svg {
2037
+ color: var(--coreColors-pageColor);
2038
+ }
2039
+ .\[\&_svg\]\:text-textColors-primaryColor svg {
2040
+ color: var(--textColors-primaryColor, #121212ff);
2041
+ }
2042
+ .hover\:\[\&_svg\]\:text-accent-foreground svg:hover {
2043
+ color: hsl(var(--accent-foreground));
2044
+ }
2045
+ .active\:\[\&_svg\]\:text-stateColors-favorites svg:active {
2046
+ color: var(--stateColors-favorites);
2047
+ }