@salutejs/sdds-dfa 0.323.0 → 0.324.0-canary.2260.18215165010.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 +77 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,80 @@
1
+ ## 0.323.0 (1 октября 2025)
2
+
3
+ ## Функциональные изменения в компонентах
4
+
5
+ ### Autocomplete, Combobox, Datepicker, Select, TextArea, TextField
6
+
7
+ * изменен token для value на `--text-primary`
8
+ * изменен opacity для separator на `0.4`
9
+ * изменен opacity для `rightContent` на `0.4`
10
+
11
+ [PR](https://github.com/salute-developers/plasma/pull/1906)
12
+
13
+ ### Modal
14
+
15
+ * добавлена возможность отключать `focusTrap`
16
+
17
+ [PR](https://github.com/salute-developers/plasma/pull/2244)
18
+
19
+ ### Tooltip
20
+
21
+ * удален лишний `pointer-events` блокирующий click на содержимом компонента
22
+
23
+ [PR](https://github.com/salute-developers/plasma/pull/2249)
24
+
25
+ ### Note
26
+
27
+ * исправлена ошибка с некорректным переносом по буквам - правильно по словам
28
+
29
+ * расширен `type` до ReactNode для свойств `title, text`
30
+
31
+ [PR](https://github.com/salute-developers/plasma/pull/2247)
32
+
33
+ ### TimePicker
34
+
35
+ * Добавлен новый компонент
36
+
37
+ [PR](https://github.com/salute-developers/plasma/pull/2184)
38
+
39
+ ### Pagination
40
+
41
+ * Убрано ограничение на минимальное количество слотов для элементов
42
+
43
+ [PR](https://github.com/salute-developers/plasma/pull/2258)
44
+
45
+ ### Dropdown
46
+
47
+ * добавлена возможность указывать beforeList во вложенные списки
48
+
49
+ [PR](https://github.com/salute-developers/plasma/pull/2250)
50
+
51
+ ### Tree
52
+
53
+ * добавлено свойство `singleLine`, отвечающее за перенес заголовка
54
+
55
+ * исправлено поведение сокращения текста при нехватке места
56
+
57
+ [PR](https://github.com/salute-developers/plasma/pull/2253)
58
+
59
+ ### TextField, Select, Combobox, Dropdown, Autocomplete
60
+
61
+ * Исправлен баг с открытием вложенных уровней при использовании свойства `portal`
62
+
63
+ [PR](https://github.com/salute-developers/plasma/pull/2263)
64
+
65
+ ### Docs
66
+
67
+ * Исправлено описание для свойства `isNumeric` в типографии
68
+
69
+ [PR](https://github.com/salute-developers/plasma/pull/2264)
70
+
71
+ ### Avatar
72
+
73
+ * Добавлен `customBorderRadius` для `fit` размера при `shape = rounded`
74
+
75
+ [PR](https://github.com/salute-developers/plasma/pull/2262)
76
+
77
+
1
78
  ## 0.322.1 (19 сентября 2025)
2
79
 
3
80
  ## Функциональные изменения в компонентах
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-dfa",
3
- "version": "0.323.0",
3
+ "version": "0.324.0-canary.2260.18215165010.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS DFA web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "directory": "packages/sdds-dfa"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.337.0",
22
+ "@salutejs/plasma-new-hope": "0.338.0-canary.2260.18215165010.0",
23
23
  "@salutejs/sdds-themes": "0.47.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -40,7 +40,7 @@
40
40
  "@salutejs/plasma-core": "1.208.0",
41
41
  "@salutejs/plasma-cy-utils": "0.138.0",
42
42
  "@salutejs/plasma-icons": "1.224.0",
43
- "@salutejs/plasma-sb-utils": "0.208.0",
43
+ "@salutejs/plasma-sb-utils": "0.209.0-canary.2260.18215165010.0",
44
44
  "@storybook/addon-docs": "8.6.14",
45
45
  "@storybook/addon-essentials": "8.6.14",
46
46
  "@storybook/manager-api": "8.6.14",
@@ -94,5 +94,5 @@
94
94
  "Anton Vinogradov"
95
95
  ],
96
96
  "sideEffects": false,
97
- "gitHead": "6d1f46197e73a5fe0f4cea759dabf0af2595bc0e"
97
+ "gitHead": "710ccf9a00d5520fa2ebc5f6f84e714444d4fb54"
98
98
  }