@kopexa/theme 17.20.0 → 17.21.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-4XIBRN6X.mjs → chunk-GWRIERN6.mjs} +1 -1
- package/dist/chunk-YIS3TUW7.mjs +109 -0
- package/dist/components/editable-text.d.mts +230 -0
- package/dist/components/editable-text.d.ts +230 -0
- package/dist/components/editable-text.js +133 -0
- package/dist/components/editable-text.mjs +6 -0
- package/dist/components/index.d.mts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +207 -99
- package/dist/components/index.mjs +20 -16
- package/dist/components/preview-card.js +1 -1
- package/dist/components/preview-card.mjs +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +207 -99
- package/dist/index.mjs +20 -16
- package/package.json +2 -2
- /package/dist/{chunk-CGGAYK7A.mjs → chunk-BZXQ2GZA.mjs} +0 -0
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import "../chunk-
|
|
1
|
+
import "../chunk-BZXQ2GZA.mjs";
|
|
2
|
+
import {
|
|
3
|
+
tabs
|
|
4
|
+
} from "../chunk-I6M4S2KZ.mjs";
|
|
2
5
|
import {
|
|
3
6
|
textarea
|
|
4
7
|
} from "../chunk-ARLLAC5V.mjs";
|
|
@@ -14,6 +17,9 @@ import {
|
|
|
14
17
|
import {
|
|
15
18
|
variableNode
|
|
16
19
|
} from "../chunk-EKOZ2ZVU.mjs";
|
|
20
|
+
import {
|
|
21
|
+
slashDropdownMenu
|
|
22
|
+
} from "../chunk-U4BRPFG2.mjs";
|
|
17
23
|
import {
|
|
18
24
|
spinner
|
|
19
25
|
} from "../chunk-4UDOCFU5.mjs";
|
|
@@ -36,8 +42,8 @@ import {
|
|
|
36
42
|
table
|
|
37
43
|
} from "../chunk-YC2FQDBV.mjs";
|
|
38
44
|
import {
|
|
39
|
-
|
|
40
|
-
} from "../chunk-
|
|
45
|
+
riskRating
|
|
46
|
+
} from "../chunk-CNYKIUVC.mjs";
|
|
41
47
|
import {
|
|
42
48
|
scrollArea
|
|
43
49
|
} from "../chunk-SPQE7K66.mjs";
|
|
@@ -62,14 +68,14 @@ import {
|
|
|
62
68
|
skeleton
|
|
63
69
|
} from "../chunk-VNQEJU4P.mjs";
|
|
64
70
|
import {
|
|
65
|
-
|
|
66
|
-
} from "../chunk-
|
|
71
|
+
pageLayout
|
|
72
|
+
} from "../chunk-OULAICSC.mjs";
|
|
67
73
|
import {
|
|
68
74
|
popover
|
|
69
75
|
} from "../chunk-TQVRNEIH.mjs";
|
|
70
76
|
import {
|
|
71
77
|
previewCard
|
|
72
|
-
} from "../chunk-
|
|
78
|
+
} from "../chunk-GWRIERN6.mjs";
|
|
73
79
|
import {
|
|
74
80
|
promptInput
|
|
75
81
|
} from "../chunk-UCVBVFHQ.mjs";
|
|
@@ -86,8 +92,8 @@ import {
|
|
|
86
92
|
riskIndicator
|
|
87
93
|
} from "../chunk-CZMZHA7U.mjs";
|
|
88
94
|
import {
|
|
89
|
-
|
|
90
|
-
} from "../chunk-
|
|
95
|
+
inputWrapper
|
|
96
|
+
} from "../chunk-VSVGOX3P.mjs";
|
|
91
97
|
import {
|
|
92
98
|
integrationCard
|
|
93
99
|
} from "../chunk-QOW6FLZ6.mjs";
|
|
@@ -107,8 +113,8 @@ import {
|
|
|
107
113
|
pageHeader
|
|
108
114
|
} from "../chunk-HAVJ6EQ6.mjs";
|
|
109
115
|
import {
|
|
110
|
-
|
|
111
|
-
} from "../chunk-
|
|
116
|
+
frameworkRow
|
|
117
|
+
} from "../chunk-TPFAZH22.mjs";
|
|
112
118
|
import {
|
|
113
119
|
heading
|
|
114
120
|
} from "../chunk-NWKBPO37.mjs";
|
|
@@ -127,9 +133,6 @@ import {
|
|
|
127
133
|
import {
|
|
128
134
|
inputGroup
|
|
129
135
|
} from "../chunk-HWEYNK3O.mjs";
|
|
130
|
-
import {
|
|
131
|
-
inputWrapper
|
|
132
|
-
} from "../chunk-VSVGOX3P.mjs";
|
|
133
136
|
import {
|
|
134
137
|
drawer
|
|
135
138
|
} from "../chunk-7V3NMVQH.mjs";
|
|
@@ -139,6 +142,9 @@ import {
|
|
|
139
142
|
import {
|
|
140
143
|
dropdownMenu
|
|
141
144
|
} from "../chunk-3PCDCW7G.mjs";
|
|
145
|
+
import {
|
|
146
|
+
editableText
|
|
147
|
+
} from "../chunk-YIS3TUW7.mjs";
|
|
142
148
|
import {
|
|
143
149
|
editorBasic
|
|
144
150
|
} from "../chunk-LPNA4ATD.mjs";
|
|
@@ -151,9 +157,6 @@ import {
|
|
|
151
157
|
import {
|
|
152
158
|
filter
|
|
153
159
|
} from "../chunk-GT463S76.mjs";
|
|
154
|
-
import {
|
|
155
|
-
frameworkRow
|
|
156
|
-
} from "../chunk-TPFAZH22.mjs";
|
|
157
160
|
import {
|
|
158
161
|
colorHighlightButton
|
|
159
162
|
} from "../chunk-CPERWXKN.mjs";
|
|
@@ -257,6 +260,7 @@ export {
|
|
|
257
260
|
dialog,
|
|
258
261
|
drawer,
|
|
259
262
|
dropdownMenu,
|
|
263
|
+
editableText,
|
|
260
264
|
editorBasic,
|
|
261
265
|
editorSpinner,
|
|
262
266
|
filter,
|
package/dist/index.d.mts
CHANGED
|
@@ -25,6 +25,7 @@ export { DataTableVariants, dataTable } from './components/data-table.mjs';
|
|
|
25
25
|
export { DialogSlots, DialogVariantProps, dialog } from './components/dialog.mjs';
|
|
26
26
|
export { DrawerVariantProps, drawer } from './components/drawer.mjs';
|
|
27
27
|
export { DropdownMenuVariantProps, dropdownMenu } from './components/dropdown-menu.mjs';
|
|
28
|
+
export { EditableTextSlots, EditableTextVariantProps, editableText } from './components/editable-text.mjs';
|
|
28
29
|
export { EditorBasicVariants, editorBasic } from './components/editor-basic.mjs';
|
|
29
30
|
export { editorSpinner } from './components/editor-spinner.mjs';
|
|
30
31
|
export { AvatarUploadSlots, AvatarUploadVariants, avatarUpload } from './components/file-upload.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export { DataTableVariants, dataTable } from './components/data-table.js';
|
|
|
25
25
|
export { DialogSlots, DialogVariantProps, dialog } from './components/dialog.js';
|
|
26
26
|
export { DrawerVariantProps, drawer } from './components/drawer.js';
|
|
27
27
|
export { DropdownMenuVariantProps, dropdownMenu } from './components/dropdown-menu.js';
|
|
28
|
+
export { EditableTextSlots, EditableTextVariantProps, editableText } from './components/editable-text.js';
|
|
28
29
|
export { EditorBasicVariants, editorBasic } from './components/editor-basic.js';
|
|
29
30
|
export { editorSpinner } from './components/editor-spinner.js';
|
|
30
31
|
export { AvatarUploadSlots, AvatarUploadVariants, avatarUpload } from './components/file-upload.js';
|