@ionic/react 7.6.7-dev.11707148710.1cd59fde → 7.6.7-dev.11707156611.1b43b9ec

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 (35) hide show
  1. package/css/core.css.map +1 -1
  2. package/css/display.css.map +1 -1
  3. package/css/float-elements.css.map +1 -1
  4. package/css/global.bundle.css.map +1 -1
  5. package/css/ionic-swiper.css.map +1 -1
  6. package/css/ionic.bundle.css.map +1 -1
  7. package/css/padding.css.map +1 -1
  8. package/css/structure.css.map +1 -1
  9. package/css/text-alignment.css.map +1 -1
  10. package/css/text-transformation.css.map +1 -1
  11. package/css/themes/dark.always.css +41 -79
  12. package/css/themes/dark.always.css.map +1 -1
  13. package/css/themes/dark.class.css +41 -79
  14. package/css/themes/dark.class.css.map +1 -1
  15. package/css/themes/dark.system.css +41 -79
  16. package/css/themes/dark.system.css.map +1 -1
  17. package/css/typography.css.map +1 -1
  18. package/css/utils.bundle.css.map +1 -1
  19. package/package.json +2 -2
  20. package/css/themes/high-contrast-dark.always.css +0 -180
  21. package/css/themes/high-contrast-dark.always.css.map +0 -1
  22. package/css/themes/high-contrast-dark.class.css +0 -180
  23. package/css/themes/high-contrast-dark.class.css.map +0 -1
  24. package/css/themes/high-contrast-dark.css +0 -3
  25. package/css/themes/high-contrast-dark.css.map +0 -1
  26. package/css/themes/high-contrast-dark.system.css +0 -182
  27. package/css/themes/high-contrast-dark.system.css.map +0 -1
  28. package/css/themes/high-contrast-light.always.css +0 -101
  29. package/css/themes/high-contrast-light.always.css.map +0 -1
  30. package/css/themes/high-contrast-light.class.css +0 -101
  31. package/css/themes/high-contrast-light.class.css.map +0 -1
  32. package/css/themes/high-contrast-light.css +0 -3
  33. package/css/themes/high-contrast-light.css.map +0 -1
  34. package/css/themes/high-contrast-light.system.css +0 -103
  35. package/css/themes/high-contrast-light.system.css.map +0 -1
