@varlet/ui 2.16.4 → 2.16.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/lib/varlet.cjs.js CHANGED
@@ -24719,9 +24719,9 @@ const skeleton = "";
24719
24719
  const SkeletonSfc = "";
24720
24720
  const slider = "";
24721
24721
  const SliderSfc = "";
24722
+ const SnackbarSfc = "";
24722
24723
  const snackbar = "";
24723
24724
  const coreSfc = "";
24724
- const SnackbarSfc = "";
24725
24725
  const space = "";
24726
24726
  const step = "";
24727
24727
  const StepSfc = "";
@@ -24748,7 +24748,7 @@ const uploader = "";
24748
24748
  const UploaderSfc = "";
24749
24749
  const watermark = "";
24750
24750
  const WatermarkSfc = "";
24751
- const version = "2.16.4";
24751
+ const version = "2.16.6";
24752
24752
  function install(app) {
24753
24753
  ActionSheet.install && app.use(ActionSheet);
24754
24754
  AppBar.install && app.use(AppBar);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "2.16.4",
3
+ "version": "2.16.6",
4
4
  "description": "A material like components library",
5
5
  "main": "lib/varlet.cjs.js",
6
6
  "module": "es/index.mjs",
@@ -48,9 +48,9 @@
48
48
  "@popperjs/core": "^2.11.6",
49
49
  "dayjs": "^1.10.4",
50
50
  "decimal.js": "^10.2.1",
51
- "@varlet/use": "2.16.4",
52
- "@varlet/icons": "2.16.4",
53
- "@varlet/shared": "2.16.4"
51
+ "@varlet/icons": "2.16.6",
52
+ "@varlet/use": "2.16.6",
53
+ "@varlet/shared": "2.16.6"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@vue/runtime-core": "3.3.4",
@@ -66,9 +66,9 @@
66
66
  "typescript": "^5.1.5",
67
67
  "vue": "3.3.4",
68
68
  "vue-router": "4.2.0",
69
- "@varlet/cli": "2.16.4",
70
- "@varlet/ui": "2.16.4",
71
- "@varlet/touch-emulator": "2.16.4"
69
+ "@varlet/cli": "2.16.6",
70
+ "@varlet/touch-emulator": "2.16.6",
71
+ "@varlet/ui": "2.16.6"
72
72
  },
73
73
  "scripts": {
74
74
  "dev": "varlet-cli dev",