@department-of-veterans-affairs/css-library 0.0.1 → 0.0.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.
package/dist/elements.css CHANGED
@@ -1,3 +1 @@
1
1
  /*! This is intentionally left empty for now */
2
-
3
- /*# sourceMappingURL=elements.css.map */
package/dist/fonts.css CHANGED
@@ -1,3 +1 @@
1
1
  /*! font definitions could also be provided */
2
-
3
- /*# sourceMappingURL=fonts.css.map */
@@ -1,23 +1,23 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 30 Aug 2023 21:52:36 GMT
3
+ * Generated on Tue, 05 Dec 2023 21:03:48 GMT
4
4
  */
5
5
 
6
6
  :root {
7
7
  --color-base: #212121;
8
8
  --color-white: #ffffff;
9
9
  --color-black: #000000;
10
- --color-link-default: #004795;
11
- --color-link-visited: #4c2c92;
10
+ --color-link-default: #005ea2;
11
+ --color-link-visited: #54278f;
12
12
  --color-warning-message: #fac922;
13
13
  --color-feedback-warning-background: #fac922;
14
- --color-primary: #0071bb;
15
- --color-primary-darker: #003e73;
16
- --color-primary-darkest: #112e51;
17
- --color-primary-alt: #02bfe7;
18
- --color-primary-alt-dark: #00a6d2;
19
- --color-primary-alt-darkest: #046b99;
20
- --color-primary-alt-light: #9bdaf1;
14
+ --color-primary: #005ea2;
15
+ --color-primary-dark: #1a4480;
16
+ --color-primary-darker: #162e51;
17
+ --color-primary-alt: #00bde3;
18
+ --color-primary-alt-dark: #28a0cb;
19
+ --color-primary-alt-darkest: #07648d;
20
+ --color-primary-alt-light: #97d4ea;
21
21
  --color-primary-alt-lightest: #e1f3f8;
22
22
  --color-secondary: #e31c3d;
23
23
  --color-secondary-dark: #cd2026;
@@ -46,7 +46,7 @@
46
46
  --color-gold-lighter: #fad980;
47
47
  --color-gold-lightest: #fff1d2;
48
48
  --v3-color-error-dark: #b50909;
49
- --v3-color-base-darkest: #1B1B1B;
49
+ --v3-color-base-darkest: #1b1b1b;
50
50
  --font-family-sans: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
51
51
  --font-family-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
52
52
  --font-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
@@ -1,21 +1,21 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 30 Aug 2023 21:52:36 GMT
3
+ // Generated on Tue, 05 Dec 2023 21:03:48 GMT
4
4
 
5
5
  $color-base: #212121;
6
6
  $color-white: #ffffff;
7
7
  $color-black: #000000;
8
- $color-link-default: #004795;
9
- $color-link-visited: #4c2c92;
8
+ $color-link-default: #005ea2;
9
+ $color-link-visited: #54278f;
10
10
  $color-warning-message: #fac922;
11
11
  $color-feedback-warning-background: #fac922;
12
- $color-primary: #0071bb;
13
- $color-primary-darker: #003e73;
14
- $color-primary-darkest: #112e51;
15
- $color-primary-alt: #02bfe7;
16
- $color-primary-alt-dark: #00a6d2;
17
- $color-primary-alt-darkest: #046b99;
18
- $color-primary-alt-light: #9bdaf1;
12
+ $color-primary: #005ea2;
13
+ $color-primary-dark: #1a4480;
14
+ $color-primary-darker: #162e51;
15
+ $color-primary-alt: #00bde3;
16
+ $color-primary-alt-dark: #28a0cb;
17
+ $color-primary-alt-darkest: #07648d;
18
+ $color-primary-alt-light: #97d4ea;
19
19
  $color-primary-alt-lightest: #e1f3f8;
20
20
  $color-secondary: #e31c3d;
21
21
  $color-secondary-dark: #cd2026;
@@ -44,7 +44,7 @@ $color-gold-light: #f9c642;
44
44
  $color-gold-lighter: #fad980;
45
45
  $color-gold-lightest: #fff1d2;
46
46
  $v3-color-error-dark: #b50909;
47
- $v3-color-base-darkest: #1B1B1B;
47
+ $v3-color-base-darkest: #1b1b1b;
48
48
  $font-family-sans: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
49
49
  $font-family-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
50
50
  $font-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;