@varlet/ui 3.16.0-alpha.1778506868488 → 3.16.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "3.16.0-alpha.1778506868488",
3
+ "version": "3.16.0",
4
4
  "description": "A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.",
5
5
  "keywords": [
6
6
  "Vue3",
@@ -44,9 +44,9 @@
44
44
  "@popperjs/core": "^2.11.6",
45
45
  "dayjs": "^1.10.4",
46
46
  "decimal.js": "^10.2.1",
47
- "@varlet/icons": "3.16.0-alpha.1778506868488",
48
- "@varlet/shared": "3.16.0-alpha.1778506868488",
49
- "@varlet/use": "3.16.0-alpha.1778506868488"
47
+ "@varlet/icons": "3.16.0",
48
+ "@varlet/shared": "3.16.0",
49
+ "@varlet/use": "3.16.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "^20.19.0",
@@ -62,9 +62,9 @@
62
62
  "vue": "3.5.21",
63
63
  "vue-router": "4.5.1",
64
64
  "zod": "^3.23.8",
65
- "@varlet/cli": "3.16.0-alpha.1778506868488",
66
- "@varlet/ui": "3.16.0-alpha.1778506868488",
67
- "@varlet/touch-emulator": "3.16.0-alpha.1778506868488"
65
+ "@varlet/ui": "3.16.0",
66
+ "@varlet/cli": "3.16.0",
67
+ "@varlet/touch-emulator": "3.16.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "vue": "^3.2.0"
@@ -501,7 +501,6 @@ interface BaseStyleVars {
501
501
  '--otp-input-cell-height'?: string
502
502
  '--otp-input-cell-max-width'?: string
503
503
  '--otp-input-input-font-size'?: string
504
- '--otp-input-separator-color'?: string
505
504
  '--overlay-background-color'?: string
506
505
  '--pagination-text-color'?: string
507
506
  '--pagination-font-size'?: string