@salutejs/sdds-dfa 0.329.0-dev.0 → 0.330.0-canary.2339.20130914411.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 (717) hide show
  1. package/package.json +24 -16
  2. package/{components → types/components}/Accordion/Accordion.config.d.ts +10 -10
  3. package/{components → types/components}/Accordion/Accordion.d.ts +11 -11
  4. package/{components → types/components}/Attach/Attach.config.d.ts +16 -16
  5. package/{components → types/components}/Attach/Attach.d.ts +41 -41
  6. package/{components → types/components}/Autocomplete/Autocomplete.config.d.ts +15 -15
  7. package/{components → types/components}/Autocomplete/Autocomplete.d.ts +32 -32
  8. package/{components → types/components}/Avatar/Avatar.config.d.ts +22 -22
  9. package/{components → types/components}/Avatar/Avatar.d.ts +72 -72
  10. package/types/components/AvatarGroup/AvatarGroup.d.ts +3 -0
  11. package/{components → types/components}/Badge/Badge.config.d.ts +14 -14
  12. package/{components → types/components}/Badge/Badge.d.ts +15 -15
  13. package/{components → types/components}/Breadcrumbs/Breadcrumbs.config.d.ts +5 -5
  14. package/{components → types/components}/Breadcrumbs/Breadcrumbs.d.ts +7 -7
  15. package/{components → types/components}/Button/Button.config.d.ts +21 -21
  16. package/{components → types/components}/Button/Button.d.ts +48 -48
  17. package/{components → types/components}/ButtonGroup/ButtonGroup.config.d.ts +25 -25
  18. package/{components → types/components}/ButtonGroup/ButtonGroup.d.ts +26 -26
  19. package/{components → types/components}/Calendar/Calendar.d.ts +22 -22
  20. package/{components → types/components}/Calendar/CalendarBase.config.d.ts +8 -8
  21. package/{components → types/components}/Calendar/CalendarDouble.config.d.ts +8 -8
  22. package/{components → types/components}/Card/Card.config.d.ts +4 -4
  23. package/{components → types/components}/Card/Card.d.ts +5 -5
  24. package/{components → types/components}/Carousel/Carousel.config.d.ts +2 -2
  25. package/{components → types/components}/Carousel/Carousel.d.ts +3 -3
  26. package/{components → types/components}/Cell/Cell.config.d.ts +5 -5
  27. package/{components → types/components}/Cell/Cell.d.ts +10 -10
  28. package/{components → types/components}/Checkbox/Checkbox.config.d.ts +13 -13
  29. package/{components → types/components}/Checkbox/Checkbox.d.ts +30 -30
  30. package/{components → types/components}/Chip/Chip.config.d.ts +14 -14
  31. package/{components → types/components}/Chip/Chip.d.ts +15 -15
  32. package/{components → types/components}/ChipGroup/ChipGroup.config.d.ts +9 -9
  33. package/{components → types/components}/ChipGroup/ChipGroup.d.ts +11 -11
  34. package/{components → types/components}/CodeField/CodeField.config.d.ts +6 -6
  35. package/{components → types/components}/CodeField/CodeField.d.ts +9 -9
  36. package/{components → types/components}/CodeInput/CodeInput.config.d.ts +5 -5
  37. package/{components → types/components}/CodeInput/CodeInput.d.ts +8 -8
  38. package/{components → types/components}/Combobox/Combobox.config.d.ts +15 -15
  39. package/{components → types/components}/Combobox/Combobox.d.ts +100 -100
  40. package/{components → types/components}/Counter/Counter.config.d.ts +12 -12
  41. package/{components → types/components}/Counter/Counter.d.ts +14 -14
  42. package/{components → types/components}/DatePicker/DatePicker.config.d.ts +9 -9
  43. package/{components → types/components}/DatePicker/DatePicker.d.ts +33 -33
  44. package/{components → types/components}/DateTimePicker/DateTimePicker.config.d.ts +10 -10
  45. package/{components → types/components}/DateTimePicker/DateTimePicker.d.ts +16 -16
  46. package/{components → types/components}/Divider/Divider.config.d.ts +7 -7
  47. package/{components → types/components}/Divider/Divider.d.ts +8 -8
  48. package/{components → types/components}/Drawer/Drawer.config.d.ts +4 -4
  49. package/{components → types/components}/Drawer/Drawer.d.ts +11 -11
  50. package/{components → types/components}/Dropdown/Dropdown.config.d.ts +6 -6
  51. package/{components → types/components}/Dropdown/Dropdown.d.ts +28 -28
  52. package/{components → types/components}/Dropzone/Dropzone.config.d.ts +3 -3
  53. package/{components → types/components}/Dropzone/Dropzone.d.ts +7 -7
  54. package/{components → types/components}/EmbedIconButton/EmbedIconButton.config.d.ts +12 -12
  55. package/{components → types/components}/EmbedIconButton/EmbedIconButton.d.ts +15 -15
  56. package/{components → types/components}/EmptyState/EmptyState.config.d.ts +4 -4
  57. package/{components → types/components}/EmptyState/EmptyState.d.ts +16 -16
  58. package/{components → types/components}/Flow/Flow.d.ts +1 -1
  59. package/{components → types/components}/Grid/Grid.config.d.ts +1 -1
  60. package/{components → types/components}/Grid/Grid.d.ts +2 -2
  61. package/{components → types/components}/IconButton/IconButton.config.d.ts +17 -17
  62. package/{components → types/components}/IconButton/IconButton.d.ts +20 -20
  63. package/{components → types/components}/Image/Image.d.ts +1 -1
  64. package/{components → types/components}/Indicator/Indicator.config.d.ts +11 -11
  65. package/{components → types/components}/Indicator/Indicator.d.ts +35 -35
  66. package/{components → types/components}/Link/Link.config.d.ts +11 -11
  67. package/{components → types/components}/Link/Link.d.ts +26 -26
  68. package/{components → types/components}/LinkButton/LinkButton.config.d.ts +13 -13
  69. package/{components → types/components}/LinkButton/LinkButton.d.ts +14 -14
  70. package/{components → types/components}/List/List.config.d.ts +7 -7
  71. package/{components → types/components}/List/List.d.ts +8 -8
  72. package/{components → types/components}/Mask/Mask.d.ts +201 -201
  73. package/{components → types/components}/Modal/Modal.config.d.ts +1 -1
  74. package/{components → types/components}/Note/Note.config.d.ts +9 -9
  75. package/{components → types/components}/Note/Note.d.ts +10 -10
  76. package/{components → types/components}/Notification/Notification.config.d.ts +10 -10
  77. package/{components → types/components}/Notification/Notification.d.ts +12 -12
  78. package/{components → types/components}/NumberInput/NumberInput.config.d.ts +16 -16
  79. package/{components → types/components}/NumberInput/NumberInput.d.ts +17 -17
  80. package/{components → types/components}/Pagination/Pagination.config.d.ts +12 -12
  81. package/{components → types/components}/Pagination/Pagination.d.ts +13 -13
  82. package/{components → types/components}/Popover/Popover.config.d.ts +1 -1
  83. package/types/components/Popover/Popover.d.ts +5 -0
  84. package/{components → types/components}/Price/Price.d.ts +2 -2
  85. package/{components → types/components}/Progress/Progress.config.d.ts +9 -9
  86. package/{components → types/components}/Progress/Progress.d.ts +10 -10
  87. package/{components → types/components}/ProgressBarCircular/ProgressBarCircular.config.d.ts +14 -14
  88. package/{components → types/components}/ProgressBarCircular/ProgressBarCircular.d.ts +16 -16
  89. package/{components → types/components}/Radiobox/Radiobox.config.d.ts +13 -13
  90. package/{components → types/components}/Radiobox/Radiobox.d.ts +30 -30
  91. package/{components → types/components}/Range/Range.config.d.ts +8 -8
  92. package/{components → types/components}/Range/Range.d.ts +27 -27
  93. package/{components → types/components}/Rating/Rating.config.d.ts +15 -15
  94. package/{components → types/components}/Rating/Rating.d.ts +16 -16
  95. package/{components → types/components}/Segment/Segment.d.ts +25 -25
  96. package/{components → types/components}/Segment/SegmentGroup.config.d.ts +12 -12
  97. package/{components → types/components}/Segment/SegmentItem.config.d.ts +11 -11
  98. package/{components → types/components}/Select/Select.config.d.ts +24 -24
  99. package/{components → types/components}/Select/Select.d.ts +44 -44
  100. package/{components → types/components}/Sheet/Sheet.config.d.ts +3 -3
  101. package/{components → types/components}/Sheet/Sheet.d.ts +4 -4
  102. package/{components → types/components}/Skeleton/LineSkeleton.config.d.ts +19 -19
  103. package/{components → types/components}/Skeleton/Skeleton.d.ts +43 -43
  104. package/{components → types/components}/Slider/Slider.config.d.ts +7 -7
  105. package/{components → types/components}/Slider/Slider.d.ts +15 -15
  106. package/{components → types/components}/Spinner/Spinner.config.d.ts +8 -8
  107. package/{components → types/components}/Spinner/Spinner.d.ts +9 -9
  108. package/{components → types/components}/Steps/Steps.config.d.ts +11 -11
  109. package/{components → types/components}/Steps/Steps.d.ts +12 -12
  110. package/{components → types/components}/Switch/Switch.config.d.ts +8 -8
  111. package/{components → types/components}/Switch/Switch.d.ts +18 -18
  112. package/{components → types/components}/Table/Table.config.d.ts +5 -5
  113. package/{components → types/components}/Table/Table.d.ts +6 -6
  114. package/{components → types/components}/Tabs/TabItem.d.ts +49 -49
  115. package/{components → types/components}/Tabs/Tabs.d.ts +25 -25
  116. package/{components → types/components}/Tabs/horizontal/HorizontalIconTabItem.config.d.ts +14 -14
  117. package/{components → types/components}/Tabs/horizontal/HorizontalTabItem.config.d.ts +16 -16
  118. package/{components → types/components}/Tabs/horizontal/HorizontalTabs.config.d.ts +14 -14
  119. package/{components → types/components}/Tabs/vertical/VerticalIconTabItem.config.d.ts +6 -6
  120. package/{components → types/components}/Tabs/vertical/VerticalTabItem.config.d.ts +7 -7
  121. package/{components → types/components}/Tabs/vertical/VerticalTabs.config.d.ts +7 -7
  122. package/{components → types/components}/TextArea/TextArea.config.d.ts +16 -16
  123. package/{components → types/components}/TextArea/TextArea.d.ts +17 -17
  124. package/{components → types/components}/TextField/TextField.clear.config.d.ts +22 -22
  125. package/{components → types/components}/TextField/TextField.config.d.ts +22 -22
  126. package/{components → types/components}/TextField/TextField.d.ts +278 -278
  127. package/{components → types/components}/TextFieldGroup/TextFieldGroup.config.d.ts +13 -13
  128. package/{components → types/components}/TextFieldGroup/TextFieldGroup.d.ts +16 -16
  129. package/{components → types/components}/TimePicker/TimePicker.config.d.ts +7 -7
  130. package/{components → types/components}/TimePicker/TimePicker.d.ts +10 -10
  131. package/{components → types/components}/Toast/Toast.config.d.ts +8 -8
  132. package/{components → types/components}/Toast/Toast.d.ts +12 -12
  133. package/{components → types/components}/Tokens/Colors/Colors.styles.d.ts +13 -13
  134. package/{components → types/components}/Tokens/Typography/Typography.styles.d.ts +13 -13
  135. package/{components → types/components}/Toolbar/Toolbar.config.d.ts +5 -5
  136. package/{components → types/components}/Toolbar/Toolbar.d.ts +7 -7
  137. package/{components → types/components}/Tooltip/Tooltip.config.d.ts +3 -3
  138. package/{components → types/components}/Tour/Tour.config.d.ts +2 -2
  139. package/{components → types/components}/Tour/Tour.d.ts +3 -3
  140. package/{components → types/components}/Tree/Tree.config.d.ts +5 -5
  141. package/{components → types/components}/Tree/Tree.d.ts +6 -6
  142. package/{components → types/components}/Typography/Body.config.d.ts +5 -5
  143. package/{components → types/components}/Typography/Dspl.config.d.ts +3 -3
  144. package/{components → types/components}/Typography/Heading.config.d.ts +5 -5
  145. package/{components → types/components}/Typography/Text.config.d.ts +4 -4
  146. package/{components → types/components}/Typography/Typography.d.ts +68 -68
  147. package/{components → types/components}/ViewContainer/ViewContainer.config.d.ts +2 -2
  148. package/{components → types/components}/ViewContainer/ViewContainer.d.ts +4 -4
  149. package/types/index.d.ts +78 -1
  150. package/types/types/index.d.ts +1 -0
  151. package/.swc/plugins/v7_linux_x86_64_14.0.0/358fecaab1701de64a7bceee21e5f3a204d1107aa33eb372d1dab77a43118622 +0 -0
  152. package/.swc/plugins/v7_linux_x86_64_14.0.0/cce279a62b5dde357ee7b421711ef357c3f0a29cd3cb6e86336f7345fd604d8e +0 -0
  153. package/CHANGELOG.md +0 -4494
  154. package/api/sdds-dfa.api.md +0 -4434
  155. package/api-extractor.json +0 -5
  156. package/components/AvatarGroup/AvatarGroup.d.ts +0 -3
  157. package/components/Popover/Popover.d.ts +0 -5
  158. package/index.d.ts +0 -78
  159. package/vite.config.js +0 -6
  160. /package/{components → dist/styled-components/cjs/components}/Accordion/Accordion.config.js +0 -0
  161. /package/{components → dist/styled-components/cjs/components}/Accordion/Accordion.js +0 -0
  162. /package/{components → dist/styled-components/cjs/components}/Accordion/index.js +0 -0
  163. /package/{components → dist/styled-components/cjs/components}/Attach/Attach.config.js +0 -0
  164. /package/{components → dist/styled-components/cjs/components}/Attach/Attach.js +0 -0
  165. /package/{components → dist/styled-components/cjs/components}/Attach/index.js +0 -0
  166. /package/{components → dist/styled-components/cjs/components}/Autocomplete/Autocomplete.config.js +0 -0
  167. /package/{components → dist/styled-components/cjs/components}/Autocomplete/Autocomplete.js +0 -0
  168. /package/{components → dist/styled-components/cjs/components}/Autocomplete/index.js +0 -0
  169. /package/{components → dist/styled-components/cjs/components}/Avatar/Avatar.config.js +0 -0
  170. /package/{components → dist/styled-components/cjs/components}/Avatar/Avatar.js +0 -0
  171. /package/{components → dist/styled-components/cjs/components}/Avatar/index.js +0 -0
  172. /package/{components → dist/styled-components/cjs/components}/AvatarGroup/AvatarGroup.js +0 -0
  173. /package/{components → dist/styled-components/cjs/components}/AvatarGroup/index.js +0 -0
  174. /package/{components → dist/styled-components/cjs/components}/Badge/Badge.config.js +0 -0
  175. /package/{components → dist/styled-components/cjs/components}/Badge/Badge.js +0 -0
  176. /package/{components → dist/styled-components/cjs/components}/Badge/index.js +0 -0
  177. /package/{components → dist/styled-components/cjs/components}/Breadcrumbs/Breadcrumbs.config.js +0 -0
  178. /package/{components → dist/styled-components/cjs/components}/Breadcrumbs/Breadcrumbs.js +0 -0
  179. /package/{components → dist/styled-components/cjs/components}/Breadcrumbs/index.js +0 -0
  180. /package/{components → dist/styled-components/cjs/components}/Button/Button.config.js +0 -0
  181. /package/{components → dist/styled-components/cjs/components}/Button/Button.js +0 -0
  182. /package/{components → dist/styled-components/cjs/components}/Button/index.js +0 -0
  183. /package/{components → dist/styled-components/cjs/components}/ButtonBase/index.js +0 -0
  184. /package/{components → dist/styled-components/cjs/components}/ButtonGroup/ButtonGroup.config.js +0 -0
  185. /package/{components → dist/styled-components/cjs/components}/ButtonGroup/ButtonGroup.js +0 -0
  186. /package/{components → dist/styled-components/cjs/components}/ButtonGroup/index.js +0 -0
  187. /package/{components → dist/styled-components/cjs/components}/Calendar/Calendar.js +0 -0
  188. /package/{components → dist/styled-components/cjs/components}/Calendar/CalendarBase.config.js +0 -0
  189. /package/{components → dist/styled-components/cjs/components}/Calendar/CalendarDouble.config.js +0 -0
  190. /package/{components → dist/styled-components/cjs/components}/Calendar/index.js +0 -0
  191. /package/{components → dist/styled-components/cjs/components}/Card/Card.config.js +0 -0
  192. /package/{components → dist/styled-components/cjs/components}/Card/Card.js +0 -0
  193. /package/{components → dist/styled-components/cjs/components}/Card/index.js +0 -0
  194. /package/{components → dist/styled-components/cjs/components}/Carousel/Carousel.config.js +0 -0
  195. /package/{components → dist/styled-components/cjs/components}/Carousel/Carousel.js +0 -0
  196. /package/{components → dist/styled-components/cjs/components}/Carousel/index.js +0 -0
  197. /package/{components → dist/styled-components/cjs/components}/Cell/Cell.config.js +0 -0
  198. /package/{components → dist/styled-components/cjs/components}/Cell/Cell.js +0 -0
  199. /package/{components → dist/styled-components/cjs/components}/Cell/index.js +0 -0
  200. /package/{components → dist/styled-components/cjs/components}/Checkbox/Checkbox.config.js +0 -0
  201. /package/{components → dist/styled-components/cjs/components}/Checkbox/Checkbox.js +0 -0
  202. /package/{components → dist/styled-components/cjs/components}/Checkbox/index.js +0 -0
  203. /package/{components → dist/styled-components/cjs/components}/Chip/Chip.config.js +0 -0
  204. /package/{components → dist/styled-components/cjs/components}/Chip/Chip.js +0 -0
  205. /package/{components → dist/styled-components/cjs/components}/Chip/index.js +0 -0
  206. /package/{components → dist/styled-components/cjs/components}/ChipGroup/ChipGroup.config.js +0 -0
  207. /package/{components → dist/styled-components/cjs/components}/ChipGroup/ChipGroup.js +0 -0
  208. /package/{components → dist/styled-components/cjs/components}/ChipGroup/index.js +0 -0
  209. /package/{components → dist/styled-components/cjs/components}/CodeField/CodeField.config.js +0 -0
  210. /package/{components → dist/styled-components/cjs/components}/CodeField/CodeField.js +0 -0
  211. /package/{components → dist/styled-components/cjs/components}/CodeField/index.js +0 -0
  212. /package/{components → dist/styled-components/cjs/components}/CodeInput/CodeInput.config.js +0 -0
  213. /package/{components → dist/styled-components/cjs/components}/CodeInput/CodeInput.js +0 -0
  214. /package/{components → dist/styled-components/cjs/components}/CodeInput/index.js +0 -0
  215. /package/{components → dist/styled-components/cjs/components}/Combobox/Combobox.config.js +0 -0
  216. /package/{components → dist/styled-components/cjs/components}/Combobox/Combobox.js +0 -0
  217. /package/{components → dist/styled-components/cjs/components}/Combobox/index.js +0 -0
  218. /package/{components → dist/styled-components/cjs/components}/Counter/Counter.config.js +0 -0
  219. /package/{components → dist/styled-components/cjs/components}/Counter/Counter.js +0 -0
  220. /package/{components → dist/styled-components/cjs/components}/Counter/index.js +0 -0
  221. /package/{components → dist/styled-components/cjs/components}/DatePicker/DatePicker.config.js +0 -0
  222. /package/{components → dist/styled-components/cjs/components}/DatePicker/DatePicker.js +0 -0
  223. /package/{components → dist/styled-components/cjs/components}/DatePicker/index.js +0 -0
  224. /package/{components → dist/styled-components/cjs/components}/DateTimePicker/DateTimePicker.config.js +0 -0
  225. /package/{components → dist/styled-components/cjs/components}/DateTimePicker/DateTimePicker.js +0 -0
  226. /package/{components → dist/styled-components/cjs/components}/DateTimePicker/index.js +0 -0
  227. /package/{components → dist/styled-components/cjs/components}/Divider/Divider.config.js +0 -0
  228. /package/{components → dist/styled-components/cjs/components}/Divider/Divider.js +0 -0
  229. /package/{components → dist/styled-components/cjs/components}/Divider/index.js +0 -0
  230. /package/{components → dist/styled-components/cjs/components}/Drawer/Drawer.config.js +0 -0
  231. /package/{components → dist/styled-components/cjs/components}/Drawer/Drawer.js +0 -0
  232. /package/{components → dist/styled-components/cjs/components}/Drawer/index.js +0 -0
  233. /package/{components → dist/styled-components/cjs/components}/Dropdown/Dropdown.config.js +0 -0
  234. /package/{components → dist/styled-components/cjs/components}/Dropdown/Dropdown.js +0 -0
  235. /package/{components → dist/styled-components/cjs/components}/Dropdown/index.js +0 -0
  236. /package/{components → dist/styled-components/cjs/components}/Dropzone/Dropzone.config.js +0 -0
  237. /package/{components → dist/styled-components/cjs/components}/Dropzone/Dropzone.js +0 -0
  238. /package/{components → dist/styled-components/cjs/components}/Dropzone/index.js +0 -0
  239. /package/{components → dist/styled-components/cjs/components}/EmbedIconButton/EmbedIconButton.config.js +0 -0
  240. /package/{components → dist/styled-components/cjs/components}/EmbedIconButton/EmbedIconButton.js +0 -0
  241. /package/{components → dist/styled-components/cjs/components}/EmbedIconButton/index.js +0 -0
  242. /package/{components → dist/styled-components/cjs/components}/EmptyState/EmptyState.config.js +0 -0
  243. /package/{components → dist/styled-components/cjs/components}/EmptyState/EmptyState.js +0 -0
  244. /package/{components → dist/styled-components/cjs/components}/EmptyState/index.js +0 -0
  245. /package/{components → dist/styled-components/cjs/components}/Flow/Flow.config.js +0 -0
  246. /package/{components → dist/styled-components/cjs/components}/Flow/Flow.js +0 -0
  247. /package/{components → dist/styled-components/cjs/components}/Flow/index.js +0 -0
  248. /package/{components → dist/styled-components/cjs/components}/Grid/Grid.config.js +0 -0
  249. /package/{components → dist/styled-components/cjs/components}/Grid/Grid.js +0 -0
  250. /package/{components → dist/styled-components/cjs/components}/Grid/index.js +0 -0
  251. /package/{components → dist/styled-components/cjs/components}/IconButton/IconButton.config.js +0 -0
  252. /package/{components → dist/styled-components/cjs/components}/IconButton/IconButton.js +0 -0
  253. /package/{components → dist/styled-components/cjs/components}/IconButton/index.js +0 -0
  254. /package/{components → dist/styled-components/cjs/components}/Image/Image.js +0 -0
  255. /package/{components → dist/styled-components/cjs/components}/Image/index.js +0 -0
  256. /package/{components → dist/styled-components/cjs/components}/Indicator/Indicator.config.js +0 -0
  257. /package/{components → dist/styled-components/cjs/components}/Indicator/Indicator.js +0 -0
  258. /package/{components → dist/styled-components/cjs/components}/Indicator/index.js +0 -0
  259. /package/{components → dist/styled-components/cjs/components}/Link/Link.config.js +0 -0
  260. /package/{components → dist/styled-components/cjs/components}/Link/Link.js +0 -0
  261. /package/{components → dist/styled-components/cjs/components}/Link/index.js +0 -0
  262. /package/{components → dist/styled-components/cjs/components}/LinkButton/LinkButton.config.js +0 -0
  263. /package/{components → dist/styled-components/cjs/components}/LinkButton/LinkButton.js +0 -0
  264. /package/{components → dist/styled-components/cjs/components}/LinkButton/index.js +0 -0
  265. /package/{components → dist/styled-components/cjs/components}/List/List.config.js +0 -0
  266. /package/{components → dist/styled-components/cjs/components}/List/List.js +0 -0
  267. /package/{components → dist/styled-components/cjs/components}/List/index.js +0 -0
  268. /package/{components → dist/styled-components/cjs/components}/Mask/Mask.js +0 -0
  269. /package/{components → dist/styled-components/cjs/components}/Mask/index.js +0 -0
  270. /package/{components → dist/styled-components/cjs/components}/Modal/Modal.config.js +0 -0
  271. /package/{components → dist/styled-components/cjs/components}/Modal/Modal.js +0 -0
  272. /package/{components → dist/styled-components/cjs/components}/Modal/index.js +0 -0
  273. /package/{components → dist/styled-components/cjs/components}/Note/Note.config.js +0 -0
  274. /package/{components → dist/styled-components/cjs/components}/Note/Note.js +0 -0
  275. /package/{components → dist/styled-components/cjs/components}/Note/index.js +0 -0
  276. /package/{components → dist/styled-components/cjs/components}/Notification/Notification.config.js +0 -0
  277. /package/{components → dist/styled-components/cjs/components}/Notification/Notification.js +0 -0
  278. /package/{components → dist/styled-components/cjs/components}/Notification/index.js +0 -0
  279. /package/{components → dist/styled-components/cjs/components}/NumberFormat/NumberFormat.js +0 -0
  280. /package/{components → dist/styled-components/cjs/components}/NumberFormat/index.js +0 -0
  281. /package/{components → dist/styled-components/cjs/components}/NumberInput/NumberInput.config.js +0 -0
  282. /package/{components → dist/styled-components/cjs/components}/NumberInput/NumberInput.js +0 -0
  283. /package/{components → dist/styled-components/cjs/components}/NumberInput/index.js +0 -0
  284. /package/{components → dist/styled-components/cjs/components}/Overlay/index.js +0 -0
  285. /package/{components → dist/styled-components/cjs/components}/Pagination/Pagination.config.js +0 -0
  286. /package/{components → dist/styled-components/cjs/components}/Pagination/Pagination.js +0 -0
  287. /package/{components → dist/styled-components/cjs/components}/Pagination/index.js +0 -0
  288. /package/{components → dist/styled-components/cjs/components}/Popover/Popover.config.js +0 -0
  289. /package/{components → dist/styled-components/cjs/components}/Popover/Popover.js +0 -0
  290. /package/{components → dist/styled-components/cjs/components}/Popover/index.js +0 -0
  291. /package/{components → dist/styled-components/cjs/components}/Popup/Popup.js +0 -0
  292. /package/{components → dist/styled-components/cjs/components}/Popup/index.js +0 -0
  293. /package/{components → dist/styled-components/cjs/components}/Portal/index.js +0 -0
  294. /package/{components → dist/styled-components/cjs/components}/Price/Price.config.js +0 -0
  295. /package/{components → dist/styled-components/cjs/components}/Price/Price.js +0 -0
  296. /package/{components → dist/styled-components/cjs/components}/Price/index.js +0 -0
  297. /package/{components → dist/styled-components/cjs/components}/Progress/Progress.config.js +0 -0
  298. /package/{components → dist/styled-components/cjs/components}/Progress/Progress.js +0 -0
  299. /package/{components → dist/styled-components/cjs/components}/Progress/index.js +0 -0
  300. /package/{components → dist/styled-components/cjs/components}/ProgressBarCircular/ProgressBarCircular.config.js +0 -0
  301. /package/{components → dist/styled-components/cjs/components}/ProgressBarCircular/ProgressBarCircular.js +0 -0
  302. /package/{components → dist/styled-components/cjs/components}/ProgressBarCircular/index.js +0 -0
  303. /package/{components → dist/styled-components/cjs/components}/Radiobox/Radiobox.config.js +0 -0
  304. /package/{components → dist/styled-components/cjs/components}/Radiobox/Radiobox.js +0 -0
  305. /package/{components → dist/styled-components/cjs/components}/Radiobox/index.js +0 -0
  306. /package/{components → dist/styled-components/cjs/components}/Range/Range.config.js +0 -0
  307. /package/{components → dist/styled-components/cjs/components}/Range/Range.js +0 -0
  308. /package/{components → dist/styled-components/cjs/components}/Range/index.js +0 -0
  309. /package/{components → dist/styled-components/cjs/components}/Rating/Rating.config.js +0 -0
  310. /package/{components → dist/styled-components/cjs/components}/Rating/Rating.js +0 -0
  311. /package/{components → dist/styled-components/cjs/components}/Rating/index.js +0 -0
  312. /package/{components → dist/styled-components/cjs/components}/SSRProvider/index.js +0 -0
  313. /package/{components → dist/styled-components/cjs/components}/Segment/Segment.js +0 -0
  314. /package/{components → dist/styled-components/cjs/components}/Segment/SegmentGroup.config.js +0 -0
  315. /package/{components → dist/styled-components/cjs/components}/Segment/SegmentItem.config.js +0 -0
  316. /package/{components → dist/styled-components/cjs/components}/Segment/index.js +0 -0
  317. /package/{components → dist/styled-components/cjs/components}/Select/Select.config.js +0 -0
  318. /package/{components → dist/styled-components/cjs/components}/Select/Select.js +0 -0
  319. /package/{components → dist/styled-components/cjs/components}/Select/index.js +0 -0
  320. /package/{components → dist/styled-components/cjs/components}/Sheet/Sheet.config.js +0 -0
  321. /package/{components → dist/styled-components/cjs/components}/Sheet/Sheet.js +0 -0
  322. /package/{components → dist/styled-components/cjs/components}/Sheet/index.js +0 -0
  323. /package/{components → dist/styled-components/cjs/components}/Skeleton/LineSkeleton.config.js +0 -0
  324. /package/{components → dist/styled-components/cjs/components}/Skeleton/Skeleton.js +0 -0
  325. /package/{components → dist/styled-components/cjs/components}/Skeleton/index.js +0 -0
  326. /package/{components → dist/styled-components/cjs/components}/Slider/Slider.config.js +0 -0
  327. /package/{components → dist/styled-components/cjs/components}/Slider/Slider.js +0 -0
  328. /package/{components → dist/styled-components/cjs/components}/Slider/index.js +0 -0
  329. /package/{components → dist/styled-components/cjs/components}/Spinner/Spinner.config.js +0 -0
  330. /package/{components → dist/styled-components/cjs/components}/Spinner/Spinner.js +0 -0
  331. /package/{components → dist/styled-components/cjs/components}/Spinner/index.js +0 -0
  332. /package/{components → dist/styled-components/cjs/components}/Steps/Steps.config.js +0 -0
  333. /package/{components → dist/styled-components/cjs/components}/Steps/Steps.js +0 -0
  334. /package/{components → dist/styled-components/cjs/components}/Steps/index.js +0 -0
  335. /package/{components → dist/styled-components/cjs/components}/Switch/Switch.config.js +0 -0
  336. /package/{components → dist/styled-components/cjs/components}/Switch/Switch.js +0 -0
  337. /package/{components → dist/styled-components/cjs/components}/Switch/index.js +0 -0
  338. /package/{components → dist/styled-components/cjs/components}/Table/Table.config.js +0 -0
  339. /package/{components → dist/styled-components/cjs/components}/Table/Table.js +0 -0
  340. /package/{components → dist/styled-components/cjs/components}/Table/index.js +0 -0
  341. /package/{components → dist/styled-components/cjs/components}/Tabs/TabItem.js +0 -0
  342. /package/{components → dist/styled-components/cjs/components}/Tabs/Tabs.js +0 -0
  343. /package/{components → dist/styled-components/cjs/components}/Tabs/TabsController.js +0 -0
  344. /package/{components → dist/styled-components/cjs/components}/Tabs/horizontal/HorizontalIconTabItem.config.js +0 -0
  345. /package/{components → dist/styled-components/cjs/components}/Tabs/horizontal/HorizontalTabItem.config.js +0 -0
  346. /package/{components → dist/styled-components/cjs/components}/Tabs/horizontal/HorizontalTabs.config.js +0 -0
  347. /package/{components → dist/styled-components/cjs/components}/Tabs/index.js +0 -0
  348. /package/{components → dist/styled-components/cjs/components}/Tabs/vertical/VerticalIconTabItem.config.js +0 -0
  349. /package/{components → dist/styled-components/cjs/components}/Tabs/vertical/VerticalTabItem.config.js +0 -0
  350. /package/{components → dist/styled-components/cjs/components}/Tabs/vertical/VerticalTabs.config.js +0 -0
  351. /package/{components → dist/styled-components/cjs/components}/TextArea/TextArea.config.js +0 -0
  352. /package/{components → dist/styled-components/cjs/components}/TextArea/TextArea.js +0 -0
  353. /package/{components → dist/styled-components/cjs/components}/TextArea/index.js +0 -0
  354. /package/{components → dist/styled-components/cjs/components}/TextField/TextField.clear.config.js +0 -0
  355. /package/{components → dist/styled-components/cjs/components}/TextField/TextField.config.js +0 -0
  356. /package/{components → dist/styled-components/cjs/components}/TextField/TextField.js +0 -0
  357. /package/{components → dist/styled-components/cjs/components}/TextField/index.js +0 -0
  358. /package/{components → dist/styled-components/cjs/components}/TextFieldGroup/TextFieldGroup.config.js +0 -0
  359. /package/{components → dist/styled-components/cjs/components}/TextFieldGroup/TextFieldGroup.js +0 -0
  360. /package/{components → dist/styled-components/cjs/components}/TextFieldGroup/index.js +0 -0
  361. /package/{components → dist/styled-components/cjs/components}/TimePicker/TimePicker.config.js +0 -0
  362. /package/{components → dist/styled-components/cjs/components}/TimePicker/TimePicker.js +0 -0
  363. /package/{components → dist/styled-components/cjs/components}/TimePicker/index.js +0 -0
  364. /package/{components → dist/styled-components/cjs/components}/Toast/Toast.config.js +0 -0
  365. /package/{components → dist/styled-components/cjs/components}/Toast/Toast.js +0 -0
  366. /package/{components → dist/styled-components/cjs/components}/Toast/index.js +0 -0
  367. /package/{components → dist/styled-components/cjs/components}/Tokens/Colors/Colors.styles.js +0 -0
  368. /package/{components → dist/styled-components/cjs/components}/Tokens/NumberTokens/NumberTokens.styles.js +0 -0
  369. /package/{components → dist/styled-components/cjs/components}/Tokens/Typography/Typography.styles.js +0 -0
  370. /package/{components → dist/styled-components/cjs/components}/Toolbar/Toolbar.config.js +0 -0
  371. /package/{components → dist/styled-components/cjs/components}/Toolbar/Toolbar.js +0 -0
  372. /package/{components → dist/styled-components/cjs/components}/Toolbar/index.js +0 -0
  373. /package/{components → dist/styled-components/cjs/components}/Tooltip/Tooltip.config.js +0 -0
  374. /package/{components → dist/styled-components/cjs/components}/Tooltip/Tooltip.js +0 -0
  375. /package/{components → dist/styled-components/cjs/components}/Tooltip/index.js +0 -0
  376. /package/{components → dist/styled-components/cjs/components}/Tour/Tour.config.js +0 -0
  377. /package/{components → dist/styled-components/cjs/components}/Tour/Tour.js +0 -0
  378. /package/{components → dist/styled-components/cjs/components}/Tour/index.js +0 -0
  379. /package/{components → dist/styled-components/cjs/components}/Tree/Tree.config.js +0 -0
  380. /package/{components → dist/styled-components/cjs/components}/Tree/Tree.js +0 -0
  381. /package/{components → dist/styled-components/cjs/components}/Tree/index.js +0 -0
  382. /package/{components → dist/styled-components/cjs/components}/Typography/Body.config.js +0 -0
  383. /package/{components → dist/styled-components/cjs/components}/Typography/Dspl.config.js +0 -0
  384. /package/{components → dist/styled-components/cjs/components}/Typography/Heading.config.js +0 -0
  385. /package/{components → dist/styled-components/cjs/components}/Typography/Text.config.js +0 -0
  386. /package/{components → dist/styled-components/cjs/components}/Typography/Typography.js +0 -0
  387. /package/{components → dist/styled-components/cjs/components}/Typography/index.js +0 -0
  388. /package/{components → dist/styled-components/cjs/components}/ViewContainer/ViewContainer.config.js +0 -0
  389. /package/{components → dist/styled-components/cjs/components}/ViewContainer/ViewContainer.js +0 -0
  390. /package/{components → dist/styled-components/cjs/components}/ViewContainer/index.js +0 -0
  391. /package/{helpers → dist/styled-components/cjs/helpers}/index.js +0 -0
  392. /package/{index.js → dist/styled-components/cjs/index.js} +0 -0
  393. /package/{mixins → dist/styled-components/cjs/mixins}/index.js +0 -0
  394. /package/{tokens → dist/styled-components/cjs/tokens}/index.js +0 -0
  395. /package/{types → dist/styled-components/cjs/types}/index.js +0 -0
  396. /package/{es → dist/styled-components/es}/components/Accordion/Accordion.config.js +0 -0
  397. /package/{es → dist/styled-components/es}/components/Accordion/Accordion.js +0 -0
  398. /package/{es → dist/styled-components/es}/components/Accordion/index.js +0 -0
  399. /package/{es → dist/styled-components/es}/components/Attach/Attach.config.js +0 -0
  400. /package/{es → dist/styled-components/es}/components/Attach/Attach.js +0 -0
  401. /package/{es → dist/styled-components/es}/components/Attach/index.js +0 -0
  402. /package/{es → dist/styled-components/es}/components/Autocomplete/Autocomplete.config.js +0 -0
  403. /package/{es → dist/styled-components/es}/components/Autocomplete/Autocomplete.js +0 -0
  404. /package/{es → dist/styled-components/es}/components/Autocomplete/index.js +0 -0
  405. /package/{es → dist/styled-components/es}/components/Avatar/Avatar.config.js +0 -0
  406. /package/{es → dist/styled-components/es}/components/Avatar/Avatar.js +0 -0
  407. /package/{es → dist/styled-components/es}/components/Avatar/index.js +0 -0
  408. /package/{es → dist/styled-components/es}/components/AvatarGroup/AvatarGroup.js +0 -0
  409. /package/{es → dist/styled-components/es}/components/AvatarGroup/index.js +0 -0
  410. /package/{es → dist/styled-components/es}/components/Badge/Badge.config.js +0 -0
  411. /package/{es → dist/styled-components/es}/components/Badge/Badge.js +0 -0
  412. /package/{es → dist/styled-components/es}/components/Badge/index.js +0 -0
  413. /package/{es → dist/styled-components/es}/components/Breadcrumbs/Breadcrumbs.config.js +0 -0
  414. /package/{es → dist/styled-components/es}/components/Breadcrumbs/Breadcrumbs.js +0 -0
  415. /package/{es → dist/styled-components/es}/components/Breadcrumbs/index.js +0 -0
  416. /package/{es → dist/styled-components/es}/components/Button/Button.config.js +0 -0
  417. /package/{es → dist/styled-components/es}/components/Button/Button.js +0 -0
  418. /package/{es → dist/styled-components/es}/components/Button/index.js +0 -0
  419. /package/{es → dist/styled-components/es}/components/ButtonBase/index.js +0 -0
  420. /package/{es → dist/styled-components/es}/components/ButtonGroup/ButtonGroup.config.js +0 -0
  421. /package/{es → dist/styled-components/es}/components/ButtonGroup/ButtonGroup.js +0 -0
  422. /package/{es → dist/styled-components/es}/components/ButtonGroup/index.js +0 -0
  423. /package/{es → dist/styled-components/es}/components/Calendar/Calendar.js +0 -0
  424. /package/{es → dist/styled-components/es}/components/Calendar/CalendarBase.config.js +0 -0
  425. /package/{es → dist/styled-components/es}/components/Calendar/CalendarDouble.config.js +0 -0
  426. /package/{es → dist/styled-components/es}/components/Calendar/index.js +0 -0
  427. /package/{es → dist/styled-components/es}/components/Card/Card.config.js +0 -0
  428. /package/{es → dist/styled-components/es}/components/Card/Card.js +0 -0
  429. /package/{es → dist/styled-components/es}/components/Card/index.js +0 -0
  430. /package/{es → dist/styled-components/es}/components/Carousel/Carousel.config.js +0 -0
  431. /package/{es → dist/styled-components/es}/components/Carousel/Carousel.js +0 -0
  432. /package/{es → dist/styled-components/es}/components/Carousel/index.js +0 -0
  433. /package/{es → dist/styled-components/es}/components/Cell/Cell.config.js +0 -0
  434. /package/{es → dist/styled-components/es}/components/Cell/Cell.js +0 -0
  435. /package/{es → dist/styled-components/es}/components/Cell/index.js +0 -0
  436. /package/{es → dist/styled-components/es}/components/Checkbox/Checkbox.config.js +0 -0
  437. /package/{es → dist/styled-components/es}/components/Checkbox/Checkbox.js +0 -0
  438. /package/{es → dist/styled-components/es}/components/Checkbox/index.js +0 -0
  439. /package/{es → dist/styled-components/es}/components/Chip/Chip.config.js +0 -0
  440. /package/{es → dist/styled-components/es}/components/Chip/Chip.js +0 -0
  441. /package/{es → dist/styled-components/es}/components/Chip/index.js +0 -0
  442. /package/{es → dist/styled-components/es}/components/ChipGroup/ChipGroup.config.js +0 -0
  443. /package/{es → dist/styled-components/es}/components/ChipGroup/ChipGroup.js +0 -0
  444. /package/{es → dist/styled-components/es}/components/ChipGroup/index.js +0 -0
  445. /package/{es → dist/styled-components/es}/components/CodeField/CodeField.config.js +0 -0
  446. /package/{es → dist/styled-components/es}/components/CodeField/CodeField.js +0 -0
  447. /package/{es → dist/styled-components/es}/components/CodeField/index.js +0 -0
  448. /package/{es → dist/styled-components/es}/components/CodeInput/CodeInput.config.js +0 -0
  449. /package/{es → dist/styled-components/es}/components/CodeInput/CodeInput.js +0 -0
  450. /package/{es → dist/styled-components/es}/components/CodeInput/index.js +0 -0
  451. /package/{es → dist/styled-components/es}/components/Combobox/Combobox.config.js +0 -0
  452. /package/{es → dist/styled-components/es}/components/Combobox/Combobox.js +0 -0
  453. /package/{es → dist/styled-components/es}/components/Combobox/index.js +0 -0
  454. /package/{es → dist/styled-components/es}/components/Counter/Counter.config.js +0 -0
  455. /package/{es → dist/styled-components/es}/components/Counter/Counter.js +0 -0
  456. /package/{es → dist/styled-components/es}/components/Counter/index.js +0 -0
  457. /package/{es → dist/styled-components/es}/components/DatePicker/DatePicker.config.js +0 -0
  458. /package/{es → dist/styled-components/es}/components/DatePicker/DatePicker.js +0 -0
  459. /package/{es → dist/styled-components/es}/components/DatePicker/index.js +0 -0
  460. /package/{es → dist/styled-components/es}/components/DateTimePicker/DateTimePicker.config.js +0 -0
  461. /package/{es → dist/styled-components/es}/components/DateTimePicker/DateTimePicker.js +0 -0
  462. /package/{es → dist/styled-components/es}/components/DateTimePicker/index.js +0 -0
  463. /package/{es → dist/styled-components/es}/components/Divider/Divider.config.js +0 -0
  464. /package/{es → dist/styled-components/es}/components/Divider/Divider.js +0 -0
  465. /package/{es → dist/styled-components/es}/components/Divider/index.js +0 -0
  466. /package/{es → dist/styled-components/es}/components/Drawer/Drawer.config.js +0 -0
  467. /package/{es → dist/styled-components/es}/components/Drawer/Drawer.js +0 -0
  468. /package/{es → dist/styled-components/es}/components/Drawer/index.js +0 -0
  469. /package/{es → dist/styled-components/es}/components/Dropdown/Dropdown.config.js +0 -0
  470. /package/{es → dist/styled-components/es}/components/Dropdown/Dropdown.js +0 -0
  471. /package/{es → dist/styled-components/es}/components/Dropdown/index.js +0 -0
  472. /package/{es → dist/styled-components/es}/components/Dropzone/Dropzone.config.js +0 -0
  473. /package/{es → dist/styled-components/es}/components/Dropzone/Dropzone.js +0 -0
  474. /package/{es → dist/styled-components/es}/components/Dropzone/index.js +0 -0
  475. /package/{es → dist/styled-components/es}/components/EmbedIconButton/EmbedIconButton.config.js +0 -0
  476. /package/{es → dist/styled-components/es}/components/EmbedIconButton/EmbedIconButton.js +0 -0
  477. /package/{es → dist/styled-components/es}/components/EmbedIconButton/index.js +0 -0
  478. /package/{es → dist/styled-components/es}/components/EmptyState/EmptyState.config.js +0 -0
  479. /package/{es → dist/styled-components/es}/components/EmptyState/EmptyState.js +0 -0
  480. /package/{es → dist/styled-components/es}/components/EmptyState/index.js +0 -0
  481. /package/{es → dist/styled-components/es}/components/Flow/Flow.config.js +0 -0
  482. /package/{es → dist/styled-components/es}/components/Flow/Flow.js +0 -0
  483. /package/{es → dist/styled-components/es}/components/Flow/index.js +0 -0
  484. /package/{es → dist/styled-components/es}/components/Grid/Grid.config.js +0 -0
  485. /package/{es → dist/styled-components/es}/components/Grid/Grid.js +0 -0
  486. /package/{es → dist/styled-components/es}/components/Grid/index.js +0 -0
  487. /package/{es → dist/styled-components/es}/components/IconButton/IconButton.config.js +0 -0
  488. /package/{es → dist/styled-components/es}/components/IconButton/IconButton.js +0 -0
  489. /package/{es → dist/styled-components/es}/components/IconButton/index.js +0 -0
  490. /package/{es → dist/styled-components/es}/components/Image/Image.js +0 -0
  491. /package/{es → dist/styled-components/es}/components/Image/index.js +0 -0
  492. /package/{es → dist/styled-components/es}/components/Indicator/Indicator.config.js +0 -0
  493. /package/{es → dist/styled-components/es}/components/Indicator/Indicator.js +0 -0
  494. /package/{es → dist/styled-components/es}/components/Indicator/index.js +0 -0
  495. /package/{es → dist/styled-components/es}/components/Link/Link.config.js +0 -0
  496. /package/{es → dist/styled-components/es}/components/Link/Link.js +0 -0
  497. /package/{es → dist/styled-components/es}/components/Link/index.js +0 -0
  498. /package/{es → dist/styled-components/es}/components/LinkButton/LinkButton.config.js +0 -0
  499. /package/{es → dist/styled-components/es}/components/LinkButton/LinkButton.js +0 -0
  500. /package/{es → dist/styled-components/es}/components/LinkButton/index.js +0 -0
  501. /package/{es → dist/styled-components/es}/components/List/List.config.js +0 -0
  502. /package/{es → dist/styled-components/es}/components/List/List.js +0 -0
  503. /package/{es → dist/styled-components/es}/components/List/index.js +0 -0
  504. /package/{es → dist/styled-components/es}/components/Mask/Mask.js +0 -0
  505. /package/{es → dist/styled-components/es}/components/Mask/index.js +0 -0
  506. /package/{es → dist/styled-components/es}/components/Modal/Modal.config.js +0 -0
  507. /package/{es → dist/styled-components/es}/components/Modal/Modal.js +0 -0
  508. /package/{es → dist/styled-components/es}/components/Modal/index.js +0 -0
  509. /package/{es → dist/styled-components/es}/components/Note/Note.config.js +0 -0
  510. /package/{es → dist/styled-components/es}/components/Note/Note.js +0 -0
  511. /package/{es → dist/styled-components/es}/components/Note/index.js +0 -0
  512. /package/{es → dist/styled-components/es}/components/Notification/Notification.config.js +0 -0
  513. /package/{es → dist/styled-components/es}/components/Notification/Notification.js +0 -0
  514. /package/{es → dist/styled-components/es}/components/Notification/index.js +0 -0
  515. /package/{es → dist/styled-components/es}/components/NumberFormat/NumberFormat.js +0 -0
  516. /package/{es → dist/styled-components/es}/components/NumberFormat/index.js +0 -0
  517. /package/{es → dist/styled-components/es}/components/NumberInput/NumberInput.config.js +0 -0
  518. /package/{es → dist/styled-components/es}/components/NumberInput/NumberInput.js +0 -0
  519. /package/{es → dist/styled-components/es}/components/NumberInput/index.js +0 -0
  520. /package/{es → dist/styled-components/es}/components/Overlay/index.js +0 -0
  521. /package/{es → dist/styled-components/es}/components/Pagination/Pagination.config.js +0 -0
  522. /package/{es → dist/styled-components/es}/components/Pagination/Pagination.js +0 -0
  523. /package/{es → dist/styled-components/es}/components/Pagination/index.js +0 -0
  524. /package/{es → dist/styled-components/es}/components/Popover/Popover.config.js +0 -0
  525. /package/{es → dist/styled-components/es}/components/Popover/Popover.js +0 -0
  526. /package/{es → dist/styled-components/es}/components/Popover/index.js +0 -0
  527. /package/{es → dist/styled-components/es}/components/Popup/Popup.js +0 -0
  528. /package/{es → dist/styled-components/es}/components/Popup/index.js +0 -0
  529. /package/{es → dist/styled-components/es}/components/Portal/index.js +0 -0
  530. /package/{es → dist/styled-components/es}/components/Price/Price.config.js +0 -0
  531. /package/{es → dist/styled-components/es}/components/Price/Price.js +0 -0
  532. /package/{es → dist/styled-components/es}/components/Price/index.js +0 -0
  533. /package/{es → dist/styled-components/es}/components/Progress/Progress.config.js +0 -0
  534. /package/{es → dist/styled-components/es}/components/Progress/Progress.js +0 -0
  535. /package/{es → dist/styled-components/es}/components/Progress/index.js +0 -0
  536. /package/{es → dist/styled-components/es}/components/ProgressBarCircular/ProgressBarCircular.config.js +0 -0
  537. /package/{es → dist/styled-components/es}/components/ProgressBarCircular/ProgressBarCircular.js +0 -0
  538. /package/{es → dist/styled-components/es}/components/ProgressBarCircular/index.js +0 -0
  539. /package/{es → dist/styled-components/es}/components/Radiobox/Radiobox.config.js +0 -0
  540. /package/{es → dist/styled-components/es}/components/Radiobox/Radiobox.js +0 -0
  541. /package/{es → dist/styled-components/es}/components/Radiobox/index.js +0 -0
  542. /package/{es → dist/styled-components/es}/components/Range/Range.config.js +0 -0
  543. /package/{es → dist/styled-components/es}/components/Range/Range.js +0 -0
  544. /package/{es → dist/styled-components/es}/components/Range/index.js +0 -0
  545. /package/{es → dist/styled-components/es}/components/Rating/Rating.config.js +0 -0
  546. /package/{es → dist/styled-components/es}/components/Rating/Rating.js +0 -0
  547. /package/{es → dist/styled-components/es}/components/Rating/index.js +0 -0
  548. /package/{es → dist/styled-components/es}/components/SSRProvider/index.js +0 -0
  549. /package/{es → dist/styled-components/es}/components/Segment/Segment.js +0 -0
  550. /package/{es → dist/styled-components/es}/components/Segment/SegmentGroup.config.js +0 -0
  551. /package/{es → dist/styled-components/es}/components/Segment/SegmentItem.config.js +0 -0
  552. /package/{es → dist/styled-components/es}/components/Segment/index.js +0 -0
  553. /package/{es → dist/styled-components/es}/components/Select/Select.config.js +0 -0
  554. /package/{es → dist/styled-components/es}/components/Select/Select.js +0 -0
  555. /package/{es → dist/styled-components/es}/components/Select/index.js +0 -0
  556. /package/{es → dist/styled-components/es}/components/Sheet/Sheet.config.js +0 -0
  557. /package/{es → dist/styled-components/es}/components/Sheet/Sheet.js +0 -0
  558. /package/{es → dist/styled-components/es}/components/Sheet/index.js +0 -0
  559. /package/{es → dist/styled-components/es}/components/Skeleton/LineSkeleton.config.js +0 -0
  560. /package/{es → dist/styled-components/es}/components/Skeleton/Skeleton.js +0 -0
  561. /package/{es → dist/styled-components/es}/components/Skeleton/index.js +0 -0
  562. /package/{es → dist/styled-components/es}/components/Slider/Slider.config.js +0 -0
  563. /package/{es → dist/styled-components/es}/components/Slider/Slider.js +0 -0
  564. /package/{es → dist/styled-components/es}/components/Slider/index.js +0 -0
  565. /package/{es → dist/styled-components/es}/components/Spinner/Spinner.config.js +0 -0
  566. /package/{es → dist/styled-components/es}/components/Spinner/Spinner.js +0 -0
  567. /package/{es → dist/styled-components/es}/components/Spinner/index.js +0 -0
  568. /package/{es → dist/styled-components/es}/components/Steps/Steps.config.js +0 -0
  569. /package/{es → dist/styled-components/es}/components/Steps/Steps.js +0 -0
  570. /package/{es → dist/styled-components/es}/components/Steps/index.js +0 -0
  571. /package/{es → dist/styled-components/es}/components/Switch/Switch.config.js +0 -0
  572. /package/{es → dist/styled-components/es}/components/Switch/Switch.js +0 -0
  573. /package/{es → dist/styled-components/es}/components/Switch/index.js +0 -0
  574. /package/{es → dist/styled-components/es}/components/Table/Table.config.js +0 -0
  575. /package/{es → dist/styled-components/es}/components/Table/Table.js +0 -0
  576. /package/{es → dist/styled-components/es}/components/Table/index.js +0 -0
  577. /package/{es → dist/styled-components/es}/components/Tabs/TabItem.js +0 -0
  578. /package/{es → dist/styled-components/es}/components/Tabs/Tabs.js +0 -0
  579. /package/{es → dist/styled-components/es}/components/Tabs/TabsController.js +0 -0
  580. /package/{es → dist/styled-components/es}/components/Tabs/horizontal/HorizontalIconTabItem.config.js +0 -0
  581. /package/{es → dist/styled-components/es}/components/Tabs/horizontal/HorizontalTabItem.config.js +0 -0
  582. /package/{es → dist/styled-components/es}/components/Tabs/horizontal/HorizontalTabs.config.js +0 -0
  583. /package/{es → dist/styled-components/es}/components/Tabs/index.js +0 -0
  584. /package/{es → dist/styled-components/es}/components/Tabs/vertical/VerticalIconTabItem.config.js +0 -0
  585. /package/{es → dist/styled-components/es}/components/Tabs/vertical/VerticalTabItem.config.js +0 -0
  586. /package/{es → dist/styled-components/es}/components/Tabs/vertical/VerticalTabs.config.js +0 -0
  587. /package/{es → dist/styled-components/es}/components/TextArea/TextArea.config.js +0 -0
  588. /package/{es → dist/styled-components/es}/components/TextArea/TextArea.js +0 -0
  589. /package/{es → dist/styled-components/es}/components/TextArea/index.js +0 -0
  590. /package/{es → dist/styled-components/es}/components/TextField/TextField.clear.config.js +0 -0
  591. /package/{es → dist/styled-components/es}/components/TextField/TextField.config.js +0 -0
  592. /package/{es → dist/styled-components/es}/components/TextField/TextField.js +0 -0
  593. /package/{es → dist/styled-components/es}/components/TextField/index.js +0 -0
  594. /package/{es → dist/styled-components/es}/components/TextFieldGroup/TextFieldGroup.config.js +0 -0
  595. /package/{es → dist/styled-components/es}/components/TextFieldGroup/TextFieldGroup.js +0 -0
  596. /package/{es → dist/styled-components/es}/components/TextFieldGroup/index.js +0 -0
  597. /package/{es → dist/styled-components/es}/components/TimePicker/TimePicker.config.js +0 -0
  598. /package/{es → dist/styled-components/es}/components/TimePicker/TimePicker.js +0 -0
  599. /package/{es → dist/styled-components/es}/components/TimePicker/index.js +0 -0
  600. /package/{es → dist/styled-components/es}/components/Toast/Toast.config.js +0 -0
  601. /package/{es → dist/styled-components/es}/components/Toast/Toast.js +0 -0
  602. /package/{es → dist/styled-components/es}/components/Toast/index.js +0 -0
  603. /package/{es → dist/styled-components/es}/components/Tokens/Colors/Colors.styles.js +0 -0
  604. /package/{es → dist/styled-components/es}/components/Tokens/NumberTokens/NumberTokens.styles.js +0 -0
  605. /package/{es → dist/styled-components/es}/components/Tokens/Typography/Typography.styles.js +0 -0
  606. /package/{es → dist/styled-components/es}/components/Toolbar/Toolbar.config.js +0 -0
  607. /package/{es → dist/styled-components/es}/components/Toolbar/Toolbar.js +0 -0
  608. /package/{es → dist/styled-components/es}/components/Toolbar/index.js +0 -0
  609. /package/{es → dist/styled-components/es}/components/Tooltip/Tooltip.config.js +0 -0
  610. /package/{es → dist/styled-components/es}/components/Tooltip/Tooltip.js +0 -0
  611. /package/{es → dist/styled-components/es}/components/Tooltip/index.js +0 -0
  612. /package/{es → dist/styled-components/es}/components/Tour/Tour.config.js +0 -0
  613. /package/{es → dist/styled-components/es}/components/Tour/Tour.js +0 -0
  614. /package/{es → dist/styled-components/es}/components/Tour/index.js +0 -0
  615. /package/{es → dist/styled-components/es}/components/Tree/Tree.config.js +0 -0
  616. /package/{es → dist/styled-components/es}/components/Tree/Tree.js +0 -0
  617. /package/{es → dist/styled-components/es}/components/Tree/index.js +0 -0
  618. /package/{es → dist/styled-components/es}/components/Typography/Body.config.js +0 -0
  619. /package/{es → dist/styled-components/es}/components/Typography/Dspl.config.js +0 -0
  620. /package/{es → dist/styled-components/es}/components/Typography/Heading.config.js +0 -0
  621. /package/{es → dist/styled-components/es}/components/Typography/Text.config.js +0 -0
  622. /package/{es → dist/styled-components/es}/components/Typography/Typography.js +0 -0
  623. /package/{es → dist/styled-components/es}/components/Typography/index.js +0 -0
  624. /package/{es → dist/styled-components/es}/components/ViewContainer/ViewContainer.config.js +0 -0
  625. /package/{es → dist/styled-components/es}/components/ViewContainer/ViewContainer.js +0 -0
  626. /package/{es → dist/styled-components/es}/components/ViewContainer/index.js +0 -0
  627. /package/{es → dist/styled-components/es}/helpers/index.js +0 -0
  628. /package/{es → dist/styled-components/es}/index.js +0 -0
  629. /package/{es → dist/styled-components/es}/mixins/index.js +0 -0
  630. /package/{es → dist/styled-components/es}/tokens/index.js +0 -0
  631. /package/{es → dist/styled-components/es}/types/index.js +0 -0
  632. /package/{components → types/components}/Accordion/index.d.ts +0 -0
  633. /package/{components → types/components}/Attach/index.d.ts +0 -0
  634. /package/{components → types/components}/Autocomplete/index.d.ts +0 -0
  635. /package/{components → types/components}/Avatar/index.d.ts +0 -0
  636. /package/{components → types/components}/AvatarGroup/index.d.ts +0 -0
  637. /package/{components → types/components}/Badge/index.d.ts +0 -0
  638. /package/{components → types/components}/Breadcrumbs/index.d.ts +0 -0
  639. /package/{components → types/components}/Button/index.d.ts +0 -0
  640. /package/{components → types/components}/ButtonBase/index.d.ts +0 -0
  641. /package/{components → types/components}/ButtonGroup/index.d.ts +0 -0
  642. /package/{components → types/components}/Calendar/index.d.ts +0 -0
  643. /package/{components → types/components}/Card/index.d.ts +0 -0
  644. /package/{components → types/components}/Carousel/index.d.ts +0 -0
  645. /package/{components → types/components}/Cell/index.d.ts +0 -0
  646. /package/{components → types/components}/Checkbox/index.d.ts +0 -0
  647. /package/{components → types/components}/Chip/index.d.ts +0 -0
  648. /package/{components → types/components}/ChipGroup/index.d.ts +0 -0
  649. /package/{components → types/components}/CodeField/index.d.ts +0 -0
  650. /package/{components → types/components}/CodeInput/index.d.ts +0 -0
  651. /package/{components → types/components}/Combobox/index.d.ts +0 -0
  652. /package/{components → types/components}/Counter/index.d.ts +0 -0
  653. /package/{components → types/components}/DatePicker/index.d.ts +0 -0
  654. /package/{components → types/components}/DateTimePicker/index.d.ts +0 -0
  655. /package/{components → types/components}/Divider/index.d.ts +0 -0
  656. /package/{components → types/components}/Drawer/index.d.ts +0 -0
  657. /package/{components → types/components}/Dropdown/index.d.ts +0 -0
  658. /package/{components → types/components}/Dropzone/index.d.ts +0 -0
  659. /package/{components → types/components}/EmbedIconButton/index.d.ts +0 -0
  660. /package/{components → types/components}/EmptyState/index.d.ts +0 -0
  661. /package/{components → types/components}/Flow/Flow.config.d.ts +0 -0
  662. /package/{components → types/components}/Flow/index.d.ts +0 -0
  663. /package/{components → types/components}/Grid/index.d.ts +0 -0
  664. /package/{components → types/components}/IconButton/index.d.ts +0 -0
  665. /package/{components → types/components}/Image/index.d.ts +0 -0
  666. /package/{components → types/components}/Indicator/index.d.ts +0 -0
  667. /package/{components → types/components}/Link/index.d.ts +0 -0
  668. /package/{components → types/components}/LinkButton/index.d.ts +0 -0
  669. /package/{components → types/components}/List/index.d.ts +0 -0
  670. /package/{components → types/components}/Mask/index.d.ts +0 -0
  671. /package/{components → types/components}/Modal/Modal.d.ts +0 -0
  672. /package/{components → types/components}/Modal/index.d.ts +0 -0
  673. /package/{components → types/components}/Note/index.d.ts +0 -0
  674. /package/{components → types/components}/Notification/index.d.ts +0 -0
  675. /package/{components → types/components}/NumberFormat/NumberFormat.d.ts +0 -0
  676. /package/{components → types/components}/NumberFormat/index.d.ts +0 -0
  677. /package/{components → types/components}/NumberInput/index.d.ts +0 -0
  678. /package/{components → types/components}/Overlay/index.d.ts +0 -0
  679. /package/{components → types/components}/Pagination/index.d.ts +0 -0
  680. /package/{components → types/components}/Popover/index.d.ts +0 -0
  681. /package/{components → types/components}/Popup/Popup.d.ts +0 -0
  682. /package/{components → types/components}/Popup/index.d.ts +0 -0
  683. /package/{components → types/components}/Portal/index.d.ts +0 -0
  684. /package/{components → types/components}/Price/Price.config.d.ts +0 -0
  685. /package/{components → types/components}/Price/index.d.ts +0 -0
  686. /package/{components → types/components}/Progress/index.d.ts +0 -0
  687. /package/{components → types/components}/ProgressBarCircular/index.d.ts +0 -0
  688. /package/{components → types/components}/Radiobox/index.d.ts +0 -0
  689. /package/{components → types/components}/Range/index.d.ts +0 -0
  690. /package/{components → types/components}/Rating/index.d.ts +0 -0
  691. /package/{components → types/components}/SSRProvider/index.d.ts +0 -0
  692. /package/{components → types/components}/Segment/index.d.ts +0 -0
  693. /package/{components → types/components}/Select/index.d.ts +0 -0
  694. /package/{components → types/components}/Sheet/index.d.ts +0 -0
  695. /package/{components → types/components}/Skeleton/index.d.ts +0 -0
  696. /package/{components → types/components}/Slider/index.d.ts +0 -0
  697. /package/{components → types/components}/Spinner/index.d.ts +0 -0
  698. /package/{components → types/components}/Steps/index.d.ts +0 -0
  699. /package/{components → types/components}/Switch/index.d.ts +0 -0
  700. /package/{components → types/components}/Table/index.d.ts +0 -0
  701. /package/{components → types/components}/Tabs/TabsController.d.ts +0 -0
  702. /package/{components → types/components}/Tabs/index.d.ts +0 -0
  703. /package/{components → types/components}/TextArea/index.d.ts +0 -0
  704. /package/{components → types/components}/TextField/index.d.ts +0 -0
  705. /package/{components → types/components}/TextFieldGroup/index.d.ts +0 -0
  706. /package/{components → types/components}/TimePicker/index.d.ts +0 -0
  707. /package/{components → types/components}/Toast/index.d.ts +0 -0
  708. /package/{components → types/components}/Tokens/NumberTokens/NumberTokens.styles.d.ts +0 -0
  709. /package/{components → types/components}/Toolbar/index.d.ts +0 -0
  710. /package/{components → types/components}/Tooltip/Tooltip.d.ts +0 -0
  711. /package/{components → types/components}/Tooltip/index.d.ts +0 -0
  712. /package/{components → types/components}/Tour/index.d.ts +0 -0
  713. /package/{components → types/components}/Tree/index.d.ts +0 -0
  714. /package/{components → types/components}/Typography/index.d.ts +0 -0
  715. /package/{components → types/components}/ViewContainer/index.d.ts +0 -0
  716. /package/{mixins → types/mixins}/index.d.ts +0 -0
  717. /package/{tokens → types/tokens}/index.d.ts +0 -0
