@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 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 60+ high quality general purpose components
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
@@ -26,7 +26,7 @@ Varlet 是一个 `Vue3` 组件库,基于 Material Design 2 和 3,支持移
26
26
 
27
27
  ### 特性
28
28
 
29
- - 🚀   提供 60+ 个高质量通用组件
29
+ - 🚀   提供 70+ 个高质量通用组件
30
30
  - 🚀   组件十分轻量
31
31
  - 💪   由国人开发,完善的中英文文档和后勤保障
32
32
  - 🛠️   支持按需引入
@@ -3,5 +3,5 @@ import '../../icon/icon.css'
3
3
  import '../../ripple/ripple.css'
4
4
  import '../../popup/popup.css'
5
5
  import '../actionSheet.css'
6
- import '../ActionSheetSfc.css'
7
6
  import '../ActionItemSfc.css'
7
+ import '../ActionSheetSfc.css'
@@ -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.0'
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.0'
197
+ const version = '3.17.1'
198
198
 
199
199
  function install(app) {
200
200
  ActionSheet.install && app.use(ActionSheet)
@@ -1,7 +1,7 @@
1
1
  import '../../styles/common.css'
2
- import '../SnackbarSfc.css'
3
2
  import '../../styles/elevation.css'
4
3
  import '../../loading/loading.css'
5
4
  import '../../icon/icon.css'
6
5
  import '../snackbar.css'
7
6
  import '../coreSfc.css'
7
+ import '../SnackbarSfc.css'