arxatec-ui 0.1.28 → 0.1.30
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.
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as e, B as t, C as n, D as r, E as i, F as a, H as o, I as s, L as c, M as l, N as u, O as d, P as f, R as p, S as m, T as h, U as g, V as _, _ as v, a as y, b, c as x, d as S, f as C, g as w, h as T, i as E, j as D, k as O, l as ee, m as te, n as ne, o as re, p as ie, r as ae, s as oe, t as k, u as se, v as ce, w as le, x as ue, y as de, z as fe } from "./sidebar-
|
|
1
|
+
import { A as e, B as t, C as n, D as r, E as i, F as a, H as o, I as s, L as c, M as l, N as u, O as d, P as f, R as p, S as m, T as h, U as g, V as _, _ as v, a as y, b, c as x, d as S, f as C, g as w, h as T, i as E, j as D, k as O, l as ee, m as te, n as ne, o as re, p as ie, r as ae, s as oe, t as k, u as se, v as ce, w as le, x as ue, y as de, z as fe } from "./sidebar-O29UHYR9.js";
|
|
2
2
|
import * as A from "react";
|
|
3
3
|
import j, { createElement as pe, forwardRef as M, useCallback as N, useEffect as P, useImperativeHandle as F, useMemo as I, useReducer as me, useRef as L, useState as R } from "react";
|
|
4
4
|
import he, { centerCrop as ge, makeAspectCrop as _e } from "react-image-crop";
|
|
@@ -1300,7 +1300,7 @@ function Pi({ data: e, isLoading: t, emptyMessage: n, renderItem: r, getKey: i,
|
|
|
1300
1300
|
function K({ className: e, ...t }) {
|
|
1301
1301
|
return /* @__PURE__ */ V(tn.Root, {
|
|
1302
1302
|
"data-slot": "label",
|
|
1303
|
-
className: g("flex items-center gap-2 text-sm leading-none font-
|
|
1303
|
+
className: g("flex items-center gap-2 text-sm leading-none font-normal select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50", e),
|
|
1304
1304
|
...t
|
|
1305
1305
|
});
|
|
1306
1306
|
}
|
|
@@ -4361,7 +4361,7 @@ function Xs({ className: e, inset: t, ...n }) {
|
|
|
4361
4361
|
return /* @__PURE__ */ V(G.Label, {
|
|
4362
4362
|
"data-slot": "dropdown-menu-label",
|
|
4363
4363
|
"data-inset": t,
|
|
4364
|
-
className: g("px-2 py-1.5 text-sm font-
|
|
4364
|
+
className: g("px-2 py-1.5 text-sm font-normal data-inset:pl-8", e),
|
|
4365
4365
|
...n
|
|
4366
4366
|
});
|
|
4367
4367
|
}
|
|
@@ -6102,7 +6102,7 @@ function cl({ className: e, ...t }) {
|
|
|
6102
6102
|
function ll({ className: e, ...t }) {
|
|
6103
6103
|
return /* @__PURE__ */ V("tfoot", {
|
|
6104
6104
|
"data-slot": "table-footer",
|
|
6105
|
-
className: g("bg-muted/50 border-t font-
|
|
6105
|
+
className: g("bg-muted/50 border-t font-normal [&>tr]:last:border-b-0", e),
|
|
6106
6106
|
...t
|
|
6107
6107
|
});
|
|
6108
6108
|
}
|
|
@@ -9137,9 +9137,9 @@ function ju({ label: e, name: t, type: n = "text", placeholder: r, register: i,
|
|
|
9137
9137
|
e && /* @__PURE__ */ H(K, {
|
|
9138
9138
|
className: "mb-2 flex items-center gap-2",
|
|
9139
9139
|
htmlFor: t,
|
|
9140
|
-
children: [e, s && /* @__PURE__ */
|
|
9141
|
-
className: "text-xs text-muted-foreground",
|
|
9142
|
-
children: " (Opcional)"
|
|
9140
|
+
children: [e, s && /* @__PURE__ */ H("span", {
|
|
9141
|
+
className: "text-xs text-muted-foreground font-normal",
|
|
9142
|
+
children: [" ", "(Opcional)"]
|
|
9143
9143
|
})]
|
|
9144
9144
|
}),
|
|
9145
9145
|
/* @__PURE__ */ V(p, {
|