@department-of-veterans-affairs/css-library 0.13.1-rc2 → 0.14.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/stylesheets/_mixins.scss +3 -2
  2. package/dist/stylesheets/base/fonts.css +1596 -1
  3. package/dist/stylesheets/base/headings.css +1530 -1
  4. package/dist/stylesheets/base/utils.css +137 -1
  5. package/dist/stylesheets/base/va.css +1850 -1
  6. package/dist/stylesheets/core.css +6047 -1
  7. package/dist/stylesheets/formation-overrides/core/base.css +64 -1
  8. package/dist/stylesheets/formation-overrides/core/fonts.css +46 -1
  9. package/dist/stylesheets/formation-overrides/elements/buttons.css +562 -1
  10. package/dist/stylesheets/formation-overrides/elements/inputs.css +384 -1
  11. package/dist/stylesheets/formation-overrides/elements/labels.css +28 -1
  12. package/dist/stylesheets/formation-overrides/elements/lists.css +57 -1
  13. package/dist/stylesheets/formation-overrides/elements/table.css +78 -1
  14. package/dist/stylesheets/formation-overrides/elements/typography.css +312 -1
  15. package/dist/stylesheets/mobile-typography.css +13 -1
  16. package/dist/stylesheets/modules/m-action-link.css +1454 -1
  17. package/dist/stylesheets/modules/m-additional-info.css +39 -1
  18. package/dist/stylesheets/modules/m-alert.css +252 -1
  19. package/dist/stylesheets/modules/m-breadcrumbs.css +96 -1
  20. package/dist/stylesheets/modules/m-button.css +153 -1
  21. package/dist/stylesheets/modules/m-dropdown.css +47 -1
  22. package/dist/stylesheets/modules/m-emergency-banner.css +33 -1
  23. package/dist/stylesheets/modules/m-external-link.css +14 -1
  24. package/dist/stylesheets/modules/m-form-elements.css +231 -1
  25. package/dist/stylesheets/modules/m-form-process.css +219 -1
  26. package/dist/stylesheets/modules/m-homepage-hero.css +76 -1
  27. package/dist/stylesheets/modules/m-hub-page-link-list.css +40 -1
  28. package/dist/stylesheets/modules/m-loading-indicator.css +41 -1
  29. package/dist/stylesheets/modules/m-maintenance-banner.css +33 -1
  30. package/dist/stylesheets/modules/m-megamenu.css +370 -1
  31. package/dist/stylesheets/modules/m-modal.css +117 -1
  32. package/dist/stylesheets/modules/m-nav-linklist.css +49 -1
  33. package/dist/stylesheets/modules/m-nav-sidebar.css +349 -1
  34. package/dist/stylesheets/modules/m-omb-info.css +5 -0
  35. package/dist/stylesheets/modules/m-overlay.css +72 -1
  36. package/dist/stylesheets/modules/m-print.css +27 -1
  37. package/dist/stylesheets/modules/m-process-list.css +162 -1
  38. package/dist/stylesheets/modules/va-pagination.css +90 -1
  39. package/dist/stylesheets/modules/va-tabs.css +53 -1
  40. package/dist/stylesheets/shame.css +266 -1
  41. package/dist/stylesheets/uswds-typography.css +4222 -1
  42. package/dist/stylesheets/utilities.css +15622 -1
  43. package/dist/tokens/css/variables.css +3 -3
  44. package/dist/tokens/json/variables.json +4 -4
  45. package/dist/tokens/scss/variables.scss +3 -3
  46. package/package.json +2 -2
