@wot-ui/ui 2.0.0-alpha.4 → 2.0.0-alpha.6
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/README.md +1 -1
- package/attributes.json +1 -1
- package/changelog.md +26 -0
- package/components/wd-button/index.scss +84 -22
- package/components/wd-button/types.ts +3 -3
- package/components/wd-cascader/types.ts +2 -2
- package/components/wd-config-provider/types.ts +18 -2
- package/components/wd-dialog/index.scss +1 -1
- package/components/wd-img-cropper/index.scss +1 -1
- package/components/wd-loading/index.scss +148 -0
- package/components/wd-loading/types.ts +2 -2
- package/components/wd-loading/wd-loading.vue +7 -0
- package/components/wd-notify/index.scss +1 -1
- package/components/wd-select-picker/index.scss +6 -0
- package/components/wd-select-picker/wd-select-picker.vue +2 -2
- package/components/wd-switch/index.scss +1 -1
- package/package.json +1 -1
- package/styles/theme/base/font.scss +2 -2
- package/styles/theme/base/insets.scss +28 -28
- package/styles/theme/base/number.scss +8 -1
- package/styles/theme/base/opacity.scss +1 -1
- package/styles/theme/base/radius.scss +1 -1
- package/styles/theme/base/stroke.scss +4 -4
- package/styles/variable.scss +2 -2
- package/tags.json +1 -1
- package/web-types.json +1 -1
package/README.md
CHANGED
|
@@ -131,4 +131,4 @@
|
|
|
131
131
|
本项目基于 [MIT](https://zh.wikipedia.org/wiki/MIT%E8%A8%B1%E5%8F%AF%E8%AD%89) 协议,请自由地享受和参与开源。
|
|
132
132
|
|
|
133
133
|
|
|
134
|
-
[](https://www.star-history.com/?type=date&repos=wot-ui%2Fwot-ui)
|