@spectrum-web-components/styles 0.31.1-react.3 → 0.32.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/express/spectrum-core-global.css +4 -84
- package/express/spectrum-theme-dark.css +0 -153
- package/express/spectrum-theme-light.css +0 -153
- package/package.json +7 -7
- package/spectrum-core-global.css +10 -65
- package/spectrum-theme-dark.css +0 -153
- package/spectrum-theme-darkest.css +0 -153
- package/spectrum-theme-light.css +0 -153
- package/tokens/dark-vars.css +11 -12
- package/tokens/darkest-vars.css +11 -12
- package/tokens/express/custom-dark-vars.css +6 -4
- package/tokens/express/custom-darkest-vars.css +6 -4
- package/tokens/express/custom-large-vars.css +11 -17
- package/tokens/express/custom-light-vars.css +7 -4
- package/tokens/express/custom-medium-vars.css +11 -17
- package/tokens/express/custom-vars.css +11 -12
- package/tokens/express/global-vars.css +102 -252
- package/tokens/express/large-vars.css +0 -4
- package/tokens/express/medium-vars.css +0 -4
- package/tokens/global-vars.css +27 -12
- package/tokens/large-vars.css +29 -12
- package/tokens/light-vars.css +11 -12
- package/tokens/medium-vars.css +29 -12
- package/tokens/spectrum/custom-dark-vars.css +16 -12
- package/tokens/spectrum/custom-darkest-vars.css +16 -12
- package/tokens/spectrum/custom-large-vars.css +11 -15
- package/tokens/spectrum/custom-light-vars.css +16 -12
- package/tokens/spectrum/custom-medium-vars.css +11 -15
- package/tokens/spectrum/custom-vars.css +11 -12
- package/tokens/spectrum/global-vars.css +90 -18
- package/tokens/spectrum/large-vars.css +0 -2
- package/tokens/spectrum/medium-vars.css +0 -2
package/tokens/medium-vars.css
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
*/
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
+
governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
13
12
|
|
|
14
13
|
:host,
|
|
15
14
|
:root {
|
|
@@ -92,6 +91,10 @@
|
|
|
92
91
|
--spectrum-menu-item-top-to-selected-icon-medium: 11px;
|
|
93
92
|
--spectrum-menu-item-top-to-selected-icon-large: 14px;
|
|
94
93
|
--spectrum-menu-item-top-to-selected-icon-extra-large: 17px;
|
|
94
|
+
--spectrum-slider-control-to-field-label-small: 5px;
|
|
95
|
+
--spectrum-slider-control-to-field-label-medium: 8px;
|
|
96
|
+
--spectrum-slider-control-to-field-label-large: 11px;
|
|
97
|
+
--spectrum-slider-control-to-field-label-extra-large: 14px;
|
|
95
98
|
--spectrum-picker-visual-to-disclosure-icon-small: 7px;
|
|
96
99
|
--spectrum-picker-visual-to-disclosure-icon-medium: 8px;
|
|
97
100
|
--spectrum-picker-visual-to-disclosure-icon-large: 9px;
|
|
@@ -117,6 +120,8 @@
|
|
|
117
120
|
--spectrum-alert-dialog-title-size: var(--spectrum-heading-size-s);
|
|
118
121
|
--spectrum-alert-dialog-description-size: var(--spectrum-body-size-s);
|
|
119
122
|
--spectrum-opacity-checkerboard-square-size: 8px;
|
|
123
|
+
--spectrum-contextual-help-title-size: var(--spectrum-heading-size-xs);
|
|
124
|
+
--spectrum-contextual-help-body-size: var(--spectrum-heading-size-s);
|
|
120
125
|
--spectrum-breadcrumbs-height-multiline: 72px;
|
|
121
126
|
--spectrum-breadcrumbs-top-to-text: 13px;
|
|
122
127
|
--spectrum-breadcrumbs-top-to-text-compact: 11px;
|
|
@@ -196,6 +201,18 @@
|
|
|
196
201
|
--spectrum-accordion-focus-indicator-gap: 0px;
|
|
197
202
|
--spectrum-accordion-content-area-top-to-content: 8px;
|
|
198
203
|
--spectrum-accordion-content-area-bottom-to-content: 16px;
|
|
204
|
+
--spectrum-color-handle-size: 16px;
|
|
205
|
+
--spectrum-color-handle-size-key-focus: 32px;
|
|
206
|
+
--spectrum-side-navigation-width: 192px;
|
|
207
|
+
--spectrum-side-navigation-minimum-width: 160px;
|
|
208
|
+
--spectrum-side-navigation-maximum-width: 240px;
|
|
209
|
+
--spectrum-side-navigation-second-level-edge-to-text: 24px;
|
|
210
|
+
--spectrum-side-navigation-third-level-edge-to-text: 36px;
|
|
211
|
+
--spectrum-side-navigation-with-icon-second-level-edge-to-text: 50px;
|
|
212
|
+
--spectrum-side-navigation-with-icon-third-level-edge-to-text: 62px;
|
|
213
|
+
--spectrum-side-navigation-item-to-item: 4px;
|
|
214
|
+
--spectrum-side-navigation-item-to-header: 16px;
|
|
215
|
+
--spectrum-tray-top-to-content-area: 4px;
|
|
199
216
|
--spectrum-workflow-icon-size-50: 14px;
|
|
200
217
|
--spectrum-workflow-icon-size-75: 16px;
|
|
201
218
|
--spectrum-workflow-icon-size-100: 18px;
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
*/
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
+
governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
13
12
|
|
|
14
13
|
:host,
|
|
15
14
|
:root {
|
|
@@ -28,4 +27,9 @@
|
|
|
28
27
|
--spectrum-menu-item-background-color-key-focus: var(
|
|
29
28
|
--spectrum-transparent-white-200
|
|
30
29
|
);
|
|
30
|
+
|
|
31
|
+
/* Drop Zone background color rgb */
|
|
32
|
+
--spectrum-drop-zone-background-color-rgb: var(
|
|
33
|
+
--spectrum-blue-900-rgb
|
|
34
|
+
); /* var(--spectrum-accent-color-900);*/
|
|
31
35
|
}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
*/
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
+
governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
13
12
|
|
|
14
13
|
:host,
|
|
15
14
|
:root {
|
|
@@ -28,4 +27,9 @@
|
|
|
28
27
|
--spectrum-menu-item-background-color-key-focus: var(
|
|
29
28
|
--spectrum-transparent-white-200
|
|
30
29
|
);
|
|
30
|
+
|
|
31
|
+
/* Drop Zone background color rgb */
|
|
32
|
+
--spectrum-drop-zone-background-color-rgb: var(
|
|
33
|
+
--spectrum-blue-900-rgb
|
|
34
|
+
); /* var(--spectrum-accent-color-900);*/
|
|
31
35
|
}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
*/
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
+
governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
13
12
|
|
|
14
13
|
:host,
|
|
15
14
|
:root {
|
|
@@ -27,9 +26,6 @@
|
|
|
27
26
|
--spectrum-colorwheel-colorarea-container-size: 182px;
|
|
28
27
|
|
|
29
28
|
--spectrum-colorloupe-checkerboard-fill: url(#checkerboard-secondary);
|
|
30
|
-
/* TODO: Remove once new tokens for colorhandle and colorloupe are released */
|
|
31
|
-
--spectrum-color-handle-size-interim: 20px;
|
|
32
|
-
--spectrum-color-handle-size-key-focus-interim: 40px;
|
|
33
29
|
|
|
34
30
|
--spectrum-menu-item-selectable-edge-to-text-not-selected-small: 34px;
|
|
35
31
|
--spectrum-menu-item-selectable-edge-to-text-not-selected-medium: 42px;
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
*/
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
+
governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
13
12
|
|
|
14
13
|
:host,
|
|
15
14
|
:root {
|
|
@@ -28,4 +27,9 @@
|
|
|
28
27
|
--spectrum-menu-item-background-color-key-focus: var(
|
|
29
28
|
--spectrum-transparent-black-200
|
|
30
29
|
);
|
|
30
|
+
|
|
31
|
+
/* Drop Zone background color rgb */
|
|
32
|
+
--spectrum-drop-zone-background-color-rgb: var(
|
|
33
|
+
--spectrum-blue-800-rgb
|
|
34
|
+
); /* var(--spectrum-accent-color-800);*/
|
|
31
35
|
}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
*/
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
+
governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
13
12
|
|
|
14
13
|
:host,
|
|
15
14
|
:root {
|
|
@@ -27,9 +26,6 @@
|
|
|
27
26
|
--spectrum-colorwheel-colorarea-container-size: 144px;
|
|
28
27
|
|
|
29
28
|
--spectrum-colorloupe-checkerboard-fill: url(#checkerboard-primary);
|
|
30
|
-
/* TODO: Remove once new tokens for colorhandle and colorloupe are released */
|
|
31
|
-
--spectrum-color-handle-size-interim: 16px;
|
|
32
|
-
--spectrum-color-handle-size-key-focus-interim: 32px;
|
|
33
29
|
|
|
34
30
|
--spectrum-menu-item-selectable-edge-to-text-not-selected-small: 28px;
|
|
35
31
|
--spectrum-menu-item-selectable-edge-to-text-not-selected-medium: 32px;
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
*/
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
+
governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
13
12
|
|
|
14
13
|
:host,
|
|
15
14
|
:root {
|
|
@@ -22,22 +22,10 @@ governing permissions and limitations under the License.
|
|
|
22
22
|
--spectrum-neutral-background-color-selected-key-focus: var(
|
|
23
23
|
--spectrum-gray-800
|
|
24
24
|
);
|
|
25
|
-
--spectrum-color-handle-inner-border-opacity: 0.42;
|
|
26
25
|
--spectrum-color-handle-outer-border-color: var(--spectrum-black);
|
|
27
|
-
--spectrum-color-handle-outer-border-opacity: var(
|
|
28
|
-
--spectrum-color-handle-inner-border-opacity
|
|
29
|
-
);
|
|
30
26
|
--spectrum-slider-track-thickness: 2px;
|
|
31
27
|
--spectrum-slider-handle-gap: 4px;
|
|
32
28
|
--spectrum-picker-border-width: var(--spectrum-border-width-100);
|
|
33
|
-
--spectrum-color-loupe-height: 64px;
|
|
34
|
-
--spectrum-color-loupe-width: 48px;
|
|
35
|
-
--spectrum-color-loupe-bottom-to-color-handle: 12px;
|
|
36
|
-
--spectrum-color-loupe-inner-border-width: var(--spectrum-border-width-200);
|
|
37
|
-
--spectrum-color-handle-outer-border-width: 1px;
|
|
38
|
-
--spectrum-color-handle-drop-shadow-x: 0;
|
|
39
|
-
--spectrum-color-handle-drop-shadow-y: 0;
|
|
40
|
-
--spectrum-color-handle-drop-shadow-blur: 0;
|
|
41
29
|
--spectrum-border-width-100: 1px;
|
|
42
30
|
--spectrum-accent-color-100: var(--spectrum-blue-100);
|
|
43
31
|
--spectrum-accent-color-200: var(--spectrum-blue-200);
|
|
@@ -1284,12 +1272,96 @@ governing permissions and limitations under the License.
|
|
|
1284
1272
|
--system-spectrum-picker-background-color-key-focus: var(
|
|
1285
1273
|
--spectrum-gray-200
|
|
1286
1274
|
);
|
|
1287
|
-
--system-spectrum-picker-border-color-default: var(--spectrum-gray-
|
|
1275
|
+
--system-spectrum-picker-border-color-default: var(--spectrum-gray-500);
|
|
1288
1276
|
--system-spectrum-picker-border-color-default-open: var(
|
|
1289
|
-
--spectrum-gray-
|
|
1277
|
+
--spectrum-gray-500
|
|
1278
|
+
);
|
|
1279
|
+
--system-spectrum-picker-border-color-hover: var(--spectrum-gray-600);
|
|
1280
|
+
--system-spectrum-picker-border-color-hover-open: var(--spectrum-gray-600);
|
|
1281
|
+
--system-spectrum-picker-border-color-active: var(--spectrum-gray-700);
|
|
1282
|
+
--system-spectrum-picker-border-color-key-focus: var(--spectrum-gray-600);
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
:host,
|
|
1286
|
+
:root {
|
|
1287
|
+
--system-spectrum-slider-track-color: var(--spectrum-gray-300);
|
|
1288
|
+
--system-spectrum-slider-track-fill-color: var(--spectrum-gray-700);
|
|
1289
|
+
--system-spectrum-slider-ramp-track-color: var(--spectrum-gray-400);
|
|
1290
|
+
--system-spectrum-slider-ramp-track-color-disabled: var(
|
|
1291
|
+
--spectrum-gray-200
|
|
1292
|
+
);
|
|
1293
|
+
--system-spectrum-slider-handle-background-color: transparent;
|
|
1294
|
+
--system-spectrum-slider-handle-background-color-disabled: transparent;
|
|
1295
|
+
--system-spectrum-slider-ramp-handle-background-color: var(
|
|
1296
|
+
--spectrum-gray-100
|
|
1297
|
+
);
|
|
1298
|
+
--system-spectrum-slider-ticks-handle-background-color: var(
|
|
1299
|
+
--spectrum-gray-100
|
|
1300
|
+
);
|
|
1301
|
+
--system-spectrum-slider-handle-border-color: var(--spectrum-gray-700);
|
|
1302
|
+
--system-spectrum-slider-handle-disabled-background-color: var(
|
|
1303
|
+
--spectrum-gray-100
|
|
1304
|
+
);
|
|
1305
|
+
--system-spectrum-slider-tick-mark-color: var(--spectrum-gray-300);
|
|
1306
|
+
--system-spectrum-slider-handle-border-color-hover: var(
|
|
1307
|
+
--spectrum-gray-800
|
|
1308
|
+
);
|
|
1309
|
+
--system-spectrum-slider-handle-border-color-down: var(--spectrum-gray-800);
|
|
1310
|
+
--system-spectrum-slider-handle-border-color-key-focus: var(
|
|
1311
|
+
--spectrum-gray-800
|
|
1312
|
+
);
|
|
1313
|
+
--system-spectrum-slider-handle-focus-ring-color-key-focus: var(
|
|
1314
|
+
--spectrum-focus-indicator-color
|
|
1315
|
+
);
|
|
1316
|
+
}
|
|
1317
|
+
:host,
|
|
1318
|
+
:root {
|
|
1319
|
+
--system-spectrum-popover-border-width: var(--spectrum-border-width-100);
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
:host,
|
|
1323
|
+
:root {
|
|
1324
|
+
--system-spectrum-stepper-border-width: var(--spectrum-border-width-100);
|
|
1325
|
+
--system-spectrum-stepper-button-border-width-reset: var(
|
|
1326
|
+
--spectrum-border-width-100
|
|
1327
|
+
);
|
|
1328
|
+
--system-spectrum-stepper-button-icon-nudge: calc(
|
|
1329
|
+
-1 * var(--spectrum-corner-radius-100) / 2
|
|
1330
|
+
);
|
|
1331
|
+
--system-spectrum-stepper-button-gap-reset: 0px;
|
|
1332
|
+
--system-spectrum-stepper-button-border-radius-reset: 0px;
|
|
1333
|
+
--system-spectrum-stepper-border-color: var(--spectrum-gray-500);
|
|
1334
|
+
--system-spectrum-stepper-border-color-hover: var(--spectrum-gray-600);
|
|
1335
|
+
--system-spectrum-stepper-border-color-focus: var(--spectrum-gray-800);
|
|
1336
|
+
--system-spectrum-stepper-border-color-focus-hover: var(
|
|
1337
|
+
--spectrum-gray-900
|
|
1338
|
+
);
|
|
1339
|
+
--system-spectrum-stepper-border-color-keyboard-focus: var(
|
|
1340
|
+
--spectrum-gray-900
|
|
1341
|
+
);
|
|
1342
|
+
--system-spectrum-stepper-button-background-color-default: var(
|
|
1343
|
+
--spectrum-gray-75
|
|
1344
|
+
);
|
|
1345
|
+
--system-spectrum-stepper-button-background-color-hover: var(
|
|
1346
|
+
--spectrum-gray-200
|
|
1347
|
+
);
|
|
1348
|
+
--system-spectrum-stepper-button-background-color-focus: var(
|
|
1349
|
+
--spectrum-gray-300
|
|
1350
|
+
);
|
|
1351
|
+
--system-spectrum-stepper-button-background-color-keyboard-focus: var(
|
|
1352
|
+
--spectrum-gray-200
|
|
1353
|
+
);
|
|
1354
|
+
}
|
|
1355
|
+
:host,
|
|
1356
|
+
:root {
|
|
1357
|
+
--system-spectrum-textfield-border-color: var(--spectrum-gray-500);
|
|
1358
|
+
--system-spectrum-textfield-border-color-hover: var(--spectrum-gray-600);
|
|
1359
|
+
--system-spectrum-textfield-border-color-focus: var(--spectrum-gray-800);
|
|
1360
|
+
--system-spectrum-textfield-border-color-focus-hover: var(
|
|
1361
|
+
--spectrum-gray-900
|
|
1362
|
+
);
|
|
1363
|
+
--system-spectrum-textfield-border-color-keyboard-focus: var(
|
|
1364
|
+
--spectrum-gray-900
|
|
1290
1365
|
);
|
|
1291
|
-
--system-spectrum-
|
|
1292
|
-
--system-spectrum-picker-border-color-hover-open: var(--spectrum-gray-500);
|
|
1293
|
-
--system-spectrum-picker-border-color-active: var(--spectrum-gray-600);
|
|
1294
|
-
--system-spectrum-picker-border-color-key-focus: var(--spectrum-gray-500);
|
|
1366
|
+
--system-spectrum-textfield-border-width: var(--spectrum-border-width-100);
|
|
1295
1367
|
}
|
|
@@ -56,8 +56,6 @@ governing permissions and limitations under the License.
|
|
|
56
56
|
--spectrum-slider-bottom-to-handle-medium: 10px;
|
|
57
57
|
--spectrum-slider-bottom-to-handle-large: 14px;
|
|
58
58
|
--spectrum-slider-bottom-to-handle-extra-large: 17px;
|
|
59
|
-
--spectrum-color-handle-size: 20px;
|
|
60
|
-
--spectrum-color-handle-size-key-focus: 40px;
|
|
61
59
|
--spectrum-corner-radius-75: 2px;
|
|
62
60
|
--spectrum-corner-radius-100: 5px;
|
|
63
61
|
--spectrum-corner-radius-200: 10px;
|
|
@@ -56,8 +56,6 @@ governing permissions and limitations under the License.
|
|
|
56
56
|
--spectrum-slider-bottom-to-handle-medium: 8px;
|
|
57
57
|
--spectrum-slider-bottom-to-handle-large: 11px;
|
|
58
58
|
--spectrum-slider-bottom-to-handle-extra-large: 14px;
|
|
59
|
-
--spectrum-color-handle-size: 16px;
|
|
60
|
-
--spectrum-color-handle-size-key-focus: 32px;
|
|
61
59
|
--spectrum-corner-radius-75: 2px;
|
|
62
60
|
--spectrum-corner-radius-100: 4px;
|
|
63
61
|
--spectrum-corner-radius-200: 8px;
|