@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,137 +1 @@
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 */
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 */