@varlet/ui 2.7.1 → 2.7.2
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/icon/icon.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.json +1 -1
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +1 -1
- package/package.json +5 -5
- package/umd/style.css +1 -1
- package/umd/varlet.js +1 -1
package/lib/varlet.cjs.js
CHANGED
|
@@ -23330,7 +23330,7 @@ const tooltip = "";
|
|
|
23330
23330
|
const TooltipSfc = "";
|
|
23331
23331
|
const uploader = "";
|
|
23332
23332
|
const UploaderSfc = "";
|
|
23333
|
-
const version = "2.7.
|
|
23333
|
+
const version = "2.7.2";
|
|
23334
23334
|
function install(app) {
|
|
23335
23335
|
ActionSheet.install && app.use(ActionSheet);
|
|
23336
23336
|
AppBar.install && app.use(AppBar);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.2",
|
|
4
4
|
"description": "A material like components library",
|
|
5
5
|
"main": "lib/varlet.cjs.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@popperjs/core": "^2.11.6",
|
|
48
48
|
"dayjs": "^1.10.4",
|
|
49
49
|
"decimal.js": "^10.2.1",
|
|
50
|
-
"@varlet/icons": "2.7.
|
|
51
|
-
"@varlet/shared": "2.7.
|
|
50
|
+
"@varlet/icons": "2.7.2",
|
|
51
|
+
"@varlet/shared": "2.7.2"
|
|
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.25",
|
|
65
65
|
"vue-router": "4.0.12",
|
|
66
|
-
"@varlet/cli": "2.7.
|
|
67
|
-
"@varlet/touch-emulator": "2.7.
|
|
66
|
+
"@varlet/cli": "2.7.2",
|
|
67
|
+
"@varlet/touch-emulator": "2.7.2"
|
|
68
68
|
},
|
|
69
69
|
"browserslist": [
|
|
70
70
|
"Chrome >= 54",
|