-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathmetadata.json
More file actions
26 lines (26 loc) · 824 Bytes
/
metadata.json
File metadata and controls
26 lines (26 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"sourceFile": "index.css",
"selectors": [
".spectrum-ColorArea",
".spectrum-ColorArea-gradient",
".spectrum-ColorArea-handle",
".spectrum-ColorArea-handle:dir(rtl)",
".spectrum-ColorArea-slider",
".spectrum-ColorArea.is-disabled",
".spectrum-ColorArea.is-disabled .spectrum-ColorArea-gradient",
".spectrum-ColorArea.is-focused"
],
"modifiers": [],
"component": [
"--spectrum-color-area-border-opacity",
"--spectrum-color-area-border-rounding",
"--spectrum-color-area-border-width",
"--spectrum-color-area-height",
"--spectrum-color-area-minimum-height",
"--spectrum-color-area-minimum-width",
"--spectrum-color-area-width"
],
"global": ["--spectrum-disabled-background-color", "--spectrum-gray-1000"],
"passthroughs": [],
"high-contrast": []
}