@department-of-veterans-affairs/css-library 0.22.0 → 0.22.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 16 Apr 2025 16:04:50 GMT
3
+ * Generated on Mon, 23 Jun 2025 18:44:52 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -18,8 +18,13 @@
18
18
  --vads-button-color-background-primary-on-light: #005ea2;
19
19
  --vads-button-color-background-primary-alt-active-on-light: #154c21;
20
20
  --vads-button-color-background-secondary-on-light: #ffffff;
21
+ --vads-button-color-background-disabled-on-light: #c9c9c9;
21
22
  --vads-button-color-text-primary-alt-on-light: #ffffff;
22
23
  --vads-button-color-text-primary-on-light: #ffffff;
24
+ --vads-alert-color-background-info-on-light: #e7f6f8;
25
+ --vads-alert-color-background-success-on-light: #ecf3ec;
26
+ --vads-alert-color-background-warning-on-light: #faf3d1;
27
+ --vads-alert-color-background-error-on-light: #f4e3db;
23
28
  --vads-color-white: #ffffff;
24
29
  --vads-label-hint-text-color-on-light: #757575;
25
30
  --vads-process-list-color-text-pending-on-light: #757575;
@@ -223,6 +223,25 @@
223
223
  ]
224
224
  }
225
225
  },
226
+ "vads-button-color-background-disabled-on-light": {
227
+ "*": {
228
+ "value": "#c9c9c9",
229
+ "filePath": "tokens/color.json",
230
+ "isSource": true,
231
+ "original": {
232
+ "value": "{uswds-system-color-gray-20}"
233
+ },
234
+ "name": "vads-button-color-background-disabled-on-light",
235
+ "attributes": {
236
+ "category": "vads-button-color-background-disabled-on-light",
237
+ "type": "*"
238
+ },
239
+ "path": [
240
+ "vads-button-color-background-disabled-on-light",
241
+ "*"
242
+ ]
243
+ }
244
+ },
226
245
  "vads-button-color-text-primary-alt-on-light": {
227
246
  "*": {
228
247
  "value": "#ffffff",
@@ -261,6 +280,82 @@
261
280
  ]
262
281
  }
263
282
  },
283
+ "vads-alert-color-background-info-on-light": {
284
+ "*": {
285
+ "value": "#e7f6f8",
286
+ "filePath": "tokens/color.json",
287
+ "isSource": true,
288
+ "original": {
289
+ "value": "{uswds-system-color-cyan-5}"
290
+ },
291
+ "name": "vads-alert-color-background-info-on-light",
292
+ "attributes": {
293
+ "category": "vads-alert-color-background-info-on-light",
294
+ "type": "*"
295
+ },
296
+ "path": [
297
+ "vads-alert-color-background-info-on-light",
298
+ "*"
299
+ ]
300
+ }
301
+ },
302
+ "vads-alert-color-background-success-on-light": {
303
+ "*": {
304
+ "value": "#ecf3ec",
305
+ "filePath": "tokens/color.json",
306
+ "isSource": true,
307
+ "original": {
308
+ "value": "{uswds-system-color-green-cool-5}"
309
+ },
310
+ "name": "vads-alert-color-background-success-on-light",
311
+ "attributes": {
312
+ "category": "vads-alert-color-background-success-on-light",
313
+ "type": "*"
314
+ },
315
+ "path": [
316
+ "vads-alert-color-background-success-on-light",
317
+ "*"
318
+ ]
319
+ }
320
+ },
321
+ "vads-alert-color-background-warning-on-light": {
322
+ "*": {
323
+ "value": "#faf3d1",
324
+ "filePath": "tokens/color.json",
325
+ "isSource": true,
326
+ "original": {
327
+ "value": "{uswds-system-color-yellow-5}"
328
+ },
329
+ "name": "vads-alert-color-background-warning-on-light",
330
+ "attributes": {
331
+ "category": "vads-alert-color-background-warning-on-light",
332
+ "type": "*"
333
+ },
334
+ "path": [
335
+ "vads-alert-color-background-warning-on-light",
336
+ "*"
337
+ ]
338
+ }
339
+ },
340
+ "vads-alert-color-background-error-on-light": {
341
+ "*": {
342
+ "value": "#f4e3db",
343
+ "filePath": "tokens/color.json",
344
+ "isSource": true,
345
+ "original": {
346
+ "value": "{uswds-system-color-red-warm-10}"
347
+ },
348
+ "name": "vads-alert-color-background-error-on-light",
349
+ "attributes": {
350
+ "category": "vads-alert-color-background-error-on-light",
351
+ "type": "*"
352
+ },
353
+ "path": [
354
+ "vads-alert-color-background-error-on-light",
355
+ "*"
356
+ ]
357
+ }
358
+ },
264
359
  "vads-color-white": {
265
360
  "*": {
266
361
  "value": "#ffffff",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 16 Apr 2025 16:04:50 GMT
3
+ // Generated on Mon, 23 Jun 2025 18:44:52 GMT
4
4
 
5
5
  $xsmall-screen: 320px;
6
6
  $small-screen: 481px;
@@ -16,8 +16,13 @@ $color-link-default-hover: rgba(#000000, 0.05);
16
16
  $vads-button-color-background-primary-on-light: #005ea2;
17
17
  $vads-button-color-background-primary-alt-active-on-light: #154c21;
18
18
  $vads-button-color-background-secondary-on-light: #ffffff;
19
+ $vads-button-color-background-disabled-on-light: #c9c9c9;
19
20
  $vads-button-color-text-primary-alt-on-light: #ffffff;
20
21
  $vads-button-color-text-primary-on-light: #ffffff;
22
+ $vads-alert-color-background-info-on-light: #e7f6f8;
23
+ $vads-alert-color-background-success-on-light: #ecf3ec;
24
+ $vads-alert-color-background-warning-on-light: #faf3d1;
25
+ $vads-alert-color-background-error-on-light: #f4e3db;
21
26
  $vads-color-white: #ffffff;
22
27
  $vads-label-hint-text-color-on-light: #757575;
23
28
  $vads-process-list-color-text-pending-on-light: #757575;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@department-of-veterans-affairs/css-library",
3
- "version": "0.22.0",
3
+ "version": "0.22.2",
4
4
  "description": "Department of Veterans Affairs stylesheets, tokens, and utilities",
5
5
  "packageManager": "yarn@3.2.0",
6
6
  "files": [