@ionic/core 8.5.2-dev.11742574407.1a7233c2 → 8.5.2-dev.11742835181.16dd88fe

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 (374) hide show
  1. package/components/header.js +2 -2
  2. package/components/ion-avatar.js +10 -6
  3. package/components/ion-badge.js +8 -6
  4. package/components/ion-divider.d.ts +11 -0
  5. package/components/ion-divider.js +59 -0
  6. package/components/ion-fab-button.js +2 -2
  7. package/components/ion-fab-list.js +2 -2
  8. package/components/ion-fab.js +2 -2
  9. package/components/ion-footer.js +2 -2
  10. package/components/ion-grid.js +2 -2
  11. package/components/ion-img.js +2 -2
  12. package/components/ion-infinite-scroll-content.js +2 -2
  13. package/components/ion-infinite-scroll.js +1 -1
  14. package/components/ion-input-password-toggle.js +3 -3
  15. package/components/ion-input.js +4 -4
  16. package/components/ion-item-divider.js +2 -2
  17. package/components/ion-item-group.js +1 -1
  18. package/components/ion-item-option.js +2 -2
  19. package/components/ion-item-options.js +1 -1
  20. package/components/ion-item-sliding.js +1 -1
  21. package/components/ion-loading.js +2 -2
  22. package/components/ion-menu-button.js +2 -2
  23. package/components/ion-menu-toggle.js +2 -2
  24. package/components/ion-menu.js +2 -2
  25. package/components/ion-nav-link.js +1 -1
  26. package/components/ion-nav.js +1 -1
  27. package/components/ion-note.js +2 -2
  28. package/components/ion-picker-legacy.js +2 -2
  29. package/components/ion-progress-bar.js +1 -1
  30. package/components/ion-range.js +3 -3
  31. package/components/ion-refresher-content.js +2 -2
  32. package/components/ion-refresher.js +1 -1
  33. package/components/ion-reorder-group.js +1 -1
  34. package/components/ion-reorder.js +2 -2
  35. package/components/ion-router-link.js +2 -2
  36. package/components/ion-router-outlet.js +1 -1
  37. package/components/ion-row.js +2 -2
  38. package/components/ion-searchbar.js +4 -4
  39. package/components/ion-segment-button.js +2 -2
  40. package/components/ion-segment-content.js +1 -1
  41. package/components/ion-segment-view.js +2 -2
  42. package/components/ion-segment.js +2 -2
  43. package/components/ion-select-option.js +1 -1
  44. package/components/ion-select.js +3 -3
  45. package/components/ion-skeleton-text.js +2 -2
  46. package/components/ion-split-pane.js +2 -2
  47. package/components/ion-tab-bar.js +2 -2
  48. package/components/ion-tab-button.js +5 -5
  49. package/components/ion-tab.js +2 -2
  50. package/components/ion-tabs.js +1 -1
  51. package/components/ion-text.js +2 -2
  52. package/components/ion-textarea.js +3 -3
  53. package/components/ion-thumbnail.js +2 -2
  54. package/components/ion-toast.js +2 -2
  55. package/components/ion-toggle.js +3 -3
  56. package/components/label.js +2 -2
  57. package/components/list-header.js +2 -2
  58. package/components/list.js +1 -1
  59. package/components/modal.js +4 -4
  60. package/components/picker-column-option.js +2 -2
  61. package/components/picker-column2.js +2 -2
  62. package/components/popover.js +2 -2
  63. package/components/radio-group.js +2 -2
  64. package/components/radio.js +3 -3
  65. package/components/ripple-effect.js +1 -1
  66. package/components/select-modal.js +1 -1
  67. package/components/select-popover.js +2 -2
  68. package/components/spinner.js +1 -1
  69. package/components/title.js +2 -2
  70. package/components/toolbar.js +2 -2
  71. package/dist/cjs/ion-app_8.cjs.entry.js +9 -9
  72. package/dist/cjs/ion-avatar_3.cjs.entry.js +17 -12
  73. package/dist/cjs/ion-col_3.cjs.entry.js +4 -4
  74. package/dist/cjs/ion-datetime_3.cjs.entry.js +4 -4
  75. package/dist/cjs/ion-divider.cjs.entry.js +43 -0
  76. package/dist/cjs/ion-fab_3.cjs.entry.js +6 -6
  77. package/dist/cjs/ion-img.cjs.entry.js +2 -2
  78. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +3 -3
  79. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +3 -3
  80. package/dist/cjs/ion-input.cjs.entry.js +4 -4
  81. package/dist/cjs/ion-item-option_3.cjs.entry.js +4 -4
  82. package/dist/cjs/ion-item_8.cjs.entry.js +12 -12
  83. package/dist/cjs/ion-loading.cjs.entry.js +2 -2
  84. package/dist/cjs/ion-menu_3.cjs.entry.js +6 -6
  85. package/dist/cjs/ion-modal.cjs.entry.js +4 -4
  86. package/dist/cjs/ion-nav_2.cjs.entry.js +2 -2
  87. package/dist/cjs/ion-picker-column-option.cjs.entry.js +2 -2
  88. package/dist/cjs/ion-popover.cjs.entry.js +2 -2
  89. package/dist/cjs/ion-progress-bar.cjs.entry.js +1 -1
  90. package/dist/cjs/ion-radio_2.cjs.entry.js +5 -5
  91. package/dist/cjs/ion-range.cjs.entry.js +3 -3
  92. package/dist/cjs/ion-refresher_2.cjs.entry.js +3 -3
  93. package/dist/cjs/ion-reorder_2.cjs.entry.js +3 -3
  94. package/dist/cjs/ion-ripple-effect.cjs.entry.js +1 -1
  95. package/dist/cjs/ion-route_4.cjs.entry.js +2 -2
  96. package/dist/cjs/ion-searchbar.cjs.entry.js +4 -4
  97. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  98. package/dist/cjs/ion-segment-view.cjs.entry.js +2 -2
  99. package/dist/cjs/ion-segment_2.cjs.entry.js +4 -4
  100. package/dist/cjs/ion-select-modal.cjs.entry.js +1 -1
  101. package/dist/cjs/ion-select_3.cjs.entry.js +6 -6
  102. package/dist/cjs/ion-spinner.cjs.entry.js +1 -1
  103. package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
  104. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +7 -7
  105. package/dist/cjs/ion-tab_2.cjs.entry.js +3 -3
  106. package/dist/cjs/ion-text.cjs.entry.js +2 -2
  107. package/dist/cjs/ion-textarea.cjs.entry.js +3 -3
  108. package/dist/cjs/ion-toast.cjs.entry.js +2 -2
  109. package/dist/cjs/ion-toggle.cjs.entry.js +3 -3
  110. package/dist/cjs/ionic.cjs.js +1 -1
  111. package/dist/cjs/loader.cjs.js +1 -1
  112. package/dist/collection/collection-manifest.json +1 -0
  113. package/dist/collection/components/avatar/avatar.ionic.css +11 -0
  114. package/dist/collection/components/avatar/avatar.js +25 -4
  115. package/dist/collection/components/badge/badge.ionic.css +17 -4
  116. package/dist/collection/components/badge/badge.ios.css +20 -4
  117. package/dist/collection/components/badge/badge.js +5 -3
  118. package/dist/collection/components/badge/badge.md.css +4 -4
  119. package/dist/collection/components/divider/divider.ionic.css +200 -0
  120. package/dist/collection/components/divider/divider.ios.css +137 -0
  121. package/dist/collection/components/divider/divider.js +76 -0
  122. package/dist/collection/components/divider/divider.md.css +137 -0
  123. package/dist/collection/components/fab/fab.js +2 -2
  124. package/dist/collection/components/fab-button/fab-button.js +2 -2
  125. package/dist/collection/components/fab-list/fab-list.js +2 -2
  126. package/dist/collection/components/footer/footer.js +2 -2
  127. package/dist/collection/components/grid/grid.js +2 -2
  128. package/dist/collection/components/header/header.js +2 -2
  129. package/dist/collection/components/img/img.js +2 -2
  130. package/dist/collection/components/infinite-scroll/infinite-scroll.js +1 -1
  131. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +2 -2
  132. package/dist/collection/components/input/input.js +4 -4
  133. package/dist/collection/components/input-password-toggle/input-password-toggle.js +3 -3
  134. package/dist/collection/components/item-divider/item-divider.js +2 -2
  135. package/dist/collection/components/item-group/item-group.js +1 -1
  136. package/dist/collection/components/item-option/item-option.js +2 -2
  137. package/dist/collection/components/item-options/item-options.js +1 -1
  138. package/dist/collection/components/item-sliding/item-sliding.js +1 -1
  139. package/dist/collection/components/label/label.js +2 -2
  140. package/dist/collection/components/list/list.js +1 -1
  141. package/dist/collection/components/list-header/list-header.js +2 -2
  142. package/dist/collection/components/loading/loading.js +2 -2
  143. package/dist/collection/components/menu/menu.js +2 -2
  144. package/dist/collection/components/menu-button/menu-button.js +2 -2
  145. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  146. package/dist/collection/components/modal/modal.js +4 -4
  147. package/dist/collection/components/nav/nav.js +1 -1
  148. package/dist/collection/components/nav-link/nav-link.js +1 -1
  149. package/dist/collection/components/note/note.js +2 -2
  150. package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
  151. package/dist/collection/components/picker-legacy/picker.js +2 -2
  152. package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
  153. package/dist/collection/components/popover/popover.js +2 -2
  154. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  155. package/dist/collection/components/radio/radio.js +3 -3
  156. package/dist/collection/components/radio-group/radio-group.js +2 -2
  157. package/dist/collection/components/range/range.js +3 -3
  158. package/dist/collection/components/refresher/refresher.js +1 -1
  159. package/dist/collection/components/refresher-content/refresher-content.js +2 -2
  160. package/dist/collection/components/reorder/reorder.js +2 -2
  161. package/dist/collection/components/reorder-group/reorder-group.js +1 -1
  162. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
  163. package/dist/collection/components/router-link/router-link.js +2 -2
  164. package/dist/collection/components/router-outlet/router-outlet.js +1 -1
  165. package/dist/collection/components/row/row.js +2 -2
  166. package/dist/collection/components/searchbar/searchbar.js +4 -4
  167. package/dist/collection/components/segment/segment.js +2 -2
  168. package/dist/collection/components/segment-button/segment-button.js +2 -2
  169. package/dist/collection/components/segment-content/segment-content.js +1 -1
  170. package/dist/collection/components/segment-view/segment-view.js +2 -2
  171. package/dist/collection/components/select/select.js +3 -3
  172. package/dist/collection/components/select-modal/select-modal.js +1 -1
  173. package/dist/collection/components/select-option/select-option.js +1 -1
  174. package/dist/collection/components/select-popover/select-popover.js +2 -2
  175. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  176. package/dist/collection/components/spinner/spinner.js +1 -1
  177. package/dist/collection/components/split-pane/split-pane.js +2 -2
  178. package/dist/collection/components/tab/tab.js +2 -2
  179. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  180. package/dist/collection/components/tab-button/tab-button.ionic.css +45 -0
  181. package/dist/collection/components/tab-button/tab-button.ios.css +63 -2
  182. package/dist/collection/components/tab-button/tab-button.js +2 -2
  183. package/dist/collection/components/tab-button/tab-button.md.css +29 -0
  184. package/dist/collection/components/tabs/tabs.js +1 -1
  185. package/dist/collection/components/text/text.js +2 -2
  186. package/dist/collection/components/textarea/textarea.js +3 -3
  187. package/dist/collection/components/thumbnail/thumbnail.js +2 -2
  188. package/dist/collection/components/title/title.js +2 -2
  189. package/dist/collection/components/toast/toast.js +2 -2
  190. package/dist/collection/components/toggle/toggle.js +3 -3
  191. package/dist/collection/components/toolbar/toolbar.js +2 -2
  192. package/dist/docs.json +187 -1
  193. package/dist/esm/ion-app_8.entry.js +9 -9
  194. package/dist/esm/ion-avatar_3.entry.js +18 -13
  195. package/dist/esm/ion-col_3.entry.js +4 -4
  196. package/dist/esm/ion-datetime_3.entry.js +4 -4
  197. package/dist/esm/ion-divider.entry.js +39 -0
  198. package/dist/esm/ion-fab_3.entry.js +6 -6
  199. package/dist/esm/ion-img.entry.js +2 -2
  200. package/dist/esm/ion-infinite-scroll_2.entry.js +3 -3
  201. package/dist/esm/ion-input-password-toggle.entry.js +3 -3
  202. package/dist/esm/ion-input.entry.js +4 -4
  203. package/dist/esm/ion-item-option_3.entry.js +4 -4
  204. package/dist/esm/ion-item_8.entry.js +12 -12
  205. package/dist/esm/ion-loading.entry.js +2 -2
  206. package/dist/esm/ion-menu_3.entry.js +6 -6
  207. package/dist/esm/ion-modal.entry.js +4 -4
  208. package/dist/esm/ion-nav_2.entry.js +2 -2
  209. package/dist/esm/ion-picker-column-option.entry.js +2 -2
  210. package/dist/esm/ion-popover.entry.js +2 -2
  211. package/dist/esm/ion-progress-bar.entry.js +1 -1
  212. package/dist/esm/ion-radio_2.entry.js +5 -5
  213. package/dist/esm/ion-range.entry.js +3 -3
  214. package/dist/esm/ion-refresher_2.entry.js +3 -3
  215. package/dist/esm/ion-reorder_2.entry.js +3 -3
  216. package/dist/esm/ion-ripple-effect.entry.js +1 -1
  217. package/dist/esm/ion-route_4.entry.js +2 -2
  218. package/dist/esm/ion-searchbar.entry.js +4 -4
  219. package/dist/esm/ion-segment-content.entry.js +1 -1
  220. package/dist/esm/ion-segment-view.entry.js +2 -2
  221. package/dist/esm/ion-segment_2.entry.js +4 -4
  222. package/dist/esm/ion-select-modal.entry.js +1 -1
  223. package/dist/esm/ion-select_3.entry.js +6 -6
  224. package/dist/esm/ion-spinner.entry.js +1 -1
  225. package/dist/esm/ion-split-pane.entry.js +2 -2
  226. package/dist/esm/ion-tab-bar_2.entry.js +7 -7
  227. package/dist/esm/ion-tab_2.entry.js +3 -3
  228. package/dist/esm/ion-text.entry.js +2 -2
  229. package/dist/esm/ion-textarea.entry.js +3 -3
  230. package/dist/esm/ion-toast.entry.js +2 -2
  231. package/dist/esm/ion-toggle.entry.js +3 -3
  232. package/dist/esm/ionic.js +1 -1
  233. package/dist/esm/loader.js +1 -1
  234. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  235. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  236. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  237. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  238. package/dist/esm-es5/ion-divider.entry.js +4 -0
  239. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  240. package/dist/esm-es5/ion-img.entry.js +1 -1
  241. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  242. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  243. package/dist/esm-es5/ion-input.entry.js +1 -1
  244. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  245. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  246. package/dist/esm-es5/ion-loading.entry.js +1 -1
  247. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  248. package/dist/esm-es5/ion-modal.entry.js +1 -1
  249. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  250. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  251. package/dist/esm-es5/ion-popover.entry.js +1 -1
  252. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  253. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  254. package/dist/esm-es5/ion-range.entry.js +1 -1
  255. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  256. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  257. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  258. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  259. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  260. package/dist/esm-es5/ion-segment-content.entry.js +1 -1
  261. package/dist/esm-es5/ion-segment-view.entry.js +1 -1
  262. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  263. package/dist/esm-es5/ion-select-modal.entry.js +1 -1
  264. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  265. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  266. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  267. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  268. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  269. package/dist/esm-es5/ion-text.entry.js +1 -1
  270. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  271. package/dist/esm-es5/ion-toast.entry.js +1 -1
  272. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  273. package/dist/esm-es5/ionic.js +1 -1
  274. package/dist/esm-es5/loader.js +1 -1
  275. package/dist/html.html-data.json +50 -0
  276. package/dist/ionic/ionic.esm.js +1 -1
  277. package/dist/ionic/{p-41feda15.entry.js → p-047943a4.entry.js} +1 -1
  278. package/dist/ionic/{p-0ea8053e.system.entry.js → p-0b07a566.system.entry.js} +1 -1
  279. package/dist/ionic/p-0c5e0dc8.system.entry.js +4 -0
  280. package/dist/ionic/{p-e2013908.entry.js → p-0e25995f.entry.js} +1 -1
  281. package/dist/ionic/{p-40e83885.system.entry.js → p-17f49808.system.entry.js} +1 -1
  282. package/dist/ionic/{p-6358892b.system.entry.js → p-195c7099.system.entry.js} +1 -1
  283. package/dist/ionic/{p-2addc8ab.system.entry.js → p-1a3b4566.system.entry.js} +1 -1
  284. package/dist/ionic/{p-50f80a09.system.entry.js → p-1c8f3fef.system.entry.js} +1 -1
  285. package/dist/ionic/p-1ee39457.system.entry.js +4 -0
  286. package/dist/ionic/p-1ffb98a0.system.entry.js +4 -0
  287. package/dist/ionic/{p-08779b2f.entry.js → p-2a4ebf7b.entry.js} +1 -1
  288. package/dist/ionic/{p-0ddb545c.system.entry.js → p-2a6e60d2.system.entry.js} +1 -1
  289. package/dist/ionic/{p-e203a11e.entry.js → p-2aca2df7.entry.js} +1 -1
  290. package/dist/ionic/{p-30199da6.system.entry.js → p-2c4d0578.system.entry.js} +1 -1
  291. package/dist/ionic/{p-9ed53b73.system.entry.js → p-34f06cc7.system.entry.js} +1 -1
  292. package/dist/ionic/{p-3b7155e5.system.entry.js → p-3775da84.system.entry.js} +1 -1
  293. package/dist/ionic/{p-05a95ec2.system.entry.js → p-3cdea564.system.entry.js} +1 -1
  294. package/dist/ionic/{p-9ed7fcdb.system.entry.js → p-3dd43dba.system.entry.js} +1 -1
  295. package/dist/ionic/p-4279f787.entry.js +4 -0
  296. package/dist/ionic/{p-7bdb9d37.system.entry.js → p-42acd60b.system.entry.js} +2 -2
  297. package/dist/ionic/{p-a2834d5f.entry.js → p-43b4ca5b.entry.js} +1 -1
  298. package/dist/ionic/{p-353475f7.system.entry.js → p-4606e323.system.entry.js} +1 -1
  299. package/dist/ionic/{p-394a86da.entry.js → p-46204887.entry.js} +1 -1
  300. package/dist/ionic/p-47fda111.entry.js +4 -0
  301. package/dist/ionic/{p-c3ed361f.entry.js → p-495eb25e.entry.js} +1 -1
  302. package/dist/ionic/{p-e5ae7793.entry.js → p-579b4a63.entry.js} +1 -1
  303. package/dist/ionic/{p-d8630eee.entry.js → p-58a30d90.entry.js} +1 -1
  304. package/dist/ionic/p-59920a82.system.entry.js +4 -0
  305. package/dist/ionic/{p-07239f26.entry.js → p-5c586ac1.entry.js} +1 -1
  306. package/dist/ionic/{p-387a27f2.entry.js → p-61977a32.entry.js} +1 -1
  307. package/dist/ionic/{p-e3cb0381.entry.js → p-6620dffa.entry.js} +1 -1
  308. package/dist/ionic/{p-25462b1c.entry.js → p-663ace5f.entry.js} +1 -1
  309. package/dist/ionic/{p-2f0fa144.system.entry.js → p-66a495c4.system.entry.js} +1 -1
  310. package/dist/ionic/p-67dd0aa9.entry.js +4 -0
  311. package/dist/ionic/{p-d4b468fb.system.entry.js → p-689a94b3.system.entry.js} +1 -1
  312. package/dist/ionic/p-6bf6e9e8.entry.js +4 -0
  313. package/dist/ionic/{p-020ce0a5.entry.js → p-6ce59667.entry.js} +1 -1
  314. package/dist/ionic/{p-dc98aaa3.system.entry.js → p-71d96a02.system.entry.js} +1 -1
  315. package/dist/ionic/{p-ffa0b5e9.system.entry.js → p-72d019c5.system.entry.js} +1 -1
  316. package/dist/ionic/{p-a0528005.system.entry.js → p-730993c9.system.entry.js} +1 -1
  317. package/dist/ionic/{p-95109138.system.entry.js → p-7beb0900.system.entry.js} +1 -1
  318. package/dist/ionic/p-7c80b639.system.entry.js +4 -0
  319. package/dist/ionic/{p-6e5a3112.system.entry.js → p-7d8e1a3d.system.entry.js} +2 -2
  320. package/dist/ionic/{p-a23bf697.entry.js → p-7e4cf8e1.entry.js} +1 -1
  321. package/dist/ionic/{p-76151fa4.entry.js → p-85bb90f6.entry.js} +1 -1
  322. package/dist/ionic/p-85cee6c9.entry.js +4 -0
  323. package/dist/ionic/{p-2a309c9b.system.entry.js → p-883ff61d.system.entry.js} +1 -1
  324. package/dist/ionic/{p-3f3d894a.entry.js → p-8d7684b7.entry.js} +1 -1
  325. package/dist/ionic/p-8f3bd9ab.system.js +1 -1
  326. package/dist/ionic/{p-21bfb906.entry.js → p-91ce2114.entry.js} +1 -1
  327. package/dist/ionic/p-96f37d0d.entry.js +4 -0
  328. package/dist/ionic/{p-8e2770ec.system.entry.js → p-999a0cef.system.entry.js} +1 -1
  329. package/dist/ionic/{p-b7cd5c72.entry.js → p-9e9999d5.entry.js} +1 -1
  330. package/dist/ionic/{p-6c003283.entry.js → p-a3144a1e.entry.js} +1 -1
  331. package/dist/ionic/{p-8f24bcef.entry.js → p-af2e2a79.entry.js} +1 -1
  332. package/dist/ionic/{p-8055cb44.entry.js → p-b1618321.entry.js} +1 -1
  333. package/dist/ionic/{p-cd95f723.entry.js → p-b6baf215.entry.js} +1 -1
  334. package/dist/ionic/{p-dd7a3323.entry.js → p-bc0ab45b.entry.js} +1 -1
  335. package/dist/ionic/{p-1fb3f167.system.entry.js → p-bcfc28b7.system.entry.js} +1 -1
  336. package/dist/ionic/{p-22b9f494.system.entry.js → p-bd215938.system.entry.js} +1 -1
  337. package/dist/ionic/{p-22d26239.entry.js → p-befb004d.entry.js} +1 -1
  338. package/dist/ionic/{p-ff030e07.system.entry.js → p-cbad55f3.system.entry.js} +1 -1
  339. package/dist/ionic/{p-a84c1142.entry.js → p-cef4553b.entry.js} +1 -1
  340. package/dist/ionic/{p-fe47b81f.system.entry.js → p-cff47c26.system.entry.js} +1 -1
  341. package/dist/ionic/{p-71a5fe4f.system.entry.js → p-d35e20cf.system.entry.js} +1 -1
  342. package/dist/ionic/{p-6e352a33.entry.js → p-d534a6c8.entry.js} +1 -1
  343. package/dist/ionic/{p-3b4dcba2.system.entry.js → p-d75951ba.system.entry.js} +1 -1
  344. package/dist/ionic/{p-d953595d.entry.js → p-d760d709.entry.js} +1 -1
  345. package/dist/ionic/p-da7bd63e.system.entry.js +4 -0
  346. package/dist/ionic/{p-8d19796f.system.entry.js → p-de32ae2a.system.entry.js} +1 -1
  347. package/dist/ionic/{p-6f7d76d1.entry.js → p-dea6541e.entry.js} +1 -1
  348. package/dist/ionic/p-dff0b93b.system.entry.js +4 -0
  349. package/dist/ionic/{p-717baf25.entry.js → p-e028d3f1.entry.js} +1 -1
  350. package/dist/ionic/{p-d89aa717.system.entry.js → p-e913a8ec.system.entry.js} +1 -1
  351. package/dist/ionic/{p-d8e6b7d8.system.entry.js → p-ed32d861.system.entry.js} +2 -2
  352. package/dist/ionic/p-f4a27763.entry.js +4 -0
  353. package/dist/ionic/{p-83787941.entry.js → p-f63db3d4.entry.js} +1 -1
  354. package/dist/ionic/{p-b909ffd9.entry.js → p-f853b71b.entry.js} +1 -1
  355. package/dist/ionic/{p-ea102c25.system.entry.js → p-fb0197d6.system.entry.js} +1 -1
  356. package/dist/types/components/avatar/avatar.d.ts +4 -0
  357. package/dist/types/components/badge/badge.d.ts +1 -0
  358. package/dist/types/components/divider/divider.d.ts +20 -0
  359. package/dist/types/components.d.ts +37 -0
  360. package/hydrate/index.js +190 -141
  361. package/hydrate/index.mjs +190 -141
  362. package/package.json +1 -1
  363. package/dist/ionic/p-065bfce7.entry.js +0 -4
  364. package/dist/ionic/p-110a551b.system.entry.js +0 -4
  365. package/dist/ionic/p-289d78ed.entry.js +0 -4
  366. package/dist/ionic/p-2b2ad756.entry.js +0 -4
  367. package/dist/ionic/p-622f15e2.system.entry.js +0 -4
  368. package/dist/ionic/p-7eafc9ce.system.entry.js +0 -4
  369. package/dist/ionic/p-88f73181.entry.js +0 -4
  370. package/dist/ionic/p-8f506e8b.system.entry.js +0 -4
  371. package/dist/ionic/p-9252b838.entry.js +0 -4
  372. package/dist/ionic/p-e1c355d8.entry.js +0 -4
  373. package/dist/ionic/p-e3a82b9b.system.entry.js +0 -4
  374. package/dist/ionic/p-edf7cdf0.system.entry.js +0 -4
