@kentico/xperience-admin-components 26.6.1 → 27.0.0
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/dist/entry.d.ts +313 -55
- package/dist/entry.kxh.f1bda595ed876adafc14.js +68 -0
- package/package.json +67 -68
- package/dist/entry.kxh.ab18d42406c9bb570b26.js +0 -68
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kentico/xperience-admin-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "27.0.0",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -16,94 +16,93 @@
|
|
|
16
16
|
],
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@amcharts/amcharts5": "5.
|
|
20
|
-
"@codemirror/lang-css": "^6.
|
|
21
|
-
"@codemirror/lang-html": "^6.4.
|
|
22
|
-
"@codemirror/lang-javascript": "^6.1
|
|
23
|
-
"@codemirror/lang-sql": "^6.4
|
|
19
|
+
"@amcharts/amcharts5": "5.4.8",
|
|
20
|
+
"@codemirror/lang-css": "^6.2.1",
|
|
21
|
+
"@codemirror/lang-html": "^6.4.6",
|
|
22
|
+
"@codemirror/lang-javascript": "^6.2.1",
|
|
23
|
+
"@codemirror/lang-sql": "^6.5.4",
|
|
24
24
|
"@codemirror/lang-xml": "^6.0.2",
|
|
25
|
-
"@react-aria/focus": "^3.
|
|
26
|
-
"@react-aria/interactions": "^3.
|
|
27
|
-
"@react-aria/overlays": "^3.
|
|
28
|
-
"@react-aria/radio": "^3.
|
|
29
|
-
"@react-aria/switch": "^3.
|
|
30
|
-
"@react-aria/visually-hidden": "^3.
|
|
31
|
-
"@react-stately/radio": "^3.
|
|
32
|
-
"@react-stately/toggle": "^3.
|
|
25
|
+
"@react-aria/focus": "^3.14.2",
|
|
26
|
+
"@react-aria/interactions": "^3.19.0",
|
|
27
|
+
"@react-aria/overlays": "^3.18.0",
|
|
28
|
+
"@react-aria/radio": "^3.8.1",
|
|
29
|
+
"@react-aria/switch": "^3.5.5",
|
|
30
|
+
"@react-aria/visually-hidden": "^3.8.5",
|
|
31
|
+
"@react-stately/radio": "^3.9.1",
|
|
32
|
+
"@react-stately/toggle": "^3.6.3",
|
|
33
33
|
"@tippyjs/react": "^4.2.6",
|
|
34
|
-
"@uiw/react-codemirror": "^4.
|
|
34
|
+
"@uiw/react-codemirror": "^4.21.18",
|
|
35
35
|
"classnames": "^2.3.2",
|
|
36
|
-
"froala-editor": "4.
|
|
36
|
+
"froala-editor": "4.1.2",
|
|
37
37
|
"history": "^5.3.0",
|
|
38
38
|
"react": "^18.2.0",
|
|
39
39
|
"react-beautiful-dnd": "^13.1.1",
|
|
40
|
-
"react-datepicker": "^4.
|
|
40
|
+
"react-datepicker": "^4.18.0",
|
|
41
41
|
"react-dnd": "^16.0.1",
|
|
42
42
|
"react-dnd-html5-backend": "^16.0.1",
|
|
43
43
|
"react-dom": "^18.2.0",
|
|
44
|
-
"react-froala-wysiwyg": "4.
|
|
44
|
+
"react-froala-wysiwyg": "4.1.2",
|
|
45
45
|
"react-modal": "^3.16.1",
|
|
46
|
-
"react-router-dom": "6.
|
|
47
|
-
"react-textarea-autosize": "
|
|
48
|
-
"use-debounce": "^9.0.
|
|
46
|
+
"react-router-dom": "^6.16.0",
|
|
47
|
+
"react-textarea-autosize": "8.5.3",
|
|
48
|
+
"use-debounce": "^9.0.4",
|
|
49
49
|
"use-resize-observer": "9.1.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@babel/core": "^7.
|
|
53
|
-
"@babel/eslint-parser": "^7.
|
|
54
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
55
|
-
"@babel/preset-env": "^7.20
|
|
56
|
-
"@babel/preset-react": "^7.
|
|
57
|
-
"@babel/preset-typescript": "^7.
|
|
58
|
-
"@babel/runtime": "^7.
|
|
59
|
-
"@popperjs/core": "^2.11.
|
|
60
|
-
"@svgr/cli": "^
|
|
61
|
-
"@testing-library/jest-dom": "^
|
|
52
|
+
"@babel/core": "^7.23.0",
|
|
53
|
+
"@babel/eslint-parser": "^7.22.15",
|
|
54
|
+
"@babel/plugin-transform-runtime": "^7.22.15",
|
|
55
|
+
"@babel/preset-env": "^7.22.20",
|
|
56
|
+
"@babel/preset-react": "^7.22.15",
|
|
57
|
+
"@babel/preset-typescript": "^7.23.0",
|
|
58
|
+
"@babel/runtime": "^7.23.1",
|
|
59
|
+
"@popperjs/core": "^2.11.8",
|
|
60
|
+
"@svgr/cli": "^8.1.0",
|
|
61
|
+
"@testing-library/jest-dom": "^6.1.3",
|
|
62
62
|
"@testing-library/react": "^14.0.0",
|
|
63
63
|
"@testing-library/react-hooks": "^8.0.1",
|
|
64
|
-
"@types/dompurify": "3.0.
|
|
65
|
-
"@types/jest": "^29.
|
|
66
|
-
"@types/react": "
|
|
67
|
-
"@types/react-beautiful-dnd": "13.1.
|
|
68
|
-
"@types/react-codemirror": "^1.0.
|
|
69
|
-
"@types/react-datepicker": "^4.
|
|
70
|
-
"@types/react-dom": "^18.
|
|
71
|
-
"@types/react-modal": "^3.
|
|
64
|
+
"@types/dompurify": "3.0.3",
|
|
65
|
+
"@types/jest": "^29.5.5",
|
|
66
|
+
"@types/react": "18.0.33",
|
|
67
|
+
"@types/react-beautiful-dnd": "13.1.5",
|
|
68
|
+
"@types/react-codemirror": "^1.0.9",
|
|
69
|
+
"@types/react-datepicker": "^4.15.1",
|
|
70
|
+
"@types/react-dom": "^18.2.8",
|
|
71
|
+
"@types/react-modal": "^3.16.1",
|
|
72
72
|
"@types/react-router-dom": "^5.3.3",
|
|
73
|
-
"@types/systemjs": "^6.13.
|
|
74
|
-
"@types/
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"babel-loader": "9.1.2",
|
|
73
|
+
"@types/systemjs": "^6.13.3",
|
|
74
|
+
"@types/webpack-env": "^1.18.2",
|
|
75
|
+
"autoprefixer": "^10.4.16",
|
|
76
|
+
"babel-loader": "9.1.3",
|
|
78
77
|
"cross-env": "^7.0.3",
|
|
79
|
-
"css-loader": "^6.
|
|
80
|
-
"dompurify": "3.0.
|
|
81
|
-
"eslint": "^8.
|
|
82
|
-
"eslint-config-prettier": "^
|
|
78
|
+
"css-loader": "^6.8.1",
|
|
79
|
+
"dompurify": "3.0.6",
|
|
80
|
+
"eslint": "^8.50.0",
|
|
81
|
+
"eslint-config-prettier": "^9.0.0",
|
|
83
82
|
"eslint-config-ts-react-important-stuff": "^3.0.0",
|
|
84
|
-
"eslint-plugin-prettier": "^
|
|
85
|
-
"eslint-plugin-react": "^7.
|
|
83
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
84
|
+
"eslint-plugin-react": "^7.33.2",
|
|
86
85
|
"file-loader": "^6.2.0",
|
|
87
|
-
"glob": "^
|
|
88
|
-
"jest": "^29.
|
|
89
|
-
"jest-environment-jsdom": "29.
|
|
90
|
-
"jest-junit": "^
|
|
91
|
-
"plop": "^
|
|
92
|
-
"postcss": "^8.4.
|
|
93
|
-
"postcss-loader": "^7.
|
|
94
|
-
"prettier": "^
|
|
86
|
+
"glob": "^10.3.10",
|
|
87
|
+
"jest": "^29.7.0",
|
|
88
|
+
"jest-environment-jsdom": "29.7.0",
|
|
89
|
+
"jest-junit": "^16.0.0",
|
|
90
|
+
"plop": "^4.0.0",
|
|
91
|
+
"postcss": "^8.4.31",
|
|
92
|
+
"postcss-loader": "^7.3.3",
|
|
93
|
+
"prettier": "^3.0.3",
|
|
95
94
|
"react-test-renderer": "^18.2.0",
|
|
96
95
|
"resolve-url-loader": "^5.0.0",
|
|
97
|
-
"sass": "^1.
|
|
98
|
-
"style-loader": "^3.3.
|
|
99
|
-
"ts-jest": "29.
|
|
100
|
-
"typescript": "^5.
|
|
101
|
-
"typescript-plugin-css-modules": "^
|
|
102
|
-
"webpack": "^5.
|
|
103
|
-
"webpack-cli": "^5.
|
|
104
|
-
"webpack-dev-server": "^4.
|
|
105
|
-
"webpack-merge": "^5.
|
|
106
|
-
"yargs": "^17.7.
|
|
96
|
+
"sass": "^1.68.0",
|
|
97
|
+
"style-loader": "^3.3.3",
|
|
98
|
+
"ts-jest": "29.1.1",
|
|
99
|
+
"typescript": "^5.2.2",
|
|
100
|
+
"typescript-plugin-css-modules": "^5.0.1",
|
|
101
|
+
"webpack": "^5.88.2",
|
|
102
|
+
"webpack-cli": "^5.1.4",
|
|
103
|
+
"webpack-dev-server": "^4.15.1",
|
|
104
|
+
"webpack-merge": "^5.9.0",
|
|
105
|
+
"yargs": "^17.7.2"
|
|
107
106
|
},
|
|
108
107
|
"scripts": {
|
|
109
108
|
"start": "webpack serve --mode development",
|