@mirantes-micro/foundation-design-system 1.0.68 → 1.0.70

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 +109 -83
  3. 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