@semcore/ui 17.2.0 → 17.3.0-prerelease.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/CHANGELOG.md +295 -0
- package/package.json +188 -188
- package/vitest.config.mts +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,298 @@
|
|
|
1
|
+
## [17.3.0] - 2026-06-25
|
|
2
|
+
|
|
3
|
+
### @semcore/wizard
|
|
4
|
+
|
|
5
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
6
|
+
- **Added** New `StepTitle` component.
|
|
7
|
+
|
|
8
|
+
### @semcore/widget-empty
|
|
9
|
+
|
|
10
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
11
|
+
- **Fixed** Rewrite component to TS. Deprecate atomic types. Atomic types are part
|
|
12
|
+
of `NSWidgetEmpty/NSWidgetEmptyNoData/NSWidgetEmptyError` namespaces.
|
|
13
|
+
|
|
14
|
+
### @semcore/typography
|
|
15
|
+
|
|
16
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
17
|
+
|
|
18
|
+
### @semcore/tooltip
|
|
19
|
+
|
|
20
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
21
|
+
|
|
22
|
+
### @semcore/time-picker
|
|
23
|
+
|
|
24
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
25
|
+
|
|
26
|
+
### @semcore/textarea
|
|
27
|
+
|
|
28
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
29
|
+
|
|
30
|
+
### @semcore/tag
|
|
31
|
+
|
|
32
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
33
|
+
|
|
34
|
+
### @semcore/tab-panel
|
|
35
|
+
|
|
36
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
37
|
+
|
|
38
|
+
### @semcore/tab-line
|
|
39
|
+
|
|
40
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
41
|
+
|
|
42
|
+
### @semcore/switch
|
|
43
|
+
|
|
44
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
45
|
+
|
|
46
|
+
### @semcore/spin-container
|
|
47
|
+
|
|
48
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
49
|
+
- **Fixed** Rewrite component to TS. Deprecate atomic types. Atomic types are part
|
|
50
|
+
of `NSSpinContainer` namespace.
|
|
51
|
+
|
|
52
|
+
### @semcore/spin
|
|
53
|
+
|
|
54
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
55
|
+
|
|
56
|
+
### @semcore/slider
|
|
57
|
+
|
|
58
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
59
|
+
|
|
60
|
+
### @semcore/skeleton
|
|
61
|
+
|
|
62
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
63
|
+
|
|
64
|
+
### @semcore/side-panel
|
|
65
|
+
|
|
66
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
67
|
+
|
|
68
|
+
### @semcore/select
|
|
69
|
+
|
|
70
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
71
|
+
- **Added** New `StatusItem` component.
|
|
72
|
+
|
|
73
|
+
### @semcore/progress-bar
|
|
74
|
+
|
|
75
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
76
|
+
|
|
77
|
+
### @semcore/product-head
|
|
78
|
+
|
|
79
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
80
|
+
|
|
81
|
+
### @semcore/pills
|
|
82
|
+
|
|
83
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
84
|
+
|
|
85
|
+
### @semcore/notice
|
|
86
|
+
|
|
87
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
88
|
+
|
|
89
|
+
### @semcore/modal
|
|
90
|
+
|
|
91
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
92
|
+
|
|
93
|
+
### @semcore/mini-chart
|
|
94
|
+
|
|
95
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
96
|
+
|
|
97
|
+
### @semcore/link
|
|
98
|
+
|
|
99
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
100
|
+
|
|
101
|
+
### @semcore/input-tags
|
|
102
|
+
|
|
103
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
104
|
+
|
|
105
|
+
### @semcore/input-number
|
|
106
|
+
|
|
107
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
108
|
+
|
|
109
|
+
### @semcore/input-mask
|
|
110
|
+
|
|
111
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
112
|
+
|
|
113
|
+
### @semcore/inline-edit
|
|
114
|
+
|
|
115
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
116
|
+
|
|
117
|
+
### @semcore/icon
|
|
118
|
+
|
|
119
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
120
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
121
|
+
|
|
122
|
+
### @semcore/fullscreen-modal
|
|
123
|
+
|
|
124
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
125
|
+
|
|
126
|
+
### @semcore/flags
|
|
127
|
+
|
|
128
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
129
|
+
|
|
130
|
+
### @semcore/feature-popover
|
|
131
|
+
|
|
132
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
133
|
+
|
|
134
|
+
### @semcore/feature-highlight
|
|
135
|
+
|
|
136
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
137
|
+
|
|
138
|
+
### @semcore/errors
|
|
139
|
+
|
|
140
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
141
|
+
|
|
142
|
+
### @semcore/ellipsis
|
|
143
|
+
|
|
144
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
145
|
+
|
|
146
|
+
### @semcore/dropdown-menu
|
|
147
|
+
|
|
148
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
149
|
+
- **Added** New `StatusItem` component.
|
|
150
|
+
|
|
151
|
+
### @semcore/dropdown
|
|
152
|
+
|
|
153
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
154
|
+
- **Added** New `StatusItem` component.
|
|
155
|
+
|
|
156
|
+
### @semcore/drag-and-drop
|
|
157
|
+
|
|
158
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
159
|
+
|
|
160
|
+
### @semcore/dot
|
|
161
|
+
|
|
162
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
163
|
+
|
|
164
|
+
### @semcore/divider
|
|
165
|
+
|
|
166
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
167
|
+
|
|
168
|
+
### @semcore/data-table
|
|
169
|
+
|
|
170
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
171
|
+
|
|
172
|
+
### @semcore/counter
|
|
173
|
+
|
|
174
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
175
|
+
|
|
176
|
+
### @semcore/carousel
|
|
177
|
+
|
|
178
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
179
|
+
|
|
180
|
+
### @semcore/card
|
|
181
|
+
|
|
182
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
183
|
+
|
|
184
|
+
### @semcore/button
|
|
185
|
+
|
|
186
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
187
|
+
- **Fixed** `Loading` didn't force `disabled`.
|
|
188
|
+
|
|
189
|
+
### @semcore/breadcrumbs
|
|
190
|
+
|
|
191
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
192
|
+
|
|
193
|
+
### @semcore/base-trigger
|
|
194
|
+
|
|
195
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
196
|
+
|
|
197
|
+
### @semcore/badge
|
|
198
|
+
|
|
199
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
200
|
+
|
|
201
|
+
### @semcore/add-filter
|
|
202
|
+
|
|
203
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
204
|
+
|
|
205
|
+
### @semcore/pagination
|
|
206
|
+
|
|
207
|
+
- **Fixed** Rewrite component to TS. Deprecate atomic types. Atomic types are part
|
|
208
|
+
of `NSPagination` namespace.
|
|
209
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
210
|
+
|
|
211
|
+
### @semcore/notice-bubble
|
|
212
|
+
|
|
213
|
+
- **Fixed** Bubble disappeared on a timer when interacting with it via the
|
|
214
|
+
keyboard.
|
|
215
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
216
|
+
|
|
217
|
+
### @semcore/d3-chart
|
|
218
|
+
|
|
219
|
+
- **Fixed** Outdated dependecies.
|
|
220
|
+
- **Added** Responsive container for all charts by default.
|
|
221
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
222
|
+
- **Fixed** Incorrect data-ui-name in Radar.Tooltip component.
|
|
223
|
+
|
|
224
|
+
### @semcore/core
|
|
225
|
+
|
|
226
|
+
- **Fixed** Outdated dependecies.
|
|
227
|
+
- **Fixed** Update `usePreventScroll` to handle `hidden` and `clip` overflow
|
|
228
|
+
values on `body`.
|
|
229
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
230
|
+
|
|
231
|
+
### @semcore/radio
|
|
232
|
+
|
|
233
|
+
- **Fixed** Outline has a shimmering black color.
|
|
234
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
235
|
+
|
|
236
|
+
### @semcore/input
|
|
237
|
+
|
|
238
|
+
- **Fixed** Outline has a shimmering black color.
|
|
239
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
240
|
+
|
|
241
|
+
### @semcore/inline-input
|
|
242
|
+
|
|
243
|
+
- **Fixed** Outline has a shimmering black color.
|
|
244
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
245
|
+
|
|
246
|
+
### @semcore/bulk-textarea
|
|
247
|
+
|
|
248
|
+
- **Fixed** Outline has a shimmering black color.
|
|
249
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
250
|
+
- **Fixed** Incorrect work in StrictMode.
|
|
251
|
+
|
|
252
|
+
### @semcore/feedback-form
|
|
253
|
+
|
|
254
|
+
- **Fixed** Outline has a shimmering black color.
|
|
255
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
256
|
+
|
|
257
|
+
### @semcore/base-components
|
|
258
|
+
|
|
259
|
+
- **Fixed** **flex-box**: Outline has a shimmering black color.
|
|
260
|
+
- **Fixed** **popper**: Outline has a shimmering black color.
|
|
261
|
+
- **Fixed** **flex-box**: Removed `tag` prop for `BoxProps`.
|
|
262
|
+
- **Fixed** **outside-click**: Checking `node.contains` because in d3-chart a node may not be an
|
|
263
|
+
HTMLElement.
|
|
264
|
+
- **Fixed** **animation**: Incorrect processing of oklch values.
|
|
265
|
+
- **Fixed** **breakpoints**: Incorrect processing of oklch values.
|
|
266
|
+
- **Fixed** **flex-box**: Incorrect processing of oklch values.
|
|
267
|
+
- **Fixed** **grid**: Incorrect processing of oklch values.
|
|
268
|
+
- **Fixed** **hint**: Incorrect processing of oklch values.
|
|
269
|
+
- **Fixed** **neighbor-location**: Incorrect processing of oklch values.
|
|
270
|
+
- **Fixed** **outside-click**: Incorrect processing of oklch values.
|
|
271
|
+
- **Fixed** **popper**: Incorrect processing of oklch values.
|
|
272
|
+
- **Fixed** **portal**: Incorrect processing of oklch values.
|
|
273
|
+
- **Fixed** **scroll-area**: Incorrect processing of oklch values.
|
|
274
|
+
|
|
275
|
+
### @semcore/date-picker
|
|
276
|
+
|
|
277
|
+
- **Fixed** Outline has a shimmering black color.
|
|
278
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
279
|
+
|
|
280
|
+
### @semcore/color-picker
|
|
281
|
+
|
|
282
|
+
- **Fixed** Outline has a shimmering black color.
|
|
283
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
284
|
+
|
|
285
|
+
### @semcore/checkbox
|
|
286
|
+
|
|
287
|
+
- **Fixed** Outline has a shimmering black color.
|
|
288
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
289
|
+
- **Fixed** `onChange` prop typing for `Checkbox.Value`.
|
|
290
|
+
|
|
291
|
+
### @semcore/accordion
|
|
292
|
+
|
|
293
|
+
- **Fixed** Outline has a shimmering black color.
|
|
294
|
+
- **Fixed** Incorrect processing of oklch values.
|
|
295
|
+
|
|
1
296
|
## [17.2.0] - 2026-06-05
|
|
2
297
|
|
|
3
298
|
### @semcore/icon
|
package/package.json
CHANGED
|
@@ -1,79 +1,79 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.3.0-prerelease.0",
|
|
4
4
|
"description": "Semrush design system package that reexports all other single component packages.",
|
|
5
5
|
"author": "UI-kit team <ui-kit-team@semrush.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"module": "./index.mjs",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@semcore/
|
|
11
|
-
"@semcore/
|
|
12
|
-
"@semcore/
|
|
13
|
-
"@semcore/
|
|
14
|
-
"@semcore/
|
|
15
|
-
"@semcore/breadcrumbs": "17.2.0",
|
|
16
|
-
"@semcore/
|
|
17
|
-
"@semcore/button": "17.2.0",
|
|
18
|
-
"@semcore/
|
|
19
|
-
"@semcore/carousel": "17.2.0",
|
|
20
|
-
"@semcore/
|
|
21
|
-
"@semcore/
|
|
22
|
-
"@semcore/
|
|
23
|
-
"@semcore/
|
|
24
|
-
"@semcore/
|
|
25
|
-
"@semcore/
|
|
26
|
-
"@semcore/
|
|
27
|
-
"@semcore/
|
|
28
|
-
"@semcore/
|
|
29
|
-
"@semcore/
|
|
30
|
-
"@semcore/
|
|
31
|
-
"@semcore/
|
|
32
|
-
"@semcore/
|
|
33
|
-
"@semcore/
|
|
34
|
-
"@semcore/
|
|
35
|
-
"@semcore/
|
|
36
|
-
"@semcore/
|
|
37
|
-
"@semcore/
|
|
38
|
-
"@semcore/
|
|
39
|
-
"@semcore/
|
|
40
|
-
"@semcore/
|
|
41
|
-
"@semcore/inline-input": "17.2.0",
|
|
42
|
-
"@semcore/input": "17.2.0",
|
|
43
|
-
"@semcore/
|
|
44
|
-
"@semcore/input-number": "17.2.0",
|
|
45
|
-
"@semcore/
|
|
46
|
-
"@semcore/
|
|
47
|
-
"@semcore/
|
|
48
|
-
"@semcore/
|
|
49
|
-
"@semcore/
|
|
50
|
-
"@semcore/
|
|
51
|
-
"@semcore/
|
|
52
|
-
"@semcore/
|
|
53
|
-
"@semcore/
|
|
54
|
-
"@semcore/
|
|
55
|
-
"@semcore/
|
|
56
|
-
"@semcore/
|
|
57
|
-
"@semcore/
|
|
58
|
-
"@semcore/
|
|
59
|
-
"@semcore/
|
|
60
|
-
"@semcore/
|
|
61
|
-
"@semcore/tab-panel": "17.2.0",
|
|
62
|
-
"@semcore/
|
|
63
|
-
"@semcore/
|
|
64
|
-
"@semcore/
|
|
65
|
-
"@semcore/
|
|
66
|
-
"@semcore/
|
|
67
|
-
"@semcore/
|
|
68
|
-
"@semcore/
|
|
69
|
-
"@semcore/
|
|
70
|
-
"@semcore/
|
|
71
|
-
"@semcore/
|
|
10
|
+
"@semcore/add-filter": "17.2.1-prerelease.0",
|
|
11
|
+
"@semcore/badge": "17.2.1-prerelease.0",
|
|
12
|
+
"@semcore/accordion": "17.2.1-prerelease.0",
|
|
13
|
+
"@semcore/bulk-textarea": "17.2.1-prerelease.0",
|
|
14
|
+
"@semcore/card": "17.2.1-prerelease.0",
|
|
15
|
+
"@semcore/breadcrumbs": "17.2.1-prerelease.0",
|
|
16
|
+
"@semcore/base-components": "17.2.1-prerelease.0",
|
|
17
|
+
"@semcore/button": "17.2.1-prerelease.0",
|
|
18
|
+
"@semcore/base-trigger": "17.2.1-prerelease.0",
|
|
19
|
+
"@semcore/carousel": "17.2.1-prerelease.0",
|
|
20
|
+
"@semcore/color-picker": "17.2.1-prerelease.0",
|
|
21
|
+
"@semcore/checkbox": "17.2.1-prerelease.0",
|
|
22
|
+
"@semcore/counter": "17.2.1-prerelease.0",
|
|
23
|
+
"@semcore/d3-chart": "17.3.0-prerelease.0",
|
|
24
|
+
"@semcore/data-table": "17.2.1-prerelease.0",
|
|
25
|
+
"@semcore/core": "17.2.1-prerelease.0",
|
|
26
|
+
"@semcore/divider": "17.2.1-prerelease.0",
|
|
27
|
+
"@semcore/date-picker": "17.2.1-prerelease.0",
|
|
28
|
+
"@semcore/dropdown": "17.3.0-prerelease.0",
|
|
29
|
+
"@semcore/errors": "17.1.1-prerelease.0",
|
|
30
|
+
"@semcore/drag-and-drop": "17.2.1-prerelease.0",
|
|
31
|
+
"@semcore/ellipsis": "17.2.1-prerelease.0",
|
|
32
|
+
"@semcore/feature-highlight": "17.2.1-prerelease.0",
|
|
33
|
+
"@semcore/feature-popover": "17.2.1-prerelease.0",
|
|
34
|
+
"@semcore/dropdown-menu": "17.3.0-prerelease.0",
|
|
35
|
+
"@semcore/feedback-form": "17.2.1-prerelease.0",
|
|
36
|
+
"@semcore/flags": "17.1.1-prerelease.0",
|
|
37
|
+
"@semcore/fullscreen-modal": "17.2.1-prerelease.0",
|
|
38
|
+
"@semcore/dot": "17.2.1-prerelease.0",
|
|
39
|
+
"@semcore/inline-edit": "17.2.1-prerelease.0",
|
|
40
|
+
"@semcore/input-mask": "17.2.1-prerelease.0",
|
|
41
|
+
"@semcore/inline-input": "17.2.1-prerelease.0",
|
|
42
|
+
"@semcore/input": "17.2.1-prerelease.0",
|
|
43
|
+
"@semcore/icon": "17.2.1-prerelease.0",
|
|
44
|
+
"@semcore/input-number": "17.2.1-prerelease.0",
|
|
45
|
+
"@semcore/mini-chart": "17.2.1-prerelease.0",
|
|
46
|
+
"@semcore/link": "17.2.1-prerelease.0",
|
|
47
|
+
"@semcore/modal": "17.2.1-prerelease.0",
|
|
48
|
+
"@semcore/notice-bubble": "17.2.1-prerelease.0",
|
|
49
|
+
"@semcore/notice": "17.2.1-prerelease.0",
|
|
50
|
+
"@semcore/input-tags": "17.2.1-prerelease.0",
|
|
51
|
+
"@semcore/pagination": "17.2.1-prerelease.0",
|
|
52
|
+
"@semcore/pills": "17.2.1-prerelease.0",
|
|
53
|
+
"@semcore/product-head": "17.2.1-prerelease.0",
|
|
54
|
+
"@semcore/radio": "17.2.1-prerelease.0",
|
|
55
|
+
"@semcore/progress-bar": "17.2.1-prerelease.0",
|
|
56
|
+
"@semcore/select": "17.3.0-prerelease.0",
|
|
57
|
+
"@semcore/side-panel": "17.2.1-prerelease.0",
|
|
58
|
+
"@semcore/skeleton": "17.2.1-prerelease.0",
|
|
59
|
+
"@semcore/slider": "17.2.1-prerelease.0",
|
|
60
|
+
"@semcore/spin-container": "17.2.1-prerelease.0",
|
|
61
|
+
"@semcore/tab-panel": "17.2.1-prerelease.0",
|
|
62
|
+
"@semcore/switch": "17.2.1-prerelease.0",
|
|
63
|
+
"@semcore/tab-line": "17.2.1-prerelease.0",
|
|
64
|
+
"@semcore/spin": "17.2.1-prerelease.0",
|
|
65
|
+
"@semcore/textarea": "17.2.1-prerelease.0",
|
|
66
|
+
"@semcore/time-picker": "17.2.1-prerelease.0",
|
|
67
|
+
"@semcore/tag": "17.2.1-prerelease.0",
|
|
68
|
+
"@semcore/tooltip": "17.2.1-prerelease.0",
|
|
69
|
+
"@semcore/widget-empty": "17.2.1-prerelease.0",
|
|
70
|
+
"@semcore/wizard": "17.3.0-prerelease.0",
|
|
71
|
+
"@semcore/typography": "17.2.1-prerelease.0"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"react": "16.8 - 19",
|
|
75
75
|
"react-dom": "16.8 - 19",
|
|
76
|
-
"@semcore/icon": "^17.2.
|
|
76
|
+
"@semcore/icon": "^17.2.1",
|
|
77
77
|
"@semcore/illustration": "^16.0.0 || ^17.0.1"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
@@ -92,11 +92,6 @@
|
|
|
92
92
|
"directory": "semcore/ui"
|
|
93
93
|
},
|
|
94
94
|
"exports": {
|
|
95
|
-
"./accordion": {
|
|
96
|
-
"types": "./accordion/index.d.ts",
|
|
97
|
-
"import": "./accordion/index.mjs",
|
|
98
|
-
"require": "./accordion/index.cjs"
|
|
99
|
-
},
|
|
100
95
|
"./add-filter": {
|
|
101
96
|
"types": "./add-filter/index.d.ts",
|
|
102
97
|
"import": "./add-filter/index.mjs",
|
|
@@ -107,50 +102,70 @@
|
|
|
107
102
|
"import": "./badge/index.mjs",
|
|
108
103
|
"require": "./badge/index.cjs"
|
|
109
104
|
},
|
|
110
|
-
"./
|
|
111
|
-
"types": "./
|
|
112
|
-
"import": "./
|
|
113
|
-
"require": "./
|
|
105
|
+
"./accordion": {
|
|
106
|
+
"types": "./accordion/index.d.ts",
|
|
107
|
+
"import": "./accordion/index.mjs",
|
|
108
|
+
"require": "./accordion/index.cjs"
|
|
114
109
|
},
|
|
115
|
-
"./
|
|
116
|
-
"types": "./
|
|
117
|
-
"import": "./
|
|
118
|
-
"require": "./
|
|
110
|
+
"./bulk-textarea": {
|
|
111
|
+
"types": "./bulk-textarea/index.d.ts",
|
|
112
|
+
"import": "./bulk-textarea/index.mjs",
|
|
113
|
+
"require": "./bulk-textarea/index.cjs"
|
|
114
|
+
},
|
|
115
|
+
"./card": {
|
|
116
|
+
"types": "./card/index.d.ts",
|
|
117
|
+
"import": "./card/index.mjs",
|
|
118
|
+
"require": "./card/index.cjs"
|
|
119
119
|
},
|
|
120
120
|
"./breadcrumbs": {
|
|
121
121
|
"types": "./breadcrumbs/index.d.ts",
|
|
122
122
|
"import": "./breadcrumbs/index.mjs",
|
|
123
123
|
"require": "./breadcrumbs/index.cjs"
|
|
124
124
|
},
|
|
125
|
-
"./
|
|
126
|
-
"types": "./
|
|
127
|
-
"import": "./
|
|
128
|
-
"require": "./
|
|
125
|
+
"./base-components": {
|
|
126
|
+
"types": "./base-components/index.d.ts",
|
|
127
|
+
"import": "./base-components/index.mjs",
|
|
128
|
+
"require": "./base-components/index.cjs"
|
|
129
129
|
},
|
|
130
130
|
"./button": {
|
|
131
131
|
"types": "./button/index.d.ts",
|
|
132
132
|
"import": "./button/index.mjs",
|
|
133
133
|
"require": "./button/index.cjs"
|
|
134
134
|
},
|
|
135
|
-
"./
|
|
136
|
-
"types": "./
|
|
137
|
-
"import": "./
|
|
138
|
-
"require": "./
|
|
135
|
+
"./base-trigger": {
|
|
136
|
+
"types": "./base-trigger/index.d.ts",
|
|
137
|
+
"import": "./base-trigger/index.mjs",
|
|
138
|
+
"require": "./base-trigger/index.cjs"
|
|
139
139
|
},
|
|
140
140
|
"./carousel": {
|
|
141
141
|
"types": "./carousel/index.d.ts",
|
|
142
142
|
"import": "./carousel/index.mjs",
|
|
143
143
|
"require": "./carousel/index.cjs"
|
|
144
144
|
},
|
|
145
|
+
"./color-picker": {
|
|
146
|
+
"types": "./color-picker/index.d.ts",
|
|
147
|
+
"import": "./color-picker/index.mjs",
|
|
148
|
+
"require": "./color-picker/index.cjs"
|
|
149
|
+
},
|
|
145
150
|
"./checkbox": {
|
|
146
151
|
"types": "./checkbox/index.d.ts",
|
|
147
152
|
"import": "./checkbox/index.mjs",
|
|
148
153
|
"require": "./checkbox/index.cjs"
|
|
149
154
|
},
|
|
150
|
-
"./
|
|
151
|
-
"types": "./
|
|
152
|
-
"import": "./
|
|
153
|
-
"require": "./
|
|
155
|
+
"./counter": {
|
|
156
|
+
"types": "./counter/index.d.ts",
|
|
157
|
+
"import": "./counter/index.mjs",
|
|
158
|
+
"require": "./counter/index.cjs"
|
|
159
|
+
},
|
|
160
|
+
"./d3-chart": {
|
|
161
|
+
"types": "./d3-chart/index.d.ts",
|
|
162
|
+
"import": "./d3-chart/index.mjs",
|
|
163
|
+
"require": "./d3-chart/index.cjs"
|
|
164
|
+
},
|
|
165
|
+
"./data-table": {
|
|
166
|
+
"types": "./data-table/index.d.ts",
|
|
167
|
+
"import": "./data-table/index.mjs",
|
|
168
|
+
"require": "./data-table/index.cjs"
|
|
154
169
|
},
|
|
155
170
|
"./core": {
|
|
156
171
|
"types": "./core/index.d.ts",
|
|
@@ -501,61 +516,36 @@
|
|
|
501
516
|
"require": "./core/lib/theme/themes/light.css",
|
|
502
517
|
"import": "./core/lib/theme/themes/light.css"
|
|
503
518
|
},
|
|
504
|
-
"./
|
|
505
|
-
"types": "./
|
|
506
|
-
"import": "./
|
|
507
|
-
"require": "./
|
|
508
|
-
},
|
|
509
|
-
"./d3-chart": {
|
|
510
|
-
"types": "./d3-chart/index.d.ts",
|
|
511
|
-
"import": "./d3-chart/index.mjs",
|
|
512
|
-
"require": "./d3-chart/index.cjs"
|
|
513
|
-
},
|
|
514
|
-
"./data-table": {
|
|
515
|
-
"types": "./data-table/index.d.ts",
|
|
516
|
-
"import": "./data-table/index.mjs",
|
|
517
|
-
"require": "./data-table/index.cjs"
|
|
519
|
+
"./divider": {
|
|
520
|
+
"types": "./divider/index.d.ts",
|
|
521
|
+
"import": "./divider/index.mjs",
|
|
522
|
+
"require": "./divider/index.cjs"
|
|
518
523
|
},
|
|
519
524
|
"./date-picker": {
|
|
520
525
|
"types": "./date-picker/index.d.ts",
|
|
521
526
|
"import": "./date-picker/index.mjs",
|
|
522
527
|
"require": "./date-picker/index.cjs"
|
|
523
528
|
},
|
|
524
|
-
"./
|
|
525
|
-
"types": "./
|
|
526
|
-
"import": "./
|
|
527
|
-
"require": "./
|
|
529
|
+
"./dropdown": {
|
|
530
|
+
"types": "./dropdown/index.d.ts",
|
|
531
|
+
"import": "./dropdown/index.mjs",
|
|
532
|
+
"require": "./dropdown/index.cjs"
|
|
528
533
|
},
|
|
529
|
-
"./
|
|
530
|
-
"types": "./
|
|
531
|
-
"import": "./
|
|
532
|
-
"require": "./
|
|
534
|
+
"./errors": {
|
|
535
|
+
"types": "./errors/index.d.ts",
|
|
536
|
+
"import": "./errors/index.mjs",
|
|
537
|
+
"require": "./errors/index.cjs"
|
|
533
538
|
},
|
|
534
539
|
"./drag-and-drop": {
|
|
535
540
|
"types": "./drag-and-drop/index.d.ts",
|
|
536
541
|
"import": "./drag-and-drop/index.mjs",
|
|
537
542
|
"require": "./drag-and-drop/index.cjs"
|
|
538
543
|
},
|
|
539
|
-
"./dropdown": {
|
|
540
|
-
"types": "./dropdown/index.d.ts",
|
|
541
|
-
"import": "./dropdown/index.mjs",
|
|
542
|
-
"require": "./dropdown/index.cjs"
|
|
543
|
-
},
|
|
544
|
-
"./dropdown-menu": {
|
|
545
|
-
"types": "./dropdown-menu/index.d.ts",
|
|
546
|
-
"import": "./dropdown-menu/index.mjs",
|
|
547
|
-
"require": "./dropdown-menu/index.cjs"
|
|
548
|
-
},
|
|
549
544
|
"./ellipsis": {
|
|
550
545
|
"types": "./ellipsis/index.d.ts",
|
|
551
546
|
"import": "./ellipsis/index.mjs",
|
|
552
547
|
"require": "./ellipsis/index.cjs"
|
|
553
548
|
},
|
|
554
|
-
"./errors": {
|
|
555
|
-
"types": "./errors/index.d.ts",
|
|
556
|
-
"import": "./errors/index.mjs",
|
|
557
|
-
"require": "./errors/index.cjs"
|
|
558
|
-
},
|
|
559
549
|
"./feature-highlight": {
|
|
560
550
|
"types": "./feature-highlight/index.d.ts",
|
|
561
551
|
"import": "./feature-highlight/index.mjs",
|
|
@@ -566,6 +556,11 @@
|
|
|
566
556
|
"import": "./feature-popover/index.mjs",
|
|
567
557
|
"require": "./feature-popover/index.cjs"
|
|
568
558
|
},
|
|
559
|
+
"./dropdown-menu": {
|
|
560
|
+
"types": "./dropdown-menu/index.d.ts",
|
|
561
|
+
"import": "./dropdown-menu/index.mjs",
|
|
562
|
+
"require": "./dropdown-menu/index.cjs"
|
|
563
|
+
},
|
|
569
564
|
"./feedback-form": {
|
|
570
565
|
"types": "./feedback-form/index.d.ts",
|
|
571
566
|
"import": "./feedback-form/index.mjs",
|
|
@@ -581,6 +576,31 @@
|
|
|
581
576
|
"import": "./fullscreen-modal/index.mjs",
|
|
582
577
|
"require": "./fullscreen-modal/index.cjs"
|
|
583
578
|
},
|
|
579
|
+
"./dot": {
|
|
580
|
+
"types": "./dot/index.d.ts",
|
|
581
|
+
"import": "./dot/index.mjs",
|
|
582
|
+
"require": "./dot/index.cjs"
|
|
583
|
+
},
|
|
584
|
+
"./inline-edit": {
|
|
585
|
+
"types": "./inline-edit/index.d.ts",
|
|
586
|
+
"import": "./inline-edit/index.mjs",
|
|
587
|
+
"require": "./inline-edit/index.cjs"
|
|
588
|
+
},
|
|
589
|
+
"./input-mask": {
|
|
590
|
+
"types": "./input-mask/index.d.ts",
|
|
591
|
+
"import": "./input-mask/index.mjs",
|
|
592
|
+
"require": "./input-mask/index.cjs"
|
|
593
|
+
},
|
|
594
|
+
"./inline-input": {
|
|
595
|
+
"types": "./inline-input/index.d.ts",
|
|
596
|
+
"import": "./inline-input/index.mjs",
|
|
597
|
+
"require": "./inline-input/index.cjs"
|
|
598
|
+
},
|
|
599
|
+
"./input": {
|
|
600
|
+
"types": "./input/index.d.ts",
|
|
601
|
+
"import": "./input/index.mjs",
|
|
602
|
+
"require": "./input/index.cjs"
|
|
603
|
+
},
|
|
584
604
|
"./icon/lib/cjs": {
|
|
585
605
|
"types": "./icon/lib/cjs/index.d.ts",
|
|
586
606
|
"import": "./icon/lib/cjs/index.mjs",
|
|
@@ -4976,45 +4996,40 @@
|
|
|
4976
4996
|
"import": "./icon/index.mjs",
|
|
4977
4997
|
"require": "./icon/index.cjs"
|
|
4978
4998
|
},
|
|
4979
|
-
"./inline-edit": {
|
|
4980
|
-
"types": "./inline-edit/index.d.ts",
|
|
4981
|
-
"import": "./inline-edit/index.mjs",
|
|
4982
|
-
"require": "./inline-edit/index.cjs"
|
|
4983
|
-
},
|
|
4984
|
-
"./inline-input": {
|
|
4985
|
-
"types": "./inline-input/index.d.ts",
|
|
4986
|
-
"import": "./inline-input/index.mjs",
|
|
4987
|
-
"require": "./inline-input/index.cjs"
|
|
4988
|
-
},
|
|
4989
|
-
"./input": {
|
|
4990
|
-
"types": "./input/index.d.ts",
|
|
4991
|
-
"import": "./input/index.mjs",
|
|
4992
|
-
"require": "./input/index.cjs"
|
|
4993
|
-
},
|
|
4994
|
-
"./input-mask": {
|
|
4995
|
-
"types": "./input-mask/index.d.ts",
|
|
4996
|
-
"import": "./input-mask/index.mjs",
|
|
4997
|
-
"require": "./input-mask/index.cjs"
|
|
4998
|
-
},
|
|
4999
4999
|
"./input-number": {
|
|
5000
5000
|
"types": "./input-number/index.d.ts",
|
|
5001
5001
|
"import": "./input-number/index.mjs",
|
|
5002
5002
|
"require": "./input-number/index.cjs"
|
|
5003
5003
|
},
|
|
5004
|
+
"./mini-chart": {
|
|
5005
|
+
"types": "./mini-chart/index.d.ts",
|
|
5006
|
+
"import": "./mini-chart/index.mjs",
|
|
5007
|
+
"require": "./mini-chart/index.cjs"
|
|
5008
|
+
},
|
|
5009
|
+
"./link": {
|
|
5010
|
+
"types": "./link/index.d.ts",
|
|
5011
|
+
"import": "./link/index.mjs",
|
|
5012
|
+
"require": "./link/index.cjs"
|
|
5013
|
+
},
|
|
5004
5014
|
"./modal": {
|
|
5005
5015
|
"types": "./modal/index.d.ts",
|
|
5006
5016
|
"import": "./modal/index.mjs",
|
|
5007
5017
|
"require": "./modal/index.cjs"
|
|
5008
5018
|
},
|
|
5019
|
+
"./notice-bubble": {
|
|
5020
|
+
"types": "./notice-bubble/index.d.ts",
|
|
5021
|
+
"import": "./notice-bubble/index.mjs",
|
|
5022
|
+
"require": "./notice-bubble/index.cjs"
|
|
5023
|
+
},
|
|
5009
5024
|
"./notice": {
|
|
5010
5025
|
"types": "./notice/index.d.ts",
|
|
5011
5026
|
"import": "./notice/index.mjs",
|
|
5012
5027
|
"require": "./notice/index.cjs"
|
|
5013
5028
|
},
|
|
5014
|
-
"./
|
|
5015
|
-
"types": "./
|
|
5016
|
-
"import": "./
|
|
5017
|
-
"require": "./
|
|
5029
|
+
"./input-tags": {
|
|
5030
|
+
"types": "./input-tags/index.d.ts",
|
|
5031
|
+
"import": "./input-tags/index.mjs",
|
|
5032
|
+
"require": "./input-tags/index.cjs"
|
|
5018
5033
|
},
|
|
5019
5034
|
"./pagination": {
|
|
5020
5035
|
"types": "./pagination/index.d.ts",
|
|
@@ -5031,16 +5046,16 @@
|
|
|
5031
5046
|
"import": "./product-head/index.mjs",
|
|
5032
5047
|
"require": "./product-head/index.cjs"
|
|
5033
5048
|
},
|
|
5034
|
-
"./progress-bar": {
|
|
5035
|
-
"types": "./progress-bar/index.d.ts",
|
|
5036
|
-
"import": "./progress-bar/index.mjs",
|
|
5037
|
-
"require": "./progress-bar/index.cjs"
|
|
5038
|
-
},
|
|
5039
5049
|
"./radio": {
|
|
5040
5050
|
"types": "./radio/index.d.ts",
|
|
5041
5051
|
"import": "./radio/index.mjs",
|
|
5042
5052
|
"require": "./radio/index.cjs"
|
|
5043
5053
|
},
|
|
5054
|
+
"./progress-bar": {
|
|
5055
|
+
"types": "./progress-bar/index.d.ts",
|
|
5056
|
+
"import": "./progress-bar/index.mjs",
|
|
5057
|
+
"require": "./progress-bar/index.cjs"
|
|
5058
|
+
},
|
|
5044
5059
|
"./select": {
|
|
5045
5060
|
"types": "./select/index.d.ts",
|
|
5046
5061
|
"import": "./select/index.mjs",
|
|
@@ -5061,16 +5076,16 @@
|
|
|
5061
5076
|
"import": "./slider/index.mjs",
|
|
5062
5077
|
"require": "./slider/index.cjs"
|
|
5063
5078
|
},
|
|
5064
|
-
"./spin": {
|
|
5065
|
-
"types": "./spin/index.d.ts",
|
|
5066
|
-
"import": "./spin/index.mjs",
|
|
5067
|
-
"require": "./spin/index.cjs"
|
|
5068
|
-
},
|
|
5069
5079
|
"./spin-container": {
|
|
5070
5080
|
"types": "./spin-container/index.d.ts",
|
|
5071
5081
|
"import": "./spin-container/index.mjs",
|
|
5072
5082
|
"require": "./spin-container/index.cjs"
|
|
5073
5083
|
},
|
|
5084
|
+
"./tab-panel": {
|
|
5085
|
+
"types": "./tab-panel/index.d.ts",
|
|
5086
|
+
"import": "./tab-panel/index.mjs",
|
|
5087
|
+
"require": "./tab-panel/index.cjs"
|
|
5088
|
+
},
|
|
5074
5089
|
"./switch": {
|
|
5075
5090
|
"types": "./switch/index.d.ts",
|
|
5076
5091
|
"import": "./switch/index.mjs",
|
|
@@ -5081,15 +5096,10 @@
|
|
|
5081
5096
|
"import": "./tab-line/index.mjs",
|
|
5082
5097
|
"require": "./tab-line/index.cjs"
|
|
5083
5098
|
},
|
|
5084
|
-
"./
|
|
5085
|
-
"types": "./
|
|
5086
|
-
"import": "./
|
|
5087
|
-
"require": "./
|
|
5088
|
-
},
|
|
5089
|
-
"./tag": {
|
|
5090
|
-
"types": "./tag/index.d.ts",
|
|
5091
|
-
"import": "./tag/index.mjs",
|
|
5092
|
-
"require": "./tag/index.cjs"
|
|
5099
|
+
"./spin": {
|
|
5100
|
+
"types": "./spin/index.d.ts",
|
|
5101
|
+
"import": "./spin/index.mjs",
|
|
5102
|
+
"require": "./spin/index.cjs"
|
|
5093
5103
|
},
|
|
5094
5104
|
"./textarea": {
|
|
5095
5105
|
"types": "./textarea/index.d.ts",
|
|
@@ -5101,16 +5111,16 @@
|
|
|
5101
5111
|
"import": "./time-picker/index.mjs",
|
|
5102
5112
|
"require": "./time-picker/index.cjs"
|
|
5103
5113
|
},
|
|
5114
|
+
"./tag": {
|
|
5115
|
+
"types": "./tag/index.d.ts",
|
|
5116
|
+
"import": "./tag/index.mjs",
|
|
5117
|
+
"require": "./tag/index.cjs"
|
|
5118
|
+
},
|
|
5104
5119
|
"./tooltip": {
|
|
5105
5120
|
"types": "./tooltip/index.d.ts",
|
|
5106
5121
|
"import": "./tooltip/index.mjs",
|
|
5107
5122
|
"require": "./tooltip/index.cjs"
|
|
5108
5123
|
},
|
|
5109
|
-
"./typography": {
|
|
5110
|
-
"types": "./typography/index.d.ts",
|
|
5111
|
-
"import": "./typography/index.mjs",
|
|
5112
|
-
"require": "./typography/index.cjs"
|
|
5113
|
-
},
|
|
5114
5124
|
"./widget-empty": {
|
|
5115
5125
|
"types": "./widget-empty/index.d.ts",
|
|
5116
5126
|
"import": "./widget-empty/index.mjs",
|
|
@@ -5121,20 +5131,10 @@
|
|
|
5121
5131
|
"import": "./wizard/index.mjs",
|
|
5122
5132
|
"require": "./wizard/index.cjs"
|
|
5123
5133
|
},
|
|
5124
|
-
"./
|
|
5125
|
-
"types": "./
|
|
5126
|
-
"import": "./
|
|
5127
|
-
"require": "./
|
|
5128
|
-
},
|
|
5129
|
-
"./link": {
|
|
5130
|
-
"types": "./link/index.d.ts",
|
|
5131
|
-
"import": "./link/index.mjs",
|
|
5132
|
-
"require": "./link/index.cjs"
|
|
5133
|
-
},
|
|
5134
|
-
"./input-tags": {
|
|
5135
|
-
"types": "./input-tags/index.d.ts",
|
|
5136
|
-
"import": "./input-tags/index.mjs",
|
|
5137
|
-
"require": "./input-tags/index.cjs"
|
|
5134
|
+
"./typography": {
|
|
5135
|
+
"types": "./typography/index.d.ts",
|
|
5136
|
+
"import": "./typography/index.mjs",
|
|
5137
|
+
"require": "./typography/index.cjs"
|
|
5138
5138
|
}
|
|
5139
5139
|
},
|
|
5140
5140
|
"scripts": {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { resolve as resolvePath } from 'node:path';
|
|
2
|
+
|
|
3
|
+
import { defineConfig } from 'vitest/config';
|
|
4
|
+
|
|
5
|
+
import { vitestPlugins, vitestResolve } from '../../vitest.config.mts';
|
|
6
|
+
|
|
7
|
+
export default defineConfig({
|
|
8
|
+
plugins: vitestPlugins,
|
|
9
|
+
resolve: vitestResolve,
|
|
10
|
+
test: {
|
|
11
|
+
include: [
|
|
12
|
+
'__tests__/**/*.test.js',
|
|
13
|
+
],
|
|
14
|
+
environment: 'jsdom',
|
|
15
|
+
setupFiles: [resolvePath(__dirname, '../../tools/testing-utils/setupTests')],
|
|
16
|
+
},
|
|
17
|
+
});
|