@igo2/sdg-core 1.0.0-next.106 → 1.0.0-next.108

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/README.md CHANGED
@@ -1 +1,9 @@
1
1
  # Core
2
+
3
+ Documentation à venir
4
+
5
+ Installer le paquet de base qui comprend les styles et la logique de base
6
+
7
+ ```
8
+ npm install --save @igo2/sdg-core
9
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/sdg-core",
3
- "version": "1.0.0-next.106",
3
+ "version": "1.0.0-next.108",
4
4
  "license": "LiLiQ-R",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,12 +23,14 @@
23
23
  color: var(--sdg-color-white);
24
24
  }
25
25
 
26
- @include mat.form-field-overrides(
27
- (
28
- container-height: 40px,
29
- container-vertical-padding: 8px
30
- )
31
- );
26
+ mat-form-field {
27
+ @include mat.form-field-overrides(
28
+ (
29
+ container-height: 40px,
30
+ container-vertical-padding: 8px
31
+ )
32
+ );
33
+ }
32
34
 
33
35
  .mdc-icon-button.mat-mdc-button-base {
34
36
  @include mat.icon-button-overrides(
@@ -1,7 +1,7 @@
1
1
  @use '@angular/material' as mat;
2
2
 
3
3
  @mixin overrides() {
4
- .mat-mdc-button {
4
+ .mdc-button {
5
5
  $height: 56px;
6
6
  $font-size: var(--sdg-font-size-md);
7
7
  $border-radius: 0;