@stubber/ui 1.0.25 → 1.0.26

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.
@@ -12,6 +12,6 @@ export { className as class };
12
12
  <SheetPrimitive.Overlay
13
13
  {transition}
14
14
  {transitionConfig}
15
- class={cn("bg-background/80 fixed inset-0 z-50 backdrop-blur-sm", className)}
15
+ class={cn("bg-background/80 fixed inset-0 z-[100] backdrop-blur-sm", className)}
16
16
  {...$$restProps}
17
17
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stubber/ui",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && pnpm run package && node ./fix_dts_imports.js",