@vuer-ai/vuer-uikit 0.0.57 → 0.0.59
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/{chunk-VJJ55BEH.js → chunk-3E3LCWE5.js} +2 -2
- package/dist/{chunk-3RNKEHVV.mjs → chunk-3I5BVCPY.mjs} +1 -1
- package/dist/{chunk-WMEEUNDQ.mjs → chunk-3IAVL75H.mjs} +1 -1
- package/dist/{chunk-HIYAZRWM.mjs → chunk-6S7B22YF.mjs} +1 -1
- package/dist/chunk-7TRHG4GB.js +24 -0
- package/dist/{chunk-M5X4QOSY.js → chunk-ACOHMCFO.js} +2 -2
- package/dist/chunk-EPRRJR2S.mjs +1 -0
- package/dist/{chunk-CH6WE4WA.js → chunk-HDCXNW5P.js} +2 -2
- package/dist/{chunk-SDCH3ZZB.mjs → chunk-HNV4QN76.mjs} +2 -2
- package/dist/{chunk-RAIEYFO7.js → chunk-JMPDHQBY.js} +3 -10
- package/dist/{chunk-HA4RJZEZ.js → chunk-KPKKHLM6.js} +1 -1
- package/dist/{chunk-DAMC3EEC.js → chunk-N7NM2MPV.js} +3 -3
- package/dist/chunk-O5QD5XZS.mjs +22 -0
- package/dist/{chunk-GA6GENTT.mjs → chunk-OOH6BI7I.mjs} +5 -2
- package/dist/{chunk-EKKV4NQ7.mjs → chunk-Q2LMEEB2.mjs} +2 -2
- package/dist/{chunk-6F42IK5W.js → chunk-RL3EV2RL.js} +5 -5
- package/dist/{chunk-OJA5NPTF.mjs → chunk-T37FSYLK.mjs} +1 -1
- package/dist/chunk-V7YUGYLU.js +2 -0
- package/dist/{chunk-ZLY5KFWU.js → chunk-YORCEFNH.js} +5 -2
- package/dist/{chunk-TJBAV2XS.mjs → chunk-Z2MG4ZXD.mjs} +2 -9
- package/dist/highlight-cursor/enhanced-components.js +7 -7
- package/dist/highlight-cursor/enhanced-components.mjs +2 -2
- package/dist/highlight-cursor/index.js +7 -7
- package/dist/highlight-cursor/index.mjs +2 -2
- package/dist/index.css +2 -2
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +277 -295
- package/dist/index.mjs +24 -22
- package/dist/styles/theme.css +2 -2
- package/dist/styles/variables.css +2 -2
- package/dist/ui/button.js +3 -3
- package/dist/ui/button.mjs +1 -1
- package/dist/ui/card.d.mts +1 -1
- package/dist/ui/card.d.ts +1 -1
- package/dist/ui/index.d.mts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +271 -289
- package/dist/ui/index.mjs +23 -21
- package/dist/ui/label.d.mts +1 -1
- package/dist/ui/label.d.ts +1 -1
- package/dist/ui/label.js +2 -2
- package/dist/ui/label.mjs +1 -1
- package/dist/ui/layouts/index.d.mts +1 -1
- package/dist/ui/layouts/index.d.ts +1 -1
- package/dist/ui/layouts/index.js +5 -23
- package/dist/ui/layouts/index.mjs +3 -1
- package/dist/ui/layouts/liquid-layout/BottomSlot.d.mts +5 -0
- package/dist/ui/layouts/liquid-layout/BottomSlot.d.ts +5 -0
- package/dist/ui/layouts/liquid-layout/BottomSlot.js +114 -0
- package/dist/ui/layouts/liquid-layout/BottomSlot.mjs +112 -0
- package/dist/ui/layouts/liquid-layout/Left1.d.mts +5 -0
- package/dist/ui/layouts/liquid-layout/Left1.d.ts +5 -0
- package/dist/ui/layouts/liquid-layout/Left1.js +17 -0
- package/dist/ui/layouts/liquid-layout/Left1.mjs +15 -0
- package/dist/ui/layouts/liquid-layout/Left2.d.mts +5 -0
- package/dist/ui/layouts/liquid-layout/Left2.d.ts +5 -0
- package/dist/ui/layouts/liquid-layout/Left2.js +17 -0
- package/dist/ui/layouts/liquid-layout/Left2.mjs +15 -0
- package/dist/ui/layouts/liquid-layout/LiquidLayoutComponents.d.mts +14 -0
- package/dist/ui/layouts/liquid-layout/LiquidLayoutComponents.d.ts +14 -0
- package/dist/ui/layouts/liquid-layout/LiquidLayoutComponents.js +37 -0
- package/dist/ui/layouts/liquid-layout/LiquidLayoutComponents.mjs +8 -0
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.d.mts +30 -0
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.d.ts +30 -0
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.js +18 -0
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.mjs +9 -0
- package/dist/ui/layouts/liquid-layout/Right1.d.mts +5 -0
- package/dist/ui/layouts/liquid-layout/Right1.d.ts +5 -0
- package/dist/ui/layouts/liquid-layout/Right1.js +20 -0
- package/dist/ui/layouts/liquid-layout/Right1.mjs +18 -0
- package/dist/ui/layouts/liquid-layout/Right2.d.mts +5 -0
- package/dist/ui/layouts/liquid-layout/Right2.d.ts +5 -0
- package/dist/ui/layouts/liquid-layout/Right2.js +20 -0
- package/dist/ui/layouts/liquid-layout/Right2.mjs +18 -0
- package/dist/ui/layouts/liquid-layout/TopMenuBar.d.mts +5 -0
- package/dist/ui/layouts/liquid-layout/TopMenuBar.d.ts +5 -0
- package/dist/ui/layouts/liquid-layout/TopMenuBar.js +90 -0
- package/dist/ui/layouts/liquid-layout/TopMenuBar.mjs +88 -0
- package/dist/ui/layouts/liquid-layout/index.d.mts +3 -14
- package/dist/ui/layouts/liquid-layout/index.d.ts +3 -14
- package/dist/ui/layouts/liquid-layout/index.js +5 -23
- package/dist/ui/layouts/liquid-layout/index.mjs +3 -1
- package/dist/ui/pagination.js +9 -9
- package/dist/ui/pagination.mjs +2 -2
- package/dist/ui/panel.d.mts +1 -1
- package/dist/ui/panel.d.ts +1 -1
- package/dist/ui/sidebar.js +27 -27
- package/dist/ui/sidebar.mjs +3 -3
- package/dist/ui/theme/ThemeToggles.js +4 -4
- package/dist/ui/theme/ThemeToggles.mjs +2 -2
- package/dist/ui/theme/index.js +4 -4
- package/dist/ui/theme/index.mjs +2 -2
- package/dist/ui/toggle-buttons.js +6 -6
- package/dist/ui/toggle-buttons.mjs +1 -1
- package/dist/ui/version-badge.js +2 -2
- package/dist/ui/version-badge.mjs +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-R5LWSIQ5.mjs → chunk-PR4EQUHW.mjs} +0 -0
- /package/dist/{chunk-FBJ4WV4K.js → chunk-QENKBRGO.js} +0 -0
|
@@ -4,11 +4,11 @@ var chunkJ5OXYTB6_js = require('./chunk-J5OXYTB6.js');
|
|
|
4
4
|
var chunkFURER5TR_js = require('./chunk-FURER5TR.js');
|
|
5
5
|
var chunkUJA4XCVW_js = require('./chunk-UJA4XCVW.js');
|
|
6
6
|
var chunkKVN35F5P_js = require('./chunk-KVN35F5P.js');
|
|
7
|
-
var
|
|
7
|
+
var chunkYORCEFNH_js = require('./chunk-YORCEFNH.js');
|
|
8
8
|
var chunkKYN7K2XM_js = require('./chunk-KYN7K2XM.js');
|
|
9
9
|
|
|
10
10
|
// src/highlight-cursor/enhanced-components.tsx
|
|
11
|
-
var CursorButton = chunkKYN7K2XM_js.withCursor(
|
|
11
|
+
var CursorButton = chunkKYN7K2XM_js.withCursor(chunkYORCEFNH_js.Button);
|
|
12
12
|
var CursorTabs = chunkKYN7K2XM_js.withCursor(chunkJ5OXYTB6_js.Tabs);
|
|
13
13
|
var CursorInputRoot = chunkKYN7K2XM_js.withCursor(chunkKVN35F5P_js.InputRoot);
|
|
14
14
|
var CursorSelectTrigger = chunkKYN7K2XM_js.withCursor(chunkUJA4XCVW_js.SelectTrigger);
|
|
@@ -2,7 +2,7 @@ import { Tabs } from './chunk-WM25JXCI.mjs';
|
|
|
2
2
|
import { Textarea } from './chunk-MXXKPTX3.mjs';
|
|
3
3
|
import { SelectTrigger } from './chunk-7EWHU4SB.mjs';
|
|
4
4
|
import { InputRoot } from './chunk-F3TKXHNH.mjs';
|
|
5
|
-
import { Button } from './chunk-
|
|
5
|
+
import { Button } from './chunk-OOH6BI7I.mjs';
|
|
6
6
|
import { withCursor } from './chunk-RAHKRYQJ.mjs';
|
|
7
7
|
|
|
8
8
|
// src/highlight-cursor/enhanced-components.tsx
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { buttonVariants } from './chunk-
|
|
1
|
+
import { buttonVariants } from './chunk-OOH6BI7I.mjs';
|
|
2
2
|
import { cn } from './chunk-KVFUDYD3.mjs';
|
|
3
3
|
import { useTabsCursor, TabsCursorProvider } from './chunk-XMG3IVGZ.mjs';
|
|
4
4
|
import { ChevronLeftIcon, ChevronRightIcon, MoreHorizontalIcon } from 'lucide-react';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkQENKBRGO_js = require('./chunk-QENKBRGO.js');
|
|
4
|
+
var chunkYUTSR2OT_js = require('./chunk-YUTSR2OT.js');
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
|
|
7
|
+
var LiquidLayoutView = ({
|
|
8
|
+
left,
|
|
9
|
+
right,
|
|
10
|
+
top,
|
|
11
|
+
bottom,
|
|
12
|
+
children,
|
|
13
|
+
className
|
|
14
|
+
}) => {
|
|
15
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(chunkQENKBRGO_js.LiquidLayout, { className: chunkYUTSR2OT_js.cn("bg-foreground/20 aspect-3/2", className), children: [
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkQENKBRGO_js.LiquidLayoutContent, { className: "flex flex-col items-center justify-center", children }),
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkQENKBRGO_js.LiquidLayoutBottom, { className: "mt-4", children: bottom }),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkQENKBRGO_js.LiquidLayoutRight, { children: right }),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkQENKBRGO_js.LiquidLayoutLeft, { children: left }),
|
|
20
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkQENKBRGO_js.LiquidLayoutTop, { children: top })
|
|
21
|
+
] });
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
exports.LiquidLayoutView = LiquidLayoutView;
|
|
@@ -31,7 +31,7 @@ var toggleButtonsVariants = classVarianceAuthority.cva(
|
|
|
31
31
|
{
|
|
32
32
|
variants: {
|
|
33
33
|
variant: {
|
|
34
|
-
primary: "bg-bg-
|
|
34
|
+
primary: "bg-bg-secondary",
|
|
35
35
|
secondary: "bg-bg-secondary",
|
|
36
36
|
ghost: "bg-transparent"
|
|
37
37
|
},
|
|
@@ -88,7 +88,7 @@ var toggleButtonVariants = classVarianceAuthority.cva(
|
|
|
88
88
|
"data-[selected=true]:text-text-withbg"
|
|
89
89
|
],
|
|
90
90
|
secondary: [
|
|
91
|
-
"text-text-
|
|
91
|
+
"text-text-primary",
|
|
92
92
|
"hover:text-text-secondary",
|
|
93
93
|
"active:text-brand-primary",
|
|
94
94
|
"data-[selected=true]:text-text-highlight"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkYORCEFNH_js = require('./chunk-YORCEFNH.js');
|
|
4
4
|
var chunkYUTSR2OT_js = require('./chunk-YUTSR2OT.js');
|
|
5
5
|
var chunkOTPUWWEB_js = require('./chunk-OTPUWWEB.js');
|
|
6
6
|
var lucideReact = require('lucide-react');
|
|
@@ -56,7 +56,7 @@ function PaginationLink({ className, isActive, size = "md", ...props }) {
|
|
|
56
56
|
"data-slot": "pagination-link",
|
|
57
57
|
"data-active": isActive,
|
|
58
58
|
className: chunkYUTSR2OT_js.cn(
|
|
59
|
-
|
|
59
|
+
chunkYORCEFNH_js.buttonVariants({
|
|
60
60
|
variant: isActive ? "secondary" : "ghost",
|
|
61
61
|
size
|
|
62
62
|
}),
|
|
@@ -9,7 +9,7 @@ var toggleButtonsVariants = cva(
|
|
|
9
9
|
{
|
|
10
10
|
variants: {
|
|
11
11
|
variant: {
|
|
12
|
-
primary: "bg-bg-
|
|
12
|
+
primary: "bg-bg-secondary",
|
|
13
13
|
secondary: "bg-bg-secondary",
|
|
14
14
|
ghost: "bg-transparent"
|
|
15
15
|
},
|
|
@@ -66,7 +66,7 @@ var toggleButtonVariants = cva(
|
|
|
66
66
|
"data-[selected=true]:text-text-withbg"
|
|
67
67
|
],
|
|
68
68
|
secondary: [
|
|
69
|
-
"text-text-
|
|
69
|
+
"text-text-primary",
|
|
70
70
|
"hover:text-text-secondary",
|
|
71
71
|
"active:text-brand-primary",
|
|
72
72
|
"data-[selected=true]:text-text-highlight"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunkYUTSR2OT_js = require('./chunk-YUTSR2OT.js');
|
|
4
|
-
var React = require('react');
|
|
5
4
|
var LabelPrimitive = require('@radix-ui/react-label');
|
|
6
5
|
var classVarianceAuthority = require('class-variance-authority');
|
|
6
|
+
var React = require('react');
|
|
7
7
|
var jsxRuntime = require('react/jsx-runtime');
|
|
8
8
|
|
|
9
9
|
function _interopNamespace(e) {
|
|
@@ -24,20 +24,13 @@ function _interopNamespace(e) {
|
|
|
24
24
|
return Object.freeze(n);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
28
27
|
var LabelPrimitive__namespace = /*#__PURE__*/_interopNamespace(LabelPrimitive);
|
|
28
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
29
29
|
|
|
30
30
|
var labelVariants = classVarianceAuthority.cva(
|
|
31
31
|
"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
|
|
32
32
|
);
|
|
33
|
-
var Label = React__namespace.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
34
|
-
LabelPrimitive__namespace.Root,
|
|
35
|
-
{
|
|
36
|
-
ref,
|
|
37
|
-
className: chunkYUTSR2OT_js.cn(labelVariants(), className),
|
|
38
|
-
...props
|
|
39
|
-
}
|
|
40
|
-
));
|
|
33
|
+
var Label = React__namespace.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(LabelPrimitive__namespace.Root, { ref, className: chunkYUTSR2OT_js.cn(labelVariants(), className), ...props }));
|
|
41
34
|
Label.displayName = LabelPrimitive__namespace.Root.displayName;
|
|
42
35
|
|
|
43
36
|
exports.Label = Label;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var chunkHQK4BMHQ_js = require('./chunk-HQK4BMHQ.js');
|
|
3
4
|
var chunkJ2TJJ4YH_js = require('./chunk-J2TJJ4YH.js');
|
|
4
5
|
var chunk2CM7Y2NL_js = require('./chunk-2CM7Y2NL.js');
|
|
5
6
|
var chunkLJU4UXLF_js = require('./chunk-LJU4UXLF.js');
|
|
6
|
-
var chunkHQK4BMHQ_js = require('./chunk-HQK4BMHQ.js');
|
|
7
7
|
var chunkYFPY5SLS_js = require('./chunk-YFPY5SLS.js');
|
|
8
8
|
var chunkKVN35F5P_js = require('./chunk-KVN35F5P.js');
|
|
9
|
-
var
|
|
9
|
+
var chunkYORCEFNH_js = require('./chunk-YORCEFNH.js');
|
|
10
10
|
var chunkYUTSR2OT_js = require('./chunk-YUTSR2OT.js');
|
|
11
11
|
var reactSlot = require('@radix-ui/react-slot');
|
|
12
12
|
var classVarianceAuthority = require('class-variance-authority');
|
|
@@ -187,7 +187,7 @@ function Sidebar({
|
|
|
187
187
|
function SidebarTrigger({ className, onClick, ...props }) {
|
|
188
188
|
const { toggleSidebar, state } = useSidebar();
|
|
189
189
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
190
|
-
|
|
190
|
+
chunkYORCEFNH_js.Button,
|
|
191
191
|
{
|
|
192
192
|
"data-sidebar": "trigger",
|
|
193
193
|
"data-slot": "sidebar-trigger",
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { LiquidLayout, LiquidLayoutContent, LiquidLayoutBottom, LiquidLayoutRight, LiquidLayoutLeft, LiquidLayoutTop } from './chunk-PR4EQUHW.mjs';
|
|
2
|
+
import { cn } from './chunk-KVFUDYD3.mjs';
|
|
3
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var LiquidLayoutView = ({
|
|
6
|
+
left,
|
|
7
|
+
right,
|
|
8
|
+
top,
|
|
9
|
+
bottom,
|
|
10
|
+
children,
|
|
11
|
+
className
|
|
12
|
+
}) => {
|
|
13
|
+
return /* @__PURE__ */ jsxs(LiquidLayout, { className: cn("bg-foreground/20 aspect-3/2", className), children: [
|
|
14
|
+
/* @__PURE__ */ jsx(LiquidLayoutContent, { className: "flex flex-col items-center justify-center", children }),
|
|
15
|
+
/* @__PURE__ */ jsx(LiquidLayoutBottom, { className: "mt-4", children: bottom }),
|
|
16
|
+
/* @__PURE__ */ jsx(LiquidLayoutRight, { children: right }),
|
|
17
|
+
/* @__PURE__ */ jsx(LiquidLayoutLeft, { children: left }),
|
|
18
|
+
/* @__PURE__ */ jsx(LiquidLayoutTop, { children: top })
|
|
19
|
+
] });
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export { LiquidLayoutView };
|
|
@@ -59,9 +59,10 @@ var buttonVariants = cva(
|
|
|
59
59
|
sm: [
|
|
60
60
|
"rounded-uk-sm",
|
|
61
61
|
"text-uk-sm",
|
|
62
|
-
"py-
|
|
62
|
+
"py-sm",
|
|
63
63
|
"gap-xxs",
|
|
64
|
-
"px-
|
|
64
|
+
"px-sm",
|
|
65
|
+
"leading-4",
|
|
65
66
|
"[&_svg:not([class*='size-'])]:size-3"
|
|
66
67
|
],
|
|
67
68
|
md: [
|
|
@@ -70,6 +71,7 @@ var buttonVariants = cva(
|
|
|
70
71
|
"py-sm",
|
|
71
72
|
"gap-xs",
|
|
72
73
|
"px-lg",
|
|
74
|
+
"leading-5",
|
|
73
75
|
"[&_svg:not([class*='size-'])]:size-4"
|
|
74
76
|
],
|
|
75
77
|
lg: [
|
|
@@ -78,6 +80,7 @@ var buttonVariants = cva(
|
|
|
78
80
|
"py-sm",
|
|
79
81
|
"gap-xs",
|
|
80
82
|
"px-xl",
|
|
83
|
+
"leading-6",
|
|
81
84
|
"[&_svg:not([class*='size-'])]:size-5"
|
|
82
85
|
]
|
|
83
86
|
},
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { Skeleton } from './chunk-G73SWE4J.mjs';
|
|
1
2
|
import { TooltipProvider, Tooltip, TooltipTrigger, TooltipContent } from './chunk-VIMB2UTE.mjs';
|
|
2
3
|
import { Separator } from './chunk-OKAV7AZP.mjs';
|
|
3
4
|
import { Sheet, SheetContent, SheetHeader, SheetTitle, SheetDescription } from './chunk-IUATO2BH.mjs';
|
|
4
|
-
import { Skeleton } from './chunk-G73SWE4J.mjs';
|
|
5
5
|
import { useIsMobile } from './chunk-NXTGTCPA.mjs';
|
|
6
6
|
import { InputRoot } from './chunk-F3TKXHNH.mjs';
|
|
7
|
-
import { Button } from './chunk-
|
|
7
|
+
import { Button } from './chunk-OOH6BI7I.mjs';
|
|
8
8
|
import { cn } from './chunk-KVFUDYD3.mjs';
|
|
9
9
|
import { Slot } from '@radix-ui/react-slot';
|
|
10
10
|
import { cva } from 'class-variance-authority';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkQEN7FX5Z_js = require('./chunk-QEN7FX5Z.js');
|
|
4
4
|
var chunkJ2TJJ4YH_js = require('./chunk-J2TJJ4YH.js');
|
|
5
|
-
var
|
|
5
|
+
var chunkYORCEFNH_js = require('./chunk-YORCEFNH.js');
|
|
6
6
|
var chunkQG7ZF6TO_js = require('./chunk-QG7ZF6TO.js');
|
|
7
7
|
var chunkOASPTOVZ_js = require('./chunk-OASPTOVZ.js');
|
|
8
8
|
var chunkYUTSR2OT_js = require('./chunk-YUTSR2OT.js');
|
|
@@ -36,7 +36,7 @@ var LiquidToggleButton = ({ className, ...props }) => {
|
|
|
36
36
|
const isSystem = theme === "system";
|
|
37
37
|
return /* @__PURE__ */ jsxRuntime.jsxs(chunkJ2TJJ4YH_js.Tooltip, { children: [
|
|
38
38
|
/* @__PURE__ */ jsxRuntime.jsx(chunkJ2TJJ4YH_js.TooltipTrigger, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
39
|
-
|
|
39
|
+
chunkYORCEFNH_js.Button,
|
|
40
40
|
{
|
|
41
41
|
icon: true,
|
|
42
42
|
variant: "ghost",
|
|
@@ -78,7 +78,7 @@ var ThemeToggleButton = (props) => {
|
|
|
78
78
|
const isDark = theme === "dark" || theme === "liquid-dark";
|
|
79
79
|
const isSystem = theme === "system";
|
|
80
80
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
81
|
-
|
|
81
|
+
chunkYORCEFNH_js.Button,
|
|
82
82
|
{
|
|
83
83
|
icon: true,
|
|
84
84
|
variant: "ghost",
|
|
@@ -91,11 +91,11 @@ var ThemeToggleButton = (props) => {
|
|
|
91
91
|
};
|
|
92
92
|
var LiquidToggle = chunkQG7ZF6TO_js.createClientOnlyComponent(
|
|
93
93
|
LiquidToggleButton,
|
|
94
|
-
(props) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
94
|
+
(props) => /* @__PURE__ */ jsxRuntime.jsx(chunkYORCEFNH_js.Button, { icon: true, variant: "ghost", "aria-label": "Liquid toggle loading...", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Droplet, { size: 20 }) })
|
|
95
95
|
);
|
|
96
96
|
var ThemeToggle = chunkQG7ZF6TO_js.createClientOnlyComponent(
|
|
97
97
|
ThemeToggleButton,
|
|
98
|
-
(props) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
98
|
+
(props) => /* @__PURE__ */ jsxRuntime.jsx(chunkYORCEFNH_js.Button, { icon: true, variant: "ghost", "aria-label": "Theme toggle loading...", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Sun, { size: 20 }) })
|
|
99
99
|
);
|
|
100
100
|
|
|
101
101
|
exports.LiquidToggle = LiquidToggle;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useTheme } from './chunk-TVTAYHN7.mjs';
|
|
2
2
|
import { Tooltip, TooltipTrigger, TooltipContent } from './chunk-VIMB2UTE.mjs';
|
|
3
|
-
import { Button } from './chunk-
|
|
3
|
+
import { Button } from './chunk-OOH6BI7I.mjs';
|
|
4
4
|
import { createClientOnlyComponent } from './chunk-4F2GSF2T.mjs';
|
|
5
5
|
import { useDocument } from './chunk-QG5Z4C65.mjs';
|
|
6
6
|
import { cn } from './chunk-KVFUDYD3.mjs';
|
|
@@ -61,9 +61,10 @@ var buttonVariants = classVarianceAuthority.cva(
|
|
|
61
61
|
sm: [
|
|
62
62
|
"rounded-uk-sm",
|
|
63
63
|
"text-uk-sm",
|
|
64
|
-
"py-
|
|
64
|
+
"py-sm",
|
|
65
65
|
"gap-xxs",
|
|
66
|
-
"px-
|
|
66
|
+
"px-sm",
|
|
67
|
+
"leading-4",
|
|
67
68
|
"[&_svg:not([class*='size-'])]:size-3"
|
|
68
69
|
],
|
|
69
70
|
md: [
|
|
@@ -72,6 +73,7 @@ var buttonVariants = classVarianceAuthority.cva(
|
|
|
72
73
|
"py-sm",
|
|
73
74
|
"gap-xs",
|
|
74
75
|
"px-lg",
|
|
76
|
+
"leading-5",
|
|
75
77
|
"[&_svg:not([class*='size-'])]:size-4"
|
|
76
78
|
],
|
|
77
79
|
lg: [
|
|
@@ -80,6 +82,7 @@ var buttonVariants = classVarianceAuthority.cva(
|
|
|
80
82
|
"py-sm",
|
|
81
83
|
"gap-xs",
|
|
82
84
|
"px-xl",
|
|
85
|
+
"leading-6",
|
|
83
86
|
"[&_svg:not([class*='size-'])]:size-5"
|
|
84
87
|
]
|
|
85
88
|
},
|
|
@@ -1,20 +1,13 @@
|
|
|
1
1
|
import { cn } from './chunk-KVFUDYD3.mjs';
|
|
2
|
-
import * as React from 'react';
|
|
3
2
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
4
3
|
import { cva } from 'class-variance-authority';
|
|
4
|
+
import * as React from 'react';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
6
|
|
|
7
7
|
var labelVariants = cva(
|
|
8
8
|
"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
|
|
9
9
|
);
|
|
10
|
-
var Label = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
11
|
-
LabelPrimitive.Root,
|
|
12
|
-
{
|
|
13
|
-
ref,
|
|
14
|
-
className: cn(labelVariants(), className),
|
|
15
|
-
...props
|
|
16
|
-
}
|
|
17
|
-
));
|
|
10
|
+
var Label = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(LabelPrimitive.Root, { ref, className: cn(labelVariants(), className), ...props }));
|
|
18
11
|
Label.displayName = LabelPrimitive.Root.displayName;
|
|
19
12
|
|
|
20
13
|
export { Label };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk3E3LCWE5_js = require('../chunk-3E3LCWE5.js');
|
|
4
4
|
require('../chunk-J5OXYTB6.js');
|
|
5
5
|
require('../chunk-FURER5TR.js');
|
|
6
6
|
require('../chunk-UJA4XCVW.js');
|
|
7
7
|
require('../chunk-KVN35F5P.js');
|
|
8
|
-
require('../chunk-
|
|
8
|
+
require('../chunk-YORCEFNH.js');
|
|
9
9
|
require('../chunk-KYN7K2XM.js');
|
|
10
10
|
require('../chunk-UBVYEZI3.js');
|
|
11
11
|
require('../chunk-W3APG27Q.js');
|
|
@@ -21,21 +21,21 @@ require('../chunk-OTPUWWEB.js');
|
|
|
21
21
|
|
|
22
22
|
Object.defineProperty(exports, "CursorButton", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunk3E3LCWE5_js.CursorButton; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "CursorInputRoot", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunk3E3LCWE5_js.CursorInputRoot; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "CursorSelectTrigger", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunk3E3LCWE5_js.CursorSelectTrigger; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "CursorTabs", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunk3E3LCWE5_js.CursorTabs; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "CursorTextarea", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunk3E3LCWE5_js.CursorTextarea; }
|
|
41
41
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-
|
|
1
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-3IAVL75H.mjs';
|
|
2
2
|
import '../chunk-WM25JXCI.mjs';
|
|
3
3
|
import '../chunk-MXXKPTX3.mjs';
|
|
4
4
|
import '../chunk-7EWHU4SB.mjs';
|
|
5
5
|
import '../chunk-F3TKXHNH.mjs';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-OOH6BI7I.mjs';
|
|
7
7
|
import '../chunk-RAHKRYQJ.mjs';
|
|
8
8
|
import '../chunk-AYKQVWMR.mjs';
|
|
9
9
|
import '../chunk-PR4VD5F2.mjs';
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
require('../chunk-KJ42IGH6.js');
|
|
4
4
|
var chunkHLIIVIL6_js = require('../chunk-HLIIVIL6.js');
|
|
5
|
-
var
|
|
5
|
+
var chunk3E3LCWE5_js = require('../chunk-3E3LCWE5.js');
|
|
6
6
|
require('../chunk-J5OXYTB6.js');
|
|
7
7
|
require('../chunk-FURER5TR.js');
|
|
8
8
|
require('../chunk-UJA4XCVW.js');
|
|
9
9
|
require('../chunk-KVN35F5P.js');
|
|
10
|
-
require('../chunk-
|
|
10
|
+
require('../chunk-YORCEFNH.js');
|
|
11
11
|
var chunkKYN7K2XM_js = require('../chunk-KYN7K2XM.js');
|
|
12
12
|
require('../chunk-UBVYEZI3.js');
|
|
13
13
|
require('../chunk-W3APG27Q.js');
|
|
@@ -27,23 +27,23 @@ Object.defineProperty(exports, "CursorProvider", {
|
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "CursorButton", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk3E3LCWE5_js.CursorButton; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "CursorInputRoot", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunk3E3LCWE5_js.CursorInputRoot; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "CursorSelectTrigger", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk3E3LCWE5_js.CursorSelectTrigger; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "CursorTabs", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk3E3LCWE5_js.CursorTabs; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "CursorTextarea", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunk3E3LCWE5_js.CursorTextarea; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "withCursor", {
|
|
49
49
|
enumerable: true,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '../chunk-VGCVIHBR.mjs';
|
|
2
2
|
export { CursorProvider } from '../chunk-5T7CZMWF.mjs';
|
|
3
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-
|
|
3
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-3IAVL75H.mjs';
|
|
4
4
|
import '../chunk-WM25JXCI.mjs';
|
|
5
5
|
import '../chunk-MXXKPTX3.mjs';
|
|
6
6
|
import '../chunk-7EWHU4SB.mjs';
|
|
7
7
|
import '../chunk-F3TKXHNH.mjs';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-OOH6BI7I.mjs';
|
|
9
9
|
export { withCursor } from '../chunk-RAHKRYQJ.mjs';
|
|
10
10
|
import '../chunk-AYKQVWMR.mjs';
|
|
11
11
|
import '../chunk-PR4VD5F2.mjs';
|
package/dist/index.css
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
--text-withbg: var(--white-1);
|
|
83
83
|
--bg-highlight: var(--black-1);
|
|
84
84
|
--bg-primary: var(--white-1);
|
|
85
|
-
--bg-secondary: var(--
|
|
85
|
+
--bg-secondary: var(--white-alpha-1);
|
|
86
86
|
--bg-tertiary: var(--gray-2);
|
|
87
87
|
--bg-quaternary: var(--gray-3);
|
|
88
88
|
--bg-mask: var(--black-alpha-5);
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
--text-withbg: var(--white-1);
|
|
188
188
|
--bg-highlight: var(--white-1);
|
|
189
189
|
--bg-primary: var(--gray-10);
|
|
190
|
-
--bg-secondary: var(--
|
|
190
|
+
--bg-secondary: var(--black-alpha-6);
|
|
191
191
|
--bg-tertiary: var(--gray-8);
|
|
192
192
|
--bg-quaternary: var(--gray-7);
|
|
193
193
|
--bg-mask: var(--black-alpha-5);
|
package/dist/index.d.mts
CHANGED
|
@@ -48,7 +48,7 @@ export { QuaternionInput, QuaternionInputProps } from './ui/form/QuaternionInput
|
|
|
48
48
|
export { KVectorInput, KVectorInputProps } from './ui/form/KVectorInput.mjs';
|
|
49
49
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './ui/resizable.mjs';
|
|
50
50
|
export { DockLayout } from './ui/layouts/dock-layout/index.mjs';
|
|
51
|
-
export {
|
|
51
|
+
export { LiquidLayoutView } from './ui/layouts/liquid-layout/LiquidLayoutView.mjs';
|
|
52
52
|
export { ThemeProvider, useTheme } from './ui/theme/ThemeProvider.mjs';
|
|
53
53
|
export { LiquidToggle, ThemeToggle } from './ui/theme/ThemeToggles.mjs';
|
|
54
54
|
export { ThemeScript } from './ui/theme/themeScript.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export { QuaternionInput, QuaternionInputProps } from './ui/form/QuaternionInput
|
|
|
48
48
|
export { KVectorInput, KVectorInputProps } from './ui/form/KVectorInput.js';
|
|
49
49
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './ui/resizable.js';
|
|
50
50
|
export { DockLayout } from './ui/layouts/dock-layout/index.js';
|
|
51
|
-
export {
|
|
51
|
+
export { LiquidLayoutView } from './ui/layouts/liquid-layout/LiquidLayoutView.js';
|
|
52
52
|
export { ThemeProvider, useTheme } from './ui/theme/ThemeProvider.js';
|
|
53
53
|
export { LiquidToggle, ThemeToggle } from './ui/theme/ThemeToggles.js';
|
|
54
54
|
export { ThemeScript } from './ui/theme/themeScript.js';
|