mainstack-design-system 0.5.4 → 0.5.5

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
+ /** @format */
2
+ import { IconProps } from "@chakra-ui/icons";
3
+ declare const ContactSupportIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ContactSupportIcon;
@@ -0,0 +1,4 @@
1
+ /** @format */
2
+ import { IconProps } from "@chakra-ui/icons";
3
+ declare const FootPrintIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default FootPrintIcon;
@@ -0,0 +1,4 @@
1
+ /** @format */
2
+ import { IconProps } from "@chakra-ui/icons";
3
+ declare const IntegrationsIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default IntegrationsIcon;
@@ -0,0 +1,4 @@
1
+ /** @format */
2
+ import { IconProps } from "@chakra-ui/icons";
3
+ declare const PersonBookFilledIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default PersonBookFilledIcon;
@@ -0,0 +1,4 @@
1
+ /** @format */
2
+ import { IconProps } from "@chakra-ui/icons";
3
+ declare const PersonBookIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default PersonBookIcon;
@@ -317,3 +317,8 @@ export { default as WorkshopsIcon } from "./WorkshopsIcon";
317
317
  export { default as QuestionMarkIcon } from "./QuestionMarkIcon";
318
318
  export { default as FingerprintIcon } from "./FingerprintIcon";
319
319
  export { default as EncryptedIcon } from "./EncryptedIcon";
320
+ export { default as ContactSupportIcon } from "./ContactSupportIcon";
321
+ export { default as FootPrintIcon } from "./FootPrintIcon";
322
+ export { default as IntegrationsIcon } from "./IntegrationsIcon";
323
+ export { default as PersonBookIcon } from "./PersonBookIcon";
324
+ export { default as PersonBookFilledIcon } from "./PersonBookFilledIcon";
@@ -317,5 +317,10 @@ declare const IconsObject: {
317
317
  FingerprintIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
318
318
  QuestionMarkIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
319
319
  EncryptedIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
320
+ ContactSupportIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
321
+ FootPrintIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
322
+ IntegrationsIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
323
+ PersonBookIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
324
+ PersonBookFilledIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
320
325
  };
321
326
  export default IconsObject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/src/index.d.ts",