@department-of-veterans-affairs/css-library 0.5.1 → 0.6.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.
- package/README.md +8 -8
- package/dist/elements.css +1640 -1
- package/dist/full.css +9518 -0
- package/dist/tokens/css/variables.css +3 -3
- package/dist/tokens/json/variables.json +17 -17
- package/dist/tokens/scss/variables.scss +3 -3
- package/dist/utilities.css +10093 -1
- package/package.json +8 -4
- package/dist/elements.min.css +0 -1
- package/dist/fonts.css +0 -1
- package/dist/fonts.min.css +0 -1
- package/dist/print.css +0 -1
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 16 May 2024 17:23:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
7
|
--xsmall-screen: 320px;
|
|
8
8
|
--small-screen: 481px;
|
|
9
|
-
--
|
|
9
|
+
--tablet: 640px;
|
|
10
|
+
--medium-screen: 768px;
|
|
10
11
|
--small-desktop-screen: 1008px;
|
|
11
12
|
--large-screen: 1201px;
|
|
12
13
|
--color-link-default-hover: rgba(#000000, 0.05);
|
|
@@ -249,5 +250,4 @@
|
|
|
249
250
|
--uswds-system-color-yellow-vivid-20: #face00;
|
|
250
251
|
--uswds-system-color-indigo-cool-60: #3f57a6;
|
|
251
252
|
--uswds-system-color-mint-cool-50: #40807e;
|
|
252
|
-
--uswds-system-color-red-cool-10v: #f8dfe2;
|
|
253
253
|
}
|
|
@@ -29,13 +29,28 @@
|
|
|
29
29
|
"small-screen"
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
|
-
"
|
|
32
|
+
"tablet": {
|
|
33
33
|
"value": "640px",
|
|
34
34
|
"filePath": "tokens/breakpoints.json",
|
|
35
35
|
"isSource": true,
|
|
36
36
|
"original": {
|
|
37
37
|
"value": "640px"
|
|
38
38
|
},
|
|
39
|
+
"name": "tablet",
|
|
40
|
+
"attributes": {
|
|
41
|
+
"category": "tablet"
|
|
42
|
+
},
|
|
43
|
+
"path": [
|
|
44
|
+
"tablet"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"medium-screen": {
|
|
48
|
+
"value": "768px",
|
|
49
|
+
"filePath": "tokens/breakpoints.json",
|
|
50
|
+
"isSource": true,
|
|
51
|
+
"original": {
|
|
52
|
+
"value": "768px"
|
|
53
|
+
},
|
|
39
54
|
"name": "medium-screen",
|
|
40
55
|
"attributes": {
|
|
41
56
|
"category": "medium-screen"
|
|
@@ -1313,7 +1328,7 @@
|
|
|
1313
1328
|
"filePath": "tokens/color.json",
|
|
1314
1329
|
"isSource": true,
|
|
1315
1330
|
"original": {
|
|
1316
|
-
"value": "{uswds-system-color-red-cool-
|
|
1331
|
+
"value": "{uswds-system-color-red-cool-vivid-10}"
|
|
1317
1332
|
},
|
|
1318
1333
|
"name": "vads-color-secondary-lightest",
|
|
1319
1334
|
"attributes": {
|
|
@@ -4177,20 +4192,5 @@
|
|
|
4177
4192
|
"path": [
|
|
4178
4193
|
"uswds-system-color-mint-cool-50"
|
|
4179
4194
|
]
|
|
4180
|
-
},
|
|
4181
|
-
"uswds-system-color-red-cool-10v": {
|
|
4182
|
-
"value": "#f8dfe2",
|
|
4183
|
-
"filePath": "tokens/uswds.json",
|
|
4184
|
-
"isSource": true,
|
|
4185
|
-
"original": {
|
|
4186
|
-
"value": "#f8dfe2"
|
|
4187
|
-
},
|
|
4188
|
-
"name": "uswds-system-color-red-cool-10v",
|
|
4189
|
-
"attributes": {
|
|
4190
|
-
"category": "uswds-system-color-red-cool-10v"
|
|
4191
|
-
},
|
|
4192
|
-
"path": [
|
|
4193
|
-
"uswds-system-color-red-cool-10v"
|
|
4194
|
-
]
|
|
4195
4195
|
}
|
|
4196
4196
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 16 May 2024 17:23:46 GMT
|
|
4
4
|
|
|
5
5
|
$xsmall-screen: 320px;
|
|
6
6
|
$small-screen: 481px;
|
|
7
|
-
$
|
|
7
|
+
$tablet: 640px;
|
|
8
|
+
$medium-screen: 768px;
|
|
8
9
|
$small-desktop-screen: 1008px;
|
|
9
10
|
$large-screen: 1201px;
|
|
10
11
|
$color-link-default-hover: rgba(#000000, 0.05);
|
|
@@ -247,4 +248,3 @@ $uswds-system-color-yellow-vivid-10: #fee685;
|
|
|
247
248
|
$uswds-system-color-yellow-vivid-20: #face00;
|
|
248
249
|
$uswds-system-color-indigo-cool-60: #3f57a6;
|
|
249
250
|
$uswds-system-color-mint-cool-50: #40807e;
|
|
250
|
-
$uswds-system-color-red-cool-10v: #f8dfe2;
|