@igo2/core 1.14.1 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__ivy_ngcc__/locale/en.auth.json +29 -29
- package/__ivy_ngcc__/locale/en.common.json +43 -43
- package/__ivy_ngcc__/locale/en.context.json +199 -199
- package/__ivy_ngcc__/locale/en.core.json +29 -29
- package/__ivy_ngcc__/locale/en.geo.json +805 -774
- package/__ivy_ngcc__/locale/en.integration.json +123 -123
- package/__ivy_ngcc__/locale/en.json +50 -19
- package/__ivy_ngcc__/locale/fr.auth.json +32 -32
- package/__ivy_ngcc__/locale/fr.common.json +43 -43
- package/__ivy_ngcc__/locale/fr.context.json +199 -199
- package/__ivy_ngcc__/locale/fr.core.json +29 -29
- package/__ivy_ngcc__/locale/fr.geo.json +805 -774
- package/__ivy_ngcc__/locale/fr.integration.json +125 -125
- package/__ivy_ngcc__/locale/fr.json +43 -12
- package/esm2020/lib/activity/activity.interceptor.mjs +1 -1
- package/esm2020/lib/activity/activity.module.mjs +1 -1
- package/esm2020/lib/activity/activity.service.mjs +1 -1
- package/esm2020/lib/analytics/shared/analytics.service.mjs +8 -1
- package/esm2020/lib/compression/compressedData.interface.mjs +1 -1
- package/esm2020/lib/compression/compression.service.mjs +1 -1
- package/esm2020/lib/config/config.interface.mjs +1 -1
- package/esm2020/lib/config/config.module.mjs +1 -1
- package/esm2020/lib/config/config.provider.mjs +1 -1
- package/esm2020/lib/config/config.service.mjs +1 -1
- package/esm2020/lib/config/version.mjs +3 -3
- package/esm2020/lib/core.module.mjs +10 -2
- package/esm2020/lib/gesture/gesture.module.mjs +1 -1
- package/esm2020/lib/gesture/gesture.provider.mjs +1 -1
- package/esm2020/lib/language/language.module.mjs +1 -1
- package/esm2020/lib/language/shared/language.loader.mjs +3 -4
- package/esm2020/lib/language/shared/language.provider.mjs +1 -1
- package/esm2020/lib/language/shared/language.service.mjs +5 -5
- package/esm2020/lib/media/media.service.mjs +1 -1
- package/esm2020/lib/message/message.module.mjs +1 -1
- package/esm2020/lib/message/shared/index.mjs +1 -1
- package/esm2020/lib/message/shared/message.interface.mjs +1 -1
- package/esm2020/lib/message/shared/message.service.mjs +17 -9
- package/esm2020/lib/network/network.interfaces.mjs +1 -1
- package/esm2020/lib/network/network.service.mjs +3 -10
- package/esm2020/lib/regex/index.mjs +3 -0
- package/esm2020/lib/regex/regex.interface.mjs +2 -0
- package/esm2020/lib/regex/regex.service.mjs +27 -0
- package/esm2020/lib/request/error.interceptor.mjs +1 -1
- package/esm2020/lib/request/error.module.mjs +1 -1
- package/esm2020/lib/request/logging.interceptor.mjs +2 -2
- package/esm2020/lib/request/logging.module.mjs +1 -1
- package/esm2020/lib/route/route.service.mjs +1 -1
- package/esm2020/lib/storage/storage.interface.mjs +1 -1
- package/esm2020/lib/storage/storage.service.mjs +1 -1
- package/esm2020/public_api.mjs +2 -1
- package/fesm2015/igo2-core.mjs +70 -27
- package/fesm2015/igo2-core.mjs.map +1 -1
- package/fesm2020/igo2-core.mjs +68 -27
- package/fesm2020/igo2-core.mjs.map +1 -1
- package/lib/analytics/shared/analytics.service.d.ts +4 -0
- package/lib/regex/index.d.ts +2 -0
- package/lib/regex/regex.interface.d.ts +3 -0
- package/lib/regex/regex.service.d.ts +12 -0
- package/locale/en.auth.json +29 -29
- package/locale/en.common.json +43 -43
- package/locale/en.context.json +199 -199
- package/locale/en.core.json +29 -29
- package/locale/en.geo.json +805 -774
- package/locale/en.integration.json +123 -123
- package/locale/en.json +50 -19
- package/locale/fr.auth.json +32 -32
- package/locale/fr.common.json +43 -43
- package/locale/fr.context.json +199 -199
- package/locale/fr.core.json +29 -29
- package/locale/fr.geo.json +805 -774
- package/locale/fr.integration.json +125 -125
- package/locale/fr.json +43 -12
- package/package.json +10 -5
- package/public_api.d.ts +1 -0
- package/style/all.theming.scss +5 -5
- package/style/core.theming.scss +9 -9
- package/style/foreground.scss +20 -20
- package/style/index.theming.scss +780 -780
- package/style/material.font.scss +9 -9
- package/style/partial/core.variables.scss +4 -4
- package/style/partial/media.scss +80 -80
- package/style/setup.scss +2 -2
- package/style/themes/blue.theme.scss +19 -19
- package/style/themes/bluedark.theme.scss +51 -51
- package/style/themes/bluedq.theme.scss +52 -52
- package/style/themes/bluegrey.theme.scss +16 -16
- package/style/themes/dark.theme.scss +16 -16
- package/style/themes/deeppurple.theme.scss +16 -16
- package/style/themes/indigo.theme.scss +16 -16
- package/style/themes/orange.theme.scss +16 -16
- package/style/themes/teal.theme.scss +16 -16
- package/style/theming.scss +5 -5
- package/style/typography.scss +17 -17
package/style/material.font.scss
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
button.mat-menu-item {
|
|
2
|
-
line-height: 24px !important;
|
|
3
|
-
}
|
|
4
|
-
a.mat-menu-item > mat-icon {
|
|
5
|
-
margin-bottom: 14px;
|
|
6
|
-
}
|
|
7
|
-
.mat-icon svg {
|
|
8
|
-
height: 24px;
|
|
9
|
-
width: 24px;
|
|
1
|
+
button.mat-menu-item {
|
|
2
|
+
line-height: 24px !important;
|
|
3
|
+
}
|
|
4
|
+
a.mat-menu-item > mat-icon {
|
|
5
|
+
margin-bottom: 14px;
|
|
6
|
+
}
|
|
7
|
+
.mat-icon svg {
|
|
8
|
+
height: 24px;
|
|
9
|
+
width: 24px;
|
|
10
10
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
$igo-margin: 5px;
|
|
2
|
-
$igo-padding: 5px;
|
|
3
|
-
$igo-icon-size: 40px;
|
|
4
|
-
|
|
1
|
+
$igo-margin: 5px;
|
|
2
|
+
$igo-padding: 5px;
|
|
3
|
+
$igo-icon-size: 40px;
|
|
4
|
+
|
|
5
5
|
$app-background-color: rgb(255, 255, 255);
|
package/style/partial/media.scss
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
$mobile-portrait: 'only screen and (orientation:portrait) and (max-width: 599px)';
|
|
2
|
-
$tablet-portrait: 'only screen and (orientation:portrait) and (min-width: 600px) and (max-width: 839px)';
|
|
3
|
-
$desktop-portrait: 'only screen and (orientation:portrait) and (min-width: 840px)';
|
|
4
|
-
|
|
5
|
-
$mobile-landscape: 'only screen and (orientation:landscape) and (max-width: 959px)';
|
|
6
|
-
$tablet-landscape: 'only screen and (orientation:landscape) and (min-width: 960px) and (max-width: 1279px)';
|
|
7
|
-
$desktop-landscape: 'only screen and (orientation:landscape) and (min-width: 1280px)';
|
|
8
|
-
|
|
9
|
-
$mobile: $mobile-portrait + ',' + $mobile-landscape;
|
|
10
|
-
$tablet: $tablet-portrait + ',' + $tablet-landscape;
|
|
11
|
-
$desktop: $desktop-portrait + ',' + $desktop-landscape;
|
|
12
|
-
|
|
13
|
-
$portrait: 'only screen and (orientation:portrait)';
|
|
14
|
-
$landscape: 'only screen and (orientation:landscape)';
|
|
15
|
-
|
|
16
|
-
$xsmall-screen: 'only screen and (max-width: 599px)';
|
|
17
|
-
$small-screen: 'only screen and (min-width: 600px) and (max-width: 959px)';
|
|
18
|
-
$medium-screen: 'only screen and (min-width: 960px) and (max-width: 1280px)';
|
|
19
|
-
$large-screen: 'only screen and (min-width: 1280px) and (max-width: 1919px)';
|
|
20
|
-
$xlarge-screen: 'only screen and (min-width: 1920px)';
|
|
21
|
-
|
|
22
|
-
@mixin mobile {
|
|
23
|
-
@media #{$mobile} {
|
|
24
|
-
@content;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
@mixin tablet {
|
|
29
|
-
@media #{$tablet} {
|
|
30
|
-
@content;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
@mixin desktop {
|
|
35
|
-
@media #{$desktop} {
|
|
36
|
-
@content;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
@mixin portrait {
|
|
41
|
-
@media #{$portrait} {
|
|
42
|
-
@content;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
@mixin landscape {
|
|
47
|
-
@media #{$landscape} {
|
|
48
|
-
@content;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
@mixin xsmall-screen {
|
|
53
|
-
@media #{$xsmall-screen} {
|
|
54
|
-
@content;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
@mixin small-screen {
|
|
59
|
-
@media #{$small-screen} {
|
|
60
|
-
@content;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
@mixin medium-screen {
|
|
65
|
-
@media #{$medium-screen} {
|
|
66
|
-
@content;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
@mixin large-screen {
|
|
71
|
-
@media #{$large-screen} {
|
|
72
|
-
@content;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
@mixin xlarge-screen {
|
|
77
|
-
@media #{$xlarge-screen} {
|
|
78
|
-
@content;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
1
|
+
$mobile-portrait: 'only screen and (orientation:portrait) and (max-width: 599px)';
|
|
2
|
+
$tablet-portrait: 'only screen and (orientation:portrait) and (min-width: 600px) and (max-width: 839px)';
|
|
3
|
+
$desktop-portrait: 'only screen and (orientation:portrait) and (min-width: 840px)';
|
|
4
|
+
|
|
5
|
+
$mobile-landscape: 'only screen and (orientation:landscape) and (max-width: 959px)';
|
|
6
|
+
$tablet-landscape: 'only screen and (orientation:landscape) and (min-width: 960px) and (max-width: 1279px)';
|
|
7
|
+
$desktop-landscape: 'only screen and (orientation:landscape) and (min-width: 1280px)';
|
|
8
|
+
|
|
9
|
+
$mobile: $mobile-portrait + ',' + $mobile-landscape;
|
|
10
|
+
$tablet: $tablet-portrait + ',' + $tablet-landscape;
|
|
11
|
+
$desktop: $desktop-portrait + ',' + $desktop-landscape;
|
|
12
|
+
|
|
13
|
+
$portrait: 'only screen and (orientation:portrait)';
|
|
14
|
+
$landscape: 'only screen and (orientation:landscape)';
|
|
15
|
+
|
|
16
|
+
$xsmall-screen: 'only screen and (max-width: 599px)';
|
|
17
|
+
$small-screen: 'only screen and (min-width: 600px) and (max-width: 959px)';
|
|
18
|
+
$medium-screen: 'only screen and (min-width: 960px) and (max-width: 1280px)';
|
|
19
|
+
$large-screen: 'only screen and (min-width: 1280px) and (max-width: 1919px)';
|
|
20
|
+
$xlarge-screen: 'only screen and (min-width: 1920px)';
|
|
21
|
+
|
|
22
|
+
@mixin mobile {
|
|
23
|
+
@media #{$mobile} {
|
|
24
|
+
@content;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@mixin tablet {
|
|
29
|
+
@media #{$tablet} {
|
|
30
|
+
@content;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@mixin desktop {
|
|
35
|
+
@media #{$desktop} {
|
|
36
|
+
@content;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@mixin portrait {
|
|
41
|
+
@media #{$portrait} {
|
|
42
|
+
@content;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@mixin landscape {
|
|
47
|
+
@media #{$landscape} {
|
|
48
|
+
@content;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@mixin xsmall-screen {
|
|
53
|
+
@media #{$xsmall-screen} {
|
|
54
|
+
@content;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
@mixin small-screen {
|
|
59
|
+
@media #{$small-screen} {
|
|
60
|
+
@content;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@mixin medium-screen {
|
|
65
|
+
@media #{$medium-screen} {
|
|
66
|
+
@content;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
@mixin large-screen {
|
|
71
|
+
@media #{$large-screen} {
|
|
72
|
+
@content;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
@mixin xlarge-screen {
|
|
77
|
+
@media #{$xlarge-screen} {
|
|
78
|
+
@content;
|
|
79
|
+
}
|
|
80
|
+
}
|
package/style/setup.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@use './node_modules/@angular/material/_index.scss' as mat;
|
|
2
|
-
@use './node_modules/@angular/cdk' as cdk;
|
|
1
|
+
@use './node_modules/@angular/material/_index.scss' as mat;
|
|
2
|
+
@use './node_modules/@angular/cdk' as cdk;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
.blue-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$blue-palette, 700, 400, 900);
|
|
3
|
-
$accent: mat.define-palette(mat.$blue-palette, 200);
|
|
4
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
-
|
|
6
|
-
$temp-theme: mat.define-light-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
15
|
-
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
16
|
-
|
|
17
|
-
@include igo-all-theming($theme);
|
|
18
|
-
@include mat.all-component-colors($theme);
|
|
19
|
-
}
|
|
1
|
+
.blue-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$blue-palette, 700, 400, 900);
|
|
3
|
+
$accent: mat.define-palette(mat.$blue-palette, 200);
|
|
4
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
+
|
|
6
|
+
$temp-theme: mat.define-light-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
15
|
+
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
16
|
+
|
|
17
|
+
@include igo-all-theming($theme);
|
|
18
|
+
@include mat.all-component-colors($theme);
|
|
19
|
+
}
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
.bluedark-theme {
|
|
2
|
-
$bluedark-palette: (
|
|
3
|
-
50 : #e3eaec,
|
|
4
|
-
100 : #b9cad0,
|
|
5
|
-
200 : #8ba7b1,
|
|
6
|
-
300 : #5c8391,
|
|
7
|
-
400 : #39697a,
|
|
8
|
-
500 : #164e62,
|
|
9
|
-
600 : #13475a,
|
|
10
|
-
700 : #103d50,
|
|
11
|
-
800 : #0c3546,
|
|
12
|
-
900 : #062534,
|
|
13
|
-
A100 : #6dc6ff,
|
|
14
|
-
A200 : #3ab2ff,
|
|
15
|
-
A400 : #079eff,
|
|
16
|
-
A700 : #0090ec,
|
|
17
|
-
contrast: (
|
|
18
|
-
50 : #000000,
|
|
19
|
-
100 : #000000,
|
|
20
|
-
200 : #000000,
|
|
21
|
-
300 : #ffffff,
|
|
22
|
-
400 : #ffffff,
|
|
23
|
-
500 : #ffffff,
|
|
24
|
-
600 : #ffffff,
|
|
25
|
-
700 : #ffffff,
|
|
26
|
-
800 : #ffffff,
|
|
27
|
-
900 : #ffffff,
|
|
28
|
-
A100 : #000000,
|
|
29
|
-
A200 : #000000,
|
|
30
|
-
A400 : #ffffff,
|
|
31
|
-
A700 : #ffffff,
|
|
32
|
-
)
|
|
33
|
-
);
|
|
34
|
-
|
|
35
|
-
$primary: mat.define-palette($bluedark-palette, 500);
|
|
36
|
-
$accent: mat.define-palette($bluedark-palette, 200);
|
|
37
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
38
|
-
|
|
39
|
-
$temp-theme: mat.define-light-theme((
|
|
40
|
-
color: (
|
|
41
|
-
primary: $primary,
|
|
42
|
-
accent: $accent,
|
|
43
|
-
warn: $warn
|
|
44
|
-
)
|
|
45
|
-
));
|
|
46
|
-
|
|
47
|
-
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
48
|
-
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
49
|
-
|
|
50
|
-
@include igo-all-theming($theme);
|
|
51
|
-
@include mat.all-component-colors($theme);
|
|
1
|
+
.bluedark-theme {
|
|
2
|
+
$bluedark-palette: (
|
|
3
|
+
50 : #e3eaec,
|
|
4
|
+
100 : #b9cad0,
|
|
5
|
+
200 : #8ba7b1,
|
|
6
|
+
300 : #5c8391,
|
|
7
|
+
400 : #39697a,
|
|
8
|
+
500 : #164e62,
|
|
9
|
+
600 : #13475a,
|
|
10
|
+
700 : #103d50,
|
|
11
|
+
800 : #0c3546,
|
|
12
|
+
900 : #062534,
|
|
13
|
+
A100 : #6dc6ff,
|
|
14
|
+
A200 : #3ab2ff,
|
|
15
|
+
A400 : #079eff,
|
|
16
|
+
A700 : #0090ec,
|
|
17
|
+
contrast: (
|
|
18
|
+
50 : #000000,
|
|
19
|
+
100 : #000000,
|
|
20
|
+
200 : #000000,
|
|
21
|
+
300 : #ffffff,
|
|
22
|
+
400 : #ffffff,
|
|
23
|
+
500 : #ffffff,
|
|
24
|
+
600 : #ffffff,
|
|
25
|
+
700 : #ffffff,
|
|
26
|
+
800 : #ffffff,
|
|
27
|
+
900 : #ffffff,
|
|
28
|
+
A100 : #000000,
|
|
29
|
+
A200 : #000000,
|
|
30
|
+
A400 : #ffffff,
|
|
31
|
+
A700 : #ffffff,
|
|
32
|
+
)
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
$primary: mat.define-palette($bluedark-palette, 500);
|
|
36
|
+
$accent: mat.define-palette($bluedark-palette, 200);
|
|
37
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
38
|
+
|
|
39
|
+
$temp-theme: mat.define-light-theme((
|
|
40
|
+
color: (
|
|
41
|
+
primary: $primary,
|
|
42
|
+
accent: $accent,
|
|
43
|
+
warn: $warn
|
|
44
|
+
)
|
|
45
|
+
));
|
|
46
|
+
|
|
47
|
+
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
48
|
+
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
49
|
+
|
|
50
|
+
@include igo-all-theming($theme);
|
|
51
|
+
@include mat.all-component-colors($theme);
|
|
52
52
|
}
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
.bluedq-theme {
|
|
2
|
-
$dq-palette: (
|
|
3
|
-
50 : #e1f5fd,
|
|
4
|
-
100 : #b4e5fb,
|
|
5
|
-
200 : #82d4f8,
|
|
6
|
-
300 : #53c3f4,
|
|
7
|
-
400 : #31B6f2,
|
|
8
|
-
500 : #0d81df,
|
|
9
|
-
600 : #149Be1,
|
|
10
|
-
700 : #1088cd,
|
|
11
|
-
800 : #0F77B9,
|
|
12
|
-
900 : #095797,
|
|
13
|
-
A100 : #6dc6ff,
|
|
14
|
-
A200 : #3ab2ff,
|
|
15
|
-
A400 : #079eff,
|
|
16
|
-
A700 : #0090ec,
|
|
17
|
-
contrast: (
|
|
18
|
-
50 : #000000,
|
|
19
|
-
100 : #000000,
|
|
20
|
-
200 : #000000,
|
|
21
|
-
300 : #000000,
|
|
22
|
-
400 : #000000,
|
|
23
|
-
500 : #000000,
|
|
24
|
-
600 : #ffffff,
|
|
25
|
-
700 : #ffffff,
|
|
26
|
-
800 : #ffffff,
|
|
27
|
-
900 : #ffffff,
|
|
28
|
-
A100 : #000000,
|
|
29
|
-
A200 : #000000,
|
|
30
|
-
A400 : #ffffff,
|
|
31
|
-
A700 : #ffffff,
|
|
32
|
-
)
|
|
33
|
-
);
|
|
34
|
-
|
|
35
|
-
$primary: mat.define-palette($dq-palette, 900);
|
|
36
|
-
$accent: mat.define-palette($dq-palette, 500);
|
|
37
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
38
|
-
|
|
39
|
-
$temp-theme: mat.define-light-theme((
|
|
40
|
-
color: (
|
|
41
|
-
primary: $primary,
|
|
42
|
-
accent: $accent,
|
|
43
|
-
warn: $warn
|
|
44
|
-
)
|
|
45
|
-
));
|
|
46
|
-
|
|
47
|
-
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
48
|
-
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
49
|
-
|
|
50
|
-
@include igo-all-theming($theme);
|
|
51
|
-
@include mat.all-component-colors($theme);
|
|
52
|
-
}
|
|
1
|
+
.bluedq-theme {
|
|
2
|
+
$dq-palette: (
|
|
3
|
+
50 : #e1f5fd,
|
|
4
|
+
100 : #b4e5fb,
|
|
5
|
+
200 : #82d4f8,
|
|
6
|
+
300 : #53c3f4,
|
|
7
|
+
400 : #31B6f2,
|
|
8
|
+
500 : #0d81df,
|
|
9
|
+
600 : #149Be1,
|
|
10
|
+
700 : #1088cd,
|
|
11
|
+
800 : #0F77B9,
|
|
12
|
+
900 : #095797,
|
|
13
|
+
A100 : #6dc6ff,
|
|
14
|
+
A200 : #3ab2ff,
|
|
15
|
+
A400 : #079eff,
|
|
16
|
+
A700 : #0090ec,
|
|
17
|
+
contrast: (
|
|
18
|
+
50 : #000000,
|
|
19
|
+
100 : #000000,
|
|
20
|
+
200 : #000000,
|
|
21
|
+
300 : #000000,
|
|
22
|
+
400 : #000000,
|
|
23
|
+
500 : #000000,
|
|
24
|
+
600 : #ffffff,
|
|
25
|
+
700 : #ffffff,
|
|
26
|
+
800 : #ffffff,
|
|
27
|
+
900 : #ffffff,
|
|
28
|
+
A100 : #000000,
|
|
29
|
+
A200 : #000000,
|
|
30
|
+
A400 : #ffffff,
|
|
31
|
+
A700 : #ffffff,
|
|
32
|
+
)
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
$primary: mat.define-palette($dq-palette, 900);
|
|
36
|
+
$accent: mat.define-palette($dq-palette, 500);
|
|
37
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
38
|
+
|
|
39
|
+
$temp-theme: mat.define-light-theme((
|
|
40
|
+
color: (
|
|
41
|
+
primary: $primary,
|
|
42
|
+
accent: $accent,
|
|
43
|
+
warn: $warn
|
|
44
|
+
)
|
|
45
|
+
));
|
|
46
|
+
|
|
47
|
+
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
48
|
+
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
49
|
+
|
|
50
|
+
@include igo-all-theming($theme);
|
|
51
|
+
@include mat.all-component-colors($theme);
|
|
52
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.bluegrey-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
3
|
-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
4
|
-
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
5
|
-
|
|
6
|
-
$theme: mat.define-light-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
@include igo-all-theming($theme);
|
|
15
|
-
@include mat.all-component-colors($theme);
|
|
16
|
-
}
|
|
1
|
+
.bluegrey-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
3
|
+
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
4
|
+
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
5
|
+
|
|
6
|
+
$theme: mat.define-light-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
@include igo-all-theming($theme);
|
|
15
|
+
@include mat.all-component-colors($theme);
|
|
16
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.dark-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
3
|
-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
4
|
-
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
5
|
-
|
|
6
|
-
$theme: mat.define-dark-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
@include igo-all-theming($theme);
|
|
15
|
-
@include mat.all-component-colors($theme);
|
|
16
|
-
}
|
|
1
|
+
.dark-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
3
|
+
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
4
|
+
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
5
|
+
|
|
6
|
+
$theme: mat.define-dark-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
@include igo-all-theming($theme);
|
|
15
|
+
@include mat.all-component-colors($theme);
|
|
16
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.deeppurple-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$deep-purple-palette);
|
|
3
|
-
$accent: mat.define-palette(mat.$amber-palette, A200, A100, A400);
|
|
4
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
-
|
|
6
|
-
$theme: mat.define-light-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
@include igo-all-theming($theme);
|
|
15
|
-
@include mat.all-component-colors($theme);
|
|
16
|
-
}
|
|
1
|
+
.deeppurple-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$deep-purple-palette);
|
|
3
|
+
$accent: mat.define-palette(mat.$amber-palette, A200, A100, A400);
|
|
4
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
+
|
|
6
|
+
$theme: mat.define-light-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
@include igo-all-theming($theme);
|
|
15
|
+
@include mat.all-component-colors($theme);
|
|
16
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.indigo-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$indigo-palette);
|
|
3
|
-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
4
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
-
|
|
6
|
-
$theme: mat.define-light-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
@include igo-all-theming($theme);
|
|
15
|
-
@include mat.all-component-colors($theme);
|
|
16
|
-
}
|
|
1
|
+
.indigo-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$indigo-palette);
|
|
3
|
+
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
4
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
+
|
|
6
|
+
$theme: mat.define-light-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
@include igo-all-theming($theme);
|
|
15
|
+
@include mat.all-component-colors($theme);
|
|
16
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.orange-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$orange-palette, 800);
|
|
3
|
-
$accent: mat.define-palette(mat.$light-blue-palette, 600, 100, 800);
|
|
4
|
-
$warn: mat.define-palette(mat.$red-palette, 600);
|
|
5
|
-
|
|
6
|
-
$theme: mat.define-light-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
@include igo-all-theming($theme);
|
|
15
|
-
@include mat.all-component-colors($theme);
|
|
16
|
-
}
|
|
1
|
+
.orange-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$orange-palette, 800);
|
|
3
|
+
$accent: mat.define-palette(mat.$light-blue-palette, 600, 100, 800);
|
|
4
|
+
$warn: mat.define-palette(mat.$red-palette, 600);
|
|
5
|
+
|
|
6
|
+
$theme: mat.define-light-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
@include igo-all-theming($theme);
|
|
15
|
+
@include mat.all-component-colors($theme);
|
|
16
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.teal-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$teal-palette, 600, 400, 900);
|
|
3
|
-
$accent: mat.define-palette(mat.$teal-palette, 400);
|
|
4
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
-
|
|
6
|
-
$theme: mat.define-light-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
@include igo-all-theming($theme);
|
|
15
|
-
@include mat.all-component-colors($theme);
|
|
16
|
-
}
|
|
1
|
+
.teal-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$teal-palette, 600, 400, 900);
|
|
3
|
+
$accent: mat.define-palette(mat.$teal-palette, 400);
|
|
4
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
+
|
|
6
|
+
$theme: mat.define-light-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
@include igo-all-theming($theme);
|
|
15
|
+
@include mat.all-component-colors($theme);
|
|
16
|
+
}
|
package/style/theming.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@import './material.font';
|
|
2
|
-
|
|
3
|
-
@mixin igo-theming($theme, $typography) {
|
|
4
|
-
@include igo-core-theming($theme, $typography);
|
|
5
|
-
}
|
|
1
|
+
@import './material.font';
|
|
2
|
+
|
|
3
|
+
@mixin igo-theming($theme, $typography) {
|
|
4
|
+
@include igo-core-theming($theme, $typography);
|
|
5
|
+
}
|