@@ -1 +1,64 @@
1
- html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{background-color:#fff;color:#1b1b1b;overflow-x:hidden}.lt-ie9 *{filter:none !important}[hidden]{display:none !important}input:not([disabled]):focus,select:not([disabled]):focus,textarea:not([disabled]):focus,button:not([disabled]):focus{outline:2px solid #face00;outline-offset:2px}iframe:focus,[href]:focus,[tabindex]:focus,[contentEditable=true]:focus{outline:2px solid #face00;outline-offset:2px}.usa-focus{outline:2px solid #face00;outline-offset:2px}/*# sourceMappingURL=base.css.map */
1
+ /*
2
+ ***THIS IS USWDS v1***
3
+ Original import: @import "~uswds/src/stylesheets/core/base";
4
+ */
5
+ /**
6
+ Variables ported over from Formation so that we can keep those stylesheets
7
+ working while we work on deprecation.
8
+ **/
9
+ /**
10
+ Variables ported over from Formation so that we can keep those stylesheets
11
+ working while we work on deprecation.
12
+ **/
13
+ /**
14
+ /uswds/dist/scss/lib/addons/_margin.scss
15
+ **/
16
+ /**
17
+ uswds/src/stylesheets/lib/helpers/_directional-values.scss
18
+ **/
19
+ html {
20
+ box-sizing: border-box;
21
+ }
22
+
23
+ *,
24
+ *::before,
25
+ *::after {
26
+ box-sizing: inherit;
27
+ }
28
+
29
+ body {
30
+ background-color: #ffffff;
31
+ color: #1b1b1b;
32
+ overflow-x: hidden;
33
+ }
34
+
35
+ .lt-ie9 * {
36
+ filter: none !important; /* stylelint-disable-line declaration-no-important */
37
+ }
38
+
39
+ [hidden] {
40
+ display: none !important; /* stylelint-disable-line declaration-no-important */
41
+ }
42
+
43
+ input:not([disabled]):focus,
44
+ select:not([disabled]):focus,
45
+ textarea:not([disabled]):focus,
46
+ button:not([disabled]):focus {
47
+ outline: 2px dotted #aeb0b5;
48
+ outline-offset: 3px;
49
+ }
50
+
51
+ iframe:focus,
52
+ [href]:focus,
53
+ [tabindex]:focus,
54
+ [contentEditable=true]:focus {
55
+ outline: 2px dotted #aeb0b5;
56
+ outline-offset: 3px;
57
+ }
58
+
59
+ .usa-focus {
60
+ outline: 2px dotted #aeb0b5;
61
+ outline-offset: 3px;
62
+ }
63
+
64
+ /*# sourceMappingURL=base.css.map */
@@ -1 +1,46 @@
1
- @font-face{font-family:"Merriweather";font-style:normal;font-weight:300;src:url("/assets/fonts/merriweather-light-webfont.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriweather-light-webfont.woff2") format("woff2"),url("/assets/fonts/merriweather-light-webfont.woff") format("woff"),url("/assets/fonts/merriweather-light-webfont.ttf") format("truetype"),url("/assets/fonts/merriweather-light-webfont.svg#Merriweather") format("svg")}@font-face{font-family:"Merriweather";font-style:normal;font-weight:400;src:url("/assets/fonts/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriweather-regular-webfont.woff2") format("woff2"),url("/assets/fonts/merriweather-regular-webfont.woff") format("woff"),url("/assets/fonts/merriweather-regular-webfont.ttf") format("truetype"),url("/assets/fonts/merriweather-regular-webfont.svg#Merriweather") format("svg")}@font-face{font-family:"Merriweather";font-style:italic;font-weight:400;src:url("/assets/fonts/merriweather-italic-webfont.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriweather-italic-webfont.woff2") format("woff2"),url("/assets/fonts/merriweather-italic-webfont.woff") format("woff"),url("/assets/fonts/merriweather-italic-webfont.ttf") format("truetype"),url("/assets/fonts/merriweather-italic-webfont.svg#Merriweather") format("svg")}@font-face{font-family:"Merriweather";font-style:normal;font-weight:700;src:url("/assets/fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriweather-bold-webfont.woff2") format("woff2"),url("/assets/fonts/merriweather-bold-webfont.woff") format("woff"),url("/assets/fonts/merriweather-bold-webfont.ttf") format("truetype"),url("/assets/fonts/merriweather-bold-webfont.svg#Merriweather") format("svg")}/*# sourceMappingURL=fonts.css.map */
1
+ /*
2
+ Original: @import "~uswds/src/stylesheets/core/fonts";
3
+ ***THIS IS USWDS v1***
4
+ */
5
+ /**
6
+ Variables ported over from Formation so that we can keep those stylesheets
7
+ working while we work on deprecation.
8
+ **/
9
+ /**
10
+ Variables ported over from Formation so that we can keep those stylesheets
11
+ working while we work on deprecation.
12
+ **/
13
+ /**
14
+ /uswds/dist/scss/lib/addons/_margin.scss
15
+ **/
16
+ /**
17
+ uswds/src/stylesheets/lib/helpers/_directional-values.scss
18
+ **/
19
+ /* stylelint-disable at-rule-empty-line-before */
20
+ @font-face {
21
+ font-family: "Merriweather";
22
+ font-style: normal;
23
+ font-weight: 300;
24
+ src: url("/assets/fonts/merriweather-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/merriweather-light-webfont.woff2") format("woff2"), url("/assets/fonts/merriweather-light-webfont.woff") format("woff"), url("/assets/fonts/merriweather-light-webfont.ttf") format("truetype"), url("/assets/fonts/merriweather-light-webfont.svg#Merriweather") format("svg");
25
+ }
26
+ @font-face {
27
+ font-family: "Merriweather";
28
+ font-style: normal;
29
+ font-weight: 400;
30
+ src: url("/assets/fonts/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/merriweather-regular-webfont.woff2") format("woff2"), url("/assets/fonts/merriweather-regular-webfont.woff") format("woff"), url("/assets/fonts/merriweather-regular-webfont.ttf") format("truetype"), url("/assets/fonts/merriweather-regular-webfont.svg#Merriweather") format("svg");
31
+ }
32
+ @font-face {
33
+ font-family: "Merriweather";
34
+ font-style: italic;
35
+ font-weight: 400;
36
+ src: url("/assets/fonts/merriweather-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/merriweather-italic-webfont.woff2") format("woff2"), url("/assets/fonts/merriweather-italic-webfont.woff") format("woff"), url("/assets/fonts/merriweather-italic-webfont.ttf") format("truetype"), url("/assets/fonts/merriweather-italic-webfont.svg#Merriweather") format("svg");
37
+ }
38
+ @font-face {
39
+ font-family: "Merriweather";
40
+ font-style: normal;
41
+ font-weight: 700;
42
+ src: url("/assets/fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/merriweather-bold-webfont.woff2") format("woff2"), url("/assets/fonts/merriweather-bold-webfont.woff") format("woff"), url("/assets/fonts/merriweather-bold-webfont.ttf") format("truetype"), url("/assets/fonts/merriweather-bold-webfont.svg#Merriweather") format("svg");
43
+ }
44
+ /* stylelint-enable */
45
+
46
+ /*# sourceMappingURL=fonts.css.map */