@department-of-veterans-affairs/css-library 0.13.0 → 0.13.1-rc2

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 +2 -3
  2. package/dist/stylesheets/base/fonts.css +1 -1589
  3. package/dist/stylesheets/base/headings.css +1 -1523
  4. package/dist/stylesheets/base/utils.css +1 -137
  5. package/dist/stylesheets/base/va.css +1 -1843
  6. package/dist/stylesheets/core.css +1 -6033
  7. package/dist/stylesheets/formation-overrides/core/base.css +1 -64
  8. package/dist/stylesheets/formation-overrides/core/fonts.css +1 -46
  9. package/dist/stylesheets/formation-overrides/elements/buttons.css +1 -562
  10. package/dist/stylesheets/formation-overrides/elements/inputs.css +1 -384
  11. package/dist/stylesheets/formation-overrides/elements/labels.css +1 -28
  12. package/dist/stylesheets/formation-overrides/elements/lists.css +1 -57
  13. package/dist/stylesheets/formation-overrides/elements/table.css +1 -78
  14. package/dist/stylesheets/formation-overrides/elements/typography.css +1 -312
  15. package/dist/stylesheets/mobile-typography.css +1 -13
  16. package/dist/stylesheets/modules/m-action-link.css +1 -1447
  17. package/dist/stylesheets/modules/m-additional-info.css +1 -39
  18. package/dist/stylesheets/modules/m-alert.css +1 -248
  19. package/dist/stylesheets/modules/m-breadcrumbs.css +1 -96
  20. package/dist/stylesheets/modules/m-button.css +1 -153
  21. package/dist/stylesheets/modules/m-dropdown.css +1 -47
  22. package/dist/stylesheets/modules/m-emergency-banner.css +1 -33
  23. package/dist/stylesheets/modules/m-external-link.css +1 -14
  24. package/dist/stylesheets/modules/m-form-elements.css +1 -231
  25. package/dist/stylesheets/modules/m-form-process.css +1 -219
  26. package/dist/stylesheets/modules/m-homepage-hero.css +1 -76
  27. package/dist/stylesheets/modules/m-hub-page-link-list.css +1 -40
  28. package/dist/stylesheets/modules/m-loading-indicator.css +1 -41
  29. package/dist/stylesheets/modules/m-maintenance-banner.css +1 -33
  30. package/dist/stylesheets/modules/m-megamenu.css +1 -370
  31. package/dist/stylesheets/modules/m-modal.css +1 -117
  32. package/dist/stylesheets/modules/m-nav-linklist.css +1 -49
  33. package/dist/stylesheets/modules/m-nav-sidebar.css +1 -349
  34. package/dist/stylesheets/modules/m-omb-info.css +0 -5
  35. package/dist/stylesheets/modules/m-overlay.css +1 -72
  36. package/dist/stylesheets/modules/m-print.css +1 -27
  37. package/dist/stylesheets/modules/m-process-list.css +1 -162
  38. package/dist/stylesheets/modules/va-pagination.css +1 -90
  39. package/dist/stylesheets/modules/va-tabs.css +1 -53
  40. package/dist/stylesheets/shame.css +1 -266
  41. package/dist/stylesheets/uswds-typography.css +1 -4201
  42. package/dist/stylesheets/utilities.css +1 -15539
  43. package/dist/tokens/css/variables.css +10 -3
  44. package/dist/tokens/json/variables.json +157 -4
  45. package/dist/tokens/scss/variables.scss +10 -3
  46. package/package.json +3 -3
@@ -1,64 +1 @@
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
+ 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,46 +1 @@
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 */
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 */