element-sim 1.1.2 → 1.1.3
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.es.md +5 -1
- package/lib/element-sim.common.js +1 -1
- package/lib/index.js +1 -1
- package/lib/theme-chalk/button.css +1 -1
- package/lib/theme-chalk/calendar.css +1 -1
- package/lib/theme-chalk/dropdown.css +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/lib/theme-chalk/transfer.css +1 -1
- package/package.json +1 -1
- package/packages/theme-chalk/lib/button.css +1 -1
- package/packages/theme-chalk/lib/calendar.css +1 -1
- package/packages/theme-chalk/lib/dropdown.css +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/lib/transfer.css +1 -1
- package/packages/theme-chalk/src/button.scss +5 -0
- package/packages/theme-chalk/src/common/var.scss +1 -1
- package/packages/theme-chalk/src/message.scss +10 -9
- package/src/index.js +1 -1
package/CHANGELOG.es.md
CHANGED
|
@@ -43478,7 +43478,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
43478
43478
|
}
|
|
43479
43479
|
|
|
43480
43480
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
43481
|
-
version: '1.1.
|
|
43481
|
+
version: '1.1.3',
|
|
43482
43482
|
locale: lib_locale_default.a.use,
|
|
43483
43483
|
i18n: lib_locale_default.a.i18n,
|
|
43484
43484
|
install: src_install,
|