@varlet/ui 3.2.12 → 3.2.13

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
@@ -28628,7 +28628,7 @@ withInstall(stdin_default$1);
28628
28628
  withPropsDefaultsSetter(stdin_default$1, props);
28629
28629
  const _WatermarkComponent = stdin_default$1;
28630
28630
  var stdin_default = stdin_default$1;
28631
- const version = "3.2.12";
28631
+ const version = "3.2.13";
28632
28632
  function install(app) {
28633
28633
  stdin_default$5F.install && app.use(stdin_default$5F);
28634
28634
  stdin_default$5D.install && app.use(stdin_default$5D);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "3.2.12",
3
+ "version": "3.2.13",
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": "3.2.12",
52
- "@varlet/shared": "3.2.12",
53
- "@varlet/use": "3.2.12"
51
+ "@varlet/icons": "3.2.13",
52
+ "@varlet/shared": "3.2.13",
53
+ "@varlet/use": "3.2.13"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@vue/runtime-core": "3.4.21",
@@ -66,9 +66,9 @@
66
66
  "typescript": "^5.1.5",
67
67
  "vue": "3.4.21",
68
68
  "vue-router": "4.2.0",
69
- "@varlet/ui": "3.2.12",
70
- "@varlet/cli": "3.2.12",
71
- "@varlet/touch-emulator": "3.2.12"
69
+ "@varlet/cli": "3.2.13",
70
+ "@varlet/ui": "3.2.13",
71
+ "@varlet/touch-emulator": "3.2.13"
72
72
  },
73
73
  "scripts": {
74
74
  "dev": "varlet-cli dev",