@varlet/ui 2.8.3 → 2.8.4-alpha.1676992435486
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/es/avatar-group/avatarGroup.css +1 -1
- package/es/button-group/buttonGroup.css +1 -1
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/varlet.esm.js +1 -1
- package/highlight/web-types.en-US.json +1 -1
- package/highlight/web-types.zh-CN.json +1 -1
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +1 -1
- package/package.json +5 -5
- package/umd/varlet.js +2 -2
package/lib/varlet.cjs.js
CHANGED
|
@@ -24209,7 +24209,7 @@ const TimePickerSfc = "";
|
|
|
24209
24209
|
const TooltipSfc = "";
|
|
24210
24210
|
const uploader = "";
|
|
24211
24211
|
const UploaderSfc = "";
|
|
24212
|
-
const version = "2.8.
|
|
24212
|
+
const version = "2.8.4-alpha.1676992435486";
|
|
24213
24213
|
function install(app) {
|
|
24214
24214
|
ActionSheet.install && app.use(ActionSheet);
|
|
24215
24215
|
AppBar.install && app.use(AppBar);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.4-alpha.1676992435486",
|
|
4
4
|
"description": "A material like components library",
|
|
5
5
|
"main": "lib/varlet.cjs.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@popperjs/core": "^2.11.6",
|
|
47
47
|
"dayjs": "^1.10.4",
|
|
48
48
|
"decimal.js": "^10.2.1",
|
|
49
|
-
"@varlet/
|
|
50
|
-
"@varlet/
|
|
49
|
+
"@varlet/icons": "2.8.4-alpha.1676992435486",
|
|
50
|
+
"@varlet/shared": "2.8.4-alpha.1676992435486"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/jest": "^26.0.15",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"typescript": "^4.4.4",
|
|
63
63
|
"vue": "3.2.25",
|
|
64
64
|
"vue-router": "4.0.12",
|
|
65
|
-
"@varlet/
|
|
66
|
-
"@varlet/
|
|
65
|
+
"@varlet/touch-emulator": "2.8.4-alpha.1676992435486",
|
|
66
|
+
"@varlet/cli": "2.8.4-alpha.1676992435486"
|
|
67
67
|
},
|
|
68
68
|
"browserslist": [
|
|
69
69
|
"Chrome >= 54",
|