@zgfe/business-lib 1.1.13 → 1.1.14

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 @@ var DemoContent = function DemoContent(_ref3) {
179
179
  });
180
180
  }
181
181
 
182
- return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(BizGlobalDataContext.Provider, {
182
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(BizGlobalDataContext.Provider, {
183
183
  value: {
184
184
  currentApp: {
185
185
  appId: currentApp,
@@ -72,7 +72,10 @@ var DemoWrapper = function DemoWrapper(_ref) {
72
72
  defaultApp: defaultApp,
73
73
  onChangeApp: setAppId
74
74
  }),
75
- className: className
75
+ className: className,
76
+ bodyStyle: {
77
+ background: '#FAFAFB'
78
+ }
76
79
  }, /*#__PURE__*/React.createElement(DemoContent, {
77
80
  currentApp: appId,
78
81
  needMeta: needMeta
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -60,5 +60,5 @@
60
60
  "react": "^16.12.0 || ^17.0.0",
61
61
  "yorkie": "^2.0.0"
62
62
  },
63
- "gitHead": "eda6d32cdf2b104bb099ce3803426754b616335e"
63
+ "gitHead": "551dbbf73aeb684643b8cf87a4c8dad18d3b91ff"
64
64
  }