voyager-ionic-core 8.0.0-beta.2 → 8.0.0-rc.0

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 (678) hide show
  1. package/components/animation.js +9 -250
  2. package/components/button.js +18 -5
  3. package/components/haptic.js +6 -54
  4. package/components/helpers.js +1 -50
  5. package/components/index7.js +3 -1
  6. package/components/index9.js +5 -34
  7. package/components/ion-datetime-button.js +1 -1
  8. package/components/ion-datetime.js +7 -6
  9. package/components/ion-fab-button.js +2 -2
  10. package/components/ion-fab-list.js +2 -2
  11. package/components/ion-fab.js +2 -2
  12. package/components/ion-footer.js +2 -2
  13. package/components/ion-grid.js +2 -2
  14. package/components/ion-header.js +3 -3
  15. package/components/ion-img.js +1 -1
  16. package/components/ion-infinite-scroll-content.js +2 -2
  17. package/components/ion-infinite-scroll.js +1 -1
  18. package/components/ion-input-password-toggle.d.ts +11 -0
  19. package/components/ion-input-password-toggle.js +132 -0
  20. package/components/ion-input.js +27 -8
  21. package/components/ion-item-divider.js +2 -2
  22. package/components/ion-item-group.js +1 -1
  23. package/components/ion-item-option.js +2 -2
  24. package/components/ion-item-options.js +1 -1
  25. package/components/ion-item-sliding.js +1 -1
  26. package/components/ion-loading.js +2 -2
  27. package/components/ion-menu-button.js +3 -3
  28. package/components/ion-menu-toggle.js +2 -2
  29. package/components/ion-menu.js +2 -2
  30. package/components/ion-modal.js +3 -3
  31. package/components/ion-nav-link.js +1 -1
  32. package/components/ion-nav.js +1 -1
  33. package/components/ion-note.js +2 -2
  34. package/components/ion-picker-legacy.js +2 -2
  35. package/components/ion-progress-bar.js +1 -1
  36. package/components/ion-range.js +11 -24
  37. package/components/ion-refresher-content.js +2 -2
  38. package/components/ion-refresher.js +1 -1
  39. package/components/ion-reorder-group.js +1 -1
  40. package/components/ion-reorder.js +2 -2
  41. package/components/ion-router-link.js +2 -2
  42. package/components/ion-router-outlet.js +1 -1
  43. package/components/ion-router.js +1 -1
  44. package/components/ion-row.js +1 -1
  45. package/components/ion-searchbar.js +7 -7
  46. package/components/ion-segment-button.js +3 -3
  47. package/components/ion-segment.js +2 -2
  48. package/components/ion-select-option.js +1 -1
  49. package/components/ion-select.js +10 -10
  50. package/components/ion-skeleton-text.js +2 -2
  51. package/components/ion-split-pane.js +2 -2
  52. package/components/ion-tab-bar.js +2 -2
  53. package/components/ion-tab-button.js +2 -2
  54. package/components/ion-tab.js +2 -2
  55. package/components/ion-tabs.js +1 -1
  56. package/components/ion-text.js +2 -2
  57. package/components/ion-textarea.js +4 -5
  58. package/components/ion-thumbnail.js +1 -1
  59. package/components/ion-title.js +2 -2
  60. package/components/ion-toast.js +2 -2
  61. package/components/ion-toggle.js +4 -4
  62. package/components/ion-toolbar.js +2 -2
  63. package/components/label.js +2 -2
  64. package/components/list-header.js +2 -2
  65. package/components/list.js +1 -1
  66. package/components/picker-column-option.js +2 -2
  67. package/components/picker-column.js +8 -4
  68. package/components/picker-column2.js +2 -2
  69. package/components/picker.js +2 -2
  70. package/components/popover.js +2 -2
  71. package/components/radio-group.js +1 -1
  72. package/components/radio.js +3 -3
  73. package/components/ripple-effect.js +1 -1
  74. package/components/select-popover.js +1 -1
  75. package/components/spinner.js +1 -1
  76. package/css/palettes/dark.always.css.map +1 -0
  77. package/css/{themes → palettes}/dark.class.css +4 -4
  78. package/css/palettes/dark.class.css.map +1 -0
  79. package/css/palettes/dark.system.css.map +1 -0
  80. package/css/palettes/high-contrast-dark.always.css.map +1 -0
  81. package/css/{themes → palettes}/high-contrast-dark.class.css +10 -10
  82. package/css/palettes/high-contrast-dark.class.css.map +1 -0
  83. package/css/palettes/high-contrast-dark.system.css.map +1 -0
  84. package/css/palettes/high-contrast.always.css.map +1 -0
  85. package/css/{themes → palettes}/high-contrast.class.css +31 -31
  86. package/css/palettes/high-contrast.class.css.map +1 -0
  87. package/css/palettes/high-contrast.system.css.map +1 -0
  88. package/dist/cjs/{animation-3e7bb91e.js → animation-b4fdf128.js} +9 -250
  89. package/dist/cjs/{app-globals-e132c781.js → app-globals-63aebf89.js} +1 -1
  90. package/dist/cjs/{button-active-60ecf64d.js → button-active-bd13859e.js} +2 -2
  91. package/dist/cjs/{framework-delegate-0499d444.js → framework-delegate-55f5683a.js} +1 -1
  92. package/dist/cjs/{haptic-b882e0bb.js → haptic-f6b37aa3.js} +6 -54
  93. package/dist/cjs/{hardware-back-button-1c67a5a2.js → hardware-back-button-ad9299b4.js} +2 -2
  94. package/dist/cjs/{helpers-668b3d95.js → helpers-afaa9001.js} +0 -51
  95. package/dist/cjs/{index-f52c6d38.js → index-073c7cdc.js} +4 -0
  96. package/dist/cjs/{index-c49cb371.js → index-5b6a7459.js} +1 -1
  97. package/dist/cjs/{index-ba7ba0af.js → index-5cf05f94.js} +4 -4
  98. package/dist/cjs/{index-275cc12e.js → index-9509ecad.js} +5 -34
  99. package/dist/cjs/{index-2d21d526.js → index-af6d0fbb.js} +16 -4
  100. package/dist/cjs/{index-e4b6c97e.js → index-ff66cc7c.js} +4 -4
  101. package/dist/cjs/index.cjs.js +11 -11
  102. package/dist/cjs/{input-shims-b419f083.js → input-shims-20d639e6.js} +2 -2
  103. package/dist/cjs/{input.utils-32c0a14a.js → input.utils-611cde0b.js} +1 -1
  104. package/dist/cjs/ion-accordion_2.cjs.entry.js +4 -4
  105. package/dist/cjs/ion-action-sheet.cjs.entry.js +9 -9
  106. package/dist/cjs/ion-alert.cjs.entry.js +9 -9
  107. package/dist/cjs/ion-app_8.cjs.entry.js +22 -22
  108. package/dist/cjs/ion-avatar_3.cjs.entry.js +3 -3
  109. package/dist/cjs/ion-back-button.cjs.entry.js +4 -4
  110. package/dist/cjs/ion-backdrop.cjs.entry.js +2 -2
  111. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +4 -4
  112. package/dist/cjs/ion-button_2.cjs.entry.js +19 -7
  113. package/dist/cjs/ion-card_5.cjs.entry.js +3 -3
  114. package/dist/cjs/ion-checkbox.cjs.entry.js +3 -3
  115. package/dist/cjs/ion-chip.cjs.entry.js +2 -2
  116. package/dist/cjs/ion-col_3.cjs.entry.js +5 -5
  117. package/dist/cjs/ion-datetime-button.cjs.entry.js +4 -4
  118. package/dist/cjs/ion-datetime_3.cjs.entry.js +20 -19
  119. package/dist/cjs/ion-fab_3.cjs.entry.js +10 -10
  120. package/dist/cjs/ion-img.cjs.entry.js +4 -4
  121. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +7 -7
  122. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +93 -0
  123. package/dist/cjs/ion-input.cjs.entry.js +30 -12
  124. package/dist/cjs/ion-item-option_3.cjs.entry.js +8 -8
  125. package/dist/cjs/ion-item_8.cjs.entry.js +16 -16
  126. package/dist/cjs/ion-loading.cjs.entry.js +9 -9
  127. package/dist/cjs/ion-menu_3.cjs.entry.js +15 -15
  128. package/dist/cjs/ion-modal.cjs.entry.js +12 -12
  129. package/dist/cjs/ion-nav_2.cjs.entry.js +8 -8
  130. package/dist/cjs/ion-picker-column-option.cjs.entry.js +5 -5
  131. package/dist/cjs/ion-picker-column.cjs.entry.js +12 -8
  132. package/dist/cjs/ion-picker.cjs.entry.js +4 -4
  133. package/dist/cjs/ion-popover.cjs.entry.js +10 -10
  134. package/dist/cjs/ion-progress-bar.cjs.entry.js +4 -4
  135. package/dist/cjs/ion-radio_2.cjs.entry.js +7 -7
  136. package/dist/cjs/ion-range.cjs.entry.js +14 -27
  137. package/dist/cjs/ion-refresher_2.cjs.entry.js +9 -9
  138. package/dist/cjs/ion-reorder_2.cjs.entry.js +8 -8
  139. package/dist/cjs/ion-ripple-effect.cjs.entry.js +3 -3
  140. package/dist/cjs/ion-route_4.cjs.entry.js +5 -5
  141. package/dist/cjs/ion-searchbar.cjs.entry.js +10 -10
  142. package/dist/cjs/ion-segment_2.cjs.entry.js +8 -8
  143. package/dist/cjs/ion-select_3.cjs.entry.js +18 -18
  144. package/dist/cjs/ion-spinner.cjs.entry.js +3 -3
  145. package/dist/cjs/ion-split-pane.cjs.entry.js +4 -4
  146. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +7 -7
  147. package/dist/cjs/ion-tab_2.cjs.entry.js +6 -6
  148. package/dist/cjs/ion-text.cjs.entry.js +4 -4
  149. package/dist/cjs/ion-textarea.cjs.entry.js +9 -10
  150. package/dist/cjs/ion-toast.cjs.entry.js +9 -9
  151. package/dist/cjs/ion-toggle.cjs.entry.js +8 -8
  152. package/dist/cjs/{ionic-global-5762eca9.js → ionic-global-1adf9bc4.js} +1 -1
  153. package/dist/cjs/ionic.cjs.js +5 -5
  154. package/dist/cjs/{ios.transition-3e119901.js → ios.transition-06673f18.js} +4 -4
  155. package/dist/cjs/loader.cjs.js +4 -4
  156. package/dist/cjs/{md.transition-c1392f92.js → md.transition-4d7bb4b1.js} +4 -4
  157. package/dist/cjs/{notch-controller-08a24f39.js → notch-controller-d69150f5.js} +1 -1
  158. package/dist/cjs/{overlays-44b8d0e0.js → overlays-6487955a.js} +4 -4
  159. package/dist/cjs/{status-tap-32430b3e.js → status-tap-0be20572.js} +3 -3
  160. package/dist/cjs/{swipe-back-b8484483.js → swipe-back-f38a434a.js} +1 -1
  161. package/dist/collection/collection-manifest.json +3 -2
  162. package/dist/collection/components/action-sheet/test/a11y/action-sheet.e2e.js +1 -1
  163. package/dist/collection/components/alert/test/a11y/alert.e2e.js +5 -1
  164. package/dist/collection/components/alert/test/basic/alert.e2e.js +1 -1
  165. package/dist/collection/components/back-button/test/a11y/back-button.e2e.js +1 -1
  166. package/dist/collection/components/badge/test/a11y/badge.e2e.js +1 -1
  167. package/dist/collection/components/button/button.ios.css +32 -10
  168. package/dist/collection/components/button/button.js +19 -2
  169. package/dist/collection/components/button/button.md.css +28 -13
  170. package/dist/collection/components/button/test/a11y/button.e2e.js +2 -2
  171. package/dist/collection/components/button/test/round/button.e2e.js +39 -4
  172. package/dist/collection/components/checkbox/test/a11y/checkbox.e2e.js +1 -1
  173. package/dist/collection/components/datetime/datetime.js +7 -6
  174. package/dist/collection/components/datetime-button/datetime-button.js +1 -1
  175. package/dist/collection/components/fab/fab.js +2 -2
  176. package/dist/collection/components/fab-button/fab-button.js +2 -2
  177. package/dist/collection/components/fab-button/test/a11y/fab-button.e2e.js +1 -1
  178. package/dist/collection/components/fab-list/fab-list.js +2 -2
  179. package/dist/collection/components/footer/footer.js +2 -2
  180. package/dist/collection/components/grid/grid.js +2 -2
  181. package/dist/collection/components/header/header.ios.css +5 -2
  182. package/dist/collection/components/header/header.js +2 -2
  183. package/dist/collection/components/header/test/basic/header.e2e.js +77 -0
  184. package/dist/collection/components/img/img.js +1 -1
  185. package/dist/collection/components/infinite-scroll/infinite-scroll.js +1 -1
  186. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +2 -2
  187. package/dist/collection/components/input/input.ios.css +11 -2
  188. package/dist/collection/components/input/input.js +27 -30
  189. package/dist/collection/components/input/input.md.css +11 -2
  190. package/dist/collection/components/input/test/a11y/input.e2e.js +1 -1
  191. package/dist/collection/components/input/test/slot/input.e2e.js +8 -0
  192. package/dist/collection/components/input-password-toggle/input-password-toggle.css +0 -0
  193. package/dist/collection/components/input-password-toggle/input-password-toggle.js +183 -0
  194. package/dist/collection/components/input-password-toggle/test/a11y/input-password-toggle.e2e.js +21 -0
  195. package/dist/collection/components/input-password-toggle/test/basic/input-password-toggle.e2e.js +38 -0
  196. package/dist/collection/components/input-password-toggle/test/input-password-toggle.spec.js +76 -0
  197. package/dist/collection/components/item/test/buttons/item.e2e.js +20 -4
  198. package/dist/collection/components/item-divider/item-divider.js +2 -2
  199. package/dist/collection/components/item-group/item-group.js +1 -1
  200. package/dist/collection/components/item-option/item-option.js +2 -2
  201. package/dist/collection/components/item-options/item-options.js +1 -1
  202. package/dist/collection/components/item-sliding/item-sliding.js +1 -1
  203. package/dist/collection/components/item-sliding/test/a11y/item-sliding.e2e.js +1 -1
  204. package/dist/collection/components/label/label.js +2 -2
  205. package/dist/collection/components/label/test/a11y/label.e2e.js +1 -1
  206. package/dist/collection/components/list/list.js +1 -1
  207. package/dist/collection/components/list-header/list-header.js +2 -2
  208. package/dist/collection/components/loading/loading.js +2 -2
  209. package/dist/collection/components/loading/test/a11y/loading.e2e.js +1 -1
  210. package/dist/collection/components/menu/menu.js +2 -2
  211. package/dist/collection/components/menu-button/menu-button.js +2 -2
  212. package/dist/collection/components/menu-button/test/a11y/menu-button.e2e.js +1 -1
  213. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  214. package/dist/collection/components/modal/modal.js +3 -3
  215. package/dist/collection/components/nav/nav.js +1 -1
  216. package/dist/collection/components/nav-link/nav-link.js +1 -1
  217. package/dist/collection/components/note/note.js +2 -2
  218. package/dist/collection/components/picker/picker.js +2 -2
  219. package/dist/collection/components/picker-column/picker-column.js +8 -4
  220. package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
  221. package/dist/collection/components/picker-legacy/picker.js +2 -2
  222. package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
  223. package/dist/collection/components/popover/popover.js +2 -2
  224. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  225. package/dist/collection/components/progress-bar/test/a11y/progress-bar.e2e.js +1 -1
  226. package/dist/collection/components/radio/radio.js +3 -3
  227. package/dist/collection/components/radio/test/a11y/radio.e2e.js +1 -1
  228. package/dist/collection/components/radio-group/radio-group.js +1 -1
  229. package/dist/collection/components/range/range.js +11 -24
  230. package/dist/collection/components/range/test/a11y/range.e2e.js +1 -1
  231. package/dist/collection/components/range/test/label/range.spec.js +24 -0
  232. package/dist/collection/components/refresher/refresher.js +1 -1
  233. package/dist/collection/components/refresher/test/a11y/refresher.e2e.js +1 -1
  234. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  235. package/dist/collection/components/reorder/reorder.js +1 -1
  236. package/dist/collection/components/reorder-group/reorder-group.js +1 -1
  237. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
  238. package/dist/collection/components/router-link/router-link.js +2 -2
  239. package/dist/collection/components/router-link/test/a11y/router-link.e2e.js +1 -1
  240. package/dist/collection/components/router-outlet/router-outlet.js +1 -1
  241. package/dist/collection/components/row/row.js +1 -1
  242. package/dist/collection/components/searchbar/searchbar.js +10 -9
  243. package/dist/collection/components/segment/segment.js +2 -2
  244. package/dist/collection/components/segment/test/a11y/segment.e2e.js +1 -1
  245. package/dist/collection/components/segment-button/segment-button.js +3 -3
  246. package/dist/collection/components/select/select.ios.css +2 -2
  247. package/dist/collection/components/select/select.js +7 -7
  248. package/dist/collection/components/select/select.md.css +2 -2
  249. package/dist/collection/components/select/test/a11y/select.e2e.js +1 -1
  250. package/dist/collection/components/select/test/select.spec.js +22 -0
  251. package/dist/collection/components/select/test/slot/select.e2e.js +8 -0
  252. package/dist/collection/components/select-option/select-option.js +1 -1
  253. package/dist/collection/components/select-popover/select-popover.js +1 -1
  254. package/dist/collection/components/select-popover/test/a11y/select-popover.e2e.js +1 -1
  255. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  256. package/dist/collection/components/spinner/spinner.js +1 -1
  257. package/dist/collection/components/split-pane/split-pane.js +2 -2
  258. package/dist/collection/components/tab/tab.js +2 -2
  259. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  260. package/dist/collection/components/tab-button/tab-button.js +2 -2
  261. package/dist/collection/components/tabs/tabs.js +1 -1
  262. package/dist/collection/components/text/text.js +2 -2
  263. package/dist/collection/components/textarea/test/a11y/textarea.e2e.js +1 -1
  264. package/dist/collection/components/textarea/test/slot/textarea.e2e.js +8 -0
  265. package/dist/collection/components/textarea/textarea.ios.css +2 -2
  266. package/dist/collection/components/textarea/textarea.js +2 -26
  267. package/dist/collection/components/textarea/textarea.md.css +2 -2
  268. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  269. package/dist/collection/components/title/title.js +2 -2
  270. package/dist/collection/components/toast/test/a11y/toast.e2e.js +2 -2
  271. package/dist/collection/components/toast/toast.js +2 -2
  272. package/dist/collection/components/toggle/test/a11y/toggle.e2e.js +1 -1
  273. package/dist/collection/components/toggle/toggle.js +4 -4
  274. package/dist/collection/components/toolbar/toolbar.js +2 -2
  275. package/dist/collection/css/test/a11y/typography.e2e.js +1 -1
  276. package/dist/collection/themes/test/colors/theme.e2e.js +2 -2
  277. package/dist/collection/utils/animation/animation-utils.js +0 -102
  278. package/dist/collection/utils/animation/animation.js +10 -141
  279. package/dist/collection/utils/animation/test/animation.spec.js +0 -89
  280. package/dist/collection/utils/animation/test/animationbuilder/animation.e2e.js +0 -4
  281. package/dist/collection/utils/animation/test/basic/animation.e2e.js +0 -4
  282. package/dist/collection/utils/animation/test/display/animation.e2e.js +0 -4
  283. package/dist/collection/utils/animation/test/hooks/animation.e2e.js +0 -4
  284. package/dist/collection/utils/animation/test/multiple/animation.e2e.js +0 -7
  285. package/dist/collection/utils/helpers.js +0 -46
  286. package/dist/collection/utils/native/haptic.js +6 -54
  287. package/dist/collection/utils/tap-click/index.js +5 -34
  288. package/dist/collection/utils/test/playwright/generator.js +17 -17
  289. package/dist/collection/utils/test/playwright/page/utils/set-content.js +6 -6
  290. package/dist/docs.json +211 -36
  291. package/dist/esm/{animation-9a23ed8d.js → animation-eab5a4ca.js} +9 -250
  292. package/dist/esm/{app-globals-80842d68.js → app-globals-b8e5e7fa.js} +1 -1
  293. package/dist/esm/{button-active-c6e18fac.js → button-active-a411da52.js} +2 -2
  294. package/dist/esm/{framework-delegate-3fd96df8.js → framework-delegate-63d1a679.js} +1 -1
  295. package/dist/esm/{haptic-554688a5.js → haptic-ac164e4c.js} +6 -54
  296. package/dist/esm/{hardware-back-button-fb295e3a.js → hardware-back-button-329c81fd.js} +2 -2
  297. package/dist/esm/{helpers-f51cf76f.js → helpers-da915de8.js} +1 -50
  298. package/dist/esm/{index-9d7e5d3e.js → index-10916999.js} +4 -4
  299. package/dist/esm/{index-86688780.js → index-5cc724f3.js} +1 -1
  300. package/dist/esm/{index-5d6a0317.js → index-6e4709ff.js} +16 -4
  301. package/dist/esm/{index-1262064c.js → index-79b30591.js} +5 -34
  302. package/dist/esm/{index-f7dc70ba.js → index-e2cf2ceb.js} +3 -1
  303. package/dist/esm/{index-6da05eef.js → index-f1f5de26.js} +4 -4
  304. package/dist/esm/index.js +11 -11
  305. package/dist/esm/{input-shims-2a4ad5a1.js → input-shims-4530285e.js} +2 -2
  306. package/dist/esm/{input.utils-d2dee48e.js → input.utils-09c71bc7.js} +1 -1
  307. package/dist/esm/ion-accordion_2.entry.js +4 -4
  308. package/dist/esm/ion-action-sheet.entry.js +9 -9
  309. package/dist/esm/ion-alert.entry.js +9 -9
  310. package/dist/esm/ion-app_8.entry.js +22 -22
  311. package/dist/esm/ion-avatar_3.entry.js +3 -3
  312. package/dist/esm/ion-back-button.entry.js +4 -4
  313. package/dist/esm/ion-backdrop.entry.js +2 -2
  314. package/dist/esm/ion-breadcrumb_2.entry.js +4 -4
  315. package/dist/esm/ion-button_2.entry.js +19 -7
  316. package/dist/esm/ion-card_5.entry.js +3 -3
  317. package/dist/esm/ion-checkbox.entry.js +3 -3
  318. package/dist/esm/ion-chip.entry.js +2 -2
  319. package/dist/esm/ion-col_3.entry.js +5 -5
  320. package/dist/esm/ion-datetime-button.entry.js +4 -4
  321. package/dist/esm/ion-datetime_3.entry.js +20 -19
  322. package/dist/esm/ion-fab_3.entry.js +10 -10
  323. package/dist/esm/ion-img.entry.js +4 -4
  324. package/dist/esm/ion-infinite-scroll_2.entry.js +7 -7
  325. package/dist/esm/ion-input-password-toggle.entry.js +89 -0
  326. package/dist/esm/ion-input.entry.js +30 -12
  327. package/dist/esm/ion-item-option_3.entry.js +8 -8
  328. package/dist/esm/ion-item_8.entry.js +16 -16
  329. package/dist/esm/ion-loading.entry.js +9 -9
  330. package/dist/esm/ion-menu_3.entry.js +15 -15
  331. package/dist/esm/ion-modal.entry.js +12 -12
  332. package/dist/esm/ion-nav_2.entry.js +8 -8
  333. package/dist/esm/ion-picker-column-option.entry.js +5 -5
  334. package/dist/esm/ion-picker-column.entry.js +12 -8
  335. package/dist/esm/ion-picker.entry.js +4 -4
  336. package/dist/esm/ion-popover.entry.js +10 -10
  337. package/dist/esm/ion-progress-bar.entry.js +4 -4
  338. package/dist/esm/ion-radio_2.entry.js +7 -7
  339. package/dist/esm/ion-range.entry.js +14 -27
  340. package/dist/esm/ion-refresher_2.entry.js +9 -9
  341. package/dist/esm/ion-reorder_2.entry.js +8 -8
  342. package/dist/esm/ion-ripple-effect.entry.js +3 -3
  343. package/dist/esm/ion-route_4.entry.js +5 -5
  344. package/dist/esm/ion-searchbar.entry.js +10 -10
  345. package/dist/esm/ion-segment_2.entry.js +8 -8
  346. package/dist/esm/ion-select_3.entry.js +18 -18
  347. package/dist/esm/ion-spinner.entry.js +3 -3
  348. package/dist/esm/ion-split-pane.entry.js +4 -4
  349. package/dist/esm/ion-tab-bar_2.entry.js +7 -7
  350. package/dist/esm/ion-tab_2.entry.js +6 -6
  351. package/dist/esm/ion-text.entry.js +4 -4
  352. package/dist/esm/ion-textarea.entry.js +9 -10
  353. package/dist/esm/ion-toast.entry.js +9 -9
  354. package/dist/esm/ion-toggle.entry.js +8 -8
  355. package/dist/esm/{ionic-global-a589c12c.js → ionic-global-c4e0c089.js} +1 -1
  356. package/dist/esm/ionic.js +6 -6
  357. package/dist/esm/{ios.transition-fbde96b0.js → ios.transition-8e181a7e.js} +4 -4
  358. package/dist/esm/loader.js +5 -5
  359. package/dist/esm/{md.transition-76e0020b.js → md.transition-f1c3c737.js} +4 -4
  360. package/dist/esm/{notch-controller-00572cf8.js → notch-controller-55b09e11.js} +1 -1
  361. package/dist/esm/{overlays-b1ac1c63.js → overlays-9472c98b.js} +4 -4
  362. package/dist/esm/{status-tap-84b41f36.js → status-tap-39da9160.js} +3 -3
  363. package/dist/esm/{swipe-back-4f2e5d47.js → swipe-back-b613d7db.js} +1 -1
  364. package/dist/esm-es5/animation-eab5a4ca.js +4 -0
  365. package/dist/esm-es5/app-globals-b8e5e7fa.js +4 -0
  366. package/dist/esm-es5/{button-active-c6e18fac.js → button-active-a411da52.js} +1 -1
  367. package/dist/esm-es5/framework-delegate-63d1a679.js +4 -0
  368. package/dist/esm-es5/haptic-ac164e4c.js +4 -0
  369. package/dist/esm-es5/{hardware-back-button-fb295e3a.js → hardware-back-button-329c81fd.js} +1 -1
  370. package/dist/esm-es5/helpers-da915de8.js +4 -0
  371. package/dist/esm-es5/index-10916999.js +4 -0
  372. package/dist/esm-es5/{index-86688780.js → index-5cc724f3.js} +1 -1
  373. package/dist/esm-es5/index-6e4709ff.js +5 -0
  374. package/dist/esm-es5/index-79b30591.js +4 -0
  375. package/dist/esm-es5/{index-f7dc70ba.js → index-e2cf2ceb.js} +1 -1
  376. package/dist/esm-es5/{index-6da05eef.js → index-f1f5de26.js} +1 -1
  377. package/dist/esm-es5/index.js +1 -1
  378. package/dist/esm-es5/input-shims-4530285e.js +4 -0
  379. package/dist/esm-es5/{input.utils-d2dee48e.js → input.utils-09c71bc7.js} +1 -1
  380. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  381. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  382. package/dist/esm-es5/ion-alert.entry.js +1 -1
  383. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  384. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  385. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  386. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  387. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  388. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  389. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  390. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  391. package/dist/esm-es5/ion-chip.entry.js +1 -1
  392. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  393. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  394. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  395. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  396. package/dist/esm-es5/ion-img.entry.js +1 -1
  397. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  398. package/dist/esm-es5/ion-input-password-toggle.entry.js +4 -0
  399. package/dist/esm-es5/ion-input.entry.js +1 -1
  400. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  401. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  402. package/dist/esm-es5/ion-loading.entry.js +1 -1
  403. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  404. package/dist/esm-es5/ion-modal.entry.js +1 -1
  405. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  406. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  407. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  408. package/dist/esm-es5/ion-picker.entry.js +1 -1
  409. package/dist/esm-es5/ion-popover.entry.js +1 -1
  410. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  411. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  412. package/dist/esm-es5/ion-range.entry.js +1 -1
  413. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  414. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  415. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  416. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  417. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  418. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  419. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  420. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  421. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  422. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  423. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  424. package/dist/esm-es5/ion-text.entry.js +1 -1
  425. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  426. package/dist/esm-es5/ion-toast.entry.js +1 -1
  427. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  428. package/dist/esm-es5/{ionic-global-a589c12c.js → ionic-global-c4e0c089.js} +1 -1
  429. package/dist/esm-es5/ionic.js +1 -1
  430. package/dist/esm-es5/{ios.transition-fbde96b0.js → ios.transition-8e181a7e.js} +1 -1
  431. package/dist/esm-es5/loader.js +1 -1
  432. package/dist/esm-es5/md.transition-f1c3c737.js +4 -0
  433. package/dist/esm-es5/{notch-controller-00572cf8.js → notch-controller-55b09e11.js} +1 -1
  434. package/dist/esm-es5/{overlays-b1ac1c63.js → overlays-9472c98b.js} +1 -1
  435. package/dist/esm-es5/{status-tap-84b41f36.js → status-tap-39da9160.js} +1 -1
  436. package/dist/esm-es5/{swipe-back-4f2e5d47.js → swipe-back-b613d7db.js} +1 -1
  437. package/dist/html.html-data.json +87 -19
  438. package/dist/ionic/index.esm.js +1 -1
  439. package/dist/ionic/ionic.esm.js +1 -1
  440. package/dist/ionic/ionic.js +1 -1
  441. package/dist/ionic/{p-f15b0bbc.system.entry.js → p-04070329.system.entry.js} +1 -1
  442. package/dist/ionic/p-049fa018.system.entry.js +4 -0
  443. package/dist/ionic/{p-4ba6d7d1.js → p-06e58c4e.js} +1 -1
  444. package/dist/ionic/{p-f8dfae89.system.entry.js → p-07ae133d.system.entry.js} +1 -1
  445. package/dist/ionic/p-0aa4682e.entry.js +4 -0
  446. package/dist/ionic/{p-2028668d.system.entry.js → p-0bbb6edf.system.entry.js} +1 -1
  447. package/dist/ionic/{p-8dfe436d.system.js → p-0c06e09b.system.js} +1 -1
  448. package/dist/ionic/p-0de546bb.entry.js +4 -0
  449. package/dist/ionic/{p-6d75fbe8.system.entry.js → p-0ebb1fe7.system.entry.js} +1 -1
  450. package/dist/ionic/p-0f2d99a6.entry.js +4 -0
  451. package/dist/ionic/p-100bedc4.system.entry.js +4 -0
  452. package/dist/ionic/{p-91567c90.system.entry.js → p-105f7d62.system.entry.js} +1 -1
  453. package/dist/ionic/{p-ff740d68.system.entry.js → p-1672c4fd.system.entry.js} +2 -2
  454. package/dist/ionic/{p-d85eebc3.entry.js → p-17978fce.entry.js} +1 -1
  455. package/dist/ionic/{p-0eb381c3.system.js → p-184fbc9e.system.js} +1 -1
  456. package/dist/ionic/{p-3944820a.system.js → p-19ea7bff.system.js} +1 -1
  457. package/dist/ionic/{p-7200f2da.entry.js → p-1b235142.entry.js} +1 -1
  458. package/dist/ionic/{p-21e88629.entry.js → p-1cff9cad.entry.js} +1 -1
  459. package/dist/ionic/p-1e955a45.system.js +4 -0
  460. package/dist/ionic/{p-234dc736.entry.js → p-1f9cdee2.entry.js} +1 -1
  461. package/dist/ionic/p-23b89985.entry.js +4 -0
  462. package/dist/ionic/{p-53c592ec.system.js → p-25575222.system.js} +1 -1
  463. package/dist/ionic/{p-ea5173f9.system.js → p-266fc56e.system.js} +1 -1
  464. package/dist/ionic/p-2e12bda2.entry.js +4 -0
  465. package/dist/ionic/{p-a5c33d6b.system.entry.js → p-2f6cedaf.system.entry.js} +1 -1
  466. package/dist/ionic/{p-78b3da77.js → p-3040730e.js} +1 -1
  467. package/dist/ionic/{p-75addf49.entry.js → p-3391d9a3.entry.js} +1 -1
  468. package/dist/ionic/{p-4da2ae44.js → p-34b11c24.js} +1 -1
  469. package/dist/ionic/{p-f6db2e96.system.entry.js → p-352f7037.system.entry.js} +2 -2
  470. package/dist/ionic/{p-5054b3db.entry.js → p-35b9e842.entry.js} +1 -1
  471. package/dist/ionic/p-3ad285e3.system.js +4 -0
  472. package/dist/ionic/{p-95648db9.entry.js → p-3c70b01b.entry.js} +1 -1
  473. package/dist/ionic/{p-46a4e4e8.js → p-3cc276f4.js} +1 -1
  474. package/dist/ionic/{p-566818dd.system.entry.js → p-3d6e882f.system.entry.js} +1 -1
  475. package/dist/ionic/{p-2e2635b4.system.entry.js → p-3e3b34f7.system.entry.js} +1 -1
  476. package/dist/ionic/{p-0da58e53.entry.js → p-3f70bfba.entry.js} +1 -1
  477. package/dist/ionic/{p-a43fbe0a.system.entry.js → p-43505ff8.system.entry.js} +1 -1
  478. package/dist/ionic/{p-f012e8f2.system.entry.js → p-4429fc97.system.entry.js} +1 -1
  479. package/dist/ionic/{p-2c560619.system.entry.js → p-4511ba0e.system.entry.js} +1 -1
  480. package/dist/ionic/p-46111310.js +4 -0
  481. package/dist/ionic/p-46f407f0.system.js +4 -0
  482. package/dist/ionic/p-49b6fee0.system.entry.js +4 -0
  483. package/dist/ionic/{p-eb546888.entry.js → p-4a615fea.entry.js} +1 -1
  484. package/dist/ionic/{p-f3e8c505.system.js → p-4dd82d9d.system.js} +1 -1
  485. package/dist/ionic/{p-696db6f4.system.js → p-5033128d.system.js} +2 -2
  486. package/dist/ionic/{p-0afaf65b.system.entry.js → p-510578f3.system.entry.js} +1 -1
  487. package/dist/ionic/{p-7162350a.system.entry.js → p-51b68ec9.system.entry.js} +1 -1
  488. package/dist/ionic/{p-42d9f81e.entry.js → p-51ff648c.entry.js} +1 -1
  489. package/dist/ionic/p-546433d2.js +4 -0
  490. package/dist/ionic/{p-3a572692.js → p-54f76ced.js} +1 -1
  491. package/dist/ionic/{p-66e50777.entry.js → p-56c3b69c.entry.js} +1 -1
  492. package/dist/ionic/p-58ea73f7.system.entry.js +4 -0
  493. package/dist/ionic/p-596e0cf8.system.entry.js +4 -0
  494. package/dist/ionic/p-5ae49f12.entry.js +4 -0
  495. package/dist/ionic/{p-ba9120fe.system.entry.js → p-5b1273f4.system.entry.js} +2 -2
  496. package/dist/ionic/p-5d3f6707.entry.js +4 -0
  497. package/dist/ionic/{p-e5e492d8.entry.js → p-5da04d11.entry.js} +1 -1
  498. package/dist/ionic/p-5e7c32e8.system.entry.js +4 -0
  499. package/dist/ionic/p-65d26d94.system.entry.js +4 -0
  500. package/dist/ionic/{p-cada6331.entry.js → p-6744e460.entry.js} +1 -1
  501. package/dist/ionic/{p-d09c9468.system.entry.js → p-68a1e274.system.entry.js} +1 -1
  502. package/dist/ionic/{p-031c5621.js → p-6994c97a.js} +1 -1
  503. package/dist/ionic/p-69bc14fd.entry.js +4 -0
  504. package/dist/ionic/p-6a7eac5a.js +4 -0
  505. package/dist/ionic/p-6f4db5ce.system.entry.js +4 -0
  506. package/dist/ionic/{p-30dfa360.system.js → p-71215c1d.system.js} +1 -1
  507. package/dist/ionic/{p-063c093d.system.entry.js → p-71688099.system.entry.js} +1 -1
  508. package/dist/ionic/{p-d9dfdbb5.system.entry.js → p-716ab5f8.system.entry.js} +1 -1
  509. package/dist/ionic/p-72812e99.js +4 -0
  510. package/dist/ionic/p-74a9cafe.system.js +5 -0
  511. package/dist/ionic/{p-b996756b.entry.js → p-75280815.entry.js} +1 -1
  512. package/dist/ionic/{p-eee87ebb.js → p-75cddcc9.js} +1 -1
  513. package/dist/ionic/{p-5f9abba8.system.entry.js → p-76907c2f.system.entry.js} +1 -1
  514. package/dist/ionic/p-7d9eefb3.system.js +4 -0
  515. package/dist/ionic/p-7df2c495.entry.js +4 -0
  516. package/dist/ionic/p-7fc505bf.entry.js +4 -0
  517. package/dist/ionic/p-83321ee8.entry.js +4 -0
  518. package/dist/ionic/p-8635f5e6.system.js +4 -0
  519. package/dist/ionic/{p-da5bbd4f.entry.js → p-88cff52d.entry.js} +1 -1
  520. package/dist/ionic/{p-19243ae6.entry.js → p-896111fa.entry.js} +1 -1
  521. package/dist/ionic/p-89b61afc.js +4 -0
  522. package/dist/ionic/{p-824d44c5.system.entry.js → p-8bd567ba.system.entry.js} +1 -1
  523. package/dist/ionic/{p-1acaf641.entry.js → p-8e9ac22d.entry.js} +1 -1
  524. package/dist/ionic/p-9146695e.system.js +4 -0
  525. package/dist/ionic/{p-314ae72a.js → p-96cc4814.js} +1 -1
  526. package/dist/ionic/{p-65374504.entry.js → p-99daf8b7.entry.js} +1 -1
  527. package/dist/ionic/p-9ad82dba.js +5 -0
  528. package/dist/ionic/{p-af9256a0.system.js → p-9d7fc908.system.js} +1 -1
  529. package/dist/ionic/{p-ce36d285.system.js → p-9ea607bd.system.js} +1 -1
  530. package/dist/ionic/p-a15ddedb.system.js +4 -0
  531. package/dist/ionic/{p-f15f8140.system.entry.js → p-a1b4e619.system.entry.js} +1 -1
  532. package/dist/ionic/{p-45a2b1ee.system.entry.js → p-a1f9f629.system.entry.js} +1 -1
  533. package/dist/ionic/{p-7c7e495d.system.js → p-a7ba2dcc.system.js} +1 -1
  534. package/dist/ionic/p-a88fdfac.entry.js +4 -0
  535. package/dist/ionic/{p-01171ead.system.js → p-a8f02173.system.js} +1 -1
  536. package/dist/ionic/p-a93873de.system.js +4 -0
  537. package/dist/ionic/{p-c834c535.system.entry.js → p-aa110ca0.system.entry.js} +1 -1
  538. package/dist/ionic/{p-50d19fc7.system.entry.js → p-aa4f2703.system.entry.js} +1 -1
  539. package/dist/ionic/{p-9c970454.entry.js → p-ab85debb.entry.js} +1 -1
  540. package/dist/ionic/{p-a37d4fe9.system.entry.js → p-ac4e2a74.system.entry.js} +1 -1
  541. package/dist/ionic/p-ac9f44a8.system.entry.js +4 -0
  542. package/dist/ionic/p-b51e4004.js +4 -0
  543. package/dist/ionic/{p-c8f7f923.entry.js → p-b689b8d4.entry.js} +1 -1
  544. package/dist/ionic/p-b7af48c0.js +4 -0
  545. package/dist/ionic/p-bb835b4d.system.entry.js +4 -0
  546. package/dist/ionic/{p-d3c1c23f.entry.js → p-c04d5a75.entry.js} +1 -1
  547. package/dist/ionic/{p-acd64713.system.entry.js → p-c198e1e1.system.entry.js} +1 -1
  548. package/dist/ionic/{p-c4390f10.system.entry.js → p-c1d1d004.system.entry.js} +1 -1
  549. package/dist/ionic/{p-239906f1.js → p-c222f76a.js} +1 -1
  550. package/dist/ionic/{p-03f3ebd2.entry.js → p-c41af68a.entry.js} +1 -1
  551. package/dist/ionic/p-c7e16491.js +4 -0
  552. package/dist/ionic/p-c80d05c9.js +4 -0
  553. package/dist/ionic/{p-0b175848.entry.js → p-c8510ca2.entry.js} +1 -1
  554. package/dist/ionic/{p-2070f8d8.entry.js → p-c8f2b769.entry.js} +1 -1
  555. package/dist/ionic/{p-8c0b08db.entry.js → p-c99ccdc9.entry.js} +1 -1
  556. package/dist/ionic/{p-15e2ff5f.system.entry.js → p-c9c39c98.system.entry.js} +1 -1
  557. package/dist/ionic/{p-070cf7c3.entry.js → p-cae889f9.entry.js} +1 -1
  558. package/dist/ionic/{p-9e3177a5.system.js → p-d2544865.system.js} +1 -1
  559. package/dist/ionic/{p-219c17cf.system.entry.js → p-d5f48185.system.entry.js} +1 -1
  560. package/dist/ionic/{p-4997d7dc.system.js → p-d79542bd.system.js} +1 -1
  561. package/dist/ionic/p-d8067ea4.system.entry.js +4 -0
  562. package/dist/ionic/p-d8f66669.entry.js +4 -0
  563. package/dist/ionic/{p-48fef2f1.entry.js → p-d98c0112.entry.js} +1 -1
  564. package/dist/ionic/p-da2b833b.js +4 -0
  565. package/dist/ionic/p-dc1372e0.entry.js +4 -0
  566. package/dist/ionic/{p-4d6ec139.entry.js → p-df48edd6.entry.js} +1 -1
  567. package/dist/ionic/{p-de4c700f.entry.js → p-df6fa126.entry.js} +1 -1
  568. package/dist/ionic/{p-66596659.entry.js → p-e8a0e731.entry.js} +1 -1
  569. package/dist/ionic/{p-513abaf6.system.entry.js → p-ea2c16b5.system.entry.js} +2 -2
  570. package/dist/ionic/p-ea4be6ac.system.js +4 -0
  571. package/dist/ionic/{p-b0850af6.system.entry.js → p-eb3da535.system.entry.js} +1 -1
  572. package/dist/ionic/{p-07a0190a.system.entry.js → p-ec2d3928.system.entry.js} +1 -1
  573. package/dist/ionic/p-f0392d49.entry.js +4 -0
  574. package/dist/ionic/{p-144ae947.js → p-f4cb521c.js} +1 -1
  575. package/dist/ionic/{p-a7f788ec.entry.js → p-f818b01a.entry.js} +1 -1
  576. package/dist/ionic/p-f94cbfe9.js +4 -0
  577. package/dist/ionic/{p-739f8b95.system.entry.js → p-fab4ecad.system.entry.js} +1 -1
  578. package/dist/ionic/p-fb02eeec.system.entry.js +4 -0
  579. package/dist/ionic/{p-237b1791.system.entry.js → p-fb97326f.system.entry.js} +1 -1
  580. package/dist/ionic/{p-e222fdd1.entry.js → p-fbd30ec7.entry.js} +1 -1
  581. package/dist/ionic/{p-de39f314.entry.js → p-fda4872f.entry.js} +1 -1
  582. package/dist/ionic/{p-25648922.system.entry.js → p-ff2323ba.system.entry.js} +1 -1
  583. package/dist/types/components/button/button.d.ts +5 -0
  584. package/dist/types/components/datetime/datetime.d.ts +1 -0
  585. package/dist/types/components/input/input.d.ts +7 -6
  586. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +37 -0
  587. package/dist/types/components/modal/animations/sheet.d.ts +4 -4
  588. package/dist/types/components/refresher/refresher.utils.d.ts +2 -2
  589. package/dist/types/components/searchbar/searchbar.d.ts +0 -14
  590. package/dist/types/components/textarea/textarea.d.ts +1 -6
  591. package/dist/types/components/toggle/toggle.d.ts +1 -1
  592. package/dist/types/components.d.ts +49 -5
  593. package/dist/types/utils/animation/animation-utils.d.ts +0 -12
  594. package/dist/types/utils/focus-trap.d.ts +2 -2
  595. package/dist/types/utils/helpers.d.ts +0 -18
  596. package/dist/types/utils/overlays.d.ts +2 -2
  597. package/dist/types/utils/test/playwright/generator.d.ts +3 -3
  598. package/hydrate/index.js +335 -535
  599. package/package.json +7 -2
  600. package/css/themes/dark.always.css.map +0 -1
  601. package/css/themes/dark.class.css.map +0 -1
  602. package/css/themes/dark.system.css.map +0 -1
  603. package/css/themes/high-contrast-dark.always.css.map +0 -1
  604. package/css/themes/high-contrast-dark.class.css.map +0 -1
  605. package/css/themes/high-contrast-dark.system.css.map +0 -1
  606. package/css/themes/high-contrast.always.css.map +0 -1
  607. package/css/themes/high-contrast.class.css.map +0 -1
  608. package/css/themes/high-contrast.system.css.map +0 -1
  609. package/dist/collection/utils/test/aria.spec.js +0 -80
  610. package/dist/esm-es5/animation-9a23ed8d.js +0 -4
  611. package/dist/esm-es5/app-globals-80842d68.js +0 -4
  612. package/dist/esm-es5/framework-delegate-3fd96df8.js +0 -4
  613. package/dist/esm-es5/haptic-554688a5.js +0 -4
  614. package/dist/esm-es5/helpers-f51cf76f.js +0 -4
  615. package/dist/esm-es5/index-1262064c.js +0 -4
  616. package/dist/esm-es5/index-5d6a0317.js +0 -5
  617. package/dist/esm-es5/index-9d7e5d3e.js +0 -4
  618. package/dist/esm-es5/input-shims-2a4ad5a1.js +0 -4
  619. package/dist/esm-es5/md.transition-76e0020b.js +0 -4
  620. package/dist/ionic/p-04f9ce05.system.js +0 -4
  621. package/dist/ionic/p-06e951a9.entry.js +0 -4
  622. package/dist/ionic/p-1d1394da.system.entry.js +0 -4
  623. package/dist/ionic/p-1e5c0c49.js +0 -4
  624. package/dist/ionic/p-29ecf879.entry.js +0 -4
  625. package/dist/ionic/p-2f53f47a.entry.js +0 -4
  626. package/dist/ionic/p-33e39575.system.js +0 -4
  627. package/dist/ionic/p-355736ea.js +0 -4
  628. package/dist/ionic/p-373e757d.entry.js +0 -4
  629. package/dist/ionic/p-39483fc9.js +0 -4
  630. package/dist/ionic/p-39860681.entry.js +0 -4
  631. package/dist/ionic/p-42f189f4.js +0 -4
  632. package/dist/ionic/p-493bce1f.entry.js +0 -4
  633. package/dist/ionic/p-49a205d0.system.js +0 -4
  634. package/dist/ionic/p-4d7230bd.system.entry.js +0 -4
  635. package/dist/ionic/p-517b76cb.entry.js +0 -4
  636. package/dist/ionic/p-51b1a6be.js +0 -4
  637. package/dist/ionic/p-59e86adb.js +0 -4
  638. package/dist/ionic/p-6042920d.system.entry.js +0 -4
  639. package/dist/ionic/p-667290b0.system.js +0 -4
  640. package/dist/ionic/p-67dbcd3b.system.js +0 -4
  641. package/dist/ionic/p-69df28fd.entry.js +0 -4
  642. package/dist/ionic/p-6d0e7669.system.entry.js +0 -4
  643. package/dist/ionic/p-6d1f5de9.system.entry.js +0 -4
  644. package/dist/ionic/p-7d4f6f18.js +0 -4
  645. package/dist/ionic/p-831269de.js +0 -4
  646. package/dist/ionic/p-a03c993e.entry.js +0 -4
  647. package/dist/ionic/p-b0d35de4.system.js +0 -4
  648. package/dist/ionic/p-bb78b64e.entry.js +0 -4
  649. package/dist/ionic/p-bbc4f653.entry.js +0 -4
  650. package/dist/ionic/p-c34d1515.js +0 -4
  651. package/dist/ionic/p-c629d22b.system.js +0 -5
  652. package/dist/ionic/p-c8675b7b.system.entry.js +0 -4
  653. package/dist/ionic/p-c962e9ea.entry.js +0 -4
  654. package/dist/ionic/p-c995da88.system.js +0 -4
  655. package/dist/ionic/p-cc19ecba.system.entry.js +0 -4
  656. package/dist/ionic/p-d10bbab7.entry.js +0 -4
  657. package/dist/ionic/p-d268f7e2.system.entry.js +0 -4
  658. package/dist/ionic/p-d4be0d81.system.entry.js +0 -4
  659. package/dist/ionic/p-d5ef3a0a.entry.js +0 -4
  660. package/dist/ionic/p-dad515dc.js +0 -4
  661. package/dist/ionic/p-dfb6de03.system.js +0 -4
  662. package/dist/ionic/p-e01ebeba.system.js +0 -4
  663. package/dist/ionic/p-e9412fe7.system.entry.js +0 -4
  664. package/dist/ionic/p-f5cb9689.js +0 -4
  665. package/dist/ionic/p-f8502e85.js +0 -5
  666. package/dist/ionic/p-fcec3b7a.system.entry.js +0 -4
  667. package/css/{themes → palettes}/dark.always.css +0 -0
  668. package/css/{themes → palettes}/dark.css +0 -0
  669. package/css/{themes → palettes}/dark.css.map +0 -0
  670. package/css/{themes → palettes}/dark.system.css +0 -0
  671. package/css/{themes → palettes}/high-contrast-dark.always.css +1 -1
  672. package/css/{themes → palettes}/high-contrast-dark.css +0 -0
  673. package/css/{themes → palettes}/high-contrast-dark.css.map +0 -0
  674. package/css/{themes → palettes}/high-contrast-dark.system.css +1 -1
  675. package/css/{themes → palettes}/high-contrast.always.css +25 -25
  676. package/css/{themes → palettes}/high-contrast.css +0 -0
  677. package/css/{themes → palettes}/high-contrast.css.map +0 -0
  678. package/css/{themes → palettes}/high-contrast.system.css +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "voyager-ionic-core",
