@delon/theme 19.0.0 → 19.1.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 +3 -0
- package/compact.min.css +1 -1
- package/dark.css +3 -0
- package/dark.min.css +1 -1
- package/default.css +3 -0
- package/default.min.css +1 -1
- package/fesm2022/layout-default.mjs +4 -12
- package/fesm2022/layout-default.mjs.map +1 -1
- package/fesm2022/setting-drawer.mjs.map +1 -1
- package/fesm2022/theme.mjs +4 -3
- package/fesm2022/theme.mjs.map +1 -1
- package/package.json +5 -5
- package/setting-drawer/setting-drawer.types.d.ts +1 -3
- package/src/locale/locale.types.d.ts +1 -3
- package/src/services/http/http.client.d.ts +1 -3
- package/src/services/http/http.decorator.d.ts +1 -3
- package/src/services/menu/interface.d.ts +2 -0
- package/variable.css +3 -0
- package/variable.min.css +1 -1
package/dark.css
CHANGED
|
@@ -36213,6 +36213,9 @@ ellipsis {
|
|
|
36213
36213
|
font-weight: normal;
|
|
36214
36214
|
color: rgba(255, 255, 255, 0.45);
|
|
36215
36215
|
}
|
|
36216
|
+
.notice-icon__item-extra .ant-tag {
|
|
36217
|
+
margin-right: 0;
|
|
36218
|
+
}
|
|
36216
36219
|
.page-header {
|
|
36217
36220
|
display: block;
|
|
36218
36221
|
padding: 24px;
|