cozy-ui 103.8.1 → 103.9.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 (32) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/cozy-ui.min.css +1 -1
  3. package/package.json +1 -1
  4. package/react/Field/styles.styl +3 -2
  5. package/react/ListItem/ExpandedAttributes/helpers.js +0 -1
  6. package/react/ListItem/locales/en.json +0 -1
  7. package/react/ListItem/locales/fr.json +0 -1
  8. package/react/Viewer/helpers.js +1 -1
  9. package/react/Viewer/locales/en.json +1 -1
  10. package/react/Viewer/locales/fr.json +1 -1
  11. package/stylus/components/button.styl +2 -4
  12. package/stylus/components/forms.styl +1 -1
  13. package/stylus/generic/animations.styl +2 -2
  14. package/stylus/tools/mixins.styl +16 -1
  15. package/stylus/utilities/text.styl +1 -3
  16. package/transpiled/react/ContactPicker/index.js +1 -3
  17. package/transpiled/react/Field/index.js +2 -6
  18. package/transpiled/react/Input/index.js +1 -3
  19. package/transpiled/react/InputGroup/index.js +1 -3
  20. package/transpiled/react/IntentWrapper/index.js +1 -3
  21. package/transpiled/react/Label/index.js +1 -3
  22. package/transpiled/react/Layout/Layout.js +1 -3
  23. package/transpiled/react/ListItem/ExpandedAttributes/helpers.js +1 -1
  24. package/transpiled/react/ListItem/hoc/withListItemLocales.js +0 -2
  25. package/transpiled/react/SelectBox/SelectBox.js +1 -3
  26. package/transpiled/react/SelectBox/SelectBoxWithFixedOptions.js +1 -3
  27. package/transpiled/react/Textarea/index.js +1 -3
  28. package/transpiled/react/Viewer/helpers.js +1 -1
  29. package/transpiled/react/Viewer/hoc/withViewerLocales.js +2 -2
  30. package/transpiled/react/deprecated/ButtonAction/index.js +1 -1
  31. package/transpiled/react/deprecated/Radio/index.js +1 -3
  32. package/transpiled/react/stylesheet.css +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [103.9.0](https://github.com/cozy/cozy-ui/compare/v103.8.2...v103.9.0) (2024-03-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **ListItem:** Remove `contentAuthor` metadata for expanded attributes ([9f26d7d](https://github.com/cozy/cozy-ui/commit/9f26d7d))
7
+
8
+
9
+ ### Features
10
+
11
+ * **Viewer:** Replace `contentAuthor` by `employerName` info metadata ([abe1ab2](https://github.com/cozy/cozy-ui/commit/abe1ab2))
12
+
13
+ ## [103.8.2](https://github.com/cozy/cozy-ui/compare/v103.8.1...v103.8.2) (2024-02-29)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **Styles:** Remove import of stylus file with global class creation in it ([41808d7](https://github.com/cozy/cozy-ui/commit/41808d7))
19
+
1
20
  ## [103.8.1](https://github.com/cozy/cozy-ui/compare/v103.8.0...v103.8.1) (2024-02-27)
2
21
 
3
22