hasting-swatchcart-module 1.0.35 → 1.0.36

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.
@@ -952,6 +952,10 @@ template, [hidden] {
952
952
  display: block;
953
953
  }
954
954
 
955
+ #root-container .block\! {
956
+ display: block !important;
957
+ }
958
+
955
959
  #root-container .flex {
956
960
  display: flex;
957
961
  }
@@ -964,6 +968,10 @@ template, [hidden] {
964
968
  display: none;
965
969
  }
966
970
 
971
+ #root-container .hidden\! {
972
+ display: none !important;
973
+ }
974
+
967
975
  #root-container .inline-flex {
968
976
  display: inline-flex;
969
977
  }
@@ -1613,6 +1621,10 @@ template, [hidden] {
1613
1621
  padding: 1.6rem;
1614
1622
  }
1615
1623
 
1624
+ #root-container .p-\[1\.25rem\] {
1625
+ padding: 1.25rem;
1626
+ }
1627
+
1616
1628
  #root-container .p-\[var\(--padding\)\] {
1617
1629
  padding: var(--padding);
1618
1630
  }
@@ -1718,6 +1730,10 @@ template, [hidden] {
1718
1730
  font-size: 1.05rem;
1719
1731
  }
1720
1732
 
1733
+ #root-container .text-\[1\.8rem\] {
1734
+ font-size: 1.8rem;
1735
+ }
1736
+
1721
1737
  #root-container .text-\[1rem\] {
1722
1738
  font-size: 1rem;
1723
1739
  }
@@ -2028,6 +2044,10 @@ template, [hidden] {
2028
2044
  background-color: var(--color-gray-300);
2029
2045
  }
2030
2046
 
2047
+ #root-container .hover\:bg-secondary:hover {
2048
+ background-color: var(--secondary);
2049
+ }
2050
+
2031
2051
  #root-container .hover\:text-\[var\(--main-accent-color\)\]:hover {
2032
2052
  color: var(--main-accent-color);
2033
2053
  }
@@ -2223,16 +2243,16 @@ template, [hidden] {
2223
2243
  right: calc(var(--spacing) * 4);
2224
2244
  }
2225
2245
 
2226
- #root-container .sm\:block {
2227
- display: block;
2246
+ #root-container .sm\:block\! {
2247
+ display: block !important;
2228
2248
  }
2229
2249
 
2230
2250
  #root-container .sm\:flex {
2231
2251
  display: flex;
2232
2252
  }
2233
2253
 
2234
- #root-container .sm\:hidden {
2235
- display: none;
2254
+ #root-container .sm\:hidden\! {
2255
+ display: none !important;
2236
2256
  }
2237
2257
 
2238
2258
  #root-container .sm\:h-6 {
@@ -7,7 +7,7 @@ export declare const getStore: () => import('@reduxjs/toolkit').EnhancedStore<{
7
7
  swatches: import('../../src/features/swatches/model/types').ISwatchesSlice;
8
8
  cart: import('../../src/features/Cart/model/types').CartState;
9
9
  multiProductCart: import('../../src/features/MultiProduct/model/types').IMultiProductState;
10
- }, undefined, import('redux').UnknownAction>;
10
+ }, undefined, import('redux').UnknownAction> & object;
11
11
  }>, import('redux').StoreEnhancer]>>;
12
12
  type AppStore = ReturnType<typeof getStore>;
13
13
  export type AppDispatch = AppStore['dispatch'];
@@ -16,7 +16,7 @@ export declare const useAppDispatch: import('react-redux').UseDispatch<import('r
16
16
  swatches: import('../../src/features/swatches/model/types').ISwatchesSlice;
17
17
  cart: import('../../src/features/Cart/model/types').CartState;
18
18
  multiProductCart: import('../../src/features/MultiProduct/model/types').IMultiProductState;
19
- }, undefined, import('redux').UnknownAction> & import('redux').Dispatch<import('redux').UnknownAction>>;
19
+ }, undefined, import('redux').UnknownAction> & object & import('redux').Dispatch<import('redux').UnknownAction>>;
20
20
  export declare const useAppSelector: import('react-redux').UseSelector<{
21
21
  swatches: import('../../src/features/swatches/model/types').ISwatchesSlice;
22
22
  cart: import('../../src/features/Cart/model/types').CartState;
package/dist/cdn/main.css CHANGED
@@ -952,6 +952,10 @@ template, [hidden] {
952
952
  display: block;
953
953
  }
954
954
 
955
+ #root-container .block\! {
956
+ display: block !important;
957
+ }
958
+
955
959
  #root-container .flex {
956
960
  display: flex;
957
961
  }
@@ -964,6 +968,10 @@ template, [hidden] {
964
968
  display: none;
965
969
  }
966
970
 
971
+ #root-container .hidden\! {
972
+ display: none !important;
973
+ }
974
+
967
975
  #root-container .inline-flex {
968
976
  display: inline-flex;
969
977
  }
@@ -1613,6 +1621,10 @@ template, [hidden] {
1613
1621
  padding: 1.6rem;
1614
1622
  }
1615
1623
 
1624
+ #root-container .p-\[1\.25rem\] {
1625
+ padding: 1.25rem;
1626
+ }
1627
+
1616
1628
  #root-container .p-\[var\(--padding\)\] {
1617
1629
  padding: var(--padding);
1618
1630
  }
@@ -1718,6 +1730,10 @@ template, [hidden] {
1718
1730
  font-size: 1.05rem;
1719
1731
  }
1720
1732
 
1733
+ #root-container .text-\[1\.8rem\] {
1734
+ font-size: 1.8rem;
1735
+ }
1736
+
1721
1737
  #root-container .text-\[1rem\] {
1722
1738
  font-size: 1rem;
1723
1739
  }
@@ -2028,6 +2044,10 @@ template, [hidden] {
2028
2044
  background-color: var(--color-gray-300);
2029
2045
  }
2030
2046
 
2047
+ #root-container .hover\:bg-secondary:hover {
2048
+ background-color: var(--secondary);
2049
+ }
2050
+
2031
2051
  #root-container .hover\:text-\[var\(--main-accent-color\)\]:hover {
2032
2052
  color: var(--main-accent-color);
2033
2053
  }
@@ -2223,16 +2243,16 @@ template, [hidden] {
2223
2243
  right: calc(var(--spacing) * 4);
2224
2244
  }
2225
2245
 
2226
- #root-container .sm\:block {
2227
- display: block;
2246
+ #root-container .sm\:block\! {
2247
+ display: block !important;
2228
2248
  }
2229
2249
 
2230
2250
  #root-container .sm\:flex {
2231
2251
  display: flex;
2232
2252
  }
2233
2253
 
2234
- #root-container .sm\:hidden {
2235
- display: none;
2254
+ #root-container .sm\:hidden\! {
2255
+ display: none !important;
2236
2256
  }
2237
2257
 
2238
2258
  #root-container .sm\:h-6 {