@varlet/ui 2.18.1 → 2.18.2-alpha.1698728560863

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
@@ -24675,9 +24675,9 @@ const skeleton = "";
24675
24675
  const SkeletonSfc = "";
24676
24676
  const slider = "";
24677
24677
  const SliderSfc = "";
24678
- const SnackbarSfc = "";
24679
24678
  const snackbar = "";
24680
24679
  const coreSfc = "";
24680
+ const SnackbarSfc = "";
24681
24681
  const space = "";
24682
24682
  const step = "";
24683
24683
  const StepSfc = "";
@@ -24704,7 +24704,7 @@ const uploader = "";
24704
24704
  const UploaderSfc = "";
24705
24705
  const watermark = "";
24706
24706
  const WatermarkSfc = "";
24707
- const version = "2.18.1";
24707
+ const version = "2.18.2-alpha.1698728560863";
24708
24708
  function install(app) {
24709
24709
  stdin_default$3k.install && app.use(stdin_default$3k);
24710
24710
  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.18.1",
3
+ "version": "2.18.2-alpha.1698728560863",
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.18.1",
52
- "@varlet/use": "2.18.1",
53
- "@varlet/shared": "2.18.1"
51
+ "@varlet/use": "2.18.2-alpha.1698728560863",
52
+ "@varlet/shared": "2.18.2-alpha.1698728560863",
53
+ "@varlet/icons": "2.18.2-alpha.1698728560863"
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/touch-emulator": "2.18.1",
70
- "@varlet/cli": "2.18.1",
71
- "@varlet/ui": "2.18.1"
69
+ "@varlet/touch-emulator": "2.18.2-alpha.1698728560863",
70
+ "@varlet/ui": "2.18.2-alpha.1698728560863",
71
+ "@varlet/cli": "2.18.2-alpha.1698728560863"
72
72
  },
73
73
  "scripts": {
74
74
  "dev": "varlet-cli dev",