@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
|
@@ -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 {
|
|
@@ -1,3 +1,15 @@
|
|
|
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
|
+
*/
|
|
12
|
+
|
|
1
13
|
:host,
|
|
2
14
|
:root {
|
|
3
15
|
--spectrum-neutral-background-color-selected-default: var(
|
|
@@ -10,22 +22,11 @@
|
|
|
10
22
|
--spectrum-neutral-background-color-selected-key-focus: var(
|
|
11
23
|
--spectrum-gray-900
|
|
12
24
|
);
|
|
13
|
-
--spectrum-color-handle-inner-border-opacity: 0.15;
|
|
14
25
|
--spectrum-color-handle-drop-shadow-color: var(
|
|
15
26
|
--spectrum-drop-shadow-color
|
|
16
27
|
);
|
|
17
28
|
--spectrum-slider-track-thickness: 4px;
|
|
18
29
|
--spectrum-slider-handle-gap: 0px;
|
|
19
|
-
--spectrum-color-loupe-bottom-to-color-handle: 6px;
|
|
20
|
-
--spectrum-color-loupe-inner-border-width: 3px;
|
|
21
|
-
--spectrum-color-handle-outer-border-width: 0px;
|
|
22
|
-
--spectrum-color-handle-drop-shadow-x: var(--spectrum-drop-shadow-x);
|
|
23
|
-
--spectrum-color-handle-drop-shadow-y: var(
|
|
24
|
-
--spectrum-color-loupe-drop-shadow-y
|
|
25
|
-
);
|
|
26
|
-
--spectrum-color-handle-drop-shadow-blur: var(
|
|
27
|
-
--spectrum-color-loupe-drop-shadow-blur
|
|
28
|
-
);
|
|
29
30
|
--spectrum-border-width-100: 2px;
|
|
30
31
|
--spectrum-accent-color-100: var(--spectrum-indigo-100);
|
|
31
32
|
--spectrum-accent-color-200: var(--spectrum-indigo-200);
|
|
@@ -53,17 +54,6 @@
|
|
|
53
54
|
--spectrum-black-font-weight
|
|
54
55
|
);
|
|
55
56
|
}
|
|
56
|
-
/*!
|
|
57
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
58
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
59
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
60
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
61
|
-
|
|
62
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
63
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
64
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
65
|
-
governing permissions and limitations under the License.
|
|
66
|
-
*/
|
|
67
57
|
|
|
68
58
|
:host,
|
|
69
59
|
:root {
|
|
@@ -305,27 +295,6 @@ governing permissions and limitations under the License.
|
|
|
305
295
|
);
|
|
306
296
|
--system-spectrum-actionbutton-staticwhite-selected-border-color-disabled: transparent;
|
|
307
297
|
}
|
|
308
|
-
/*!
|
|
309
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
310
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
311
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
312
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
313
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
314
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
315
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
316
|
-
governing permissions and limitations under the License.
|
|
317
|
-
*/
|
|
318
|
-
/*!
|
|
319
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
320
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
321
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
322
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
323
|
-
|
|
324
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
325
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
326
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
327
|
-
governing permissions and limitations under the License.
|
|
328
|
-
*/
|
|
329
298
|
|
|
330
299
|
:host,
|
|
331
300
|
:root {
|
|
@@ -343,17 +312,6 @@ governing permissions and limitations under the License.
|
|
|
343
312
|
--spectrum-gray-900
|
|
344
313
|
);
|
|
345
314
|
}
|
|
346
|
-
/*!
|
|
347
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
348
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
349
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
350
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
351
|
-
|
|
352
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
353
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
354
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
355
|
-
governing permissions and limitations under the License.
|
|
356
|
-
*/
|
|
357
315
|
|
|
358
316
|
:host,
|
|
359
317
|
:root {
|
|
@@ -1099,16 +1057,6 @@ governing permissions and limitations under the License.
|
|
|
1099
1057
|
--spectrum-disabled-static-black-content-color
|
|
1100
1058
|
);
|
|
1101
1059
|
}
|
|
1102
|
-
/*!
|
|
1103
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1104
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1105
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1106
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1107
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1108
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1109
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1110
|
-
governing permissions and limitations under the License.
|
|
1111
|
-
*/
|
|
1112
1060
|
|
|
1113
1061
|
:host,
|
|
1114
1062
|
:root {
|
|
@@ -1123,17 +1071,7 @@ governing permissions and limitations under the License.
|
|
|
1123
1071
|
--spectrum-gray-300
|
|
1124
1072
|
);
|
|
1125
1073
|
}
|
|
1126
|
-
/*!
|
|
1127
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1128
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1129
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1130
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1131
1074
|
|
|
1132
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1133
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1134
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1135
|
-
governing permissions and limitations under the License.
|
|
1136
|
-
*/
|
|
1137
1075
|
:host,
|
|
1138
1076
|
:root {
|
|
1139
1077
|
--system-spectrum-radio-button-border-color-default: var(
|
|
@@ -1167,17 +1105,6 @@ governing permissions and limitations under the License.
|
|
|
1167
1105
|
--spectrum-accent-color-1000
|
|
1168
1106
|
);
|
|
1169
1107
|
}
|
|
1170
|
-
/*!
|
|
1171
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1172
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1173
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1174
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1175
|
-
|
|
1176
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1177
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1178
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1179
|
-
governing permissions and limitations under the License.
|
|
1180
|
-
*/
|
|
1181
1108
|
|
|
1182
1109
|
:host,
|
|
1183
1110
|
:root {
|
|
@@ -1216,33 +1143,13 @@ governing permissions and limitations under the License.
|
|
|
1216
1143
|
--spectrum-gray-900
|
|
1217
1144
|
);
|
|
1218
1145
|
}
|
|
1219
|
-
|
|
1220
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1221
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1222
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1223
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1224
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1225
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1226
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1227
|
-
governing permissions and limitations under the License.
|
|
1228
|
-
*/
|
|
1146
|
+
|
|
1229
1147
|
:host,
|
|
1230
1148
|
:root {
|
|
1231
1149
|
--system-spectrum-toast-background-color-default: var(
|
|
1232
1150
|
--spectrum-neutral-background-color-default
|
|
1233
1151
|
);
|
|
1234
1152
|
}
|
|
1235
|
-
/*!
|
|
1236
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1237
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1238
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1239
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1240
|
-
|
|
1241
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1242
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1243
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1244
|
-
governing permissions and limitations under the License.
|
|
1245
|
-
*/
|
|
1246
1153
|
|
|
1247
1154
|
:host,
|
|
1248
1155
|
:root {
|
|
@@ -1254,102 +1161,6 @@ governing permissions and limitations under the License.
|
|
|
1254
1161
|
-1px * var(--spectrum-spacing-50)
|
|
1255
1162
|
);
|
|
1256
1163
|
}
|
|
1257
|
-
/*!
|
|
1258
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1259
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1260
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1261
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1262
|
-
|
|
1263
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1264
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1265
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1266
|
-
governing permissions and limitations under the License.
|
|
1267
|
-
*/
|
|
1268
|
-
|
|
1269
|
-
/*!
|
|
1270
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1271
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1272
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1273
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1274
|
-
|
|
1275
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1276
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1277
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1278
|
-
governing permissions and limitations under the License.
|
|
1279
|
-
*/
|
|
1280
|
-
/*!
|
|
1281
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1282
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1283
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1284
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1285
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1286
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1287
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1288
|
-
governing permissions and limitations under the License.
|
|
1289
|
-
*/
|
|
1290
|
-
/*!
|
|
1291
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1292
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1293
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1294
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1295
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1296
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1297
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1298
|
-
governing permissions and limitations under the License.
|
|
1299
|
-
*/
|
|
1300
|
-
/*!
|
|
1301
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1302
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1303
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1304
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1305
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1306
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1307
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1308
|
-
governing permissions and limitations under the License.
|
|
1309
|
-
*/
|
|
1310
|
-
/*!
|
|
1311
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1312
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1313
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1314
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1315
|
-
|
|
1316
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1317
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1318
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1319
|
-
governing permissions and limitations under the License.
|
|
1320
|
-
*/
|
|
1321
|
-
/*!
|
|
1322
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1323
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1324
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1325
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1326
|
-
|
|
1327
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1328
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1329
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1330
|
-
governing permissions and limitations under the License.
|
|
1331
|
-
*/
|
|
1332
|
-
/*!
|
|
1333
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1334
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1335
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1336
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1337
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1338
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1339
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1340
|
-
governing permissions and limitations under the License.
|
|
1341
|
-
*/
|
|
1342
|
-
/*!
|
|
1343
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1344
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1345
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1346
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1347
|
-
|
|
1348
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1349
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1350
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1351
|
-
governing permissions and limitations under the License.
|
|
1352
|
-
*/
|
|
1353
1164
|
|
|
1354
1165
|
:host,
|
|
1355
1166
|
:root {
|
|
@@ -1445,26 +1256,6 @@ governing permissions and limitations under the License.
|
|
|
1445
1256
|
);
|
|
1446
1257
|
}
|
|
1447
1258
|
|
|
1448
|
-
/*!
|
|
1449
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1450
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1451
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1452
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1453
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1454
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1455
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1456
|
-
governing permissions and limitations under the License.
|
|
1457
|
-
*/
|
|
1458
|
-
/*!
|
|
1459
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1460
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1461
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1462
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1463
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1464
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1465
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1466
|
-
governing permissions and limitations under the License.
|
|
1467
|
-
*/
|
|
1468
1259
|
:host,
|
|
1469
1260
|
:root {
|
|
1470
1261
|
--system-spectrum-picker-background-color-default: var(--spectrum-gray-200);
|
|
@@ -1486,34 +1277,93 @@ governing permissions and limitations under the License.
|
|
|
1486
1277
|
--system-spectrum-picker-border-color-active: transparent;
|
|
1487
1278
|
--system-spectrum-picker-border-color-key-focus: transparent;
|
|
1488
1279
|
}
|
|
1489
|
-
/*!
|
|
1490
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1491
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1492
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1493
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1494
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1495
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1496
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1497
|
-
governing permissions and limitations under the License.
|
|
1498
|
-
*/
|
|
1499
|
-
/*!
|
|
1500
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1501
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1502
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1503
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1504
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1505
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1506
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1507
|
-
governing permissions and limitations under the License.
|
|
1508
|
-
*/
|
|
1509
|
-
/*!
|
|
1510
|
-
Copyright 2023 Adobe. All rights reserved.
|
|
1511
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1512
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1513
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1514
1280
|
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1281
|
+
:host,
|
|
1282
|
+
:root {
|
|
1283
|
+
--system-spectrum-slider-track-color: var(--spectrum-gray-200);
|
|
1284
|
+
--system-spectrum-slider-track-fill-color: var(--spectrum-gray-600);
|
|
1285
|
+
--system-spectrum-slider-ramp-track-color: var(--spectrum-gray-300);
|
|
1286
|
+
--system-spectrum-slider-ramp-track-color-disabled: var(
|
|
1287
|
+
--spectrum-gray-200
|
|
1288
|
+
);
|
|
1289
|
+
--system-spectrum-slider-handle-background-color: var(--spectrum-gray-50);
|
|
1290
|
+
--system-spectrum-slider-handle-background-color-disabled: var(
|
|
1291
|
+
--spectrum-gray-50
|
|
1292
|
+
);
|
|
1293
|
+
--system-spectrum-slider-ramp-handle-background-color: var(
|
|
1294
|
+
--spectrum-gray-50
|
|
1295
|
+
);
|
|
1296
|
+
--system-spectrum-slider-ticks-handle-background-color: var(
|
|
1297
|
+
--spectrum-gray-50
|
|
1298
|
+
);
|
|
1299
|
+
--system-spectrum-slider-handle-border-color: var(--spectrum-gray-800);
|
|
1300
|
+
--system-spectrum-slider-handle-disabled-background-color: var(
|
|
1301
|
+
--spectrum-gray-50
|
|
1302
|
+
);
|
|
1303
|
+
--system-spectrum-slider-tick-mark-color: var(--spectrum-gray-200);
|
|
1304
|
+
--system-spectrum-slider-handle-border-color-hover: var(
|
|
1305
|
+
--spectrum-gray-900
|
|
1306
|
+
);
|
|
1307
|
+
--system-spectrum-slider-handle-border-color-down: var(--spectrum-gray-900);
|
|
1308
|
+
--system-spectrum-slider-handle-border-color-key-focus: var(
|
|
1309
|
+
--spectrum-gray-900
|
|
1310
|
+
);
|
|
1311
|
+
--system-spectrum-slider-handle-focus-ring-color-key-focus: var(
|
|
1312
|
+
--spectrum-focus-indicator-color
|
|
1313
|
+
);
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
:host,
|
|
1317
|
+
:root {
|
|
1318
|
+
--system-spectrum-popover-border-width: 0;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
:host,
|
|
1322
|
+
:root {
|
|
1323
|
+
--system-spectrum-stepper-border-width: var(--spectrum-border-width-200);
|
|
1324
|
+
--system-spectrum-stepper-button-border-width-reset: 0;
|
|
1325
|
+
--system-spectrum-stepper-button-icon-nudge: calc(
|
|
1326
|
+
-1 * var(--spectrum-stepper-button-border-radius-reset)
|
|
1327
|
+
);
|
|
1328
|
+
--system-spectrum-stepper-button-gap-reset: var(
|
|
1329
|
+
--spectrum-border-width-200
|
|
1330
|
+
);
|
|
1331
|
+
--system-spectrum-stepper-button-border-radius-reset: calc(
|
|
1332
|
+
var(--spectrum-corner-radius-100) - var(--spectrum-border-width-200) * 2
|
|
1333
|
+
);
|
|
1334
|
+
--system-spectrum-stepper-border-color: var(--spectrum-gray-400);
|
|
1335
|
+
--system-spectrum-stepper-border-color-hover: var(--spectrum-gray-500);
|
|
1336
|
+
--system-spectrum-stepper-border-color-focus: var(--spectrum-gray-800);
|
|
1337
|
+
--system-spectrum-stepper-border-color-focus-hover: var(
|
|
1338
|
+
--spectrum-gray-900
|
|
1339
|
+
);
|
|
1340
|
+
--system-spectrum-stepper-border-color-keyboard-focus: var(
|
|
1341
|
+
--spectrum-gray-900
|
|
1342
|
+
);
|
|
1343
|
+
--system-spectrum-stepper-button-background-color-default: var(
|
|
1344
|
+
--spectrum-gray-200
|
|
1345
|
+
);
|
|
1346
|
+
--system-spectrum-stepper-button-background-color-hover: var(
|
|
1347
|
+
--spectrum-gray-300
|
|
1348
|
+
);
|
|
1349
|
+
--system-spectrum-stepper-button-background-color-focus: var(
|
|
1350
|
+
--spectrum-gray-400
|
|
1351
|
+
);
|
|
1352
|
+
--system-spectrum-stepper-button-background-color-keyboard-focus: var(
|
|
1353
|
+
--spectrum-gray-300
|
|
1354
|
+
);
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1357
|
+
:host,
|
|
1358
|
+
:root {
|
|
1359
|
+
--system-spectrum-textfield-border-color: var(--spectrum-gray-400);
|
|
1360
|
+
--system-spectrum-textfield-border-color-hover: var(--spectrum-gray-500);
|
|
1361
|
+
--system-spectrum-textfield-border-color-focus: var(--spectrum-gray-800);
|
|
1362
|
+
--system-spectrum-textfield-border-color-focus-hover: var(
|
|
1363
|
+
--spectrum-gray-900
|
|
1364
|
+
);
|
|
1365
|
+
--system-spectrum-textfield-border-color-keyboard-focus: var(
|
|
1366
|
+
--spectrum-gray-900
|
|
1367
|
+
);
|
|
1368
|
+
--system-spectrum-textfield-border-width: var(--spectrum-border-width-200);
|
|
1369
|
+
}
|
|
@@ -64,10 +64,6 @@ governing permissions and limitations under the License.
|
|
|
64
64
|
--spectrum-slider-bottom-to-handle-medium: 8px;
|
|
65
65
|
--spectrum-slider-bottom-to-handle-large: 12px;
|
|
66
66
|
--spectrum-slider-bottom-to-handle-extra-large: 15px;
|
|
67
|
-
--spectrum-color-loupe-height: 50px;
|
|
68
|
-
--spectrum-color-loupe-width: 40px;
|
|
69
|
-
--spectrum-color-handle-size: 24px;
|
|
70
|
-
--spectrum-color-handle-size-key-focus: 48px;
|
|
71
67
|
--spectrum-corner-radius-75: 4px;
|
|
72
68
|
--spectrum-corner-radius-100: 8px;
|
|
73
69
|
--spectrum-corner-radius-200: 16px;
|
|
@@ -64,10 +64,6 @@ governing permissions and limitations under the License.
|
|
|
64
64
|
--spectrum-slider-bottom-to-handle-medium: 6px;
|
|
65
65
|
--spectrum-slider-bottom-to-handle-large: 9px;
|
|
66
66
|
--spectrum-slider-bottom-to-handle-extra-large: 12px;
|
|
67
|
-
--spectrum-color-loupe-height: 40px;
|
|
68
|
-
--spectrum-color-loupe-width: 32px;
|
|
69
|
-
--spectrum-color-handle-size: 20px;
|
|
70
|
-
--spectrum-color-handle-size-key-focus: 40px;
|
|
71
67
|
--spectrum-corner-radius-75: 3px;
|
|
72
68
|
--spectrum-corner-radius-100: 6px;
|
|
73
69
|
--spectrum-corner-radius-200: 12px;
|
package/tokens/global-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 {
|
|
@@ -114,6 +113,13 @@
|
|
|
114
113
|
--spectrum-drop-zone-background-color-opacity-filled: 0.3;
|
|
115
114
|
--spectrum-coach-mark-pagination-color: var(--spectrum-gray-600);
|
|
116
115
|
--spectrum-color-handle-inner-border-color: var(--spectrum-black);
|
|
116
|
+
--spectrum-color-handle-inner-border-opacity: 0.42;
|
|
117
|
+
--spectrum-color-handle-outer-border-opacity: var(
|
|
118
|
+
--spectrum-color-handle-inner-border-opacity
|
|
119
|
+
);
|
|
120
|
+
--spectrum-floating-action-button-shadow-color: var(
|
|
121
|
+
--spectrum-transparent-black-300
|
|
122
|
+
);
|
|
117
123
|
--spectrum-white-rgb: 255, 255, 255;
|
|
118
124
|
--spectrum-white: rgba(var(--spectrum-white-rgb));
|
|
119
125
|
--spectrum-transparent-white-100-rgb: 255, 255, 255;
|
|
@@ -272,9 +278,14 @@
|
|
|
272
278
|
--spectrum-color-slider-border-width: 1px;
|
|
273
279
|
--spectrum-color-slider-border-rounding: 4px;
|
|
274
280
|
--spectrum-floating-action-button-drop-shadow-blur: 12px;
|
|
281
|
+
--spectrum-floating-action-button-drop-shadow-y: 4px;
|
|
275
282
|
--spectrum-illustrated-message-maximum-width: 380px;
|
|
276
283
|
--spectrum-search-field-minimum-width-multiplier: 3;
|
|
284
|
+
--spectrum-color-loupe-height: 64px;
|
|
285
|
+
--spectrum-color-loupe-width: 48px;
|
|
286
|
+
--spectrum-color-loupe-bottom-to-color-handle: 12px;
|
|
277
287
|
--spectrum-color-loupe-outer-border-width: var(--spectrum-border-width-200);
|
|
288
|
+
--spectrum-color-loupe-inner-border-width: 1px;
|
|
278
289
|
--spectrum-card-minimum-width: 100px;
|
|
279
290
|
--spectrum-card-preview-minimum-height: 130px;
|
|
280
291
|
--spectrum-card-selection-background-size: 40px;
|
|
@@ -295,6 +306,10 @@
|
|
|
295
306
|
);
|
|
296
307
|
--spectrum-color-handle-border-width: var(--spectrum-border-width-200);
|
|
297
308
|
--spectrum-color-handle-inner-border-width: 1px;
|
|
309
|
+
--spectrum-color-handle-outer-border-width: 1px;
|
|
310
|
+
--spectrum-color-handle-drop-shadow-x: 0;
|
|
311
|
+
--spectrum-color-handle-drop-shadow-y: 0;
|
|
312
|
+
--spectrum-color-handle-drop-shadow-blur: 0;
|
|
298
313
|
--spectrum-android-elevation: 2dp;
|
|
299
314
|
--spectrum-spacing-50: 2px;
|
|
300
315
|
--spectrum-spacing-75: 4px;
|
package/tokens/large-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: 13px;
|
|
93
92
|
--spectrum-menu-item-top-to-selected-icon-large: 17px;
|
|
94
93
|
--spectrum-menu-item-top-to-selected-icon-extra-large: 22px;
|
|
94
|
+
--spectrum-slider-control-to-field-label-small: 6px;
|
|
95
|
+
--spectrum-slider-control-to-field-label-medium: 10px;
|
|
96
|
+
--spectrum-slider-control-to-field-label-large: 14px;
|
|
97
|
+
--spectrum-slider-control-to-field-label-extra-large: 17px;
|
|
95
98
|
--spectrum-picker-visual-to-disclosure-icon-small: 9px;
|
|
96
99
|
--spectrum-picker-visual-to-disclosure-icon-medium: 10px;
|
|
97
100
|
--spectrum-picker-visual-to-disclosure-icon-large: 11px;
|
|
@@ -117,6 +120,8 @@
|
|
|
117
120
|
--spectrum-alert-dialog-title-size: var(--spectrum-heading-size-xs);
|
|
118
121
|
--spectrum-alert-dialog-description-size: var(--spectrum-body-size-xs);
|
|
119
122
|
--spectrum-opacity-checkerboard-square-size: 10px;
|
|
123
|
+
--spectrum-contextual-help-title-size: var(--spectrum-heading-size-xxs);
|
|
124
|
+
--spectrum-contextual-help-body-size: var(--spectrum-heading-size-xs);
|
|
120
125
|
--spectrum-breadcrumbs-height-multiline: 84px;
|
|
121
126
|
--spectrum-breadcrumbs-top-to-text: 17px;
|
|
122
127
|
--spectrum-breadcrumbs-top-to-text-compact: 16px;
|
|
@@ -199,6 +204,18 @@
|
|
|
199
204
|
--spectrum-accordion-focus-indicator-gap: 0px;
|
|
200
205
|
--spectrum-accordion-content-area-top-to-content: 10px;
|
|
201
206
|
--spectrum-accordion-content-area-bottom-to-content: 20px;
|
|
207
|
+
--spectrum-color-handle-size: 20px;
|
|
208
|
+
--spectrum-color-handle-size-key-focus: 40px;
|
|
209
|
+
--spectrum-side-navigation-width: 240px;
|
|
210
|
+
--spectrum-side-navigation-minimum-width: 200px;
|
|
211
|
+
--spectrum-side-navigation-maximum-width: 300px;
|
|
212
|
+
--spectrum-side-navigation-second-level-edge-to-text: 30px;
|
|
213
|
+
--spectrum-side-navigation-third-level-edge-to-text: 45px;
|
|
214
|
+
--spectrum-side-navigation-with-icon-second-level-edge-to-text: 62px;
|
|
215
|
+
--spectrum-side-navigation-with-icon-third-level-edge-to-text: 77px;
|
|
216
|
+
--spectrum-side-navigation-item-to-item: 5px;
|
|
217
|
+
--spectrum-side-navigation-item-to-header: 20px;
|
|
218
|
+
--spectrum-tray-top-to-content-area: 5px;
|
|
202
219
|
--spectrum-workflow-icon-size-50: 18px;
|
|
203
220
|
--spectrum-workflow-icon-size-75: 20px;
|
|
204
221
|
--spectrum-workflow-icon-size-100: 22px;
|
package/tokens/light-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 {
|