lau-ecom-design-system 1.0.19 → 1.0.21

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 (50) hide show
  1. package/README.md +49 -0
  2. package/dist/316236bc7a52233c.png +0 -0
  3. package/dist/lau-ecom-design-system.esm.css +8 -1
  4. package/dist/lau-ecom-design-system.esm.js +1657 -682
  5. package/dist/lau-ecom-design-system.min.css +8 -1
  6. package/dist/lau-ecom-design-system.min.js +1 -1
  7. package/dist/lau-ecom-design-system.ssr.css +8 -1
  8. package/dist/lau-ecom-design-system.ssr.js +1406 -470
  9. package/dist/style.css +290 -69
  10. package/package.json +81 -80
  11. package/src/components/LauEcomBannerCookies/LauEcomBannerCookies.vue +178 -168
  12. package/src/components/LauEcomBannerCookies/LauEcomBannerCookiesConfig.vue +160 -159
  13. package/src/components/LauEcomBannerCookies/LauEcomBannerCookiesConfigAccordion.vue +80 -76
  14. package/src/components/LauEcomButton/LauEcomButton.vue +137 -137
  15. package/src/components/LauEcomCheckbox/LauEcomCheckbox.vue +143 -143
  16. package/src/components/LauEcomDisclamer/LauEcomDisclamer.vue +79 -79
  17. package/src/components/LauEcomDropdown/LauEcomDropdown.vue +208 -203
  18. package/src/components/LauEcomFooter/LauEcomFooter.vue +24 -73
  19. package/src/components/LauEcomFooter/LauEcomSubFooter.vue +5 -31
  20. package/src/components/LauEcomFooter/LauEcomSubFooterCategory.vue +9 -48
  21. package/src/components/LauEcomIcon/LauEcomCoreIconBook.vue +26 -26
  22. package/src/components/LauEcomIcon/LauEcomCoreIconFileCode.vue +28 -28
  23. package/src/components/LauEcomIcon/LauEcomUpcIconArrowDown.vue +0 -7
  24. package/src/components/LauEcomIcon/LauEcomUpcIconCertificate.vue +28 -28
  25. package/src/components/LauEcomIcon/LauEcomUpcIconCheck.vue +26 -26
  26. package/src/components/LauEcomIcon/LauEcomUpcIconCheckCircle.vue +28 -28
  27. package/src/components/LauEcomIcon/LauEcomUpcIconCreditCard.vue +28 -28
  28. package/src/components/LauEcomIcon/LauEcomUpcIconExclamationCircle.vue +28 -28
  29. package/src/components/LauEcomIcon/LauEcomUpcIconExclamationTriangle.vue +28 -28
  30. package/src/components/LauEcomIcon/LauEcomUpcIconInfoCircle.vue +26 -26
  31. package/src/components/LauEcomIcon/LauEcomUpcIconNavArrow.vue +26 -26
  32. package/src/components/LauEcomIcon/LauEcomUpcIconNavBack.vue +25 -0
  33. package/src/components/LauEcomIcon/LauEcomUpcIconNavCheckmark.vue +26 -26
  34. package/src/components/LauEcomInput/LauEcomInput.vue +207 -207
  35. package/src/components/LauEcomInput2/LauEcomInput2.vue +207 -0
  36. package/src/components/LauEcomInputSearch/LauEcomInputSearch.vue +244 -0
  37. package/src/components/LauEcomLoaderPage/LauEcomLoaderPage.vue +16 -16
  38. package/src/components/LauEcomPaginator/LauEcomPaginator.vue +57 -0
  39. package/src/components/LauEcomPaginator/LauEcomPaginatorButton.vue +68 -0
  40. package/src/components/LauEcomRadioButton/LauEcomRadioButton.vue +103 -103
  41. package/src/components/LauEcomRtb/LauEcomRtb.vue +71 -71
  42. package/src/components/LauEcomStepbar/LauEcomStepbar.vue +43 -43
  43. package/src/components/LauEcomStepbar/LauEcomStepbarItem.vue +128 -128
  44. package/src/components/LauEcomSwitch/LauEcomSwitch.vue +110 -108
  45. package/src/components/LauEcomTab/LauEcomTab.vue +82 -82
  46. package/src/components/LauEcomTag/LauEcomTag.vue +56 -0
  47. package/src/components/LauEcomTextButton/LauEcomTextButton.vue +71 -71
  48. package/src/components/LauEcomTyPage/LauEcomSummary.vue +14 -0
  49. package/src/components/LauEcomTyPage/LauEcomSummaryItem.vue +22 -0
  50. package/src/components/LauEcomTyPage/LauEcomTyPage.vue +149 -0
