@zgfe/business-lib 1.1.4 → 1.1.5

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.
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import DemoWrapperTypes from './types';
3
3
  import '../assets/iconfont/iconfont.css';
4
+ import './index.less';
4
5
  declare const DemoWrapper: React.FC<DemoWrapperTypes.Props>;
5
6
  export default DemoWrapper;
@@ -17,6 +17,7 @@ import request from '../utils/ajax';
17
17
  import DemoContent from './content';
18
18
  import DemoHeader from './head';
19
19
  import '../assets/iconfont/iconfont.css';
20
+ import './index.less';
20
21
 
21
22
  var DemoWrapper = function DemoWrapper(_ref) {
22
23
  var children = _ref.children,
@@ -0,0 +1 @@
1
+ @import '~antd/dist/antd.less';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
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": "f15e08ecf2babc1667abccfdbbabd70b701e088a"
63
+ "gitHead": "262e92d6e5c767312eb9a90fce356d7aae26fded"
64
64
  }