@igo2/core 16.1.1 → 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 (40) hide show
  1. package/esm2022/lib/config/version.mjs +3 -3
  2. package/esm2022/lib/language/shared/index.mjs +1 -1
  3. package/esm2022/lib/language/shared/language.interface.mjs +1 -1
  4. package/fesm2022/igo2-core.mjs +2 -2
  5. package/fesm2022/igo2-core.mjs.map +1 -1
  6. package/locale/en.json +1 -1
  7. package/locale/fr.json +1 -1
  8. package/package.json +7 -4
  9. package/src/packages.import.scss +4 -0
  10. package/theming/prebuilt-themes/blue-theme.css +11 -17
  11. package/theming/prebuilt-themes/bluedark-theme.css +11 -17
  12. package/theming/prebuilt-themes/bluedq-theme.css +11 -17
  13. package/theming/prebuilt-themes/bluegrey-theme.css +11 -17
  14. package/theming/prebuilt-themes/dark-theme.css +11 -17
  15. package/theming/prebuilt-themes/deeppurple-theme.css +11 -17
  16. package/theming/prebuilt-themes/indigo-theme.css +11 -17
  17. package/theming/prebuilt-themes/orange-theme.css +11 -17
  18. package/theming/prebuilt-themes/teal-theme.css +11 -17
  19. package/packages.import.scss +0 -4
  20. package/src/theming/prebuilt-themes/qcca/_index.scss +0 -2
  21. package/src/theming/prebuilt-themes/qcca/base/_index.scss +0 -4
  22. package/src/theming/prebuilt-themes/qcca/base/breakpoints.scss +0 -57
  23. package/src/theming/prebuilt-themes/qcca/base/colors.scss +0 -40
  24. package/src/theming/prebuilt-themes/qcca/base/palette.scss +0 -50
  25. package/src/theming/prebuilt-themes/qcca/base/typography/_index.scss +0 -2
  26. package/src/theming/prebuilt-themes/qcca/base/typography/typography.scss +0 -138
  27. package/src/theming/prebuilt-themes/qcca/base/typography/typography.utils.scss +0 -18
  28. package/src/theming/prebuilt-themes/qcca/components/_index.scss +0 -10
  29. package/src/theming/prebuilt-themes/qcca/components/_index.theme.scss +0 -5
  30. package/src/theming/prebuilt-themes/qcca/components/button.scss +0 -24
  31. package/src/theming/prebuilt-themes/qcca/components/dialog.scss +0 -36
  32. package/src/theming/prebuilt-themes/qcca/components/form-field.scss +0 -5
  33. package/src/theming/prebuilt-themes/qcca/components/input.scss +0 -6
  34. package/src/theming/prebuilt-themes/qcca/components/list.scss +0 -24
  35. package/src/theming/prebuilt-themes/qcca/components/panel.scss +0 -8
  36. package/src/theming/prebuilt-themes/qcca/components/scrollbar.scss +0 -15
  37. package/src/theming/prebuilt-themes/qcca/components/search-bar.scss +0 -41
  38. package/src/theming/prebuilt-themes/qcca/components/search-bar.theme.scss +0 -29
  39. package/src/theming/prebuilt-themes/qcca-theme.scss +0 -49
  40. package/theming/prebuilt-themes/qcca-theme.css +0 -3410
