@mirantes-micro/foundation-design-system 1.2.381 → 1.2.383
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 +3 -3
- package/dist/index.js +210 -210
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -745,7 +745,7 @@ interface TripleInputDateProps {
|
|
|
745
745
|
onChange?: (dateData: DateOutput) => void;
|
|
746
746
|
isNewChevronIcon?: boolean;
|
|
747
747
|
}
|
|
748
|
-
declare const TripleInputDate: ({ label, required, disabled, error, showDay, showMonth, showYear, lang, value, minYear, maxYear, onChange, isNewChevronIcon }: TripleInputDateProps) => React__default.JSX.Element;
|
|
748
|
+
declare const TripleInputDate: ({ label, required, disabled, error, showDay, showMonth, showYear, lang, value, minYear, maxYear, onChange, isNewChevronIcon, }: TripleInputDateProps) => React__default.JSX.Element;
|
|
749
749
|
|
|
750
750
|
interface AddressSuggestion {
|
|
751
751
|
country?: string;
|
|
@@ -1861,7 +1861,7 @@ type PostReactionsProps$1 = {
|
|
|
1861
1861
|
id: string;
|
|
1862
1862
|
userId: string;
|
|
1863
1863
|
postId: string;
|
|
1864
|
-
reaction: "LIKE" | "LOVE" | "HAHA" | "WOW" | "SAD" | "ANGRY";
|
|
1864
|
+
reaction: "LIKE" | "LOVE" | "HAHA" | "WOW" | "SAD" | "ANGRY" | "AGREE" | "DISAGREE" | "NO_COMMENT" | "EUREKA" | "SUPPORT";
|
|
1865
1865
|
createdAt: string;
|
|
1866
1866
|
updatedAt: string;
|
|
1867
1867
|
user: User$1;
|
|
@@ -2249,7 +2249,7 @@ type AddRatingProps = {
|
|
|
2249
2249
|
receiverCommunityId?: string;
|
|
2250
2250
|
className?: string;
|
|
2251
2251
|
isCommunity?: boolean;
|
|
2252
|
-
variant?: "default" | "feed";
|
|
2252
|
+
variant?: "default" | "feed" | "only-one-card";
|
|
2253
2253
|
userSlug?: string;
|
|
2254
2254
|
pageSlug?: string;
|
|
2255
2255
|
communitySlug?: string;
|