@ecodev/natural 68.0.1 → 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.1",
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
  }
@@ -112,11 +112,4 @@ body {
112
112
  container-shape: 0,
113
113
  )
114
114
  );
115
-
116
- @include mat.fab-overrides(
117
- (
118
- container-color: var(--mat-sys-tertiary-container),
119
- foreground-color: var(--mat-sys-on-tertiary-container),
120
- )
121
- );
122
115
  }