@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
@@ -489,8 +489,8 @@ export class Searchbar {
489
489
  const shouldShowCancelButton = this.shouldShowCancelButton();
490
490
  const shape = this.getShape();
491
491
  const size = this.getSize();
492
- const cancelButton = this.showCancelButton !== 'never' && (h("button", { key: '63d5a0d5c54315374edea381b4a33423e1d8e4c6', "aria-label": cancelButtonText, "aria-hidden": shouldShowCancelButton ? undefined : 'true', type: "button", tabIndex: theme === 'ios' && !shouldShowCancelButton ? -1 : undefined, onMouseDown: this.onCancelSearchbar, onTouchStart: this.onCancelSearchbar, class: "searchbar-cancel-button" }, h("div", { key: 'a9a01e3a19a27e857f9271c511623c35dd94a4b0', "aria-hidden": "true" }, theme === 'md' || theme === 'ionic' ? (h("ion-icon", { "aria-hidden": "true", icon: searchbarCancelIcon, lazy: false })) : (cancelButtonText))));
493
- return (h(Host, { key: '8df3e32ff7bd474cb0283877d58d25db97eb508c', role: "search", "aria-disabled": this.disabled ? 'true' : null, class: createColorClasses(this.color, {
492
+ const cancelButton = this.showCancelButton !== 'never' && (h("button", { key: '88022e979266324a164262e874bb7a64ef942a8b', "aria-label": cancelButtonText, "aria-hidden": shouldShowCancelButton ? undefined : 'true', type: "button", tabIndex: theme === 'ios' && !shouldShowCancelButton ? -1 : undefined, onMouseDown: this.onCancelSearchbar, onTouchStart: this.onCancelSearchbar, class: "searchbar-cancel-button" }, h("div", { key: '82fbcce17ab8658c08a87da5d5d2fc42b619164f', "aria-hidden": "true" }, theme === 'md' || theme === 'ionic' ? (h("ion-icon", { "aria-hidden": "true", icon: searchbarCancelIcon, lazy: false })) : (cancelButtonText))));
493
+ return (h(Host, { key: '77f09b18c0d385615dec9972459b02504e4c8b87', role: "search", "aria-disabled": this.disabled ? 'true' : null, class: createColorClasses(this.color, {
494
494
  [theme]: true,
495
495
  'searchbar-animated': animated,
496
496
  'searchbar-disabled': this.disabled,
@@ -504,14 +504,14 @@ export class Searchbar {
504
504
  [`searchbar-shape-${shape}`]: shape !== undefined,
505
505
  [`searchbar-size-${size}`]: size !== undefined,
506
506
  'in-toolbar': hostContext('ion-toolbar', this.el),
507
- }) }, h("div", { key: '59deee3cdf8bdb924fa777516ddda200ef3fcef0', class: "searchbar-input-container" }, h("input", Object.assign({ key: '0947cdf1e56218a6530be5832b42330da7fac792', "aria-label": "search text", disabled: this.disabled, ref: (el) => (this.nativeInput = el), class: "searchbar-input", inputMode: this.inputmode, enterKeyHint: this.enterkeyhint, name: this.name, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, minLength: this.minlength, maxLength: this.maxlength, placeholder: this.placeholder, type: this.type, value: this.getValue(), autoCapitalize: autocapitalize === 'default' ? undefined : autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, spellcheck: this.spellcheck }, this.inheritedAttributes)), (theme === 'md' || theme === 'ionic') && cancelButton, this.shouldShowSearchIcon() && (h("ion-icon", { key: '6a4cd1e5322d3721d794f33dbc38ef16c78a4280', "aria-hidden": "true", icon: searchbarSearchIcon, lazy: false, class: "searchbar-search-icon" })), this.shouldShowClearButton() && (h("button", { key: 'b0d76e6d5f2fe9472ca79299a5c9364a6960fbec', "aria-label": "reset", type: "button", "no-blur": true, class: "searchbar-clear-button", onPointerDown: (ev) => {
507
+ }) }, h("div", { key: '6f3076517c9a3df008b08bb2a57c192c02d30b33', class: "searchbar-input-container" }, h("input", Object.assign({ key: 'ed7936783c035d6d15a19b539d1438be1b05ea5a', "aria-label": "search text", disabled: this.disabled, ref: (el) => (this.nativeInput = el), class: "searchbar-input", inputMode: this.inputmode, enterKeyHint: this.enterkeyhint, name: this.name, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, minLength: this.minlength, maxLength: this.maxlength, placeholder: this.placeholder, type: this.type, value: this.getValue(), autoCapitalize: autocapitalize === 'default' ? undefined : autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, spellcheck: this.spellcheck }, this.inheritedAttributes)), (theme === 'md' || theme === 'ionic') && cancelButton, this.shouldShowSearchIcon() && (h("ion-icon", { key: 'a8fa968d81f47566f606971e7ce101eed5325b23', "aria-hidden": "true", icon: searchbarSearchIcon, lazy: false, class: "searchbar-search-icon" })), this.shouldShowClearButton() && (h("button", { key: '0dde4d7f0ebd7f28f590b7a7bc24f9774acfc64a', "aria-label": "reset", type: "button", "no-blur": true, class: "searchbar-clear-button", onPointerDown: (ev) => {
508
508
  /**
509
509
  * This prevents mobile browsers from
510
510
  * blurring the input when the clear
511
511
  * button is activated.
512
512
  */
513
513
  ev.preventDefault();
514
- }, onClick: () => this.onClearInput(true) }, h("ion-icon", { key: 'a0b84329f3a1c07bd7f2bab5dfc127b51cf91946', "aria-hidden": "true", icon: searchbarClearIcon, lazy: false, className: "searchbar-clear-icon" })))), theme === 'ios' && cancelButton));
514
+ }, onClick: () => this.onClearInput(true) }, h("ion-icon", { key: '24e649c7063022e7df79e63d92cc1f159b5691bd', "aria-hidden": "true", icon: searchbarClearIcon, lazy: false, className: "searchbar-clear-icon" })))), theme === 'ios' && cancelButton));
515
515
  }
516
516
  static get is() { return "ion-searchbar"; }
517
517
  static get encapsulation() { return "scoped"; }
@@ -531,14 +531,14 @@ export class Segment {
531
531
  }
532
532
  render() {
533
533
  const theme = getIonTheme(this);
534
- return (h(Host, { key: '6dde439f77f62411fa949da7085ffd3f0f60470c', role: "tablist", onClick: this.onClick, class: createColorClasses(this.color, {
534
+ return (h(Host, { key: '6289c3774db1a38175476d4e596c89f124c3bda6', role: "tablist", onClick: this.onClick, class: createColorClasses(this.color, {
535
535
  [theme]: true,
536
536
  'in-toolbar': hostContext('ion-toolbar', this.el),
537
537
  'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
538
538
  'segment-activated': this.activated,
539
539
  'segment-disabled': this.disabled,
540
540
  'segment-scrollable': this.scrollable,
541
- }) }, h("slot", { key: 'fdff9a11a8ee5cd0d820801291aee6e17410e5e1', onSlotchange: this.onSlottedItemsChange })));
541
+ }) }, h("slot", { key: '3db439fa1be09a29d7871130edc1710ef54df224', onSlotchange: this.onSlottedItemsChange })));
542
542
  }
543
543
  static get is() { return "ion-segment"; }
544
544
  static get encapsulation() { return "shadow"; }
@@ -131,7 +131,7 @@ export class SegmentButton {
131
131
  const { checked, type, disabled, hasIcon, hasLabel, layout, segmentEl } = this;
132
132
  const theme = getIonTheme(this);
133
133
  const hasSegmentColor = () => (segmentEl === null || segmentEl === void 0 ? void 0 : segmentEl.color) !== undefined;
134
- return (h(Host, { key: '76f735f78cba0432a8d365da3869404fbae4b474', class: {
134
+ return (h(Host, { key: '3f7bb9ebb17ad0cda205115a453a7aea72b498e0', class: {
135
135
  [theme]: true,
136
136
  'in-toolbar': hostContext('ion-toolbar', this.el),
137
137
  'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
@@ -147,7 +147,7 @@ export class SegmentButton {
147
147
  'ion-activatable': true,
148
148
  'ion-activatable-instant': true,
149
149
  'ion-focusable': true,
150
- } }, h("button", Object.assign({ key: 'b67cfb4a7df71a660bd6af0a4f42c4ae885b316c', "aria-selected": checked ? 'true' : 'false', role: "tab", ref: (el) => (this.nativeEl = el), type: type, class: "button-native", part: "native", disabled: disabled }, this.inheritedAttributes), h("span", { key: '15d84219ad3ab234ad956db11e43fdb54168c2a0', class: "button-inner" }, h("slot", { key: '648a4ba3d70dd8a60bef5247f088b0aef2a878f3' })), theme === 'md' && h("ion-ripple-effect", { key: 'e9eb8870b1b48b400d8b1f18e0373fc3802541b9' })), h("div", { key: '1593985cc8011d63315d9c1b17f397342c0ae4b6', part: "indicator", class: "segment-button-indicator segment-button-indicator-animated" }, h("div", { key: '1124a36b261072dcea2aa83daf1d067f6a3f2d41', part: "indicator-background", class: "segment-button-indicator-background" }))));
150
+ } }, h("button", Object.assign({ key: '0686143f91b89a92afb70c8f7d6db07c1bda849c', "aria-selected": checked ? 'true' : 'false', role: "tab", ref: (el) => (this.nativeEl = el), type: type, class: "button-native", part: "native", disabled: disabled }, this.inheritedAttributes), h("span", { key: '2d3e4623ba2a827dbff0ef057f140c99e7107e46', class: "button-inner" }, h("slot", { key: '7d54643207b33ed08d28816ca025c962a41e462b' })), theme === 'md' && h("ion-ripple-effect", { key: '0cd9b0b30935cb5a94d69210e363f6cadc130b25' })), h("div", { key: '079a11dcfa9a0e41ef4e96c8f3f26a69216006cc', part: "indicator", class: "segment-button-indicator segment-button-indicator-animated" }, h("div", { key: '0d004e5b5905b8de9cbc84a16ba1a4db648db387', part: "indicator-background", class: "segment-button-indicator-background" }))));
151
151
  }
152
152
  static get is() { return "ion-segment-button"; }
153
153
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@
4
4
  import { Host, h } from "@stencil/core";
5
5
  export class SegmentContent {
6
6
  render() {
7
- return (h(Host, { key: 'a09f99b39dfa64874d19a45b587bf91e63fd2422' }, h("slot", { key: '7b91e14c7e8be2d07fa21ff1195c467817737ddb' })));
7
+ return (h(Host, { key: '665f41a854621f898eaf7ba9a49e77cc9326501e' }, h("slot", { key: '635aa57fbf6167dcd36fe8dc5dfc1c313637ac04' })));
8
8
  }
9
9
  static get is() { return "ion-segment-content"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -94,10 +94,10 @@ export class SegmentView {
94
94
  }
95
95
  render() {
96
96
  const { disabled, isManualScroll } = this;
97
- return (h(Host, { key: 'd457ef8ab56017fe649e12093a2b7f276fe35f8e', class: {
97
+ return (h(Host, { key: 'ad39fb0cf31ec054cc31eaa1abe734f601d245db', class: {
98
98
  'segment-view-disabled': disabled,
99
99
  'segment-view-scroll-disabled': isManualScroll === false,
100
- } }, h("slot", { key: '6864df40e938df3b9e0f8c9732f51699cb55e06a' })));
100
+ } }, h("slot", { key: '189f731f9a4b55b36c4a6ba10fe76c0409f0cbb3' })));
101
101
  }
102
102
  static get is() { return "ion-segment-view"; }
103
103
  static get encapsulation() { return "shadow"; }
@@ -803,7 +803,7 @@ export class Select {
803
803
  * TODO(FW-5592): Remove hasStartEndSlots condition
804
804
  */
805
805
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || isExpanded || hasStartEndSlots));
806
- return (h(Host, { key: '8d84c36852823c58ed1663f406ae390760adc196', onClick: this.onClick, class: createColorClasses(this.color, {
806
+ return (h(Host, { key: '56bf013506dc6b882b827ae5d848292cdebf92c8', onClick: this.onClick, class: createColorClasses(this.color, {
807
807
  [theme]: true,
808
808
  'in-item': inItem,
809
809
  'in-item-color': hostContext('ion-item.ion-color', el),
@@ -820,7 +820,7 @@ export class Select {
820
820
  [`select-shape-${shape}`]: shape !== undefined,
821
821
  [`select-label-placement-${labelPlacement}`]: true,
822
822
  [`select-size-${size}`]: size !== undefined,
823
- }) }, h("label", { key: 'f7ab743c6a0fd7ef5b566a7bd66a4e142f5259bb', class: "select-wrapper", id: "select-label" }, this.renderLabelContainer(), h("div", { key: '33a3a7a7f9982a7a8e636eb00a6d44f75b83972c', class: "select-wrapper-inner" },
823
+ }) }, h("label", { key: 'cfb256dfe432ac23df006514e75142cbfb595620', class: "select-wrapper", id: "select-label" }, this.renderLabelContainer(), h("div", { key: '7bba5aed0735f4237e4f4b8d08859cb9cfac7f9f', class: "select-wrapper-inner" },
824
824
  /**
825
825
  * For the ionic theme, we render the outline container here
826
826
  * instead of higher up, so it can be positioned relative to
@@ -830,7 +830,7 @@ export class Select {
830
830
  * <label> element, ensuring that clicking the label text
831
831
  * focuses the select.
832
832
  */
833
- theme === 'ionic' && fill === 'outline' && h("div", { key: 'b306cb82a4ec453886032e0a4723bdd495b6b266', class: "select-outline" }), h("slot", { key: '5da0f79a39eb047182817da6b83852036e6cbadd', name: "start" }), h("div", { key: '47a592a894402f479f721782ec31a5a456587454', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), h("slot", { key: 'd154192584a692167ec5d656d9aadf2f2ec77b60', name: "end" }), shouldRenderInnerIcon && this.renderSelectIcon()), shouldRenderOuterIcon && this.renderSelectIcon(), shouldRenderHighlight && h("div", { key: '20dc18ca3255e4ab101f2234e3630a0ffd85fb54', class: "select-highlight" })), this.renderBottomContent()));
833
+ theme === 'ionic' && fill === 'outline' && h("div", { key: '3c5fa6ca8b44b8c03a5d9a574397245a66fc5eb2', class: "select-outline" }), h("slot", { key: 'c5625dd59673573f34654a173a97426375e9d9e4', name: "start" }), h("div", { key: '742a45ef81c5dd03484e2f2db872a78ab5ad3115', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), h("slot", { key: 'eb81bdc78e0d631b646c87c8fcd3d43958976bb3', name: "end" }), shouldRenderInnerIcon && this.renderSelectIcon()), shouldRenderOuterIcon && this.renderSelectIcon(), shouldRenderHighlight && h("div", { key: '9bc84d872a6b4144c3fe0b1013ac7edfe3381c41', class: "select-highlight" })), this.renderBottomContent()));
834
834
  }
835
835
  static get is() { return "ion-select"; }
836
836
  static get encapsulation() { return "shadow"; }
@@ -77,7 +77,7 @@ export class SelectModal {
77
77
  } }, option.text))));
