lau-ecom-design-system 1.0.20 → 1.0.22
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/lau-ecom-design-system.esm.css +2 -0
- package/dist/lau-ecom-design-system.esm.js +980 -457
- package/dist/lau-ecom-design-system.min.css +2 -0
- package/dist/lau-ecom-design-system.min.js +1 -1
- package/dist/lau-ecom-design-system.ssr.css +2 -0
- package/dist/lau-ecom-design-system.ssr.js +936 -413
- package/dist/style.css +454 -56
- package/package.json +3 -2
- package/src/components/LauEcomDropdown/LauEcomDropdown.vue +10 -5
- package/src/components/LauEcomIcon/LauEcomUpcIconSearch.vue +39 -0
- package/src/components/LauEcomInput/LauEcomInput.vue +1 -1
- package/src/components/LauEcomInput2/LauEcomInput2.vue +207 -0
- package/src/components/LauEcomInputSearch/LauEcomInputSearch.vue +323 -0
package/dist/style.css
CHANGED
@@ -1115,57 +1115,58 @@ video {
|
|
1115
1115
|
display: none;
|
1116
1116
|
}
|
1117
1117
|
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
--social-whatsapp-60: #00ba37;
|
1157
|
-
--social-pink-70: #ff4b4b;
|
1158
|
-
--stroke-secondary-60: #482783;
|
1159
|
-
--stroke-secondary-70: #422377;
|
1160
|
-
--stroke-secondary-80: #331c5d;
|
1161
|
-
--link-60: #0042e9;
|
1162
|
-
--link-80: #0011af;
|
1118
|
+
.dsEcom-container {
|
1119
|
+
width: 100%;
|
1120
|
+
}
|
1121
|
+
|
1122
|
+
@media (min-width: 320px) {
|
1123
|
+
.dsEcom-container {
|
1124
|
+
max-width: 320px;
|
1125
|
+
}
|
1126
|
+
}
|
1127
|
+
|
1128
|
+
@media (min-width: 640px) {
|
1129
|
+
.dsEcom-container {
|
1130
|
+
max-width: 640px;
|
1131
|
+
}
|
1132
|
+
}
|
1133
|
+
|
1134
|
+
@media (min-width: 768px) {
|
1135
|
+
.dsEcom-container {
|
1136
|
+
max-width: 768px;
|
1137
|
+
}
|
1138
|
+
}
|
1139
|
+
|
1140
|
+
@media (min-width: 1024px) {
|
1141
|
+
.dsEcom-container {
|
1142
|
+
max-width: 1024px;
|
1143
|
+
}
|
1144
|
+
}
|
1145
|
+
|
1146
|
+
@media (min-width: 1280px) {
|
1147
|
+
.dsEcom-container {
|
1148
|
+
max-width: 1280px;
|
1149
|
+
}
|
1150
|
+
}
|
1151
|
+
|
1152
|
+
@media (min-width: 1536px) {
|
1153
|
+
.dsEcom-container {
|
1154
|
+
max-width: 1536px;
|
1155
|
+
}
|
1163
1156
|
}
|
1164
1157
|
|
1165
1158
|
.dsEcom-pointer-events-none {
|
1166
1159
|
pointer-events: none;
|
1167
1160
|
}
|
1168
1161
|
|
1162
|
+
.dsEcom-invisible {
|
1163
|
+
visibility: hidden;
|
1164
|
+
}
|
1165
|
+
|
1166
|
+
.dsEcom-fixed {
|
1167
|
+
position: fixed;
|
1168
|
+
}
|
1169
|
+
|
1169
1170
|
.dsEcom-absolute {
|
1170
1171
|
position: absolute;
|
1171
1172
|
}
|
@@ -1178,6 +1179,11 @@ video {
|
|
1178
1179
|
inset: 0px;
|
1179
1180
|
}
|
1180
1181
|
|
1182
|
+
.dsEcom-inset-y-0 {
|
1183
|
+
top: 0px;
|
1184
|
+
bottom: 0px;
|
1185
|
+
}
|
1186
|
+
|
1181
1187
|
.dsEcom-left-0 {
|
1182
1188
|
left: 0px;
|
1183
1189
|
}
|
@@ -1190,6 +1196,10 @@ video {
|
|
1190
1196
|
left: 2px;
|
1191
1197
|
}
|
1192
1198
|
|
1199
|
+
.dsEcom-right-0 {
|
1200
|
+
right: 0px;
|
1201
|
+
}
|
1202
|
+
|
1193
1203
|
.dsEcom-right-4 {
|
1194
1204
|
right: 1rem;
|
1195
1205
|
}
|
@@ -1218,6 +1228,10 @@ video {
|
|
1218
1228
|
z-index: 20;
|
1219
1229
|
}
|
1220
1230
|
|
1231
|
+
.dsEcom-z-40 {
|
1232
|
+
z-index: 40;
|
1233
|
+
}
|
1234
|
+
|
1221
1235
|
.dsEcom-z-50 {
|
1222
1236
|
z-index: 50;
|
1223
1237
|
}
|
@@ -1235,6 +1249,11 @@ video {
|
|
1235
1249
|
margin-right: 91px;
|
1236
1250
|
}
|
1237
1251
|
|
1252
|
+
.dsEcom-mx-auto {
|
1253
|
+
margin-left: auto;
|
1254
|
+
margin-right: auto;
|
1255
|
+
}
|
1256
|
+
|
1238
1257
|
.dsEcom-my-4 {
|
1239
1258
|
margin-top: 1rem;
|
1240
1259
|
margin-bottom: 1rem;
|
@@ -1244,6 +1263,10 @@ video {
|
|
1244
1263
|
margin-bottom: 2.5rem;
|
1245
1264
|
}
|
1246
1265
|
|
1266
|
+
.dsEcom-mb-2 {
|
1267
|
+
margin-bottom: 0.5rem;
|
1268
|
+
}
|
1269
|
+
|
1247
1270
|
.dsEcom-mb-4 {
|
1248
1271
|
margin-bottom: 1rem;
|
1249
1272
|
}
|
@@ -1256,10 +1279,18 @@ video {
|
|
1256
1279
|
margin-bottom: 1.5rem;
|
1257
1280
|
}
|
1258
1281
|
|
1282
|
+
.dsEcom-mb-8 {
|
1283
|
+
margin-bottom: 2rem;
|
1284
|
+
}
|
1285
|
+
|
1259
1286
|
.dsEcom-ml-1 {
|
1260
1287
|
margin-left: 0.25rem;
|
1261
1288
|
}
|
1262
1289
|
|
1290
|
+
.dsEcom-ml-8 {
|
1291
|
+
margin-left: 2rem;
|
1292
|
+
}
|
1293
|
+
|
1263
1294
|
.dsEcom-mr-2 {
|
1264
1295
|
margin-right: 0.5rem;
|
1265
1296
|
}
|
@@ -1301,6 +1332,14 @@ video {
|
|
1301
1332
|
height: 1px !important;
|
1302
1333
|
}
|
1303
1334
|
|
1335
|
+
.dsEcom-h-10 {
|
1336
|
+
height: 2.5rem;
|
1337
|
+
}
|
1338
|
+
|
1339
|
+
.dsEcom-h-16 {
|
1340
|
+
height: 4rem;
|
1341
|
+
}
|
1342
|
+
|
1304
1343
|
.dsEcom-h-4 {
|
1305
1344
|
height: 1rem;
|
1306
1345
|
}
|
@@ -1345,6 +1384,10 @@ video {
|
|
1345
1384
|
height: auto;
|
1346
1385
|
}
|
1347
1386
|
|
1387
|
+
.dsEcom-min-h-screen {
|
1388
|
+
min-height: 100vh;
|
1389
|
+
}
|
1390
|
+
|
1348
1391
|
.\!dsEcom-w-full {
|
1349
1392
|
width: 100% !important;
|
1350
1393
|
}
|
@@ -1365,14 +1408,30 @@ video {
|
|
1365
1408
|
width: 2rem;
|
1366
1409
|
}
|
1367
1410
|
|
1411
|
+
.dsEcom-w-\[250px\] {
|
1412
|
+
width: 250px;
|
1413
|
+
}
|
1414
|
+
|
1368
1415
|
.dsEcom-w-\[284px\] {
|
1369
1416
|
width: 284px;
|
1370
1417
|
}
|
1371
1418
|
|
1419
|
+
.dsEcom-w-\[350px\] {
|
1420
|
+
width: 350px;
|
1421
|
+
}
|
1422
|
+
|
1423
|
+
.dsEcom-w-\[500px\] {
|
1424
|
+
width: 500px;
|
1425
|
+
}
|
1426
|
+
|
1372
1427
|
.dsEcom-w-\[584px\] {
|
1373
1428
|
width: 584px;
|
1374
1429
|
}
|
1375
1430
|
|
1431
|
+
.dsEcom-w-\[656px\] {
|
1432
|
+
width: 656px;
|
1433
|
+
}
|
1434
|
+
|
1376
1435
|
.dsEcom-w-\[883px\] {
|
1377
1436
|
width: 883px;
|
1378
1437
|
}
|
@@ -1389,6 +1448,14 @@ video {
|
|
1389
1448
|
width: 100%;
|
1390
1449
|
}
|
1391
1450
|
|
1451
|
+
.dsEcom-max-w-3xl {
|
1452
|
+
max-width: 48rem;
|
1453
|
+
}
|
1454
|
+
|
1455
|
+
.dsEcom-max-w-xl {
|
1456
|
+
max-width: 36rem;
|
1457
|
+
}
|
1458
|
+
|
1392
1459
|
.dsEcom-shrink-0 {
|
1393
1460
|
flex-shrink: 0;
|
1394
1461
|
}
|
@@ -1426,6 +1493,10 @@ video {
|
|
1426
1493
|
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));
|
1427
1494
|
}
|
1428
1495
|
|
1496
|
+
.dsEcom-transform-gpu {
|
1497
|
+
transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
1498
|
+
}
|
1499
|
+
|
1429
1500
|
.dsEcom-cursor-default {
|
1430
1501
|
cursor: default;
|
1431
1502
|
}
|
@@ -1442,6 +1513,10 @@ video {
|
|
1442
1513
|
appearance: none;
|
1443
1514
|
}
|
1444
1515
|
|
1516
|
+
.dsEcom-grid-cols-1 {
|
1517
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
1518
|
+
}
|
1519
|
+
|
1445
1520
|
.dsEcom-grid-cols-4 {
|
1446
1521
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
1447
1522
|
}
|
@@ -1454,6 +1529,10 @@ video {
|
|
1454
1529
|
align-items: center;
|
1455
1530
|
}
|
1456
1531
|
|
1532
|
+
.dsEcom-items-stretch {
|
1533
|
+
align-items: stretch;
|
1534
|
+
}
|
1535
|
+
|
1457
1536
|
.dsEcom-justify-center {
|
1458
1537
|
justify-content: center;
|
1459
1538
|
}
|
@@ -1494,6 +1573,28 @@ video {
|
|
1494
1573
|
gap: 2rem;
|
1495
1574
|
}
|
1496
1575
|
|
1576
|
+
.dsEcom-space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
1577
|
+
--tw-space-y-reverse: 0;
|
1578
|
+
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
1579
|
+
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
1580
|
+
}
|
1581
|
+
|
1582
|
+
.dsEcom-space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
1583
|
+
--tw-space-y-reverse: 0;
|
1584
|
+
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
1585
|
+
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
1586
|
+
}
|
1587
|
+
|
1588
|
+
.dsEcom-space-y-8 > :not([hidden]) ~ :not([hidden]) {
|
1589
|
+
--tw-space-y-reverse: 0;
|
1590
|
+
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
|
1591
|
+
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
|
1592
|
+
}
|
1593
|
+
|
1594
|
+
.dsEcom-overflow-hidden {
|
1595
|
+
overflow: hidden;
|
1596
|
+
}
|
1597
|
+
|
1497
1598
|
.dsEcom-rounded {
|
1498
1599
|
border-radius: 0.25rem;
|
1499
1600
|
}
|
@@ -1514,6 +1615,10 @@ video {
|
|
1514
1615
|
border-radius: 9999px;
|
1515
1616
|
}
|
1516
1617
|
|
1618
|
+
.dsEcom-rounded-lg {
|
1619
|
+
border-radius: 0.5rem;
|
1620
|
+
}
|
1621
|
+
|
1517
1622
|
.dsEcom-rounded-sm {
|
1518
1623
|
border-radius: 0.125rem;
|
1519
1624
|
}
|
@@ -1523,10 +1628,23 @@ video {
|
|
1523
1628
|
border-bottom-left-radius: 2px;
|
1524
1629
|
}
|
1525
1630
|
|
1631
|
+
.dsEcom-rounded-r-lg {
|
1632
|
+
border-top-right-radius: 0.5rem;
|
1633
|
+
border-bottom-right-radius: 0.5rem;
|
1634
|
+
}
|
1635
|
+
|
1526
1636
|
.dsEcom-border {
|
1527
1637
|
border-width: 1px;
|
1528
1638
|
}
|
1529
1639
|
|
1640
|
+
.dsEcom-border-0 {
|
1641
|
+
border-width: 0px;
|
1642
|
+
}
|
1643
|
+
|
1644
|
+
.dsEcom-border-2 {
|
1645
|
+
border-width: 2px;
|
1646
|
+
}
|
1647
|
+
|
1530
1648
|
.dsEcom-border-\[1px\] {
|
1531
1649
|
border-width: 1px;
|
1532
1650
|
}
|
@@ -1591,6 +1709,31 @@ video {
|
|
1591
1709
|
background-color: var(--primary-60) !important;
|
1592
1710
|
}
|
1593
1711
|
|
1712
|
+
.dsEcom-bg-black {
|
1713
|
+
--tw-bg-opacity: 1;
|
1714
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
1715
|
+
}
|
1716
|
+
|
1717
|
+
.dsEcom-bg-blue-600 {
|
1718
|
+
--tw-bg-opacity: 1;
|
1719
|
+
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
1720
|
+
}
|
1721
|
+
|
1722
|
+
.dsEcom-bg-gray-100 {
|
1723
|
+
--tw-bg-opacity: 1;
|
1724
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
1725
|
+
}
|
1726
|
+
|
1727
|
+
.dsEcom-bg-gray-50 {
|
1728
|
+
--tw-bg-opacity: 1;
|
1729
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
1730
|
+
}
|
1731
|
+
|
1732
|
+
.dsEcom-bg-green-600 {
|
1733
|
+
--tw-bg-opacity: 1;
|
1734
|
+
background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
|
1735
|
+
}
|
1736
|
+
|
1594
1737
|
.dsEcom-bg-neutral-10 {
|
1595
1738
|
background-color: var(--neutral-10);
|
1596
1739
|
}
|
@@ -1623,6 +1766,19 @@ video {
|
|
1623
1766
|
background-color: var(--primary-60);
|
1624
1767
|
}
|
1625
1768
|
|
1769
|
+
.dsEcom-bg-red-600 {
|
1770
|
+
--tw-bg-opacity: 1;
|
1771
|
+
background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
|
1772
|
+
}
|
1773
|
+
|
1774
|
+
.dsEcom-bg-secondary-60 {
|
1775
|
+
background-color: var(--secondary-60);
|
1776
|
+
}
|
1777
|
+
|
1778
|
+
.dsEcom-bg-tertiary-60 {
|
1779
|
+
background-color: var(--tertiary-60);
|
1780
|
+
}
|
1781
|
+
|
1626
1782
|
.dsEcom-bg-white {
|
1627
1783
|
--tw-bg-opacity: 1;
|
1628
1784
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
@@ -1632,6 +1788,20 @@ video {
|
|
1632
1788
|
--tw-bg-opacity: 0.7;
|
1633
1789
|
}
|
1634
1790
|
|
1791
|
+
.dsEcom-bg-gradient-to-r {
|
1792
|
+
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
1793
|
+
}
|
1794
|
+
|
1795
|
+
.dsEcom-from-purple-600 {
|
1796
|
+
--tw-gradient-from: #9333ea var(--tw-gradient-from-position);
|
1797
|
+
--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
|
1798
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
1799
|
+
}
|
1800
|
+
|
1801
|
+
.dsEcom-to-pink-600 {
|
1802
|
+
--tw-gradient-to: #db2777 var(--tw-gradient-to-position);
|
1803
|
+
}
|
1804
|
+
|
1635
1805
|
.dsEcom-fill-feedback-critical-60 {
|
1636
1806
|
fill: var(--feedback-critical-60);
|
1637
1807
|
}
|
@@ -1676,14 +1846,31 @@ video {
|
|
1676
1846
|
fill: #fff;
|
1677
1847
|
}
|
1678
1848
|
|
1849
|
+
.dsEcom-p-2 {
|
1850
|
+
padding: 0.5rem;
|
1851
|
+
}
|
1852
|
+
|
1679
1853
|
.dsEcom-p-4 {
|
1680
1854
|
padding: 1rem;
|
1681
1855
|
}
|
1682
1856
|
|
1857
|
+
.dsEcom-p-6 {
|
1858
|
+
padding: 1.5rem;
|
1859
|
+
}
|
1860
|
+
|
1861
|
+
.dsEcom-p-8 {
|
1862
|
+
padding: 2rem;
|
1863
|
+
}
|
1864
|
+
|
1683
1865
|
.dsEcom-p-\[10px\] {
|
1684
1866
|
padding: 10px;
|
1685
1867
|
}
|
1686
1868
|
|
1869
|
+
.dsEcom-px-1\.5 {
|
1870
|
+
padding-left: 0.375rem;
|
1871
|
+
padding-right: 0.375rem;
|
1872
|
+
}
|
1873
|
+
|
1687
1874
|
.dsEcom-px-2 {
|
1688
1875
|
padding-left: 0.5rem;
|
1689
1876
|
padding-right: 0.5rem;
|
@@ -1694,6 +1881,11 @@ video {
|
|
1694
1881
|
padding-right: 0.75rem;
|
1695
1882
|
}
|
1696
1883
|
|
1884
|
+
.dsEcom-px-4 {
|
1885
|
+
padding-left: 1rem;
|
1886
|
+
padding-right: 1rem;
|
1887
|
+
}
|
1888
|
+
|
1697
1889
|
.dsEcom-px-5 {
|
1698
1890
|
padding-left: 1.25rem;
|
1699
1891
|
padding-right: 1.25rem;
|
@@ -1729,6 +1921,11 @@ video {
|
|
1729
1921
|
padding-bottom: 2.5rem;
|
1730
1922
|
}
|
1731
1923
|
|
1924
|
+
.dsEcom-py-16 {
|
1925
|
+
padding-top: 4rem;
|
1926
|
+
padding-bottom: 4rem;
|
1927
|
+
}
|
1928
|
+
|
1732
1929
|
.dsEcom-py-2 {
|
1733
1930
|
padding-top: 0.5rem;
|
1734
1931
|
padding-bottom: 0.5rem;
|
@@ -1780,10 +1977,18 @@ video {
|
|
1780
1977
|
padding-left: 0.75rem;
|
1781
1978
|
}
|
1782
1979
|
|
1980
|
+
.dsEcom-pl-4 {
|
1981
|
+
padding-left: 1rem;
|
1982
|
+
}
|
1983
|
+
|
1783
1984
|
.dsEcom-pl-\[51px\] {
|
1784
1985
|
padding-left: 51px;
|
1785
1986
|
}
|
1786
1987
|
|
1988
|
+
.dsEcom-pr-24 {
|
1989
|
+
padding-right: 6rem;
|
1990
|
+
}
|
1991
|
+
|
1787
1992
|
.dsEcom-pr-\[44px\] {
|
1788
1993
|
padding-right: 44px;
|
1789
1994
|
}
|
@@ -1808,14 +2013,42 @@ video {
|
|
1808
2013
|
font-family: core-font-family-public-sans;
|
1809
2014
|
}
|
1810
2015
|
|
2016
|
+
.dsEcom-text-2xl {
|
2017
|
+
font-size: 1.5rem;
|
2018
|
+
line-height: 2rem;
|
2019
|
+
}
|
2020
|
+
|
2021
|
+
.dsEcom-text-4xl {
|
2022
|
+
font-size: 2.25rem;
|
2023
|
+
line-height: 2.5rem;
|
2024
|
+
}
|
2025
|
+
|
1811
2026
|
.dsEcom-text-\[12px\] {
|
1812
2027
|
font-size: 12px;
|
1813
2028
|
}
|
1814
2029
|
|
2030
|
+
.dsEcom-text-lg {
|
2031
|
+
font-size: 1.125rem;
|
2032
|
+
line-height: 1.75rem;
|
2033
|
+
}
|
2034
|
+
|
2035
|
+
.dsEcom-text-xl {
|
2036
|
+
font-size: 1.25rem;
|
2037
|
+
line-height: 1.75rem;
|
2038
|
+
}
|
2039
|
+
|
2040
|
+
.dsEcom-font-bold {
|
2041
|
+
font-weight: 700;
|
2042
|
+
}
|
2043
|
+
|
1815
2044
|
.dsEcom-font-core-font-weight-extrabold {
|
1816
2045
|
font-weight: 800;
|
1817
2046
|
}
|
1818
2047
|
|
2048
|
+
.dsEcom-font-semibold {
|
2049
|
+
font-weight: 600;
|
2050
|
+
}
|
2051
|
+
|
1819
2052
|
.dsEcom-uppercase {
|
1820
2053
|
text-transform: uppercase;
|
1821
2054
|
}
|
@@ -1836,6 +2069,31 @@ video {
|
|
1836
2069
|
color: var(--primary-60) !important;
|
1837
2070
|
}
|
1838
2071
|
|
2072
|
+
.dsEcom-text-black {
|
2073
|
+
--tw-text-opacity: 1;
|
2074
|
+
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
2075
|
+
}
|
2076
|
+
|
2077
|
+
.dsEcom-text-blue-600 {
|
2078
|
+
--tw-text-opacity: 1;
|
2079
|
+
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
2080
|
+
}
|
2081
|
+
|
2082
|
+
.dsEcom-text-gray-600 {
|
2083
|
+
--tw-text-opacity: 1;
|
2084
|
+
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
2085
|
+
}
|
2086
|
+
|
2087
|
+
.dsEcom-text-gray-800 {
|
2088
|
+
--tw-text-opacity: 1;
|
2089
|
+
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
|
2090
|
+
}
|
2091
|
+
|
2092
|
+
.dsEcom-text-gray-900 {
|
2093
|
+
--tw-text-opacity: 1;
|
2094
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
2095
|
+
}
|
2096
|
+
|
1839
2097
|
.dsEcom-text-link-60 {
|
1840
2098
|
color: var(--link-60);
|
1841
2099
|
}
|
@@ -1873,6 +2131,26 @@ video {
|
|
1873
2131
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
1874
2132
|
}
|
1875
2133
|
|
2134
|
+
.dsEcom-opacity-0 {
|
2135
|
+
opacity: 0;
|
2136
|
+
}
|
2137
|
+
|
2138
|
+
.dsEcom-opacity-50 {
|
2139
|
+
opacity: 0.5;
|
2140
|
+
}
|
2141
|
+
|
2142
|
+
.dsEcom-shadow-lg {
|
2143
|
+
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
2144
|
+
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
2145
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2146
|
+
}
|
2147
|
+
|
2148
|
+
.dsEcom-shadow-sm {
|
2149
|
+
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
2150
|
+
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
2151
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
2152
|
+
}
|
2153
|
+
|
1876
2154
|
.dsEcom-shadow-upc-shadow-prominent {
|
1877
2155
|
--tw-shadow: 0px 8px 48px -6px rgba(89, 89, 89, 0.24);
|
1878
2156
|
--tw-shadow-colored: 0px 8px 48px -6px var(--tw-shadow-color);
|
@@ -1897,6 +2175,18 @@ video {
|
|
1897
2175
|
transition-duration: 150ms;
|
1898
2176
|
}
|
1899
2177
|
|
2178
|
+
.dsEcom-transition-opacity {
|
2179
|
+
transition-property: opacity;
|
2180
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
2181
|
+
transition-duration: 150ms;
|
2182
|
+
}
|
2183
|
+
|
2184
|
+
.dsEcom-transition-transform {
|
2185
|
+
transition-property: transform;
|
2186
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
2187
|
+
transition-duration: 150ms;
|
2188
|
+
}
|
2189
|
+
|
1900
2190
|
.dsEcom-duration-200 {
|
1901
2191
|
transition-duration: 200ms;
|
1902
2192
|
}
|
@@ -1909,16 +2199,78 @@ video {
|
|
1909
2199
|
transition-duration: 0.3s;
|
1910
2200
|
}
|
1911
2201
|
|
2202
|
+
.dsEcom-ease-in-out {
|
2203
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
2204
|
+
}
|
2205
|
+
|
1912
2206
|
* {
|
1913
2207
|
box-sizing: border-box;
|
1914
2208
|
padding: 0;
|
1915
2209
|
margin: 0;
|
1916
2210
|
}
|
1917
2211
|
|
2212
|
+
/* Base theme variables with instant fallbacks */
|
2213
|
+
|
2214
|
+
:root {
|
2215
|
+
/* Theme Tokens - Colors */
|
2216
|
+
--color-primary: #e50a17;
|
2217
|
+
--color-primary-dark: #b70812;
|
2218
|
+
--color-primary-darker: #89060e;
|
2219
|
+
--color-secondary: #482783;
|
2220
|
+
--color-secondary-light: #6d529c;
|
2221
|
+
--color-secondary-dark: #331c5d;
|
2222
|
+
--color-text-primary: #191919;
|
2223
|
+
--color-text-secondary: #595959;
|
2224
|
+
--color-background: #ffffff;
|
2225
|
+
--color-surface: #fafafa;
|
2226
|
+
--color-success: #359e29;
|
2227
|
+
--color-error: #dc3545;
|
2228
|
+
--color-warning: #fd6d21;
|
2229
|
+
--color-info: #1762ca;
|
2230
|
+
/* Typography */
|
2231
|
+
--font-family-heading: "upc-font-family-zizou-slab";
|
2232
|
+
--font-family-body: "core-font-family-public-sans";
|
2233
|
+
--font-family-special: "upn-font-family-sharp-grotesk";
|
2234
|
+
}
|
2235
|
+
|
2236
|
+
/* Custom theme overrides */
|
2237
|
+
|
2238
|
+
:root {
|
2239
|
+
--color-primary: var(--custom-color-primary, var(--color-primary));
|
2240
|
+
--color-primary-dark: var(--custom-color-primary-dark, var(--color-primary-dark));
|
2241
|
+
--color-primary-darker: var(--custom-color-primary-darker, var(--color-primary-darker));
|
2242
|
+
--color-secondary: var(--custom-color-secondary, var(--color-secondary));
|
2243
|
+
--color-secondary-light: var(--custom-color-secondary-light, var(--color-secondary-light));
|
2244
|
+
--color-secondary-dark: var(--custom-color-secondary-dark, var(--color-secondary-dark));
|
2245
|
+
--color-text-primary: var(--custom-color-text-primary, var(--color-text-primary));
|
2246
|
+
--color-text-secondary: var(--custom-color-text-secondary, var(--color-text-secondary));
|
2247
|
+
--color-background: var(--custom-color-background, var(--color-background));
|
2248
|
+
--color-surface: var(--custom-color-surface, var(--color-surface));
|
2249
|
+
--color-success: var(--custom-color-success, var(--color-success));
|
2250
|
+
--color-error: var(--custom-color-error, var(--color-error));
|
2251
|
+
--color-warning: var(--custom-color-warning, var(--color-warning));
|
2252
|
+
--color-info: var(--custom-color-info, var(--color-info));
|
2253
|
+
--font-family-heading: var(--custom-font-family-heading, var(--font-family-heading));
|
2254
|
+
--font-family-body: var(--custom-font-family-body, var(--font-family-body));
|
2255
|
+
--font-family-special: var(--custom-font-family-special, var(--font-family-special));
|
2256
|
+
}
|
2257
|
+
|
2258
|
+
/* Font faces are now optional and can be overridden */
|
2259
|
+
|
1918
2260
|
@font-face {
|
1919
2261
|
font-family: "upc-font-family-zizou-slab";
|
1920
2262
|
|
1921
|
-
src: url("../src/assets/fonts/Slab/zizou-slab-bold.ttf") format("opentype");
|
2263
|
+
src: var(--custom-font-heading-src, url("../src/assets/fonts/Slab/zizou-slab-bold.ttf")) format("opentype");
|
2264
|
+
|
2265
|
+
font-display: swap;
|
2266
|
+
}
|
2267
|
+
|
2268
|
+
@font-face {
|
2269
|
+
font-family: "core-font-family-public-sans";
|
2270
|
+
|
2271
|
+
font-style: normal;
|
2272
|
+
|
2273
|
+
src: var(--custom-font-body-src, url("../src/assets/fonts/Sans/PublicSans-Regular.ttf")) format("opentype");
|
1922
2274
|
|
1923
2275
|
font-display: swap;
|
1924
2276
|
}
|
@@ -1950,16 +2302,6 @@ video {
|
|
1950
2302
|
font-display: swap;
|
1951
2303
|
}
|
1952
2304
|
|
1953
|
-
@font-face {
|
1954
|
-
font-family: "core-font-family-public-sans";
|
1955
|
-
|
1956
|
-
font-style: normal;
|
1957
|
-
|
1958
|
-
src: url("../src/assets/fonts/Sans/PublicSans-Regular.ttf") format("opentype");
|
1959
|
-
|
1960
|
-
font-display: swap;
|
1961
|
-
}
|
1962
|
-
|
1963
2305
|
@font-face {
|
1964
2306
|
font-family: "core-font-family-public-sans";
|
1965
2307
|
|
@@ -2115,6 +2457,16 @@ video {
|
|
2115
2457
|
border-color: var(--stroke-secondary-60);
|
2116
2458
|
}
|
2117
2459
|
|
2460
|
+
.hover\:dsEcom-bg-gray-100:hover {
|
2461
|
+
--tw-bg-opacity: 1;
|
2462
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
2463
|
+
}
|
2464
|
+
|
2465
|
+
.hover\:dsEcom-bg-green-700:hover {
|
2466
|
+
--tw-bg-opacity: 1;
|
2467
|
+
background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
|
2468
|
+
}
|
2469
|
+
|
2118
2470
|
.hover\:dsEcom-bg-neutral-10:hover {
|
2119
2471
|
background-color: var(--neutral-10);
|
2120
2472
|
}
|
@@ -2131,6 +2483,25 @@ video {
|
|
2131
2483
|
background-color: var(--primary-70);
|
2132
2484
|
}
|
2133
2485
|
|
2486
|
+
.hover\:dsEcom-bg-red-700:hover {
|
2487
|
+
--tw-bg-opacity: 1;
|
2488
|
+
background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
|
2489
|
+
}
|
2490
|
+
|
2491
|
+
.hover\:dsEcom-bg-secondary-70:hover {
|
2492
|
+
background-color: var(--secondary-70);
|
2493
|
+
}
|
2494
|
+
|
2495
|
+
.hover\:dsEcom-from-purple-700:hover {
|
2496
|
+
--tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
|
2497
|
+
--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
|
2498
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
2499
|
+
}
|
2500
|
+
|
2501
|
+
.hover\:dsEcom-to-pink-700:hover {
|
2502
|
+
--tw-gradient-to: #be185d var(--tw-gradient-to-position);
|
2503
|
+
}
|
2504
|
+
|
2134
2505
|
.hover\:dsEcom-fill-neutral-70:hover {
|
2135
2506
|
fill: var(--neutral-70);
|
2136
2507
|
}
|
@@ -2143,10 +2514,23 @@ video {
|
|
2143
2514
|
fill: var(--secondary-70);
|
2144
2515
|
}
|
2145
2516
|
|
2517
|
+
.hover\:dsEcom-text-blue-800:hover {
|
2518
|
+
--tw-text-opacity: 1;
|
2519
|
+
color: rgb(30 64 175 / var(--tw-text-opacity, 1));
|
2520
|
+
}
|
2521
|
+
|
2146
2522
|
.hover\:dsEcom-text-neutral-70:hover {
|
2147
2523
|
color: var(--neutral-70);
|
2148
2524
|
}
|
2149
2525
|
|
2526
|
+
.hover\:dsEcom-text-neutral-80:hover {
|
2527
|
+
color: var(--neutral-80);
|
2528
|
+
}
|
2529
|
+
|
2530
|
+
.hover\:dsEcom-text-primary-60:hover {
|
2531
|
+
color: var(--primary-60);
|
2532
|
+
}
|
2533
|
+
|
2150
2534
|
.hover\:dsEcom-text-primary-70:hover {
|
2151
2535
|
color: var(--primary-70);
|
2152
2536
|
}
|
@@ -2208,6 +2592,20 @@ video {
|
|
2208
2592
|
display: block !important;
|
2209
2593
|
}
|
2210
2594
|
|
2595
|
+
@media (min-width: 768px) {
|
2596
|
+
.md\:dsEcom-flex {
|
2597
|
+
display: flex;
|
2598
|
+
}
|
2599
|
+
|
2600
|
+
.md\:dsEcom-w-\[350px\] {
|
2601
|
+
width: 350px;
|
2602
|
+
}
|
2603
|
+
|
2604
|
+
.md\:dsEcom-grid-cols-3 {
|
2605
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
2606
|
+
}
|
2607
|
+
}
|
2608
|
+
|
2211
2609
|
@media (min-width: 320px) and (max-width: 1024px) {
|
2212
2610
|
.mobiles\:dsEcom-order-first {
|
2213
2611
|
order: -9999;
|