voyager-ionic-core 8.7.9 → 8.7.13

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.
Files changed (1039) hide show
  1. package/components/action-sheet.js +186 -5
  2. package/components/checkbox.js +63 -9
  3. package/components/content.js +13 -3
  4. package/components/ion-accordion.js +1 -1
  5. package/components/ion-datetime.js +35 -2
  6. package/components/ion-fab-button.js +1 -1
  7. package/components/ion-input.js +2 -1
  8. package/components/ion-select.js +15 -9
  9. package/components/ion-textarea.js +2 -1
  10. package/components/ion-toggle.js +62 -12
  11. package/components/item.js +1 -1
  12. package/components/modal.js +97 -5
  13. package/components/notch-controller.js +153 -0
  14. package/components/overlays.js +11 -5
  15. package/components/popover.js +36 -2
  16. package/components/radio-group.js +60 -7
  17. package/components/validity.js +1 -150
  18. package/css/core.css +1 -1
  19. package/css/core.css.map +1 -1
  20. package/css/ionic.bundle.css +1 -1
  21. package/css/ionic.bundle.css.map +1 -1
  22. package/dist/cjs/index.cjs.js +1 -1
  23. package/dist/cjs/ion-action-sheet.cjs.entry.js +184 -5
  24. package/dist/cjs/ion-alert.cjs.entry.js +1 -1
  25. package/dist/cjs/ion-app_8.cjs.entry.js +12 -3
  26. package/dist/cjs/ion-checkbox.cjs.entry.js +60 -8
  27. package/dist/cjs/ion-datetime_3.cjs.entry.js +36 -3
  28. package/dist/cjs/ion-input.cjs.entry.js +3 -2
  29. package/dist/cjs/ion-loading.cjs.entry.js +1 -1
  30. package/dist/cjs/ion-menu_3.cjs.entry.js +1 -1
  31. package/dist/cjs/ion-modal.cjs.entry.js +97 -6
  32. package/dist/cjs/ion-popover.cjs.entry.js +37 -3
  33. package/dist/cjs/ion-radio_2.cjs.entry.js +57 -6
  34. package/dist/cjs/ion-select-modal.cjs.entry.js +1 -1
  35. package/dist/cjs/ion-select_3.cjs.entry.js +16 -10
  36. package/dist/cjs/ion-textarea.cjs.entry.js +3 -2
  37. package/dist/cjs/ion-toast.cjs.entry.js +1 -1
  38. package/dist/cjs/ion-toggle.cjs.entry.js +58 -10
  39. package/dist/cjs/ionic.cjs.js +1 -1
  40. package/dist/cjs/loader.cjs.js +1 -1
  41. package/dist/cjs/{validity-C8QoAYT2.js → notch-controller-Bzqhjm4f.js} +0 -14
  42. package/dist/cjs/{overlays-DxIZwUXI.js → overlays--dagG4QM.js} +11 -5
  43. package/dist/cjs/validity-BpS37YFM.js +19 -0
  44. package/dist/collection/components/accordion/accordion.js +3 -3
  45. package/dist/collection/components/action-sheet/action-sheet.js +199 -4
  46. package/dist/collection/components/checkbox/checkbox.js +67 -9
  47. package/dist/collection/components/content/content.js +32 -3
  48. package/dist/collection/components/datetime/datetime.js +35 -2
  49. package/dist/collection/components/fab-button/fab-button.js +3 -3
  50. package/dist/collection/components/item/item.js +3 -3
  51. package/dist/collection/components/modal/modal.js +97 -5
  52. package/dist/collection/components/popover/popover.js +36 -2
  53. package/dist/collection/components/radio-group/radio-group.js +64 -7
  54. package/dist/collection/components/select/select.js +13 -8
  55. package/dist/collection/components/toggle/toggle.js +62 -12
  56. package/dist/collection/utils/overlays.js +11 -5
  57. package/dist/collection/utils/test/playwright/page/utils/set-content.js +7 -0
  58. package/dist/docs.json +26 -20
  59. package/dist/esm/index.js +1 -1
  60. package/dist/esm/ion-action-sheet.entry.js +184 -5
  61. package/dist/esm/ion-alert.entry.js +1 -1
  62. package/dist/esm/ion-app_8.entry.js +12 -3
  63. package/dist/esm/ion-checkbox.entry.js +60 -8
  64. package/dist/esm/ion-datetime_3.entry.js +36 -3
  65. package/dist/esm/ion-input.entry.js +2 -1
  66. package/dist/esm/ion-loading.entry.js +1 -1
  67. package/dist/esm/ion-menu_3.entry.js +1 -1
  68. package/dist/esm/ion-modal.entry.js +97 -6
  69. package/dist/esm/ion-popover.entry.js +37 -3
  70. package/dist/esm/ion-radio_2.entry.js +57 -6
  71. package/dist/esm/ion-select-modal.entry.js +1 -1
  72. package/dist/esm/ion-select_3.entry.js +15 -9
  73. package/dist/esm/ion-textarea.entry.js +2 -1
  74. package/dist/esm/ion-toast.entry.js +1 -1
  75. package/dist/esm/ion-toggle.entry.js +58 -10
  76. package/dist/esm/ionic.js +1 -1
  77. package/dist/esm/loader.js +1 -1
  78. package/dist/esm/{validity-B8oWougr.js → notch-controller-BwelN_JM.js} +1 -14
  79. package/dist/esm/{overlays-BymNv-BL.js → overlays-DCabi1dI.js} +11 -5
  80. package/dist/esm/validity-DJztqcrH.js +17 -0
  81. package/dist/ionic/index.esm.js +1 -1
  82. package/dist/ionic/ionic.esm.js +1 -1
  83. package/dist/ionic/p-071e8c1b.entry.js +4 -0
  84. package/dist/ionic/{p-7da39a4d.entry.js → p-07753df3.entry.js} +1 -1
  85. package/dist/ionic/{p-0b80d700.entry.js → p-0abeb0fc.entry.js} +1 -1
  86. package/dist/ionic/p-0bf76d0f.entry.js +4 -0
  87. package/dist/ionic/p-40c261a3.entry.js +4 -0
  88. package/dist/ionic/p-4b658a7c.entry.js +4 -0
  89. package/dist/ionic/p-4e41ea20.entry.js +4 -0
  90. package/dist/ionic/{p-98fc09eb.entry.js → p-576e0965.entry.js} +1 -1
  91. package/dist/ionic/p-60e0728c.entry.js +4 -0
  92. package/dist/ionic/p-75ae4733.entry.js +4 -0
  93. package/dist/ionic/p-C6F4hat2.js +4 -0
  94. package/dist/ionic/{p-DieJyvMP.js → p-DCv9sLH2.js} +1 -1
  95. package/dist/ionic/p-DJztqcrH.js +4 -0
  96. package/dist/ionic/{p-83be404e.entry.js → p-a8ed848b.entry.js} +1 -1
  97. package/dist/ionic/p-c19f63d0.entry.js +4 -0
  98. package/dist/ionic/p-c85a2127.entry.js +4 -0
  99. package/dist/ionic/p-d1f54e28.entry.js +4 -0
  100. package/dist/ionic/p-d3014190.entry.js +4 -0
  101. package/dist/ionic/{p-15193d01.entry.js → p-ec654c42.entry.js} +1 -1
  102. package/dist/ionic/svg/document-sharp.svg +1 -0
  103. package/dist/ionic/svg/document-text-outline.svg +1 -0
  104. package/dist/ionic/svg/document-text-sharp.svg +1 -0
  105. package/dist/ionic/svg/document-text.svg +1 -0
  106. package/dist/ionic/svg/document.svg +1 -0
  107. package/dist/ionic/svg/documents-outline.svg +1 -0
  108. package/dist/ionic/svg/documents-sharp.svg +1 -0
  109. package/dist/ionic/svg/documents.svg +1 -0
  110. package/dist/ionic/svg/download-outline.svg +1 -0
  111. package/dist/ionic/svg/download-sharp.svg +1 -0
  112. package/dist/ionic/svg/download.svg +1 -0
  113. package/dist/ionic/svg/duplicate-outline.svg +1 -0
  114. package/dist/ionic/svg/duplicate-sharp.svg +1 -0
  115. package/dist/ionic/svg/duplicate.svg +1 -0
  116. package/dist/ionic/svg/ear-outline.svg +1 -0
  117. package/dist/ionic/svg/ear-sharp.svg +1 -0
  118. package/dist/ionic/svg/ear.svg +1 -0
  119. package/dist/ionic/svg/earth-outline.svg +1 -0
  120. package/dist/ionic/svg/earth-sharp.svg +1 -0
  121. package/dist/ionic/svg/earth.svg +1 -0
  122. package/dist/ionic/svg/easel-outline.svg +1 -0
  123. package/dist/ionic/svg/easel-sharp.svg +1 -0
  124. package/dist/ionic/svg/easel.svg +1 -0
  125. package/dist/ionic/svg/egg-outline.svg +1 -0
  126. package/dist/ionic/svg/egg-sharp.svg +1 -0
  127. package/dist/ionic/svg/egg.svg +1 -0
  128. package/dist/ionic/svg/ellipse-outline.svg +1 -0
  129. package/dist/ionic/svg/ellipse-sharp.svg +1 -0
  130. package/dist/ionic/svg/ellipse.svg +1 -0
  131. package/dist/ionic/svg/ellipsis-horizontal-circle-outline.svg +1 -0
  132. package/dist/ionic/svg/ellipsis-horizontal-circle-sharp.svg +1 -0
  133. package/dist/ionic/svg/ellipsis-horizontal-circle.svg +1 -0
  134. package/dist/ionic/svg/ellipsis-horizontal-outline.svg +1 -0
  135. package/dist/ionic/svg/ellipsis-horizontal-sharp.svg +1 -0
  136. package/dist/ionic/svg/ellipsis-horizontal.svg +1 -0
  137. package/dist/ionic/svg/ellipsis-vertical-circle-outline.svg +1 -0
  138. package/dist/ionic/svg/ellipsis-vertical-circle-sharp.svg +1 -0
  139. package/dist/ionic/svg/ellipsis-vertical-circle.svg +1 -0
  140. package/dist/ionic/svg/ellipsis-vertical-outline.svg +1 -0
  141. package/dist/ionic/svg/ellipsis-vertical-sharp.svg +1 -0
  142. package/dist/ionic/svg/ellipsis-vertical.svg +1 -0
  143. package/dist/ionic/svg/enter-outline.svg +1 -0
  144. package/dist/ionic/svg/enter-sharp.svg +1 -0
  145. package/dist/ionic/svg/enter.svg +1 -0
  146. package/dist/ionic/svg/exit-outline.svg +1 -0
  147. package/dist/ionic/svg/exit-sharp.svg +1 -0
  148. package/dist/ionic/svg/exit.svg +1 -0
  149. package/dist/ionic/svg/expand-outline.svg +1 -0
  150. package/dist/ionic/svg/expand-sharp.svg +1 -0
  151. package/dist/ionic/svg/expand.svg +1 -0
  152. package/dist/ionic/svg/extension-puzzle-outline.svg +1 -0
  153. package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -0
  154. package/dist/ionic/svg/extension-puzzle.svg +1 -0
  155. package/dist/ionic/svg/eye-off-outline.svg +1 -0
  156. package/dist/ionic/svg/eye-off-sharp.svg +1 -0
  157. package/dist/ionic/svg/eye-off.svg +1 -0
  158. package/dist/ionic/svg/eye-outline.svg +1 -0
  159. package/dist/ionic/svg/eye-sharp.svg +1 -0
  160. package/dist/ionic/svg/eye.svg +1 -0
  161. package/dist/ionic/svg/eyedrop-outline.svg +1 -0
  162. package/dist/ionic/svg/eyedrop-sharp.svg +1 -0
  163. package/dist/ionic/svg/eyedrop.svg +1 -0
  164. package/dist/ionic/svg/fast-food-outline.svg +1 -0
  165. package/dist/ionic/svg/fast-food-sharp.svg +1 -0
  166. package/dist/ionic/svg/fast-food.svg +1 -0
  167. package/dist/ionic/svg/female-outline.svg +1 -0
  168. package/dist/ionic/svg/female-sharp.svg +1 -0
  169. package/dist/ionic/svg/female.svg +1 -0
  170. package/dist/ionic/svg/file-tray-full-outline.svg +1 -0
  171. package/dist/ionic/svg/file-tray-full-sharp.svg +1 -0
  172. package/dist/ionic/svg/file-tray-full.svg +1 -0
  173. package/dist/ionic/svg/file-tray-outline.svg +1 -0
  174. package/dist/ionic/svg/file-tray-sharp.svg +1 -0
  175. package/dist/ionic/svg/file-tray-stacked-outline.svg +1 -0
  176. package/dist/ionic/svg/file-tray-stacked-sharp.svg +1 -0
  177. package/dist/ionic/svg/file-tray-stacked.svg +1 -0
  178. package/dist/ionic/svg/file-tray.svg +1 -0
  179. package/dist/ionic/svg/film-outline.svg +1 -0
  180. package/dist/ionic/svg/film-sharp.svg +1 -0
  181. package/dist/ionic/svg/film.svg +1 -0
  182. package/dist/ionic/svg/filter-circle-outline.svg +1 -0
  183. package/dist/ionic/svg/filter-circle-sharp.svg +1 -0
  184. package/dist/ionic/svg/filter-circle.svg +1 -0
  185. package/dist/ionic/svg/filter-outline.svg +1 -0
  186. package/dist/ionic/svg/filter-sharp.svg +1 -0
  187. package/dist/ionic/svg/filter.svg +1 -0
  188. package/dist/ionic/svg/finger-print-outline.svg +1 -0
  189. package/dist/ionic/svg/finger-print-sharp.svg +1 -0
  190. package/dist/ionic/svg/finger-print.svg +1 -0
  191. package/dist/ionic/svg/fish-outline.svg +1 -0
  192. package/dist/ionic/svg/fish-sharp.svg +1 -0
  193. package/dist/ionic/svg/fish.svg +1 -0
  194. package/dist/ionic/svg/fitness-outline.svg +1 -0
  195. package/dist/ionic/svg/fitness-sharp.svg +1 -0
  196. package/dist/ionic/svg/fitness.svg +1 -0
  197. package/dist/ionic/svg/flag-outline.svg +1 -0
  198. package/dist/ionic/svg/flag-sharp.svg +1 -0
  199. package/dist/ionic/svg/flag.svg +1 -0
  200. package/dist/ionic/svg/flame-outline.svg +1 -0
  201. package/dist/ionic/svg/flame-sharp.svg +1 -0
  202. package/dist/ionic/svg/flame.svg +1 -0
  203. package/dist/ionic/svg/flash-off-outline.svg +1 -0
  204. package/dist/ionic/svg/flash-off-sharp.svg +1 -0
  205. package/dist/ionic/svg/flash-off.svg +1 -0
  206. package/dist/ionic/svg/flash-outline.svg +1 -0
  207. package/dist/ionic/svg/flash-sharp.svg +1 -0
  208. package/dist/ionic/svg/flash.svg +1 -0
  209. package/dist/ionic/svg/flashlight-outline.svg +1 -0
  210. package/dist/ionic/svg/flashlight-sharp.svg +1 -0
  211. package/dist/ionic/svg/flashlight.svg +1 -0
  212. package/dist/ionic/svg/flask-outline.svg +1 -0
  213. package/dist/ionic/svg/flask-sharp.svg +1 -0
  214. package/dist/ionic/svg/flask.svg +1 -0
  215. package/dist/ionic/svg/flower-outline.svg +1 -0
  216. package/dist/ionic/svg/flower-sharp.svg +1 -0
  217. package/dist/ionic/svg/flower.svg +1 -0
  218. package/dist/ionic/svg/folder-open-outline.svg +1 -0
  219. package/dist/ionic/svg/folder-open-sharp.svg +1 -0
  220. package/dist/ionic/svg/folder-open.svg +1 -0
  221. package/dist/ionic/svg/folder-outline.svg +1 -0
  222. package/dist/ionic/svg/folder-sharp.svg +1 -0
  223. package/dist/ionic/svg/folder.svg +1 -0
  224. package/dist/ionic/svg/football-outline.svg +1 -0
  225. package/dist/ionic/svg/football-sharp.svg +1 -0
  226. package/dist/ionic/svg/football.svg +1 -0
  227. package/dist/ionic/svg/footsteps-outline.svg +1 -0
  228. package/dist/ionic/svg/footsteps-sharp.svg +1 -0
  229. package/dist/ionic/svg/footsteps.svg +1 -0
  230. package/dist/ionic/svg/funnel-outline.svg +1 -0
  231. package/dist/ionic/svg/funnel-sharp.svg +1 -0
  232. package/dist/ionic/svg/funnel.svg +1 -0
  233. package/dist/ionic/svg/game-controller-outline.svg +1 -0
  234. package/dist/ionic/svg/game-controller-sharp.svg +1 -0
  235. package/dist/ionic/svg/game-controller.svg +1 -0
  236. package/dist/ionic/svg/gift-outline.svg +1 -0
  237. package/dist/ionic/svg/gift-sharp.svg +1 -0
  238. package/dist/ionic/svg/gift.svg +1 -0
  239. package/dist/ionic/svg/git-branch-outline.svg +1 -0
  240. package/dist/ionic/svg/git-branch-sharp.svg +1 -0
  241. package/dist/ionic/svg/git-branch.svg +1 -0
  242. package/dist/ionic/svg/git-commit-outline.svg +1 -0
  243. package/dist/ionic/svg/git-commit-sharp.svg +1 -0
  244. package/dist/ionic/svg/git-commit.svg +1 -0
  245. package/dist/ionic/svg/git-compare-outline.svg +1 -0
  246. package/dist/ionic/svg/git-compare-sharp.svg +1 -0
  247. package/dist/ionic/svg/git-compare.svg +1 -0
  248. package/dist/ionic/svg/git-merge-outline.svg +1 -0
  249. package/dist/ionic/svg/git-merge-sharp.svg +1 -0
  250. package/dist/ionic/svg/git-merge.svg +1 -0
  251. package/dist/ionic/svg/git-network-outline.svg +1 -0
  252. package/dist/ionic/svg/git-network-sharp.svg +1 -0
  253. package/dist/ionic/svg/git-network.svg +1 -0
  254. package/dist/ionic/svg/git-pull-request-outline.svg +1 -0
  255. package/dist/ionic/svg/git-pull-request-sharp.svg +1 -0
  256. package/dist/ionic/svg/git-pull-request.svg +1 -0
  257. package/dist/ionic/svg/glasses-outline.svg +1 -0
  258. package/dist/ionic/svg/glasses-sharp.svg +1 -0
  259. package/dist/ionic/svg/glasses.svg +1 -0
  260. package/dist/ionic/svg/globe-outline.svg +1 -0
  261. package/dist/ionic/svg/globe-sharp.svg +1 -0
  262. package/dist/ionic/svg/globe.svg +1 -0
  263. package/dist/ionic/svg/golf-outline.svg +1 -0
  264. package/dist/ionic/svg/golf-sharp.svg +1 -0
  265. package/dist/ionic/svg/golf.svg +1 -0
  266. package/dist/ionic/svg/grid-outline.svg +1 -0
  267. package/dist/ionic/svg/grid-sharp.svg +1 -0
  268. package/dist/ionic/svg/grid.svg +1 -0
  269. package/dist/ionic/svg/hammer-outline.svg +1 -0
  270. package/dist/ionic/svg/hammer-sharp.svg +1 -0
  271. package/dist/ionic/svg/hammer.svg +1 -0
  272. package/dist/ionic/svg/hand-left-outline.svg +1 -0
  273. package/dist/ionic/svg/hand-left-sharp.svg +1 -0
  274. package/dist/ionic/svg/hand-left.svg +1 -0
  275. package/dist/ionic/svg/hand-right-outline.svg +1 -0
  276. package/dist/ionic/svg/hand-right-sharp.svg +1 -0
  277. package/dist/ionic/svg/hand-right.svg +1 -0
  278. package/dist/ionic/svg/happy-outline.svg +1 -0
  279. package/dist/ionic/svg/happy-sharp.svg +1 -0
  280. package/dist/ionic/svg/happy.svg +1 -0
  281. package/dist/ionic/svg/hardware-chip-outline.svg +1 -0
  282. package/dist/ionic/svg/hardware-chip-sharp.svg +1 -0
  283. package/dist/ionic/svg/hardware-chip.svg +1 -0
  284. package/dist/ionic/svg/headset-outline.svg +1 -0
  285. package/dist/ionic/svg/headset-sharp.svg +1 -0
  286. package/dist/ionic/svg/headset.svg +1 -0
  287. package/dist/ionic/svg/heart-circle-outline.svg +1 -0
  288. package/dist/ionic/svg/heart-circle-sharp.svg +1 -0
  289. package/dist/ionic/svg/heart-circle.svg +1 -0
  290. package/dist/ionic/svg/heart-dislike-circle-outline.svg +1 -0
  291. package/dist/ionic/svg/heart-dislike-circle-sharp.svg +1 -0
  292. package/dist/ionic/svg/heart-dislike-circle.svg +1 -0
  293. package/dist/ionic/svg/heart-dislike-outline.svg +1 -0
  294. package/dist/ionic/svg/heart-dislike-sharp.svg +1 -0
  295. package/dist/ionic/svg/heart-dislike.svg +1 -0
  296. package/dist/ionic/svg/heart-half-outline.svg +1 -0
  297. package/dist/ionic/svg/heart-half-sharp.svg +1 -0
  298. package/dist/ionic/svg/heart-half.svg +1 -0
  299. package/dist/ionic/svg/heart-outline.svg +1 -0
  300. package/dist/ionic/svg/heart-sharp.svg +1 -0
  301. package/dist/ionic/svg/heart.svg +1 -0
  302. package/dist/ionic/svg/help-buoy-outline.svg +1 -0
  303. package/dist/ionic/svg/help-buoy-sharp.svg +1 -0
  304. package/dist/ionic/svg/help-buoy.svg +1 -0
  305. package/dist/ionic/svg/help-circle-outline.svg +1 -0
  306. package/dist/ionic/svg/help-circle-sharp.svg +1 -0
  307. package/dist/ionic/svg/help-circle.svg +1 -0
  308. package/dist/ionic/svg/help-outline.svg +1 -0
  309. package/dist/ionic/svg/help-sharp.svg +1 -0
  310. package/dist/ionic/svg/help.svg +1 -0
  311. package/dist/ionic/svg/home-outline.svg +1 -0
  312. package/dist/ionic/svg/home-sharp.svg +1 -0
  313. package/dist/ionic/svg/home.svg +1 -0
  314. package/dist/ionic/svg/hourglass-outline.svg +1 -0
  315. package/dist/ionic/svg/hourglass-sharp.svg +1 -0
  316. package/dist/ionic/svg/hourglass.svg +1 -0
  317. package/dist/ionic/svg/ice-cream-outline.svg +1 -0
  318. package/dist/ionic/svg/ice-cream-sharp.svg +1 -0
  319. package/dist/ionic/svg/ice-cream.svg +1 -0
  320. package/dist/ionic/svg/id-card-outline.svg +1 -0
  321. package/dist/ionic/svg/id-card-sharp.svg +1 -0
  322. package/dist/ionic/svg/id-card.svg +1 -0
  323. package/dist/ionic/svg/image-outline.svg +1 -0
  324. package/dist/ionic/svg/image-sharp.svg +1 -0
  325. package/dist/ionic/svg/image.svg +1 -0
  326. package/dist/ionic/svg/images-outline.svg +1 -0
  327. package/dist/ionic/svg/images-sharp.svg +1 -0
  328. package/dist/ionic/svg/images.svg +1 -0
  329. package/dist/ionic/svg/infinite-outline.svg +1 -0
  330. package/dist/ionic/svg/infinite-sharp.svg +1 -0
  331. package/dist/ionic/svg/infinite.svg +1 -0
  332. package/dist/ionic/svg/information-circle-outline.svg +1 -0
  333. package/dist/ionic/svg/information-circle-sharp.svg +1 -0
  334. package/dist/ionic/svg/information-circle.svg +1 -0
  335. package/dist/ionic/svg/information-outline.svg +1 -0
  336. package/dist/ionic/svg/information-sharp.svg +1 -0
  337. package/dist/ionic/svg/information.svg +1 -0
  338. package/dist/ionic/svg/invert-mode-outline.svg +1 -0
  339. package/dist/ionic/svg/invert-mode-sharp.svg +1 -0
  340. package/dist/ionic/svg/invert-mode.svg +1 -0
  341. package/dist/ionic/svg/journal-outline.svg +1 -0
  342. package/dist/ionic/svg/journal-sharp.svg +1 -0
  343. package/dist/ionic/svg/journal.svg +1 -0
  344. package/dist/ionic/svg/key-outline.svg +1 -0
  345. package/dist/ionic/svg/key-sharp.svg +1 -0
  346. package/dist/ionic/svg/key.svg +1 -0
  347. package/dist/ionic/svg/keypad-outline.svg +1 -0
  348. package/dist/ionic/svg/keypad-sharp.svg +1 -0
  349. package/dist/ionic/svg/keypad.svg +1 -0
  350. package/dist/ionic/svg/language-outline.svg +1 -0
  351. package/dist/ionic/svg/language-sharp.svg +1 -0
  352. package/dist/ionic/svg/language.svg +1 -0
  353. package/dist/ionic/svg/laptop-outline.svg +1 -0
  354. package/dist/ionic/svg/laptop-sharp.svg +1 -0
  355. package/dist/ionic/svg/laptop.svg +1 -0
  356. package/dist/ionic/svg/layers-outline.svg +1 -0
  357. package/dist/ionic/svg/layers-sharp.svg +1 -0
  358. package/dist/ionic/svg/layers.svg +1 -0
  359. package/dist/ionic/svg/leaf-outline.svg +1 -0
  360. package/dist/ionic/svg/leaf-sharp.svg +1 -0
  361. package/dist/ionic/svg/leaf.svg +1 -0
  362. package/dist/ionic/svg/library-outline.svg +1 -0
  363. package/dist/ionic/svg/library-sharp.svg +1 -0
  364. package/dist/ionic/svg/library.svg +1 -0
  365. package/dist/ionic/svg/link-outline.svg +1 -0
  366. package/dist/ionic/svg/link-sharp.svg +1 -0
  367. package/dist/ionic/svg/link.svg +1 -0
  368. package/dist/ionic/svg/list-circle-outline.svg +1 -0
  369. package/dist/ionic/svg/list-circle-sharp.svg +1 -0
  370. package/dist/ionic/svg/list-circle.svg +1 -0
  371. package/dist/ionic/svg/list-outline.svg +1 -0
  372. package/dist/ionic/svg/list-sharp.svg +1 -0
  373. package/dist/ionic/svg/list.svg +1 -0
  374. package/dist/ionic/svg/locate-outline.svg +1 -0
  375. package/dist/ionic/svg/locate-sharp.svg +1 -0
  376. package/dist/ionic/svg/locate.svg +1 -0
  377. package/dist/ionic/svg/location-outline.svg +1 -0
  378. package/dist/ionic/svg/location-sharp.svg +1 -0
  379. package/dist/ionic/svg/location.svg +1 -0
  380. package/dist/ionic/svg/lock-closed-outline.svg +1 -0
  381. package/dist/ionic/svg/lock-closed-sharp.svg +1 -0
  382. package/dist/ionic/svg/lock-closed.svg +1 -0
  383. package/dist/ionic/svg/lock-open-outline.svg +1 -0
  384. package/dist/ionic/svg/lock-open-sharp.svg +1 -0
  385. package/dist/ionic/svg/lock-open.svg +1 -0
  386. package/dist/ionic/svg/log-in-outline.svg +1 -0
  387. package/dist/ionic/svg/log-in-sharp.svg +1 -0
  388. package/dist/ionic/svg/log-in.svg +1 -0
  389. package/dist/ionic/svg/log-out-outline.svg +1 -0
  390. package/dist/ionic/svg/log-out-sharp.svg +1 -0
  391. package/dist/ionic/svg/log-out.svg +1 -0
  392. package/dist/ionic/svg/logo-alipay.svg +1 -0
  393. package/dist/ionic/svg/logo-amazon.svg +1 -0
  394. package/dist/ionic/svg/logo-amplify.svg +1 -0
  395. package/dist/ionic/svg/logo-android.svg +1 -0
  396. package/dist/ionic/svg/logo-angular.svg +1 -0
  397. package/dist/ionic/svg/logo-appflow.svg +1 -0
  398. package/dist/ionic/svg/logo-apple-appstore.svg +1 -0
  399. package/dist/ionic/svg/logo-apple-ar.svg +1 -0
  400. package/dist/ionic/svg/logo-apple.svg +1 -0
  401. package/dist/ionic/svg/logo-behance.svg +1 -0
  402. package/dist/ionic/svg/logo-bitbucket.svg +1 -0
  403. package/dist/ionic/svg/logo-bitcoin.svg +1 -0
  404. package/dist/ionic/svg/logo-buffer.svg +1 -0
  405. package/dist/ionic/svg/logo-capacitor.svg +1 -0
  406. package/dist/ionic/svg/logo-chrome.svg +1 -0
  407. package/dist/ionic/svg/logo-closed-captioning.svg +1 -0
  408. package/dist/ionic/svg/logo-codepen.svg +1 -0
  409. package/dist/ionic/svg/logo-css3.svg +1 -0
  410. package/dist/ionic/svg/logo-designernews.svg +1 -0
  411. package/dist/ionic/svg/logo-deviantart.svg +1 -0
  412. package/dist/ionic/svg/logo-discord.svg +1 -0
  413. package/dist/ionic/svg/logo-docker.svg +1 -0
  414. package/dist/ionic/svg/logo-dribbble.svg +1 -0
  415. package/dist/ionic/svg/logo-dropbox.svg +1 -0
  416. package/dist/ionic/svg/logo-edge.svg +1 -0
  417. package/dist/ionic/svg/logo-electron.svg +1 -0
  418. package/dist/ionic/svg/logo-euro.svg +1 -0
  419. package/dist/ionic/svg/logo-facebook.svg +1 -0
  420. package/dist/ionic/svg/logo-figma.svg +1 -0
  421. package/dist/ionic/svg/logo-firebase.svg +1 -0
  422. package/dist/ionic/svg/logo-firefox.svg +1 -0
  423. package/dist/ionic/svg/logo-flickr.svg +1 -0
  424. package/dist/ionic/svg/logo-foursquare.svg +1 -0
  425. package/dist/ionic/svg/logo-github.svg +1 -0
  426. package/dist/ionic/svg/logo-gitlab.svg +1 -0
  427. package/dist/ionic/svg/logo-google-playstore.svg +1 -0
  428. package/dist/ionic/svg/logo-google.svg +1 -0
  429. package/dist/ionic/svg/logo-hackernews.svg +1 -0
  430. package/dist/ionic/svg/logo-html5.svg +1 -0
  431. package/dist/ionic/svg/logo-instagram.svg +1 -0
  432. package/dist/ionic/svg/logo-ionic.svg +1 -0
  433. package/dist/ionic/svg/logo-ionitron.svg +1 -0
  434. package/dist/ionic/svg/logo-javascript.svg +1 -0
  435. package/dist/ionic/svg/logo-laravel.svg +1 -0
  436. package/dist/ionic/svg/logo-linkedin.svg +1 -0
  437. package/dist/ionic/svg/logo-markdown.svg +1 -0
  438. package/dist/ionic/svg/logo-mastodon.svg +1 -0
  439. package/dist/ionic/svg/logo-medium.svg +1 -0
  440. package/dist/ionic/svg/logo-microsoft.svg +1 -0
  441. package/dist/ionic/svg/logo-no-smoking.svg +1 -0
  442. package/dist/ionic/svg/logo-nodejs.svg +1 -0
  443. package/dist/ionic/svg/logo-npm.svg +1 -0
  444. package/dist/ionic/svg/logo-octocat.svg +1 -0
  445. package/dist/ionic/svg/logo-paypal.svg +1 -0
  446. package/dist/ionic/svg/logo-pinterest.svg +1 -0
  447. package/dist/ionic/svg/logo-playstation.svg +1 -0
  448. package/dist/ionic/svg/logo-pwa.svg +1 -0
  449. package/dist/ionic/svg/logo-python.svg +1 -0
  450. package/dist/ionic/svg/logo-react.svg +1 -0
  451. package/dist/ionic/svg/logo-reddit.svg +1 -0
  452. package/dist/ionic/svg/logo-rss.svg +1 -0
  453. package/dist/ionic/svg/logo-sass.svg +1 -0
  454. package/dist/ionic/svg/logo-skype.svg +1 -0
  455. package/dist/ionic/svg/logo-slack.svg +1 -0
  456. package/dist/ionic/svg/logo-snapchat.svg +1 -0
  457. package/dist/ionic/svg/logo-soundcloud.svg +1 -0
  458. package/dist/ionic/svg/logo-stackoverflow.svg +1 -0
  459. package/dist/ionic/svg/logo-steam.svg +1 -0
  460. package/dist/ionic/svg/logo-stencil.svg +1 -0
  461. package/dist/ionic/svg/logo-tableau.svg +1 -0
  462. package/dist/ionic/svg/logo-threads.svg +1 -0
  463. package/dist/ionic/svg/logo-tiktok.svg +1 -0
  464. package/dist/ionic/svg/logo-trapeze.svg +1 -0
  465. package/dist/ionic/svg/logo-tumblr.svg +1 -0
  466. package/dist/ionic/svg/logo-tux.svg +1 -0
  467. package/dist/ionic/svg/logo-twitch.svg +1 -0
  468. package/dist/ionic/svg/logo-twitter.svg +1 -0
  469. package/dist/ionic/svg/logo-usd.svg +1 -0
  470. package/dist/ionic/svg/logo-venmo.svg +1 -0
  471. package/dist/ionic/svg/logo-vercel.svg +1 -0
  472. package/dist/ionic/svg/logo-vimeo.svg +1 -0
  473. package/dist/ionic/svg/logo-vk.svg +1 -0
  474. package/dist/ionic/svg/logo-vue.svg +1 -0
  475. package/dist/ionic/svg/logo-web-component.svg +1 -0
  476. package/dist/ionic/svg/logo-wechat.svg +1 -0
  477. package/dist/ionic/svg/logo-whatsapp.svg +1 -0
  478. package/dist/ionic/svg/logo-windows.svg +1 -0
  479. package/dist/ionic/svg/logo-wordpress.svg +1 -0
  480. package/dist/ionic/svg/logo-x.svg +1 -0
  481. package/dist/ionic/svg/logo-xbox.svg +1 -0
  482. package/dist/ionic/svg/logo-xing.svg +1 -0
  483. package/dist/ionic/svg/logo-yahoo.svg +1 -0
  484. package/dist/ionic/svg/logo-yen.svg +1 -0
  485. package/dist/ionic/svg/logo-youtube.svg +1 -0
  486. package/dist/ionic/svg/magnet-outline.svg +1 -0
  487. package/dist/ionic/svg/magnet-sharp.svg +1 -0
  488. package/dist/ionic/svg/magnet.svg +1 -0
  489. package/dist/ionic/svg/mail-open-outline.svg +1 -0
  490. package/dist/ionic/svg/mail-open-sharp.svg +1 -0
  491. package/dist/ionic/svg/mail-open.svg +1 -0
  492. package/dist/ionic/svg/mail-outline.svg +1 -0
  493. package/dist/ionic/svg/mail-sharp.svg +1 -0
  494. package/dist/ionic/svg/mail-unread-outline.svg +1 -0
  495. package/dist/ionic/svg/mail-unread-sharp.svg +1 -0
  496. package/dist/ionic/svg/mail-unread.svg +1 -0
  497. package/dist/ionic/svg/mail.svg +1 -0
  498. package/dist/ionic/svg/male-female-outline.svg +1 -0
  499. package/dist/ionic/svg/male-female-sharp.svg +1 -0
  500. package/dist/ionic/svg/male-female.svg +1 -0
  501. package/dist/ionic/svg/male-outline.svg +1 -0
  502. package/dist/ionic/svg/male-sharp.svg +1 -0
  503. package/dist/ionic/svg/male.svg +1 -0
  504. package/dist/ionic/svg/man-outline.svg +1 -0
  505. package/dist/ionic/svg/man-sharp.svg +1 -0
  506. package/dist/ionic/svg/man.svg +1 -0
  507. package/dist/ionic/svg/map-outline.svg +1 -0
  508. package/dist/ionic/svg/map-sharp.svg +1 -0
  509. package/dist/ionic/svg/map.svg +1 -0
  510. package/dist/ionic/svg/medal-outline.svg +1 -0
  511. package/dist/ionic/svg/medal-sharp.svg +1 -0
  512. package/dist/ionic/svg/medal.svg +1 -0
  513. package/dist/ionic/svg/medical-outline.svg +1 -0
  514. package/dist/ionic/svg/medical-sharp.svg +1 -0
  515. package/dist/ionic/svg/medical.svg +1 -0
  516. package/dist/ionic/svg/medkit-outline.svg +1 -0
  517. package/dist/ionic/svg/medkit-sharp.svg +1 -0
  518. package/dist/ionic/svg/medkit.svg +1 -0
  519. package/dist/ionic/svg/megaphone-outline.svg +1 -0
  520. package/dist/ionic/svg/megaphone-sharp.svg +1 -0
  521. package/dist/ionic/svg/megaphone.svg +1 -0
  522. package/dist/ionic/svg/menu-outline.svg +1 -0
  523. package/dist/ionic/svg/menu-sharp.svg +1 -0
  524. package/dist/ionic/svg/menu.svg +1 -0
  525. package/dist/ionic/svg/mic-circle-outline.svg +1 -0
  526. package/dist/ionic/svg/mic-circle-sharp.svg +1 -0
  527. package/dist/ionic/svg/mic-circle.svg +1 -0
  528. package/dist/ionic/svg/mic-off-circle-outline.svg +1 -0
  529. package/dist/ionic/svg/mic-off-circle-sharp.svg +1 -0
  530. package/dist/ionic/svg/mic-off-circle.svg +1 -0
  531. package/dist/ionic/svg/mic-off-outline.svg +1 -0
  532. package/dist/ionic/svg/mic-off-sharp.svg +1 -0
  533. package/dist/ionic/svg/mic-off.svg +1 -0
  534. package/dist/ionic/svg/mic-outline.svg +1 -0
  535. package/dist/ionic/svg/mic-sharp.svg +1 -0
  536. package/dist/ionic/svg/mic.svg +1 -0
  537. package/dist/ionic/svg/moon-outline.svg +1 -0
  538. package/dist/ionic/svg/moon-sharp.svg +1 -0
  539. package/dist/ionic/svg/moon.svg +1 -0
  540. package/dist/ionic/svg/move-outline.svg +1 -0
  541. package/dist/ionic/svg/move-sharp.svg +1 -0
  542. package/dist/ionic/svg/move.svg +1 -0
  543. package/dist/ionic/svg/musical-note-outline.svg +1 -0
  544. package/dist/ionic/svg/musical-note-sharp.svg +1 -0
  545. package/dist/ionic/svg/musical-note.svg +1 -0
  546. package/dist/ionic/svg/musical-notes-outline.svg +1 -0
  547. package/dist/ionic/svg/musical-notes-sharp.svg +1 -0
  548. package/dist/ionic/svg/musical-notes.svg +1 -0
  549. package/dist/ionic/svg/navigate-circle-outline.svg +1 -0
  550. package/dist/ionic/svg/navigate-circle-sharp.svg +1 -0
  551. package/dist/ionic/svg/navigate-circle.svg +1 -0
  552. package/dist/ionic/svg/navigate-outline.svg +1 -0
  553. package/dist/ionic/svg/navigate-sharp.svg +1 -0
  554. package/dist/ionic/svg/navigate.svg +1 -0
  555. package/dist/ionic/svg/newspaper-outline.svg +1 -0
  556. package/dist/ionic/svg/newspaper-sharp.svg +1 -0
  557. package/dist/ionic/svg/newspaper.svg +1 -0
  558. package/dist/ionic/svg/notifications-circle-outline.svg +1 -0
  559. package/dist/ionic/svg/notifications-circle-sharp.svg +1 -0
  560. package/dist/ionic/svg/notifications-circle.svg +1 -0
  561. package/dist/ionic/svg/notifications-off-circle-outline.svg +1 -0
  562. package/dist/ionic/svg/notifications-off-circle-sharp.svg +1 -0
  563. package/dist/ionic/svg/notifications-off-circle.svg +1 -0
  564. package/dist/ionic/svg/notifications-off-outline.svg +1 -0
  565. package/dist/ionic/svg/notifications-off-sharp.svg +1 -0
  566. package/dist/ionic/svg/notifications-off.svg +1 -0
  567. package/dist/ionic/svg/notifications-outline.svg +1 -0
  568. package/dist/ionic/svg/notifications-sharp.svg +1 -0
  569. package/dist/ionic/svg/notifications.svg +1 -0
  570. package/dist/ionic/svg/nuclear-outline.svg +1 -0
  571. package/dist/ionic/svg/nuclear-sharp.svg +1 -0
  572. package/dist/ionic/svg/nuclear.svg +1 -0
  573. package/dist/ionic/svg/nutrition-outline.svg +1 -0
  574. package/dist/ionic/svg/nutrition-sharp.svg +1 -0
  575. package/dist/ionic/svg/nutrition.svg +1 -0
  576. package/dist/ionic/svg/open-outline.svg +1 -0
  577. package/dist/ionic/svg/open-sharp.svg +1 -0
  578. package/dist/ionic/svg/open.svg +1 -0
  579. package/dist/ionic/svg/options-outline.svg +1 -0
  580. package/dist/ionic/svg/options-sharp.svg +1 -0
  581. package/dist/ionic/svg/options.svg +1 -0
  582. package/dist/ionic/svg/paper-plane-outline.svg +1 -0
  583. package/dist/ionic/svg/paper-plane-sharp.svg +1 -0
  584. package/dist/ionic/svg/paper-plane.svg +1 -0
  585. package/dist/ionic/svg/partly-sunny-outline.svg +1 -0
  586. package/dist/ionic/svg/partly-sunny-sharp.svg +1 -0
  587. package/dist/ionic/svg/partly-sunny.svg +1 -0
  588. package/dist/ionic/svg/pause-circle-outline.svg +1 -0
  589. package/dist/ionic/svg/pause-circle-sharp.svg +1 -0
  590. package/dist/ionic/svg/pause-circle.svg +1 -0
  591. package/dist/ionic/svg/pause-outline.svg +1 -0
  592. package/dist/ionic/svg/pause-sharp.svg +1 -0
  593. package/dist/ionic/svg/pause.svg +1 -0
  594. package/dist/ionic/svg/paw-outline.svg +1 -0
  595. package/dist/ionic/svg/paw-sharp.svg +1 -0
  596. package/dist/ionic/svg/paw.svg +1 -0
  597. package/dist/ionic/svg/pencil-outline.svg +1 -0
  598. package/dist/ionic/svg/pencil-sharp.svg +1 -0
  599. package/dist/ionic/svg/pencil.svg +1 -0
  600. package/dist/ionic/svg/people-circle-outline.svg +1 -0
  601. package/dist/ionic/svg/people-circle-sharp.svg +1 -0
  602. package/dist/ionic/svg/people-circle.svg +1 -0
  603. package/dist/ionic/svg/people-outline.svg +1 -0
  604. package/dist/ionic/svg/people-sharp.svg +1 -0
  605. package/dist/ionic/svg/people.svg +1 -0
  606. package/dist/ionic/svg/person-add-outline.svg +1 -0
  607. package/dist/ionic/svg/person-add-sharp.svg +1 -0
  608. package/dist/ionic/svg/person-add.svg +1 -0
  609. package/dist/ionic/svg/person-circle-outline.svg +1 -0
  610. package/dist/ionic/svg/person-circle-sharp.svg +1 -0
  611. package/dist/ionic/svg/person-circle.svg +1 -0
  612. package/dist/ionic/svg/person-outline.svg +1 -0
  613. package/dist/ionic/svg/person-remove-outline.svg +1 -0
  614. package/dist/ionic/svg/person-remove-sharp.svg +1 -0
  615. package/dist/ionic/svg/person-remove.svg +1 -0
  616. package/dist/ionic/svg/person-sharp.svg +1 -0
  617. package/dist/ionic/svg/person.svg +1 -0
  618. package/dist/ionic/svg/phone-landscape-outline.svg +1 -0
  619. package/dist/ionic/svg/phone-landscape-sharp.svg +1 -0
  620. package/dist/ionic/svg/phone-landscape.svg +1 -0
  621. package/dist/ionic/svg/phone-portrait-outline.svg +1 -0
  622. package/dist/ionic/svg/phone-portrait-sharp.svg +1 -0
  623. package/dist/ionic/svg/phone-portrait.svg +1 -0
  624. package/dist/ionic/svg/pie-chart-outline.svg +1 -0
  625. package/dist/ionic/svg/pie-chart-sharp.svg +1 -0
  626. package/dist/ionic/svg/pie-chart.svg +1 -0
  627. package/dist/ionic/svg/pin-outline.svg +1 -0
  628. package/dist/ionic/svg/pin-sharp.svg +1 -0
  629. package/dist/ionic/svg/pin.svg +1 -0
  630. package/dist/ionic/svg/pint-outline.svg +1 -0
  631. package/dist/ionic/svg/pint-sharp.svg +1 -0
  632. package/dist/ionic/svg/pint.svg +1 -0
  633. package/dist/ionic/svg/pizza-outline.svg +1 -0
  634. package/dist/ionic/svg/pizza-sharp.svg +1 -0
  635. package/dist/ionic/svg/pizza.svg +1 -0
  636. package/dist/ionic/svg/planet-outline.svg +1 -0
  637. package/dist/ionic/svg/planet-sharp.svg +1 -0
  638. package/dist/ionic/svg/planet.svg +1 -0
  639. package/dist/ionic/svg/play-back-circle-outline.svg +1 -0
  640. package/dist/ionic/svg/play-back-circle-sharp.svg +1 -0
  641. package/dist/ionic/svg/play-back-circle.svg +1 -0
  642. package/dist/ionic/svg/play-back-outline.svg +1 -0
  643. package/dist/ionic/svg/play-back-sharp.svg +1 -0
  644. package/dist/ionic/svg/play-back.svg +1 -0
  645. package/dist/ionic/svg/play-circle-outline.svg +1 -0
  646. package/dist/ionic/svg/play-circle-sharp.svg +1 -0
  647. package/dist/ionic/svg/play-circle.svg +1 -0
  648. package/dist/ionic/svg/play-forward-circle-outline.svg +1 -0
  649. package/dist/ionic/svg/play-forward-circle-sharp.svg +1 -0
  650. package/dist/ionic/svg/play-forward-circle.svg +1 -0
  651. package/dist/ionic/svg/play-forward-outline.svg +1 -0
  652. package/dist/ionic/svg/play-forward-sharp.svg +1 -0
  653. package/dist/ionic/svg/play-forward.svg +1 -0
  654. package/dist/ionic/svg/play-outline.svg +1 -0
  655. package/dist/ionic/svg/play-sharp.svg +1 -0
  656. package/dist/ionic/svg/play-skip-back-circle-outline.svg +1 -0
  657. package/dist/ionic/svg/play-skip-back-circle-sharp.svg +1 -0
  658. package/dist/ionic/svg/play-skip-back-circle.svg +1 -0
  659. package/dist/ionic/svg/play-skip-back-outline.svg +1 -0
  660. package/dist/ionic/svg/play-skip-back-sharp.svg +1 -0
  661. package/dist/ionic/svg/play-skip-back.svg +1 -0
  662. package/dist/ionic/svg/play-skip-forward-circle-outline.svg +1 -0
  663. package/dist/ionic/svg/play-skip-forward-circle-sharp.svg +1 -0
  664. package/dist/ionic/svg/play-skip-forward-circle.svg +1 -0
  665. package/dist/ionic/svg/play-skip-forward-outline.svg +1 -0
  666. package/dist/ionic/svg/play-skip-forward-sharp.svg +1 -0
  667. package/dist/ionic/svg/play-skip-forward.svg +1 -0
  668. package/dist/ionic/svg/play.svg +1 -0
  669. package/dist/ionic/svg/podium-outline.svg +1 -0
  670. package/dist/ionic/svg/podium-sharp.svg +1 -0
  671. package/dist/ionic/svg/podium.svg +1 -0
  672. package/dist/ionic/svg/power-outline.svg +1 -0
  673. package/dist/ionic/svg/power-sharp.svg +1 -0
  674. package/dist/ionic/svg/power.svg +1 -0
  675. package/dist/ionic/svg/pricetag-outline.svg +1 -0
  676. package/dist/ionic/svg/pricetag-sharp.svg +1 -0
  677. package/dist/ionic/svg/pricetag.svg +1 -0
  678. package/dist/ionic/svg/pricetags-outline.svg +1 -0
  679. package/dist/ionic/svg/pricetags-sharp.svg +1 -0
  680. package/dist/ionic/svg/pricetags.svg +1 -0
  681. package/dist/ionic/svg/print-outline.svg +1 -0
  682. package/dist/ionic/svg/print-sharp.svg +1 -0
  683. package/dist/ionic/svg/print.svg +1 -0
  684. package/dist/ionic/svg/prism-outline.svg +1 -0
  685. package/dist/ionic/svg/prism-sharp.svg +1 -0
  686. package/dist/ionic/svg/prism.svg +1 -0
  687. package/dist/ionic/svg/pulse-outline.svg +1 -0
  688. package/dist/ionic/svg/pulse-sharp.svg +1 -0
  689. package/dist/ionic/svg/pulse.svg +1 -0
  690. package/dist/ionic/svg/push-outline.svg +1 -0
  691. package/dist/ionic/svg/push-sharp.svg +1 -0
  692. package/dist/ionic/svg/push.svg +1 -0
  693. package/dist/ionic/svg/qr-code-outline.svg +1 -0
  694. package/dist/ionic/svg/qr-code-sharp.svg +1 -0
  695. package/dist/ionic/svg/qr-code.svg +1 -0
  696. package/dist/ionic/svg/radio-button-off-outline.svg +1 -0
  697. package/dist/ionic/svg/radio-button-off-sharp.svg +1 -0
  698. package/dist/ionic/svg/radio-button-off.svg +1 -0
  699. package/dist/ionic/svg/radio-button-on-outline.svg +1 -0
  700. package/dist/ionic/svg/radio-button-on-sharp.svg +1 -0
  701. package/dist/ionic/svg/radio-button-on.svg +1 -0
  702. package/dist/ionic/svg/radio-outline.svg +1 -0
  703. package/dist/ionic/svg/radio-sharp.svg +1 -0
  704. package/dist/ionic/svg/radio.svg +1 -0
  705. package/dist/ionic/svg/rainy-outline.svg +1 -0
  706. package/dist/ionic/svg/rainy-sharp.svg +1 -0
  707. package/dist/ionic/svg/rainy.svg +1 -0
  708. package/dist/ionic/svg/reader-outline.svg +1 -0
  709. package/dist/ionic/svg/reader-sharp.svg +1 -0
  710. package/dist/ionic/svg/reader.svg +1 -0
  711. package/dist/ionic/svg/receipt-outline.svg +1 -0
  712. package/dist/ionic/svg/receipt-sharp.svg +1 -0
  713. package/dist/ionic/svg/receipt.svg +1 -0
  714. package/dist/ionic/svg/recording-outline.svg +1 -0
  715. package/dist/ionic/svg/recording-sharp.svg +1 -0
  716. package/dist/ionic/svg/recording.svg +1 -0
  717. package/dist/ionic/svg/refresh-circle-outline.svg +1 -0
  718. package/dist/ionic/svg/refresh-circle-sharp.svg +1 -0
  719. package/dist/ionic/svg/refresh-circle.svg +1 -0
  720. package/dist/ionic/svg/refresh-outline.svg +1 -0
  721. package/dist/ionic/svg/refresh-sharp.svg +1 -0
  722. package/dist/ionic/svg/refresh.svg +1 -0
  723. package/dist/ionic/svg/reload-circle-outline.svg +1 -0
  724. package/dist/ionic/svg/reload-circle-sharp.svg +1 -0
  725. package/dist/ionic/svg/reload-circle.svg +1 -0
  726. package/dist/ionic/svg/reload-outline.svg +1 -0
  727. package/dist/ionic/svg/reload-sharp.svg +1 -0
  728. package/dist/ionic/svg/reload.svg +1 -0
  729. package/dist/ionic/svg/remove-circle-outline.svg +1 -0
  730. package/dist/ionic/svg/remove-circle-sharp.svg +1 -0
  731. package/dist/ionic/svg/remove-circle.svg +1 -0
  732. package/dist/ionic/svg/remove-outline.svg +1 -0
  733. package/dist/ionic/svg/remove-sharp.svg +1 -0
  734. package/dist/ionic/svg/remove.svg +1 -0
  735. package/dist/ionic/svg/reorder-four-outline.svg +1 -0
  736. package/dist/ionic/svg/reorder-four-sharp.svg +1 -0
  737. package/dist/ionic/svg/reorder-four.svg +1 -0
  738. package/dist/ionic/svg/reorder-three-outline.svg +1 -0
  739. package/dist/ionic/svg/reorder-three-sharp.svg +1 -0
  740. package/dist/ionic/svg/reorder-three.svg +1 -0
  741. package/dist/ionic/svg/reorder-two-outline.svg +1 -0
  742. package/dist/ionic/svg/reorder-two-sharp.svg +1 -0
  743. package/dist/ionic/svg/reorder-two.svg +1 -0
  744. package/dist/ionic/svg/repeat-outline.svg +1 -0
  745. package/dist/ionic/svg/repeat-sharp.svg +1 -0
  746. package/dist/ionic/svg/repeat.svg +1 -0
  747. package/dist/ionic/svg/resize-outline.svg +1 -0
  748. package/dist/ionic/svg/resize-sharp.svg +1 -0
  749. package/dist/ionic/svg/resize.svg +1 -0
  750. package/dist/ionic/svg/restaurant-outline.svg +1 -0
  751. package/dist/ionic/svg/restaurant-sharp.svg +1 -0
  752. package/dist/ionic/svg/restaurant.svg +1 -0
  753. package/dist/ionic/svg/return-down-back-outline.svg +1 -0
  754. package/dist/ionic/svg/return-down-back-sharp.svg +1 -0
  755. package/dist/ionic/svg/return-down-back.svg +1 -0
  756. package/dist/ionic/svg/return-down-forward-outline.svg +1 -0
  757. package/dist/ionic/svg/return-down-forward-sharp.svg +1 -0
  758. package/dist/ionic/svg/return-down-forward.svg +1 -0
  759. package/dist/ionic/svg/return-up-back-outline.svg +1 -0
  760. package/dist/ionic/svg/return-up-back-sharp.svg +1 -0
  761. package/dist/ionic/svg/return-up-back.svg +1 -0
  762. package/dist/ionic/svg/return-up-forward-outline.svg +1 -0
  763. package/dist/ionic/svg/return-up-forward-sharp.svg +1 -0
  764. package/dist/ionic/svg/return-up-forward.svg +1 -0
  765. package/dist/ionic/svg/ribbon-outline.svg +1 -0
  766. package/dist/ionic/svg/ribbon-sharp.svg +1 -0
  767. package/dist/ionic/svg/ribbon.svg +1 -0
  768. package/dist/ionic/svg/rocket-outline.svg +1 -0
  769. package/dist/ionic/svg/rocket-sharp.svg +1 -0
  770. package/dist/ionic/svg/rocket.svg +1 -0
  771. package/dist/ionic/svg/rose-outline.svg +1 -0
  772. package/dist/ionic/svg/rose-sharp.svg +1 -0
  773. package/dist/ionic/svg/rose.svg +1 -0
  774. package/dist/ionic/svg/sad-outline.svg +1 -0
  775. package/dist/ionic/svg/sad-sharp.svg +1 -0
  776. package/dist/ionic/svg/sad.svg +1 -0
  777. package/dist/ionic/svg/save-outline.svg +1 -0
  778. package/dist/ionic/svg/save-sharp.svg +1 -0
  779. package/dist/ionic/svg/save.svg +1 -0
  780. package/dist/ionic/svg/scale-outline.svg +1 -0
  781. package/dist/ionic/svg/scale-sharp.svg +1 -0
  782. package/dist/ionic/svg/scale.svg +1 -0
  783. package/dist/ionic/svg/scan-circle-outline.svg +1 -0
  784. package/dist/ionic/svg/scan-circle-sharp.svg +1 -0
  785. package/dist/ionic/svg/scan-circle.svg +1 -0
  786. package/dist/ionic/svg/scan-outline.svg +1 -0
  787. package/dist/ionic/svg/scan-sharp.svg +1 -0
  788. package/dist/ionic/svg/scan.svg +1 -0
  789. package/dist/ionic/svg/school-outline.svg +1 -0
  790. package/dist/ionic/svg/school-sharp.svg +1 -0
  791. package/dist/ionic/svg/school.svg +1 -0
  792. package/dist/ionic/svg/search-circle-outline.svg +1 -0
  793. package/dist/ionic/svg/search-circle-sharp.svg +1 -0
  794. package/dist/ionic/svg/search-circle.svg +1 -0
  795. package/dist/ionic/svg/search-outline.svg +1 -0
  796. package/dist/ionic/svg/search-sharp.svg +1 -0
  797. package/dist/ionic/svg/search.svg +1 -0
  798. package/dist/ionic/svg/send-outline.svg +1 -0
  799. package/dist/ionic/svg/send-sharp.svg +1 -0
  800. package/dist/ionic/svg/send.svg +1 -0
  801. package/dist/ionic/svg/server-outline.svg +1 -0
  802. package/dist/ionic/svg/server-sharp.svg +1 -0
  803. package/dist/ionic/svg/server.svg +1 -0
  804. package/dist/ionic/svg/settings-outline.svg +1 -0
  805. package/dist/ionic/svg/settings-sharp.svg +1 -0
  806. package/dist/ionic/svg/settings.svg +1 -0
  807. package/dist/ionic/svg/shapes-outline.svg +1 -0
  808. package/dist/ionic/svg/shapes-sharp.svg +1 -0
  809. package/dist/ionic/svg/shapes.svg +1 -0
  810. package/dist/ionic/svg/share-outline.svg +1 -0
  811. package/dist/ionic/svg/share-sharp.svg +1 -0
  812. package/dist/ionic/svg/share-social-outline.svg +1 -0
  813. package/dist/ionic/svg/share-social-sharp.svg +1 -0
  814. package/dist/ionic/svg/share-social.svg +1 -0
  815. package/dist/ionic/svg/share.svg +1 -0
  816. package/dist/ionic/svg/shield-checkmark-outline.svg +1 -0
  817. package/dist/ionic/svg/shield-checkmark-sharp.svg +1 -0
  818. package/dist/ionic/svg/shield-checkmark.svg +1 -0
  819. package/dist/ionic/svg/shield-half-outline.svg +1 -0
  820. package/dist/ionic/svg/shield-half-sharp.svg +1 -0
  821. package/dist/ionic/svg/shield-half.svg +1 -0
  822. package/dist/ionic/svg/shield-outline.svg +1 -0
  823. package/dist/ionic/svg/shield-sharp.svg +1 -0
  824. package/dist/ionic/svg/shield.svg +1 -0
  825. package/dist/ionic/svg/shirt-outline.svg +1 -0
  826. package/dist/ionic/svg/shirt-sharp.svg +1 -0
  827. package/dist/ionic/svg/shirt.svg +1 -0
  828. package/dist/ionic/svg/shuffle-outline.svg +1 -0
  829. package/dist/ionic/svg/shuffle-sharp.svg +1 -0
  830. package/dist/ionic/svg/shuffle.svg +1 -0
  831. package/dist/ionic/svg/skull-outline.svg +1 -0
  832. package/dist/ionic/svg/skull-sharp.svg +1 -0
  833. package/dist/ionic/svg/skull.svg +1 -0
  834. package/dist/ionic/svg/snow-outline.svg +1 -0
  835. package/dist/ionic/svg/snow-sharp.svg +1 -0
  836. package/dist/ionic/svg/snow.svg +1 -0
  837. package/dist/ionic/svg/sparkles-outline.svg +1 -0
  838. package/dist/ionic/svg/sparkles-sharp.svg +1 -0
  839. package/dist/ionic/svg/sparkles.svg +1 -0
  840. package/dist/ionic/svg/speedometer-outline.svg +1 -0
  841. package/dist/ionic/svg/speedometer-sharp.svg +1 -0
  842. package/dist/ionic/svg/speedometer.svg +1 -0
  843. package/dist/ionic/svg/square-outline.svg +1 -0
  844. package/dist/ionic/svg/square-sharp.svg +1 -0
  845. package/dist/ionic/svg/square.svg +1 -0
  846. package/dist/ionic/svg/star-half-outline.svg +1 -0
  847. package/dist/ionic/svg/star-half-sharp.svg +1 -0
  848. package/dist/ionic/svg/star-half.svg +1 -0
  849. package/dist/ionic/svg/star-outline.svg +1 -0
  850. package/dist/ionic/svg/star-sharp.svg +1 -0
  851. package/dist/ionic/svg/star.svg +1 -0
  852. package/dist/ionic/svg/stats-chart-outline.svg +1 -0
  853. package/dist/ionic/svg/stats-chart-sharp.svg +1 -0
  854. package/dist/ionic/svg/stats-chart.svg +1 -0
  855. package/dist/ionic/svg/stop-circle-outline.svg +1 -0
  856. package/dist/ionic/svg/stop-circle-sharp.svg +1 -0
  857. package/dist/ionic/svg/stop-circle.svg +1 -0
  858. package/dist/ionic/svg/stop-outline.svg +1 -0
  859. package/dist/ionic/svg/stop-sharp.svg +1 -0
  860. package/dist/ionic/svg/stop.svg +1 -0
  861. package/dist/ionic/svg/stopwatch-outline.svg +1 -0
  862. package/dist/ionic/svg/stopwatch-sharp.svg +1 -0
  863. package/dist/ionic/svg/stopwatch.svg +1 -0
  864. package/dist/ionic/svg/storefront-outline.svg +1 -0
  865. package/dist/ionic/svg/storefront-sharp.svg +1 -0
  866. package/dist/ionic/svg/storefront.svg +1 -0
  867. package/dist/ionic/svg/subway-outline.svg +1 -0
  868. package/dist/ionic/svg/subway-sharp.svg +1 -0
  869. package/dist/ionic/svg/subway.svg +1 -0
  870. package/dist/ionic/svg/sunny-outline.svg +1 -0
  871. package/dist/ionic/svg/sunny-sharp.svg +1 -0
  872. package/dist/ionic/svg/sunny.svg +1 -0
  873. package/dist/ionic/svg/swap-horizontal-outline.svg +1 -0
  874. package/dist/ionic/svg/swap-horizontal-sharp.svg +1 -0
  875. package/dist/ionic/svg/swap-horizontal.svg +1 -0
  876. package/dist/ionic/svg/swap-vertical-outline.svg +1 -0
  877. package/dist/ionic/svg/swap-vertical-sharp.svg +1 -0
  878. package/dist/ionic/svg/swap-vertical.svg +1 -0
  879. package/dist/ionic/svg/sync-circle-outline.svg +1 -0
  880. package/dist/ionic/svg/sync-circle-sharp.svg +1 -0
  881. package/dist/ionic/svg/sync-circle.svg +1 -0
  882. package/dist/ionic/svg/sync-outline.svg +1 -0
  883. package/dist/ionic/svg/sync-sharp.svg +1 -0
  884. package/dist/ionic/svg/sync.svg +1 -0
  885. package/dist/ionic/svg/tablet-landscape-outline.svg +1 -0
  886. package/dist/ionic/svg/tablet-landscape-sharp.svg +1 -0
  887. package/dist/ionic/svg/tablet-landscape.svg +1 -0
  888. package/dist/ionic/svg/tablet-portrait-outline.svg +1 -0
  889. package/dist/ionic/svg/tablet-portrait-sharp.svg +1 -0
  890. package/dist/ionic/svg/tablet-portrait.svg +1 -0
  891. package/dist/ionic/svg/telescope-outline.svg +1 -0
  892. package/dist/ionic/svg/telescope-sharp.svg +1 -0
  893. package/dist/ionic/svg/telescope.svg +1 -0
  894. package/dist/ionic/svg/tennisball-outline.svg +1 -0
  895. package/dist/ionic/svg/tennisball-sharp.svg +1 -0
  896. package/dist/ionic/svg/tennisball.svg +1 -0
  897. package/dist/ionic/svg/terminal-outline.svg +1 -0
  898. package/dist/ionic/svg/terminal-sharp.svg +1 -0
  899. package/dist/ionic/svg/terminal.svg +1 -0
  900. package/dist/ionic/svg/text-outline.svg +1 -0
  901. package/dist/ionic/svg/text-sharp.svg +1 -0
  902. package/dist/ionic/svg/text.svg +1 -0
  903. package/dist/ionic/svg/thermometer-outline.svg +1 -0
  904. package/dist/ionic/svg/thermometer-sharp.svg +1 -0
  905. package/dist/ionic/svg/thermometer.svg +1 -0
  906. package/dist/ionic/svg/thumbs-down-outline.svg +1 -0
  907. package/dist/ionic/svg/thumbs-down-sharp.svg +1 -0
  908. package/dist/ionic/svg/thumbs-down.svg +1 -0
  909. package/dist/ionic/svg/thumbs-up-outline.svg +1 -0
  910. package/dist/ionic/svg/thumbs-up-sharp.svg +1 -0
  911. package/dist/ionic/svg/thumbs-up.svg +1 -0
  912. package/dist/ionic/svg/thunderstorm-outline.svg +1 -0
  913. package/dist/ionic/svg/thunderstorm-sharp.svg +1 -0
  914. package/dist/ionic/svg/thunderstorm.svg +1 -0
  915. package/dist/ionic/svg/ticket-outline.svg +1 -0
  916. package/dist/ionic/svg/ticket-sharp.svg +1 -0
  917. package/dist/ionic/svg/ticket.svg +1 -0
  918. package/dist/ionic/svg/time-outline.svg +1 -0
  919. package/dist/ionic/svg/time-sharp.svg +1 -0
  920. package/dist/ionic/svg/time.svg +1 -0
  921. package/dist/ionic/svg/timer-outline.svg +1 -0
  922. package/dist/ionic/svg/timer-sharp.svg +1 -0
  923. package/dist/ionic/svg/timer.svg +1 -0
  924. package/dist/ionic/svg/today-outline.svg +1 -0
  925. package/dist/ionic/svg/today-sharp.svg +1 -0
  926. package/dist/ionic/svg/today.svg +1 -0
  927. package/dist/ionic/svg/toggle-outline.svg +1 -0
  928. package/dist/ionic/svg/toggle-sharp.svg +1 -0
  929. package/dist/ionic/svg/toggle.svg +1 -0
  930. package/dist/ionic/svg/trail-sign-outline.svg +1 -0
  931. package/dist/ionic/svg/trail-sign-sharp.svg +1 -0
  932. package/dist/ionic/svg/trail-sign.svg +1 -0
  933. package/dist/ionic/svg/train-outline.svg +1 -0
  934. package/dist/ionic/svg/train-sharp.svg +1 -0
  935. package/dist/ionic/svg/train.svg +1 -0
  936. package/dist/ionic/svg/transgender-outline.svg +1 -0
  937. package/dist/ionic/svg/transgender-sharp.svg +1 -0
  938. package/dist/ionic/svg/transgender.svg +1 -0
  939. package/dist/ionic/svg/trash-bin-outline.svg +1 -0
  940. package/dist/ionic/svg/trash-bin-sharp.svg +1 -0
  941. package/dist/ionic/svg/trash-bin.svg +1 -0
  942. package/dist/ionic/svg/trash-outline.svg +1 -0
  943. package/dist/ionic/svg/trash-sharp.svg +1 -0
  944. package/dist/ionic/svg/trash.svg +1 -0
  945. package/dist/ionic/svg/trending-down-outline.svg +1 -0
  946. package/dist/ionic/svg/trending-down-sharp.svg +1 -0
  947. package/dist/ionic/svg/trending-down.svg +1 -0
  948. package/dist/ionic/svg/trending-up-outline.svg +1 -0
  949. package/dist/ionic/svg/trending-up-sharp.svg +1 -0
  950. package/dist/ionic/svg/trending-up.svg +1 -0
  951. package/dist/ionic/svg/triangle-outline.svg +1 -0
  952. package/dist/ionic/svg/triangle-sharp.svg +1 -0
  953. package/dist/ionic/svg/triangle.svg +1 -0
  954. package/dist/ionic/svg/trophy-outline.svg +1 -0
  955. package/dist/ionic/svg/trophy-sharp.svg +1 -0
  956. package/dist/ionic/svg/trophy.svg +1 -0
  957. package/dist/ionic/svg/tv-outline.svg +1 -0
  958. package/dist/ionic/svg/tv-sharp.svg +1 -0
  959. package/dist/ionic/svg/tv.svg +1 -0
  960. package/dist/ionic/svg/umbrella-outline.svg +1 -0
  961. package/dist/ionic/svg/umbrella-sharp.svg +1 -0
  962. package/dist/ionic/svg/umbrella.svg +1 -0
  963. package/dist/ionic/svg/unlink-outline.svg +1 -0
  964. package/dist/ionic/svg/unlink-sharp.svg +1 -0
  965. package/dist/ionic/svg/unlink.svg +1 -0
  966. package/dist/ionic/svg/videocam-off-outline.svg +1 -0
  967. package/dist/ionic/svg/videocam-off-sharp.svg +1 -0
  968. package/dist/ionic/svg/videocam-off.svg +1 -0
  969. package/dist/ionic/svg/videocam-outline.svg +1 -0
  970. package/dist/ionic/svg/videocam-sharp.svg +1 -0
  971. package/dist/ionic/svg/videocam.svg +1 -0
  972. package/dist/ionic/svg/volume-high-outline.svg +1 -0
  973. package/dist/ionic/svg/volume-high-sharp.svg +1 -0
  974. package/dist/ionic/svg/volume-high.svg +1 -0
  975. package/dist/ionic/svg/volume-low-outline.svg +1 -0
  976. package/dist/ionic/svg/volume-low-sharp.svg +1 -0
  977. package/dist/ionic/svg/volume-low.svg +1 -0
  978. package/dist/ionic/svg/volume-medium-outline.svg +1 -0
  979. package/dist/ionic/svg/volume-medium-sharp.svg +1 -0
  980. package/dist/ionic/svg/volume-medium.svg +1 -0
  981. package/dist/ionic/svg/volume-mute-outline.svg +1 -0
  982. package/dist/ionic/svg/volume-mute-sharp.svg +1 -0
  983. package/dist/ionic/svg/volume-mute.svg +1 -0
  984. package/dist/ionic/svg/volume-off-outline.svg +1 -0
  985. package/dist/ionic/svg/volume-off-sharp.svg +1 -0
  986. package/dist/ionic/svg/volume-off.svg +1 -0
  987. package/dist/ionic/svg/walk-outline.svg +1 -0
  988. package/dist/ionic/svg/walk-sharp.svg +1 -0
  989. package/dist/ionic/svg/walk.svg +1 -0
  990. package/dist/ionic/svg/wallet-outline.svg +1 -0
  991. package/dist/ionic/svg/wallet-sharp.svg +1 -0
  992. package/dist/ionic/svg/wallet.svg +1 -0
  993. package/dist/ionic/svg/warning-outline.svg +1 -0
  994. package/dist/ionic/svg/warning-sharp.svg +1 -0
  995. package/dist/ionic/svg/warning.svg +1 -0
  996. package/dist/ionic/svg/watch-outline.svg +1 -0
  997. package/dist/ionic/svg/watch-sharp.svg +1 -0
  998. package/dist/ionic/svg/watch.svg +1 -0
  999. package/dist/ionic/svg/water-outline.svg +1 -0
  1000. package/dist/ionic/svg/water-sharp.svg +1 -0
  1001. package/dist/ionic/svg/water.svg +1 -0
  1002. package/dist/ionic/svg/wifi-outline.svg +1 -0
  1003. package/dist/ionic/svg/wifi-sharp.svg +1 -0
  1004. package/dist/ionic/svg/wifi.svg +1 -0
  1005. package/dist/ionic/svg/wine-outline.svg +1 -0
  1006. package/dist/ionic/svg/wine-sharp.svg +1 -0
  1007. package/dist/ionic/svg/wine.svg +1 -0
  1008. package/dist/ionic/svg/woman-outline.svg +1 -0
  1009. package/dist/ionic/svg/woman-sharp.svg +1 -0
  1010. package/dist/ionic/svg/woman.svg +1 -0
  1011. package/dist/types/components/accordion/accordion.d.ts +1 -1
  1012. package/dist/types/components/action-sheet/action-sheet.d.ts +37 -0
  1013. package/dist/types/components/checkbox/checkbox.d.ts +9 -1
  1014. package/dist/types/components/content/content.d.ts +7 -0
  1015. package/dist/types/components/datetime/datetime.d.ts +10 -0
  1016. package/dist/types/components/fab-button/fab-button.d.ts +1 -1
  1017. package/dist/types/components/item/item.d.ts +1 -1
  1018. package/dist/types/components/modal/modal.d.ts +14 -0
  1019. package/dist/types/components/popover/popover.d.ts +7 -0
  1020. package/dist/types/components/radio-group/radio-group.d.ts +9 -1
  1021. package/dist/types/components/select/select.d.ts +2 -2
  1022. package/dist/types/components/toggle/toggle.d.ts +7 -1
  1023. package/dist/types/components.d.ts +10 -6
  1024. package/dist/types/utils/forms/validity.d.ts +1 -1
  1025. package/hydrate/index.js +863 -451
  1026. package/hydrate/index.mjs +863 -451
  1027. package/package.json +10 -6
  1028. package/dist/ionic/p-4cc26913.entry.js +0 -4
  1029. package/dist/ionic/p-4efea47a.entry.js +0 -4
  1030. package/dist/ionic/p-510d86e1.entry.js +0 -4
  1031. package/dist/ionic/p-5fb517e4.entry.js +0 -4
  1032. package/dist/ionic/p-7bcfc421.entry.js +0 -4
  1033. package/dist/ionic/p-8bdfc8f6.entry.js +0 -4
  1034. package/dist/ionic/p-95bddd49.entry.js +0 -4
  1035. package/dist/ionic/p-D87hU-Ly.js +0 -4
  1036. package/dist/ionic/p-dc2e126d.entry.js +0 -4
  1037. package/dist/ionic/p-e16b69e1.entry.js +0 -4
  1038. package/dist/ionic/p-f65f9308.entry.js +0 -4
  1039. package/dist/ionic/p-fc278823.entry.js +0 -4
