@mx-cartographer/experiences 2.34.1 → 2.34.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  import { default as React } from 'react';
2
- import { TypographyProps } from '@mui/material/Typography';
3
2
  import { SxProps } from '@mui/material/styles';
3
+ import { TypographyProps } from '@mui/material/Typography';
4
4
 
5
5
  interface CurrencyTextProps extends TypographyProps {
6
6
  isIncome?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "2.34.1",
3
+ "version": "2.34.3",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",