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.
- package/dist/index.js +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
|
|
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
|
|
112
|
+
var _mainModule = _interopRequireDefault(require("./src/shared/__style__/main.module.scss"));
|
|
113
113
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|