@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
@@ -242,11 +242,11 @@ const Picker = /*@__PURE__*/ proxyCustomElement(class Picker extends HTMLElement
242
242
  render() {
243
243
  const { htmlAttributes } = this;
244
244
  const theme = getIonTheme(this);
245
- return (h(Host, Object.assign({ key: 'a60897370c3b8b7e39b6b474998bac0a2e247275', "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
245
+ return (h(Host, Object.assign({ key: 'd3ae98f9e6d9e879b961eb6bb1124f5c1bdcf760', "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
246
246
  zIndex: `${20000 + this.overlayIndex}`,
247
247
  }, class: Object.assign({ [theme]: true,
248
248
  // Used internally for styling
249
- [`picker-${theme}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), h("ion-backdrop", { key: '6223cbfdb72834657157bbd438834b9fc88892cd', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: 'c38f9ba8c6081525913a6e5817c4c89a36f9bc9f', tabindex: "0", "aria-hidden": "true" }), h("div", { key: '88dced3055b78a33400063ccb02a681dab65214f', class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, h("div", { key: 'b981965c65c6dd7c397d78f45fb7821ea3fb8c2a', class: "picker-toolbar" }, this.buttons.map((b) => (h("div", { class: buttonWrapperClass(b) }, h("button", { type: "button", onClick: () => this.buttonClick(b), class: buttonClass(b) }, b.text))))), h("div", { key: '4b0d91d9bbd5db7207f1cf8a5331506116ef8d38', class: "picker-columns" }, h("div", { key: 'dacd2c0c3b2add691a4f60bde59faafe2964f5ae', class: "picker-above-highlight" }), this.presented && this.columns.map((c) => h("ion-picker-legacy-column", { col: c })), h("div", { key: '79270b83927b3c1c52fa27827b0bc1cda645e09c', class: "picker-below-highlight" }))), h("div", { key: 'b23a1418c8994643849191f0c95fd0a0ae1c811a', tabindex: "0", "aria-hidden": "true" })));
249
+ [`picker-${theme}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), h("ion-backdrop", { key: '58d83d65e108383231e0ea66e34d7a5e43eac253', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: 'a94e84cab6f2af6ffeec2378fb527c1cce7e382e', tabindex: "0", "aria-hidden": "true" }), h("div", { key: '7769a2a332cad3360b0df12b0ded130e3379fba3', class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, h("div", { key: 'd998a28c2f280e59b4c97bec35ead458769d74d8', class: "picker-toolbar" }, this.buttons.map((b) => (h("div", { class: buttonWrapperClass(b) }, h("button", { type: "button", onClick: () => this.buttonClick(b), class: buttonClass(b) }, b.text))))), h("div", { key: 'fd0f3931dcafab93cb161423fa7ebec21e0396df', class: "picker-columns" }, h("div", { key: 'e8f6c34bdb4000b4df88bdd1a83588a10e0277bd', class: "picker-above-highlight" }), this.presented && this.columns.map((c) => h("ion-picker-legacy-column", { col: c })), h("div", { key: 'bb131d346dd240a06f4319f6d07ccdd54e53c5cf', class: "picker-below-highlight" }))), h("div", { key: 'd06119270e99ecf6ce24ee50c10cb5f414206ccf', tabindex: "0", "aria-hidden": "true" })));
250
250
  }
251
251
  get el() { return this; }
252
252
  static get watchers() { return {
@@ -47,7 +47,7 @@ const ProgressBar = /*@__PURE__*/ proxyCustomElement(class ProgressBar extends H
47
47
  const shape = this.getShape();
48
48
  // If the progress is displayed as a solid bar.
49
49
  const progressSolid = buffer === 1;
50
- return (h(Host, { key: '232252c06bc995dd18ca94bf1de23449193b8d59', role: "progressbar", "aria-valuenow": type === 'determinate' ? value : null, "aria-valuemin": "0", "aria-valuemax": "1", class: createColorClasses(color, {
50
+ return (h(Host, { key: 'f15cd49c5f06daf16872b95871e9eb6dc2e46ff4', role: "progressbar", "aria-valuenow": type === 'determinate' ? value : null, "aria-valuemin": "0", "aria-valuemax": "1", class: createColorClasses(color, {
51
51
  [theme]: true,
52
52
  [`progress-bar-${type}`]: true,
53
53
  'progress-paused': paused,
@@ -627,7 +627,7 @@ const Range = /*@__PURE__*/ proxyCustomElement(class Range extends HTMLElement {
627
627
  const needsEndAdjustment = inItem && !hasEndContent;
628
628
  const theme = getIonTheme(this);
629
629
  renderHiddenInput(true, el, this.name, JSON.stringify(this.getValue()), disabled);
630
- return (h(Host, { key: '4e6b1cfbd9e8a1d2e50c74be2901012abb056534', onFocusin: this.onFocus, onFocusout: this.onBlur, id: rangeId, class: createColorClasses(this.color, {
630
+ return (h(Host, { key: '21ef803dca0d40bf14edabd21788a9bb0407b1d2', onFocusin: this.onFocus, onFocusout: this.onBlur, id: rangeId, class: createColorClasses(this.color, {
631
631
  [theme]: true,
632
632
  'in-item': inItem,
633
633
  'range-disabled': disabled,
@@ -636,10 +636,10 @@ const Range = /*@__PURE__*/ proxyCustomElement(class Range extends HTMLElement {
636
636
  [`range-label-placement-${labelPlacement}`]: true,
637
637
  'range-item-start-adjustment': needsStartAdjustment,
638
638
  'range-item-end-adjustment': needsEndAdjustment,
639
- }) }, h("label", { key: '3639d35c66356460b02940d9bf0cf1efac34d530', class: "range-wrapper", id: "range-label" }, h("div", { key: 'f343bf55d21997ee2a75dc022702707d0039f935', class: {
639
+ }) }, h("label", { key: '30949972ae80d7765daa1ddda0b49bc6286478dc', class: "range-wrapper", id: "range-label" }, h("div", { key: 'd6acc945ec6cb0dd130fcd545bfc9b1aa609a80c', class: {
640
640
  'label-text-wrapper': true,
641
641
  'label-text-wrapper-hidden': !hasLabel,
642
- }, part: "label" }, label !== undefined ? h("div", { class: "label-text" }, label) : h("slot", { name: "label" })), h("div", { key: '157d25131724e5e34fac7475bf224f2928fecf50', class: "native-wrapper" }, h("slot", { key: 'ed151b24de9e50f07f3bb79d5df8ecd31e32acc5', name: "start" }), this.renderRangeSlider(), h("slot", { key: '02a238b6ec679afb8b756a0ceacf155b14682ec3', name: "end" })))));
642
+ }, part: "label" }, label !== undefined ? h("div", { class: "label-text" }, label) : h("slot", { name: "label" })), h("div", { key: '23d180cd9c0903ec325702e5244d09c5484821d3', class: "native-wrapper" }, h("slot", { key: '52ccc7d6d05d79ec4bc5698aefed5af8c2b3a53d', name: "start" }), this.renderRangeSlider(), h("slot", { key: '3b7696579f1a81d9472aa1f13671c00971334c59', name: "end" })))));
643
643
  }
644
644
  get el() { return this; }
645
645
  static get watchers() { return {
@@ -66,9 +66,9 @@ const RefresherContent = /*@__PURE__*/ proxyCustomElement(class RefresherContent
66
66
  const hasSpinner = pullingIcon != null && SPINNERS[pullingIcon] !== undefined;
67
67
  const theme = getIonTheme(this);
68
68
  const arrowIcon = theme === 'ionic' ? caretLeftFillSvg : caretBackSharp;
69
- return (h(Host, { key: '0a762f293c20e6c97a797543d19bb95b9fc490c9', class: {
69
+ return (h(Host, { key: 'c37d1d3c3268dbea185531c3e168627725006c57', class: {
70
70
  [theme]: true,
71
- } }, h("div", { key: '9678a72aeadc2c59cca163e919015f1e4318a040', class: "refresher-pulling" }, this.pullingIcon && hasSpinner && (h("div", { key: 'a8113afbdfac60a2a8fc984e70dd7ee5b6ed1a02', class: "refresher-pulling-icon" }, h("div", { key: '28a4faf60409c400734a252f3660c039cc5bcaca', class: "spinner-arrow-container" }, h("ion-spinner", { key: 'ebbbea530a2c4629004ecaa2dd3e168cfb46e07b', name: this.pullingIcon, paused: true }), (theme === 'md' || theme === 'ionic') && this.pullingIcon === 'circular' && (h("div", { key: 'e5be25c40614677345247b6e29be08d1beb921ca', class: "arrow-container" }, h("ion-icon", { key: '5f77992d5329c6e210cf7be82ae36e61c9934886', icon: arrowIcon, "aria-hidden": "true" })))))), this.pullingIcon && !hasSpinner && (h("div", { key: 'bc5fb54ffde26bb6a3e6711c3aa3f87ab1fd08ae', class: "refresher-pulling-icon" }, h("ion-icon", { key: '6637fbc84dcea0da5828833f2017a0249440f572', icon: this.pullingIcon, lazy: false, "aria-hidden": "true" }))), this.pullingText !== undefined && this.renderPullingText()), h("div", { key: '7eff620e6931d23343036a31bd7bef36b553673a', class: "refresher-refreshing" }, this.refreshingSpinner && (h("div", { key: '1be8189b67b126e69c6a8f959d31f8223a61d203', class: "refresher-refreshing-icon" }, h("ion-spinner", { key: '5742bc22d2e5f2220aeed4a08be0810cd71732d9', name: this.refreshingSpinner }))), this.refreshingText !== undefined && this.renderRefreshingText())));
71
+ } }, h("div", { key: '896e6babdf29eed411c8d39d9674afc20c11501e', class: "refresher-pulling" }, this.pullingIcon && hasSpinner && (h("div", { key: 'b69318d8857a88d0ba6e7175ed4e8c1dac5464b2', class: "refresher-pulling-icon" }, h("div", { key: '158a28b229e26444ca36e17d18f0eaef72fffe6c', class: "spinner-arrow-container" }, h("ion-spinner", { key: '19b54947a240f9e626722a0d664e21df042c9300', name: this.pullingIcon, paused: true }), (theme === 'md' || theme === 'ionic') && this.pullingIcon === 'circular' && (h("div", { key: 'bd672a08933f57b8fe71270dc1dcbd24256d75fd', class: "arrow-container" }, h("ion-icon", { key: '09680855dc7996f3e4f064acc098362f688b75ef', icon: arrowIcon, "aria-hidden": "true" })))))), this.pullingIcon && !hasSpinner && (h("div", { key: '248347514cbed83c664fe2ee04b9d2346798dd08', class: "refresher-pulling-icon" }, h("ion-icon", { key: 'a1e0e9a8be66f660a5b47e0f7e545a6fb86366e2', icon: this.pullingIcon, lazy: false, "aria-hidden": "true" }))), this.pullingText !== undefined && this.renderPullingText()), h("div", { key: '6d3eaf16847d913c9ea958c601562c19c5e9923e', class: "refresher-refreshing" }, this.refreshingSpinner && (h("div", { key: 'a45a3278f66ddf83e79da5c90ee7fb9d15f22a59', class: "refresher-refreshing-icon" }, h("ion-spinner", { key: '0daa75225d65f065f94d66e937014a116ef05084', name: this.refreshingSpinner }))), this.refreshingText !== undefined && this.renderRefreshingText())));
72
72
  }
73
73
  get el() { return this; }
74
74
  static get style() { return {
@@ -633,7 +633,7 @@ const Refresher = /*@__PURE__*/ proxyCustomElement(class Refresher extends HTMLE
633
633
  }
634
634
  render() {
635
635
  const theme = getIonTheme(this);
636
- return (h(Host, { key: '2103e828db3589b69668d42f9059964d873e1efc', slot: "fixed", class: {
636
+ return (h(Host, { key: 'f41b9bafa9be5076a96c71d60b64e8d7a1a09ffe', slot: "fixed", class: {
637
637
  [theme]: true,
638
638
  // Used internally for styling
639
639
  [`refresher-${theme}`]: true,
@@ -245,7 +245,7 @@ const ReorderGroup = /*@__PURE__*/ proxyCustomElement(class ReorderGroup extends
245
245
  }
246
246
  render() {
247
247
  const theme = getIonTheme(this);
248
- return (h(Host, { key: '5cab4716603318af2dde33288cf2750922e05711', class: {
248
+ return (h(Host, { key: 'dde289aa690c3e0128d1b186834eadc7e0f5d37d', class: {
249
249
  [theme]: true,
250
250
  'reorder-enabled': !this.disabled,
251
251
  'reorder-list-active': this.state !== 0 /* ReorderGroupState.Idle */,
@@ -53,9 +53,9 @@ const Reorder = /*@__PURE__*/ proxyCustomElement(class Reorder extends HTMLEleme
53
53
  render() {
54
54
  const { reorderHandleIcon } = this;
55
55
  const theme = getIonTheme(this);
56
- return (h(Host, { key: '3ac55c697bca2fdedf5a13ceb2d7d5f5bc0b900d', class: {
56
+ return (h(Host, { key: '758e11a080ae373893642c6eda1e03196ca6385e', class: {
57
57
  [theme]: true,
58
- } }, h("slot", { key: '4fdede184042e67e72b75d9d8aec44cdc7f73c2a' }, h("ion-icon", { key: 'ae32237e68d0cdf523bb4950d9241d746427ee98', icon: reorderHandleIcon, lazy: false, class: "reorder-icon", part: "icon", "aria-hidden": "true" }))));
58
+ } }, h("slot", { key: '7f48e8e6c52ecc014b13007895c066b38febf8fc' }, h("ion-icon", { key: '8b53e61326750228321c942e70974e4c2171cbe1', icon: reorderHandleIcon, lazy: false, class: "reorder-icon", part: "icon", "aria-hidden": "true" }))));
59
59
  }
60
60
  get el() { return this; }
61
61
  static get style() { return {
@@ -30,10 +30,10 @@ const RouterLink = /*@__PURE__*/ proxyCustomElement(class RouterLink extends HTM
30
30
  rel: this.rel,
31
31
  target: this.target,
32
32
  };
33
- return (h(Host, { key: '444987ee201d5dfcae1b9df0626aeb445f0076d6', onClick: this.onClick, class: createColorClasses(this.color, {
33
+ return (h(Host, { key: '6415fbabb7f0e2220fa8d868ca060cf85a6b1756', onClick: this.onClick, class: createColorClasses(this.color, {
34
34
  [theme]: true,
35
35
  'ion-activatable': true,
36
- }) }, h("a", Object.assign({ key: 'b56770ce708c53617bd998618b289c9cfe0ef1a9' }, attrs), h("slot", { key: '22787fc89bb1a0f4f13cfd8a547c14e273ec150a' }))));
36
+ }) }, h("a", Object.assign({ key: '031c713ea760e04b81c841b01342af538d2cc0ed' }, attrs), h("slot", { key: '948189a8b94fa12f5ced994a5b9a6138a878f7a8' }))));
37
37
  }
38
38
  static get style() { return IonRouterLinkStyle0; }
39
39
  }, [1, "ion-router-link", {
@@ -187,7 +187,7 @@ const RouterOutlet = /*@__PURE__*/ proxyCustomElement(class RouterOutlet extends
187
187
  return true;
188
188
  }
189
189
  render() {
190
- return h("slot", { key: '5c560e82375151792513278f2e44db119d0ab683' });
190
+ return h("slot", { key: '33d398d0fadff009560ca0835a088eb26e2c9c02' });
191
191
  }
192
192
  get el() { return this; }
193
193
  static get watchers() { return {
@@ -15,9 +15,9 @@ const Row = /*@__PURE__*/ proxyCustomElement(class Row extends HTMLElement {
15
15
  }
16
16
  render() {
17
17
  const theme = getIonTheme(this);
18
- return (h(Host, { key: '1dd88448e2e74b4352f7f05d4c881a9d2d0703a9', class: {
18
+ return (h(Host, { key: '7004407e649f3b5855bd262c5204f4864580096b', class: {
19
19
  [theme]: true,
20
- } }, h("slot", { key: 'd3e238c9cb1fd084c479600996ba407dc0bbe6b5' })));
20
+ } }, h("slot", { key: 'afa6d1036796041447ab497abc7e66e3e96fcad5' })));
21
21
  }
22
22
  static get style() { return IonRowStyle0; }
23
23
  }, [1, "ion-row"]);
@@ -507,8 +507,8 @@ const Searchbar = /*@__PURE__*/ proxyCustomElement(class Searchbar extends HTMLE
507
507
  const shouldShowCancelButton = this.shouldShowCancelButton();
508
508
  const shape = this.getShape();
509
509
  const size = this.getSize();
510
- 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))));
511
- return (h(Host, { key: '8df3e32ff7bd474cb0283877d58d25db97eb508c', role: "search", "aria-disabled": this.disabled ? 'true' : null, class: createColorClasses(this.color, {
510
+ 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))));
511
+ return (h(Host, { key: '77f09b18c0d385615dec9972459b02504e4c8b87', role: "search", "aria-disabled": this.disabled ? 'true' : null, class: createColorClasses(this.color, {
512
512
  [theme]: true,
513
513
  'searchbar-animated': animated,
514
514
  'searchbar-disabled': this.disabled,
@@ -522,14 +522,14 @@ const Searchbar = /*@__PURE__*/ proxyCustomElement(class Searchbar extends HTMLE
522
522
  [`searchbar-shape-${shape}`]: shape !== undefined,
523
523
  [`searchbar-size-${size}`]: size !== undefined,
524
524
  'in-toolbar': hostContext('ion-toolbar', this.el),
525
- }) }, 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) => {
525
+ }) }, 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) => {
526
526
  /**
527
527
  * This prevents mobile browsers from
528
528
  * blurring the input when the clear
529
529
  * button is activated.
530
530
  */
531
531
  ev.preventDefault();
532
- }, onClick: () => this.onClearInput(true) }, h("ion-icon", { key: 'a0b84329f3a1c07bd7f2bab5dfc127b51cf91946', "aria-hidden": "true", icon: searchbarClearIcon, lazy: false, className: "searchbar-clear-icon" })))), theme === 'ios' && cancelButton));
532
+ }, onClick: () => this.onClearInput(true) }, h("ion-icon", { key: '24e649c7063022e7df79e63d92cc1f159b5691bd', "aria-hidden": "true", icon: searchbarClearIcon, lazy: false, className: "searchbar-clear-icon" })))), theme === 'ios' && cancelButton));
533
533
  }
534
534
  get el() { return this; }
535
535
  static get watchers() { return {
@@ -137,7 +137,7 @@ const SegmentButton = /*@__PURE__*/ proxyCustomElement(class SegmentButton exten
137
137
  const { checked, type, disabled, hasIcon, hasLabel, layout, segmentEl } = this;
138
138
  const theme = getIonTheme(this);
139
139
  const hasSegmentColor = () => (segmentEl === null || segmentEl === void 0 ? void 0 : segmentEl.color) !== undefined;
140
- return (h(Host, { key: '76f735f78cba0432a8d365da3869404fbae4b474', class: {
140
+ return (h(Host, { key: '3f7bb9ebb17ad0cda205115a453a7aea72b498e0', class: {
141
141
  [theme]: true,
142
142
  'in-toolbar': hostContext('ion-toolbar', this.el),
143
143
  'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
@@ -153,7 +153,7 @@ const SegmentButton = /*@__PURE__*/ proxyCustomElement(class SegmentButton exten
153
153
  'ion-activatable': true,
154
154
  'ion-activatable-instant': true,
155
155
  'ion-focusable': true,
156
- } }, 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" }))));
156
+ } }, 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" }))));
157
157
  }
158
158
  get el() { return this; }
159
159
  static get watchers() { return {
@@ -13,7 +13,7 @@ const SegmentContent = /*@__PURE__*/ proxyCustomElement(class SegmentContent ext
13
13
  this.__attachShadow();
14
14
  }
15
15
  render() {
16
- return (h(Host, { key: 'a09f99b39dfa64874d19a45b587bf91e63fd2422' }, h("slot", { key: '7b91e14c7e8be2d07fa21ff1195c467817737ddb' })));
16
+ return (h(Host, { key: '665f41a854621f898eaf7ba9a49e77cc9326501e' }, h("slot", { key: '635aa57fbf6167dcd36fe8dc5dfc1c313637ac04' })));
17
17
  }
18
18
  static get style() { return IonSegmentContentStyle0; }
19
19
  }, [1, "ion-segment-content"]);
@@ -108,10 +108,10 @@ const SegmentView = /*@__PURE__*/ proxyCustomElement(class SegmentView extends H
108
108
  }
109
109
  render() {
110
110
  const { disabled, isManualScroll } = this;
111
- return (h(Host, { key: 'd457ef8ab56017fe649e12093a2b7f276fe35f8e', class: {
111
+ return (h(Host, { key: 'ad39fb0cf31ec054cc31eaa1abe734f601d245db', class: {
112
112
  'segment-view-disabled': disabled,
113
113
  'segment-view-scroll-disabled': isManualScroll === false,
114
- } }, h("slot", { key: '6864df40e938df3b9e0f8c9732f51699cb55e06a' })));
114
+ } }, h("slot", { key: '189f731f9a4b55b36c4a6ba10fe76c0409f0cbb3' })));
115
115
  }
116
116
  get el() { return this; }
117
117
  static get style() { return {
@@ -541,14 +541,14 @@ const Segment = /*@__PURE__*/ proxyCustomElement(class Segment extends HTMLEleme
541
541
  }
542
542
  render() {
543
543
  const theme = getIonTheme(this);
544
- return (h(Host, { key: '6dde439f77f62411fa949da7085ffd3f0f60470c', role: "tablist", onClick: this.onClick, class: createColorClasses(this.color, {
544
+ return (h(Host, { key: '6289c3774db1a38175476d4e596c89f124c3bda6', role: "tablist", onClick: this.onClick, class: createColorClasses(this.color, {
545
545
  [theme]: true,
546
546
  'in-toolbar': hostContext('ion-toolbar', this.el),
547
547
  'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
548
548
  'segment-activated': this.activated,
549
549
  'segment-disabled': this.disabled,
550
550
  'segment-scrollable': this.scrollable,
551
- }) }, h("slot", { key: 'fdff9a11a8ee5cd0d820801291aee6e17410e5e1', onSlotchange: this.onSlottedItemsChange })));
551
+ }) }, h("slot", { key: '3db439fa1be09a29d7871130edc1710ef54df224', onSlotchange: this.onSlottedItemsChange })));
552
552
  }
553
553
  get el() { return this; }
554
554
  static get watchers() { return {
@@ -18,7 +18,7 @@ const SelectOption = /*@__PURE__*/ proxyCustomElement(class SelectOption extends
18
18
  }
19
19
  render() {
20
20
  const theme = getIonTheme(this);
21
- return (h(Host, { key: '3a0f3cdf05512de254098956ac4f3421d7f55b49', class: {
21
+ return (h(Host, { key: '9ff7cf41a31fdf64730f6fe3708bb1f3677b76a4', class: {
22
22
  [theme]: true,
23
23
  }, role: "option", id: this.inputId }));
24
24
  }
@@ -780,7 +780,7 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
780
780
  * TODO(FW-5592): Remove hasStartEndSlots condition
781
781
  */
782
782
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || isExpanded || hasStartEndSlots));
783
- return (h(Host, { key: '8d84c36852823c58ed1663f406ae390760adc196', onClick: this.onClick, class: createColorClasses(this.color, {
783
+ return (h(Host, { key: '56bf013506dc6b882b827ae5d848292cdebf92c8', onClick: this.onClick, class: createColorClasses(this.color, {
784
784
  [theme]: true,
785
785
  'in-item': inItem,
786
786
  'in-item-color': hostContext('ion-item.ion-color', el),
@@ -797,7 +797,7 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
797
797
  [`select-shape-${shape}`]: shape !== undefined,
798
798
  [`select-label-placement-${labelPlacement}`]: true,
799
799
  [`select-size-${size}`]: size !== undefined,
800
- }) }, h("label", { key: 'f7ab743c6a0fd7ef5b566a7bd66a4e142f5259bb', class: "select-wrapper", id: "select-label" }, this.renderLabelContainer(), h("div", { key: '33a3a7a7f9982a7a8e636eb00a6d44f75b83972c', class: "select-wrapper-inner" },
800
+ }) }, h("label", { key: 'cfb256dfe432ac23df006514e75142cbfb595620', class: "select-wrapper", id: "select-label" }, this.renderLabelContainer(), h("div", { key: '7bba5aed0735f4237e4f4b8d08859cb9cfac7f9f', class: "select-wrapper-inner" },
801
801
  /**
802
802
  * For the ionic theme, we render the outline container here
803
803
  * instead of higher up, so it can be positioned relative to
@@ -807,7 +807,7 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
807
807
  * <label> element, ensuring that clicking the label text
808
808
  * focuses the select.
809
809
  */
810
- 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()));
810
+ 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()));
811
811
  }
812
812
  get el() { return this; }
813
813
  static get watchers() { return {
@@ -33,11 +33,11 @@ const SkeletonText = /*@__PURE__*/ proxyCustomElement(class SkeletonText extends
33
33
  const animated = this.animated && config.getBoolean('animated', true);
34
34
  const inMedia = hostContext('ion-avatar', this.el) || hostContext('ion-thumbnail', this.el);
35
35
  const theme = getIonTheme(this);
36
- return (h(Host, { key: 'dedb3d78e092024dc2d3548e8721445a004b2306', class: {
36
+ return (h(Host, { key: '61dec18e888846c87eae4af95853d8c013b39ec8', class: {
37
37
  [theme]: true,
38
38
  'skeleton-text-animated': animated,
39
39
  'in-media': inMedia,
40
- } }, h("span", { key: 'f1871cf7314774ffee1d9e64decdfc0c9c8ec1bb' }, "\u00A0")));
40
+ } }, h("span", { key: 'd61c3096615f154d8bfdd025722bb1c7b7b97b46' }, "\u00A0")));
41
41
  }
42
42
  get el() { return this; }
43
43
  static get style() { return IonSkeletonTextStyle0; }
@@ -132,12 +132,12 @@ const SplitPane = /*@__PURE__*/ proxyCustomElement(class SplitPane extends HTMLE
132
132
  }
133
133
  render() {
134
134
  const theme = getIonTheme(this);
135
- return (h(Host, { key: 'f2bbf0502e339967336e4a31478c2062e9b511d0', class: {
135
+ return (h(Host, { key: '9a1d659ebc3f8b36d818e4c67468726fc3752930', class: {
136
136
  [theme]: true,
137
137
  // Used internally for styling
138
138
  [`split-pane-${theme}`]: true,
139
139
  'split-pane-visible': this.visible,
140
- } }, h("slot", { key: '81b1dd5ab2fb2d28ca7f97be9724998ac550eb7e' })));
140
+ } }, h("slot", { key: 'db7451c8e4ea8d74f6707d06be038de4a05b7e11' })));
141
141
  }
142
142
  get el() { return this; }
143
143
  static get watchers() { return {
@@ -78,13 +78,13 @@ const TabBar = /*@__PURE__*/ proxyCustomElement(class TabBar extends HTMLElement
78
78
  const theme = getIonTheme(this);
79
79
  const shape = this.getShape();
80
80
  const shouldHide = keyboardVisible && this.el.getAttribute('slot') !== 'top';
81
- return (h(Host, { key: '3fc424679dece4746ac543aaa297e088a9a445ef', role: "tablist", "aria-hidden": shouldHide ? 'true' : null, class: createColorClasses(color, {
81
+ return (h(Host, { key: '8113748c5b620a398777b616f2c3df37e3a0828e', role: "tablist", "aria-hidden": shouldHide ? 'true' : null, class: createColorClasses(color, {
82
82
  [theme]: true,
83
83
  'tab-bar-translucent': translucent,
84
84
  'tab-bar-hidden': shouldHide,
85
85
  [`tab-bar-${expand}`]: true,
86
86
  [`tab-bar-${shape}`]: shape !== undefined,
87
- }) }, h("slot", { key: 'e4bd3711819503ef644f7f3cd88887eaf3d39705' })));
87
+ }) }, h("slot", { key: '219741d7e41c6b7b432f9ddd865a6f3a1cb2067c' })));
88
88
  }
89
89
  get el() { return this; }
90
90
  static get watchers() { return {
@@ -7,13 +7,13 @@ import { c as config } from './config2.js';
7
7
  import { c as getIonTheme } from './ionic-global.js';
8
8
  import { d as defineCustomElement$2 } from './ripple-effect.js';
9
9
 
10
- const tabButtonIonicCss = ":host{--ripple-color:var(--color-selected);--background-focused-opacity:1;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;outline:none;background:var(--background);color:var(--color)}.button-native{display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;border:0;outline:none;background:transparent;text-decoration:none;cursor:pointer;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-drag:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:inherit;flex-flow:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;z-index:1}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}@media (any-hover: hover){a:hover{color:var(--color-selected)}}:host(.tab-selected){color:var(--color-selected)}:host(.tab-hidden){display:none !important}:host(.tab-disabled){pointer-events:none;opacity:0.4}::slotted(ion-label),::slotted(ion-icon){display:block;-ms-flex-item-align:center;align-self:center;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}::slotted(ion-label){-ms-flex-order:0;order:0}::slotted(ion-icon){-ms-flex-order:-1;order:-1;height:1em}:host(.tab-has-label-only) ::slotted(ion-label){white-space:normal}::slotted(ion-badge){-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:1}:host(.tab-layout-icon-start){-ms-flex-direction:row;flex-direction:row}:host(.tab-layout-icon-end){-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.tab-layout-icon-bottom){-ms-flex-direction:column-reverse;flex-direction:column-reverse}:host(.tab-layout-icon-hide) ::slotted(ion-icon){display:none}:host(.tab-layout-label-hide) ::slotted(ion-label){display:none}ion-ripple-effect{color:var(--ripple-color)}:host{--focus-ring-color:var(--ion-border-focus-default, #b5c0f7);--focus-ring-width:var(--ion-border-radius-025, 2px);-ms-flex-line-pack:center;align-content:center;min-height:var(--ion-scale-1200, 48px);max-height:var(--ion-scale-1800, 72px);font-size:var(--ion-font-size-300, 0.75rem);font-weight:var(--ion-font-weight-medium, 500);line-height:var(--ion-font-line-height-500, 20px)}.button-native{border-radius:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-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);color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;white-space:inherit}.button-native::after{right:0;left:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}.button-native{min-width:var(--ion-scale-1200, 48px);overflow:visible}.button-native::after{border-radius:inherit}:host(.ion-focused) .button-native::after{outline:var(--focus-ring-width) solid var(--focus-ring-color)}:host(.ion-activated) .button-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}::slotted(ion-icon){width:var(--ion-scale-600, 24px);height:var(--ion-scale-600, 24px)}:host(.tab-button-shape-soft){border-radius:var(--ion-border-radius-200, 8px)}:host(.tab-button-shape-round){border-radius:var(--ion-border-radius-400, 16px)}:host(.tab-button-shape-rectangular){border-radius:var(--ion-border-radius-0, 0px)}";
10
+ const tabButtonIonicCss = ":host{--ripple-color:var(--color-selected);--background-focused-opacity:1;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;outline:none;background:var(--background);color:var(--color)}.button-native{display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;border:0;outline:none;background:transparent;text-decoration:none;cursor:pointer;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-drag:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:inherit;flex-flow:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;z-index:1}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}@media (any-hover: hover){a:hover{color:var(--color-selected)}}:host(.tab-selected){color:var(--color-selected)}:host(.tab-hidden){display:none !important}:host(.tab-disabled){pointer-events:none;opacity:0.4}::slotted(ion-label),::slotted(ion-icon){display:block;-ms-flex-item-align:center;align-self:center;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}::slotted(ion-label){-ms-flex-order:0;order:0}::slotted(ion-icon){-ms-flex-order:-1;order:-1;height:1em}:host(.tab-has-label-only) ::slotted(ion-label){white-space:normal}::slotted(ion-badge){-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:1}:host(.tab-layout-icon-start){-ms-flex-direction:row;flex-direction:row}:host(.tab-layout-icon-end){-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.tab-layout-icon-bottom){-ms-flex-direction:column-reverse;flex-direction:column-reverse}:host(.tab-layout-icon-hide) ::slotted(ion-icon){display:none}:host(.tab-layout-label-hide) ::slotted(ion-label){display:none}ion-ripple-effect{color:var(--ripple-color)}:host{--focus-ring-color:var(--ion-border-focus-default, #b5c0f7);--focus-ring-width:var(--ion-border-radius-025, 2px);-ms-flex-line-pack:center;align-content:center;min-height:var(--ion-scale-1200, 48px);max-height:var(--ion-scale-1800, 72px);font-size:var(--ion-font-size-300, 0.75rem);font-weight:var(--ion-font-weight-medium, 500);line-height:var(--ion-font-line-height-500, 20px)}.button-native{border-radius:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-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);color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;white-space:inherit;overflow:visible}.button-native::after{right:0;left:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}.button-native{min-width:var(--ion-scale-1200, 48px);overflow:visible}.button-native::after{border-radius:inherit}:host(.ion-focused) .button-native::after{outline:var(--focus-ring-width) solid var(--focus-ring-color)}:host(.ion-activated) .button-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}::slotted(ion-icon){width:var(--ion-scale-600, 24px);height:var(--ion-scale-600, 24px)}:host(.tab-button-shape-soft){border-radius:var(--ion-border-radius-200, 8px)}:host(.tab-button-shape-round){border-radius:var(--ion-border-radius-400, 16px)}:host(.tab-button-shape-rectangular){border-radius:var(--ion-border-radius-0, 0px)}:host ::slotted(ion-badge){inset-inline-start:calc(50% + var(--ion-scale-300, 12px))}:host ::slotted(ion-badge.badge-vertical-top){top:-2px}:host ::slotted(ion-badge.badge-vertical-top:empty){top:calc(var(--ion-scale-100, 4px) * -1)}:host ::slotted(ion-badge.badge-vertical-bottom){top:calc(50% - var(--ion-scale-200, 8px))}:host ::slotted(ion-badge.badge-vertical-bottom:empty){top:calc(50% - var(--ion-scale-100, 4px))}:host ::slotted(ion-badge[vertical]:not(:empty)){-webkit-padding-start:var(--ion-scale-100, 4px);padding-inline-start:var(--ion-scale-100, 4px);-webkit-padding-end:var(--ion-scale-100, 4px);padding-inline-end:var(--ion-scale-100, 4px);padding-top:var(--ion-scale-100, 4px);padding-bottom:var(--ion-scale-100, 4px);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}:host(.tab-layout-icon-bottom) ::slotted(ion-badge.badge-vertical-top){top:calc(50% - var(--ion-scale-100, 4px))}:host(.tab-layout-icon-bottom) ::slotted(ion-badge.badge-vertical-bottom){top:calc(50% + var(--ion-scale-100, 4px))}:host(.tab-layout-icon-bottom) ::slotted(ion-badge.badge-vertical-bottom:empty){top:calc(50% + 14px)}";
11
11
  const IonTabButtonIonicStyle0 = tabButtonIonicCss;
12
12
 
13
- const tabButtonIosCss = ":host{--ripple-color:var(--color-selected);--background-focused-opacity:1;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;outline:none;background:var(--background);color:var(--color)}.button-native{display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;border:0;outline:none;background:transparent;text-decoration:none;cursor:pointer;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-drag:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:inherit;flex-flow:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;z-index:1}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}@media (any-hover: hover){a:hover{color:var(--color-selected)}}:host(.tab-selected){color:var(--color-selected)}:host(.tab-hidden){display:none !important}:host(.tab-disabled){pointer-events:none;opacity:0.4}::slotted(ion-label),::slotted(ion-icon){display:block;-ms-flex-item-align:center;align-self:center;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}::slotted(ion-label){-ms-flex-order:0;order:0}::slotted(ion-icon){-ms-flex-order:-1;order:-1;height:1em}:host(.tab-has-label-only) ::slotted(ion-label){white-space:normal}::slotted(ion-badge){-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:1}:host(.tab-layout-icon-start){-ms-flex-direction:row;flex-direction:row}:host(.tab-layout-icon-end){-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.tab-layout-icon-bottom){-ms-flex-direction:column-reverse;flex-direction:column-reverse}:host(.tab-layout-icon-hide) ::slotted(ion-icon){display:none}:host(.tab-layout-label-hide) ::slotted(ion-label){display:none}ion-ripple-effect{color:var(--ripple-color)}.button-native{border-radius:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-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);color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;white-space:inherit}.button-native::after{right:0;left:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}:host{--padding-top:0;--padding-end:2px;--padding-bottom:0;--padding-start:2px;max-width:240px;font-size:10px}::slotted(ion-badge){-webkit-padding-start:6px;padding-inline-start:6px;-webkit-padding-end:6px;padding-inline-end:6px;padding-top:1px;padding-bottom:1px;top:4px;height:auto;font-size:12px;line-height:16px}::slotted(ion-badge){inset-inline-start:calc(50% + 6px)}::slotted(ion-icon){margin-top:2px;margin-bottom:2px;font-size:24px}::slotted(ion-icon::before){vertical-align:top}::slotted(ion-label){margin-top:0;margin-bottom:1px;min-height:11px;font-weight:500}:host(.tab-has-label-only) ::slotted(ion-label){margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:12px;font-size:14px;line-height:1.1}:host(.tab-layout-icon-end) ::slotted(ion-label),:host(.tab-layout-icon-start) ::slotted(ion-label),:host(.tab-layout-icon-hide) ::slotted(ion-label){margin-top:2px;margin-bottom:2px;font-size:14px;line-height:1.1}:host(.tab-layout-icon-end) ::slotted(ion-icon),:host(.tab-layout-icon-start) ::slotted(ion-icon){min-width:24px;height:26px;margin-top:2px;margin-bottom:1px;font-size:24px}:host(.tab-layout-icon-bottom) ::slotted(ion-badge){inset-inline-start:calc(50% + 12px)}:host(.tab-layout-icon-bottom) ::slotted(ion-icon){margin-top:0;margin-bottom:1px}:host(.tab-layout-icon-bottom) ::slotted(ion-label){margin-top:4px}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){top:10px}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){inset-inline-start:calc(50% + 35px)}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){top:10px}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){inset-inline-start:calc(50% + 30px)}:host(.tab-layout-label-hide) ::slotted(ion-badge),:host(.tab-has-icon-only) ::slotted(ion-badge){top:10px}:host(.tab-layout-label-hide) ::slotted(ion-icon){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}:host(.tab-layout-label-hide) ::slotted(ion-icon),:host(.tab-has-icon-only) ::slotted(ion-icon){font-size:30px}";
13
+ const tabButtonIosCss = ":host{--ripple-color:var(--color-selected);--background-focused-opacity:1;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;outline:none;background:var(--background);color:var(--color)}.button-native{display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;border:0;outline:none;background:transparent;text-decoration:none;cursor:pointer;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-drag:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:inherit;flex-flow:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;z-index:1}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}@media (any-hover: hover){a:hover{color:var(--color-selected)}}:host(.tab-selected){color:var(--color-selected)}:host(.tab-hidden){display:none !important}:host(.tab-disabled){pointer-events:none;opacity:0.4}::slotted(ion-label),::slotted(ion-icon){display:block;-ms-flex-item-align:center;align-self:center;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}::slotted(ion-label){-ms-flex-order:0;order:0}::slotted(ion-icon){-ms-flex-order:-1;order:-1;height:1em}:host(.tab-has-label-only) ::slotted(ion-label){white-space:normal}::slotted(ion-badge){-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:1}:host(.tab-layout-icon-start){-ms-flex-direction:row;flex-direction:row}:host(.tab-layout-icon-end){-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.tab-layout-icon-bottom){-ms-flex-direction:column-reverse;flex-direction:column-reverse}:host(.tab-layout-icon-hide) ::slotted(ion-icon){display:none}:host(.tab-layout-label-hide) ::slotted(ion-label){display:none}ion-ripple-effect{color:var(--ripple-color)}.button-native{border-radius:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-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);color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;white-space:inherit}.button-native::after{right:0;left:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}:host{--padding-top:0;--padding-end:2px;--padding-bottom:0;--padding-start:2px;max-width:240px;font-size:10px}::slotted(ion-badge:not([vertical])){-webkit-padding-start:6px;padding-inline-start:6px;-webkit-padding-end:6px;padding-inline-end:6px;padding-top:1px;padding-bottom:1px;top:4px;height:auto;font-size:12px;line-height:16px}::slotted(ion-badge:not([vertical])){inset-inline-start:calc(50% + 6px)}:host ::slotted(ion-badge:empty){padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;width:8px;height:8px}:host ::slotted(ion-badge[vertical]){inset-inline-start:calc(50% + 12px)}:host ::slotted(ion-badge.badge-vertical-top){top:2px}:host ::slotted(ion-badge.badge-vertical-top:empty){top:4px}:host ::slotted(ion-badge.badge-vertical-bottom){top:calc(50% - 8px)}:host ::slotted(ion-badge.badge-vertical-bottom:empty){top:calc(50% - 2px)}:host ::slotted(ion-badge[vertical]:not(:empty)){-webkit-padding-start:4px;padding-inline-start:4px;-webkit-padding-end:4px;padding-inline-end:4px;padding-top:4px;padding-bottom:4px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-width:16px;height:16px;font-size:12px}:host(.tab-layout-icon-bottom) ::slotted(ion-badge.badge-vertical-top){top:calc(50% - 4px)}:host(.tab-layout-icon-bottom) ::slotted(ion-badge.badge-vertical-bottom){top:calc(50% + 4px)}:host(.tab-layout-icon-bottom) ::slotted(ion-badge.badge-vertical-bottom:empty){top:calc(50% + 14px)}::slotted(ion-icon){margin-top:2px;margin-bottom:2px;font-size:24px}::slotted(ion-icon::before){vertical-align:top}::slotted(ion-label){margin-top:0;margin-bottom:1px;min-height:11px;font-weight:500}:host(.tab-has-label-only) ::slotted(ion-label){margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:12px;font-size:14px;line-height:1.1}:host(.tab-layout-icon-end) ::slotted(ion-label),:host(.tab-layout-icon-start) ::slotted(ion-label),:host(.tab-layout-icon-hide) ::slotted(ion-label){margin-top:2px;margin-bottom:2px;font-size:14px;line-height:1.1}:host(.tab-layout-icon-end) ::slotted(ion-icon),:host(.tab-layout-icon-start) ::slotted(ion-icon){min-width:24px;height:26px;margin-top:2px;margin-bottom:1px;font-size:24px}:host(.tab-layout-icon-bottom) ::slotted(ion-badge){inset-inline-start:calc(50% + 12px)}:host(.tab-layout-icon-bottom) ::slotted(ion-icon){margin-top:0;margin-bottom:1px}:host(.tab-layout-icon-bottom) ::slotted(ion-label){-webkit-margin-start:4px;margin-inline-start:4px;-webkit-margin-end:4px;margin-inline-end:4px;margin-top:4px;margin-bottom:4px}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){top:10px}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){inset-inline-start:calc(50% + 35px)}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){top:10px}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){inset-inline-start:calc(50% + 30px)}:host(.tab-layout-label-hide) ::slotted(ion-badge),:host(.tab-has-icon-only) ::slotted(ion-badge){top:10px}:host(.tab-layout-label-hide) ::slotted(ion-icon){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}:host(.tab-layout-label-hide) ::slotted(ion-icon),:host(.tab-has-icon-only) ::slotted(ion-icon){font-size:30px}";
14
14
  const IonTabButtonIosStyle0 = tabButtonIosCss;
15
15
 
16
- const tabButtonMdCss = ":host{--ripple-color:var(--color-selected);--background-focused-opacity:1;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;outline:none;background:var(--background);color:var(--color)}.button-native{display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;border:0;outline:none;background:transparent;text-decoration:none;cursor:pointer;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-drag:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:inherit;flex-flow:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;z-index:1}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}@media (any-hover: hover){a:hover{color:var(--color-selected)}}:host(.tab-selected){color:var(--color-selected)}:host(.tab-hidden){display:none !important}:host(.tab-disabled){pointer-events:none;opacity:0.4}::slotted(ion-label),::slotted(ion-icon){display:block;-ms-flex-item-align:center;align-self:center;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}::slotted(ion-label){-ms-flex-order:0;order:0}::slotted(ion-icon){-ms-flex-order:-1;order:-1;height:1em}:host(.tab-has-label-only) ::slotted(ion-label){white-space:normal}::slotted(ion-badge){-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:1}:host(.tab-layout-icon-start){-ms-flex-direction:row;flex-direction:row}:host(.tab-layout-icon-end){-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.tab-layout-icon-bottom){-ms-flex-direction:column-reverse;flex-direction:column-reverse}:host(.tab-layout-icon-hide) ::slotted(ion-icon){display:none}:host(.tab-layout-label-hide) ::slotted(ion-label){display:none}ion-ripple-effect{color:var(--ripple-color)}.button-native{border-radius:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-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);color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;white-space:inherit}.button-native::after{right:0;left:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}:host{--padding-top:0;--padding-end:12px;--padding-bottom:0;--padding-start:12px;max-width:168px;font-size:12px;font-weight:normal;letter-spacing:0.03em}::slotted(ion-label){margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;text-transform:none}::slotted(ion-icon){margin-left:0;margin-right:0;margin-top:16px;margin-bottom:16px;-webkit-transform-origin:center center;transform-origin:center center;font-size:22px}:host-context([dir=rtl]) ::slotted(ion-icon){-webkit-transform-origin:calc(100% - center) center;transform-origin:calc(100% - center) center}[dir=rtl] ::slotted(ion-icon){-webkit-transform-origin:calc(100% - center) center;transform-origin:calc(100% - center) center}@supports selector(:dir(rtl)){::slotted(ion-icon):dir(rtl){-webkit-transform-origin:calc(100% - center) center;transform-origin:calc(100% - center) center}}::slotted(ion-badge){border-radius:8px;-webkit-padding-start:2px;padding-inline-start:2px;-webkit-padding-end:2px;padding-inline-end:2px;padding-top:3px;padding-bottom:2px;top:8px;min-width:12px;font-size:8px;font-weight:normal}::slotted(ion-badge){inset-inline-start:calc(50% + 6px)}::slotted(ion-badge:empty){display:block;min-width:8px;height:8px}:host(.tab-layout-icon-top) ::slotted(ion-icon){margin-top:6px;margin-bottom:2px}:host(.tab-layout-icon-top) ::slotted(ion-label){margin-top:0;margin-bottom:6px}:host(.tab-layout-icon-bottom) ::slotted(ion-badge){top:8px}:host(.tab-layout-icon-bottom) ::slotted(ion-badge){inset-inline-start:70%}:host(.tab-layout-icon-bottom) ::slotted(ion-icon){margin-top:0;margin-bottom:6px}:host(.tab-layout-icon-bottom) ::slotted(ion-label){margin-top:6px;margin-bottom:0}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){top:16px}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){inset-inline-start:80%}:host(.tab-layout-icon-start) ::slotted(ion-icon){-webkit-margin-end:6px;margin-inline-end:6px}:host(.tab-layout-icon-end) ::slotted(ion-icon){-webkit-margin-start:6px;margin-inline-start:6px}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){top:16px}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){inset-inline-start:70%}:host(.tab-layout-icon-hide) ::slotted(ion-label),:host(.tab-has-label-only) ::slotted(ion-label){margin-top:0;margin-bottom:0}:host(.tab-layout-label-hide) ::slotted(ion-badge),:host(.tab-has-icon-only) ::slotted(ion-badge){top:16px}:host(.tab-layout-label-hide) ::slotted(ion-icon),:host(.tab-has-icon-only) ::slotted(ion-icon){margin-top:0;margin-bottom:0;font-size:24px}";
16
+ const tabButtonMdCss = ":host{--ripple-color:var(--color-selected);--background-focused-opacity:1;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;outline:none;background:var(--background);color:var(--color)}.button-native{display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;border:0;outline:none;background:transparent;text-decoration:none;cursor:pointer;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-drag:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:inherit;flex-flow:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;z-index:1}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}@media (any-hover: hover){a:hover{color:var(--color-selected)}}:host(.tab-selected){color:var(--color-selected)}:host(.tab-hidden){display:none !important}:host(.tab-disabled){pointer-events:none;opacity:0.4}::slotted(ion-label),::slotted(ion-icon){display:block;-ms-flex-item-align:center;align-self:center;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}::slotted(ion-label){-ms-flex-order:0;order:0}::slotted(ion-icon){-ms-flex-order:-1;order:-1;height:1em}:host(.tab-has-label-only) ::slotted(ion-label){white-space:normal}::slotted(ion-badge){-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:1}:host(.tab-layout-icon-start){-ms-flex-direction:row;flex-direction:row}:host(.tab-layout-icon-end){-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.tab-layout-icon-bottom){-ms-flex-direction:column-reverse;flex-direction:column-reverse}:host(.tab-layout-icon-hide) ::slotted(ion-icon){display:none}:host(.tab-layout-label-hide) ::slotted(ion-label){display:none}ion-ripple-effect{color:var(--ripple-color)}.button-native{border-radius:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-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);color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;white-space:inherit}.button-native::after{right:0;left:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}:host{--padding-top:0;--padding-end:12px;--padding-bottom:0;--padding-start:12px;max-width:168px;font-size:12px;font-weight:normal;letter-spacing:0.03em}::slotted(ion-label){margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;text-transform:none}::slotted(ion-icon){margin-left:0;margin-right:0;margin-top:16px;margin-bottom:16px;-webkit-transform-origin:center center;transform-origin:center center;font-size:22px}:host-context([dir=rtl]) ::slotted(ion-icon){-webkit-transform-origin:calc(100% - center) center;transform-origin:calc(100% - center) center}[dir=rtl] ::slotted(ion-icon){-webkit-transform-origin:calc(100% - center) center;transform-origin:calc(100% - center) center}@supports selector(:dir(rtl)){::slotted(ion-icon):dir(rtl){-webkit-transform-origin:calc(100% - center) center;transform-origin:calc(100% - center) center}}::slotted(ion-badge){border-radius:8px;-webkit-padding-start:2px;padding-inline-start:2px;-webkit-padding-end:2px;padding-inline-end:2px;padding-top:3px;padding-bottom:2px;top:8px;min-width:12px;font-size:8px;font-weight:normal}::slotted(ion-badge){inset-inline-start:calc(50% + 6px)}::slotted(ion-badge:empty){display:block;min-width:8px;height:8px}:host ::slotted(ion-badge[vertical=bottom]){top:calc(50% - 8px)}:host ::slotted(ion-badge[vertical=bottom]:empty){top:calc(50% - 4px)}:host(.tab-layout-icon-bottom) ::slotted(ion-badge[vertical=top]){top:calc(50% - 4px)}:host(.tab-layout-icon-bottom) ::slotted(ion-badge[vertical=top]){inset-inline-start:calc(50% + 6px)}:host(.tab-layout-icon-bottom) ::slotted(ion-badge[vertical=bottom]){top:calc(50% + 4px)}:host(.tab-layout-icon-bottom) ::slotted(ion-badge[vertical=bottom]){inset-inline-start:calc(50% + 6px)}:host(.tab-layout-icon-bottom) ::slotted(ion-badge[vertical=bottom]:empty){top:calc(50% + 12px)}:host(.tab-layout-icon-bottom) ::slotted(ion-badge[vertical=bottom]:empty){inset-inline-start:calc(50% + 6px)}:host(.tab-layout-icon-top) ::slotted(ion-icon){margin-top:6px;margin-bottom:2px}:host(.tab-layout-icon-top) ::slotted(ion-label){margin-top:0;margin-bottom:6px}:host(.tab-layout-icon-bottom) ::slotted(ion-badge){top:8px}:host(.tab-layout-icon-bottom) ::slotted(ion-badge){inset-inline-start:70%}:host(.tab-layout-icon-bottom) ::slotted(ion-icon){margin-top:0;margin-bottom:6px}:host(.tab-layout-icon-bottom) ::slotted(ion-label){margin-top:6px;margin-bottom:0}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){top:16px}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){inset-inline-start:80%}:host(.tab-layout-icon-start) ::slotted(ion-icon){-webkit-margin-end:6px;margin-inline-end:6px}:host(.tab-layout-icon-end) ::slotted(ion-icon){-webkit-margin-start:6px;margin-inline-start:6px}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){top:16px}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){inset-inline-start:70%}:host(.tab-layout-icon-hide) ::slotted(ion-label),:host(.tab-has-label-only) ::slotted(ion-label){margin-top:0;margin-bottom:0}:host(.tab-layout-label-hide) ::slotted(ion-badge),:host(.tab-has-icon-only) ::slotted(ion-badge){top:16px}:host(.tab-layout-label-hide) ::slotted(ion-icon),:host(.tab-has-icon-only) ::slotted(ion-icon){margin-top:0;margin-bottom:0;font-size:24px}";
17
17
  const IonTabButtonMdStyle0 = tabButtonMdCss;
18
18
 
19
19
  const TabButton = /*@__PURE__*/ proxyCustomElement(class TabButton extends HTMLElement {
@@ -94,7 +94,7 @@ const TabButton = /*@__PURE__*/ proxyCustomElement(class TabButton extends HTMLE
94
94
  rel,
95
95
  target,
96
96
  };
97
- return (h(Host, { key: '4e7abd4c071c46f6724d739baec786c93b26c454', onClick: this.onClick, onKeyup: this.onKeyUp, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
97
+ return (h(Host, { key: '62e148e12c4aa02e190cfa80903536e330e293cb', onClick: this.onClick, onKeyup: this.onKeyUp, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
98
98
  [theme]: true,
99
99
  'tab-selected': selected,
100
100
  'tab-disabled': disabled,
@@ -107,7 +107,7 @@ const TabButton = /*@__PURE__*/ proxyCustomElement(class TabButton extends HTMLE
107
107
  'ion-selectable': true,
108
108
  [`tab-button-shape-${shape}`]: shape !== undefined,
109
109
  'ion-focusable': true,
110
- } }, 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" }))));
110
+ } }, 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" }))));
111
111
  }
112
112
  get el() { return this; }
113
113
  static get style() { return {
@@ -55,10 +55,10 @@ const Tab = /*@__PURE__*/ proxyCustomElement(class Tab extends HTMLElement {
55
55
  }
56
56
  render() {
57
57
  const { tab, active, component } = this;
58
- return (h(Host, { key: 'b85d2ad6cb613fc7549f9069923b0b995b93c453', role: "tabpanel", "aria-hidden": !active ? 'true' : null, "aria-labelledby": `tab-button-${tab}`, class: {
58
+ return (h(Host, { key: '78aadb6e13ae2912ac243e8b5746f7b8f4bd1ebd', role: "tabpanel", "aria-hidden": !active ? 'true' : null, "aria-labelledby": `tab-button-${tab}`, class: {
59
59
  'ion-page': component === undefined,
60
60
  'tab-hidden': !active,
61
- } }, h("slot", { key: 'ee44dab9612d96803636c89a042cc6e65503c155' })));
61
+ } }, h("slot", { key: 'bff1cd310dbebe3536109ac74349e4f4c7fd4a79' })));
62
62
  }
63
63
  get el() { return this; }
64
64
  static get watchers() { return {
@@ -150,7 +150,7 @@ const Tabs = /*@__PURE__*/ proxyCustomElement(class Tabs extends HTMLElement {
150
150
  return Array.from(this.el.querySelectorAll('ion-tab'));
151
151
  }
152
152
  render() {
153
- 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" })));
153
+ 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" })));
154
154
  }
155
155
  get el() { return this; }
156
156
  static get style() { return IonTabsStyle0; }
@@ -17,9 +17,9 @@ const Text = /*@__PURE__*/ proxyCustomElement(class Text extends HTMLElement {
17
17
  }
18
18
  render() {
19
19
  const theme = getIonTheme(this);
20
- return (h(Host, { key: 'c979538e87f4fffb03733bf29fc5980af9beacc9', class: createColorClasses(this.color, {
20
+ return (h(Host, { key: 'eebd96b69179ee48c5fdaef97c025e5d9dc14103', class: createColorClasses(this.color, {
21
21
  [theme]: true,
22
- }) }, h("slot", { key: 'cae96705b78686cd11e2a6c0d6aae4b971c7c4f0' })));
22
+ }) }, h("slot", { key: '2d5cf914cea96efbb2d82177227ef184da7af9d4' })));
23
23
  }
24
24
  static get style() { return IonTextStyle0; }
25
25
  }, [1, "ion-text", {
@@ -413,7 +413,7 @@ const Textarea = /*@__PURE__*/ proxyCustomElement(class Textarea extends HTMLEle
413
413
  * TODO(FW-5592): Remove hasStartEndSlots condition
414
414
  */
415
415
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || hasFocus || hasStartEndSlots));
416
- return (h(Host, { key: '2652d19f549f12f264c19cb1c5b0eda99e049cf8', class: createColorClasses(this.color, {
416
+ return (h(Host, { key: '5b0ad5990d051dac2d08c4ad54cf3b66fed5fc0d', class: createColorClasses(this.color, {
417
417
  [theme]: true,
418
418
  'has-value': hasValue,
419
419
  'has-focus': hasFocus,
@@ -424,7 +424,7 @@ const Textarea = /*@__PURE__*/ proxyCustomElement(class Textarea extends HTMLEle
424
424
  [`textarea-label-placement-${labelPlacement}`]: true,
425
425
  'textarea-disabled': disabled,
426
426
  'textarea-readonly': readonly,
427
- }) }, h("label", { key: '1eb89164c2d53af00a85ce6b880a413c0f4898b3', class: "textarea-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: '3ab25672b3c8b31c51ee87488d4440734637f2b7', class: "textarea-wrapper-inner" },
427
+ }) }, h("label", { key: 'd7ad3ebb169bdcdd553f9d848728ffdf343b0508', class: "textarea-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: '6557443b4ec5d3478ffd019a488362ed644ba5cb', class: "textarea-wrapper-inner" },
428
428
  /**
429
429
  * For the ionic theme, we render the outline container here
430
430
  * instead of higher up, so it can be positioned relative to
@@ -434,7 +434,7 @@ const Textarea = /*@__PURE__*/ proxyCustomElement(class Textarea extends HTMLEle
434
434
  * <label> element, ensuring that clicking the label text
435
435
  * focuses the textarea.
436
436
  */
437
- 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()));
437
+ 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()));
438
438
  }
439
439
  get el() { return this; }
440
440
  static get watchers() { return {
@@ -15,9 +15,9 @@ const Thumbnail = /*@__PURE__*/ proxyCustomElement(class Thumbnail extends HTMLE
15
15
  }
16
16
  render() {
17
17
  const theme = getIonTheme(this);
18
- return (h(Host, { key: '72efa5c113eb2e88ac94040dc7cc558aac1953e0', class: {
18
+ return (h(Host, { key: '25e4caa136d1557b27ce8853440db4ab5af0871b', class: {
19
19
  [theme]: true,
20
- } }, h("slot", { key: '4f6060eeb1a0b8e124988ecb4ac6eefb8cc30e06' })));
20
+ } }, h("slot", { key: '95d9f15cf19c4bdb35043e04038a52f8a99ce935' })));
21
21
  }
22
22
  static get style() { return IonThumbnailStyle0; }
23
23
  }, [1, "ion-thumbnail"]);
@@ -848,9 +848,9 @@ const Toast = /*@__PURE__*/ proxyCustomElement(class Toast extends HTMLElement {
848
848
  if (layout === 'stacked' && startButtons.length > 0 && endButtons.length > 0) {
849
849
  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);
850
850
  }
851
- return (h(Host, Object.assign({ key: '349d37ec7032b226fac7ffec912589a35f5299c0', tabindex: "-1" }, this.htmlAttributes, { style: {
851
+ return (h(Host, Object.assign({ key: '9753af7c05dcf5eec0dc0cb938e1c8e6f0455a8e', tabindex: "-1" }, this.htmlAttributes, { style: {
852
852
  zIndex: `${60000 + this.overlayIndex}`,
853
- }, 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')))));
853
+ }, 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')))));
854
854
  }
855
855
  get el() { return this; }
856
856
  static get watchers() { return {
@@ -249,7 +249,7 @@ const Toggle = /*@__PURE__*/ proxyCustomElement(class Toggle extends HTMLElement
249
249
  const rtl = isRTL(el) ? 'rtl' : 'ltr';
250
250
  const isIonicTheme = theme === 'ionic';
251
251
  renderHiddenInput(true, el, name, checked ? value : '', disabled);
252
- return (h(Host, { key: '6d5dbfb486c94700fa2a2d8973eece426ed27581', "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId, onClick: this.onClick, class: createColorClasses(color, {
252
+ return (h(Host, { key: 'e4b7a9eed1d3f07170062ab63cd98b9f0ff17e35', "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId, onClick: this.onClick, class: createColorClasses(color, {
253
253
  [theme]: true,
254
254
  'in-item': hostContext('ion-item', el),
255
255
  'toggle-activated': activated,
@@ -261,10 +261,10 @@ const Toggle = /*@__PURE__*/ proxyCustomElement(class Toggle extends HTMLElement
261
261
  [`toggle-${rtl}`]: true,
262
262
  'ion-activatable': isIonicTheme,
263
263
  'ion-focusable': isIonicTheme,
264
- }) }, 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: {
264
+ }) }, 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: {
265
265
  'label-text-wrapper': true,
266
266
  'label-text-wrapper-hidden': !this.hasLabel,
267
- }, part: "label" }, h("slot", { key: 'ce9f4770882691bb66f487401fc04504bb5702e9' }), this.renderHintText()), h("div", { key: '8fe2b2684663970867cccabdef5facf2395ad6b7', class: "native-wrapper" }, this.renderToggleControl()))));
267
+ }, part: "label" }, h("slot", { key: '63b402f2839c722992904c60233239e7fa429b80' }), this.renderHintText()), h("div", { key: '51a5564239e42791e50fbe187e78ca76fa88093f', class: "native-wrapper" }, this.renderToggleControl()))));
268
268
  }
269
269
  get el() { return this; }
270
270
  static get watchers() { return {