ng-configcat-publicapi-ui 5.0.0 → 5.0.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,13 +1,13 @@
1
1
  {
2
2
  "name": "ng-configcat-publicapi-ui",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "peerDependencies": {
5
- "@angular/cdk": "^20.1.4",
6
- "@angular/common": "^20.1.4",
7
- "@angular/core": "^20.1.4",
8
- "@angular/forms": "^20.1.4",
9
- "@angular/material": "^20.1.4",
10
- "@angular/router": "^20.1.4",
5
+ "@angular/cdk": "^20.2.1",
6
+ "@angular/common": "^20.2.3",
7
+ "@angular/core": "^20.2.3",
8
+ "@angular/forms": "^20.2.3",
9
+ "@angular/material": "^20.2.1",
10
+ "@angular/router": "^20.2.3",
11
11
  "ng-configcat-publicapi": "^5.0.1",
12
12
  "papaparse": "^5.5.3",
13
13
  "ace-builds": "^1.37.0"
@@ -117,7 +117,7 @@
117
117
  --new-dashboard-snack-text-color: #000000;
118
118
  --new-dashboard-snack-button-background-color: #fdb64b;
119
119
  --new-dashboard-snack-button-background-color-hover: #ffaf38;
120
-
120
+
121
121
  // ==== BO =====
122
122
  --invoice-box-background: #e7e7e7;
123
123
 
@@ -264,6 +264,7 @@
264
264
  );
265
265
  @include mat.tooltip-overrides(
266
266
  (
267
+ supporting-text-color: white,
267
268
  container-color: color.adjust($mat-panel-background-override, $lightness: 20%),
268
269
  )
269
270
  );