@mirantes-micro/foundation-design-system 1.1.100 → 1.2.1
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 +6 -1
- package/dist/index.js +239 -70
- package/package.json +17 -15
package/dist/index.d.ts
CHANGED
|
@@ -753,4 +753,9 @@ interface OportunitiesState {
|
|
|
753
753
|
}
|
|
754
754
|
declare const useOportunitiesStore: zustand.UseBoundStore<zustand.StoreApi<OportunitiesState>>;
|
|
755
755
|
|
|
756
|
-
|
|
756
|
+
declare function ChatContacts({ postId, onClose }: {
|
|
757
|
+
postId?: string;
|
|
758
|
+
onClose?: () => void;
|
|
759
|
+
}): React__default.JSX.Element;
|
|
760
|
+
|
|
761
|
+
export { AddressAutocompleteInput, AnimatedModal, BaseInput, Button, ChatContacts, ChatView, ChatViewDesktopPage, CheckBoxInput, ContactsModal, CountryDisplay, CountryInput, CustomDateInput, CustomDrawer, CustomDropdown, CustomSelectInput, DateInput, GradientModal, Header, MessageButton, MirantesButton, MirantesFoundationProvider, RadioButtonInput, ResponsiveDrawer, SalaryInputWithButton, Calendar as ScheduleCalendar, Spinner, WorkspacePanel, clearSettingsCookie, closeLogoutChannel, designSystemPreset, getInitials, getSettingsFromCookie, joinUrlWithPathAndQuery, onLogout, stringToObj, useApiGetPage, useCandidaciesTriggerStore, useCommunityTriggerStore, useJobTriggerStore, useLoadSettings, useMirantesFoundation, useOportunitiesStore, useSetChatVisibility };
|