@optigrit/optigrit-ui 0.0.4 → 0.0.5

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.
@@ -128,7 +128,7 @@ function Popover(props) {
128
128
  /* @__PURE__ */ jsx(Show, { when: !!closeOnClickOutside, children: /* @__PURE__ */ jsx(
129
129
  "div",
130
130
  {
131
- className: "fixed w-[100dvw] h-[100dvh] left-0 top-0 z-[1] bg-red-600/10",
131
+ className: "fixed w-[100dvw] h-[100dvh] left-0 top-0 z-[1]",
132
132
  style: { display: open ? "block" : "none" },
133
133
  onClick: handleClickOutside
134
134
  }
@@ -144,7 +144,7 @@ function Popover(props) {
144
144
  transition: "all 200ms",
145
145
  opacity: 0,
146
146
  scale: 0.8,
147
- zIndex: 2,
147
+ zIndex: 9999,
148
148
  ...popoverProps.style
149
149
  },
150
150
  children
@@ -6,7 +6,7 @@ import {
6
6
  ShowWithAnimation,
7
7
  Spinner,
8
8
  cn
9
- } from "../chunk-F6GWYCMR.js";
9
+ } from "../chunk-CRWBYFRD.js";
10
10
  import "../chunk-MCQS3QNN.js";
11
11
  import {
12
12
  useKeyboardShortcuts
@@ -948,7 +948,7 @@ function Drawer(props) {
948
948
  removeOnHide: true,
949
949
  containerProps: {
950
950
  style: { position: "fixed" },
951
- className: `fixed inset-0 w-screen h-screen flex`
951
+ className: "fixed inset-0 w-screen h-screen flex z-[9999]"
952
952
  },
953
953
  animationDuration: 1.5 * animationDuration,
954
954
  animationStyle: {
@@ -5,7 +5,7 @@ import {
5
5
  Show,
6
6
  ShowWithAnimation,
7
7
  Spinner
8
- } from "../chunk-F6GWYCMR.js";
8
+ } from "../chunk-CRWBYFRD.js";
9
9
  import "../chunk-MCQS3QNN.js";
10
10
  import "../chunk-U65NGM6F.js";
11
11
  export {
package/index.css CHANGED
@@ -29,7 +29,7 @@
29
29
  --warning: #f59e0b;
30
30
  --info: #3b82f6;
31
31
 
32
- --border: #e5e7eb;
32
+ --border: #6f6f6f;
33
33
  }
34
34
 
35
35
  .dark {
@@ -47,7 +47,7 @@
47
47
  --warning: #fbbf24;
48
48
  --info: #60a5fa;
49
49
 
50
- --border: #374151;
50
+ --border: #9f9f9f;
51
51
  }
52
52
  }
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optigrit/optigrit-ui",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "UI components library for optigrit apps",
5
5
  "license": "ISC",
6
6
  "author": "",