arxatec-ui 0.1.50 → 0.1.52
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,6 +1,6 @@
|
|
|
1
1
|
import { $ as e, A as t, B as n, C as r, D as i, E as a, F as o, G as s, H as c, I as l, J as u, K as d, L as f, M as p, N as m, O as h, P as g, Q as _, R as v, S as y, T as b, U as x, V as S, W as C, X as w, Y as T, Z as E, _ as ee, a as te, b as ne, c as re, d as ie, et as D, f as ae, g as oe, h as se, i as ce, j as O, k, l as le, m as ue, n as de, nt as fe, o as pe, p as me, q as he, r as ge, s as A, t as _e, tt as ve, u as ye, v as be, w as xe, x as Se, y as Ce, z as we } from "./annotation_editor_extensions-CMHXjyKJ.js";
|
|
2
2
|
import { _ as j, a as Te, c as Ee, d as De, f as M, g as N, h as Oe, i as ke, l as P, m as F, n as Ae, o as je, p as Me, r as Ne, s as Pe, t as Fe, u as I, v as Ie, y as L } from "./sheet-D2e7u09C.js";
|
|
3
|
-
import { C as Le, S as Re, _ as ze, a as Be, b as Ve, c as He, d as Ue, f as We, g as Ge, h as Ke, i as qe, l as Je, m as Ye, n as Xe, o as Ze, p as Qe, r as $e, s as et, t as tt, u as nt, v as rt, w as it, x as at, y as ot } from "./sidebar-
|
|
3
|
+
import { C as Le, S as Re, _ as ze, a as Be, b as Ve, c as He, d as Ue, f as We, g as Ge, h as Ke, i as qe, l as Je, m as Ye, n as Xe, o as Ze, p as Qe, r as $e, s as et, t as tt, u as nt, v as rt, w as it, x as at, y as ot } from "./sidebar-DML7PMLf.js";
|
|
4
4
|
import * as R from "react";
|
|
5
5
|
import st, { createElement as ct, forwardRef as z, useCallback as B, useEffect as V, useImperativeHandle as H, useLayoutEffect as lt, useMemo as U, useReducer as ut, useRef as W, useState as G } from "react";
|
|
6
6
|
import dt, { centerCrop as ft, makeAspectCrop as pt } from "react-image-crop";
|
|
@@ -3581,11 +3581,15 @@ var Ls = {
|
|
|
3581
3581
|
}, Rs = ({ shimmerOpacity: e = 1, size: t = 2.5 }) => /* @__PURE__ */ Y("div", {
|
|
3582
3582
|
className: "flex h-screen w-screen items-center justify-center bg-background ",
|
|
3583
3583
|
children: /* @__PURE__ */ X("div", {
|
|
3584
|
-
className: L("relative text-primary"
|
|
3584
|
+
className: L("relative text-primary"),
|
|
3585
3585
|
role: "status",
|
|
3586
3586
|
"aria-busy": "true",
|
|
3587
3587
|
"aria-label": "Cargando",
|
|
3588
|
-
style: {
|
|
3588
|
+
style: {
|
|
3589
|
+
"--loader-shimmer-opacity": e,
|
|
3590
|
+
width: `${t}rem`,
|
|
3591
|
+
height: `${t}rem`
|
|
3592
|
+
},
|
|
3589
3593
|
children: [/* @__PURE__ */ Y(Ps, {
|
|
3590
3594
|
className: "size-full opacity-30",
|
|
3591
3595
|
"aria-hidden": !0
|