78
78
  }
79
79
  render() {
80
- return (h(Host, { key: 'cbf3388bbc47ba946f3dd3186e488c4bcdef9290', class: getIonMode(this) }, h("ion-header", { key: '847a843bf0b0d4a427a01bb38afac1c379cb7827' }, h("ion-toolbar", { key: '5642cee0427024d16ea9bf19b08521f6f3af103a' }, this.header !== undefined && h("ion-title", { key: 'ea0d818b262e242c97b3ce2bc9df1b2edb845fe5' }, this.header), h("ion-buttons", { key: 'a88da9153f8d455e80be1c531a51423ce30f07b6', slot: "end" }, h("ion-button", { key: '087f77bc9009302d0fce28175f60baa032d7e19f', onClick: () => this.closeModal() }, "Close")))), h("ion-content", { key: '646fbde7199c301d0d652d70a7be6a40c066c6b4' }, h("ion-list", { key: '1a6869f1cd398652439df45cbc60d3efa4b89141' }, this.multiple === true ? this.renderCheckboxOptions() : this.renderRadioOptions()))));
80
+ return (h(Host, { key: '730c44ceba585ce77926121f13d961d8020d7bd2', class: getIonMode(this) }, h("ion-header", { key: '4cf46de557baa1187dc998718004c0344b67d39b' }, h("ion-toolbar", { key: 'df46d6d17351b702ca7e031a1313c17d19d24485' }, this.header !== undefined && h("ion-title", { key: '9561527c557ae5ea6a04367ba52a57a656fd1aaa' }, this.header), h("ion-buttons", { key: 'f9f6efbf7c4f7cd9712c5e2fc89926ad2e374c9f', slot: "end" }, h("ion-button", { key: '70136cb4d64e2b04821d0e81a3671c55f45399fb', onClick: () => this.closeModal() }, "Close")))), h("ion-content", { key: '53d4cdf5cfd9c5c3121f4ce5c23c4b940052554a' }, h("ion-list", { key: 'e022b85e7e6e9d2d90b1dd4435d922cfc8390ec5' }, this.multiple === true ? this.renderCheckboxOptions() : this.renderRadioOptions()))));
81
81
  }