@@ -5,7 +5,7 @@ import { r as registerInstance, c as createEvent, e as config, h, d as Host, g a
5
5
  import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-mCdtaoPe.js';
6
6
  import { r as raf } from './helpers-DEn3pfjm.js';
7
7
  import { c as createLockController } from './lock-controller-B-hirT0v.js';
8
- import { d as createDelegateController, e as createTriggerController, B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod } from './overlays-BymNv-BL.js';
8
+ import { d as createDelegateController, e as createTriggerController, B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod } from './overlays-DCabi1dI.js';
9
9
  import { g as getClassMap } from './theme-DiVJyqlX.js';
10
10
  import { b as getIonMode } from './ionic-global-CDrldh-5.js';
11
11
  import { c as createAnimation } from './animation-Dt8bGnA-.js';
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, e as config, j as printIonError, h, d as Host, g as getElement } from './index-C8IsBmNU.js';
5
5
  import { g as getTimeGivenProgression } from './cubic-bezier-hHmYLOfE.js';
6
- import { o as getPresentedOverlay, B as BACKDROP, n as focusFirstDescendant, q as focusLastDescendant, G as GESTURE } from './overlays-BymNv-BL.js';
6
+ import { o as getPresentedOverlay, B as BACKDROP, n as focusFirstDescendant, q as focusLastDescendant, G as GESTURE } from './overlays-DCabi1dI.js';
7
7
  import { G as GESTURE_CONTROLLER } from './gesture-controller-BTEOs1at.js';
