@kopexa/theme 17.22.5 → 17.22.6
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-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/index.js +2 -1
- package/dist/components/index.mjs +1 -1
- 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/index.js +2 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -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;
|
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: {
|
|
@@ -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/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: {
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/theme",
|
|
3
|
-
"version": "17.22.
|
|
3
|
+
"version": "17.22.6",
|
|
4
4
|
"description": "The default theme for Kopexa components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theme",
|
|
@@ -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.45"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"tailwindcss": ">=4.0.0"
|