@mirantes-micro/foundation-design-system 1.0.11 → 1.0.12

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 CHANGED
@@ -370,6 +370,7 @@ type Settings = {
370
370
  declare const useLoadSettings: () => {
371
371
  getSettings: () => Settings | null;
372
372
  clearSettings: () => void;
373
+ isLoading: boolean;
373
374
  };
374
375
 
375
376
  export { AddressAutocompleteInput, BaseInput, Button, CheckBoxInput, ContactsModal, CountryDisplay, CountryInput, CustomDateInput, CustomDrawer, CustomDropdown, CustomSelectInput, DateInput, GradientModal, Header, MirantesFoundationProvider, RadioButtonInput, SalaryInput, Calendar as ScheduleCalendar, Spinner, WorkspacePanel, closeLogoutChannel, getInitials, joinUrlWithPathAndQuery, onLogout, stringToObj, useLoadSettings, useMirantesFoundation };