@delon/theme 18.2.0 → 18.3.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 +4 -3
- package/compact.min.css +1 -1
- package/dark.css +4 -3
- package/dark.min.css +1 -1
- package/default.css +4 -3
- package/default.min.css +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/fesm2022/theme.mjs +1 -1
- package/fesm2022/theme.mjs.map +1 -1
- package/layout-default/style/_header.less +5 -3
- package/package.json +5 -5
- package/system/antd/_modal.less +1 -1
- package/variable.css +4 -3
- package/variable.min.css +1 -1
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
background-color: @alain-default-header-nav-bg-hover;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
>
|
|
86
|
+
> .anticon,
|
|
87
87
|
&-icon {
|
|
88
88
|
// fix ant-dropdown-trigger
|
|
89
89
|
transform: none !important;
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
&-disabled {
|
|
108
108
|
pointer-events: none;
|
|
109
|
-
opacity: .5;
|
|
109
|
+
opacity: 0.5;
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
}
|
|
@@ -147,7 +147,9 @@
|
|
|
147
147
|
.@{ant-prefix}-input-affix-wrapper {
|
|
148
148
|
i {
|
|
149
149
|
color: #fff;
|
|
150
|
-
transition:
|
|
150
|
+
transition:
|
|
151
|
+
color 300ms,
|
|
152
|
+
transform 400ms;
|
|
151
153
|
}
|
|
152
154
|
}
|
|
153
155
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delon/theme",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.3.0",
|
|
4
4
|
"author": "cipchk<cipchk@qq.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"ng-zorro-antd": "^18.1.1",
|
|
25
|
-
"@delon/acl": "^18.
|
|
26
|
-
"@delon/abc": "^18.
|
|
27
|
-
"@delon/form": "^18.
|
|
28
|
-
"@delon/util": "^18.
|
|
25
|
+
"@delon/acl": "^18.3.0",
|
|
26
|
+
"@delon/abc": "^18.3.0",
|
|
27
|
+
"@delon/form": "^18.3.0",
|
|
28
|
+
"@delon/util": "^18.3.0",
|
|
29
29
|
"tslib": "^2.3.0"
|
|
30
30
|
},
|
|
31
31
|
"module": "fesm2022/theme.mjs",
|
package/system/antd/_modal.less
CHANGED
package/variable.css
CHANGED
|
@@ -29797,7 +29797,7 @@ a:focus {
|
|
|
29797
29797
|
max-width: 900px;
|
|
29798
29798
|
}
|
|
29799
29799
|
}
|
|
29800
|
-
@media (min-width:
|
|
29800
|
+
@media (min-width: 1200px) {
|
|
29801
29801
|
.modal-xl .ant-modal {
|
|
29802
29802
|
width: auto !important;
|
|
29803
29803
|
max-width: 1200px;
|
|
@@ -33582,7 +33582,7 @@ body {
|
|
|
33582
33582
|
color: #fff;
|
|
33583
33583
|
background-color: rgba(255, 255, 255, 0.2);
|
|
33584
33584
|
}
|
|
33585
|
-
.alain-default__nav-item >
|
|
33585
|
+
.alain-default__nav-item > .anticon,
|
|
33586
33586
|
.alain-default__nav-item-icon {
|
|
33587
33587
|
transform: none !important;
|
|
33588
33588
|
font-size: 18px !important;
|
|
@@ -33634,7 +33634,8 @@ body {
|
|
|
33634
33634
|
.alain-default__search .ant-input-group-addon i,
|
|
33635
33635
|
.alain-default__search .ant-input-affix-wrapper i {
|
|
33636
33636
|
color: #fff;
|
|
33637
|
-
transition: color 300ms,
|
|
33637
|
+
transition: color 300ms,
|
|
33638
|
+
transform 400ms;
|
|
33638
33639
|
}
|
|
33639
33640
|
.alain-default__search-focus .ant-input,
|
|
33640
33641
|
.alain-default__search-focus .ant-input-group-addon,
|