@ultraviolet/plus 0.12.5 → 0.12.6

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.
@@ -80,13 +80,13 @@ const StyledContainer = /*#__PURE__*/_styled(Stack, {
80
80
  theme
81
81
  }) => `calc(${theme.space['0.25']} + ${theme.space['0.5']}) ${theme.space['1']}`, ";&[data-has-sub-label='true']{padding:", ({
82
82
  theme
83
- }) => `${theme.space['0.5']} ${theme.space['1']}`, ";}transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;width:100%;&:hover[data-has-no-expand='false']:not([disabled]):not(\n [data-is-active='true']\n ),&:focus[data-has-no-expand='false']:not([disabled]):not(\n [data-is-active='true']\n ),&[data-has-active-children='true'][data-has-no-expand='false']:not(\n [disabled][data-is-active='true']\n ){background-color:", ({
83
+ }) => `${theme.space['0.5']} ${theme.space['1']}`, ";}width:100%;&:hover[data-has-no-expand='false']:not([disabled]):not(\n [data-is-active='true']\n ),&:focus[data-has-no-expand='false']:not([disabled]):not(\n [data-is-active='true']\n ),&[data-has-active-children='true'][data-has-no-expand='false']:not(\n [disabled][data-is-active='true']\n ){background-color:", ({
84
84
  theme
85
85
  }) => theme.colors.neutral.backgroundHover, ";", WrapText, "{color:", ({
86
86
  theme
87
87
  }) => theme.colors.neutral.textWeakHover, ";}", ExpandedPinnedButton, ",", CollapsedPinnedButton, "{opacity:1;}&[data-is-pinnable='true']{", StyledBadge, "{opacity:0;}}}&:hover[data-has-children='false'][data-is-active='false']{", WrapText, "{color:", ({
88
88
  theme
89
- }) => theme.colors.neutral.textWeakHover, ";transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out;}}&:active[data-has-no-expand='false']:not([disabled]):not(\n [data-is-active='true']\n ){background-color:", ({
89
+ }) => theme.colors.neutral.textWeakHover, ";transition:background-color 0.2s ease-in-out;}}&:active[data-has-no-expand='false']:not([disabled]):not(\n [data-is-active='true']\n ){background-color:", ({
90
90
  theme
91
91
  }) => theme.colors.neutral.backgroundHover, ";}&[data-is-active='true'],&:hover[data-has-active='true']{background-color:", ({
92
92
  theme
@@ -373,7 +373,8 @@ const Item = ({
373
373
  alignItems: "center",
374
374
  justifyContent: "center",
375
375
  children: jsx(CategoryIcon, {
376
- name: categoryIcon ?? 'console'
376
+ name: categoryIcon ?? 'console',
377
+ variant: categoryIconVariant
377
378
  })
378
379
  })
379
380
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/plus",
3
- "version": "0.12.5",
3
+ "version": "0.12.6",
4
4
  "description": "Ultraviolet Plus",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "react-dom": "18.2.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@babel/core": "7.24.3",
42
+ "@babel/core": "7.24.4",
43
43
  "@emotion/babel-plugin": "11.11.0",
44
44
  "@emotion/react": "11.11.4",
45
45
  "@emotion/styled": "11.11.5",
@@ -47,7 +47,7 @@
47
47
  "@types/react-dom": "18.2.24",
48
48
  "react": "18.2.0",
49
49
  "react-dom": "18.2.0",
50
- "@ultraviolet/icons": "2.12.2",
50
+ "@ultraviolet/icons": "2.12.3",
51
51
  "@ultraviolet/illustrations": "1.7.0"
52
52
  },
53
53
  "dependencies": {
@@ -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.6"
59
+ "@ultraviolet/ui": "1.46.0"
60
60
  },
61
61
  "scripts": {
62
62
  "build": "rollup -c ../../rollup.config.mjs",