@semcore/ui 13.1.0 → 13.2.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +171 -0
  2. package/ellipsis/index.cjs +1 -0
  3. package/ellipsis/index.d.ts +2 -0
  4. package/ellipsis/index.js +2 -0
  5. package/ellipsis/index.mjs +2 -0
  6. package/generate.ts +8 -4
  7. package/icon/ExpandText/l/index.cjs +1 -0
  8. package/icon/ExpandText/l/index.d.ts +2 -0
  9. package/icon/ExpandText/l/index.js +2 -0
  10. package/icon/ExpandText/l/index.mjs +2 -0
  11. package/icon/ExpandText/m/index.cjs +1 -0
  12. package/icon/ExpandText/m/index.d.ts +2 -0
  13. package/icon/ExpandText/m/index.js +2 -0
  14. package/icon/ExpandText/m/index.mjs +2 -0
  15. package/icon/LookerStudio/l/index.cjs +1 -0
  16. package/icon/LookerStudio/l/index.d.ts +2 -0
  17. package/icon/LookerStudio/l/index.js +2 -0
  18. package/icon/LookerStudio/l/index.mjs +2 -0
  19. package/icon/LookerStudio/m/index.cjs +1 -0
  20. package/icon/LookerStudio/m/index.d.ts +2 -0
  21. package/icon/LookerStudio/m/index.js +2 -0
  22. package/icon/LookerStudio/m/index.mjs +2 -0
  23. package/icon/Rephrase/l/index.cjs +1 -0
  24. package/icon/Rephrase/l/index.d.ts +2 -0
  25. package/icon/Rephrase/l/index.js +2 -0
  26. package/icon/Rephrase/l/index.mjs +2 -0
  27. package/icon/Rephrase/m/index.cjs +1 -0
  28. package/icon/Rephrase/m/index.d.ts +2 -0
  29. package/icon/Rephrase/m/index.js +2 -0
  30. package/icon/Rephrase/m/index.mjs +2 -0
  31. package/icon/SimplifyText/l/index.cjs +1 -0
  32. package/icon/SimplifyText/l/index.d.ts +2 -0
  33. package/icon/SimplifyText/l/index.js +2 -0
  34. package/icon/SimplifyText/l/index.mjs +2 -0
  35. package/icon/SimplifyText/m/index.cjs +1 -0
  36. package/icon/SimplifyText/m/index.d.ts +2 -0
  37. package/icon/SimplifyText/m/index.js +2 -0
  38. package/icon/SimplifyText/m/index.mjs +2 -0
  39. package/package.json +72 -71
  40. package/utils/style/sellerly.var.css +17 -0
  41. package/utils/style/var.css +221 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,174 @@
