@semcore/ui 17.1.2 → 17.2.0-prerelease.3

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 +282 -0
  2. package/package.json +171 -171
package/CHANGELOG.md CHANGED
@@ -1,3 +1,285 @@
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/badge
226
+
227
+ - **Added** Links to the API and examples in the docs.
228
+
229
+ ### @semcore/add-filter
230
+
231
+ - **Added** Links to the API and examples in the docs.
232
+ - **Fixed** Added filters were opening without animation.
233
+
234
+ ### @semcore/accordion
235
+
236
+ - **Added** Links to the API and examples in the docs.
237
+
238
+ ### @semcore/widget-empty
239
+
240
+ - **Changed** Removed unnecessary width/height of the image.
241
+ - **Added** Links to the API and examples in the docs.
242
+
243
+ ### @semcore/time-picker
244
+
245
+ - **Fixed** Converting issues in 24-hours format
246
+ - **Added** Links to the API and examples in the docs.
247
+
248
+ ### @semcore/dropdown
249
+
250
+ - **Fixed** It was impossible to focus the last dropdown item using the `Up` arrow
251
+ when the first item disabled.
252
+ - **Added** Links to the API and examples in the docs.
253
+
254
+ ### @semcore/side-panel
255
+
256
+ - **Changed** Replaced css-ellipsis with our `Ellipsis` in `Text`.
257
+ - **Added** Links to the API and examples in the docs.
258
+
259
+ ### @semcore/fullscreen-modal
260
+
261
+ - **Changed** Replaced css-ellipsis with our `Ellipsis` in `Text`.
262
+ - **Added** Links to the API and examples in the docs.
263
+
264
+ ### @semcore/data-table
265
+
266
+ - **Fixed** The focus disappears and lost when focus not active sorting icon and
267
+ hover it.
268
+ - **Added** Links to the API and examples in the docs.
269
+
270
+ ### @semcore/base-components
271
+
272
+ - **Added** **flex-box**: New props: `bg`, `border`, `borderRadius`.
273
+ - **Changed** **flex-box**: Added export for types.
274
+ - **Added** **breakpoints**: Links to the API and examples in the docs.
275
+ - **Added** **flex-box**: Links to the API and examples in the docs.
276
+ - **Added** **hint**: Links to the API and examples in the docs.
277
+ - **Added** **neighbor-location**: Links to the API and examples in the docs.
278
+ - **Added** **outside-click**: Links to the API and examples in the docs.
279
+ - **Added** **popper**: Links to the API and examples in the docs.
280
+ - **Added** **portal**: Links to the API and examples in the docs.
281
+ - **Added** **scroll-area**: Links to the API and examples in the docs.
282
+
1
283
  ## [17.1.2] - 2026-05-13
2
284
 
