@salutejs/sdds-cs 0.324.0-canary.2100.16477002845.0 → 0.324.0-canary.2101.16517642573.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 (2) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,58 @@
1
+ ## 0.323.0 (24 июля 2025)
2
+
3
+ ## Функциональные изменения в компонентах
4
+
5
+ ### Button
6
+
7
+ * Удалены неактуальные размеры: `xlr, lr, mr, sr, xsr`
8
+
9
+ [PR](https://github.com/salute-developers/plasma/pull/2079)
10
+
11
+ ### Dropdown
12
+
13
+ * Добавлен отступ между выпадающим списком и таргетом;
14
+
15
+ [PR](https://github.com/salute-developers/plasma/pull/2085)
16
+
17
+ ### Icons
18
+
19
+ * Удален лишний атрибут style со значением `mix-blend-mode` в иконках: `DislikeFill`, `LikeFill`
20
+
21
+ [PR](https://github.com/salute-developers/plasma/pull/2090)
22
+
23
+ ### Chip
24
+
25
+ * Исправлен цвет токена для иконки закрытия
26
+
27
+ [PR](https://github.com/salute-developers/plasma/pull/2082)
28
+
29
+ * Убраны `scale` при `hover` и `active`
30
+
31
+ [PR](https://github.com/salute-developers/plasma/pull/2089)
32
+
33
+ ### Heading
34
+
35
+ * Добавлена поддержка a11y для aria role heading
36
+
37
+ [PR](https://github.com/salute-developers/plasma/pull/2097)
38
+
39
+ ### Textarea
40
+
41
+ * Добавлено новое свойство `labelAriaHidden` для управления `aria-hidden`
42
+
43
+ [PR](https://github.com/salute-developers/plasma/pull/2097)
44
+
45
+ ### Note
46
+
47
+ * Добавлена документация для свойства `hasClose`
48
+
49
+ * Исправлен баг связанный со свойством `text`
50
+
51
+ * Добавлена возможность многострочного текста
52
+
53
+ [PR](https://github.com/salute-developers/plasma/pull/2098)
54
+
55
+
1
56
  ## 0.321.0 (10 июля 2025)
2
57
 
3
58
  ## Функциональные изменения в компонентах
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.324.0-canary.2100.16477002845.0",
3
+ "version": "0.324.0-canary.2101.16517642573.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.332.0-canary.2100.16477002845.0",
34
- "@salutejs/sdds-themes": "0.44.0-canary.2100.16477002845.0"
33
+ "@salutejs/plasma-new-hope": "0.332.0-canary.2101.16517642573.0",
34
+ "@salutejs/sdds-themes": "0.43.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.204.0-canary.2100.16477002845.0",
58
- "@salutejs/plasma-cy-utils": "0.134.0-canary.2100.16477002845.0",
59
- "@salutejs/plasma-icons": "1.223.0-canary.2100.16477002845.0",
60
- "@salutejs/plasma-sb-utils": "0.204.0-canary.2100.16477002845.0",
57
+ "@salutejs/plasma-core": "1.203.0",
58
+ "@salutejs/plasma-cy-utils": "0.133.0",
59
+ "@salutejs/plasma-icons": "1.222.0",
60
+ "@salutejs/plasma-sb-utils": "0.203.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": "c2875cc5101c46b0b1ccab09f2cfe7c6303c6c28"
126
+ "gitHead": "4a06f859d8b2373bf208cad026b4abeb3264b55e"
127
127
  }