@kopexa/theme 17.5.0 → 17.7.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 (39) hide show
  1. package/dist/chunk-CNYKIUVC.mjs +64 -0
  2. package/dist/chunk-NIEFB74U.mjs +64 -0
  3. package/dist/chunk-PKB6QHSP.mjs +103 -0
  4. package/dist/chunk-RZ45NVOH.mjs +50 -0
  5. package/dist/chunk-TDITF5BB.mjs +79 -0
  6. package/dist/{chunk-PWH7OU6T.mjs → chunk-Z2SMCAER.mjs} +7 -4
  7. package/dist/components/combobox.js +7 -4
  8. package/dist/components/combobox.mjs +1 -1
  9. package/dist/components/compliance-badge.d.mts +47 -0
  10. package/dist/components/compliance-badge.d.ts +47 -0
  11. package/dist/components/compliance-badge.js +74 -0
  12. package/dist/components/compliance-badge.mjs +6 -0
  13. package/dist/components/filter.d.mts +143 -0
  14. package/dist/components/filter.d.ts +143 -0
  15. package/dist/components/filter.js +131 -0
  16. package/dist/components/filter.mjs +7 -0
  17. package/dist/components/impact-card.d.mts +122 -0
  18. package/dist/components/impact-card.d.ts +122 -0
  19. package/dist/components/impact-card.js +103 -0
  20. package/dist/components/impact-card.mjs +6 -0
  21. package/dist/components/index.d.mts +4 -0
  22. package/dist/components/index.d.ts +4 -0
  23. package/dist/components/index.js +439 -98
  24. package/dist/components/index.mjs +57 -41
  25. package/dist/components/related-control-chip.d.mts +68 -20
  26. package/dist/components/related-control-chip.d.ts +68 -20
  27. package/dist/components/related-control-chip.js +52 -2
  28. package/dist/components/related-control-chip.mjs +1 -1
  29. package/dist/components/risk-rating.d.mts +154 -0
  30. package/dist/components/risk-rating.d.ts +154 -0
  31. package/dist/components/risk-rating.js +88 -0
  32. package/dist/components/risk-rating.mjs +6 -0
  33. package/dist/index.d.mts +4 -0
  34. package/dist/index.d.ts +4 -0
  35. package/dist/index.js +439 -98
  36. package/dist/index.mjs +57 -41
  37. package/package.json +2 -2
  38. package/dist/chunk-7BZAMXH2.mjs +0 -14
  39. /package/dist/{chunk-BYXTAZ4I.mjs → chunk-ALG7CNQH.mjs} +0 -0
package/dist/index.mjs CHANGED
@@ -1,5 +1,29 @@
1
1
  import "./chunk-XSN6P5JL.mjs";
2
- import "./chunk-BYXTAZ4I.mjs";
2
+ import "./chunk-ALG7CNQH.mjs";
3
+ import {
4
+ tabs
5
+ } from "./chunk-I6M4S2KZ.mjs";
6
+ import {
7
+ textarea
8
+ } from "./chunk-ARLLAC5V.mjs";
9
+ import {
10
+ toolbar
11
+ } from "./chunk-2NA54PNL.mjs";
12
+ import {
13
+ tooltip
14
+ } from "./chunk-OLYO7UPH.mjs";
15
+ import {
16
+ skeleton
17
+ } from "./chunk-VNQEJU4P.mjs";
18
+ import {
19
+ slashDropdownMenu
20
+ } from "./chunk-NNKYGAZC.mjs";
21
+ import {
22
+ spinner
23
+ } from "./chunk-4UDOCFU5.mjs";
24
+ import {
25
+ splitPageLayout
26
+ } from "./chunk-W7RJG22S.mjs";
3
27
  import {
4
28
  standardChip
5
29
  } from "./chunk-XQZL7LCP.mjs";
@@ -13,17 +37,17 @@ import {
13
37
  table
14
38
  } from "./chunk-YC2FQDBV.mjs";
15
39
  import {
16
- tabs
17
- } from "./chunk-I6M4S2KZ.mjs";
40
+ riskIndicator
41
+ } from "./chunk-CZMZHA7U.mjs";
18
42
  import {
19
- textarea
20
- } from "./chunk-ARLLAC5V.mjs";
43
+ riskRating
44
+ } from "./chunk-CNYKIUVC.mjs";
21
45
  import {
22
- toolbar
23
- } from "./chunk-2NA54PNL.mjs";
46
+ scrollArea
47
+ } from "./chunk-SPQE7K66.mjs";
24
48
  import {
25
- tooltip
26
- } from "./chunk-OLYO7UPH.mjs";
49
+ sectionRow
50
+ } from "./chunk-CC225WUG.mjs";
27
51
  import {
28
52
  select
29
53
  } from "./chunk-KPVLNOO5.mjs";
@@ -39,17 +63,14 @@ import {
39
63
  skeletonAvatar
40
64
  } from "./chunk-7Q2RNHL5.mjs";
41
65
  import {
42
- skeleton
43
- } from "./chunk-VNQEJU4P.mjs";
44
- import {
45
- slashDropdownMenu
46
- } from "./chunk-NNKYGAZC.mjs";
66
+ loadingPage
67
+ } from "./chunk-ZOTN264E.mjs";
47
68
  import {
48
- spinner
49
- } from "./chunk-4UDOCFU5.mjs";
69
+ pageHeader
70
+ } from "./chunk-HAVJ6EQ6.mjs";
50
71
  import {
51
- splitPageLayout
52
- } from "./chunk-W7RJG22S.mjs";
72
+ pageLayout
73
+ } from "./chunk-OULAICSC.mjs";
53
74
  import {
54
75
  popover
55
76
  } from "./chunk-TQVRNEIH.mjs";