8
8
  import { shouldUseCloseWatcher } from './hardware-back-button-CPLxO-Ev.js';
9
9
  import { o as isEndSide, i as inheritAriaAttributes, l as assert, e as clamp } from './helpers-DEn3pfjm.js';
@@ -7,7 +7,7 @@ import { C as CoreDelegate, a as attachComponent, d as detachComponent } from '.
7
7
  import { e as clamp, g as getElementRoot, r as raf, b as inheritAttributes, h as hasLazyBuild } from './helpers-DEn3pfjm.js';
8
8
  import { c as createLockController } from './lock-controller-B-hirT0v.js';
9
9
  import { g as getCapacitor } from './capacitor-CFERIeaU.js';
10
- import { G as GESTURE, O as OVERLAY_GESTURE_PRIORITY, F as FOCUS_TRAP_DISABLE_CLASS, e as createTriggerController, B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod } from './overlays-BymNv-BL.js';
10
+ import { G as GESTURE, O as OVERLAY_GESTURE_PRIORITY, F as FOCUS_TRAP_DISABLE_CLASS, e as createTriggerController, B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod } from './overlays-DCabi1dI.js';
11
11
  import { g as getClassMap } from './theme-DiVJyqlX.js';
12
12
  import { e as deepReady, w as waitForMount } from './index-r2D9DEro.js';
