@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.
Files changed (49) hide show
  1. package/dist/{chunk-NFOF75HQ.mjs → chunk-2N3PG3TK.mjs} +1 -1
  2. package/dist/{chunk-5DOB3IBE.mjs → chunk-6IZPAS4O.mjs} +5 -0
  3. package/dist/{chunk-GA6UOB2D.mjs → chunk-7POAXCN2.mjs} +1 -1
  4. package/dist/{chunk-M3GQ563Q.mjs → chunk-ARLLAC5V.mjs} +1 -1
  5. package/dist/{chunk-Z7D56R5U.mjs → chunk-CWAFYX5G.mjs} +2 -2
  6. package/dist/{chunk-IHITEH7V.mjs → chunk-IX46TOS3.mjs} +1 -1
  7. package/dist/{chunk-IHW4FWFB.mjs → chunk-K3EVZATS.mjs} +1 -1
  8. package/dist/{chunk-URGRCBNW.mjs → chunk-NNKYGAZC.mjs} +1 -1
  9. package/dist/{chunk-HHOMDBMZ.mjs → chunk-SYYY32OX.mjs} +1 -1
  10. package/dist/{chunk-DI54XTS5.mjs → chunk-TQVRNEIH.mjs} +1 -1
  11. package/dist/chunk-URVHE3OS.mjs +119 -0
  12. package/dist/{chunk-XRKUQMGU.mjs → chunk-UTCVHVWF.mjs} +1 -1
  13. package/dist/{chunk-YH6TDPK7.mjs → chunk-VDMXPFII.mjs} +1 -1
  14. package/dist/components/autocomplete.js +5 -0
  15. package/dist/components/autocomplete.mjs +3 -3
  16. package/dist/components/avatar.mjs +2 -2
  17. package/dist/components/button.mjs +2 -2
  18. package/dist/components/combobox.d.mts +142 -0
  19. package/dist/components/combobox.d.ts +142 -0
  20. package/dist/components/combobox.js +228 -0
  21. package/dist/components/combobox.mjs +8 -0
  22. package/dist/components/command.d.mts +3 -3
  23. package/dist/components/command.d.ts +3 -3
  24. package/dist/components/hover-card.mjs +2 -2
  25. package/dist/components/index.d.mts +1 -0
  26. package/dist/components/index.d.ts +1 -0
  27. package/dist/components/index.js +208 -89
  28. package/dist/components/index.mjs +29 -25
  29. package/dist/components/input.js +5 -0
  30. package/dist/components/input.mjs +2 -2
  31. package/dist/components/popover.mjs +2 -2
  32. package/dist/components/select.js +5 -0
  33. package/dist/components/select.mjs +2 -2
  34. package/dist/components/sidebar.js +1 -1
  35. package/dist/components/sidebar.mjs +1 -1
  36. package/dist/components/skeleton-avatar.mjs +3 -3
  37. package/dist/components/slash-dropdown-menu.mjs +2 -2
  38. package/dist/components/textarea.js +5 -0
  39. package/dist/components/textarea.mjs +2 -2
  40. package/dist/index.d.mts +1 -0
  41. package/dist/index.d.ts +1 -0
  42. package/dist/index.js +208 -89
  43. package/dist/index.mjs +29 -25
  44. package/dist/utils/classes.d.mts +5 -0
  45. package/dist/utils/classes.d.ts +5 -0
  46. package/dist/utils/classes.js +5 -0
  47. package/dist/utils/classes.mjs +1 -1
  48. package/package.json +2 -2
  49. /package/dist/{chunk-4I5ASWB3.mjs → chunk-XMLRBNOG.mjs} +0 -0
package/dist/index.mjs CHANGED
@@ -1,23 +1,29 @@
1
1
  import "./chunk-XSN6P5JL.mjs";
2
- import "./chunk-4I5ASWB3.mjs";
2
+ import "./chunk-XMLRBNOG.mjs";
3
+ import {
4
+ table
5
+ } from "./chunk-YC2FQDBV.mjs";
3
6
  import {
4
7
  tabs
5
8
  } from "./chunk-I6M4S2KZ.mjs";
