hasting-swatchcart-module 1.0.37 → 1.0.38

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.
@@ -848,8 +848,8 @@ template, [hidden] {
848
848
  z-index: 100;
849
849
  }
850
850
 
851
- #root-container .z-\[9999999999\] {
852
- z-index: 2147483647;
851
+ #root-container .z-\[60000\] {
852
+ z-index: 60000;
853
853
  }
854
854
 
855
855
  #root-container .container {
@@ -960,6 +960,10 @@ template, [hidden] {
960
960
  display: flex;
961
961
  }
962
962
 
963
+ #root-container .flex\! {
964
+ display: flex !important;
965
+ }
966
+
963
967
  #root-container .grid {
964
968
  display: grid;
965
969
  }
@@ -1064,6 +1068,10 @@ template, [hidden] {
1064
1068
  height: 64px;
1065
1069
  }
1066
1070
 
1071
+ #root-container .h-\[64px\]\! {
1072
+ height: 64px !important;
1073
+ }
1074
+
1067
1075
  #root-container .h-\[780px\] {
1068
1076
  height: 780px;
1069
1077
  }
@@ -1224,6 +1232,10 @@ template, [hidden] {
1224
1232
  flex-shrink: 0;
1225
1233
  }
1226
1234
 
1235
+ #root-container .shrink-0\! {
1236
+ flex-shrink: 0 !important;
1237
+ }
1238
+
1227
1239
  #root-container .origin-\(--radix-popover-content-transform-origin\) {
1228
1240
  transform-origin: var(--radix-popover-content-transform-origin);
1229
1241
  }
@@ -1310,6 +1322,10 @@ template, [hidden] {
1310
1322
  flex-direction: row;
1311
1323
  }
1312
1324
 
1325
+ #root-container .flex-row\! {
1326
+ flex-direction: row !important;
1327
+ }
1328
+
1313
1329
  #root-container .flex-wrap {
1314
1330
  flex-wrap: wrap;
1315
1331
  }
@@ -1318,6 +1334,10 @@ template, [hidden] {
1318
1334
  align-items: center;
1319
1335
  }
1320
1336
 
1337
+ #root-container .items-center\! {
1338
+ align-items: center !important;
1339
+ }
1340
+
1321
1341
  #root-container .items-start {
1322
1342
  align-items: flex-start;
1323
1343
  }
@@ -1338,6 +1358,10 @@ template, [hidden] {
1338
1358
  gap: 8px;
1339
1359
  }
1340
1360
 
1361
+ #root-container .gap-\[8px\]\! {
1362
+ gap: 8px !important;
1363
+ }
1364
+
1341
1365
  #root-container .gap-\[12px\] {
1342
1366
  gap: 12px;
1343
1367
  }
@@ -1346,6 +1370,10 @@ template, [hidden] {
1346
1370
  gap: 16px;
1347
1371
  }
1348
1372
 
1373
+ #root-container .gap-\[16px\]\! {
1374
+ gap: 16px !important;
1375
+ }
1376
+
1349
1377
  #root-container .gap-\[var\(--sm-padding\)\] {
1350
1378
  gap: var(--sm-padding);
1351
1379
  }
@@ -1366,8 +1394,8 @@ template, [hidden] {
1366
1394
  overflow: hidden;
1367
1395
  }
1368
1396
 
1369
- #root-container .overflow-x-auto {
1370
- overflow-x: auto;
1397
+ #root-container .overflow-x-auto\! {
1398
+ overflow-x: auto !important;
1371
1399
  }
1372
1400
 
1373
1401
  #root-container .overflow-y-auto {
@@ -1448,6 +1476,11 @@ template, [hidden] {
1448
1476
  border-bottom-width: 1px;
1449
1477
  }
1450
1478
 
1479
+ #root-container .border-b\! {
1480
+ border-bottom-style: var(--tw-border-style) !important;
1481
+ border-bottom-width: 1px !important;
1482
+ }
1483
+
1451
1484
  #root-container .border-l-\[10px\] {
1452
1485
  border-left-style: var(--tw-border-style);
1453
1486
  border-left-width: 10px;
@@ -1463,10 +1496,19 @@ template, [hidden] {
1463
1496
  border-style: solid;
1464
1497
  }
1465
1498
 
1499
+ #root-container .border-solid\! {
1500
+ --tw-border-style: solid !important;
1501
+ border-style: solid !important;
1502
+ }
1503
+
1466
1504
  #root-container .border-\[var\(--border\)\] {
