@delon/theme 14.0.0-beta.0 → 14.0.0-beta.1
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 +1 -1
- package/compact.min.css +1 -1
- package/dark.css +1 -1
- package/dark.min.css +1 -1
- package/default.css +1 -1
- package/default.min.css +1 -1
- package/esm2020/src/services/http/http.token.mjs +7 -1
- package/esm2020/src/version.mjs +1 -1
- package/fesm2015/theme.mjs +8 -2
- package/fesm2015/theme.mjs.map +1 -1
- package/fesm2020/theme.mjs +8 -2
- package/fesm2020/theme.mjs.map +1 -1
- package/package.json +3 -3
- package/src/services/http/http.token.d.ts +6 -0
package/compact.css
CHANGED
|
@@ -32844,7 +32844,7 @@ ellipsis {
|
|
|
32844
32844
|
.page-header__action,
|
|
32845
32845
|
.page-header__extra {
|
|
32846
32846
|
display: flex;
|
|
32847
|
-
justify-content: end;
|
|
32847
|
+
justify-content: flex-end;
|
|
32848
32848
|
}
|
|
32849
32849
|
.page-header__extra {
|
|
32850
32850
|
min-width: 242px;
|