@mx-cartographer/experiences 3.1.1-alpha.j1 → 3.1.1-alpha.j11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+ import { SxProps } from '@mui/material/styles';
2
3
  import { Activity } from '../../common';
3
4
 
4
5
  interface ActivityListProps {
@@ -6,6 +7,7 @@ interface ActivityListProps {
6
7
  isMini?: boolean;
7
8
  onResetClick?: () => void;
8
9
  onActivityClick?: (activity: Activity) => void;
10
+ sx?: SxProps;
9
11
  title?: string;
10
12
  }
11
13
  declare const ActivityList: React.FC<ActivityListProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "3.1.1-alpha.j1",
3
+ "version": "3.1.1-alpha.j11",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "@emotion/styled": "^11.11.0",
28
28
  "@honeybadger-io/js": "^6.8.3",
29
29
  "@honeybadger-io/react": "^6.1.19",
30
- "@kyper/mui": "^3.1.0",
30
+ "@kyper/mui": "^4.0.0",
31
31
  "@mui/icons-material": "^5.16.0",
32
32
  "@mui/lab": "^5.0.0-alpha.172",
33
33
  "@mui/material": "^5.16.0",
@@ -107,7 +107,7 @@
107
107
  "vitest": "^2.0.3"
108
108
  },
109
109
  "peerDependencies": {
110
- "@kyper/mui": "^3",
110
+ "@kyper/mui": "^4",
111
111
  "d3": "^7",
112
112
  "date-fns": "^3",
113
113
  "react": "^18",