1467
1505
  border-color: var(--border);
1468
1506
  }
1469
1507
 
1508
+ #root-container .border-\[var\(--border\)\]\! {
1509
+ border-color: var(--border) !important;
1510
+ }
1511
+
1470
1512
  #root-container .border-\[var\(--main-accent-color\)\] {
1471
1513
  border-color: var(--main-accent-color);
1472
1514
  }
@@ -1633,6 +1675,10 @@ template, [hidden] {
1633
1675
  padding: var(--sm-padding);
1634
1676
  }
1635
1677
 
1678
+ #root-container .p-\[var\(--sm-padding\)\]\! {
1679
+ padding: var(--sm-padding) !important;
1680
+ }
1681
+
1636
1682
  #root-container .px-2 {
1637
1683
  padding-inline: calc(var(--spacing) * 2);
1638
1684
  }
@@ -2434,18 +2480,26 @@ template, [hidden] {
2434
2480
  }
2435
2481
 
2436
2482
  @media (min-width: 64rem) {
2437
- #root-container .lg\:flex {
2438
- display: flex;
2483
+ #root-container .lg\:visible\! {
2484
+ visibility: visible !important;
2485
+ }
2486
+
2487
+ #root-container .lg\:flex\! {
2488
+ display: flex !important;
2439
2489
  }
2440
2490
 
2441
- #root-container .lg\:hidden {
2442
- display: none;
2491
+ #root-container .lg\:hidden\! {
2492
+ display: none !important;
2443
2493
  }
2444
2494
 
2445
2495
  #root-container .lg\:w-\[50\%\] {
2446
2496
  width: 50%;
2447
2497
  }
2448
2498
 
2499
+ #root-container .lg\:w-\[50\%\]\! {
2500
+ width: 50% !important;
2501
+ }
2502
+
2449
2503
  #root-container .lg\:max-w-\[240px\] {
2450
2504
  max-width: 240px;
2451
2505
  }
@@ -2489,12 +2543,12 @@ template, [hidden] {
2489
2543
  }
2490
2544
 
2491
2545
  @media (min-width: 80rem) {
2492
- #root-container .xl\:w-full {
2493
- width: 100%;
2546
+ #root-container .xl\:w-full\! {
2547
+ width: 100% !important;
2494
2548
  }
2495
2549
 
2496
- #root-container .xl\:max-w-\[68\%\] {
2497
- max-width: 68%;
2550
+ #root-container .xl\:max-w-\[68\%\]\! {
2551
+ max-width: 68% !important;
2498
2552
  }
2499
2553
 
2500
2554
  #root-container .xl\:grid-cols-7 {
package/dist/cdn/main.css CHANGED
@@ -848,8 +848,8 @@ template, [hidden] {
848
848
  z-index: 100;
849
849
  }
850
850
 
851
- #root-container .z-\[9999999999\] {
852
- z-index: 2147483647;
851
+ #root-container .z-\[60000\] {
852
+ z-index: 60000;
853
853
  }
854
854
 
855
855
  #root-container .container {
@@ -960,6 +960,10 @@ template, [hidden] {
960
960
  display: flex;
961
961
  }
962
962
 
963
+ #root-container .flex\! {
964
+ display: flex !important;
965
+ }
966
+
963
967
  #root-container .grid {
964
968
  display: grid;
965
969
  }
@@ -1064,6 +1068,10 @@ template, [hidden] {
1064
1068
  height: 64px;
1065
1069
  }
1066
1070
 
1071
+ #root-container .h-\[64px\]\! {
1072
+ height: 64px !important;
1073
+ }
1074
+
1067
1075
  #root-container .h-\[780px\] {
1068
1076
  height: 780px;
1069
1077
  }
@@ -1224,6 +1232,10 @@ template, [hidden] {
1224
1232
  flex-shrink: 0;
1225
1233
  }
1226
1234
 
1235
+ #root-container .shrink-0\! {
1236
+ flex-shrink: 0 !important;
1237
+ }
1238
+
1227
1239
  #root-container .origin-\(--radix-popover-content-transform-origin\) {
1228
1240
  transform-origin: var(--radix-popover-content-transform-origin);
1229
1241
  }
@@ -1310,6 +1322,10 @@ template, [hidden] {
1310
1322
  flex-direction: row;
1311
1323
  }
1312
1324
 
1325
+ #root-container .flex-row\! {
1326
+ flex-direction: row !important;
1327
+ }
1328
+
1313
1329
  #root-container .flex-wrap {
