@kopexa/theme 13.0.2 → 14.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/index.mjs CHANGED
@@ -1,5 +1,11 @@
1
1
  import "./chunk-XSN6P5JL.mjs";
2
- import "./chunk-XMLRBNOG.mjs";
2
+ import "./chunk-X4JOORWZ.mjs";
3
+ import {
4
+ switchVariants
5
+ } from "./chunk-WQ446TVH.mjs";
6
+ import {
7
+ tabNav
8
+ } from "./chunk-ZLM6Z3W2.mjs";
3
9
  import {
4
10
  table
5
11
  } from "./chunk-YC2FQDBV.mjs";
@@ -15,6 +21,14 @@ import {
15
21
  import {
16
22
  tooltip
17
23
  } from "./chunk-OLYO7UPH.mjs";
24
+ import {
25
+ separator
26
+ } from "./chunk-LM7MKBHT.mjs";
27
+ import {
28
+ sidebar,
29
+ sidebarMenuAction,
30
+ sidebarMenuButton
31
+ } from "./chunk-3CZOBPDH.mjs";
18
32
  import {
19
33
  skeletonAvatar
20
34
  } from "./chunk-SYYY32OX.mjs";
@@ -34,11 +48,11 @@ import {
34
48
  standardChip
35
49
  } from "./chunk-7VZZASRG.mjs";
36
50
  import {
37
- switchVariants
38
- } from "./chunk-WQ446TVH.mjs";
51
+ previewCard
52
+ } from "./chunk-WPOYEHD2.mjs";
39
53
  import {
40
- tabNav
41
- } from "./chunk-ZLM6Z3W2.mjs";
54
+ relatedControlChip
55
+ } from "./chunk-7BZAMXH2.mjs";
42
56
  import {
43
57
  resizable
44
58
  } from "./chunk-RV656WRF.mjs";
@@ -58,13 +72,8 @@ import {
58
72
  select
59
73
  } from "./chunk-KPVLNOO5.mjs";
60
74
  import {
61
- separator
62
- } from "./chunk-LM7MKBHT.mjs";
63
- import {
64
- sidebar,
65
- sidebarMenuAction,
66
- sidebarMenuButton
67
- } from "./chunk-3CZOBPDH.mjs";
75
+ inputWrapper
76
+ } from "./chunk-VSVGOX3P.mjs";
68
77
  import {
69
78
  integrationCard
70
79
  } from "./chunk-QOW6FLZ6.mjs";
@@ -83,15 +92,12 @@ import {
83
92
  import {
84
93
  popover
85
94
  } from "./chunk-TQVRNEIH.mjs";
86
- import {
87
- previewCard
88
- } from "./chunk-WPOYEHD2.mjs";
89
- import {
90
- relatedControlChip
91
- } from "./chunk-7BZAMXH2.mjs";
92
95
  import {
93
96
  editorSpinner
94
97
  } from "./chunk-TVC4THD6.mjs";
98
+ import {
99
+ avatarUpload
100
+ } from "./chunk-QGL2OK4B.mjs";
95
101
  import {
96
102
  frameworkRow
97
103
  } from "./chunk-TPFAZH22.mjs";
@@ -101,12 +107,12 @@ import {
101
107
  import {
102
108
  hoverCard
103
109
  } from "./chunk-UTCVHVWF.mjs";
110
+ import {
111
+ imageCrop
112
+ } from "./chunk-GMFZLUU4.mjs";
104
113
  import {
105
114
  inputGroup
106
115
  } from "./chunk-HWEYNK3O.mjs";
107
- import {
108
- inputWrapper
109
- } from "./chunk-VSVGOX3P.mjs";
110
116
  import {
111
117
  command
112
118
  } from "./chunk-YPHFKGNI.mjs";
@@ -121,16 +127,16 @@ import {
121
127
  } from "./chunk-GNYTZGE5.mjs";
122
128
  import {
123
129
  drawer
124
- } from "./chunk-JXQPOORM.mjs";
130
+ } from "./chunk-7V3NMVQH.mjs";
125
131
  import {
126
132
  dialog
127
- } from "./chunk-LAJQAXSV.mjs";
133
+ } from "./chunk-OJDCD74N.mjs";
128
134
  import {
129
135
  dropdownMenu
130
136
  } from "./chunk-3PCDCW7G.mjs";
131
137
  import {
132
138
  editorBasic
133
- } from "./chunk-NUEQ5FLX.mjs";
139
+ } from "./chunk-XOL7P7NP.mjs";
134
140
  import {
135
141
  calendar
136
142
  } from "./chunk-JWF5ABNP.mjs";
@@ -188,6 +194,7 @@ export {
188
194
  autocomplete,
189
195
  avatar,
190
196
  avatarGroup,
197
+ avatarUpload,
191
198
  blankstate,
192
199
  button,
193
200
  calendar,
@@ -210,6 +217,7 @@ export {
210
217
  frameworkRow,
211
218
  heading,
212
219
  hoverCard,
220
+ imageCrop,
213
221
  input,
214
222
  inputGroup,
215
223
  inputWrapper,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "13.0.2",
3
+ "version": "14.0.0",
4
4
  "description": "The default theme for Kopexa components",
5
5
  "keywords": [
6
6
  "theme",
@@ -64,7 +64,7 @@
64
64
  "tailwind-merge": "3.3.1",
65
65
  "tailwind-variants": "^3.1.1",
66
66
  "tw-animate-css": "^1.4.0",
67
- "@kopexa/shared-utils": "13.0.2"
67
+ "@kopexa/shared-utils": "14.0.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "tailwindcss": ">=4.0.0"
@@ -73,7 +73,7 @@
73
73
  "@types/color": "^4.2.0",
74
74
  "@types/flat": "^5.0.5",
75
75
  "clean-package": "2.2.0",
76
- "tailwindcss": "^4.1.13"
76
+ "tailwindcss": "^4.1.14"
77
77
  },
78
78
  "tsup": {
79
79
  "clean": true,
File without changes