@igo2/core 16.2.0 → 16.3.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.
Files changed (90) hide show
  1. package/esm2022/lib/activity/activity.interceptor.mjs +1 -1
  2. package/esm2022/lib/activity/activity.module.mjs +1 -1
  3. package/esm2022/lib/activity/activity.service.mjs +1 -1
  4. package/esm2022/lib/analytics/shared/analytics.interface.mjs +1 -1
  5. package/esm2022/lib/analytics/shared/analytics.service.mjs +1 -1
  6. package/esm2022/lib/compression/compressedData.interface.mjs +1 -1
  7. package/esm2022/lib/compression/compression.service.mjs +1 -1
  8. package/esm2022/lib/config/config-deprecated.mjs +1 -1
  9. package/esm2022/lib/config/config.module.mjs +1 -1
  10. package/esm2022/lib/config/version.mjs +3 -3
  11. package/esm2022/lib/environment/environment.interface.mjs +1 -1
  12. package/esm2022/lib/environment/index.mjs +1 -1
  13. package/esm2022/lib/gesture/gesture.module.mjs +1 -1
  14. package/esm2022/lib/gesture/gesture.provider.mjs +1 -1
  15. package/esm2022/lib/language/shared/language.service.mjs +1 -1
  16. package/esm2022/lib/media/media.service.mjs +1 -1
  17. package/esm2022/lib/message/shared/index.mjs +1 -1
  18. package/esm2022/lib/message/shared/message.interface.mjs +1 -1
  19. package/esm2022/lib/monitoring/index.mjs +1 -1
  20. package/esm2022/lib/monitoring/monitoring.provider.mjs +1 -1
  21. package/esm2022/lib/monitoring/sentry/index.mjs +1 -1
  22. package/esm2022/lib/monitoring/sentry/sentry.mjs +1 -1
  23. package/esm2022/lib/monitoring/sentry/sentry.provider.mjs +1 -1
  24. package/esm2022/lib/monitoring/shared/index.mjs +1 -1
  25. package/esm2022/lib/monitoring/shared/monitoring.interface.mjs +1 -1
  26. package/esm2022/lib/network/network.interfaces.mjs +1 -1
  27. package/esm2022/lib/network/network.service.mjs +1 -1
  28. package/esm2022/lib/regex/regex.interface.mjs +1 -1
  29. package/esm2022/lib/regex/regex.service.mjs +1 -1
  30. package/esm2022/lib/request/error.interceptor.mjs +1 -1
  31. package/esm2022/lib/request/error.module.mjs +1 -1
  32. package/esm2022/lib/request/logging.interceptor.mjs +2 -2
  33. package/esm2022/lib/request/logging.module.mjs +1 -1
  34. package/esm2022/lib/route/route.service.mjs +1 -1
  35. package/esm2022/lib/storage/index.mjs +1 -1
  36. package/esm2022/lib/storage/storage.mjs +1 -1
  37. package/esm2022/lib/storage/storage.service.mjs +1 -1
  38. package/esm2022/lib/user/index.mjs +1 -1
  39. package/esm2022/lib/user/user.interface.mjs +1 -1
  40. package/fesm2022/igo2-core.mjs +3 -3
  41. package/fesm2022/igo2-core.mjs.map +1 -1
  42. package/locale/en.core.json +28 -28
  43. package/locale/en.json +1 -1
  44. package/locale/fr.core.json +28 -28
  45. package/locale/fr.json +1 -1
  46. package/package.json +7 -4
  47. package/src/core-theme.scss +5 -5
  48. package/src/index.scss +6 -6
  49. package/src/lib/message/message.theming.scss +26 -26
  50. package/src/packages.import.scss +4 -0
  51. package/src/style/all-style.scss +3 -3
  52. package/src/style/layout.scss +163 -163
  53. package/src/style/partial/core-utils.scss +5 -5
  54. package/src/style/partial/core.variables.scss +5 -5
  55. package/src/style/style.scss +19 -19
  56. package/src/theming/all-theme.scss +14 -14
  57. package/src/theming/material-theme-override.scss +39 -39
  58. package/src/theming/prebuilt-themes/blue-theme.scss +27 -27
  59. package/src/theming/prebuilt-themes/bluedark-theme.scss +60 -60
  60. package/src/theming/prebuilt-themes/bluedq-theme.scss +60 -60
  61. package/src/theming/prebuilt-themes/bluegrey-theme.scss +26 -26
  62. package/src/theming/prebuilt-themes/dark-theme.scss +26 -26
  63. package/src/theming/prebuilt-themes/deeppurple-theme.scss +26 -26
  64. package/src/theming/prebuilt-themes/indigo-theme.scss +26 -26
  65. package/src/theming/prebuilt-themes/orange-theme.scss +26 -26
  66. package/src/theming/prebuilt-themes/teal-theme.scss +26 -26
  67. package/src/theming/typography.scss +28 -28
  68. package/src/theming/utils/_foreground.scss +22 -22
  69. package/packages.import.scss +0 -4
  70. package/src/theming/prebuilt-themes/qcca/_index.scss +0 -2
  71. package/src/theming/prebuilt-themes/qcca/base/_index.scss +0 -4
  72. package/src/theming/prebuilt-themes/qcca/base/breakpoints.scss +0 -57
  73. package/src/theming/prebuilt-themes/qcca/base/colors.scss +0 -40
  74. package/src/theming/prebuilt-themes/qcca/base/palette.scss +0 -50
  75. package/src/theming/prebuilt-themes/qcca/base/typography/_index.scss +0 -2
  76. package/src/theming/prebuilt-themes/qcca/base/typography/typography.scss +0 -138
  77. package/src/theming/prebuilt-themes/qcca/base/typography/typography.utils.scss +0 -18
  78. package/src/theming/prebuilt-themes/qcca/components/_index.scss +0 -10
  79. package/src/theming/prebuilt-themes/qcca/components/_index.theme.scss +0 -5
  80. package/src/theming/prebuilt-themes/qcca/components/button.scss +0 -24
  81. package/src/theming/prebuilt-themes/qcca/components/dialog.scss +0 -36
  82. package/src/theming/prebuilt-themes/qcca/components/form-field.scss +0 -5
  83. package/src/theming/prebuilt-themes/qcca/components/input.scss +0 -6
  84. package/src/theming/prebuilt-themes/qcca/components/list.scss +0 -24
  85. package/src/theming/prebuilt-themes/qcca/components/panel.scss +0 -8
  86. package/src/theming/prebuilt-themes/qcca/components/scrollbar.scss +0 -15
  87. package/src/theming/prebuilt-themes/qcca/components/search-bar.scss +0 -41
  88. package/src/theming/prebuilt-themes/qcca/components/search-bar.theme.scss +0 -29
  89. package/src/theming/prebuilt-themes/qcca-theme.scss +0 -49
  90. package/theming/prebuilt-themes/qcca-theme.css +0 -3404
