laif-ds 0.1.11 → 0.1.13
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/components/ui/accordion.js +16 -16
- package/dist/components/ui/alert-dialog.js +2 -2
- package/dist/components/ui/alert.js +5 -5
- package/dist/components/ui/async-select.js +39 -39
- package/dist/components/ui/audio-visualizer.js +7 -7
- package/dist/components/ui/avatar.js +3 -3
- package/dist/components/ui/badge.js +12 -12
- package/dist/components/ui/breadcrumb.js +1 -1
- package/dist/components/ui/button.js +31 -28
- package/dist/components/ui/calendar.js +23 -23
- package/dist/components/ui/card.js +6 -6
- package/dist/components/ui/chart.js +40 -40
- package/dist/components/ui/chat-message.js +59 -59
- package/dist/components/ui/checkbox.js +7 -7
- package/dist/components/ui/command.js +35 -35
- package/dist/components/ui/context-menu.js +16 -16
- package/dist/components/ui/data-table.js +2 -2
- package/dist/components/ui/date-picker.js +14 -14
- package/dist/components/ui/dialog.js +11 -11
- package/dist/components/ui/drawer.js +5 -5
- package/dist/components/ui/file-preview.js +14 -14
- package/dist/components/ui/form.js +18 -18
- package/dist/components/ui/gantt/components/Chart/Bars/BarsRow/BarsRow.js +6 -6
- package/dist/components/ui/gantt/components/Chart/Tree/Tree.js +9 -9
- package/dist/components/ui/hover-card.js +5 -5
- package/dist/components/ui/input-otp.js +5 -5
- package/dist/components/ui/input-selector.js +11 -11
- package/dist/components/ui/input.js +25 -25
- package/dist/components/ui/interrupt-prompt.js +1 -1
- package/dist/components/ui/markdown-renderer.js +19 -19
- package/dist/components/ui/menubar.js +16 -16
- package/dist/components/ui/message-input.js +29 -29
- package/dist/components/ui/multiple-selector.js +92 -92
- package/dist/components/ui/navigation-menu.js +13 -13
- package/dist/components/ui/popover.js +1 -1
- package/dist/components/ui/progress.js +4 -4
- package/dist/components/ui/prompt-suggestions.js +9 -9
- package/dist/components/ui/radio-group.js +5 -5
- package/dist/components/ui/resizable.js +2 -2
- package/dist/components/ui/scroll-area.js +7 -7
- package/dist/components/ui/select.js +10 -10
- package/dist/components/ui/separator.js +3 -3
- package/dist/components/ui/sheet.js +8 -8
- package/dist/components/ui/sidebar.js +134 -134
- package/dist/components/ui/skeleton.js +1 -1
- package/dist/components/ui/switch.js +5 -5
- package/dist/components/ui/table.js +3 -3
- package/dist/components/ui/tabs.js +2 -2
- package/dist/components/ui/textarea.js +7 -7
- package/dist/components/ui/toaster.js +12 -12
- package/dist/components/ui/toggle.js +2 -2
- package/dist/components/ui/tooltip.js +2 -2
- package/dist/components/ui/typing-indicator.js +8 -8
- package/dist/components/ui/typo.js +9 -9
- package/dist/dist/components/ui/checkbox.js +5 -5
- package/dist/dist/components/ui/scroll-area.js +2 -2
- package/dist/dist/components/ui/table.js +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/styles.css +1 -1
- package/dist/styles.v3.css +1 -1
- package/package.json +1 -1
|
@@ -44,7 +44,7 @@ function c({ className: t, ...e }) {
|
|
|
44
44
|
{
|
|
45
45
|
"data-slot": "table-footer",
|
|
46
46
|
className: o(
|
|
47
|
-
"bg-
|
|
47
|
+
"bg-d-secondary/50 border-t font-medium [&>tr]:last:border-b-0",
|
|
48
48
|
t
|
|
49
49
|
),
|
|
50
50
|
...e
|
|
@@ -57,7 +57,7 @@ function b({ className: t, ...e }) {
|
|
|
57
57
|
{
|
|
58
58
|
"data-slot": "table-row",
|
|
59
59
|
className: o(
|
|
60
|
-
"hover:bg-
|
|
60
|
+
"hover:bg-d-secondary/50 data-[state=selected]:bg-d-secondary border-b transition-colors",
|
|
61
61
|
t
|
|
62
62
|
),
|
|
63
63
|
...e
|
|
@@ -98,7 +98,7 @@ function m({
|
|
|
98
98
|
"caption",
|
|
99
99
|
{
|
|
100
100
|
"data-slot": "table-caption",
|
|
101
|
-
className: o("text-
|
|
101
|
+
className: o("text-d-secondary-foreground mt-4 text-sm", t),
|
|
102
102
|
...e
|
|
103
103
|
}
|
|
104
104
|
);
|
|
@@ -24,7 +24,7 @@ function f({
|
|
|
24
24
|
{
|
|
25
25
|
"data-slot": "tabs-list",
|
|
26
26
|
className: s(
|
|
27
|
-
"bg-
|
|
27
|
+
"bg-d-secondary text-d-secondary-foreground inline-flex h-9 w-fit items-center justify-center rounded-lg p-[3px]",
|
|
28
28
|
t
|
|
29
29
|
),
|
|
30
30
|
...e
|
|
@@ -40,7 +40,7 @@ function g({
|
|
|
40
40
|
{
|
|
41
41
|
"data-slot": "tabs-trigger",
|
|
42
42
|
className: s(
|
|
43
|
-
"data-[state=active]:bg-background dark:data-[state=active]:text-foreground focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:outline-ring dark:data-[state=active]:border-input dark:data-[state=active]:bg-input/30 text-foreground dark:text-
|
|
43
|
+
"data-[state=active]:bg-d-background dark:data-[state=active]:text-d-foreground focus-visible:border-d-ring focus-visible:ring-d-ring/50 focus-visible:outline-d-ring dark:data-[state=active]:border-d-input dark:data-[state=active]:bg-d-input/30 text-d-foreground dark:text-d-secondary-foreground inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-2 py-1 text-sm font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow-sm [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
|
44
44
|
t
|
|
45
45
|
),
|
|
46
46
|
...e
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as i } from "react/jsx-runtime";
|
|
3
|
-
import { cn as
|
|
4
|
-
function
|
|
3
|
+
import { cn as d } from "../../lib/utils.js";
|
|
4
|
+
function o({ className: r, ...e }) {
|
|
5
5
|
return /* @__PURE__ */ i(
|
|
6
6
|
"textarea",
|
|
7
7
|
{
|
|
8
8
|
"data-slot": "textarea",
|
|
9
|
-
className:
|
|
10
|
-
"border-input placeholder:text-
|
|
11
|
-
|
|
9
|
+
className: d(
|
|
10
|
+
"border-d-input placeholder:text-d-secondary-foreground focus-visible:border-d-ring focus-visible:ring-d-ring/50 aria-invalid:ring-d-destructive/20 dark:aria-invalid:ring-d-destructive/40 aria-invalid:border-d-destructive dark:bg-d-input/30 flex field-sizing-content min-h-16 w-full rounded-md border bg-transparent px-3 py-2 text-base shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
|
|
11
|
+
r
|
|
12
12
|
),
|
|
13
|
-
...
|
|
13
|
+
...e
|
|
14
14
|
}
|
|
15
15
|
);
|
|
16
16
|
}
|
|
17
17
|
export {
|
|
18
|
-
|
|
18
|
+
o as Textarea
|
|
19
19
|
};
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
-
import { useTheme as
|
|
4
|
-
import { Toaster as
|
|
5
|
-
const
|
|
6
|
-
const { theme:
|
|
3
|
+
import { useTheme as s } from "../../node_modules/next-themes/dist/index.js";
|
|
4
|
+
import { Toaster as e } from "../../node_modules/sonner/dist/index.js";
|
|
5
|
+
const d = ({ ...o }) => {
|
|
6
|
+
const { theme: t = "system" } = s();
|
|
7
7
|
return /* @__PURE__ */ r(
|
|
8
|
-
|
|
8
|
+
e,
|
|
9
9
|
{
|
|
10
|
-
theme:
|
|
10
|
+
theme: t,
|
|
11
11
|
className: "toaster group",
|
|
12
12
|
toastOptions: {
|
|
13
13
|
classNames: {
|
|
14
|
-
toast: "group toast group-[.toaster]:bg-background group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg",
|
|
15
|
-
description: "group-[.toast]:text-
|
|
16
|
-
actionButton: "group-[.toast]:bg-primary group-[.toast]:text-primary-foreground",
|
|
17
|
-
cancelButton: "group-[.toast]:bg-
|
|
14
|
+
toast: "group toast group-[.toaster]:bg-d-background group-[.toaster]:text-foreground group-[.toaster]:border-d-border group-[.toaster]:shadow-lg",
|
|
15
|
+
description: "group-[.toast]:text-d-secondary-foreground",
|
|
16
|
+
actionButton: "group-[.toast]:bg-d-primary group-[.toast]:text-d-primary-foreground",
|
|
17
|
+
cancelButton: "group-[.toast]:bg-d-secondary group-[.toast]:text-d-secondary-foreground"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
...
|
|
20
|
+
...o
|
|
21
21
|
}
|
|
22
22
|
);
|
|
23
23
|
};
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
d as Toaster
|
|
26
26
|
};
|
|
@@ -4,12 +4,12 @@ import { Root as a } from "../../node_modules/@radix-ui/react-toggle/dist/index.
|
|
|
4
4
|
import { cva as o } from "../../node_modules/class-variance-authority/dist/index.js";
|
|
5
5
|
import { cn as s } from "../../lib/utils.js";
|
|
6
6
|
const d = o(
|
|
7
|
-
"inline-flex items-center justify-center gap-2 rounded-md text-sm font-medium hover:bg-
|
|
7
|
+
"inline-flex items-center justify-center gap-2 rounded-md text-sm font-medium hover:bg-d-secondary hover:text-d-secondary-foreground disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-d-accent data-[state=on]:text-d-accent-foreground [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 [&_svg]:shrink-0 focus-visible:border-d-ring focus-visible:ring-d-ring/50 focus-visible:ring-[3px] outline-none transition-[color,box-shadow] aria-invalid:ring-d-destructive/20 dark:aria-invalid:ring-d-destructive/40 aria-invalid:border-d-destructive whitespace-nowrap",
|
|
8
8
|
{
|
|
9
9
|
variants: {
|
|
10
10
|
variant: {
|
|
11
11
|
default: "bg-transparent",
|
|
12
|
-
outline: "border border-input bg-transparent shadow-xs hover:bg-accent hover:text-accent-foreground"
|
|
12
|
+
outline: "border border-d-input bg-transparent shadow-xs hover:bg-d-accent hover:text-d-accent-foreground"
|
|
13
13
|
},
|
|
14
14
|
size: {
|
|
15
15
|
default: "h-9 px-2 min-w-9",
|
|
@@ -37,13 +37,13 @@ function b({
|
|
|
37
37
|
"data-slot": "tooltip-content",
|
|
38
38
|
sideOffset: r,
|
|
39
39
|
className: c(
|
|
40
|
-
"bg-primary text-primary-foreground animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-fit origin-(--radix-tooltip-content-transform-origin) rounded-md px-3 py-1.5 text-xs text-balance",
|
|
40
|
+
"bg-d-primary text-d-primary-foreground animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-fit origin-(--radix-tooltip-content-transform-origin) rounded-md px-3 py-1.5 text-xs text-balance",
|
|
41
41
|
t
|
|
42
42
|
),
|
|
43
43
|
...e,
|
|
44
44
|
children: [
|
|
45
45
|
i,
|
|
46
|
-
/* @__PURE__ */ o(m, { className: "bg-primary fill-primary z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]" })
|
|
46
|
+
/* @__PURE__ */ o(m, { className: "bg-d-primary fill-d-primary z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]" })
|
|
47
47
|
]
|
|
48
48
|
}
|
|
49
49
|
) });
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as
|
|
3
|
-
import
|
|
4
|
-
function
|
|
5
|
-
return /* @__PURE__ */
|
|
6
|
-
/* @__PURE__ */ e
|
|
7
|
-
/* @__PURE__ */ e
|
|
8
|
-
/* @__PURE__ */ e
|
|
2
|
+
import { jsx as a, jsxs as n } from "react/jsx-runtime";
|
|
3
|
+
import e from "../../node_modules/lucide-react/dist/esm/icons/dot.js";
|
|
4
|
+
function t() {
|
|
5
|
+
return /* @__PURE__ */ a("div", { className: "justify-left flex space-x-1", children: /* @__PURE__ */ a("div", { className: "rounded-lg bg-d-secondary p-3", children: /* @__PURE__ */ n("div", { className: "flex -space-x-2.5", children: [
|
|
6
|
+
/* @__PURE__ */ a(e, { className: "h-5 w-5 animate-typing-dot-bounce" }),
|
|
7
|
+
/* @__PURE__ */ a(e, { className: "h-5 w-5 animate-typing-dot-bounce [animation-delay:90ms]" }),
|
|
8
|
+
/* @__PURE__ */ a(e, { className: "h-5 w-5 animate-typing-dot-bounce [animation-delay:180ms]" })
|
|
9
9
|
] }) }) });
|
|
10
10
|
}
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
t as TypingIndicator
|
|
13
13
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as x } from "react/jsx-runtime";
|
|
3
|
-
import { cn as
|
|
4
|
-
const
|
|
3
|
+
import { cn as a } from "../../lib/utils.js";
|
|
4
|
+
const i = {
|
|
5
5
|
"hero-title": "text-5xl md:text-6xl font-extrabold leading-tight tracking-tight",
|
|
6
6
|
title: "text-3xl md:text-4xl font-bold leading-snug",
|
|
7
|
-
subtitle: "text-xl md:text-2xl font-semibold leading-snug text-
|
|
7
|
+
subtitle: "text-xl md:text-2xl font-semibold leading-snug text-d-secondary-foreground",
|
|
8
8
|
body: "text-base md:text-lg font-normal leading-relaxed",
|
|
9
9
|
"body-bold": "text-base md:text-lg font-semibold leading-relaxed",
|
|
10
|
-
caption: "text-xs md:text-sm font-normal leading-tight text-
|
|
11
|
-
overline: "text-xs uppercase tracking-widest font-medium text-
|
|
10
|
+
caption: "text-xs md:text-sm font-normal leading-tight text-d-secondary-foreground",
|
|
11
|
+
overline: "text-xs uppercase tracking-widest font-medium text-d-secondary-foreground",
|
|
12
12
|
button: "text-sm font-semibold uppercase tracking-wide",
|
|
13
13
|
small: "text-xs font-normal leading-tight",
|
|
14
14
|
h1: "text-4xl md:text-5xl font-extrabold leading-tight",
|
|
@@ -34,17 +34,17 @@ const a = {
|
|
|
34
34
|
}, r = ({
|
|
35
35
|
variant: t = "body",
|
|
36
36
|
as: e,
|
|
37
|
-
className:
|
|
38
|
-
children:
|
|
37
|
+
className: n,
|
|
38
|
+
children: l,
|
|
39
39
|
...o
|
|
40
40
|
}) => {
|
|
41
41
|
const d = e || s[t] || "span";
|
|
42
42
|
return /* @__PURE__ */ x(
|
|
43
43
|
d,
|
|
44
44
|
{
|
|
45
|
-
className: i
|
|
45
|
+
className: a(i[t], n),
|
|
46
46
|
...o,
|
|
47
|
-
children:
|
|
47
|
+
children: l
|
|
48
48
|
}
|
|
49
49
|
);
|
|
50
50
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as e } from "react/jsx-runtime";
|
|
3
3
|
import { Root as i, Indicator as t } from "../../node_modules/@radix-ui/react-checkbox/dist/index.js";
|
|
4
|
-
import { cn as
|
|
5
|
-
import
|
|
4
|
+
import { cn as d } from "../../lib/utils.js";
|
|
5
|
+
import s from "../../node_modules/lucide-react/dist/esm/icons/check.js";
|
|
6
6
|
function u({
|
|
7
7
|
className: r,
|
|
8
8
|
...a
|
|
@@ -11,8 +11,8 @@ function u({
|
|
|
11
11
|
i,
|
|
12
12
|
{
|
|
13
13
|
"data-slot": "checkbox",
|
|
14
|
-
className:
|
|
15
|
-
"peer border-input dark:bg-input/30 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:data-[state=checked]:bg-primary data-[state=checked]:border-primary focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive size-4 shrink-0 rounded-[4px] border shadow-xs transition-shadow outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50",
|
|
14
|
+
className: d(
|
|
15
|
+
"peer border-d-input dark:bg-d-input/30 data-[state=checked]:bg-d-primary data-[state=checked]:text-d-primary-foreground dark:data-[state=checked]:bg-d-primary data-[state=checked]:border-d-primary focus-visible:border-d-ring focus-visible:ring-d-ring/50 aria-invalid:ring-d-destructive/20 dark:aria-invalid:ring-d-destructive/40 aria-invalid:border-d-destructive size-4 shrink-0 rounded-[4px] border shadow-xs transition-shadow outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50",
|
|
16
16
|
r
|
|
17
17
|
),
|
|
18
18
|
...a,
|
|
@@ -21,7 +21,7 @@ function u({
|
|
|
21
21
|
{
|
|
22
22
|
"data-slot": "checkbox-indicator",
|
|
23
23
|
className: "flex items-center justify-center text-current transition-none",
|
|
24
|
-
children: /* @__PURE__ */ e(
|
|
24
|
+
children: /* @__PURE__ */ e(s, { className: "size-3.5" })
|
|
25
25
|
}
|
|
26
26
|
)
|
|
27
27
|
}
|
|
@@ -18,7 +18,7 @@ function p({
|
|
|
18
18
|
n,
|
|
19
19
|
{
|
|
20
20
|
"data-slot": "scroll-area-viewport",
|
|
21
|
-
className: "focus-visible:ring-ring/50 size-full rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:outline-1",
|
|
21
|
+
className: "focus-visible:ring-d-ring/50 size-full rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:outline-1",
|
|
22
22
|
children: r
|
|
23
23
|
}
|
|
24
24
|
),
|
|
@@ -49,7 +49,7 @@ function u({
|
|
|
49
49
|
d,
|
|
50
50
|
{
|
|
51
51
|
"data-slot": "scroll-area-thumb",
|
|
52
|
-
className: "bg-border relative flex-1 rounded-full"
|
|
52
|
+
className: "bg-d-border relative flex-1 rounded-full"
|
|
53
53
|
}
|
|
54
54
|
)
|
|
55
55
|
}
|
|
@@ -44,7 +44,7 @@ function d({ className: a, ...e }) {
|
|
|
44
44
|
{
|
|
45
45
|
"data-slot": "table-row",
|
|
46
46
|
className: l(
|
|
47
|
-
"hover:bg-
|
|
47
|
+
"hover:bg-d-secondary/50 data-[state=selected]:bg-d-secondary border-b transition-colors",
|
|
48
48
|
a
|
|
49
49
|
),
|
|
50
50
|
...e
|
package/dist/index.d.ts
CHANGED
|
@@ -221,12 +221,13 @@ export declare function BreadcrumbPage({ className, ...props }: React_2.Componen
|
|
|
221
221
|
|
|
222
222
|
export declare function BreadcrumbSeparator({ children, className, ...props }: React_2.ComponentProps<"li">): JSX.Element;
|
|
223
223
|
|
|
224
|
-
export declare function Button({ className, variant, size, asChild, iconLeft, iconRight, ...props }: ButtonProps): JSX.Element;
|
|
224
|
+
export declare function Button({ className, variant, size, asChild, iconLeft, iconRight, isLoading, ...props }: ButtonProps): JSX.Element;
|
|
225
225
|
|
|
226
226
|
export declare interface ButtonProps extends React_2.ComponentProps<"button">, VariantProps<typeof buttonVariants> {
|
|
227
227
|
asChild?: boolean;
|
|
228
228
|
iconLeft?: IconName;
|
|
229
229
|
iconRight?: IconName;
|
|
230
|
+
isLoading?: boolean;
|
|
230
231
|
}
|
|
231
232
|
|
|
232
233
|
export declare const buttonVariants: (props?: ({
|
|
@@ -661,7 +662,7 @@ export declare function HoverCardTrigger({ ...props }: React_2.ComponentProps<ty
|
|
|
661
662
|
* @example
|
|
662
663
|
* ```tsx
|
|
663
664
|
* <Icon name="Check" size="md" />
|
|
664
|
-
* <Icon name="AlertCircle" size="lg" className="text-destructive" />
|
|
665
|
+
* <Icon name="AlertCircle" size="lg" className="text-d-destructive" />
|
|
665
666
|
* <Icon name="ArrowRight" size="sm" color="#FF0000" />
|
|
666
667
|
* ```
|
|
667
668
|
*/
|
package/dist/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "tailwindcss";@import "tw-animate-css";@import "./gantt.css";@custom-variant dark (&:is(.dark *));:root{--radius:0.625rem;--background:oklch(1 0 0);--foreground:oklch(0.145 0 0);--card:oklch(1 0 0);--card-foreground:oklch(0.145 0 0);--popover:oklch(1 0 0);--popover-foreground:oklch(0.145 0 0);--primary:oklch(0.205 0 0);--primary-foreground:oklch(0.985 0 0);--secondary:oklch(0.97 0 0);--secondary-foreground:oklch(0.205 0 0);--muted:oklch(0.97 0 0);--muted-foreground:oklch(0.556 0 0);--accent:oklch(0.97 0 0);--accent-foreground:oklch(0.205 0 0);--destructive:oklch(0.577 0.245 27.325);--border:oklch(0.922 0 0);--input:oklch(0.922 0 0);--ring:oklch(0.708 0 0);--chart-1:oklch(0.646 0.222 41.116);--chart-2:oklch(0.6 0.118 184.704);--chart-3:oklch(0.398 0.07 227.392);--chart-4:oklch(0.828 0.189 84.429);--chart-5:oklch(0.769 0.188 70.08);--sidebar:oklch(0.985 0 0);--sidebar-foreground:oklch(0.145 0 0);--sidebar-primary:oklch(0.205 0 0);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-accent:oklch(0.97 0 0);--sidebar-accent-foreground:oklch(0.205 0 0);--sidebar-border:oklch(0.922 0 0);--sidebar-ring:oklch(0.708 0 0)}.dark{--background:oklch(0.145 0 0);--foreground:oklch(0.985 0 0);--card:oklch(0.205 0 0);--card-foreground:oklch(0.985 0 0);--popover:oklch(0.205 0 0);--popover-foreground:oklch(0.985 0 0);--primary:oklch(0.922 0 0);--primary-foreground:oklch(0.205 0 0);--secondary:oklch(0.269 0 0);--secondary-foreground:oklch(0.985 0 0);--muted:oklch(0.269 0 0);--muted-foreground:oklch(0.708 0 0);--accent:oklch(0.269 0 0);--accent-foreground:oklch(0.985 0 0);--destructive:oklch(0.704 0.191 22.216);--border:oklch(1 0 0/10%);--input:oklch(1 0 0/15%);--ring:oklch(0.556 0 0);--chart-1:oklch(0.488 0.243 264.376);--chart-2:oklch(0.696 0.17 162.48);--chart-3:oklch(0.769 0.188 70.08);--chart-4:oklch(0.627 0.265 303.9);--chart-5:oklch(0.645 0.246 16.439);--sidebar:oklch(0.205 0 0);--sidebar-foreground:oklch(0.985 0 0);--sidebar-primary:oklch(0.488 0.243 264.376);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-accent:oklch(0.269 0 0);--sidebar-accent-foreground:oklch(0.985 0 0);--sidebar-border:oklch(1 0 0/10%);--sidebar-ring:oklch(0.556 0 0)}.tangerine{--background:oklch(0.26 0.03 262.67);--foreground:oklch(0.92 0 0);--card:oklch(0.31 0.03 268.64);--card-foreground:oklch(0.92 0 0);--popover:oklch(0.29 0.02 268.40);--popover-foreground:oklch(0.92 0 0);--primary:oklch(0.64 0.17 36.44);--primary-foreground:oklch(1.00 0 0);--secondary:oklch(0.31 0.03 266.71);--secondary-foreground:oklch(0.92 0 0);--muted:oklch(0.31 0.03 266.71);--muted-foreground:oklch(0.72 0 0);--accent:oklch(0.34 0.06 267.59);--accent-foreground:oklch(0.88 0.06 254.13);--destructive:oklch(0.64 0.21 25.33);--destructive-foreground:oklch(1.00 0 0);--border:oklch(0.38 0.03 269.73);--input:oklch(0.38 0.03 269.73);--ring:oklch(0.64 0.17 36.44);--chart-1:oklch(0.72 0.06 248.68);--chart-2:oklch(0.77 0.09 34.19);--chart-3:oklch(0.58 0.08 254.16);--chart-4:oklch(0.50 0.08 259.49);--chart-5:oklch(0.42 0.10 264.03);--sidebar:oklch(0.31 0.03 267.74);--sidebar-foreground:oklch(0.92 0 0);--sidebar-primary:oklch(0.64 0.17 36.44);--sidebar-primary-foreground:oklch(1.00 0 0);--sidebar-accent:oklch(0.34 0.06 267.59);--sidebar-accent-foreground:oklch(0.88 0.06 254.13);--sidebar-border:oklch(0.38 0.03 269.73);--sidebar-ring:oklch(0.64 0.17 36.44);--font-sans:Inter,sans-serif;--font-serif:Source Serif 4,serif;--font-mono:JetBrains Mono,monospace;--radius:0.75rem;--shadow-2xs:0px 1px 3px 0px #0000000d;--shadow-xs:0px 1px 3px 0px #0000000d;--shadow-sm:0px 1px 3px 0px #0000001a,0px 1px 2px -1px #0000001a;--shadow:0px 1px 3px 0px #0000001a,0px 1px 2px -1px #0000001a;--shadow-md:0px 1px 3px 0px #0000001a,0px 2px 4px -1px #0000001a;--shadow-lg:0px 1px 3px 0px #0000001a,0px 4px 6px -1px #0000001a;--shadow-xl:0px 1px 3px 0px #0000001a,0px 8px 10px -1px #0000001a;--shadow-2xl:0px 1px 3px 0px #00000040}.claymorphism{--background:#1e1b18;--foreground:#e2e8f0;--card:#2c2825;--card-foreground:#e2e8f0;--popover:#2c2825;--popover-foreground:#e2e8f0;--primary:#818cf8;--primary-foreground:#1e1b18;--secondary:#3a3633;--secondary-foreground:#d1d5db;--muted:#2c2825;--muted-foreground:#9ca3af;--accent:#484441;--accent-foreground:#d1d5db;--destructive:#ef4444;--destructive-foreground:#1e1b18;--border:#3a3633;--input:#3a3633;--ring:#818cf8;--chart-1:#818cf8;--chart-2:#6366f1;--chart-3:#4f46e5;--chart-4:#4338ca;--chart-5:#3730a3;--sidebar:#3a3633;--sidebar-foreground:#e2e8f0;--sidebar-primary:#818cf8;--sidebar-primary-foreground:#1e1b18;--sidebar-accent:#484441;--sidebar-accent-foreground:#d1d5db;--sidebar-border:#3a3633;--sidebar-ring:#818cf8;--font-sans:Plus Jakarta Sans,sans-serif;--font-serif:Lora,serif;--font-mono:Roboto Mono,monospace;--radius:1.25rem;--shadow-2xs:2px 2px 10px 4px #00000017;--shadow-xs:2px 2px 10px 4px #00000017;--shadow-sm:2px 2px 10px 4px #0000002e,2px 1px 2px 3px #0000002e;--shadow:2px 2px 10px 4px #0000002e,2px 1px 2px 3px #0000002e;--shadow-md:2px 2px 10px 4px #0000002e,2px 2px 4px 3px #0000002e;--shadow-lg:2px 2px 10px 4px #0000002e,2px 4px 6px 3px #0000002e;--shadow-xl:2px 2px 10px 4px #0000002e,2px 8px 10px 3px #0000002e;--shadow-2xl:2px 2px 10px 4px #00000073}@theme inline{--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) + 4px);--color-background:var(--background);--color-foreground:var(--foreground);--color-card:var(--card);--color-card-foreground:var(--card-foreground);--color-popover:var(--popover);--color-popover-foreground:var(--popover-foreground);--color-primary:var(--primary);--color-primary-foreground:var(--primary-foreground);--color-secondary:var(--secondary);--color-secondary-foreground:var(--secondary-foreground);--color-muted:var(--muted);--color-muted-foreground:var(--muted-foreground);--color-accent:var(--accent);--color-accent-foreground:var(--accent-foreground);--color-destructive:var(--destructive);--color-border:var(--border);--color-input:var(--input);--color-ring:var(--ring);--color-chart-1:var(--chart-1);--color-chart-2:var(--chart-2);--color-chart-3:var(--chart-3);--color-chart-4:var(--chart-4);--color-chart-5:var(--chart-5);--color-sidebar:var(--sidebar);--color-sidebar-foreground:var(--sidebar-foreground);--color-sidebar-primary:var(--sidebar-primary);--color-sidebar-primary-foreground:var(--sidebar-primary-foreground);--color-sidebar-accent:var(--sidebar-accent);--color-sidebar-accent-foreground:var(--sidebar-accent-foreground);--color-sidebar-border:var(--sidebar-border);--color-sidebar-ring:var(--sidebar-ring)}*{border-color:var(--border);outline-color:color-mix(in oklab,var(--ring) 50%,#0000)}body{background-color:var(--background);color:var(--foreground)}
|
|
1
|
+
@import "tailwindcss";@import "tw-animate-css";@import "./gantt.css";@custom-variant dark (&:is(.dark *));:root{--d-radius:0.625rem;--d-background:oklch(1 0 0);--d-foreground:oklch(0.145 0 0);--d-card:oklch(1 0 0);--d-card-foreground:oklch(0.145 0 0);--d-popover:oklch(1 0 0);--d-popover-foreground:oklch(0.145 0 0);--d-primary:oklch(0.205 0 0);--d-primary-foreground:oklch(0.985 0 0);--d-secondary:oklch(0.97 0 0);--d-secondary-foreground:oklch(0.205 0 0);--d-muted:oklch(0.97 0 0);--d-muted-foreground:oklch(0.556 0 0);--d-accent:oklch(0.97 0 0);--d-accent-foreground:oklch(0.205 0 0);--d-destructive:oklch(0.577 0.245 27.325);--d-border:oklch(0.922 0 0);--d-input:oklch(0.922 0 0);--d-ring:oklch(0.708 0 0);--d-chart-1:oklch(0.646 0.222 41.116);--d-chart-2:oklch(0.6 0.118 184.704);--d-chart-3:oklch(0.398 0.07 227.392);--d-chart-4:oklch(0.828 0.189 84.429);--d-chart-5:oklch(0.769 0.188 70.08);--d-sidebar:oklch(0.985 0 0);--d-sidebar-foreground:oklch(0.145 0 0);--d-sidebar-primary:oklch(0.205 0 0);--d-sidebar-primary-foreground:oklch(0.985 0 0);--d-sidebar-accent:oklch(0.97 0 0);--d-sidebar-accent-foreground:oklch(0.205 0 0);--d-sidebar-border:oklch(0.922 0 0);--d-sidebar-ring:oklch(0.708 0 0)}.dark{--d-background:oklch(0.145 0 0);--d-foreground:oklch(0.985 0 0);--d-card:oklch(0.205 0 0);--d-card-foreground:oklch(0.985 0 0);--d-popover:oklch(0.205 0 0);--d-popover-foreground:oklch(0.985 0 0);--d-primary:oklch(0.922 0 0);--d-primary-foreground:oklch(0.205 0 0);--d-secondary:oklch(0.269 0 0);--d-secondary-foreground:oklch(0.985 0 0);--d-muted:oklch(0.269 0 0);--d-muted-foreground:oklch(0.708 0 0);--d-accent:oklch(0.269 0 0);--d-accent-foreground:oklch(0.985 0 0);--d-destructive:oklch(0.704 0.191 22.216);--d-border:oklch(1 0 0/10%);--d-input:oklch(1 0 0/15%);--d-ring:oklch(0.556 0 0);--d-chart-1:oklch(0.488 0.243 264.376);--d-chart-2:oklch(0.696 0.17 162.48);--d-chart-3:oklch(0.769 0.188 70.08);--d-chart-4:oklch(0.627 0.265 303.9);--d-chart-5:oklch(0.645 0.246 16.439);--d-sidebar:oklch(0.205 0 0);--d-sidebar-foreground:oklch(0.985 0 0);--d-sidebar-primary:oklch(0.488 0.243 264.376);--d-sidebar-primary-foreground:oklch(0.985 0 0);--d-sidebar-accent:oklch(0.269 0 0);--d-sidebar-accent-foreground:oklch(0.985 0 0);--d-sidebar-border:oklch(1 0 0/10%);--d-sidebar-ring:oklch(0.556 0 0)}.tangerine{--d-background:oklch(0.26 0.03 262.67);--d-foreground:oklch(0.92 0 0);--d-card:oklch(0.31 0.03 268.64);--d-card-foreground:oklch(0.92 0 0);--d-popover:oklch(0.29 0.02 268.40);--d-popover-foreground:oklch(0.92 0 0);--d-primary:oklch(0.64 0.17 36.44);--d-primary-foreground:oklch(1.00 0 0);--d-secondary:oklch(0.31 0.03 266.71);--d-secondary-foreground:oklch(0.92 0 0);--d-muted:oklch(0.31 0.03 266.71);--d-muted-foreground:oklch(0.72 0 0);--d-accent:oklch(0.34 0.06 267.59);--d-accent-foreground:oklch(0.88 0.06 254.13);--d-destructive:oklch(0.64 0.21 25.33);--d-destructive-foreground:oklch(1.00 0 0);--d-border:oklch(0.38 0.03 269.73);--d-input:oklch(0.38 0.03 269.73);--d-ring:oklch(0.64 0.17 36.44);--d-chart-1:oklch(0.72 0.06 248.68);--d-chart-2:oklch(0.77 0.09 34.19);--d-chart-3:oklch(0.58 0.08 254.16);--d-chart-4:oklch(0.50 0.08 259.49);--d-chart-5:oklch(0.42 0.10 264.03);--d-sidebar:oklch(0.31 0.03 267.74);--d-sidebar-foreground:oklch(0.92 0 0);--d-sidebar-primary:oklch(0.64 0.17 36.44);--d-sidebar-primary-foreground:oklch(1.00 0 0);--d-sidebar-accent:oklch(0.34 0.06 267.59);--d-sidebar-accent-foreground:oklch(0.88 0.06 254.13);--d-sidebar-border:oklch(0.38 0.03 269.73);--d-sidebar-ring:oklch(0.64 0.17 36.44);--d-font-sans:Inter,sans-serif;--d-font-serif:Source Serif 4,serif;--d-font-mono:JetBrains Mono,monospace;--d-radius:0.75rem;--d-shadow-2xs:0px 1px 3px 0px #0000000d;--d-shadow-xs:0px 1px 3px 0px #0000000d;--d-shadow-sm:0px 1px 3px 0px #0000001a,0px 1px 2px -1px #0000001a;--d-shadow:0px 1px 3px 0px #0000001a,0px 1px 2px -1px #0000001a;--d-shadow-md:0px 1px 3px 0px #0000001a,0px 2px 4px -1px #0000001a;--d-shadow-lg:0px 1px 3px 0px #0000001a,0px 4px 6px -1px #0000001a;--d-shadow-xl:0px 1px 3px 0px #0000001a,0px 8px 10px -1px #0000001a;--d-shadow-2xl:0px 1px 3px 0px #00000040}.claymorphism{--d-background:#1e1b18;--d-foreground:#e2e8f0;--d-card:#2c2825;--d-card-foreground:#e2e8f0;--d-popover:#2c2825;--d-popover-foreground:#e2e8f0;--d-primary:#818cf8;--d-primary-foreground:#1e1b18;--d-secondary:#3a3633;--d-secondary-foreground:#d1d5db;--d-muted:#2c2825;--d-muted-foreground:#9ca3af;--d-accent:#484441;--d-accent-foreground:#d1d5db;--d-destructive:#ef4444;--d-destructive-foreground:#1e1b18;--d-border:#3a3633;--d-input:#3a3633;--d-ring:#818cf8;--d-chart-1:#818cf8;--d-chart-2:#6366f1;--d-chart-3:#4f46e5;--d-chart-4:#4338ca;--d-chart-5:#3730a3;--d-sidebar:#3a3633;--d-sidebar-foreground:#e2e8f0;--d-sidebar-primary:#818cf8;--d-sidebar-primary-foreground:#1e1b18;--d-sidebar-accent:#484441;--d-sidebar-accent-foreground:#d1d5db;--d-sidebar-border:#3a3633;--d-sidebar-ring:#818cf8;--d-font-sans:Plus Jakarta Sans,sans-serif;--d-font-serif:Lora,serif;--d-font-mono:Roboto Mono,monospace;--d-radius:1.25rem;--d-shadow-2xs:2px 2px 10px 4px #00000017;--d-shadow-xs:2px 2px 10px 4px #00000017;--d-shadow-sm:2px 2px 10px 4px #0000002e,2px 1px 2px 3px #0000002e;--d-shadow:2px 2px 10px 4px #0000002e,2px 1px 2px 3px #0000002e;--d-shadow-md:2px 2px 10px 4px #0000002e,2px 2px 4px 3px #0000002e;--d-shadow-lg:2px 2px 10px 4px #0000002e,2px 4px 6px 3px #0000002e;--d-shadow-xl:2px 2px 10px 4px #0000002e,2px 8px 10px 3px #0000002e;--d-shadow-2xl:2px 2px 10px 4px #00000073}@theme inline{--radius-d-sm:calc(var(--d-radius) - 4px);--radius-d-md:calc(var(--d-radius) - 2px);--radius-d-lg:var(--d-radius);--radius-d-xl:calc(var(--d-radius) + 4px);--color-d-background:var(--d-background);--color-d-foreground:var(--d-foreground);--color-d-card:var(--d-card);--color-d-card-foreground:var(--d-card-foreground);--color-d-popover:var(--d-popover);--color-d-popover-foreground:var(--d-popover-foreground);--color-d-primary:var(--d-primary);--color-d-primary-foreground:var(--d-primary-foreground);--color-d-secondary:var(--d-secondary);--color-d-secondary-foreground:var(--d-secondary-foreground);--color-d-muted:var(--d-muted);--color-d-muted-foreground:var(--d-muted-foreground);--color-d-accent:var(--d-accent);--color-d-accent-foreground:var(--d-accent-foreground);--color-d-destructive:var(--d-destructive);--color-d-border:var(--d-border);--color-d-input:var(--d-input);--color-d-ring:var(--d-ring);--color-d-chart-1:var(--d-chart-1);--color-d-chart-2:var(--d-chart-2);--color-d-chart-3:var(--d-chart-3);--color-d-chart-4:var(--d-chart-4);--color-d-chart-5:var(--d-chart-5);--color-d-sidebar:var(--d-sidebar);--color-d-sidebar-foreground:var(--d-sidebar-foreground);--color-d-sidebar-primary:var(--d-sidebar-primary);--color-d-sidebar-primary-foreground:var(--d-sidebar-primary-foreground);--color-d-sidebar-accent:var(--d-sidebar-accent);--color-d-sidebar-accent-foreground:var(--d-sidebar-accent-foreground);--color-d-sidebar-border:var(--d-sidebar-border);--color-d-sidebar-ring:var(--d-sidebar-ring)}*{border-color:var(--d-border);outline-color:color-mix(in oklab,var(--d-ring) 50%,#0000)}body{background-color:var(--d-background);color:var(--d-foreground)}
|