@semcore/ui 17.1.2 → 17.2.0-prerelease.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +283 -0
  2. package/package.json +177 -177
package/CHANGELOG.md CHANGED
@@ -1,3 +1,286 @@
1
+ ## [17.2.0] - 2026-06-05
2
+
3
+ ### @semcore/core
4
+
5
+ - **Added** Flag to define `Icon` components.
6
+ - **Added** Flag to define `Icon` components.
7
+ - **Fixed** FeatureHighlight tokens didn't work in color variables.
8
+ - **Fixed** Update internal core types.
9
+
10
+ ### @semcore/wizard
11
+
12
+ - **Added** Links to the API and examples in the docs.
13
+ - **Fixed** SR did not read Stepper content aloud on small screens.
14
+
15
+ ### @semcore/typography
16
+
17
+ - **Added** Links to the API and examples in the docs.
18
+
19
+ ### @semcore/tooltip
20
+
21
+ - **Added** Links to the API and examples in the docs.
22
+
23
+ ### @semcore/textarea
24
+
25
+ - **Added** Links to the API and examples in the docs.
26
+
27
+ ### @semcore/tag
28
+
29
+ - **Added** Links to the API and examples in the docs.
30
+ - **Fixed** Rewrite component to TS. Deprecate atomic types. Atomic types are part
31
+ of `NSTag` namespace.
32
+
33
+ ### @semcore/tab-panel
34
+
35
+ - **Added** Links to the API and examples in the docs.
36
+
37
+ ### @semcore/tab-line
38
+
39
+ - **Added** Links to the API and examples in the docs.
40
+
41
+ ### @semcore/switch
42
+
43
+ - **Added** Links to the API and examples in the docs.
44
+ - **Fixed** Rewrite component to TS. Deprecate atomic types. Atomic types are part
45
+ of `NSSwitch` namespace.
46
+
47
+ ### @semcore/spin-container
48
+
49
+ - **Added** Links to the API and examples in the docs.
50
+
51
+ ### @semcore/spin
52
+
53
+ - **Added** Links to the API and examples in the docs.
54
+ - **Fixed** Rewrite component to TS. Deprecate atomic types. Atomic types are part
55
+ of `NSSpin` namespace.
56
+
57
+ ### @semcore/slider
58
+
59
+ - **Added** Links to the API and examples in the docs.
60
+ - **Fixed** Rewrite component to TS. Deprecate atomic types. Atomic types are part
61
+ of `NSSlider` namespace.
62
+
63
+ ### @semcore/skeleton
64
+
65
+ - **Added** Links to the API and examples in the docs.
66
+
67
+ ### @semcore/select
68
+
69
+ - **Added** Links to the API and examples in the docs.
70
+
71
+ ### @semcore/radio
72
+
73
+ - **Added** Links to the API and examples in the docs.
74
+
75
+ ### @semcore/progress-bar
76
+
77
+ - **Added** Links to the API and examples in the docs.
78
+
79
+ ### @semcore/product-head
80
+
81
+ - **Added** Links to the API and examples in the docs.
82
+
83
+ ### @semcore/pills
84
+
85
+ - **Added** Links to the API and examples in the docs.
86
+
87
+ ### @semcore/pagination
88
+
89
+ - **Added** Links to the API and examples in the docs.
90
+
91
+ ### @semcore/notice-bubble
92
+
93
+ - **Added** Links to the API and examples in the docs.
94
+ - **Fixed** Issue with `replace last item` and `initialAnimation=false`.
95
+
96
+ ### @semcore/notice
97
+
98
+ - **Added** Links to the API and examples in the docs.
99
+
100
+ ### @semcore/modal
101
+
102
+ - **Added** Links to the API and examples in the docs.
103
+ - **Fixed** `Modal` lost focus when clicking on the overlay.
104
+
105
+ ### @semcore/mini-chart
106
+
107
+ - **Added** Links to the API and examples in the docs.
108
+
109
+ ### @semcore/link
110
+
111
+ - **Added** Links to the API and examples in the docs.
112
+ - **Added** Calculate `Text` width based on the number of added `Icons` as Addons.
113
+
114
+ ### @semcore/input-tags
115
+
116
+ - **Added** Links to the API and examples in the docs.
117
+
118
+ ### @semcore/input-number
119
+
120
+ - **Added** Links to the API and examples in the docs.
121
+
122
+ ### @semcore/input-mask
123
+
124
+ - **Added** Links to the API and examples in the docs.
125
+
126
+ ### @semcore/input
127
+
128
+ - **Added** Links to the API and examples in the docs.
129
+
130
+ ### @semcore/inline-input
131
+
132
+ - **Added** Links to the API and examples in the docs.
133
+
134
+ ### @semcore/inline-edit
135
+
136
+ - **Added** Links to the API and examples in the docs.
137
+
138
+ ### @semcore/feedback-form
139
+
140
+ - **Added** Links to the API and examples in the docs.
141
+ - **Fixed** The form wouldn't close when using `Escape` with an error field.
142
+
143
+ ### @semcore/feature-popover
144
+
145
+ - **Added** Links to the API and examples in the docs.
146
+
147
+ ### @semcore/feature-highlight
148
+
149
+ - **Added** Links to the API and examples in the docs.
150
+ - **Fixed** Unnecessary line breaks in `Notice` styles.
151
+
152
+ ### @semcore/ellipsis
153
+
154
+ - **Added** Links to the API and examples in the docs.
155
+ - **Fixed** Values ​​with asynchronous initialization are not displayed in text
156
+ with ellipses.
157
+
158
+ ### @semcore/dropdown-menu
159
+
160
+ - **Added** Links to the API and examples in the docs.
161
+
162
+ ### @semcore/drag-and-drop
163
+
164
+ - **Added** Links to the API and examples in the docs.
165
+
166
+ ### @semcore/dot
167
+
168
+ - **Added** Links to the API and examples in the docs.
169
+
170
+ ### @semcore/divider
171
+
172
+ - **Added** Links to the API and examples in the docs.
173
+
174
+ ### @semcore/date-picker
175
+
176
+ - **Added** Links to the API and examples in the docs.
177
+
178
+ ### @semcore/d3-chart
179
+
180
+ - **Added** Links to the API and examples in the docs.
181
+
182
+ ### @semcore/counter
183
+
184
+ - **Added** Links to the API and examples in the docs.
185
+ - **Fixed** Rewrite component to TS. Deprecate atomic types. Atomic types are part
186
+ of `NSCounter` namespace.
187
+
188
+ ### @semcore/color-picker
189
+
190
+ - **Added** Links to the API and examples in the docs.
191
+ - **Fixed** Rewrite component to TS. Deprecate atomic types. Atomic types are part
192
+ of `NSColorPicker/NSPaletteManager` namespaces.
193
+
194
+ ### @semcore/checkbox
195
+
196
+ - **Added** Links to the API and examples in the docs.
197
+
198
+ ### @semcore/carousel
199
+
200
+ - **Added** Links to the API and examples in the docs.
201
+
202
+ ### @semcore/card
203
+
204
+ - **Added** Links to the API and examples in the docs.
205
+
206
+ ### @semcore/button
207
+
208
+ - **Added** Links to the API and examples in the docs.
209
+
210
+ ### @semcore/bulk-textarea
211
+
212
+ - **Added** Links to the API and examples in the docs.
213
+ - **Fixed** The value wasn't cleared by the `clearAll` button when using only
214
+ `defaultValue`.
215
+ - **Fixed** Error in processing styles by PostCSS plugins.
216
+
217
+ ### @semcore/breadcrumbs
218
+
219
+ - **Added** Links to the API and examples in the docs.
220
+
221
+ ### @semcore/base-trigger
222
+
223
+ - **Added** Links to the API and examples in the docs.
224
+
225
+ ### @semcore/add-filter
226
+
227
+ - **Added** Links to the API and examples in the docs.
228
+ - **Fixed** Added filters were opening without animation.
229
+
230
+ ### @semcore/accordion
231
+
232
+ - **Added** Links to the API and examples in the docs.
233
+
234
+ ### @semcore/widget-empty
235
+
236
+ - **Changed** Removed unnecessary width/height of the image.
237
+ - **Added** Links to the API and examples in the docs.
238
+
239
+ ### @semcore/time-picker
240
+
241
+ - **Fixed** Converting issues in 24-hours format
242
+ - **Added** Links to the API and examples in the docs.
243
+
244
+ ### @semcore/dropdown
245
+
246
+ - **Fixed** It was impossible to focus the last dropdown item using the `Up` arrow
247
+ when the first item disabled.
248
+ - **Added** Links to the API and examples in the docs.
249
+
250
+ ### @semcore/side-panel
251
+
252
+ - **Changed** Replaced css-ellipsis with our `Ellipsis` in `Text`.
253
+ - **Added** Links to the API and examples in the docs.
254
+
255
+ ### @semcore/fullscreen-modal
256
+
257
+ - **Changed** Replaced css-ellipsis with our `Ellipsis` in `Text`.
258
+ - **Added** Links to the API and examples in the docs.
259
+
260
+ ### @semcore/data-table
261
+
262
+ - **Fixed** The focus disappears and lost when focus not active sorting icon and
263
+ hover it.
264
+ - **Added** Links to the API and examples in the docs.
265
+
266
+ ### @semcore/base-components
267
+
268
+ - **Added** **flex-box**: New props: `bg`, `border`, `borderRadius`.
269
+ - **Changed** **flex-box**: Added export for types.
270
+ - **Added** **breakpoints**: Links to the API and examples in the docs.
271
+ - **Added** **flex-box**: Links to the API and examples in the docs.
272
+ - **Added** **hint**: Links to the API and examples in the docs.
273
+ - **Added** **neighbor-location**: Links to the API and examples in the docs.
274
+ - **Added** **outside-click**: Links to the API and examples in the docs.
275
+ - **Added** **popper**: Links to the API and examples in the docs.
276
+ - **Added** **portal**: Links to the API and examples in the docs.
277
+ - **Added** **scroll-area**: Links to the API and examples in the docs.
278
+
279
+ ### @semcore/badge
280
+
281
+ - **Added** New `unavailable` type.
282
+ - **Added** Links to the API and examples in the docs.
283
+
1
284
  ## [17.1.2] - 2026-05-13
