@centreon/ui 24.8.3 → 24.8.5
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": "24.8.
|
|
3
|
+
"version": "24.8.5",
|
|
4
4
|
"description": "Centreon UI Components",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"update:deps": "pnpx npm-check-updates -i --format group",
|
|
@@ -49,25 +49,28 @@
|
|
|
49
49
|
],
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@cypress/react": "^8.0.2",
|
|
52
|
-
"@cypress/webpack-dev-server": "^3.10.
|
|
52
|
+
"@cypress/webpack-dev-server": "^3.10.1",
|
|
53
53
|
"@faker-js/faker": "^8.4.1",
|
|
54
54
|
"@mdx-js/react": "^3.0.1",
|
|
55
|
+
"@modern-js/prod-server": "^2.58.1",
|
|
56
|
+
"@modern-js/storybook": "^2.58.1",
|
|
55
57
|
"@simonsmith/cypress-image-snapshot": "^9.1.0",
|
|
56
|
-
"@storybook/addon-a11y": "^8.2.
|
|
57
|
-
"@storybook/addon-docs": "^8.2.
|
|
58
|
-
"@storybook/addon-essentials": "^8.2.
|
|
59
|
-
"@storybook/addon-
|
|
60
|
-
"@storybook/
|
|
61
|
-
"@storybook/
|
|
58
|
+
"@storybook/addon-a11y": "^8.2.9",
|
|
59
|
+
"@storybook/addon-docs": "^8.2.9",
|
|
60
|
+
"@storybook/addon-essentials": "^8.2.9",
|
|
61
|
+
"@storybook/addon-interactions": "^8.2.9",
|
|
62
|
+
"@storybook/addon-themes": "^8.2.9",
|
|
63
|
+
"@storybook/blocks": "^8.2.9",
|
|
64
|
+
"@storybook/manager-api": "^8.2.9",
|
|
62
65
|
"@storybook/mdx2-csf": "^1.1.0",
|
|
63
|
-
"@storybook/preview-api": "^8.2.
|
|
64
|
-
"@storybook/react": "^8.2.
|
|
65
|
-
"@storybook/react-vite": "^8.2.
|
|
66
|
-
"@storybook/test": "^8.2.
|
|
66
|
+
"@storybook/preview-api": "^8.2.9",
|
|
67
|
+
"@storybook/react": "^8.2.9",
|
|
68
|
+
"@storybook/react-vite": "^8.2.9",
|
|
69
|
+
"@storybook/test": "^8.2.9",
|
|
67
70
|
"@storybook/test-runner": "^0.19.1",
|
|
68
|
-
"@storybook/theming": "^8.2.
|
|
71
|
+
"@storybook/theming": "^8.2.9",
|
|
69
72
|
"@testing-library/cypress": "^10.0.2",
|
|
70
|
-
"@testing-library/jest-dom": "^6.4.
|
|
73
|
+
"@testing-library/jest-dom": "^6.4.8",
|
|
71
74
|
"@testing-library/react": "^16.0.0",
|
|
72
75
|
"@testing-library/react-hooks": "^8.0.1",
|
|
73
76
|
"@types/jest": "^29.5.12",
|
|
@@ -77,27 +80,25 @@
|
|
|
77
80
|
"@types/testing-library__jest-dom": "^6.0.0",
|
|
78
81
|
"@vitejs/plugin-react": "^4.3.1",
|
|
79
82
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
80
|
-
"axios-mock-adapter": "^1.22.0",
|
|
81
83
|
"chai": "^5.1.1",
|
|
82
|
-
"cypress": "^13.13.
|
|
84
|
+
"cypress": "^13.13.3",
|
|
83
85
|
"identity-obj-proxy": "^3.0.0",
|
|
84
86
|
"jest-transform-stub": "^2.0.0",
|
|
85
87
|
"mochawesome": "^7.1.3",
|
|
86
|
-
"msw": "2.3.
|
|
88
|
+
"msw": "2.3.5",
|
|
87
89
|
"msw-storybook-addon": "^2.0.3",
|
|
88
|
-
"puppeteer": "^22.13.1",
|
|
89
90
|
"react": "^18.3.1",
|
|
90
91
|
"react-dom": "^18.3.1",
|
|
91
92
|
"react-test-renderer": "^18.3.1",
|
|
92
93
|
"remark-gfm": "^4.0.0",
|
|
93
94
|
"speed-measure-vite-plugin": "^1.0.1",
|
|
94
|
-
"storybook": "^8.2.
|
|
95
|
+
"storybook": "^8.2.9",
|
|
95
96
|
"storybook-addon-mock": "^5.0.0",
|
|
96
97
|
"storybook-dark-mode": "^4.0.2",
|
|
97
98
|
"style-dictionary": "^4.0.1",
|
|
98
99
|
"ts-node": "^10.9.2",
|
|
99
100
|
"use-resize-observer": "^9.1.0",
|
|
100
|
-
"vite": "^5.
|
|
101
|
+
"vite": "^5.4.1",
|
|
101
102
|
"vite-plugin-istanbul": "^6.0.2",
|
|
102
103
|
"vite-plugin-svgr": "^4.2.0",
|
|
103
104
|
"vite-plugin-turbosnap": "^1.0.3"
|
|
@@ -106,14 +107,14 @@
|
|
|
106
107
|
"@centreon/ui-context": "file:../ui-context"
|
|
107
108
|
},
|
|
108
109
|
"dependencies": {
|
|
109
|
-
"@lexical/html": "^0.
|
|
110
|
-
"@lexical/link": "^0.
|
|
111
|
-
"@lexical/list": "^0.
|
|
112
|
-
"@lexical/react": "^0.
|
|
113
|
-
"@lexical/rich-text": "^0.
|
|
114
|
-
"@lexical/selection": "^0.
|
|
115
|
-
"@lexical/utils": "^0.
|
|
116
|
-
"@mui/material": "^5.16.
|
|
110
|
+
"@lexical/html": "^0.17.0",
|
|
111
|
+
"@lexical/link": "^0.17.0",
|
|
112
|
+
"@lexical/list": "^0.17.0",
|
|
113
|
+
"@lexical/react": "^0.17.0",
|
|
114
|
+
"@lexical/rich-text": "^0.17.0",
|
|
115
|
+
"@lexical/selection": "^0.17.0",
|
|
116
|
+
"@lexical/utils": "^0.17.0",
|
|
117
|
+
"@mui/material": "^5.16.7",
|
|
117
118
|
"@react-spring/web": "^9.7.4",
|
|
118
119
|
"@visx/clip-path": "^3.3.0",
|
|
119
120
|
"@visx/curve": "^3.3.0",
|
|
@@ -133,14 +134,14 @@
|
|
|
133
134
|
"d3-array": "3.2.4",
|
|
134
135
|
"dayjs": "^1.11.12",
|
|
135
136
|
"humanize-duration": "^3.32.1",
|
|
136
|
-
"lexical": "^0.
|
|
137
|
+
"lexical": "^0.17.0",
|
|
137
138
|
"notistack": "^3.0.1",
|
|
138
139
|
"numeral": "^2.0.6",
|
|
139
140
|
"ramda": "0.30.1",
|
|
140
141
|
"react-grid-layout": "^1.4.4",
|
|
141
142
|
"react-html-parser": "^2.0.2",
|
|
142
143
|
"react-resizable": "^3.0.5",
|
|
143
|
-
"react-router-dom": "^6.
|
|
144
|
+
"react-router-dom": "^6.26.1",
|
|
144
145
|
"react-transition-group": "^4.4.5",
|
|
145
146
|
"sanitize-html": "^2.13.0",
|
|
146
147
|
"ulog": "^2.0.0-beta.19"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* - Please do NOT serve this file on production.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
-
const PACKAGE_VERSION = '2.3.
|
|
11
|
+
const PACKAGE_VERSION = '2.3.5'
|
|
12
12
|
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
|
|
13
13
|
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
|
14
14
|
const activeClientIds = new Set()
|
|
@@ -122,8 +122,6 @@ describe('Bar chart', () => {
|
|
|
122
122
|
cy.contains(':40 AM').should('be.visible');
|
|
123
123
|
|
|
124
124
|
cy.findByTestId('stacked-bar-3-0-0.08644').should('be.visible');
|
|
125
|
-
|
|
126
|
-
cy.makeSnapshot();
|
|
127
125
|
});
|
|
128
126
|
|
|
129
127
|
it(`displays the stacked bar chart ${orientation}ly centered in zero`, () => {
|