@delon/theme 19.0.1 → 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/compact.css
CHANGED
|
@@ -35649,6 +35649,9 @@ ellipsis {
|
|
|
35649
35649
|
font-weight: normal;
|
|
35650
35650
|
color: rgba(0, 0, 0, 0.45);
|
|
35651
35651
|
}
|
|
35652
|
+
.notice-icon__item-extra .ant-tag {
|
|
35653
|
+
margin-right: 0;
|
|
35654
|
+
}
|
|
35652
35655
|
.page-header {
|
|
35653
35656
|
display: block;
|
|
35654
35657
|
padding: 8px 16px 0 16px;
|