package/dist/style.css CHANGED
@@ -89,6 +89,14 @@
89
89
  letter-spacing: 0px;
90
90
  }
91
91
 
92
+ .core-font-body-bold-07-10px {
93
+ font-family: "core-font-family-public-sans";
94
+ font-weight: 800;
95
+ font-size: 10px;
96
+ line-height: 14px;
97
+ letter-spacing: 0px;
98
+ }
99
+
92
100
  /* Link Core */
93
101
 
94
102
  .core-font-link-01-18px {
@@ -478,6 +486,30 @@
478
486
  text-decoration-line: underline;
479
487
  }
480
488
 
489
+ .button-bold-06-16px {
490
+ font-family: "upc-font-family-zizou-slab";
491
+ font-weight: 700;
492
+ font-size: 16px;
493
+ line-height: 20px;
494
+ letter-spacing: 0.3px;
495
+ }
496
+
497
+ .button-bold-05-20px {
498
+ font-family: "upc-font-family-zizou-slab";
499
+ font-weight: 700;
500
+ font-size: 20px;
501
+ line-height: 28px;
502
+ letter-spacing: 0.4%;
503
+ }
504
+
505
+ .button-bold-03-28px {
506
+ font-family: "upc-font-family-zizou-slab";
507
+ font-weight: 700;
508
+ font-size: 28px;
509
+ line-height: 32px;
510
+ letter-spacing: 0.4%;
511
+ }
512
+
481
513
  *, ::before, ::after {
482
514
  --tw-border-spacing-x: 0;
483
515
  --tw-border-spacing-y: 0;
@@ -1083,57 +1115,18 @@ video {
1083
1115
  display: none;
1084
1116
  }
1085
1117
 
1086
- :root {
1087
- --primary-60: #e50a17;
1088
- --primary-70: #b70812;
1089
- --primary-80: #89060e;
1090
- --secondary-30: #ab9cc6;
1091
- --secondary-50: #6d529c;
1092
- --secondary-60: #482783;
1093
- --secondary-70: #422377;
1094
- --secondary-80: #331c5d;
1095
- --secondary-tag-soft: #ede9f3;
1096
- --tertiary-10: #eff9fb;
1097
- --tertiary-30: #e2f4f8;
1098
- --tertiary-50: #c2e7f0;
1099
- --tertiary-60: #6ac5da;
1100
- --tertiary-80: #1f697a;
1101
- --tertiary-tag-soft: #eff9fb;
1102
- --neutral-gray-10: #ffffff;
1103
- --neutral-gray-20: #fafafa;
1104
- --neutral-gray-40: #d9d9d9;
1105
- --neutral-10: #ffffff;
1106
- --neutral-20: #fafafa;
1107
- --neutral-30: #f2f2f2;
1108
- --neutral-40: #d9d9d9;
1109
- --neutral-50: #bfbfbf;
1110
- --neutral-60: #a6a6a6;
1111
- --neutral-70: #808080;
1112
- --neutral-80: #595959;
1113
- --neutral-90: #404040;
1114
- --neutral-100: #191919;
1115
- --feedback-success-30: #b6ffb4;
1116
- --feedback-success-60: #359e29;
1117
- --feedback-success-80: #205f19;
1118
- --feedback-critical-30: #fee7c5;
1119
- --feedback-critical-60: #fd6d21;
1120
- --feedback-error-30: #fed4d8;
1121
- --feedback-error-60: #dc3545;
1122
- --feedback-informative-30: #b9d6fe;
1123
- --feedback-informative-60: #1762ca;
1124
- --social-whatsapp-60: #00ba37;
1125
- --social-pink-70: #ff4b4b;
1126
- --stroke-secondary-60: #482783;
1127
- --stroke-secondary-70: #422377;
1128
- --stroke-secondary-80: #331c5d;
1129
- --link-60: #0042e9;
1130
- --link-80: #0011af;
1131
- }
1132
-
1133
1118
  .dsEcom-pointer-events-none {
1134
1119
  pointer-events: none;
1135
1120
  }
1136
1121
 
1122
+ .dsEcom-invisible {
1123
+ visibility: hidden;
1124
+ }
1125
+
1126
+ .dsEcom-fixed {
1127
+ position: fixed;
1128
+ }
1129
+
1137
1130
  .dsEcom-absolute {
1138
1131
  position: absolute;
1139
1132
  }
@@ -1158,6 +1151,10 @@ video {
1158
1151
  left: 2px;
1159
1152
  }
1160
1153
 
1154
+ .dsEcom-right-2 {
1155
+ right: 0.5rem;
1156
+ }
1157
+
1161
1158
  .dsEcom-right-4 {
1162
1159
  right: 1rem;
1163
1160
  }
@@ -1186,6 +1183,10 @@ video {
1186
1183
  z-index: 20;
1187
1184
  }
1188
1185
 
1186
+ .dsEcom-z-40 {
1187
+ z-index: 40;
1188
+ }
1189
+
1189
1190
  .dsEcom-z-50 {
1190
1191
  z-index: 50;
1191
1192
  }
@@ -1203,10 +1204,27 @@ video {
1203
1204
  margin-right: 91px;
1204
1205
  }
1205
1206
 
1207
+ .dsEcom-my-4 {
1208
+ margin-top: 1rem;
1209
+ margin-bottom: 1rem;
1210
+ }
1211
+
1212
+ .dsEcom-mb-10 {
1213
+ margin-bottom: 2.5rem;
1214
+ }
1215
+
1206
1216
  .dsEcom-mb-4 {
1207
1217
  margin-bottom: 1rem;
1208
1218
  }
1209
1219
 
1220
+ .dsEcom-mb-5 {
1221
+ margin-bottom: 1.25rem;
1222
+ }
1223
+
1224
+ .dsEcom-mb-6 {
1225
+ margin-bottom: 1.5rem;
1226
+ }
1227
+
1210
1228
  .dsEcom-ml-1 {
1211
1229
  margin-left: 0.25rem;
1212
1230
  }
@@ -1219,6 +1237,10 @@ video {
1219
1237
  margin-top: 1rem;
1220
1238
  }
1221
1239
 
1240
+ .dsEcom-mt-6 {
1241
+ margin-top: 1.5rem;
1242
+ }
1243
+
1222
1244
  .dsEcom-mt-\[2px\] {
1223
1245
  margin-top: 2px;
1224
1246
  }
@@ -1248,6 +1270,10 @@ video {
1248
1270
  height: 1px !important;
1249
1271
  }
1250
1272
 
1273
+ .dsEcom-h-10 {
1274
+ height: 2.5rem;
1275
+ }
1276
+
1251
1277
  .dsEcom-h-4 {
1252
1278
  height: 1rem;
1253
1279
  }
@@ -1312,14 +1338,26 @@ video {
1312
1338
  width: 2rem;
1313
1339
  }
1314
1340
 
1341
+ .dsEcom-w-\[250px\] {
1342
+ width: 250px;
1343
+ }
1344
+
1315
1345
  .dsEcom-w-\[284px\] {
1316
1346
  width: 284px;
1317
1347
  }
1318
1348
 
1349
+ .dsEcom-w-\[350px\] {
1350
+ width: 350px;
1351
+ }
1352
+
1319
1353
  .dsEcom-w-\[584px\] {
1320
1354
  width: 584px;
1321
1355
  }
1322
1356
 
1357
+ .dsEcom-w-\[656px\] {
1358
+ width: 656px;
1359
+ }
1360
+
1323
1361
  .dsEcom-w-\[883px\] {
1324
1362
  width: 883px;
1325
1363
  }
@@ -1373,6 +1411,14 @@ video {
1373
1411
  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));
