@igo2/core 1.11.0 → 1.12.1

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 (107) hide show
  1. package/__ivy_ngcc__/locale/en.auth.json +29 -29
  2. package/__ivy_ngcc__/locale/en.common.json +43 -43
  3. package/__ivy_ngcc__/locale/en.context.json +198 -198
  4. package/__ivy_ngcc__/locale/en.core.json +29 -29
  5. package/__ivy_ngcc__/locale/en.geo.json +737 -727
  6. package/__ivy_ngcc__/locale/en.integration.json +123 -105
  7. package/__ivy_ngcc__/locale/en.json +32 -4
  8. package/__ivy_ngcc__/locale/fr.auth.json +32 -32
  9. package/__ivy_ngcc__/locale/fr.common.json +43 -43
  10. package/__ivy_ngcc__/locale/fr.context.json +198 -198
  11. package/__ivy_ngcc__/locale/fr.core.json +29 -29
  12. package/__ivy_ngcc__/locale/fr.geo.json +737 -727
  13. package/__ivy_ngcc__/locale/fr.integration.json +125 -107
  14. package/__ivy_ngcc__/locale/fr.json +34 -6
  15. package/bundles/igo2-core.umd.js +177 -10
  16. package/bundles/igo2-core.umd.js.map +1 -1
  17. package/esm2015/lib/activity/activity.interceptor.js +1 -1
  18. package/esm2015/lib/activity/activity.module.js +1 -1
  19. package/esm2015/lib/activity/activity.service.js +1 -1
  20. package/esm2015/lib/activity/index.js +1 -1
  21. package/esm2015/lib/analytics/index.js +1 -1
  22. package/esm2015/lib/analytics/shared/analytics.interface.js +1 -1
  23. package/esm2015/lib/analytics/shared/analytics.service.js +1 -1
  24. package/esm2015/lib/analytics/shared/index.js +1 -1
  25. package/esm2015/lib/compression/compressedData.interface.js +2 -0
  26. package/esm2015/lib/compression/compression.service.js +140 -0
  27. package/esm2015/lib/compression/index.js +3 -0
  28. package/esm2015/lib/config/config.interface.js +1 -1
  29. package/esm2015/lib/config/config.module.js +1 -1
  30. package/esm2015/lib/config/config.provider.js +1 -1
  31. package/esm2015/lib/config/config.service.js +1 -1
  32. package/esm2015/lib/config/index.js +1 -1
  33. package/esm2015/lib/config/version.js +3 -3
  34. package/esm2015/lib/core.module.js +19 -4
  35. package/esm2015/lib/gesture/gesture.module.js +1 -1
  36. package/esm2015/lib/gesture/gesture.provider.js +1 -1
  37. package/esm2015/lib/language/index.js +1 -1
  38. package/esm2015/lib/language/language.module.js +1 -1
  39. package/esm2015/lib/language/shared/index.js +1 -1
  40. package/esm2015/lib/language/shared/language.interface.js +1 -1
  41. package/esm2015/lib/language/shared/language.loader.js +1 -1
  42. package/esm2015/lib/language/shared/language.provider.js +1 -1
  43. package/esm2015/lib/language/shared/language.service.js +1 -1
  44. package/esm2015/lib/language/shared/missing-translation.guard.js +2 -2
  45. package/esm2015/lib/media/index.js +1 -1
  46. package/esm2015/lib/media/media.enum.js +1 -1
  47. package/esm2015/lib/media/media.service.js +1 -1
  48. package/esm2015/lib/message/index.js +1 -1
  49. package/esm2015/lib/message/message.module.js +1 -1
  50. package/esm2015/lib/message/shared/index.js +1 -1
  51. package/esm2015/lib/message/shared/message.enum.js +1 -1
  52. package/esm2015/lib/message/shared/message.interface.js +1 -1
  53. package/esm2015/lib/message/shared/message.service.js +1 -1
  54. package/esm2015/lib/network/index.js +1 -1
  55. package/esm2015/lib/network/network.interfaces.js +1 -1
  56. package/esm2015/lib/network/network.service.js +1 -1
  57. package/esm2015/lib/request/error.interceptor.js +1 -1
  58. package/esm2015/lib/request/error.module.js +1 -1
  59. package/esm2015/lib/request/index.js +1 -1
  60. package/esm2015/lib/request/logging.interceptor.js +2 -2
  61. package/esm2015/lib/request/logging.module.js +1 -1
  62. package/esm2015/lib/route/route.interface.js +1 -1
  63. package/esm2015/lib/route/route.service.js +1 -1
  64. package/esm2015/lib/storage/index.js +1 -1
  65. package/esm2015/lib/storage/storage.interface.js +1 -1
  66. package/esm2015/lib/storage/storage.service.js +1 -1
  67. package/esm2015/public_api.js +2 -1
  68. package/fesm2015/igo2-core.js +161 -9
  69. package/fesm2015/igo2-core.js.map +1 -1
  70. package/lib/compression/compressedData.interface.d.ts +5 -0
  71. package/lib/compression/compression.service.d.ts +15 -0
  72. package/lib/compression/index.d.ts +2 -0
  73. package/lib/core.module.d.ts +2 -1
  74. package/locale/en.auth.json +29 -29
  75. package/locale/en.common.json +43 -43
  76. package/locale/en.context.json +198 -198
  77. package/locale/en.core.json +29 -29
  78. package/locale/en.geo.json +737 -727
  79. package/locale/en.integration.json +123 -105
  80. package/locale/en.json +32 -4
  81. package/locale/fr.auth.json +32 -32
  82. package/locale/fr.common.json +43 -43
  83. package/locale/fr.context.json +198 -198
  84. package/locale/fr.core.json +29 -29
  85. package/locale/fr.geo.json +737 -727
  86. package/locale/fr.integration.json +125 -107
  87. package/locale/fr.json +34 -6
  88. package/package.json +3 -2
  89. package/public_api.d.ts +1 -0
  90. package/style/all.theming.scss +5 -5
  91. package/style/core.theming.scss +9 -9
  92. package/style/foreground.scss +20 -20
  93. package/style/index.theming.scss +801 -702
  94. package/style/material.font.scss +9 -9
  95. package/style/partial/core.variables.scss +4 -4
  96. package/style/partial/media.scss +80 -80
  97. package/style/themes/blue.theme.scss +19 -19
  98. package/style/themes/bluedq.theme.scss +52 -52
  99. package/style/themes/bluegrey.theme.scss +16 -16
  100. package/style/themes/dark.theme.scss +16 -16
  101. package/style/themes/deeppurple.theme.scss +16 -16
  102. package/style/themes/indigo.theme.scss +16 -16
  103. package/style/themes/orange.theme.scss +16 -16
  104. package/style/themes/qcca.theme.scss +98 -0
  105. package/style/themes/teal.theme.scss +16 -16
  106. package/style/theming.scss +7 -7
  107. package/style/typography.scss +15 -15
