@mirantes-micro/foundation-design-system 1.0.85 → 1.0.86

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
@@ -33,6 +33,7 @@ interface IMirantesFoundationProviderProps {
33
33
  environment?: string;
34
34
  profileApiUrl?: string;
35
35
  billingApiUrl?: string;
36
+ multicaixaExpressUrl?: string;
36
37
  multicaixaApiUrl?: string;
37
38
  socketApiUrl?: string;
38
39
  chatApiUrl?: string;
@@ -59,6 +60,7 @@ interface IMirantesFoundationContext {
59
60
  profileApiUrl?: string;
60
61
  chatApiUrl?: string;
61
62
  billingApiUrl?: string;
63
+ multicaixaExpressUrl?: string;
62
64
  multicaixaApiUrl?: string;
63
65
  chatForPage?: boolean;
64
66
  environment?: string;
@@ -114,7 +116,7 @@ type User = {
114
116
  type LinkComponent = (props: CommonLinkProps) => any;
115
117
  type UsePathname = () => string;
116
118
 
117
- 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, billingApiUrl, multicaixaApiUrl }, }: IMirantesFoundationProviderProps): React__default.JSX.Element;
119
+ 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, billingApiUrl, multicaixaExpressUrl }, }: IMirantesFoundationProviderProps): React__default.JSX.Element;
118
120
 
119
121
  declare function WorkspacePanel(): React__default.JSX.Element;
120
122