@@ -346,7 +346,7 @@ const Header = /*@__PURE__*/ proxyCustomElement(class Header extends HTMLElement
346
346
  const collapse = this.collapse || 'none';
347
347
  // banner role must be at top level, so remove role if inside a menu
348
348
  const roleType = hostContext('ion-menu', this.el) ? 'none' : 'banner';
349
- return (h(Host, Object.assign({ key: '2b8adbae18480acf564d2b16b2f741066fc18ae5', role: roleType, class: {
349
+ return (h(Host, Object.assign({ key: '7f58480b7f04b9d700bcc08d2418d121ec8f4124', role: roleType, class: {
350
350
  [theme]: true,
351
351
  // Used internally for styling
352
352
  [`header-${theme}`]: true,
@@ -354,7 +354,7 @@ const Header = /*@__PURE__*/ proxyCustomElement(class Header extends HTMLElement
354
354
  [`header-collapse-${collapse}`]: true,
355
355
  [`header-translucent-${theme}`]: this.translucent,
356
356
  ['header-divider']: divider,
357
- } }, inheritedAttributes), theme === 'ios' && translucent && h("div", { key: 'c42ffce2d92eababd3f8d521c110359a05e0e83f', class: "header-background" }), h("slot", { key: '721bdded45ab3a8478f139f369a08af7cf8cbbf1' })));
357
+ } }, inheritedAttributes), theme === 'ios' && translucent && h("div", { key: 'c1c77a735ed96e93a5ee9511415c19a80989dbc9', class: "header-background" }), h("slot", { key: '13a06aa2aa3358ba3d4f61fe6119b8506b866c14' })));
358
358
  }
359
359
  get el() { return this; }
360
360
  static get style() { return {
@@ -4,7 +4,7 @@
4
4
  import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
5
5
  import { c as getIonTheme } from './ionic-global.js';
6
6
 
7
- const avatarIonicCss = ":host{border-radius:var(--border-radius);display:block;position:relative}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--padding-top:var(--ion-space-0, 0px);--padding-bottom:var(--ion-space-0, 0px);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:var(--ion-primitives-neutral-100, #f5f5f5);color:var(--ion-primitives-neutral-800, #626262);font-weight:var(--ion-font-weight-medium, 500);line-height:var(--ion-font-line-height-700, 28px)}:host(:not(.avatar-image)){-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}:host(.avatar-xxsmall){--padding-end:var(--ion-space-050, 2px);--padding-start:var(--ion-space-050, 2px);width:var(--ion-scale-400, 16px);height:var(--ion-scale-400, 16px);font-size:var(--ion-font-size-300, 0.75rem);line-height:var(--ion-font-line-height-500, 20px)}:host(.avatar-xsmall){--padding-end:var(--ion-space-050, 2px);--padding-start:var(--ion-space-050, 2px);width:var(--ion-scale-600, 24px);height:var(--ion-scale-600, 24px);font-size:var(--ion-font-size-300, 0.75rem);line-height:var(--ion-font-line-height-500, 20px)}:host(.avatar-small){--padding-end:var(--ion-space-150, 6px);--padding-start:var(--ion-space-150, 6px);width:var(--ion-scale-800, 32px);height:var(--ion-scale-800, 32px);font-size:var(--ion-font-size-400, 1rem);line-height:var(--ion-font-line-height-600, 24px)}:host(.avatar-medium){--padding-end:var(--ion-space-200, 8px);--padding-start:var(--ion-space-200, 8px);width:var(--ion-scale-1000, 40px);height:var(--ion-scale-1000, 40px);font-size:var(--ion-font-size-450, 1.125rem)}:host(.avatar-large){--padding-end:var(--ion-space-250, 10px);--padding-start:var(--ion-space-250, 10px);width:var(--ion-scale-1200, 48px);height:var(--ion-scale-1200, 48px);font-size:var(--ion-font-size-500, 1.25rem)}:host(.avatar-xlarge){--padding-end:var(--ion-space-300, 12px);--padding-start:var(--ion-space-300, 12px);width:var(--ion-scale-1400, 56px);height:var(--ion-scale-1400, 56px);font-size:var(--ion-font-size-550, 1.375rem)}:host(.avatar-xxsmall.avatar-soft),:host(.avatar-xsmall.avatar-soft),:host(.avatar-small.avatar-soft){--border-radius:var(--ion-border-radius-100, 4px)}:host(.avatar-soft){--border-radius:var(--ion-border-radius-200, 8px)}:host(.avatar-round){--border-radius:var(--ion-border-radius-full, 999px)}:host(.avatar-rectangular){--border-radius:var(--ion-border-radius-0, 0px)}:host(.avatar-icon){padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}:host(.avatar-xsmall) ::slotted(ion-icon){width:var(--ion-scale-400, 16px);height:var(--ion-scale-400, 16px)}:host(.avatar-small) ::slotted(ion-icon){width:var(--ion-scale-500, 20px);height:var(--ion-scale-500, 20px)}:host(.avatar-medium) ::slotted(ion-icon){width:var(--ion-scale-600, 24px);height:var(--ion-scale-600, 24px)}:host(.avatar-large) ::slotted(ion-icon){width:var(--ion-scale-800, 32px);height:var(--ion-scale-800, 32px)}:host(.avatar-xlarge) ::slotted(ion-icon){width:var(--ion-scale-1000, 40px);height:var(--ion-scale-1000, 40px)}:host ::slotted(ion-badge.badge-vertical-top:empty){-webkit-transform:translate(var(--ion-scale-050, 2px), calc(var(--ion-scale-050, 2px) * -1));transform:translate(var(--ion-scale-050, 2px), calc(var(--ion-scale-050, 2px) * -1))}:host(.avatar-xxsmall) ::slotted(ion-badge.badge-vertical-top:empty){-webkit-transform:translate(var(--ion-scale-100, 4px), calc(var(--ion-scale-100, 4px) * -1));transform:translate(var(--ion-scale-100, 4px), calc(var(--ion-scale-100, 4px) * -1))}:host ::slotted(ion-badge.badge-vertical-bottom:empty){-webkit-transform:translate(0, var(--ion-scale-100, 4px));transform:translate(0, var(--ion-scale-100, 4px))}:host(.avatar-xxsmall) ::slotted(ion-badge.badge-vertical-bottom:empty){-webkit-transform:translate(var(--ion-scale-100, 4px), calc(var(--ion-scale-100, 4px)));transform:translate(var(--ion-scale-100, 4px), calc(var(--ion-scale-100, 4px)))}";
7
+ const avatarIonicCss = ":host{border-radius:var(--border-radius);display:block;position:relative}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--padding-top:var(--ion-space-0, 0px);--padding-bottom:var(--ion-space-0, 0px);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:var(--ion-primitives-neutral-100, #f5f5f5);color:var(--ion-primitives-neutral-800, #626262);font-weight:var(--ion-font-weight-medium, 500);line-height:var(--ion-font-line-height-700, 28px)}:host(:not(.avatar-image)){-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}:host(.avatar-xxsmall){--padding-end:var(--ion-space-050, 2px);--padding-start:var(--ion-space-050, 2px);width:var(--ion-scale-400, 16px);height:var(--ion-scale-400, 16px);font-size:var(--ion-font-size-300, 0.75rem);line-height:var(--ion-font-line-height-500, 20px)}:host(.avatar-xsmall){--padding-end:var(--ion-space-050, 2px);--padding-start:var(--ion-space-050, 2px);width:var(--ion-scale-600, 24px);height:var(--ion-scale-600, 24px);font-size:var(--ion-font-size-300, 0.75rem);line-height:var(--ion-font-line-height-500, 20px)}:host(.avatar-small){--padding-end:var(--ion-space-150, 6px);--padding-start:var(--ion-space-150, 6px);width:var(--ion-scale-800, 32px);height:var(--ion-scale-800, 32px);font-size:var(--ion-font-size-400, 1rem);line-height:var(--ion-font-line-height-600, 24px)}:host(.avatar-medium){--padding-end:var(--ion-space-200, 8px);--padding-start:var(--ion-space-200, 8px);width:var(--ion-scale-1000, 40px);height:var(--ion-scale-1000, 40px);font-size:var(--ion-font-size-450, 1.125rem)}:host(.avatar-large){--padding-end:var(--ion-space-250, 10px);--padding-start:var(--ion-space-250, 10px);width:var(--ion-scale-1200, 48px);height:var(--ion-scale-1200, 48px);font-size:var(--ion-font-size-500, 1.25rem)}:host(.avatar-xlarge){--padding-end:var(--ion-space-300, 12px);--padding-start:var(--ion-space-300, 12px);width:var(--ion-scale-1400, 56px);height:var(--ion-scale-1400, 56px);font-size:var(--ion-font-size-550, 1.375rem)}:host(.avatar-xxsmall.avatar-soft),:host(.avatar-xsmall.avatar-soft),:host(.avatar-small.avatar-soft){--border-radius:var(--ion-border-radius-100, 4px)}:host(.avatar-soft){--border-radius:var(--ion-border-radius-200, 8px)}:host(.avatar-round){--border-radius:var(--ion-border-radius-full, 999px)}:host(.avatar-rectangular){--border-radius:var(--ion-border-radius-0, 0px)}:host(.avatar-icon){padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}:host(.avatar-xsmall) ::slotted(ion-icon){width:var(--ion-scale-400, 16px);height:var(--ion-scale-400, 16px)}:host(.avatar-small) ::slotted(ion-icon){width:var(--ion-scale-500, 20px);height:var(--ion-scale-500, 20px)}:host(.avatar-medium) ::slotted(ion-icon){width:var(--ion-scale-600, 24px);height:var(--ion-scale-600, 24px)}:host(.avatar-large) ::slotted(ion-icon){width:var(--ion-scale-800, 32px);height:var(--ion-scale-800, 32px)}:host(.avatar-xlarge) ::slotted(ion-icon){width:var(--ion-scale-1000, 40px);height:var(--ion-scale-1000, 40px)}:host ::slotted(ion-badge.badge-vertical-top:empty){-webkit-transform:translate(var(--ion-scale-050, 2px), calc(var(--ion-scale-050, 2px) * -1));transform:translate(var(--ion-scale-050, 2px), calc(var(--ion-scale-050, 2px) * -1))}:host(.avatar-xxsmall) ::slotted(ion-badge.badge-vertical-top:empty){-webkit-transform:translate(var(--ion-scale-100, 4px), calc(var(--ion-scale-100, 4px) * -1));transform:translate(var(--ion-scale-100, 4px), calc(var(--ion-scale-100, 4px) * -1))}:host ::slotted(ion-badge.badge-vertical-bottom:empty){-webkit-transform:translate(0, var(--ion-scale-100, 4px));transform:translate(0, var(--ion-scale-100, 4px))}:host(.avatar-xxsmall) ::slotted(ion-badge.badge-vertical-bottom:empty){-webkit-transform:translate(var(--ion-scale-100, 4px), calc(var(--ion-scale-100, 4px)));transform:translate(var(--ion-scale-100, 4px), calc(var(--ion-scale-100, 4px)))}:host(.avatar-disabled)::before{right:0;left:0;top:0;bottom:0;position:absolute;background-color:var(--ion-state-disabled, rgba(255, 255, 255, 0.6));content:\"\";pointer-events:none}";
8
8
  const IonAvatarIonicStyle0 = avatarIonicCss;
9
9
 
10
10
  const avatarIosCss = ":host{border-radius:var(--border-radius);display:block;position:relative}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--border-radius:50%;width:48px;height:48px}";
@@ -20,6 +20,7 @@ const Avatar = /*@__PURE__*/ proxyCustomElement(class Avatar extends HTMLElement
20
20
  this.__attachShadow();
21
21
  this.size = undefined;
22
22
  this.shape = undefined;
23
+ this.disabled = false;
23
24
  }
24
25
  get hasImage() {
25
26
  return !!this.el.querySelector('ion-img') || !!this.el.querySelector('img');
@@ -52,16 +53,18 @@ const Avatar = /*@__PURE__*/ proxyCustomElement(class Avatar extends HTMLElement
52
53
  return shape;
53
54
  }
54
55
  render() {
56
+ const { hasImage, hasIcon, disabled } = this;
55
57
  const theme = getIonTheme(this);
56
58
  const size = this.getSize();
57
59
  const shape = this.getShape();
58
- return (h(Host, { key: '5af235b9f85ad5c3c161219a65d8b53724f35fd0', class: {
60
+ return (h(Host, { key: '78ff5863d80f0e334b679a1ba530008dee4e0e69', class: {
59
61
  [theme]: true,
60
62
  [`avatar-${size}`]: size !== undefined,
61
63
  [`avatar-${shape}`]: shape !== undefined,
62
- [`avatar-image`]: this.hasImage,
63
- [`avatar-icon`]: this.hasIcon,
64
- } }, h("slot", { key: '7186cb46c15cd693e81638522c85e3fa8739ead1' })));
64
+ [`avatar-image`]: hasImage,
65
+ [`avatar-icon`]: hasIcon,
66
+ [`avatar-disabled`]: disabled,
67
+ } }, h("slot", { key: '7f82734af2338a2afca67e1c600c64352a52e8a2' })));
65
68
  }
66
69
  get el() { return this; }
67
70
  static get style() { return {
@@ -71,7 +74,8 @@ const Avatar = /*@__PURE__*/ proxyCustomElement(class Avatar extends HTMLElement
71
74
  }; }
72
75
  }, [33, "ion-avatar", {
73
76
  "size": [1],
74
- "shape": [1]
77
+ "shape": [1],
78
+ "disabled": [4]
75
79
  }]);
76
80
  function defineCustomElement$1() {
77
81
  if (typeof customElements === "undefined") {
@@ -2,16 +2,16 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
5
- import { c as createColorClasses } from './theme.js';
5
+ import { c as createColorClasses, h as hostContext } from './theme.js';
6
6
  import { c as getIonTheme } from './ionic-global.js';
7
7
 
8
- const badgeIonicCss = ":host{--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-size:0.8125rem;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host([vertical]){position:absolute}:host([vertical]){inset-inline-end:0}:host(:empty.badge-vertical-top){top:0}:host(:empty.badge-vertical-bottom){bottom:0}:host{--background:var(--ion-color-primary, #105cef);--color:var(--ion-color-primary-contrast, #fff);--padding-start:var(--ion-space-200, 8px);--padding-end:var(--ion-space-200, 8px);--padding-top:var(--ion-space-0, 0px);--padding-bottom:var(--ion-space-0, 0px);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-weight:var(--ion-font-weight-medium, 500)}:host(.badge-soft){border-radius:var(--ion-border-radius-200, 8px)}:host(.badge-xxsmall.badge-soft),:host(.badge-xsmall.badge-soft),:host(.badge-small.badge-soft){border-radius:var(--ion-border-radius-100, 4px)}:host(.badge-round){border-radius:var(--ion-border-radius-full, 999px)}:host(.badge-rectangular){border-radius:var(--ion-border-radius-0, 0px)}:host(.badge-xxsmall){--padding-start:var(--ion-space-050, 2px);--padding-end:var(--ion-space-050, 2px);min-width:var(--ion-scale-400, 16px);height:var(--ion-scale-400, 16px);font-size:var(--ion-font-size-300, 0.75rem);line-height:var(--ion-font-line-height-400, 16px)}:host(.badge-xxsmall) ::slotted(ion-icon){width:var(--ion-scale-300, 12px);height:var(--ion-scale-300, 12px)}:host(.badge-xsmall){--padding-start:var(--ion-space-100, 4px);--padding-end:var(--ion-space-100, 4px);min-width:var(--ion-scale-600, 24px);height:var(--ion-scale-600, 24px);font-size:var(--ion-font-size-350, 0.875rem);line-height:var(--ion-font-line-height-600, 24px)}:host(.badge-xsmall) ::slotted(ion-icon){width:var(--ion-scale-400, 16px);height:var(--ion-scale-400, 16px)}:host(.badge-small){--padding-start:var(--ion-space-100, 4px);--padding-end:var(--ion-space-100, 4px);min-width:var(--ion-scale-800, 32px);height:var(--ion-scale-800, 32px);font-size:var(--ion-font-size-400, 1rem);line-height:var(--ion-font-line-height-600, 24px)}:host(.badge-small) ::slotted(ion-icon){width:var(--ion-scale-500, 20px);height:var(--ion-scale-500, 20px)}:host(.badge-medium){min-width:var(--ion-scale-1000, 40px);height:var(--ion-scale-1000, 40px);font-size:var(--ion-font-size-450, 1.125rem);line-height:var(--ion-font-line-height-700, 28px)}:host(.badge-medium) ::slotted(ion-icon){width:var(--ion-scale-600, 24px);height:var(--ion-scale-600, 24px)}:host(.badge-large){min-width:var(--ion-scale-1200, 48px);height:var(--ion-scale-1200, 48px);font-size:var(--ion-font-size-500, 1.25rem);line-height:var(--ion-font-line-height-700, 28px)}:host(.badge-large) ::slotted(ion-icon){width:var(--ion-scale-800, 32px);height:var(--ion-scale-800, 32px)}:host(.badge-xlarge){min-width:var(--ion-scale-1400, 56px);height:var(--ion-scale-1400, 56px);font-size:var(--ion-font-size-550, 1.375rem);line-height:var(--ion-font-line-height-700, 28px)}:host(.badge-xlarge) ::slotted(ion-icon){width:var(--ion-scale-1000, 40px);height:var(--ion-scale-1000, 40px)}:host(:empty){--padding-start:0;--padding-end:0}:host(.badge-small:empty){min-width:var(--ion-scale-200, 8px);height:var(--ion-scale-200, 8px)}:host(.badge-medium:empty){min-width:var(--ion-scale-300, 12px);height:var(--ion-scale-300, 12px)}:host(.badge-large:empty){min-width:var(--ion-scale-400, 16px);height:var(--ion-scale-400, 16px)}";
8
+ const badgeIonicCss = ":host{--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-size:0.8125rem;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host([vertical]:not(.in-tab-button)){position:absolute}:host([vertical]:not(.in-tab-button)){inset-inline-end:0}:host(:not(.in-tab-button):empty.badge-vertical-top){top:0}:host(:not(.in-tab-button):empty.badge-vertical-bottom){bottom:0}:host{--background:var(--ion-color-primary, #105cef);--color:var(--ion-color-primary-contrast, #fff);--padding-start:var(--ion-space-200, 8px);--padding-end:var(--ion-space-200, 8px);--padding-top:var(--ion-space-0, 0px);--padding-bottom:var(--ion-space-0, 0px);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-weight:var(--ion-font-weight-medium, 500)}:host(.badge-soft){border-radius:var(--ion-border-radius-200, 8px)}:host(.badge-xxsmall.badge-soft),:host(.badge-xsmall.badge-soft),:host(.badge-small.badge-soft){border-radius:var(--ion-border-radius-100, 4px)}:host(.badge-round){border-radius:var(--ion-border-radius-full, 999px)}:host(.badge-rectangular){border-radius:var(--ion-border-radius-0, 0px)}:host(.badge-xxsmall){--padding-start:var(--ion-space-050, 2px);--padding-end:var(--ion-space-050, 2px);min-width:var(--ion-scale-400, 16px);height:var(--ion-scale-400, 16px);font-size:var(--ion-font-size-300, 0.75rem);line-height:var(--ion-font-line-height-400, 16px)}:host(.badge-xxsmall) ::slotted(ion-icon){width:var(--ion-scale-300, 12px);height:var(--ion-scale-300, 12px)}:host(.badge-xsmall){--padding-start:var(--ion-space-100, 4px);--padding-end:var(--ion-space-100, 4px);min-width:var(--ion-scale-600, 24px);height:var(--ion-scale-600, 24px);font-size:var(--ion-font-size-350, 0.875rem);line-height:var(--ion-font-line-height-600, 24px)}:host(.badge-xsmall) ::slotted(ion-icon){width:var(--ion-scale-400, 16px);height:var(--ion-scale-400, 16px)}:host(.badge-small){--padding-start:var(--ion-space-100, 4px);--padding-end:var(--ion-space-100, 4px);min-width:var(--ion-scale-800, 32px);height:var(--ion-scale-800, 32px);font-size:var(--ion-font-size-400, 1rem);line-height:var(--ion-font-line-height-600, 24px)}:host(.badge-small) ::slotted(ion-icon){width:var(--ion-scale-500, 20px);height:var(--ion-scale-500, 20px)}:host(.badge-medium){min-width:var(--ion-scale-1000, 40px);height:var(--ion-scale-1000, 40px);font-size:var(--ion-font-size-450, 1.125rem);line-height:var(--ion-font-line-height-700, 28px)}:host(.badge-medium) ::slotted(ion-icon){width:var(--ion-scale-600, 24px);height:var(--ion-scale-600, 24px)}:host(.badge-large){min-width:var(--ion-scale-1200, 48px);height:var(--ion-scale-1200, 48px);font-size:var(--ion-font-size-500, 1.25rem);line-height:var(--ion-font-line-height-700, 28px)}:host(.badge-large) ::slotted(ion-icon){width:var(--ion-scale-800, 32px);height:var(--ion-scale-800, 32px)}:host(.badge-xlarge){min-width:var(--ion-scale-1400, 56px);height:var(--ion-scale-1400, 56px);font-size:var(--ion-font-size-550, 1.375rem);line-height:var(--ion-font-line-height-700, 28px)}:host(.badge-xlarge) ::slotted(ion-icon){width:var(--ion-scale-1000, 40px);height:var(--ion-scale-1000, 40px)}:host(:empty){--padding-start:0;--padding-end:0}:host(.badge-small:empty){min-width:var(--ion-scale-200, 8px);height:var(--ion-scale-200, 8px)}:host(.badge-medium:empty){min-width:var(--ion-scale-300, 12px);height:var(--ion-scale-300, 12px)}:host(.badge-large:empty){min-width:var(--ion-scale-400, 16px);height:var(--ion-scale-400, 16px)}:host([vertical].in-tab-button){position:relative}:host([vertical].in-tab-button) ::slotted(ion-icon){top:50%;position:absolute;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}:host([vertical].in-tab-button) ::slotted(ion-icon){inset-inline-start:50%}";
9
9
  const IonBadgeIonicStyle0 = badgeIonicCss;
10
10
 
11
- const badgeIosCss = ":host{--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-size:0.8125rem;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host([vertical]){position:absolute}:host([vertical]){inset-inline-end:0}:host(:empty.badge-vertical-top){top:0}:host(:empty.badge-vertical-bottom){bottom:0}:host{--background:var(--ion-color-primary, #0054e9);--color:var(--ion-color-primary-contrast, #fff);font-family:var(--ion-font-family, inherit)}:host(:empty){--padding-start:0;--padding-end:0;--padding-bottom:0;--padding-top:0;border-radius:999px;width:10px;height:10px}:host{border-radius:10px;font-size:max(13px, 0.8125rem)}";
11
+ const badgeIosCss = ":host{--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-size:0.8125rem;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host([vertical]:not(.in-tab-button)){position:absolute}:host([vertical]:not(.in-tab-button)){inset-inline-end:0}:host(:not(.in-tab-button):empty.badge-vertical-top){top:0}:host(:not(.in-tab-button):empty.badge-vertical-bottom){bottom:0}:host{--background:var(--ion-color-primary, #0054e9);--color:var(--ion-color-primary-contrast, #fff);font-family:var(--ion-font-family, inherit)}:host(:empty){--padding-start:0;--padding-end:0;--padding-bottom:0;--padding-top:0;border-radius:999px;width:10px;height:10px}:host{border-radius:10px;font-size:max(13px, 0.8125rem)}:host([vertical].in-tab-button){position:relative;min-width:8px}:host([vertical].in-tab-button) ::slotted(ion-icon){top:50%;position:absolute;width:12px;height:12px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}:host([vertical].in-tab-button) ::slotted(ion-icon){inset-inline-start:50%}";
12
12
  const IonBadgeIosStyle0 = badgeIosCss;
13
13
 
14
- const badgeMdCss = ":host{--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-size:0.8125rem;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host([vertical]){position:absolute}:host([vertical]){inset-inline-end:0}:host(:empty.badge-vertical-top){top:0}:host(:empty.badge-vertical-bottom){bottom:0}:host{--background:var(--ion-color-primary, #0054e9);--color:var(--ion-color-primary-contrast, #fff);font-family:var(--ion-font-family, inherit)}:host(:empty){--padding-start:0;--padding-end:0;--padding-bottom:0;--padding-top:0;border-radius:999px;width:10px;height:10px}:host{--padding-top:3px;--padding-end:4px;--padding-bottom:4px;--padding-start:4px;border-radius:4px}";
14
+ const badgeMdCss = ":host{--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-size:0.8125rem;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host([vertical]:not(.in-tab-button)){position:absolute}:host([vertical]:not(.in-tab-button)){inset-inline-end:0}:host(:not(.in-tab-button):empty.badge-vertical-top){top:0}:host(:not(.in-tab-button):empty.badge-vertical-bottom){bottom:0}:host{--background:var(--ion-color-primary, #0054e9);--color:var(--ion-color-primary-contrast, #fff);font-family:var(--ion-font-family, inherit)}:host(:empty){--padding-start:0;--padding-end:0;--padding-bottom:0;--padding-top:0;border-radius:999px;width:10px;height:10px}:host{--padding-top:3px;--padding-end:4px;--padding-bottom:4px;--padding-start:4px;border-radius:4px}";
15
15
  const IonBadgeMdStyle0 = badgeMdCss;
16
16
 
17
17
  const Badge = /*@__PURE__*/ proxyCustomElement(class Badge extends HTMLElement {
@@ -52,13 +52,15 @@ const Badge = /*@__PURE__*/ proxyCustomElement(class Badge extends HTMLElement {
52
52
  const shape = this.getShape();
53
53
  const size = this.getSize();
54
54
  const theme = getIonTheme(this);
55
- return (h(Host, { key: 'aebcad9a9d4e650344cc855085ab30c376f9b367', class: createColorClasses(this.color, {
55
+ return (h(Host, { key: 'fde95405b1e2a2e7542eae3ad2f4a59ef86e9759', class: createColorClasses(this.color, {
56
56
  [theme]: true,
57
57
  [`badge-${shape}`]: shape !== undefined,
58
58
  [`badge-${size}`]: size !== undefined,
59
59
  [`badge-vertical-${this.vertical}`]: this.vertical !== undefined,
60
- }) }, h("slot", { key: 'b62bca8ec3666dce3283573497b7c4306ecc7fc4' })));
60
+ 'in-tab-button': hostContext('ion-tab-button', this.el),
61
+ }) }, h("slot", { key: 'b11925a6901eca458e99d419636caeca0cdf092c' })));
61
62
  }
63
+ get el() { return this; }
62
64
  static get style() { return {
63
65
  ionic: IonBadgeIonicStyle0,
64
66
  ios: IonBadgeIosStyle0,
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../dist/types/components";
2
+
3
+ interface IonDivider extends Components.IonDivider, HTMLElement {}
4
+ export const IonDivider: {
5
+ prototype: IonDivider;
6
+ new (): IonDivider;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,59 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
5
+ import { c as getIonTheme } from './ionic-global.js';
6
+
7
+ const dividerIonicCss = ":host{--margin-top:0px;--margin-bottom:0px;--padding-start:0px;--padding-end:0px;display:block;width:100%;padding-right:calc(var(--padding-end) + var(--ion-safe-area-right, 0px));padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));}:host-context([dir=rtl]){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:calc(var(--padding-end) + var(--ion-safe-area-left, 0px))}@supports selector(:dir(rtl)){:host(:dir(rtl)){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:calc(var(--padding-end) + var(--ion-safe-area-left, 0px))}}:host hr{display:block;width:100%;margin-top:var(--margin-top);margin-bottom:var(--margin-bottom);border:none}:host hr{border-top:var(--ion-border-size-025, 1px) var(--ion-border-style-solid, solid) var(--ion-border-default, #e0e0e0)}:host(.divider-inset){--padding-start:var(--ion-space-400, 16px);--padding-end:var(--ion-space-400, 16px)}:host(.divider-spacing-xsmall){--margin-top:var(--ion-space-200, 8px);--margin-bottom:var(--ion-space-200, 8px)}:host(.divider-spacing-small){--margin-top:var(--ion-space-300, 12px);--margin-bottom:var(--ion-space-300, 12px)}:host(.divider-spacing-medium){--margin-top:var(--ion-space-400, 16px);--margin-bottom:var(--ion-space-400, 16px)}:host(.divider-spacing-large){--margin-top:var(--ion-space-600, 24px);--margin-bottom:var(--ion-space-600, 24px)}:host(.divider-spacing-xlarge){--margin-top:var(--ion-space-800, 32px);--margin-bottom:var(--ion-space-800, 32px)}:host(.divider-spacing-xxlarge){--margin-top:var(--ion-space-1000, 40px);--margin-bottom:var(--ion-space-1000, 40px)}";
8
+ const IonDividerIonicStyle0 = dividerIonicCss;
9
+
10
+ const dividerIosCss = ":host{--margin-top:0px;--margin-bottom:0px;--padding-start:0px;--padding-end:0px;display:block;width:100%;padding-right:calc(var(--padding-end) + var(--ion-safe-area-right, 0px));padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));}:host-context([dir=rtl]){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:calc(var(--padding-end) + var(--ion-safe-area-left, 0px))}@supports selector(:dir(rtl)){:host(:dir(rtl)){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:calc(var(--padding-end) + var(--ion-safe-area-left, 0px))}}:host hr{display:block;width:100%;margin-top:var(--margin-top);margin-bottom:var(--margin-bottom);border:none}:host hr{border-top:1px solid #e0e0e0}:host(.divider-inset){--padding-start:16px;--padding-end:16px}:host(.divider-spacing-xsmall){--margin-top:8px;--margin-bottom:8px}:host(.divider-spacing-small){--margin-top:12px;--margin-bottom:12px}:host(.divider-spacing-medium){--margin-top:16px;--margin-bottom:16px}:host(.divider-spacing-large){--margin-top:24px;--margin-bottom:24px}:host(.divider-spacing-xlarge){--margin-top:32px;--margin-bottom:32px}:host(.divider-spacing-xxlarge){--margin-top:40px;--margin-bottom:40px}";
11
+ const IonDividerIosStyle0 = dividerIosCss;
12
+
13
+ const dividerMdCss = ":host{--margin-top:0px;--margin-bottom:0px;--padding-start:0px;--padding-end:0px;display:block;width:100%;padding-right:calc(var(--padding-end) + var(--ion-safe-area-right, 0px));padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));}:host-context([dir=rtl]){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:calc(var(--padding-end) + var(--ion-safe-area-left, 0px))}@supports selector(:dir(rtl)){:host(:dir(rtl)){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:calc(var(--padding-end) + var(--ion-safe-area-left, 0px))}}:host hr{display:block;width:100%;margin-top:var(--margin-top);margin-bottom:var(--margin-bottom);border:none}:host hr{border-top:1px solid #e0e0e0}:host(.divider-inset){--padding-start:16px;--padding-end:16px}:host(.divider-spacing-xsmall){--margin-top:8px;--margin-bottom:8px}:host(.divider-spacing-small){--margin-top:12px;--margin-bottom:12px}:host(.divider-spacing-medium){--margin-top:16px;--margin-bottom:16px}:host(.divider-spacing-large){--margin-top:24px;--margin-bottom:24px}:host(.divider-spacing-xlarge){--margin-top:32px;--margin-bottom:32px}:host(.divider-spacing-xxlarge){--margin-top:40px;--margin-bottom:40px}";
14
+ const IonDividerMdStyle0 = dividerMdCss;
15
+
16
+ const Divider = /*@__PURE__*/ proxyCustomElement(class Divider extends HTMLElement {
17
+ constructor() {
18
+ super();
19
+ this.__registerHost();
20
+ this.__attachShadow();
21
+ this.spacing = 'xxsmall';
22
+ this.inset = false;
23
+ }
24
+ render() {
25
+ const { inset, spacing } = this;
26
+ const theme = getIonTheme(this);
27
+ return (h(Host, { key: '38ef60c18afbf8c330ea48fb469a079244614aa3', class: {
28
+ [theme]: true,
29
+ [`divider-spacing-${spacing}`]: spacing !== undefined,
30
+ [`divider-inset`]: inset,
31
+ } }, h("hr", { key: '267bd548899dea34c38fa24e6371f46b55b45eb7' })));
32
+ }
33
+ static get style() { return {
34
+ ionic: IonDividerIonicStyle0,
35
+ ios: IonDividerIosStyle0,
36
+ md: IonDividerMdStyle0
37
+ }; }
38
+ }, [33, "ion-divider", {
39
+ "spacing": [513],
40
+ "inset": [4]
41
+ }]);
42
+ function defineCustomElement$1() {
43
+ if (typeof customElements === "undefined") {
44
+ return;
45
+ }
46
+ const components = ["ion-divider"];
47
+ components.forEach(tagName => { switch (tagName) {
48
+ case "ion-divider":
49
+ if (!customElements.get(tagName)) {
50
+ customElements.define(tagName, Divider);
51
+ }
52
+ break;
53
+ } });
54
+ }
55
+
56
+ const IonDivider = Divider;
57
+ const defineCustomElement = defineCustomElement$1;
58
+
59
+ export { IonDivider, defineCustomElement };
@@ -93,7 +93,7 @@ const FabButton = /*@__PURE__*/ proxyCustomElement(class FabButton extends HTMLE
93
93
  rel: this.rel,
94
94
  target: this.target,
95
95
  };
96
- return (h(Host, { key: '9f358aa5ec3ab99c0a8f7cf27d71ae012bed329c', onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, class: createColorClasses(color, {
96
+ return (h(Host, { key: 'ffc552ad3b542e0f79e319fa86b063c3289e1a23', onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, class: createColorClasses(color, {
97
97
  [theme]: true,
98
98
  'fab-button-in-list': inList,
99
99
  'fab-button-translucent-in-list': inList && translucent,
@@ -104,7 +104,7 @@ const FabButton = /*@__PURE__*/ proxyCustomElement(class FabButton extends HTMLE
104
104
  'ion-activatable': true,
105
105
  'ion-focusable': true,
106
106
  [`fab-button-${size}`]: size !== undefined,
107
- }) }, h(TagType, Object.assign({ key: 'ebd33b41cbd872f27f9b7471e4600c816b5c0a3d' }, attrs, { class: "button-native", part: "native", disabled: disabled, onFocus: this.onFocus, onBlur: this.onBlur, onClick: (ev) => openURL(href, ev, this.routerDirection, this.routerAnimation) }, inheritedAttributes), h("ion-icon", { key: 'cd54a839c29a86f6e335b21adebce346c2a73a28', "aria-hidden": "true", icon: fabButtonCloseIcon, part: "close-icon", class: "close-icon", lazy: false }), h("span", { key: '0e1e5d2ce3ee11f4f4a7147a99b5ace5858c53af', class: "button-inner" }, h("slot", { key: 'a295df948b0ff6b4bc981a6a222af7dbfffc63a6' })), theme === 'md' && h("ion-ripple-effect", { key: '1d63f25cb5c81ac87f0da9de01e152bff880440e' }))));
107
+ }) }, h(TagType, Object.assign({ key: 'acf0c99822630499b171f0873924cfe10ef41547' }, attrs, { class: "button-native", part: "native", disabled: disabled, onFocus: this.onFocus, onBlur: this.onBlur, onClick: (ev) => openURL(href, ev, this.routerDirection, this.routerAnimation) }, inheritedAttributes), h("ion-icon", { key: '236a7340cf8213a69325716cb3b813abb627b40a', "aria-hidden": "true", icon: fabButtonCloseIcon, part: "close-icon", class: "close-icon", lazy: false }), h("span", { key: '908a53794c801a64c8cdae9b08ae75deb93a5b22', class: "button-inner" }, h("slot", { key: '41bf30e091cfcf90dcf3975a4b05a30c987e8aae' })), theme === 'md' && h("ion-ripple-effect", { key: 'b665e44a357138ef30454e267a2214356dc0fe3b' }))));
108
108
  }
109
109
  get el() { return this; }
110
110
  static get style() { return {
@@ -25,11 +25,11 @@ const FabList = /*@__PURE__*/ proxyCustomElement(class FabList extends HTMLEleme
25
25
  }
26
26
  render() {
27
27
  const theme = getIonTheme(this);
28
- return (h(Host, { key: 'ce4ca73c50015a4c76bbb81343cf466e9029fa09', class: {
28
+ return (h(Host, { key: 'b0e984c110ea8bf4aa0daeca5f66253c9e0666fd', class: {
29
29
  [theme]: true,
30
30
  'fab-list-active': this.activated,
31
31
  [`fab-list-side-${this.side}`]: true,
32
- } }, h("slot", { key: 'ff9a011541e315749f81f5b304ae71c4ce1f9516' })));
32
+ } }, h("slot", { key: '7bedbb010e89d1304d86c4261f5378e90741611e' })));
33
33
  }
34
34
  get el() { return this; }
35
35
  static get watchers() { return {
@@ -54,12 +54,12 @@ const Fab = /*@__PURE__*/ proxyCustomElement(class Fab extends HTMLElement {
54
54
  render() {
55
55
  const { horizontal, vertical, edge } = this;
56
56
  const theme = getIonTheme(this);
57
- return (h(Host, { key: 'e2d3e3263a6b9e7d97bd9398dda1a124ae626012', class: {
57
+ return (h(Host, { key: '8b758c5283382f1bddd051f5a575d4952b001c50', class: {
58
58
  [theme]: true,
59
59
  [`fab-horizontal-${horizontal}`]: horizontal !== undefined,
60
60
  [`fab-vertical-${vertical}`]: vertical !== undefined,
61
61
  'fab-edge': edge,
62
- } }, h("slot", { key: '2ed256f10ea7a208f096c0c24b673f89008cc1c4' })));
62
+ } }, h("slot", { key: '45ce20f308b3de9c09d625d45b3f3dc7b4ee8652' })));
63
63
  }
64
64
  get el() { return this; }
65
65
  static get watchers() { return {
@@ -120,7 +120,7 @@ const Footer = /*@__PURE__*/ proxyCustomElement(class Footer extends HTMLElement
120
120
  const theme = getIonTheme(this);
121
121
  const tabs = this.el.closest('ion-tabs');
122
122
  const tabBar = tabs === null || tabs === void 0 ? void 0 : tabs.querySelector(':scope > ion-tab-bar');
123
- return (h(Host, { key: '1ba20eaefb8c6ce4fe7b4340a79be14f7201c610', role: "contentinfo", class: {
123
+ return (h(Host, { key: 'e70e2616f69a6205a1c2045bf13a792c9a6bc27c', role: "contentinfo", class: {
124
124
  [theme]: true,
125
125
  // Used internally for styling
126
126
  [`footer-${theme}`]: true,
@@ -128,7 +128,7 @@ const Footer = /*@__PURE__*/ proxyCustomElement(class Footer extends HTMLElement
128
128
  [`footer-translucent-${theme}`]: translucent,
129
129
  ['footer-toolbar-padding']: !this.keyboardVisible && (!tabBar || tabBar.slot !== 'bottom'),
130
130
  [`footer-collapse-${collapse}`]: collapse !== undefined,
131
- } }, theme === 'ios' && translucent && h("div", { key: '523789d60cfed2a90ddbca1947c61bb051114721', class: "footer-background" }), h("slot", { key: '63057ed857a7bcef11bb88b25b32b79a0d8651b8' })));
131
+ } }, theme === 'ios' && translucent && h("div", { key: '72803059c1d82a766a0ce69e5a8a6a3b7e576700', class: "footer-background" }), h("slot", { key: 'de450e4eb8f5c63b11f548061f29d957ef308539' })));
132
132
  }
133
133
  get el() { return this; }
134
134
  static get style() { return {
@@ -16,10 +16,10 @@ const Grid = /*@__PURE__*/ proxyCustomElement(class Grid extends HTMLElement {
16
16
  }
17
17
  render() {
18
18
  const theme = getIonTheme(this);
19
- return (h(Host, { key: 'f22760e2c973d2f2e3ffcadd5012ff3482cb7f14', class: {
19
+ return (h(Host, { key: 'f439594e1c4186e30d5b57bf3ca95c220df954fa', class: {
20
20
  [theme]: true,
21
21
  'grid-fixed': this.fixed,
22
- } }, h("slot", { key: '12a2bb04ad30e80fc3d0cdc49de2b625cb15f3e7' })));
22
+ } }, h("slot", { key: 'e8e01f0b46a05fb3220837fbfa9f161b086c06ad' })));
23
23
  }
24
24
  static get style() { return IonGridStyle0; }
25
25
  }, [1, "ion-grid", {
@@ -79,9 +79,9 @@ const Img = /*@__PURE__*/ proxyCustomElement(class Img extends HTMLElement {
79
79
  const { loadSrc, alt, onLoad, loadError, inheritedAttributes } = this;
80
80
  const { draggable } = inheritedAttributes;
81
81
  const theme = getIonTheme(this);
82
- return (h(Host, { key: '4eef41b90a7d7033c0af8562ffffd5035c0cf4cb', class: {
82
+ return (h(Host, { key: '70377d0128ad109580598f5c0a19cdee1d1f8f2a', class: {
83
83
  [theme]: true,
84
- } }, h("img", { key: 'b638eff66cd26cffcff57ec49b96c9cf25588bae', decoding: "async", src: loadSrc, alt: alt, onLoad: onLoad, onError: loadError, part: "image", draggable: isDraggable(draggable) })));
84
+ } }, h("img", { key: '022467667337d04384d19d78378b5cf499e1b6c9', decoding: "async", src: loadSrc, alt: alt, onLoad: onLoad, onError: loadError, part: "image", draggable: isDraggable(draggable) })));
85
85
  }
86
86
  get el() { return this; }
87
87
  static get watchers() { return {
@@ -39,11 +39,11 @@ const InfiniteScrollContent = /*@__PURE__*/ proxyCustomElement(class InfiniteScr
39
39
  }
40
40
  render() {
41
41
  const theme = getIonTheme(this);
42
- return (h(Host, { key: '20ca28daa34f09e95b1699f9481569020ad55411', class: {
42
+ return (h(Host, { key: '51742937a374c43c290c20569857f617c99e1e7c', class: {
43
43
  [theme]: true,
44
44
  // Used internally for styling
45
45
  [`infinite-scroll-content-${theme}`]: true,
46
- } }, h("div", { key: '029201e011c29bc3ee0519d00a966f9310c9d477', class: "infinite-loading" }, this.loadingSpinner && (h("div", { key: 'f861f13fdef284dda58e8cfe31cca7433fea5836', class: "infinite-loading-spinner" }, h("ion-spinner", { key: '75a2520c449372eb6398a35bf9fa6e21eb073fcd', name: this.loadingSpinner }))), this.loadingText !== undefined && this.renderLoadingText())));
46
+ } }, h("div", { key: '42c249b6df301004a834bb615766c38d5ab03d91', class: "infinite-loading" }, this.loadingSpinner && (h("div", { key: '7cc7aab81997ef58b914e084402f45dc3abf2ce4', class: "infinite-loading-spinner" }, h("ion-spinner", { key: '5c84df7096076580e0bb4926d377c2fac4f75c3d', name: this.loadingSpinner }))), this.loadingText !== undefined && this.renderLoadingText())));
47
47
  }
48
48
  static get style() { return {
49
49
  ionic: IonInfiniteScrollContentIonicStyle0,
@@ -174,7 +174,7 @@ const InfiniteScroll = /*@__PURE__*/ proxyCustomElement(class InfiniteScroll ext
174
174
  render() {
175
175
  const theme = getIonTheme(this);
176
176
  const disabled = this.disabled;
177
- return (h(Host, { key: '3971866ac11e0f69f190fd5bb5480a95df15cb87', class: {
177
+ return (h(Host, { key: 'd0cf2316c216b7b4f10ad78457c53e86f8be814a', class: {
178
178
  [theme]: true,
179
179
  'infinite-scroll-loading': this.isLoading,
180
180
  'infinite-scroll-enabled': !disabled,
@@ -108,16 +108,16 @@ const InputPasswordToggle = /*@__PURE__*/ proxyCustomElement(class InputPassword
108
108
  const { color, inputPasswordHideIcon, inputPasswordShowIcon, type } = this;
109
109
  const mode = getIonMode(this);
110
110
  const isPasswordVisible = type === 'text';
111
- return (h(Host, { key: 'ed4e9f2c1d1e9f8f3b76106ccd2567219bf20f33', class: createColorClasses(color, {
111
+ return (h(Host, { key: '06b8ab96d775ee10c717be878b5ae800a244e222', class: createColorClasses(color, {
112
112
  [mode]: true,
113
- }) }, h("ion-button", { key: 'ca57bbcd8cce49410a59c027404569507b451bdc', mode: mode, color: color, fill: "clear", shape: "round", "aria-checked": isPasswordVisible ? 'true' : 'false', "aria-label": "show password", role: "switch", type: "button", onPointerDown: (ev) => {
113
+ }) }, h("ion-button", { key: '959902adb9610195925d5abb216d223ee3b7da3f', mode: mode, color: color, fill: "clear", shape: "round", "aria-checked": isPasswordVisible ? 'true' : 'false', "aria-label": "show password", role: "switch", type: "button", onPointerDown: (ev) => {
114
114
  /**
115
115
  * This prevents mobile browsers from
116
116
  * blurring the input when the password toggle
117
117
  * button is activated.
118
118
  */
119
119
  ev.preventDefault();
120
- }, onClick: this.togglePasswordVisibility }, h("ion-icon", { key: '8140a516c740191a959b0aa419763a88713fae5f', slot: "icon-only", "aria-hidden": "true", icon: isPasswordVisible ? inputPasswordHideIcon : inputPasswordShowIcon }))));
120
+ }, onClick: this.togglePasswordVisibility }, h("ion-icon", { key: '883f1ead41024f198bd8f6fd2d0817f3294e1e9b', slot: "icon-only", "aria-hidden": "true", icon: isPasswordVisible ? inputPasswordHideIcon : inputPasswordShowIcon }))));
121
121
  }
122
122
  get el() { return this; }
123
123
  static get watchers() { return {
@@ -514,7 +514,7 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
514
514
  * TODO(FW-5592): Remove hasStartEndSlots condition
515
515
  */
516
516
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || hasFocus || hasStartEndSlots));
517
- return (h(Host, { key: 'bff14270ee9047cce686af333d67419fbc64edbe', class: createColorClasses(this.color, {
517
+ return (h(Host, { key: 'e7749daa3bbae79d58f2b15305129ac6b411d054', class: createColorClasses(this.color, {
518
518
  [theme]: true,
519
519
  'has-value': hasValue,
520
520
  'has-focus': hasFocus,
@@ -527,7 +527,7 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
527
527
  'in-item-color': hostContext('ion-item.ion-color', this.el),
528
528
  'input-disabled': disabled,
529
529
  'input-readonly': readonly,
530
- }) }, h("label", { key: 'e2ad892ed7a2003ac44a822e39bea1e2bf5dfb68', class: "input-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: 'af05dcfa0612c0e82d04356a40468ac2bde6f4ee', class: "native-wrapper" },
530
+ }) }, h("label", { key: 'f01428b225871ba1f0e2abea200e5b06e49c3966', class: "input-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: 'b90ca572abdfe0162d7326e9828cd1dcbc0d97fe', class: "native-wrapper" },
531
531
  /**
532
532
  * For the ionic theme, we render the outline container here
533
533
  * instead of higher up, so it can be positioned relative to
@@ -537,7 +537,7 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
537
537
  * <label> element, ensuring that clicking the label text
538
538
  * focuses the input.
539
539
  */
540
- theme === 'ionic' && fill === 'outline' && h("div", { key: '9410f0547cb920560e0123e996179f418c90728a', class: "input-outline" }), h("slot", { key: '1c6af8d17e28e61124ba9592844b413dcdb7df6b', name: "start" }), h("input", Object.assign({ key: 'd7bdfc378c2cd2827fb1f39d38f2efbafb1afb31', class: "native-input", ref: (input) => (this.nativeInput = input), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: readonly, required: this.required, spellcheck: this.spellcheck, step: this.step, type: this.type, value: value, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeydown, onCompositionstart: this.onCompositionStart, onCompositionend: this.onCompositionEnd, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId }, this.inheritedAttributes)), clearInput && !readonly && !disabled && (h("button", { key: 'cdc6bf2c406a7e39c669e07e49dc043ae3d77844', "aria-label": "reset", type: "button", class: "input-clear-icon", onPointerDown: (ev) => {
540
+ theme === 'ionic' && fill === 'outline' && h("div", { key: '085f8fcaf690d9dba83e9c71e895f0f3f69753d3', class: "input-outline" }), h("slot", { key: '41f7f3f161b665012302b4e37aaf4c3928906791', name: "start" }), h("input", Object.assign({ key: 'f668ae96857dd28cbc4669038f89b2f129f8ab47', class: "native-input", ref: (input) => (this.nativeInput = input), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: readonly, required: this.required, spellcheck: this.spellcheck, step: this.step, type: this.type, value: value, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeydown, onCompositionstart: this.onCompositionStart, onCompositionend: this.onCompositionEnd, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId }, this.inheritedAttributes)), clearInput && !readonly && !disabled && (h("button", { key: 'fef604f1bb51369d2ad9ec5a2a4baf6cad883ecd', "aria-label": "reset", type: "button", class: "input-clear-icon", onPointerDown: (ev) => {
541
541
  /**
542
542
  * This prevents mobile browsers from
543
543
  * blurring the input when the clear
@@ -552,7 +552,7 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
552
552
  * for screen readers as it means users would be unable to swipe past the clear button.
553
553
  */
554
554
  ev.stopPropagation();
555
- }, onClick: this.clearTextInput }, h("ion-icon", { key: 'b967a45de081907a163855727c497f3e5441d2b4', "aria-hidden": "true", icon: inputClearIcon }))), h("slot", { key: '9355ce71e72061588790eb35fbccc9135ba9b9cb', name: "end" })), shouldRenderHighlight && h("div", { key: '510f34475ed4c768f6ee91c48db1ac27d5815b8b', class: "input-highlight" })), this.renderBottomContent()));
555
+ }, onClick: this.clearTextInput }, h("ion-icon", { key: 'e0679fcad0049631ba4284aa020cf75c1c711650', "aria-hidden": "true", icon: inputClearIcon }))), h("slot", { key: '32529b77ff59997ae0f9769094f17d47f5eb325c', name: "end" })), shouldRenderHighlight && h("div", { key: '50033d2d6eeb5fa7219b8f93618c1e833d285cb0', class: "input-highlight" })), this.renderBottomContent()));
556
556
  }
557
557
  get el() { return this; }
558
558
  static get watchers() { return {
@@ -24,11 +24,11 @@ const ItemDivider = /*@__PURE__*/ proxyCustomElement(class ItemDivider extends H
24
24
  }
25
25
  render() {
26
26
  const theme = getIonTheme(this);
27
- return (h(Host, { key: 'ebc795838ce7e9df01d817d175516f69aa591707', class: createColorClasses(this.color, {
27
+ return (h(Host, { key: 'e59593401ead3b45b5378392444158f3a37c2cc3', class: createColorClasses(this.color, {
28
28
  [theme]: true,
29
29
  'item-divider-sticky': this.sticky,
30
30
  item: true,
31
- }) }, h("slot", { key: 'f4abe09d504c20754943a993956e4be29d34be3f', name: "start" }), h("div", { key: '56c50587af69756d5dc8e4e4eb5bb2d4d884626e', class: "item-divider-inner" }, h("div", { key: 'b56295c35ad8ab039b4940e0cfcb31dcc4f54b01', class: "item-divider-wrapper" }, h("slot", { key: 'da98a60dece6da1ecdab8f10d59061771bdb8612' })), h("slot", { key: 'e800aa20a188002f36d92bf302845b867d514193', name: "end" }))));
31
+ }) }, h("slot", { key: 'dcfd41b18dc5d27ec01fd970edbde0a208b6828c', name: "start" }), h("div", { key: '7d6422a8017492a164ba103cc3b3a92c0d76164e', class: "item-divider-inner" }, h("div", { key: '8baa50ea5bc94dea6c24ae2e72890c8a646d396f', class: "item-divider-wrapper" }, h("slot", { key: '85d181bec386c7053bffbb2f9f8f9a252fe5e709' })), h("slot", { key: 'cadd65c0d01e3790d08e0737aee0a4479f6bd096', name: "end" }))));
32
32
  }
33
33
  get el() { return this; }
34
34
  static get style() { return {
@@ -20,7 +20,7 @@ const ItemGroup = /*@__PURE__*/ proxyCustomElement(class ItemGroup extends HTMLE
20
20
  }
21
21
  render() {
22
22
  const theme = getIonTheme(this);
23
- return (h(Host, { key: '30100f20ee85601e253169755f815c89c6d4bb93', role: "group", class: {
23
+ return (h(Host, { key: '10e03e2c0020c1fd78db422dacfcf2aa29aa462b', role: "group", class: {
24
24
  [theme]: true,
25
25
  // Used internally for styling
26
26
  [`item-group-${theme}`]: true,
@@ -60,13 +60,13 @@ const ItemOption = /*@__PURE__*/ proxyCustomElement(class ItemOption extends HTM
60
60
  href: this.href,
61
61
  target: this.target,
62
62
  };
63
- return (h(Host, { key: '962203b270218f2e690a122fdf045837515b6d91', onClick: this.onClick, class: createColorClasses(this.color, {
63
+ return (h(Host, { key: '0737f6ff6254234008a53f02e8a32b55c0f72124', onClick: this.onClick, class: createColorClasses(this.color, {
64
64
  [theme]: true,
65
65
  [`item-option-${shape}`]: shape !== undefined,
66
66
  'item-option-disabled': disabled,
67
67
  'item-option-expandable': expandable,
68
68
  'ion-activatable': true,
69
- }) }, h(TagType, Object.assign({ key: 'bf5f0a52e971fce0e2a7072956108ec76f4afd5d' }, attrs, { class: "button-native", part: "native", disabled: disabled }), h("span", { key: 'abd3a5301b723733e90943250886e4cdc06198f7', class: "button-inner" }, h("slot", { key: 'cdde9c10c16aed523489f1d581d1bc8f4270e44f', name: "top" }), h("div", { key: '4823263bfce0027c7a6b0deeb40420c6897d9c3e', class: "horizontal-wrapper" }, h("slot", { key: 'ae7e4ebc37ef7ba6aa21f0a4ab11a3b3179a9899', name: "start" }), h("slot", { key: '7c23bf4c76a892c9121622e9de7baa835e84972e', name: "icon-only" }), h("slot", { key: '3b1f495816d4e530877eb2dd11b4a7547aac8cfb' }), h("slot", { key: 'fb4e8361793dfce9f75231976c8e363f27c51d04', name: "end" })), h("slot", { key: '6545cf90d6ea314e647919eb64eeff9d44b66700', name: "bottom" })), theme === 'md' && h("ion-ripple-effect", { key: '3453e337235a4ead1d1c4573addecab51a865440' }))));
69
+ }) }, h(TagType, Object.assign({ key: 'afb5a42c1b4516984ec33bebf7e098bce558cbbb' }, attrs, { class: "button-native", part: "native", disabled: disabled }), h("span", { key: '01fc33411a3d42033a55541a8b47dcd829ec4b4d', class: "button-inner" }, h("slot", { key: '57093448507b6fb9ff962896daec7ce65edec52d', name: "top" }), h("div", { key: '5236dc364ccbb238af5075350e16f7499e57ebfe', class: "horizontal-wrapper" }, h("slot", { key: 'c55f89fbecc120c2bb2aacb6d18174986ea9cfda', name: "start" }), h("slot", { key: '9386408b5dfa14d3d5863a0235df23e2b7de5a76', name: "icon-only" }), h("slot", { key: '392a0a7071fed376c7ac0838d89071b1dde94a5d' }), h("slot", { key: 'c4b78a3b87aa443b1e2431e3376a70ac22118998', name: "end" })), h("slot", { key: '07c0449f718361a72e0f695a37e9da4d7313af32', name: "bottom" })), theme === 'md' && h("ion-ripple-effect", { key: 'a7bffcc6e7cc1906c37dd494ee2caed802a708b4' }))));
70
70
  }
71
71
  get el() { return this; }
72
72
  static get style() { return {
@@ -30,7 +30,7 @@ const ItemOptions = /*@__PURE__*/ proxyCustomElement(class ItemOptions extends H
30
30
  render() {
31
31
  const theme = getIonTheme(this);
32
32
  const isEnd = isEndSide(this.side);
33
- return (h(Host, { key: '6aa0c18691a0dea415adc0909d0e23f629b018bd', class: {
33
+ return (h(Host, { key: '0decd73d4c042490d69c085b896bce945fa13b1e', class: {
34
34
  [theme]: true,
35
35
  // Used internally for styling
36
36
  [`item-options-${theme}`]: true,
@@ -393,7 +393,7 @@ const ItemSliding = /*@__PURE__*/ proxyCustomElement(class ItemSliding extends H
393
393
  }
394
394
  render() {
395
395
  const theme = getIonTheme(this);
396
- return (h(Host, { key: '71cf8afc7398b634413a57ba38455bde73653659', class: {
396
+ return (h(Host, { key: '3cd455451df0841a64a1307643cb5993588a2b93', class: {
397
397
  [theme]: true,
398
398
  'item-sliding-active-slide': this.state !== 2 /* SlidingState.Disabled */,
399
399
  'item-sliding-active-options-end': (this.state & 8 /* SlidingState.End */) !== 0,
@@ -263,9 +263,9 @@ const Loading = /*@__PURE__*/ proxyCustomElement(class Loading extends HTMLEleme
263
263
  * Otherwise, don't set aria-labelledby.
264
264
  */
265
265
  const ariaLabelledBy = message !== undefined ? msgId : null;
266
- return (h(Host, Object.assign({ key: '699f5b21b00bb2ba4eac38399452a810bd4f32b1', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
266
+ return (h(Host, Object.assign({ key: 'b27b420362950e02fc10b947aa5fbc500841b725', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
267
267
  zIndex: `${40000 + this.overlayIndex}`,
268
- }, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [theme]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), h("ion-backdrop", { key: 'b4b644544636766c95c65533cb57c15513d07691', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: 'd03abd87847ab2b1c4ad5d46d2706c847b96a228', tabindex: "0", "aria-hidden": "true" }), h("div", { key: '5bd32889089e6fb8143ecd6b63cf19afe6b7cb6f', class: "loading-wrapper ion-overlay-wrapper" }, spinner && (h("div", { key: '8a688373ac7a3d88b8fc06c3c81032b8d5c2b528', class: "loading-spinner" }, h("ion-spinner", { key: '843319123c24a413f0c7960f64f25f224e088893', name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), h("div", { key: 'a4dab626e9771cde750a536e598abf80a2fdb2cd', tabindex: "0", "aria-hidden": "true" })));
268
+ }, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [theme]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), h("ion-backdrop", { key: '812e842097bc6b6176f93ea2a1c633d675e9526e', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: '1eb07d8d165b365850424492e21d4ad03fea878f', tabindex: "0", "aria-hidden": "true" }), h("div", { key: '4a2604b488379d3e409746926387a055a50cc5e0', class: "loading-wrapper ion-overlay-wrapper" }, spinner && (h("div", { key: '6dd56eb0cc8806bc3301358f04731237fbaed31d', class: "loading-spinner" }, h("ion-spinner", { key: '58c4759134724acfd181f85babf85715aec93c2c', name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), h("div", { key: 'eedbbe2baf70511b357874434c536bc35e10c215', tabindex: "0", "aria-hidden": "true" })));
269
269
  }
270
270
  get el() { return this; }
271
271
  static get watchers() { return {
@@ -68,7 +68,7 @@ const MenuButton = /*@__PURE__*/ proxyCustomElement(class MenuButton extends HTM
68
68
  type: this.type,
69
69
  };
70
70
  const ariaLabel = inheritedAttributes['aria-label'] || 'menu';
71
- return (h(Host, { key: 'dbea017f25835ef71d4b67e85e1f737f7a13c940', onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, "aria-hidden": hidden ? 'true' : null, class: createColorClasses(color, {
71
+ return (h(Host, { key: '5aa52eed49193c710dfbec6a04db78c5480900dc', onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, "aria-hidden": hidden ? 'true' : null, class: createColorClasses(color, {
72
72
  [theme]: true,
73
73
  button: true, // ion-buttons target .button
74
74
  'menu-button-hidden': hidden,
@@ -77,7 +77,7 @@ const MenuButton = /*@__PURE__*/ proxyCustomElement(class MenuButton extends HTM
77
77
  'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
78
78
  'ion-activatable': true,
79
79
  'ion-focusable': true,
80
- }) }, h("button", Object.assign({ key: '859c521d18db3a77bc4f7edfedae6e380e6838dd' }, attrs, { disabled: disabled, class: "button-native", part: "native", "aria-label": ariaLabel }), h("span", { key: '78c14a3ce8394fb8d55faee3f6733986dcc32199', class: "button-inner" }, h("slot", { key: '3794859c067fa53ba6cd0afb8f8c2bff368a5bf7' }, h("ion-icon", { key: '8c86a7f5d33f394fb586388b079b003409464a48', part: "icon", icon: menuIcon, lazy: false, "aria-hidden": "true" }))), theme === 'md' && h("ion-ripple-effect", { key: 'cde5bb40d7536cdfe50f4f0b3344fa76a1762ed8', type: "unbounded" }))));
80
+ }) }, h("button", Object.assign({ key: '2a95efb8f7b1672afe4e52dcededc03599e09312' }, attrs, { disabled: disabled, class: "button-native", part: "native", "aria-label": ariaLabel }), h("span", { key: '09ee78a26bd7288f95c84820805f80ebfda912d4', class: "button-inner" }, h("slot", { key: 'ee3d3a191078f85264f5fe4f080463b9e5fdfe5f' }, h("ion-icon", { key: '766459adce317a7c5a88182e133deae7082645f0', part: "icon", icon: menuIcon, lazy: false, "aria-hidden": "true" }))), theme === 'md' && h("ion-ripple-effect", { key: '701984be7d9ba408a0789addc3d642cd5570380f', type: "unbounded" }))));
81
81
  }
82
82
  get el() { return this; }
83
83
  static get style() { return {
@@ -30,10 +30,10 @@ const MenuToggle = /*@__PURE__*/ proxyCustomElement(class MenuToggle extends HTM
30
30
  render() {
31
31
  const theme = getIonTheme(this);
32
32
  const hidden = this.autoHide && !this.visible;
33
- return (h(Host, { key: '2f5e8172c20fcad32fbeefe370d8d220961673a6', onClick: this.onClick, "aria-hidden": hidden ? 'true' : null, class: {
33
+ return (h(Host, { key: 'ced6ea34ce2d4811718c8501188fd93937ef22ab', onClick: this.onClick, "aria-hidden": hidden ? 'true' : null, class: {
34
34
  [theme]: true,
35
35
  'menu-toggle-hidden': hidden,
36
- } }, h("slot", { key: 'f41b25147fdf9e9db9aa57dc61088b1a657b7fac' })));
36
+ } }, h("slot", { key: '61d0dcf810c8ae492f773202aab52f0fc3cc206c' })));
37
37
  }
38
38
  static get style() { return IonMenuToggleStyle0; }
39
39
  }, [1, "ion-menu-toggle", {
@@ -626,14 +626,14 @@ const Menu = /*@__PURE__*/ proxyCustomElement(class Menu extends HTMLElement {
626
626
  * the ionBackButton listener in the menu controller
627
627
  * will handle closing the menu when Escape is pressed.
628
628
  */
629
- return (h(Host, { key: '4a10a24199e4f543df92e640f9441b07b45bec40', onKeyDown: shouldUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
629
+ return (h(Host, { key: '5a368496eec74d3b27c3a40121ceafc7cdc470de', onKeyDown: shouldUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
630
630
  [theme]: true,
631
631
  [`menu-type-${type}`]: true,
632
632
  'menu-enabled': !disabled,
633
633
  [`menu-side-${side}`]: true,
634
634
  'menu-pane-visible': isPaneVisible,
635
635
  'split-pane-side': hostContext('ion-split-pane', el),
636
- } }, h("div", { key: '319e80854da70fb1771c77721dc0f0c6fddc4d6d', class: "menu-inner", part: "container", ref: (el) => (this.menuInnerEl = el) }, h("slot", { key: 'db6dec5798616c0ba59f0e181ac65e290960976f' })), h("ion-backdrop", { key: '990357345344a9505e33a283e3bcc124c73679cd', ref: (el) => (this.backdropEl = el), class: "menu-backdrop", tappable: false, stopPropagation: false, part: "backdrop" })));
636
+ } }, h("div", { key: '873010981d4c338597b041cd9a65df24e030b261', class: "menu-inner", part: "container", ref: (el) => (this.menuInnerEl = el) }, h("slot", { key: '14562442df4bd440212d0c62a527465603a44ef2' })), h("ion-backdrop", { key: '235058ee20ccc75f57dcebe0ffde359334ce3053', ref: (el) => (this.backdropEl = el), class: "menu-backdrop", tappable: false, stopPropagation: false, part: "backdrop" })));
637
637
  }
638
638
  get el() { return this; }
639
639
  static get watchers() { return {
@@ -36,7 +36,7 @@ const NavLink = /*@__PURE__*/ proxyCustomElement(class NavLink extends HTMLEleme
36
36
  this.routerAnimation = undefined;
37
37
  }
38
38
  render() {
39
- return h(Host, { key: 'd06df3bfb42f946d6a7dd54bb507428e0e964762', onClick: this.onClick });
39
+ return h(Host, { key: '74d1929235cd2d4e2abe3ec13e236dcfd1020b6d', onClick: this.onClick });
40
40
  }
41
41
  get el() { return this; }
42
42
  }, [0, "ion-nav-link", {
@@ -907,7 +907,7 @@ const Nav = /*@__PURE__*/ proxyCustomElement(class Nav extends HTMLElement {
907
907
  }
908
908
  }
909
909
  render() {
910
- return h("slot", { key: 'a5b9a79a73282db99bc2b744b66c173155ebbb5b' });
910
+ return h("slot", { key: '07e269fa670039e0005ea4d90ea57ffb4c5f24b0' });
911
911
  }
912
912
  get el() { return this; }
913
913
  static get watchers() { return {
@@ -23,9 +23,9 @@ const Note = /*@__PURE__*/ proxyCustomElement(class Note extends HTMLElement {
23
23
  }
24
24
  render() {
25
25
  const theme = getIonTheme(this);
26
- return (h(Host, { key: '79bbaa1e2714b1d2d24c1002023722358580606a', class: createColorClasses(this.color, {
26
+ return (h(Host, { key: '384c79c853252907b9c9ad8f28173601d6c1472b', class: createColorClasses(this.color, {
27
27
  [theme]: true,
28
- }) }, h("slot", { key: '0827e481ab3718f19d43d830bb4d2df117b796d1' })));
28
+ }) }, h("slot", { key: '91e68ef453c70d116edaf76198637fd9c92a8bb4' })));
29
29
  }
30
30
  static get style() { return {
31
31
  ionic: IonNoteIonicStyle0,