@almadar/ui 2.34.0 → 2.34.1

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.
@@ -33024,7 +33024,7 @@ function VerifyModePanel({
33024
33024
  className
33025
33025
  ),
33026
33026
  "data-testid": "debugger-verify",
33027
- style: { zIndex: 30, height: "25vh" },
33027
+ style: { zIndex: 99999, height: "25vh" },
33028
33028
  children: [
33029
33029
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "px-3 py-1.5 flex items-center gap-3 text-xs font-mono border-b border-gray-700 flex-shrink-0", children: [
33030
33030
  /* @__PURE__ */ jsxRuntime.jsx(Badge, { variant: failedChecks > 0 ? "danger" : "success", size: "sm", children: failedChecks > 0 ? `${failedChecks} fail` : "OK" }),
@@ -33217,7 +33217,7 @@ function RuntimeDebugger({
33217
33217
  className
33218
33218
  ),
33219
33219
  "data-testid": isCollapsed ? "debugger-collapsed" : "debugger-expanded",
33220
- style: { zIndex: 30 },
33220
+ style: { zIndex: 99999 },
33221
33221
  children: isCollapsed ? /* @__PURE__ */ jsxRuntime.jsx(
33222
33222
  Button,
33223
33223
  {
@@ -32994,7 +32994,7 @@ function VerifyModePanel({
32994
32994
  className
32995
32995
  ),
32996
32996
  "data-testid": "debugger-verify",
32997
- style: { zIndex: 30, height: "25vh" },
32997
+ style: { zIndex: 99999, height: "25vh" },
32998
32998
  children: [
32999
32999
  /* @__PURE__ */ jsxs("div", { className: "px-3 py-1.5 flex items-center gap-3 text-xs font-mono border-b border-gray-700 flex-shrink-0", children: [
33000
33000
  /* @__PURE__ */ jsx(Badge, { variant: failedChecks > 0 ? "danger" : "success", size: "sm", children: failedChecks > 0 ? `${failedChecks} fail` : "OK" }),
@@ -33187,7 +33187,7 @@ function RuntimeDebugger({
33187
33187
  className
33188
33188
  ),
33189
33189
  "data-testid": isCollapsed ? "debugger-collapsed" : "debugger-expanded",
33190
- style: { zIndex: 30 },
33190
+ style: { zIndex: 99999 },
33191
33191
  children: isCollapsed ? /* @__PURE__ */ jsx(
33192
33192
  Button,
33193
33193
  {
@@ -28131,7 +28131,7 @@ function VerifyModePanel({
28131
28131
  className
28132
28132
  ),
28133
28133
  "data-testid": "debugger-verify",
28134
- style: { zIndex: 30, height: "25vh" },
28134
+ style: { zIndex: 99999, height: "25vh" },
28135
28135
  children: [
28136
28136
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "px-3 py-1.5 flex items-center gap-3 text-xs font-mono border-b border-gray-700 flex-shrink-0", children: [
28137
28137
  /* @__PURE__ */ jsxRuntime.jsx(Badge, { variant: failedChecks > 0 ? "danger" : "success", size: "sm", children: failedChecks > 0 ? `${failedChecks} fail` : "OK" }),
@@ -28324,7 +28324,7 @@ function RuntimeDebugger({
28324
28324
  className
28325
28325
  ),
28326
28326
  "data-testid": isCollapsed ? "debugger-collapsed" : "debugger-expanded",
28327
- style: { zIndex: 30 },
28327
+ style: { zIndex: 99999 },
28328
28328
  children: isCollapsed ? /* @__PURE__ */ jsxRuntime.jsx(
28329
28329
  Button,
28330
28330
  {
@@ -28101,7 +28101,7 @@ function VerifyModePanel({
28101
28101
  className
28102
28102
  ),
28103
28103
  "data-testid": "debugger-verify",
28104
- style: { zIndex: 30, height: "25vh" },
28104
+ style: { zIndex: 99999, height: "25vh" },
28105
28105
  children: [
28106
28106
  /* @__PURE__ */ jsxs("div", { className: "px-3 py-1.5 flex items-center gap-3 text-xs font-mono border-b border-gray-700 flex-shrink-0", children: [
28107
28107
  /* @__PURE__ */ jsx(Badge, { variant: failedChecks > 0 ? "danger" : "success", size: "sm", children: failedChecks > 0 ? `${failedChecks} fail` : "OK" }),
@@ -28294,7 +28294,7 @@ function RuntimeDebugger({
28294
28294
  className
28295
28295
  ),
28296
28296
  "data-testid": isCollapsed ? "debugger-collapsed" : "debugger-expanded",
28297
- style: { zIndex: 30 },
28297
+ style: { zIndex: 99999 },
28298
28298
  children: isCollapsed ? /* @__PURE__ */ jsx(
28299
28299
  Button,
28300
28300
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "2.34.0",
3
+ "version": "2.34.1",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/components/index.js",