@mirantes-micro/foundation-design-system 1.2.398 → 1.2.400
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/dist/index.d.ts +2 -2
- package/dist/index.js +173 -173
- package/package.json +212 -212
package/dist/index.d.ts
CHANGED
|
@@ -835,7 +835,7 @@ interface IMessageButtonProps {
|
|
|
835
835
|
className?: string;
|
|
836
836
|
disabled?: boolean;
|
|
837
837
|
onClick?: () => void;
|
|
838
|
-
variant?:
|
|
838
|
+
variant?: "default" | "small";
|
|
839
839
|
onConversationReady?: (conversationId: string) => void;
|
|
840
840
|
}
|
|
841
841
|
declare function MessagesButtonFromPage({ user, label, className, disabled, onClick: customOnClick, variant, }: IMessageButtonProps): React__default.JSX.Element;
|
|
@@ -2349,7 +2349,7 @@ declare function RatingsSummary({ variant, asPage, receiverUserId, receiverPageI
|
|
|
2349
2349
|
interface ShareProfileDivProps extends RattingSuggestionCardProps {
|
|
2350
2350
|
className?: string;
|
|
2351
2351
|
}
|
|
2352
|
-
declare function ShareProfile({ asPage, page, user, className }: ShareProfileDivProps): React__default.JSX.Element;
|
|
2352
|
+
declare function ShareProfile({ asPage, page, user, className, }: ShareProfileDivProps): React__default.JSX.Element;
|
|
2353
2353
|
|
|
2354
2354
|
interface ShareProfileButtonProps {
|
|
2355
2355
|
onClick: () => void;
|