@department-of-veterans-affairs/css-library 0.17.0 → 0.18.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/dist/stylesheets/base/fonts.css +0 -1578
- package/dist/stylesheets/core.css +128 -1572
- package/dist/tokens/css/variables.css +52 -114
- package/dist/tokens/json/variables.json +873 -1659
- package/dist/tokens/scss/variables.scss +52 -114
- package/package.json +1 -1
|
@@ -166,6 +166,25 @@
|
|
|
166
166
|
"color-link-default-hover"
|
|
167
167
|
]
|
|
168
168
|
},
|
|
169
|
+
"vads-button-color-background-primary-on-light": {
|
|
170
|
+
"*": {
|
|
171
|
+
"value": "#005ea2",
|
|
172
|
+
"filePath": "tokens/color.json",
|
|
173
|
+
"isSource": true,
|
|
174
|
+
"original": {
|
|
175
|
+
"value": "{uswds-system-color-blue-vivid-60}"
|
|
176
|
+
},
|
|
177
|
+
"name": "vads-button-color-background-primary-on-light",
|
|
178
|
+
"attributes": {
|
|
179
|
+
"category": "vads-button-color-background-primary-on-light",
|
|
180
|
+
"type": "*"
|
|
181
|
+
},
|
|
182
|
+
"path": [
|
|
183
|
+
"vads-button-color-background-primary-on-light",
|
|
184
|
+
"*"
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
},
|
|
169
188
|
"vads-button-color-background-primary-alt-active-on-light": {
|
|
170
189
|
"*": {
|
|
171
190
|
"value": "#154c21",
|
|
@@ -242,25 +261,6 @@
|
|
|
242
261
|
]
|
|
243
262
|
}
|
|
244
263
|
},
|
|
245
|
-
"vads-input-background-color-on-light": {
|
|
246
|
-
"*": {
|
|
247
|
-
"value": "#ffffff",
|
|
248
|
-
"filePath": "tokens/color.json",
|
|
249
|
-
"isSource": true,
|
|
250
|
-
"original": {
|
|
251
|
-
"value": "#ffffff"
|
|
252
|
-
},
|
|
253
|
-
"name": "vads-input-background-color-on-light",
|
|
254
|
-
"attributes": {
|
|
255
|
-
"category": "vads-input-background-color-on-light",
|
|
256
|
-
"type": "*"
|
|
257
|
-
},
|
|
258
|
-
"path": [
|
|
259
|
-
"vads-input-background-color-on-light",
|
|
260
|
-
"*"
|
|
261
|
-
]
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
264
|
"vads-color-white": {
|
|
265
265
|
"*": {
|
|
266
266
|
"value": "#ffffff",
|
|
@@ -1686,6 +1686,25 @@
|
|
|
1686
1686
|
]
|
|
1687
1687
|
}
|
|
1688
1688
|
},
|
|
1689
|
+
"vads-color-orange": {
|
|
1690
|
+
"*": {
|
|
1691
|
+
"value": "#dd7533",
|
|
1692
|
+
"filePath": "tokens/color.json",
|
|
1693
|
+
"isSource": true,
|
|
1694
|
+
"original": {
|
|
1695
|
+
"value": "{uswds-system-color-orange-40}"
|
|
1696
|
+
},
|
|
1697
|
+
"name": "vads-color-orange",
|
|
1698
|
+
"attributes": {
|
|
1699
|
+
"category": "vads-color-orange",
|
|
1700
|
+
"type": "*"
|
|
1701
|
+
},
|
|
1702
|
+
"path": [
|
|
1703
|
+
"vads-color-orange",
|
|
1704
|
+
"*"
|
|
1705
|
+
]
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1689
1708
|
"vads-color-green-lighter": {
|
|
1690
1709
|
"*": {
|
|
1691
1710
|
"value": "#b4d0b9",
|
|
@@ -2066,6 +2085,180 @@
|
|
|
2066
2085
|
]
|
|
2067
2086
|
}
|
|
2068
2087
|
},
|
|
2088
|
+
"vads-input": {
|
|
2089
|
+
"background-color": {
|
|
2090
|
+
"on-light": {
|
|
2091
|
+
"value": "#ffffff",
|
|
2092
|
+
"filePath": "tokens/color.json",
|
|
2093
|
+
"isSource": true,
|
|
2094
|
+
"original": {
|
|
2095
|
+
"value": "#ffffff"
|
|
2096
|
+
},
|
|
2097
|
+
"name": "vads-input-background-color-on-light",
|
|
2098
|
+
"attributes": {
|
|
2099
|
+
"category": "vads-input",
|
|
2100
|
+
"type": "background-color",
|
|
2101
|
+
"item": "on-light"
|
|
2102
|
+
},
|
|
2103
|
+
"path": [
|
|
2104
|
+
"vads-input",
|
|
2105
|
+
"background-color",
|
|
2106
|
+
"on-light"
|
|
2107
|
+
]
|
|
2108
|
+
}
|
|
2109
|
+
},
|
|
2110
|
+
"border-color": {
|
|
2111
|
+
"on-light": {
|
|
2112
|
+
"value": "#565c65",
|
|
2113
|
+
"filePath": "tokens/color.json",
|
|
2114
|
+
"isSource": true,
|
|
2115
|
+
"original": {
|
|
2116
|
+
"value": "{uswds-system-color-gray-cool-60}"
|
|
2117
|
+
},
|
|
2118
|
+
"name": "vads-input-border-color-on-light",
|
|
2119
|
+
"attributes": {
|
|
2120
|
+
"category": "vads-input",
|
|
2121
|
+
"type": "border-color",
|
|
2122
|
+
"item": "on-light"
|
|
2123
|
+
},
|
|
2124
|
+
"path": [
|
|
2125
|
+
"vads-input",
|
|
2126
|
+
"border-color",
|
|
2127
|
+
"on-light"
|
|
2128
|
+
]
|
|
2129
|
+
}
|
|
2130
|
+
},
|
|
2131
|
+
"prefix-color": {
|
|
2132
|
+
"fill-on-light": {
|
|
2133
|
+
"value": "#757575",
|
|
2134
|
+
"filePath": "tokens/color.json",
|
|
2135
|
+
"isSource": true,
|
|
2136
|
+
"original": {
|
|
2137
|
+
"value": "{uswds-system-color-gray-50}"
|
|
2138
|
+
},
|
|
2139
|
+
"name": "vads-input-prefix-color-fill-on-light",
|
|
2140
|
+
"attributes": {
|
|
2141
|
+
"category": "vads-input",
|
|
2142
|
+
"type": "prefix-color",
|
|
2143
|
+
"item": "fill-on-light"
|
|
2144
|
+
},
|
|
2145
|
+
"path": [
|
|
2146
|
+
"vads-input",
|
|
2147
|
+
"prefix-color",
|
|
2148
|
+
"fill-on-light"
|
|
2149
|
+
]
|
|
2150
|
+
},
|
|
2151
|
+
"text-on-light": {
|
|
2152
|
+
"value": "#757575",
|
|
2153
|
+
"filePath": "tokens/color.json",
|
|
2154
|
+
"isSource": true,
|
|
2155
|
+
"original": {
|
|
2156
|
+
"value": "{uswds-system-color-gray-50}"
|
|
2157
|
+
},
|
|
2158
|
+
"name": "vads-input-prefix-color-text-on-light",
|
|
2159
|
+
"attributes": {
|
|
2160
|
+
"category": "vads-input",
|
|
2161
|
+
"type": "prefix-color",
|
|
2162
|
+
"item": "text-on-light"
|
|
2163
|
+
},
|
|
2164
|
+
"path": [
|
|
2165
|
+
"vads-input",
|
|
2166
|
+
"prefix-color",
|
|
2167
|
+
"text-on-light"
|
|
2168
|
+
]
|
|
2169
|
+
}
|
|
2170
|
+
},
|
|
2171
|
+
"suffix-color": {
|
|
2172
|
+
"text-on-light": {
|
|
2173
|
+
"value": "#757575",
|
|
2174
|
+
"filePath": "tokens/color.json",
|
|
2175
|
+
"isSource": true,
|
|
2176
|
+
"original": {
|
|
2177
|
+
"value": "{uswds-system-color-gray-50}"
|
|
2178
|
+
},
|
|
2179
|
+
"name": "vads-input-suffix-color-text-on-light",
|
|
2180
|
+
"attributes": {
|
|
2181
|
+
"category": "vads-input",
|
|
2182
|
+
"type": "suffix-color",
|
|
2183
|
+
"item": "text-on-light"
|
|
2184
|
+
},
|
|
2185
|
+
"path": [
|
|
2186
|
+
"vads-input",
|
|
2187
|
+
"suffix-color",
|
|
2188
|
+
"text-on-light"
|
|
2189
|
+
]
|
|
2190
|
+
}
|
|
2191
|
+
},
|
|
2192
|
+
"tile": {
|
|
2193
|
+
"background": {
|
|
2194
|
+
"active-on-light": {
|
|
2195
|
+
"value": "rgba(0, 94, 162, 0.1)",
|
|
2196
|
+
"filePath": "tokens/color.json",
|
|
2197
|
+
"isSource": true,
|
|
2198
|
+
"original": {
|
|
2199
|
+
"value": "rgba(0, 94, 162, 0.1)"
|
|
2200
|
+
},
|
|
2201
|
+
"name": "vads-input-tile-background-active-on-light",
|
|
2202
|
+
"attributes": {
|
|
2203
|
+
"category": "vads-input",
|
|
2204
|
+
"type": "tile",
|
|
2205
|
+
"item": "background",
|
|
2206
|
+
"subitem": "active-on-light"
|
|
2207
|
+
},
|
|
2208
|
+
"path": [
|
|
2209
|
+
"vads-input",
|
|
2210
|
+
"tile",
|
|
2211
|
+
"background",
|
|
2212
|
+
"active-on-light"
|
|
2213
|
+
]
|
|
2214
|
+
}
|
|
2215
|
+
},
|
|
2216
|
+
"border": {
|
|
2217
|
+
"active-on-light": {
|
|
2218
|
+
"value": "#005ea2",
|
|
2219
|
+
"filePath": "tokens/color.json",
|
|
2220
|
+
"isSource": true,
|
|
2221
|
+
"original": {
|
|
2222
|
+
"value": "{uswds-system-color-blue-vivid-60}"
|
|
2223
|
+
},
|
|
2224
|
+
"name": "vads-input-tile-border-active-on-light",
|
|
2225
|
+
"attributes": {
|
|
2226
|
+
"category": "vads-input",
|
|
2227
|
+
"type": "tile",
|
|
2228
|
+
"item": "border",
|
|
2229
|
+
"subitem": "active-on-light"
|
|
2230
|
+
},
|
|
2231
|
+
"path": [
|
|
2232
|
+
"vads-input",
|
|
2233
|
+
"tile",
|
|
2234
|
+
"border",
|
|
2235
|
+
"active-on-light"
|
|
2236
|
+
]
|
|
2237
|
+
},
|
|
2238
|
+
"on-light": {
|
|
2239
|
+
"value": "rgba(27, 27, 27, 0.03)",
|
|
2240
|
+
"filePath": "tokens/color.json",
|
|
2241
|
+
"isSource": true,
|
|
2242
|
+
"original": {
|
|
2243
|
+
"value": "rgba(27, 27, 27, 0.03)"
|
|
2244
|
+
},
|
|
2245
|
+
"name": "vads-input-tile-border-on-light",
|
|
2246
|
+
"attributes": {
|
|
2247
|
+
"category": "vads-input",
|
|
2248
|
+
"type": "tile",
|
|
2249
|
+
"item": "border",
|
|
2250
|
+
"subitem": "on-light"
|
|
2251
|
+
},
|
|
2252
|
+
"path": [
|
|
2253
|
+
"vads-input",
|
|
2254
|
+
"tile",
|
|
2255
|
+
"border",
|
|
2256
|
+
"on-light"
|
|
2257
|
+
]
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2069
2262
|
"font": {
|
|
2070
2263
|
"family": {
|
|
2071
2264
|
"sans": {
|
|
@@ -3529,1684 +3722,705 @@
|
|
|
3529
3722
|
]
|
|
3530
3723
|
}
|
|
3531
3724
|
},
|
|
3532
|
-
"
|
|
3533
|
-
"
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
"
|
|
3725
|
+
"vads-spacing": {
|
|
3726
|
+
"0": {
|
|
3727
|
+
"value": "0",
|
|
3728
|
+
"filePath": "tokens/spacing.json",
|
|
3729
|
+
"isSource": true,
|
|
3730
|
+
"original": {
|
|
3731
|
+
"value": "{uswds-system-spacing-special-0}"
|
|
3732
|
+
},
|
|
3733
|
+
"name": "vads-spacing-0",
|
|
3734
|
+
"attributes": {
|
|
3735
|
+
"category": "vads-spacing",
|
|
3736
|
+
"type": "0"
|
|
3737
|
+
},
|
|
3738
|
+
"path": [
|
|
3739
|
+
"vads-spacing",
|
|
3740
|
+
"0"
|
|
3741
|
+
]
|
|
3538
3742
|
},
|
|
3539
|
-
"
|
|
3540
|
-
|
|
3541
|
-
"
|
|
3743
|
+
"1": {
|
|
3744
|
+
"value": "8px",
|
|
3745
|
+
"filePath": "tokens/spacing.json",
|
|
3746
|
+
"isSource": true,
|
|
3747
|
+
"original": {
|
|
3748
|
+
"value": "{uswds-system-spacing-1}"
|
|
3749
|
+
},
|
|
3750
|
+
"name": "vads-spacing-1",
|
|
3751
|
+
"attributes": {
|
|
3752
|
+
"category": "vads-spacing",
|
|
3753
|
+
"type": "1"
|
|
3754
|
+
},
|
|
3755
|
+
"path": [
|
|
3756
|
+
"vads-spacing",
|
|
3757
|
+
"1"
|
|
3758
|
+
]
|
|
3542
3759
|
},
|
|
3543
|
-
"
|
|
3544
|
-
"
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3760
|
+
"2": {
|
|
3761
|
+
"value": "16px",
|
|
3762
|
+
"filePath": "tokens/spacing.json",
|
|
3763
|
+
"isSource": true,
|
|
3764
|
+
"original": {
|
|
3765
|
+
"value": "{uswds-system-spacing-2}"
|
|
3766
|
+
},
|
|
3767
|
+
"name": "vads-spacing-2",
|
|
3768
|
+
"attributes": {
|
|
3769
|
+
"category": "vads-spacing",
|
|
3770
|
+
"type": "2"
|
|
3771
|
+
},
|
|
3772
|
+
"path": [
|
|
3773
|
+
"vads-spacing",
|
|
3774
|
+
"2"
|
|
3775
|
+
]
|
|
3553
3776
|
},
|
|
3554
|
-
"
|
|
3555
|
-
|
|
3556
|
-
"
|
|
3777
|
+
"3": {
|
|
3778
|
+
"value": "24px",
|
|
3779
|
+
"filePath": "tokens/spacing.json",
|
|
3780
|
+
"isSource": true,
|
|
3781
|
+
"original": {
|
|
3782
|
+
"value": "{uswds-system-spacing-3}"
|
|
3783
|
+
},
|
|
3784
|
+
"name": "vads-spacing-3",
|
|
3785
|
+
"attributes": {
|
|
3786
|
+
"category": "vads-spacing",
|
|
3787
|
+
"type": "3"
|
|
3788
|
+
},
|
|
3789
|
+
"path": [
|
|
3790
|
+
"vads-spacing",
|
|
3791
|
+
"3"
|
|
3792
|
+
]
|
|
3557
3793
|
},
|
|
3558
|
-
"
|
|
3559
|
-
"
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3794
|
+
"4": {
|
|
3795
|
+
"value": "32px",
|
|
3796
|
+
"filePath": "tokens/spacing.json",
|
|
3797
|
+
"isSource": true,
|
|
3798
|
+
"original": {
|
|
3799
|
+
"value": "{uswds-system-spacing-4}"
|
|
3800
|
+
},
|
|
3801
|
+
"name": "vads-spacing-4",
|
|
3802
|
+
"attributes": {
|
|
3803
|
+
"category": "vads-spacing",
|
|
3804
|
+
"type": "4"
|
|
3805
|
+
},
|
|
3806
|
+
"path": [
|
|
3807
|
+
"vads-spacing",
|
|
3808
|
+
"4"
|
|
3809
|
+
]
|
|
3568
3810
|
},
|
|
3569
|
-
"
|
|
3570
|
-
|
|
3571
|
-
"
|
|
3811
|
+
"5": {
|
|
3812
|
+
"value": "40px",
|
|
3813
|
+
"filePath": "tokens/spacing.json",
|
|
3814
|
+
"isSource": true,
|
|
3815
|
+
"original": {
|
|
3816
|
+
"value": "{uswds-system-spacing-5}"
|
|
3817
|
+
},
|
|
3818
|
+
"name": "vads-spacing-5",
|
|
3819
|
+
"attributes": {
|
|
3820
|
+
"category": "vads-spacing",
|
|
3821
|
+
"type": "5"
|
|
3822
|
+
},
|
|
3823
|
+
"path": [
|
|
3824
|
+
"vads-spacing",
|
|
3825
|
+
"5"
|
|
3826
|
+
]
|
|
3572
3827
|
},
|
|
3573
|
-
"
|
|
3574
|
-
"
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3828
|
+
"6": {
|
|
3829
|
+
"value": "48px",
|
|
3830
|
+
"filePath": "tokens/spacing.json",
|
|
3831
|
+
"isSource": true,
|
|
3832
|
+
"original": {
|
|
3833
|
+
"value": "{uswds-system-spacing-6}"
|
|
3834
|
+
},
|
|
3835
|
+
"name": "vads-spacing-6",
|
|
3836
|
+
"attributes": {
|
|
3837
|
+
"category": "vads-spacing",
|
|
3838
|
+
"type": "6"
|
|
3839
|
+
},
|
|
3840
|
+
"path": [
|
|
3841
|
+
"vads-spacing",
|
|
3842
|
+
"6"
|
|
3843
|
+
]
|
|
3583
3844
|
},
|
|
3584
|
-
"
|
|
3585
|
-
|
|
3586
|
-
"
|
|
3845
|
+
"7": {
|
|
3846
|
+
"value": "56px",
|
|
3847
|
+
"filePath": "tokens/spacing.json",
|
|
3848
|
+
"isSource": true,
|
|
3849
|
+
"original": {
|
|
3850
|
+
"value": "{uswds-system-spacing-7}"
|
|
3851
|
+
},
|
|
3852
|
+
"name": "vads-spacing-7",
|
|
3853
|
+
"attributes": {
|
|
3854
|
+
"category": "vads-spacing",
|
|
3855
|
+
"type": "7"
|
|
3856
|
+
},
|
|
3857
|
+
"path": [
|
|
3858
|
+
"vads-spacing",
|
|
3859
|
+
"7"
|
|
3860
|
+
]
|
|
3587
3861
|
},
|
|
3588
|
-
"
|
|
3589
|
-
"
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3862
|
+
"8": {
|
|
3863
|
+
"value": "64px",
|
|
3864
|
+
"filePath": "tokens/spacing.json",
|
|
3865
|
+
"isSource": true,
|
|
3866
|
+
"original": {
|
|
3867
|
+
"value": "{uswds-system-spacing-8}"
|
|
3868
|
+
},
|
|
3869
|
+
"name": "vads-spacing-8",
|
|
3870
|
+
"attributes": {
|
|
3871
|
+
"category": "vads-spacing",
|
|
3872
|
+
"type": "8"
|
|
3873
|
+
},
|
|
3874
|
+
"path": [
|
|
3875
|
+
"vads-spacing",
|
|
3876
|
+
"8"
|
|
3877
|
+
]
|
|
3598
3878
|
},
|
|
3599
|
-
"
|
|
3600
|
-
|
|
3601
|
-
"
|
|
3879
|
+
"9": {
|
|
3880
|
+
"value": "72px",
|
|
3881
|
+
"filePath": "tokens/spacing.json",
|
|
3882
|
+
"isSource": true,
|
|
3883
|
+
"original": {
|
|
3884
|
+
"value": "{uswds-system-spacing-9}"
|
|
3885
|
+
},
|
|
3886
|
+
"name": "vads-spacing-9",
|
|
3887
|
+
"attributes": {
|
|
3888
|
+
"category": "vads-spacing",
|
|
3889
|
+
"type": "9"
|
|
3890
|
+
},
|
|
3891
|
+
"path": [
|
|
3892
|
+
"vads-spacing",
|
|
3893
|
+
"9"
|
|
3894
|
+
]
|
|
3602
3895
|
},
|
|
3603
|
-
"
|
|
3604
|
-
"
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
"uswds-system-color-blue-50"
|
|
3620
|
-
]
|
|
3621
|
-
},
|
|
3622
|
-
"uswds-system-color-blue-60": {
|
|
3623
|
-
"value": "#2c608a",
|
|
3624
|
-
"filePath": "tokens/uswds.json",
|
|
3625
|
-
"isSource": true,
|
|
3626
|
-
"original": {
|
|
3627
|
-
"value": "#2c608a"
|
|
3628
|
-
},
|
|
3629
|
-
"name": "uswds-system-color-blue-60",
|
|
3630
|
-
"attributes": {
|
|
3631
|
-
"category": "uswds-system-color-blue-60"
|
|
3632
|
-
},
|
|
3633
|
-
"path": [
|
|
3634
|
-
"uswds-system-color-blue-60"
|
|
3635
|
-
]
|
|
3636
|
-
},
|
|
3637
|
-
"uswds-system-color-blue-70": {
|
|
3638
|
-
"value": "#274863",
|
|
3639
|
-
"filePath": "tokens/uswds.json",
|
|
3640
|
-
"isSource": true,
|
|
3641
|
-
"original": {
|
|
3642
|
-
"value": "#274863"
|
|
3643
|
-
},
|
|
3644
|
-
"name": "uswds-system-color-blue-70",
|
|
3645
|
-
"attributes": {
|
|
3646
|
-
"category": "uswds-system-color-blue-70"
|
|
3647
|
-
},
|
|
3648
|
-
"path": [
|
|
3649
|
-
"uswds-system-color-blue-70"
|
|
3650
|
-
]
|
|
3651
|
-
},
|
|
3652
|
-
"uswds-system-color-blue-80": {
|
|
3653
|
-
"value": "#1f303e",
|
|
3654
|
-
"filePath": "tokens/uswds.json",
|
|
3655
|
-
"isSource": true,
|
|
3656
|
-
"original": {
|
|
3657
|
-
"value": "#1f303e"
|
|
3658
|
-
},
|
|
3659
|
-
"name": "uswds-system-color-blue-80",
|
|
3660
|
-
"attributes": {
|
|
3661
|
-
"category": "uswds-system-color-blue-80"
|
|
3662
|
-
},
|
|
3663
|
-
"path": [
|
|
3664
|
-
"uswds-system-color-blue-80"
|
|
3665
|
-
]
|
|
3666
|
-
},
|
|
3667
|
-
"uswds-system-color-blue-90": {
|
|
3668
|
-
"value": "#11181d",
|
|
3669
|
-
"filePath": "tokens/uswds.json",
|
|
3670
|
-
"isSource": true,
|
|
3671
|
-
"original": {
|
|
3672
|
-
"value": "#11181d"
|
|
3673
|
-
},
|
|
3674
|
-
"name": "uswds-system-color-blue-90",
|
|
3675
|
-
"attributes": {
|
|
3676
|
-
"category": "uswds-system-color-blue-90"
|
|
3677
|
-
},
|
|
3678
|
-
"path": [
|
|
3679
|
-
"uswds-system-color-blue-90"
|
|
3680
|
-
]
|
|
3681
|
-
},
|
|
3682
|
-
"uswds-system-color-blue-vivid-30": {
|
|
3683
|
-
"value": "#58b4ff",
|
|
3684
|
-
"filePath": "tokens/uswds.json",
|
|
3685
|
-
"isSource": true,
|
|
3686
|
-
"original": {
|
|
3687
|
-
"value": "#58b4ff"
|
|
3688
|
-
},
|
|
3689
|
-
"name": "uswds-system-color-blue-vivid-30",
|
|
3690
|
-
"attributes": {
|
|
3691
|
-
"category": "uswds-system-color-blue-vivid-30"
|
|
3692
|
-
},
|
|
3693
|
-
"path": [
|
|
3694
|
-
"uswds-system-color-blue-vivid-30"
|
|
3695
|
-
]
|
|
3696
|
-
},
|
|
3697
|
-
"uswds-system-color-blue-vivid-50": {
|
|
3698
|
-
"value": "#0076d6",
|
|
3699
|
-
"filePath": "tokens/uswds.json",
|
|
3700
|
-
"isSource": true,
|
|
3701
|
-
"original": {
|
|
3702
|
-
"value": "#0076d6"
|
|
3703
|
-
},
|
|
3704
|
-
"name": "uswds-system-color-blue-vivid-50",
|
|
3705
|
-
"attributes": {
|
|
3706
|
-
"category": "uswds-system-color-blue-vivid-50"
|
|
3707
|
-
},
|
|
3708
|
-
"path": [
|
|
3709
|
-
"uswds-system-color-blue-vivid-50"
|
|
3710
|
-
]
|
|
3711
|
-
},
|
|
3712
|
-
"uswds-system-color-blue-vivid-60": {
|
|
3713
|
-
"value": "#005ea2",
|
|
3714
|
-
"filePath": "tokens/uswds.json",
|
|
3715
|
-
"isSource": true,
|
|
3716
|
-
"original": {
|
|
3717
|
-
"value": "#005ea2"
|
|
3718
|
-
},
|
|
3719
|
-
"name": "uswds-system-color-blue-vivid-60",
|
|
3720
|
-
"attributes": {
|
|
3721
|
-
"category": "uswds-system-color-blue-vivid-60"
|
|
3722
|
-
},
|
|
3723
|
-
"path": [
|
|
3724
|
-
"uswds-system-color-blue-vivid-60"
|
|
3725
|
-
]
|
|
3726
|
-
},
|
|
3727
|
-
"uswds-system-color-blue-vivid-70": {
|
|
3728
|
-
"value": "#0b4778",
|
|
3729
|
-
"filePath": "tokens/uswds.json",
|
|
3730
|
-
"isSource": true,
|
|
3731
|
-
"original": {
|
|
3732
|
-
"value": "#0b4778"
|
|
3733
|
-
},
|
|
3734
|
-
"name": "uswds-system-color-blue-vivid-70",
|
|
3735
|
-
"attributes": {
|
|
3736
|
-
"category": "uswds-system-color-blue-vivid-70"
|
|
3737
|
-
},
|
|
3738
|
-
"path": [
|
|
3739
|
-
"uswds-system-color-blue-vivid-70"
|
|
3740
|
-
]
|
|
3741
|
-
},
|
|
3742
|
-
"uswds-system-color-blue-vivid-80": {
|
|
3743
|
-
"value": "#112f4e",
|
|
3744
|
-
"filePath": "tokens/uswds.json",
|
|
3745
|
-
"isSource": true,
|
|
3746
|
-
"original": {
|
|
3747
|
-
"value": "#112f4e"
|
|
3748
|
-
},
|
|
3749
|
-
"name": "uswds-system-color-blue-vivid-80",
|
|
3750
|
-
"attributes": {
|
|
3751
|
-
"category": "uswds-system-color-blue-vivid-80"
|
|
3752
|
-
},
|
|
3753
|
-
"path": [
|
|
3754
|
-
"uswds-system-color-blue-vivid-80"
|
|
3755
|
-
]
|
|
3756
|
-
},
|
|
3757
|
-
"uswds-system-color-blue-cool-60": {
|
|
3758
|
-
"value": "#2e6276",
|
|
3759
|
-
"filePath": "tokens/uswds.json",
|
|
3760
|
-
"isSource": true,
|
|
3761
|
-
"original": {
|
|
3762
|
-
"value": "#2e6276"
|
|
3763
|
-
},
|
|
3764
|
-
"name": "uswds-system-color-blue-cool-60",
|
|
3765
|
-
"attributes": {
|
|
3766
|
-
"category": "uswds-system-color-blue-cool-60"
|
|
3767
|
-
},
|
|
3768
|
-
"path": [
|
|
3769
|
-
"uswds-system-color-blue-cool-60"
|
|
3770
|
-
]
|
|
3771
|
-
},
|
|
3772
|
-
"uswds-system-color-blue-cool-vivid-5": {
|
|
3773
|
-
"value": "#e1f3f8",
|
|
3774
|
-
"filePath": "tokens/uswds.json",
|
|
3775
|
-
"isSource": true,
|
|
3776
|
-
"original": {
|
|
3777
|
-
"value": "#e1f3f8"
|
|
3778
|
-
},
|
|
3779
|
-
"name": "uswds-system-color-blue-cool-vivid-5",
|
|
3780
|
-
"attributes": {
|
|
3781
|
-
"category": "uswds-system-color-blue-cool-vivid-5"
|
|
3782
|
-
},
|
|
3783
|
-
"path": [
|
|
3784
|
-
"uswds-system-color-blue-cool-vivid-5"
|
|
3785
|
-
]
|
|
3786
|
-
},
|
|
3787
|
-
"uswds-system-color-blue-cool-vivid-20": {
|
|
3788
|
-
"value": "#97d4ea",
|
|
3789
|
-
"filePath": "tokens/uswds.json",
|
|
3790
|
-
"isSource": true,
|
|
3791
|
-
"original": {
|
|
3792
|
-
"value": "#97d4ea"
|
|
3793
|
-
},
|
|
3794
|
-
"name": "uswds-system-color-blue-cool-vivid-20",
|
|
3795
|
-
"attributes": {
|
|
3796
|
-
"category": "uswds-system-color-blue-cool-vivid-20"
|
|
3797
|
-
},
|
|
3798
|
-
"path": [
|
|
3799
|
-
"uswds-system-color-blue-cool-vivid-20"
|
|
3800
|
-
]
|
|
3801
|
-
},
|
|
3802
|
-
"uswds-system-color-blue-cool-vivid-40": {
|
|
3803
|
-
"value": "#28a0cb",
|
|
3804
|
-
"filePath": "tokens/uswds.json",
|
|
3805
|
-
"isSource": true,
|
|
3806
|
-
"original": {
|
|
3807
|
-
"value": "#28a0cb"
|
|
3808
|
-
},
|
|
3809
|
-
"name": "uswds-system-color-blue-cool-vivid-40",
|
|
3810
|
-
"attributes": {
|
|
3811
|
-
"category": "uswds-system-color-blue-cool-vivid-40"
|
|
3812
|
-
},
|
|
3813
|
-
"path": [
|
|
3814
|
-
"uswds-system-color-blue-cool-vivid-40"
|
|
3815
|
-
]
|
|
3816
|
-
},
|
|
3817
|
-
"uswds-system-color-blue-cool-vivid-60": {
|
|
3818
|
-
"value": "#07648d",
|
|
3819
|
-
"filePath": "tokens/uswds.json",
|
|
3820
|
-
"isSource": true,
|
|
3821
|
-
"original": {
|
|
3822
|
-
"value": "#07648d"
|
|
3823
|
-
},
|
|
3824
|
-
"name": "uswds-system-color-blue-cool-vivid-60",
|
|
3825
|
-
"attributes": {
|
|
3826
|
-
"category": "uswds-system-color-blue-cool-vivid-60"
|
|
3827
|
-
},
|
|
3828
|
-
"path": [
|
|
3829
|
-
"uswds-system-color-blue-cool-vivid-60"
|
|
3830
|
-
]
|
|
3831
|
-
},
|
|
3832
|
-
"uswds-system-color-blue-warm-5": {
|
|
3833
|
-
"value": "#ecf1f7",
|
|
3834
|
-
"filePath": "tokens/uswds.json",
|
|
3835
|
-
"isSource": true,
|
|
3836
|
-
"original": {
|
|
3837
|
-
"value": "#ecf1f7"
|
|
3838
|
-
},
|
|
3839
|
-
"name": "uswds-system-color-blue-warm-5",
|
|
3840
|
-
"attributes": {
|
|
3841
|
-
"category": "uswds-system-color-blue-warm-5"
|
|
3842
|
-
},
|
|
3843
|
-
"path": [
|
|
3844
|
-
"uswds-system-color-blue-warm-5"
|
|
3845
|
-
]
|
|
3846
|
-
},
|
|
3847
|
-
"uswds-system-color-blue-warm-10": {
|
|
3848
|
-
"value": "#e1e7f1",
|
|
3849
|
-
"filePath": "tokens/uswds.json",
|
|
3850
|
-
"isSource": true,
|
|
3851
|
-
"original": {
|
|
3852
|
-
"value": "#e1e7f1"
|
|
3853
|
-
},
|
|
3854
|
-
"name": "uswds-system-color-blue-warm-10",
|
|
3855
|
-
"attributes": {
|
|
3856
|
-
"category": "uswds-system-color-blue-warm-10"
|
|
3857
|
-
},
|
|
3858
|
-
"path": [
|
|
3859
|
-
"uswds-system-color-blue-warm-10"
|
|
3860
|
-
]
|
|
3861
|
-
},
|
|
3862
|
-
"uswds-system-color-blue-warm-30": {
|
|
3863
|
-
"value": "#98afd2",
|
|
3864
|
-
"filePath": "tokens/uswds.json",
|
|
3865
|
-
"isSource": true,
|
|
3866
|
-
"original": {
|
|
3867
|
-
"value": "#98afd2"
|
|
3868
|
-
},
|
|
3869
|
-
"name": "uswds-system-color-blue-warm-30",
|
|
3870
|
-
"attributes": {
|
|
3871
|
-
"category": "uswds-system-color-blue-warm-30"
|
|
3872
|
-
},
|
|
3873
|
-
"path": [
|
|
3874
|
-
"uswds-system-color-blue-warm-30"
|
|
3875
|
-
]
|
|
3876
|
-
},
|
|
3877
|
-
"uswds-system-color-blue-warm-50": {
|
|
3878
|
-
"value": "#4a77b4",
|
|
3879
|
-
"filePath": "tokens/uswds.json",
|
|
3880
|
-
"isSource": true,
|
|
3881
|
-
"original": {
|
|
3882
|
-
"value": "#4a77b4"
|
|
3883
|
-
},
|
|
3884
|
-
"name": "uswds-system-color-blue-warm-50",
|
|
3885
|
-
"attributes": {
|
|
3886
|
-
"category": "uswds-system-color-blue-warm-50"
|
|
3887
|
-
},
|
|
3888
|
-
"path": [
|
|
3889
|
-
"uswds-system-color-blue-warm-50"
|
|
3890
|
-
]
|
|
3891
|
-
},
|
|
3892
|
-
"uswds-system-color-blue-warm-60": {
|
|
3893
|
-
"value": "#345d96",
|
|
3894
|
-
"filePath": "tokens/uswds.json",
|
|
3895
|
-
"isSource": true,
|
|
3896
|
-
"original": {
|
|
3897
|
-
"value": "#345d96"
|
|
3898
|
-
},
|
|
3899
|
-
"name": "uswds-system-color-blue-warm-60",
|
|
3900
|
-
"attributes": {
|
|
3901
|
-
"category": "uswds-system-color-blue-warm-60"
|
|
3902
|
-
},
|
|
3903
|
-
"path": [
|
|
3904
|
-
"uswds-system-color-blue-warm-60"
|
|
3905
|
-
]
|
|
3906
|
-
},
|
|
3907
|
-
"uswds-system-color-blue-warm-80": {
|
|
3908
|
-
"value": "#252f3e",
|
|
3909
|
-
"filePath": "tokens/uswds.json",
|
|
3910
|
-
"isSource": true,
|
|
3911
|
-
"original": {
|
|
3912
|
-
"value": "#252f3e"
|
|
3913
|
-
},
|
|
3914
|
-
"name": "uswds-system-color-blue-warm-80",
|
|
3915
|
-
"attributes": {
|
|
3916
|
-
"category": "uswds-system-color-blue-warm-80"
|
|
3917
|
-
},
|
|
3918
|
-
"path": [
|
|
3919
|
-
"uswds-system-color-blue-warm-80"
|
|
3920
|
-
]
|
|
3921
|
-
},
|
|
3922
|
-
"uswds-system-color-blue-warm-vivid-60": {
|
|
3923
|
-
"value": "#0050d8",
|
|
3924
|
-
"filePath": "tokens/uswds.json",
|
|
3925
|
-
"isSource": true,
|
|
3926
|
-
"original": {
|
|
3927
|
-
"value": "#0050d8"
|
|
3928
|
-
},
|
|
3929
|
-
"name": "uswds-system-color-blue-warm-vivid-60",
|
|
3930
|
-
"attributes": {
|
|
3931
|
-
"category": "uswds-system-color-blue-warm-vivid-60"
|
|
3932
|
-
},
|
|
3933
|
-
"path": [
|
|
3934
|
-
"uswds-system-color-blue-warm-vivid-60"
|
|
3935
|
-
]
|
|
3936
|
-
},
|
|
3937
|
-
"uswds-system-color-blue-warm-vivid-70": {
|
|
3938
|
-
"value": "#1a4480",
|
|
3939
|
-
"filePath": "tokens/uswds.json",
|
|
3940
|
-
"isSource": true,
|
|
3941
|
-
"original": {
|
|
3942
|
-
"value": "#1a4480"
|
|
3943
|
-
},
|
|
3944
|
-
"name": "uswds-system-color-blue-warm-vivid-70",
|
|
3945
|
-
"attributes": {
|
|
3946
|
-
"category": "uswds-system-color-blue-warm-vivid-70"
|
|
3947
|
-
},
|
|
3948
|
-
"path": [
|
|
3949
|
-
"uswds-system-color-blue-warm-vivid-70"
|
|
3950
|
-
]
|
|
3951
|
-
},
|
|
3952
|
-
"uswds-system-color-blue-warm-vivid-80": {
|
|
3953
|
-
"value": "#162e51",
|
|
3954
|
-
"filePath": "tokens/uswds.json",
|
|
3955
|
-
"isSource": true,
|
|
3956
|
-
"original": {
|
|
3957
|
-
"value": "#162e51"
|
|
3958
|
-
},
|
|
3959
|
-
"name": "uswds-system-color-blue-warm-vivid-80",
|
|
3960
|
-
"attributes": {
|
|
3961
|
-
"category": "uswds-system-color-blue-warm-vivid-80"
|
|
3962
|
-
},
|
|
3963
|
-
"path": [
|
|
3964
|
-
"uswds-system-color-blue-warm-vivid-80"
|
|
3965
|
-
]
|
|
3966
|
-
},
|
|
3967
|
-
"uswds-system-color-cyan-5": {
|
|
3968
|
-
"value": "#e7f6f8",
|
|
3969
|
-
"filePath": "tokens/uswds.json",
|
|
3970
|
-
"isSource": true,
|
|
3971
|
-
"original": {
|
|
3972
|
-
"value": "#e7f6f8"
|
|
3973
|
-
},
|
|
3974
|
-
"name": "uswds-system-color-cyan-5",
|
|
3975
|
-
"attributes": {
|
|
3976
|
-
"category": "uswds-system-color-cyan-5"
|
|
3977
|
-
},
|
|
3978
|
-
"path": [
|
|
3979
|
-
"uswds-system-color-cyan-5"
|
|
3980
|
-
]
|
|
3981
|
-
},
|
|
3982
|
-
"uswds-system-color-cyan-20": {
|
|
3983
|
-
"value": "#99deea",
|
|
3984
|
-
"filePath": "tokens/uswds.json",
|
|
3985
|
-
"isSource": true,
|
|
3986
|
-
"original": {
|
|
3987
|
-
"value": "#99deea"
|
|
3988
|
-
},
|
|
3989
|
-
"name": "uswds-system-color-cyan-20",
|
|
3990
|
-
"attributes": {
|
|
3991
|
-
"category": "uswds-system-color-cyan-20"
|
|
3992
|
-
},
|
|
3993
|
-
"path": [
|
|
3994
|
-
"uswds-system-color-cyan-20"
|
|
3995
|
-
]
|
|
3996
|
-
},
|
|
3997
|
-
"uswds-system-color-cyan-vivid-30": {
|
|
3998
|
-
"value": "#00bde3",
|
|
3999
|
-
"filePath": "tokens/uswds.json",
|
|
4000
|
-
"isSource": true,
|
|
4001
|
-
"original": {
|
|
4002
|
-
"value": "#00bde3"
|
|
4003
|
-
},
|
|
4004
|
-
"name": "uswds-system-color-cyan-vivid-30",
|
|
4005
|
-
"attributes": {
|
|
4006
|
-
"category": "uswds-system-color-cyan-vivid-30"
|
|
4007
|
-
},
|
|
4008
|
-
"path": [
|
|
4009
|
-
"uswds-system-color-cyan-vivid-30"
|
|
4010
|
-
]
|
|
4011
|
-
},
|
|
4012
|
-
"uswds-system-color-cyan-vivid-40": {
|
|
4013
|
-
"value": "#009ec1",
|
|
4014
|
-
"filePath": "tokens/uswds.json",
|
|
4015
|
-
"isSource": true,
|
|
4016
|
-
"original": {
|
|
4017
|
-
"value": "#009ec1"
|
|
4018
|
-
},
|
|
4019
|
-
"name": "uswds-system-color-cyan-vivid-40",
|
|
4020
|
-
"attributes": {
|
|
4021
|
-
"category": "uswds-system-color-cyan-vivid-40"
|
|
4022
|
-
},
|
|
4023
|
-
"path": [
|
|
4024
|
-
"uswds-system-color-cyan-vivid-40"
|
|
4025
|
-
]
|
|
4026
|
-
},
|
|
4027
|
-
"uswds-system-color-gold-50": {
|
|
4028
|
-
"value": "#8e704f",
|
|
4029
|
-
"filePath": "tokens/uswds.json",
|
|
4030
|
-
"isSource": true,
|
|
4031
|
-
"original": {
|
|
4032
|
-
"value": "#8e704f"
|
|
4033
|
-
},
|
|
4034
|
-
"name": "uswds-system-color-gold-50",
|
|
4035
|
-
"attributes": {
|
|
4036
|
-
"category": "uswds-system-color-gold-50"
|
|
4037
|
-
},
|
|
4038
|
-
"path": [
|
|
4039
|
-
"uswds-system-color-gold-50"
|
|
4040
|
-
]
|
|
4041
|
-
},
|
|
4042
|
-
"uswds-system-color-gold-vivid-5": {
|
|
4043
|
-
"value": "#fef0c8",
|
|
4044
|
-
"filePath": "tokens/uswds.json",
|
|
4045
|
-
"isSource": true,
|
|
4046
|
-
"original": {
|
|
4047
|
-
"value": "#fef0c8"
|
|
4048
|
-
},
|
|
4049
|
-
"name": "uswds-system-color-gold-vivid-5",
|
|
4050
|
-
"attributes": {
|
|
4051
|
-
"category": "uswds-system-color-gold-vivid-5"
|
|
4052
|
-
},
|
|
4053
|
-
"path": [
|
|
4054
|
-
"uswds-system-color-gold-vivid-5"
|
|
4055
|
-
]
|
|
4056
|
-
},
|
|
4057
|
-
"uswds-system-color-gold-vivid-10": {
|
|
4058
|
-
"value": "#ffe396",
|
|
4059
|
-
"filePath": "tokens/uswds.json",
|
|
4060
|
-
"isSource": true,
|
|
4061
|
-
"original": {
|
|
4062
|
-
"value": "#ffe396"
|
|
4063
|
-
},
|
|
4064
|
-
"name": "uswds-system-color-gold-vivid-10",
|
|
4065
|
-
"attributes": {
|
|
4066
|
-
"category": "uswds-system-color-gold-vivid-10"
|
|
4067
|
-
},
|
|
4068
|
-
"path": [
|
|
4069
|
-
"uswds-system-color-gold-vivid-10"
|
|
4070
|
-
]
|
|
4071
|
-
},
|
|
4072
|
-
"uswds-system-color-gold-vivid-20": {
|
|
4073
|
-
"value": "#ffbe2e",
|
|
4074
|
-
"filePath": "tokens/uswds.json",
|
|
4075
|
-
"isSource": true,
|
|
4076
|
-
"original": {
|
|
4077
|
-
"value": "#ffbe2e"
|
|
4078
|
-
},
|
|
4079
|
-
"name": "uswds-system-color-gold-vivid-20",
|
|
4080
|
-
"attributes": {
|
|
4081
|
-
"category": "uswds-system-color-gold-vivid-20"
|
|
4082
|
-
},
|
|
4083
|
-
"path": [
|
|
4084
|
-
"uswds-system-color-gold-vivid-20"
|
|
4085
|
-
]
|
|
4086
|
-
},
|
|
4087
|
-
"uswds-system-color-gold-vivid-30": {
|
|
4088
|
-
"value": "#e5a000",
|
|
4089
|
-
"filePath": "tokens/uswds.json",
|
|
4090
|
-
"isSource": true,
|
|
4091
|
-
"original": {
|
|
4092
|
-
"value": "#e5a000"
|
|
4093
|
-
},
|
|
4094
|
-
"name": "uswds-system-color-gold-vivid-30",
|
|
4095
|
-
"attributes": {
|
|
4096
|
-
"category": "uswds-system-color-gold-vivid-30"
|
|
4097
|
-
},
|
|
4098
|
-
"path": [
|
|
4099
|
-
"uswds-system-color-gold-vivid-30"
|
|
4100
|
-
]
|
|
4101
|
-
},
|
|
4102
|
-
"uswds-system-color-gold-vivid-40": {
|
|
4103
|
-
"value": "#c2850c",
|
|
4104
|
-
"filePath": "tokens/uswds.json",
|
|
4105
|
-
"isSource": true,
|
|
4106
|
-
"original": {
|
|
4107
|
-
"value": "#c2850c"
|
|
4108
|
-
},
|
|
4109
|
-
"name": "uswds-system-color-gold-vivid-40",
|
|
4110
|
-
"attributes": {
|
|
4111
|
-
"category": "uswds-system-color-gold-vivid-40"
|
|
4112
|
-
},
|
|
4113
|
-
"path": [
|
|
4114
|
-
"uswds-system-color-gold-vivid-40"
|
|
4115
|
-
]
|
|
4116
|
-
},
|
|
4117
|
-
"uswds-system-color-gold-vivid-50": {
|
|
4118
|
-
"value": "#936f38",
|
|
4119
|
-
"filePath": "tokens/uswds.json",
|
|
4120
|
-
"isSource": true,
|
|
4121
|
-
"original": {
|
|
4122
|
-
"value": "#936f38"
|
|
4123
|
-
},
|
|
4124
|
-
"name": "uswds-system-color-gold-vivid-50",
|
|
4125
|
-
"attributes": {
|
|
4126
|
-
"category": "uswds-system-color-gold-vivid-50"
|
|
4127
|
-
},
|
|
4128
|
-
"path": [
|
|
4129
|
-
"uswds-system-color-gold-vivid-50"
|
|
4130
|
-
]
|
|
4131
|
-
},
|
|
4132
|
-
"uswds-system-color-gray-1": {
|
|
4133
|
-
"value": "#fcfcfc",
|
|
4134
|
-
"filePath": "tokens/uswds.json",
|
|
4135
|
-
"isSource": true,
|
|
4136
|
-
"original": {
|
|
4137
|
-
"value": "#fcfcfc"
|
|
4138
|
-
},
|
|
4139
|
-
"name": "uswds-system-color-gray-1",
|
|
4140
|
-
"attributes": {
|
|
4141
|
-
"category": "uswds-system-color-gray-1"
|
|
4142
|
-
},
|
|
4143
|
-
"path": [
|
|
4144
|
-
"uswds-system-color-gray-1"
|
|
4145
|
-
]
|
|
4146
|
-
},
|
|
4147
|
-
"uswds-system-color-gray-2": {
|
|
4148
|
-
"value": "#f9f9f9",
|
|
4149
|
-
"filePath": "tokens/uswds.json",
|
|
4150
|
-
"isSource": true,
|
|
4151
|
-
"original": {
|
|
4152
|
-
"value": "#f9f9f9"
|
|
4153
|
-
},
|
|
4154
|
-
"name": "uswds-system-color-gray-2",
|
|
4155
|
-
"attributes": {
|
|
4156
|
-
"category": "uswds-system-color-gray-2"
|
|
4157
|
-
},
|
|
4158
|
-
"path": [
|
|
4159
|
-
"uswds-system-color-gray-2"
|
|
4160
|
-
]
|
|
4161
|
-
},
|
|
4162
|
-
"uswds-system-color-gray-3": {
|
|
4163
|
-
"value": "#f6f6f6",
|
|
4164
|
-
"filePath": "tokens/uswds.json",
|
|
4165
|
-
"isSource": true,
|
|
4166
|
-
"original": {
|
|
4167
|
-
"value": "#f6f6f6"
|
|
4168
|
-
},
|
|
4169
|
-
"name": "uswds-system-color-gray-3",
|
|
4170
|
-
"attributes": {
|
|
4171
|
-
"category": "uswds-system-color-gray-3"
|
|
4172
|
-
},
|
|
4173
|
-
"path": [
|
|
4174
|
-
"uswds-system-color-gray-3"
|
|
4175
|
-
]
|
|
4176
|
-
},
|
|
4177
|
-
"uswds-system-color-gray-4": {
|
|
4178
|
-
"value": "#f3f3f3",
|
|
4179
|
-
"filePath": "tokens/uswds.json",
|
|
4180
|
-
"isSource": true,
|
|
4181
|
-
"original": {
|
|
4182
|
-
"value": "#f3f3f3"
|
|
4183
|
-
},
|
|
4184
|
-
"name": "uswds-system-color-gray-4",
|
|
4185
|
-
"attributes": {
|
|
4186
|
-
"category": "uswds-system-color-gray-4"
|
|
4187
|
-
},
|
|
4188
|
-
"path": [
|
|
4189
|
-
"uswds-system-color-gray-4"
|
|
4190
|
-
]
|
|
4191
|
-
},
|
|
4192
|
-
"uswds-system-color-gray-5": {
|
|
4193
|
-
"value": "#f0f0f0",
|
|
4194
|
-
"filePath": "tokens/uswds.json",
|
|
4195
|
-
"isSource": true,
|
|
4196
|
-
"original": {
|
|
4197
|
-
"value": "#f0f0f0"
|
|
4198
|
-
},
|
|
4199
|
-
"name": "uswds-system-color-gray-5",
|
|
4200
|
-
"attributes": {
|
|
4201
|
-
"category": "uswds-system-color-gray-5"
|
|
4202
|
-
},
|
|
4203
|
-
"path": [
|
|
4204
|
-
"uswds-system-color-gray-5"
|
|
4205
|
-
]
|
|
4206
|
-
},
|
|
4207
|
-
"uswds-system-color-gray-10": {
|
|
4208
|
-
"value": "#e6e6e6",
|
|
4209
|
-
"filePath": "tokens/uswds.json",
|
|
4210
|
-
"isSource": true,
|
|
4211
|
-
"original": {
|
|
4212
|
-
"value": "#e6e6e6"
|
|
4213
|
-
},
|
|
4214
|
-
"name": "uswds-system-color-gray-10",
|
|
4215
|
-
"attributes": {
|
|
4216
|
-
"category": "uswds-system-color-gray-10"
|
|
4217
|
-
},
|
|
4218
|
-
"path": [
|
|
4219
|
-
"uswds-system-color-gray-10"
|
|
4220
|
-
]
|
|
4221
|
-
},
|
|
4222
|
-
"uswds-system-color-gray-20": {
|
|
4223
|
-
"value": "#c9c9c9",
|
|
4224
|
-
"filePath": "tokens/uswds.json",
|
|
4225
|
-
"isSource": true,
|
|
4226
|
-
"original": {
|
|
4227
|
-
"value": "#c9c9c9"
|
|
4228
|
-
},
|
|
4229
|
-
"name": "uswds-system-color-gray-20",
|
|
4230
|
-
"attributes": {
|
|
4231
|
-
"category": "uswds-system-color-gray-20"
|
|
4232
|
-
},
|
|
4233
|
-
"path": [
|
|
4234
|
-
"uswds-system-color-gray-20"
|
|
4235
|
-
]
|
|
4236
|
-
},
|
|
4237
|
-
"uswds-system-color-gray-30": {
|
|
4238
|
-
"value": "#adadad",
|
|
4239
|
-
"filePath": "tokens/uswds.json",
|
|
4240
|
-
"isSource": true,
|
|
4241
|
-
"original": {
|
|
4242
|
-
"value": "#adadad"
|
|
4243
|
-
},
|
|
4244
|
-
"name": "uswds-system-color-gray-30",
|
|
4245
|
-
"attributes": {
|
|
4246
|
-
"category": "uswds-system-color-gray-30"
|
|
4247
|
-
},
|
|
4248
|
-
"path": [
|
|
4249
|
-
"uswds-system-color-gray-30"
|
|
4250
|
-
]
|
|
4251
|
-
},
|
|
4252
|
-
"uswds-system-color-gray-40": {
|
|
4253
|
-
"value": "#919191",
|
|
4254
|
-
"filePath": "tokens/uswds.json",
|
|
4255
|
-
"isSource": true,
|
|
4256
|
-
"original": {
|
|
4257
|
-
"value": "#919191"
|
|
4258
|
-
},
|
|
4259
|
-
"name": "uswds-system-color-gray-40",
|
|
4260
|
-
"attributes": {
|
|
4261
|
-
"category": "uswds-system-color-gray-40"
|
|
4262
|
-
},
|
|
4263
|
-
"path": [
|
|
4264
|
-
"uswds-system-color-gray-40"
|
|
4265
|
-
]
|
|
4266
|
-
},
|
|
4267
|
-
"uswds-system-color-gray-50": {
|
|
4268
|
-
"value": "#757575",
|
|
4269
|
-
"filePath": "tokens/uswds.json",
|
|
4270
|
-
"isSource": true,
|
|
4271
|
-
"original": {
|
|
4272
|
-
"value": "#757575"
|
|
4273
|
-
},
|
|
4274
|
-
"name": "uswds-system-color-gray-50",
|
|
4275
|
-
"attributes": {
|
|
4276
|
-
"category": "uswds-system-color-gray-50"
|
|
4277
|
-
},
|
|
4278
|
-
"path": [
|
|
4279
|
-
"uswds-system-color-gray-50"
|
|
4280
|
-
]
|
|
4281
|
-
},
|
|
4282
|
-
"uswds-system-color-gray-60": {
|
|
4283
|
-
"value": "#5c5c5c",
|
|
4284
|
-
"filePath": "tokens/uswds.json",
|
|
4285
|
-
"isSource": true,
|
|
4286
|
-
"original": {
|
|
4287
|
-
"value": "#5c5c5c"
|
|
4288
|
-
},
|
|
4289
|
-
"name": "uswds-system-color-gray-60",
|
|
4290
|
-
"attributes": {
|
|
4291
|
-
"category": "uswds-system-color-gray-60"
|
|
4292
|
-
},
|
|
4293
|
-
"path": [
|
|
4294
|
-
"uswds-system-color-gray-60"
|
|
4295
|
-
]
|
|
4296
|
-
},
|
|
4297
|
-
"uswds-system-color-gray-70": {
|
|
4298
|
-
"value": "#454545",
|
|
4299
|
-
"filePath": "tokens/uswds.json",
|
|
4300
|
-
"isSource": true,
|
|
4301
|
-
"original": {
|
|
4302
|
-
"value": "#454545"
|
|
4303
|
-
},
|
|
4304
|
-
"name": "uswds-system-color-gray-70",
|
|
4305
|
-
"attributes": {
|
|
4306
|
-
"category": "uswds-system-color-gray-70"
|
|
4307
|
-
},
|
|
4308
|
-
"path": [
|
|
4309
|
-
"uswds-system-color-gray-70"
|
|
4310
|
-
]
|
|
4311
|
-
},
|
|
4312
|
-
"uswds-system-color-gray-80": {
|
|
4313
|
-
"value": "#2e2e2e",
|
|
4314
|
-
"filePath": "tokens/uswds.json",
|
|
4315
|
-
"isSource": true,
|
|
4316
|
-
"original": {
|
|
4317
|
-
"value": "#2e2e2e"
|
|
4318
|
-
},
|
|
4319
|
-
"name": "uswds-system-color-gray-80",
|
|
4320
|
-
"attributes": {
|
|
4321
|
-
"category": "uswds-system-color-gray-80"
|
|
4322
|
-
},
|
|
4323
|
-
"path": [
|
|
4324
|
-
"uswds-system-color-gray-80"
|
|
4325
|
-
]
|
|
4326
|
-
},
|
|
4327
|
-
"uswds-system-color-gray-90": {
|
|
4328
|
-
"value": "#1b1b1b",
|
|
4329
|
-
"filePath": "tokens/uswds.json",
|
|
4330
|
-
"isSource": true,
|
|
4331
|
-
"original": {
|
|
4332
|
-
"value": "#1b1b1b"
|
|
4333
|
-
},
|
|
4334
|
-
"name": "uswds-system-color-gray-90",
|
|
4335
|
-
"attributes": {
|
|
4336
|
-
"category": "uswds-system-color-gray-90"
|
|
4337
|
-
},
|
|
4338
|
-
"path": [
|
|
4339
|
-
"uswds-system-color-gray-90"
|
|
4340
|
-
]
|
|
4341
|
-
},
|
|
4342
|
-
"uswds-system-color-gray-100": {
|
|
4343
|
-
"value": "#000000",
|
|
4344
|
-
"filePath": "tokens/uswds.json",
|
|
4345
|
-
"isSource": true,
|
|
4346
|
-
"original": {
|
|
4347
|
-
"value": "#000000"
|
|
4348
|
-
},
|
|
4349
|
-
"name": "uswds-system-color-gray-100",
|
|
4350
|
-
"attributes": {
|
|
4351
|
-
"category": "uswds-system-color-gray-100"
|
|
4352
|
-
},
|
|
4353
|
-
"path": [
|
|
4354
|
-
"uswds-system-color-gray-100"
|
|
4355
|
-
]
|
|
4356
|
-
},
|
|
4357
|
-
"uswds-system-color-gray-cool-1": {
|
|
4358
|
-
"value": "#fbfcfd",
|
|
4359
|
-
"filePath": "tokens/uswds.json",
|
|
4360
|
-
"isSource": true,
|
|
4361
|
-
"original": {
|
|
4362
|
-
"value": "#fbfcfd"
|
|
4363
|
-
},
|
|
4364
|
-
"name": "uswds-system-color-gray-cool-1",
|
|
4365
|
-
"attributes": {
|
|
4366
|
-
"category": "uswds-system-color-gray-cool-1"
|
|
4367
|
-
},
|
|
4368
|
-
"path": [
|
|
4369
|
-
"uswds-system-color-gray-cool-1"
|
|
4370
|
-
]
|
|
4371
|
-
},
|
|
4372
|
-
"uswds-system-color-gray-cool-2": {
|
|
4373
|
-
"value": "#f7f9fa",
|
|
4374
|
-
"filePath": "tokens/uswds.json",
|
|
4375
|
-
"isSource": true,
|
|
4376
|
-
"original": {
|
|
4377
|
-
"value": "#f7f9fa"
|
|
4378
|
-
},
|
|
4379
|
-
"name": "uswds-system-color-gray-cool-2",
|
|
4380
|
-
"attributes": {
|
|
4381
|
-
"category": "uswds-system-color-gray-cool-2"
|
|
4382
|
-
},
|
|
4383
|
-
"path": [
|
|
4384
|
-
"uswds-system-color-gray-cool-2"
|
|
4385
|
-
]
|
|
4386
|
-
},
|
|
4387
|
-
"uswds-system-color-gray-cool-3": {
|
|
4388
|
-
"value": "#f5f6f7",
|
|
4389
|
-
"filePath": "tokens/uswds.json",
|
|
4390
|
-
"isSource": true,
|
|
4391
|
-
"original": {
|
|
4392
|
-
"value": "#f5f6f7"
|
|
4393
|
-
},
|
|
4394
|
-
"name": "uswds-system-color-gray-cool-3",
|
|
4395
|
-
"attributes": {
|
|
4396
|
-
"category": "uswds-system-color-gray-cool-3"
|
|
4397
|
-
},
|
|
4398
|
-
"path": [
|
|
4399
|
-
"uswds-system-color-gray-cool-3"
|
|
4400
|
-
]
|
|
4401
|
-
},
|
|
4402
|
-
"uswds-system-color-gray-cool-4": {
|
|
4403
|
-
"value": "#f1f3f6",
|
|
4404
|
-
"filePath": "tokens/uswds.json",
|
|
4405
|
-
"isSource": true,
|
|
4406
|
-
"original": {
|
|
4407
|
-
"value": "#f1f3f6"
|
|
4408
|
-
},
|
|
4409
|
-
"name": "uswds-system-color-gray-cool-4",
|
|
4410
|
-
"attributes": {
|
|
4411
|
-
"category": "uswds-system-color-gray-cool-4"
|
|
4412
|
-
},
|
|
4413
|
-
"path": [
|
|
4414
|
-
"uswds-system-color-gray-cool-4"
|
|
4415
|
-
]
|
|
4416
|
-
},
|
|
4417
|
-
"uswds-system-color-gray-cool-5": {
|
|
4418
|
-
"value": "#edeff0",
|
|
4419
|
-
"filePath": "tokens/uswds.json",
|
|
4420
|
-
"isSource": true,
|
|
4421
|
-
"original": {
|
|
4422
|
-
"value": "#edeff0"
|
|
4423
|
-
},
|
|
4424
|
-
"name": "uswds-system-color-gray-cool-5",
|
|
4425
|
-
"attributes": {
|
|
4426
|
-
"category": "uswds-system-color-gray-cool-5"
|
|
4427
|
-
},
|
|
4428
|
-
"path": [
|
|
4429
|
-
"uswds-system-color-gray-cool-5"
|
|
4430
|
-
]
|
|
4431
|
-
},
|
|
4432
|
-
"uswds-system-color-gray-cool-10": {
|
|
4433
|
-
"value": "#dfe1e2",
|
|
4434
|
-
"filePath": "tokens/uswds.json",
|
|
4435
|
-
"isSource": true,
|
|
4436
|
-
"original": {
|
|
4437
|
-
"value": "#dfe1e2"
|
|
4438
|
-
},
|
|
4439
|
-
"name": "uswds-system-color-gray-cool-10",
|
|
4440
|
-
"attributes": {
|
|
4441
|
-
"category": "uswds-system-color-gray-cool-10"
|
|
4442
|
-
},
|
|
4443
|
-
"path": [
|
|
4444
|
-
"uswds-system-color-gray-cool-10"
|
|
4445
|
-
]
|
|
4446
|
-
},
|
|
4447
|
-
"uswds-system-color-gray-cool-20": {
|
|
4448
|
-
"value": "#c6cace",
|
|
4449
|
-
"filePath": "tokens/uswds.json",
|
|
4450
|
-
"isSource": true,
|
|
4451
|
-
"original": {
|
|
4452
|
-
"value": "#c6cace"
|
|
4453
|
-
},
|
|
4454
|
-
"name": "uswds-system-color-gray-cool-20",
|
|
4455
|
-
"attributes": {
|
|
4456
|
-
"category": "uswds-system-color-gray-cool-20"
|
|
4457
|
-
},
|
|
4458
|
-
"path": [
|
|
4459
|
-
"uswds-system-color-gray-cool-20"
|
|
4460
|
-
]
|
|
4461
|
-
},
|
|
4462
|
-
"uswds-system-color-gray-cool-30": {
|
|
4463
|
-
"value": "#a9aeb1",
|
|
4464
|
-
"filePath": "tokens/uswds.json",
|
|
4465
|
-
"isSource": true,
|
|
4466
|
-
"original": {
|
|
4467
|
-
"value": "#a9aeb1"
|
|
4468
|
-
},
|
|
4469
|
-
"name": "uswds-system-color-gray-cool-30",
|
|
4470
|
-
"attributes": {
|
|
4471
|
-
"category": "uswds-system-color-gray-cool-30"
|
|
4472
|
-
},
|
|
4473
|
-
"path": [
|
|
4474
|
-
"uswds-system-color-gray-cool-30"
|
|
4475
|
-
]
|
|
4476
|
-
},
|
|
4477
|
-
"uswds-system-color-gray-cool-40": {
|
|
4478
|
-
"value": "#8d9297",
|
|
4479
|
-
"filePath": "tokens/uswds.json",
|
|
4480
|
-
"isSource": true,
|
|
4481
|
-
"original": {
|
|
4482
|
-
"value": "#8d9297"
|
|
4483
|
-
},
|
|
4484
|
-
"name": "uswds-system-color-gray-cool-40",
|
|
4485
|
-
"attributes": {
|
|
4486
|
-
"category": "uswds-system-color-gray-cool-40"
|
|
4487
|
-
},
|
|
4488
|
-
"path": [
|
|
4489
|
-
"uswds-system-color-gray-cool-40"
|
|
4490
|
-
]
|
|
4491
|
-
},
|
|
4492
|
-
"uswds-system-color-gray-cool-50": {
|
|
4493
|
-
"value": "#71767a",
|
|
4494
|
-
"filePath": "tokens/uswds.json",
|
|
4495
|
-
"isSource": true,
|
|
4496
|
-
"original": {
|
|
4497
|
-
"value": "#71767a"
|
|
4498
|
-
},
|
|
4499
|
-
"name": "uswds-system-color-gray-cool-50",
|
|
4500
|
-
"attributes": {
|
|
4501
|
-
"category": "uswds-system-color-gray-cool-50"
|
|
4502
|
-
},
|
|
4503
|
-
"path": [
|
|
4504
|
-
"uswds-system-color-gray-cool-50"
|
|
4505
|
-
]
|
|
4506
|
-
},
|
|
4507
|
-
"uswds-system-color-gray-cool-60": {
|
|
4508
|
-
"value": "#565c65",
|
|
4509
|
-
"filePath": "tokens/uswds.json",
|
|
4510
|
-
"isSource": true,
|
|
4511
|
-
"original": {
|
|
4512
|
-
"value": "#565c65"
|
|
4513
|
-
},
|
|
4514
|
-
"name": "uswds-system-color-gray-cool-60",
|
|
4515
|
-
"attributes": {
|
|
4516
|
-
"category": "uswds-system-color-gray-cool-60"
|
|
4517
|
-
},
|
|
4518
|
-
"path": [
|
|
4519
|
-
"uswds-system-color-gray-cool-60"
|
|
4520
|
-
]
|
|
4521
|
-
},
|
|
4522
|
-
"uswds-system-color-gray-cool-70": {
|
|
4523
|
-
"value": "#3d4551",
|
|
4524
|
-
"filePath": "tokens/uswds.json",
|
|
4525
|
-
"isSource": true,
|
|
4526
|
-
"original": {
|
|
4527
|
-
"value": "#3d4551"
|
|
4528
|
-
},
|
|
4529
|
-
"name": "uswds-system-color-gray-cool-70",
|
|
4530
|
-
"attributes": {
|
|
4531
|
-
"category": "uswds-system-color-gray-cool-70"
|
|
4532
|
-
},
|
|
4533
|
-
"path": [
|
|
4534
|
-
"uswds-system-color-gray-cool-70"
|
|
4535
|
-
]
|
|
4536
|
-
},
|
|
4537
|
-
"uswds-system-color-gray-cool-80": {
|
|
4538
|
-
"value": "#2d2e2f",
|
|
4539
|
-
"filePath": "tokens/uswds.json",
|
|
4540
|
-
"isSource": true,
|
|
4541
|
-
"original": {
|
|
4542
|
-
"value": "#2d2e2f"
|
|
4543
|
-
},
|
|
4544
|
-
"name": "uswds-system-color-gray-cool-80",
|
|
4545
|
-
"attributes": {
|
|
4546
|
-
"category": "uswds-system-color-gray-cool-80"
|
|
4547
|
-
},
|
|
4548
|
-
"path": [
|
|
4549
|
-
"uswds-system-color-gray-cool-80"
|
|
4550
|
-
]
|
|
4551
|
-
},
|
|
4552
|
-
"uswds-system-color-gray-cool-90": {
|
|
4553
|
-
"value": "#1c1d1f",
|
|
4554
|
-
"filePath": "tokens/uswds.json",
|
|
4555
|
-
"isSource": true,
|
|
4556
|
-
"original": {
|
|
4557
|
-
"value": "#1c1d1f"
|
|
4558
|
-
},
|
|
4559
|
-
"name": "uswds-system-color-gray-cool-90",
|
|
4560
|
-
"attributes": {
|
|
4561
|
-
"category": "uswds-system-color-gray-cool-90"
|
|
4562
|
-
},
|
|
4563
|
-
"path": [
|
|
4564
|
-
"uswds-system-color-gray-cool-90"
|
|
4565
|
-
]
|
|
4566
|
-
},
|
|
4567
|
-
"uswds-system-color-gray-warm-10": {
|
|
4568
|
-
"value": "#e6e6e2",
|
|
4569
|
-
"filePath": "tokens/uswds.json",
|
|
4570
|
-
"isSource": true,
|
|
4571
|
-
"original": {
|
|
4572
|
-
"value": "#e6e6e2"
|
|
4573
|
-
},
|
|
4574
|
-
"name": "uswds-system-color-gray-warm-10",
|
|
4575
|
-
"attributes": {
|
|
4576
|
-
"category": "uswds-system-color-gray-warm-10"
|
|
4577
|
-
},
|
|
4578
|
-
"path": [
|
|
4579
|
-
"uswds-system-color-gray-warm-10"
|
|
4580
|
-
]
|
|
4581
|
-
},
|
|
4582
|
-
"uswds-system-color-gray-warm-70": {
|
|
4583
|
-
"value": "#454540",
|
|
4584
|
-
"filePath": "tokens/uswds.json",
|
|
4585
|
-
"isSource": true,
|
|
4586
|
-
"original": {
|
|
4587
|
-
"value": "#454540"
|
|
4588
|
-
},
|
|
4589
|
-
"name": "uswds-system-color-gray-warm-70",
|
|
4590
|
-
"attributes": {
|
|
4591
|
-
"category": "uswds-system-color-gray-warm-70"
|
|
4592
|
-
},
|
|
4593
|
-
"path": [
|
|
4594
|
-
"uswds-system-color-gray-warm-70"
|
|
4595
|
-
]
|
|
4596
|
-
},
|
|
4597
|
-
"uswds-system-color-gray-warm-90": {
|
|
4598
|
-
"value": "#171716",
|
|
4599
|
-
"filePath": "tokens/uswds.json",
|
|
4600
|
-
"isSource": true,
|
|
4601
|
-
"original": {
|
|
4602
|
-
"value": "#171716"
|
|
4603
|
-
},
|
|
4604
|
-
"name": "uswds-system-color-gray-warm-90",
|
|
4605
|
-
"attributes": {
|
|
4606
|
-
"category": "uswds-system-color-gray-warm-90"
|
|
4607
|
-
},
|
|
4608
|
-
"path": [
|
|
4609
|
-
"uswds-system-color-gray-warm-90"
|
|
4610
|
-
]
|
|
4611
|
-
},
|
|
4612
|
-
"uswds-system-color-green-warm-50": {
|
|
4613
|
-
"value": "#6f7a41",
|
|
4614
|
-
"filePath": "tokens/uswds.json",
|
|
4615
|
-
"isSource": true,
|
|
4616
|
-
"original": {
|
|
4617
|
-
"value": "#6f7a41"
|
|
4618
|
-
},
|
|
4619
|
-
"name": "uswds-system-color-green-warm-50",
|
|
4620
|
-
"attributes": {
|
|
4621
|
-
"category": "uswds-system-color-green-warm-50"
|
|
4622
|
-
},
|
|
4623
|
-
"path": [
|
|
4624
|
-
"uswds-system-color-green-warm-50"
|
|
4625
|
-
]
|
|
4626
|
-
},
|
|
4627
|
-
"uswds-system-color-green-cool-5": {
|
|
4628
|
-
"value": "#ecf3ec",
|
|
4629
|
-
"filePath": "tokens/uswds.json",
|
|
4630
|
-
"isSource": true,
|
|
4631
|
-
"original": {
|
|
4632
|
-
"value": "#ecf3ec"
|
|
4633
|
-
},
|
|
4634
|
-
"name": "uswds-system-color-green-cool-5",
|
|
4635
|
-
"attributes": {
|
|
4636
|
-
"category": "uswds-system-color-green-cool-5"
|
|
4637
|
-
},
|
|
4638
|
-
"path": [
|
|
4639
|
-
"uswds-system-color-green-cool-5"
|
|
4640
|
-
]
|
|
4641
|
-
},
|
|
4642
|
-
"uswds-system-color-green-cool-20": {
|
|
4643
|
-
"value": "#b4d0b9",
|
|
4644
|
-
"filePath": "tokens/uswds.json",
|
|
4645
|
-
"isSource": true,
|
|
4646
|
-
"original": {
|
|
4647
|
-
"value": "#b4d0b9"
|
|
4648
|
-
},
|
|
4649
|
-
"name": "uswds-system-color-green-cool-20",
|
|
4650
|
-
"attributes": {
|
|
4651
|
-
"category": "uswds-system-color-green-cool-20"
|
|
4652
|
-
},
|
|
4653
|
-
"path": [
|
|
4654
|
-
"uswds-system-color-green-cool-20"
|
|
4655
|
-
]
|
|
4656
|
-
},
|
|
4657
|
-
"uswds-system-color-green-cool-40": {
|
|
4658
|
-
"value": "#5e9f69",
|
|
4659
|
-
"filePath": "tokens/uswds.json",
|
|
4660
|
-
"isSource": true,
|
|
4661
|
-
"original": {
|
|
4662
|
-
"value": "#5e9f69"
|
|
4663
|
-
},
|
|
4664
|
-
"name": "uswds-system-color-green-cool-40",
|
|
4665
|
-
"attributes": {
|
|
4666
|
-
"category": "uswds-system-color-green-cool-40"
|
|
4667
|
-
},
|
|
4668
|
-
"path": [
|
|
4669
|
-
"uswds-system-color-green-cool-40"
|
|
4670
|
-
]
|
|
4671
|
-
},
|
|
4672
|
-
"uswds-system-color-green-cool-50": {
|
|
4673
|
-
"value": "#4d8055",
|
|
4674
|
-
"filePath": "tokens/uswds.json",
|
|
4675
|
-
"isSource": true,
|
|
4676
|
-
"original": {
|
|
4677
|
-
"value": "#4d8055"
|
|
4678
|
-
},
|
|
4679
|
-
"name": "uswds-system-color-green-cool-50",
|
|
4680
|
-
"attributes": {
|
|
4681
|
-
"category": "uswds-system-color-green-cool-50"
|
|
4682
|
-
},
|
|
4683
|
-
"path": [
|
|
4684
|
-
"uswds-system-color-green-cool-50"
|
|
4685
|
-
]
|
|
4686
|
-
},
|
|
4687
|
-
"uswds-system-color-green-cool-vivid-20": {
|
|
4688
|
-
"value": "#70e17b",
|
|
4689
|
-
"filePath": "tokens/uswds.json",
|
|
4690
|
-
"isSource": true,
|
|
4691
|
-
"original": {
|
|
4692
|
-
"value": "#70e17b"
|
|
4693
|
-
},
|
|
4694
|
-
"name": "uswds-system-color-green-cool-vivid-20",
|
|
4695
|
-
"attributes": {
|
|
4696
|
-
"category": "uswds-system-color-green-cool-vivid-20"
|
|
4697
|
-
},
|
|
4698
|
-
"path": [
|
|
4699
|
-
"uswds-system-color-green-cool-vivid-20"
|
|
4700
|
-
]
|
|
4701
|
-
},
|
|
4702
|
-
"uswds-system-color-green-cool-vivid-30": {
|
|
4703
|
-
"value": "#21c834",
|
|
4704
|
-
"filePath": "tokens/uswds.json",
|
|
4705
|
-
"isSource": true,
|
|
4706
|
-
"original": {
|
|
4707
|
-
"value": "#21c834"
|
|
4708
|
-
},
|
|
4709
|
-
"name": "uswds-system-color-green-cool-vivid-30",
|
|
4710
|
-
"attributes": {
|
|
4711
|
-
"category": "uswds-system-color-green-cool-vivid-30"
|
|
4712
|
-
},
|
|
4713
|
-
"path": [
|
|
4714
|
-
"uswds-system-color-green-cool-vivid-30"
|
|
4715
|
-
]
|
|
4716
|
-
},
|
|
4717
|
-
"uswds-system-color-green-cool-vivid-40": {
|
|
4718
|
-
"value": "#00a91c",
|
|
4719
|
-
"filePath": "tokens/uswds.json",
|
|
4720
|
-
"isSource": true,
|
|
4721
|
-
"original": {
|
|
4722
|
-
"value": "#00a91c"
|
|
4723
|
-
},
|
|
4724
|
-
"name": "uswds-system-color-green-cool-vivid-40",
|
|
4725
|
-
"attributes": {
|
|
4726
|
-
"category": "uswds-system-color-green-cool-vivid-40"
|
|
4727
|
-
},
|
|
4728
|
-
"path": [
|
|
4729
|
-
"uswds-system-color-green-cool-vivid-40"
|
|
4730
|
-
]
|
|
4731
|
-
},
|
|
4732
|
-
"uswds-system-color-green-cool-vivid-50": {
|
|
4733
|
-
"value": "#008817",
|
|
4734
|
-
"filePath": "tokens/uswds.json",
|
|
4735
|
-
"isSource": true,
|
|
4736
|
-
"original": {
|
|
4737
|
-
"value": "#008817"
|
|
4738
|
-
},
|
|
4739
|
-
"name": "uswds-system-color-green-cool-vivid-50",
|
|
4740
|
-
"attributes": {
|
|
4741
|
-
"category": "uswds-system-color-green-cool-vivid-50"
|
|
4742
|
-
},
|
|
4743
|
-
"path": [
|
|
4744
|
-
"uswds-system-color-green-cool-vivid-50"
|
|
4745
|
-
]
|
|
4746
|
-
},
|
|
4747
|
-
"uswds-system-color-green-cool-vivid-60": {
|
|
4748
|
-
"value": "#216e1f",
|
|
4749
|
-
"filePath": "tokens/uswds.json",
|
|
4750
|
-
"isSource": true,
|
|
4751
|
-
"original": {
|
|
4752
|
-
"value": "#216e1f"
|
|
4753
|
-
},
|
|
4754
|
-
"name": "uswds-system-color-green-cool-vivid-60",
|
|
4755
|
-
"attributes": {
|
|
4756
|
-
"category": "uswds-system-color-green-cool-vivid-60"
|
|
4757
|
-
},
|
|
4758
|
-
"path": [
|
|
4759
|
-
"uswds-system-color-green-cool-vivid-60"
|
|
4760
|
-
]
|
|
4761
|
-
},
|
|
4762
|
-
"uswds-system-color-green-cool-vivid-70": {
|
|
4763
|
-
"value": "#154c21",
|
|
4764
|
-
"filePath": "tokens/uswds.json",
|
|
4765
|
-
"isSource": true,
|
|
4766
|
-
"original": {
|
|
4767
|
-
"value": "#154c21"
|
|
4768
|
-
},
|
|
4769
|
-
"name": "uswds-system-color-green-cool-vivid-70",
|
|
4770
|
-
"attributes": {
|
|
4771
|
-
"category": "uswds-system-color-green-cool-vivid-70"
|
|
4772
|
-
},
|
|
4773
|
-
"path": [
|
|
4774
|
-
"uswds-system-color-green-cool-vivid-70"
|
|
4775
|
-
]
|
|
4776
|
-
},
|
|
4777
|
-
"uswds-system-color-green-cool-vivid-80": {
|
|
4778
|
-
"value": "#19311e",
|
|
4779
|
-
"filePath": "tokens/uswds.json",
|
|
4780
|
-
"isSource": true,
|
|
4781
|
-
"original": {
|
|
4782
|
-
"value": "#19311e"
|
|
4783
|
-
},
|
|
4784
|
-
"name": "uswds-system-color-green-cool-vivid-80",
|
|
4785
|
-
"attributes": {
|
|
4786
|
-
"category": "uswds-system-color-green-cool-vivid-80"
|
|
4787
|
-
},
|
|
4788
|
-
"path": [
|
|
4789
|
-
"uswds-system-color-green-cool-vivid-80"
|
|
4790
|
-
]
|
|
4791
|
-
},
|
|
4792
|
-
"uswds-system-color-orange-40": {
|
|
4793
|
-
"value": "#dd7533",
|
|
4794
|
-
"filePath": "tokens/uswds.json",
|
|
4795
|
-
"isSource": true,
|
|
4796
|
-
"original": {
|
|
4797
|
-
"value": "#dd7533"
|
|
4798
|
-
},
|
|
4799
|
-
"name": "uswds-system-color-orange-40",
|
|
4800
|
-
"attributes": {
|
|
4801
|
-
"category": "uswds-system-color-orange-40"
|
|
4802
|
-
},
|
|
4803
|
-
"path": [
|
|
4804
|
-
"uswds-system-color-orange-40"
|
|
4805
|
-
]
|
|
4806
|
-
},
|
|
4807
|
-
"uswds-system-color-orange-warm-50": {
|
|
4808
|
-
"value": "#bd5727",
|
|
4809
|
-
"filePath": "tokens/uswds.json",
|
|
4810
|
-
"isSource": true,
|
|
4811
|
-
"original": {
|
|
4812
|
-
"value": "#bd5727"
|
|
4813
|
-
},
|
|
4814
|
-
"name": "uswds-system-color-orange-warm-50",
|
|
4815
|
-
"attributes": {
|
|
4816
|
-
"category": "uswds-system-color-orange-warm-50"
|
|
4817
|
-
},
|
|
4818
|
-
"path": [
|
|
4819
|
-
"uswds-system-color-orange-warm-50"
|
|
4820
|
-
]
|
|
4821
|
-
},
|
|
4822
|
-
"uswds-system-color-red-30": {
|
|
4823
|
-
"value": "#f2938c",
|
|
4824
|
-
"filePath": "tokens/uswds.json",
|
|
4825
|
-
"isSource": true,
|
|
4826
|
-
"original": {
|
|
4827
|
-
"value": "#f2938c"
|
|
4828
|
-
},
|
|
4829
|
-
"name": "uswds-system-color-red-30",
|
|
4830
|
-
"attributes": {
|
|
4831
|
-
"category": "uswds-system-color-red-30"
|
|
4832
|
-
},
|
|
4833
|
-
"path": [
|
|
4834
|
-
"uswds-system-color-red-30"
|
|
4835
|
-
]
|
|
4836
|
-
},
|
|
4837
|
-
"uswds-system-color-red-50": {
|
|
4838
|
-
"value": "#d83933",
|
|
4839
|
-
"filePath": "tokens/uswds.json",
|
|
4840
|
-
"isSource": true,
|
|
4841
|
-
"original": {
|
|
4842
|
-
"value": "#d83933"
|
|
4843
|
-
},
|
|
4844
|
-
"name": "uswds-system-color-red-50",
|
|
4845
|
-
"attributes": {
|
|
4846
|
-
"category": "uswds-system-color-red-50"
|
|
4847
|
-
},
|
|
4848
|
-
"path": [
|
|
4849
|
-
"uswds-system-color-red-50"
|
|
4850
|
-
]
|
|
4851
|
-
},
|
|
4852
|
-
"uswds-system-color-red-60": {
|
|
4853
|
-
"value": "#a23737",
|
|
4854
|
-
"filePath": "tokens/uswds.json",
|
|
4855
|
-
"isSource": true,
|
|
4856
|
-
"original": {
|
|
4857
|
-
"value": "#a23737"
|
|
4858
|
-
},
|
|
4859
|
-
"name": "uswds-system-color-red-60",
|
|
4860
|
-
"attributes": {
|
|
4861
|
-
"category": "uswds-system-color-red-60"
|
|
4862
|
-
},
|
|
4863
|
-
"path": [
|
|
4864
|
-
"uswds-system-color-red-60"
|
|
4865
|
-
]
|
|
4866
|
-
},
|
|
4867
|
-
"uswds-system-color-red-70": {
|
|
4868
|
-
"value": "#6f3331",
|
|
4869
|
-
"filePath": "tokens/uswds.json",
|
|
4870
|
-
"isSource": true,
|
|
4871
|
-
"original": {
|
|
4872
|
-
"value": "#6f3331"
|
|
4873
|
-
},
|
|
4874
|
-
"name": "uswds-system-color-red-70",
|
|
4875
|
-
"attributes": {
|
|
4876
|
-
"category": "uswds-system-color-red-70"
|
|
4877
|
-
},
|
|
4878
|
-
"path": [
|
|
4879
|
-
"uswds-system-color-red-70"
|
|
4880
|
-
]
|
|
4881
|
-
},
|
|
4882
|
-
"uswds-system-color-red-vivid-40": {
|
|
4883
|
-
"value": "#fb5a47",
|
|
4884
|
-
"filePath": "tokens/uswds.json",
|
|
4885
|
-
"isSource": true,
|
|
4886
|
-
"original": {
|
|
4887
|
-
"value": "#fb5a47"
|
|
4888
|
-
},
|
|
4889
|
-
"name": "uswds-system-color-red-vivid-40",
|
|
4890
|
-
"attributes": {
|
|
4891
|
-
"category": "uswds-system-color-red-vivid-40"
|
|
4892
|
-
},
|
|
4893
|
-
"path": [
|
|
4894
|
-
"uswds-system-color-red-vivid-40"
|
|
4895
|
-
]
|
|
4896
|
-
},
|
|
4897
|
-
"uswds-system-color-red-vivid-60": {
|
|
4898
|
-
"value": "#b50909",
|
|
4899
|
-
"filePath": "tokens/uswds.json",
|
|
4900
|
-
"isSource": true,
|
|
4901
|
-
"original": {
|
|
4902
|
-
"value": "#b50909"
|
|
4903
|
-
},
|
|
4904
|
-
"name": "uswds-system-color-red-vivid-60",
|
|
4905
|
-
"attributes": {
|
|
4906
|
-
"category": "uswds-system-color-red-vivid-60"
|
|
4907
|
-
},
|
|
4908
|
-
"path": [
|
|
4909
|
-
"uswds-system-color-red-vivid-60"
|
|
4910
|
-
]
|
|
4911
|
-
},
|
|
4912
|
-
"uswds-system-color-red-vivid-70": {
|
|
4913
|
-
"value": "#8b0a03",
|
|
4914
|
-
"filePath": "tokens/uswds.json",
|
|
4915
|
-
"isSource": true,
|
|
4916
|
-
"original": {
|
|
4917
|
-
"value": "#8b0a03"
|
|
4918
|
-
},
|
|
4919
|
-
"name": "uswds-system-color-red-vivid-70",
|
|
4920
|
-
"attributes": {
|
|
4921
|
-
"category": "uswds-system-color-red-vivid-70"
|
|
4922
|
-
},
|
|
4923
|
-
"path": [
|
|
4924
|
-
"uswds-system-color-red-vivid-70"
|
|
4925
|
-
]
|
|
4926
|
-
},
|
|
4927
|
-
"uswds-system-color-red-vivid-80": {
|
|
4928
|
-
"value": "#5c1111",
|
|
4929
|
-
"filePath": "tokens/uswds.json",
|
|
4930
|
-
"isSource": true,
|
|
4931
|
-
"original": {
|
|
4932
|
-
"value": "#5c1111"
|
|
4933
|
-
},
|
|
4934
|
-
"name": "uswds-system-color-red-vivid-80",
|
|
4935
|
-
"attributes": {
|
|
4936
|
-
"category": "uswds-system-color-red-vivid-80"
|
|
4937
|
-
},
|
|
4938
|
-
"path": [
|
|
4939
|
-
"uswds-system-color-red-vivid-80"
|
|
4940
|
-
]
|
|
4941
|
-
},
|
|
4942
|
-
"uswds-system-color-red-cool-vivid-10": {
|
|
4943
|
-
"value": "#f8dfe2",
|
|
4944
|
-
"filePath": "tokens/uswds.json",
|
|
4945
|
-
"isSource": true,
|
|
4946
|
-
"original": {
|
|
4947
|
-
"value": "#f8dfe2"
|
|
4948
|
-
},
|
|
4949
|
-
"name": "uswds-system-color-red-cool-vivid-10",
|
|
4950
|
-
"attributes": {
|
|
4951
|
-
"category": "uswds-system-color-red-cool-vivid-10"
|
|
4952
|
-
},
|
|
4953
|
-
"path": [
|
|
4954
|
-
"uswds-system-color-red-cool-vivid-10"
|
|
4955
|
-
]
|
|
4956
|
-
},
|
|
4957
|
-
"uswds-system-color-red-cool-vivid-50": {
|
|
4958
|
-
"value": "#e41d3d",
|
|
4959
|
-
"filePath": "tokens/uswds.json",
|
|
4960
|
-
"isSource": true,
|
|
4961
|
-
"original": {
|
|
4962
|
-
"value": "#e41d3d"
|
|
4963
|
-
},
|
|
4964
|
-
"name": "uswds-system-color-red-cool-vivid-50",
|
|
4965
|
-
"attributes": {
|
|
4966
|
-
"category": "uswds-system-color-red-cool-vivid-50"
|
|
4967
|
-
},
|
|
4968
|
-
"path": [
|
|
4969
|
-
"uswds-system-color-red-cool-vivid-50"
|
|
4970
|
-
]
|
|
4971
|
-
},
|
|
4972
|
-
"uswds-system-color-red-cool-vivid-60": {
|
|
4973
|
-
"value": "#b21d38",
|
|
4974
|
-
"filePath": "tokens/uswds.json",
|
|
4975
|
-
"isSource": true,
|
|
4976
|
-
"original": {
|
|
4977
|
-
"value": "#b21d38"
|
|
4978
|
-
},
|
|
4979
|
-
"name": "uswds-system-color-red-cool-vivid-60",
|
|
4980
|
-
"attributes": {
|
|
4981
|
-
"category": "uswds-system-color-red-cool-vivid-60"
|
|
4982
|
-
},
|
|
4983
|
-
"path": [
|
|
4984
|
-
"uswds-system-color-red-cool-vivid-60"
|
|
4985
|
-
]
|
|
4986
|
-
},
|
|
4987
|
-
"uswds-system-color-red-cool-vivid-70": {
|
|
4988
|
-
"value": "#822133",
|
|
4989
|
-
"filePath": "tokens/uswds.json",
|
|
4990
|
-
"isSource": true,
|
|
4991
|
-
"original": {
|
|
4992
|
-
"value": "#822133"
|
|
4993
|
-
},
|
|
4994
|
-
"name": "uswds-system-color-red-cool-vivid-70",
|
|
4995
|
-
"attributes": {
|
|
4996
|
-
"category": "uswds-system-color-red-cool-vivid-70"
|
|
3896
|
+
"10": {
|
|
3897
|
+
"value": "80px",
|
|
3898
|
+
"filePath": "tokens/spacing.json",
|
|
3899
|
+
"isSource": true,
|
|
3900
|
+
"original": {
|
|
3901
|
+
"value": "{uswds-system-spacing-10}"
|
|
3902
|
+
},
|
|
3903
|
+
"name": "vads-spacing-10",
|
|
3904
|
+
"attributes": {
|
|
3905
|
+
"category": "vads-spacing",
|
|
3906
|
+
"type": "10"
|
|
3907
|
+
},
|
|
3908
|
+
"path": [
|
|
3909
|
+
"vads-spacing",
|
|
3910
|
+
"10"
|
|
3911
|
+
]
|
|
4997
3912
|
},
|
|
4998
|
-
"
|
|
4999
|
-
"
|
|
5000
|
-
|
|
5001
|
-
|
|
5002
|
-
|
|
5003
|
-
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
|
|
3913
|
+
"15": {
|
|
3914
|
+
"value": "120px",
|
|
3915
|
+
"filePath": "tokens/spacing.json",
|
|
3916
|
+
"isSource": true,
|
|
3917
|
+
"original": {
|
|
3918
|
+
"value": "{uswds-system-spacing-15}"
|
|
3919
|
+
},
|
|
3920
|
+
"name": "vads-spacing-15",
|
|
3921
|
+
"attributes": {
|
|
3922
|
+
"category": "vads-spacing",
|
|
3923
|
+
"type": "15"
|
|
3924
|
+
},
|
|
3925
|
+
"path": [
|
|
3926
|
+
"vads-spacing",
|
|
3927
|
+
"15"
|
|
3928
|
+
]
|
|
5008
3929
|
},
|
|
5009
|
-
"
|
|
5010
|
-
|
|
5011
|
-
"
|
|
3930
|
+
"1px": {
|
|
3931
|
+
"value": "1px",
|
|
3932
|
+
"filePath": "tokens/spacing.json",
|
|
3933
|
+
"isSource": true,
|
|
3934
|
+
"original": {
|
|
3935
|
+
"value": "{uswds-system-spacing-1px}"
|
|
3936
|
+
},
|
|
3937
|
+
"name": "vads-spacing-1px",
|
|
3938
|
+
"attributes": {
|
|
3939
|
+
"category": "vads-spacing",
|
|
3940
|
+
"type": "1px"
|
|
3941
|
+
},
|
|
3942
|
+
"path": [
|
|
3943
|
+
"vads-spacing",
|
|
3944
|
+
"1px"
|
|
3945
|
+
]
|
|
5012
3946
|
},
|
|
5013
|
-
"
|
|
5014
|
-
"
|
|
5015
|
-
|
|
5016
|
-
|
|
5017
|
-
|
|
5018
|
-
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
3947
|
+
"2px": {
|
|
3948
|
+
"value": "2px",
|
|
3949
|
+
"filePath": "tokens/spacing.json",
|
|
3950
|
+
"isSource": true,
|
|
3951
|
+
"original": {
|
|
3952
|
+
"value": "{uswds-system-spacing-2px}"
|
|
3953
|
+
},
|
|
3954
|
+
"name": "vads-spacing-2px",
|
|
3955
|
+
"attributes": {
|
|
3956
|
+
"category": "vads-spacing",
|
|
3957
|
+
"type": "2px"
|
|
3958
|
+
},
|
|
3959
|
+
"path": [
|
|
3960
|
+
"vads-spacing",
|
|
3961
|
+
"2px"
|
|
3962
|
+
]
|
|
5023
3963
|
},
|
|
5024
|
-
"
|
|
5025
|
-
|
|
5026
|
-
"
|
|
3964
|
+
"0p5": {
|
|
3965
|
+
"value": "4px",
|
|
3966
|
+
"filePath": "tokens/spacing.json",
|
|
3967
|
+
"isSource": true,
|
|
3968
|
+
"original": {
|
|
3969
|
+
"value": "{uswds-system-spacing-05}"
|
|
3970
|
+
},
|
|
3971
|
+
"name": "vads-spacing-0p5",
|
|
3972
|
+
"attributes": {
|
|
3973
|
+
"category": "vads-spacing",
|
|
3974
|
+
"type": "0p5"
|
|
3975
|
+
},
|
|
3976
|
+
"path": [
|
|
3977
|
+
"vads-spacing",
|
|
3978
|
+
"0p5"
|
|
3979
|
+
]
|
|
5027
3980
|
},
|
|
5028
|
-
"
|
|
5029
|
-
"
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
3981
|
+
"1p5": {
|
|
3982
|
+
"value": "12px",
|
|
3983
|
+
"filePath": "tokens/spacing.json",
|
|
3984
|
+
"isSource": true,
|
|
3985
|
+
"original": {
|
|
3986
|
+
"value": "{uswds-system-spacing-105}"
|
|
3987
|
+
},
|
|
3988
|
+
"name": "vads-spacing-1p5",
|
|
3989
|
+
"attributes": {
|
|
3990
|
+
"category": "vads-spacing",
|
|
3991
|
+
"type": "1p5"
|
|
3992
|
+
},
|
|
3993
|
+
"path": [
|
|
3994
|
+
"vads-spacing",
|
|
3995
|
+
"1p5"
|
|
3996
|
+
]
|
|
5038
3997
|
},
|
|
5039
|
-
"
|
|
5040
|
-
|
|
5041
|
-
"
|
|
3998
|
+
"2p5": {
|
|
3999
|
+
"value": "20px",
|
|
4000
|
+
"filePath": "tokens/spacing.json",
|
|
4001
|
+
"isSource": true,
|
|
4002
|
+
"original": {
|
|
4003
|
+
"value": "{uswds-system-spacing-205}"
|
|
4004
|
+
},
|
|
4005
|
+
"name": "vads-spacing-2p5",
|
|
4006
|
+
"attributes": {
|
|
4007
|
+
"category": "vads-spacing",
|
|
4008
|
+
"type": "2p5"
|
|
4009
|
+
},
|
|
4010
|
+
"path": [
|
|
4011
|
+
"vads-spacing",
|
|
4012
|
+
"2p5"
|
|
4013
|
+
]
|
|
5042
4014
|
},
|
|
5043
|
-
"
|
|
5044
|
-
"
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
4015
|
+
"neg-1px": {
|
|
4016
|
+
"value": "-1px",
|
|
4017
|
+
"filePath": "tokens/spacing.json",
|
|
4018
|
+
"isSource": true,
|
|
4019
|
+
"original": {
|
|
4020
|
+
"value": "-{uswds-system-spacing-1px}"
|
|
4021
|
+
},
|
|
4022
|
+
"name": "vads-spacing-neg-1px",
|
|
4023
|
+
"attributes": {
|
|
4024
|
+
"category": "vads-spacing",
|
|
4025
|
+
"type": "neg-1px"
|
|
4026
|
+
},
|
|
4027
|
+
"path": [
|
|
4028
|
+
"vads-spacing",
|
|
4029
|
+
"neg-1px"
|
|
4030
|
+
]
|
|
5053
4031
|
},
|
|
5054
|
-
"
|
|
5055
|
-
|
|
5056
|
-
"
|
|
4032
|
+
"neg-2px": {
|
|
4033
|
+
"value": "-2px",
|
|
4034
|
+
"filePath": "tokens/spacing.json",
|
|
4035
|
+
"isSource": true,
|
|
4036
|
+
"original": {
|
|
4037
|
+
"value": "-{uswds-system-spacing-2px}"
|
|
4038
|
+
},
|
|
4039
|
+
"name": "vads-spacing-neg-2px",
|
|
4040
|
+
"attributes": {
|
|
4041
|
+
"category": "vads-spacing",
|
|
4042
|
+
"type": "neg-2px"
|
|
4043
|
+
},
|
|
4044
|
+
"path": [
|
|
4045
|
+
"vads-spacing",
|
|
4046
|
+
"neg-2px"
|
|
4047
|
+
]
|
|
5057
4048
|
},
|
|
5058
|
-
"
|
|
5059
|
-
"
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
4049
|
+
"neg-0p5": {
|
|
4050
|
+
"value": "-4px",
|
|
4051
|
+
"filePath": "tokens/spacing.json",
|
|
4052
|
+
"isSource": true,
|
|
4053
|
+
"original": {
|
|
4054
|
+
"value": "-{uswds-system-spacing-05}"
|
|
4055
|
+
},
|
|
4056
|
+
"name": "vads-spacing-neg-0p5",
|
|
4057
|
+
"attributes": {
|
|
4058
|
+
"category": "vads-spacing",
|
|
4059
|
+
"type": "neg-0p5"
|
|
4060
|
+
},
|
|
4061
|
+
"path": [
|
|
4062
|
+
"vads-spacing",
|
|
4063
|
+
"neg-0p5"
|
|
4064
|
+
]
|
|
5068
4065
|
},
|
|
5069
|
-
"
|
|
5070
|
-
|
|
5071
|
-
"
|
|
4066
|
+
"neg-1": {
|
|
4067
|
+
"value": "-8px",
|
|
4068
|
+
"filePath": "tokens/spacing.json",
|
|
4069
|
+
"isSource": true,
|
|
4070
|
+
"original": {
|
|
4071
|
+
"value": "-{uswds-system-spacing-1}"
|
|
4072
|
+
},
|
|
4073
|
+
"name": "vads-spacing-neg-1",
|
|
4074
|
+
"attributes": {
|
|
4075
|
+
"category": "vads-spacing",
|
|
4076
|
+
"type": "neg-1"
|
|
4077
|
+
},
|
|
4078
|
+
"path": [
|
|
4079
|
+
"vads-spacing",
|
|
4080
|
+
"neg-1"
|
|
4081
|
+
]
|
|
5072
4082
|
},
|
|
5073
|
-
"
|
|
5074
|
-
"
|
|
5075
|
-
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
|
|
4083
|
+
"neg-1p5": {
|
|
4084
|
+
"value": "-12px",
|
|
4085
|
+
"filePath": "tokens/spacing.json",
|
|
4086
|
+
"isSource": true,
|
|
4087
|
+
"original": {
|
|
4088
|
+
"value": "-{uswds-system-spacing-105}"
|
|
4089
|
+
},
|
|
4090
|
+
"name": "vads-spacing-neg-1p5",
|
|
4091
|
+
"attributes": {
|
|
4092
|
+
"category": "vads-spacing",
|
|
4093
|
+
"type": "neg-1p5"
|
|
4094
|
+
},
|
|
4095
|
+
"path": [
|
|
4096
|
+
"vads-spacing",
|
|
4097
|
+
"neg-1p5"
|
|
4098
|
+
]
|
|
5083
4099
|
},
|
|
5084
|
-
"
|
|
5085
|
-
|
|
5086
|
-
"
|
|
4100
|
+
"neg-2": {
|
|
4101
|
+
"value": "-16px",
|
|
4102
|
+
"filePath": "tokens/spacing.json",
|
|
4103
|
+
"isSource": true,
|
|
4104
|
+
"original": {
|
|
4105
|
+
"value": "-{uswds-system-spacing-2}"
|
|
4106
|
+
},
|
|
4107
|
+
"name": "vads-spacing-neg-2",
|
|
4108
|
+
"attributes": {
|
|
4109
|
+
"category": "vads-spacing",
|
|
4110
|
+
"type": "neg-2"
|
|
4111
|
+
},
|
|
4112
|
+
"path": [
|
|
4113
|
+
"vads-spacing",
|
|
4114
|
+
"neg-2"
|
|
4115
|
+
]
|
|
5087
4116
|
},
|
|
5088
|
-
"
|
|
5089
|
-
"
|
|
5090
|
-
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
|
|
5097
|
-
|
|
4117
|
+
"neg-2p5": {
|
|
4118
|
+
"value": "-20px",
|
|
4119
|
+
"filePath": "tokens/spacing.json",
|
|
4120
|
+
"isSource": true,
|
|
4121
|
+
"original": {
|
|
4122
|
+
"value": "-{uswds-system-spacing-205}"
|
|
4123
|
+
},
|
|
4124
|
+
"name": "vads-spacing-neg-2p5",
|
|
4125
|
+
"attributes": {
|
|
4126
|
+
"category": "vads-spacing",
|
|
4127
|
+
"type": "neg-2p5"
|
|
4128
|
+
},
|
|
4129
|
+
"path": [
|
|
4130
|
+
"vads-spacing",
|
|
4131
|
+
"neg-2p5"
|
|
4132
|
+
]
|
|
5098
4133
|
},
|
|
5099
|
-
"
|
|
5100
|
-
|
|
5101
|
-
"
|
|
4134
|
+
"neg-3": {
|
|
4135
|
+
"value": "-24px",
|
|
4136
|
+
"filePath": "tokens/spacing.json",
|
|
4137
|
+
"isSource": true,
|
|
4138
|
+
"original": {
|
|
4139
|
+
"value": "-{uswds-system-spacing-3}"
|
|
4140
|
+
},
|
|
4141
|
+
"name": "vads-spacing-neg-3",
|
|
4142
|
+
"attributes": {
|
|
4143
|
+
"category": "vads-spacing",
|
|
4144
|
+
"type": "neg-3"
|
|
4145
|
+
},
|
|
4146
|
+
"path": [
|
|
4147
|
+
"vads-spacing",
|
|
4148
|
+
"neg-3"
|
|
4149
|
+
]
|
|
5102
4150
|
},
|
|
5103
|
-
"
|
|
5104
|
-
"
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
|
|
5112
|
-
|
|
4151
|
+
"neg-4": {
|
|
4152
|
+
"value": "-32px",
|
|
4153
|
+
"filePath": "tokens/spacing.json",
|
|
4154
|
+
"isSource": true,
|
|
4155
|
+
"original": {
|
|
4156
|
+
"value": "-{uswds-system-spacing-4}"
|
|
4157
|
+
},
|
|
4158
|
+
"name": "vads-spacing-neg-4",
|
|
4159
|
+
"attributes": {
|
|
4160
|
+
"category": "vads-spacing",
|
|
4161
|
+
"type": "neg-4"
|
|
4162
|
+
},
|
|
4163
|
+
"path": [
|
|
4164
|
+
"vads-spacing",
|
|
4165
|
+
"neg-4"
|
|
4166
|
+
]
|
|
5113
4167
|
},
|
|
5114
|
-
"
|
|
5115
|
-
|
|
5116
|
-
"
|
|
4168
|
+
"neg-5": {
|
|
4169
|
+
"value": "-40px",
|
|
4170
|
+
"filePath": "tokens/spacing.json",
|
|
4171
|
+
"isSource": true,
|
|
4172
|
+
"original": {
|
|
4173
|
+
"value": "-{uswds-system-spacing-5}"
|
|
4174
|
+
},
|
|
4175
|
+
"name": "vads-spacing-neg-5",
|
|
4176
|
+
"attributes": {
|
|
4177
|
+
"category": "vads-spacing",
|
|
4178
|
+
"type": "neg-5"
|
|
4179
|
+
},
|
|
4180
|
+
"path": [
|
|
4181
|
+
"vads-spacing",
|
|
4182
|
+
"neg-5"
|
|
4183
|
+
]
|
|
5117
4184
|
},
|
|
5118
|
-
"
|
|
5119
|
-
"
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
4185
|
+
"neg-6": {
|
|
4186
|
+
"value": "-48px",
|
|
4187
|
+
"filePath": "tokens/spacing.json",
|
|
4188
|
+
"isSource": true,
|
|
4189
|
+
"original": {
|
|
4190
|
+
"value": "-{uswds-system-spacing-6}"
|
|
4191
|
+
},
|
|
4192
|
+
"name": "vads-spacing-neg-6",
|
|
4193
|
+
"attributes": {
|
|
4194
|
+
"category": "vads-spacing",
|
|
4195
|
+
"type": "neg-6"
|
|
4196
|
+
},
|
|
4197
|
+
"path": [
|
|
4198
|
+
"vads-spacing",
|
|
4199
|
+
"neg-6"
|
|
4200
|
+
]
|
|
5128
4201
|
},
|
|
5129
|
-
"
|
|
5130
|
-
|
|
5131
|
-
"
|
|
4202
|
+
"neg-7": {
|
|
4203
|
+
"value": "-56px",
|
|
4204
|
+
"filePath": "tokens/spacing.json",
|
|
4205
|
+
"isSource": true,
|
|
4206
|
+
"original": {
|
|
4207
|
+
"value": "-{uswds-system-spacing-7}"
|
|
4208
|
+
},
|
|
4209
|
+
"name": "vads-spacing-neg-7",
|
|
4210
|
+
"attributes": {
|
|
4211
|
+
"category": "vads-spacing",
|
|
4212
|
+
"type": "neg-7"
|
|
4213
|
+
},
|
|
4214
|
+
"path": [
|
|
4215
|
+
"vads-spacing",
|
|
4216
|
+
"neg-7"
|
|
4217
|
+
]
|
|
5132
4218
|
},
|
|
5133
|
-
"
|
|
5134
|
-
"
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
|
|
5142
|
-
|
|
4219
|
+
"neg-8": {
|
|
4220
|
+
"value": "-64px",
|
|
4221
|
+
"filePath": "tokens/spacing.json",
|
|
4222
|
+
"isSource": true,
|
|
4223
|
+
"original": {
|
|
4224
|
+
"value": "-{uswds-system-spacing-8}"
|
|
4225
|
+
},
|
|
4226
|
+
"name": "vads-spacing-neg-8",
|
|
4227
|
+
"attributes": {
|
|
4228
|
+
"category": "vads-spacing",
|
|
4229
|
+
"type": "neg-8"
|
|
4230
|
+
},
|
|
4231
|
+
"path": [
|
|
4232
|
+
"vads-spacing",
|
|
4233
|
+
"neg-8"
|
|
4234
|
+
]
|
|
5143
4235
|
},
|
|
5144
|
-
"
|
|
5145
|
-
|
|
5146
|
-
"
|
|
4236
|
+
"neg-9": {
|
|
4237
|
+
"value": "-72px",
|
|
4238
|
+
"filePath": "tokens/spacing.json",
|
|
4239
|
+
"isSource": true,
|
|
4240
|
+
"original": {
|
|
4241
|
+
"value": "-{uswds-system-spacing-9}"
|
|
4242
|
+
},
|
|
4243
|
+
"name": "vads-spacing-neg-9",
|
|
4244
|
+
"attributes": {
|
|
4245
|
+
"category": "vads-spacing",
|
|
4246
|
+
"type": "neg-9"
|
|
4247
|
+
},
|
|
4248
|
+
"path": [
|
|
4249
|
+
"vads-spacing",
|
|
4250
|
+
"neg-9"
|
|
4251
|
+
]
|
|
5147
4252
|
},
|
|
5148
|
-
"
|
|
5149
|
-
"
|
|
5150
|
-
|
|
5151
|
-
|
|
5152
|
-
|
|
5153
|
-
|
|
5154
|
-
|
|
5155
|
-
|
|
5156
|
-
|
|
5157
|
-
|
|
4253
|
+
"neg-10": {
|
|
4254
|
+
"value": "-80px",
|
|
4255
|
+
"filePath": "tokens/spacing.json",
|
|
4256
|
+
"isSource": true,
|
|
4257
|
+
"original": {
|
|
4258
|
+
"value": "-{uswds-system-spacing-10}"
|
|
4259
|
+
},
|
|
4260
|
+
"name": "vads-spacing-neg-10",
|
|
4261
|
+
"attributes": {
|
|
4262
|
+
"category": "vads-spacing",
|
|
4263
|
+
"type": "neg-10"
|
|
4264
|
+
},
|
|
4265
|
+
"path": [
|
|
4266
|
+
"vads-spacing",
|
|
4267
|
+
"neg-10"
|
|
4268
|
+
]
|
|
5158
4269
|
},
|
|
5159
|
-
"
|
|
5160
|
-
|
|
5161
|
-
"
|
|
4270
|
+
"neg-15": {
|
|
4271
|
+
"value": "-120px",
|
|
4272
|
+
"filePath": "tokens/spacing.json",
|
|
4273
|
+
"isSource": true,
|
|
4274
|
+
"original": {
|
|
4275
|
+
"value": "-{uswds-system-spacing-15}"
|
|
4276
|
+
},
|
|
4277
|
+
"name": "vads-spacing-neg-15",
|
|
4278
|
+
"attributes": {
|
|
4279
|
+
"category": "vads-spacing",
|
|
4280
|
+
"type": "neg-15"
|
|
4281
|
+
},
|
|
4282
|
+
"path": [
|
|
4283
|
+
"vads-spacing",
|
|
4284
|
+
"neg-15"
|
|
4285
|
+
]
|
|
5162
4286
|
},
|
|
5163
|
-
"
|
|
5164
|
-
"
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
|
|
5172
|
-
|
|
4287
|
+
"inset-l": {
|
|
4288
|
+
"value": "32px",
|
|
4289
|
+
"filePath": "tokens/spacing.json",
|
|
4290
|
+
"isSource": true,
|
|
4291
|
+
"original": {
|
|
4292
|
+
"value": "{vads-spacing.4}"
|
|
4293
|
+
},
|
|
4294
|
+
"name": "vads-spacing-inset-l",
|
|
4295
|
+
"attributes": {
|
|
4296
|
+
"category": "vads-spacing",
|
|
4297
|
+
"type": "inset-l"
|
|
4298
|
+
},
|
|
4299
|
+
"path": [
|
|
4300
|
+
"vads-spacing",
|
|
4301
|
+
"inset-l"
|
|
4302
|
+
]
|
|
5173
4303
|
},
|
|
5174
|
-
"
|
|
5175
|
-
|
|
5176
|
-
"
|
|
4304
|
+
"inset-m": {
|
|
4305
|
+
"value": "24px",
|
|
4306
|
+
"filePath": "tokens/spacing.json",
|
|
4307
|
+
"isSource": true,
|
|
4308
|
+
"original": {
|
|
4309
|
+
"value": "{vads-spacing.3}"
|
|
4310
|
+
},
|
|
4311
|
+
"name": "vads-spacing-inset-m",
|
|
4312
|
+
"attributes": {
|
|
4313
|
+
"category": "vads-spacing",
|
|
4314
|
+
"type": "inset-m"
|
|
4315
|
+
},
|
|
4316
|
+
"path": [
|
|
4317
|
+
"vads-spacing",
|
|
4318
|
+
"inset-m"
|
|
4319
|
+
]
|
|
5177
4320
|
},
|
|
5178
|
-
"
|
|
5179
|
-
"
|
|
5180
|
-
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
|
|
5186
|
-
|
|
5187
|
-
|
|
4321
|
+
"inset-s": {
|
|
4322
|
+
"value": "16px",
|
|
4323
|
+
"filePath": "tokens/spacing.json",
|
|
4324
|
+
"isSource": true,
|
|
4325
|
+
"original": {
|
|
4326
|
+
"value": "{vads-spacing.2}"
|
|
4327
|
+
},
|
|
4328
|
+
"name": "vads-spacing-inset-s",
|
|
4329
|
+
"attributes": {
|
|
4330
|
+
"category": "vads-spacing",
|
|
4331
|
+
"type": "inset-s"
|
|
4332
|
+
},
|
|
4333
|
+
"path": [
|
|
4334
|
+
"vads-spacing",
|
|
4335
|
+
"inset-s"
|
|
4336
|
+
]
|
|
5188
4337
|
},
|
|
5189
|
-
"
|
|
5190
|
-
|
|
5191
|
-
"
|
|
4338
|
+
"vertical-stack-l": {
|
|
4339
|
+
"value": "32px",
|
|
4340
|
+
"filePath": "tokens/spacing.json",
|
|
4341
|
+
"isSource": true,
|
|
4342
|
+
"original": {
|
|
4343
|
+
"value": "{vads-spacing.4}"
|
|
4344
|
+
},
|
|
4345
|
+
"name": "vads-spacing-vertical-stack-l",
|
|
4346
|
+
"attributes": {
|
|
4347
|
+
"category": "vads-spacing",
|
|
4348
|
+
"type": "vertical-stack-l"
|
|
4349
|
+
},
|
|
4350
|
+
"path": [
|
|
4351
|
+
"vads-spacing",
|
|
4352
|
+
"vertical-stack-l"
|
|
4353
|
+
]
|
|
5192
4354
|
},
|
|
5193
|
-
"
|
|
5194
|
-
"
|
|
5195
|
-
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
|
|
4355
|
+
"vertical-stack-m": {
|
|
4356
|
+
"value": "24px",
|
|
4357
|
+
"filePath": "tokens/spacing.json",
|
|
4358
|
+
"isSource": true,
|
|
4359
|
+
"original": {
|
|
4360
|
+
"value": "{vads-spacing.3}"
|
|
4361
|
+
},
|
|
4362
|
+
"name": "vads-spacing-vertical-stack-m",
|
|
4363
|
+
"attributes": {
|
|
4364
|
+
"category": "vads-spacing",
|
|
4365
|
+
"type": "vertical-stack-m"
|
|
4366
|
+
},
|
|
4367
|
+
"path": [
|
|
4368
|
+
"vads-spacing",
|
|
4369
|
+
"vertical-stack-m"
|
|
4370
|
+
]
|
|
5203
4371
|
},
|
|
5204
|
-
"
|
|
5205
|
-
|
|
5206
|
-
"
|
|
4372
|
+
"vertical-stack-s": {
|
|
4373
|
+
"value": "16px",
|
|
4374
|
+
"filePath": "tokens/spacing.json",
|
|
4375
|
+
"isSource": true,
|
|
4376
|
+
"original": {
|
|
4377
|
+
"value": "{vads-spacing.2}"
|
|
4378
|
+
},
|
|
4379
|
+
"name": "vads-spacing-vertical-stack-s",
|
|
4380
|
+
"attributes": {
|
|
4381
|
+
"category": "vads-spacing",
|
|
4382
|
+
"type": "vertical-stack-s"
|
|
4383
|
+
},
|
|
4384
|
+
"path": [
|
|
4385
|
+
"vads-spacing",
|
|
4386
|
+
"vertical-stack-s"
|
|
4387
|
+
]
|
|
5207
4388
|
},
|
|
5208
|
-
"
|
|
5209
|
-
"
|
|
5210
|
-
|
|
4389
|
+
"vertical-stack-default": {
|
|
4390
|
+
"value": "16px",
|
|
4391
|
+
"filePath": "tokens/spacing.json",
|
|
4392
|
+
"isSource": true,
|
|
4393
|
+
"original": {
|
|
4394
|
+
"value": "{vads-spacing.vertical-stack-s}"
|
|
4395
|
+
},
|
|
4396
|
+
"name": "vads-spacing-vertical-stack-default",
|
|
4397
|
+
"attributes": {
|
|
4398
|
+
"category": "vads-spacing",
|
|
4399
|
+
"type": "vertical-stack-default"
|
|
4400
|
+
},
|
|
4401
|
+
"path": [
|
|
4402
|
+
"vads-spacing",
|
|
4403
|
+
"vertical-stack-default"
|
|
4404
|
+
]
|
|
4405
|
+
}
|
|
4406
|
+
},
|
|
4407
|
+
"vads-forms-spacing": {
|
|
4408
|
+
"vertical-stack-default": {
|
|
4409
|
+
"value": "32px",
|
|
4410
|
+
"filePath": "tokens/spacing.json",
|
|
4411
|
+
"isSource": true,
|
|
4412
|
+
"original": {
|
|
4413
|
+
"value": "{vads-spacing.vertical-stack-l}"
|
|
4414
|
+
},
|
|
4415
|
+
"name": "vads-forms-spacing-vertical-stack-default",
|
|
4416
|
+
"attributes": {
|
|
4417
|
+
"category": "vads-forms-spacing",
|
|
4418
|
+
"type": "vertical-stack-default"
|
|
4419
|
+
},
|
|
4420
|
+
"path": [
|
|
4421
|
+
"vads-forms-spacing",
|
|
4422
|
+
"vertical-stack-default"
|
|
4423
|
+
]
|
|
4424
|
+
}
|
|
5211
4425
|
}
|
|
5212
4426
|
}
|