@mx-cartographer/experiences 2.34.0 → 2.34.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,13 @@
1
1
  import { default as React } from 'react';
2
2
  import { TypographyProps } from '@mui/material/Typography';
3
+ import { SxProps } from '@mui/material/styles';
3
4
 
4
5
  interface CurrencyTextProps extends TypographyProps {
5
6
  isIncome?: boolean;
6
7
  amount: number | string;
7
8
  bold?: boolean;
8
9
  color?: string;
10
+ sx?: SxProps;
9
11
  }
10
12
  export declare const CurrencyText: React.FC<CurrencyTextProps>;
11
13
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "2.34.0",
3
+ "version": "2.34.1",
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.0.0",
30
+ "@kyper/mui": "^3.0.2",
31
31
  "@mui/icons-material": "^5.16.0",
32
32
  "@mui/material": "^5.16.0",
33
33
  "@mui/system": "^5.16.0",
@@ -53,16 +53,16 @@
53
53
  "devDependencies": {
54
54
  "@babel/core": "^7.23.7",
55
55
  "@babel/eslint-parser": "^7.23.3",
56
- "@storybook/addon-a11y": "^8.2.4",
57
- "@storybook/addon-essentials": "^8.2.4",
58
- "@storybook/addon-interactions": "^8.2.4",
59
- "@storybook/addon-links": "^8.2.4",
60
- "@storybook/addon-mdx-gfm": "^8.2.4",
61
- "@storybook/blocks": "^8.2.4",
62
- "@storybook/react": "^8.2.4",
63
- "@storybook/react-vite": "^8.2.4",
64
- "@storybook/test": "^8.2.4",
65
- "@storybook/theming": "^8.2.4",
56
+ "@storybook/addon-a11y": "^8.2.5",
57
+ "@storybook/addon-essentials": "^8.2.5",
58
+ "@storybook/addon-interactions": "^8.2.5",
59
+ "@storybook/addon-links": "^8.2.5",
60
+ "@storybook/addon-mdx-gfm": "^8.2.5",
61
+ "@storybook/blocks": "^8.2.5",
62
+ "@storybook/react": "^8.2.5",
63
+ "@storybook/react-vite": "^8.2.5",
64
+ "@storybook/test": "^8.2.5",
65
+ "@storybook/theming": "^8.2.5",
66
66
  "@testing-library/dom": "^9.3.4",
67
67
  "@testing-library/jest-dom": "^6.4.2",
68
68
  "@testing-library/react": "^14.2.1",
@@ -96,7 +96,7 @@
96
96
  "path": "^0.12.7",
97
97
  "prettier": "^3.1.1",
98
98
  "prop-types": "^15.8.1",
99
- "storybook": "^8.2.4",
99
+ "storybook": "^8.2.5",
100
100
  "storybook-addon-mock": "^5.0.0",
101
101
  "storybook-dark-mode": "4.0.1",
102
102
  "typescript": "^5.5.3",
@@ -118,4 +118,4 @@
118
118
  "README.md"
119
119
  ],
120
120
  "packageManager": "yarn@4.3.1"
121
- }
121
+ }