@kentico/xperience-admin-components 30.12.3 → 31.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 +49 -8
- package/dist/entry.js +111 -111
- package/package.json +77 -6
- package/README.md +0 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kentico/xperience-admin-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "31.0.0",
|
|
4
4
|
"main": "dist/entry.js",
|
|
5
5
|
"types": "dist/entry.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -35,20 +35,91 @@
|
|
|
35
35
|
"@tippyjs/react": "^4.2.6",
|
|
36
36
|
"@uiw/react-codemirror": "^4.25.3",
|
|
37
37
|
"classnames": "^2.5.1",
|
|
38
|
-
"froala-editor": "^4.7.
|
|
39
|
-
"i18next": "^25.
|
|
38
|
+
"froala-editor": "^4.7.1",
|
|
39
|
+
"i18next": "^25.7.1",
|
|
40
40
|
"react": "^18.3.1",
|
|
41
41
|
"react-aria-components": "1.13.0",
|
|
42
42
|
"react-datepicker": "^8.4.0",
|
|
43
43
|
"react-dnd": "^16.0.1",
|
|
44
44
|
"react-dnd-html5-backend": "^16.0.1",
|
|
45
45
|
"react-dom": "^18.3.1",
|
|
46
|
-
"react-froala-wysiwyg": "^4.7.
|
|
47
|
-
"react-i18next": "^16.
|
|
46
|
+
"react-froala-wysiwyg": "^4.7.1",
|
|
47
|
+
"react-i18next": "^16.3.5",
|
|
48
48
|
"react-modal": "^3.16.3",
|
|
49
|
-
"react-router-dom": "6.30.
|
|
49
|
+
"react-router-dom": "6.30.2",
|
|
50
50
|
"react-textarea-autosize": "8.5.9",
|
|
51
51
|
"use-debounce": "^10.0.6",
|
|
52
52
|
"use-resize-observer": "9.1.0"
|
|
53
|
+
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@babel/core": "^7.28.5",
|
|
56
|
+
"@babel/eslint-parser": "^7.28.5",
|
|
57
|
+
"@babel/plugin-transform-runtime": "^7.28.5",
|
|
58
|
+
"@babel/preset-env": "^7.28.5",
|
|
59
|
+
"@babel/preset-react": "^7.28.5",
|
|
60
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
61
|
+
"@internationalized/date": "^3.10.0",
|
|
62
|
+
"@babel/runtime": "^7.28.4",
|
|
63
|
+
"@popperjs/core": "^2.11.8",
|
|
64
|
+
"@svgr/cli": "^8.1.0",
|
|
65
|
+
"@swc/core": "^1.15.3",
|
|
66
|
+
"@swc/jest": "^0.2.39",
|
|
67
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
68
|
+
"@testing-library/react": "^16.3.0",
|
|
69
|
+
"@types/jest": "^30.0.0",
|
|
70
|
+
"@types/react": "18.3.27",
|
|
71
|
+
"@types/react-codemirror": "^1.0.11",
|
|
72
|
+
"@types/react-dom": "^18.3.7",
|
|
73
|
+
"@types/react-modal": "^3.16.3",
|
|
74
|
+
"@types/systemjs": "^6.15.4",
|
|
75
|
+
"@types/webpack-env": "^1.18.8",
|
|
76
|
+
"autoprefixer": "^10.4.22",
|
|
77
|
+
"babel-loader": "10.0.0",
|
|
78
|
+
"cross-env": "^10.1.0",
|
|
79
|
+
"css-loader": "^7.1.2",
|
|
80
|
+
"dompurify": "3.3.0",
|
|
81
|
+
"eslint": "9.39.1",
|
|
82
|
+
"eslint-config-prettier": "^10.1.8",
|
|
83
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
84
|
+
"eslint-plugin-react": "^7.37.5",
|
|
85
|
+
"file-loader": "^6.2.0",
|
|
86
|
+
"glob": "^13.0.0",
|
|
87
|
+
"i18next-parser": "^9.3.0",
|
|
88
|
+
"jest": "^30.0.2",
|
|
89
|
+
"jest-environment-jsdom": "29.7.0",
|
|
90
|
+
"jest-junit": "^16.0.0",
|
|
91
|
+
"plop": "^4.0.4",
|
|
92
|
+
"postcss": "^8.5.6",
|
|
93
|
+
"postcss-loader": "^8.2.0",
|
|
94
|
+
"prettier": "^3.7.3",
|
|
95
|
+
"resolve-url-loader": "^5.0.0",
|
|
96
|
+
"sass": "1.94.2",
|
|
97
|
+
"style-loader": "^4.0.0",
|
|
98
|
+
"typescript": "5.9.3",
|
|
99
|
+
"typescript-plugin-css-modules": "^5.2.0",
|
|
100
|
+
"webpack": "^5.103.0",
|
|
101
|
+
"webpack-cli": "^6.0.1",
|
|
102
|
+
"webpack-dev-server": "^5.2.2",
|
|
103
|
+
"webpack-merge": "^6.0.1",
|
|
104
|
+
"yargs": "^18.0.0"
|
|
105
|
+
},
|
|
106
|
+
"scripts": {
|
|
107
|
+
"start": "webpack serve --mode development",
|
|
108
|
+
"dev:buildlike": "webpack serve --mode development --env buildlike=true",
|
|
109
|
+
"build-icons": "svgr --out-dir src/components/Icons/components src/components/Icons/svg",
|
|
110
|
+
"dev:remote": "webpack serve --mode development --env remote",
|
|
111
|
+
"build": "webpack --mode=production",
|
|
112
|
+
"typecheck": "tsc --noEmit --allowJs false",
|
|
113
|
+
"analyze": "webpack --mode=production --env.analyze=true",
|
|
114
|
+
"test": "cross-env BABEL_ENV=test jest --passWithNoTests",
|
|
115
|
+
"new-component": "plop component",
|
|
116
|
+
"generate-css-variable-types": "node src/utils/css-var-typing --path src/styles/*.export.scss --result src/tokens",
|
|
117
|
+
"test-css-variable-types": "node src/utils/css-var-typing --path src/styles/*.export.scss --result src/tokens --test",
|
|
118
|
+
"generate-token-enums": "node src/utils/enum-generator --configPath ./src/tokens/enumGenerator.cofig.json",
|
|
119
|
+
"test-token-enums": "node src/utils/enum-generator --configPath ./src/tokens/enumGenerator.cofig.json --test",
|
|
120
|
+
"tsc-decleration": "tsc --project tsconfig.declaration.json",
|
|
121
|
+
"declaration": "npm run tsc-decleration && npx ts-node --swc ../../scripts/typesRollup/index.ts",
|
|
122
|
+
"validate-api": "npx ts-node --swc ../../scripts/validateApi/index.ts",
|
|
123
|
+
"i18n:extract": "i18next \"src/**/*.{ts,tsx,js,jsx}\" --output intl/$LOCALE.json && prettier --write --tab-width 4 \"intl/*.json\""
|
|
53
124
|
}
|
|
54
125
|
}
|
package/README.md
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
# Xperience by Kentico - Admin Client Package
|
|
2
|
-
|
|
3
|
-
This package is part of the Xperience by Kentico administration interface framework.
|
|
4
|
-
|
|
5
|
-
## Documentation
|
|
6
|
-
|
|
7
|
-
For setup instructions, usage guidelines, and customization options, please refer to the official Xperience by Kentico documentation:
|
|
8
|
-
|
|
9
|
-
**[Extend the administration interface](https://docs.kentico.com/x/GwKQC)**
|