@spectrum-web-components/styles 0.31.1-react.1 → 0.31.1-react.21
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 -31
- 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 -6
- package/spectrum-theme-dark.css +0 -153
- package/spectrum-theme-darkest.css +0 -153
- package/spectrum-theme-light.css +0 -153
- package/tokens/express/custom-dark-vars.css +17 -14
- package/tokens/express/custom-darkest-vars.css +17 -14
- package/tokens/express/custom-large-vars.css +0 -5
- package/tokens/express/custom-light-vars.css +18 -14
- package/tokens/express/custom-medium-vars.css +0 -5
- package/tokens/express/global-vars.css +71 -11
- package/tokens/express/large-vars.css +0 -4
- package/tokens/express/medium-vars.css +0 -4
- package/tokens/global-vars.css +16 -0
- package/tokens/large-vars.css +18 -0
- package/tokens/medium-vars.css +18 -0
- package/tokens/spectrum/custom-dark-vars.css +5 -0
- package/tokens/spectrum/custom-darkest-vars.css +5 -0
- package/tokens/spectrum/custom-large-vars.css +0 -3
- package/tokens/spectrum/custom-light-vars.css +5 -0
- package/tokens/spectrum/custom-medium-vars.css +0 -3
- package/tokens/spectrum/global-vars.css +43 -18
- package/tokens/spectrum/large-vars.css +0 -2
- package/tokens/spectrum/medium-vars.css +0 -2
|
@@ -311,158 +311,5 @@ governing permissions and limitations under the License.
|
|
|
311
311
|
--spectrum-scrollbar-mac-l-track-background-color: var(
|
|
312
312
|
--spectrum-global-color-gray-100
|
|
313
313
|
);
|
|
314
|
-
--spectrum-slider-s-tick-editable-radial-reaction-color: hsla(
|
|
315
|
-
0,
|
|
316
|
-
0%,
|
|
317
|
-
92%,
|
|
318
|
-
0.6
|
|
319
|
-
);
|
|
320
|
-
--spectrum-slider-s-ramp-tick-editable-radial-reaction-color: hsla(
|
|
321
|
-
0,
|
|
322
|
-
0%,
|
|
323
|
-
92%,
|
|
324
|
-
0.6
|
|
325
|
-
);
|
|
326
|
-
--spectrum-slider-s-range-tick-editable-radial-reaction-color: hsla(
|
|
327
|
-
0,
|
|
328
|
-
0%,
|
|
329
|
-
92%,
|
|
330
|
-
0.6
|
|
331
|
-
);
|
|
332
|
-
--spectrum-slider-s-tick-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
333
|
-
--spectrum-slider-s-ramp-tick-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
334
|
-
--spectrum-slider-s-range-tick-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
335
|
-
--spectrum-slider-s-editable-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
336
|
-
--spectrum-slider-s-ramp-editable-radial-reaction-color: hsla(
|
|
337
|
-
0,
|
|
338
|
-
0%,
|
|
339
|
-
92%,
|
|
340
|
-
0.6
|
|
341
|
-
);
|
|
342
|
-
--spectrum-slider-s-range-editable-radial-reaction-color: hsla(
|
|
343
|
-
0,
|
|
344
|
-
0%,
|
|
345
|
-
92%,
|
|
346
|
-
0.6
|
|
347
|
-
);
|
|
348
|
-
--spectrum-slider-s-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
349
|
-
--spectrum-slider-s-ramp-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
350
|
-
--spectrum-slider-s-range-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
351
|
-
--spectrum-slider-m-tick-editable-radial-reaction-color: hsla(
|
|
352
|
-
0,
|
|
353
|
-
0%,
|
|
354
|
-
92%,
|
|
355
|
-
0.6
|
|
356
|
-
);
|
|
357
|
-
--spectrum-slider-m-ramp-tick-editable-radial-reaction-color: hsla(
|
|
358
|
-
0,
|
|
359
|
-
0%,
|
|
360
|
-
92%,
|
|
361
|
-
0.6
|
|
362
|
-
);
|
|
363
|
-
--spectrum-slider-m-range-tick-editable-radial-reaction-color: hsla(
|
|
364
|
-
0,
|
|
365
|
-
0%,
|
|
366
|
-
92%,
|
|
367
|
-
0.6
|
|
368
|
-
);
|
|
369
|
-
--spectrum-slider-m-tick-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
370
|
-
--spectrum-slider-m-ramp-tick-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
371
|
-
--spectrum-slider-m-range-tick-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
372
|
-
--spectrum-slider-m-editable-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
373
|
-
--spectrum-slider-m-ramp-editable-radial-reaction-color: hsla(
|
|
374
|
-
0,
|
|
375
|
-
0%,
|
|
376
|
-
92%,
|
|
377
|
-
0.6
|
|
378
|
-
);
|
|
379
|
-
--spectrum-slider-m-range-editable-radial-reaction-color: hsla(
|
|
380
|
-
0,
|
|
381
|
-
0%,
|
|
382
|
-
92%,
|
|
383
|
-
0.6
|
|
384
|
-
);
|
|
385
|
-
--spectrum-slider-m-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
386
|
-
--spectrum-slider-m-ramp-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
387
|
-
--spectrum-slider-m-range-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
388
|
-
--spectrum-slider-l-tick-editable-radial-reaction-color: hsla(
|
|
389
|
-
0,
|
|
390
|
-
0%,
|
|
391
|
-
92%,
|
|
392
|
-
0.6
|
|
393
|
-
);
|
|
394
|
-
--spectrum-slider-l-ramp-tick-editable-radial-reaction-color: hsla(
|
|
395
|
-
0,
|
|
396
|
-
0%,
|
|
397
|
-
92%,
|
|
398
|
-
0.6
|
|
399
|
-
);
|
|
400
|
-
--spectrum-slider-l-range-tick-editable-radial-reaction-color: hsla(
|
|
401
|
-
0,
|
|
402
|
-
0%,
|
|
403
|
-
92%,
|
|
404
|
-
0.6
|
|
405
|
-
);
|
|
406
|
-
--spectrum-slider-l-tick-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
407
|
-
--spectrum-slider-l-ramp-tick-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
408
|
-
--spectrum-slider-l-range-tick-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
409
|
-
--spectrum-slider-l-editable-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
410
|
-
--spectrum-slider-l-ramp-editable-radial-reaction-color: hsla(
|
|
411
|
-
0,
|
|
412
|
-
0%,
|
|
413
|
-
92%,
|
|
414
|
-
0.6
|
|
415
|
-
);
|
|
416
|
-
--spectrum-slider-l-range-editable-radial-reaction-color: hsla(
|
|
417
|
-
0,
|
|
418
|
-
0%,
|
|
419
|
-
92%,
|
|
420
|
-
0.6
|
|
421
|
-
);
|
|
422
|
-
--spectrum-slider-l-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
423
|
-
--spectrum-slider-l-ramp-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
424
|
-
--spectrum-slider-l-range-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
425
|
-
--spectrum-slider-xl-tick-editable-radial-reaction-color: hsla(
|
|
426
|
-
0,
|
|
427
|
-
0%,
|
|
428
|
-
92%,
|
|
429
|
-
0.6
|
|
430
|
-
);
|
|
431
|
-
--spectrum-slider-xl-ramp-tick-editable-radial-reaction-color: hsla(
|
|
432
|
-
0,
|
|
433
|
-
0%,
|
|
434
|
-
92%,
|
|
435
|
-
0.6
|
|
436
|
-
);
|
|
437
|
-
--spectrum-slider-xl-range-tick-editable-radial-reaction-color: hsla(
|
|
438
|
-
0,
|
|
439
|
-
0%,
|
|
440
|
-
92%,
|
|
441
|
-
0.6
|
|
442
|
-
);
|
|
443
|
-
--spectrum-slider-xl-tick-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
444
|
-
--spectrum-slider-xl-ramp-tick-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
445
|
-
--spectrum-slider-xl-range-tick-radial-reaction-color: hsla(
|
|
446
|
-
0,
|
|
447
|
-
0%,
|
|
448
|
-
92%,
|
|
449
|
-
0.6
|
|
450
|
-
);
|
|
451
|
-
--spectrum-slider-xl-editable-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
452
|
-
--spectrum-slider-xl-ramp-editable-radial-reaction-color: hsla(
|
|
453
|
-
0,
|
|
454
|
-
0%,
|
|
455
|
-
92%,
|
|
456
|
-
0.6
|
|
457
|
-
);
|
|
458
|
-
--spectrum-slider-xl-range-editable-radial-reaction-color: hsla(
|
|
459
|
-
0,
|
|
460
|
-
0%,
|
|
461
|
-
92%,
|
|
462
|
-
0.6
|
|
463
|
-
);
|
|
464
|
-
--spectrum-slider-xl-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
465
|
-
--spectrum-slider-xl-ramp-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
466
|
-
--spectrum-slider-xl-range-radial-reaction-color: hsla(0, 0%, 92%, 0.6);
|
|
467
314
|
--spectrum-well-background-color: hsla(0, 0%, 92%, 0.02);
|
|
468
315
|
}
|
package/spectrum-theme-light.css
CHANGED
|
@@ -311,158 +311,5 @@ governing permissions and limitations under the License.
|
|
|
311
311
|
--spectrum-scrollbar-mac-l-track-background-color: var(
|
|
312
312
|
--spectrum-global-color-gray-75
|
|
313
313
|
);
|
|
314
|
-
--spectrum-slider-s-tick-editable-radial-reaction-color: rgba(
|
|
315
|
-
34,
|
|
316
|
-
34,
|
|
317
|
-
34,
|
|
318
|
-
0.6
|
|
319
|
-
);
|
|
320
|
-
--spectrum-slider-s-ramp-tick-editable-radial-reaction-color: rgba(
|
|
321
|
-
34,
|
|
322
|
-
34,
|
|
323
|
-
34,
|
|
324
|
-
0.6
|
|
325
|
-
);
|
|
326
|
-
--spectrum-slider-s-range-tick-editable-radial-reaction-color: rgba(
|
|
327
|
-
34,
|
|
328
|
-
34,
|
|
329
|
-
34,
|
|
330
|
-
0.6
|
|
331
|
-
);
|
|
332
|
-
--spectrum-slider-s-tick-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
333
|
-
--spectrum-slider-s-ramp-tick-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
334
|
-
--spectrum-slider-s-range-tick-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
335
|
-
--spectrum-slider-s-editable-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
336
|
-
--spectrum-slider-s-ramp-editable-radial-reaction-color: rgba(
|
|
337
|
-
34,
|
|
338
|
-
34,
|
|
339
|
-
34,
|
|
340
|
-
0.6
|
|
341
|
-
);
|
|
342
|
-
--spectrum-slider-s-range-editable-radial-reaction-color: rgba(
|
|
343
|
-
34,
|
|
344
|
-
34,
|
|
345
|
-
34,
|
|
346
|
-
0.6
|
|
347
|
-
);
|
|
348
|
-
--spectrum-slider-s-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
349
|
-
--spectrum-slider-s-ramp-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
350
|
-
--spectrum-slider-s-range-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
351
|
-
--spectrum-slider-m-tick-editable-radial-reaction-color: rgba(
|
|
352
|
-
34,
|
|
353
|
-
34,
|
|
354
|
-
34,
|
|
355
|
-
0.6
|
|
356
|
-
);
|
|
357
|
-
--spectrum-slider-m-ramp-tick-editable-radial-reaction-color: rgba(
|
|
358
|
-
34,
|
|
359
|
-
34,
|
|
360
|
-
34,
|
|
361
|
-
0.6
|
|
362
|
-
);
|
|
363
|
-
--spectrum-slider-m-range-tick-editable-radial-reaction-color: rgba(
|
|
364
|
-
34,
|
|
365
|
-
34,
|
|
366
|
-
34,
|
|
367
|
-
0.6
|
|
368
|
-
);
|
|
369
|
-
--spectrum-slider-m-tick-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
370
|
-
--spectrum-slider-m-ramp-tick-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
371
|
-
--spectrum-slider-m-range-tick-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
372
|
-
--spectrum-slider-m-editable-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
373
|
-
--spectrum-slider-m-ramp-editable-radial-reaction-color: rgba(
|
|
374
|
-
34,
|
|
375
|
-
34,
|
|
376
|
-
34,
|
|
377
|
-
0.6
|
|
378
|
-
);
|
|
379
|
-
--spectrum-slider-m-range-editable-radial-reaction-color: rgba(
|
|
380
|
-
34,
|
|
381
|
-
34,
|
|
382
|
-
34,
|
|
383
|
-
0.6
|
|
384
|
-
);
|
|
385
|
-
--spectrum-slider-m-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
386
|
-
--spectrum-slider-m-ramp-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
387
|
-
--spectrum-slider-m-range-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
388
|
-
--spectrum-slider-l-tick-editable-radial-reaction-color: rgba(
|
|
389
|
-
34,
|
|
390
|
-
34,
|
|
391
|
-
34,
|
|
392
|
-
0.6
|
|
393
|
-
);
|
|
394
|
-
--spectrum-slider-l-ramp-tick-editable-radial-reaction-color: rgba(
|
|
395
|
-
34,
|
|
396
|
-
34,
|
|
397
|
-
34,
|
|
398
|
-
0.6
|
|
399
|
-
);
|
|
400
|
-
--spectrum-slider-l-range-tick-editable-radial-reaction-color: rgba(
|
|
401
|
-
34,
|
|
402
|
-
34,
|
|
403
|
-
34,
|
|
404
|
-
0.6
|
|
405
|
-
);
|
|
406
|
-
--spectrum-slider-l-tick-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
407
|
-
--spectrum-slider-l-ramp-tick-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
408
|
-
--spectrum-slider-l-range-tick-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
409
|
-
--spectrum-slider-l-editable-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
410
|
-
--spectrum-slider-l-ramp-editable-radial-reaction-color: rgba(
|
|
411
|
-
34,
|
|
412
|
-
34,
|
|
413
|
-
34,
|
|
414
|
-
0.6
|
|
415
|
-
);
|
|
416
|
-
--spectrum-slider-l-range-editable-radial-reaction-color: rgba(
|
|
417
|
-
34,
|
|
418
|
-
34,
|
|
419
|
-
34,
|
|
420
|
-
0.6
|
|
421
|
-
);
|
|
422
|
-
--spectrum-slider-l-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
423
|
-
--spectrum-slider-l-ramp-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
424
|
-
--spectrum-slider-l-range-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
425
|
-
--spectrum-slider-xl-tick-editable-radial-reaction-color: rgba(
|
|
426
|
-
34,
|
|
427
|
-
34,
|
|
428
|
-
34,
|
|
429
|
-
0.6
|
|
430
|
-
);
|
|
431
|
-
--spectrum-slider-xl-ramp-tick-editable-radial-reaction-color: rgba(
|
|
432
|
-
34,
|
|
433
|
-
34,
|
|
434
|
-
34,
|
|
435
|
-
0.6
|
|
436
|
-
);
|
|
437
|
-
--spectrum-slider-xl-range-tick-editable-radial-reaction-color: rgba(
|
|
438
|
-
34,
|
|
439
|
-
34,
|
|
440
|
-
34,
|
|
441
|
-
0.6
|
|
442
|
-
);
|
|
443
|
-
--spectrum-slider-xl-tick-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
444
|
-
--spectrum-slider-xl-ramp-tick-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
445
|
-
--spectrum-slider-xl-range-tick-radial-reaction-color: rgba(
|
|
446
|
-
34,
|
|
447
|
-
34,
|
|
448
|
-
34,
|
|
449
|
-
0.6
|
|
450
|
-
);
|
|
451
|
-
--spectrum-slider-xl-editable-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
452
|
-
--spectrum-slider-xl-ramp-editable-radial-reaction-color: rgba(
|
|
453
|
-
34,
|
|
454
|
-
34,
|
|
455
|
-
34,
|
|
456
|
-
0.6
|
|
457
|
-
);
|
|
458
|
-
--spectrum-slider-xl-range-editable-radial-reaction-color: rgba(
|
|
459
|
-
34,
|
|
460
|
-
34,
|
|
461
|
-
34,
|
|
462
|
-
0.6
|
|
463
|
-
);
|
|
464
|
-
--spectrum-slider-xl-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
465
|
-
--spectrum-slider-xl-ramp-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
466
|
-
--spectrum-slider-xl-range-radial-reaction-color: rgba(34, 34, 34, 0.6);
|
|
467
314
|
--spectrum-well-background-color: rgba(34, 34, 34, 0.02);
|
|
468
315
|
}
|
|
@@ -1,17 +1,20 @@
|
|
|
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
|
-
.spectrum--express:host,
|
|
14
|
+
:host,
|
|
15
15
|
:root {
|
|
16
|
-
/* */
|
|
16
|
+
/* Drop Zone background color rgb */
|
|
17
|
+
--spectrum-drop-zone-background-color-rgb: var(
|
|
18
|
+
--spectrum-indigo-900-rgb
|
|
19
|
+
); /* var(--spectrum-accent-color-900);*/
|
|
17
20
|
}
|
|
@@ -1,17 +1,20 @@
|
|
|
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
|
-
.spectrum--express:host,
|
|
14
|
+
:host,
|
|
15
15
|
:root {
|
|
16
|
-
/* */
|
|
16
|
+
/* Drop Zone background color rgb */
|
|
17
|
+
--spectrum-drop-zone-background-color-rgb: var(
|
|
18
|
+
--spectrum-indigo-900-rgb
|
|
19
|
+
); /* var(--spectrum-accent-color-900);*/
|
|
17
20
|
}
|
|
@@ -15,9 +15,4 @@
|
|
|
15
15
|
:root {
|
|
16
16
|
--spectrum-colorwheel-path: 'M 118 118 m -118 0 a 118 118 0 1 0 236 0 a 118 118 0 1 0 -236 0.2 M 118 118 m -92 0 a 92 92 0 1 0 184 0 a 92 92 0 1 0 -184 0';
|
|
17
17
|
--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';
|
|
18
|
-
|
|
19
|
-
/* TODO: Remove once new tokens for colorhandle and colorloupe are released */
|
|
20
|
-
--spectrum-color-handle-outer-border-width: 1px;
|
|
21
|
-
--spectrum-color-handle-size-interim: 20px;
|
|
22
|
-
--spectrum-color-handle-size-key-focus-interim: 40px;
|
|
23
18
|
}
|
|
@@ -1,16 +1,20 @@
|
|
|
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
|
-
|
|
15
|
-
|
|
14
|
+
:host,
|
|
15
|
+
:root {
|
|
16
|
+
/* Drop Zone background color rgb */
|
|
17
|
+
--spectrum-drop-zone-background-color-rgb: var(
|
|
18
|
+
--spectrum-indigo-800-rgb
|
|
19
|
+
); /* var(--spectrum-accent-color-800);*/
|
|
16
20
|
}
|
|
@@ -15,9 +15,4 @@
|
|
|
15
15
|
:root {
|
|
16
16
|
--spectrum-colorwheel-path: 'M 94 94 m -94 0 a 94 94 0 1 0 188 0 a 94 94 0 1 0 -188 0.2 M 94 94 m -74 0 a 74 74 0 1 0 148 0 a 74 74 0 1 0 -148 0';
|
|
17
17
|
--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';
|
|
18
|
-
|
|
19
|
-
/* TODO: Remove once new tokens for colorhandle and colorloupe are released */
|
|
20
|
-
--spectrum-color-handle-outer-border-width: 1px;
|
|
21
|
-
--spectrum-color-handle-size-interim: 16px;
|
|
22
|
-
--spectrum-color-handle-size-key-focus-interim: 32px;
|
|
23
18
|
}
|
|
@@ -10,22 +10,11 @@
|
|
|
10
10
|
--spectrum-neutral-background-color-selected-key-focus: var(
|
|
11
11
|
--spectrum-gray-900
|
|
12
12
|
);
|
|
13
|
-
--spectrum-color-handle-inner-border-opacity: 0.15;
|
|
14
13
|
--spectrum-color-handle-drop-shadow-color: var(
|
|
15
14
|
--spectrum-drop-shadow-color
|
|
16
15
|
);
|
|
17
16
|
--spectrum-slider-track-thickness: 4px;
|
|
18
17
|
--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
18
|
--spectrum-border-width-100: 2px;
|
|
30
19
|
--spectrum-accent-color-100: var(--spectrum-indigo-100);
|
|
31
20
|
--spectrum-accent-color-200: var(--spectrum-indigo-200);
|
|
@@ -1265,7 +1254,17 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
1265
1254
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1266
1255
|
governing permissions and limitations under the License.
|
|
1267
1256
|
*/
|
|
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
|
|
1268
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
|
+
*/
|
|
1269
1268
|
/*!
|
|
1270
1269
|
Copyright 2023 Adobe. All rights reserved.
|
|
1271
1270
|
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
@@ -1465,6 +1464,17 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
1465
1464
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1466
1465
|
governing permissions and limitations under the License.
|
|
1467
1466
|
*/
|
|
1467
|
+
/*!
|
|
1468
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1469
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1470
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1471
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1472
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1473
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1474
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1475
|
+
governing permissions and limitations under the License.
|
|
1476
|
+
*/
|
|
1477
|
+
|
|
1468
1478
|
:host,
|
|
1469
1479
|
:root {
|
|
1470
1480
|
--system-spectrum-picker-background-color-default: var(--spectrum-gray-200);
|
|
@@ -1517,3 +1527,53 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
1517
1527
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1518
1528
|
governing permissions and limitations under the License.
|
|
1519
1529
|
*/
|
|
1530
|
+
:host,
|
|
1531
|
+
:root {
|
|
1532
|
+
--system-spectrum-slider-track-color: var(--spectrum-gray-200);
|
|
1533
|
+
--system-spectrum-slider-track-fill-color: var(--spectrum-gray-600);
|
|
1534
|
+
--system-spectrum-slider-ramp-track-color: var(--spectrum-gray-300);
|
|
1535
|
+
--system-spectrum-slider-ramp-track-color-disabled: var(
|
|
1536
|
+
--spectrum-gray-200
|
|
1537
|
+
);
|
|
1538
|
+
--system-spectrum-slider-handle-background-color: var(--spectrum-gray-50);
|
|
1539
|
+
--system-spectrum-slider-handle-background-color-disabled: var(
|
|
1540
|
+
--spectrum-gray-50
|
|
1541
|
+
);
|
|
1542
|
+
--system-spectrum-slider-ramp-handle-background-color: var(
|
|
1543
|
+
--spectrum-gray-50
|
|
1544
|
+
);
|
|
1545
|
+
--system-spectrum-slider-ticks-handle-background-color: var(
|
|
1546
|
+
--spectrum-gray-50
|
|
1547
|
+
);
|
|
1548
|
+
--system-spectrum-slider-handle-border-color: var(--spectrum-gray-800);
|
|
1549
|
+
--system-spectrum-slider-handle-disabled-background-color: var(
|
|
1550
|
+
--spectrum-gray-50
|
|
1551
|
+
);
|
|
1552
|
+
--system-spectrum-slider-tick-mark-color: var(--spectrum-gray-200);
|
|
1553
|
+
--system-spectrum-slider-handle-border-color-hover: var(
|
|
1554
|
+
--spectrum-gray-900
|
|
1555
|
+
);
|
|
1556
|
+
--system-spectrum-slider-handle-border-color-down: var(--spectrum-gray-900);
|
|
1557
|
+
--system-spectrum-slider-handle-border-color-key-focus: var(
|
|
1558
|
+
--spectrum-gray-900
|
|
1559
|
+
);
|
|
1560
|
+
--system-spectrum-slider-handle-focus-ring-color-key-focus: var(
|
|
1561
|
+
--spectrum-focus-indicator-color
|
|
1562
|
+
);
|
|
1563
|
+
}
|
|
1564
|
+
/*!
|
|
1565
|
+
Copyright 2023 Adobe. All rights reserved.
|
|
1566
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
1567
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
1568
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1569
|
+
|
|
1570
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
1571
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
1572
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
1573
|
+
governing permissions and limitations under the License.
|
|
1574
|
+
*/
|
|
1575
|
+
|
|
1576
|
+
:host,
|
|
1577
|
+
:root {
|
|
1578
|
+
--system-spectrum-popover-border-width: 0;
|
|
1579
|
+
}
|
|
@@ -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
|
@@ -114,6 +114,13 @@
|
|
|
114
114
|
--spectrum-drop-zone-background-color-opacity-filled: 0.3;
|
|
115
115
|
--spectrum-coach-mark-pagination-color: var(--spectrum-gray-600);
|
|
116
116
|
--spectrum-color-handle-inner-border-color: var(--spectrum-black);
|
|
117
|
+
--spectrum-color-handle-inner-border-opacity: 0.42;
|
|
118
|
+
--spectrum-color-handle-outer-border-opacity: var(
|
|
119
|
+
--spectrum-color-handle-inner-border-opacity
|
|
120
|
+
);
|
|
121
|
+
--spectrum-floating-action-button-shadow-color: var(
|
|
122
|
+
--spectrum-transparent-black-300
|
|
123
|
+
);
|
|
117
124
|
--spectrum-white-rgb: 255, 255, 255;
|
|
118
125
|
--spectrum-white: rgba(var(--spectrum-white-rgb));
|
|
119
126
|
--spectrum-transparent-white-100-rgb: 255, 255, 255;
|
|
@@ -272,9 +279,14 @@
|
|
|
272
279
|
--spectrum-color-slider-border-width: 1px;
|
|
273
280
|
--spectrum-color-slider-border-rounding: 4px;
|
|
274
281
|
--spectrum-floating-action-button-drop-shadow-blur: 12px;
|
|
282
|
+
--spectrum-floating-action-button-drop-shadow-y: 4px;
|
|
275
283
|
--spectrum-illustrated-message-maximum-width: 380px;
|
|
276
284
|
--spectrum-search-field-minimum-width-multiplier: 3;
|
|
285
|
+
--spectrum-color-loupe-height: 64px;
|
|
286
|
+
--spectrum-color-loupe-width: 48px;
|
|
287
|
+
--spectrum-color-loupe-bottom-to-color-handle: 12px;
|
|
277
288
|
--spectrum-color-loupe-outer-border-width: var(--spectrum-border-width-200);
|
|
289
|
+
--spectrum-color-loupe-inner-border-width: 1px;
|
|
278
290
|
--spectrum-card-minimum-width: 100px;
|
|
279
291
|
--spectrum-card-preview-minimum-height: 130px;
|
|
280
292
|
--spectrum-card-selection-background-size: 40px;
|
|
@@ -295,6 +307,10 @@
|
|
|
295
307
|
);
|
|
296
308
|
--spectrum-color-handle-border-width: var(--spectrum-border-width-200);
|
|
297
309
|
--spectrum-color-handle-inner-border-width: 1px;
|
|
310
|
+
--spectrum-color-handle-outer-border-width: 1px;
|
|
311
|
+
--spectrum-color-handle-drop-shadow-x: 0;
|
|
312
|
+
--spectrum-color-handle-drop-shadow-y: 0;
|
|
313
|
+
--spectrum-color-handle-drop-shadow-blur: 0;
|
|
298
314
|
--spectrum-android-elevation: 2dp;
|
|
299
315
|
--spectrum-spacing-50: 2px;
|
|
300
316
|
--spectrum-spacing-75: 4px;
|
package/tokens/large-vars.css
CHANGED
|
@@ -92,6 +92,10 @@
|
|
|
92
92
|
--spectrum-menu-item-top-to-selected-icon-medium: 13px;
|
|
93
93
|
--spectrum-menu-item-top-to-selected-icon-large: 17px;
|
|
94
94
|
--spectrum-menu-item-top-to-selected-icon-extra-large: 22px;
|
|
95
|
+
--spectrum-slider-control-to-field-label-small: 6px;
|
|
96
|
+
--spectrum-slider-control-to-field-label-medium: 10px;
|
|
97
|
+
--spectrum-slider-control-to-field-label-large: 14px;
|
|
98
|
+
--spectrum-slider-control-to-field-label-extra-large: 17px;
|
|
95
99
|
--spectrum-picker-visual-to-disclosure-icon-small: 9px;
|
|
96
100
|
--spectrum-picker-visual-to-disclosure-icon-medium: 10px;
|
|
97
101
|
--spectrum-picker-visual-to-disclosure-icon-large: 11px;
|
|
@@ -117,6 +121,8 @@
|
|
|
117
121
|
--spectrum-alert-dialog-title-size: var(--spectrum-heading-size-xs);
|
|
118
122
|
--spectrum-alert-dialog-description-size: var(--spectrum-body-size-xs);
|
|
119
123
|
--spectrum-opacity-checkerboard-square-size: 10px;
|
|
124
|
+
--spectrum-contextual-help-title-size: var(--spectrum-heading-size-xxs);
|
|
125
|
+
--spectrum-contextual-help-body-size: var(--spectrum-heading-size-xs);
|
|
120
126
|
--spectrum-breadcrumbs-height-multiline: 84px;
|
|
121
127
|
--spectrum-breadcrumbs-top-to-text: 17px;
|
|
122
128
|
--spectrum-breadcrumbs-top-to-text-compact: 16px;
|
|
@@ -199,6 +205,18 @@
|
|
|
199
205
|
--spectrum-accordion-focus-indicator-gap: 0px;
|
|
200
206
|
--spectrum-accordion-content-area-top-to-content: 10px;
|
|
201
207
|
--spectrum-accordion-content-area-bottom-to-content: 20px;
|
|
208
|
+
--spectrum-color-handle-size: 20px;
|
|
209
|
+
--spectrum-color-handle-size-key-focus: 40px;
|
|
210
|
+
--spectrum-side-navigation-width: 240px;
|
|
211
|
+
--spectrum-side-navigation-minimum-width: 200px;
|
|
212
|
+
--spectrum-side-navigation-maximum-width: 300px;
|
|
213
|
+
--spectrum-side-navigation-second-level-edge-to-text: 30px;
|
|
214
|
+
--spectrum-side-navigation-third-level-edge-to-text: 45px;
|
|
215
|
+
--spectrum-side-navigation-with-icon-second-level-edge-to-text: 62px;
|
|
216
|
+
--spectrum-side-navigation-with-icon-third-level-edge-to-text: 77px;
|
|
217
|
+
--spectrum-side-navigation-item-to-item: 5px;
|
|
218
|
+
--spectrum-side-navigation-item-to-header: 20px;
|
|
219
|
+
--spectrum-tray-top-to-content-area: 5px;
|
|
202
220
|
--spectrum-workflow-icon-size-50: 18px;
|
|
203
221
|
--spectrum-workflow-icon-size-75: 20px;
|
|
204
222
|
--spectrum-workflow-icon-size-100: 22px;
|