cozy-ui 138.9.0 → 138.10.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 +7 -0
- package/package.json +1 -1
- package/react/Nav/index.jsx +1 -1
- package/transpiled/react/Nav/index.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [138.10.0](https://github.com/cozy/cozy-ui/compare/v138.9.0...v138.10.0) (2026-05-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Change NavDesktopDropdown label to caption variant ([3567ebf](https://github.com/cozy/cozy-ui/commit/3567ebf))
|
|
7
|
+
|
|
1
8
|
# [138.9.0](https://github.com/cozy/cozy-ui/compare/v138.8.0...v138.9.0) (2026-05-04)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
package/react/Nav/index.jsx
CHANGED
|
@@ -140,7 +140,7 @@ export const NavDesktopDropdown = ({
|
|
|
140
140
|
<>
|
|
141
141
|
<ListItem size="small" className={isActivated ? 'u-c-pointer' : ''}>
|
|
142
142
|
<DropdownText
|
|
143
|
-
variant="
|
|
143
|
+
variant="caption"
|
|
144
144
|
color="textSecondary"
|
|
145
145
|
spaceBetween
|
|
146
146
|
innerIconProps={innerIconProps}
|
|
@@ -173,7 +173,7 @@ export var NavDesktopDropdown = function NavDesktopDropdown(_ref8) {
|
|
|
173
173
|
size: "small",
|
|
174
174
|
className: isActivated ? 'u-c-pointer' : ''
|
|
175
175
|
}, /*#__PURE__*/React.createElement(DropdownText, {
|
|
176
|
-
variant: "
|
|
176
|
+
variant: "caption",
|
|
177
177
|
color: "textSecondary",
|
|
178
178
|
spaceBetween: true,
|
|
179
179
|
innerIconProps: innerIconProps,
|