@ionic/core 8.4.4-dev.11741048645.1fe58d92 → 8.4.4-dev.11741101920.155e1c29

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 (697) hide show
  1. package/components/checkbox.js +6 -4
  2. package/components/helpers.js +1 -11
  3. package/components/index6.js +11 -3
  4. package/components/index7.js +2 -2
  5. package/components/index9.js +1 -1
  6. package/components/ion-item-divider.js +2 -2
  7. package/components/ion-item-group.js +1 -1
  8. package/components/ion-item-option.js +2 -2
  9. package/components/ion-item-options.js +1 -1
  10. package/components/ion-item-sliding.js +1 -1
  11. package/components/ion-loading.js +2 -2
  12. package/components/ion-menu-button.js +2 -2
  13. package/components/ion-menu-toggle.js +2 -2
  14. package/components/ion-menu.js +2 -2
  15. package/components/ion-nav-link.js +1 -1
  16. package/components/ion-nav.js +1 -1
  17. package/components/ion-note.js +2 -2
  18. package/components/ion-picker-legacy.js +2 -2
  19. package/components/ion-progress-bar.js +1 -1
  20. package/components/ion-range.js +3 -3
  21. package/components/ion-refresher-content.js +1 -1
  22. package/components/ion-refresher.js +1 -1
  23. package/components/ion-reorder-group.js +1 -1
  24. package/components/ion-reorder.js +1 -1
  25. package/components/ion-router-link.js +2 -2
  26. package/components/ion-router-outlet.js +1 -1
  27. package/components/ion-row.js +1 -1
  28. package/components/ion-searchbar.js +4 -4
  29. package/components/ion-segment-button.js +9 -40
  30. package/components/ion-segment-content.js +1 -1
  31. package/components/ion-segment-view.js +2 -2
  32. package/components/ion-segment.js +2 -2
  33. package/components/ion-select-option.js +1 -1
  34. package/components/ion-select.js +16 -41
  35. package/components/ion-skeleton-text.js +2 -2
  36. package/components/ion-split-pane.js +2 -2
  37. package/components/ion-tab-bar.js +2 -2
  38. package/components/ion-tab-button.js +2 -2
  39. package/components/ion-tab.js +2 -2
  40. package/components/ion-tabs.js +1 -1
  41. package/components/ion-text.js +2 -2
  42. package/components/ion-textarea.js +2 -2
  43. package/components/ion-thumbnail.js +1 -1
  44. package/components/ion-toast.js +2 -2
  45. package/components/ion-toggle.js +6 -4
  46. package/components/label.js +2 -2
  47. package/components/list-header.js +2 -2
  48. package/components/modal.js +259 -35
  49. package/components/picker-column-option.js +2 -2
  50. package/components/picker-column2.js +2 -2
  51. package/components/popover.js +2 -2
  52. package/components/radio-group.js +39 -2
  53. package/components/radio.js +3 -3
  54. package/components/ripple-effect.js +1 -1
  55. package/components/select-modal.js +1 -1
  56. package/components/select-popover.js +1 -1
  57. package/components/spinner.js +1 -1
  58. package/components/title.js +2 -2
  59. package/components/toolbar.js +2 -2
  60. package/css/core.css +1 -1
  61. package/css/core.css.map +1 -1
  62. package/css/global.bundle.css +1 -1
  63. package/css/global.bundle.css.map +1 -1
  64. package/css/ionic.bundle.css +1 -1
  65. package/css/ionic.bundle.css.map +1 -1
  66. package/css/palettes/dark.always.css +1 -1
  67. package/css/palettes/dark.always.css.map +1 -1
  68. package/css/palettes/dark.class.css +1 -1
  69. package/css/palettes/dark.class.css.map +1 -1
  70. package/css/palettes/dark.system.css +1 -1
  71. package/css/palettes/dark.system.css.map +1 -1
  72. package/css/palettes/high-contrast-dark.always.css +1 -1
  73. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  74. package/css/palettes/high-contrast-dark.class.css +1 -1
  75. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  76. package/css/palettes/high-contrast-dark.system.css +1 -1
  77. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  78. package/css/palettes/high-contrast.always.css +1 -1
  79. package/css/palettes/high-contrast.always.css.map +1 -1
  80. package/css/palettes/high-contrast.class.css +1 -1
  81. package/css/palettes/high-contrast.class.css.map +1 -1
  82. package/css/palettes/high-contrast.system.css +1 -1
  83. package/css/palettes/high-contrast.system.css.map +1 -1
  84. package/css/structure.css +1 -1
  85. package/css/structure.css.map +1 -1
  86. package/css/typography.css +1 -1
  87. package/css/typography.css.map +1 -1
  88. package/dist/cjs/{data-21dc0f81.js → data-108e531d.js} +1 -1
  89. package/dist/cjs/{framework-delegate-05579976.js → framework-delegate-55f5683a.js} +1 -1
  90. package/dist/cjs/{helpers-4be3f90d.js → helpers-afaa9001.js} +0 -11
  91. package/dist/cjs/{index-0e360e93.js → index-073c7cdc.js} +2 -2
  92. package/dist/cjs/{index-c441c903.js → index-0d762bba.js} +2 -2
  93. package/dist/cjs/{index-5915f9b3.js → index-2a46a047.js} +11 -3
  94. package/dist/cjs/{index-1ae3f40a.js → index-3652c918.js} +2 -2
  95. package/dist/cjs/{index-ad7a712e.js → index-9509ecad.js} +1 -1
  96. package/dist/cjs/{index-4e14a46e.js → index-e975c92b.js} +4 -4
  97. package/dist/cjs/index.cjs.js +8 -8
  98. package/dist/cjs/{input-shims-e748a364.js → input-shims-cd05268a.js} +5 -3
  99. package/dist/cjs/{input.utils-74e4ec28.js → input.utils-ffb2f81b.js} +2 -2
  100. package/dist/cjs/ion-accordion_2.cjs.entry.js +3 -3
  101. package/dist/cjs/ion-action-sheet.cjs.entry.js +4 -4
  102. package/dist/cjs/ion-alert.cjs.entry.js +4 -4
  103. package/dist/cjs/ion-app_8.cjs.entry.js +14 -14
  104. package/dist/cjs/ion-avatar_3.cjs.entry.js +1 -1
  105. package/dist/cjs/ion-back-button.cjs.entry.js +2 -2
  106. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +2 -2
  107. package/dist/cjs/ion-button_2.cjs.entry.js +2 -2
  108. package/dist/cjs/ion-card_5.cjs.entry.js +1 -1
  109. package/dist/cjs/ion-checkbox.cjs.entry.js +6 -5
  110. package/dist/cjs/ion-col_3.cjs.entry.js +1 -1
  111. package/dist/cjs/ion-datetime-button.cjs.entry.js +3 -3
  112. package/dist/cjs/ion-datetime_3.cjs.entry.js +10 -10
  113. package/dist/cjs/ion-fab_3.cjs.entry.js +2 -2
  114. package/dist/cjs/ion-img.cjs.entry.js +1 -1
  115. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +3 -3
  116. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +2 -2
  117. package/dist/cjs/ion-input.cjs.entry.js +5 -5
  118. package/dist/cjs/ion-item-option_3.cjs.entry.js +7 -7
  119. package/dist/cjs/ion-item_8.cjs.entry.js +13 -13
  120. package/dist/cjs/ion-loading.cjs.entry.js +6 -6
  121. package/dist/cjs/ion-menu_3.cjs.entry.js +12 -12
  122. package/dist/cjs/ion-modal.cjs.entry.js +264 -41
  123. package/dist/cjs/ion-nav_2.cjs.entry.js +7 -7
  124. package/dist/cjs/ion-picker-column-option.cjs.entry.js +3 -3
  125. package/dist/cjs/ion-picker-column.cjs.entry.js +1 -1
  126. package/dist/cjs/ion-picker.cjs.entry.js +1 -1
  127. package/dist/cjs/ion-popover.cjs.entry.js +7 -7
  128. package/dist/cjs/ion-progress-bar.cjs.entry.js +2 -2
  129. package/dist/cjs/ion-radio_2.cjs.entry.js +40 -5
  130. package/dist/cjs/ion-range.cjs.entry.js +6 -6
  131. package/dist/cjs/ion-refresher_2.cjs.entry.js +6 -6
  132. package/dist/cjs/ion-reorder_2.cjs.entry.js +6 -6
  133. package/dist/cjs/ion-ripple-effect.cjs.entry.js +1 -1
  134. package/dist/cjs/ion-route_4.cjs.entry.js +3 -3
  135. package/dist/cjs/ion-searchbar.cjs.entry.js +6 -6
  136. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  137. package/dist/cjs/ion-segment-view.cjs.entry.js +2 -2
  138. package/dist/cjs/ion-segment_2.cjs.entry.js +11 -42
  139. package/dist/cjs/ion-select-modal.cjs.entry.js +5 -5
  140. package/dist/cjs/ion-select_3.cjs.entry.js +22 -48
  141. package/dist/cjs/ion-spinner.cjs.entry.js +1 -1
  142. package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
  143. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +5 -5
  144. package/dist/cjs/ion-tab_2.cjs.entry.js +5 -5
  145. package/dist/cjs/ion-text.cjs.entry.js +2 -2
  146. package/dist/cjs/ion-textarea.cjs.entry.js +6 -6
  147. package/dist/cjs/ion-toast.cjs.entry.js +6 -6
  148. package/dist/cjs/ion-toggle.cjs.entry.js +7 -6
  149. package/dist/cjs/ionic.cjs.js +1 -1
  150. package/dist/cjs/{ios.transition-afdec89f.js → ios.transition-0e664e88.js} +3 -3
  151. package/dist/cjs/loader.cjs.js +1 -1
  152. package/dist/cjs/{md.transition-9f0d3db5.js → md.transition-2e8aef2c.js} +3 -3
  153. package/dist/cjs/{notch-controller-a0c464d1.js → notch-controller-d69150f5.js} +1 -1
  154. package/dist/cjs/{overlays-76b29cd4.js → overlays-65fdaff6.js} +3 -3
  155. package/dist/cjs/{status-tap-fb807fad.js → status-tap-d74f1429.js} +4 -3
  156. package/dist/cjs/{swipe-back-47a52b83.js → swipe-back-0303a5e4.js} +1 -1
  157. package/dist/collection/components/checkbox/checkbox.js +23 -4
  158. package/dist/collection/components/item-divider/item-divider.js +2 -2
  159. package/dist/collection/components/item-group/item-group.js +1 -1
  160. package/dist/collection/components/item-option/item-option.js +2 -2
  161. package/dist/collection/components/item-options/item-options.js +1 -1
  162. package/dist/collection/components/item-sliding/item-sliding.js +1 -1
  163. package/dist/collection/components/label/label.js +2 -2
  164. package/dist/collection/components/list-header/list-header.js +2 -2
  165. package/dist/collection/components/loading/loading.js +2 -2
  166. package/dist/collection/components/menu/menu.js +2 -2
  167. package/dist/collection/components/menu-button/menu-button.js +2 -2
  168. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  169. package/dist/collection/components/modal/animations/ios.enter.js +50 -4
  170. package/dist/collection/components/modal/animations/ios.leave.js +24 -2
  171. package/dist/collection/components/modal/animations/md.enter.js +52 -5
  172. package/dist/collection/components/modal/animations/md.leave.js +26 -3
  173. package/dist/collection/components/modal/animations/sheet.js +11 -2
  174. package/dist/collection/components/modal/gestures/sheet.js +79 -10
  175. package/dist/collection/components/modal/modal.ios.css +16 -0
  176. package/dist/collection/components/modal/modal.js +32 -7
  177. package/dist/collection/components/modal/modal.md.css +6 -0
  178. package/dist/collection/components/nav/nav.js +1 -1
  179. package/dist/collection/components/nav-link/nav-link.js +1 -1
  180. package/dist/collection/components/note/note.js +2 -2
  181. package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
  182. package/dist/collection/components/picker-legacy/picker.js +2 -2
  183. package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
  184. package/dist/collection/components/popover/popover.js +2 -2
  185. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  186. package/dist/collection/components/radio/radio.js +3 -3
  187. package/dist/collection/components/radio-group/radio-group.ios.css +206 -0
  188. package/dist/collection/components/radio-group/radio-group.js +72 -1
  189. package/dist/collection/components/radio-group/radio-group.md.css +206 -0
  190. package/dist/collection/components/range/range.js +3 -3
  191. package/dist/collection/components/refresher/refresher.js +1 -1
  192. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  193. package/dist/collection/components/reorder/reorder.js +1 -1
  194. package/dist/collection/components/reorder-group/reorder-group.js +1 -1
  195. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
  196. package/dist/collection/components/router-link/router-link.js +2 -2
  197. package/dist/collection/components/router-outlet/router-outlet.js +1 -1
  198. package/dist/collection/components/row/row.js +1 -1
  199. package/dist/collection/components/searchbar/searchbar.js +4 -4
  200. package/dist/collection/components/segment/segment.js +2 -2
  201. package/dist/collection/components/segment-button/segment-button.js +9 -40
  202. package/dist/collection/components/segment-content/segment-content.js +1 -1
  203. package/dist/collection/components/segment-view/segment-view.js +2 -2
  204. package/dist/collection/components/select/select.js +32 -40
  205. package/dist/collection/components/select-modal/select-modal.js +1 -1
  206. package/dist/collection/components/select-option/select-option.js +1 -1
  207. package/dist/collection/components/select-popover/select-popover.js +1 -1
  208. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  209. package/dist/collection/components/spinner/spinner.js +1 -1
  210. package/dist/collection/components/split-pane/split-pane.js +2 -2
  211. package/dist/collection/components/tab/tab.js +2 -2
  212. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  213. package/dist/collection/components/tab-button/tab-button.js +2 -2
  214. package/dist/collection/components/tabs/tabs.js +1 -1
  215. package/dist/collection/components/text/text.js +2 -2
  216. package/dist/collection/components/textarea/textarea.js +2 -2
  217. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  218. package/dist/collection/components/title/title.js +2 -2
  219. package/dist/collection/components/toast/toast.js +2 -2
  220. package/dist/collection/components/toggle/toggle.js +23 -4
  221. package/dist/collection/components/toolbar/toolbar.js +6 -2
  222. package/dist/collection/utils/helpers.js +0 -10
  223. package/dist/collection/utils/logging/index.js +10 -3
  224. package/dist/docs.json +163 -2
  225. package/dist/esm/{data-ae11fd43.js → data-b3284b5e.js} +1 -1
  226. package/dist/esm/{framework-delegate-f683816e.js → framework-delegate-63d1a679.js} +1 -1
  227. package/dist/esm/{helpers-9b49d7d2.js → helpers-da915de8.js} +1 -11
  228. package/dist/esm/{index-7ec5519a.js → index-2f7fde3d.js} +4 -4
  229. package/dist/esm/{index-9b0d46f4.js → index-6ad967f3.js} +11 -3
  230. package/dist/esm/{index-5a0f5fd0.js → index-79b30591.js} +1 -1
  231. package/dist/esm/{index-8785a9c6.js → index-cb21eccb.js} +2 -2
  232. package/dist/esm/{index-10f4ed65.js → index-e2cf2ceb.js} +2 -2
  233. package/dist/esm/{index-33f7e3ff.js → index-efb8ecdf.js} +2 -2
  234. package/dist/esm/index.js +8 -8
  235. package/dist/esm/{input-shims-0e65111b.js → input-shims-2fd7c6ef.js} +5 -3
  236. package/dist/esm/{input.utils-1ad8dafc.js → input.utils-961c9f17.js} +2 -2
  237. package/dist/esm/ion-accordion_2.entry.js +3 -3
  238. package/dist/esm/ion-action-sheet.entry.js +4 -4
  239. package/dist/esm/ion-alert.entry.js +4 -4
  240. package/dist/esm/ion-app_8.entry.js +14 -14
  241. package/dist/esm/ion-avatar_3.entry.js +1 -1
  242. package/dist/esm/ion-back-button.entry.js +2 -2
  243. package/dist/esm/ion-breadcrumb_2.entry.js +2 -2
  244. package/dist/esm/ion-button_2.entry.js +2 -2
  245. package/dist/esm/ion-card_5.entry.js +1 -1
  246. package/dist/esm/ion-checkbox.entry.js +6 -5
  247. package/dist/esm/ion-col_3.entry.js +1 -1
  248. package/dist/esm/ion-datetime-button.entry.js +3 -3
  249. package/dist/esm/ion-datetime_3.entry.js +10 -10
  250. package/dist/esm/ion-fab_3.entry.js +2 -2
  251. package/dist/esm/ion-img.entry.js +1 -1
  252. package/dist/esm/ion-infinite-scroll_2.entry.js +3 -3
  253. package/dist/esm/ion-input-password-toggle.entry.js +2 -2
  254. package/dist/esm/ion-input.entry.js +5 -5
  255. package/dist/esm/ion-item-option_3.entry.js +7 -7
  256. package/dist/esm/ion-item_8.entry.js +13 -13
  257. package/dist/esm/ion-loading.entry.js +6 -6
  258. package/dist/esm/ion-menu_3.entry.js +12 -12
  259. package/dist/esm/ion-modal.entry.js +264 -41
  260. package/dist/esm/ion-nav_2.entry.js +7 -7
  261. package/dist/esm/ion-picker-column-option.entry.js +3 -3
  262. package/dist/esm/ion-picker-column.entry.js +1 -1
  263. package/dist/esm/ion-picker.entry.js +1 -1
  264. package/dist/esm/ion-popover.entry.js +7 -7
  265. package/dist/esm/ion-progress-bar.entry.js +2 -2
  266. package/dist/esm/ion-radio_2.entry.js +40 -5
  267. package/dist/esm/ion-range.entry.js +6 -6
  268. package/dist/esm/ion-refresher_2.entry.js +6 -6
  269. package/dist/esm/ion-reorder_2.entry.js +6 -6
  270. package/dist/esm/ion-ripple-effect.entry.js +1 -1
  271. package/dist/esm/ion-route_4.entry.js +3 -3
  272. package/dist/esm/ion-searchbar.entry.js +6 -6
  273. package/dist/esm/ion-segment-content.entry.js +1 -1
  274. package/dist/esm/ion-segment-view.entry.js +2 -2
  275. package/dist/esm/ion-segment_2.entry.js +11 -42
  276. package/dist/esm/ion-select-modal.entry.js +5 -5
  277. package/dist/esm/ion-select_3.entry.js +22 -48
  278. package/dist/esm/ion-spinner.entry.js +1 -1
  279. package/dist/esm/ion-split-pane.entry.js +2 -2
  280. package/dist/esm/ion-tab-bar_2.entry.js +5 -5
  281. package/dist/esm/ion-tab_2.entry.js +5 -5
  282. package/dist/esm/ion-text.entry.js +2 -2
  283. package/dist/esm/ion-textarea.entry.js +6 -6
  284. package/dist/esm/ion-toast.entry.js +6 -6
  285. package/dist/esm/ion-toggle.entry.js +7 -6
  286. package/dist/esm/ionic.js +1 -1
  287. package/dist/esm/{ios.transition-085853ff.js → ios.transition-b1da3753.js} +3 -3
  288. package/dist/esm/loader.js +1 -1
  289. package/dist/esm/{md.transition-33826623.js → md.transition-571b3859.js} +3 -3
  290. package/dist/esm/{notch-controller-3dc61260.js → notch-controller-55b09e11.js} +1 -1
  291. package/dist/esm/{overlays-e3d0d356.js → overlays-5deab4de.js} +3 -3
  292. package/dist/esm/{status-tap-163e8128.js → status-tap-79eac0ac.js} +4 -3
  293. package/dist/esm/{swipe-back-23ee7ab1.js → swipe-back-e5394307.js} +1 -1
  294. package/dist/esm-es5/{data-ae11fd43.js → data-b3284b5e.js} +1 -1
  295. package/dist/esm-es5/{framework-delegate-f683816e.js → framework-delegate-63d1a679.js} +1 -1
  296. package/dist/esm-es5/{helpers-9b49d7d2.js → helpers-da915de8.js} +1 -1
  297. package/dist/esm-es5/{index-7ec5519a.js → index-2f7fde3d.js} +1 -1
  298. package/dist/esm-es5/index-6ad967f3.js +4 -0
  299. package/dist/esm-es5/{index-5a0f5fd0.js → index-79b30591.js} +1 -1
  300. package/dist/esm-es5/{index-8785a9c6.js → index-cb21eccb.js} +1 -1
  301. package/dist/esm-es5/{index-10f4ed65.js → index-e2cf2ceb.js} +1 -1
  302. package/dist/esm-es5/{index-33f7e3ff.js → index-efb8ecdf.js} +1 -1
  303. package/dist/esm-es5/index.js +1 -1
  304. package/dist/esm-es5/input-shims-2fd7c6ef.js +4 -0
  305. package/dist/esm-es5/{input.utils-1ad8dafc.js → input.utils-961c9f17.js} +1 -1
  306. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  307. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  308. package/dist/esm-es5/ion-alert.entry.js +1 -1
  309. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  310. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  311. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  312. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  313. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  314. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  315. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  316. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  317. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  318. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  319. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  320. package/dist/esm-es5/ion-img.entry.js +1 -1
  321. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  322. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  323. package/dist/esm-es5/ion-input.entry.js +1 -1
  324. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  325. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  326. package/dist/esm-es5/ion-loading.entry.js +1 -1
  327. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  328. package/dist/esm-es5/ion-modal.entry.js +1 -1
  329. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  330. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  331. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  332. package/dist/esm-es5/ion-picker.entry.js +1 -1
  333. package/dist/esm-es5/ion-popover.entry.js +1 -1
  334. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  335. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  336. package/dist/esm-es5/ion-range.entry.js +1 -1
  337. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  338. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  339. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  340. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  341. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  342. package/dist/esm-es5/ion-segment-content.entry.js +1 -1
  343. package/dist/esm-es5/ion-segment-view.entry.js +1 -1
  344. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  345. package/dist/esm-es5/ion-select-modal.entry.js +1 -1
  346. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  347. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  348. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  349. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  350. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  351. package/dist/esm-es5/ion-text.entry.js +1 -1
  352. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  353. package/dist/esm-es5/ion-toast.entry.js +1 -1
  354. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  355. package/dist/esm-es5/ionic.js +1 -1
  356. package/dist/esm-es5/{ios.transition-085853ff.js → ios.transition-b1da3753.js} +1 -1
  357. package/dist/esm-es5/loader.js +1 -1
  358. package/dist/esm-es5/md.transition-571b3859.js +4 -0
  359. package/dist/esm-es5/{notch-controller-3dc61260.js → notch-controller-55b09e11.js} +1 -1
  360. package/dist/esm-es5/{overlays-e3d0d356.js → overlays-5deab4de.js} +1 -1
  361. package/dist/esm-es5/status-tap-79eac0ac.js +4 -0
  362. package/dist/esm-es5/{swipe-back-23ee7ab1.js → swipe-back-e5394307.js} +1 -1
  363. package/dist/html.html-data.json +24 -0
  364. package/dist/ionic/index.esm.js +1 -1
  365. package/dist/ionic/ionic.esm.js +1 -1
  366. package/dist/ionic/{p-a9e24ae2.system.entry.js → p-01186920.system.entry.js} +1 -1
  367. package/dist/ionic/{p-ffc48bc5.system.entry.js → p-01af2109.system.entry.js} +1 -1
  368. package/dist/ionic/{p-3eaf1444.system.entry.js → p-05b74e45.system.entry.js} +1 -1
  369. package/dist/ionic/{p-d9b3fa7e.entry.js → p-081a4ce4.entry.js} +1 -1
  370. package/dist/ionic/p-0af823e1.js +4 -0
  371. package/dist/ionic/p-0b7112fc.entry.js +4 -0
  372. package/dist/ionic/{p-aa63b365.system.js → p-0eb35a7f.system.js} +1 -1
  373. package/dist/ionic/{p-3df889b3.system.entry.js → p-0ef6abb0.system.entry.js} +1 -1
  374. package/dist/ionic/p-109cae7d.entry.js +4 -0
  375. package/dist/ionic/{p-203633d1.entry.js → p-120fb79a.entry.js} +1 -1
  376. package/dist/ionic/{p-702caed7.entry.js → p-15d18206.entry.js} +1 -1
  377. package/dist/ionic/{p-03ee25cb.entry.js → p-15e76dd1.entry.js} +1 -1
  378. package/dist/ionic/{p-5126cf1e.system.js → p-19ea7bff.system.js} +1 -1
  379. package/dist/ionic/{p-d60342e3.js → p-1a5bc5f7.js} +1 -1
  380. package/dist/ionic/{p-42808996.js → p-1ab13b2b.js} +1 -1
  381. package/dist/ionic/{p-62af944c.entry.js → p-1c934892.entry.js} +1 -1
  382. package/dist/ionic/{p-2cf2db18.system.entry.js → p-1e67b266.system.entry.js} +1 -1
  383. package/dist/ionic/{p-4c252070.entry.js → p-1e6d7da3.entry.js} +1 -1
  384. package/dist/ionic/{p-32be7b07.system.js → p-1e955a45.system.js} +1 -1
  385. package/dist/ionic/{p-e2e19375.system.entry.js → p-1fbc571c.system.entry.js} +1 -1
  386. package/dist/ionic/{p-77036bbd.system.entry.js → p-2346ab53.system.entry.js} +1 -1
  387. package/dist/ionic/{p-6a2d9764.system.entry.js → p-248318e0.system.entry.js} +1 -1
  388. package/dist/ionic/{p-02e23f26.entry.js → p-27d29df8.entry.js} +1 -1
  389. package/dist/ionic/{p-f5035354.js → p-28706c6f.js} +1 -1
  390. package/dist/ionic/p-2b048a95.system.entry.js +4 -0
  391. package/dist/ionic/{p-afecb188.entry.js → p-2d1d8a25.entry.js} +1 -1
  392. package/dist/ionic/{p-f301a694.system.entry.js → p-31c37f38.system.entry.js} +1 -1
  393. package/dist/ionic/p-322c5fb4.system.js +1 -1
  394. package/dist/ionic/{p-70ccc275.system.entry.js → p-33c9f005.system.entry.js} +2 -2
  395. package/dist/ionic/{p-f687573e.system.js → p-343b6b1d.system.js} +1 -1
  396. package/dist/ionic/{p-2bc73fb5.js → p-34b11c24.js} +1 -1
  397. package/dist/ionic/{p-a4575db1.system.entry.js → p-37495da1.system.entry.js} +1 -1
  398. package/dist/ionic/{p-f2c19415.system.entry.js → p-39164acf.system.entry.js} +1 -1
  399. package/dist/ionic/{p-b3680e2f.system.js → p-3ad285e3.system.js} +1 -1
  400. package/dist/ionic/{p-e97a3f44.entry.js → p-3b33b7d3.entry.js} +1 -1
  401. package/dist/ionic/{p-d4ca0475.js → p-3cc276f4.js} +1 -1
  402. package/dist/ionic/p-3e6be709.entry.js +4 -0
  403. package/dist/ionic/{p-26194519.entry.js → p-40b5455f.entry.js} +1 -1
  404. package/dist/ionic/{p-1693cbc4.entry.js → p-4b4f4a4c.entry.js} +1 -1
  405. package/dist/ionic/p-4c2d5b80.system.js +4 -0
  406. package/dist/ionic/p-4c98e2cf.system.js +4 -0
  407. package/dist/ionic/{p-7c1f8b94.entry.js → p-4e6a6eca.entry.js} +1 -1
  408. package/dist/ionic/{p-32e99b0a.entry.js → p-51030d96.entry.js} +1 -1
  409. package/dist/ionic/{p-4ad78edc.entry.js → p-52d7a191.entry.js} +1 -1
  410. package/dist/ionic/{p-7b96e5c1.system.entry.js → p-542a569d.system.entry.js} +1 -1
  411. package/dist/ionic/{p-77e7b7b6.system.entry.js → p-55d16109.system.entry.js} +1 -1
  412. package/dist/ionic/{p-da8ef548.system.entry.js → p-58d5df0c.system.entry.js} +1 -1
  413. package/dist/ionic/{p-9eee4de1.system.js → p-5c08627a.system.js} +1 -1
  414. package/dist/ionic/{p-424eb140.system.entry.js → p-5cc9314d.system.entry.js} +1 -1
  415. package/dist/ionic/{p-1bc65aec.system.entry.js → p-5d0c6c4d.system.entry.js} +1 -1
  416. package/dist/ionic/{p-803f0bc2.entry.js → p-5d93d251.entry.js} +1 -1
  417. package/dist/ionic/{p-4346c79d.system.entry.js → p-5e0df4c8.system.entry.js} +1 -1
  418. package/dist/ionic/{p-8922be26.system.entry.js → p-62f648c8.system.entry.js} +1 -1
  419. package/dist/ionic/{p-45accc62.system.entry.js → p-63b0abde.system.entry.js} +1 -1
  420. package/dist/ionic/p-67222c16.system.js +4 -0
  421. package/dist/ionic/p-6c95736e.entry.js +4 -0
  422. package/dist/ionic/p-71c9d1fe.entry.js +4 -0
  423. package/dist/ionic/{p-7a1766d6.js → p-72812e99.js} +1 -1
  424. package/dist/ionic/p-72bc8a1c.js +4 -0
  425. package/dist/ionic/{p-fca6ef5f.system.entry.js → p-744b2484.system.entry.js} +1 -1
  426. package/dist/ionic/p-7513b0c4.js +4 -0
  427. package/dist/ionic/{p-76446a85.entry.js → p-7895d719.entry.js} +1 -1
  428. package/dist/ionic/{p-85fee58d.entry.js → p-7a6eaf9e.entry.js} +1 -1
  429. package/dist/ionic/{p-16799667.system.entry.js → p-7af3d1e8.system.entry.js} +1 -1
  430. package/dist/ionic/{p-7bac3d83.entry.js → p-7b9a2b23.entry.js} +1 -1
  431. package/dist/ionic/{p-a2b6dd57.system.js → p-7de1e42c.system.js} +1 -1
  432. package/dist/ionic/{p-0eb2553a.system.entry.js → p-7ed1657c.system.entry.js} +1 -1
  433. package/dist/ionic/{p-95da3ae2.system.js → p-8635f5e6.system.js} +1 -1
  434. package/dist/ionic/p-870ae33b.system.entry.js +4 -0
  435. package/dist/ionic/p-87479c71.entry.js +4 -0
  436. package/dist/ionic/{p-ed882fb1.entry.js → p-89bf08c7.entry.js} +1 -1
  437. package/dist/ionic/p-89cc9270.entry.js +4 -0
  438. package/dist/ionic/{p-48a8d9b4.system.entry.js → p-8ac07653.system.entry.js} +2 -2
  439. package/dist/ionic/{p-085a5dd6.system.entry.js → p-8cfba7e9.system.entry.js} +1 -1
  440. package/dist/ionic/p-8e35b472.entry.js +4 -0
  441. package/dist/ionic/{p-2aebc4a0.entry.js → p-8e5dbf2b.entry.js} +1 -1
  442. package/dist/ionic/p-8f4361a8.system.entry.js +4 -0
  443. package/dist/ionic/p-9135153b.entry.js +4 -0
  444. package/dist/ionic/{p-e1bbacb7.entry.js → p-922daa9f.entry.js} +1 -1
  445. package/dist/ionic/{p-561ddcd4.system.entry.js → p-933727f9.system.entry.js} +2 -2
  446. package/dist/ionic/p-9343a445.js +4 -0
  447. package/dist/ionic/{p-57379000.entry.js → p-948e6c6a.entry.js} +1 -1
  448. package/dist/ionic/{p-dc146a2a.system.entry.js → p-985a7e17.system.entry.js} +1 -1
  449. package/dist/ionic/{p-3572f86a.system.entry.js → p-a090bce8.system.entry.js} +1 -1
  450. package/dist/ionic/{p-4452a8ac.system.js → p-a15ddedb.system.js} +1 -1
  451. package/dist/ionic/{p-2ef3c7ee.system.entry.js → p-a3a1d721.system.entry.js} +1 -1
  452. package/dist/ionic/p-a3db8ee3.js +4 -0
  453. package/dist/ionic/{p-e456ee59.system.entry.js → p-a4a2420e.system.entry.js} +1 -1
  454. package/dist/ionic/{p-1a790eef.system.js → p-a88dec0d.system.js} +2 -2
  455. package/dist/ionic/{p-b0d8bbee.entry.js → p-a8f2c254.entry.js} +1 -1
  456. package/dist/ionic/{p-af09741c.entry.js → p-abf549eb.entry.js} +1 -1
  457. package/dist/ionic/{p-c1b51537.system.js → p-ada36597.system.js} +1 -1
  458. package/dist/ionic/{p-e265ae18.system.entry.js → p-b0c7b12b.system.entry.js} +1 -1
  459. package/dist/ionic/{p-45de8d2a.entry.js → p-b1eb86fd.entry.js} +1 -1
  460. package/dist/ionic/{p-5b932840.entry.js → p-b1f885df.entry.js} +1 -1
  461. package/dist/ionic/{p-e8232807.system.js → p-b3c60433.system.js} +1 -1
  462. package/dist/ionic/{p-bb11d9fb.js → p-b51e4004.js} +1 -1
  463. package/dist/ionic/{p-13dc21b0.js → p-b6efeab8.js} +1 -1
  464. package/dist/ionic/{p-e8aed00f.system.entry.js → p-b7329612.system.entry.js} +1 -1
  465. package/dist/ionic/{p-9b3bb24e.entry.js → p-b9d7015f.entry.js} +1 -1
  466. package/dist/ionic/p-ba3f918e.entry.js +4 -0
  467. package/dist/ionic/{p-f78af648.system.entry.js → p-bc68c7cf.system.entry.js} +1 -1
  468. package/dist/ionic/{p-337a61d5.entry.js → p-bd5f29ea.entry.js} +1 -1
  469. package/dist/ionic/{p-95775830.entry.js → p-bf63d4b2.entry.js} +1 -1
  470. package/dist/ionic/{p-c8d645b3.entry.js → p-c41ac815.entry.js} +1 -1
  471. package/dist/ionic/{p-340e3f24.system.js → p-c4238c12.system.js} +1 -1
  472. package/dist/ionic/p-c4d86289.entry.js +4 -0
  473. package/dist/ionic/{p-c32644d7.entry.js → p-c51dc7fe.entry.js} +1 -1
  474. package/dist/ionic/{p-23b73db1.system.entry.js → p-c7ab2908.system.entry.js} +1 -1
  475. package/dist/ionic/{p-a0f3846e.system.entry.js → p-cac0e0b3.system.entry.js} +1 -1
  476. package/dist/ionic/{p-51dec25d.js → p-cb13696c.js} +1 -1
  477. package/dist/ionic/{p-551e8ff7.system.entry.js → p-cb6954d4.system.entry.js} +1 -1
  478. package/dist/ionic/{p-17ba2b14.system.entry.js → p-cd7ffa67.system.entry.js} +1 -1
  479. package/dist/ionic/p-d1c5b60e.system.js +4 -0
  480. package/dist/ionic/{p-9be5f3ee.system.entry.js → p-d2203d60.system.entry.js} +2 -2
  481. package/dist/ionic/{p-881d9e52.system.js → p-d22e2a38.system.js} +1 -1
  482. package/dist/ionic/{p-b91acf8d.system.entry.js → p-d341d412.system.entry.js} +1 -1
  483. package/dist/ionic/{p-955c3eb8.entry.js → p-d7aa6b00.entry.js} +1 -1
  484. package/dist/ionic/{p-697b4a5e.system.entry.js → p-d8d15f9b.system.entry.js} +2 -2
  485. package/dist/ionic/{p-e6200d13.js → p-da2b833b.js} +1 -1
  486. package/dist/ionic/p-da7e1bc4.entry.js +4 -0
  487. package/dist/ionic/{p-91f17b25.system.entry.js → p-e09d6392.system.entry.js} +2 -2
  488. package/dist/ionic/{p-2507278c.system.entry.js → p-e0a6dc45.system.entry.js} +1 -1
  489. package/dist/ionic/{p-57ceead7.entry.js → p-e75295c8.entry.js} +1 -1
  490. package/dist/ionic/{p-f42743d1.entry.js → p-e76dae93.entry.js} +1 -1
  491. package/dist/ionic/p-e8d56122.js +4 -0
  492. package/dist/ionic/{p-2abae1cc.system.entry.js → p-e9ddf8fe.system.entry.js} +1 -1
  493. package/dist/ionic/{p-02e1ebd9.js → p-f1c4dcd4.js} +1 -1
  494. package/dist/ionic/{p-73dc4950.entry.js → p-f2a72b24.entry.js} +1 -1
  495. package/dist/ionic/{p-0f191cbe.system.entry.js → p-f658c74e.system.entry.js} +1 -1
  496. package/dist/ionic/{p-7458862e.system.entry.js → p-f8e37d24.system.entry.js} +1 -1
  497. package/dist/ionic/{p-f3269679.entry.js → p-f907406b.entry.js} +1 -1
  498. package/dist/ionic/{p-ed75fcfb.system.entry.js → p-fd4e25b5.system.entry.js} +1 -1
  499. package/dist/ionic/{p-6d32975a.entry.js → p-fd6cff12.entry.js} +1 -1
  500. package/dist/ionic/svg/accessibility-outline.svg +1 -1
  501. package/dist/ionic/svg/accessibility-sharp.svg +1 -1
  502. package/dist/ionic/svg/accessibility.svg +1 -1
  503. package/dist/ionic/svg/bag-add-outline.svg +1 -1
  504. package/dist/ionic/svg/bag-add-sharp.svg +1 -1
  505. package/dist/ionic/svg/bag-add.svg +1 -1
  506. package/dist/ionic/svg/bag-check-outline.svg +1 -1
  507. package/dist/ionic/svg/bag-check-sharp.svg +1 -1
  508. package/dist/ionic/svg/bag-check.svg +1 -1
  509. package/dist/ionic/svg/bag-handle-outline.svg +1 -1
  510. package/dist/ionic/svg/bag-handle-sharp.svg +1 -1
  511. package/dist/ionic/svg/bag-handle.svg +1 -1
  512. package/dist/ionic/svg/bag-outline.svg +1 -1
  513. package/dist/ionic/svg/bag-remove-outline.svg +1 -1
  514. package/dist/ionic/svg/bag-remove-sharp.svg +1 -1
  515. package/dist/ionic/svg/bag-remove.svg +1 -1
  516. package/dist/ionic/svg/bag-sharp.svg +1 -1
  517. package/dist/ionic/svg/bag.svg +1 -1
  518. package/dist/ionic/svg/balloon-outline.svg +1 -1
  519. package/dist/ionic/svg/balloon-sharp.svg +1 -1
  520. package/dist/ionic/svg/balloon.svg +1 -1
  521. package/dist/ionic/svg/ban-outline.svg +1 -1
  522. package/dist/ionic/svg/ban-sharp.svg +1 -1
  523. package/dist/ionic/svg/ban.svg +1 -1
  524. package/dist/ionic/svg/body-outline.svg +1 -1
  525. package/dist/ionic/svg/bowling-ball-outline.svg +1 -1
  526. package/dist/ionic/svg/bowling-ball-sharp.svg +1 -1
  527. package/dist/ionic/svg/bowling-ball.svg +1 -1
  528. package/dist/ionic/svg/calendar-clear-outline.svg +1 -1
  529. package/dist/ionic/svg/calendar-clear-sharp.svg +1 -1
  530. package/dist/ionic/svg/calendar-clear.svg +1 -1
  531. package/dist/ionic/svg/calendar-number-outline.svg +1 -1
  532. package/dist/ionic/svg/calendar-number-sharp.svg +1 -1
  533. package/dist/ionic/svg/calendar-number.svg +1 -1
  534. package/dist/ionic/svg/calendar-outline.svg +1 -1
  535. package/dist/ionic/svg/calendar-sharp.svg +1 -1
  536. package/dist/ionic/svg/calendar.svg +1 -1
  537. package/dist/ionic/svg/chevron-collapse-outline.svg +1 -1
  538. package/dist/ionic/svg/chevron-collapse-sharp.svg +1 -1
  539. package/dist/ionic/svg/chevron-collapse.svg +1 -1
  540. package/dist/ionic/svg/chevron-expand-outline.svg +1 -1
  541. package/dist/ionic/svg/chevron-expand-sharp.svg +1 -1
  542. package/dist/ionic/svg/chevron-expand.svg +1 -1
  543. package/dist/ionic/svg/color-wand-outline.svg +1 -1
  544. package/dist/ionic/svg/color-wand.svg +1 -1
  545. package/dist/ionic/svg/diamond-outline.svg +1 -1
  546. package/dist/ionic/svg/diamond-sharp.svg +1 -1
  547. package/dist/ionic/svg/diamond.svg +1 -1
  548. package/dist/ionic/svg/dice-outline.svg +1 -1
  549. package/dist/ionic/svg/dice-sharp.svg +1 -1
  550. package/dist/ionic/svg/dice.svg +1 -1
  551. package/dist/ionic/svg/document-lock-outline.svg +1 -1
  552. package/dist/ionic/svg/document-lock-sharp.svg +1 -1
  553. package/dist/ionic/svg/document-lock.svg +1 -1
  554. package/dist/ionic/svg/extension-puzzle-outline.svg +1 -1
  555. package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -1
  556. package/dist/ionic/svg/extension-puzzle.svg +1 -1
  557. package/dist/ionic/svg/filter-circle-outline.svg +1 -1
  558. package/dist/ionic/svg/filter-circle-sharp.svg +1 -1
  559. package/dist/ionic/svg/filter-circle.svg +1 -1
  560. package/dist/ionic/svg/fish-outline.svg +1 -1
  561. package/dist/ionic/svg/fish-sharp.svg +1 -1
  562. package/dist/ionic/svg/fish.svg +1 -1
  563. package/dist/ionic/svg/footsteps-outline.svg +1 -1
  564. package/dist/ionic/svg/footsteps-sharp.svg +1 -1
  565. package/dist/ionic/svg/footsteps.svg +1 -1
  566. package/dist/ionic/svg/id-card-outline.svg +1 -1
  567. package/dist/ionic/svg/id-card-sharp.svg +1 -1
  568. package/dist/ionic/svg/id-card.svg +1 -1
  569. package/dist/ionic/svg/invert-mode-outline.svg +1 -1
  570. package/dist/ionic/svg/invert-mode-sharp.svg +1 -1
  571. package/dist/ionic/svg/invert-mode.svg +1 -1
  572. package/dist/ionic/svg/logo-alipay.svg +1 -1
  573. package/dist/ionic/svg/logo-android.svg +1 -1
  574. package/dist/ionic/svg/logo-apple-ar.svg +1 -1
  575. package/dist/ionic/svg/logo-behance.svg +1 -1
  576. package/dist/ionic/svg/logo-bitbucket.svg +1 -1
  577. package/dist/ionic/svg/logo-deviantart.svg +1 -1
  578. package/dist/ionic/svg/logo-discord.svg +1 -1
  579. package/dist/ionic/svg/logo-docker.svg +1 -1
  580. package/dist/ionic/svg/logo-edge.svg +1 -1
  581. package/dist/ionic/svg/logo-facebook.svg +1 -1
  582. package/dist/ionic/svg/logo-figma.svg +1 -1
  583. package/dist/ionic/svg/logo-firebase.svg +1 -1
  584. package/dist/ionic/svg/logo-gitlab.svg +1 -1
  585. package/dist/ionic/svg/logo-ionic.svg +1 -1
  586. package/dist/ionic/svg/logo-mastodon.svg +1 -1
  587. package/dist/ionic/svg/logo-medium.svg +1 -1
  588. package/dist/ionic/svg/logo-microsoft.svg +1 -1
  589. package/dist/ionic/svg/logo-npm.svg +1 -1
  590. package/dist/ionic/svg/logo-paypal.svg +1 -1
  591. package/dist/ionic/svg/logo-soundcloud.svg +1 -1
  592. package/dist/ionic/svg/logo-tableau.svg +1 -1
  593. package/dist/ionic/svg/logo-tiktok.svg +1 -1
  594. package/dist/ionic/svg/logo-venmo.svg +1 -1
  595. package/dist/ionic/svg/logo-vercel.svg +1 -1
  596. package/dist/ionic/svg/logo-wechat.svg +1 -1
  597. package/dist/ionic/svg/logo-yahoo.svg +1 -1
  598. package/dist/ionic/svg/prism-outline.svg +1 -1
  599. package/dist/ionic/svg/prism-sharp.svg +1 -1
  600. package/dist/ionic/svg/prism.svg +1 -1
  601. package/dist/ionic/svg/scale-outline.svg +1 -1
  602. package/dist/ionic/svg/scale-sharp.svg +1 -1
  603. package/dist/ionic/svg/scale.svg +1 -1
  604. package/dist/ionic/svg/server-outline.svg +1 -1
  605. package/dist/ionic/svg/server-sharp.svg +1 -1
  606. package/dist/ionic/svg/server.svg +1 -1
  607. package/dist/ionic/svg/shield-half-outline.svg +1 -1
  608. package/dist/ionic/svg/shield-half-sharp.svg +1 -1
  609. package/dist/ionic/svg/shield-half.svg +1 -1
  610. package/dist/ionic/svg/sparkles-outline.svg +1 -1
  611. package/dist/ionic/svg/sparkles-sharp.svg +1 -1
  612. package/dist/ionic/svg/sparkles.svg +1 -1
  613. package/dist/ionic/svg/storefront-outline.svg +1 -1
  614. package/dist/ionic/svg/storefront-sharp.svg +1 -1
  615. package/dist/ionic/svg/storefront.svg +1 -1
  616. package/dist/ionic/svg/telescope-outline.svg +1 -1
  617. package/dist/ionic/svg/telescope-sharp.svg +1 -1
  618. package/dist/ionic/svg/telescope.svg +1 -1
  619. package/dist/ionic/svg/ticket-outline.svg +1 -1
  620. package/dist/ionic/svg/ticket-sharp.svg +1 -1
  621. package/dist/ionic/svg/ticket.svg +1 -1
  622. package/dist/ionic/svg/today-outline.svg +1 -1
  623. package/dist/ionic/svg/today-sharp.svg +1 -1
  624. package/dist/ionic/svg/today.svg +1 -1
  625. package/dist/ionic/svg/unlink-outline.svg +1 -1
  626. package/dist/ionic/svg/unlink-sharp.svg +1 -1
  627. package/dist/ionic/svg/unlink.svg +1 -1
  628. package/dist/ionic/svg/videocam-off-outline.svg +1 -1
  629. package/dist/ionic/svg/videocam-off-sharp.svg +1 -1
  630. package/dist/ionic/svg/videocam-off.svg +1 -1
  631. package/dist/ionic/svg/wifi-outline.svg +1 -1
  632. package/dist/ionic/svg/wifi-sharp.svg +1 -1
  633. package/dist/ionic/svg/wifi.svg +1 -1
  634. package/dist/types/components/checkbox/checkbox.d.ts +6 -0
  635. package/dist/types/components/modal/animations/sheet.d.ts +1 -0
  636. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  637. package/dist/types/components/modal/modal-interface.d.ts +1 -0
  638. package/dist/types/components/modal/modal.d.ts +11 -0
  639. package/dist/types/components/radio-group/radio-group.d.ts +15 -0
  640. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  641. package/dist/types/components/select/select.d.ts +6 -0
  642. package/dist/types/components/toggle/toggle.d.ts +6 -0
  643. package/dist/types/components/toolbar/toolbar.d.ts +4 -0
  644. package/dist/types/components.d.ts +48 -0
  645. package/dist/types/utils/config.d.ts +9 -0
  646. package/dist/types/utils/helpers.d.ts +0 -1
  647. package/dist/types/utils/logging/index.d.ts +13 -1
  648. package/hydrate/index.js +430 -221
  649. package/hydrate/index.mjs +430 -221
  650. package/package.json +5 -5
  651. package/dist/esm-es5/index-9b0d46f4.js +0 -4
  652. package/dist/esm-es5/input-shims-0e65111b.js +0 -4
  653. package/dist/esm-es5/md.transition-33826623.js +0 -4
  654. package/dist/esm-es5/status-tap-163e8128.js +0 -4
  655. package/dist/ionic/p-06fee233.js +0 -4
  656. package/dist/ionic/p-075a94bd.js +0 -4
  657. package/dist/ionic/p-0a59f4fa.entry.js +0 -4
  658. package/dist/ionic/p-0e43be1b.entry.js +0 -4
  659. package/dist/ionic/p-0ee3b5a2.system.js +0 -4
  660. package/dist/ionic/p-135e5731.js +0 -4
  661. package/dist/ionic/p-14be4015.entry.js +0 -4
  662. package/dist/ionic/p-16bfb979.system.entry.js +0 -4
  663. package/dist/ionic/p-1f405274.js +0 -4
  664. package/dist/ionic/p-25fa1d30.system.entry.js +0 -4
  665. package/dist/ionic/p-265939f0.entry.js +0 -4
  666. package/dist/ionic/p-2c9eb774.system.js +0 -4
  667. package/dist/ionic/p-49a0e74c.entry.js +0 -4
  668. package/dist/ionic/p-56da53ad.system.entry.js +0 -4
  669. package/dist/ionic/p-6190d0d6.entry.js +0 -4
  670. package/dist/ionic/p-68dc53a5.js +0 -4
  671. package/dist/ionic/p-83810019.entry.js +0 -4
  672. package/dist/ionic/p-8a836849.entry.js +0 -4
  673. package/dist/ionic/p-8d5472fb.entry.js +0 -4
  674. package/dist/ionic/p-b7433d7d.js +0 -4
  675. package/dist/ionic/p-cc700b6b.entry.js +0 -4
  676. package/dist/ionic/p-df862603.entry.js +0 -4
  677. package/dist/ionic/p-e308de5b.system.js +0 -4
  678. package/dist/ionic/p-f4066aa9.entry.js +0 -4
  679. package/dist/ionic/p-ff4b7e40.system.js +0 -4
  680. package/dist/ionic/svg/arrow-down-left-box-outline.svg +0 -1
  681. package/dist/ionic/svg/arrow-down-left-box-sharp.svg +0 -1
  682. package/dist/ionic/svg/arrow-down-left-box.svg +0 -1
  683. package/dist/ionic/svg/arrow-down-right-box-outline.svg +0 -1
  684. package/dist/ionic/svg/arrow-down-right-box-sharp.svg +0 -1
  685. package/dist/ionic/svg/arrow-down-right-box.svg +0 -1
  686. package/dist/ionic/svg/arrow-up-left-box-outline.svg +0 -1
  687. package/dist/ionic/svg/arrow-up-left-box-sharp.svg +0 -1
  688. package/dist/ionic/svg/arrow-up-left-box.svg +0 -1
  689. package/dist/ionic/svg/arrow-up-right-box-outline.svg +0 -1
  690. package/dist/ionic/svg/arrow-up-right-box-sharp.svg +0 -1
  691. package/dist/ionic/svg/arrow-up-right-box.svg +0 -1
  692. package/dist/ionic/svg/binoculars-outline.svg +0 -1
  693. package/dist/ionic/svg/binoculars-sharp.svg +0 -1
  694. package/dist/ionic/svg/binoculars.svg +0 -1
  695. package/dist/ionic/svg/logo-appflow.svg +0 -1
  696. package/dist/ionic/svg/logo-trapeze.svg +0 -1
  697. package/dist/ionic/svg/logo-x.svg +0 -1
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/dark.system.scss","../../src/css/palettes/dark.scss"],"names":[],"mappings":"AAEA,mCCqEE,MAEI,6BACA,sCACA,mCACA,0CACA,qDACA,gDALA,+BACA,wCACA,qCACA,4CACA,sDACA,kDALA,8BACA,wCACA,oCACA,2CACA,uDACA,oDALA,6BACA,qCACA,mCACA,0CACA,oDACA,gDALA,6BACA,sCACA,mCACA,0CACA,qDACA,gDALA,4BACA,oCACA,kCACA,yCACA,oDACA,iDALA,2BACA,kCACA,iCACA,8CACA,iDACA,8CALA,4BACA,sCACA,kCACA,yCACA,sDACA,kDALA,0BACA,oCACA,gCACA,uCACA,mDACA,8CAMJ,UACE,gCACA,oCACA,0BACA,oCACA,wCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,+BACA,+BAGF,oBACE,wFACA,0FACA,4FAKF,SACE,gCACA,uCACA,0BACA,oCACA,wCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,+BACA,kCACA,kCACA","file":"dark.system.css","sourcesContent":["@import \"./dark\";\n\n@media (prefers-color-scheme: dark) {\n :root {\n @include dark-base-palette();\n }\n\n :root.ios {\n @include dark-ios-palette();\n }\n\n :root.md {\n @include dark-md-palette();\n }\n}\n","@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #4d8dff;\n$secondary: #46b1ff;\n$tertiary: #8482fb;\n$success: #2dd55b;\n$warning: #ffce31;\n$danger: #f24c58;\n$light: #222428;\n$medium: #989aa2;\n$dark: #f4f5f8;\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);\n\n@mixin dark-base-palette() {\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}\n\n@mixin dark-ios-palette() {\n & {\n --ion-background-color: #000000;\n --ion-background-color-rgb: 0, 0, 0;\n --ion-text-color: #ffffff;\n --ion-text-color-rgb: 255, 255, 255;\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 --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 --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-palette() {\n & {\n --ion-background-color: #121212;\n --ion-background-color-rgb: 18, 18, 18;\n --ion-text-color: #ffffff;\n --ion-text-color-rgb: 255, 255, 255;\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 --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 --ion-item-background: #1e1e1e;\n --ion-toolbar-background: #1f1f1f;\n --ion-tab-bar-background: #1f1f1f;\n --ion-card-background: #1e1e1e;\n }\n}\n"]}
1
+ {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/dark.system.scss","../../src/css/palettes/dark.scss"],"names":[],"mappings":"AAEA,mCCqEE,MAEI,6BACA,sCACA,mCACA,0CACA,mCACA,kCALA,+BACA,wCACA,qCACA,4CACA,qCACA,oCALA,8BACA,wCACA,oCACA,2CACA,oCACA,mCALA,6BACA,qCACA,mCACA,0CACA,mCACA,kCALA,6BACA,sCACA,mCACA,0CACA,mCACA,kCALA,4BACA,oCACA,kCACA,yCACA,kCACA,iCALA,2BACA,kCACA,iCACA,8CACA,iCACA,gCALA,4BACA,sCACA,kCACA,yCACA,kCACA,iCALA,0BACA,oCACA,gCACA,uCACA,gCACA,+BAMJ,UACE,gCACA,oCACA,0BACA,oCACA,wCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,+BACA,+BAGF,oBACE,wFACA,0FACA,4FAKF,SACE,gCACA,uCACA,0BACA,oCACA,wCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,+BACA,kCACA,kCACA","file":"dark.system.css","sourcesContent":["@import \"./dark\";\n\n@media (prefers-color-scheme: dark) {\n :root {\n @include dark-base-palette();\n }\n\n :root.ios {\n @include dark-ios-palette();\n }\n\n :root.md {\n @include dark-md-palette();\n }\n}\n","@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #4d8dff;\n$secondary: #46b1ff;\n$tertiary: #8482fb;\n$success: #2dd55b;\n$warning: #ffce31;\n$danger: #f24c58;\n$light: #222428;\n$medium: #989aa2;\n$dark: #f4f5f8;\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);\n\n@mixin dark-base-palette() {\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}\n\n@mixin dark-ios-palette() {\n & {\n --ion-background-color: #000000;\n --ion-background-color-rgb: 0, 0, 0;\n --ion-text-color: #ffffff;\n --ion-text-color-rgb: 255, 255, 255;\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 --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 --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-palette() {\n & {\n --ion-background-color: #121212;\n --ion-background-color-rgb: 18, 18, 18;\n --ion-text-color: #ffffff;\n --ion-text-color-rgb: 255, 255, 255;\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 --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 --ion-item-background: #1e1e1e;\n --ion-toolbar-background: #1f1f1f;\n --ion-tab-bar-background: #1f1f1f;\n --ion-card-background: #1e1e1e;\n }\n}\n"]}
@@ -1 +1 @@
1
- :root{--ion-placeholder-opacity: 0.8;--ion-color-primary: #7cabff;--ion-color-primary-rgb: 124, 171, 255;--ion-color-primary-contrast: #000;--ion-color-primary-contrast-rgb: 0, 0, 0;--ion-color-primary-shade: rgb(109.12, 150.48, 224.4);--ion-color-primary-tint: rgb(137.1, 179.4, 255);--ion-color-secondary: #62bdff;--ion-color-secondary-rgb: 98, 189, 255;--ion-color-secondary-contrast: #000;--ion-color-secondary-contrast-rgb: 0, 0, 0;--ion-color-secondary-shade: rgb(86.24, 166.32, 224.4);--ion-color-secondary-tint: rgb(113.7, 195.6, 255);--ion-color-tertiary: #b6b9f9;--ion-color-tertiary-rgb: 182, 185, 249;--ion-color-tertiary-contrast: #000;--ion-color-tertiary-contrast-rgb: 0, 0, 0;--ion-color-tertiary-shade: rgb(160.16, 162.8, 219.12);--ion-color-tertiary-tint: rgb(189.3, 192, 249.6);--ion-color-success: #4ada71;--ion-color-success-rgb: 74, 218, 113;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: rgb(65.12, 191.84, 99.44);--ion-color-success-tint: rgb(92.1, 221.7, 127.2);--ion-color-warning: #ffce31;--ion-color-warning-rgb: 255, 206, 49;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: rgb(224.4, 181.28, 43.12);--ion-color-warning-tint: rgb(255, 210.9, 69.6);--ion-color-danger: #fc9aa2;--ion-color-danger-rgb: 252, 154, 162;--ion-color-danger-contrast: #000;--ion-color-danger-contrast-rgb: 0, 0, 0;--ion-color-danger-shade: rgb(221.76, 135.52, 142.56);--ion-color-danger-tint: rgb(252.3, 164.1, 171.3);--ion-color-light: #222428;--ion-color-light-rgb: 34, 36, 40;--ion-color-light-contrast: #fff;--ion-color-light-contrast-rgb: 255, 255, 255;--ion-color-light-shade: rgb(29.92, 31.68, 35.2);--ion-color-light-tint: rgb(56.1, 57.9, 61.5);--ion-color-medium: #a8aab3;--ion-color-medium-rgb: 168, 170, 179;--ion-color-medium-contrast: #000;--ion-color-medium-contrast-rgb: 0, 0, 0;--ion-color-medium-shade: rgb(147.84, 149.6, 157.52);--ion-color-medium-tint: rgb(176.7, 178.5, 186.6);--ion-color-dark: #f4f5f8;--ion-color-dark-rgb: 244, 245, 248;--ion-color-dark-contrast: #000;--ion-color-dark-contrast-rgb: 0, 0, 0;--ion-color-dark-shade: rgb(214.72, 215.6, 218.24);--ion-color-dark-tint: rgb(245.1, 246, 248.7)}:root.ios{--ion-background-color: #000000;--ion-background-color-rgb: 0, 0, 0;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-item-background: #000000;--ion-card-background: #1c1c1d;--ion-item-border-color: var(--ion-background-color-step-400);--ion-text-color-step-50: rgb(249.05, 249.05, 249.05);--ion-text-color-step-100: rgb(243.1, 243.1, 243.1);--ion-text-color-step-150: rgb(237.15, 237.15, 237.15);--ion-text-color-step-200: rgb(231.2, 231.2, 231.2);--ion-text-color-step-250: rgb(225.25, 225.25, 225.25);--ion-text-color-step-300: rgb(219.3, 219.3, 219.3);--ion-text-color-step-350: rgb(213.35, 213.35, 213.35);--ion-text-color-step-400: rgb(207.4, 207.4, 207.4);--ion-text-color-step-450: rgb(201.45, 201.45, 201.45);--ion-text-color-step-500: rgb(195.5, 195.5, 195.5);--ion-text-color-step-550: rgb(189.55, 189.55, 189.55);--ion-text-color-step-600: rgb(183.6, 183.6, 183.6);--ion-text-color-step-650: rgb(177.65, 177.65, 177.65);--ion-text-color-step-700: rgb(171.7, 171.7, 171.7);--ion-text-color-step-750: rgb(165.75, 165.75, 165.75);--ion-text-color-step-800: rgb(159.8, 159.8, 159.8);--ion-text-color-step-850: rgb(153.85, 153.85, 153.85);--ion-text-color-step-900: rgb(147.9, 147.9, 147.9);--ion-text-color-step-950: rgb(141.95, 141.95, 141.95);--ion-background-color-step-50: rgb(12.75, 12.75, 12.75);--ion-background-color-step-100: rgb(25.5, 25.5, 25.5);--ion-background-color-step-150: rgb(38.25, 38.25, 38.25);--ion-background-color-step-200: #333333;--ion-background-color-step-250: rgb(63.75, 63.75, 63.75);--ion-background-color-step-300: rgb(76.5, 76.5, 76.5);--ion-background-color-step-350: rgb(89.25, 89.25, 89.25);--ion-background-color-step-400: #666666;--ion-background-color-step-450: rgb(114.75, 114.75, 114.75);--ion-background-color-step-500: rgb(127.5, 127.5, 127.5);--ion-background-color-step-550: rgb(140.25, 140.25, 140.25);--ion-background-color-step-600: #999999;--ion-background-color-step-650: rgb(165.75, 165.75, 165.75);--ion-background-color-step-700: rgb(178.5, 178.5, 178.5);--ion-background-color-step-750: rgb(191.25, 191.25, 191.25);--ion-background-color-step-800: #cccccc;--ion-background-color-step-850: rgb(216.75, 216.75, 216.75);--ion-background-color-step-900: rgb(229.5, 229.5, 229.5);--ion-background-color-step-950: rgb(242.25, 242.25, 242.25)}:root.ios ion-modal{--ion-background-color: var(--ion-background-color-step-100);--ion-toolbar-background: var(--ion-background-color-step-150);--ion-toolbar-border-color: var(--ion-background-color-step-250)}:root.md{--ion-background-color: #121212;--ion-background-color-rgb: 18, 18, 18;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-border-color: #222222;--ion-item-background: #1e1e1e;--ion-toolbar-background: #1f1f1f;--ion-tab-bar-background: #1f1f1f;--ion-card-background: #1e1e1e;--ion-item-border-color: var(--ion-background-color-step-400);--ion-text-color-step-50: rgb(249.05, 249.05, 249.05);--ion-text-color-step-100: rgb(243.1, 243.1, 243.1);--ion-text-color-step-150: rgb(237.15, 237.15, 237.15);--ion-text-color-step-200: rgb(231.2, 231.2, 231.2);--ion-text-color-step-250: rgb(225.25, 225.25, 225.25);--ion-text-color-step-300: rgb(219.3, 219.3, 219.3);--ion-text-color-step-350: rgb(213.35, 213.35, 213.35);--ion-text-color-step-400: rgb(207.4, 207.4, 207.4);--ion-text-color-step-450: rgb(201.45, 201.45, 201.45);--ion-text-color-step-500: rgb(195.5, 195.5, 195.5);--ion-text-color-step-550: rgb(189.55, 189.55, 189.55);--ion-text-color-step-600: rgb(183.6, 183.6, 183.6);--ion-text-color-step-650: rgb(177.65, 177.65, 177.65);--ion-text-color-step-700: rgb(171.7, 171.7, 171.7);--ion-text-color-step-750: rgb(165.75, 165.75, 165.75);--ion-text-color-step-800: rgb(159.8, 159.8, 159.8);--ion-text-color-step-850: rgb(153.85, 153.85, 153.85);--ion-text-color-step-900: rgb(147.9, 147.9, 147.9);--ion-text-color-step-950: rgb(141.95, 141.95, 141.95);--ion-background-color-step-50: rgb(29.85, 29.85, 29.85);--ion-background-color-step-100: rgb(41.7, 41.7, 41.7);--ion-background-color-step-150: rgb(53.55, 53.55, 53.55);--ion-background-color-step-200: rgb(65.4, 65.4, 65.4);--ion-background-color-step-250: rgb(77.25, 77.25, 77.25);--ion-background-color-step-300: rgb(89.1, 89.1, 89.1);--ion-background-color-step-350: rgb(100.95, 100.95, 100.95);--ion-background-color-step-400: rgb(112.8, 112.8, 112.8);--ion-background-color-step-450: rgb(124.65, 124.65, 124.65);--ion-background-color-step-500: rgb(136.5, 136.5, 136.5);--ion-background-color-step-550: rgb(148.35, 148.35, 148.35);--ion-background-color-step-600: rgb(160.2, 160.2, 160.2);--ion-background-color-step-650: rgb(172.05, 172.05, 172.05);--ion-background-color-step-700: rgb(183.9, 183.9, 183.9);--ion-background-color-step-750: rgb(195.75, 195.75, 195.75);--ion-background-color-step-800: rgb(207.6, 207.6, 207.6);--ion-background-color-step-850: rgb(219.45, 219.45, 219.45);--ion-background-color-step-900: rgb(231.3, 231.3, 231.3);--ion-background-color-step-950: rgb(243.15, 243.15, 243.15)}:root.md ion-toast{--color: var(--ion-background-color)}:root.md ion-toast::part(button){color:var(--color)}@supports(color: color-mix(in lch, plum, pink)){:root.md ion-toast::part(button){color:color-mix(in srgb, var(--color) 73%, var(--button-color))}}:root.md ion-toast::part(button cancel){color:var(--color)}/*# sourceMappingURL=high-contrast-dark.always.css.map */
1
+ :root{--ion-placeholder-opacity: 0.8;--ion-color-primary: #7cabff;--ion-color-primary-rgb: 124, 171, 255;--ion-color-primary-contrast: #000;--ion-color-primary-contrast-rgb: 0, 0, 0;--ion-color-primary-shade: #6d96e0;--ion-color-primary-tint: #89b3ff;--ion-color-secondary: #62bdff;--ion-color-secondary-rgb: 98, 189, 255;--ion-color-secondary-contrast: #000;--ion-color-secondary-contrast-rgb: 0, 0, 0;--ion-color-secondary-shade: #56a6e0;--ion-color-secondary-tint: #72c4ff;--ion-color-tertiary: #b6b9f9;--ion-color-tertiary-rgb: 182, 185, 249;--ion-color-tertiary-contrast: #000;--ion-color-tertiary-contrast-rgb: 0, 0, 0;--ion-color-tertiary-shade: #a0a3db;--ion-color-tertiary-tint: #bdc0fa;--ion-color-success: #4ada71;--ion-color-success-rgb: 74, 218, 113;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #41c063;--ion-color-success-tint: #5cde7f;--ion-color-warning: #ffce31;--ion-color-warning-rgb: 255, 206, 49;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0b52b;--ion-color-warning-tint: #ffd346;--ion-color-danger: #fc9aa2;--ion-color-danger-rgb: 252, 154, 162;--ion-color-danger-contrast: #000;--ion-color-danger-contrast-rgb: 0, 0, 0;--ion-color-danger-shade: #de888f;--ion-color-danger-tint: #fca4ab;--ion-color-light: #222428;--ion-color-light-rgb: 34, 36, 40;--ion-color-light-contrast: #fff;--ion-color-light-contrast-rgb: 255, 255, 255;--ion-color-light-shade: #1e2023;--ion-color-light-tint: #383a3e;--ion-color-medium: #a8aab3;--ion-color-medium-rgb: 168, 170, 179;--ion-color-medium-contrast: #000;--ion-color-medium-contrast-rgb: 0, 0, 0;--ion-color-medium-shade: #94969e;--ion-color-medium-tint: #b1b3bb;--ion-color-dark: #f4f5f8;--ion-color-dark-rgb: 244, 245, 248;--ion-color-dark-contrast: #000;--ion-color-dark-contrast-rgb: 0, 0, 0;--ion-color-dark-shade: #d7d8da;--ion-color-dark-tint: #f5f6f9}:root.ios{--ion-background-color: #000000;--ion-background-color-rgb: 0, 0, 0;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-item-background: #000000;--ion-card-background: #1c1c1d;--ion-item-border-color: var(--ion-background-color-step-400);--ion-text-color-step-50: #f9f9f9;--ion-text-color-step-100: #f3f3f3;--ion-text-color-step-150: #ededed;--ion-text-color-step-200: #e7e7e7;--ion-text-color-step-250: #e1e1e1;--ion-text-color-step-300: #dbdbdb;--ion-text-color-step-350: #d5d5d5;--ion-text-color-step-400: #cfcfcf;--ion-text-color-step-450: #c9c9c9;--ion-text-color-step-500: #c4c4c4;--ion-text-color-step-550: #bebebe;--ion-text-color-step-600: #b8b8b8;--ion-text-color-step-650: #b2b2b2;--ion-text-color-step-700: #acacac;--ion-text-color-step-750: #a6a6a6;--ion-text-color-step-800: #a0a0a0;--ion-text-color-step-850: #9a9a9a;--ion-text-color-step-900: #949494;--ion-text-color-step-950: #8e8e8e;--ion-background-color-step-50: #0d0d0d;--ion-background-color-step-100: #1a1a1a;--ion-background-color-step-150: #262626;--ion-background-color-step-200: #333333;--ion-background-color-step-250: #404040;--ion-background-color-step-300: #4d4d4d;--ion-background-color-step-350: #595959;--ion-background-color-step-400: #666666;--ion-background-color-step-450: #737373;--ion-background-color-step-500: gray;--ion-background-color-step-550: #8c8c8c;--ion-background-color-step-600: #999999;--ion-background-color-step-650: #a6a6a6;--ion-background-color-step-700: #b3b3b3;--ion-background-color-step-750: #bfbfbf;--ion-background-color-step-800: #cccccc;--ion-background-color-step-850: #d9d9d9;--ion-background-color-step-900: #e6e6e6;--ion-background-color-step-950: #f2f2f2}:root.ios ion-modal{--ion-background-color: var(--ion-background-color-step-100);--ion-toolbar-background: var(--ion-background-color-step-150);--ion-toolbar-border-color: var(--ion-background-color-step-250)}:root.md{--ion-background-color: #121212;--ion-background-color-rgb: 18, 18, 18;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-border-color: #222222;--ion-item-background: #1e1e1e;--ion-toolbar-background: #1f1f1f;--ion-tab-bar-background: #1f1f1f;--ion-card-background: #1e1e1e;--ion-item-border-color: var(--ion-background-color-step-400);--ion-text-color-step-50: #f9f9f9;--ion-text-color-step-100: #f3f3f3;--ion-text-color-step-150: #ededed;--ion-text-color-step-200: #e7e7e7;--ion-text-color-step-250: #e1e1e1;--ion-text-color-step-300: #dbdbdb;--ion-text-color-step-350: #d5d5d5;--ion-text-color-step-400: #cfcfcf;--ion-text-color-step-450: #c9c9c9;--ion-text-color-step-500: #c4c4c4;--ion-text-color-step-550: #bebebe;--ion-text-color-step-600: #b8b8b8;--ion-text-color-step-650: #b2b2b2;--ion-text-color-step-700: #acacac;--ion-text-color-step-750: #a6a6a6;--ion-text-color-step-800: #a0a0a0;--ion-text-color-step-850: #9a9a9a;--ion-text-color-step-900: #949494;--ion-text-color-step-950: #8e8e8e;--ion-background-color-step-50: #1e1e1e;--ion-background-color-step-100: #2a2a2a;--ion-background-color-step-150: #363636;--ion-background-color-step-200: #414141;--ion-background-color-step-250: #4d4d4d;--ion-background-color-step-300: #595959;--ion-background-color-step-350: #656565;--ion-background-color-step-400: #717171;--ion-background-color-step-450: #7d7d7d;--ion-background-color-step-500: #898989;--ion-background-color-step-550: #949494;--ion-background-color-step-600: #a0a0a0;--ion-background-color-step-650: #acacac;--ion-background-color-step-700: #b8b8b8;--ion-background-color-step-750: #c4c4c4;--ion-background-color-step-800: #d0d0d0;--ion-background-color-step-850: #dbdbdb;--ion-background-color-step-900: #e7e7e7;--ion-background-color-step-950: #f3f3f3}:root.md ion-toast{--color: var(--ion-background-color)}:root.md ion-toast::part(button){color:var(--color)}@supports(color: color-mix(in lch, plum, pink)){:root.md ion-toast::part(button){color:color-mix(in srgb, var(--color) 73%, var(--button-color))}}:root.md ion-toast::part(button cancel){color:var(--color)}/*# sourceMappingURL=high-contrast-dark.always.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/high-contrast-dark.scss"],"names":[],"mappings":"AAgGE,MACE,+BAGE,6BACA,uCACA,mCACA,0CACA,sDACA,iDALA,+BACA,wCACA,qCACA,4CACA,uDACA,mDALA,8BACA,wCACA,oCACA,2CACA,uDACA,kDALA,6BACA,sCACA,mCACA,0CACA,qDACA,kDALA,6BACA,sCACA,mCACA,0CACA,qDACA,gDALA,4BACA,sCACA,kCACA,yCACA,sDACA,kDALA,2BACA,kCACA,iCACA,8CACA,iDACA,8CALA,4BACA,sCACA,kCACA,yCACA,qDACA,kDALA,0BACA,oCACA,gCACA,uCACA,mDACA,8CASJ,UACE,gCACA,oCACA,0BACA,oCACA,+BACA,+BAIA,8DACA,sDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,yDACA,uDACA,0DACA,yCACA,0DACA,uDACA,0DACA,yCACA,6DACA,0DACA,6DACA,yCACA,6DACA,0DACA,6DACA,yCACA,6DACA,0DACA,6DAMF,oBACE,6DACA,+DACA,iEAOF,SACE,gCACA,uCACA,0BACA,oCACA,4BACA,+BACA,kCACA,kCACA,+BAIA,8DACA,sDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,yDACA,uDACA,0DACA,uDACA,0DACA,uDACA,6DACA,0DACA,6DACA,0DACA,6DACA,0DACA,6DACA,0DACA,6DACA,0DACA,6DACA,0DACA,6DAMF,mBACE,qCAGF,iCAEE,mBAIF,gDACE,iCACE,iEAIJ,wCACE","file":"high-contrast-dark.always.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #7cabff;\n$secondary: #62bdff;\n$tertiary: #b6b9f9;\n$success: #4ada71;\n$warning: #ffce31;\n$danger: #fc9aa2;\n$light: #222428;\n$medium: #a8aab3;\n$dark: #f4f5f8;\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);\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-palette() {\n & {\n --ion-placeholder-opacity: 0.8;\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 }\n}\n\n@mixin high-contrast-dark-ios-palette() {\n $background-color: #000000;\n \n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\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 --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 --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-palette() {\n $background-color: #121212;\n \n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n --ion-border-color: #222222;\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 --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 --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
+ {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/high-contrast-dark.scss"],"names":[],"mappings":"AAgGE,MACE,+BAGE,6BACA,uCACA,mCACA,0CACA,mCACA,kCALA,+BACA,wCACA,qCACA,4CACA,qCACA,oCALA,8BACA,wCACA,oCACA,2CACA,oCACA,mCALA,6BACA,sCACA,mCACA,0CACA,mCACA,kCALA,6BACA,sCACA,mCACA,0CACA,mCACA,kCALA,4BACA,sCACA,kCACA,yCACA,kCACA,iCALA,2BACA,kCACA,iCACA,8CACA,iCACA,gCALA,4BACA,sCACA,kCACA,yCACA,kCACA,iCALA,0BACA,oCACA,gCACA,uCACA,gCACA,+BASJ,UACE,gCACA,oCACA,0BACA,oCACA,+BACA,+BAIA,8DACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,wCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,sCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCAMF,oBACE,6DACA,+DACA,iEAOF,SACE,gCACA,uCACA,0BACA,oCACA,4BACA,+BACA,kCACA,kCACA,+BAIA,8DACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,wCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCAMF,mBACE,qCAGF,iCAEE,mBAIF,gDACE,iCACE,iEAIJ,wCACE","file":"high-contrast-dark.always.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #7cabff;\n$secondary: #62bdff;\n$tertiary: #b6b9f9;\n$success: #4ada71;\n$warning: #ffce31;\n$danger: #fc9aa2;\n$light: #222428;\n$medium: #a8aab3;\n$dark: #f4f5f8;\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);\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-palette() {\n & {\n --ion-placeholder-opacity: 0.8;\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 }\n}\n\n@mixin high-contrast-dark-ios-palette() {\n $background-color: #000000;\n \n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\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 --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 --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-palette() {\n $background-color: #121212;\n \n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n --ion-border-color: #222222;\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 --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 --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 +1 @@
1
- .ion-palette-high-contrast.ion-palette-dark{--ion-placeholder-opacity: 0.8;--ion-color-primary: #7cabff;--ion-color-primary-rgb: 124, 171, 255;--ion-color-primary-contrast: #000;--ion-color-primary-contrast-rgb: 0, 0, 0;--ion-color-primary-shade: rgb(109.12, 150.48, 224.4);--ion-color-primary-tint: rgb(137.1, 179.4, 255);--ion-color-secondary: #62bdff;--ion-color-secondary-rgb: 98, 189, 255;--ion-color-secondary-contrast: #000;--ion-color-secondary-contrast-rgb: 0, 0, 0;--ion-color-secondary-shade: rgb(86.24, 166.32, 224.4);--ion-color-secondary-tint: rgb(113.7, 195.6, 255);--ion-color-tertiary: #b6b9f9;--ion-color-tertiary-rgb: 182, 185, 249;--ion-color-tertiary-contrast: #000;--ion-color-tertiary-contrast-rgb: 0, 0, 0;--ion-color-tertiary-shade: rgb(160.16, 162.8, 219.12);--ion-color-tertiary-tint: rgb(189.3, 192, 249.6);--ion-color-success: #4ada71;--ion-color-success-rgb: 74, 218, 113;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: rgb(65.12, 191.84, 99.44);--ion-color-success-tint: rgb(92.1, 221.7, 127.2);--ion-color-warning: #ffce31;--ion-color-warning-rgb: 255, 206, 49;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: rgb(224.4, 181.28, 43.12);--ion-color-warning-tint: rgb(255, 210.9, 69.6);--ion-color-danger: #fc9aa2;--ion-color-danger-rgb: 252, 154, 162;--ion-color-danger-contrast: #000;--ion-color-danger-contrast-rgb: 0, 0, 0;--ion-color-danger-shade: rgb(221.76, 135.52, 142.56);--ion-color-danger-tint: rgb(252.3, 164.1, 171.3);--ion-color-light: #222428;--ion-color-light-rgb: 34, 36, 40;--ion-color-light-contrast: #fff;--ion-color-light-contrast-rgb: 255, 255, 255;--ion-color-light-shade: rgb(29.92, 31.68, 35.2);--ion-color-light-tint: rgb(56.1, 57.9, 61.5);--ion-color-medium: #a8aab3;--ion-color-medium-rgb: 168, 170, 179;--ion-color-medium-contrast: #000;--ion-color-medium-contrast-rgb: 0, 0, 0;--ion-color-medium-shade: rgb(147.84, 149.6, 157.52);--ion-color-medium-tint: rgb(176.7, 178.5, 186.6);--ion-color-dark: #f4f5f8;--ion-color-dark-rgb: 244, 245, 248;--ion-color-dark-contrast: #000;--ion-color-dark-contrast-rgb: 0, 0, 0;--ion-color-dark-shade: rgb(214.72, 215.6, 218.24);--ion-color-dark-tint: rgb(245.1, 246, 248.7)}.ion-palette-high-contrast.ion-palette-dark.ios{--ion-background-color: #000000;--ion-background-color-rgb: 0, 0, 0;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-item-background: #000000;--ion-card-background: #1c1c1d;--ion-item-border-color: var(--ion-background-color-step-400);--ion-text-color-step-50: rgb(249.05, 249.05, 249.05);--ion-text-color-step-100: rgb(243.1, 243.1, 243.1);--ion-text-color-step-150: rgb(237.15, 237.15, 237.15);--ion-text-color-step-200: rgb(231.2, 231.2, 231.2);--ion-text-color-step-250: rgb(225.25, 225.25, 225.25);--ion-text-color-step-300: rgb(219.3, 219.3, 219.3);--ion-text-color-step-350: rgb(213.35, 213.35, 213.35);--ion-text-color-step-400: rgb(207.4, 207.4, 207.4);--ion-text-color-step-450: rgb(201.45, 201.45, 201.45);--ion-text-color-step-500: rgb(195.5, 195.5, 195.5);--ion-text-color-step-550: rgb(189.55, 189.55, 189.55);--ion-text-color-step-600: rgb(183.6, 183.6, 183.6);--ion-text-color-step-650: rgb(177.65, 177.65, 177.65);--ion-text-color-step-700: rgb(171.7, 171.7, 171.7);--ion-text-color-step-750: rgb(165.75, 165.75, 165.75);--ion-text-color-step-800: rgb(159.8, 159.8, 159.8);--ion-text-color-step-850: rgb(153.85, 153.85, 153.85);--ion-text-color-step-900: rgb(147.9, 147.9, 147.9);--ion-text-color-step-950: rgb(141.95, 141.95, 141.95);--ion-background-color-step-50: rgb(12.75, 12.75, 12.75);--ion-background-color-step-100: rgb(25.5, 25.5, 25.5);--ion-background-color-step-150: rgb(38.25, 38.25, 38.25);--ion-background-color-step-200: #333333;--ion-background-color-step-250: rgb(63.75, 63.75, 63.75);--ion-background-color-step-300: rgb(76.5, 76.5, 76.5);--ion-background-color-step-350: rgb(89.25, 89.25, 89.25);--ion-background-color-step-400: #666666;--ion-background-color-step-450: rgb(114.75, 114.75, 114.75);--ion-background-color-step-500: rgb(127.5, 127.5, 127.5);--ion-background-color-step-550: rgb(140.25, 140.25, 140.25);--ion-background-color-step-600: #999999;--ion-background-color-step-650: rgb(165.75, 165.75, 165.75);--ion-background-color-step-700: rgb(178.5, 178.5, 178.5);--ion-background-color-step-750: rgb(191.25, 191.25, 191.25);--ion-background-color-step-800: #cccccc;--ion-background-color-step-850: rgb(216.75, 216.75, 216.75);--ion-background-color-step-900: rgb(229.5, 229.5, 229.5);--ion-background-color-step-950: rgb(242.25, 242.25, 242.25)}.ion-palette-high-contrast.ion-palette-dark.ios ion-modal{--ion-background-color: var(--ion-background-color-step-100);--ion-toolbar-background: var(--ion-background-color-step-150);--ion-toolbar-border-color: var(--ion-background-color-step-250)}.ion-palette-high-contrast.ion-palette-dark.md{--ion-background-color: #121212;--ion-background-color-rgb: 18, 18, 18;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-border-color: #222222;--ion-item-background: #1e1e1e;--ion-toolbar-background: #1f1f1f;--ion-tab-bar-background: #1f1f1f;--ion-card-background: #1e1e1e;--ion-item-border-color: var(--ion-background-color-step-400);--ion-text-color-step-50: rgb(249.05, 249.05, 249.05);--ion-text-color-step-100: rgb(243.1, 243.1, 243.1);--ion-text-color-step-150: rgb(237.15, 237.15, 237.15);--ion-text-color-step-200: rgb(231.2, 231.2, 231.2);--ion-text-color-step-250: rgb(225.25, 225.25, 225.25);--ion-text-color-step-300: rgb(219.3, 219.3, 219.3);--ion-text-color-step-350: rgb(213.35, 213.35, 213.35);--ion-text-color-step-400: rgb(207.4, 207.4, 207.4);--ion-text-color-step-450: rgb(201.45, 201.45, 201.45);--ion-text-color-step-500: rgb(195.5, 195.5, 195.5);--ion-text-color-step-550: rgb(189.55, 189.55, 189.55);--ion-text-color-step-600: rgb(183.6, 183.6, 183.6);--ion-text-color-step-650: rgb(177.65, 177.65, 177.65);--ion-text-color-step-700: rgb(171.7, 171.7, 171.7);--ion-text-color-step-750: rgb(165.75, 165.75, 165.75);--ion-text-color-step-800: rgb(159.8, 159.8, 159.8);--ion-text-color-step-850: rgb(153.85, 153.85, 153.85);--ion-text-color-step-900: rgb(147.9, 147.9, 147.9);--ion-text-color-step-950: rgb(141.95, 141.95, 141.95);--ion-background-color-step-50: rgb(29.85, 29.85, 29.85);--ion-background-color-step-100: rgb(41.7, 41.7, 41.7);--ion-background-color-step-150: rgb(53.55, 53.55, 53.55);--ion-background-color-step-200: rgb(65.4, 65.4, 65.4);--ion-background-color-step-250: rgb(77.25, 77.25, 77.25);--ion-background-color-step-300: rgb(89.1, 89.1, 89.1);--ion-background-color-step-350: rgb(100.95, 100.95, 100.95);--ion-background-color-step-400: rgb(112.8, 112.8, 112.8);--ion-background-color-step-450: rgb(124.65, 124.65, 124.65);--ion-background-color-step-500: rgb(136.5, 136.5, 136.5);--ion-background-color-step-550: rgb(148.35, 148.35, 148.35);--ion-background-color-step-600: rgb(160.2, 160.2, 160.2);--ion-background-color-step-650: rgb(172.05, 172.05, 172.05);--ion-background-color-step-700: rgb(183.9, 183.9, 183.9);--ion-background-color-step-750: rgb(195.75, 195.75, 195.75);--ion-background-color-step-800: rgb(207.6, 207.6, 207.6);--ion-background-color-step-850: rgb(219.45, 219.45, 219.45);--ion-background-color-step-900: rgb(231.3, 231.3, 231.3);--ion-background-color-step-950: rgb(243.15, 243.15, 243.15)}.ion-palette-high-contrast.ion-palette-dark.md ion-toast{--color: var(--ion-background-color)}.ion-palette-high-contrast.ion-palette-dark.md ion-toast::part(button){color:var(--color)}@supports(color: color-mix(in lch, plum, pink)){.ion-palette-high-contrast.ion-palette-dark.md ion-toast::part(button){color:color-mix(in srgb, var(--color) 73%, var(--button-color))}}.ion-palette-high-contrast.ion-palette-dark.md ion-toast::part(button cancel){color:var(--color)}/*# sourceMappingURL=high-contrast-dark.class.css.map */
1
+ .ion-palette-high-contrast.ion-palette-dark{--ion-placeholder-opacity: 0.8;--ion-color-primary: #7cabff;--ion-color-primary-rgb: 124, 171, 255;--ion-color-primary-contrast: #000;--ion-color-primary-contrast-rgb: 0, 0, 0;--ion-color-primary-shade: #6d96e0;--ion-color-primary-tint: #89b3ff;--ion-color-secondary: #62bdff;--ion-color-secondary-rgb: 98, 189, 255;--ion-color-secondary-contrast: #000;--ion-color-secondary-contrast-rgb: 0, 0, 0;--ion-color-secondary-shade: #56a6e0;--ion-color-secondary-tint: #72c4ff;--ion-color-tertiary: #b6b9f9;--ion-color-tertiary-rgb: 182, 185, 249;--ion-color-tertiary-contrast: #000;--ion-color-tertiary-contrast-rgb: 0, 0, 0;--ion-color-tertiary-shade: #a0a3db;--ion-color-tertiary-tint: #bdc0fa;--ion-color-success: #4ada71;--ion-color-success-rgb: 74, 218, 113;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #41c063;--ion-color-success-tint: #5cde7f;--ion-color-warning: #ffce31;--ion-color-warning-rgb: 255, 206, 49;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0b52b;--ion-color-warning-tint: #ffd346;--ion-color-danger: #fc9aa2;--ion-color-danger-rgb: 252, 154, 162;--ion-color-danger-contrast: #000;--ion-color-danger-contrast-rgb: 0, 0, 0;--ion-color-danger-shade: #de888f;--ion-color-danger-tint: #fca4ab;--ion-color-light: #222428;--ion-color-light-rgb: 34, 36, 40;--ion-color-light-contrast: #fff;--ion-color-light-contrast-rgb: 255, 255, 255;--ion-color-light-shade: #1e2023;--ion-color-light-tint: #383a3e;--ion-color-medium: #a8aab3;--ion-color-medium-rgb: 168, 170, 179;--ion-color-medium-contrast: #000;--ion-color-medium-contrast-rgb: 0, 0, 0;--ion-color-medium-shade: #94969e;--ion-color-medium-tint: #b1b3bb;--ion-color-dark: #f4f5f8;--ion-color-dark-rgb: 244, 245, 248;--ion-color-dark-contrast: #000;--ion-color-dark-contrast-rgb: 0, 0, 0;--ion-color-dark-shade: #d7d8da;--ion-color-dark-tint: #f5f6f9}.ion-palette-high-contrast.ion-palette-dark.ios{--ion-background-color: #000000;--ion-background-color-rgb: 0, 0, 0;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-item-background: #000000;--ion-card-background: #1c1c1d;--ion-item-border-color: var(--ion-background-color-step-400);--ion-text-color-step-50: #f9f9f9;--ion-text-color-step-100: #f3f3f3;--ion-text-color-step-150: #ededed;--ion-text-color-step-200: #e7e7e7;--ion-text-color-step-250: #e1e1e1;--ion-text-color-step-300: #dbdbdb;--ion-text-color-step-350: #d5d5d5;--ion-text-color-step-400: #cfcfcf;--ion-text-color-step-450: #c9c9c9;--ion-text-color-step-500: #c4c4c4;--ion-text-color-step-550: #bebebe;--ion-text-color-step-600: #b8b8b8;--ion-text-color-step-650: #b2b2b2;--ion-text-color-step-700: #acacac;--ion-text-color-step-750: #a6a6a6;--ion-text-color-step-800: #a0a0a0;--ion-text-color-step-850: #9a9a9a;--ion-text-color-step-900: #949494;--ion-text-color-step-950: #8e8e8e;--ion-background-color-step-50: #0d0d0d;--ion-background-color-step-100: #1a1a1a;--ion-background-color-step-150: #262626;--ion-background-color-step-200: #333333;--ion-background-color-step-250: #404040;--ion-background-color-step-300: #4d4d4d;--ion-background-color-step-350: #595959;--ion-background-color-step-400: #666666;--ion-background-color-step-450: #737373;--ion-background-color-step-500: gray;--ion-background-color-step-550: #8c8c8c;--ion-background-color-step-600: #999999;--ion-background-color-step-650: #a6a6a6;--ion-background-color-step-700: #b3b3b3;--ion-background-color-step-750: #bfbfbf;--ion-background-color-step-800: #cccccc;--ion-background-color-step-850: #d9d9d9;--ion-background-color-step-900: #e6e6e6;--ion-background-color-step-950: #f2f2f2}.ion-palette-high-contrast.ion-palette-dark.ios ion-modal{--ion-background-color: var(--ion-background-color-step-100);--ion-toolbar-background: var(--ion-background-color-step-150);--ion-toolbar-border-color: var(--ion-background-color-step-250)}.ion-palette-high-contrast.ion-palette-dark.md{--ion-background-color: #121212;--ion-background-color-rgb: 18, 18, 18;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-border-color: #222222;--ion-item-background: #1e1e1e;--ion-toolbar-background: #1f1f1f;--ion-tab-bar-background: #1f1f1f;--ion-card-background: #1e1e1e;--ion-item-border-color: var(--ion-background-color-step-400);--ion-text-color-step-50: #f9f9f9;--ion-text-color-step-100: #f3f3f3;--ion-text-color-step-150: #ededed;--ion-text-color-step-200: #e7e7e7;--ion-text-color-step-250: #e1e1e1;--ion-text-color-step-300: #dbdbdb;--ion-text-color-step-350: #d5d5d5;--ion-text-color-step-400: #cfcfcf;--ion-text-color-step-450: #c9c9c9;--ion-text-color-step-500: #c4c4c4;--ion-text-color-step-550: #bebebe;--ion-text-color-step-600: #b8b8b8;--ion-text-color-step-650: #b2b2b2;--ion-text-color-step-700: #acacac;--ion-text-color-step-750: #a6a6a6;--ion-text-color-step-800: #a0a0a0;--ion-text-color-step-850: #9a9a9a;--ion-text-color-step-900: #949494;--ion-text-color-step-950: #8e8e8e;--ion-background-color-step-50: #1e1e1e;--ion-background-color-step-100: #2a2a2a;--ion-background-color-step-150: #363636;--ion-background-color-step-200: #414141;--ion-background-color-step-250: #4d4d4d;--ion-background-color-step-300: #595959;--ion-background-color-step-350: #656565;--ion-background-color-step-400: #717171;--ion-background-color-step-450: #7d7d7d;--ion-background-color-step-500: #898989;--ion-background-color-step-550: #949494;--ion-background-color-step-600: #a0a0a0;--ion-background-color-step-650: #acacac;--ion-background-color-step-700: #b8b8b8;--ion-background-color-step-750: #c4c4c4;--ion-background-color-step-800: #d0d0d0;--ion-background-color-step-850: #dbdbdb;--ion-background-color-step-900: #e7e7e7;--ion-background-color-step-950: #f3f3f3}.ion-palette-high-contrast.ion-palette-dark.md ion-toast{--color: var(--ion-background-color)}.ion-palette-high-contrast.ion-palette-dark.md ion-toast::part(button){color:var(--color)}@supports(color: color-mix(in lch, plum, pink)){.ion-palette-high-contrast.ion-palette-dark.md ion-toast::part(button){color:color-mix(in srgb, var(--color) 73%, var(--button-color))}}.ion-palette-high-contrast.ion-palette-dark.md ion-toast::part(button cancel){color:var(--color)}/*# sourceMappingURL=high-contrast-dark.class.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/high-contrast-dark.scss"],"names":[],"mappings":"AAgGE,4CACE,+BAGE,6BACA,uCACA,mCACA,0CACA,sDACA,iDALA,+BACA,wCACA,qCACA,4CACA,uDACA,mDALA,8BACA,wCACA,oCACA,2CACA,uDACA,kDALA,6BACA,sCACA,mCACA,0CACA,qDACA,kDALA,6BACA,sCACA,mCACA,0CACA,qDACA,gDALA,4BACA,sCACA,kCACA,yCACA,sDACA,kDALA,2BACA,kCACA,iCACA,8CACA,iDACA,8CALA,4BACA,sCACA,kCACA,yCACA,qDACA,kDALA,0BACA,oCACA,gCACA,uCACA,mDACA,8CASJ,gDACE,gCACA,oCACA,0BACA,oCACA,+BACA,+BAIA,8DACA,sDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,yDACA,uDACA,0DACA,yCACA,0DACA,uDACA,0DACA,yCACA,6DACA,0DACA,6DACA,yCACA,6DACA,0DACA,6DACA,yCACA,6DACA,0DACA,6DAMF,0DACE,6DACA,+DACA,iEAOF,+CACE,gCACA,uCACA,0BACA,oCACA,4BACA,+BACA,kCACA,kCACA,+BAIA,8DACA,sDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,yDACA,uDACA,0DACA,uDACA,0DACA,uDACA,6DACA,0DACA,6DACA,0DACA,6DACA,0DACA,6DACA,0DACA,6DACA,0DACA,6DACA,0DACA,6DAMF,yDACE,qCAGF,uEAEE,mBAIF,gDACE,uEACE,iEAIJ,8EACE","file":"high-contrast-dark.class.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #7cabff;\n$secondary: #62bdff;\n$tertiary: #b6b9f9;\n$success: #4ada71;\n$warning: #ffce31;\n$danger: #fc9aa2;\n$light: #222428;\n$medium: #a8aab3;\n$dark: #f4f5f8;\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);\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-palette() {\n & {\n --ion-placeholder-opacity: 0.8;\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 }\n}\n\n@mixin high-contrast-dark-ios-palette() {\n $background-color: #000000;\n \n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\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 --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 --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-palette() {\n $background-color: #121212;\n \n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n --ion-border-color: #222222;\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 --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 --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
+ {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/high-contrast-dark.scss"],"names":[],"mappings":"AAgGE,4CACE,+BAGE,6BACA,uCACA,mCACA,0CACA,mCACA,kCALA,+BACA,wCACA,qCACA,4CACA,qCACA,oCALA,8BACA,wCACA,oCACA,2CACA,oCACA,mCALA,6BACA,sCACA,mCACA,0CACA,mCACA,kCALA,6BACA,sCACA,mCACA,0CACA,mCACA,kCALA,4BACA,sCACA,kCACA,yCACA,kCACA,iCALA,2BACA,kCACA,iCACA,8CACA,iCACA,gCALA,4BACA,sCACA,kCACA,yCACA,kCACA,iCALA,0BACA,oCACA,gCACA,uCACA,gCACA,+BASJ,gDACE,gCACA,oCACA,0BACA,oCACA,+BACA,+BAIA,8DACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,wCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,sCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCAMF,0DACE,6DACA,+DACA,iEAOF,+CACE,gCACA,uCACA,0BACA,oCACA,4BACA,+BACA,kCACA,kCACA,+BAIA,8DACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,wCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCAMF,yDACE,qCAGF,uEAEE,mBAIF,gDACE,uEACE,iEAIJ,8EACE","file":"high-contrast-dark.class.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #7cabff;\n$secondary: #62bdff;\n$tertiary: #b6b9f9;\n$success: #4ada71;\n$warning: #ffce31;\n$danger: #fc9aa2;\n$light: #222428;\n$medium: #a8aab3;\n$dark: #f4f5f8;\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);\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-palette() {\n & {\n --ion-placeholder-opacity: 0.8;\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 }\n}\n\n@mixin high-contrast-dark-ios-palette() {\n $background-color: #000000;\n \n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\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 --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 --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-palette() {\n $background-color: #121212;\n \n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n --ion-border-color: #222222;\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 --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 --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 +1 @@
1
- @media(prefers-contrast: more)and (prefers-color-scheme: dark){:root{--ion-placeholder-opacity: 0.8;--ion-color-primary: #7cabff;--ion-color-primary-rgb: 124, 171, 255;--ion-color-primary-contrast: #000;--ion-color-primary-contrast-rgb: 0, 0, 0;--ion-color-primary-shade: rgb(109.12, 150.48, 224.4);--ion-color-primary-tint: rgb(137.1, 179.4, 255);--ion-color-secondary: #62bdff;--ion-color-secondary-rgb: 98, 189, 255;--ion-color-secondary-contrast: #000;--ion-color-secondary-contrast-rgb: 0, 0, 0;--ion-color-secondary-shade: rgb(86.24, 166.32, 224.4);--ion-color-secondary-tint: rgb(113.7, 195.6, 255);--ion-color-tertiary: #b6b9f9;--ion-color-tertiary-rgb: 182, 185, 249;--ion-color-tertiary-contrast: #000;--ion-color-tertiary-contrast-rgb: 0, 0, 0;--ion-color-tertiary-shade: rgb(160.16, 162.8, 219.12);--ion-color-tertiary-tint: rgb(189.3, 192, 249.6);--ion-color-success: #4ada71;--ion-color-success-rgb: 74, 218, 113;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: rgb(65.12, 191.84, 99.44);--ion-color-success-tint: rgb(92.1, 221.7, 127.2);--ion-color-warning: #ffce31;--ion-color-warning-rgb: 255, 206, 49;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: rgb(224.4, 181.28, 43.12);--ion-color-warning-tint: rgb(255, 210.9, 69.6);--ion-color-danger: #fc9aa2;--ion-color-danger-rgb: 252, 154, 162;--ion-color-danger-contrast: #000;--ion-color-danger-contrast-rgb: 0, 0, 0;--ion-color-danger-shade: rgb(221.76, 135.52, 142.56);--ion-color-danger-tint: rgb(252.3, 164.1, 171.3);--ion-color-light: #222428;--ion-color-light-rgb: 34, 36, 40;--ion-color-light-contrast: #fff;--ion-color-light-contrast-rgb: 255, 255, 255;--ion-color-light-shade: rgb(29.92, 31.68, 35.2);--ion-color-light-tint: rgb(56.1, 57.9, 61.5);--ion-color-medium: #a8aab3;--ion-color-medium-rgb: 168, 170, 179;--ion-color-medium-contrast: #000;--ion-color-medium-contrast-rgb: 0, 0, 0;--ion-color-medium-shade: rgb(147.84, 149.6, 157.52);--ion-color-medium-tint: rgb(176.7, 178.5, 186.6);--ion-color-dark: #f4f5f8;--ion-color-dark-rgb: 244, 245, 248;--ion-color-dark-contrast: #000;--ion-color-dark-contrast-rgb: 0, 0, 0;--ion-color-dark-shade: rgb(214.72, 215.6, 218.24);--ion-color-dark-tint: rgb(245.1, 246, 248.7)}:root.ios{--ion-background-color: #000000;--ion-background-color-rgb: 0, 0, 0;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-item-background: #000000;--ion-card-background: #1c1c1d;--ion-item-border-color: var(--ion-background-color-step-400);--ion-text-color-step-50: rgb(249.05, 249.05, 249.05);--ion-text-color-step-100: rgb(243.1, 243.1, 243.1);--ion-text-color-step-150: rgb(237.15, 237.15, 237.15);--ion-text-color-step-200: rgb(231.2, 231.2, 231.2);--ion-text-color-step-250: rgb(225.25, 225.25, 225.25);--ion-text-color-step-300: rgb(219.3, 219.3, 219.3);--ion-text-color-step-350: rgb(213.35, 213.35, 213.35);--ion-text-color-step-400: rgb(207.4, 207.4, 207.4);--ion-text-color-step-450: rgb(201.45, 201.45, 201.45);--ion-text-color-step-500: rgb(195.5, 195.5, 195.5);--ion-text-color-step-550: rgb(189.55, 189.55, 189.55);--ion-text-color-step-600: rgb(183.6, 183.6, 183.6);--ion-text-color-step-650: rgb(177.65, 177.65, 177.65);--ion-text-color-step-700: rgb(171.7, 171.7, 171.7);--ion-text-color-step-750: rgb(165.75, 165.75, 165.75);--ion-text-color-step-800: rgb(159.8, 159.8, 159.8);--ion-text-color-step-850: rgb(153.85, 153.85, 153.85);--ion-text-color-step-900: rgb(147.9, 147.9, 147.9);--ion-text-color-step-950: rgb(141.95, 141.95, 141.95);--ion-background-color-step-50: rgb(12.75, 12.75, 12.75);--ion-background-color-step-100: rgb(25.5, 25.5, 25.5);--ion-background-color-step-150: rgb(38.25, 38.25, 38.25);--ion-background-color-step-200: #333333;--ion-background-color-step-250: rgb(63.75, 63.75, 63.75);--ion-background-color-step-300: rgb(76.5, 76.5, 76.5);--ion-background-color-step-350: rgb(89.25, 89.25, 89.25);--ion-background-color-step-400: #666666;--ion-background-color-step-450: rgb(114.75, 114.75, 114.75);--ion-background-color-step-500: rgb(127.5, 127.5, 127.5);--ion-background-color-step-550: rgb(140.25, 140.25, 140.25);--ion-background-color-step-600: #999999;--ion-background-color-step-650: rgb(165.75, 165.75, 165.75);--ion-background-color-step-700: rgb(178.5, 178.5, 178.5);--ion-background-color-step-750: rgb(191.25, 191.25, 191.25);--ion-background-color-step-800: #cccccc;--ion-background-color-step-850: rgb(216.75, 216.75, 216.75);--ion-background-color-step-900: rgb(229.5, 229.5, 229.5);--ion-background-color-step-950: rgb(242.25, 242.25, 242.25)}:root.ios ion-modal{--ion-background-color: var(--ion-background-color-step-100);--ion-toolbar-background: var(--ion-background-color-step-150);--ion-toolbar-border-color: var(--ion-background-color-step-250)}:root.md{--ion-background-color: #121212;--ion-background-color-rgb: 18, 18, 18;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-border-color: #222222;--ion-item-background: #1e1e1e;--ion-toolbar-background: #1f1f1f;--ion-tab-bar-background: #1f1f1f;--ion-card-background: #1e1e1e;--ion-item-border-color: var(--ion-background-color-step-400);--ion-text-color-step-50: rgb(249.05, 249.05, 249.05);--ion-text-color-step-100: rgb(243.1, 243.1, 243.1);--ion-text-color-step-150: rgb(237.15, 237.15, 237.15);--ion-text-color-step-200: rgb(231.2, 231.2, 231.2);--ion-text-color-step-250: rgb(225.25, 225.25, 225.25);--ion-text-color-step-300: rgb(219.3, 219.3, 219.3);--ion-text-color-step-350: rgb(213.35, 213.35, 213.35);--ion-text-color-step-400: rgb(207.4, 207.4, 207.4);--ion-text-color-step-450: rgb(201.45, 201.45, 201.45);--ion-text-color-step-500: rgb(195.5, 195.5, 195.5);--ion-text-color-step-550: rgb(189.55, 189.55, 189.55);--ion-text-color-step-600: rgb(183.6, 183.6, 183.6);--ion-text-color-step-650: rgb(177.65, 177.65, 177.65);--ion-text-color-step-700: rgb(171.7, 171.7, 171.7);--ion-text-color-step-750: rgb(165.75, 165.75, 165.75);--ion-text-color-step-800: rgb(159.8, 159.8, 159.8);--ion-text-color-step-850: rgb(153.85, 153.85, 153.85);--ion-text-color-step-900: rgb(147.9, 147.9, 147.9);--ion-text-color-step-950: rgb(141.95, 141.95, 141.95);--ion-background-color-step-50: rgb(29.85, 29.85, 29.85);--ion-background-color-step-100: rgb(41.7, 41.7, 41.7);--ion-background-color-step-150: rgb(53.55, 53.55, 53.55);--ion-background-color-step-200: rgb(65.4, 65.4, 65.4);--ion-background-color-step-250: rgb(77.25, 77.25, 77.25);--ion-background-color-step-300: rgb(89.1, 89.1, 89.1);--ion-background-color-step-350: rgb(100.95, 100.95, 100.95);--ion-background-color-step-400: rgb(112.8, 112.8, 112.8);--ion-background-color-step-450: rgb(124.65, 124.65, 124.65);--ion-background-color-step-500: rgb(136.5, 136.5, 136.5);--ion-background-color-step-550: rgb(148.35, 148.35, 148.35);--ion-background-color-step-600: rgb(160.2, 160.2, 160.2);--ion-background-color-step-650: rgb(172.05, 172.05, 172.05);--ion-background-color-step-700: rgb(183.9, 183.9, 183.9);--ion-background-color-step-750: rgb(195.75, 195.75, 195.75);--ion-background-color-step-800: rgb(207.6, 207.6, 207.6);--ion-background-color-step-850: rgb(219.45, 219.45, 219.45);--ion-background-color-step-900: rgb(231.3, 231.3, 231.3);--ion-background-color-step-950: rgb(243.15, 243.15, 243.15)}:root.md ion-toast{--color: var(--ion-background-color)}:root.md ion-toast::part(button){color:var(--color)}@supports(color: color-mix(in lch, plum, pink)){:root.md ion-toast::part(button){color:color-mix(in srgb, var(--color) 73%, var(--button-color))}}:root.md ion-toast::part(button cancel){color:var(--color)}}/*# sourceMappingURL=high-contrast-dark.system.css.map */
1
+ @media(prefers-contrast: more)and (prefers-color-scheme: dark){:root{--ion-placeholder-opacity: 0.8;--ion-color-primary: #7cabff;--ion-color-primary-rgb: 124, 171, 255;--ion-color-primary-contrast: #000;--ion-color-primary-contrast-rgb: 0, 0, 0;--ion-color-primary-shade: #6d96e0;--ion-color-primary-tint: #89b3ff;--ion-color-secondary: #62bdff;--ion-color-secondary-rgb: 98, 189, 255;--ion-color-secondary-contrast: #000;--ion-color-secondary-contrast-rgb: 0, 0, 0;--ion-color-secondary-shade: #56a6e0;--ion-color-secondary-tint: #72c4ff;--ion-color-tertiary: #b6b9f9;--ion-color-tertiary-rgb: 182, 185, 249;--ion-color-tertiary-contrast: #000;--ion-color-tertiary-contrast-rgb: 0, 0, 0;--ion-color-tertiary-shade: #a0a3db;--ion-color-tertiary-tint: #bdc0fa;--ion-color-success: #4ada71;--ion-color-success-rgb: 74, 218, 113;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #41c063;--ion-color-success-tint: #5cde7f;--ion-color-warning: #ffce31;--ion-color-warning-rgb: 255, 206, 49;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0b52b;--ion-color-warning-tint: #ffd346;--ion-color-danger: #fc9aa2;--ion-color-danger-rgb: 252, 154, 162;--ion-color-danger-contrast: #000;--ion-color-danger-contrast-rgb: 0, 0, 0;--ion-color-danger-shade: #de888f;--ion-color-danger-tint: #fca4ab;--ion-color-light: #222428;--ion-color-light-rgb: 34, 36, 40;--ion-color-light-contrast: #fff;--ion-color-light-contrast-rgb: 255, 255, 255;--ion-color-light-shade: #1e2023;--ion-color-light-tint: #383a3e;--ion-color-medium: #a8aab3;--ion-color-medium-rgb: 168, 170, 179;--ion-color-medium-contrast: #000;--ion-color-medium-contrast-rgb: 0, 0, 0;--ion-color-medium-shade: #94969e;--ion-color-medium-tint: #b1b3bb;--ion-color-dark: #f4f5f8;--ion-color-dark-rgb: 244, 245, 248;--ion-color-dark-contrast: #000;--ion-color-dark-contrast-rgb: 0, 0, 0;--ion-color-dark-shade: #d7d8da;--ion-color-dark-tint: #f5f6f9}:root.ios{--ion-background-color: #000000;--ion-background-color-rgb: 0, 0, 0;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-item-background: #000000;--ion-card-background: #1c1c1d;--ion-item-border-color: var(--ion-background-color-step-400);--ion-text-color-step-50: #f9f9f9;--ion-text-color-step-100: #f3f3f3;--ion-text-color-step-150: #ededed;--ion-text-color-step-200: #e7e7e7;--ion-text-color-step-250: #e1e1e1;--ion-text-color-step-300: #dbdbdb;--ion-text-color-step-350: #d5d5d5;--ion-text-color-step-400: #cfcfcf;--ion-text-color-step-450: #c9c9c9;--ion-text-color-step-500: #c4c4c4;--ion-text-color-step-550: #bebebe;--ion-text-color-step-600: #b8b8b8;--ion-text-color-step-650: #b2b2b2;--ion-text-color-step-700: #acacac;--ion-text-color-step-750: #a6a6a6;--ion-text-color-step-800: #a0a0a0;--ion-text-color-step-850: #9a9a9a;--ion-text-color-step-900: #949494;--ion-text-color-step-950: #8e8e8e;--ion-background-color-step-50: #0d0d0d;--ion-background-color-step-100: #1a1a1a;--ion-background-color-step-150: #262626;--ion-background-color-step-200: #333333;--ion-background-color-step-250: #404040;--ion-background-color-step-300: #4d4d4d;--ion-background-color-step-350: #595959;--ion-background-color-step-400: #666666;--ion-background-color-step-450: #737373;--ion-background-color-step-500: gray;--ion-background-color-step-550: #8c8c8c;--ion-background-color-step-600: #999999;--ion-background-color-step-650: #a6a6a6;--ion-background-color-step-700: #b3b3b3;--ion-background-color-step-750: #bfbfbf;--ion-background-color-step-800: #cccccc;--ion-background-color-step-850: #d9d9d9;--ion-background-color-step-900: #e6e6e6;--ion-background-color-step-950: #f2f2f2}:root.ios ion-modal{--ion-background-color: var(--ion-background-color-step-100);--ion-toolbar-background: var(--ion-background-color-step-150);--ion-toolbar-border-color: var(--ion-background-color-step-250)}:root.md{--ion-background-color: #121212;--ion-background-color-rgb: 18, 18, 18;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-border-color: #222222;--ion-item-background: #1e1e1e;--ion-toolbar-background: #1f1f1f;--ion-tab-bar-background: #1f1f1f;--ion-card-background: #1e1e1e;--ion-item-border-color: var(--ion-background-color-step-400);--ion-text-color-step-50: #f9f9f9;--ion-text-color-step-100: #f3f3f3;--ion-text-color-step-150: #ededed;--ion-text-color-step-200: #e7e7e7;--ion-text-color-step-250: #e1e1e1;--ion-text-color-step-300: #dbdbdb;--ion-text-color-step-350: #d5d5d5;--ion-text-color-step-400: #cfcfcf;--ion-text-color-step-450: #c9c9c9;--ion-text-color-step-500: #c4c4c4;--ion-text-color-step-550: #bebebe;--ion-text-color-step-600: #b8b8b8;--ion-text-color-step-650: #b2b2b2;--ion-text-color-step-700: #acacac;--ion-text-color-step-750: #a6a6a6;--ion-text-color-step-800: #a0a0a0;--ion-text-color-step-850: #9a9a9a;--ion-text-color-step-900: #949494;--ion-text-color-step-950: #8e8e8e;--ion-background-color-step-50: #1e1e1e;--ion-background-color-step-100: #2a2a2a;--ion-background-color-step-150: #363636;--ion-background-color-step-200: #414141;--ion-background-color-step-250: #4d4d4d;--ion-background-color-step-300: #595959;--ion-background-color-step-350: #656565;--ion-background-color-step-400: #717171;--ion-background-color-step-450: #7d7d7d;--ion-background-color-step-500: #898989;--ion-background-color-step-550: #949494;--ion-background-color-step-600: #a0a0a0;--ion-background-color-step-650: #acacac;--ion-background-color-step-700: #b8b8b8;--ion-background-color-step-750: #c4c4c4;--ion-background-color-step-800: #d0d0d0;--ion-background-color-step-850: #dbdbdb;--ion-background-color-step-900: #e7e7e7;--ion-background-color-step-950: #f3f3f3}:root.md ion-toast{--color: var(--ion-background-color)}:root.md ion-toast::part(button){color:var(--color)}@supports(color: color-mix(in lch, plum, pink)){:root.md ion-toast::part(button){color:color-mix(in srgb, var(--color) 73%, var(--button-color))}}:root.md ion-toast::part(button cancel){color:var(--color)}}/*# sourceMappingURL=high-contrast-dark.system.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/high-contrast-dark.system.scss","../../src/css/palettes/high-contrast-dark.scss"],"names":[],"mappings":"AAEA,+DC8FE,MACE,+BAGE,6BACA,uCACA,mCACA,0CACA,sDACA,iDALA,+BACA,wCACA,qCACA,4CACA,uDACA,mDALA,8BACA,wCACA,oCACA,2CACA,uDACA,kDALA,6BACA,sCACA,mCACA,0CACA,qDACA,kDALA,6BACA,sCACA,mCACA,0CACA,qDACA,gDALA,4BACA,sCACA,kCACA,yCACA,sDACA,kDALA,2BACA,kCACA,iCACA,8CACA,iDACA,8CALA,4BACA,sCACA,kCACA,yCACA,qDACA,kDALA,0BACA,oCACA,gCACA,uCACA,mDACA,8CASJ,UACE,gCACA,oCACA,0BACA,oCACA,+BACA,+BAIA,8DACA,sDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,yDACA,uDACA,0DACA,yCACA,0DACA,uDACA,0DACA,yCACA,6DACA,0DACA,6DACA,yCACA,6DACA,0DACA,6DACA,yCACA,6DACA,0DACA,6DAMF,oBACE,6DACA,+DACA,iEAOF,SACE,gCACA,uCACA,0BACA,oCACA,4BACA,+BACA,kCACA,kCACA,+BAIA,8DACA,sDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,oDACA,uDACA,yDACA,uDACA,0DACA,uDACA,0DACA,uDACA,6DACA,0DACA,6DACA,0DACA,6DACA,0DACA,6DACA,0DACA,6DACA,0DACA,6DACA,0DACA,6DAMF,mBACE,qCAGF,iCAEE,mBAIF,gDACE,iCACE,iEAIJ,wCACE","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-palette();\n }\n\n :root.ios {\n @include high-contrast-dark-ios-palette();\n }\n\n :root.md {\n @include high-contrast-dark-md-palette();\n }\n}\n","@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #7cabff;\n$secondary: #62bdff;\n$tertiary: #b6b9f9;\n$success: #4ada71;\n$warning: #ffce31;\n$danger: #fc9aa2;\n$light: #222428;\n$medium: #a8aab3;\n$dark: #f4f5f8;\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);\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-palette() {\n & {\n --ion-placeholder-opacity: 0.8;\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 }\n}\n\n@mixin high-contrast-dark-ios-palette() {\n $background-color: #000000;\n \n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\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 --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 --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-palette() {\n $background-color: #121212;\n \n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n --ion-border-color: #222222;\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 --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 --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
+ {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/high-contrast-dark.system.scss","../../src/css/palettes/high-contrast-dark.scss"],"names":[],"mappings":"AAEA,+DC8FE,MACE,+BAGE,6BACA,uCACA,mCACA,0CACA,mCACA,kCALA,+BACA,wCACA,qCACA,4CACA,qCACA,oCALA,8BACA,wCACA,oCACA,2CACA,oCACA,mCALA,6BACA,sCACA,mCACA,0CACA,mCACA,kCALA,6BACA,sCACA,mCACA,0CACA,mCACA,kCALA,4BACA,sCACA,kCACA,yCACA,kCACA,iCALA,2BACA,kCACA,iCACA,8CACA,iCACA,gCALA,4BACA,sCACA,kCACA,yCACA,kCACA,iCALA,0BACA,oCACA,gCACA,uCACA,gCACA,+BASJ,UACE,gCACA,oCACA,0BACA,oCACA,+BACA,+BAIA,8DACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,wCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,sCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCAMF,oBACE,6DACA,+DACA,iEAOF,SACE,gCACA,uCACA,0BACA,oCACA,4BACA,+BACA,kCACA,kCACA,+BAIA,8DACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,wCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCACA,yCAMF,mBACE,qCAGF,iCAEE,mBAIF,gDACE,iCACE,iEAIJ,wCACE","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-palette();\n }\n\n :root.ios {\n @include high-contrast-dark-ios-palette();\n }\n\n :root.md {\n @include high-contrast-dark-md-palette();\n }\n}\n","@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #7cabff;\n$secondary: #62bdff;\n$tertiary: #b6b9f9;\n$success: #4ada71;\n$warning: #ffce31;\n$danger: #fc9aa2;\n$light: #222428;\n$medium: #a8aab3;\n$dark: #f4f5f8;\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);\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-palette() {\n & {\n --ion-placeholder-opacity: 0.8;\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 }\n}\n\n@mixin high-contrast-dark-ios-palette() {\n $background-color: #000000;\n \n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\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 --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 --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-palette() {\n $background-color: #121212;\n \n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n --ion-border-color: #222222;\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 --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 --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 +1 @@
1
- :root{--ion-background-color: #ffffff;--ion-background-color-rgb: 255, 255, 255;--ion-text-color: #000000;--ion-text-color-rgb: 0, 0, 0;--ion-placeholder-opacity: 0.8;--ion-item-border-color: #7a7a7a;--ion-text-color-step-50: rgb(6.8, 6.8, 6.8);--ion-text-color-step-100: rgb(13.6, 13.6, 13.6);--ion-text-color-step-150: rgb(20.4, 20.4, 20.4);--ion-text-color-step-200: rgb(27.2, 27.2, 27.2);--ion-text-color-step-250: #222222;--ion-text-color-step-300: rgb(40.8, 40.8, 40.8);--ion-text-color-step-350: rgb(47.6, 47.6, 47.6);--ion-text-color-step-400: rgb(54.4, 54.4, 54.4);--ion-text-color-step-450: rgb(61.2, 61.2, 61.2);--ion-text-color-step-500: #444444;--ion-text-color-step-550: rgb(74.8, 74.8, 74.8);--ion-text-color-step-600: rgb(81.6, 81.6, 81.6);--ion-text-color-step-650: rgb(88.4, 88.4, 88.4);--ion-text-color-step-700: rgb(95.2, 95.2, 95.2);--ion-text-color-step-750: #666666;--ion-text-color-step-800: rgb(108.8, 108.8, 108.8);--ion-text-color-step-850: rgb(115.6, 115.6, 115.6);--ion-text-color-step-900: rgb(122.4, 122.4, 122.4);--ion-text-color-step-950: rgb(129.2, 129.2, 129.2);--ion-color-primary: #003fae;--ion-color-primary-rgb: 0, 63, 174;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: rgb(0, 55.44, 153.12);--ion-color-primary-tint: rgb(25.5, 82.2, 182.1);--ion-color-secondary: #01487b;--ion-color-secondary-rgb: 1, 72, 123;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: rgb(0.88, 63.36, 108.24);--ion-color-secondary-tint: rgb(26.4, 90.3, 136.2);--ion-color-tertiary: #3400e6;--ion-color-tertiary-rgb: 52, 0, 230;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: rgb(45.76, 0, 202.4);--ion-color-tertiary-tint: rgb(72.3, 25.5, 232.5);--ion-color-success: #004314;--ion-color-success-rgb: 0, 67, 20;--ion-color-success-contrast: #fff;--ion-color-success-contrast-rgb: 255, 255, 255;--ion-color-success-shade: rgb(0, 58.96, 17.6);--ion-color-success-tint: rgb(25.5, 85.8, 43.5);--ion-color-warning: #5f4100;--ion-color-warning-rgb: 95, 65, 0;--ion-color-warning-contrast: #fff;--ion-color-warning-contrast-rgb: 255, 255, 255;--ion-color-warning-shade: rgb(83.6, 57.2, 0);--ion-color-warning-tint: rgb(111, 84, 25.5);--ion-color-danger: #9c000c;--ion-color-danger-rgb: 156, 0, 12;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: rgb(137.28, 0, 10.56);--ion-color-danger-tint: rgb(165.9, 25.5, 36.3);--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: rgb(214.72, 215.6, 218.24);--ion-color-light-tint: rgb(245.1, 246, 248.7);--ion-color-medium: #444446;--ion-color-medium-rgb: 68, 68, 70;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: rgb(59.84, 59.84, 61.6);--ion-color-medium-tint: rgb(86.7, 86.7, 88.5);--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: rgb(29.92, 31.68, 35.2);--ion-color-dark-tint: rgb(56.1, 57.9, 61.5)}:root.md ion-toast{--color: var(--ion-background-color)}:root.md ion-toast::part(button){color:var(--color)}@supports(color: color-mix(in lch, plum, pink)){:root.md ion-toast::part(button){color:color-mix(in srgb, var(--color) 70%, var(--button-color))}}:root.md ion-toast::part(button cancel){color:var(--color)}/*# sourceMappingURL=high-contrast.always.css.map */
1
+ :root{--ion-background-color: #ffffff;--ion-background-color-rgb: 255, 255, 255;--ion-text-color: #000000;--ion-text-color-rgb: 0, 0, 0;--ion-placeholder-opacity: 0.8;--ion-item-border-color: #7a7a7a;--ion-text-color-step-50: #070707;--ion-text-color-step-100: #0e0e0e;--ion-text-color-step-150: #141414;--ion-text-color-step-200: #1b1b1b;--ion-text-color-step-250: #222222;--ion-text-color-step-300: #292929;--ion-text-color-step-350: #303030;--ion-text-color-step-400: #363636;--ion-text-color-step-450: #3d3d3d;--ion-text-color-step-500: #444444;--ion-text-color-step-550: #4b4b4b;--ion-text-color-step-600: #525252;--ion-text-color-step-650: #585858;--ion-text-color-step-700: #5f5f5f;--ion-text-color-step-750: #666666;--ion-text-color-step-800: #6d6d6d;--ion-text-color-step-850: #747474;--ion-text-color-step-900: #7a7a7a;--ion-text-color-step-950: #818181;--ion-color-primary: #003fae;--ion-color-primary-rgb: 0, 63, 174;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #003799;--ion-color-primary-tint: #1a52b6;--ion-color-secondary: #01487b;--ion-color-secondary-rgb: 1, 72, 123;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #013f6c;--ion-color-secondary-tint: #1a5a88;--ion-color-tertiary: #3400e6;--ion-color-tertiary-rgb: 52, 0, 230;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #2e00ca;--ion-color-tertiary-tint: #481ae9;--ion-color-success: #004314;--ion-color-success-rgb: 0, 67, 20;--ion-color-success-contrast: #fff;--ion-color-success-contrast-rgb: 255, 255, 255;--ion-color-success-shade: #003b12;--ion-color-success-tint: #1a562c;--ion-color-warning: #5f4100;--ion-color-warning-rgb: 95, 65, 0;--ion-color-warning-contrast: #fff;--ion-color-warning-contrast-rgb: 255, 255, 255;--ion-color-warning-shade: #543900;--ion-color-warning-tint: #6f541a;--ion-color-danger: #9c000c;--ion-color-danger-rgb: 156, 0, 12;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #89000b;--ion-color-danger-tint: #a61a24;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--ion-color-medium: #444446;--ion-color-medium-rgb: 68, 68, 70;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #3c3c3e;--ion-color-medium-tint: #575759;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e}:root.md ion-toast{--color: var(--ion-background-color)}:root.md ion-toast::part(button){color:var(--color)}@supports(color: color-mix(in lch, plum, pink)){:root.md ion-toast::part(button){color:color-mix(in srgb, var(--color) 70%, var(--button-color))}}:root.md ion-toast::part(button cancel){color:var(--color)}/*# sourceMappingURL=high-contrast.always.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/high-contrast.scss"],"names":[],"mappings":"AA4FE,MACE,gCACA,0CACA,0BACA,8BACA,+BAIA,iCACA,6CACA,iDACA,iDACA,iDACA,mCACA,iDACA,iDACA,iDACA,iDACA,mCACA,iDACA,iDACA,iDACA,iDACA,mCACA,oDACA,oDACA,oDACA,oDAGE,6BACA,oCACA,mCACA,gDACA,iDACA,iDALA,+BACA,sCACA,qCACA,kDACA,sDACA,mDALA,8BACA,qCACA,oCACA,iDACA,iDACA,kDALA,6BACA,mCACA,mCACA,gDACA,+CACA,gDALA,6BACA,mCACA,mCACA,gDACA,8CACA,6CALA,4BACA,mCACA,kCACA,+CACA,gDACA,gDALA,2BACA,qCACA,iCACA,wCACA,oDACA,+CALA,4BACA,mCACA,kCACA,+CACA,kDACA,+CALA,0BACA,iCACA,gCACA,6CACA,gDACA,6CASJ,mBACE,qCAGF,iCAEE,mBAIF,gDACE,iCACE,iEAIJ,wCACE","file":"high-contrast.always.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #003fae;\n$secondary: #01487b;\n$tertiary: #3400e6;\n$success: #004314;\n$warning: #5f4100;\n$danger: #9c000c;\n$light: #f4f5f8;\n$medium: #444446;\n$dark: #222428;\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);\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-palette() {\n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\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 --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 @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}\n\n@mixin high-contrast-light-md-palette() {\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
+ {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/high-contrast.scss"],"names":[],"mappings":"AA4FE,MACE,gCACA,0CACA,0BACA,8BACA,+BAIA,iCACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCAGE,6BACA,oCACA,mCACA,gDACA,mCACA,kCALA,+BACA,sCACA,qCACA,kDACA,qCACA,oCALA,8BACA,qCACA,oCACA,iDACA,oCACA,mCALA,6BACA,mCACA,mCACA,gDACA,mCACA,kCALA,6BACA,mCACA,mCACA,gDACA,mCACA,kCALA,4BACA,mCACA,kCACA,+CACA,kCACA,iCALA,2BACA,qCACA,iCACA,wCACA,iCACA,gCALA,4BACA,mCACA,kCACA,+CACA,kCACA,iCALA,0BACA,iCACA,gCACA,6CACA,gCACA,+BASJ,mBACE,qCAGF,iCAEE,mBAIF,gDACE,iCACE,iEAIJ,wCACE","file":"high-contrast.always.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #003fae;\n$secondary: #01487b;\n$tertiary: #3400e6;\n$success: #004314;\n$warning: #5f4100;\n$danger: #9c000c;\n$light: #f4f5f8;\n$medium: #444446;\n$dark: #222428;\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);\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-palette() {\n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\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 --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 @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}\n\n@mixin high-contrast-light-md-palette() {\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 +1 @@
1
- .ion-palette-high-contrast{--ion-background-color: #ffffff;--ion-background-color-rgb: 255, 255, 255;--ion-text-color: #000000;--ion-text-color-rgb: 0, 0, 0;--ion-placeholder-opacity: 0.8;--ion-item-border-color: #7a7a7a;--ion-text-color-step-50: rgb(6.8, 6.8, 6.8);--ion-text-color-step-100: rgb(13.6, 13.6, 13.6);--ion-text-color-step-150: rgb(20.4, 20.4, 20.4);--ion-text-color-step-200: rgb(27.2, 27.2, 27.2);--ion-text-color-step-250: #222222;--ion-text-color-step-300: rgb(40.8, 40.8, 40.8);--ion-text-color-step-350: rgb(47.6, 47.6, 47.6);--ion-text-color-step-400: rgb(54.4, 54.4, 54.4);--ion-text-color-step-450: rgb(61.2, 61.2, 61.2);--ion-text-color-step-500: #444444;--ion-text-color-step-550: rgb(74.8, 74.8, 74.8);--ion-text-color-step-600: rgb(81.6, 81.6, 81.6);--ion-text-color-step-650: rgb(88.4, 88.4, 88.4);--ion-text-color-step-700: rgb(95.2, 95.2, 95.2);--ion-text-color-step-750: #666666;--ion-text-color-step-800: rgb(108.8, 108.8, 108.8);--ion-text-color-step-850: rgb(115.6, 115.6, 115.6);--ion-text-color-step-900: rgb(122.4, 122.4, 122.4);--ion-text-color-step-950: rgb(129.2, 129.2, 129.2);--ion-color-primary: #003fae;--ion-color-primary-rgb: 0, 63, 174;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: rgb(0, 55.44, 153.12);--ion-color-primary-tint: rgb(25.5, 82.2, 182.1);--ion-color-secondary: #01487b;--ion-color-secondary-rgb: 1, 72, 123;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: rgb(0.88, 63.36, 108.24);--ion-color-secondary-tint: rgb(26.4, 90.3, 136.2);--ion-color-tertiary: #3400e6;--ion-color-tertiary-rgb: 52, 0, 230;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: rgb(45.76, 0, 202.4);--ion-color-tertiary-tint: rgb(72.3, 25.5, 232.5);--ion-color-success: #004314;--ion-color-success-rgb: 0, 67, 20;--ion-color-success-contrast: #fff;--ion-color-success-contrast-rgb: 255, 255, 255;--ion-color-success-shade: rgb(0, 58.96, 17.6);--ion-color-success-tint: rgb(25.5, 85.8, 43.5);--ion-color-warning: #5f4100;--ion-color-warning-rgb: 95, 65, 0;--ion-color-warning-contrast: #fff;--ion-color-warning-contrast-rgb: 255, 255, 255;--ion-color-warning-shade: rgb(83.6, 57.2, 0);--ion-color-warning-tint: rgb(111, 84, 25.5);--ion-color-danger: #9c000c;--ion-color-danger-rgb: 156, 0, 12;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: rgb(137.28, 0, 10.56);--ion-color-danger-tint: rgb(165.9, 25.5, 36.3);--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: rgb(214.72, 215.6, 218.24);--ion-color-light-tint: rgb(245.1, 246, 248.7);--ion-color-medium: #444446;--ion-color-medium-rgb: 68, 68, 70;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: rgb(59.84, 59.84, 61.6);--ion-color-medium-tint: rgb(86.7, 86.7, 88.5);--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: rgb(29.92, 31.68, 35.2);--ion-color-dark-tint: rgb(56.1, 57.9, 61.5)}.ion-palette-high-contrast.md ion-toast{--color: var(--ion-background-color)}.ion-palette-high-contrast.md ion-toast::part(button){color:var(--color)}@supports(color: color-mix(in lch, plum, pink)){.ion-palette-high-contrast.md ion-toast::part(button){color:color-mix(in srgb, var(--color) 70%, var(--button-color))}}.ion-palette-high-contrast.md ion-toast::part(button cancel){color:var(--color)}/*# sourceMappingURL=high-contrast.class.css.map */
1
+ .ion-palette-high-contrast{--ion-background-color: #ffffff;--ion-background-color-rgb: 255, 255, 255;--ion-text-color: #000000;--ion-text-color-rgb: 0, 0, 0;--ion-placeholder-opacity: 0.8;--ion-item-border-color: #7a7a7a;--ion-text-color-step-50: #070707;--ion-text-color-step-100: #0e0e0e;--ion-text-color-step-150: #141414;--ion-text-color-step-200: #1b1b1b;--ion-text-color-step-250: #222222;--ion-text-color-step-300: #292929;--ion-text-color-step-350: #303030;--ion-text-color-step-400: #363636;--ion-text-color-step-450: #3d3d3d;--ion-text-color-step-500: #444444;--ion-text-color-step-550: #4b4b4b;--ion-text-color-step-600: #525252;--ion-text-color-step-650: #585858;--ion-text-color-step-700: #5f5f5f;--ion-text-color-step-750: #666666;--ion-text-color-step-800: #6d6d6d;--ion-text-color-step-850: #747474;--ion-text-color-step-900: #7a7a7a;--ion-text-color-step-950: #818181;--ion-color-primary: #003fae;--ion-color-primary-rgb: 0, 63, 174;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #003799;--ion-color-primary-tint: #1a52b6;--ion-color-secondary: #01487b;--ion-color-secondary-rgb: 1, 72, 123;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #013f6c;--ion-color-secondary-tint: #1a5a88;--ion-color-tertiary: #3400e6;--ion-color-tertiary-rgb: 52, 0, 230;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #2e00ca;--ion-color-tertiary-tint: #481ae9;--ion-color-success: #004314;--ion-color-success-rgb: 0, 67, 20;--ion-color-success-contrast: #fff;--ion-color-success-contrast-rgb: 255, 255, 255;--ion-color-success-shade: #003b12;--ion-color-success-tint: #1a562c;--ion-color-warning: #5f4100;--ion-color-warning-rgb: 95, 65, 0;--ion-color-warning-contrast: #fff;--ion-color-warning-contrast-rgb: 255, 255, 255;--ion-color-warning-shade: #543900;--ion-color-warning-tint: #6f541a;--ion-color-danger: #9c000c;--ion-color-danger-rgb: 156, 0, 12;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #89000b;--ion-color-danger-tint: #a61a24;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--ion-color-medium: #444446;--ion-color-medium-rgb: 68, 68, 70;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #3c3c3e;--ion-color-medium-tint: #575759;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e}.ion-palette-high-contrast.md ion-toast{--color: var(--ion-background-color)}.ion-palette-high-contrast.md ion-toast::part(button){color:var(--color)}@supports(color: color-mix(in lch, plum, pink)){.ion-palette-high-contrast.md ion-toast::part(button){color:color-mix(in srgb, var(--color) 70%, var(--button-color))}}.ion-palette-high-contrast.md ion-toast::part(button cancel){color:var(--color)}/*# sourceMappingURL=high-contrast.class.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/high-contrast.scss"],"names":[],"mappings":"AA4FE,2BACE,gCACA,0CACA,0BACA,8BACA,+BAIA,iCACA,6CACA,iDACA,iDACA,iDACA,mCACA,iDACA,iDACA,iDACA,iDACA,mCACA,iDACA,iDACA,iDACA,iDACA,mCACA,oDACA,oDACA,oDACA,oDAGE,6BACA,oCACA,mCACA,gDACA,iDACA,iDALA,+BACA,sCACA,qCACA,kDACA,sDACA,mDALA,8BACA,qCACA,oCACA,iDACA,iDACA,kDALA,6BACA,mCACA,mCACA,gDACA,+CACA,gDALA,6BACA,mCACA,mCACA,gDACA,8CACA,6CALA,4BACA,mCACA,kCACA,+CACA,gDACA,gDALA,2BACA,qCACA,iCACA,wCACA,oDACA,+CALA,4BACA,mCACA,kCACA,+CACA,kDACA,+CALA,0BACA,iCACA,gCACA,6CACA,gDACA,6CASJ,wCACE,qCAGF,sDAEE,mBAIF,gDACE,sDACE,iEAIJ,6DACE","file":"high-contrast.class.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #003fae;\n$secondary: #01487b;\n$tertiary: #3400e6;\n$success: #004314;\n$warning: #5f4100;\n$danger: #9c000c;\n$light: #f4f5f8;\n$medium: #444446;\n$dark: #222428;\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);\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-palette() {\n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\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 --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 @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}\n\n@mixin high-contrast-light-md-palette() {\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
+ {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/high-contrast.scss"],"names":[],"mappings":"AA4FE,2BACE,gCACA,0CACA,0BACA,8BACA,+BAIA,iCACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCAGE,6BACA,oCACA,mCACA,gDACA,mCACA,kCALA,+BACA,sCACA,qCACA,kDACA,qCACA,oCALA,8BACA,qCACA,oCACA,iDACA,oCACA,mCALA,6BACA,mCACA,mCACA,gDACA,mCACA,kCALA,6BACA,mCACA,mCACA,gDACA,mCACA,kCALA,4BACA,mCACA,kCACA,+CACA,kCACA,iCALA,2BACA,qCACA,iCACA,wCACA,iCACA,gCALA,4BACA,mCACA,kCACA,+CACA,kCACA,iCALA,0BACA,iCACA,gCACA,6CACA,gCACA,+BASJ,wCACE,qCAGF,sDAEE,mBAIF,gDACE,sDACE,iEAIJ,6DACE","file":"high-contrast.class.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #003fae;\n$secondary: #01487b;\n$tertiary: #3400e6;\n$success: #004314;\n$warning: #5f4100;\n$danger: #9c000c;\n$light: #f4f5f8;\n$medium: #444446;\n$dark: #222428;\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);\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-palette() {\n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\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 --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 @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}\n\n@mixin high-contrast-light-md-palette() {\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 +1 @@
1
- @media(prefers-contrast: more){:root{--ion-background-color: #ffffff;--ion-background-color-rgb: 255, 255, 255;--ion-text-color: #000000;--ion-text-color-rgb: 0, 0, 0;--ion-placeholder-opacity: 0.8;--ion-item-border-color: #7a7a7a;--ion-text-color-step-50: rgb(6.8, 6.8, 6.8);--ion-text-color-step-100: rgb(13.6, 13.6, 13.6);--ion-text-color-step-150: rgb(20.4, 20.4, 20.4);--ion-text-color-step-200: rgb(27.2, 27.2, 27.2);--ion-text-color-step-250: #222222;--ion-text-color-step-300: rgb(40.8, 40.8, 40.8);--ion-text-color-step-350: rgb(47.6, 47.6, 47.6);--ion-text-color-step-400: rgb(54.4, 54.4, 54.4);--ion-text-color-step-450: rgb(61.2, 61.2, 61.2);--ion-text-color-step-500: #444444;--ion-text-color-step-550: rgb(74.8, 74.8, 74.8);--ion-text-color-step-600: rgb(81.6, 81.6, 81.6);--ion-text-color-step-650: rgb(88.4, 88.4, 88.4);--ion-text-color-step-700: rgb(95.2, 95.2, 95.2);--ion-text-color-step-750: #666666;--ion-text-color-step-800: rgb(108.8, 108.8, 108.8);--ion-text-color-step-850: rgb(115.6, 115.6, 115.6);--ion-text-color-step-900: rgb(122.4, 122.4, 122.4);--ion-text-color-step-950: rgb(129.2, 129.2, 129.2);--ion-color-primary: #003fae;--ion-color-primary-rgb: 0, 63, 174;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: rgb(0, 55.44, 153.12);--ion-color-primary-tint: rgb(25.5, 82.2, 182.1);--ion-color-secondary: #01487b;--ion-color-secondary-rgb: 1, 72, 123;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: rgb(0.88, 63.36, 108.24);--ion-color-secondary-tint: rgb(26.4, 90.3, 136.2);--ion-color-tertiary: #3400e6;--ion-color-tertiary-rgb: 52, 0, 230;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: rgb(45.76, 0, 202.4);--ion-color-tertiary-tint: rgb(72.3, 25.5, 232.5);--ion-color-success: #004314;--ion-color-success-rgb: 0, 67, 20;--ion-color-success-contrast: #fff;--ion-color-success-contrast-rgb: 255, 255, 255;--ion-color-success-shade: rgb(0, 58.96, 17.6);--ion-color-success-tint: rgb(25.5, 85.8, 43.5);--ion-color-warning: #5f4100;--ion-color-warning-rgb: 95, 65, 0;--ion-color-warning-contrast: #fff;--ion-color-warning-contrast-rgb: 255, 255, 255;--ion-color-warning-shade: rgb(83.6, 57.2, 0);--ion-color-warning-tint: rgb(111, 84, 25.5);--ion-color-danger: #9c000c;--ion-color-danger-rgb: 156, 0, 12;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: rgb(137.28, 0, 10.56);--ion-color-danger-tint: rgb(165.9, 25.5, 36.3);--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: rgb(214.72, 215.6, 218.24);--ion-color-light-tint: rgb(245.1, 246, 248.7);--ion-color-medium: #444446;--ion-color-medium-rgb: 68, 68, 70;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: rgb(59.84, 59.84, 61.6);--ion-color-medium-tint: rgb(86.7, 86.7, 88.5);--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: rgb(29.92, 31.68, 35.2);--ion-color-dark-tint: rgb(56.1, 57.9, 61.5)}:root.md ion-toast{--color: var(--ion-background-color)}:root.md ion-toast::part(button){color:var(--color)}@supports(color: color-mix(in lch, plum, pink)){:root.md ion-toast::part(button){color:color-mix(in srgb, var(--color) 70%, var(--button-color))}}:root.md ion-toast::part(button cancel){color:var(--color)}}/*# sourceMappingURL=high-contrast.system.css.map */
1
+ @media(prefers-contrast: more){:root{--ion-background-color: #ffffff;--ion-background-color-rgb: 255, 255, 255;--ion-text-color: #000000;--ion-text-color-rgb: 0, 0, 0;--ion-placeholder-opacity: 0.8;--ion-item-border-color: #7a7a7a;--ion-text-color-step-50: #070707;--ion-text-color-step-100: #0e0e0e;--ion-text-color-step-150: #141414;--ion-text-color-step-200: #1b1b1b;--ion-text-color-step-250: #222222;--ion-text-color-step-300: #292929;--ion-text-color-step-350: #303030;--ion-text-color-step-400: #363636;--ion-text-color-step-450: #3d3d3d;--ion-text-color-step-500: #444444;--ion-text-color-step-550: #4b4b4b;--ion-text-color-step-600: #525252;--ion-text-color-step-650: #585858;--ion-text-color-step-700: #5f5f5f;--ion-text-color-step-750: #666666;--ion-text-color-step-800: #6d6d6d;--ion-text-color-step-850: #747474;--ion-text-color-step-900: #7a7a7a;--ion-text-color-step-950: #818181;--ion-color-primary: #003fae;--ion-color-primary-rgb: 0, 63, 174;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #003799;--ion-color-primary-tint: #1a52b6;--ion-color-secondary: #01487b;--ion-color-secondary-rgb: 1, 72, 123;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #013f6c;--ion-color-secondary-tint: #1a5a88;--ion-color-tertiary: #3400e6;--ion-color-tertiary-rgb: 52, 0, 230;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #2e00ca;--ion-color-tertiary-tint: #481ae9;--ion-color-success: #004314;--ion-color-success-rgb: 0, 67, 20;--ion-color-success-contrast: #fff;--ion-color-success-contrast-rgb: 255, 255, 255;--ion-color-success-shade: #003b12;--ion-color-success-tint: #1a562c;--ion-color-warning: #5f4100;--ion-color-warning-rgb: 95, 65, 0;--ion-color-warning-contrast: #fff;--ion-color-warning-contrast-rgb: 255, 255, 255;--ion-color-warning-shade: #543900;--ion-color-warning-tint: #6f541a;--ion-color-danger: #9c000c;--ion-color-danger-rgb: 156, 0, 12;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #89000b;--ion-color-danger-tint: #a61a24;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--ion-color-medium: #444446;--ion-color-medium-rgb: 68, 68, 70;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #3c3c3e;--ion-color-medium-tint: #575759;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e}:root.md ion-toast{--color: var(--ion-background-color)}:root.md ion-toast::part(button){color:var(--color)}@supports(color: color-mix(in lch, plum, pink)){:root.md ion-toast::part(button){color:color-mix(in srgb, var(--color) 70%, var(--button-color))}}:root.md ion-toast::part(button cancel){color:var(--color)}}/*# sourceMappingURL=high-contrast.system.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/high-contrast.system.scss","../../src/css/palettes/high-contrast.scss"],"names":[],"mappings":"AAEA,+BC0FE,MACE,gCACA,0CACA,0BACA,8BACA,+BAIA,iCACA,6CACA,iDACA,iDACA,iDACA,mCACA,iDACA,iDACA,iDACA,iDACA,mCACA,iDACA,iDACA,iDACA,iDACA,mCACA,oDACA,oDACA,oDACA,oDAGE,6BACA,oCACA,mCACA,gDACA,iDACA,iDALA,+BACA,sCACA,qCACA,kDACA,sDACA,mDALA,8BACA,qCACA,oCACA,iDACA,iDACA,kDALA,6BACA,mCACA,mCACA,gDACA,+CACA,gDALA,6BACA,mCACA,mCACA,gDACA,8CACA,6CALA,4BACA,mCACA,kCACA,+CACA,gDACA,gDALA,2BACA,qCACA,iCACA,wCACA,oDACA,+CALA,4BACA,mCACA,kCACA,+CACA,kDACA,+CALA,0BACA,iCACA,gCACA,6CACA,gDACA,6CASJ,mBACE,qCAGF,iCAEE,mBAIF,gDACE,iCACE,iEAIJ,wCACE","file":"high-contrast.system.css","sourcesContent":["@import \"./high-contrast\";\n\n@media (prefers-contrast: more) {\n :root {\n @include high-contrast-light-base-palette();\n }\n\n :root.md {\n @include high-contrast-light-md-palette();\n }\n}\n","@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #003fae;\n$secondary: #01487b;\n$tertiary: #3400e6;\n$success: #004314;\n$warning: #5f4100;\n$danger: #9c000c;\n$light: #f4f5f8;\n$medium: #444446;\n$dark: #222428;\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);\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-palette() {\n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\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 --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 @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}\n\n@mixin high-contrast-light-md-palette() {\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
+ {"version":3,"sourceRoot":"","sources":["../../src/css/palettes/high-contrast.system.scss","../../src/css/palettes/high-contrast.scss"],"names":[],"mappings":"AAEA,+BC0FE,MACE,gCACA,0CACA,0BACA,8BACA,+BAIA,iCACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCAGE,6BACA,oCACA,mCACA,gDACA,mCACA,kCALA,+BACA,sCACA,qCACA,kDACA,qCACA,oCALA,8BACA,qCACA,oCACA,iDACA,oCACA,mCALA,6BACA,mCACA,mCACA,gDACA,mCACA,kCALA,6BACA,mCACA,mCACA,gDACA,mCACA,kCALA,4BACA,mCACA,kCACA,+CACA,kCACA,iCALA,2BACA,qCACA,iCACA,wCACA,iCACA,gCALA,4BACA,mCACA,kCACA,+CACA,kCACA,iCALA,0BACA,iCACA,gCACA,6CACA,gCACA,+BASJ,mBACE,qCAGF,iCAEE,mBAIF,gDACE,iCACE,iEAIJ,wCACE","file":"high-contrast.system.css","sourcesContent":["@import \"./high-contrast\";\n\n@media (prefers-contrast: more) {\n :root {\n @include high-contrast-light-base-palette();\n }\n\n :root.md {\n @include high-contrast-light-md-palette();\n }\n}\n","@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #003fae;\n$secondary: #01487b;\n$tertiary: #3400e6;\n$success: #004314;\n$warning: #5f4100;\n$danger: #9c000c;\n$light: #f4f5f8;\n$medium: #444446;\n$dark: #222428;\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);\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-palette() {\n & {\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\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 --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 @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}\n\n@mixin high-contrast-light-md-palette() {\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"]}
package/css/structure.css CHANGED
@@ -1 +1 @@
1
- *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}/*# sourceMappingURL=structure.css.map */
1
+ *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}/*# sourceMappingURL=structure.css.map */