@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikex/admin-kit",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Reusable Payload CMS admin shell, visual editor and typography tools for Wikex projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
@@ -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,