@ecodev/natural 68.0.0 → 68.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecodev/natural",
3
- "version": "68.0.0",
3
+ "version": "68.0.3",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,3 +1,5 @@
1
+ @use '@angular/material' as mat;
2
+
1
3
  :host {
2
4
  position: fixed !important;
3
5
  right: 32px;
@@ -5,4 +7,11 @@
5
7
  // Default bottom right
6
8
  bottom: 32px;
7
9
  z-index: 999; // < than 1000 that is the z-index of overlay contents
10
+
11
+ @include mat.fab-overrides(
12
+ (
13
+ container-color: var(--mat-sys-tertiary-container),
14
+ foreground-color: var(--mat-sys-on-tertiary-container),
15
+ )
16
+ );
8
17
  }
@@ -54,6 +54,13 @@ body {
54
54
  @include mat.table-overrides(
55
55
  (
56
56
  row-item-outline-color: var(--mat-sys-outline-variant),
57
+ background-color: var(--mat-sys-surface-container-low),
58
+ )
59
+ );
60
+
61
+ @include mat.paginator-overrides(
62
+ (
63
+ container-background-color: var(--mat-sys-surface-container-lowest),
57
64
  )
58
65
  );
59
66
 
@@ -102,13 +109,7 @@ body {
102
109
  (
103
110
  container-background-color: var(--mat-sys-surface-container),
104
111
  content-background-color: var(--mat-sys-surface-container),
105
- )
106
- );
107
-
108
- @include mat.fab-overrides(
109
- (
110
- container-color: var(--mat-sys-tertiary-container),
111
- foreground-color: var(--mat-sys-on-tertiary-container),
112
+ container-shape: 0,
112
113
  )
113
114
  );
114
115
  }
@@ -5,33 +5,11 @@
5
5
  overflow-y: hidden;
6
6
  }
7
7
 
8
- :root {
9
- @include mat.table-overrides(
10
- (
11
- background-color: var(--mat-sys-surface-container-low),
12
- )
13
- );
14
-
15
- .mat-mdc-header-row {
16
- background: var(--mat-sys-surface-container-high);
17
- }
18
-
19
- .mat-mdc-footer-row {
20
- background: var(--mat-sys-surface-container-low);
21
- }
22
-
23
- @include mat.paginator-overrides(
24
- (
25
- container-background-color: var(--mat-sys-surface-container-lowest),
26
- )
27
- );
28
- }
29
-
30
- [mat-table] {
8
+ .mat-mdc-table {
31
9
  width: 100%;
32
10
  max-width: 100%;
33
11
 
34
- [mat-cell] {
12
+ .mat-mdc-cell {
35
13
  justify-content: center;
36
14
  background: var(--mat-sys-surface-container-lowest);
37
15
  }
@@ -40,6 +18,14 @@
40
18
  border-bottom: 1px solid var(--mat-sys-outline-variant);
41
19
  }
42
20
 
21
+ .mat-mdc-header-row {
22
+ background: var(--mat-sys-surface-container-high);
23
+ }
24
+
25
+ .mat-mdc-footer-row {
26
+ background: var(--mat-sys-surface-container-lowest);
27
+ }
28
+
43
29
  .mat-mdc-cell,
44
30
  .mat-mdc-header-cell,
45
31
  .mat-mdc-footer-cell {
@@ -77,7 +63,7 @@
77
63
  }
78
64
 
79
65
  .mat-mdc-footer-cell {
80
- font-weight: bold;
66
+ font-weight: 500;
81
67
  }
82
68
 
83
69
  .natural-1em-column {