@fonixtree/magic-design 0.0.156 → 0.0.158

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.
@@ -122,4 +122,5 @@
122
122
  position: absolute;
123
123
  left: 0;
124
124
  right: 0;
125
+ z-index: 1001;
125
126
  }
@@ -142,4 +142,5 @@
142
142
  position: absolute;
143
143
  left: 0;
144
144
  right: 0;
145
+ z-index: 1001;
145
146
  }
@@ -193,7 +193,7 @@ function ProductSource(_a) {
193
193
  , 2];
194
194
  return [4
195
195
  /*yield*/
196
- , (0, _commonUtil.commonFetch)('/designer/v1/products', {
196
+ , (0, _commonUtil.commonFetch)("/designer/v1/" + window.magicDesign.MBaseUrl + "products", {
197
197
  products: value
198
198
  }, 'GET')];
199
199
 
@@ -122,4 +122,5 @@
122
122
  position: absolute;
123
123
  left: 0;
124
124
  right: 0;
125
+ z-index: 1001;
125
126
  }
@@ -142,4 +142,5 @@
142
142
  position: absolute;
143
143
  left: 0;
144
144
  right: 0;
145
+ z-index: 1001;
145
146
  }
@@ -193,7 +193,7 @@ function ProductSource(_a) {
193
193
  , 2];
194
194
  return [4
195
195
  /*yield*/
196
- , (0, _commonUtil.commonFetch)('/designer/v1/products', {
196
+ , (0, _commonUtil.commonFetch)("/designer/v1/" + window.magicDesign.MBaseUrl + "products", {
197
197
  products: value
198
198
  }, 'GET')];
199
199
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.0.156",
4
+ "version": "0.0.158",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",