82
82
  static get is() { return "ion-select-modal"; }
83
83
  static get encapsulation() { return "scoped"; }
@@ -15,7 +15,7 @@ export class SelectOption {
15
15
  }
16
16
  render() {
17
17
  const theme = getIonTheme(this);
18
- return (h(Host, { key: '3a0f3cdf05512de254098956ac4f3421d7f55b49', class: {
18
+ return (h(Host, { key: '9ff7cf41a31fdf64730f6fe3708bb1f3677b76a4', class: {
19
19
  [theme]: true,
20
20
  }, role: "option", id: this.inputId }));
21
21
  }
@@ -106,9 +106,9 @@ export class SelectPopover {
106
106
  const { header, message, options, subHeader } = this;
107
107
  const hasSubHeaderOrMessage = subHeader !== undefined || message !== undefined;
108
108
  const theme = getIonTheme(this);
109
- return (h(Host, { key: '1ce7677a862660434bcd0e2aa9646bc7c00c988b', class: {
109
+ return (h(Host, { key: '89399f838fb5431edb7788f59dcc01678bf76104', class: {
110
110
  [theme]: true,
111
- } }, h("ion-list", { key: '0bf6d4b7cc2da87e2d4045c911cc7633e43dcb0c' }, header !== undefined && h("ion-list-header", { key: 'ab05d584ef8f16fbd7c320815b7d149b36d7479c' }, header), hasSubHeaderOrMessage && (h("ion-item", { key: 'f3c353a4dfa746dcece4673a387b6505f1d8ad4f' }, h("ion-label", { key: '0f622af7d4fb2e5ca90c693813728006d7a11903', class: "ion-text-wrap" }, subHeader !== undefined && h("h3", { key: '12c5c93a39526f1f9ec98f1721bc4162c071caa4' }, subHeader), message !== undefined && h("p", { key: 'c95f7cc61dbfff77cc3c00371254f7d4b2b04e69' }, message)))), this.renderOptions(options))));
111
+ } }, h("ion-list", { key: '2b37328fcfb2b02f36cb9f426b53765298a4c8ff' }, header !== undefined && h("ion-list-header", { key: 'af3ac65204af5169072698fcda1480182d8949d5' }, header), hasSubHeaderOrMessage && (h("ion-item", { key: '7aa4369be13687643f9f651300f7fc89d13edc1a' }, h("ion-label", { key: 'f730c2819c4439833840489c446aad3c7e5d0989', class: "ion-text-wrap" }, subHeader !== undefined && h("h3", { key: '1d9d935c996c01015f1f6c5797bbcd29e6eb4c23' }, subHeader), message !== undefined && h("p", { key: '286e15288c094e39cdded327ef814e1daf5b4329' }, message)))), this.renderOptions(options))));
112
112
  }
113
113
  static get is() { return "ion-select-popover"; }
114
114
  static get encapsulation() { return "scoped"; }
@@ -29,11 +29,11 @@ export class SkeletonText {
29
29
  const animated = this.animated && config.getBoolean('animated', true);
30
30
  const inMedia = hostContext('ion-avatar', this.el) || hostContext('ion-thumbnail', this.el);
31
31
  const theme = getIonTheme(this);
32
- return (h(Host, { key: 'dedb3d78e092024dc2d3548e8721445a004b2306', class: {
32
+ return (h(Host, { key: '61dec18e888846c87eae4af95853d8c013b39ec8', class: {
33
33
  [theme]: true,
34
34
  'skeleton-text-animated': animated,
35
35
  'in-media': inMedia,
36
- } }, h("span", { key: 'f1871cf7314774ffee1d9e64decdfc0c9c8ec1bb' }, "\u00A0")));
36
+ } }, h("span", { key: 'd61c3096615f154d8bfdd025722bb1c7b7b97b46' }, "\u00A0")));
37
37
  }
38
38
  static get is() { return "ion-skeleton-text"; }
39
39
  static get encapsulation() { return "shadow"; }
@@ -57,7 +57,7 @@ export class Spinner {
57
57
  svgs.push(buildLine(spinner, duration, i, spinner.lines));
58
58
  }
59
59
  }
60
- return (h(Host, { key: '6a9cc9563dc8f87294cfab278bc5d2893738ef95', class: createColorClasses(self.color, {
60
+ return (h(Host, { key: '8f1bd75946965e8bf1689a8b651a809fd68b41c4', class: createColorClasses(self.color, {
61
61
  [theme]: true,
62
62
  [`spinner-${spinnerName}`]: true,
63
63
  'spinner-paused': self.paused || config.getBoolean('_testing'),
@@ -122,12 +122,12 @@ export class SplitPane {
122
122
  }
123
123
  render() {
124
124
  const theme = getIonTheme(this);
125
- return (h(Host, { key: 'f2bbf0502e339967336e4a31478c2062e9b511d0', class: {
125
+ return (h(Host, { key: '9a1d659ebc3f8b36d818e4c67468726fc3752930', class: {
126
126
  [theme]: true,
127
127
  // Used internally for styling
128
128
  [`split-pane-${theme}`]: true,
129
129
  'split-pane-visible': this.visible,
130
- } }, h("slot", { key: '81b1dd5ab2fb2d28ca7f97be9724998ac550eb7e' })));
130
+ } }, h("slot", { key: 'db7451c8e4ea8d74f6707d06be038de4a05b7e11' })));
131
131
  }
132
132
  static get is() { return "ion-split-pane"; }
133
133
  static get encapsulation() { return "shadow"; }
@@ -52,10 +52,10 @@ export class Tab {
52
52
  }
53
53
  render() {
54
54
  const { tab, active, component } = this;
55
- return (h(Host, { key: 'b85d2ad6cb613fc7549f9069923b0b995b93c453', role: "tabpanel", "aria-hidden": !active ? 'true' : null, "aria-labelledby": `tab-button-${tab}`, class: {
55
+ return (h(Host, { key: '78aadb6e13ae2912ac243e8b5746f7b8f4bd1ebd', role: "tabpanel", "aria-hidden": !active ? 'true' : null, "aria-labelledby": `tab-button-${tab}`, class: {
56
56
  'ion-page': component === undefined,
57
57
  'tab-hidden': !active,
58
- } }, h("slot", { key: 'ee44dab9612d96803636c89a042cc6e65503c155' })));
58
+ } }, h("slot", { key: 'bff1cd310dbebe3536109ac74349e4f4c7fd4a79' })));
59
59
  }
60
60
  static get is() { return "ion-tab"; }
61
61
  static get encapsulation() { return "shadow"; }
@@ -67,13 +67,13 @@ export class TabBar {
67
67
  const theme = getIonTheme(this);
68
68
  const shape = this.getShape();
69
69
  const shouldHide = keyboardVisible && this.el.getAttribute('slot') !== 'top';
70
- return (h(Host, { key: '3fc424679dece4746ac543aaa297e088a9a445ef', role: "tablist", "aria-hidden": shouldHide ? 'true' : null, class: createColorClasses(color, {
70
+ return (h(Host, { key: '8113748c5b620a398777b616f2c3df37e3a0828e', role: "tablist", "aria-hidden": shouldHide ? 'true' : null, class: createColorClasses(color, {
71
71
  [theme]: true,
72
72
  'tab-bar-translucent': translucent,
73
73
  'tab-bar-hidden': shouldHide,
74
74
  [`tab-bar-${expand}`]: true,
75
75
  [`tab-bar-${shape}`]: shape !== undefined,
76
- }) }, h("slot", { key: 'e4bd3711819503ef644f7f3cd88887eaf3d39705' })));
76
+ }) }, h("slot", { key: '219741d7e41c6b7b432f9ddd865a6f3a1cb2067c' })));
77
77
  }
78
78
  static get is() { return "ion-tab-bar"; }
79
79
  static get encapsulation() { return "shadow"; }
@@ -235,6 +235,7 @@ ion-ripple-effect {
235
235
  text-overflow: inherit;
236
236
  text-transform: inherit;
237
237
  white-space: inherit;
238
+ overflow: visible;
238
239
  }
239
240
 
240
241
  .button-native::after {
@@ -279,4 +280,48 @@ ion-ripple-effect {
279
280
 
280
281
  :host(.tab-button-shape-rectangular) {
281
282
  border-radius: var(--ion-border-radius-0, 0px);
283
+ }
284
+
285
+ :host ::slotted(ion-badge) {
286
+ inset-inline-start: calc(50% + var(--ion-scale-300, 12px));
287
+ }
288
+
289
+ :host ::slotted(ion-badge.badge-vertical-top) {
290
+ top: -2px;
291
+ }
292
+
293
+ :host ::slotted(ion-badge.badge-vertical-top:empty) {
294
+ top: calc(var(--ion-scale-100, 4px) * -1);
295
+ }
296
+
297
+ :host ::slotted(ion-badge.badge-vertical-bottom) {
298
+ top: calc(50% - var(--ion-scale-200, 8px));
299
+ }
300
+
301
+ :host ::slotted(ion-badge.badge-vertical-bottom:empty) {
302
+ top: calc(50% - var(--ion-scale-100, 4px));
303
+ }
304
+
305
+ :host ::slotted(ion-badge[vertical]:not(:empty)) {
306
+ -webkit-padding-start: var(--ion-scale-100, 4px);
307
+ padding-inline-start: var(--ion-scale-100, 4px);
308
+ -webkit-padding-end: var(--ion-scale-100, 4px);
309
+ padding-inline-end: var(--ion-scale-100, 4px);
310
+ padding-top: var(--ion-scale-100, 4px);
311
+ padding-bottom: var(--ion-scale-100, 4px);
312
+ display: flex;
313
+ align-items: center;
314
+ justify-content: center;
315
+ }
316
+
317
+ :host(.tab-layout-icon-bottom) ::slotted(ion-badge.badge-vertical-top) {
318
+ top: calc(50% - var(--ion-scale-100, 4px));
319
+ }
320
+
321
+ :host(.tab-layout-icon-bottom) ::slotted(ion-badge.badge-vertical-bottom) {
322
+ top: calc(50% + var(--ion-scale-100, 4px));
323
+ }
324
+
325
+ :host(.tab-layout-icon-bottom) ::slotted(ion-badge.badge-vertical-bottom:empty) {
326
+ top: calc(50% + 14px);
282
327
  }
@@ -304,7 +304,7 @@ ion-ripple-effect {
304
304
  font-size: 10px;
305
305
  }
306
306
 
307
- ::slotted(ion-badge) {
307
+ ::slotted(ion-badge:not([vertical])) {
308
308
  -webkit-padding-start: 6px;
309
309
  padding-inline-start: 6px;
310
310
  -webkit-padding-end: 6px;
@@ -316,10 +316,66 @@ ion-ripple-effect {
316
316
  font-size: 12px;
317
317
  line-height: 16px;
318
318
  }
319
- ::slotted(ion-badge) {
319
+ ::slotted(ion-badge:not([vertical])) {
320
320
  inset-inline-start: calc(50% + 6px);
321
321
  }
322
322
 
323
+ :host ::slotted(ion-badge:empty) {
324
+ padding-left: 0;
325
+ padding-right: 0;
326
+ padding-top: 0;
327
+ padding-bottom: 0;
328
+ width: 8px;
329
+ height: 8px;
330
+ }
331
+
332
+ :host ::slotted(ion-badge[vertical]) {
333
+ inset-inline-start: calc(50% + 12px);
334
+ }
335
+
336
+ :host ::slotted(ion-badge.badge-vertical-top) {
337
+ top: 2px;
338
+ }
339
+
340
+ :host ::slotted(ion-badge.badge-vertical-top:empty) {
341
+ top: 4px;
342
+ }
343
+
344
+ :host ::slotted(ion-badge.badge-vertical-bottom) {
345
+ top: calc(50% - 8px);
346
+ }
347
+
348
+ :host ::slotted(ion-badge.badge-vertical-bottom:empty) {
349
+ top: calc(50% - 2px);
350
+ }
351
+
352
+ :host ::slotted(ion-badge[vertical]:not(:empty)) {
353
+ -webkit-padding-start: 4px;
354
+ padding-inline-start: 4px;
355
+ -webkit-padding-end: 4px;
356
+ padding-inline-end: 4px;
357
+ padding-top: 4px;
358
+ padding-bottom: 4px;
359
+ display: flex;
360
+ align-items: center;
361
+ justify-content: center;
362
+ min-width: 16px;
363
+ height: 16px;
364
+ font-size: 12px;
365
+ }
366
+
367
+ :host(.tab-layout-icon-bottom) ::slotted(ion-badge.badge-vertical-top) {
368
+ top: calc(50% - 4px);
369
+ }
370
+
371
+ :host(.tab-layout-icon-bottom) ::slotted(ion-badge.badge-vertical-bottom) {
372
+ top: calc(50% + 4px);
373
+ }
374
+
375
+ :host(.tab-layout-icon-bottom) ::slotted(ion-badge.badge-vertical-bottom:empty) {
376
+ top: calc(50% + 14px);
377
+ }
378
+
323
379
  ::slotted(ion-icon) {
324
380
  margin-top: 2px;
325
381
  margin-bottom: 2px;
@@ -375,7 +431,12 @@ ion-ripple-effect {
375
431
  }
376
432
 
377
433
  :host(.tab-layout-icon-bottom) ::slotted(ion-label) {
434
+ -webkit-margin-start: 4px;
435
+ margin-inline-start: 4px;
436
+ -webkit-margin-end: 4px;
437
+ margin-inline-end: 4px;
378
438
  margin-top: 4px;
439
+ margin-bottom: 4px;
379
440
  }
380
441
 
381
442
  :host(.tab-layout-icon-start) ::slotted(ion-badge),
@@ -85,7 +85,7 @@ export class TabButton {
85
85
  rel,
86
86
  target,
87
87
  };
88
- return (h(Host, { key: '4e7abd4c071c46f6724d739baec786c93b26c454', onClick: this.onClick, onKeyup: this.onKeyUp, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
88
+ return (h(Host, { key: '62e148e12c4aa02e190cfa80903536e330e293cb', onClick: this.onClick, onKeyup: this.onKeyUp, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
89
89
  [theme]: true,
90
90
  'tab-selected': selected,
91
91
  'tab-disabled': disabled,
@@ -98,7 +98,7 @@ export class TabButton {
98
98
  'ion-selectable': true,
99
99
  [`tab-button-shape-${shape}`]: shape !== undefined,
100
100
  'ion-focusable': true,
101
- } }, h("a", Object.assign({ key: 'f806775099d72b77b62f2ba9b1988dc9fc31ed65' }, attrs, { class: "button-native", part: "native", role: "tab", "aria-selected": selected ? 'true' : null, "aria-disabled": disabled ? 'true' : null, tabindex: disabled ? '-1' : undefined }, inheritedAttributes), h("span", { key: '4e63dff5e5cec1ac665e85cb48f6123f1d899dab', class: "button-inner" }, h("slot", { key: 'b0cc954330666fcd70229af68b62551bdd5738e2' })), theme === 'md' && h("ion-ripple-effect", { key: '825b3097c313443dcd9335fe7d3c50450c20d245', type: "unbounded" }))));
101
+ } }, h("a", Object.assign({ key: '5d82c19368f5a18390e152909703a2632d7afa30' }, attrs, { class: "button-native", part: "native", role: "tab", "aria-selected": selected ? 'true' : null, "aria-disabled": disabled ? 'true' : null, tabindex: disabled ? '-1' : undefined }, inheritedAttributes), h("span", { key: 'bf21a75e155df69282d29602a1d4c4790a286e57', class: "button-inner" }, h("slot", { key: '1435aea0ad55a2c11b08f709a8ce1b3cc7f294bd' })), theme === 'md' && h("ion-ripple-effect", { key: 'aaefa817f6452dddeb2a33cd541fbecd22fb8d41', type: "unbounded" }))));
102
102
  }
103
103
  static get is() { return "ion-tab-button"; }
104
104
  static get encapsulation() { return "shadow"; }
@@ -359,6 +359,35 @@ ion-ripple-effect {
359
359
  height: 8px;
360
360
  }
361
361
 
362
+ :host ::slotted(ion-badge[vertical=bottom]) {
363
+ top: calc(50% - 8px);
364
+ }
365
+
366
+ :host ::slotted(ion-badge[vertical=bottom]:empty) {
367
+ top: calc(50% - 4px);
368
+ }
369
+
370
+ :host(.tab-layout-icon-bottom) ::slotted(ion-badge[vertical=top]) {
371
+ top: calc(50% - 4px);
372
+ }
373
+ :host(.tab-layout-icon-bottom) ::slotted(ion-badge[vertical=top]) {
374
+ inset-inline-start: calc(50% + 6px);
375
+ }
376
+
377
+ :host(.tab-layout-icon-bottom) ::slotted(ion-badge[vertical=bottom]) {
378
+ top: calc(50% + 4px);
379
+ }
380
+ :host(.tab-layout-icon-bottom) ::slotted(ion-badge[vertical=bottom]) {
381
+ inset-inline-start: calc(50% + 6px);
382
+ }
383
+
384
+ :host(.tab-layout-icon-bottom) ::slotted(ion-badge[vertical=bottom]:empty) {
385
+ top: calc(50% + 12px);
386
+ }
387
+ :host(.tab-layout-icon-bottom) ::slotted(ion-badge[vertical=bottom]:empty) {
388
+ inset-inline-start: calc(50% + 6px);
389
+ }
390
+
362
391
  :host(.tab-layout-icon-top) ::slotted(ion-icon) {
363
392
  margin-top: 6px;
364
393
  margin-bottom: 2px;
@@ -148,7 +148,7 @@ export class Tabs {
148
148
  return Array.from(this.el.querySelectorAll('ion-tab'));
149
149
  }
150
150
  render() {
151
- return (h(Host, { key: '4bbac0bb46eb3d9dec1ba4176a8d59b0720f2df6', onIonTabButtonClick: this.onTabClicked }, h("slot", { key: '7b865c557d9d3363c04406d97a8c7d2103fa5f53', name: "top" }), h("div", { key: '4494d4b3dc732ec1351f98a1fd77c80906171b24', class: "tabs-inner" }, h("slot", { key: '080731249b3ad698c4f633925f49fdc4bc857b8c' })), h("slot", { key: 'c60f36a22fab141330a2b7a441551629f1f0a2c5', name: "bottom" })));
151
+ return (h(Host, { key: 'd441cc872422c45850116b2d8e19197c8abcca2a', onIonTabButtonClick: this.onTabClicked }, h("slot", { key: 'f2d4ede00fe5aa30e4142a23ca74ca0808903431', name: "top" }), h("div", { key: '2414e278552ecbb01f96146c4d4e0f4340b0627f', class: "tabs-inner" }, h("slot", { key: 'bf148893a62f8bd9fb36d8fed1f985ed6c14f34e' })), h("slot", { key: '5a1001048b4307afd6616f19f6176e53a8c8d271', name: "bottom" })));
152
152
  }
153
153
  static get is() { return "ion-tabs"; }
154
154
  static get encapsulation() { return "shadow"; }
@@ -14,9 +14,9 @@ export class Text {
14
14
  }
15
15
  render() {
16
16
  const theme = getIonTheme(this);
17
- return (h(Host, { key: 'c979538e87f4fffb03733bf29fc5980af9beacc9', class: createColorClasses(this.color, {
17
+ return (h(Host, { key: 'eebd96b69179ee48c5fdaef97c025e5d9dc14103', class: createColorClasses(this.color, {
18
18
  [theme]: true,
19
- }) }, h("slot", { key: 'cae96705b78686cd11e2a6c0d6aae4b971c7c4f0' })));
19
+ }) }, h("slot", { key: '2d5cf914cea96efbb2d82177227ef184da7af9d4' })));
20
20
  }
21
21
  static get is() { return "ion-text"; }
22
22
  static get encapsulation() { return "shadow"; }
@@ -406,7 +406,7 @@ export class Textarea {
406
406
  * TODO(FW-5592): Remove hasStartEndSlots condition
407
407
  */
408
408
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || hasFocus || hasStartEndSlots));
409
- return (h(Host, { key: '2652d19f549f12f264c19cb1c5b0eda99e049cf8', class: createColorClasses(this.color, {
409
+ return (h(Host, { key: '5b0ad5990d051dac2d08c4ad54cf3b66fed5fc0d', class: createColorClasses(this.color, {
410
410
  [theme]: true,
411
411
  'has-value': hasValue,
412
412
  'has-focus': hasFocus,
@@ -417,7 +417,7 @@ export class Textarea {
417
417
  [`textarea-label-placement-${labelPlacement}`]: true,
418
418
  'textarea-disabled': disabled,
419
419
  'textarea-readonly': readonly,
420
- }) }, h("label", { key: '1eb89164c2d53af00a85ce6b880a413c0f4898b3', class: "textarea-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: '3ab25672b3c8b31c51ee87488d4440734637f2b7', class: "textarea-wrapper-inner" },
420
+ }) }, h("label", { key: 'd7ad3ebb169bdcdd553f9d848728ffdf343b0508', class: "textarea-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: '6557443b4ec5d3478ffd019a488362ed644ba5cb', class: "textarea-wrapper-inner" },
421
421
  /**
422
422
  * For the ionic theme, we render the outline container here
423
423
  * instead of higher up, so it can be positioned relative to
@@ -427,7 +427,7 @@ export class Textarea {
427
427
  * <label> element, ensuring that clicking the label text
428
428
  * focuses the textarea.
429
429
  */
430
- theme === 'ionic' && fill === 'outline' && h("div", { key: '7cf7c653e3b2c9627e3431936261fbcb920fb282', class: "textarea-outline" }), h("div", { key: '1ff9167f83647411daff8a77c1cfed8dfc9bb769', class: "start-slot-wrapper" }, h("slot", { key: 'e7e3d890849428292b732d5f2bf1b63a077634e6', name: "start" })), h("div", { key: 'a039fba5f428e052c9e13b5e0315de7001e1f216', class: "native-wrapper", ref: (el) => (this.textareaWrapper = el) }, h("textarea", Object.assign({ key: '58d05f8b262c5b671f0a77ef11664bcb492049ae', class: "native-textarea", ref: (el) => (this.nativeInput = el), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, minLength: this.minlength, maxLength: this.maxlength, name: this.name, placeholder: this.placeholder || '', readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, cols: this.cols, rows: this.rows, wrap: this.wrap, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeyDown, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId }, this.inheritedAttributes), value)), h("div", { key: 'f20f419b14e6788ac0c25c9bb0147ad5f74b76af', class: "end-slot-wrapper" }, h("slot", { key: '2b939919986dfcbdf4f0dc16fc8dd7c3af20c6bf', name: "end" }))), shouldRenderHighlight && h("div", { key: 'eae78b457cc84408cd398f5ec5d88f3ab4e80d66', class: "textarea-highlight" })), this.renderBottomContent()));
430
+ theme === 'ionic' && fill === 'outline' && h("div", { key: '55bc54982427a321f3a05fcbd572f132392625e9', class: "textarea-outline" }), h("div", { key: 'a21b17f6b9dab624fb52e4f81480065424eacb9c', class: "start-slot-wrapper" }, h("slot", { key: '1e1d9118c10e295b55a293e728ae017cd05d67f5', name: "start" })), h("div", { key: '48878569cc73cd1e889c92c59998a3df22e090ce', class: "native-wrapper", ref: (el) => (this.textareaWrapper = el) }, h("textarea", Object.assign({ key: '2ab2b1a0fc4d0a3af58f913501aac9601142b08a', class: "native-textarea", ref: (el) => (this.nativeInput = el), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, minLength: this.minlength, maxLength: this.maxlength, name: this.name, placeholder: this.placeholder || '', readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, cols: this.cols, rows: this.rows, wrap: this.wrap, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeyDown, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId }, this.inheritedAttributes), value)), h("div", { key: 'c8fd679b2fe066d6b2a151ccba36afa320ac2061', class: "end-slot-wrapper" }, h("slot", { key: '7a7c887ac2aabe8faaf8a5a93bc64b5740052db4', name: "end" }))), shouldRenderHighlight && h("div", { key: '62dfb83f2f812eadd5114e0815672947def8e5e6', class: "textarea-highlight" })), this.renderBottomContent()));
431
431
  }
432
432
  static get is() { return "ion-textarea"; }
433
433
  static get encapsulation() { return "scoped"; }
@@ -10,9 +10,9 @@ import { getIonTheme } from "../../global/ionic-global";
10
10
  export class Thumbnail {
11
11
  render() {
12
12
  const theme = getIonTheme(this);
13
- return (h(Host, { key: '72efa5c113eb2e88ac94040dc7cc558aac1953e0', class: {
13
+ return (h(Host, { key: '25e4caa136d1557b27ce8853440db4ab5af0871b', class: {
14
14
  [theme]: true,
15
- } }, h("slot", { key: '4f6060eeb1a0b8e124988ecb4ac6eefb8cc30e06' })));
15
+ } }, h("slot", { key: '95d9f15cf19c4bdb35043e04038a52f8a99ce935' })));
16
16
  }
17
17
  static get is() { return "ion-thumbnail"; }
18
18
  static get encapsulation() { return "shadow"; }
@@ -31,11 +31,11 @@ export class ToolbarTitle {
31
31
  render() {
32
32
  const theme = getIonTheme(this);
33
33
  const size = this.getSize();
34
- return (h(Host, { key: 'b26bd35cd24ef0c8c31c03266c94a7eb9637d411', class: createColorClasses(this.color, {
34
+ return (h(Host, { key: '4fbaa288cb8de08bf35d6cc8e591adfdd4b95f69', class: createColorClasses(this.color, {
35
35
  [theme]: true,
36
36
  [`title-${size}`]: true,
37
37
  'title-rtl': document.dir === 'rtl',
38
- }) }, h("div", { key: '27658eb5ac98cb1b3e224f5dded690f665c441ae', class: "toolbar-title" }, h("slot", { key: '7615217333fda441355ec9b99ced1c7852522287' }))));
38
+ }) }, h("div", { key: '701a9b762a04d4bbccf3c0aeaa33be296827ae2b', class: "toolbar-title" }, h("slot", { key: '8998a07f0e81e0e920165c644b06ff3aa3a625c7' }))));
39
39
  }
40
40
  static get is() { return "ion-title"; }
41
41
  static get encapsulation() { return "shadow"; }
@@ -407,9 +407,9 @@ export class Toast {
407
407
  if (layout === 'stacked' && startButtons.length > 0 && endButtons.length > 0) {
408
408
  printIonWarning('This toast is using start and end buttons with the stacked toast layout. We recommend following the best practice of using either start or end buttons with the stacked toast layout.', el);
409
409
  }
410
- return (h(Host, Object.assign({ key: '349d37ec7032b226fac7ffec912589a35f5299c0', tabindex: "-1" }, this.htmlAttributes, { style: {
410
+ return (h(Host, Object.assign({ key: '9753af7c05dcf5eec0dc0cb938e1c8e6f0455a8e', tabindex: "-1" }, this.htmlAttributes, { style: {
411
411
  zIndex: `${60000 + this.overlayIndex}`,
412
- }, class: createColorClasses(this.color, Object.assign(Object.assign({ [mode]: true, [theme]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'toast-translucent': this.translucent, [`toast-shape-${shape}`]: shape !== undefined })), onIonToastWillDismiss: this.dispatchCancelHandler }), h("div", { key: '3af993caac8e635a41cc07c0286b47ecae613cfb', class: wrapperClass }, h("div", { key: '5b7f6a4b3b52366a249b2cbdc09d26c2cafe6ddb', class: "toast-container", part: "container" }, this.renderButtons(startButtons, 'start'), this.icon !== undefined && (h("ion-icon", { key: '2eba5f483c171b30d3ac9af2c72e7b118a96f297', class: "toast-icon", part: "icon", icon: this.icon, lazy: false, "aria-hidden": "true" })), h("div", { key: '2bbe04bf31334c04203818400b71c03daaa0f30b', class: "toast-content", role: "status", "aria-atomic": "true", "aria-live": "polite" }, !revealContentToScreenReader && header !== undefined && this.renderHeader('oldHeader', 'true'), !revealContentToScreenReader && message !== undefined && this.renderToastMessage('oldMessage', 'true'), revealContentToScreenReader && header !== undefined && this.renderHeader('header'), revealContentToScreenReader && message !== undefined && this.renderToastMessage('header')), this.renderButtons(endButtons, 'end')))));
412
+ }, class: createColorClasses(this.color, Object.assign(Object.assign({ [mode]: true, [theme]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'toast-translucent': this.translucent, [`toast-shape-${shape}`]: shape !== undefined })), onIonToastWillDismiss: this.dispatchCancelHandler }), h("div", { key: '2f1c21faa8e18bf3baa2620f777b8c54af26dcd5', class: wrapperClass }, h("div", { key: 'a3842ffe10ffe049760bf38a93fdf031a33db8b1', class: "toast-container", part: "container" }, this.renderButtons(startButtons, 'start'), this.icon !== undefined && (h("ion-icon", { key: 'ae48d0e813aa6e99437462f6c08bc0d70536a1ae', class: "toast-icon", part: "icon", icon: this.icon, lazy: false, "aria-hidden": "true" })), h("div", { key: '2a1ef4809a4d98cc046e5264a7a0e501a0deacbd', class: "toast-content", role: "status", "aria-atomic": "true", "aria-live": "polite" }, !revealContentToScreenReader && header !== undefined && this.renderHeader('oldHeader', 'true'), !revealContentToScreenReader && message !== undefined && this.renderToastMessage('oldMessage', 'true'), revealContentToScreenReader && header !== undefined && this.renderHeader('header'), revealContentToScreenReader && message !== undefined && this.renderToastMessage('header')), this.renderButtons(endButtons, 'end')))));
413
413
  }
414
414
  static get is() { return "ion-toast"; }
415
415
  static get encapsulation() { return "shadow"; }
@@ -243,7 +243,7 @@ export class Toggle {
243
243
  const rtl = isRTL(el) ? 'rtl' : 'ltr';
244
244
  const isIonicTheme = theme === 'ionic';
245
245
  renderHiddenInput(true, el, name, checked ? value : '', disabled);
246
- return (h(Host, { key: '6d5dbfb486c94700fa2a2d8973eece426ed27581', "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId, onClick: this.onClick, class: createColorClasses(color, {
246
+ return (h(Host, { key: 'e4b7a9eed1d3f07170062ab63cd98b9f0ff17e35', "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId, onClick: this.onClick, class: createColorClasses(color, {
247
247
  [theme]: true,
248
248
  'in-item': hostContext('ion-item', el),
249
249
  'toggle-activated': activated,
@@ -255,10 +255,10 @@ export class Toggle {
255
255
  [`toggle-${rtl}`]: true,
256
256
  'ion-activatable': isIonicTheme,
257
257
  'ion-focusable': isIonicTheme,
258
- }) }, h("label", { key: '4f3f8780e0021b401eb66fdc39bfb6b8252bbaef', class: "toggle-wrapper" }, h("input", Object.assign({ key: '3164d3b6b779b5fe3038c445f528df3b70b65dfe', type: "checkbox", role: "switch", "aria-checked": `${checked}`, checked: checked, disabled: disabled, id: inputId, onFocus: () => this.onFocus(), onBlur: () => this.onBlur(), ref: (focusEl) => (this.focusEl = focusEl), required: required }, this.inheritedAttributes)), h("div", { key: 'f25bf2e6217baa5757913e65cd91a58561a31ec1', class: {
258
+ }) }, h("label", { key: '007a4ac8ac231b58416b572492c25cb176fd92ea', class: "toggle-wrapper" }, h("input", Object.assign({ key: '85406e8d7f02c3aeb10ab897cd9fe003ccab95b8', type: "checkbox", role: "switch", "aria-checked": `${checked}`, checked: checked, disabled: disabled, id: inputId, onFocus: () => this.onFocus(), onBlur: () => this.onBlur(), ref: (focusEl) => (this.focusEl = focusEl), required: required }, this.inheritedAttributes)), h("div", { key: 'a82e1b76f556bc72aeef8d9e5e0ba5bf2ae879ff', class: {
259
259
  'label-text-wrapper': true,
260
260
  'label-text-wrapper-hidden': !this.hasLabel,
261
- }, part: "label" }, h("slot", { key: 'ce9f4770882691bb66f487401fc04504bb5702e9' }), this.renderHintText()), h("div", { key: '8fe2b2684663970867cccabdef5facf2395ad6b7', class: "native-wrapper" }, this.renderToggleControl()))));
261
+ }, part: "label" }, h("slot", { key: '63b402f2839c722992904c60233239e7fa429b80' }), this.renderHintText()), h("div", { key: '51a5564239e42791e50fbe187e78ca76fa88093f', class: "native-wrapper" }, this.renderToggleControl()))));
262
262
  }
263
263
  static get is() { return "ion-toggle"; }
264
264
  static get encapsulation() { return "shadow"; }
@@ -67,10 +67,10 @@ export class Toolbar {
67
67
  this.childrenStyles.forEach((value) => {
68
68
  Object.assign(childStyles, value);
69
69
  });
70
- return (h(Host, { key: '3b4f8967344a418ac43def3493c954a4c8dd86aa', class: Object.assign(Object.assign({}, childStyles), createColorClasses(this.color, {
70
+ return (h(Host, { key: '6368640c5bcc3515d628c24116912e7ba1e79a00', class: Object.assign(Object.assign({}, childStyles), createColorClasses(this.color, {
71
71
  [theme]: true,
72
72
  'in-toolbar': hostContext('ion-toolbar', this.el),
73
- })) }, h("div", { key: 'a15650bf013f1804b8e47acd67fd396dba09f357', class: "toolbar-background", part: "background" }), h("div", { key: '8f4f2c1bc0d49fccfb6f7e4584cf981e6a63de34', class: "toolbar-container", part: "container" }, h("slot", { key: 'e7d50dbeb1b66dc0c09ee859aa96ea28edb2ba67', name: "start" }), h("slot", { key: '25a6034473e9b346094869668c88a8f2517f5556', name: "secondary" }), h("div", { key: '0d44a53b9c53b988c63b780a3bb7e05b1c77960e', class: "toolbar-content", part: "content" }, h("slot", { key: '000fdbf93f851db03c301622f259b9b06f304e0c' })), h("slot", { key: 'b193a5c0a8c478a4e19e384020bf25e04ed389b0', name: "primary" }), h("slot", { key: 'f890768301b24e36f9098ce52a02610990771978', name: "end" }))));
73
+ })) }, h("div", { key: '139edd9fb7a7c42d94dd79e783d841b052abb245', class: "toolbar-background", part: "background" }), h("div", { key: '72716d4a9af0191d6083d1a2444cea42e4521127', class: "toolbar-container", part: "container" }, h("slot", { key: '5049c3e4235dd52b80b50f87b74f58c03fc53c00', name: "start" }), h("slot", { key: 'cf43c31b7d81dfb49e0fdf987978c621fc563213', name: "secondary" }), h("div", { key: '34bd76bdb954adcecb4a9c263584733d617e5988', class: "toolbar-content", part: "content" }, h("slot", { key: 'a63dfc76eb070c680426e3fe6b8efc9bec9a69ac' })), h("slot", { key: 'bb0a4cb83c30d206489c2dcfb6238481ccfc51af', name: "primary" }), h("slot", { key: 'e3c632b6810493f714ec632d17b878740874e919', name: "end" }))));
74
74
  }
75
75
  static get is() { return "ion-toolbar"; }
76
76
  static get encapsulation() { return "shadow"; }