@sudobility/components 5.0.62 → 5.0.63

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -6
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -18285,16 +18285,14 @@ const Ou = ({
18285
18285
  ]
18286
18286
  }
18287
18287
  ),
18288
- y && /* @__PURE__ */ a(
18288
+ y && /* @__PURE__ */ a("div", { className: "absolute top-full left-0 z-50 pt-1", children: /* @__PURE__ */ a(
18289
18289
  "div",
18290
18290
  {
18291
18291
  className: c(
18292
- "absolute top-full left-0 mt-1 py-1",
18293
- "min-w-[200px] rounded-md shadow-lg",
18292
+ "min-w-[200px] rounded-md shadow-lg py-1",
18294
18293
  S.component.card.default.base,
18295
18294
  S.component.card.default.dark,
18296
- "border",
18297
- "z-50"
18295
+ "border"
18298
18296
  ),
18299
18297
  children: d.children?.map((b) => /* @__PURE__ */ a(
18300
18298
  lt,
@@ -18312,7 +18310,7 @@ const Ou = ({
18312
18310
  b.id
18313
18311
  ))
18314
18312
  }
18315
- )
18313
+ ) })
18316
18314
  ]
18317
18315
  },
18318
18316
  d.id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/components",
3
- "version": "5.0.62",
3
+ "version": "5.0.63",
4
4
  "description": "Reusable UI components and design system - Reorganized for better maintainability",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -52,7 +52,7 @@
52
52
  "@radix-ui/react-slot": ">=1.0.0",
53
53
  "@radix-ui/react-switch": ">=1.0.0",
54
54
  "@radix-ui/react-tabs": ">=1.0.0",
55
- "@sudobility/design": "^1.1.29",
55
+ "@sudobility/design": "^1.1.30",
56
56
  "@sudobility/types": "^1.9.61",
57
57
  "class-variance-authority": ">=0.7.0",
58
58
  "clsx": ">=2.0.0",
@@ -74,7 +74,7 @@
74
74
  "@radix-ui/react-slot": "^1.2.3",
75
75
  "@radix-ui/react-switch": "^1.2.6",
76
76
  "@radix-ui/react-tabs": "^1.1.13",
77
- "@sudobility/design": "^1.1.29",
77
+ "@sudobility/design": "^1.1.30",
78
78
  "@sudobility/types": "^1.9.61",
79
79
  "@testing-library/dom": "^10.4.1",
80
80
  "@testing-library/jest-dom": "^6.9.1",