wargerm 0.7.13 → 0.7.15

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.
package/dist/index.esm.js CHANGED
@@ -2231,7 +2231,7 @@ WButton.defaultProps = {};
2231
2231
  // import IconFont from '@/components/IconFont';
2232
2232
  // <IconFont type='icon-demo' className='xxx-xxx' />
2233
2233
  var IconFont = createFromIconfontCN({
2234
- scriptUrl: '//at.alicdn.com/t/font_3425259_s93peuz62an.js'
2234
+ scriptUrl: 'https://static.eblssmart.com/wargerm/font/font.js'
2235
2235
  });
2236
2236
 
2237
2237
  var WInput = function WInput(props) {
package/dist/index.js CHANGED
@@ -2275,7 +2275,7 @@ WButton.defaultProps = {};
2275
2275
  // import IconFont from '@/components/IconFont';
2276
2276
  // <IconFont type='icon-demo' className='xxx-xxx' />
2277
2277
  var IconFont = icons.createFromIconfontCN({
2278
- scriptUrl: '//at.alicdn.com/t/font_3425259_s93peuz62an.js'
2278
+ scriptUrl: 'https://static.eblssmart.com/wargerm/font/font.js'
2279
2279
  });
2280
2280
 
2281
2281
  var WInput = function WInput(props) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "wargerm",
4
- "version": "0.7.13",
4
+ "version": "0.7.15",
5
5
  "scripts": {
6
6
  "dev": "dumi dev",
7
7
  "docs:build": "dumi build",