@varlet/ui 3.6.4-alpha.1730207839062 → 3.6.5

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.
@@ -277,7 +277,7 @@ import './tooltip/style/index.mjs'
277
277
  import './uploader/style/index.mjs'
278
278
  import './watermark/style/index.mjs'
279
279
 
280
- const version = '3.6.4-alpha.1730207839062'
280
+ const version = '3.6.5'
281
281
 
282
282
  function install(app) {
283
283
  ActionSheet.install && app.use(ActionSheet)
package/es/index.mjs CHANGED
@@ -184,7 +184,7 @@ export * from './tooltip/index.mjs'
184
184
  export * from './uploader/index.mjs'
185
185
  export * from './watermark/index.mjs'
186
186
 
187
- const version = '3.6.4-alpha.1730207839062'
187
+ const version = '3.6.5'
188
188
 
189
189
  function install(app) {
190
190
  ActionSheet.install && app.use(ActionSheet)
@@ -1,7 +1,7 @@
1
1
  import '../../styles/common.css'
2
+ import '../SnackbarSfc.css'
2
3
  import '../../styles/elevation.css'
3
4
  import '../../loading/loading.css'
4
5
  import '../../icon/icon.css'
5
6
  import '../snackbar.css'
6
7
  import '../coreSfc.css'
7
- import '../SnackbarSfc.css'