@ship-ui/core 0.15.1 → 0.15.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ship-ui/core",
3
3
  "license": "MIT",
4
- "version": "0.15.1",
4
+ "version": "0.15.3",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=19",
7
7
  "@angular/core": ">=19"
@@ -172,6 +172,8 @@ $shipSidenav: true !default;
172
172
 
173
173
  &.open .main-wrap {
174
174
  transform: translateX(var(--sidenav-width));
175
+ box-shadow: var(--box-shadow-10);
176
+ border-left: 1px solid var(--base-4);
175
177
  }
176
178
 
177
179
  .closed-topbar {