2
285
 
3
286
  ### @semcore/base-components
package/package.json CHANGED
@@ -1,73 +1,73 @@
1
1
  {
2
2
  "name": "@semcore/ui",
3
- "version": "17.1.2",
3
+ "version": "17.2.0-prerelease.5",
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/add-filter": "17.1.0",
11
- "@semcore/accordion": "17.1.0",
12
- "@semcore/badge": "17.1.0",
13
- "@semcore/base-components": "17.1.0",
14
- "@semcore/base-trigger": "17.1.0",
15
- "@semcore/bulk-textarea": "17.1.0",
16
- "@semcore/breadcrumbs": "17.1.0",
17
- "@semcore/button": "17.1.0",
18
- "@semcore/card": "17.1.0",
19
- "@semcore/carousel": "17.1.0",
20
- "@semcore/checkbox": "17.1.0",
21
- "@semcore/color-picker": "17.1.0",
22
- "@semcore/core": "17.1.0",
23
- "@semcore/counter": "17.1.0",
24
- "@semcore/data-table": "17.1.0",
25
- "@semcore/d3-chart": "17.1.0",
26
- "@semcore/date-picker": "17.1.0",
27
- "@semcore/divider": "17.1.0",
28
- "@semcore/drag-and-drop": "17.1.0",
29
- "@semcore/dot": "17.1.0",
30
- "@semcore/dropdown-menu": "17.1.0",
31
- "@semcore/dropdown": "17.1.0",
32
- "@semcore/errors": "17.1.0",
33
- "@semcore/ellipsis": "17.1.0",
34
- "@semcore/feature-highlight": "17.1.0",
35
- "@semcore/feature-popover": "17.1.0",
36
- "@semcore/feedback-form": "17.1.0",
37
- "@semcore/fullscreen-modal": "17.1.0",
38
- "@semcore/inline-edit": "17.1.0",
39
- "@semcore/inline-input": "17.1.0",
40
- "@semcore/flags": "17.1.0",
41
- "@semcore/input-number": "17.1.0",
42
- "@semcore/input-mask": "17.1.0",
43
- "@semcore/link": "17.1.0",
44
- "@semcore/mini-chart": "17.1.0",
45
- "@semcore/notice": "17.1.0",
46
- "@semcore/input": "17.1.0",
47
- "@semcore/notice-bubble": "17.1.0",
48
- "@semcore/pagination": "17.1.0",
49
- "@semcore/product-head": "17.1.0",
50
- "@semcore/progress-bar": "17.1.0",
51
- "@semcore/pills": "17.1.0",
52
- "@semcore/radio": "17.1.0",
53
- "@semcore/select": "17.1.0",
54
- "@semcore/input-tags": "17.1.0",
55
- "@semcore/side-panel": "17.1.0",
56
- "@semcore/slider": "17.1.0",
57
- "@semcore/skeleton": "17.1.0",
58
- "@semcore/spin": "17.1.0",
59
- "@semcore/spin-container": "17.1.0",
60
- "@semcore/tab-line": "17.1.0",
61
- "@semcore/switch": "17.1.0",
62
- "@semcore/textarea": "17.1.0",
63
- "@semcore/tag": "17.1.0",
64
- "@semcore/time-picker": "17.1.0",
65
- "@semcore/tooltip": "17.1.0",
66
- "@semcore/typography": "17.1.0",
67
- "@semcore/modal": "17.1.0",
68
- "@semcore/tab-panel": "17.1.0",
69
- "@semcore/widget-empty": "17.1.0",
70
- "@semcore/wizard": "17.1.0"
10
+ "@semcore/add-filter": "17.2.0-prerelease.5",
11
+ "@semcore/base-trigger": "17.2.0-prerelease.5",
12
+ "@semcore/base-components": "17.2.0-prerelease.5",
13
+ "@semcore/accordion": "17.2.0-prerelease.5",
14
+ "@semcore/badge": "17.2.0-prerelease.5",
15
+ "@semcore/bulk-textarea": "17.2.0-prerelease.5",
16
+ "@semcore/breadcrumbs": "17.2.0-prerelease.5",
17
+ "@semcore/button": "17.2.0-prerelease.5",
18
+ "@semcore/carousel": "17.2.0-prerelease.5",
19
+ "@semcore/checkbox": "17.2.0-prerelease.5",
20
+ "@semcore/color-picker": "17.2.0-prerelease.5",
21
+ "@semcore/card": "17.2.0-prerelease.5",
22
+ "@semcore/core": "17.2.0-prerelease.5",
23
+ "@semcore/counter": "17.2.0-prerelease.5",
24
+ "@semcore/data-table": "17.2.0-prerelease.5",
25
+ "@semcore/divider": "17.2.0-prerelease.5",
26
+ "@semcore/date-picker": "17.2.0-prerelease.5",
27
+ "@semcore/dot": "17.2.0-prerelease.5",
28
+ "@semcore/d3-chart": "17.2.0-prerelease.5",
29
+ "@semcore/drag-and-drop": "17.2.0-prerelease.5",
30
+ "@semcore/dropdown": "17.2.0-prerelease.5",
31
+ "@semcore/dropdown-menu": "17.2.0-prerelease.5",
32
+ "@semcore/ellipsis": "17.2.0-prerelease.5",
33
+ "@semcore/errors": "17.1.0-prerelease.5",
34
+ "@semcore/feature-popover": "17.2.0-prerelease.5",
35
+ "@semcore/feature-highlight": "17.2.0-prerelease.5",
36
+ "@semcore/feedback-form": "17.2.0-prerelease.5",
37
+ "@semcore/flags": "17.1.0-prerelease.5",
38
+ "@semcore/fullscreen-modal": "17.2.0-prerelease.5",
39
+ "@semcore/inline-edit": "17.2.0-prerelease.5",
40
+ "@semcore/input": "17.2.0-prerelease.5",
41
+ "@semcore/inline-input": "17.2.0-prerelease.5",
42
+ "@semcore/input-number": "17.2.0-prerelease.5",
43
+ "@semcore/link": "17.2.0-prerelease.5",
44
+ "@semcore/input-mask": "17.2.0-prerelease.5",
45
+ "@semcore/input-tags": "17.2.0-prerelease.5",
46
+ "@semcore/mini-chart": "17.2.0-prerelease.5",
47
+ "@semcore/modal": "17.2.0-prerelease.5",
48
+ "@semcore/pagination": "17.2.0-prerelease.5",
49
+ "@semcore/notice-bubble": "17.2.0-prerelease.5",
50
+ "@semcore/pills": "17.2.0-prerelease.5",
51
+ "@semcore/notice": "17.2.0-prerelease.5",
52
+ "@semcore/product-head": "17.2.0-prerelease.5",
53
+ "@semcore/progress-bar": "17.2.0-prerelease.5",
54
+ "@semcore/side-panel": "17.2.0-prerelease.5",
55
+ "@semcore/skeleton": "17.2.0-prerelease.5",
56
+ "@semcore/slider": "17.2.0-prerelease.5",
57
+ "@semcore/spin": "17.2.0-prerelease.5",
58
+ "@semcore/spin-container": "17.2.0-prerelease.5",
59
+ "@semcore/switch": "17.2.0-prerelease.5",
60
+ "@semcore/tab-line": "17.2.0-prerelease.5",
61
+ "@semcore/tag": "17.2.0-prerelease.5",
62
+ "@semcore/tab-panel": "17.2.0-prerelease.5",
63
+ "@semcore/radio": "17.2.0-prerelease.5",
64
+ "@semcore/textarea": "17.2.0-prerelease.5",
65
+ "@semcore/time-picker": "17.2.0-prerelease.5",
66
+ "@semcore/tooltip": "17.2.0-prerelease.5",
67
+ "@semcore/wizard": "17.2.0-prerelease.5",
68
+ "@semcore/widget-empty": "17.2.0-prerelease.5",
69
+ "@semcore/typography": "17.2.0-prerelease.5",
70
+ "@semcore/select": "17.2.0-prerelease.5"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "react": "16.8 - 19",
@@ -82,8 +82,8 @@
82
82
  "fast-glob": "3.2.11",
83
83
  "fs-extra": "9.0.1",
84
84
  "tsm": "2.2.2",
85
- "@semcore/testing-utils": "1.0.0",
86
- "@semcore/continuous-delivery": "0.0.1"
85
+ "@semcore/continuous-delivery": "0.0.1",
86
+ "@semcore/testing-utils": "1.0.0"
87
87
  },
