@wikex/admin-kit 0.4.0 → 0.5.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/CHANGELOG.md +6 -0
- package/README.md +3 -3
- package/dist/admin/before-login.js +2 -2
- package/dist/admin/brand.js +1 -1
- package/dist/admin/header.js +53 -137
- package/dist/admin/nav-client.js +147 -87
- package/dist/{chunk-AY7N3B45.js → chunk-SM6CCKQQ.js} +5 -5
- package/dist/starter-client.js +1 -1
- package/package.json +1 -1
- package/src/styles/admin.scss +0 -3
- package/src/styles/_minimal-dashboard.scss +0 -724
package/package.json
CHANGED
package/src/styles/admin.scss
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@use './wikex-fonts';
|
|
2
|
-
@use './minimal-dashboard';
|
|
3
2
|
|
|
4
3
|
/* Minimal UI 7.6.1 skin for Payload. Payload keeps all application behaviour. */
|
|
5
4
|
|
|
@@ -3021,8 +3020,6 @@ html:has(.live-preview-resizer--dragging) body {
|
|
|
3021
3020
|
}
|
|
3022
3021
|
}
|
|
3023
3022
|
|
|
3024
|
-
@include minimal-dashboard.styles;
|
|
3025
|
-
|
|
3026
3023
|
@media (prefers-reduced-motion: reduce) {
|
|
3027
3024
|
*,
|
|
3028
3025
|
*::before,
|