@centreon/ui 26.5.4 → 26.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centreon/ui",
3
- "version": "26.5.4",
3
+ "version": "26.5.6",
4
4
  "description": "Centreon UI Components",
5
5
  "scripts": {
6
6
  "update:deps": "pnpx npm-check-updates -i --format group",
@@ -64,6 +64,7 @@ const DescendantNodes = <TData extends BaseProp>({
64
64
  <Group key={key} left={left} top={top}>
65
65
  <foreignObject
66
66
  height={nodeSize.height}
67
+ overflow="visible"
67
68
  style={{ userSelect: 'none' }}
68
69
  width={nodeSize.width}
69
70
  x={-nodeSize.width / 2}
@@ -98,6 +98,7 @@
98
98
  --color-primary-main: #2e68aa;
99
99
  --color-primary-light: #cde7fc;
100
100
  --color-primary-dark: #255891;
101
+ --color-primary-contrastText: #fff;
101
102
  --color-secondary-main: #c772d6;
102
103
  --color-secondary-light: #e5a5f0;
103
104
  --color-secondary-dark: #ac28c1;
@@ -185,6 +186,7 @@
185
186
  --color-primary-main: #6eaff8;
186
187
  --color-primary-light: #8bbff9;
187
188
  --color-primary-dark: #4974a5;
189
+ --color-primary-contrastText: #000;
188
190
  --color-secondary-main: #7c1fa2;
189
191
  --color-status-background-error: #d60101;
190
192
  --color-status-background-none: --alpha(#2e68aa / 10%);