@zgfe/business-lib 1.0.23-alpha.2 → 1.0.23-alpha.3

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,6 +1,5 @@
1
1
  import React from 'react';
2
2
  import { IconFontProps } from '@ant-design/icons/lib/components/IconFont';
3
- import '../assets/iconfont/iconfont.css';
4
3
  interface Props extends IconFontProps {
5
4
  family?: string;
6
5
  size?: number;
@@ -11,7 +11,6 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
11
11
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
12
 
13
13
  import React, { useMemo } from 'react';
14
- import '../assets/iconfont/iconfont.css';
15
14
 
16
15
  var IconFont = function IconFont(props) {
17
16
  var className = props.className,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.0.23-alpha.2",
3
+ "version": "1.0.23-alpha.3",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -58,5 +58,5 @@
58
58
  "react": "^16.12.0 || ^17.0.0",
59
59
  "yorkie": "^2.0.0"
60
60
  },
61
- "gitHead": "730301da75e64fc0609b17751a891fb9d5b9c563"
61
+ "gitHead": "73491f0a04a7a45fdb770126900fb2c1ac662a60"
62
62
  }