@ionic/react 8.8.19-dev.11786730389.1a1927bf → 8.8.19-dev.11786735826.1fad7c0a

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.
@@ -302,7 +302,7 @@ export type IonSplitPaneEvents = {
302
302
  };
303
303
  export declare const IonSplitPane: StencilReactComponent<IonSplitPaneElement, IonSplitPaneEvents, Components.IonSplitPane>;
304
304
  export type IonTabEvents = NonNullable<unknown>;
305
- export declare const IonTab: StencilReactComponent<IonTabElement, IonTabEvents, Components.IonTab>;
305
+ export declare const IonTab: StencilReactComponent<IonTabElement, IonTabEvents, Components.IonTab, 'tab'>;
306
306
  export type IonTextEvents = NonNullable<unknown>;
307
307
  export declare const IonText: StencilReactComponent<IonTextElement, IonTextEvents, Components.IonText>;
308
308
  export type IonTextareaEvents = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/react",
3
- "version": "8.8.19-dev.11786730389.1a1927bf",
3
+ "version": "8.8.19-dev.11786735826.1fad7c0a",
4
4
  "description": "React specific wrapper for @ionic/core",
5
5
  "keywords": [
6
6
  "ionic",
@@ -41,8 +41,8 @@
41
41
  "css/"
42
42
  ],
43
43
  "dependencies": {
44
- "@ionic/core": "8.8.19-dev.11786730389.1a1927bf",
45
- "@stencil/react-output-target": "^1.5.2",
44
+ "@ionic/core": "8.8.19-dev.11786735826.1fad7c0a",
45
+ "@stencil/react-output-target": "^1.6.2",
46
46
  "ionicons": "^8.0.13",
47
47
  "tslib": "*"
48
48
  },