@kopexa/theme 17.22.5 → 17.22.7
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-VO435JJ5.mjs → chunk-FBHMEWWD.mjs} +7 -4
- package/dist/{chunk-A4KO7QKC.mjs → chunk-ZUKWFD2M.mjs} +2 -1
- package/dist/components/alert-dialog.d.mts +3 -3
- package/dist/components/alert-dialog.d.ts +3 -3
- package/dist/components/breadcrumb.d.mts +3 -3
- package/dist/components/breadcrumb.d.ts +3 -3
- package/dist/components/checkbox.js +2 -1
- package/dist/components/checkbox.mjs +1 -1
- package/dist/components/command.d.mts +6 -6
- package/dist/components/command.d.ts +6 -6
- package/dist/components/conversation.d.mts +3 -3
- package/dist/components/conversation.d.ts +3 -3
- package/dist/components/dropdown-menu.d.mts +3 -3
- package/dist/components/dropdown-menu.d.ts +3 -3
- package/dist/components/editor-spinner.d.mts +3 -3
- package/dist/components/editor-spinner.d.ts +3 -3
- package/dist/components/image-placeholder.d.mts +9 -0
- package/dist/components/image-placeholder.d.ts +9 -0
- package/dist/components/image-placeholder.js +7 -4
- package/dist/components/image-placeholder.mjs +1 -1
- package/dist/components/index.js +9 -5
- package/dist/components/index.mjs +2 -2
- package/dist/components/integration-card.d.mts +3 -3
- package/dist/components/integration-card.d.ts +3 -3
- package/dist/components/page-header.d.mts +3 -3
- package/dist/components/page-header.d.ts +3 -3
- package/dist/editor.css +37 -136
- package/dist/index.js +9 -5
- package/dist/index.mjs +2 -2
- package/package.json +5 -5
|
@@ -7,7 +7,7 @@ var imagePlaceholder = tv({
|
|
|
7
7
|
"rounded-lg border-2 border-dashed",
|
|
8
8
|
"transition-colors cursor-pointer"
|
|
9
9
|
],
|
|
10
|
-
content: "flex flex-col items-center gap-2
|
|
10
|
+
content: "flex flex-col items-center gap-2",
|
|
11
11
|
icon: "text-muted-foreground",
|
|
12
12
|
text: "text-muted-foreground",
|
|
13
13
|
hint: "text-muted-foreground",
|
|
@@ -36,7 +36,8 @@ var imagePlaceholder = tv({
|
|
|
36
36
|
},
|
|
37
37
|
variant: {
|
|
38
38
|
default: {
|
|
39
|
-
root: "border-border bg-muted/20 hover:border-primary/50 hover:bg-muted/40"
|
|
39
|
+
root: "border-border bg-muted/20 hover:border-primary/50 hover:bg-muted/40",
|
|
40
|
+
content: "pointer-events-none"
|
|
40
41
|
},
|
|
41
42
|
error: {
|
|
42
43
|
root: "border-destructive/50 bg-destructive/10 cursor-default",
|
|
@@ -44,10 +45,12 @@ var imagePlaceholder = tv({
|
|
|
44
45
|
text: "text-destructive"
|
|
45
46
|
},
|
|
46
47
|
disabled: {
|
|
47
|
-
root: "border-border bg-muted/10 cursor-not-allowed opacity-60"
|
|
48
|
+
root: "border-border bg-muted/10 cursor-not-allowed opacity-60",
|
|
49
|
+
content: "pointer-events-none"
|
|
48
50
|
},
|
|
49
51
|
uploading: {
|
|
50
|
-
root: "border-border bg-muted/30 cursor-wait"
|
|
52
|
+
root: "border-border bg-muted/30 cursor-wait",
|
|
53
|
+
content: "pointer-events-none"
|
|
51
54
|
}
|
|
52
55
|
}
|
|
53
56
|
},
|
|
@@ -5,25 +5,25 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const alertDialog: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
+
content?: tailwind_merge.ClassNameValue;
|
|
8
9
|
header?: tailwind_merge.ClassNameValue;
|
|
9
10
|
footer?: tailwind_merge.ClassNameValue;
|
|
10
11
|
title?: tailwind_merge.ClassNameValue;
|
|
11
12
|
description?: tailwind_merge.ClassNameValue;
|
|
12
13
|
action?: tailwind_merge.ClassNameValue;
|
|
13
14
|
overlay?: tailwind_merge.ClassNameValue;
|
|
14
|
-
content?: tailwind_merge.ClassNameValue;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
} | {
|
|
18
18
|
[x: string]: {
|
|
19
19
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
20
|
+
content?: tailwind_merge.ClassNameValue;
|
|
20
21
|
header?: tailwind_merge.ClassNameValue;
|
|
21
22
|
footer?: tailwind_merge.ClassNameValue;
|
|
22
23
|
title?: tailwind_merge.ClassNameValue;
|
|
23
24
|
description?: tailwind_merge.ClassNameValue;
|
|
24
25
|
action?: tailwind_merge.ClassNameValue;
|
|
25
26
|
overlay?: tailwind_merge.ClassNameValue;
|
|
26
|
-
content?: tailwind_merge.ClassNameValue;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
29
|
} | {}, {
|
|
@@ -37,13 +37,13 @@ declare const alertDialog: tailwind_variants.TVReturnType<{
|
|
|
37
37
|
}, undefined, {
|
|
38
38
|
[key: string]: {
|
|
39
39
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
40
|
+
content?: tailwind_merge.ClassNameValue;
|
|
40
41
|
header?: tailwind_merge.ClassNameValue;
|
|
41
42
|
footer?: tailwind_merge.ClassNameValue;
|
|
42
43
|
title?: tailwind_merge.ClassNameValue;
|
|
43
44
|
description?: tailwind_merge.ClassNameValue;
|
|
44
45
|
action?: tailwind_merge.ClassNameValue;
|
|
45
46
|
overlay?: tailwind_merge.ClassNameValue;
|
|
46
|
-
content?: tailwind_merge.ClassNameValue;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
49
|
} | {}, {
|
|
@@ -5,25 +5,25 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const alertDialog: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
+
content?: tailwind_merge.ClassNameValue;
|
|
8
9
|
header?: tailwind_merge.ClassNameValue;
|
|
9
10
|
footer?: tailwind_merge.ClassNameValue;
|
|
10
11
|
title?: tailwind_merge.ClassNameValue;
|
|
11
12
|
description?: tailwind_merge.ClassNameValue;
|
|
12
13
|
action?: tailwind_merge.ClassNameValue;
|
|
13
14
|
overlay?: tailwind_merge.ClassNameValue;
|
|
14
|
-
content?: tailwind_merge.ClassNameValue;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
} | {
|
|
18
18
|
[x: string]: {
|
|
19
19
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
20
|
+
content?: tailwind_merge.ClassNameValue;
|
|
20
21
|
header?: tailwind_merge.ClassNameValue;
|
|
21
22
|
footer?: tailwind_merge.ClassNameValue;
|
|
22
23
|
title?: tailwind_merge.ClassNameValue;
|
|
23
24
|
description?: tailwind_merge.ClassNameValue;
|
|
24
25
|
action?: tailwind_merge.ClassNameValue;
|
|
25
26
|
overlay?: tailwind_merge.ClassNameValue;
|
|
26
|
-
content?: tailwind_merge.ClassNameValue;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
29
|
} | {}, {
|
|
@@ -37,13 +37,13 @@ declare const alertDialog: tailwind_variants.TVReturnType<{
|
|
|
37
37
|
}, undefined, {
|
|
38
38
|
[key: string]: {
|
|
39
39
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
40
|
+
content?: tailwind_merge.ClassNameValue;
|
|
40
41
|
header?: tailwind_merge.ClassNameValue;
|
|
41
42
|
footer?: tailwind_merge.ClassNameValue;
|
|
42
43
|
title?: tailwind_merge.ClassNameValue;
|
|
43
44
|
description?: tailwind_merge.ClassNameValue;
|
|
44
45
|
action?: tailwind_merge.ClassNameValue;
|
|
45
46
|
overlay?: tailwind_merge.ClassNameValue;
|
|
46
|
-
content?: tailwind_merge.ClassNameValue;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
49
|
} | {}, {
|
|
@@ -5,8 +5,8 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const breadcrumb: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
-
base?: tailwind_merge.ClassNameValue;
|
|
9
8
|
item?: tailwind_merge.ClassNameValue;
|
|
9
|
+
base?: tailwind_merge.ClassNameValue;
|
|
10
10
|
list?: tailwind_merge.ClassNameValue;
|
|
11
11
|
link?: tailwind_merge.ClassNameValue;
|
|
12
12
|
page?: tailwind_merge.ClassNameValue;
|
|
@@ -17,8 +17,8 @@ declare const breadcrumb: tailwind_variants.TVReturnType<{
|
|
|
17
17
|
} | {
|
|
18
18
|
[x: string]: {
|
|
19
19
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
20
|
-
base?: tailwind_merge.ClassNameValue;
|
|
21
20
|
item?: tailwind_merge.ClassNameValue;
|
|
21
|
+
base?: tailwind_merge.ClassNameValue;
|
|
22
22
|
list?: tailwind_merge.ClassNameValue;
|
|
23
23
|
link?: tailwind_merge.ClassNameValue;
|
|
24
24
|
page?: tailwind_merge.ClassNameValue;
|
|
@@ -37,8 +37,8 @@ declare const breadcrumb: tailwind_variants.TVReturnType<{
|
|
|
37
37
|
}, undefined, {
|
|
38
38
|
[key: string]: {
|
|
39
39
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
40
|
-
base?: tailwind_merge.ClassNameValue;
|
|
41
40
|
item?: tailwind_merge.ClassNameValue;
|
|
41
|
+
base?: tailwind_merge.ClassNameValue;
|
|
42
42
|
list?: tailwind_merge.ClassNameValue;
|
|
43
43
|
link?: tailwind_merge.ClassNameValue;
|
|
44
44
|
page?: tailwind_merge.ClassNameValue;
|
|
@@ -5,8 +5,8 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const breadcrumb: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
-
base?: tailwind_merge.ClassNameValue;
|
|
9
8
|
item?: tailwind_merge.ClassNameValue;
|
|
9
|
+
base?: tailwind_merge.ClassNameValue;
|
|
10
10
|
list?: tailwind_merge.ClassNameValue;
|
|
11
11
|
link?: tailwind_merge.ClassNameValue;
|
|
12
12
|
page?: tailwind_merge.ClassNameValue;
|
|
@@ -17,8 +17,8 @@ declare const breadcrumb: tailwind_variants.TVReturnType<{
|
|
|
17
17
|
} | {
|
|
18
18
|
[x: string]: {
|
|
19
19
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
20
|
-
base?: tailwind_merge.ClassNameValue;
|
|
21
20
|
item?: tailwind_merge.ClassNameValue;
|
|
21
|
+
base?: tailwind_merge.ClassNameValue;
|
|
22
22
|
list?: tailwind_merge.ClassNameValue;
|
|
23
23
|
link?: tailwind_merge.ClassNameValue;
|
|
24
24
|
page?: tailwind_merge.ClassNameValue;
|
|
@@ -37,8 +37,8 @@ declare const breadcrumb: tailwind_variants.TVReturnType<{
|
|
|
37
37
|
}, undefined, {
|
|
38
38
|
[key: string]: {
|
|
39
39
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
40
|
-
base?: tailwind_merge.ClassNameValue;
|
|
41
40
|
item?: tailwind_merge.ClassNameValue;
|
|
41
|
+
base?: tailwind_merge.ClassNameValue;
|
|
42
42
|
list?: tailwind_merge.ClassNameValue;
|
|
43
43
|
link?: tailwind_merge.ClassNameValue;
|
|
44
44
|
page?: tailwind_merge.ClassNameValue;
|
|
@@ -40,7 +40,8 @@ var checkbox = (0, import_tailwind_variants.tv)({
|
|
|
40
40
|
],
|
|
41
41
|
icon: [
|
|
42
42
|
"w-4 h-3 opacity-0 group-data-[state=checked]:opacity-100",
|
|
43
|
-
"pointer-events-none"
|
|
43
|
+
"pointer-events-none",
|
|
44
|
+
"group-data-[state=checked]:text-primary-foreground"
|
|
44
45
|
]
|
|
45
46
|
},
|
|
46
47
|
variants: {
|
|
@@ -5,11 +5,11 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const command: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
+
root?: tailwind_merge.ClassNameValue;
|
|
9
|
+
item?: tailwind_merge.ClassNameValue;
|
|
8
10
|
header?: tailwind_merge.ClassNameValue;
|
|
9
11
|
title?: tailwind_merge.ClassNameValue;
|
|
10
12
|
description?: tailwind_merge.ClassNameValue;
|
|
11
|
-
root?: tailwind_merge.ClassNameValue;
|
|
12
|
-
item?: tailwind_merge.ClassNameValue;
|
|
13
13
|
list?: tailwind_merge.ClassNameValue;
|
|
14
14
|
input?: tailwind_merge.ClassNameValue;
|
|
15
15
|
empty?: tailwind_merge.ClassNameValue;
|
|
@@ -23,11 +23,11 @@ declare const command: tailwind_variants.TVReturnType<{
|
|
|
23
23
|
} | {
|
|
24
24
|
[x: string]: {
|
|
25
25
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
26
|
+
root?: tailwind_merge.ClassNameValue;
|
|
27
|
+
item?: tailwind_merge.ClassNameValue;
|
|
26
28
|
header?: tailwind_merge.ClassNameValue;
|
|
27
29
|
title?: tailwind_merge.ClassNameValue;
|
|
28
30
|
description?: tailwind_merge.ClassNameValue;
|
|
29
|
-
root?: tailwind_merge.ClassNameValue;
|
|
30
|
-
item?: tailwind_merge.ClassNameValue;
|
|
31
31
|
list?: tailwind_merge.ClassNameValue;
|
|
32
32
|
input?: tailwind_merge.ClassNameValue;
|
|
33
33
|
empty?: tailwind_merge.ClassNameValue;
|
|
@@ -55,11 +55,11 @@ declare const command: tailwind_variants.TVReturnType<{
|
|
|
55
55
|
}, undefined, {
|
|
56
56
|
[key: string]: {
|
|
57
57
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
58
|
+
root?: tailwind_merge.ClassNameValue;
|
|
59
|
+
item?: tailwind_merge.ClassNameValue;
|
|
58
60
|
header?: tailwind_merge.ClassNameValue;
|
|
59
61
|
title?: tailwind_merge.ClassNameValue;
|
|
60
62
|
description?: tailwind_merge.ClassNameValue;
|
|
61
|
-
root?: tailwind_merge.ClassNameValue;
|
|
62
|
-
item?: tailwind_merge.ClassNameValue;
|
|
63
63
|
list?: tailwind_merge.ClassNameValue;
|
|
64
64
|
input?: tailwind_merge.ClassNameValue;
|
|
65
65
|
empty?: tailwind_merge.ClassNameValue;
|
|
@@ -5,11 +5,11 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const command: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
+
root?: tailwind_merge.ClassNameValue;
|
|
9
|
+
item?: tailwind_merge.ClassNameValue;
|
|
8
10
|
header?: tailwind_merge.ClassNameValue;
|
|
9
11
|
title?: tailwind_merge.ClassNameValue;
|
|
10
12
|
description?: tailwind_merge.ClassNameValue;
|
|
11
|
-
root?: tailwind_merge.ClassNameValue;
|
|
12
|
-
item?: tailwind_merge.ClassNameValue;
|
|
13
13
|
list?: tailwind_merge.ClassNameValue;
|
|
14
14
|
input?: tailwind_merge.ClassNameValue;
|
|
15
15
|
empty?: tailwind_merge.ClassNameValue;
|
|
@@ -23,11 +23,11 @@ declare const command: tailwind_variants.TVReturnType<{
|
|
|
23
23
|
} | {
|
|
24
24
|
[x: string]: {
|
|
25
25
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
26
|
+
root?: tailwind_merge.ClassNameValue;
|
|
27
|
+
item?: tailwind_merge.ClassNameValue;
|
|
26
28
|
header?: tailwind_merge.ClassNameValue;
|
|
27
29
|
title?: tailwind_merge.ClassNameValue;
|
|
28
30
|
description?: tailwind_merge.ClassNameValue;
|
|
29
|
-
root?: tailwind_merge.ClassNameValue;
|
|
30
|
-
item?: tailwind_merge.ClassNameValue;
|
|
31
31
|
list?: tailwind_merge.ClassNameValue;
|
|
32
32
|
input?: tailwind_merge.ClassNameValue;
|
|
33
33
|
empty?: tailwind_merge.ClassNameValue;
|
|
@@ -55,11 +55,11 @@ declare const command: tailwind_variants.TVReturnType<{
|
|
|
55
55
|
}, undefined, {
|
|
56
56
|
[key: string]: {
|
|
57
57
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
58
|
+
root?: tailwind_merge.ClassNameValue;
|
|
59
|
+
item?: tailwind_merge.ClassNameValue;
|
|
58
60
|
header?: tailwind_merge.ClassNameValue;
|
|
59
61
|
title?: tailwind_merge.ClassNameValue;
|
|
60
62
|
description?: tailwind_merge.ClassNameValue;
|
|
61
|
-
root?: tailwind_merge.ClassNameValue;
|
|
62
|
-
item?: tailwind_merge.ClassNameValue;
|
|
63
63
|
list?: tailwind_merge.ClassNameValue;
|
|
64
64
|
input?: tailwind_merge.ClassNameValue;
|
|
65
65
|
empty?: tailwind_merge.ClassNameValue;
|
|
@@ -5,8 +5,8 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const conversation: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
-
content?: tailwind_merge.ClassNameValue;
|
|
9
8
|
root?: tailwind_merge.ClassNameValue;
|
|
9
|
+
content?: tailwind_merge.ClassNameValue;
|
|
10
10
|
emptyState?: tailwind_merge.ClassNameValue;
|
|
11
11
|
emptyStateIcon?: tailwind_merge.ClassNameValue;
|
|
12
12
|
emptyStateTitle?: tailwind_merge.ClassNameValue;
|
|
@@ -17,8 +17,8 @@ declare const conversation: tailwind_variants.TVReturnType<{
|
|
|
17
17
|
} | {
|
|
18
18
|
[x: string]: {
|
|
19
19
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
20
|
-
content?: tailwind_merge.ClassNameValue;
|
|
21
20
|
root?: tailwind_merge.ClassNameValue;
|
|
21
|
+
content?: tailwind_merge.ClassNameValue;
|
|
22
22
|
emptyState?: tailwind_merge.ClassNameValue;
|
|
23
23
|
emptyStateIcon?: tailwind_merge.ClassNameValue;
|
|
24
24
|
emptyStateTitle?: tailwind_merge.ClassNameValue;
|
|
@@ -37,8 +37,8 @@ declare const conversation: tailwind_variants.TVReturnType<{
|
|
|
37
37
|
}, undefined, {
|
|
38
38
|
[key: string]: {
|
|
39
39
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
40
|
-
content?: tailwind_merge.ClassNameValue;
|
|
41
40
|
root?: tailwind_merge.ClassNameValue;
|
|
41
|
+
content?: tailwind_merge.ClassNameValue;
|
|
42
42
|
emptyState?: tailwind_merge.ClassNameValue;
|
|
43
43
|
emptyStateIcon?: tailwind_merge.ClassNameValue;
|
|
44
44
|
emptyStateTitle?: tailwind_merge.ClassNameValue;
|
|
@@ -5,8 +5,8 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const conversation: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
-
content?: tailwind_merge.ClassNameValue;
|
|
9
8
|
root?: tailwind_merge.ClassNameValue;
|
|
9
|
+
content?: tailwind_merge.ClassNameValue;
|
|
10
10
|
emptyState?: tailwind_merge.ClassNameValue;
|
|
11
11
|
emptyStateIcon?: tailwind_merge.ClassNameValue;
|
|
12
12
|
emptyStateTitle?: tailwind_merge.ClassNameValue;
|
|
@@ -17,8 +17,8 @@ declare const conversation: tailwind_variants.TVReturnType<{
|
|
|
17
17
|
} | {
|
|
18
18
|
[x: string]: {
|
|
19
19
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
20
|
-
content?: tailwind_merge.ClassNameValue;
|
|
21
20
|
root?: tailwind_merge.ClassNameValue;
|
|
21
|
+
content?: tailwind_merge.ClassNameValue;
|
|
22
22
|
emptyState?: tailwind_merge.ClassNameValue;
|
|
23
23
|
emptyStateIcon?: tailwind_merge.ClassNameValue;
|
|
24
24
|
emptyStateTitle?: tailwind_merge.ClassNameValue;
|
|
@@ -37,8 +37,8 @@ declare const conversation: tailwind_variants.TVReturnType<{
|
|
|
37
37
|
}, undefined, {
|
|
38
38
|
[key: string]: {
|
|
39
39
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
40
|
-
content?: tailwind_merge.ClassNameValue;
|
|
41
40
|
root?: tailwind_merge.ClassNameValue;
|
|
41
|
+
content?: tailwind_merge.ClassNameValue;
|
|
42
42
|
emptyState?: tailwind_merge.ClassNameValue;
|
|
43
43
|
emptyStateIcon?: tailwind_merge.ClassNameValue;
|
|
44
44
|
emptyStateTitle?: tailwind_merge.ClassNameValue;
|
|
@@ -5,9 +5,9 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const dropdownMenu: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
-
content?: tailwind_merge.ClassNameValue;
|
|
9
8
|
root?: tailwind_merge.ClassNameValue;
|
|
10
9
|
item?: tailwind_merge.ClassNameValue;
|
|
10
|
+
content?: tailwind_merge.ClassNameValue;
|
|
11
11
|
label?: tailwind_merge.ClassNameValue;
|
|
12
12
|
icon?: tailwind_merge.ClassNameValue;
|
|
13
13
|
separator?: tailwind_merge.ClassNameValue;
|
|
@@ -24,9 +24,9 @@ declare const dropdownMenu: tailwind_variants.TVReturnType<{
|
|
|
24
24
|
} | {
|
|
25
25
|
[x: string]: {
|
|
26
26
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
27
|
-
content?: tailwind_merge.ClassNameValue;
|
|
28
27
|
root?: tailwind_merge.ClassNameValue;
|
|
29
28
|
item?: tailwind_merge.ClassNameValue;
|
|
29
|
+
content?: tailwind_merge.ClassNameValue;
|
|
30
30
|
label?: tailwind_merge.ClassNameValue;
|
|
31
31
|
icon?: tailwind_merge.ClassNameValue;
|
|
32
32
|
separator?: tailwind_merge.ClassNameValue;
|
|
@@ -58,9 +58,9 @@ declare const dropdownMenu: tailwind_variants.TVReturnType<{
|
|
|
58
58
|
}, undefined, {
|
|
59
59
|
[key: string]: {
|
|
60
60
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
61
|
-
content?: tailwind_merge.ClassNameValue;
|
|
62
61
|
root?: tailwind_merge.ClassNameValue;
|
|
63
62
|
item?: tailwind_merge.ClassNameValue;
|
|
63
|
+
content?: tailwind_merge.ClassNameValue;
|
|
64
64
|
label?: tailwind_merge.ClassNameValue;
|
|
65
65
|
icon?: tailwind_merge.ClassNameValue;
|
|
66
66
|
separator?: tailwind_merge.ClassNameValue;
|
|
@@ -5,9 +5,9 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const dropdownMenu: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
-
content?: tailwind_merge.ClassNameValue;
|
|
9
8
|
root?: tailwind_merge.ClassNameValue;
|
|
10
9
|
item?: tailwind_merge.ClassNameValue;
|
|
10
|
+
content?: tailwind_merge.ClassNameValue;
|
|
11
11
|
label?: tailwind_merge.ClassNameValue;
|
|
12
12
|
icon?: tailwind_merge.ClassNameValue;
|
|
13
13
|
separator?: tailwind_merge.ClassNameValue;
|
|
@@ -24,9 +24,9 @@ declare const dropdownMenu: tailwind_variants.TVReturnType<{
|
|
|
24
24
|
} | {
|
|
25
25
|
[x: string]: {
|
|
26
26
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
27
|
-
content?: tailwind_merge.ClassNameValue;
|
|
28
27
|
root?: tailwind_merge.ClassNameValue;
|
|
29
28
|
item?: tailwind_merge.ClassNameValue;
|
|
29
|
+
content?: tailwind_merge.ClassNameValue;
|
|
30
30
|
label?: tailwind_merge.ClassNameValue;
|
|
31
31
|
icon?: tailwind_merge.ClassNameValue;
|
|
32
32
|
separator?: tailwind_merge.ClassNameValue;
|
|
@@ -58,9 +58,9 @@ declare const dropdownMenu: tailwind_variants.TVReturnType<{
|
|
|
58
58
|
}, undefined, {
|
|
59
59
|
[key: string]: {
|
|
60
60
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
61
|
-
content?: tailwind_merge.ClassNameValue;
|
|
62
61
|
root?: tailwind_merge.ClassNameValue;
|
|
63
62
|
item?: tailwind_merge.ClassNameValue;
|
|
63
|
+
content?: tailwind_merge.ClassNameValue;
|
|
64
64
|
label?: tailwind_merge.ClassNameValue;
|
|
65
65
|
icon?: tailwind_merge.ClassNameValue;
|
|
66
66
|
separator?: tailwind_merge.ClassNameValue;
|
|
@@ -4,8 +4,8 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
4
4
|
declare const editorSpinner: tailwind_variants.TVReturnType<{
|
|
5
5
|
[key: string]: {
|
|
6
6
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
7
|
-
content?: tailwind_merge.ClassNameValue;
|
|
8
7
|
root?: tailwind_merge.ClassNameValue;
|
|
8
|
+
content?: tailwind_merge.ClassNameValue;
|
|
9
9
|
text?: tailwind_merge.ClassNameValue;
|
|
10
10
|
svg?: tailwind_merge.ClassNameValue;
|
|
11
11
|
circle?: tailwind_merge.ClassNameValue;
|
|
@@ -15,8 +15,8 @@ declare const editorSpinner: tailwind_variants.TVReturnType<{
|
|
|
15
15
|
} | {
|
|
16
16
|
[x: string]: {
|
|
17
17
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
18
|
-
content?: tailwind_merge.ClassNameValue;
|
|
19
18
|
root?: tailwind_merge.ClassNameValue;
|
|
19
|
+
content?: tailwind_merge.ClassNameValue;
|
|
20
20
|
text?: tailwind_merge.ClassNameValue;
|
|
21
21
|
svg?: tailwind_merge.ClassNameValue;
|
|
22
22
|
circle?: tailwind_merge.ClassNameValue;
|
|
@@ -33,8 +33,8 @@ declare const editorSpinner: tailwind_variants.TVReturnType<{
|
|
|
33
33
|
}, undefined, {
|
|
34
34
|
[key: string]: {
|
|
35
35
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
36
|
-
content?: tailwind_merge.ClassNameValue;
|
|
37
36
|
root?: tailwind_merge.ClassNameValue;
|
|
37
|
+
content?: tailwind_merge.ClassNameValue;
|
|
38
38
|
text?: tailwind_merge.ClassNameValue;
|
|
39
39
|
svg?: tailwind_merge.ClassNameValue;
|
|
40
40
|
circle?: tailwind_merge.ClassNameValue;
|
|
@@ -4,8 +4,8 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
4
4
|
declare const editorSpinner: tailwind_variants.TVReturnType<{
|
|
5
5
|
[key: string]: {
|
|
6
6
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
7
|
-
content?: tailwind_merge.ClassNameValue;
|
|
8
7
|
root?: tailwind_merge.ClassNameValue;
|
|
8
|
+
content?: tailwind_merge.ClassNameValue;
|
|
9
9
|
text?: tailwind_merge.ClassNameValue;
|
|
10
10
|
svg?: tailwind_merge.ClassNameValue;
|
|
11
11
|
circle?: tailwind_merge.ClassNameValue;
|
|
@@ -15,8 +15,8 @@ declare const editorSpinner: tailwind_variants.TVReturnType<{
|
|
|
15
15
|
} | {
|
|
16
16
|
[x: string]: {
|
|
17
17
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
18
|
-
content?: tailwind_merge.ClassNameValue;
|
|
19
18
|
root?: tailwind_merge.ClassNameValue;
|
|
19
|
+
content?: tailwind_merge.ClassNameValue;
|
|
20
20
|
text?: tailwind_merge.ClassNameValue;
|
|
21
21
|
svg?: tailwind_merge.ClassNameValue;
|
|
22
22
|
circle?: tailwind_merge.ClassNameValue;
|
|
@@ -33,8 +33,8 @@ declare const editorSpinner: tailwind_variants.TVReturnType<{
|
|
|
33
33
|
}, undefined, {
|
|
34
34
|
[key: string]: {
|
|
35
35
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
36
|
-
content?: tailwind_merge.ClassNameValue;
|
|
37
36
|
root?: tailwind_merge.ClassNameValue;
|
|
37
|
+
content?: tailwind_merge.ClassNameValue;
|
|
38
38
|
text?: tailwind_merge.ClassNameValue;
|
|
39
39
|
svg?: tailwind_merge.ClassNameValue;
|
|
40
40
|
circle?: tailwind_merge.ClassNameValue;
|
|
@@ -25,6 +25,7 @@ declare const imagePlaceholder: tailwind_variants.TVReturnType<{
|
|
|
25
25
|
variant: {
|
|
26
26
|
default: {
|
|
27
27
|
root: string;
|
|
28
|
+
content: string;
|
|
28
29
|
};
|
|
29
30
|
error: {
|
|
30
31
|
root: string;
|
|
@@ -33,9 +34,11 @@ declare const imagePlaceholder: tailwind_variants.TVReturnType<{
|
|
|
33
34
|
};
|
|
34
35
|
disabled: {
|
|
35
36
|
root: string;
|
|
37
|
+
content: string;
|
|
36
38
|
};
|
|
37
39
|
uploading: {
|
|
38
40
|
root: string;
|
|
41
|
+
content: string;
|
|
39
42
|
};
|
|
40
43
|
};
|
|
41
44
|
}, {
|
|
@@ -69,6 +72,7 @@ declare const imagePlaceholder: tailwind_variants.TVReturnType<{
|
|
|
69
72
|
variant: {
|
|
70
73
|
default: {
|
|
71
74
|
root: string;
|
|
75
|
+
content: string;
|
|
72
76
|
};
|
|
73
77
|
error: {
|
|
74
78
|
root: string;
|
|
@@ -77,9 +81,11 @@ declare const imagePlaceholder: tailwind_variants.TVReturnType<{
|
|
|
77
81
|
};
|
|
78
82
|
disabled: {
|
|
79
83
|
root: string;
|
|
84
|
+
content: string;
|
|
80
85
|
};
|
|
81
86
|
uploading: {
|
|
82
87
|
root: string;
|
|
88
|
+
content: string;
|
|
83
89
|
};
|
|
84
90
|
};
|
|
85
91
|
}, {
|
|
@@ -113,6 +119,7 @@ declare const imagePlaceholder: tailwind_variants.TVReturnType<{
|
|
|
113
119
|
variant: {
|
|
114
120
|
default: {
|
|
115
121
|
root: string;
|
|
122
|
+
content: string;
|
|
116
123
|
};
|
|
117
124
|
error: {
|
|
118
125
|
root: string;
|
|
@@ -121,9 +128,11 @@ declare const imagePlaceholder: tailwind_variants.TVReturnType<{
|
|
|
121
128
|
};
|
|
122
129
|
disabled: {
|
|
123
130
|
root: string;
|
|
131
|
+
content: string;
|
|
124
132
|
};
|
|
125
133
|
uploading: {
|
|
126
134
|
root: string;
|
|
135
|
+
content: string;
|
|
127
136
|
};
|
|
128
137
|
};
|
|
129
138
|
}, {
|
|
@@ -25,6 +25,7 @@ declare const imagePlaceholder: tailwind_variants.TVReturnType<{
|
|
|
25
25
|
variant: {
|
|
26
26
|
default: {
|
|
27
27
|
root: string;
|
|
28
|
+
content: string;
|
|
28
29
|
};
|
|
29
30
|
error: {
|
|
30
31
|
root: string;
|
|
@@ -33,9 +34,11 @@ declare const imagePlaceholder: tailwind_variants.TVReturnType<{
|
|
|
33
34
|
};
|
|
34
35
|
disabled: {
|
|
35
36
|
root: string;
|
|
37
|
+
content: string;
|
|
36
38
|
};
|
|
37
39
|
uploading: {
|
|
38
40
|
root: string;
|
|
41
|
+
content: string;
|
|
39
42
|
};
|
|
40
43
|
};
|
|
41
44
|
}, {
|
|
@@ -69,6 +72,7 @@ declare const imagePlaceholder: tailwind_variants.TVReturnType<{
|
|
|
69
72
|
variant: {
|
|
70
73
|
default: {
|
|
71
74
|
root: string;
|
|
75
|
+
content: string;
|
|
72
76
|
};
|
|
73
77
|
error: {
|
|
74
78
|
root: string;
|
|
@@ -77,9 +81,11 @@ declare const imagePlaceholder: tailwind_variants.TVReturnType<{
|
|
|
77
81
|
};
|
|
78
82
|
disabled: {
|
|
79
83
|
root: string;
|
|
84
|
+
content: string;
|
|
80
85
|
};
|
|
81
86
|
uploading: {
|
|
82
87
|
root: string;
|
|
88
|
+
content: string;
|
|
83
89
|
};
|
|
84
90
|
};
|
|
85
91
|
}, {
|
|
@@ -113,6 +119,7 @@ declare const imagePlaceholder: tailwind_variants.TVReturnType<{
|
|
|
113
119
|
variant: {
|
|
114
120
|
default: {
|
|
115
121
|
root: string;
|
|
122
|
+
content: string;
|
|
116
123
|
};
|
|
117
124
|
error: {
|
|
118
125
|
root: string;
|
|
@@ -121,9 +128,11 @@ declare const imagePlaceholder: tailwind_variants.TVReturnType<{
|
|
|
121
128
|
};
|
|
122
129
|
disabled: {
|
|
123
130
|
root: string;
|
|
131
|
+
content: string;
|
|
124
132
|
};
|
|
125
133
|
uploading: {
|
|
126
134
|
root: string;
|
|
135
|
+
content: string;
|
|
127
136
|
};
|
|
128
137
|
};
|
|
129
138
|
}, {
|
|
@@ -31,7 +31,7 @@ var imagePlaceholder = (0, import_tailwind_variants.tv)({
|
|
|
31
31
|
"rounded-lg border-2 border-dashed",
|
|
32
32
|
"transition-colors cursor-pointer"
|
|
33
33
|
],
|
|
34
|
-
content: "flex flex-col items-center gap-2
|
|
34
|
+
content: "flex flex-col items-center gap-2",
|
|
35
35
|
icon: "text-muted-foreground",
|
|
36
36
|
text: "text-muted-foreground",
|
|
37
37
|
hint: "text-muted-foreground",
|
|
@@ -60,7 +60,8 @@ var imagePlaceholder = (0, import_tailwind_variants.tv)({
|
|
|
60
60
|
},
|
|
61
61
|
variant: {
|
|
62
62
|
default: {
|
|
63
|
-
root: "border-border bg-muted/20 hover:border-primary/50 hover:bg-muted/40"
|
|
63
|
+
root: "border-border bg-muted/20 hover:border-primary/50 hover:bg-muted/40",
|
|
64
|
+
content: "pointer-events-none"
|
|
64
65
|
},
|
|
65
66
|
error: {
|
|
66
67
|
root: "border-destructive/50 bg-destructive/10 cursor-default",
|
|
@@ -68,10 +69,12 @@ var imagePlaceholder = (0, import_tailwind_variants.tv)({
|
|
|
68
69
|
text: "text-destructive"
|
|
69
70
|
},
|
|
70
71
|
disabled: {
|
|
71
|
-
root: "border-border bg-muted/10 cursor-not-allowed opacity-60"
|
|
72
|
+
root: "border-border bg-muted/10 cursor-not-allowed opacity-60",
|
|
73
|
+
content: "pointer-events-none"
|
|
72
74
|
},
|
|
73
75
|
uploading: {
|
|
74
|
-
root: "border-border bg-muted/30 cursor-wait"
|
|
76
|
+
root: "border-border bg-muted/30 cursor-wait",
|
|
77
|
+
content: "pointer-events-none"
|
|
75
78
|
}
|
|
76
79
|
}
|
|
77
80
|
},
|
package/dist/components/index.js
CHANGED
|
@@ -1269,7 +1269,8 @@ var checkbox = (0, import_tailwind_variants14.tv)({
|
|
|
1269
1269
|
],
|
|
1270
1270
|
icon: [
|
|
1271
1271
|
"w-4 h-3 opacity-0 group-data-[state=checked]:opacity-100",
|
|
1272
|
-
"pointer-events-none"
|
|
1272
|
+
"pointer-events-none",
|
|
1273
|
+
"group-data-[state=checked]:text-primary-foreground"
|
|
1273
1274
|
]
|
|
1274
1275
|
},
|
|
1275
1276
|
variants: {
|
|
@@ -2964,7 +2965,7 @@ var imagePlaceholder = (0, import_tailwind_variants37.tv)({
|
|
|
2964
2965
|
"rounded-lg border-2 border-dashed",
|
|
2965
2966
|
"transition-colors cursor-pointer"
|
|
2966
2967
|
],
|
|
2967
|
-
content: "flex flex-col items-center gap-2
|
|
2968
|
+
content: "flex flex-col items-center gap-2",
|
|
2968
2969
|
icon: "text-muted-foreground",
|
|
2969
2970
|
text: "text-muted-foreground",
|
|
2970
2971
|
hint: "text-muted-foreground",
|
|
@@ -2993,7 +2994,8 @@ var imagePlaceholder = (0, import_tailwind_variants37.tv)({
|
|
|
2993
2994
|
},
|
|
2994
2995
|
variant: {
|
|
2995
2996
|
default: {
|
|
2996
|
-
root: "border-border bg-muted/20 hover:border-primary/50 hover:bg-muted/40"
|
|
2997
|
+
root: "border-border bg-muted/20 hover:border-primary/50 hover:bg-muted/40",
|
|
2998
|
+
content: "pointer-events-none"
|
|
2997
2999
|
},
|
|
2998
3000
|
error: {
|
|
2999
3001
|
root: "border-destructive/50 bg-destructive/10 cursor-default",
|
|
@@ -3001,10 +3003,12 @@ var imagePlaceholder = (0, import_tailwind_variants37.tv)({
|
|
|
3001
3003
|
text: "text-destructive"
|
|
3002
3004
|
},
|
|
3003
3005
|
disabled: {
|
|
3004
|
-
root: "border-border bg-muted/10 cursor-not-allowed opacity-60"
|
|
3006
|
+
root: "border-border bg-muted/10 cursor-not-allowed opacity-60",
|
|
3007
|
+
content: "pointer-events-none"
|
|
3005
3008
|
},
|
|
3006
3009
|
uploading: {
|
|
3007
|
-
root: "border-border bg-muted/30 cursor-wait"
|
|
3010
|
+
root: "border-border bg-muted/30 cursor-wait",
|
|
3011
|
+
content: "pointer-events-none"
|
|
3008
3012
|
}
|
|
3009
3013
|
}
|
|
3010
3014
|
},
|
|
@@ -129,7 +129,7 @@ import {
|
|
|
129
129
|
} from "../chunk-GMFZLUU4.mjs";
|
|
130
130
|
import {
|
|
131
131
|
imagePlaceholder
|
|
132
|
-
} from "../chunk-
|
|
132
|
+
} from "../chunk-FBHMEWWD.mjs";
|
|
133
133
|
import {
|
|
134
134
|
impactCard
|
|
135
135
|
} from "../chunk-EJSDSK3G.mjs";
|
|
@@ -201,7 +201,7 @@ import {
|
|
|
201
201
|
} from "../chunk-5YHTCPJL.mjs";
|
|
202
202
|
import {
|
|
203
203
|
checkbox
|
|
204
|
-
} from "../chunk-
|
|
204
|
+
} from "../chunk-ZUKWFD2M.mjs";
|
|
205
205
|
import {
|
|
206
206
|
chip
|
|
207
207
|
} from "../chunk-5LVKFTZS.mjs";
|
|
@@ -5,10 +5,10 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const integrationCard: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
+
root?: tailwind_merge.ClassNameValue;
|
|
8
9
|
header?: tailwind_merge.ClassNameValue;
|
|
9
10
|
footer?: tailwind_merge.ClassNameValue;
|
|
10
11
|
description?: tailwind_merge.ClassNameValue;
|
|
11
|
-
root?: tailwind_merge.ClassNameValue;
|
|
12
12
|
heading?: tailwind_merge.ClassNameValue;
|
|
13
13
|
headerContent?: tailwind_merge.ClassNameValue;
|
|
14
14
|
headingContainer?: tailwind_merge.ClassNameValue;
|
|
@@ -24,10 +24,10 @@ declare const integrationCard: tailwind_variants.TVReturnType<{
|
|
|
24
24
|
} | {
|
|
25
25
|
[x: string]: {
|
|
26
26
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
27
|
+
root?: tailwind_merge.ClassNameValue;
|
|
27
28
|
header?: tailwind_merge.ClassNameValue;
|
|
28
29
|
footer?: tailwind_merge.ClassNameValue;
|
|
29
30
|
description?: tailwind_merge.ClassNameValue;
|
|
30
|
-
root?: tailwind_merge.ClassNameValue;
|
|
31
31
|
heading?: tailwind_merge.ClassNameValue;
|
|
32
32
|
headerContent?: tailwind_merge.ClassNameValue;
|
|
33
33
|
headingContainer?: tailwind_merge.ClassNameValue;
|
|
@@ -58,10 +58,10 @@ declare const integrationCard: tailwind_variants.TVReturnType<{
|
|
|
58
58
|
}, undefined, {
|
|
59
59
|
[key: string]: {
|
|
60
60
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
61
|
+
root?: tailwind_merge.ClassNameValue;
|
|
61
62
|
header?: tailwind_merge.ClassNameValue;
|
|
62
63
|
footer?: tailwind_merge.ClassNameValue;
|
|
63
64
|
description?: tailwind_merge.ClassNameValue;
|
|
64
|
-
root?: tailwind_merge.ClassNameValue;
|
|
65
65
|
heading?: tailwind_merge.ClassNameValue;
|
|
66
66
|
headerContent?: tailwind_merge.ClassNameValue;
|
|
67
67
|
headingContainer?: tailwind_merge.ClassNameValue;
|
|
@@ -5,10 +5,10 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const integrationCard: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
+
root?: tailwind_merge.ClassNameValue;
|
|
8
9
|
header?: tailwind_merge.ClassNameValue;
|
|
9
10
|
footer?: tailwind_merge.ClassNameValue;
|
|
10
11
|
description?: tailwind_merge.ClassNameValue;
|
|
11
|
-
root?: tailwind_merge.ClassNameValue;
|
|
12
12
|
heading?: tailwind_merge.ClassNameValue;
|
|
13
13
|
headerContent?: tailwind_merge.ClassNameValue;
|
|
14
14
|
headingContainer?: tailwind_merge.ClassNameValue;
|
|
@@ -24,10 +24,10 @@ declare const integrationCard: tailwind_variants.TVReturnType<{
|
|
|
24
24
|
} | {
|
|
25
25
|
[x: string]: {
|
|
26
26
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
27
|
+
root?: tailwind_merge.ClassNameValue;
|
|
27
28
|
header?: tailwind_merge.ClassNameValue;
|
|
28
29
|
footer?: tailwind_merge.ClassNameValue;
|
|
29
30
|
description?: tailwind_merge.ClassNameValue;
|
|
30
|
-
root?: tailwind_merge.ClassNameValue;
|
|
31
31
|
heading?: tailwind_merge.ClassNameValue;
|
|
32
32
|
headerContent?: tailwind_merge.ClassNameValue;
|
|
33
33
|
headingContainer?: tailwind_merge.ClassNameValue;
|
|
@@ -58,10 +58,10 @@ declare const integrationCard: tailwind_variants.TVReturnType<{
|
|
|
58
58
|
}, undefined, {
|
|
59
59
|
[key: string]: {
|
|
60
60
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
61
|
+
root?: tailwind_merge.ClassNameValue;
|
|
61
62
|
header?: tailwind_merge.ClassNameValue;
|
|
62
63
|
footer?: tailwind_merge.ClassNameValue;
|
|
63
64
|
description?: tailwind_merge.ClassNameValue;
|
|
64
|
-
root?: tailwind_merge.ClassNameValue;
|
|
65
65
|
heading?: tailwind_merge.ClassNameValue;
|
|
66
66
|
headerContent?: tailwind_merge.ClassNameValue;
|
|
67
67
|
headingContainer?: tailwind_merge.ClassNameValue;
|
|
@@ -5,9 +5,9 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const pageHeader: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
+
root?: tailwind_merge.ClassNameValue;
|
|
8
9
|
title?: tailwind_merge.ClassNameValue;
|
|
9
10
|
description?: tailwind_merge.ClassNameValue;
|
|
10
|
-
root?: tailwind_merge.ClassNameValue;
|
|
11
11
|
actions?: tailwind_merge.ClassNameValue;
|
|
12
12
|
titleArea?: tailwind_merge.ClassNameValue;
|
|
13
13
|
leadingVisual?: tailwind_merge.ClassNameValue;
|
|
@@ -20,9 +20,9 @@ declare const pageHeader: tailwind_variants.TVReturnType<{
|
|
|
20
20
|
} | {
|
|
21
21
|
[x: string]: {
|
|
22
22
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
23
|
+
root?: tailwind_merge.ClassNameValue;
|
|
23
24
|
title?: tailwind_merge.ClassNameValue;
|
|
24
25
|
description?: tailwind_merge.ClassNameValue;
|
|
25
|
-
root?: tailwind_merge.ClassNameValue;
|
|
26
26
|
actions?: tailwind_merge.ClassNameValue;
|
|
27
27
|
titleArea?: tailwind_merge.ClassNameValue;
|
|
28
28
|
leadingVisual?: tailwind_merge.ClassNameValue;
|
|
@@ -46,9 +46,9 @@ declare const pageHeader: tailwind_variants.TVReturnType<{
|
|
|
46
46
|
}, undefined, {
|
|
47
47
|
[key: string]: {
|
|
48
48
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
49
|
+
root?: tailwind_merge.ClassNameValue;
|
|
49
50
|
title?: tailwind_merge.ClassNameValue;
|
|
50
51
|
description?: tailwind_merge.ClassNameValue;
|
|
51
|
-
root?: tailwind_merge.ClassNameValue;
|
|
52
52
|
actions?: tailwind_merge.ClassNameValue;
|
|
53
53
|
titleArea?: tailwind_merge.ClassNameValue;
|
|
54
54
|
leadingVisual?: tailwind_merge.ClassNameValue;
|
|
@@ -5,9 +5,9 @@ import * as tailwind_merge from 'tailwind-merge';
|
|
|
5
5
|
declare const pageHeader: tailwind_variants.TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
8
|
+
root?: tailwind_merge.ClassNameValue;
|
|
8
9
|
title?: tailwind_merge.ClassNameValue;
|
|
9
10
|
description?: tailwind_merge.ClassNameValue;
|
|
10
|
-
root?: tailwind_merge.ClassNameValue;
|
|
11
11
|
actions?: tailwind_merge.ClassNameValue;
|
|
12
12
|
titleArea?: tailwind_merge.ClassNameValue;
|
|
13
13
|
leadingVisual?: tailwind_merge.ClassNameValue;
|
|
@@ -20,9 +20,9 @@ declare const pageHeader: tailwind_variants.TVReturnType<{
|
|
|
20
20
|
} | {
|
|
21
21
|
[x: string]: {
|
|
22
22
|
[x: string]: tailwind_merge.ClassNameValue | {
|
|
23
|
+
root?: tailwind_merge.ClassNameValue;
|
|
23
24
|
title?: tailwind_merge.ClassNameValue;
|
|
24
25
|
description?: tailwind_merge.ClassNameValue;
|
|
25
|
-
root?: tailwind_merge.ClassNameValue;
|
|
26
26
|
actions?: tailwind_merge.ClassNameValue;
|
|
27
27
|
titleArea?: tailwind_merge.ClassNameValue;
|
|
28
28
|
leadingVisual?: tailwind_merge.ClassNameValue;
|
|
@@ -46,9 +46,9 @@ declare const pageHeader: tailwind_variants.TVReturnType<{
|
|
|
46
46
|
}, undefined, {
|
|
47
47
|
[key: string]: {
|
|
48
48
|
[key: string]: tailwind_merge.ClassNameValue | {
|
|
49
|
+
root?: tailwind_merge.ClassNameValue;
|
|
49
50
|
title?: tailwind_merge.ClassNameValue;
|
|
50
51
|
description?: tailwind_merge.ClassNameValue;
|
|
51
|
-
root?: tailwind_merge.ClassNameValue;
|
|
52
52
|
actions?: tailwind_merge.ClassNameValue;
|
|
53
53
|
titleArea?: tailwind_merge.ClassNameValue;
|
|
54
54
|
leadingVisual?: tailwind_merge.ClassNameValue;
|
package/dist/editor.css
CHANGED
|
@@ -586,12 +586,18 @@
|
|
|
586
586
|
TABLE
|
|
587
587
|
===================== */
|
|
588
588
|
.tiptap.ProseMirror {
|
|
589
|
-
.table-
|
|
590
|
-
|
|
589
|
+
.table-node-view {
|
|
590
|
+
position: relative;
|
|
591
591
|
width: fit-content;
|
|
592
592
|
max-width: 100%;
|
|
593
593
|
margin-top: 0.5rem;
|
|
594
594
|
margin-bottom: 1rem;
|
|
595
|
+
padding-top: 20px;
|
|
596
|
+
padding-left: 20px;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.table-wrapper {
|
|
600
|
+
overflow-x: auto;
|
|
595
601
|
}
|
|
596
602
|
|
|
597
603
|
table {
|
|
@@ -636,6 +642,17 @@
|
|
|
636
642
|
th {
|
|
637
643
|
font-weight: 500;
|
|
638
644
|
text-align: start;
|
|
645
|
+
background-color: var(--color-muted);
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
td[data-align="center"],
|
|
649
|
+
th[data-align="center"] {
|
|
650
|
+
text-align: center;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
td[data-align="right"],
|
|
654
|
+
th[data-align="right"] {
|
|
655
|
+
text-align: right;
|
|
639
656
|
}
|
|
640
657
|
|
|
641
658
|
.column-resize-handle {
|
|
@@ -655,131 +672,15 @@
|
|
|
655
672
|
background-color: var(--tt-selection-color);
|
|
656
673
|
}
|
|
657
674
|
|
|
658
|
-
/** Grip Column, Cell Column */
|
|
659
|
-
.grip-column,
|
|
660
|
-
.grip-row {
|
|
661
|
-
display: flex;
|
|
662
|
-
justify-content: center;
|
|
663
|
-
align-items: center;
|
|
664
|
-
position: absolute;
|
|
665
|
-
z-index: 10;
|
|
666
|
-
cursor: pointer;
|
|
667
|
-
background-color: rgba(0, 0, 0, .05);
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
.grip-column {
|
|
671
|
-
width: calc(100% - 1px);
|
|
672
|
-
border-left-width: 1px;
|
|
673
|
-
border-left-color: rgba(0, 0, 0, .2);
|
|
674
|
-
height: .75rem;
|
|
675
|
-
left: 0;
|
|
676
|
-
margin-left: -1px;
|
|
677
|
-
top: -.75rem;
|
|
678
|
-
|
|
679
|
-
&:hover,
|
|
680
|
-
&.selected {
|
|
681
|
-
&::before {
|
|
682
|
-
content: '';
|
|
683
|
-
width: .625rem;
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
&:hover {
|
|
688
|
-
background-color: rgba(0, 0, 0, .1);
|
|
689
|
-
|
|
690
|
-
&::before {
|
|
691
|
-
border-bottom-width: 2px;
|
|
692
|
-
border-style: dotted;
|
|
693
|
-
border-color: rgba(0, 0, 0, .60);
|
|
694
|
-
}
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
&.first {
|
|
698
|
-
border-color: transparent;
|
|
699
|
-
border-top-left-radius: .125rem;
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
&.last {
|
|
703
|
-
border-top-right-radius: .125rem;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
&.selected {
|
|
707
|
-
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
|
|
708
|
-
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
709
|
-
background-color: rgba(0, 0, 0, .30);
|
|
710
|
-
border-color: rgba(0, 0, 0, .30);
|
|
711
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
712
|
-
|
|
713
|
-
&::before {
|
|
714
|
-
border-bottom-width: 2px;
|
|
715
|
-
border-style: dotted;
|
|
716
|
-
}
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
.grip-row {
|
|
721
|
-
height: calc(100% + 1px);
|
|
722
|
-
border-top-width: 1px;
|
|
723
|
-
border-color: rgba(0, 0, 0, .2);
|
|
724
|
-
left: -.75rem;
|
|
725
|
-
width: .75rem;
|
|
726
|
-
margin-top: -1px;
|
|
727
|
-
top: 0;
|
|
728
|
-
|
|
729
|
-
&:hover,
|
|
730
|
-
&.selected {
|
|
731
|
-
&::before {
|
|
732
|
-
content: '';
|
|
733
|
-
height: .625rem;
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
&:hover {
|
|
738
|
-
background-color: rgba(0, 0, 0, .1);
|
|
739
|
-
|
|
740
|
-
&::before {
|
|
741
|
-
border-left-width: 2px;
|
|
742
|
-
border-style: dotted;
|
|
743
|
-
border-color: rgba(0, 0, 0, .60);
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
&.first {
|
|
748
|
-
border-color: transparent;
|
|
749
|
-
border-top-left-radius: .125rem;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
&.last {
|
|
753
|
-
border-bottom-left-radius: .125rem;
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
&.selected {
|
|
757
|
-
background-color: rgba(0, 0, 0, .30);
|
|
758
|
-
border-color: rgba(0, 0, 0, .30);
|
|
759
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
760
|
-
|
|
761
|
-
&::before {
|
|
762
|
-
border-left-width: 2px;
|
|
763
|
-
}
|
|
764
|
-
}
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
table {
|
|
768
|
-
|
|
769
|
-
tr[background="none"],
|
|
770
|
-
tr:not([background]) {
|
|
771
|
-
th {
|
|
772
|
-
background-color: var(--color-muted);
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
|
|
777
675
|
.table-controls {
|
|
778
676
|
position: absolute;
|
|
677
|
+
top: 0;
|
|
678
|
+
left: 0;
|
|
679
|
+
z-index: 10;
|
|
779
680
|
}
|
|
780
681
|
|
|
781
|
-
.table-
|
|
782
|
-
.table-
|
|
682
|
+
.table-node-view .table-controls .columns-control,
|
|
683
|
+
.table-node-view .table-controls .rows-control {
|
|
783
684
|
transition: opacity ease-in 100ms;
|
|
784
685
|
position: absolute;
|
|
785
686
|
z-index: 5;
|
|
@@ -788,33 +689,33 @@
|
|
|
788
689
|
align-items: center;
|
|
789
690
|
}
|
|
790
691
|
|
|
791
|
-
.table-
|
|
692
|
+
.table-node-view .table-controls .columns-control {
|
|
792
693
|
height: 20px;
|
|
793
|
-
|
|
694
|
+
top: 0;
|
|
794
695
|
}
|
|
795
696
|
|
|
796
|
-
.table-
|
|
697
|
+
.table-node-view .table-controls .columns-control .columns-control-div {
|
|
797
698
|
color: white;
|
|
798
699
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%238F95B2' d='M4.5 10.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S6 12.825 6 12s-.675-1.5-1.5-1.5zm15 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S21 12.825 21 12s-.675-1.5-1.5-1.5zm-7.5 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5 1.5-.675 1.5-1.5-.675-1.5-1.5-1.5z'/%3E%3C/svg%3E");
|
|
799
700
|
width: 30px;
|
|
800
701
|
height: 15px;
|
|
801
702
|
}
|
|
802
703
|
|
|
803
|
-
.table-
|
|
704
|
+
.table-node-view .table-controls .rows-control {
|
|
804
705
|
width: 20px;
|
|
805
|
-
|
|
806
|
-
|
|
706
|
+
left: 0;
|
|
707
|
+
top: 20px;
|
|
807
708
|
}
|
|
808
709
|
|
|
809
|
-
.table-
|
|
710
|
+
.table-node-view .table-controls .rows-control .rows-control-div {
|
|
810
711
|
color: white;
|
|
811
712
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%238F95B2' d='M12 3c-.825 0-1.5.675-1.5 1.5S11.175 6 12 6s1.5-.675 1.5-1.5S12.825 3 12 3zm0 15c-.825 0-1.5.675-1.5 1.5S11.175 21 12 21s1.5-.675 1.5-1.5S12.825 18 12 18zm0-7.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5 1.5-.675 1.5-1.5-.675-1.5-1.5-1.5z'/%3E%3C/svg%3E");
|
|
812
713
|
height: 30px;
|
|
813
714
|
width: 15px;
|
|
814
715
|
}
|
|
815
716
|
|
|
816
|
-
.table-
|
|
817
|
-
.table-
|
|
717
|
+
.table-node-view .table-controls .rows-control-div,
|
|
718
|
+
.table-node-view .table-controls .columns-control-div {
|
|
818
719
|
border: 1px solid var(--color-border);
|
|
819
720
|
background-color: var(--color-muted);
|
|
820
721
|
box-shadow: var(--shadow-sm);
|
|
@@ -829,10 +730,10 @@
|
|
|
829
730
|
cursor: pointer;
|
|
830
731
|
}
|
|
831
732
|
|
|
832
|
-
.resize-cursor .table-
|
|
833
|
-
.table-
|
|
834
|
-
.resize-cursor .table-
|
|
835
|
-
.table-
|
|
733
|
+
.resize-cursor .table-node-view .table-controls .rows-control,
|
|
734
|
+
.table-node-view.controls--disabled .table-controls .rows-control,
|
|
735
|
+
.resize-cursor .table-node-view .table-controls .columns-control,
|
|
736
|
+
.table-node-view.controls--disabled .table-controls .columns-control {
|
|
836
737
|
opacity: 0;
|
|
837
738
|
pointer-events: none;
|
|
838
739
|
}
|
package/dist/index.js
CHANGED
|
@@ -1269,7 +1269,8 @@ var checkbox = (0, import_tailwind_variants14.tv)({
|
|
|
1269
1269
|
],
|
|
1270
1270
|
icon: [
|
|
1271
1271
|
"w-4 h-3 opacity-0 group-data-[state=checked]:opacity-100",
|
|
1272
|
-
"pointer-events-none"
|
|
1272
|
+
"pointer-events-none",
|
|
1273
|
+
"group-data-[state=checked]:text-primary-foreground"
|
|
1273
1274
|
]
|
|
1274
1275
|
},
|
|
1275
1276
|
variants: {
|
|
@@ -2964,7 +2965,7 @@ var imagePlaceholder = (0, import_tailwind_variants37.tv)({
|
|
|
2964
2965
|
"rounded-lg border-2 border-dashed",
|
|
2965
2966
|
"transition-colors cursor-pointer"
|
|
2966
2967
|
],
|
|
2967
|
-
content: "flex flex-col items-center gap-2
|
|
2968
|
+
content: "flex flex-col items-center gap-2",
|
|
2968
2969
|
icon: "text-muted-foreground",
|
|
2969
2970
|
text: "text-muted-foreground",
|
|
2970
2971
|
hint: "text-muted-foreground",
|
|
@@ -2993,7 +2994,8 @@ var imagePlaceholder = (0, import_tailwind_variants37.tv)({
|
|
|
2993
2994
|
},
|
|
2994
2995
|
variant: {
|
|
2995
2996
|
default: {
|
|
2996
|
-
root: "border-border bg-muted/20 hover:border-primary/50 hover:bg-muted/40"
|
|
2997
|
+
root: "border-border bg-muted/20 hover:border-primary/50 hover:bg-muted/40",
|
|
2998
|
+
content: "pointer-events-none"
|
|
2997
2999
|
},
|
|
2998
3000
|
error: {
|
|
2999
3001
|
root: "border-destructive/50 bg-destructive/10 cursor-default",
|
|
@@ -3001,10 +3003,12 @@ var imagePlaceholder = (0, import_tailwind_variants37.tv)({
|
|
|
3001
3003
|
text: "text-destructive"
|
|
3002
3004
|
},
|
|
3003
3005
|
disabled: {
|
|
3004
|
-
root: "border-border bg-muted/10 cursor-not-allowed opacity-60"
|
|
3006
|
+
root: "border-border bg-muted/10 cursor-not-allowed opacity-60",
|
|
3007
|
+
content: "pointer-events-none"
|
|
3005
3008
|
},
|
|
3006
3009
|
uploading: {
|
|
3007
|
-
root: "border-border bg-muted/30 cursor-wait"
|
|
3010
|
+
root: "border-border bg-muted/30 cursor-wait",
|
|
3011
|
+
content: "pointer-events-none"
|
|
3008
3012
|
}
|
|
3009
3013
|
}
|
|
3010
3014
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -130,7 +130,7 @@ import {
|
|
|
130
130
|
} from "./chunk-GMFZLUU4.mjs";
|
|
131
131
|
import {
|
|
132
132
|
imagePlaceholder
|
|
133
|
-
} from "./chunk-
|
|
133
|
+
} from "./chunk-FBHMEWWD.mjs";
|
|
134
134
|
import {
|
|
135
135
|
impactCard
|
|
136
136
|
} from "./chunk-EJSDSK3G.mjs";
|
|
@@ -202,7 +202,7 @@ import {
|
|
|
202
202
|
} from "./chunk-5YHTCPJL.mjs";
|
|
203
203
|
import {
|
|
204
204
|
checkbox
|
|
205
|
-
} from "./chunk-
|
|
205
|
+
} from "./chunk-ZUKWFD2M.mjs";
|
|
206
206
|
import {
|
|
207
207
|
chip
|
|
208
208
|
} from "./chunk-5LVKFTZS.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/theme",
|
|
3
|
-
"version": "17.22.
|
|
3
|
+
"version": "17.22.7",
|
|
4
4
|
"description": "The default theme for Kopexa components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theme",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"url": "https://github.com/kopexa-grc/sight/issues"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@tiptap/extension-drag-handle": "^3.
|
|
59
|
-
"@tiptap/extension-drag-handle-react": "^3.
|
|
60
|
-
"@tiptap/extension-node-range": "^3.
|
|
58
|
+
"@tiptap/extension-drag-handle": "^3.20.0",
|
|
59
|
+
"@tiptap/extension-drag-handle-react": "^3.20.0",
|
|
60
|
+
"@tiptap/extension-node-range": "^3.20.0",
|
|
61
61
|
"clsx": "^2.1.1",
|
|
62
62
|
"color": "^5.0.3",
|
|
63
63
|
"color2k": "^2.0.3",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"tailwind-merge": "3.4.0",
|
|
67
67
|
"tailwind-variants": "^3.2.2",
|
|
68
68
|
"tw-animate-css": "^1.4.0",
|
|
69
|
-
"@kopexa/shared-utils": "17.0.
|
|
69
|
+
"@kopexa/shared-utils": "17.0.46"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"tailwindcss": ">=4.0.0"
|