@salutejs/sdds-cs 0.314.0-canary.1924.14510926542.0 → 0.314.0-canary.1929.14564825262.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 +121 -0
- package/components/Avatar/Avatar.config.d.ts +1 -0
- package/components/Avatar/Avatar.config.js +6 -5
- package/components/Avatar/Avatar.d.ts +3 -0
- package/emotion/cjs/components/Avatar/Avatar.config.js +6 -5
- package/emotion/cjs/components/Avatar/Avatar.stories.tsx +1 -1
- package/emotion/es/components/Avatar/Avatar.config.js +6 -5
- package/emotion/es/components/Avatar/Avatar.stories.tsx +1 -1
- package/es/components/Avatar/Avatar.config.js +6 -5
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,124 @@
|
|
1
|
+
## 0.313.0 (17 апреля 2025)
|
2
|
+
|
3
|
+
## Функциональные изменения в компонентах
|
4
|
+
|
5
|
+
### Steps
|
6
|
+
|
7
|
+
* добавлено новое свойство `itemView` <img width="748" src="https://github.com/user-attachments/assets/783c547d-8c68-42f6-a85a-712a9615cd7c" />
|
8
|
+
|
9
|
+
* добавлено `accent` `view` и комбинации с `itemView` <img width="748" src="https://github.com/user-attachments/assets/18f0ecb6-9441-4cf2-ba4a-112e7d6596fd" />
|
10
|
+
|
11
|
+
[PR](https://github.com/salute-developers/plasma/pull/1872)
|
12
|
+
|
13
|
+
### Cell
|
14
|
+
|
15
|
+
* исправлены опечатки в "color=inherit"
|
16
|
+
|
17
|
+
[PR](https://github.com/salute-developers/plasma/pull/1857)
|
18
|
+
|
19
|
+
### IconButton
|
20
|
+
|
21
|
+
* исправлены опечатки в "color=inherit"
|
22
|
+
|
23
|
+
[PR](https://github.com/salute-developers/plasma/pull/1857)
|
24
|
+
|
25
|
+
### Datepicker
|
26
|
+
|
27
|
+
* добавлено возможность прокинуть атрибут `autoComplete`
|
28
|
+
|
29
|
+
<img width="1024" src="https://github.com/user-attachments/assets/3b62560d-0ea0-46d6-a5f5-30653e4a3fa5" />
|
30
|
+
|
31
|
+
[PR](https://github.com/salute-developers/plasma/pull/1900)
|
32
|
+
|
33
|
+
### Checkbox
|
34
|
+
|
35
|
+
* добавлен новый размер `L`
|
36
|
+
|
37
|
+
[PR](https://github.com/salute-developers/plasma/pull/1912)
|
38
|
+
|
39
|
+
### Dropdown
|
40
|
+
|
41
|
+
* добавлено индивидуальное свойство `trigger` для каждой группы вложенных списков для кастомной настройки их открытия;
|
42
|
+
|
43
|
+
[PR](https://github.com/salute-developers/plasma/pull/1896)
|
44
|
+
|
45
|
+
### Tree
|
46
|
+
|
47
|
+
* в документацию добавлен пример с виртуализацией;
|
48
|
+
|
49
|
+
[PR](https://github.com/salute-developers/plasma/pull/1914)
|
50
|
+
|
51
|
+
* добавлено свойство `contentRight`;
|
52
|
+
|
53
|
+
[PR](https://github.com/salute-developers/plasma/pull/1908)
|
54
|
+
|
55
|
+
### Select
|
56
|
+
|
57
|
+
* расширен функционал, позволяющий работать с `value`, которых нет в списке `items`;
|
58
|
+
|
59
|
+
[PR](https://github.com/salute-developers/plasma/pull/1894)
|
60
|
+
|
61
|
+
* При нажатии на `helperText` список не раскрывается
|
62
|
+
|
63
|
+
[PR](https://github.com/salute-developers/plasma/pull/1913)
|
64
|
+
|
65
|
+
### Combobox
|
66
|
+
|
67
|
+
* расширен функционал, позволяющий работать с `value`, которых нет в списке `items`;
|
68
|
+
|
69
|
+
[PR](https://github.com/salute-developers/plasma/pull/1894)
|
70
|
+
|
71
|
+
* При нажатии на `helperText` список не раскрывается
|
72
|
+
|
73
|
+
[PR](https://github.com/salute-developers/plasma/pull/1913)
|
74
|
+
|
75
|
+
### Typography
|
76
|
+
|
77
|
+
* Добавлена поддержка свойства `isNumeric`, которое делает цифры моношоринными
|
78
|
+
|
79
|
+
[PR](https://github.com/salute-developers/plasma/pull/1899)
|
80
|
+
|
81
|
+
### Radiobox
|
82
|
+
|
83
|
+
* добавлен новый размер `L`
|
84
|
+
|
85
|
+
[PR](https://github.com/salute-developers/plasma/pull/1911)
|
86
|
+
|
87
|
+
### Autocomplite
|
88
|
+
|
89
|
+
* При нажатии на `helperText` фокус на `textfield` не происходит
|
90
|
+
|
91
|
+
[PR](https://github.com/salute-developers/plasma/pull/1913)
|
92
|
+
|
93
|
+
### Sheet
|
94
|
+
|
95
|
+
* Добавлен props `handlePlacement`
|
96
|
+
|
97
|
+
* Добавлен пример в `storybook` с полноэкранным `sheet`
|
98
|
+
|
99
|
+
[PR](https://github.com/salute-developers/plasma/pull/1892)
|
100
|
+
|
101
|
+
## Изменения в библиотеки
|
102
|
+
|
103
|
+
### Indicator
|
104
|
+
|
105
|
+
* Изменен конфиг в соответсвии с дизайном
|
106
|
+
|
107
|
+
[PR](https://github.com/salute-developers/plasma/pull/1904)
|
108
|
+
|
109
|
+
### Rating
|
110
|
+
|
111
|
+
* Изменен конфиг в соответсвии с дизайном
|
112
|
+
|
113
|
+
[PR](https://github.com/salute-developers/plasma/pull/1904)
|
114
|
+
|
115
|
+
### Toast
|
116
|
+
|
117
|
+
* обновлена архитектура компонента, улучшен контракт взаимодействия с тостами;
|
118
|
+
|
119
|
+
[PR](https://github.com/salute-developers/plasma/pull/1915)
|
120
|
+
|
121
|
+
|
1
122
|
## 0.312.0 (3 апреля 2025)
|
2
123
|
|
3
124
|
## Функциональные изменения в компонентах
|
@@ -8,6 +8,7 @@ export declare const config: {
|
|
8
8
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
9
9
|
};
|
10
10
|
size: {
|
11
|
+
xxl: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
11
12
|
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
12
13
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
13
14
|
fit: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
});
|
6
6
|
exports.config = void 0;
|
7
7
|
var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
|
8
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
|
8
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
|
9
9
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
10
10
|
var config = exports.config = {
|
11
11
|
defaults: {
|
@@ -18,12 +18,13 @@ var config = exports.config = {
|
|
18
18
|
},
|
19
19
|
size: {
|
20
20
|
// TODO: #1044 токены типографики в Avatar
|
21
|
-
|
22
|
-
|
23
|
-
|
21
|
+
xxl: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 5.5rem;\n ", ": 0.875rem;\n ", ": 600;\n ", ": 0.875rem;\n ", ": 0.75rem;\n "])), _styledComponents.avatarTokens.avatarSize, _styledComponents.avatarTokens.fontSize, _styledComponents.avatarTokens.fontWeight, _styledComponents.avatarTokens.lineHeight, _styledComponents.avatarTokens.statusIconSize),
|
22
|
+
m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 2.25rem;\n ", ": 0.875rem;\n ", ": 600;\n ", ": 0.875rem;\n ", ": 0.5rem;\n "])), _styledComponents.avatarTokens.avatarSize, _styledComponents.avatarTokens.fontSize, _styledComponents.avatarTokens.fontWeight, _styledComponents.avatarTokens.lineHeight, _styledComponents.avatarTokens.statusIconSize),
|
23
|
+
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.5rem;\n ", ": 0.5rem;\n ", ": 600;\n ", ": 0.5rem;\n ", ": 0.375rem;\n "])), _styledComponents.avatarTokens.avatarSize, _styledComponents.avatarTokens.fontSize, _styledComponents.avatarTokens.fontWeight, _styledComponents.avatarTokens.lineHeight, _styledComponents.avatarTokens.statusIconSize),
|
24
|
+
fit: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 100%;\n ", ": 0;\n ", ": 0;\n ", ": 0;\n ", ": 0;\n "])), _styledComponents.avatarTokens.avatarSize, _styledComponents.avatarTokens.fontSize, _styledComponents.avatarTokens.fontWeight, _styledComponents.avatarTokens.lineHeight, _styledComponents.avatarTokens.statusIconSize)
|
24
25
|
},
|
25
26
|
focused: {
|
26
|
-
"true": /*#__PURE__*/(0, _styledComponents.css)(
|
27
|
+
"true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.1rem;\n ", ": -0.2rem;\n ", ": var(--surface-accent);\n "])), _styledComponents.avatarTokens.outlineSize, _styledComponents.avatarTokens.outlineOffset, _styledComponents.avatarTokens.outlineColor)
|
27
28
|
}
|
28
29
|
}
|
29
30
|
};
|
@@ -4,6 +4,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
4
4
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
5
5
|
};
|
6
6
|
size: {
|
7
|
+
xxl: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
7
8
|
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
8
9
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
9
10
|
fit: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -16,6 +17,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
16
17
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
17
18
|
};
|
18
19
|
size: {
|
20
|
+
xxl: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
19
21
|
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
20
22
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
21
23
|
fit: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -77,6 +79,7 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
77
79
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
78
80
|
};
|
79
81
|
size: {
|
82
|
+
xxl: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
80
83
|
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
81
84
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
82
85
|
fit: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
});
|
6
6
|
exports.config = void 0;
|
7
7
|
var _emotion = /*#__PURE__*/require("@salutejs/plasma-new-hope/emotion");
|
8
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
|
8
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
|
9
9
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
10
10
|
var config = exports.config = {
|
11
11
|
defaults: {
|
@@ -18,12 +18,13 @@ var config = exports.config = {
|
|
18
18
|
},
|
19
19
|
size: {
|
20
20
|
// TODO: #1044 токены типографики в Avatar
|
21
|
-
|
22
|
-
|
23
|
-
|
21
|
+
xxl: /*#__PURE__*/(0, _emotion.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 5.5rem;\n ", ": 0.875rem;\n ", ": 600;\n ", ": 0.875rem;\n ", ": 0.75rem;\n "])), _emotion.avatarTokens.avatarSize, _emotion.avatarTokens.fontSize, _emotion.avatarTokens.fontWeight, _emotion.avatarTokens.lineHeight, _emotion.avatarTokens.statusIconSize),
|
22
|
+
m: /*#__PURE__*/(0, _emotion.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 2.25rem;\n ", ": 0.875rem;\n ", ": 600;\n ", ": 0.875rem;\n ", ": 0.5rem;\n "])), _emotion.avatarTokens.avatarSize, _emotion.avatarTokens.fontSize, _emotion.avatarTokens.fontWeight, _emotion.avatarTokens.lineHeight, _emotion.avatarTokens.statusIconSize),
|
23
|
+
s: /*#__PURE__*/(0, _emotion.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.5rem;\n ", ": 0.5rem;\n ", ": 600;\n ", ": 0.5rem;\n ", ": 0.375rem;\n "])), _emotion.avatarTokens.avatarSize, _emotion.avatarTokens.fontSize, _emotion.avatarTokens.fontWeight, _emotion.avatarTokens.lineHeight, _emotion.avatarTokens.statusIconSize),
|
24
|
+
fit: /*#__PURE__*/(0, _emotion.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 100%;\n ", ": 0;\n ", ": 0;\n ", ": 0;\n ", ": 0;\n "])), _emotion.avatarTokens.avatarSize, _emotion.avatarTokens.fontSize, _emotion.avatarTokens.fontWeight, _emotion.avatarTokens.lineHeight, _emotion.avatarTokens.statusIconSize)
|
24
25
|
},
|
25
26
|
focused: {
|
26
|
-
"true": /*#__PURE__*/(0, _emotion.css)(
|
27
|
+
"true": /*#__PURE__*/(0, _emotion.css)(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.1rem;\n ", ": -0.2rem;\n ", ": var(--surface-accent);\n "])), _emotion.avatarTokens.outlineSize, _emotion.avatarTokens.outlineOffset, _emotion.avatarTokens.outlineColor)
|
27
28
|
}
|
28
29
|
}
|
29
30
|
};
|
@@ -9,7 +9,7 @@ const meta: Meta<typeof Avatar> = {
|
|
9
9
|
component: Avatar,
|
10
10
|
argTypes: {
|
11
11
|
view: { control: 'inline-radio', options: ['default'] },
|
12
|
-
size: { control: 'select', options: ['m', 's', 'fit'] },
|
12
|
+
size: { control: 'select', options: ['xxl', 'm', 's', 'fit'] },
|
13
13
|
status: { control: 'select', options: ['active', 'inactive'] },
|
14
14
|
},
|
15
15
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
|
1
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
|
2
2
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
3
3
|
import { css, avatarTokens as tokens } from '@salutejs/plasma-new-hope/emotion';
|
4
4
|
export var config = {
|
@@ -12,12 +12,13 @@ export var config = {
|
|
12
12
|
},
|
13
13
|
size: {
|
14
14
|
// TODO: #1044 токены типографики в Avatar
|
15
|
-
|
16
|
-
|
17
|
-
|
15
|
+
xxl: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 5.5rem;\n ", ": 0.875rem;\n ", ": 600;\n ", ": 0.875rem;\n ", ": 0.75rem;\n "])), tokens.avatarSize, tokens.fontSize, tokens.fontWeight, tokens.lineHeight, tokens.statusIconSize),
|
16
|
+
m: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 2.25rem;\n ", ": 0.875rem;\n ", ": 600;\n ", ": 0.875rem;\n ", ": 0.5rem;\n "])), tokens.avatarSize, tokens.fontSize, tokens.fontWeight, tokens.lineHeight, tokens.statusIconSize),
|
17
|
+
s: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.5rem;\n ", ": 0.5rem;\n ", ": 600;\n ", ": 0.5rem;\n ", ": 0.375rem;\n "])), tokens.avatarSize, tokens.fontSize, tokens.fontWeight, tokens.lineHeight, tokens.statusIconSize),
|
18
|
+
fit: /*#__PURE__*/css(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 100%;\n ", ": 0;\n ", ": 0;\n ", ": 0;\n ", ": 0;\n "])), tokens.avatarSize, tokens.fontSize, tokens.fontWeight, tokens.lineHeight, tokens.statusIconSize)
|
18
19
|
},
|
19
20
|
focused: {
|
20
|
-
"true": /*#__PURE__*/css(
|
21
|
+
"true": /*#__PURE__*/css(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.1rem;\n ", ": -0.2rem;\n ", ": var(--surface-accent);\n "])), tokens.outlineSize, tokens.outlineOffset, tokens.outlineColor)
|
21
22
|
}
|
22
23
|
}
|
23
24
|
};
|
@@ -9,7 +9,7 @@ const meta: Meta<typeof Avatar> = {
|
|
9
9
|
component: Avatar,
|
10
10
|
argTypes: {
|
11
11
|
view: { control: 'inline-radio', options: ['default'] },
|
12
|
-
size: { control: 'select', options: ['m', 's', 'fit'] },
|
12
|
+
size: { control: 'select', options: ['xxl', 'm', 's', 'fit'] },
|
13
13
|
status: { control: 'select', options: ['active', 'inactive'] },
|
14
14
|
},
|
15
15
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
|
1
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
|
2
2
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
3
3
|
import { css, avatarTokens as tokens } from '@salutejs/plasma-new-hope/styled-components';
|
4
4
|
export var config = {
|
@@ -12,12 +12,13 @@ export var config = {
|
|
12
12
|
},
|
13
13
|
size: {
|
14
14
|
// TODO: #1044 токены типографики в Avatar
|
15
|
-
|
16
|
-
|
17
|
-
|
15
|
+
xxl: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 5.5rem;\n ", ": 0.875rem;\n ", ": 600;\n ", ": 0.875rem;\n ", ": 0.75rem;\n "])), tokens.avatarSize, tokens.fontSize, tokens.fontWeight, tokens.lineHeight, tokens.statusIconSize),
|
16
|
+
m: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 2.25rem;\n ", ": 0.875rem;\n ", ": 600;\n ", ": 0.875rem;\n ", ": 0.5rem;\n "])), tokens.avatarSize, tokens.fontSize, tokens.fontWeight, tokens.lineHeight, tokens.statusIconSize),
|
17
|
+
s: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.5rem;\n ", ": 0.5rem;\n ", ": 600;\n ", ": 0.5rem;\n ", ": 0.375rem;\n "])), tokens.avatarSize, tokens.fontSize, tokens.fontWeight, tokens.lineHeight, tokens.statusIconSize),
|
18
|
+
fit: /*#__PURE__*/css(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 100%;\n ", ": 0;\n ", ": 0;\n ", ": 0;\n ", ": 0;\n "])), tokens.avatarSize, tokens.fontSize, tokens.fontWeight, tokens.lineHeight, tokens.statusIconSize)
|
18
19
|
},
|
19
20
|
focused: {
|
20
|
-
"true": /*#__PURE__*/css(
|
21
|
+
"true": /*#__PURE__*/css(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.1rem;\n ", ": -0.2rem;\n ", ": var(--surface-accent);\n "])), tokens.outlineSize, tokens.outlineOffset, tokens.outlineColor)
|
21
22
|
}
|
22
23
|
}
|
23
24
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.314.0-canary.
|
3
|
+
"version": "0.314.0-canary.1929.14564825262.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,8 +30,8 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.
|
34
|
-
"@salutejs/sdds-themes": "0.
|
33
|
+
"@salutejs/plasma-new-hope": "0.321.0",
|
34
|
+
"@salutejs/sdds-themes": "0.35.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
37
|
"@emotion/react": ">=11",
|
@@ -54,10 +54,10 @@
|
|
54
54
|
"@microsoft/api-extractor": "7.38.3",
|
55
55
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
56
56
|
"@salutejs/plasma-colors": "0.15.0",
|
57
|
-
"@salutejs/plasma-core": "1.
|
58
|
-
"@salutejs/plasma-cy-utils": "0.
|
59
|
-
"@salutejs/plasma-icons": "1.
|
60
|
-
"@salutejs/plasma-sb-utils": "0.
|
57
|
+
"@salutejs/plasma-core": "1.196.0",
|
58
|
+
"@salutejs/plasma-cy-utils": "0.127.0",
|
59
|
+
"@salutejs/plasma-icons": "1.217.0",
|
60
|
+
"@salutejs/plasma-sb-utils": "0.196.0",
|
61
61
|
"@storybook/addon-docs": "7.6.17",
|
62
62
|
"@storybook/addon-essentials": "7.6.17",
|
63
63
|
"@storybook/addons": "7.6.17",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "7950ac1ffa8d614c969173eea960c3c41de91913"
|
127
127
|
}
|