thm-p3-configurator 0.0.5 → 0.0.6

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 (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -78,7 +78,7 @@ Object.defineProperty(exports, "orderSessionActions", {
78
78
  Object.defineProperty(exports, "styles", {
79
79
  enumerable: true,
80
80
  get: function get() {
81
- return _main.default;
81
+ return _mainModule.default;
82
82
  }
83
83
  });
84
84
  Object.defineProperty(exports, "useActiveMarker", {
@@ -109,5 +109,5 @@ var _ActiveMarkerContext = require("./src/shared/__context__/ActiveMarkerContext
109
109
  var _CountryContext = require("./src/shared/__context__/CountryContext.js");
110
110
  var _OrderSessionContext = require("./src/shared/__context__/OrderSessionContext.js");
111
111
  var _index = require("./src/shared/__pages__/internal/index.js");
112
- var _main = _interopRequireDefault(require("./src/shared/__style__/main.scss"));
112
+ var _mainModule = _interopRequireDefault(require("./src/shared/__style__/main.module.scss"));
113
113
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",