@up42/up-components 7.5.0-react-18.0 → 8.0.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/dist/esm/index.js +2 -2
- package/dist/index.d.ts +1 -1
- package/package.json +9 -9
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { default as tokens } from '@up42/design-system-tokens/dist/json/tokens.json';
|
|
2
2
|
import * as _mui_material from '@mui/material';
|
|
3
|
-
import { BoxProps, TextFieldProps, AvatarProps as AvatarProps$1, GridProps, ContainerProps, CheckboxProps as CheckboxProps$1, RadioProps as RadioProps$1, RadioGroupProps, SwitchProps as SwitchProps$1, SelectProps as SelectProps$1, SliderProps as SliderProps$1, LinkProps as LinkProps$1,
|
|
3
|
+
import { BoxProps, TextFieldProps, AvatarProps as AvatarProps$1, GridProps, ContainerProps, CheckboxProps as CheckboxProps$1, RadioProps as RadioProps$1, RadioGroupProps, SwitchProps as SwitchProps$1, SelectProps as SelectProps$1, SliderProps as SliderProps$1, LinkProps as LinkProps$1, TabProps as TabProps$1, TabsProps as TabsProps$1, CardProps, ModalProps, AlertProps as AlertProps$1, SxProps, Theme, IconButtonProps, SvgIconProps, PopoverProps as PopoverProps$1, BadgeProps as BadgeProps$1, ChipProps, DividerProps as DividerProps$1, ButtonProps as ButtonProps$2, SnackbarProps } from '@mui/material';
|
|
4
4
|
export * from '@mui/material';
|
|
5
5
|
import { ThemeProviderProps } from '@mui/material/styles/ThemeProvider';
|
|
6
6
|
import * as React from 'react';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@up42/up-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "UP42 Component Library",
|
|
5
5
|
"author": "Axel Fuhrmann axel.fuhrmann@up42.com",
|
|
6
6
|
"license": "ISC",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"optimize-icons": "svgo -f src/global/icons"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@up42/design-system-tokens": "^8.0.
|
|
33
|
+
"@up42/design-system-tokens": "^8.0.5",
|
|
34
34
|
"dayjs": "^1.11.7",
|
|
35
35
|
"prismjs": "^1.29.0"
|
|
36
36
|
},
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"@rollup/plugin-terser": "^0.4.4",
|
|
50
50
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
51
51
|
"@rollup/plugin-url": "^8.0.2",
|
|
52
|
-
"@storybook/addon-a11y": "^8.6.
|
|
53
|
-
"@storybook/addon-docs": "^8.6.
|
|
54
|
-
"@storybook/addon-essentials": "^8.6.
|
|
52
|
+
"@storybook/addon-a11y": "^8.6.17",
|
|
53
|
+
"@storybook/addon-docs": "^8.6.17",
|
|
54
|
+
"@storybook/addon-essentials": "^8.6.17",
|
|
55
55
|
"@storybook/addon-links": "^8.6.15",
|
|
56
56
|
"@storybook/manager-api": "^8.6.15",
|
|
57
|
-
"@storybook/react": "^8.6.
|
|
58
|
-
"@storybook/react-vite": "^8.6.
|
|
57
|
+
"@storybook/react": "^8.6.17",
|
|
58
|
+
"@storybook/react-vite": "^8.6.17",
|
|
59
59
|
"@storybook/theming": "^8.6.15",
|
|
60
60
|
"@svgr/rollup": "^6.2.1",
|
|
61
61
|
"@testing-library/react": "^14.3.1",
|
|
@@ -80,10 +80,10 @@
|
|
|
80
80
|
"react": "^18.3.1",
|
|
81
81
|
"react-router": "^7.12.0",
|
|
82
82
|
"rimraf": "^6.1.2",
|
|
83
|
-
"rollup": "^4.
|
|
83
|
+
"rollup": "^4.59.0",
|
|
84
84
|
"rollup-plugin-dts": "^6.1.0",
|
|
85
85
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
86
|
-
"storybook": "^8.6.
|
|
86
|
+
"storybook": "^8.6.17",
|
|
87
87
|
"svgo": "^3.3.2",
|
|
88
88
|
"tslib": "^2.8.1",
|
|
89
89
|
"typescript": "^4.5.4",
|