6
9
  import {
7
10
  textarea
8
- } from "./chunk-M3GQ563Q.mjs";
11
+ } from "./chunk-ARLLAC5V.mjs";
9
12
  import {
10
13
  toolbar
11
14
  } from "./chunk-2NA54PNL.mjs";
12
15
  import {
13
16
  tooltip
14
17
  } from "./chunk-OLYO7UPH.mjs";
18
+ import {
19
+ skeletonAvatar
20
+ } from "./chunk-SYYY32OX.mjs";
15
21
  import {
16
22
  skeleton
17
23
  } from "./chunk-VNQEJU4P.mjs";
18
24
  import {
19
25
  slashDropdownMenu
20
- } from "./chunk-URGRCBNW.mjs";
26
+ } from "./chunk-NNKYGAZC.mjs";
21
27
  import {
22
28
  spinner
23
29
  } from "./chunk-4UDOCFU5.mjs";
@@ -34,8 +40,8 @@ import {
34
40
  tabNav
35
41
  } from "./chunk-ZLM6Z3W2.mjs";
36
42
  import {
37
- table
38
- } from "./chunk-YC2FQDBV.mjs";
43
+ resizable
44
+ } from "./chunk-RV656WRF.mjs";
39
45
  import {
40
46
  riskBadge
41
47
  } from "./chunk-V2J5XG34.mjs";
@@ -50,7 +56,7 @@ import {
50
56
  } from "./chunk-I4ZIT7EK.mjs";
51
57
  import {
52
58
  select
53
- } from "./chunk-NFOF75HQ.mjs";
59
+ } from "./chunk-2N3PG3TK.mjs";
54
60
  import {
55
61
  separator
56
62
  } from "./chunk-LM7MKBHT.mjs";
@@ -58,10 +64,10 @@ import {
58
64
  sidebar,
59
65
  sidebarMenuAction,
60
66
  sidebarMenuButton
61
- } from "./chunk-GA6UOB2D.mjs";
67
+ } from "./chunk-7POAXCN2.mjs";
62
68
  import {
63
- skeletonAvatar
64
- } from "./chunk-HHOMDBMZ.mjs";
69
+ integrationCard
70
+ } from "./chunk-QOW6FLZ6.mjs";
65
71
  import {
66
72
  kbd
67
73
  } from "./chunk-BETLBSSF.mjs";
@@ -76,7 +82,7 @@ import {
76
82
  } from "./chunk-OULAICSC.mjs";
77
83
  import {
78
84
  popover
79
- } from "./chunk-DI54XTS5.mjs";
85
+ } from "./chunk-TQVRNEIH.mjs";
80
86
  import {
81
87
  previewCard
82
88
  } from "./chunk-WPOYEHD2.mjs";
@@ -84,8 +90,8 @@ import {
84
90
  relatedControlChip
85
91
  } from "./chunk-7BZAMXH2.mjs";
86
92
  import {
87
- resizable
88
- } from "./chunk-RV656WRF.mjs";
93
+ editorSpinner
94
+ } from "./chunk-TVC4THD6.mjs";
89
95
  import {
90
96
  frameworkRow
91
97
  } from "./chunk-TPFAZH22.mjs";
@@ -94,7 +100,7 @@ import {
94
100
  } from "./chunk-NWKBPO37.mjs";
95
101
  import {
96
102
  hoverCard
97
- } from "./chunk-XRKUQMGU.mjs";
103
+ } from "./chunk-UTCVHVWF.mjs";
98
104
  import {
99
105
  inputGroup
100
106
  } from "./chunk-HWEYNK3O.mjs";
@@ -102,8 +108,8 @@ import {
102
108
  inputWrapper
103
109
  } from "./chunk-VSVGOX3P.mjs";
104
110
  import {
105
- integrationCard
106
- } from "./chunk-QOW6FLZ6.mjs";
111
+ command
112
+ } from "./chunk-YPHFKGNI.mjs";
107
113
  import {
108
114
  controlExtension
109
115
  } from "./chunk-M4TXKRUU.mjs";
