@salla.sa/twilight-components 1.0.157 → 1.0.159
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/loader.cjs.js
CHANGED
|
@@ -8,7 +8,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
8
8
|
const index = require('./index-b4140db0.js');
|
|
9
9
|
|
|
10
10
|
/*
|
|
11
|
-
Stencil Client Patch Esm v2.17.
|
|
11
|
+
Stencil Client Patch Esm v2.17.3 | MIT Licensed | https://stenciljs.com
|
|
12
12
|
*/
|
|
13
13
|
const patchEsm = () => {
|
|
14
14
|
return index.promiseResolve();
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
const index = require('./index-b4140db0.js');
|
|
7
7
|
|
|
8
8
|
/*
|
|
9
|
-
Stencil Client Patch Browser v2.17.
|
|
9
|
+
Stencil Client Patch Browser v2.17.3 | MIT Licensed | https://stenciljs.com
|
|
10
10
|
*/
|
|
11
11
|
const patchBrowser = () => {
|
|
12
12
|
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('twilight-components.cjs.js', document.baseURI).href));
|
package/dist/esm/loader.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { p as promiseResolve, b as bootstrapLazy } from './index-20b84fd0.js';
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
|
-
Stencil Client Patch Esm v2.17.
|
|
7
|
+
Stencil Client Patch Esm v2.17.3 | MIT Licensed | https://stenciljs.com
|
|
8
8
|
*/
|
|
9
9
|
const patchEsm = () => {
|
|
10
10
|
return promiseResolve();
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { p as promiseResolve, b as bootstrapLazy } from './index-20b84fd0.js';
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
|
-
Stencil Client Patch Browser v2.17.
|
|
7
|
+
Stencil Client Patch Browser v2.17.3 | MIT Licensed | https://stenciljs.com
|
|
8
8
|
*/
|
|
9
9
|
const patchBrowser = () => {
|
|
10
10
|
const importMeta = import.meta.url;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
! tailwindcss v3.1.
|
|
2
|
+
! tailwindcss v3.1.7 | MIT License | https://tailwindcss.com
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
/*
|
|
@@ -1094,11 +1094,6 @@ video {
|
|
|
1094
1094
|
transition-duration: 150ms !important;
|
|
1095
1095
|
}
|
|
1096
1096
|
|
|
1097
|
-
.me-6 {
|
|
1098
|
-
-webkit-margin-end: 1.5rem !important;
|
|
1099
|
-
margin-inline-end: 1.5rem !important;
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
1097
|
.s-hidden {
|
|
1103
1098
|
display: none;
|
|
1104
1099
|
}
|
|
@@ -1190,14 +1185,20 @@ video {
|
|
|
1190
1185
|
--tw-border-opacity: 1;
|
|
1191
1186
|
border-color: rgb(209 213 219 / var(--tw-border-opacity));
|
|
1192
1187
|
color: var(--color-primary);
|
|
1193
|
-
-webkit-margin-end: 0.75rem;
|
|
1194
|
-
margin-inline-end: 0.75rem;
|
|
1195
1188
|
}
|
|
1196
1189
|
|
|
1197
1190
|
.s-branches-input:focus {
|
|
1198
1191
|
--tw-ring-color: var(--color-primary);
|
|
1199
1192
|
}
|
|
1200
1193
|
|
|
1194
|
+
[dir="ltr"] .s-branches-input {
|
|
1195
|
+
margin-right: 0.75rem;
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
[dir="rtl"] .s-branches-input {
|
|
1199
|
+
margin-left: 0.75rem;
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1201
1202
|
.s-branches-label {
|
|
1202
1203
|
display: flex;
|
|
1203
1204
|
flex-grow: 1;
|
|
@@ -1422,7 +1423,6 @@ video {
|
|
|
1422
1423
|
|
|
1423
1424
|
.s-button-outline:hover {
|
|
1424
1425
|
border-color: transparent;
|
|
1425
|
-
color: var(--color-primary-reverse);
|
|
1426
1426
|
}
|
|
1427
1427
|
|
|
1428
1428
|
.s-button-outline .s-button-loader:before {
|
|
@@ -1723,68 +1723,94 @@ video {
|
|
|
1723
1723
|
flex-direction: row;
|
|
1724
1724
|
}
|
|
1725
1725
|
|
|
1726
|
-
.s-button-loader-start.s-button-element {
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
-webkit-padding-start: 2.5rem;
|
|
1730
|
-
padding-inline-start: 2.5rem;
|
|
1726
|
+
[dir="ltr"] .s-button-loader-start.s-button-element {
|
|
1727
|
+
padding-right: 2rem;
|
|
1728
|
+
padding-left: 2.5rem;
|
|
1731
1729
|
}
|
|
1732
1730
|
|
|
1733
|
-
.s-button-loader-start
|
|
1734
|
-
|
|
1731
|
+
[dir="rtl"] .s-button-loader-start.s-button-element {
|
|
1732
|
+
padding-left: 2rem;
|
|
1733
|
+
padding-right: 2.5rem;
|
|
1735
1734
|
}
|
|
1736
1735
|
|
|
1737
|
-
[dir="
|
|
1738
|
-
right:
|
|
1736
|
+
[dir="ltr"] .s-button-loader-start.s-button-element {
|
|
1737
|
+
padding-right: 2rem;
|
|
1738
|
+
padding-left: 2.5rem;
|
|
1739
1739
|
}
|
|
1740
1740
|
|
|
1741
|
-
[dir="
|
|
1742
|
-
left:
|
|
1741
|
+
[dir="rtl"] .s-button-loader-start.s-button-element {
|
|
1742
|
+
padding-left: 2rem;
|
|
1743
|
+
padding-right: 2.5rem;
|
|
1743
1744
|
}
|
|
1744
1745
|
|
|
1745
1746
|
.s-button-loader-start .s-button-loader {
|
|
1746
1747
|
position: absolute;
|
|
1747
1748
|
}
|
|
1748
1749
|
|
|
1750
|
+
[dir="ltr"] .s-button-loader-start .s-button-loader {
|
|
1751
|
+
left: 0.5rem;
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1749
1754
|
[dir="rtl"] .s-button-loader-start .s-button-loader {
|
|
1750
1755
|
right: 0.5rem;
|
|
1751
1756
|
}
|
|
1752
1757
|
|
|
1758
|
+
.s-button-loader-start .s-button-loader {
|
|
1759
|
+
position: absolute;
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1753
1762
|
[dir="ltr"] .s-button-loader-start .s-button-loader {
|
|
1754
1763
|
left: 0.5rem;
|
|
1755
1764
|
}
|
|
1756
1765
|
|
|
1757
|
-
.s-button-loader-
|
|
1758
|
-
|
|
1759
|
-
padding-inline-start: 2rem;
|
|
1760
|
-
-webkit-padding-end: 2.5rem;
|
|
1761
|
-
padding-inline-end: 2.5rem;
|
|
1766
|
+
[dir="rtl"] .s-button-loader-start .s-button-loader {
|
|
1767
|
+
right: 0.5rem;
|
|
1762
1768
|
}
|
|
1763
1769
|
|
|
1764
|
-
.s-button-loader-end
|
|
1765
|
-
|
|
1770
|
+
[dir="ltr"] .s-button-loader-end.s-button-element {
|
|
1771
|
+
padding-left: 2rem;
|
|
1772
|
+
padding-right: 2.5rem;
|
|
1766
1773
|
}
|
|
1767
1774
|
|
|
1768
|
-
[dir="rtl"] .s-button-loader-end
|
|
1769
|
-
|
|
1775
|
+
[dir="rtl"] .s-button-loader-end.s-button-element {
|
|
1776
|
+
padding-right: 2rem;
|
|
1777
|
+
padding-left: 2.5rem;
|
|
1770
1778
|
}
|
|
1771
1779
|
|
|
1772
|
-
[dir="ltr"] .s-button-loader-end
|
|
1773
|
-
|
|
1780
|
+
[dir="ltr"] .s-button-loader-end.s-button-element {
|
|
1781
|
+
padding-left: 2rem;
|
|
1782
|
+
padding-right: 2.5rem;
|
|
1783
|
+
}
|
|
1784
|
+
|
|
1785
|
+
[dir="rtl"] .s-button-loader-end.s-button-element {
|
|
1786
|
+
padding-right: 2rem;
|
|
1787
|
+
padding-left: 2.5rem;
|
|
1774
1788
|
}
|
|
1775
1789
|
|
|
1776
1790
|
.s-button-loader-end .s-button-loader {
|
|
1777
1791
|
position: absolute;
|
|
1778
1792
|
}
|
|
1779
1793
|
|
|
1794
|
+
[dir="ltr"] .s-button-loader-end .s-button-loader {
|
|
1795
|
+
right: 0.5rem;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1780
1798
|
[dir="rtl"] .s-button-loader-end .s-button-loader {
|
|
1781
1799
|
left: 0.5rem;
|
|
1782
1800
|
}
|
|
1783
1801
|
|
|
1802
|
+
.s-button-loader-end .s-button-loader {
|
|
1803
|
+
position: absolute;
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1784
1806
|
[dir="ltr"] .s-button-loader-end .s-button-loader {
|
|
1785
1807
|
right: 0.5rem;
|
|
1786
1808
|
}
|
|
1787
1809
|
|
|
1810
|
+
[dir="rtl"] .s-button-loader-end .s-button-loader {
|
|
1811
|
+
left: 0.5rem;
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1788
1814
|
.s-button-loader-center .s-button-loader {
|
|
1789
1815
|
position: absolute;
|
|
1790
1816
|
top: 50%;
|
|
@@ -1864,8 +1890,14 @@ video {
|
|
|
1864
1890
|
font-weight: 500;
|
|
1865
1891
|
--tw-text-opacity: 1;
|
|
1866
1892
|
color: rgb(55 65 81 / var(--tw-text-opacity));
|
|
1867
|
-
|
|
1868
|
-
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
[dir="ltr"] .s-localization-modal-label {
|
|
1896
|
+
margin-left: 0.75rem;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
[dir="rtl"] .s-localization-modal-label {
|
|
1900
|
+
margin-right: 0.75rem;
|
|
1869
1901
|
}
|
|
1870
1902
|
|
|
1871
1903
|
.s-localization-modal-flag {
|
|
@@ -1920,6 +1952,15 @@ video {
|
|
|
1920
1952
|
flex: 1 1 0%;
|
|
1921
1953
|
align-items: center;
|
|
1922
1954
|
justify-content: space-between;
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1957
|
+
.s-login-modal-main-btn > :not([hidden]) ~ :not([hidden]) {
|
|
1958
|
+
--tw-space-x-reverse: 0;
|
|
1959
|
+
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
|
|
1960
|
+
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
|
+
.s-login-modal-main-btn {
|
|
1923
1964
|
border-radius: 0.375rem;
|
|
1924
1965
|
border-width: 1px;
|
|
1925
1966
|
--tw-border-opacity: 1;
|
|
@@ -1931,18 +1972,6 @@ video {
|
|
|
1931
1972
|
transition-property: all;
|
|
1932
1973
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1933
1974
|
transition-duration: 300ms;
|
|
1934
|
-
-webkit-padding-end: 1rem;
|
|
1935
|
-
padding-inline-end: 1rem;
|
|
1936
|
-
-webkit-padding-start: 1.25rem;
|
|
1937
|
-
padding-inline-start: 1.25rem;
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
|
-
.s-login-modal-main-btn > :not([hidden]) ~ :not([hidden]) {
|
|
1941
|
-
--tw-space-s-reverse: 0;
|
|
1942
|
-
-webkit-margin-end: calc(0.75rem * var(--tw-space-s-reverse));
|
|
1943
|
-
margin-inline-end: calc(0.75rem * var(--tw-space-s-reverse));
|
|
1944
|
-
-webkit-margin-start: calc(0.75rem * calc(1 - var(--tw-space-s-reverse)));
|
|
1945
|
-
margin-inline-start: calc(0.75rem * calc(1 - var(--tw-space-s-reverse)));
|
|
1946
1975
|
}
|
|
1947
1976
|
|
|
1948
1977
|
.s-login-modal-main-btn:hover {
|
|
@@ -1950,6 +1979,20 @@ video {
|
|
|
1950
1979
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1951
1980
|
}
|
|
1952
1981
|
|
|
1982
|
+
[dir="ltr"] .s-login-modal-main-btn {
|
|
1983
|
+
padding-right: 1rem;
|
|
1984
|
+
padding-left: 1.25rem;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
[dir="rtl"] .s-login-modal-main-btn > :not([hidden]) ~ :not([hidden]) {
|
|
1988
|
+
--tw-space-x-reverse: 1;
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
[dir="rtl"] .s-login-modal-main-btn {
|
|
1992
|
+
padding-left: 1rem;
|
|
1993
|
+
padding-right: 1.25rem;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1953
1996
|
.s-login-modal-main-btn-icon {
|
|
1954
1997
|
flex-shrink: 0;
|
|
1955
1998
|
background-color: var(--color-primary);
|
|
@@ -2168,17 +2211,17 @@ video {
|
|
|
2168
2211
|
transition-duration: 150ms;
|
|
2169
2212
|
}
|
|
2170
2213
|
|
|
2171
|
-
|
|
2172
|
-
|
|
2214
|
+
.s-modal-close:hover {
|
|
2215
|
+
--tw-text-opacity: 1;
|
|
2216
|
+
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
2173
2217
|
}
|
|
2174
2218
|
|
|
2175
2219
|
[dir="ltr"] .s-modal-close {
|
|
2176
2220
|
right: 1rem;
|
|
2177
2221
|
}
|
|
2178
2222
|
|
|
2179
|
-
.s-modal-close
|
|
2180
|
-
|
|
2181
|
-
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
2223
|
+
[dir="rtl"] .s-modal-close {
|
|
2224
|
+
left: 1rem;
|
|
2182
2225
|
}
|
|
2183
2226
|
|
|
2184
2227
|
@media (min-width: 640px) {
|
|
@@ -2186,13 +2229,13 @@ video {
|
|
|
2186
2229
|
top: 1.25rem;
|
|
2187
2230
|
}
|
|
2188
2231
|
|
|
2189
|
-
[dir="rtl"] .s-modal-close {
|
|
2190
|
-
left: 1.25rem;
|
|
2191
|
-
}
|
|
2192
|
-
|
|
2193
2232
|
[dir="ltr"] .s-modal-close {
|
|
2194
2233
|
right: 1.25rem;
|
|
2195
2234
|
}
|
|
2235
|
+
|
|
2236
|
+
[dir="rtl"] .s-modal-close {
|
|
2237
|
+
left: 1rem;
|
|
2238
|
+
}
|
|
2196
2239
|
}
|
|
2197
2240
|
|
|
2198
2241
|
.s-modal-header {
|
|
@@ -2206,7 +2249,7 @@ video {
|
|
|
2206
2249
|
}
|
|
2207
2250
|
|
|
2208
2251
|
.s-modal-header-inner {
|
|
2209
|
-
margin-bottom:
|
|
2252
|
+
margin-bottom: 1.25rem;
|
|
2210
2253
|
display: flex;
|
|
2211
2254
|
align-items: center;
|
|
2212
2255
|
}
|
|
@@ -2220,14 +2263,23 @@ video {
|
|
|
2220
2263
|
.s-modal-header-content {
|
|
2221
2264
|
display: flex;
|
|
2222
2265
|
flex-direction: column;
|
|
2223
|
-
|
|
2224
|
-
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
[dir="ltr"] .s-modal-header-content {
|
|
2269
|
+
padding-right: 2.5rem;
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
[dir="rtl"] .s-modal-header-content {
|
|
2273
|
+
padding-left: 2.5rem;
|
|
2225
2274
|
}
|
|
2226
2275
|
|
|
2227
2276
|
@media (min-width: 640px) {
|
|
2228
|
-
.s-modal-header-content {
|
|
2229
|
-
|
|
2230
|
-
|
|
2277
|
+
[dir="ltr"] .s-modal-header-content {
|
|
2278
|
+
padding-right: 0px;
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2281
|
+
[dir="rtl"] .s-modal-header-content {
|
|
2282
|
+
padding-left: 0px;
|
|
2231
2283
|
}
|
|
2232
2284
|
}
|
|
2233
2285
|
|
|
@@ -2259,8 +2311,14 @@ video {
|
|
|
2259
2311
|
line-height: 2.25rem;
|
|
2260
2312
|
--tw-text-opacity: 1;
|
|
2261
2313
|
color: rgb(156 163 175 / var(--tw-text-opacity));
|
|
2262
|
-
|
|
2263
|
-
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
[dir="ltr"] .s-modal-icon {
|
|
2317
|
+
margin-right: 0.5rem;
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
[dir="rtl"] .s-modal-icon {
|
|
2321
|
+
margin-left: 0.5rem;
|
|
2264
2322
|
}
|
|
2265
2323
|
|
|
2266
2324
|
@media (min-width: 640px) {
|
|
@@ -2270,8 +2328,14 @@ video {
|
|
|
2270
2328
|
margin-bottom: 1rem;
|
|
2271
2329
|
height: 5rem;
|
|
2272
2330
|
width: 5rem;
|
|
2273
|
-
|
|
2274
|
-
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
[dir="ltr"] .s-modal-icon {
|
|
2334
|
+
margin-right: 0px;
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
[dir="rtl"] .s-modal-icon {
|
|
2338
|
+
margin-left: 0px;
|
|
2275
2339
|
}
|
|
2276
2340
|
}
|
|
2277
2341
|
|
|
@@ -2351,7 +2415,6 @@ video {
|
|
|
2351
2415
|
border-bottom-left-radius: 0px;
|
|
2352
2416
|
--tw-bg-opacity: 1;
|
|
2353
2417
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2354
|
-
text-align: start;
|
|
2355
2418
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
2356
2419
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
2357
2420
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
@@ -2361,14 +2424,14 @@ video {
|
|
|
2361
2424
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2362
2425
|
}
|
|
2363
2426
|
|
|
2364
|
-
[dir="rtl"] .s-modal-body {
|
|
2365
|
-
text-align: right;
|
|
2366
|
-
}
|
|
2367
|
-
|
|
2368
2427
|
[dir="ltr"] .s-modal-body {
|
|
2369
2428
|
text-align: left;
|
|
2370
2429
|
}
|
|
2371
2430
|
|
|
2431
|
+
[dir="rtl"] .s-modal-body {
|
|
2432
|
+
text-align: right;
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2372
2435
|
@media (min-width: 640px) {
|
|
2373
2436
|
.s-modal-body {
|
|
2374
2437
|
margin-top: 2rem;
|
|
@@ -2525,6 +2588,7 @@ video {
|
|
|
2525
2588
|
display: inline-flex;
|
|
2526
2589
|
align-items: center;
|
|
2527
2590
|
justify-content: center;
|
|
2591
|
+
border-radius: 1.5rem;
|
|
2528
2592
|
--tw-bg-opacity: 1;
|
|
2529
2593
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
2530
2594
|
padding-top: 0.625rem;
|
|
@@ -2535,14 +2599,26 @@ video {
|
|
|
2535
2599
|
line-height: 1.25rem;
|
|
2536
2600
|
--tw-text-opacity: 1;
|
|
2537
2601
|
color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
2538
|
-
|
|
2539
|
-
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
[dir="ltr"] .s-offer-modal-badge {
|
|
2605
|
+
margin-left: 0.625rem;
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
[dir="rtl"] .s-offer-modal-badge {
|
|
2609
|
+
margin-left: 0.625rem;
|
|
2540
2610
|
}
|
|
2541
2611
|
|
|
2542
2612
|
.s-offer-modal-badge-icon {
|
|
2543
2613
|
font-weight: 500;
|
|
2544
|
-
|
|
2545
|
-
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
[dir="ltr"] .s-offer-modal-badge-icon {
|
|
2617
|
+
margin-left: 0.375rem;
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
[dir="rtl"] .s-offer-modal-badge-icon {
|
|
2621
|
+
margin-left: 0.375rem;
|
|
2546
2622
|
}
|
|
2547
2623
|
|
|
2548
2624
|
.s-offer-modal-badge-text {
|
|
@@ -2628,12 +2704,14 @@ video {
|
|
|
2628
2704
|
font-weight: 700;
|
|
2629
2705
|
}
|
|
2630
2706
|
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2707
|
+
@media (min-width: 640px) {
|
|
2708
|
+
[dir="ltr"] .s-offer-modal-product-price {
|
|
2709
|
+
margin-left: 0.5rem;
|
|
2710
|
+
}
|
|
2711
|
+
|
|
2712
|
+
[dir="rtl"] .s-offer-modal-product-price {
|
|
2713
|
+
margin-right: 0.5rem;
|
|
2714
|
+
}
|
|
2637
2715
|
}
|
|
2638
2716
|
|
|
2639
2717
|
@media (min-width: 768px) {
|
|
@@ -2703,9 +2781,12 @@ video {
|
|
|
2703
2781
|
}
|
|
2704
2782
|
|
|
2705
2783
|
@media (min-width: 640px) {
|
|
2706
|
-
.s-offer-modal-remember-label {
|
|
2707
|
-
|
|
2708
|
-
|
|
2784
|
+
[dir="ltr"] .s-offer-modal-remember-label {
|
|
2785
|
+
margin-left: 0.5rem;
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2788
|
+
[dir="rtl"] .s-offer-modal-remember-label {
|
|
2789
|
+
margin-right: 0.5rem;
|
|
2709
2790
|
}
|
|
2710
2791
|
}
|
|
2711
2792
|
|
|
@@ -2795,14 +2876,14 @@ video {
|
|
|
2795
2876
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
2796
2877
|
}
|
|
2797
2878
|
|
|
2798
|
-
[dir="rtl"] .s-offer-modal-next-btn {
|
|
2799
|
-
left: 0px;
|
|
2800
|
-
}
|
|
2801
|
-
|
|
2802
2879
|
[dir="ltr"] .s-offer-modal-next-btn {
|
|
2803
2880
|
right: 0px;
|
|
2804
2881
|
}
|
|
2805
2882
|
|
|
2883
|
+
[dir="rtl"] .s-offer-modal-next-btn {
|
|
2884
|
+
left: 0px;
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2806
2887
|
[dir='rtl'] .s-offer-modal-next-btn {
|
|
2807
2888
|
transform: scale(-1) translateX(100%) !important;
|
|
2808
2889
|
}
|
|
@@ -2816,14 +2897,14 @@ video {
|
|
|
2816
2897
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
2817
2898
|
}
|
|
2818
2899
|
|
|
2819
|
-
[dir="rtl"] .s-offer-modal-prev-btn {
|
|
2820
|
-
right: 0px;
|
|
2821
|
-
}
|
|
2822
|
-
|
|
2823
2900
|
[dir="ltr"] .s-offer-modal-prev-btn {
|
|
2824
2901
|
left: 0px;
|
|
2825
2902
|
}
|
|
2826
2903
|
|
|
2904
|
+
[dir="rtl"] .s-offer-modal-prev-btn {
|
|
2905
|
+
right: 0px;
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2827
2908
|
[dir='rtl'] .s-offer-modal-prev-btn {
|
|
2828
2909
|
transform: scale(-1) translateX(-100%) !important;
|
|
2829
2910
|
}
|
|
@@ -2876,7 +2957,6 @@ video {
|
|
|
2876
2957
|
.s-product-availability-label {
|
|
2877
2958
|
margin-bottom: 0.625rem;
|
|
2878
2959
|
display: block;
|
|
2879
|
-
text-align: start;
|
|
2880
2960
|
font-size: 0.875rem;
|
|
2881
2961
|
line-height: 1.25rem;
|
|
2882
2962
|
font-weight: 700;
|
|
@@ -2884,14 +2964,14 @@ video {
|
|
|
2884
2964
|
color: rgb(55 65 81 / var(--tw-text-opacity));
|
|
2885
2965
|
}
|
|
2886
2966
|
|
|
2887
|
-
[dir="rtl"] .s-product-availability-label {
|
|
2888
|
-
text-align: right;
|
|
2889
|
-
}
|
|
2890
|
-
|
|
2891
2967
|
[dir="ltr"] .s-product-availability-label {
|
|
2892
2968
|
text-align: left;
|
|
2893
2969
|
}
|
|
2894
2970
|
|
|
2971
|
+
[dir="rtl"] .s-product-availability-label {
|
|
2972
|
+
text-align: right;
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2895
2975
|
.s-product-availability-input {
|
|
2896
2976
|
height: 2.5rem;
|
|
2897
2977
|
width: 100%;
|
|
@@ -2927,11 +3007,13 @@ video {
|
|
|
2927
3007
|
}
|
|
2928
3008
|
|
|
2929
3009
|
.s-product-availability-footer > :not([hidden]) ~ :not([hidden]) {
|
|
2930
|
-
--tw-space-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
3010
|
+
--tw-space-x-reverse: 0;
|
|
3011
|
+
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
3012
|
+
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
[dir="rtl"] .s-product-availability-footer > :not([hidden]) ~ :not([hidden]) {
|
|
3016
|
+
--tw-space-x-reverse: 1;
|
|
2935
3017
|
}
|
|
2936
3018
|
|
|
2937
3019
|
.s-product-availability-footer-btn {
|
|
@@ -3046,15 +3128,20 @@ video {
|
|
|
3046
3128
|
--tw-translate-x: -50%;
|
|
3047
3129
|
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));
|
|
3048
3130
|
justify-content: center;
|
|
3049
|
-
text-align: center;
|
|
3050
3131
|
}
|
|
3051
3132
|
|
|
3052
3133
|
.s-rating-modal-dots > :not([hidden]) ~ :not([hidden]) {
|
|
3053
|
-
--tw-space-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3134
|
+
--tw-space-x-reverse: 0;
|
|
3135
|
+
margin-right: calc(0.375rem * var(--tw-space-x-reverse));
|
|
3136
|
+
margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
|
|
3137
|
+
}
|
|
3138
|
+
|
|
3139
|
+
.s-rating-modal-dots {
|
|
3140
|
+
text-align: center;
|
|
3141
|
+
}
|
|
3142
|
+
|
|
3143
|
+
[dir="rtl"] .s-rating-modal-dots > :not([hidden]) ~ :not([hidden]) {
|
|
3144
|
+
--tw-space-x-reverse: 1;
|
|
3058
3145
|
}
|
|
3059
3146
|
|
|
3060
3147
|
.s-rating-modal-step-dot {
|
|
@@ -3195,17 +3282,19 @@ video {
|
|
|
3195
3282
|
}
|
|
3196
3283
|
|
|
3197
3284
|
.s-rating-modal-product > :not([hidden]) ~ :not([hidden]) {
|
|
3198
|
-
--tw-space-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
-webkit-margin-start: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
|
|
3202
|
-
margin-inline-start: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
|
|
3285
|
+
--tw-space-x-reverse: 0;
|
|
3286
|
+
margin-right: calc(1.25rem * var(--tw-space-x-reverse));
|
|
3287
|
+
margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
|
|
3203
3288
|
}
|
|
3204
3289
|
|
|
3205
3290
|
.s-rating-modal-product:last-child {
|
|
3206
3291
|
margin-bottom: 0px;
|
|
3207
3292
|
}
|
|
3208
3293
|
|
|
3294
|
+
[dir="rtl"] .s-rating-modal-product > :not([hidden]) ~ :not([hidden]) {
|
|
3295
|
+
--tw-space-x-reverse: 1;
|
|
3296
|
+
}
|
|
3297
|
+
|
|
3209
3298
|
.s-rating-modal-product-img-wrap {
|
|
3210
3299
|
height: 3.5rem;
|
|
3211
3300
|
width: 5rem;
|
|
@@ -3383,6 +3472,11 @@ unicode {
|
|
|
3383
3472
|
line-height: 1.75rem;
|
|
3384
3473
|
}
|
|
3385
3474
|
|
|
3475
|
+
.s-rating-stars-mini {
|
|
3476
|
+
font-size: 0.75rem;
|
|
3477
|
+
line-height: 1rem;
|
|
3478
|
+
}
|
|
3479
|
+
|
|
3386
3480
|
.s-rating-stars-hovered {
|
|
3387
3481
|
--tw-text-opacity: 1;
|
|
3388
3482
|
color: rgb(251 191 36 / var(--tw-text-opacity));
|
|
@@ -3414,7 +3508,7 @@ unicode {
|
|
|
3414
3508
|
}
|
|
3415
3509
|
|
|
3416
3510
|
.s-search-container-open {
|
|
3417
|
-
max-height:
|
|
3511
|
+
max-height: 24rem;
|
|
3418
3512
|
border-radius: 0px !important;
|
|
3419
3513
|
}
|
|
3420
3514
|
|
|
@@ -3451,8 +3545,6 @@ unicode {
|
|
|
3451
3545
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
|
|
3452
3546
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3453
3547
|
transition-duration: 300ms;
|
|
3454
|
-
-webkit-padding-start: 2.5rem;
|
|
3455
|
-
padding-inline-start: 2.5rem;
|
|
3456
3548
|
}
|
|
3457
3549
|
|
|
3458
3550
|
.s-search-input:focus {
|
|
@@ -3461,6 +3553,14 @@ unicode {
|
|
|
3461
3553
|
--tw-ring-color: transparent;
|
|
3462
3554
|
}
|
|
3463
3555
|
|
|
3556
|
+
[dir="ltr"] .s-search-input {
|
|
3557
|
+
padding-left: 2.5rem;
|
|
3558
|
+
}
|
|
3559
|
+
|
|
3560
|
+
[dir="rtl"] .s-search-input {
|
|
3561
|
+
padding-right: 2.5rem;
|
|
3562
|
+
}
|
|
3563
|
+
|
|
3464
3564
|
@media (min-width: 640px) {
|
|
3465
3565
|
.s-search-input {
|
|
3466
3566
|
font-size: 0.875rem;
|
|
@@ -3478,14 +3578,14 @@ unicode {
|
|
|
3478
3578
|
color: rgb(156 163 175 / var(--tw-text-opacity));
|
|
3479
3579
|
}
|
|
3480
3580
|
|
|
3481
|
-
[dir="rtl"] .s-search-icon-wrap {
|
|
3482
|
-
right: 1rem;
|
|
3483
|
-
}
|
|
3484
|
-
|
|
3485
3581
|
[dir="ltr"] .s-search-icon-wrap {
|
|
3486
3582
|
left: 1rem;
|
|
3487
3583
|
}
|
|
3488
3584
|
|
|
3585
|
+
[dir="rtl"] .s-search-icon-wrap {
|
|
3586
|
+
right: 1rem;
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3489
3589
|
.s-search-spinner-loader {
|
|
3490
3590
|
display: block;
|
|
3491
3591
|
height: 1rem;
|
|
@@ -3612,14 +3712,23 @@ unicode {
|
|
|
3612
3712
|
.s-search-product-details {
|
|
3613
3713
|
flex: 1 1 0%;
|
|
3614
3714
|
padding-top: 0.25rem;
|
|
3615
|
-
|
|
3616
|
-
|
|
3715
|
+
}
|
|
3716
|
+
|
|
3717
|
+
[dir="ltr"] .s-search-product-details {
|
|
3718
|
+
padding-left: 1rem;
|
|
3719
|
+
}
|
|
3720
|
+
|
|
3721
|
+
[dir="rtl"] .s-search-product-details {
|
|
3722
|
+
padding-right: 1rem;
|
|
3617
3723
|
}
|
|
3618
3724
|
|
|
3619
3725
|
@media (min-width: 480px) {
|
|
3620
|
-
.s-search-product-details {
|
|
3621
|
-
|
|
3622
|
-
|
|
3726
|
+
[dir="ltr"] .s-search-product-details {
|
|
3727
|
+
padding-left: 1.25rem;
|
|
3728
|
+
}
|
|
3729
|
+
|
|
3730
|
+
[dir="rtl"] .s-search-product-details {
|
|
3731
|
+
padding-right: 1.25rem;
|
|
3623
3732
|
}
|
|
3624
3733
|
}
|
|
3625
3734
|
|
|
@@ -3826,7 +3935,7 @@ unicode {
|
|
|
3826
3935
|
|
|
3827
3936
|
.s-verify-back {
|
|
3828
3937
|
position: absolute;
|
|
3829
|
-
top: -
|
|
3938
|
+
top: -11rem;
|
|
3830
3939
|
display: flex;
|
|
3831
3940
|
height: 2.5rem;
|
|
3832
3941
|
width: 2.5rem;
|
|
@@ -3851,6 +3960,14 @@ unicode {
|
|
|
3851
3960
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
3852
3961
|
}
|
|
3853
3962
|
|
|
3963
|
+
[dir="ltr"] .s-verify-back {
|
|
3964
|
+
left: 0.625rem;
|
|
3965
|
+
}
|
|
3966
|
+
|
|
3967
|
+
[dir="rtl"] .s-verify-back {
|
|
3968
|
+
right: -0.625rem;
|
|
3969
|
+
}
|
|
3970
|
+
|
|
3854
3971
|
[dir='ltr'] .s-verify-back {
|
|
3855
3972
|
transform: scale(-1) !important;
|
|
3856
3973
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salla.sa/twilight-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.159",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Salla Team <support@salla.dev> (https://salla.dev)",
|
|
6
6
|
"bugs": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@stencil/react-output-target": "^0.3.1",
|
|
60
60
|
"@stencil/sass": "1.4.1",
|
|
61
61
|
"@stencil/vue-output-target": "^0.6.1",
|
|
62
|
-
"@types/jest": "^
|
|
62
|
+
"@types/jest": "^28.1.6",
|
|
63
63
|
"@types/puppeteer": "3.0.2",
|
|
64
64
|
"jest": "^27.4.5",
|
|
65
65
|
"jest-cli": "^27.4.5",
|