adminforth 2.4.0-next.203 → 2.4.0-next.204

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.
@@ -193,11 +193,11 @@
193
193
  overflow: hidden; /* Prevent content from showing during animation */
194
194
  will-change: width, transform;
195
195
  /* Right-side only shadow */
196
- box-shadow: 12px 0px 14px -5px rgba(0, 0, 0, 0.25);
196
+ box-shadow: 12px 0px 18px -8px rgba(0, 0, 0, 0.15);
197
197
  }
198
198
  :deep(.dark) .sidebar-container {
199
199
  /* Slightly stronger in dark mode */
200
- box-shadow: 12px 0px 14px -5px rgba(0, 0, 0, 0.45);
200
+ box-shadow: 12px 0px 18px -8px rgba(0, 0, 0, 0.45);
201
201
  }
202
202
 
203
203
  .sidebar-collapsed {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.4.0-next.203",
3
+ "version": "2.4.0-next.204",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",