@ionic/react 7.5.7-dev.11701113479.149fdab6 → 7.5.7-dev.11701188221.15180cb4
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -966,7 +966,7 @@ const IonLoading = /*@__PURE__*/ createInlineOverlayComponent('ion-loading', def
|
|
|
966
966
|
|
|
967
967
|
const IonToast = /*@__PURE__*/ createInlineOverlayComponent('ion-toast', defineCustomElement$12);
|
|
968
968
|
|
|
969
|
-
const IonPickerLegacy = /*@__PURE__*/ createInlineOverlayComponent('ion-picker', defineCustomElement$13);
|
|
969
|
+
const IonPickerLegacy = /*@__PURE__*/ createInlineOverlayComponent('ion-picker-legacy', defineCustomElement$13);
|
|
970
970
|
|
|
971
971
|
const IonActionSheet = /*@__PURE__*/ createInlineOverlayComponent('ion-action-sheet', defineCustomElement$14);
|
|
972
972
|
|