@spectrum-web-components/styles 0.23.3-overlay.8 → 0.23.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "0.23.3-overlay.8+eef228d8d",
3
+ "version": "0.23.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -105,7 +105,7 @@
105
105
  "lit-html"
106
106
  ],
107
107
  "dependencies": {
108
- "@spectrum-web-components/base": "^0.7.5-overlay.236+eef228d8d"
108
+ "@spectrum-web-components/base": "^0.7.5"
109
109
  },
110
110
  "devDependencies": {
111
111
  "@spectrum-css/commons": "^4.0.2",
@@ -119,5 +119,5 @@
119
119
  "./**/*.css"
120
120
  ],
121
121
  "style": "all-medium-lightest.css",
122
- "gitHead": "eef228d8defcf04fe32713c7232fd0873828752b"
122
+ "gitHead": "fe316a3ee9fc753f0de98aece11e04227df73ab7"
123
123
  }
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2022 Adobe. All rights reserved.
2
+ Copyright 2023 Adobe. All rights reserved.
3
3
  This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License. You may obtain a copy
5
5
  of the License at http://www.apache.org/licenses/LICENSE-2.0
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2022 Adobe. All rights reserved.
2
+ Copyright 2023 Adobe. All rights reserved.
3
3
  This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License. You may obtain a copy
5
5
  of the License at http://www.apache.org/licenses/LICENSE-2.0
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2022 Adobe. All rights reserved.
2
+ Copyright 2023 Adobe. All rights reserved.
3
3
  This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License. You may obtain a copy
5
5
  of the License at http://www.apache.org/licenses/LICENSE-2.0
@@ -12,6 +12,7 @@ governing permissions and limitations under the License.
12
12
 
13
13
  /* This file contains overrides and additions to core tokens */
14
14
 
