@varlet/ui 2.20.3 → 2.20.4

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
@@ -25056,9 +25056,9 @@ const skeleton = "";
25056
25056
  const SkeletonSfc = "";
25057
25057
  const slider = "";
25058
25058
  const SliderSfc = "";
25059
+ const SnackbarSfc = "";
25059
25060
  const snackbar = "";
25060
25061
  const coreSfc = "";
25061
- const SnackbarSfc = "";
25062
25062
  const space = "";
25063
25063
  const step = "";
25064
25064
  const StepSfc = "";
@@ -25085,7 +25085,7 @@ const uploader = "";
25085
25085
  const UploaderSfc = "";
25086
25086
  const watermark = "";
25087
25087
  const WatermarkSfc = "";
25088
- const version = "2.20.3";
25088
+ const version = "2.20.4";
25089
25089
  function install(app) {
25090
25090
  stdin_default$3k.install && app.use(stdin_default$3k);
25091
25091
  stdin_default$3i.install && app.use(stdin_default$3i);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "2.20.3",
3
+ "version": "2.20.4",
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/icons": "2.20.3",
52
- "@varlet/shared": "2.20.3",
53
- "@varlet/use": "2.20.3"
51
+ "@varlet/shared": "2.20.4",
52
+ "@varlet/use": "2.20.4",
53
+ "@varlet/icons": "2.20.4"
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/ui": "2.20.3",
70
- "@varlet/cli": "2.20.3",
71
- "@varlet/touch-emulator": "2.20.3"
69
+ "@varlet/touch-emulator": "2.20.4",
70
+ "@varlet/cli": "2.20.4",
71
+ "@varlet/ui": "2.20.4"
72
72
  },
73
73
  "scripts": {
74
74
  "dev": "varlet-cli dev",