@sentecacommerce-theme/lib 0.14.13 → 0.14.14

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -1046,15 +1046,15 @@ Object.keys(_useLocalRating).forEach(function(key) {
1046
1046
  }
1047
1047
  });
1048
1048
  });
1049
- var _types = _interopRequireWildcard(require("./hooks/useProductVariants/types"));
1050
- Object.keys(_types).forEach(function(key) {
1049
+ var _useProductVariants = _interopRequireWildcard(require("./hooks/useProductVariants"));
1050
+ Object.keys(_useProductVariants).forEach(function(key) {
1051
1051
  if (key === "default" || key === "__esModule") return;
1052
1052
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
1053
- if (key in exports && exports[key] === _types[key]) return;
1053
+ if (key in exports && exports[key] === _useProductVariants[key]) return;
1054
1054
  Object.defineProperty(exports, key, {
1055
1055
  enumerable: true,
1056
1056
  get: function() {
1057
- return _types[key];
1057
+ return _useProductVariants[key];
1058
1058
  }
1059
1059
  });
1060
1060
  });
@@ -1082,15 +1082,15 @@ Object.keys(_utils1).forEach(function(key) {
1082
1082
  }
1083
1083
  });
1084
1084
  });
1085
- var _types1 = _interopRequireWildcard(require("./types"));
1086
- Object.keys(_types1).forEach(function(key) {
1085
+ var _types = _interopRequireWildcard(require("./types"));
1086
+ Object.keys(_types).forEach(function(key) {
1087
1087
  if (key === "default" || key === "__esModule") return;
1088
1088
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
1089
- if (key in exports && exports[key] === _types1[key]) return;
1089
+ if (key in exports && exports[key] === _types[key]) return;
1090
1090
  Object.defineProperty(exports, key, {
1091
1091
  enumerable: true,
1092
1092
  get: function() {
1093
- return _types1[key];
1093
+ return _types[key];
1094
1094
  }
1095
1095
  });
1096
1096
  });
package/dist/esm/index.js CHANGED
@@ -92,7 +92,7 @@ export * from './hooks/useRouterRedirect';
92
92
  export * from './hooks/useProgressBar';
93
93
  export * from './hooks/useCatalogDiscounts';
94
94
  export * from './hooks/useLocalRating';
95
- export * from './hooks/useProductVariants/types';
95
+ export * from './hooks/useProductVariants';
96
96
  export * from './hooks/CompareContext/';
97
97
  // Utils
98
98
  export * from './utils';
@@ -85,7 +85,7 @@ export * from './hooks/useRouterRedirect';
85
85
  export * from './hooks/useProgressBar';
86
86
  export * from './hooks/useCatalogDiscounts';
87
87
  export * from './hooks/useLocalRating';
88
- export * from './hooks/useProductVariants/types';
88
+ export * from './hooks/useProductVariants';
89
89
  export * from './hooks/CompareContext/';
90
90
  export * from './utils';
91
91
  export * from './types';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sentecacommerce-theme/lib",
3
3
  "sideEffects": false,
4
- "version": "0.14.13",
4
+ "version": "0.14.14",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
7
7
  "types": "dist/types/index.d.ts",
@@ -31,13 +31,13 @@
31
31
  "watch:cjs": "swc src --out-dir dist/cjs -w",
32
32
  "watch:esm": "swc src --out-dir dist/esm --no-swcrc -w"
33
33
  },
34
- "gitHead": "0e1f7af30574ec8439e46f445d8b764a01108516",
34
+ "gitHead": "89d31b540120ff38257958cf2072a0506d1141cb",
35
35
  "peerDependencies": {
36
36
  "react-query": "^2.26.2"
37
37
  },
38
38
  "dependencies": {
39
- "@sentecacommerce-theme/base": "^0.14.13",
40
- "@sentecacommerce-theme/cms": "^0.14.13",
39
+ "@sentecacommerce-theme/base": "^0.14.14",
40
+ "@sentecacommerce-theme/cms": "^0.14.14",
41
41
  "@sentecacommerce/sdk": "2.0.175",
42
42
  "body-scroll-lock": "^3.1.5",
43
43
  "copy-to-clipboard": "^3.3.1",