15
- :host, :root {
16
- --system: express;
15
+ :host,
16
+ :root {
17
+ --system: express;
17
18
  }
@@ -22,10 +22,22 @@ governing permissions and limitations under the License.
22
22
  --spectrum-neutral-background-color-selected-key-focus: var(
23
23
  --spectrum-gray-900
24
24
  );
25
+ --spectrum-color-handle-inner-border-opacity: 0.15;
26
+ --spectrum-color-handle-drop-shadow-color: var(
27
+ --spectrum-drop-shadow-color
28
+ );
25
29
  --spectrum-slider-track-thickness: 4px;
26
30
  --spectrum-slider-handle-gap: 0px;
27
31
  --spectrum-color-loupe-bottom-to-color-handle: 6px;
28
32
  --spectrum-color-loupe-inner-border-width: 3px;
33
+ --spectrum-color-handle-outer-border-width: 0px;
34
+ --spectrum-color-handle-drop-shadow-x: var(--spectrum-drop-shadow-x);
35
+ --spectrum-color-handle-drop-shadow-y: var(
36
+ --spectrum-color-loupe-drop-shadow-y
37
+ );
38
+ --spectrum-color-handle-drop-shadow-blur: var(
39
+ --spectrum-color-loupe-drop-shadow-blur
40
+ );
29
41
  --spectrum-border-width-100: 2px;
30
42
  --spectrum-accent-color-100: var(--spectrum-indigo-100);
31
43
  --spectrum-accent-color-200: var(--spectrum-indigo-200);
@@ -66,6 +66,8 @@ governing permissions and limitations under the License.
66
66
  --spectrum-slider-bottom-to-handle-extra-large: 15px;
67
67
  --spectrum-color-loupe-height: 50px;
68
68
  --spectrum-color-loupe-width: 40px;
69
+ --spectrum-color-handle-size: 24px;
70
+ --spectrum-color-handle-size-key-focus: 48px;
69
71
  --spectrum-corner-radius-75: 4px;
70
72
  --spectrum-corner-radius-100: 8px;
71
73
  --spectrum-corner-radius-200: 16px;
@@ -66,6 +66,8 @@ governing permissions and limitations under the License.
66
66
  --spectrum-slider-bottom-to-handle-extra-large: 12px;
67
67
  --spectrum-color-loupe-height: 40px;
68
68
  --spectrum-color-loupe-width: 32px;
69
+ --spectrum-color-handle-size: 20px;
70
+ --spectrum-color-handle-size-key-focus: 40px;
69
71
  --spectrum-corner-radius-75: 3px;
70
72
  --spectrum-corner-radius-100: 6px;
71
73
  --spectrum-corner-radius-200: 12px;
@@ -111,6 +111,8 @@ governing permissions and limitations under the License.
111
111
  --spectrum-drop-zone-background-color: var(--spectrum-accent-visual-color);
112
112
  --spectrum-drop-zone-background-color-opacity: 0.1;
113
113
  --spectrum-drop-zone-background-color-opacity-filled: 0.3;
114
+ --spectrum-coach-mark-pagination-color: var(--spectrum-gray-600);
115
+ --spectrum-color-handle-inner-border-color: var(--spectrum-black);
114
116
  --spectrum-white: rgb(255, 255, 255);
115
117
  --spectrum-transparent-white-100: rgba(255, 255, 255, 0);
116
118
  --spectrum-transparent-white-200: rgba(255, 255, 255, 0.1);
@@ -155,7 +157,7 @@ governing permissions and limitations under the License.
155
157
  --spectrum-text-field-minimum-width-multiplier: 1.5;
156
158
  --spectrum-combo-box-minimum-width-multiplier: 2.5;
157
159
  --spectrum-combo-box-quiet-minimum-width-multiplier: 2;
158
- --spectrum-combo-box-visual-to-field-button-quiet: 0;
160
+ --spectrum-combo-box-visual-to-field-button-quiet: 0px;
159
161
  --spectrum-alert-dialog-minimum-width: 288px;
160
162
  --spectrum-alert-dialog-maximum-width: 480px;
161
163
  --spectrum-contextual-help-minimum-width: 268px;
@@ -168,7 +170,6 @@ governing permissions and limitations under the License.
168
170
  --spectrum-color-area-border-width: var(--spectrum-border-width-100);
169
171
  --spectrum-color-area-border-rounding: var(--spectrum-corner-radius-100);
170
172
  --spectrum-color-wheel-color-area-margin: 12px;
171
- --spectrum-color-slider-minimum-length: 200px;
172
173
  --spectrum-color-slider-border-width: 1px;
173
174
  --spectrum-color-slider-border-rounding: 4px;
174
175
  --spectrum-floating-action-button-drop-shadow-blur: 12px;
@@ -193,6 +194,8 @@ governing permissions and limitations under the License.
193
194
  --spectrum-drop-zone-body-size: var(
194
195
  --spectrum-illustrated-message-body-size
195
196
  );
197
+ --spectrum-color-handle-border-width: var(--spectrum-border-width-200);
198
+ --spectrum-color-handle-inner-border-width: 1px;
196
199
  --spectrum-android-elevation: 2dp;
197
200
  --spectrum-spacing-50: 2px;
198
201
  --spectrum-spacing-75: 4px;
@@ -87,6 +87,10 @@ governing permissions and limitations under the License.
87
87
  --spectrum-menu-item-top-to-disclosure-icon-medium: 13px;
88
88
  --spectrum-menu-item-top-to-disclosure-icon-large: 17px;
89
89
  --spectrum-menu-item-top-to-disclosure-icon-extra-large: 22px;
90
+ --spectrum-menu-item-top-to-selected-icon-small: 9px;
91
+ --spectrum-menu-item-top-to-selected-icon-medium: 13px;
92
+ --spectrum-menu-item-top-to-selected-icon-large: 17px;
93
+ --spectrum-menu-item-top-to-selected-icon-extra-large: 22px;
90
94
  --spectrum-picker-visual-to-disclosure-icon-small: 9px;
91
95
  --spectrum-picker-visual-to-disclosure-icon-medium: 10px;
92
96
  --spectrum-picker-visual-to-disclosure-icon-large: 11px;
@@ -150,11 +154,50 @@ governing permissions and limitations under the License.
150
154
  --spectrum-color-wheel-width: 240px;
151
155
  --spectrum-color-wheel-minimum-width: 219px;
152
156
  --spectrum-color-slider-length: 240px;
157
+ --spectrum-color-slider-minimum-length: 100px;
153
158
  --spectrum-illustrated-message-title-size: var(--spectrum-heading-size-s);
154
159
  --spectrum-illustrated-message-cjk-title-size: var(
155
160
  --spectrum-heading-cjk-size-s
156
161
  );
157
162
  --spectrum-illustrated-message-body-size: var(--spectrum-body-size-xs);
163
+ --spectrum-coach-mark-minimum-width: 208px;
164
+ --spectrum-coach-mark-edge-to-content: var(--spectrum-spacing-300);
165
+ --spectrum-coach-mark-pagination-text-to-bottom-edge: 22px;
166
+ --spectrum-coach-mark-media-minimum-height: 121px;
167
+ --spectrum-coach-mark-title-size: var(--spectrum-heading-size-xxs);
168
+ --spectrum-coach-mark-body-size: var(--spectrum-body-size-xs);
169
+ --spectrum-coach-mark-pagination-body-size: var(--spectrum-body-size-xs);
170
+ --spectrum-accordion-top-to-text-compact-small: 2px;
171
+ --spectrum-accordion-top-to-text-regular-small: 7px;
172
+ --spectrum-accordion-small-top-to-text-spacious: 12px;
173
+ --spectrum-accordion-top-to-text-compact-medium: 4px;
174
+ --spectrum-accordion-top-to-text-regular-medium: 9px;
175
+ --spectrum-accordion-top-to-text-spacious-medium: 14px;
176
+ --spectrum-accordion-top-to-text-compact-large: 7px;
177
+ --spectrum-accordion-top-to-text-regular-large: 12px;
178
+ --spectrum-accordion-top-to-text-spacious-large: 14px;
179
+ --spectrum-accordion-top-to-text-compact-extra-large: 7px;
180
+ --spectrum-accordion-top-to-text-regular-extra-large: 12px;
181
+ --spectrum-accordion-top-to-text-spacious-extra-large: 14px;
182
+ --spectrum-accordion-bottom-to-text-compact-small: 4px;
183
+ --spectrum-accordion-bottom-to-text-regular-small: 9px;
184
+ --spectrum-accordion-bottom-to-text-spacious-small: 14px;
185
+ --spectrum-accordion-bottom-to-text-compact-medium: 8px;
186
+ --spectrum-accordion-bottom-to-text-regular-medium: 13px;
187
+ --spectrum-accordion-bottom-to-text-spacious-medium: 18px;
188
+ --spectrum-accordion-bottom-to-text-compact-large: 9px;
189
+ --spectrum-accordion-bottom-to-text-regular-large: 14px;
190
+ --spectrum-accordion-bottom-to-text-spacious-large: 19px;
191
+ --spectrum-accordion-bottom-to-text-compact-extra-large: 10px;
192
+ --spectrum-accordion-bottom-to-text-regular-extra-large: 15px;
193
+ --spectrum-accordion-bottom-to-text-spacious-extra-large: 21px;
194
+ --spectrum-accordion-minimum-width: 250px;
195
+ --spectrum-accordion-disclosure-indicator-to-text: 0px;
196
+ --spectrum-accordion-edge-to-disclosure-indicator: 0px;
197
+ --spectrum-accordion-edge-to-text: 0px;
198
+ --spectrum-accordion-focus-indicator-gap: 0px;
199
+ --spectrum-accordion-content-area-top-to-content: 10px;
200
+ --spectrum-accordion-content-area-bottom-to-content: 20px;
158
201
  --spectrum-workflow-icon-size-50: 18px;
159
202
  --spectrum-workflow-icon-size-75: 20px;
160
203
  --spectrum-workflow-icon-size-100: 22px;
@@ -174,6 +217,8 @@ governing permissions and limitations under the License.
174
217
  --spectrum-component-height-100: 40px;
175
218
  --spectrum-component-height-200: 50px;
176
219
  --spectrum-component-height-300: 60px;
220
+ --spectrum-component-height-400: 70px;
221
+ --spectrum-component-height-500: 80px;
177
222
  --spectrum-component-pill-edge-to-visual-75: 13px;
178
223
  --spectrum-component-pill-edge-to-visual-100: 17px;
179
224
  --spectrum-component-pill-edge-to-visual-200: 22px;
@@ -87,6 +87,10 @@ governing permissions and limitations under the License.
87
87
  --spectrum-menu-item-top-to-disclosure-icon-medium: 11px;
88
88
  --spectrum-menu-item-top-to-disclosure-icon-large: 14px;
89
89
  --spectrum-menu-item-top-to-disclosure-icon-extra-large: 17px;
90
+ --spectrum-menu-item-top-to-selected-icon-small: 7px;
91
+ --spectrum-menu-item-top-to-selected-icon-medium: 11px;
92
+ --spectrum-menu-item-top-to-selected-icon-large: 14px;
93
+ --spectrum-menu-item-top-to-selected-icon-extra-large: 17px;
90
94
  --spectrum-picker-visual-to-disclosure-icon-small: 7px;
91
95
  --spectrum-picker-visual-to-disclosure-icon-medium: 8px;
92
96
  --spectrum-picker-visual-to-disclosure-icon-large: 9px;
@@ -150,11 +154,47 @@ governing permissions and limitations under the License.
150
154
  --spectrum-color-wheel-width: 192px;
151
155
  --spectrum-color-wheel-minimum-width: 175px;
152
156
  --spectrum-color-slider-length: 192px;
157
+ --spectrum-color-slider-minimum-length: 80px;
153
158
  --spectrum-illustrated-message-title-size: var(--spectrum-heading-size-m);
154
159
  --spectrum-illustrated-message-cjk-title-size: var(
155
160
  --spectrum-heading-cjk-size-m
156
161
  );
157
162
  --spectrum-illustrated-message-body-size: var(--spectrum-body-size-s);
163
+ --spectrum-coach-mark-minimum-width: 296px;
164
+ --spectrum-coach-mark-edge-to-content: var(--spectrum-spacing-400);
165
+ --spectrum-coach-mark-pagination-text-to-bottom-edge: 33px;
166
+ --spectrum-coach-mark-media-minimum-height: 166px;
167
+ --spectrum-accordion-top-to-text-compact-small: 2px;
168
+ --spectrum-accordion-top-to-text-regular-small: 5px;
169
+ --spectrum-accordion-small-top-to-text-spacious: 9px;
170
+ --spectrum-accordion-top-to-text-compact-medium: 4px;
171
+ --spectrum-accordion-top-to-text-regular-medium: 8px;
172
+ --spectrum-accordion-top-to-text-spacious-medium: 12px;
173
+ --spectrum-accordion-top-to-text-compact-large: 4px;
174
+ --spectrum-accordion-top-to-text-regular-large: 9px;
175
+ --spectrum-accordion-top-to-text-spacious-large: 12px;
176
+ --spectrum-accordion-top-to-text-compact-extra-large: 5px;
177
+ --spectrum-accordion-top-to-text-regular-extra-large: 9px;
178
+ --spectrum-accordion-top-to-text-spacious-extra-large: 13px;
179
+ --spectrum-accordion-bottom-to-text-compact-small: 2px;
180
+ --spectrum-accordion-bottom-to-text-regular-small: 7px;
181
+ --spectrum-accordion-bottom-to-text-spacious-small: 11px;
182
+ --spectrum-accordion-bottom-to-text-compact-medium: 5px;
183
+ --spectrum-accordion-bottom-to-text-regular-medium: 9px;
184
+ --spectrum-accordion-bottom-to-text-spacious-medium: 13px;
185
+ --spectrum-accordion-bottom-to-text-compact-large: 8px;
186
+ --spectrum-accordion-bottom-to-text-regular-large: 11px;
187
+ --spectrum-accordion-bottom-to-text-spacious-large: 16px;
188
+ --spectrum-accordion-bottom-to-text-compact-extra-large: 8px;
189
+ --spectrum-accordion-bottom-to-text-regular-extra-large: 12px;
190
+ --spectrum-accordion-bottom-to-text-spacious-extra-large: 16px;
191
+ --spectrum-accordion-minimum-width: 200px;
192
+ --spectrum-accordion-disclosure-indicator-to-text: 0px;
193
+ --spectrum-accordion-edge-to-disclosure-indicator: 0px;
194
+ --spectrum-accordion-edge-to-text: 0px;
195
+ --spectrum-accordion-focus-indicator-gap: 0px;
196
+ --spectrum-accordion-content-area-top-to-content: 8px;
197
+ --spectrum-accordion-content-area-bottom-to-content: 16px;
158
198
  --spectrum-workflow-icon-size-50: 14px;
159
199
  --spectrum-workflow-icon-size-75: 16px;
160
200
  --spectrum-workflow-icon-size-100: 18px;
@@ -174,6 +214,8 @@ governing permissions and limitations under the License.
174
214
  --spectrum-component-height-100: 32px;
175
215
  --spectrum-component-height-200: 40px;
176
216
  --spectrum-component-height-300: 48px;
217
+ --spectrum-component-height-400: 56px;
218
+ --spectrum-component-height-500: 64px;
177
219
  --spectrum-component-pill-edge-to-visual-75: 10px;
178
220
  --spectrum-component-pill-edge-to-visual-100: 14px;
179
221
  --spectrum-component-pill-edge-to-visual-200: 18px;
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2022 Adobe. All rights reserved.
2
+ Copyright 2023 Adobe. All rights reserved.
3
3
  This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License. You may obtain a copy
5
5
  of the License at http://www.apache.org/licenses/LICENSE-2.0
@@ -44,4 +44,6 @@ governing permissions and limitations under the License.
44
44
  --spectrum-menu-item-checkmark-width-medium: 14px;
45
45
  --spectrum-menu-item-checkmark-width-large: 16px;
46
46
  --spectrum-menu-item-checkmark-width-extra-large: 16px;
47
+
48
+ --spectrum-rating-icon-spacing: var(--spectrum-spacing-100);
47
49
  }
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2022 Adobe. All rights reserved.
2
+ Copyright 2023 Adobe. All rights reserved.
3
3
  This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License. You may obtain a copy
