@bbki.ng/components 5.0.1 → 5.0.3

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.
@@ -32,7 +32,7 @@ const z = s.forwardRef(({
32
32
  }, a) => /* @__PURE__ */ o(f, {
33
33
  children: /* @__PURE__ */ o(p, {
34
34
  ref: a,
35
- className: n("z-50 min-w-256 w-256 overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", e),
35
+ className: n("z-50 min-w-256 w-256 bg-white overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", e),
36
36
  ...t
37
37
  })
38
38
  }));
@@ -2,15 +2,15 @@ import e from "../node_modules/.pnpm/classnames@2.3.1/node_modules/classnames/in
2
2
  import { jsxs as c, jsx as d } from "../_virtual/jsx-runtime.mjs";
3
3
  const t = (s) => {
4
4
  const {
5
- leftRenderer: i,
5
+ leftRenderer: o,
6
6
  middleRenderer: l,
7
- rightRenderer: o
8
- } = s, r = e("max-h-full overflow-auto xl:block! py-128");
7
+ rightRenderer: i
8
+ } = s, r = e("max-h-full overflow-auto xl:block! py-128 mx-auto max-w-[680px]");
9
9
  return /* @__PURE__ */ c("div", {
10
10
  className: "grid grid-cols-1 xl:grid-cols-3 gap-4 h-full w-full",
11
11
  children: [/* @__PURE__ */ d("div", {
12
12
  className: e("hidden", r),
13
- children: i && i()
13
+ children: o && o()
14
14
  }), /* @__PURE__ */ d("div", {
15
15
  className: e(r, "no-scrollbar p-16", "relative", {
16
16
  hidden: !l
@@ -18,7 +18,7 @@ const t = (s) => {
18
18
  children: l && l()
19
19
  }), /* @__PURE__ */ d("div", {
20
20
  className: e("hidden", r),
21
- children: o && o()
21
+ children: i && i()
22
22
  })]
23
23
  });
24
24
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/components",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"