@igo2/core 16.1.1 → 16.2.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/esm2022/lib/activity/activity.interceptor.mjs +1 -1
- package/esm2022/lib/activity/activity.module.mjs +1 -1
- package/esm2022/lib/activity/activity.service.mjs +1 -1
- package/esm2022/lib/analytics/shared/analytics.interface.mjs +1 -1
- package/esm2022/lib/analytics/shared/analytics.service.mjs +1 -1
- package/esm2022/lib/compression/compressedData.interface.mjs +1 -1
- package/esm2022/lib/compression/compression.service.mjs +1 -1
- package/esm2022/lib/config/config-deprecated.mjs +1 -1
- package/esm2022/lib/config/config.module.mjs +1 -1
- package/esm2022/lib/config/version.mjs +3 -3
- package/esm2022/lib/environment/environment.interface.mjs +1 -1
- package/esm2022/lib/environment/index.mjs +1 -1
- package/esm2022/lib/gesture/gesture.module.mjs +1 -1
- package/esm2022/lib/gesture/gesture.provider.mjs +1 -1
- package/esm2022/lib/language/shared/index.mjs +1 -1
- package/esm2022/lib/language/shared/language.interface.mjs +1 -1
- package/esm2022/lib/language/shared/language.service.mjs +1 -1
- package/esm2022/lib/media/media.service.mjs +1 -1
- package/esm2022/lib/message/shared/index.mjs +1 -1
- package/esm2022/lib/message/shared/message.interface.mjs +1 -1
- package/esm2022/lib/monitoring/index.mjs +1 -1
- package/esm2022/lib/monitoring/monitoring.provider.mjs +1 -1
- package/esm2022/lib/monitoring/sentry/index.mjs +1 -1
- package/esm2022/lib/monitoring/sentry/sentry.mjs +1 -1
- package/esm2022/lib/monitoring/sentry/sentry.provider.mjs +1 -1
- package/esm2022/lib/monitoring/shared/index.mjs +1 -1
- package/esm2022/lib/monitoring/shared/monitoring.interface.mjs +1 -1
- package/esm2022/lib/network/network.interfaces.mjs +1 -1
- package/esm2022/lib/network/network.service.mjs +1 -1
- package/esm2022/lib/regex/regex.interface.mjs +1 -1
- package/esm2022/lib/regex/regex.service.mjs +1 -1
- package/esm2022/lib/request/error.interceptor.mjs +1 -1
- package/esm2022/lib/request/error.module.mjs +1 -1
- package/esm2022/lib/request/logging.interceptor.mjs +2 -2
- package/esm2022/lib/request/logging.module.mjs +1 -1
- package/esm2022/lib/route/route.service.mjs +1 -1
- package/esm2022/lib/storage/index.mjs +1 -1
- package/esm2022/lib/storage/storage.mjs +1 -1
- package/esm2022/lib/storage/storage.service.mjs +1 -1
- package/esm2022/lib/user/index.mjs +1 -1
- package/esm2022/lib/user/user.interface.mjs +1 -1
- package/fesm2022/igo2-core.mjs +3 -3
- package/fesm2022/igo2-core.mjs.map +1 -1
- package/locale/en.core.json +28 -28
- package/locale/fr.core.json +28 -28
- package/package.json +2 -2
- package/packages.import.scss +4 -4
- package/src/core-theme.scss +5 -5
- package/src/index.scss +6 -6
- package/src/lib/message/message.theming.scss +26 -26
- package/src/style/all-style.scss +3 -3
- package/src/style/layout.scss +163 -163
- package/src/style/partial/core-utils.scss +5 -5
- package/src/style/partial/core.variables.scss +5 -5
- package/src/style/style.scss +19 -19
- package/src/theming/all-theme.scss +14 -14
- package/src/theming/material-theme-override.scss +39 -39
- package/src/theming/prebuilt-themes/blue-theme.scss +27 -27
- package/src/theming/prebuilt-themes/bluedark-theme.scss +60 -60
- package/src/theming/prebuilt-themes/bluedq-theme.scss +60 -60
- package/src/theming/prebuilt-themes/bluegrey-theme.scss +26 -26
- package/src/theming/prebuilt-themes/dark-theme.scss +26 -26
- package/src/theming/prebuilt-themes/deeppurple-theme.scss +26 -26
- package/src/theming/prebuilt-themes/indigo-theme.scss +26 -26
- package/src/theming/prebuilt-themes/orange-theme.scss +26 -26
- package/src/theming/prebuilt-themes/qcca/_index.scss +2 -2
- package/src/theming/prebuilt-themes/qcca/base/_index.scss +4 -4
- package/src/theming/prebuilt-themes/qcca/base/breakpoints.scss +57 -57
- package/src/theming/prebuilt-themes/qcca/base/colors.scss +40 -40
- package/src/theming/prebuilt-themes/qcca/base/palette.scss +50 -50
- package/src/theming/prebuilt-themes/qcca/base/typography/_index.scss +2 -2
- package/src/theming/prebuilt-themes/qcca/base/typography/typography.scss +138 -138
- package/src/theming/prebuilt-themes/qcca/base/typography/typography.utils.scss +18 -18
- package/src/theming/prebuilt-themes/qcca/components/_index.scss +10 -10
- package/src/theming/prebuilt-themes/qcca/components/_index.theme.scss +5 -5
- package/src/theming/prebuilt-themes/qcca/components/button.scss +24 -24
- package/src/theming/prebuilt-themes/qcca/components/dialog.scss +36 -36
- package/src/theming/prebuilt-themes/qcca/components/form-field.scss +5 -5
- package/src/theming/prebuilt-themes/qcca/components/input.scss +6 -6
- package/src/theming/prebuilt-themes/qcca/components/list.scss +24 -24
- package/src/theming/prebuilt-themes/qcca/components/panel.scss +8 -8
- package/src/theming/prebuilt-themes/qcca/components/scrollbar.scss +15 -15
- package/src/theming/prebuilt-themes/qcca/components/search-bar.scss +41 -41
- package/src/theming/prebuilt-themes/qcca/components/search-bar.theme.scss +29 -29
- package/src/theming/prebuilt-themes/qcca-theme.scss +49 -49
- package/src/theming/prebuilt-themes/teal-theme.scss +26 -26
- package/src/theming/typography.scss +28 -28
- package/src/theming/utils/_foreground.scss +22 -22
- package/theming/prebuilt-themes/blue-theme.css +11 -17
- package/theming/prebuilt-themes/bluedark-theme.css +11 -17
- package/theming/prebuilt-themes/bluedq-theme.css +11 -17
- package/theming/prebuilt-themes/bluegrey-theme.css +11 -17
- package/theming/prebuilt-themes/dark-theme.css +11 -17
- package/theming/prebuilt-themes/deeppurple-theme.css +11 -17
- package/theming/prebuilt-themes/indigo-theme.css +11 -17
- package/theming/prebuilt-themes/orange-theme.css +11 -17
- package/theming/prebuilt-themes/qcca-theme.css +11 -17
- package/theming/prebuilt-themes/teal-theme.css +11 -17
|
@@ -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);
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
@use 'sass:map';
|
|
2
|
-
@use '@angular/material' as mat;
|
|
3
|
-
@use '../all-theme';
|
|
4
|
-
@use '../typography';
|
|
5
|
-
|
|
6
|
-
$dq-palette: (
|
|
7
|
-
50: #e1f5fd,
|
|
8
|
-
100: #b4e5fb,
|
|
9
|
-
200: #82d4f8,
|
|
10
|
-
300: #53c3f4,
|
|
11
|
-
400: #31b6f2,
|
|
12
|
-
500: #0d81df,
|
|
13
|
-
600: #149be1,
|
|
14
|
-
700: #1088cd,
|
|
15
|
-
800: #0f77b9,
|
|
16
|
-
900: #095797,
|
|
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: #000000,
|
|
26
|
-
400: #000000,
|
|
27
|
-
500: #000000,
|
|
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($dq-palette, 900);
|
|
40
|
-
$accent: mat.define-palette($dq-palette, 500);
|
|
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
|
+
$dq-palette: (
|
|
7
|
+
50: #e1f5fd,
|
|
8
|
+
100: #b4e5fb,
|
|
9
|
+
200: #82d4f8,
|
|
10
|
+
300: #53c3f4,
|
|
11
|
+
400: #31b6f2,
|
|
12
|
+
500: #0d81df,
|
|
13
|
+
600: #149be1,
|
|
14
|
+
700: #1088cd,
|
|
15
|
+
800: #0f77b9,
|
|
16
|
+
900: #095797,
|
|
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: #000000,
|
|
26
|
+
400: #000000,
|
|
27
|
+
500: #000000,
|
|
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($dq-palette, 900);
|
|
40
|
+
$accent: mat.define-palette($dq-palette, 500);
|
|
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,26 +1,26 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
@use '../all-theme';
|
|
3
|
-
@use '../typography';
|
|
4
|
-
|
|
5
|
-
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
6
|
-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
7
|
-
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
8
|
-
$typography: typography.$igo-typography;
|
|
9
|
-
|
|
10
|
-
$theme: mat.define-light-theme(
|
|
11
|
-
(
|
|
12
|
-
color: (
|
|
13
|
-
primary: $primary,
|
|
14
|
-
accent: $accent,
|
|
15
|
-
warn: $warn
|
|
16
|
-
),
|
|
17
|
-
typography: $typography,
|
|
18
|
-
density: 0
|
|
19
|
-
)
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
@include mat.core();
|
|
23
|
-
@include mat.typography-hierarchy($typography);
|
|
24
|
-
@include mat.all-component-themes($theme);
|
|
25
|
-
|
|
26
|
-
@include all-theme.all-component-themes($theme);
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
@use '../all-theme';
|
|
3
|
+
@use '../typography';
|
|
4
|
+
|
|
5
|
+
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
6
|
+
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
7
|
+
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
8
|
+
$typography: typography.$igo-typography;
|
|
9
|
+
|
|
10
|
+
$theme: mat.define-light-theme(
|
|
11
|
+
(
|
|
12
|
+
color: (
|
|
13
|
+
primary: $primary,
|
|
14
|
+
accent: $accent,
|
|
15
|
+
warn: $warn
|
|
16
|
+
),
|
|
17
|
+
typography: $typography,
|
|
18
|
+
density: 0
|
|
19
|
+
)
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
@include mat.core();
|
|
23
|
+
@include mat.typography-hierarchy($typography);
|
|
24
|
+
@include mat.all-component-themes($theme);
|
|
25
|
+
|
|
26
|
+
@include all-theme.all-component-themes($theme);
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
@use '../all-theme';
|
|
3
|
-
@use '../typography';
|
|
4
|
-
|
|
5
|
-
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
6
|
-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
7
|
-
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
8
|
-
$typography: typography.$igo-typography;
|
|
9
|
-
|
|
10
|
-
$theme: mat.define-dark-theme(
|
|
11
|
-
(
|
|
12
|
-
color: (
|
|
13
|
-
primary: $primary,
|
|
14
|
-
accent: $accent,
|
|
15
|
-
warn: $warn
|
|
16
|
-
),
|
|
17
|
-
typography: $typography,
|
|
18
|
-
density: 0
|
|
19
|
-
)
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
@include mat.core();
|
|
23
|
-
@include mat.typography-hierarchy($typography);
|
|
24
|
-
@include mat.all-component-themes($theme);
|
|
25
|
-
|
|
26
|
-
@include all-theme.all-component-themes($theme);
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
@use '../all-theme';
|
|
3
|
+
@use '../typography';
|
|
4
|
+
|
|
5
|
+
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
6
|
+
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
7
|
+
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
8
|
+
$typography: typography.$igo-typography;
|
|
9
|
+
|
|
10
|
+
$theme: mat.define-dark-theme(
|
|
11
|
+
(
|
|
12
|
+
color: (
|
|
13
|
+
primary: $primary,
|
|
14
|
+
accent: $accent,
|
|
15
|
+
warn: $warn
|
|
16
|
+
),
|
|
17
|
+
typography: $typography,
|
|
18
|
+
density: 0
|
|
19
|
+
)
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
@include mat.core();
|
|
23
|
+
@include mat.typography-hierarchy($typography);
|
|
24
|
+
@include mat.all-component-themes($theme);
|
|
25
|
+
|
|
26
|
+
@include all-theme.all-component-themes($theme);
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
@use '../all-theme';
|
|
3
|
-
@use '../typography';
|
|
4
|
-
|
|
5
|
-
$primary: mat.define-palette(mat.$deep-purple-palette);
|
|
6
|
-
$accent: mat.define-palette(mat.$amber-palette, A200, A100, A400);
|
|
7
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
8
|
-
$typography: typography.$igo-typography;
|
|
9
|
-
|
|
10
|
-
$theme: mat.define-light-theme(
|
|
11
|
-
(
|
|
12
|
-
color: (
|
|
13
|
-
primary: $primary,
|
|
14
|
-
accent: $accent,
|
|
15
|
-
warn: $warn
|
|
16
|
-
),
|
|
17
|
-
typography: $typography,
|
|
18
|
-
density: 0
|
|
19
|
-
)
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
@include mat.core();
|
|
23
|
-
@include mat.typography-hierarchy($typography);
|
|
24
|
-
@include mat.all-component-themes($theme);
|
|
25
|
-
|
|
26
|
-
@include all-theme.all-component-themes($theme);
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
@use '../all-theme';
|
|
3
|
+
@use '../typography';
|
|
4
|
+
|
|
5
|
+
$primary: mat.define-palette(mat.$deep-purple-palette);
|
|
6
|
+
$accent: mat.define-palette(mat.$amber-palette, A200, A100, A400);
|
|
7
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
8
|
+
$typography: typography.$igo-typography;
|
|
9
|
+
|
|
10
|
+
$theme: mat.define-light-theme(
|
|
11
|
+
(
|
|
12
|
+
color: (
|
|
13
|
+
primary: $primary,
|
|
14
|
+
accent: $accent,
|
|
15
|
+
warn: $warn
|
|
16
|
+
),
|
|
17
|
+
typography: $typography,
|
|
18
|
+
density: 0
|
|
19
|
+
)
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
@include mat.core();
|
|
23
|
+
@include mat.typography-hierarchy($typography);
|
|
24
|
+
@include mat.all-component-themes($theme);
|
|
25
|
+
|
|
26
|
+
@include all-theme.all-component-themes($theme);
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
@use '../all-theme';
|
|
3
|
-
@use '../typography';
|
|
4
|
-
|
|
5
|
-
$primary: mat.define-palette(mat.$indigo-palette);
|
|
6
|
-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
7
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
8
|
-
$typography: typography.$igo-typography;
|
|
9
|
-
|
|
10
|
-
$theme: mat.define-light-theme(
|
|
11
|
-
(
|
|
12
|
-
color: (
|
|
13
|
-
primary: $primary,
|
|
14
|
-
accent: $accent,
|
|
15
|
-
warn: $warn
|
|
16
|
-
),
|
|
17
|
-
typography: $typography,
|
|
18
|
-
density: 0
|
|
19
|
-
)
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
@include mat.core();
|
|
23
|
-
@include mat.typography-hierarchy($typography);
|
|
24
|
-
@include mat.all-component-themes($theme);
|
|
25
|
-
|
|
26
|
-
@include all-theme.all-component-themes($theme);
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
@use '../all-theme';
|
|
3
|
+
@use '../typography';
|
|
4
|
+
|
|
5
|
+
$primary: mat.define-palette(mat.$indigo-palette);
|
|
6
|
+
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
7
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
8
|
+
$typography: typography.$igo-typography;
|
|
9
|
+
|
|
10
|
+
$theme: mat.define-light-theme(
|
|
11
|
+
(
|
|
12
|
+
color: (
|
|
13
|
+
primary: $primary,
|
|
14
|
+
accent: $accent,
|
|
15
|
+
warn: $warn
|
|
16
|
+
),
|
|
17
|
+
typography: $typography,
|
|
18
|
+
density: 0
|
|
19
|
+
)
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
@include mat.core();
|
|
23
|
+
@include mat.typography-hierarchy($typography);
|
|
24
|
+
@include mat.all-component-themes($theme);
|
|
25
|
+
|
|
26
|
+
@include all-theme.all-component-themes($theme);
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
@use '../all-theme';
|
|
3
|
-
@use '../typography';
|
|
4
|
-
|
|
5
|
-
$primary: mat.define-palette(mat.$orange-palette, 800);
|
|
6
|
-
$accent: mat.define-palette(mat.$light-blue-palette, 600, 100, 800);
|
|
7
|
-
$warn: mat.define-palette(mat.$red-palette, 600);
|
|
8
|
-
$typography: typography.$igo-typography;
|
|
9
|
-
|
|
10
|
-
$theme: mat.define-light-theme(
|
|
11
|
-
(
|
|
12
|
-
color: (
|
|
13
|
-
primary: $primary,
|
|
14
|
-
accent: $accent,
|
|
15
|
-
warn: $warn
|
|
16
|
-
),
|
|
17
|
-
typography: $typography,
|
|
18
|
-
density: 0
|
|
19
|
-
)
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
@include mat.core();
|
|
23
|
-
@include mat.typography-hierarchy($typography);
|
|
24
|
-
@include mat.all-component-themes($theme);
|
|
25
|
-
|
|
26
|
-
@include all-theme.all-component-themes($theme);
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
@use '../all-theme';
|
|
3
|
+
@use '../typography';
|
|
4
|
+
|
|
5
|
+
$primary: mat.define-palette(mat.$orange-palette, 800);
|
|
6
|
+
$accent: mat.define-palette(mat.$light-blue-palette, 600, 100, 800);
|
|
7
|
+
$warn: mat.define-palette(mat.$red-palette, 600);
|
|
8
|
+
$typography: typography.$igo-typography;
|
|
9
|
+
|
|
10
|
+
$theme: mat.define-light-theme(
|
|
11
|
+
(
|
|
12
|
+
color: (
|
|
13
|
+
primary: $primary,
|
|
14
|
+
accent: $accent,
|
|
15
|
+
warn: $warn
|
|
16
|
+
),
|
|
17
|
+
typography: $typography,
|
|
18
|
+
density: 0
|
|
19
|
+
)
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
@include mat.core();
|
|
23
|
+
@include mat.typography-hierarchy($typography);
|
|
24
|
+
@include mat.all-component-themes($theme);
|
|
25
|
+
|
|
26
|
+
@include all-theme.all-component-themes($theme);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@forward './base';
|
|
2
|
-
@forward './components';
|
|
1
|
+
@forward './base';
|
|
2
|
+
@forward './components';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@forward './breakpoints';
|
|
2
|
-
@forward './colors' as colors-*;
|
|
3
|
-
@forward './palette';
|
|
4
|
-
@forward './typography';
|
|
1
|
+
@forward './breakpoints';
|
|
2
|
+
@forward './colors' as colors-*;
|
|
3
|
+
@forward './palette';
|
|
4
|
+
@forward './typography';
|