@galaxy-ds/core 1.1.72 → 1.1.73

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
+ /// <reference types="react" />
2
+ import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
+ export default function ReceiptIcon(props: SvgIconProps): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
+ export default function RecieptIcon(props: SvgIconProps): JSX.Element;
@@ -44,3 +44,4 @@ export { default as CoinEuroIcon } from './CoinEuroIcon';
44
44
  export { default as CurrencyEuroIcon } from './CurrencyEuroIcon';
45
45
  export { default as CurrencyPoundIcon } from './CurrencyPoundIcon';
46
46
  export { default as CurrencyIcon } from './CurrencyIcon';
47
+ export { default as ReceiptIcon } from './Receipt';
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxy-ds/core",
3
- "version": "1.1.72",
3
+ "version": "1.1.73",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxy-ds/core",
3
- "version": "1.1.72",
3
+ "version": "1.1.73",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",