@up42/up-components 0.20.2 → 1.0.0-douglas.1
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/README.md +0 -3
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/types/components/Avatar/Avatar.d.ts +1 -1
- package/dist/cjs/types/components/Box/Box.d.ts +1 -1
- package/dist/cjs/types/components/Button/Button.d.ts +4 -2
- package/dist/cjs/types/components/Button/Button.overrides.d.ts +11 -6
- package/dist/cjs/types/components/ControlButton/ControlButton.d.ts +1 -1
- package/dist/cjs/types/components/FormCheckbox/FormCheckbox.d.ts +2 -2
- package/dist/cjs/types/components/FormSwitch/FormSwitch.d.ts +2 -2
- package/dist/cjs/types/components/Menu/Menu.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/components/Avatar/Avatar.d.ts +1 -1
- package/dist/esm/types/components/Box/Box.d.ts +1 -1
- package/dist/esm/types/components/Button/Button.d.ts +4 -2
- package/dist/esm/types/components/Button/Button.overrides.d.ts +11 -6
- package/dist/esm/types/components/ControlButton/ControlButton.d.ts +1 -1
- package/dist/esm/types/components/FormCheckbox/FormCheckbox.d.ts +2 -2
- package/dist/esm/types/components/FormSwitch/FormSwitch.d.ts +2 -2
- package/dist/esm/types/components/Menu/Menu.d.ts +1 -1
- package/dist/index.d.ts +75 -199
- package/package.json +17 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@up42/up-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-douglas.1",
|
|
4
4
|
"description": "UP42 Component Library",
|
|
5
5
|
"author": "Axel Fuhrmann axel.fuhrmann@up42.com",
|
|
6
6
|
"license": "ISC",
|
|
@@ -11,21 +11,23 @@
|
|
|
11
11
|
],
|
|
12
12
|
"types": "dist/index.d.ts",
|
|
13
13
|
"scripts": {
|
|
14
|
+
"dev": "npm run storybook",
|
|
14
15
|
"build": "rollup -c --failAfterWarnings",
|
|
15
16
|
"build:watch": "rollup -c -w",
|
|
16
17
|
"test": "jest --testPathIgnorePatterns=smoke",
|
|
17
18
|
"test:watch": "jest --watch",
|
|
18
19
|
"test:cov": "jest --coverage",
|
|
19
20
|
"test:smoke": "jest -- smoke",
|
|
20
|
-
"storybook": "
|
|
21
|
-
"storybook:build": "build
|
|
21
|
+
"storybook": "storybook dev -p 6006",
|
|
22
|
+
"storybook:build": "storybook build",
|
|
22
23
|
"lint": "eslint src/.",
|
|
23
24
|
"release": "standard-version",
|
|
25
|
+
"release:douglas": "npm run release -- --prerelease douglas",
|
|
24
26
|
"prepare": "husky install",
|
|
25
27
|
"format": "prettier --write ./**/*.mdx"
|
|
26
28
|
},
|
|
27
29
|
"dependencies": {
|
|
28
|
-
"@up42/design-system-tokens": "^
|
|
30
|
+
"@up42/design-system-tokens": "^4.0.0-douglas.2",
|
|
29
31
|
"dayjs": "^1.11.7",
|
|
30
32
|
"prismjs": "^1.29.0"
|
|
31
33
|
},
|
|
@@ -35,7 +37,6 @@
|
|
|
35
37
|
"@babel/preset-env": "^7.16.10",
|
|
36
38
|
"@babel/preset-react": "^7.16.7",
|
|
37
39
|
"@babel/preset-typescript": "^7.16.7",
|
|
38
|
-
"@codesandbox/sandpack-react": "^0.14.3",
|
|
39
40
|
"@commitlint/cli": "^16.2.1",
|
|
40
41
|
"@commitlint/config-conventional": "^16.2.1",
|
|
41
42
|
"@emotion/jest": "^11.7.1",
|
|
@@ -48,13 +49,12 @@
|
|
|
48
49
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
49
50
|
"@rollup/plugin-terser": "^0.4.3",
|
|
50
51
|
"@rollup/plugin-typescript": "^11.1.1",
|
|
51
|
-
"@storybook/addon-a11y": "^
|
|
52
|
-
"@storybook/addon-actions": "^
|
|
53
|
-
"@storybook/addon-essentials": "^
|
|
54
|
-
"@storybook/addon-links": "^
|
|
55
|
-
"@storybook/
|
|
56
|
-
"@storybook/
|
|
57
|
-
"@storybook/react": "^6.4.13",
|
|
52
|
+
"@storybook/addon-a11y": "^7.0.26",
|
|
53
|
+
"@storybook/addon-actions": "^7.0.26",
|
|
54
|
+
"@storybook/addon-essentials": "^7.0.26",
|
|
55
|
+
"@storybook/addon-links": "^7.0.26",
|
|
56
|
+
"@storybook/react": "^7.0.26",
|
|
57
|
+
"@storybook/react-webpack5": "^7.0.26",
|
|
58
58
|
"@svgr/rollup": "^6.2.1",
|
|
59
59
|
"@svgr/webpack": "^6.2.1",
|
|
60
60
|
"@testing-library/react": "^12.1.2",
|
|
@@ -74,16 +74,19 @@
|
|
|
74
74
|
"eslint-plugin-prettier": "^4.0.0",
|
|
75
75
|
"eslint-plugin-react": "^7.28.0",
|
|
76
76
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
77
|
+
"eslint-plugin-storybook": "^0.6.12",
|
|
77
78
|
"husky": "^7.0.4",
|
|
78
79
|
"jest": "^27.4.7",
|
|
79
80
|
"lint-staged": "^12.3.1",
|
|
80
81
|
"prettier": "^2.5.1",
|
|
81
82
|
"react": "^17.0.2",
|
|
83
|
+
"react-router-dom": "^6.14.0",
|
|
82
84
|
"rollup": "^3.25.1",
|
|
83
85
|
"rollup-plugin-delete": "^2.0.0",
|
|
84
86
|
"rollup-plugin-dts": "^5.3.0",
|
|
85
87
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
86
88
|
"standard-version": "^9.3.2",
|
|
89
|
+
"storybook": "^7.0.26",
|
|
87
90
|
"typescript": "^4.5.4"
|
|
88
91
|
},
|
|
89
92
|
"peerDependencies": {
|
|
@@ -103,12 +106,7 @@
|
|
|
103
106
|
"homepage": "https://github.com/up42/up-components#readme",
|
|
104
107
|
"access": "private",
|
|
105
108
|
"engines": {
|
|
106
|
-
"node": ">=
|
|
107
|
-
"npm": ">=
|
|
108
|
-
},
|
|
109
|
-
"standard-version": {
|
|
110
|
-
"skip": {
|
|
111
|
-
"tag": true
|
|
112
|
-
}
|
|
109
|
+
"node": ">= 18",
|
|
110
|
+
"npm": ">= 8"
|
|
113
111
|
}
|
|
114
112
|
}
|