@@ -58,7 +79,7 @@ import {
58
79
  } from "./chunk-4XIBRN6X.mjs";
59
80
  import {
60
81
  relatedControlChip
61
- } from "./chunk-7BZAMXH2.mjs";
82
+ } from "./chunk-NIEFB74U.mjs";
62
83
  import {
63
84
  resizable
64
85
  } from "./chunk-RV656WRF.mjs";
@@ -66,14 +87,11 @@ import {
66
87
  riskBadge
67
88
  } from "./chunk-V2J5XG34.mjs";
68
89
  import {
69
- riskIndicator
70
- } from "./chunk-CZMZHA7U.mjs";
71
- import {
72
- scrollArea
73
- } from "./chunk-SPQE7K66.mjs";
90
+ impactCard
91
+ } from "./chunk-TDITF5BB.mjs";
74
92
  import {
75
- sectionRow
76
- } from "./chunk-CC225WUG.mjs";
93
+ inputGroup
94
+ } from "./chunk-HWEYNK3O.mjs";
77
95
  import {
78
96
  inputWrapper
79
97
  } from "./chunk-VSVGOX3P.mjs";
@@ -87,20 +105,17 @@ import {
87
105
  label
88
106
  } from "./chunk-LMCM4CW2.mjs";
89
107
  import {
90
- loadingPage
91
- } from "./chunk-ZOTN264E.mjs";
92
- import {
93
- pageHeader
94
- } from "./chunk-HAVJ6EQ6.mjs";
95
- import {
96
- pageLayout
97
- } from "./chunk-OULAICSC.mjs";
108
+ editorBasic
109
+ } from "./chunk-XOL7P7NP.mjs";
98
110
  import {
99
111
  editorSpinner
100
112
  } from "./chunk-TVC4THD6.mjs";
101
113
  import {
102
114
  avatarUpload
103
115
  } from "./chunk-QGL2OK4B.mjs";
116
+ import {
117
+ filter
118
+ } from "./chunk-PKB6QHSP.mjs";
104
119
  import {
105
120
  frameworkRow
106
121
  } from "./chunk-TPFAZH22.mjs";
@@ -113,12 +128,12 @@ import {
113
128
  import {
114
129
  imageCrop
115
130
  } from "./chunk-GMFZLUU4.mjs";
116
- import {
117
- inputGroup
118
- } from "./chunk-HWEYNK3O.mjs";
119
131
  import {
120
132
  command
121
133
  } from "./chunk-YPHFKGNI.mjs";
134
+ import {
135
+ complianceBadge
136
+ } from "./chunk-RZ45NVOH.mjs";
122
137
  import {
123
138
  controlExtension
124
139
  } from "./chunk-M4TXKRUU.mjs";
@@ -137,9 +152,6 @@ import {
137
152
  import {
138
153
  dropdownMenu
139
154
  } from "./chunk-3PCDCW7G.mjs";
140
- import {
141
- editorBasic
142
- } from "./chunk-XOL7P7NP.mjs";
143
155
  import {
144
156
  calendar
145
157
  } from "./chunk-JWF5ABNP.mjs";
@@ -163,7 +175,7 @@ import {
163
175
  } from "./chunk-CPERWXKN.mjs";
164
176
  import {
165
177
  combobox
166
- } from "./chunk-PWH7OU6T.mjs";
178
+ } from "./chunk-Z2SMCAER.mjs";
167
179
  import {
168
180
  accordion
169
181
  } from "./chunk-AEWKHJEI.mjs";
@@ -209,6 +221,7 @@ export {
209
221
  colorHighlightButton,
210
222
  combobox,
211
223
  command,
224
+ complianceBadge,
212
225
  controlExtension,
213
226
  dataTable,
214
227
  datagrid,
@@ -217,10 +230,12 @@ export {
217
230
  dropdownMenu,
218
231
  editorBasic,
219
232
  editorSpinner,
233
+ filter,
220
234
  frameworkRow,
221
235
  heading,
222
236
  hoverCard,
223
237
  imageCrop,
238
+ impactCard,
224
239
  input,
225
240
  inputGroup,
226
241
  inputWrapper,
@@ -237,6 +252,7 @@ export {
237
252
  resizable,
238
253
  riskBadge,
239
254
  riskIndicator,
255
+ riskRating,
240
256
  scrollArea,
241
257
  sectionRow,
242
258
  select,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "17.5.0",
3
+ "version": "17.7.0",
4
4
  "description": "The default theme for Kopexa components",
5
5
  "keywords": [
6
6
  "theme",
@@ -65,7 +65,7 @@
65
65
  "tailwind-merge": "3.3.1",
66
66
  "tailwind-variants": "^3.2.2",
67
67
  "tw-animate-css": "^1.4.0",
68
- "@kopexa/shared-utils": "17.0.11"
68
+ "@kopexa/shared-utils": "17.0.13"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "tailwindcss": ">=4.0.0"
@@ -1,14 +0,0 @@
1
- // src/components/related-control-chip.ts
2
- import { tv } from "tailwind-variants";
3
- var relatedControlChip = tv({
4
- slots: {
5
- root: [
6
- "text-xs border rounded-full cursor-pointer hover:text-primary px-2.5 py-0.5"
7
- ],
8
- tooltip: "text-xs"
9
- }
10
- });
11
-
12
- export {
13
- relatedControlChip
14
- };
File without changes