@mirantes-micro/foundation-design-system 1.0.69 → 1.0.71
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 +1 -1
- package/dist/index.js +103 -73
- package/package.json +129 -129
package/dist/index.d.ts
CHANGED
|
@@ -109,7 +109,7 @@ type User = {
|
|
|
109
109
|
type LinkComponent = (props: CommonLinkProps) => any;
|
|
110
110
|
type UsePathname = () => string;
|
|
111
111
|
|
|
112
|
-
declare function MirantesFoundationProvider({ children, Notification, queryClient, onOpenCreatePostModal, values: { chatApiUrl, chatForPage, locale, Link, usePathname, user, isGettingUser, mirantesDomain, environment, feedApi, widgetsApi, hostUrl, isDev, profileApiUrl, isGettingStats, openCageApiKey, pageId, authedApi, authApiUrl, socketApiUrl, uploadFilesApi, page, ocpSubscriptionKey }, }: IMirantesFoundationProviderProps): React__default.JSX.Element;
|
|
112
|
+
declare function MirantesFoundationProvider({ children, Notification, queryClient, onOpenCreatePostModal, values: { chatApiUrl, chatForPage, locale, Link, usePathname, user, isGettingUser, mirantesDomain, environment, feedApi, widgetsApi, hostUrl, isDev, profileApiUrl, isGettingStats, openCageApiKey, pageId, authedApi, authApiUrl, socketApiUrl, uploadFilesApi, page, ocpSubscriptionKey, }, }: IMirantesFoundationProviderProps): React__default.JSX.Element;
|
|
113
113
|
|
|
114
114
|
declare function WorkspacePanel(): React__default.JSX.Element;
|
|
115
115
|
|