@igo2/core 16.2.0 → 17.0.0-next.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 +5 -5
- package/esm2022/lib/activity/activity.module.mjs +5 -5
- package/esm2022/lib/activity/activity.service.mjs +5 -5
- package/esm2022/lib/activity/index.mjs +1 -1
- package/esm2022/lib/analytics/index.mjs +1 -1
- package/esm2022/lib/analytics/shared/analytics.interface.mjs +1 -1
- package/esm2022/lib/analytics/shared/analytics.service.mjs +5 -5
- package/esm2022/lib/analytics/shared/index.mjs +1 -1
- package/esm2022/lib/compression/compressedData.interface.mjs +1 -1
- package/esm2022/lib/compression/compression.service.mjs +5 -5
- package/esm2022/lib/compression/index.mjs +1 -1
- package/esm2022/lib/config/config-deprecated.mjs +1 -1
- package/esm2022/lib/config/config.module.mjs +5 -5
- package/esm2022/lib/config/config.service.mjs +5 -5
- package/esm2022/lib/config/index.mjs +1 -1
- package/esm2022/lib/config/version.mjs +3 -3
- package/esm2022/lib/core.module.mjs +12 -14
- package/esm2022/lib/environment/environment.interface.mjs +1 -1
- package/esm2022/lib/environment/index.mjs +1 -1
- package/esm2022/lib/gesture/gesture.module.mjs +5 -5
- package/esm2022/lib/gesture/gesture.provider.mjs +4 -4
- package/esm2022/lib/language/index.mjs +1 -1
- package/esm2022/lib/language/language.module.mjs +6 -29
- package/esm2022/lib/language/shared/index.mjs +3 -1
- package/esm2022/lib/language/shared/language-mock.provider.mjs +5 -0
- package/esm2022/lib/language/shared/language.interface.mjs +3 -2
- package/esm2022/lib/language/shared/language.loader.mjs +23 -16
- package/esm2022/lib/language/shared/language.provider.mjs +37 -18
- package/esm2022/lib/language/shared/language.service.mjs +5 -5
- package/esm2022/lib/language/shared/missing-translation.guard.mjs +2 -2
- package/esm2022/lib/media/index.mjs +1 -1
- package/esm2022/lib/media/media.enum.mjs +1 -1
- package/esm2022/lib/media/media.service.mjs +5 -5
- package/esm2022/lib/message/index.mjs +1 -1
- package/esm2022/lib/message/message.module.mjs +5 -5
- package/esm2022/lib/message/shared/index.mjs +1 -1
- package/esm2022/lib/message/shared/message.enum.mjs +1 -1
- package/esm2022/lib/message/shared/message.interface.mjs +1 -1
- package/esm2022/lib/message/shared/message.service.mjs +8 -7
- 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.interface.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/sentry/sentry.utils.mjs +4 -2
- package/esm2022/lib/monitoring/shared/any-monitoring.interface.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/index.mjs +1 -1
- package/esm2022/lib/network/network.interfaces.mjs +1 -1
- package/esm2022/lib/network/network.service.mjs +5 -5
- package/esm2022/lib/regex/index.mjs +1 -1
- package/esm2022/lib/regex/regex.interface.mjs +1 -1
- package/esm2022/lib/regex/regex.service.mjs +5 -5
- package/esm2022/lib/request/error.interceptor.mjs +5 -5
- package/esm2022/lib/request/error.module.mjs +7 -7
- package/esm2022/lib/request/index.mjs +1 -1
- package/esm2022/lib/request/logging.interceptor.mjs +5 -5
- package/esm2022/lib/request/logging.module.mjs +5 -5
- package/esm2022/lib/route/route.interface.mjs +1 -1
- package/esm2022/lib/route/route.service.mjs +6 -6
- package/esm2022/lib/storage/index.mjs +1 -1
- package/esm2022/lib/storage/storage.interface.mjs +1 -1
- package/esm2022/lib/storage/storage.mjs +1 -1
- package/esm2022/lib/storage/storage.service.mjs +5 -5
- package/esm2022/lib/user/index.mjs +1 -1
- package/esm2022/lib/user/user.interface.mjs +1 -1
- package/esm2022/public_api.mjs +1 -2
- package/fesm2022/igo2-core.mjs +204 -193
- package/fesm2022/igo2-core.mjs.map +1 -1
- package/lib/core.module.d.ts +4 -4
- package/lib/language/language.module.d.ts +1 -3
- package/lib/language/shared/index.d.ts +2 -0
- package/lib/language/shared/language-mock.provider.d.ts +2 -0
- package/lib/language/shared/language.interface.d.ts +6 -0
- package/lib/language/shared/language.loader.d.ts +6 -4
- package/lib/language/shared/language.provider.d.ts +8 -15
- package/lib/message/shared/message.enum.d.ts +1 -1
- package/lib/monitoring/sentry/sentry.utils.d.ts +1 -1
- package/lib/monitoring/shared/any-monitoring.interface.d.ts +1 -1
- package/locale/en.core.json +28 -28
- package/locale/en.json +1 -1
- package/locale/fr.core.json +28 -28
- package/locale/fr.json +1 -1
- package/package.json +14 -11
- package/public_api.d.ts +0 -1
- package/src/core-theme.scss +5 -5
- package/src/index.scss +6 -6
- package/src/lib/message/message.theming.scss +26 -26
- package/src/packages.import.scss +5 -0
- 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/partial/media.scss +80 -80
- package/src/style/style.scss +19 -19
- package/src/theming/all-theme.scss +15 -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/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 +823 -963
- package/theming/prebuilt-themes/bluedark-theme.css +823 -963
- package/theming/prebuilt-themes/bluedq-theme.css +823 -963
- package/theming/prebuilt-themes/bluegrey-theme.css +823 -963
- package/theming/prebuilt-themes/dark-theme.css +823 -970
- package/theming/prebuilt-themes/deeppurple-theme.css +823 -963
- package/theming/prebuilt-themes/indigo-theme.css +823 -963
- package/theming/prebuilt-themes/orange-theme.css +823 -963
- package/theming/prebuilt-themes/teal-theme.css +823 -963
- package/packages.import.scss +0 -4
- package/src/theming/prebuilt-themes/qcca/_index.scss +0 -2
- package/src/theming/prebuilt-themes/qcca/base/_index.scss +0 -4
- package/src/theming/prebuilt-themes/qcca/base/breakpoints.scss +0 -57
- package/src/theming/prebuilt-themes/qcca/base/colors.scss +0 -40
- package/src/theming/prebuilt-themes/qcca/base/palette.scss +0 -50
- package/src/theming/prebuilt-themes/qcca/base/typography/_index.scss +0 -2
- package/src/theming/prebuilt-themes/qcca/base/typography/typography.scss +0 -138
- package/src/theming/prebuilt-themes/qcca/base/typography/typography.utils.scss +0 -18
- package/src/theming/prebuilt-themes/qcca/components/_index.scss +0 -10
- package/src/theming/prebuilt-themes/qcca/components/_index.theme.scss +0 -5
- package/src/theming/prebuilt-themes/qcca/components/button.scss +0 -24
- package/src/theming/prebuilt-themes/qcca/components/dialog.scss +0 -36
- package/src/theming/prebuilt-themes/qcca/components/form-field.scss +0 -5
- package/src/theming/prebuilt-themes/qcca/components/input.scss +0 -6
- package/src/theming/prebuilt-themes/qcca/components/list.scss +0 -24
- package/src/theming/prebuilt-themes/qcca/components/panel.scss +0 -8
- package/src/theming/prebuilt-themes/qcca/components/scrollbar.scss +0 -15
- package/src/theming/prebuilt-themes/qcca/components/search-bar.scss +0 -41
- package/src/theming/prebuilt-themes/qcca/components/search-bar.theme.scss +0 -29
- package/src/theming/prebuilt-themes/qcca-theme.scss +0 -49
- package/theming/prebuilt-themes/qcca-theme.css +0 -3404
|
@@ -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,26 +1,26 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
@use '../all-theme';
|
|
3
|
-
@use '../typography';
|
|
4
|
-
|
|
5
|
-
$primary: mat.define-palette(mat.$teal-palette, 600, 400, 900);
|
|
6
|
-
$accent: mat.define-palette(mat.$teal-palette, 400);
|
|
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.$teal-palette, 600, 400, 900);
|
|
6
|
+
$accent: mat.define-palette(mat.$teal-palette, 400);
|
|
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,28 +1,28 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
|
|
3
|
-
$igo-typography: mat.define-typography-config(
|
|
4
|
-
$headline-1: mat.define-typography-level(110px, 110px, 500),
|
|
5
|
-
$headline-2: mat.define-typography-level(54px, 54px, 500),
|
|
6
|
-
$headline-3: mat.define-typography-level(43px, 46px, 500),
|
|
7
|
-
$headline-4: mat.define-typography-level(32px, 38px, 500),
|
|
8
|
-
// h1
|
|
9
|
-
$headline-5: mat.define-typography-level(24px, 32px, 400),
|
|
10
|
-
// h2
|
|
11
|
-
$headline-6: mat.define-typography-level(20px, 30px, 400),
|
|
12
|
-
// h3
|
|
13
|
-
$subtitle-1: mat.define-typography-level(16px, 26px, 500),
|
|
14
|
-
// h4
|
|
15
|
-
$subtitle-2: mat.define-typography-level(12px, 22px, 500),
|
|
16
|
-
$body-1: mat.define-typography-level(14px, 22px, 400),
|
|
17
|
-
$body-2: mat.define-typography-level(12px, 18px, 400),
|
|
18
|
-
$caption: mat.define-typography-level(12px, 18px, 400),
|
|
19
|
-
$button: mat.define-typography-level(13px, 13px, 500)
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
// WORKAROUND, mat-typography bad area of intersection, h4 is using mat-body-1
|
|
23
|
-
// https://github.com/angular/components/issues/26351
|
|
24
|
-
h4 {
|
|
25
|
-
font-size: 14px !important;
|
|
26
|
-
line-height: 22px !important;
|
|
27
|
-
font-weight: 500 !important;
|
|
28
|
-
}
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
|
|
3
|
+
$igo-typography: mat.define-typography-config(
|
|
4
|
+
$headline-1: mat.define-typography-level(110px, 110px, 500),
|
|
5
|
+
$headline-2: mat.define-typography-level(54px, 54px, 500),
|
|
6
|
+
$headline-3: mat.define-typography-level(43px, 46px, 500),
|
|
7
|
+
$headline-4: mat.define-typography-level(32px, 38px, 500),
|
|
8
|
+
// h1
|
|
9
|
+
$headline-5: mat.define-typography-level(24px, 32px, 400),
|
|
10
|
+
// h2
|
|
11
|
+
$headline-6: mat.define-typography-level(20px, 30px, 400),
|
|
12
|
+
// h3
|
|
13
|
+
$subtitle-1: mat.define-typography-level(16px, 26px, 500),
|
|
14
|
+
// h4
|
|
15
|
+
$subtitle-2: mat.define-typography-level(12px, 22px, 500),
|
|
16
|
+
$body-1: mat.define-typography-level(14px, 22px, 400),
|
|
17
|
+
$body-2: mat.define-typography-level(12px, 18px, 400),
|
|
18
|
+
$caption: mat.define-typography-level(12px, 18px, 400),
|
|
19
|
+
$button: mat.define-typography-level(13px, 13px, 500)
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
// WORKAROUND, mat-typography bad area of intersection, h4 is using mat-body-1
|
|
23
|
+
// https://github.com/angular/components/issues/26351
|
|
24
|
+
h4 {
|
|
25
|
+
font-size: 14px !important;
|
|
26
|
+
line-height: 22px !important;
|
|
27
|
+
font-weight: 500 !important;
|
|
28
|
+
}
|