@mirantes-micro/foundation-design-system 0.0.93 → 0.0.95

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 +1 -1
  2. package/dist/index.js +12 -12
  3. package/package.json +112 -112
package/dist/index.d.ts CHANGED
@@ -221,6 +221,6 @@ interface CalendarProps {
221
221
  onClose?: () => void;
222
222
  calendarCardClassName?: string;
223
223
  }
224
- declare function Calendar({ locale, onMarkAsUnavailable, isModalOpen, onClose, calendarCardClassName, }: CalendarProps): React__default.JSX.Element;
224
+ declare function Calendar({ onMarkAsUnavailable, isModalOpen, onClose, calendarCardClassName, }: CalendarProps): React__default.JSX.Element;
225
225
 
226
226
  export { AddressAutocompleteInput, CountryDisplay, CountryInput, CustomDateInput, DateInput, GradientModal, Header, MirantesFoundationProvider, SalaryInput, Calendar as ScheduleCalendar, Spinner, WorkspacePanel, closeLogoutChannel, getInitials, joinUrlWithPathAndQuery, onLogout, stringToObj, useMirantesFoundation };