@flywheel-io/vision 1.12.1 → 1.12.2

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": "@flywheel-io/vision",
3
- "version": "1.12.1",
3
+ "version": "1.12.2",
4
4
  "description": "Flywheel UI elements provided as Angular components and native web components",
5
5
  "author": "Flywheel",
6
6
  "license": "MIT",
@@ -2,6 +2,9 @@
2
2
  // For more information: https://material.angular.io/guide/theming
3
3
  @use '@angular/material' as mat;
4
4
 
5
+
6
+ mat.$theme-ignore-duplication-warnings: true;
7
+
5
8
  // Color shades defined here:
6
9
  // https://www.figma.com/file/mZTokUWUl6DF2adktIW454/Angular-Material-Audit?node-id=2%3A327&mode=dev
7
10
  $flywheel-blue: (
@@ -226,6 +229,7 @@ $vision-dark-accent-override: mat.define-dark-theme((
226
229
 
227
230
  // just the theme colors
228
231
  @mixin mat-dark-theme-colors {
232
+
229
233
  @include mat.all-component-colors($vision-dark-theme);
230
234
 
231
235
  // Override accent color in some components