synos-helena 25.0.5-beta.2 → 25.0.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/lib/dark.css.gz +0 -0
- package/lib/dark.css.map.gz +0 -0
- package/lib/dark.js.gz +0 -0
- package/lib/dark.js.map.gz +0 -0
- package/lib/helena.css.gz +0 -0
- package/lib/helena.css.map.gz +0 -0
- package/lib/helena.js.gz +0 -0
- package/lib/helena.js.map.gz +0 -0
- package/lib/icons/exception.svg.gz +0 -0
- package/lib/icons/export.svg.gz +0 -0
- package/lib/icons/field-time.svg.gz +0 -0
- package/lib/icons/file-calculator.svg.gz +0 -0
- package/lib/icons/hand-service.svg.gz +0 -0
- package/lib/icons/import.svg.gz +0 -0
- package/lib/icons/package.svg.gz +0 -0
- package/lib/icons/process-config.svg.gz +0 -0
- package/lib/icons/transmission.svg.gz +0 -0
- package/lib/images/empty-notification.svg.gz +0 -0
- package/lib/images/micro-download.svg.gz +0 -0
- package/lib/images/micro-gerproc.svg.gz +0 -0
- package/lib/images/micro-insight.svg.gz +0 -0
- package/lib/images/synchro-logo.svg.gz +0 -0
- package/lib/index.css.gz +0 -0
- package/lib/index.css.map +1 -1
- package/lib/index.css.map.gz +0 -0
- package/lib/index.js.LICENSE.txt.gz +0 -0
- package/lib/index.js.gz +0 -0
- package/lib/index.js.map +1 -1
- package/lib/index.js.map.gz +0 -0
- package/lib/light.css.gz +0 -0
- package/lib/light.css.map.gz +0 -0
- package/lib/light.js.gz +0 -0
- package/lib/light.js.map.gz +0 -0
- package/lib/themes/colors/ant-yellows.less.gz +0 -0
- package/lib/themes/colors/blues.less.gz +0 -0
- package/lib/themes/colors/gray.less.gz +0 -0
- package/lib/themes/colors/pinks.less.gz +0 -0
- package/lib/themes/colors/reds.less.gz +0 -0
- package/lib/themes/dark.less.gz +0 -0
- package/lib/themes/default.less.gz +0 -0
- package/lib/themes/general_custom.less.gz +0 -0
- package/lib/themes/light.less.gz +0 -0
- package/package.json +16 -13
package/lib/index.js.map.gz
CHANGED
|
Binary file
|
package/lib/light.css.gz
CHANGED
|
Binary file
|
package/lib/light.css.map.gz
CHANGED
|
Binary file
|
package/lib/light.js.gz
CHANGED
|
Binary file
|
package/lib/light.js.map.gz
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/themes/dark.less.gz
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/themes/light.less.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "synos-helena",
|
|
3
|
-
"version": "25.0.5
|
|
3
|
+
"version": "25.0.5",
|
|
4
4
|
"description": "A set of components of the helena project",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@babel/core": "^7.8.6",
|
|
49
|
+
"@babel/eslint-parser": "^7.28.5",
|
|
49
50
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
50
51
|
"@babel/plugin-proposal-decorators": "^7.8.3",
|
|
51
52
|
"@babel/plugin-proposal-do-expressions": "^7.8.3",
|
|
@@ -69,8 +70,8 @@
|
|
|
69
70
|
"@babel/register": "^7.8.6",
|
|
70
71
|
"@svgr/webpack": "^5.4.0",
|
|
71
72
|
"@types/react-router-dom": "^5.1.6",
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
73
|
-
"@typescript-eslint/parser": "^
|
|
73
|
+
"@typescript-eslint/eslint-plugin": "^8.51.0",
|
|
74
|
+
"@typescript-eslint/parser": "^8.51.0",
|
|
74
75
|
"babel-eslint": "^9.0.0",
|
|
75
76
|
"babel-loader": "^8.0.0",
|
|
76
77
|
"babel-plugin-root-import": "^6.1.0",
|
|
@@ -79,22 +80,23 @@
|
|
|
79
80
|
"css-loader": "^5.0.1",
|
|
80
81
|
"cz-customizable": "^6.3.0",
|
|
81
82
|
"dts-bundle-webpack": "^1.0.2",
|
|
82
|
-
"eslint": "^
|
|
83
|
-
"eslint-config-prettier": "^
|
|
84
|
-
"eslint-import-resolver-typescript": "^
|
|
85
|
-
"eslint-plugin-import": "^2.
|
|
86
|
-
"eslint-plugin-prettier": "^
|
|
87
|
-
"eslint-plugin-react": "^7.
|
|
88
|
-
"eslint-plugin-react-hooks": "^
|
|
83
|
+
"eslint": "^9.39.2",
|
|
84
|
+
"eslint-config-prettier": "^10.1.8",
|
|
85
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
86
|
+
"eslint-plugin-import": "^2.32.0",
|
|
87
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
88
|
+
"eslint-plugin-react": "^7.37.5",
|
|
89
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
89
90
|
"file-loader": "^6.2.0",
|
|
91
|
+
"globals": "^17.0.0",
|
|
90
92
|
"html-webpack-plugin": "^5.6.0",
|
|
91
93
|
"less": "^3.12.2",
|
|
92
94
|
"less-loader": "^7.1.0",
|
|
93
95
|
"less-vars-to-js": "^1.3.0",
|
|
94
96
|
"mini-css-extract-plugin": "^2.9.0",
|
|
95
|
-
"prettier": "^
|
|
96
|
-
"prettier-eslint": "^
|
|
97
|
-
"prettier-eslint-cli": "^
|
|
97
|
+
"prettier": "^3.7.4",
|
|
98
|
+
"prettier-eslint": "^16.4.2",
|
|
99
|
+
"prettier-eslint-cli": "^8.0.1",
|
|
98
100
|
"react": "^18.3.1",
|
|
99
101
|
"react-dom": "^18.3.1",
|
|
100
102
|
"standard-version": "^9.3.0",
|
|
@@ -102,6 +104,7 @@
|
|
|
102
104
|
"terser-webpack-plugin": "^5.3.10",
|
|
103
105
|
"themes-switch": "^1.0.8",
|
|
104
106
|
"ts-loader": "^9",
|
|
107
|
+
"typescript-eslint": "^8.51.0",
|
|
105
108
|
"url-loader": "^4.1.1",
|
|
106
109
|
"webpack": "^5.93.0",
|
|
107
110
|
"webpack-cli": "^4.2.0"
|