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.
- package/CHANGELOG.md +19 -0
- package/dist/cozy-ui.min.css +1 -1
- package/package.json +1 -1
- package/react/Field/styles.styl +3 -2
- package/react/ListItem/ExpandedAttributes/helpers.js +0 -1
- package/react/ListItem/locales/en.json +0 -1
- package/react/ListItem/locales/fr.json +0 -1
- package/react/Viewer/helpers.js +1 -1
- package/react/Viewer/locales/en.json +1 -1
- package/react/Viewer/locales/fr.json +1 -1
- package/stylus/components/button.styl +2 -4
- package/stylus/components/forms.styl +1 -1
- package/stylus/generic/animations.styl +2 -2
- package/stylus/tools/mixins.styl +16 -1
- package/stylus/utilities/text.styl +1 -3
- package/transpiled/react/ContactPicker/index.js +1 -3
- package/transpiled/react/Field/index.js +2 -6
- package/transpiled/react/Input/index.js +1 -3
- package/transpiled/react/InputGroup/index.js +1 -3
- package/transpiled/react/IntentWrapper/index.js +1 -3
- package/transpiled/react/Label/index.js +1 -3
- package/transpiled/react/Layout/Layout.js +1 -3
- package/transpiled/react/ListItem/ExpandedAttributes/helpers.js +1 -1
- package/transpiled/react/ListItem/hoc/withListItemLocales.js +0 -2
- package/transpiled/react/SelectBox/SelectBox.js +1 -3
- package/transpiled/react/SelectBox/SelectBoxWithFixedOptions.js +1 -3
- package/transpiled/react/Textarea/index.js +1 -3
- package/transpiled/react/Viewer/helpers.js +1 -1
- package/transpiled/react/Viewer/hoc/withViewerLocales.js +2 -2
- package/transpiled/react/deprecated/ButtonAction/index.js +1 -1
- package/transpiled/react/deprecated/Radio/index.js +1 -3
- 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
|
|