synos-helena 21.14.4 → 21.14.7-beta.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/CHANGELOG.md +18 -0
- package/lib/dark.css +147 -112
- package/lib/dark.css.gz +0 -0
- package/lib/dark.css.map +1 -1
- package/lib/dark.css.map.gz +0 -0
- package/lib/helena.css +147 -112
- package/lib/helena.css.gz +0 -0
- package/lib/helena.css.map +1 -1
- package/lib/helena.css.map.gz +0 -0
- package/lib/images/micro-download.svg +40 -0
- package/lib/images/micro-download.svg.gz +0 -0
- package/lib/images/micro-gerproc.svg +43 -0
- package/lib/images/micro-gerproc.svg.gz +0 -0
- package/lib/images/micro-insight.svg +42 -0
- package/lib/images/micro-insight.svg.gz +0 -0
- package/lib/index.css +77 -76
- 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 +1 -1
- 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 +147 -112
- package/lib/light.css.gz +0 -0
- package/lib/light.css.map +1 -1
- package/lib/light.css.map.gz +0 -0
- package/package.json +8 -8
- package/lib/index.d.ts +0 -1476
package/lib/light.css.map.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "synos-helena",
|
|
3
|
-
"version": "21.14.
|
|
3
|
+
"version": "21.14.7-beta.0",
|
|
4
4
|
"description": "A set of components of the helena project",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"publish-beta": "npm publish --tag beta",
|
|
9
9
|
"postbuild": "rimraf lib/**/*.map",
|
|
10
|
-
"dev": "webpack --progress --color --config webpack.dev.js",
|
|
10
|
+
"dev:build": "webpack --progress --color --config webpack.dev.js",
|
|
11
11
|
"dev:watch": "webpack --progress --color --watch --config webpack.dev.js",
|
|
12
12
|
"prod": "webpack --progress --color --config webpack.prod.js",
|
|
13
13
|
"lint": "./node_modules/.bin/eslint src",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "http://git.synchro.com.br/
|
|
19
|
+
"url": "http://git.synchro.com.br/Synchro4Me/helena"
|
|
20
20
|
},
|
|
21
21
|
"keywords": [
|
|
22
22
|
"react",
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"author": "Julio",
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"bugs": {
|
|
32
|
-
"url": "http://git.synchro.com.br/
|
|
32
|
+
"url": "http://git.synchro.com.br/Synchro4Me/helena/issues"
|
|
33
33
|
},
|
|
34
|
-
"homepage": "
|
|
34
|
+
"homepage": "http://git.synchro.com.br/Synchro4Me/helena",
|
|
35
35
|
"standard-version": {
|
|
36
36
|
"skip": {
|
|
37
37
|
"bump": true
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"react": "^
|
|
42
|
-
"react-dom": "^
|
|
41
|
+
"react": "^16.0.0",
|
|
42
|
+
"react-dom": "^16.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/core": "^7.8.6",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"@loadable/component": "^5.14.1",
|
|
109
109
|
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
110
110
|
"@types/react-syntax-highlighter": "^13.5.2",
|
|
111
|
-
"antd": "^4.
|
|
111
|
+
"antd": "^4.18.9",
|
|
112
112
|
"antd-mask-input": "^0.1.15",
|
|
113
113
|
"bigdecimal": "^0.6.1",
|
|
114
114
|
"cpf-cnpj-validator": "^1.0.3",
|