|
2 | 2 | "sourceFile": "index.css", |
3 | 3 | "selectors": [ |
4 | 4 | ".spectrum-DropZone", |
| 5 | + ".spectrum-DropZone .spectrum-IllustratedMessage", |
| 6 | + ".spectrum-DropZone-actions", |
5 | 7 | ".spectrum-DropZone-button", |
| 8 | + ".spectrum-DropZone-button .spectrum-Button-label", |
6 | 9 | ".spectrum-DropZone-button:focus", |
7 | 10 | ".spectrum-DropZone-button:hover", |
8 | 11 | ".spectrum-DropZone-content", |
| 12 | + ".spectrum-DropZone-stroke", |
| 13 | + ".spectrum-DropZone-strokePath", |
9 | 14 | ".spectrum-DropZone.is-dragged", |
| 15 | + ".spectrum-DropZone.is-dragged .spectrum-DropZone-strokePath", |
10 | 16 | ".spectrum-DropZone.is-filled", |
11 | 17 | ".spectrum-DropZone.is-filled.is-dragged", |
| 18 | + ".spectrum-DropZone.is-filled.is-dragged .spectrum-DropZone-actions", |
| 19 | + ".spectrum-DropZone.is-filled.is-dragged .spectrum-DropZone-content", |
12 | 20 | ".spectrum-DropZone:focus-visible", |
13 | | - ".spectrum-DropZone:lang(ja)", |
14 | | - ".spectrum-DropZone:lang(ko)", |
15 | | - ".spectrum-DropZone:lang(zh)" |
| 21 | + ".spectrum-DropZone:has(.spectrum-DropZone-stroke)" |
16 | 22 | ], |
17 | 23 | "modifiers": [ |
18 | 24 | "--mod-drop-zone-background-color", |
19 | 25 | "--mod-drop-zone-background-color-opacity", |
20 | 26 | "--mod-drop-zone-background-color-opacity-filled", |
21 | | - "--mod-drop-zone-body-color", |
22 | | - "--mod-drop-zone-body-font-family", |
23 | 27 | "--mod-drop-zone-body-font-size", |
24 | | - "--mod-drop-zone-body-font-style", |
25 | | - "--mod-drop-zone-body-font-weight", |
26 | | - "--mod-drop-zone-body-line-height", |
27 | 28 | "--mod-drop-zone-body-to-action", |
28 | 29 | "--mod-drop-zone-border-color", |
29 | 30 | "--mod-drop-zone-border-color-hover", |
| 31 | + "--mod-drop-zone-border-dash-gap", |
| 32 | + "--mod-drop-zone-border-dash-length", |
30 | 33 | "--mod-drop-zone-border-style", |
31 | | - "--mod-drop-zone-border-style--dragged", |
32 | 34 | "--mod-drop-zone-border-style-dragged", |
33 | 35 | "--mod-drop-zone-border-width", |
34 | 36 | "--mod-drop-zone-content-background-color", |
35 | 37 | "--mod-drop-zone-content-bottom-to-text", |
36 | | - "--mod-drop-zone-content-color", |
37 | | - "--mod-drop-zone-content-display", |
38 | | - "--mod-drop-zone-content-edge-to-text", |
39 | 38 | "--mod-drop-zone-content-font-family", |
40 | 39 | "--mod-drop-zone-content-font-size", |
41 | | - "--mod-drop-zone-content-font-style", |
42 | 40 | "--mod-drop-zone-content-font-weight", |
43 | 41 | "--mod-drop-zone-content-height", |
44 | | - "--mod-drop-zone-content-line-height", |
45 | 42 | "--mod-drop-zone-content-max-width", |
46 | 43 | "--mod-drop-zone-content-maximum-width", |
47 | 44 | "--mod-drop-zone-content-top-to-text", |
48 | 45 | "--mod-drop-zone-corner-radius", |
49 | | - "--mod-drop-zone-heading-color", |
50 | | - "--mod-drop-zone-heading-font-family", |
51 | | - "--mod-drop-zone-heading-font-size", |
52 | | - "--mod-drop-zone-heading-font-style", |
53 | | - "--mod-drop-zone-heading-font-weight", |
54 | | - "--mod-drop-zone-heading-line-height", |
55 | | - "--mod-drop-zone-heading-to-body", |
56 | | - "--mod-drop-zone-illustration-color", |
| 46 | + "--mod-drop-zone-edge-to-text", |
57 | 47 | "--mod-drop-zone-illustration-color-hover", |
58 | | - "--mod-drop-zone-illustration-to-heading", |
| 48 | + "--mod-drop-zone-inline-size", |
59 | 49 | "--mod-drop-zone-padding", |
60 | | - "--mod-drop-zone-width" |
| 50 | + "--mod-drop-zone-title-line-height" |
61 | 51 | ], |
62 | 52 | "component": [ |
63 | 53 | "--spectrum-drop-zone-background-color", |
64 | 54 | "--spectrum-drop-zone-background-color-opacity", |
65 | 55 | "--spectrum-drop-zone-background-color-opacity-filled", |
66 | 56 | "--spectrum-drop-zone-background-color-rgb", |
67 | | - "--spectrum-drop-zone-body-color", |
68 | | - "--spectrum-drop-zone-body-font-family", |
69 | 57 | "--spectrum-drop-zone-body-font-size", |
70 | | - "--spectrum-drop-zone-body-font-style", |
71 | | - "--spectrum-drop-zone-body-font-weight", |
72 | | - "--spectrum-drop-zone-body-line-height", |
73 | | - "--spectrum-drop-zone-body-size", |
74 | 58 | "--spectrum-drop-zone-body-to-action", |
75 | 59 | "--spectrum-drop-zone-border-color", |
76 | 60 | "--spectrum-drop-zone-border-color-hover", |
| 61 | + "--spectrum-drop-zone-border-dash-gap", |
| 62 | + "--spectrum-drop-zone-border-dash-length", |
77 | 63 | "--spectrum-drop-zone-border-width", |
78 | | - "--spectrum-drop-zone-cjk-title-size", |
| 64 | + "--spectrum-drop-zone-component-height", |
79 | 65 | "--spectrum-drop-zone-content-background-color", |
80 | 66 | "--spectrum-drop-zone-content-bottom-to-text", |
81 | | - "--spectrum-drop-zone-content-color", |
82 | | - "--spectrum-drop-zone-content-edge-to-text", |
83 | 67 | "--spectrum-drop-zone-content-font-family", |
84 | 68 | "--spectrum-drop-zone-content-font-size", |
85 | | - "--spectrum-drop-zone-content-font-style", |
86 | 69 | "--spectrum-drop-zone-content-font-weight", |
87 | | - "--spectrum-drop-zone-content-height", |
88 | | - "--spectrum-drop-zone-content-line-height", |
89 | 70 | "--spectrum-drop-zone-content-max-width", |
90 | 71 | "--spectrum-drop-zone-content-maximum-width", |
91 | 72 | "--spectrum-drop-zone-content-top-to-text", |
92 | 73 | "--spectrum-drop-zone-corner-radius", |
93 | | - "--spectrum-drop-zone-heading-color", |
94 | | - "--spectrum-drop-zone-heading-font-family", |
95 | | - "--spectrum-drop-zone-heading-font-size", |
96 | | - "--spectrum-drop-zone-heading-font-style", |
97 | | - "--spectrum-drop-zone-heading-font-weight", |
98 | | - "--spectrum-drop-zone-heading-line-height", |
99 | | - "--spectrum-drop-zone-heading-to-body", |
100 | | - "--spectrum-drop-zone-illustration-color", |
| 74 | + "--spectrum-drop-zone-dragged-background-color", |
| 75 | + "--spectrum-drop-zone-edge-to-text", |
101 | 76 | "--spectrum-drop-zone-illustration-color-hover", |
102 | | - "--spectrum-drop-zone-illustration-to-heading", |
103 | | - "--spectrum-drop-zone-illustration-to-title", |
| 77 | + "--spectrum-drop-zone-inline-size", |
104 | 78 | "--spectrum-drop-zone-padding", |
105 | | - "--spectrum-drop-zone-title-size", |
| 79 | + "--spectrum-drop-zone-stroke-dash-gap", |
| 80 | + "--spectrum-drop-zone-stroke-dash-length", |
| 81 | + "--spectrum-drop-zone-title-line-height", |
106 | 82 | "--spectrum-drop-zone-width" |
107 | 83 | ], |
108 | 84 | "global": [ |
| 85 | + "--spectrum-accent-content-color-default", |
109 | 86 | "--spectrum-accent-visual-color", |
110 | | - "--spectrum-body-color", |
111 | | - "--spectrum-body-line-height", |
112 | | - "--spectrum-body-sans-serif-font-style", |
113 | | - "--spectrum-body-sans-serif-font-weight", |
114 | 87 | "--spectrum-bold-font-weight", |
115 | 88 | "--spectrum-border-width-200", |
116 | 89 | "--spectrum-component-bottom-to-text-300", |
117 | 90 | "--spectrum-component-edge-to-text-300", |
118 | 91 | "--spectrum-component-height-300", |
119 | 92 | "--spectrum-component-top-to-text-300", |
120 | | - "--spectrum-corner-radius-100", |
121 | | - "--spectrum-default-font-style", |
| 93 | + "--spectrum-corner-radius-500", |
| 94 | + "--spectrum-corner-radius-700", |
122 | 95 | "--spectrum-font-size-300", |
123 | | - "--spectrum-gray-200", |
124 | | - "--spectrum-heading-color", |
125 | | - "--spectrum-heading-line-height", |
126 | | - "--spectrum-heading-sans-serif-font-style", |
127 | | - "--spectrum-heading-sans-serif-font-weight", |
| 96 | + "--spectrum-gray-300", |
128 | 97 | "--spectrum-line-height-100", |
129 | | - "--spectrum-neutral-visual-color", |
130 | 98 | "--spectrum-sans-font-family-stack", |
131 | | - "--spectrum-spacing-200", |
132 | 99 | "--spectrum-spacing-300", |
133 | | - "--spectrum-spacing-400", |
134 | | - "--spectrum-spacing-75", |
135 | | - "--spectrum-white" |
| 100 | + "--spectrum-spacing-400" |
136 | 101 | ], |
137 | 102 | "passthroughs": [ |
138 | | - "--mod-actionbutton-edge-to-text", |
139 | | - "--mod-actionbutton-font-size", |
140 | | - "--mod-actionbutton-label-color", |
141 | | - "--mod-illustrated-message-description-color", |
142 | | - "--mod-illustrated-message-description-font-family", |
| 103 | + "--mod-button-border-radius", |
143 | 104 | "--mod-illustrated-message-description-font-size", |
144 | | - "--mod-illustrated-message-description-font-style", |
145 | | - "--mod-illustrated-message-description-font-weight", |
146 | | - "--mod-illustrated-message-description-line-height", |
147 | 105 | "--mod-illustrated-message-description-position", |
148 | 106 | "--mod-illustrated-message-description-to-action", |
149 | 107 | "--mod-illustrated-message-description-z-index", |
150 | 108 | "--mod-illustrated-message-display", |
151 | | - "--mod-illustrated-message-heading-to-description", |
152 | 109 | "--mod-illustrated-message-illustration-color", |
153 | | - "--mod-illustrated-message-illustration-to-heading", |
154 | | - "--mod-illustrated-message-title-color", |
155 | | - "--mod-illustrated-message-title-font-family", |
156 | | - "--mod-illustrated-message-title-font-size", |
157 | | - "--mod-illustrated-message-title-font-style", |
158 | | - "--mod-illustrated-message-title-font-weight", |
159 | | - "--mod-illustrated-message-title-line-height", |
160 | 110 | "--mod-illustrated-message-vertical-maximum-width" |
161 | 111 | ], |
162 | 112 | "high-contrast": [ |
| 113 | + "--highcontrast-drop-zone-border-color", |
163 | 114 | "--highcontrast-drop-zone-border-color-hover", |
164 | | - "--highcontrast-drop-zone-illustration-color", |
165 | | - "--highcontrast-illustrated-message-illustration-color" |
| 115 | + "--highcontrast-drop-zone-button-color" |
166 | 116 | ] |
167 | 117 | } |
0 commit comments