@swisspost/design-system-styles-primeng 9.0.0-next.12 → 9.0.0-next.14

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": "@swisspost/design-system-styles-primeng",
3
- "version": "9.0.0-next.12",
3
+ "version": "9.0.0-next.14",
4
4
  "description": "Swiss Post styles for PrimeNg datatable.",
5
5
  "author": "Swiss Post <oss@post.ch>",
6
6
  "license": "Apache-2.0",
@@ -23,7 +23,7 @@
23
23
  "primeng": "^17.18.0"
24
24
  },
25
25
  "dependencies": {
26
- "@swisspost/design-system-styles": "9.0.0-next.12",
26
+ "@swisspost/design-system-styles": "9.0.0-next.14",
27
27
  "tslib": "2.8.1"
28
28
  },
29
29
  "sideEffects": false,
@@ -24,7 +24,7 @@ $shade500: post.$error !default; //unused
24
24
  $shade600: post.$text-muted !default; //text secondary color
25
25
  $shade700: post.$black !default; //input text color
26
26
  $shade800: post.$error !default; //unused
27
- $shade900: var(--post-contrast-color) !default; //text color
27
+ $shade900: post.$black !default; //text color
28
28
 
29
29
  //global
30
30
  $borderRadius: post.$border-radius !default;