@department-of-veterans-affairs/css-library 0.2.0 → 0.3.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.
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
{
|
|
2
|
+
"global": {
|
|
3
|
+
"base": {
|
|
4
|
+
"value": "{uswds-system-color-gray-90}"
|
|
5
|
+
},
|
|
6
|
+
"white": {
|
|
7
|
+
"value": "#ffffff"
|
|
8
|
+
},
|
|
9
|
+
"black": {
|
|
10
|
+
"value": "{uswds-system-color-gray-100}"
|
|
11
|
+
},
|
|
12
|
+
"link-default": {
|
|
13
|
+
"value": "{uswds-system-color-blue-vivid-60}"
|
|
14
|
+
},
|
|
15
|
+
"link-default-hover": {
|
|
16
|
+
"alpha": "0.05",
|
|
17
|
+
"value": "rgba(#000000, 0.05)"
|
|
18
|
+
},
|
|
19
|
+
"link-visited": {
|
|
20
|
+
"value": "{uswds-system-color-violet-vivid-70}"
|
|
21
|
+
},
|
|
22
|
+
"warning-message": {
|
|
23
|
+
"value": "{uswds-system-color-yellow-5}"
|
|
24
|
+
},
|
|
25
|
+
"feedback-warning-background": {
|
|
26
|
+
"value": "{uswds-system-color-yellow-5}"
|
|
27
|
+
},
|
|
28
|
+
"primary": {
|
|
29
|
+
"*": {
|
|
30
|
+
"value": "{uswds-system-color-blue-vivid-60}"
|
|
31
|
+
},
|
|
32
|
+
"dark": {
|
|
33
|
+
"value": "{uswds-system-color-blue-warm-vivid-70}"
|
|
34
|
+
},
|
|
35
|
+
"darker": {
|
|
36
|
+
"value": "{uswds-system-color-blue-warm-vivid-80}"
|
|
37
|
+
},
|
|
38
|
+
"alt": {
|
|
39
|
+
"*": {
|
|
40
|
+
"value": "{uswds-system-color-cyan-vivid-30}"
|
|
41
|
+
},
|
|
42
|
+
"dark": {
|
|
43
|
+
"value": "{uswds-system-color-blue-cool-vivid-40}"
|
|
44
|
+
},
|
|
45
|
+
"darkest": {
|
|
46
|
+
"value": "{uswds-system-color-blue-cool-vivid-60}"
|
|
47
|
+
},
|
|
48
|
+
"light": {
|
|
49
|
+
"value": "{uswds-system-color-blue-cool-vivid-20}"
|
|
50
|
+
},
|
|
51
|
+
"lightest": {
|
|
52
|
+
"value": "{uswds-system-color-blue-cool-vivid-5}"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"secondary": {
|
|
57
|
+
"*": {
|
|
58
|
+
"value": "{uswds-system-color-red-50}"
|
|
59
|
+
},
|
|
60
|
+
"dark": {
|
|
61
|
+
"value": "{uswds-system-color-red-vivid-60}"
|
|
62
|
+
},
|
|
63
|
+
"darkest": {
|
|
64
|
+
"value": "{uswds-system-color-red-vivid-70}"
|
|
65
|
+
},
|
|
66
|
+
"light": {
|
|
67
|
+
"value": "{uswds-system-color-red-30}"
|
|
68
|
+
},
|
|
69
|
+
"lightest": {
|
|
70
|
+
"value": "{uswds-system-color-red-cool-vivid-10}"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"gray": {
|
|
74
|
+
"*": {
|
|
75
|
+
"value": "{uswds-system-color-gray-cool-60}"
|
|
76
|
+
},
|
|
77
|
+
"dark": {
|
|
78
|
+
"value": "{uswds-system-color-gray-cool-70}"
|
|
79
|
+
},
|
|
80
|
+
"medium": {
|
|
81
|
+
"value": "{uswds-system-color-gray-50}"
|
|
82
|
+
},
|
|
83
|
+
"light": {
|
|
84
|
+
"value": "{uswds-system-color-gray-cool-30}"
|
|
85
|
+
},
|
|
86
|
+
"light-alt": {
|
|
87
|
+
"value": "{uswds-system-color-gray-cool-5}"
|
|
88
|
+
},
|
|
89
|
+
"lighter": {
|
|
90
|
+
"value": "{uswds-system-color-gray-cool-10}"
|
|
91
|
+
},
|
|
92
|
+
"lightest": {
|
|
93
|
+
"value": "{uswds-system-color-gray-5}"
|
|
94
|
+
},
|
|
95
|
+
"warm-dark": {
|
|
96
|
+
"value": "{uswds-system-color-gray-warm-70}"
|
|
97
|
+
},
|
|
98
|
+
"warm-light": {
|
|
99
|
+
"value": "{uswds-system-color-gray-warm-10}"
|
|
100
|
+
},
|
|
101
|
+
"cool-light": {
|
|
102
|
+
"value": "{uswds-system-color-blue-warm-10}"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"green": {
|
|
106
|
+
"*": {
|
|
107
|
+
"value": "{uswds-system-color-green-cool-vivid-50}"
|
|
108
|
+
},
|
|
109
|
+
"dark": {
|
|
110
|
+
"value": "{uswds-system-color-green-cool-vivid-60}"
|
|
111
|
+
},
|
|
112
|
+
"darker": {
|
|
113
|
+
"value": "{uswds-system-color-green-cool-vivid-70}"
|
|
114
|
+
},
|
|
115
|
+
"light": {
|
|
116
|
+
"value": "{uswds-system-color-green-cool-40}"
|
|
117
|
+
},
|
|
118
|
+
"lighter": {
|
|
119
|
+
"value": "{uswds-system-color-green-cool-20}"
|
|
120
|
+
},
|
|
121
|
+
"lightest": {
|
|
122
|
+
"value": "{uswds-system-color-green-cool-5}"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"gold": {
|
|
126
|
+
"*": {
|
|
127
|
+
"value": "{uswds-system-color-gold-vivid-20}"
|
|
128
|
+
},
|
|
129
|
+
"light": {
|
|
130
|
+
"value": "{uswds-system-color-yellow-vivid-20}"
|
|
131
|
+
},
|
|
132
|
+
"lighter": {
|
|
133
|
+
"value": "{uswds-system-color-gold-vivid-10}"
|
|
134
|
+
},
|
|
135
|
+
"lightest": {
|
|
136
|
+
"value": "{uswds-system-color-gold-vivid-5}"
|
|
137
|
+
},
|
|
138
|
+
"darker": {
|
|
139
|
+
"value": "{uswds-system-color-gold-vivid-50}"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"blue-cool": {
|
|
143
|
+
"*": {
|
|
144
|
+
"value": "{uswds-system-color-blue-warm-60}"
|
|
145
|
+
},
|
|
146
|
+
"light": {
|
|
147
|
+
"value": "{uswds-system-color-blue-warm-50}"
|
|
148
|
+
},
|
|
149
|
+
"lighter": {
|
|
150
|
+
"value": "{uswds-system-color-blue-warm-30}"
|
|
151
|
+
},
|
|
152
|
+
"lightest": {
|
|
153
|
+
"value": "{uswds-system-color-gray-warm-10}"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|