@tapcart/mobile-components 0.2.4 → 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 +401 -145
  107. package/package.json +15 -8
  108. package/dist/index.d.mts +0 -221
  109. package/dist/index.mjs +0 -999
  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
  }
@@ -867,6 +941,15 @@ video {
867
941
  .animate-pulse {
868
942
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
869
943
  }
944
+ @keyframes spin {
945
+
946
+ to {
947
+ transform: rotate(360deg);
948
+ }
949
+ }
950
+ .animate-spin {
951
+ animation: spin 1s linear infinite;
952
+ }
870
953
  .cursor-pointer {
871
954
  cursor: pointer;
872
955
  }
@@ -878,6 +961,9 @@ video {
878
961
  -moz-user-select: none;
879
962
  user-select: none;
880
963
  }
964
+ .resize {
965
+ resize: both;
966
+ }
881
967
  .grid-cols-1 {
882
968
  grid-template-columns: repeat(1, minmax(0, 1fr));
883
969
  }
@@ -890,6 +976,9 @@ video {
890
976
  .grid-cols-4 {
891
977
  grid-template-columns: repeat(4, minmax(0, 1fr));
892
978
  }
979
+ .grid-cols-\[auto\2c auto\2c 1fr\] {
980
+ grid-template-columns: auto auto 1fr;
981
+ }
893
982
  .flex-row {
894
983
  flex-direction: row;
895
984
  }
@@ -899,6 +988,12 @@ video {
899
988
  .flex-col-reverse {
900
989
  flex-direction: column-reverse;
901
990
  }
991
+ .flex-wrap {
992
+ flex-wrap: wrap;
993
+ }
994
+ .items-start {
995
+ align-items: flex-start;
996
+ }
902
997
  .items-center {
903
998
  align-items: center;
904
999
  }
@@ -911,6 +1006,9 @@ video {
911
1006
  .gap-1 {
912
1007
  gap: 0.25rem;
913
1008
  }
1009
+ .gap-2 {
1010
+ gap: 0.5rem;
1011
+ }
914
1012
  .gap-4 {
915
1013
  gap: 1rem;
916
1014
  }
@@ -921,54 +1019,94 @@ video {
921
1019
  .gap-y-\[7px\] {
922
1020
  row-gap: 7px;
923
1021
  }
924
- .space-x-2 > :not([hidden]) ~ :not([hidden]) {
925
- --tw-space-x-reverse: 0;
926
- margin-right: calc(0.5rem * var(--tw-space-x-reverse));
927
- margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
928
- }
929
- .space-x-4 > :not([hidden]) ~ :not([hidden]) {
930
- --tw-space-x-reverse: 0;
931
- margin-right: calc(1rem * var(--tw-space-x-reverse));
932
- 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));
933
1026
  }
934
1027
  .space-y-2 > :not([hidden]) ~ :not([hidden]) {
935
1028
  --tw-space-y-reverse: 0;
936
1029
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
937
1030
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
938
1031
  }
1032
+ .self-start {
1033
+ align-self: flex-start;
1034
+ }
939
1035
  .overflow-hidden {
940
1036
  overflow: hidden;
941
1037
  }
1038
+ .overflow-scroll {
1039
+ overflow: scroll;
1040
+ }
942
1041
  .overflow-x-auto {
943
1042
  overflow-x: auto;
944
1043
  }
1044
+ .overscroll-y-none {
1045
+ overscroll-behavior-y: none;
1046
+ }
945
1047
  .truncate {
946
1048
  overflow: hidden;
947
1049
  text-overflow: ellipsis;
948
1050
  white-space: nowrap;
949
1051
  }
1052
+ .text-ellipsis {
1053
+ text-overflow: ellipsis;
1054
+ }
950
1055
  .whitespace-nowrap {
951
1056
  white-space: nowrap;
952
1057
  }
953
1058
  .rounded {
954
1059
  border-radius: 0.25rem;
955
1060
  }
1061
+ .rounded-\[4px\] {
1062
+ border-radius: 4px;
1063
+ }
956
1064
  .rounded-\[inherit\] {
957
1065
  border-radius: inherit;
958
1066
  }
959
1067
  .rounded-full {
960
1068
  border-radius: 9999px;
961
1069
  }
1070
+ .rounded-lg {
1071
+ border-radius: var(--radius);
1072
+ }
962
1073
  .rounded-md {
963
1074
  border-radius: calc(var(--radius) - 2px);
964
1075
  }
965
1076
  .rounded-none {
966
1077
  border-radius: 0px;
967
1078
  }
1079
+ .rounded-sm {
1080
+ border-radius: calc(var(--radius) - 4px);
1081
+ }
968
1082
  .rounded-b-lg {
969
1083
  border-bottom-right-radius: var(--radius);
970
1084
  border-bottom-left-radius: var(--radius);
971
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
+ }
972
1110
  .border {
973
1111
  border-width: 1px;
974
1112
  }
@@ -991,9 +1129,6 @@ video {
991
1129
  .border-coreColors-dividingLines {
992
1130
  border-color: var(--coreColors-dividingLines);
993
1131
  }
994
- .border-destructive {
995
- border-color: hsl(var(--destructive));
996
- }
997
1132
  .border-input {
998
1133
  border-color: hsl(var(--input));
999
1134
  }
@@ -1028,26 +1163,35 @@ video {
1028
1163
  .bg-buttonColors-secondaryFill {
1029
1164
  background-color: var(--buttonColors-secondaryFill);
1030
1165
  }
1166
+ .bg-coreColors-brandColorPrimary {
1167
+ background-color: var(--coreColors-brandColorPrimary);
1168
+ }
1169
+ .bg-coreColors-dividingLines {
1170
+ background-color: var(--coreColors-dividingLines);
1171
+ }
1031
1172
  .bg-coreColors-inputBackground {
1032
1173
  background-color: var(--coreColors-inputBackground);
1033
1174
  }
1175
+ .bg-coreColors-modalBackground {
1176
+ background-color: var(--coreColors-modalBackground);
1177
+ }
1034
1178
  .bg-coreColors-pageColor {
1035
1179
  background-color: var(--coreColors-pageColor);
1036
1180
  }
1037
- .bg-destructive {
1038
- background-color: hsl(var(--destructive));
1181
+ .bg-productBadging-fill {
1182
+ background-color: var(--productBadging-fill);
1039
1183
  }
1040
- .bg-muted {
1041
- background-color: hsl(var(--muted));
1184
+ .bg-stateColors-error {
1185
+ background-color: var(--stateColors-error);
1042
1186
  }
1043
- .bg-primary {
1044
- background-color: hsl(var(--primary));
1187
+ .bg-stateColors-skeleton {
1188
+ background-color: var(--stateColors-skeleton);
1045
1189
  }
1046
- .bg-secondary {
1047
- background-color: hsl(var(--secondary));
1190
+ .bg-stateColors-success {
1191
+ background-color: var(--stateColors-success);
1048
1192
  }
1049
- .bg-stateColors-error {
1050
- background-color: var(--stateColors-error);
1193
+ .bg-stateColors-warning {
1194
+ background-color: var(--stateColors-warning);
1051
1195
  }
1052
1196
  .bg-transparent {
1053
1197
  background-color: transparent;
@@ -1056,12 +1200,41 @@ video {
1056
1200
  --tw-bg-opacity: 1;
1057
1201
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1058
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
+ }
1059
1229
  .p-1 {
1060
1230
  padding: 0.25rem;
1061
1231
  }
1062
1232
  .p-2 {
1063
1233
  padding: 0.5rem;
1064
1234
  }
1235
+ .p-3 {
1236
+ padding: 0.75rem;
1237
+ }
1065
1238
  .p-4 {
1066
1239
  padding: 1rem;
1067
1240
  }
@@ -1071,6 +1244,10 @@ video {
1071
1244
  .p-\[1px\] {
1072
1245
  padding: 1px;
1073
1246
  }
1247
+ .px-1 {
1248
+ padding-left: 0.25rem;
1249
+ padding-right: 0.25rem;
1250
+ }
1074
1251
  .px-2 {
1075
1252
  padding-left: 0.5rem;
1076
1253
  padding-right: 0.5rem;
@@ -1099,13 +1276,13 @@ video {
1099
1276
  padding-left: 16px;
1100
1277
  padding-right: 16px;
1101
1278
  }
1102
- .py-0 {
1103
- padding-top: 0px;
1104
- padding-bottom: 0px;
1279
+ .py-1 {
1280
+ padding-top: 0.25rem;
1281
+ padding-bottom: 0.25rem;
1105
1282
  }
1106
- .py-0\.5 {
1107
- padding-top: 0.125rem;
1108
- padding-bottom: 0.125rem;
1283
+ .py-2 {
1284
+ padding-top: 0.5rem;
1285
+ padding-bottom: 0.5rem;
1109
1286
  }
1110
1287
  .py-3 {
1111
1288
  padding-top: 0.75rem;
@@ -1121,15 +1298,21 @@ video {
1121
1298
  .pb-4 {
1122
1299
  padding-bottom: 1rem;
1123
1300
  }
1301
+ .pb-8 {
1302
+ padding-bottom: 2rem;
1303
+ }
1124
1304
  .pl-4 {
1125
1305
  padding-left: 1rem;
1126
1306
  }
1127
- .pr-8 {
1128
- padding-right: 2rem;
1307
+ .pr-4 {
1308
+ padding-right: 1rem;
1129
1309
  }
1130
1310
  .pt-0 {
1131
1311
  padding-top: 0px;
1132
1312
  }
1313
+ .pt-12 {
1314
+ padding-top: 3rem;
1315
+ }
1133
1316
  .pt-4 {
1134
1317
  padding-top: 1rem;
1135
1318
  }
@@ -1139,9 +1322,8 @@ video {
1139
1322
  .text-center {
1140
1323
  text-align: center;
1141
1324
  }
1142
- .text-2xl {
1143
- font-size: 1.5rem;
1144
- line-height: 2rem;
1325
+ .font-sfpro-roboto {
1326
+ font-family: var(--coreFonts-sfpro-roboto);
1145
1327
  }
1146
1328
  .text-\[10px\] {
1147
1329
  font-size: 10px;
@@ -1149,9 +1331,14 @@ video {
1149
1331
  .text-\[12px\] {
1150
1332
  font-size: 12px;
1151
1333
  }
1152
- .text-base {
1153
- font-size: 1rem;
1154
- 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;
1155
1342
  }
1156
1343
  .text-lg {
1157
1344
  font-size: 1.125rem;
@@ -1161,10 +1348,6 @@ video {
1161
1348
  font-size: 0.875rem;
1162
1349
  line-height: 1.25rem;
1163
1350
  }
1164
- .text-xl {
1165
- font-size: 1.25rem;
1166
- line-height: 1.75rem;
1167
- }
1168
1351
  .text-xs {
1169
1352
  font-size: 0.75rem;
1170
1353
  line-height: 1rem;
@@ -1178,20 +1361,17 @@ video {
1178
1361
  .font-semibold {
1179
1362
  font-weight: 600;
1180
1363
  }
1181
- .leading-none {
1182
- line-height: 1;
1364
+ .leading-\[130\%\] {
1365
+ line-height: 130%;
1183
1366
  }
1184
- .text-\[\#121212\] {
1185
- --tw-text-opacity: 1;
1186
- color: rgb(18 18 18 / var(--tw-text-opacity));
1367
+ .leading-\[160\%\] {
1368
+ line-height: 160%;
1187
1369
  }
1188
- .text-\[\#727272\] {
1189
- --tw-text-opacity: 1;
1190
- color: rgb(114 114 114 / var(--tw-text-opacity));
1370
+ .leading-\[24px\] {
1371
+ line-height: 24px;
1191
1372
  }
1192
- .text-black {
1193
- --tw-text-opacity: 1;
1194
- color: rgb(0 0 0 / var(--tw-text-opacity));
1373
+ .leading-none {
1374
+ line-height: 1;
1195
1375
  }
1196
1376
  .text-buttonColors-destructiveText {
1197
1377
  color: var(--buttonColors-destructiveText);
@@ -1223,12 +1403,18 @@ video {
1223
1403
  .text-buttonColors-secondaryFill {
1224
1404
  color: var(--buttonColors-secondaryFill);
1225
1405
  }
1406
+ .text-buttonColors-secondaryOutline {
1407
+ color: var(--buttonColors-secondaryOutline);
1408
+ }
1226
1409
  .text-buttonColors-secondaryOutlineColor {
1227
1410
  color: var(--buttonColors-secondaryOutlineColor);
1228
1411
  }
1229
1412
  .text-buttonColors-secondaryOutlineEnabled {
1230
1413
  color: var(--buttonColors-secondaryOutlineEnabled);
1231
1414
  }
1415
+ .text-buttonColors-secondaryShadow {
1416
+ color: var(--buttonColors-secondaryShadow);
1417
+ }
1232
1418
  .text-buttonColors-secondaryShadowEnabled {
1233
1419
  color: var(--buttonColors-secondaryShadowEnabled);
1234
1420
  }
@@ -1271,11 +1457,8 @@ video {
1271
1457
  .text-coreColors-tabBar {
1272
1458
  color: var(--coreColors-tabBar);
1273
1459
  }
1274
- .text-destructive-foreground {
1275
- color: hsl(var(--destructive-foreground));
1276
- }
1277
- .text-foreground {
1278
- color: hsl(var(--foreground));
1460
+ .text-current {
1461
+ color: currentColor;
1279
1462
  }
1280
1463
  .text-foreground\/50 {
1281
1464
  color: hsl(var(--foreground) / 0.5);
@@ -1283,14 +1466,8 @@ video {
1283
1466
  .text-muted-foreground {
1284
1467
  color: hsl(var(--muted-foreground));
1285
1468
  }
1286
- .text-primary {
1287
- color: hsl(var(--primary));
1288
- }
1289
- .text-primary-foreground {
1290
- color: hsl(var(--primary-foreground));
1291
- }
1292
- .text-secondary-foreground {
1293
- color: hsl(var(--secondary-foreground));
1469
+ .text-productBadging-text {
1470
+ color: var(--productBadging-text);
1294
1471
  }
1295
1472
  .text-stateColors-disabled {
1296
1473
  color: var(--stateColors-disabled);
@@ -1326,7 +1503,7 @@ video {
1326
1503
  color: var(--textColors-priceText);
1327
1504
  }
1328
1505
  .text-textColors-primaryColor {
1329
- color: var(--textColors-primaryColor);
1506
+ color: var(--textColors-primaryColor, #121212ff);
1330
1507
  }
1331
1508
  .text-textColors-productTitle {
1332
1509
  color: var(--textColors-productTitle);
@@ -1335,11 +1512,14 @@ video {
1335
1512
  color: var(--textColors-salePriceText);
1336
1513
  }
1337
1514
  .text-textColors-secondaryColor {
1338
- color: var(--textColors-secondaryColor);
1515
+ color: var(--textColors-secondaryColor, #727272ff);
1339
1516
  }
1340
1517
  .text-textColors-strikethroughPriceText {
1341
1518
  color: var(--textColors-strikethroughPriceText);
1342
1519
  }
1520
+ .line-through {
1521
+ text-decoration-line: line-through;
1522
+ }
1343
1523
  .underline-offset-4 {
1344
1524
  text-underline-offset: 4px;
1345
1525
  }
@@ -1349,17 +1529,45 @@ video {
1349
1529
  .opacity-100 {
1350
1530
  opacity: 1;
1351
1531
  }
1352
- .opacity-90 {
1353
- 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);
1354
1536
  }
1355
1537
  .shadow-lg {
1356
1538
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1357
1539
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1358
1540
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1359
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
+ }
1360
1550
  .outline {
1361
1551
  outline-style: solid;
1362
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
+ }
1363
1571
  .ring-0 {
1364
1572
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1365
1573
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
@@ -1394,6 +1602,9 @@ video {
1394
1602
  .duration-200 {
1395
1603
  transition-duration: 200ms;
1396
1604
  }
1605
+ .duration-300 {
1606
+ transition-duration: 300ms;
1607
+ }
1397
1608
  @keyframes enter {
1398
1609
 
1399
1610
  from {
@@ -1411,6 +1622,9 @@ video {
1411
1622
  .duration-200 {
1412
1623
  animation-duration: 200ms;
1413
1624
  }
1625
+ .duration-300 {
1626
+ animation-duration: 300ms;
1627
+ }
1414
1628
  /* Hide scrollbar for Chrome, Safari and Opera */
1415
1629
  .no-scrollbar *::-webkit-scrollbar {
1416
1630
  display: none;
@@ -1447,10 +1661,10 @@ video {
1447
1661
  color: var(--stateColors-error);
1448
1662
  }
1449
1663
  .placeholder\:text-textColors-secondaryColor::-moz-placeholder {
1450
- color: var(--textColors-secondaryColor);
1664
+ color: var(--textColors-secondaryColor, #727272ff);
1451
1665
  }
1452
1666
  .placeholder\:text-textColors-secondaryColor::placeholder {
1453
- color: var(--textColors-secondaryColor);
1667
+ color: var(--textColors-secondaryColor, #727272ff);
1454
1668
  }
1455
1669
  .placeholder-shown\:p-4:-moz-placeholder-shown {
1456
1670
  padding: 1rem;
@@ -1461,21 +1675,12 @@ video {
1461
1675
  .hover\:bg-accent:hover {
1462
1676
  background-color: hsl(var(--accent));
1463
1677
  }
1464
- .hover\:bg-destructive\/80:hover {
1465
- background-color: hsl(var(--destructive) / 0.8);
1466
- }
1467
1678
  .hover\:bg-muted:hover {
1468
1679
  background-color: hsl(var(--muted));
1469
1680
  }
1470
- .hover\:bg-primary\/80:hover {
1471
- background-color: hsl(var(--primary) / 0.8);
1472
- }
1473
1681
  .hover\:bg-secondary:hover {
1474
1682
  background-color: hsl(var(--secondary));
1475
1683
  }
1476
- .hover\:bg-secondary\/80:hover {
1477
- background-color: hsl(var(--secondary) / 0.8);
1478
- }
1479
1684
  .hover\:text-accent-foreground:hover {
1480
1685
  color: hsl(var(--accent-foreground));
1481
1686
  }
@@ -1538,6 +1743,9 @@ video {
1538
1743
  .active\:opacity-70:active {
1539
1744
  opacity: 0.7;
1540
1745
  }
1746
+ .active\:outline-coreColors-brandColorPrimary:active {
1747
+ outline-color: var(--coreColors-brandColorPrimary);
1748
+ }
1541
1749
  .disabled\:pointer-events-none:disabled {
1542
1750
  pointer-events: none;
1543
1751
  }
@@ -1553,6 +1761,9 @@ video {
1553
1761
  .disabled\:bg-stateColors-disabled:disabled {
1554
1762
  background-color: var(--stateColors-disabled);
1555
1763
  }
1764
+ .disabled\:bg-transparent:disabled {
1765
+ background-color: transparent;
1766
+ }
1556
1767
  .disabled\:text-stateColors-disabled:disabled {
1557
1768
  color: var(--stateColors-disabled);
1558
1769
  }
@@ -1562,6 +1773,9 @@ video {
1562
1773
  .group:hover .group-hover\:opacity-100 {
1563
1774
  opacity: 1;
1564
1775
  }
1776
+ .group:disabled .group-disabled\:text-stateColors-disabled {
1777
+ color: var(--stateColors-disabled);
1778
+ }
1565
1779
  .group.destructive .group-\[\.destructive\]\:border-muted\/40 {
1566
1780
  border-color: hsl(var(--muted) / 0.4);
1567
1781
  }
@@ -1662,12 +1876,18 @@ video {
1662
1876
  .data-\[icon\=true\]\:pr-10[data-icon=true] {
1663
1877
  padding-right: 2.5rem;
1664
1878
  }
1879
+ .data-\[error\=true\]\:text-stateColors-error[data-error=true] {
1880
+ color: var(--stateColors-error);
1881
+ }
1665
1882
  .data-\[state\=on\]\:text-accent-foreground[data-state=on] {
1666
1883
  color: hsl(var(--accent-foreground));
1667
1884
  }
1668
1885
  .data-\[swipe\=move\]\:transition-none[data-swipe=move] {
1669
1886
  transition-property: none;
1670
1887
  }
1888
+ .data-\[state\=open\]\:duration-500[data-state=open] {
1889
+ transition-duration: 500ms;
1890
+ }
1671
1891
  .data-\[state\=open\]\:animate-in[data-state=open] {
1672
1892
  animation-name: enter;
1673
1893
  animation-duration: 150ms;
@@ -1698,9 +1918,6 @@ video {
1698
1918
  .data-\[state\=closed\]\:fade-out-0[data-state=closed] {
1699
1919
  --tw-exit-opacity: 0;
1700
1920
  }
1701
- .data-\[state\=closed\]\:fade-out-80[data-state=closed] {
1702
- --tw-exit-opacity: 0.8;
1703
- }
1704
1921
  .data-\[state\=open\]\:fade-in-0[data-state=open] {
1705
1922
  --tw-enter-opacity: 0;
1706
1923
  }
@@ -1713,12 +1930,12 @@ video {
1713
1930
  .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
1714
1931
  --tw-exit-translate-x: -50%;
1715
1932
  }
1716
- .data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed] {
1717
- --tw-exit-translate-x: 100%;
1718
- }
1719
1933
  .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
1720
1934
  --tw-exit-translate-y: -48%;
1721
1935
  }
1936
+ .data-\[state\=closed\]\:slide-out-to-top-full[data-state=closed] {
1937
+ --tw-exit-translate-y: -100%;
1938
+ }
1722
1939
  .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
1723
1940
  --tw-enter-translate-x: -50%;
1724
1941
  }
@@ -1728,20 +1945,11 @@ video {
1728
1945
  .data-\[state\=open\]\:slide-in-from-top-full[data-state=open] {
1729
1946
  --tw-enter-translate-y: -100%;
1730
1947
  }
1948
+ .data-\[state\=open\]\:duration-500[data-state=open] {
1949
+ animation-duration: 500ms;
1950
+ }
1731
1951
  @media (min-width: 640px) {
1732
1952
 
1733
- .sm\:bottom-0 {
1734
- bottom: 0px;
1735
- }
1736
-
1737
- .sm\:right-0 {
1738
- right: 0px;
1739
- }
1740
-
1741
- .sm\:top-auto {
1742
- top: auto;
1743
- }
1744
-
1745
1953
  .sm\:mt-0 {
1746
1954
  margin-top: 0px;
1747
1955
  }
@@ -1750,10 +1958,6 @@ video {
1750
1958
  flex-direction: row;
1751
1959
  }
1752
1960
 
1753
- .sm\:flex-col {
1754
- flex-direction: column;
1755
- }
1756
-
1757
1961
  .sm\:justify-end {
1758
1962
  justify-content: flex-end;
1759
1963
  }
@@ -1771,21 +1975,73 @@ video {
1771
1975
  .sm\:text-left {
1772
1976
  text-align: left;
1773
1977
  }
1774
-
1775
- .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open] {
1776
- --tw-enter-translate-y: 100%;
1777
- }
1778
- }
1779
- @media (min-width: 768px) {
1780
-
1781
- .md\:max-w-\[420px\] {
1782
- max-width: 420px;
1783
- }
1784
1978
  }
1785
1979
  .\[\&\+label\]\:text-stateColors-error+label {
1786
1980
  color: var(--stateColors-error);
1787
1981
  }
1788
- .\[\&\[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 {
1789
2014
  --tw-rotate: 180deg;
1790
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));
1791
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
+ }