@tracktor/design-system 4.25.0 → 4.25.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.
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const ChatBubbleIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default ChatBubbleIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const DeleteIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default DeleteIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const MoreHorizIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default MoreHorizIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const PenLineIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default PenLineIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const PersonAddIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default PersonAddIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const SearchIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default SearchIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const SendIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default SendIcon;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tracktor/design-system",
3
3
  "description": "Tracktor Design System",
4
4
  "sideEffects": false,
5
- "version": "4.25.0",
5
+ "version": "4.25.2",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
8
  "types": "./dist/src/main.d.ts",
@@ -82,7 +82,6 @@
82
82
  "dependencies": {
83
83
  "@emotion/react": "^11.0.0",
84
84
  "@emotion/styled": "^11.0.0",
85
- "@mui/icons-material": "^7.0.0",
86
85
  "@mui/material": "^7.0.0",
87
86
  "@tanstack/react-virtual": "^3.13.13",
88
87
  "@tracktor/react-utils": "^1.24.0"
@@ -90,7 +89,6 @@
90
89
  "peerDependencies": {
91
90
  "@emotion/react": ">=11.0.0",
92
91
  "@emotion/styled": ">=11.0.0",
93
- "@mui/icons-material": ">=6.0.0",
94
92
  "@mui/material": ">=6.0.0",
95
93
  "@tracktor/react-utils": ">=1.24.0",
96
94
  "@tanstack/react-virtual": ">=3.0.0",
@@ -99,7 +97,8 @@
99
97
  },
100
98
  "readme": "ERROR: No README data found!",
101
99
  "resolutions": {
102
- "jackspeak": "2.1.1"
100
+ "jackspeak": "2.1.1",
101
+ "semver": "^7.7.3"
103
102
  },
104
103
  "_id": "design-system-tracktor@1.8.4"
105
104
  }
@@ -1 +0,0 @@
1
- export { default } from '@mui/material/SvgIcon';
@@ -1 +0,0 @@
1
- export { default } from '@mui/material/SvgIcon';
@@ -1 +0,0 @@
1
- export { default } from '@mui/material/SvgIcon';
@@ -1 +0,0 @@
1
- export { default } from '@mui/material/SvgIcon';
@@ -1 +0,0 @@
1
- export { default } from '@mui/material/SvgIcon';
@@ -1 +0,0 @@
1
- export { default } from '@mui/material/SvgIcon';
@@ -1 +0,0 @@
1
- export { default } from '@mui/material/SvgIcon';