1314
1330
  flex-wrap: wrap;
1315
1331
  }
@@ -1318,6 +1334,10 @@ template, [hidden] {
1318
1334
  align-items: center;
1319
1335
  }
1320
1336
 
1337
+ #root-container .items-center\! {
1338
+ align-items: center !important;
1339
+ }
1340
+
1321
1341
  #root-container .items-start {
1322
1342
  align-items: flex-start;
1323
1343
  }
@@ -1338,6 +1358,10 @@ template, [hidden] {
1338
1358
  gap: 8px;
1339
1359
  }
1340
1360
 
1361
+ #root-container .gap-\[8px\]\! {
1362
+ gap: 8px !important;
1363
+ }
1364
+
1341
1365
  #root-container .gap-\[12px\] {
1342
1366
  gap: 12px;
1343
1367
  }
@@ -1346,6 +1370,10 @@ template, [hidden] {
1346
1370
  gap: 16px;
1347
1371
  }
1348
1372
 
1373
+ #root-container .gap-\[16px\]\! {
1374
+ gap: 16px !important;
1375
+ }
1376
+
1349
1377
  #root-container .gap-\[var\(--sm-padding\)\] {
1350
1378
  gap: var(--sm-padding);
1351
1379
  }
@@ -1366,8 +1394,8 @@ template, [hidden] {
1366
1394
  overflow: hidden;
1367
1395
  }
1368
1396
 
1369
- #root-container .overflow-x-auto {
1370
- overflow-x: auto;
1397
+ #root-container .overflow-x-auto\! {
1398
+ overflow-x: auto !important;
1371
1399
  }
1372
1400
 
1373
1401
  #root-container .overflow-y-auto {
@@ -1448,6 +1476,11 @@ template, [hidden] {
1448
1476
  border-bottom-width: 1px;
1449
1477
  }
1450
1478
 
1479
+ #root-container .border-b\! {
1480
+ border-bottom-style: var(--tw-border-style) !important;
1481
+ border-bottom-width: 1px !important;
1482
+ }
1483
+
1451
1484
  #root-container .border-l-\[10px\] {
1452
1485
  border-left-style: var(--tw-border-style);
1453
1486
  border-left-width: 10px;
@@ -1463,10 +1496,19 @@ template, [hidden] {
1463
1496
  border-style: solid;
1464
1497
  }
1465
1498
 
1499
+ #root-container .border-solid\! {
1500
+ --tw-border-style: solid !important;
1501
+ border-style: solid !important;
1502
+ }
1503
+
1466
1504
  #root-container .border-\[var\(--border\)\] {
1467
1505
  border-color: var(--border);
1468
1506
  }
1469
1507
 
1508
+ #root-container .border-\[var\(--border\)\]\! {
1509
+ border-color: var(--border) !important;
1510
+ }
1511
+
1470
1512
  #root-container .border-\[var\(--main-accent-color\)\] {
1471
1513
  border-color: var(--main-accent-color);
1472
1514
  }
@@ -1633,6 +1675,10 @@ template, [hidden] {
1633
1675
  padding: var(--sm-padding);
1634
1676
  }
1635
1677
 
1678
+ #root-container .p-\[var\(--sm-padding\)\]\! {
1679
+ padding: var(--sm-padding) !important;
1680
+ }
1681
+
1636
1682
  #root-container .px-2 {
1637
1683
  padding-inline: calc(var(--spacing) * 2);
1638
1684
  }
@@ -2434,18 +2480,26 @@ template, [hidden] {
2434
2480
  }
2435
2481
 
2436
2482
  @media (min-width: 64rem) {
2437
- #root-container .lg\:flex {
2438
- display: flex;
2483
+ #root-container .lg\:visible\! {
2484
+ visibility: visible !important;
2485
+ }
2486
+
2487
+ #root-container .lg\:flex\! {
2488
+ display: flex !important;
2439
2489
  }
2440
2490
 
2441
- #root-container .lg\:hidden {
2442
- display: none;
2491
+ #root-container .lg\:hidden\! {
2492
+ display: none !important;
2443
2493
  }
2444
2494
 
2445
2495
  #root-container .lg\:w-\[50\%\] {
2446
2496
  width: 50%;
2447
2497
  }
2448
2498
 
2499
+ #root-container .lg\:w-\[50\%\]\! {
2500
+ width: 50% !important;
2501
+ }
2502
+
2449
2503
  #root-container .lg\:max-w-\[240px\] {
