@salla.sa/twilight-components 1.0.58 → 1.0.61
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/cjs/{index-0b5b5867.js → index-543e387e.js} +293 -8
- package/dist/cjs/index.cjs.js +0 -11
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/salla-branches.cjs.entry.js +2 -2
- package/dist/cjs/salla-button.cjs.entry.js +2 -2
- package/dist/cjs/salla-conditional-fields.cjs.entry.js +17 -3
- package/dist/cjs/salla-infinite-scroll.cjs.entry.js +2 -2
- package/dist/cjs/salla-localization-modal.cjs.entry.js +2 -2
- package/dist/cjs/salla-login-modal.cjs.entry.js +199 -4
- package/dist/cjs/salla-modal_2.cjs.entry.js +87 -4
- package/dist/cjs/salla-offer-modal.cjs.entry.js +2 -2
- package/dist/cjs/salla-product-availability.cjs.entry.js +2 -2
- package/dist/cjs/salla-quantity-input.cjs.entry.js +9 -6
- package/dist/cjs/salla-rating-modal.cjs.entry.js +6 -56
- package/dist/cjs/salla-rating-stars.cjs.entry.js +80 -0
- package/dist/cjs/salla-tabby.cjs.entry.js +19 -0
- package/dist/cjs/salla-tamara.cjs.entry.js +19 -0
- package/dist/cjs/salla-tel-input.cjs.entry.js +2 -2
- package/dist/cjs/salla-verify-modal.cjs.entry.js +2 -2
- package/dist/cjs/twilight-components.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +5 -2
- package/dist/collection/components/salla-branches/salla-branches.css +1077 -0
- package/dist/collection/components/salla-button/salla-button.css +1077 -0
- package/dist/collection/components/salla-conditional-fields/salla-conditional-fields.js +16 -2
- package/dist/collection/components/salla-infinite-scroll/salla-infinite-scroll.css +1077 -0
- package/dist/collection/components/salla-localization-modal/salla-localization-modal.css +1077 -0
- package/dist/collection/components/salla-login-modal/salla-login-modal.css +1077 -0
- package/dist/collection/components/salla-modal/salla-modal.css +1077 -0
- package/dist/collection/components/salla-offer-modal/salla-offer-modal.css +1077 -0
- package/dist/collection/components/salla-product-availability/salla-product-availability.css +1077 -0
- package/dist/collection/components/salla-quantity-input/salla-quantity-input.js +8 -5
- package/dist/collection/components/salla-rating-modal/salla-rating-modal.css +1077 -0
- package/dist/collection/components/salla-rating-modal/salla-rating-modal.js +5 -59
- package/dist/collection/components/salla-rating-stars/salla-rating-stars.css +1089 -0
- package/dist/collection/components/salla-rating-stars/salla-rating-stars.js +137 -0
- package/dist/collection/components/salla-search/salla-search.css +1077 -0
- package/dist/collection/components/salla-tabby/salla-tabby.css +1117 -0
- package/dist/collection/components/salla-tabby/salla-tabby.js +14 -0
- package/dist/collection/components/salla-tamara/salla-tamara.css +1135 -0
- package/dist/collection/components/salla-tamara/salla-tamara.js +15 -0
- package/dist/collection/components/salla-tel-input/salla-tel-input.css +1290 -0
- package/dist/collection/components/salla-verify-modal/salla-verify-modal.css +1077 -0
- package/dist/collection/index.js +1 -2
- package/dist/components/Helper.js +23 -0
- package/dist/components/index.d.ts +26 -0
- package/dist/components/index.js +1 -0
- package/dist/components/salla-branches.d.ts +7 -0
- package/dist/components/salla-branches.js +90 -0
- package/dist/components/salla-button.d.ts +7 -0
- package/dist/components/salla-button.js +118 -0
- package/dist/components/salla-conditional-fields.d.ts +7 -0
- package/dist/components/salla-conditional-fields.js +89 -0
- package/dist/components/salla-infinite-scroll.d.ts +7 -0
- package/dist/components/salla-infinite-scroll.js +93 -0
- package/dist/components/salla-localization-modal.d.ts +7 -0
- package/dist/components/salla-localization-modal.js +116 -0
- package/dist/components/salla-login-modal.d.ts +7 -0
- package/dist/components/salla-login-modal.js +205 -0
- package/dist/components/salla-modal.d.ts +7 -0
- package/dist/components/salla-modal.js +152 -0
- package/dist/components/salla-offer-modal.d.ts +7 -0
- package/dist/components/salla-offer-modal.js +141 -0
- package/dist/components/salla-product-availability.d.ts +7 -0
- package/dist/components/salla-product-availability.js +114 -0
- package/dist/components/salla-quantity-input.d.ts +7 -0
- package/dist/components/salla-quantity-input.js +66 -0
- package/dist/components/salla-rating-modal.d.ts +7 -0
- package/dist/components/salla-rating-modal.js +178 -0
- package/dist/components/salla-rating-stars.d.ts +7 -0
- package/dist/components/salla-rating-stars.js +79 -0
- package/dist/components/salla-search.d.ts +7 -0
- package/dist/components/salla-search.js +91 -0
- package/dist/components/salla-tabby.d.ts +7 -0
- package/dist/components/salla-tabby.js +18 -0
- package/dist/components/salla-tamara.d.ts +7 -0
- package/dist/components/salla-tamara.js +19 -0
- package/dist/components/salla-tel-input.d.ts +7 -0
- package/dist/components/salla-tel-input.js +1477 -0
- package/dist/components/salla-verify-modal.d.ts +7 -0
- package/dist/components/salla-verify-modal.js +147 -0
- package/dist/esm/{index-8b97d225.js → index-2423ebcb.js} +293 -8
- package/dist/esm/index.js +1 -4
- package/dist/esm/loader.js +2 -2
- package/dist/esm/salla-branches.entry.js +2 -2
- package/dist/esm/salla-button.entry.js +2 -2
- package/dist/esm/salla-conditional-fields.entry.js +17 -3
- package/dist/esm/salla-infinite-scroll.entry.js +2 -2
- package/dist/esm/salla-localization-modal.entry.js +2 -2
- package/dist/esm/salla-login-modal.entry.js +202 -3
- package/dist/esm/salla-modal_2.entry.js +87 -4
- package/dist/esm/salla-offer-modal.entry.js +2 -2
- package/dist/esm/salla-product-availability.entry.js +2 -2
- package/dist/esm/salla-quantity-input.entry.js +9 -6
- package/dist/esm/salla-rating-modal.entry.js +6 -56
- package/dist/esm/salla-rating-stars.entry.js +76 -0
- package/dist/esm/salla-tabby.entry.js +15 -0
- package/dist/esm/salla-tamara.entry.js +15 -0
- package/dist/esm/salla-tel-input.entry.js +2 -2
- package/dist/esm/salla-verify-modal.entry.js +2 -2
- package/dist/esm/twilight-components.js +2 -2
- package/dist/twilight-components/index.esm.js +0 -1
- package/dist/twilight-components/p-01accdcd.entry.js +1 -0
- package/dist/twilight-components/p-0e85664f.entry.js +1 -0
- package/dist/twilight-components/p-0ee36dd8.entry.js +1 -0
- package/dist/twilight-components/p-1fb0ca8a.js +1 -0
- package/dist/twilight-components/p-1ffd27c4.entry.js +1 -0
- package/dist/twilight-components/p-2012882b.entry.js +1 -0
- package/dist/twilight-components/p-3d9fd3d3.entry.js +1 -0
- package/dist/twilight-components/p-5b2cdd7c.entry.js +1 -0
- package/dist/twilight-components/p-728bd268.entry.js +1 -0
- package/dist/twilight-components/p-72985a41.entry.js +1 -0
- package/dist/twilight-components/p-747f80df.entry.js +1 -0
- package/dist/twilight-components/p-81a7a676.entry.js +1 -0
- package/dist/twilight-components/p-880711d4.entry.js +1 -0
- package/dist/twilight-components/p-8dd742df.entry.js +1 -0
- package/dist/twilight-components/p-9642541b.entry.js +1 -0
- package/dist/twilight-components/p-a24588ab.entry.js +1 -0
- package/dist/twilight-components/p-e3cbda45.entry.js +1 -0
- package/dist/twilight-components/twilight-components.css +1 -1
- package/dist/twilight-components/twilight-components.esm.js +1 -1
- package/dist/types/components/salla-conditional-fields/salla-conditional-fields.d.ts +1 -0
- package/dist/types/components/salla-quantity-input/salla-quantity-input.d.ts +2 -1
- package/dist/types/components/salla-rating-modal/salla-rating-modal.d.ts +0 -3
- package/dist/types/components/salla-rating-stars/salla-rating-stars.d.ts +11 -0
- package/dist/types/components/salla-tabby/salla-tabby.d.ts +3 -0
- package/dist/types/components/salla-tamara/salla-tamara.d.ts +3 -0
- package/dist/types/components.d.ts +45 -0
- package/dist/types/index.d.ts +1 -2
- package/example/assets/images/star.png +0 -0
- package/example/dist/demo.js +47 -7
- package/example/dist/tailwind.css +161 -175
- package/example/dist/twilight.js +437 -2
- package/example/index.html +542 -288
- package/package.json +17 -10
- package/dist/cjs/salla-login-modal-02e4e65e.js +0 -204
- package/dist/cjs/salla-search-9d17eb96.js +0 -90
- package/dist/esm/salla-login-modal-7ad386c8.js +0 -202
- package/dist/esm/salla-search-ce45eb5b.js +0 -88
- package/dist/loader/cdn.js +0 -3
- package/dist/loader/index.cjs.js +0 -3
- package/dist/loader/index.d.ts +0 -13
- package/dist/loader/index.es2017.js +0 -3
- package/dist/loader/index.js +0 -4
- package/dist/loader/package.json +0 -10
- package/dist/twilight-components/p-1514ed09.js +0 -1
- package/dist/twilight-components/p-2a032b88.entry.js +0 -1
- package/dist/twilight-components/p-2f3f4cce.entry.js +0 -1
- package/dist/twilight-components/p-40693cd3.entry.js +0 -1
- package/dist/twilight-components/p-5d5b04ec.entry.js +0 -1
- package/dist/twilight-components/p-635c08a7.entry.js +0 -1
- package/dist/twilight-components/p-64977eab.entry.js +0 -1
- package/dist/twilight-components/p-6c928c14.entry.js +0 -1
- package/dist/twilight-components/p-79ab1ed9.entry.js +0 -1
- package/dist/twilight-components/p-7c4ba872.entry.js +0 -1
- package/dist/twilight-components/p-84936d9d.entry.js +0 -1
- package/dist/twilight-components/p-884a80ca.entry.js +0 -1
- package/dist/twilight-components/p-c51984d6.entry.js +0 -1
- package/dist/twilight-components/p-cb1c59a2.js +0 -1
- package/dist/twilight-components/p-ebd63ad4.js +0 -1
- package/dist/twilight-components/p-ee9d8563.entry.js +0 -1
|
@@ -797,8 +797,8 @@ video {
|
|
|
797
797
|
margin-bottom: 1rem;
|
|
798
798
|
}
|
|
799
799
|
|
|
800
|
-
.
|
|
801
|
-
margin-
|
|
800
|
+
.mb-8 {
|
|
801
|
+
margin-bottom: 2rem;
|
|
802
802
|
}
|
|
803
803
|
|
|
804
804
|
.block {
|
|
@@ -821,10 +821,6 @@ video {
|
|
|
821
821
|
display: none;
|
|
822
822
|
}
|
|
823
823
|
|
|
824
|
-
.h-5 {
|
|
825
|
-
height: 1.25rem;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
824
|
.h-8 {
|
|
829
825
|
height: 2rem;
|
|
830
826
|
}
|
|
@@ -837,10 +833,6 @@ video {
|
|
|
837
833
|
max-height: 3.5rem;
|
|
838
834
|
}
|
|
839
835
|
|
|
840
|
-
.w-5 {
|
|
841
|
-
width: 1.25rem;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
836
|
.w-8 {
|
|
845
837
|
width: 2rem;
|
|
846
838
|
}
|
|
@@ -889,6 +881,10 @@ video {
|
|
|
889
881
|
gap: 0.5rem;
|
|
890
882
|
}
|
|
891
883
|
|
|
884
|
+
.gap-3 {
|
|
885
|
+
gap: 0.75rem;
|
|
886
|
+
}
|
|
887
|
+
|
|
892
888
|
.gap-4 {
|
|
893
889
|
gap: 1rem;
|
|
894
890
|
}
|
|
@@ -906,10 +902,10 @@ video {
|
|
|
906
902
|
row-gap: 1.5rem;
|
|
907
903
|
}
|
|
908
904
|
|
|
909
|
-
.space-y-
|
|
905
|
+
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
|
|
910
906
|
--tw-space-y-reverse: 0;
|
|
911
|
-
margin-top: calc(
|
|
912
|
-
margin-bottom: calc(
|
|
907
|
+
margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
|
|
908
|
+
margin-bottom: calc(4rem * var(--tw-space-y-reverse));
|
|
913
909
|
}
|
|
914
910
|
|
|
915
911
|
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
@@ -1076,10 +1072,18 @@ video {
|
|
|
1076
1072
|
padding-bottom: 6rem;
|
|
1077
1073
|
}
|
|
1078
1074
|
|
|
1075
|
+
.pb-12 {
|
|
1076
|
+
padding-bottom: 3rem;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
1079
|
.pb-6 {
|
|
1080
1080
|
padding-bottom: 1.5rem;
|
|
1081
1081
|
}
|
|
1082
1082
|
|
|
1083
|
+
.text-center {
|
|
1084
|
+
text-align: center;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1083
1087
|
.text-sm {
|
|
1084
1088
|
font-size: 0.875rem;
|
|
1085
1089
|
line-height: 1.25rem;
|
|
@@ -1125,9 +1129,9 @@ video {
|
|
|
1125
1129
|
color: rgba(24, 24, 27, var(--tw-text-opacity));
|
|
1126
1130
|
}
|
|
1127
1131
|
|
|
1128
|
-
.text-
|
|
1132
|
+
.text-gray-500 {
|
|
1129
1133
|
--tw-text-opacity: 1;
|
|
1130
|
-
color: rgba(
|
|
1134
|
+
color: rgba(113, 113, 122, var(--tw-text-opacity));
|
|
1131
1135
|
}
|
|
1132
1136
|
|
|
1133
1137
|
.text-gray-400 {
|
|
@@ -1135,11 +1139,6 @@ video {
|
|
|
1135
1139
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1136
1140
|
}
|
|
1137
1141
|
|
|
1138
|
-
.text-gray-500 {
|
|
1139
|
-
--tw-text-opacity: 1;
|
|
1140
|
-
color: rgba(113, 113, 122, var(--tw-text-opacity));
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
1142
|
.text-primary {
|
|
1144
1143
|
color: var(--color-main);
|
|
1145
1144
|
}
|
|
@@ -1169,6 +1168,12 @@ video {
|
|
|
1169
1168
|
--tw-ring-opacity: 0.05;
|
|
1170
1169
|
}
|
|
1171
1170
|
|
|
1171
|
+
.transition-colors {
|
|
1172
|
+
transition-property: background-color, border-color, color, fill, stroke;
|
|
1173
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1174
|
+
transition-duration: 150ms;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1172
1177
|
.s-hidden {
|
|
1173
1178
|
display: none;
|
|
1174
1179
|
}
|
|
@@ -1290,6 +1295,8 @@ video {
|
|
|
1290
1295
|
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
1291
1296
|
padding-left: 1rem;
|
|
1292
1297
|
padding-right: 1rem;
|
|
1298
|
+
font-size: 0.875rem;
|
|
1299
|
+
line-height: 1.25rem;
|
|
1293
1300
|
transition-property: background-color, border-color, color, fill, stroke;
|
|
1294
1301
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1295
1302
|
transition-duration: 150ms;
|
|
@@ -1298,14 +1305,6 @@ video {
|
|
|
1298
1305
|
|
|
1299
1306
|
.s-branches-select:focus {
|
|
1300
1307
|
border-color: var(--color-main);
|
|
1301
|
-
--tw-ring-color: transparent;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
@media (min-width: 640px) {
|
|
1305
|
-
.s-branches-select {
|
|
1306
|
-
font-size: 0.875rem;
|
|
1307
|
-
line-height: 1.25rem;
|
|
1308
|
-
}
|
|
1309
1308
|
}
|
|
1310
1309
|
|
|
1311
1310
|
.s-branches-space-v > :not([hidden]) ~ :not([hidden]) {
|
|
@@ -1812,6 +1811,8 @@ video {
|
|
|
1812
1811
|
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
1813
1812
|
padding-left: 1rem;
|
|
1814
1813
|
padding-right: 1rem;
|
|
1814
|
+
font-size: 0.875rem;
|
|
1815
|
+
line-height: 1.25rem;
|
|
1815
1816
|
--tw-text-opacity: 1;
|
|
1816
1817
|
color: rgba(113, 113, 122, var(--tw-text-opacity));
|
|
1817
1818
|
transition-property: background-color, border-color, color, fill, stroke;
|
|
@@ -1822,14 +1823,6 @@ video {
|
|
|
1822
1823
|
|
|
1823
1824
|
.s-localization-modal-select:focus {
|
|
1824
1825
|
border-color: var(--color-main);
|
|
1825
|
-
--tw-ring-color: transparent;
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
|
-
@media (min-width: 640px) {
|
|
1829
|
-
.s-localization-modal-select {
|
|
1830
|
-
font-size: 0.875rem;
|
|
1831
|
-
line-height: 1.25rem;
|
|
1832
|
-
}
|
|
1833
1826
|
}
|
|
1834
1827
|
|
|
1835
1828
|
.s-login-modal-sub-title {
|
|
@@ -1852,7 +1845,7 @@ video {
|
|
|
1852
1845
|
border-radius: 0.375rem;
|
|
1853
1846
|
border-width: 1px;
|
|
1854
1847
|
--tw-border-opacity: 1;
|
|
1855
|
-
border-color: rgba(
|
|
1848
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
1856
1849
|
--tw-bg-opacity: 1;
|
|
1857
1850
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
1858
1851
|
padding-top: 1.25rem;
|
|
@@ -1922,23 +1915,24 @@ video {
|
|
|
1922
1915
|
}
|
|
1923
1916
|
|
|
1924
1917
|
.s-login-modal-input {
|
|
1925
|
-
-
|
|
1926
|
-
-moz-appearance: none;
|
|
1927
|
-
appearance: none;
|
|
1918
|
+
margin-bottom: 1rem;
|
|
1928
1919
|
height: 2.5rem;
|
|
1929
1920
|
width: 100%;
|
|
1930
1921
|
border-radius: 0.375rem;
|
|
1922
|
+
border-width: 1px;
|
|
1931
1923
|
--tw-border-opacity: 1;
|
|
1932
|
-
border-color: rgba(
|
|
1924
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
1925
|
+
padding-left: 0.5rem;
|
|
1926
|
+
padding-right: 0.5rem;
|
|
1927
|
+
font-size: 0.875rem;
|
|
1928
|
+
line-height: 1.25rem;
|
|
1933
1929
|
transition-property: background-color, border-color, color, fill, stroke;
|
|
1934
1930
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1935
1931
|
transition-duration: 150ms;
|
|
1936
|
-
transition-duration: 300ms;
|
|
1937
1932
|
}
|
|
1938
1933
|
|
|
1939
1934
|
.s-login-modal-input:focus {
|
|
1940
1935
|
border-color: var(--color-main);
|
|
1941
|
-
--tw-ring-color: transparent;
|
|
1942
1936
|
}
|
|
1943
1937
|
|
|
1944
1938
|
.dark .s-login-modal-input {
|
|
@@ -1948,57 +1942,6 @@ video {
|
|
|
1948
1942
|
background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
|
|
1949
1943
|
}
|
|
1950
1944
|
|
|
1951
|
-
.dark .s-login-modal-input:focus {
|
|
1952
|
-
border-color: var(--color-main);
|
|
1953
|
-
}
|
|
1954
|
-
|
|
1955
|
-
@media (min-width: 640px) {
|
|
1956
|
-
.s-login-modal-input {
|
|
1957
|
-
font-size: 0.875rem;
|
|
1958
|
-
line-height: 1.25rem;
|
|
1959
|
-
}
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
|
-
.s-login-modal-otp-input {
|
|
1963
|
-
height: 2.5rem;
|
|
1964
|
-
text-align: center;
|
|
1965
|
-
-webkit-appearance: none;
|
|
1966
|
-
-moz-appearance: none;
|
|
1967
|
-
appearance: none;
|
|
1968
|
-
height: 2.5rem;
|
|
1969
|
-
width: 100%;
|
|
1970
|
-
border-radius: 0.375rem;
|
|
1971
|
-
--tw-border-opacity: 1;
|
|
1972
|
-
border-color: rgba(238, 238, 238, var(--tw-border-opacity));
|
|
1973
|
-
transition-property: background-color, border-color, color, fill, stroke;
|
|
1974
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1975
|
-
transition-duration: 150ms;
|
|
1976
|
-
transition-duration: 300ms;
|
|
1977
|
-
}
|
|
1978
|
-
|
|
1979
|
-
.s-login-modal-otp-input:focus {
|
|
1980
|
-
border-color: var(--color-main);
|
|
1981
|
-
--tw-ring-color: transparent;
|
|
1982
|
-
}
|
|
1983
|
-
|
|
1984
|
-
.dark .s-login-modal-otp-input {
|
|
1985
|
-
--tw-border-opacity: 1;
|
|
1986
|
-
border-color: rgba(82, 82, 91, var(--tw-border-opacity));
|
|
1987
|
-
--tw-bg-opacity: 1;
|
|
1988
|
-
background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
|
|
1989
|
-
}
|
|
1990
|
-
|
|
1991
|
-
.dark .s-login-modal-otp-input:focus {
|
|
1992
|
-
border-color: var(--color-main);
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
@media (min-width: 640px) {
|
|
1996
|
-
.s-login-modal-otp-input {
|
|
1997
|
-
font-size: 0.875rem;
|
|
1998
|
-
line-height: 1.25rem;
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
|
-
|
|
2002
1945
|
.s-login-modal-link {
|
|
2003
1946
|
margin-top: 1.5rem;
|
|
2004
1947
|
display: block;
|
|
@@ -2244,9 +2187,9 @@ video {
|
|
|
2244
2187
|
border-width: 1px;
|
|
2245
2188
|
border-style: solid;
|
|
2246
2189
|
--tw-border-opacity: 1;
|
|
2247
|
-
border-color: rgba(
|
|
2248
|
-
font-size: 1.
|
|
2249
|
-
line-height:
|
|
2190
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
2191
|
+
font-size: 1.875rem;
|
|
2192
|
+
line-height: 2.25rem;
|
|
2250
2193
|
--tw-text-opacity: 1;
|
|
2251
2194
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
2252
2195
|
-webkit-margin-end: 0.5rem;
|
|
@@ -2519,6 +2462,16 @@ video {
|
|
|
2519
2462
|
width: 100%;
|
|
2520
2463
|
}
|
|
2521
2464
|
|
|
2465
|
+
@media (min-width: 768px) {
|
|
2466
|
+
.s-modal-full {
|
|
2467
|
+
height: calc(100% - 70px);
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
.s-modal-full {
|
|
2471
|
+
width: calc(100% - 70px);
|
|
2472
|
+
}
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2522
2475
|
.s-offer-modal-body {
|
|
2523
2476
|
margin-left: -2rem;
|
|
2524
2477
|
margin-right: -2rem;
|
|
@@ -2588,6 +2541,8 @@ video {
|
|
|
2588
2541
|
height: 8rem;
|
|
2589
2542
|
overflow: hidden;
|
|
2590
2543
|
border-radius: 0.375rem;
|
|
2544
|
+
--tw-bg-opacity: 1;
|
|
2545
|
+
background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
|
|
2591
2546
|
}
|
|
2592
2547
|
|
|
2593
2548
|
.s-offer-modal-product-image {
|
|
@@ -2616,6 +2571,9 @@ video {
|
|
|
2616
2571
|
line-height: 1.5rem;
|
|
2617
2572
|
line-height: 1.5rem;
|
|
2618
2573
|
color: var(--color-title);
|
|
2574
|
+
transition-property: background-color, border-color, color, fill, stroke;
|
|
2575
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2576
|
+
transition-duration: 150ms;
|
|
2619
2577
|
}
|
|
2620
2578
|
|
|
2621
2579
|
.s-offer-modal-product-name:hover {
|
|
@@ -2691,6 +2649,7 @@ video {
|
|
|
2691
2649
|
}
|
|
2692
2650
|
|
|
2693
2651
|
.s-offer-modal-remember-label {
|
|
2652
|
+
display: flex;
|
|
2694
2653
|
cursor: pointer;
|
|
2695
2654
|
font-size: 0.875rem;
|
|
2696
2655
|
line-height: 1.25rem;
|
|
@@ -2717,7 +2676,7 @@ video {
|
|
|
2717
2676
|
width: 1.5rem;
|
|
2718
2677
|
border-radius: 0.375rem;
|
|
2719
2678
|
--tw-border-opacity: 1;
|
|
2720
|
-
border-color: rgba(
|
|
2679
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
2721
2680
|
color: var(--color-main);
|
|
2722
2681
|
}
|
|
2723
2682
|
|
|
@@ -2870,20 +2829,24 @@ video {
|
|
|
2870
2829
|
}
|
|
2871
2830
|
|
|
2872
2831
|
.s-product-availability-input {
|
|
2832
|
+
margin-bottom: 1rem;
|
|
2873
2833
|
height: 2.5rem;
|
|
2874
2834
|
width: 100%;
|
|
2875
2835
|
border-radius: 0.375rem;
|
|
2836
|
+
border-width: 1px;
|
|
2876
2837
|
--tw-border-opacity: 1;
|
|
2877
|
-
border-color: rgba(
|
|
2838
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
2839
|
+
padding-left: 0.75rem;
|
|
2840
|
+
padding-right: 0.75rem;
|
|
2841
|
+
font-size: 0.875rem;
|
|
2842
|
+
line-height: 1.25rem;
|
|
2878
2843
|
transition-property: background-color, border-color, color, fill, stroke;
|
|
2879
2844
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2880
2845
|
transition-duration: 150ms;
|
|
2881
|
-
transition-duration: 300ms;
|
|
2882
2846
|
}
|
|
2883
2847
|
|
|
2884
2848
|
.s-product-availability-input:focus {
|
|
2885
2849
|
border-color: var(--color-main);
|
|
2886
|
-
--tw-ring-color: transparent;
|
|
2887
2850
|
}
|
|
2888
2851
|
|
|
2889
2852
|
.dark .s-product-availability-input {
|
|
@@ -2893,17 +2856,6 @@ video {
|
|
|
2893
2856
|
background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
|
|
2894
2857
|
}
|
|
2895
2858
|
|
|
2896
|
-
.dark .s-product-availability-input:focus {
|
|
2897
|
-
border-color: var(--color-main);
|
|
2898
|
-
}
|
|
2899
|
-
|
|
2900
|
-
@media (min-width: 640px) {
|
|
2901
|
-
.s-product-availability-input {
|
|
2902
|
-
font-size: 0.875rem;
|
|
2903
|
-
line-height: 1.25rem;
|
|
2904
|
-
}
|
|
2905
|
-
}
|
|
2906
|
-
|
|
2907
2859
|
.s-product-availability-footer {
|
|
2908
2860
|
display: flex;
|
|
2909
2861
|
justify-content: space-between;
|
|
@@ -2943,6 +2895,50 @@ video {
|
|
|
2943
2895
|
color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
|
|
2944
2896
|
}
|
|
2945
2897
|
|
|
2898
|
+
.s-quantity-input-container {
|
|
2899
|
+
display: flex;
|
|
2900
|
+
height: 2.5rem;
|
|
2901
|
+
align-items: stretch;
|
|
2902
|
+
border-radius: 0.375rem;
|
|
2903
|
+
border-width: 1px;
|
|
2904
|
+
font-size: 0.875rem;
|
|
2905
|
+
line-height: 1.25rem;
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
.s-quantity-input-input {
|
|
2909
|
+
width: 3rem;
|
|
2910
|
+
border-width: 1px;
|
|
2911
|
+
border-top-width: 0px;
|
|
2912
|
+
border-bottom-width: 0px;
|
|
2913
|
+
--tw-border-opacity: 1;
|
|
2914
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
2915
|
+
padding-left: 0.5rem;
|
|
2916
|
+
padding-right: 0.5rem;
|
|
2917
|
+
text-align: center;
|
|
2918
|
+
font-weight: 700;
|
|
2919
|
+
--tw-shadow: 0 0 #0000;
|
|
2920
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2921
|
+
}
|
|
2922
|
+
|
|
2923
|
+
.s-quantity-input-input:focus {
|
|
2924
|
+
--tw-border-opacity: 1;
|
|
2925
|
+
border-color: rgba(212, 212, 216, var(--tw-border-opacity));
|
|
2926
|
+
}
|
|
2927
|
+
|
|
2928
|
+
.s-quantity-input-button {
|
|
2929
|
+
width: 2.75rem;
|
|
2930
|
+
--tw-text-opacity: 1;
|
|
2931
|
+
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
2932
|
+
transition-property: background-color, border-color, color, fill, stroke;
|
|
2933
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2934
|
+
transition-duration: 150ms;
|
|
2935
|
+
transition-duration: 300ms;
|
|
2936
|
+
}
|
|
2937
|
+
|
|
2938
|
+
.s-quantity-input-button:hover {
|
|
2939
|
+
color: var(--color-main);
|
|
2940
|
+
}
|
|
2941
|
+
|
|
2946
2942
|
.s-rating-modal-wrapper {
|
|
2947
2943
|
margin-bottom: 2.5rem;
|
|
2948
2944
|
transition-property: all;
|
|
@@ -3156,7 +3152,10 @@ video {
|
|
|
3156
3152
|
.s-rating-modal-product-img {
|
|
3157
3153
|
height: 3.5rem;
|
|
3158
3154
|
width: 4.5rem;
|
|
3155
|
+
overflow: hidden;
|
|
3159
3156
|
border-radius: 0.375rem;
|
|
3157
|
+
--tw-bg-opacity: 1;
|
|
3158
|
+
background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
|
|
3160
3159
|
-o-object-fit: cover;
|
|
3161
3160
|
object-fit: cover;
|
|
3162
3161
|
}
|
|
@@ -3258,52 +3257,61 @@ video {
|
|
|
3258
3257
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
3259
3258
|
}
|
|
3260
3259
|
|
|
3261
|
-
.s-rating-modal-
|
|
3260
|
+
.s-rating-modal-stars-company {
|
|
3261
|
+
margin-bottom: 1.25rem;
|
|
3262
|
+
}
|
|
3263
|
+
|
|
3264
|
+
.s-rating-modal-stars-product {
|
|
3265
|
+
margin-bottom: 0.25rem;
|
|
3266
|
+
}
|
|
3267
|
+
|
|
3268
|
+
.s-rating-modal-bg-gray {
|
|
3269
|
+
--tw-bg-opacity: 1;
|
|
3270
|
+
background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
|
|
3271
|
+
}
|
|
3272
|
+
|
|
3273
|
+
.s-rating-modal-bg-primary {
|
|
3274
|
+
background-color: var(--color-main);
|
|
3275
|
+
}
|
|
3276
|
+
|
|
3277
|
+
.s-rating-stars-wrapper {
|
|
3278
|
+
display: inline-flex;
|
|
3279
|
+
}
|
|
3280
|
+
|
|
3281
|
+
.s-rating-stars-btn-star {
|
|
3262
3282
|
border-width: 0px;
|
|
3263
3283
|
padding-left: 0.125rem;
|
|
3264
3284
|
padding-right: 0.125rem;
|
|
3265
3285
|
--tw-text-opacity: 1;
|
|
3266
|
-
color: rgba(
|
|
3286
|
+
color: rgba(212, 212, 216, var(--tw-text-opacity));
|
|
3267
3287
|
transition-property: background-color, border-color, color, fill, stroke;
|
|
3268
3288
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3269
3289
|
transition-duration: 150ms;
|
|
3270
3290
|
}
|
|
3271
3291
|
|
|
3272
|
-
.s-rating-
|
|
3292
|
+
.s-rating-stars-large {
|
|
3273
3293
|
font-size: 1.5rem;
|
|
3274
3294
|
line-height: 2rem;
|
|
3275
3295
|
}
|
|
3276
3296
|
|
|
3277
|
-
.s-rating-
|
|
3297
|
+
.s-rating-stars-medium {
|
|
3278
3298
|
font-size: 1.25rem;
|
|
3279
3299
|
line-height: 1.75rem;
|
|
3280
3300
|
}
|
|
3281
3301
|
|
|
3282
|
-
.s-rating-
|
|
3283
|
-
|
|
3284
|
-
|
|
3302
|
+
.s-rating-stars-small {
|
|
3303
|
+
font-size: 1.125rem;
|
|
3304
|
+
line-height: 1.75rem;
|
|
3285
3305
|
}
|
|
3286
3306
|
|
|
3287
|
-
.s-rating-
|
|
3307
|
+
.s-rating-stars-hovered {
|
|
3288
3308
|
--tw-text-opacity: 1;
|
|
3289
3309
|
color: rgba(251, 191, 36, var(--tw-text-opacity));
|
|
3290
3310
|
}
|
|
3291
3311
|
|
|
3292
|
-
.s-rating-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
.s-rating-modal-stars-product {
|
|
3297
|
-
margin-bottom: 0.25rem;
|
|
3298
|
-
}
|
|
3299
|
-
|
|
3300
|
-
.s-rating-modal-bg-gray {
|
|
3301
|
-
--tw-bg-opacity: 1;
|
|
3302
|
-
background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
|
|
3303
|
-
}
|
|
3304
|
-
|
|
3305
|
-
.s-rating-modal-bg-primary {
|
|
3306
|
-
background-color: var(--color-main);
|
|
3312
|
+
.s-rating-stars-selected {
|
|
3313
|
+
--tw-text-opacity: 1;
|
|
3314
|
+
color: rgba(251, 191, 36, var(--tw-text-opacity));
|
|
3307
3315
|
}
|
|
3308
3316
|
|
|
3309
3317
|
.s-search-container {
|
|
@@ -3546,23 +3554,23 @@ video {
|
|
|
3546
3554
|
|
|
3547
3555
|
.s-tel-input-control {
|
|
3548
3556
|
margin-bottom: 1rem;
|
|
3549
|
-
-webkit-appearance: none;
|
|
3550
|
-
-moz-appearance: none;
|
|
3551
|
-
appearance: none;
|
|
3552
3557
|
height: 2.5rem;
|
|
3553
3558
|
width: 100%;
|
|
3554
3559
|
border-radius: 0.375rem;
|
|
3560
|
+
border-width: 1px;
|
|
3555
3561
|
--tw-border-opacity: 1;
|
|
3556
|
-
border-color: rgba(
|
|
3562
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
3563
|
+
padding-left: 0.5rem;
|
|
3564
|
+
padding-right: 0.5rem;
|
|
3565
|
+
font-size: 0.875rem;
|
|
3566
|
+
line-height: 1.25rem;
|
|
3557
3567
|
transition-property: background-color, border-color, color, fill, stroke;
|
|
3558
3568
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3559
3569
|
transition-duration: 150ms;
|
|
3560
|
-
transition-duration: 300ms;
|
|
3561
3570
|
}
|
|
3562
3571
|
|
|
3563
3572
|
.s-tel-input-control:focus {
|
|
3564
3573
|
border-color: var(--color-main);
|
|
3565
|
-
--tw-ring-color: transparent;
|
|
3566
3574
|
}
|
|
3567
3575
|
|
|
3568
3576
|
.dark .s-tel-input-control {
|
|
@@ -3572,17 +3580,6 @@ video {
|
|
|
3572
3580
|
background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
|
|
3573
3581
|
}
|
|
3574
3582
|
|
|
3575
|
-
.dark .s-tel-input-control:focus {
|
|
3576
|
-
border-color: var(--color-main);
|
|
3577
|
-
}
|
|
3578
|
-
|
|
3579
|
-
@media (min-width: 640px) {
|
|
3580
|
-
.s-tel-input-control {
|
|
3581
|
-
font-size: 0.875rem;
|
|
3582
|
-
line-height: 1.25rem;
|
|
3583
|
-
}
|
|
3584
|
-
}
|
|
3585
|
-
|
|
3586
3583
|
.s-tel-input-error-msg {
|
|
3587
3584
|
margin-bottom: 0.625rem;
|
|
3588
3585
|
display: block;
|
|
@@ -3638,29 +3635,23 @@ video {
|
|
|
3638
3635
|
}
|
|
3639
3636
|
|
|
3640
3637
|
.s-verify-modal-input {
|
|
3641
|
-
height: 2.5rem;
|
|
3642
|
-
-webkit-appearance: none;
|
|
3643
|
-
-moz-appearance: none;
|
|
3644
|
-
appearance: none;
|
|
3645
|
-
border-radius: 0.375rem;
|
|
3646
|
-
text-align: center;
|
|
3647
|
-
font-size: 1.125rem;
|
|
3648
|
-
line-height: 1.75rem;
|
|
3649
|
-
font-weight: 700;
|
|
3650
3638
|
height: 2.5rem;
|
|
3651
3639
|
width: 100%;
|
|
3652
3640
|
border-radius: 0.375rem;
|
|
3641
|
+
border-width: 1px;
|
|
3653
3642
|
--tw-border-opacity: 1;
|
|
3654
|
-
border-color: rgba(
|
|
3643
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
3644
|
+
padding-left: 0.5rem;
|
|
3645
|
+
padding-right: 0.5rem;
|
|
3646
|
+
font-size: 1.125rem;
|
|
3647
|
+
line-height: 1.75rem;
|
|
3655
3648
|
transition-property: background-color, border-color, color, fill, stroke;
|
|
3656
3649
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3657
3650
|
transition-duration: 150ms;
|
|
3658
|
-
transition-duration: 300ms;
|
|
3659
3651
|
}
|
|
3660
3652
|
|
|
3661
3653
|
.s-verify-modal-input:focus {
|
|
3662
3654
|
border-color: var(--color-main);
|
|
3663
|
-
--tw-ring-color: transparent;
|
|
3664
3655
|
}
|
|
3665
3656
|
|
|
3666
3657
|
.dark .s-verify-modal-input {
|
|
@@ -3670,17 +3661,6 @@ video {
|
|
|
3670
3661
|
background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
|
|
3671
3662
|
}
|
|
3672
3663
|
|
|
3673
|
-
.dark .s-verify-modal-input:focus {
|
|
3674
|
-
border-color: var(--color-main);
|
|
3675
|
-
}
|
|
3676
|
-
|
|
3677
|
-
@media (min-width: 640px) {
|
|
3678
|
-
.s-verify-modal-input {
|
|
3679
|
-
font-size: 0.875rem;
|
|
3680
|
-
line-height: 1.25rem;
|
|
3681
|
-
}
|
|
3682
|
-
}
|
|
3683
|
-
|
|
3684
3664
|
.s-verify-modal-footer {
|
|
3685
3665
|
text-align: center;
|
|
3686
3666
|
}
|
|
@@ -3691,6 +3671,8 @@ video {
|
|
|
3691
3671
|
}
|
|
3692
3672
|
|
|
3693
3673
|
.s-verify-modal-resend-message {
|
|
3674
|
+
font-size: 0.875rem;
|
|
3675
|
+
line-height: 1.25rem;
|
|
3694
3676
|
--tw-text-opacity: 1;
|
|
3695
3677
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
3696
3678
|
}
|
|
@@ -3744,6 +3726,10 @@ video {
|
|
|
3744
3726
|
background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
|
|
3745
3727
|
}
|
|
3746
3728
|
|
|
3729
|
+
.hover\:text-primary:hover {
|
|
3730
|
+
color: var(--color-main);
|
|
3731
|
+
}
|
|
3732
|
+
|
|
3747
3733
|
.hover\:text-gray-900:hover {
|
|
3748
3734
|
--tw-text-opacity: 1;
|
|
3749
3735
|
color: rgba(24, 24, 27, var(--tw-text-opacity));
|