@mirantes-micro/foundation-design-system 1.0.13 → 1.0.15

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