@delon/theme 21.1.0 → 21.2.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/compact.css +10 -4
- package/compact.min.css +1 -1
- package/dark.css +10 -4
- package/dark.min.css +1 -1
- package/default.css +10 -4
- package/default.min.css +1 -1
- package/fesm2022/layout-default.mjs +25 -25
- package/fesm2022/layout-default.mjs.map +1 -1
- package/fesm2022/setting-drawer.mjs +10 -10
- package/fesm2022/setting-drawer.mjs.map +1 -1
- package/fesm2022/theme-btn.mjs +7 -7
- package/fesm2022/theme-btn.mjs.map +1 -1
- package/fesm2022/theme.mjs +66 -66
- package/fesm2022/theme.mjs.map +1 -1
- package/package.json +8 -7
- package/variable.css +10 -4
- package/variable.min.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delon/theme",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.2.0",
|
|
4
4
|
"author": "cipchk<cipchk@qq.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"component"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"ng-zorro-antd": "^21.2.
|
|
25
|
-
"@delon/acl": "^21.
|
|
26
|
-
"@delon/abc": "^21.
|
|
27
|
-
"@delon/form": "^21.
|
|
28
|
-
"@delon/util": "^21.
|
|
24
|
+
"ng-zorro-antd": "^21.2.2",
|
|
25
|
+
"@delon/acl": "^21.2.0",
|
|
26
|
+
"@delon/abc": "^21.2.0",
|
|
27
|
+
"@delon/form": "^21.2.0",
|
|
28
|
+
"@delon/util": "^21.2.0",
|
|
29
29
|
"tslib": "^2.3.0"
|
|
30
30
|
},
|
|
31
31
|
"module": "fesm2022/theme.mjs",
|
|
@@ -55,5 +55,6 @@
|
|
|
55
55
|
"default": "./fesm2022/theme-btn.mjs"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"sideEffects": false
|
|
58
|
+
"sideEffects": false,
|
|
59
|
+
"type": "module"
|
|
59
60
|
}
|
package/variable.css
CHANGED
|
@@ -19017,7 +19017,7 @@ textarea.ant-mentions {
|
|
|
19017
19017
|
}
|
|
19018
19018
|
.ant-mentions-dropdown {
|
|
19019
19019
|
position: relative;
|
|
19020
|
-
top:
|
|
19020
|
+
top: 0;
|
|
19021
19021
|
left: 12px;
|
|
19022
19022
|
width: 100%;
|
|
19023
19023
|
margin-top: 8px;
|
|
@@ -22608,7 +22608,7 @@ span.ant-radio + * {
|
|
|
22608
22608
|
background-color: #fff;
|
|
22609
22609
|
border: 1px solid #d9d9d9;
|
|
22610
22610
|
border-radius: 2px;
|
|
22611
|
-
transition:
|
|
22611
|
+
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
22612
22612
|
}
|
|
22613
22613
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
|
|
22614
22614
|
cursor: pointer;
|
|
@@ -23128,7 +23128,8 @@ span.ant-radio + * {
|
|
|
23128
23128
|
direction: rtl;
|
|
23129
23129
|
}
|
|
23130
23130
|
.ant-select-dropdown {
|
|
23131
|
-
|
|
23131
|
+
position: relative;
|
|
23132
|
+
top: 0;
|
|
23132
23133
|
left: 0;
|
|
23133
23134
|
display: block;
|
|
23134
23135
|
width: 100%;
|
|
@@ -29507,6 +29508,11 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29507
29508
|
.ant-cascader-dropdown {
|
|
29508
29509
|
padding: 0;
|
|
29509
29510
|
}
|
|
29511
|
+
.ant-cascader-dropdown.ant-select-dropdown {
|
|
29512
|
+
position: relative;
|
|
29513
|
+
top: 0;
|
|
29514
|
+
left: 0;
|
|
29515
|
+
}
|
|
29510
29516
|
.ant-cascader-menus {
|
|
29511
29517
|
position: relative;
|
|
29512
29518
|
margin-top: 2px;
|
|
@@ -30544,7 +30550,7 @@ nz-tree {
|
|
|
30544
30550
|
}
|
|
30545
30551
|
.ant-select-dropdown.ant-select-tree-dropdown {
|
|
30546
30552
|
position: relative;
|
|
30547
|
-
top:
|
|
30553
|
+
top: 0;
|
|
30548
30554
|
left: 0;
|
|
30549
30555
|
width: 100%;
|
|
30550
30556
|
margin-top: 4px;
|