3
285
  ### @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.3",
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/accordion": "17.2.0-prerelease.3",
11
+ "@semcore/add-filter": "17.2.0-prerelease.3",
12
+ "@semcore/base-components": "17.2.0-prerelease.3",
13
+ "@semcore/badge": "17.2.0-prerelease.3",
14
+ "@semcore/base-trigger": "17.2.0-prerelease.3",
15
+ "@semcore/breadcrumbs": "17.2.0-prerelease.3",
16
+ "@semcore/bulk-textarea": "17.2.0-prerelease.3",
17
+ "@semcore/card": "17.2.0-prerelease.3",
18
+ "@semcore/carousel": "17.2.0-prerelease.3",
19
+ "@semcore/button": "17.2.0-prerelease.3",
20
+ "@semcore/checkbox": "17.2.0-prerelease.3",
21
+ "@semcore/counter": "17.2.0-prerelease.3",
22
+ "@semcore/color-picker": "17.2.0-prerelease.3",
23
+ "@semcore/core": "17.2.0-prerelease.3",
24
+ "@semcore/d3-chart": "17.2.0-prerelease.3",
25
+ "@semcore/data-table": "17.2.0-prerelease.3",
26
+ "@semcore/date-picker": "17.2.0-prerelease.3",
27
+ "@semcore/drag-and-drop": "17.2.0-prerelease.3",
28
+ "@semcore/divider": "17.2.0-prerelease.3",
29
+ "@semcore/dropdown": "17.2.0-prerelease.3",
30
+ "@semcore/dropdown-menu": "17.2.0-prerelease.3",
31
+ "@semcore/ellipsis": "17.2.0-prerelease.3",
32
+ "@semcore/feature-highlight": "17.2.0-prerelease.3",
33
+ "@semcore/errors": "17.1.0-prerelease.3",
34
+ "@semcore/feature-popover": "17.2.0-prerelease.3",
35
+ "@semcore/feedback-form": "17.2.0-prerelease.3",
36
+ "@semcore/flags": "17.1.0-prerelease.3",
37
+ "@semcore/dot": "17.2.0-prerelease.3",
38
+ "@semcore/fullscreen-modal": "17.2.0-prerelease.3",
39
+ "@semcore/inline-input": "17.2.0-prerelease.3",
40
+ "@semcore/inline-edit": "17.2.0-prerelease.3",
41
+ "@semcore/input": "17.2.0-prerelease.3",
42
+ "@semcore/input-mask": "17.2.0-prerelease.3",
43
+ "@semcore/mini-chart": "17.2.0-prerelease.3",
44
+ "@semcore/input-number": "17.2.0-prerelease.3",
45
+ "@semcore/link": "17.2.0-prerelease.3",
46
+ "@semcore/modal": "17.2.0-prerelease.3",
47
+ "@semcore/notice": "17.2.0-prerelease.3",
48
+ "@semcore/notice-bubble": "17.2.0-prerelease.3",
49
+ "@semcore/pagination": "17.2.0-prerelease.3",
50
+ "@semcore/product-head": "17.2.0-prerelease.3",
51
+ "@semcore/input-tags": "17.2.0-prerelease.3",
52
+ "@semcore/pills": "17.2.0-prerelease.3",
53
+ "@semcore/progress-bar": "17.2.0-prerelease.3",
54
+ "@semcore/select": "17.2.0-prerelease.3",
55
+ "@semcore/radio": "17.2.0-prerelease.3",
56
+ "@semcore/slider": "17.2.0-prerelease.3",
57
+ "@semcore/side-panel": "17.2.0-prerelease.3",
58
+ "@semcore/spin": "17.2.0-prerelease.3",
59
+ "@semcore/skeleton": "17.2.0-prerelease.3",
60
+ "@semcore/spin-container": "17.2.0-prerelease.3",
61
+ "@semcore/tab-panel": "17.2.0-prerelease.3",
62
+ "@semcore/tab-line": "17.2.0-prerelease.3",
63
+ "@semcore/tag": "17.2.0-prerelease.3",
64
+ "@semcore/textarea": "17.2.0-prerelease.3",
65
+ "@semcore/time-picker": "17.2.0-prerelease.3",
66
+ "@semcore/tooltip": "17.2.0-prerelease.3",
67
+ "@semcore/switch": "17.2.0-prerelease.3",
68
+ "@semcore/typography": "17.2.0-prerelease.3",
69
+ "@semcore/widget-empty": "17.2.0-prerelease.3",
70
+ "@semcore/wizard": "17.2.0-prerelease.3"
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",
@@ -91,45 +91,40 @@
91
91
  "directory": "semcore/ui"
92
92
  },
93
93
  "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
94
  "./accordion": {
100
95
  "types": "./accordion/index.d.ts",
101
96
  "import": "./accordion/index.mjs",
102
97
  "require": "./accordion/index.cjs"
103
98
  },
