@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/dark.css
CHANGED
|
@@ -33408,7 +33408,7 @@ ellipsis {
|
|
|
33408
33408
|
.page-header__action,
|
|
33409
33409
|
.page-header__extra {
|
|
33410
33410
|
display: flex;
|
|
33411
|
-
justify-content: end;
|
|
33411
|
+
justify-content: flex-end;
|
|
33412
33412
|
}
|
|
33413
33413
|
.page-header__extra {
|
|
33414
33414
|
min-width: 242px;
|