@rebasepro/ui 0.10.1-canary.b1e3dbf → 0.10.1-canary.bc2a92e
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/icons/index.d.ts +1 -1
- package/dist/index.es.js +57 -56
- package/dist/index.es.js.map +1 -1
- package/dist/styles.d.ts +5 -5
- package/package.json +1 -1
- package/src/components/Autocomplete.tsx +1 -1
- package/src/components/Avatar.tsx +2 -2
- package/src/components/BooleanSwitch.tsx +1 -1
- package/src/components/Checkbox.tsx +5 -4
- package/src/components/ColorPicker.tsx +3 -3
- package/src/components/Container.tsx +1 -1
- package/src/components/Dialog.tsx +1 -1
- package/src/components/ErrorBoundary.tsx +3 -3
- package/src/components/ExpandablePanel.tsx +1 -1
- package/src/components/IconButton.tsx +2 -2
- package/src/components/InfoLabel.tsx +3 -3
- package/src/components/Menu.tsx +1 -1
- package/src/components/Menubar.tsx +6 -6
- package/src/components/MultiSelect.tsx +5 -5
- package/src/components/Popover.tsx +1 -1
- package/src/components/RadioGroup.tsx +2 -2
- package/src/components/Slider.tsx +1 -1
- package/src/components/Table.tsx +2 -2
- package/src/components/Tabs.tsx +6 -6
- package/src/components/ToggleButtonGroup.tsx +3 -3
- package/src/components/Tooltip.tsx +1 -1
- package/src/components/common/SelectInputLabel.tsx +2 -2
- package/src/icons/index.ts +17 -0
- package/src/styles.ts +5 -5
package/dist/icons/index.d.ts
CHANGED
|
@@ -5,4 +5,4 @@ export * from "./GitHubIcon";
|
|
|
5
5
|
export * from "./HandleIcon";
|
|
6
6
|
export type { LucideProps, LucideIcon } from "lucide-react";
|
|
7
7
|
export { icons as lucideIcons } from "lucide-react";
|
|
8
|
-
export { AlertCircleIcon, AlertTriangleIcon, AlignLeftIcon, AppWindow, ArrowDownToLineIcon, ArrowLeftIcon, ArrowRightFromLineIcon, ArrowRightIcon, ArrowRightToLineIcon, ArrowUpToLineIcon, BoldIcon, BookOpenIcon, CalendarIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpDownIcon, CircleIcon, CircleUserIcon, CodeIcon, ColumnsIcon, CopyIcon, DatabaseIcon, DownloadIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileIcon, FileSearchIcon, FileTextIcon, FilterIcon, FilterXIcon, FlagIcon, FolderIcon, FolderPlusIcon, FolderUpIcon, FunctionSquareIcon, GitBranchIcon, GlobeIcon, HashIcon, Heading1Icon, Heading2Icon, Heading3Icon, HelpCircleIcon, HistoryIcon, HomeIcon, ImageIcon, ImageOffIcon, InfoIcon, ItalicIcon, KanbanIcon, KeyIcon, KeyRoundIcon, LanguagesIcon, LayoutGridIcon, LinkIcon, Link2Icon, ListIcon, LockIcon, ListOrderedIcon, LoaderIcon, LogOutIcon, MailIcon, Maximize2Icon, MenuIcon, MinusCircleIcon, MinusIcon, MoonIcon, MoreVerticalIcon, Music2Icon, PanelLeftIcon, PauseIcon, PencilIcon, PhoneIcon, PlayIcon, PlusIcon, QuoteIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, Rows3Icon, SaveIcon, SearchIcon, SendIcon, SettingsIcon, ShieldIcon, ShoppingCartIcon, SlidersHorizontalIcon, SquareIcon, StarIcon, StrikethroughIcon, SunIcon, SunMoonIcon, TableIcon, TagIcon, TerminalIcon, TextIcon, Trash2Icon, TypeIcon, UnderlineIcon, UndoIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserPlus, VideoIcon, VoteIcon, Wand2Icon, XCircleIcon, XIcon } from "lucide-react";
|
|
8
|
+
export { AlertCircleIcon, AlertTriangleIcon, AlignLeftIcon, AppWindow, ArrowDownIcon, ArrowDownToLineIcon, ArrowLeftIcon, ArrowRightFromLineIcon, ArrowRightIcon, ArrowRightLeftIcon, ArrowRightToLineIcon, ArrowUpDownIcon, ArrowUpIcon, ArrowUpToLineIcon, BoldIcon, BookOpenIcon, CalendarIcon, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpDownIcon, CircleDotIcon, CircleIcon, CircleUserIcon, CodeIcon, ColumnsIcon, CopyIcon, DatabaseIcon, DollarSignIcon, DownloadIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileIcon, FileSearchIcon, FileTextIcon, FilterIcon, FilterXIcon, FlagIcon, FolderIcon, FolderKanbanIcon, FolderPlusIcon, FolderUpIcon, FunctionSquareIcon, GitBranchIcon, GlobeIcon, HashIcon, Heading1Icon, Heading2Icon, Heading3Icon, HelpCircleIcon, HistoryIcon, HomeIcon, ImageIcon, ImageOffIcon, InfoIcon, ItalicIcon, KanbanIcon, KeyIcon, KeyRoundIcon, LanguagesIcon, LayoutGridIcon, LinkIcon, Link2Icon, ListIcon, LockIcon, ListOrderedIcon, ListPlusIcon, ListTodoIcon, LoaderIcon, LogOutIcon, MailIcon, Maximize2Icon, MenuIcon, MessageCircleIcon, MinusCircleIcon, MinusIcon, MoonIcon, MoreVerticalIcon, Music2Icon, PanelLeftIcon, PauseIcon, PenLineIcon, PencilIcon, PhoneIcon, PinIcon, PlayIcon, PlusIcon, QuoteIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, Rows3Icon, SaveIcon, SearchIcon, SendIcon, SettingsIcon, ShieldIcon, ShoppingCartIcon, SlidersHorizontalIcon, SquareIcon, StarIcon, StickyNoteIcon, StrikethroughIcon, SunIcon, SunMoonIcon, TableIcon, TagIcon, TerminalIcon, TextIcon, Trash2Icon, TrendingUpIcon, TypeIcon, UnderlineIcon, UndoIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserPlus, UsersIcon, VideoIcon, VoteIcon, Wand2Icon, WrenchIcon, XCircleIcon, XIcon } from "lucide-react";
|
package/dist/index.es.js
CHANGED
|
@@ -5,7 +5,7 @@ import { clsx } from "clsx";
|
|
|
5
5
|
import { twMerge } from "tailwind-merge";
|
|
6
6
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
import * as Collapsible from "@radix-ui/react-collapsible";
|
|
8
|
-
import { AlertCircleIcon, AlertCircleIcon as AlertCircleIcon$1, AlertTriangleIcon, AlignLeftIcon, AppWindow, ArrowDownToLineIcon, ArrowLeftIcon, ArrowLeftIcon as ArrowLeftIcon$1, ArrowRightFromLineIcon, ArrowRightIcon, ArrowRightToLineIcon, ArrowUpIcon, ArrowUpToLineIcon, BoldIcon, BookOpenIcon, CalendarIcon, CalendarIcon as CalendarIcon$1, CheckCircleIcon, CheckIcon, CheckIcon as CheckIcon$1, CheckSquareIcon, ChevronDownIcon, ChevronDownIcon as ChevronDownIcon$1, ChevronLeftIcon, ChevronLeftIcon as ChevronLeftIcon$1, ChevronRightIcon, ChevronRightIcon as ChevronRightIcon$1, ChevronUpIcon, ChevronUpIcon as ChevronUpIcon$1, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpDownIcon, CircleIcon, CircleUserIcon, CodeIcon, ColumnsIcon, CopyIcon, DatabaseIcon, DownloadIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileIcon, FileSearchIcon, FileTextIcon, FilterIcon, FilterIcon as FilterIcon$1, FilterXIcon, FlagIcon, FolderIcon, FolderPlusIcon, FolderUpIcon, FunctionSquareIcon, GitBranchIcon, GlobeIcon, HashIcon, Heading1Icon, Heading2Icon, Heading3Icon, HelpCircleIcon, HistoryIcon, HomeIcon, ImageIcon, ImageIcon as ImageIcon$1, ImageOffIcon, InfoIcon, ItalicIcon, Kanban, KanbanIcon, KeyIcon, KeyRoundIcon, LanguagesIcon, LayoutGrid, LayoutGridIcon, LayoutList, Link2Icon, LinkIcon, ListIcon, ListOrderedIcon, LoaderIcon, LockIcon, LogOutIcon, MailIcon, Maximize2Icon, MenuIcon, MinusCircleIcon, MinusIcon, MinusIcon as MinusIcon$1, MoonIcon, MoreVerticalIcon, Music2Icon, PanelLeftIcon, PauseIcon, PencilIcon, PhoneIcon, PlayIcon, PlusIcon, QuoteIcon, RefreshCcwIcon, RefreshCwIcon, RefreshCwIcon as RefreshCwIcon$1, RepeatIcon, Rows3Icon, SaveIcon, SearchIcon, SearchIcon as SearchIcon$1, SendIcon, Settings2, SettingsIcon, ShieldAlertIcon, ShieldIcon, ShoppingCartIcon, SlidersHorizontalIcon, SquareIcon, StarIcon, StrikethroughIcon, SunIcon, SunMoonIcon, Table2, TableIcon, TagIcon, TerminalIcon, TextIcon, Trash2Icon, TypeIcon, UnderlineIcon, UndoIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserPlus, VideoIcon, VoteIcon, Wand2Icon, XCircleIcon, XIcon, XIcon as XIcon$1, icons as lucideIcons } from "lucide-react";
|
|
8
|
+
import { AlertCircleIcon, AlertCircleIcon as AlertCircleIcon$1, AlertTriangleIcon, AlignLeftIcon, AppWindow, ArrowDownIcon, ArrowDownToLineIcon, ArrowLeftIcon, ArrowLeftIcon as ArrowLeftIcon$1, ArrowRightFromLineIcon, ArrowRightIcon, ArrowRightLeftIcon, ArrowRightToLineIcon, ArrowUpDownIcon, ArrowUpIcon, ArrowUpIcon as ArrowUpIcon$1, ArrowUpToLineIcon, BoldIcon, BookOpenIcon, CalendarIcon, CalendarIcon as CalendarIcon$1, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckIcon as CheckIcon$1, CheckSquareIcon, ChevronDownIcon, ChevronDownIcon as ChevronDownIcon$1, ChevronLeftIcon, ChevronLeftIcon as ChevronLeftIcon$1, ChevronRightIcon, ChevronRightIcon as ChevronRightIcon$1, ChevronUpIcon, ChevronUpIcon as ChevronUpIcon$1, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpDownIcon, CircleDotIcon, CircleIcon, CircleUserIcon, CodeIcon, ColumnsIcon, CopyIcon, DatabaseIcon, DollarSignIcon, DownloadIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileIcon, FileSearchIcon, FileTextIcon, FilterIcon, FilterIcon as FilterIcon$1, FilterXIcon, FlagIcon, FolderIcon, FolderKanbanIcon, FolderPlusIcon, FolderUpIcon, FunctionSquareIcon, GitBranchIcon, GlobeIcon, HashIcon, Heading1Icon, Heading2Icon, Heading3Icon, HelpCircleIcon, HistoryIcon, HomeIcon, ImageIcon, ImageIcon as ImageIcon$1, ImageOffIcon, InfoIcon, ItalicIcon, Kanban, KanbanIcon, KeyIcon, KeyRoundIcon, LanguagesIcon, LayoutGrid, LayoutGridIcon, LayoutList, Link2Icon, LinkIcon, ListIcon, ListOrderedIcon, ListPlusIcon, ListTodoIcon, LoaderIcon, LockIcon, LogOutIcon, MailIcon, Maximize2Icon, MenuIcon, MessageCircleIcon, MinusCircleIcon, MinusIcon, MinusIcon as MinusIcon$1, MoonIcon, MoreVerticalIcon, Music2Icon, PanelLeftIcon, PauseIcon, PenLineIcon, PencilIcon, PhoneIcon, PinIcon, PlayIcon, PlusIcon, QuoteIcon, RefreshCcwIcon, RefreshCwIcon, RefreshCwIcon as RefreshCwIcon$1, RepeatIcon, Rows3Icon, SaveIcon, SearchIcon, SearchIcon as SearchIcon$1, SendIcon, Settings2, SettingsIcon, ShieldAlertIcon, ShieldIcon, ShoppingCartIcon, SlidersHorizontalIcon, SquareIcon, StarIcon, StickyNoteIcon, StrikethroughIcon, SunIcon, SunMoonIcon, Table2, TableIcon, TagIcon, TerminalIcon, TextIcon, Trash2Icon, TrendingUpIcon, TypeIcon, UnderlineIcon, UndoIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserPlus, UsersIcon, VideoIcon, VoteIcon, Wand2Icon, WrenchIcon, XCircleIcon, XIcon, XIcon as XIcon$1, icons as lucideIcons } from "lucide-react";
|
|
9
9
|
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
10
10
|
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
11
11
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
@@ -174,19 +174,19 @@ function getColorSchemeForSeed(seed) {
|
|
|
174
174
|
//#region src/components/common/SelectInputLabel.tsx
|
|
175
175
|
function SelectInputLabel({ children, error }) {
|
|
176
176
|
return /* @__PURE__ */ jsx("div", {
|
|
177
|
-
className: cls("text-sm
|
|
177
|
+
className: cls("text-sm font-medium ml-3.5 mb-1", error ? "text-red-600 dark:text-red-500" : "text-surface-accent-500 dark:text-surface-accent-300"),
|
|
178
178
|
children
|
|
179
179
|
});
|
|
180
180
|
}
|
|
181
181
|
//#endregion
|
|
182
182
|
//#region src/styles.ts
|
|
183
183
|
var focusedDisabled = "focus-visible:ring-0 focus-visible:ring-offset-0";
|
|
184
|
-
var focusedInvisibleMixin = "focus:bg-opacity-70 focus:bg-surface-accent-100 focus:dark:bg-
|
|
184
|
+
var focusedInvisibleMixin = "focus:bg-opacity-70 focus:bg-surface-accent-100 focus:dark:bg-white/[0.07] focus:bg-surface-accent-100/70";
|
|
185
185
|
var focusedClasses = "z-30 outline-hidden outline-none ring-2 ring-primary ring-opacity-50 ring-primary/50 ring-offset-0 ring-offset-transparent ";
|
|
186
|
-
var fieldBackgroundMixin = "bg-surface-accent-200/50 dark:bg-
|
|
187
|
-
var fieldBackgroundInvisibleMixin = "bg-surface-accent-200/0 dark:bg-
|
|
188
|
-
var fieldBackgroundDisabledMixin = "bg-surface-accent-200/50 dark:bg-
|
|
189
|
-
var fieldBackgroundHoverMixin = "hover:bg-surface-accent-200/70 hover:dark:bg-
|
|
186
|
+
var fieldBackgroundMixin = "bg-surface-accent-200/50 dark:bg-white/[0.055]";
|
|
187
|
+
var fieldBackgroundInvisibleMixin = "bg-surface-accent-200/0 dark:bg-white/0";
|
|
188
|
+
var fieldBackgroundDisabledMixin = "bg-surface-accent-200/50 dark:bg-white/[0.03]";
|
|
189
|
+
var fieldBackgroundHoverMixin = "hover:bg-surface-accent-200/70 hover:dark:bg-white/[0.09]";
|
|
190
190
|
var defaultBorderMixin = "border-surface-200 dark:border-surface-700/60 ";
|
|
191
191
|
var paperMixin = "bg-white rounded-lg dark:bg-surface-900 border border-surface-200 dark:border-surface-700";
|
|
192
192
|
var cardMixin = "bg-white dark:bg-surface-900 rounded-lg border border-surface-200 dark:border-surface-700";
|
|
@@ -420,7 +420,7 @@ function Autocomplete({ children, open, setOpen, className }) {
|
|
|
420
420
|
}
|
|
421
421
|
var AutocompleteItem = React.memo(function AutocompleteItem({ children, onClick, className }) {
|
|
422
422
|
return /* @__PURE__ */ jsx("div", {
|
|
423
|
-
className: cls("flex w-full items-center h-[48px] cursor-pointer hover:bg-surface-accent-100 dark:hover:bg-surface-accent-800", className),
|
|
423
|
+
className: cls("flex w-full items-center h-[48px] cursor-pointer transition-colors duration-150 hover:bg-surface-accent-100 dark:hover:bg-surface-accent-800", className),
|
|
424
424
|
onClick,
|
|
425
425
|
children
|
|
426
426
|
});
|
|
@@ -2582,14 +2582,14 @@ var AvatarInner = ({ src, alt, children, className, style, outerClassName, hover
|
|
|
2582
2582
|
ref,
|
|
2583
2583
|
style,
|
|
2584
2584
|
...props,
|
|
2585
|
-
className: cls("rounded-full flex items-center justify-center overflow-hidden", "p-1 w-12 h-12 min-w-12 min-h-12", hover && "hover:bg-surface-accent-200 dark:hover:bg-surface-accent-700", outerClassName),
|
|
2585
|
+
className: cls("rounded-full flex items-center justify-center overflow-hidden", "p-1 w-12 h-12 min-w-12 min-h-12", hover && "transition-colors duration-150 hover:bg-surface-accent-200 dark:hover:bg-surface-accent-700 focus:outline-none focus-visible:ring-2 focus-visible:ring-primary/50", outerClassName),
|
|
2586
2586
|
children: src && !isImageError ? /* @__PURE__ */ jsx("img", {
|
|
2587
2587
|
className: cls("bg-surface-accent-100 dark:bg-surface-accent-800", "w-full h-full object-cover rounded-full", className),
|
|
2588
2588
|
src,
|
|
2589
2589
|
alt,
|
|
2590
2590
|
onError: handleImageError
|
|
2591
2591
|
}) : /* @__PURE__ */ jsx("span", {
|
|
2592
|
-
className: cls("bg-surface-accent-100 dark:bg-surface-accent-800", "flex items-center justify-center", "w-full h-full py-1.5 text-lg font-medium text-surface-accent-900 dark:text-
|
|
2592
|
+
className: cls("bg-surface-accent-100 dark:bg-surface-accent-800", "flex items-center justify-center", "w-full h-full py-1.5 text-lg font-medium text-surface-accent-900 dark:text-text-primary-dark rounded-full", className),
|
|
2593
2593
|
children
|
|
2594
2594
|
})
|
|
2595
2595
|
});
|
|
@@ -2621,7 +2621,7 @@ var BooleanSwitch = React.forwardRef(function BooleanSwitch({ value, allowIndete
|
|
|
2621
2621
|
"translate-x-[10px]": size === "medium" || size === "large",
|
|
2622
2622
|
"translate-x-[9px]": size === "small",
|
|
2623
2623
|
"translate-x-[8px]": size === "smallest"
|
|
2624
|
-
}) }, "knob"), !(allowIndeterminate && (value === null || value === void 0)) && /* @__PURE__ */ jsx("div", { className: cls("block rounded-full transition-transform duration-100 ease-out transform will-change-auto shadow-sm", disabled ? "bg-surface-accent-300 dark:bg-surface-700" : value ? "bg-white shadow" : "bg-surface-accent-600 dark:bg-surface-accent-400", {
|
|
2624
|
+
}) }, "knob"), !(allowIndeterminate && (value === null || value === void 0)) && /* @__PURE__ */ jsx("div", { className: cls("block rounded-full transition-transform duration-100 ease-out transform will-change-auto shadow-sm", disabled ? "bg-surface-accent-300 dark:bg-surface-accent-700" : value ? "bg-white shadow" : "bg-surface-accent-600 dark:bg-surface-accent-400", {
|
|
2625
2625
|
"w-[21px] h-[21px]": size === "medium" || size === "large",
|
|
2626
2626
|
"w-[19px] h-[19px]": size === "small",
|
|
2627
2627
|
"w-[16px] h-[16px]": size === "smallest",
|
|
@@ -2657,7 +2657,7 @@ var BooleanSwitchWithLabel = function BooleanSwitchWithLabel({ value, position =
|
|
|
2657
2657
|
"aria-disabled": disabled || void 0,
|
|
2658
2658
|
"aria-labelledby": label ? switchLabelId : void 0,
|
|
2659
2659
|
tabIndex: -1,
|
|
2660
|
-
className: cls(!invisible && "bg-surface-accent-200/50 dark:bg-
|
|
2660
|
+
className: cls(!invisible && "bg-surface-accent-200/50 dark:bg-white/[0.055]", !invisible && (disabled ? "bg-surface-accent-200/50 dark:bg-white/[0.03]" : "hover:bg-surface-accent-200/70 hover:dark:bg-white/[0.09]"), disabled ? "cursor-default" : "cursor-pointer", "rounded-lg max-w-full justify-between box-border relative inline-flex items-center", !invisible && focus && !disabled ? focusedClasses : "", error ? "text-red-500 dark:text-red-600" : focus && !disabled ? "text-primary" : !disabled ? "text-text-primary dark:text-text-primary-dark" : "text-text-secondary dark:text-text-secondary-dark", {
|
|
2661
2661
|
"min-h-[28px]": size === "smallest",
|
|
2662
2662
|
"min-h-[32px]": size === "small",
|
|
2663
2663
|
"min-h-[44px]": size === "medium",
|
|
@@ -2777,7 +2777,7 @@ var containerMaxWidths = {
|
|
|
2777
2777
|
var ContainerInner = ({ children, className, style, maxWidth = "7xl" }, ref) => {
|
|
2778
2778
|
return /* @__PURE__ */ jsx("div", {
|
|
2779
2779
|
ref,
|
|
2780
|
-
className: cls("mx-auto px-3 md:px-4 lg
|
|
2780
|
+
className: cls("mx-auto px-3 md:px-4 lg:px-6", maxWidth ? containerMaxWidths[maxWidth] : "", className),
|
|
2781
2781
|
style,
|
|
2782
2782
|
children
|
|
2783
2783
|
});
|
|
@@ -2962,7 +2962,7 @@ var ErrorBoundary = class extends React.Component {
|
|
|
2962
2962
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
2963
2963
|
className: "flex items-center m-2",
|
|
2964
2964
|
children: [/* @__PURE__ */ jsx(AlertCircleIcon$1, {
|
|
2965
|
-
className: "text-red-500",
|
|
2965
|
+
className: "text-red-500 dark:text-red-400",
|
|
2966
2966
|
size: iconSize.small
|
|
2967
2967
|
}), /* @__PURE__ */ jsx("div", {
|
|
2968
2968
|
className: "ml-4",
|
|
@@ -2986,7 +2986,7 @@ var ErrorBoundary = class extends React.Component {
|
|
|
2986
2986
|
className: "flex flex-col items-center max-w-md px-6 py-10 text-center",
|
|
2987
2987
|
children: [
|
|
2988
2988
|
/* @__PURE__ */ jsx("div", {
|
|
2989
|
-
className: cls("flex items-center justify-center w-14 h-14 rounded-
|
|
2989
|
+
className: cls("flex items-center justify-center w-14 h-14 rounded-xl mb-6", isPermission ? "bg-amber-100 dark:bg-amber-900/30" : "bg-red-100 dark:bg-red-900/30"),
|
|
2990
2990
|
children: /* @__PURE__ */ jsx(Icon, {
|
|
2991
2991
|
size: 28,
|
|
2992
2992
|
className: isPermission ? "text-amber-600 dark:text-amber-400" : "text-red-500 dark:text-red-400"
|
|
@@ -3025,7 +3025,7 @@ var ErrorBoundary = class extends React.Component {
|
|
|
3025
3025
|
className: cls("flex items-center gap-1 mx-auto text-xs", "text-text-disabled dark:text-text-disabled-dark", "hover:text-text-secondary dark:hover:text-text-secondary-dark", "transition-colors cursor-pointer bg-transparent border-none p-0"),
|
|
3026
3026
|
children: ["Technical details", showDetails ? /* @__PURE__ */ jsx(ChevronUpIcon$1, { size: 14 }) : /* @__PURE__ */ jsx(ChevronDownIcon$1, { size: 14 })]
|
|
3027
3027
|
}), showDetails && /* @__PURE__ */ jsx("div", {
|
|
3028
|
-
className: cls("mt-3 p-3 rounded-lg text-left text-xs", "bg-surface-100 dark:bg-surface-800", "text-text-secondary dark:text-text-secondary-dark", "font-mono break-all"),
|
|
3028
|
+
className: cls("mt-3 p-3 rounded-lg text-left text-xs", "bg-surface-100 dark:bg-surface-800/50", "text-text-secondary dark:text-text-secondary-dark", "font-mono break-all"),
|
|
3029
3029
|
children: error.message
|
|
3030
3030
|
})]
|
|
3031
3031
|
})
|
|
@@ -3037,10 +3037,10 @@ var ErrorBoundary = class extends React.Component {
|
|
|
3037
3037
|
//#endregion
|
|
3038
3038
|
//#region src/components/Checkbox.tsx
|
|
3039
3039
|
var sizeClasses$2 = {
|
|
3040
|
-
large: "w-6 h-6 rounded flex items-center justify-center",
|
|
3041
|
-
medium: "w-5 h-5 rounded flex items-center justify-center",
|
|
3042
|
-
small: "w-4 h-4 rounded flex items-center justify-center",
|
|
3043
|
-
smallest: "w-4 h-4 rounded flex items-center justify-center"
|
|
3040
|
+
large: "w-6 h-6 rounded-md flex items-center justify-center",
|
|
3041
|
+
medium: "w-5 h-5 rounded-md flex items-center justify-center",
|
|
3042
|
+
small: "w-4 h-4 rounded-md flex items-center justify-center",
|
|
3043
|
+
smallest: "w-4 h-4 rounded-md flex items-center justify-center"
|
|
3044
3044
|
};
|
|
3045
3045
|
var outerSizeClasses = {
|
|
3046
3046
|
medium: "w-10 h-10",
|
|
@@ -3067,6 +3067,7 @@ var Checkbox = React.memo(({ id, checked, indeterminate = false, padding = true,
|
|
|
3067
3067
|
disabled,
|
|
3068
3068
|
"aria-label": ariaLabel,
|
|
3069
3069
|
"aria-checked": indeterminate ? "mixed" : isChecked,
|
|
3070
|
+
className: "rounded-full focus:outline-none focus-visible:ring-2 focus-visible:ring-primary/50",
|
|
3070
3071
|
onCheckedChange: disabled ? void 0 : onCheckedChange,
|
|
3071
3072
|
children: /* @__PURE__ */ jsx("div", {
|
|
3072
3073
|
className: cls(padding ? paddingClasses[size] : "", outerSizeClasses[size], "inline-flex items-center justify-center text-sm font-medium focus:outline-none transition-colors ease-in-out duration-150", onCheckedChange ? "rounded-full hover:bg-surface-accent-200 hover:bg-opacity-75 hover:bg-surface-accent-200/75 dark:hover:bg-surface-accent-700 dark:hover:bg-opacity-75 dark:hover:bg-surface-accent-700/75" : "", onCheckedChange ? "cursor-pointer" : "cursor-default"),
|
|
@@ -3176,7 +3177,7 @@ var Tooltip = ({ open, defaultOpen, side = "bottom", delayDuration = 200, sideOf
|
|
|
3176
3177
|
children: [trigger, /* @__PURE__ */ jsx(TooltipPrimitive.Portal, {
|
|
3177
3178
|
container: finalContainer,
|
|
3178
3179
|
children: /* @__PURE__ */ jsx(TooltipPrimitive.Content, {
|
|
3179
|
-
className: cls("TooltipContent", "max-w-lg leading-relaxed", "z-50 rounded px-3 py-2 text-xs leading-none bg-surface-accent-700 dark:bg-surface-accent-800 bg-opacity-90 bg-surface-accent-700/90 dark:bg-surface-accent-800/90 font-medium text-surface-accent-50 shadow-2xl select-none duration-400 ease-in transform opacity-100", tooltipClassName),
|
|
3180
|
+
className: cls("TooltipContent", "max-w-lg leading-relaxed", "z-50 rounded-md px-3 py-2 text-xs leading-none bg-surface-accent-700 dark:bg-surface-accent-800 bg-opacity-90 bg-surface-accent-700/90 dark:bg-surface-accent-800/90 font-medium text-surface-accent-50 shadow-2xl select-none duration-400 ease-in transform opacity-100", tooltipClassName),
|
|
3180
3181
|
style: tooltipStyle,
|
|
3181
3182
|
sideOffset: sideOffset === void 0 ? 4 : sideOffset,
|
|
3182
3183
|
align,
|
|
@@ -3289,7 +3290,7 @@ function ColorPicker({ value, onChange, size = "medium", allowClear = true, disa
|
|
|
3289
3290
|
type: "button",
|
|
3290
3291
|
disabled,
|
|
3291
3292
|
onClick: () => onChange(void 0),
|
|
3292
|
-
className: cls("flex items-center gap-2 px-2 py-1 rounded text-sm transition-colors", "hover:bg-surface-accent-100 dark:hover:bg-surface-accent-800", disabled && "opacity-50 cursor-not-allowed", !value && "bg-surface-accent-100 dark:bg-surface-accent-800 font-medium"),
|
|
3293
|
+
className: cls("flex items-center gap-2 px-2 py-1 rounded-lg text-sm transition-colors duration-150", "hover:bg-surface-accent-100 dark:hover:bg-surface-accent-800 focus:outline-none focus-visible:ring-2 focus-visible:ring-primary", disabled && "opacity-50 cursor-not-allowed", !value && "bg-surface-accent-100 dark:bg-surface-accent-800 font-medium"),
|
|
3293
3294
|
children: [/* @__PURE__ */ jsx("div", {
|
|
3294
3295
|
className: cls(swatchSize, "rounded-full border-2 border-dashed border-surface-accent-400 dark:border-surface-accent-600", "flex items-center justify-center"),
|
|
3295
3296
|
children: !value && /* @__PURE__ */ jsx(CheckIcon$1, { size: checkSize })
|
|
@@ -3311,7 +3312,7 @@ function ColorPicker({ value, onChange, size = "medium", allowClear = true, disa
|
|
|
3311
3312
|
type: "button",
|
|
3312
3313
|
disabled,
|
|
3313
3314
|
onClick: () => onChange(colorKey),
|
|
3314
|
-
className: cls(swatchSize, "rounded-full transition-all flex items-center justify-center", "hover:scale-110 hover:shadow-md", "focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-1", disabled && "opacity-50 cursor-not-allowed hover:scale-100", isSelected && "ring-2 ring-primary ring-offset-1"),
|
|
3315
|
+
className: cls(swatchSize, "rounded-full transition-all flex items-center justify-center", "hover:scale-110 hover:shadow-md", "focus:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-1", disabled && "opacity-50 cursor-not-allowed hover:scale-100", isSelected && "ring-2 ring-primary ring-offset-1"),
|
|
3315
3316
|
style: { backgroundColor: colorScheme.color },
|
|
3316
3317
|
"aria-label": displayName,
|
|
3317
3318
|
"aria-pressed": isSelected,
|
|
@@ -3328,8 +3329,8 @@ function ColorPicker({ value, onChange, size = "medium", allowClear = true, disa
|
|
|
3328
3329
|
//#endregion
|
|
3329
3330
|
//#region src/components/IconButton.tsx
|
|
3330
3331
|
var buttonClasses = "hover:bg-surface-accent-200 hover:bg-opacity-75 hover:bg-surface-accent-200/75 dark:hover:bg-surface-accent-800 hover:scale-[1.04] active:scale-95 transition-transform";
|
|
3331
|
-
var baseClasses = "inline-flex items-center justify-center p-2 text-sm font-medium focus:outline-none transition-colors ease-in-out duration-150";
|
|
3332
|
-
var colorClasses$1 = "text-surface-accent-500 visited:text-surface-accent-500 dark:text-surface-accent-300 dark:visited:text-surface-300";
|
|
3332
|
+
var baseClasses = "inline-flex items-center justify-center p-2 text-sm font-medium focus:outline-none focus-visible:ring-2 focus-visible:ring-primary/50 transition-colors ease-in-out duration-150";
|
|
3333
|
+
var colorClasses$1 = "text-surface-accent-500 visited:text-surface-accent-500 dark:text-surface-accent-300 dark:visited:text-surface-accent-300";
|
|
3333
3334
|
var sizeClasses$1 = {
|
|
3334
3335
|
medium: "w-10 !h-10 min-w-10 min-h-10",
|
|
3335
3336
|
small: "w-8 !h-8 min-w-8 min-h-8",
|
|
@@ -3475,7 +3476,7 @@ var DateTimeField = ({ value, label, onChange, disabled, clearable, mode = "date
|
|
|
3475
3476
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
3476
3477
|
/* @__PURE__ */ jsx("style", { children: inputStyles }),
|
|
3477
3478
|
/* @__PURE__ */ jsxs("div", {
|
|
3478
|
-
className: cls("rounded-lg relative max-w-full", !invisible && "bg-surface-accent-200/50 dark:bg-
|
|
3479
|
+
className: cls("rounded-lg relative max-w-full", !invisible && "bg-surface-accent-200/50 dark:bg-white/[0.055]", disabled ? fieldBackgroundDisabledMixin : fieldBackgroundHoverMixin, {
|
|
3479
3480
|
"min-h-[28px]": size === "smallest",
|
|
3480
3481
|
"min-h-[32px]": size === "small",
|
|
3481
3482
|
"min-h-[44px]": size === "medium",
|
|
@@ -3605,7 +3606,7 @@ var Dialog = ({ open, onOpenChange, children, className, containerClassName, ful
|
|
|
3605
3606
|
"aria-describedby": ariaDescribedby,
|
|
3606
3607
|
className: cls("relative h-full outline-none flex justify-center items-center z-60 opacity-100 transition-all duration-200 ease-in-out"),
|
|
3607
3608
|
children: /* @__PURE__ */ jsx("div", {
|
|
3608
|
-
className: cls(paperMixin, "rounded-2xl", "z-60", "relative", "overflow-hidden", "outline-none focus:outline-none", fullWidth && !fullScreen ? "w-11/12" : void 0, fullHeight && !fullScreen ? "h-full" : void 0, "text-
|
|
3609
|
+
className: cls(paperMixin, "rounded-2xl", "z-60", "relative", "overflow-hidden", "outline-none focus:outline-none", fullWidth && !fullScreen ? "w-11/12" : void 0, fullHeight && !fullScreen ? "h-full" : void 0, "text-text-primary dark:text-text-primary-dark", "justify-center items-center", fullScreen ? "h-screen w-screen" : "max-h-[90vh] shadow-lg", "ease-in-out duration-200", scrollable && "overflow-y-auto", displayed && open ? "opacity-100 scale-100" : "opacity-0 scale-[0.97]", maxWidth && !fullScreen ? widthClasses[maxWidth] : void 0, className),
|
|
3609
3610
|
children
|
|
3610
3611
|
})
|
|
3611
3612
|
})]
|
|
@@ -3701,7 +3702,7 @@ function ExpandablePanel({ title, children, invisible = false, expanded, onExpan
|
|
|
3701
3702
|
children: [/* @__PURE__ */ jsx(Collapsible.Trigger, {
|
|
3702
3703
|
asChild: true,
|
|
3703
3704
|
children: /* @__PURE__ */ jsxs("div", {
|
|
3704
|
-
className: cls("rounded-t flex items-center justify-between w-full min-h-[52px]", "hover:bg-surface-accent-200 hover:bg-opacity-40 hover:bg-surface-accent-200/40 dark:hover:bg-surface-800 dark:hover:bg-opacity-40 dark:hover:bg-surface-800/40 active:bg-surface-accent-300/50 dark:active:bg-surface-700/50", invisible ? "border-b px-2" : "p-4", open ? "py-6" : "py-4", "transition-all duration-200", invisible && "border-surface-200 dark:border-surface-700/60 ", asField && "bg-surface-accent-200/50 dark:bg-
|
|
3705
|
+
className: cls("rounded-t-lg flex items-center justify-between w-full min-h-[52px]", "hover:bg-surface-accent-200 hover:bg-opacity-40 hover:bg-surface-accent-200/40 dark:hover:bg-surface-800 dark:hover:bg-opacity-40 dark:hover:bg-surface-800/40 active:bg-surface-accent-300/50 dark:active:bg-surface-700/50", invisible ? "border-b px-2" : "p-4", open ? "py-6" : "py-4", "transition-all duration-200", invisible && "border-surface-200 dark:border-surface-700/60 ", asField && "bg-surface-accent-200/50 dark:bg-white/[0.055]", titleClassName, "cursor-pointer"),
|
|
3705
3706
|
role: "button",
|
|
3706
3707
|
tabIndex: 0,
|
|
3707
3708
|
"aria-expanded": open,
|
|
@@ -3794,12 +3795,12 @@ var FilterChip = React.forwardRef(function FilterChip({ children, active = false
|
|
|
3794
3795
|
//#endregion
|
|
3795
3796
|
//#region src/components/InfoLabel.tsx
|
|
3796
3797
|
var colorClasses = {
|
|
3797
|
-
info: "bg-
|
|
3798
|
-
warn: "bg-
|
|
3798
|
+
info: "bg-blue-500/8 dark:bg-blue-500/12 text-blue-800 dark:text-blue-200 border border-blue-500/20 dark:border-blue-500/25",
|
|
3799
|
+
warn: "bg-amber-500/8 dark:bg-amber-500/12 text-amber-800 dark:text-amber-200 border border-amber-500/20 dark:border-amber-500/25"
|
|
3799
3800
|
};
|
|
3800
3801
|
function InfoLabel({ children, mode = "info" }) {
|
|
3801
3802
|
return /* @__PURE__ */ jsx("div", {
|
|
3802
|
-
className: cls("my-3 py-2 px-4 rounded-
|
|
3803
|
+
className: cls("my-3 py-2 px-4 rounded-lg text-sm font-medium leading-snug", colorClasses[mode]),
|
|
3803
3804
|
children
|
|
3804
3805
|
});
|
|
3805
3806
|
}
|
|
@@ -3890,7 +3891,7 @@ var Menu = React.forwardRef(({ children, trigger, open, defaultOpen, side, align
|
|
|
3890
3891
|
});
|
|
3891
3892
|
Menu.displayName = "Menu";
|
|
3892
3893
|
var MenuItem = React.memo(({ children, dense = false, disabled = false, onClick, className }) => {
|
|
3893
|
-
const classNames = cls(onClick && !disabled && "cursor-pointer", disabled && "opacity-50 cursor-not-allowed", "rounded-md text-sm font-medium text-surface-accent-700 dark:text-surface-accent-300 flex items-center gap-4", !disabled && "hover:bg-surface-accent-100 dark:hover:bg-surface-accent-900", dense ? "px-4 py-1.5" : "px-4 py-2", className);
|
|
3894
|
+
const classNames = cls(onClick && !disabled && "cursor-pointer", disabled && "opacity-50 cursor-not-allowed", "rounded-md text-sm font-medium text-surface-accent-700 dark:text-surface-accent-300 flex items-center gap-4 transition-colors duration-150", !disabled && "hover:bg-surface-accent-100 dark:hover:bg-surface-accent-900", dense ? "px-4 py-1.5" : "px-4 py-2", className);
|
|
3894
3895
|
return /* @__PURE__ */ jsx(DropdownMenu.Item, {
|
|
3895
3896
|
className: classNames,
|
|
3896
3897
|
disabled,
|
|
@@ -3904,7 +3905,7 @@ MenuItem.displayName = "MenuItem";
|
|
|
3904
3905
|
function Menubar({ children, onSelect, className }) {
|
|
3905
3906
|
return /* @__PURE__ */ jsx(MenubarPrimitive.Root, {
|
|
3906
3907
|
onSelect,
|
|
3907
|
-
className: cls("z-10 flex bg-white dark:bg-surface-900 p-[3px] rounded-
|
|
3908
|
+
className: cls("z-10 flex bg-white dark:bg-surface-900 p-[3px] rounded-lg shadow-sm", className),
|
|
3908
3909
|
children
|
|
3909
3910
|
});
|
|
3910
3911
|
}
|
|
@@ -3914,7 +3915,7 @@ function MenubarMenu({ children }) {
|
|
|
3914
3915
|
function MenubarTrigger({ children, onSelect, className }) {
|
|
3915
3916
|
return /* @__PURE__ */ jsx(MenubarPrimitive.Trigger, {
|
|
3916
3917
|
onSelect,
|
|
3917
|
-
className: cls("py-2 px-3 outline-none select-none font-medium leading-none rounded text-text-primary dark:text-text-primary-dark text-
|
|
3918
|
+
className: cls("py-2 px-3 outline-none select-none font-medium leading-none rounded-md text-text-primary dark:text-text-primary-dark text-sm transition-colors duration-150 flex items-center justify-between gap-[2px] data-[highlighted]:bg-surface-accent-100 data-[highlighted]:dark:bg-surface-900 data-[state=open]:bg-surface-accent-100 data-[state=open]:dark:bg-surface-900 hover:bg-surface-accent-200 hover:bg-opacity-75 hover:bg-surface-accent-200/75 dark:hover:bg-surface-accent-800", className),
|
|
3918
3919
|
children
|
|
3919
3920
|
});
|
|
3920
3921
|
}
|
|
@@ -3940,7 +3941,7 @@ function MenubarContent({ children, className, align, sideOffset, alignOffset, o
|
|
|
3940
3941
|
function MenubarItem({ children, leftPadding, className, disabled, onSelect, ...rest }) {
|
|
3941
3942
|
return /* @__PURE__ */ jsx(MenubarPrimitive.Item, {
|
|
3942
3943
|
onSelect,
|
|
3943
|
-
className: cls("group text-
|
|
3944
|
+
className: cls("group text-sm leading-none rounded-md flex items-center h-[32px] px-[10px] py-[2px] relative select-none transition-colors duration-150 outline-none data-[state=open]:bg-surface-accent-100 data-[state=open]:dark:bg-surface-900 data-[state=open]:text-text-primary data-[state=open]:dark:text-text-primary-dark data-[highlighted]:bg-surface-accent-100 data-[highlighted]:dark:bg-surface-900 data-[disabled]:text-text-disabled data-[disabled]:dark:text-text-disabled-dark data-[disabled]:pointer-events-none", leftPadding ? "pl-5" : "", disabled ? "pointer-events-none text-text-secondary dark:text-text-secondary-dark" : "text-text-primary dark:text-text-primary-dark", className),
|
|
3944
3945
|
disabled,
|
|
3945
3946
|
...rest,
|
|
3946
3947
|
children
|
|
@@ -3962,7 +3963,7 @@ function MenubarSub({ children, ...rest }) {
|
|
|
3962
3963
|
function MenubarSubTrigger({ children, className, onSelect, ...rest }) {
|
|
3963
3964
|
return /* @__PURE__ */ jsx(MenubarPrimitive.SubTrigger, {
|
|
3964
3965
|
onSelect,
|
|
3965
|
-
className: cls("group text-
|
|
3966
|
+
className: cls("group text-sm leading-none text-text-primary dark:text-text-primary-dark rounded-md flex items-center h-[32px] px-[10px] py-[2px] relative select-none transition-colors duration-150 outline-none data-[state=open]:bg-surface-accent-100 data-[state=open]:dark:bg-surface-900 data-[state=open]:text-text-primary data-[state=open]:dark:text-text-primary-dark data-[highlighted]:bg-surface-accent-100 data-[highlighted]:dark:bg-surface-900 data-[disabled]:text-text-disabled data-[disabled]:dark:text-text-disabled-dark data-[disabled]:pointer-events-none", className),
|
|
3966
3967
|
...rest,
|
|
3967
3968
|
children
|
|
3968
3969
|
});
|
|
@@ -3979,7 +3980,7 @@ function MenubarSubContent({ children, alignOffset, className, onSelect, ...rest
|
|
|
3979
3980
|
function MenubarCheckboxItem({ children, checked, onCheckedChange, className, onSelect, ...rest }) {
|
|
3980
3981
|
return /* @__PURE__ */ jsx(MenubarPrimitive.CheckboxItem, {
|
|
3981
3982
|
onSelect,
|
|
3982
|
-
className: cls("text-
|
|
3983
|
+
className: cls("text-sm leading-none text-text-primary dark:text-text-primary-dark rounded-md flex items-center h-[32px] px-[10px] py-[2px] relative select-none transition-colors duration-150 pl-5 outline-none data-[highlighted]:bg-surface-accent-100 data-[highlighted]:dark:bg-surface-900 data-[disabled]:text-text-disabled data-[disabled]:dark:text-text-disabled-dark data-[disabled]:pointer-events-none", className),
|
|
3983
3984
|
checked,
|
|
3984
3985
|
onCheckedChange,
|
|
3985
3986
|
...rest,
|
|
@@ -4006,7 +4007,7 @@ function MenubarRadioGroup({ children, className, value, onValueChange, onSelect
|
|
|
4006
4007
|
function MenubarRadioItem({ children, className, value, onSelect, ...rest }) {
|
|
4007
4008
|
return /* @__PURE__ */ jsx(MenubarPrimitive.RadioItem, {
|
|
4008
4009
|
onSelect,
|
|
4009
|
-
className: cls("text-
|
|
4010
|
+
className: cls("text-sm leading-none text-text-primary dark:text-text-primary-dark rounded-md flex items-center h-[32px] px-[10px] py-[2px] relative select-none transition-colors duration-150 pl-5 outline-none data-[highlighted]:bg-surface-accent-100 data-[highlighted]:dark:bg-surface-900 data-[disabled]:text-text-disabled data-[disabled]:dark:text-text-disabled-dark data-[disabled]:pointer-events-none", className),
|
|
4010
4011
|
value,
|
|
4011
4012
|
...rest,
|
|
4012
4013
|
children: children ?? /* @__PURE__ */ jsx(CheckIcon$1, { size: iconSize.small })
|
|
@@ -4219,7 +4220,7 @@ var MultiSelect = React$1.forwardRef(({ value, size = "large", label, error, onV
|
|
|
4219
4220
|
children: "No results found."
|
|
4220
4221
|
}), /* @__PURE__ */ jsxs(Command.Group, { children: [includeSelectAll && /* @__PURE__ */ jsxs(Command.Item, {
|
|
4221
4222
|
onSelect: toggleAll,
|
|
4222
|
-
className: cls("flex flex-row items-center gap-1.5", "cursor-pointer", "m-1", "ring-offset-transparent", "p-1 rounded aria-[selected=true]:outline-none aria-[selected=true]:ring-2 aria-[selected=true]:ring-primary aria-[selected=true]:ring-opacity-75 aria-[selected=true]:ring-primary/75 aria-[selected=true]:ring-offset-2", "aria-[selected=true]:bg-surface-accent-100 aria-[selected=true]:dark:bg-surface-accent-900", "cursor-pointer p-2 rounded aria-[selected=true]:bg-surface-accent-100 aria-[selected=true]:dark:bg-surface-accent-900"),
|
|
4223
|
+
className: cls("flex flex-row items-center gap-1.5", "cursor-pointer", "m-1", "ring-offset-transparent", "p-1 rounded-md aria-[selected=true]:outline-none aria-[selected=true]:ring-2 aria-[selected=true]:ring-primary aria-[selected=true]:ring-opacity-75 aria-[selected=true]:ring-primary/75 aria-[selected=true]:ring-offset-2", "aria-[selected=true]:bg-surface-accent-100 aria-[selected=true]:dark:bg-surface-accent-900", "cursor-pointer p-2 rounded-md aria-[selected=true]:bg-surface-accent-100 aria-[selected=true]:dark:bg-surface-accent-900"),
|
|
4223
4224
|
children: [/* @__PURE__ */ jsx(InnerCheckBox, { checked: selectedValues.length === allValues.length }), /* @__PURE__ */ jsx("span", {
|
|
4224
4225
|
className: "text-sm text-text-secondary dark:text-text-secondary-dark",
|
|
4225
4226
|
children: "(Select All)"
|
|
@@ -4245,7 +4246,7 @@ var MultiSelectItem = React$1.memo(function MultiSelectItem({ children, value, c
|
|
|
4245
4246
|
onSelect: (_) => {
|
|
4246
4247
|
onItemClick(value);
|
|
4247
4248
|
},
|
|
4248
|
-
className: cls("flex flex-row items-center gap-1.5", isSelected ? "bg-surface-accent-200 dark:bg-surface-accent-950" : "", "cursor-pointer", "m-1", "ring-offset-transparent", "p-1 rounded aria-[selected=true]:outline-none aria-[selected=true]:ring-2 aria-[selected=true]:ring-primary aria-[selected=true]:ring-opacity-75 aria-[selected=true]:ring-primary/75 aria-[selected=true]:ring-offset-2", "aria-[selected=true]:bg-surface-accent-100 aria-[selected=true]:dark:bg-surface-accent-900", "cursor-pointer p-2 rounded aria-[selected=true]:bg-surface-accent-100 aria-[selected=true]:dark:bg-surface-accent-900", "text-surface-accent-700 dark:text-surface-accent-300", className),
|
|
4249
|
+
className: cls("flex flex-row items-center gap-1.5", isSelected ? "bg-surface-accent-200 dark:bg-surface-accent-950" : "", "cursor-pointer", "m-1", "ring-offset-transparent", "p-1 rounded-md aria-[selected=true]:outline-none aria-[selected=true]:ring-2 aria-[selected=true]:ring-primary aria-[selected=true]:ring-opacity-75 aria-[selected=true]:ring-primary/75 aria-[selected=true]:ring-offset-2", "aria-[selected=true]:bg-surface-accent-100 aria-[selected=true]:dark:bg-surface-accent-900", "cursor-pointer p-2 rounded-md aria-[selected=true]:bg-surface-accent-100 aria-[selected=true]:dark:bg-surface-accent-900", "text-surface-accent-700 dark:text-surface-accent-300", className),
|
|
4249
4250
|
children: [/* @__PURE__ */ jsx(InnerCheckBox, { checked: isSelected }), children]
|
|
4250
4251
|
});
|
|
4251
4252
|
});
|
|
@@ -4253,7 +4254,7 @@ var InnerCheckBox = React$1.memo(function InnerCheckBox({ checked }) {
|
|
|
4253
4254
|
return /* @__PURE__ */ jsx("div", {
|
|
4254
4255
|
className: cls("p-2", "w-8 h-8", "inline-flex items-center justify-center text-sm font-medium focus:outline-none transition-colors ease-in-out duration-150"),
|
|
4255
4256
|
children: /* @__PURE__ */ jsx("div", {
|
|
4256
|
-
className: cls("border-2 relative transition-colors ease-in-out duration-150", "w-4 h-4 rounded flex items-center justify-center", checked ? "bg-primary" : "bg-white dark:bg-surface-accent-900", checked ? "text-surface-accent-100 dark:text-surface-accent-900" : "", checked ? "border-transparent" : "border-surface-accent-800 dark:border-surface-accent-200"),
|
|
4257
|
+
className: cls("border-2 relative transition-colors ease-in-out duration-150", "w-4 h-4 rounded-sm flex items-center justify-center", checked ? "bg-primary" : "bg-white dark:bg-surface-accent-900", checked ? "text-surface-accent-100 dark:text-surface-accent-900" : "", checked ? "border-transparent" : "border-surface-accent-800 dark:border-surface-accent-200"),
|
|
4257
4258
|
children: checked && /* @__PURE__ */ jsx(CheckIcon$1, {
|
|
4258
4259
|
size: iconSize.smallest,
|
|
4259
4260
|
className: "absolute"
|
|
@@ -4283,11 +4284,11 @@ RadioGroup.displayName = RadioGroupPrimitive.Root.displayName;
|
|
|
4283
4284
|
var RadioGroupItem = React$1.forwardRef(({ className, ...props }, ref) => {
|
|
4284
4285
|
return /* @__PURE__ */ jsx(RadioGroupPrimitive.Item, {
|
|
4285
4286
|
ref,
|
|
4286
|
-
className: cls("aspect-square h-4 w-4 rounded-full border border-primary text-primary
|
|
4287
|
+
className: cls("aspect-square h-4 w-4 rounded-full border border-primary text-primary focus:outline-hidden focus-visible:ring-2 focus-visible:ring-primary/50 focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50", className),
|
|
4287
4288
|
...props,
|
|
4288
4289
|
children: /* @__PURE__ */ jsx(RadioGroupPrimitive.Indicator, {
|
|
4289
4290
|
className: "flex items-center justify-center",
|
|
4290
|
-
children: /* @__PURE__ */ jsx("div", { className: "h-2.5 w-2.5 fill-current text-current bg-primary rounded-
|
|
4291
|
+
children: /* @__PURE__ */ jsx("div", { className: "h-2.5 w-2.5 fill-current text-current bg-primary rounded-full" })
|
|
4291
4292
|
})
|
|
4292
4293
|
});
|
|
4293
4294
|
});
|
|
@@ -4620,7 +4621,7 @@ function SliderThumb(props) {
|
|
|
4620
4621
|
}), /* @__PURE__ */ jsx(TooltipPrimitive.Content, {
|
|
4621
4622
|
side: "top",
|
|
4622
4623
|
sideOffset: 5,
|
|
4623
|
-
className: cls("TooltipContent", "max-w-lg leading-relaxed", "z-50 rounded px-3 py-2 text-xs leading-none bg-surface-accent-700 dark:bg-surface-accent-800 bg-opacity-90 bg-surface-accent-700/90 dark:bg-surface-accent-800/90 font-medium text-surface-accent-50 shadow-2xl select-none duration-400 ease-in transform opacity-100"),
|
|
4624
|
+
className: cls("TooltipContent", "max-w-lg leading-relaxed", "z-50 rounded-md px-3 py-2 text-xs leading-none bg-surface-accent-700 dark:bg-surface-accent-800 bg-opacity-90 bg-surface-accent-700/90 dark:bg-surface-accent-800/90 font-medium text-surface-accent-50 shadow-2xl select-none duration-400 ease-in transform opacity-100"),
|
|
4624
4625
|
children: props.props.value?.[props.index]
|
|
4625
4626
|
})]
|
|
4626
4627
|
});
|
|
@@ -5022,7 +5023,7 @@ function Tabs({ value, onValueChange, className, innerClassName, variant = "stan
|
|
|
5022
5023
|
disabled: !showLeftScroll,
|
|
5023
5024
|
"aria-label": "Scroll tabs left",
|
|
5024
5025
|
onClick: () => scroll("left"),
|
|
5025
|
-
className: cls("absolute left-0 top-1/2 -translate-y-1/2 z-10 flex items-center justify-center rounded-md transition-all h-8 w-6", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-surface-400", !showLeftScroll ? "pointer-events-none opacity-0" : "text-surface-600 dark:text-surface-400 hover:bg-surface-200 dark:hover:bg-surface-800", "bg-surface-50 dark:bg-surface-900 border shadow-sm", "border-surface-200 dark:border-surface-700/60 "),
|
|
5026
|
+
className: cls("absolute left-0 top-1/2 -translate-y-1/2 z-10 flex items-center justify-center rounded-md transition-all h-8 w-6", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-surface-400", !showLeftScroll ? "pointer-events-none opacity-0" : "text-surface-600 dark:text-surface-400 hover:bg-surface-accent-200 dark:hover:bg-surface-accent-800", "bg-surface-50 dark:bg-surface-900 border shadow-sm", "border-surface-200 dark:border-surface-700/60 "),
|
|
5026
5027
|
children: /* @__PURE__ */ jsx(ChevronLeftIcon$1, { size: iconSize.smallest })
|
|
5027
5028
|
}),
|
|
5028
5029
|
/* @__PURE__ */ jsx("div", {
|
|
@@ -5043,7 +5044,7 @@ function Tabs({ value, onValueChange, className, innerClassName, variant = "stan
|
|
|
5043
5044
|
disabled: !showRightScroll,
|
|
5044
5045
|
"aria-label": "Scroll tabs right",
|
|
5045
5046
|
onClick: () => scroll("right"),
|
|
5046
|
-
className: cls("absolute right-0 top-1/2 -translate-y-1/2 z-10 flex items-center justify-center rounded-md transition-all h-8 w-6", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-surface-400", !showRightScroll ? "pointer-events-none opacity-0" : "text-surface-600 dark:text-surface-400 hover:bg-surface-200 dark:hover:bg-surface-800", "bg-surface-50 dark:bg-surface-900 border shadow-sm", "border-surface-200 dark:border-surface-700/60 "),
|
|
5047
|
+
className: cls("absolute right-0 top-1/2 -translate-y-1/2 z-10 flex items-center justify-center rounded-md transition-all h-8 w-6", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-surface-400", !showRightScroll ? "pointer-events-none opacity-0" : "text-surface-600 dark:text-surface-400 hover:bg-surface-accent-200 dark:hover:bg-surface-accent-800", "bg-surface-50 dark:bg-surface-900 border shadow-sm", "border-surface-200 dark:border-surface-700/60 "),
|
|
5047
5048
|
children: /* @__PURE__ */ jsx(ChevronRightIcon$1, { size: iconSize.smallest })
|
|
5048
5049
|
})
|
|
5049
5050
|
]
|
|
@@ -5055,14 +5056,14 @@ function Tab({ value, className, innerClassName, children, disabled }) {
|
|
|
5055
5056
|
return /* @__PURE__ */ jsx(TabsPrimitive.Trigger, {
|
|
5056
5057
|
value,
|
|
5057
5058
|
disabled,
|
|
5058
|
-
className: cls("inline-flex items-center justify-center whitespace-nowrap text-sm font-medium ring-offset-white transition-all", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-surface-400 focus-visible:ring-offset-2", "disabled:pointer-events-none disabled:opacity-50", variant === "standard" && "rounded-
|
|
5059
|
+
className: cls("inline-flex items-center justify-center whitespace-nowrap text-sm font-medium ring-offset-white transition-all", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-surface-400 focus-visible:ring-offset-2", "disabled:pointer-events-none disabled:opacity-50", variant === "standard" && "rounded-md px-3 py-1 data-[state=active]:bg-white data-[state=active]:text-surface-900 data-[state=active]:shadow-sm dark:data-[state=active]:bg-surface-900 dark:data-[state=active]:text-surface-50", variant === "boxy" && cls("flex-shrink-0 flex items-center gap-1.5 px-3.5 h-9 border-r border-surface-200 dark:border-surface-800 cursor-pointer text-xs font-medium transition-colors group relative box-border overflow-hidden", "border-b-2 border-b-transparent", "data-[state=active]:bg-surface-50 dark:data-[state=active]:bg-surface-900", "data-[state=active]:text-text-primary dark:data-[state=active]:text-text-primary-dark", "data-[state=active]:border-b-primary", "text-text-secondary dark:text-text-secondary-dark hover:bg-surface-100 dark:hover:bg-surface-800"), variant === "pill" && cls("px-2 py-0.5 rounded-md text-[10px] font-medium transition-colors", "data-[state=active]:bg-primary/10 data-[state=active]:text-primary dark:data-[state=active]:bg-primary/20 dark:data-[state=active]:text-primary", "text-text-disabled dark:text-text-disabled-dark hover:text-text-secondary dark:hover:text-text-secondary-dark"), className, variant === "standard" && innerClassName),
|
|
5059
5060
|
children
|
|
5060
5061
|
});
|
|
5061
5062
|
}
|
|
5062
5063
|
//#endregion
|
|
5063
5064
|
//#region src/components/Table.tsx
|
|
5064
5065
|
var Table = React.memo(({ children, className, style, ...rest }) => /* @__PURE__ */ jsx("table", {
|
|
5065
|
-
className: cls("text-left text-
|
|
5066
|
+
className: cls("text-left text-text-primary dark:text-text-primary-dark rounded-lg overflow-x-auto", className),
|
|
5066
5067
|
style,
|
|
5067
5068
|
...rest,
|
|
5068
5069
|
children
|
|
@@ -5082,7 +5083,7 @@ var TableHeader = React.memo(({ children, className, ...rest }) => /* @__PURE__
|
|
|
5082
5083
|
var TableRow = React.memo(({ children, className, onClick, style, ...rest }) => /* @__PURE__ */ jsx("tr", {
|
|
5083
5084
|
onClick,
|
|
5084
5085
|
style,
|
|
5085
|
-
className: cls("bg-white dark:bg-surface-900", onClick ? "
|
|
5086
|
+
className: cls("bg-white dark:bg-surface-900", onClick ? "transition-colors duration-150 hover:bg-primary/5 cursor-pointer" : "", className),
|
|
5086
5087
|
...rest,
|
|
5087
5088
|
children
|
|
5088
5089
|
}));
|
|
@@ -5149,7 +5150,7 @@ function Popover({ trigger, children, open, onOpenChange, side, sideOffset = 5,
|
|
|
5149
5150
|
avoidCollisions,
|
|
5150
5151
|
onMouseEnter,
|
|
5151
5152
|
onMouseLeave,
|
|
5152
|
-
children: [children, /* @__PURE__ */ jsx(PopoverPrimitive.Arrow, { className: "fill-white dark:fill-surface-
|
|
5153
|
+
children: [children, /* @__PURE__ */ jsx(PopoverPrimitive.Arrow, { className: "fill-white dark:fill-surface-900" })]
|
|
5153
5154
|
})
|
|
5154
5155
|
})]
|
|
5155
5156
|
});
|
|
@@ -5356,7 +5357,7 @@ function ToggleButtonGroup({ value, onValueChange, options, className }) {
|
|
|
5356
5357
|
disabled: option.disabled,
|
|
5357
5358
|
"aria-pressed": value === option.value,
|
|
5358
5359
|
"aria-disabled": option.disabled || void 0,
|
|
5359
|
-
className: cls("flex flex-row items-center justify-center gap-2 py-3 px-4 rounded-md transition-colors", value === option.value ? "bg-white dark:bg-surface-
|
|
5360
|
+
className: cls("flex flex-row items-center justify-center gap-2 py-3 px-4 rounded-md transition-colors duration-150 focus:outline-none focus-visible:ring-2 focus-visible:ring-primary/50", value === option.value ? "bg-white dark:bg-surface-700 text-primary dark:text-primary-300 shadow-sm" : "text-text-secondary dark:text-text-secondary-dark hover:bg-surface-200 dark:hover:bg-surface-800", option.disabled && "opacity-50 cursor-not-allowed"),
|
|
5360
5361
|
children: [option.icon, /* @__PURE__ */ jsx("span", {
|
|
5361
5362
|
className: "text-sm font-medium",
|
|
5362
5363
|
children: option.label
|
|
@@ -5422,15 +5423,15 @@ var VirtualTableHeader = React.memo(function VirtualTableHeader({ resizeHandleRe
|
|
|
5422
5423
|
onColumnSort(column.key);
|
|
5423
5424
|
},
|
|
5424
5425
|
children: [
|
|
5425
|
-
!sort && /* @__PURE__ */ jsx(ArrowUpIcon, {
|
|
5426
|
+
!sort && /* @__PURE__ */ jsx(ArrowUpIcon$1, {
|
|
5426
5427
|
size: 14,
|
|
5427
5428
|
className: "flex-shrink-0"
|
|
5428
5429
|
}),
|
|
5429
|
-
sort === "asc" && /* @__PURE__ */ jsx(ArrowUpIcon, {
|
|
5430
|
+
sort === "asc" && /* @__PURE__ */ jsx(ArrowUpIcon$1, {
|
|
5430
5431
|
size: 14,
|
|
5431
5432
|
className: "flex-shrink-0"
|
|
5432
5433
|
}),
|
|
5433
|
-
sort === "desc" && /* @__PURE__ */ jsx(ArrowUpIcon, {
|
|
5434
|
+
sort === "desc" && /* @__PURE__ */ jsx(ArrowUpIcon$1, {
|
|
5434
5435
|
size: 14,
|
|
5435
5436
|
className: "flex-shrink-0 rotate-180"
|
|
5436
5437
|
})
|
|
@@ -7926,7 +7927,7 @@ function CollectionCardView({ dataController, properties, propertiesOrder, idPro
|
|
|
7926
7927
|
src: imageValue,
|
|
7927
7928
|
alt: "",
|
|
7928
7929
|
className: "w-full h-32 object-cover rounded-t-lg"
|
|
7929
|
-
}) : /* @__PURE__ */ jsx("div", { className: cls("h-24 rounded-t-lg", "bg-surface-accent-200/50 dark:bg-
|
|
7930
|
+
}) : /* @__PURE__ */ jsx("div", { className: cls("h-24 rounded-t-lg", "bg-surface-accent-200/50 dark:bg-white/[0.055]") })),
|
|
7930
7931
|
selectionEnabled && /* @__PURE__ */ jsx("div", {
|
|
7931
7932
|
className: "absolute top-2 right-2",
|
|
7932
7933
|
onClick: (e) => e.stopPropagation(),
|
|
@@ -8460,6 +8461,6 @@ function CollectionView({ dataController, properties, propertiesOrder, displayed
|
|
|
8460
8461
|
});
|
|
8461
8462
|
}
|
|
8462
8463
|
//#endregion
|
|
8463
|
-
export { Alert, AlertCircleIcon, AlertTriangleIcon, AlignLeftIcon, AppWindow, ArrowDownToLineIcon, ArrowLeftIcon, ArrowRightFromLineIcon, ArrowRightIcon, ArrowRightToLineIcon, ArrowUpToLineIcon, Autocomplete, AutocompleteItem, Avatar, Badge, BoldIcon, BookOpenIcon, BooleanSwitch, BooleanSwitchWithLabel, Button, CHIP_COLORS, CalendarIcon, Card, CardView, CenteredView, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpDownIcon, Chip, CircleIcon, CircleUserIcon, CircularProgress, CircularProgressCenter, CodeIcon, Collapse, CollectionCardView, CollectionKanbanView, CollectionListView, CollectionTableView, CollectionView, CollectionViewToolbar, ColorPicker, ColumnsIcon, Container, CopyIcon, DatabaseIcon, DateTimeField, DebouncedTextField, DefaultCellRenderer, Dialog, DialogActions, DialogContent, DialogTitle, DownloadIcon, ErrorBoundary, ExpandablePanel, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileIcon, FileSearchIcon, FileTextIcon, FileUpload, FilterChip, FilterIcon, FilterXIcon, FlagIcon, FolderIcon, FolderPlusIcon, FolderUpIcon, FunctionSquareIcon, GitBranchIcon, GitHubIcon, GlobeIcon, HandleIcon, HashIcon, Heading1Icon, Heading2Icon, Heading3Icon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, ImageIcon, ImageOffIcon, InfoIcon, InfoLabel, InputLabel, ItalicIcon, KanbanIcon, KanbanView, KeyIcon, KeyRoundIcon, Label, LanguagesIcon, LayoutGridIcon, Link2Icon, LinkIcon, ListIcon, ListOrderedIcon, ListView, LoaderIcon, LoadingButton, LockIcon, LogOutIcon, MailIcon, Markdown, Maximize2Icon, Menu, MenuIcon, MenuItem, Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, MenubarItemIndicator, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarSubTriggerIndicator, MenubarTrigger, MinusCircleIcon, MinusIcon, MoonIcon, MoreVerticalIcon, MultiSelect, MultiSelectContext, MultiSelectItem, Music2Icon, PanelLeftIcon, Paper, PauseIcon, PencilIcon, PhoneIcon, PlayIcon, PlusIcon, Popover, PopoverPrimitive, Portal, PortalContainerProvider, QuoteIcon, RadioGroup, RadioGroupItem, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, ResizablePanels, Rows3Icon, SaveIcon, SearchBar, SearchIcon, Select, SelectGroup, SelectInputLabel, SelectItem, SendIcon, Separator, SettingsIcon, Sheet, ShieldIcon, ShoppingCartIcon, Skeleton, Slider, SlidersHorizontalIcon, Slot, SquareIcon, StarIcon, StrikethroughIcon, SunIcon, SunMoonIcon, Tab, Table, TableBody, TableCell, TableHeader, TableIcon, TableRow, VirtualTable as TableView, VirtualTable, Tabs, TagIcon, TerminalIcon, TextField, TextIcon, TextareaAutosize, ToggleButtonGroup, Tooltip, Trash2Icon, TypeIcon, Typography, UnderlineIcon, UndoIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserPlus, VideoIcon, VirtualTableDateField, VirtualTableInput, VirtualTableNumberInput, VirtualTableSelect, VirtualTableSelectionProvider, VirtualTableSwitch, VoteIcon, Wand2Icon, XCircleIcon, XIcon, cardClickableMixin, cardMixin, cardSelectedMixin, cls, colorClassesMapping, coolIconKeys, createVirtualTableSelectionStore, debounce, defaultBorderMixin, fieldBackgroundDisabledMixin, fieldBackgroundHoverMixin, fieldBackgroundInvisibleMixin, fieldBackgroundMixin, focusedClasses, focusedDisabled, focusedInvisibleMixin, getColorSchemeForKey, getColorSchemeForSeed, iconKeys, iconSize, lucideIcons, paperMixin, useAutoComplete, useDebounceCallback, useDebounceValue, useDebouncedCallback, useInjectStyles, useOutsideAlerter, usePortalContainer, useVirtualTableCellSelected, useVirtualTableSelection };
|
|
8464
|
+
export { Alert, AlertCircleIcon, AlertTriangleIcon, AlignLeftIcon, AppWindow, ArrowDownIcon, ArrowDownToLineIcon, ArrowLeftIcon, ArrowRightFromLineIcon, ArrowRightIcon, ArrowRightLeftIcon, ArrowRightToLineIcon, ArrowUpDownIcon, ArrowUpIcon, ArrowUpToLineIcon, Autocomplete, AutocompleteItem, Avatar, Badge, BoldIcon, BookOpenIcon, BooleanSwitch, BooleanSwitchWithLabel, Button, CHIP_COLORS, CalendarIcon, Card, CardView, CenteredView, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpDownIcon, Chip, CircleDotIcon, CircleIcon, CircleUserIcon, CircularProgress, CircularProgressCenter, CodeIcon, Collapse, CollectionCardView, CollectionKanbanView, CollectionListView, CollectionTableView, CollectionView, CollectionViewToolbar, ColorPicker, ColumnsIcon, Container, CopyIcon, DatabaseIcon, DateTimeField, DebouncedTextField, DefaultCellRenderer, Dialog, DialogActions, DialogContent, DialogTitle, DollarSignIcon, DownloadIcon, ErrorBoundary, ExpandablePanel, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileIcon, FileSearchIcon, FileTextIcon, FileUpload, FilterChip, FilterIcon, FilterXIcon, FlagIcon, FolderIcon, FolderKanbanIcon, FolderPlusIcon, FolderUpIcon, FunctionSquareIcon, GitBranchIcon, GitHubIcon, GlobeIcon, HandleIcon, HashIcon, Heading1Icon, Heading2Icon, Heading3Icon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, ImageIcon, ImageOffIcon, InfoIcon, InfoLabel, InputLabel, ItalicIcon, KanbanIcon, KanbanView, KeyIcon, KeyRoundIcon, Label, LanguagesIcon, LayoutGridIcon, Link2Icon, LinkIcon, ListIcon, ListOrderedIcon, ListPlusIcon, ListTodoIcon, ListView, LoaderIcon, LoadingButton, LockIcon, LogOutIcon, MailIcon, Markdown, Maximize2Icon, Menu, MenuIcon, MenuItem, Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, MenubarItemIndicator, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarSubTriggerIndicator, MenubarTrigger, MessageCircleIcon, MinusCircleIcon, MinusIcon, MoonIcon, MoreVerticalIcon, MultiSelect, MultiSelectContext, MultiSelectItem, Music2Icon, PanelLeftIcon, Paper, PauseIcon, PenLineIcon, PencilIcon, PhoneIcon, PinIcon, PlayIcon, PlusIcon, Popover, PopoverPrimitive, Portal, PortalContainerProvider, QuoteIcon, RadioGroup, RadioGroupItem, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, ResizablePanels, Rows3Icon, SaveIcon, SearchBar, SearchIcon, Select, SelectGroup, SelectInputLabel, SelectItem, SendIcon, Separator, SettingsIcon, Sheet, ShieldIcon, ShoppingCartIcon, Skeleton, Slider, SlidersHorizontalIcon, Slot, SquareIcon, StarIcon, StickyNoteIcon, StrikethroughIcon, SunIcon, SunMoonIcon, Tab, Table, TableBody, TableCell, TableHeader, TableIcon, TableRow, VirtualTable as TableView, VirtualTable, Tabs, TagIcon, TerminalIcon, TextField, TextIcon, TextareaAutosize, ToggleButtonGroup, Tooltip, Trash2Icon, TrendingUpIcon, TypeIcon, Typography, UnderlineIcon, UndoIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserPlus, UsersIcon, VideoIcon, VirtualTableDateField, VirtualTableInput, VirtualTableNumberInput, VirtualTableSelect, VirtualTableSelectionProvider, VirtualTableSwitch, VoteIcon, Wand2Icon, WrenchIcon, XCircleIcon, XIcon, cardClickableMixin, cardMixin, cardSelectedMixin, cls, colorClassesMapping, coolIconKeys, createVirtualTableSelectionStore, debounce, defaultBorderMixin, fieldBackgroundDisabledMixin, fieldBackgroundHoverMixin, fieldBackgroundInvisibleMixin, fieldBackgroundMixin, focusedClasses, focusedDisabled, focusedInvisibleMixin, getColorSchemeForKey, getColorSchemeForSeed, iconKeys, iconSize, lucideIcons, paperMixin, useAutoComplete, useDebounceCallback, useDebounceValue, useDebouncedCallback, useInjectStyles, useOutsideAlerter, usePortalContainer, useVirtualTableCellSelected, useVirtualTableSelection };
|
|
8464
8465
|
|
|
8465
8466
|
//# sourceMappingURL=index.es.js.map
|