mainstack-design-system 0.7.41 → 0.7.42
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 +4 -0
- package/build/mainstack-design-system.js +3287 -3247
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -541,6 +541,8 @@ export declare const ExpandLessIcon: (props: IconProps) => JSX_2.Element;
|
|
|
541
541
|
|
|
542
542
|
export declare const ExpandMoreIcon: (props: IconProps) => JSX_2.Element;
|
|
543
543
|
|
|
544
|
+
export declare const ExploreIcon: (props: IconProps) => JSX_2.Element;
|
|
545
|
+
|
|
544
546
|
export declare const FastActionPricingIcon: (props: IconProps) => JSX_2.Element;
|
|
545
547
|
|
|
546
548
|
export declare const FeedFilledIcon: (props: IconProps) => JSX_2.Element;
|
|
@@ -607,6 +609,8 @@ export declare const GroupFilledIcon: (props: IconProps) => JSX_2.Element;
|
|
|
607
609
|
|
|
608
610
|
export declare const GroupIcon: (props: IconProps) => JSX_2.Element;
|
|
609
611
|
|
|
612
|
+
export declare const HandShakeIcon: (props: IconProps) => JSX_2.Element;
|
|
613
|
+
|
|
610
614
|
export declare const Heading: ({ size, color, fontFamily, children, ...props }: IHeading) => JSX_2.Element;
|
|
611
615
|
|
|
612
616
|
export declare const HeadphonesIcon: (props: IconProps) => JSX_2.Element;
|