@mirantes-micro/foundation-design-system 1.2.372 → 1.2.375
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 -1
- package/dist/index.js +226 -226
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -743,8 +743,9 @@ interface TripleInputDateProps {
|
|
|
743
743
|
minYear?: number;
|
|
744
744
|
maxYear?: number;
|
|
745
745
|
onChange?: (dateData: DateOutput) => void;
|
|
746
|
+
isNewChevronIcon?: boolean;
|
|
746
747
|
}
|
|
747
|
-
declare const TripleInputDate: ({ label, required, disabled, error, showDay, showMonth, showYear, lang, value, minYear, maxYear, onChange, }: 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;
|
|
748
749
|
|
|
749
750
|
interface AddressSuggestion {
|
|
750
751
|
country?: string;
|