element-sim 1.1.32 → 1.1.34
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/CHANGELOG.zh-CN.md +9 -1
- package/lib/element-sim.common.js +1 -1
- package/lib/index.js +1 -1
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/fonts/icon-sim.ttf +0 -0
- package/lib/theme-chalk/fonts/icon-sim.woff +0 -0
- package/lib/theme-chalk/fonts/icon-sim.woff2 +0 -0
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/theme-chalk/lib/base.css +1 -1
- package/packages/theme-chalk/lib/fonts/icon-sim.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/icon-sim.woff +0 -0
- package/packages/theme-chalk/lib/fonts/icon-sim.woff2 +0 -0
- package/packages/theme-chalk/lib/icon.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/fonts/.DS_Store +0 -0
- package/packages/theme-chalk/src/fonts/icon-sim.ttf +0 -0
- package/packages/theme-chalk/src/fonts/icon-sim.woff +0 -0
- package/packages/theme-chalk/src/fonts/icon-sim.woff2 +0 -0
- package/packages/theme-chalk/src/icon.scss +12 -0
- package/src/index.js +1 -1
package/CHANGELOG.zh-CN.md
CHANGED
|
@@ -43442,7 +43442,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
43442
43442
|
}
|
|
43443
43443
|
|
|
43444
43444
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
43445
|
-
version: '1.1.
|
|
43445
|
+
version: '1.1.34',
|
|
43446
43446
|
locale: lib_locale_default.a.use,
|
|
43447
43447
|
i18n: lib_locale_default.a.i18n,
|
|
43448
43448
|
install: src_install,
|