mainstack-design-system 0.7.35 → 0.7.37

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.
package/build/index.d.ts CHANGED
@@ -589,6 +589,8 @@ export declare const ForwardToInboxIcon: (props: IconProps) => JSX_2.Element;
589
589
 
590
590
  export declare const GalleryThumbnailIcon: (props: IconProps) => JSX_2.Element;
591
591
 
592
+ export declare const GiftFilledIcon: (props: IconProps) => JSX_2.Element;
593
+
592
594
  export declare const GooglePayIcon: (props: IconProps) => JSX_2.Element;
593
595
 
594
596
  export declare const GppBadFilledIcon: (props: IconProps) => JSX_2.Element;
@@ -632,6 +634,7 @@ declare interface IAccordionItem extends AccordionItemProps {
632
634
  maxWidthTitle?: any;
633
635
  actionButton?: React.ReactNode;
634
636
  titleTag?: React.ReactNode;
637
+ draggableHandleProps?: any;
635
638
  }
636
639
 
637
640
  declare interface IButtonProps extends ButtonProps {