@spectrum-web-components/styles 0.23.3 → 0.24.1-overlay.10
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/README.md +1 -1
- package/all-large-dark.css +1 -1
- package/all-large-darkest.css +1 -1
- package/all-large-light.css +1 -1
- package/all-large-lightest.css +1 -1
- package/all-medium-dark.css +1 -1
- package/all-medium-darkest.css +1 -1
- package/all-medium-light.css +1 -1
- package/all-medium-lightest.css +1 -1
- package/express/spectrum-core-global.css +0 -20
- package/fonts.css +1302 -3
- package/package.json +7 -8
- package/spectrum-core-global.css +0 -32
- package/src/spectrum-body.css +167 -212
- package/src/spectrum-body.css.dev.js +60 -86
- package/src/spectrum-body.css.dev.js.map +2 -2
- package/src/spectrum-body.css.js +62 -88
- package/src/spectrum-body.css.js.map +2 -2
- package/src/spectrum-code.css +98 -137
- package/src/spectrum-code.css.dev.js +28 -60
- package/src/spectrum-code.css.dev.js.map +2 -2
- package/src/spectrum-code.css.js +30 -62
- package/src/spectrum-code.css.js.map +2 -2
- package/src/spectrum-detail.css +266 -269
- package/src/spectrum-detail.css.dev.js +101 -131
- package/src/spectrum-detail.css.dev.js.map +2 -2
- package/src/spectrum-detail.css.js +101 -131
- package/src/spectrum-detail.css.js.map +2 -2
- package/src/spectrum-heading.css +410 -329
- package/src/spectrum-heading.css.dev.js +153 -159
- package/src/spectrum-heading.css.dev.js.map +2 -2
- package/src/spectrum-heading.css.js +153 -159
- package/src/spectrum-heading.css.js.map +2 -2
- package/src/spectrum-lang.css +311 -1162
- package/src/spectrum-lang.css.dev.js +98 -412
- package/src/spectrum-lang.css.dev.js.map +2 -2
- package/src/spectrum-lang.css.js +98 -412
- package/src/spectrum-lang.css.js.map +2 -2
- package/src/spectrum-typography.css +16 -122
- package/src/spectrum-typography.css.dev.js +9 -47
- package/src/spectrum-typography.css.dev.js.map +2 -2
- package/src/spectrum-typography.css.js +11 -49
- package/src/spectrum-typography.css.js.map +2 -2
- package/tokens/dark-vars.css +404 -205
- package/tokens/darkest-vars.css +404 -205
- package/tokens/express/custom-dark-vars.css +1 -1
- package/tokens/express/custom-darkest-vars.css +1 -1
- package/tokens/express/custom-large-vars.css +17 -13
- package/tokens/express/custom-light-vars.css +2 -1
- package/tokens/express/custom-medium-vars.css +17 -13
- package/tokens/express/custom-vars.css +12 -13
- package/tokens/global-vars.css +136 -37
- package/tokens/large-vars.css +23 -14
- package/tokens/light-vars.css +404 -205
- package/tokens/medium-vars.css +23 -14
- package/tokens/spectrum/custom-dark-vars.css +16 -16
- package/tokens/spectrum/custom-darkest-vars.css +16 -16
- package/tokens/spectrum/custom-large-vars.css +25 -15
- package/tokens/spectrum/custom-light-vars.css +18 -17
- package/tokens/spectrum/custom-medium-vars.css +25 -15
- package/tokens/spectrum/custom-vars.css +20 -18
- package/typography.css +907 -2251
package/tokens/medium-vars.css
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
6
|
+
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
|
|
7
|
+
*
|
|
8
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
9
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
10
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
11
|
+
* governing permissions and limitations under the License.
|
|
12
|
+
*/
|
|
12
13
|
|
|
13
14
|
:host,
|
|
14
15
|
:root {
|
|
@@ -142,9 +143,9 @@ governing permissions and limitations under the License.
|
|
|
142
143
|
--spectrum-avatar-size-700: 40px;
|
|
143
144
|
--spectrum-alert-banner-minimum-height: 48px;
|
|
144
145
|
--spectrum-alert-banner-width: 832px;
|
|
145
|
-
--spectrum-alert-banner-to-
|
|
146
|
-
--spectrum-alert-banner-to-
|
|
147
|
-
--spectrum-alert-banner-to-
|
|
146
|
+
--spectrum-alert-banner-top-to-workflow-icon: 15px;
|
|
147
|
+
--spectrum-alert-banner-top-to-text: 14px;
|
|
148
|
+
--spectrum-alert-banner-bottom-to-text: 17px;
|
|
148
149
|
--spectrum-rating-indicator-width: 18px;
|
|
149
150
|
--spectrum-rating-indicator-to-icon: 4px;
|
|
150
151
|
--spectrum-color-area-width: 192px;
|
|
@@ -266,6 +267,14 @@ governing permissions and limitations under the License.
|
|
|
266
267
|
--spectrum-field-edge-to-disclosure-icon-100: 11px;
|
|
267
268
|
--spectrum-field-edge-to-disclosure-icon-200: 14px;
|
|
268
269
|
--spectrum-field-edge-to-disclosure-icon-300: 17px;
|
|
270
|
+
--spectrum-field-end-edge-to-disclosure-icon-75: 7px;
|
|
271
|
+
--spectrum-field-end-edge-to-disclosure-icon-100: 11px;
|
|
272
|
+
--spectrum-field-end-edge-to-disclosure-icon-200: 14px;
|
|
273
|
+
--spectrum-field-end-edge-to-disclosure-icon-300: 17px;
|
|
274
|
+
--spectrum-field-top-to-disclosure-icon-75: 7px;
|
|
275
|
+
--spectrum-field-top-to-disclosure-icon-100: 11px;
|
|
276
|
+
--spectrum-field-top-to-disclosure-icon-200: 14px;
|
|
277
|
+
--spectrum-field-top-to-disclosure-icon-300: 17px;
|
|
269
278
|
--spectrum-field-top-to-alert-icon-small: 4px;
|
|
270
279
|
--spectrum-field-top-to-alert-icon-medium: 7px;
|
|
271
280
|
--spectrum-field-top-to-alert-icon-large: 10px;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
6
|
+
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
|
|
7
|
+
*
|
|
8
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
9
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
10
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
11
|
+
* governing permissions and limitations under the License.
|
|
12
|
+
*/
|
|
13
13
|
|
|
14
14
|
:host,
|
|
15
15
|
:root {
|
|
16
|
+
--spectrum-menu-item-background-color-default-rgb: 255, 255, 255;
|
|
17
|
+
--spectrum-menu-item-background-color-default-opacity: 0;
|
|
16
18
|
--spectrum-menu-item-background-color-default: rgba(
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
255,
|
|
20
|
-
0
|
|
19
|
+
var(--spectrum-menu-item-background-color-default-rgb),
|
|
20
|
+
var(--spectrum-menu-item-background-color-default-opacity)
|
|
21
21
|
); /* --spectrum-gray-900 */
|
|
22
22
|
--spectrum-menu-item-background-color-hover: var(
|
|
23
23
|
--spectrum-transparent-white-200
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
6
|
+
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
|
|
7
|
+
*
|
|
8
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
9
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
10
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
11
|
+
* governing permissions and limitations under the License.
|
|
12
|
+
*/
|
|
13
13
|
|
|
14
14
|
:host,
|
|
15
15
|
:root {
|
|
16
|
+
--spectrum-menu-item-background-color-default-rgb: 255, 255, 255;
|
|
17
|
+
--spectrum-menu-item-background-color-default-opacity: 0;
|
|
16
18
|
--spectrum-menu-item-background-color-default: rgba(
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
255,
|
|
20
|
-
0
|
|
19
|
+
var(--spectrum-menu-item-background-color-default-rgb),
|
|
20
|
+
var(--spectrum-menu-item-background-color-default-opacity)
|
|
21
21
|
); /* --spectrum-gray-900 */
|
|
22
22
|
--spectrum-menu-item-background-color-hover: var(
|
|
23
23
|
--spectrum-transparent-white-200
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
/* This file contains overrides and additions to core tokens */
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
6
|
+
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
|
|
7
|
+
*
|
|
8
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
9
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
10
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
11
|
+
* governing permissions and limitations under the License.
|
|
12
|
+
*/
|
|
14
13
|
|
|
15
14
|
:host,
|
|
16
15
|
:root {
|
|
@@ -27,8 +26,10 @@ governing permissions and limitations under the License.
|
|
|
27
26
|
--spectrum-colorwheel-path-borders: 'M 120 120 m -120 0 a 120 120 0 1 0 240 0 a 120 120 0 1 0 -240 0.2 M 120 120 m -90 0 a 90 90 0 1 0 180 0 a 90 90 0 1 0 -180 0';
|
|
28
27
|
--spectrum-colorwheel-colorarea-container-size: 182px;
|
|
29
28
|
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
--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;
|
|
32
33
|
|
|
33
34
|
--spectrum-menu-item-selectable-edge-to-text-not-selected-small: 34px;
|
|
34
35
|
--spectrum-menu-item-selectable-edge-to-text-not-selected-medium: 42px;
|
|
@@ -46,4 +47,13 @@ governing permissions and limitations under the License.
|
|
|
46
47
|
--spectrum-menu-item-checkmark-width-extra-large: 16px;
|
|
47
48
|
|
|
48
49
|
--spectrum-rating-icon-spacing: var(--spectrum-spacing-100);
|
|
50
|
+
|
|
51
|
+
--spectrum-button-top-to-text-small: 6px;
|
|
52
|
+
--spectrum-button-bottom-to-text-small: 5px;
|
|
53
|
+
--spectrum-button-top-to-text-medium: 9px;
|
|
54
|
+
--spectrum-button-bottom-to-text-medium: 10px;
|
|
55
|
+
--spectrum-button-top-to-text-large: 12px;
|
|
56
|
+
--spectrum-button-bottom-to-text-large: 13px;
|
|
57
|
+
--spectrum-button-top-to-text-extra-large: 16px;
|
|
58
|
+
--spectrum-button-bottom-to-text-extra-large: 17px;
|
|
49
59
|
}
|
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
6
|
+
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
|
|
7
|
+
*
|
|
8
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
9
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
10
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
11
|
+
* governing permissions and limitations under the License.
|
|
12
|
+
*/
|
|
11
13
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
:host,
|
|
15
|
+
:root {
|
|
16
|
+
--spectrum-menu-item-background-color-default-rgb: 0, 0, 0;
|
|
17
|
+
--spectrum-menu-item-background-color-default-opacity: 0;
|
|
15
18
|
--spectrum-menu-item-background-color-default: rgba(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
0,
|
|
19
|
-
0
|
|
19
|
+
var(--spectrum-menu-item-background-color-default-rgb),
|
|
20
|
+
var(--spectrum-menu-item-background-color-default-opacity)
|
|
20
21
|
); /* --spectrum-gray-900 */
|
|
21
22
|
--spectrum-menu-item-background-color-hover: var(
|
|
22
23
|
--spectrum-transparent-black-200
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
/* This file contains overrides and additions to core tokens */
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
6
|
+
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
|
|
7
|
+
*
|
|
8
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
9
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
10
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
11
|
+
* governing permissions and limitations under the License.
|
|
12
|
+
*/
|
|
14
13
|
|
|
15
14
|
:host,
|
|
16
15
|
:root {
|
|
@@ -27,8 +26,10 @@ governing permissions and limitations under the License.
|
|
|
27
26
|
--spectrum-colorwheel-path-borders: 'M 96 96 m -96 0 a 96 96 0 1 0 192 0 a 96 96 0 1 0 -192 0.2 M 96 96 m -72 0 a 72 72 0 1 0 144 0 a 72 72 0 1 0 -144 0';
|
|
28
27
|
--spectrum-colorwheel-colorarea-container-size: 144px;
|
|
29
28
|
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
--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;
|
|
32
33
|
|
|
33
34
|
--spectrum-menu-item-selectable-edge-to-text-not-selected-small: 28px;
|
|
34
35
|
--spectrum-menu-item-selectable-edge-to-text-not-selected-medium: 32px;
|
|
@@ -46,4 +47,13 @@ governing permissions and limitations under the License.
|
|
|
46
47
|
--spectrum-menu-item-checkmark-width-extra-large: 14px;
|
|
47
48
|
|
|
48
49
|
--spectrum-rating-icon-spacing: var(--spectrum-spacing-75);
|
|
50
|
+
|
|
51
|
+
--spectrum-button-top-to-text-small: 5px;
|
|
52
|
+
--spectrum-button-bottom-to-text-small: 4px;
|
|
53
|
+
--spectrum-button-top-to-text-medium: 7px;
|
|
54
|
+
--spectrum-button-bottom-to-text-medium: 8px;
|
|
55
|
+
--spectrum-button-top-to-text-large: 10px;
|
|
56
|
+
--spectrum-button-bottom-to-text-large: 10px;
|
|
57
|
+
--spectrum-button-top-to-text-extra-large: 13px;
|
|
58
|
+
--spectrum-button-bottom-to-text-extra-large: 13px;
|
|
49
59
|
}
|
|
@@ -1,23 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright 2023 Adobe. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
6
|
+
* of the License at <http://www.apache.org/licenses/LICENSE-2.0>
|
|
7
|
+
*
|
|
8
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
9
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
10
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
11
|
+
* governing permissions and limitations under the License.
|
|
12
|
+
*/
|
|
6
13
|
|
|
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
|
-
*/
|
|
12
|
-
|
|
13
|
-
/* This file contains overrides and additions to core tokens */
|
|
14
14
|
:host,
|
|
15
15
|
:root {
|
|
16
16
|
--system: spectrum;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
:host,
|
|
20
|
-
:root {
|
|
21
17
|
--spectrum-animation-linear: cubic-bezier(0, 0, 1, 1);
|
|
22
18
|
--spectrum-animation-duration-0: 0ms;
|
|
23
19
|
--spectrum-animation-duration-100: 130ms;
|
|
@@ -53,6 +49,12 @@ governing permissions and limitations under the License.
|
|
|
53
49
|
adobe-clean-han-japanese, sans-serif;
|
|
54
50
|
|
|
55
51
|
/* static white / black background color for docs containers */
|
|
56
|
-
--spectrum-docs-static-white-background-color:
|
|
57
|
-
--spectrum-docs-static-
|
|
52
|
+
--spectrum-docs-static-white-background-color-rgb: 15, 121, 125;
|
|
53
|
+
--spectrum-docs-static-white-background-color: rgba(
|
|
54
|
+
var(--spectrum-docs-static-white-background-color-rgb)
|
|
55
|
+
);
|
|
56
|
+
--spectrum-docs-static-black-background-color-rgb: 206, 247, 243;
|
|
57
|
+
--spectrum-docs-static-black-background-color: rgba(
|
|
58
|
+
var(--spectrum-docs-static-black-background-color-rgb)
|
|
59
|
+
);
|
|
58
60
|
}
|