@varlet/ui 3.17.0 → 3.17.1
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/README.zh-CN.md +1 -1
- package/es/action-sheet/style/index.mjs +1 -1
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/snackbar/style/index.mjs +1 -1
- package/es/varlet.esm.js +6482 -7447
- package/highlight/web-types.en-US.json +1 -1
- package/highlight/web-types.zh-CN.json +1 -1
- package/lib/varlet.cjs.js +7 -1176
- package/package.json +7 -7
- package/umd/varlet.js +6 -6
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ Varlet is a `Vue3` component library based on Material Design 2 and 3, supportin
|
|
|
26
26
|
|
|
27
27
|
### Features
|
|
28
28
|
|
|
29
|
-
- 🚀 Provide
|
|
29
|
+
- 🚀 Provide 70+ high quality general purpose components
|
|
30
30
|
- 🚀 Components are very lightweight
|
|
31
31
|
- 💪 Developed by Chinese, complete Chinese and English documentation and logistics support
|
|
32
32
|
- 🛠️ Support on-demand introduction
|
package/README.zh-CN.md
CHANGED
package/es/index.bundle.mjs
CHANGED
|
@@ -292,7 +292,7 @@ import './tooltip/style/index.mjs'
|
|
|
292
292
|
import './uploader/style/index.mjs'
|
|
293
293
|
import './watermark/style/index.mjs'
|
|
294
294
|
|
|
295
|
-
const version = '3.17.
|
|
295
|
+
const version = '3.17.1'
|
|
296
296
|
|
|
297
297
|
function install(app) {
|
|
298
298
|
ActionSheet.install && app.use(ActionSheet)
|
package/es/index.mjs
CHANGED
|
@@ -194,7 +194,7 @@ export * from './tooltip/index.mjs'
|
|
|
194
194
|
export * from './uploader/index.mjs'
|
|
195
195
|
export * from './watermark/index.mjs'
|
|
196
196
|
|
|
197
|
-
const version = '3.17.
|
|
197
|
+
const version = '3.17.1'
|
|
198
198
|
|
|
199
199
|
function install(app) {
|
|
200
200
|
ActionSheet.install && app.use(ActionSheet)
|