@varlet/ui 2.10.2 → 2.10.3-alpha.1683532936621

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
@@ -25397,9 +25397,9 @@ const skeleton = "";
25397
25397
  const SkeletonSfc = "";
25398
25398
  const slider = "";
25399
25399
  const SliderSfc = "";
25400
+ const SnackbarSfc = "";
25400
25401
  const snackbar = "";
25401
25402
  const coreSfc = "";
25402
- const SnackbarSfc = "";
25403
25403
  const space = "";
25404
25404
  const step = "";
25405
25405
  const StepSfc = "";
@@ -25424,7 +25424,7 @@ const TimePickerSfc = "";
25424
25424
  const TooltipSfc = "";
25425
25425
  const uploader = "";
25426
25426
  const UploaderSfc = "";
25427
- const version = "2.10.2";
25427
+ const version = "2.10.3-alpha.1683532936621";
25428
25428
  function install(app) {
25429
25429
  ActionSheet.install && app.use(ActionSheet);
25430
25430
  AppBar.install && app.use(AppBar);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "2.10.2",
3
+ "version": "2.10.3-alpha.1683532936621",
4
4
  "description": "A material like components library",
5
5
  "main": "lib/varlet.cjs.js",
6
6
  "module": "es/index.mjs",
@@ -46,9 +46,9 @@
46
46
  "@popperjs/core": "^2.11.6",
47
47
  "dayjs": "^1.10.4",
48
48
  "decimal.js": "^10.2.1",
49
- "@varlet/icons": "2.10.2",
50
- "@varlet/shared": "2.10.2",
51
- "@varlet/use": "2.10.2"
49
+ "@varlet/icons": "2.10.3-alpha.1683532936621",
50
+ "@varlet/use": "2.10.3-alpha.1683532936621",
51
+ "@varlet/shared": "2.10.3-alpha.1683532936621"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/jest": "^26.0.15",
@@ -63,8 +63,8 @@
63
63
  "typescript": "^4.4.4",
64
64
  "vue": "3.2.47",
65
65
  "vue-router": "4.1.6",
66
- "@varlet/cli": "2.10.2",
67
- "@varlet/touch-emulator": "2.10.2"
66
+ "@varlet/cli": "2.10.3-alpha.1683532936621",
67
+ "@varlet/touch-emulator": "2.10.3-alpha.1683532936621"
68
68
  },
69
69
  "browserslist": [
70
70
  "Chrome >= 54",