88
88
  "repository": {
89
89
  "type": "git",
@@ -96,6 +96,16 @@
96
96
  "import": "./add-filter/index.mjs",
97
97
  "require": "./add-filter/index.cjs"
98
98
  },
99
+ "./base-trigger": {
100
+ "types": "./base-trigger/index.d.ts",
101
+ "import": "./base-trigger/index.mjs",
102
+ "require": "./base-trigger/index.cjs"
103
+ },
104
+ "./base-components": {
105
+ "types": "./base-components/index.d.ts",
106
+ "import": "./base-components/index.mjs",
107
+ "require": "./base-components/index.cjs"
108
+ },
99
109
  "./accordion": {
100
110
  "types": "./accordion/index.d.ts",
101
111
  "import": "./accordion/index.mjs",
@@ -106,16 +116,6 @@
106
116
  "import": "./badge/index.mjs",
107
117
  "require": "./badge/index.cjs"
108
118
  },
109
- "./base-components": {
110
- "types": "./base-components/index.d.ts",
111
- "import": "./base-components/index.mjs",
112
- "require": "./base-components/index.cjs"
113
- },
114
- "./base-trigger": {
115
- "types": "./base-trigger/index.d.ts",
116
- "import": "./base-trigger/index.mjs",
117
- "require": "./base-trigger/index.cjs"
118
- },
119
119
  "./bulk-textarea": {
120
120
  "types": "./bulk-textarea/index.d.ts",
121
121
  "import": "./bulk-textarea/index.mjs",
@@ -131,11 +131,6 @@
131
131
  "import": "./button/index.mjs",
132
132
  "require": "./button/index.cjs"
133
133
  },
