mainstack-design-system 0.7.4 → 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;
@@ -0,0 +1,4 @@
1
+ import { IconProps } from '../@chakra-ui/icons';
2
+
3
+ declare const PercentIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default PercentIcon;
@@ -328,3 +328,5 @@ export { default as PersonFilledIcon } from '../PersonFilledIcon';
328
328
  export { default as IdCardIcon } from '../IdCardIcon';
329
329
  export { default as ApartmentIcon } from '../ApartmentIcon';
330
330
  export { default as HourGlassTopIcon } from '../HourGlassTopIcon';
331
+ export { default as PercentIcon } from '../PercentIcon';
332
+ export { default as CurrencyExchangeIcon } from '../CurrencyExchangeIcon';
@@ -328,5 +328,7 @@ declare const IconsObject: {
328
328
  IdCardIcon: (props: import('../../@chakra-ui/react').IconProps) => import("react/jsx-runtime").JSX.Element;
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
+ 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;
331
333
  };
332
334
  export default IconsObject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.7.4",
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",