gentiq 0.7.31 → 0.7.32
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/README.md +45 -0
- package/dist/{checkbox-CXJMAW8-.js → checkbox-CdPG-d34.js} +651 -633
- package/dist/gentiq-admin.es.js +2 -2
- package/dist/gentiq-index.es.js +827 -817
- package/dist/src/hooks/useGentiqUser.d.ts +184 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/lib/api.d.ts +3 -3
- package/dist/src/types.d.ts +35 -2
- package/package.json +1 -1
package/dist/gentiq-admin.es.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx as e, jsxs as r, Fragment as Ue } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as b, useEffect as Q, useMemo as xe, useRef as Ee } from "react";
|
|
3
3
|
import ze from "i18next";
|
|
4
4
|
import { useTranslation as te, initReactI18next as Pe, I18nextProvider as Je } from "react-i18next";
|
|
5
|
-
import { G as Le, a as pe, m as Se,
|
|
5
|
+
import { G as Le, a as pe, m as Se, w as Oe, n as qe, S as se, q as ae, r as ne, e as Ne, s as ie, t as B, M as He, D as Ve, o as Be, p as We, F as Ge, H as Ke, J as Ze, K as Qe, a2 as Xe, B as fe, L as Z, I as ue, a3 as je, i as _e, k as we, l as ke, y as Ye, z as et, A as tt, E as rt, a4 as st, d as at, T as nt } from "./checkbox-CdPG-d34.js";
|
|
6
6
|
import { useNavigate as it, useLocation as ot, Routes as lt, Route as me, Navigate as Te } from "react-router-dom";
|
|
7
7
|
import { Share2 as dt, RefreshCcw as Ae, Globe as ye, Palette as ct, Keyboard as mt, Wallet as ut, Languages as ht, Plus as pt, Hash as gt, ShieldAlert as ft, Monitor as Me, Moon as xt, Sun as bt, LogOut as vt } from "lucide-react";
|
|
8
8
|
import { toast as Ie } from "sonner";
|
|
@@ -1961,7 +1961,7 @@ function Lt() {
|
|
|
1961
1961
|
admin_title: i?.adminTitle || "",
|
|
1962
1962
|
default_theme: N?.defaultTheme || "system",
|
|
1963
1963
|
default_accent: N?.accent || "oklch(0.623 0.214 259.815)",
|
|
1964
|
-
welcome_greeting: m?.greeting
|
|
1964
|
+
welcome_greeting: typeof m?.greeting == "string" ? m.greeting : "",
|
|
1965
1965
|
welcome_subtitle: m?.subtitle || "",
|
|
1966
1966
|
disclaimer: typeof x == "string" ? x : "",
|
|
1967
1967
|
show_tool_details: i?.showToolDetails ?? !0,
|