@ionic/react 8.2.8 → 8.3.1-nightly.20240906

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.
@@ -4,6 +4,7 @@ export declare const IonTabButtonInner: import("react").ForwardRefExoticComponen
4
4
  onIonTabButtonClick?: (e: CustomEvent) => void;
5
5
  } & Omit<import("react").HTMLAttributes<HTMLIonTabButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIonTabButtonElement>>;
6
6
  export declare const IonTabBarInner: import("react").ForwardRefExoticComponent<JSX.IonTabBar & Omit<import("react").HTMLAttributes<HTMLIonTabBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIonTabBarElement>>;
7
+ export declare const IonTabsInner: import("react").ForwardRefExoticComponent<JSX.IonTabs & Omit<import("react").HTMLAttributes<HTMLIonTabsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIonTabsElement>>;
7
8
  export declare const IonBackButtonInner: import("react").ForwardRefExoticComponent<Omit<JSX.IonBackButton, "icon"> & Omit<import("react").HTMLAttributes<HTMLIonBackButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIonBackButtonElement>>;
8
9
  export declare const IonRouterOutletInner: import("react").ForwardRefExoticComponent<JSX.IonRouterOutlet & {
9
10
  setRef?: (val: HTMLIonRouterOutletElement) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/react",
3
- "version": "8.2.8",
3
+ "version": "8.3.1-nightly.20240906",
4
4
  "description": "React specific wrapper for @ionic/core",
5
5
  "keywords": [
6
6
  "ionic",
@@ -39,7 +39,7 @@
39
39
  "css/"
40
40
  ],
41
41
  "dependencies": {
42
- "@ionic/core": "8.2.8",
42
+ "@ionic/core": "8.3.1-nightly.20240906",
43
43
  "@stencil/react-output-target": "^0.6.0",
44
44
  "ionicons": "^7.0.0",
45
45
  "tslib": "*"