@@ -1,24 +0,0 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
- @use '../base';
4
-
5
- // TODO rework this style to be more generic
6
-
7
- igo-search-results-item {
8
- .mdc-list-item__primary-text {
9
- white-space: normal;
10
- overflow: hidden;
11
- text-overflow: ellipsis;
12
- max-height: unset !important;
13
- line-height: 18px !important;
14
- }
15
- }
16
-
17
- igo-list [igolistitem][color='accent'].igo-list-item-selected > mat-list-item {
18
- background-color: map.get(base.$palette, 400);
19
-
20
- h4,
21
- small {
22
- color: map.get(base.$palette, contrast, 500) !important;
23
- }
24
- }
@@ -1,8 +0,0 @@
1
- @use 'sass:map';
2
- @use '../base';
3
-
4
- .igo-panel-header,
5
- .igo-panel-header button,
6
- .igo-panel-title {
7
- color: map.get(base.$palette, contrast, 500) !important;
8
- }
@@ -1,15 +0,0 @@
1
- @use '../base';
2
-
3
- *::-webkit-scrollbar {
4
- width: 6px;
5
- }
6
-
7
- *::-webkit-scrollbar-track {
8
- box-shadow: inset 0 0 5px base.$blue-light;
9
- border-radius: 10px;
10
- }
11
-
12
- *::-webkit-scrollbar-thumb {
13
- background: base.$blue-normal-piv;
14
- border-radius: 10px;
15
- }
@@ -1,41 +0,0 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
- @use '../base';
4
-
5
- igo-search-bar {
6
- // Workaroung, OPEN SANS font add a mysterious 1px for the height
7
- .mat-mdc-form-field-infix {
8
- max-height: 40px;
9
- }
10
-
11
- button[mat-icon-button] {
12
- background-color: map.get(base.$palette, 500);
13
-
14
- &:hover {
15
- background-color: map.get(base.$palette, 400);
16
- }
17
- }
18
-
19
- mat-icon {
20
- color: map.get(base.$palette, contrast, 500);
21
- }
22
- }
23
-
24
- igo-search-results {
25
- igo-collapsible {
26
- .mdc-list-item__primary-text {
27
- color: base.$blue-dark;
28
- font-weight: bold;
29
- }
30
- }
31
-
32
- igo-search-results-item {
33
- .mdc-list-item__primary-text {
34
- font-weight: normal;
35
- }
36
- }
37
-
38
- .mdc-list-item--with-leading-icon .mdc-list-item__start {
39
- color: base.$blue-dark;
40
- }
41
- }
@@ -1,29 +0,0 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin theme($theme) {
5
- @include density($theme);
6
- }
7
-
8
- @mixin density($theme) {
9
- $density: mat.get-density-config($theme);
10
-
11
- $theme4: map.merge(
12
- $theme,
13
- (
14
- density: $density - 4
15
- )
16
- );
17
-
18
- $theme2: map.merge(
19
- $theme,
20
- (
21
- density: $density - 2
22
- )
23
- );
24
-
25
- igo-search-bar {
26
- @include mat.form-field-density($theme4);
27
- @include mat.icon-button-density($theme2);
28
- }
29
- }
@@ -1,49 +0,0 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
- @use '../all-theme';
4
- @use '../../' as igo;
5
-
6
- @use './qcca';
7
-
8
- // https://design.quebec.ca/a-propos-systeme-design
9
- $primary: mat.define-palette(qcca.$palette, 500, 400, 700);
10
- $accent: mat.define-palette(qcca.$palette, 400, 100, 700);
11
- $warn: mat.define-palette(qcca.$palette, 800);
12
- $success: mat.define-palette(qcca.$palette, 900);
13
- $background: mat.define-palette(qcca.$palette, 100, 100, 100);
14
- $foreground: mat.define-palette(qcca.$palette, 700, 700, 700);
15
-
16
- $theme: mat.define-light-theme(
17
- (
18
- color: (
19
- primary: $primary,
20
- accent: $accent,
21
- warn: $warn,
22
- success: $success,
23
- background: $background
24
- ),
25
- typography: qcca.$typo-typography,
26
- density: 0
27
- )
28
- );
29
-
30
- $theme: map.merge(
31
- $theme,
32
- (
33
- foreground:
34
- igo.theme-foreground(mat.define-palette(qcca.$palette, 500, 100, 700))
35
- )
36
- );
37
-
38
- @include mat.core();
39
- @include mat.typography-hierarchy(qcca.$typo-typography);
40
- @include mat.all-component-themes($theme);
41
-
42
- @include all-theme.all-component-themes($theme);
43
- @include qcca.all-component-themes($theme);
44
-
45
- @media (max-width: 1200px) {
46
- @include mat.typography-hierarchy(qcca.$typo-typography-mobile);
47
- }
48
-
49
- @include qcca.typo-set-base-styles();