@kopexa/theme 2.1.0 → 13.0.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-NFOF75HQ.mjs → chunk-2N3PG3TK.mjs} +1 -1
- package/dist/{chunk-5DOB3IBE.mjs → chunk-6IZPAS4O.mjs} +5 -0
- package/dist/{chunk-GA6UOB2D.mjs → chunk-7POAXCN2.mjs} +1 -1
- package/dist/{chunk-M3GQ563Q.mjs → chunk-ARLLAC5V.mjs} +1 -1
- package/dist/{chunk-Z7D56R5U.mjs → chunk-CWAFYX5G.mjs} +2 -2
- package/dist/{chunk-IHITEH7V.mjs → chunk-IX46TOS3.mjs} +1 -1
- package/dist/{chunk-IHW4FWFB.mjs → chunk-K3EVZATS.mjs} +1 -1
- package/dist/{chunk-URGRCBNW.mjs → chunk-NNKYGAZC.mjs} +1 -1
- package/dist/{chunk-HHOMDBMZ.mjs → chunk-SYYY32OX.mjs} +1 -1
- package/dist/{chunk-DI54XTS5.mjs → chunk-TQVRNEIH.mjs} +1 -1
- package/dist/chunk-URVHE3OS.mjs +119 -0
- package/dist/{chunk-XRKUQMGU.mjs → chunk-UTCVHVWF.mjs} +1 -1
- package/dist/{chunk-YH6TDPK7.mjs → chunk-VDMXPFII.mjs} +1 -1
- package/dist/components/autocomplete.js +5 -0
- package/dist/components/autocomplete.mjs +3 -3
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/button.mjs +2 -2
- package/dist/components/combobox.d.mts +142 -0
- package/dist/components/combobox.d.ts +142 -0
- package/dist/components/combobox.js +228 -0
- package/dist/components/combobox.mjs +8 -0
- package/dist/components/command.d.mts +3 -3
- package/dist/components/command.d.ts +3 -3
- package/dist/components/hover-card.mjs +2 -2
- package/dist/components/index.d.mts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +208 -89
- package/dist/components/index.mjs +29 -25
- package/dist/components/input.js +5 -0
- package/dist/components/input.mjs +2 -2
- package/dist/components/popover.mjs +2 -2
- package/dist/components/select.js +5 -0
- package/dist/components/select.mjs +2 -2
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.mjs +1 -1
- package/dist/components/skeleton-avatar.mjs +3 -3
- package/dist/components/slash-dropdown-menu.mjs +2 -2
- package/dist/components/textarea.js +5 -0
- package/dist/components/textarea.mjs +2 -2
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +208 -89
- package/dist/index.mjs +29 -25
- package/dist/utils/classes.d.mts +5 -0
- package/dist/utils/classes.d.ts +5 -0
- package/dist/utils/classes.js +5 -0
- package/dist/utils/classes.mjs +1 -1
- package/package.json +2 -2
- /package/dist/{chunk-4I5ASWB3.mjs → chunk-XMLRBNOG.mjs} +0 -0
|
@@ -1,22 +1,28 @@
|
|
|
1
|
-
import "../chunk-
|
|
1
|
+
import "../chunk-XMLRBNOG.mjs";
|
|
2
|
+
import {
|
|
3
|
+
table
|
|
4
|
+
} from "../chunk-YC2FQDBV.mjs";
|
|
2
5
|
import {
|
|
3
6
|
tabs
|
|
4
7
|
} from "../chunk-I6M4S2KZ.mjs";
|
|
5
8
|
import {
|
|
6
9
|
textarea
|
|
7
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-ARLLAC5V.mjs";
|
|
8
11
|
import {
|
|
9
12
|
toolbar
|
|
10
13
|
} from "../chunk-2NA54PNL.mjs";
|
|
11
14
|
import {
|
|
12
15
|
tooltip
|
|
13
16
|
} from "../chunk-OLYO7UPH.mjs";
|
|
17
|
+
import {
|
|
18
|
+
skeletonAvatar
|
|
19
|
+
} from "../chunk-SYYY32OX.mjs";
|
|
14
20
|
import {
|
|
15
21
|
skeleton
|
|
16
22
|
} from "../chunk-VNQEJU4P.mjs";
|
|
17
23
|
import {
|
|
18
24
|
slashDropdownMenu
|
|
19
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-NNKYGAZC.mjs";
|
|
20
26
|
import {
|
|
21
27
|
spinner
|
|
22
28
|
} from "../chunk-4UDOCFU5.mjs";
|
|
@@ -33,8 +39,8 @@ import {
|
|
|
33
39
|
tabNav
|
|
34
40
|
} from "../chunk-ZLM6Z3W2.mjs";
|
|
35
41
|
import {
|
|
36
|
-
|
|
37
|
-
} from "../chunk-
|
|
42
|
+
resizable
|
|
43
|
+
} from "../chunk-RV656WRF.mjs";
|
|
38
44
|
import {
|
|
39
45
|
riskBadge
|
|
40
46
|
} from "../chunk-V2J5XG34.mjs";
|
|
@@ -49,7 +55,7 @@ import {
|
|
|
49
55
|
} from "../chunk-I4ZIT7EK.mjs";
|
|
50
56
|
import {
|
|
51
57
|
select
|
|
52
|
-
} from "../chunk-
|
|
58
|
+
} from "../chunk-2N3PG3TK.mjs";
|
|
53
59
|
import {
|
|
54
60
|
separator
|
|
55
61
|
} from "../chunk-LM7MKBHT.mjs";
|
|
@@ -57,10 +63,10 @@ import {
|
|
|
57
63
|
sidebar,
|
|
58
64
|
sidebarMenuAction,
|
|
59
65
|
sidebarMenuButton
|
|
60
|
-
} from "../chunk-
|
|
66
|
+
} from "../chunk-7POAXCN2.mjs";
|
|
61
67
|
import {
|
|
62
|
-
|
|
63
|
-
} from "../chunk-
|
|
68
|
+
integrationCard
|
|
69
|
+
} from "../chunk-QOW6FLZ6.mjs";
|
|
64
70
|
import {
|
|
65
71
|
kbd
|
|
66
72
|
} from "../chunk-BETLBSSF.mjs";
|
|
@@ -75,7 +81,7 @@ import {
|
|
|
75
81
|
} from "../chunk-OULAICSC.mjs";
|
|
76
82
|
import {
|
|
77
83
|
popover
|
|
78
|
-
} from "../chunk-
|
|
84
|
+
} from "../chunk-TQVRNEIH.mjs";
|
|
79
85
|
import {
|
|
80
86
|
previewCard
|
|
81
87
|
} from "../chunk-WPOYEHD2.mjs";
|
|
@@ -83,8 +89,8 @@ import {
|
|
|
83
89
|
relatedControlChip
|
|
84
90
|
} from "../chunk-7BZAMXH2.mjs";
|
|
85
91
|
import {
|
|
86
|
-
|
|
87
|
-
} from "../chunk-
|
|
92
|
+
editorSpinner
|
|
93
|
+
} from "../chunk-TVC4THD6.mjs";
|
|
88
94
|
import {
|
|
89
95
|
frameworkRow
|
|
90
96
|
} from "../chunk-TPFAZH22.mjs";
|
|
@@ -93,7 +99,7 @@ import {
|
|
|
93
99
|
} from "../chunk-NWKBPO37.mjs";
|
|
94
100
|
import {
|
|
95
101
|
hoverCard
|
|
96
|
-
} from "../chunk-
|
|
102
|
+
} from "../chunk-UTCVHVWF.mjs";
|
|
97
103
|
import {
|
|
98
104
|
inputGroup
|
|
99
105
|
} from "../chunk-HWEYNK3O.mjs";
|
|
@@ -101,8 +107,8 @@ import {
|
|
|
101
107
|
inputWrapper
|
|
102
108
|
} from "../chunk-VSVGOX3P.mjs";
|
|
103
109
|
import {
|
|
104
|
-
|
|
105
|
-
} from "../chunk-
|
|
110
|
+
command
|
|
111
|
+
} from "../chunk-YPHFKGNI.mjs";
|
|
106
112
|
import {
|
|
107
113
|
controlExtension
|
|
108
114
|
} from "../chunk-M4TXKRUU.mjs";
|
|
@@ -124,9 +130,6 @@ import {
|
|
|
124
130
|
import {
|
|
125
131
|
editorBasic
|
|
126
132
|
} from "../chunk-NUEQ5FLX.mjs";
|
|
127
|
-
import {
|
|
128
|
-
editorSpinner
|
|
129
|
-
} from "../chunk-TVC4THD6.mjs";
|
|
130
133
|
import {
|
|
131
134
|
calendar
|
|
132
135
|
} from "../chunk-JWF5ABNP.mjs";
|
|
@@ -149,8 +152,8 @@ import {
|
|
|
149
152
|
colorHighlightButton
|
|
150
153
|
} from "../chunk-CPERWXKN.mjs";
|
|
151
154
|
import {
|
|
152
|
-
|
|
153
|
-
} from "../chunk-
|
|
155
|
+
combobox
|
|
156
|
+
} from "../chunk-URVHE3OS.mjs";
|
|
154
157
|
import {
|
|
155
158
|
accordion
|
|
156
159
|
} from "../chunk-TLCFFCOP.mjs";
|
|
@@ -159,25 +162,25 @@ import {
|
|
|
159
162
|
} from "../chunk-XGUDXC5P.mjs";
|
|
160
163
|
import {
|
|
161
164
|
autocomplete
|
|
162
|
-
} from "../chunk-
|
|
165
|
+
} from "../chunk-CWAFYX5G.mjs";
|
|
163
166
|
import {
|
|
164
167
|
input,
|
|
165
168
|
passwordInput
|
|
166
|
-
} from "../chunk-
|
|
169
|
+
} from "../chunk-K3EVZATS.mjs";
|
|
167
170
|
import {
|
|
168
171
|
avatarGroup
|
|
169
172
|
} from "../chunk-XCLEKBCJ.mjs";
|
|
170
173
|
import {
|
|
171
174
|
avatar
|
|
172
|
-
} from "../chunk-
|
|
175
|
+
} from "../chunk-VDMXPFII.mjs";
|
|
173
176
|
import {
|
|
174
177
|
blankstate
|
|
175
178
|
} from "../chunk-DICHD74Q.mjs";
|
|
176
179
|
import {
|
|
177
180
|
button
|
|
178
|
-
} from "../chunk-
|
|
181
|
+
} from "../chunk-IX46TOS3.mjs";
|
|
179
182
|
import "../chunk-WSEO3MLK.mjs";
|
|
180
|
-
import "../chunk-
|
|
183
|
+
import "../chunk-6IZPAS4O.mjs";
|
|
181
184
|
export {
|
|
182
185
|
accordion,
|
|
183
186
|
alertDialog,
|
|
@@ -193,6 +196,7 @@ export {
|
|
|
193
196
|
chip,
|
|
194
197
|
code,
|
|
195
198
|
colorHighlightButton,
|
|
199
|
+
combobox,
|
|
196
200
|
command,
|
|
197
201
|
controlExtension,
|
|
198
202
|
dataTable,
|
package/dist/components/input.js
CHANGED
|
@@ -33,7 +33,7 @@ var sidebar = (0, import_tailwind_variants.tv)({
|
|
|
33
33
|
],
|
|
34
34
|
sidebarWrapper: ["group peer text-sidebar-foreground hidden md:block"],
|
|
35
35
|
sidebar: [
|
|
36
|
-
"bg-sidebar text-sidebar-foreground flex h-full w-(--sidebar-width) flex-col"
|
|
36
|
+
"bg-sidebar text-sidebar-foreground flex h-full w-(--sidebar-width) flex-col isolate"
|
|
37
37
|
],
|
|
38
38
|
gap: [
|
|
39
39
|
"relative w-(--sidebar-width) bg-transparent transition-[width] duration-200 ease-linear",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
skeletonAvatar
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-SYYY32OX.mjs";
|
|
4
|
+
import "../chunk-VDMXPFII.mjs";
|
|
5
5
|
import "../chunk-WSEO3MLK.mjs";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-6IZPAS4O.mjs";
|
|
7
7
|
export {
|
|
8
8
|
skeletonAvatar
|
|
9
9
|
};
|
package/dist/index.d.mts
CHANGED
|
@@ -13,6 +13,7 @@ export { CheckboxVariantProps, checkbox } from './components/checkbox.mjs';
|
|
|
13
13
|
export { ChipSlots, ChipVariantProps, chip } from './components/chip.mjs';
|
|
14
14
|
export { CodeVariantProps, code } from './components/code.mjs';
|
|
15
15
|
export { colorHighlightButton } from './components/color-highlight-button.mjs';
|
|
16
|
+
export { ComboboxVariantProps, combobox } from './components/combobox.mjs';
|
|
16
17
|
export { CommandVariants, command } from './components/command.mjs';
|
|
17
18
|
export { controlExtension } from './components/control-extension.mjs';
|
|
18
19
|
export { DataGridVariants, datagrid } from './components/data-grid.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export { CheckboxVariantProps, checkbox } from './components/checkbox.js';
|
|
|
13
13
|
export { ChipSlots, ChipVariantProps, chip } from './components/chip.js';
|
|
14
14
|
export { CodeVariantProps, code } from './components/code.js';
|
|
15
15
|
export { colorHighlightButton } from './components/color-highlight-button.js';
|
|
16
|
+
export { ComboboxVariantProps, combobox } from './components/combobox.js';
|
|
16
17
|
export { CommandVariants, command } from './components/command.js';
|
|
17
18
|
export { controlExtension } from './components/control-extension.js';
|
|
18
19
|
export { DataGridVariants, datagrid } from './components/data-grid.js';
|