mainstack-design-system 0.3.1 → 0.3.2

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 EnterpriseIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default EnterpriseIcon;
@@ -123,6 +123,7 @@ export { default as EmojiEventsIcon } from "./EmojiEventsIcon";
123
123
  export { default as EmojiFoodBeverageIcon } from "./EmojiFoodBeverageIcon";
124
124
  export { default as EmojiIcon } from "./EmojiIcon";
125
125
  export { default as EmptyIcon } from "./EmptyIcon";
126
+ export { default as EnterpriseIcon } from "./EnterpriseIcon";
126
127
  export { default as EnterpriseFilledIcon } from "./EnterpriseFilledIcon";
127
128
  export { default as ErrorFilledIcon } from "./ErrorFilledIcon";
128
129
  export { default as ErrorIcon } from "./ErrorIcon";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/src/index.d.ts",