cozy-ui 137.0.0 → 138.0.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 (293) hide show
  1. package/CHANGELOG.md +76 -0
  2. package/assets/icons/illus/assistant-color.svg +1 -1
  3. package/dist/cozy-ui.min.css +2 -2
  4. package/dist/cozy-ui.utils.min.css +1 -1
  5. package/package.json +1 -3
  6. package/react/ActionsMenu/ActionMenuEffects.ts +51 -0
  7. package/react/ActionsMenu/ActionsMenuWrapper.jsx +1 -1
  8. package/react/Avatar/Readme.md +2 -0
  9. package/react/Avatar/index.jsx +12 -9
  10. package/react/Badge/Readme.md +17 -8
  11. package/react/Banner/Readme.md +53 -28
  12. package/react/Card/Readme.md +19 -13
  13. package/react/Chips/Readme.md +2 -3
  14. package/react/Circle/Readme.md +16 -10
  15. package/react/CircularProgress/Readme.md +24 -0
  16. package/react/CozyDialogs/Readme.md +167 -156
  17. package/react/DateMonthPicker/Readme.md +11 -9
  18. package/react/Dialog/Readme.md +3 -37
  19. package/react/Divider/Readme.md +15 -7
  20. package/react/GhostFileBadge/Readme.md +25 -9
  21. package/react/Grid/Readme.md +12 -4
  22. package/react/HistoryRow/index.jsx +11 -15
  23. package/react/HistoryRow/styles.styl +8 -0
  24. package/react/Icons/AssistantColor.jsx +15 -22
  25. package/react/InfosBadge/Readme.md +17 -3
  26. package/react/LinearProgress/Readme.md +24 -0
  27. package/react/List/Readme.md +0 -6
  28. package/react/LoadMore/index.jsx +2 -2
  29. package/react/MuiCozyTheme/helpers.js +2 -4
  30. package/react/MuiCozyTheme/index.jsx +4 -6
  31. package/react/MuiCozyTheme/makePalette.js +89 -151
  32. package/react/MuiCozyTheme/makeTheme.jsx +9 -18
  33. package/react/MuiCozyTheme/overrides/{makeDarkNormalOverrides.js → makeDarkOverrides.js} +5 -5
  34. package/react/MuiCozyTheme/overrides/{makeLightNormalOverrides.js → makeLightOverrides.js} +1 -2
  35. package/react/MuiCozyTheme/theme.jsx +7 -15
  36. package/react/NavigationList/index.jsx +10 -2
  37. package/react/NestedSelect/Modal.jsx +5 -6
  38. package/react/NestedSelect/NestedSelect.md +3 -3
  39. package/react/ProgressionBanner/Readme.md +26 -21
  40. package/react/ProgressionBanner/index.jsx +22 -17
  41. package/react/SelectBox/Readme.md +2 -3
  42. package/react/Stack/Readme.md +10 -6
  43. package/react/Thumbnail/Readme.md +13 -19
  44. package/react/deprecated/Chip/Readme.md +2 -2
  45. package/react/deprecated/CompositeRow/Readme.md +3 -3
  46. package/react/deprecated/GridItem/Readme.md +9 -7
  47. package/react/deprecated/Modal/Readme.md +6 -7
  48. package/react/hooks/useConfirmExit/Readme.md +2 -2
  49. package/react/hooks/useConfirmExit/index.jsx +3 -3
  50. package/react/index.js +0 -41
  51. package/react/legacy/Input/Readme.md +1 -1
  52. package/react/providers/CozyTheme/Readme.md +4 -9
  53. package/react/providers/CozyTheme/index.jsx +5 -11
  54. package/react/providers/DemoProvider.jsx +2 -2
  55. package/react/utils/color.js +10 -11
  56. package/react/utils/react.js +12 -5
  57. package/scripts/screenshots/prepares.js +3 -4
  58. package/scripts/screenshots/screenshotComponent.js +5 -14
  59. package/scripts/screenshots/screenshotReactStyleguide.js +1 -2
  60. package/scripts/screenshots.js +6 -15
  61. package/stylus/components/forms.styl +0 -34
  62. package/stylus/cozy-ui/build.styl +3 -291
  63. package/stylus/settings/palettes.styl +2 -4
  64. package/stylus/settings/themes/{dark-normal.styl → dark.styl} +1 -1
  65. package/stylus/settings/themes/{light-normal.styl → light.styl} +1 -1
  66. package/transpiled/react/ActionsMenu/ActionMenuEffects.d.ts +1 -0
  67. package/transpiled/react/ActionsMenu/ActionMenuEffects.js +38 -0
  68. package/transpiled/react/ActionsMenu/ActionsMenuWrapper.js +1 -1
  69. package/transpiled/react/Avatar/index.d.ts +3 -1
  70. package/transpiled/react/Avatar/index.js +10 -6
  71. package/transpiled/react/HistoryRow/index.js +11 -9
  72. package/transpiled/react/Icon/icons-sprite.d.ts +1 -1
  73. package/transpiled/react/Icon/icons-sprite.js +1 -1
  74. package/transpiled/react/IconButton/index.d.ts +2 -2
  75. package/transpiled/react/Icons/AssistantColor.js +16 -21
  76. package/transpiled/react/List/index.d.ts +1 -1
  77. package/transpiled/react/LoadMore/index.js +2 -2
  78. package/transpiled/react/MuiCozyTheme/helpers.d.ts +1 -1
  79. package/transpiled/react/MuiCozyTheme/helpers.js +2 -2
  80. package/transpiled/react/MuiCozyTheme/index.d.ts +1 -5
  81. package/transpiled/react/MuiCozyTheme/index.js +3 -6
  82. package/transpiled/react/MuiCozyTheme/makePalette.d.ts +1 -1
  83. package/transpiled/react/MuiCozyTheme/makePalette.js +89 -130
  84. package/transpiled/react/MuiCozyTheme/makeTheme.d.ts +1 -1
  85. package/transpiled/react/MuiCozyTheme/makeTheme.js +9 -18
  86. package/transpiled/react/MuiCozyTheme/overrides/{makeDarkNormalOverrides.d.ts → makeDarkOverrides.d.ts} +1 -1
  87. package/transpiled/react/MuiCozyTheme/overrides/makeDarkOverrides.js +16 -0
  88. package/transpiled/react/MuiCozyTheme/overrides/{makeLightNormalOverrides.d.ts → makeLightOverrides.d.ts} +1 -1
  89. package/transpiled/react/MuiCozyTheme/overrides/{makeLightNormalOverrides.js → makeLightOverrides.js} +1 -1
  90. package/transpiled/react/MuiCozyTheme/theme.d.ts +3 -33
  91. package/transpiled/react/MuiCozyTheme/theme.js +7 -17
  92. package/transpiled/react/NavigationList/index.js +7 -3
  93. package/transpiled/react/NestedSelect/Modal.js +5 -4
  94. package/transpiled/react/ProgressionBanner/index.d.ts +3 -3
  95. package/transpiled/react/ProgressionBanner/index.js +33 -16
  96. package/transpiled/react/Typography/index.d.ts +1 -1
  97. package/transpiled/react/hooks/useConfirmExit/index.js +3 -3
  98. package/transpiled/react/index.d.ts +0 -32
  99. package/transpiled/react/index.js +0 -31
  100. package/transpiled/react/providers/CozyTheme/index.d.ts +1 -6
  101. package/transpiled/react/providers/CozyTheme/index.js +4 -14
  102. package/transpiled/react/providers/DemoProvider.d.ts +1 -2
  103. package/transpiled/react/providers/DemoProvider.js +2 -5
  104. package/transpiled/react/stylesheet.css +1 -1
  105. package/transpiled/react/utils/color.d.ts +2 -2
  106. package/transpiled/react/utils/color.js +11 -11
  107. package/transpiled/react/utils/react.d.ts +1 -0
  108. package/transpiled/react/utils/react.js +11 -1
  109. package/react/Banner/index.jsx +0 -104
  110. package/react/Banner/index.spec.jsx +0 -20
  111. package/react/Banner/styles.styl +0 -35
  112. package/react/BarButton/Readme.md +0 -50
  113. package/react/BarButton/index.jsx +0 -69
  114. package/react/BarButton/styles.styl +0 -19
  115. package/react/Card/index.jsx +0 -35
  116. package/react/Card/styles.styl +0 -8
  117. package/react/Circle/index.jsx +0 -47
  118. package/react/Circle/styles.styl +0 -7
  119. package/react/CircleButton/Readme.md +0 -128
  120. package/react/CircleButton/helpers.js +0 -16
  121. package/react/CircleButton/helpers.spec.js +0 -61
  122. package/react/CircleButton/index.jsx +0 -96
  123. package/react/CircularChart/CircularChartProgress.jsx +0 -59
  124. package/react/CircularChart/CircularProgressWithBackground.jsx +0 -43
  125. package/react/CircularChart/Readme.md +0 -130
  126. package/react/CircularChart/helper.spec.ts +0 -97
  127. package/react/CircularChart/helpers.ts +0 -46
  128. package/react/CircularChart/index.jsx +0 -75
  129. package/react/Counter/Readme.md +0 -21
  130. package/react/Counter/index.jsx +0 -18
  131. package/react/Figure/Figure.jsx +0 -112
  132. package/react/Figure/Figure.md +0 -19
  133. package/react/Figure/Figure.spec.jsx +0 -57
  134. package/react/Figure/Figure.styl +0 -47
  135. package/react/Figure/FigureBlock.jsx +0 -52
  136. package/react/Figure/FigureBlock.md +0 -31
  137. package/react/Figure/FigureBlock.styl +0 -12
  138. package/react/Figure/__snapshots__/Figure.spec.jsx.snap +0 -449
  139. package/react/Figure/index.js +0 -2
  140. package/react/GhostFileBadge/index.jsx +0 -32
  141. package/react/Hero/Readme.md +0 -52
  142. package/react/Hero/index.jsx +0 -35
  143. package/react/Hero/styles.styl +0 -51
  144. package/react/IconStack/Readme.md +0 -35
  145. package/react/IconStack/index.jsx +0 -53
  146. package/react/IconStack/styles.styl +0 -10
  147. package/react/InfosBadge/index.jsx +0 -31
  148. package/react/IntentWrapper/index.jsx +0 -42
  149. package/react/IntentWrapper/styles.styl +0 -14
  150. package/react/Label/Readme.md +0 -38
  151. package/react/Label/index.jsx +0 -41
  152. package/react/Label/styles.styl +0 -7
  153. package/react/MuiCozyTheme/overrides/makeDarkInvertedOverrides.js +0 -5
  154. package/react/MuiCozyTheme/overrides/makeLightInvertedOverrides.js +0 -65
  155. package/react/Page/Readme.md +0 -15
  156. package/react/Page/index.jsx +0 -111
  157. package/react/Page/keyboard.js +0 -104
  158. package/react/Page/styles.styl +0 -9
  159. package/react/Panel/index.jsx +0 -12
  160. package/react/Panel/styles.styl +0 -10
  161. package/react/PasswordExample/Readme.md +0 -13
  162. package/react/PasswordExample/index.jsx +0 -82
  163. package/react/PasswordExample/styles.styl +0 -7
  164. package/react/PieChart/Readme.md +0 -53
  165. package/react/PieChart/index.jsx +0 -141
  166. package/react/PieChart/index.spec.jsx +0 -123
  167. package/react/Popup/Readme.md +0 -22
  168. package/react/Popup/index.jsx +0 -154
  169. package/react/Popup/index.spec.jsx +0 -105
  170. package/react/PopupOpener/Readme.md +0 -8
  171. package/react/PopupOpener/index.jsx +0 -56
  172. package/react/Progress/Readme.md +0 -31
  173. package/react/Progress/index.js +0 -2
  174. package/react/SelectionBar/Readme.md +0 -86
  175. package/react/SelectionBar/SelectionBarAction.jsx +0 -71
  176. package/react/SelectionBar/SelectionBarMore.jsx +0 -75
  177. package/react/SelectionBar/helpers.js +0 -22
  178. package/react/SelectionBar/helpers.spec.js +0 -54
  179. package/react/SelectionBar/index.jsx +0 -178
  180. package/react/SelectionBar/styles.styl +0 -6
  181. package/react/SelectionBar/useMaxActions.jsx +0 -36
  182. package/react/Textarea/Readme.md +0 -58
  183. package/react/Textarea/index.jsx +0 -58
  184. package/react/Textarea/styles.styl +0 -13
  185. package/react/Thumbnail/Thumbnail.styl +0 -51
  186. package/react/Thumbnail/index.jsx +0 -41
  187. package/react/Toggle/index.jsx +0 -50
  188. package/react/Toggle/styles.styl +0 -39
  189. package/react/Wizard/Readme.md +0 -87
  190. package/react/Wizard/index.jsx +0 -182
  191. package/react/Wizard/styles.styl +0 -98
  192. package/react/legacy/Avatar/Readme.md +0 -52
  193. package/react/legacy/Avatar/helpers.js +0 -17
  194. package/react/legacy/Avatar/index.jsx +0 -77
  195. package/react/legacy/Avatar/styles.styl +0 -49
  196. package/stylus/components/avatar.styl +0 -13
  197. package/stylus/components/card.styl +0 -15
  198. package/stylus/components/circle.styl +0 -37
  199. package/stylus/components/panels.styl +0 -35
  200. package/stylus/components/selectionbar.styl +0 -42
  201. package/stylus/components/wizard.styl +0 -655
  202. package/stylus/settings/themes/dark-inverted.styl +0 -95
  203. package/stylus/settings/themes/light-inverted.styl +0 -95
  204. package/stylus/utilities/card.styl +0 -5
  205. package/transpiled/react/Banner/index.d.ts +0 -28
  206. package/transpiled/react/Banner/index.js +0 -99
  207. package/transpiled/react/Banner/index.spec.d.ts +0 -1
  208. package/transpiled/react/BarButton/index.d.ts +0 -17
  209. package/transpiled/react/BarButton/index.js +0 -116
  210. package/transpiled/react/Card/index.d.ts +0 -19
  211. package/transpiled/react/Card/index.js +0 -58
  212. package/transpiled/react/Circle/index.d.ts +0 -24
  213. package/transpiled/react/Circle/index.js +0 -50
  214. package/transpiled/react/CircleButton/helpers.d.ts +0 -10
  215. package/transpiled/react/CircleButton/helpers.js +0 -26
  216. package/transpiled/react/CircleButton/helpers.spec.d.ts +0 -1
  217. package/transpiled/react/CircleButton/index.d.ts +0 -21
  218. package/transpiled/react/CircleButton/index.js +0 -116
  219. package/transpiled/react/CircularChart/CircularChartProgress.d.ts +0 -3
  220. package/transpiled/react/CircularChart/CircularChartProgress.js +0 -68
  221. package/transpiled/react/CircularChart/CircularProgressWithBackground.d.ts +0 -3
  222. package/transpiled/react/CircularChart/CircularProgressWithBackground.js +0 -44
  223. package/transpiled/react/CircularChart/helpers.d.ts +0 -1
  224. package/transpiled/react/CircularChart/helpers.js +0 -43
  225. package/transpiled/react/CircularChart/index.d.ts +0 -3
  226. package/transpiled/react/CircularChart/index.js +0 -59
  227. package/transpiled/react/Counter/index.d.ts +0 -18
  228. package/transpiled/react/Counter/index.js +0 -18
  229. package/transpiled/react/Figure/Figure.d.ts +0 -18
  230. package/transpiled/react/Figure/Figure.js +0 -98
  231. package/transpiled/react/Figure/Figure.spec.d.ts +0 -1
  232. package/transpiled/react/Figure/FigureBlock.d.ts +0 -26
  233. package/transpiled/react/Figure/FigureBlock.js +0 -54
  234. package/transpiled/react/Figure/index.d.ts +0 -2
  235. package/transpiled/react/Figure/index.js +0 -2
  236. package/transpiled/react/GhostFileBadge/index.d.ts +0 -9
  237. package/transpiled/react/GhostFileBadge/index.js +0 -41
  238. package/transpiled/react/Hero/index.d.ts +0 -48
  239. package/transpiled/react/Hero/index.js +0 -59
  240. package/transpiled/react/IconStack/index.d.ts +0 -2
  241. package/transpiled/react/IconStack/index.js +0 -46
  242. package/transpiled/react/InfosBadge/index.d.ts +0 -5
  243. package/transpiled/react/InfosBadge/index.js +0 -36
  244. package/transpiled/react/IntentWrapper/index.d.ts +0 -20
  245. package/transpiled/react/IntentWrapper/index.js +0 -38
  246. package/transpiled/react/Label/index.d.ts +0 -20
  247. package/transpiled/react/Label/index.js +0 -42
  248. package/transpiled/react/MuiCozyTheme/overrides/makeDarkInvertedOverrides.d.ts +0 -1803
  249. package/transpiled/react/MuiCozyTheme/overrides/makeDarkInvertedOverrides.js +0 -4
  250. package/transpiled/react/MuiCozyTheme/overrides/makeDarkNormalOverrides.js +0 -16
  251. package/transpiled/react/MuiCozyTheme/overrides/makeLightInvertedOverrides.d.ts +0 -1803
  252. package/transpiled/react/MuiCozyTheme/overrides/makeLightInvertedOverrides.js +0 -61
  253. package/transpiled/react/Page/index.d.ts +0 -14
  254. package/transpiled/react/Page/index.js +0 -116
  255. package/transpiled/react/Page/keyboard.d.ts +0 -31
  256. package/transpiled/react/Page/keyboard.js +0 -94
  257. package/transpiled/react/Panel/index.d.ts +0 -21
  258. package/transpiled/react/Panel/index.js +0 -20
  259. package/transpiled/react/PasswordExample/index.d.ts +0 -7
  260. package/transpiled/react/PasswordExample/index.js +0 -83
  261. package/transpiled/react/PieChart/index.d.ts +0 -30
  262. package/transpiled/react/PieChart/index.js +0 -164
  263. package/transpiled/react/PieChart/index.spec.d.ts +0 -1
  264. package/transpiled/react/Popup/index.d.ts +0 -60
  265. package/transpiled/react/Popup/index.js +0 -195
  266. package/transpiled/react/Popup/index.spec.d.ts +0 -1
  267. package/transpiled/react/PopupOpener/index.d.ts +0 -20
  268. package/transpiled/react/PopupOpener/index.js +0 -50
  269. package/transpiled/react/Progress/index.d.ts +0 -2
  270. package/transpiled/react/Progress/index.js +0 -2
  271. package/transpiled/react/SelectionBar/SelectionBarAction.d.ts +0 -14
  272. package/transpiled/react/SelectionBar/SelectionBarAction.js +0 -76
  273. package/transpiled/react/SelectionBar/SelectionBarMore.d.ts +0 -14
  274. package/transpiled/react/SelectionBar/SelectionBarMore.js +0 -86
  275. package/transpiled/react/SelectionBar/helpers.d.ts +0 -7
  276. package/transpiled/react/SelectionBar/helpers.js +0 -23
  277. package/transpiled/react/SelectionBar/helpers.spec.d.ts +0 -1
  278. package/transpiled/react/SelectionBar/index.d.ts +0 -25
  279. package/transpiled/react/SelectionBar/index.js +0 -152
  280. package/transpiled/react/SelectionBar/useMaxActions.d.ts +0 -7
  281. package/transpiled/react/SelectionBar/useMaxActions.js +0 -43
  282. package/transpiled/react/Textarea/index.d.ts +0 -3
  283. package/transpiled/react/Textarea/index.js +0 -51
  284. package/transpiled/react/Thumbnail/index.d.ts +0 -22
  285. package/transpiled/react/Thumbnail/index.js +0 -41
  286. package/transpiled/react/Toggle/index.d.ts +0 -18
  287. package/transpiled/react/Toggle/index.js +0 -80
  288. package/transpiled/react/Wizard/index.d.ts +0 -75
  289. package/transpiled/react/Wizard/index.js +0 -202
  290. package/transpiled/react/legacy/Avatar/helpers.d.ts +0 -1
  291. package/transpiled/react/legacy/Avatar/helpers.js +0 -21
  292. package/transpiled/react/legacy/Avatar/index.d.ts +0 -43
  293. package/transpiled/react/legacy/Avatar/index.js +0 -83
