element-sim 1.1.11 → 1.1.13
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 +8 -0
- package/lib/element-sim.common.js +1 -1
- package/lib/index.js +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/message-box.css +1 -1
- package/lib/theme-chalk/message.css +1 -1
- package/package.json +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/message-box.css +1 -1
- package/packages/theme-chalk/lib/message.css +1 -1
- package/packages/theme-chalk/src/message.scss +8 -7
- package/src/index.js +1 -1
package/CHANGELOG.zh-CN.md
CHANGED
|
@@ -43500,7 +43500,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
43500
43500
|
}
|
|
43501
43501
|
|
|
43502
43502
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
43503
|
-
version: '1.1.
|
|
43503
|
+
version: '1.1.12',
|
|
43504
43504
|
locale: lib_locale_default.a.use,
|
|
43505
43505
|
i18n: lib_locale_default.a.i18n,
|
|
43506
43506
|
install: src_install,
|