104
- "./badge": {
105
- "types": "./badge/index.d.ts",
106
- "import": "./badge/index.mjs",
107
- "require": "./badge/index.cjs"
99
+ "./add-filter": {
100
+ "types": "./add-filter/index.d.ts",
101
+ "import": "./add-filter/index.mjs",
102
+ "require": "./add-filter/index.cjs"
108
103
  },
109
104
  "./base-components": {
110
105
  "types": "./base-components/index.d.ts",
111
106
  "import": "./base-components/index.mjs",
112
107
  "require": "./base-components/index.cjs"
113
108
  },
109
+ "./badge": {
110
+ "types": "./badge/index.d.ts",
111
+ "import": "./badge/index.mjs",
112
+ "require": "./badge/index.cjs"
113
+ },
114
114
  "./base-trigger": {
115
115
  "types": "./base-trigger/index.d.ts",
116
116
  "import": "./base-trigger/index.mjs",
117
117
  "require": "./base-trigger/index.cjs"
118
118
  },
119
- "./bulk-textarea": {
120
- "types": "./bulk-textarea/index.d.ts",
121
- "import": "./bulk-textarea/index.mjs",
122
- "require": "./bulk-textarea/index.cjs"
123
- },
124
119
  "./breadcrumbs": {
125
120
  "types": "./breadcrumbs/index.d.ts",
126
121
  "import": "./breadcrumbs/index.mjs",
127
122
  "require": "./breadcrumbs/index.cjs"
128
123
  },
129
- "./button": {
130
- "types": "./button/index.d.ts",
131
- "import": "./button/index.mjs",
132
- "require": "./button/index.cjs"
124
+ "./bulk-textarea": {
125
+ "types": "./bulk-textarea/index.d.ts",
126
+ "import": "./bulk-textarea/index.mjs",
127
+ "require": "./bulk-textarea/index.cjs"
133
128
  },
134
129
  "./card": {
135
130
  "types": "./card/index.d.ts",
@@ -141,11 +136,21 @@
141
136
  "import": "./carousel/index.mjs",
142
137
  "require": "./carousel/index.cjs"
143
138
  },
139
+ "./button": {
140
+ "types": "./button/index.d.ts",
141
+ "import": "./button/index.mjs",
142
+ "require": "./button/index.cjs"
143
+ },
144
144
  "./checkbox": {
145
145
  "types": "./checkbox/index.d.ts",
146
146
  "import": "./checkbox/index.mjs",
147
147
  "require": "./checkbox/index.cjs"
148
148
  },
149
+ "./counter": {
150
+ "types": "./counter/index.d.ts",
151
+ "import": "./counter/index.mjs",
152
+ "require": "./counter/index.cjs"
153
+ },
149
154
  "./color-picker": {
150
155
  "types": "./color-picker/index.d.ts",
151
156
  "import": "./color-picker/index.mjs",
@@ -500,55 +505,40 @@
500
505
  "require": "./core/lib/theme/themes/light.css",
501
506
  "import": "./core/lib/theme/themes/light.css"
502
507
  },
503
- "./counter": {
504
- "types": "./counter/index.d.ts",
505
- "import": "./counter/index.mjs",
506
- "require": "./counter/index.cjs"
508
+ "./d3-chart": {
509
+ "types": "./d3-chart/index.d.ts",
510
+ "import": "./d3-chart/index.mjs",
511
+ "require": "./d3-chart/index.cjs"
507
512
  },
508
513
  "./data-table": {
509
514
  "types": "./data-table/index.d.ts",
510
515
  "import": "./data-table/index.mjs",
511
516
  "require": "./data-table/index.cjs"
512
517
  },
513
- "./d3-chart": {
514
- "types": "./d3-chart/index.d.ts",
515
- "import": "./d3-chart/index.mjs",
516
- "require": "./d3-chart/index.cjs"
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"
527
- },
528
523
  "./drag-and-drop": {
529
524
  "types": "./drag-and-drop/index.d.ts",
530
525
  "import": "./drag-and-drop/index.mjs",
531
526
  "require": "./drag-and-drop/index.cjs"
532
527
  },
533
- "./dot": {
534
- "types": "./dot/index.d.ts",
535
- "import": "./dot/index.mjs",
536
- "require": "./dot/index.cjs"
537
- },
538
- "./dropdown-menu": {
539
- "types": "./dropdown-menu/index.d.ts",
540
- "import": "./dropdown-menu/index.mjs",
541
- "require": "./dropdown-menu/index.cjs"
528
+ "./divider": {
529
+ "types": "./divider/index.d.ts",
530
+ "import": "./divider/index.mjs",
531
+ "require": "./divider/index.cjs"
542
532
  },
543
533
  "./dropdown": {
544
534
  "types": "./dropdown/index.d.ts",
545
535
  "import": "./dropdown/index.mjs",
546
536
  "require": "./dropdown/index.cjs"
547
537
  },
548
- "./errors": {
549
- "types": "./errors/index.d.ts",
550
- "import": "./errors/index.mjs",
551
- "require": "./errors/index.cjs"
538
+ "./dropdown-menu": {
539
+ "types": "./dropdown-menu/index.d.ts",
540
+ "import": "./dropdown-menu/index.mjs",
541
+ "require": "./dropdown-menu/index.cjs"
552
542
  },
553
543
  "./ellipsis": {
554
544
  "types": "./ellipsis/index.d.ts",
@@ -560,6 +550,11 @@
560
550
  "import": "./feature-highlight/index.mjs",
561
551
  "require": "./feature-highlight/index.cjs"
562
552
  },
553
+ "./errors": {
554
+ "types": "./errors/index.d.ts",
555
+ "import": "./errors/index.mjs",
556
+ "require": "./errors/index.cjs"
557
+ },
563
558
  "./feature-popover": {
564
559
  "types": "./feature-popover/index.d.ts",
565
560
  "import": "./feature-popover/index.mjs",
@@ -570,56 +565,66 @@
570
565
  "import": "./feedback-form/index.mjs",
571
566
  "require": "./feedback-form/index.cjs"
572
567
  },
568
+ "./flags": {
569
+ "types": "./flags/index.d.ts",
570
+ "import": "./flags/index.mjs",
571
+ "require": "./flags/index.cjs"
572
+ },
573
+ "./dot": {
574
+ "types": "./dot/index.d.ts",
575
+ "import": "./dot/index.mjs",
576
+ "require": "./dot/index.cjs"
577
+ },
573
578
  "./fullscreen-modal": {
574
579
  "types": "./fullscreen-modal/index.d.ts",
575
580
  "import": "./fullscreen-modal/index.mjs",
576
581
  "require": "./fullscreen-modal/index.cjs"
577
582
  },
578
- "./inline-edit": {
579
- "types": "./inline-edit/index.d.ts",
580
- "import": "./inline-edit/index.mjs",
581
- "require": "./inline-edit/index.cjs"
582
- },
583
583
  "./inline-input": {
584
584
  "types": "./inline-input/index.d.ts",
585
585
  "import": "./inline-input/index.mjs",
586
586
  "require": "./inline-input/index.cjs"
587
587
  },
588
- "./flags": {
589
- "types": "./flags/index.d.ts",
590
- "import": "./flags/index.mjs",
591
- "require": "./flags/index.cjs"
588
+ "./inline-edit": {
589
+ "types": "./inline-edit/index.d.ts",
590
+ "import": "./inline-edit/index.mjs",
591
+ "require": "./inline-edit/index.cjs"
592
592
  },
593
- "./input-number": {
594
- "types": "./input-number/index.d.ts",
595
- "import": "./input-number/index.mjs",
596
- "require": "./input-number/index.cjs"
593
+ "./input": {
594
+ "types": "./input/index.d.ts",
595
+ "import": "./input/index.mjs",
596
+ "require": "./input/index.cjs"
597
597
  },
598
598
  "./input-mask": {
599
599
  "types": "./input-mask/index.d.ts",
600
600
  "import": "./input-mask/index.mjs",
601
601
  "require": "./input-mask/index.cjs"
602
602
  },
603
+ "./mini-chart": {
604
+ "types": "./mini-chart/index.d.ts",
605
+ "import": "./mini-chart/index.mjs",
606
+ "require": "./mini-chart/index.cjs"
607
+ },
608
+ "./input-number": {
609
+ "types": "./input-number/index.d.ts",
610
+ "import": "./input-number/index.mjs",
611
+ "require": "./input-number/index.cjs"
612
+ },
603
613
  "./link": {
604
614
  "types": "./link/index.d.ts",
605
615
  "import": "./link/index.mjs",
606
616
  "require": "./link/index.cjs"
607
617
  },
608
- "./mini-chart": {
609
- "types": "./mini-chart/index.d.ts",
610
- "import": "./mini-chart/index.mjs",
611
- "require": "./mini-chart/index.cjs"
618
+ "./modal": {
619
+ "types": "./modal/index.d.ts",
620
+ "import": "./modal/index.mjs",
621
+ "require": "./modal/index.cjs"
612
622
  },
613
623
  "./notice": {
614
624
  "types": "./notice/index.d.ts",
615
625
  "import": "./notice/index.mjs",
616
626
  "require": "./notice/index.cjs"
617
627
  },
618
- "./input": {
619
- "types": "./input/index.d.ts",
620
- "import": "./input/index.mjs",
621
- "require": "./input/index.cjs"
622
- },
623
628
  "./notice-bubble": {
624
629
  "types": "./notice-bubble/index.d.ts",
625
630
  "import": "./notice-bubble/index.mjs",
@@ -635,76 +640,76 @@
635
640
  "import": "./product-head/index.mjs",
636
641
  "require": "./product-head/index.cjs"
637
642
  },
638
- "./progress-bar": {
639
- "types": "./progress-bar/index.d.ts",
640
- "import": "./progress-bar/index.mjs",
641
- "require": "./progress-bar/index.cjs"
643
+ "./input-tags": {
644
+ "types": "./input-tags/index.d.ts",
645
+ "import": "./input-tags/index.mjs",
646
+ "require": "./input-tags/index.cjs"
642
647
  },
643
648
  "./pills": {
644
649
  "types": "./pills/index.d.ts",
645
650
  "import": "./pills/index.mjs",
646
651
  "require": "./pills/index.cjs"
647
652
  },
648
- "./radio": {
649
- "types": "./radio/index.d.ts",
650
- "import": "./radio/index.mjs",
651
- "require": "./radio/index.cjs"
653
+ "./progress-bar": {
654
+ "types": "./progress-bar/index.d.ts",
655
+ "import": "./progress-bar/index.mjs",
656
+ "require": "./progress-bar/index.cjs"
652
657
  },
653
658
  "./select": {
654
659
  "types": "./select/index.d.ts",
655
660
  "import": "./select/index.mjs",
656
661
  "require": "./select/index.cjs"
657
662
  },
658
- "./input-tags": {
659
- "types": "./input-tags/index.d.ts",
660
- "import": "./input-tags/index.mjs",
661
- "require": "./input-tags/index.cjs"
662
- },
663
- "./side-panel": {
664
- "types": "./side-panel/index.d.ts",
665
- "import": "./side-panel/index.mjs",
666
- "require": "./side-panel/index.cjs"
663
+ "./radio": {
664
+ "types": "./radio/index.d.ts",
665
+ "import": "./radio/index.mjs",
666
+ "require": "./radio/index.cjs"
667
667
  },
668
668
  "./slider": {
669
669
  "types": "./slider/index.d.ts",
670
670
  "import": "./slider/index.mjs",
671
671
  "require": "./slider/index.cjs"
672
672
  },
673
- "./skeleton": {
674
- "types": "./skeleton/index.d.ts",
675
- "import": "./skeleton/index.mjs",
676
- "require": "./skeleton/index.cjs"
673
+ "./side-panel": {
674
+ "types": "./side-panel/index.d.ts",
675
+ "import": "./side-panel/index.mjs",
676
+ "require": "./side-panel/index.cjs"
677
677
  },
678
678
  "./spin": {
679
679
  "types": "./spin/index.d.ts",
680
680
  "import": "./spin/index.mjs",
681
681
  "require": "./spin/index.cjs"
682
682
  },
683
+ "./skeleton": {
684
+ "types": "./skeleton/index.d.ts",
685
+ "import": "./skeleton/index.mjs",
686
+ "require": "./skeleton/index.cjs"
687
+ },
683
688
  "./spin-container": {
684
689
  "types": "./spin-container/index.d.ts",
685
690
  "import": "./spin-container/index.mjs",
686
691
  "require": "./spin-container/index.cjs"
687
692
  },
693
+ "./tab-panel": {
694
+ "types": "./tab-panel/index.d.ts",
695
+ "import": "./tab-panel/index.mjs",
696
+ "require": "./tab-panel/index.cjs"
697
+ },
688
698
  "./tab-line": {
689
699
  "types": "./tab-line/index.d.ts",
690
700
  "import": "./tab-line/index.mjs",
691
701
  "require": "./tab-line/index.cjs"
692
702
  },
693
- "./switch": {
694
- "types": "./switch/index.d.ts",
695
- "import": "./switch/index.mjs",
696
- "require": "./switch/index.cjs"
703
+ "./tag": {
704
+ "types": "./tag/index.d.ts",
705
+ "import": "./tag/index.mjs",
706
+ "require": "./tag/index.cjs"
697
707
  },
698
708
  "./textarea": {
699
709
  "types": "./textarea/index.d.ts",
700
710
  "import": "./textarea/index.mjs",
701
711
  "require": "./textarea/index.cjs"
702
712
  },
703
- "./tag": {
704
- "types": "./tag/index.d.ts",
705
- "import": "./tag/index.mjs",
706
- "require": "./tag/index.cjs"
707
- },
708
713
  "./time-picker": {
709
714
  "types": "./time-picker/index.d.ts",
710
715
  "import": "./time-picker/index.mjs",
@@ -715,21 +720,16 @@
715
720
  "import": "./tooltip/index.mjs",
716
721
  "require": "./tooltip/index.cjs"
717
722
  },
723
+ "./switch": {
724
+ "types": "./switch/index.d.ts",
725
+ "import": "./switch/index.mjs",
726
+ "require": "./switch/index.cjs"
727
+ },
718
728
  "./typography": {
719
729
  "types": "./typography/index.d.ts",
720
730
  "import": "./typography/index.mjs",
721
731
  "require": "./typography/index.cjs"
722
732
  },
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"
732
- },
733
733
  "./widget-empty": {
734
734
  "types": "./widget-empty/index.d.ts",
735
735
  "import": "./widget-empty/index.mjs",