@department-of-veterans-affairs/css-library 0.24.0 → 0.26.0

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.
Files changed (46) hide show
  1. package/dist/fonts/roboto-mono-v5-latin-100.ttf +0 -0
  2. package/dist/fonts/roboto-mono-v5-latin-100.woff +0 -0
  3. package/dist/fonts/roboto-mono-v5-latin-100.woff2 +0 -0
  4. package/dist/fonts/roboto-mono-v5-latin-100italic.ttf +0 -0
  5. package/dist/fonts/roboto-mono-v5-latin-100italic.woff +0 -0
  6. package/dist/fonts/roboto-mono-v5-latin-100italic.woff2 +0 -0
  7. package/dist/fonts/roboto-mono-v5-latin-300.ttf +0 -0
  8. package/dist/fonts/roboto-mono-v5-latin-300.woff +0 -0
  9. package/dist/fonts/roboto-mono-v5-latin-300.woff2 +0 -0
  10. package/dist/fonts/roboto-mono-v5-latin-300italic.ttf +0 -0
  11. package/dist/fonts/roboto-mono-v5-latin-300italic.woff +0 -0
  12. package/dist/fonts/roboto-mono-v5-latin-300italic.woff2 +0 -0
  13. package/dist/fonts/roboto-mono-v5-latin-500.ttf +0 -0
  14. package/dist/fonts/roboto-mono-v5-latin-500.woff +0 -0
  15. package/dist/fonts/roboto-mono-v5-latin-500.woff2 +0 -0
  16. package/dist/fonts/roboto-mono-v5-latin-500italic.ttf +0 -0
  17. package/dist/fonts/roboto-mono-v5-latin-500italic.woff +0 -0
  18. package/dist/fonts/roboto-mono-v5-latin-500italic.woff2 +0 -0
  19. package/dist/fonts/roboto-mono-v5-latin-700.ttf +0 -0
  20. package/dist/fonts/roboto-mono-v5-latin-700.woff +0 -0
  21. package/dist/fonts/roboto-mono-v5-latin-700.woff2 +0 -0
  22. package/dist/fonts/roboto-mono-v5-latin-700italic.ttf +0 -0
  23. package/dist/fonts/roboto-mono-v5-latin-700italic.woff +0 -0
  24. package/dist/fonts/roboto-mono-v5-latin-700italic.woff2 +0 -0
  25. package/dist/fonts/roboto-mono-v5-latin-italic.ttf +0 -0
  26. package/dist/fonts/roboto-mono-v5-latin-italic.woff +0 -0
  27. package/dist/fonts/roboto-mono-v5-latin-italic.woff2 +0 -0
  28. package/dist/fonts/roboto-mono-v5-latin-regular.ttf +0 -0
  29. package/dist/fonts/roboto-mono-v5-latin-regular.woff +0 -0
  30. package/dist/fonts/roboto-mono-v5-latin-regular.woff2 +0 -0
  31. package/dist/img/correct8.png +0 -0
  32. package/dist/img/correct8.svg +0 -0
  33. package/dist/img/error.png +0 -0
  34. package/dist/img/error.svg +0 -0
  35. package/dist/img/info.png +0 -0
  36. package/dist/img/info.svg +0 -0
  37. package/dist/img/success.png +0 -0
  38. package/dist/img/success.svg +0 -0
  39. package/dist/img/warning.png +0 -0
  40. package/dist/img/warning.svg +0 -0
  41. package/dist/stylesheets/core.css +0 -42
  42. package/dist/stylesheets/utilities.css +2071 -127
  43. package/dist/tokens/css/variables.css +6 -1
  44. package/dist/tokens/json/variables.json +89 -0
  45. package/dist/tokens/scss/variables.scss +6 -1
  46. package/package.json +2 -2
File without changes
File without changes
File without changes
File without changes
package/dist/img/info.png CHANGED
File without changes
package/dist/img/info.svg CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1528,48 +1528,6 @@ through all possible variants
1528
1528
  font-display: fallback;
1529
1529
  src: url(~@uswds/uswds/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format("woff2");
1530
1530
  }
1531
- @font-face {
1532
- font-family: "Merriweather Web";
1533
- font-style: normal;
1534
- font-weight: 300;
1535
- font-display: fallback;
1536
- src: url(~@uswds/uswds/fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2");
1537
- }
1538
- @font-face {
1539
- font-family: "Merriweather Web";
1540
- font-style: normal;
1541
- font-weight: 400;
1542
- font-display: fallback;
1543
- src: url(~@uswds/uswds/fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2");
1544
- }
1545
- @font-face {
1546
- font-family: "Merriweather Web";
1547
- font-style: normal;
1548
- font-weight: 700;
1549
- font-display: fallback;
1550
- src: url(~@uswds/uswds/fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2");
1551
- }
1552
- @font-face {
1553
- font-family: "Merriweather Web";
1554
- font-style: italic;
1555
- font-weight: 300;
1556
- font-display: fallback;
1557
- src: url(~@uswds/uswds/fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2");
1558
- }
1559
- @font-face {
1560
- font-family: "Merriweather Web";
1561
- font-style: italic;
1562
- font-weight: 400;
1563
- font-display: fallback;
1564
- src: url(~@uswds/uswds/fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2");
1565
- }
1566
- @font-face {
1567
- font-family: "Merriweather Web";
1568
- font-style: italic;
1569
- font-weight: 700;
1570
- font-display: fallback;
1571
- src: url(~@uswds/uswds/fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2");
1572
- }
1573
1531
  /* stylelint-enable */
1574
1532
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
1575
1533
  /* Document