@semcore/ui 12.5.1 → 13.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 +205 -17
- package/clear.ts +15 -0
- package/generate.ts +18 -22
- package/icon/CardUpdate/l/index.cjs +1 -0
- package/icon/CardUpdate/l/index.d.ts +2 -0
- package/icon/CardUpdate/l/index.js +2 -0
- package/icon/CardUpdate/l/index.mjs +2 -0
- package/icon/CardUpdate/m/index.cjs +1 -0
- package/icon/CardUpdate/m/index.d.ts +2 -0
- package/icon/CardUpdate/m/index.js +2 -0
- package/icon/CardUpdate/m/index.mjs +2 -0
- package/icon/Charge/l/index.cjs +1 -0
- package/icon/Charge/l/index.d.ts +2 -0
- package/icon/Charge/l/index.js +2 -0
- package/icon/Charge/l/index.mjs +2 -0
- package/icon/Charge/m/index.cjs +1 -0
- package/icon/Charge/m/index.d.ts +2 -0
- package/icon/Charge/m/index.js +2 -0
- package/icon/Charge/m/index.mjs +2 -0
- package/icon/ChargebackLoss/l/index.cjs +1 -0
- package/icon/ChargebackLoss/l/index.d.ts +2 -0
- package/icon/ChargebackLoss/l/index.js +2 -0
- package/icon/ChargebackLoss/l/index.mjs +2 -0
- package/icon/ChargebackLoss/m/index.cjs +1 -0
- package/icon/ChargebackLoss/m/index.d.ts +2 -0
- package/icon/ChargebackLoss/m/index.js +2 -0
- package/icon/ChargebackLoss/m/index.mjs +2 -0
- package/icon/ChargebackWin/l/index.cjs +1 -0
- package/icon/ChargebackWin/l/index.d.ts +2 -0
- package/icon/ChargebackWin/l/index.js +2 -0
- package/icon/ChargebackWin/l/index.mjs +2 -0
- package/icon/ChargebackWin/m/index.cjs +1 -0
- package/icon/ChargebackWin/m/index.d.ts +2 -0
- package/icon/ChargebackWin/m/index.js +2 -0
- package/icon/ChargebackWin/m/index.mjs +2 -0
- package/icon/Stoller/l/index.cjs +1 -0
- package/icon/Stoller/l/index.d.ts +2 -0
- package/icon/Stoller/l/index.js +2 -0
- package/icon/Stoller/l/index.mjs +2 -0
- package/icon/Stoller/m/index.cjs +1 -0
- package/icon/Stoller/m/index.d.ts +2 -0
- package/icon/Stoller/m/index.js +2 -0
- package/icon/Stoller/m/index.mjs +2 -0
- package/icon/Unarchive/l/index.cjs +1 -0
- package/icon/Unarchive/l/index.d.ts +2 -0
- package/icon/Unarchive/l/index.js +2 -0
- package/icon/Unarchive/l/index.mjs +2 -0
- package/icon/Unarchive/m/index.cjs +1 -0
- package/icon/Unarchive/m/index.d.ts +2 -0
- package/icon/Unarchive/m/index.js +2 -0
- package/icon/Unarchive/m/index.mjs +2 -0
- package/package.json +75 -75
- package/wizard/index.cjs +1 -0
- package/wizard/index.d.ts +2 -0
- package/wizard/index.js +2 -0
- package/wizard/index.mjs +2 -0
- package/chart/index.cjs +0 -1
- package/chart/index.d.ts +0 -1
- package/chart/index.js +0 -1
- package/chart/index.mjs +0 -1
- package/icon/AppBlock/l/index.cjs +0 -1
- package/icon/AppBlock/l/index.d.ts +0 -2
- package/icon/AppBlock/l/index.js +0 -2
- package/icon/AppBlock/l/index.mjs +0 -2
- package/icon/AppBlock/m/index.cjs +0 -1
- package/icon/AppBlock/m/index.d.ts +0 -2
- package/icon/AppBlock/m/index.js +0 -2
- package/icon/AppBlock/m/index.mjs +0 -2
- package/project-create/index.cjs +0 -1
- package/project-create/index.d.ts +0 -2
- package/project-create/index.js +0 -2
- package/project-create/index.mjs +0 -2
- package/table/index.cjs +0 -1
- package/table/index.d.ts +0 -2
- package/table/index.js +0 -2
- package/table/index.mjs +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,201 @@
|
|
|
1
|
+
## [13.0.0] - 2022-10-12
|
|
2
|
+
|
|
3
|
+
### Global
|
|
4
|
+
|
|
5
|
+
- **Added** Added support for React 18 🔥
|
|
6
|
+
- **Fixed** Fixed problems in working with react strict mode.
|
|
7
|
+
|
|
8
|
+
### @semcore/icon
|
|
9
|
+
|
|
10
|
+
- **BREAK** Remove `AppBlock` icon, use `AppsBlock` instead.
|
|
11
|
+
- **Added** Added icon Stoller.
|
|
12
|
+
- **Added** Added `Charge`, `CardUpdate`, `ChargebackWin`, `ChargebackLoss` icons.
|
|
13
|
+
- **Changed** When `interactive` prop is provided, `aria-label` or `aria-labelledby` props from now are required. If required props are not provided a warning is logged to developer console.
|
|
14
|
+
|
|
15
|
+
### @semcore/neighbor-location
|
|
16
|
+
|
|
17
|
+
- **BREAK** The approach to determining neighbors has been changed.
|
|
18
|
+
|
|
19
|
+
### @semcore/chart
|
|
20
|
+
|
|
21
|
+
- **BREAK** The component has been removed from the release system. Use `@semcore/d3-chart`.
|
|
22
|
+
-
|
|
23
|
+
|
|
24
|
+
### @semcore/table
|
|
25
|
+
|
|
26
|
+
- **BREAK** The component has been removed from the release system. Use `@semcore/data-table`.
|
|
27
|
+
|
|
28
|
+
### @semcore/accordion
|
|
29
|
+
|
|
30
|
+
- **Fixed** Fixed elements id uniqueness.
|
|
31
|
+
|
|
32
|
+
### @semcore/base-trigger
|
|
33
|
+
|
|
34
|
+
- **Changed** Updated major dependency `@semcore/neighbor-location` [2.3.15 ~> 3.0.0]
|
|
35
|
+
|
|
36
|
+
### @semcore/button
|
|
37
|
+
|
|
38
|
+
- **Changed** Updated major dependency `@semcore/neighbor-location` [2.3.15 ~> 3.0.0]
|
|
39
|
+
|
|
40
|
+
### @semcore/checkbox
|
|
41
|
+
|
|
42
|
+
- **Fixed** Added missing `aria-checked` a11y attribute.
|
|
43
|
+
|
|
44
|
+
### @semcore/color-picker
|
|
45
|
+
|
|
46
|
+
- **Fixed** Fixed paddings of addons in input.
|
|
47
|
+
|
|
48
|
+
### @semcore/core
|
|
49
|
+
|
|
50
|
+
- **Changed** Changed approach to children index calculation with React parallel rendering.
|
|
51
|
+
|
|
52
|
+
### @semcore/d3-chart
|
|
53
|
+
|
|
54
|
+
- **Fixed** Ensured a11y module do not break mouse interactions.
|
|
55
|
+
- **Fixed** Fixed issue with uninitialized styles in some charts.
|
|
56
|
+
|
|
57
|
+
### @semcore/data-table
|
|
58
|
+
|
|
59
|
+
- **Added** Added support `ref` for `DataTable.Column` and `DataTable.Cell`.
|
|
60
|
+
|
|
61
|
+
### @semcore/date-picker
|
|
62
|
+
|
|
63
|
+
- **Changed** Changed the way to check the contents of the trigger for `ButtonTrigger`
|
|
64
|
+
- **Changed** Changed utils function for `ButtonTrigger`
|
|
65
|
+
- **Fixed** Fixed unexpected margin of calendar grid cells in Safari browser.
|
|
66
|
+
|
|
67
|
+
### @semcore/errors
|
|
68
|
+
|
|
69
|
+
- **Changed** Moved svg illustrations to `@semcore/illustration` component.
|
|
70
|
+
|
|
71
|
+
### @semcore/illustration
|
|
72
|
+
|
|
73
|
+
- **Changed** Remove masks from all svg illustrations for WidgetEmpty component.
|
|
74
|
+
- **Added** Added and changed fields `main`, `module` and `typings` in `package.json`.
|
|
75
|
+
- **Added** Added missed illustrations and added missed id attribute for some illustrations.
|
|
76
|
+
- **Added** Added available for export function `getIllustrationPath` to get url of illustrations.
|
|
77
|
+
|
|
78
|
+
### @semcore/input
|
|
79
|
+
|
|
80
|
+
- **Changed** Updated major dependency `@semcore/neighbor-location` [2.3.15 ~> 3.0.0]
|
|
81
|
+
- **Changed** Remove useless styles for Addons.
|
|
82
|
+
|
|
83
|
+
### @semcore/input-mask
|
|
84
|
+
|
|
85
|
+
- **Fixed** Fixed displaying of addons placed on the end (right in ltr languages) of input.
|
|
86
|
+
- **Fixed** Fixed mask underlay position desynchronization with html input content;
|
|
87
|
+
- **Fixed** Hidden placeholders and mask from real DOM to exclude it from copied content.
|
|
88
|
+
- **Changed** Updated major dependency `@semcore/neighbor-location` [2.3.15 ~> 3.0.0]
|
|
89
|
+
- **Fixed** Fixed addon placed before input value may be overlayed by input value.
|
|
90
|
+
- **Fixed** Fixed previously broken in previous version backward compatibility of piping api.
|
|
91
|
+
|
|
92
|
+
### @semcore/notice
|
|
93
|
+
|
|
94
|
+
- **Changed** Color for Close icon with theme `info` was changed from `--blue-400` to `--gray-400`.
|
|
95
|
+
|
|
96
|
+
### @semcore/pills
|
|
97
|
+
|
|
98
|
+
- **Changed** Updated major dependency `@semcore/neighbor-location` [2.3.15 ~> 3.0.0]
|
|
99
|
+
- **Fixed** Added essential accessibility attributes.
|
|
100
|
+
|
|
101
|
+
### @semcore/popper
|
|
102
|
+
|
|
103
|
+
- **Changed** Updated major dependency `@semcore/neighbor-location` [2.3.15 ~> 3.0.0]
|
|
104
|
+
- **Fixed** Removed aria attributes that were breaking components a11y.
|
|
105
|
+
|
|
106
|
+
### @semcore/radio
|
|
107
|
+
|
|
108
|
+
- **Fixed** Fixed arrangement of internal and external circles in `checked` state.
|
|
109
|
+
|
|
110
|
+
### @semcore/select
|
|
111
|
+
|
|
112
|
+
- **Added** Screen readers support.
|
|
113
|
+
|
|
114
|
+
### @semcore/skeleton
|
|
115
|
+
|
|
116
|
+
- **Changed** All skeletons are `aria-busy` from now.
|
|
117
|
+
|
|
118
|
+
### @semcore/slider
|
|
119
|
+
|
|
120
|
+
- **Changed** Stable release
|
|
121
|
+
- **Added** Added box-sizing
|
|
122
|
+
|
|
123
|
+
### @semcore/sticky
|
|
124
|
+
|
|
125
|
+
- **Changed** This component has been deprecated. Added a message about it.
|
|
126
|
+
|
|
127
|
+
### @semcore/switch
|
|
128
|
+
|
|
129
|
+
- **Changed** Updated major dependency `@semcore/neighbor-location` [2.3.15 ~> 3.0.0]
|
|
130
|
+
- **Changed** Improved accessibility with labeling switch by currently picked option.
|
|
131
|
+
|
|
132
|
+
### @semcore/tab-line
|
|
133
|
+
|
|
134
|
+
- **Changed** Updated major dependency `@semcore/neighbor-location` [2.3.15 ~> 3.0.0]
|
|
135
|
+
|
|
136
|
+
### @semcore/tab-panel
|
|
137
|
+
|
|
138
|
+
- **Added** Added styles for panel consisting only of an icon.
|
|
139
|
+
|
|
140
|
+
### @semcore/utils
|
|
141
|
+
|
|
142
|
+
- **Fixed** Added a check for empty children for `addonTextChildren` function.
|
|
143
|
+
|
|
144
|
+
### @semcore/widget-empty
|
|
145
|
+
|
|
146
|
+
- **Changed** Moved svg illustrations to `@semcore/illustration` component.
|
|
147
|
+
|
|
148
|
+
## [12.6.0] - 2022-09-22
|
|
149
|
+
|
|
150
|
+
### @semcore/chart
|
|
151
|
+
|
|
152
|
+
- **Changed** Mark exported functions as deprecated with recommendation to use `@semcore/d3-chart`.
|
|
153
|
+
|
|
154
|
+
### @semcore/flags
|
|
155
|
+
|
|
156
|
+
- **Added** Added access to flags that don't have ISO code.
|
|
157
|
+
- **Fixed** Fixed flag name return type.
|
|
158
|
+
|
|
159
|
+
### @semcore/icon
|
|
160
|
+
|
|
161
|
+
- **Fixed** Fixed icon Toxic.
|
|
162
|
+
|
|
163
|
+
### @semcore/progress-bar
|
|
164
|
+
|
|
165
|
+
- **Fixed** Added essential accessibility attributes.
|
|
166
|
+
|
|
167
|
+
### @semcore/radio
|
|
168
|
+
|
|
169
|
+
- **Fixed** Fixed arrangement of internal and external circles in `checked` state.
|
|
170
|
+
|
|
171
|
+
### @semcore/skeleton
|
|
172
|
+
|
|
173
|
+
- **Changed** All skeletons are `aria-busy` from now.
|
|
174
|
+
|
|
175
|
+
### @semcore/slider
|
|
176
|
+
|
|
177
|
+
- **Added** Out of the box support for multiple choice options.
|
|
178
|
+
|
|
179
|
+
### @semcore/spin
|
|
180
|
+
|
|
181
|
+
- **Fixed** Added essential accessibility attributes.
|
|
182
|
+
|
|
183
|
+
### @semcore/spin-container
|
|
184
|
+
|
|
185
|
+
- **Fixed** Added essential accessibility attributes.
|
|
186
|
+
|
|
187
|
+
### @semcore/table
|
|
188
|
+
|
|
189
|
+
- **Changed** Mark exported functions as deprecated with recommendation to use `@semcore/data-table`.
|
|
190
|
+
|
|
191
|
+
### @semcore/widget-empty
|
|
192
|
+
|
|
193
|
+
- **Added** Added Turkish language support.
|
|
194
|
+
|
|
195
|
+
### @semcore/wizard
|
|
196
|
+
|
|
197
|
+
- **Added** Added new components.
|
|
198
|
+
|
|
1
199
|
## [12.5.1] - 2022-09-15
|
|
2
200
|
|
|
3
201
|
### @semcore/animation
|
|
@@ -94,13 +292,13 @@
|
|
|
94
292
|
|
|
95
293
|
### @semcore/date-picker
|
|
96
294
|
|
|
97
|
-
- **Added** Added Turkish
|
|
295
|
+
- **Added** Added Turkish language support.
|
|
98
296
|
- **Changed** Removed spaces around dash in formatted date.
|
|
99
297
|
|
|
100
298
|
### @semcore/errors
|
|
101
299
|
|
|
102
300
|
- **Changed** Updated translations.
|
|
103
|
-
- **Added** Added Turkish
|
|
301
|
+
- **Added** Added Turkish language support.
|
|
104
302
|
- **Added** Added `role="alert"` attributes to increase support for a11y.
|
|
105
303
|
|
|
106
304
|
### @semcore/flags
|
|
@@ -141,7 +339,7 @@
|
|
|
141
339
|
|
|
142
340
|
### @semcore/pagination
|
|
143
341
|
|
|
144
|
-
- **Added** Added Turkish
|
|
342
|
+
- **Added** Added Turkish language support.
|
|
145
343
|
- **Added** Added the necessary labels for improved accessibility work.
|
|
146
344
|
|
|
147
345
|
### @semcore/product-head
|
|
@@ -348,7 +546,6 @@
|
|
|
348
546
|
### @semcore/utils
|
|
349
547
|
|
|
350
548
|
- **Changed** Changed type names from 'ChildrenType' to 'IfChildrenType' so that there are no intersections with other components.
|
|
351
|
-
HEAD
|
|
352
549
|
- **Changed** Update version dependency `@babel/runtime`.
|
|
353
550
|
|
|
354
551
|
### @semcore/widget-empty
|
|
@@ -661,11 +858,6 @@
|
|
|
661
858
|
- **Changed** Rewrite the component to svg.
|
|
662
859
|
- **Added** Rounded corners.
|
|
663
860
|
|
|
664
|
-
### @semcore/super-publisher
|
|
665
|
-
|
|
666
|
-
- **Changed** Added slack notifications.
|
|
667
|
-
- **Changed** Rewritten to typescript.
|
|
668
|
-
|
|
669
861
|
### @semcore/tag
|
|
670
862
|
|
|
671
863
|
- **Fixed** Fixed previously lost overflowed text ellipsis.
|
|
@@ -2250,8 +2442,7 @@
|
|
|
2250
2442
|
|
|
2251
2443
|
### @semcore/divider
|
|
2252
2444
|
|
|
2253
|
-
- **Added** Added Divider auto size height for vertical orientation, this fixed show <Divider orientation="vertical" in
|
|
2254
|
-
flex
|
|
2445
|
+
- **Added** Added Divider auto size height for vertical orientation, this fixed show <Divider orientation="vertical"/> in flex
|
|
2255
2446
|
|
|
2256
2447
|
### @semcore/errors
|
|
2257
2448
|
|
|
@@ -2328,8 +2519,7 @@
|
|
|
2328
2519
|
|
|
2329
2520
|
### @semcore/table
|
|
2330
2521
|
|
|
2331
|
-
- **Fixed** убрали возможность отображения ScrollArea.Bar по вертикали для Table.StickyHead. Это поведение считается
|
|
2332
|
-
недопустимым для шапки таблицы.
|
|
2522
|
+
- **Fixed** убрали возможность отображения ScrollArea.Bar по вертикали для Table.StickyHead. Это поведение считается недопустимым для шапки таблицы.
|
|
2333
2523
|
|
|
2334
2524
|
### @semcore/widget-empty
|
|
2335
2525
|
|
|
@@ -2379,13 +2569,11 @@
|
|
|
2379
2569
|
|
|
2380
2570
|
### @semcore/side-panel
|
|
2381
2571
|
|
|
2382
|
-
- **Added** SidePanel — компонент для отображения выезжающей панели (справа, снизу или слева). Иногда зовем его "
|
|
2383
|
-
шторкой"
|
|
2572
|
+
- **Added** SidePanel — компонент для отображения выезжающей панели (справа, снизу или слева). Иногда зовем его " шторкой"
|
|
2384
2573
|
|
|
2385
2574
|
### @semcore/table
|
|
2386
2575
|
|
|
2387
|
-
- **Added** Добавили box-sizing: border-box для таблицы, это решило проблему отображения скролла, когда контента не
|
|
2388
|
-
много
|
|
2576
|
+
- **Added** Добавили box-sizing: border-box для таблицы, это решило проблему отображения скролла, когда контента не много
|
|
2389
2577
|
- **Fixed** Исправили отображение активной ячейки th
|
|
2390
2578
|
- **Fixed** Исправили выравнивание контента в ячейках через свойство textAlign
|
|
2391
2579
|
- **Changed** Переписали стили со встраиваемого CSS in JS на новый синтаксис, такой же как у всех компонентов
|
package/clear.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import fs from 'fs-extra';
|
|
2
|
+
import glob from 'fast-glob';
|
|
3
|
+
import path from 'path';
|
|
4
|
+
import { fileURLToPath } from 'url';
|
|
5
|
+
|
|
6
|
+
const filename = fileURLToPath(import.meta.url);
|
|
7
|
+
const dirname = path.resolve(filename, '..');
|
|
8
|
+
|
|
9
|
+
const toRemove = [
|
|
10
|
+
...glob.sync('!(*.*|__tests__|node_modules)', { onlyDirectories: true }),
|
|
11
|
+
'pnpm-lock.yaml',
|
|
12
|
+
];
|
|
13
|
+
try {
|
|
14
|
+
await Promise.all(toRemove.map((filePath) => fs.remove(path.resolve(dirname, filePath))));
|
|
15
|
+
} catch (e) {}
|
package/generate.ts
CHANGED
|
@@ -13,36 +13,33 @@ const components = fs.readJSONSync(path.resolve(dirname, './components.json'));
|
|
|
13
13
|
const REGISTRY_URL = 'https://registry.npmjs.org/';
|
|
14
14
|
const EXPORT_DEFAULT_REG = /export ({ default }|default)/gm;
|
|
15
15
|
|
|
16
|
-
const removeDirectory = async () => {
|
|
17
|
-
const toRemove = [...glob.sync('!(*.*|__tests__)', { onlyDirectories: true }), 'yarn.lock'];
|
|
18
|
-
try {
|
|
19
|
-
await Promise.all(toRemove.map((filePath) => fs.remove(path.resolve(dirname, filePath))));
|
|
20
|
-
} catch (e) {}
|
|
21
|
-
};
|
|
22
|
-
|
|
23
16
|
const installComponents = (packages: string[]) => {
|
|
24
|
-
execSync(
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
17
|
+
execSync(
|
|
18
|
+
`npm_config_registry=${REGISTRY_URL} pnpm add ${packages
|
|
19
|
+
.map((p) => `${p}@latest`)
|
|
20
|
+
.join(' ')} --save-exact --save-prod`,
|
|
21
|
+
{
|
|
22
|
+
stdio: 'inherit',
|
|
23
|
+
cwd: dirname,
|
|
24
|
+
},
|
|
25
|
+
);
|
|
28
26
|
|
|
29
27
|
const nestedNodeModulesAllowList = {
|
|
30
28
|
// remove after external theme update (https://github.com/semrush/intergalactic/tree/feature/restyling) will be merged (approx may 10 2022)
|
|
31
|
-
'./node_modules/@semcore/
|
|
32
|
-
'./node_modules/@semcore/
|
|
33
|
-
'./node_modules/@semcore/utils/node_modules/classnames': '2.3.1',
|
|
34
|
-
'./node_modules/@semcore/chart/node_modules/@upsetjs/venn.js': '1.4.2',
|
|
29
|
+
// './node_modules/@semcore/utils/node_modules/classnames': '2.3.1',
|
|
30
|
+
// './node_modules/@semcore/chart/node_modules/@upsetjs/venn.js': '1.4.2',
|
|
35
31
|
// Exclude @semcore/chart from @semcore/ui and remove followings
|
|
36
|
-
'./node_modules/@semcore/chart/node_modules/d3-selection': '3.0.0',
|
|
37
|
-
'./node_modules/@semcore/d3-chart/node_modules/d3-array': '3.1.6',
|
|
38
|
-
'./node_modules/@semcore/d3-chart/node_modules/d3-color': '3.1.0',
|
|
39
|
-
'./node_modules/@semcore/d3-chart/node_modules/d3-interpolate': '3.0.1',
|
|
40
|
-
'./node_modules/@semcore/d3-chart/node_modules/internmap': '2.0.3',
|
|
32
|
+
// './node_modules/@semcore/chart/node_modules/d3-selection': '3.0.0',
|
|
33
|
+
// './node_modules/@semcore/d3-chart/node_modules/d3-array': '3.1.6',
|
|
34
|
+
// './node_modules/@semcore/d3-chart/node_modules/d3-color': '3.1.0',
|
|
35
|
+
// './node_modules/@semcore/d3-chart/node_modules/d3-interpolate': '3.0.1',
|
|
36
|
+
// './node_modules/@semcore/d3-chart/node_modules/internmap': '2.0.3',
|
|
41
37
|
};
|
|
42
38
|
|
|
43
39
|
const nestedNodeModules = glob
|
|
44
40
|
.sync('**/node_modules/**/package.json', {
|
|
45
41
|
cwd: path.resolve(dirname, 'node_modules/@semcore'),
|
|
42
|
+
followSymbolicLinks: false,
|
|
46
43
|
})
|
|
47
44
|
.map(
|
|
48
45
|
(packageFilePath) =>
|
|
@@ -221,11 +218,10 @@ const generateFiles = async (packages: string[]) => {
|
|
|
221
218
|
}
|
|
222
219
|
};
|
|
223
220
|
|
|
224
|
-
await removeDirectory();
|
|
225
221
|
await installComponents(components.packages);
|
|
226
222
|
await generateFiles(components.packages);
|
|
227
223
|
|
|
228
|
-
execSync('
|
|
224
|
+
execSync('pnpm test', {
|
|
229
225
|
stdio: 'inherit',
|
|
230
226
|
cwd: dirname,
|
|
231
227
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/CardUpdate/l');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/CardUpdate/m');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/Charge/l');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/Charge/m');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/ChargebackLoss/l');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/ChargebackLoss/m');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/ChargebackWin/l');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/ChargebackWin/m');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/Stoller/l');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/Stoller/m');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/Unarchive/l');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/Unarchive/m');
|
package/package.json
CHANGED
|
@@ -1,89 +1,89 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"scripts": {
|
|
8
|
-
"
|
|
8
|
+
"clear": "tsm --require=../../.ci/tsm-filter-warnings.js clear.ts",
|
|
9
|
+
"generate": "pnpm run clear && tsm --require=../../.ci/tsm-filter-warnings.js generate.ts",
|
|
9
10
|
"test": "jest"
|
|
10
11
|
},
|
|
11
12
|
"dependencies": {
|
|
12
|
-
"@semcore/accordion": "4.0
|
|
13
|
-
"@semcore/animation": "1.
|
|
14
|
-
"@semcore/badge": "3.
|
|
15
|
-
"@semcore/base-trigger": "3.0
|
|
16
|
-
"@semcore/breadcrumbs": "4.
|
|
17
|
-
"@semcore/breakpoints": "1.
|
|
18
|
-
"@semcore/button": "4.0
|
|
19
|
-
"@semcore/card": "4.0
|
|
20
|
-
"@semcore/carousel": "2.0
|
|
21
|
-
"@semcore/
|
|
22
|
-
"@semcore/
|
|
23
|
-
"@semcore/
|
|
24
|
-
"@semcore/
|
|
25
|
-
"@semcore/
|
|
26
|
-
"@semcore/
|
|
27
|
-
"@semcore/
|
|
28
|
-
"@semcore/
|
|
29
|
-
"@semcore/
|
|
30
|
-
"@semcore/
|
|
31
|
-
"@semcore/
|
|
32
|
-
"@semcore/dropdown": "3.0
|
|
33
|
-
"@semcore/
|
|
34
|
-
"@semcore/
|
|
35
|
-
"@semcore/
|
|
36
|
-
"@semcore/
|
|
37
|
-
"@semcore/
|
|
38
|
-
"@semcore/
|
|
39
|
-
"@semcore/
|
|
40
|
-
"@semcore/
|
|
41
|
-
"@semcore/
|
|
42
|
-
"@semcore/
|
|
43
|
-
"@semcore/
|
|
44
|
-
"@semcore/
|
|
45
|
-
"@semcore/inline-
|
|
46
|
-
"@semcore/
|
|
47
|
-
"@semcore/input": "3.0
|
|
48
|
-
"@semcore/input-
|
|
49
|
-
"@semcore/input-
|
|
50
|
-
"@semcore/
|
|
51
|
-
"@semcore/
|
|
52
|
-
"@semcore/
|
|
53
|
-
"@semcore/
|
|
54
|
-
"@semcore/notice": "4.
|
|
55
|
-
"@semcore/notice-
|
|
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/
|
|
71
|
-
"@semcore/
|
|
72
|
-
"@semcore/
|
|
73
|
-
"@semcore/
|
|
74
|
-
"@semcore/
|
|
75
|
-
"@semcore/
|
|
76
|
-
"@semcore/
|
|
77
|
-
"@semcore/
|
|
78
|
-
"@semcore/
|
|
79
|
-
"@semcore/
|
|
80
|
-
"@semcore/
|
|
81
|
-
"@semcore/
|
|
82
|
-
"@semcore/
|
|
83
|
-
"@semcore/utils": "3.37.1",
|
|
84
|
-
"@semcore/widget-empty": "3.2.4"
|
|
13
|
+
"@semcore/accordion": "workspace:4.1.0",
|
|
14
|
+
"@semcore/animation": "workspace:1.6.0",
|
|
15
|
+
"@semcore/badge": "workspace:3.2.0",
|
|
16
|
+
"@semcore/base-trigger": "workspace:3.2.0",
|
|
17
|
+
"@semcore/breadcrumbs": "workspace:4.2.0",
|
|
18
|
+
"@semcore/breakpoints": "workspace:1.2.0",
|
|
19
|
+
"@semcore/button": "workspace:4.2.0",
|
|
20
|
+
"@semcore/card": "workspace:4.1.0",
|
|
21
|
+
"@semcore/carousel": "workspace:2.1.0",
|
|
22
|
+
"@semcore/checkbox": "workspace:6.1.0",
|
|
23
|
+
"@semcore/color-picker": "workspace:1.2.0",
|
|
24
|
+
"@semcore/core": "workspace:1.13.0",
|
|
25
|
+
"@semcore/counter": "workspace:2.1.0",
|
|
26
|
+
"@semcore/d3-chart": "workspace:2.4.0",
|
|
27
|
+
"@semcore/data-table": "workspace:3.3.0",
|
|
28
|
+
"@semcore/date-picker": "workspace:3.4.0",
|
|
29
|
+
"@semcore/divider": "workspace:3.1.0",
|
|
30
|
+
"@semcore/dot": "workspace:4.1.0",
|
|
31
|
+
"@semcore/drag-and-drop": "workspace:2.1.0",
|
|
32
|
+
"@semcore/dropdown": "workspace:3.2.0",
|
|
33
|
+
"@semcore/dropdown-menu": "workspace:3.2.0",
|
|
34
|
+
"@semcore/email": "workspace:1.0.2",
|
|
35
|
+
"@semcore/errors": "workspace:3.5.0",
|
|
36
|
+
"@semcore/feature-popover": "workspace:3.1.0",
|
|
37
|
+
"@semcore/feedback-form": "workspace:5.2.0",
|
|
38
|
+
"@semcore/flags": "workspace:3.1.0",
|
|
39
|
+
"@semcore/flex-box": "workspace:4.6.0",
|
|
40
|
+
"@semcore/format-text": "workspace:3.1.0",
|
|
41
|
+
"@semcore/fullscreen-modal": "workspace:2.1.0",
|
|
42
|
+
"@semcore/grid": "workspace:4.2.0",
|
|
43
|
+
"@semcore/icon": "workspace:3.0.0",
|
|
44
|
+
"@semcore/illustration": "workspace:1.3.0",
|
|
45
|
+
"@semcore/inline-edit": "workspace:2.1.0",
|
|
46
|
+
"@semcore/inline-input": "workspace:3.1.0",
|
|
47
|
+
"@semcore/input": "workspace:3.2.0",
|
|
48
|
+
"@semcore/input-mask": "workspace:4.3.0",
|
|
49
|
+
"@semcore/input-number": "workspace:4.1.0",
|
|
50
|
+
"@semcore/input-tags": "workspace:3.2.0",
|
|
51
|
+
"@semcore/link": "workspace:4.2.0",
|
|
52
|
+
"@semcore/modal": "workspace:3.1.0",
|
|
53
|
+
"@semcore/neighbor-location": "workspace:3.1.0",
|
|
54
|
+
"@semcore/notice": "workspace:4.2.0",
|
|
55
|
+
"@semcore/notice-bubble": "workspace:4.2.0",
|
|
56
|
+
"@semcore/notice-global": "workspace:1.2.0",
|
|
57
|
+
"@semcore/outside-click": "workspace:2.5.0",
|
|
58
|
+
"@semcore/pagination": "workspace:3.3.0",
|
|
59
|
+
"@semcore/pills": "workspace:4.3.0",
|
|
60
|
+
"@semcore/popper": "workspace:4.13.0",
|
|
61
|
+
"@semcore/portal": "workspace:2.4.0",
|
|
62
|
+
"@semcore/product-head": "workspace:3.1.0",
|
|
63
|
+
"@semcore/progress-bar": "workspace:3.2.0",
|
|
64
|
+
"@semcore/radio": "workspace:5.1.0",
|
|
65
|
+
"@semcore/scroll-area": "workspace:4.1.0",
|
|
66
|
+
"@semcore/select": "workspace:3.2.0",
|
|
67
|
+
"@semcore/side-panel": "workspace:2.1.0",
|
|
68
|
+
"@semcore/skeleton": "workspace:4.2.0",
|
|
69
|
+
"@semcore/slider": "workspace:3.2.0",
|
|
70
|
+
"@semcore/spin": "workspace:4.1.0",
|
|
71
|
+
"@semcore/spin-container": "workspace:6.1.0",
|
|
72
|
+
"@semcore/sticky": "workspace:2.3.0",
|
|
73
|
+
"@semcore/switch": "workspace:4.2.0",
|
|
74
|
+
"@semcore/tab-line": "workspace:3.1.0",
|
|
75
|
+
"@semcore/tab-panel": "workspace:3.1.0",
|
|
76
|
+
"@semcore/tag": "workspace:4.2.0",
|
|
77
|
+
"@semcore/textarea": "workspace:4.1.0",
|
|
78
|
+
"@semcore/time-picker": "workspace:3.1.0",
|
|
79
|
+
"@semcore/tooltip": "workspace:5.1.0",
|
|
80
|
+
"@semcore/typography": "workspace:4.2.0",
|
|
81
|
+
"@semcore/utils": "workspace:3.38.0",
|
|
82
|
+
"@semcore/widget-empty": "workspace:3.6.0",
|
|
83
|
+
"@semcore/wizard": "workspace:1.1.0"
|
|
85
84
|
},
|
|
86
85
|
"devDependencies": {
|
|
86
|
+
"@types/react": "18.0.21",
|
|
87
87
|
"fast-glob": "3.2.11",
|
|
88
88
|
"fs-extra": "9.0.1",
|
|
89
89
|
"jest": "29.0.1",
|
package/wizard/index.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/wizard');
|
package/wizard/index.js
ADDED
package/wizard/index.mjs
ADDED
package/chart/index.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('@semcore/chart');
|
package/chart/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@semcore/chart';
|
package/chart/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@semcore/chart';
|
package/chart/index.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@semcore/chart';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('@semcore/icon/AppBlock/l');
|
package/icon/AppBlock/l/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('@semcore/icon/AppBlock/m');
|
package/icon/AppBlock/m/index.js
DELETED
package/project-create/index.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('@semcore/project-create');
|
package/project-create/index.js
DELETED
package/project-create/index.mjs
DELETED
package/table/index.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('@semcore/table');
|
package/table/index.d.ts
DELETED
package/table/index.js
DELETED
package/table/index.mjs
DELETED