@zgfe/business-lib 1.0.28 → 1.0.29

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.
@@ -474,9 +474,9 @@
474
474
  <pre><code class="language-css"
475
475
  >@font-face {
476
476
  font-family: 'bsicon';
477
- src: url('iconfont.woff2?t=1663134978675') format('woff2'),
478
- url('iconfont.woff?t=1663134978675') format('woff'),
479
- url('iconfont.ttf?t=1663134978675') format('truetype');
477
+ src: url('iconfont.woff2?t=1665732247069') format('woff2'),
478
+ url('iconfont.woff?t=1665732247069') format('woff'),
479
+ url('iconfont.ttf?t=1665732247069') format('truetype');
480
480
  }
481
481
  </code></pre>
482
482
  <h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "bsicon"; /* Project id 2545884 */
3
- src: url('iconfont.woff2?t=1663134978675') format('woff2'),
4
- url('iconfont.woff?t=1663134978675') format('woff'),
5
- url('iconfont.ttf?t=1663134978675') format('truetype');
3
+ src: url('iconfont.woff2?t=1665732247069') format('woff2'),
4
+ url('iconfont.woff?t=1665732247069') format('woff'),
5
+ url('iconfont.ttf?t=1665732247069') format('truetype');
6
6
  }
7
7
 
8
8
  .bsicon {
Binary file
Binary file
Binary file
@@ -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.28",
3
+ "version": "1.0.29",
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": "3e84b18b041f5f9aa8c0ebaff4d149199d2cccca"
61
+ "gitHead": "962950237f8a9c0f8868bffaa3462568313322ba"
62
62
  }