@department-of-veterans-affairs/css-library 0.8.7 → 0.8.8

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 20 Aug 2024 14:53:10 GMT
3
+ * Generated on Mon, 26 Aug 2024 19:11:27 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -104,7 +104,7 @@
104
104
  --vads-color-feedback-surface-warning-on-dark: #422d19;
105
105
  --vads-color-feedback-surface-error-on-dark: #5c1111;
106
106
  --vads-color-feedback-border-warning-on-dark: #face00;
107
- --vads-color-bg-default-on-dark: #171716;
107
+ --vads-color-background-default-on-dark: #171716;
108
108
  --font-family-sans: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
109
109
  --font-family-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
110
110
  --font-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
@@ -1873,7 +1873,7 @@
1873
1873
  ]
1874
1874
  }
1875
1875
  },
1876
- "vads-color-bg-default-on-dark": {
1876
+ "vads-color-background-default-on-dark": {
1877
1877
  "*": {
1878
1878
  "value": "#171716",
1879
1879
  "filePath": "tokens/color.json",
@@ -1881,13 +1881,13 @@
1881
1881
  "original": {
1882
1882
  "value": "{uswds-system-color-gray-warm-90}"
1883
1883
  },
1884
- "name": "vads-color-bg-default-on-dark",
1884
+ "name": "vads-color-background-default-on-dark",
1885
1885
  "attributes": {
1886
- "category": "vads-color-bg-default-on-dark",
1886
+ "category": "vads-color-background-default-on-dark",
1887
1887
  "type": "*"
1888
1888
  },
1889
1889
  "path": [
1890
- "vads-color-bg-default-on-dark",
1890
+ "vads-color-background-default-on-dark",
1891
1891
  "*"
1892
1892
  ]
1893
1893
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 20 Aug 2024 14:53:10 GMT
3
+ // Generated on Mon, 26 Aug 2024 19:11:27 GMT
4
4
 
5
5
  $xsmall-screen: 320px;
6
6
  $small-screen: 481px;
@@ -102,7 +102,7 @@ $vads-color-feedback-surface-success-on-dark: #19311e;
102
102
  $vads-color-feedback-surface-warning-on-dark: #422d19;
103
103
  $vads-color-feedback-surface-error-on-dark: #5c1111;
104
104
  $vads-color-feedback-border-warning-on-dark: #face00;
105
- $vads-color-bg-default-on-dark: #171716;
105
+ $vads-color-background-default-on-dark: #171716;
106
106
  $font-family-sans: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
107
107
  $font-family-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
108
108
  $font-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@department-of-veterans-affairs/css-library",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "description": "Department of Veterans Affairs stylesheets, tokens, and utilities",
5
5
  "packageManager": "yarn@3.2.0",
6
6
  "files": [
@@ -29,4 +29,4 @@
29
29
  "@uswds/uswds": "^3.8.1",
30
30
  "rimraf": "^5.0.5"
31
31
  }
32
- }
32
+ }