3
- "version": "8.0.0-beta.2",
3
+ "version": "8.0.0-rc.0",
4
4
  "description": "Base components for Ionic",
5
5
  "keywords": [
6
6
  "ionic",
@@ -94,7 +94,12 @@
94
94
  "test.e2e.update-snapshots": "npm run test.e2e -- --update-snapshots",
95
95
  "test.watch": "jest --watch --no-cache",
96
96
  "test.treeshake": "node scripts/treeshaking.js dist/index.js",
97
- "validate": "npm run lint && npm run test && npm run build && npm run test.treeshake"
97
+ "validate": "npm run lint && npm run test && npm run build && npm run test.treeshake",
98
+ "docker.build": "docker build -t ionic-playwright .",
99
+ "test.e2e.docker": "npm run docker.build && docker run -it --rm -e DISPLAY=$(cat docker-display.txt) -v $(cat docker-display-volume.txt) --ipc=host --mount=type=bind,source=./,target=/ionic ionic-playwright npm run test.e2e --",
100
+ "test.e2e.docker.update-snapshots": "npm run test.e2e.docker -- --update-snapshots",
101
+ "test.e2e.docker.ci": "npm run docker.build && docker run -e CI='true' --rm --ipc=host --mount=type=bind,source=./,target=/ionic ionic-playwright npm run test.e2e --",
102
+ "test.report": "npx playwright show-report"
98
103
  },
99
104
  "author": "Ionic Team",
