thm-p3-configurator 0.0.7 → 0.0.9

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 +8 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -81,6 +81,12 @@ Object.defineProperty(exports, "OrderSessionController", {
81
81
  return _OrderSessionContext.OrderSessionController;
82
82
  }
83
83
  });
84
+ Object.defineProperty(exports, "StyleWrapper", {
85
+ enumerable: true,
86
+ get: function get() {
87
+ return _StyleWrapper.default;
88
+ }
89
+ });
84
90
  Object.defineProperty(exports, "orderSessionActions", {
85
91
  enumerable: true,
86
92
  get: function get() {
@@ -129,7 +135,8 @@ Object.defineProperty(exports, "useOrderSession", {
129
135
  return _OrderSessionContext.useOrderSession;
130
136
  }
131
137
  });
132
- var _BranchSelectorModal = _interopRequireDefault(require("./src/shared/__containers__/BranchSelectorModal.jsx"));
138
+ var _BranchSelectorModal = _interopRequireDefault(require("./src/shared/__containers__/BranchSelectorModal.js"));
139
+ var _StyleWrapper = _interopRequireDefault(require("./src/shared/__containers__/StyleWrapper.js"));
133
140
  var _ActiveMarkerContext = require("./src/shared/__context__/ActiveMarkerContext.js");
134
141
  var _CountryContext = require("./src/shared/__context__/CountryContext.js");
135
142
  var _FormulaContext = require("./src/shared/__context__/FormulaContext.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",