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