@steedos/service-pages 2.3.0-beta.36 → 2.3.0-beta.37

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.
@@ -179,7 +179,7 @@
179
179
  maskClosable: false,
180
180
  footer: null,
181
181
  bodyStyle: {padding: "0px", paddingTop: "12px"},
182
- children: React.createElement(BuilderComponent, {
182
+ children: React17.createElement(BuilderComponent, {
183
183
  model: "page", content: {
184
184
  "data": pageContentData
185
185
  }
@@ -195,7 +195,7 @@
195
195
  keyboard: false, // 禁止 esc 关闭
196
196
  footer: null,
197
197
  bodyStyle: {padding: "0px", paddingTop: "12px"},
198
- children: React.createElement(BuilderComponent, {
198
+ children: React17.createElement(BuilderComponent, {
199
199
  model: "page", content: {
200
200
  "data": pageContentData
201
201
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-pages",
3
- "version": "2.3.0-beta.36",
3
+ "version": "2.3.0-beta.37",
4
4
  "main": "package.service.js",
5
5
  "scripts": {},
6
6
  "license": "MIT",
@@ -8,7 +8,7 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
- "gitHead": "1fef67d04c0796a7453dbea7f8101514f155235f",
11
+ "gitHead": "5e1dc58290142d1d7deb0fbe2e171d79c5029cdd",
12
12
  "dependencies": {
13
13
  "ejs": "^3.1.8"
14
14
  }