1
+ ## [13.2.0] - 2022-11-30
2
+
3
+ ### @semcore/base-trigger
4
+
5
+ - **Added** Added support text ellipsis in `LinkTrigger.Text`.
6
+
7
+ ### @semcore/checkbox
8
+
9
+ - **Changed** Updated border-color in focus state from `--blue-400` to `--blue-500`, `--red-400` to `--red-500`.
10
+
11
+ ### @semcore/d3-chart
12
+
13
+ - **Fixed** Allowed to pass any svg attributes.
14
+ - **Fixed** Fixed `Bar` click handler typings.
15
+ - **Fixed** Fixed support handling of bars event handling with `paddingOuter`.
16
+ - **Added** `Bar` component now supports `onClick` handler with bar data in callback.
17
+
18
+ ### @semcore/date-picker
19
+
20
+ - **Fixed** Fixed InputTrigger subcomponent types.
21
+
22
+ ### @semcore/dot
23
+
24
+ - **Added** Added css property `isolation` to container.
25
+
26
+ ### @semcore/drag-and-drop
27
+
28
+ - **Changed** Component was fully rebuilt internally. Backward capability mostly preserved, legacy apis was marked as deprecated.
29
+
30
+ ### @semcore/dropdown-menu
31
+
32
+ - **Changed** Due to the effect of cutting off the last line, it was decided to add a shadow to the container (`DropdownMenu.List`) when scrolling.
33
+ - **Changed** Changed `margin` to `padding` to make the scrollbar look better.
34
+ - **Changed** Now highlighted tabs are also browser focused.
35
+
36
+ ### @semcore/flags
37
+
38
+ - **Changed** Fixed few countries flag displaying.
39
+ - **Changed** Removed North Ireland flag as far as image of North Ireland flag was always missing in repository and random image was displayed instead.
40
+
41
+ ### @semcore/flex-box
42
+
43
+ - **Fixed** Fixed showing types in autocomplete IDE.
44
+
45
+ ### @semcore/format-text
46
+
47
+ - **Fixed** Fixed showing types in autocomplete IDE.
48
+
49
+ ### @semcore/icon
50
+
51
+ - **Added** Added `Rephrase`, `SimplifyText`, `ExpandText` icons.
52
+
53
+ ### @semcore/inline-input
54
+
55
+ - **Fixed** Disabled moving focus in tooltips.
56
+ - **Changed** Updated border-color in focus state from `--blue-400` to `--blue-500`, `--red-400` to `--red-500`, `--green-400` to `--green-500`.
57
+
58
+ ### @semcore/input
59
+
60
+ - **Fixed** Fix style for disabled state.
61
+ - **Changed** Updated border-color in focus state from `--blue-400` to `--blue-500`, `--red-400` to `--red-500`, `--green-400` to `--green-500`.
62
+ - **Added** Added `aria-invalid` for input in invalid state.
63
+
64
+ ### @semcore/input-mask
65
+
66
+ - **Fixed** Fixed showing types in autocomplete IDE.
67
+
68
+ ### @semcore/input-tags
69
+
70
+ - **Fixed** Fixed showing types in autocomplete IDE.
71
+
72
+ ### @semcore/notice-bubble
73
+
74
+ - **Fixed** Replaced `NoticeBubbleManager` instance typings with `NoticeBubbleManager` typing.
75
+ - **Fixed** Export of `NoticeBubbleManager` was missing in typings.
76
+
77
+ ### @semcore/outside-click
78
+
79
+ - **Fixed** Fixed showing types in autocomplete IDE.
80
+
81
+ ### @semcore/pagination
82
+
83
+ - **Fixed** Fixed attributes and line-height for last page
84
+
85
+ ### @semcore/pills
86
+
87
+ - **Added** Added css property `isolation` to container.
88
+
89
+ ### @semcore/portal
90
+
91
+ - **Fixed** Fixed showing types in autocomplete IDE.
92
+
93
+ ### @semcore/product-head
94
+
95
+ - **Fixed** Fixed showing types in autocomplete IDE.
96
+ - **Changed** Changed margin-bottom from 16px to 24px.
97
+
98
+ ### @semcore/radio
99
+
100
+ - **Changed** Updated border-color in focus state from `--blue-400` to `--blue-500`, `--red-400` to `--red-500`.
101
+
102
+ ### @semcore/skeleton
103
+
104
+ - **Changed** Removed `width` and `height` properties from `VennChartSkeleton` and `PieChartSkeleton`.
105
+
106
+ ### @semcore/sticky
107
+
108
+ - **Fixed** Fixed showing types in autocomplete IDE.
109
+
110
+ ### @semcore/tab-line
111
+
112
+ - **Changed** Changed `font-weight` of tab's text and `height` of underline.
113
+
114
+ ### @semcore/tab-panel
115
+
116
+ - **Changed** Tabs focus doesn't trigger tab select.
117
+ - **Changed** Pressing "Enter" and "Space" keys focuses current tab.
118
+ - **Changed** Changed `font-weight` of tab's text.
119
+
120
+ ### @semcore/tag
121
+
122
+ - **Added** Added hover styles for close icon.
123
+
124
+ ### @semcore/textarea
125
+
126
+ - **Changed** Updated border-color in focus state from `--blue-400` to `--blue-500`, `--red-400` to `--red-500`, `--green-400` to `--green-500`.
127
+
128
+ ### @semcore/tooltip
129
+
130
+ - **Changed** Updated border-color for `warning` theme from `--red-400` to `--red-500`.
131
+
132
+ ### @semcore/utils
133
+
134
+ - **Changed** Changed `keyboard-focus` opacity
135
+ - **Added** Added ability to merge `styles` field for `assignProps` function.
136
+
137
+ ## [13.1.1] - 2022-11-09
138
+
139
+ ### @semcore/base-trigger
140
+
141
+ - **Fixed** Fixed `FilterTrigger` accessability.
142
+
143
+ ### @semcore/checkbox
144
+
145
+ - **Fixed** Fixed displaying in unchecked and disabled state.
146
+
147
+ ### @semcore/d3-chart
148
+
149
+ - **Fixed** Fixed hover and active animated for `Donut` chart.
150
+
151
+ ### @semcore/date-picker
152
+
153
+ - **Fixed** Fixed input trigger visual divergence from initial design.
154
+ - **Fixed** Removed lock on fixed version of `@semcore/input`.
155
+
156
+ ### @semcore/ellipsis
157
+
158
+ - **Added** Component was added to export of `@semcore/ui`.
159
+
160
+ ### @semcore/icon
161
+
162
+ - **Added** Added `LookerStudio` icon.
163
+
164
+ ### @semcore/input-mask
165
+
166
+ - **Fixed** Fixed mask and text line-height mismatch.
167
+
168
+ ### @semcore/pagination
169
+
170
+ - **Fixed** Fixed styles for last and single pages
171
+
1
172
  ## [13.1.0] - 2022-11-03
