@salutejs/plasma-web 1.391.0-dev.0 → 1.391.1-canary.1412.10731166513.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,175 @@
1
+ # v1.391.0 (Thu Sep 05 2024)
2
+
3
+ ### Release Notes
4
+
5
+ #### Release by 04.09.2024 ([#1420](https://github.com/salute-developers/plasma/pull/1420))
6
+
7
+ ## Components
8
+
9
+ ### Switch
10
+
11
+ - токены для `Switch` приведены в соответствие с макетами
12
+ - добавлено состояние `hover`
13
+ - удален `skip test` для свойства `pressed` (это свойство deprecated). Вместо него добавлен тест `onMouseDown` с событием `realMouseDown`
14
+ - в тест `OnClick` добавлен `realClick`
15
+
16
+
17
+ plasma-*, sdds-*: Fix `Switch` tokens (https://github.com/salute-developers/plasma/pull/1388)
18
+
19
+ ### DatePicker
20
+
21
+ - добавлена поддержка русского и английского языка
22
+ - добавлено форматирование даты
23
+
24
+
25
+ plasma-(*): Add format and lang in Datepicker (https://github.com/salute-developers/plasma/pull/1404)
26
+
27
+ ### ModalBase
28
+
29
+ - обновлен токен `modalOverlayColor` в `plasma-{web, b2c}`
30
+
31
+
32
+ plasma-{web,b2c}: update ModalBase modalOverlayColor token (https://github.com/salute-developers/plasma/pull/1364)
33
+
34
+ ### TextFieldGroup
35
+
36
+ - добавлен новый компонент для `plasma-{web, b2c}, sdds-{serv, dfa}`
37
+ - написаны тесты и документация
38
+
39
+
40
+ feat(plasma-*,sdds-*): component textfield group (https://github.com/salute-developers/plasma/pull/1405)
41
+
42
+ ### TextArea/TextField
43
+
44
+ - добавлены новые свойства: `required`, `requiredPlacement, optional`
45
+ - обновлены screenshots и документация
46
+
47
+
48
+ feat(plasma-*, sdds-*): Add required variation to TextArea/TextField (https://github.com/salute-developers/plasma/pull/1352)
49
+
50
+ ### Combobox
51
+
52
+ - добавлен в поставку для `plasma-{web, b2c}, sdds-*`
53
+ - реализована вложенность (на основе [Floating UI](https://floating-ui.com/))
54
+ - добавлено новое свойство `closeAfterSelect` в `Combobox` и `Select`.
55
+ - поправлен отступ в компоненте `Select` в варианте `textfield-like`.
56
+
57
+
58
+ plasma-*, sdds-*: Combobox v2 (https://github.com/salute-developers/plasma/pull/1406)
59
+
60
+ ### SDDS FIN PORTAL
61
+
62
+ - опубликован новый пакет `@salutejs/sdds-finportal`
63
+
64
+
65
+
66
+ sdds-finportal: Add new package FinPortal (https://github.com/salute-developers/plasma/pull/1417)
67
+
68
+
69
+ ## Icons
70
+
71
+ ### Update icons list
72
+
73
+ **FilterOff**
74
+ <img width="48" src="https://github.com/user-attachments/assets/b254cc01-da2e-474a-879e-9ddf2a9e8bbc" />
75
+
76
+ **MessageNew**
77
+ <img width="64" src="https://github.com/user-attachments/assets/07c725e5-2164-4631-9778-7c2070cc9a12" />
78
+
79
+ **Poop**
80
+ <img width="128" src="https://github.com/user-attachments/assets/37c32fdd-36d1-4cd0-a4c9-ac9e0f4fb8b0" />
81
+
82
+ **Blank**
83
+ <img width="551" src="https://github.com/user-attachments/assets/7cf57627-eb40-493f-ada6-bf23c96fc3d8" />
84
+
85
+ **WindowMaximize/Minimize**
86
+ <img width="211" src="https://github.com/user-attachments/assets/73543cd4-b357-4ce3-9737-f1a4f49930dc" />
87
+
88
+ **Logos**
89
+ <img width="86" src="https://github.com/user-attachments/assets/a6e015ab-3df3-4c01-8f88-48aa786e0399" />
90
+
91
+
92
+
93
+
94
+ feat(plasma-icons): Update icons sets (https://github.com/salute-developers/plasma/pull/1414)
95
+
96
+
97
+ ## Tokens
98
+
99
+ ### Add Brightness Tokens
100
+
101
+ - Добавлены новые токены `-brightness` в `theme-builder`
102
+ - Во все темы добавлены новый токены для высветления: `combobox`, `dropdown`, `notification`, `toast`, `toolbar` и `tooltip`
103
+ - Исправлен компонент `Comobox` и обновлены тесты
104
+ - Изменен workfkow cypress
105
+
106
+
107
+ plasma-(*): Add Brightness Tokens (https://github.com/salute-developers/plasma/pull/1361)
108
+
109
+
110
+ ## Misc
111
+
112
+ ### Tests
113
+ - изменены тесты plasma-b2c компонентов ButtonGroup и IconButton
114
+
115
+
116
+ test(plasma-b2c): update tests for ButtonGroup and IconButton (https://github.com/salute-developers/plasma/pull/1407)
117
+
118
+ ---
119
+
120
+ #### 🚀 Enhancement
121
+
122
+ - Release by 04.09.2024 [#1420](https://github.com/salute-developers/plasma/pull/1420) ([@denivladislav](https://github.com/denivladislav) [@Salute-Eva](https://github.com/Salute-Eva) [@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@IgorYar](https://github.com/IgorYar) [@iljs](https://github.com/iljs) [@neretin-trike](https://github.com/neretin-trike) VAnaKudryavtsev@sberbank.ru [@shuga2704](https://github.com/shuga2704))
123
+ - feat(plasma-b2c/web): add DatePicker test for calendar date ([@TitanKuzmich](https://github.com/TitanKuzmich))
124
+ - feat: add required variation to TextArea & TextField [#1352](https://github.com/salute-developers/plasma/pull/1352) (VAnaKudryavtsev@sberbank.ru)
125
+ - feat: rename InputGroup to TextFieldGroup [#1405](https://github.com/salute-developers/plasma/pull/1405) ([@TitanKuzmich](https://github.com/TitanKuzmich))
126
+ - feat(plasma-b2c/web): add InputGroup with tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
127
+ - feat(*): add format and lang [#1404](https://github.com/salute-developers/plasma/pull/1404) ([@iljs](https://github.com/iljs))
128
+ - feat(*): set background arrow tooltip [#1361](https://github.com/salute-developers/plasma/pull/1361) ([@iljs](https://github.com/iljs))
129
+ - feat(tokens): update screenshoots and add themes ([@iljs](https://github.com/iljs))
130
+ - feat(*): set tokens in components ([@iljs](https://github.com/iljs))
131
+ - feat(plasma-b2c/web): update Checkbox & Radiobox stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
132
+
133
+ #### 🐛 Bug Fix
134
+
135
+ - Merge remote-tracking branch 'origin/dev' into release_2024-09-04 ([@Yakutoc](https://github.com/Yakutoc))
136
+ - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
137
+ - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
138
+ - feat(b2c, web, sdds): Combobox v2 [#1406](https://github.com/salute-developers/plasma/pull/1406) ([@shuga2704](https://github.com/shuga2704))
139
+ - docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
140
+ - fix: update ModalBase modalOverlayColor token [#1364](https://github.com/salute-developers/plasma/pull/1364) (VAnaKudryavtsev@sberbank.ru)
141
+ - fix(cs): enable token ([@iljs](https://github.com/iljs))
142
+ - fix(web): update combobox test ([@iljs](https://github.com/iljs))
143
+ - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
144
+ - feat(plasma-*, sdds-*): tokens and hover state updated ([@denivladislav](https://github.com/denivladislav))
145
+
146
+ #### Authors: 10
147
+
148
+ - [@iljs](https://github.com/iljs)
149
+ - [@Salute-Eva](https://github.com/Salute-Eva)
150
+ - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
151
+ - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
152
+ - Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
153
+ - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
154
+ - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
155
+ - Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
156
+ - Кудрявцев Вадим Анатольевич (vanakudryavtsev@sberbank.ru)
157
+ - Кудрявцев Вадим Анатольевич (VAnaKudryavtsev@sberbank.ru)
158
+
159
+ ---
160
+
161
+ # v1.383.1 (Fri Aug 30 2024)
162
+
163
+ #### 🐛 Bug Fix
164
+
165
+ - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
166
+
167
+ #### Authors: 1
168
+
169
+ - [@Salute-Eva](https://github.com/Salute-Eva)
170
+
171
+ ---
172
+
1
173
  # v1.383.0 (Wed Aug 28 2024)
2
174
 
3
175
  ### Release Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.391.0-dev.0",
3
+ "version": "1.391.1-canary.1412.10731166513.0",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,13 +19,13 @@
19
19
  "directory": "packages/plasma-web"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-core": "1.179.0-dev.0",
23
- "@salutejs/plasma-hope": "1.310.0-dev.0",
24
- "@salutejs/plasma-new-hope": "0.140.0-dev.0",
25
- "@salutejs/plasma-themes": "0.17.0-dev.0",
26
- "@salutejs/plasma-tokens-b2b": "1.42.0-dev.0",
27
- "@salutejs/plasma-tokens-b2c": "0.52.0-dev.0",
28
- "@salutejs/plasma-tokens-web": "1.57.0-dev.0",
22
+ "@salutejs/plasma-core": "1.179.0",
23
+ "@salutejs/plasma-hope": "1.310.1-canary.1412.10731166513.0",
24
+ "@salutejs/plasma-new-hope": "0.140.1-canary.1412.10731166513.0",
25
+ "@salutejs/plasma-themes": "0.17.0",
26
+ "@salutejs/plasma-tokens-b2b": "1.42.0",
27
+ "@salutejs/plasma-tokens-b2c": "0.52.0",
28
+ "@salutejs/plasma-tokens-web": "1.57.0",
29
29
  "@salutejs/plasma-typo": "0.40.0"
30
30
  },
31
31
  "peerDependencies": {
@@ -49,9 +49,9 @@
49
49
  "@rollup/plugin-commonjs": "25.0.7",
50
50
  "@rollup/plugin-node-resolve": "15.2.3",
51
51
  "@salutejs/plasma-colors": "0.13.0",
52
- "@salutejs/plasma-cy-utils": "0.110.0-dev.0",
53
- "@salutejs/plasma-icons": "1.204.0-dev.0",
54
- "@salutejs/plasma-sb-utils": "0.177.0-dev.0",
52
+ "@salutejs/plasma-cy-utils": "0.110.0",
53
+ "@salutejs/plasma-icons": "1.204.0",
54
+ "@salutejs/plasma-sb-utils": "0.177.1-canary.1412.10731166513.0",
55
55
  "@storybook/addon-docs": "7.6.17",
56
56
  "@storybook/addon-essentials": "7.6.17",
57
57
  "@storybook/addons": "7.6.17",
@@ -112,5 +112,5 @@
112
112
  "Fanil Zubairov"
113
113
  ],
114
114
  "sideEffects": false,
115
- "gitHead": "8c0a7bff45ac1aa6c0862b37841fff9a401f5bba"
115
+ "gitHead": "c071ca7d6387a3f69aeaa778cbe6e73194d62bf2"
116
116
  }