@xola/ui-kit 3.4.4 → 3.4.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.
@@ -15,7 +15,7 @@ const j = ({
15
15
  const e = g(null), [a, m] = l(!0), [x, y] = l(!0);
16
16
  return w(() => {
17
17
  const c = () => {
18
- e.current && (m(e.current.offsetWidth >= 140), y(e.current.offsetWidth >= 174 || e.current.offsetWidth < 140));
18
+ e.current && (m(e.current.offsetWidth >= 140), y(e.current.offsetWidth >= 140 || e.current.offsetWidth < 100));
19
19
  };
20
20
  c();
21
21
  const f = new ResizeObserver(c);
@@ -184,7 +184,8 @@ const C = {
184
184
  /* @__PURE__ */ d("div", { className: s("flex-grow space-y-2", G && "overflow-y-auto overflow-x-hidden"), children: [
185
185
  e > 60 && /* @__PURE__ */ i("div", { className: "text-center", children: r ? $.cloneElement(r, {
186
186
  className: s(
187
- "inline-block h-12 w-12",
187
+ "inline-block",
188
+ "h-12 w-12",
188
189
  e > 160 && "h-30 w-30",
189
190
  r.props.className
190
191
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xola/ui-kit",
3
- "version": "3.4.4",
3
+ "version": "3.4.5",
4
4
  "description": "Xola UI Kit",
5
5
  "type": "module",
6
6
  "license": "MIT",