@varlet/ui 2.11.6-alpha.1686800314469 → 2.11.6
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/counter/counter.css +1 -1
- package/es/dialog/dialog.css +1 -1
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/table/table.css +1 -1
- package/es/themes/dark/dialog.mjs +1 -0
- package/es/themes/dark/table.mjs +1 -0
- package/es/varlet.esm.js +3 -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 +3 -1
- package/package.json +6 -6
- package/umd/varlet.js +3 -3
package/lib/varlet.cjs.js
CHANGED
|
@@ -23712,6 +23712,7 @@ const datePicker$1 = {
|
|
|
23712
23712
|
};
|
|
23713
23713
|
const dialog$1 = {
|
|
23714
23714
|
"--dialog-background": "#1e1e1e",
|
|
23715
|
+
"--dialog-title-color": "#fff",
|
|
23715
23716
|
"--dialog-message-color": "#bbb"
|
|
23716
23717
|
};
|
|
23717
23718
|
const divider$1 = {
|
|
@@ -23780,6 +23781,7 @@ const tab$1 = {
|
|
|
23780
23781
|
const table$1 = {
|
|
23781
23782
|
"--table-background": "#303030",
|
|
23782
23783
|
"--table-thead-th-text-color": "rgba(255, 255, 255, 0.6)",
|
|
23784
|
+
"--table-tbody-td-text-color": "#fff",
|
|
23783
23785
|
"--table-tbody-tr-hover-background": "#4c4b4b",
|
|
23784
23786
|
"--table-thead-border-bottom": "thin solid rgba(255, 255, 255, 0.12)",
|
|
23785
23787
|
"--table-tbody-tr-border-bottom": "thin solid rgba(255, 255, 255, 0.12)",
|
|
@@ -25545,7 +25547,7 @@ const TimePickerSfc = "";
|
|
|
25545
25547
|
const TooltipSfc = "";
|
|
25546
25548
|
const uploader = "";
|
|
25547
25549
|
const UploaderSfc = "";
|
|
25548
|
-
const version = "2.11.6
|
|
25550
|
+
const version = "2.11.6";
|
|
25549
25551
|
function install(app) {
|
|
25550
25552
|
ActionSheet.install && app.use(ActionSheet);
|
|
25551
25553
|
AppBar.install && app.use(AppBar);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "2.11.6
|
|
3
|
+
"version": "2.11.6",
|
|
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/
|
|
50
|
-
"@varlet/
|
|
51
|
-
"@varlet/
|
|
49
|
+
"@varlet/use": "2.11.6",
|
|
50
|
+
"@varlet/icons": "2.11.6",
|
|
51
|
+
"@varlet/shared": "2.11.6"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@vue/runtime-core": "3.3.1",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"typescript": "^4.4.4",
|
|
64
64
|
"vue": "3.3.2",
|
|
65
65
|
"vue-router": "4.2.0",
|
|
66
|
-
"@varlet/cli": "2.11.6
|
|
67
|
-
"@varlet/touch-emulator": "2.11.6
|
|
66
|
+
"@varlet/cli": "2.11.6",
|
|
67
|
+
"@varlet/touch-emulator": "2.11.6"
|
|
68
68
|
},
|
|
69
69
|
"browserslist": [
|
|
70
70
|
"Chrome >= 54",
|