1374
1412
  }
1375
1413
 
1414
+ .dsEcom-transform-gpu {
1415
+ 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));
1416
+ }
1417
+
1418
+ .dsEcom-cursor-default {
1419
+ cursor: default;
1420
+ }
1421
+
1376
1422
  .dsEcom-cursor-not-allowed {
1377
1423
  cursor: not-allowed;
1378
1424
  }
@@ -1429,6 +1475,10 @@ video {
1429
1475
  gap: 1rem;
1430
1476
  }
1431
1477
 
1478
+ .dsEcom-gap-6 {
1479
+ gap: 1.5rem;
1480
+ }
1481
+
1432
1482
  .dsEcom-gap-8 {
1433
1483
  gap: 2rem;
1434
1484
  }
@@ -1453,6 +1503,10 @@ video {
1453
1503
  border-radius: 9999px;
1454
1504
  }
1455
1505
 
1506
+ .dsEcom-rounded-lg {
1507
+ border-radius: 0.5rem;
1508
+ }
1509
+
1456
1510
  .dsEcom-rounded-sm {
1457
1511
  border-radius: 0.125rem;
1458
1512
  }
@@ -1522,14 +1576,40 @@ video {
1522
1576
  border-color: var(--secondary-60);
1523
1577
  }
1524
1578
 
