@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/index.mjs CHANGED
@@ -1,5 +1,8 @@
1
1
  import "./chunk-XSN6P5JL.mjs";
2
- import "./chunk-CGGAYK7A.mjs";
2
+ import "./chunk-BZXQ2GZA.mjs";
3
+ import {
4
+ tabs
5
+ } from "./chunk-I6M4S2KZ.mjs";
3
6
  import {
4
7
  textarea
5
8
  } from "./chunk-ARLLAC5V.mjs";
@@ -15,6 +18,9 @@ import {
15
18
  import {
16
19
  variableNode
17
20
  } from "./chunk-EKOZ2ZVU.mjs";
21
+ import {
22
+ slashDropdownMenu
23
+ } from "./chunk-U4BRPFG2.mjs";
18
24
  import {
19
25
  spinner
20
26
  } from "./chunk-4UDOCFU5.mjs";
@@ -37,8 +43,8 @@ import {
37
43
  table
38
44
  } from "./chunk-YC2FQDBV.mjs";
39
45
  import {
40
- tabs
41
- } from "./chunk-I6M4S2KZ.mjs";
46
+ riskRating
47
+ } from "./chunk-CNYKIUVC.mjs";
42
48
  import {
43
49
  scrollArea
44
50
  } from "./chunk-SPQE7K66.mjs";
@@ -63,14 +69,14 @@ import {
63
69
  skeleton
64
70
  } from "./chunk-VNQEJU4P.mjs";
65
71
  import {
66
- slashDropdownMenu
67
- } from "./chunk-U4BRPFG2.mjs";
72
+ pageLayout
73
+ } from "./chunk-OULAICSC.mjs";
68
74
  import {
69
75
  popover
70
76
  } from "./chunk-TQVRNEIH.mjs";
71
77
  import {
72
78
  previewCard
73
- } from "./chunk-4XIBRN6X.mjs";
79
+ } from "./chunk-GWRIERN6.mjs";
74
80
  import {
75
81
  promptInput
76
82
  } from "./chunk-UCVBVFHQ.mjs";
@@ -87,8 +93,8 @@ import {
87
93
  riskIndicator
88
94
  } from "./chunk-CZMZHA7U.mjs";
89
95
  import {
90
- riskRating
91
- } from "./chunk-CNYKIUVC.mjs";
96
+ inputWrapper
97
+ } from "./chunk-VSVGOX3P.mjs";
92
98
  import {
93
99
  integrationCard
94
100
  } from "./chunk-QOW6FLZ6.mjs";
@@ -108,8 +114,8 @@ import {
108
114
  pageHeader
109
115
  } from "./chunk-HAVJ6EQ6.mjs";
110
116
  import {
111
- pageLayout
112
- } from "./chunk-OULAICSC.mjs";
117
+ frameworkRow
118
+ } from "./chunk-TPFAZH22.mjs";
113
119
  import {
114
120
  heading
115
121
  } from "./chunk-NWKBPO37.mjs";
@@ -128,9 +134,6 @@ import {
128
134
  import {
129
135
  inputGroup
130
136
  } from "./chunk-HWEYNK3O.mjs";
131
- import {
132
- inputWrapper
133
- } from "./chunk-VSVGOX3P.mjs";
134
137
  import {
135
138
  drawer
136
139
  } from "./chunk-7V3NMVQH.mjs";
@@ -140,6 +143,9 @@ import {
140
143
  import {
141
144
  dropdownMenu
142
145
  } from "./chunk-3PCDCW7G.mjs";
146
+ import {
147
+ editableText
148
+ } from "./chunk-YIS3TUW7.mjs";
143
149
  import {
144
150
  editorBasic
145
151
  } from "./chunk-LPNA4ATD.mjs";
@@ -152,9 +158,6 @@ import {
152
158
  import {
153
159
  filter
154
160
  } from "./chunk-GT463S76.mjs";
155
- import {
156
- frameworkRow
157
- } from "./chunk-TPFAZH22.mjs";
158
161
  import {
159
162
  colorHighlightButton
160
163
  } from "./chunk-CPERWXKN.mjs";
@@ -258,6 +261,7 @@ export {
258
261
  dialog,
259
262
  drawer,
260
263
  dropdownMenu,
264
+ editableText,
261
265
  editorBasic,
262
266
  editorSpinner,
263
267
  filter,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "17.20.0",
3
+ "version": "17.21.0",
4
4
  "description": "The default theme for Kopexa components",
5
5
  "keywords": [
6
6
  "theme",
@@ -66,7 +66,7 @@
66
66
  "tailwind-merge": "3.4.0",
67
67
  "tailwind-variants": "^3.2.2",
68
68
  "tw-animate-css": "^1.4.0",
69
- "@kopexa/shared-utils": "17.0.36"
69
+ "@kopexa/shared-utils": "17.0.37"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "tailwindcss": ">=4.0.0"
File without changes