@up42/up-components 1.0.0-douglas.1 → 1.0.0-douglas.2
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/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 +1 -1
- package/dist/cjs/types/components/ControlButton/ControlButton.d.ts +1 -1
- package/dist/cjs/types/components/FormCheckbox/FormCheckbox.d.ts +1 -1
- package/dist/cjs/types/components/FormSwitch/FormSwitch.d.ts +1 -1
- 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 +1 -1
- package/dist/esm/types/components/ControlButton/ControlButton.d.ts +1 -1
- package/dist/esm/types/components/FormCheckbox/FormCheckbox.d.ts +1 -1
- package/dist/esm/types/components/FormSwitch/FormSwitch.d.ts +1 -1
- package/dist/esm/types/components/Menu/Menu.d.ts +1 -1
- package/dist/index.d.ts +90 -155
- package/package.json +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@up42/up-components",
|
|
3
|
-
"version": "1.0.0-douglas.
|
|
3
|
+
"version": "1.0.0-douglas.2",
|
|
4
4
|
"description": "UP42 Component Library",
|
|
5
5
|
"author": "Axel Fuhrmann axel.fuhrmann@up42.com",
|
|
6
6
|
"license": "ISC",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"format": "prettier --write ./**/*.mdx"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@up42/design-system-tokens": "^4.0.0
|
|
30
|
+
"@up42/design-system-tokens": "^4.0.0",
|
|
31
31
|
"dayjs": "^1.11.7",
|
|
32
32
|
"prismjs": "^1.29.0"
|
|
33
33
|
},
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
50
50
|
"@rollup/plugin-terser": "^0.4.3",
|
|
51
51
|
"@rollup/plugin-typescript": "^11.1.1",
|
|
52
|
-
"@storybook/addon-a11y": "^7.
|
|
53
|
-
"@storybook/addon-actions": "^7.
|
|
54
|
-
"@storybook/addon-essentials": "^7.
|
|
55
|
-
"@storybook/addon-links": "^7.
|
|
56
|
-
"@storybook/
|
|
57
|
-
"@storybook/react
|
|
52
|
+
"@storybook/addon-a11y": "^7.1.1",
|
|
53
|
+
"@storybook/addon-actions": "^7.1.1",
|
|
54
|
+
"@storybook/addon-essentials": "^7.1.1",
|
|
55
|
+
"@storybook/addon-links": "^7.1.1",
|
|
56
|
+
"@storybook/addons": "^7.2.0",
|
|
57
|
+
"@storybook/react": "^7.1.1",
|
|
58
|
+
"@storybook/react-vite": "^7.1.1",
|
|
58
59
|
"@svgr/rollup": "^6.2.1",
|
|
59
|
-
"@svgr/webpack": "^6.2.1",
|
|
60
60
|
"@testing-library/react": "^12.1.2",
|
|
61
61
|
"@testing-library/react-hooks": "^8.0.1",
|
|
62
62
|
"@types/jest": "^27.4.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
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.
|
|
77
|
+
"eslint-plugin-storybook": "^0.6.13",
|
|
78
78
|
"husky": "^7.0.4",
|
|
79
79
|
"jest": "^27.4.7",
|
|
80
80
|
"lint-staged": "^12.3.1",
|
|
@@ -86,8 +86,9 @@
|
|
|
86
86
|
"rollup-plugin-dts": "^5.3.0",
|
|
87
87
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
88
88
|
"standard-version": "^9.3.2",
|
|
89
|
-
"storybook": "^7.
|
|
90
|
-
"typescript": "^4.5.4"
|
|
89
|
+
"storybook": "^7.1.1",
|
|
90
|
+
"typescript": "^4.5.4",
|
|
91
|
+
"vite-plugin-svgr": "^3.2.0"
|
|
91
92
|
},
|
|
92
93
|
"peerDependencies": {
|
|
93
94
|
"@emotion/react": "^11.7.1",
|