@centreon/ui 24.10.4 → 24.10.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
|
@@ -95,7 +95,7 @@ export const normal = DashboardTemplate.bind({});
|
|
|
95
95
|
|
|
96
96
|
export const withManyPanels = DashboardTemplate.bind({});
|
|
97
97
|
withManyPanels.args = {
|
|
98
|
-
layout: generateLayout(
|
|
98
|
+
layout: generateLayout(100)
|
|
99
99
|
};
|
|
100
100
|
|
|
101
101
|
export const withItemHeader = DashboardTemplate.bind({});
|
|
@@ -157,7 +157,7 @@ declare module '@mui/material/Badge' {
|
|
|
157
157
|
|
|
158
158
|
export const lightPalette: PaletteOptions = {
|
|
159
159
|
action: {
|
|
160
|
-
acknowledged: '#
|
|
160
|
+
acknowledged: '#745F35',
|
|
161
161
|
acknowledgedBackground: '#DFD2B9',
|
|
162
162
|
activatedOpacity: 0.12,
|
|
163
163
|
active: '#666666',
|
|
@@ -167,7 +167,7 @@ export const lightPalette: PaletteOptions = {
|
|
|
167
167
|
focusOpacity: 0.12,
|
|
168
168
|
hover: 'rgba(0, 0, 0, 0.06)',
|
|
169
169
|
hoverOpacity: 0.06,
|
|
170
|
-
inDowntime: '#
|
|
170
|
+
inDowntime: '#512980',
|
|
171
171
|
inDowntimeBackground: '#E5D8F3',
|
|
172
172
|
selected: 'rgba(102, 102, 102, 0.3)',
|
|
173
173
|
selectedOpacity: 0.3
|
|
@@ -297,7 +297,7 @@ export const lightPalette: PaletteOptions = {
|
|
|
297
297
|
|
|
298
298
|
export const darkPalette: PaletteOptions = {
|
|
299
299
|
action: {
|
|
300
|
-
acknowledged: '#
|
|
300
|
+
acknowledged: '#DFD2B9',
|
|
301
301
|
acknowledgedBackground: '#745F35',
|
|
302
302
|
activatedOpacity: 0.3,
|
|
303
303
|
active: '#B5B5B5',
|
|
@@ -307,7 +307,7 @@ export const darkPalette: PaletteOptions = {
|
|
|
307
307
|
focusOpacity: 0.3,
|
|
308
308
|
hover: 'rgba(255, 255, 255, 0.16)',
|
|
309
309
|
hoverOpacity: 0.16,
|
|
310
|
-
inDowntime: '#
|
|
310
|
+
inDowntime: '#E5D8F3',
|
|
311
311
|
inDowntimeBackground: '#512980',
|
|
312
312
|
selected: 'rgba(255, 255, 255, 0.5)',
|
|
313
313
|
selectedOpacity: 0.5
|