|
4 | 4 | ".spectrum-Swatch",
|
5 | 5 | ".spectrum-Swatch .spectrum-Swatch-disabledIcon",
|
6 | 6 | ".spectrum-Swatch .spectrum-Swatch-fill",
|
7 |
| - ".spectrum-Swatch--lightBorder .spectrum-Swatch-fill:before", |
8 |
| - ".spectrum-Swatch--noBorder .spectrum-Swatch-fill:before", |
9 | 7 | ".spectrum-Swatch--rectangle",
|
10 | 8 | ".spectrum-Swatch--roundingFull.is-selected:not(.spectrum-Swatch--rectangle) .spectrum-Swatch-fill",
|
11 | 9 | ".spectrum-Swatch--roundingFull.is-selected:not(.spectrum-Swatch--rectangle) .spectrum-Swatch-fill:before",
|
|
22 | 20 | ".spectrum-Swatch--roundingNone:after",
|
23 | 21 | ".spectrum-Swatch--roundingNone:before",
|
24 | 22 | ".spectrum-Swatch--sizeL",
|
25 |
| - ".spectrum-Swatch--sizeM", |
| 23 | + ".spectrum-Swatch--sizeS", |
26 | 24 | ".spectrum-Swatch--sizeXS",
|
27 | 25 | ".spectrum-Swatch-disabledIcon",
|
28 | 26 | ".spectrum-Swatch-disabledIcon path:first-child",
|
29 | 27 | ".spectrum-Swatch-disabledIcon path:last-child",
|
30 | 28 | ".spectrum-Swatch-fill",
|
31 | 29 | ".spectrum-Swatch-fill:before",
|
| 30 | + ".spectrum-Swatch-icon", |
32 | 31 | ".spectrum-Swatch-image",
|
33 |
| - ".spectrum-Swatch-mixedValueIcon", |
| 32 | + ".spectrum-Swatch.is-addSwatch", |
| 33 | + ".spectrum-Swatch.is-addSwatch .spectrum-Swatch-fill", |
| 34 | + ".spectrum-Swatch.is-addSwatch .spectrum-Swatch-icon", |
| 35 | + ".spectrum-Swatch.is-addSwatch.is-keyboardFocused", |
| 36 | + ".spectrum-Swatch.is-addSwatch:active", |
| 37 | + ".spectrum-Swatch.is-addSwatch:focus-visible", |
| 38 | + ".spectrum-Swatch.is-addSwatch:hover", |
34 | 39 | ".spectrum-Swatch.is-disabled",
|
35 | 40 | ".spectrum-Swatch.is-disabled .spectrum-Swatch-disabledIcon",
|
36 | 41 | ".spectrum-Swatch.is-image .spectrum-Swatch-fill:before",
|
| 42 | + ".spectrum-Swatch.is-keyboardFocused", |
| 43 | + ".spectrum-Swatch.is-mixedValue", |
37 | 44 | ".spectrum-Swatch.is-mixedValue .spectrum-Swatch-fill",
|
38 |
| - ".spectrum-Swatch.is-mixedValue .spectrum-Swatch-mixedValueIcon", |
39 |
| - ".spectrum-Swatch.is-nothing .spectrum-Swatch-fill", |
40 |
| - ".spectrum-Swatch.is-nothing .spectrum-Swatch-fill:after", |
41 |
| - ".spectrum-Swatch.is-nothing.spectrum-Swatch--rectangle .spectrum-Swatch-fill:after", |
| 45 | + ".spectrum-Swatch.is-mixedValue .spectrum-Swatch-icon", |
| 46 | + ".spectrum-Swatch.is-nothing.spectrum-Swatch--rectangle:not(.spectrum-Swatch.is-mixedValue, .spectrum-Swatch.is-addSwatch) .spectrum-Swatch-fill:after", |
| 47 | + ".spectrum-Swatch.is-nothing:not(.spectrum-Swatch.is-mixedValue, .spectrum-Swatch.is-addSwatch) .spectrum-Swatch-fill", |
| 48 | + ".spectrum-Swatch.is-nothing:not(.spectrum-Swatch.is-mixedValue, .spectrum-Swatch.is-addSwatch) .spectrum-Swatch-fill:after", |
42 | 49 | ".spectrum-Swatch.is-selected",
|
43 | 50 | ".spectrum-Swatch.is-selected .spectrum-Swatch-fill",
|
44 | 51 | ".spectrum-Swatch.is-selected .spectrum-Swatch-fill:before",
|
45 | 52 | ".spectrum-Swatch.is-selected:before",
|
46 |
| - ".spectrum-Swatch:after", |
47 | 53 | ".spectrum-Swatch:before",
|
48 |
| - ".spectrum-Swatch:focus-visible:after", |
| 54 | + ".spectrum-Swatch:focus-visible", |
49 | 55 | ".spectrum-Swatch[disabled]",
|
50 | 56 | ".spectrum-Swatch[disabled] .spectrum-Swatch-disabledIcon"
|
51 | 57 | ],
|
52 | 58 | "modifiers": [
|
| 59 | + "--mod-add-button-background", |
| 60 | + "--mod-add-button-background-down", |
| 61 | + "--mod-add-button-background-hover", |
| 62 | + "--mod-add-button-background-keyboard-focus", |
53 | 63 | "--mod-animation-duration-100",
|
| 64 | + "--mod-corner-radius-full", |
| 65 | + "--mod-mixed-button-background", |
| 66 | + "--mod-swatch-border", |
54 | 67 | "--mod-swatch-border-color",
|
55 |
| - "--mod-swatch-border-color-light", |
56 | 68 | "--mod-swatch-border-color-selected",
|
| 69 | + "--mod-swatch-border-opacity", |
57 | 70 | "--mod-swatch-border-radius",
|
58 | 71 | "--mod-swatch-border-thickness",
|
59 | 72 | "--mod-swatch-border-thickness-selected",
|
60 | 73 | "--mod-swatch-disabled-icon-color",
|
61 | 74 | "--mod-swatch-disabled-icon-size",
|
62 |
| - "--mod-swatch-focus-indicator-border-radius", |
63 | 75 | "--mod-swatch-focus-indicator-color",
|
64 | 76 | "--mod-swatch-focus-indicator-gap",
|
65 | 77 | "--mod-swatch-focus-indicator-thickness",
|
66 | 78 | "--mod-swatch-icon-border-color",
|
| 79 | + "--mod-swatch-icon-color", |
67 | 80 | "--mod-swatch-inner-border-color-selected",
|
68 | 81 | "--mod-swatch-size",
|
69 | 82 | "--mod-swatch-slash-icon-color",
|
70 | 83 | "--mod-swatch-slash-thickness"
|
71 | 84 | ],
|
72 | 85 | "component": [
|
| 86 | + "--spectrum-swatch-border", |
73 | 87 | "--spectrum-swatch-border-color",
|
74 |
| - "--spectrum-swatch-border-color-light", |
75 | 88 | "--spectrum-swatch-border-color-selected",
|
| 89 | + "--spectrum-swatch-border-opacity", |
76 | 90 | "--spectrum-swatch-border-radius",
|
77 | 91 | "--spectrum-swatch-border-thickness",
|
78 | 92 | "--spectrum-swatch-border-thickness-selected",
|
79 |
| - "--spectrum-swatch-dash-icon-color", |
| 93 | + "--spectrum-swatch-disabled-icon-border-opacity", |
80 | 94 | "--spectrum-swatch-disabled-icon-color",
|
81 | 95 | "--spectrum-swatch-disabled-icon-size",
|
82 |
| - "--spectrum-swatch-focus-indicator-border-radius", |
83 | 96 | "--spectrum-swatch-focus-indicator-color",
|
84 | 97 | "--spectrum-swatch-focus-indicator-gap",
|
85 | 98 | "--spectrum-swatch-focus-indicator-thickness",
|
86 | 99 | "--spectrum-swatch-icon-border-color",
|
| 100 | + "--spectrum-swatch-icon-color", |
87 | 101 | "--spectrum-swatch-inner-border-color-selected",
|
| 102 | + "--spectrum-swatch-rectangle-width-multiplier", |
88 | 103 | "--spectrum-swatch-size",
|
89 | 104 | "--spectrum-swatch-size-extra-small",
|
90 | 105 | "--spectrum-swatch-size-large",
|
|
98 | 113 | "--spectrum-swatch-slash-thickness-small"
|
99 | 114 | ],
|
100 | 115 | "global": [
|
| 116 | + "--spectrum-add-button-background", |
| 117 | + "--spectrum-add-button-background-down", |
| 118 | + "--spectrum-add-button-background-hover", |
| 119 | + "--spectrum-add-button-background-keyboard-focus", |
101 | 120 | "--spectrum-animation-duration-100",
|
102 | 121 | "--spectrum-border-width-100",
|
103 | 122 | "--spectrum-border-width-200",
|
104 | 123 | "--spectrum-corner-radius-100",
|
| 124 | + "--spectrum-corner-radius-full", |
| 125 | + "--spectrum-corner-radius-none", |
105 | 126 | "--spectrum-focus-indicator-color",
|
106 | 127 | "--spectrum-focus-indicator-gap",
|
107 | 128 | "--spectrum-focus-indicator-thickness",
|
| 129 | + "--spectrum-gray-100", |
| 130 | + "--spectrum-gray-1000", |
| 131 | + "--spectrum-gray-200", |
108 | 132 | "--spectrum-gray-25",
|
109 |
| - "--spectrum-gray-800", |
110 |
| - "--spectrum-gray-900", |
| 133 | + "--spectrum-mixed-button-background", |
| 134 | + "--spectrum-negative-visual-color", |
| 135 | + "--spectrum-neutral-content-color-default", |
111 | 136 | "--spectrum-picked-color",
|
112 |
| - "--spectrum-red-900", |
113 | 137 | "--spectrum-white",
|
114 |
| - "--spectrum-workflow-icon-size-100", |
115 | 138 | "--spectrum-workflow-icon-size-200",
|
116 | 139 | "--spectrum-workflow-icon-size-50",
|
117 | 140 | "--spectrum-workflow-icon-size-75"
|
|
123 | 146 | "--highcontrast-swatch-border-color-selected",
|
124 | 147 | "--highcontrast-swatch-disabled-icon-color",
|
125 | 148 | "--highcontrast-swatch-fill-foreground-color",
|
126 |
| - "--highcontrast-swatch-focus-indicator-color" |
| 149 | + "--highcontrast-swatch-focus-indicator-color", |
| 150 | + "--highcontrast-swatch-icon-color" |
127 | 151 | ]
|
128 | 152 | }
|
0 commit comments