@mirantes-micro/foundation-design-system 1.2.381 → 1.2.382

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +207 -207
  3. package/package.json +212 -212
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;