@@ -1,163 +1,163 @@
1
- /*
2
- * ------------------------------
3
- * Padding et margin
4
- * ------------------------------
5
- */
6
- // Les dimensions suivantes suivent les normes de Material Design, mais ne sont pas incluses dans Angular Material
7
- $layout-spacing-sizes: 0 4 8 12 16 24 32 40 48;
8
-
9
- $layout-sides: (
10
- t: top,
11
- r: right,
12
- b: bottom,
13
- l: left
14
- );
15
-
16
- @each $size in $layout-spacing-sizes {
17
- @each $shortSide, $side in $layout-sides {
18
- .m-#{$shortSide}-#{$size} {
19
- margin-#{$side}: #{$size}px !important;
20
- }
21
- .m-#{$shortSide}-#{$size}-neg {
22
- margin-#{$side}: -#{$size}px !important;
23
- }
24
- .p-#{$shortSide}-#{$size} {
25
- padding-#{$side}: #{$size}px !important;
26
- }
27
- }
28
-
29
- .m-#{$size} {
30
- margin: #{$size}px !important;
31
- }
32
- .m-#{$size}-neg {
33
- margin: -#{$size}px !important;
34
- }
35
-
36
- .p-#{$size} {
37
- padding: #{$size}px !important;
38
- }
39
-
40
- .m-h-#{$size} {
41
- margin-left: #{$size}px !important;
42
- margin-right: #{$size}px !important;
43
- }
44
-
45
- .m-h-#{$size}-neg {
46
- margin-left: -#{$size}px !important;
47
- margin-right: -#{$size}px !important;
48
- }
49
-
50
- .m-v-#{$size} {
51
- margin-top: #{$size}px !important;
52
- margin-bottom: #{$size}px !important;
53
- }
54
-
55
- .m-v-#{$size}-neg {
56
- margin-top: -#{$size}px !important;
57
- margin-bottom: -#{$size}px !important;
58
- }
59
-
60
- .p-h-#{$size} {
61
- padding-left: #{$size}px !important;
62
- padding-right: #{$size}px !important;
63
- }
64
-
65
- .p-v-#{$size} {
66
- padding-top: #{$size}px !important;
67
- padding-bottom: #{$size}px !important;
68
- }
69
- }
70
-
71
- .flex {
72
- display: flex;
73
-
74
- &-col {
75
- flex-direction: column;
76
- }
77
-
78
- &-1 {
79
- flex: 1;
80
- }
81
-
82
- &-wrap {
83
- flex-wrap: wrap !important;
84
- }
85
- }
86
-
87
- .align-items {
88
- &-center {
89
- align-items: center;
90
- }
91
- &-end {
92
- align-items: flex-end;
93
- }
94
- &-start {
95
- align-items: start;
96
- }
97
- }
98
-
99
- .align-self {
100
- &-center {
101
- align-self: center;
102
- }
103
- &-end {
104
- align-self: flex-end;
105
- }
106
- &-start {
107
- align-self: start;
108
- }
109
- }
110
-
111
- .justify-content {
112
- &-center {
113
- justify-content: center;
114
- }
115
- &-end {
116
- justify-content: flex-end;
117
- }
118
- &-start {
119
- justify-content: start;
120
- }
121
- &-space-between {
122
- justify-content: space-between;
123
- }
124
- }
125
-
126
- .d {
127
- &-block {
128
- display: block;
129
- }
130
-
131
- &-none {
132
- display: none;
133
- }
134
- }
135
-
136
- .w-100 {
137
- width: 100%;
138
- }
139
-
140
- .h-100 {
141
- height: 100%;
142
- }
143
-
144
- .overflow {
145
- &-y-auto {
146
- overflow-y: auto;
147
- }
148
- &-y-hidden {
149
- overflow-y: hidden;
150
- }
151
- &-x-auto {
152
- overflow-x: auto;
153
- }
154
- &-x-hidden {
155
- overflow-x: hidden;
156
- }
157
- &-auto {
158
- overflow: auto;
159
- }
160
- &-hidden {
161
- overflow: hidden;
162
- }
163
- }
1
+ /*
2
+ * ------------------------------
3
+ * Padding et margin
4
+ * ------------------------------
5
+ */
6
+ // Les dimensions suivantes suivent les normes de Material Design, mais ne sont pas incluses dans Angular Material
7
+ $layout-spacing-sizes: 0 4 8 12 16 24 32 40 48;
8
+
9
+ $layout-sides: (
10
+ t: top,
11
+ r: right,
12
+ b: bottom,
13
+ l: left
14
+ );
15
+
16
+ @each $size in $layout-spacing-sizes {
17
+ @each $shortSide, $side in $layout-sides {
18
+ .m-#{$shortSide}-#{$size} {
19
+ margin-#{$side}: #{$size}px !important;
20
+ }
21
+ .m-#{$shortSide}-#{$size}-neg {
22
+ margin-#{$side}: -#{$size}px !important;
23
+ }
24
+ .p-#{$shortSide}-#{$size} {
25
+ padding-#{$side}: #{$size}px !important;
26
+ }
27
+ }
28
+
29
+ .m-#{$size} {
30
+ margin: #{$size}px !important;
31
+ }
32
+ .m-#{$size}-neg {
33
+ margin: -#{$size}px !important;
34
+ }
35
+
36
+ .p-#{$size} {
37
+ padding: #{$size}px !important;
38
+ }
39
+
40
+ .m-h-#{$size} {
41
+ margin-left: #{$size}px !important;
42
+ margin-right: #{$size}px !important;
43
+ }
44
+
45
+ .m-h-#{$size}-neg {
46
+ margin-left: -#{$size}px !important;
47
+ margin-right: -#{$size}px !important;
48
+ }
49
+
50
+ .m-v-#{$size} {
51
+ margin-top: #{$size}px !important;
52
+ margin-bottom: #{$size}px !important;
53
+ }
54
+
55
+ .m-v-#{$size}-neg {
56
+ margin-top: -#{$size}px !important;
57
+ margin-bottom: -#{$size}px !important;
58
+ }
59
+
60
+ .p-h-#{$size} {
61
+ padding-left: #{$size}px !important;
62
+ padding-right: #{$size}px !important;
63
+ }
64
+
65
+ .p-v-#{$size} {
66
+ padding-top: #{$size}px !important;
67
+ padding-bottom: #{$size}px !important;
68
+ }
69
+ }
70
+
71
+ .flex {
72
+ display: flex;
73
+
74
+ &-col {
75
+ flex-direction: column;
76
+ }
77
+
78
+ &-1 {
79
+ flex: 1;
80
+ }
81
+
82
+ &-wrap {
83
+ flex-wrap: wrap !important;
84
+ }
85
+ }
86
+
87
+ .align-items {
88
+ &-center {
89
+ align-items: center;
90
+ }
91
+ &-end {
92
+ align-items: flex-end;
93
+ }
94
+ &-start {
95
+ align-items: start;
96
+ }
97
+ }
98
+
99
+ .align-self {
100
+ &-center {
101
+ align-self: center;
102
+ }
103
+ &-end {
104
+ align-self: flex-end;
105
+ }
106
+ &-start {
107
+ align-self: start;
108
+ }
109
+ }
110
+
111
+ .justify-content {
112
+ &-center {
113
+ justify-content: center;
114
+ }
115
+ &-end {
116
+ justify-content: flex-end;
117
+ }
118
+ &-start {
119
+ justify-content: start;
120
+ }
121
+ &-space-between {
122
+ justify-content: space-between;
123
+ }
124
+ }
125
+
126
+ .d {
127
+ &-block {
128
+ display: block;
129
+ }
130
+
131
+ &-none {
132
+ display: none;
133
+ }
134
+ }
135
+
136
+ .w-100 {
137
+ width: 100%;
138
+ }
139
+
140
+ .h-100 {
141
+ height: 100%;
142
+ }
143
+
144
+ .overflow {
145
+ &-y-auto {
146
+ overflow-y: auto;
147
+ }
148
+ &-y-hidden {
149
+ overflow-y: hidden;
150
+ }
151
+ &-x-auto {
152
+ overflow-x: auto;
153
+ }
154
+ &-x-hidden {
155
+ overflow-x: hidden;
156
+ }
157
+ &-auto {
158
+ overflow: auto;
159
+ }
160
+ &-hidden {
161
+ overflow: hidden;
162
+ }
163
+ }
@@ -1,5 +1,5 @@
1
- @mixin text-ellipsis {
2
- text-overflow: ellipsis;
3
- white-space: nowrap;
4
- overflow: hidden;
5
- }
1
+ @mixin text-ellipsis {
2
+ text-overflow: ellipsis;
3
+ white-space: nowrap;
4
+ overflow: hidden;
5
+ }
@@ -1,5 +1,5 @@
1
- $igo-margin: 5px;
2
- $igo-padding: 5px;
3
- $igo-icon-size: 40px;
4
-
5
- $app-background-color: rgb(255, 255, 255);
1
+ $igo-margin: 5px;
2
+ $igo-padding: 5px;
3
+ $igo-icon-size: 40px;
4
+
5
+ $app-background-color: rgb(255, 255, 255);
@@ -1,19 +1,19 @@
1
- @import 'ngx-toastr/toastr';
2
-
3
- button.mat-mdc-menu-item {
4
- line-height: 24px !important;
5
- }
6
-
7
- a.mat-mdc-menu-item > mat-icon {
8
- margin-bottom: 14px;
9
- }
10
-
11
- button.mat-mdc-icon-button.mat-mdc-button-base[disabled='true'] {
12
- color: rgba(0, 0, 0, 0.26);
13
- }
14
-
15
- .mat-mdc-menu-content {
16
- mat-list {
17
- padding: 0;
18
- }
19
- }
1
+ @import 'ngx-toastr/toastr';
2
+
3
+ button.mat-mdc-menu-item {
4
+ line-height: 24px !important;
5
+ }
6
+
7
+ a.mat-mdc-menu-item > mat-icon {
8
+ margin-bottom: 14px;
9
+ }
10
+
11
+ button.mat-mdc-icon-button.mat-mdc-button-base[disabled='true'] {
12
+ color: rgba(0, 0, 0, 0.26);
13
+ }
14
+
15
+ .mat-mdc-menu-content {
16
+ mat-list {
17
+ padding: 0;
18
+ }
19
+ }
@@ -1,14 +1,14 @@
1
- @use '@angular/material' as mat;
2
-
3
- @use '../packages.import' as igo;
4
- @use './material-theme-override';
5
- @use './typography' as typo;
6
-
7
- @mixin all-component-themes($config) {
8
- @include material-theme-override.material-override($config);
9
-
10
- @include igo.core-component-themes($config);
11
- @include igo.common-component-themes($config);
12
- @include igo.context-component-themes($config);
13
- @include igo.geo-component-themes($config);
14
- }
1
+ @use '@angular/material' as mat;
2
+
3
+ @use '../packages.import' as igo;
4
+ @use './material-theme-override';
5
+ @use './typography' as typo;
6
+
7
+ @mixin all-component-themes($config) {
8
+ @include material-theme-override.material-override($config);
9
+
10
+ @include igo.core-component-themes($config);
11
+ @include igo.common-component-themes($config);
12
+ @include igo.context-component-themes($config);
13
+ @include igo.geo-component-themes($config);
14
+ }
@@ -1,39 +1,39 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin material-override($theme) {
5
- @include mat-button-toggle($theme);
6
- @include mat-tab-group($theme);
7
- }
8
-
9
- @mixin mat-tab-group($theme) {
10
- mat-tab-group,
11
- mat-tab-group ::ng-deep .mat-mdc-tab-body-wrapper {
12
- height: 100%;
13
- overflow: hidden;
14
- }
15
- }
16
-
17
- @mixin mat-button-toggle($theme) {
18
- $accent: map.get($theme, accent);
19
- $dark: mat.define-palette(mat.$grey-palette, 800, 700, 900);
20
- $density: mat.get-density-config($theme);
21
-
22
- $theme: map.merge(
23
- $theme,
24
- (
25
- density: $density - 3
26
- )
27
- );
28
-
29
- @include mat.button-toggle-density($theme);
30
-
31
- mat-button-toggle {
32
- color: black !important;
33
-
34
- &.mat-button-toggle-checked {
35
- background-color: mat.get-color-from-palette($accent);
36
- color: mat.get-color-from-palette($dark);
37
- }
38
- }
39
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin material-override($theme) {
5
+ @include mat-button-toggle($theme);
6
+ @include mat-tab-group($theme);
7
+ }
8
+
9
+ @mixin mat-tab-group($theme) {
10
+ mat-tab-group,
11
+ mat-tab-group ::ng-deep .mat-mdc-tab-body-wrapper {
12
+ height: 100%;
13
+ overflow: hidden;
14
+ }
15
+ }
16
+
17
+ @mixin mat-button-toggle($theme) {
18
+ $accent: map.get($theme, accent);
19
+ $dark: mat.define-palette(mat.$grey-palette, 800, 700, 900);
20
+ $density: mat.get-density-config($theme);
21
+
22
+ $theme: map.merge(
23
+ $theme,
24
+ (
25
+ density: $density - 3
26
+ )
27
+ );
28
+
29
+ @include mat.button-toggle-density($theme);
30
+
31
+ mat-button-toggle {
32
+ color: black !important;
33
+
34
+ &.mat-button-toggle-checked {
35
+ background-color: mat.get-color-from-palette($accent);
36
+ color: mat.get-color-from-palette($dark);
37
+ }
38
+ }
39
+ }
@@ -1,27 +1,27 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
- @use '../all-theme';
4
- @use '../typography';
5
-
6
- $primary: mat.define-palette(mat.$blue-palette, 700, 400, 900);
7
- $accent: mat.define-palette(mat.$blue-palette, 200);
8
- $warn: mat.define-palette(mat.$red-palette);
9
- $typography: typography.$igo-typography;
10
-
11
- $theme: mat.define-light-theme(
12
- (
13
- color: (
14
- primary: $primary,
15
- accent: $accent,
16
- warn: $warn
17
- ),
18
- typography: $typography,
19
- density: 0
20
- )
21
- );
22
-
23
- @include mat.core();
24
- @include mat.typography-hierarchy($typography);
25
- @include mat.all-component-themes($theme);
26
-
27
- @include all-theme.all-component-themes($theme);
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+ @use '../all-theme';
4
+ @use '../typography';
5
+
6
+ $primary: mat.define-palette(mat.$blue-palette, 700, 400, 900);
7
+ $accent: mat.define-palette(mat.$blue-palette, 200);
8
+ $warn: mat.define-palette(mat.$red-palette);
9
+ $typography: typography.$igo-typography;
10
+
11
+ $theme: mat.define-light-theme(
12
+ (
13
+ color: (
14
+ primary: $primary,
15
+ accent: $accent,
16
+ warn: $warn
17
+ ),
18
+ typography: $typography,
19
+ density: 0
20
+ )
21
+ );
22
+
23
+ @include mat.core();
24
+ @include mat.typography-hierarchy($typography);
25
+ @include mat.all-component-themes($theme);
26
+
27
+ @include all-theme.all-component-themes($theme);
@@ -1,60 +1,60 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
- @use '../all-theme';
4
- @use '../typography';
5
-
6
- $bluedark-palette: (
7
- 50: #e3eaec,
8
- 100: #b9cad0,
9
- 200: #8ba7b1,
10
- 300: #5c8391,
11
- 400: #39697a,
12
- 500: #164e62,
13
- 600: #13475a,
14
- 700: #103d50,
15
- 800: #0c3546,
16
- 900: #062534,
17
- A100: #6dc6ff,
18
- A200: #3ab2ff,
19
- A400: #079eff,
20
- A700: #0090ec,
21
- contrast: (
22
- 50: #000000,
23
- 100: #000000,
24
- 200: #000000,
25
- 300: #ffffff,
26
- 400: #ffffff,
27
- 500: #ffffff,
28
- 600: #ffffff,
29
- 700: #ffffff,
30
- 800: #ffffff,
31
- 900: #ffffff,
32
- A100: #000000,
33
- A200: #000000,
34
- A400: #ffffff,
35
- A700: #ffffff
36
- )
37
- );
38
-
39
- $primary: mat.define-palette($bluedark-palette, 500);
40
- $accent: mat.define-palette($bluedark-palette, 200);
41
- $warn: mat.define-palette(mat.$red-palette);
42
- $typography: typography.$igo-typography;
43
-
44
- $theme: mat.define-light-theme(
45
- (
46
- color: (
47
- primary: $primary,
48
- accent: $accent,
49
- warn: $warn
50
- ),
51
- typography: $typography,
52
- density: 0
53
- )
54
- );
55
-
56
- @include mat.core();
57
- @include mat.typography-hierarchy($typography);
58
- @include mat.all-component-themes($theme);
59
-
60
- @include all-theme.all-component-themes($theme);
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+ @use '../all-theme';
4
+ @use '../typography';
5
+
6
+ $bluedark-palette: (
7
+ 50: #e3eaec,
8
+ 100: #b9cad0,
9
+ 200: #8ba7b1,
10
+ 300: #5c8391,
11
+ 400: #39697a,
12
+ 500: #164e62,
13
+ 600: #13475a,
14
+ 700: #103d50,
15
+ 800: #0c3546,
16
+ 900: #062534,
17
+ A100: #6dc6ff,
18
+ A200: #3ab2ff,
19
+ A400: #079eff,
20
+ A700: #0090ec,
21
+ contrast: (
22
+ 50: #000000,
23
+ 100: #000000,
24
+ 200: #000000,
25
+ 300: #ffffff,
26
+ 400: #ffffff,
27
+ 500: #ffffff,
28
+ 600: #ffffff,
29
+ 700: #ffffff,
30
+ 800: #ffffff,
31
+ 900: #ffffff,
32
+ A100: #000000,
33
+ A200: #000000,
34
+ A400: #ffffff,
35
+ A700: #ffffff
36
+ )
37
+ );
38
+
39
+ $primary: mat.define-palette($bluedark-palette, 500);
40
+ $accent: mat.define-palette($bluedark-palette, 200);
41
+ $warn: mat.define-palette(mat.$red-palette);
42
+ $typography: typography.$igo-typography;
43
+
44
+ $theme: mat.define-light-theme(
45
+ (
46
+ color: (
47
+ primary: $primary,
48
+ accent: $accent,
49
+ warn: $warn
50
+ ),
51
+ typography: $typography,
52
+ density: 0
53
+ )
54
+ );
55
+
56
+ @include mat.core();
57
+ @include mat.typography-hierarchy($typography);
58
+ @include mat.all-component-themes($theme);
59
+
60
+ @include all-theme.all-component-themes($theme);