gentiq 0.9.0 → 0.10.0
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/{checkbox-DyzncQpE.js → checkbox-BuMyz6YI.js} +536 -535
- package/dist/gentiq-admin.es.js +2483 -1925
- package/dist/gentiq-index.es.js +4 -3
- package/dist/gentiq.css +1 -1
- package/dist/src/admin/lib/api.d.ts +87 -10
- package/dist/src/admin/pages/settings/JobsSection.d.ts +1 -0
- package/dist/src/hooks/useGentiqAdmin.d.ts +32 -5
- package/dist/src/locales/en.json.d.ts +67 -3
- package/dist/src/locales/fa.json.d.ts +67 -3
- package/package.json +1 -1
package/dist/gentiq-index.es.js
CHANGED
|
@@ -4,8 +4,8 @@ import { useState as _, useMemo as Q, useEffect as B, useRef as re, useCallback
|
|
|
4
4
|
import { QueryClient as tt, QueryClientProvider as at, useQueryClient as he, useQuery as rt, useInfiniteQuery as nt } from "@tanstack/react-query";
|
|
5
5
|
import { I18nextProvider as st, useTranslation as ue } from "react-i18next";
|
|
6
6
|
import { Trans as or, Translation as ir, useTranslation as lr, withTranslation as cr } from "react-i18next";
|
|
7
|
-
import { G as be, g as ot, d as it, a as lt, C as je, T as ct, u as ne, b as Oe, c as oe, j as xe, e as ge, f as de, h as He, i as v, k as dt, l as Ue, m as Be, n as Ke, o as Qe, B as ae, p as Ve, q as ye, D as Ge, r as ut, s as We, L as X, I as Y, S as we, t as Ne, v as ke, w as Se, x as fe, y as ht, z as pt, A as Me, E as mt, F as gt, H as ft, J as pe, K as bt, M as yt, N as vt, O as xt, P as wt, Q as Nt } from "./checkbox-
|
|
8
|
-
import { R as ur, U as hr, V as pr, W as mr, X as gr, Y as fr, Z as br, _ as yr, $ as vr, a0 as xr, a1 as wr, a2 as Nr, a3 as kr, a4 as Sr, a5 as Cr, a6 as _r, a7 as Tr, a8 as Pr } from "./checkbox-
|
|
7
|
+
import { G as be, g as ot, d as it, a as lt, C as je, T as ct, u as ne, b as Oe, c as oe, j as xe, e as ge, f as de, h as He, i as v, k as dt, l as Ue, m as Be, n as Ke, o as Qe, B as ae, p as Ve, q as ye, D as Ge, r as ut, s as We, L as X, I as Y, S as we, t as Ne, v as ke, w as Se, x as fe, y as ht, z as pt, A as Me, E as mt, F as gt, H as ft, J as pe, K as bt, M as yt, N as vt, O as xt, P as wt, Q as Nt } from "./checkbox-BuMyz6YI.js";
|
|
8
|
+
import { R as ur, U as hr, V as pr, W as mr, X as gr, Y as fr, Z as br, _ as yr, $ as vr, a0 as xr, a1 as wr, a2 as Nr, a3 as kr, a4 as Sr, a5 as Cr, a6 as _r, a7 as Tr, a8 as Pr } from "./checkbox-BuMyz6YI.js";
|
|
9
9
|
import { Loader2Icon as kt, OctagonXIcon as St, TriangleAlertIcon as Ct, InfoIcon as _t, CircleCheckIcon as Tt, XIcon as Pt, PanelLeftIcon as Et, Layers as Ae, User as Mt, ShieldCheck as At, Settings as Ce, Smartphone as It, Lock as Rt, Save as Dt, Sun as $t, Moon as Lt, Monitor as Ft, Zap as Ie, Globe as qt, Coins as zt, LogOut as jt, CirclePlus as Ot, Plus as Ht, Search as Ut, Check as Bt, X as Kt, Pin as Re, MoreVertical as Qt, PinOff as Vt, Share2 as Gt, Pencil as Wt, Trash as Jt } from "lucide-react";
|
|
10
10
|
import { useTheme as Xt } from "next-themes";
|
|
11
11
|
import { Toaster as Yt, toast as te } from "sonner";
|
|
@@ -35,7 +35,8 @@ const sa = ({ ...a }) => {
|
|
|
35
35
|
"--normal-bg": "var(--popover)",
|
|
36
36
|
"--normal-text": "var(--popover-foreground)",
|
|
37
37
|
"--normal-border": "var(--border)",
|
|
38
|
-
"--border-radius": "var(--radius)"
|
|
38
|
+
"--border-radius": "var(--radius)",
|
|
39
|
+
fontFamily: "var(--gentiq-font-family)"
|
|
39
40
|
},
|
|
40
41
|
...a
|
|
41
42
|
}
|