package/CHANGELOG.md DELETED
@@ -1,4494 +0,0 @@
1
- ## 0.325.0 (29 октября 2025)
2
-
3
- ## Функциональные изменения в компонентах
4
-
5
- ### Select
6
-
7
- * Добавлено новое свойство `treeView`, отвечающее за отображение дерева в выпадающем списке;
8
-
9
- [PR](https://github.com/salute-developers/plasma/pull/2286)
10
-
11
- ### TextField, TextArea, Mask, NumberFormat
12
-
13
- * Добавлена возможность указать текст для индикатора опциональности
14
-
15
- [PR](https://github.com/salute-developers/plasma/pull/2290)
16
-
17
- ### Calendar, DatePicker
18
-
19
- * Добавлена возможность вызвать всплывающую подсказку для событий в календаре
20
-
21
- [PR](https://github.com/salute-developers/plasma/pull/2289)
22
-
23
- ### Combobox
24
-
25
- * Исправлен баг в single-режиме, при котором в некоторых случаях значение поля ввода не обновлялось после изменения `items`;
26
-
27
- [PR](https://github.com/salute-developers/plasma/pull/2298)
28
-
29
- * Тип свойства `emptyStateDescription` расширен до `ReactNode`;
30
-
31
- [PR](https://github.com/salute-developers/plasma/pull/2293)
32
-
33
- ### Typography
34
-
35
- * Обнулили значения по-умолчанию (браузерные) для свойств `padding/margin/border`
36
-
37
- [PR](https://github.com/salute-developers/plasma/pull/2302)
38
-
39
- ### Attach
40
-
41
- * Добавлена возможность прикреплять несколько файлов
42
-
43
- * Исправлена типизация для `callback onChange`
44
-
45
- [PR](https://github.com/salute-developers/plasma/pull/2288)
46
-
47
- ### Tabs
48
-
49
- * Убраны внешние отступы у контейнера `Tabs`
50
-
51
- * Отступы внутри `TabItem` приведены в соответствие с макетами
52
-
53
- * Скорректировано отображение фокусной рамки
54
-
55
- [PR](https://github.com/salute-developers/plasma/pull/2297)
56
-
57
- ### LinkButton
58
-
59
- * Добавлено состояние `hover` для текста
60
-
61
- [PR](https://github.com/salute-developers/plasma/pull/2304)
62
-
63
-
64
- ## 0.324.0 (15 октября 2025)
65
-
66
- ## Функциональные изменения в компонентах
67
-
68
- ### Combobox, Select
69
-
70
- * Исправлена некорректная работа компонента при асинхронной загрузке опций в режиме `multiple`
71
-
72
- [PR](https://github.com/salute-developers/plasma/pull/2268)
73
-
74
- ### Chip, TextField, Select, Combobox
75
-
76
- * Добавлено состояние `hover` для крестика в `Chip`
77
-
78
- * Добавлено свойство `chipClickArea`, которое определяет область нажатия
79
-
80
- [PR](https://github.com/salute-developers/plasma/pull/2237)
81
-
82
- ### Tree
83
-
84
- * Исправлено некорректной поведение компонента при использование ключа `type` в объектах `treeData`
85
-
86
- [PR](https://github.com/salute-developers/plasma/pull/2267)
87
-
88
- ### Modal
89
-
90
- * Исправлено переопределение overlay при использование свойства `hasBody`
91
-
92
- [PR](https://github.com/salute-developers/plasma/pull/2276)
93
-
94
- ### Popup, Drawer
95
-
96
- * Добавлено новое свойство `positionFixed`, которое вне зависимости от `frame` устанавливает `position: fixed`
97
-
98
- [PR](https://github.com/salute-developers/plasma/pull/2277)
99
-
100
- ### Slider
101
-
102
- * Исправлена транзитивная ошибка `_reactDom.default.findDOMNode is not a function` в библиотеки `react-draggable` при использование в связке с `React 19`
103
-
104
- [PR](https://github.com/salute-developers/plasma/pull/2282)
105
-
106
- ### Table
107
-
108
- * Добавлены новые свойства `setCellProps` и `setRowProps` для настройки атрибутов в `cell` и `row` соответственно
109
-
110
- * Обновлена документацию: новые примеры, улучшили структуру
111
-
112
- [PR](https://github.com/salute-developers/plasma/pull/2271)
113
-
114
- ### Popover
115
-
116
- * Добавлен механизм resizable
117
-
118
- * Добавлены новые `callback` для событий `onResizeStart`, `onResizeStop`
119
-
120
- [PR](https://github.com/salute-developers/plasma/pull/2281)
121
-
122
- ### Icons
123
-
124
- * Добавлены новые иконки: `DocumentAddOutline/Fill, FilterFunnelOffOutline/Fill, TargetOutline, OpenPanelFill, ClosePanelFill`
125
-
126
- [PR](https://github.com/salute-developers/plasma/pull/2284)
127
-
128
- ### ProgressBarCircular
129
-
130
- * Добавлен новый компонент
131
-
132
- [PR](https://github.com/salute-developers/plasma/pull/2280)
133
-
134
- ## Docs
135
-
136
- ### Popover, Modal
137
-
138
- * Добавлен новый раздел описывающий работу свойства `isFocusTrapped`
139
-
140
- [PR](https://github.com/salute-developers/plasma/pull/2273)
141
-
142
-
143
- ## 0.323.0 (1 октября 2025)
144
-
145
- ## Функциональные изменения в компонентах
146
-
147
- ### Autocomplete, Combobox, Datepicker, Select, TextArea, TextField
148
-
149
- * изменен token для value на `--text-primary`
150
- * изменен opacity для separator на `0.4`
151
- * изменен opacity для `rightContent` на `0.4`
152
-
153
- [PR](https://github.com/salute-developers/plasma/pull/1906)
154
-
155
- ### Modal
156
-
157
- * добавлена возможность отключать `focusTrap`
158
-
159
- [PR](https://github.com/salute-developers/plasma/pull/2244)
160
-
161
- ### Tooltip
162
-
163
- * удален лишний `pointer-events` блокирующий click на содержимом компонента
164
-
165
- [PR](https://github.com/salute-developers/plasma/pull/2249)
166
-
167
- ### Note
168
-
169
- * исправлена ошибка с некорректным переносом по буквам - правильно по словам
170
-
171
- * расширен `type` до ReactNode для свойств `title, text`
172
-
173
- [PR](https://github.com/salute-developers/plasma/pull/2247)
174
-
175
- ### TimePicker
176
-
177
- * Добавлен новый компонент
178
-
179
- [PR](https://github.com/salute-developers/plasma/pull/2184)
180
-
181
- ### Pagination
182
-
183
- * Убрано ограничение на минимальное количество слотов для элементов
184
-
185
- [PR](https://github.com/salute-developers/plasma/pull/2258)
186
-
187
- ### Dropdown
188
-
189
- * добавлена возможность указывать beforeList во вложенные списки
190
-
191
- [PR](https://github.com/salute-developers/plasma/pull/2250)
192
-
193
- ### Tree
194
-
195
- * добавлено свойство `singleLine`, отвечающее за перенес заголовка
196
-
197
- * исправлено поведение сокращения текста при нехватке места
198
-
199
- [PR](https://github.com/salute-developers/plasma/pull/2253)
200
-
201
- ### TextField, Select, Combobox, Dropdown, Autocomplete
202
-
203
- * Исправлен баг с открытием вложенных уровней при использовании свойства `portal`
204
-
205
- [PR](https://github.com/salute-developers/plasma/pull/2263)
206
-
207
- ### Docs
208
-
209
- * Исправлено описание для свойства `isNumeric` в типографии
210
-
211
- [PR](https://github.com/salute-developers/plasma/pull/2264)
212
-
213
- ### Avatar
214
-
215
- * Добавлен `customBorderRadius` для `fit` размера при `shape = rounded`
216
-
217
- [PR](https://github.com/salute-developers/plasma/pull/2262)
218
-
219
-
220
- ## 0.322.1 (19 сентября 2025)
221
-
222
- ## Функциональные изменения в компонентах
223
-
224
- ### Avatar
225
-
226
- * Исправлен `type` для свойства `shape`
227
-
228
- ### What/why changed
229
-
230
- <!-- GITHUB_RELEASE PR BODY: canary-version -->
231
-
232
- <details>
233
- <summary>📦 Published PR as canary version: <code>Canary Versions</code></summary>
234
- <br />
235
-
236
- :sparkles: Test out this PR locally via:
237
-
238
- ```bash
239
- npm install @salutejs/plasma-asdk@0.350.1-canary.2246.17847852413.0
240
- npm install @salutejs/plasma-b2c@1.592.1-canary.2246.17847852413.0
241
- npm install @salutejs/plasma-giga@0.319.1-canary.2246.17847852413.0
242
- npm install @salutejs/plasma-new-hope@0.336.1-canary.2246.17847852413.0
243
- npm install @salutejs/plasma-web@1.594.1-canary.2246.17847852413.0
244
- npm install @salutejs/sdds-bizcom@0.324.1-canary.2246.17847852413.0
245
- npm install @salutejs/sdds-crm@0.323.1-canary.2246.17847852413.0
246
- npm install @salutejs/sdds-cs@0.328.1-canary.2246.17847852413.0
247
- npm install @salutejs/sdds-dfa@0.322.1-canary.2246.17847852413.0
248
- npm install @salutejs/sdds-finai@0.315.1-canary.2246.17847852413.0
249
- npm install @salutejs/sdds-insol@0.319.1-canary.2246.17847852413.0
250
- npm install @salutejs/sdds-netology@0.323.1-canary.2246.17847852413.0
251
- npm install @salutejs/sdds-scan@0.322.1-canary.2246.17847852413.0
252
- npm install @salutejs/sdds-serv@0.323.1-canary.2246.17847852413.0
253
- # or
254
- yarn add @salutejs/plasma-asdk@0.350.1-canary.2246.17847852413.0
255
- yarn add @salutejs/plasma-b2c@1.592.1-canary.2246.17847852413.0
256
- yarn add @salutejs/plasma-giga@0.319.1-canary.2246.17847852413.0
257
- yarn add @salutejs/plasma-new-hope@0.336.1-canary.2246.17847852413.0
258
- yarn add @salutejs/plasma-web@1.594.1-canary.2246.17847852413.0
259
- yarn add @salutejs/sdds-bizcom@0.324.1-canary.2246.17847852413.0
260
- yarn add @salutejs/sdds-crm@0.323.1-canary.2246.17847852413.0
261
- yarn add @salutejs/sdds-cs@0.328.1-canary.2246.17847852413.0
262
- yarn add @salutejs/sdds-dfa@0.322.1-canary.2246.17847852413.0
263
- yarn add @salutejs/sdds-finai@0.315.1-canary.2246.17847852413.0
264
- yarn add @salutejs/sdds-insol@0.319.1-canary.2246.17847852413.0
265
- yarn add @salutejs/sdds-netology@0.323.1-canary.2246.17847852413.0
266
- yarn add @salutejs/sdds-scan@0.322.1-canary.2246.17847852413.0
267
- yarn add @salutejs/sdds-serv@0.323.1-canary.2246.17847852413.0
268
- ```
269
-
270
- </details>
271
- <!-- GITHUB_RELEASE PR BODY: canary-version -->
272
-
273
-
274
- ## 0.322.0 (18 сентября 2025)
275
-
276
- ## Функциональные изменения в компонентах
277
-
278
- ### Drawer
279
-
280
- * исправлен баг, при котором `unmount` компонента не очищал свойство `overflow` у `body`;
281
-
282
- [PR](https://github.com/salute-developers/plasma/pull/2208)
283
-
284
- * добавлена возможность задавать кастомные анимации в компоненте
285
-
286
- [PR](https://github.com/salute-developers/plasma/pull/2222)
287
-
288
- ### Autocomplete
289
-
290
- * добавлен дженерик для гибкой настройки `SuggestionItem`;
291
-
292
- [PR](https://github.com/salute-developers/plasma/pull/2211)
293
-
294
- ### Dropdown
295
-
296
- * в коллбэк `onHover` добавлен вторым аргументом `item` наведенного элемента;
297
-
298
- [PR](https://github.com/salute-developers/plasma/pull/2212)
299
-
300
- ### Select, Combobox
301
-
302
- * добавлено свойство `mode` со значениями `default` и `radio`;
303
-
304
- [PR](https://github.com/salute-developers/plasma/pull/2213)
305
-
306
- ### Engine
307
-
308
- * добавлена проверка свойств на nullable значения. Например если значение для свойства типа `view` или `size` будет указано, как `undefined`, то применится значение по-умолчанию, взятое из конфигурации компонента.
309
-
310
- [PR](https://github.com/salute-developers/plasma/pull/2202)
311
-
312
- ### CodeField
313
-
314
- * добавлена поддержка чтения OTP из смс
315
-
316
- * исправлен `controlled` вариант компонента
317
-
318
- [PR](https://github.com/salute-developers/plasma/pull/2210)
319
-
320
- ### Combobox, Select
321
-
322
- * переработана логика работы с disabled-элементами. Теперь взаимодействие с ними изнутри компонента невозможно;
323
-
324
- [PR](https://github.com/salute-developers/plasma/pull/2220)
325
-
326
- * при закрытии выпадающего списка происходит скролл всех чипов в начало.
327
-
328
- [PR](https://github.com/salute-developers/plasma/pull/2231)
329
-
330
- ### Combobox, Select, Dropdown
331
-
332
- * разработан функционал, позволяющий корректно позиционировать вложенные выпадающие списки в контейнерах со скроллом;
333
-
334
- [PR](https://github.com/salute-developers/plasma/pull/2205)
335
-
336
- ### Range
337
-
338
- * добавлен размер `xl`
339
-
340
- [PR](https://github.com/salute-developers/plasma/pull/2227)
341
-
342
- ### DatePicker
343
-
344
- * удален автофокус инпута при закрытии выпадающего календаря
345
- * исправлен вызов `callback` внутри `onBlur`
346
-
347
- [PR](https://github.com/salute-developers/plasma/pull/2216)
348
-
349
- ### Popover
350
-
351
- * исправлена генерация `id` портала
352
-
353
- [PR](https://github.com/salute-developers/plasma/pull/2216)
354
-
355
- ### Pagination
356
-
357
- * Добавлен пропс `helperText`
358
-
359
- [PR](https://github.com/salute-developers/plasma/pull/2163)
360
-
361
- ### Switch
362
-
363
- * Добавлен новый параметр `singleLine`, который влияет на перенос строки текста `label`
364
-
365
- [PR](https://github.com/salute-developers/plasma/pull/2224)
366
-
367
- ### Tree
368
-
369
- * добавлен DragAndDrop
370
-
371
- [PR](https://github.com/salute-developers/plasma/pull/2214)
372
-
373
- ### Attach
374
-
375
- * добавлен обработчик `onClick`
376
-
377
- * добавлена возможность скрывать кнопку после прикрепления файла, с помощью `hideButtonOnAttach`
378
-
379
- [PR](https://github.com/salute-developers/plasma/pull/2228)
380
-
381
- ### Avatar
382
-
383
- * Добавлен новый параметр `shape`
384
-
385
- * Обновлены тесты и документация
386
-
387
- [PR](https://github.com/salute-developers/plasma/pull/2209)
388
-
389
- ### Skeleton
390
-
391
- * Добавлено новое значение для `view` - `lighter`
392
-
393
- [PR](https://github.com/salute-developers/plasma/pull/2238)
394
-
395
-
396
- ## 0.321.0 (4 сентября 2025)
397
-
398
- ## Функциональные изменения в компонентах
399
-
400
- ### Autocomplete
401
-
402
- * Добавлен пример очистки поля ввода
403
-
404
- [PR](https://github.com/salute-developers/plasma/pull/2165)
405
-
406
- * Добавлено опциональное свойство `flip`, при котором выпадающий список при недостатке места снизу может отобразиться вверху;
407
-
408
- [PR](https://github.com/salute-developers/plasma/pull/2199)
409
-
410
- ### Popup
411
-
412
- * добавлено свойство `providerFrame`, которое определяет элемент, в который поместится контейнер Popupов
413
-
414
- [PR](https://github.com/salute-developers/plasma/pull/2151)
415
-
416
- ### DatePicker
417
-
418
- * добавлена возможность передавать zIndex в выпадающий календарь
419
-
420
- [PR](https://github.com/salute-developers/plasma/pull/2181)
421
-
422
- * размеры приведены в соответствие с макетами
423
-
424
- [PR](https://github.com/salute-developers/plasma/pull/2196)
425
-
426
- ### Docs
427
-
428
- * в документацию добавлен поиск на базе `typesense`
429
-
430
- [PR](https://github.com/salute-developers/plasma/pull/2173)
431
-
432
- ### Autocomplete, Combobox, Select
433
-
434
- * виртуализация теперь поддерживает работу с элементами с динамической высотой;
435
-
436
- [PR](https://github.com/salute-developers/plasma/pull/2183)
437
-
438
- ### Carousel
439
-
440
- * добавлено свойство `defaultIndex`, которое отвечает за показ первого слайда по-умолчанию;
441
-
442
- [PR](https://github.com/salute-developers/plasma/pull/2175)
443
-
444
- ### Combobox
445
-
446
- * свойство `renderValue` теперь работает и в одиночном режиме;
447
-
448
- [PR](https://github.com/salute-developers/plasma/pull/2172)
449
-
450
- ### Tree
451
-
452
- * добавлено свойство `radioMode`, включающее поведение выбора элемента как у radio-checkbox;
453
-
454
- [PR](https://github.com/salute-developers/plasma/pull/2179)
455
-
456
- ### Tooltip
457
-
458
- * добавлены свойства `mouseEnterDelay` и `mouseLeaveDelay` для задержки перед открытием/закрытием подсказки;
459
-
460
- [PR](https://github.com/salute-developers/plasma/pull/2186)
461
-
462
- ### Tabs
463
-
464
- * добавлен `actionContent` в `TabItem`
465
-
466
- * добавлен `IconTabItem`
467
-
468
- [PR](https://github.com/salute-developers/plasma/pull/2177)
469
-
470
- ### Chip
471
-
472
- * Добавлен размер `xxs` в `chip`
473
-
474
- [PR](https://github.com/salute-developers/plasma/pull/2194)
475
-
476
- ### Attach
477
-
478
- * переработана документация компонента
479
-
480
- * добавлены примеры взаимодействия с формой
481
-
482
- [PR](https://github.com/salute-developers/plasma/pull/2167)
483
-
484
- ### Drawer
485
-
486
- * Добавили поддержку css свойства scrollbar-gutter чтобы предотвратить дергания экрана из-за наличие scrollbar
487
-
488
- [PR](https://github.com/salute-developers/plasma/pull/2074)
489
-
490
- ### Button
491
-
492
- * Добавлен новый параметр `AdditionalContent`
493
-
494
- [PR](https://github.com/salute-developers/plasma/pull/2195)
495
-
496
- ### LinkButton
497
-
498
- * Добавлен новый параметр `AdditionalContent`
499
-
500
- [PR](https://github.com/salute-developers/plasma/pull/2195)
501
-
502
-
503
- ## 0.320.0 (21 августа 2025)
504
-
505
- ## Функциональные изменения в компонентах
506
-
507
- ### DatePicker
508
-
509
- - добавлено свойство `preserveInvalidOnBlur`, которое отключает сброс некорректных значений из поля ввода
510
-
511
- [PR](https://github.com/salute-developers/plasma/pull/2134)
512
-
513
- - исправлен `controlled` вариант `DatePicker`
514
-
515
- [PR](https://github.com/salute-developers/plasma/pull/2148)
516
-
517
- ### NumberFormat
518
-
519
- - добавлена поддержка `defaultValue`
520
-
521
- [PR](https://github.com/salute-developers/plasma/pull/2138)
522
-
523
- - добавлена функция `numberFormatter`, которая приводит число к нужному формату
524
-
525
- [PR](https://github.com/salute-developers/plasma/pull/2137)
526
-
527
- ### Pagination
528
-
529
- - исправлен `controlled` вариант
530
-
531
- [PR](https://github.com/salute-developers/plasma/pull/2141)
532
-
533
- - отключено взаимодействие с текущей выбранной страницей;
534
-
535
- [PR](https://github.com/salute-developers/plasma/pull/2160)
536
-
537
- ### NumberInput
538
-
539
- - расширен тип `value` до `number | string | undefined` для поддержки пустых значений
540
-
541
- [PR](https://github.com/salute-developers/plasma/pull/2135)
542
-
543
- ### Dropdown, Combobox
544
-
545
- - исправлен баг в свойстве `alwaysOpened`, из-за которого приходилось делать двойные нажатия для открытия дочерних списков;
546
-
547
- [PR](https://github.com/salute-developers/plasma/pull/2152)
548
-
549
- ### Modal, Popup
550
-
551
- - исправлен раздел документации связанный со свойством resizable
552
-
553
- [PR](https://github.com/salute-developers/plasma/pull/2158)
554
-
555
- ### Switch
556
-
557
- - тип свойства `label` расширен до `ReactNode`
558
-
559
- [PR](https://github.com/salute-developers/plasma/pull/2157)
560
-
561
- ### TextField
562
-
563
- - свойства, связанные с `chip` помечены как deprecated;
564
-
565
- [PR](https://github.com/salute-developers/plasma/pull/2133)
566
-
567
- ### Spinner
568
-
569
- - свойство size теперь union type и может быть как string, так и number
570
-
571
- [PR](https://github.com/salute-developers/plasma/pull/2156)
572
-
573
- ## 0.318.0 (7 августа 2025)
574
-
575
- ## Функциональные изменения в компонентах
576
-
577
- ### EmbedIconButton
578
-
579
- - добавлен новый компонент
580
-
581
- [PR](https://github.com/salute-developers/plasma/pull/2093)
582
-
583
- ### Combobox
584
-
585
- - исправлен баг, связанный с невозможностью получить актуальное значение поля ввода после ререндера;
586
-
587
- [PR](https://github.com/salute-developers/plasma/pull/2101)
588
-
589
- ### Segment
590
-
591
- - добавлена логика задания максимальной ширины `SegmentItem` и обрезанию текста троеточием
592
-
593
- [PR](https://github.com/salute-developers/plasma/pull/2110)
594
-
595
- ### Autocomplete
596
-
597
- - добавлено свойство `zIndex`;
598
-
599
- [PR](https://github.com/salute-developers/plasma/pull/2114)
600
-
601
- ### Tree
602
-
603
- - добавлено свойство `autoExpandParent`, которое отвечает за автоматическое раскрытие всех родителей у элемента;
604
-
605
- [PR](https://github.com/salute-developers/plasma/pull/2115)
606
-
607
- ### Table
608
-
609
- - стало возможным добавлять сложные типы данных (объекты, массивы, функции) во входных данных `data`;
610
-
611
- [PR](https://github.com/salute-developers/plasma/pull/2111)
612
-
613
- ### Chip
614
-
615
- - добавлены токены отступов для `contentRight`
616
-
617
- [PR](https://github.com/salute-developers/plasma/pull/2112)
618
-
619
- ### Skeleton
620
-
621
- - исправлена типизация пропсов внутри `withSkeleton`
622
-
623
- [PR](https://github.com/salute-developers/plasma/pull/2116)
624
-
625
- ### Notification
626
-
627
- - Добавлена возможность указать пользовательскую иконку закрытия компонента
628
-
629
- [PR](https://github.com/salute-developers/plasma/pull/2126)
630
-
631
- ### Attach
632
-
633
- - Добавлен новый параметр `customIcon`
634
-
635
- - Расширены типы файлов с вшитыми иконками `docx` , `xlsx`
636
-
637
- [PR](https://github.com/salute-developers/plasma/pull/2123)
638
-
639
- ### Tokens
640
-
641
- - Добавлена новая палитра `warmGray` с "тёплыми" оттенками серого
642
-
643
- [PR](https://github.com/salute-developers/plasma/pull/2127)
644
-
645
- ### Accordion
646
-
647
- - Исправлены отступы в соответсвии с макетами
648
-
649
- [PR](https://github.com/salute-developers/plasma/pull/2122)
650
-
651
- ## 0.317.2 (30 июля 2025)
652
-
653
- ## Функциональные изменения в компонентах
654
-
655
- ### TextArea
656
-
657
- - Сделали свойство `labelAriaHidden` опциональным
658
-
659
- ## 0.317.1 (28 июля 2025)
660
-
661
- ## Функциональные изменения в компонентах
662
-
663
- ### Combobox
664
-
665
- - исправлен баг, связанный с невозможностью получить актуальное значение поля ввода после ререндера;
666
-
667
- ## 0.317.0 (24 июля 2025)
668
-
669
- ## Функциональные изменения в компонентах
670
-
671
- ### Button
672
-
673
- - Удалены неактуальные размеры: `xlr, lr, mr, sr, xsr`
674
-
675
- [PR](https://github.com/salute-developers/plasma/pull/2079)
676
-
677
- ### Dropdown
678
-
679
- - Добавлен отступ между выпадающим списком и таргетом;
680
-
681
- [PR](https://github.com/salute-developers/plasma/pull/2085)
682
-
683
- ### Icons
684
-
685
- - Удален лишний атрибут style со значением `mix-blend-mode` в иконках: `DislikeFill`, `LikeFill`
686
-
687
- [PR](https://github.com/salute-developers/plasma/pull/2090)
688
-
689
- ### Chip
690
-
691
- - Исправлен цвет токена для иконки закрытия
692
-
693
- [PR](https://github.com/salute-developers/plasma/pull/2082)
694
-
695
- - Убраны `scale` при `hover` и `active`
696
-
697
- [PR](https://github.com/salute-developers/plasma/pull/2089)
698
-
699
- ### Heading
700
-
701
- - Добавлена поддержка a11y для aria role heading
702
-
703
- [PR](https://github.com/salute-developers/plasma/pull/2097)
704
-
705
- ### Textarea
706
-
707
- - Добавлено новое свойство `labelAriaHidden` для управления `aria-hidden`
708
-
709
- [PR](https://github.com/salute-developers/plasma/pull/2097)
710
-
711
- ### Note
712
-
713
- - Добавлена документация для свойства `hasClose`
714
-
715
- - Исправлен баг связанный со свойством `text`
716
-
717
- - Добавлена возможность многострочного текста
718
-
719
- [PR](https://github.com/salute-developers/plasma/pull/2098)
720
-
721
- ## 0.315.0 (10 июля 2025)
722
-
723
- ## Функциональные изменения в компонентах
724
-
725
- ### Tour
726
-
727
- - Добавлен в поставку новый компонент
728
-
729
- ![4539d0a6_Kapture_2025-06-30_at_13 45 01](https://github.com/user-attachments/assets/b6dac64b-0623-4308-a4b2-8a827c5d4d55)
730
-
731
- [PR](https://github.com/salute-developers/plasma/pull/2010)
732
-
733
- ### DatePicker
734
-
735
- - Добавлена проверка при обновлении `value/defaultValue`, чтобы избежать коллизии при `mount/unmount`
736
-
737
- **Before**:
738
-
739
- ![460583735-fea399b1-8225-4b39-889b-b332664a4bcc](https://github.com/user-attachments/assets/ae641e2c-1ab8-47b4-8855-4267bb26a7d4)
740
-
741
- **After**:
742
- ![460583334-2e733867-15fb-4818-97f1-f0c024dc37cb](https://github.com/user-attachments/assets/971cc214-415f-4e53-9984-242e63ba084a)
743
-
744
- [PR](https://github.com/salute-developers/plasma/pull/2058)
745
-
746
- ### useUniqId
747
-
748
- - Помечен как deprecated по причине устаревания и не актуальности. Рекомендуем использовать метод `safeUseId`
749
-
750
- [PR](https://github.com/salute-developers/plasma/pull/2053)
751
-
752
- ### NumberFormat
753
-
754
- - Улучшен механизм копирование и вставки числа
755
-
756
- ![459900391-30817797-7211-4d0e-8e4b-799d7fdab2c9](https://github.com/user-attachments/assets/11c52f11-b847-49c1-9a82-4df74bf64ff7)
757
-
758
- [PR](https://github.com/salute-developers/plasma/pull/2050)
759
-
760
- ### Chip
761
-
762
- - изменен размер иконки `Close` для размера `XS`, стало `12x12`
763
-
764
- [PR](https://github.com/salute-developers/plasma/pull/2070)
765
-
766
- ### Icons
767
-
768
- - добавлен `rest props` для IconRoot. Теперь есть возможность прокинуть `data-attrs` и другие атрибуты тега
769
-
770
- <img width="1024" src="https://github.com/user-attachments/assets/ff1831f3-98f9-46df-a874-3c4891ca47b4" />
771
-
772
- [PR](https://github.com/salute-developers/plasma/pull/2066)
773
-
774
- ### Combobox
775
-
776
- - Добавлен токен для галочки и иконки в режиме `single`
777
-
778
- [PR](https://github.com/salute-developers/plasma/pull/2049)
779
-
780
- ### Select
781
-
782
- - Добавлен токен для галочки и иконки в режиме `single`
783
-
784
- [PR](https://github.com/salute-developers/plasma/pull/2049)
785
-
786
- ### TextArea
787
-
788
- - добавлено свойство `headerSlot`
789
-
790
- <img width="685" alt="image" src="https://github.com/user-attachments/assets/e092e789-b5ca-4b8e-a500-9f6594dc59ef" />
791
-
792
- [PR](https://github.com/salute-developers/plasma/pull/2075)
793
-
794
- ## 0.313.0 (26 июня 2025)
795
-
796
- ## Функциональные изменения в компонентах
797
-
798
- ### Tree
799
-
800
- - исправлен баг, из-за которого в некоторых случаях не отображался цвет выделенного элемента;
801
-
802
- [PR](https://github.com/salute-developers/plasma/pull/2038)
803
-
804
- ### Combobox
805
-
806
- - исправлен баг, из-за которого label в таргете не обновлялся при обновлении списка `items`;
807
-
808
- [PR](https://github.com/salute-developers/plasma/pull/2043)
809
-
810
- ### Calendar
811
-
812
- - исправлен функционал по формированию ref на элементы календарной сетки
813
- - добавлена возможность динамически менять `type`
814
-
815
- **Before**:
816
-
817
- https://github.com/user-attachments/assets/45c7c426-6d31-4fb9-bc5f-b20a2f8a4105
818
-
819
- **After**:
820
-
821
- https://github.com/user-attachments/assets/8a13d0ec-8d8a-4764-8305-7a3dc33887d2
822
-
823
- [PR](https://github.com/salute-developers/plasma/pull/2024)
824
-
825
- ### Popup, Modal, Drawer
826
-
827
- - массив элементов контекста Popup заменен на Map
828
-
829
- - исправлен импорт safeUseId
830
-
831
- [PR](https://github.com/salute-developers/plasma/pull/2022)
832
-
833
- ### Carousel
834
-
835
- - появилась возможно настраивать отступ между слайдами через пропс `gap`;
836
-
837
- - незначительные исправления и улучшения;
838
-
839
- [PR](https://github.com/salute-developers/plasma/pull/2018)
840
-
841
- ### CodeInput
842
-
843
- - добавлен новый компонент
844
-
845
- <img width="764" src="https://github.com/user-attachments/assets/aaf5c046-9229-475f-aa5d-312533d5d5f6" />
846
-
847
- [PR](https://github.com/salute-developers/plasma/pull/1973)
848
-
849
- ## Изменения в библиотеки
850
-
851
- ### Accordion
852
-
853
- - добавлен отсутствующий `import`
854
-
855
- [PR](https://github.com/salute-developers/plasma/pull/2037)
856
-
857
- ## 0.312.0 (11 июня 2025)
858
-
859
- ## Функциональные изменения в компонентах
860
-
861
- ### Select, Combobox
862
-
863
- - добавлена возможность использовать кнопку `Выбрать всё` внутри выпадающего списка;
864
-
865
- ![Kapture 2025-06-11 at 11 52 38](https://github.com/user-attachments/assets/95108fe4-29ec-486d-a964-b5340748ad04)
866
-
867
- [PR](https://github.com/salute-developers/plasma/pull/1986)
868
-
869
- ### Popover
870
-
871
- - добавлена обработка случая, когда frame передан как ID
872
-
873
- [PR](https://github.com/salute-developers/plasma/pull/2001)
874
-
875
- ### Sheet
876
-
877
- - добавлена проверка `canUseDOM` перед использованием document
878
-
879
- [PR](https://github.com/salute-developers/plasma/pull/2014)
880
-
881
- ### DatePicker
882
-
883
- - добавлено свойство `closeAfterDateSelect` в одиночный DatePicker
884
-
885
- ![Kapture 2025-06-11 at 12 47 51](https://github.com/user-attachments/assets/f7751193-9316-4e5c-9111-2b8590fd42d9)
886
-
887
- [PR](https://github.com/salute-developers/plasma/pull/2012)
888
-
889
- ### Notification
890
-
891
- - добавлен `type-cast` для корректной типизации
892
-
893
- <img width="977" alt="image" src="https://github.com/user-attachments/assets/99858965-49ff-4fc0-bec9-b3f79d2fa965" />
894
-
895
- [PR](https://github.com/salute-developers/plasma/pull/2015)
896
-
897
- ### Carousel
898
-
899
- - добавлена элементы управления: пагинация, стрелочки
900
-
901
- ![Kapture 2025-06-11 at 11 28 34](https://github.com/user-attachments/assets/5ace4ec0-3ed6-4556-bf94-ec8abb2d7798)
902
-
903
- [PR](https://github.com/salute-developers/plasma/pull/2013)
904
-
905
- ## 0.311.0 (29 мая 2025)
906
-
907
- ## Функциональные изменения в компонентах
908
-
909
- ### TextField
910
-
911
- - добавлен **новый** размер `XL`
912
-
913
- <img width="1024" src="https://github.com/user-attachments/assets/4fc66785-2c3c-4352-bbb8-7b1dc23c6390" />
914
-
915
- [PR](https://github.com/salute-developers/plasma/pull/1715)
916
-
917
- ### Mask
918
-
919
- - добавили обработку, если не задан параметр mask, то возвращается обычный `TextField`
920
-
921
- [PR](https://github.com/salute-developers/plasma/pull/1964)
922
-
923
- ### Slider
924
-
925
- - убрали наслоение контейнера для шкалы минимум/максимум с текущим значением бегунка
926
-
927
- ![Kapture 2025-05-29 at 12 40 21](https://github.com/user-attachments/assets/db518bf3-d9c8-43a0-b718-dcd58e429cd6)
928
-
929
- [PR](https://github.com/salute-developers/plasma/pull/1978)
930
-
931
- ### Link
932
-
933
- - изменена поставка компонента ( добавлены файлы `types`, `tokens` )
934
-
935
- [PR](https://github.com/salute-developers/plasma/pull/1966)
936
-
937
- ### Progress
938
-
939
- - добавлен новый `view` - `info`
940
-
941
- <img width="1024" src="https://github.com/user-attachments/assets/1fcad509-3a21-4a78-8162-2c4e32ebe9f6" />
942
-
943
- [PR](https://github.com/salute-developers/plasma/pull/1975)
944
-
945
- ### Autocomplete, Combobox
946
-
947
- - улучшено поведение виртуализированного списка при динамическом изменении высоты оного;
948
-
949
- ![Kapture 2025-05-29 at 14 52 03](https://github.com/user-attachments/assets/0df860d6-f2e6-4c6e-a220-6b3496e83a0f)
950
-
951
- [PR](https://github.com/salute-developers/plasma/pull/1968)
952
-
953
- ### Note
954
-
955
- - добавлен возможность закрыть компонент, через свойство `hasClose` и `onCloseButtonClick`
956
-
957
- ![Kapture 2025-05-29 at 13 15 39](https://github.com/user-attachments/assets/babc7f1d-ba21-4868-a7f1-635055928dd5)
958
-
959
- [PR](https://github.com/salute-developers/plasma/pull/1962)
960
-
961
- ### Calendar
962
-
963
- - исправлен метод получения модификации даты: учитывается свойство `includeEdgeDates`
964
-
965
- [PR](https://github.com/salute-developers/plasma/pull/1984)
966
-
967
- - добавлена возможность растягивать на всю доступную ширину и высоту
968
-
969
- ![Kapture 2025-05-29 at 15 01 01](https://github.com/user-attachments/assets/188619f1-7bad-4e6a-812b-2a46c22439f0)
970
-
971
- [PR](https://github.com/salute-developers/plasma/pull/1972)
972
-
973
- ### DatePicker
974
-
975
- - добавлена возможность управлять размером выпадающего календаря
976
-
977
- - добавлена возможность растягивать поле ввода на всю доступную ширину
978
-
979
- [PR](https://github.com/salute-developers/plasma/pull/1972)
980
-
981
- ### Icons
982
-
983
- - добавлены новые иконки:
984
- - ArrowBack
985
- - FloorTypeFill
986
- - FloorTypeOutline
987
- - SensorFill
988
- - SensorOutline
989
- - FlashlightOutline
990
- - DocumentExportFill
991
- - DocumentExportOutline
992
- - DocumentImportFill
993
- - DocumentImportOutline
994
- - InternationalTradeOutline
995
- - SensorTemperatureFill
996
- - SensorTemperatureOutline
997
-
998
- [PR](https://github.com/salute-developers/plasma/pull/1992)
999
-
1000
- - изменены название иконок с ключевым словом `sber` на `sb` для всех платформ
1001
-
1002
- <img width="768" src="https://github.com/user-attachments/assets/7cd5e024-4586-48e4-bebc-9fa46b760927" />
1003
-
1004
- [PR](https://github.com/salute-developers/plasma/pull/1981)
1005
-
1006
- ### CodeField
1007
-
1008
- - добавлен **новый** компонент
1009
-
1010
- ![Kapture 2025-05-29 at 13 28 14](https://github.com/user-attachments/assets/1bc20b57-0b4f-4976-adde-35e6ac082a1e)
1011
-
1012
- [PR](https://github.com/salute-developers/plasma/pull/1993)
1013
-
1014
- ### Notifications
1015
-
1016
- - добавлена возможность управлять шириной уведомления, через свойство `width` и `maxWidth`
1017
-
1018
- ![Kapture 2025-05-29 at 13 43 54](https://github.com/user-attachments/assets/0eae5726-4b23-40ae-9025-2016da019de2)
1019
-
1020
- [PR](https://github.com/salute-developers/plasma/pull/1967)
1021
-
1022
- ### List
1023
-
1024
- - переведен на новую архитектуру
1025
-
1026
- <img width="768" src="https://github.com/user-attachments/assets/454586b5-ddc3-4574-b510-8830b65f1618" />
1027
-
1028
- [PR](https://github.com/salute-developers/plasma/pull/1954)
1029
-
1030
- ## 0.309.1 (20 мая 2025)
1031
-
1032
- ## Функциональные изменения в компонентах
1033
-
1034
- ### NumberFormat
1035
-
1036
- - исправлено использование `ref`
1037
-
1038
- ## 0.309.0 (15 мая 2025)
1039
-
1040
- ## Функциональные изменения в компонентах
1041
-
1042
- ### Dropdown
1043
-
1044
- - исправлен баг, связанный с возможностью открывать вложенный список с флагом `disabled`;
1045
-
1046
- [PR](https://github.com/salute-developers/plasma/pull/1952)
1047
-
1048
- ### Toast
1049
-
1050
- - добавлена возможность указывать toastDefaultArgs в ToastProvider
1051
-
1052
- [PR](https://github.com/salute-developers/plasma/pull/1956)
1053
-
1054
- ### Slider
1055
-
1056
- - `view` приведены в соответствие с макетами
1057
-
1058
- **After**:
1059
-
1060
- <img width="431" src="https://github.com/user-attachments/assets/c46e8046-783a-4f14-b74f-bcd3fae04a98" />
1061
-
1062
- [PR](https://github.com/salute-developers/plasma/pull/1957)
1063
-
1064
- ## 0.308.0 (30 апреля 2025)
1065
-
1066
- ## Функциональные изменения в компонентах
1067
-
1068
- ### Docs
1069
-
1070
- - исправлены опечатки и общий шаблон документации
1071
-
1072
- [PR](https://github.com/salute-developers/plasma/pull/1931)
1073
-
1074
- ### Textfield
1075
-
1076
- - добавлен в документацию пример c логикой очистки input
1077
-
1078
- [PR](https://github.com/salute-developers/plasma/pull/1931)
1079
-
1080
- - исправлен механизм truncate для длинных текстов
1081
-
1082
- <img width="448" src="https://github.com/user-attachments/assets/7a3bb763-dac9-412b-941e-483e26713058" />
1083
-
1084
- [PR](https://github.com/salute-developers/plasma/pull/1937)
1085
-
1086
- ### DatePicker
1087
-
1088
- - исправлено поведение автофокуса на input после ввода дат
1089
- - исправлено поведение, при корректном вводе даты вызывается onCommit
1090
- - расширен интерфейс для payload событий, добавлены поддержка ISO формат и объект с датами
1091
- - расширен тип value до string
1092
-
1093
- [PR](https://github.com/salute-developers/plasma/pull/1939)
1094
-
1095
- ### Tabs
1096
-
1097
- - добавлен токен для регулирования свойства cursor, по-умолчанию `pointer`
1098
-
1099
- [PR](https://github.com/salute-developers/plasma/pull/1943)
1100
-
1101
- ### Combobox
1102
-
1103
- - убрано поведение скролла к инпуту после выбора элемента в режиме `multiple`;
1104
-
1105
- [PR](https://github.com/salute-developers/plasma/pull/1934)
1106
-
1107
- - актуализирована документация;
1108
-
1109
- - добавлен явный экспорт типа ComboboxItemOption;
1110
-
1111
- [PR](https://github.com/salute-developers/plasma/pull/1925)
1112
-
1113
- - исправлен баг, не позволявший вызывать коллбэк `filter` в момент полной очистки инпута;
1114
-
1115
- [PR](https://github.com/salute-developers/plasma/pull/1935)
1116
-
1117
- ### Notification
1118
-
1119
- - добавлен **новый** callback onTimeoutClose, вызывается при автоматическом закрытии по timeout.
1120
-
1121
- [PR](https://github.com/salute-developers/plasma/pull/1938)
1122
-
1123
- ### Autocomplete
1124
-
1125
- - добавлен рендер-пропс `renderItem`;
1126
-
1127
- [PR](https://github.com/salute-developers/plasma/pull/1936)
1128
-
1129
- ## 0.307.0 (17 апреля 2025)
1130
-
1131
- ## Функциональные изменения в компонентах
1132
-
1133
- ### Steps
1134
-
1135
- - добавлено новое свойство `itemView` <img width="748" src="https://github.com/user-attachments/assets/783c547d-8c68-42f6-a85a-712a9615cd7c" />
1136
-
1137
- - добавлено `accent` `view` и комбинации с `itemView` <img width="748" src="https://github.com/user-attachments/assets/18f0ecb6-9441-4cf2-ba4a-112e7d6596fd" />
1138
-
1139
- [PR](https://github.com/salute-developers/plasma/pull/1872)
1140
-
1141
- ### Cell
1142
-
1143
- - исправлены опечатки в "color=inherit"
1144
-
1145
- [PR](https://github.com/salute-developers/plasma/pull/1857)
1146
-
1147
- ### IconButton
1148
-
1149
- - исправлены опечатки в "color=inherit"
1150
-
1151
- [PR](https://github.com/salute-developers/plasma/pull/1857)
1152
-
1153
- ### Datepicker
1154
-
1155
- - добавлено возможность прокинуть атрибут `autoComplete`
1156
-
1157
- <img width="1024" src="https://github.com/user-attachments/assets/3b62560d-0ea0-46d6-a5f5-30653e4a3fa5" />
1158
-
1159
- [PR](https://github.com/salute-developers/plasma/pull/1900)
1160
-
1161
- ### Checkbox
1162
-
1163
- - добавлен новый размер `L`
1164
-
1165
- [PR](https://github.com/salute-developers/plasma/pull/1912)
1166
-
1167
- ### Dropdown
1168
-
1169
- - добавлено индивидуальное свойство `trigger` для каждой группы вложенных списков для кастомной настройки их открытия;
1170
-
1171
- [PR](https://github.com/salute-developers/plasma/pull/1896)
1172
-
1173
- ### Tree
1174
-
1175
- - в документацию добавлен пример с виртуализацией;
1176
-
1177
- [PR](https://github.com/salute-developers/plasma/pull/1914)
1178
-
1179
- - добавлено свойство `contentRight`;
1180
-
1181
- [PR](https://github.com/salute-developers/plasma/pull/1908)
1182
-
1183
- ### Select
1184
-
1185
- - расширен функционал, позволяющий работать с `value`, которых нет в списке `items`;
1186
-
1187
- [PR](https://github.com/salute-developers/plasma/pull/1894)
1188
-
1189
- - При нажатии на `helperText` список не раскрывается
1190
-
1191
- [PR](https://github.com/salute-developers/plasma/pull/1913)
1192
-
1193
- ### Combobox
1194
-
1195
- - расширен функционал, позволяющий работать с `value`, которых нет в списке `items`;
1196
-
1197
- [PR](https://github.com/salute-developers/plasma/pull/1894)
1198
-
1199
- - При нажатии на `helperText` список не раскрывается
1200
-
1201
- [PR](https://github.com/salute-developers/plasma/pull/1913)
1202
-
1203
- ### Typography
1204
-
1205
- - Добавлена поддержка свойства `isNumeric`, которое делает цифры моношоринными
1206
-
1207
- [PR](https://github.com/salute-developers/plasma/pull/1899)
1208
-
1209
- ### Radiobox
1210
-
1211
- - добавлен новый размер `L`
1212
-
1213
- [PR](https://github.com/salute-developers/plasma/pull/1911)
1214
-
1215
- ### Autocomplite
1216
-
1217
- - При нажатии на `helperText` фокус на `textfield` не происходит
1218
-
1219
- [PR](https://github.com/salute-developers/plasma/pull/1913)
1220
-
1221
- ### Sheet
1222
-
1223
- - Добавлен props `handlePlacement`
1224
-
1225
- - Добавлен пример в `storybook` с полноэкранным `sheet`
1226
-
1227
- [PR](https://github.com/salute-developers/plasma/pull/1892)
1228
-
1229
- ## 0.306.0 (3 апреля 2025)
1230
-
1231
- ## Функциональные изменения в компонентах
1232
-
1233
- ### Range
1234
-
1235
- - добавлен `hover` для `input` control в компоненте
1236
-
1237
- [PR](https://github.com/salute-developers/plasma/pull/1839)
1238
-
1239
- ### Table
1240
-
1241
- - добавлен новый компонент
1242
-
1243
- [PR](https://github.com/salute-developers/plasma/pull/1867)
1244
-
1245
- ### Tokens
1246
-
1247
- - добавлены stories с выводом числовых токенов `spacing` и `corner radius`
1248
-
1249
- [PR](https://github.com/salute-developers/plasma/pull/1853)
1250
-
1251
- ### Button
1252
-
1253
- - добавлен `margin` при наличии `children` у `contentLeft`
1254
-
1255
- [PR](https://github.com/salute-developers/plasma/pull/1878)
1256
-
1257
- ### Textarea
1258
-
1259
- - исправлен баг при вводе `col` и некорректном отображении `outerLabelWrapper`
1260
-
1261
- [PR](https://github.com/salute-developers/plasma/pull/1854)
1262
-
1263
- ### Slider
1264
-
1265
- - min/max значения внесены внутрь контейнера одиночного слайдера
1266
-
1267
- [PR](https://github.com/salute-developers/plasma/pull/1882)
1268
-
1269
- ### Typography
1270
-
1271
- - Добавлена поддержка свойства `as` для linaria сборки
1272
-
1273
- - Добавлены свойства `as` и `forwradedAs` на уровне типов
1274
-
1275
- - Добавлена документация с примером
1276
-
1277
- [PR](https://github.com/salute-developers/plasma/pull/1885)
1278
-
1279
- - Добавлена поддержка свойства `medium`
1280
-
1281
- [PR](https://github.com/salute-developers/plasma/pull/1886)
1282
-
1283
- - добавлены stories с выводом токенов типографики
1284
-
1285
- <img width="558" src="https://github.com/user-attachments/assets/edcd8629-6de8-45b5-824a-0f2e8ebbb474" />
1286
-
1287
- [PR](https://github.com/salute-developers/plasma/pull/1863)
1288
-
1289
- ### Checkbox
1290
-
1291
- - Исправлено поведение `checkbox` на нативное в состоянии `indeterminate`
1292
-
1293
- [PR](https://github.com/salute-developers/plasma/pull/1880)
1294
-
1295
- ### Plasma-themes
1296
-
1297
- - Обновлены токены для всех тем этой группы
1298
- - Добавлены токены medium начертаний для типографики во все темы этой группы
1299
-
1300
- ### Sdds-themes
1301
-
1302
- - Обновлены токены для всех тем этой группы
1303
- - Добавлены токены medium начертаний для типографики во все темы этой группы
1304
-
1305
- [PR](https://github.com/salute-developers/plasma/pull/1870)
1306
-
1307
- ### Plasma-tokens
1308
-
1309
- - Обновление theme `plasma_b2c`
1310
- - Обновление theme `sdds_serv`
1311
- - Обновление theme `plasma_giga`
1312
- - Добавлена theme `plasma_giga_app` (дубликат plasma_b2c)
1313
- - Добавлены токены теней для native платформ в themes `plasma_b2c` и `plasma_web`
1314
-
1315
- [PR](https://github.com/salute-developers/plasma/pull/1870)
1316
-
1317
- ## 0.296.0 (20 марта 2025)
1318
-
1319
- ## Функциональные изменения в компонентах
1320
-
1321
- ### Button
1322
-
1323
- - исправлены токены для `hover`, `active`
1324
-
1325
- [PR](https://github.com/salute-developers/plasma/pull/1809)
1326
-
1327
- ### IconButton
1328
-
1329
- - исправлены токены для `hover`, `active`
1330
-
1331
- [PR](https://github.com/salute-developers/plasma/pull/1809)
1332
-
1333
- ### Calendar
1334
-
1335
- - добавлены переводы для aria-label на `eng`
1336
-
1337
- [PR](https://github.com/salute-developers/plasma/pull/1829)
1338
-
1339
- ### Dropdown
1340
-
1341
- - добавлено **новое** свойство `openByRightClick` для открытия по правому клику мыши
1342
-
1343
- [PR](https://github.com/salute-developers/plasma/pull/1791)
1344
-
1345
- - добавлено свойство `listMaxHeight`
1346
- - свойство `listHeight` теперь deprecated
1347
-
1348
- [PR](https://github.com/salute-developers/plasma/pull/1835)
1349
-
1350
- ### TextField
1351
-
1352
- - добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля
1353
-
1354
- [PR](https://github.com/salute-developers/plasma/pull/1826)
1355
-
1356
- ### TextArea
1357
-
1358
- - добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля
1359
-
1360
- [PR](https://github.com/salute-developers/plasma/pull/1826)
1361
-
1362
- ### Range
1363
-
1364
- - добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля
1365
-
1366
- [PR](https://github.com/salute-developers/plasma/pull/1826)
1367
-
1368
- ### DatePicker
1369
-
1370
- - добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля
1371
-
1372
- [PR](https://github.com/salute-developers/plasma/pull/1826)
1373
-
1374
- ### Select
1375
-
1376
- - добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля
1377
-
1378
- [PR](https://github.com/salute-developers/plasma/pull/1826)
1379
-
1380
- - добавлена документация по использованию `react-hook-form` с помощью `Controller`
1381
-
1382
- [PR](https://github.com/salute-developers/plasma/pull/1813)
1383
-
1384
- - расширено свойство `onChange?: (value: string[], item: T | null)`
1385
-
1386
- [PR](https://github.com/salute-developers/plasma/pull/1831)
1387
-
1388
- - расширили свойство `renderTarget?: (value: K[], opened?: boolean)`
1389
-
1390
- [PR](https://github.com/salute-developers/plasma/pull/1846)
1391
-
1392
- - добавлено свойство `listMaxHeight`
1393
- - свойство `listHeight` теперь deprecated
1394
- - добавлено свойство `onScroll` для возможности бесконечной подгрузки
1395
- - добавлено свойство `onToggle`
1396
-
1397
- [PR](https://github.com/salute-developers/plasma/pull/1835)
1398
-
1399
- - добавлено состояние `readOnly`
1400
- - исправлен UI для состояния disabled
1401
-
1402
- [PR](https://github.com/salute-developers/plasma/pull/1859)
1403
-
1404
- ### Switch
1405
-
1406
- - добавлен новый токен, для изменения кол-ва строк в `description`
1407
-
1408
- [PR](https://github.com/salute-developers/plasma/pull/1819)
1409
-
1410
- ### Notification
1411
-
1412
- - добавлены новые значения для `NotificationPlacement`. `top`, `center`, `left`, `bottom`, `right` и производные комбинации.
1413
-
1414
- [PR](https://github.com/salute-developers/plasma/pull/1832)
1415
-
1416
- ### Combobox
1417
-
1418
- - добавлена документация по использованию `react-hook-form` с помощью `Controller`
1419
-
1420
- [PR](https://github.com/salute-developers/plasma/pull/1813)
1421
-
1422
- - расширено свойство `onChange?: (value: string[], item: T | null)`
1423
-
1424
- [PR](https://github.com/salute-developers/plasma/pull/1831)
1425
-
1426
- - добавлено **новое** свойство `emptyStateDescription`
1427
-
1428
- [PR](https://github.com/salute-developers/plasma/pull/1844)
1429
-
1430
- - добавлено свойство `listMaxHeight`
1431
- - свойство `listHeight` теперь deprecated
1432
- - добавлено св-во `onScroll` для возможности бесконечной подгрузки
1433
- - добавлено св-во `onToggle`
1434
-
1435
- [PR](https://github.com/salute-developers/plasma/pull/1835)
1436
-
1437
- - исправлен баг с позиционированием выпадающего списка при динамическом изменении его высоты
1438
-
1439
- [PR](https://github.com/salute-developers/plasma/pull/1858)
1440
-
1441
- ### Checkbox
1442
-
1443
- - исправлено поведение в `controlled` при состоянии `indeterminate`
1444
-
1445
- [PR](https://github.com/salute-developers/plasma/pull/1837)
1446
-
1447
- ### LinkButton
1448
-
1449
- - добавлен новый компонент LinkButton
1450
-
1451
- <img width="201" src="https://github.com/user-attachments/assets/dec05088-3ccf-44c2-aeec-ea124af27369" />
1452
-
1453
- <img width="197" src="https://github.com/user-attachments/assets/94f83864-ac3a-4591-aa78-5f4c3676cbfb" />
1454
-
1455
- [PR](https://github.com/salute-developers/plasma/pull/1830)
1456
-
1457
- ### NumberFormat
1458
-
1459
- - добавлен компонент для ввода чисел с форматированием
1460
-
1461
- <img width="494" src="https://github.com/user-attachments/assets/16c78262-5bc8-4e69-a682-1c4d1e04b1e3" />
1462
-
1463
- [PR](https://github.com/salute-developers/plasma/pull/1834)
1464
-
1465
- ### Tree
1466
-
1467
- - добавлена возможность использовать компонент в `controlled-варианте`
1468
-
1469
- [PR](https://github.com/salute-developers/plasma/pull/1824)
1470
-
1471
- ### Textfield
1472
-
1473
- - исправлен баг в режиме `readOnly`;
1474
-
1475
- [PR](https://github.com/salute-developers/plasma/pull/1838)
1476
-
1477
- ### Cell
1478
-
1479
- - изменен `gap` между элементами в размерах `xs` и `m`
1480
-
1481
- [PR](https://github.com/salute-developers/plasma/pull/1850)
1482
-
1483
- ### Pagination
1484
-
1485
- - добавлено новое свойство `onChange?: (page?: number, perpage?: number)`
1486
-
1487
- [PR](https://github.com/salute-developers/plasma/pull/1836)
1488
-
1489
- ### Autocomplete
1490
-
1491
- - исправлен баг с позиционированием выпадающего списка при динамическом изменении его высоты;
1492
-
1493
- [PR](https://github.com/salute-developers/plasma/pull/1858)
1494
-
1495
- ### Calendar, DatePicker
1496
-
1497
- - добавлено свойство `renderFromDate`, для регулирования даты отрисовки календарной сетки
1498
-
1499
- [PR](https://github.com/salute-developers/plasma/pull/1848)
1500
-
1501
- ### Card
1502
-
1503
- - добавлен новый компонент Card
1504
-
1505
- <img width="354" src="https://github.com/user-attachments/assets/d1e4f778-6462-4444-835d-48d66b3e1b52" />
1506
-
1507
- [PR](https://github.com/salute-developers/plasma/pull/1806)
1508
-
1509
- ## 0.277.0 (6 марта 2025)
1510
-
1511
- ## Функциональные изменения в компонентах
1512
-
1513
- ### Notification
1514
-
1515
- - добавлен логика для переопределения color: `title`, `icon`, `content`
1516
-
1517
- [PR](https://github.com/salute-developers/plasma/pull/1778)
1518
-
1519
- ### Tabs
1520
-
1521
- - при программном выборе таба происходит скролл к выбранному табу
1522
-
1523
- [PR](https://github.com/salute-developers/plasma/pull/1780)
1524
-
1525
- ### Autocomplete
1526
-
1527
- - переведен на **новую** архитектуру с использованием `@floating-ui`
1528
-
1529
- [PR](https://github.com/salute-developers/plasma/pull/1794)
1530
-
1531
- ### Calendar
1532
-
1533
- - Добавлены новые токены цвета текста при `disabled`
1534
-
1535
- ### Datepicker
1536
-
1537
- - Добавлены новые токены цвета текста при `disabled`
1538
-
1539
- [PR](https://github.com/salute-developers/plasma/pull/1785)
1540
-
1541
- ### Select
1542
-
1543
- - добавлена опциональная виртуализация в выпадающий список;
1544
-
1545
- [PR](https://github.com/salute-developers/plasma/pull/1797)
1546
-
1547
- ### Tree
1548
-
1549
- - добавлен пропс `renderTitle`;
1550
-
1551
- [PR](https://github.com/salute-developers/plasma/pull/1799)
1552
-
1553
- - добавлен явный экспорт типов;
1554
-
1555
- [PR](https://github.com/salute-developers/plasma/pull/1798)
1556
-
1557
- ### createApplyPaperMixin
1558
-
1559
- - Добавлен билдер миксина `applyPaper`
1560
-
1561
- ### Dropzone
1562
-
1563
- - изменен `type` на ReactNode для свойств `title`, `description`
1564
-
1565
- [PR](https://github.com/salute-developers/plasma/pull/1801)
1566
-
1567
- ### Segment
1568
-
1569
- - добавлено свойство `singleSelectedRequired`, которое делает один сегмент обязательно активным
1570
-
1571
- * добавлен `view=accent` для SegmentItem
1572
-
1573
- [PR](https://github.com/salute-developers/plasma/pull/1793)
1574
-
1575
- - добавлена опциональная виртуализация в выпадающий список;
1576
-
1577
- [PR](https://github.com/salute-developers/plasma/pull/1817)
1578
-
1579
- ### Dropdown
1580
-
1581
- - добавлен размер `xl`
1582
-
1583
- [PR](https://github.com/salute-developers/plasma/pull/1803)
1584
-
1585
- - добавлен размер `xl`
1586
-
1587
- [PR](https://github.com/salute-developers/plasma/pull/1802)
1588
-
1589
- ### Checkbox
1590
-
1591
- - добавлен токен `labelColor`
1592
-
1593
- ### TextField, TextArea, Range
1594
-
1595
- - обновлено отображение readOnly
1596
-
1597
- [PR](https://github.com/salute-developers/plasma/pull/1770)
1598
-
1599
- ## Изменения в библиотеки
1600
-
1601
- ### applyPaper
1602
-
1603
- - Добавлен миксин `applyPaper`, который позволяет создать базовый стиль подложки для любого блока, со следующим набором свойств, значения которых доступны из темы sdds_dfa:
1604
- - backgroundColor - отвечает за цвет подложки в котором можно выбрать токены цветов и градиентов;
1605
- - borderRadius - отвечает за скругление углов блока;
1606
- - shadow - отвечает за применение стилей теней для блока;
1607
- - styles - отвечает за все доступные css свойства.
1608
-
1609
- Например:
1610
-
1611
- ```ts
1612
- <div
1613
- style={applyPaper({
1614
- backgroundColor: surfaceAccent,
1615
- borderRadius: borderRadiusM,
1616
- shadow: shadowDownHardM,
1617
- styles: {
1618
- color: white,
1619
- width: 10rem,
1620
- height: 10rem,
1621
- },
1622
- })}
1623
- >
1624
- Test card
1625
- </div>
1626
- ```
1627
-
1628
- ## 0.259.0 (20 февраля 2025)
1629
-
1630
- ## Функциональные изменения в компонентах
1631
-
1632
- ### Calendar
1633
-
1634
- - исправлен выбор месяца на двойном календаре
1635
-
1636
- [PR](https://github.com/salute-developers/plasma/pull/1756)
1637
-
1638
- ### Accordion
1639
-
1640
- - изменен тег в `AccrodionItem` с `button` на `div`
1641
-
1642
- [PR](https://github.com/salute-developers/plasma/pull/1758)
1643
-
1644
- ### Combobox
1645
-
1646
- - добавлена опциональная виртуализация в выпадающий список
1647
-
1648
- [PR](https://github.com/salute-developers/plasma/pull/1761)
1649
-
1650
- ### Popover
1651
-
1652
- - добавлен токен `box-shadow`
1653
-
1654
- - исправлены примеры в `storybooks` для корректной демонстрации
1655
-
1656
- [PR](https://github.com/salute-developers/plasma/pull/1767)
1657
-
1658
- ### Drawer
1659
-
1660
- - добавлена возможность задавать цвет фона панели
1661
-
1662
- [PR](https://github.com/salute-developers/plasma/pull/1760)
1663
-
1664
- ### Checkbox
1665
-
1666
- - актуализированы `view` согласно макетам
1667
-
1668
- [PR](https://github.com/salute-developers/plasma/pull/1762)
1669
-
1670
- ### Radiobox
1671
-
1672
- - актуализированы `view` согласно макетам
1673
-
1674
- [PR](https://github.com/salute-developers/plasma/pull/1763)
1675
-
1676
- - исправлена ошибка при работе с `react-hook-form`, если не указано изначальное значение
1677
-
1678
- [PR](https://github.com/salute-developers/plasma/pull/1777)
1679
-
1680
- ### Select
1681
-
1682
- - исправлена ошибка при работе с `react-hook-form`, если не указано изначальное значение
1683
-
1684
- [PR](https://github.com/salute-developers/plasma/pull/1777)
1685
-
1686
- ### Textarea
1687
-
1688
- - добавлен **новый** размер `xl`
1689
-
1690
- [PR](https://github.com/salute-developers/plasma/pull/1759)
1691
-
1692
- - исправлена работа `end` и `start` при `target` меньше чем `32px`
1693
-
1694
- [PR](https://github.com/salute-developers/plasma/pull/1775)
1695
-
1696
- ### Select, Combobox
1697
-
1698
- - исправлен баг, связанный с возможностью выбирать `disabled` item через его родителя;
1699
-
1700
- [PR](https://github.com/salute-developers/plasma/pull/1766)
1701
-
1702
- ### Steps
1703
-
1704
- - исправлен `background`, `cursor`
1705
-
1706
- [PR](https://github.com/salute-developers/plasma/pull/1776)
1707
-
1708
- ### Calendar, DatePicker
1709
-
1710
- - исправлена логика отрисовки календарных сеток "месяц", "квартал", "год" для минимальной и максимальной дат
1711
-
1712
- **Before**:
1713
-
1714
- https://github.com/user-attachments/assets/18943dab-5a6d-4e0f-945b-2aef7c815b23
1715
-
1716
- **After**:
1717
-
1718
- https://github.com/user-attachments/assets/1725f4c3-3db7-469a-b0d6-c1f5e275623f
1719
-
1720
- [PR](https://github.com/salute-developers/plasma/pull/1757)
1721
-
1722
- - добавлено св-во `onChangeValue` для отслеживания изменений значения в строке поиска.
1723
-
1724
- [PR](https://github.com/salute-developers/plasma/pull/1782)
1725
-
1726
- ### Checkbox, Radiobox
1727
-
1728
- - добавлен корректный отступ для `trigger icon`
1729
-
1730
- [PR](https://github.com/salute-developers/plasma/pull/1781)
1731
-
1732
- ## 0.244.0 (6 февраля 2025)
1733
-
1734
- ## Функциональные изменения в компонентах
1735
-
1736
- ### Accordion
1737
-
1738
- - добавлены **новые** размеры с `h2` по `h5`
1739
-
1740
- [PR](https://github.com/salute-developers/plasma/pull/1724)
1741
-
1742
- ### Toast
1743
-
1744
- Убрана очистка таймаута в ToastContorller
1745
-
1746
- [PR](https://github.com/salute-developers/plasma/pull/1712)
1747
-
1748
- - исправлена передача свойства `closeIconType`
1749
- - добавлено **новое** свойство `textColor`
1750
- - добавлены новые значения для `view`:`positive`, `negative`
1751
- - значения `view`:`dark`,`light` помечены как `deprecated`
1752
-
1753
- [PR](https://github.com/salute-developers/plasma/pull/1719)
1754
-
1755
- ### Portal
1756
-
1757
- - исправлена ошибка гидрации в Next
1758
-
1759
- ### Autocomplete
1760
-
1761
- - исправлена ширина компонента в storybook
1762
-
1763
- [PR](https://github.com/salute-developers/plasma/pull/1730)
1764
-
1765
- ### DatePicker
1766
-
1767
- - добавлена возможность передавать внешнее значение даты в DatePicker
1768
-
1769
- https://github.com/user-attachments/assets/b26c67c2-1255-4831-b44e-0e876103153d
1770
-
1771
- [PR](https://github.com/salute-developers/plasma/pull/1720)
1772
-
1773
- ### Range
1774
-
1775
- - добавлена возможность задать цвет `helperText` при статусе `error` и `success`
1776
-
1777
- ### Datepicker
1778
-
1779
- - добавлена возможность задать цвет `helperText` при статусе `error` и `success`
1780
-
1781
- [PR](https://github.com/salute-developers/plasma/pull/1727)
1782
-
1783
- ### Popover
1784
-
1785
- - Добавлен пропс `animated`, который делает плавное появления `Popover` за 200мс
1786
-
1787
- ### Tooltip
1788
-
1789
- - Исправлена работа свойства `animated`, путем наследования этого свойства из `Popover`
1790
-
1791
- [PR](https://github.com/salute-developers/plasma/pull/1739)
1792
-
1793
- ### Dropdown
1794
-
1795
- - добавлен явный экспорт типов;
1796
-
1797
- ### Select
1798
-
1799
- - добавлен явный экспорт типов;
1800
-
1801
- [PR](https://github.com/salute-developers/plasma/pull/1732)
1802
-
1803
- ### Textfield
1804
-
1805
- - исправлен баг, связанный с пропсом required в режиме с чипами;
1806
-
1807
- [PR](https://github.com/salute-developers/plasma/pull/1738)
1808
-
1809
- ### TextArea
1810
-
1811
- - Hint остается активным при disabled состоянии
1812
-
1813
- <img width="417" alt="image" src="https://github.com/user-attachments/assets/6fe979b2-3532-46d7-9fa3-a8b141ad73fb" />
1814
-
1815
- [PR](https://github.com/salute-developers/plasma/pull/1700)
1816
-
1817
- - добавлен раздел в документацию по работе с NextJs
1818
-
1819
- [PR](https://github.com/salute-developers/plasma/pull/1740)
1820
-
1821
- ## Изменения в библиотеки
1822
-
1823
- - В документацию добавлено предупреждение о том, что `view`:`dark` и `light` устарели; добавлен пример того, как переключать темы при помощи `ViewContainer`
1824
- - В документацию добавлен пример для `view`:`positive`, `negative` с иконкой `color=inherit`
1825
-
1826
- [PR](https://github.com/salute-developers/plasma/pull/1719)
1827
-
1828
- ## 0.231.0 (23 января 2025)
1829
-
1830
- ## Функциональные изменения в компонентах
1831
-
1832
- ### Rating
1833
-
1834
- - исправлена логика расчета отображаемого значения
1835
-
1836
- **Before**: <img width="521" alt="image" src="https://github.com/user-attachments/assets/187e7764-1a7d-440a-a027-66d9ab131401" />
1837
-
1838
- **After**: <img width="517" alt="image" src="https://github.com/user-attachments/assets/23f56b4f-3ead-45fd-9d6b-3a0d3c8cba3f" />
1839
-
1840
- [PR](https://github.com/salute-developers/plasma/pull/1685)
1841
-
1842
- ### Note
1843
-
1844
- - добавлен новый компонент Note
1845
-
1846
- <img width="454" alt="image" src="https://github.com/user-attachments/assets/01230e8f-117c-46ec-b50f-8427e648049a" />
1847
-
1848
- [PR](https://github.com/salute-developers/plasma/pull/1681)
1849
-
1850
- ### Flow
1851
-
1852
- Универсальный контейнер для упорядоченного размещения вложенных компонентов (например, медиафайлы, карточки или блоки текста).
1853
-
1854
- [PR](https://github.com/salute-developers/plasma/pull/1657)
1855
-
1856
- ### NumberInput
1857
-
1858
- - исправлен баг, позволявший ввести число с точкой в конце, больше максимального значения или ниже минимального значения
1859
- - добавлено свойство `precision`, определяющее кол-во знаков после запятой
1860
- - добавлены тесты на эти кейсы
1861
-
1862
- [PR](https://github.com/salute-developers/plasma/pull/1699)
1863
-
1864
- ### DatePicker
1865
-
1866
- - добавлена возможность указать место раскрытия календаря
1867
-
1868
- **After**: <img width="620" alt="image" src="https://github.com/user-attachments/assets/06764c3a-c58d-46a9-a027-49715ebe91e4" />
1869
-
1870
- [PR](https://github.com/salute-developers/plasma/pull/1697)
1871
-
1872
- ### Avatar
1873
-
1874
- - добавлен блок для отображения дополнительного контента в виде badge или counter
1875
-
1876
- **After**: <img width="127" alt="image" src="https://github.com/user-attachments/assets/9e795ffb-4d81-44d5-8959-63234db209b8" /> <img width="116" alt="image" src="https://github.com/user-attachments/assets/452d8c47-44a4-4a75-b3a7-d7a43381469b" />
1877
-
1878
- [PR](https://github.com/salute-developers/plasma/pull/1696)
1879
-
1880
- - поля ввода даты становятся независимыми после выбора полной даты в DatePickerRange
1881
- - добавлено свойство `closeAfterDateSelect`, позволяющее закрыть календарь после выбора даты
1882
-
1883
- [PR](https://github.com/salute-developers/plasma/pull/1702)
1884
-
1885
- ### Slider
1886
-
1887
- - Изменен отступ между иконкой слева и label при горизонтальном слайдере
1888
-
1889
- [PR](https://github.com/salute-developers/plasma/pull/1703)
1890
-
1891
- ### ThemeBuilder
1892
-
1893
- Добавлена валидация при создании токена / редактировании токена:
1894
-
1895
- - Проверка, что токен называется в CamelCase нотации
1896
- - Название токена не должно превышвать 32 символа
1897
- - Название не должно начинаться с название подгруппы, в которой он создаётся
1898
- - В названии не должно быть зарезервированных слов "onDark", "onLight", "inverse"
1899
- - Значение обычного цвета теперь поддерживается только в HEX и HEXA форматах
1900
- - Значение градиента допускается только в полном описании: linear|radial-gradient (<угол / радиус>, <цвет> <позиция>, <цвет> <позиция>)
1901
-
1902
- [PR](https://github.com/salute-developers/plasma/pull/1690)
1903
-
1904
- ### Cell
1905
-
1906
- - добавлена возможность передачи `restProps` в компоненты `CellTextbox`
1907
- - исправлен пример для `CellTextbox`
1908
-
1909
- ### Checkbox
1910
-
1911
- - исправлена ширина кликабельной области `label` по умолчанию (`singleLine=false`)
1912
- - добавлена `story` для длинного названия + `singleLine`
1913
- - добавлен тест на клик по `label` и тест для свойства `singleLine`
1914
-
1915
- ### Radiobox
1916
-
1917
- - исправлена ширина кликабельной области `label` по умолчанию (`singleLine=false`)
1918
-
1919
- [PR](https://github.com/salute-developers/plasma/pull/1701)
1920
-
1921
- ### TextField, Autocomplete, TextArea, Combobox, Select
1922
-
1923
- - исправлен размер иконки trigger для hint
1924
- - добавлено отображение Hint внутри TextField-like компонент
1925
-
1926
- <img width="1080" alt="image" src="https://github.com/user-attachments/assets/99ab8bf7-b1b0-422b-a9e8-9fec18134833" />
1927
-
1928
- [PR](https://github.com/salute-developers/plasma/pull/1706)
1929
-
1930
- ### Combobox, Select, Dropdown
1931
-
1932
- - добавлена возможность задавать направление раскрытия вложенных дропдаунов
1933
-
1934
- <img width="420" alt="image" src="https://github.com/user-attachments/assets/1ada8d53-f6ed-4ea7-a921-d433ddd273a0" />
1935
-
1936
- [PR](https://github.com/salute-developers/plasma/pull/1709)
1937
-
1938
- ### Button, IconButton
1939
-
1940
- - актуализированы примеры документации для свойств: `size`, `view`
1941
-
1942
- [PR](https://github.com/salute-developers/plasma/pull/1668)
1943
-
1944
- ### Tree
1945
-
1946
- - перенесен внешний css из rc-tree в локальную сборку
1947
-
1948
- [PR](https://github.com/salute-developers/plasma/pull/1710)
1949
-
1950
- ### Tokens
1951
-
1952
- - актуализированы токены для конфигураций компонентов
1953
-
1954
- [PR](https://github.com/salute-developers/plasma/pull/1646)
1955
-
1956
- ### Autocomplete, Select, Combobox
1957
-
1958
- - добавлены новые токены для более детальной кастомизации
1959
- - исправлен токен жирности шрифта для `button-like` варианта `Select`;
1960
-
1961
- [PR](https://github.com/salute-developers/plasma/pull/1675)
1962
-
1963
- ### Dropdown
1964
-
1965
- - добавлен токен `itemMargin`
1966
- - добавлен токен `disclosureIconColor`
1967
-
1968
- [PR](https://github.com/salute-developers/plasma/pull/1705)
1969
-
1970
- ## Изменения в библиотеки
1971
-
1972
- ### Skeleton
1973
-
1974
- - добавлен экспорт компонента из пакета
1975
-
1976
- [PR](https://github.com/salute-developers/plasma/pull/1684)
1977
-
1978
- ## 0.218.0 (26 декабря 2024)
1979
-
1980
- ## Функциональные изменения в компонентах
1981
-
1982
- ### Counter
1983
-
1984
- - изменили минимальное значение с 1 на 0
1985
-
1986
- [PR](https://github.com/salute-developers/plasma/pull/1640)
1987
-
1988
- ### Select, Autocomplete, Combobox
1989
-
1990
- - добавлены свойства beforeList и afterList, которые служат ячейками для content в выпадающем списке;
1991
-
1992
- [PR](https://github.com/salute-developers/plasma/pull/1645)
1993
-
1994
- ### TextArea
1995
-
1996
- - изменен тип свойства `rightHelper` на `ReactNode`
1997
-
1998
- [PR](https://github.com/salute-developers/plasma/pull/1642)
1999
-
2000
- ### Select
2001
-
2002
- - добавлена поддержка `react-hook-form`
2003
-
2004
- [PR](https://github.com/salute-developers/plasma/pull/1639)
2005
-
2006
- ### Tokens
2007
-
2008
- - Добавлена генерация `spacing` токенов
2009
-
2010
- [PR](https://github.com/salute-developers/plasma/pull/1654)
2011
-
2012
- ### TS
2013
-
2014
- - обновлена, глобально, версия TS с 4.2.4 до 4.5.5
2015
-
2016
- [PR](https://github.com/salute-developers/plasma/pull/1641)
2017
-
2018
- ### Attach
2019
-
2020
- - добавлено свойство `helperText`
2021
- - добавлен `helperTextView` со значениями `default` и `negative`
2022
-
2023
- <img width="1107" alt="helperTextView" src="https://github.com/user-attachments/assets/9a47e731-ee63-46e7-8f57-890cea762082" />
2024
-
2025
- [PR](https://github.com/salute-developers/plasma/pull/1656)
2026
-
2027
- ### Notification
2028
-
2029
- - исправлена типизация компонента (убран принудительный кастинг)
2030
-
2031
- [PR](https://github.com/salute-developers/plasma/pull/1664)
2032
-
2033
- ### Button, ButtonGroup, IconButton
2034
-
2035
- - Добавлен размер `xl` во все вертикали
2036
-
2037
- [PR](https://github.com/salute-developers/plasma/pull/1624)
2038
-
2039
- ### TextField
2040
-
2041
- - исправлено поведение свойства `textAfter`, теперь позиция всегда рядом с текстом input
2042
-
2043
- [PR](https://github.com/salute-developers/plasma/pull/1611)
2044
-
2045
- ### Textarea
2046
-
2047
- - актуализированы примеры в storybook в соответствии с дизайном
2048
-
2049
- - исправлена работа `placeholder` при работе `react-hook-form` с defaultValues
2050
-
2051
- [PR](https://github.com/salute-developers/plasma/pull/1649)
2052
-
2053
- ### Breadcrumbs, Calendar, Combobox, Dropdown, Select, Slider
2054
-
2055
- - исправлены циклические зависимости
2056
-
2057
- [PR](https://github.com/salute-developers/plasma/pull/1666)
2058
-
2059
- ### Popover
2060
-
2061
- - в target можно передать ref на элемент, рядом с которым произойдет открытие
2062
-
2063
- [PR](https://github.com/salute-developers/plasma/pull/1647)
2064
-
2065
- ### Dropdown
2066
-
2067
- - свойство `hasArrow` помечено как `deprecated`
2068
-
2069
- - актуализированы примеры в `storybook`
2070
-
2071
- [PR](https://github.com/salute-developers/plasma/pull/1669)
2072
-
2073
- - добавлена новые токены для возможности управления расстоянием между контентом Item и иконкой DisclosureRight
2074
- - добавлен новый токен, отвечающий за скейлинг иконки DisclosureRight в зависимости от размера компонента
2075
- - исправлены стили скруглений и отступтов, теперь они рассчитываются по формуле, также как и в компоненет `Select`
2076
-
2077
- [PR](https://github.com/salute-developers/plasma/pull/1650)
2078
-
2079
- ### Tree
2080
-
2081
- - добавлен новый компонент (многоуровневый раскрывающийся список в виде дерева);
2082
-
2083
- [PR](https://github.com/salute-developers/plasma/pull/1603)
2084
-
2085
- ### TextArea, TextField
2086
-
2087
- - свойства required попадает в `DOM` на соотвествующие элементы
2088
-
2089
- [PR](https://github.com/salute-developers/plasma/pull/1670)
2090
-
2091
- - закрытие выпадающего списка теперь возможно по повторному нажатию на таргет;
2092
-
2093
- [PR](https://github.com/salute-developers/plasma/pull/1676)
2094
-
2095
- ## Изменения в библиотеки
2096
-
2097
- - Добавлены `spacing` токены
2098
-
2099
- [PR](https://github.com/salute-developers/plasma/pull/1654)
2100
-
2101
- ## 0.201.0 (12 декабря 2024)
2102
-
2103
- ## Функциональные изменения в компонентах
2104
-
2105
- ### Popup
2106
-
2107
- - добавлено свойство `UNSAFE_SSR_ENABLED` в `PopupProvider` для корректной hydration компонента;
2108
-
2109
- [PR](https://github.com/salute-developers/plasma/pull/1596)
2110
-
2111
- ### Dropdown
2112
-
2113
- - актуализированы примеры в документации для свойства `placement`
2114
-
2115
- [PR](https://github.com/salute-developers/plasma/pull/1612)
2116
-
2117
- ### Chip, ChipGroup, Counter, Combobox, Select, TextField, TextArea, TextFieldGrop
2118
-
2119
- - изменен формат записи токена для `padding` с длинной на короткую
2120
-
2121
- [PR](https://github.com/salute-developers/plasma/pull/1600)
2122
-
2123
- ### Calendar
2124
-
2125
- - добавлено ограничение на отрицательные значения в годах
2126
-
2127
- [PR](https://github.com/salute-developers/plasma/pull/1605)
2128
-
2129
- ### Select
2130
-
2131
- - добавлены свойства beforeList и afterList, которые служат ячейками для content в выпадающем списке;
2132
-
2133
- [PR](https://github.com/salute-developers/plasma/pull/1613)
2134
-
2135
- ### Combobox
2136
-
2137
- - исправлено поведение, когда нажатие на `Tab` очищало набранный текст в `single` mode;
2138
-
2139
- [PR](https://github.com/salute-developers/plasma/pull/1614)
2140
-
2141
- ### Autocomplete
2142
-
2143
- - исправлен import для типа `RequiredProps`
2144
-
2145
- [PR](https://github.com/salute-developers/plasma/pull/1608)
2146
-
2147
- ### Range, DatePicker
2148
-
2149
- - добавлены свойства `required`, `requiredPlacement`
2150
-
2151
- [PR](https://github.com/salute-developers/plasma/pull/1595)
2152
-
2153
- ### `Modal`
2154
-
2155
- - актуализированы примеры в документации
2156
-
2157
- * добавлены описания типов `offset` и `placement`
2158
-
2159
- [PR](https://github.com/salute-developers/plasma/pull/1615)
2160
-
2161
- ### Drawer, Panel
2162
-
2163
- - добавлена возможность изменить цвет закрывающей иконки
2164
-
2165
- ### Tooltip
2166
-
2167
- - скорректирован внутренний `align-items`
2168
-
2169
- **Было (позиция иконки)** <img width="204" src="https://github.com/user-attachments/assets/352dd515-c222-4f09-8dea-f4e540572cb9" />
2170
-
2171
- **Стало (позиция иконки)** <img width="179" src="https://github.com/user-attachments/assets/b38460a0-92a9-4f19-9096-c2ec38109e63"/>
2172
-
2173
- [PR](https://github.com/salute-developers/plasma/pull/1602)
2174
-
2175
- ### Dropdown, Select, Combobox
2176
-
2177
- - расширен тип у `item` для использования дата-атрибутов и классов в DOM.
2178
-
2179
- [PR](https://github.com/salute-developers/plasma/pull/1620)
2180
-
2181
- - добавлено свойство `zIndex` для облегчения работы со слоями в выпадающем меню
2182
-
2183
- [PR](https://github.com/salute-developers/plasma/pull/1631)
2184
-
2185
- - исправлен баг, связанный с неправильной работой свойства renderValue в одиночном режиме варианта `textfield-like`;
2186
-
2187
- [PR](https://github.com/salute-developers/plasma/pull/1634)
2188
-
2189
- ### Color tokens
2190
-
2191
- - добавлена страница в storybook с выводом цветовых токенов темы
2192
-
2193
- [PR](https://github.com/salute-developers/plasma/pull/1606)
2194
-
2195
- ### TextField, TextArea
2196
-
2197
- - изменен `type` для свойства `leftHelper` на `ReactNode`
2198
-
2199
- [PR](https://github.com/salute-developers/plasma/pull/1632)
2200
-
2201
- ### Docusaurus
2202
-
2203
- - обновлен до версии `3.6.1`
2204
-
2205
- [PR](https://github.com/salute-developers/plasma/pull/1618)
2206
-
2207
- ### Slider
2208
-
2209
- - исправлено поведение работы value (внешнее управление)
2210
-
2211
- - исправлена подстветка шкалы в вертикальном и инверсированном режиме
2212
-
2213
- - добавлены новые свойства `pointerVisibility`, `currentValueVisibility`
2214
-
2215
- [PR](https://github.com/salute-developers/plasma/pull/1616)
2216
-
2217
- ### Tooltip, Popover
2218
-
2219
- - добавлена возможность открывать по `hover`
2220
-
2221
- [PR](https://github.com/salute-developers/plasma/pull/1625)
2222
-
2223
- ### Popup, Drawer
2224
-
2225
- - rest аргументы прокидываются на уровень `.popup-base-root` элемента
2226
-
2227
- [PR](https://github.com/salute-developers/plasma/pull/1636)
2228
-
2229
- - актуализированы примеры storybook и документация
2230
-
2231
- [PR](https://github.com/salute-developers/plasma/pull/1635)
2232
-
2233
- ### Rating
2234
-
2235
- - добавлен новый компонент
2236
-
2237
- <img width="174" alt="image" src="https://github.com/user-attachments/assets/46dcad64-d4e6-4782-bcfa-e75b498011cc">
2238
-
2239
- [PR](https://github.com/salute-developers/plasma/pull/1610)
2240
-
2241
- ### TextArea
2242
-
2243
- - Исправлено поведение, при котором во время ввода значения / потери или получение фокуса приводило к скроллу страницы при включенном autoResize
2244
-
2245
- [PR](https://github.com/salute-developers/plasma/pull/1633)
2246
-
2247
- # v0.186.0 (Thu Nov 28 2024)
2248
-
2249
- ### Release Notes
2250
-
2251
- #### Release by 27.11.2024 ([#1597](https://github.com/salute-developers/plasma/pull/1597))
2252
-
2253
- ## Core
2254
-
2255
- ### Switch Outline
2256
-
2257
- - добавлен отдельный `config` для вариации `outline`
2258
- - добавлена соответствующая поддержка во все библиотеки
2259
-
2260
- core: Switch outline design (https://github.com/salute-developers/plasma/pull/1560)
2261
-
2262
- ### Switch
2263
-
2264
- - исправлены токены целью добавления возможности реализации нового дизайна
2265
-
2266
- plasma-new-hope: fix Switch design (https://github.com/salute-developers/plasma/pull/1569)
2267
-
2268
- ### Dropdown
2269
-
2270
- - добавлено новое свойство `renderItem`;
2271
-
2272
- feat(plasma-_, sdds-_): Add renderItem prop in Dropdown. Fix issues with Select and Combobox. (https://github.com/salute-developers/plasma/pull/1562)
2273
-
2274
- ### Select/Combobox
2275
-
2276
- - улучшено поведение свойства `renderItem` при работе с вложенными списками;
2277
- - исправлен баг, приводящий к неправильной работе чипов в режиме multiple при renderValue;
2278
-
2279
- feat(plasma-_, sdds-_): Add renderItem prop in Dropdown. Fix issues with Select and Combobox. (https://github.com/salute-developers/plasma/pull/1562)
2280
-
2281
- ### Badge
2282
-
2283
- - добавлен surfaceClear токен для варианта clear
2284
- - добавлены padding для варианта clear
2285
- - реализован вариант только с иконкой
2286
- - добавлена возможность передать пользовательский цвет для текста и фона
2287
-
2288
- feat(plasma-_,sdds-_): Icon only badge (https://github.com/salute-developers/plasma/pull/1546)
2289
-
2290
- ### Select
2291
-
2292
- - добавлены св-ва required, requiredPlacement и optional;
2293
- ![plasma-b2c Select -- prop required, requiredPlacement snap](https://github.com/user-attachments/assets/42fcb1fe-6a37-434b-843f-d285b4e6f279)
2294
-
2295
- feat(plasma-_, sdds-_): Add required functionality in Select (https://github.com/salute-developers/plasma/pull/1561)
2296
-
2297
- ### TextField, Select
2298
-
2299
- - добавлен новый проп `chipType`, который позволяет менять внешний вид для чипа в режиме multiselect;
2300
- ![plasma-b2c Select -- prop chipType snap](https://github.com/user-attachments/assets/66c5cb36-bd40-444f-bace-1fb8dec2f130)
2301
-
2302
- feat(plasma-_, sdds-_): Add chipType prop in TextField & Select (https://github.com/salute-developers/plasma/pull/1577)
2303
-
2304
- ### Calendar
2305
-
2306
- - при отсутствии значения календарная сетка отображается с минимальной даты
2307
-
2308
- **Before**:
2309
- <img width="484" src="https://github.com/user-attachments/assets/e3ea6e68-f8d4-4c9a-95ca-fba28ca282f5" />
2310
-
2311
- **After**:
2312
- <img width="464" src="https://github.com/user-attachments/assets/d7a53b4b-4a28-4eda-9c91-7a82d9f03466" />
2313
-
2314
- feat(plasma-new-hope): Add displaying date from min value in Calendar (https://github.com/salute-developers/plasma/pull/1572)
2315
-
2316
- ### Notification
2317
-
2318
- - добавлена возможность отображать вечные оповещения
2319
-
2320
- plasma-\*: Add infinite Notification (https://github.com/salute-developers/plasma/pull/1582)
2321
-
2322
- ### Autocomplete
2323
-
2324
- - добавлена поддержка `react-hook-form`
2325
- - добавлена документация по использованию с нативной формой и `react-hook-form`
2326
-
2327
- feat(new-hope): add react hook form support in autocomplite (https://github.com/salute-developers/plasma/pull/1574)
2328
-
2329
- ### Dropzone
2330
-
2331
- - добавлен новый компонент
2332
-
2333
- <img width="515" src="https://github.com/user-attachments/assets/30f2131c-f1d1-48ba-b8e5-57f56c65b97d" />
2334
-
2335
- feat(plasma-new-hope): Dropzone (https://github.com/salute-developers/plasma/pull/1534)
2336
-
2337
- ### Button, IconButton
2338
-
2339
- - добавлены размеры `XL`
2340
- - добавлен размер `XXS` для компонента `IconButton`
2341
-
2342
- feat(sdds-insol): Update `Button` and `IconButton` design (https://github.com/salute-developers/plasma/pull/1576)
2343
-
2344
- ### TextField
2345
-
2346
- - добавлено свойство keepPlaceholder для одновременного отображения label и placeholder
2347
-
2348
- ![image](https://github.com/user-attachments/assets/d3c1ad74-c214-4ddd-96fa-3467871e3a4c)
2349
-
2350
- feat: add keepPlaceholder prop to TextField (https://github.com/salute-developers/plasma/pull/1556)
2351
-
2352
- ### TextField
2353
-
2354
- - добавлено свойство `chipView`
2355
- - добавлен callback `chipValidator`
2356
-
2357
- ### Chip
2358
-
2359
- - добавлены статусные `view`: `positive`, `negative`, `warning`
2360
-
2361
- feat(plasma-new-hope): Add chip views and chip validator for TextField (https://github.com/salute-developers/plasma/pull/1589)
2362
-
2363
- ### Modal
2364
-
2365
- - добавлен базовый дизайн с пропсами `hasBody` и `hasClose`
2366
- - старые примеры в сторибуках перенесены в `Custom Modal Demo`
2367
-
2368
- <img width="247" src="https://github.com/user-attachments/assets/23d2f8dc-739f-4ef9-8820-93ac3caeffa2" />
2369
-
2370
- feat: add Modal designed body (https://github.com/salute-developers/plasma/pull/1558)
2371
-
2372
- ### TextArea
2373
-
2374
- - добавлено свойство для выноса левого helper за пределы TextArea
2375
-
2376
- feat: add leftHelperPlacement prop to TextArea (https://github.com/salute-developers/plasma/pull/1579)
2377
-
2378
- ### TextField, TextArea
2379
-
2380
- - упростили типы связанный со свойством `required`
2381
-
2382
- fix: "RequiredProps" unions in TextField & TextArea (https://github.com/salute-developers/plasma/pull/1593)
2383
-
2384
- ## PLASMA-ASDK
2385
-
2386
- ### Switch
2387
-
2388
- - обновлена конфигурация компонента
2389
- - обновлены примеры в `storybook`
2390
-
2391
- ## SDDS-CS
2392
-
2393
- ### Textarea
2394
-
2395
- - изменен `view negative` в соответствии с макетом
2396
-
2397
- fix(sdds-cs): edit view negative in textarea sdds-cs (https://github.com/salute-developers/plasma/pull/1567)
2398
-
2399
- ### Segment
2400
-
2401
- - изменен конфиг компонента в соответсвии с макетам
2402
-
2403
- fix(sdds-cs): Segment config edit (https://github.com/salute-developers/plasma/pull/1573)
2404
-
2405
- ### Сalendar
2406
-
2407
- - изменен конфиг компонента в соответсвии с макетам
2408
-
2409
- fix(sdds-cs): edit tokens calendar for sdds cs (https://github.com/salute-developers/plasma/pull/1566)
2410
-
2411
- ### Switch
2412
-
2413
- - исправлены токены в соответствие с макетом
2414
- - убран `control` для свойства `size` в `storybook`
2415
-
2416
- sdds-cs: fix Switch design (https://github.com/salute-developers/plasma/pull/1569)
2417
-
2418
- ## SDDS-SERV
2419
-
2420
- ### Switch
2421
-
2422
- - добавлен в сборку для `linaria`
2423
-
2424
- feat(sdds-serv): Add switch to linaria build (https://github.com/salute-developers/plasma/pull/1583)
2425
-
2426
- ## Bugs
2427
-
2428
- ### Select, Combobox, Dropdown
2429
-
2430
- - исправлен баг, возникающий когда проп `listHeight` был больше, чем актуальная высота списка, что приводило к пустым пробелам в этом же выпадающем списке.
2431
-
2432
- feat(plasma-new-hope): listHeight prop stands for a css maxHeight now (https://github.com/salute-developers/plasma/pull/1585)
2433
-
2434
- ### Select, Combobox, Dropdown
2435
-
2436
- - исправлено некорректное поведение выпадающего списка при использовании его внутри скролла, не являющегося скроллом вьюпорта;
2437
-
2438
- feat(plasma-_, sdds-_): Position relative is set by default for target in Select, Combobox, Dropdown (https://github.com/salute-developers/plasma/pull/1586)
2439
-
2440
- ### TextArea
2441
-
2442
- - убран автоподскролл по фокусу
2443
-
2444
- fix: TextArea auto scroll on focus (https://github.com/salute-developers/plasma/pull/1590)
2445
-
2446
- ## Icons
2447
-
2448
- ### React-native
2449
-
2450
- - добавлена генерация иконок для платформы `react-native`
2451
-
2452
- feat(plasma-icons): Add react-native icons generator (https://github.com/salute-developers/plasma/pull/1563)
2453
-
2454
- ## Docs
2455
-
2456
- - добавлены примеры с валидацией формы в раздел "Формы"
2457
-
2458
- docs: Add validation examples docs (https://github.com/salute-developers/plasma/pull/1587)
2459
-
2460
- ## Misc
2461
-
2462
- ### Typography
2463
-
2464
- - добавлено свойство `noWrap`, запрещающее перенос текста по пробелам
2465
- - обновлены `storybooks`, тесты и документация
2466
- - исправлена опечатка в названии папки `typograpy` -> `typography`
2467
-
2468
- `plasma-*, sdds-*`: Typography noWrap prop (https://github.com/salute-developers/plasma/pull/1588)
2469
-
2470
- ---
2471
-
2472
- #### 🚀 Enhancement
2473
-
2474
- - Release by 27.11.2024 [#1597](https://github.com/salute-developers/plasma/pull/1597) ([@denivladislav](https://github.com/denivladislav) [@Salute-Eva](https://github.com/Salute-Eva) [@shuga2704](https://github.com/shuga2704) [@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@iljs](https://github.com/iljs) [@neretin-trike](https://github.com/neretin-trike) [@vadim-kudr](https://github.com/vadim-kudr))
2475
- - feat: add helperPlacement prop to TextArea [#1579](https://github.com/salute-developers/plasma/pull/1579) ([@vadim-kudr](https://github.com/vadim-kudr))
2476
- - feat: add Modal designed body [#1558](https://github.com/salute-developers/plasma/pull/1558) ([@vadim-kudr](https://github.com/vadim-kudr))
2477
- - docs(): api reports regenerated [#1588](https://github.com/salute-developers/plasma/pull/1588) ([@denivladislav](https://github.com/denivladislav))
2478
- - feat(sdds-\*): chipView & chipValidator for TextField [#1589](https://github.com/salute-developers/plasma/pull/1589) ([@TitanKuzmich](https://github.com/TitanKuzmich))
2479
- - feat(sdds-\*): add Chip views ([@TitanKuzmich](https://github.com/TitanKuzmich))
2480
- - feat: add hasPlaceholder prop to TextField [#1556](https://github.com/salute-developers/plasma/pull/1556) ([@vadim-kudr](https://github.com/vadim-kudr))
2481
- - feat(sdds-\*): add Dropzone component [#1534](https://github.com/salute-developers/plasma/pull/1534) ([@TitanKuzmich](https://github.com/TitanKuzmich))
2482
- - feat(\*): add disabled opacity token in calendar [#1566](https://github.com/salute-developers/plasma/pull/1566) ([@iljs](https://github.com/iljs))
2483
- - feat(sdds-\*): update stories and configs for Badge [#1546](https://github.com/salute-developers/plasma/pull/1546) ([@TitanKuzmich](https://github.com/TitanKuzmich))
2484
-
2485
- #### 🐛 Bug Fix
2486
-
2487
- - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
2488
- - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
2489
- - docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
2490
- - fix: "RequiredProps" unions in TextField & TextArea [#1593](https://github.com/salute-developers/plasma/pull/1593) ([@vadim-kudr](https://github.com/vadim-kudr))
2491
- - feat(plasma-_, sdds-_): Switch track and thumb tokens improved ([@denivladislav](https://github.com/denivladislav))
2492
- - feat(plasma-_, sdds-_): Add chipType prop in Select [#1577](https://github.com/salute-developers/plasma/pull/1577) ([@shuga2704](https://github.com/shuga2704))
2493
- - feat(plasma-_, sdds-_): Add chipType props in TextField ([@shuga2704](https://github.com/shuga2704))
2494
- - feat(plasma-_, sdds-_): Add required functionality [#1561](https://github.com/salute-developers/plasma/pull/1561) ([@shuga2704](https://github.com/shuga2704))
2495
- - feat(plasma-_, sdds-_): Add renderItem prop in Dropdown. Fix issues with Select and Combobox [#1562](https://github.com/salute-developers/plasma/pull/1562) ([@shuga2704](https://github.com/shuga2704))
2496
- - chore(): Switch tokens updated ([@denivladislav](https://github.com/denivladislav))
2497
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2498
-
2499
- #### Authors: 8
2500
-
2501
- - [@iljs](https://github.com/iljs)
2502
- - [@Salute-Eva](https://github.com/Salute-Eva)
2503
- - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
2504
- - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
2505
- - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
2506
- - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2507
- - Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
2508
- - Vlad Denisov ([@denivladislav](https://github.com/denivladislav))
2509
-
2510
- ---
2511
-
2512
- # v0.173.0 (Thu Nov 14 2024)
2513
-
2514
- ### Release Notes
2515
-
2516
- #### Release by 13.11.2024 ([#1559](https://github.com/salute-developers/plasma/pull/1559))
2517
-
2518
- ## Components
2519
-
2520
- ### Autocomplete
2521
-
2522
- - добавлены новые св-ва `required`, `requiredPlacement` и `optional`;
2523
-
2524
- feat(plasma-_, sdds-_): Add required functionality in Autocomplete (https://github.com/salute-developers/plasma/pull/1522)
2525
-
2526
- ### Combobox
2527
-
2528
- - добавлены новые св-ва `required`, `requiredPlacement` и `optional`;
2529
-
2530
- feat(plasma-_, sdds-_): Add required functionality in Combobox (https://github.com/salute-developers/plasma/pull/1527)
2531
-
2532
- ### Range, DatePickerRange
2533
-
2534
- - добавлена возможность передать свойство `autoComplete`
2535
-
2536
- feat(plasma-new-hope): Add autoComplete prop to Range (https://github.com/salute-developers/plasma/pull/1530)
2537
-
2538
- ### Chip
2539
-
2540
- - добавлено событие `onClickClose` по клику на крестик
2541
- - `onClear` помечено как deprecated
2542
- - написан тест на onClickClose
2543
-
2544
- feat(plasma-new-hope): Divide chip events (https://github.com/salute-developers/plasma/pull/1536)
2545
-
2546
- ### Badge, Tabs
2547
-
2548
- - реализована возможность обрезания текста по максимальной ширине
2549
-
2550
- feat: add Badge & Tabs truncate props (https://github.com/salute-developers/plasma/pull/1500)
2551
-
2552
- ### NumberInput
2553
-
2554
- - компонент включен в поставку `plasma-*` и `sdds-*` библиотек
2555
-
2556
- **After**:
2557
- <img width="216" alt="image" src="https://github.com/user-attachments/assets/4b51c0e6-099d-41d7-af07-88344f7f77b0" />
2558
-
2559
- feat(plasma-new-hope): Add NumberInput component (https://github.com/salute-developers/plasma/pull/1511)
2560
-
2561
- ### Dropdown
2562
-
2563
- - добавлено свойство alwaysOpened
2564
- - добавлен тест на новое свойство
2565
-
2566
- feat(plasma-new-hope): Add alwaysOpened prop for Dropdown (https://github.com/salute-developers/plasma/pull/1538)
2567
-
2568
- ### TextField
2569
-
2570
- - добавлен токен изменения цвета фона компонента при наведении
2571
-
2572
- feat(plasma-_,sdds-_): Fix TextField hover tokens (https://github.com/salute-developers/plasma/pull/1551)
2573
-
2574
- ### Tabs
2575
-
2576
- - для `sdds-cs` исправлены значения токенов `itemSelectedDividerColor` и `itemSelectedDividerColorHover`
2577
- - для `sdds-dfa` исправлены токены для состояния `disabled`
2578
- - исправлены `argTypes` в stories
2579
-
2580
- ### Breadcrumbs
2581
-
2582
- - исправлен курсор при наведении на текущий `Breadcrumb`
2583
- - исправлены токены для `hover` и `active` состояний у `Breadcrumb`
2584
-
2585
- `plasma-new-hope, sdds-cs`: fix `Tabs` and `Breadcrumbs` (https://github.com/salute-developers/plasma/pull/1532)
2586
-
2587
- ### Switch
2588
-
2589
- - добавлены размеры `s`, `l`
2590
- - добавлено свойство `description`
2591
- - добавлено свойство `toggleSize`
2592
- - обновлены документация и тесты
2593
-
2594
- `plasma-*, sdds-*`: `Switch` sizes added (https://github.com/salute-developers/plasma/pull/1539)
2595
-
2596
- ### Attach, Button
2597
-
2598
- - свойство `square` у `Button` помечено как `deprecated`
2599
- - свойство `square` удалено из storybooks для `Attach`
2600
- - для размеров `m`, `l` у `Attach` исправлен размер иконки по умолчанию в варианте `IconButton`
2601
- - исправлены токены для view=secondary в пакете `sdds-cs`
2602
-
2603
- ### IconButton
2604
-
2605
- - исправлены токены для view=secondary в пакете `sdds-cs`
2606
-
2607
- `plasma-*, sdds-*`: fix `Attach` `square` prop (https://github.com/salute-developers/plasma/pull/1525)
2608
-
2609
- ### Steps
2610
-
2611
- - исправлены смещающиеся активные элементы
2612
- - добавлен фокус
2613
- - добавлены тесты
2614
-
2615
- plasma-\*: Fix `Steps` jumping bullets (https://github.com/salute-developers/plasma/pull/1517)
2616
-
2617
- ### Select
2618
-
2619
- - осуществлен переход на `floating-ui`
2620
- - расширена типизация, позволяющая использовать компонент в режиме uncontrolled (b2c и web)
2621
- - исправлено некорректное отображение ячейки выпадающего списка при длинных значениях
2622
- - расширены возможности использования компонента через портал. Теперь помимо рефки можно пробросить id `dom-элемента`
2623
- - исправлены UI-баги при использовании портала
2624
- - улучшена поддержка типов
2625
-
2626
- feat(plasma-_, sdds-_): Select improvements (https://github.com/salute-developers/plasma/pull/1550)
2627
-
2628
- ### Tabs
2629
-
2630
- - вернули возможность использовать `TabItemProps`, `TabsProps` во все пакетах
2631
-
2632
- `plasma-*, sdds-*`: `TabItemProps`, `TabsProps` exported (https://github.com/salute-developers/plasma/pull/1545)
2633
-
2634
- ## Вертикали
2635
-
2636
- ### `SDDS-CS`
2637
-
2638
- - добавлен view `negative` для `Combobox`
2639
- - добавлен view `negative` для `Autocomplete`
2640
-
2641
- plasma(sdds-cs): Add view negative to combobox and autocomplite (https://github.com/salute-developers/plasma/pull/1523)
2642
-
2643
- Добавлены новые токены для компонентов:
2644
-
2645
- - `Autocomplete`,
2646
- - `Combobox`,
2647
- - `Dropdown`,
2648
- - `Notifications`,
2649
- - `Range`,
2650
- - `Pagination`,
2651
- - `Tabs`,
2652
- - `DatePicker`
2653
-
2654
- feat(new-hope): Add new tokens to components (https://github.com/salute-developers/plasma/pull/1506)
2655
-
2656
- ### `SDDS-INSOL`
2657
-
2658
- - обновлена тема `sdds_insol`
2659
- - обновлено свойство `background-color` на background в компоненте `Button` для поддержки градиентов в значениях у токенов.
2660
- - обновлены конфигурации для компонентов `Button`, `TextArea` и `TextField`
2661
-
2662
- feat(sdds-insol): Update configs for `Button`, `TextArea` and `TextField` components [part 1](https://github.com/salute-developers/plasma/pull/1526)
2663
-
2664
- ## Docs
2665
-
2666
- ### Edit docs components for correctly view
2667
-
2668
- - изменена документация ( значения `size` ) для корректного отображения в документации в вертикали `sdds-cs`
2669
-
2670
- fix(sdds-cs-docs): Edit docs components for correctly view (https://github.com/salute-developers/plasma/pull/1557)
2671
-
2672
- ### Theme documentation
2673
-
2674
- - добавлен подраздел примеры смены тем
2675
-
2676
- feat: change theme docs (https://github.com/salute-developers/plasma/pull/1516)
2677
-
2678
- ---
2679
-
2680
- #### 🚀 Enhancement
2681
-
2682
- - Release by 13.11.2024 [#1559](https://github.com/salute-developers/plasma/pull/1559) ([@iljs](https://github.com/iljs) [@Salute-Eva](https://github.com/Salute-Eva) [@shuga2704](https://github.com/shuga2704) [@neretin-trike](https://github.com/neretin-trike) [@Yakutoc](https://github.com/Yakutoc) [@vadim-kudr](https://github.com/vadim-kudr) [@TitanKuzmich](https://github.com/TitanKuzmich) [@denivladislav](https://github.com/denivladislav) [@luizasok](https://github.com/luizasok))
2683
- - docs(): api reports regenerated [#1539](https://github.com/salute-developers/plasma/pull/1539) ([@denivladislav](https://github.com/denivladislav))
2684
- - feat(sdds-dfa/finportal/serv): fix TextField hover token ([@TitanKuzmich](https://github.com/TitanKuzmich))
2685
- - feat(sdds-\*): add alwaysOpened to Dropdown [#1538](https://github.com/salute-developers/plasma/pull/1538) ([@TitanKuzmich](https://github.com/TitanKuzmich))
2686
- - feat(sdds-\*): add NumberInput component [#1511](https://github.com/salute-developers/plasma/pull/1511) ([@TitanKuzmich](https://github.com/TitanKuzmich))
2687
- - feat: add Badge & Tabs truncate props [#1500](https://github.com/salute-developers/plasma/pull/1500) ([@vadim-kudr](https://github.com/vadim-kudr))
2688
- - feat(new-hope): add thin cross to notification and toast [#1506](https://github.com/salute-developers/plasma/pull/1506) ([@iljs](https://github.com/iljs))
2689
- - feat(\*): add tokens to all libs in dropdown ([@iljs](https://github.com/iljs))
2690
- - feat(\*): add tokens to all libs in combobox ([@iljs](https://github.com/iljs))
2691
- - feat(\*): add tokens to all libs in calender and datepicker ([@iljs](https://github.com/iljs))
2692
- - feat(\*): add tokens to all libs in autocomplite ([@iljs](https://github.com/iljs))
2693
- - feat(new-hope): toast and notification tokens ([@iljs](https://github.com/iljs))
2694
- - feat(new-hope): datepicker add more tokens ([@iljs](https://github.com/iljs))
2695
-
2696
- #### 🐛 Bug Fix
2697
-
2698
- - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
2699
- - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
2700
- - feat(plasma-_, sdds-_): Select improvements [#1550](https://github.com/salute-developers/plasma/pull/1550) ([@shuga2704](https://github.com/shuga2704))
2701
- - fix: fix Steps jumping bullets [#1517](https://github.com/salute-developers/plasma/pull/1517) ([@vadim-kudr](https://github.com/vadim-kudr))
2702
- - fix(plasma-_, sdds-_): square control removed from storybooks ([@denivladislav](https://github.com/denivladislav))
2703
- - chore(plasma-_, sdds-_): Switch ported; tests added ([@denivladislav](https://github.com/denivladislav))
2704
- - fix(sdds-dfa): Tabs disabled tokens fixed [#1532](https://github.com/salute-developers/plasma/pull/1532) ([@denivladislav](https://github.com/denivladislav))
2705
- - fix(plasma-_, sdds-_): fixed Tabs storybooks ([@denivladislav](https://github.com/denivladislav))
2706
- - docs(): api reports regenerated [#1545](https://github.com/salute-developers/plasma/pull/1545) ([@denivladislav](https://github.com/denivladislav))
2707
- - fix(plasma-_, sdds-_): TabItemProps and TabsProps exported ([@denivladislav](https://github.com/denivladislav))
2708
- - docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
2709
- - feat(plasma-_, sdds-_): Add required functionality in Combobox [#1527](https://github.com/salute-developers/plasma/pull/1527) ([@shuga2704](https://github.com/shuga2704))
2710
- - feat(plasma-_, sdds-_): Add required functionality in Autocomplete [#1522](https://github.com/salute-developers/plasma/pull/1522) ([@shuga2704](https://github.com/shuga2704))
2711
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2712
-
2713
- #### Authors: 9
2714
-
2715
- - [@iljs](https://github.com/iljs)
2716
- - [@Salute-Eva](https://github.com/Salute-Eva)
2717
- - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
2718
- - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
2719
- - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
2720
- - Luiza_Sok ([@luizasok](https://github.com/luizasok))
2721
- - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2722
- - Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
2723
- - Vlad Denisov ([@denivladislav](https://github.com/denivladislav))
2724
-
2725
- ---
2726
-
2727
- # v0.160.0 (Thu Oct 31 2024)
2728
-
2729
- ### Release Notes
2730
-
2731
- #### Release by 30.10.2024 ([#1521](https://github.com/salute-developers/plasma/pull/1521))
2732
-
2733
- ## Components
2734
-
2735
- ### Генерация CSS linaria для SDDS SERV
2736
-
2737
- - styled components перенесены в папку `styled-components` для пакета `sdds-serv`
2738
- - добавлена генерация CSS Linaria по-умолчанию для пакета `sdds-serv`
2739
-
2740
- feat(sdds-serv): Add linaria (https://github.com/salute-developers/plasma/pull/1419)
2741
-
2742
- ### Accordion
2743
-
2744
- - исправлен параметр `contentRight`
2745
- - исправлен отступы во всех поставках `sdds` в `AccordionItem`
2746
- - добавлен новый параметр `opened`, для контроля состоянием вне компонента
2747
- - добавлена возможность прокидывать `ref` в `AccordionItem`
2748
-
2749
- feat(\*): Fix Accordion Right Content and Paddings (https://github.com/salute-developers/plasma/pull/1484)
2750
-
2751
- ### TextArea, TextField
2752
-
2753
- - добавлены подсказки сверху справа и в виде Tooltip
2754
- - обновлены тесты и документация
2755
-
2756
- **After**:
2757
- <img width="498" alt="image" src="https://github.com/user-attachments/assets/31f03fe2-1325-4412-80b5-b443e19e2a2d">
2758
-
2759
- feat(plasma-_,sdds-_): add TextArea and TextField hints (https://github.com/salute-developers/plasma/pull/1459)
2760
-
2761
- ### Select
2762
-
2763
- - добавлены новые токены в ядро компонента
2764
- - исправлена конфигурация компонента с учетом новых токенов для поставки `sdds-cs`
2765
-
2766
- plasma-\*: Update config for `Select` (https://github.com/salute-developers/plasma/pull/1504)
2767
-
2768
- ### Dropdown
2769
-
2770
- - компонент Dropdown переведен на новую архитекутуру. API сохранен;
2771
- - исправлен баг, связанный с невозможностью раскрытия выпадающего списка в старом(legacy) Dropdown;
2772
- - исправлены недочеты по UI;
2773
- - расширены возможности использования через портал;
2774
-
2775
- feat(plasma-_, sdds-_): Dropdown architecture improvement (https://github.com/salute-developers/plasma/pull/1497)
2776
-
2777
- ### Combobox
2778
-
2779
- - несуществующие value (которых нет в массиве items) теперь отбрасываются и не принимают участие в работе компонента;
2780
- - изменение массива items теперь приводит к обновлению выбранных элементов (для гибкой асинхронной работы);
2781
- - исправлен баг, связанный с мутацией исходного массива items;
2782
- - добавлено новое св-во renderValue;
2783
-
2784
- ### Select
2785
-
2786
- - несуществующие value (которых нет в массиве items) теперь отбрасываются и не принимают участие в работе компонента;
2787
- - изменение массива items теперь приводит к обновлению выбранных элементов (для гибкой асинхронной работы);
2788
-
2789
- feat(plasma-_, sdds-_): Combobox & Select improvements (https://github.com/salute-developers/plasma/pull/1505)
2790
-
2791
- ### Slider
2792
-
2793
- - добавлено вертикальное отображение
2794
- - обновлен дизайн горизонтального отображения
2795
-
2796
- feat: vertical single Slider (https://github.com/salute-developers/plasma/pull/1452)
2797
-
2798
- ### Notification
2799
-
2800
- - изменен `type` для `title` на `ReactNode`
2801
- - добавлено расположение `bottom-left`
2802
-
2803
- feat: Notification placement prop (https://github.com/salute-developers/plasma/pull/1503)
2804
-
2805
- ### Tabs
2806
-
2807
- - добавлены `Header Tabs`
2808
- - добавлены `hover` и `active` состояния для стрелок
2809
- - обновлены тесты и `storybooks`
2810
-
2811
- plasma-_, sdds-_: Header Tabs added (https://github.com/salute-developers/plasma/pull/1502)
2812
-
2813
- ### SDDS-CS
2814
-
2815
- - добавлена `view negative` для компонента `Select`
2816
- - исправлен цветовой токен для `contentLeftColor` в компоненте `Select`
2817
- - убраны лишние опции и примеры из storybook для компонента `Select`
2818
-
2819
- [PLASMA-3718]: Fix config for `Select` (https://github.com/salute-developers/plasma/pull/1519)
2820
-
2821
- ### Combobox
2822
-
2823
- - добавлены тесты;
2824
-
2825
- feat(plasma-b2c, plasma-web): Combobox component tests (https://github.com/salute-developers/plasma/pull/1518)
2826
-
2827
- ### Counter
2828
-
2829
- - видимое значение не может быть меньше 1
2830
- - для значений от 1 до 9 `Counter` становится круглым
2831
- - добавлены размеры `l`, `m`, `s` во все пакеты (в `sdds-cs` только размер `s`)
2832
- - исправлены токены отступов для размера `xxs`
2833
- - обновлены `storybooks` и документация
2834
-
2835
- **Before**:
2836
-
2837
- <img width="292" alt="berfore" src="https://github.com/user-attachments/assets/7762823b-2ae4-4474-abb6-d638fd98b805">
2838
-
2839
- **After**:
2840
-
2841
- <img width="827" alt="after" src="https://github.com/user-attachments/assets/27ec7202-6243-43a7-91a6-b94131f3b84f">
2842
-
2843
- `plasma-*, sdds-*`: `Counter` impovements added (https://github.com/salute-developers/plasma/pull/1514)
2844
-
2845
- ## Tokens
2846
-
2847
- ### Tokens
2848
-
2849
- - собраны изменение всех тем в один PR:
2850
- - https://github.com/salute-developers/plasma/pull/1491
2851
- - https://github.com/salute-developers/plasma/pull/1489
2852
- - https://github.com/salute-developers/plasma/pull/1486
2853
- - https://github.com/salute-developers/plasma/pull/1485
2854
- - добавлена новая тема `sdds_os` на основе `sdds_serv`
2855
- - обновлена `default` тема для пакета plasma-tokens
2856
-
2857
- feat(plasma-tokens,sdds-themes,plasma-themes): Add and update themes from other PRs (https://github.com/salute-developers/plasma/pull/1495)
2858
-
2859
- ### Tokens
2860
-
2861
- - обновлены токены типографики в теме `sdds-cs`. Теперь для всех размеров экранов (L, M и S) значения всех параметров одинаковые
2862
-
2863
- fix(sdds-themes): Update typography tokens for `sdds-cs` theme (https://github.com/salute-developers/plasma/pull/1507)
2864
-
2865
- ### Tokens
2866
-
2867
- - исправлена генерация токенов для модульного css, а также обновлены все темы
2868
- - добавлены методы генерации наборов токенов (dark и light режимов) для компонента `ViewContainer`
2869
- - добавлено подключение темы через css модули из пакета @salutejs/plasma-themes в plasma-new-hope
2870
-
2871
- ### ViewContainer
2872
-
2873
- - добавлен компонент `ViewContainer` в plasma-new-hope в качестве примера
2874
- - добавлен декоратор `decoratorViewContainer` в plasma-new-hope с возможностью переключения тем и режимов контейнера (onDark / onLight / default)
2875
- - добавлен компонент `ViewContainer` во все библиотеки вертикали `sdds`, а также примеры и документация
2876
-
2877
- feat(plasma-new-hope, sdds-\*): Add `ViewContainer` component (https://github.com/salute-developers/plasma/pull/1488)
2878
-
2879
- ## Misc
2880
-
2881
- ### Calendar
2882
-
2883
- - поправлено поведение hover для дней на календарной сетке
2884
-
2885
- **Before**:
2886
-
2887
- https://github.com/user-attachments/assets/992d2566-10a1-40ff-8d76-d3e2d8de4d13
2888
-
2889
- **After**:
2890
-
2891
- https://github.com/user-attachments/assets/8e0bf060-a103-46ba-aa4a-b5bc6bef632d
2892
-
2893
- fix(plasma-new-hope): Fix Calendar hover behaviour (https://github.com/salute-developers/plasma/pull/1498)
2894
-
2895
- ### Sdds-insol
2896
-
2897
- - добавлена новая библиотека
2898
-
2899
- sdds-insol: Add library of components `sdds-insol` (https://github.com/salute-developers/plasma/pull/1509)
2900
-
2901
- ---
2902
-
2903
- #### 🚀 Enhancement
2904
-
2905
- - Release by 30.10.2024 [#1521](https://github.com/salute-developers/plasma/pull/1521) ([@iljs](https://github.com/iljs) [@Salute-Eva](https://github.com/Salute-Eva) [@simashova](https://github.com/simashova) [@Irinkv](https://github.com/Irinkv) [@neretin-trike](https://github.com/neretin-trike) [@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@shuga2704](https://github.com/shuga2704) [@vadim-kudr](https://github.com/vadim-kudr) [@denivladislav](https://github.com/denivladislav))
2906
- - docs(): api reports regenerated [#1514](https://github.com/salute-developers/plasma/pull/1514) ([@denivladislav](https://github.com/denivladislav))
2907
- - feat(plasma-_,sdds-_): add hasHint to TextField/Area stories [#1513](https://github.com/salute-developers/plasma/pull/1513) ([@TitanKuzmich](https://github.com/TitanKuzmich))
2908
- - feat: Notification placement prop [#1503](https://github.com/salute-developers/plasma/pull/1503) ([@vadim-kudr](https://github.com/vadim-kudr))
2909
- - feat: vertical single Slider [#1452](https://github.com/salute-developers/plasma/pull/1452) ([@vadim-kudr](https://github.com/vadim-kudr))
2910
- - feat(\*): add new tokens to select in all libs [#1504](https://github.com/salute-developers/plasma/pull/1504) ([@iljs](https://github.com/iljs))
2911
- - feat(sdds-\*): Add `ViewContainer` component [#1488](https://github.com/salute-developers/plasma/pull/1488) ([@neretin-trike](https://github.com/neretin-trike))
2912
- - feat(sdds-\*): add hint to TextArea & TextField [#1459](https://github.com/salute-developers/plasma/pull/1459) ([@TitanKuzmich](https://github.com/TitanKuzmich))
2913
- - feat(\*): add new props, edit contentRight, add ref to item and fix margin in sdds [#1484](https://github.com/salute-developers/plasma/pull/1484) ([@iljs](https://github.com/iljs))
2914
-
2915
- #### 🐛 Bug Fix
2916
-
2917
- - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
2918
- - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
2919
- - chore(plasma-_, sdds-_): Counter configs and storybooks updated ([@denivladislav](https://github.com/denivladislav))
2920
- - docs(): api reports regenerated [#1502](https://github.com/salute-developers/plasma/pull/1502) ([@denivladislav](https://github.com/denivladislav))
2921
- - fix(): add arrow hover & active state; fix tokens ([@denivladislav](https://github.com/denivladislav))
2922
- - feat(plasma-_, sdds-_): Header tabs added ([@denivladislav](https://github.com/denivladislav))
2923
- - feat(plasma-_, sdds-_): Combobox & Select improvements [#1505](https://github.com/salute-developers/plasma/pull/1505) ([@shuga2704](https://github.com/shuga2704))
2924
- - feat(plasma-_, sdds-_): Dropdown architecture improvement [#1497](https://github.com/salute-developers/plasma/pull/1497) ([@shuga2704](https://github.com/shuga2704))
2925
- - docs(sdds-\*): Regenerate API report ([@neretin-trike](https://github.com/neretin-trike))
2926
- - docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
2927
- - docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
2928
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2929
-
2930
- #### Authors: 10
2931
-
2932
- - [@iljs](https://github.com/iljs)
2933
- - [@Irinkv](https://github.com/Irinkv)
2934
- - [@Salute-Eva](https://github.com/Salute-Eva)
2935
- - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
2936
- - Anastasia Simashova ([@simashova](https://github.com/simashova))
2937
- - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
2938
- - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
2939
- - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2940
- - Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
2941
- - Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
2942
-
2943
- ---
2944
-
2945
- # v0.148.0 (Thu Oct 17 2024)
2946
-
2947
- ### Release Notes
2948
-
2949
- #### Release by 16.10.2024 ([#1487](https://github.com/salute-developers/plasma/pull/1487))
2950
-
2951
- ## Components
2952
-
2953
- ### Accordion
2954
-
2955
- - свойство `view` помечено как `optional`
2956
- - свойство `view` для AccordionItem помечено как `deprecated`
2957
- - свойство `title` для `AccordionItem` теперь `ReactNode`
2958
-
2959
- [PLASMA-3591]: Fix Accordion types (https://github.com/salute-developers/plasma/pull/1467)
2960
-
2961
- ### TextArea
2962
-
2963
- - исправлен скроллбар
2964
- - обновлены `snapshots`
2965
-
2966
- feat(plasma-_, sdds-_): TextArea scrollbar (https://github.com/salute-developers/plasma/pull/1471)
2967
-
2968
- ### Popup
2969
-
2970
- - добавлены storybook декораторы для `Popup` и `Notification` для правильного отображения: `Drawer, Modal, Notification, Popup`
2971
-
2972
- plasma-\*: Fix popup mount logic (https://github.com/salute-developers/plasma/pull/1412)
2973
-
2974
- ### Tabs
2975
-
2976
- - вертикальные табы добавлены в поставку всех клиентских библиотек
2977
- - добавлено свойство `value` для горизонтальных и вертикальных табов
2978
- - исправлены токены для всех пакетов
2979
-
2980
- <img width="181" alt="Снимок экрана 2024-09-24 в 14 39 29" src="https://github.com/user-attachments/assets/9889e4d1-9297-4cf9-a577-23f5d1c8c9af">
2981
-
2982
- <img width="163" alt="Снимок экрана 2024-09-24 в 14 38 56" src="https://github.com/user-attachments/assets/596e92aa-1136-4f41-bb29-67ce31dbff75">
2983
-
2984
- `plasma-*, sdds-*`: Vertical Tabs added (https://github.com/salute-developers/plasma/pull/1374)
2985
-
2986
- ### Badge
2987
-
2988
- - добавлен новый размер `XS`
2989
-
2990
- [PLASMA-3598]: Badge: Add size XS (https://github.com/salute-developers/plasma/pull/1466)
2991
-
2992
- ### `SDDS-CS`
2993
-
2994
- #### Button
2995
-
2996
- - используется token `--text-accent` когда `view: secondary`
2997
-
2998
- #### Chip
2999
-
3000
- - для `closeIconColor` используется token `--text-accent` когда `view: secondary`
3001
-
3002
- #### Badge
3003
-
3004
- - изменены `padding{Right,Left}` на `8px`
3005
-
3006
- [PLASMA-3611]: Правки конфигураций Button, Chip, Badge [SDDS-CS](https://github.com/salute-developers/plasma/pull/1473)
3007
-
3008
- ### Breadcrumbs
3009
-
3010
- - добавлена поддержка обработчика `onClick` при клике на ссылку
3011
- - поправлены union типы
3012
- - обновлена документация с указанием типов элементов
3013
-
3014
- feat(plasma-new-hope, \*-docs): Add onClick for item to `Breadcrumbs` component (https://github.com/salute-developers/plasma/pull/1480)
3015
-
3016
- ### Tabs
3017
-
3018
- - исправлен скролл табов при малой ширине
3019
- - в `storybooks` добавлены свойства `width` и `height`, доступные при условии `clip = scroll`
3020
-
3021
- `plasma-new-hope`: fix tabs arrow scroll (https://github.com/salute-developers/plasma/pull/1476)
3022
-
3023
- ### Attach
3024
-
3025
- - исправлен `onChange`, `id` и `name`
3026
- - добавлено свойство `onClear`
3027
- - в документацию добавлен пример с использованием компонента внутри формы
3028
-
3029
- `plasma-new-hope`: fix Attach (https://github.com/salute-developers/plasma/pull/1481)
3030
-
3031
- ### Combobox
3032
-
3033
- - добавлен дженерик для св-ва `items` в компоненте Combobox
3034
-
3035
- feat(plasma-b2c, web, sdds): Added generic for items in Combobox (https://github.com/salute-developers/plasma/pull/1470)
3036
-
3037
- ### TextArea
3038
-
3039
- - добавлена фокусировка по клику на дочерние элементы
3040
-
3041
- plasma-\*: Focus TextArea by click inside (https://github.com/salute-developers/plasma/pull/1444)
3042
-
3043
- ### SDDS CS Pack 4 ( overlay and navigation )
3044
-
3045
- - изменены токены для компонентов: `Autocomplie`, `Avatar`, `Breadcrumbs`, `Cell`, `Drawer`, `Dropdown`, `Modal`, `Notification`, `Pagination`, `Popover`, `Price`, `Progress`, `Segment`, `Slider`, `Tabs`, `Toast`, `Toolbar`, `Tooltip`
3046
- - добавлена и обновлена актуальная документация
3047
-
3048
- fix(sdds-cs): set overlay and navigation tokens (https://github.com/salute-developers/plasma/pull/1458)
3049
-
3050
- ### DatePicker
3051
-
3052
- - добавлен вызов change callback при выборе даты из календаря
3053
- - добавлена возможность указать frame, в котором будет происходить рендер календаря
3054
- - добавлена сортировка дат для Range DatePicker
3055
- - исправлено поведение фокуса при закрытии календаря
3056
-
3057
- feat(plasma-new-hope): Datepicker improvements (https://github.com/salute-developers/plasma/pull/1475)
3058
-
3059
- ### Segment
3060
-
3061
- - добавлен вертикальный режим
3062
- - обновлен дизайн горизонтального отображения
3063
- - обновлен CS дизайн
3064
-
3065
- feat: Segment redesign (https://github.com/salute-developers/plasma/pull/1392)
3066
-
3067
- ## Docs
3068
-
3069
- ### Документация `SDDS-CS`
3070
-
3071
- - исправлены некорректные `imports` для примеров в документации к `Dropdown`
3072
- - добавлена страница для компонента `Tooltip`
3073
-
3074
- [PLASMA-3536]: Fix incorrect imports by doc (https://github.com/salute-developers/plasma/pull/1469)
3075
-
3076
- ## Misc
3077
-
3078
- ### Attach
3079
-
3080
- - исправлен `truncate` имени файла
3081
- - исправлены тесты
3082
-
3083
- `plasma-new-hope`: fix attach truncate (https://github.com/salute-developers/plasma/pull/1454)
3084
-
3085
- feat(plasma-tokens): auto generate stylesSalute theme (https://github.com/salute-developers/plasma/pull/1472)
3086
-
3087
- ### ThemeBuilder
3088
-
3089
- - изменены методы генерации базовой темы в старом формате
3090
- - изменены методы генерации базовой темы для новой архитектуры
3091
-
3092
- feat(plasma-theme-builder): Update generating default theme (https://github.com/salute-developers/plasma/pull/1477)
3093
-
3094
- ### Toast
3095
-
3096
- - исправлен токен background для view="dark"
3097
-
3098
- **Before**
3099
- <img width="319" alt="image" src="https://github.com/user-attachments/assets/fea32b30-270b-48c1-87f0-d6169e2d3bd7">
3100
-
3101
- **After**
3102
- <img width="128" alt="image" src="https://github.com/user-attachments/assets/f52f5174-2a52-4dd0-a964-7fbcd52fdad6">
3103
-
3104
- fix(plasma-_,sdds-_): Fix Toast background token (https://github.com/salute-developers/plasma/pull/1478)
3105
-
3106
- ---
3107
-
3108
- #### 🚀 Enhancement
3109
-
3110
- - Release by 16.10.2024 [#1487](https://github.com/salute-developers/plasma/pull/1487) ([@shuga2704](https://github.com/shuga2704) [@Salute-Eva](https://github.com/Salute-Eva) [@Yakutoc](https://github.com/Yakutoc) [@denivladislav](https://github.com/denivladislav) [@luizasok](https://github.com/luizasok) [@neretin-trike](https://github.com/neretin-trike) [@vadim-kudr](https://github.com/vadim-kudr) [@TitanKuzmich](https://github.com/TitanKuzmich) [@iljs](https://github.com/iljs) [@Yeti-or](https://github.com/Yeti-or))
3111
- - feat: SegmentGroup redesign & vertical mode [#1392](https://github.com/salute-developers/plasma/pull/1392) ([@vadim-kudr](https://github.com/vadim-kudr))
3112
- - feat(\*): add breadrumbs new tokens [#1458](https://github.com/salute-developers/plasma/pull/1458) ([@iljs](https://github.com/iljs))
3113
- - feat(plasma-web, plasma-b2c, sdds): Interlayer in Combobox according to the new generic [#1470](https://github.com/salute-developers/plasma/pull/1470) ([@shuga2704](https://github.com/shuga2704))
3114
- - feat(plasma-new-hope): Add generic of ItemOption in ComboboxProps ([@shuga2704](https://github.com/shuga2704))
3115
- - feat: api report update by prop `size:xs` [#1466](https://github.com/salute-developers/plasma/pull/1466) ([@Yakutoc](https://github.com/Yakutoc))
3116
- - feat(plasma-\*): add `size:xs` [badge](<[@Yakutoc](https://github.com/Yakutoc)>)
3117
-
3118
- #### 🐛 Bug Fix
3119
-
3120
- - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
3121
- - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
3122
- - docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
3123
- - fix(sdds-cs): set overlay and navigation tokens ([@iljs](https://github.com/iljs))
3124
- - docs: regenerate api reports [#1478](https://github.com/salute-developers/plasma/pull/1478) ([@TitanKuzmich](https://github.com/TitanKuzmich))
3125
- - test(plasma-\*): update Toast tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
3126
- - fix(plasma-_,sdds-_): fix Toast background token ([@TitanKuzmich](https://github.com/TitanKuzmich))
3127
- - chore(): added width and height to Tabs storybooks [#1476](https://github.com/salute-developers/plasma/pull/1476) ([@denivladislav](https://github.com/denivladislav))
3128
- - docs(): api reports regenerated [#1374](https://github.com/salute-developers/plasma/pull/1374) ([@denivladislav](https://github.com/denivladislav))
3129
- - fix(plasma-new-hope): fix tokens, styles and typos ([@denivladislav](https://github.com/denivladislav))
3130
- - chore(plasma-_, sdds-_): Tabs ported ([@denivladislav](https://github.com/denivladislav))
3131
- - feat(plasma-_, sdds-_): Tabs split into Horizontal and Vertical ([@denivladislav](https://github.com/denivladislav))
3132
- - fix(plasma-_,sdds-_): fix Modal & Popup stories docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
3133
- - feat(plasma-_, sdds-_): add scrollbar to TextArea ([@denivladislav](https://github.com/denivladislav))
3134
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
3135
-
3136
- #### Authors: 10
3137
-
3138
- - [@iljs](https://github.com/iljs)
3139
- - [@Salute-Eva](https://github.com/Salute-Eva)
3140
- - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
3141
- - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
3142
- - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
3143
- - Luiza_Sok ([@luizasok](https://github.com/luizasok))
3144
- - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
3145
- - Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
3146
- - Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
3147
- - Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
3148
-
3149
- ---
3150
-
3151
- # v0.139.0 (Thu Oct 03 2024)
3152
-
3153
- ### Release Notes
3154
-
3155
- #### Release by 02.10.2024 ([#1465](https://github.com/salute-developers/plasma/pull/1465))
3156
-
3157
- ## Components
3158
-
3159
- ### ChipGroup
3160
-
3161
- - добавлен новый компонент в поставку пакетов `plasma-*` и `sdds-*`
3162
- - написаны тесты и документация
3163
-
3164
- **After**:
3165
- <img width="425" alt="image" src="https://github.com/user-attachments/assets/017e9c45-0276-43bb-b94c-d64832268ae5">
3166
-
3167
- feat(plasma-_, sdds-_): Add ChipGroup component (https://github.com/salute-developers/plasma/pull/1445)
3168
-
3169
- ### Dropdown
3170
-
3171
- - исправлен баг с некорректной работой св-ва `placement` в storybook в новой вкладке;
3172
- - убрана приписка `new` в названиях сторей для `combobox` в sdds-\*;
3173
-
3174
- feat(plasma-web, b2c): Added mappings for placement prop in Dropdown (https://github.com/salute-developers/plasma/pull/1455)
3175
-
3176
- ### Switch
3177
-
3178
- - Свойство `label-position` заложено в ядро компонента, а не в конфиг ( как-раньше )
3179
- - Добавлен в поставку `web` и `b2c` в сборке с linaria
3180
-
3181
- plasma-\*: Fix Switch Config (https://github.com/salute-developers/plasma/pull/1447)
3182
-
3183
- ### Calendar
3184
-
3185
- - добавлено новое свойство `locale` для работы с локалями отличными от `ru`
3186
-
3187
- [PLASMA-3484]: Calendar support `EN` local (https://github.com/salute-developers/plasma/pull/1428)
3188
-
3189
- ### Dropdown
3190
-
3191
- - добавлен divider в новый Dropdown
3192
- - обновлена документация
3193
-
3194
- **After**:
3195
- <img width="229" alt="image" src="https://github.com/user-attachments/assets/8b871aa3-ad57-4461-8049-a3f3826003c8">
3196
-
3197
- feat(plasma-_,sdds-_): Add divider to Dropdown (https://github.com/salute-developers/plasma/pull/1446)
3198
-
3199
- ### Drawer
3200
-
3201
- - исправлено появление горизонтального скроллбара при открытии Drawer
3202
- - исправлено динамическое изменение placement и анимации открытия/закрытия
3203
-
3204
- **Before**:
3205
- https://github.com/user-attachments/assets/4532f60a-5122-498f-a684-849c899cde1e
3206
-
3207
- **After**:
3208
- https://github.com/user-attachments/assets/58c8eb93-67a7-4f45-8941-b193a996c184
3209
-
3210
- plasma-\*: Fix Drawer positioning and overflow scrollbar (https://github.com/salute-developers/plasma/pull/1461)
3211
-
3212
- ### TextField
3213
-
3214
- - добавлено **новое** отображение `clear`
3215
- - добавлен `divider` для `clear` отображения
3216
- - обновлены тесты и документация
3217
- - включено в поставку `plasma-*`, `sdds-*` пакетов
3218
-
3219
- **After**:
3220
- <img width="491" alt="image" src="https://github.com/user-attachments/assets/1db9b69e-d834-48d4-8a7c-1dcf3a3c1e89" />
3221
-
3222
- feat(plasma-_,sdds-_): add TextField clear views (https://github.com/salute-developers/plasma/pull/1449)
3223
-
3224
- ### TextArea
3225
-
3226
- - добавлено отображение clear TextArea
3227
- - добавлен divider для clear отображения
3228
- - обновлены тесты и документация
3229
- - включено в поставку plasma-\*, sdds-\* пакетов
3230
-
3231
- **After**:
3232
- <img width="486" alt="image" src="https://github.com/user-attachments/assets/8e8eee98-efc7-4d5e-957c-b6e4defb0f05">
3233
-
3234
- feat(plasma-_,sdds-_): add TextArea clear views (https://github.com/salute-developers/plasma/pull/1451)
3235
-
3236
- ### Form
3237
-
3238
- Для компонентов `TextField`, `TextArea`, `Radioboxe`, `Switch`, `Checkbox`, `Slider`, `DatePicker`, `DatepickerRange`,
3239
-
3240
- - добавлена поддержка `React Hook Form`
3241
- - добавлена поддержка работы с `html form`
3242
-
3243
- plasma-\*: Support form (https://github.com/salute-developers/plasma/pull/1464)
3244
-
3245
- ### Steps
3246
-
3247
- - добавлен новый компонент: горизонтальный, вертикальный режим
3248
-
3249
- <img width="140" src="https://github.com/user-attachments/assets/44a553d4-c191-4c14-b251-18188ea7544f" />
3250
- <img width="736" src="https://github.com/user-attachments/assets/3044c7b9-60d8-491d-993b-52b49344d352" />
3251
-
3252
- plasma-\*: Steps (https://github.com/salute-developers/plasma/pull/1443)
3253
-
3254
- ---
3255
-
3256
- #### 🚀 Enhancement
3257
-
3258
- - Release by 02.10.2024 [#1465](https://github.com/salute-developers/plasma/pull/1465) ([@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@shuga2704](https://github.com/shuga2704) [@iljs](https://github.com/iljs) [@IgorYar](https://github.com/IgorYar) [@vadim-kudr](https://github.com/vadim-kudr))
3259
- - feat: Steps (horizontal + vertical) [#1443](https://github.com/salute-developers/plasma/pull/1443) ([@vadim-kudr](https://github.com/vadim-kudr))
3260
- - feat(\*): add docs [#1464](https://github.com/salute-developers/plasma/pull/1464) ([@iljs](https://github.com/iljs))
3261
- - feat(new-hope): add react-hok-form-support ([@iljs](https://github.com/iljs))
3262
- - feat(new-hope): add support datepicker ([@iljs](https://github.com/iljs))
3263
- - feat(new-hope): add support double slider ([@iljs](https://github.com/iljs))
3264
- - feat(plasma-_,sdds-_): update TextArea config & stories [#1451](https://github.com/salute-developers/plasma/pull/1451) ([@TitanKuzmich](https://github.com/TitanKuzmich))
3265
- - feat(plasma-_,sdds-_): update configs depending on TextField [#1449](https://github.com/salute-developers/plasma/pull/1449) ([@TitanKuzmich](https://github.com/TitanKuzmich))
3266
- - feat(sdds-\*): update Textfield config & stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
3267
- - feat(plasma-_,sdds-_): update Dropdown configs & stories [#1446](https://github.com/salute-developers/plasma/pull/1446) ([@TitanKuzmich](https://github.com/TitanKuzmich))
3268
- - feat(plasma-\*): extend stories examples ([@Yakutoc](https://github.com/Yakutoc))
3269
- - feat(new-hope): edit work label position switch [#1447](https://github.com/salute-developers/plasma/pull/1447) ([@iljs](https://github.com/iljs))
3270
- - feat(sdds-\*): add ChipGroup component [#1445](https://github.com/salute-developers/plasma/pull/1445) ([@TitanKuzmich](https://github.com/TitanKuzmich))
3271
-
3272
- #### 🐛 Bug Fix
3273
-
3274
- - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
3275
- - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
3276
- - docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
3277
- - fix(plasma-_,sdds-_): fix TextField configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
3278
- - fix(plasma-new-hope,sdds-\*): fix Drawer stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
3279
- - feat(plasma-web, b2c): Added mappings for placement prop in Dropdown [#1455](https://github.com/salute-developers/plasma/pull/1455) ([@shuga2704](https://github.com/shuga2704))
3280
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
3281
-
3282
- #### Authors: 7
3283
-
3284
- - [@iljs](https://github.com/iljs)
3285
- - [@Salute-Eva](https://github.com/Salute-Eva)
3286
- - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
3287
- - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
3288
- - Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
3289
- - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
3290
- - Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
3291
-
3292
- ---
3293
-
3294
- # v0.129.0 (Tue Sep 24 2024)
3295
-
3296
- ### Release Notes
3297
-
3298
- #### Release by 24.09.2024 ([#1450](https://github.com/salute-developers/plasma/pull/1450))
3299
-
3300
- ## Components
3301
-
3302
- ### Mask
3303
-
3304
- - добавлен **новый** компонент
3305
- - включен в поставку plasma-_ и sdds-_ пакетов
3306
-
3307
- feat(plasma-\*): add Mask (https://github.com/salute-developers/plasma/pull/1418)
3308
-
3309
- ### Правка токенов в SDDS CS
3310
-
3311
- - Изменены токены для компонентов `Autocomplite`, `Combobox`, `Datepicker`, `Range`, `Textfield`, `Textarea`, `Select` в поставке `sdds-cs`
3312
-
3313
- feat(sdds-cs): edit tokens (https://github.com/salute-developers/plasma/pull/1439)
3314
-
3315
- ### Attach
3316
-
3317
- - добавлен **новый** компонент в поставку всех клиентских библиотек
3318
-
3319
- <img width="554" src="https://github.com/user-attachments/assets/0ede5244-018b-4801-9816-6d3f425a1ec5" />
3320
-
3321
- <img width="296" src="https://github.com/user-attachments/assets/e86d1a79-13f9-430c-8c78-60da463bda6d" />
3322
-
3323
- ### Cell
3324
-
3325
- - добавлена возможность использовать свойство `className`
3326
-
3327
- `plasma-*, sdds-*`: Add Attach (https://github.com/salute-developers/plasma/pull/1437)
3328
-
3329
- ## Misc
3330
-
3331
- ### Tests
3332
-
3333
- - изменены тесты plasma-b2c компонента TextArea
3334
-
3335
- test(plasma-b2c): update tests for TextArea (https://github.com/salute-developers/plasma/pull/1434)
3336
-
3337
- ---
3338
-
3339
- #### 🚀 Enhancement
3340
-
3341
- - Release by 24.09.2024 [#1450](https://github.com/salute-developers/plasma/pull/1450) ([@IgorYar](https://github.com/IgorYar) [@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@iljs](https://github.com/iljs) [@denivladislav](https://github.com/denivladislav))
3342
- - docs(): api reports regenerated [#1437](https://github.com/salute-developers/plasma/pull/1437) ([@denivladislav](https://github.com/denivladislav))
3343
- - feat(plasma-\*): fix Mask stories prop [#1418](https://github.com/salute-developers/plasma/pull/1418) ([@TitanKuzmich](https://github.com/TitanKuzmich))
3344
- - feat(sdds-\*): add Mask component ([@TitanKuzmich](https://github.com/TitanKuzmich))
3345
-
3346
- #### 🐛 Bug Fix
3347
-
3348
- - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
3349
- - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
3350
- - feat(plasma-_, sdds-_): Attach ported; tests added ([@denivladislav](https://github.com/denivladislav))
3351
- - docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
3352
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
3353
-
3354
- #### Authors: 5
3355
-
3356
- - [@iljs](https://github.com/iljs)
3357
- - [@Salute-Eva](https://github.com/Salute-Eva)
3358
- - Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
3359
- - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
3360
- - Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
3361
-
3362
- ---
3363
-
3364
- # v0.126.0 (Thu Sep 19 2024)
3365
-
3366
- ### Release Notes
3367
-
3368
- #### Release by 18.09.2024 ([#1442](https://github.com/salute-developers/plasma/pull/1442))
3369
-
3370
- ## Components
3371
-
3372
- ### Badge
3373
-
3374
- - добавлено свойство `clear`, которое меняет отображение `view`
3375
- - обновлена документация и storybook
3376
-
3377
- **After**:
3378
-
3379
- <img width="328" src="https://github.com/user-attachments/assets/d44c10e8-ffe3-4137-a833-4351b7b82bdc" />
3380
-
3381
- feat(plasma-\*): Badge add prop clear (https://github.com/salute-developers/plasma/pull/1424)
3382
-
3383
- ### TextField
3384
-
3385
- - используется корректный `color token` для содержимого `contentLeft\Right` slots
3386
- - добавлен `hover` для `contentRight` slot
3387
-
3388
- **Before(incorrect color token):**
3389
-
3390
- <img width="928" src="https://github.com/user-attachments/assets/42aa0845-54f4-45ed-8fb0-b71edac4ebf7" />
3391
-
3392
- **After(correct color token):**
3393
-
3394
- <img width="922" src="https://github.com/user-attachments/assets/e6c05099-b9fb-4959-b815-7f2307690263" />
3395
-
3396
- **Hover:**
3397
-
3398
- <img width="940" src="https://github.com/user-attachments/assets/508db157-deff-44e2-9dd9-4893184eb59a" />
3399
-
3400
- [PLASMA-3412]: TextField contentRight\Left fix UI (https://github.com/salute-developers/plasma/pull/1429)
3401
-
3402
- ### Combobox
3403
-
3404
- - добавлено новое свойство `alwaysOpened`
3405
- - обновлены токены в конфигурации компонента для `plasma-web`
3406
- - обновлена документация
3407
-
3408
- feat(plasma-\*): combobox always opened (https://github.com/salute-developers/plasma/pull/1422)
3409
-
3410
- ### Grid
3411
-
3412
- - исправили `view` по-умолчанию для `sdds` вертикалей
3413
-
3414
- **Before:**
3415
- <img width="1920" src="https://github.com/user-attachments/assets/6476ef70-294d-492b-b462-2e42cdb341d4" />
3416
-
3417
- **After:**
3418
- <img width="1920" src="https://github.com/user-attachments/assets/aa004cf2-9e43-4691-84f3-fb33f94b3e5f" />
3419
-
3420
- fix(sdds-\*): Use correct default view for Grid (https://github.com/salute-developers/plasma/pull/1431)
3421
-
3422
- ### Editable
3423
-
3424
- - переведен на новую архитектуру и добавлен в поставки `plasma-{b2c, web}`
3425
- - исправлена работа свойства `placeholder`
3426
-
3427
- <img width="276" src="https://github.com/user-attachments/assets/bdd67ba7-62f1-48f1-8f04-78a13fbb8045" />
3428
-
3429
- plasma-{web, b2c}: Editable component refactor (https://github.com/salute-developers/plasma/pull/1430)
3430
-
3431
- ### Combobox
3432
-
3433
- - исправлена ошибка, когда изначальное значение в `single combobox` не отображалось
3434
-
3435
- plasma-\*: Fixed issue with predefined value in single Combobox (https://github.com/salute-developers/plasma/pull/1436)
3436
-
3437
- ## Icons
3438
-
3439
- ### Add new icons
3440
-
3441
- **pcMouse**
3442
- <img width="71" src="https://github.com/user-attachments/assets/f2097d88-d354-404a-91af-d59af0a61c3f" />
3443
-
3444
- **Blank JPG/PNG**
3445
- <img width="140" src="https://github.com/user-attachments/assets/0d3a251a-ec39-4e0d-943b-e37c8d96c22f" />
3446
-
3447
- [PLASMA-3502]: Add icons: Mouse, Blank JPG/PNG (https://github.com/salute-developers/plasma/pull/1435)
3448
-
3449
- ## Tokens
3450
-
3451
- - исправлены формулы генерации `brightness` токенов
3452
- - обновлены / добавлены `active`, `hover`, `brightness` токены для `plasma-{b2c, web}` themes
3453
-
3454
- fix(plasma-tokens): Update active, hover and brightness tokens in themes (https://github.com/salute-developers/plasma/pull/1441)
3455
-
3456
- ## Misc
3457
-
3458
- ### QA Auto test
3459
-
3460
- - изменены тесты `plasma-b2c` компонентов `Slider`, `Tabs`, `DatePicker` и `Card`
3461
-
3462
- ---
3463
-
3464
- #### 🚀 Enhancement
3465
-
3466
- - Release by 18.09.2024 [#1442](https://github.com/salute-developers/plasma/pull/1442) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@IgorYar](https://github.com/IgorYar) [@Yakutoc](https://github.com/Yakutoc) [@shuga2704](https://github.com/shuga2704) [@neretin-trike](https://github.com/neretin-trike))
3467
- - feat(sdds-\*): update Badge stories & configs [#1424](https://github.com/salute-developers/plasma/pull/1424) ([@TitanKuzmich](https://github.com/TitanKuzmich))
3468
- - feat(plasma-_/sdds-_): update TextField stories [#1426](https://github.com/salute-developers/plasma/pull/1426) ([@TitanKuzmich](https://github.com/TitanKuzmich))
3469
-
3470
- #### 🐛 Bug Fix
3471
-
3472
- - Merge remote-tracking branch 'origin/dev' into release_2024-09-18 ([@Yakutoc](https://github.com/Yakutoc))
3473
- - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
3474
- - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
3475
- - fix(sdds-\*): use correct default view for Grid [#1431](https://github.com/salute-developers/plasma/pull/1431) ([@Yakutoc](https://github.com/Yakutoc))
3476
- - docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
3477
- - feat(plasma-_,sdds-_): update Combobox stories props ([@TitanKuzmich](https://github.com/TitanKuzmich))
3478
- - fix(api-report): update api report (InputHTMLAttributes) [#1429](https://github.com/salute-developers/plasma/pull/1429) ([@Yakutoc](https://github.com/Yakutoc))
3479
- - fix(plasma-\*): fix `content{Left\Right}Slot` UI ([@Yakutoc](https://github.com/Yakutoc))
3480
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
3481
-
3482
- #### Authors: 6
3483
-
3484
- - [@Salute-Eva](https://github.com/Salute-Eva)
3485
- - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
3486
- - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
3487
- - Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
3488
- - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
3489
- - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
3490
-
3491
- ---
3492
-
3493
- # v0.118.0 (Tue Sep 10 2024)
3494
-
3495
- #### 🚀 Enhancement
3496
-
3497
- - plasma-\*: Fix `TextField` placeholder logic [HOTFIX][#1425](https://github.com/salute-developers/plasma/pull/1425) ([@TitanKuzmich](https://github.com/TitanKuzmich))
3498
- - feat(plasma-_/sdds-_): update TextField stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
3499
-
3500
- #### 🐛 Bug Fix
3501
-
3502
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
3503
-
3504
- #### Authors: 2
3505
-
3506
- - [@Salute-Eva](https://github.com/Salute-Eva)
3507
- - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
3508
-
3509
- ---
3510
-
3511
- # v0.117.0 (Thu Sep 05 2024)
3512
-
3513
- ### Release Notes
3514
-
3515
- #### Release by 04.09.2024 ([#1420](https://github.com/salute-developers/plasma/pull/1420))
3516
-
3517
- ## Components
3518
-
3519
- ### Switch
3520
-
3521
- - токены для `Switch` приведены в соответствие с макетами
3522
- - добавлено состояние `hover`
3523
- - удален `skip test` для свойства `pressed` (это свойство deprecated). Вместо него добавлен тест `onMouseDown` с событием `realMouseDown`
3524
- - в тест `OnClick` добавлен `realClick`
3525
-
3526
- plasma-_, sdds-_: Fix `Switch` tokens (https://github.com/salute-developers/plasma/pull/1388)
3527
-
3528
- ### DatePicker
3529
-
3530
- - добавлена поддержка русского и английского языка
3531
- - добавлено форматирование даты
3532
-
3533
- plasma-(\*): Add format and lang in Datepicker (https://github.com/salute-developers/plasma/pull/1404)
3534
-
3535
- ### ModalBase
3536
-
3537
- - обновлен токен `modalOverlayColor` в `plasma-{web, b2c}`
3538
-
3539
- plasma-{web,b2c}: update ModalBase modalOverlayColor token (https://github.com/salute-developers/plasma/pull/1364)
3540
-
3541
- ### TextFieldGroup
3542
-
3543
- - добавлен новый компонент для `plasma-{web, b2c}, sdds-{serv, dfa}`
3544
- - написаны тесты и документация
3545
-
3546
- feat(plasma-_,sdds-_): component textfield group (https://github.com/salute-developers/plasma/pull/1405)
3547
-
3548
- ### TextArea/TextField
3549
-
3550
- - добавлены новые свойства: `required`, `requiredPlacement, optional`
3551
- - обновлены screenshots и документация
3552
-
3553
- feat(plasma-_, sdds-_): Add required variation to TextArea/TextField (https://github.com/salute-developers/plasma/pull/1352)
3554
-
3555
- ### Combobox
3556
-
3557
- - добавлен в поставку для `plasma-{web, b2c}, sdds-*`
3558
- - реализована вложенность (на основе [Floating UI](https://floating-ui.com/))
3559
- - добавлено новое свойство `closeAfterSelect` в `Combobox` и `Select`.
3560
- - поправлен отступ в компоненте `Select` в варианте `textfield-like`.
3561
-
3562
- plasma-_, sdds-_: Combobox v2 (https://github.com/salute-developers/plasma/pull/1406)
3563
-
3564
- ### SDDS FIN PORTAL
3565
-
3566
- - опубликован новый пакет `@salutejs/sdds-finportal`
3567
-
3568
- sdds-finportal: Add new package FinPortal (https://github.com/salute-developers/plasma/pull/1417)
3569
-
3570
- ## Icons
3571
-
3572
- ### Update icons list
3573
-
3574
- **FilterOff**
3575
- <img width="48" src="https://github.com/user-attachments/assets/b254cc01-da2e-474a-879e-9ddf2a9e8bbc" />
3576
-
3577
- **MessageNew**
3578
- <img width="64" src="https://github.com/user-attachments/assets/07c725e5-2164-4631-9778-7c2070cc9a12" />
3579
-
3580
- **Poop**
3581
- <img width="128" src="https://github.com/user-attachments/assets/37c32fdd-36d1-4cd0-a4c9-ac9e0f4fb8b0" />
3582
-
3583
- **Blank**
3584
- <img width="551" src="https://github.com/user-attachments/assets/7cf57627-eb40-493f-ada6-bf23c96fc3d8" />
3585
-
3586
- **WindowMaximize/Minimize**
3587
- <img width="211" src="https://github.com/user-attachments/assets/73543cd4-b357-4ce3-9737-f1a4f49930dc" />
3588
-
3589
- **Logos**
3590
- <img width="86" src="https://github.com/user-attachments/assets/a6e015ab-3df3-4c01-8f88-48aa786e0399" />
3591
-
3592
- feat(plasma-icons): Update icons sets (https://github.com/salute-developers/plasma/pull/1414)
3593
-
3594
- ## Tokens
3595
-
3596
- ### Add Brightness Tokens
3597
-
3598
- - Добавлены новые токены `-brightness` в `theme-builder`
3599
- - Во все темы добавлены новый токены для высветления: `combobox`, `dropdown`, `notification`, `toast`, `toolbar` и `tooltip`
3600
- - Исправлен компонент `Comobox` и обновлены тесты
3601
- - Изменен workfkow cypress
3602
-
3603
- plasma-(\*): Add Brightness Tokens (https://github.com/salute-developers/plasma/pull/1361)
3604
-
3605
- ## Misc
3606
-
3607
- ### Tests
3608
-
3609
- - изменены тесты plasma-b2c компонентов ButtonGroup и IconButton
3610
-
3611
- test(plasma-b2c): update tests for ButtonGroup and IconButton (https://github.com/salute-developers/plasma/pull/1407)
3612
-
3613
- ---
3614
-
3615
- #### 🚀 Enhancement
3616
-
3617
- - 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))
3618
- - feat: add required variation to TextArea & TextField [#1352](https://github.com/salute-developers/plasma/pull/1352) (VAnaKudryavtsev@sberbank.ru)
3619
- - feat: rename InputGroup to TextFieldGroup [#1405](https://github.com/salute-developers/plasma/pull/1405) ([@TitanKuzmich](https://github.com/TitanKuzmich))
3620
- - feat(sdds-serv/dfa): add InputGroup component ([@TitanKuzmich](https://github.com/TitanKuzmich))
3621
- - feat(\*): add format and lang [#1404](https://github.com/salute-developers/plasma/pull/1404) ([@iljs](https://github.com/iljs))
3622
- - feat(\*): set background arrow tooltip [#1361](https://github.com/salute-developers/plasma/pull/1361) ([@iljs](https://github.com/iljs))
3623
- - feat(tokens): update screenshoots and add themes ([@iljs](https://github.com/iljs))
3624
- - feat(\*): set tokens in components ([@iljs](https://github.com/iljs))
3625
- - feat(sdds-\*): update Checkbox stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
3626
-
3627
- #### 🐛 Bug Fix
3628
-
3629
- - Merge remote-tracking branch 'origin/dev' into release_2024-09-04 ([@Yakutoc](https://github.com/Yakutoc))
3630
- - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
3631
- - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
3632
- - feat(b2c, web, sdds): Combobox v2 [#1406](https://github.com/salute-developers/plasma/pull/1406) ([@shuga2704](https://github.com/shuga2704))
3633
- - docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
3634
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
3635
- - feat(plasma-_, sdds-_): tokens and hover state updated ([@denivladislav](https://github.com/denivladislav))
3636
-
3637
- #### Authors: 10
3638
-
3639
- - [@iljs](https://github.com/iljs)
3640
- - [@Salute-Eva](https://github.com/Salute-Eva)
3641
- - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
3642
- - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
3643
- - Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
3644
- - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
3645
- - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
3646
- - Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
3647
- - Кудрявцев Вадим Анатольевич (vanakudryavtsev@sberbank.ru)
3648
- - Кудрявцев Вадим Анатольевич (VAnaKudryavtsev@sberbank.ru)
3649
-
3650
- ---
3651
-
3652
- # v0.109.1 (Fri Aug 30 2024)
3653
-
3654
- #### 🐛 Bug Fix
3655
-
3656
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
3657
-
3658
- #### Authors: 1
3659
-
3660
- - [@Salute-Eva](https://github.com/Salute-Eva)
3661
-
3662
- ---
3663
-
3664
- # v0.109.0 (Wed Aug 28 2024)
3665
-
3666
- ### Release Notes
3667
-
3668
- #### Release by 28.08.2024 ([#1403](https://github.com/salute-developers/plasma/pull/1403))
3669
-
3670
- ## Components
3671
-
3672
- ### Slider
3673
-
3674
- - удалена лишняя зависимость `ref.current` в hooks
3675
- - исправлена документация в `plasma-web`
3676
- - для `plasma-new-hope` и `sdds-dfa` добавлены недостающие файлы документации
3677
-
3678
- plasma-{new-hope, web}, sdds-dfa: removed redundant dependencies from `Slider` hooks; docs fixed (https://github.com/salute-developers/plasma/pull/1386)
3679
-
3680
- ### TextField
3681
-
3682
- - добавлен размер `xs` в `plasma-web`
3683
-
3684
- plasma-web: size `xs` added to `TextField` (https://github.com/salute-developers/plasma/pull/1395)
3685
-
3686
- ### SDDS-CS
3687
-
3688
- - изменены конфигурации компонентов для `sdds-cs`
3689
-
3690
- ### Radiobox/Checkbox
3691
-
3692
- - добавлен фон через токены для `trigger`
3693
-
3694
- ### Button
3695
-
3696
- - добавлен отдельный фон через токены в состоянии `loading`
3697
-
3698
- sdds-cs: Edit components config (https://github.com/salute-developers/plasma/pull/1368)
3699
-
3700
- ## Icons
3701
-
3702
- ### Disclosure group
3703
-
3704
- - обновлен набор для `Disclosure`
3705
-
3706
- <img width="371" alt="Disclosure" src="https://github.com/user-attachments/assets/37024761-5185-46fc-9a24-8285839c1776" />
3707
-
3708
- feat(plasma-icons): Update `Disclosure` icons group (https://github.com/salute-developers/plasma/pull/1384)
3709
-
3710
- ### Update icons list
3711
-
3712
- #### Video
3713
-
3714
- <img width="171" src="https://github.com/user-attachments/assets/5138f0d2-bc5a-427f-b5c3-161702b80cc5" />
3715
-
3716
- #### Attention
3717
-
3718
- <img width="58" src="https://github.com/user-attachments/assets/425b34f8-6744-44ad-8670-70fbb7f2aed7" />
3719
-
3720
- #### Message
3721
-
3722
- <img width="409" src="https://github.com/user-attachments/assets/b23057c1-b8e3-4c2a-a052-570a61570242" />
3723
-
3724
- #### Zoom
3725
-
3726
- <img width="128" src="https://github.com/user-attachments/assets/ac37d878-b25d-4215-9a05-84a4db8a4f1e" />
3727
-
3728
- feat(plasma-icons): Update icons pack (https://github.com/salute-developers/plasma/pull/1390)
3729
-
3730
- ## Tokens
3731
-
3732
- - исправлены опечатки в `tokens` для `theme`: `plasma_web`, `sdds_dfa`, `sdds_serv`
3733
-
3734
- fix(plasma-tokens): Fix tokens misprint in themes (https://github.com/salute-developers/plasma/pull/1402)
3735
-
3736
- ### Theme-Builder
3737
-
3738
- - исправлена обработка свойств `opened` для модальных окон
3739
- - исправлено отображение полей для ввода в модальном окне редактирования token
3740
- - исправлена генерация токенов `active` и `hover` состояний при изменении отключении / включении token
3741
-
3742
- fix(plasma-theme-builder): Fix bugs in Theme Builder (https://github.com/salute-developers/plasma/pull/1397)
3743
-
3744
- ## Infra
3745
-
3746
- ### Plasma-B2C
3747
-
3748
- - поднята документацию для пакета `plasma-b2c`
3749
-
3750
- plasma-docs: Setup package for `plasma-b2c` (https://github.com/salute-developers/plasma/pull/1330)
3751
-
3752
- ## Misc
3753
-
3754
- ### Tests
3755
-
3756
- - изменены тесты plasma-b2c компонентов Breadcrumbs и Price
3757
-
3758
- test(plasma-b2c): update tests for Breadcrumbs and Price (https://github.com/salute-developers/plasma/pull/1353)
3759
-
3760
- ### Tests
3761
-
3762
- - изменены тесты plasma-b2c компонентов Badge и Chip
3763
-
3764
- test(plasma-b2c): update tests for Badge and Chip (https://github.com/salute-developers/plasma/pull/1366)
3765
-
3766
- ---
3767
-
3768
- #### 🚀 Enhancement
3769
-
3770
- - Release by 28.08.2024 [#1403](https://github.com/salute-developers/plasma/pull/1403) ([@Yakutoc](https://github.com/Yakutoc) [@simashova](https://github.com/simashova) [@neretin-trike](https://github.com/neretin-trike) [@Salute-Eva](https://github.com/Salute-Eva) [@IgorYar](https://github.com/IgorYar) [@denivladislav](https://github.com/denivladislav) [@iljs](https://github.com/iljs))
3771
- - feat(\*): add custom background trigger for checkbox and rasiobox ([@iljs](https://github.com/iljs))
3772
- - feat(\*): add custom loading background to button ([@iljs](https://github.com/iljs))
3773
-
3774
- #### 🐛 Bug Fix
3775
-
3776
- - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
3777
- - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
3778
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
3779
-
3780
- #### Authors: 7
3781
-
3782
- - [@iljs](https://github.com/iljs)
3783
- - [@Salute-Eva](https://github.com/Salute-Eva)
3784
- - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
3785
- - Anastasia Simashova ([@simashova](https://github.com/simashova))
3786
- - Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
3787
- - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
3788
- - Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
3789
-
3790
- ---
3791
-
3792
- # v0.104.0 (Thu Aug 22 2024)
3793
-
3794
- ### Release Notes
3795
-
3796
- #### Release by 21.08.2024 ([#1382](https://github.com/salute-developers/plasma/pull/1382))
3797
-
3798
- ## Components
3799
-
3800
- ### Autocomplete
3801
-
3802
- - добавлено свойство `portal`
3803
- - обновлена документация
3804
-
3805
- plasma-new-hope: add portal prop to Autocomplete (https://github.com/salute-developers/plasma/pull/1347)
3806
-
3807
- ### Tabs
3808
-
3809
- - исправлены типы и описание компонента для корректной генерации документации
3810
- - добавлены недостающие примеры в документацию `sdds-cs`
3811
-
3812
- fix(plasma-\*): Tabs types and documentation (https://github.com/salute-developers/plasma/pull/1362)
3813
-
3814
- ### Props `isOpen`/`isVisible` to `opened`
3815
-
3816
- - публичные свойства `opened`/`isVisible` помечаны как `deprecated`
3817
- - изменены `types` , от которых зависят дочерние компоненты
3818
-
3819
- plasma-\*: Deprecate isOpen/isVisible public props, change to opened (https://github.com/salute-developers/plasma/pull/1335)
3820
-
3821
- ### Textfield
3822
-
3823
- - исправлено "дергание" `label` в `inner` режиме
3824
-
3825
- fix(new-hope): Textfield label bug (https://github.com/salute-developers/plasma/pull/1359)
3826
-
3827
- ### Radiobox
3828
-
3829
- - добавлены параметры `view` для примеров в storybook в `plasma-b2c`
3830
-
3831
- plasma-b2c: Add view props into radiobox stories (https://github.com/salute-developers/plasma/pull/1358)
3832
-
3833
- ### Select
3834
-
3835
- - компоненты `SelectNew` и `Select` объединены в `Select`. `SelectNew` больше не существует.
3836
- - исправлен баг в `Autocomplete`, связанный с очисткой внешнего значения в `contolled`-варианте
3837
-
3838
- feat: Getting rid of SelectNew in web/b2c (https://github.com/salute-developers/plasma/pull/1349)
3839
-
3840
- ### Popup
3841
-
3842
- - исправлена логика регистрации `popups`
3843
-
3844
- plasma-\*: Fix Modal Overlay & Popup registration logic (https://github.com/salute-developers/plasma/pull/1380)
3845
-
3846
- ### Modal
3847
-
3848
- - исправлена логика выставления `overflow-y` для `body`
3849
-
3850
- plasma-\*: Fix `Modal` overflow-y side effect (https://github.com/salute-developers/plasma/pull/1325)
3851
-
3852
- ## Icons
3853
-
3854
- ### Icons Table
3855
-
3856
- - добавлен набор иконок `RowHeight`
3857
-
3858
- plasma-icons: Add new icons (https://github.com/salute-developers/plasma/pull/1360)
3859
-
3860
- ### Icons DoubleDisclosure
3861
-
3862
- - добавлены набор иконок `DoubleDisclosure_{Down,Up}`
3863
-
3864
- feat(plasma-icons): Add new icons DoubleDisclosure\_{Down,Up} (https://github.com/salute-developers/plasma/pull/1373)
3865
-
3866
- ### Icons SearchForm
3867
-
3868
- - Исправлено смещение текста при наборе в поиск
3869
-
3870
- plasma-website: fix searchForm input text shifting (https://github.com/salute-developers/plasma/pull/1378)
3871
-
3872
- ## Infra
3873
-
3874
- ### Packages
3875
-
3876
- - удалён пакет `@salutejs/plasma-tokens-native`, больше не нужен
3877
- - удалён пакет `@auto-it/upload-assets`, т.к. больше не нужно прикреплять `assets` к релизу или `pull request`
3878
-
3879
- chore: Remove `plasma-tokens-native` package (https://github.com/salute-developers/plasma/pull/1305)
3880
-
3881
- ## Tokens
3882
-
3883
- ### Генерация старых токенов
3884
-
3885
- - Добавлены методы генерации старых токенов в библиотеку `core-themes`
3886
- - Добавлены токены со старым неймингом (префиксом `plasma-colors`) в вертикаль `plasma-themes` для тем `plasma-web` и `plasma-b2c`
3887
-
3888
- feat(plasma-themes): Add fallback tokens for `plasma-themes` (https://github.com/salute-developers/plasma/pull/1355)
3889
-
3890
- ### Токены высветления
3891
-
3892
- - Добавлены токены высветления для библиотек `plasma-themes`, `caldera-online-themes`, `sdds-themes`, `flamingo-themes`.
3893
-
3894
- feat(\*-themes): Add brightness tokens to all themes (https://github.com/salute-developers/plasma/pull/1367)
3895
-
3896
- ### Tabs, Dropdown, Popover, Switch, TextField
3897
-
3898
- - заменены токены `plasma-colors`
3899
-
3900
- plasma-{new-hope, b2c, web}: `plasma-colors` tokens changed (https://github.com/salute-developers/plasma/pull/1351)
3901
-
3902
- ## Docs
3903
-
3904
- ### Enabling themes
3905
-
3906
- - обновлено описание способов подключения и использования `theme` и токенов для всех поднятых пакетов с документацией, а также в шаблонах.
3907
-
3908
- refator(\*-docs): Update introducing docs (https://github.com/salute-developers/plasma/pull/1356)
3909
-
3910
- ### Tabs
3911
-
3912
- - исправлены типы и описание компонента для корректной генерации документации
3913
- - добавлены недостающие примеры в документацию `sdds-cs`
3914
-
3915
- fix(plasma-\*): Tabs types and documentation (https://github.com/salute-developers/plasma/pull/1362)
3916
-
3917
- ## Misc
3918
-
3919
- ### Tests
3920
-
3921
- - изменены тесты plasma-b2c компонентов Button и Range
3922
- - обновлены скриншоты
3923
-
3924
- test(plasma-b2c): update tests and snapshots for Button and Range (https://github.com/salute-developers/plasma/pull/1340)
3925
-
3926
- ---
3927
-
3928
- #### 🚀 Enhancement
3929
-
3930
- - Release by 21.08.2024 [#1382](https://github.com/salute-developers/plasma/pull/1382) ([@denivladislav](https://github.com/denivladislav) [@Salute-Eva](https://github.com/Salute-Eva) [@IgorYar](https://github.com/IgorYar) [@neretin-trike](https://github.com/neretin-trike) [@vadim-kudr](https://github.com/vadim-kudr) [@simashova](https://github.com/simashova) [@iljs](https://github.com/iljs) [@Yakutoc](https://github.com/Yakutoc) [@shuga2704](https://github.com/shuga2704) [@luizasok](https://github.com/luizasok) VAnaKudryavtsev@sberbank.ru)
3931
- - feat: Deprecate isOpen/isVisible public props, change to opened [#1335](https://github.com/salute-developers/plasma/pull/1335) ([@vadim-kudr](https://github.com/vadim-kudr))
3932
-
3933
- #### 🐛 Bug Fix
3934
-
3935
- - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
3936
- - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
3937
- - feat(web, b2c): Select and SelectNew are merged. SelectNew is gone. [#1349](https://github.com/salute-developers/plasma/pull/1349) ([@shuga2704](https://github.com/shuga2704))
3938
- - docs(plasma-{b2c, web}, sdds-\*): api reports regenerated [#1362](https://github.com/salute-developers/plasma/pull/1362) ([@denivladislav](https://github.com/denivladislav))
3939
- - feat(plasma-{b2c, web}, sdds-\*): TabsController description fixed ([@denivladislav](https://github.com/denivladislav))
3940
- - fix(sdds-\*): type casting removed ([@denivladislav](https://github.com/denivladislav))
3941
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
3942
-
3943
- #### Authors: 11
3944
-
3945
- - [@iljs](https://github.com/iljs)
3946
- - [@Salute-Eva](https://github.com/Salute-Eva)
3947
- - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
3948
- - Anastasia Simashova ([@simashova](https://github.com/simashova))
3949
- - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
3950
- - Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
3951
- - Luiza_Sok ([@luizasok](https://github.com/luizasok))
3952
- - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
3953
- - Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
3954
- - Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
3955
- - Кудрявцев Вадим Анатольевич (VAnaKudryavtsev@sberbank.ru)
3956
-
3957
- ---
3958
-
3959
- # v0.93.0 (Thu Aug 08 2024)
3960
-
3961
- ### Release Notes
3962
-
3963
- #### Release by 07.08.2024 ([#1348](https://github.com/salute-developers/plasma/pull/1348))
3964
-
3965
- ## Components
3966
-
3967
- ### DatePicker
3968
-
3969
- - добавлена возможность задавать labelPlacement
3970
- - добавлен тест на данное свойство
3971
-
3972
- plasma-\*: add datepicker inner label support (https://github.com/salute-developers/plasma/pull/1327)
3973
-
3974
- ### DatePicker
3975
-
3976
- - добавлена возможность открытия календаря в DatePicker по нажатию Space
3977
-
3978
- plasma-new-hope: add DatePicker open by space (https://github.com/salute-developers/plasma/pull/1326)
3979
-
3980
- ### TimePicker
3981
-
3982
- - добавлена привязка времени к датам
3983
- - добавлена возможность задавать промежуток больший, чем 1 сутки
3984
-
3985
- **Before**
3986
- <img src="https://github.com/user-attachments/assets/b867f5d2-2814-433e-ba21-e93aa5fd691f" width="550">
3987
-
3988
- **After**
3989
- <img src="https://github.com/user-attachments/assets/3d6e6ac5-d5e6-4adb-b985-9606a31d8335" width="550">
3990
-
3991
- plasma-ui: range timepicker (https://github.com/salute-developers/plasma/pull/1323)
3992
-
3993
- ### Components
3994
-
3995
- Добавлена библиотека компонентов `@salutejs/sdds-cs`
3996
-
3997
- feat(package): Add sdds-cs (https://github.com/salute-developers/plasma/pull/1334)
3998
-
3999
- ### DatePicker
4000
-
4001
- - изменен токен default состояния для поля ввода
4002
- - обновлены скриншоты для DatePicker
4003
- - исправлено поведение, связанное с шириной поля ввода
4004
- - добавлена поддержка асинхронной установки defaultDate
4005
-
4006
- **Before**
4007
- <img src="https://github.com/user-attachments/assets/a4a4962a-c214-4c07-ba32-d7a80d2f9099">
4008
- <img src="https://github.com/user-attachments/assets/38f4d5be-2519-4777-817e-5ca901724a7f">
4009
-
4010
- **After**
4011
- ![image](https://github.com/user-attachments/assets/564b6610-2fee-475e-8b5e-af223f11a069)
4012
- ![image](https://github.com/user-attachments/assets/8ad60d1d-8ed9-405e-89f3-e35934bff1c3)
4013
-
4014
- plasma-\*: fix datepicker focus token (https://github.com/salute-developers/plasma/pull/1332)
4015
-
4016
- ### Breadcrumbs
4017
-
4018
- - добавлен в поставку `plasma-{b2c, web}, sdds-{serv,dfa}`
4019
- - добавлен примеры в storybook и документация
4020
-
4021
- #### Навигация по родительским страницам
4022
-
4023
- <img width="609" src="https://github.com/user-attachments/assets/b35f60a5-0d18-4ea4-9f62-716365079e4f" />
4024
-
4025
- #### Используя `shorter`
4026
-
4027
- <img width="659" src="https://github.com/user-attachments/assets/462f80e8-42a3-4538-b85e-1228a08df58e" />
4028
-
4029
- #### Используя custom элемент
4030
-
4031
- <img width="596" src="https://github.com/user-attachments/assets/3d780e04-0419-4bdf-a81b-8b3c2f73c9d9" />
4032
-
4033
- plasma-\*: Add Breadcrumbs (https://github.com/salute-developers/plasma/pull/1310)
4034
-
4035
- ### Select
4036
-
4037
- - Добавлен новый проп renderTarget в компонент Select
4038
-
4039
- RenderTarget in Select (https://github.com/salute-developers/plasma/pull/1328)
4040
-
4041
- ### Tokens
4042
-
4043
- - В пакете `sdds-cs` были изменены конфиги в компонентах: `Accordion`, `Avatar`, `Badge`, `Cell`, `Counter`, `Chip`, `Divider`, `Indicator`
4044
- - В `Accordion` добавлен токен цвета иконки
4045
- - В `plasma-web` добавлены новые view
4046
-
4047
- fix(sdds-serv): Update configs for components in sdds-cs (https://github.com/salute-developers/plasma/pull/1344)
4048
-
4049
- ### Tabs
4050
-
4051
- - при нажатии на таб, который не виден целиком, происходит прокрутка до конца этого таба
4052
- - при нажатии на стрелки влево/вправо происходит прокрутка до следующего таба
4053
- - исправлена ошибка `disabled=true` в конфигурациях
4054
- - исправлены примеры `Storybook`, тесты и документация
4055
-
4056
- plasma-_, sdds-_: redesign Tabs (https://github.com/salute-developers/plasma/pull/1333)
4057
-
4058
- ## Docs
4059
-
4060
- ### Add docs SDDS CS
4061
-
4062
- - добавлена документация для пакета `sdds-cs`
4063
-
4064
- Add docs SDDS CS (https://github.com/salute-developers/plasma/pull/1336)
4065
-
4066
- ## Misc
4067
-
4068
- ### Docs
4069
-
4070
- - Поправлено описание подключения темы для `sdds` вертикали
4071
-
4072
- fix(sdds-serv-docs,sdd-dfa-docs): Fix introducing page (https://github.com/salute-developers/plasma/pull/1338)
4073
-
4074
- ### Fix useFocusTrap in Modal
4075
-
4076
- - Теперь фокус при открытии `modal` работает после анимации
4077
-
4078
- Fix useFocusTrap in Modal (https://github.com/salute-developers/plasma/pull/1345)
4079
-
4080
- ### Контейнер в NotificationProvider
4081
-
4082
- Добавил `overflow: hidden` на контейнер используемого Popup
4083
-
4084
- fix: fix Notification animation overflow (https://github.com/salute-developers/plasma/pull/1339)
4085
-
4086
- ---
4087
-
4088
- #### 🚀 Enhancement
4089
-
4090
- - Release by 07.08.2024 [#1348](https://github.com/salute-developers/plasma/pull/1348) ([@Yakutoc](https://github.com/Yakutoc) [@Salute-Eva](https://github.com/Salute-Eva) [@TitanKuzmich](https://github.com/TitanKuzmich) [@iljs](https://github.com/iljs) [@neretin-trike](https://github.com/neretin-trike) [@shuga2704](https://github.com/shuga2704) [@vadim-kudr](https://github.com/vadim-kudr) [@denivladislav](https://github.com/denivladislav))
4091
- - feat(sdds-cs/plasma-web): add view for accordion and edit configs sdds-cs ([@iljs](https://github.com/iljs))
4092
- - feat(plasma-new-hope): added renderTarget prop in Select [#1328](https://github.com/salute-developers/plasma/pull/1328) ([@shuga2704](https://github.com/shuga2704))
4093
- - feat(new-hope/sdds-cs): add to sdds-cs and edits [#1310](https://github.com/salute-developers/plasma/pull/1310) ([@iljs](https://github.com/iljs))
4094
- - feat(\*): add to libs and final edits ([@iljs](https://github.com/iljs))
4095
- - feat(plasma-web/b2c,sdds-serv/dfa): add DatePicker deferred stories [#1332](https://github.com/salute-developers/plasma/pull/1332) ([@TitanKuzmich](https://github.com/TitanKuzmich))
4096
- - feat(sdds-serv/dfa): update DatePicker focus token ([@TitanKuzmich](https://github.com/TitanKuzmich))
4097
- - feat(sdds-serv/dfa): update DatePicker configs & stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
4098
-
4099
- #### 🐛 Bug Fix
4100
-
4101
- - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
4102
- - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
4103
- - fix(plasma-_, sdds-_): stretch turned into conditional control ([@denivladislav](https://github.com/denivladislav))
4104
- - docs(plasma-_, sdds-_): api reports regenerated ([@denivladislav](https://github.com/denivladislav))
4105
- - fix(plasma-{b2c, web}, sdds-\*): storybooks and tests updated ([@denivladislav](https://github.com/denivladislav))
4106
- - fix(plasma-_, sdds-_): configs fixed ([@denivladislav](https://github.com/denivladislav))
4107
- - fix(core): edit focus trap and add animation example to modal [#1345](https://github.com/salute-developers/plasma/pull/1345) ([@iljs](https://github.com/iljs))
4108
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
4109
-
4110
- #### Authors: 8
4111
-
4112
- - [@iljs](https://github.com/iljs)
4113
- - [@Salute-Eva](https://github.com/Salute-Eva)
4114
- - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
4115
- - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
4116
- - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
4117
- - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
4118
- - Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
4119
- - Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
4120
-
4121
- ---
4122
-
4123
- # v0.84.0 (Thu Jul 25 2024)
4124
-
4125
- ### Release Notes
4126
-
4127
- #### Release by 24.07.2024 ([#1319](https://github.com/salute-developers/plasma/pull/1319))
4128
-
4129
- ## Components
4130
-
4131
- ### Portal/Popup
4132
-
4133
- - убрана зависимость от свойства `frame` в элементе `PopupRootContainer`
4134
- - переделан компонент `Portal` из конфигурируемого в обычный функциональный компонент
4135
-
4136
- fix(plasma-new-hope): `Popup` and `Portal` improvements (https://github.com/salute-developers/plasma/pull/1299)
4137
-
4138
- ### Chip
4139
-
4140
- - добавлено новое свойство `hasClear`
4141
- - добавлен тест и обновлена документация
4142
-
4143
- plasma-\*: Add prop `hasClear` for Chip (https://github.com/salute-developers/plasma/pull/1312)
4144
-
4145
- ### DatePicker
4146
-
4147
- - добавлена поддержка выбора кварталов
4148
- - добавлены 4ре варианта работы с календарем (выбор дней, месяцев, календарей, лет)
4149
- - добавлена поддержка кварталов в datepicker
4150
- - добавлена возможность задавать события для каждой календарной сетки
4151
- - добавлена возможность задавать неактивные элементы для каждой календарной сетки
4152
-
4153
- **Before:**
4154
-
4155
- <div style="display: flex">
4156
- <img src="https://github.com/user-attachments/assets/2208459a-92ee-493c-974e-b01f216e268b" width="200" height="200">
4157
- <img src="https://github.com/user-attachments/assets/c765d898-bfbb-42a2-be30-8982f27031bb" width="200" height="200">
4158
- <img src="https://github.com/user-attachments/assets/bc61edf5-0a18-47a8-b34e-672f2eb0379e" width="200" height="200">
4159
- </div>
4160
-
4161
- **After:**
4162
-
4163
- <div style="display: flex">
4164
- <img src="https://github.com/user-attachments/assets/0b42d119-8964-4a52-b9e0-564b0f1a8141" width="200" height="200">
4165
- <img src="https://github.com/user-attachments/assets/1e2cb981-4a16-475d-ba07-51a774130349" width="200" height="200">
4166
- <img src="https://github.com/user-attachments/assets/30f898e9-06c5-47ae-bf66-b4c29f4eb9a0" width="200" height="200">
4167
- <img src="https://github.com/user-attachments/assets/0236ddcc-4473-4b46-a200-ae088f960b50" width="200" height="200">
4168
- </div>
4169
-
4170
- plasma-\*: Datepicker improvements (https://github.com/salute-developers/plasma/pull/1302)
4171
-
4172
- ### Autocomplete
4173
-
4174
- - добавлен в поставку во все клиентские библиотеки
4175
-
4176
- feat: Autocomplete (https://github.com/salute-developers/plasma/pull/1292)
4177
-
4178
- ### Price, Portal
4179
-
4180
- - компонент `Price` добавлен в `plasma-new-hope`, портирован в `plasma-{web, b2c}`, `sdds-{serv, dfa}`
4181
- - для `Price` обновлены тесты и документация
4182
- - исправлена ошибка отсутствующего `PropsTable` в документации `Portal`
4183
-
4184
- plasma-\*: add `Price` component (https://github.com/salute-developers/plasma/pull/1307)
4185
-
4186
- ### Select
4187
-
4188
- - добавлен новый компонент с поддержкой вложенных списков
4189
- - поставлен во все клиентские библиотеки
4190
-
4191
- feat: Select (https://github.com/salute-developers/plasma/pull/1233)
4192
-
4193
- ### SDDS-SERV
4194
-
4195
- - добавлены компоненты:
4196
- - Calendar
4197
- - Notification
4198
- - ButtonBase
4199
- - Skeleton
4200
- - Accordion
4201
-
4202
- ### SDDS-{SERV, DFA}
4203
-
4204
- - заменены старые токены с префиксом `--plasma-colors...` на корректные.
4205
-
4206
- Sdds-serv & sdds-dfa sync (https://github.com/salute-developers/plasma/pull/1314)
4207
-
4208
- ### Accordion
4209
-
4210
- - добавлен новый view (b2c)
4211
- - добавлена возможность добавить класс в accordionItem
4212
- - исправлена работы disabled
4213
- - добавлен флаг startLeftPosition
4214
- - переделаны новые отступы из нового дизайна
4215
-
4216
- Add functional to accordion (https://github.com/salute-developers/plasma/pull/1301)
4217
-
4218
- ### Typography
4219
-
4220
- - добавлен пропс color
4221
- - в секции plasma-web storybook добавлен color picker
4222
-
4223
- feat: Add color prop in Typography (https://github.com/salute-developers/plasma/pull/1308)
4224
-
4225
- ## Tokens
4226
-
4227
- - Добавлена новая темая `sdds_cs` в библиотеку `@salutejs/sdds-themes` с учётом обновленных токенов типографики.
4228
-
4229
- feat(sdds-themes): Add `sdds_cs` theme (https://github.com/salute-developers/plasma/pull/1309)
4230
-
4231
- ## Docs
4232
-
4233
- ### AudioPlayer
4234
-
4235
- - изменен `cdn` в примерах`https://vc-static.sberdevices.ru/smartmarket-video-news/` на `https://cdn1.newsback.sberdevices.ru/p-newsback/`
4236
-
4237
- plasma-{b2c,web}: Fix vc cdn url (https://github.com/salute-developers/plasma/pull/1298)
4238
-
4239
- ## Misc
4240
-
4241
- ### Tooltip
4242
-
4243
- - исправлен проброс стилей в Tooltip
4244
-
4245
- plasma-new-hope: forward styles and className to Tooltip root (https://github.com/salute-developers/plasma/pull/1311)
4246
-
4247
- ### Textarea
4248
-
4249
- - исправлена логика при использовании свойства `autoResize` (теперь ширина автоматически растягивается)
4250
-
4251
- Результат с включенным `autoResize` после изменения ширины
4252
-
4253
- **До:**
4254
- ![](https://github.com/salute-developers/plasma/assets/38344415/70ad8513-353e-477f-a0fe-e4d3ee5cfd55)
4255
-
4256
- **После:**
4257
- ![](https://github.com/salute-developers/plasma/assets/38344415/84306373-b4fb-4f13-8a77-b2fd05c08721)
4258
-
4259
- plasma-\*: Fix width autoresize prop in textarea (https://github.com/salute-developers/plasma/pull/1297)
4260
-
4261
- ---
4262
-
4263
- #### 🚀 Enhancement
4264
-
4265
- - Release by 24.07.2024 [#1319](https://github.com/salute-developers/plasma/pull/1319) ([@Yeti-or](https://github.com/Yeti-or) [@neretin-trike](https://github.com/neretin-trike) [@Salute-Eva](https://github.com/Salute-Eva) [@simashova](https://github.com/simashova) [@TitanKuzmich](https://github.com/TitanKuzmich) [@iljs](https://github.com/iljs) [@shuga2704](https://github.com/shuga2704) [@denivladislav](https://github.com/denivladislav) [@vadim-kudr](https://github.com/vadim-kudr) [@Yakutoc](https://github.com/Yakutoc))
4266
- - feat: Add color prop to Typography, code review fixes [#1308](https://github.com/salute-developers/plasma/pull/1308) ([@vadim-kudr](https://github.com/vadim-kudr))
4267
- - feat: Add color prop to Typography, fixes ([@vadim-kudr](https://github.com/vadim-kudr))
4268
- - feat(plasma-{new-hope, b2c, web}, sdds-{dfa, serv}): indian rupee added [#1307](https://github.com/salute-developers/plasma/pull/1307) ([@denivladislav](https://github.com/denivladislav))
4269
- - feat(sdds-serv/dfa): update Calendar configs & stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
4270
-
4271
- #### 🐛 Bug Fix
4272
-
4273
- - Merge remote-tracking branch 'origin/dev' into release_2024-07-24 ([@Yakutoc](https://github.com/Yakutoc))
4274
- - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
4275
- - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
4276
- - feat(sdds-dfa, sdds-serv): Sync [#1314](https://github.com/salute-developers/plasma/pull/1314) ([@shuga2704](https://github.com/shuga2704))
4277
- - feat(plasma-new-hope, b2c, web, sdds-serv, sdds-dfa): Select [#1233](https://github.com/salute-developers/plasma/pull/1233) ([@shuga2704](https://github.com/shuga2704))
4278
- - docs(plasma-{new-hope, web}, sdds-{serv, dfa}): api reports regenerated ([@denivladislav](https://github.com/denivladislav))
4279
- - feat(sdds-{serv, dfa}): Price component ported ([@denivladislav](https://github.com/denivladislav))
4280
- - feat(plasma-new-hope, web, b2c, sdds-serv, sdds-dfa): Autocomplete [#1292](https://github.com/salute-developers/plasma/pull/1292) ([@shuga2704](https://github.com/shuga2704))
4281
- - feat(plasma-web/b2c,sdds-serv/dfa): update DatePicker configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
4282
- - docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
4283
- - feat(plasma-web/b2c,sdds-serv/dfa): add hasClear prop to Chip stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
4284
- - fix(sdds-_,plasma-_,caldera-online): Update `Portal` component usage [#1299](https://github.com/salute-developers/plasma/pull/1299) ([@neretin-trike](https://github.com/neretin-trike))
4285
- - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
4286
-
4287
- #### Authors: 10
4288
-
4289
- - [@iljs](https://github.com/iljs)
4290
- - [@Salute-Eva](https://github.com/Salute-Eva)
4291
- - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
4292
- - Anastasia Simashova ([@simashova](https://github.com/simashova))
4293
- - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
4294
- - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
4295
- - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
4296
- - Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
4297
- - Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
4298
- - Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
4299
-
4300
- ---
4301
-
4302
- # v0.77.0 (Thu Jul 11 2024)
4303
-
4304
- ### Release Notes
4305
-
4306
- #### Release by 11.07.2024 ([#1296](https://github.com/salute-developers/plasma/pull/1296))
4307
-
4308
- ## Components
4309
-
4310
- ### DatePicker
4311
-
4312
- - добавлен новый компонент DatePicker
4313
- - написаны тесты и документация
4314
- - проведен рефакторинг стилей и токенов календаря
4315
- - исправлен отступ от первой иконки в Range
4316
-
4317
- feat(plasma-new-hope): add DatePicker component (https://github.com/salute-developers/plasma/pull/1224)
4318
-
4319
- ### Portal
4320
-
4321
- - компонент добавлен в `plasma-new-hope`, портирован в `plasma-{web, b2c}`, `caldera`, `sdds`
4322
- - добавлены тесты и документация
4323
- - компонент внедрён в `Popover` и `Popup`
4324
- - исправлено имя теста для `Popover`
4325
-
4326
- plasma-\*: Add `Portal` component (https://github.com/salute-developers/plasma/pull/1272)
4327
-
4328
- ### Sheet
4329
-
4330
- - убран из примеров в `stories` лишний горизонтальный скролл
4331
- - добавлена недостающая документация в `caldera-online`
4332
-
4333
- **Before**:
4334
-
4335
- <img width="1726" alt="scrollBefore" src="https://github.com/salute-developers/plasma/assets/71961494/f37919f8-df31-427e-aff9-34228cb920b6" />
4336
-
4337
- **After**:
4338
-
4339
- <img width="1725" alt="scrollAfter" src="https://github.com/salute-developers/plasma/assets/71961494/6c3ae1df-e3cc-42d0-ae54-6b11fba55690" />
4340
-
4341
- plasma-\*: Fix `Sheet` scroll (https://github.com/salute-developers/plasma/pull/1273)
4342
-
4343
- ### Dropdown
4344
-
4345
- - добавлено новое свойство `portal`
4346
-
4347
- feat(plasma-new-hope): Added prop portal into Dropdown component (https://github.com/salute-developers/plasma/pull/1260)
4348
-
4349
- ### SDDS DFA
4350
-
4351
- - добавлена тема `sdds_dfa` в библиотеку вертикалей `@salutejs/sdds-themes`
4352
- - добавлена библиотека `@salutejs/sdds-dfa`
4353
- - поправлены компоненты `Header`, `Skeleton`, `Accordion`
4354
-
4355
- feat(sdds-dfa): Add `sdds-dfa` components library (https://github.com/salute-developers/plasma/pull/1293)
4356
-
4357
- ### SDDS-SERV
4358
-
4359
- - добавлена поддержка пакета `@emotion`
4360
-
4361
- sdds-serv: Add support `@emotion` package (https://github.com/salute-developers/plasma/pull/1281)
4362
-
4363
- ## Icons
4364
-
4365
- ### Website: Icons page
4366
-
4367
- - новый UI для блока поиск
4368
- - исправлен вывод набора иконок
4369
- - исправлено `isDeprecate` на `isDeprecated`
4370
-
4371
- plasma-website: New UI search block (https://github.com/salute-developers/plasma/pull/1270)
4372
-
4373
- ### iOS
4374
-
4375
- - исправлена генерация иконок под iOS
4376
-
4377
- **Before:**
4378
-
4379
- <img width="248" src="https://github.com/salute-developers/plasma/assets/2895992/e93abb36-8a51-4451-aab3-3107959a8904" />
4380
-
4381
- **After:**
4382
-
4383
- <img width="248" src="https://github.com/salute-developers/plasma/assets/2895992/8415a3b2-3f6e-46fb-9a3e-767f0317aa30" />
4384
-
4385
- plasma-icons: Rewrite generate icons for iOS (https://github.com/salute-developers/plasma/pull/1283)
4386
-
4387
- ### Opacity
4388
-
4389
- - удалено **ненужное** свойство `opacity` в наборе старых иконок
4390
-
4391
- plasma-icons: Delete unnecessary prop opacity (https://github.com/salute-developers/plasma/pull/1282)
4392
-
4393
- ## Infra
4394
-
4395
- ### Required checks
4396
-
4397
- - реорганизовали обязательные проверки (стало меньше и быстрее)
4398
-
4399
- plasma-infra: Simplify required checks (https://github.com/salute-developers/plasma/pull/1278)
4400
-
4401
- ### Scaffold
4402
-
4403
- - скрипт для генерации компонентов вынесен в отдельную команду
4404
-
4405
- plasma-infra(scaffold): Extend script for update/sync component list (https://github.com/salute-developers/plasma/pull/1275)
4406
-
4407
- ### Support emotion engine
4408
-
4409
- - добавлена поддержка пакета `@emotion` для библиотеки `plasma-new-hope`
4410
-
4411
- feat(plasma-new-hope): add emotion support (https://github.com/salute-developers/plasma/pull/1276)
4412
-
4413
- ## Tokens
4414
-
4415
- - добавлены методы генерации токенов для web приложений на основе новой json структуры.
4416
- - перегенированы темы для всех вертикалей: `sdds`, `plasma`, `flamingo` и `caldera-online` на основе json файлов из [данного репозитория](https://github.com/salute-developers/theme-converter/tree/main/themes).
4417
- - удалены старые json темы из пакета `@salutejs/data-themes`.
4418
- - переименован пакет `@salutejs/data-themes` в `@salutejs/core-themes` и обновлены все зависимости
4419
-
4420
- feat(data-themes): Add new token generators for web via new json scheme and update themes (https://github.com/salute-developers/plasma/pull/1274)
4421
-
4422
- ## Docs
4423
-
4424
- ### Storybook link
4425
-
4426
- - убрана ссылка/кнопка на storybook из документации для `plasma-{web,ui}`
4427
-
4428
- **Before:**
4429
-
4430
- <img width="1944" src="https://github.com/salute-developers/plasma/assets/2895992/458182dc-07eb-4954-9b06-a2f0eabc867f" />
4431
-
4432
- **After:**
4433
-
4434
- <img width="1944" src="https://github.com/salute-developers/plasma/assets/2895992/ea812456-7644-4194-8188-88a085b416f6" />
4435
-
4436
- plasma-docs: hide short links for storybook (https://github.com/salute-developers/plasma/pull/1286)
4437
-
4438
- ### SDDS-DFA/SERVE
4439
-
4440
- - добавлен шаблон документации для компонент `Accordion`
4441
- - добавлена документация для пакета `sdds-dfa`
4442
- - исправлена документация для `Popover`
4443
-
4444
- feat: Add `sdds-dfa-docs` (https://github.com/salute-developers/plasma/pull/1295)
4445
-
4446
- ## Misc
4447
-
4448
- ### TextField
4449
-
4450
- - добавлены токены цвета и размера textBefore/After
4451
- - исправлен line-height у иконок
4452
-
4453
- feat: add textfield textBefore/After tokens (https://github.com/salute-developers/plasma/pull/1253)
4454
-
4455
- ### Website: colors palette
4456
-
4457
- - добавлена страница с цветовой палитрой
4458
-
4459
- **Страница выбора цвета**
4460
-
4461
- ![Выбор цвета](https://github.com/salute-developers/plasma/assets/38344415/6527ea89-7727-4a4e-b435-35436e74b788)
4462
-
4463
- **Страница выбора оттенка**
4464
-
4465
- ![Выбор оттенка](https://github.com/salute-developers/plasma/assets/38344415/632a842e-4922-42a4-bfe7-79081f6ea2e0)
4466
-
4467
- plasma-website: add page colors (https://github.com/salute-developers/plasma/pull/1266)
4468
-
4469
- ---
4470
-
4471
- #### 🚀 Enhancement
4472
-
4473
- - Release by 11.07.2024 [#1296](https://github.com/salute-developers/plasma/pull/1296) ([@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@denivladislav](https://github.com/denivladislav) [@Yeti-or](https://github.com/Yeti-or) [@shuga2704](https://github.com/shuga2704) [@neretin-trike](https://github.com/neretin-trike) [@iljs](https://github.com/iljs))
4474
- - feat(sdds-dfa): Add `sdds-dfa` components library ([@neretin-trike](https://github.com/neretin-trike))
4475
-
4476
- #### 🐛 Bug Fix
4477
-
4478
- - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
4479
- - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
4480
- - fix(sdds-\*): update api report [#1295](https://github.com/salute-developers/plasma/pull/1295) ([@Yakutoc](https://github.com/Yakutoc))
4481
- - fix(sdds-\*): use `styled-components@5.3.1` ([@Yakutoc](https://github.com/Yakutoc))
4482
- - fix(sdds-serv,sdds-dfa): Update configs for `Combobox` and `TextField` components ([@neretin-trike](https://github.com/neretin-trike))
4483
- - feat(sdds-serv,sdds-dfa): Remove `Header` and old `Select` components ([@neretin-trike](https://github.com/neretin-trike))
4484
-
4485
- #### Authors: 8
4486
-
4487
- - [@iljs](https://github.com/iljs)
4488
- - [@Salute-Eva](https://github.com/Salute-Eva)
4489
- - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
4490
- - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
4491
- - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
4492
- - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
4493
- - Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
4494
- - Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))