@ultraviolet/plus 0.12.0 → 0.12.2

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.
@@ -247,7 +247,7 @@ const Item = ({
247
247
  as: "span",
248
248
  variant: "bodySmallStrong",
249
249
  sentiment: active ? 'primary' : 'neutral',
250
- prominence: categoryIcon || !hasParents ? 'strong' : 'weak',
250
+ prominence: (categoryIcon || !hasParents) && !active ? 'strong' : 'weak',
251
251
  animation: animation,
252
252
  disabled: disabled,
253
253
  children: label
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/plus",
3
- "version": "0.12.0",
3
+ "version": "0.12.2",
4
4
  "description": "Ultraviolet Plus",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -56,7 +56,7 @@
56
56
  "@uiw/react-codemirror": "4.21.25",
57
57
  "react-intersection-observer": "9.8.1",
58
58
  "@ultraviolet/themes": "1.10.0",
59
- "@ultraviolet/ui": "1.45.2"
59
+ "@ultraviolet/ui": "1.45.3"
60
60
  },
61
61
  "scripts": {
62
62
  "build": "rollup -c ../../rollup.config.mjs",