@yeeyoon/library 3.5.6 → 3.5.7

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.
@@ -3,6 +3,7 @@ import { createFromIconfontCN } from '@ant-design/icons';
3
3
 
4
4
  const Icons = createFromIconfontCN({
5
5
  scriptUrl: [
6
+ '//at.alicdn.com/t/font_3133477_q292mp6e2u.js',
6
7
  '//at.alicdn.com/t/font_2716486_dpnjwgvqpfn.js',
7
8
  '//at.alicdn.com/t/font_2832661_kmrn4o901g.js', //宜云协同iconfont
8
9
  '//at.alicdn.com/t/font_2832313_vjeg45f5qof.js',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "3.5.6",
3
+ "version": "3.5.7",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {