@kopexa/theme 17.14.0 → 17.16.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.
Files changed (38) hide show
  1. package/dist/chunk-2GNVYP2T.mjs +19 -0
  2. package/dist/chunk-JT6SHEZ6.mjs +21 -0
  3. package/dist/chunk-L75CK6K3.mjs +146 -0
  4. package/dist/chunk-TJLBHX4F.mjs +41 -0
  5. package/dist/chunk-W6TZSSAU.mjs +26 -0
  6. package/dist/components/breadcrumb.d.mts +69 -0
  7. package/dist/components/breadcrumb.d.ts +69 -0
  8. package/dist/components/breadcrumb.js +50 -0
  9. package/dist/components/breadcrumb.mjs +6 -0
  10. package/dist/components/command.d.mts +3 -3
  11. package/dist/components/command.d.ts +3 -3
  12. package/dist/components/conversation.d.mts +69 -0
  13. package/dist/components/conversation.d.ts +69 -0
  14. package/dist/components/conversation.js +45 -0
  15. package/dist/components/conversation.mjs +6 -0
  16. package/dist/components/filter.d.mts +81 -12
  17. package/dist/components/filter.d.ts +81 -12
  18. package/dist/components/filter.js +63 -20
  19. package/dist/components/filter.mjs +1 -1
  20. package/dist/components/index.d.mts +4 -0
  21. package/dist/components/index.d.ts +4 -0
  22. package/dist/components/index.js +294 -148
  23. package/dist/components/index.mjs +67 -51
  24. package/dist/components/message.d.mts +71 -0
  25. package/dist/components/message.d.ts +71 -0
  26. package/dist/components/message.js +65 -0
  27. package/dist/components/message.mjs +6 -0
  28. package/dist/components/prompt-input.d.mts +57 -0
  29. package/dist/components/prompt-input.d.ts +57 -0
  30. package/dist/components/prompt-input.js +43 -0
  31. package/dist/components/prompt-input.mjs +6 -0
  32. package/dist/index.d.mts +4 -0
  33. package/dist/index.d.ts +4 -0
  34. package/dist/index.js +294 -148
  35. package/dist/index.mjs +67 -51
  36. package/package.json +3 -3
  37. package/dist/chunk-PKB6QHSP.mjs +0 -103
  38. /package/dist/{chunk-FZR3MK36.mjs → chunk-CGGAYK7A.mjs} +0 -0
package/dist/index.mjs CHANGED
@@ -1,8 +1,32 @@
1
1
  import "./chunk-XSN6P5JL.mjs";
2
- import "./chunk-FZR3MK36.mjs";
2
+ import "./chunk-CGGAYK7A.mjs";
3
+ import {
4
+ textarea
5
+ } from "./chunk-ARLLAC5V.mjs";
6
+ import {
7
+ toc
8
+ } from "./chunk-ODC3GJTR.mjs";
9
+ import {
10
+ toolbar
11
+ } from "./chunk-2NA54PNL.mjs";
12
+ import {
13
+ tooltip
14
+ } from "./chunk-OLYO7UPH.mjs";
3
15
  import {
4
16
  variableNode
5
17
  } from "./chunk-EKOZ2ZVU.mjs";
18
+ import {
19
+ spinner
20
+ } from "./chunk-4UDOCFU5.mjs";
21
+ import {
22
+ splitPageLayout
23
+ } from "./chunk-B5JVXVSG.mjs";
24
+ import {
25
+ standardChip
26
+ } from "./chunk-XQZL7LCP.mjs";
27
+ import {
28
+ stat
29
+ } from "./chunk-RTWYV4TJ.mjs";
6
30
  import {
7
31
  switchVariants
8
32
  } from "./chunk-WQ446TVH.mjs";
@@ -16,17 +40,17 @@ import {
16
40
  tabs
17
41
  } from "./chunk-I6M4S2KZ.mjs";
18
42
  import {
19
- textarea
20
- } from "./chunk-ARLLAC5V.mjs";
43
+ scrollArea
44
+ } from "./chunk-SPQE7K66.mjs";
21
45
  import {
22
- toc
23
- } from "./chunk-ODC3GJTR.mjs";
46
+ sectionRow
47
+ } from "./chunk-CC225WUG.mjs";
24
48
  import {
25
- toolbar
26
- } from "./chunk-2NA54PNL.mjs";
49
+ select
50
+ } from "./chunk-KPVLNOO5.mjs";
27
51
  import {
28
- tooltip
29
- } from "./chunk-OLYO7UPH.mjs";
52
+ separator
53
+ } from "./chunk-LM7MKBHT.mjs";
30
54
  import {
31
55
  sidebar,
32
56
  sidebarMenuAction,
@@ -42,17 +66,17 @@ import {
42
66
  slashDropdownMenu
43
67
  } from "./chunk-U4BRPFG2.mjs";
44
68
  import {
45
- spinner
46
- } from "./chunk-4UDOCFU5.mjs";
69
+ popover
70
+ } from "./chunk-TQVRNEIH.mjs";
47
71
  import {
48
- splitPageLayout
49
- } from "./chunk-B5JVXVSG.mjs";
72
+ previewCard
73
+ } from "./chunk-4XIBRN6X.mjs";
50
74
  import {
51
- standardChip
52
- } from "./chunk-XQZL7LCP.mjs";
75
+ promptInput
76
+ } from "./chunk-2GNVYP2T.mjs";
53
77
  import {
54
- stat
55
- } from "./chunk-RTWYV4TJ.mjs";
78
+ relatedControlChip
79
+ } from "./chunk-NIEFB74U.mjs";
56
80
  import {
57
81
  resizable
58
82
  } from "./chunk-RV656WRF.mjs";
@@ -66,17 +90,8 @@ import {
66
90
  riskRating
67
91
  } from "./chunk-CNYKIUVC.mjs";
68
92
  import {
69
- scrollArea
70
- } from "./chunk-SPQE7K66.mjs";
71
- import {
72
- sectionRow
73
- } from "./chunk-CC225WUG.mjs";
74
- import {
75
- select
76
- } from "./chunk-KPVLNOO5.mjs";
77
- import {
78
- separator
79
- } from "./chunk-LM7MKBHT.mjs";
93
+ integrationCard
94
+ } from "./chunk-QOW6FLZ6.mjs";
80
95
  import {
81
96
  kbd
82
97
  } from "./chunk-BETLBSSF.mjs";
@@ -86,6 +101,9 @@ import {
86
101
  import {
87
102
  loadingPage
88
103
  } from "./chunk-ZOTN264E.mjs";
104
+ import {
105
+ message
106
+ } from "./chunk-TJLBHX4F.mjs";
89
107
  import {
90
108
  pageHeader
91
109
  } from "./chunk-HAVJ6EQ6.mjs";
@@ -93,14 +111,11 @@ import {
93
111
  pageLayout
94
112
  } from "./chunk-OULAICSC.mjs";
95
113
  import {
96
- popover
97
- } from "./chunk-TQVRNEIH.mjs";
98
- import {
99
- previewCard
100
- } from "./chunk-4XIBRN6X.mjs";
114
+ heading
115
+ } from "./chunk-NWKBPO37.mjs";
101
116
  import {
102
- relatedControlChip
103
- } from "./chunk-NIEFB74U.mjs";
117
+ hoverCard
118
+ } from "./chunk-UTCVHVWF.mjs";
104
119
  import {
105
120
  imageCrop
106
121
  } from "./chunk-GMFZLUU4.mjs";
@@ -117,8 +132,11 @@ import {
117
132
  inputWrapper
118
133
  } from "./chunk-VSVGOX3P.mjs";
119
134
  import {
120
- integrationCard
121
- } from "./chunk-QOW6FLZ6.mjs";
135
+ drawer
136
+ } from "./chunk-7V3NMVQH.mjs";
137
+ import {
138
+ dialog
139
+ } from "./chunk-OJDCD74N.mjs";
122
140
  import {
123
141
  dropdownMenu
124
142
  } from "./chunk-3PCDCW7G.mjs";
@@ -133,16 +151,13 @@ import {
133
151
  } from "./chunk-QGL2OK4B.mjs";
134
152
  import {
135
153
  filter
136
- } from "./chunk-PKB6QHSP.mjs";
154
+ } from "./chunk-L75CK6K3.mjs";
137
155
  import {
138
156
  frameworkRow
139
157
  } from "./chunk-TPFAZH22.mjs";
140
158
  import {
141
- heading
142
- } from "./chunk-NWKBPO37.mjs";
143
- import {
144
- hoverCard
145
- } from "./chunk-UTCVHVWF.mjs";
159
+ colorHighlightButton
160
+ } from "./chunk-CPERWXKN.mjs";
146
161
  import {
147
162
  combobox
148
163
  } from "./chunk-Z2SMCAER.mjs";
@@ -155,6 +170,9 @@ import {
155
170
  import {
156
171
  controlExtension
157
172
  } from "./chunk-M4TXKRUU.mjs";
173
+ import {
174
+ conversation
175
+ } from "./chunk-JT6SHEZ6.mjs";
158
176
  import {
159
177
  datagrid
160
178
  } from "./chunk-BCQAC4TS.mjs";
@@ -162,11 +180,8 @@ import {
162
180
  dataTable
163
181
  } from "./chunk-GNYTZGE5.mjs";
164
182
  import {
165
- drawer
166
- } from "./chunk-7V3NMVQH.mjs";
167
- import {
168
- dialog
169
- } from "./chunk-OJDCD74N.mjs";
183
+ breadcrumb
184
+ } from "./chunk-W6TZSSAU.mjs";
170
185
  import {
171
186
  button
172
187
  } from "./chunk-OTETLRUE.mjs";
