cozy-ui 58.1.0 → 58.3.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 +28 -0
- package/dist/cozy-ui.min.css +1 -1
- package/package.json +1 -1
- package/react/BarTitle/Readme.md +14 -4
- package/react/BarTitle/index.jsx +18 -4
- package/react/Viewer/Footer/BottomSheetContent.jsx +4 -3
- package/react/Viewer/Footer/FooterContent.jsx +10 -4
- package/react/Viewer/index.jsx +20 -5
- package/stylus/components/button.styl +22 -13
- package/transpiled/react/BarTitle/index.js +15 -4
- package/transpiled/react/Viewer/Footer/BottomSheetContent.js +5 -3
- package/transpiled/react/Viewer/Footer/FooterContent.js +7 -3
- package/transpiled/react/Viewer/index.js +13 -5
- package/transpiled/react/stylesheet.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
# [58.3.0](https://github.com/cozy/cozy-ui/compare/v58.2.0...v58.3.0) (2021-12-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Disable sharing button on Viewer ([c7303b3](https://github.com/cozy/cozy-ui/commit/c7303b3))
|
|
7
|
+
|
|
8
|
+
# [58.2.0](https://github.com/cozy/cozy-ui/compare/v58.1.2...v58.2.0) (2021-12-08)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* Add `noWrap` prop on BarTitle ([74e3742](https://github.com/cozy/cozy-ui/commit/74e3742))
|
|
14
|
+
|
|
15
|
+
## [58.1.2](https://github.com/cozy/cozy-ui/compare/v58.1.1...v58.1.2) (2021-12-07)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* Correct colors about Alerter buttons ([050c2b9](https://github.com/cozy/cozy-ui/commit/050c2b9))
|
|
21
|
+
|
|
22
|
+
## [58.1.1](https://github.com/cozy/cozy-ui/compare/v58.1.0...v58.1.1) (2021-12-07)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* Replace jest function in documentation ([cdbc01f](https://github.com/cozy/cozy-ui/commit/cdbc01f))
|
|
28
|
+
|
|
1
29
|
# [58.1.0](https://github.com/cozy/cozy-ui/compare/v58.0.0...v58.1.0) (2021-12-06)
|
|
2
30
|
|
|
3
31
|
|