2
173
 
3
174
  ### @semcore/animation
@@ -0,0 +1 @@
1
+ module.exports = require('@semcore/ellipsis');
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/ellipsis';
2
+ export * from '@semcore/ellipsis';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/ellipsis';
2
+ export * from '@semcore/ellipsis';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/ellipsis';
2
+ export * from '@semcore/ellipsis';
package/generate.ts CHANGED
@@ -104,19 +104,22 @@ const GENERATOR = {
104
104
  UTILS: async (dependency: string, name: string) => {
105
105
  const require = createRequire(import.meta.url);
106
106
  const utilsMain = require.resolve(dependency);
107
- const utilsPath = path.join(utilsMain, '..');
108
- const utils = glob.sync('**/*.+(js|ts)', { cwd: utilsPath });
107
+ const utilsDistPath = path.join(utilsMain, '..');
108
+ const utilsPath = path.join(utilsDistPath, '..');
109
+ const utils = glob.sync('**/*.+(js|ts)', { cwd: utilsDistPath });
109
110
  for (const util of utils) {
110
111
  const utilNameWithoutExtention = util.replace(/\.(d\.)?(t|j)s$/, '');
111
112
 
112
113
  // index.js of utils throws & useless, so we copy it
113
114
  if (utilNameWithoutExtention === 'index') {
114
- await fs.copy(`${utilsPath}/${util}`, `./${name}/lib/${util}`);
115
+ await fs.copy(`${utilsDistPath}/${util}`, `./${name}/lib/${util}`);
115
116
  continue;
116
117
  }
117
118
 
118
119
  for (const extension of exportExtensions) {
119
- const defaultExport = await hasExportDefault(`${utilsPath}/${utilNameWithoutExtention}`);
120
+ const defaultExport = await hasExportDefault(
121
+ `${utilsDistPath}/${utilNameWithoutExtention}`,
122
+ );
120
123
  const template = defaultExport
121
124
  ? EXPORT_TEMPLATES[extension].LIB_DEFAULT
122
125
  : EXPORT_TEMPLATES[extension].LIB_NAMED;
@@ -127,6 +130,7 @@ const GENERATOR = {
127
130
  );
128
131
  }
129
132
  }
133
+ await fs.copy(`${utilsPath}/style`, `./${name}/style`);
130
134
  },
131
135
  ICONS: async (dependency: string, name: string) => {
132
136
  const require = createRequire(import.meta.url);
@@ -0,0 +1 @@
1
+ module.exports = require('@semcore/icon/ExpandText/l');
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/ExpandText/l';
2
+ export * from '@semcore/icon/ExpandText/l';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/ExpandText/l';
2
+ export * from '@semcore/icon/ExpandText/l';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/ExpandText/l';
2
+ export * from '@semcore/icon/ExpandText/l';
@@ -0,0 +1 @@
1
+ module.exports = require('@semcore/icon/ExpandText/m');
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/ExpandText/m';
2
+ export * from '@semcore/icon/ExpandText/m';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/ExpandText/m';
2
+ export * from '@semcore/icon/ExpandText/m';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/ExpandText/m';
2
+ export * from '@semcore/icon/ExpandText/m';
@@ -0,0 +1 @@
1
+ module.exports = require('@semcore/icon/LookerStudio/l');
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/LookerStudio/l';
2
+ export * from '@semcore/icon/LookerStudio/l';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/LookerStudio/l';
2
+ export * from '@semcore/icon/LookerStudio/l';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/LookerStudio/l';
2
+ export * from '@semcore/icon/LookerStudio/l';
@@ -0,0 +1 @@
1
+ module.exports = require('@semcore/icon/LookerStudio/m');
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/LookerStudio/m';
2
+ export * from '@semcore/icon/LookerStudio/m';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/LookerStudio/m';
2
+ export * from '@semcore/icon/LookerStudio/m';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/LookerStudio/m';
2
+ export * from '@semcore/icon/LookerStudio/m';
@@ -0,0 +1 @@
1
+ module.exports = require('@semcore/icon/Rephrase/l');
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/Rephrase/l';
2
+ export * from '@semcore/icon/Rephrase/l';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/Rephrase/l';
2
+ export * from '@semcore/icon/Rephrase/l';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/Rephrase/l';
2
+ export * from '@semcore/icon/Rephrase/l';
@@ -0,0 +1 @@
1
+ module.exports = require('@semcore/icon/Rephrase/m');
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/Rephrase/m';
2
+ export * from '@semcore/icon/Rephrase/m';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/Rephrase/m';
2
+ export * from '@semcore/icon/Rephrase/m';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/Rephrase/m';
2
+ export * from '@semcore/icon/Rephrase/m';
@@ -0,0 +1 @@
1
+ module.exports = require('@semcore/icon/SimplifyText/l');
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/SimplifyText/l';
2
+ export * from '@semcore/icon/SimplifyText/l';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/SimplifyText/l';
2
+ export * from '@semcore/icon/SimplifyText/l';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/SimplifyText/l';
2
+ export * from '@semcore/icon/SimplifyText/l';
@@ -0,0 +1 @@
1
+ module.exports = require('@semcore/icon/SimplifyText/m');
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/SimplifyText/m';
2
+ export * from '@semcore/icon/SimplifyText/m';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/SimplifyText/m';
2
+ export * from '@semcore/icon/SimplifyText/m';
@@ -0,0 +1,2 @@
1
+ export { default } from '@semcore/icon/SimplifyText/m';
2
+ export * from '@semcore/icon/SimplifyText/m';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semcore/ui",
3
- "version": "13.1.0",
3
+ "version": "13.2.0",
4
4
  "license": "MIT",
5
5
  "module": "./index.js",
6
6
  "sideEffects": false,
@@ -10,77 +10,78 @@
10
10
  "test": "jest"
11
11
  },
12
12
  "dependencies": {
13
- "@semcore/accordion": "4.1.6",
14
- "@semcore/animation": "1.7.1",
15
- "@semcore/badge": "3.2.3",
16
- "@semcore/base-trigger": "3.2.5",
17
- "@semcore/breadcrumbs": "4.2.5",
18
- "@semcore/breakpoints": "1.2.3",
19
- "@semcore/button": "4.2.3",
20
- "@semcore/card": "4.1.5",
21
- "@semcore/carousel": "2.1.6",
22
- "@semcore/checkbox": "6.1.4",
23
- "@semcore/color-picker": "1.2.6",
24
- "@semcore/core": "1.13.4",
25
- "@semcore/counter": "2.1.3",
26
- "@semcore/data-table": "3.5.0",
27
- "@semcore/date-picker": "3.4.6",
28
- "@semcore/divider": "3.1.3",
29
- "@semcore/dot": "4.1.4",
30
- "@semcore/drag-and-drop": "2.1.5",
31
- "@semcore/dropdown": "3.2.4",
32
- "@semcore/dropdown-menu": "3.3.3",
33
- "@semcore/d3-chart": "2.4.10",
13
+ "@semcore/accordion": "4.1.10",
14
+ "@semcore/animation": "1.7.3",
15
+ "@semcore/badge": "3.2.5",
16
+ "@semcore/base-trigger": "3.2.11",
17
+ "@semcore/breadcrumbs": "4.2.9",
18
+ "@semcore/breakpoints": "1.2.5",
19
+ "@semcore/button": "4.2.5",
20
+ "@semcore/card": "4.1.9",
21
+ "@semcore/carousel": "2.1.10",
22
+ "@semcore/checkbox": "6.2.0",
23
+ "@semcore/color-picker": "1.2.11",
24
+ "@semcore/core": "1.13.6",
25
+ "@semcore/counter": "2.1.5",
26
+ "@semcore/data-table": "3.5.4",
27
+ "@semcore/date-picker": "3.4.16",
28
+ "@semcore/divider": "3.1.5",
29
+ "@semcore/dot": "4.1.7",
30
+ "@semcore/drag-and-drop": "2.2.2",
31
+ "@semcore/dropdown": "3.2.6",
32
+ "@semcore/dropdown-menu": "3.4.1",
33
+ "@semcore/d3-chart": "2.5.4",
34
+ "@semcore/ellipsis": "1.0.5",
34
35
  "@semcore/email": "1.0.2",
35
- "@semcore/errors": "3.5.4",
36
- "@semcore/feature-popover": "3.1.7",
37
- "@semcore/feedback-form": "5.2.3",
38
- "@semcore/flags": "3.1.3",
39
- "@semcore/flex-box": "4.6.3",
40
- "@semcore/format-text": "3.1.3",
41
- "@semcore/fullscreen-modal": "2.1.6",
42
- "@semcore/grid": "4.2.3",
43
- "@semcore/icon": "3.1.2",
44
- "@semcore/illustration": "1.3.3",
45
- "@semcore/inline-input": "3.1.5",
46
- "@semcore/inline-edit": "2.1.5",
47
- "@semcore/input": "3.2.3",
48
- "@semcore/input-mask": "4.3.4",
49
- "@semcore/input-number": "4.1.3",
50
- "@semcore/input-tags": "3.2.3",
51
- "@semcore/link": "4.2.3",
52
- "@semcore/modal": "3.1.7",
53
- "@semcore/neighbor-location": "3.1.3",
54
- "@semcore/notice": "4.2.6",
55
- "@semcore/notice-global": "1.2.6",
56
- "@semcore/notice-bubble": "4.2.6",
57
- "@semcore/outside-click": "2.5.3",
58
- "@semcore/pagination": "3.3.5",
59
- "@semcore/pills": "4.3.3",
60
- "@semcore/popper": "4.13.4",
61
- "@semcore/portal": "2.4.3",
62
- "@semcore/product-head": "3.1.3",
63
- "@semcore/progress-bar": "3.2.3",
64
- "@semcore/radio": "5.1.3",
65
- "@semcore/scroll-area": "4.1.3",
66
- "@semcore/select": "3.2.8",
67
- "@semcore/side-panel": "2.1.7",
68
- "@semcore/skeleton": "4.2.3",
69
- "@semcore/slider": "3.2.3",
70
- "@semcore/spin": "4.1.3",
71
- "@semcore/spin-container": "6.1.4",
72
- "@semcore/sticky": "2.3.3",
73
- "@semcore/switch": "4.2.3",
74
- "@semcore/tab-line": "3.1.3",
75
- "@semcore/tab-panel": "3.1.3",
76
- "@semcore/tag": "4.2.5",
77
- "@semcore/textarea": "4.1.3",
78
- "@semcore/time-picker": "3.2.7",
79
- "@semcore/tooltip": "5.1.4",
80
- "@semcore/typography": "4.2.5",
81
- "@semcore/utils": "3.40.0",
82
- "@semcore/widget-empty": "3.6.3",
83
- "@semcore/wizard": "1.1.7"
36
+ "@semcore/errors": "3.5.6",
37
+ "@semcore/feature-popover": "3.1.11",
38
+ "@semcore/feedback-form": "5.2.5",
39
+ "@semcore/flags": "3.2.2",
40
+ "@semcore/flex-box": "4.6.5",
41
+ "@semcore/format-text": "3.1.5",
42
+ "@semcore/fullscreen-modal": "2.1.10",
43
+ "@semcore/grid": "4.2.5",
44
+ "@semcore/icon": "3.3.2",
45
+ "@semcore/illustration": "1.3.5",
46
+ "@semcore/inline-input": "3.2.1",
47
+ "@semcore/inline-edit": "2.1.7",
48
+ "@semcore/input": "3.4.1",
49
+ "@semcore/input-mask": "4.3.7",
50
+ "@semcore/input-number": "4.1.6",
51
+ "@semcore/input-tags": "3.2.7",
52
+ "@semcore/link": "4.2.5",
53
+ "@semcore/modal": "3.1.11",
54
+ "@semcore/neighbor-location": "3.1.5",
55
+ "@semcore/notice": "4.2.10",
56
+ "@semcore/notice-global": "1.2.10",
57
+ "@semcore/notice-bubble": "4.2.12",
58
+ "@semcore/outside-click": "2.5.5",
59
+ "@semcore/pagination": "3.3.12",
60
+ "@semcore/pills": "4.3.6",
61
+ "@semcore/popper": "4.13.6",
62
+ "@semcore/portal": "2.4.5",
63
+ "@semcore/product-head": "3.2.2",
64
+ "@semcore/progress-bar": "3.2.5",
65
+ "@semcore/radio": "5.2.0",
66
+ "@semcore/scroll-area": "4.1.5",
67
+ "@semcore/select": "3.2.16",
68
+ "@semcore/side-panel": "2.1.11",
69
+ "@semcore/skeleton": "4.3.2",
70
+ "@semcore/slider": "3.2.5",
71
+ "@semcore/spin": "4.1.5",
72
+ "@semcore/spin-container": "6.1.6",
73
+ "@semcore/sticky": "2.3.5",
74
+ "@semcore/switch": "4.2.5",
75
+ "@semcore/tab-line": "3.1.6",
76
+ "@semcore/tab-panel": "3.2.5",
77
+ "@semcore/tag": "4.2.9",
78
+ "@semcore/textarea": "4.2.0",
79
+ "@semcore/time-picker": "3.2.15",
80
+ "@semcore/tooltip": "5.2.0",
81
+ "@semcore/typography": "4.2.9",
82
+ "@semcore/utils": "3.42.0",
83
+ "@semcore/widget-empty": "3.6.5",
84
+ "@semcore/wizard": "1.1.11"
84
85
  },
85
86
  "devDependencies": {
86
87
  "@types/react": "18.0.21",
@@ -0,0 +1,17 @@
1
+ @import '@semcore/utils/style/var.css';
2
+
3
+ :root {
4
+ --brand-color: #ff006b;
5
+ --light-orange: #ffbb00;
6
+ --orange: #f97134;
7
+ --dark-red: #c50108;
8
+ --red: #f5141c;
9
+ --dark-orange: #f97134;
10
+ --ultramarine: #4338a2;
11
+ --light-ultramarine: #5c4cdc;
12
+ --dark-rose: #d30059;
13
+ --rose: #e60563;
14
+ --ghost-white: #f2f0fc;
15
+ --ghost-white50: #f7f6fd;
16
+ --keyboard-focus: 0 0 0 3px color-mod(var(--light-ultramarine) a(30%));
17
+ }
@@ -0,0 +1,221 @@
1
+ :root {
2
+ --white: #ffffff;
3
+ --black: #000000;
4
+ --gray-50: #f4f5f9;
5
+ --gray-100: #e0e1e9;
6
+ --gray-200: #c4c7cf;
7
+ --gray-300: #a9abb6;
8
+ --gray-400: #8a8e9b;
9
+ --gray-500: #6c6e79;
10
+ --gray-600: #484a54;
11
+ --gray-700: #2b2e38;
12
+ --gray-800: #191b23;
13
+ --blue-50: #e9f7ff;
14
+ --blue-100: #c4e5fe;
15
+ --blue-200: #8ecdff;
16
+ --blue-300: #2bb3ff;
17
+ --blue-400: #008ff8;
18
+ --blue-500: #006dca;
19
+ --blue-600: #044792;
20
+ --blue-700: #002b5f;
21
+ --blue-800: #001b3d;
22
+ --green-50: #dbfee8;
23
+ --green-100: #9ef2c9;
24
+ --green-200: #59ddaa;
25
+ --green-300: #00c192;
26
+ --green-400: #009f81;
27
+ --green-500: #007c65;
28
+ --green-600: #055345;
29
+ --green-700: #00342d;
30
+ --green-800: #00201e;
31
+ --salad-50: #ecfbcd;
32
+ --salad-100: #c7ee96;
33
+ --salad-200: #9bd85d;
34
+ --salad-300: #66c030;
35
+ --salad-400: #35a21e;
36
+ --salad-500: #0a7e22;
37
+ --salad-600: #005613;
38
+ --salad-700: #003509;
39
+ --salad-800: #002203;
40
+ --orange-50: #fff3d9;
41
+ --orange-100: #ffdca2;
42
+ --orange-200: #ffb26e;
43
+ --orange-300: #ff8c43;
44
+ --orange-400: #ff642d;
45
+ --orange-500: #c33909;
46
+ --orange-600: #8b1500;
47
+ --orange-700: #551200;
48
+ --orange-800: #351000;
49
+ --yellow-50: #fdf7c8;
50
+ --yellow-100: #fce081;
51
+ --yellow-200: #fdc23c;
52
+ --yellow-300: #ef9800;
53
+ --yellow-400: #d87900;
54
+ --yellow-500: #a75800;
55
+ --yellow-600: #743a00;
56
+ --yellow-700: #462500;
57
+ --yellow-800: #2c1600;
58
+ --red-50: #fff0f7;
59
+ --red-100: #ffd7df;
60
+ --red-200: #ffaeb5;
61
+ --red-300: #ff8786;
62
+ --red-400: #ff4953;
63
+ --red-500: #d1002f;
64
+ --red-600: #8e0016;
65
+ --red-700: #58000a;
66
+ --red-800: #410101;
67
+ --pink-50: #fff0ff;
68
+ --pink-100: #ffd3ff;
69
+ --pink-200: #ffa9fa;
70
+ --pink-300: #f67cf2;
71
+ --pink-400: #e14adf;
72
+ --pink-500: #b229b9;
73
+ --pink-600: #7d0480;
74
+ --pink-700: #4d0050;
75
+ --pink-800: #340439;
76
+ --violet-50: #f9f2ff;
77
+ --violet-100: #edd9ff;
78
+ --violet-200: #dcb8ff;
79
+ --violet-300: #c695ff;
80
+ --violet-400: #ab6cfe;
81
+ --violet-500: #8649e1;
82
+ --violet-600: #5925ab;
83
+ --violet-700: #421983;
84
+ --violet-800: #220358;
85
+ --brand-color: #ff642d;
86
+ --pinterest: #bd081c;
87
+ --instagram: #e4405f;
88
+ --youtube: #ff0000;
89
+ --facebook: #3b5998;
90
+ --linkedIn: #1a7ab2;
91
+ --twitter: #2bafeb;
92
+ --google-my-business: #1a73e8;
93
+ --google-blue: #1a0dab;
94
+ --google-green: #016723;
95
+
96
+ --keyboard-focus: 0 0 0 3px color-mod(var(--blue-400) a(30%));
97
+ --keyborad-focus: var(--keyboard-focus);
98
+ --keyboard-focus-valid: 0px 0px 0px 3px color-mod(var(--green-400) a(30%));
99
+ --keyboard-focus-invalid: 0px 0px 0px 3px color-mod(var(--red-400) a(30%));
100
+
101
+ --rounded-s: 4px;
102
+ --rounded-m: 6px;
103
+ --rounded-l: 12px;
104
+
105
+ --form-control-m: 28px;
106
+ --form-control-l: 40px;
107
+
108
+ --box-shadow-card: 0px 1px 2px 0px rgba(25, 27, 35, 0.12), 0px 0px 1px 0px rgba(25, 27, 35, 0.16);
109
+ --box-shadow-hover: 3px 3px 30px 0px rgba(25, 27, 35, 0.15);
110
+ --box-shadow-popper: 0px 1px 12px 0px rgba(25, 27, 35, 0.15);
111
+ --box-shadow-modal: 0px 3px 8px 0px rgba(25, 27, 35, 0.2);
112
+ --box-shadow-dnd: 0 0 1px rgba(25, 27, 35, 0.16), 0 12px 40px rgba(25, 27, 35, 0.16);
113
+
114
+ --fs-100: 12px;
115
+ --lh-100: 1.33;
116
+ --fs-200: 14px;
117
+ --lh-200: 1.42;
118
+ --fs-300: 16px;
119
+ --lh-300: 1.5;
120
+ --fs-400: 20px;
121
+ --lh-400: 1.2;
122
+ --fs-500: 24px;
123
+ --lh-500: 1.17;
124
+ --fs-600: 32px;
125
+ --lh-600: 1.25;
126
+ --fs-700: 36px;
127
+ --lh-700: 1.1;
128
+ --fs-800: 48px;
129
+ --lh-800: 1.17;
130
+
131
+ --disabled-opacity: 0.3;
132
+
133
+ --xs-screen: 320px;
134
+ --sm-screen: 768px;
135
+ --md-screen: 1200px;
136
+
137
+ /* DEPRECATED START
138
+ Deprecated variables should never be used in
139
+ components styles but preserved for backward
140
+ compatibility if they used in projects
141
+ like `<Badge bg="red">alpha</Badge>`
142
+ */
143
+ --denim-blue: #006dca;
144
+ --light-blue: #008ff8;
145
+ --neon-blue: #8ecdff;
146
+ --cyan: #2bb3ff;
147
+ --green: #009f81;
148
+ --dark-green: #007c65;
149
+ --yellow: #fdc23c;
150
+ --light-orange: #ff8c43;
151
+ --orange: #ff642d;
152
+ --dark-orange: #c33909;
153
+ --red: #ff4953;
154
+ --dark-red: #d1002f;
155
+ --violet: #ab6cfe;
156
+ --dark-violet: #8649e1;
157
+ --pink: #e14adf;
158
+ --asphalt: #6c6e79;
159
+ --wall: #8a8e9b;
160
+ --mist: #a9abb6;
161
+ --mist-light: #c4c7cf;
162
+ --stone: #a9abb6;
163
+ --stone-light: #c4c7cf;
164
+ --gray20: #191b23;
165
+ --gray30: #191b23;
166
+ --gray40: #484a54;
167
+ --gray60: #6c6e79;
168
+ --gray70: #a9abb6;
169
+ --gray80: #c4c7cf;
170
+ --gray94: #e0e1e9;
171
+ --gray96: #f4f5f9;
172
+ --mystic: #f4f5f9;
173
+ --mercury: #e0e1e9;
174
+
175
+ --blue50: #e9f7ff;
176
+ --blue100: #c4e5fe;
177
+ --blue400: #008ff8;
178
+ --blue600: #044792;
179
+ --green50: #dbfee8;
180
+ --green100: #9ef2c9;
181
+ --green200: #59ddaa;
182
+ --green300: #00c192;
183
+ --green600: #055345;
184
+ --red50: #fff0f7;
185
+ --red100: #ffd7df;
186
+ --red200: #ffaeb5;
187
+ --red300: #ff8786;
188
+ --red600: #8e0016;
189
+ --orange50: #fff3d9;
190
+ --orange100: #ffdca2;
191
+ --orange200: #ffb26e;
192
+ --yellow100: #fce081;
193
+
194
+ --iceberg-blue: #6fafd4;
195
+ --salad: #8bc835;
196
+ --granitic: #2f3439;
197
+ --gray10: #222222;
198
+ --sky: #e1f2ff;
199
+ --lily: #e6f9fd;
200
+ --marble: #f1f6f8;
201
+ --googleplus: #e14b3f;
202
+ --linkedin: #1a7ab2;
203
+
204
+ --font-size_-1: 11px;
205
+ --font-size_-2: 10px;
206
+ --font-size_0: 12px;
207
+ --font-size_1: 13px;
208
+ --font-size_11: 33px;
209
+ --font-size_12: 36px;
210
+ --font-size_15: 48px;
211
+ --font-size_2: 14px;
212
+ --font-size_3: 16px;
213
+ --font-size_5: 19px;
214
+ --font-size_6: 21px;
215
+ --font-size_8: 25px;
216
+ /* DEPRECATED END */
217
+ }
218
+
219
+ @custom-media --xs-media (width < 320px);
220
+ @custom-media --sm-media (width >= 320px) and (width < 768px);
221
+ @custom-media --md-media (width >= 768px) and (width < 1200px);