mountain-ui 1.0.107 → 1.0.108

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": "mountain-ui",
3
3
  "private": false,
4
- "version": "1.0.107",
4
+ "version": "1.0.108",
5
5
  "description": "A comprehensive UI component library for ERP systems with field types, entities, and registry management built with Svelte",
6
6
  "type": "module",
7
7
  "module": "index.js",
@@ -165,6 +165,9 @@
165
165
  :global(.navbar.close) .btn :global(svg) {
166
166
  transform: translateX(2px);
167
167
  }
168
+ :global(body:has(.navbar.close)) .full :global(svg) {
169
+ transform: translateX(2px);
170
+ }
168
171
 
169
172
  :global(.navbar.open) .btn::after {
170
173
  user-select: none;
@@ -141,6 +141,9 @@
141
141
  :global(.navbar.close) .btn :global(svg) {
142
142
  transform: translateX(2px);
143
143
  }
144
+ :global(body:has(.navbar.close)) .full :global(svg) {
145
+ transform: translateX(2px);
146
+ }
144
147
 
145
148
  .full {
146
149
  display: flex;