1579
+ .dsEcom-border-r-neutral-50 {
1580
+ border-right-color: var(--neutral-50);
1581
+ }
1582
+
1525
1583
  .\!dsEcom-bg-primary-60 {
1526
1584
  background-color: var(--primary-60) !important;
1527
1585
  }
1528
1586
 
1587
+ .dsEcom-bg-black {
1588
+ --tw-bg-opacity: 1;
1589
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
1590
+ }
1591
+
1592
+ .dsEcom-bg-blue-600 {
1593
+ --tw-bg-opacity: 1;
1594
+ background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
1595
+ }
1596
+
1529
1597
  .dsEcom-bg-neutral-10 {
1530
1598
  background-color: var(--neutral-10);
1531
1599
  }
1532
1600
 
1601
+ .dsEcom-bg-neutral-20 {
1602
+ background-color: var(--neutral-20);
1603
+ }
1604
+
1605
+ .dsEcom-bg-neutral-40 {
1606
+ background-color: var(--neutral-40);
1607
+ }
1608
+
1609
+ .dsEcom-bg-neutral-50 {
1610
+ background-color: var(--neutral-50);
1611
+ }
1612
+
1533
1613
  .dsEcom-bg-neutral-70 {
1534
1614
  background-color: var(--neutral-70);
1535
1615
  }
@@ -1571,10 +1651,18 @@ video {
1571
1651
  fill: var(--feedback-success-60);
1572
1652
  }
1573
1653
 
1654
+ .dsEcom-fill-link-60 {
1655
+ fill: var(--link-60);
1656
+ }
1657
+
1574
1658
  .dsEcom-fill-neutral-10 {
1575
1659
  fill: var(--neutral-10);
1576
1660
  }
1577
1661
 
1662
+ .dsEcom-fill-neutral-100 {
1663
+ fill: var(--neutral-100);
1664
+ }
1665
+
1578
1666
  .dsEcom-fill-neutral-70 {
1579
1667
  fill: var(--neutral-70);
1580
1668
  }
@@ -1591,15 +1679,33 @@ video {
1591
1679
  fill: #fff;
1592
1680
  }
1593
1681
 
1682
+ .dsEcom-p-2 {
1683
+ padding: 0.5rem;
1684
+ }
1685
+
1594
1686
  .dsEcom-p-4 {
1595
1687
  padding: 1rem;
1596
1688
  }
1597
1689
 
1690
+ .dsEcom-p-\[10px\] {
1691
+ padding: 10px;
1692
+ }
1693
+
1694
+ .dsEcom-px-2 {
1695
+ padding-left: 0.5rem;
1696
+ padding-right: 0.5rem;
1697
+ }
1698
+
1598
1699
  .dsEcom-px-3 {
1599
1700
  padding-left: 0.75rem;
1600
1701
  padding-right: 0.75rem;
1601
1702
  }
1602
1703
 
