mainstack-design-system 0.3.7 → 0.3.8

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 CompareArrowsIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CompareArrowsIcon;
@@ -0,0 +1,4 @@
1
+ /** @format */
2
+ import { IconProps } from "@chakra-ui/icons";
3
+ declare const EqualIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default EqualIcon;
@@ -80,6 +80,7 @@ export { default as CoffeeIcon } from "./CoffeeIcon";
80
80
  export { default as CollectionsBookmarkIcon } from "./CollectionsBookmarkIcon";
81
81
  export { default as ColorPickerIcon } from "./ColorPickerIcon";
82
82
  export { default as CommentCircleAltChatMessageIcon } from "./CommentCircleAltChatMessageIcon";
83
+ export { default as CompareArrowsIcon } from "./CompareArrowsIcon";
83
84
  export { default as ConfirmationNumberIcon } from "./ConfirmationNumberIcon";
84
85
  export { default as ContactMailFilledIcon } from "./ContactMailFilledIcon";
85
86
  export { default as ContactMailIcon } from "./ContactMailIcon";
@@ -125,6 +126,7 @@ export { default as EmojiIcon } from "./EmojiIcon";
125
126
  export { default as EmptyIcon } from "./EmptyIcon";
126
127
  export { default as EnterpriseIcon } from "./EnterpriseIcon";
127
128
  export { default as EnterpriseFilledIcon } from "./EnterpriseFilledIcon";
129
+ export { default as EqualIcon } from "./EqualIcon";
128
130
  export { default as ErrorFilledIcon } from "./ErrorFilledIcon";
129
131
  export { default as ErrorIcon } from "./ErrorIcon";
130
132
  export { default as EventFilledIcon } from "./EventFilledIcon";
@@ -57,6 +57,7 @@ declare const IconsObject: {
57
57
  CampaignFilledIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
58
58
  CampaignIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
59
59
  CommentCircleAltChatMessageIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
60
+ CompareArrowsIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
60
61
  ConfirmationNumberIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
61
62
  CalendarMonthFilledIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
62
63
  CalendarMonthIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -124,9 +125,10 @@ declare const IconsObject: {
124
125
  EmojiFoodBeverageIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
125
126
  EmojiIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
126
127
  EmptyIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
128
+ EnterpriseFilledIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
129
+ EqualIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
127
130
  ErrorFilledIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
128
131
  ErrorIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
129
- EnterpriseFilledIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
130
132
  EventFilledIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
131
133
  EventIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
132
134
  EventTicketIcon: (props: import("@chakra-ui/icon/dist/icon").IconProps) => import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/src/index.d.ts",