mainstack-design-system 0.7.36 → 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 +2 -0
- package/build/mainstack-design-system.js +409 -394
- package/package.json +1 -1
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;
|