1704
+ .dsEcom-px-4 {
1705
+ padding-left: 1rem;
1706
+ padding-right: 1rem;
1707
+ }
1708
+
1603
1709
  .dsEcom-px-5 {
1604
1710
  padding-left: 1.25rem;
1605
1711
  padding-right: 1.25rem;
@@ -1615,11 +1721,6 @@ video {
1615
1721
  padding-right: 16px;
1616
1722
  }
1617
1723
 
1618
- .dsEcom-px-\[51px\] {
1619
- padding-left: 51px;
1620
- padding-right: 51px;
1621
- }
1622
-
1623
1724
  .dsEcom-px-\[64px\] {
1624
1725
  padding-left: 64px;
1625
1726
  padding-right: 64px;
@@ -1723,10 +1824,23 @@ video {
1723
1824
  font-size: 12px;
1724
1825
  }
1725
1826
 
1827
+ .dsEcom-text-xl {
1828
+ font-size: 1.25rem;
1829
+ line-height: 1.75rem;
1830
+ }
1831
+
1832
+ .dsEcom-font-bold {
1833
+ font-weight: 700;
1834
+ }
1835
+
1726
1836
  .dsEcom-font-core-font-weight-extrabold {
1727
1837
  font-weight: 800;
1728
1838
  }
1729
1839
 
1840
+ .dsEcom-uppercase {
1841
+ text-transform: uppercase;
1842
+ }
1843
+
1730
1844
  .dsEcom-leading-\[18px\] {
1731
1845
  line-height: 18px;
1732
1846
  }
@@ -1743,6 +1857,11 @@ video {
1743
1857
  color: var(--primary-60) !important;
1744
1858
  }
1745
1859
 
1860
+ .dsEcom-text-blue-600 {
1861
+ --tw-text-opacity: 1;
1862
+ color: rgb(37 99 235 / var(--tw-text-opacity, 1));
1863
+ }
1864
+
1746
1865
  .dsEcom-text-link-60 {
1747
1866
  color: var(--link-60);
1748
1867
  }
@@ -1771,11 +1890,23 @@ video {
1771
1890
  color: var(--secondary-60);
1772
1891
  }
1773
1892
 
1893
+ .dsEcom-text-tertiary-80 {
1894
+ color: var(--tertiary-80);
1895
+ }
1896
+
1774
1897
  .dsEcom-text-white {
1775
1898
  --tw-text-opacity: 1;
1776
1899
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1777
1900
  }
1778
1901
 
1902
+ .dsEcom-opacity-0 {
1903
+ opacity: 0;
1904
+ }
1905
+
1906
+ .dsEcom-opacity-50 {
1907
+ opacity: 0.5;
1908
+ }
1909
+
1779
1910
  .dsEcom-shadow-upc-shadow-prominent {
1780
1911
  --tw-shadow: 0px 8px 48px -6px rgba(89, 89, 89, 0.24);
1781
1912
  --tw-shadow-colored: 0px 8px 48px -6px var(--tw-shadow-color);
@@ -1800,6 +1931,18 @@ video {
1800
1931
  transition-duration: 150ms;
1801
1932
  }
1802
1933
 
1934
+ .dsEcom-transition-opacity {
1935
+ transition-property: opacity;
1936
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1937
+ transition-duration: 150ms;
1938
+ }
1939
+
1940
+ .dsEcom-transition-transform {
1941
+ transition-property: transform;
1942
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1943
+ transition-duration: 150ms;
1944
+ }
1945
+
1803
1946
  .dsEcom-duration-200 {
1804
1947
  transition-duration: 200ms;
1805
1948
  }
@@ -1812,43 +1955,95 @@ video {
1812
1955
  transition-duration: 0.3s;
1813
1956
  }
1814
1957
 
1958
+ .dsEcom-ease-in-out {
1959
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1960
+ }
1961
+
1815
1962
  * {
1816
1963
  box-sizing: border-box;
1817
1964
  padding: 0;
1818
1965
  margin: 0;
1819
1966
  }
1820
1967
 
1968
+ /* Base theme variables with instant fallbacks */
1969
+
1970
+ :root {
1971
+ /* Theme Tokens - Colors */
1972
+ --color-primary: #e50a17;
1973
+ --color-primary-dark: #b70812;
1974
+ --color-primary-darker: #89060e;
1975
+ --color-secondary: #482783;
1976
+ --color-secondary-light: #6d529c;
1977
+ --color-secondary-dark: #331c5d;
1978
+ --color-text-primary: #191919;
1979
+ --color-text-secondary: #595959;
1980
+ --color-background: #ffffff;
1981
+ --color-surface: #fafafa;
1982
+ --color-success: #359e29;
1983
+ --color-error: #dc3545;
1984
+ --color-warning: #fd6d21;
1985
+ --color-info: #1762ca;
1986
+ /* Typography */
1987
+ --font-family-heading: "upc-font-family-zizou-slab";
1988
+ --font-family-body: "core-font-family-public-sans";
1989
+ --font-family-special: "upn-font-family-sharp-grotesk";
1990
+ }
1991
+
1992
+ /* Custom theme overrides */
1993
+
1994
+ :root {
1995
+ --color-primary: var(--custom-color-primary, var(--color-primary));
1996
+ --color-primary-dark: var(--custom-color-primary-dark, var(--color-primary-dark));
1997
+ --color-primary-darker: var(--custom-color-primary-darker, var(--color-primary-darker));
1998
+ --color-secondary: var(--custom-color-secondary, var(--color-secondary));
1999
+ --color-secondary-light: var(--custom-color-secondary-light, var(--color-secondary-light));
2000
+ --color-secondary-dark: var(--custom-color-secondary-dark, var(--color-secondary-dark));
2001
+ --color-text-primary: var(--custom-color-text-primary, var(--color-text-primary));
2002
+ --color-text-secondary: var(--custom-color-text-secondary, var(--color-text-secondary));
2003
+ --color-background: var(--custom-color-background, var(--color-background));
2004
+ --color-surface: var(--custom-color-surface, var(--color-surface));
2005
+ --color-success: var(--custom-color-success, var(--color-success));
2006
+ --color-error: var(--custom-color-error, var(--color-error));
2007
+ --color-warning: var(--custom-color-warning, var(--color-warning));
2008
+ --color-info: var(--custom-color-info, var(--color-info));
2009
+ --font-family-heading: var(--custom-font-family-heading, var(--font-family-heading));
2010
+ --font-family-body: var(--custom-font-family-body, var(--font-family-body));
2011
+ --font-family-special: var(--custom-font-family-special, var(--font-family-special));
2012
+ }
2013
+
2014
+ /* Font faces are now optional and can be overridden */
2015
+
1821
2016
  @font-face {
1822
2017
  font-family: "upc-font-family-zizou-slab";
1823
2018
 
1824
- src: url("../src/assets/fonts/Slab/zizou-slab-bold.ttf") format("opentype");
2019
+ src: var(--custom-font-heading-src, url("../src/assets/fonts/Slab/zizou-slab-bold.ttf")) format("opentype");
1825
2020
 
1826
2021
  font-display: swap;
1827
2022
  }
1828
2023
 
1829
2024
  @font-face {
1830
- font-family: "cbt-font-family-rambla";
2025
+ font-family: "core-font-family-public-sans";
1831
2026
 
1832
- src: url("../src/assets/fonts/Rambla/Rambla.otf") format("opentype");
2027
+ font-style: normal;
2028
+
2029
+ src: var(--custom-font-body-src, url("../src/assets/fonts/Sans/PublicSans-Regular.ttf")) format("opentype");
1833
2030
 
1834
2031
  font-display: swap;
1835
2032
  }
1836
2033
 
1837
2034
  @font-face {
1838
- font-family: "upn-font-family-sharp-grotesk";
2035
+ font-family: "cbt-font-family-rambla";
1839
2036
 
1840
- src: url("../src/assets/fonts/Grotesk/SharpGrotesk-Bold15.otf")
1841
- format("opentype");
2037
+ src: url("../src/assets/fonts/Rambla/Rambla.otf") format("opentype");
1842
2038
 
1843
2039
  font-display: swap;
1844
2040
  }
1845
2041
 
1846
2042
  @font-face {
1847
- font-family: "core-font-family-public-sans";
1848
-
1849
- font-style: italic;
2043
+ font-family: "upn-font-family-sharp-grotesk";
1850
2044
 
1851
- src: url("../src/assets/fonts/Sans/PublicSans-Italic.ttf") format("opentype");
2045
+ src: url("../src/assets/fonts/Grotesk/SharpGrotesk-Bold15.otf")
2046
+ format("opentype");
1852
2047
 
1853
2048
  font-display: swap;
1854
2049
  }
@@ -1856,9 +2051,9 @@ video {
1856
2051
  @font-face {
1857
2052
  font-family: "core-font-family-public-sans";
1858
2053
 
1859
- font-style: normal;
2054
+ font-style: italic;
1860
2055
 
1861
- src: url("../src/assets/fonts/Sans/PublicSans-Regular.ttf") format("opentype");
2056
+ src: url("../src/assets/fonts/Sans/PublicSans-Italic.ttf") format("opentype");
1862
2057
 
1863
2058
  font-display: swap;
1864
2059
  }
@@ -1868,7 +2063,7 @@ video {
1868
2063
 
1869
2064
  font-weight: 800;
1870
2065
 
1871
- src: url("../src/assets/fonts/Sans/PublicSans-ExtraBold.ttf")
2066
+ src: url("../src/assets/fonts/Sans/PublicSans-ExtraBold.ttf")
1872
2067
  format("opentype");
1873
2068
 
1874
2069
  font-display: swap;
@@ -2010,6 +2205,10 @@ video {
2010
2205
  border-color: var(--primary-80);
2011
2206
  }
2012
2207
 
2208
+ .hover\:dsEcom-border-secondary-70:hover {
2209
+ border-color: var(--secondary-70);
2210
+ }
2211
+
2013
2212
  .hover\:dsEcom-border-stroke-secondary-60:hover {
2014
2213
  border-color: var(--stroke-secondary-60);
2015
2214
  }
@@ -2030,14 +2229,31 @@ video {
2030
2229
  background-color: var(--primary-70);
2031
2230
  }
2032
2231
 
2232
+ .hover\:dsEcom-fill-neutral-70:hover {
2233
+ fill: var(--neutral-70);
2234
+ }
2235
+
2033
2236
  .hover\:dsEcom-fill-primary-70:hover {
2034
2237
  fill: var(--primary-70);
2035
2238
  }
2036
2239
 
2240
+ .hover\:dsEcom-fill-secondary-70:hover {
2241
+ fill: var(--secondary-70);
2242
+ }
2243
+
2244
+ .hover\:dsEcom-text-blue-800:hover {
2245
+ --tw-text-opacity: 1;
2246
+ color: rgb(30 64 175 / var(--tw-text-opacity, 1));
2247
+ }
2248
+
2037
2249
  .hover\:dsEcom-text-neutral-70:hover {
2038
2250
  color: var(--neutral-70);
2039
2251
  }
2040
2252
 
2253
+ .hover\:dsEcom-text-neutral-80:hover {
2254
+ color: var(--neutral-80);
2255
+ }
2256
+
2041
2257
  .hover\:dsEcom-text-primary-70:hover {
2042
2258
  color: var(--primary-70);
2043
2259
  }
@@ -2099,6 +2315,12 @@ video {
2099
2315
  display: block !important;
2100
2316
  }
2101
2317
 
2318
+ @media (min-width: 768px) {
2319
+ .md\:dsEcom-w-\[350px\] {
2320
+ width: 350px;
2321
+ }
2322
+ }
2323
+
2102
2324
  @media (min-width: 320px) and (max-width: 1024px) {
2103
2325
  .mobiles\:dsEcom-order-first {
2104
2326
  order: -9999;
@@ -2173,9 +2395,8 @@ video {
2173
2395
  border-right-width: 0px;
2174
2396
  }
2175
2397
 
2176
- .mobiles\:dsEcom-px-0 {
2177
- padding-left: 0px;
2178
- padding-right: 0px;
2398
+ .mobiles\:dsEcom-border-b-neutral-40 {
2399
+ border-bottom-color: var(--neutral-40);
2179
2400
  }
2180
2401
 
2181
2402
  .mobiles\:dsEcom-px-6 {
@@ -2219,4 +2440,4 @@ video {
2219
2440
  .mobiles\:dsEcom-text-center {
2220
2441
  text-align: center;
2221
2442
  }
2222
- }
2443
+ }