mainstack-design-system 0.7.30 → 0.7.32
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 +944 -918
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -971,6 +971,8 @@ export declare const LoginIcon: (props: IconProps) => JSX_2.Element;
|
|
|
971
971
|
|
|
972
972
|
export declare const LogoutIcon: (props: IconProps) => JSX_2.Element;
|
|
973
973
|
|
|
974
|
+
export declare const MachineIcon: (props: IconProps) => JSX_2.Element;
|
|
975
|
+
|
|
974
976
|
export declare const MailIcon: (props: IconProps) => JSX_2.Element;
|
|
975
977
|
|
|
976
978
|
export { MainstackProvider }
|