@zextras/carbonio-design-system 2.2.0 → 2.3.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 +17 -0
- package/dist/tsdoc-metadata.json +1 -1
- package/dist/zapp-ui.bundle.d.ts +79 -55
- package/dist/zapp-ui.bundle.js +2510 -3883
- package/package.json +32 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zextras/carbonio-design-system",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "An awesome UI for Zextras Projects.",
|
|
5
5
|
"main": "dist/zapp-ui.bundle.js",
|
|
6
6
|
"types": "dist/zapp-ui.bundle.d.ts",
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"styleguide:build": "styleguidist build",
|
|
14
14
|
"test": "(is-ci && jest --runInBand) || jest --maxWorkers=50%",
|
|
15
15
|
"icons:build": "tsc ./src/icons/tsTemplate.ts && npx @svgr/cli svg && npm run lint:icons",
|
|
16
|
-
"build": "
|
|
16
|
+
"build": "npm run build:cjs && npm run build:types",
|
|
17
|
+
"build:cjs": "npx rollup -c rollup.config.mjs",
|
|
17
18
|
"build:types": "tsc -p tsconfig.types.json && npx @microsoft/api-extractor run --local --verbose",
|
|
18
19
|
"clean": "rm -rf dist/* types/*",
|
|
19
20
|
"prepack": "npm run clean && npm run build",
|
|
@@ -37,41 +38,37 @@
|
|
|
37
38
|
"homepage": "https://github.com/Zextras/carbonio-design-system",
|
|
38
39
|
"sideEffects": false,
|
|
39
40
|
"devDependencies": {
|
|
40
|
-
"@babel/core": "^7.
|
|
41
|
+
"@babel/core": "^7.22.11",
|
|
41
42
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
42
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
43
|
-
"@babel/preset-env": "^7.
|
|
44
|
-
"@babel/preset-react": "^7.
|
|
45
|
-
"@babel/preset-typescript": "^7.
|
|
46
|
-
"@commitlint/cli": "^17.
|
|
47
|
-
"@commitlint/config-conventional": "^17.
|
|
48
|
-
"@faker-js/faker": "^
|
|
49
|
-
"@microsoft/api-extractor": "^7.
|
|
43
|
+
"@babel/plugin-transform-runtime": "^7.22.10",
|
|
44
|
+
"@babel/preset-env": "^7.22.10",
|
|
45
|
+
"@babel/preset-react": "^7.22.5",
|
|
46
|
+
"@babel/preset-typescript": "^7.22.11",
|
|
47
|
+
"@commitlint/cli": "^17.6.7",
|
|
48
|
+
"@commitlint/config-conventional": "^17.6.7",
|
|
49
|
+
"@faker-js/faker": "^8.0.2",
|
|
50
|
+
"@microsoft/api-extractor": "^7.36.3",
|
|
50
51
|
"@rollup/plugin-babel": "^6.0.3",
|
|
51
|
-
"@rollup/plugin-commonjs": "^
|
|
52
|
-
"@rollup/plugin-node-resolve": "^15.
|
|
53
|
-
"@rollup/plugin-typescript": "^11.
|
|
52
|
+
"@rollup/plugin-commonjs": "^25.0.4",
|
|
53
|
+
"@rollup/plugin-node-resolve": "^15.2.1",
|
|
54
|
+
"@rollup/plugin-typescript": "^11.1.2",
|
|
54
55
|
"@rollup/plugin-url": "^8.0.1",
|
|
55
|
-
"@svgr/cli": "^
|
|
56
|
+
"@svgr/cli": "^8.0.1",
|
|
56
57
|
"@testing-library/jest-dom": "5.16.5",
|
|
57
58
|
"@testing-library/react": "12.1.5",
|
|
58
59
|
"@testing-library/react-hooks": "8.0.1",
|
|
59
60
|
"@testing-library/user-event": "13.5.0",
|
|
60
|
-
"@types/
|
|
61
|
-
"@types/
|
|
62
|
-
"@types/react": "^
|
|
63
|
-
"@types/react-datepicker": "^4.3.4",
|
|
61
|
+
"@types/lodash": "^4.14.196",
|
|
62
|
+
"@types/react": "^17.0.63",
|
|
63
|
+
"@types/react-datepicker": "^4.15.0",
|
|
64
64
|
"@types/styled-components": "^5.1.26",
|
|
65
65
|
"@zextras/carbonio-ui-configs": "^0.1.12",
|
|
66
|
-
"babel-loader": "^9.1.
|
|
67
|
-
"babel-plugin-lodash": "3.3.4",
|
|
68
|
-
"babel-plugin-styled-components": "2.
|
|
66
|
+
"babel-loader": "^9.1.3",
|
|
67
|
+
"babel-plugin-lodash": "^3.3.4",
|
|
68
|
+
"babel-plugin-styled-components": "^2.1.4",
|
|
69
69
|
"create-index": "2.6.0",
|
|
70
|
-
"eslint-plugin-jest-dom": "^4.0.3",
|
|
71
70
|
"eslint-plugin-notice": "^0.9.10",
|
|
72
|
-
"
|
|
73
|
-
"eslint-plugin-unused-imports": "^2.0.0",
|
|
74
|
-
"husky": "^8.0.2",
|
|
71
|
+
"husky": "^8.0.3",
|
|
75
72
|
"is-ci": "3.0.1",
|
|
76
73
|
"jest": "26.6.3",
|
|
77
74
|
"jest-junit": "13.0.0",
|
|
@@ -80,17 +77,17 @@
|
|
|
80
77
|
"process": "0.11.10",
|
|
81
78
|
"react": "^17.0.2",
|
|
82
79
|
"react-dom": "^17.0.2",
|
|
83
|
-
"react-styleguidist": "
|
|
80
|
+
"react-styleguidist": "13.0.0",
|
|
84
81
|
"react-test-renderer": "17.0.2",
|
|
85
|
-
"rollup": "^
|
|
86
|
-
"standard-version": "9.5.0",
|
|
87
|
-
"styled-components": "^5.3.
|
|
88
|
-
"typescript": "^
|
|
89
|
-
"webpack": "^5.
|
|
82
|
+
"rollup": "^3.28.1",
|
|
83
|
+
"standard-version": "^9.5.0",
|
|
84
|
+
"styled-components": "^5.3.11",
|
|
85
|
+
"typescript": "^5.1.6",
|
|
86
|
+
"webpack": "^5.88.2"
|
|
90
87
|
},
|
|
91
88
|
"browserslist": [
|
|
92
89
|
">1%",
|
|
93
|
-
"last
|
|
90
|
+
"last 3 version",
|
|
94
91
|
"Firefox ESR",
|
|
95
92
|
"not dead"
|
|
96
93
|
],
|
|
@@ -101,10 +98,10 @@
|
|
|
101
98
|
"styled-components": "^5.3.3"
|
|
102
99
|
},
|
|
103
100
|
"dependencies": {
|
|
104
|
-
"@popperjs/core": "2.11.
|
|
101
|
+
"@popperjs/core": "^2.11.8",
|
|
105
102
|
"darkreader": "4.9.58",
|
|
106
103
|
"polished": "4.2.2",
|
|
107
|
-
"react-datepicker": "^4.
|
|
104
|
+
"react-datepicker": "^4.16.0",
|
|
108
105
|
"react-docgen-typescript": "^2.2.2"
|
|
109
106
|
}
|
|
110
107
|
}
|