cozy-ui 95.11.1 → 96.1.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,38 @@
1
+ # [96.1.0](https://github.com/cozy/cozy-ui/compare/v96.0.0...v96.1.0) (2023-11-24)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add TrashDuotone icon ([b3b26b5](https://github.com/cozy/cozy-ui/commit/b3b26b5))
7
+
8
+ # [96.0.0](https://github.com/cozy/cozy-ui/compare/v95.11.1...v96.0.0) (2023-11-23)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **Body:** Use correct css var for color and bg color ([502234c](https://github.com/cozy/cozy-ui/commit/502234c))
14
+ * **Checkbox:** Remove useless css properties for inverted theme ([57e3f10](https://github.com/cozy/cozy-ui/commit/57e3f10))
15
+ * **FormLabel:** Remove useless css properties for inverted theme ([5014ba0](https://github.com/cozy/cozy-ui/commit/5014ba0))
16
+ * **Nav:** Replace css var to be theme responsive ([580a1ca](https://github.com/cozy/cozy-ui/commit/580a1ca))
17
+ * **Sidebar:** Use `defaultBackgroundColor` instead of `paleGrey bg color` ([2e3c378](https://github.com/cozy/cozy-ui/commit/2e3c378))
18
+ * **Theme:** Replace `white` by theme.palette.common.white ([8e6e4ee](https://github.com/cozy/cozy-ui/commit/8e6e4ee))
19
+ * **TooltIp:** Remove useless css properties ([7c62cd1](https://github.com/cozy/cozy-ui/commit/7c62cd1))
20
+
21
+
22
+ ### Features
23
+
24
+ * Remove `navTextColor`, `navTextActiveColor`, `navTextHoverColor` ([e8aba76](https://github.com/cozy/cozy-ui/commit/e8aba76))
25
+ * Remove palette.grey[0] from Mui palette ([9b8e53f](https://github.com/cozy/cozy-ui/commit/9b8e53f))
26
+
27
+
28
+ ### BREAKING CHANGES
29
+
30
+ * You should replace css var like this :
31
+ - `--navTextColor` -> `--actionColorActive`
32
+ - `--navTextActiveColor` -> `--primaryTextColor`
33
+ - `--navTextHoverColor` -> `--actionColorActive`
34
+ * You must use `palette.common.white` instead of `palette.grey[0]`
35
+
1
36
  ## [95.11.1](https://github.com/cozy/cozy-ui/compare/v95.11.0...v95.11.1) (2023-11-20)
2
37
 
3
38
 
@@ -0,0 +1 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.586 3 10.707.879A3 3 0 0 1 12.828 0h6.344a3 3 0 0 1 2.121.879L23.414 3H29a2 2 0 1 1 0 4H3a2 2 0 1 1 0-4h5.586Zm3.535-.707A1 1 0 0 1 12.828 2h6.344a1 1 0 0 1 .707.293l.707.707h-9.172l.707-.707Z" fill="#95999D"/><path d="M4 8a1 1 0 0 1 1-1h22a1 1 0 0 1 1 1v22a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8Z" fill="#D6D8DA"/></svg>