package/CHANGELOG.md CHANGED
@@ -1,3 +1,79 @@
1
+ # [138.0.0](https://github.com/cozy/cozy-ui/compare/v137.0.1...v138.0.0) (2026-03-24)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add AddPropsToComp react helper ([c570ca6](https://github.com/cozy/cozy-ui/commit/c570ca6))
7
+ * **Avatar:** Add `textColor` prop to customize text color ([d2f0fc6](https://github.com/cozy/cozy-ui/commit/d2f0fc6))
8
+ * **Avatar:** Prop `color` accept custom colors ([6ebe625](https://github.com/cozy/cozy-ui/commit/6ebe625))
9
+ * Remove Banner component ([ec80e70](https://github.com/cozy/cozy-ui/commit/ec80e70))
10
+ * Remove BarButton ([597b6f0](https://github.com/cozy/cozy-ui/commit/597b6f0))
11
+ * Remove Card component and u-card classes ([a3a1f99](https://github.com/cozy/cozy-ui/commit/a3a1f99))
12
+ * Remove chart.js and react-chartjs-2 packages ([31eaa12](https://github.com/cozy/cozy-ui/commit/31eaa12))
13
+ * Remove CircleButton component ([47ffede](https://github.com/cozy/cozy-ui/commit/47ffede))
14
+ * Remove CircularChart component ([4dd6c3c](https://github.com/cozy/cozy-ui/commit/4dd6c3c))
15
+ * Remove Counter component ([5b8373e](https://github.com/cozy/cozy-ui/commit/5b8373e))
16
+ * Remove Figure and FigureBlock components ([58b4822](https://github.com/cozy/cozy-ui/commit/58b4822))
17
+ * Remove GhostFileBadge component ([9b2d0b3](https://github.com/cozy/cozy-ui/commit/9b2d0b3))
18
+ * Remove Hero component ([2ea6b82](https://github.com/cozy/cozy-ui/commit/2ea6b82))
19
+ * Remove IconStack component ([05deb5b](https://github.com/cozy/cozy-ui/commit/05deb5b))
20
+ * Remove InfosBadge ([b619845](https://github.com/cozy/cozy-ui/commit/b619845))
21
+ * Remove IntentWrapper component ([3e920cc](https://github.com/cozy/cozy-ui/commit/3e920cc))
22
+ * Remove Label component ([d90f6ac](https://github.com/cozy/cozy-ui/commit/d90f6ac))
23
+ * Remove legacy Avatar and Circle comp, remove `--circleSize` css var ([40dca3f](https://github.com/cozy/cozy-ui/commit/40dca3f))
24
+ * Remove light inverted and dark inverted theme ([79f403d](https://github.com/cozy/cozy-ui/commit/79f403d))
25
+ * Remove PageLayout, PageContent, PageFooter, MobilePageLayout ([931b551](https://github.com/cozy/cozy-ui/commit/931b551))
26
+ * Remove Panel component ([b23f8e5](https://github.com/cozy/cozy-ui/commit/b23f8e5))
27
+ * Remove PasswordExample component ([0883b92](https://github.com/cozy/cozy-ui/commit/0883b92))
28
+ * Remove PieChart component ([f2cc825](https://github.com/cozy/cozy-ui/commit/f2cc825))
29
+ * Remove Popup and PopupOpener components ([2456a9b](https://github.com/cozy/cozy-ui/commit/2456a9b))
30
+ * Remove Progress component ([9990bda](https://github.com/cozy/cozy-ui/commit/9990bda))
31
+ * Remove SelectionBar component ([69dcd5b](https://github.com/cozy/cozy-ui/commit/69dcd5b))
32
+ * Remove Textarea component ([7fed852](https://github.com/cozy/cozy-ui/commit/7fed852))
33
+ * Remove Thumbnail component ([c1a8304](https://github.com/cozy/cozy-ui/commit/c1a8304))
34
+ * Remove Toggle component ([52c3487](https://github.com/cozy/cozy-ui/commit/52c3487))
35
+ * Remove Wizard component ([747d2ce](https://github.com/cozy/cozy-ui/commit/747d2ce))
36
+ * Rename theme files to remove `normal` keyword ([224ac68](https://github.com/cozy/cozy-ui/commit/224ac68))
37
+ * Replace deprecated components ([76bb14e](https://github.com/cozy/cozy-ui/commit/76bb14e))
38
+ * Stop exporting deprecated component ([d5b1cd4](https://github.com/cozy/cozy-ui/commit/d5b1cd4))
39
+
40
+
41
+ ### BREAKING CHANGES
42
+
43
+ * You no longer can select inverted variant for CozyTheme
44
+ * If you imported deprecated components directly, you need to use deep import now. `import { Button } from cozy-ui` goes `import Button from 'cozy-ui/transpiled/react/deprecated/Button/'`
45
+ * IntentWrapper has been removed with no replacement
46
+ * SelectionBar has been removed. Use ActionsBar instead
47
+ * Thumbnail has been removed. Use TextField multiline instead
48
+ * Thumbnail has been removed with no replacement. Use Div instead (see commit and doc)
49
+ * Toggle has been removed, use Switch instead
50
+ * Wizard has been removed with no replacement
51
+ * Progress has been removed. Import CircularProgress or LinearProgress comp as usual instead `import LinearProgress from 'cozy-ui/transpiled/react/LinearProgress'`
52
+ * Popup and PopupOpener have been removed with no replacement
53
+ * PieChart has been removed with no replacement
54
+ * PasswordExample has been removed with no replacement
55
+ * Panel has been removed with no replacement
56
+ * PageLayout, PageContent, PageFooter, MobilePageLayout have been removed with no replacement
57
+ * Label has been removed with no replacement
58
+ * InfosBadge has been removed. Use Badge instead (see commit or doc)
59
+ * IconStack has been removed with no replacement
60
+ * Hero has been removed with no replacement
61
+ * GhostFileBadge has been removed. Use Badge instead (see commit or doc)
62
+ * Figure and FigureBlock have been removed with no replacement
63
+ * Counter has been removed with no replacement
64
+ * CircularChart has been removed with no replacement
65
+ * CircleButton has been removed with no replacement
66
+ * Card and u-card have been removed. Use Box instead (see commit or doc for example)
67
+ * BarButton has been removed. Use IconButton instead.
68
+ * Banner has been removed. Use Alert instead (see component readme for example).
69
+
70
+ ## [137.0.1](https://github.com/cozy/cozy-ui/compare/v137.0.0...v137.0.1) (2026-03-20)
71
+
72
+
73
+ ### Bug Fixes
74
+
75
+ * Adjust assistant color icon :bug: ([525911b](https://github.com/cozy/cozy-ui/commit/525911b))
76
+
1
77
  # [137.0.0](https://github.com/cozy/cozy-ui/compare/v136.3.0...v137.0.0) (2026-03-19)
2
78
 
3
79
 
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_19251_33606)"><path d="M6.626 10.332a1.333 1.333 0 0 0-.958-.958L1.578 8.32a.333.333 0 0 1 0-.642l4.09-1.055a1.333 1.333 0 0 0 .958-.957l1.055-4.09a.333.333 0 0 1 .642 0l1.054 4.09a1.333 1.333 0 0 0 .958.958l4.09 1.054a.333.333 0 0 1 0 .642l-4.09 1.054a1.333 1.333 0 0 0-.958.958l-1.055 4.09a.333.333 0 0 1-.642 0l-1.054-4.09Z" stroke="#868687" stroke-width="1.333" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.626 10.332a1.333 1.333 0 0 0-.958-.958L1.578 8.32a.333.333 0 0 1 0-.642l4.09-1.055a1.333 1.333 0 0 0 .958-.957l1.055-4.09a.333.333 0 0 1 .642 0l1.054 4.09a1.333 1.333 0 0 0 .958.958l4.09 1.054a.333.333 0 0 1 0 .642l-4.09 1.054a1.333 1.333 0 0 0-.958.958l-1.055 4.09a.333.333 0 0 1-.642 0l-1.054-4.09Z" stroke="url(#paint0_linear_19251_33606)" stroke-opacity=".9" stroke-width="1.333" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.335 1.334c.368 0 .667.3.667.667v.666h.668a.667.667 0 0 1 0 1.334h-.668v.667a.667.667 0 0 1-1.334 0v-.667h-.665a.667.667 0 0 1 0-1.334h.665v-.666c0-.368.299-.667.667-.667Z" fill="url(#paint1_linear_19251_33606)" fill-opacity=".9"/><path d="M2.667 10.667c.368 0 .665.298.666.665a.667.667 0 0 1 .001 1.333v.002a.667.667 0 0 1-1.334 0v-.001h-.001a.667.667 0 0 1 0-1.334H2a.667.667 0 0 1 .667-.665Z" fill="url(#paint2_linear_19251_33606)" fill-opacity=".9"/></g><defs><linearGradient id="paint0_linear_19251_33606" x1="1.336" y1="7.999" x2="19.625" y2="7.999" gradientUnits="userSpaceOnUse"><stop stop-color="#00B7FF"/><stop offset=".567" stop-color="#E06DD1"/><stop offset="1" stop-color="#FF0"/></linearGradient><linearGradient id="paint1_linear_19251_33606" x1="11.336" y1="3.334" x2="16.822" y2="3.334" gradientUnits="userSpaceOnUse"><stop stop-color="#00B7FF"/><stop offset=".567" stop-color="#E06DD1"/><stop offset="1" stop-color="#FF0"/></linearGradient><linearGradient id="paint2_linear_19251_33606" x1="1.332" y1="12.001" x2="4.99" y2="12.001" gradientUnits="userSpaceOnUse"><stop stop-color="#00B7FF"/><stop offset=".567" stop-color="#E06DD1"/><stop offset="1" stop-color="#FF0"/></linearGradient><clipPath id="clip0_19251_33606"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_25355_124591)"><path d="M6.626 10.332a1.333 1.333 0 0 0-.958-.958L1.578 8.32a.333.333 0 0 1 0-.642l4.09-1.055a1.333 1.333 0 0 0 .958-.957l1.055-4.09a.333.333 0 0 1 .642 0l1.054 4.09a1.333 1.333 0 0 0 .958.958l4.09 1.054a.333.333 0 0 1 0 .642l-4.09 1.054a1.333 1.333 0 0 0-.958.958l-1.055 4.09a.333.333 0 0 1-.642 0l-1.054-4.09Z" stroke="url(#paint0_linear_25355_124591)" stroke-opacity=".9" stroke-width="1.333" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.335 1.336c.368 0 .667.299.667.667v.665h.668a.667.667 0 0 1 0 1.334h-.668v.668a.667.667 0 0 1-1.334 0v-.668h-.665a.667.667 0 0 1 0-1.334h.665v-.665c0-.368.299-.667.667-.667Z" fill="url(#paint1_linear_25355_124591)" fill-opacity=".9"/><path d="M2.667 10.668c.367 0 .664.297.666.664a.667.667 0 0 1 .001 1.333v.003a.667.667 0 0 1-1.334 0v-.002h-.001a.667.667 0 0 1 0-1.334H2a.667.667 0 0 1 .667-.664Z" fill="url(#paint2_linear_25355_124591)" fill-opacity=".9"/></g><defs><linearGradient id="paint0_linear_25355_124591" x1="1.336" y1="7.999" x2="19.625" y2="7.999" gradientUnits="userSpaceOnUse"><stop stop-color="#00B7FF"/><stop offset=".567" stop-color="#E06DD1"/><stop offset="1" stop-color="#FF0"/></linearGradient><linearGradient id="paint1_linear_25355_124591" x1="11.336" y1="3.336" x2="16.822" y2="3.336" gradientUnits="userSpaceOnUse"><stop stop-color="#00B7FF"/><stop offset=".567" stop-color="#E06DD1"/><stop offset="1" stop-color="#FF0"/></linearGradient><linearGradient id="paint2_linear_25355_124591" x1="1.332" y1="12.002" x2="4.99" y2="12.002" gradientUnits="userSpaceOnUse"><stop stop-color="#00B7FF"/><stop offset=".567" stop-color="#E06DD1"/><stop offset="1" stop-color="#FF0"/></linearGradient><clipPath id="clip0_25355_124591"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>