@kopexa/theme 17.16.0 → 17.17.0
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-TJLBHX4F.mjs → chunk-PHVYOUMA.mjs} +1 -0
- package/dist/{chunk-2GNVYP2T.mjs → chunk-UCVBVFHQ.mjs} +3 -3
- package/dist/{chunk-JT6SHEZ6.mjs → chunk-Z6HY5L7A.mjs} +1 -1
- package/dist/components/conversation.js +1 -1
- package/dist/components/conversation.mjs +1 -1
- package/dist/components/index.js +5 -4
- package/dist/components/index.mjs +3 -3
- package/dist/components/message.d.mts +3 -0
- package/dist/components/message.d.ts +3 -0
- package/dist/components/message.js +1 -0
- package/dist/components/message.mjs +1 -1
- package/dist/components/prompt-input.js +3 -3
- package/dist/components/prompt-input.mjs +1 -1
- package/dist/index.js +5 -4
- package/dist/index.mjs +3 -3
- package/package.json +2 -2
|
@@ -11,6 +11,7 @@ var message = tv({
|
|
|
11
11
|
"group-[.is-user]:ml-auto group-[.is-user]:rounded-lg group-[.is-user]:bg-muted group-[.is-user]:px-4 group-[.is-user]:py-3 group-[.is-user]:text-foreground"
|
|
12
12
|
],
|
|
13
13
|
actions: "flex items-center gap-1",
|
|
14
|
+
action: "size-9 p-1.5 text-muted-foreground hover:text-foreground",
|
|
14
15
|
toolbar: "mt-4 flex w-full items-center justify-between gap-4",
|
|
15
16
|
// Branch components
|
|
16
17
|
branchRoot: "grid w-full gap-2 [&>div]:pb-0",
|
|
@@ -3,13 +3,13 @@ import { tv } from "tailwind-variants";
|
|
|
3
3
|
var promptInput = tv({
|
|
4
4
|
slots: {
|
|
5
5
|
root: "flex w-full flex-col gap-2",
|
|
6
|
-
form: "relative flex w-full items-end gap-2 rounded-
|
|
6
|
+
form: "relative flex w-full items-end gap-2 rounded-xl border bg-background px-3 py-2 focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",
|
|
7
7
|
textarea: [
|
|
8
8
|
"flex-1 resize-none bg-transparent text-sm placeholder:text-muted-foreground",
|
|
9
9
|
"focus:outline-none",
|
|
10
|
-
"min-h-[
|
|
10
|
+
"min-h-[36px] max-h-[200px] py-1.5"
|
|
11
11
|
],
|
|
12
|
-
actions: "flex items-center gap-1",
|
|
12
|
+
actions: "flex items-center gap-1 pb-0.5",
|
|
13
13
|
submitButton: "flex-shrink-0"
|
|
14
14
|
}
|
|
15
15
|
});
|
|
@@ -27,7 +27,7 @@ var import_tailwind_variants = require("tailwind-variants");
|
|
|
27
27
|
var conversation = (0, import_tailwind_variants.tv)({
|
|
28
28
|
slots: {
|
|
29
29
|
root: [
|
|
30
|
-
"relative flex-1
|
|
30
|
+
"relative flex-1 overflow-y-hidden",
|
|
31
31
|
// StickToBottom internal container needs overflow
|
|
32
32
|
"[&>div]:overflow-y-auto"
|
|
33
33
|
],
|
package/dist/components/index.js
CHANGED
|
@@ -1884,7 +1884,7 @@ var import_tailwind_variants22 = require("tailwind-variants");
|
|
|
1884
1884
|
var conversation = (0, import_tailwind_variants22.tv)({
|
|
1885
1885
|
slots: {
|
|
1886
1886
|
root: [
|
|
1887
|
-
"relative flex-1
|
|
1887
|
+
"relative flex-1 overflow-y-hidden",
|
|
1888
1888
|
// StickToBottom internal container needs overflow
|
|
1889
1889
|
"[&>div]:overflow-y-auto"
|
|
1890
1890
|
],
|
|
@@ -3121,6 +3121,7 @@ var message = (0, import_tailwind_variants44.tv)({
|
|
|
3121
3121
|
"group-[.is-user]:ml-auto group-[.is-user]:rounded-lg group-[.is-user]:bg-muted group-[.is-user]:px-4 group-[.is-user]:py-3 group-[.is-user]:text-foreground"
|
|
3122
3122
|
],
|
|
3123
3123
|
actions: "flex items-center gap-1",
|
|
3124
|
+
action: "size-9 p-1.5 text-muted-foreground hover:text-foreground",
|
|
3124
3125
|
toolbar: "mt-4 flex w-full items-center justify-between gap-4",
|
|
3125
3126
|
// Branch components
|
|
3126
3127
|
branchRoot: "grid w-full gap-2 [&>div]:pb-0",
|
|
@@ -3420,13 +3421,13 @@ var import_tailwind_variants49 = require("tailwind-variants");
|
|
|
3420
3421
|
var promptInput = (0, import_tailwind_variants49.tv)({
|
|
3421
3422
|
slots: {
|
|
3422
3423
|
root: "flex w-full flex-col gap-2",
|
|
3423
|
-
form: "relative flex w-full items-end gap-2 rounded-
|
|
3424
|
+
form: "relative flex w-full items-end gap-2 rounded-xl border bg-background px-3 py-2 focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",
|
|
3424
3425
|
textarea: [
|
|
3425
3426
|
"flex-1 resize-none bg-transparent text-sm placeholder:text-muted-foreground",
|
|
3426
3427
|
"focus:outline-none",
|
|
3427
|
-
"min-h-[
|
|
3428
|
+
"min-h-[36px] max-h-[200px] py-1.5"
|
|
3428
3429
|
],
|
|
3429
|
-
actions: "flex items-center gap-1",
|
|
3430
|
+
actions: "flex items-center gap-1 pb-0.5",
|
|
3430
3431
|
submitButton: "flex-shrink-0"
|
|
3431
3432
|
}
|
|
3432
3433
|
});
|
|
@@ -72,7 +72,7 @@ import {
|
|
|
72
72
|
} from "../chunk-4XIBRN6X.mjs";
|
|
73
73
|
import {
|
|
74
74
|
promptInput
|
|
75
|
-
} from "../chunk-
|
|
75
|
+
} from "../chunk-UCVBVFHQ.mjs";
|
|
76
76
|
import {
|
|
77
77
|
relatedControlChip
|
|
78
78
|
} from "../chunk-NIEFB74U.mjs";
|
|
@@ -102,7 +102,7 @@ import {
|
|
|
102
102
|
} from "../chunk-ZOTN264E.mjs";
|
|
103
103
|
import {
|
|
104
104
|
message
|
|
105
|
-
} from "../chunk-
|
|
105
|
+
} from "../chunk-PHVYOUMA.mjs";
|
|
106
106
|
import {
|
|
107
107
|
pageHeader
|
|
108
108
|
} from "../chunk-HAVJ6EQ6.mjs";
|
|
@@ -171,7 +171,7 @@ import {
|
|
|
171
171
|
} from "../chunk-M4TXKRUU.mjs";
|
|
172
172
|
import {
|
|
173
173
|
conversation
|
|
174
|
-
} from "../chunk-
|
|
174
|
+
} from "../chunk-Z6HY5L7A.mjs";
|
|
175
175
|
import {
|
|
176
176
|
datagrid
|
|
177
177
|
} from "../chunk-BCQAC4TS.mjs";
|
|
@@ -17,6 +17,7 @@ declare const message: tailwind_variants.TVReturnType<{
|
|
|
17
17
|
root: string;
|
|
18
18
|
content: string[];
|
|
19
19
|
actions: string;
|
|
20
|
+
action: string;
|
|
20
21
|
toolbar: string;
|
|
21
22
|
branchRoot: string;
|
|
22
23
|
branchContent: string;
|
|
@@ -38,6 +39,7 @@ declare const message: tailwind_variants.TVReturnType<{
|
|
|
38
39
|
root: string;
|
|
39
40
|
content: string[];
|
|
40
41
|
actions: string;
|
|
42
|
+
action: string;
|
|
41
43
|
toolbar: string;
|
|
42
44
|
branchRoot: string;
|
|
43
45
|
branchContent: string;
|
|
@@ -59,6 +61,7 @@ declare const message: tailwind_variants.TVReturnType<{
|
|
|
59
61
|
root: string;
|
|
60
62
|
content: string[];
|
|
61
63
|
actions: string;
|
|
64
|
+
action: string;
|
|
62
65
|
toolbar: string;
|
|
63
66
|
branchRoot: string;
|
|
64
67
|
branchContent: string;
|
|
@@ -17,6 +17,7 @@ declare const message: tailwind_variants.TVReturnType<{
|
|
|
17
17
|
root: string;
|
|
18
18
|
content: string[];
|
|
19
19
|
actions: string;
|
|
20
|
+
action: string;
|
|
20
21
|
toolbar: string;
|
|
21
22
|
branchRoot: string;
|
|
22
23
|
branchContent: string;
|
|
@@ -38,6 +39,7 @@ declare const message: tailwind_variants.TVReturnType<{
|
|
|
38
39
|
root: string;
|
|
39
40
|
content: string[];
|
|
40
41
|
actions: string;
|
|
42
|
+
action: string;
|
|
41
43
|
toolbar: string;
|
|
42
44
|
branchRoot: string;
|
|
43
45
|
branchContent: string;
|
|
@@ -59,6 +61,7 @@ declare const message: tailwind_variants.TVReturnType<{
|
|
|
59
61
|
root: string;
|
|
60
62
|
content: string[];
|
|
61
63
|
actions: string;
|
|
64
|
+
action: string;
|
|
62
65
|
toolbar: string;
|
|
63
66
|
branchRoot: string;
|
|
64
67
|
branchContent: string;
|
|
@@ -35,6 +35,7 @@ var message = (0, import_tailwind_variants.tv)({
|
|
|
35
35
|
"group-[.is-user]:ml-auto group-[.is-user]:rounded-lg group-[.is-user]:bg-muted group-[.is-user]:px-4 group-[.is-user]:py-3 group-[.is-user]:text-foreground"
|
|
36
36
|
],
|
|
37
37
|
actions: "flex items-center gap-1",
|
|
38
|
+
action: "size-9 p-1.5 text-muted-foreground hover:text-foreground",
|
|
38
39
|
toolbar: "mt-4 flex w-full items-center justify-between gap-4",
|
|
39
40
|
// Branch components
|
|
40
41
|
branchRoot: "grid w-full gap-2 [&>div]:pb-0",
|
|
@@ -27,13 +27,13 @@ var import_tailwind_variants = require("tailwind-variants");
|
|
|
27
27
|
var promptInput = (0, import_tailwind_variants.tv)({
|
|
28
28
|
slots: {
|
|
29
29
|
root: "flex w-full flex-col gap-2",
|
|
30
|
-
form: "relative flex w-full items-end gap-2 rounded-
|
|
30
|
+
form: "relative flex w-full items-end gap-2 rounded-xl border bg-background px-3 py-2 focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",
|
|
31
31
|
textarea: [
|
|
32
32
|
"flex-1 resize-none bg-transparent text-sm placeholder:text-muted-foreground",
|
|
33
33
|
"focus:outline-none",
|
|
34
|
-
"min-h-[
|
|
34
|
+
"min-h-[36px] max-h-[200px] py-1.5"
|
|
35
35
|
],
|
|
36
|
-
actions: "flex items-center gap-1",
|
|
36
|
+
actions: "flex items-center gap-1 pb-0.5",
|
|
37
37
|
submitButton: "flex-shrink-0"
|
|
38
38
|
}
|
|
39
39
|
});
|
package/dist/index.js
CHANGED
|
@@ -1884,7 +1884,7 @@ var import_tailwind_variants22 = require("tailwind-variants");
|
|
|
1884
1884
|
var conversation = (0, import_tailwind_variants22.tv)({
|
|
1885
1885
|
slots: {
|
|
1886
1886
|
root: [
|
|
1887
|
-
"relative flex-1
|
|
1887
|
+
"relative flex-1 overflow-y-hidden",
|
|
1888
1888
|
// StickToBottom internal container needs overflow
|
|
1889
1889
|
"[&>div]:overflow-y-auto"
|
|
1890
1890
|
],
|
|
@@ -3121,6 +3121,7 @@ var message = (0, import_tailwind_variants44.tv)({
|
|
|
3121
3121
|
"group-[.is-user]:ml-auto group-[.is-user]:rounded-lg group-[.is-user]:bg-muted group-[.is-user]:px-4 group-[.is-user]:py-3 group-[.is-user]:text-foreground"
|
|
3122
3122
|
],
|
|
3123
3123
|
actions: "flex items-center gap-1",
|
|
3124
|
+
action: "size-9 p-1.5 text-muted-foreground hover:text-foreground",
|
|
3124
3125
|
toolbar: "mt-4 flex w-full items-center justify-between gap-4",
|
|
3125
3126
|
// Branch components
|
|
3126
3127
|
branchRoot: "grid w-full gap-2 [&>div]:pb-0",
|
|
@@ -3420,13 +3421,13 @@ var import_tailwind_variants49 = require("tailwind-variants");
|
|
|
3420
3421
|
var promptInput = (0, import_tailwind_variants49.tv)({
|
|
3421
3422
|
slots: {
|
|
3422
3423
|
root: "flex w-full flex-col gap-2",
|
|
3423
|
-
form: "relative flex w-full items-end gap-2 rounded-
|
|
3424
|
+
form: "relative flex w-full items-end gap-2 rounded-xl border bg-background px-3 py-2 focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",
|
|
3424
3425
|
textarea: [
|
|
3425
3426
|
"flex-1 resize-none bg-transparent text-sm placeholder:text-muted-foreground",
|
|
3426
3427
|
"focus:outline-none",
|
|
3427
|
-
"min-h-[
|
|
3428
|
+
"min-h-[36px] max-h-[200px] py-1.5"
|
|
3428
3429
|
],
|
|
3429
|
-
actions: "flex items-center gap-1",
|
|
3430
|
+
actions: "flex items-center gap-1 pb-0.5",
|
|
3430
3431
|
submitButton: "flex-shrink-0"
|
|
3431
3432
|
}
|
|
3432
3433
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -73,7 +73,7 @@ import {
|
|
|
73
73
|
} from "./chunk-4XIBRN6X.mjs";
|
|
74
74
|
import {
|
|
75
75
|
promptInput
|
|
76
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-UCVBVFHQ.mjs";
|
|
77
77
|
import {
|
|
78
78
|
relatedControlChip
|
|
79
79
|
} from "./chunk-NIEFB74U.mjs";
|
|
@@ -103,7 +103,7 @@ import {
|
|
|
103
103
|
} from "./chunk-ZOTN264E.mjs";
|
|
104
104
|
import {
|
|
105
105
|
message
|
|
106
|
-
} from "./chunk-
|
|
106
|
+
} from "./chunk-PHVYOUMA.mjs";
|
|
107
107
|
import {
|
|
108
108
|
pageHeader
|
|
109
109
|
} from "./chunk-HAVJ6EQ6.mjs";
|
|
@@ -172,7 +172,7 @@ import {
|
|
|
172
172
|
} from "./chunk-M4TXKRUU.mjs";
|
|
173
173
|
import {
|
|
174
174
|
conversation
|
|
175
|
-
} from "./chunk-
|
|
175
|
+
} from "./chunk-Z6HY5L7A.mjs";
|
|
176
176
|
import {
|
|
177
177
|
datagrid
|
|
178
178
|
} from "./chunk-BCQAC4TS.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/theme",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.17.0",
|
|
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.30"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"tailwindcss": ">=4.0.0"
|