100
105
  "license": "MIT",
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/themes/dark.scss"],"names":[],"mappings":"AACE;EACE;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;;;AAKF;EACE;EACA;EAEA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;AAGF;EACE;EACA;EACA;;;AAKF;EACE;EACA;EAEA;EACA;EAEA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA","file":"dark.always.css","sourcesContent":["@mixin dark-base-theme() {\n & {\n --ion-color-primary: #4d8dff;\n --ion-color-primary-rgb: 77, 141, 255;\n --ion-color-primary-contrast: #000000;\n --ion-color-primary-contrast-rgb: 0, 0, 0;\n --ion-color-primary-shade: #447ce0;\n --ion-color-primary-tint: #5f98ff;\n\n --ion-color-secondary: #62bdff;\n --ion-color-secondary-rgb: 98, 189, 255;\n --ion-color-secondary-contrast: #000000;\n --ion-color-secondary-contrast-rgb: 0, 0, 0;\n --ion-color-secondary-shade: #56a6e0;\n --ion-color-secondary-tint: #72c4ff;\n\n --ion-color-tertiary: #8482fb;\n --ion-color-tertiary-rgb: 132, 130, 251;\n --ion-color-tertiary-contrast: #000000;\n --ion-color-tertiary-contrast-rgb: 0, 0, 0;\n --ion-color-tertiary-shade: #7472dd;\n --ion-color-tertiary-tint: #908ffb;\n\n --ion-color-success: #2dd55b;\n --ion-color-success-rgb: 45, 213, 91;\n --ion-color-success-contrast: #000000;\n --ion-color-success-contrast-rgb: 0, 0, 0;\n --ion-color-success-shade: #28bb50;\n --ion-color-success-tint: #42d96b;\n\n --ion-color-warning: #ffce31;\n --ion-color-warning-rgb: 255, 206, 49;\n --ion-color-warning-contrast: #000000;\n --ion-color-warning-contrast-rgb: 0, 0, 0;\n --ion-color-warning-shade: #e0b52b;\n --ion-color-warning-tint: #ffd346;\n\n --ion-color-danger: #f56570;\n --ion-color-danger-rgb: 245, 101, 112;\n --ion-color-danger-contrast: #000000;\n --ion-color-danger-contrast-rgb: 0, 0, 0;\n --ion-color-danger-shade: #d85963;\n --ion-color-danger-tint: #f6747e;\n \n --ion-color-dark: #f4f5f8;\n --ion-color-dark-rgb: 244, 245, 248;\n --ion-color-dark-contrast: #000000;\n --ion-color-dark-contrast-rgb: 0, 0, 0;\n --ion-color-dark-shade: #d7d8da;\n --ion-color-dark-tint: #f5f6f9;\n \n --ion-color-medium: #989aa2;\n --ion-color-medium-rgb: 152, 154, 162;\n --ion-color-medium-contrast: #000000;\n --ion-color-medium-contrast-rgb: 0, 0, 0;\n --ion-color-medium-shade: #86888f;\n --ion-color-medium-tint: #a2a4ab;\n \n --ion-color-light: #222428;\n --ion-color-light-rgb: 34, 36, 40;\n --ion-color-light-contrast: #ffffff;\n --ion-color-light-contrast-rgb: 255, 255, 255;\n --ion-color-light-shade: #1e2023;\n --ion-color-light-tint: #383a3e;\n }\n}\n\n@mixin dark-ios-theme() {\n & {\n --ion-background-color: #000000;\n --ion-background-color-rgb: 0, 0, 0;\n\n --ion-text-color: #ffffff;\n --ion-text-color-rgb: 255, 255, 255;\n\n --ion-background-color-step-50: #0d0d0d;\n --ion-background-color-step-100: #1a1a1a;\n --ion-background-color-step-150: #262626;\n --ion-background-color-step-200: #333333;\n --ion-background-color-step-250: #404040;\n --ion-background-color-step-300: #4d4d4d;\n --ion-background-color-step-350: #595959;\n --ion-background-color-step-400: #666666;\n --ion-background-color-step-450: #737373;\n --ion-background-color-step-500: #808080;\n --ion-background-color-step-550: #8c8c8c;\n --ion-background-color-step-600: #999999;\n --ion-background-color-step-650: #a6a6a6;\n --ion-background-color-step-700: #b3b3b3;\n --ion-background-color-step-750: #bfbfbf;\n --ion-background-color-step-800: #cccccc;\n --ion-background-color-step-850: #d9d9d9;\n --ion-background-color-step-900: #e6e6e6;\n --ion-background-color-step-950: #f2f2f2;\n\n --ion-text-color-step-50: #f2f2f2;\n --ion-text-color-step-100: #e6e6e6;\n --ion-text-color-step-150: #d9d9d9;\n --ion-text-color-step-200: #cccccc;\n --ion-text-color-step-250: #bfbfbf;\n --ion-text-color-step-300: #b3b3b3;\n --ion-text-color-step-350: #a6a6a6;\n --ion-text-color-step-400: #999999;\n --ion-text-color-step-450: #8c8c8c;\n --ion-text-color-step-500: #808080;\n --ion-text-color-step-550: #737373;\n --ion-text-color-step-600: #666666;\n --ion-text-color-step-650: #595959;\n --ion-text-color-step-700: #4d4d4d;\n --ion-text-color-step-750: #404040;\n --ion-text-color-step-800: #333333;\n --ion-text-color-step-850: #262626;\n --ion-text-color-step-900: #1a1a1a;\n --ion-text-color-step-950: #0d0d0d;\n\n --ion-item-background: #000000;\n --ion-card-background: #1c1c1d;\n }\n\n & ion-modal {\n --ion-background-color: var(--ion-color-step-100, var(--ion-background-color-step-100));\n --ion-toolbar-background: var(--ion-color-step-150, var(--ion-background-color-step-150));\n --ion-toolbar-border-color: var(--ion-color-step-250, var(--ion-background-color-step-250));\n }\n}\n\n@mixin dark-md-theme() {\n & {\n --ion-background-color: #121212;\n --ion-background-color-rgb: 18, 18, 18;\n\n --ion-text-color: #ffffff;\n --ion-text-color-rgb: 255, 255, 255;\n\n --ion-border-color: #222222;\n\n --ion-background-color-step-50: #1e1e1e;\n --ion-background-color-step-100: #2a2a2a;\n --ion-background-color-step-150: #363636;\n --ion-background-color-step-200: #414141;\n --ion-background-color-step-250: #4d4d4d;\n --ion-background-color-step-300: #595959;\n --ion-background-color-step-350: #656565;\n --ion-background-color-step-400: #717171;\n --ion-background-color-step-450: #7d7d7d;\n --ion-background-color-step-500: #898989;\n --ion-background-color-step-550: #949494;\n --ion-background-color-step-600: #a0a0a0;\n --ion-background-color-step-650: #acacac;\n --ion-background-color-step-700: #b8b8b8;\n --ion-background-color-step-750: #c4c4c4;\n --ion-background-color-step-800: #d0d0d0;\n --ion-background-color-step-850: #dbdbdb;\n --ion-background-color-step-900: #e7e7e7;\n --ion-background-color-step-950: #f3f3f3;\n\n --ion-text-color-step-50: #f3f3f3;\n --ion-text-color-step-100: #e7e7e7;\n --ion-text-color-step-150: #dbdbdb;\n --ion-text-color-step-200: #d0d0d0;\n --ion-text-color-step-250: #c4c4c4;\n --ion-text-color-step-300: #b8b8b8;\n --ion-text-color-step-350: #acacac;\n --ion-text-color-step-400: #a0a0a0;\n --ion-text-color-step-450: #949494;\n --ion-text-color-step-500: #898989;\n --ion-text-color-step-550: #7d7d7d;\n --ion-text-color-step-600: #717171;\n --ion-text-color-step-650: #656565;\n --ion-text-color-step-700: #595959;\n --ion-text-color-step-750: #4d4d4d;\n --ion-text-color-step-800: #414141;\n --ion-text-color-step-850: #363636;\n --ion-text-color-step-900: #2a2a2a;\n --ion-text-color-step-950: #1e1e1e;\n\n --ion-item-background: #1e1e1e;\n --ion-toolbar-background: #1f1f1f;\n --ion-tab-bar-background: #1f1f1f;\n --ion-card-background: #1e1e1e;\n }\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/themes/dark.scss"],"names":[],"mappings":"AACE;EACE;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;;;AAKF;EACE;EACA;EAEA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;AAGF;EACE;EACA;EACA;;;AAKF;EACE;EACA;EAEA;EACA;EAEA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA","file":"dark.class.css","sourcesContent":["@mixin dark-base-theme() {\n & {\n --ion-color-primary: #4d8dff;\n --ion-color-primary-rgb: 77, 141, 255;\n --ion-color-primary-contrast: #000000;\n --ion-color-primary-contrast-rgb: 0, 0, 0;\n --ion-color-primary-shade: #447ce0;\n --ion-color-primary-tint: #5f98ff;\n\n --ion-color-secondary: #62bdff;\n --ion-color-secondary-rgb: 98, 189, 255;\n --ion-color-secondary-contrast: #000000;\n --ion-color-secondary-contrast-rgb: 0, 0, 0;\n --ion-color-secondary-shade: #56a6e0;\n --ion-color-secondary-tint: #72c4ff;\n\n --ion-color-tertiary: #8482fb;\n --ion-color-tertiary-rgb: 132, 130, 251;\n --ion-color-tertiary-contrast: #000000;\n --ion-color-tertiary-contrast-rgb: 0, 0, 0;\n --ion-color-tertiary-shade: #7472dd;\n --ion-color-tertiary-tint: #908ffb;\n\n --ion-color-success: #2dd55b;\n --ion-color-success-rgb: 45, 213, 91;\n --ion-color-success-contrast: #000000;\n --ion-color-success-contrast-rgb: 0, 0, 0;\n --ion-color-success-shade: #28bb50;\n --ion-color-success-tint: #42d96b;\n\n --ion-color-warning: #ffce31;\n --ion-color-warning-rgb: 255, 206, 49;\n --ion-color-warning-contrast: #000000;\n --ion-color-warning-contrast-rgb: 0, 0, 0;\n --ion-color-warning-shade: #e0b52b;\n --ion-color-warning-tint: #ffd346;\n\n --ion-color-danger: #f56570;\n --ion-color-danger-rgb: 245, 101, 112;\n --ion-color-danger-contrast: #000000;\n --ion-color-danger-contrast-rgb: 0, 0, 0;\n --ion-color-danger-shade: #d85963;\n --ion-color-danger-tint: #f6747e;\n \n --ion-color-dark: #f4f5f8;\n --ion-color-dark-rgb: 244, 245, 248;\n --ion-color-dark-contrast: #000000;\n --ion-color-dark-contrast-rgb: 0, 0, 0;\n --ion-color-dark-shade: #d7d8da;\n --ion-color-dark-tint: #f5f6f9;\n \n --ion-color-medium: #989aa2;\n --ion-color-medium-rgb: 152, 154, 162;\n --ion-color-medium-contrast: #000000;\n --ion-color-medium-contrast-rgb: 0, 0, 0;\n --ion-color-medium-shade: #86888f;\n --ion-color-medium-tint: #a2a4ab;\n \n --ion-color-light: #222428;\n --ion-color-light-rgb: 34, 36, 40;\n --ion-color-light-contrast: #ffffff;\n --ion-color-light-contrast-rgb: 255, 255, 255;\n --ion-color-light-shade: #1e2023;\n --ion-color-light-tint: #383a3e;\n }\n}\n\n@mixin dark-ios-theme() {\n & {\n --ion-background-color: #000000;\n --ion-background-color-rgb: 0, 0, 0;\n\n --ion-text-color: #ffffff;\n --ion-text-color-rgb: 255, 255, 255;\n\n --ion-background-color-step-50: #0d0d0d;\n --ion-background-color-step-100: #1a1a1a;\n --ion-background-color-step-150: #262626;\n --ion-background-color-step-200: #333333;\n --ion-background-color-step-250: #404040;\n --ion-background-color-step-300: #4d4d4d;\n --ion-background-color-step-350: #595959;\n --ion-background-color-step-400: #666666;\n --ion-background-color-step-450: #737373;\n --ion-background-color-step-500: #808080;\n --ion-background-color-step-550: #8c8c8c;\n --ion-background-color-step-600: #999999;\n --ion-background-color-step-650: #a6a6a6;\n --ion-background-color-step-700: #b3b3b3;\n --ion-background-color-step-750: #bfbfbf;\n --ion-background-color-step-800: #cccccc;\n --ion-background-color-step-850: #d9d9d9;\n --ion-background-color-step-900: #e6e6e6;\n --ion-background-color-step-950: #f2f2f2;\n\n --ion-text-color-step-50: #f2f2f2;\n --ion-text-color-step-100: #e6e6e6;\n --ion-text-color-step-150: #d9d9d9;\n --ion-text-color-step-200: #cccccc;\n --ion-text-color-step-250: #bfbfbf;\n --ion-text-color-step-300: #b3b3b3;\n --ion-text-color-step-350: #a6a6a6;\n --ion-text-color-step-400: #999999;\n --ion-text-color-step-450: #8c8c8c;\n --ion-text-color-step-500: #808080;\n --ion-text-color-step-550: #737373;\n --ion-text-color-step-600: #666666;\n --ion-text-color-step-650: #595959;\n --ion-text-color-step-700: #4d4d4d;\n --ion-text-color-step-750: #404040;\n --ion-text-color-step-800: #333333;\n --ion-text-color-step-850: #262626;\n --ion-text-color-step-900: #1a1a1a;\n --ion-text-color-step-950: #0d0d0d;\n\n --ion-item-background: #000000;\n --ion-card-background: #1c1c1d;\n }\n\n & ion-modal {\n --ion-background-color: var(--ion-color-step-100, var(--ion-background-color-step-100));\n --ion-toolbar-background: var(--ion-color-step-150, var(--ion-background-color-step-150));\n --ion-toolbar-border-color: var(--ion-color-step-250, var(--ion-background-color-step-250));\n }\n}\n\n@mixin dark-md-theme() {\n & {\n --ion-background-color: #121212;\n --ion-background-color-rgb: 18, 18, 18;\n\n --ion-text-color: #ffffff;\n --ion-text-color-rgb: 255, 255, 255;\n\n --ion-border-color: #222222;\n\n --ion-background-color-step-50: #1e1e1e;\n --ion-background-color-step-100: #2a2a2a;\n --ion-background-color-step-150: #363636;\n --ion-background-color-step-200: #414141;\n --ion-background-color-step-250: #4d4d4d;\n --ion-background-color-step-300: #595959;\n --ion-background-color-step-350: #656565;\n --ion-background-color-step-400: #717171;\n --ion-background-color-step-450: #7d7d7d;\n --ion-background-color-step-500: #898989;\n --ion-background-color-step-550: #949494;\n --ion-background-color-step-600: #a0a0a0;\n --ion-background-color-step-650: #acacac;\n --ion-background-color-step-700: #b8b8b8;\n --ion-background-color-step-750: #c4c4c4;\n --ion-background-color-step-800: #d0d0d0;\n --ion-background-color-step-850: #dbdbdb;\n --ion-background-color-step-900: #e7e7e7;\n --ion-background-color-step-950: #f3f3f3;\n\n --ion-text-color-step-50: #f3f3f3;\n --ion-text-color-step-100: #e7e7e7;\n --ion-text-color-step-150: #dbdbdb;\n --ion-text-color-step-200: #d0d0d0;\n --ion-text-color-step-250: #c4c4c4;\n --ion-text-color-step-300: #b8b8b8;\n --ion-text-color-step-350: #acacac;\n --ion-text-color-step-400: #a0a0a0;\n --ion-text-color-step-450: #949494;\n --ion-text-color-step-500: #898989;\n --ion-text-color-step-550: #7d7d7d;\n --ion-text-color-step-600: #717171;\n --ion-text-color-step-650: #656565;\n --ion-text-color-step-700: #595959;\n --ion-text-color-step-750: #4d4d4d;\n --ion-text-color-step-800: #414141;\n --ion-text-color-step-850: #363636;\n --ion-text-color-step-900: #2a2a2a;\n --ion-text-color-step-950: #1e1e1e;\n\n --ion-item-background: #1e1e1e;\n --ion-toolbar-background: #1f1f1f;\n --ion-tab-bar-background: #1f1f1f;\n --ion-card-background: #1e1e1e;\n }\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/themes/dark.system.scss","../../src/css/themes/dark.scss"],"names":[],"mappings":"AAEA;ECDE;IACE;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;;;EAKF;IACE;IACA;IAEA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;;EAGF;IACE;IACA;IACA;;;EAKF;IACE;IACA;IAEA;IACA;IAEA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA","file":"dark.system.css","sourcesContent":["@import \"./dark\";\n\n@media (prefers-color-scheme: dark) {\n :root {\n @include dark-base-theme();\n }\n\n :root.ios {\n @include dark-ios-theme();\n }\n\n :root.md {\n @include dark-md-theme();\n }\n}\n","@mixin dark-base-theme() {\n & {\n --ion-color-primary: #4d8dff;\n --ion-color-primary-rgb: 77, 141, 255;\n --ion-color-primary-contrast: #000000;\n --ion-color-primary-contrast-rgb: 0, 0, 0;\n --ion-color-primary-shade: #447ce0;\n --ion-color-primary-tint: #5f98ff;\n\n --ion-color-secondary: #62bdff;\n --ion-color-secondary-rgb: 98, 189, 255;\n --ion-color-secondary-contrast: #000000;\n --ion-color-secondary-contrast-rgb: 0, 0, 0;\n --ion-color-secondary-shade: #56a6e0;\n --ion-color-secondary-tint: #72c4ff;\n\n --ion-color-tertiary: #8482fb;\n --ion-color-tertiary-rgb: 132, 130, 251;\n --ion-color-tertiary-contrast: #000000;\n --ion-color-tertiary-contrast-rgb: 0, 0, 0;\n --ion-color-tertiary-shade: #7472dd;\n --ion-color-tertiary-tint: #908ffb;\n\n --ion-color-success: #2dd55b;\n --ion-color-success-rgb: 45, 213, 91;\n --ion-color-success-contrast: #000000;\n --ion-color-success-contrast-rgb: 0, 0, 0;\n --ion-color-success-shade: #28bb50;\n --ion-color-success-tint: #42d96b;\n\n --ion-color-warning: #ffce31;\n --ion-color-warning-rgb: 255, 206, 49;\n --ion-color-warning-contrast: #000000;\n --ion-color-warning-contrast-rgb: 0, 0, 0;\n --ion-color-warning-shade: #e0b52b;\n --ion-color-warning-tint: #ffd346;\n\n --ion-color-danger: #f56570;\n --ion-color-danger-rgb: 245, 101, 112;\n --ion-color-danger-contrast: #000000;\n --ion-color-danger-contrast-rgb: 0, 0, 0;\n --ion-color-danger-shade: #d85963;\n --ion-color-danger-tint: #f6747e;\n \n --ion-color-dark: #f4f5f8;\n --ion-color-dark-rgb: 244, 245, 248;\n --ion-color-dark-contrast: #000000;\n --ion-color-dark-contrast-rgb: 0, 0, 0;\n --ion-color-dark-shade: #d7d8da;\n --ion-color-dark-tint: #f5f6f9;\n \n --ion-color-medium: #989aa2;\n --ion-color-medium-rgb: 152, 154, 162;\n --ion-color-medium-contrast: #000000;\n --ion-color-medium-contrast-rgb: 0, 0, 0;\n --ion-color-medium-shade: #86888f;\n --ion-color-medium-tint: #a2a4ab;\n \n --ion-color-light: #222428;\n --ion-color-light-rgb: 34, 36, 40;\n --ion-color-light-contrast: #ffffff;\n --ion-color-light-contrast-rgb: 255, 255, 255;\n --ion-color-light-shade: #1e2023;\n --ion-color-light-tint: #383a3e;\n }\n}\n\n@mixin dark-ios-theme() {\n & {\n --ion-background-color: #000000;\n --ion-background-color-rgb: 0, 0, 0;\n\n --ion-text-color: #ffffff;\n --ion-text-color-rgb: 255, 255, 255;\n\n --ion-background-color-step-50: #0d0d0d;\n --ion-background-color-step-100: #1a1a1a;\n --ion-background-color-step-150: #262626;\n --ion-background-color-step-200: #333333;\n --ion-background-color-step-250: #404040;\n --ion-background-color-step-300: #4d4d4d;\n --ion-background-color-step-350: #595959;\n --ion-background-color-step-400: #666666;\n --ion-background-color-step-450: #737373;\n --ion-background-color-step-500: #808080;\n --ion-background-color-step-550: #8c8c8c;\n --ion-background-color-step-600: #999999;\n --ion-background-color-step-650: #a6a6a6;\n --ion-background-color-step-700: #b3b3b3;\n --ion-background-color-step-750: #bfbfbf;\n --ion-background-color-step-800: #cccccc;\n --ion-background-color-step-850: #d9d9d9;\n --ion-background-color-step-900: #e6e6e6;\n --ion-background-color-step-950: #f2f2f2;\n\n --ion-text-color-step-50: #f2f2f2;\n --ion-text-color-step-100: #e6e6e6;\n --ion-text-color-step-150: #d9d9d9;\n --ion-text-color-step-200: #cccccc;\n --ion-text-color-step-250: #bfbfbf;\n --ion-text-color-step-300: #b3b3b3;\n --ion-text-color-step-350: #a6a6a6;\n --ion-text-color-step-400: #999999;\n --ion-text-color-step-450: #8c8c8c;\n --ion-text-color-step-500: #808080;\n --ion-text-color-step-550: #737373;\n --ion-text-color-step-600: #666666;\n --ion-text-color-step-650: #595959;\n --ion-text-color-step-700: #4d4d4d;\n --ion-text-color-step-750: #404040;\n --ion-text-color-step-800: #333333;\n --ion-text-color-step-850: #262626;\n --ion-text-color-step-900: #1a1a1a;\n --ion-text-color-step-950: #0d0d0d;\n\n --ion-item-background: #000000;\n --ion-card-background: #1c1c1d;\n }\n\n & ion-modal {\n --ion-background-color: var(--ion-color-step-100, var(--ion-background-color-step-100));\n --ion-toolbar-background: var(--ion-color-step-150, var(--ion-background-color-step-150));\n --ion-toolbar-border-color: var(--ion-color-step-250, var(--ion-background-color-step-250));\n }\n}\n\n@mixin dark-md-theme() {\n & {\n --ion-background-color: #121212;\n --ion-background-color-rgb: 18, 18, 18;\n\n --ion-text-color: #ffffff;\n --ion-text-color-rgb: 255, 255, 255;\n\n --ion-border-color: #222222;\n\n --ion-background-color-step-50: #1e1e1e;\n --ion-background-color-step-100: #2a2a2a;\n --ion-background-color-step-150: #363636;\n --ion-background-color-step-200: #414141;\n --ion-background-color-step-250: #4d4d4d;\n --ion-background-color-step-300: #595959;\n --ion-background-color-step-350: #656565;\n --ion-background-color-step-400: #717171;\n --ion-background-color-step-450: #7d7d7d;\n --ion-background-color-step-500: #898989;\n --ion-background-color-step-550: #949494;\n --ion-background-color-step-600: #a0a0a0;\n --ion-background-color-step-650: #acacac;\n --ion-background-color-step-700: #b8b8b8;\n --ion-background-color-step-750: #c4c4c4;\n --ion-background-color-step-800: #d0d0d0;\n --ion-background-color-step-850: #dbdbdb;\n --ion-background-color-step-900: #e7e7e7;\n --ion-background-color-step-950: #f3f3f3;\n\n --ion-text-color-step-50: #f3f3f3;\n --ion-text-color-step-100: #e7e7e7;\n --ion-text-color-step-150: #dbdbdb;\n --ion-text-color-step-200: #d0d0d0;\n --ion-text-color-step-250: #c4c4c4;\n --ion-text-color-step-300: #b8b8b8;\n --ion-text-color-step-350: #acacac;\n --ion-text-color-step-400: #a0a0a0;\n --ion-text-color-step-450: #949494;\n --ion-text-color-step-500: #898989;\n --ion-text-color-step-550: #7d7d7d;\n --ion-text-color-step-600: #717171;\n --ion-text-color-step-650: #656565;\n --ion-text-color-step-700: #595959;\n --ion-text-color-step-750: #4d4d4d;\n --ion-text-color-step-800: #414141;\n --ion-text-color-step-850: #363636;\n --ion-text-color-step-900: #2a2a2a;\n --ion-text-color-step-950: #1e1e1e;\n\n --ion-item-background: #1e1e1e;\n --ion-toolbar-background: #1f1f1f;\n --ion-tab-bar-background: #1f1f1f;\n --ion-card-background: #1e1e1e;\n }\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/themes/high-contrast-dark.scss","../../src/css/themes/high-contrast-dark.always.scss"],"names":[],"mappings":"AAgGE;EAEI;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EAGF;;;AAKF;EAGE;EACA;EAEA;EACA;EAEA;EACA;EAIA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMF;EACE;EACA;EACA;;;ACpKJ;ADkPE;;AAzEA;EAGE;EACA;EAEA;EACA;EAEA;EAEA;EACA;EACA;EACA;EAIA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMF;EACE;;AAGF;EAEE;;AAIF;EACE;IACE;;;AAIJ;EACE","file":"high-contrast-dark.always.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #7cabff !default;\n$secondary: #62bdff !default;\n$tertiary: #b6b9f9 !default;\n$success: #4ada71 !default;\n$warning: #ffce31 !default;\n$danger: #fc9aa2 !default;\n$light: #222428 !default;\n$medium: #a8aab3 !default;\n$dark: #f4f5f8 !default;\n\n$colors: (\n primary: (\n base: $primary,\n contrast: #000,\n shade: get-color-shade($primary),\n tint: get-color-tint($primary)\n ),\n secondary: (\n base: $secondary,\n contrast: #000,\n shade: get-color-shade($secondary),\n tint: get-color-tint($secondary)\n ),\n tertiary: (\n base: $tertiary,\n contrast: #000,\n shade: get-color-shade($tertiary),\n tint: get-color-tint($tertiary)\n ),\n success: (\n base: $success,\n contrast: #000,\n shade: get-color-shade($success),\n tint: get-color-tint($success)\n ),\n warning: (\n base: $warning,\n contrast: #000,\n shade: get-color-shade($warning),\n tint: get-color-tint($warning)\n ),\n danger: (\n base: $danger,\n contrast: #000,\n shade: get-color-shade($danger),\n tint: get-color-tint($danger)\n ),\n light: (\n base: $light,\n contrast: #fff,\n shade: get-color-shade($light),\n tint: get-color-tint($light)\n ),\n medium: (\n base: $medium,\n contrast: #000,\n shade: get-color-shade($medium),\n tint: get-color-tint($medium)\n ),\n dark: (\n base: $dark,\n contrast: #000,\n shade: get-color-shade($dark),\n tint: get-color-tint($dark)\n )\n) !default;\n\n/// Text step colors are generated based on\n/// how dark or light text can be. The darkest\n/// text color is usually the default text color (white or black).\n/// The darker the $lightest-text-color is, the darker each\n/// stepped color is. If you want to increase text contrast,\n/// make $lightest-text-color darker.\n$text-color: #ffffff;\n\n$darkest-text-color: #888888;\n$lightest-text-color: $text-color;\n\n/// Loop through each color object above\n/// and generate CSS Variables for each\n/// color. Do not use the ion-color function\n/// here because that will set the variable\n/// to evaluate to itself with a fallback.\n/// For example:\n/// --ion-color-primary: #{ion-color(primary, base)};\n/// Maps to:\n/// --ion-color-primary: var(--ion-color-primary, #...);\n\n/// We apply certain styles to the per-mode classes (ios and md)\n/// as opposed to setting everything in :root\n// so any high contrast dark styles override the standard\n/// contrast dark styles.\n@mixin high-contrast-dark-base-theme() {\n & {\n @each $color-name, $value in $colors {\n --ion-color-#{$color-name}: #{map.get($value, base)};\n --ion-color-#{$color-name}-rgb: #{color-to-rgb-list(map.get($value, base))};\n --ion-color-#{$color-name}-contrast: #{map.get($value, contrast)};\n --ion-color-#{$color-name}-contrast-rgb: #{color-to-rgb-list(map.get($value, contrast))};\n --ion-color-#{$color-name}-shade: #{map.get($value, shade)};\n --ion-color-#{$color-name}-tint: #{map.get($value, tint)};\n }\n\n --ion-placeholder-opacity: 0.8;\n }\n}\n\n@mixin high-contrast-dark-ios-theme() {\n & {\n $background-color: #000000;\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-item-background: #000000;\n --ion-card-background: #1c1c1d;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: var(--ion-background-color-step-400);\n\n --ion-text-color-step-50: #{mix($darkest-text-color, $lightest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($darkest-text-color, $lightest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($darkest-text-color, $lightest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($darkest-text-color, $lightest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($darkest-text-color, $lightest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($darkest-text-color, $lightest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($darkest-text-color, $lightest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($darkest-text-color, $lightest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($darkest-text-color, $lightest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($darkest-text-color, $lightest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($darkest-text-color, $lightest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($darkest-text-color, $lightest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($darkest-text-color, $lightest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($darkest-text-color, $lightest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($darkest-text-color, $lightest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($darkest-text-color, $lightest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($darkest-text-color, $lightest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($darkest-text-color, $lightest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($darkest-text-color, $lightest-text-color, 95%)};\n\n --ion-background-color-step-50: #{mix($text-color, $background-color, 5%)};\n --ion-background-color-step-100: #{mix($text-color, $background-color, 10%)};\n --ion-background-color-step-150: #{mix($text-color, $background-color, 15%)};\n --ion-background-color-step-200: #{mix($text-color, $background-color, 20%)};\n --ion-background-color-step-250: #{mix($text-color, $background-color, 25%)};\n --ion-background-color-step-300: #{mix($text-color, $background-color, 30%)};\n --ion-background-color-step-350: #{mix($text-color, $background-color, 35%)};\n --ion-background-color-step-400: #{mix($text-color, $background-color, 40%)};\n --ion-background-color-step-450: #{mix($text-color, $background-color, 45%)};\n --ion-background-color-step-500: #{mix($text-color, $background-color, 50%)};\n --ion-background-color-step-550: #{mix($text-color, $background-color, 55%)};\n --ion-background-color-step-600: #{mix($text-color, $background-color, 60%)};\n --ion-background-color-step-650: #{mix($text-color, $background-color, 65%)};\n --ion-background-color-step-700: #{mix($text-color, $background-color, 70%)};\n --ion-background-color-step-750: #{mix($text-color, $background-color, 75%)};\n --ion-background-color-step-800: #{mix($text-color, $background-color, 80%)};\n --ion-background-color-step-850: #{mix($text-color, $background-color, 85%)};\n --ion-background-color-step-900: #{mix($text-color, $background-color, 90%)};\n --ion-background-color-step-950: #{mix($text-color, $background-color, 95%)};\n }\n\n // Modal\n // --------------------------------------------------\n\n & ion-modal {\n --ion-background-color: var(--ion-background-color-step-100);\n --ion-toolbar-background: var(--ion-background-color-step-150);\n --ion-toolbar-border-color: var(--ion-background-color-step-250);\n }\n}\n\n@mixin high-contrast-dark-md-theme() {\n & {\n $background-color: #121212;\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-border-color: #222222;\n\n --ion-item-background: #1e1e1e;\n --ion-toolbar-background: #1f1f1f;\n --ion-tab-bar-background: #1f1f1f;\n --ion-card-background: #1e1e1e;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: var(--ion-background-color-step-400);\n\n --ion-text-color-step-50: #{mix($darkest-text-color, $lightest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($darkest-text-color, $lightest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($darkest-text-color, $lightest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($darkest-text-color, $lightest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($darkest-text-color, $lightest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($darkest-text-color, $lightest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($darkest-text-color, $lightest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($darkest-text-color, $lightest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($darkest-text-color, $lightest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($darkest-text-color, $lightest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($darkest-text-color, $lightest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($darkest-text-color, $lightest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($darkest-text-color, $lightest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($darkest-text-color, $lightest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($darkest-text-color, $lightest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($darkest-text-color, $lightest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($darkest-text-color, $lightest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($darkest-text-color, $lightest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($darkest-text-color, $lightest-text-color, 95%)};\n\n --ion-background-color-step-50: #{mix($text-color, $background-color, 5%)};\n --ion-background-color-step-100: #{mix($text-color, $background-color, 10%)};\n --ion-background-color-step-150: #{mix($text-color, $background-color, 15%)};\n --ion-background-color-step-200: #{mix($text-color, $background-color, 20%)};\n --ion-background-color-step-250: #{mix($text-color, $background-color, 25%)};\n --ion-background-color-step-300: #{mix($text-color, $background-color, 30%)};\n --ion-background-color-step-350: #{mix($text-color, $background-color, 35%)};\n --ion-background-color-step-400: #{mix($text-color, $background-color, 40%)};\n --ion-background-color-step-450: #{mix($text-color, $background-color, 45%)};\n --ion-background-color-step-500: #{mix($text-color, $background-color, 50%)};\n --ion-background-color-step-550: #{mix($text-color, $background-color, 55%)};\n --ion-background-color-step-600: #{mix($text-color, $background-color, 60%)};\n --ion-background-color-step-650: #{mix($text-color, $background-color, 65%)};\n --ion-background-color-step-700: #{mix($text-color, $background-color, 70%)};\n --ion-background-color-step-750: #{mix($text-color, $background-color, 75%)};\n --ion-background-color-step-800: #{mix($text-color, $background-color, 80%)};\n --ion-background-color-step-850: #{mix($text-color, $background-color, 85%)};\n --ion-background-color-step-900: #{mix($text-color, $background-color, 90%)};\n --ion-background-color-step-950: #{mix($text-color, $background-color, 95%)};\n }\n\n // Toast\n // --------------------------------------------------\n\n & ion-toast {\n --color: var(--ion-background-color);\n }\n\n & ion-toast::part(button) {\n // Fallback for browsers that don't support color-mix\n color: var(--color);\n }\n\n /* stylelint-disable-next-line order/order */\n @supports (color: color-mix(in lch, plum, pink)) {\n & ion-toast::part(button) {\n color: color-mix(in srgb, var(--color) 73%, var(--button-color));\n }\n }\n\n & ion-toast::part(button cancel) {\n color: var(--color);\n }\n}\n","@import \"./high-contrast-dark\";\n\n:root {\n @include high-contrast-dark-base-theme();\n}\n\n:root.ios {\n @include high-contrast-dark-ios-theme();\n}\n\n:root.md {\n @include high-contrast-dark-md-theme();\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/themes/high-contrast-dark.scss","../../src/css/themes/high-contrast-dark.class.scss"],"names":[],"mappings":"AAgGE;EAEI;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EAGF;;;AAKF;EAGE;EACA;EAEA;EACA;EAEA;EACA;EAIA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMF;EACE;EACA;EACA;;;ACpKJ;ADkPE;;AAzEA;EAGE;EACA;EAEA;EACA;EAEA;EAEA;EACA;EACA;EACA;EAIA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMF;EACE;;AAGF;EAEE;;AAIF;EACE;IACE;;;AAIJ;EACE","file":"high-contrast-dark.class.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #7cabff !default;\n$secondary: #62bdff !default;\n$tertiary: #b6b9f9 !default;\n$success: #4ada71 !default;\n$warning: #ffce31 !default;\n$danger: #fc9aa2 !default;\n$light: #222428 !default;\n$medium: #a8aab3 !default;\n$dark: #f4f5f8 !default;\n\n$colors: (\n primary: (\n base: $primary,\n contrast: #000,\n shade: get-color-shade($primary),\n tint: get-color-tint($primary)\n ),\n secondary: (\n base: $secondary,\n contrast: #000,\n shade: get-color-shade($secondary),\n tint: get-color-tint($secondary)\n ),\n tertiary: (\n base: $tertiary,\n contrast: #000,\n shade: get-color-shade($tertiary),\n tint: get-color-tint($tertiary)\n ),\n success: (\n base: $success,\n contrast: #000,\n shade: get-color-shade($success),\n tint: get-color-tint($success)\n ),\n warning: (\n base: $warning,\n contrast: #000,\n shade: get-color-shade($warning),\n tint: get-color-tint($warning)\n ),\n danger: (\n base: $danger,\n contrast: #000,\n shade: get-color-shade($danger),\n tint: get-color-tint($danger)\n ),\n light: (\n base: $light,\n contrast: #fff,\n shade: get-color-shade($light),\n tint: get-color-tint($light)\n ),\n medium: (\n base: $medium,\n contrast: #000,\n shade: get-color-shade($medium),\n tint: get-color-tint($medium)\n ),\n dark: (\n base: $dark,\n contrast: #000,\n shade: get-color-shade($dark),\n tint: get-color-tint($dark)\n )\n) !default;\n\n/// Text step colors are generated based on\n/// how dark or light text can be. The darkest\n/// text color is usually the default text color (white or black).\n/// The darker the $lightest-text-color is, the darker each\n/// stepped color is. If you want to increase text contrast,\n/// make $lightest-text-color darker.\n$text-color: #ffffff;\n\n$darkest-text-color: #888888;\n$lightest-text-color: $text-color;\n\n/// Loop through each color object above\n/// and generate CSS Variables for each\n/// color. Do not use the ion-color function\n/// here because that will set the variable\n/// to evaluate to itself with a fallback.\n/// For example:\n/// --ion-color-primary: #{ion-color(primary, base)};\n/// Maps to:\n/// --ion-color-primary: var(--ion-color-primary, #...);\n\n/// We apply certain styles to the per-mode classes (ios and md)\n/// as opposed to setting everything in :root\n// so any high contrast dark styles override the standard\n/// contrast dark styles.\n@mixin high-contrast-dark-base-theme() {\n & {\n @each $color-name, $value in $colors {\n --ion-color-#{$color-name}: #{map.get($value, base)};\n --ion-color-#{$color-name}-rgb: #{color-to-rgb-list(map.get($value, base))};\n --ion-color-#{$color-name}-contrast: #{map.get($value, contrast)};\n --ion-color-#{$color-name}-contrast-rgb: #{color-to-rgb-list(map.get($value, contrast))};\n --ion-color-#{$color-name}-shade: #{map.get($value, shade)};\n --ion-color-#{$color-name}-tint: #{map.get($value, tint)};\n }\n\n --ion-placeholder-opacity: 0.8;\n }\n}\n\n@mixin high-contrast-dark-ios-theme() {\n & {\n $background-color: #000000;\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-item-background: #000000;\n --ion-card-background: #1c1c1d;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: var(--ion-background-color-step-400);\n\n --ion-text-color-step-50: #{mix($darkest-text-color, $lightest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($darkest-text-color, $lightest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($darkest-text-color, $lightest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($darkest-text-color, $lightest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($darkest-text-color, $lightest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($darkest-text-color, $lightest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($darkest-text-color, $lightest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($darkest-text-color, $lightest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($darkest-text-color, $lightest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($darkest-text-color, $lightest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($darkest-text-color, $lightest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($darkest-text-color, $lightest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($darkest-text-color, $lightest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($darkest-text-color, $lightest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($darkest-text-color, $lightest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($darkest-text-color, $lightest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($darkest-text-color, $lightest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($darkest-text-color, $lightest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($darkest-text-color, $lightest-text-color, 95%)};\n\n --ion-background-color-step-50: #{mix($text-color, $background-color, 5%)};\n --ion-background-color-step-100: #{mix($text-color, $background-color, 10%)};\n --ion-background-color-step-150: #{mix($text-color, $background-color, 15%)};\n --ion-background-color-step-200: #{mix($text-color, $background-color, 20%)};\n --ion-background-color-step-250: #{mix($text-color, $background-color, 25%)};\n --ion-background-color-step-300: #{mix($text-color, $background-color, 30%)};\n --ion-background-color-step-350: #{mix($text-color, $background-color, 35%)};\n --ion-background-color-step-400: #{mix($text-color, $background-color, 40%)};\n --ion-background-color-step-450: #{mix($text-color, $background-color, 45%)};\n --ion-background-color-step-500: #{mix($text-color, $background-color, 50%)};\n --ion-background-color-step-550: #{mix($text-color, $background-color, 55%)};\n --ion-background-color-step-600: #{mix($text-color, $background-color, 60%)};\n --ion-background-color-step-650: #{mix($text-color, $background-color, 65%)};\n --ion-background-color-step-700: #{mix($text-color, $background-color, 70%)};\n --ion-background-color-step-750: #{mix($text-color, $background-color, 75%)};\n --ion-background-color-step-800: #{mix($text-color, $background-color, 80%)};\n --ion-background-color-step-850: #{mix($text-color, $background-color, 85%)};\n --ion-background-color-step-900: #{mix($text-color, $background-color, 90%)};\n --ion-background-color-step-950: #{mix($text-color, $background-color, 95%)};\n }\n\n // Modal\n // --------------------------------------------------\n\n & ion-modal {\n --ion-background-color: var(--ion-background-color-step-100);\n --ion-toolbar-background: var(--ion-background-color-step-150);\n --ion-toolbar-border-color: var(--ion-background-color-step-250);\n }\n}\n\n@mixin high-contrast-dark-md-theme() {\n & {\n $background-color: #121212;\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-border-color: #222222;\n\n --ion-item-background: #1e1e1e;\n --ion-toolbar-background: #1f1f1f;\n --ion-tab-bar-background: #1f1f1f;\n --ion-card-background: #1e1e1e;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: var(--ion-background-color-step-400);\n\n --ion-text-color-step-50: #{mix($darkest-text-color, $lightest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($darkest-text-color, $lightest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($darkest-text-color, $lightest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($darkest-text-color, $lightest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($darkest-text-color, $lightest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($darkest-text-color, $lightest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($darkest-text-color, $lightest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($darkest-text-color, $lightest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($darkest-text-color, $lightest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($darkest-text-color, $lightest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($darkest-text-color, $lightest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($darkest-text-color, $lightest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($darkest-text-color, $lightest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($darkest-text-color, $lightest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($darkest-text-color, $lightest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($darkest-text-color, $lightest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($darkest-text-color, $lightest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($darkest-text-color, $lightest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($darkest-text-color, $lightest-text-color, 95%)};\n\n --ion-background-color-step-50: #{mix($text-color, $background-color, 5%)};\n --ion-background-color-step-100: #{mix($text-color, $background-color, 10%)};\n --ion-background-color-step-150: #{mix($text-color, $background-color, 15%)};\n --ion-background-color-step-200: #{mix($text-color, $background-color, 20%)};\n --ion-background-color-step-250: #{mix($text-color, $background-color, 25%)};\n --ion-background-color-step-300: #{mix($text-color, $background-color, 30%)};\n --ion-background-color-step-350: #{mix($text-color, $background-color, 35%)};\n --ion-background-color-step-400: #{mix($text-color, $background-color, 40%)};\n --ion-background-color-step-450: #{mix($text-color, $background-color, 45%)};\n --ion-background-color-step-500: #{mix($text-color, $background-color, 50%)};\n --ion-background-color-step-550: #{mix($text-color, $background-color, 55%)};\n --ion-background-color-step-600: #{mix($text-color, $background-color, 60%)};\n --ion-background-color-step-650: #{mix($text-color, $background-color, 65%)};\n --ion-background-color-step-700: #{mix($text-color, $background-color, 70%)};\n --ion-background-color-step-750: #{mix($text-color, $background-color, 75%)};\n --ion-background-color-step-800: #{mix($text-color, $background-color, 80%)};\n --ion-background-color-step-850: #{mix($text-color, $background-color, 85%)};\n --ion-background-color-step-900: #{mix($text-color, $background-color, 90%)};\n --ion-background-color-step-950: #{mix($text-color, $background-color, 95%)};\n }\n\n // Toast\n // --------------------------------------------------\n\n & ion-toast {\n --color: var(--ion-background-color);\n }\n\n & ion-toast::part(button) {\n // Fallback for browsers that don't support color-mix\n color: var(--color);\n }\n\n /* stylelint-disable-next-line order/order */\n @supports (color: color-mix(in lch, plum, pink)) {\n & ion-toast::part(button) {\n color: color-mix(in srgb, var(--color) 73%, var(--button-color));\n }\n }\n\n & ion-toast::part(button cancel) {\n color: var(--color);\n }\n}\n","@import \"./high-contrast-dark\";\n\n.ion-theme-high-contrast.ion-theme-dark {\n @include high-contrast-dark-base-theme();\n}\n\n.ion-theme-high-contrast.ion-theme-dark.ios {\n @include high-contrast-dark-ios-theme();\n}\n\n.ion-theme-high-contrast.ion-theme-dark.md {\n @include high-contrast-dark-md-theme();\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/themes/high-contrast-dark.system.scss","../../src/css/themes/high-contrast-dark.scss"],"names":[],"mappings":"AAEA;EC8FE;IAEI;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IAGF;;;EAKF;IAGE;IACA;IAEA;IACA;IAEA;IACA;IAIA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAMF;IACE;IACA;IACA;;;EDnKF;ACiPA;;EAzEA;IAGE;IACA;IAEA;IACA;IAEA;IAEA;IACA;IACA;IACA;IAIA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAMF;IACE;;EAGF;IAEE;;EAIF;IACE;MACE;;;EAIJ;IACE","file":"high-contrast-dark.system.css","sourcesContent":["@import \"./high-contrast-dark\";\n\n@media (prefers-contrast: more) and (prefers-color-scheme: dark) {\n :root {\n @include high-contrast-dark-base-theme();\n }\n\n :root.ios {\n @include high-contrast-dark-ios-theme();\n }\n\n :root.md {\n @include high-contrast-dark-md-theme();\n }\n}\n","@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #7cabff !default;\n$secondary: #62bdff !default;\n$tertiary: #b6b9f9 !default;\n$success: #4ada71 !default;\n$warning: #ffce31 !default;\n$danger: #fc9aa2 !default;\n$light: #222428 !default;\n$medium: #a8aab3 !default;\n$dark: #f4f5f8 !default;\n\n$colors: (\n primary: (\n base: $primary,\n contrast: #000,\n shade: get-color-shade($primary),\n tint: get-color-tint($primary)\n ),\n secondary: (\n base: $secondary,\n contrast: #000,\n shade: get-color-shade($secondary),\n tint: get-color-tint($secondary)\n ),\n tertiary: (\n base: $tertiary,\n contrast: #000,\n shade: get-color-shade($tertiary),\n tint: get-color-tint($tertiary)\n ),\n success: (\n base: $success,\n contrast: #000,\n shade: get-color-shade($success),\n tint: get-color-tint($success)\n ),\n warning: (\n base: $warning,\n contrast: #000,\n shade: get-color-shade($warning),\n tint: get-color-tint($warning)\n ),\n danger: (\n base: $danger,\n contrast: #000,\n shade: get-color-shade($danger),\n tint: get-color-tint($danger)\n ),\n light: (\n base: $light,\n contrast: #fff,\n shade: get-color-shade($light),\n tint: get-color-tint($light)\n ),\n medium: (\n base: $medium,\n contrast: #000,\n shade: get-color-shade($medium),\n tint: get-color-tint($medium)\n ),\n dark: (\n base: $dark,\n contrast: #000,\n shade: get-color-shade($dark),\n tint: get-color-tint($dark)\n )\n) !default;\n\n/// Text step colors are generated based on\n/// how dark or light text can be. The darkest\n/// text color is usually the default text color (white or black).\n/// The darker the $lightest-text-color is, the darker each\n/// stepped color is. If you want to increase text contrast,\n/// make $lightest-text-color darker.\n$text-color: #ffffff;\n\n$darkest-text-color: #888888;\n$lightest-text-color: $text-color;\n\n/// Loop through each color object above\n/// and generate CSS Variables for each\n/// color. Do not use the ion-color function\n/// here because that will set the variable\n/// to evaluate to itself with a fallback.\n/// For example:\n/// --ion-color-primary: #{ion-color(primary, base)};\n/// Maps to:\n/// --ion-color-primary: var(--ion-color-primary, #...);\n\n/// We apply certain styles to the per-mode classes (ios and md)\n/// as opposed to setting everything in :root\n// so any high contrast dark styles override the standard\n/// contrast dark styles.\n@mixin high-contrast-dark-base-theme() {\n & {\n @each $color-name, $value in $colors {\n --ion-color-#{$color-name}: #{map.get($value, base)};\n --ion-color-#{$color-name}-rgb: #{color-to-rgb-list(map.get($value, base))};\n --ion-color-#{$color-name}-contrast: #{map.get($value, contrast)};\n --ion-color-#{$color-name}-contrast-rgb: #{color-to-rgb-list(map.get($value, contrast))};\n --ion-color-#{$color-name}-shade: #{map.get($value, shade)};\n --ion-color-#{$color-name}-tint: #{map.get($value, tint)};\n }\n\n --ion-placeholder-opacity: 0.8;\n }\n}\n\n@mixin high-contrast-dark-ios-theme() {\n & {\n $background-color: #000000;\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-item-background: #000000;\n --ion-card-background: #1c1c1d;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: var(--ion-background-color-step-400);\n\n --ion-text-color-step-50: #{mix($darkest-text-color, $lightest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($darkest-text-color, $lightest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($darkest-text-color, $lightest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($darkest-text-color, $lightest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($darkest-text-color, $lightest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($darkest-text-color, $lightest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($darkest-text-color, $lightest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($darkest-text-color, $lightest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($darkest-text-color, $lightest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($darkest-text-color, $lightest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($darkest-text-color, $lightest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($darkest-text-color, $lightest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($darkest-text-color, $lightest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($darkest-text-color, $lightest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($darkest-text-color, $lightest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($darkest-text-color, $lightest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($darkest-text-color, $lightest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($darkest-text-color, $lightest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($darkest-text-color, $lightest-text-color, 95%)};\n\n --ion-background-color-step-50: #{mix($text-color, $background-color, 5%)};\n --ion-background-color-step-100: #{mix($text-color, $background-color, 10%)};\n --ion-background-color-step-150: #{mix($text-color, $background-color, 15%)};\n --ion-background-color-step-200: #{mix($text-color, $background-color, 20%)};\n --ion-background-color-step-250: #{mix($text-color, $background-color, 25%)};\n --ion-background-color-step-300: #{mix($text-color, $background-color, 30%)};\n --ion-background-color-step-350: #{mix($text-color, $background-color, 35%)};\n --ion-background-color-step-400: #{mix($text-color, $background-color, 40%)};\n --ion-background-color-step-450: #{mix($text-color, $background-color, 45%)};\n --ion-background-color-step-500: #{mix($text-color, $background-color, 50%)};\n --ion-background-color-step-550: #{mix($text-color, $background-color, 55%)};\n --ion-background-color-step-600: #{mix($text-color, $background-color, 60%)};\n --ion-background-color-step-650: #{mix($text-color, $background-color, 65%)};\n --ion-background-color-step-700: #{mix($text-color, $background-color, 70%)};\n --ion-background-color-step-750: #{mix($text-color, $background-color, 75%)};\n --ion-background-color-step-800: #{mix($text-color, $background-color, 80%)};\n --ion-background-color-step-850: #{mix($text-color, $background-color, 85%)};\n --ion-background-color-step-900: #{mix($text-color, $background-color, 90%)};\n --ion-background-color-step-950: #{mix($text-color, $background-color, 95%)};\n }\n\n // Modal\n // --------------------------------------------------\n\n & ion-modal {\n --ion-background-color: var(--ion-background-color-step-100);\n --ion-toolbar-background: var(--ion-background-color-step-150);\n --ion-toolbar-border-color: var(--ion-background-color-step-250);\n }\n}\n\n@mixin high-contrast-dark-md-theme() {\n & {\n $background-color: #121212;\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-border-color: #222222;\n\n --ion-item-background: #1e1e1e;\n --ion-toolbar-background: #1f1f1f;\n --ion-tab-bar-background: #1f1f1f;\n --ion-card-background: #1e1e1e;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: var(--ion-background-color-step-400);\n\n --ion-text-color-step-50: #{mix($darkest-text-color, $lightest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($darkest-text-color, $lightest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($darkest-text-color, $lightest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($darkest-text-color, $lightest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($darkest-text-color, $lightest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($darkest-text-color, $lightest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($darkest-text-color, $lightest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($darkest-text-color, $lightest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($darkest-text-color, $lightest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($darkest-text-color, $lightest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($darkest-text-color, $lightest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($darkest-text-color, $lightest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($darkest-text-color, $lightest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($darkest-text-color, $lightest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($darkest-text-color, $lightest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($darkest-text-color, $lightest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($darkest-text-color, $lightest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($darkest-text-color, $lightest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($darkest-text-color, $lightest-text-color, 95%)};\n\n --ion-background-color-step-50: #{mix($text-color, $background-color, 5%)};\n --ion-background-color-step-100: #{mix($text-color, $background-color, 10%)};\n --ion-background-color-step-150: #{mix($text-color, $background-color, 15%)};\n --ion-background-color-step-200: #{mix($text-color, $background-color, 20%)};\n --ion-background-color-step-250: #{mix($text-color, $background-color, 25%)};\n --ion-background-color-step-300: #{mix($text-color, $background-color, 30%)};\n --ion-background-color-step-350: #{mix($text-color, $background-color, 35%)};\n --ion-background-color-step-400: #{mix($text-color, $background-color, 40%)};\n --ion-background-color-step-450: #{mix($text-color, $background-color, 45%)};\n --ion-background-color-step-500: #{mix($text-color, $background-color, 50%)};\n --ion-background-color-step-550: #{mix($text-color, $background-color, 55%)};\n --ion-background-color-step-600: #{mix($text-color, $background-color, 60%)};\n --ion-background-color-step-650: #{mix($text-color, $background-color, 65%)};\n --ion-background-color-step-700: #{mix($text-color, $background-color, 70%)};\n --ion-background-color-step-750: #{mix($text-color, $background-color, 75%)};\n --ion-background-color-step-800: #{mix($text-color, $background-color, 80%)};\n --ion-background-color-step-850: #{mix($text-color, $background-color, 85%)};\n --ion-background-color-step-900: #{mix($text-color, $background-color, 90%)};\n --ion-background-color-step-950: #{mix($text-color, $background-color, 95%)};\n }\n\n // Toast\n // --------------------------------------------------\n\n & ion-toast {\n --color: var(--ion-background-color);\n }\n\n & ion-toast::part(button) {\n // Fallback for browsers that don't support color-mix\n color: var(--color);\n }\n\n /* stylelint-disable-next-line order/order */\n @supports (color: color-mix(in lch, plum, pink)) {\n & ion-toast::part(button) {\n color: color-mix(in srgb, var(--color) 73%, var(--button-color));\n }\n }\n\n & ion-toast::part(button cancel) {\n color: var(--color);\n }\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/themes/high-contrast.scss","../../src/css/themes/high-contrast.always.scss"],"names":[],"mappings":"AA4FE;EAEI;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EAGF;EACA;EAEA;EACA;EAEA;EAIA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AC9HJ;AD+IE;;AATA;EACE;;AAGF;EAEE;;AAIF;EACE;IACE;;;AAIJ;EACE","file":"high-contrast.always.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #003fae !default;\n$secondary: #01487b !default;\n$tertiary: #3400e6 !default;\n$success: #004314 !default;\n$warning: #5f4100 !default;\n$danger: #9c000c !default;\n$light: #f4f5f8 !default;\n$medium: #444446 !default;\n$dark: #222428 !default;\n\n$colors: (\n primary: (\n base: $primary,\n contrast: #fff,\n shade: get-color-shade($primary),\n tint: get-color-tint($primary)\n ),\n secondary: (\n base: $secondary,\n contrast: #fff,\n shade: get-color-shade($secondary),\n tint: get-color-tint($secondary)\n ),\n tertiary: (\n base: $tertiary,\n contrast: #fff,\n shade: get-color-shade($tertiary),\n tint: get-color-tint($tertiary)\n ),\n success: (\n base: $success,\n contrast: #fff,\n shade: get-color-shade($success),\n tint: get-color-tint($success)\n ),\n warning: (\n base: $warning,\n contrast: #fff,\n shade: get-color-shade($warning),\n tint: get-color-tint($warning)\n ),\n danger: (\n base: $danger,\n contrast: #fff,\n shade: get-color-shade($danger),\n tint: get-color-tint($danger)\n ),\n light: (\n base: $light,\n contrast: #000,\n shade: get-color-shade($light),\n tint: get-color-tint($light)\n ),\n medium: (\n base: $medium,\n contrast: #fff,\n shade: get-color-shade($medium),\n tint: get-color-tint($medium)\n ),\n dark: (\n base: $dark,\n contrast: #fff,\n shade: get-color-shade($dark),\n tint: get-color-tint($dark)\n )\n) !default;\n\n/// Text step colors are generated based on\n/// how dark or light text can be. The darkest\n/// text color is usually the default text color (white or black).\n/// The darker the $lightest-text-color is, the darker each\n/// stepped color is. If you want to increase text contrast,\n/// make $lightest-text-color darker.\n$background-color: #ffffff;\n$text-color: #000000;\n\n$darkest-text-color: $text-color;\n$lightest-text-color: #888888;\n\n/// Loop through each color object above\n/// and generate CSS Variables for each\n/// color. Do not use the ion-color function\n/// here because that will set the variable\n/// to evaluate to itself with a fallback.\n/// For example:\n/// --ion-color-primary: #{ion-color(primary, base)};\n/// Maps to:\n/// --ion-color-primary: var(--ion-color-primary, #...);\n@mixin high-contrast-light-base-theme() {\n & {\n @each $color-name, $value in $colors {\n --ion-color-#{$color-name}: #{map.get($value, base)};\n --ion-color-#{$color-name}-rgb: #{color-to-rgb-list(map.get($value, base))};\n --ion-color-#{$color-name}-contrast: #{map.get($value, contrast)};\n --ion-color-#{$color-name}-contrast-rgb: #{color-to-rgb-list(map.get($value, contrast))};\n --ion-color-#{$color-name}-shade: #{map.get($value, shade)};\n --ion-color-#{$color-name}-tint: #{map.get($value, tint)};\n }\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-placeholder-opacity: 0.8;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: #7a7a7a;\n\n --ion-text-color-step-50: #{mix($lightest-text-color, $darkest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($lightest-text-color, $darkest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($lightest-text-color, $darkest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($lightest-text-color, $darkest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($lightest-text-color, $darkest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($lightest-text-color, $darkest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($lightest-text-color, $darkest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($lightest-text-color, $darkest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($lightest-text-color, $darkest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($lightest-text-color, $darkest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($lightest-text-color, $darkest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($lightest-text-color, $darkest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($lightest-text-color, $darkest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($lightest-text-color, $darkest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($lightest-text-color, $darkest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($lightest-text-color, $darkest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($lightest-text-color, $darkest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($lightest-text-color, $darkest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($lightest-text-color, $darkest-text-color, 95%)};\n }\n}\n\n@mixin high-contrast-light-md-theme() {\n // Toast\n // --------------------------------------------------\n\n & ion-toast {\n --color: var(--ion-background-color);\n }\n\n & ion-toast::part(button) {\n // Fallback for browsers that don't support color-mix\n color: var(--color);\n }\n\n /* stylelint-disable-next-line order/order */\n @supports (color: color-mix(in lch, plum, pink)) {\n & ion-toast::part(button) {\n color: color-mix(in srgb, var(--color) 70%, var(--button-color));\n }\n }\n\n & ion-toast::part(button cancel) {\n color: var(--color);\n }\n}\n","@import \"./high-contrast\";\n\n:root {\n @include high-contrast-light-base-theme();\n}\n\n:root.md {\n @include high-contrast-light-md-theme();\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/themes/high-contrast.scss","../../src/css/themes/high-contrast.class.scss"],"names":[],"mappings":"AA4FE;EAEI;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EAGF;EACA;EAEA;EACA;EAEA;EAIA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AC9HJ;AD+IE;;AATA;EACE;;AAGF;EAEE;;AAIF;EACE;IACE;;;AAIJ;EACE","file":"high-contrast.class.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #003fae !default;\n$secondary: #01487b !default;\n$tertiary: #3400e6 !default;\n$success: #004314 !default;\n$warning: #5f4100 !default;\n$danger: #9c000c !default;\n$light: #f4f5f8 !default;\n$medium: #444446 !default;\n$dark: #222428 !default;\n\n$colors: (\n primary: (\n base: $primary,\n contrast: #fff,\n shade: get-color-shade($primary),\n tint: get-color-tint($primary)\n ),\n secondary: (\n base: $secondary,\n contrast: #fff,\n shade: get-color-shade($secondary),\n tint: get-color-tint($secondary)\n ),\n tertiary: (\n base: $tertiary,\n contrast: #fff,\n shade: get-color-shade($tertiary),\n tint: get-color-tint($tertiary)\n ),\n success: (\n base: $success,\n contrast: #fff,\n shade: get-color-shade($success),\n tint: get-color-tint($success)\n ),\n warning: (\n base: $warning,\n contrast: #fff,\n shade: get-color-shade($warning),\n tint: get-color-tint($warning)\n ),\n danger: (\n base: $danger,\n contrast: #fff,\n shade: get-color-shade($danger),\n tint: get-color-tint($danger)\n ),\n light: (\n base: $light,\n contrast: #000,\n shade: get-color-shade($light),\n tint: get-color-tint($light)\n ),\n medium: (\n base: $medium,\n contrast: #fff,\n shade: get-color-shade($medium),\n tint: get-color-tint($medium)\n ),\n dark: (\n base: $dark,\n contrast: #fff,\n shade: get-color-shade($dark),\n tint: get-color-tint($dark)\n )\n) !default;\n\n/// Text step colors are generated based on\n/// how dark or light text can be. The darkest\n/// text color is usually the default text color (white or black).\n/// The darker the $lightest-text-color is, the darker each\n/// stepped color is. If you want to increase text contrast,\n/// make $lightest-text-color darker.\n$background-color: #ffffff;\n$text-color: #000000;\n\n$darkest-text-color: $text-color;\n$lightest-text-color: #888888;\n\n/// Loop through each color object above\n/// and generate CSS Variables for each\n/// color. Do not use the ion-color function\n/// here because that will set the variable\n/// to evaluate to itself with a fallback.\n/// For example:\n/// --ion-color-primary: #{ion-color(primary, base)};\n/// Maps to:\n/// --ion-color-primary: var(--ion-color-primary, #...);\n@mixin high-contrast-light-base-theme() {\n & {\n @each $color-name, $value in $colors {\n --ion-color-#{$color-name}: #{map.get($value, base)};\n --ion-color-#{$color-name}-rgb: #{color-to-rgb-list(map.get($value, base))};\n --ion-color-#{$color-name}-contrast: #{map.get($value, contrast)};\n --ion-color-#{$color-name}-contrast-rgb: #{color-to-rgb-list(map.get($value, contrast))};\n --ion-color-#{$color-name}-shade: #{map.get($value, shade)};\n --ion-color-#{$color-name}-tint: #{map.get($value, tint)};\n }\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-placeholder-opacity: 0.8;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: #7a7a7a;\n\n --ion-text-color-step-50: #{mix($lightest-text-color, $darkest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($lightest-text-color, $darkest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($lightest-text-color, $darkest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($lightest-text-color, $darkest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($lightest-text-color, $darkest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($lightest-text-color, $darkest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($lightest-text-color, $darkest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($lightest-text-color, $darkest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($lightest-text-color, $darkest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($lightest-text-color, $darkest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($lightest-text-color, $darkest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($lightest-text-color, $darkest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($lightest-text-color, $darkest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($lightest-text-color, $darkest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($lightest-text-color, $darkest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($lightest-text-color, $darkest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($lightest-text-color, $darkest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($lightest-text-color, $darkest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($lightest-text-color, $darkest-text-color, 95%)};\n }\n}\n\n@mixin high-contrast-light-md-theme() {\n // Toast\n // --------------------------------------------------\n\n & ion-toast {\n --color: var(--ion-background-color);\n }\n\n & ion-toast::part(button) {\n // Fallback for browsers that don't support color-mix\n color: var(--color);\n }\n\n /* stylelint-disable-next-line order/order */\n @supports (color: color-mix(in lch, plum, pink)) {\n & ion-toast::part(button) {\n color: color-mix(in srgb, var(--color) 70%, var(--button-color));\n }\n }\n\n & ion-toast::part(button cancel) {\n color: var(--color);\n }\n}\n","@import \"./high-contrast\";\n\n.ion-theme-high-contrast {\n @include high-contrast-light-base-theme();\n}\n\n.ion-theme-high-contrast.md {\n @include high-contrast-light-md-theme();\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/themes/high-contrast.system.scss","../../src/css/themes/high-contrast.scss"],"names":[],"mappings":"AAEA;EC0FE;IAEI;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IAGF;IACA;IAEA;IACA;IAEA;IAIA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;ED7HF;AC8IA;;EATA;IACE;;EAGF;IAEE;;EAIF;IACE;MACE;;;EAIJ;IACE","file":"high-contrast.system.css","sourcesContent":["@import \"./high-contrast\";\n\n@media (prefers-contrast: more) {\n :root {\n @include high-contrast-light-base-theme();\n }\n\n :root.md {\n @include high-contrast-light-md-theme();\n }\n}\n","@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #003fae !default;\n$secondary: #01487b !default;\n$tertiary: #3400e6 !default;\n$success: #004314 !default;\n$warning: #5f4100 !default;\n$danger: #9c000c !default;\n$light: #f4f5f8 !default;\n$medium: #444446 !default;\n$dark: #222428 !default;\n\n$colors: (\n primary: (\n base: $primary,\n contrast: #fff,\n shade: get-color-shade($primary),\n tint: get-color-tint($primary)\n ),\n secondary: (\n base: $secondary,\n contrast: #fff,\n shade: get-color-shade($secondary),\n tint: get-color-tint($secondary)\n ),\n tertiary: (\n base: $tertiary,\n contrast: #fff,\n shade: get-color-shade($tertiary),\n tint: get-color-tint($tertiary)\n ),\n success: (\n base: $success,\n contrast: #fff,\n shade: get-color-shade($success),\n tint: get-color-tint($success)\n ),\n warning: (\n base: $warning,\n contrast: #fff,\n shade: get-color-shade($warning),\n tint: get-color-tint($warning)\n ),\n danger: (\n base: $danger,\n contrast: #fff,\n shade: get-color-shade($danger),\n tint: get-color-tint($danger)\n ),\n light: (\n base: $light,\n contrast: #000,\n shade: get-color-shade($light),\n tint: get-color-tint($light)\n ),\n medium: (\n base: $medium,\n contrast: #fff,\n shade: get-color-shade($medium),\n tint: get-color-tint($medium)\n ),\n dark: (\n base: $dark,\n contrast: #fff,\n shade: get-color-shade($dark),\n tint: get-color-tint($dark)\n )\n) !default;\n\n/// Text step colors are generated based on\n/// how dark or light text can be. The darkest\n/// text color is usually the default text color (white or black).\n/// The darker the $lightest-text-color is, the darker each\n/// stepped color is. If you want to increase text contrast,\n/// make $lightest-text-color darker.\n$background-color: #ffffff;\n$text-color: #000000;\n\n$darkest-text-color: $text-color;\n$lightest-text-color: #888888;\n\n/// Loop through each color object above\n/// and generate CSS Variables for each\n/// color. Do not use the ion-color function\n/// here because that will set the variable\n/// to evaluate to itself with a fallback.\n/// For example:\n/// --ion-color-primary: #{ion-color(primary, base)};\n/// Maps to:\n/// --ion-color-primary: var(--ion-color-primary, #...);\n@mixin high-contrast-light-base-theme() {\n & {\n @each $color-name, $value in $colors {\n --ion-color-#{$color-name}: #{map.get($value, base)};\n --ion-color-#{$color-name}-rgb: #{color-to-rgb-list(map.get($value, base))};\n --ion-color-#{$color-name}-contrast: #{map.get($value, contrast)};\n --ion-color-#{$color-name}-contrast-rgb: #{color-to-rgb-list(map.get($value, contrast))};\n --ion-color-#{$color-name}-shade: #{map.get($value, shade)};\n --ion-color-#{$color-name}-tint: #{map.get($value, tint)};\n }\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-placeholder-opacity: 0.8;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: #7a7a7a;\n\n --ion-text-color-step-50: #{mix($lightest-text-color, $darkest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($lightest-text-color, $darkest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($lightest-text-color, $darkest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($lightest-text-color, $darkest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($lightest-text-color, $darkest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($lightest-text-color, $darkest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($lightest-text-color, $darkest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($lightest-text-color, $darkest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($lightest-text-color, $darkest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($lightest-text-color, $darkest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($lightest-text-color, $darkest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($lightest-text-color, $darkest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($lightest-text-color, $darkest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($lightest-text-color, $darkest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($lightest-text-color, $darkest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($lightest-text-color, $darkest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($lightest-text-color, $darkest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($lightest-text-color, $darkest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($lightest-text-color, $darkest-text-color, 95%)};\n }\n}\n\n@mixin high-contrast-light-md-theme() {\n // Toast\n // --------------------------------------------------\n\n & ion-toast {\n --color: var(--ion-background-color);\n }\n\n & ion-toast::part(button) {\n // Fallback for browsers that don't support color-mix\n color: var(--color);\n }\n\n /* stylelint-disable-next-line order/order */\n @supports (color: color-mix(in lch, plum, pink)) {\n & ion-toast::part(button) {\n color: color-mix(in srgb, var(--color) 70%, var(--button-color));\n }\n }\n\n & ion-toast::part(button cancel) {\n color: var(--color);\n }\n}\n"]}
@@ -1,80 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import { newSpecPage } from "@stencil/core/testing";
5
- import { Item } from "../../components/item/item";
6
- import { Label } from "../../components/label/label";
7
- import { Toggle } from "../../components/toggle/toggle";
8
- import { getAriaLabel } from "../helpers";
9
- // TODO FW-5969
10
- describe.skip('getAriaLabel()', () => {
11
- it('should correctly link component to label', async () => {
12
- const page = await newSpecPage({
13
- components: [Item, Label, Toggle],
14
- html: `
15
- <ion-item>
16
- <ion-label>My Label</ion-label>
17
- <ion-toggle></ion-toggle>
18
- </ion-item>
19
- `,
20
- });
21
- const toggle = page.body.querySelector('ion-toggle');
22
- const { label, labelId, labelText } = getAriaLabel(toggle, 'ion-tg-0');
23
- expect(labelText).toEqual('My Label');
24
- expect(labelId).toEqual('ion-tg-0-lbl');
25
- expect(label).toEqual(page.body.querySelector('ion-label'));
26
- });
27
- it('should correctly link component when using custom label', async () => {
28
- const page = await newSpecPage({
29
- components: [Toggle],
30
- html: `
31
- <div id="my-label">Hello World</div>
32
- <ion-toggle legacy="true" aria-labelledby="my-label"></ion-toggle>
33
- `,
34
- });
35
- const toggle = page.body.querySelector('ion-toggle');
36
- const { label, labelId, labelText } = getAriaLabel(toggle, 'ion-tg-0');
37
- expect(labelText).toEqual('Hello World');
38
- expect(labelId).toEqual('my-label');
39
- expect(label).toEqual(page.body.querySelector('#my-label'));
40
- });
41
- it('should correctly link component when special characters are used', async () => {
42
- const page = await newSpecPage({
43
- components: [Toggle],
44
- html: `
45
- <div id="id.1">Hello World</div>
46
- <ion-toggle legacy="true" aria-labelledby="id.1"></ion-toggle>
47
- `,
48
- });
49
- const toggle = page.body.querySelector('ion-toggle');
50
- const { labelId, labelText } = getAriaLabel(toggle, 'ion-tg-0');
51
- expect(labelText).toEqual('Hello World');
52
- expect(labelId).toEqual('id.1');
53
- });
54
- it('should only set the label id if one was not set already', async () => {
55
- const page = await newSpecPage({
56
- components: [Toggle],
57
- html: `
58
- <label id="my-id" for="id.1">Hello World</label>
59
- <ion-toggle legacy="true" id="id.1"></ion-toggle>
60
- `,
61
- });
62
- const toggle = page.body.querySelector('ion-toggle');
63
- const { labelId, labelText } = getAriaLabel(toggle, 'ion-tg-0');
64
- expect(labelText).toEqual('Hello World');
65
- expect(labelId).toEqual('my-id');
66
- });
67
- it('should set label id', async () => {
68
- const page = await newSpecPage({
69
- components: [Toggle],
70
- html: `
71
- <label for="id.1">Hello World</label>
72
- <ion-toggle legacy="true" id="id.1"></ion-toggle>
73
- `,
74
- });
75
- const toggle = page.body.querySelector('ion-toggle');
76
- const { labelId, labelText } = getAriaLabel(toggle, 'ion-tg-0');
77
- expect(labelText).toEqual('Hello World');
78
- expect(labelId).toEqual('id.1-lbl');
79
- });
80
- });
@@ -1,4 +0,0 @@
1
- import{__spreadArray}from"tslib";
2
- /*!
3
- * (C) Ionic http://ionicframework.com - MIT License
4
- */import{w as win}from"./index-a5d50daf.js";import{r as raf}from"./helpers-f51cf76f.js";var animationPrefix;var processKeyframes=function(n){n.forEach((function(n){for(var r in n){if(n.hasOwnProperty(r)){var e=n[r];if(r==="easing"){var t="animation-timing-function";n[t]=e;delete n[r]}else{var t=convertCamelCaseToHypen(r);if(t!==r){n[t]=e;delete n[r]}}}}}));return n};var convertCamelCaseToHypen=function(n){return n.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()};var getAnimationPrefix=function(n){if(animationPrefix===undefined){var r=n.style.animationName!==undefined;var e=n.style.webkitAnimationName!==undefined;animationPrefix=!r&&e?"-webkit-":""}return animationPrefix};var setStyleProperty=function(n,r,e){var t=r.startsWith("animation")?getAnimationPrefix(n):"";n.style.setProperty(t+r,e)};var removeStyleProperty=function(n,r){var e=r.startsWith("animation")?getAnimationPrefix(n):"";n.style.removeProperty(e+r)};var animationEnd=function(n,r){var e;var t={passive:true};var i=function(){if(e){e()}};var a=function(e){if(n===e.target){i();r(e)}};if(n){n.addEventListener("webkitAnimationEnd",a,t);n.addEventListener("animationend",a,t);e=function(){n.removeEventListener("webkitAnimationEnd",a,t);n.removeEventListener("animationend",a,t)}}return i};var generateKeyframeRules=function(n){if(n===void 0){n=[]}return n.map((function(n){var r=n.offset;var e=[];for(var t in n){if(n.hasOwnProperty(t)&&t!=="offset"){e.push("".concat(t,": ").concat(n[t],";"))}}return"".concat(r*100,"% { ").concat(e.join(" ")," }")})).join(" ")};var keyframeIds=[];var generateKeyframeName=function(n){var r=keyframeIds.indexOf(n);if(r<0){r=keyframeIds.push(n)-1}return"ion-animation-".concat(r)};var getStyleContainer=function(n){var r=n.getRootNode!==undefined?n.getRootNode():n;return r.head||r};var createKeyframeStylesheet=function(n,r,e){var t;var i=getStyleContainer(e);var a=getAnimationPrefix(e);var f=i.querySelector("#"+n);if(f){return f}var o=((t=e.ownerDocument)!==null&&t!==void 0?t:document).createElement("style");o.id=n;o.textContent="@".concat(a,"keyframes ").concat(n," { ").concat(r," } @").concat(a,"keyframes ").concat(n,"-alt { ").concat(r," }");i.appendChild(o);return o};var addClassToArray=function(n,r){if(n===void 0){n=[]}if(r!==undefined){var e=Array.isArray(r)?r:[r];return __spreadArray(__spreadArray([],n,true),e,true)}return n};var createAnimation=function(n){var r;var e;var t;var i;var a;var f;var o=[];var u=[];var v=[];var l=false;var s;var c={};var d=[];var y=[];var m={};var p=0;var S=false;var P=false;var g;var A;var C;var b;var T=true;var k=false;var E=true;var _;var x;var K=false;var h=n;var w=[];var I=[];var R=[];var F=[];var D=[];var W=[];var j=[];var H=[];var M=[];var N=[];var $=[];var z=typeof AnimationEffect==="function"||win!==undefined&&typeof win.AnimationEffect==="function";var Z=typeof Element==="function"&&typeof Element.prototype.animate==="function"&&z;var q=100;var B=function(){return $};var G=function(n){D.forEach((function(r){r.destroy(n)}));J(n);F.length=0;D.length=0;o.length=0;X();l=false;E=true;return x};var J=function(n){Y();if(n){nn()}};var L=function(){S=false;P=false;E=true;A=undefined;C=undefined;b=undefined;p=0;k=false;T=true;K=false};var O=function(){return p!==0&&!K};var Q=function(n,r){var e=r.findIndex((function(r){return r.c===n}));if(e>-1){r.splice(e,1)}};var U=function(n,r){R.push({c:n,o:r});return x};var V=function(n,r){var e=(r===null||r===void 0?void 0:r.oneTimeCallback)?I:w;e.push({c:n,o:r});return x};var X=function(){w.length=0;I.length=0;return x};var Y=function(){if(Z){$.forEach((function(n){n.cancel()}));$.length=0}else{var n=F.slice();raf((function(){n.forEach((function(n){removeStyleProperty(n,"animation-name");removeStyleProperty(n,"animation-duration");removeStyleProperty(n,"animation-timing-function");removeStyleProperty(n,"animation-iteration-count");removeStyleProperty(n,"animation-delay");removeStyleProperty(n,"animation-play-state");removeStyleProperty(n,"animation-fill-mode");removeStyleProperty(n,"animation-direction")}))}))}};var nn=function(){W.forEach((function(n){if(n===null||n===void 0?void 0:n.parentNode){n.parentNode.removeChild(n)}}));W.length=0};var rn=function(n){j.push(n);return x};var en=function(n){H.push(n);return x};var tn=function(n){M.push(n);return x};var an=function(n){N.push(n);return x};var fn=function(n){u=addClassToArray(u,n);return x};var on=function(n){v=addClassToArray(v,n);return x};var un=function(n){if(n===void 0){n={}}c=n;return x};var vn=function(n){if(n===void 0){n=[]}for(var r=0,e=n;r<e.length;r++){var t=e[r];c[t]=""}return x};var ln=function(n){d=addClassToArray(d,n);return x};var sn=function(n){y=addClassToArray(y,n);return x};var cn=function(n){if(n===void 0){n={}}m=n;return x};var dn=function(n){if(n===void 0){n=[]}for(var r=0,e=n;r<e.length;r++){var t=e[r];m[t]=""}return x};var yn=function(){if(a!==undefined){return a}if(s){return s.getFill()}return"both"};var mn=function(){if(A!==undefined){return A}if(f!==undefined){return f}if(s){return s.getDirection()}return"normal"};var pn=function(){if(S){return"linear"}if(t!==undefined){return t}if(s){return s.getEasing()}return"linear"};var Sn=function(){if(P){return 0}if(C!==undefined){return C}if(e!==undefined){return e}if(s){return s.getDuration()}return 0};var Pn=function(){if(i!==undefined){return i}if(s){return s.getIterations()}return 1};var gn=function(){if(b!==undefined){return b}if(r!==undefined){return r}if(s){return s.getDelay()}return 0};var An=function(){return o};var Cn=function(n){f=n;zn(true);return x};var bn=function(n){a=n;zn(true);return x};var Tn=function(n){r=n;zn(true);return x};var kn=function(n){t=n;zn(true);return x};var En=function(n){if(!Z&&n===0){n=1}e=n;zn(true);return x};var _n=function(n){i=n;zn(true);return x};var xn=function(n){s=n;return x};var Kn=function(n){if(n!=null){if(n.nodeType===1){F.push(n)}else if(n.length>=0){for(var r=0;r<n.length;r++){F.push(n[r])}}else{console.error("Invalid addElement value")}}return x};var hn=function(n){if(n!=null){if(Array.isArray(n)){for(var r=0,e=n;r<e.length;r++){var t=e[r];t.parent(x);D.push(t)}}else{n.parent(x);D.push(n)}}return x};var wn=function(n){var r=o!==n;o=n;if(r){In(o)}return x};var In=function(n){if(Z){B().forEach((function(r){var e=r.effect;if(e.setKeyframes){e.setKeyframes(n)}else{var t=new KeyframeEffect(e.target,n,e.getTiming());r.effect=t}}))}else{Wn()}};var Rn=function(){j.forEach((function(n){return n()}));H.forEach((function(n){return n()}));var n=u;var r=v;var e=c;F.forEach((function(t){var i=t.classList;n.forEach((function(n){return i.add(n)}));r.forEach((function(n){return i.remove(n)}));for(var a in e){if(e.hasOwnProperty(a)){setStyleProperty(t,a,e[a])}}}))};var Fn=function(){On();M.forEach((function(n){return n()}));N.forEach((function(n){return n()}));var n=T?1:0;var r=d;var e=y;var t=m;F.forEach((function(n){var i=n.classList;r.forEach((function(n){return i.add(n)}));e.forEach((function(n){return i.remove(n)}));for(var a in t){if(t.hasOwnProperty(a)){setStyleProperty(n,a,t[a])}}}));C=undefined;A=undefined;b=undefined;w.forEach((function(r){return r.c(n,x)}));I.forEach((function(r){return r.c(n,x)}));I.length=0;E=true;if(T){k=true}T=true};var Dn=function(){if(p===0){return}p--;if(p===0){Fn();if(s){s.animationFinish()}}};var Wn=function(r){if(r===void 0){r=true}nn();var e=processKeyframes(o);F.forEach((function(t){if(e.length>0){var i=generateKeyframeRules(e);_=n!==undefined?n:generateKeyframeName(i);var a=createKeyframeStylesheet(_,i,t);W.push(a);setStyleProperty(t,"animation-duration","".concat(Sn(),"ms"));setStyleProperty(t,"animation-timing-function",pn());setStyleProperty(t,"animation-delay","".concat(gn(),"ms"));setStyleProperty(t,"animation-fill-mode",yn());setStyleProperty(t,"animation-direction",mn());var f=Pn()===Infinity?"infinite":Pn().toString();setStyleProperty(t,"animation-iteration-count",f);setStyleProperty(t,"animation-play-state","paused");if(r){setStyleProperty(t,"animation-name","".concat(a.id,"-alt"))}raf((function(){setStyleProperty(t,"animation-name",a.id||null)}))}}))};var jn=function(){F.forEach((function(n){var r=n.animate(o,{id:h,delay:gn(),duration:Sn(),easing:pn(),iterations:Pn(),fill:yn(),direction:mn()});r.pause();$.push(r)}));if($.length>0){$[0].onfinish=function(){Dn()}}};var Hn=function(n){if(n===void 0){n=true}Rn();if(o.length>0){if(Z){jn()}else{Wn(n)}}l=true};var Mn=function(n){n=Math.min(Math.max(n,0),.9999);if(Z){$.forEach((function(r){r.currentTime=r.effect.getComputedTiming().delay+Sn()*n;r.pause()}))}else{var r="-".concat(Sn()*n,"ms");F.forEach((function(n){if(o.length>0){setStyleProperty(n,"animation-delay",r);setStyleProperty(n,"animation-play-state","paused")}}))}};var Nn=function(n){$.forEach((function(n){n.effect.updateTiming({delay:gn(),duration:Sn(),easing:pn(),iterations:Pn(),fill:yn(),direction:mn()})}));if(n!==undefined){Mn(n)}};var $n=function(n,r){if(n===void 0){n=true}raf((function(){F.forEach((function(e){setStyleProperty(e,"animation-name",_||null);setStyleProperty(e,"animation-duration","".concat(Sn(),"ms"));setStyleProperty(e,"animation-timing-function",pn());setStyleProperty(e,"animation-delay",r!==undefined?"-".concat(r*Sn(),"ms"):"".concat(gn(),"ms"));setStyleProperty(e,"animation-fill-mode",yn()||null);setStyleProperty(e,"animation-direction",mn()||null);var t=Pn()===Infinity?"infinite":Pn().toString();setStyleProperty(e,"animation-iteration-count",t);if(n){setStyleProperty(e,"animation-name","".concat(_,"-alt"))}raf((function(){setStyleProperty(e,"animation-name",_||null)}))}))}))};var zn=function(n,r,e){if(n===void 0){n=false}if(r===void 0){r=true}if(n){D.forEach((function(t){t.update(n,r,e)}))}if(Z){Nn(e)}else{$n(r,e)}return x};var Zn=function(n,r){if(n===void 0){n=false}D.forEach((function(e){e.progressStart(n,r)}));Gn();S=n;if(!l){Hn()}zn(false,true,r);return x};var qn=function(n){D.forEach((function(r){r.progressStep(n)}));Mn(n);return x};var Bn=function(n,r,e){S=false;D.forEach((function(t){t.progressEnd(n,r,e)}));if(e!==undefined){C=e}k=false;T=true;if(n===0){A=mn()==="reverse"?"normal":"reverse";if(A==="reverse"){T=false}if(Z){zn();Mn(1-r)}else{b=(1-r)*Sn()*-1;zn(false,false)}}else if(n===1){if(Z){zn();Mn(r)}else{b=r*Sn()*-1;zn(false,false)}}if(n!==undefined&&!s){Yn()}return x};var Gn=function(){if(l){if(Z){$.forEach((function(n){n.pause()}))}else{F.forEach((function(n){setStyleProperty(n,"animation-play-state","paused")}))}K=true}};var Jn=function(){D.forEach((function(n){n.pause()}));Gn();return x};var Ln=function(){g=undefined;Dn()};var On=function(){if(g){clearTimeout(g)}};var Qn=function(){On();raf((function(){F.forEach((function(n){if(o.length>0){setStyleProperty(n,"animation-play-state","running")}}))}));if(o.length===0||F.length===0){Dn()}else{var n=gn()||0;var r=Sn()||0;var e=Pn()||1;if(isFinite(e)){g=setTimeout(Ln,n+r*e+q)}animationEnd(F[0],(function(){On();raf((function(){Un();raf(Dn)}))}))}};var Un=function(){F.forEach((function(n){removeStyleProperty(n,"animation-duration");removeStyleProperty(n,"animation-delay");removeStyleProperty(n,"animation-play-state")}))};var Vn=function(){$.forEach((function(n){n.play()}));if(o.length===0||F.length===0){Dn()}};var Xn=function(){if(Z){Mn(0);Nn()}else{$n()}};var Yn=function(n){return new Promise((function(r){if(n===null||n===void 0?void 0:n.sync){P=true;V((function(){return P=false}),{oneTimeCallback:true})}if(!l){Hn()}if(k){Xn();k=false}if(E){p=D.length+1;E=false}var e=function(){Q(t,I);r()};var t=function(){Q(e,R);r()};V(t,{oneTimeCallback:true});U(e,{oneTimeCallback:true});D.forEach((function(n){n.play()}));if(Z){Vn()}else{Qn()}K=false}))};var nr=function(){D.forEach((function(n){n.stop()}));if(l){Y();l=false}L();R.forEach((function(n){return n.c(0,x)}));R.length=0};var rr=function(n,r){var e;var t=o[0];if(t!==undefined&&(t.offset===undefined||t.offset===0)){t[n]=r}else{o=__spreadArray([(e={offset:0},e[n]=r,e)],o,true)}return x};var er=function(n,r){var e;var t=o[o.length-1];if(t!==undefined&&(t.offset===undefined||t.offset===1)){t[n]=r}else{o=__spreadArray(__spreadArray([],o,true),[(e={offset:1},e[n]=r,e)],false)}return x};var tr=function(n,r,e){return rr(n,r).to(n,e)};return x={parentAnimation:s,elements:F,childAnimations:D,id:h,animationFinish:Dn,from:rr,to:er,fromTo:tr,parent:xn,play:Yn,pause:Jn,stop:nr,destroy:G,keyframes:wn,addAnimation:hn,addElement:Kn,update:zn,fill:bn,direction:Cn,iterations:_n,duration:En,easing:kn,delay:Tn,getWebAnimations:B,getKeyframes:An,getFill:yn,getDirection:mn,getDelay:gn,getIterations:Pn,getEasing:pn,getDuration:Sn,afterAddRead:tn,afterAddWrite:an,afterClearStyles:dn,afterStyles:cn,afterRemoveClass:sn,afterAddClass:ln,beforeAddRead:rn,beforeAddWrite:en,beforeClearStyles:vn,beforeStyles:un,beforeRemoveClass:on,beforeAddClass:fn,onFinish:V,isRunning:O,progressStart:Zn,progressStep:qn,progressEnd:Bn}};export{createAnimation as c};
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{i as initialize}from"./ionic-global-a589c12c.js";var globalScripts=initialize;export{globalScripts as g};
@@ -1,4 +0,0 @@
1
- import{__awaiter,__generator}from"tslib";
2
- /*!
3
- * (C) Ionic http://ionicframework.com - MIT License
4
- */import{c as componentOnReady}from"./helpers-f51cf76f.js";var attachComponent=function(e,n,t,r,o,i){return __awaiter(void 0,void 0,void 0,(function(){var a,u;return __generator(this,(function(c){switch(c.label){case 0:if(e){return[2,e.attachViewToDom(n,t,o,r)]}if(!i&&typeof t!=="string"&&!(t instanceof HTMLElement)){throw new Error("framework delegate is missing")}u=typeof t==="string"?(a=n.ownerDocument)===null||a===void 0?void 0:a.createElement(t):t;if(r){r.forEach((function(e){return u.classList.add(e)}))}if(o){Object.assign(u,o)}n.appendChild(u);return[4,new Promise((function(e){return componentOnReady(u,e)}))];case 1:c.sent();return[2,u]}}))}))};var detachComponent=function(e,n){if(n){if(e){var t=n.parentElement;return e.removeViewFromDom(t,n)}n.remove()}return Promise.resolve()};var CoreDelegate=function(){var e;var n;var t=function(t,r,o,i){if(o===void 0){o={}}if(i===void 0){i=[]}return __awaiter(void 0,void 0,void 0,(function(){var a,u,c,f,s,d,v;return __generator(this,(function(m){switch(m.label){case 0:e=t;if(!r)return[3,2];f=typeof r==="string"?(a=e.ownerDocument)===null||a===void 0?void 0:a.createElement(r):r;i.forEach((function(e){return f.classList.add(e)}));Object.assign(f,o);e.appendChild(f);c=f;return[4,new Promise((function(e){return componentOnReady(f,e)}))];case 1:m.sent();return[3,3];case 2:if(e.children.length>0&&(e.tagName==="ION-MODAL"||e.tagName==="ION-POPOVER")){s=c=e.children[0];if(!s.classList.contains("ion-delegate-host")){d=(u=e.ownerDocument)===null||u===void 0?void 0:u.createElement("div");d.classList.add("ion-delegate-host");i.forEach((function(e){return d.classList.add(e)}));d.append.apply(d,e.children);e.appendChild(d);c=d}}m.label=3;case 3:v=document.querySelector("ion-app")||document.body;n=document.createComment("ionic teleport");e.parentNode.insertBefore(n,e);v.appendChild(e);return[2,c!==null&&c!==void 0?c:e]}}))}))};var r=function(){if(e&&n){n.parentNode.insertBefore(e,n);n.remove()}return Promise.resolve()};return{attachViewToDom:t,removeViewFromDom:r}};export{CoreDelegate as C,attachComponent as a,detachComponent as d};
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{g as getCapacitor}from"./capacitor-59395cbd.js";var ImpactStyle;(function(i){i["Heavy"]="HEAVY";i["Medium"]="MEDIUM";i["Light"]="LIGHT"})(ImpactStyle||(ImpactStyle={}));var NotificationType;(function(i){i["Success"]="SUCCESS";i["Warning"]="WARNING";i["Error"]="ERROR"})(NotificationType||(NotificationType={}));var HapticEngine={getEngine:function(){var i=window.TapticEngine;if(i){return i}var t=getCapacitor();if(t===null||t===void 0?void 0:t.isPluginAvailable("Haptics")){return t.Plugins.Haptics}return undefined},available:function(){var i=this.getEngine();if(!i){return false}var t=getCapacitor();if((t===null||t===void 0?void 0:t.getPlatform())==="web"){return typeof navigator!=="undefined"&&navigator.vibrate!==undefined}return true},isCordova:function(){return window.TapticEngine!==undefined},isCapacitor:function(){return getCapacitor()!==undefined},impact:function(i){var t=this.getEngine();if(!t){return}var n=this.isCapacitor()?i.style:i.style.toLowerCase();t.impact({style:n})},notification:function(i){var t=this.getEngine();if(!t){return}var n=this.isCapacitor()?i.type:i.type.toLowerCase();t.notification({type:n})},selection:function(){var i=this.isCapacitor()?ImpactStyle.Light:"light";this.impact({style:i})},selectionStart:function(){var i=this.getEngine();if(!i){return}if(this.isCapacitor()){i.selectionStart()}else{i.gestureSelectionStart()}},selectionChanged:function(){var i=this.getEngine();if(!i){return}if(this.isCapacitor()){i.selectionChanged()}else{i.gestureSelectionChanged()}},selectionEnd:function(){var i=this.getEngine();if(!i){return}if(this.isCapacitor()){i.selectionEnd()}else{i.gestureSelectionEnd()}}};var hapticAvailable=function(){return HapticEngine.available()};var hapticSelection=function(){hapticAvailable()&&HapticEngine.selection()};var hapticSelectionStart=function(){hapticAvailable()&&HapticEngine.selectionStart()};var hapticSelectionChanged=function(){hapticAvailable()&&HapticEngine.selectionChanged()};var hapticSelectionEnd=function(){hapticAvailable()&&HapticEngine.selectionEnd()};var hapticImpact=function(i){hapticAvailable()&&HapticEngine.impact(i)};export{ImpactStyle as I,hapticSelectionStart as a,hapticSelectionChanged as b,hapticSelection as c,hapticImpact as d,hapticSelectionEnd as h};
@@ -1,4 +0,0 @@
1
- import{__spreadArray}from"tslib";
2
- /*!
3
- * (C) Ionic http://ionicframework.com - MIT License
4
- */var transitionEndAsync=function(a,r){if(r===void 0){r=0}return new Promise((function(i){transitionEnd(a,r,i)}))};var transitionEnd=function(a,r,i){if(r===void 0){r=0}var e;var n;var t={passive:true};var o=500;var u=function(){if(e){e()}};var s=function(r){if(r===undefined||a===r.target){u();i(r)}};if(a){a.addEventListener("webkitTransitionEnd",s,t);a.addEventListener("transitionend",s,t);n=setTimeout(s,r+o);e=function(){if(n!==undefined){clearTimeout(n);n=undefined}a.removeEventListener("webkitTransitionEnd",s,t);a.removeEventListener("transitionend",s,t)}}return u};var componentOnReady=function(a,r){if(a.componentOnReady){a.componentOnReady().then((function(a){return r(a)}))}else{raf((function(){return r(a)}))}};var hasLazyBuild=function(a){return a.componentOnReady!==undefined};var inheritAttributes=function(a,r){if(r===void 0){r=[]}var i={};r.forEach((function(r){if(a.hasAttribute(r)){var e=a.getAttribute(r);if(e!==null){i[r]=a.getAttribute(r)}a.removeAttribute(r)}}));return i};var ariaAttributes=["role","aria-activedescendant","aria-atomic","aria-autocomplete","aria-braillelabel","aria-brailleroledescription","aria-busy","aria-checked","aria-colcount","aria-colindex","aria-colindextext","aria-colspan","aria-controls","aria-current","aria-describedby","aria-description","aria-details","aria-disabled","aria-errormessage","aria-expanded","aria-flowto","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-level","aria-live","aria-multiline","aria-multiselectable","aria-orientation","aria-owns","aria-placeholder","aria-posinset","aria-pressed","aria-readonly","aria-relevant","aria-required","aria-roledescription","aria-rowcount","aria-rowindex","aria-rowindextext","aria-rowspan","aria-selected","aria-setsize","aria-sort","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext"];var inheritAriaAttributes=function(a,r){var i=ariaAttributes;if(r&&r.length>0){i=i.filter((function(a){return!r.includes(a)}))}return inheritAttributes(a,i)};var addEventListener=function(a,r,i,e){var n;if(typeof window!=="undefined"){var t=window;var o=(n=t===null||t===void 0?void 0:t.Ionic)===null||n===void 0?void 0:n.config;if(o){var u=o.get("_ael");if(u){return u(a,r,i,e)}else if(o._ael){return o._ael(a,r,i,e)}}}return a.addEventListener(r,i,e)};var removeEventListener=function(a,r,i,e){var n;if(typeof window!=="undefined"){var t=window;var o=(n=t===null||t===void 0?void 0:t.Ionic)===null||n===void 0?void 0:n.config;if(o){var u=o.get("_rel");if(u){return u(a,r,i,e)}else if(o._rel){return o._rel(a,r,i,e)}}}return a.removeEventListener(r,i,e)};var getElementRoot=function(a,r){if(r===void 0){r=a}return a.shadowRoot||r};var raf=function(a){if(typeof __zone_symbol__requestAnimationFrame==="function"){return __zone_symbol__requestAnimationFrame(a)}if(typeof requestAnimationFrame==="function"){return requestAnimationFrame(a)}return setTimeout(a)};var hasShadowDom=function(a){return!!a.shadowRoot&&!!a.attachShadow};var focusVisibleElement=function(a){a.focus();if(a.classList.contains("ion-focusable")){var r=a.closest("ion-app");if(r){r.setFocus([a])}}};var getAriaLabel=function(a,r){var i;var e=a.getAttribute("aria-labelledby");var n=a.id;var t=e!==null&&e.trim()!==""?e:r+"-lbl";var o=e!==null&&e.trim()!==""?document.getElementById(e):null;if(o){if(e===null){o.id=t}i=o.textContent;o.setAttribute("aria-hidden","true")}else if(n.trim()!==""){o=document.querySelector('label[for="'.concat(n,'"]'));if(o){if(o.id!==""){t=o.id}else{o.id=t="".concat(n,"-lbl")}i=o.textContent}}return{label:o,labelId:t,labelText:i}};var renderHiddenInput=function(a,r,i,e,n){if(a||hasShadowDom(r)){var t=r.querySelector("input.aux-input");if(!t){t=r.ownerDocument.createElement("input");t.type="hidden";t.classList.add("aux-input");r.appendChild(t)}t.disabled=n;t.name=i;t.value=e||""}};var clamp=function(a,r,i){return Math.max(a,Math.min(r,i))};var assert=function(a,r){if(!a){var i="ASSERT: "+r;console.error(i);debugger;throw new Error(i)}};var now=function(a){return a.timeStamp||Date.now()};var pointerCoord=function(a){if(a){var r=a.changedTouches;if(r&&r.length>0){var i=r[0];return{x:i.clientX,y:i.clientY}}if(a.pageX!==undefined){return{x:a.pageX,y:a.pageY}}}return{x:0,y:0}};var isEndSide=function(a){var r=document.dir==="rtl";switch(a){case"start":return r;case"end":return!r;default:throw new Error('"'.concat(a,'" is not a valid value for [side]. Use "start" or "end" instead.'))}};var debounceEvent=function(a,r){var i=a._original||a;return{_original:a,emit:debounce(i.emit.bind(i),r)}};var debounce=function(a,r){if(r===void 0){r=0}var i;return function(){var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}clearTimeout(i);i=setTimeout.apply(void 0,__spreadArray([a,r],e,false))}};var shallowEqualStringMap=function(a,r){a!==null&&a!==void 0?a:a={};r!==null&&r!==void 0?r:r={};if(a===r){return true}var i=Object.keys(a);if(i.length!==Object.keys(r).length){return false}for(var e=0,n=i;e<n.length;e++){var t=n[e];if(!(t in r)){return false}if(a[t]!==r[t]){return false}}return true};export{addEventListener as a,removeEventListener as b,componentOnReady as c,renderHiddenInput as d,debounceEvent as e,focusVisibleElement as f,getElementRoot as g,inheritAttributes as h,inheritAriaAttributes as i,clamp as j,hasLazyBuild as k,getAriaLabel as l,hasShadowDom as m,assert as n,isEndSide as o,debounce as p,now as q,raf as r,shallowEqualStringMap as s,transitionEndAsync as t,pointerCoord as u};
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{d as doc}from"./index-a5d50daf.js";import{q as now,u as pointerCoord}from"./helpers-f51cf76f.js";var startTapClick=function(r){if(doc===undefined){return}var e=-MOUSE_WAIT*10;var n=0;var t;var i;var a;var f=r.getBoolean("animated",true)&&r.getBoolean("rippleEffect",true);var o=new WeakMap;var u=function(r){e=now(r);E(r)};var c=function(r){e=now(r);A(r)};var v=function(r){if(r.button===2){return}var n=now(r)-MOUSE_WAIT;if(e<n){E(r)}};var d=function(r){var n=now(r)-MOUSE_WAIT;if(e<n){A(r)}};var T=function(){if(a)clearTimeout(a);a=undefined;if(t){D(false);t=undefined}};var E=function(r){if(t){return}s(getActivatableTarget(r),r)};var A=function(r){s(undefined,r)};var s=function(r,e){if(r&&r===t){return}if(a)clearTimeout(a);a=undefined;var n=pointerCoord(e),i=n.x,f=n.y;if(t){if(o.has(t)){throw new Error("internal error")}if(!t.classList.contains(ACTIVATED)){l(t,i,f)}D(true)}if(r){var u=o.get(r);if(u){clearTimeout(u);o.delete(r)}r.classList.remove(ACTIVATED);var c=function(){l(r,i,f);a=undefined};if(isInstant(r)){c()}else{a=setTimeout(c,ADD_ACTIVATED_DEFERS)}}t=r};var l=function(r,e,t){n=Date.now();r.classList.add(ACTIVATED);if(!f)return;var a=getRippleEffect(r);if(a!==null){p();i=a.addRipple(e,t)}};var p=function(){if(i!==undefined){i.then((function(r){return r()}));i=undefined}};var D=function(r){p();var e=t;if(!e){return}var i=CLEAR_STATE_DEFERS-Date.now()+n;if(r&&i>0&&!isInstant(e)){var a=setTimeout((function(){e.classList.remove(ACTIVATED);o.delete(e)}),CLEAR_STATE_DEFERS);o.set(e,a)}else{e.classList.remove(ACTIVATED)}};doc.addEventListener("ionGestureCaptured",T);doc.addEventListener("touchstart",u,true);doc.addEventListener("touchcancel",c,true);doc.addEventListener("touchend",c,true);doc.addEventListener("pointercancel",T,true);doc.addEventListener("mousedown",v,true);doc.addEventListener("mouseup",d,true)};var getActivatableTarget=function(r){if(r.composedPath!==undefined){var e=r.composedPath();for(var n=0;n<e.length-2;n++){var t=e[n];if(!(t instanceof ShadowRoot)&&t.classList.contains("ion-activatable")){return t}}}else{return r.target.closest(".ion-activatable")}};var isInstant=function(r){return r.classList.contains("ion-activatable-instant")};var getRippleEffect=function(r){if(r.shadowRoot){var e=r.shadowRoot.querySelector("ion-ripple-effect");if(e){return e}}return r.querySelector("ion-ripple-effect")};var ACTIVATED="ion-activated";var ADD_ACTIVATED_DEFERS=100;var CLEAR_STATE_DEFERS=150;var MOUSE_WAIT=2500;export{startTapClick};
@@ -1,5 +0,0 @@
1
- import{__awaiter,__extends,__generator,__spreadArray}from"tslib";
2
- /*!
3
- * (C) Ionic http://ionicframework.com - MIT License
4
- */var NAMESPACE="ionic";var scopeId;var contentRef;var hostTagName;var useNativeShadowDom=false;var checkSlotFallbackVisibility=false;var checkSlotRelocate=false;var isSvgMode=false;var queuePending=false;var Build={isDev:false,isBrowser:true,isServer:false,isTesting:false};var getAssetPath=function(e){var t=new URL(e,plt.t);return t.origin!==win.location.origin?t.href:t.pathname};var createTime=function(e,t){if(t===void 0){t=""}{return function(){return}}};var uniqueTime=function(e,t){{return function(){return}}};var CONTENT_REF_ID="r";var ORG_LOCATION_ID="o";var SLOT_NODE_ID="s";var TEXT_NODE_ID="t";var HYDRATE_ID="s-id";var HYDRATED_STYLE_ID="sty-id";var HYDRATE_CHILD_ID="c-id";var HYDRATED_CSS="{visibility:hidden}.hydrated{visibility:inherit}";var SLOT_FB_CSS="slot-fb{display:contents}slot-fb[hidden]{display:none}";var XLINK_NS="http://www.w3.org/1999/xlink";var EMPTY_OBJ={};var SVG_NS="http://www.w3.org/2000/svg";var HTML_NS="http://www.w3.org/1999/xhtml";var isDef=function(e){return e!=null};var isComplexType=function(e){e=typeof e;return e==="object"||e==="function"};function queryNonceMetaTagContent(e){var t,r,n;return(n=(r=(t=e.head)===null||t===void 0?void 0:t.querySelector('meta[name="csp-nonce"]'))===null||r===void 0?void 0:r.getAttribute("content"))!==null&&n!==void 0?n:undefined}var h=function(e,t){var r=[];for(var n=2;n<arguments.length;n++){r[n-2]=arguments[n]}var i=null;var a=null;var o=null;var l=false;var f=false;var u=[];var s=function(t){for(var r=0;r<t.length;r++){i=t[r];if(Array.isArray(i)){s(i)}else if(i!=null&&typeof i!=="boolean"){if(l=typeof e!=="function"&&!isComplexType(i)){i=String(i)}if(l&&f){u[u.length-1].i+=i}else{u.push(l?newVNode(null,i):i)}f=l}}};s(r);if(t){if(t.key){a=t.key}if(t.name){o=t.name}{var c=t.className||t.class;if(c){t.class=typeof c!=="object"?c:Object.keys(c).filter((function(e){return c[e]})).join(" ")}}}if(typeof e==="function"){return e(t===null?{}:t,u,vdomFnUtils)}var v=newVNode(e,null);v.o=t;if(u.length>0){v.l=u}{v.u=a}{v.v=o}return v};var newVNode=function(e,t){var r={p:0,h:e,i:t,m:null,l:null};{r.o=null}{r.u=null}{r.v=null}return r};var Host={};var isHost=function(e){return e&&e.h===Host};var vdomFnUtils={forEach:function(e,t){return e.map(convertToPublic).forEach(t)},map:function(e,t){return e.map(convertToPublic).map(t).map(convertToPrivate)}};var convertToPublic=function(e){return{vattrs:e.o,vchildren:e.l,vkey:e.u,vname:e.v,vtag:e.h,vtext:e.i}};var convertToPrivate=function(e){if(typeof e.vtag==="function"){var t=Object.assign({},e.vattrs);if(e.vkey){t.key=e.vkey}if(e.vname){t.name=e.vname}return h.apply(void 0,__spreadArray([e.vtag,t],e.vchildren||[],false))}var r=newVNode(e.vtag,e.vtext);r.o=e.vattrs;r.l=e.vchildren;r.u=e.vkey;r.v=e.vname;return r};var initializeClientHydrate=function(e,t,r,n){var i=createTime("hydrateClient",t);var a=e.shadowRoot;var o=[];var l=[];var f=a?[]:null;var u=n.S=newVNode(t,null);if(!plt.T){initializeDocumentHydrate(doc.body,plt.T=new Map)}e[HYDRATE_ID]=r;e.removeAttribute(HYDRATE_ID);clientHydrate(u,o,l,f,e,e,r);o.map((function(e){var r=e.C+"."+e.N;var n=plt.T.get(r);var i=e.m;if(n&&supportsShadow&&n["s-en"]===""){n.parentNode.insertBefore(i,n.nextSibling)}if(!a){i["s-hn"]=t;if(n){i["s-ol"]=n;i["s-ol"]["s-nr"]=i}}plt.T.delete(r)}));if(a){f.map((function(e){if(e){a.appendChild(e)}}))}i()};var clientHydrate=function(e,t,r,n,i,a,o){var l;var f;var u;var s;if(a.nodeType===1){l=a.getAttribute(HYDRATE_CHILD_ID);if(l){f=l.split(".");if(f[0]===o||f[0]==="0"){u={p:0,C:f[0],N:f[1],_:f[2],R:f[3],h:a.tagName.toLowerCase(),m:a,o:null,l:null,u:null,v:null,i:null};t.push(u);a.removeAttribute(HYDRATE_CHILD_ID);if(!e.l){e.l=[]}e.l[u.R]=u;e=u;if(n&&u._==="0"){n[u.R]=u.m}}}for(s=a.childNodes.length-1;s>=0;s--){clientHydrate(e,t,r,n,i,a.childNodes[s],o)}if(a.shadowRoot){for(s=a.shadowRoot.childNodes.length-1;s>=0;s--){clientHydrate(e,t,r,n,i,a.shadowRoot.childNodes[s],o)}}}else if(a.nodeType===8){f=a.nodeValue.split(".");if(f[1]===o||f[1]==="0"){l=f[0];u={p:0,C:f[1],N:f[2],_:f[3],R:f[4],m:a,o:null,l:null,u:null,v:null,h:null,i:null};if(l===TEXT_NODE_ID){u.m=a.nextSibling;if(u.m&&u.m.nodeType===3){u.i=u.m.textContent;t.push(u);a.remove();if(!e.l){e.l=[]}e.l[u.R]=u;if(n&&u._==="0"){n[u.R]=u.m}}}else if(u.C===o){if(l===SLOT_NODE_ID){u.h="slot";if(f[5]){a["s-sn"]=u.v=f[5]}else{a["s-sn"]=""}a["s-sr"]=true;if(n){u.m=doc.createElement(u.h);if(u.v){u.m.setAttribute("name",u.v)}a.parentNode.insertBefore(u.m,a);a.remove();if(u._==="0"){n[u.R]=u.m}}r.push(u);if(!e.l){e.l=[]}e.l[u.R]=u}else if(l===CONTENT_REF_ID){if(n){a.remove()}else{i["s-cr"]=a;a["s-cn"]=true}}}}}else if(e&&e.h==="style"){var c=newVNode(null,a.textContent);c.m=a;c.R="0";e.l=[c]}};var initializeDocumentHydrate=function(e,t){if(e.nodeType===1){var r=0;for(;r<e.childNodes.length;r++){initializeDocumentHydrate(e.childNodes[r],t)}if(e.shadowRoot){for(r=0;r<e.shadowRoot.childNodes.length;r++){initializeDocumentHydrate(e.shadowRoot.childNodes[r],t)}}}else if(e.nodeType===8){var n=e.nodeValue.split(".");if(n[0]===ORG_LOCATION_ID){t.set(n[1]+"."+n[2],e);e.nodeValue="";e["s-en"]=n[3]}}};var computeMode=function(e){return modeResolutionChain.map((function(t){return t(e)})).find((function(e){return!!e}))};var setMode=function(e){return modeResolutionChain.push(e)};var getMode=function(e){return getHostRef(e).$};var parsePropertyValue=function(e,t){if(e!=null&&!isComplexType(e)){if(t&4){return e==="false"?false:e===""||!!e}if(t&2){return parseFloat(e)}if(t&1){return String(e)}return e}return e};var getElement=function(e){return getHostRef(e).$hostElement$};var createEvent=function(e,t,r){var n=getElement(e);return{emit:function(e){return emitEvent(n,t,{bubbles:!!(r&4),composed:!!(r&2),cancelable:!!(r&1),detail:e})}}};var emitEvent=function(e,t,r){var n=plt.ce(t,r);e.dispatchEvent(n);return n};var rootAppliedStyles=new WeakMap;var registerStyle=function(e,t,r){var n=styles.get(e);if(supportsConstructableStylesheets&&r){n=n||new CSSStyleSheet;if(typeof n==="string"){n=t}else{n.replaceSync(t)}}else{n=t}styles.set(e,n)};var addStyle=function(e,t,r){var n;var i=getScopeId(t,r);var a=styles.get(i);e=e.nodeType===11?e:doc;if(a){if(typeof a==="string"){e=e.head||e;var o=rootAppliedStyles.get(e);var l=void 0;if(!o){rootAppliedStyles.set(e,o=new Set)}if(!o.has(i)){if(e.host&&(l=e.querySelector("[".concat(HYDRATED_STYLE_ID,'="').concat(i,'"]')))){l.innerHTML=a}else{l=doc.createElement("style");l.innerHTML=a;var f=(n=plt.H)!==null&&n!==void 0?n:queryNonceMetaTagContent(doc);if(f!=null){l.setAttribute("nonce",f)}e.insertBefore(l,e.querySelector("link"))}if(t.p&4){l.innerHTML+=SLOT_FB_CSS}if(o){o.add(i)}}}else if(!e.adoptedStyleSheets.includes(a)){e.adoptedStyleSheets=__spreadArray(__spreadArray([],e.adoptedStyleSheets,true),[a],false)}}return i};var attachStyles=function(e){var t=e.D;var r=e.$hostElement$;var n=t.p;var i=createTime("attachStyles",t.k);var a=addStyle(r.shadowRoot?r.shadowRoot:r.getRootNode(),t,e.$);if(n&10){r["s-sc"]=a;r.classList.add(a+"-h");if(n&2){r.classList.add(a+"-s")}}i()};var getScopeId=function(e,t){return"sc-"+(t&&e.p&32?e.k+"-"+t:e.k)};var convertScopedToShadow=function(e){return e.replace(/\/\*!@([^\/]+)\*\/[^\{]+\{/g,"$1{")};var setAccessor=function(e,t,r,n,i,a){if(r!==n){var o=isMemberInElement(e,t);var l=t.toLowerCase();if(t==="class"){var f=e.classList;var u=parseClassList(r);var s=parseClassList(n);f.remove.apply(f,u.filter((function(e){return e&&!s.includes(e)})));f.add.apply(f,s.filter((function(e){return e&&!u.includes(e)})))}else if(t==="style"){{for(var c in r){if(!n||n[c]==null){if(c.includes("-")){e.style.removeProperty(c)}else{e.style[c]=""}}}}for(var c in n){if(!r||n[c]!==r[c]){if(c.includes("-")){e.style.setProperty(c,n[c])}else{e.style[c]=n[c]}}}}else if(t==="key");else if(t==="ref"){if(n){n(e)}}else if(!o&&t[0]==="o"&&t[1]==="n"){if(t[2]==="-"){t=t.slice(3)}else if(isMemberInElement(win,l)){t=l.slice(2)}else{t=l[2]+t.slice(3)}if(r||n){var v=t.endsWith(CAPTURE_EVENT_SUFFIX);t=t.replace(CAPTURE_EVENT_REGEX,"");if(r){plt.rel(e,t,r,v)}if(n){plt.ael(e,t,n,v)}}}else{var d=isComplexType(n);if((o||d&&n!==null)&&!i){try{if(!e.tagName.includes("-")){var p=n==null?"":n;if(t==="list"){o=false}else if(r==null||e[t]!=p){e[t]=p}}else{e[t]=n}}catch(e){}}var h=false;{if(l!==(l=l.replace(/^xlink\:?/,""))){t=l;h=true}}if(n==null||n===false){if(n!==false||e.getAttribute(t)===""){if(h){e.removeAttributeNS(XLINK_NS,t)}else{e.removeAttribute(t)}}}else if((!o||a&4||i)&&!d){n=n===true?"":n;if(h){e.setAttributeNS(XLINK_NS,t,n)}else{e.setAttribute(t,n)}}}}};var parseClassListRegex=/\s/;var parseClassList=function(e){return!e?[]:e.split(parseClassListRegex)};var CAPTURE_EVENT_SUFFIX="Capture";var CAPTURE_EVENT_REGEX=new RegExp(CAPTURE_EVENT_SUFFIX+"$");var updateElement=function(e,t,r,n){var i=t.m.nodeType===11&&t.m.host?t.m.host:t.m;var a=e&&e.o||EMPTY_OBJ;var o=t.o||EMPTY_OBJ;{for(n in a){if(!(n in o)){setAccessor(i,n,a[n],undefined,r,t.p)}}}for(n in o){setAccessor(i,n,a[n],o[n],r,t.p)}};var createElm=function(e,t,r,n){var i=t.l[r];var a=0;var o;var l;var f;if(!useNativeShadowDom){checkSlotRelocate=true;if(i.h==="slot"){if(scopeId){n.classList.add(scopeId+"-s")}i.p|=i.l?2:1}}if(i.i!==null){o=i.m=doc.createTextNode(i.i)}else if(i.p&1){o=i.m=doc.createTextNode("")}else{if(!isSvgMode){isSvgMode=i.h==="svg"}o=i.m=doc.createElementNS(isSvgMode?SVG_NS:HTML_NS,i.p&2?"slot-fb":i.h);if(isSvgMode&&i.h==="foreignObject"){isSvgMode=false}{updateElement(null,i,isSvgMode)}if(isDef(scopeId)&&o["s-si"]!==scopeId){o.classList.add(o["s-si"]=scopeId)}if(i.l){for(a=0;a<i.l.length;++a){l=createElm(e,i,a,o);if(l){o.appendChild(l)}}}{if(i.h==="svg"){isSvgMode=false}else if(o.tagName==="foreignObject"){isSvgMode=true}}}o["s-hn"]=hostTagName;{if(i.p&(2|1)){o["s-sr"]=true;o["s-cr"]=contentRef;o["s-sn"]=i.v||"";f=e&&e.l&&e.l[r];if(f&&f.h===i.h&&e.m){{relocateToHostRoot(e.m)}}}}return o};var relocateToHostRoot=function(e){plt.p|=1;var t=e.closest(hostTagName.toLowerCase());if(t!=null){var r=Array.from(t.childNodes).find((function(e){return e["s-cr"]}));var n=Array.from(e.childNodes);for(var i=0,a=r?n.reverse():n;i<a.length;i++){var o=a[i];if(o["s-sh"]!=null){t.insertBefore(o,r!==null&&r!==void 0?r:null);o["s-sh"]=undefined;checkSlotRelocate=true}}}plt.p&=~1};var putBackInOriginalLocation=function(e,t){plt.p|=1;var r=e.childNodes;for(var n=r.length-1;n>=0;n--){var i=r[n];if(i["s-hn"]!==hostTagName&&i["s-ol"]){parentReferenceNode(i).insertBefore(i,referenceNode(i));i["s-ol"].remove();i["s-ol"]=undefined;i["s-sh"]=undefined;checkSlotRelocate=true}if(t){putBackInOriginalLocation(i,t)}}plt.p&=~1};var addVnodes=function(e,t,r,n,i,a){var o=e["s-cr"]&&e["s-cr"].parentNode||e;var l;if(o.shadowRoot&&o.tagName===hostTagName){o=o.shadowRoot}for(;i<=a;++i){if(n[i]){l=createElm(null,r,i,e);if(l){n[i].m=l;o.insertBefore(l,referenceNode(t))}}}};var removeVnodes=function(e,t,r){for(var n=t;n<=r;++n){var i=e[n];if(i){var a=i.m;nullifyVNodeRefs(i);if(a){{checkSlotFallbackVisibility=true;if(a["s-ol"]){a["s-ol"].remove()}else{putBackInOriginalLocation(a,true)}}a.remove()}}}};var updateChildren=function(e,t,r,n,i){if(i===void 0){i=false}var a=0;var o=0;var l=0;var f=0;var u=t.length-1;var s=t[0];var c=t[u];var v=n.length-1;var d=n[0];var p=n[v];var h;var m;while(a<=u&&o<=v){if(s==null){s=t[++a]}else if(c==null){c=t[--u]}else if(d==null){d=n[++o]}else if(p==null){p=n[--v]}else if(isSameVnode(s,d,i)){patch(s,d,i);s=t[++a];d=n[++o]}else if(isSameVnode(c,p,i)){patch(c,p,i);c=t[--u];p=n[--v]}else if(isSameVnode(s,p,i)){if(s.h==="slot"||p.h==="slot"){putBackInOriginalLocation(s.m.parentNode,false)}patch(s,p,i);e.insertBefore(s.m,c.m.nextSibling);s=t[++a];p=n[--v]}else if(isSameVnode(c,d,i)){if(s.h==="slot"||p.h==="slot"){putBackInOriginalLocation(c.m.parentNode,false)}patch(c,d,i);e.insertBefore(c.m,s.m);c=t[--u];d=n[++o]}else{l=-1;{for(f=a;f<=u;++f){if(t[f]&&t[f].u!==null&&t[f].u===d.u){l=f;break}}}if(l>=0){m=t[l];if(m.h!==d.h){h=createElm(t&&t[o],r,l,e)}else{patch(m,d,i);t[l]=undefined;h=m.m}d=n[++o]}else{h=createElm(t&&t[o],r,o,e);d=n[++o]}if(h){{parentReferenceNode(s.m).insertBefore(h,referenceNode(s.m))}}}}if(a>u){addVnodes(e,n[v+1]==null?null:n[v+1].m,r,n,o,v)}else if(o>v){removeVnodes(t,a,u)}};var isSameVnode=function(e,t,r){if(r===void 0){r=false}if(e.h===t.h){if(e.h==="slot"){return e.v===t.v}if(!r){return e.u===t.u}return true}return false};var referenceNode=function(e){return e&&e["s-ol"]||e};var parentReferenceNode=function(e){return(e["s-ol"]?e["s-ol"]:e).parentNode};var patch=function(e,t,r){if(r===void 0){r=false}var n=t.m=e.m;var i=e.l;var a=t.l;var o=t.h;var l=t.i;var f;if(l===null){{isSvgMode=o==="svg"?true:o==="foreignObject"?false:isSvgMode}{if(o==="slot"&&!useNativeShadowDom){if(e.v!==t.v){t.m["s-sn"]=t.v||"";relocateToHostRoot(t.m.parentElement)}}else{updateElement(e,t,isSvgMode)}}if(i!==null&&a!==null){updateChildren(n,i,t,a,r)}else if(a!==null){if(e.i!==null){n.textContent=""}addVnodes(n,null,t,a,0,a.length-1)}else if(i!==null){removeVnodes(i,0,i.length-1)}if(isSvgMode&&o==="svg"){isSvgMode=false}}else if(f=n["s-cr"]){f.parentNode.textContent=l}else if(e.i!==l){n.data=l}};var updateFallbackSlotVisibility=function(e){var t=e.childNodes;for(var r=0,n=t;r<n.length;r++){var i=n[r];if(i.nodeType===1){if(i["s-sr"]){var a=i["s-sn"];i.hidden=false;for(var o=0,l=t;o<l.length;o++){var f=l[o];if(f!==i){if(f["s-hn"]!==i["s-hn"]||a!==""){if(f.nodeType===1&&(a===f.getAttribute("slot")||a===f["s-sn"])){i.hidden=true;break}}else{if(f.nodeType===1||f.nodeType===3&&f.textContent.trim()!==""){i.hidden=true;break}}}}}updateFallbackSlotVisibility(i)}}};var relocateNodes=[];var markSlotContentForRelocation=function(e){var t;var r;var n;for(var i=0,a=e.childNodes;i<a.length;i++){var o=a[i];if(o["s-sr"]&&(t=o["s-cr"])&&t.parentNode){r=t.parentNode.childNodes;var l=o["s-sn"];var f=function(){t=r[n];if(!t["s-cn"]&&!t["s-nr"]&&t["s-hn"]!==o["s-hn"]&&(!t["s-sh"]||t["s-sh"]!==o["s-hn"])){if(isNodeLocatedInSlot(t,l)){var e=relocateNodes.find((function(e){return e.I===t}));checkSlotFallbackVisibility=true;t["s-sn"]=t["s-sn"]||l;if(e){e.I["s-sh"]=o["s-hn"];e.A=o}else{t["s-sh"]=o["s-hn"];relocateNodes.push({A:o,I:t})}if(t["s-sr"]){relocateNodes.map((function(r){if(isNodeLocatedInSlot(r.I,t["s-sn"])){e=relocateNodes.find((function(e){return e.I===t}));if(e&&!r.A){r.A=e.A}}}))}}else if(!relocateNodes.some((function(e){return e.I===t}))){relocateNodes.push({I:t})}}};for(n=r.length-1;n>=0;n--){f()}}if(o.nodeType===1){markSlotContentForRelocation(o)}}};var isNodeLocatedInSlot=function(e,t){if(e.nodeType===1){if(e.getAttribute("slot")===null&&t===""){return true}if(e.getAttribute("slot")===t){return true}return false}if(e["s-sn"]===t){return true}return t===""};var nullifyVNodeRefs=function(e){{e.o&&e.o.ref&&e.o.ref(null);e.l&&e.l.map(nullifyVNodeRefs)}};var renderVdom=function(e,t,r){if(r===void 0){r=false}var n,i,a,o,l;var f=e.$hostElement$;var u=e.D;var s=e.S||newVNode(null,null);var c=isHost(t)?t:h(null,null,t);hostTagName=f.tagName;if(u.L){c.o=c.o||{};u.L.map((function(e){var t=e[0],r=e[1];return c.o[r]=f[t]}))}if(r&&c.o){for(var v=0,d=Object.keys(c.o);v<d.length;v++){var p=d[v];if(f.hasAttribute(p)&&!["key","ref","style","class"].includes(p)){c.o[p]=f[p]}}}c.h=null;c.p|=4;e.S=c;c.m=s.m=f.shadowRoot||f;{scopeId=f["s-sc"]}useNativeShadowDom=(u.p&1)!==0;{contentRef=f["s-cr"];checkSlotFallbackVisibility=false}patch(s,c,r);{plt.p|=1;if(checkSlotRelocate){markSlotContentForRelocation(c.m);for(var m=0,S=relocateNodes;m<S.length;m++){var g=S[m];var y=g.I;if(!y["s-ol"]){var T=doc.createTextNode("");T["s-nr"]=y;y.parentNode.insertBefore(y["s-ol"]=T,y)}}for(var C=0,N=relocateNodes;C<N.length;C++){var g=N[C];var y=g.I;var _=g.A;if(_){var b=_.parentNode;var E=_.nextSibling;if(E&&E.nodeType===1){var T=(n=y["s-ol"])===null||n===void 0?void 0:n.previousSibling;while(T){var R=(i=T["s-nr"])!==null&&i!==void 0?i:null;if(R&&R["s-sn"]===y["s-sn"]&&b===R.parentNode){R=R.nextSibling;if(!R||!R["s-nr"]){E=R;break}}T=T.previousSibling}}if(!E&&b!==y.parentNode||y.nextSibling!==E){if(y!==E){b.insertBefore(y,E);if(y.nodeType===1){y.hidden=(a=y["s-ih"])!==null&&a!==void 0?a:false}}}}else{if(y.nodeType===1){if(r){y["s-ih"]=(o=y.hidden)!==null&&o!==void 0?o:false}y.hidden=true}}}}if(checkSlotFallbackVisibility){updateFallbackSlotVisibility(c.m)}plt.p&=~1;relocateNodes.length=0}if(u.p&2){for(var $=0,w=c.m.childNodes;$<w.length;$++){var H=w[$];if(H["s-hn"]!==hostTagName&&!H["s-sh"]){if(r&&H["s-ih"]==null){H["s-ih"]=(l=H.hidden)!==null&&l!==void 0?l:false}H.hidden=true}}}contentRef=undefined};var attachToAncestor=function(e,t){if(t&&!e.M&&t["s-p"]){t["s-p"].push(new Promise((function(t){return e.M=t})))}};var scheduleUpdate=function(e,t){{e.p|=16}if(e.p&4){e.p|=512;return}attachToAncestor(e,e.O);var r=function(){return dispatchHooks(e,t)};return writeTask(r)};var dispatchHooks=function(e,t){var r=createTime("scheduleUpdate",e.D.k);var n=e.V;var i;if(t){{e.p|=256;if(e.P){e.P.map((function(e){var t=e[0],r=e[1];return safeCall(n,t,r)}));e.P=undefined}}{i=safeCall(n,"componentWillLoad")}}{i=enqueue(i,(function(){return safeCall(n,"componentWillRender")}))}r();return enqueue(i,(function(){return updateComponent(e,n,t)}))};var enqueue=function(e,t){return isPromisey(e)?e.then(t):t()};var isPromisey=function(e){return e instanceof Promise||e&&e.then&&typeof e.then==="function"};var updateComponent=function(e,t,r){return __awaiter(void 0,void 0,void 0,(function(){var n,i,a,o,l,f,u;return __generator(this,(function(s){i=e.$hostElement$;a=createTime("update",e.D.k);o=i["s-rc"];if(r){attachStyles(e)}l=createTime("render",e.D.k);{callRender(e,t,i,r)}if(o){o.map((function(e){return e()}));i["s-rc"]=undefined}l();a();{f=(n=i["s-p"])!==null&&n!==void 0?n:[];u=function(){return postUpdateComponent(e)};if(f.length===0){u()}else{Promise.all(f).then(u);e.p|=4;f.length=0}}return[2]}))}))};var callRender=function(e,t,r,n){try{t=t.render&&t.render();{e.p&=~16}{e.p|=2}{{{renderVdom(e,t,n)}}}}catch(t){consoleError(t,e.$hostElement$)}return null};var postUpdateComponent=function(e){var t=e.D.k;var r=e.$hostElement$;var n=createTime("postUpdate",t);var i=e.V;var a=e.O;{safeCall(i,"componentDidRender")}if(!(e.p&64)){e.p|=64;{addHydratedFlag(r)}{safeCall(i,"componentDidLoad")}n();{e.F(r);if(!a){appDidLoad()}}}else{{safeCall(i,"componentDidUpdate")}n()}{e.j(r)}{if(e.M){e.M();e.M=undefined}if(e.p&512){nextTick((function(){return scheduleUpdate(e,false)}))}e.p&=~(4|512)}};var forceUpdate=function(e){{var t=getHostRef(e);var r=t.$hostElement$.isConnected;if(r&&(t.p&(2|16))===2){scheduleUpdate(t,false)}return r}};var appDidLoad=function(e){{addHydratedFlag(doc.documentElement)}nextTick((function(){return emitEvent(win,"appload",{detail:{namespace:NAMESPACE}})}))};var safeCall=function(e,t,r){if(e&&e[t]){try{return e[t](r)}catch(e){consoleError(e)}}return undefined};var addHydratedFlag=function(e){return e.classList.add("hydrated")};var getValue=function(e,t){return getHostRef(e).U.get(t)};var setValue=function(e,t,r,n){var i=getHostRef(e);var a=i.$hostElement$;var o=i.U.get(t);var l=i.p;var f=i.V;r=parsePropertyValue(r,n.q[t][0]);var u=Number.isNaN(o)&&Number.isNaN(r);var s=r!==o&&!u;if((!(l&8)||o===undefined)&&s){i.U.set(t,r);if(f){if(n.Y&&l&128){var c=n.Y[t];if(c){c.map((function(e){try{f[e](r,o,t)}catch(e){consoleError(e,a)}}))}}if((l&(2|16))===2){scheduleUpdate(i,false)}}}};var proxyComponent=function(e,t,r){var n;var i=e.prototype;if(t.q){if(e.watchers){t.Y=e.watchers}var a=Object.entries(t.q);a.map((function(e){var n=e[0],a=e[1][0];if(a&31||r&2&&a&32){Object.defineProperty(i,n,{get:function(){return getValue(this,n)},set:function(e){setValue(this,n,e,t)},configurable:true,enumerable:true})}else if(r&1&&a&64){Object.defineProperty(i,n,{value:function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}var r;var i=getHostRef(this);return(r=i===null||i===void 0?void 0:i.B)===null||r===void 0?void 0:r.then((function(){var t;return(t=i.V)===null||t===void 0?void 0:t[n].apply(t,e)}))}})}}));if(r&1){var o=new Map;i.attributeChangedCallback=function(e,r,n){var a=this;plt.jmp((function(){var l;var f=o.get(e);if(a.hasOwnProperty(f)){n=a[f];delete a[f]}else if(i.hasOwnProperty(f)&&typeof a[f]==="number"&&a[f]==n){return}else if(f==null){var u=getHostRef(a);var s=u===null||u===void 0?void 0:u.p;if(s&&!(s&8)&&s&128&&n!==r){var c=u.V;var v=(l=t.Y)===null||l===void 0?void 0:l[e];v===null||v===void 0?void 0:v.forEach((function(t){if(c[t]!=null){c[t].call(c,n,r,e)}}))}return}a[f]=n===null&&typeof a[f]==="boolean"?false:n}))};e.observedAttributes=Array.from(new Set(__spreadArray(__spreadArray([],Object.keys((n=t.Y)!==null&&n!==void 0?n:{}),true),a.filter((function(e){var t=e[0],r=e[1];return r[0]&15})).map((function(e){var r=e[0],n=e[1];var i;var a=n[1]||r;o.set(a,r);if(n[0]&512){(i=t.L)===null||i===void 0?void 0:i.push([r,a])}return a})),true)))}}return e};var initializeComponent=function(e,t,r,n){return __awaiter(void 0,void 0,void 0,(function(){var n,i,a,o,l,f,u,s,c;return __generator(this,(function(v){switch(v.label){case 0:if(!((t.p&32)===0))return[3,5];t.p|=32;i=r.X;if(!i)return[3,3];n=loadModule(r);if(!n.then)return[3,2];a=uniqueTime();return[4,n];case 1:n=v.sent();a();v.label=2;case 2:if(!n.isProxied){{r.Y=n.watchers}proxyComponent(n,r,2);n.isProxied=true}o=createTime("createInstance",r.k);{t.p|=8}try{new n(t)}catch(e){consoleError(e)}{t.p&=~8}{t.p|=128}o();fireConnectedCallback(t.V);return[3,4];case 3:n=e.constructor;customElements.whenDefined(r.k).then((function(){return t.p|=128}));v.label=4;case 4:if(n.style){l=n.style;if(typeof l!=="string"){l=l[t.$=computeMode(e)]}f=getScopeId(r,t.$);if(!styles.has(f)){u=createTime("registerStyles",r.k);registerStyle(f,l,!!(r.p&1));u()}}v.label=5;case 5:s=t.O;c=function(){return scheduleUpdate(t,true)};if(s&&s["s-rc"]){s["s-rc"].push(c)}else{c()}return[2]}}))}))};var fireConnectedCallback=function(e){{safeCall(e,"connectedCallback")}};var connectedCallback=function(e){if((plt.p&1)===0){var t=getHostRef(e);var r=t.D;var n=createTime("connectedCallback",r.k);if(!(t.p&1)){t.p|=1;var i=void 0;{i=e.getAttribute(HYDRATE_ID);if(i){if(r.p&1){var a=addStyle(e.shadowRoot,r,e.getAttribute("s-mode"));e.classList.remove(a+"-h",a+"-s")}initializeClientHydrate(e,r.k,i,t)}}if(!i){if(r.p&(4|8)){setContentReference(e)}}{var o=e;while(o=o.parentNode||o.host){if(o.nodeType===1&&o.hasAttribute("s-id")&&o["s-p"]||o["s-p"]){attachToAncestor(t,t.O=o);break}}}if(r.q){Object.entries(r.q).map((function(t){var r=t[0],n=t[1][0];if(n&31&&e.hasOwnProperty(r)){var i=e[r];delete e[r];e[r]=i}}))}{initializeComponent(e,t,r)}}else{addHostEventListeners(e,t,r.W);if(t===null||t===void 0?void 0:t.V){fireConnectedCallback(t.V)}else if(t===null||t===void 0?void 0:t.G){t.G.then((function(){return fireConnectedCallback(t.V)}))}}n()}};var setContentReference=function(e){var t=e["s-cr"]=doc.createComment("");t["s-cn"]=true;e.insertBefore(t,e.firstChild)};var disconnectInstance=function(e){{safeCall(e,"disconnectedCallback")}};var disconnectedCallback=function(e){return __awaiter(void 0,void 0,void 0,(function(){var t;return __generator(this,(function(r){if((plt.p&1)===0){t=getHostRef(e);{if(t.J){t.J.map((function(e){return e()}));t.J=undefined}}if(t===null||t===void 0?void 0:t.V){disconnectInstance(t.V)}else if(t===null||t===void 0?void 0:t.G){t.G.then((function(){return disconnectInstance(t.V)}))}}return[2]}))}))};var patchPseudoShadowDom=function(e,t){patchCloneNode(e);patchSlotAppendChild(e);patchSlotAppend(e);patchSlotPrepend(e);patchSlotInsertAdjacentElement(e);patchSlotInsertAdjacentHTML(e);patchSlotInsertAdjacentText(e);patchTextContent(e);patchChildSlotNodes(e,t);patchSlotRemoveChild(e)};var patchCloneNode=function(e){var t=e.cloneNode;e.cloneNode=function(e){var r=this;var n=r.shadowRoot&&supportsShadow;var i=t.call(r,n?e:false);if(!n&&e){var a=0;var o=void 0,l=void 0;var f=["s-id","s-cr","s-lr","s-rc","s-sc","s-p","s-cn","s-sr","s-sn","s-hn","s-ol","s-nr","s-si"];for(;a<r.childNodes.length;a++){o=r.childNodes[a]["s-nr"];l=f.every((function(e){return!r.childNodes[a][e]}));if(o){if(i.__appendChild){i.__appendChild(o.cloneNode(true))}else{i.appendChild(o.cloneNode(true))}}if(l){i.appendChild(r.childNodes[a].cloneNode(true))}}}return i}};var patchSlotAppendChild=function(e){e.__appendChild=e.appendChild;e.appendChild=function(e){var t=e["s-sn"]=getSlotName(e);var r=getHostSlotNode(this.childNodes,t);if(r){var n=getHostSlotChildNodes(r,t);var i=n[n.length-1];var a=i.parentNode.insertBefore(e,i.nextSibling);updateFallbackSlotVisibility(this);forceUpdate(this);return a}return this.__appendChild(e)}};var patchSlotRemoveChild=function(e){e.__removeChild=e.removeChild;e.removeChild=function(e){if(e&&typeof e["s-sn"]!=="undefined"){var t=getHostSlotNode(this.childNodes,e["s-sn"]);if(t){var r=getHostSlotChildNodes(t,e["s-sn"]);var n=r.find((function(t){return t===e}));if(n){n.remove();updateFallbackSlotVisibility(this);return}}}return this.__removeChild(e)}};var patchSlotPrepend=function(e){var t=e.prepend;e.prepend=function(){var e=this;var r=[];for(var n=0;n<arguments.length;n++){r[n]=arguments[n]}r.forEach((function(r){if(typeof r==="string"){r=e.ownerDocument.createTextNode(r)}var n=r["s-sn"]=getSlotName(r);var i=getHostSlotNode(e.childNodes,n);if(i){var a=document.createTextNode("");a["s-nr"]=r;i["s-cr"].parentNode.__appendChild(a);r["s-ol"]=a;var o=getHostSlotChildNodes(i,n);var l=o[0];return l.parentNode.insertBefore(r,l.nextSibling)}if(r.nodeType===1&&!!r.getAttribute("slot")){r.hidden=true}return t.call(e,r)}))}};var patchSlotAppend=function(e){e.append=function(){var e=this;var t=[];for(var r=0;r<arguments.length;r++){t[r]=arguments[r]}t.forEach((function(t){if(typeof t==="string"){t=e.ownerDocument.createTextNode(t)}e.appendChild(t)}))}};var patchSlotInsertAdjacentHTML=function(e){var t=e.insertAdjacentHTML;e.insertAdjacentHTML=function(e,r){if(e!=="afterbegin"&&e!=="beforeend"){return t.call(this,e,r)}var n=this.ownerDocument.createElement("_");var i;n.innerHTML=r;if(e==="afterbegin"){while(i=n.firstChild){this.prepend(i)}}else if(e==="beforeend"){while(i=n.firstChild){this.append(i)}}}};var patchSlotInsertAdjacentText=function(e){e.insertAdjacentText=function(e,t){this.insertAdjacentHTML(e,t)}};var patchSlotInsertAdjacentElement=function(e){var t=e.insertAdjacentElement;e.insertAdjacentElement=function(e,r){if(e!=="afterbegin"&&e!=="beforeend"){return t.call(this,e,r)}if(e==="afterbegin"){this.prepend(r);return r}else if(e==="beforeend"){this.append(r);return r}return r}};var patchTextContent=function(e){var t=Object.getOwnPropertyDescriptor(Node.prototype,"textContent");Object.defineProperty(e,"__textContent",t);{Object.defineProperty(e,"textContent",{get:function(){var e=getAllChildSlotNodes(this.childNodes);var t=e.map((function(e){var t,r;var n=[];var i=e.nextSibling;while(i&&i["s-sn"]===e["s-sn"]){if(i.nodeType===3||i.nodeType===1){n.push((r=(t=i.textContent)===null||t===void 0?void 0:t.trim())!==null&&r!==void 0?r:"")}i=i.nextSibling}return n.filter((function(e){return e!==""})).join(" ")})).filter((function(e){return e!==""})).join(" ");return" "+t+" "},set:function(e){var t=this;var r=getAllChildSlotNodes(this.childNodes);r.forEach((function(r){var n=r.nextSibling;while(n&&n["s-sn"]===r["s-sn"]){var i=n;n=n.nextSibling;i.remove()}if(r["s-sn"]===""){var a=t.ownerDocument.createTextNode(e);a["s-sn"]="";r.parentElement.insertBefore(a,r.nextSibling)}else{r.remove()}}))}})}};var patchChildSlotNodes=function(e,t){var r=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.item=function(e){return this[e]};return t}(Array);if(t.p&8){var n=e.__lookupGetter__("childNodes");Object.defineProperty(e,"children",{get:function(){return this.childNodes.map((function(e){return e.nodeType===1}))}});Object.defineProperty(e,"childElementCount",{get:function(){return e.children.length}});Object.defineProperty(e,"childNodes",{get:function(){var e=n.call(this);if((plt.p&1)===0&&getHostRef(this).p&2){var t=new r;for(var i=0;i<e.length;i++){var a=e[i]["s-nr"];if(a){t.push(a)}}return t}return r.from(e)}})}};var getAllChildSlotNodes=function(e){var t=[];for(var r=0,n=Array.from(e);r<n.length;r++){var i=n[r];if(i["s-sr"]){t.push(i)}t.push.apply(t,getAllChildSlotNodes(i.childNodes))}return t};var getSlotName=function(e){return e["s-sn"]||e.nodeType===1&&e.getAttribute("slot")||""};var getHostSlotNode=function(e,t){var r=0;var n;for(;r<e.length;r++){n=e[r];if(n["s-sr"]&&n["s-sn"]===t){return n}n=getHostSlotNode(n.childNodes,t);if(n){return n}}return null};var getHostSlotChildNodes=function(e,t){var r=[e];while((e=e.nextSibling)&&e["s-sn"]===t){r.push(e)}return r};var bootstrapLazy=function(e,t){if(t===void 0){t={}}var r;var n=createTime();var i=[];var a=t.exclude||[];var o=win.customElements;var l=doc.head;var f=l.querySelector("meta[charset]");var u=doc.createElement("style");var s=[];var c=doc.querySelectorAll("[".concat(HYDRATED_STYLE_ID,"]"));var v;var d=true;var p=0;Object.assign(plt,t);plt.t=new URL(t.resourcesUrl||"./",doc.baseURI).href;{plt.p|=2}{for(;p<c.length;p++){registerStyle(c[p].getAttribute(HYDRATED_STYLE_ID),convertScopedToShadow(c[p].innerHTML),true)}}var h=false;e.map((function(e){e[1].map((function(t){var r;var n={p:t[0],k:t[1],q:t[2],W:t[3]};if(n.p&4){h=true}{n.q=t[2]}{n.W=t[3]}{n.L=[]}{n.Y=(r=t[4])!==null&&r!==void 0?r:{}}var l=n.k;var f=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;t=r;registerHost(t,n);if(n.p&1){{{t.attachShadow({mode:"open",delegatesFocus:!!(n.p&16)})}}}return r}t.prototype.connectedCallback=function(){var e=this;if(v){clearTimeout(v);v=null}if(d){s.push(this)}else{plt.jmp((function(){return connectedCallback(e)}))}};t.prototype.disconnectedCallback=function(){var e=this;plt.jmp((function(){return disconnectedCallback(e)}))};t.prototype.componentOnReady=function(){return getHostRef(this).G};return t}(HTMLElement);{if(n.p&2){patchPseudoShadowDom(f.prototype,n)}}n.X=e[0];if(!a.includes(l)&&!o.get(l)){i.push(l);o.define(l,proxyComponent(f,n,1))}}))}));if(i.length>0){if(h){u.textContent+=SLOT_FB_CSS}{u.textContent+=i+HYDRATED_CSS}if(u.innerHTML.length){u.setAttribute("data-styles","");var m=(r=plt.H)!==null&&r!==void 0?r:queryNonceMetaTagContent(doc);if(m!=null){u.setAttribute("nonce",m)}l.insertBefore(u,f?f.nextSibling:l.firstChild)}}d=false;if(s.length){s.map((function(e){return e.connectedCallback()}))}else{{plt.jmp((function(){return v=setTimeout(appDidLoad,30)}))}}n()};var addHostEventListeners=function(e,t,r,n){if(r){r.map((function(r){var n=r[0],i=r[1],a=r[2];var o=getHostListenerTarget(e,n);var l=hostListenerProxy(t,a);var f=hostListenerOpts(n);plt.ael(o,i,l,f);(t.J=t.J||[]).push((function(){return plt.rel(o,i,l,f)}))}))}};var hostListenerProxy=function(e,t){return function(r){try{{if(e.p&256){e.V[t](r)}else{(e.P=e.P||[]).push([t,r])}}}catch(e){consoleError(e)}}};var getHostListenerTarget=function(e,t){if(t&4)return doc;if(t&8)return win;if(t&16)return doc.body;return e};var hostListenerOpts=function(e){return supportsListenerOptions?{passive:(e&1)!==0,capture:(e&2)!==0}:(e&2)!==0};var setNonce=function(e){return plt.H=e};var hostRefs=new WeakMap;var getHostRef=function(e){return hostRefs.get(e)};var registerInstance=function(e,t){return hostRefs.set(t.V=e,t)};var registerHost=function(e,t){var r={p:0,$hostElement$:e,D:t,U:new Map};{r.B=new Promise((function(e){return r.j=e}))}{r.G=new Promise((function(e){return r.F=e}));e["s-p"]=[];e["s-rc"]=[]}addHostEventListeners(e,r,t.W);return hostRefs.set(e,r)};var isMemberInElement=function(e,t){return t in e};var consoleError=function(e,t){return(0,console.error)(e,t)};var cmpModules=new Map;var loadModule=function(e,t,r){var n=e.k.replace(/-/g,"_");var i=e.X;var a=cmpModules.get(i);if(a){return a[n]}
5
- /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import("./".concat(i,".entry.js").concat("")).then((function(e){{cmpModules.set(i,e)}return e[n]}),consoleError)};var styles=new Map;var modeResolutionChain=[];var win=typeof window!=="undefined"?window:{};var doc=win.document||{head:{}};var H=win.HTMLElement||function(){function e(){}return e}();var plt={p:0,t:"",jmp:function(e){return e()},raf:function(e){return requestAnimationFrame(e)},ael:function(e,t,r,n){return e.addEventListener(t,r,n)},rel:function(e,t,r,n){return e.removeEventListener(t,r,n)},ce:function(e,t){return new CustomEvent(e,t)}};var setPlatformHelpers=function(e){Object.assign(plt,e)};var supportsShadow=true;var supportsListenerOptions=function(){var e=false;try{doc.addEventListener("e",null,Object.defineProperty({},"passive",{get:function(){e=true}}))}catch(e){}return e}();var promiseResolve=function(e){return Promise.resolve(e)};var supportsConstructableStylesheets=function(){try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(e){}return false}();var queueDomReads=[];var queueDomWrites=[];var queueTask=function(e,t){return function(r){e.push(r);if(!queuePending){queuePending=true;if(t&&plt.p&4){nextTick(flush)}else{plt.raf(flush)}}}};var consume=function(e){for(var t=0;t<e.length;t++){try{e[t](performance.now())}catch(e){consoleError(e)}}e.length=0};var flush=function(){consume(queueDomReads);{consume(queueDomWrites);if(queuePending=queueDomReads.length>0){plt.raf(flush)}}};var nextTick=function(e){return promiseResolve().then(e)};var readTask=queueTask(queueDomReads,false);var writeTask=queueTask(queueDomWrites,true);export{Build as B,H,setPlatformHelpers as a,bootstrapLazy as b,setMode as c,createEvent as d,readTask as e,Host as f,getMode as g,h,getElement as i,forceUpdate as j,getAssetPath as k,promiseResolve as p,registerInstance as r,setNonce as s,writeTask as w};
@@ -1,4 +0,0 @@
1
- import{__awaiter,__generator}from"tslib";
2
- /*!
3
- * (C) Ionic http://ionicframework.com - MIT License
4
- */import{d as doc}from"./index-a5d50daf.js";import{MENU_BACK_BUTTON_PRIORITY}from"./hardware-back-button-fb295e3a.js";import{p as printIonWarning}from"./index-9b0d46f4.js";import{c as componentOnReady}from"./helpers-f51cf76f.js";import{b as getIonMode}from"./ionic-global-a589c12c.js";import{c as createAnimation}from"./animation-9a23ed8d.js";var baseAnimation=function(n){return createAnimation().duration(n?400:300)};var menuOverlayAnimation=function(n){var r;var e;var t=n.width+8;var i=createAnimation();var a=createAnimation();if(n.isEndSide){r=t+"px";e="0px"}else{r=-t+"px";e="0px"}i.addElement(n.menuInnerEl).fromTo("transform","translateX(".concat(r,")"),"translateX(".concat(e,")"));var o=getIonMode(n);var u=o==="ios";var s=u?.2:.25;a.addElement(n.backdropEl).fromTo("opacity",.01,s);return baseAnimation(u).addAnimation([i,a])};var menuPushAnimation=function(n){var r;var e;var t=getIonMode(n);var i=n.width;if(n.isEndSide){r=-i+"px";e=i+"px"}else{r=i+"px";e=-i+"px"}var a=createAnimation().addElement(n.menuInnerEl).fromTo("transform","translateX(".concat(e,")"),"translateX(0px)");var o=createAnimation().addElement(n.contentEl).fromTo("transform","translateX(0px)","translateX(".concat(r,")"));var u=createAnimation().addElement(n.backdropEl).fromTo("opacity",.01,.32);return baseAnimation(t==="ios").addAnimation([a,o,u])};var menuRevealAnimation=function(n){var r=getIonMode(n);var e=n.width*(n.isEndSide?-1:1)+"px";var t=createAnimation().addElement(n.contentEl).fromTo("transform","translateX(0px)","translateX(".concat(e,")"));return baseAnimation(r==="ios").addAnimation(t)};var createMenuController=function(){var n=new Map;var r=[];var e=function(n){return __awaiter(void 0,void 0,void 0,(function(){var r;return __generator(this,(function(e){switch(e.label){case 0:return[4,c(n,true)];case 1:r=e.sent();if(r){return[2,r.open()]}return[2,false]}}))}))};var t=function(n){return __awaiter(void 0,void 0,void 0,(function(){var r;return __generator(this,(function(e){switch(e.label){case 0:return[4,n!==undefined?c(n,true):f()];case 1:r=e.sent();if(r!==undefined){return[2,r.close()]}return[2,false]}}))}))};var i=function(n){return __awaiter(void 0,void 0,void 0,(function(){var r;return __generator(this,(function(e){switch(e.label){case 0:return[4,c(n,true)];case 1:r=e.sent();if(r){return[2,r.toggle()]}return[2,false]}}))}))};var a=function(n,r){return __awaiter(void 0,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:return[4,c(r)];case 1:e=t.sent();if(e){e.disabled=!n}return[2,e]}}))}))};var o=function(n,r){return __awaiter(void 0,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:return[4,c(r)];case 1:e=t.sent();if(e){e.swipeGesture=n}return[2,e]}}))}))};var u=function(n){return __awaiter(void 0,void 0,void 0,(function(){var r,r;return __generator(this,(function(e){switch(e.label){case 0:if(!(n!=null))return[3,2];return[4,c(n)];case 1:r=e.sent();return[2,r!==undefined&&r.isOpen()];case 2:return[4,f()];case 3:r=e.sent();return[2,r!==undefined]}}))}))};var s=function(n){return __awaiter(void 0,void 0,void 0,(function(){var r;return __generator(this,(function(e){switch(e.label){case 0:return[4,c(n)];case 1:r=e.sent();if(r){return[2,!r.disabled]}return[2,false]}}))}))};var c=function(n,e){if(e===void 0){e=false}return __awaiter(void 0,void 0,void 0,(function(){var t,i,a;return __generator(this,(function(o){switch(o.label){case 0:return[4,x()];case 1:o.sent();if(n==="start"||n==="end"){t=r.filter((function(r){return r.side===n&&!r.disabled}));if(t.length>=1){if(t.length>1&&e){printIonWarning('menuController queried for a menu on the "'.concat(n,'" side, but ').concat(t.length," menus were found. The first menu reference will be used. If this is not the behavior you want then pass the ID of the menu instead of its side."),t.map((function(n){return n.el})))}return[2,t[0].el]}i=r.filter((function(r){return r.side===n}));if(i.length>=1){if(i.length>1&&e){printIonWarning('menuController queried for a menu on the "'.concat(n,'" side, but ').concat(i.length," menus were found. The first menu reference will be used. If this is not the behavior you want then pass the ID of the menu instead of its side."),i.map((function(n){return n.el})))}return[2,i[0].el]}}else if(n!=null){return[2,b((function(r){return r.menuId===n}))]}a=b((function(n){return!n.disabled}));if(a){return[2,a]}return[2,r.length>0?r[0].el:undefined]}}))}))};var f=function(){return __awaiter(void 0,void 0,void 0,(function(){return __generator(this,(function(n){switch(n.label){case 0:return[4,x()];case 1:n.sent();return[2,w()]}}))}))};var v=function(){return __awaiter(void 0,void 0,void 0,(function(){return __generator(this,(function(n){switch(n.label){case 0:return[4,x()];case 1:n.sent();return[2,g()]}}))}))};var d=function(){return __awaiter(void 0,void 0,void 0,(function(){return __generator(this,(function(n){switch(n.label){case 0:return[4,x()];case 1:n.sent();return[2,A()]}}))}))};var m=function(r,e){n.set(r,e)};var _=function(n){if(r.indexOf(n)<0){r.push(n)}};var l=function(n){var e=r.indexOf(n);if(e>-1){r.splice(e,1)}};var h=function(n,r,e){return __awaiter(void 0,void 0,void 0,(function(){var t;return __generator(this,(function(i){switch(i.label){case 0:if(A()){return[2,false]}if(!r)return[3,3];return[4,f()];case 1:t=i.sent();if(!(t&&n.el!==t))return[3,3];return[4,t.setOpen(false,false)];case 2:i.sent();i.label=3;case 3:return[2,n._setOpen(r,e)]}}))}))};var p=function(r,e){var t=n.get(r);if(!t){throw new Error("animation not registered")}var i=t(e);return i};var w=function(){return b((function(n){return n._isOpen}))};var g=function(){return r.map((function(n){return n.el}))};var A=function(){return r.some((function(n){return n.isAnimating}))};var b=function(n){var e=r.find(n);if(e!==undefined){return e.el}return undefined};var x=function(){return Promise.all(Array.from(document.querySelectorAll("ion-menu")).map((function(n){return new Promise((function(r){return componentOnReady(n,r)}))})))};m("reveal",menuRevealAnimation);m("push",menuPushAnimation);m("overlay",menuOverlayAnimation);doc===null||doc===void 0?void 0:doc.addEventListener("ionBackButton",(function(n){var r=w();if(r){n.detail.register(MENU_BACK_BUTTON_PRIORITY,(function(){return r.close()}))}}));return{registerAnimation:m,get:c,getMenus:v,getOpen:f,isEnabled:s,swipeGesture:o,isAnimating:d,isOpen:u,enable:a,toggle:i,close:t,open:e,_getOpenSync:w,_createAnimation:p,_register:_,_unregister:l,_setOpen:h}};var menuController=createMenuController();export{menuController as m};
@@ -1,4 +0,0 @@
1
- import{__awaiter,__generator}from"tslib";
2
- /*!
3
- * (C) Ionic http://ionicframework.com - MIT License
4
- */import{w as win,d as doc}from"./index-a5d50daf.js";import{g as getScrollElement,c as scrollByPoint,f as findClosestIonContent}from"./index-86688780.js";import{a as addEventListener,b as removeEventListener,r as raf,c as componentOnReady}from"./helpers-f51cf76f.js";import{a as KeyboardResize,K as Keyboard}from"./keyboard-73175e24.js";import"./index-9b0d46f4.js";import"./capacitor-59395cbd.js";var cloneMap=new WeakMap;var relocateInput=function(n,r,e,t,i){if(t===void 0){t=0}if(i===void 0){i=false}if(cloneMap.has(n)===e){return}if(e){addClone(n,r,t,i)}else{removeClone(n,r)}};var isFocused=function(n){return n===n.getRootNode().activeElement};var addClone=function(n,r,e,t){if(t===void 0){t=false}var i=r.parentNode;var o=r.cloneNode(false);o.classList.add("cloned-input");o.tabIndex=-1;if(t){o.disabled=true}i.appendChild(o);cloneMap.set(n,o);var a=n.ownerDocument;var u=a.dir==="rtl"?9999:-9999;n.style.pointerEvents="none";r.style.transform="translate3d(".concat(u,"px,").concat(e,"px,0) scale(0)")};var removeClone=function(n,r){var e=cloneMap.get(n);if(e){cloneMap.delete(n);e.remove()}n.style.pointerEvents="";r.style.transform=""};var SCROLL_AMOUNT_PADDING=50;var enableHideCaretOnScroll=function(n,r,e){if(!e||!r){return function(){return}}var t=function(e){if(isFocused(r)){relocateInput(n,r,e)}};var i=function(){return relocateInput(n,r,false)};var o=function(){return t(true)};var a=function(){return t(false)};addEventListener(e,"ionScrollStart",o);addEventListener(e,"ionScrollEnd",a);r.addEventListener("blur",i);return function(){removeEventListener(e,"ionScrollStart",o);removeEventListener(e,"ionScrollEnd",a);r.removeEventListener("blur",i)}};var SKIP_SELECTOR="input, textarea, [no-blur], [contenteditable]";var enableInputBlurring=function(){var n=true;var r=false;var e=document;var t=function(){r=true};var i=function(){n=true};var o=function(t){if(r){r=false;return}var i=e.activeElement;if(!i){return}if(i.matches(SKIP_SELECTOR)){return}var o=t.target;if(o===i){return}if(o.matches(SKIP_SELECTOR)||o.closest(SKIP_SELECTOR)){return}n=false;setTimeout((function(){if(!n){i.blur()}}),50)};addEventListener(e,"ionScrollStart",t);e.addEventListener("focusin",i,true);e.addEventListener("touchend",o,false);return function(){removeEventListener(e,"ionScrollStart",t,true);e.removeEventListener("focusin",i,true);e.removeEventListener("touchend",o,false)}};var SCROLL_ASSIST_SPEED=.3;var getScrollData=function(n,r,e,t){var i;var o=(i=n.closest("ion-item,[ion-item]"))!==null&&i!==void 0?i:n;return calcScrollData(o.getBoundingClientRect(),r.getBoundingClientRect(),e,t)};var calcScrollData=function(n,r,e,t){var i=n.top;var o=n.bottom;var a=r.top;var u=Math.min(r.bottom,t-e);var c=a+15;var d=u-SCROLL_AMOUNT_PADDING;var f=d-o;var l=c-i;var s=Math.round(f<0?-f:l>0?-l:0);var v=Math.min(s,i-a);var S=Math.abs(v);var _=S/SCROLL_ASSIST_SPEED;var w=Math.min(400,Math.max(150,_));return{scrollAmount:v,scrollDuration:w,scrollPadding:e,inputSafeY:-(i-c)+4}};var PADDING_TIMER_KEY="$ionPaddingTimer";var setScrollPadding=function(n,r,e){var t=n[PADDING_TIMER_KEY];if(t){clearTimeout(t)}if(r>0){n.style.setProperty("--keyboard-offset","".concat(r,"px"))}else{n[PADDING_TIMER_KEY]=setTimeout((function(){n.style.setProperty("--keyboard-offset","0px");if(e){e()}}),120)}};var setClearScrollPaddingListener=function(n,r,e){var t=function(){if(r){setScrollPadding(r,0,e)}};n.addEventListener("focusout",t,{once:true})};var currentPadding=0;var SKIP_SCROLL_ASSIST="data-ionic-skip-scroll-assist";var enableScrollAssist=function(n,r,e,t,i,o,a,u){if(u===void 0){u=false}var c=o&&(a===undefined||a.mode===KeyboardResize.None);var d=false;var f=win!==undefined?win.innerHeight:0;var l=function(i){if(d===false){d=true;return}jsSetFocus(n,r,e,t,i.detail.keyboardHeight,c,u,f,false)};var s=function(){d=false;win===null||win===void 0?void 0:win.removeEventListener("ionKeyboardDidShow",l);n.removeEventListener("focusout",s,true)};var v=function(){return __awaiter(void 0,void 0,void 0,(function(){return __generator(this,(function(o){if(r.hasAttribute(SKIP_SCROLL_ASSIST)){r.removeAttribute(SKIP_SCROLL_ASSIST);return[2]}jsSetFocus(n,r,e,t,i,c,u,f);win===null||win===void 0?void 0:win.addEventListener("ionKeyboardDidShow",l);n.addEventListener("focusout",s,true);return[2]}))}))};n.addEventListener("focusin",v,true);return function(){n.removeEventListener("focusin",v,true);win===null||win===void 0?void 0:win.removeEventListener("ionKeyboardDidShow",l);n.removeEventListener("focusout",s,true)}};var setManualFocus=function(n){if(document.activeElement===n){return}n.setAttribute(SKIP_SCROLL_ASSIST,"true");n.focus()};var jsSetFocus=function(n,r,e,t,i,o,a,u,c){if(a===void 0){a=false}if(u===void 0){u=0}if(c===void 0){c=true}return __awaiter(void 0,void 0,void 0,(function(){var d,f,l,s,v,S;return __generator(this,(function(_){switch(_.label){case 0:if(!e&&!t){return[2]}d=getScrollData(n,e||t,i,u);if(e&&Math.abs(d.scrollAmount)<4){setManualFocus(r);if(o&&e!==null){setScrollPadding(e,currentPadding);setClearScrollPaddingListener(r,e,(function(){return currentPadding=0}))}return[2]}relocateInput(n,r,true,d.inputSafeY,a);setManualFocus(r);raf((function(){return n.click()}));if(o&&e){currentPadding=d.scrollPadding;setScrollPadding(e,currentPadding)}if(!(typeof window!=="undefined"))return[3,3];l=function(){return __awaiter(void 0,void 0,void 0,(function(){return __generator(this,(function(t){switch(t.label){case 0:if(f!==undefined){clearTimeout(f)}window.removeEventListener("ionKeyboardDidShow",s);window.removeEventListener("ionKeyboardDidShow",l);if(!e)return[3,2];return[4,scrollByPoint(e,0,d.scrollAmount,d.scrollDuration)];case 1:t.sent();t.label=2;case 2:relocateInput(n,r,false,d.inputSafeY);setManualFocus(r);if(o){setClearScrollPaddingListener(r,e,(function(){return currentPadding=0}))}return[2]}}))}))};s=function(){window.removeEventListener("ionKeyboardDidShow",s);window.addEventListener("ionKeyboardDidShow",l)};if(!e)return[3,2];return[4,getScrollElement(e)];case 1:v=_.sent();S=v.scrollHeight-v.clientHeight;if(c&&d.scrollAmount>S-v.scrollTop){if(r.type==="password"){d.scrollAmount+=SCROLL_AMOUNT_PADDING;window.addEventListener("ionKeyboardDidShow",s)}else{window.addEventListener("ionKeyboardDidShow",l)}f=setTimeout(l,1e3);return[2]}_.label=2;case 2:l();_.label=3;case 3:return[2]}}))}))};var INPUT_BLURRING=true;var startInputShims=function(n,r){return __awaiter(void 0,void 0,void 0,(function(){var e,t,i,o,a,u,c,d,f,l,s,v,S,_,w,p;return __generator(this,(function(I){switch(I.label){case 0:if(doc===undefined){return[2]}e=r==="ios";t=r==="android";i=n.getNumber("keyboardHeight",290);o=n.getBoolean("scrollAssist",true);a=n.getBoolean("hideCaretOnScroll",e);u=n.getBoolean("inputBlurring",false);c=n.getBoolean("scrollPadding",true);d=Array.from(doc.querySelectorAll("ion-input, ion-textarea"));f=new WeakMap;l=new WeakMap;return[4,Keyboard.getResizeMode()];case 1:s=I.sent();v=function(n){return __awaiter(void 0,void 0,void 0,(function(){var r,e,u,d,v,S,v;return __generator(this,(function(_){switch(_.label){case 0:return[4,new Promise((function(r){return componentOnReady(n,r)}))];case 1:_.sent();r=n.shadowRoot||n;e=r.querySelector("input")||r.querySelector("textarea");u=findClosestIonContent(n);d=!u?n.closest("ion-footer"):null;if(!e){return[2]}if(!!u&&a&&!f.has(n)){v=enableHideCaretOnScroll(n,e,u);f.set(n,v)}S=e.type==="date"||e.type==="datetime-local";if(!S&&(!!u||!!d)&&o&&!l.has(n)){v=enableScrollAssist(n,e,u,d,i,c,s,t);l.set(n,v)}return[2]}}))}))};S=function(n){if(a){var r=f.get(n);if(r){r()}f.delete(n)}if(o){var r=l.get(n);if(r){r()}l.delete(n)}};if(u&&INPUT_BLURRING){enableInputBlurring()}for(_=0,w=d;_<w.length;_++){p=w[_];v(p)}doc.addEventListener("ionInputDidLoad",(function(n){v(n.detail)}));doc.addEventListener("ionInputDidUnload",(function(n){S(n.detail)}));return[2]}}))}))};export{startInputShims};
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{c as createAnimation}from"./animation-9a23ed8d.js";import{g as getIonPageElement}from"./index-6da05eef.js";import"./index-a5d50daf.js";import"./helpers-f51cf76f.js";import"./index-5d6a0317.js";var mdTransitionAnimation=function(a,i){var n,e,t;var r="40px";var o="0px";var m=i.direction==="back";var s=i.enteringEl;var l=i.leavingEl;var c=getIonPageElement(s);var v=c.querySelector("ion-toolbar");var d=createAnimation();d.addElement(c).fill("both").beforeRemoveClass("ion-page-invisible");if(m){d.duration(((n=i.duration)!==null&&n!==void 0?n:0)||200).easing("cubic-bezier(0.47,0,0.745,0.715)")}else{d.duration(((e=i.duration)!==null&&e!==void 0?e:0)||280).easing("cubic-bezier(0.36,0.66,0.04,1)").fromTo("transform","translateY(".concat(r,")"),"translateY(".concat(o,")")).fromTo("opacity",.01,1)}if(v){var f=createAnimation();f.addElement(v);d.addAnimation(f)}if(l&&m){d.duration(((t=i.duration)!==null&&t!==void 0?t:0)||200).easing("cubic-bezier(0.47,0,0.745,0.715)");var p=createAnimation();p.addElement(getIonPageElement(l)).onFinish((function(a){if(a===1&&p.elements.length>0){p.elements[0].style.setProperty("display","none")}})).fromTo("transform","translateY(".concat(o,")"),"translateY(".concat(r,")")).fromTo("opacity",1,0);d.addAnimation(p)}return d};export{mdTransitionAnimation};