@ionic/react 8.0.0-rc.0 → 8.0.0-rc.2
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.
- package/README.md +1 -1
- package/css/core.css +1 -624
- package/css/core.css.map +1 -1
- package/css/display.css +1 -131
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -81
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css +1 -293
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css +1 -457
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +1 -127
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css +1 -150
- package/css/normalize.css.map +1 -1
- package/css/padding.css +1 -202
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css +1 -160
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css +1 -160
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.css +0 -2
- package/css/palettes/dark.system.css +1 -162
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css +1 -180
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css +1 -180
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.css +0 -2
- package/css/palettes/high-contrast-dark.system.css +1 -182
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css +1 -101
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css +1 -101
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.css +0 -2
- package/css/palettes/high-contrast.system.css +1 -103
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css +1 -152
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css +1 -243
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css +1 -158
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css +1 -157
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1100
- package/css/utils.bundle.css.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../src/css/palettes/dark.scss"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/css/palettes/dark.scss"],"names":[],"mappings":"AAuEE,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,4BACA,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.always.css","sourcesContent":["@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-border-color: #222222;\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,160 +1 @@
|
|
|
1
|
-
.ion-palette-dark {
|
|
2
|
-
--ion-color-primary: #4d8dff;
|
|
3
|
-
--ion-color-primary-rgb: 77, 141, 255;
|
|
4
|
-
--ion-color-primary-contrast: #000000;
|
|
5
|
-
--ion-color-primary-contrast-rgb: 0, 0, 0;
|
|
6
|
-
--ion-color-primary-shade: #447ce0;
|
|
7
|
-
--ion-color-primary-tint: #5f98ff;
|
|
8
|
-
--ion-color-secondary: #62bdff;
|
|
9
|
-
--ion-color-secondary-rgb: 98, 189, 255;
|
|
10
|
-
--ion-color-secondary-contrast: #000000;
|
|
11
|
-
--ion-color-secondary-contrast-rgb: 0, 0, 0;
|
|
12
|
-
--ion-color-secondary-shade: #56a6e0;
|
|
13
|
-
--ion-color-secondary-tint: #72c4ff;
|
|
14
|
-
--ion-color-tertiary: #8482fb;
|
|
15
|
-
--ion-color-tertiary-rgb: 132, 130, 251;
|
|
16
|
-
--ion-color-tertiary-contrast: #000000;
|
|
17
|
-
--ion-color-tertiary-contrast-rgb: 0, 0, 0;
|
|
18
|
-
--ion-color-tertiary-shade: #7472dd;
|
|
19
|
-
--ion-color-tertiary-tint: #908ffb;
|
|
20
|
-
--ion-color-success: #2dd55b;
|
|
21
|
-
--ion-color-success-rgb: 45, 213, 91;
|
|
22
|
-
--ion-color-success-contrast: #000000;
|
|
23
|
-
--ion-color-success-contrast-rgb: 0, 0, 0;
|
|
24
|
-
--ion-color-success-shade: #28bb50;
|
|
25
|
-
--ion-color-success-tint: #42d96b;
|
|
26
|
-
--ion-color-warning: #ffce31;
|
|
27
|
-
--ion-color-warning-rgb: 255, 206, 49;
|
|
28
|
-
--ion-color-warning-contrast: #000000;
|
|
29
|
-
--ion-color-warning-contrast-rgb: 0, 0, 0;
|
|
30
|
-
--ion-color-warning-shade: #e0b52b;
|
|
31
|
-
--ion-color-warning-tint: #ffd346;
|
|
32
|
-
--ion-color-danger: #f56570;
|
|
33
|
-
--ion-color-danger-rgb: 245, 101, 112;
|
|
34
|
-
--ion-color-danger-contrast: #000000;
|
|
35
|
-
--ion-color-danger-contrast-rgb: 0, 0, 0;
|
|
36
|
-
--ion-color-danger-shade: #d85963;
|
|
37
|
-
--ion-color-danger-tint: #f6747e;
|
|
38
|
-
--ion-color-dark: #f4f5f8;
|
|
39
|
-
--ion-color-dark-rgb: 244, 245, 248;
|
|
40
|
-
--ion-color-dark-contrast: #000000;
|
|
41
|
-
--ion-color-dark-contrast-rgb: 0, 0, 0;
|
|
42
|
-
--ion-color-dark-shade: #d7d8da;
|
|
43
|
-
--ion-color-dark-tint: #f5f6f9;
|
|
44
|
-
--ion-color-medium: #989aa2;
|
|
45
|
-
--ion-color-medium-rgb: 152, 154, 162;
|
|
46
|
-
--ion-color-medium-contrast: #000000;
|
|
47
|
-
--ion-color-medium-contrast-rgb: 0, 0, 0;
|
|
48
|
-
--ion-color-medium-shade: #86888f;
|
|
49
|
-
--ion-color-medium-tint: #a2a4ab;
|
|
50
|
-
--ion-color-light: #222428;
|
|
51
|
-
--ion-color-light-rgb: 34, 36, 40;
|
|
52
|
-
--ion-color-light-contrast: #ffffff;
|
|
53
|
-
--ion-color-light-contrast-rgb: 255, 255, 255;
|
|
54
|
-
--ion-color-light-shade: #1e2023;
|
|
55
|
-
--ion-color-light-tint: #383a3e;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.ion-palette-dark.ios {
|
|
59
|
-
--ion-background-color: #000000;
|
|
60
|
-
--ion-background-color-rgb: 0, 0, 0;
|
|
61
|
-
--ion-text-color: #ffffff;
|
|
62
|
-
--ion-text-color-rgb: 255, 255, 255;
|
|
63
|
-
--ion-background-color-step-50: #0d0d0d;
|
|
64
|
-
--ion-background-color-step-100: #1a1a1a;
|
|
65
|
-
--ion-background-color-step-150: #262626;
|
|
66
|
-
--ion-background-color-step-200: #333333;
|
|
67
|
-
--ion-background-color-step-250: #404040;
|
|
68
|
-
--ion-background-color-step-300: #4d4d4d;
|
|
69
|
-
--ion-background-color-step-350: #595959;
|
|
70
|
-
--ion-background-color-step-400: #666666;
|
|
71
|
-
--ion-background-color-step-450: #737373;
|
|
72
|
-
--ion-background-color-step-500: #808080;
|
|
73
|
-
--ion-background-color-step-550: #8c8c8c;
|
|
74
|
-
--ion-background-color-step-600: #999999;
|
|
75
|
-
--ion-background-color-step-650: #a6a6a6;
|
|
76
|
-
--ion-background-color-step-700: #b3b3b3;
|
|
77
|
-
--ion-background-color-step-750: #bfbfbf;
|
|
78
|
-
--ion-background-color-step-800: #cccccc;
|
|
79
|
-
--ion-background-color-step-850: #d9d9d9;
|
|
80
|
-
--ion-background-color-step-900: #e6e6e6;
|
|
81
|
-
--ion-background-color-step-950: #f2f2f2;
|
|
82
|
-
--ion-text-color-step-50: #f2f2f2;
|
|
83
|
-
--ion-text-color-step-100: #e6e6e6;
|
|
84
|
-
--ion-text-color-step-150: #d9d9d9;
|
|
85
|
-
--ion-text-color-step-200: #cccccc;
|
|
86
|
-
--ion-text-color-step-250: #bfbfbf;
|
|
87
|
-
--ion-text-color-step-300: #b3b3b3;
|
|
88
|
-
--ion-text-color-step-350: #a6a6a6;
|
|
89
|
-
--ion-text-color-step-400: #999999;
|
|
90
|
-
--ion-text-color-step-450: #8c8c8c;
|
|
91
|
-
--ion-text-color-step-500: #808080;
|
|
92
|
-
--ion-text-color-step-550: #737373;
|
|
93
|
-
--ion-text-color-step-600: #666666;
|
|
94
|
-
--ion-text-color-step-650: #595959;
|
|
95
|
-
--ion-text-color-step-700: #4d4d4d;
|
|
96
|
-
--ion-text-color-step-750: #404040;
|
|
97
|
-
--ion-text-color-step-800: #333333;
|
|
98
|
-
--ion-text-color-step-850: #262626;
|
|
99
|
-
--ion-text-color-step-900: #1a1a1a;
|
|
100
|
-
--ion-text-color-step-950: #0d0d0d;
|
|
101
|
-
--ion-item-background: #000000;
|
|
102
|
-
--ion-card-background: #1c1c1d;
|
|
103
|
-
}
|
|
104
|
-
.ion-palette-dark.ios ion-modal {
|
|
105
|
-
--ion-background-color: var(--ion-color-step-100, var(--ion-background-color-step-100));
|
|
106
|
-
--ion-toolbar-background: var(--ion-color-step-150, var(--ion-background-color-step-150));
|
|
107
|
-
--ion-toolbar-border-color: var(--ion-color-step-250, var(--ion-background-color-step-250));
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.ion-palette-dark.md {
|
|
111
|
-
--ion-background-color: #121212;
|
|
112
|
-
--ion-background-color-rgb: 18, 18, 18;
|
|
113
|
-
--ion-text-color: #ffffff;
|
|
114
|
-
--ion-text-color-rgb: 255, 255, 255;
|
|
115
|
-
--ion-border-color: #222222;
|
|
116
|
-
--ion-background-color-step-50: #1e1e1e;
|
|
117
|
-
--ion-background-color-step-100: #2a2a2a;
|
|
118
|
-
--ion-background-color-step-150: #363636;
|
|
119
|
-
--ion-background-color-step-200: #414141;
|
|
120
|
-
--ion-background-color-step-250: #4d4d4d;
|
|
121
|
-
--ion-background-color-step-300: #595959;
|
|
122
|
-
--ion-background-color-step-350: #656565;
|
|
123
|
-
--ion-background-color-step-400: #717171;
|
|
124
|
-
--ion-background-color-step-450: #7d7d7d;
|
|
125
|
-
--ion-background-color-step-500: #898989;
|
|
126
|
-
--ion-background-color-step-550: #949494;
|
|
127
|
-
--ion-background-color-step-600: #a0a0a0;
|
|
128
|
-
--ion-background-color-step-650: #acacac;
|
|
129
|
-
--ion-background-color-step-700: #b8b8b8;
|
|
130
|
-
--ion-background-color-step-750: #c4c4c4;
|
|
131
|
-
--ion-background-color-step-800: #d0d0d0;
|
|
132
|
-
--ion-background-color-step-850: #dbdbdb;
|
|
133
|
-
--ion-background-color-step-900: #e7e7e7;
|
|
134
|
-
--ion-background-color-step-950: #f3f3f3;
|
|
135
|
-
--ion-text-color-step-50: #f3f3f3;
|
|
136
|
-
--ion-text-color-step-100: #e7e7e7;
|
|
137
|
-
--ion-text-color-step-150: #dbdbdb;
|
|
138
|
-
--ion-text-color-step-200: #d0d0d0;
|
|
139
|
-
--ion-text-color-step-250: #c4c4c4;
|
|
140
|
-
--ion-text-color-step-300: #b8b8b8;
|
|
141
|
-
--ion-text-color-step-350: #acacac;
|
|
142
|
-
--ion-text-color-step-400: #a0a0a0;
|
|
143
|
-
--ion-text-color-step-450: #949494;
|
|
144
|
-
--ion-text-color-step-500: #898989;
|
|
145
|
-
--ion-text-color-step-550: #7d7d7d;
|
|
146
|
-
--ion-text-color-step-600: #717171;
|
|
147
|
-
--ion-text-color-step-650: #656565;
|
|
148
|
-
--ion-text-color-step-700: #595959;
|
|
149
|
-
--ion-text-color-step-750: #4d4d4d;
|
|
150
|
-
--ion-text-color-step-800: #414141;
|
|
151
|
-
--ion-text-color-step-850: #363636;
|
|
152
|
-
--ion-text-color-step-900: #2a2a2a;
|
|
153
|
-
--ion-text-color-step-950: #1e1e1e;
|
|
154
|
-
--ion-item-background: #1e1e1e;
|
|
155
|
-
--ion-toolbar-background: #1f1f1f;
|
|
156
|
-
--ion-tab-bar-background: #1f1f1f;
|
|
157
|
-
--ion-card-background: #1e1e1e;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
/*# sourceMappingURL=dark.class.css.map */
|
|
1
|
+
.ion-palette-dark{--ion-color-primary: #4d8dff;--ion-color-primary-rgb: 77, 141, 255;--ion-color-primary-contrast: #000;--ion-color-primary-contrast-rgb: 0, 0, 0;--ion-color-primary-shade: #447ce0;--ion-color-primary-tint: #5f98ff;--ion-color-secondary: #46b1ff;--ion-color-secondary-rgb: 70, 177, 255;--ion-color-secondary-contrast: #000;--ion-color-secondary-contrast-rgb: 0, 0, 0;--ion-color-secondary-shade: #3e9ce0;--ion-color-secondary-tint: #59b9ff;--ion-color-tertiary: #8482fb;--ion-color-tertiary-rgb: 132, 130, 251;--ion-color-tertiary-contrast: #000;--ion-color-tertiary-contrast-rgb: 0, 0, 0;--ion-color-tertiary-shade: #7472dd;--ion-color-tertiary-tint: #908ffb;--ion-color-success: #2dd55b;--ion-color-success-rgb: 45, 213, 91;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #28bb50;--ion-color-success-tint: #42d96b;--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: #f24c58;--ion-color-danger-rgb: 242, 76, 88;--ion-color-danger-contrast: #000;--ion-color-danger-contrast-rgb: 0, 0, 0;--ion-color-danger-shade: #d5434d;--ion-color-danger-tint: #f35e69;--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: #989aa2;--ion-color-medium-rgb: 152, 154, 162;--ion-color-medium-contrast: #000;--ion-color-medium-contrast-rgb: 0, 0, 0;--ion-color-medium-shade: #86888f;--ion-color-medium-tint: #a2a4ab;--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-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-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: #808080;--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-text-color-step-50: #f2f2f2;--ion-text-color-step-100: #e6e6e6;--ion-text-color-step-150: #d9d9d9;--ion-text-color-step-200: #cccccc;--ion-text-color-step-250: #bfbfbf;--ion-text-color-step-300: #b3b3b3;--ion-text-color-step-350: #a6a6a6;--ion-text-color-step-400: #999999;--ion-text-color-step-450: #8c8c8c;--ion-text-color-step-500: #808080;--ion-text-color-step-550: #737373;--ion-text-color-step-600: #666666;--ion-text-color-step-650: #595959;--ion-text-color-step-700: #4d4d4d;--ion-text-color-step-750: #404040;--ion-text-color-step-800: #333333;--ion-text-color-step-850: #262626;--ion-text-color-step-900: #1a1a1a;--ion-text-color-step-950: #0d0d0d;--ion-item-background: #000000;--ion-card-background: #1c1c1d}.ion-palette-dark.ios ion-modal{--ion-background-color: var(--ion-color-step-100, var(--ion-background-color-step-100));--ion-toolbar-background: var(--ion-color-step-150, var(--ion-background-color-step-150));--ion-toolbar-border-color: var(--ion-color-step-250, var(--ion-background-color-step-250))}.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-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-text-color-step-50: #f3f3f3;--ion-text-color-step-100: #e7e7e7;--ion-text-color-step-150: #dbdbdb;--ion-text-color-step-200: #d0d0d0;--ion-text-color-step-250: #c4c4c4;--ion-text-color-step-300: #b8b8b8;--ion-text-color-step-350: #acacac;--ion-text-color-step-400: #a0a0a0;--ion-text-color-step-450: #949494;--ion-text-color-step-500: #898989;--ion-text-color-step-550: #7d7d7d;--ion-text-color-step-600: #717171;--ion-text-color-step-650: #656565;--ion-text-color-step-700: #595959;--ion-text-color-step-750: #4d4d4d;--ion-text-color-step-800: #414141;--ion-text-color-step-850: #363636;--ion-text-color-step-900: #2a2a2a;--ion-text-color-step-950: #1e1e1e;--ion-item-background: #1e1e1e;--ion-toolbar-background: #1f1f1f;--ion-tab-bar-background: #1f1f1f;--ion-card-background: #1e1e1e}/*# sourceMappingURL=dark.class.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../src/css/palettes/dark.scss"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/css/palettes/dark.scss"],"names":[],"mappings":"AAuEE,kBAEI,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,sBACE,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,gCACE,wFACA,0FACA,4FAKF,qBACE,gCACA,uCACA,0BACA,oCACA,4BACA,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.class.css","sourcesContent":["@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-border-color: #222222;\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"]}
|
package/css/palettes/dark.css
CHANGED
|
@@ -1,162 +1 @@
|
|
|
1
|
-
@media
|
|
2
|
-
:root {
|
|
3
|
-
--ion-color-primary: #4d8dff;
|
|
4
|
-
--ion-color-primary-rgb: 77, 141, 255;
|
|
5
|
-
--ion-color-primary-contrast: #000000;
|
|
6
|
-
--ion-color-primary-contrast-rgb: 0, 0, 0;
|
|
7
|
-
--ion-color-primary-shade: #447ce0;
|
|
8
|
-
--ion-color-primary-tint: #5f98ff;
|
|
9
|
-
--ion-color-secondary: #62bdff;
|
|
10
|
-
--ion-color-secondary-rgb: 98, 189, 255;
|
|
11
|
-
--ion-color-secondary-contrast: #000000;
|
|
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: #8482fb;
|
|
16
|
-
--ion-color-tertiary-rgb: 132, 130, 251;
|
|
17
|
-
--ion-color-tertiary-contrast: #000000;
|
|
18
|
-
--ion-color-tertiary-contrast-rgb: 0, 0, 0;
|
|
19
|
-
--ion-color-tertiary-shade: #7472dd;
|
|
20
|
-
--ion-color-tertiary-tint: #908ffb;
|
|
21
|
-
--ion-color-success: #2dd55b;
|
|
22
|
-
--ion-color-success-rgb: 45, 213, 91;
|
|
23
|
-
--ion-color-success-contrast: #000000;
|
|
24
|
-
--ion-color-success-contrast-rgb: 0, 0, 0;
|
|
25
|
-
--ion-color-success-shade: #28bb50;
|
|
26
|
-
--ion-color-success-tint: #42d96b;
|
|
27
|
-
--ion-color-warning: #ffce31;
|
|
28
|
-
--ion-color-warning-rgb: 255, 206, 49;
|
|
29
|
-
--ion-color-warning-contrast: #000000;
|
|
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: #f56570;
|
|
34
|
-
--ion-color-danger-rgb: 245, 101, 112;
|
|
35
|
-
--ion-color-danger-contrast: #000000;
|
|
36
|
-
--ion-color-danger-contrast-rgb: 0, 0, 0;
|
|
37
|
-
--ion-color-danger-shade: #d85963;
|
|
38
|
-
--ion-color-danger-tint: #f6747e;
|
|
39
|
-
--ion-color-dark: #f4f5f8;
|
|
40
|
-
--ion-color-dark-rgb: 244, 245, 248;
|
|
41
|
-
--ion-color-dark-contrast: #000000;
|
|
42
|
-
--ion-color-dark-contrast-rgb: 0, 0, 0;
|
|
43
|
-
--ion-color-dark-shade: #d7d8da;
|
|
44
|
-
--ion-color-dark-tint: #f5f6f9;
|
|
45
|
-
--ion-color-medium: #989aa2;
|
|
46
|
-
--ion-color-medium-rgb: 152, 154, 162;
|
|
47
|
-
--ion-color-medium-contrast: #000000;
|
|
48
|
-
--ion-color-medium-contrast-rgb: 0, 0, 0;
|
|
49
|
-
--ion-color-medium-shade: #86888f;
|
|
50
|
-
--ion-color-medium-tint: #a2a4ab;
|
|
51
|
-
--ion-color-light: #222428;
|
|
52
|
-
--ion-color-light-rgb: 34, 36, 40;
|
|
53
|
-
--ion-color-light-contrast: #ffffff;
|
|
54
|
-
--ion-color-light-contrast-rgb: 255, 255, 255;
|
|
55
|
-
--ion-color-light-shade: #1e2023;
|
|
56
|
-
--ion-color-light-tint: #383a3e;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
:root.ios {
|
|
60
|
-
--ion-background-color: #000000;
|
|
61
|
-
--ion-background-color-rgb: 0, 0, 0;
|
|
62
|
-
--ion-text-color: #ffffff;
|
|
63
|
-
--ion-text-color-rgb: 255, 255, 255;
|
|
64
|
-
--ion-background-color-step-50: #0d0d0d;
|
|
65
|
-
--ion-background-color-step-100: #1a1a1a;
|
|
66
|
-
--ion-background-color-step-150: #262626;
|
|
67
|
-
--ion-background-color-step-200: #333333;
|
|
68
|
-
--ion-background-color-step-250: #404040;
|
|
69
|
-
--ion-background-color-step-300: #4d4d4d;
|
|
70
|
-
--ion-background-color-step-350: #595959;
|
|
71
|
-
--ion-background-color-step-400: #666666;
|
|
72
|
-
--ion-background-color-step-450: #737373;
|
|
73
|
-
--ion-background-color-step-500: #808080;
|
|
74
|
-
--ion-background-color-step-550: #8c8c8c;
|
|
75
|
-
--ion-background-color-step-600: #999999;
|
|
76
|
-
--ion-background-color-step-650: #a6a6a6;
|
|
77
|
-
--ion-background-color-step-700: #b3b3b3;
|
|
78
|
-
--ion-background-color-step-750: #bfbfbf;
|
|
79
|
-
--ion-background-color-step-800: #cccccc;
|
|
80
|
-
--ion-background-color-step-850: #d9d9d9;
|
|
81
|
-
--ion-background-color-step-900: #e6e6e6;
|
|
82
|
-
--ion-background-color-step-950: #f2f2f2;
|
|
83
|
-
--ion-text-color-step-50: #f2f2f2;
|
|
84
|
-
--ion-text-color-step-100: #e6e6e6;
|
|
85
|
-
--ion-text-color-step-150: #d9d9d9;
|
|
86
|
-
--ion-text-color-step-200: #cccccc;
|
|
87
|
-
--ion-text-color-step-250: #bfbfbf;
|
|
88
|
-
--ion-text-color-step-300: #b3b3b3;
|
|
89
|
-
--ion-text-color-step-350: #a6a6a6;
|
|
90
|
-
--ion-text-color-step-400: #999999;
|
|
91
|
-
--ion-text-color-step-450: #8c8c8c;
|
|
92
|
-
--ion-text-color-step-500: #808080;
|
|
93
|
-
--ion-text-color-step-550: #737373;
|
|
94
|
-
--ion-text-color-step-600: #666666;
|
|
95
|
-
--ion-text-color-step-650: #595959;
|
|
96
|
-
--ion-text-color-step-700: #4d4d4d;
|
|
97
|
-
--ion-text-color-step-750: #404040;
|
|
98
|
-
--ion-text-color-step-800: #333333;
|
|
99
|
-
--ion-text-color-step-850: #262626;
|
|
100
|
-
--ion-text-color-step-900: #1a1a1a;
|
|
101
|
-
--ion-text-color-step-950: #0d0d0d;
|
|
102
|
-
--ion-item-background: #000000;
|
|
103
|
-
--ion-card-background: #1c1c1d;
|
|
104
|
-
}
|
|
105
|
-
:root.ios ion-modal {
|
|
106
|
-
--ion-background-color: var(--ion-color-step-100, var(--ion-background-color-step-100));
|
|
107
|
-
--ion-toolbar-background: var(--ion-color-step-150, var(--ion-background-color-step-150));
|
|
108
|
-
--ion-toolbar-border-color: var(--ion-color-step-250, var(--ion-background-color-step-250));
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
:root.md {
|
|
112
|
-
--ion-background-color: #121212;
|
|
113
|
-
--ion-background-color-rgb: 18, 18, 18;
|
|
114
|
-
--ion-text-color: #ffffff;
|
|
115
|
-
--ion-text-color-rgb: 255, 255, 255;
|
|
116
|
-
--ion-border-color: #222222;
|
|
117
|
-
--ion-background-color-step-50: #1e1e1e;
|
|
118
|
-
--ion-background-color-step-100: #2a2a2a;
|
|
119
|
-
--ion-background-color-step-150: #363636;
|
|
120
|
-
--ion-background-color-step-200: #414141;
|
|
121
|
-
--ion-background-color-step-250: #4d4d4d;
|
|
122
|
-
--ion-background-color-step-300: #595959;
|
|
123
|
-
--ion-background-color-step-350: #656565;
|
|
124
|
-
--ion-background-color-step-400: #717171;
|
|
125
|
-
--ion-background-color-step-450: #7d7d7d;
|
|
126
|
-
--ion-background-color-step-500: #898989;
|
|
127
|
-
--ion-background-color-step-550: #949494;
|
|
128
|
-
--ion-background-color-step-600: #a0a0a0;
|
|
129
|
-
--ion-background-color-step-650: #acacac;
|
|
130
|
-
--ion-background-color-step-700: #b8b8b8;
|
|
131
|
-
--ion-background-color-step-750: #c4c4c4;
|
|
132
|
-
--ion-background-color-step-800: #d0d0d0;
|
|
133
|
-
--ion-background-color-step-850: #dbdbdb;
|
|
134
|
-
--ion-background-color-step-900: #e7e7e7;
|
|
135
|
-
--ion-background-color-step-950: #f3f3f3;
|
|
136
|
-
--ion-text-color-step-50: #f3f3f3;
|
|
137
|
-
--ion-text-color-step-100: #e7e7e7;
|
|
138
|
-
--ion-text-color-step-150: #dbdbdb;
|
|
139
|
-
--ion-text-color-step-200: #d0d0d0;
|
|
140
|
-
--ion-text-color-step-250: #c4c4c4;
|
|
141
|
-
--ion-text-color-step-300: #b8b8b8;
|
|
142
|
-
--ion-text-color-step-350: #acacac;
|
|
143
|
-
--ion-text-color-step-400: #a0a0a0;
|
|
144
|
-
--ion-text-color-step-450: #949494;
|
|
145
|
-
--ion-text-color-step-500: #898989;
|
|
146
|
-
--ion-text-color-step-550: #7d7d7d;
|
|
147
|
-
--ion-text-color-step-600: #717171;
|
|
148
|
-
--ion-text-color-step-650: #656565;
|
|
149
|
-
--ion-text-color-step-700: #595959;
|
|
150
|
-
--ion-text-color-step-750: #4d4d4d;
|
|
151
|
-
--ion-text-color-step-800: #414141;
|
|
152
|
-
--ion-text-color-step-850: #363636;
|
|
153
|
-
--ion-text-color-step-900: #2a2a2a;
|
|
154
|
-
--ion-text-color-step-950: #1e1e1e;
|
|
155
|
-
--ion-item-background: #1e1e1e;
|
|
156
|
-
--ion-toolbar-background: #1f1f1f;
|
|
157
|
-
--ion-tab-bar-background: #1f1f1f;
|
|
158
|
-
--ion-card-background: #1e1e1e;
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
/*# sourceMappingURL=dark.system.css.map */
|
|
1
|
+
@media(prefers-color-scheme: dark){:root{--ion-color-primary: #4d8dff;--ion-color-primary-rgb: 77, 141, 255;--ion-color-primary-contrast: #000;--ion-color-primary-contrast-rgb: 0, 0, 0;--ion-color-primary-shade: #447ce0;--ion-color-primary-tint: #5f98ff;--ion-color-secondary: #46b1ff;--ion-color-secondary-rgb: 70, 177, 255;--ion-color-secondary-contrast: #000;--ion-color-secondary-contrast-rgb: 0, 0, 0;--ion-color-secondary-shade: #3e9ce0;--ion-color-secondary-tint: #59b9ff;--ion-color-tertiary: #8482fb;--ion-color-tertiary-rgb: 132, 130, 251;--ion-color-tertiary-contrast: #000;--ion-color-tertiary-contrast-rgb: 0, 0, 0;--ion-color-tertiary-shade: #7472dd;--ion-color-tertiary-tint: #908ffb;--ion-color-success: #2dd55b;--ion-color-success-rgb: 45, 213, 91;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #28bb50;--ion-color-success-tint: #42d96b;--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: #f24c58;--ion-color-danger-rgb: 242, 76, 88;--ion-color-danger-contrast: #000;--ion-color-danger-contrast-rgb: 0, 0, 0;--ion-color-danger-shade: #d5434d;--ion-color-danger-tint: #f35e69;--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: #989aa2;--ion-color-medium-rgb: 152, 154, 162;--ion-color-medium-contrast: #000;--ion-color-medium-contrast-rgb: 0, 0, 0;--ion-color-medium-shade: #86888f;--ion-color-medium-tint: #a2a4ab;--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-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: #808080;--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-text-color-step-50: #f2f2f2;--ion-text-color-step-100: #e6e6e6;--ion-text-color-step-150: #d9d9d9;--ion-text-color-step-200: #cccccc;--ion-text-color-step-250: #bfbfbf;--ion-text-color-step-300: #b3b3b3;--ion-text-color-step-350: #a6a6a6;--ion-text-color-step-400: #999999;--ion-text-color-step-450: #8c8c8c;--ion-text-color-step-500: #808080;--ion-text-color-step-550: #737373;--ion-text-color-step-600: #666666;--ion-text-color-step-650: #595959;--ion-text-color-step-700: #4d4d4d;--ion-text-color-step-750: #404040;--ion-text-color-step-800: #333333;--ion-text-color-step-850: #262626;--ion-text-color-step-900: #1a1a1a;--ion-text-color-step-950: #0d0d0d;--ion-item-background: #000000;--ion-card-background: #1c1c1d}:root.ios ion-modal{--ion-background-color: var(--ion-color-step-100, var(--ion-background-color-step-100));--ion-toolbar-background: var(--ion-color-step-150, var(--ion-background-color-step-150));--ion-toolbar-border-color: var(--ion-color-step-250, 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-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-text-color-step-50: #f3f3f3;--ion-text-color-step-100: #e7e7e7;--ion-text-color-step-150: #dbdbdb;--ion-text-color-step-200: #d0d0d0;--ion-text-color-step-250: #c4c4c4;--ion-text-color-step-300: #b8b8b8;--ion-text-color-step-350: #acacac;--ion-text-color-step-400: #a0a0a0;--ion-text-color-step-450: #949494;--ion-text-color-step-500: #898989;--ion-text-color-step-550: #7d7d7d;--ion-text-color-step-600: #717171;--ion-text-color-step-650: #656565;--ion-text-color-step-700: #595959;--ion-text-color-step-750: #4d4d4d;--ion-text-color-step-800: #414141;--ion-text-color-step-850: #363636;--ion-text-color-step-900: #2a2a2a;--ion-text-color-step-950: #1e1e1e;--ion-item-background: #1e1e1e;--ion-toolbar-background: #1f1f1f;--ion-tab-bar-background: #1f1f1f;--ion-card-background: #1e1e1e}}/*# sourceMappingURL=dark.system.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../src/css/palettes/dark.system.scss","../../src/css/palettes/dark.scss"],"names":[],"mappings":"AAEA
|
|
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,4BACA,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-border-color: #222222;\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"]}
|