@@ -1,182 +0,0 @@
1
- @media (prefers-contrast: more) and (prefers-color-scheme: dark) {
2
- :root {
3
- --ion-color-primary: #7cabff;
4
- --ion-color-primary-rgb: 124, 171, 255;
5
- --ion-color-primary-contrast: #000;
6
- --ion-color-primary-contrast-rgb: 0, 0, 0;
7
- --ion-color-primary-shade: #6d96e0;
8
- --ion-color-primary-tint: #89b3ff;
9
- --ion-color-secondary: #62bdff;
10
- --ion-color-secondary-rgb: 98, 189, 255;
11
- --ion-color-secondary-contrast: #000;
12
- --ion-color-secondary-contrast-rgb: 0, 0, 0;
13
- --ion-color-secondary-shade: #56a6e0;
14
- --ion-color-secondary-tint: #72c4ff;
15
- --ion-color-tertiary: #b6b9f9;
16
- --ion-color-tertiary-rgb: 182, 185, 249;
17
- --ion-color-tertiary-contrast: #000;
18
- --ion-color-tertiary-contrast-rgb: 0, 0, 0;
19
- --ion-color-tertiary-shade: #a0a3db;
20
- --ion-color-tertiary-tint: #bdc0fa;
21
- --ion-color-success: #4ada71;
22
- --ion-color-success-rgb: 74, 218, 113;
23
- --ion-color-success-contrast: #000;
24
- --ion-color-success-contrast-rgb: 0, 0, 0;
25
- --ion-color-success-shade: #41c063;
26
- --ion-color-success-tint: #5cde7f;
27
- --ion-color-warning: #ffce31;
28
- --ion-color-warning-rgb: 255, 206, 49;
29
- --ion-color-warning-contrast: #000;
30
- --ion-color-warning-contrast-rgb: 0, 0, 0;
31
- --ion-color-warning-shade: #e0b52b;
32
- --ion-color-warning-tint: #ffd346;
33
- --ion-color-danger: #fc9aa2;
34
- --ion-color-danger-rgb: 252, 154, 162;
35
- --ion-color-danger-contrast: #000;
36
- --ion-color-danger-contrast-rgb: 0, 0, 0;
37
- --ion-color-danger-shade: #de888f;
38
- --ion-color-danger-tint: #fca4ab;
39
- --ion-color-light: #2f2f2f;
40
- --ion-color-light-rgb: 47, 47, 47;
41
- --ion-color-light-contrast: #fff;
42
- --ion-color-light-contrast-rgb: 255, 255, 255;
43
- --ion-color-light-shade: #292929;
44
- --ion-color-light-tint: #444444;
45
- --ion-color-medium: #b4bcc6;
46
- --ion-color-medium-rgb: 180, 188, 198;
47
- --ion-color-medium-contrast: #000;
48
- --ion-color-medium-contrast-rgb: 0, 0, 0;
49
- --ion-color-medium-shade: #9ea5ae;
50
- --ion-color-medium-tint: #bcc3cc;
51
- --ion-color-dark: #f6f8fc;
52
- --ion-color-dark-rgb: 246, 248, 252;
53
- --ion-color-dark-contrast: #000;
54
- --ion-color-dark-contrast-rgb: 0, 0, 0;
55
- --ion-color-dark-shade: #d8dade;
56
- --ion-color-dark-tint: #f7f9fc;
57
- --ion-placeholder-opacity: 0.8;
58
- }
59
-
60
- .ios body {
61
- --ion-background-color: #000000;
62
- --ion-background-color-rgb: 0, 0, 0;
63
- --ion-text-color: #ffffff;
64
- --ion-text-color-rgb: 255, 255, 255;
65
- --ion-item-background: #000000;
66
- --ion-card-background: #1c1c1d;
67
- --ion-item-border-color: var(--ion-background-color-step-400);
68
- --ion-text-color-step-50: #f9f9f9;
69
- --ion-text-color-step-100: #f3f3f3;
70
- --ion-text-color-step-150: #ededed;
71
- --ion-text-color-step-200: #e7e7e7;
72
- --ion-text-color-step-250: #e1e1e1;
73
- --ion-text-color-step-300: #dbdbdb;
74
- --ion-text-color-step-350: #d5d5d5;
75
- --ion-text-color-step-400: #cfcfcf;
76
- --ion-text-color-step-450: #c9c9c9;
77
- --ion-text-color-step-500: #c4c4c4;
78
- --ion-text-color-step-550: #bebebe;
79
- --ion-text-color-step-600: #b8b8b8;
80
- --ion-text-color-step-650: #b2b2b2;
81
- --ion-text-color-step-700: #acacac;
82
- --ion-text-color-step-750: #a6a6a6;
83
- --ion-text-color-step-800: #a0a0a0;
84
- --ion-text-color-step-850: #9a9a9a;
85
- --ion-text-color-step-900: #949494;
86
- --ion-text-color-step-950: #8e8e8e;
87
- --ion-background-color-step-50: #0d0d0d;
88
- --ion-background-color-step-100: #1a1a1a;
89
- --ion-background-color-step-150: #262626;
90
- --ion-background-color-step-200: #333333;
91
- --ion-background-color-step-250: #404040;
92
- --ion-background-color-step-300: #4d4d4d;
93
- --ion-background-color-step-350: #595959;
94
- --ion-background-color-step-400: #666666;
95
- --ion-background-color-step-450: #737373;
96
- --ion-background-color-step-500: gray;
97
- --ion-background-color-step-550: #8c8c8c;
98
- --ion-background-color-step-600: #999999;
99
- --ion-background-color-step-650: #a6a6a6;
100
- --ion-background-color-step-700: #b3b3b3;
101
- --ion-background-color-step-750: #bfbfbf;
102
- --ion-background-color-step-800: #cccccc;
103
- --ion-background-color-step-850: #d9d9d9;
104
- --ion-background-color-step-900: #e6e6e6;
105
- --ion-background-color-step-950: #f2f2f2;
106
- }
107
- .ios body ion-modal {
108
- --ion-background-color: var(--ion-background-color-step-100);
109
- --ion-toolbar-background: var(--ion-background-color-step-150);
110
- --ion-toolbar-border-color: var(--ion-background-color-step-250);
111
- }
112
-
113
- .md body {
114
- /* stylelint-disable-next-line order/order */
115
- }
116
- .md body {
117
- --ion-background-color: #121212;
118
- --ion-background-color-rgb: 18, 18, 18;
119
- --ion-text-color: #ffffff;
120
- --ion-text-color-rgb: 255, 255, 255;
121
- --ion-border-color: #222222;
122
- --ion-item-background: #1e1e1e;
123
- --ion-toolbar-background: #1f1f1f;
124
- --ion-tab-bar-background: #1f1f1f;
125
- --ion-card-background: #1e1e1e;
126
- --ion-item-border-color: var(--ion-background-color-step-400);
127
- --ion-text-color-step-50: #f9f9f9;
128
- --ion-text-color-step-100: #f3f3f3;
129
- --ion-text-color-step-150: #ededed;
130
- --ion-text-color-step-200: #e7e7e7;
131
- --ion-text-color-step-250: #e1e1e1;
132
- --ion-text-color-step-300: #dbdbdb;
133
- --ion-text-color-step-350: #d5d5d5;
134
- --ion-text-color-step-400: #cfcfcf;
135
- --ion-text-color-step-450: #c9c9c9;
136
- --ion-text-color-step-500: #c4c4c4;
137
- --ion-text-color-step-550: #bebebe;
138
- --ion-text-color-step-600: #b8b8b8;
139
- --ion-text-color-step-650: #b2b2b2;
140
- --ion-text-color-step-700: #acacac;
141
- --ion-text-color-step-750: #a6a6a6;
142
- --ion-text-color-step-800: #a0a0a0;
143
- --ion-text-color-step-850: #9a9a9a;
144
- --ion-text-color-step-900: #949494;
145
- --ion-text-color-step-950: #8e8e8e;
146
- --ion-background-color-step-50: #1e1e1e;
147
- --ion-background-color-step-100: #2a2a2a;
148
- --ion-background-color-step-150: #363636;
149
- --ion-background-color-step-200: #414141;
150
- --ion-background-color-step-250: #4d4d4d;
151
- --ion-background-color-step-300: #595959;
152
- --ion-background-color-step-350: #656565;
153
- --ion-background-color-step-400: #717171;
154
- --ion-background-color-step-450: #7d7d7d;
155
- --ion-background-color-step-500: #898989;
156
- --ion-background-color-step-550: #949494;
157
- --ion-background-color-step-600: #a0a0a0;
158
- --ion-background-color-step-650: #acacac;
159
- --ion-background-color-step-700: #b8b8b8;
160
- --ion-background-color-step-750: #c4c4c4;
161
- --ion-background-color-step-800: #d0d0d0;
162
- --ion-background-color-step-850: #dbdbdb;
163
- --ion-background-color-step-900: #e7e7e7;
164
- --ion-background-color-step-950: #f3f3f3;
165
- }
166
- .md body ion-toast {
167
- --color: var(--ion-background-color);
168
- }
169
- .md body ion-toast::part(button) {
170
- color: var(--color);
171
- }
172
- @supports (color: color-mix(in lch, plum, pink)) {
173
- .md body ion-toast::part(button) {
174
- color: color-mix(in srgb, var(--color) 73%, var(--button-color));
175
- }
176
- }
177
- .md body ion-toast::part(button cancel) {
178
- color: var(--color);
179
- }
180
- }
181
-
182
- /*# sourceMappingURL=high-contrast-dark.system.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/themes/high-contrast-dark.system.scss","../../src/css/themes/high-contrast-dark.scss"],"names":[],"mappings":"AAEA;EC8FE;IAEI;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IAGF;;;EAKF;IAGE;IACA;IAEA;IACA;IAEA;IACA;IAIA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAMF;IACE;IACA;IACA;;;EDnKF;ACiPA;;EAzEA;IAGE;IACA;IAEA;IACA;IAEA;IAEA;IACA;IACA;IACA;IAIA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAMF;IACE;;EAGF;IAEE;;EAIF;IACE;MACE;;;EAIJ;IACE","file":"high-contrast-dark.system.css","sourcesContent":["@import \"./high-contrast-dark\";\n\n@media (prefers-contrast: more) and (prefers-color-scheme: dark) {\n :root {\n @include high-contrast-dark-base-theme();\n }\n\n .ios body {\n @include high-contrast-dark-ios-theme();\n }\n\n .md body {\n @include high-contrast-dark-md-theme();\n }\n}\n","@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #7cabff !default;\n$secondary: #62bdff !default;\n$tertiary: #b6b9f9 !default;\n$success: #4ada71 !default;\n$warning: #ffce31 !default;\n$danger: #fc9aa2 !default;\n$light: #2f2f2f !default;\n$medium: #b4bcc6 !default;\n$dark: #f6f8fc !default;\n\n$colors: (\n primary: (\n base: $primary,\n contrast: #000,\n shade: get-color-shade($primary),\n tint: get-color-tint($primary)\n ),\n secondary: (\n base: $secondary,\n contrast: #000,\n shade: get-color-shade($secondary),\n tint: get-color-tint($secondary)\n ),\n tertiary: (\n base: $tertiary,\n contrast: #000,\n shade: get-color-shade($tertiary),\n tint: get-color-tint($tertiary)\n ),\n success: (\n base: $success,\n contrast: #000,\n shade: get-color-shade($success),\n tint: get-color-tint($success)\n ),\n warning: (\n base: $warning,\n contrast: #000,\n shade: get-color-shade($warning),\n tint: get-color-tint($warning)\n ),\n danger: (\n base: $danger,\n contrast: #000,\n shade: get-color-shade($danger),\n tint: get-color-tint($danger)\n ),\n light: (\n base: $light,\n contrast: #fff,\n shade: get-color-shade($light),\n tint: get-color-tint($light)\n ),\n medium: (\n base: $medium,\n contrast: #000,\n shade: get-color-shade($medium),\n tint: get-color-tint($medium)\n ),\n dark: (\n base: $dark,\n contrast: #000,\n shade: get-color-shade($dark),\n tint: get-color-tint($dark)\n )\n) !default;\n\n/// Text step colors are generated based on\n/// how dark or light text can be. The darkest\n/// text color is usually the default text color (white or black).\n/// The darker the $lightest-text-color is, the darker each\n/// stepped color is. If you want to increase text contrast,\n/// make $lightest-text-color darker.\n$text-color: #ffffff;\n\n$darkest-text-color: #888888;\n$lightest-text-color: $text-color;\n\n/// Loop through each color object above\n/// and generate CSS Variables for each\n/// color. Do not use the ion-color function\n/// here because that will set the variable\n/// to evaluate to itself with a fallback.\n/// For example:\n/// --ion-color-primary: #{ion-color(primary, base)};\n/// Maps to:\n/// --ion-color-primary: var(--ion-color-primary, #...);\n\n/// We apply certain styles to the per-mode classes (ios and md)\n/// as opposed to setting everything in :root\n// so any high contrast dark styles override the standard\n/// contrast dark styles.\n@mixin high-contrast-dark-base-theme() {\n & {\n @each $color-name, $value in $colors {\n --ion-color-#{$color-name}: #{map.get($value, base)};\n --ion-color-#{$color-name}-rgb: #{color-to-rgb-list(map.get($value, base))};\n --ion-color-#{$color-name}-contrast: #{map.get($value, contrast)};\n --ion-color-#{$color-name}-contrast-rgb: #{color-to-rgb-list(map.get($value, contrast))};\n --ion-color-#{$color-name}-shade: #{map.get($value, shade)};\n --ion-color-#{$color-name}-tint: #{map.get($value, tint)};\n }\n\n --ion-placeholder-opacity: 0.8;\n }\n}\n\n@mixin high-contrast-dark-ios-theme() {\n & {\n $background-color: #000000;\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-item-background: #000000;\n --ion-card-background: #1c1c1d;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: var(--ion-background-color-step-400);\n\n --ion-text-color-step-50: #{mix($darkest-text-color, $lightest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($darkest-text-color, $lightest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($darkest-text-color, $lightest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($darkest-text-color, $lightest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($darkest-text-color, $lightest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($darkest-text-color, $lightest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($darkest-text-color, $lightest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($darkest-text-color, $lightest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($darkest-text-color, $lightest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($darkest-text-color, $lightest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($darkest-text-color, $lightest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($darkest-text-color, $lightest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($darkest-text-color, $lightest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($darkest-text-color, $lightest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($darkest-text-color, $lightest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($darkest-text-color, $lightest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($darkest-text-color, $lightest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($darkest-text-color, $lightest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($darkest-text-color, $lightest-text-color, 95%)};\n\n --ion-background-color-step-50: #{mix($text-color, $background-color, 5%)};\n --ion-background-color-step-100: #{mix($text-color, $background-color, 10%)};\n --ion-background-color-step-150: #{mix($text-color, $background-color, 15%)};\n --ion-background-color-step-200: #{mix($text-color, $background-color, 20%)};\n --ion-background-color-step-250: #{mix($text-color, $background-color, 25%)};\n --ion-background-color-step-300: #{mix($text-color, $background-color, 30%)};\n --ion-background-color-step-350: #{mix($text-color, $background-color, 35%)};\n --ion-background-color-step-400: #{mix($text-color, $background-color, 40%)};\n --ion-background-color-step-450: #{mix($text-color, $background-color, 45%)};\n --ion-background-color-step-500: #{mix($text-color, $background-color, 50%)};\n --ion-background-color-step-550: #{mix($text-color, $background-color, 55%)};\n --ion-background-color-step-600: #{mix($text-color, $background-color, 60%)};\n --ion-background-color-step-650: #{mix($text-color, $background-color, 65%)};\n --ion-background-color-step-700: #{mix($text-color, $background-color, 70%)};\n --ion-background-color-step-750: #{mix($text-color, $background-color, 75%)};\n --ion-background-color-step-800: #{mix($text-color, $background-color, 80%)};\n --ion-background-color-step-850: #{mix($text-color, $background-color, 85%)};\n --ion-background-color-step-900: #{mix($text-color, $background-color, 90%)};\n --ion-background-color-step-950: #{mix($text-color, $background-color, 95%)};\n }\n\n // Modal\n // --------------------------------------------------\n\n & ion-modal {\n --ion-background-color: var(--ion-background-color-step-100);\n --ion-toolbar-background: var(--ion-background-color-step-150);\n --ion-toolbar-border-color: var(--ion-background-color-step-250);\n }\n}\n\n@mixin high-contrast-dark-md-theme() {\n & {\n $background-color: #121212;\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-border-color: #222222;\n\n --ion-item-background: #1e1e1e;\n --ion-toolbar-background: #1f1f1f;\n --ion-tab-bar-background: #1f1f1f;\n --ion-card-background: #1e1e1e;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: var(--ion-background-color-step-400);\n\n --ion-text-color-step-50: #{mix($darkest-text-color, $lightest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($darkest-text-color, $lightest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($darkest-text-color, $lightest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($darkest-text-color, $lightest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($darkest-text-color, $lightest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($darkest-text-color, $lightest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($darkest-text-color, $lightest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($darkest-text-color, $lightest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($darkest-text-color, $lightest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($darkest-text-color, $lightest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($darkest-text-color, $lightest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($darkest-text-color, $lightest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($darkest-text-color, $lightest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($darkest-text-color, $lightest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($darkest-text-color, $lightest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($darkest-text-color, $lightest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($darkest-text-color, $lightest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($darkest-text-color, $lightest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($darkest-text-color, $lightest-text-color, 95%)};\n\n --ion-background-color-step-50: #{mix($text-color, $background-color, 5%)};\n --ion-background-color-step-100: #{mix($text-color, $background-color, 10%)};\n --ion-background-color-step-150: #{mix($text-color, $background-color, 15%)};\n --ion-background-color-step-200: #{mix($text-color, $background-color, 20%)};\n --ion-background-color-step-250: #{mix($text-color, $background-color, 25%)};\n --ion-background-color-step-300: #{mix($text-color, $background-color, 30%)};\n --ion-background-color-step-350: #{mix($text-color, $background-color, 35%)};\n --ion-background-color-step-400: #{mix($text-color, $background-color, 40%)};\n --ion-background-color-step-450: #{mix($text-color, $background-color, 45%)};\n --ion-background-color-step-500: #{mix($text-color, $background-color, 50%)};\n --ion-background-color-step-550: #{mix($text-color, $background-color, 55%)};\n --ion-background-color-step-600: #{mix($text-color, $background-color, 60%)};\n --ion-background-color-step-650: #{mix($text-color, $background-color, 65%)};\n --ion-background-color-step-700: #{mix($text-color, $background-color, 70%)};\n --ion-background-color-step-750: #{mix($text-color, $background-color, 75%)};\n --ion-background-color-step-800: #{mix($text-color, $background-color, 80%)};\n --ion-background-color-step-850: #{mix($text-color, $background-color, 85%)};\n --ion-background-color-step-900: #{mix($text-color, $background-color, 90%)};\n --ion-background-color-step-950: #{mix($text-color, $background-color, 95%)};\n }\n\n // Toast\n // --------------------------------------------------\n\n & ion-toast {\n --color: var(--ion-background-color);\n }\n\n & ion-toast::part(button) {\n // Fallback for browsers that don't support color-mix\n color: var(--color);\n }\n\n /* stylelint-disable-next-line order/order */\n @supports (color: color-mix(in lch, plum, pink)) {\n & ion-toast::part(button) {\n color: color-mix(in srgb, var(--color) 73%, var(--button-color));\n }\n }\n\n & ion-toast::part(button cancel) {\n color: var(--color);\n }\n}\n"]}
@@ -1,101 +0,0 @@
1
- :root {
2
- --ion-color-primary: #003FAE;
3
- --ion-color-primary-rgb: 0, 63, 174;
4
- --ion-color-primary-contrast: #fff;
5
- --ion-color-primary-contrast-rgb: 255, 255, 255;
6
- --ion-color-primary-shade: #003799;
7
- --ion-color-primary-tint: #1a52b6;
8
- --ion-color-secondary: #01487B;
9
- --ion-color-secondary-rgb: 1, 72, 123;
10
- --ion-color-secondary-contrast: #fff;
11
- --ion-color-secondary-contrast-rgb: 255, 255, 255;
12
- --ion-color-secondary-shade: #013f6c;
13
- --ion-color-secondary-tint: #1a5a88;
14
- --ion-color-tertiary: #3400e6;
15
- --ion-color-tertiary-rgb: 52, 0, 230;
16
- --ion-color-tertiary-contrast: #fff;
17
- --ion-color-tertiary-contrast-rgb: 255, 255, 255;
18
- --ion-color-tertiary-shade: #2e00ca;
19
- --ion-color-tertiary-tint: #481ae9;
20
- --ion-color-success: #004314;
21
- --ion-color-success-rgb: 0, 67, 20;
22
- --ion-color-success-contrast: #fff;
23
- --ion-color-success-contrast-rgb: 255, 255, 255;
24
- --ion-color-success-shade: #003b12;
25
- --ion-color-success-tint: #1a562c;
26
- --ion-color-warning: #5F4100;
27
- --ion-color-warning-rgb: 95, 65, 0;
28
- --ion-color-warning-contrast: #fff;
29
- --ion-color-warning-contrast-rgb: 255, 255, 255;
30
- --ion-color-warning-shade: #543900;
31
- --ion-color-warning-tint: #6f541a;
32
- --ion-color-danger: #9C000C;
33
- --ion-color-danger-rgb: 156, 0, 12;
34
- --ion-color-danger-contrast: #fff;
35
- --ion-color-danger-contrast-rgb: 255, 255, 255;
36
- --ion-color-danger-shade: #89000b;
37
- --ion-color-danger-tint: #a61a24;
38
- --ion-color-light: #f6f8fc;
39
- --ion-color-light-rgb: 246, 248, 252;
40
- --ion-color-light-contrast: #000;
41
- --ion-color-light-contrast-rgb: 0, 0, 0;
42
- --ion-color-light-shade: #d8dade;
43
- --ion-color-light-tint: #f7f9fc;
44
- --ion-color-medium: #474747;
45
- --ion-color-medium-rgb: 71, 71, 71;
46
- --ion-color-medium-contrast: #fff;
47
- --ion-color-medium-contrast-rgb: 255, 255, 255;
48
- --ion-color-medium-shade: #3e3e3e;
49
- --ion-color-medium-tint: #595959;
50
- --ion-color-dark: #2f2f2f;
51
- --ion-color-dark-rgb: 47, 47, 47;
52
- --ion-color-dark-contrast: #fff;
53
- --ion-color-dark-contrast-rgb: 255, 255, 255;
54
- --ion-color-dark-shade: #292929;
55
- --ion-color-dark-tint: #444444;
56
- --ion-background-color: #ffffff;
57
- --ion-background-color-rgb: 255, 255, 255;
58
- --ion-text-color: #000000;
59
- --ion-text-color-rgb: 0, 0, 0;
60
- --ion-placeholder-opacity: 0.8;
61
- --ion-item-border-color: #7a7a7a;
62
- --ion-text-color-step-50: #070707;
63
- --ion-text-color-step-100: #0e0e0e;
64
- --ion-text-color-step-150: #141414;
65
- --ion-text-color-step-200: #1b1b1b;
66
- --ion-text-color-step-250: #222222;
67
- --ion-text-color-step-300: #292929;
68
- --ion-text-color-step-350: #303030;
69
- --ion-text-color-step-400: #363636;
70
- --ion-text-color-step-450: #3d3d3d;
71
- --ion-text-color-step-500: #444444;
72
- --ion-text-color-step-550: #4b4b4b;
73
- --ion-text-color-step-600: #525252;
74
- --ion-text-color-step-650: #585858;
75
- --ion-text-color-step-700: #5f5f5f;
76
- --ion-text-color-step-750: #666666;
77
- --ion-text-color-step-800: #6d6d6d;
78
- --ion-text-color-step-850: #747474;
79
- --ion-text-color-step-900: #7a7a7a;
80
- --ion-text-color-step-950: #818181;
81
- }
82
-
83
- .md body {
84
- /* stylelint-disable-next-line order/order */
85
- }
86
- .md body ion-toast {
87
- --color: var(--ion-background-color);
88
- }
89
- .md body ion-toast::part(button) {
90
- color: var(--color);
91
- }
92
- @supports (color: color-mix(in lch, plum, pink)) {
93
- .md body ion-toast::part(button) {
94
- color: color-mix(in srgb, var(--color) 70%, var(--button-color));
95
- }
96
- }
97
- .md body ion-toast::part(button cancel) {
98
- color: var(--color);
99
- }
100
-
101
- /*# sourceMappingURL=high-contrast-light.always.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/themes/high-contrast-light.scss","../../src/css/themes/high-contrast-light.always.scss"],"names":[],"mappings":"AA4FE;EAEI;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EAGF;EACA;EAEA;EACA;EAEA;EAIA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AC9HJ;AD+IE;;AATA;EACE;;AAGF;EAEE;;AAIF;EACE;IACE;;;AAIJ;EACE","file":"high-contrast-light.always.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #003FAE !default;\n$secondary: #01487B !default;\n$tertiary: #3400e6 !default;\n$success: #004314 !default;\n$warning: #5F4100 !default;\n$danger: #9C000C !default;\n$light: #f6f8fc !default;\n$medium: #474747 !default;\n$dark: #2f2f2f !default;\n\n$colors: (\n primary: (\n base: $primary,\n contrast: #fff,\n shade: get-color-shade($primary),\n tint: get-color-tint($primary)\n ),\n secondary: (\n base: $secondary,\n contrast: #fff,\n shade: get-color-shade($secondary),\n tint: get-color-tint($secondary)\n ),\n tertiary: (\n base: $tertiary,\n contrast: #fff,\n shade: get-color-shade($tertiary),\n tint: get-color-tint($tertiary)\n ),\n success: (\n base: $success,\n contrast: #fff,\n shade: get-color-shade($success),\n tint: get-color-tint($success)\n ),\n warning: (\n base: $warning,\n contrast: #fff,\n shade: get-color-shade($warning),\n tint: get-color-tint($warning)\n ),\n danger: (\n base: $danger,\n contrast: #fff,\n shade: get-color-shade($danger),\n tint: get-color-tint($danger)\n ),\n light: (\n base: $light,\n contrast: #000,\n shade: get-color-shade($light),\n tint: get-color-tint($light)\n ),\n medium: (\n base: $medium,\n contrast: #fff,\n shade: get-color-shade($medium),\n tint: get-color-tint($medium)\n ),\n dark: (\n base: $dark,\n contrast: #fff,\n shade: get-color-shade($dark),\n tint: get-color-tint($dark)\n )\n) !default;\n\n/// Text step colors are generated based on\n/// how dark or light text can be. The darkest\n/// text color is usually the default text color (white or black).\n/// The darker the $lightest-text-color is, the darker each\n/// stepped color is. If you want to increase text contrast,\n/// make $lightest-text-color darker.\n$background-color: #ffffff;\n$text-color: #000000;\n\n$darkest-text-color: $text-color;\n$lightest-text-color: #888888;\n\n/// Loop through each color object above\n/// and generate CSS Variables for each\n/// color. Do not use the ion-color function\n/// here because that will set the variable\n/// to evaluate to itself with a fallback.\n/// For example:\n/// --ion-color-primary: #{ion-color(primary, base)};\n/// Maps to:\n/// --ion-color-primary: var(--ion-color-primary, #...);\n@mixin high-contrast-light-base-theme() {\n & {\n @each $color-name, $value in $colors {\n --ion-color-#{$color-name}: #{map.get($value, base)};\n --ion-color-#{$color-name}-rgb: #{color-to-rgb-list(map.get($value, base))};\n --ion-color-#{$color-name}-contrast: #{map.get($value, contrast)};\n --ion-color-#{$color-name}-contrast-rgb: #{color-to-rgb-list(map.get($value, contrast))};\n --ion-color-#{$color-name}-shade: #{map.get($value, shade)};\n --ion-color-#{$color-name}-tint: #{map.get($value, tint)};\n }\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-placeholder-opacity: 0.8;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: #7a7a7a;\n\n --ion-text-color-step-50: #{mix($lightest-text-color, $darkest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($lightest-text-color, $darkest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($lightest-text-color, $darkest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($lightest-text-color, $darkest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($lightest-text-color, $darkest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($lightest-text-color, $darkest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($lightest-text-color, $darkest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($lightest-text-color, $darkest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($lightest-text-color, $darkest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($lightest-text-color, $darkest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($lightest-text-color, $darkest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($lightest-text-color, $darkest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($lightest-text-color, $darkest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($lightest-text-color, $darkest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($lightest-text-color, $darkest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($lightest-text-color, $darkest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($lightest-text-color, $darkest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($lightest-text-color, $darkest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($lightest-text-color, $darkest-text-color, 95%)};\n }\n}\n\n@mixin high-contrast-light-md-theme() {\n // Toast\n // --------------------------------------------------\n\n & ion-toast {\n --color: var(--ion-background-color);\n }\n\n & ion-toast::part(button) {\n // Fallback for browsers that don't support color-mix\n color: var(--color);\n }\n\n /* stylelint-disable-next-line order/order */\n @supports (color: color-mix(in lch, plum, pink)) {\n & ion-toast::part(button) {\n color: color-mix(in srgb, var(--color) 70%, var(--button-color));\n }\n }\n\n & ion-toast::part(button cancel) {\n color: var(--color);\n }\n}\n","@import \"./high-contrast-light\";\n\n:root {\n @include high-contrast-light-base-theme();\n}\n\n.md body {\n @include high-contrast-light-md-theme();\n}\n"]}
@@ -1,101 +0,0 @@
1
- .ion-theme-high-contrast-light {
2
- --ion-color-primary: #003FAE;
3
- --ion-color-primary-rgb: 0, 63, 174;
4
- --ion-color-primary-contrast: #fff;
5
- --ion-color-primary-contrast-rgb: 255, 255, 255;
6
- --ion-color-primary-shade: #003799;
7
- --ion-color-primary-tint: #1a52b6;
8
- --ion-color-secondary: #01487B;
9
- --ion-color-secondary-rgb: 1, 72, 123;
10
- --ion-color-secondary-contrast: #fff;
11
- --ion-color-secondary-contrast-rgb: 255, 255, 255;
12
- --ion-color-secondary-shade: #013f6c;
13
- --ion-color-secondary-tint: #1a5a88;
14
- --ion-color-tertiary: #3400e6;
15
- --ion-color-tertiary-rgb: 52, 0, 230;
16
- --ion-color-tertiary-contrast: #fff;
17
- --ion-color-tertiary-contrast-rgb: 255, 255, 255;
18
- --ion-color-tertiary-shade: #2e00ca;
19
- --ion-color-tertiary-tint: #481ae9;
20
- --ion-color-success: #004314;
21
- --ion-color-success-rgb: 0, 67, 20;
22
- --ion-color-success-contrast: #fff;
23
- --ion-color-success-contrast-rgb: 255, 255, 255;
24
- --ion-color-success-shade: #003b12;
25
- --ion-color-success-tint: #1a562c;
26
- --ion-color-warning: #5F4100;
27
- --ion-color-warning-rgb: 95, 65, 0;
28
- --ion-color-warning-contrast: #fff;
29
- --ion-color-warning-contrast-rgb: 255, 255, 255;
30
- --ion-color-warning-shade: #543900;
31
- --ion-color-warning-tint: #6f541a;
32
- --ion-color-danger: #9C000C;
33
- --ion-color-danger-rgb: 156, 0, 12;
34
- --ion-color-danger-contrast: #fff;
35
- --ion-color-danger-contrast-rgb: 255, 255, 255;
36
- --ion-color-danger-shade: #89000b;
37
- --ion-color-danger-tint: #a61a24;
38
- --ion-color-light: #f6f8fc;
39
- --ion-color-light-rgb: 246, 248, 252;
40
- --ion-color-light-contrast: #000;
41
- --ion-color-light-contrast-rgb: 0, 0, 0;
42
- --ion-color-light-shade: #d8dade;
43
- --ion-color-light-tint: #f7f9fc;
44
- --ion-color-medium: #474747;
45
- --ion-color-medium-rgb: 71, 71, 71;
46
- --ion-color-medium-contrast: #fff;
47
- --ion-color-medium-contrast-rgb: 255, 255, 255;
48
- --ion-color-medium-shade: #3e3e3e;
49
- --ion-color-medium-tint: #595959;
50
- --ion-color-dark: #2f2f2f;
51
- --ion-color-dark-rgb: 47, 47, 47;
52
- --ion-color-dark-contrast: #fff;
53
- --ion-color-dark-contrast-rgb: 255, 255, 255;
54
- --ion-color-dark-shade: #292929;
55
- --ion-color-dark-tint: #444444;
56
- --ion-background-color: #ffffff;
57
- --ion-background-color-rgb: 255, 255, 255;
58
- --ion-text-color: #000000;
59
- --ion-text-color-rgb: 0, 0, 0;
60
- --ion-placeholder-opacity: 0.8;
61
- --ion-item-border-color: #7a7a7a;
62
- --ion-text-color-step-50: #070707;
63
- --ion-text-color-step-100: #0e0e0e;
64
- --ion-text-color-step-150: #141414;
65
- --ion-text-color-step-200: #1b1b1b;
66
- --ion-text-color-step-250: #222222;
67
- --ion-text-color-step-300: #292929;
68
- --ion-text-color-step-350: #303030;
69
- --ion-text-color-step-400: #363636;
70
- --ion-text-color-step-450: #3d3d3d;
71
- --ion-text-color-step-500: #444444;
72
- --ion-text-color-step-550: #4b4b4b;
73
- --ion-text-color-step-600: #525252;
74
- --ion-text-color-step-650: #585858;
75
- --ion-text-color-step-700: #5f5f5f;
76
- --ion-text-color-step-750: #666666;
77
- --ion-text-color-step-800: #6d6d6d;
78
- --ion-text-color-step-850: #747474;
79
- --ion-text-color-step-900: #7a7a7a;
80
- --ion-text-color-step-950: #818181;
81
- }
82
-
83
- .ion-theme-high-contrast-light.md {
84
- /* stylelint-disable-next-line order/order */
85
- }
86
- .ion-theme-high-contrast-light.md ion-toast {
87
- --color: var(--ion-background-color);
88
- }
89
- .ion-theme-high-contrast-light.md ion-toast::part(button) {
90
- color: var(--color);
91
- }
92
- @supports (color: color-mix(in lch, plum, pink)) {
93
- .ion-theme-high-contrast-light.md ion-toast::part(button) {
94
- color: color-mix(in srgb, var(--color) 70%, var(--button-color));
95
- }
96
- }
97
- .ion-theme-high-contrast-light.md ion-toast::part(button cancel) {
98
- color: var(--color);
99
- }
100
-
101
- /*# sourceMappingURL=high-contrast-light.class.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/themes/high-contrast-light.scss","../../src/css/themes/high-contrast-light.class.scss"],"names":[],"mappings":"AA4FE;EAEI;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EALA;EACA;EACA;EACA;EACA;EACA;EAGF;EACA;EAEA;EACA;EAEA;EAIA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AC9HJ;AD+IE;;AATA;EACE;;AAGF;EAEE;;AAIF;EACE;IACE;;;AAIJ;EACE","file":"high-contrast-light.class.css","sourcesContent":["@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #003FAE !default;\n$secondary: #01487B !default;\n$tertiary: #3400e6 !default;\n$success: #004314 !default;\n$warning: #5F4100 !default;\n$danger: #9C000C !default;\n$light: #f6f8fc !default;\n$medium: #474747 !default;\n$dark: #2f2f2f !default;\n\n$colors: (\n primary: (\n base: $primary,\n contrast: #fff,\n shade: get-color-shade($primary),\n tint: get-color-tint($primary)\n ),\n secondary: (\n base: $secondary,\n contrast: #fff,\n shade: get-color-shade($secondary),\n tint: get-color-tint($secondary)\n ),\n tertiary: (\n base: $tertiary,\n contrast: #fff,\n shade: get-color-shade($tertiary),\n tint: get-color-tint($tertiary)\n ),\n success: (\n base: $success,\n contrast: #fff,\n shade: get-color-shade($success),\n tint: get-color-tint($success)\n ),\n warning: (\n base: $warning,\n contrast: #fff,\n shade: get-color-shade($warning),\n tint: get-color-tint($warning)\n ),\n danger: (\n base: $danger,\n contrast: #fff,\n shade: get-color-shade($danger),\n tint: get-color-tint($danger)\n ),\n light: (\n base: $light,\n contrast: #000,\n shade: get-color-shade($light),\n tint: get-color-tint($light)\n ),\n medium: (\n base: $medium,\n contrast: #fff,\n shade: get-color-shade($medium),\n tint: get-color-tint($medium)\n ),\n dark: (\n base: $dark,\n contrast: #fff,\n shade: get-color-shade($dark),\n tint: get-color-tint($dark)\n )\n) !default;\n\n/// Text step colors are generated based on\n/// how dark or light text can be. The darkest\n/// text color is usually the default text color (white or black).\n/// The darker the $lightest-text-color is, the darker each\n/// stepped color is. If you want to increase text contrast,\n/// make $lightest-text-color darker.\n$background-color: #ffffff;\n$text-color: #000000;\n\n$darkest-text-color: $text-color;\n$lightest-text-color: #888888;\n\n/// Loop through each color object above\n/// and generate CSS Variables for each\n/// color. Do not use the ion-color function\n/// here because that will set the variable\n/// to evaluate to itself with a fallback.\n/// For example:\n/// --ion-color-primary: #{ion-color(primary, base)};\n/// Maps to:\n/// --ion-color-primary: var(--ion-color-primary, #...);\n@mixin high-contrast-light-base-theme() {\n & {\n @each $color-name, $value in $colors {\n --ion-color-#{$color-name}: #{map.get($value, base)};\n --ion-color-#{$color-name}-rgb: #{color-to-rgb-list(map.get($value, base))};\n --ion-color-#{$color-name}-contrast: #{map.get($value, contrast)};\n --ion-color-#{$color-name}-contrast-rgb: #{color-to-rgb-list(map.get($value, contrast))};\n --ion-color-#{$color-name}-shade: #{map.get($value, shade)};\n --ion-color-#{$color-name}-tint: #{map.get($value, tint)};\n }\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-placeholder-opacity: 0.8;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: #7a7a7a;\n\n --ion-text-color-step-50: #{mix($lightest-text-color, $darkest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($lightest-text-color, $darkest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($lightest-text-color, $darkest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($lightest-text-color, $darkest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($lightest-text-color, $darkest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($lightest-text-color, $darkest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($lightest-text-color, $darkest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($lightest-text-color, $darkest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($lightest-text-color, $darkest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($lightest-text-color, $darkest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($lightest-text-color, $darkest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($lightest-text-color, $darkest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($lightest-text-color, $darkest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($lightest-text-color, $darkest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($lightest-text-color, $darkest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($lightest-text-color, $darkest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($lightest-text-color, $darkest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($lightest-text-color, $darkest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($lightest-text-color, $darkest-text-color, 95%)};\n }\n}\n\n@mixin high-contrast-light-md-theme() {\n // Toast\n // --------------------------------------------------\n\n & ion-toast {\n --color: var(--ion-background-color);\n }\n\n & ion-toast::part(button) {\n // Fallback for browsers that don't support color-mix\n color: var(--color);\n }\n\n /* stylelint-disable-next-line order/order */\n @supports (color: color-mix(in lch, plum, pink)) {\n & ion-toast::part(button) {\n color: color-mix(in srgb, var(--color) 70%, var(--button-color));\n }\n }\n\n & ion-toast::part(button cancel) {\n color: var(--color);\n }\n}\n","@import \"./high-contrast-light\";\n\n.ion-theme-high-contrast-light {\n @include high-contrast-light-base-theme();\n}\n\n.ion-theme-high-contrast-light.md {\n @include high-contrast-light-md-theme();\n}\n"]}
@@ -1,3 +0,0 @@
1
-
2
-
3
- /*# sourceMappingURL=high-contrast-light.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":[],"names":[],"mappings":"","file":"high-contrast-light.css","sourcesContent":[]}
@@ -1,103 +0,0 @@
1
- @media (prefers-contrast: more) {
2
- :root {
3
- --ion-color-primary: #003FAE;
4
- --ion-color-primary-rgb: 0, 63, 174;
5
- --ion-color-primary-contrast: #fff;
6
- --ion-color-primary-contrast-rgb: 255, 255, 255;
7
- --ion-color-primary-shade: #003799;
8
- --ion-color-primary-tint: #1a52b6;
9
- --ion-color-secondary: #01487B;
10
- --ion-color-secondary-rgb: 1, 72, 123;
11
- --ion-color-secondary-contrast: #fff;
12
- --ion-color-secondary-contrast-rgb: 255, 255, 255;
13
- --ion-color-secondary-shade: #013f6c;
14
- --ion-color-secondary-tint: #1a5a88;
15
- --ion-color-tertiary: #3400e6;
16
- --ion-color-tertiary-rgb: 52, 0, 230;
17
- --ion-color-tertiary-contrast: #fff;
18
- --ion-color-tertiary-contrast-rgb: 255, 255, 255;
19
- --ion-color-tertiary-shade: #2e00ca;
20
- --ion-color-tertiary-tint: #481ae9;
21
- --ion-color-success: #004314;
22
- --ion-color-success-rgb: 0, 67, 20;
23
- --ion-color-success-contrast: #fff;
24
- --ion-color-success-contrast-rgb: 255, 255, 255;
25
- --ion-color-success-shade: #003b12;
26
- --ion-color-success-tint: #1a562c;
27
- --ion-color-warning: #5F4100;
28
- --ion-color-warning-rgb: 95, 65, 0;
29
- --ion-color-warning-contrast: #fff;
30
- --ion-color-warning-contrast-rgb: 255, 255, 255;
31
- --ion-color-warning-shade: #543900;
32
- --ion-color-warning-tint: #6f541a;
33
- --ion-color-danger: #9C000C;
34
- --ion-color-danger-rgb: 156, 0, 12;
35
- --ion-color-danger-contrast: #fff;
36
- --ion-color-danger-contrast-rgb: 255, 255, 255;
37
- --ion-color-danger-shade: #89000b;
38
- --ion-color-danger-tint: #a61a24;
39
- --ion-color-light: #f6f8fc;
40
- --ion-color-light-rgb: 246, 248, 252;
41
- --ion-color-light-contrast: #000;
42
- --ion-color-light-contrast-rgb: 0, 0, 0;
43
- --ion-color-light-shade: #d8dade;
44
- --ion-color-light-tint: #f7f9fc;
45
- --ion-color-medium: #474747;
46
- --ion-color-medium-rgb: 71, 71, 71;
47
- --ion-color-medium-contrast: #fff;
48
- --ion-color-medium-contrast-rgb: 255, 255, 255;
49
- --ion-color-medium-shade: #3e3e3e;
50
- --ion-color-medium-tint: #595959;
51
- --ion-color-dark: #2f2f2f;
52
- --ion-color-dark-rgb: 47, 47, 47;
53
- --ion-color-dark-contrast: #fff;
54
- --ion-color-dark-contrast-rgb: 255, 255, 255;
55
- --ion-color-dark-shade: #292929;
56
- --ion-color-dark-tint: #444444;
57
- --ion-background-color: #ffffff;
58
- --ion-background-color-rgb: 255, 255, 255;
59
- --ion-text-color: #000000;
60
- --ion-text-color-rgb: 0, 0, 0;
61
- --ion-placeholder-opacity: 0.8;
62
- --ion-item-border-color: #7a7a7a;
63
- --ion-text-color-step-50: #070707;
64
- --ion-text-color-step-100: #0e0e0e;
65
- --ion-text-color-step-150: #141414;
66
- --ion-text-color-step-200: #1b1b1b;
67
- --ion-text-color-step-250: #222222;
68
- --ion-text-color-step-300: #292929;
69
- --ion-text-color-step-350: #303030;
70
- --ion-text-color-step-400: #363636;
71
- --ion-text-color-step-450: #3d3d3d;
72
- --ion-text-color-step-500: #444444;
73
- --ion-text-color-step-550: #4b4b4b;
74
- --ion-text-color-step-600: #525252;
75
- --ion-text-color-step-650: #585858;
76
- --ion-text-color-step-700: #5f5f5f;
77
- --ion-text-color-step-750: #666666;
78
- --ion-text-color-step-800: #6d6d6d;
79
- --ion-text-color-step-850: #747474;
80
- --ion-text-color-step-900: #7a7a7a;
81
- --ion-text-color-step-950: #818181;
82
- }
83
-
84
- .md body {
85
- /* stylelint-disable-next-line order/order */
86
- }
87
- .md body ion-toast {
88
- --color: var(--ion-background-color);
89
- }
90
- .md body ion-toast::part(button) {
91
- color: var(--color);
92
- }
93
- @supports (color: color-mix(in lch, plum, pink)) {
94
- .md body ion-toast::part(button) {
95
- color: color-mix(in srgb, var(--color) 70%, var(--button-color));
96
- }
97
- }
98
- .md body ion-toast::part(button cancel) {
99
- color: var(--color);
100
- }
101
- }
102
-
103
- /*# sourceMappingURL=high-contrast-light.system.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/css/themes/high-contrast-light.system.scss","../../src/css/themes/high-contrast-light.scss"],"names":[],"mappings":"AAEA;EC0FE;IAEI;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IALA;IACA;IACA;IACA;IACA;IACA;IAGF;IACA;IAEA;IACA;IAEA;IAIA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;ED7HF;AC8IA;;EATA;IACE;;EAGF;IAEE;;EAIF;IACE;MACE;;;EAIJ;IACE","file":"high-contrast-light.system.css","sourcesContent":["@import \"./high-contrast-light\";\n\n@media (prefers-contrast: more) {\n :root {\n @include high-contrast-light-base-theme();\n }\n\n .md body {\n @include high-contrast-light-md-theme();\n }\n}\n","@use \"sass:map\";\n@import \"../../themes/ionic.functions.color\";\n\n$primary: #003FAE !default;\n$secondary: #01487B !default;\n$tertiary: #3400e6 !default;\n$success: #004314 !default;\n$warning: #5F4100 !default;\n$danger: #9C000C !default;\n$light: #f6f8fc !default;\n$medium: #474747 !default;\n$dark: #2f2f2f !default;\n\n$colors: (\n primary: (\n base: $primary,\n contrast: #fff,\n shade: get-color-shade($primary),\n tint: get-color-tint($primary)\n ),\n secondary: (\n base: $secondary,\n contrast: #fff,\n shade: get-color-shade($secondary),\n tint: get-color-tint($secondary)\n ),\n tertiary: (\n base: $tertiary,\n contrast: #fff,\n shade: get-color-shade($tertiary),\n tint: get-color-tint($tertiary)\n ),\n success: (\n base: $success,\n contrast: #fff,\n shade: get-color-shade($success),\n tint: get-color-tint($success)\n ),\n warning: (\n base: $warning,\n contrast: #fff,\n shade: get-color-shade($warning),\n tint: get-color-tint($warning)\n ),\n danger: (\n base: $danger,\n contrast: #fff,\n shade: get-color-shade($danger),\n tint: get-color-tint($danger)\n ),\n light: (\n base: $light,\n contrast: #000,\n shade: get-color-shade($light),\n tint: get-color-tint($light)\n ),\n medium: (\n base: $medium,\n contrast: #fff,\n shade: get-color-shade($medium),\n tint: get-color-tint($medium)\n ),\n dark: (\n base: $dark,\n contrast: #fff,\n shade: get-color-shade($dark),\n tint: get-color-tint($dark)\n )\n) !default;\n\n/// Text step colors are generated based on\n/// how dark or light text can be. The darkest\n/// text color is usually the default text color (white or black).\n/// The darker the $lightest-text-color is, the darker each\n/// stepped color is. If you want to increase text contrast,\n/// make $lightest-text-color darker.\n$background-color: #ffffff;\n$text-color: #000000;\n\n$darkest-text-color: $text-color;\n$lightest-text-color: #888888;\n\n/// Loop through each color object above\n/// and generate CSS Variables for each\n/// color. Do not use the ion-color function\n/// here because that will set the variable\n/// to evaluate to itself with a fallback.\n/// For example:\n/// --ion-color-primary: #{ion-color(primary, base)};\n/// Maps to:\n/// --ion-color-primary: var(--ion-color-primary, #...);\n@mixin high-contrast-light-base-theme() {\n & {\n @each $color-name, $value in $colors {\n --ion-color-#{$color-name}: #{map.get($value, base)};\n --ion-color-#{$color-name}-rgb: #{color-to-rgb-list(map.get($value, base))};\n --ion-color-#{$color-name}-contrast: #{map.get($value, contrast)};\n --ion-color-#{$color-name}-contrast-rgb: #{color-to-rgb-list(map.get($value, contrast))};\n --ion-color-#{$color-name}-shade: #{map.get($value, shade)};\n --ion-color-#{$color-name}-tint: #{map.get($value, tint)};\n }\n\n --ion-background-color: #{$background-color};\n --ion-background-color-rgb: #{color-to-rgb-list($background-color)};\n\n --ion-text-color: #{$text-color};\n --ion-text-color-rgb: #{color-to-rgb-list($text-color)};\n\n --ion-placeholder-opacity: 0.8;\n\n /// Only the item borders should increase in contrast\n /// Borders for elements like toolbars should remain the same\n --ion-item-border-color: #7a7a7a;\n\n --ion-text-color-step-50: #{mix($lightest-text-color, $darkest-text-color, 5%)};\n --ion-text-color-step-100: #{mix($lightest-text-color, $darkest-text-color, 10%)};\n --ion-text-color-step-150: #{mix($lightest-text-color, $darkest-text-color, 15%)};\n --ion-text-color-step-200: #{mix($lightest-text-color, $darkest-text-color, 20%)};\n --ion-text-color-step-250: #{mix($lightest-text-color, $darkest-text-color, 25%)};\n --ion-text-color-step-300: #{mix($lightest-text-color, $darkest-text-color, 30%)};\n --ion-text-color-step-350: #{mix($lightest-text-color, $darkest-text-color, 35%)};\n --ion-text-color-step-400: #{mix($lightest-text-color, $darkest-text-color, 40%)};\n --ion-text-color-step-450: #{mix($lightest-text-color, $darkest-text-color, 45%)};\n --ion-text-color-step-500: #{mix($lightest-text-color, $darkest-text-color, 50%)};\n --ion-text-color-step-550: #{mix($lightest-text-color, $darkest-text-color, 55%)};\n --ion-text-color-step-600: #{mix($lightest-text-color, $darkest-text-color, 60%)};\n --ion-text-color-step-650: #{mix($lightest-text-color, $darkest-text-color, 65%)};\n --ion-text-color-step-700: #{mix($lightest-text-color, $darkest-text-color, 70%)};\n --ion-text-color-step-750: #{mix($lightest-text-color, $darkest-text-color, 75%)};\n --ion-text-color-step-800: #{mix($lightest-text-color, $darkest-text-color, 80%)};\n --ion-text-color-step-850: #{mix($lightest-text-color, $darkest-text-color, 85%)};\n --ion-text-color-step-900: #{mix($lightest-text-color, $darkest-text-color, 90%)};\n --ion-text-color-step-950: #{mix($lightest-text-color, $darkest-text-color, 95%)};\n }\n}\n\n@mixin high-contrast-light-md-theme() {\n // Toast\n // --------------------------------------------------\n\n & ion-toast {\n --color: var(--ion-background-color);\n }\n\n & ion-toast::part(button) {\n // Fallback for browsers that don't support color-mix\n color: var(--color);\n }\n\n /* stylelint-disable-next-line order/order */\n @supports (color: color-mix(in lch, plum, pink)) {\n & ion-toast::part(button) {\n color: color-mix(in srgb, var(--color) 70%, var(--button-color));\n }\n }\n\n & ion-toast::part(button cancel) {\n color: var(--color);\n }\n}\n"]}