@yuuvis/material 2.3.2 → 2.3.4

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": "@yuuvis/material",
3
- "version": "2.3.2",
3
+ "version": "2.3.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.1",
6
6
  "@angular/core": "^19.2.1",
@@ -255,11 +255,11 @@ $_spacing-base: t.rem(16px);
255
255
  pane-surface-floating: var(--mat-sys-surface),
256
256
  on-pane-surface: var(--mat-sys-on-surface),
257
257
  pane-surface-floating-inverse: rgb(from var(--mat-sys-inverse-surface) r g b / 0.9),
258
- on-pane-surface-floating-inverse: var(--mat-sys-on-inverse-surface),
258
+ on-pane-surface-floating-inverse: light-dark(#{map.get(theme-color.primary-palette(), 'neutral', 95)}, #{map.get(theme-color.primary-palette(), 'neutral', 10)}),
259
259
 
260
260
  // BARS
261
261
  bar-surface: var(--mat-sys-surface),
262
- on-bar-surface: light-dark(#{map.get(theme-color.primary-palette(), 'neutral', 95)}, #{map.get(theme-color.primary-palette(), 'neutral', 10)}),
262
+ on-bar-surface: var(--mat-sys-on-surface),
263
263
  bar-surface-blank: transparent,
264
264
 
265
265
  /*