11diff --git a/node_modules/@ionic/core/dist/cjs/ion-item_8.cjs.entry.js b/node_modules/@ionic/core/dist/cjs/ion-item_8.cjs.entry.js
2- index 83af8d1..d0dc8d2 100644
2+ index 703d440..879d0d3 100644
33--- a/node_modules/@ionic/core/dist/cjs/ion-item_8.cjs.entry.js
44+++ b/node_modules/@ionic/core/dist/cjs/ion-item_8.cjs.entry.js
55@@ -137,7 +137,7 @@ const Item = class {
@@ -12,7 +12,7 @@ index 83af8d1..d0dc8d2 100644
1212 // If the item has an href or button property it will render a native
1313 // anchor or button that is clickable
1414diff --git a/node_modules/@ionic/core/dist/cjs/ion-popover.cjs.entry.js b/node_modules/@ionic/core/dist/cjs/ion-popover.cjs.entry.js
15- index f7c757d..2234c91 100644
15+ index 3941e25..adfc2d0 100644
1616--- a/node_modules/@ionic/core/dist/cjs/ion-popover.cjs.entry.js
1717+++ b/node_modules/@ionic/core/dist/cjs/ion-popover.cjs.entry.js
1818@@ -78,7 +78,9 @@ const getArrowDimensions = (arrowEl) => {
@@ -169,7 +169,7 @@ index eb151a8..e4d7b20 100644
169169 * Get top/left offset that would allow
170170 * popover to be positioned on the
171171diff --git a/node_modules/@ionic/core/dist/esm/ion-item_8.entry.js b/node_modules/@ionic/core/dist/esm/ion-item_8.entry.js
172- index e11ba39..7919471 100644
172+ index bd3a9fb..eac53bc 100644
173173--- a/node_modules/@ionic/core/dist/esm/ion-item_8.entry.js
174174+++ b/node_modules/@ionic/core/dist/esm/ion-item_8.entry.js
175175@@ -135,7 +135,7 @@ const Item = class {
@@ -182,7 +182,7 @@ index e11ba39..7919471 100644
182182 // If the item has an href or button property it will render a native
183183 // anchor or button that is clickable
184184diff --git a/node_modules/@ionic/core/dist/esm/ion-popover.entry.js b/node_modules/@ionic/core/dist/esm/ion-popover.entry.js
185- index a68f293..8380a75 100644
185+ index 3bade5a..cc234d5 100644
186186--- a/node_modules/@ionic/core/dist/esm/ion-popover.entry.js
187187+++ b/node_modules/@ionic/core/dist/esm/ion-popover.entry.js
188188@@ -76,7 +76,9 @@ const getArrowDimensions = (arrowEl) => {
@@ -250,10 +250,10 @@ index a68f293..8380a75 100644
250250 const contentEl = root.querySelector('.popover-content');
251251 const referenceSizeEl = trigger || ((_a = ev === null || ev === void 0 ? void 0 : ev.detail) === null || _a === void 0 ? void 0 : _a.ionShadowTarget) || (ev === null || ev === void 0 ? void 0 : ev.target);
252252diff --git a/node_modules/@ionic/core/hydrate/index.js b/node_modules/@ionic/core/hydrate/index.js
253- index 1d8d9a6..274dabe 100644
253+ index 73eb54d..35baf7d 100644
254254--- a/node_modules/@ionic/core/hydrate/index.js
255255+++ b/node_modules/@ionic/core/hydrate/index.js
256- @@ -20365 ,7 +20365 ,7 @@ class Item {
256+ @@ -20726 ,7 +20726 ,7 @@ class Item {
257257 // inputs, then those need to individually get each click
258258 hasCover() {
259259 const inputs = this.el.querySelectorAll('ion-checkbox, ion-datetime, ion-select, ion-radio');
@@ -262,7 +262,7 @@ index 1d8d9a6..274dabe 100644
262262 }
263263 // If the item has an href or button property it will render a native
264264 // anchor or button that is clickable
265- @@ -29270 ,7 +29270 ,9 @@ const getArrowDimensions = (arrowEl) => {
265+ @@ -29688 ,7 +29688 ,9 @@ const getArrowDimensions = (arrowEl) => {
266266 return { arrowWidth: 0, arrowHeight: 0 };
267267 }
268268 const { width, height } = arrowEl.getBoundingClientRect();
@@ -273,7 +273,7 @@ index 1d8d9a6..274dabe 100644
273273 };
274274 /**
275275 * Returns the recommended dimensions of the popover
276- @@ -29285 ,9 +29287 ,11 @@ const getPopoverDimensions = (size, contentEl, triggerEl) => {
276+ @@ -29703 ,9 +29705 ,11 @@ const getPopoverDimensions = (size, contentEl, triggerEl) => {
277277 const triggerDimensions = triggerEl.getBoundingClientRect();
278278 contentWidth = triggerDimensions.width;
279279 }
@@ -287,7 +287,7 @@ index 1d8d9a6..274dabe 100644
287287 };
288288 };
289289 const configureDismissInteraction = (triggerEl, triggerAction, popoverEl, parentPopoverEl) => {
290- @@ -29684 ,6 +29688 ,12 @@ const getPopoverPosition = (isRTL, contentWidth, contentHeight, arrowWidth, arro
290+ @@ -30102 ,6 +30106 ,12 @@ const getPopoverPosition = (isRTL, contentWidth, contentHeight, arrowWidth, arro
291291 };
292292 break;
293293 }
@@ -300,7 +300,7 @@ index 1d8d9a6..274dabe 100644
300300 /**
301301 * Get top/left offset that would allow
302302 * popover to be positioned on the
303- @@ -30044 ,8 +30054 ,10 @@ const iosEnterAnimation$1 = (baseEl, opts) => {
303+ @@ -30462 ,8 +30472 ,10 @@ const iosEnterAnimation$1 = (baseEl, opts) => {
304304 const { event: ev, size, trigger, reference, side, align } = opts;
305305 const doc = baseEl.ownerDocument;
306306 const isRTL = doc.dir === 'rtl';
@@ -313,7 +313,7 @@ index 1d8d9a6..274dabe 100644
313313 const root = getElementRoot(baseEl);
314314 const contentEl = root.querySelector('.popover-content');
315315 const arrowEl = root.querySelector('.popover-arrow');
316- @@ -30181 ,8 +30193 ,10 @@ const mdEnterAnimation$1 = (baseEl, opts) => {
316+ @@ -30599 ,8 +30611 ,10 @@ const mdEnterAnimation$1 = (baseEl, opts) => {
317317 const { event: ev, size, trigger, reference, side, align } = opts;
318318 const doc = baseEl.ownerDocument;
319319 const isRTL = doc.dir === 'rtl';
@@ -327,10 +327,10 @@ index 1d8d9a6..274dabe 100644
327327 const contentEl = root.querySelector('.popover-content');
328328 const referenceSizeEl = trigger || ((_a = ev === null || ev === void 0 ? void 0 : ev.detail) === null || _a === void 0 ? void 0 : _a.ionShadowTarget) || (ev === null || ev === void 0 ? void 0 : ev.target);
329329diff --git a/node_modules/@ionic/core/hydrate/index.mjs b/node_modules/@ionic/core/hydrate/index.mjs
330- index 56557cb..30c242c 100644
330+ index 28a1546..d07f644 100644
331331--- a/node_modules/@ionic/core/hydrate/index.mjs
332332+++ b/node_modules/@ionic/core/hydrate/index.mjs
333- @@ -20363 ,7 +20363 ,7 @@ class Item {
333+ @@ -20724 ,7 +20724 ,7 @@ class Item {
334334 // inputs, then those need to individually get each click
335335 hasCover() {
336336 const inputs = this.el.querySelectorAll('ion-checkbox, ion-datetime, ion-select, ion-radio');
@@ -339,7 +339,7 @@ index 56557cb..30c242c 100644
339339 }
340340 // If the item has an href or button property it will render a native
341341 // anchor or button that is clickable
342- @@ -29268 ,7 +29268 ,9 @@ const getArrowDimensions = (arrowEl) => {
342+ @@ -29686 ,7 +29686 ,9 @@ const getArrowDimensions = (arrowEl) => {
343343 return { arrowWidth: 0, arrowHeight: 0 };
344344 }
345345 const { width, height } = arrowEl.getBoundingClientRect();
@@ -350,7 +350,7 @@ index 56557cb..30c242c 100644
350350 };
351351 /**
352352 * Returns the recommended dimensions of the popover
353- @@ -29283 ,9 +29285 ,11 @@ const getPopoverDimensions = (size, contentEl, triggerEl) => {
353+ @@ -29701 ,9 +29703 ,11 @@ const getPopoverDimensions = (size, contentEl, triggerEl) => {
354354 const triggerDimensions = triggerEl.getBoundingClientRect();
355355 contentWidth = triggerDimensions.width;
356356 }
@@ -364,7 +364,7 @@ index 56557cb..30c242c 100644
364364 };
365365 };
366366 const configureDismissInteraction = (triggerEl, triggerAction, popoverEl, parentPopoverEl) => {
367- @@ -29682 ,6 +29686 ,12 @@ const getPopoverPosition = (isRTL, contentWidth, contentHeight, arrowWidth, arro
367+ @@ -30100 ,6 +30104 ,12 @@ const getPopoverPosition = (isRTL, contentWidth, contentHeight, arrowWidth, arro
368368 };
369369 break;
370370 }
@@ -377,7 +377,7 @@ index 56557cb..30c242c 100644
377377 /**
378378 * Get top/left offset that would allow
379379 * popover to be positioned on the
380- @@ -30042 ,8 +30052 ,10 @@ const iosEnterAnimation$1 = (baseEl, opts) => {
380+ @@ -30460 ,8 +30470 ,10 @@ const iosEnterAnimation$1 = (baseEl, opts) => {
381381 const { event: ev, size, trigger, reference, side, align } = opts;
382382 const doc = baseEl.ownerDocument;
383383 const isRTL = doc.dir === 'rtl';
@@ -390,7 +390,7 @@ index 56557cb..30c242c 100644
390390 const root = getElementRoot(baseEl);
391391 const contentEl = root.querySelector('.popover-content');
392392 const arrowEl = root.querySelector('.popover-arrow');
393- @@ -30179 ,8 +30191 ,10 @@ const mdEnterAnimation$1 = (baseEl, opts) => {
393+ @@ -30597 ,8 +30609 ,10 @@ const mdEnterAnimation$1 = (baseEl, opts) => {
394394 const { event: ev, size, trigger, reference, side, align } = opts;
395395 const doc = baseEl.ownerDocument;
396396 const isRTL = doc.dir === 'rtl';
0 commit comments