@igo2/core 16.0.0-rc.8 → 16.0.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/core-theme.scss +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/index.mjs +1 -1
- package/esm2022/lib/compression/compressedData.interface.mjs +1 -1
- package/esm2022/lib/compression/index.mjs +1 -1
- package/esm2022/lib/config/index.mjs +1 -1
- package/esm2022/lib/config/version.mjs +3 -3
- package/esm2022/lib/gesture/gesture.provider.mjs +1 -1
- package/esm2022/lib/language/index.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/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/message/index.mjs +1 -1
- package/esm2022/lib/message/shared/message.enum.mjs +1 -1
- package/esm2022/lib/network/index.mjs +1 -1
- package/esm2022/lib/network/network.interfaces.mjs +1 -1
- package/esm2022/lib/regex/index.mjs +1 -1
- package/esm2022/lib/regex/regex.interface.mjs +1 -1
- package/esm2022/lib/request/index.mjs +1 -1
- package/esm2022/lib/route/route.interface.mjs +1 -1
- package/esm2022/lib/storage/index.mjs +1 -1
- package/esm2022/lib/storage/storage.interface.mjs +1 -1
- package/fesm2022/igo2-core.mjs +3 -3
- package/fesm2022/igo2-core.mjs.map +1 -1
- package/lib/message/message.theming.scss +26 -26
- 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/style/all-style.scss +3 -3
- package/style/layout.scss +163 -163
- package/style/partial/core-utils.scss +5 -5
- package/style/partial/core.variables.scss +5 -5
- package/style/partial/media.scss +80 -80
- package/style/style.scss +19 -19
- package/theming/all-theme.scss +14 -14
- package/theming/material-theme-override.scss +39 -39
- package/theming/prebuilt-themes/blue-theme.scss +34 -34
- package/theming/prebuilt-themes/bluedark-theme.scss +67 -67
- package/theming/prebuilt-themes/bluedq-theme.scss +66 -66
- package/theming/prebuilt-themes/bluegrey-theme.scss +25 -25
- package/theming/prebuilt-themes/dark-theme.scss +25 -25
- package/theming/prebuilt-themes/deeppurple-theme.scss +25 -25
- package/theming/prebuilt-themes/indigo-theme.scss +25 -25
- package/theming/prebuilt-themes/orange-theme.scss +25 -25
- package/theming/prebuilt-themes/qcca/_index.scss +2 -2
- package/theming/prebuilt-themes/qcca/base/_index.scss +4 -4
- package/theming/prebuilt-themes/qcca/base/breakpoints.scss +57 -57
- package/theming/prebuilt-themes/qcca/base/colors.scss +40 -40
- package/theming/prebuilt-themes/qcca/base/palette.scss +50 -50
- package/theming/prebuilt-themes/qcca/base/typography/_index.scss +2 -2
- package/theming/prebuilt-themes/qcca/base/typography/typography.scss +138 -138
- package/theming/prebuilt-themes/qcca/base/typography/typography.utils.scss +18 -18
- package/theming/prebuilt-themes/qcca/components/_index.theme.scss +5 -5
- package/theming/prebuilt-themes/qcca/components/button.scss +24 -24
- package/theming/prebuilt-themes/qcca/components/dialog.scss +36 -36
- package/theming/prebuilt-themes/qcca/components/form-field.scss +5 -5
- package/theming/prebuilt-themes/qcca/components/input.scss +6 -6
- package/theming/prebuilt-themes/qcca/components/list.scss +24 -24
- package/theming/prebuilt-themes/qcca/components/panel.scss +8 -8
- package/theming/prebuilt-themes/qcca/components/search-bar.scss +41 -41
- package/theming/prebuilt-themes/qcca/components/search-bar.theme.scss +29 -29
- package/theming/prebuilt-themes/qcca-theme.scss +47 -47
- package/theming/prebuilt-themes/teal-theme.scss +25 -25
- package/theming/utils/_foreground.scss +22 -22
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
@use 'sass:map';
|
|
2
|
-
@use '@angular/material' as mat;
|
|
3
|
-
@use '../../' as igo;
|
|
4
|
-
@use './qcca';
|
|
5
|
-
|
|
6
|
-
// https://design.quebec.ca/a-propos-systeme-design
|
|
7
|
-
$primary: mat.define-palette(qcca.$palette, 500, 400, 700);
|
|
8
|
-
$accent: mat.define-palette(qcca.$palette, 400, 100, 700);
|
|
9
|
-
$warn: mat.define-palette(qcca.$palette, 800);
|
|
10
|
-
$success: mat.define-palette(qcca.$palette, 900);
|
|
11
|
-
$background: mat.define-palette(qcca.$palette, 100, 100, 100);
|
|
12
|
-
$foreground: mat.define-palette(qcca.$palette, 700, 700, 700);
|
|
13
|
-
|
|
14
|
-
$theme: mat.define-light-theme(
|
|
15
|
-
(
|
|
16
|
-
color: (
|
|
17
|
-
primary: $primary,
|
|
18
|
-
accent: $accent,
|
|
19
|
-
warn: $warn,
|
|
20
|
-
success: $success,
|
|
21
|
-
background: $background
|
|
22
|
-
),
|
|
23
|
-
typography: qcca.$typo-typography,
|
|
24
|
-
density: 0
|
|
25
|
-
)
|
|
26
|
-
);
|
|
27
|
-
|
|
28
|
-
$theme: map.merge(
|
|
29
|
-
$theme,
|
|
30
|
-
(
|
|
31
|
-
foreground:
|
|
32
|
-
igo.theme-foreground(mat.define-palette(qcca.$palette, 500, 100, 700))
|
|
33
|
-
)
|
|
34
|
-
);
|
|
35
|
-
|
|
36
|
-
@include mat.core();
|
|
37
|
-
@include mat.typography-hierarchy(qcca.$typo-typography);
|
|
38
|
-
@include mat.all-component-themes($theme);
|
|
39
|
-
|
|
40
|
-
@include igo.all-component-themes($theme);
|
|
41
|
-
@include qcca.all-component-themes($theme);
|
|
42
|
-
|
|
43
|
-
@media (max-width: 1200px) {
|
|
44
|
-
@include mat.typography-hierarchy(qcca.$typo-typography-mobile);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
@include qcca.typo-set-base-styles();
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
3
|
+
@use '../../' as igo;
|
|
4
|
+
@use './qcca';
|
|
5
|
+
|
|
6
|
+
// https://design.quebec.ca/a-propos-systeme-design
|
|
7
|
+
$primary: mat.define-palette(qcca.$palette, 500, 400, 700);
|
|
8
|
+
$accent: mat.define-palette(qcca.$palette, 400, 100, 700);
|
|
9
|
+
$warn: mat.define-palette(qcca.$palette, 800);
|
|
10
|
+
$success: mat.define-palette(qcca.$palette, 900);
|
|
11
|
+
$background: mat.define-palette(qcca.$palette, 100, 100, 100);
|
|
12
|
+
$foreground: mat.define-palette(qcca.$palette, 700, 700, 700);
|
|
13
|
+
|
|
14
|
+
$theme: mat.define-light-theme(
|
|
15
|
+
(
|
|
16
|
+
color: (
|
|
17
|
+
primary: $primary,
|
|
18
|
+
accent: $accent,
|
|
19
|
+
warn: $warn,
|
|
20
|
+
success: $success,
|
|
21
|
+
background: $background
|
|
22
|
+
),
|
|
23
|
+
typography: qcca.$typo-typography,
|
|
24
|
+
density: 0
|
|
25
|
+
)
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
$theme: map.merge(
|
|
29
|
+
$theme,
|
|
30
|
+
(
|
|
31
|
+
foreground:
|
|
32
|
+
igo.theme-foreground(mat.define-palette(qcca.$palette, 500, 100, 700))
|
|
33
|
+
)
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
@include mat.core();
|
|
37
|
+
@include mat.typography-hierarchy(qcca.$typo-typography);
|
|
38
|
+
@include mat.all-component-themes($theme);
|
|
39
|
+
|
|
40
|
+
@include igo.all-component-themes($theme);
|
|
41
|
+
@include qcca.all-component-themes($theme);
|
|
42
|
+
|
|
43
|
+
@media (max-width: 1200px) {
|
|
44
|
+
@include mat.typography-hierarchy(qcca.$typo-typography-mobile);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
@include qcca.typo-set-base-styles();
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
@use '../../index' as igo;
|
|
3
|
-
|
|
4
|
-
$primary: mat.define-palette(mat.$teal-palette, 600, 400, 900);
|
|
5
|
-
$accent: mat.define-palette(mat.$teal-palette, 400);
|
|
6
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
7
|
-
$typography: igo.$igo-typography;
|
|
8
|
-
|
|
9
|
-
$theme: mat.define-light-theme(
|
|
10
|
-
(
|
|
11
|
-
color: (
|
|
12
|
-
primary: $primary,
|
|
13
|
-
accent: $accent,
|
|
14
|
-
warn: $warn
|
|
15
|
-
),
|
|
16
|
-
typography: $typography,
|
|
17
|
-
density: 0
|
|
18
|
-
)
|
|
19
|
-
);
|
|
20
|
-
|
|
21
|
-
@include mat.core();
|
|
22
|
-
@include mat.typography-hierarchy($typography);
|
|
23
|
-
@include mat.all-component-themes($theme);
|
|
24
|
-
|
|
25
|
-
@include igo.all-component-themes($theme);
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
@use '../../index' as igo;
|
|
3
|
+
|
|
4
|
+
$primary: mat.define-palette(mat.$teal-palette, 600, 400, 900);
|
|
5
|
+
$accent: mat.define-palette(mat.$teal-palette, 400);
|
|
6
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
7
|
+
$typography: igo.$igo-typography;
|
|
8
|
+
|
|
9
|
+
$theme: mat.define-light-theme(
|
|
10
|
+
(
|
|
11
|
+
color: (
|
|
12
|
+
primary: $primary,
|
|
13
|
+
accent: $accent,
|
|
14
|
+
warn: $warn
|
|
15
|
+
),
|
|
16
|
+
typography: $typography,
|
|
17
|
+
density: 0
|
|
18
|
+
)
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
@include mat.core();
|
|
22
|
+
@include mat.typography-hierarchy($typography);
|
|
23
|
+
@include mat.all-component-themes($theme);
|
|
24
|
+
|
|
25
|
+
@include igo.all-component-themes($theme);
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
|
|
3
|
-
@function theme-foreground($palette) {
|
|
4
|
-
$color: mat.get-color-from-palette($palette, 500);
|
|
5
|
-
@return (
|
|
6
|
-
base: $color,
|
|
7
|
-
divider: rgba($color, 0.12),
|
|
8
|
-
dividers: rgba($color, 0.12),
|
|
9
|
-
disabled: rgba($color, 0.38),
|
|
10
|
-
disabled-button: rgba($color, 0.26),
|
|
11
|
-
disabled-text: rgba($color, 0.38),
|
|
12
|
-
elevation: $color,
|
|
13
|
-
hint-text: rgba($color, 0.38),
|
|
14
|
-
secondary-text: rgba($color, 0.54),
|
|
15
|
-
icon: rgba($color, 0.54),
|
|
16
|
-
icons: rgba($color, 0.54),
|
|
17
|
-
text: rgba($color, 0.87),
|
|
18
|
-
slider-min: rgba($color, 0.87),
|
|
19
|
-
slider-off: rgba($color, 0.26),
|
|
20
|
-
slider-off-active: rgba($color, 0.38)
|
|
21
|
-
);
|
|
22
|
-
}
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
|
|
3
|
+
@function theme-foreground($palette) {
|
|
4
|
+
$color: mat.get-color-from-palette($palette, 500);
|
|
5
|
+
@return (
|
|
6
|
+
base: $color,
|
|
7
|
+
divider: rgba($color, 0.12),
|
|
8
|
+
dividers: rgba($color, 0.12),
|
|
9
|
+
disabled: rgba($color, 0.38),
|
|
10
|
+
disabled-button: rgba($color, 0.26),
|
|
11
|
+
disabled-text: rgba($color, 0.38),
|
|
12
|
+
elevation: $color,
|
|
13
|
+
hint-text: rgba($color, 0.38),
|
|
14
|
+
secondary-text: rgba($color, 0.54),
|
|
15
|
+
icon: rgba($color, 0.54),
|
|
16
|
+
icons: rgba($color, 0.54),
|
|
17
|
+
text: rgba($color, 0.87),
|
|
18
|
+
slider-min: rgba($color, 0.87),
|
|
19
|
+
slider-off: rgba($color, 0.26),
|
|
20
|
+
slider-off-active: rgba($color, 0.38)
|
|
21
|
+
);
|
|
22
|
+
}
|