@covalent/core 8.1.0-beta.9 → 8.2.0-beta.1

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": "@covalent/core",
3
- "version": "8.1.0-beta.9",
3
+ "version": "8.2.0-beta.1",
4
4
  "exports": {
5
5
  ".": {
6
6
  "sass": "./theming/_all-theme.scss",
@@ -107,7 +107,7 @@
107
107
  "@angular/router": "17.x.x",
108
108
  "@angular/cdk": "17.x.x",
109
109
  "@angular/material": "17.x.x",
110
- "@covalent/core": "8.1.0-beta.9"
110
+ "@covalent/core": "8.2.0-beta.1"
111
111
  },
112
112
  "dependencies": {
113
113
  "tslib": "^2.0.0"
@@ -215,7 +215,7 @@ $td-light-theme-background: (
215
215
  selected-button: $theme-light-colors-surface-dim,
216
216
  selected-disabled-button: $theme-light-colors-surface-dim,
217
217
  unselected-chip: $theme-light-colors-surface-variant,
218
- tooltip: $theme-light-colors-surface-container-highest,
218
+ tooltip: $theme-light-colors-inverse-surface,
219
219
  overlay: $theme-light-colors-scrim,
220
220
  accent: $light-accent,
221
221
  accent-highlight: $light-surface-accent-highlight,
@@ -288,7 +288,7 @@ $td-dark-theme-background: (
288
288
  selected-button: $theme-dark-colors-surface-dim,
289
289
  selected-disabled-button: $theme-dark-colors-surface-dim,
290
290
  unselected-chip: $theme-dark-colors-surface-variant,
291
- tooltip: $theme-dark-colors-surface-container-highest,
291
+ tooltip: $theme-dark-colors-inverse-surface,
292
292
  overlay: $theme-dark-colors-scrim,
293
293
  accent: $dark-accent,
294
294
  accent-highlight: $dark-surface-accent-highlight,