@@ -125,9 +131,6 @@ import {
125
131
  import {
126
132
  editorBasic
127
133
  } from "./chunk-NUEQ5FLX.mjs";
128
- import {
129
- editorSpinner
130
- } from "./chunk-TVC4THD6.mjs";
131
134
  import {
132
135
  calendar
133
136
  } from "./chunk-JWF5ABNP.mjs";
@@ -150,8 +153,8 @@ import {
150
153
  colorHighlightButton
151
154
  } from "./chunk-CPERWXKN.mjs";
152
155
  import {
153
- command
154
- } from "./chunk-YPHFKGNI.mjs";
156
+ combobox
157
+ } from "./chunk-URVHE3OS.mjs";
155
158
  import {
156
159
  accordion
157
160
  } from "./chunk-TLCFFCOP.mjs";
@@ -160,25 +163,25 @@ import {
160
163
  } from "./chunk-XGUDXC5P.mjs";
161
164
  import {
162
165
  autocomplete
163
- } from "./chunk-Z7D56R5U.mjs";
166
+ } from "./chunk-CWAFYX5G.mjs";
164
167
  import {
165
168
  input,
166
169
  passwordInput
167
- } from "./chunk-IHW4FWFB.mjs";
170
+ } from "./chunk-K3EVZATS.mjs";
168
171
  import {
169
172
  avatarGroup
170
173
  } from "./chunk-XCLEKBCJ.mjs";
171
174
  import {
172
175
  avatar
173
- } from "./chunk-YH6TDPK7.mjs";
176
+ } from "./chunk-VDMXPFII.mjs";
174
177
  import {
175
178
  blankstate
176
179
  } from "./chunk-DICHD74Q.mjs";
177
180
  import {
178
181
  button
179
- } from "./chunk-IHITEH7V.mjs";
182
+ } from "./chunk-IX46TOS3.mjs";
180
183
  import "./chunk-WSEO3MLK.mjs";
181
- import "./chunk-5DOB3IBE.mjs";
184
+ import "./chunk-6IZPAS4O.mjs";
182
185
  export {
183
186
  accordion,
184
187
  alertDialog,
@@ -194,6 +197,7 @@ export {
194
197
  chip,
195
198
  code,
196
199
  colorHighlightButton,
200
+ combobox,
197
201
  command,
198
202
  controlExtension,
199
203
  dataTable,
@@ -20,6 +20,11 @@ declare const inputClasses: {
20
20
  md: string;
21
21
  lg: string;
22
22
  };
23
+ text: {
24
+ sm: string;
25
+ md: string;
26
+ lg: string;
27
+ };
23
28
  };
24
29
 
25
30
  export { dataFocusVisibleClasses, focusVisibleClasses, focusWithinClasses, inputClasses, popoverContentClasses, translateCenterClasses };
@@ -20,6 +20,11 @@ declare const inputClasses: {
20
20
  md: string;
21
21
  lg: string;
22
22
  };
23
+ text: {
24
+ sm: string;
25
+ md: string;
26
+ lg: string;
27
+ };
23
28
  };
24
29
 
25
30
  export { dataFocusVisibleClasses, focusVisibleClasses, focusWithinClasses, inputClasses, popoverContentClasses, translateCenterClasses };
@@ -57,6 +57,11 @@ var inputClasses = {
57
57
  sm: "h-7 min-h-7",
58
58
  md: "h-8.5 min-h-8.5",
59
59
  lg: "h-10 min-h-10"
60
+ },
61
+ text: {
62
+ sm: "text-sm",
63
+ md: "text-base md:text-sm",
64
+ lg: "text-base"
60
65
  }
61
66
  };
62
67
  // Annotate the CommonJS export names for ESM import in node:
@@ -5,7 +5,7 @@ import {
5
5
  inputClasses,
6
6
  popoverContentClasses,
7
7
  translateCenterClasses
8
- } from "../chunk-5DOB3IBE.mjs";
8
+ } from "../chunk-6IZPAS4O.mjs";
9
9
  export {
10
10
  dataFocusVisibleClasses,
11
11
  focusVisibleClasses,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "2.1.0",
3
+ "version": "13.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": "2.0.0"
67
+ "@kopexa/shared-utils": "13.0.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "tailwindcss": ">=4.0.0"
File without changes