mainstack-design-system 0.7.5 → 0.7.6

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,4 @@
1
+ import { IconProps } from '../@chakra-ui/react';
2
+
3
+ declare const CurrencyExchangeIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CurrencyExchangeIcon;
@@ -329,3 +329,4 @@ export { default as IdCardIcon } from '../IdCardIcon';
329
329
  export { default as ApartmentIcon } from '../ApartmentIcon';
330
330
  export { default as HourGlassTopIcon } from '../HourGlassTopIcon';
331
331
  export { default as PercentIcon } from '../PercentIcon';
332
+ export { default as CurrencyExchangeIcon } from '../CurrencyExchangeIcon';
@@ -329,5 +329,6 @@ declare const IconsObject: {
329
329
  PersonFilledIcon: (props: import('../../@chakra-ui/react').IconProps) => import("react/jsx-runtime").JSX.Element;
330
330
  HourGlassTopIcon: (props: import('../../@chakra-ui/react').IconProps) => import("react/jsx-runtime").JSX.Element;
331
331
  PercentIcon: (props: import('../../@chakra-ui/react').IconProps) => import("react/jsx-runtime").JSX.Element;
332
+ CurrencyExchangeIcon: (props: import('../../@chakra-ui/react').IconProps) => import("react/jsx-runtime").JSX.Element;
332
333
  };
333
334
  export default IconsObject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/src/index.d.ts",