@progressio_resources/gravity-design-system 2.3.0 → 2.3.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@progressio_resources/gravity-design-system",
3
3
  "description": "Gravity Design System",
4
- "version": "2.3.0",
4
+ "version": "2.3.1",
5
5
  "license": "SEE LICENSE IN LIBRARY-LICENSE",
6
6
  "peerDependencies": {
7
7
  "@angular/common": "^16.2.12",
@@ -107,6 +107,8 @@ $surface-secondary-dark: $n100;
107
107
  // text
108
108
  $text-primary-light: $n400;
109
109
  $text-primary-dark: $n800;
110
+ $text-highlight-primary-light: $b500;
111
+ $text-highlight-primary-dark: $n600;
110
112
 
111
113
  // divider
112
114
  $divider-primary-light: $n400;
@@ -64,6 +64,7 @@
64
64
 
65
65
  // text
66
66
  --text-primary: #{$text-primary-light};
67
+ --text-highlight-primary: #{$text-highlight-primary-light};
67
68
 
68
69
  // divider
69
70
  --divider-primary: #{$divider-primary-light};
@@ -295,6 +296,7 @@
295
296
 
296
297
  // text
297
298
  --text-primary: #{$text-primary-dark};
299
+ --text-highlight-primary: #{$text-highlight-primary-dark};
298
300
 
299
301
  // divider
300
302
  --divider-primary: #{$divider-primary-dark};