13
13
  import { b as getIonMode } from './ionic-global-CDrldh-5.js';
@@ -1918,7 +1918,13 @@ const Modal = class {
1918
1918
  };
1919
1919
  window.addEventListener(KEYBOARD_DID_OPEN, this.keyboardOpenCallback);
1920
1920
  }
1921
- if (this.isSheetModal) {
1921
+ /**
1922
+ * Recalculate isSheetModal because framework bindings (e.g., Angular)
1923
+ * may not have been applied when componentWillLoad ran.
1924
+ */
1925
+ const isSheetModal = this.breakpoints !== undefined && this.initialBreakpoint !== undefined;
1926
+ this.isSheetModal = isSheetModal;
1927
+ if (isSheetModal) {
1922
1928
  this.initSheetGesture();
1923
1929
  }
1924
1930
  else if (hasCardModal) {
@@ -2000,6 +2006,79 @@ const Modal = class {
2000
2006
  this.gesture = gesture;
2001
2007
  this.moveSheetToBreakpoint = moveSheetToBreakpoint;
2002
2008
  this.gesture.enable(true);
2009
+ /**
2010
+ * When backdrop interaction is allowed, nested router outlets from child routes
2011
+ * may block pointer events to parent content. Apply passthrough styles only when
2012
+ * the modal was the sole content of a child route page.
2013
+ * See https://github.com/ionic-team/ionic-framework/issues/30700
2014
+ */
2015
+ const backdropNotBlocking = this.showBackdrop === false || this.focusTrap === false || backdropBreakpoint > 0;
2016
+ if (backdropNotBlocking) {
2017
+ this.setupChildRoutePassthrough();
2018
+ }
2019
+ }
2020
+ /**
2021
+ * For sheet modals that allow background interaction, sets up pointer-events
2022
+ * passthrough on child route page wrappers and nested router outlets.
2023
+ */
2024
+ setupChildRoutePassthrough() {
2025
+ var _a;
2026
+ // Cache the page parent for cleanup
2027
+ this.cachedPageParent = this.getOriginalPageParent();
2028
+ const pageParent = this.cachedPageParent;
2029
+ // Skip ion-app (controller modals) and pages with visible sibling content next to the modal
2030
+ if (!pageParent || pageParent.tagName === 'ION-APP') {
2031
+ return;
2032
+ }
2033
+ const hasVisibleContent = Array.from(pageParent.children).some((child) => {
2034
+ var _a;
2035
+ return child !== this.el &&
2036
+ !(child instanceof HTMLElement && window.getComputedStyle(child).display === 'none') &&
2037
+ child.tagName !== 'TEMPLATE' &&
2038
+ child.tagName !== 'SLOT' &&
2039
+ !(child.nodeType === Node.TEXT_NODE && !((_a = child.textContent) === null || _a === void 0 ? void 0 : _a.trim()));
2040
+ });
2041
+ if (hasVisibleContent) {
2042
+ return;
2043
+ }
2044
+ // Child route case: page only contained the modal
2045
+ pageParent.classList.add('ion-page-overlay-passthrough');
2046
+ // Also make nested router outlets passthrough
2047
+ const routerOutlet = pageParent.parentElement;
2048
+ if ((routerOutlet === null || routerOutlet === void 0 ? void 0 : routerOutlet.tagName) === 'ION-ROUTER-OUTLET' && ((_a = routerOutlet.parentElement) === null || _a === void 0 ? void 0 : _a.tagName) !== 'ION-APP') {
2049
+ routerOutlet.style.setProperty('pointer-events', 'none');
2050
+ routerOutlet.setAttribute('data-overlay-passthrough', 'true');
2051
+ }
2052
+ }
2053
+ /**
2054
+ * Finds the ion-page ancestor of the modal's original parent location.
2055
+ */
2056
+ getOriginalPageParent() {
2057
+ if (!this.cachedOriginalParent) {
2058
+ return null;
2059
+ }
2060
+ let pageParent = this.cachedOriginalParent;
2061
+ while (pageParent && !pageParent.classList.contains('ion-page')) {
2062
+ pageParent = pageParent.parentElement;
2063
+ }
2064
+ return pageParent;
2065
+ }
2066
+ /**
2067
+ * Removes passthrough styles added by setupChildRoutePassthrough.
2068
+ */
2069
+ cleanupChildRoutePassthrough() {
2070
+ const pageParent = this.cachedPageParent;
2071
+ if (!pageParent) {
2072
+ return;
2073
+ }
2074
+ pageParent.classList.remove('ion-page-overlay-passthrough');
2075
+ const routerOutlet = pageParent.parentElement;
2076
+ if (routerOutlet === null || routerOutlet === void 0 ? void 0 : routerOutlet.hasAttribute('data-overlay-passthrough')) {
2077
+ routerOutlet.style.removeProperty('pointer-events');
2078
+ routerOutlet.removeAttribute('data-overlay-passthrough');
2079
+ }
2080
+ // Clear the cached reference
2081
+ this.cachedPageParent = undefined;
2003
2082
  }
2004
2083
  sheetOnDismiss() {
2005
2084
  /**
@@ -2089,6 +2168,7 @@ const Modal = class {
2089
2168
  }
2090
2169
  this.cleanupViewTransitionListener();
2091
2170
  this.cleanupParentRemovalObserver();
2171
+ this.cleanupChildRoutePassthrough();
2092
2172
  }
2093
2173
  this.currentBreakpoint = undefined;
2094
2174
  this.animation = undefined;
@@ -2285,6 +2365,17 @@ const Modal = class {
2285
2365
  this.cachedOriginalParent.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {
2286
2366
  return;
2287
2367
  }
2368
+ /**
2369
+ * Don't observe for controller-based modals or when the parent is the
2370
+ * app root (document.body or ion-app). These parents won't be removed,
2371
+ * and observing document.body with subtree: true causes performance
2372
+ * issues with frameworks like Angular during change detection.
2373
+ */
2374
+ if (this.hasController ||
2375
+ this.cachedOriginalParent === document.body ||
2376
+ this.cachedOriginalParent.tagName === 'ION-APP') {
2377
+ return;
2378
+ }
2288
2379
  this.parentRemovalObserver = new MutationObserver((mutations) => {
2289
2380
  mutations.forEach((mutation) => {
2290
2381
  if (mutation.type === 'childList' && mutation.removedNodes.length > 0) {
@@ -2326,20 +2417,20 @@ const Modal = class {
2326
2417
  const isCardModal = presentingElement !== undefined && mode === 'ios';
2327
2418
  const isHandleCycle = handleBehavior === 'cycle';
2328
2419
  const isSheetModalWithHandle = isSheetModal && showHandle;
2329
- return (h(Host, Object.assign({ key: '9e9a7bd591eb17a225a00b4fa2e379e94601d17f', "no-router": true,
2420
+ return (h(Host, Object.assign({ key: '9a75095a13de0cfc96f1fa69fd92777d25da8daa', "no-router": true,
2330
2421
  // Allow the modal to be navigable when the handle is focusable
2331
2422
  tabIndex: isHandleCycle && isSheetModalWithHandle ? 0 : -1 }, htmlAttributes, { style: {
2332
2423
  zIndex: `${20000 + this.overlayIndex}`,
2333
- }, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle, onFocus: this.onModalFocus }), h("ion-backdrop", { key: 'e5eae2c14f830f75e308fcd7f4c10c86fac5b962', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && h("div", { key: 'e268f9cd310c3cf4e051b5b92524ce4fb70d005e', class: "modal-shadow" }), h("div", Object.assign({ key: '9c380f36c18144c153077b15744d1c3346bce63e',
2424
+ }, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle, onFocus: this.onModalFocus }), h("ion-backdrop", { key: 'd02612d8063ef20f59f173ff47795f71cdaaf63e', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && h("div", { key: '708761b70a93e34c08faae079569f444c7416a4c', class: "modal-shadow" }), h("div", Object.assign({ key: 'a72226ff1a98229f9bfd9207b98fc57e02baa430',
2334
2425
  /*
2335
2426
  role and aria-modal must be used on the
2336
2427
  same element. They must also be set inside the
2337
2428
  shadow DOM otherwise ion-button will not be highlighted
2338
2429
  when using VoiceOver: https://bugs.webkit.org/show_bug.cgi?id=247134
2339
2430
  */
2340
- role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (h("button", { key: '2d5ee6d5959d97309c306e8ce72eb0f2c19be144', class: "modal-handle",
2431
+ role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (h("button", { key: '0547f32323882660221385d84d492929caa77c6b', class: "modal-handle",
2341
2432
  // Prevents the handle from receiving keyboard focus when it does not cycle
2342
- tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle", ref: (el) => (this.dragHandleEl = el) })), h("slot", { key: '5590434c35ea04c42fc006498bc189038e15a298', onSlotchange: this.onSlotChange }))));
2433
+ tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle", ref: (el) => (this.dragHandleEl = el) })), h("slot", { key: 'fccbd64518b6fa22f9e874deb6b4ba55d8d89c3b', onSlotchange: this.onSlotChange }))));
2343
2434
  }
2344
2435
  get el() { return getElement(this); }
2345
2436
  static get watchers() { return {
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, f as printIonWarning, h, d as Host, g as getElement } from './index-C8IsBmNU.js';
5
- import { B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, n as focusFirstDescendant, g as dismiss, h as eventMethod, F as FOCUS_TRAP_DISABLE_CLASS } from './overlays-BymNv-BL.js';
5
+ import { B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, n as focusFirstDescendant, g as dismiss, h as eventMethod, F as FOCUS_TRAP_DISABLE_CLASS } from './overlays-DCabi1dI.js';
6
6
  import { C as CoreDelegate, a as attachComponent, d as detachComponent } from './framework-delegate-BYawdMXj.js';
7
7
  import { g as getElementRoot, r as raf, f as addEventListener, h as hasLazyBuild } from './helpers-DEn3pfjm.js';
8
8
  import { c as createLockController } from './lock-controller-B-hirT0v.js';
@@ -1178,6 +1178,10 @@ const Popover = class {
1178
1178
  if (destroyTriggerInteraction) {
1179
1179
  destroyTriggerInteraction();
1180
1180
  }
1181
+ if (this.headerResizeObserver) {
1182
+ this.headerResizeObserver.disconnect();
1183
+ this.headerResizeObserver = undefined;
1184
+ }
1181
1185
  }
1182
1186
  componentWillLoad() {
1183
1187
  var _a, _b;
@@ -1280,6 +1284,7 @@ const Popover = class {
1280
1284
  */
1281
1285
  this.ionMount.emit();
1282
1286
  this.usersElement = await attachComponent(delegate, el, this.component, ['popover-viewport'], this.componentProps, inline);
1287
+ this.recalculateContentOnHeaderReady();
1283
1288
  if (!this.keyboardEvents) {
1284
1289
  this.configureKeyboardInteraction();
1285
1290
  }
@@ -1325,6 +1330,35 @@ const Popover = class {
1325
1330
  }
1326
1331
  unlock();
1327
1332
  }
1333
+ /**
1334
+ * Watch the header for height changes and trigger content dimension
1335
+ * recalculation when the header has a height > 0. This sets the offset-top
1336
+ * of the content to the height of the header correctly.
1337
+ */
1338
+ recalculateContentOnHeaderReady() {
1339
+ var _a;
1340
+ const popoverContent = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.popover-content');
1341
+ if (!popoverContent) {
1342
+ return;
1343
+ }
1344
+ const contentContainer = this.usersElement || popoverContent;
1345
+ const header = contentContainer.querySelector('ion-header');
1346
+ const contentElements = contentContainer.querySelectorAll('ion-content');
1347
+ if (!header || contentElements.length === 0) {
1348
+ return;
1349
+ }
1350
+ this.headerResizeObserver = new ResizeObserver(async () => {
1351
+ var _a;
1352
+ if (header.offsetHeight > 0) {
1353
+ (_a = this.headerResizeObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
1354
+ this.headerResizeObserver = undefined;
1355
+ for (const contentEl of contentElements) {
1356
+ await contentEl.recalculateDimensions();
1357
+ }
1358
+ }
1359
+ });
1360
+ this.headerResizeObserver.observe(header);
1361
+ }
1328
1362
  /**
1329
1363
  * Dismiss the popover overlay after it has been presented.
1330
1364
  * This is a no-op if the overlay has not been presented yet. If you want
@@ -1386,9 +1420,9 @@ const Popover = class {
1386
1420
  const { onLifecycle, parentPopover, dismissOnSelect, side, arrow, htmlAttributes, focusTrap } = this;
1387
1421
  const desktop = isPlatform('desktop');
1388
1422
  const enableArrow = arrow && !parentPopover;
1389
- return (h(Host, Object.assign({ key: '16866c02534968c982cf4730d2936d03a5107c8b', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
1423
+ return (h(Host, Object.assign({ key: '42863f748c93f709d433931d969230137b37d42d', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
1390
1424
  zIndex: `${20000 + this.overlayIndex}`,
1391
- }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && h("ion-backdrop", { key: '0df258601a4d30df3c27aa8234a7d5e056c3ecbb', tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), h("div", { key: 'f94e80ed996b957b5cd09b826472b4f60e8fcc78', class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && h("div", { key: '185ce22f6386e8444a9cc7b8818dbfc16c463c99', class: "popover-arrow", part: "arrow" }), h("div", { key: '206202b299404e110de5397b229678cca18568d3', class: "popover-content", part: "content" }, h("slot", { key: 'ee543a0b92d6e35a837c0a0e4617c7b0fc4ad0b0' })))));
1425
+ }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && h("ion-backdrop", { key: '22b6d82178b52158b76ab3fd9a7dd738fd6e4bbf', tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), h("div", { key: 'b76335c64e992a964ed3fb91d17a992c3474b4cd', class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && h("div", { key: '018c846c32e7ff7fa010528e6b37a17e5f03c84c', class: "popover-arrow", part: "arrow" }), h("div", { key: '350c468c80052da3a07768bceab98fe159c35a43', class: "popover-content", part: "content" }, h("slot", { key: '686443c17ac9873d33905c1cdb67e6d6da675282' })))));
1392
1426
  }
1393
1427
  get el() { return getElement(this); }
1394
1428
  static get watchers() { return {
@@ -6,6 +6,7 @@ import { f as addEventListener, m as removeEventListener, a as renderHiddenInput
6
6
  import { i as isOptionSelected } from './compare-with-utils-sObYyvOy.js';
7
7
  import { h as hostContext, c as createColorClasses } from './theme-DiVJyqlX.js';
8
8
  import { b as getIonMode } from './ionic-global-CDrldh-5.js';
9
+ import { c as checkInvalidState } from './validity-DJztqcrH.js';
9
10
 
10
11
  const radioIosCss = ":host{--inner-border-radius:50%;display:inline-block;position:relative;max-width:100%;min-height:inherit;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.radio-disabled){pointer-events:none}.radio-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;contain:layout size style}.radio-icon,.radio-inner{-webkit-box-sizing:border-box;box-sizing:border-box}input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}:host(:focus){outline:none}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0;width:100%;height:100%}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}.radio-wrapper{display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:inherit;min-height:inherit;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper{margin-top:10px;margin-bottom:10px}:host(.in-item.radio-label-placement-stacked) .label-text-wrapper{margin-top:10px;margin-bottom:16px}:host(.in-item.radio-label-placement-stacked) .native-wrapper{margin-bottom:10px}.label-text-wrapper-hidden{display:none}.native-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host(.radio-justify-space-between) .radio-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.radio-justify-start) .radio-wrapper{-ms-flex-pack:start;justify-content:start}:host(.radio-justify-end) .radio-wrapper{-ms-flex-pack:end;justify-content:end}:host(.radio-alignment-start) .radio-wrapper{-ms-flex-align:start;align-items:start}:host(.radio-alignment-center) .radio-wrapper{-ms-flex-align:center;align-items:center}:host(.radio-justify-space-between),:host(.radio-justify-start),:host(.radio-justify-end),:host(.radio-alignment-start),:host(.radio-alignment-center){display:block}:host(.radio-label-placement-start) .radio-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.radio-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.radio-label-placement-end) .radio-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.radio-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}:host(.radio-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.radio-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px}:host(.radio-label-placement-stacked) .radio-wrapper{-ms-flex-direction:column;flex-direction:column}:host(.radio-label-placement-stacked) .label-text-wrapper{-webkit-transform:scale(0.75);transform:scale(0.75);margin-left:0;margin-right:0;margin-bottom:16px;max-width:calc(100% / 0.75)}:host(.radio-label-placement-stacked.radio-alignment-start) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host-context([dir=rtl]):host(.radio-label-placement-stacked.radio-alignment-start) .label-text-wrapper,:host-context([dir=rtl]).radio-label-placement-stacked.radio-alignment-start .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){:host(.radio-label-placement-stacked.radio-alignment-start:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}}:host(.radio-label-placement-stacked.radio-alignment-center) .label-text-wrapper{-webkit-transform-origin:center top;transform-origin:center top}:host-context([dir=rtl]):host(.radio-label-placement-stacked.radio-alignment-center) .label-text-wrapper,:host-context([dir=rtl]).radio-label-placement-stacked.radio-alignment-center .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}@supports selector(:dir(rtl)){:host(.radio-label-placement-stacked.radio-alignment-center:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}}:host{--color-checked:var(--ion-color-primary, #0054e9)}:host(.ion-color.radio-checked) .radio-inner{border-color:var(--ion-color-base)}.item-radio.item-ios ion-label{-webkit-margin-start:0;margin-inline-start:0}.radio-inner{width:33%;height:50%}:host(.radio-checked) .radio-inner{-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:0.125rem;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--color-checked)}:host(.radio-disabled){opacity:0.3}:host(.ion-focused) .radio-icon::after{border-radius:var(--inner-border-radius);top:-8px;display:block;position:absolute;width:36px;height:36px;background:var(--ion-color-primary-tint, #1a65eb);content:\"\";opacity:0.2}:host(.ion-focused) .radio-icon::after{inset-inline-start:-9px}.native-wrapper .radio-icon{width:0.9375rem;height:1.5rem}";
11
12
 
@@ -175,6 +176,10 @@ const RadioGroup = class {
175
176
  this.helperTextId = `${this.inputId}-helper-text`;
176
177
  this.errorTextId = `${this.inputId}-error-text`;
177
178
  this.labelId = `${this.inputId}-lbl`;
179
+ /**
180
+ * Track validation state for proper aria-live announcements.
181
+ */
182
+ this.isInvalid = false;
178
183
  /**
179
184
  * If `true`, the radios can be deselected.
180
185
  */
@@ -256,6 +261,52 @@ const RadioGroup = class {
256
261
  this.labelId = label.id = this.name + '-lbl';
257
262
  }
258
263
  }
264
+ // Watch for class changes to update validation state.
265
+ if (typeof MutationObserver !== 'undefined') {
266
+ this.validationObserver = new MutationObserver(() => {
267
+ const newIsInvalid = checkInvalidState(this.el);
268
+ if (this.isInvalid !== newIsInvalid) {
269
+ this.isInvalid = newIsInvalid;
270
+ /**
271
+ * Screen readers tend to announce changes
272
+ * to `aria-describedby` when the attribute
273
+ * is changed during a blur event for a
274
+ * native form control.
275
+ * However, the announcement can be spotty
276
+ * when using a non-native form control
277
+ * and `forceUpdate()`.
278
+ * This is due to `forceUpdate()` internally
279
+ * rescheduling the DOM update to a lower
280
+ * priority queue regardless if it's called
281
+ * inside a Promise or not, thus causing
282
+ * the screen reader to potentially miss the
283
+ * change.
284
+ * By using a State variable inside a Promise,
285
+ * it guarantees a re-render immediately at
286
+ * a higher priority.
287
+ */
288
+ Promise.resolve().then(() => {
289
+ this.hintTextId = this.getHintTextId();
290
+ });
291
+ }
292
+ });
293
+ this.validationObserver.observe(this.el, {
294
+ attributes: true,
295
+ attributeFilter: ['class'],
296
+ });
297
+ }
298
+ // Always set initial state
299
+ this.isInvalid = checkInvalidState(this.el);
300
+ }
301
+ componentWillLoad() {
302
+ this.hintTextId = this.getHintTextId();
303
+ }
304
+ disconnectedCallback() {
305
+ // Clean up validation observer to prevent memory leaks.
306
+ if (this.validationObserver) {
307
+ this.validationObserver.disconnect();
308
+ this.validationObserver = undefined;
309
+ }
259
310
  }
260
311
  getRadios() {
261
312
  return Array.from(this.el.querySelectorAll('ion-radio'));
@@ -331,16 +382,16 @@ const RadioGroup = class {
331
382
  * Renders the helper text or error text values
332
383
  */
333
384
  renderHintText() {
334
- const { helperText, errorText, helperTextId, errorTextId } = this;
385
+ const { helperText, errorText, helperTextId, errorTextId, isInvalid } = this;
335
386
  const hasHintText = !!helperText || !!errorText;
336
387
  if (!hasHintText) {
337
388
  return;
338
389
  }
339
- return (h("div", { class: "radio-group-top" }, h("div", { id: helperTextId, class: "helper-text" }, helperText), h("div", { id: errorTextId, class: "error-text" }, errorText)));
390
+ return (h("div", { class: "radio-group-top" }, h("div", { id: helperTextId, class: "helper-text", "aria-live": "polite" }, !isInvalid ? helperText : null), h("div", { id: errorTextId, class: "error-text", role: "alert" }, isInvalid ? errorText : null)));
340
391
  }
341
- getHintTextID() {
342
- const { el, helperText, errorText, helperTextId, errorTextId } = this;
343
- if (el.classList.contains('ion-touched') && el.classList.contains('ion-invalid') && errorText) {
392
+ getHintTextId() {
393
+ const { helperText, errorText, helperTextId, errorTextId, isInvalid } = this;
394
+ if (isInvalid && errorText) {
344
395
  return errorTextId;
345
396
  }
346
397
  if (helperText) {
@@ -352,7 +403,7 @@ const RadioGroup = class {
352
403
  const { label, labelId, el, name, value } = this;
353
404
  const mode = getIonMode(this);
354
405
  renderHiddenInput(true, el, name, value, false);
355
- return (h(Host, { key: '81b8ebc96b2f383c36717f290d2959cc921ad6e8', role: "radiogroup", "aria-labelledby": label ? labelId : null, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId, onClick: this.onClick, class: mode }, this.renderHintText(), h("div", { key: '45b09efc10776b889a8f372cba80d25a3fc849da', class: "radio-group-wrapper" }, h("slot", { key: '58714934542c2fdd7396de160364f3f06b32e8f8' }))));
406
+ return (h(Host, { key: 'db593b3ed511e9395e3c7bfd91b787328692cd6d', role: "radiogroup", "aria-labelledby": label ? labelId : null, "aria-describedby": this.hintTextId, "aria-invalid": this.isInvalid ? 'true' : undefined, onClick: this.onClick, class: mode }, this.renderHintText(), h("div", { key: '85045b45a0100a45f3b9a35d1c5a25ec63d525c4', class: "radio-group-wrapper" }, h("slot", { key: '53dacb87ce62398e78771fb2efaf839ab922d946' }))));
356
407
  }
357
408
  get el() { return getElement(this); }
358
409
  static get watchers() { return {
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import { r as registerInstance, h, i as forceUpdate, d as Host, g as getElement } from './index-C8IsBmNU.js';
5
5
  import { b as getIonMode } from './ionic-global-CDrldh-5.js';
6
- import { s as safeCall } from './overlays-BymNv-BL.js';
6
+ import { s as safeCall } from './overlays-DCabi1dI.js';
7
7
  import { g as getClassMap } from './theme-DiVJyqlX.js';
8
8
  import './index-ZjP4CjeZ.js';
9
9
  import './helpers-DEn3pfjm.js';
@@ -2,10 +2,11 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, f as printIonWarning, h, d as Host, g as getElement, i as forceUpdate } from './index-C8IsBmNU.js';
5
- import { c as createNotchController, a as checkInvalidState } from './validity-B8oWougr.js';
5
+ import { c as createNotchController } from './notch-controller-BwelN_JM.js';
6
6
  import { i as isOptionSelected, c as compareOptions } from './compare-with-utils-sObYyvOy.js';
7
+ import { c as checkInvalidState } from './validity-DJztqcrH.js';
7
8
  import { b as inheritAttributes, a as renderHiddenInput, n as focusVisibleElement } from './helpers-DEn3pfjm.js';
8
- import { c as popoverController, b as actionSheetController, a as alertController, m as modalController, s as safeCall } from './overlays-BymNv-BL.js';
9
+ import { c as popoverController, b as actionSheetController, a as alertController, m as modalController, s as safeCall } from './overlays-DCabi1dI.js';
9
10
  import { i as isRTL } from './dir-C53feagD.js';
10
11
  import { h as hostContext, c as createColorClasses, g as getClassMap } from './theme-DiVJyqlX.js';
11
12
  import { w as watchForOptions } from './watch-options-Dtdm8lKC.js';
@@ -201,7 +202,7 @@ const Select = class {
201
202
  * a higher priority.
202
203
  */
203
204
  Promise.resolve().then(() => {
204
- this.hintTextID = this.getHintTextID();
205
+ this.hintTextId = this.getHintTextId();
205
206
  });
206
207
  }
207
208
  });
@@ -215,7 +216,7 @@ const Select = class {
215
216
  }
216
217
  componentWillLoad() {
217
218
  this.inheritedAttributes = inheritAttributes(this.el, ['aria-label']);
218
- this.hintTextID = this.getHintTextID();
219
+ this.hintTextId = this.getHintTextId();
219
220
  }
220
221
  componentDidLoad() {
221
222
  /**
@@ -394,13 +395,18 @@ const Select = class {
394
395
  .filter((cls) => cls !== 'hydrated')
395
396
  .join(' ');
396
397
  const optClass = `${OPTION_CLASS} ${copyClasses}`;
398
+ const isSelected = isOptionSelected(selectValue, value, this.compareWith);
397
399
  return {
398
- role: isOptionSelected(selectValue, value, this.compareWith) ? 'selected' : '',
400
+ role: isSelected ? 'selected' : '',
399
401
  text: option.textContent,
400
402
  cssClass: optClass,
401
403
  handler: () => {
402
404
  this.setValue(value);
403
405
  },
406
+ htmlAttributes: {
407
+ 'aria-checked': isSelected ? 'true' : 'false',
408
+ role: 'radio',
409
+ },
404
410
  };
405
411
  });
406
412
  // Add "cancel" button
@@ -714,9 +720,9 @@ const Select = class {
714
720
  }
715
721
  renderListbox() {
716
722
  const { disabled, inputId, isExpanded, required } = this;
717
- return (h("button", { disabled: disabled, id: inputId, "aria-label": this.ariaLabel, "aria-haspopup": "dialog", "aria-expanded": `${isExpanded}`, "aria-describedby": this.hintTextID, "aria-invalid": this.isInvalid ? 'true' : undefined, "aria-required": `${required}`, onFocus: this.onFocus, onBlur: this.onBlur, ref: (focusEl) => (this.focusEl = focusEl) }));
723
+ return (h("button", { disabled: disabled, id: inputId, "aria-label": this.ariaLabel, "aria-haspopup": "dialog", "aria-expanded": `${isExpanded}`, "aria-describedby": this.hintTextId, "aria-invalid": this.isInvalid ? 'true' : undefined, "aria-required": `${required}`, onFocus: this.onFocus, onBlur: this.onBlur, ref: (focusEl) => (this.focusEl = focusEl) }));
718
724
  }
719
- getHintTextID() {
725
+ getHintTextId() {
720
726
  const { helperText, errorText, helperTextId, errorTextId, isInvalid } = this;
721
727
  if (isInvalid && errorText) {
722
728
  return errorTextId;
@@ -781,7 +787,7 @@ const Select = class {
781
787
  * TODO(FW-5592): Remove hasStartEndSlots condition
782
788
  */
783
789
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || isExpanded || hasStartEndSlots));
784
- return (h(Host, { key: '35b5e18e6f79a802ff2d46d1242e80ff755cc0b9', onClick: this.onClick, class: createColorClasses(this.color, {
790
+ return (h(Host, { key: 'd8026835993d0e6dce747098f741a06ae4e4f54d', onClick: this.onClick, class: createColorClasses(this.color, {
785
791
  [mode]: true,
786
792
  'in-item': inItem,
787
793
  'in-item-color': hostContext('ion-item.ion-color', el),
@@ -799,7 +805,7 @@ const Select = class {
799
805
  [`select-justify-${justify}`]: justifyEnabled,
800
806
  [`select-shape-${shape}`]: shape !== undefined,
801
807
  [`select-label-placement-${labelPlacement}`]: true,
802
- }) }, h("label", { key: '6005b34a0c50bc4d7653a4276bc232ecd02e083c', class: "select-wrapper", id: "select-label", onClick: this.onLabelClick }, this.renderLabelContainer(), h("div", { key: 'c7e07aa81ae856c057f16275dd058f37c5670a47', class: "select-wrapper-inner" }, h("slot", { key: '7fc2deefe0424404caacdbbd9e08ed43ba55d28a', name: "start" }), h("div", { key: '157d74ee717b1bc30b5f1c233a09b0c8456aa68e', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), h("slot", { key: 'ea66db304528b82bf9317730b6dce3db2612f235', name: "end" }), !hasFloatingOrStackedLabel && this.renderSelectIcon()), hasFloatingOrStackedLabel && this.renderSelectIcon(), shouldRenderHighlight && h("div", { key: '786eb1530b7476f0615d4e7c0bf4e7e4dc66509c', class: "select-highlight" })), this.renderBottomContent()));
808
+ }) }, h("label", { key: 'fcfb40209d6d07d49c7fdca4884b31abf6ac2567', class: "select-wrapper", id: "select-label", onClick: this.onLabelClick }, this.renderLabelContainer(), h("div", { key: 'f191664f2290c3890bde1156157c83a6ff17dbe2', class: "select-wrapper-inner" }, h("slot", { key: '317a28d1115b4214f291e228ce0fe6fc782e57d5', name: "start" }), h("div", { key: 'db68e18abd5ca3a1023d7c7b58bf89893ae18073', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), h("slot", { key: '4274e042267c2234a198b0f65c89477898d08130', name: "end" }), !hasFloatingOrStackedLabel && this.renderSelectIcon()), hasFloatingOrStackedLabel && this.renderSelectIcon(), shouldRenderHighlight && h("div", { key: '2e2eb1ee2b2791e0683d9afb186fde6e938ca59c', class: "select-highlight" })), this.renderBottomContent()));
803
809
  }
804
810
  get el() { return getElement(this); }
805
811
  static get watchers() { return {
@@ -2,7 +2,8 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, i as forceUpdate, w as writeTask, h, d as Host, g as getElement } from './index-C8IsBmNU.js';
5
- import { c as createNotchController, a as checkInvalidState } from './validity-B8oWougr.js';
5
+ import { c as createNotchController } from './notch-controller-BwelN_JM.js';
6
+ import { c as checkInvalidState } from './validity-DJztqcrH.js';
6
7
  import { d as debounceEvent, i as inheritAriaAttributes, b as inheritAttributes, c as componentOnReady } from './helpers-DEn3pfjm.js';
7
8
  import { c as createSlotMutationController, g as getCounterText } from './input.utils-DrvTa8gz.js';
8
9
  import { h as hostContext, c as createColorClasses } from './theme-DiVJyqlX.js';
@@ -5,7 +5,7 @@ import { f as printIonWarning, r as registerInstance, c as createEvent, e as con
5
5
  import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-mCdtaoPe.js';
6
6
  import { g as getElementRoot, r as raf } from './helpers-DEn3pfjm.js';
7
7
  import { c as createLockController } from './lock-controller-B-hirT0v.js';
8
- import { O as OVERLAY_GESTURE_PRIORITY, d as createDelegateController, e as createTriggerController, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall, G as GESTURE } from './overlays-BymNv-BL.js';
8
+ import { O as OVERLAY_GESTURE_PRIORITY, d as createDelegateController, e as createTriggerController, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall, G as GESTURE } from './overlays-DCabi1dI.js';
9
9
  import { c as createColorClasses, g as getClassMap } from './theme-DiVJyqlX.js';
10
10
  import { b as getIonMode } from './ionic-global-CDrldh-5.js';
11
11
  import { c as createAnimation } from './animation-Dt8bGnA-.js';
@@ -3,6 +3,7 @@
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, e as config, h, d as Host, g as getElement } from './index-C8IsBmNU.js';
5
5
  import { i as inheritAriaAttributes, a as renderHiddenInput } from './helpers-DEn3pfjm.js';
6
+ import { c as checkInvalidState } from './validity-DJztqcrH.js';
6
7
  import { c as hapticSelection } from './haptic-DzAMWJuk.js';
7
8
  import { a as isPlatform, b as getIonMode } from './ionic-global-CDrldh-5.js';
8
9
  import { i as isRTL } from './dir-C53feagD.js';
@@ -29,6 +30,10 @@ const Toggle = class {
29
30
  this.inheritedAttributes = {};
30
31
  this.didLoad = false;
31
32
  this.activated = false;
33
+ /**
34
+ * Track validation state for proper aria-live announcements.
35
+ */
36
+ this.isInvalid = false;
32
37
  /**
33
38
  * The name of the control, which is submitted with the form data.
34
39
  */
@@ -142,15 +147,52 @@ const Toggle = class {
142
147
  });
143
148
  }
144
149
  async connectedCallback() {
150
+ const { didLoad, el } = this;
145
151
  /**
146
152
  * If we have not yet rendered
147
153
  * ion-toggle, then toggleTrack is not defined.
148
154
  * But if we are moving ion-toggle via appendChild,
149
155
  * then toggleTrack will be defined.
150
156
  */
151
- if (this.didLoad) {
157
+ if (didLoad) {
152
158
  this.setupGesture();
153
159
  }
160
+ // Watch for class changes to update validation state.
161
+ if (typeof MutationObserver !== 'undefined') {
162
+ this.validationObserver = new MutationObserver(() => {
163
+ const newIsInvalid = checkInvalidState(el);
164
+ if (this.isInvalid !== newIsInvalid) {
165
+ this.isInvalid = newIsInvalid;
166
+ /**
167
+ * Screen readers tend to announce changes
168
+ * to `aria-describedby` when the attribute
169
+ * is changed during a blur event for a
170
+ * native form control.
171
+ * However, the announcement can be spotty
172
+ * when using a non-native form control
173
+ * and `forceUpdate()`.
174
+ * This is due to `forceUpdate()` internally
175
+ * rescheduling the DOM update to a lower
176
+ * priority queue regardless if it's called
177
+ * inside a Promise or not, thus causing
178
+ * the screen reader to potentially miss the
179
+ * change.
180
+ * By using a State variable inside a Promise,
181
+ * it guarantees a re-render immediately at
182
+ * a higher priority.
183
+ */
184
+ Promise.resolve().then(() => {
185
+ this.hintTextId = this.getHintTextId();
186
+ });
187
+ }
188
+ });
189
+ this.validationObserver.observe(el, {
190
+ attributes: true,
191
+ attributeFilter: ['class'],
192
+ });
193
+ }
194
+ // Always set initial state
195
+ this.isInvalid = checkInvalidState(el);
154
196
  }
155
197
  componentDidLoad() {
156
198
  this.setupGesture();
@@ -161,9 +203,15 @@ const Toggle = class {
161
203
  this.gesture.destroy();
162
204
  this.gesture = undefined;
163
205
  }
206
+ // Clean up validation observer to prevent memory leaks.
207
+ if (this.validationObserver) {
208
+ this.validationObserver.disconnect();
209
+ this.validationObserver = undefined;
210
+ }
164
211
  }
165
212
  componentWillLoad() {
166
213
  this.inheritedAttributes = Object.assign({}, inheritAriaAttributes(this.el));
214
+ this.hintTextId = this.getHintTextId();
167
215
  }
168
216
  onStart() {
169
217
  this.activated = true;
@@ -204,9 +252,9 @@ const Toggle = class {
204
252
  get hasLabel() {
205
253
  return this.el.textContent !== '';
206
254
  }
207
- getHintTextID() {
208
- const { el, helperText, errorText, helperTextId, errorTextId } = this;
209
- if (el.classList.contains('ion-touched') && el.classList.contains('ion-invalid') && errorText) {
255
+ getHintTextId() {
256
+ const { helperText, errorText, helperTextId, errorTextId, isInvalid } = this;
257
+ if (isInvalid && errorText) {
210
258
  return errorTextId;
211
259
  }
212
260
  if (helperText) {
@@ -219,7 +267,7 @@ const Toggle = class {
219
267
  * This element should only be rendered if hint text is set.
220
268
  */
221
269
  renderHintText() {
222
- const { helperText, errorText, helperTextId, errorTextId } = this;
270
+ const { helperText, errorText, helperTextId, errorTextId, isInvalid } = this;
223
271
  /**
224
272
  * undefined and empty string values should
225
273
  * be treated as not having helper/error text.
@@ -228,15 +276,15 @@ const Toggle = class {
228
276
  if (!hasHintText) {
229
277
  return;
230
278
  }
231
- return (h("div", { class: "toggle-bottom" }, h("div", { id: helperTextId, class: "helper-text", part: "supporting-text helper-text" }, helperText), h("div", { id: errorTextId, class: "error-text", part: "supporting-text error-text" }, errorText)));
279
+ return (h("div", { class: "toggle-bottom" }, h("div", { id: helperTextId, class: "helper-text", part: "supporting-text helper-text", "aria-live": "polite" }, !isInvalid ? helperText : null), h("div", { id: errorTextId, class: "error-text", part: "supporting-text error-text", role: "alert" }, isInvalid ? errorText : null)));
232
280
  }
233
281
  render() {
234
- const { activated, alignment, checked, color, disabled, el, errorTextId, hasLabel, inheritedAttributes, inputId, inputLabelId, justify, labelPlacement, name, required, } = this;
282
+ const { activated, alignment, checked, color, disabled, el, hasLabel, inheritedAttributes, inputId, inputLabelId, justify, labelPlacement, name, required, } = this;
235
283
  const mode = getIonMode(this);
236
284
  const value = this.getValue();
237
285
  const rtl = isRTL(el) ? 'rtl' : 'ltr';
238
286
  renderHiddenInput(true, el, name, checked ? value : '', disabled);
239
- return (h(Host, { key: '17bbbc8d229868e5c872b2bc5a3faf579780c5e0', role: "switch", "aria-checked": `${checked}`, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === errorTextId, onClick: this.onClick, "aria-labelledby": hasLabel ? inputLabelId : null, "aria-label": inheritedAttributes['aria-label'] || null, "aria-disabled": disabled ? 'true' : null, tabindex: disabled ? undefined : 0, onKeyDown: this.onKeyDown, onFocus: this.onFocus, onBlur: this.onBlur, class: createColorClasses(color, {
287
+ return (h(Host, { key: 'f569148edd89ee041a4719ffc4733c16b05229bd', role: "switch", "aria-checked": `${checked}`, "aria-describedby": this.hintTextId, "aria-invalid": this.isInvalid ? 'true' : undefined, onClick: this.onClick, "aria-labelledby": hasLabel ? inputLabelId : null, "aria-label": inheritedAttributes['aria-label'] || null, "aria-disabled": disabled ? 'true' : null, "aria-required": required ? 'true' : undefined, tabindex: disabled ? undefined : 0, onKeyDown: this.onKeyDown, onFocus: this.onFocus, onBlur: this.onBlur, class: createColorClasses(color, {
240
288
  [mode]: true,
241
289
  'in-item': hostContext('ion-item', el),
242
290
  'toggle-activated': activated,
@@ -246,10 +294,10 @@ const Toggle = class {
246
294
  [`toggle-alignment-${alignment}`]: alignment !== undefined,
247
295
  [`toggle-label-placement-${labelPlacement}`]: true,
248
296
  [`toggle-${rtl}`]: true,
249
- }) }, h("label", { key: '673625b62a2c909e95dccb642c91312967a6cd1c', class: "toggle-wrapper", htmlFor: inputId }, h("input", Object.assign({ key: '7dc3f357b4708116663970047765da9f8f845bf0', type: "checkbox", role: "switch", "aria-checked": `${checked}`, checked: checked, disabled: disabled, id: inputId, required: required }, inheritedAttributes)), h("div", { key: '8f1c6a182031e8cbc6727e5f4ac0e00ad4247447', class: {
297
+ }) }, h("label", { key: '3027f2ac4be6de422a14486d847fbee77f615db1', class: "toggle-wrapper", htmlFor: inputId }, h("input", Object.assign({ key: '4b0304c9e879e432b80184b4e5de37d55c11b436', type: "checkbox", role: "switch", "aria-checked": `${checked}`, checked: checked, disabled: disabled, id: inputId, required: required }, inheritedAttributes)), h("div", { key: '8ef265ec942e7f01ff31cbb202ed146c6bf94e02', class: {
250
298
  'label-text-wrapper': true,
251
299
  'label-text-wrapper-hidden': !hasLabel,
252
- }, part: "label", id: inputLabelId, onClick: this.onDivLabelClick }, h("slot", { key: '8322b9d54dc7edeb4e16fefcde9f7ebca8d5c3e1' }), this.renderHintText()), h("div", { key: 'fe6984143db817a7b3020a3f57cf5418fc3dcc0e', class: "native-wrapper" }, this.renderToggleControl()))));
300
+ }, part: "label", id: inputLabelId, onClick: this.onDivLabelClick }, h("slot", { key: '7b162b7dd27199cca2a4c995276a18b9f8e44aaf' }), this.renderHintText()), h("div", { key: 'd13c34bd42fca01cc73ddb4ea7e471b33a282a3e', class: "native-wrapper" }, this.renderToggleControl()))));
253
301
  }
254
302
  get el() { return getElement(this); }
255
303
  static get watchers() { return {