2450
2504
  max-width: 240px;
2451
2505
  }
@@ -2489,12 +2543,12 @@ template, [hidden] {
2489
2543
  }
2490
2544
 
2491
2545
  @media (min-width: 80rem) {
2492
- #root-container .xl\:w-full {
2493
- width: 100%;
2546
+ #root-container .xl\:w-full\! {
2547
+ width: 100% !important;
2494
2548
  }
2495
2549
 
2496
- #root-container .xl\:max-w-\[68\%\] {
2497
- max-width: 68%;
2550
+ #root-container .xl\:max-w-\[68\%\]\! {
2551
+ max-width: 68% !important;
2498
2552
  }
2499
2553
 
2500
2554
  #root-container .xl\:grid-cols-7 {
package/dist/cdn/main.js CHANGED
@@ -12914,7 +12914,7 @@ const AA = ({ text: e, isActive: t = !1, onClick: n }) => {
12914
12914
  return /* @__PURE__ */ x.jsxs(
12915
12915
  "div",
12916
12916
  {
12917
- className: `flex flex-row items-center gap-[8px] lg:w-[50%] xl:max-w-[68%] xl:w-full ${i}`,
12917
+ className: `flex! flex-row! items-center! gap-[8px]! lg:w-[50%]! xl:max-w-[68%]! xl:w-full! ${i}`,
12918
12918
  role: "region",
12919
12919
  "aria-label": "Category slider",
12920
12920
  children: [
@@ -29327,16 +29327,16 @@ const zb = ({
29327
29327
  window.removeEventListener("scroll", b), window.removeEventListener("resize", T), A.disconnect();
29328
29328
  };
29329
29329
  }, [e, t, i, s]), !e || !t ? null : go.createPortal(
29330
- /* @__PURE__ */ x.jsx("div", { className: "fixed inset-0 z-[9999999999] pointer-events-none", children: /* @__PURE__ */ x.jsxs(
29330
+ /* @__PURE__ */ x.jsx("div", { className: "fixed inset-0 z-[60000] pointer-events-none", children: /* @__PURE__ */ x.jsxs(
29331
29331
  "div",
29332
29332
  {
29333
29333
  ref: l,
29334
29334
  role: "tooltip",
29335
- className: `
29336
- absolute
29337
- rounded-2xl
29338
- text-white text-sm leading-6 font-medium
29339
- pointer-events-auto
29335
+ className: `\r
29336
+ absolute\r
29337
+ rounded-2xl\r
29338
+ text-white text-sm leading-6 font-medium\r
29339
+ pointer-events-auto\r
29340
29340
  `,
29341
29341
  style: {
29342
29342
  top: c.top,
@@ -29349,11 +29349,11 @@ const zb = ({
29349
29349
  /* @__PURE__ */ x.jsx(
29350
29350
  "span",
29351
29351
  {
29352
- className: `
29353
- absolute -bottom-[10px] h-0 w-0
29354
- border-l-[10px] border-l-transparent
29355
- border-r-[10px] border-r-transparent
29356
- border-t-[10px]
29352
+ className: `\r
29353
+ absolute -bottom-[10px] h-0 w-0\r
29354
+ border-l-[10px] border-l-transparent\r
29355
+ border-r-[10px] border-r-transparent\r
29356
+ border-t-[10px]\r
29357
29357
  `,
29358
29358
  style: {
29359
29359
  left: c.arrowLeft,
@@ -29630,7 +29630,7 @@ const zb = ({
29630
29630
  items: S,
29631
29631
  activeId: l.productId,
29632
29632
  onSelect: (F) => c(F),
29633
- className: "hidden lg:flex flex-row shrink-0 overflow-x-auto"
29633
+ className: "hidden! lg:flex! lg:visible! flex-row! shrink-0! overflow-x-auto!"
29634
29634
  }
29635
29635
  )
29636
29636
  ] }),
@@ -29640,7 +29640,7 @@ const zb = ({
29640
29640
  items: S,
29641
29641
  activeId: l.productId,
29642
29642
  onSelect: (F) => c(F),
29643
- className: "h-[64px] p-[var(--sm-padding)] border-b border-[var(--border)] lg:hidden"
29643
+ className: "h-[64px]! p-[var(--sm-padding)]! border-b! border-[var(--border)]! lg:hidden!"
29644
29644
  }
29645
29645
  ),
29646
29646
  /* @__PURE__ */ x.jsxs(