134
- "./card": {
135
- "types": "./card/index.d.ts",
136
- "import": "./card/index.mjs",
137
- "require": "./card/index.cjs"
138
- },
139
134
  "./carousel": {
140
135
  "types": "./carousel/index.d.ts",
141
136
  "import": "./carousel/index.mjs",
@@ -151,6 +146,11 @@
151
146
  "import": "./color-picker/index.mjs",
152
147
  "require": "./color-picker/index.cjs"
153
148
  },
149
+ "./card": {
150
+ "types": "./card/index.d.ts",
151
+ "import": "./card/index.mjs",
152
+ "require": "./card/index.cjs"
153
+ },
154
154
  "./core": {
155
155
  "types": "./core/index.d.ts",
156
156
  "import": "./core/index.mjs",
@@ -510,66 +510,71 @@
510
510
  "import": "./data-table/index.mjs",
511
511
  "require": "./data-table/index.cjs"
512
512
  },
513
- "./d3-chart": {
514
- "types": "./d3-chart/index.d.ts",
515
- "import": "./d3-chart/index.mjs",
516
- "require": "./d3-chart/index.cjs"
513
+ "./divider": {
514
+ "types": "./divider/index.d.ts",
515
+ "import": "./divider/index.mjs",
516
+ "require": "./divider/index.cjs"
517
517
  },
518
518
  "./date-picker": {
519
519
  "types": "./date-picker/index.d.ts",
520
520
  "import": "./date-picker/index.mjs",
521
521
  "require": "./date-picker/index.cjs"
522
522
  },
523
- "./divider": {
524
- "types": "./divider/index.d.ts",
525
- "import": "./divider/index.mjs",
526
- "require": "./divider/index.cjs"
523
+ "./dot": {
524
+ "types": "./dot/index.d.ts",
525
+ "import": "./dot/index.mjs",
526
+ "require": "./dot/index.cjs"
527
+ },
528
+ "./d3-chart": {
529
+ "types": "./d3-chart/index.d.ts",
530
+ "import": "./d3-chart/index.mjs",
531
+ "require": "./d3-chart/index.cjs"
527
532
  },
528
533
  "./drag-and-drop": {
529
534
  "types": "./drag-and-drop/index.d.ts",
530
535
  "import": "./drag-and-drop/index.mjs",
531
536
  "require": "./drag-and-drop/index.cjs"
532
537
  },
533
- "./dot": {
534
- "types": "./dot/index.d.ts",
535
- "import": "./dot/index.mjs",
536
- "require": "./dot/index.cjs"
538
+ "./dropdown": {
539
+ "types": "./dropdown/index.d.ts",
540
+ "import": "./dropdown/index.mjs",
541
+ "require": "./dropdown/index.cjs"
537
542
  },
538
543
  "./dropdown-menu": {
539
544
  "types": "./dropdown-menu/index.d.ts",
540
545
  "import": "./dropdown-menu/index.mjs",
541
546
  "require": "./dropdown-menu/index.cjs"
542
547
  },
543
- "./dropdown": {
544
- "types": "./dropdown/index.d.ts",
545
- "import": "./dropdown/index.mjs",
546
- "require": "./dropdown/index.cjs"
548
+ "./ellipsis": {
549
+ "types": "./ellipsis/index.d.ts",
550
+ "import": "./ellipsis/index.mjs",
551
+ "require": "./ellipsis/index.cjs"
547
552
  },
548
553
  "./errors": {
549
554
  "types": "./errors/index.d.ts",
550
555
  "import": "./errors/index.mjs",
551
556
  "require": "./errors/index.cjs"
552
557
  },
553
- "./ellipsis": {
554
- "types": "./ellipsis/index.d.ts",
555
- "import": "./ellipsis/index.mjs",
556
- "require": "./ellipsis/index.cjs"
558
+ "./feature-popover": {
559
+ "types": "./feature-popover/index.d.ts",
560
+ "import": "./feature-popover/index.mjs",
561
+ "require": "./feature-popover/index.cjs"
557
562
  },
558
563
  "./feature-highlight": {
559
564
  "types": "./feature-highlight/index.d.ts",
560
565
  "import": "./feature-highlight/index.mjs",
561
566
  "require": "./feature-highlight/index.cjs"
562
567
  },
563
- "./feature-popover": {
564
- "types": "./feature-popover/index.d.ts",
565
- "import": "./feature-popover/index.mjs",
566
- "require": "./feature-popover/index.cjs"
567
- },
568
568
  "./feedback-form": {
569
569
  "types": "./feedback-form/index.d.ts",
570
570
  "import": "./feedback-form/index.mjs",
571
571
  "require": "./feedback-form/index.cjs"
572
572
  },
573
+ "./flags": {
574
+ "types": "./flags/index.d.ts",
575
+ "import": "./flags/index.mjs",
576
+ "require": "./flags/index.cjs"
577
+ },
573
578
  "./fullscreen-modal": {
574
579
  "types": "./fullscreen-modal/index.d.ts",
575
580
  "import": "./fullscreen-modal/index.mjs",
@@ -580,55 +585,65 @@
580
585
  "import": "./inline-edit/index.mjs",
581
586
  "require": "./inline-edit/index.cjs"
582
587
  },
588
+ "./input": {
589
+ "types": "./input/index.d.ts",
590
+ "import": "./input/index.mjs",
591
+ "require": "./input/index.cjs"
592
+ },
583
593
  "./inline-input": {
584
594
  "types": "./inline-input/index.d.ts",
585
595
  "import": "./inline-input/index.mjs",
586
596
  "require": "./inline-input/index.cjs"
587
597
  },
588
- "./flags": {
589
- "types": "./flags/index.d.ts",
590
- "import": "./flags/index.mjs",
591
- "require": "./flags/index.cjs"
592
- },
593
598
  "./input-number": {
594
599
  "types": "./input-number/index.d.ts",
595
600
  "import": "./input-number/index.mjs",
596
601
  "require": "./input-number/index.cjs"
597
602
  },
603
+ "./link": {
604
+ "types": "./link/index.d.ts",
605
+ "import": "./link/index.mjs",
606
+ "require": "./link/index.cjs"
607
+ },
598
608
  "./input-mask": {
599
609
  "types": "./input-mask/index.d.ts",
600
610
  "import": "./input-mask/index.mjs",
601
611
  "require": "./input-mask/index.cjs"
602
612
  },
603
- "./link": {
604
- "types": "./link/index.d.ts",
605
- "import": "./link/index.mjs",
606
- "require": "./link/index.cjs"
613
+ "./input-tags": {
614
+ "types": "./input-tags/index.d.ts",
615
+ "import": "./input-tags/index.mjs",
616
+ "require": "./input-tags/index.cjs"
607
617
  },
608
618
  "./mini-chart": {
609
619
  "types": "./mini-chart/index.d.ts",
610
620
  "import": "./mini-chart/index.mjs",
611
621
  "require": "./mini-chart/index.cjs"
612
622
  },
613
- "./notice": {
614
- "types": "./notice/index.d.ts",
615
- "import": "./notice/index.mjs",
616
- "require": "./notice/index.cjs"
623
+ "./modal": {
624
+ "types": "./modal/index.d.ts",
625
+ "import": "./modal/index.mjs",
626
+ "require": "./modal/index.cjs"
617
627
  },
618
- "./input": {
619
- "types": "./input/index.d.ts",
620
- "import": "./input/index.mjs",
621
- "require": "./input/index.cjs"
628
+ "./pagination": {
629
+ "types": "./pagination/index.d.ts",
630
+ "import": "./pagination/index.mjs",
631
+ "require": "./pagination/index.cjs"
622
632
  },
623
633
  "./notice-bubble": {
624
634
  "types": "./notice-bubble/index.d.ts",
625
635
  "import": "./notice-bubble/index.mjs",
626
636
  "require": "./notice-bubble/index.cjs"
627
637
  },
628
- "./pagination": {
629
- "types": "./pagination/index.d.ts",
630
- "import": "./pagination/index.mjs",
631
- "require": "./pagination/index.cjs"
638
+ "./pills": {
639
+ "types": "./pills/index.d.ts",
640
+ "import": "./pills/index.mjs",
641
+ "require": "./pills/index.cjs"
642
+ },
643
+ "./notice": {
644
+ "types": "./notice/index.d.ts",
645
+ "import": "./notice/index.mjs",
646
+ "require": "./notice/index.cjs"
632
647
  },
633
648
  "./product-head": {
634
649
  "types": "./product-head/index.d.ts",
@@ -640,41 +655,21 @@
640
655
  "import": "./progress-bar/index.mjs",
641
656
  "require": "./progress-bar/index.cjs"
642
657
  },
643
- "./pills": {
644
- "types": "./pills/index.d.ts",
645
- "import": "./pills/index.mjs",
646
- "require": "./pills/index.cjs"
647
- },
648
- "./radio": {
649
- "types": "./radio/index.d.ts",
650
- "import": "./radio/index.mjs",
651
- "require": "./radio/index.cjs"
652
- },
653
- "./select": {
654
- "types": "./select/index.d.ts",
655
- "import": "./select/index.mjs",
656
- "require": "./select/index.cjs"
657
- },
658
- "./input-tags": {
659
- "types": "./input-tags/index.d.ts",
660
- "import": "./input-tags/index.mjs",
661
- "require": "./input-tags/index.cjs"
662
- },
663
658
  "./side-panel": {
664
659
  "types": "./side-panel/index.d.ts",
665
660
  "import": "./side-panel/index.mjs",
666
661
  "require": "./side-panel/index.cjs"
667
662
  },
668
- "./slider": {
669
- "types": "./slider/index.d.ts",
670
- "import": "./slider/index.mjs",
671
- "require": "./slider/index.cjs"
672
- },
673
663
  "./skeleton": {
674
664
  "types": "./skeleton/index.d.ts",
675
665
  "import": "./skeleton/index.mjs",
676
666
  "require": "./skeleton/index.cjs"
677
667
  },
668
+ "./slider": {
669
+ "types": "./slider/index.d.ts",
670
+ "import": "./slider/index.mjs",
671
+ "require": "./slider/index.cjs"
672
+ },
678
673
  "./spin": {
679
674
  "types": "./spin/index.d.ts",
680
675
  "import": "./spin/index.mjs",
@@ -685,26 +680,36 @@
685
680
  "import": "./spin-container/index.mjs",
686
681
  "require": "./spin-container/index.cjs"
687
682
  },
688
- "./tab-line": {
689
- "types": "./tab-line/index.d.ts",
690
- "import": "./tab-line/index.mjs",
691
- "require": "./tab-line/index.cjs"
692
- },
693
683
  "./switch": {
694
684
  "types": "./switch/index.d.ts",
695
685
  "import": "./switch/index.mjs",
696
686
  "require": "./switch/index.cjs"
697
687
  },
698
- "./textarea": {
699
- "types": "./textarea/index.d.ts",
700
- "import": "./textarea/index.mjs",
701
- "require": "./textarea/index.cjs"
688
+ "./tab-line": {
689
+ "types": "./tab-line/index.d.ts",
690
+ "import": "./tab-line/index.mjs",
691
+ "require": "./tab-line/index.cjs"
702
692
  },
703
693
  "./tag": {
704
694
  "types": "./tag/index.d.ts",
705
695
  "import": "./tag/index.mjs",
706
696
  "require": "./tag/index.cjs"
707
697
  },
698
+ "./tab-panel": {
699
+ "types": "./tab-panel/index.d.ts",
700
+ "import": "./tab-panel/index.mjs",
701
+ "require": "./tab-panel/index.cjs"
702
+ },
703
+ "./radio": {
704
+ "types": "./radio/index.d.ts",
705
+ "import": "./radio/index.mjs",
706
+ "require": "./radio/index.cjs"
707
+ },
708
+ "./textarea": {
709
+ "types": "./textarea/index.d.ts",
710
+ "import": "./textarea/index.mjs",
711
+ "require": "./textarea/index.cjs"
712
+ },
708
713
  "./time-picker": {
709
714
  "types": "./time-picker/index.d.ts",
710
715
  "import": "./time-picker/index.mjs",
@@ -715,30 +720,25 @@
715
720
  "import": "./tooltip/index.mjs",
716
721
  "require": "./tooltip/index.cjs"
717
722
  },
718
- "./typography": {
719
- "types": "./typography/index.d.ts",
720
- "import": "./typography/index.mjs",
721
- "require": "./typography/index.cjs"
722
- },
723
- "./modal": {
724
- "types": "./modal/index.d.ts",
725
- "import": "./modal/index.mjs",
726
- "require": "./modal/index.cjs"
727
- },
728
- "./tab-panel": {
729
- "types": "./tab-panel/index.d.ts",
730
- "import": "./tab-panel/index.mjs",
731
- "require": "./tab-panel/index.cjs"
723
+ "./wizard": {
724
+ "types": "./wizard/index.d.ts",
725
+ "import": "./wizard/index.mjs",
726
+ "require": "./wizard/index.cjs"
732
727
  },
733
728
  "./widget-empty": {
734
729
  "types": "./widget-empty/index.d.ts",
735
730
  "import": "./widget-empty/index.mjs",
736
731
  "require": "./widget-empty/index.cjs"
737
732
  },
738
- "./wizard": {
739
- "types": "./wizard/index.d.ts",
740
- "import": "./wizard/index.mjs",
741
- "require": "./wizard/index.cjs"
733
+ "./typography": {
734
+ "types": "./typography/index.d.ts",
735
+ "import": "./typography/index.mjs",
736
+ "require": "./typography/index.cjs"
737
+ },
738
+ "./select": {
739
+ "types": "./select/index.d.ts",
740
+ "import": "./select/index.mjs",
741
+ "require": "./select/index.cjs"
742
742
  }
743
743
  },
744
744
  "scripts": {