@vobs/ui 1.3.5 → 1.3.6

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.
@@ -308,6 +308,7 @@
308
308
  display: flex; align-items: center; justify-content: center;
309
309
  z-index: 1000;
310
310
  }
311
+ .vui-backdrop[hidden] { display: none !important; }
311
312
  .vui-dialog {
312
313
  background: var(--bg-base-secondary);
313
314
  border: 1px solid var(--border-neutral-l1);
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "type": "git",
12
12
  "url": "git+https://github.com/vobsjs/vobs.git"
13
13
  },
14
- "version": "1.3.5",
14
+ "version": "1.3.6",
15
15
  "publishConfig": {
16
16
  "access": "public"
17
17
  },
@@ -201,10 +201,10 @@
201
201
  "./src/styles/*.css"
202
202
  ],
203
203
  "dependencies": {
204
- "@vobs/icon-core": "1.3.5",
205
- "@vobs/notification": "1.3.5",
206
- "@vobs/reactivity": "1.3.5",
207
- "@vobs/vobs": "1.3.5"
204
+ "@vobs/icon-core": "1.3.6",
205
+ "@vobs/notification": "1.3.6",
206
+ "@vobs/reactivity": "1.3.6",
207
+ "@vobs/vobs": "1.3.6"
208
208
  },
209
209
  "scripts": {
210
210
  "test": "vitest --environment jsdom"
@@ -308,6 +308,7 @@
308
308
  display: flex; align-items: center; justify-content: center;
309
309
  z-index: 1000;
310
310
  }
311
+ .vui-backdrop[hidden] { display: none !important; }
311
312
  .vui-dialog {
312
313
  background: var(--bg-base-secondary);
313
314
  border: 1px solid var(--border-neutral-l1);