@@ -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);
@@ -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
+ }
@@ -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
- .bluedq-theme {
2
- $dq-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($dq-palette, 500);
36
- $accent: mat.define-palette($dq-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
- }
1
+ .bluedq-theme {
2
+ $dq-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($dq-palette, 500);
36
+ $accent: mat.define-palette($dq-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
+ }
@@ -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
+ }
@@ -0,0 +1,98 @@
1
+ .qcca-theme {
2
+ $qcca-palette: (
3
+ 50: #f2f1f1,
4
+ 100: #dae6f0, //lighter ex: list on focus
5
+ 200: #dae6f0,
6
+ 300: #509FDF,
7
+ 400: #0D7DD9,
8
+ 500: #095797, //default
9
+ 600: #0A60A6,
10
+ 700: #223654, // darker
11
+ 800: #cb381f,
12
+ 900: #4f813d,
13
+ A100: #1479cc,
14
+ A200: #1479cc,
15
+ A400: #dae6f0,
16
+ A700: #f2f1f1,
17
+ contrast: (
18
+ 50: #223654,
19
+ 100: #223654,
20
+ 200: #223654,
21
+ 300: #fff,
22
+ 400: #fff,
23
+ 500: #fff,
24
+ 600: #fff,
25
+ 700: #fff,
26
+ 800: #fff,
27
+ 900: #fff,
28
+ A100: #fff,
29
+ A200: #fff,
30
+ A400: #223654,
31
+ A700: #223654,
32
+ )
33
+ );
34
+
35
+ $primary: mat.define-palette($qcca-palette, 500, 400, 700);
36
+ $accent: mat.define-palette($qcca-palette, 400, 100, 700);
37
+ $warn: mat.define-palette($qcca-palette, 800);
38
+ $success: mat.define-palette($qcca-palette, 900);
39
+ $background: mat.define-palette($qcca-palette, 100, 100, 100);
40
+ $foreground: mat.define-palette($qcca-palette, 700, 700, 700);
41
+
42
+ $temp-theme: mat.define-light-theme((
43
+ color: (
44
+ primary: $primary,
45
+ accent: $accent,
46
+ warn: $warn,
47
+ success: $success,
48
+ background: $background
49
+ )
50
+ ));
51
+
52
+ $theme-foreground: (
53
+ base: #223654,
54
+ divider: #f2f1f1,
55
+ dividers: #f2f1f1,
56
+ disabled: #f2f1f1,
57
+ disabled-button: #f2f1f1,
58
+ disabled-text: #f2f1f1,
59
+ hint-text: #f2f1f1,
60
+ secondary-text: #f2f1f1,
61
+ icon: #f2f1f1,
62
+ icons: #f2f1f1,
63
+ text: #223654,
64
+ slider-min: #f2f1f1,
65
+ slider-off: #f2f1f1,
66
+ slider-off-active: #f2f1f1,
67
+ );
68
+
69
+ $foreground: theme-foreground(mat.define-palette($qcca-palette, 500, 100, 700));
70
+ $theme: map-merge($temp-theme, (foreground: $foreground));
71
+
72
+ @include mat.core($theme);
73
+ @include igo-all-theming($theme);
74
+ @include mat.all-component-colors($theme);
75
+ @include mat.strong-focus-indicators-theme($theme);
76
+ }
77
+
78
+ //@import '~@angular/material/theming';
79
+ // Plus imports for other components in your app.
80
+
81
+ // Include the common styles for Angular Material. We include this here so that you only
82
+ // have to load a single css file for Angular Material in your app.
83
+ // Be sure that you only ever include this mixin once!
84
+ //@include mat-core();
85
+
86
+ // Define the palettes for your theme using the Material Design palettes available in palette.scss
87
+ // (imported above). For each palette, you can optionally specify a default, lighter, and darker
88
+ // hue. Available color palettes: https://material.io/design/color/
89
+
90
+ // Include theme styles for core and each component used in your app.
91
+ // Alternatively, you can import and @include the theme mixins for each component
92
+ // that you are using.
93
+ //@include angular-material-theme($theme);
94
+
95
+ /* For the non-Angular Material items */
96
+ body {
97
+ color: #223654;
98
+ }
@@ -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
+ }
@@ -1,7 +1,7 @@
1
- @import './material.font';
2
-
3
- @mixin igo-theming($theme, $typography) {
4
- @include mat.core($typography);
5
-
6
- @include igo-core-theming($theme, $typography);
7
- }
1
+ @import './material.font';
2
+
3
+ @mixin igo-theming($theme, $typography) {
4
+ @include mat.core($typography);
5
+
6
+ @include igo-core-theming($theme, $typography);
7
+ }