@@ -188,9 +203,6 @@ import {
188
203
  import {
189
204
  code
190
205
  } from "./chunk-VQ2OAHGP.mjs";
191
- import {
192
- colorHighlightButton
193
- } from "./chunk-CPERWXKN.mjs";
194
206
  import {
195
207
  accordion
196
208
  } from "./chunk-AEWKHJEI.mjs";
@@ -227,6 +239,7 @@ export {
227
239
  avatarGroup,
228
240
  avatarUpload,
229
241
  blankstate,
242
+ breadcrumb,
230
243
  button,
231
244
  calendar,
232
245
  callout,
@@ -239,6 +252,7 @@ export {
239
252
  command,
240
253
  complianceBadge,
241
254
  controlExtension,
255
+ conversation,
242
256
  dataTable,
243
257
  datagrid,
244
258
  dialog,
@@ -260,11 +274,13 @@ export {
260
274
  kbd,
261
275
  label,
262
276
  loadingPage,
277
+ message,
263
278
  pageHeader,
264
279
  pageLayout,
265
280
  passwordInput,
266
281
  popover,
267
282
  previewCard,
283
+ promptInput,
268
284
  relatedControlChip,
269
285
  resizable,
270
286
  riskBadge,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "17.14.0",
3
+ "version": "17.16.0",
4
4
  "description": "The default theme for Kopexa components",
5
5
  "keywords": [
6
6
  "theme",
@@ -57,7 +57,7 @@
57
57
  "dependencies": {
58
58
  "@tiptap/extension-drag-handle": "^3.17.0",
59
59
  "@tiptap/extension-drag-handle-react": "^3.17.0",
60
- "@tiptap/extension-node-range": "^3.17.0",
60
+ "@tiptap/extension-node-range": "^3.17.1",
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.27"
69
+ "@kopexa/shared-utils": "17.0.29"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "tailwindcss": ">=4.0.0"
@@ -1,103 +0,0 @@
1
- import {
2
- focusVisibleClasses
3
- } from "./chunk-6IZPAS4O.mjs";
4
-
5
- // src/components/filter.ts
6
- import { tv } from "tailwind-variants";
7
- var filter = tv({
8
- slots: {
9
- root: "flex flex-wrap items-center gap-2",
10
- // Trigger Button
11
- trigger: [
12
- "inline-flex items-center gap-2 rounded-md",
13
- "border border-dashed border-input text-sm",
14
- "hover:bg-accent hover:text-accent-foreground",
15
- "transition-colors cursor-pointer",
16
- ...focusVisibleClasses
17
- ],
18
- triggerIcon: "size-4 opacity-60",
19
- // Feld-Auswahl Menü
20
- menu: [
21
- "bg-popover text-popover-foreground border rounded-lg shadow-lg p-1 min-w-[220px]",
22
- "data-[open]:animate-in data-[closed]:animate-out",
23
- "data-[closed]:fade-out-0 data-[open]:fade-in-0",
24
- "data-[closed]:zoom-out-95 data-[open]:zoom-in-95"
25
- ],
26
- menuGroup: "py-1",
27
- menuGroupLabel: "px-2 py-1.5 text-xs font-medium text-muted-foreground uppercase tracking-wide",
28
- menuItem: [
29
- "flex items-center gap-2 px-2 py-1.5 rounded-sm text-sm cursor-pointer",
30
- "outline-none select-none",
31
- "data-highlighted:bg-accent data-highlighted:text-accent-foreground",
32
- "data-disabled:opacity-50 data-disabled:pointer-events-none"
33
- ],
34
- menuItemIcon: "size-4 text-muted-foreground",
35
- menuSeparator: "bg-border -mx-1 my-1 h-px",
36
- // Aktiver Filter (Chip-artig)
37
- field: [
38
- "inline-flex items-center gap-1 rounded-md",
39
- "bg-secondary text-secondary-foreground text-sm",
40
- "border border-transparent hover:border-border",
41
- "cursor-pointer transition-colors"
42
- ],
43
- fieldLabel: "font-medium",
44
- fieldOperator: "text-muted-foreground text-xs",
45
- fieldValue: "max-w-[150px] truncate",
46
- fieldRemove: [
47
- "size-5 rounded-sm flex items-center justify-center",
48
- "hover:bg-destructive/10 hover:text-destructive",
49
- "transition-colors cursor-pointer",
50
- ...focusVisibleClasses
51
- ],
52
- // Wert-Editor Popover
53
- editor: [
54
- "bg-popover text-popover-foreground border rounded-lg shadow-lg p-3 min-w-[240px]",
55
- "data-[open]:animate-in data-[closed]:animate-out",
56
- "data-[closed]:fade-out-0 data-[open]:fade-in-0",
57
- "data-[closed]:zoom-out-95 data-[open]:zoom-in-95"
58
- ],
59
- editorHeader: "flex items-center justify-between mb-2",
60
- editorTitle: "text-sm font-medium",
61
- editorOperator: "w-full mb-2",
62
- editorInput: "w-full",
63
- // Active Filters Container
64
- active: "flex flex-wrap items-center gap-2",
65
- // Clear All Button
66
- clearAll: [
67
- "text-xs text-muted-foreground hover:text-foreground",
68
- "cursor-pointer transition-colors"
69
- ]
70
- },
71
- variants: {
72
- size: {
73
- sm: {
74
- trigger: "h-7 text-xs px-2.5",
75
- field: "h-6 text-xs pl-2 pr-0.5",
76
- fieldRemove: "size-4"
77
- },
78
- md: {
79
- trigger: "h-8 px-3",
80
- field: "h-7 pl-2.5 pr-1"
81
- },
82
- lg: {
83
- trigger: "h-9 px-4 text-base",
84
- field: "h-8 pl-3 pr-1.5 text-base",
85
- fieldRemove: "size-6"
86
- }
87
- },
88
- variant: {
89
- outline: {
90
- field: "bg-transparent border-input"
91
- },
92
- solid: {}
93
- }
94
- },
95
- defaultVariants: {
96
- size: "md",
97
- variant: "solid"
98
- }
99
- });
100
-
101
- export {
102
- filter
103
- };
File without changes