5
5
  of the License at http://www.apache.org/licenses/LICENSE-2.0
@@ -44,4 +44,6 @@ governing permissions and limitations under the License.
44
44
  --spectrum-menu-item-checkmark-width-medium: 10px;
45
45
  --spectrum-menu-item-checkmark-width-large: 12px;
46
46
  --spectrum-menu-item-checkmark-width-extra-large: 14px;
47
+
48
+ --spectrum-rating-icon-spacing: var(--spectrum-spacing-75);
47
49
  }
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2022 Adobe. All rights reserved.
2
+ Copyright 2023 Adobe. All rights reserved.
3
3
  This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License. You may obtain a copy
5
5
  of the License at http://www.apache.org/licenses/LICENSE-2.0
@@ -22,12 +22,22 @@ 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
+ --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
+ );
25
30
  --spectrum-slider-track-thickness: 2px;
26
31
  --spectrum-slider-handle-gap: 4px;
32
+ --spectrum-picker-border-width: var(--spectrum-border-width-100);
27
33
  --spectrum-color-loupe-height: 64px;
28
34
  --spectrum-color-loupe-width: 48px;
29
35
  --spectrum-color-loupe-bottom-to-color-handle: 12px;
30
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;
31
41
  --spectrum-border-width-100: 1px;
32
42
  --spectrum-accent-color-100: var(--spectrum-blue-100);
33
43
  --spectrum-accent-color-200: var(--spectrum-blue-200);
@@ -56,6 +56,8 @@ 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;
59
61
  --spectrum-corner-radius-75: 2px;
60
62
  --spectrum-corner-radius-100: 5px;
61
63
  --spectrum-corner-radius-200: 10px;
@@ -56,6 +56,8 @@ 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;
59
61
  --spectrum-corner-radius-75: 2px;
60
62
  --spectrum-corner-radius-100: 4px;
61
63
  --spectrum-corner-radius-200: 8px;