@instantdb/components 0.22.111-experimental.client-file-deletes.21303729889.1 → 0.22.111-experimental.drewh-clief.21301179372.1
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,42 +1,42 @@
|
|
|
1
1
|
import { jsxs as h, jsx as r, Fragment as M } from "react/jsx-runtime";
|
|
2
|
-
import { toast as Nt, Toaster as
|
|
3
|
-
import { Toaster as
|
|
4
|
-
import { VisuallyHidden as
|
|
5
|
-
import { Editor as
|
|
2
|
+
import { toast as Nt, Toaster as ua } from "sonner";
|
|
3
|
+
import { Toaster as Xi, toast as Zi } from "sonner";
|
|
4
|
+
import { VisuallyHidden as pa } from "@radix-ui/react-visually-hidden";
|
|
5
|
+
import { Editor as ga } from "@monaco-editor/react";
|
|
6
6
|
import _e from "clsx";
|
|
7
7
|
import We from "copy-to-clipboard";
|
|
8
|
-
import He, { useMemo as le, useState as C, useEffect as P, useRef as X, useCallback as ot, useSyncExternalStore as
|
|
9
|
-
import { twMerge as
|
|
8
|
+
import He, { useMemo as le, useState as C, useEffect as P, useRef as X, useCallback as ot, useSyncExternalStore as ha, useLayoutEffect as yt, Component as lr, createContext as sr, useContext as dt, useId as dr, createElement as fa, Fragment as ma } from "react";
|
|
9
|
+
import { twMerge as ba } from "tailwind-merge";
|
|
10
10
|
import * as se from "@radix-ui/react-select";
|
|
11
|
-
import { ChevronDownIcon as Et, ChevronRightIcon as
|
|
12
|
-
import { createPortal as
|
|
13
|
-
import
|
|
14
|
-
import { InstantAPIError as
|
|
15
|
-
import { add as gr, formatDistanceToNow as hr, format as
|
|
16
|
-
import { ArrowLeftIcon as ct, PencilSquareIcon as
|
|
17
|
-
import { id as qe, tx as
|
|
18
|
-
import { useSensors as
|
|
19
|
-
import { markdownTable as
|
|
20
|
-
import { mkConfig as
|
|
21
|
-
import { restrictToHorizontalAxis as
|
|
22
|
-
import { useSortable as wr, SortableContext as qt, horizontalListSortingStrategy as Gt, arrayMove as
|
|
23
|
-
import { flexRender as lt, useReactTable as
|
|
24
|
-
import { ArrowLeftIcon as Ht, PlusIcon as
|
|
25
|
-
import { Combobox as vr, ComboboxInput as yr, ComboboxOptions as kr, ComboboxOption as xr, useClose as Ye, Popover as
|
|
26
|
-
import { debounce as
|
|
11
|
+
import { ChevronDownIcon as Et, ChevronRightIcon as wa, ArrowUturnLeftIcon as va, ArrowPathIcon as ya, ClockIcon as cr, ArrowUpIcon as ka, ArrowDownIcon as xa, ArrowsUpDownIcon as Sa, Cog6ToothIcon as Na, XMarkIcon as ur, PencilSquareIcon as Ea, ArrowUpOnSquareIcon as Ca, TrashIcon as Ia, ExclamationTriangleIcon as Aa, CheckIcon as Ra, ChevronUpIcon as Ta, InformationCircleIcon as Oa } from "@heroicons/react/24/outline";
|
|
12
|
+
import { createPortal as _a } from "react-dom";
|
|
13
|
+
import Da, { useSWRConfig as pr } from "swr";
|
|
14
|
+
import { InstantAPIError as La, id as Me, coerceToDate as Fa, tx as $a } from "@instantdb/core";
|
|
15
|
+
import { add as gr, formatDistanceToNow as hr, format as za } from "date-fns";
|
|
16
|
+
import { ArrowLeftIcon as ct, PencilSquareIcon as ja, TrashIcon as it, PlusIcon as fr, ArrowUturnLeftIcon as Ve, ArrowPathIcon as Ma, InformationCircleIcon as Ba, Cog8ToothIcon as Ua, ChevronLeftIcon as Pa, Bars3Icon as qa, XMarkIcon as Ga, EyeSlashIcon as mr, EyeIcon as br, ClipboardDocumentIcon as Ct, CheckCircleIcon as Ha } from "@heroicons/react/24/solid";
|
|
17
|
+
import { id as qe, tx as Wa, init as Va } from "@instantdb/react";
|
|
18
|
+
import { useSensors as Ya, useSensor as wt, MouseSensor as Ka, TouchSensor as Xa, KeyboardSensor as Za, DndContext as Qa, closestCenter as Ja } from "@dnd-kit/core";
|
|
19
|
+
import { markdownTable as en } from "markdown-table";
|
|
20
|
+
import { mkConfig as tn, generateCsv as rn, download as an } from "export-to-csv";
|
|
21
|
+
import { restrictToHorizontalAxis as nn } from "@dnd-kit/modifiers";
|
|
22
|
+
import { useSortable as wr, SortableContext as qt, horizontalListSortingStrategy as Gt, arrayMove as on } from "@dnd-kit/sortable";
|
|
23
|
+
import { flexRender as lt, useReactTable as ln, getCoreRowModel as sn } from "@tanstack/react-table";
|
|
24
|
+
import { ArrowLeftIcon as Ht, PlusIcon as dn, ArrowRightIcon as cn, Table as un, FileDown as pn, CurlyBraces as gn, ArrowRightFromLine as hn, XIcon as fn } from "lucide-react";
|
|
25
|
+
import { Combobox as vr, ComboboxInput as yr, ComboboxOptions as kr, ComboboxOption as xr, useClose as Ye, Popover as mn, PopoverButton as bn, PopoverPanel as wn } from "@headlessui/react";
|
|
26
|
+
import { debounce as vn, last as yn, isObject as Ne } from "lodash";
|
|
27
27
|
import { CSS as Sr } from "@dnd-kit/utilities";
|
|
28
28
|
import "swr/subscription";
|
|
29
|
-
import * as
|
|
30
|
-
import { validate as
|
|
29
|
+
import * as ne from "@radix-ui/react-tooltip";
|
|
30
|
+
import { validate as kn } from "uuid";
|
|
31
31
|
import * as Te from "@radix-ui/react-dialog";
|
|
32
|
-
import
|
|
32
|
+
import xn from "json5";
|
|
33
33
|
import * as Oe from "@radix-ui/react-dropdown-menu";
|
|
34
34
|
import * as Wt from "@radix-ui/react-toggle-group";
|
|
35
35
|
import Nr from "react-copy-to-clipboard";
|
|
36
36
|
import * as Vt from "@radix-ui/react-switch";
|
|
37
|
-
const xn = `/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:""}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-800:oklch(44.4% .177 26.899);--color-red-900:oklch(39.6% .141 25.723);--color-red-950:oklch(25.8% .092 26.042);--color-orange-500:oklch(70.5% .213 47.604);--color-orange-600:oklch(64.6% .222 41.116);--color-amber-500:oklch(76.9% .188 70.08);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-700:oklch(48.8% .243 264.376);--color-blue-800:oklch(42.4% .199 265.638);--color-slate-100:oklch(96.8% .007 247.896);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-gray-900:oklch(21% .034 264.665);--color-neutral-50:oklch(98.5% 0 0);--color-neutral-100:oklch(97% 0 0);--color-neutral-200:oklch(92.2% 0 0);--color-neutral-300:oklch(87% 0 0);--color-neutral-400:oklch(70.8% 0 0);--color-neutral-500:oklch(55.6% 0 0);--color-neutral-600:oklch(43.9% 0 0);--color-neutral-700:oklch(37.1% 0 0);--color-neutral-800:oklch(26.9% 0 0);--color-neutral-900:oklch(20.5% 0 0);--color-neutral-950:oklch(14.5% 0 0);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-xs:.125rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-xs:4px;--blur-sm:8px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{appearance:none;--tw-shadow:0 0 #0000;background-color:#fff;border-width:1px;border-color:#6a7282;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem}:is([type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select):focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:oklch(54.6% .245 262.881);--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#155dfc;outline:2px solid #0000}input::placeholder,textarea::placeholder{color:#6a7282;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-date-and-time-value{text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-month-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-day-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-hour-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-minute-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-second-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-millisecond-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{print-color-adjust:exact;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;print-color-adjust:unset;padding-right:.75rem}[type=checkbox],[type=radio]{appearance:none;print-color-adjust:exact;vertical-align:middle;-webkit-user-select:none;user-select:none;color:#155dfc;--tw-shadow:0 0 #0000;background-color:#fff;background-origin:border-box;border-width:1px;border-color:#6a7282;flex-shrink:0;width:1rem;height:1rem;padding:0;display:inline-block}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:oklch(54.6% .245 262.881);--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid #0000}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=checkbox]:checked{appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=radio]:checked{appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{background-color:currentColor;border-color:#0000}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){[type=checkbox]:indeterminate{appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{background-color:currentColor;border-color:#0000}[type=file]{background:unset;border-color:inherit;font-size:unset;line-height:inherit;border-width:0;border-radius:0;padding:0}[type=file]:focus{outline:1px solid buttontext;outline:1px auto -webkit-focus-ring-color}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.inset-y-0{inset-block:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-4{top:calc(var(--spacing)*4)}.top-\\[18px\\]{top:18px}.top-\\[50\\%\\]{top:50%}.right-0{right:calc(var(--spacing)*0)}.right-2{right:calc(var(--spacing)*2)}.right-3{right:calc(var(--spacing)*3)}.right-4{right:calc(var(--spacing)*4)}.bottom-0{bottom:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.left-\\[50\\%\\]{left:50%}.z-0{z-index:0}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-100{z-index:100}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.-mx-1{margin-inline:calc(var(--spacing)*-1)}.mx-2{margin-inline:calc(var(--spacing)*2)}.my-1{margin-block:calc(var(--spacing)*1)}.my-2{margin-block:calc(var(--spacing)*2)}.mt-0\\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-8{margin-top:calc(var(--spacing)*8)}.mr-0\\.5{margin-right:calc(var(--spacing)*.5)}.mr-4{margin-right:calc(var(--spacing)*4)}.mr-8{margin-right:calc(var(--spacing)*8)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.-ml-0\\.5{margin-left:calc(var(--spacing)*-.5)}.ml-4{margin-left:calc(var(--spacing)*4)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.size-3\\.5{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.h-\\(--radix-select-trigger-height\\){height:var(--radix-select-trigger-height)}.h-1{height:calc(var(--spacing)*1)}.h-3\\.5{height:calc(var(--spacing)*3.5)}.h-4{height:calc(var(--spacing)*4)}.h-6{height:calc(var(--spacing)*6)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-12{height:calc(var(--spacing)*12)}.h-32{height:calc(var(--spacing)*32)}.h-64{height:calc(var(--spacing)*64)}.h-\\[1\\.15rem\\]{height:1.15rem}.h-full{height:100%}.h-px{height:1px}.max-h-\\(--radix-select-content-available-height\\){max-height:var(--radix-select-content-available-height)}.max-h-\\[25vh\\]{max-height:25vh}.max-h-\\[calc\\(100\\%-2rem\\)\\]{max-height:calc(100% - 2rem)}.max-h-full{max-height:100%}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-\\[30vh\\]{min-height:30vh}.min-h-\\[34px\\]{min-height:34px}.min-h-full{min-height:100%}.w-\\(--input-width\\){width:var(--input-width)}.w-0\\.5{width:calc(var(--spacing)*.5)}.w-3\\.5{width:calc(var(--spacing)*3.5)}.w-4{width:calc(var(--spacing)*4)}.w-6{width:calc(var(--spacing)*6)}.w-8{width:calc(var(--spacing)*8)}.w-9{width:calc(var(--spacing)*9)}.w-12{width:calc(var(--spacing)*12)}.w-24{width:calc(var(--spacing)*24)}.w-48{width:calc(var(--spacing)*48)}.w-\\[30px\\]{width:30px}.w-\\[62px\\]{width:62px}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.max-w-2xl{max-width:var(--container-2xl)}.max-w-\\[67vw\\]{max-width:67vw}.max-w-\\[calc\\(100\\%-2rem\\)\\]{max-width:calc(100% - 2rem)}.max-w-fit{max-width:fit-content}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.max-w-xl{max-width:var(--container-xl)}.min-w-\\(--radix-select-trigger-width\\){min-width:var(--radix-select-trigger-width)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-32{min-width:calc(var(--spacing)*32)}.min-w-48{min-width:calc(var(--spacing)*48)}.min-w-\\[200px\\]{min-width:200px}.flex-1{flex:1}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.origin-\\(--radix-select-content-transform-origin\\){transform-origin:var(--radix-select-content-transform-origin)}.origin-\\(--radix-tooltip-content-transform-origin\\){transform-origin:var(--radix-tooltip-content-transform-origin)}.translate-x-\\[-50\\%\\]{--tw-translate-x:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-0{--tw-translate-y:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-0\\.5{--tw-translate-y:calc(var(--spacing)*.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\\[-50\\%\\]{--tw-translate-y:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.-rotate-45{rotate:-45deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.resize{resize:both}.resize-none{resize:none}.scroll-my-1{scroll-margin-block:calc(var(--spacing)*1)}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-0\\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-1{column-gap:calc(var(--spacing)*1)}:where(.space-x-1>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-visible{overflow:visible}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xs{border-radius:var(--radius-xs)}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-none{--tw-border-style:none;border-style:none}.border-solid{--tw-border-style:solid;border-style:solid}.border-\\[\\#606AF4\\]{border-color:#606af4}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-300{border-color:var(--color-gray-300)}.border-gray-300\\/80{border-color:#d1d5dccc}@supports (color:color-mix(in lab,red,red)){.border-gray-300\\/80{border-color:color-mix(in oklab,var(--color-gray-300)80%,transparent)}}.border-gray-500{border-color:var(--color-gray-500)}.border-neutral-200{border-color:var(--color-neutral-200)}.border-neutral-300{border-color:var(--color-neutral-300)}.border-red-200{border-color:var(--color-red-200)}.border-red-500{border-color:var(--color-red-500)}.border-transparent{border-color:#0000}.border-r-gray-200{border-right-color:var(--color-gray-200)}.border-b-gray-200{border-bottom-color:var(--color-gray-200)}.border-l-red-500{border-left-color:var(--color-red-500)}.bg-\\[\\#606AF4\\]{background-color:#606af4}.bg-\\[\\#616AF4\\]{background-color:#616af4}.bg-\\[\\#4543e9\\]{background-color:#4543e9}.bg-black\\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-300{background-color:var(--color-gray-300)}.bg-gray-500{background-color:var(--color-gray-500)}.bg-neutral-100{background-color:var(--color-neutral-100)}.bg-neutral-200{background-color:var(--color-neutral-200)}.bg-neutral-300{background-color:var(--color-neutral-300)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-orange-600{background-color:var(--color-orange-600)}.bg-red-100{background-color:var(--color-red-100)}.bg-red-200{background-color:var(--color-red-200)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-linear-to-l{--tw-gradient-position:to left}@supports (background-image:linear-gradient(in lab,red,red)){.bg-linear-to-l{--tw-gradient-position:to left in oklab}}.bg-linear-to-l{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-linear-to-r{--tw-gradient-position:to right}@supports (background-image:linear-gradient(in lab,red,red)){.bg-linear-to-r{--tw-gradient-position:to right in oklab}}.bg-linear-to-r{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-none{background-image:none}.from-black\\/10{--tw-gradient-from:#0000001a}@supports (color:color-mix(in lab,red,red)){.from-black\\/10{--tw-gradient-from:color-mix(in oklab,var(--color-black)10%,transparent)}}.from-black\\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-black\\/20{--tw-gradient-from:#0003}@supports (color:color-mix(in lab,red,red)){.from-black\\/20{--tw-gradient-from:color-mix(in oklab,var(--color-black)20%,transparent)}}.from-black\\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-black\\/0{--tw-gradient-via:#0000}@supports (color:color-mix(in lab,red,red)){.via-black\\/0{--tw-gradient-via:color-mix(in oklab,var(--color-black)0%,transparent)}}.via-black\\/0{--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-black\\/5{--tw-gradient-via:#0000000d}@supports (color:color-mix(in lab,red,red)){.via-black\\/5{--tw-gradient-via:color-mix(in oklab,var(--color-black)5%,transparent)}}.via-black\\/5{--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.p-0{padding:calc(var(--spacing)*0)}.p-0\\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-8{padding-inline:calc(var(--spacing)*8)}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.pt-1\\.5{padding-top:calc(var(--spacing)*1.5)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-4{padding-right:calc(var(--spacing)*4)}.pr-5{padding-right:calc(var(--spacing)*5)}.pr-8{padding-right:calc(var(--spacing)*8)}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pl-1{padding-left:calc(var(--spacing)*1)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-6{padding-left:calc(var(--spacing)*6)}.pl-24{padding-left:calc(var(--spacing)*24)}.text-center{text-align:center}.text-left{text-align:left}.align-middle{vertical-align:middle}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\\[10px\\]{font-size:10px}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-balance{text-wrap:balance}.wrap-break-word{overflow-wrap:break-word}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.text-\\[\\#606AF4\\]{color:#606af4}.text-\\[\\#2563EB\\]{color:#2563eb}.text-blue-800{color:var(--color-blue-800)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-neutral-500{color:var(--color-neutral-500)}.text-neutral-600{color:var(--color-neutral-600)}.text-neutral-700{color:var(--color-neutral-700)}.text-neutral-950{color:var(--color-neutral-950)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-2xs{--tw-shadow:0 1px var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-0{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-\\[\\#606AF4\\]{--tw-ring-color:#606af4}.ring-gray-300{--tw-ring-color:var(--color-gray-300)}.outline-hidden{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-sm{--tw-blur:blur(var(--blur-sm));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur-xs{--tw-backdrop-blur:blur(var(--blur-xs));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\\[color\\,box-shadow\\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.content-\\[hi\\]{--tw-content:hi;content:var(--tw-content)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.ring-inset{--tw-ring-inset:inset}@media (hover:hover){.group-hover\\:text-amber-500:is(:where(.group):hover *){color:var(--color-amber-500)}.group-hover\\:opacity-70:is(:where(.group):hover *){opacity:.7}.group-hover\\:opacity-100:is(:where(.group):hover *){opacity:1}}.file\\:rounded-xs::file-selector-button{border-radius:var(--radius-xs)}.file\\:border-none::file-selector-button{--tw-border-style:none;border-style:none}.file\\:border-neutral-200::file-selector-button{border-color:var(--color-neutral-200)}.file\\:bg-transparent::file-selector-button{background-color:#0000}.file\\:p-2::file-selector-button{padding:calc(var(--spacing)*2)}.file\\:pt-1::file-selector-button{padding-top:calc(var(--spacing)*1)}.file\\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\\:shadow-none::file-selector-button{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.placeholder\\:text-gray-400::placeholder{color:var(--color-gray-400)}.placeholder\\:text-neutral-500::placeholder{color:var(--color-neutral-500)}.last\\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.empty\\:invisible:empty{visibility:hidden}.focus-within\\:ring-2:focus-within{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-within\\:ring-blue-700:focus-within{--tw-ring-color:var(--color-blue-700)}@media (hover:hover){.hover\\:cursor-col-resize:hover{cursor:col-resize}.hover\\:cursor-grab:hover{cursor:grab}.hover\\:border-red-300:hover{border-color:var(--color-red-300)}.hover\\:bg-\\[\\#4543E9\\]:hover,.hover\\:bg-\\[\\#4543e9\\]:hover{background-color:#4543e9}.hover\\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\\:bg-gray-50\\/30:hover{background-color:#f9fafb4d}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-gray-50\\/30:hover{background-color:color-mix(in oklab,var(--color-gray-50)30%,transparent)}}.hover\\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\\:bg-gray-200:hover{background-color:var(--color-gray-200)}.hover\\:bg-gray-200\\/30:hover{background-color:#e5e7eb4d}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-gray-200\\/30:hover{background-color:color-mix(in oklab,var(--color-gray-200)30%,transparent)}}.hover\\:bg-gray-200\\/50:hover{background-color:#e5e7eb80}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-gray-200\\/50:hover{background-color:color-mix(in oklab,var(--color-gray-200)50%,transparent)}}.hover\\:bg-neutral-100:hover{background-color:var(--color-neutral-100)}.hover\\:bg-neutral-300:hover{background-color:var(--color-neutral-300)}.hover\\:bg-orange-500:hover{background-color:var(--color-orange-500)}.hover\\:text-black:hover{color:var(--color-black)}.hover\\:text-gray-600:hover{color:var(--color-gray-600)}.hover\\:text-gray-700:hover{color:var(--color-gray-700)}.hover\\:text-red-600:hover{color:var(--color-red-600)}.hover\\:text-slate-100:hover{color:var(--color-slate-100)}.hover\\:opacity-100:hover{opacity:1}}.focus\\:bg-neutral-100:focus{background-color:var(--color-neutral-100)}.focus\\:text-neutral-900:focus{color:var(--color-neutral-900)}.focus\\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-\\[\\#606AF4\\]:focus{--tw-ring-color:#606af4}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.focus\\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-\\[3px\\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-neutral-950:focus-visible{--tw-ring-color:var(--color-neutral-950)}.focus-visible\\:outline-hidden:focus-visible{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.focus-visible\\:outline-hidden:focus-visible{outline-offset:2px;outline:2px solid #0000}}.active\\:cursor-grabbing:active{cursor:grabbing}@media (hover:hover){.hover\\:enabled\\:border-red-300:hover:enabled{border-color:var(--color-red-300)}.hover\\:enabled\\:bg-\\[\\#4543e9\\]:hover:enabled{background-color:#4543e9}.hover\\:enabled\\:bg-gray-50\\/30:hover:enabled{background-color:#f9fafb4d}@supports (color:color-mix(in lab,red,red)){.hover\\:enabled\\:bg-gray-50\\/30:hover:enabled{background-color:color-mix(in oklab,var(--color-gray-50)30%,transparent)}}.hover\\:enabled\\:bg-gray-200\\/30:hover:enabled{background-color:#e5e7eb4d}@supports (color:color-mix(in lab,red,red)){.hover\\:enabled\\:bg-gray-200\\/30:hover:enabled{background-color:color-mix(in oklab,var(--color-gray-200)30%,transparent)}}.hover\\:enabled\\:bg-orange-500:hover:enabled{background-color:var(--color-orange-500)}.hover\\:enabled\\:text-gray-600:hover:enabled{color:var(--color-gray-600)}.hover\\:enabled\\:text-red-600:hover:enabled{color:var(--color-red-600)}.hover\\:enabled\\:text-slate-100:hover:enabled{color:var(--color-slate-100)}}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-default:disabled{cursor:default}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:border-gray-300:disabled{border-color:var(--color-gray-300)}.disabled\\:border-red-50:disabled{border-color:var(--color-red-50)}.disabled\\:bg-\\[\\#9197f3\\]:disabled{background-color:#9197f3}.disabled\\:bg-gray-200:disabled{background-color:var(--color-gray-200)}.disabled\\:text-gray-400:disabled{color:var(--color-gray-400)}.disabled\\:text-red-300:disabled{color:var(--color-red-300)}.disabled\\:opacity-20:disabled{opacity:.2}.disabled\\:opacity-50:disabled{opacity:.5}.data-disabled\\:pointer-events-none[data-disabled]{pointer-events:none}.data-disabled\\:opacity-50[data-disabled]{opacity:.5}.data-focus\\:bg-blue-100[data-focus]{background-color:var(--color-blue-100)}.data-\\[side\\=bottom\\]\\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\\[side\\=left\\]\\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\\[side\\=right\\]\\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\\[side\\=top\\]\\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\\[size\\=default\\]\\:h-9[data-size=default]{height:calc(var(--spacing)*9)}.data-\\[size\\=sm\\]\\:h-8[data-size=sm]{height:calc(var(--spacing)*8)}:is(.\\*\\:data-\\[slot\\=select-value\\]\\:line-clamp-1>*)[data-slot=select-value]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}:is(.\\*\\:data-\\[slot\\=select-value\\]\\:flex>*)[data-slot=select-value]{display:flex}:is(.\\*\\:data-\\[slot\\=select-value\\]\\:items-center>*)[data-slot=select-value]{align-items:center}:is(.\\*\\:data-\\[slot\\=select-value\\]\\:gap-2>*)[data-slot=select-value]{gap:calc(var(--spacing)*2)}.data-\\[state\\=checked\\]\\:translate-x-\\[calc\\(100\\%-2px\\)\\][data-state=checked]{--tw-translate-x: calc(100% - 2px) ;translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\\[state\\=checked\\]\\:bg-neutral-800[data-state=checked]{background-color:var(--color-neutral-800)}.data-\\[state\\=checked\\]\\:bg-white[data-state=checked]{background-color:var(--color-white)}.data-\\[state\\=unchecked\\]\\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\\[state\\=unchecked\\]\\:bg-neutral-300[data-state=unchecked]{background-color:var(--color-neutral-300)}@media (min-width:40rem){.sm\\:max-w-lg{max-width:var(--container-lg)}}@media (min-width:48rem){.md\\:static{position:static}.md\\:flex{display:flex}.md\\:hidden{display:none}.md\\:flex-row{flex-direction:row}.md\\:items-center{align-items:center}.md\\:justify-start{justify-content:flex-start}.md\\:gap-2{gap:calc(var(--spacing)*2)}.md\\:border-b-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.md\\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}:where(.dark\\:divide-neutral-700:where(.dark,.dark *)>:not(:last-child)){border-color:var(--color-neutral-700)}.dark\\:border:where(.dark,.dark *){border-style:var(--tw-border-style);border-width:1px}.dark\\:border-neutral-500:where(.dark,.dark *){border-color:var(--color-neutral-500)}.dark\\:border-neutral-600:where(.dark,.dark *){border-color:var(--color-neutral-600)}.dark\\:border-neutral-700:where(.dark,.dark *){border-color:var(--color-neutral-700)}.dark\\:border-neutral-800:where(.dark,.dark *){border-color:var(--color-neutral-800)}.dark\\:border-red-900\\/60:where(.dark,.dark *){border-color:#82181a99}@supports (color:color-mix(in lab,red,red)){.dark\\:border-red-900\\/60:where(.dark,.dark *){border-color:color-mix(in oklab,var(--color-red-900)60%,transparent)}}.dark\\:border-y-neutral-700:where(.dark,.dark *){border-block-color:var(--color-neutral-700)}.dark\\:border-y-neutral-800:where(.dark,.dark *){border-block-color:var(--color-neutral-800)}.dark\\:border-t-neutral-700:where(.dark,.dark *){border-top-color:var(--color-neutral-700)}.dark\\:border-r-neutral-700:where(.dark,.dark *){border-right-color:var(--color-neutral-700)}.dark\\:border-b-neutral-600:where(.dark,.dark *){border-bottom-color:var(--color-neutral-600)}.dark\\:border-b-neutral-700:where(.dark,.dark *){border-bottom-color:var(--color-neutral-700)}.dark\\:border-l-neutral-700:where(.dark,.dark *){border-left-color:var(--color-neutral-700)}.dark\\:bg-\\[\\#606AF4\\]:where(.dark,.dark *){background-color:#606af4}.dark\\:bg-\\[\\#252525\\]:where(.dark,.dark *){background-color:#252525}.dark\\:bg-\\[\\#303030\\]:where(.dark,.dark *){background-color:#303030}.dark\\:bg-blue-700\\/30:where(.dark,.dark *){background-color:#1447e64d}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-blue-700\\/30:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-blue-700)30%,transparent)}}.dark\\:bg-neutral-200:where(.dark,.dark *){background-color:var(--color-neutral-200)}.dark\\:bg-neutral-600\\/20:where(.dark,.dark *){background-color:#52525233}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-neutral-600\\/20:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-neutral-600)20%,transparent)}}.dark\\:bg-neutral-600\\/40:where(.dark,.dark *){background-color:#52525266}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-neutral-600\\/40:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-neutral-600)40%,transparent)}}.dark\\:bg-neutral-600\\/50:where(.dark,.dark *){background-color:#52525280}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-neutral-600\\/50:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-neutral-600)50%,transparent)}}.dark\\:bg-neutral-700:where(.dark,.dark *){background-color:var(--color-neutral-700)}.dark\\:bg-neutral-700\\/50:where(.dark,.dark *){background-color:#40404080}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-neutral-700\\/50:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-neutral-700)50%,transparent)}}.dark\\:bg-neutral-800:where(.dark,.dark *){background-color:var(--color-neutral-800)}.dark\\:bg-neutral-900:where(.dark,.dark *){background-color:var(--color-neutral-900)}.dark\\:bg-neutral-900\\/50:where(.dark,.dark *){background-color:#17171780}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-neutral-900\\/50:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-neutral-900)50%,transparent)}}.dark\\:bg-orange-600:where(.dark,.dark *){background-color:var(--color-orange-600)}.dark\\:bg-red-500\\/10:where(.dark,.dark *){background-color:#fb2c361a}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-red-500\\/10:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}}.dark\\:bg-red-900\\/30:where(.dark,.dark *){background-color:#82181a4d}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-red-900\\/30:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-red-900)30%,transparent)}}.dark\\:bg-transparent:where(.dark,.dark *){background-color:#0000}.dark\\:text-blue-100:where(.dark,.dark *){color:var(--color-blue-100)}.dark\\:text-neutral-50:where(.dark,.dark *){color:var(--color-neutral-50)}.dark\\:text-neutral-200:where(.dark,.dark *){color:var(--color-neutral-200)}.dark\\:text-neutral-300:where(.dark,.dark *){color:var(--color-neutral-300)}.dark\\:text-neutral-400:where(.dark,.dark *){color:var(--color-neutral-400)}.dark\\:text-neutral-500:where(.dark,.dark *){color:var(--color-neutral-500)}.dark\\:text-neutral-600:where(.dark,.dark *){color:var(--color-neutral-600)}.dark\\:text-red-400:where(.dark,.dark *){color:var(--color-red-400)}.dark\\:text-white:where(.dark,.dark *){color:var(--color-white)}.dark\\:ring-neutral-500:where(.dark,.dark *){--tw-ring-color:var(--color-neutral-500)}.dark\\:ring-neutral-600:where(.dark,.dark *){--tw-ring-color:var(--color-neutral-600)}.dark\\:ring-neutral-700:where(.dark,.dark *){--tw-ring-color:var(--color-neutral-700)}.dark\\:file\\:border-neutral-700:where(.dark,.dark *)::file-selector-button{border-color:var(--color-neutral-700)}.dark\\:file\\:text-white:where(.dark,.dark *)::file-selector-button{color:var(--color-white)}.dark\\:placeholder\\:text-neutral-400:where(.dark,.dark *)::placeholder{color:var(--color-neutral-400)}.dark\\:placeholder\\:text-neutral-500:where(.dark,.dark *)::placeholder{color:var(--color-neutral-500)}.dark\\:checked\\:border-\\[\\#2563EB\\]:where(.dark,.dark *):checked{border-color:#2563eb}.dark\\:checked\\:bg-\\[\\#2563EB\\]:where(.dark,.dark *):checked{background-color:#2563eb}.dark\\:focus-within\\:ring-blue-500:where(.dark,.dark *):focus-within{--tw-ring-color:var(--color-blue-500)}@media (hover:hover){.dark\\:hover\\:border-red-800:where(.dark,.dark *):hover{border-color:var(--color-red-800)}.dark\\:hover\\:bg-\\[\\#4543e9\\]:where(.dark,.dark *):hover{background-color:#4543e9}.dark\\:hover\\:bg-neutral-700:where(.dark,.dark *):hover{background-color:var(--color-neutral-700)}.dark\\:hover\\:bg-neutral-700\\/30:where(.dark,.dark *):hover{background-color:#4040404d}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-neutral-700\\/30:where(.dark,.dark *):hover{background-color:color-mix(in oklab,var(--color-neutral-700)30%,transparent)}}.dark\\:hover\\:bg-neutral-700\\/50:where(.dark,.dark *):hover{background-color:#40404080}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-neutral-700\\/50:where(.dark,.dark *):hover{background-color:color-mix(in oklab,var(--color-neutral-700)50%,transparent)}}.dark\\:hover\\:bg-neutral-700\\/80:where(.dark,.dark *):hover{background-color:#404040cc}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-neutral-700\\/80:where(.dark,.dark *):hover{background-color:color-mix(in oklab,var(--color-neutral-700)80%,transparent)}}.dark\\:hover\\:bg-neutral-800:where(.dark,.dark *):hover{background-color:var(--color-neutral-800)}.dark\\:hover\\:bg-orange-500:where(.dark,.dark *):hover{background-color:var(--color-orange-500)}.dark\\:hover\\:text-neutral-100:where(.dark,.dark *):hover{color:var(--color-neutral-100)}.dark\\:hover\\:text-neutral-300:where(.dark,.dark *):hover{color:var(--color-neutral-300)}.dark\\:hover\\:text-white:where(.dark,.dark *):hover{color:var(--color-white)}}.dark\\:focus\\:bg-neutral-700:where(.dark,.dark *):focus{background-color:var(--color-neutral-700)}.dark\\:focus\\:text-neutral-50:where(.dark,.dark *):focus{color:var(--color-neutral-50)}.dark\\:focus-visible\\:ring-neutral-400:where(.dark,.dark *):focus-visible{--tw-ring-color:var(--color-neutral-400)}@media (hover:hover){.dark\\:hover\\:enabled\\:border-red-800:where(.dark,.dark *):hover:enabled{border-color:var(--color-red-800)}.dark\\:hover\\:enabled\\:bg-\\[\\#4543e9\\]:where(.dark,.dark *):hover:enabled{background-color:#4543e9}.dark\\:hover\\:enabled\\:bg-neutral-700\\/30:where(.dark,.dark *):hover:enabled{background-color:#4040404d}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:enabled\\:bg-neutral-700\\/30:where(.dark,.dark *):hover:enabled{background-color:color-mix(in oklab,var(--color-neutral-700)30%,transparent)}}.dark\\:hover\\:enabled\\:bg-orange-500:where(.dark,.dark *):hover:enabled{background-color:var(--color-orange-500)}.dark\\:hover\\:enabled\\:text-neutral-100:where(.dark,.dark *):hover:enabled{color:var(--color-neutral-100)}.dark\\:hover\\:enabled\\:text-neutral-300:where(.dark,.dark *):hover:enabled{color:var(--color-neutral-300)}.dark\\:hover\\:enabled\\:text-red-500:where(.dark,.dark *):hover:enabled{color:var(--color-red-500)}}.dark\\:disabled\\:border-neutral-400:where(.dark,.dark *):disabled{border-color:var(--color-neutral-400)}.dark\\:disabled\\:border-red-950:where(.dark,.dark *):disabled{border-color:var(--color-red-950)}.dark\\:disabled\\:bg-\\[\\#9197f3\\]:where(.dark,.dark *):disabled{background-color:#9197f3}.dark\\:disabled\\:text-neutral-600:where(.dark,.dark *):disabled{color:var(--color-neutral-600)}.dark\\:disabled\\:text-neutral-700:where(.dark,.dark *):disabled{color:var(--color-neutral-700)}.dark\\:disabled\\:text-red-800:where(.dark,.dark *):disabled{color:var(--color-red-800)}.dark\\:disabled\\:opacity-40:where(.dark,.dark *):disabled{opacity:.4}.dark\\:disabled\\:opacity-50:where(.dark,.dark *):disabled{opacity:.5}.dark\\:data-focus\\:bg-neutral-700:where(.dark,.dark *)[data-focus]{background-color:var(--color-neutral-700)}.dark\\:data-\\[state\\=checked\\]\\:border-transparent:where(.dark,.dark *)[data-state=checked]{border-color:#0000}.dark\\:data-\\[state\\=checked\\]\\:bg-neutral-600:where(.dark,.dark *)[data-state=checked]{background-color:var(--color-neutral-600)}.dark\\:data-\\[state\\=checked\\]\\:bg-white:where(.dark,.dark *)[data-state=checked]{background-color:var(--color-white)}.dark\\:data-\\[state\\=unchecked\\]\\:bg-neutral-200:where(.dark,.dark *)[data-state=unchecked]{background-color:var(--color-neutral-200)}.dark\\:data-\\[state\\=unchecked\\]\\:bg-neutral-700:where(.dark,.dark *)[data-state=unchecked]{background-color:var(--color-neutral-700)}.\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-4 svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}:is(.\\*\\:\\[span\\]\\:last\\:flex>*):is(span):last-child{display:flex}:is(.\\*\\:\\[span\\]\\:last\\:items-center>*):is(span):last-child{align-items:center}:is(.\\*\\:\\[span\\]\\:last\\:gap-2>*):is(span):last-child{gap:calc(var(--spacing)*2)}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}`, Er = typeof window < "u", Sn = xt("devBackend");
|
|
37
|
+
const Sn = `/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:""}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-800:oklch(44.4% .177 26.899);--color-red-900:oklch(39.6% .141 25.723);--color-red-950:oklch(25.8% .092 26.042);--color-orange-500:oklch(70.5% .213 47.604);--color-orange-600:oklch(64.6% .222 41.116);--color-amber-500:oklch(76.9% .188 70.08);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-700:oklch(48.8% .243 264.376);--color-blue-800:oklch(42.4% .199 265.638);--color-slate-100:oklch(96.8% .007 247.896);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-gray-900:oklch(21% .034 264.665);--color-neutral-50:oklch(98.5% 0 0);--color-neutral-100:oklch(97% 0 0);--color-neutral-200:oklch(92.2% 0 0);--color-neutral-300:oklch(87% 0 0);--color-neutral-400:oklch(70.8% 0 0);--color-neutral-500:oklch(55.6% 0 0);--color-neutral-600:oklch(43.9% 0 0);--color-neutral-700:oklch(37.1% 0 0);--color-neutral-800:oklch(26.9% 0 0);--color-neutral-900:oklch(20.5% 0 0);--color-neutral-950:oklch(14.5% 0 0);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-xs:.125rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-xs:4px;--blur-sm:8px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{appearance:none;--tw-shadow:0 0 #0000;background-color:#fff;border-width:1px;border-color:#6a7282;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem}:is([type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select):focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:oklch(54.6% .245 262.881);--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#155dfc;outline:2px solid #0000}input::placeholder,textarea::placeholder{color:#6a7282;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-date-and-time-value{text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-month-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-day-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-hour-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-minute-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-second-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-millisecond-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{print-color-adjust:exact;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;print-color-adjust:unset;padding-right:.75rem}[type=checkbox],[type=radio]{appearance:none;print-color-adjust:exact;vertical-align:middle;-webkit-user-select:none;user-select:none;color:#155dfc;--tw-shadow:0 0 #0000;background-color:#fff;background-origin:border-box;border-width:1px;border-color:#6a7282;flex-shrink:0;width:1rem;height:1rem;padding:0;display:inline-block}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:oklch(54.6% .245 262.881);--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid #0000}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=checkbox]:checked{appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=radio]:checked{appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{background-color:currentColor;border-color:#0000}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){[type=checkbox]:indeterminate{appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{background-color:currentColor;border-color:#0000}[type=file]{background:unset;border-color:inherit;font-size:unset;line-height:inherit;border-width:0;border-radius:0;padding:0}[type=file]:focus{outline:1px solid buttontext;outline:1px auto -webkit-focus-ring-color}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.inset-y-0{inset-block:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-4{top:calc(var(--spacing)*4)}.top-\\[18px\\]{top:18px}.top-\\[50\\%\\]{top:50%}.right-0{right:calc(var(--spacing)*0)}.right-2{right:calc(var(--spacing)*2)}.right-3{right:calc(var(--spacing)*3)}.right-4{right:calc(var(--spacing)*4)}.bottom-0{bottom:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.left-\\[50\\%\\]{left:50%}.z-0{z-index:0}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-100{z-index:100}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.-mx-1{margin-inline:calc(var(--spacing)*-1)}.mx-2{margin-inline:calc(var(--spacing)*2)}.my-1{margin-block:calc(var(--spacing)*1)}.my-2{margin-block:calc(var(--spacing)*2)}.mt-0\\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-8{margin-top:calc(var(--spacing)*8)}.mr-0\\.5{margin-right:calc(var(--spacing)*.5)}.mr-4{margin-right:calc(var(--spacing)*4)}.mr-8{margin-right:calc(var(--spacing)*8)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.-ml-0\\.5{margin-left:calc(var(--spacing)*-.5)}.ml-4{margin-left:calc(var(--spacing)*4)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.size-3\\.5{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.h-\\(--radix-select-trigger-height\\){height:var(--radix-select-trigger-height)}.h-1{height:calc(var(--spacing)*1)}.h-3\\.5{height:calc(var(--spacing)*3.5)}.h-4{height:calc(var(--spacing)*4)}.h-6{height:calc(var(--spacing)*6)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-12{height:calc(var(--spacing)*12)}.h-32{height:calc(var(--spacing)*32)}.h-64{height:calc(var(--spacing)*64)}.h-\\[1\\.15rem\\]{height:1.15rem}.h-full{height:100%}.h-px{height:1px}.max-h-\\(--radix-select-content-available-height\\){max-height:var(--radix-select-content-available-height)}.max-h-\\[25vh\\]{max-height:25vh}.max-h-\\[calc\\(100\\%-2rem\\)\\]{max-height:calc(100% - 2rem)}.max-h-full{max-height:100%}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-\\[30vh\\]{min-height:30vh}.min-h-\\[34px\\]{min-height:34px}.min-h-full{min-height:100%}.w-\\(--input-width\\){width:var(--input-width)}.w-0\\.5{width:calc(var(--spacing)*.5)}.w-3\\.5{width:calc(var(--spacing)*3.5)}.w-4{width:calc(var(--spacing)*4)}.w-6{width:calc(var(--spacing)*6)}.w-8{width:calc(var(--spacing)*8)}.w-9{width:calc(var(--spacing)*9)}.w-12{width:calc(var(--spacing)*12)}.w-24{width:calc(var(--spacing)*24)}.w-48{width:calc(var(--spacing)*48)}.w-\\[30px\\]{width:30px}.w-\\[62px\\]{width:62px}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.max-w-2xl{max-width:var(--container-2xl)}.max-w-\\[67vw\\]{max-width:67vw}.max-w-\\[calc\\(100\\%-2rem\\)\\]{max-width:calc(100% - 2rem)}.max-w-fit{max-width:fit-content}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.max-w-xl{max-width:var(--container-xl)}.min-w-\\(--radix-select-trigger-width\\){min-width:var(--radix-select-trigger-width)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-32{min-width:calc(var(--spacing)*32)}.min-w-48{min-width:calc(var(--spacing)*48)}.min-w-\\[200px\\]{min-width:200px}.flex-1{flex:1}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.origin-\\(--radix-select-content-transform-origin\\){transform-origin:var(--radix-select-content-transform-origin)}.origin-\\(--radix-tooltip-content-transform-origin\\){transform-origin:var(--radix-tooltip-content-transform-origin)}.translate-x-\\[-50\\%\\]{--tw-translate-x:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-0{--tw-translate-y:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-0\\.5{--tw-translate-y:calc(var(--spacing)*.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\\[-50\\%\\]{--tw-translate-y:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.-rotate-45{rotate:-45deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.resize{resize:both}.resize-none{resize:none}.scroll-my-1{scroll-margin-block:calc(var(--spacing)*1)}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-0\\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-1{column-gap:calc(var(--spacing)*1)}:where(.space-x-1>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-visible{overflow:visible}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xs{border-radius:var(--radius-xs)}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-none{--tw-border-style:none;border-style:none}.border-solid{--tw-border-style:solid;border-style:solid}.border-\\[\\#606AF4\\]{border-color:#606af4}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-300{border-color:var(--color-gray-300)}.border-gray-300\\/80{border-color:#d1d5dccc}@supports (color:color-mix(in lab,red,red)){.border-gray-300\\/80{border-color:color-mix(in oklab,var(--color-gray-300)80%,transparent)}}.border-gray-500{border-color:var(--color-gray-500)}.border-neutral-200{border-color:var(--color-neutral-200)}.border-neutral-300{border-color:var(--color-neutral-300)}.border-red-200{border-color:var(--color-red-200)}.border-red-500{border-color:var(--color-red-500)}.border-transparent{border-color:#0000}.border-r-gray-200{border-right-color:var(--color-gray-200)}.border-b-gray-200{border-bottom-color:var(--color-gray-200)}.border-l-red-500{border-left-color:var(--color-red-500)}.bg-\\[\\#606AF4\\]{background-color:#606af4}.bg-\\[\\#616AF4\\]{background-color:#616af4}.bg-\\[\\#4543e9\\]{background-color:#4543e9}.bg-black\\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-300{background-color:var(--color-gray-300)}.bg-gray-500{background-color:var(--color-gray-500)}.bg-neutral-100{background-color:var(--color-neutral-100)}.bg-neutral-200{background-color:var(--color-neutral-200)}.bg-neutral-300{background-color:var(--color-neutral-300)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-orange-600{background-color:var(--color-orange-600)}.bg-red-100{background-color:var(--color-red-100)}.bg-red-200{background-color:var(--color-red-200)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-linear-to-l{--tw-gradient-position:to left}@supports (background-image:linear-gradient(in lab,red,red)){.bg-linear-to-l{--tw-gradient-position:to left in oklab}}.bg-linear-to-l{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-linear-to-r{--tw-gradient-position:to right}@supports (background-image:linear-gradient(in lab,red,red)){.bg-linear-to-r{--tw-gradient-position:to right in oklab}}.bg-linear-to-r{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-none{background-image:none}.from-black\\/10{--tw-gradient-from:#0000001a}@supports (color:color-mix(in lab,red,red)){.from-black\\/10{--tw-gradient-from:color-mix(in oklab,var(--color-black)10%,transparent)}}.from-black\\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-black\\/20{--tw-gradient-from:#0003}@supports (color:color-mix(in lab,red,red)){.from-black\\/20{--tw-gradient-from:color-mix(in oklab,var(--color-black)20%,transparent)}}.from-black\\/20{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-black\\/0{--tw-gradient-via:#0000}@supports (color:color-mix(in lab,red,red)){.via-black\\/0{--tw-gradient-via:color-mix(in oklab,var(--color-black)0%,transparent)}}.via-black\\/0{--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-black\\/5{--tw-gradient-via:#0000000d}@supports (color:color-mix(in lab,red,red)){.via-black\\/5{--tw-gradient-via:color-mix(in oklab,var(--color-black)5%,transparent)}}.via-black\\/5{--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.p-0{padding:calc(var(--spacing)*0)}.p-0\\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-8{padding-inline:calc(var(--spacing)*8)}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.pt-1\\.5{padding-top:calc(var(--spacing)*1.5)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-4{padding-right:calc(var(--spacing)*4)}.pr-5{padding-right:calc(var(--spacing)*5)}.pr-8{padding-right:calc(var(--spacing)*8)}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pl-1{padding-left:calc(var(--spacing)*1)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-6{padding-left:calc(var(--spacing)*6)}.pl-24{padding-left:calc(var(--spacing)*24)}.text-center{text-align:center}.text-left{text-align:left}.align-middle{vertical-align:middle}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\\[10px\\]{font-size:10px}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-balance{text-wrap:balance}.wrap-break-word{overflow-wrap:break-word}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.text-\\[\\#606AF4\\]{color:#606af4}.text-\\[\\#2563EB\\]{color:#2563eb}.text-blue-800{color:var(--color-blue-800)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-neutral-500{color:var(--color-neutral-500)}.text-neutral-600{color:var(--color-neutral-600)}.text-neutral-700{color:var(--color-neutral-700)}.text-neutral-950{color:var(--color-neutral-950)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-2xs{--tw-shadow:0 1px var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-0{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-\\[\\#606AF4\\]{--tw-ring-color:#606af4}.ring-gray-300{--tw-ring-color:var(--color-gray-300)}.outline-hidden{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-sm{--tw-blur:blur(var(--blur-sm));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur-xs{--tw-backdrop-blur:blur(var(--blur-xs));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\\[color\\,box-shadow\\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.content-\\[hi\\]{--tw-content:hi;content:var(--tw-content)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.ring-inset{--tw-ring-inset:inset}@media (hover:hover){.group-hover\\:text-amber-500:is(:where(.group):hover *){color:var(--color-amber-500)}.group-hover\\:opacity-70:is(:where(.group):hover *){opacity:.7}.group-hover\\:opacity-100:is(:where(.group):hover *){opacity:1}}.file\\:rounded-xs::file-selector-button{border-radius:var(--radius-xs)}.file\\:border-none::file-selector-button{--tw-border-style:none;border-style:none}.file\\:border-neutral-200::file-selector-button{border-color:var(--color-neutral-200)}.file\\:bg-transparent::file-selector-button{background-color:#0000}.file\\:p-2::file-selector-button{padding:calc(var(--spacing)*2)}.file\\:pt-1::file-selector-button{padding-top:calc(var(--spacing)*1)}.file\\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\\:shadow-none::file-selector-button{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.placeholder\\:text-gray-400::placeholder{color:var(--color-gray-400)}.placeholder\\:text-neutral-500::placeholder{color:var(--color-neutral-500)}.last\\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.empty\\:invisible:empty{visibility:hidden}.focus-within\\:ring-2:focus-within{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-within\\:ring-blue-700:focus-within{--tw-ring-color:var(--color-blue-700)}@media (hover:hover){.hover\\:cursor-col-resize:hover{cursor:col-resize}.hover\\:cursor-grab:hover{cursor:grab}.hover\\:border-red-300:hover{border-color:var(--color-red-300)}.hover\\:bg-\\[\\#4543E9\\]:hover,.hover\\:bg-\\[\\#4543e9\\]:hover{background-color:#4543e9}.hover\\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\\:bg-gray-50\\/30:hover{background-color:#f9fafb4d}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-gray-50\\/30:hover{background-color:color-mix(in oklab,var(--color-gray-50)30%,transparent)}}.hover\\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\\:bg-gray-200:hover{background-color:var(--color-gray-200)}.hover\\:bg-gray-200\\/30:hover{background-color:#e5e7eb4d}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-gray-200\\/30:hover{background-color:color-mix(in oklab,var(--color-gray-200)30%,transparent)}}.hover\\:bg-gray-200\\/50:hover{background-color:#e5e7eb80}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-gray-200\\/50:hover{background-color:color-mix(in oklab,var(--color-gray-200)50%,transparent)}}.hover\\:bg-neutral-100:hover{background-color:var(--color-neutral-100)}.hover\\:bg-neutral-300:hover{background-color:var(--color-neutral-300)}.hover\\:bg-orange-500:hover{background-color:var(--color-orange-500)}.hover\\:text-black:hover{color:var(--color-black)}.hover\\:text-gray-600:hover{color:var(--color-gray-600)}.hover\\:text-gray-700:hover{color:var(--color-gray-700)}.hover\\:text-red-600:hover{color:var(--color-red-600)}.hover\\:text-slate-100:hover{color:var(--color-slate-100)}.hover\\:opacity-100:hover{opacity:1}}.focus\\:bg-neutral-100:focus{background-color:var(--color-neutral-100)}.focus\\:text-neutral-900:focus{color:var(--color-neutral-900)}.focus\\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-\\[\\#606AF4\\]:focus{--tw-ring-color:#606af4}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.focus\\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-\\[3px\\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-neutral-950:focus-visible{--tw-ring-color:var(--color-neutral-950)}.focus-visible\\:outline-hidden:focus-visible{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.focus-visible\\:outline-hidden:focus-visible{outline-offset:2px;outline:2px solid #0000}}.active\\:cursor-grabbing:active{cursor:grabbing}@media (hover:hover){.hover\\:enabled\\:border-red-300:hover:enabled{border-color:var(--color-red-300)}.hover\\:enabled\\:bg-\\[\\#4543e9\\]:hover:enabled{background-color:#4543e9}.hover\\:enabled\\:bg-gray-50\\/30:hover:enabled{background-color:#f9fafb4d}@supports (color:color-mix(in lab,red,red)){.hover\\:enabled\\:bg-gray-50\\/30:hover:enabled{background-color:color-mix(in oklab,var(--color-gray-50)30%,transparent)}}.hover\\:enabled\\:bg-gray-200\\/30:hover:enabled{background-color:#e5e7eb4d}@supports (color:color-mix(in lab,red,red)){.hover\\:enabled\\:bg-gray-200\\/30:hover:enabled{background-color:color-mix(in oklab,var(--color-gray-200)30%,transparent)}}.hover\\:enabled\\:bg-orange-500:hover:enabled{background-color:var(--color-orange-500)}.hover\\:enabled\\:text-gray-600:hover:enabled{color:var(--color-gray-600)}.hover\\:enabled\\:text-red-600:hover:enabled{color:var(--color-red-600)}.hover\\:enabled\\:text-slate-100:hover:enabled{color:var(--color-slate-100)}}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-default:disabled{cursor:default}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:border-gray-300:disabled{border-color:var(--color-gray-300)}.disabled\\:border-red-50:disabled{border-color:var(--color-red-50)}.disabled\\:bg-\\[\\#9197f3\\]:disabled{background-color:#9197f3}.disabled\\:bg-gray-200:disabled{background-color:var(--color-gray-200)}.disabled\\:text-gray-400:disabled{color:var(--color-gray-400)}.disabled\\:text-red-300:disabled{color:var(--color-red-300)}.disabled\\:opacity-20:disabled{opacity:.2}.disabled\\:opacity-50:disabled{opacity:.5}.data-disabled\\:pointer-events-none[data-disabled]{pointer-events:none}.data-disabled\\:opacity-50[data-disabled]{opacity:.5}.data-focus\\:bg-blue-100[data-focus]{background-color:var(--color-blue-100)}.data-\\[side\\=bottom\\]\\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\\[side\\=left\\]\\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\\[side\\=right\\]\\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\\[side\\=top\\]\\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\\[size\\=default\\]\\:h-9[data-size=default]{height:calc(var(--spacing)*9)}.data-\\[size\\=sm\\]\\:h-8[data-size=sm]{height:calc(var(--spacing)*8)}:is(.\\*\\:data-\\[slot\\=select-value\\]\\:line-clamp-1>*)[data-slot=select-value]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}:is(.\\*\\:data-\\[slot\\=select-value\\]\\:flex>*)[data-slot=select-value]{display:flex}:is(.\\*\\:data-\\[slot\\=select-value\\]\\:items-center>*)[data-slot=select-value]{align-items:center}:is(.\\*\\:data-\\[slot\\=select-value\\]\\:gap-2>*)[data-slot=select-value]{gap:calc(var(--spacing)*2)}.data-\\[state\\=checked\\]\\:translate-x-\\[calc\\(100\\%-2px\\)\\][data-state=checked]{--tw-translate-x: calc(100% - 2px) ;translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\\[state\\=checked\\]\\:bg-neutral-800[data-state=checked]{background-color:var(--color-neutral-800)}.data-\\[state\\=checked\\]\\:bg-white[data-state=checked]{background-color:var(--color-white)}.data-\\[state\\=unchecked\\]\\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\\[state\\=unchecked\\]\\:bg-neutral-300[data-state=unchecked]{background-color:var(--color-neutral-300)}@media (min-width:40rem){.sm\\:max-w-lg{max-width:var(--container-lg)}}@media (min-width:48rem){.md\\:static{position:static}.md\\:flex{display:flex}.md\\:hidden{display:none}.md\\:flex-row{flex-direction:row}.md\\:items-center{align-items:center}.md\\:justify-start{justify-content:flex-start}.md\\:gap-2{gap:calc(var(--spacing)*2)}.md\\:border-b-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.md\\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}:where(.dark\\:divide-neutral-700:where(.dark,.dark *)>:not(:last-child)){border-color:var(--color-neutral-700)}.dark\\:border:where(.dark,.dark *){border-style:var(--tw-border-style);border-width:1px}.dark\\:border-neutral-500:where(.dark,.dark *){border-color:var(--color-neutral-500)}.dark\\:border-neutral-600:where(.dark,.dark *){border-color:var(--color-neutral-600)}.dark\\:border-neutral-700:where(.dark,.dark *){border-color:var(--color-neutral-700)}.dark\\:border-neutral-800:where(.dark,.dark *){border-color:var(--color-neutral-800)}.dark\\:border-red-900\\/60:where(.dark,.dark *){border-color:#82181a99}@supports (color:color-mix(in lab,red,red)){.dark\\:border-red-900\\/60:where(.dark,.dark *){border-color:color-mix(in oklab,var(--color-red-900)60%,transparent)}}.dark\\:border-y-neutral-700:where(.dark,.dark *){border-block-color:var(--color-neutral-700)}.dark\\:border-y-neutral-800:where(.dark,.dark *){border-block-color:var(--color-neutral-800)}.dark\\:border-t-neutral-700:where(.dark,.dark *){border-top-color:var(--color-neutral-700)}.dark\\:border-r-neutral-700:where(.dark,.dark *){border-right-color:var(--color-neutral-700)}.dark\\:border-b-neutral-600:where(.dark,.dark *){border-bottom-color:var(--color-neutral-600)}.dark\\:border-b-neutral-700:where(.dark,.dark *){border-bottom-color:var(--color-neutral-700)}.dark\\:border-l-neutral-700:where(.dark,.dark *){border-left-color:var(--color-neutral-700)}.dark\\:bg-\\[\\#606AF4\\]:where(.dark,.dark *){background-color:#606af4}.dark\\:bg-\\[\\#252525\\]:where(.dark,.dark *){background-color:#252525}.dark\\:bg-\\[\\#303030\\]:where(.dark,.dark *){background-color:#303030}.dark\\:bg-blue-700\\/30:where(.dark,.dark *){background-color:#1447e64d}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-blue-700\\/30:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-blue-700)30%,transparent)}}.dark\\:bg-neutral-200:where(.dark,.dark *){background-color:var(--color-neutral-200)}.dark\\:bg-neutral-600\\/20:where(.dark,.dark *){background-color:#52525233}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-neutral-600\\/20:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-neutral-600)20%,transparent)}}.dark\\:bg-neutral-600\\/40:where(.dark,.dark *){background-color:#52525266}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-neutral-600\\/40:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-neutral-600)40%,transparent)}}.dark\\:bg-neutral-600\\/50:where(.dark,.dark *){background-color:#52525280}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-neutral-600\\/50:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-neutral-600)50%,transparent)}}.dark\\:bg-neutral-700:where(.dark,.dark *){background-color:var(--color-neutral-700)}.dark\\:bg-neutral-700\\/50:where(.dark,.dark *){background-color:#40404080}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-neutral-700\\/50:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-neutral-700)50%,transparent)}}.dark\\:bg-neutral-800:where(.dark,.dark *){background-color:var(--color-neutral-800)}.dark\\:bg-neutral-900:where(.dark,.dark *){background-color:var(--color-neutral-900)}.dark\\:bg-neutral-900\\/50:where(.dark,.dark *){background-color:#17171780}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-neutral-900\\/50:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-neutral-900)50%,transparent)}}.dark\\:bg-orange-600:where(.dark,.dark *){background-color:var(--color-orange-600)}.dark\\:bg-red-500\\/10:where(.dark,.dark *){background-color:#fb2c361a}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-red-500\\/10:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}}.dark\\:bg-red-900\\/30:where(.dark,.dark *){background-color:#82181a4d}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-red-900\\/30:where(.dark,.dark *){background-color:color-mix(in oklab,var(--color-red-900)30%,transparent)}}.dark\\:bg-transparent:where(.dark,.dark *){background-color:#0000}.dark\\:text-blue-100:where(.dark,.dark *){color:var(--color-blue-100)}.dark\\:text-neutral-50:where(.dark,.dark *){color:var(--color-neutral-50)}.dark\\:text-neutral-200:where(.dark,.dark *){color:var(--color-neutral-200)}.dark\\:text-neutral-300:where(.dark,.dark *){color:var(--color-neutral-300)}.dark\\:text-neutral-400:where(.dark,.dark *){color:var(--color-neutral-400)}.dark\\:text-neutral-500:where(.dark,.dark *){color:var(--color-neutral-500)}.dark\\:text-neutral-600:where(.dark,.dark *){color:var(--color-neutral-600)}.dark\\:text-red-400:where(.dark,.dark *){color:var(--color-red-400)}.dark\\:text-white:where(.dark,.dark *){color:var(--color-white)}.dark\\:ring-neutral-500:where(.dark,.dark *){--tw-ring-color:var(--color-neutral-500)}.dark\\:ring-neutral-600:where(.dark,.dark *){--tw-ring-color:var(--color-neutral-600)}.dark\\:ring-neutral-700:where(.dark,.dark *){--tw-ring-color:var(--color-neutral-700)}.dark\\:file\\:border-neutral-700:where(.dark,.dark *)::file-selector-button{border-color:var(--color-neutral-700)}.dark\\:file\\:text-white:where(.dark,.dark *)::file-selector-button{color:var(--color-white)}.dark\\:placeholder\\:text-neutral-400:where(.dark,.dark *)::placeholder{color:var(--color-neutral-400)}.dark\\:placeholder\\:text-neutral-500:where(.dark,.dark *)::placeholder{color:var(--color-neutral-500)}.dark\\:checked\\:border-\\[\\#2563EB\\]:where(.dark,.dark *):checked{border-color:#2563eb}.dark\\:checked\\:bg-\\[\\#2563EB\\]:where(.dark,.dark *):checked{background-color:#2563eb}.dark\\:focus-within\\:ring-blue-500:where(.dark,.dark *):focus-within{--tw-ring-color:var(--color-blue-500)}@media (hover:hover){.dark\\:hover\\:border-red-800:where(.dark,.dark *):hover{border-color:var(--color-red-800)}.dark\\:hover\\:bg-\\[\\#4543e9\\]:where(.dark,.dark *):hover{background-color:#4543e9}.dark\\:hover\\:bg-neutral-700:where(.dark,.dark *):hover{background-color:var(--color-neutral-700)}.dark\\:hover\\:bg-neutral-700\\/30:where(.dark,.dark *):hover{background-color:#4040404d}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-neutral-700\\/30:where(.dark,.dark *):hover{background-color:color-mix(in oklab,var(--color-neutral-700)30%,transparent)}}.dark\\:hover\\:bg-neutral-700\\/50:where(.dark,.dark *):hover{background-color:#40404080}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-neutral-700\\/50:where(.dark,.dark *):hover{background-color:color-mix(in oklab,var(--color-neutral-700)50%,transparent)}}.dark\\:hover\\:bg-neutral-700\\/80:where(.dark,.dark *):hover{background-color:#404040cc}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-neutral-700\\/80:where(.dark,.dark *):hover{background-color:color-mix(in oklab,var(--color-neutral-700)80%,transparent)}}.dark\\:hover\\:bg-neutral-800:where(.dark,.dark *):hover{background-color:var(--color-neutral-800)}.dark\\:hover\\:bg-orange-500:where(.dark,.dark *):hover{background-color:var(--color-orange-500)}.dark\\:hover\\:text-neutral-100:where(.dark,.dark *):hover{color:var(--color-neutral-100)}.dark\\:hover\\:text-neutral-300:where(.dark,.dark *):hover{color:var(--color-neutral-300)}.dark\\:hover\\:text-white:where(.dark,.dark *):hover{color:var(--color-white)}}.dark\\:focus\\:bg-neutral-700:where(.dark,.dark *):focus{background-color:var(--color-neutral-700)}.dark\\:focus\\:text-neutral-50:where(.dark,.dark *):focus{color:var(--color-neutral-50)}.dark\\:focus-visible\\:ring-neutral-400:where(.dark,.dark *):focus-visible{--tw-ring-color:var(--color-neutral-400)}@media (hover:hover){.dark\\:hover\\:enabled\\:border-red-800:where(.dark,.dark *):hover:enabled{border-color:var(--color-red-800)}.dark\\:hover\\:enabled\\:bg-\\[\\#4543e9\\]:where(.dark,.dark *):hover:enabled{background-color:#4543e9}.dark\\:hover\\:enabled\\:bg-neutral-700\\/30:where(.dark,.dark *):hover:enabled{background-color:#4040404d}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:enabled\\:bg-neutral-700\\/30:where(.dark,.dark *):hover:enabled{background-color:color-mix(in oklab,var(--color-neutral-700)30%,transparent)}}.dark\\:hover\\:enabled\\:bg-orange-500:where(.dark,.dark *):hover:enabled{background-color:var(--color-orange-500)}.dark\\:hover\\:enabled\\:text-neutral-100:where(.dark,.dark *):hover:enabled{color:var(--color-neutral-100)}.dark\\:hover\\:enabled\\:text-neutral-300:where(.dark,.dark *):hover:enabled{color:var(--color-neutral-300)}.dark\\:hover\\:enabled\\:text-red-500:where(.dark,.dark *):hover:enabled{color:var(--color-red-500)}}.dark\\:disabled\\:border-neutral-400:where(.dark,.dark *):disabled{border-color:var(--color-neutral-400)}.dark\\:disabled\\:border-red-950:where(.dark,.dark *):disabled{border-color:var(--color-red-950)}.dark\\:disabled\\:bg-\\[\\#9197f3\\]:where(.dark,.dark *):disabled{background-color:#9197f3}.dark\\:disabled\\:text-neutral-600:where(.dark,.dark *):disabled{color:var(--color-neutral-600)}.dark\\:disabled\\:text-neutral-700:where(.dark,.dark *):disabled{color:var(--color-neutral-700)}.dark\\:disabled\\:text-red-800:where(.dark,.dark *):disabled{color:var(--color-red-800)}.dark\\:disabled\\:opacity-40:where(.dark,.dark *):disabled{opacity:.4}.dark\\:disabled\\:opacity-50:where(.dark,.dark *):disabled{opacity:.5}.dark\\:data-focus\\:bg-neutral-700:where(.dark,.dark *)[data-focus]{background-color:var(--color-neutral-700)}.dark\\:data-\\[state\\=checked\\]\\:border-transparent:where(.dark,.dark *)[data-state=checked]{border-color:#0000}.dark\\:data-\\[state\\=checked\\]\\:bg-neutral-600:where(.dark,.dark *)[data-state=checked]{background-color:var(--color-neutral-600)}.dark\\:data-\\[state\\=checked\\]\\:bg-white:where(.dark,.dark *)[data-state=checked]{background-color:var(--color-white)}.dark\\:data-\\[state\\=unchecked\\]\\:bg-neutral-200:where(.dark,.dark *)[data-state=unchecked]{background-color:var(--color-neutral-200)}.dark\\:data-\\[state\\=unchecked\\]\\:bg-neutral-700:where(.dark,.dark *)[data-state=unchecked]{background-color:var(--color-neutral-700)}.\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-4 svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}:is(.\\*\\:\\[span\\]\\:last\\:flex>*):is(span):last-child{display:flex}:is(.\\*\\:\\[span\\]\\:last\\:items-center>*):is(span):last-child{align-items:center}:is(.\\*\\:\\[span\\]\\:last\\:gap-2>*):is(span):last-child{gap:calc(var(--spacing)*2)}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}`, Er = typeof window < "u", Nn = xt("devBackend");
|
|
38
38
|
let kt = "8888";
|
|
39
|
-
if (
|
|
39
|
+
if (Nn && Er) {
|
|
40
40
|
const e = new URL(location.href).searchParams.get("port");
|
|
41
41
|
e && (kt = e);
|
|
42
42
|
}
|
|
@@ -54,7 +54,7 @@ function xt(e) {
|
|
|
54
54
|
return null;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
function
|
|
57
|
+
function oe(e) {
|
|
58
58
|
Nt.success(e, {
|
|
59
59
|
richColors: !0
|
|
60
60
|
});
|
|
@@ -107,7 +107,7 @@ const It = {
|
|
|
107
107
|
`${t.cardinality}-${t["unique?"]}`,
|
|
108
108
|
e
|
|
109
109
|
])
|
|
110
|
-
),
|
|
110
|
+
), En = ({
|
|
111
111
|
attr: e,
|
|
112
112
|
gracePeriodDays: t,
|
|
113
113
|
isExpanded: a,
|
|
@@ -162,7 +162,7 @@ const It = {
|
|
|
162
162
|
onClick: m,
|
|
163
163
|
children: [
|
|
164
164
|
/* @__PURE__ */ h("div", { className: "flex items-center gap-3", children: [
|
|
165
|
-
a ? /* @__PURE__ */ r(Et, { width: 14, className: "text-gray-400" }) : /* @__PURE__ */ r(
|
|
165
|
+
a ? /* @__PURE__ */ r(Et, { width: 14, className: "text-gray-400" }) : /* @__PURE__ */ r(wa, { width: 14, className: "text-gray-400" }),
|
|
166
166
|
/* @__PURE__ */ r("span", { className: "font-mono text-sm font-medium", children: e["forward-identity"][2] }),
|
|
167
167
|
/* @__PURE__ */ h("span", { className: "font-mono text-xs text-gray-400", children: [
|
|
168
168
|
"expires ",
|
|
@@ -179,7 +179,7 @@ const It = {
|
|
|
179
179
|
s.stopPropagation(), o(e.id);
|
|
180
180
|
},
|
|
181
181
|
children: [
|
|
182
|
-
/* @__PURE__ */ r(
|
|
182
|
+
/* @__PURE__ */ r(va, { width: 14 }),
|
|
183
183
|
"Restore"
|
|
184
184
|
]
|
|
185
185
|
}
|
|
@@ -201,7 +201,7 @@ const It = {
|
|
|
201
201
|
] });
|
|
202
202
|
}, At = (e) => {
|
|
203
203
|
const t = de(), a = t.adminToken;
|
|
204
|
-
return
|
|
204
|
+
return Da(["recently-deleted", e], async () => {
|
|
205
205
|
const o = await fetch(
|
|
206
206
|
`${t.apiURI}/dash/apps/${e}/soft_deleted_attrs`,
|
|
207
207
|
{
|
|
@@ -217,7 +217,7 @@ const It = {
|
|
|
217
217
|
);
|
|
218
218
|
return {
|
|
219
219
|
...l,
|
|
220
|
-
attrs: l.attrs.map(
|
|
220
|
+
attrs: l.attrs.map(An)
|
|
221
221
|
};
|
|
222
222
|
});
|
|
223
223
|
}, Ir = (e) => {
|
|
@@ -232,7 +232,7 @@ const It = {
|
|
|
232
232
|
});
|
|
233
233
|
}, [t?.attrs]);
|
|
234
234
|
};
|
|
235
|
-
function
|
|
235
|
+
function Cn({
|
|
236
236
|
appId: e,
|
|
237
237
|
db: t
|
|
238
238
|
}) {
|
|
@@ -265,7 +265,7 @@ function En({
|
|
|
265
265
|
/* @__PURE__ */ r("div", { className: "font-semibold dark:text-white", children: g.idAttr["forward-identity"][1] }),
|
|
266
266
|
/* @__PURE__ */ h("div", { className: "mt-1 text-xs text-neutral-500 dark:text-neutral-400", children: [
|
|
267
267
|
"Deleted ",
|
|
268
|
-
|
|
268
|
+
za(c, "MMM d, h:mm a"),
|
|
269
269
|
" ·",
|
|
270
270
|
" ",
|
|
271
271
|
"expires",
|
|
@@ -287,7 +287,7 @@ function En({
|
|
|
287
287
|
variant: "secondary",
|
|
288
288
|
onClick: () => i(g),
|
|
289
289
|
children: [
|
|
290
|
-
/* @__PURE__ */ r(
|
|
290
|
+
/* @__PURE__ */ r(ya, { className: "h-3.5 w-3.5" }),
|
|
291
291
|
"Restore"
|
|
292
292
|
]
|
|
293
293
|
}
|
|
@@ -299,7 +299,7 @@ function En({
|
|
|
299
299
|
}) }) : /* @__PURE__ */ r("p", { className: "text-sm text-neutral-500 dark:text-neutral-400", children: "No recently deleted namespaces." })
|
|
300
300
|
] });
|
|
301
301
|
}
|
|
302
|
-
const
|
|
302
|
+
const In = ({ namespace: e, appId: t, db: a, notes: n }) => {
|
|
303
303
|
const { data: o, mutate: l, error: i } = At(t), [g, c] = C(null), p = st(), m = async (s) => {
|
|
304
304
|
if (a && o)
|
|
305
305
|
try {
|
|
@@ -309,11 +309,11 @@ const Cn = ({ namespace: e, appId: t, db: a, notes: n }) => {
|
|
|
309
309
|
});
|
|
310
310
|
const f = o.attrs.find((b) => b.id === s);
|
|
311
311
|
if (f) {
|
|
312
|
-
const b =
|
|
312
|
+
const b = Rn(f);
|
|
313
313
|
b && n.setNote(s, b);
|
|
314
314
|
}
|
|
315
315
|
} catch (f) {
|
|
316
|
-
console.error(f), f instanceof
|
|
316
|
+
console.error(f), f instanceof La ? f.body?.type === "record-not-unique" ? ie(
|
|
317
317
|
"Attribute already exists. Rename existing attribute first and then try again to restore."
|
|
318
318
|
) : ie(f.message) : ie("Failed to restore attr");
|
|
319
319
|
}
|
|
@@ -328,7 +328,7 @@ const Cn = ({ namespace: e, appId: t, db: a, notes: n }) => {
|
|
|
328
328
|
"Recently Deleted"
|
|
329
329
|
] }) }),
|
|
330
330
|
/* @__PURE__ */ r("div", { className: "flex flex-col gap-2", children: u?.map((s) => /* @__PURE__ */ r(
|
|
331
|
-
|
|
331
|
+
En,
|
|
332
332
|
{
|
|
333
333
|
isExpanded: g === s.id,
|
|
334
334
|
setIsExpanded: (f) => {
|
|
@@ -341,7 +341,7 @@ const Cn = ({ namespace: e, appId: t, db: a, notes: n }) => {
|
|
|
341
341
|
s.id
|
|
342
342
|
)) })
|
|
343
343
|
] });
|
|
344
|
-
}, Kt = "_deleted$",
|
|
344
|
+
}, Kt = "_deleted$", An = (e) => {
|
|
345
345
|
const t = { ...e }, [a, n, o] = e["forward-identity"];
|
|
346
346
|
if (t["forward-identity"] = [
|
|
347
347
|
a,
|
|
@@ -359,8 +359,8 @@ const Cn = ({ namespace: e, appId: t, db: a, notes: n }) => {
|
|
|
359
359
|
}, at = (e) => {
|
|
360
360
|
const t = e.indexOf(Kt);
|
|
361
361
|
return t === -1 ? e : e.slice(t + Kt.length);
|
|
362
|
-
},
|
|
363
|
-
function
|
|
362
|
+
}, Rn = (e) => e && e?.metadata?.soft_delete_snapshot ? e.metadata.soft_delete_snapshot.is_indexed && e.metadata.soft_delete_snapshot.is_required ? "Index and required constraints were dropped after restoring" : e.metadata.soft_delete_snapshot.is_indexed ? "Indexed constraint was dropped after restoring" : e.metadata.soft_delete_snapshot.is_required ? "Required constraint was dropped after restoring" : null : null;
|
|
363
|
+
function Tn({
|
|
364
364
|
db: e,
|
|
365
365
|
onClose: t
|
|
366
366
|
}) {
|
|
@@ -379,7 +379,7 @@ function Rn({
|
|
|
379
379
|
return /* @__PURE__ */ h(ge, { className: "flex flex-col gap-4", children: [
|
|
380
380
|
/* @__PURE__ */ r("h5", { className: "flex items-center text-lg font-bold", children: "Create a new namespace" }),
|
|
381
381
|
/* @__PURE__ */ r(
|
|
382
|
-
|
|
382
|
+
Ee,
|
|
383
383
|
{
|
|
384
384
|
value: a,
|
|
385
385
|
placeholder: "Name your namespace",
|
|
@@ -400,11 +400,11 @@ function Rn({
|
|
|
400
400
|
)
|
|
401
401
|
] });
|
|
402
402
|
}
|
|
403
|
-
const
|
|
403
|
+
const On = [
|
|
404
404
|
// Exclude computed fields
|
|
405
405
|
["$files", "url"]
|
|
406
406
|
], Xt = [":", ">", "<"];
|
|
407
|
-
function
|
|
407
|
+
function _n(e) {
|
|
408
408
|
let t = 0, a, n;
|
|
409
409
|
const o = [];
|
|
410
410
|
let l = -1;
|
|
@@ -436,14 +436,14 @@ function Be(e) {
|
|
|
436
436
|
throw new Error("what kind of op is this? " + e);
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
|
-
function
|
|
439
|
+
function Dn({
|
|
440
440
|
query: e,
|
|
441
441
|
attrsByName: t,
|
|
442
442
|
stringIndexed: a
|
|
443
443
|
}) {
|
|
444
444
|
if (!e.trim())
|
|
445
445
|
return [];
|
|
446
|
-
const n =
|
|
446
|
+
const n = _n(e), o = n.flatMap(
|
|
447
447
|
(l) => {
|
|
448
448
|
const i = t[l.field];
|
|
449
449
|
if (!i || !l.value)
|
|
@@ -517,7 +517,7 @@ function _n({
|
|
|
517
517
|
]);
|
|
518
518
|
return o;
|
|
519
519
|
}
|
|
520
|
-
function
|
|
520
|
+
function Ln(e, t) {
|
|
521
521
|
if (t.length === e.length) {
|
|
522
522
|
for (let a = 0; a < t.length; a++)
|
|
523
523
|
for (let n = 0; n < 3; n++)
|
|
@@ -527,7 +527,7 @@ function Dn(e, t) {
|
|
|
527
527
|
}
|
|
528
528
|
return !1;
|
|
529
529
|
}
|
|
530
|
-
function
|
|
530
|
+
function Fn({
|
|
531
531
|
onSearchChange: e,
|
|
532
532
|
attrs: t,
|
|
533
533
|
initialFilters: a = []
|
|
@@ -538,13 +538,13 @@ function Ln({
|
|
|
538
538
|
s[b.name] = b, b.isIndex && b.checkedDataType === "string" && f.push(b);
|
|
539
539
|
return { attrsByName: s, stringIndexed: f };
|
|
540
540
|
}, [t]), c = ot(
|
|
541
|
-
|
|
542
|
-
const f =
|
|
543
|
-
|
|
541
|
+
vn((s) => {
|
|
542
|
+
const f = Dn({ query: s, attrsByName: i, stringIndexed: g });
|
|
543
|
+
Ln(l.current, f) || (l.current = f, e(f));
|
|
544
544
|
}, 80),
|
|
545
545
|
[i, g, l]
|
|
546
|
-
), p = n.indexOf(":") !== -1 ?
|
|
547
|
-
const f =
|
|
546
|
+
), p = n.indexOf(":") !== -1 ? yn(n.split(" ")) : n, m = (t || []).flatMap((s) => {
|
|
547
|
+
const f = On.some(
|
|
548
548
|
([v, k]) => v === s.namespace && k === s.name
|
|
549
549
|
);
|
|
550
550
|
if (s.type === "ref" || f)
|
|
@@ -623,14 +623,14 @@ function Ln({
|
|
|
623
623
|
}
|
|
624
624
|
);
|
|
625
625
|
}
|
|
626
|
-
function
|
|
626
|
+
function $n(e) {
|
|
627
627
|
const [, t, a] = e["forward-identity"];
|
|
628
628
|
return e.catalog !== "system" || t === "$users" || t === "$files";
|
|
629
629
|
}
|
|
630
|
-
function
|
|
630
|
+
function zn(e) {
|
|
631
631
|
const t = {}, a = {};
|
|
632
632
|
for (const [o, l] of Object.entries(e))
|
|
633
|
-
|
|
633
|
+
$n(l) && (a[o] = l);
|
|
634
634
|
for (const o of Object.values(a)) {
|
|
635
635
|
const [, l] = o["forward-identity"];
|
|
636
636
|
t[l] || (t[l] = { id: l, name: l, attrs: {} });
|
|
@@ -704,7 +704,7 @@ function $n(e) {
|
|
|
704
704
|
function Zt(e, t) {
|
|
705
705
|
return e.name === "id" ? -1 : t.name === "id" ? 1 : e.name < t.name ? -1 : e.name > t.name ? 1 : 0;
|
|
706
706
|
}
|
|
707
|
-
function
|
|
707
|
+
function jn(e, t) {
|
|
708
708
|
const a = {};
|
|
709
709
|
return e && (a[e[0]] = e[1]), t?.length && (a.or = t.map(([n, o, l]) => {
|
|
710
710
|
switch (o) {
|
|
@@ -717,8 +717,8 @@ function zn(e, t) {
|
|
|
717
717
|
}
|
|
718
718
|
})), a;
|
|
719
719
|
}
|
|
720
|
-
function
|
|
721
|
-
const c = g ? "asc" : "desc", p =
|
|
720
|
+
function Mn(e, t, a, n, o, l, i, g) {
|
|
721
|
+
const c = g ? "asc" : "desc", p = jn(a, n), m = t ? {
|
|
722
722
|
[t.name]: {
|
|
723
723
|
...Object.fromEntries(
|
|
724
724
|
t.attrs.filter((f) => f.type === "ref").map((f) => [f.name, { $: { fields: ["id"] } }])
|
|
@@ -745,13 +745,13 @@ function jn(e, t, a, n, o, l, i, g) {
|
|
|
745
745
|
allCount: s
|
|
746
746
|
};
|
|
747
747
|
}
|
|
748
|
-
function
|
|
748
|
+
function Bn(e) {
|
|
749
749
|
const [t, a] = C({ namespaces: null, attrs: null });
|
|
750
750
|
return e.useQuery({ ____explorer___: {} }), P(() => {
|
|
751
751
|
function n(o) {
|
|
752
752
|
a({
|
|
753
753
|
attrs: o,
|
|
754
|
-
namespaces:
|
|
754
|
+
namespaces: zn(o)
|
|
755
755
|
});
|
|
756
756
|
}
|
|
757
757
|
return e._core._reactor.subscribeAttrs(n);
|
|
@@ -766,7 +766,7 @@ const Qt = (e) => {
|
|
|
766
766
|
} catch (a) {
|
|
767
767
|
return console.error("Failed to parse column visibility", a), {};
|
|
768
768
|
}
|
|
769
|
-
},
|
|
769
|
+
}, Un = (e) => {
|
|
770
770
|
const [t, a] = C(
|
|
771
771
|
Qt(e.appId)
|
|
772
772
|
);
|
|
@@ -788,7 +788,7 @@ function Jt(e) {
|
|
|
788
788
|
} catch {
|
|
789
789
|
}
|
|
790
790
|
}
|
|
791
|
-
function
|
|
791
|
+
function Pn(e, t) {
|
|
792
792
|
if (typeof window > "u")
|
|
793
793
|
throw new Error("useLocalStorage/setState needs to run on the client");
|
|
794
794
|
const a = JSON.stringify(t);
|
|
@@ -811,13 +811,13 @@ function Ar(e, t) {
|
|
|
811
811
|
window.removeEventListener("storage", i);
|
|
812
812
|
};
|
|
813
813
|
}, []);
|
|
814
|
-
return [
|
|
814
|
+
return [ha(
|
|
815
815
|
n,
|
|
816
816
|
() => a.current,
|
|
817
817
|
() => t
|
|
818
|
-
), (l) =>
|
|
818
|
+
), (l) => Pn(e, l)];
|
|
819
819
|
}
|
|
820
|
-
function
|
|
820
|
+
function qn(e) {
|
|
821
821
|
const t = ["bytes", "kb", "mb", "gb", "tb", "pb", "eb", "zb", "yb"];
|
|
822
822
|
let a = 0;
|
|
823
823
|
if (!e) return "0 bytes";
|
|
@@ -825,7 +825,7 @@ function Pn(e) {
|
|
|
825
825
|
e /= 1024, a++;
|
|
826
826
|
return e.toFixed(2) + " " + t[a];
|
|
827
827
|
}
|
|
828
|
-
const
|
|
828
|
+
const Gn = (e, t) => {
|
|
829
829
|
const a = document.querySelector(`.th-${e}`);
|
|
830
830
|
if (!a)
|
|
831
831
|
throw new Error(`Element with class th-${e} not found`);
|
|
@@ -845,7 +845,7 @@ const qn = (e, t) => {
|
|
|
845
845
|
document.body.removeChild(o);
|
|
846
846
|
}
|
|
847
847
|
};
|
|
848
|
-
function
|
|
848
|
+
function Hn() {
|
|
849
849
|
const e = X(null), [t, a] = C(!1);
|
|
850
850
|
return yt(() => {
|
|
851
851
|
const { current: n } = e;
|
|
@@ -855,7 +855,7 @@ function Gn() {
|
|
|
855
855
|
})();
|
|
856
856
|
}, [e]), { ref: e, isOverflow: t, setIsOverflow: a };
|
|
857
857
|
}
|
|
858
|
-
const
|
|
858
|
+
const Wn = ({
|
|
859
859
|
header: e,
|
|
860
860
|
table: t,
|
|
861
861
|
headerGroup: a,
|
|
@@ -932,7 +932,7 @@ const Hn = ({
|
|
|
932
932
|
opacity: k ? 1 : void 0,
|
|
933
933
|
fontWeight: k ? "bold" : "normal"
|
|
934
934
|
},
|
|
935
|
-
children: k ? g ? /* @__PURE__ */ r(
|
|
935
|
+
children: k ? g ? /* @__PURE__ */ r(ka, { strokeWidth: 3, width: 10 }) : /* @__PURE__ */ r(xa, { strokeWidth: 3, width: 10 }) : /* @__PURE__ */ r(Sa, { strokeWidth: 3, width: 10 })
|
|
936
936
|
}
|
|
937
937
|
)
|
|
938
938
|
]
|
|
@@ -966,11 +966,11 @@ const Hn = ({
|
|
|
966
966
|
},
|
|
967
967
|
e.id
|
|
968
968
|
);
|
|
969
|
-
},
|
|
969
|
+
}, Vn = ({ cell: e }) => {
|
|
970
970
|
const t = e.column.getIsResizing(), { history: a } = ut(), n = e.column.columnDef.meta, { isDragging: o, setNodeRef: l, transform: i } = wr({
|
|
971
971
|
id: e.column.id,
|
|
972
972
|
disabled: e.column.id === "select-col"
|
|
973
|
-
}), [g, c] = C(!1), { ref: p, isOverflow: m, setIsOverflow: d } =
|
|
973
|
+
}), [g, c] = C(!1), { ref: p, isOverflow: m, setIsOverflow: d } = Hn(), u = (m || Ne(e.getValue())) && !n?.isLink;
|
|
974
974
|
P(() => {
|
|
975
975
|
const w = new ResizeObserver(() => {
|
|
976
976
|
const v = p.current.scrollWidth > p.current.clientWidth || p.current.scrollHeight > p.current.clientHeight;
|
|
@@ -1031,19 +1031,19 @@ const Hn = ({
|
|
|
1031
1031
|
u && !t && /* @__PURE__ */ r(
|
|
1032
1032
|
Je,
|
|
1033
1033
|
{
|
|
1034
|
-
className: O(
|
|
1034
|
+
className: O(Ne(b) && "p-0"),
|
|
1035
1035
|
side: "bottom",
|
|
1036
|
-
children: typeof b == "string" ? lt(e.column.columnDef.cell, e.getContext()) : /* @__PURE__ */ r(
|
|
1036
|
+
children: typeof b == "string" ? lt(e.column.columnDef.cell, e.getContext()) : /* @__PURE__ */ r(Yn, { pretty: !0, data: b })
|
|
1037
1037
|
}
|
|
1038
1038
|
)
|
|
1039
1039
|
] });
|
|
1040
1040
|
};
|
|
1041
1041
|
function Rr(e, t) {
|
|
1042
|
-
return
|
|
1042
|
+
return Ne(e) ? JSON.stringify(e, null, t ? 2 : void 0) : String(e);
|
|
1043
1043
|
}
|
|
1044
|
-
function
|
|
1044
|
+
function Yn({ data: e, pretty: t }) {
|
|
1045
1045
|
const a = Rr(e, t), n = de();
|
|
1046
|
-
return t &&
|
|
1046
|
+
return t && Ne(e) ? /* @__PURE__ */ r(
|
|
1047
1047
|
Lt,
|
|
1048
1048
|
{
|
|
1049
1049
|
darkMode: n.darkMode,
|
|
@@ -1052,7 +1052,7 @@ function Vn({ data: e, pretty: t }) {
|
|
|
1052
1052
|
}
|
|
1053
1053
|
) : /* @__PURE__ */ r(M, { children: a });
|
|
1054
1054
|
}
|
|
1055
|
-
const
|
|
1055
|
+
const Kn = ({
|
|
1056
1056
|
visiblity: e,
|
|
1057
1057
|
localDates: t,
|
|
1058
1058
|
setLocalDates: a
|
|
@@ -1062,7 +1062,7 @@ const Yn = ({
|
|
|
1062
1062
|
/* @__PURE__ */ r(
|
|
1063
1063
|
ht,
|
|
1064
1064
|
{
|
|
1065
|
-
icon: /* @__PURE__ */ r(
|
|
1065
|
+
icon: /* @__PURE__ */ r(Na, { width: 16 }),
|
|
1066
1066
|
label: "View Settings",
|
|
1067
1067
|
onClick: () => o(!0)
|
|
1068
1068
|
}
|
|
@@ -1097,7 +1097,7 @@ const Yn = ({
|
|
|
1097
1097
|
/* @__PURE__ */ h("div", { className: "flex items-center gap-2", children: [
|
|
1098
1098
|
/* @__PURE__ */ r("div", { children: "Show Dates in Local Time" }),
|
|
1099
1099
|
/* @__PURE__ */ r(
|
|
1100
|
-
|
|
1100
|
+
Kr,
|
|
1101
1101
|
{
|
|
1102
1102
|
onClick: (l) => {
|
|
1103
1103
|
a(!t);
|
|
@@ -1112,7 +1112,7 @@ const Yn = ({
|
|
|
1112
1112
|
)
|
|
1113
1113
|
] });
|
|
1114
1114
|
};
|
|
1115
|
-
async function
|
|
1115
|
+
async function Xn({
|
|
1116
1116
|
appId: e,
|
|
1117
1117
|
attrId: t,
|
|
1118
1118
|
jobType: a,
|
|
@@ -1167,7 +1167,7 @@ function me(e) {
|
|
|
1167
1167
|
function be(e) {
|
|
1168
1168
|
return e.job_status === "completed" || e.job_status === "errored";
|
|
1169
1169
|
}
|
|
1170
|
-
const
|
|
1170
|
+
const Zn = ({
|
|
1171
1171
|
attr: e,
|
|
1172
1172
|
appId: t,
|
|
1173
1173
|
isRequired: a,
|
|
@@ -1246,7 +1246,7 @@ const Xn = ({
|
|
|
1246
1246
|
running: p,
|
|
1247
1247
|
apply: w
|
|
1248
1248
|
};
|
|
1249
|
-
},
|
|
1249
|
+
}, Qn = () => {
|
|
1250
1250
|
const [e, t] = C({});
|
|
1251
1251
|
return {
|
|
1252
1252
|
notes: e,
|
|
@@ -1260,7 +1260,7 @@ const Xn = ({
|
|
|
1260
1260
|
});
|
|
1261
1261
|
}
|
|
1262
1262
|
};
|
|
1263
|
-
},
|
|
1263
|
+
}, Jn = (e, t, a) => {
|
|
1264
1264
|
const n = t.name, o = [];
|
|
1265
1265
|
return t.attrs.forEach((l) => {
|
|
1266
1266
|
o.push([
|
|
@@ -1290,7 +1290,7 @@ const Xn = ({
|
|
|
1290
1290
|
});
|
|
1291
1291
|
}), o;
|
|
1292
1292
|
};
|
|
1293
|
-
function
|
|
1293
|
+
function eo({
|
|
1294
1294
|
db: e,
|
|
1295
1295
|
namespace: t,
|
|
1296
1296
|
namespaces: a,
|
|
@@ -1311,15 +1311,15 @@ function Jn({
|
|
|
1311
1311
|
f("Namespace name cannot start with $");
|
|
1312
1312
|
return;
|
|
1313
1313
|
}
|
|
1314
|
-
const _ =
|
|
1314
|
+
const _ = Jn(x, t, a);
|
|
1315
1315
|
await e.core._reactor.pushOps(_), g.push(
|
|
1316
1316
|
{
|
|
1317
1317
|
namespace: x
|
|
1318
1318
|
},
|
|
1319
1319
|
!0
|
|
1320
|
-
),
|
|
1320
|
+
), oe("Renamed namespace to " + x), u(""), m({ type: "main" });
|
|
1321
1321
|
}
|
|
1322
|
-
const v =
|
|
1322
|
+
const v = Qn(), k = le(() => p.type === "edit" && t.attrs.find(
|
|
1323
1323
|
(x) => x.id === p.attrId && x.isForward === p.isForward
|
|
1324
1324
|
), [
|
|
1325
1325
|
p.type === "edit" ? p.attrId : null,
|
|
@@ -1358,7 +1358,7 @@ function Jn({
|
|
|
1358
1358
|
" to the new name."
|
|
1359
1359
|
] }),
|
|
1360
1360
|
/* @__PURE__ */ r(
|
|
1361
|
-
|
|
1361
|
+
Ee,
|
|
1362
1362
|
{
|
|
1363
1363
|
disabled: o,
|
|
1364
1364
|
value: d,
|
|
@@ -1393,7 +1393,7 @@ function Jn({
|
|
|
1393
1393
|
onClick: () => {
|
|
1394
1394
|
m({ type: "rename" });
|
|
1395
1395
|
},
|
|
1396
|
-
icon: /* @__PURE__ */ r(
|
|
1396
|
+
icon: /* @__PURE__ */ r(ja, { className: "h-4 w-4 opacity-50" }),
|
|
1397
1397
|
label: "Rename"
|
|
1398
1398
|
}
|
|
1399
1399
|
),
|
|
@@ -1455,7 +1455,7 @@ function Jn({
|
|
|
1455
1455
|
}
|
|
1456
1456
|
) }),
|
|
1457
1457
|
/* @__PURE__ */ r(
|
|
1458
|
-
|
|
1458
|
+
In,
|
|
1459
1459
|
{
|
|
1460
1460
|
notes: v,
|
|
1461
1461
|
db: e,
|
|
@@ -1464,7 +1464,7 @@ function Jn({
|
|
|
1464
1464
|
}
|
|
1465
1465
|
)
|
|
1466
1466
|
] }) : p.type === "add" ? /* @__PURE__ */ r(
|
|
1467
|
-
|
|
1467
|
+
to,
|
|
1468
1468
|
{
|
|
1469
1469
|
db: e,
|
|
1470
1470
|
namespace: t,
|
|
@@ -1484,7 +1484,7 @@ function Jn({
|
|
|
1484
1484
|
onConfirm: b
|
|
1485
1485
|
}
|
|
1486
1486
|
) : p.type === "edit" && k ? /* @__PURE__ */ r(
|
|
1487
|
-
|
|
1487
|
+
uo,
|
|
1488
1488
|
{
|
|
1489
1489
|
db: e,
|
|
1490
1490
|
attr: k,
|
|
@@ -1538,7 +1538,7 @@ function Or({
|
|
|
1538
1538
|
] })
|
|
1539
1539
|
] });
|
|
1540
1540
|
}
|
|
1541
|
-
function
|
|
1541
|
+
function to({
|
|
1542
1542
|
db: e,
|
|
1543
1543
|
namespace: t,
|
|
1544
1544
|
namespaces: a,
|
|
@@ -1593,7 +1593,7 @@ function eo({
|
|
|
1593
1593
|
/* @__PURE__ */ h("div", { className: "flex flex-col gap-1", children: [
|
|
1594
1594
|
/* @__PURE__ */ r("h6", { className: "text-md font-bold", children: "Type" }),
|
|
1595
1595
|
/* @__PURE__ */ r(
|
|
1596
|
-
|
|
1596
|
+
jr,
|
|
1597
1597
|
{
|
|
1598
1598
|
ariaLabel: "Text alignment",
|
|
1599
1599
|
selectedId: v,
|
|
@@ -1608,7 +1608,7 @@ function eo({
|
|
|
1608
1608
|
v === "blob" ? /* @__PURE__ */ h(M, { children: [
|
|
1609
1609
|
/* @__PURE__ */ h("div", { className: "flex flex-1 flex-col gap-1", children: [
|
|
1610
1610
|
/* @__PURE__ */ r("h6", { className: "text-md font-bold", children: "Name" }),
|
|
1611
|
-
/* @__PURE__ */ r(
|
|
1611
|
+
/* @__PURE__ */ r(Ee, { value: L, onChange: (A) => G(A) })
|
|
1612
1612
|
] }),
|
|
1613
1613
|
/* @__PURE__ */ h("div", { className: "flex flex-col gap-2", children: [
|
|
1614
1614
|
/* @__PURE__ */ r("h6", { className: "text-md font-bold", children: "Constraints" }),
|
|
@@ -1928,7 +1928,7 @@ function _r({
|
|
|
1928
1928
|
/* @__PURE__ */ h("div", { className: "flex flex-1 flex-col gap-1", children: [
|
|
1929
1929
|
/* @__PURE__ */ r("h6", { className: "text-md font-bold", children: "Forward attribute name" }),
|
|
1930
1930
|
/* @__PURE__ */ r(
|
|
1931
|
-
|
|
1931
|
+
Ee,
|
|
1932
1932
|
{
|
|
1933
1933
|
disabled: w.attr.disabled,
|
|
1934
1934
|
title: w.attr.message,
|
|
@@ -1950,7 +1950,7 @@ function _r({
|
|
|
1950
1950
|
/* @__PURE__ */ h("div", { className: "flex flex-1 flex-col gap-1", children: [
|
|
1951
1951
|
/* @__PURE__ */ r("h6", { className: "text-md font-bold", children: "Reverse attribute name" }),
|
|
1952
1952
|
/* @__PURE__ */ r(
|
|
1953
|
-
|
|
1953
|
+
Ee,
|
|
1954
1954
|
{
|
|
1955
1955
|
disabled: w.attr.disabled,
|
|
1956
1956
|
title: w.attr.message,
|
|
@@ -1973,7 +1973,7 @@ function _r({
|
|
|
1973
1973
|
/* @__PURE__ */ h("div", { className: "flex flex-col gap-1", children: [
|
|
1974
1974
|
/* @__PURE__ */ r("h6", { className: "text-md font-bold", children: "Relationship" }),
|
|
1975
1975
|
/* @__PURE__ */ r(
|
|
1976
|
-
|
|
1976
|
+
ro,
|
|
1977
1977
|
{
|
|
1978
1978
|
disabled: !v || w.attr.disabled,
|
|
1979
1979
|
value: o,
|
|
@@ -1991,7 +1991,7 @@ function _r({
|
|
|
1991
1991
|
"div",
|
|
1992
1992
|
{
|
|
1993
1993
|
className: "text-xs wrap-break-word text-gray-500 dark:text-neutral-400",
|
|
1994
|
-
children: v ?
|
|
1994
|
+
children: v ? ao[o](
|
|
1995
1995
|
a,
|
|
1996
1996
|
n,
|
|
1997
1997
|
e,
|
|
@@ -2062,7 +2062,7 @@ function _r({
|
|
|
2062
2062
|
] })
|
|
2063
2063
|
] });
|
|
2064
2064
|
}
|
|
2065
|
-
function
|
|
2065
|
+
function ro({
|
|
2066
2066
|
value: e,
|
|
2067
2067
|
disabled: t,
|
|
2068
2068
|
onChange: a,
|
|
@@ -2102,7 +2102,7 @@ function to({
|
|
|
2102
2102
|
}
|
|
2103
2103
|
);
|
|
2104
2104
|
}
|
|
2105
|
-
const
|
|
2105
|
+
const ao = {
|
|
2106
2106
|
"many-many": (e, t, a, n) => /* @__PURE__ */ h(M, { children: [
|
|
2107
2107
|
/* @__PURE__ */ r("strong", { children: e }),
|
|
2108
2108
|
" can have many ",
|
|
@@ -2146,7 +2146,7 @@ const ro = {
|
|
|
2146
2146
|
/* @__PURE__ */ r("strong", { children: n })
|
|
2147
2147
|
] })
|
|
2148
2148
|
};
|
|
2149
|
-
async function
|
|
2149
|
+
async function no({
|
|
2150
2150
|
appId: e,
|
|
2151
2151
|
attr: t,
|
|
2152
2152
|
isRequired: a,
|
|
@@ -2160,7 +2160,7 @@ async function ao({
|
|
|
2160
2160
|
l.current?.();
|
|
2161
2161
|
const g = `${t.namespace}.${t.name}`;
|
|
2162
2162
|
try {
|
|
2163
|
-
const c = await
|
|
2163
|
+
const c = await Xn(
|
|
2164
2164
|
{
|
|
2165
2165
|
appId: e,
|
|
2166
2166
|
attrId: t.id,
|
|
@@ -2177,7 +2177,7 @@ async function ao({
|
|
|
2177
2177
|
});
|
|
2178
2178
|
if (m) {
|
|
2179
2179
|
if (m.job_status === "completed")
|
|
2180
|
-
return
|
|
2180
|
+
return oe(
|
|
2181
2181
|
a ? `Marked ${g} as required.` : `Marked ${g} as optional.`
|
|
2182
2182
|
), "completed";
|
|
2183
2183
|
if (m.job_status === "canceled")
|
|
@@ -2189,7 +2189,7 @@ async function ao({
|
|
|
2189
2189
|
return console.error(c), ie(`Unexpected error while updating ${g}`), "errored";
|
|
2190
2190
|
}
|
|
2191
2191
|
}
|
|
2192
|
-
const
|
|
2192
|
+
const oo = ({
|
|
2193
2193
|
pendingJob: e,
|
|
2194
2194
|
runningJob: t,
|
|
2195
2195
|
value: a,
|
|
@@ -2264,7 +2264,7 @@ const no = ({
|
|
|
2264
2264
|
}
|
|
2265
2265
|
)
|
|
2266
2266
|
] });
|
|
2267
|
-
},
|
|
2267
|
+
}, io = ({
|
|
2268
2268
|
pendingJob: e,
|
|
2269
2269
|
runningJob: t,
|
|
2270
2270
|
value: a,
|
|
@@ -2320,7 +2320,7 @@ const no = ({
|
|
|
2320
2320
|
}
|
|
2321
2321
|
)
|
|
2322
2322
|
] });
|
|
2323
|
-
},
|
|
2323
|
+
}, lo = ({
|
|
2324
2324
|
pendingJob: e,
|
|
2325
2325
|
runningJob: t,
|
|
2326
2326
|
value: a,
|
|
@@ -2376,7 +2376,7 @@ const no = ({
|
|
|
2376
2376
|
}
|
|
2377
2377
|
)
|
|
2378
2378
|
] });
|
|
2379
|
-
},
|
|
2379
|
+
}, so = ({
|
|
2380
2380
|
pendingJob: e,
|
|
2381
2381
|
runningJob: t,
|
|
2382
2382
|
value: a,
|
|
@@ -2432,14 +2432,14 @@ const no = ({
|
|
|
2432
2432
|
}
|
|
2433
2433
|
)
|
|
2434
2434
|
] });
|
|
2435
|
-
},
|
|
2435
|
+
}, co = ({
|
|
2436
2436
|
appId: e,
|
|
2437
2437
|
attr: t,
|
|
2438
2438
|
constraints: a
|
|
2439
2439
|
}) => {
|
|
2440
2440
|
const [n, o] = C(
|
|
2441
2441
|
t.isRequired || !1
|
|
2442
|
-
), [l, i] = C(t.isIndex), [g, c] = C(t.isUniq), [p, m] = C(t.checkedDataType || "any"), d = de(), { isPending: u, pending: s, apply: f, isRunning: b, running: w, progress: v } =
|
|
2442
|
+
), [l, i] = C(t.isIndex), [g, c] = C(t.isUniq), [p, m] = C(t.checkedDataType || "any"), d = de(), { isPending: u, pending: s, apply: f, isRunning: b, running: w, progress: v } = Zn({
|
|
2443
2443
|
attr: t,
|
|
2444
2444
|
appId: e,
|
|
2445
2445
|
token: d.adminToken,
|
|
@@ -2451,7 +2451,7 @@ const no = ({
|
|
|
2451
2451
|
return /* @__PURE__ */ r("div", { children: /* @__PURE__ */ h("div", { className: "flex flex-col gap-2", children: [
|
|
2452
2452
|
/* @__PURE__ */ r("h6", { className: "text-md font-bold", children: "Constraints" }),
|
|
2453
2453
|
/* @__PURE__ */ r(
|
|
2454
|
-
|
|
2454
|
+
io,
|
|
2455
2455
|
{
|
|
2456
2456
|
pendingJob: s.require,
|
|
2457
2457
|
runningJob: w.require,
|
|
@@ -2463,7 +2463,7 @@ const no = ({
|
|
|
2463
2463
|
}
|
|
2464
2464
|
),
|
|
2465
2465
|
/* @__PURE__ */ r(
|
|
2466
|
-
|
|
2466
|
+
lo,
|
|
2467
2467
|
{
|
|
2468
2468
|
pendingJob: s.index,
|
|
2469
2469
|
runningJob: w.index,
|
|
@@ -2475,7 +2475,7 @@ const no = ({
|
|
|
2475
2475
|
}
|
|
2476
2476
|
),
|
|
2477
2477
|
/* @__PURE__ */ r(
|
|
2478
|
-
|
|
2478
|
+
so,
|
|
2479
2479
|
{
|
|
2480
2480
|
pendingJob: s.unique,
|
|
2481
2481
|
runningJob: w.unique,
|
|
@@ -2487,7 +2487,7 @@ const no = ({
|
|
|
2487
2487
|
}
|
|
2488
2488
|
),
|
|
2489
2489
|
/* @__PURE__ */ r(
|
|
2490
|
-
|
|
2490
|
+
oo,
|
|
2491
2491
|
{
|
|
2492
2492
|
pendingJob: s.type,
|
|
2493
2493
|
runningJob: w.type,
|
|
@@ -2499,7 +2499,7 @@ const no = ({
|
|
|
2499
2499
|
}
|
|
2500
2500
|
),
|
|
2501
2501
|
/* @__PURE__ */ r(
|
|
2502
|
-
|
|
2502
|
+
Pr,
|
|
2503
2503
|
{
|
|
2504
2504
|
loading: !!v,
|
|
2505
2505
|
percentage: b && v || 0,
|
|
@@ -2512,7 +2512,7 @@ const no = ({
|
|
|
2512
2512
|
)
|
|
2513
2513
|
] }) });
|
|
2514
2514
|
};
|
|
2515
|
-
function
|
|
2515
|
+
function uo({
|
|
2516
2516
|
db: e,
|
|
2517
2517
|
attr: t,
|
|
2518
2518
|
onClose: a,
|
|
@@ -2540,7 +2540,7 @@ function co({
|
|
|
2540
2540
|
async function I() {
|
|
2541
2541
|
if (!t.linkConfig.reverse)
|
|
2542
2542
|
throw new Error("No reverse link config");
|
|
2543
|
-
if (_ !== B && await
|
|
2543
|
+
if (_ !== B && await no({
|
|
2544
2544
|
appId: l,
|
|
2545
2545
|
attr: t,
|
|
2546
2546
|
isRequired: _,
|
|
@@ -2571,7 +2571,7 @@ function co({
|
|
|
2571
2571
|
}
|
|
2572
2572
|
]
|
|
2573
2573
|
];
|
|
2574
|
-
await e.core._reactor.pushOps(F), _ == B &&
|
|
2574
|
+
await e.core._reactor.pushOps(F), _ == B && oe("Updated attribute");
|
|
2575
2575
|
}
|
|
2576
2576
|
async function A() {
|
|
2577
2577
|
const F = [
|
|
@@ -2587,7 +2587,7 @@ function co({
|
|
|
2587
2587
|
}
|
|
2588
2588
|
]
|
|
2589
2589
|
];
|
|
2590
|
-
await e.core._reactor.pushOps(F),
|
|
2590
|
+
await e.core._reactor.pushOps(F), oe("Renamed attribute");
|
|
2591
2591
|
}
|
|
2592
2592
|
async function D() {
|
|
2593
2593
|
await e.core._reactor.pushOps([["delete-attr", t.id]]), setTimeout(() => {
|
|
@@ -2630,7 +2630,7 @@ function co({
|
|
|
2630
2630
|
] }),
|
|
2631
2631
|
t.type === "blob" ? /* @__PURE__ */ h(M, { children: [
|
|
2632
2632
|
/* @__PURE__ */ r(
|
|
2633
|
-
|
|
2633
|
+
co,
|
|
2634
2634
|
{
|
|
2635
2635
|
appId: l,
|
|
2636
2636
|
attr: t,
|
|
@@ -2647,7 +2647,7 @@ function co({
|
|
|
2647
2647
|
" to the new name."
|
|
2648
2648
|
] }),
|
|
2649
2649
|
/* @__PURE__ */ r(
|
|
2650
|
-
|
|
2650
|
+
Ee,
|
|
2651
2651
|
{
|
|
2652
2652
|
disabled: n.attr.disabled,
|
|
2653
2653
|
title: n.attr.message,
|
|
@@ -2756,7 +2756,7 @@ const Ge = [
|
|
|
2756
2756
|
{ value: "boolean", label: "boolean" },
|
|
2757
2757
|
{ value: "json", label: "json" }
|
|
2758
2758
|
];
|
|
2759
|
-
function
|
|
2759
|
+
function po({
|
|
2760
2760
|
onSave: e,
|
|
2761
2761
|
onChange: t,
|
|
2762
2762
|
onKeyDown: a,
|
|
@@ -2791,27 +2791,27 @@ const vt = {
|
|
|
2791
2791
|
boolean: !1,
|
|
2792
2792
|
json: {}
|
|
2793
2793
|
};
|
|
2794
|
-
function
|
|
2794
|
+
function go(e) {
|
|
2795
2795
|
return e ? e === "date" ? Ge.filter(
|
|
2796
2796
|
(t) => t.value === "string" || t.value === "number"
|
|
2797
2797
|
) : Ge.filter((t) => t.value === e) : Ge;
|
|
2798
2798
|
}
|
|
2799
2799
|
const Lr = (e) => !!e && typeof e == "object";
|
|
2800
|
-
function
|
|
2800
|
+
function ho(e) {
|
|
2801
2801
|
try {
|
|
2802
2802
|
return JSON.parse(e), !0;
|
|
2803
2803
|
} catch {
|
|
2804
2804
|
return !1;
|
|
2805
2805
|
}
|
|
2806
2806
|
}
|
|
2807
|
-
function
|
|
2807
|
+
function fo(e) {
|
|
2808
2808
|
try {
|
|
2809
2809
|
return JSON.parse(e);
|
|
2810
2810
|
} catch {
|
|
2811
2811
|
return e;
|
|
2812
2812
|
}
|
|
2813
2813
|
}
|
|
2814
|
-
function
|
|
2814
|
+
function mo(e, t) {
|
|
2815
2815
|
if (e.checkedDataType)
|
|
2816
2816
|
return e.checkedDataType === "date" ? "string" : e.checkedDataType;
|
|
2817
2817
|
if (t != null) {
|
|
@@ -2836,12 +2836,12 @@ function tr(e, t) {
|
|
|
2836
2836
|
if (t === "string")
|
|
2837
2837
|
return Lr(e) ? JSON.stringify(e) : String(e);
|
|
2838
2838
|
if (t === "json")
|
|
2839
|
-
return
|
|
2839
|
+
return fo(e);
|
|
2840
2840
|
}
|
|
2841
2841
|
return e;
|
|
2842
2842
|
}
|
|
2843
|
-
function
|
|
2844
|
-
return
|
|
2843
|
+
function bo(e) {
|
|
2844
|
+
return kn(e) ? null : "Invalid UUID.";
|
|
2845
2845
|
}
|
|
2846
2846
|
function rr({
|
|
2847
2847
|
db: e,
|
|
@@ -2851,9 +2851,9 @@ function rr({
|
|
|
2851
2851
|
const [n, o] = C(!1), [l, i] = C(!1), { data: g, isLoading: c } = e.useQuery(
|
|
2852
2852
|
n || l ? { [t.name]: { $: { where: { id: a.id } } } } : null
|
|
2853
2853
|
);
|
|
2854
|
-
return /* @__PURE__ */ r(
|
|
2854
|
+
return /* @__PURE__ */ r(ne.Provider, { children: /* @__PURE__ */ h(ne.Root, { delayDuration: 0, open: n, children: [
|
|
2855
2855
|
/* @__PURE__ */ r(
|
|
2856
|
-
|
|
2856
|
+
ne.Trigger,
|
|
2857
2857
|
{
|
|
2858
2858
|
asChild: !0,
|
|
2859
2859
|
onMouseEnter: () => i(!0),
|
|
@@ -2864,12 +2864,12 @@ function rr({
|
|
|
2864
2864
|
size: "mini",
|
|
2865
2865
|
variant: "subtle",
|
|
2866
2866
|
onClick: () => o((p) => !p),
|
|
2867
|
-
children: /* @__PURE__ */ r(
|
|
2867
|
+
children: /* @__PURE__ */ r(Ba, { height: 14 })
|
|
2868
2868
|
}
|
|
2869
2869
|
) })
|
|
2870
2870
|
}
|
|
2871
2871
|
),
|
|
2872
|
-
/* @__PURE__ */ r(
|
|
2872
|
+
/* @__PURE__ */ r(ne.Content, { collisionPadding: 10, side: "bottom", children: /* @__PURE__ */ h("div", { className: "relative", children: [
|
|
2873
2873
|
/* @__PURE__ */ r(
|
|
2874
2874
|
"div",
|
|
2875
2875
|
{
|
|
@@ -2880,11 +2880,11 @@ function rr({
|
|
|
2880
2880
|
children: JSON.stringify(g?.[t.name]?.[0] || a, null, 2)
|
|
2881
2881
|
}
|
|
2882
2882
|
),
|
|
2883
|
-
c ? /* @__PURE__ */ r("div", { className: "absolute top-0 right-0 animate-spin p-2 opacity-50", children: /* @__PURE__ */ r(
|
|
2883
|
+
c ? /* @__PURE__ */ r("div", { className: "absolute top-0 right-0 animate-spin p-2 opacity-50", children: /* @__PURE__ */ r(Ua, { width: 12 }) }) : null
|
|
2884
2884
|
] }) })
|
|
2885
2885
|
] }) });
|
|
2886
2886
|
}
|
|
2887
|
-
function
|
|
2887
|
+
function wo({
|
|
2888
2888
|
q: e,
|
|
2889
2889
|
option: t,
|
|
2890
2890
|
uniqueAttrs: a,
|
|
@@ -2899,9 +2899,9 @@ function bo({
|
|
|
2899
2899
|
"cursor-pointer px-3 py-1 data-focus:bg-blue-100 dark:border-neutral-700 dark:bg-neutral-800",
|
|
2900
2900
|
{}
|
|
2901
2901
|
),
|
|
2902
|
-
children: /* @__PURE__ */ r(
|
|
2902
|
+
children: /* @__PURE__ */ r(ne.Provider, { children: /* @__PURE__ */ h(ne.Root, { delayDuration: 0, open: o, children: [
|
|
2903
2903
|
/* @__PURE__ */ r(
|
|
2904
|
-
|
|
2904
|
+
ne.Trigger,
|
|
2905
2905
|
{
|
|
2906
2906
|
asChild: !0,
|
|
2907
2907
|
onMouseEnter: () => l(!0),
|
|
@@ -2927,7 +2927,7 @@ function bo({
|
|
|
2927
2927
|
] })
|
|
2928
2928
|
}
|
|
2929
2929
|
),
|
|
2930
|
-
/* @__PURE__ */ r(
|
|
2930
|
+
/* @__PURE__ */ r(ne.Content, { collisionPadding: 10, children: /* @__PURE__ */ r(
|
|
2931
2931
|
"div",
|
|
2932
2932
|
{
|
|
2933
2933
|
className: "bg-opacity-90 max-w-md overflow-auto border bg-white p-2 font-mono text-xs whitespace-pre shadow-md backdrop-blur-xs dark:border-neutral-700 dark:bg-neutral-800",
|
|
@@ -2942,7 +2942,7 @@ function bo({
|
|
|
2942
2942
|
t.id
|
|
2943
2943
|
);
|
|
2944
2944
|
}
|
|
2945
|
-
function
|
|
2945
|
+
function vo({
|
|
2946
2946
|
db: e,
|
|
2947
2947
|
namespace: t,
|
|
2948
2948
|
onLinkRef: a,
|
|
@@ -3008,7 +3008,7 @@ function wo({
|
|
|
3008
3008
|
static: !0,
|
|
3009
3009
|
className: "absolute left-0 z-10 mt-1 max-h-[25vh] w-full divide-y overflow-scroll rounded-md border border-gray-300 bg-white shadow-lg empty:invisible dark:border-neutral-700 dark:bg-neutral-800",
|
|
3010
3010
|
children: (s || []).map((f) => /* @__PURE__ */ r(
|
|
3011
|
-
|
|
3011
|
+
wo,
|
|
3012
3012
|
{
|
|
3013
3013
|
q: l,
|
|
3014
3014
|
option: f,
|
|
@@ -3028,7 +3028,7 @@ function wo({
|
|
|
3028
3028
|
u ? "query-loading" : "query-loaded"
|
|
3029
3029
|
) });
|
|
3030
3030
|
}
|
|
3031
|
-
function
|
|
3031
|
+
function yo({
|
|
3032
3032
|
db: e,
|
|
3033
3033
|
item: t,
|
|
3034
3034
|
attr: a,
|
|
@@ -3085,7 +3085,7 @@ function vo({
|
|
|
3085
3085
|
] }, u);
|
|
3086
3086
|
}),
|
|
3087
3087
|
g ? /* @__PURE__ */ r(
|
|
3088
|
-
|
|
3088
|
+
vo,
|
|
3089
3089
|
{
|
|
3090
3090
|
namespace: n,
|
|
3091
3091
|
onLinkRef: (u) => l(a, u),
|
|
@@ -3096,7 +3096,7 @@ function vo({
|
|
|
3096
3096
|
) : /* @__PURE__ */ r(V, { variant: "secondary", onClick: () => c(!0), children: m === "many" || !d ? "Add link" : "Replace link" })
|
|
3097
3097
|
] });
|
|
3098
3098
|
}
|
|
3099
|
-
const
|
|
3099
|
+
const ko = (e, t) => t.type === "blob" && e.name !== "$files" || e.name === "$files" && t.type === "blob" && t.name === "path";
|
|
3100
3100
|
function ar({
|
|
3101
3101
|
db: e,
|
|
3102
3102
|
namespace: t,
|
|
@@ -3105,10 +3105,10 @@ function ar({
|
|
|
3105
3105
|
}) {
|
|
3106
3106
|
const o = a.id ? "edit" : "add", l = de(), i = [], g = [];
|
|
3107
3107
|
for (const S of t.attrs)
|
|
3108
|
-
S.name !== "id" && (
|
|
3108
|
+
S.name !== "id" && (ko(t, S) && i.push(S), S.type === "ref" && g.push(S));
|
|
3109
3109
|
const c = i.reduce(
|
|
3110
3110
|
(S, T) => {
|
|
3111
|
-
const I = a[T.name], A =
|
|
3111
|
+
const I = a[T.name], A = mo(T, I), D = o === "add" ? T.isRequired ? vt[A] : null : I;
|
|
3112
3112
|
return {
|
|
3113
3113
|
...S,
|
|
3114
3114
|
[T.name]: {
|
|
@@ -3167,7 +3167,7 @@ function ar({
|
|
|
3167
3167
|
[S]: { type: "json", value: void 0, error: "Invalid JSON" }
|
|
3168
3168
|
} : {
|
|
3169
3169
|
...I,
|
|
3170
|
-
[S]:
|
|
3170
|
+
[S]: ho(T) ? { type: "json", value: JSON.parse(T), error: null } : { ...A, type: "json", error: "Invalid JSON" }
|
|
3171
3171
|
};
|
|
3172
3172
|
});
|
|
3173
3173
|
}, G = (S, T) => {
|
|
@@ -3253,7 +3253,7 @@ function ar({
|
|
|
3253
3253
|
), T = a.id || S.id || qe();
|
|
3254
3254
|
delete S.id;
|
|
3255
3255
|
try {
|
|
3256
|
-
let I =
|
|
3256
|
+
let I = Wa[t.name][T];
|
|
3257
3257
|
const A = [], D = [];
|
|
3258
3258
|
for (const [F, Q] of Object.entries(d))
|
|
3259
3259
|
for (const [te, { action: W }] of Object.entries(Q))
|
|
@@ -3263,7 +3263,7 @@ function ar({
|
|
|
3263
3263
|
I = I.update(S);
|
|
3264
3264
|
for (const F of D)
|
|
3265
3265
|
I = I.link(F);
|
|
3266
|
-
await e.transact(I), n(),
|
|
3266
|
+
await e.transact(I), n(), oe("Successfully updated row!");
|
|
3267
3267
|
} catch (I) {
|
|
3268
3268
|
const A = I.message;
|
|
3269
3269
|
if (A)
|
|
@@ -3292,7 +3292,7 @@ function ar({
|
|
|
3292
3292
|
size: "mini",
|
|
3293
3293
|
variant: "subtle",
|
|
3294
3294
|
onClick: () => B("id", qe()),
|
|
3295
|
-
children: /* @__PURE__ */ r(
|
|
3295
|
+
children: /* @__PURE__ */ r(Ma, { height: 14 })
|
|
3296
3296
|
}
|
|
3297
3297
|
)
|
|
3298
3298
|
] }) }) }),
|
|
@@ -3301,7 +3301,7 @@ function ar({
|
|
|
3301
3301
|
{
|
|
3302
3302
|
className: "flex w-full flex-1 rounded-xs border-gray-200 bg-white px-3 py-1 placeholder:text-gray-400 dark:border-neutral-700 dark:bg-neutral-800",
|
|
3303
3303
|
value: p.id?.value ?? "",
|
|
3304
|
-
onChange: (S) => B("id", S.target.value,
|
|
3304
|
+
onChange: (S) => B("id", S.target.value, bo)
|
|
3305
3305
|
}
|
|
3306
3306
|
) }),
|
|
3307
3307
|
" ",
|
|
@@ -3329,7 +3329,7 @@ function ar({
|
|
|
3329
3329
|
{
|
|
3330
3330
|
className: "w-24 rounded-sm px-2 py-0.5 text-sm",
|
|
3331
3331
|
value: A,
|
|
3332
|
-
options:
|
|
3332
|
+
options: go(S.checkedDataType),
|
|
3333
3333
|
onChange: (W) => q(
|
|
3334
3334
|
S.name,
|
|
3335
3335
|
W.value
|
|
@@ -3379,7 +3379,7 @@ function ar({
|
|
|
3379
3379
|
onChange: (W) => B(S.name, W.target.value)
|
|
3380
3380
|
}
|
|
3381
3381
|
) : /* @__PURE__ */ r(
|
|
3382
|
-
|
|
3382
|
+
po,
|
|
3383
3383
|
{
|
|
3384
3384
|
tabIndex: I,
|
|
3385
3385
|
value: D ?? "",
|
|
@@ -3420,7 +3420,7 @@ function ar({
|
|
|
3420
3420
|
] })
|
|
3421
3421
|
] }),
|
|
3422
3422
|
/* @__PURE__ */ r("div", { className: "flex flex-col gap-1", children: /* @__PURE__ */ r(
|
|
3423
|
-
|
|
3423
|
+
yo,
|
|
3424
3424
|
{
|
|
3425
3425
|
db: e,
|
|
3426
3426
|
item: a,
|
|
@@ -3454,8 +3454,8 @@ function ar({
|
|
|
3454
3454
|
] })
|
|
3455
3455
|
] });
|
|
3456
3456
|
}
|
|
3457
|
-
const
|
|
3458
|
-
function
|
|
3457
|
+
const xo = [];
|
|
3458
|
+
function So(e, t, a, n = !1) {
|
|
3459
3459
|
if (e.length === 0) return;
|
|
3460
3460
|
const o = t.filter(
|
|
3461
3461
|
(c) => c.id !== "select-col" && c.header !== void 0 && !c.meta?.isLink
|
|
@@ -3465,29 +3465,29 @@ function xo(e, t, a, n = !1) {
|
|
|
3465
3465
|
const d = c[m.header];
|
|
3466
3466
|
d == null ? p[m.header] = "" : typeof d == "object" ? p[m.header] = JSON.stringify(d) : p[m.header] = d;
|
|
3467
3467
|
}), p;
|
|
3468
|
-
}), i =
|
|
3468
|
+
}), i = tn({
|
|
3469
3469
|
fieldSeparator: ",",
|
|
3470
3470
|
filename: `${a}_export`,
|
|
3471
3471
|
decimalSeparator: ".",
|
|
3472
3472
|
useKeysAsHeaders: !0
|
|
3473
|
-
}), g =
|
|
3474
|
-
n ? (
|
|
3473
|
+
}), g = rn(i)(l);
|
|
3474
|
+
n ? (an(i)(g), oe("CSV file downloaded")) : (We(g.toString()), oe("CSV copied to clipboard"));
|
|
3475
3475
|
}
|
|
3476
|
-
function
|
|
3476
|
+
function No(e, t, a, n = !1) {
|
|
3477
3477
|
if (e.length === 0) return;
|
|
3478
3478
|
const o = t.filter(
|
|
3479
3479
|
(c) => c.id !== "select-col" && c.header !== void 0 && !c.meta?.isLink
|
|
3480
3480
|
), l = o.map((c) => c.header), i = e.map((c) => o.map((p) => {
|
|
3481
3481
|
const m = c[p.header];
|
|
3482
3482
|
return m == null ? " " : typeof m == "object" ? JSON.stringify(m) : String(m);
|
|
3483
|
-
})), g =
|
|
3483
|
+
})), g = en([l, ...i]);
|
|
3484
3484
|
if (n) {
|
|
3485
3485
|
const c = new Blob([g], { type: "text/markdown" }), p = URL.createObjectURL(c), m = document.createElement("a");
|
|
3486
|
-
m.href = p, m.download = `${a}_export.md`, document.body.appendChild(m), m.click(), document.body.removeChild(m), URL.revokeObjectURL(p),
|
|
3486
|
+
m.href = p, m.download = `${a}_export.md`, document.body.appendChild(m), m.click(), document.body.removeChild(m), URL.revokeObjectURL(p), oe("Markdown file downloaded");
|
|
3487
3487
|
} else
|
|
3488
|
-
We(g),
|
|
3488
|
+
We(g), oe("Markdown copied to clipboard");
|
|
3489
3489
|
}
|
|
3490
|
-
function
|
|
3490
|
+
function Eo(e, t, a, n = !1) {
|
|
3491
3491
|
if (e.length === 0) return;
|
|
3492
3492
|
const o = t.filter(
|
|
3493
3493
|
(g) => g.id !== "select-col" && g.header !== void 0 && !g.meta?.isLink
|
|
@@ -3500,15 +3500,15 @@ function No(e, t, a, n = !1) {
|
|
|
3500
3500
|
}), i = JSON.stringify(l, null, 2);
|
|
3501
3501
|
if (n) {
|
|
3502
3502
|
const g = new Blob([i], { type: "application/json" }), c = URL.createObjectURL(g), p = document.createElement("a");
|
|
3503
|
-
p.href = c, p.download = `${a}_export.json`, document.body.appendChild(p), p.click(), document.body.removeChild(p), URL.revokeObjectURL(c),
|
|
3503
|
+
p.href = c, p.download = `${a}_export.json`, document.body.appendChild(p), p.click(), document.body.removeChild(p), URL.revokeObjectURL(c), oe("JSON file downloaded");
|
|
3504
3504
|
} else
|
|
3505
|
-
We(i),
|
|
3505
|
+
We(i), oe("JSON copied to clipboard");
|
|
3506
3506
|
}
|
|
3507
|
-
const
|
|
3507
|
+
const Co = ({ db: e, namespaces: t }) => {
|
|
3508
3508
|
const { explorerState: a, history: n } = ut(), o = de(), l = a, i = t.find(
|
|
3509
3509
|
(E) => E.id === l.namespace
|
|
3510
3510
|
), [g, c] = C(50), [p, m] = C([]), [d, u] = C(!1), [s, f] = C(""), [b, w] = C(!1), [v, k] = C(null), [x, _] = C(null), [q, B] = C(!1), L = X(null), [G, H] = C({}), Y = X(null), z = i?.name?.startsWith("$") ?? !1, j = i?.name ?? "", S = z && !["$users", "$files"].includes(j), T = G[j] || 0, I = l?.sortAttr || "serverCreatedAt", A = l?.sortAsc ?? !0, D = (E, N) => {
|
|
3511
|
-
const R =
|
|
3511
|
+
const R = ae.options.data.map((pe) => pe.id), $ = R.indexOf(E), U = R.indexOf(L.current), [K, J] = [
|
|
3512
3512
|
Math.min($, U),
|
|
3513
3513
|
Math.max($, U)
|
|
3514
3514
|
];
|
|
@@ -3520,7 +3520,7 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3520
3520
|
}
|
|
3521
3521
|
return je;
|
|
3522
3522
|
});
|
|
3523
|
-
}, [F, Q] = C([]), { itemsRes: te, allCount: W } =
|
|
3523
|
+
}, [F, Q] = C([]), { itemsRes: te, allCount: W } = Mn(
|
|
3524
3524
|
e,
|
|
3525
3525
|
i,
|
|
3526
3526
|
l?.where,
|
|
@@ -3529,11 +3529,11 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3529
3529
|
T,
|
|
3530
3530
|
I,
|
|
3531
3531
|
A
|
|
3532
|
-
),
|
|
3532
|
+
), re = te.data?.[i?.name ?? ""] ?? xo;
|
|
3533
3533
|
function ye(E, N) {
|
|
3534
3534
|
return E.filter((R) => N[R.id]);
|
|
3535
3535
|
}
|
|
3536
|
-
const ce = W ? Math.ceil(W / g) : 1, Z = T / g + 1, [ke,
|
|
3536
|
+
const ce = W ? Math.ceil(W / g) : 1, Z = T / g + 1, [ke, Xr] = Ar("localDates", !1), Zr = async () => {
|
|
3537
3537
|
try {
|
|
3538
3538
|
if (u(!0), p.length === 0)
|
|
3539
3539
|
return;
|
|
@@ -3544,26 +3544,26 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3544
3544
|
E,
|
|
3545
3545
|
s,
|
|
3546
3546
|
o.apiURI
|
|
3547
|
-
) && (m([]), f(""), Y.current && (Y.current.value = "")),
|
|
3547
|
+
) && (m([]), f(""), Y.current && (Y.current.value = "")), oe("Successfully uploaded!");
|
|
3548
3548
|
} catch (E) {
|
|
3549
3549
|
console.error("Failed to upload:", E), ie(`Failed to upload: ${E.body.message}`);
|
|
3550
3550
|
} finally {
|
|
3551
3551
|
u(!1);
|
|
3552
3552
|
}
|
|
3553
|
-
}, Ft = le(() =>
|
|
3554
|
-
if (
|
|
3553
|
+
}, Ft = le(() => re, [re]), De = X(null), [$t, zt] = C(0), [jt, Mt] = C(1), [Bt, Ut] = C(!1), Qr = (E) => {
|
|
3554
|
+
if (ae?.getColumn(E)?.columnDef.header === "id") {
|
|
3555
3555
|
Pt(E, 285);
|
|
3556
3556
|
return;
|
|
3557
3557
|
}
|
|
3558
|
-
const N =
|
|
3558
|
+
const N = Gn(E, 800);
|
|
3559
3559
|
Pt(E, N);
|
|
3560
3560
|
}, Pt = (E, N = 200) => {
|
|
3561
3561
|
if (!i)
|
|
3562
3562
|
return;
|
|
3563
3563
|
const R = {};
|
|
3564
3564
|
i?.attrs.forEach(($) => {
|
|
3565
|
-
R[$.id + $.name] =
|
|
3566
|
-
}),
|
|
3565
|
+
R[$.id + $.name] = ae.getColumn($.id + $.name)?.getSize() || 0;
|
|
3566
|
+
}), ae.setColumnSizing({
|
|
3567
3567
|
...R,
|
|
3568
3568
|
[E]: N
|
|
3569
3569
|
});
|
|
@@ -3585,7 +3585,7 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3585
3585
|
},
|
|
3586
3586
|
checked: N.getIsAllRowsSelected(),
|
|
3587
3587
|
onChange: (R) => {
|
|
3588
|
-
R ? (N.toggleAllRowsSelected(),
|
|
3588
|
+
R ? (N.toggleAllRowsSelected(), re.length > 0 && (L.current = re[0].id)) : (Ce({}), L.current = null);
|
|
3589
3589
|
}
|
|
3590
3590
|
}
|
|
3591
3591
|
),
|
|
@@ -3608,7 +3608,7 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3608
3608
|
{
|
|
3609
3609
|
className: "translate-y-0.5 opacity-0 transition-opacity group-hover:opacity-100",
|
|
3610
3610
|
onClick: () => _(N.id),
|
|
3611
|
-
children: /* @__PURE__ */ r(
|
|
3611
|
+
children: /* @__PURE__ */ r(Ea, { className: "h-4 w-4 text-neutral-500 dark:text-neutral-400" })
|
|
3612
3612
|
}
|
|
3613
3613
|
)
|
|
3614
3614
|
] })
|
|
@@ -3658,20 +3658,20 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3658
3658
|
}
|
|
3659
3659
|
);
|
|
3660
3660
|
if (N.name === "size")
|
|
3661
|
-
return
|
|
3661
|
+
return qn(R.row.original[N.name]);
|
|
3662
3662
|
}
|
|
3663
3663
|
if (N.checkedDataType === "boolean")
|
|
3664
3664
|
return R.row.original[N.name] ? "true" : "false";
|
|
3665
3665
|
if (N.checkedDataType === "date") {
|
|
3666
|
-
const $ =
|
|
3666
|
+
const $ = Fa(R.row.original[N.name]);
|
|
3667
3667
|
return ke && $?.toLocaleString() || R.row.original[N.name];
|
|
3668
3668
|
}
|
|
3669
|
-
return
|
|
3669
|
+
return Ne(R.row.original[N.name]) ? /* @__PURE__ */ r(Ao, { data: R.row.original[N.name] }) : R.row.original[N.name];
|
|
3670
3670
|
}
|
|
3671
3671
|
});
|
|
3672
3672
|
}), E;
|
|
3673
|
-
}, [i?.attrs, ke]), [
|
|
3674
|
-
const E = Object.entries(
|
|
3673
|
+
}, [i?.attrs, ke]), [Jr, ea] = C({}), ta = () => {
|
|
3674
|
+
const E = Object.entries(ae.getState().columnSizing).reduce(
|
|
3675
3675
|
(U, [K, J]) => et.visibility[K] !== !1 ? {
|
|
3676
3676
|
...U,
|
|
3677
3677
|
[K]: J
|
|
@@ -3687,8 +3687,8 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3687
3687
|
E[J] += K;
|
|
3688
3688
|
});
|
|
3689
3689
|
}
|
|
3690
|
-
Ut(!1),
|
|
3691
|
-
},
|
|
3690
|
+
Ut(!1), ae.setColumnSizing(() => ({ ...E }));
|
|
3691
|
+
}, ra = "onChange", aa = "ltr", et = Un({
|
|
3692
3692
|
appId: o.appId,
|
|
3693
3693
|
attrs: i?.attrs,
|
|
3694
3694
|
namespaceId: i?.id
|
|
@@ -3715,32 +3715,32 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3715
3715
|
JSON.stringify(Fe)
|
|
3716
3716
|
);
|
|
3717
3717
|
}, [Fe, i?.id]);
|
|
3718
|
-
const [
|
|
3718
|
+
const [xe, Ce] = C(
|
|
3719
3719
|
{}
|
|
3720
3720
|
);
|
|
3721
3721
|
P(() => {
|
|
3722
3722
|
Ce({}), L.current = null;
|
|
3723
3723
|
}, [i?.id]);
|
|
3724
|
-
const $e = Object.keys(
|
|
3725
|
-
columnResizeDirection:
|
|
3726
|
-
columnResizeMode:
|
|
3724
|
+
const $e = Object.keys(xe).length, Ie = j === "$files" ? $e === 1 ? "file" : "files" : $e === 1 ? "row" : "rows", ae = ln({
|
|
3725
|
+
columnResizeDirection: aa,
|
|
3726
|
+
columnResizeMode: ra,
|
|
3727
3727
|
onColumnVisibilityChange: et.setVisibility,
|
|
3728
3728
|
columns: Le,
|
|
3729
3729
|
data: Ft,
|
|
3730
3730
|
enableColumnResizing: !0,
|
|
3731
3731
|
enableRowSelection: !0,
|
|
3732
|
-
getCoreRowModel:
|
|
3732
|
+
getCoreRowModel: sn(),
|
|
3733
3733
|
getRowId: (E) => E.id,
|
|
3734
3734
|
onColumnOrderChange: tt,
|
|
3735
3735
|
onRowSelectionChange: Ce,
|
|
3736
|
-
onColumnSizingChange:
|
|
3736
|
+
onColumnSizingChange: ea,
|
|
3737
3737
|
state: {
|
|
3738
|
-
columnSizing:
|
|
3738
|
+
columnSizing: Jr,
|
|
3739
3739
|
columnOrder: Fe,
|
|
3740
3740
|
columnVisibility: et.visibility,
|
|
3741
|
-
rowSelection:
|
|
3741
|
+
rowSelection: xe
|
|
3742
3742
|
}
|
|
3743
|
-
}), [
|
|
3743
|
+
}), [Se, mt] = C(!1);
|
|
3744
3744
|
P(() => {
|
|
3745
3745
|
const E = ($) => {
|
|
3746
3746
|
$.key === "Shift" && mt(!0);
|
|
@@ -3753,23 +3753,23 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3753
3753
|
window.removeEventListener("keydown", E), window.removeEventListener("keyup", N), window.removeEventListener("blur-sm", R);
|
|
3754
3754
|
};
|
|
3755
3755
|
}, []);
|
|
3756
|
-
const [
|
|
3757
|
-
function
|
|
3756
|
+
const [na, ze] = C(!1);
|
|
3757
|
+
function oa(E) {
|
|
3758
3758
|
const { active: N, over: R } = E;
|
|
3759
3759
|
N && R && N.id !== R.id && N.id !== "select-col" && R.id !== "select-col" && tt(($) => {
|
|
3760
3760
|
const U = $.indexOf(N.id), K = $.indexOf(R.id);
|
|
3761
|
-
return
|
|
3761
|
+
return on($, U, K);
|
|
3762
3762
|
});
|
|
3763
3763
|
}
|
|
3764
3764
|
const bt = le(
|
|
3765
|
-
() =>
|
|
3766
|
-
[
|
|
3765
|
+
() => re.find((E) => E.id === x),
|
|
3766
|
+
[re.length, x]
|
|
3767
3767
|
);
|
|
3768
3768
|
P(() => {
|
|
3769
3769
|
const E = De.current;
|
|
3770
3770
|
if (!E) return;
|
|
3771
3771
|
const N = () => {
|
|
3772
|
-
const U =
|
|
3772
|
+
const U = ae.getCenterTotalSize(), K = E.clientWidth;
|
|
3773
3773
|
Ut(U < K - 5);
|
|
3774
3774
|
const { scrollLeft: J, scrollWidth: pe, clientWidth: je } = E, Ae = pe - je;
|
|
3775
3775
|
if (Ae <= 0) {
|
|
@@ -3778,8 +3778,8 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3778
3778
|
}
|
|
3779
3779
|
const rt = Math.min(J / 30, 1);
|
|
3780
3780
|
zt(rt);
|
|
3781
|
-
const
|
|
3782
|
-
Mt(
|
|
3781
|
+
const ca = Math.min((Ae - J) / 30, 1);
|
|
3782
|
+
Mt(ca);
|
|
3783
3783
|
};
|
|
3784
3784
|
N(), E.addEventListener("scroll", N);
|
|
3785
3785
|
const R = new ResizeObserver(N);
|
|
@@ -3789,11 +3789,11 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3789
3789
|
E.removeEventListener("scroll", N), R.disconnect(), window.removeEventListener("resize", N);
|
|
3790
3790
|
};
|
|
3791
3791
|
}, [i, Ft]);
|
|
3792
|
-
const
|
|
3793
|
-
wt(Ya, {}),
|
|
3792
|
+
const ia = Ya(
|
|
3794
3793
|
wt(Ka, {}),
|
|
3795
|
-
wt(Xa, {})
|
|
3796
|
-
|
|
3794
|
+
wt(Xa, {}),
|
|
3795
|
+
wt(Za, {})
|
|
3796
|
+
), la = n.items.length >= 1, sa = (E) => E === "id" ? 140 : E === "url" ? 120 : E.length * 7.2 + 50;
|
|
3797
3797
|
if (yt(() => {
|
|
3798
3798
|
if (i?.id) {
|
|
3799
3799
|
if (localStorage.getItem(
|
|
@@ -3804,12 +3804,12 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3804
3804
|
`sizing-${i.id}-${o.appId}`
|
|
3805
3805
|
) || "{}"
|
|
3806
3806
|
);
|
|
3807
|
-
|
|
3807
|
+
ae.setColumnSizing(() => ({ ...U }));
|
|
3808
3808
|
return;
|
|
3809
3809
|
}
|
|
3810
3810
|
const E = De.current?.clientWidth || -1, N = {};
|
|
3811
3811
|
i?.attrs.forEach((U) => {
|
|
3812
|
-
N[U.id + U.name] =
|
|
3812
|
+
N[U.id + U.name] = sa(U.name);
|
|
3813
3813
|
});
|
|
3814
3814
|
const R = Object.values(N).reduce(
|
|
3815
3815
|
(U, K) => U + K,
|
|
@@ -3821,11 +3821,11 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3821
3821
|
N[J] += K;
|
|
3822
3822
|
});
|
|
3823
3823
|
}
|
|
3824
|
-
|
|
3824
|
+
ae.setColumnSizing(N);
|
|
3825
3825
|
}
|
|
3826
3826
|
}, [De.current, i]), !i)
|
|
3827
3827
|
return null;
|
|
3828
|
-
const
|
|
3828
|
+
const da = i.id;
|
|
3829
3829
|
return /* @__PURE__ */ h(M, { children: [
|
|
3830
3830
|
/* @__PURE__ */ r(
|
|
3831
3831
|
fe,
|
|
@@ -3869,11 +3869,20 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3869
3869
|
title: S ? `The ${i?.name} namespace is read-only.` : void 0,
|
|
3870
3870
|
onClick: async () => {
|
|
3871
3871
|
try {
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3872
|
+
if (i.name === "$files") {
|
|
3873
|
+
const E = re.filter((N) => N.id in xe).map((N) => N.path);
|
|
3874
|
+
await To(
|
|
3875
|
+
o.adminToken,
|
|
3876
|
+
o.appId,
|
|
3877
|
+
E,
|
|
3878
|
+
o.apiURI
|
|
3879
|
+
);
|
|
3880
|
+
} else
|
|
3881
|
+
await e.transact(
|
|
3882
|
+
Object.keys(xe).map(
|
|
3883
|
+
(E) => $a[i.name][E].delete()
|
|
3884
|
+
)
|
|
3885
|
+
);
|
|
3877
3886
|
} catch (E) {
|
|
3878
3887
|
const N = E.message;
|
|
3879
3888
|
ie(
|
|
@@ -3930,7 +3939,7 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3930
3939
|
open: !!v,
|
|
3931
3940
|
onClose: () => k(null),
|
|
3932
3941
|
children: i ? /* @__PURE__ */ r(
|
|
3933
|
-
|
|
3942
|
+
eo,
|
|
3934
3943
|
{
|
|
3935
3944
|
readOnly: S,
|
|
3936
3945
|
isSystemCatalogNs: z,
|
|
@@ -3947,7 +3956,7 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
3947
3956
|
/* @__PURE__ */ h("div", { className: "flex flex-1 grow flex-col overflow-hidden bg-white dark:bg-neutral-800", children: [
|
|
3948
3957
|
/* @__PURE__ */ r("div", { className: "flex items-center overflow-hidden border-b border-b-gray-200 dark:border-neutral-700", children: /* @__PURE__ */ h("div", { className: "flex flex-1 flex-col justify-between py-2 md:flex-row md:items-center", children: [
|
|
3949
3958
|
/* @__PURE__ */ h("div", { className: "flex items-center overflow-hidden border-b px-2 py-1 pl-4 md:border-b-0 dark:border-neutral-700", children: [
|
|
3950
|
-
|
|
3959
|
+
la ? /* @__PURE__ */ r(
|
|
3951
3960
|
Ht,
|
|
3952
3961
|
{
|
|
3953
3962
|
className: "mr-4 inline cursor-pointer",
|
|
@@ -4013,13 +4022,13 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4013
4022
|
}
|
|
4014
4023
|
),
|
|
4015
4024
|
/* @__PURE__ */ r(
|
|
4016
|
-
|
|
4025
|
+
Fn,
|
|
4017
4026
|
{
|
|
4018
4027
|
onSearchChange: (E) => Q(E),
|
|
4019
4028
|
attrs: i?.attrs,
|
|
4020
4029
|
initialFilters: l?.filters || []
|
|
4021
4030
|
},
|
|
4022
|
-
|
|
4031
|
+
da
|
|
4023
4032
|
)
|
|
4024
4033
|
] })
|
|
4025
4034
|
] }) }),
|
|
@@ -4044,7 +4053,7 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4044
4053
|
disabled: p.length === 0,
|
|
4045
4054
|
size: "mini",
|
|
4046
4055
|
loading: d,
|
|
4047
|
-
onClick:
|
|
4056
|
+
onClick: Zr,
|
|
4048
4057
|
className: "rounded-sm",
|
|
4049
4058
|
children: d ? "Uploading..." : "Upload file"
|
|
4050
4059
|
}
|
|
@@ -4076,7 +4085,7 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4076
4085
|
B(!0);
|
|
4077
4086
|
},
|
|
4078
4087
|
children: [
|
|
4079
|
-
/* @__PURE__ */ r(
|
|
4088
|
+
/* @__PURE__ */ r(dn, { width: 12 }),
|
|
4080
4089
|
"Add row"
|
|
4081
4090
|
]
|
|
4082
4091
|
}
|
|
@@ -4182,7 +4191,7 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4182
4191
|
}));
|
|
4183
4192
|
},
|
|
4184
4193
|
children: /* @__PURE__ */ r(
|
|
4185
|
-
|
|
4194
|
+
cn,
|
|
4186
4195
|
{
|
|
4187
4196
|
className: O("inline", {
|
|
4188
4197
|
"opacity-40": Z >= ce
|
|
@@ -4193,8 +4202,8 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4193
4202
|
}
|
|
4194
4203
|
),
|
|
4195
4204
|
$e > 0 && /* @__PURE__ */ h("div", { className: "flex items-center gap-2 pl-4", children: [
|
|
4196
|
-
/* @__PURE__ */ h(
|
|
4197
|
-
/* @__PURE__ */ r(
|
|
4205
|
+
/* @__PURE__ */ h(Gr, { open: na, onOpenChange: ze, children: [
|
|
4206
|
+
/* @__PURE__ */ r(Hr, { children: /* @__PURE__ */ h(
|
|
4198
4207
|
V,
|
|
4199
4208
|
{
|
|
4200
4209
|
onClick: () => {
|
|
@@ -4202,7 +4211,7 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4202
4211
|
},
|
|
4203
4212
|
variant: "secondary",
|
|
4204
4213
|
children: [
|
|
4205
|
-
/* @__PURE__ */ r(
|
|
4214
|
+
/* @__PURE__ */ r(Ca, { width: 14 }),
|
|
4206
4215
|
"Export (",
|
|
4207
4216
|
$e,
|
|
4208
4217
|
")"
|
|
@@ -4210,7 +4219,7 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4210
4219
|
}
|
|
4211
4220
|
) }),
|
|
4212
4221
|
/* @__PURE__ */ h(
|
|
4213
|
-
|
|
4222
|
+
Wr,
|
|
4214
4223
|
{
|
|
4215
4224
|
className: "z-100",
|
|
4216
4225
|
align: "end",
|
|
@@ -4223,20 +4232,20 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4223
4232
|
onSelect: (E) => {
|
|
4224
4233
|
E.preventDefault();
|
|
4225
4234
|
const N = ye(
|
|
4226
|
-
|
|
4227
|
-
|
|
4235
|
+
re,
|
|
4236
|
+
xe
|
|
4228
4237
|
);
|
|
4229
|
-
|
|
4238
|
+
So(
|
|
4230
4239
|
N,
|
|
4231
4240
|
Le,
|
|
4232
4241
|
i.name,
|
|
4233
|
-
|
|
4242
|
+
Se
|
|
4234
4243
|
), ze(!1);
|
|
4235
4244
|
},
|
|
4236
4245
|
className: "flex items-center gap-2",
|
|
4237
4246
|
children: [
|
|
4238
|
-
/* @__PURE__ */ r(
|
|
4239
|
-
|
|
4247
|
+
/* @__PURE__ */ r(un, { width: 12 }),
|
|
4248
|
+
Se ? "Download as CSV" : "Copy as CSV"
|
|
4240
4249
|
]
|
|
4241
4250
|
}
|
|
4242
4251
|
),
|
|
@@ -4246,20 +4255,20 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4246
4255
|
onSelect: (E) => {
|
|
4247
4256
|
E.preventDefault();
|
|
4248
4257
|
const N = ye(
|
|
4249
|
-
|
|
4250
|
-
|
|
4258
|
+
re,
|
|
4259
|
+
xe
|
|
4251
4260
|
);
|
|
4252
|
-
|
|
4261
|
+
No(
|
|
4253
4262
|
N,
|
|
4254
4263
|
Le,
|
|
4255
4264
|
i.name,
|
|
4256
|
-
|
|
4265
|
+
Se
|
|
4257
4266
|
), ze(!1);
|
|
4258
4267
|
},
|
|
4259
4268
|
className: "flex items-center gap-2",
|
|
4260
4269
|
children: [
|
|
4261
|
-
/* @__PURE__ */ r(
|
|
4262
|
-
|
|
4270
|
+
/* @__PURE__ */ r(pn, { width: 12 }),
|
|
4271
|
+
Se ? "Download as Markdown" : "Copy as Markdown"
|
|
4263
4272
|
]
|
|
4264
4273
|
}
|
|
4265
4274
|
),
|
|
@@ -4269,25 +4278,25 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4269
4278
|
onSelect: (E) => {
|
|
4270
4279
|
E.preventDefault();
|
|
4271
4280
|
const N = ye(
|
|
4272
|
-
|
|
4273
|
-
|
|
4281
|
+
re,
|
|
4282
|
+
xe
|
|
4274
4283
|
);
|
|
4275
|
-
|
|
4284
|
+
Eo(
|
|
4276
4285
|
N,
|
|
4277
4286
|
Le,
|
|
4278
4287
|
i.name,
|
|
4279
|
-
|
|
4288
|
+
Se
|
|
4280
4289
|
), ze(!1);
|
|
4281
4290
|
},
|
|
4282
4291
|
className: "flex items-center gap-2",
|
|
4283
4292
|
children: [
|
|
4284
|
-
/* @__PURE__ */ r(
|
|
4285
|
-
|
|
4293
|
+
/* @__PURE__ */ r(gn, { width: 12 }),
|
|
4294
|
+
Se ? "Download as JSON" : "Copy as JSON"
|
|
4286
4295
|
]
|
|
4287
4296
|
}
|
|
4288
4297
|
),
|
|
4289
|
-
!
|
|
4290
|
-
/* @__PURE__ */ r(
|
|
4298
|
+
!Se && /* @__PURE__ */ h(M, { children: [
|
|
4299
|
+
/* @__PURE__ */ r(Vr, {}),
|
|
4291
4300
|
/* @__PURE__ */ r(
|
|
4292
4301
|
Pe,
|
|
4293
4302
|
{
|
|
@@ -4310,7 +4319,7 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4310
4319
|
className: "px-2",
|
|
4311
4320
|
variant: "destructive",
|
|
4312
4321
|
children: [
|
|
4313
|
-
/* @__PURE__ */ r(
|
|
4322
|
+
/* @__PURE__ */ r(Ia, { width: 14 }),
|
|
4314
4323
|
"Delete Selected Rows"
|
|
4315
4324
|
]
|
|
4316
4325
|
}
|
|
@@ -4318,21 +4327,21 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4318
4327
|
] }),
|
|
4319
4328
|
/* @__PURE__ */ r("div", { className: "grow" }),
|
|
4320
4329
|
/* @__PURE__ */ r("div", { className: "px-2", children: /* @__PURE__ */ r(
|
|
4321
|
-
|
|
4330
|
+
Kn,
|
|
4322
4331
|
{
|
|
4323
4332
|
localDates: ke,
|
|
4324
|
-
setLocalDates:
|
|
4333
|
+
setLocalDates: Xr,
|
|
4325
4334
|
visiblity: et
|
|
4326
4335
|
}
|
|
4327
4336
|
) })
|
|
4328
4337
|
] }),
|
|
4329
4338
|
/* @__PURE__ */ r(
|
|
4330
|
-
|
|
4339
|
+
Qa,
|
|
4331
4340
|
{
|
|
4332
|
-
collisionDetection:
|
|
4333
|
-
modifiers: [
|
|
4334
|
-
onDragEnd:
|
|
4335
|
-
sensors:
|
|
4341
|
+
collisionDetection: Ja,
|
|
4342
|
+
modifiers: [nn],
|
|
4343
|
+
onDragEnd: oa,
|
|
4344
|
+
sensors: ia,
|
|
4336
4345
|
children: /* @__PURE__ */ h("div", { className: "relative flex-1 overflow-hidden bg-neutral-100 dark:bg-neutral-900/50", children: [
|
|
4337
4346
|
!Bt && /* @__PURE__ */ r(
|
|
4338
4347
|
"div",
|
|
@@ -4361,23 +4370,23 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4361
4370
|
"div",
|
|
4362
4371
|
{
|
|
4363
4372
|
style: {
|
|
4364
|
-
width:
|
|
4373
|
+
width: ae.getCenterTotalSize()
|
|
4365
4374
|
},
|
|
4366
4375
|
className: "z-0 text-left font-mono text-xs text-neutral-500 dark:text-neutral-400",
|
|
4367
4376
|
children: [
|
|
4368
|
-
/* @__PURE__ */ r("div", { className: "sticky top-0 z-10 border-r border-b border-gray-200 border-r-gray-200 bg-white text-neutral-700 shadow-sm dark:border-r-neutral-700 dark:border-b-neutral-600 dark:bg-[#303030] dark:text-neutral-300", children:
|
|
4377
|
+
/* @__PURE__ */ r("div", { className: "sticky top-0 z-10 border-r border-b border-gray-200 border-r-gray-200 bg-white text-neutral-700 shadow-sm dark:border-r-neutral-700 dark:border-b-neutral-600 dark:bg-[#303030] dark:text-neutral-300", children: ae.getHeaderGroups().map((E) => /* @__PURE__ */ r("div", { className: "flex w-full", children: /* @__PURE__ */ r(
|
|
4369
4378
|
qt,
|
|
4370
4379
|
{
|
|
4371
4380
|
items: Fe,
|
|
4372
4381
|
strategy: Gt,
|
|
4373
4382
|
children: E.headers.map((N, R) => /* @__PURE__ */ r(
|
|
4374
|
-
|
|
4383
|
+
Wn,
|
|
4375
4384
|
{
|
|
4376
4385
|
header: N,
|
|
4377
|
-
table:
|
|
4386
|
+
table: ae,
|
|
4378
4387
|
headerGroup: E,
|
|
4379
4388
|
index: R,
|
|
4380
|
-
setMinViableColWidth:
|
|
4389
|
+
setMinViableColWidth: Qr,
|
|
4381
4390
|
onSort: ($, U, K) => {
|
|
4382
4391
|
n.push((J) => ({
|
|
4383
4392
|
...J,
|
|
@@ -4392,7 +4401,7 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4392
4401
|
))
|
|
4393
4402
|
}
|
|
4394
4403
|
) }, E.id)) }),
|
|
4395
|
-
/* @__PURE__ */ r("div", { children:
|
|
4404
|
+
/* @__PURE__ */ r("div", { children: ae.getRowModel().rows.map((E) => /* @__PURE__ */ r(
|
|
4396
4405
|
"div",
|
|
4397
4406
|
{
|
|
4398
4407
|
className: "group flex border-r border-b border-r-gray-200 border-b-gray-200 bg-white dark:border-neutral-700 dark:border-r-neutral-700 dark:bg-neutral-800",
|
|
@@ -4401,7 +4410,7 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4401
4410
|
{
|
|
4402
4411
|
items: Fe,
|
|
4403
4412
|
strategy: Gt,
|
|
4404
|
-
children: /* @__PURE__ */ r(
|
|
4413
|
+
children: /* @__PURE__ */ r(Vn, { cell: N }, N.id)
|
|
4405
4414
|
},
|
|
4406
4415
|
N.id
|
|
4407
4416
|
))
|
|
@@ -4417,8 +4426,8 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4417
4426
|
className: "opacity-60",
|
|
4418
4427
|
labelDirection: "bottom",
|
|
4419
4428
|
label: "Fill Width",
|
|
4420
|
-
icon: /* @__PURE__ */ r(
|
|
4421
|
-
onClick:
|
|
4429
|
+
icon: /* @__PURE__ */ r(hn, {}),
|
|
4430
|
+
onClick: ta
|
|
4422
4431
|
}
|
|
4423
4432
|
) })
|
|
4424
4433
|
] }) })
|
|
@@ -4428,14 +4437,14 @@ const Eo = ({ db: e, namespaces: t }) => {
|
|
|
4428
4437
|
] })
|
|
4429
4438
|
] });
|
|
4430
4439
|
};
|
|
4431
|
-
function
|
|
4432
|
-
return
|
|
4440
|
+
function Io(e, t) {
|
|
4441
|
+
return Ne(e) ? JSON.stringify(e, null, t ? 2 : void 0) : String(e);
|
|
4433
4442
|
}
|
|
4434
|
-
function
|
|
4435
|
-
const a = de(), n =
|
|
4436
|
-
return t &&
|
|
4443
|
+
function Ao({ data: e, pretty: t }) {
|
|
4444
|
+
const a = de(), n = Io(e, t);
|
|
4445
|
+
return t && Ne(e) ? /* @__PURE__ */ r(Lt, { darkMode: a.darkMode, code: n, language: "json" }) : /* @__PURE__ */ r(M, { children: n });
|
|
4437
4446
|
}
|
|
4438
|
-
async function
|
|
4447
|
+
async function Fr(e, t) {
|
|
4439
4448
|
const a = await fetch(e, t), n = await a.json();
|
|
4440
4449
|
return a.status === 200 ? Promise.resolve(n) : Promise.reject({ status: a.status, body: n });
|
|
4441
4450
|
}
|
|
@@ -4446,13 +4455,27 @@ async function Ro(e, t, a, n, o) {
|
|
|
4446
4455
|
authorization: `Bearer ${e}`,
|
|
4447
4456
|
"content-type": a.type
|
|
4448
4457
|
};
|
|
4449
|
-
return await
|
|
4458
|
+
return await Fr(`${o}/dash/apps/${t}/storage/upload`, {
|
|
4450
4459
|
method: "PUT",
|
|
4451
4460
|
headers: l,
|
|
4452
4461
|
body: a
|
|
4453
4462
|
});
|
|
4454
4463
|
}
|
|
4455
|
-
function To(e, t) {
|
|
4464
|
+
async function To(e, t, a, n) {
|
|
4465
|
+
const { data: o } = await Fr(
|
|
4466
|
+
`${n}/dash/apps/${t}/storage/files/delete`,
|
|
4467
|
+
{
|
|
4468
|
+
method: "POST",
|
|
4469
|
+
headers: {
|
|
4470
|
+
"content-type": "application/json",
|
|
4471
|
+
authorization: `Bearer ${e}`
|
|
4472
|
+
},
|
|
4473
|
+
body: JSON.stringify({ filenames: a })
|
|
4474
|
+
}
|
|
4475
|
+
);
|
|
4476
|
+
return o;
|
|
4477
|
+
}
|
|
4478
|
+
function Oo(e, t) {
|
|
4456
4479
|
const a = (n) => {
|
|
4457
4480
|
e.current && n.target instanceof HTMLElement && !e.current.contains(n.target) && t();
|
|
4458
4481
|
};
|
|
@@ -4460,7 +4483,7 @@ function To(e, t) {
|
|
|
4460
4483
|
document.removeEventListener("click", a);
|
|
4461
4484
|
}));
|
|
4462
4485
|
}
|
|
4463
|
-
const
|
|
4486
|
+
const _o = ({
|
|
4464
4487
|
namespaces: e,
|
|
4465
4488
|
db: t,
|
|
4466
4489
|
appId: a
|
|
@@ -4471,7 +4494,7 @@ const Oo = ({
|
|
|
4471
4494
|
`${a}:recentExplorerNamespace`,
|
|
4472
4495
|
i?.id || ""
|
|
4473
4496
|
);
|
|
4474
|
-
|
|
4497
|
+
Oo(p, () => {
|
|
4475
4498
|
c(!1);
|
|
4476
4499
|
}), P(
|
|
4477
4500
|
function() {
|
|
@@ -4497,9 +4520,9 @@ const Oo = ({
|
|
|
4497
4520
|
n.className
|
|
4498
4521
|
),
|
|
4499
4522
|
children: [
|
|
4500
|
-
/* @__PURE__ */ r(fe, { title: "Recently Deleted Namespaces", ...o, children: /* @__PURE__ */ r(
|
|
4523
|
+
/* @__PURE__ */ r(fe, { title: "Recently Deleted Namespaces", ...o, children: /* @__PURE__ */ r(Cn, { appId: n.appId, db: t }) }),
|
|
4501
4524
|
/* @__PURE__ */ r(fe, { title: "New Namespace", ...l, children: /* @__PURE__ */ r(
|
|
4502
|
-
|
|
4525
|
+
Tn,
|
|
4503
4526
|
{
|
|
4504
4527
|
db: t,
|
|
4505
4528
|
onClose: (s) => {
|
|
@@ -4520,7 +4543,7 @@ const Oo = ({
|
|
|
4520
4543
|
children: [
|
|
4521
4544
|
/* @__PURE__ */ h("div", { className: "flex items-center gap-1 text-sm font-semibold dark:text-white", children: [
|
|
4522
4545
|
/* @__PURE__ */ r(
|
|
4523
|
-
|
|
4546
|
+
Pa,
|
|
4524
4547
|
{
|
|
4525
4548
|
height: "1rem",
|
|
4526
4549
|
className: "cursor-pointer md:hidden dark:text-white",
|
|
@@ -4531,7 +4554,7 @@ const Oo = ({
|
|
|
4531
4554
|
] }),
|
|
4532
4555
|
e ? /* @__PURE__ */ h(M, { children: [
|
|
4533
4556
|
/* @__PURE__ */ r("div", { className: "overflow-x-hidden overflow-y-auto", children: e.length ? /* @__PURE__ */ r(
|
|
4534
|
-
|
|
4557
|
+
zr,
|
|
4535
4558
|
{
|
|
4536
4559
|
className: "text-sm",
|
|
4537
4560
|
selectedId: n.explorerState?.namespace,
|
|
@@ -4587,20 +4610,20 @@ const Oo = ({
|
|
|
4587
4610
|
onClick: (s) => {
|
|
4588
4611
|
s.stopPropagation(), c(!0);
|
|
4589
4612
|
},
|
|
4590
|
-
children: /* @__PURE__ */ r(
|
|
4613
|
+
children: /* @__PURE__ */ r(qa, { height: "1rem", className: "dark:text-white" })
|
|
4591
4614
|
}
|
|
4592
4615
|
) }),
|
|
4593
|
-
n.explorerState && /* @__PURE__ */ r(
|
|
4616
|
+
n.explorerState && /* @__PURE__ */ r(Co, { namespaces: e, db: t })
|
|
4594
4617
|
]
|
|
4595
4618
|
}
|
|
4596
4619
|
);
|
|
4597
|
-
},
|
|
4620
|
+
}, Do = ({
|
|
4598
4621
|
appId: e,
|
|
4599
4622
|
apiURI: t,
|
|
4600
4623
|
websocketURI: a,
|
|
4601
4624
|
adminToken: n
|
|
4602
4625
|
}) => le(
|
|
4603
|
-
() =>
|
|
4626
|
+
() => Va({
|
|
4604
4627
|
appId: e,
|
|
4605
4628
|
apiURI: t,
|
|
4606
4629
|
websocketURI: a,
|
|
@@ -4610,7 +4633,7 @@ const Oo = ({
|
|
|
4610
4633
|
}),
|
|
4611
4634
|
[e, t, a, n]
|
|
4612
4635
|
);
|
|
4613
|
-
class
|
|
4636
|
+
class Lo extends lr {
|
|
4614
4637
|
state = {
|
|
4615
4638
|
hasError: !1,
|
|
4616
4639
|
error: null
|
|
@@ -4627,7 +4650,7 @@ class Do extends lr {
|
|
|
4627
4650
|
render() {
|
|
4628
4651
|
return this.state.hasError ? /* @__PURE__ */ h("div", { className: "flex h-full w-full flex-1 flex-col items-center justify-center gap-4 bg-white p-6 dark:bg-neutral-800", children: [
|
|
4629
4652
|
/* @__PURE__ */ h("div", { className: "flex flex-col items-center gap-3 text-center", children: [
|
|
4630
|
-
/* @__PURE__ */ r("div", { className: "flex h-12 w-12 items-center justify-center rounded-full bg-red-100 dark:bg-red-900/30", children: /* @__PURE__ */ r(
|
|
4653
|
+
/* @__PURE__ */ r("div", { className: "flex h-12 w-12 items-center justify-center rounded-full bg-red-100 dark:bg-red-900/30", children: /* @__PURE__ */ r(Aa, { className: "h-6 w-6 text-red-600 dark:text-red-400" }) }),
|
|
4631
4654
|
/* @__PURE__ */ h("div", { className: "flex flex-col gap-1", children: [
|
|
4632
4655
|
/* @__PURE__ */ r("h2", { className: "text-lg font-semibold text-gray-900 dark:text-white", children: "Something went wrong" }),
|
|
4633
4656
|
/* @__PURE__ */ r("p", { className: "max-w-md text-sm text-gray-500 dark:text-neutral-400", children: "An unexpected error occurred. Please try again or contact support if the problem persists." })
|
|
@@ -4664,8 +4687,8 @@ const Rt = sr({ props: null, history: { push: () => {
|
|
|
4664
4687
|
"useExplorerProps must be used within an Explorer component"
|
|
4665
4688
|
);
|
|
4666
4689
|
return { explorerState: e.props.explorerState, history: e.history };
|
|
4667
|
-
},
|
|
4668
|
-
const n =
|
|
4690
|
+
}, $r = (e) => e.explorerState !== void 0 || e.setExplorerState !== void 0, Fo = (e, t, a) => {
|
|
4691
|
+
const n = $r(e);
|
|
4669
4692
|
return {
|
|
4670
4693
|
...e,
|
|
4671
4694
|
apiURI: e.apiURI || Yt.apiURI,
|
|
@@ -4677,10 +4700,10 @@ const Rt = sr({ props: null, history: { push: () => {
|
|
|
4677
4700
|
setExplorerState: e.setExplorerState || a,
|
|
4678
4701
|
useShadowDOM: e.useShadowDOM === void 0 ? !0 : e.useShadowDOM
|
|
4679
4702
|
};
|
|
4680
|
-
},
|
|
4703
|
+
}, Wi = (e) => {
|
|
4681
4704
|
const [t, a] = C(
|
|
4682
4705
|
null
|
|
4683
|
-
), n =
|
|
4706
|
+
), n = Fo(
|
|
4684
4707
|
e,
|
|
4685
4708
|
t,
|
|
4686
4709
|
a
|
|
@@ -4702,7 +4725,7 @@ const Rt = sr({ props: null, history: { push: () => {
|
|
|
4702
4725
|
}
|
|
4703
4726
|
return w;
|
|
4704
4727
|
});
|
|
4705
|
-
}, [l]), m =
|
|
4728
|
+
}, [l]), m = Do({
|
|
4706
4729
|
appId: n.appId,
|
|
4707
4730
|
apiURI: n.apiURI,
|
|
4708
4731
|
websocketURI: n.websocketURI,
|
|
@@ -4713,9 +4736,9 @@ const Rt = sr({ props: null, history: { push: () => {
|
|
|
4713
4736
|
d.current = !1;
|
|
4714
4737
|
return;
|
|
4715
4738
|
}
|
|
4716
|
-
u.current !== n.appId && (u.current = n.appId, g([]),
|
|
4739
|
+
u.current !== n.appId && (u.current = n.appId, g([]), $r(e) || a(null));
|
|
4717
4740
|
}, [n.appId, e]);
|
|
4718
|
-
const s =
|
|
4741
|
+
const s = Bn(m), f = le(
|
|
4719
4742
|
() => ({
|
|
4720
4743
|
props: n,
|
|
4721
4744
|
history: {
|
|
@@ -4725,9 +4748,9 @@ const Rt = sr({ props: null, history: { push: () => {
|
|
|
4725
4748
|
}
|
|
4726
4749
|
}),
|
|
4727
4750
|
[n, c, p, i]
|
|
4728
|
-
), b = n.useShadowDOM ?
|
|
4729
|
-
return /* @__PURE__ */ r(Rt.Provider, { value: f, children: /* @__PURE__ */ r(b, { children: /* @__PURE__ */ r(
|
|
4730
|
-
|
|
4751
|
+
), b = n.useShadowDOM ? $o : He.Fragment;
|
|
4752
|
+
return /* @__PURE__ */ r(Rt.Provider, { value: f, children: /* @__PURE__ */ r(b, { children: /* @__PURE__ */ r(Lo, { children: /* @__PURE__ */ r(
|
|
4753
|
+
_o,
|
|
4731
4754
|
{
|
|
4732
4755
|
appId: n.appId,
|
|
4733
4756
|
db: m,
|
|
@@ -4745,7 +4768,7 @@ function Xe() {
|
|
|
4745
4768
|
function pt() {
|
|
4746
4769
|
return dt(Tt).darkMode;
|
|
4747
4770
|
}
|
|
4748
|
-
const
|
|
4771
|
+
const $o = ({ children: e }) => {
|
|
4749
4772
|
const t = X(null), a = X(null), [n, o] = C(null), i = de().darkMode;
|
|
4750
4773
|
P(() => {
|
|
4751
4774
|
if (t.current && !n)
|
|
@@ -4753,7 +4776,7 @@ const Fo = ({ children: e }) => {
|
|
|
4753
4776
|
const c = t.current.attachShadow({ mode: "open" });
|
|
4754
4777
|
a.current = c;
|
|
4755
4778
|
const p = document.createElement("style");
|
|
4756
|
-
p.textContent =
|
|
4779
|
+
p.textContent = Sn;
|
|
4757
4780
|
const m = document.createElement("div");
|
|
4758
4781
|
m.setAttribute("class", i ? "h-full dark" : "h-full"), c.appendChild(p), c.appendChild(m), o(m);
|
|
4759
4782
|
} catch {
|
|
@@ -4769,14 +4792,14 @@ const Fo = ({ children: e }) => {
|
|
|
4769
4792
|
}),
|
|
4770
4793
|
[n, i]
|
|
4771
4794
|
);
|
|
4772
|
-
return /* @__PURE__ */ r("div", { ref: t, style: { height: "100%" }, className: O("h-full"), children: /* @__PURE__ */ r(Tt.Provider, { value: g, children: n ?
|
|
4795
|
+
return /* @__PURE__ */ r("div", { ref: t, style: { height: "100%" }, className: O("h-full"), children: /* @__PURE__ */ r(Tt.Provider, { value: g, children: n ? _a(e, n) : null }) });
|
|
4773
4796
|
};
|
|
4774
|
-
function
|
|
4797
|
+
function zo({
|
|
4775
4798
|
...e
|
|
4776
4799
|
}) {
|
|
4777
4800
|
return /* @__PURE__ */ r(se.Root, { "data-slot": "select", ...e });
|
|
4778
4801
|
}
|
|
4779
|
-
function
|
|
4802
|
+
function jo({
|
|
4780
4803
|
...e
|
|
4781
4804
|
}) {
|
|
4782
4805
|
return /* @__PURE__ */ r(
|
|
@@ -4788,7 +4811,7 @@ function zo({
|
|
|
4788
4811
|
}
|
|
4789
4812
|
);
|
|
4790
4813
|
}
|
|
4791
|
-
function
|
|
4814
|
+
function Mo({
|
|
4792
4815
|
className: e,
|
|
4793
4816
|
size: t = "default",
|
|
4794
4817
|
children: a,
|
|
@@ -4811,7 +4834,7 @@ function jo({
|
|
|
4811
4834
|
}
|
|
4812
4835
|
);
|
|
4813
4836
|
}
|
|
4814
|
-
function
|
|
4837
|
+
function Bo({
|
|
4815
4838
|
className: e,
|
|
4816
4839
|
children: t,
|
|
4817
4840
|
position: a = "popper",
|
|
@@ -4831,7 +4854,7 @@ function Mo({
|
|
|
4831
4854
|
position: a,
|
|
4832
4855
|
...n,
|
|
4833
4856
|
children: [
|
|
4834
|
-
/* @__PURE__ */ r(
|
|
4857
|
+
/* @__PURE__ */ r(Po, {}),
|
|
4835
4858
|
/* @__PURE__ */ r(
|
|
4836
4859
|
se.Viewport,
|
|
4837
4860
|
{
|
|
@@ -4842,12 +4865,12 @@ function Mo({
|
|
|
4842
4865
|
children: t
|
|
4843
4866
|
}
|
|
4844
4867
|
),
|
|
4845
|
-
/* @__PURE__ */ r(
|
|
4868
|
+
/* @__PURE__ */ r(qo, {})
|
|
4846
4869
|
]
|
|
4847
4870
|
}
|
|
4848
4871
|
) });
|
|
4849
4872
|
}
|
|
4850
|
-
function
|
|
4873
|
+
function Uo({
|
|
4851
4874
|
className: e,
|
|
4852
4875
|
children: t,
|
|
4853
4876
|
...a
|
|
@@ -4862,13 +4885,13 @@ function Bo({
|
|
|
4862
4885
|
),
|
|
4863
4886
|
...a,
|
|
4864
4887
|
children: [
|
|
4865
|
-
/* @__PURE__ */ r("span", { className: "absolute right-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ r(se.ItemIndicator, { children: /* @__PURE__ */ r(
|
|
4888
|
+
/* @__PURE__ */ r("span", { className: "absolute right-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ r(se.ItemIndicator, { children: /* @__PURE__ */ r(Ra, { width: 12, className: "size-4" }) }) }),
|
|
4866
4889
|
/* @__PURE__ */ r(se.ItemText, { children: t })
|
|
4867
4890
|
]
|
|
4868
4891
|
}
|
|
4869
4892
|
);
|
|
4870
4893
|
}
|
|
4871
|
-
function
|
|
4894
|
+
function Po({
|
|
4872
4895
|
className: e,
|
|
4873
4896
|
...t
|
|
4874
4897
|
}) {
|
|
@@ -4881,11 +4904,11 @@ function Uo({
|
|
|
4881
4904
|
e
|
|
4882
4905
|
),
|
|
4883
4906
|
...t,
|
|
4884
|
-
children: /* @__PURE__ */ r(
|
|
4907
|
+
children: /* @__PURE__ */ r(Ta, { className: "size-4" })
|
|
4885
4908
|
}
|
|
4886
4909
|
);
|
|
4887
4910
|
}
|
|
4888
|
-
function
|
|
4911
|
+
function qo({
|
|
4889
4912
|
className: e,
|
|
4890
4913
|
...t
|
|
4891
4914
|
}) {
|
|
@@ -5370,12 +5393,12 @@ var St = function() {
|
|
|
5370
5393
|
T--, S = d.slice(j, D), I.index -= j;
|
|
5371
5394
|
} else if (I = l(Y, 0, S, B), !I)
|
|
5372
5395
|
continue;
|
|
5373
|
-
var Q = I.index, te = I[0], W = S.slice(0, Q),
|
|
5396
|
+
var Q = I.index, te = I[0], W = S.slice(0, Q), re = S.slice(Q + te.length), ye = j + S.length;
|
|
5374
5397
|
w && ye > w.reach && (w.reach = ye);
|
|
5375
5398
|
var ce = z.prev;
|
|
5376
5399
|
W && (ce = c(u, ce, W), j += W.length), p(u, ce, T);
|
|
5377
5400
|
var Z = new o(v, q ? n.tokenize(te, q) : te, G, te);
|
|
5378
|
-
if (z = c(u, ce, Z),
|
|
5401
|
+
if (z = c(u, ce, Z), re && c(u, z, re), T > 1) {
|
|
5379
5402
|
var ke = {
|
|
5380
5403
|
cause: v + "," + x,
|
|
5381
5404
|
reach: ye
|
|
@@ -7874,7 +7897,7 @@ y.languages.wasm = {
|
|
|
7874
7897
|
number: /[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/,
|
|
7875
7898
|
punctuation: /[()]/
|
|
7876
7899
|
};
|
|
7877
|
-
var
|
|
7900
|
+
var Go = {
|
|
7878
7901
|
plain: {
|
|
7879
7902
|
backgroundColor: "#2a2734",
|
|
7880
7903
|
color: "#9a86fd"
|
|
@@ -7940,10 +7963,10 @@ var qo = {
|
|
|
7940
7963
|
color: "#c4b9fe"
|
|
7941
7964
|
}
|
|
7942
7965
|
}]
|
|
7943
|
-
},
|
|
7966
|
+
}, Ho = {
|
|
7944
7967
|
// $FlowFixMe
|
|
7945
7968
|
Prism: y,
|
|
7946
|
-
theme:
|
|
7969
|
+
theme: Go
|
|
7947
7970
|
};
|
|
7948
7971
|
function Ue(e, t, a) {
|
|
7949
7972
|
return t in e ? Object.defineProperty(e, t, {
|
|
@@ -7963,7 +7986,7 @@ function he() {
|
|
|
7963
7986
|
return e;
|
|
7964
7987
|
}, he.apply(this, arguments);
|
|
7965
7988
|
}
|
|
7966
|
-
var
|
|
7989
|
+
var Wo = /\r\n|\r|\n/, nr = function(e) {
|
|
7967
7990
|
e.length === 0 ? e.push({
|
|
7968
7991
|
types: ["plain"],
|
|
7969
7992
|
content: `
|
|
@@ -7974,7 +7997,7 @@ var Ho = /\r\n|\r|\n/, nr = function(e) {
|
|
|
7974
7997
|
}, or = function(e, t) {
|
|
7975
7998
|
var a = e.length;
|
|
7976
7999
|
return a > 0 && e[a - 1] === t ? e : e.concat(t);
|
|
7977
|
-
},
|
|
8000
|
+
}, Vo = function(e) {
|
|
7978
8001
|
for (var t = [[]], a = [e], n = [0], o = [e.length], l = 0, i = 0, g = [], c = [g]; i > -1; ) {
|
|
7979
8002
|
for (; (l = n[i]++) < o[i]; ) {
|
|
7980
8003
|
var p = void 0, m = t[i], d = a[i], u = d[l];
|
|
@@ -7982,7 +8005,7 @@ var Ho = /\r\n|\r|\n/, nr = function(e) {
|
|
|
7982
8005
|
i++, t.push(m), a.push(p), n.push(0), o.push(p.length);
|
|
7983
8006
|
continue;
|
|
7984
8007
|
}
|
|
7985
|
-
var s = p.split(
|
|
8008
|
+
var s = p.split(Wo), f = s.length;
|
|
7986
8009
|
g.push({
|
|
7987
8010
|
types: m,
|
|
7988
8011
|
content: s[0]
|
|
@@ -7996,7 +8019,7 @@ var Ho = /\r\n|\r|\n/, nr = function(e) {
|
|
|
7996
8019
|
i--, t.pop(), a.pop(), n.pop(), o.pop();
|
|
7997
8020
|
}
|
|
7998
8021
|
return nr(g), c;
|
|
7999
|
-
},
|
|
8022
|
+
}, Yo = function(e, t) {
|
|
8000
8023
|
var a = e.plain, n = /* @__PURE__ */ Object.create(null), o = e.styles.reduce(function(l, i) {
|
|
8001
8024
|
var g = i.languages, c = i.style;
|
|
8002
8025
|
return g && !g.includes(t) || i.types.forEach(function(p) {
|
|
@@ -8013,14 +8036,14 @@ function ir(e, t) {
|
|
|
8013
8036
|
for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) === -1 && (a[n] = e[n]);
|
|
8014
8037
|
return a;
|
|
8015
8038
|
}
|
|
8016
|
-
var
|
|
8039
|
+
var Ko = /* @__PURE__ */ function(e) {
|
|
8017
8040
|
function t() {
|
|
8018
8041
|
for (var a = this, n = [], o = arguments.length; o--; ) n[o] = arguments[o];
|
|
8019
8042
|
e.apply(this, n), Ue(this, "getThemeDict", function(l) {
|
|
8020
8043
|
if (a.themeDict !== void 0 && l.theme === a.prevTheme && l.language === a.prevLanguage)
|
|
8021
8044
|
return a.themeDict;
|
|
8022
8045
|
a.prevTheme = l.theme, a.prevLanguage = l.language;
|
|
8023
|
-
var i = l.theme ?
|
|
8046
|
+
var i = l.theme ? Yo(l.theme, l.language) : void 0;
|
|
8024
8047
|
return a.themeDict = i;
|
|
8025
8048
|
}), Ue(this, "getLineProps", function(l) {
|
|
8026
8049
|
var i = l.key, g = l.className, c = l.style, p = ir(l, ["key", "className", "style", "line"]), m = p, d = he({}, m, {
|
|
@@ -8068,7 +8091,7 @@ var Yo = /* @__PURE__ */ function(e) {
|
|
|
8068
8091
|
});
|
|
8069
8092
|
}
|
|
8070
8093
|
return e && (t.__proto__ = e), t.prototype = Object.create(e && e.prototype), t.prototype.constructor = t, t.prototype.render = function() {
|
|
8071
|
-
var n = this.props, o = n.Prism, l = n.language, i = n.code, g = n.children, c = this.getThemeDict(this.props), p = o.languages[l], m = p !== void 0 ? this.tokenize(o, i, p, l) : [i], d =
|
|
8094
|
+
var n = this.props, o = n.Prism, l = n.language, i = n.code, g = n.children, c = this.getThemeDict(this.props), p = o.languages[l], m = p !== void 0 ? this.tokenize(o, i, p, l) : [i], d = Vo(m);
|
|
8072
8095
|
return g({
|
|
8073
8096
|
tokens: d,
|
|
8074
8097
|
className: "prism-code language-" + l,
|
|
@@ -8078,16 +8101,16 @@ var Yo = /* @__PURE__ */ function(e) {
|
|
|
8078
8101
|
});
|
|
8079
8102
|
}, t;
|
|
8080
8103
|
}(lr);
|
|
8081
|
-
const
|
|
8082
|
-
() =>
|
|
8083
|
-
),
|
|
8104
|
+
const Xo = (e) => Zo(
|
|
8105
|
+
() => xn.parse(e, (a, n) => n === !0 ? "true" : n === !1 ? "false" : n)
|
|
8106
|
+
), Zo = (e) => {
|
|
8084
8107
|
try {
|
|
8085
8108
|
return { status: "ok", value: e() };
|
|
8086
8109
|
} catch (t) {
|
|
8087
8110
|
return { status: "error", error: t };
|
|
8088
8111
|
}
|
|
8089
8112
|
};
|
|
8090
|
-
function
|
|
8113
|
+
function Qo(e, t, a) {
|
|
8091
8114
|
const n = dr();
|
|
8092
8115
|
P(() => {
|
|
8093
8116
|
if (!t || !a) return;
|
|
@@ -8111,7 +8134,7 @@ function Zo(e, t, a) {
|
|
|
8111
8134
|
};
|
|
8112
8135
|
}, [t, e, a, n]);
|
|
8113
8136
|
}
|
|
8114
|
-
const
|
|
8137
|
+
const Jo = {
|
|
8115
8138
|
plain: {
|
|
8116
8139
|
backgroundColor: "#fff",
|
|
8117
8140
|
color: "#575279"
|
|
@@ -8154,14 +8177,14 @@ const Qo = {
|
|
|
8154
8177
|
style: { color: "#b4637a" }
|
|
8155
8178
|
}
|
|
8156
8179
|
]
|
|
8157
|
-
},
|
|
8180
|
+
}, ei = ue("div", "flex flex-col gap-2"), ti = ue("div", "flex flex-col gap-2 md:flex-row"), gt = ue("div", "prose dark:text-neutral-400"), ri = ue("div", "text-2xl font-bold"), ai = ue("div", "text-xl font-bold"), ni = ue("div", "text-lg"), oi = ue("div", "text-md font-bold"), ii = ue("div", "text-sm text-gray-400"), Re = ue(
|
|
8158
8181
|
"div",
|
|
8159
8182
|
"text-sm font-bold dark:text-neutral-400 text-gray-700"
|
|
8160
|
-
),
|
|
8183
|
+
), li = ({ size: e = "mini" }) => /* @__PURE__ */ r("img", { src: "/img/icon/logo-512.svg", className: {
|
|
8161
8184
|
mini: "h-4 w-4",
|
|
8162
8185
|
normal: "h-6 w-6"
|
|
8163
8186
|
}[e] });
|
|
8164
|
-
function
|
|
8187
|
+
function zr({
|
|
8165
8188
|
className: e,
|
|
8166
8189
|
buttonClassName: t,
|
|
8167
8190
|
items: a,
|
|
@@ -8188,7 +8211,7 @@ function $r({
|
|
|
8188
8211
|
i.id
|
|
8189
8212
|
)) });
|
|
8190
8213
|
}
|
|
8191
|
-
function
|
|
8214
|
+
function jr({
|
|
8192
8215
|
items: e,
|
|
8193
8216
|
onChange: t,
|
|
8194
8217
|
selectedId: a,
|
|
@@ -8223,7 +8246,7 @@ function zr({
|
|
|
8223
8246
|
}
|
|
8224
8247
|
);
|
|
8225
8248
|
}
|
|
8226
|
-
function
|
|
8249
|
+
function Ee({
|
|
8227
8250
|
value: e,
|
|
8228
8251
|
type: t,
|
|
8229
8252
|
autoFocus: a,
|
|
@@ -8276,7 +8299,7 @@ function Ne({
|
|
|
8276
8299
|
g ? /* @__PURE__ */ r("div", { className: "text-sm text-red-600", children: g }) : null
|
|
8277
8300
|
] });
|
|
8278
8301
|
}
|
|
8279
|
-
function
|
|
8302
|
+
function si({
|
|
8280
8303
|
value: e,
|
|
8281
8304
|
autoFocus: t,
|
|
8282
8305
|
className: a,
|
|
@@ -8384,7 +8407,7 @@ function we({
|
|
|
8384
8407
|
visibleValue: m
|
|
8385
8408
|
}) {
|
|
8386
8409
|
return /* @__PURE__ */ h(
|
|
8387
|
-
|
|
8410
|
+
zo,
|
|
8388
8411
|
{
|
|
8389
8412
|
disabled: o,
|
|
8390
8413
|
onValueChange: (d) => {
|
|
@@ -8393,10 +8416,10 @@ function we({
|
|
|
8393
8416
|
},
|
|
8394
8417
|
value: e?.toString(),
|
|
8395
8418
|
children: [
|
|
8396
|
-
/* @__PURE__ */ r(
|
|
8397
|
-
/* @__PURE__ */ h(
|
|
8419
|
+
/* @__PURE__ */ r(Mo, { className: a, title: g, tabIndex: i, children: /* @__PURE__ */ r(jo, { placeholder: l, children: m }) }),
|
|
8420
|
+
/* @__PURE__ */ h(Bo, { className: p, children: [
|
|
8398
8421
|
t.map((d) => /* @__PURE__ */ r(
|
|
8399
|
-
|
|
8422
|
+
Uo,
|
|
8400
8423
|
{
|
|
8401
8424
|
value: d.value?.toString(),
|
|
8402
8425
|
children: d.label
|
|
@@ -8529,17 +8552,17 @@ function st() {
|
|
|
8529
8552
|
}
|
|
8530
8553
|
};
|
|
8531
8554
|
}
|
|
8532
|
-
function
|
|
8555
|
+
function di({
|
|
8533
8556
|
...e
|
|
8534
8557
|
}) {
|
|
8535
8558
|
return /* @__PURE__ */ r(Te.Root, { "data-slot": "dialog", ...e });
|
|
8536
8559
|
}
|
|
8537
|
-
function
|
|
8560
|
+
function Mr({
|
|
8538
8561
|
...e
|
|
8539
8562
|
}) {
|
|
8540
8563
|
return /* @__PURE__ */ r(Te.Portal, { "data-slot": "dialog-portal", ...e });
|
|
8541
8564
|
}
|
|
8542
|
-
const
|
|
8565
|
+
const Br = He.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ r(
|
|
8543
8566
|
Te.Overlay,
|
|
8544
8567
|
{
|
|
8545
8568
|
ref: a,
|
|
@@ -8551,7 +8574,7 @@ const Mr = He.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ r(
|
|
|
8551
8574
|
...t
|
|
8552
8575
|
}
|
|
8553
8576
|
));
|
|
8554
|
-
function
|
|
8577
|
+
function ci({ title: e }) {
|
|
8555
8578
|
const t = Xe(), a = He.useRef(null);
|
|
8556
8579
|
return He.useEffect(() => {
|
|
8557
8580
|
if (!t || process.env.NODE_ENV === "production")
|
|
@@ -8562,9 +8585,9 @@ function di({ title: e }) {
|
|
|
8562
8585
|
return o.id = n, o.style.display = "none", document.body.appendChild(o), () => {
|
|
8563
8586
|
o.remove();
|
|
8564
8587
|
};
|
|
8565
|
-
}, [t]), /* @__PURE__ */ r(
|
|
8588
|
+
}, [t]), /* @__PURE__ */ r(pa, { children: /* @__PURE__ */ r(Te.Title, { ref: a, children: e }) });
|
|
8566
8589
|
}
|
|
8567
|
-
function
|
|
8590
|
+
function Ur({
|
|
8568
8591
|
className: e,
|
|
8569
8592
|
children: t,
|
|
8570
8593
|
showCloseButton: a = !1,
|
|
@@ -8572,7 +8595,7 @@ function Br({
|
|
|
8572
8595
|
...o
|
|
8573
8596
|
}) {
|
|
8574
8597
|
const l = Xe(), i = pt();
|
|
8575
|
-
return /* @__PURE__ */ r(
|
|
8598
|
+
return /* @__PURE__ */ r(Mr, { container: l, "data-slot": "dialog-portal", children: /* @__PURE__ */ r(Br, { className: O(i ? "dark" : "", "overflow-y-auto"), children: /* @__PURE__ */ h(
|
|
8576
8599
|
Te.Content,
|
|
8577
8600
|
{
|
|
8578
8601
|
"aria-label": n,
|
|
@@ -8584,7 +8607,7 @@ function Br({
|
|
|
8584
8607
|
),
|
|
8585
8608
|
...o,
|
|
8586
8609
|
children: [
|
|
8587
|
-
/* @__PURE__ */ r(
|
|
8610
|
+
/* @__PURE__ */ r(ci, { title: n }),
|
|
8588
8611
|
t,
|
|
8589
8612
|
a && /* @__PURE__ */ h(
|
|
8590
8613
|
Te.Close,
|
|
@@ -8592,7 +8615,7 @@ function Br({
|
|
|
8592
8615
|
"data-slot": "dialog-close",
|
|
8593
8616
|
className: "absolute top-4 right-4 rounded-xs opacity-70 transition-opacity duration-100 hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
|
8594
8617
|
children: [
|
|
8595
|
-
/* @__PURE__ */ r(
|
|
8618
|
+
/* @__PURE__ */ r(fn, {}),
|
|
8596
8619
|
/* @__PURE__ */ r("span", { className: "sr-only", children: "Close" })
|
|
8597
8620
|
]
|
|
8598
8621
|
}
|
|
@@ -8611,14 +8634,14 @@ function fe({
|
|
|
8611
8634
|
hideCloseButton: i = !1
|
|
8612
8635
|
}) {
|
|
8613
8636
|
return /* @__PURE__ */ r(
|
|
8614
|
-
|
|
8637
|
+
di,
|
|
8615
8638
|
{
|
|
8616
8639
|
onOpenChange: (g) => {
|
|
8617
8640
|
g || a();
|
|
8618
8641
|
},
|
|
8619
8642
|
open: e,
|
|
8620
8643
|
children: /* @__PURE__ */ h(
|
|
8621
|
-
|
|
8644
|
+
Ur,
|
|
8622
8645
|
{
|
|
8623
8646
|
title: o,
|
|
8624
8647
|
onFocusCapture: (g) => {
|
|
@@ -8629,7 +8652,7 @@ function fe({
|
|
|
8629
8652
|
className: `w-full max-w-xl overflow-y-auto rounded border-solid bg-white p-3 text-sm shadow dark:bg-neutral-800 dark:text-white ${n}`,
|
|
8630
8653
|
children: [
|
|
8631
8654
|
!i && /* @__PURE__ */ r(
|
|
8632
|
-
|
|
8655
|
+
Ga,
|
|
8633
8656
|
{
|
|
8634
8657
|
className: "absolute top-[18px] right-3 h-4 w-4 cursor-pointer",
|
|
8635
8658
|
onClick: a
|
|
@@ -8648,7 +8671,7 @@ function ge({
|
|
|
8648
8671
|
}) {
|
|
8649
8672
|
return /* @__PURE__ */ r("form", { onSubmit: (a) => a.preventDefault(), className: e, children: t });
|
|
8650
8673
|
}
|
|
8651
|
-
function
|
|
8674
|
+
function ui(e, t) {
|
|
8652
8675
|
let a = e;
|
|
8653
8676
|
const n = t?.message, o = t?.hint?.errors?.[0]?.message, l = n?.length;
|
|
8654
8677
|
return l && (a += `
|
|
@@ -8673,9 +8696,9 @@ function ve({
|
|
|
8673
8696
|
if (!d) {
|
|
8674
8697
|
u(!0);
|
|
8675
8698
|
try {
|
|
8676
|
-
await c(), g &&
|
|
8699
|
+
await c(), g && oe(g);
|
|
8677
8700
|
} catch (f) {
|
|
8678
|
-
ie(
|
|
8701
|
+
ie(ui(i, f));
|
|
8679
8702
|
} finally {
|
|
8680
8703
|
u(!1);
|
|
8681
8704
|
}
|
|
@@ -8698,7 +8721,7 @@ function ve({
|
|
|
8698
8721
|
function Ot(e) {
|
|
8699
8722
|
return e.length === 36 && e.indexOf("-") === 8 ? e.replaceAll(/[^-]/g, "*") : e.replaceAll(/./g, "*");
|
|
8700
8723
|
}
|
|
8701
|
-
function
|
|
8724
|
+
function pi({
|
|
8702
8725
|
value: e,
|
|
8703
8726
|
label: t,
|
|
8704
8727
|
size: a = "normal",
|
|
@@ -8763,7 +8786,7 @@ function ui({
|
|
|
8763
8786
|
}
|
|
8764
8787
|
);
|
|
8765
8788
|
}
|
|
8766
|
-
function
|
|
8789
|
+
function gi({
|
|
8767
8790
|
value: e,
|
|
8768
8791
|
label: t,
|
|
8769
8792
|
size: a = "normal",
|
|
@@ -8855,7 +8878,7 @@ function pi({
|
|
|
8855
8878
|
}
|
|
8856
8879
|
);
|
|
8857
8880
|
}
|
|
8858
|
-
function
|
|
8881
|
+
function hi({ value: e }) {
|
|
8859
8882
|
const [t, a] = C(!1);
|
|
8860
8883
|
return /* @__PURE__ */ h("span", { className: "inline-flex items-center rounded-sm bg-gray-500 px-2 text-sm text-white", children: [
|
|
8861
8884
|
/* @__PURE__ */ r(
|
|
@@ -8878,7 +8901,7 @@ function gi({ value: e }) {
|
|
|
8878
8901
|
a(!1);
|
|
8879
8902
|
}, 2500));
|
|
8880
8903
|
},
|
|
8881
|
-
children: t ? /* @__PURE__ */ r(
|
|
8904
|
+
children: t ? /* @__PURE__ */ r(Ha, { className: "pl-1", height: "1em" }) : /* @__PURE__ */ r(
|
|
8882
8905
|
Ct,
|
|
8883
8906
|
{
|
|
8884
8907
|
className: "cursor-pointer pl-1",
|
|
@@ -8913,14 +8936,14 @@ const ft = ({
|
|
|
8913
8936
|
}
|
|
8914
8937
|
)
|
|
8915
8938
|
] }), _t = ({ children: e }) => /* @__PURE__ */ h(
|
|
8916
|
-
|
|
8939
|
+
mn,
|
|
8917
8940
|
{
|
|
8918
8941
|
as: "span",
|
|
8919
8942
|
className: "relative inline-flex align-middle",
|
|
8920
8943
|
"data-open": "true",
|
|
8921
8944
|
children: [
|
|
8922
|
-
/* @__PURE__ */ r(
|
|
8923
|
-
|
|
8945
|
+
/* @__PURE__ */ r(bn, { className: "inline", children: /* @__PURE__ */ r(
|
|
8946
|
+
Oa,
|
|
8924
8947
|
{
|
|
8925
8948
|
height: "1em",
|
|
8926
8949
|
width: "1em",
|
|
@@ -8928,7 +8951,7 @@ const ft = ({
|
|
|
8928
8951
|
}
|
|
8929
8952
|
) }),
|
|
8930
8953
|
/* @__PURE__ */ r(
|
|
8931
|
-
|
|
8954
|
+
wn,
|
|
8932
8955
|
{
|
|
8933
8956
|
anchor: "bottom start",
|
|
8934
8957
|
className: "z-50 rounded-lg bg-white p-2 shadow-lg dark:bg-neutral-800",
|
|
@@ -8937,7 +8960,7 @@ const ft = ({
|
|
|
8937
8960
|
)
|
|
8938
8961
|
]
|
|
8939
8962
|
}
|
|
8940
|
-
),
|
|
8963
|
+
), fi = ({
|
|
8941
8964
|
children: e,
|
|
8942
8965
|
className: t
|
|
8943
8966
|
}) => /* @__PURE__ */ r(
|
|
@@ -8950,7 +8973,7 @@ const ft = ({
|
|
|
8950
8973
|
children: e
|
|
8951
8974
|
}
|
|
8952
8975
|
);
|
|
8953
|
-
function
|
|
8976
|
+
function Pr({
|
|
8954
8977
|
percentage: e = 0,
|
|
8955
8978
|
loading: t,
|
|
8956
8979
|
className: a,
|
|
@@ -8983,12 +9006,12 @@ function Ur({
|
|
|
8983
9006
|
}
|
|
8984
9007
|
);
|
|
8985
9008
|
}
|
|
8986
|
-
function
|
|
9009
|
+
function qr({
|
|
8987
9010
|
delayDuration: e = 100,
|
|
8988
9011
|
...t
|
|
8989
9012
|
}) {
|
|
8990
9013
|
return /* @__PURE__ */ r(
|
|
8991
|
-
|
|
9014
|
+
ne.Provider,
|
|
8992
9015
|
{
|
|
8993
9016
|
"data-slot": "tooltip-provider",
|
|
8994
9017
|
delayDuration: e,
|
|
@@ -8999,12 +9022,12 @@ function Pr({
|
|
|
8999
9022
|
function Ze({
|
|
9000
9023
|
...e
|
|
9001
9024
|
}) {
|
|
9002
|
-
return /* @__PURE__ */ r(
|
|
9025
|
+
return /* @__PURE__ */ r(qr, { children: /* @__PURE__ */ r(ne.Root, { "data-slot": "tooltip", ...e }) });
|
|
9003
9026
|
}
|
|
9004
9027
|
function Qe({
|
|
9005
9028
|
...e
|
|
9006
9029
|
}) {
|
|
9007
|
-
return /* @__PURE__ */ r(
|
|
9030
|
+
return /* @__PURE__ */ r(ne.Trigger, { "data-slot": "tooltip-trigger", ...e });
|
|
9008
9031
|
}
|
|
9009
9032
|
function Je({
|
|
9010
9033
|
className: e,
|
|
@@ -9013,8 +9036,8 @@ function Je({
|
|
|
9013
9036
|
...n
|
|
9014
9037
|
}) {
|
|
9015
9038
|
const o = Xe(), l = pt();
|
|
9016
|
-
return /* @__PURE__ */ r(
|
|
9017
|
-
|
|
9039
|
+
return /* @__PURE__ */ r(ne.Portal, { container: o, children: /* @__PURE__ */ r(
|
|
9040
|
+
ne.Content,
|
|
9018
9041
|
{
|
|
9019
9042
|
"data-slot": "tooltip-content",
|
|
9020
9043
|
sideOffset: t,
|
|
@@ -9028,17 +9051,17 @@ function Je({
|
|
|
9028
9051
|
}
|
|
9029
9052
|
) });
|
|
9030
9053
|
}
|
|
9031
|
-
function
|
|
9054
|
+
function Gr({
|
|
9032
9055
|
...e
|
|
9033
9056
|
}) {
|
|
9034
9057
|
return /* @__PURE__ */ r(Oe.Root, { ...e });
|
|
9035
9058
|
}
|
|
9036
|
-
function
|
|
9059
|
+
function Hr({
|
|
9037
9060
|
...e
|
|
9038
9061
|
}) {
|
|
9039
9062
|
return /* @__PURE__ */ r(Oe.Trigger, { ...e });
|
|
9040
9063
|
}
|
|
9041
|
-
function
|
|
9064
|
+
function Wr({
|
|
9042
9065
|
className: e,
|
|
9043
9066
|
sideOffset: t = 4,
|
|
9044
9067
|
...a
|
|
@@ -9072,7 +9095,7 @@ function Pe({
|
|
|
9072
9095
|
}
|
|
9073
9096
|
);
|
|
9074
9097
|
}
|
|
9075
|
-
function
|
|
9098
|
+
function Vr({
|
|
9076
9099
|
className: e,
|
|
9077
9100
|
...t
|
|
9078
9101
|
}) {
|
|
@@ -9089,21 +9112,21 @@ function Wr({
|
|
|
9089
9112
|
}
|
|
9090
9113
|
function ue(e, t) {
|
|
9091
9114
|
return function(a) {
|
|
9092
|
-
return
|
|
9115
|
+
return fa(e, {
|
|
9093
9116
|
...a,
|
|
9094
9117
|
className: O(t, a.className)
|
|
9095
9118
|
});
|
|
9096
9119
|
};
|
|
9097
9120
|
}
|
|
9098
9121
|
function O(...e) {
|
|
9099
|
-
return
|
|
9122
|
+
return ba(_e(e));
|
|
9100
9123
|
}
|
|
9101
|
-
function
|
|
9124
|
+
function Yr() {
|
|
9102
9125
|
return /* @__PURE__ */ r("div", { className: "animate-slow-pulse flex w-full flex-1 flex-col bg-gray-300" });
|
|
9103
9126
|
}
|
|
9104
9127
|
function Dt(e) {
|
|
9105
9128
|
return /* @__PURE__ */ r(
|
|
9106
|
-
|
|
9129
|
+
ga,
|
|
9107
9130
|
{
|
|
9108
9131
|
theme: e.darkMode ? "vs-dark" : "vs-light",
|
|
9109
9132
|
className: O(
|
|
@@ -9129,13 +9152,13 @@ function Dt(e) {
|
|
|
9129
9152
|
onMount: e.onMount,
|
|
9130
9153
|
beforeMount: (t) => {
|
|
9131
9154
|
},
|
|
9132
|
-
loading: /* @__PURE__ */ r(
|
|
9155
|
+
loading: /* @__PURE__ */ r(Yr, {})
|
|
9133
9156
|
}
|
|
9134
9157
|
);
|
|
9135
9158
|
}
|
|
9136
|
-
function
|
|
9159
|
+
function mi(e) {
|
|
9137
9160
|
const [t, a] = C(e.value), o = `json-editor-${dr()}.json`, [l, i] = C(void 0);
|
|
9138
|
-
return
|
|
9161
|
+
return Qo(o, l, e.schema), P(() => {
|
|
9139
9162
|
a(e.value);
|
|
9140
9163
|
}, [e.value]), /* @__PURE__ */ h("div", { className: "flex h-full min-h-0 flex-col bg-gray-50 dark:bg-[#252525]", children: [
|
|
9141
9164
|
/* @__PURE__ */ h("div", { className: "flex items-center justify-between gap-4 border-b px-4 py-2 dark:border-b-neutral-700", children: [
|
|
@@ -9159,7 +9182,7 @@ function fi(e) {
|
|
|
9159
9182
|
m && setTimeout(async () => {
|
|
9160
9183
|
const d = m.getValue();
|
|
9161
9184
|
if (!d.trim()) return;
|
|
9162
|
-
const u =
|
|
9185
|
+
const u = Xo(d);
|
|
9163
9186
|
u.status === "ok" && m.setValue(JSON.stringify(u.value, null, 2));
|
|
9164
9187
|
}, 20);
|
|
9165
9188
|
});
|
|
@@ -9178,9 +9201,9 @@ function Lt({
|
|
|
9178
9201
|
}) {
|
|
9179
9202
|
const [i, g] = C("Copy");
|
|
9180
9203
|
return /* @__PURE__ */ r(
|
|
9181
|
-
|
|
9204
|
+
Ko,
|
|
9182
9205
|
{
|
|
9183
|
-
...
|
|
9206
|
+
...Ho,
|
|
9184
9207
|
code: e.trimEnd(),
|
|
9185
9208
|
language: t,
|
|
9186
9209
|
theme: n ? {
|
|
@@ -9189,7 +9212,7 @@ function Lt({
|
|
|
9189
9212
|
color: "white"
|
|
9190
9213
|
},
|
|
9191
9214
|
styles: []
|
|
9192
|
-
} :
|
|
9215
|
+
} : Jo,
|
|
9193
9216
|
children: ({ className: c, style: p, tokens: m, getTokenProps: d }) => /* @__PURE__ */ h(
|
|
9194
9217
|
"pre",
|
|
9195
9218
|
{
|
|
@@ -9221,7 +9244,7 @@ function Lt({
|
|
|
9221
9244
|
]
|
|
9222
9245
|
}
|
|
9223
9246
|
) }) : null,
|
|
9224
|
-
/* @__PURE__ */ r("code", { children: m.map((u, s) => /* @__PURE__ */ h(
|
|
9247
|
+
/* @__PURE__ */ r("code", { children: m.map((u, s) => /* @__PURE__ */ h(ma, { children: [
|
|
9225
9248
|
u.filter((f) => !f.empty).map((f, b) => {
|
|
9226
9249
|
const { key: w, ...v } = d({ token: f });
|
|
9227
9250
|
return /* @__PURE__ */ r("span", { ...v }, w || b);
|
|
@@ -9235,7 +9258,7 @@ function Lt({
|
|
|
9235
9258
|
}
|
|
9236
9259
|
);
|
|
9237
9260
|
}
|
|
9238
|
-
function
|
|
9261
|
+
function Kr({
|
|
9239
9262
|
className: e,
|
|
9240
9263
|
...t
|
|
9241
9264
|
}) {
|
|
@@ -9260,53 +9283,53 @@ function Yr({
|
|
|
9260
9283
|
}
|
|
9261
9284
|
);
|
|
9262
9285
|
}
|
|
9263
|
-
const
|
|
9286
|
+
const Vi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9264
9287
|
__proto__: null,
|
|
9265
9288
|
ActionButton: ve,
|
|
9266
9289
|
ActionForm: ge,
|
|
9267
|
-
Badge:
|
|
9268
|
-
BlockHeading:
|
|
9290
|
+
Badge: fi,
|
|
9291
|
+
BlockHeading: oi,
|
|
9269
9292
|
Button: V,
|
|
9270
9293
|
Checkbox: ee,
|
|
9271
9294
|
CodeEditor: Dt,
|
|
9272
9295
|
Content: gt,
|
|
9273
|
-
Copyable:
|
|
9274
|
-
Copytext:
|
|
9296
|
+
Copyable: gi,
|
|
9297
|
+
Copytext: hi,
|
|
9275
9298
|
Dialog: fe,
|
|
9276
|
-
DialogContent:
|
|
9277
|
-
DialogOverlay:
|
|
9278
|
-
DialogPortal:
|
|
9299
|
+
DialogContent: Ur,
|
|
9300
|
+
DialogOverlay: Br,
|
|
9301
|
+
DialogPortal: Mr,
|
|
9279
9302
|
Divider: ft,
|
|
9280
|
-
DropdownMenu:
|
|
9281
|
-
DropdownMenuContent:
|
|
9303
|
+
DropdownMenu: Gr,
|
|
9304
|
+
DropdownMenuContent: Wr,
|
|
9282
9305
|
DropdownMenuItem: Pe,
|
|
9283
|
-
DropdownMenuSeparator:
|
|
9284
|
-
DropdownMenuTrigger:
|
|
9306
|
+
DropdownMenuSeparator: Vr,
|
|
9307
|
+
DropdownMenuTrigger: Hr,
|
|
9285
9308
|
Fence: Lt,
|
|
9286
|
-
FullscreenLoading:
|
|
9287
|
-
Group:
|
|
9288
|
-
Hint:
|
|
9309
|
+
FullscreenLoading: Yr,
|
|
9310
|
+
Group: ti,
|
|
9311
|
+
Hint: ii,
|
|
9289
9312
|
IconButton: ht,
|
|
9290
9313
|
InfoTip: _t,
|
|
9291
|
-
JSONEditor:
|
|
9314
|
+
JSONEditor: mi,
|
|
9292
9315
|
Label: Re,
|
|
9293
|
-
LogoIcon:
|
|
9294
|
-
ProgressButton:
|
|
9295
|
-
ScreenHeading:
|
|
9296
|
-
SectionHeading:
|
|
9316
|
+
LogoIcon: li,
|
|
9317
|
+
ProgressButton: Pr,
|
|
9318
|
+
ScreenHeading: ri,
|
|
9319
|
+
SectionHeading: ai,
|
|
9297
9320
|
Select: we,
|
|
9298
|
-
SmallCopyable:
|
|
9299
|
-
Stack:
|
|
9300
|
-
SubsectionHeading:
|
|
9301
|
-
Switch:
|
|
9302
|
-
TextArea:
|
|
9303
|
-
TextInput:
|
|
9304
|
-
Toaster:
|
|
9305
|
-
ToggleCollection:
|
|
9306
|
-
ToggleGroup:
|
|
9321
|
+
SmallCopyable: pi,
|
|
9322
|
+
Stack: ei,
|
|
9323
|
+
SubsectionHeading: ni,
|
|
9324
|
+
Switch: Kr,
|
|
9325
|
+
TextArea: si,
|
|
9326
|
+
TextInput: Ee,
|
|
9327
|
+
Toaster: ua,
|
|
9328
|
+
ToggleCollection: zr,
|
|
9329
|
+
ToggleGroup: jr,
|
|
9307
9330
|
Tooltip: Ze,
|
|
9308
9331
|
TooltipContent: Je,
|
|
9309
|
-
TooltipProvider:
|
|
9332
|
+
TooltipProvider: qr,
|
|
9310
9333
|
TooltipTrigger: Qe,
|
|
9311
9334
|
cn: O,
|
|
9312
9335
|
redactedValue: Ot,
|
|
@@ -9317,56 +9340,56 @@ const Wi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
9317
9340
|
export {
|
|
9318
9341
|
ve as ActionButton,
|
|
9319
9342
|
ge as ActionForm,
|
|
9320
|
-
|
|
9321
|
-
|
|
9343
|
+
fi as Badge,
|
|
9344
|
+
oi as BlockHeading,
|
|
9322
9345
|
V as Button,
|
|
9323
9346
|
ee as Checkbox,
|
|
9324
9347
|
Dt as CodeEditor,
|
|
9325
9348
|
gt as Content,
|
|
9326
|
-
|
|
9327
|
-
|
|
9349
|
+
gi as Copyable,
|
|
9350
|
+
hi as Copytext,
|
|
9328
9351
|
fe as Dialog,
|
|
9329
|
-
|
|
9330
|
-
|
|
9331
|
-
|
|
9352
|
+
Ur as DialogContent,
|
|
9353
|
+
Br as DialogOverlay,
|
|
9354
|
+
Mr as DialogPortal,
|
|
9332
9355
|
ft as Divider,
|
|
9333
|
-
|
|
9334
|
-
|
|
9356
|
+
Gr as DropdownMenu,
|
|
9357
|
+
Wr as DropdownMenuContent,
|
|
9335
9358
|
Pe as DropdownMenuItem,
|
|
9336
|
-
|
|
9337
|
-
|
|
9338
|
-
|
|
9359
|
+
Vr as DropdownMenuSeparator,
|
|
9360
|
+
Hr as DropdownMenuTrigger,
|
|
9361
|
+
Wi as Explorer,
|
|
9339
9362
|
Lt as Fence,
|
|
9340
|
-
|
|
9341
|
-
|
|
9342
|
-
|
|
9363
|
+
Yr as FullscreenLoading,
|
|
9364
|
+
ti as Group,
|
|
9365
|
+
ii as Hint,
|
|
9343
9366
|
ht as IconButton,
|
|
9344
9367
|
_t as InfoTip,
|
|
9345
|
-
|
|
9368
|
+
mi as JSONEditor,
|
|
9346
9369
|
Re as Label,
|
|
9347
|
-
|
|
9348
|
-
|
|
9349
|
-
|
|
9350
|
-
|
|
9370
|
+
li as LogoIcon,
|
|
9371
|
+
Pr as ProgressButton,
|
|
9372
|
+
ri as ScreenHeading,
|
|
9373
|
+
ai as SectionHeading,
|
|
9351
9374
|
we as Select,
|
|
9352
|
-
|
|
9353
|
-
|
|
9354
|
-
|
|
9355
|
-
|
|
9356
|
-
|
|
9357
|
-
|
|
9358
|
-
|
|
9359
|
-
|
|
9360
|
-
|
|
9361
|
-
|
|
9375
|
+
pi as SmallCopyable,
|
|
9376
|
+
ei as Stack,
|
|
9377
|
+
$o as StyleMe,
|
|
9378
|
+
ni as SubsectionHeading,
|
|
9379
|
+
Kr as Switch,
|
|
9380
|
+
si as TextArea,
|
|
9381
|
+
Ee as TextInput,
|
|
9382
|
+
Xi as Toaster,
|
|
9383
|
+
zr as ToggleCollection,
|
|
9384
|
+
jr as ToggleGroup,
|
|
9362
9385
|
Ze as Tooltip,
|
|
9363
9386
|
Je as TooltipContent,
|
|
9364
|
-
|
|
9387
|
+
qr as TooltipProvider,
|
|
9365
9388
|
Qe as TooltipTrigger,
|
|
9366
9389
|
O as cn,
|
|
9367
9390
|
Ot as redactedValue,
|
|
9368
|
-
|
|
9391
|
+
Zi as toast,
|
|
9369
9392
|
ue as twel,
|
|
9370
|
-
|
|
9393
|
+
Vi as ui,
|
|
9371
9394
|
st as useDialog
|
|
9372
9395
|
};
|