@semcore/ui 17.0.0-prerelease.9 → 17.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/CHANGELOG.md +307 -12
- package/core/lib/utils/indentStyles.cjs +1 -0
- package/core/lib/utils/indentStyles.d.ts +1 -0
- package/core/lib/utils/indentStyles.js +1 -0
- package/core/lib/utils/indentStyles.mjs +1 -0
- package/package.json +141 -140
- package/stylelint-plugin/index.cjs +0 -1
- package/stylelint-plugin/index.d.ts +0 -1
- package/stylelint-plugin/index.js +0 -1
- package/stylelint-plugin/index.mjs +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,47 +1,342 @@
|
|
|
1
|
-
## [v17.0.0] - 2026-
|
|
1
|
+
## [v17.0.0] - 2026-04-15
|
|
2
|
+
|
|
3
|
+
### @semcore/d3-chart
|
|
4
|
+
|
|
5
|
+
- **Changed** Refined a11y module invocation logic
|
|
6
|
+
- **BREAK** Removed 2px border-radius for Bars.
|
|
7
|
+
|
|
8
|
+
### @semcore/core
|
|
9
|
+
|
|
10
|
+
- **BREAK** New major version.
|
|
11
|
+
- **BREAK** Removed `WithI18n`. Use `useI18n`.
|
|
12
|
+
- **BREAK** Removed `WithCSS`. Use `useCss`.
|
|
13
|
+
- **BREAK** Removed `WithAutoFocus` and `autoFocusEnhance`.
|
|
14
|
+
- **BREAK** Removed `WithKeyboardFocus`. Just don't use.
|
|
15
|
+
- **BREAK** Removed `WithRef`. Use `useForkRef`.
|
|
16
|
+
|
|
17
|
+
### @semcore/widget-empty
|
|
18
|
+
|
|
19
|
+
- **BREAK** New major version.
|
|
20
|
+
- **BREAK** Removed unnecessary `margin-bottom` for the widget container.
|
|
21
|
+
|
|
22
|
+
### @semcore/tooltip
|
|
23
|
+
|
|
24
|
+
- **BREAK** New major version. Deprecated `Tooltip.Hint`.
|
|
25
|
+
|
|
26
|
+
### @semcore/textarea
|
|
27
|
+
|
|
28
|
+
- **BREAK** New major version.
|
|
29
|
+
|
|
30
|
+
### @semcore/tag
|
|
31
|
+
|
|
32
|
+
- **BREAK** New major version.
|
|
33
|
+
|
|
34
|
+
### @semcore/tab-panel
|
|
35
|
+
|
|
36
|
+
- **BREAK** New major version.
|
|
37
|
+
|
|
38
|
+
### @semcore/tab-line
|
|
39
|
+
|
|
40
|
+
- **BREAK** New major version.
|
|
41
|
+
|
|
42
|
+
### @semcore/switch
|
|
43
|
+
|
|
44
|
+
- **BREAK** New major version.
|
|
45
|
+
|
|
46
|
+
### @semcore/spin-container
|
|
47
|
+
|
|
48
|
+
- **BREAK** New major version.
|
|
49
|
+
|
|
50
|
+
### @semcore/spin
|
|
51
|
+
|
|
52
|
+
- **BREAK** New major version.
|
|
53
|
+
|
|
54
|
+
### @semcore/slider
|
|
55
|
+
|
|
56
|
+
- **BREAK** New major version.
|
|
57
|
+
|
|
58
|
+
### @semcore/skeleton
|
|
59
|
+
|
|
60
|
+
- **BREAK** New major version.
|
|
61
|
+
|
|
62
|
+
### @semcore/side-panel
|
|
63
|
+
|
|
64
|
+
- **BREAK** New major version.
|
|
65
|
+
|
|
66
|
+
### @semcore/select
|
|
67
|
+
|
|
68
|
+
- **BREAK** New major version.
|
|
69
|
+
- **Added** `Select.Option.Text` component. Use it if you have an options that should be ellipsized.
|
|
70
|
+
|
|
71
|
+
### @semcore/product-head
|
|
72
|
+
|
|
73
|
+
- **BREAK** New major version.
|
|
74
|
+
|
|
75
|
+
### @semcore/pagination
|
|
76
|
+
|
|
77
|
+
- **BREAK** New major version.
|
|
78
|
+
|
|
79
|
+
### @semcore/notice-bubble
|
|
80
|
+
|
|
81
|
+
- **BREAK** New major version.
|
|
82
|
+
|
|
83
|
+
### @semcore/modal
|
|
84
|
+
|
|
85
|
+
- **BREAK** New major version.
|
|
86
|
+
|
|
87
|
+
### @semcore/input-tags
|
|
88
|
+
|
|
89
|
+
- **BREAK** New major version.
|
|
90
|
+
|
|
91
|
+
### @semcore/input-number
|
|
92
|
+
|
|
93
|
+
- **BREAK** New major version.
|
|
94
|
+
|
|
95
|
+
### @semcore/input-mask
|
|
96
|
+
|
|
97
|
+
- **BREAK** New major version.
|
|
98
|
+
|
|
99
|
+
### @semcore/inline-input
|
|
100
|
+
|
|
101
|
+
- **BREAK** New major version.
|
|
102
|
+
|
|
103
|
+
### @semcore/inline-edit
|
|
104
|
+
|
|
105
|
+
- **BREAK** New major version.
|
|
106
|
+
|
|
107
|
+
### @semcore/flags
|
|
108
|
+
|
|
109
|
+
- **BREAK** New major version.
|
|
110
|
+
|
|
111
|
+
### @semcore/feedback-form
|
|
112
|
+
|
|
113
|
+
- **BREAK** New major version.
|
|
114
|
+
|
|
115
|
+
### @semcore/feature-popover
|
|
116
|
+
|
|
117
|
+
- **BREAK** New major version.
|
|
118
|
+
|
|
119
|
+
### @semcore/ellipsis
|
|
120
|
+
|
|
121
|
+
- **BREAK** Deprecated component. Use the new `ellipsis` prop that's built into various components.
|
|
122
|
+
|
|
123
|
+
### @semcore/drag-and-drop
|
|
124
|
+
|
|
125
|
+
- **BREAK** New major version.
|
|
126
|
+
|
|
127
|
+
### @semcore/date-picker
|
|
128
|
+
|
|
129
|
+
- **BREAK** New major version.
|
|
130
|
+
|
|
131
|
+
### @semcore/data-table
|
|
132
|
+
|
|
133
|
+
- **BREAK** New major version.
|
|
134
|
+
|
|
135
|
+
### @semcore/color-picker
|
|
136
|
+
|
|
137
|
+
- **BREAK** New major version.
|
|
138
|
+
|
|
139
|
+
### @semcore/carousel
|
|
140
|
+
|
|
141
|
+
- **BREAK** New major version.
|
|
142
|
+
|
|
143
|
+
### @semcore/breadcrumbs
|
|
144
|
+
|
|
145
|
+
- **BREAK** New major version.
|
|
146
|
+
|
|
147
|
+
### @semcore/badge
|
|
148
|
+
|
|
149
|
+
- **BREAK** New major version. Added property `type`. Deprecated `color` and `bg`.
|
|
150
|
+
|
|
151
|
+
### @semcore/add-filter
|
|
152
|
+
|
|
153
|
+
- **BREAK** New major version.
|
|
2
154
|
|
|
3
155
|
### @semcore/wizard
|
|
4
156
|
|
|
157
|
+
- **BREAK** New major version.
|
|
5
158
|
- **Changed** WizardStep type to number only.
|
|
6
159
|
|
|
160
|
+
### @semcore/typography
|
|
161
|
+
|
|
162
|
+
- **BREAK** New major version.
|
|
163
|
+
- **Added** `ellipsis` property to crop the text out of the box.
|
|
164
|
+
- **Fixed** margins for native `p` and lists.
|
|
165
|
+
|
|
166
|
+
### @semcore/time-picker
|
|
167
|
+
|
|
168
|
+
- **BREAK** New major version.
|
|
169
|
+
- **Changed** Rewrite component to TS
|
|
170
|
+
- **Changed** `onChange` format to `HH:mm`
|
|
171
|
+
|
|
7
172
|
### @semcore/input
|
|
8
173
|
|
|
174
|
+
- **BREAK** New major version.
|
|
9
175
|
- **Changed** Addon right padding for L size.
|
|
10
176
|
|
|
11
177
|
### @semcore/fullscreen-modal
|
|
12
178
|
|
|
179
|
+
- **BREAK** New major version.
|
|
13
180
|
- **Changed** Header styles, for the correct text behaviour and design ofc ✨
|
|
14
181
|
|
|
15
182
|
### @semcore/counter
|
|
16
183
|
|
|
184
|
+
- **BREAK** New major version.
|
|
17
185
|
- **Changed** value names for `size` property to match the whole size system in DS:
|
|
18
186
|
'm', 'l', 'xl' -> 's', 'm', 'l'.
|
|
19
187
|
|
|
20
|
-
### @semcore/
|
|
188
|
+
### @semcore/dropdown-menu
|
|
21
189
|
|
|
22
|
-
- **
|
|
190
|
+
- **Fixed** Border-radius for shadow under sticky group.
|
|
191
|
+
- **Fixed** Overscroll "bounce" effect for sticky groups.
|
|
192
|
+
- **BREAK** New major version.
|
|
23
193
|
|
|
24
|
-
### @semcore/
|
|
194
|
+
### @semcore/mini-chart
|
|
25
195
|
|
|
26
|
-
- **
|
|
27
|
-
- **
|
|
196
|
+
- **Fixed** TrendBar and TrendHistogram `displayName`
|
|
197
|
+
- **BREAK** New major version.
|
|
28
198
|
|
|
29
|
-
### @semcore/
|
|
199
|
+
### @semcore/bulk-textarea
|
|
30
200
|
|
|
31
|
-
- **
|
|
32
|
-
- **BREAK**
|
|
201
|
+
- **Fixed** Fixed types for `Bulktextarea.InputField`.
|
|
202
|
+
- **BREAK** New major version.
|
|
203
|
+
|
|
204
|
+
### @semcore/feature-highlight
|
|
205
|
+
|
|
206
|
+
- **Fixed** Updated `NoticeFH` to be compatible with `NoticeSmart`.
|
|
207
|
+
- **BREAK** New major version.
|
|
208
|
+
|
|
209
|
+
### @semcore/notice
|
|
210
|
+
|
|
211
|
+
- **Added** Added `text` prop to `NoticeSmart`.
|
|
212
|
+
- **BREAK** New major version.
|
|
213
|
+
|
|
214
|
+
### @semcore/dot
|
|
215
|
+
|
|
216
|
+
- **Fixed** Rewrite component to TS.
|
|
217
|
+
- **BREAK** New major version.
|
|
218
|
+
|
|
219
|
+
### @semcore/divider
|
|
220
|
+
|
|
221
|
+
- **Fixed** Rewrite component to TS.
|
|
222
|
+
- **BREAK** New major version.
|
|
223
|
+
|
|
224
|
+
### @semcore/card
|
|
225
|
+
|
|
226
|
+
- **Fixed** Rewrite component to TS.
|
|
227
|
+
- **BREAK** New major version.
|
|
228
|
+
|
|
229
|
+
### @semcore/errors
|
|
230
|
+
|
|
231
|
+
- **Fixed** Rewrite component to TS.
|
|
232
|
+
- **BREAK** New major version.
|
|
233
|
+
|
|
234
|
+
### @semcore/accordion
|
|
235
|
+
|
|
236
|
+
- **Fixed** Rewrite component to TS.
|
|
237
|
+
- **BREAK** New major version.
|
|
238
|
+
|
|
239
|
+
### @semcore/checkbox
|
|
240
|
+
|
|
241
|
+
- **Fixed** Rewrite component to TS.
|
|
242
|
+
- **BREAK** New major version.
|
|
243
|
+
|
|
244
|
+
### @semcore/pills
|
|
245
|
+
|
|
246
|
+
- **Fixed** Rewrite component to TS.
|
|
247
|
+
- **BREAK** New major version.
|
|
248
|
+
|
|
249
|
+
### @semcore/radio
|
|
250
|
+
|
|
251
|
+
- **Fixed** Rewrite component to TS.
|
|
252
|
+
- **BREAK** New major version.
|
|
253
|
+
|
|
254
|
+
### @semcore/progress-bar
|
|
255
|
+
|
|
256
|
+
- **Fixed** Rewrite component to TS.
|
|
257
|
+
- **BREAK** New major version.
|
|
258
|
+
|
|
259
|
+
### @semcore/dropdown
|
|
260
|
+
|
|
261
|
+
- **Fixed** Set default size for `Dropdown.Group`.
|
|
262
|
+
- **BREAK** New major version.
|
|
263
|
+
|
|
264
|
+
### @semcore/base-components
|
|
265
|
+
|
|
266
|
+
- **BREAK** **breakpoints**: New major version.
|
|
267
|
+
- **BREAK** **grid**: New major version.
|
|
268
|
+
- **BREAK** **flex-box**: New major version.
|
|
269
|
+
- **BREAK** **neighbor-location**: New major version.
|
|
270
|
+
- **BREAK** **popper**: New major version.
|
|
271
|
+
- **BREAK** **portal**: Removed using `getNodeByRef`. Use `React.RefObject` instead.
|
|
272
|
+
- **BREAK** **outside-click**: Removed using `getNodeByRef`. Use `React.RefObject` instead.
|
|
273
|
+
- **BREAK** **scroll-area**: Removed using `getNodeByRef`. Use `React.RefObject` instead.
|
|
274
|
+
|
|
275
|
+
### @semcore/link
|
|
276
|
+
|
|
277
|
+
- **BREAK** This is now an inline element. The inline property is no longer applicable.
|
|
278
|
+
- **BREAK** `noWrap` is now false by default.
|
|
279
|
+
- **BREAK** `hintPlacement` property added.
|
|
280
|
+
- **BREAK** Link.Text is now a Text element; all text customization should be done within it. Link is simply a container.
|
|
281
|
+
- **BREAK** New major version.
|
|
33
282
|
|
|
34
283
|
### @semcore/button
|
|
35
284
|
|
|
285
|
+
- **BREAK** Removed old implementation for the `ButtonLink`. This is a wrapper for the `Link` but in tag `button` now.
|
|
286
|
+
- **BREAK** New major version.
|
|
36
287
|
- **Fixed** Adjusted `ButtonLink` baseline.
|
|
37
288
|
|
|
289
|
+
### @semcore/base-trigger
|
|
290
|
+
|
|
291
|
+
- **BREAK** Removed old implementation for the `LinkTrigger`. This is a wrapper for the `ButtonLink` now.
|
|
292
|
+
- **BREAK** New major version.
|
|
293
|
+
- **Changed** `Dot` component replaced by `Counter` for `FilterTrigger.Counter`.
|
|
294
|
+
|
|
295
|
+
## [16.15.0] - 2026-04-01
|
|
296
|
+
|
|
297
|
+
### @semcore/feedback-form
|
|
298
|
+
|
|
299
|
+
- **Fixed** `Star` SVG alignment for `FeedbackRating` component.
|
|
300
|
+
|
|
301
|
+
### @semcore/inline-input
|
|
302
|
+
|
|
303
|
+
- **Fixed** Some non-working properties marked as deprecated.
|
|
304
|
+
|
|
305
|
+
### @semcore/bulk-textarea
|
|
306
|
+
|
|
307
|
+
- **Added** Added `autoFocus` prop for `BulkTextarea.InputField`
|
|
308
|
+
|
|
309
|
+
### @semcore/icon
|
|
310
|
+
|
|
311
|
+
- **Changed** `Semrush` icon.
|
|
312
|
+
|
|
313
|
+
### @semcore/d3-chart
|
|
314
|
+
|
|
315
|
+
- **Fixed** Bubble chart plot size calculation.
|
|
316
|
+
- **Added** `percentFormatter` for Cigarette.
|
|
317
|
+
- **Added** Added `cursor:pointer` for `Bubble` chart in case bubbles are
|
|
318
|
+
clickable.
|
|
319
|
+
- **Added** `minimalBarWidth` for `Cigarette` chart.
|
|
320
|
+
|
|
38
321
|
### @semcore/base-components
|
|
39
322
|
|
|
40
|
-
- **
|
|
323
|
+
- **Added** **box**: Add `hoverCursor` to `Box`.
|
|
324
|
+
- **Added** `inset` property for the Box component.
|
|
41
325
|
|
|
42
|
-
### @semcore/
|
|
326
|
+
### @semcore/core
|
|
43
327
|
|
|
44
|
-
- **
|
|
328
|
+
- **Changed** Moved css-variables to separate package - `@semcore/theme`.
|
|
329
|
+
- **Fixed** Prevent `body` pollution in `usePreventScroll`.
|
|
330
|
+
|
|
331
|
+
### @semcore/data-table
|
|
332
|
+
|
|
333
|
+
- **Fixed** Scroll issue in virtualized tables in Firefox.
|
|
334
|
+
- **Added** New structure `SelectableRows` to handle selected rows in reactive
|
|
335
|
+
way.
|
|
336
|
+
- **Fixed** Impossible to navigate by keyboard when sorting was clicked by mouse.
|
|
337
|
+
- **Fixed** Impossible to navigate cells near the merger when accordion collapsed.
|
|
338
|
+
- **Fixed** Sorted column remains visually selected after sorting another column
|
|
339
|
+
via mouse when sorted was focused
|
|
45
340
|
|
|
46
341
|
## [16.14.0] - 2026-02-10
|
|
47
342
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/core/lib/utils/indentStyles');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@semcore/core/lib/utils/indentStyles';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@semcore/core/lib/utils/indentStyles';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@semcore/core/lib/utils/indentStyles';
|
package/package.json
CHANGED
|
@@ -1,79 +1,80 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "v17.0.0",
|
|
4
|
+
"description": "Semrush design system package that reexports all other single component packages.",
|
|
5
|
+
"author": "UI-kit team <ui-kit-team@semrush.com>",
|
|
4
6
|
"license": "MIT",
|
|
5
7
|
"module": "./index.mjs",
|
|
6
8
|
"sideEffects": false,
|
|
7
9
|
"dependencies": {
|
|
8
|
-
"@semcore/
|
|
9
|
-
"@semcore/
|
|
10
|
-
"@semcore/badge": "
|
|
11
|
-
"@semcore/base-components": "
|
|
12
|
-
"@semcore/base-trigger": "
|
|
13
|
-
"@semcore/breadcrumbs": "
|
|
14
|
-
"@semcore/
|
|
15
|
-
"@semcore/
|
|
16
|
-
"@semcore/
|
|
17
|
-
"@semcore/
|
|
18
|
-
"@semcore/
|
|
19
|
-
"@semcore/
|
|
20
|
-
"@semcore/
|
|
21
|
-
"@semcore/
|
|
22
|
-
"@semcore/
|
|
23
|
-
"@semcore/data-table": "
|
|
24
|
-
"@semcore/date-picker": "
|
|
25
|
-
"@semcore/divider": "
|
|
26
|
-
"@semcore/dot": "
|
|
27
|
-
"@semcore/drag-and-drop": "
|
|
28
|
-
"@semcore/dropdown": "
|
|
29
|
-
"@semcore/dropdown-menu": "
|
|
30
|
-
"@semcore/ellipsis": "
|
|
31
|
-
"@semcore/errors": "
|
|
32
|
-
"@semcore/feature-highlight": "
|
|
33
|
-
"@semcore/feature-popover": "
|
|
34
|
-
"@semcore/feedback-form": "
|
|
35
|
-
"@semcore/
|
|
36
|
-
"@semcore/
|
|
37
|
-
"@semcore/
|
|
38
|
-
"@semcore/inline-edit": "
|
|
39
|
-
"@semcore/input": "
|
|
40
|
-
"@semcore/
|
|
41
|
-
"@semcore/
|
|
42
|
-
"@semcore/input
|
|
43
|
-
"@semcore/
|
|
44
|
-
"@semcore/
|
|
45
|
-
"@semcore/notice": "
|
|
46
|
-
"@semcore/
|
|
47
|
-
"@semcore/
|
|
48
|
-
"@semcore/
|
|
49
|
-
"@semcore/
|
|
50
|
-
"@semcore/
|
|
51
|
-
"@semcore/
|
|
52
|
-
"@semcore/
|
|
53
|
-
"@semcore/skeleton": "
|
|
54
|
-
"@semcore/
|
|
55
|
-
"@semcore/
|
|
56
|
-
"@semcore/
|
|
57
|
-
"@semcore/
|
|
58
|
-
"@semcore/
|
|
59
|
-
"@semcore/
|
|
60
|
-
"@semcore/
|
|
61
|
-
"@semcore/
|
|
62
|
-
"@semcore/
|
|
63
|
-
"@semcore/
|
|
64
|
-
"@semcore/
|
|
65
|
-
"@semcore/
|
|
66
|
-
"@semcore/
|
|
67
|
-
"@semcore/
|
|
68
|
-
"@semcore/
|
|
69
|
-
"@semcore/
|
|
70
|
-
"@semcore/wizard": "16.2.3-prerelease.9"
|
|
10
|
+
"@semcore/accordion": "17.0.0",
|
|
11
|
+
"@semcore/add-filter": "17.0.0",
|
|
12
|
+
"@semcore/badge": "17.0.0",
|
|
13
|
+
"@semcore/base-components": "17.0.0",
|
|
14
|
+
"@semcore/base-trigger": "17.0.0",
|
|
15
|
+
"@semcore/breadcrumbs": "17.0.0",
|
|
16
|
+
"@semcore/bulk-textarea": "17.0.0",
|
|
17
|
+
"@semcore/button": "17.0.0",
|
|
18
|
+
"@semcore/card": "17.0.0",
|
|
19
|
+
"@semcore/carousel": "17.0.0",
|
|
20
|
+
"@semcore/checkbox": "17.0.0",
|
|
21
|
+
"@semcore/color-picker": "17.0.0",
|
|
22
|
+
"@semcore/core": "17.0.0",
|
|
23
|
+
"@semcore/counter": "17.0.0",
|
|
24
|
+
"@semcore/d3-chart": "17.0.0",
|
|
25
|
+
"@semcore/data-table": "17.0.0",
|
|
26
|
+
"@semcore/date-picker": "17.0.0",
|
|
27
|
+
"@semcore/divider": "17.0.0",
|
|
28
|
+
"@semcore/dot": "17.0.0",
|
|
29
|
+
"@semcore/drag-and-drop": "17.0.0",
|
|
30
|
+
"@semcore/dropdown": "17.0.0",
|
|
31
|
+
"@semcore/dropdown-menu": "17.0.0",
|
|
32
|
+
"@semcore/ellipsis": "17.0.0",
|
|
33
|
+
"@semcore/errors": "17.0.0",
|
|
34
|
+
"@semcore/feature-highlight": "17.0.0",
|
|
35
|
+
"@semcore/feature-popover": "17.0.0",
|
|
36
|
+
"@semcore/feedback-form": "17.0.0",
|
|
37
|
+
"@semcore/flags": "17.0.0",
|
|
38
|
+
"@semcore/fullscreen-modal": "17.0.0",
|
|
39
|
+
"@semcore/i18n-unplugin": "16.0.10",
|
|
40
|
+
"@semcore/inline-edit": "17.0.0",
|
|
41
|
+
"@semcore/input": "17.0.0",
|
|
42
|
+
"@semcore/input-number": "17.0.0",
|
|
43
|
+
"@semcore/mini-chart": "17.0.0",
|
|
44
|
+
"@semcore/inline-input": "17.0.0",
|
|
45
|
+
"@semcore/modal": "17.0.0",
|
|
46
|
+
"@semcore/notice": "17.0.0",
|
|
47
|
+
"@semcore/notice-bubble": "17.0.0",
|
|
48
|
+
"@semcore/pagination": "17.0.0",
|
|
49
|
+
"@semcore/pills": "17.0.0",
|
|
50
|
+
"@semcore/product-head": "17.0.0",
|
|
51
|
+
"@semcore/progress-bar": "17.0.0",
|
|
52
|
+
"@semcore/radio": "17.0.0",
|
|
53
|
+
"@semcore/select": "17.0.0",
|
|
54
|
+
"@semcore/side-panel": "17.0.0",
|
|
55
|
+
"@semcore/skeleton": "17.0.0",
|
|
56
|
+
"@semcore/slider": "17.0.0",
|
|
57
|
+
"@semcore/spin": "17.0.0",
|
|
58
|
+
"@semcore/spin-container": "17.0.0",
|
|
59
|
+
"@semcore/switch": "17.0.0",
|
|
60
|
+
"@semcore/tab-line": "17.0.0",
|
|
61
|
+
"@semcore/tab-panel": "17.0.0",
|
|
62
|
+
"@semcore/tag": "17.0.0",
|
|
63
|
+
"@semcore/textarea": "17.0.0",
|
|
64
|
+
"@semcore/time-picker": "17.0.0",
|
|
65
|
+
"@semcore/tooltip": "17.0.0",
|
|
66
|
+
"@semcore/typography": "17.0.0",
|
|
67
|
+
"@semcore/widget-empty": "17.0.0",
|
|
68
|
+
"@semcore/wizard": "17.0.0",
|
|
69
|
+
"@semcore/input-mask": "17.0.0",
|
|
70
|
+
"@semcore/input-tags": "17.0.0",
|
|
71
|
+
"@semcore/link": "17.0.0"
|
|
71
72
|
},
|
|
72
73
|
"peerDependencies": {
|
|
73
74
|
"react": "16.8 - 19",
|
|
74
75
|
"react-dom": "16.8 - 19",
|
|
75
|
-
"@semcore/icon": "^16.
|
|
76
|
-
"@semcore/illustration": "^16.0.0 || ^17.0.0"
|
|
76
|
+
"@semcore/icon": "^16.0.0 || ^17.0.0 || ^17.0.0-0",
|
|
77
|
+
"@semcore/illustration": "^16.0.0 || ^17.0.0 || ^17.0.0-0"
|
|
77
78
|
},
|
|
78
79
|
"devDependencies": {
|
|
79
80
|
"@types/fs-extra": "9.0.13",
|
|
@@ -82,8 +83,8 @@
|
|
|
82
83
|
"fast-glob": "3.2.11",
|
|
83
84
|
"fs-extra": "9.0.1",
|
|
84
85
|
"tsm": "2.2.2",
|
|
85
|
-
"@semcore/
|
|
86
|
-
"@semcore/
|
|
86
|
+
"@semcore/testing-utils": "1.0.0",
|
|
87
|
+
"@semcore/continuous-delivery": "0.0.1"
|
|
87
88
|
},
|
|
88
89
|
"repository": {
|
|
89
90
|
"type": "git",
|
|
@@ -91,16 +92,16 @@
|
|
|
91
92
|
"directory": "semcore/ui"
|
|
92
93
|
},
|
|
93
94
|
"exports": {
|
|
94
|
-
"./add-filter": {
|
|
95
|
-
"types": "./add-filter/index.d.ts",
|
|
96
|
-
"import": "./add-filter/index.mjs",
|
|
97
|
-
"require": "./add-filter/index.cjs"
|
|
98
|
-
},
|
|
99
95
|
"./accordion": {
|
|
100
96
|
"types": "./accordion/index.d.ts",
|
|
101
97
|
"import": "./accordion/index.mjs",
|
|
102
98
|
"require": "./accordion/index.cjs"
|
|
103
99
|
},
|
|
100
|
+
"./add-filter": {
|
|
101
|
+
"types": "./add-filter/index.d.ts",
|
|
102
|
+
"import": "./add-filter/index.mjs",
|
|
103
|
+
"require": "./add-filter/index.cjs"
|
|
104
|
+
},
|
|
104
105
|
"./badge": {
|
|
105
106
|
"types": "./badge/index.d.ts",
|
|
106
107
|
"import": "./badge/index.mjs",
|
|
@@ -121,6 +122,11 @@
|
|
|
121
122
|
"import": "./breadcrumbs/index.mjs",
|
|
122
123
|
"require": "./breadcrumbs/index.cjs"
|
|
123
124
|
},
|
|
125
|
+
"./bulk-textarea": {
|
|
126
|
+
"types": "./bulk-textarea/index.d.ts",
|
|
127
|
+
"import": "./bulk-textarea/index.mjs",
|
|
128
|
+
"require": "./bulk-textarea/index.cjs"
|
|
129
|
+
},
|
|
124
130
|
"./button": {
|
|
125
131
|
"types": "./button/index.d.ts",
|
|
126
132
|
"import": "./button/index.mjs",
|
|
@@ -146,21 +152,6 @@
|
|
|
146
152
|
"import": "./color-picker/index.mjs",
|
|
147
153
|
"require": "./color-picker/index.cjs"
|
|
148
154
|
},
|
|
149
|
-
"./counter": {
|
|
150
|
-
"types": "./counter/index.d.ts",
|
|
151
|
-
"import": "./counter/index.mjs",
|
|
152
|
-
"require": "./counter/index.cjs"
|
|
153
|
-
},
|
|
154
|
-
"./bulk-textarea": {
|
|
155
|
-
"types": "./bulk-textarea/index.d.ts",
|
|
156
|
-
"import": "./bulk-textarea/index.mjs",
|
|
157
|
-
"require": "./bulk-textarea/index.cjs"
|
|
158
|
-
},
|
|
159
|
-
"./d3-chart": {
|
|
160
|
-
"types": "./d3-chart/index.d.ts",
|
|
161
|
-
"import": "./d3-chart/index.mjs",
|
|
162
|
-
"require": "./d3-chart/index.cjs"
|
|
163
|
-
},
|
|
164
155
|
"./core": {
|
|
165
156
|
"types": "./core/index.d.ts",
|
|
166
157
|
"import": "./core/index.mjs",
|
|
@@ -286,6 +277,11 @@
|
|
|
286
277
|
"import": "./core/lib/utils/ifChildren.mjs",
|
|
287
278
|
"require": "./core/lib/utils/ifChildren.cjs"
|
|
288
279
|
},
|
|
280
|
+
"./core/lib/utils/indentStyles": {
|
|
281
|
+
"types": "./core/lib/utils/indentStyles.d.ts",
|
|
282
|
+
"import": "./core/lib/utils/indentStyles.mjs",
|
|
283
|
+
"require": "./core/lib/utils/indentStyles.cjs"
|
|
284
|
+
},
|
|
289
285
|
"./core/lib/utils/injectStyle": {
|
|
290
286
|
"types": "./core/lib/utils/injectStyle.d.ts",
|
|
291
287
|
"import": "./core/lib/utils/injectStyle.mjs",
|
|
@@ -505,6 +501,16 @@
|
|
|
505
501
|
"require": "./core/lib/theme/themes/light.css",
|
|
506
502
|
"import": "./core/lib/theme/themes/light.css"
|
|
507
503
|
},
|
|
504
|
+
"./counter": {
|
|
505
|
+
"types": "./counter/index.d.ts",
|
|
506
|
+
"import": "./counter/index.mjs",
|
|
507
|
+
"require": "./counter/index.cjs"
|
|
508
|
+
},
|
|
509
|
+
"./d3-chart": {
|
|
510
|
+
"types": "./d3-chart/index.d.ts",
|
|
511
|
+
"import": "./d3-chart/index.mjs",
|
|
512
|
+
"require": "./d3-chart/index.cjs"
|
|
513
|
+
},
|
|
508
514
|
"./data-table": {
|
|
509
515
|
"types": "./data-table/index.d.ts",
|
|
510
516
|
"import": "./data-table/index.mjs",
|
|
@@ -565,6 +571,11 @@
|
|
|
565
571
|
"import": "./feedback-form/index.mjs",
|
|
566
572
|
"require": "./feedback-form/index.cjs"
|
|
567
573
|
},
|
|
574
|
+
"./flags": {
|
|
575
|
+
"types": "./flags/index.d.ts",
|
|
576
|
+
"import": "./flags/index.mjs",
|
|
577
|
+
"require": "./flags/index.cjs"
|
|
578
|
+
},
|
|
568
579
|
"./fullscreen-modal": {
|
|
569
580
|
"types": "./fullscreen-modal/index.d.ts",
|
|
570
581
|
"import": "./fullscreen-modal/index.mjs",
|
|
@@ -575,11 +586,6 @@
|
|
|
575
586
|
"import": "./i18n-unplugin/index.mjs",
|
|
576
587
|
"require": "./i18n-unplugin/index.cjs"
|
|
577
588
|
},
|
|
578
|
-
"./flags": {
|
|
579
|
-
"types": "./flags/index.d.ts",
|
|
580
|
-
"import": "./flags/index.mjs",
|
|
581
|
-
"require": "./flags/index.cjs"
|
|
582
|
-
},
|
|
583
589
|
"./inline-edit": {
|
|
584
590
|
"types": "./inline-edit/index.d.ts",
|
|
585
591
|
"import": "./inline-edit/index.mjs",
|
|
@@ -590,16 +596,6 @@
|
|
|
590
596
|
"import": "./input/index.mjs",
|
|
591
597
|
"require": "./input/index.cjs"
|
|
592
598
|
},
|
|
593
|
-
"./inline-input": {
|
|
594
|
-
"types": "./inline-input/index.d.ts",
|
|
595
|
-
"import": "./inline-input/index.mjs",
|
|
596
|
-
"require": "./inline-input/index.cjs"
|
|
597
|
-
},
|
|
598
|
-
"./link": {
|
|
599
|
-
"types": "./link/index.d.ts",
|
|
600
|
-
"import": "./link/index.mjs",
|
|
601
|
-
"require": "./link/index.cjs"
|
|
602
|
-
},
|
|
603
599
|
"./input-number": {
|
|
604
600
|
"types": "./input-number/index.d.ts",
|
|
605
601
|
"import": "./input-number/index.mjs",
|
|
@@ -610,6 +606,11 @@
|
|
|
610
606
|
"import": "./mini-chart/index.mjs",
|
|
611
607
|
"require": "./mini-chart/index.cjs"
|
|
612
608
|
},
|
|
609
|
+
"./inline-input": {
|
|
610
|
+
"types": "./inline-input/index.d.ts",
|
|
611
|
+
"import": "./inline-input/index.mjs",
|
|
612
|
+
"require": "./inline-input/index.cjs"
|
|
613
|
+
},
|
|
613
614
|
"./modal": {
|
|
614
615
|
"types": "./modal/index.d.ts",
|
|
615
616
|
"import": "./modal/index.mjs",
|
|
@@ -625,21 +626,16 @@
|
|
|
625
626
|
"import": "./notice-bubble/index.mjs",
|
|
626
627
|
"require": "./notice-bubble/index.cjs"
|
|
627
628
|
},
|
|
628
|
-
"./
|
|
629
|
-
"types": "./
|
|
630
|
-
"import": "./
|
|
631
|
-
"require": "./
|
|
629
|
+
"./pagination": {
|
|
630
|
+
"types": "./pagination/index.d.ts",
|
|
631
|
+
"import": "./pagination/index.mjs",
|
|
632
|
+
"require": "./pagination/index.cjs"
|
|
632
633
|
},
|
|
633
634
|
"./pills": {
|
|
634
635
|
"types": "./pills/index.d.ts",
|
|
635
636
|
"import": "./pills/index.mjs",
|
|
636
637
|
"require": "./pills/index.cjs"
|
|
637
638
|
},
|
|
638
|
-
"./pagination": {
|
|
639
|
-
"types": "./pagination/index.d.ts",
|
|
640
|
-
"import": "./pagination/index.mjs",
|
|
641
|
-
"require": "./pagination/index.cjs"
|
|
642
|
-
},
|
|
643
639
|
"./product-head": {
|
|
644
640
|
"types": "./product-head/index.d.ts",
|
|
645
641
|
"import": "./product-head/index.mjs",
|
|
@@ -655,11 +651,6 @@
|
|
|
655
651
|
"import": "./radio/index.mjs",
|
|
656
652
|
"require": "./radio/index.cjs"
|
|
657
653
|
},
|
|
658
|
-
"./skeleton": {
|
|
659
|
-
"types": "./skeleton/index.d.ts",
|
|
660
|
-
"import": "./skeleton/index.mjs",
|
|
661
|
-
"require": "./skeleton/index.cjs"
|
|
662
|
-
},
|
|
663
654
|
"./select": {
|
|
664
655
|
"types": "./select/index.d.ts",
|
|
665
656
|
"import": "./select/index.mjs",
|
|
@@ -670,26 +661,26 @@
|
|
|
670
661
|
"import": "./side-panel/index.mjs",
|
|
671
662
|
"require": "./side-panel/index.cjs"
|
|
672
663
|
},
|
|
673
|
-
"./
|
|
674
|
-
"types": "./
|
|
675
|
-
"import": "./
|
|
676
|
-
"require": "./
|
|
664
|
+
"./skeleton": {
|
|
665
|
+
"types": "./skeleton/index.d.ts",
|
|
666
|
+
"import": "./skeleton/index.mjs",
|
|
667
|
+
"require": "./skeleton/index.cjs"
|
|
677
668
|
},
|
|
678
669
|
"./slider": {
|
|
679
670
|
"types": "./slider/index.d.ts",
|
|
680
671
|
"import": "./slider/index.mjs",
|
|
681
672
|
"require": "./slider/index.cjs"
|
|
682
673
|
},
|
|
683
|
-
"./spin-container": {
|
|
684
|
-
"types": "./spin-container/index.d.ts",
|
|
685
|
-
"import": "./spin-container/index.mjs",
|
|
686
|
-
"require": "./spin-container/index.cjs"
|
|
687
|
-
},
|
|
688
674
|
"./spin": {
|
|
689
675
|
"types": "./spin/index.d.ts",
|
|
690
676
|
"import": "./spin/index.mjs",
|
|
691
677
|
"require": "./spin/index.cjs"
|
|
692
678
|
},
|
|
679
|
+
"./spin-container": {
|
|
680
|
+
"types": "./spin-container/index.d.ts",
|
|
681
|
+
"import": "./spin-container/index.mjs",
|
|
682
|
+
"require": "./spin-container/index.cjs"
|
|
683
|
+
},
|
|
693
684
|
"./switch": {
|
|
694
685
|
"types": "./switch/index.d.ts",
|
|
695
686
|
"import": "./switch/index.mjs",
|
|
@@ -700,16 +691,16 @@
|
|
|
700
691
|
"import": "./tab-line/index.mjs",
|
|
701
692
|
"require": "./tab-line/index.cjs"
|
|
702
693
|
},
|
|
694
|
+
"./tab-panel": {
|
|
695
|
+
"types": "./tab-panel/index.d.ts",
|
|
696
|
+
"import": "./tab-panel/index.mjs",
|
|
697
|
+
"require": "./tab-panel/index.cjs"
|
|
698
|
+
},
|
|
703
699
|
"./tag": {
|
|
704
700
|
"types": "./tag/index.d.ts",
|
|
705
701
|
"import": "./tag/index.mjs",
|
|
706
702
|
"require": "./tag/index.cjs"
|
|
707
703
|
},
|
|
708
|
-
"./stylelint-plugin": {
|
|
709
|
-
"types": "./stylelint-plugin/index.d.ts",
|
|
710
|
-
"import": "./stylelint-plugin/index.mjs",
|
|
711
|
-
"require": "./stylelint-plugin/index.cjs"
|
|
712
|
-
},
|
|
713
704
|
"./textarea": {
|
|
714
705
|
"types": "./textarea/index.d.ts",
|
|
715
706
|
"import": "./textarea/index.mjs",
|
|
@@ -720,21 +711,16 @@
|
|
|
720
711
|
"import": "./time-picker/index.mjs",
|
|
721
712
|
"require": "./time-picker/index.cjs"
|
|
722
713
|
},
|
|
723
|
-
"./
|
|
724
|
-
"types": "./
|
|
725
|
-
"import": "./
|
|
726
|
-
"require": "./
|
|
714
|
+
"./tooltip": {
|
|
715
|
+
"types": "./tooltip/index.d.ts",
|
|
716
|
+
"import": "./tooltip/index.mjs",
|
|
717
|
+
"require": "./tooltip/index.cjs"
|
|
727
718
|
},
|
|
728
719
|
"./typography": {
|
|
729
720
|
"types": "./typography/index.d.ts",
|
|
730
721
|
"import": "./typography/index.mjs",
|
|
731
722
|
"require": "./typography/index.cjs"
|
|
732
723
|
},
|
|
733
|
-
"./tooltip": {
|
|
734
|
-
"types": "./tooltip/index.d.ts",
|
|
735
|
-
"import": "./tooltip/index.mjs",
|
|
736
|
-
"require": "./tooltip/index.cjs"
|
|
737
|
-
},
|
|
738
724
|
"./widget-empty": {
|
|
739
725
|
"types": "./widget-empty/index.d.ts",
|
|
740
726
|
"import": "./widget-empty/index.mjs",
|
|
@@ -744,6 +730,21 @@
|
|
|
744
730
|
"types": "./wizard/index.d.ts",
|
|
745
731
|
"import": "./wizard/index.mjs",
|
|
746
732
|
"require": "./wizard/index.cjs"
|
|
733
|
+
},
|
|
734
|
+
"./input-mask": {
|
|
735
|
+
"types": "./input-mask/index.d.ts",
|
|
736
|
+
"import": "./input-mask/index.mjs",
|
|
737
|
+
"require": "./input-mask/index.cjs"
|
|
738
|
+
},
|
|
739
|
+
"./input-tags": {
|
|
740
|
+
"types": "./input-tags/index.d.ts",
|
|
741
|
+
"import": "./input-tags/index.mjs",
|
|
742
|
+
"require": "./input-tags/index.cjs"
|
|
743
|
+
},
|
|
744
|
+
"./link": {
|
|
745
|
+
"types": "./link/index.d.ts",
|
|
746
|
+
"import": "./link/index.mjs",
|
|
747
|
+
"require": "./link/index.cjs"
|
|
747
748
|
}
|
|
748
749
|
},
|
|
749
750
|
"scripts": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('@semcore/stylelint-plugin');
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@semcore/stylelint-plugin';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@semcore/stylelint-plugin';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@semcore/stylelint-plugin';
|