@mindly/ui-components 6.5.0-dev.4 → 6.5.0-dev.5

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.
@@ -1,7 +1,9 @@
1
1
  import React, { FC } from 'react';
2
+ import { FirebaseApp } from 'firebase/app';
2
3
  import { AuthContextType } from './types';
3
4
  export declare const AuthContext: React.Context<AuthContextType | null>;
4
5
  type AuthProviderProps = {
6
+ firebaseWebApp: FirebaseApp;
5
7
  skipNativeAuth?: boolean;
6
8
  };
7
9
  export declare const AuthProvider: FC<AuthProviderProps>;
package/dist/index.d.ts CHANGED
@@ -14,6 +14,7 @@ import { AriaListBoxProps, AriaCalendarProps, DateValue, AriaTabListProps } from
14
14
  import { ToastStateProps, ToastState } from '@react-stately/toast';
15
15
  import { AriaToastRegionProps } from '@react-aria/toast';
16
16
  import { IonSearchbarCustomEvent, SearchbarChangeEventDetail, TextFieldTypes, IonInputCustomEvent, InputChangeEventDetail } from '@ionic/core';
17
+ import { FirebaseApp } from 'firebase/app';
17
18
  import { User, SignInResult, SignInWithEmailAndPasswordOptions, LinkWithEmailAndPasswordOptions, CreateUserWithEmailAndPasswordOptions, SendPasswordResetEmailOptions } from '@capacitor-firebase/authentication';
18
19
  import { UserCredential } from 'firebase/auth';
19
20
  import { MarkdownToJSX } from 'markdown-to-jsx';
@@ -2268,6 +2269,7 @@ type AuthContextType = {
2268
2269
 
2269
2270
  declare const AuthContext: React__default.Context<AuthContextType | null>;
2270
2271
  type AuthProviderProps = {
2272
+ firebaseWebApp: FirebaseApp;
2271
2273
  skipNativeAuth?: boolean;
2272
2274
  };
2273
2275
  declare const AuthProvider: FC<AuthProviderProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "6.5.0-dev.4",
3
+ "version": "6.5.0-dev.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",