@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,137 @@
1
- .usa-sr-only{position:absolute;left:-999em}.full-width{width:100%}.no-text-transform{text-transform:none}.no-bottom-margin{margin-bottom:0}.va-button-link{background:none;background-color:rgba(0,0,0,0) !important;border:0;border-radius:0;outline:0;padding:0 !important;margin:0;text-align:left;-webkit-font-smoothing:auto;color:#005ea2 !important;font-weight:normal;text-decoration:underline;display:inline;width:auto !important;line-height:inherit}.va-button-link:hover{background:none;border:0;border-radius:0;outline:0;padding:0 !important;color:#005ea2;text-decoration:underline;background-color:rgba(0,0,0,.05) !important;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-property:color,background-color,border-color;transition-property:color,background-color,border-color}.va-button-link:active{background:rgba(0,0,0,.05)}.va-button-link:focus{outline:2px solid #face00;outline-offset:2px;outline-offset:0}.va-button-link:disabled{text-decoration:none;color:#aeb0b5 !important}.dashed-underline{text-decoration:none;border-bottom:1px dashed}.dashed-underline:hover{text-decoration:none;border-bottom:1px dashed}.clickable:hover{cursor:pointer}.js-visual{visibility:hidden !important}.js-hide{display:none !important}.heading-level-1{font-size:2.5rem;font-weight:700}.heading-level-2{font-size:1.875rem;font-weight:700}.heading-level-3{font-size:1.25rem;font-weight:700}.heading-level-4{font-size:1.0625rem;font-weight:700}.heading-level-5{font-size:.9375rem;font-weight:700}.heading-level-6{font-size:.8125rem;font-weight:400;line-height:1.5;text-transform:uppercase;font-family:"Source Sans Pro Web","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif}/*# sourceMappingURL=utils.css.map */
1
+ /**
2
+ Variables ported over from Formation so that we can keep those stylesheets
3
+ working while we work on deprecation.
4
+ **/
5
+ /**
6
+ /uswds/dist/scss/lib/addons/_margin.scss
7
+ **/
8
+ /**
9
+ uswds/src/stylesheets/lib/helpers/_directional-values.scss
10
+ **/
11
+ /**
12
+ Variables ported over from Formation so that we can keep those stylesheets
13
+ working while we work on deprecation.
14
+ **/
15
+ /**
16
+ /uswds/dist/scss/lib/addons/_margin.scss
17
+ **/
18
+ /**
19
+ uswds/src/stylesheets/lib/helpers/_directional-values.scss
20
+ **/
21
+ /**
22
+ Variables ported over from Formation so that we can keep those stylesheets
23
+ working while we work on deprecation.
24
+ **/
25
+ .usa-sr-only {
26
+ position: absolute;
27
+ left: -999em;
28
+ }
29
+
30
+ .full-width {
31
+ width: 100%;
32
+ }
33
+
34
+ .no-text-transform {
35
+ text-transform: none;
36
+ }
37
+
38
+ .no-bottom-margin {
39
+ margin-bottom: 0;
40
+ }
41
+
42
+ .va-button-link {
43
+ background: none;
44
+ background-color: transparent !important;
45
+ border: 0;
46
+ border-radius: 0;
47
+ outline: 0;
48
+ padding: 0 !important;
49
+ margin: 0;
50
+ text-align: left;
51
+ -webkit-font-smoothing: auto;
52
+ color: #005ea2 !important;
53
+ font-weight: normal;
54
+ text-decoration: underline;
55
+ display: inline;
56
+ width: auto !important;
57
+ line-height: inherit;
58
+ }
59
+ .va-button-link:hover {
60
+ background: none;
61
+ border: 0;
62
+ border-radius: 0;
63
+ outline: 0;
64
+ padding: 0 !important;
65
+ color: #005ea2;
66
+ text-decoration: underline;
67
+ background-color: rgba(0, 0, 0, 0.05) !important;
68
+ -webkit-transition-duration: 0.3s;
69
+ transition-duration: 0.3s;
70
+ -webkit-transition-timing-function: ease-in-out;
71
+ transition-timing-function: ease-in-out;
72
+ -webkit-transition-property: color, background-color, border-color;
73
+ transition-property: color, background-color, border-color;
74
+ }
75
+ .va-button-link:active {
76
+ background: rgba(0, 0, 0, 0.05);
77
+ }
78
+ .va-button-link:focus {
79
+ outline: 2px dotted #aeb0b5;
80
+ outline-offset: 2px;
81
+ outline-offset: 0;
82
+ }
83
+ .va-button-link:disabled {
84
+ text-decoration: none;
85
+ color: #aeb0b5 !important;
86
+ }
87
+
88
+ .dashed-underline {
89
+ text-decoration: none;
90
+ border-bottom: 1px dashed;
91
+ }
92
+ .dashed-underline:hover {
93
+ text-decoration: none;
94
+ border-bottom: 1px dashed;
95
+ }
96
+
97
+ .clickable:hover {
98
+ cursor: pointer;
99
+ }
100
+
101
+ .js-visual {
102
+ visibility: hidden !important;
103
+ }
104
+
105
+ .js-hide {
106
+ display: none !important;
107
+ }
108
+
109
+ .heading-level-1 {
110
+ font-size: 2.5rem;
111
+ font-weight: 700;
112
+ }
113
+ .heading-level-2 {
114
+ font-size: 1.875rem;
115
+ font-weight: 700;
116
+ }
117
+ .heading-level-3 {
118
+ font-size: 1.25rem;
119
+ font-weight: 700;
120
+ }
121
+ .heading-level-4 {
122
+ font-size: 1.0625rem;
123
+ font-weight: 700;
124
+ }
125
+ .heading-level-5 {
126
+ font-size: 0.9375rem;
127
+ font-weight: 700;
128
+ }
129
+ .heading-level-6 {
130
+ font-size: 0.8125rem;
131
+ font-weight: 400;
132
+ line-height: 1.5;
133
+ text-transform: uppercase;
134
+ font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
135
+ }
136
+
137
+ /*# sourceMappingURL=utils.css.map */