@spectrum-web-components/styles 0.10.0 → 0.11.1
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/body.d.ts +1 -1
- package/code.d.ts +1 -1
- package/core-global.css +412 -37
- package/detail.d.ts +1 -1
- package/fonts.css +7 -14
- package/heading.d.ts +1 -1
- package/package.json +5 -5
- package/scale-large.css +1156 -260
- package/scale-medium.css +1163 -265
- package/src/spectrum-lang.css +6 -1
- package/src/spectrum-lang.css.js +3 -1
- package/src/spectrum-lang.css.js.map +1 -1
- package/theme-dark.css +120 -173
- package/theme-darkest.css +120 -173
- package/theme-light.css +3 -1
- package/theme-lightest.css +3 -1
- package/typography.css +6 -1
- package/typography.d.ts +1 -1
package/scale-large.css
CHANGED
|
@@ -138,6 +138,9 @@ governing permissions and limitations under the License.
|
|
|
138
138
|
);
|
|
139
139
|
--spectrum-alias-control-three-width-l: 41px;
|
|
140
140
|
--spectrum-alias-control-three-width-xl: 46px;
|
|
141
|
+
--spectrum-alias-search-padding-left-m: var(
|
|
142
|
+
--spectrum-global-dimension-static-size-150
|
|
143
|
+
);
|
|
141
144
|
--spectrum-alias-focus-ring-radius-default: var(
|
|
142
145
|
--spectrum-global-dimension-static-size-115
|
|
143
146
|
);
|
|
@@ -285,6 +288,24 @@ governing permissions and limitations under the License.
|
|
|
285
288
|
--spectrum-actionbutton-s-quiet-emphasized-texticon-touch-hit-y: var(
|
|
286
289
|
--spectrum-global-dimension-static-size-50
|
|
287
290
|
);
|
|
291
|
+
--spectrum-actionbutton-s-quiet-emphasized-black-texticon-text-padding-bottom: var(
|
|
292
|
+
--spectrum-global-dimension-static-size-85
|
|
293
|
+
);
|
|
294
|
+
--spectrum-actionbutton-s-quiet-emphasized-black-texticon-touch-hit-x: var(
|
|
295
|
+
--spectrum-global-dimension-static-size-50
|
|
296
|
+
);
|
|
297
|
+
--spectrum-actionbutton-s-quiet-emphasized-black-texticon-touch-hit-y: var(
|
|
298
|
+
--spectrum-global-dimension-static-size-50
|
|
299
|
+
);
|
|
300
|
+
--spectrum-actionbutton-s-quiet-emphasized-white-texticon-text-padding-bottom: var(
|
|
301
|
+
--spectrum-global-dimension-static-size-85
|
|
302
|
+
);
|
|
303
|
+
--spectrum-actionbutton-s-quiet-emphasized-white-texticon-touch-hit-x: var(
|
|
304
|
+
--spectrum-global-dimension-static-size-50
|
|
305
|
+
);
|
|
306
|
+
--spectrum-actionbutton-s-quiet-emphasized-white-texticon-touch-hit-y: var(
|
|
307
|
+
--spectrum-global-dimension-static-size-50
|
|
308
|
+
);
|
|
288
309
|
--spectrum-actionbutton-s-quiet-texticon-text-padding-bottom: var(
|
|
289
310
|
--spectrum-global-dimension-static-size-85
|
|
290
311
|
);
|
|
@@ -294,6 +315,24 @@ governing permissions and limitations under the License.
|
|
|
294
315
|
--spectrum-actionbutton-s-quiet-texticon-touch-hit-y: var(
|
|
295
316
|
--spectrum-global-dimension-static-size-50
|
|
296
317
|
);
|
|
318
|
+
--spectrum-actionbutton-s-quiet-black-texticon-text-padding-bottom: var(
|
|
319
|
+
--spectrum-global-dimension-static-size-85
|
|
320
|
+
);
|
|
321
|
+
--spectrum-actionbutton-s-quiet-black-texticon-touch-hit-x: var(
|
|
322
|
+
--spectrum-global-dimension-static-size-50
|
|
323
|
+
);
|
|
324
|
+
--spectrum-actionbutton-s-quiet-black-texticon-touch-hit-y: var(
|
|
325
|
+
--spectrum-global-dimension-static-size-50
|
|
326
|
+
);
|
|
327
|
+
--spectrum-actionbutton-s-quiet-white-texticon-text-padding-bottom: var(
|
|
328
|
+
--spectrum-global-dimension-static-size-85
|
|
329
|
+
);
|
|
330
|
+
--spectrum-actionbutton-s-quiet-white-texticon-touch-hit-x: var(
|
|
331
|
+
--spectrum-global-dimension-static-size-50
|
|
332
|
+
);
|
|
333
|
+
--spectrum-actionbutton-s-quiet-white-texticon-touch-hit-y: var(
|
|
334
|
+
--spectrum-global-dimension-static-size-50
|
|
335
|
+
);
|
|
297
336
|
--spectrum-actionbutton-s-emphasized-texticon-text-padding-bottom: var(
|
|
298
337
|
--spectrum-global-dimension-static-size-85
|
|
299
338
|
);
|
|
@@ -303,6 +342,24 @@ governing permissions and limitations under the License.
|
|
|
303
342
|
--spectrum-actionbutton-s-emphasized-texticon-touch-hit-y: var(
|
|
304
343
|
--spectrum-global-dimension-static-size-50
|
|
305
344
|
);
|
|
345
|
+
--spectrum-actionbutton-s-emphasized-black-texticon-text-padding-bottom: var(
|
|
346
|
+
--spectrum-global-dimension-static-size-85
|
|
347
|
+
);
|
|
348
|
+
--spectrum-actionbutton-s-emphasized-black-texticon-touch-hit-x: var(
|
|
349
|
+
--spectrum-global-dimension-static-size-50
|
|
350
|
+
);
|
|
351
|
+
--spectrum-actionbutton-s-emphasized-black-texticon-touch-hit-y: var(
|
|
352
|
+
--spectrum-global-dimension-static-size-50
|
|
353
|
+
);
|
|
354
|
+
--spectrum-actionbutton-s-emphasized-white-texticon-text-padding-bottom: var(
|
|
355
|
+
--spectrum-global-dimension-static-size-85
|
|
356
|
+
);
|
|
357
|
+
--spectrum-actionbutton-s-emphasized-white-texticon-touch-hit-x: var(
|
|
358
|
+
--spectrum-global-dimension-static-size-50
|
|
359
|
+
);
|
|
360
|
+
--spectrum-actionbutton-s-emphasized-white-texticon-touch-hit-y: var(
|
|
361
|
+
--spectrum-global-dimension-static-size-50
|
|
362
|
+
);
|
|
306
363
|
--spectrum-actionbutton-s-texticon-text-padding-bottom: var(
|
|
307
364
|
--spectrum-global-dimension-static-size-85
|
|
308
365
|
);
|
|
@@ -312,6 +369,24 @@ governing permissions and limitations under the License.
|
|
|
312
369
|
--spectrum-actionbutton-s-texticon-touch-hit-y: var(
|
|
313
370
|
--spectrum-global-dimension-static-size-50
|
|
314
371
|
);
|
|
372
|
+
--spectrum-actionbutton-s-black-texticon-text-padding-bottom: var(
|
|
373
|
+
--spectrum-global-dimension-static-size-85
|
|
374
|
+
);
|
|
375
|
+
--spectrum-actionbutton-s-black-texticon-touch-hit-x: var(
|
|
376
|
+
--spectrum-global-dimension-static-size-50
|
|
377
|
+
);
|
|
378
|
+
--spectrum-actionbutton-s-black-texticon-touch-hit-y: var(
|
|
379
|
+
--spectrum-global-dimension-static-size-50
|
|
380
|
+
);
|
|
381
|
+
--spectrum-actionbutton-s-white-texticon-text-padding-bottom: var(
|
|
382
|
+
--spectrum-global-dimension-static-size-85
|
|
383
|
+
);
|
|
384
|
+
--spectrum-actionbutton-s-white-texticon-touch-hit-x: var(
|
|
385
|
+
--spectrum-global-dimension-static-size-50
|
|
386
|
+
);
|
|
387
|
+
--spectrum-actionbutton-s-white-texticon-touch-hit-y: var(
|
|
388
|
+
--spectrum-global-dimension-static-size-50
|
|
389
|
+
);
|
|
315
390
|
--spectrum-actionbutton-s-quiet-emphasized-textonly-text-padding-bottom: var(
|
|
316
391
|
--spectrum-global-dimension-static-size-85
|
|
317
392
|
);
|
|
@@ -321,6 +396,24 @@ governing permissions and limitations under the License.
|
|
|
321
396
|
--spectrum-actionbutton-s-quiet-emphasized-textonly-touch-hit-y: var(
|
|
322
397
|
--spectrum-global-dimension-static-size-50
|
|
323
398
|
);
|
|
399
|
+
--spectrum-actionbutton-s-quiet-emphasized-black-textonly-text-padding-bottom: var(
|
|
400
|
+
--spectrum-global-dimension-static-size-85
|
|
401
|
+
);
|
|
402
|
+
--spectrum-actionbutton-s-quiet-emphasized-black-textonly-touch-hit-x: var(
|
|
403
|
+
--spectrum-global-dimension-static-size-50
|
|
404
|
+
);
|
|
405
|
+
--spectrum-actionbutton-s-quiet-emphasized-black-textonly-touch-hit-y: var(
|
|
406
|
+
--spectrum-global-dimension-static-size-50
|
|
407
|
+
);
|
|
408
|
+
--spectrum-actionbutton-s-quiet-emphasized-white-textonly-text-padding-bottom: var(
|
|
409
|
+
--spectrum-global-dimension-static-size-85
|
|
410
|
+
);
|
|
411
|
+
--spectrum-actionbutton-s-quiet-emphasized-white-textonly-touch-hit-x: var(
|
|
412
|
+
--spectrum-global-dimension-static-size-50
|
|
413
|
+
);
|
|
414
|
+
--spectrum-actionbutton-s-quiet-emphasized-white-textonly-touch-hit-y: var(
|
|
415
|
+
--spectrum-global-dimension-static-size-50
|
|
416
|
+
);
|
|
324
417
|
--spectrum-actionbutton-s-quiet-textonly-text-padding-bottom: var(
|
|
325
418
|
--spectrum-global-dimension-static-size-85
|
|
326
419
|
);
|
|
@@ -330,6 +423,24 @@ governing permissions and limitations under the License.
|
|
|
330
423
|
--spectrum-actionbutton-s-quiet-textonly-touch-hit-y: var(
|
|
331
424
|
--spectrum-global-dimension-static-size-50
|
|
332
425
|
);
|
|
426
|
+
--spectrum-actionbutton-s-quiet-black-textonly-text-padding-bottom: var(
|
|
427
|
+
--spectrum-global-dimension-static-size-85
|
|
428
|
+
);
|
|
429
|
+
--spectrum-actionbutton-s-quiet-black-textonly-touch-hit-x: var(
|
|
430
|
+
--spectrum-global-dimension-static-size-50
|
|
431
|
+
);
|
|
432
|
+
--spectrum-actionbutton-s-quiet-black-textonly-touch-hit-y: var(
|
|
433
|
+
--spectrum-global-dimension-static-size-50
|
|
434
|
+
);
|
|
435
|
+
--spectrum-actionbutton-s-quiet-white-textonly-text-padding-bottom: var(
|
|
436
|
+
--spectrum-global-dimension-static-size-85
|
|
437
|
+
);
|
|
438
|
+
--spectrum-actionbutton-s-quiet-white-textonly-touch-hit-x: var(
|
|
439
|
+
--spectrum-global-dimension-static-size-50
|
|
440
|
+
);
|
|
441
|
+
--spectrum-actionbutton-s-quiet-white-textonly-touch-hit-y: var(
|
|
442
|
+
--spectrum-global-dimension-static-size-50
|
|
443
|
+
);
|
|
333
444
|
--spectrum-actionbutton-s-emphasized-textonly-text-padding-bottom: var(
|
|
334
445
|
--spectrum-global-dimension-static-size-85
|
|
335
446
|
);
|
|
@@ -339,6 +450,24 @@ governing permissions and limitations under the License.
|
|
|
339
450
|
--spectrum-actionbutton-s-emphasized-textonly-touch-hit-y: var(
|
|
340
451
|
--spectrum-global-dimension-static-size-50
|
|
341
452
|
);
|
|
453
|
+
--spectrum-actionbutton-s-emphasized-black-textonly-text-padding-bottom: var(
|
|
454
|
+
--spectrum-global-dimension-static-size-85
|
|
455
|
+
);
|
|
456
|
+
--spectrum-actionbutton-s-emphasized-black-textonly-touch-hit-x: var(
|
|
457
|
+
--spectrum-global-dimension-static-size-50
|
|
458
|
+
);
|
|
459
|
+
--spectrum-actionbutton-s-emphasized-black-textonly-touch-hit-y: var(
|
|
460
|
+
--spectrum-global-dimension-static-size-50
|
|
461
|
+
);
|
|
462
|
+
--spectrum-actionbutton-s-emphasized-white-textonly-text-padding-bottom: var(
|
|
463
|
+
--spectrum-global-dimension-static-size-85
|
|
464
|
+
);
|
|
465
|
+
--spectrum-actionbutton-s-emphasized-white-textonly-touch-hit-x: var(
|
|
466
|
+
--spectrum-global-dimension-static-size-50
|
|
467
|
+
);
|
|
468
|
+
--spectrum-actionbutton-s-emphasized-white-textonly-touch-hit-y: var(
|
|
469
|
+
--spectrum-global-dimension-static-size-50
|
|
470
|
+
);
|
|
342
471
|
--spectrum-actionbutton-s-textonly-text-padding-bottom: var(
|
|
343
472
|
--spectrum-global-dimension-static-size-85
|
|
344
473
|
);
|
|
@@ -348,6 +477,24 @@ governing permissions and limitations under the License.
|
|
|
348
477
|
--spectrum-actionbutton-s-textonly-touch-hit-y: var(
|
|
349
478
|
--spectrum-global-dimension-static-size-50
|
|
350
479
|
);
|
|
480
|
+
--spectrum-actionbutton-s-black-textonly-text-padding-bottom: var(
|
|
481
|
+
--spectrum-global-dimension-static-size-85
|
|
482
|
+
);
|
|
483
|
+
--spectrum-actionbutton-s-black-textonly-touch-hit-x: var(
|
|
484
|
+
--spectrum-global-dimension-static-size-50
|
|
485
|
+
);
|
|
486
|
+
--spectrum-actionbutton-s-black-textonly-touch-hit-y: var(
|
|
487
|
+
--spectrum-global-dimension-static-size-50
|
|
488
|
+
);
|
|
489
|
+
--spectrum-actionbutton-s-white-textonly-text-padding-bottom: var(
|
|
490
|
+
--spectrum-global-dimension-static-size-85
|
|
491
|
+
);
|
|
492
|
+
--spectrum-actionbutton-s-white-textonly-touch-hit-x: var(
|
|
493
|
+
--spectrum-global-dimension-static-size-50
|
|
494
|
+
);
|
|
495
|
+
--spectrum-actionbutton-s-white-textonly-touch-hit-y: var(
|
|
496
|
+
--spectrum-global-dimension-static-size-50
|
|
497
|
+
);
|
|
351
498
|
--spectrum-actionbutton-s-quiet-emphasized-icononly-text-padding-bottom: var(
|
|
352
499
|
--spectrum-global-dimension-static-size-85
|
|
353
500
|
);
|
|
@@ -357,6 +504,24 @@ governing permissions and limitations under the License.
|
|
|
357
504
|
--spectrum-actionbutton-s-quiet-emphasized-icononly-touch-hit-y: var(
|
|
358
505
|
--spectrum-global-dimension-static-size-50
|
|
359
506
|
);
|
|
507
|
+
--spectrum-actionbutton-s-quiet-emphasized-black-icononly-text-padding-bottom: var(
|
|
508
|
+
--spectrum-global-dimension-static-size-85
|
|
509
|
+
);
|
|
510
|
+
--spectrum-actionbutton-s-quiet-emphasized-black-icononly-touch-hit-x: var(
|
|
511
|
+
--spectrum-global-dimension-static-size-50
|
|
512
|
+
);
|
|
513
|
+
--spectrum-actionbutton-s-quiet-emphasized-black-icononly-touch-hit-y: var(
|
|
514
|
+
--spectrum-global-dimension-static-size-50
|
|
515
|
+
);
|
|
516
|
+
--spectrum-actionbutton-s-quiet-emphasized-white-icononly-text-padding-bottom: var(
|
|
517
|
+
--spectrum-global-dimension-static-size-85
|
|
518
|
+
);
|
|
519
|
+
--spectrum-actionbutton-s-quiet-emphasized-white-icononly-touch-hit-x: var(
|
|
520
|
+
--spectrum-global-dimension-static-size-50
|
|
521
|
+
);
|
|
522
|
+
--spectrum-actionbutton-s-quiet-emphasized-white-icononly-touch-hit-y: var(
|
|
523
|
+
--spectrum-global-dimension-static-size-50
|
|
524
|
+
);
|
|
360
525
|
--spectrum-actionbutton-s-quiet-icononly-text-padding-bottom: var(
|
|
361
526
|
--spectrum-global-dimension-static-size-85
|
|
362
527
|
);
|
|
@@ -366,6 +531,24 @@ governing permissions and limitations under the License.
|
|
|
366
531
|
--spectrum-actionbutton-s-quiet-icononly-touch-hit-y: var(
|
|
367
532
|
--spectrum-global-dimension-static-size-50
|
|
368
533
|
);
|
|
534
|
+
--spectrum-actionbutton-s-quiet-black-icononly-text-padding-bottom: var(
|
|
535
|
+
--spectrum-global-dimension-static-size-85
|
|
536
|
+
);
|
|
537
|
+
--spectrum-actionbutton-s-quiet-black-icononly-touch-hit-x: var(
|
|
538
|
+
--spectrum-global-dimension-static-size-50
|
|
539
|
+
);
|
|
540
|
+
--spectrum-actionbutton-s-quiet-black-icononly-touch-hit-y: var(
|
|
541
|
+
--spectrum-global-dimension-static-size-50
|
|
542
|
+
);
|
|
543
|
+
--spectrum-actionbutton-s-quiet-white-icononly-text-padding-bottom: var(
|
|
544
|
+
--spectrum-global-dimension-static-size-85
|
|
545
|
+
);
|
|
546
|
+
--spectrum-actionbutton-s-quiet-white-icononly-touch-hit-x: var(
|
|
547
|
+
--spectrum-global-dimension-static-size-50
|
|
548
|
+
);
|
|
549
|
+
--spectrum-actionbutton-s-quiet-white-icononly-touch-hit-y: var(
|
|
550
|
+
--spectrum-global-dimension-static-size-50
|
|
551
|
+
);
|
|
369
552
|
--spectrum-actionbutton-s-emphasized-icononly-text-padding-bottom: var(
|
|
370
553
|
--spectrum-global-dimension-static-size-85
|
|
371
554
|
);
|
|
@@ -375,241 +558,733 @@ governing permissions and limitations under the License.
|
|
|
375
558
|
--spectrum-actionbutton-s-emphasized-icononly-touch-hit-y: var(
|
|
376
559
|
--spectrum-global-dimension-static-size-50
|
|
377
560
|
);
|
|
561
|
+
--spectrum-actionbutton-s-emphasized-black-icononly-text-padding-bottom: var(
|
|
562
|
+
--spectrum-global-dimension-static-size-85
|
|
563
|
+
);
|
|
564
|
+
--spectrum-actionbutton-s-emphasized-black-icononly-touch-hit-x: var(
|
|
565
|
+
--spectrum-global-dimension-static-size-50
|
|
566
|
+
);
|
|
567
|
+
--spectrum-actionbutton-s-emphasized-black-icononly-touch-hit-y: var(
|
|
568
|
+
--spectrum-global-dimension-static-size-50
|
|
569
|
+
);
|
|
570
|
+
--spectrum-actionbutton-s-emphasized-white-icononly-text-padding-bottom: var(
|
|
571
|
+
--spectrum-global-dimension-static-size-85
|
|
572
|
+
);
|
|
573
|
+
--spectrum-actionbutton-s-emphasized-white-icononly-touch-hit-x: var(
|
|
574
|
+
--spectrum-global-dimension-static-size-50
|
|
575
|
+
);
|
|
576
|
+
--spectrum-actionbutton-s-emphasized-white-icononly-touch-hit-y: var(
|
|
577
|
+
--spectrum-global-dimension-static-size-50
|
|
578
|
+
);
|
|
378
579
|
--spectrum-actionbutton-s-icononly-text-padding-bottom: var(
|
|
379
580
|
--spectrum-global-dimension-static-size-85
|
|
380
581
|
);
|
|
381
|
-
--spectrum-actionbutton-s-icononly-touch-hit-x: var(
|
|
582
|
+
--spectrum-actionbutton-s-icononly-touch-hit-x: var(
|
|
583
|
+
--spectrum-global-dimension-static-size-50
|
|
584
|
+
);
|
|
585
|
+
--spectrum-actionbutton-s-icononly-touch-hit-y: var(
|
|
586
|
+
--spectrum-global-dimension-static-size-50
|
|
587
|
+
);
|
|
588
|
+
--spectrum-actionbutton-s-black-icononly-text-padding-bottom: var(
|
|
589
|
+
--spectrum-global-dimension-static-size-85
|
|
590
|
+
);
|
|
591
|
+
--spectrum-actionbutton-s-black-icononly-touch-hit-x: var(
|
|
592
|
+
--spectrum-global-dimension-static-size-50
|
|
593
|
+
);
|
|
594
|
+
--spectrum-actionbutton-s-black-icononly-touch-hit-y: var(
|
|
595
|
+
--spectrum-global-dimension-static-size-50
|
|
596
|
+
);
|
|
597
|
+
--spectrum-actionbutton-s-white-icononly-text-padding-bottom: var(
|
|
598
|
+
--spectrum-global-dimension-static-size-85
|
|
599
|
+
);
|
|
600
|
+
--spectrum-actionbutton-s-white-icononly-touch-hit-x: var(
|
|
601
|
+
--spectrum-global-dimension-static-size-50
|
|
602
|
+
);
|
|
603
|
+
--spectrum-actionbutton-s-white-icononly-touch-hit-y: var(
|
|
604
|
+
--spectrum-global-dimension-static-size-50
|
|
605
|
+
);
|
|
606
|
+
--spectrum-actionbutton-m-quiet-emphasized-texticon-touch-hit-x: var(
|
|
607
|
+
--spectrum-global-dimension-static-size-50
|
|
608
|
+
);
|
|
609
|
+
--spectrum-actionbutton-m-quiet-emphasized-texticon-touch-hit-y: var(
|
|
610
|
+
--spectrum-global-dimension-static-size-50
|
|
611
|
+
);
|
|
612
|
+
--spectrum-actionbutton-m-quiet-emphasized-texticon-padding-left: var(
|
|
613
|
+
--spectrum-global-dimension-static-size-150
|
|
614
|
+
);
|
|
615
|
+
--spectrum-actionbutton-m-quiet-emphasized-black-texticon-touch-hit-x: var(
|
|
616
|
+
--spectrum-global-dimension-static-size-50
|
|
617
|
+
);
|
|
618
|
+
--spectrum-actionbutton-m-quiet-emphasized-black-texticon-touch-hit-y: var(
|
|
619
|
+
--spectrum-global-dimension-static-size-50
|
|
620
|
+
);
|
|
621
|
+
--spectrum-actionbutton-m-quiet-emphasized-black-texticon-padding-left: var(
|
|
622
|
+
--spectrum-global-dimension-static-size-150
|
|
623
|
+
);
|
|
624
|
+
--spectrum-actionbutton-m-quiet-emphasized-white-texticon-touch-hit-x: var(
|
|
625
|
+
--spectrum-global-dimension-static-size-50
|
|
626
|
+
);
|
|
627
|
+
--spectrum-actionbutton-m-quiet-emphasized-white-texticon-touch-hit-y: var(
|
|
628
|
+
--spectrum-global-dimension-static-size-50
|
|
629
|
+
);
|
|
630
|
+
--spectrum-actionbutton-m-quiet-emphasized-white-texticon-padding-left: var(
|
|
631
|
+
--spectrum-global-dimension-static-size-150
|
|
632
|
+
);
|
|
633
|
+
--spectrum-actionbutton-m-quiet-texticon-touch-hit-x: var(
|
|
634
|
+
--spectrum-global-dimension-static-size-50
|
|
635
|
+
);
|
|
636
|
+
--spectrum-actionbutton-m-quiet-texticon-touch-hit-y: var(
|
|
637
|
+
--spectrum-global-dimension-static-size-50
|
|
638
|
+
);
|
|
639
|
+
--spectrum-actionbutton-m-quiet-texticon-padding-left: var(
|
|
640
|
+
--spectrum-global-dimension-static-size-150
|
|
641
|
+
);
|
|
642
|
+
--spectrum-actionbutton-m-quiet-black-texticon-touch-hit-x: var(
|
|
643
|
+
--spectrum-global-dimension-static-size-50
|
|
644
|
+
);
|
|
645
|
+
--spectrum-actionbutton-m-quiet-black-texticon-touch-hit-y: var(
|
|
646
|
+
--spectrum-global-dimension-static-size-50
|
|
647
|
+
);
|
|
648
|
+
--spectrum-actionbutton-m-quiet-black-texticon-padding-left: var(
|
|
649
|
+
--spectrum-global-dimension-static-size-150
|
|
650
|
+
);
|
|
651
|
+
--spectrum-actionbutton-m-quiet-white-texticon-touch-hit-x: var(
|
|
652
|
+
--spectrum-global-dimension-static-size-50
|
|
653
|
+
);
|
|
654
|
+
--spectrum-actionbutton-m-quiet-white-texticon-touch-hit-y: var(
|
|
655
|
+
--spectrum-global-dimension-static-size-50
|
|
656
|
+
);
|
|
657
|
+
--spectrum-actionbutton-m-quiet-white-texticon-padding-left: var(
|
|
658
|
+
--spectrum-global-dimension-static-size-150
|
|
659
|
+
);
|
|
660
|
+
--spectrum-actionbutton-m-emphasized-texticon-touch-hit-x: var(
|
|
661
|
+
--spectrum-global-dimension-static-size-50
|
|
662
|
+
);
|
|
663
|
+
--spectrum-actionbutton-m-emphasized-texticon-touch-hit-y: var(
|
|
664
|
+
--spectrum-global-dimension-static-size-50
|
|
665
|
+
);
|
|
666
|
+
--spectrum-actionbutton-m-emphasized-texticon-padding-left: var(
|
|
667
|
+
--spectrum-global-dimension-static-size-150
|
|
668
|
+
);
|
|
669
|
+
--spectrum-actionbutton-m-emphasized-black-texticon-touch-hit-x: var(
|
|
670
|
+
--spectrum-global-dimension-static-size-50
|
|
671
|
+
);
|
|
672
|
+
--spectrum-actionbutton-m-emphasized-black-texticon-touch-hit-y: var(
|
|
673
|
+
--spectrum-global-dimension-static-size-50
|
|
674
|
+
);
|
|
675
|
+
--spectrum-actionbutton-m-emphasized-black-texticon-padding-left: var(
|
|
676
|
+
--spectrum-global-dimension-static-size-150
|
|
677
|
+
);
|
|
678
|
+
--spectrum-actionbutton-m-emphasized-white-texticon-touch-hit-x: var(
|
|
679
|
+
--spectrum-global-dimension-static-size-50
|
|
680
|
+
);
|
|
681
|
+
--spectrum-actionbutton-m-emphasized-white-texticon-touch-hit-y: var(
|
|
682
|
+
--spectrum-global-dimension-static-size-50
|
|
683
|
+
);
|
|
684
|
+
--spectrum-actionbutton-m-emphasized-white-texticon-padding-left: var(
|
|
685
|
+
--spectrum-global-dimension-static-size-150
|
|
686
|
+
);
|
|
687
|
+
--spectrum-actionbutton-m-texticon-touch-hit-x: var(
|
|
688
|
+
--spectrum-global-dimension-static-size-50
|
|
689
|
+
);
|
|
690
|
+
--spectrum-actionbutton-m-texticon-touch-hit-y: var(
|
|
691
|
+
--spectrum-global-dimension-static-size-50
|
|
692
|
+
);
|
|
693
|
+
--spectrum-actionbutton-m-texticon-padding-left: var(
|
|
694
|
+
--spectrum-global-dimension-static-size-150
|
|
695
|
+
);
|
|
696
|
+
--spectrum-actionbutton-m-black-texticon-touch-hit-x: var(
|
|
697
|
+
--spectrum-global-dimension-static-size-50
|
|
698
|
+
);
|
|
699
|
+
--spectrum-actionbutton-m-black-texticon-touch-hit-y: var(
|
|
700
|
+
--spectrum-global-dimension-static-size-50
|
|
701
|
+
);
|
|
702
|
+
--spectrum-actionbutton-m-black-texticon-padding-left: var(
|
|
703
|
+
--spectrum-global-dimension-static-size-150
|
|
704
|
+
);
|
|
705
|
+
--spectrum-actionbutton-m-white-texticon-touch-hit-x: var(
|
|
706
|
+
--spectrum-global-dimension-static-size-50
|
|
707
|
+
);
|
|
708
|
+
--spectrum-actionbutton-m-white-texticon-touch-hit-y: var(
|
|
709
|
+
--spectrum-global-dimension-static-size-50
|
|
710
|
+
);
|
|
711
|
+
--spectrum-actionbutton-m-white-texticon-padding-left: var(
|
|
712
|
+
--spectrum-global-dimension-static-size-150
|
|
713
|
+
);
|
|
714
|
+
--spectrum-actionbutton-m-quiet-emphasized-textonly-touch-hit-x: var(
|
|
715
|
+
--spectrum-global-dimension-static-size-50
|
|
716
|
+
);
|
|
717
|
+
--spectrum-actionbutton-m-quiet-emphasized-textonly-touch-hit-y: var(
|
|
718
|
+
--spectrum-global-dimension-static-size-50
|
|
719
|
+
);
|
|
720
|
+
--spectrum-actionbutton-m-quiet-emphasized-black-textonly-touch-hit-x: var(
|
|
721
|
+
--spectrum-global-dimension-static-size-50
|
|
722
|
+
);
|
|
723
|
+
--spectrum-actionbutton-m-quiet-emphasized-black-textonly-touch-hit-y: var(
|
|
724
|
+
--spectrum-global-dimension-static-size-50
|
|
725
|
+
);
|
|
726
|
+
--spectrum-actionbutton-m-quiet-emphasized-white-textonly-touch-hit-x: var(
|
|
727
|
+
--spectrum-global-dimension-static-size-50
|
|
728
|
+
);
|
|
729
|
+
--spectrum-actionbutton-m-quiet-emphasized-white-textonly-touch-hit-y: var(
|
|
730
|
+
--spectrum-global-dimension-static-size-50
|
|
731
|
+
);
|
|
732
|
+
--spectrum-actionbutton-m-quiet-textonly-touch-hit-x: var(
|
|
733
|
+
--spectrum-global-dimension-static-size-50
|
|
734
|
+
);
|
|
735
|
+
--spectrum-actionbutton-m-quiet-textonly-touch-hit-y: var(
|
|
736
|
+
--spectrum-global-dimension-static-size-50
|
|
737
|
+
);
|
|
738
|
+
--spectrum-actionbutton-m-quiet-black-textonly-touch-hit-x: var(
|
|
739
|
+
--spectrum-global-dimension-static-size-50
|
|
740
|
+
);
|
|
741
|
+
--spectrum-actionbutton-m-quiet-black-textonly-touch-hit-y: var(
|
|
742
|
+
--spectrum-global-dimension-static-size-50
|
|
743
|
+
);
|
|
744
|
+
--spectrum-actionbutton-m-quiet-white-textonly-touch-hit-x: var(
|
|
745
|
+
--spectrum-global-dimension-static-size-50
|
|
746
|
+
);
|
|
747
|
+
--spectrum-actionbutton-m-quiet-white-textonly-touch-hit-y: var(
|
|
748
|
+
--spectrum-global-dimension-static-size-50
|
|
749
|
+
);
|
|
750
|
+
--spectrum-actionbutton-m-emphasized-textonly-touch-hit-x: var(
|
|
751
|
+
--spectrum-global-dimension-static-size-50
|
|
752
|
+
);
|
|
753
|
+
--spectrum-actionbutton-m-emphasized-textonly-touch-hit-y: var(
|
|
754
|
+
--spectrum-global-dimension-static-size-50
|
|
755
|
+
);
|
|
756
|
+
--spectrum-actionbutton-m-emphasized-black-textonly-touch-hit-x: var(
|
|
757
|
+
--spectrum-global-dimension-static-size-50
|
|
758
|
+
);
|
|
759
|
+
--spectrum-actionbutton-m-emphasized-black-textonly-touch-hit-y: var(
|
|
760
|
+
--spectrum-global-dimension-static-size-50
|
|
761
|
+
);
|
|
762
|
+
--spectrum-actionbutton-m-emphasized-white-textonly-touch-hit-x: var(
|
|
763
|
+
--spectrum-global-dimension-static-size-50
|
|
764
|
+
);
|
|
765
|
+
--spectrum-actionbutton-m-emphasized-white-textonly-touch-hit-y: var(
|
|
766
|
+
--spectrum-global-dimension-static-size-50
|
|
767
|
+
);
|
|
768
|
+
--spectrum-actionbutton-m-textonly-touch-hit-x: var(
|
|
769
|
+
--spectrum-global-dimension-static-size-50
|
|
770
|
+
);
|
|
771
|
+
--spectrum-actionbutton-m-textonly-touch-hit-y: var(
|
|
772
|
+
--spectrum-global-dimension-static-size-50
|
|
773
|
+
);
|
|
774
|
+
--spectrum-actionbutton-m-black-textonly-touch-hit-x: var(
|
|
775
|
+
--spectrum-global-dimension-static-size-50
|
|
776
|
+
);
|
|
777
|
+
--spectrum-actionbutton-m-black-textonly-touch-hit-y: var(
|
|
778
|
+
--spectrum-global-dimension-static-size-50
|
|
779
|
+
);
|
|
780
|
+
--spectrum-actionbutton-m-white-textonly-touch-hit-x: var(
|
|
781
|
+
--spectrum-global-dimension-static-size-50
|
|
782
|
+
);
|
|
783
|
+
--spectrum-actionbutton-m-white-textonly-touch-hit-y: var(
|
|
784
|
+
--spectrum-global-dimension-static-size-50
|
|
785
|
+
);
|
|
786
|
+
--spectrum-actionbutton-m-quiet-emphasized-icononly-touch-hit-x: var(
|
|
787
|
+
--spectrum-global-dimension-static-size-50
|
|
788
|
+
);
|
|
789
|
+
--spectrum-actionbutton-m-quiet-emphasized-icononly-touch-hit-y: var(
|
|
790
|
+
--spectrum-global-dimension-static-size-50
|
|
791
|
+
);
|
|
792
|
+
--spectrum-actionbutton-m-quiet-emphasized-black-icononly-touch-hit-x: var(
|
|
793
|
+
--spectrum-global-dimension-static-size-50
|
|
794
|
+
);
|
|
795
|
+
--spectrum-actionbutton-m-quiet-emphasized-black-icononly-touch-hit-y: var(
|
|
796
|
+
--spectrum-global-dimension-static-size-50
|
|
797
|
+
);
|
|
798
|
+
--spectrum-actionbutton-m-quiet-emphasized-white-icononly-touch-hit-x: var(
|
|
799
|
+
--spectrum-global-dimension-static-size-50
|
|
800
|
+
);
|
|
801
|
+
--spectrum-actionbutton-m-quiet-emphasized-white-icononly-touch-hit-y: var(
|
|
802
|
+
--spectrum-global-dimension-static-size-50
|
|
803
|
+
);
|
|
804
|
+
--spectrum-actionbutton-m-quiet-icononly-touch-hit-x: var(
|
|
805
|
+
--spectrum-global-dimension-static-size-50
|
|
806
|
+
);
|
|
807
|
+
--spectrum-actionbutton-m-quiet-icononly-touch-hit-y: var(
|
|
808
|
+
--spectrum-global-dimension-static-size-50
|
|
809
|
+
);
|
|
810
|
+
--spectrum-actionbutton-m-quiet-black-icononly-touch-hit-x: var(
|
|
811
|
+
--spectrum-global-dimension-static-size-50
|
|
812
|
+
);
|
|
813
|
+
--spectrum-actionbutton-m-quiet-black-icononly-touch-hit-y: var(
|
|
814
|
+
--spectrum-global-dimension-static-size-50
|
|
815
|
+
);
|
|
816
|
+
--spectrum-actionbutton-m-quiet-white-icononly-touch-hit-x: var(
|
|
817
|
+
--spectrum-global-dimension-static-size-50
|
|
818
|
+
);
|
|
819
|
+
--spectrum-actionbutton-m-quiet-white-icononly-touch-hit-y: var(
|
|
820
|
+
--spectrum-global-dimension-static-size-50
|
|
821
|
+
);
|
|
822
|
+
--spectrum-actionbutton-m-emphasized-icononly-touch-hit-x: var(
|
|
823
|
+
--spectrum-global-dimension-static-size-50
|
|
824
|
+
);
|
|
825
|
+
--spectrum-actionbutton-m-emphasized-icononly-touch-hit-y: var(
|
|
826
|
+
--spectrum-global-dimension-static-size-50
|
|
827
|
+
);
|
|
828
|
+
--spectrum-actionbutton-m-emphasized-black-icononly-touch-hit-x: var(
|
|
829
|
+
--spectrum-global-dimension-static-size-50
|
|
830
|
+
);
|
|
831
|
+
--spectrum-actionbutton-m-emphasized-black-icononly-touch-hit-y: var(
|
|
832
|
+
--spectrum-global-dimension-static-size-50
|
|
833
|
+
);
|
|
834
|
+
--spectrum-actionbutton-m-emphasized-white-icononly-touch-hit-x: var(
|
|
835
|
+
--spectrum-global-dimension-static-size-50
|
|
836
|
+
);
|
|
837
|
+
--spectrum-actionbutton-m-emphasized-white-icononly-touch-hit-y: var(
|
|
838
|
+
--spectrum-global-dimension-static-size-50
|
|
839
|
+
);
|
|
840
|
+
--spectrum-actionbutton-m-icononly-touch-hit-x: var(
|
|
841
|
+
--spectrum-global-dimension-static-size-50
|
|
842
|
+
);
|
|
843
|
+
--spectrum-actionbutton-m-icononly-touch-hit-y: var(
|
|
844
|
+
--spectrum-global-dimension-static-size-50
|
|
845
|
+
);
|
|
846
|
+
--spectrum-actionbutton-m-black-icononly-touch-hit-x: var(
|
|
847
|
+
--spectrum-global-dimension-static-size-50
|
|
848
|
+
);
|
|
849
|
+
--spectrum-actionbutton-m-black-icononly-touch-hit-y: var(
|
|
850
|
+
--spectrum-global-dimension-static-size-50
|
|
851
|
+
);
|
|
852
|
+
--spectrum-actionbutton-m-white-icononly-touch-hit-x: var(
|
|
853
|
+
--spectrum-global-dimension-static-size-50
|
|
854
|
+
);
|
|
855
|
+
--spectrum-actionbutton-m-white-icononly-touch-hit-y: var(
|
|
856
|
+
--spectrum-global-dimension-static-size-50
|
|
857
|
+
);
|
|
858
|
+
--spectrum-actionbutton-l-quiet-emphasized-texticon-text-padding-top: var(
|
|
859
|
+
--spectrum-global-dimension-static-size-150
|
|
860
|
+
);
|
|
861
|
+
--spectrum-actionbutton-l-quiet-emphasized-texticon-icon-size: var(
|
|
862
|
+
--spectrum-global-dimension-static-size-300
|
|
863
|
+
);
|
|
864
|
+
--spectrum-actionbutton-l-quiet-emphasized-texticon-touch-hit-x: var(
|
|
865
|
+
--spectrum-global-dimension-static-size-50
|
|
866
|
+
);
|
|
867
|
+
--spectrum-actionbutton-l-quiet-emphasized-texticon-touch-hit-y: var(
|
|
868
|
+
--spectrum-global-dimension-static-size-50
|
|
869
|
+
);
|
|
870
|
+
--spectrum-actionbutton-l-quiet-emphasized-black-texticon-text-padding-top: var(
|
|
871
|
+
--spectrum-global-dimension-static-size-150
|
|
872
|
+
);
|
|
873
|
+
--spectrum-actionbutton-l-quiet-emphasized-black-texticon-icon-size: var(
|
|
874
|
+
--spectrum-global-dimension-static-size-300
|
|
875
|
+
);
|
|
876
|
+
--spectrum-actionbutton-l-quiet-emphasized-black-texticon-touch-hit-x: var(
|
|
877
|
+
--spectrum-global-dimension-static-size-50
|
|
878
|
+
);
|
|
879
|
+
--spectrum-actionbutton-l-quiet-emphasized-black-texticon-touch-hit-y: var(
|
|
880
|
+
--spectrum-global-dimension-static-size-50
|
|
881
|
+
);
|
|
882
|
+
--spectrum-actionbutton-l-quiet-emphasized-white-texticon-text-padding-top: var(
|
|
883
|
+
--spectrum-global-dimension-static-size-150
|
|
884
|
+
);
|
|
885
|
+
--spectrum-actionbutton-l-quiet-emphasized-white-texticon-icon-size: var(
|
|
886
|
+
--spectrum-global-dimension-static-size-300
|
|
887
|
+
);
|
|
888
|
+
--spectrum-actionbutton-l-quiet-emphasized-white-texticon-touch-hit-x: var(
|
|
889
|
+
--spectrum-global-dimension-static-size-50
|
|
890
|
+
);
|
|
891
|
+
--spectrum-actionbutton-l-quiet-emphasized-white-texticon-touch-hit-y: var(
|
|
892
|
+
--spectrum-global-dimension-static-size-50
|
|
893
|
+
);
|
|
894
|
+
--spectrum-actionbutton-l-quiet-texticon-text-padding-top: var(
|
|
895
|
+
--spectrum-global-dimension-static-size-150
|
|
896
|
+
);
|
|
897
|
+
--spectrum-actionbutton-l-quiet-texticon-icon-size: var(
|
|
898
|
+
--spectrum-global-dimension-static-size-300
|
|
899
|
+
);
|
|
900
|
+
--spectrum-actionbutton-l-quiet-texticon-touch-hit-x: var(
|
|
901
|
+
--spectrum-global-dimension-static-size-50
|
|
902
|
+
);
|
|
903
|
+
--spectrum-actionbutton-l-quiet-texticon-touch-hit-y: var(
|
|
904
|
+
--spectrum-global-dimension-static-size-50
|
|
905
|
+
);
|
|
906
|
+
--spectrum-actionbutton-l-quiet-black-texticon-text-padding-top: var(
|
|
907
|
+
--spectrum-global-dimension-static-size-150
|
|
908
|
+
);
|
|
909
|
+
--spectrum-actionbutton-l-quiet-black-texticon-icon-size: var(
|
|
910
|
+
--spectrum-global-dimension-static-size-300
|
|
911
|
+
);
|
|
912
|
+
--spectrum-actionbutton-l-quiet-black-texticon-touch-hit-x: var(
|
|
913
|
+
--spectrum-global-dimension-static-size-50
|
|
914
|
+
);
|
|
915
|
+
--spectrum-actionbutton-l-quiet-black-texticon-touch-hit-y: var(
|
|
916
|
+
--spectrum-global-dimension-static-size-50
|
|
917
|
+
);
|
|
918
|
+
--spectrum-actionbutton-l-quiet-white-texticon-text-padding-top: var(
|
|
919
|
+
--spectrum-global-dimension-static-size-150
|
|
920
|
+
);
|
|
921
|
+
--spectrum-actionbutton-l-quiet-white-texticon-icon-size: var(
|
|
922
|
+
--spectrum-global-dimension-static-size-300
|
|
923
|
+
);
|
|
924
|
+
--spectrum-actionbutton-l-quiet-white-texticon-touch-hit-x: var(
|
|
925
|
+
--spectrum-global-dimension-static-size-50
|
|
926
|
+
);
|
|
927
|
+
--spectrum-actionbutton-l-quiet-white-texticon-touch-hit-y: var(
|
|
928
|
+
--spectrum-global-dimension-static-size-50
|
|
929
|
+
);
|
|
930
|
+
--spectrum-actionbutton-l-emphasized-texticon-text-padding-top: var(
|
|
931
|
+
--spectrum-global-dimension-static-size-150
|
|
932
|
+
);
|
|
933
|
+
--spectrum-actionbutton-l-emphasized-texticon-icon-size: var(
|
|
934
|
+
--spectrum-global-dimension-static-size-300
|
|
935
|
+
);
|
|
936
|
+
--spectrum-actionbutton-l-emphasized-texticon-touch-hit-x: var(
|
|
937
|
+
--spectrum-global-dimension-static-size-50
|
|
938
|
+
);
|
|
939
|
+
--spectrum-actionbutton-l-emphasized-texticon-touch-hit-y: var(
|
|
940
|
+
--spectrum-global-dimension-static-size-50
|
|
941
|
+
);
|
|
942
|
+
--spectrum-actionbutton-l-emphasized-black-texticon-text-padding-top: var(
|
|
943
|
+
--spectrum-global-dimension-static-size-150
|
|
944
|
+
);
|
|
945
|
+
--spectrum-actionbutton-l-emphasized-black-texticon-icon-size: var(
|
|
946
|
+
--spectrum-global-dimension-static-size-300
|
|
947
|
+
);
|
|
948
|
+
--spectrum-actionbutton-l-emphasized-black-texticon-touch-hit-x: var(
|
|
949
|
+
--spectrum-global-dimension-static-size-50
|
|
950
|
+
);
|
|
951
|
+
--spectrum-actionbutton-l-emphasized-black-texticon-touch-hit-y: var(
|
|
952
|
+
--spectrum-global-dimension-static-size-50
|
|
953
|
+
);
|
|
954
|
+
--spectrum-actionbutton-l-emphasized-white-texticon-text-padding-top: var(
|
|
955
|
+
--spectrum-global-dimension-static-size-150
|
|
956
|
+
);
|
|
957
|
+
--spectrum-actionbutton-l-emphasized-white-texticon-icon-size: var(
|
|
958
|
+
--spectrum-global-dimension-static-size-300
|
|
959
|
+
);
|
|
960
|
+
--spectrum-actionbutton-l-emphasized-white-texticon-touch-hit-x: var(
|
|
961
|
+
--spectrum-global-dimension-static-size-50
|
|
962
|
+
);
|
|
963
|
+
--spectrum-actionbutton-l-emphasized-white-texticon-touch-hit-y: var(
|
|
964
|
+
--spectrum-global-dimension-static-size-50
|
|
965
|
+
);
|
|
966
|
+
--spectrum-actionbutton-l-texticon-text-padding-top: var(
|
|
967
|
+
--spectrum-global-dimension-static-size-150
|
|
968
|
+
);
|
|
969
|
+
--spectrum-actionbutton-l-texticon-icon-size: var(
|
|
970
|
+
--spectrum-global-dimension-static-size-300
|
|
971
|
+
);
|
|
972
|
+
--spectrum-actionbutton-l-texticon-touch-hit-x: var(
|
|
973
|
+
--spectrum-global-dimension-static-size-50
|
|
974
|
+
);
|
|
975
|
+
--spectrum-actionbutton-l-texticon-touch-hit-y: var(
|
|
976
|
+
--spectrum-global-dimension-static-size-50
|
|
977
|
+
);
|
|
978
|
+
--spectrum-actionbutton-l-black-texticon-text-padding-top: var(
|
|
979
|
+
--spectrum-global-dimension-static-size-150
|
|
980
|
+
);
|
|
981
|
+
--spectrum-actionbutton-l-black-texticon-icon-size: var(
|
|
982
|
+
--spectrum-global-dimension-static-size-300
|
|
983
|
+
);
|
|
984
|
+
--spectrum-actionbutton-l-black-texticon-touch-hit-x: var(
|
|
985
|
+
--spectrum-global-dimension-static-size-50
|
|
986
|
+
);
|
|
987
|
+
--spectrum-actionbutton-l-black-texticon-touch-hit-y: var(
|
|
988
|
+
--spectrum-global-dimension-static-size-50
|
|
989
|
+
);
|
|
990
|
+
--spectrum-actionbutton-l-white-texticon-text-padding-top: var(
|
|
991
|
+
--spectrum-global-dimension-static-size-150
|
|
992
|
+
);
|
|
993
|
+
--spectrum-actionbutton-l-white-texticon-icon-size: var(
|
|
994
|
+
--spectrum-global-dimension-static-size-300
|
|
995
|
+
);
|
|
996
|
+
--spectrum-actionbutton-l-white-texticon-touch-hit-x: var(
|
|
997
|
+
--spectrum-global-dimension-static-size-50
|
|
998
|
+
);
|
|
999
|
+
--spectrum-actionbutton-l-white-texticon-touch-hit-y: var(
|
|
1000
|
+
--spectrum-global-dimension-static-size-50
|
|
1001
|
+
);
|
|
1002
|
+
--spectrum-actionbutton-l-quiet-emphasized-textonly-text-padding-top: var(
|
|
1003
|
+
--spectrum-global-dimension-static-size-150
|
|
1004
|
+
);
|
|
1005
|
+
--spectrum-actionbutton-l-quiet-emphasized-textonly-icon-size: var(
|
|
1006
|
+
--spectrum-global-dimension-static-size-300
|
|
1007
|
+
);
|
|
1008
|
+
--spectrum-actionbutton-l-quiet-emphasized-textonly-touch-hit-x: var(
|
|
1009
|
+
--spectrum-global-dimension-static-size-50
|
|
1010
|
+
);
|
|
1011
|
+
--spectrum-actionbutton-l-quiet-emphasized-textonly-touch-hit-y: var(
|
|
1012
|
+
--spectrum-global-dimension-static-size-50
|
|
1013
|
+
);
|
|
1014
|
+
--spectrum-actionbutton-l-quiet-emphasized-black-textonly-text-padding-top: var(
|
|
1015
|
+
--spectrum-global-dimension-static-size-150
|
|
1016
|
+
);
|
|
1017
|
+
--spectrum-actionbutton-l-quiet-emphasized-black-textonly-icon-size: var(
|
|
1018
|
+
--spectrum-global-dimension-static-size-300
|
|
1019
|
+
);
|
|
1020
|
+
--spectrum-actionbutton-l-quiet-emphasized-black-textonly-touch-hit-x: var(
|
|
382
1021
|
--spectrum-global-dimension-static-size-50
|
|
383
1022
|
);
|
|
384
|
-
--spectrum-actionbutton-
|
|
1023
|
+
--spectrum-actionbutton-l-quiet-emphasized-black-textonly-touch-hit-y: var(
|
|
385
1024
|
--spectrum-global-dimension-static-size-50
|
|
386
1025
|
);
|
|
387
|
-
--spectrum-actionbutton-
|
|
1026
|
+
--spectrum-actionbutton-l-quiet-emphasized-white-textonly-text-padding-top: var(
|
|
1027
|
+
--spectrum-global-dimension-static-size-150
|
|
1028
|
+
);
|
|
1029
|
+
--spectrum-actionbutton-l-quiet-emphasized-white-textonly-icon-size: var(
|
|
1030
|
+
--spectrum-global-dimension-static-size-300
|
|
1031
|
+
);
|
|
1032
|
+
--spectrum-actionbutton-l-quiet-emphasized-white-textonly-touch-hit-x: var(
|
|
388
1033
|
--spectrum-global-dimension-static-size-50
|
|
389
1034
|
);
|
|
390
|
-
--spectrum-actionbutton-
|
|
1035
|
+
--spectrum-actionbutton-l-quiet-emphasized-white-textonly-touch-hit-y: var(
|
|
391
1036
|
--spectrum-global-dimension-static-size-50
|
|
392
1037
|
);
|
|
393
|
-
--spectrum-actionbutton-
|
|
1038
|
+
--spectrum-actionbutton-l-quiet-textonly-text-padding-top: var(
|
|
394
1039
|
--spectrum-global-dimension-static-size-150
|
|
395
1040
|
);
|
|
396
|
-
--spectrum-actionbutton-
|
|
1041
|
+
--spectrum-actionbutton-l-quiet-textonly-icon-size: var(
|
|
1042
|
+
--spectrum-global-dimension-static-size-300
|
|
1043
|
+
);
|
|
1044
|
+
--spectrum-actionbutton-l-quiet-textonly-touch-hit-x: var(
|
|
397
1045
|
--spectrum-global-dimension-static-size-50
|
|
398
1046
|
);
|
|
399
|
-
--spectrum-actionbutton-
|
|
1047
|
+
--spectrum-actionbutton-l-quiet-textonly-touch-hit-y: var(
|
|
400
1048
|
--spectrum-global-dimension-static-size-50
|
|
401
1049
|
);
|
|
402
|
-
--spectrum-actionbutton-
|
|
1050
|
+
--spectrum-actionbutton-l-quiet-black-textonly-text-padding-top: var(
|
|
403
1051
|
--spectrum-global-dimension-static-size-150
|
|
404
1052
|
);
|
|
405
|
-
--spectrum-actionbutton-
|
|
1053
|
+
--spectrum-actionbutton-l-quiet-black-textonly-icon-size: var(
|
|
1054
|
+
--spectrum-global-dimension-static-size-300
|
|
1055
|
+
);
|
|
1056
|
+
--spectrum-actionbutton-l-quiet-black-textonly-touch-hit-x: var(
|
|
406
1057
|
--spectrum-global-dimension-static-size-50
|
|
407
1058
|
);
|
|
408
|
-
--spectrum-actionbutton-
|
|
1059
|
+
--spectrum-actionbutton-l-quiet-black-textonly-touch-hit-y: var(
|
|
409
1060
|
--spectrum-global-dimension-static-size-50
|
|
410
1061
|
);
|
|
411
|
-
--spectrum-actionbutton-
|
|
1062
|
+
--spectrum-actionbutton-l-quiet-white-textonly-text-padding-top: var(
|
|
412
1063
|
--spectrum-global-dimension-static-size-150
|
|
413
1064
|
);
|
|
414
|
-
--spectrum-actionbutton-
|
|
1065
|
+
--spectrum-actionbutton-l-quiet-white-textonly-icon-size: var(
|
|
1066
|
+
--spectrum-global-dimension-static-size-300
|
|
1067
|
+
);
|
|
1068
|
+
--spectrum-actionbutton-l-quiet-white-textonly-touch-hit-x: var(
|
|
415
1069
|
--spectrum-global-dimension-static-size-50
|
|
416
1070
|
);
|
|
417
|
-
--spectrum-actionbutton-
|
|
1071
|
+
--spectrum-actionbutton-l-quiet-white-textonly-touch-hit-y: var(
|
|
418
1072
|
--spectrum-global-dimension-static-size-50
|
|
419
1073
|
);
|
|
420
|
-
--spectrum-actionbutton-
|
|
1074
|
+
--spectrum-actionbutton-l-emphasized-textonly-text-padding-top: var(
|
|
421
1075
|
--spectrum-global-dimension-static-size-150
|
|
422
1076
|
);
|
|
423
|
-
--spectrum-actionbutton-
|
|
424
|
-
--spectrum-global-dimension-static-size-
|
|
1077
|
+
--spectrum-actionbutton-l-emphasized-textonly-icon-size: var(
|
|
1078
|
+
--spectrum-global-dimension-static-size-300
|
|
425
1079
|
);
|
|
426
|
-
--spectrum-actionbutton-
|
|
1080
|
+
--spectrum-actionbutton-l-emphasized-textonly-touch-hit-x: var(
|
|
427
1081
|
--spectrum-global-dimension-static-size-50
|
|
428
1082
|
);
|
|
429
|
-
--spectrum-actionbutton-
|
|
1083
|
+
--spectrum-actionbutton-l-emphasized-textonly-touch-hit-y: var(
|
|
430
1084
|
--spectrum-global-dimension-static-size-50
|
|
431
1085
|
);
|
|
432
|
-
--spectrum-actionbutton-
|
|
433
|
-
--spectrum-global-dimension-static-size-
|
|
1086
|
+
--spectrum-actionbutton-l-emphasized-black-textonly-text-padding-top: var(
|
|
1087
|
+
--spectrum-global-dimension-static-size-150
|
|
434
1088
|
);
|
|
435
|
-
--spectrum-actionbutton-
|
|
436
|
-
--spectrum-global-dimension-static-size-
|
|
1089
|
+
--spectrum-actionbutton-l-emphasized-black-textonly-icon-size: var(
|
|
1090
|
+
--spectrum-global-dimension-static-size-300
|
|
437
1091
|
);
|
|
438
|
-
--spectrum-actionbutton-
|
|
1092
|
+
--spectrum-actionbutton-l-emphasized-black-textonly-touch-hit-x: var(
|
|
439
1093
|
--spectrum-global-dimension-static-size-50
|
|
440
1094
|
);
|
|
441
|
-
--spectrum-actionbutton-
|
|
1095
|
+
--spectrum-actionbutton-l-emphasized-black-textonly-touch-hit-y: var(
|
|
442
1096
|
--spectrum-global-dimension-static-size-50
|
|
443
1097
|
);
|
|
444
|
-
--spectrum-actionbutton-
|
|
445
|
-
--spectrum-global-dimension-static-size-
|
|
1098
|
+
--spectrum-actionbutton-l-emphasized-white-textonly-text-padding-top: var(
|
|
1099
|
+
--spectrum-global-dimension-static-size-150
|
|
446
1100
|
);
|
|
447
|
-
--spectrum-actionbutton-
|
|
1101
|
+
--spectrum-actionbutton-l-emphasized-white-textonly-icon-size: var(
|
|
1102
|
+
--spectrum-global-dimension-static-size-300
|
|
1103
|
+
);
|
|
1104
|
+
--spectrum-actionbutton-l-emphasized-white-textonly-touch-hit-x: var(
|
|
448
1105
|
--spectrum-global-dimension-static-size-50
|
|
449
1106
|
);
|
|
450
|
-
--spectrum-actionbutton-
|
|
1107
|
+
--spectrum-actionbutton-l-emphasized-white-textonly-touch-hit-y: var(
|
|
451
1108
|
--spectrum-global-dimension-static-size-50
|
|
452
1109
|
);
|
|
453
|
-
--spectrum-actionbutton-
|
|
1110
|
+
--spectrum-actionbutton-l-textonly-text-padding-top: var(
|
|
1111
|
+
--spectrum-global-dimension-static-size-150
|
|
1112
|
+
);
|
|
1113
|
+
--spectrum-actionbutton-l-textonly-icon-size: var(
|
|
1114
|
+
--spectrum-global-dimension-static-size-300
|
|
1115
|
+
);
|
|
1116
|
+
--spectrum-actionbutton-l-textonly-touch-hit-x: var(
|
|
454
1117
|
--spectrum-global-dimension-static-size-50
|
|
455
1118
|
);
|
|
456
|
-
--spectrum-actionbutton-
|
|
1119
|
+
--spectrum-actionbutton-l-textonly-touch-hit-y: var(
|
|
457
1120
|
--spectrum-global-dimension-static-size-50
|
|
458
1121
|
);
|
|
459
|
-
--spectrum-actionbutton-
|
|
1122
|
+
--spectrum-actionbutton-l-black-textonly-text-padding-top: var(
|
|
1123
|
+
--spectrum-global-dimension-static-size-150
|
|
1124
|
+
);
|
|
1125
|
+
--spectrum-actionbutton-l-black-textonly-icon-size: var(
|
|
1126
|
+
--spectrum-global-dimension-static-size-300
|
|
1127
|
+
);
|
|
1128
|
+
--spectrum-actionbutton-l-black-textonly-touch-hit-x: var(
|
|
460
1129
|
--spectrum-global-dimension-static-size-50
|
|
461
1130
|
);
|
|
462
|
-
--spectrum-actionbutton-
|
|
1131
|
+
--spectrum-actionbutton-l-black-textonly-touch-hit-y: var(
|
|
463
1132
|
--spectrum-global-dimension-static-size-50
|
|
464
1133
|
);
|
|
465
|
-
--spectrum-actionbutton-
|
|
1134
|
+
--spectrum-actionbutton-l-white-textonly-text-padding-top: var(
|
|
1135
|
+
--spectrum-global-dimension-static-size-150
|
|
1136
|
+
);
|
|
1137
|
+
--spectrum-actionbutton-l-white-textonly-icon-size: var(
|
|
1138
|
+
--spectrum-global-dimension-static-size-300
|
|
1139
|
+
);
|
|
1140
|
+
--spectrum-actionbutton-l-white-textonly-touch-hit-x: var(
|
|
466
1141
|
--spectrum-global-dimension-static-size-50
|
|
467
1142
|
);
|
|
468
|
-
--spectrum-actionbutton-
|
|
1143
|
+
--spectrum-actionbutton-l-white-textonly-touch-hit-y: var(
|
|
469
1144
|
--spectrum-global-dimension-static-size-50
|
|
470
1145
|
);
|
|
471
|
-
--spectrum-actionbutton-l-quiet-emphasized-
|
|
1146
|
+
--spectrum-actionbutton-l-quiet-emphasized-icononly-text-padding-top: var(
|
|
472
1147
|
--spectrum-global-dimension-static-size-150
|
|
473
1148
|
);
|
|
474
|
-
--spectrum-actionbutton-l-quiet-emphasized-
|
|
1149
|
+
--spectrum-actionbutton-l-quiet-emphasized-icononly-icon-size: var(
|
|
475
1150
|
--spectrum-global-dimension-static-size-300
|
|
476
1151
|
);
|
|
477
|
-
--spectrum-actionbutton-l-quiet-emphasized-
|
|
1152
|
+
--spectrum-actionbutton-l-quiet-emphasized-icononly-touch-hit-x: var(
|
|
478
1153
|
--spectrum-global-dimension-static-size-50
|
|
479
1154
|
);
|
|
480
|
-
--spectrum-actionbutton-l-quiet-emphasized-
|
|
1155
|
+
--spectrum-actionbutton-l-quiet-emphasized-icononly-touch-hit-y: var(
|
|
481
1156
|
--spectrum-global-dimension-static-size-50
|
|
482
1157
|
);
|
|
483
|
-
--spectrum-actionbutton-l-quiet-
|
|
1158
|
+
--spectrum-actionbutton-l-quiet-emphasized-black-icononly-text-padding-top: var(
|
|
484
1159
|
--spectrum-global-dimension-static-size-150
|
|
485
1160
|
);
|
|
486
|
-
--spectrum-actionbutton-l-quiet-
|
|
1161
|
+
--spectrum-actionbutton-l-quiet-emphasized-black-icononly-icon-size: var(
|
|
487
1162
|
--spectrum-global-dimension-static-size-300
|
|
488
1163
|
);
|
|
489
|
-
--spectrum-actionbutton-l-quiet-
|
|
1164
|
+
--spectrum-actionbutton-l-quiet-emphasized-black-icononly-touch-hit-x: var(
|
|
490
1165
|
--spectrum-global-dimension-static-size-50
|
|
491
1166
|
);
|
|
492
|
-
--spectrum-actionbutton-l-quiet-
|
|
1167
|
+
--spectrum-actionbutton-l-quiet-emphasized-black-icononly-touch-hit-y: var(
|
|
493
1168
|
--spectrum-global-dimension-static-size-50
|
|
494
1169
|
);
|
|
495
|
-
--spectrum-actionbutton-l-emphasized-
|
|
1170
|
+
--spectrum-actionbutton-l-quiet-emphasized-white-icononly-text-padding-top: var(
|
|
496
1171
|
--spectrum-global-dimension-static-size-150
|
|
497
1172
|
);
|
|
498
|
-
--spectrum-actionbutton-l-emphasized-
|
|
1173
|
+
--spectrum-actionbutton-l-quiet-emphasized-white-icononly-icon-size: var(
|
|
499
1174
|
--spectrum-global-dimension-static-size-300
|
|
500
1175
|
);
|
|
501
|
-
--spectrum-actionbutton-l-emphasized-
|
|
1176
|
+
--spectrum-actionbutton-l-quiet-emphasized-white-icononly-touch-hit-x: var(
|
|
502
1177
|
--spectrum-global-dimension-static-size-50
|
|
503
1178
|
);
|
|
504
|
-
--spectrum-actionbutton-l-emphasized-
|
|
1179
|
+
--spectrum-actionbutton-l-quiet-emphasized-white-icononly-touch-hit-y: var(
|
|
505
1180
|
--spectrum-global-dimension-static-size-50
|
|
506
1181
|
);
|
|
507
|
-
--spectrum-actionbutton-l-
|
|
1182
|
+
--spectrum-actionbutton-l-quiet-icononly-text-padding-top: var(
|
|
508
1183
|
--spectrum-global-dimension-static-size-150
|
|
509
1184
|
);
|
|
510
|
-
--spectrum-actionbutton-l-
|
|
1185
|
+
--spectrum-actionbutton-l-quiet-icononly-icon-size: var(
|
|
511
1186
|
--spectrum-global-dimension-static-size-300
|
|
512
1187
|
);
|
|
513
|
-
--spectrum-actionbutton-l-
|
|
1188
|
+
--spectrum-actionbutton-l-quiet-icononly-touch-hit-x: var(
|
|
514
1189
|
--spectrum-global-dimension-static-size-50
|
|
515
1190
|
);
|
|
516
|
-
--spectrum-actionbutton-l-
|
|
1191
|
+
--spectrum-actionbutton-l-quiet-icononly-touch-hit-y: var(
|
|
517
1192
|
--spectrum-global-dimension-static-size-50
|
|
518
1193
|
);
|
|
519
|
-
--spectrum-actionbutton-l-quiet-
|
|
1194
|
+
--spectrum-actionbutton-l-quiet-black-icononly-text-padding-top: var(
|
|
520
1195
|
--spectrum-global-dimension-static-size-150
|
|
521
1196
|
);
|
|
522
|
-
--spectrum-actionbutton-l-quiet-
|
|
1197
|
+
--spectrum-actionbutton-l-quiet-black-icononly-icon-size: var(
|
|
523
1198
|
--spectrum-global-dimension-static-size-300
|
|
524
1199
|
);
|
|
525
|
-
--spectrum-actionbutton-l-quiet-
|
|
1200
|
+
--spectrum-actionbutton-l-quiet-black-icononly-touch-hit-x: var(
|
|
526
1201
|
--spectrum-global-dimension-static-size-50
|
|
527
1202
|
);
|
|
528
|
-
--spectrum-actionbutton-l-quiet-
|
|
1203
|
+
--spectrum-actionbutton-l-quiet-black-icononly-touch-hit-y: var(
|
|
529
1204
|
--spectrum-global-dimension-static-size-50
|
|
530
1205
|
);
|
|
531
|
-
--spectrum-actionbutton-l-quiet-
|
|
1206
|
+
--spectrum-actionbutton-l-quiet-white-icononly-text-padding-top: var(
|
|
532
1207
|
--spectrum-global-dimension-static-size-150
|
|
533
1208
|
);
|
|
534
|
-
--spectrum-actionbutton-l-quiet-
|
|
1209
|
+
--spectrum-actionbutton-l-quiet-white-icononly-icon-size: var(
|
|
535
1210
|
--spectrum-global-dimension-static-size-300
|
|
536
1211
|
);
|
|
537
|
-
--spectrum-actionbutton-l-quiet-
|
|
1212
|
+
--spectrum-actionbutton-l-quiet-white-icononly-touch-hit-x: var(
|
|
538
1213
|
--spectrum-global-dimension-static-size-50
|
|
539
1214
|
);
|
|
540
|
-
--spectrum-actionbutton-l-quiet-
|
|
1215
|
+
--spectrum-actionbutton-l-quiet-white-icononly-touch-hit-y: var(
|
|
541
1216
|
--spectrum-global-dimension-static-size-50
|
|
542
1217
|
);
|
|
543
|
-
--spectrum-actionbutton-l-emphasized-
|
|
1218
|
+
--spectrum-actionbutton-l-emphasized-icononly-text-padding-top: var(
|
|
544
1219
|
--spectrum-global-dimension-static-size-150
|
|
545
1220
|
);
|
|
546
|
-
--spectrum-actionbutton-l-emphasized-
|
|
1221
|
+
--spectrum-actionbutton-l-emphasized-icononly-icon-size: var(
|
|
547
1222
|
--spectrum-global-dimension-static-size-300
|
|
548
1223
|
);
|
|
549
|
-
--spectrum-actionbutton-l-emphasized-
|
|
1224
|
+
--spectrum-actionbutton-l-emphasized-icononly-touch-hit-x: var(
|
|
550
1225
|
--spectrum-global-dimension-static-size-50
|
|
551
1226
|
);
|
|
552
|
-
--spectrum-actionbutton-l-emphasized-
|
|
1227
|
+
--spectrum-actionbutton-l-emphasized-icononly-touch-hit-y: var(
|
|
553
1228
|
--spectrum-global-dimension-static-size-50
|
|
554
1229
|
);
|
|
555
|
-
--spectrum-actionbutton-l-
|
|
1230
|
+
--spectrum-actionbutton-l-emphasized-black-icononly-text-padding-top: var(
|
|
556
1231
|
--spectrum-global-dimension-static-size-150
|
|
557
1232
|
);
|
|
558
|
-
--spectrum-actionbutton-l-
|
|
1233
|
+
--spectrum-actionbutton-l-emphasized-black-icononly-icon-size: var(
|
|
559
1234
|
--spectrum-global-dimension-static-size-300
|
|
560
1235
|
);
|
|
561
|
-
--spectrum-actionbutton-l-
|
|
1236
|
+
--spectrum-actionbutton-l-emphasized-black-icononly-touch-hit-x: var(
|
|
562
1237
|
--spectrum-global-dimension-static-size-50
|
|
563
1238
|
);
|
|
564
|
-
--spectrum-actionbutton-l-
|
|
1239
|
+
--spectrum-actionbutton-l-emphasized-black-icononly-touch-hit-y: var(
|
|
565
1240
|
--spectrum-global-dimension-static-size-50
|
|
566
1241
|
);
|
|
567
|
-
--spectrum-actionbutton-l-
|
|
1242
|
+
--spectrum-actionbutton-l-emphasized-white-icononly-text-padding-top: var(
|
|
568
1243
|
--spectrum-global-dimension-static-size-150
|
|
569
1244
|
);
|
|
570
|
-
--spectrum-actionbutton-l-
|
|
1245
|
+
--spectrum-actionbutton-l-emphasized-white-icononly-icon-size: var(
|
|
571
1246
|
--spectrum-global-dimension-static-size-300
|
|
572
1247
|
);
|
|
573
|
-
--spectrum-actionbutton-l-
|
|
1248
|
+
--spectrum-actionbutton-l-emphasized-white-icononly-touch-hit-x: var(
|
|
574
1249
|
--spectrum-global-dimension-static-size-50
|
|
575
1250
|
);
|
|
576
|
-
--spectrum-actionbutton-l-
|
|
1251
|
+
--spectrum-actionbutton-l-emphasized-white-icononly-touch-hit-y: var(
|
|
577
1252
|
--spectrum-global-dimension-static-size-50
|
|
578
1253
|
);
|
|
579
|
-
--spectrum-actionbutton-l-
|
|
1254
|
+
--spectrum-actionbutton-l-icononly-text-padding-top: var(
|
|
580
1255
|
--spectrum-global-dimension-static-size-150
|
|
581
1256
|
);
|
|
582
|
-
--spectrum-actionbutton-l-
|
|
1257
|
+
--spectrum-actionbutton-l-icononly-icon-size: var(
|
|
583
1258
|
--spectrum-global-dimension-static-size-300
|
|
584
1259
|
);
|
|
585
|
-
--spectrum-actionbutton-l-
|
|
1260
|
+
--spectrum-actionbutton-l-icononly-touch-hit-x: var(
|
|
586
1261
|
--spectrum-global-dimension-static-size-50
|
|
587
1262
|
);
|
|
588
|
-
--spectrum-actionbutton-l-
|
|
1263
|
+
--spectrum-actionbutton-l-icononly-touch-hit-y: var(
|
|
589
1264
|
--spectrum-global-dimension-static-size-50
|
|
590
1265
|
);
|
|
591
|
-
--spectrum-actionbutton-l-
|
|
1266
|
+
--spectrum-actionbutton-l-black-icononly-text-padding-top: var(
|
|
592
1267
|
--spectrum-global-dimension-static-size-150
|
|
593
1268
|
);
|
|
594
|
-
--spectrum-actionbutton-l-
|
|
1269
|
+
--spectrum-actionbutton-l-black-icononly-icon-size: var(
|
|
595
1270
|
--spectrum-global-dimension-static-size-300
|
|
596
1271
|
);
|
|
597
|
-
--spectrum-actionbutton-l-
|
|
1272
|
+
--spectrum-actionbutton-l-black-icononly-touch-hit-x: var(
|
|
598
1273
|
--spectrum-global-dimension-static-size-50
|
|
599
1274
|
);
|
|
600
|
-
--spectrum-actionbutton-l-
|
|
1275
|
+
--spectrum-actionbutton-l-black-icononly-touch-hit-y: var(
|
|
601
1276
|
--spectrum-global-dimension-static-size-50
|
|
602
1277
|
);
|
|
603
|
-
--spectrum-actionbutton-l-icononly-text-padding-top: var(
|
|
1278
|
+
--spectrum-actionbutton-l-white-icononly-text-padding-top: var(
|
|
604
1279
|
--spectrum-global-dimension-static-size-150
|
|
605
1280
|
);
|
|
606
|
-
--spectrum-actionbutton-l-icononly-icon-size: var(
|
|
1281
|
+
--spectrum-actionbutton-l-white-icononly-icon-size: var(
|
|
607
1282
|
--spectrum-global-dimension-static-size-300
|
|
608
1283
|
);
|
|
609
|
-
--spectrum-actionbutton-l-icononly-touch-hit-x: var(
|
|
1284
|
+
--spectrum-actionbutton-l-white-icononly-touch-hit-x: var(
|
|
610
1285
|
--spectrum-global-dimension-static-size-50
|
|
611
1286
|
);
|
|
612
|
-
--spectrum-actionbutton-l-icononly-touch-hit-y: var(
|
|
1287
|
+
--spectrum-actionbutton-l-white-icononly-touch-hit-y: var(
|
|
613
1288
|
--spectrum-global-dimension-static-size-50
|
|
614
1289
|
);
|
|
615
1290
|
--spectrum-actionbutton-xl-quiet-emphasized-texticon-touch-hit-x: var(
|
|
@@ -618,72 +1293,216 @@ governing permissions and limitations under the License.
|
|
|
618
1293
|
--spectrum-actionbutton-xl-quiet-emphasized-texticon-touch-hit-y: var(
|
|
619
1294
|
--spectrum-global-dimension-static-size-50
|
|
620
1295
|
);
|
|
1296
|
+
--spectrum-actionbutton-xl-quiet-emphasized-black-texticon-touch-hit-x: var(
|
|
1297
|
+
--spectrum-global-dimension-static-size-50
|
|
1298
|
+
);
|
|
1299
|
+
--spectrum-actionbutton-xl-quiet-emphasized-black-texticon-touch-hit-y: var(
|
|
1300
|
+
--spectrum-global-dimension-static-size-50
|
|
1301
|
+
);
|
|
1302
|
+
--spectrum-actionbutton-xl-quiet-emphasized-white-texticon-touch-hit-x: var(
|
|
1303
|
+
--spectrum-global-dimension-static-size-50
|
|
1304
|
+
);
|
|
1305
|
+
--spectrum-actionbutton-xl-quiet-emphasized-white-texticon-touch-hit-y: var(
|
|
1306
|
+
--spectrum-global-dimension-static-size-50
|
|
1307
|
+
);
|
|
621
1308
|
--spectrum-actionbutton-xl-quiet-texticon-touch-hit-x: var(
|
|
622
1309
|
--spectrum-global-dimension-static-size-50
|
|
623
1310
|
);
|
|
624
1311
|
--spectrum-actionbutton-xl-quiet-texticon-touch-hit-y: var(
|
|
625
1312
|
--spectrum-global-dimension-static-size-50
|
|
626
1313
|
);
|
|
1314
|
+
--spectrum-actionbutton-xl-quiet-black-texticon-touch-hit-x: var(
|
|
1315
|
+
--spectrum-global-dimension-static-size-50
|
|
1316
|
+
);
|
|
1317
|
+
--spectrum-actionbutton-xl-quiet-black-texticon-touch-hit-y: var(
|
|
1318
|
+
--spectrum-global-dimension-static-size-50
|
|
1319
|
+
);
|
|
1320
|
+
--spectrum-actionbutton-xl-quiet-white-texticon-touch-hit-x: var(
|
|
1321
|
+
--spectrum-global-dimension-static-size-50
|
|
1322
|
+
);
|
|
1323
|
+
--spectrum-actionbutton-xl-quiet-white-texticon-touch-hit-y: var(
|
|
1324
|
+
--spectrum-global-dimension-static-size-50
|
|
1325
|
+
);
|
|
627
1326
|
--spectrum-actionbutton-xl-emphasized-texticon-touch-hit-x: var(
|
|
628
1327
|
--spectrum-global-dimension-static-size-50
|
|
629
1328
|
);
|
|
630
1329
|
--spectrum-actionbutton-xl-emphasized-texticon-touch-hit-y: var(
|
|
631
1330
|
--spectrum-global-dimension-static-size-50
|
|
632
1331
|
);
|
|
1332
|
+
--spectrum-actionbutton-xl-emphasized-black-texticon-touch-hit-x: var(
|
|
1333
|
+
--spectrum-global-dimension-static-size-50
|
|
1334
|
+
);
|
|
1335
|
+
--spectrum-actionbutton-xl-emphasized-black-texticon-touch-hit-y: var(
|
|
1336
|
+
--spectrum-global-dimension-static-size-50
|
|
1337
|
+
);
|
|
1338
|
+
--spectrum-actionbutton-xl-emphasized-white-texticon-touch-hit-x: var(
|
|
1339
|
+
--spectrum-global-dimension-static-size-50
|
|
1340
|
+
);
|
|
1341
|
+
--spectrum-actionbutton-xl-emphasized-white-texticon-touch-hit-y: var(
|
|
1342
|
+
--spectrum-global-dimension-static-size-50
|
|
1343
|
+
);
|
|
633
1344
|
--spectrum-actionbutton-xl-texticon-touch-hit-x: var(
|
|
634
1345
|
--spectrum-global-dimension-static-size-50
|
|
635
1346
|
);
|
|
636
1347
|
--spectrum-actionbutton-xl-texticon-touch-hit-y: var(
|
|
637
1348
|
--spectrum-global-dimension-static-size-50
|
|
638
1349
|
);
|
|
1350
|
+
--spectrum-actionbutton-xl-black-texticon-touch-hit-x: var(
|
|
1351
|
+
--spectrum-global-dimension-static-size-50
|
|
1352
|
+
);
|
|
1353
|
+
--spectrum-actionbutton-xl-black-texticon-touch-hit-y: var(
|
|
1354
|
+
--spectrum-global-dimension-static-size-50
|
|
1355
|
+
);
|
|
1356
|
+
--spectrum-actionbutton-xl-white-texticon-touch-hit-x: var(
|
|
1357
|
+
--spectrum-global-dimension-static-size-50
|
|
1358
|
+
);
|
|
1359
|
+
--spectrum-actionbutton-xl-white-texticon-touch-hit-y: var(
|
|
1360
|
+
--spectrum-global-dimension-static-size-50
|
|
1361
|
+
);
|
|
639
1362
|
--spectrum-actionbutton-xl-quiet-emphasized-textonly-touch-hit-x: var(
|
|
640
1363
|
--spectrum-global-dimension-static-size-50
|
|
641
1364
|
);
|
|
642
1365
|
--spectrum-actionbutton-xl-quiet-emphasized-textonly-touch-hit-y: var(
|
|
643
1366
|
--spectrum-global-dimension-static-size-50
|
|
644
1367
|
);
|
|
1368
|
+
--spectrum-actionbutton-xl-quiet-emphasized-black-textonly-touch-hit-x: var(
|
|
1369
|
+
--spectrum-global-dimension-static-size-50
|
|
1370
|
+
);
|
|
1371
|
+
--spectrum-actionbutton-xl-quiet-emphasized-black-textonly-touch-hit-y: var(
|
|
1372
|
+
--spectrum-global-dimension-static-size-50
|
|
1373
|
+
);
|
|
1374
|
+
--spectrum-actionbutton-xl-quiet-emphasized-white-textonly-touch-hit-x: var(
|
|
1375
|
+
--spectrum-global-dimension-static-size-50
|
|
1376
|
+
);
|
|
1377
|
+
--spectrum-actionbutton-xl-quiet-emphasized-white-textonly-touch-hit-y: var(
|
|
1378
|
+
--spectrum-global-dimension-static-size-50
|
|
1379
|
+
);
|
|
645
1380
|
--spectrum-actionbutton-xl-quiet-textonly-touch-hit-x: var(
|
|
646
1381
|
--spectrum-global-dimension-static-size-50
|
|
647
1382
|
);
|
|
648
1383
|
--spectrum-actionbutton-xl-quiet-textonly-touch-hit-y: var(
|
|
649
1384
|
--spectrum-global-dimension-static-size-50
|
|
650
1385
|
);
|
|
1386
|
+
--spectrum-actionbutton-xl-quiet-black-textonly-touch-hit-x: var(
|
|
1387
|
+
--spectrum-global-dimension-static-size-50
|
|
1388
|
+
);
|
|
1389
|
+
--spectrum-actionbutton-xl-quiet-black-textonly-touch-hit-y: var(
|
|
1390
|
+
--spectrum-global-dimension-static-size-50
|
|
1391
|
+
);
|
|
1392
|
+
--spectrum-actionbutton-xl-quiet-white-textonly-touch-hit-x: var(
|
|
1393
|
+
--spectrum-global-dimension-static-size-50
|
|
1394
|
+
);
|
|
1395
|
+
--spectrum-actionbutton-xl-quiet-white-textonly-touch-hit-y: var(
|
|
1396
|
+
--spectrum-global-dimension-static-size-50
|
|
1397
|
+
);
|
|
651
1398
|
--spectrum-actionbutton-xl-emphasized-textonly-touch-hit-x: var(
|
|
652
1399
|
--spectrum-global-dimension-static-size-50
|
|
653
1400
|
);
|
|
654
1401
|
--spectrum-actionbutton-xl-emphasized-textonly-touch-hit-y: var(
|
|
655
1402
|
--spectrum-global-dimension-static-size-50
|
|
656
1403
|
);
|
|
1404
|
+
--spectrum-actionbutton-xl-emphasized-black-textonly-touch-hit-x: var(
|
|
1405
|
+
--spectrum-global-dimension-static-size-50
|
|
1406
|
+
);
|
|
1407
|
+
--spectrum-actionbutton-xl-emphasized-black-textonly-touch-hit-y: var(
|
|
1408
|
+
--spectrum-global-dimension-static-size-50
|
|
1409
|
+
);
|
|
1410
|
+
--spectrum-actionbutton-xl-emphasized-white-textonly-touch-hit-x: var(
|
|
1411
|
+
--spectrum-global-dimension-static-size-50
|
|
1412
|
+
);
|
|
1413
|
+
--spectrum-actionbutton-xl-emphasized-white-textonly-touch-hit-y: var(
|
|
1414
|
+
--spectrum-global-dimension-static-size-50
|
|
1415
|
+
);
|
|
657
1416
|
--spectrum-actionbutton-xl-textonly-touch-hit-x: var(
|
|
658
1417
|
--spectrum-global-dimension-static-size-50
|
|
659
1418
|
);
|
|
660
1419
|
--spectrum-actionbutton-xl-textonly-touch-hit-y: var(
|
|
661
1420
|
--spectrum-global-dimension-static-size-50
|
|
662
1421
|
);
|
|
1422
|
+
--spectrum-actionbutton-xl-black-textonly-touch-hit-x: var(
|
|
1423
|
+
--spectrum-global-dimension-static-size-50
|
|
1424
|
+
);
|
|
1425
|
+
--spectrum-actionbutton-xl-black-textonly-touch-hit-y: var(
|
|
1426
|
+
--spectrum-global-dimension-static-size-50
|
|
1427
|
+
);
|
|
1428
|
+
--spectrum-actionbutton-xl-white-textonly-touch-hit-x: var(
|
|
1429
|
+
--spectrum-global-dimension-static-size-50
|
|
1430
|
+
);
|
|
1431
|
+
--spectrum-actionbutton-xl-white-textonly-touch-hit-y: var(
|
|
1432
|
+
--spectrum-global-dimension-static-size-50
|
|
1433
|
+
);
|
|
663
1434
|
--spectrum-actionbutton-xl-quiet-emphasized-icononly-touch-hit-x: var(
|
|
664
1435
|
--spectrum-global-dimension-static-size-50
|
|
665
1436
|
);
|
|
666
1437
|
--spectrum-actionbutton-xl-quiet-emphasized-icononly-touch-hit-y: var(
|
|
667
1438
|
--spectrum-global-dimension-static-size-50
|
|
668
1439
|
);
|
|
1440
|
+
--spectrum-actionbutton-xl-quiet-emphasized-black-icononly-touch-hit-x: var(
|
|
1441
|
+
--spectrum-global-dimension-static-size-50
|
|
1442
|
+
);
|
|
1443
|
+
--spectrum-actionbutton-xl-quiet-emphasized-black-icononly-touch-hit-y: var(
|
|
1444
|
+
--spectrum-global-dimension-static-size-50
|
|
1445
|
+
);
|
|
1446
|
+
--spectrum-actionbutton-xl-quiet-emphasized-white-icononly-touch-hit-x: var(
|
|
1447
|
+
--spectrum-global-dimension-static-size-50
|
|
1448
|
+
);
|
|
1449
|
+
--spectrum-actionbutton-xl-quiet-emphasized-white-icononly-touch-hit-y: var(
|
|
1450
|
+
--spectrum-global-dimension-static-size-50
|
|
1451
|
+
);
|
|
669
1452
|
--spectrum-actionbutton-xl-quiet-icononly-touch-hit-x: var(
|
|
670
1453
|
--spectrum-global-dimension-static-size-50
|
|
671
1454
|
);
|
|
672
1455
|
--spectrum-actionbutton-xl-quiet-icononly-touch-hit-y: var(
|
|
673
1456
|
--spectrum-global-dimension-static-size-50
|
|
674
1457
|
);
|
|
1458
|
+
--spectrum-actionbutton-xl-quiet-black-icononly-touch-hit-x: var(
|
|
1459
|
+
--spectrum-global-dimension-static-size-50
|
|
1460
|
+
);
|
|
1461
|
+
--spectrum-actionbutton-xl-quiet-black-icononly-touch-hit-y: var(
|
|
1462
|
+
--spectrum-global-dimension-static-size-50
|
|
1463
|
+
);
|
|
1464
|
+
--spectrum-actionbutton-xl-quiet-white-icononly-touch-hit-x: var(
|
|
1465
|
+
--spectrum-global-dimension-static-size-50
|
|
1466
|
+
);
|
|
1467
|
+
--spectrum-actionbutton-xl-quiet-white-icononly-touch-hit-y: var(
|
|
1468
|
+
--spectrum-global-dimension-static-size-50
|
|
1469
|
+
);
|
|
675
1470
|
--spectrum-actionbutton-xl-emphasized-icononly-touch-hit-x: var(
|
|
676
1471
|
--spectrum-global-dimension-static-size-50
|
|
677
1472
|
);
|
|
678
1473
|
--spectrum-actionbutton-xl-emphasized-icononly-touch-hit-y: var(
|
|
679
1474
|
--spectrum-global-dimension-static-size-50
|
|
680
1475
|
);
|
|
1476
|
+
--spectrum-actionbutton-xl-emphasized-black-icononly-touch-hit-x: var(
|
|
1477
|
+
--spectrum-global-dimension-static-size-50
|
|
1478
|
+
);
|
|
1479
|
+
--spectrum-actionbutton-xl-emphasized-black-icononly-touch-hit-y: var(
|
|
1480
|
+
--spectrum-global-dimension-static-size-50
|
|
1481
|
+
);
|
|
1482
|
+
--spectrum-actionbutton-xl-emphasized-white-icononly-touch-hit-x: var(
|
|
1483
|
+
--spectrum-global-dimension-static-size-50
|
|
1484
|
+
);
|
|
1485
|
+
--spectrum-actionbutton-xl-emphasized-white-icononly-touch-hit-y: var(
|
|
1486
|
+
--spectrum-global-dimension-static-size-50
|
|
1487
|
+
);
|
|
681
1488
|
--spectrum-actionbutton-xl-icononly-touch-hit-x: var(
|
|
682
1489
|
--spectrum-global-dimension-static-size-50
|
|
683
1490
|
);
|
|
684
1491
|
--spectrum-actionbutton-xl-icononly-touch-hit-y: var(
|
|
685
1492
|
--spectrum-global-dimension-static-size-50
|
|
686
1493
|
);
|
|
1494
|
+
--spectrum-actionbutton-xl-black-icononly-touch-hit-x: var(
|
|
1495
|
+
--spectrum-global-dimension-static-size-50
|
|
1496
|
+
);
|
|
1497
|
+
--spectrum-actionbutton-xl-black-icononly-touch-hit-y: var(
|
|
1498
|
+
--spectrum-global-dimension-static-size-50
|
|
1499
|
+
);
|
|
1500
|
+
--spectrum-actionbutton-xl-white-icononly-touch-hit-x: var(
|
|
1501
|
+
--spectrum-global-dimension-static-size-50
|
|
1502
|
+
);
|
|
1503
|
+
--spectrum-actionbutton-xl-white-icononly-touch-hit-y: var(
|
|
1504
|
+
--spectrum-global-dimension-static-size-50
|
|
1505
|
+
);
|
|
687
1506
|
--spectrum-badge-s-fuchsia-texticon-text-padding-bottom: var(
|
|
688
1507
|
--spectrum-global-dimension-static-size-85
|
|
689
1508
|
);
|
|
@@ -2156,30 +2975,6 @@ governing permissions and limitations under the License.
|
|
|
2156
2975
|
--spectrum-checkbox-xl-touch-hit-y: var(
|
|
2157
2976
|
--spectrum-global-dimension-static-size-50
|
|
2158
2977
|
);
|
|
2159
|
-
--spectrum-clearbutton-s-overbackground-touch-hit-x: var(
|
|
2160
|
-
--spectrum-global-dimension-static-size-50
|
|
2161
|
-
);
|
|
2162
|
-
--spectrum-clearbutton-s-overbackground-touch-hit-y: var(
|
|
2163
|
-
--spectrum-global-dimension-static-size-50
|
|
2164
|
-
);
|
|
2165
|
-
--spectrum-clearbutton-s-touch-hit-x: var(
|
|
2166
|
-
--spectrum-global-dimension-static-size-50
|
|
2167
|
-
);
|
|
2168
|
-
--spectrum-clearbutton-s-touch-hit-y: var(
|
|
2169
|
-
--spectrum-global-dimension-static-size-50
|
|
2170
|
-
);
|
|
2171
|
-
--spectrum-clearbutton-m-overbackground-touch-hit-x: var(
|
|
2172
|
-
--spectrum-global-dimension-static-size-50
|
|
2173
|
-
);
|
|
2174
|
-
--spectrum-clearbutton-m-overbackground-touch-hit-y: var(
|
|
2175
|
-
--spectrum-global-dimension-static-size-50
|
|
2176
|
-
);
|
|
2177
|
-
--spectrum-clearbutton-m-touch-hit-x: var(
|
|
2178
|
-
--spectrum-global-dimension-static-size-50
|
|
2179
|
-
);
|
|
2180
|
-
--spectrum-clearbutton-m-touch-hit-y: var(
|
|
2181
|
-
--spectrum-global-dimension-static-size-50
|
|
2182
|
-
);
|
|
2183
2978
|
--spectrum-colorloupe-colorhandle-gap: var(
|
|
2184
2979
|
--spectrum-global-dimension-static-size-100
|
|
2185
2980
|
);
|
|
@@ -2204,23 +2999,32 @@ governing permissions and limitations under the License.
|
|
|
2204
2999
|
--spectrum-colorwheel-min-width: var(
|
|
2205
3000
|
--spectrum-global-dimension-static-size-2600
|
|
2206
3001
|
);
|
|
2207
|
-
--spectrum-colorwheel-min-height: var(
|
|
2208
|
-
--spectrum-global-dimension-static-size-2600
|
|
3002
|
+
--spectrum-colorwheel-min-height: var(
|
|
3003
|
+
--spectrum-global-dimension-static-size-2600
|
|
3004
|
+
);
|
|
3005
|
+
--spectrum-combobox-s-quiet-placeholder-padding-bottom: var(
|
|
3006
|
+
--spectrum-global-dimension-static-size-85
|
|
3007
|
+
);
|
|
3008
|
+
--spectrum-combobox-s-quiet-text-padding-bottom: var(
|
|
3009
|
+
--spectrum-global-dimension-static-size-85
|
|
3010
|
+
);
|
|
3011
|
+
--spectrum-combobox-s-placeholder-padding-bottom: var(
|
|
3012
|
+
--spectrum-global-dimension-static-size-85
|
|
2209
3013
|
);
|
|
2210
|
-
--spectrum-combobox-
|
|
2211
|
-
--spectrum-global-dimension-static-size-
|
|
3014
|
+
--spectrum-combobox-s-text-padding-bottom: var(
|
|
3015
|
+
--spectrum-global-dimension-static-size-85
|
|
2212
3016
|
);
|
|
2213
|
-
--spectrum-combobox-quiet-
|
|
2214
|
-
--spectrum-global-dimension-static-size-
|
|
3017
|
+
--spectrum-combobox-l-quiet-placeholder-padding-top: var(
|
|
3018
|
+
--spectrum-global-dimension-static-size-150
|
|
2215
3019
|
);
|
|
2216
|
-
--spectrum-combobox-
|
|
3020
|
+
--spectrum-combobox-l-quiet-text-padding-top: var(
|
|
2217
3021
|
--spectrum-global-dimension-static-size-150
|
|
2218
3022
|
);
|
|
2219
|
-
--spectrum-combobox-
|
|
2220
|
-
--spectrum-global-dimension-static-size-
|
|
3023
|
+
--spectrum-combobox-l-placeholder-padding-top: var(
|
|
3024
|
+
--spectrum-global-dimension-static-size-150
|
|
2221
3025
|
);
|
|
2222
|
-
--spectrum-combobox-
|
|
2223
|
-
--spectrum-global-dimension-static-size-
|
|
3026
|
+
--spectrum-combobox-l-text-padding-top: var(
|
|
3027
|
+
--spectrum-global-dimension-static-size-150
|
|
2224
3028
|
);
|
|
2225
3029
|
--spectrum-cyclebutton-touch-hit-x: var(
|
|
2226
3030
|
--spectrum-global-dimension-static-size-50
|
|
@@ -2229,7 +3033,7 @@ governing permissions and limitations under the License.
|
|
|
2229
3033
|
--spectrum-global-dimension-static-size-50
|
|
2230
3034
|
);
|
|
2231
3035
|
--spectrum-dialog-confirm-title-text-size: var(
|
|
2232
|
-
--spectrum-
|
|
3036
|
+
--spectrum-alias-heading-xs-text-size
|
|
2233
3037
|
);
|
|
2234
3038
|
--spectrum-dialog-confirm-description-text-size: var(
|
|
2235
3039
|
--spectrum-global-dimension-font-size-75
|
|
@@ -2244,7 +3048,7 @@ governing permissions and limitations under the License.
|
|
|
2244
3048
|
--spectrum-global-dimension-static-size-300
|
|
2245
3049
|
);
|
|
2246
3050
|
--spectrum-dialog-destructive-title-text-size: var(
|
|
2247
|
-
--spectrum-
|
|
3051
|
+
--spectrum-alias-heading-xs-text-size
|
|
2248
3052
|
);
|
|
2249
3053
|
--spectrum-dialog-destructive-description-text-size: var(
|
|
2250
3054
|
--spectrum-global-dimension-font-size-75
|
|
@@ -2259,7 +3063,7 @@ governing permissions and limitations under the License.
|
|
|
2259
3063
|
--spectrum-global-dimension-static-size-300
|
|
2260
3064
|
);
|
|
2261
3065
|
--spectrum-dialog-error-title-text-size: var(
|
|
2262
|
-
--spectrum-
|
|
3066
|
+
--spectrum-alias-heading-xs-text-size
|
|
2263
3067
|
);
|
|
2264
3068
|
--spectrum-dialog-error-description-text-size: var(
|
|
2265
3069
|
--spectrum-global-dimension-font-size-75
|
|
@@ -2274,7 +3078,7 @@ governing permissions and limitations under the License.
|
|
|
2274
3078
|
--spectrum-global-dimension-static-size-300
|
|
2275
3079
|
);
|
|
2276
3080
|
--spectrum-dialog-info-title-text-size: var(
|
|
2277
|
-
--spectrum-
|
|
3081
|
+
--spectrum-alias-heading-xs-text-size
|
|
2278
3082
|
);
|
|
2279
3083
|
--spectrum-dialog-info-description-text-size: var(
|
|
2280
3084
|
--spectrum-global-dimension-font-size-75
|
|
@@ -2289,7 +3093,7 @@ governing permissions and limitations under the License.
|
|
|
2289
3093
|
--spectrum-global-dimension-static-size-300
|
|
2290
3094
|
);
|
|
2291
3095
|
--spectrum-dialog-fullscreen-title-text-size: var(
|
|
2292
|
-
--spectrum-
|
|
3096
|
+
--spectrum-alias-heading-xs-text-size
|
|
2293
3097
|
);
|
|
2294
3098
|
--spectrum-dialog-fullscreen-description-text-size: var(
|
|
2295
3099
|
--spectrum-global-dimension-font-size-75
|
|
@@ -2304,7 +3108,7 @@ governing permissions and limitations under the License.
|
|
|
2304
3108
|
--spectrum-global-dimension-static-size-300
|
|
2305
3109
|
);
|
|
2306
3110
|
--spectrum-dialog-fullscreentakeover-title-text-size: var(
|
|
2307
|
-
--spectrum-
|
|
3111
|
+
--spectrum-alias-heading-xs-text-size
|
|
2308
3112
|
);
|
|
2309
3113
|
--spectrum-dialog-fullscreentakeover-description-text-size: var(
|
|
2310
3114
|
--spectrum-global-dimension-font-size-75
|
|
@@ -2372,6 +3176,15 @@ governing permissions and limitations under the License.
|
|
|
2372
3176
|
--spectrum-helptext-xl-negative-textonly-text-padding-top: var(
|
|
2373
3177
|
--spectrum-global-dimension-static-size-150
|
|
2374
3178
|
);
|
|
3179
|
+
--spectrum-infieldbutton-l-left-fill-icon-size: var(
|
|
3180
|
+
--spectrum-global-dimension-static-size-300
|
|
3181
|
+
);
|
|
3182
|
+
--spectrum-infieldbutton-l-right-fill-icon-size: var(
|
|
3183
|
+
--spectrum-global-dimension-static-size-300
|
|
3184
|
+
);
|
|
3185
|
+
--spectrum-infieldbutton-l-none-fill-icon-size: var(
|
|
3186
|
+
--spectrum-global-dimension-static-size-300
|
|
3187
|
+
);
|
|
2375
3188
|
--spectrum-listitem-s-texticon-text-padding-bottom: var(
|
|
2376
3189
|
--spectrum-global-dimension-static-size-85
|
|
2377
3190
|
);
|
|
@@ -2531,6 +3344,9 @@ governing permissions and limitations under the License.
|
|
|
2531
3344
|
--spectrum-picker-s-quiet-texticon-text-padding-bottom: var(
|
|
2532
3345
|
--spectrum-global-dimension-static-size-85
|
|
2533
3346
|
);
|
|
3347
|
+
--spectrum-picker-s-quiet-texticon-placeholder-padding-bottom: var(
|
|
3348
|
+
--spectrum-global-dimension-static-size-85
|
|
3349
|
+
);
|
|
2534
3350
|
--spectrum-picker-s-quiet-texticon-touch-hit-x: var(
|
|
2535
3351
|
--spectrum-global-dimension-static-size-50
|
|
2536
3352
|
);
|
|
@@ -2540,6 +3356,9 @@ governing permissions and limitations under the License.
|
|
|
2540
3356
|
--spectrum-picker-s-texticon-text-padding-bottom: var(
|
|
2541
3357
|
--spectrum-global-dimension-static-size-85
|
|
2542
3358
|
);
|
|
3359
|
+
--spectrum-picker-s-texticon-placeholder-padding-bottom: var(
|
|
3360
|
+
--spectrum-global-dimension-static-size-85
|
|
3361
|
+
);
|
|
2543
3362
|
--spectrum-picker-s-texticon-touch-hit-x: var(
|
|
2544
3363
|
--spectrum-global-dimension-static-size-50
|
|
2545
3364
|
);
|
|
@@ -2549,6 +3368,9 @@ governing permissions and limitations under the License.
|
|
|
2549
3368
|
--spectrum-picker-s-quiet-textonly-text-padding-bottom: var(
|
|
2550
3369
|
--spectrum-global-dimension-static-size-85
|
|
2551
3370
|
);
|
|
3371
|
+
--spectrum-picker-s-quiet-textonly-placeholder-padding-bottom: var(
|
|
3372
|
+
--spectrum-global-dimension-static-size-85
|
|
3373
|
+
);
|
|
2552
3374
|
--spectrum-picker-s-quiet-textonly-touch-hit-x: var(
|
|
2553
3375
|
--spectrum-global-dimension-static-size-50
|
|
2554
3376
|
);
|
|
@@ -2558,6 +3380,9 @@ governing permissions and limitations under the License.
|
|
|
2558
3380
|
--spectrum-picker-s-textonly-text-padding-bottom: var(
|
|
2559
3381
|
--spectrum-global-dimension-static-size-85
|
|
2560
3382
|
);
|
|
3383
|
+
--spectrum-picker-s-textonly-placeholder-padding-bottom: var(
|
|
3384
|
+
--spectrum-global-dimension-static-size-85
|
|
3385
|
+
);
|
|
2561
3386
|
--spectrum-picker-s-textonly-touch-hit-x: var(
|
|
2562
3387
|
--spectrum-global-dimension-static-size-50
|
|
2563
3388
|
);
|
|
@@ -2567,6 +3392,9 @@ governing permissions and limitations under the License.
|
|
|
2567
3392
|
--spectrum-picker-s-quiet-textthumbnail-text-padding-bottom: var(
|
|
2568
3393
|
--spectrum-global-dimension-static-size-85
|
|
2569
3394
|
);
|
|
3395
|
+
--spectrum-picker-s-quiet-textthumbnail-placeholder-padding-bottom: var(
|
|
3396
|
+
--spectrum-global-dimension-static-size-85
|
|
3397
|
+
);
|
|
2570
3398
|
--spectrum-picker-s-quiet-textthumbnail-touch-hit-x: var(
|
|
2571
3399
|
--spectrum-global-dimension-static-size-50
|
|
2572
3400
|
);
|
|
@@ -2576,6 +3404,9 @@ governing permissions and limitations under the License.
|
|
|
2576
3404
|
--spectrum-picker-s-textthumbnail-text-padding-bottom: var(
|
|
2577
3405
|
--spectrum-global-dimension-static-size-85
|
|
2578
3406
|
);
|
|
3407
|
+
--spectrum-picker-s-textthumbnail-placeholder-padding-bottom: var(
|
|
3408
|
+
--spectrum-global-dimension-static-size-85
|
|
3409
|
+
);
|
|
2579
3410
|
--spectrum-picker-s-textthumbnail-touch-hit-x: var(
|
|
2580
3411
|
--spectrum-global-dimension-static-size-50
|
|
2581
3412
|
);
|
|
@@ -2636,6 +3467,9 @@ governing permissions and limitations under the License.
|
|
|
2636
3467
|
--spectrum-picker-l-quiet-texticon-icon-size: var(
|
|
2637
3468
|
--spectrum-global-dimension-static-size-300
|
|
2638
3469
|
);
|
|
3470
|
+
--spectrum-picker-l-quiet-texticon-placeholder-padding-top: var(
|
|
3471
|
+
--spectrum-global-dimension-static-size-150
|
|
3472
|
+
);
|
|
2639
3473
|
--spectrum-picker-l-quiet-texticon-touch-hit-x: var(
|
|
2640
3474
|
--spectrum-global-dimension-static-size-50
|
|
2641
3475
|
);
|
|
@@ -2648,6 +3482,9 @@ governing permissions and limitations under the License.
|
|
|
2648
3482
|
--spectrum-picker-l-texticon-icon-size: var(
|
|
2649
3483
|
--spectrum-global-dimension-static-size-300
|
|
2650
3484
|
);
|
|
3485
|
+
--spectrum-picker-l-texticon-placeholder-padding-top: var(
|
|
3486
|
+
--spectrum-global-dimension-static-size-150
|
|
3487
|
+
);
|
|
2651
3488
|
--spectrum-picker-l-texticon-touch-hit-x: var(
|
|
2652
3489
|
--spectrum-global-dimension-static-size-50
|
|
2653
3490
|
);
|
|
@@ -2660,6 +3497,9 @@ governing permissions and limitations under the License.
|
|
|
2660
3497
|
--spectrum-picker-l-quiet-textonly-icon-size: var(
|
|
2661
3498
|
--spectrum-global-dimension-static-size-300
|
|
2662
3499
|
);
|
|
3500
|
+
--spectrum-picker-l-quiet-textonly-placeholder-padding-top: var(
|
|
3501
|
+
--spectrum-global-dimension-static-size-150
|
|
3502
|
+
);
|
|
2663
3503
|
--spectrum-picker-l-quiet-textonly-touch-hit-x: var(
|
|
2664
3504
|
--spectrum-global-dimension-static-size-50
|
|
2665
3505
|
);
|
|
@@ -2672,6 +3512,9 @@ governing permissions and limitations under the License.
|
|
|
2672
3512
|
--spectrum-picker-l-textonly-icon-size: var(
|
|
2673
3513
|
--spectrum-global-dimension-static-size-300
|
|
2674
3514
|
);
|
|
3515
|
+
--spectrum-picker-l-textonly-placeholder-padding-top: var(
|
|
3516
|
+
--spectrum-global-dimension-static-size-150
|
|
3517
|
+
);
|
|
2675
3518
|
--spectrum-picker-l-textonly-touch-hit-x: var(
|
|
2676
3519
|
--spectrum-global-dimension-static-size-50
|
|
2677
3520
|
);
|
|
@@ -2684,6 +3527,9 @@ governing permissions and limitations under the License.
|
|
|
2684
3527
|
--spectrum-picker-l-quiet-textthumbnail-icon-size: var(
|
|
2685
3528
|
--spectrum-global-dimension-static-size-300
|
|
2686
3529
|
);
|
|
3530
|
+
--spectrum-picker-l-quiet-textthumbnail-placeholder-padding-top: var(
|
|
3531
|
+
--spectrum-global-dimension-static-size-150
|
|
3532
|
+
);
|
|
2687
3533
|
--spectrum-picker-l-quiet-textthumbnail-touch-hit-x: var(
|
|
2688
3534
|
--spectrum-global-dimension-static-size-50
|
|
2689
3535
|
);
|
|
@@ -2696,6 +3542,9 @@ governing permissions and limitations under the License.
|
|
|
2696
3542
|
--spectrum-picker-l-textthumbnail-icon-size: var(
|
|
2697
3543
|
--spectrum-global-dimension-static-size-300
|
|
2698
3544
|
);
|
|
3545
|
+
--spectrum-picker-l-textthumbnail-placeholder-padding-top: var(
|
|
3546
|
+
--spectrum-global-dimension-static-size-150
|
|
3547
|
+
);
|
|
2699
3548
|
--spectrum-picker-l-textthumbnail-touch-hit-x: var(
|
|
2700
3549
|
--spectrum-global-dimension-static-size-50
|
|
2701
3550
|
);
|
|
@@ -2856,6 +3705,9 @@ governing permissions and limitations under the License.
|
|
|
2856
3705
|
--spectrum-rating-touch-hit-y: var(
|
|
2857
3706
|
--spectrum-global-dimension-static-size-50
|
|
2858
3707
|
);
|
|
3708
|
+
--spectrum-search-s-quiet-placeholder-padding-bottom: var(
|
|
3709
|
+
--spectrum-global-dimension-static-size-85
|
|
3710
|
+
);
|
|
2859
3711
|
--spectrum-search-s-quiet-text-padding-bottom: var(
|
|
2860
3712
|
--spectrum-global-dimension-static-size-85
|
|
2861
3713
|
);
|
|
@@ -2865,6 +3717,9 @@ governing permissions and limitations under the License.
|
|
|
2865
3717
|
--spectrum-search-s-quiet-touch-hit-y: var(
|
|
2866
3718
|
--spectrum-global-dimension-size-50
|
|
2867
3719
|
);
|
|
3720
|
+
--spectrum-search-s-placeholder-padding-bottom: var(
|
|
3721
|
+
--spectrum-global-dimension-static-size-85
|
|
3722
|
+
);
|
|
2868
3723
|
--spectrum-search-s-text-padding-bottom: var(
|
|
2869
3724
|
--spectrum-global-dimension-static-size-85
|
|
2870
3725
|
);
|
|
@@ -2878,27 +3733,30 @@ governing permissions and limitations under the License.
|
|
|
2878
3733
|
);
|
|
2879
3734
|
--spectrum-search-m-touch-hit-x: var(--spectrum-global-dimension-size-50);
|
|
2880
3735
|
--spectrum-search-m-touch-hit-y: var(--spectrum-global-dimension-size-50);
|
|
2881
|
-
--spectrum-search-
|
|
3736
|
+
--spectrum-search-l-quiet-icon-size: var(
|
|
3737
|
+
--spectrum-global-dimension-static-size-300
|
|
3738
|
+
);
|
|
3739
|
+
--spectrum-search-l-quiet-placeholder-padding-top: var(
|
|
2882
3740
|
--spectrum-global-dimension-static-size-150
|
|
2883
3741
|
);
|
|
2884
3742
|
--spectrum-search-l-quiet-text-padding-top: var(
|
|
2885
3743
|
--spectrum-global-dimension-static-size-150
|
|
2886
3744
|
);
|
|
2887
|
-
--spectrum-search-l-quiet-icon-size: var(
|
|
2888
|
-
--spectrum-global-dimension-static-size-300
|
|
2889
|
-
);
|
|
2890
3745
|
--spectrum-search-l-quiet-touch-hit-x: var(
|
|
2891
3746
|
--spectrum-global-dimension-size-50
|
|
2892
3747
|
);
|
|
2893
3748
|
--spectrum-search-l-quiet-touch-hit-y: var(
|
|
2894
3749
|
--spectrum-global-dimension-size-50
|
|
2895
3750
|
);
|
|
2896
|
-
--spectrum-search-l-text-padding-top: var(
|
|
2897
|
-
--spectrum-global-dimension-static-size-150
|
|
2898
|
-
);
|
|
2899
3751
|
--spectrum-search-l-icon-size: var(
|
|
2900
3752
|
--spectrum-global-dimension-static-size-300
|
|
2901
3753
|
);
|
|
3754
|
+
--spectrum-search-l-placeholder-padding-top: var(
|
|
3755
|
+
--spectrum-global-dimension-static-size-150
|
|
3756
|
+
);
|
|
3757
|
+
--spectrum-search-l-text-padding-top: var(
|
|
3758
|
+
--spectrum-global-dimension-static-size-150
|
|
3759
|
+
);
|
|
2902
3760
|
--spectrum-search-l-touch-hit-x: var(--spectrum-global-dimension-size-50);
|
|
2903
3761
|
--spectrum-search-l-touch-hit-y: var(--spectrum-global-dimension-size-50);
|
|
2904
3762
|
--spectrum-search-xl-quiet-touch-hit-x: var(
|
|
@@ -2909,6 +3767,36 @@ governing permissions and limitations under the License.
|
|
|
2909
3767
|
);
|
|
2910
3768
|
--spectrum-search-xl-touch-hit-x: var(--spectrum-global-dimension-size-50);
|
|
2911
3769
|
--spectrum-search-xl-touch-hit-y: var(--spectrum-global-dimension-size-50);
|
|
3770
|
+
--spectrum-searchwithin-s-quiet-placeholder-padding-bottom: var(
|
|
3771
|
+
--spectrum-global-dimension-static-size-85
|
|
3772
|
+
);
|
|
3773
|
+
--spectrum-searchwithin-s-quiet-text-padding-bottom: var(
|
|
3774
|
+
--spectrum-global-dimension-static-size-85
|
|
3775
|
+
);
|
|
3776
|
+
--spectrum-searchwithin-s-placeholder-padding-bottom: var(
|
|
3777
|
+
--spectrum-global-dimension-static-size-85
|
|
3778
|
+
);
|
|
3779
|
+
--spectrum-searchwithin-s-text-padding-bottom: var(
|
|
3780
|
+
--spectrum-global-dimension-static-size-85
|
|
3781
|
+
);
|
|
3782
|
+
--spectrum-searchwithin-l-quiet-icon-size: var(
|
|
3783
|
+
--spectrum-global-dimension-static-size-300
|
|
3784
|
+
);
|
|
3785
|
+
--spectrum-searchwithin-l-quiet-placeholder-padding-top: var(
|
|
3786
|
+
--spectrum-global-dimension-static-size-150
|
|
3787
|
+
);
|
|
3788
|
+
--spectrum-searchwithin-l-quiet-text-padding-top: var(
|
|
3789
|
+
--spectrum-global-dimension-static-size-150
|
|
3790
|
+
);
|
|
3791
|
+
--spectrum-searchwithin-l-icon-size: var(
|
|
3792
|
+
--spectrum-global-dimension-static-size-300
|
|
3793
|
+
);
|
|
3794
|
+
--spectrum-searchwithin-l-placeholder-padding-top: var(
|
|
3795
|
+
--spectrum-global-dimension-static-size-150
|
|
3796
|
+
);
|
|
3797
|
+
--spectrum-searchwithin-l-text-padding-top: var(
|
|
3798
|
+
--spectrum-global-dimension-static-size-150
|
|
3799
|
+
);
|
|
2912
3800
|
--spectrum-sidenav-multilevel-item-touch-hit-bottom: 3px;
|
|
2913
3801
|
--spectrum-sidenav-multilevel-main-item-touch-hit-bottom: 3px;
|
|
2914
3802
|
--spectrum-sidenav-item-touch-hit-bottom: 3px;
|
|
@@ -3417,45 +4305,123 @@ governing permissions and limitations under the License.
|
|
|
3417
4305
|
--spectrum-slider-xl-range-handle-touch-hit-y: var(
|
|
3418
4306
|
--spectrum-global-dimension-size-175
|
|
3419
4307
|
);
|
|
4308
|
+
--spectrum-statuslight-s-celery-text-padding-bottom: var(
|
|
4309
|
+
--spectrum-global-dimension-static-size-85
|
|
4310
|
+
);
|
|
4311
|
+
--spectrum-statuslight-s-chartreuse-text-padding-bottom: var(
|
|
4312
|
+
--spectrum-global-dimension-static-size-85
|
|
4313
|
+
);
|
|
4314
|
+
--spectrum-statuslight-s-fuchsia-text-padding-bottom: var(
|
|
4315
|
+
--spectrum-global-dimension-static-size-85
|
|
4316
|
+
);
|
|
4317
|
+
--spectrum-statuslight-s-indigo-text-padding-bottom: var(
|
|
4318
|
+
--spectrum-global-dimension-static-size-85
|
|
4319
|
+
);
|
|
4320
|
+
--spectrum-statuslight-s-info-text-padding-bottom: var(
|
|
4321
|
+
--spectrum-global-dimension-static-size-85
|
|
4322
|
+
);
|
|
4323
|
+
--spectrum-statuslight-s-magenta-text-padding-bottom: var(
|
|
4324
|
+
--spectrum-global-dimension-static-size-85
|
|
4325
|
+
);
|
|
4326
|
+
--spectrum-statuslight-s-neutral-text-padding-bottom: var(
|
|
4327
|
+
--spectrum-global-dimension-static-size-85
|
|
4328
|
+
);
|
|
4329
|
+
--spectrum-statuslight-s-negative-text-padding-bottom: var(
|
|
4330
|
+
--spectrum-global-dimension-static-size-85
|
|
4331
|
+
);
|
|
4332
|
+
--spectrum-statuslight-s-notice-text-padding-bottom: var(
|
|
4333
|
+
--spectrum-global-dimension-static-size-85
|
|
4334
|
+
);
|
|
4335
|
+
--spectrum-statuslight-s-positive-text-padding-bottom: var(
|
|
4336
|
+
--spectrum-global-dimension-static-size-85
|
|
4337
|
+
);
|
|
4338
|
+
--spectrum-statuslight-s-purple-text-padding-bottom: var(
|
|
4339
|
+
--spectrum-global-dimension-static-size-85
|
|
4340
|
+
);
|
|
4341
|
+
--spectrum-statuslight-s-seafoam-text-padding-bottom: var(
|
|
4342
|
+
--spectrum-global-dimension-static-size-85
|
|
4343
|
+
);
|
|
4344
|
+
--spectrum-statuslight-s-yellow-text-padding-bottom: var(
|
|
4345
|
+
--spectrum-global-dimension-static-size-85
|
|
4346
|
+
);
|
|
3420
4347
|
--spectrum-statuslight-l-celery-dot-size: var(
|
|
3421
4348
|
--spectrum-global-dimension-static-size-150
|
|
3422
4349
|
);
|
|
4350
|
+
--spectrum-statuslight-l-celery-text-padding-top: var(
|
|
4351
|
+
--spectrum-global-dimension-static-size-150
|
|
4352
|
+
);
|
|
3423
4353
|
--spectrum-statuslight-l-chartreuse-dot-size: var(
|
|
3424
4354
|
--spectrum-global-dimension-static-size-150
|
|
3425
4355
|
);
|
|
4356
|
+
--spectrum-statuslight-l-chartreuse-text-padding-top: var(
|
|
4357
|
+
--spectrum-global-dimension-static-size-150
|
|
4358
|
+
);
|
|
3426
4359
|
--spectrum-statuslight-l-fuchsia-dot-size: var(
|
|
3427
4360
|
--spectrum-global-dimension-static-size-150
|
|
3428
4361
|
);
|
|
4362
|
+
--spectrum-statuslight-l-fuchsia-text-padding-top: var(
|
|
4363
|
+
--spectrum-global-dimension-static-size-150
|
|
4364
|
+
);
|
|
3429
4365
|
--spectrum-statuslight-l-indigo-dot-size: var(
|
|
3430
4366
|
--spectrum-global-dimension-static-size-150
|
|
3431
4367
|
);
|
|
4368
|
+
--spectrum-statuslight-l-indigo-text-padding-top: var(
|
|
4369
|
+
--spectrum-global-dimension-static-size-150
|
|
4370
|
+
);
|
|
3432
4371
|
--spectrum-statuslight-l-info-dot-size: var(
|
|
3433
4372
|
--spectrum-global-dimension-static-size-150
|
|
3434
4373
|
);
|
|
4374
|
+
--spectrum-statuslight-l-info-text-padding-top: var(
|
|
4375
|
+
--spectrum-global-dimension-static-size-150
|
|
4376
|
+
);
|
|
3435
4377
|
--spectrum-statuslight-l-magenta-dot-size: var(
|
|
3436
4378
|
--spectrum-global-dimension-static-size-150
|
|
3437
4379
|
);
|
|
4380
|
+
--spectrum-statuslight-l-magenta-text-padding-top: var(
|
|
4381
|
+
--spectrum-global-dimension-static-size-150
|
|
4382
|
+
);
|
|
3438
4383
|
--spectrum-statuslight-l-neutral-dot-size: var(
|
|
3439
4384
|
--spectrum-global-dimension-static-size-150
|
|
3440
4385
|
);
|
|
4386
|
+
--spectrum-statuslight-l-neutral-text-padding-top: var(
|
|
4387
|
+
--spectrum-global-dimension-static-size-150
|
|
4388
|
+
);
|
|
3441
4389
|
--spectrum-statuslight-l-negative-dot-size: var(
|
|
3442
4390
|
--spectrum-global-dimension-static-size-150
|
|
3443
4391
|
);
|
|
4392
|
+
--spectrum-statuslight-l-negative-text-padding-top: var(
|
|
4393
|
+
--spectrum-global-dimension-static-size-150
|
|
4394
|
+
);
|
|
3444
4395
|
--spectrum-statuslight-l-notice-dot-size: var(
|
|
3445
4396
|
--spectrum-global-dimension-static-size-150
|
|
3446
4397
|
);
|
|
4398
|
+
--spectrum-statuslight-l-notice-text-padding-top: var(
|
|
4399
|
+
--spectrum-global-dimension-static-size-150
|
|
4400
|
+
);
|
|
3447
4401
|
--spectrum-statuslight-l-positive-dot-size: var(
|
|
3448
4402
|
--spectrum-global-dimension-static-size-150
|
|
3449
4403
|
);
|
|
4404
|
+
--spectrum-statuslight-l-positive-text-padding-top: var(
|
|
4405
|
+
--spectrum-global-dimension-static-size-150
|
|
4406
|
+
);
|
|
3450
4407
|
--spectrum-statuslight-l-purple-dot-size: var(
|
|
3451
4408
|
--spectrum-global-dimension-static-size-150
|
|
3452
4409
|
);
|
|
4410
|
+
--spectrum-statuslight-l-purple-text-padding-top: var(
|
|
4411
|
+
--spectrum-global-dimension-static-size-150
|
|
4412
|
+
);
|
|
3453
4413
|
--spectrum-statuslight-l-seafoam-dot-size: var(
|
|
3454
4414
|
--spectrum-global-dimension-static-size-150
|
|
3455
4415
|
);
|
|
4416
|
+
--spectrum-statuslight-l-seafoam-text-padding-top: var(
|
|
4417
|
+
--spectrum-global-dimension-static-size-150
|
|
4418
|
+
);
|
|
3456
4419
|
--spectrum-statuslight-l-yellow-dot-size: var(
|
|
3457
4420
|
--spectrum-global-dimension-static-size-150
|
|
3458
4421
|
);
|
|
4422
|
+
--spectrum-statuslight-l-yellow-text-padding-top: var(
|
|
4423
|
+
--spectrum-global-dimension-static-size-150
|
|
4424
|
+
);
|
|
3459
4425
|
--spectrum-statuslight-xl-celery-dot-size: var(
|
|
3460
4426
|
--spectrum-global-dimension-static-size-150
|
|
3461
4427
|
);
|
|
@@ -3806,198 +4772,75 @@ governing permissions and limitations under the License.
|
|
|
3806
4772
|
--spectrum-tag-s-removable-texticon-text-padding-bottom: var(
|
|
3807
4773
|
--spectrum-global-dimension-static-size-85
|
|
3808
4774
|
);
|
|
3809
|
-
--spectrum-tag-s-removable-texticon-button-touch-hit-x: var(
|
|
3810
|
-
--spectrum-global-dimension-static-size-50
|
|
3811
|
-
);
|
|
3812
|
-
--spectrum-tag-s-removable-texticon-button-touch-hit-y: var(
|
|
3813
|
-
--spectrum-global-dimension-static-size-50
|
|
3814
|
-
);
|
|
3815
4775
|
--spectrum-tag-s-texticon-text-padding-bottom: var(
|
|
3816
4776
|
--spectrum-global-dimension-static-size-85
|
|
3817
4777
|
);
|
|
3818
|
-
--spectrum-tag-s-texticon-button-touch-hit-x: var(
|
|
3819
|
-
--spectrum-global-dimension-static-size-50
|
|
3820
|
-
);
|
|
3821
|
-
--spectrum-tag-s-texticon-button-touch-hit-y: var(
|
|
3822
|
-
--spectrum-global-dimension-static-size-50
|
|
3823
|
-
);
|
|
3824
4778
|
--spectrum-tag-s-removable-textonly-text-padding-bottom: var(
|
|
3825
4779
|
--spectrum-global-dimension-static-size-85
|
|
3826
4780
|
);
|
|
3827
|
-
--spectrum-tag-s-removable-textonly-button-touch-hit-x: var(
|
|
3828
|
-
--spectrum-global-dimension-static-size-50
|
|
3829
|
-
);
|
|
3830
|
-
--spectrum-tag-s-removable-textonly-button-touch-hit-y: var(
|
|
3831
|
-
--spectrum-global-dimension-static-size-50
|
|
3832
|
-
);
|
|
3833
4781
|
--spectrum-tag-s-textonly-text-padding-bottom: var(
|
|
3834
4782
|
--spectrum-global-dimension-static-size-85
|
|
3835
4783
|
);
|
|
3836
|
-
--spectrum-tag-s-textonly-button-touch-hit-x: var(
|
|
3837
|
-
--spectrum-global-dimension-static-size-50
|
|
3838
|
-
);
|
|
3839
|
-
--spectrum-tag-s-textonly-button-touch-hit-y: var(
|
|
3840
|
-
--spectrum-global-dimension-static-size-50
|
|
3841
|
-
);
|
|
3842
4784
|
--spectrum-tag-s-removable-avatartext-text-padding-bottom: var(
|
|
3843
4785
|
--spectrum-global-dimension-static-size-85
|
|
3844
4786
|
);
|
|
3845
|
-
--spectrum-tag-s-removable-avatartext-button-touch-hit-x: var(
|
|
3846
|
-
--spectrum-global-dimension-static-size-50
|
|
3847
|
-
);
|
|
3848
|
-
--spectrum-tag-s-removable-avatartext-button-touch-hit-y: var(
|
|
3849
|
-
--spectrum-global-dimension-static-size-50
|
|
3850
|
-
);
|
|
3851
4787
|
--spectrum-tag-s-avatartext-text-padding-bottom: var(
|
|
3852
4788
|
--spectrum-global-dimension-static-size-85
|
|
3853
4789
|
);
|
|
3854
|
-
--spectrum-tag-s-avatartext-button-touch-hit-x: var(
|
|
3855
|
-
--spectrum-global-dimension-static-size-50
|
|
3856
|
-
);
|
|
3857
|
-
--spectrum-tag-s-avatartext-button-touch-hit-y: var(
|
|
3858
|
-
--spectrum-global-dimension-static-size-50
|
|
3859
|
-
);
|
|
3860
4790
|
--spectrum-tag-m-removable-texticon-padding-left: var(
|
|
3861
4791
|
--spectrum-global-dimension-static-size-150
|
|
3862
4792
|
);
|
|
3863
|
-
--spectrum-tag-m-removable-texticon-button-touch-hit-x: var(
|
|
3864
|
-
--spectrum-global-dimension-static-size-50
|
|
3865
|
-
);
|
|
3866
|
-
--spectrum-tag-m-removable-texticon-button-touch-hit-y: var(
|
|
3867
|
-
--spectrum-global-dimension-static-size-50
|
|
3868
|
-
);
|
|
3869
4793
|
--spectrum-tag-m-texticon-padding-left: var(
|
|
3870
4794
|
--spectrum-global-dimension-static-size-150
|
|
3871
4795
|
);
|
|
3872
|
-
--spectrum-tag-m-texticon-button-touch-hit-x: var(
|
|
3873
|
-
--spectrum-global-dimension-static-size-50
|
|
3874
|
-
);
|
|
3875
|
-
--spectrum-tag-m-texticon-button-touch-hit-y: var(
|
|
3876
|
-
--spectrum-global-dimension-static-size-50
|
|
3877
|
-
);
|
|
3878
|
-
--spectrum-tag-m-removable-textonly-button-touch-hit-x: var(
|
|
3879
|
-
--spectrum-global-dimension-static-size-50
|
|
3880
|
-
);
|
|
3881
|
-
--spectrum-tag-m-removable-textonly-button-touch-hit-y: var(
|
|
3882
|
-
--spectrum-global-dimension-static-size-50
|
|
3883
|
-
);
|
|
3884
|
-
--spectrum-tag-m-textonly-button-touch-hit-x: var(
|
|
3885
|
-
--spectrum-global-dimension-static-size-50
|
|
3886
|
-
);
|
|
3887
|
-
--spectrum-tag-m-textonly-button-touch-hit-y: var(
|
|
3888
|
-
--spectrum-global-dimension-static-size-50
|
|
3889
|
-
);
|
|
3890
4796
|
--spectrum-tag-m-removable-avatartext-padding-left: var(
|
|
3891
4797
|
--spectrum-global-dimension-static-size-150
|
|
3892
4798
|
);
|
|
3893
|
-
--spectrum-tag-m-removable-avatartext-button-touch-hit-x: var(
|
|
3894
|
-
--spectrum-global-dimension-static-size-50
|
|
3895
|
-
);
|
|
3896
|
-
--spectrum-tag-m-removable-avatartext-button-touch-hit-y: var(
|
|
3897
|
-
--spectrum-global-dimension-static-size-50
|
|
3898
|
-
);
|
|
3899
4799
|
--spectrum-tag-m-avatartext-padding-left: var(
|
|
3900
4800
|
--spectrum-global-dimension-static-size-150
|
|
3901
4801
|
);
|
|
3902
|
-
--spectrum-tag-m-avatartext-button-touch-hit-x: var(
|
|
3903
|
-
--spectrum-global-dimension-static-size-50
|
|
3904
|
-
);
|
|
3905
|
-
--spectrum-tag-m-avatartext-button-touch-hit-y: var(
|
|
3906
|
-
--spectrum-global-dimension-static-size-50
|
|
3907
|
-
);
|
|
3908
4802
|
--spectrum-tag-l-removable-texticon-text-padding-top: var(
|
|
3909
4803
|
--spectrum-global-dimension-static-size-150
|
|
3910
4804
|
);
|
|
3911
4805
|
--spectrum-tag-l-removable-texticon-icon-size: var(
|
|
3912
4806
|
--spectrum-global-dimension-static-size-300
|
|
3913
4807
|
);
|
|
3914
|
-
--spectrum-tag-l-removable-texticon-button-icon-size: var(
|
|
3915
|
-
--spectrum-global-dimension-static-size-300
|
|
3916
|
-
);
|
|
3917
|
-
--spectrum-tag-l-removable-texticon-button-touch-hit-x: var(
|
|
3918
|
-
--spectrum-global-dimension-static-size-50
|
|
3919
|
-
);
|
|
3920
|
-
--spectrum-tag-l-removable-texticon-button-touch-hit-y: var(
|
|
3921
|
-
--spectrum-global-dimension-static-size-50
|
|
3922
|
-
);
|
|
3923
4808
|
--spectrum-tag-l-texticon-text-padding-top: var(
|
|
3924
4809
|
--spectrum-global-dimension-static-size-150
|
|
3925
4810
|
);
|
|
3926
4811
|
--spectrum-tag-l-texticon-icon-size: var(
|
|
3927
4812
|
--spectrum-global-dimension-static-size-300
|
|
3928
4813
|
);
|
|
3929
|
-
--spectrum-tag-l-texticon-button-icon-size: var(
|
|
3930
|
-
--spectrum-global-dimension-static-size-300
|
|
3931
|
-
);
|
|
3932
|
-
--spectrum-tag-l-texticon-button-touch-hit-x: var(
|
|
3933
|
-
--spectrum-global-dimension-static-size-50
|
|
3934
|
-
);
|
|
3935
|
-
--spectrum-tag-l-texticon-button-touch-hit-y: var(
|
|
3936
|
-
--spectrum-global-dimension-static-size-50
|
|
3937
|
-
);
|
|
3938
4814
|
--spectrum-tag-l-removable-textonly-text-padding-top: var(
|
|
3939
4815
|
--spectrum-global-dimension-static-size-150
|
|
3940
4816
|
);
|
|
3941
4817
|
--spectrum-tag-l-removable-textonly-icon-size: var(
|
|
3942
4818
|
--spectrum-global-dimension-static-size-300
|
|
3943
4819
|
);
|
|
3944
|
-
--spectrum-tag-l-removable-textonly-button-icon-size: var(
|
|
3945
|
-
--spectrum-global-dimension-static-size-300
|
|
3946
|
-
);
|
|
3947
|
-
--spectrum-tag-l-removable-textonly-button-touch-hit-x: var(
|
|
3948
|
-
--spectrum-global-dimension-static-size-50
|
|
3949
|
-
);
|
|
3950
|
-
--spectrum-tag-l-removable-textonly-button-touch-hit-y: var(
|
|
3951
|
-
--spectrum-global-dimension-static-size-50
|
|
3952
|
-
);
|
|
3953
4820
|
--spectrum-tag-l-textonly-text-padding-top: var(
|
|
3954
4821
|
--spectrum-global-dimension-static-size-150
|
|
3955
4822
|
);
|
|
3956
4823
|
--spectrum-tag-l-textonly-icon-size: var(
|
|
3957
4824
|
--spectrum-global-dimension-static-size-300
|
|
3958
4825
|
);
|
|
3959
|
-
--spectrum-tag-l-textonly-button-icon-size: var(
|
|
3960
|
-
--spectrum-global-dimension-static-size-300
|
|
3961
|
-
);
|
|
3962
|
-
--spectrum-tag-l-textonly-button-touch-hit-x: var(
|
|
3963
|
-
--spectrum-global-dimension-static-size-50
|
|
3964
|
-
);
|
|
3965
|
-
--spectrum-tag-l-textonly-button-touch-hit-y: var(
|
|
3966
|
-
--spectrum-global-dimension-static-size-50
|
|
3967
|
-
);
|
|
3968
4826
|
--spectrum-tag-l-removable-avatartext-text-padding-top: var(
|
|
3969
4827
|
--spectrum-global-dimension-static-size-150
|
|
3970
4828
|
);
|
|
3971
4829
|
--spectrum-tag-l-removable-avatartext-icon-size: var(
|
|
3972
4830
|
--spectrum-global-dimension-static-size-300
|
|
3973
4831
|
);
|
|
3974
|
-
--spectrum-tag-l-removable-avatartext-button-icon-size: var(
|
|
3975
|
-
--spectrum-global-dimension-static-size-300
|
|
3976
|
-
);
|
|
3977
|
-
--spectrum-tag-l-removable-avatartext-button-touch-hit-x: var(
|
|
3978
|
-
--spectrum-global-dimension-static-size-50
|
|
3979
|
-
);
|
|
3980
|
-
--spectrum-tag-l-removable-avatartext-button-touch-hit-y: var(
|
|
3981
|
-
--spectrum-global-dimension-static-size-50
|
|
3982
|
-
);
|
|
3983
4832
|
--spectrum-tag-l-avatartext-text-padding-top: var(
|
|
3984
4833
|
--spectrum-global-dimension-static-size-150
|
|
3985
4834
|
);
|
|
3986
4835
|
--spectrum-tag-l-avatartext-icon-size: var(
|
|
3987
4836
|
--spectrum-global-dimension-static-size-300
|
|
3988
4837
|
);
|
|
3989
|
-
--spectrum-tag-l-avatartext-button-icon-size: var(
|
|
3990
|
-
--spectrum-global-dimension-static-size-300
|
|
3991
|
-
);
|
|
3992
|
-
--spectrum-tag-l-avatartext-button-touch-hit-x: var(
|
|
3993
|
-
--spectrum-global-dimension-static-size-50
|
|
3994
|
-
);
|
|
3995
|
-
--spectrum-tag-l-avatartext-button-touch-hit-y: var(
|
|
3996
|
-
--spectrum-global-dimension-static-size-50
|
|
3997
|
-
);
|
|
3998
4838
|
--spectrum-textarea-s-multiline-quiet-text-padding-bottom: var(
|
|
3999
4839
|
--spectrum-global-dimension-static-size-85
|
|
4000
4840
|
);
|
|
4841
|
+
--spectrum-textarea-s-multiline-quiet-placeholder-padding-bottom: var(
|
|
4842
|
+
--spectrum-global-dimension-static-size-85
|
|
4843
|
+
);
|
|
4001
4844
|
--spectrum-textarea-s-multiline-quiet-touch-hit-x: var(
|
|
4002
4845
|
--spectrum-global-dimension-static-size-50
|
|
4003
4846
|
);
|
|
@@ -4007,6 +4850,9 @@ governing permissions and limitations under the License.
|
|
|
4007
4850
|
--spectrum-textarea-s-quiet-text-padding-bottom: var(
|
|
4008
4851
|
--spectrum-global-dimension-static-size-85
|
|
4009
4852
|
);
|
|
4853
|
+
--spectrum-textarea-s-quiet-placeholder-padding-bottom: var(
|
|
4854
|
+
--spectrum-global-dimension-static-size-85
|
|
4855
|
+
);
|
|
4010
4856
|
--spectrum-textarea-s-quiet-touch-hit-x: var(
|
|
4011
4857
|
--spectrum-global-dimension-static-size-50
|
|
4012
4858
|
);
|
|
@@ -4016,6 +4862,9 @@ governing permissions and limitations under the License.
|
|
|
4016
4862
|
--spectrum-textarea-s-multiline-text-padding-bottom: var(
|
|
4017
4863
|
--spectrum-global-dimension-static-size-85
|
|
4018
4864
|
);
|
|
4865
|
+
--spectrum-textarea-s-multiline-placeholder-padding-bottom: var(
|
|
4866
|
+
--spectrum-global-dimension-static-size-85
|
|
4867
|
+
);
|
|
4019
4868
|
--spectrum-textarea-s-multiline-touch-hit-x: var(
|
|
4020
4869
|
--spectrum-global-dimension-static-size-50
|
|
4021
4870
|
);
|
|
@@ -4025,6 +4874,9 @@ governing permissions and limitations under the License.
|
|
|
4025
4874
|
--spectrum-textarea-s-text-padding-bottom: var(
|
|
4026
4875
|
--spectrum-global-dimension-static-size-85
|
|
4027
4876
|
);
|
|
4877
|
+
--spectrum-textarea-s-placeholder-padding-bottom: var(
|
|
4878
|
+
--spectrum-global-dimension-static-size-85
|
|
4879
|
+
);
|
|
4028
4880
|
--spectrum-textarea-s-touch-hit-x: var(
|
|
4029
4881
|
--spectrum-global-dimension-static-size-50
|
|
4030
4882
|
);
|
|
@@ -4058,6 +4910,9 @@ governing permissions and limitations under the License.
|
|
|
4058
4910
|
--spectrum-textarea-l-multiline-quiet-text-padding-top: var(
|
|
4059
4911
|
--spectrum-global-dimension-static-size-150
|
|
4060
4912
|
);
|
|
4913
|
+
--spectrum-textarea-l-multiline-quiet-placeholder-padding-top: var(
|
|
4914
|
+
--spectrum-global-dimension-static-size-150
|
|
4915
|
+
);
|
|
4061
4916
|
--spectrum-textarea-l-multiline-quiet-touch-hit-x: var(
|
|
4062
4917
|
--spectrum-global-dimension-static-size-50
|
|
4063
4918
|
);
|
|
@@ -4067,6 +4922,9 @@ governing permissions and limitations under the License.
|
|
|
4067
4922
|
--spectrum-textarea-l-quiet-text-padding-top: var(
|
|
4068
4923
|
--spectrum-global-dimension-static-size-150
|
|
4069
4924
|
);
|
|
4925
|
+
--spectrum-textarea-l-quiet-placeholder-padding-top: var(
|
|
4926
|
+
--spectrum-global-dimension-static-size-150
|
|
4927
|
+
);
|
|
4070
4928
|
--spectrum-textarea-l-quiet-touch-hit-x: var(
|
|
4071
4929
|
--spectrum-global-dimension-static-size-50
|
|
4072
4930
|
);
|
|
@@ -4076,6 +4934,9 @@ governing permissions and limitations under the License.
|
|
|
4076
4934
|
--spectrum-textarea-l-multiline-text-padding-top: var(
|
|
4077
4935
|
--spectrum-global-dimension-static-size-150
|
|
4078
4936
|
);
|
|
4937
|
+
--spectrum-textarea-l-multiline-placeholder-padding-top: var(
|
|
4938
|
+
--spectrum-global-dimension-static-size-150
|
|
4939
|
+
);
|
|
4079
4940
|
--spectrum-textarea-l-multiline-touch-hit-x: var(
|
|
4080
4941
|
--spectrum-global-dimension-static-size-50
|
|
4081
4942
|
);
|
|
@@ -4085,6 +4946,9 @@ governing permissions and limitations under the License.
|
|
|
4085
4946
|
--spectrum-textarea-l-text-padding-top: var(
|
|
4086
4947
|
--spectrum-global-dimension-static-size-150
|
|
4087
4948
|
);
|
|
4949
|
+
--spectrum-textarea-l-placeholder-padding-top: var(
|
|
4950
|
+
--spectrum-global-dimension-static-size-150
|
|
4951
|
+
);
|
|
4088
4952
|
--spectrum-textarea-l-touch-hit-x: var(
|
|
4089
4953
|
--spectrum-global-dimension-static-size-50
|
|
4090
4954
|
);
|
|
@@ -4124,6 +4988,9 @@ governing permissions and limitations under the License.
|
|
|
4124
4988
|
--spectrum-textfield-s-quiet-texticon-text-padding-bottom: var(
|
|
4125
4989
|
--spectrum-global-dimension-static-size-85
|
|
4126
4990
|
);
|
|
4991
|
+
--spectrum-textfield-s-quiet-texticon-placeholder-padding-bottom: var(
|
|
4992
|
+
--spectrum-global-dimension-static-size-85
|
|
4993
|
+
);
|
|
4127
4994
|
--spectrum-textfield-s-quiet-textonly-touch-hit-x: var(
|
|
4128
4995
|
--spectrum-global-dimension-static-size-50
|
|
4129
4996
|
);
|
|
@@ -4133,6 +5000,9 @@ governing permissions and limitations under the License.
|
|
|
4133
5000
|
--spectrum-textfield-s-quiet-textonly-text-padding-bottom: var(
|
|
4134
5001
|
--spectrum-global-dimension-static-size-85
|
|
4135
5002
|
);
|
|
5003
|
+
--spectrum-textfield-s-quiet-textonly-placeholder-padding-bottom: var(
|
|
5004
|
+
--spectrum-global-dimension-static-size-85
|
|
5005
|
+
);
|
|
4136
5006
|
--spectrum-textfield-s-texticon-touch-hit-x: var(
|
|
4137
5007
|
--spectrum-global-dimension-static-size-50
|
|
4138
5008
|
);
|
|
@@ -4142,6 +5012,9 @@ governing permissions and limitations under the License.
|
|
|
4142
5012
|
--spectrum-textfield-s-texticon-text-padding-bottom: var(
|
|
4143
5013
|
--spectrum-global-dimension-static-size-85
|
|
4144
5014
|
);
|
|
5015
|
+
--spectrum-textfield-s-texticon-placeholder-padding-bottom: var(
|
|
5016
|
+
--spectrum-global-dimension-static-size-85
|
|
5017
|
+
);
|
|
4145
5018
|
--spectrum-textfield-s-textonly-touch-hit-x: var(
|
|
4146
5019
|
--spectrum-global-dimension-static-size-50
|
|
4147
5020
|
);
|
|
@@ -4151,6 +5024,9 @@ governing permissions and limitations under the License.
|
|
|
4151
5024
|
--spectrum-textfield-s-textonly-text-padding-bottom: var(
|
|
4152
5025
|
--spectrum-global-dimension-static-size-85
|
|
4153
5026
|
);
|
|
5027
|
+
--spectrum-textfield-s-textonly-placeholder-padding-bottom: var(
|
|
5028
|
+
--spectrum-global-dimension-static-size-85
|
|
5029
|
+
);
|
|
4154
5030
|
--spectrum-textfield-m-quiet-texticon-touch-hit-x: var(
|
|
4155
5031
|
--spectrum-global-dimension-static-size-50
|
|
4156
5032
|
);
|
|
@@ -4187,6 +5063,9 @@ governing permissions and limitations under the License.
|
|
|
4187
5063
|
--spectrum-textfield-l-quiet-texticon-text-padding-top: var(
|
|
4188
5064
|
--spectrum-global-dimension-static-size-150
|
|
4189
5065
|
);
|
|
5066
|
+
--spectrum-textfield-l-quiet-texticon-placeholder-padding-top: var(
|
|
5067
|
+
--spectrum-global-dimension-static-size-150
|
|
5068
|
+
);
|
|
4190
5069
|
--spectrum-textfield-l-quiet-texticon-icon-size: var(
|
|
4191
5070
|
--spectrum-global-dimension-static-size-300
|
|
4192
5071
|
);
|
|
@@ -4199,6 +5078,9 @@ governing permissions and limitations under the License.
|
|
|
4199
5078
|
--spectrum-textfield-l-quiet-textonly-text-padding-top: var(
|
|
4200
5079
|
--spectrum-global-dimension-static-size-150
|
|
4201
5080
|
);
|
|
5081
|
+
--spectrum-textfield-l-quiet-textonly-placeholder-padding-top: var(
|
|
5082
|
+
--spectrum-global-dimension-static-size-150
|
|
5083
|
+
);
|
|
4202
5084
|
--spectrum-textfield-l-quiet-textonly-icon-size: var(
|
|
4203
5085
|
--spectrum-global-dimension-static-size-300
|
|
4204
5086
|
);
|
|
@@ -4211,6 +5093,9 @@ governing permissions and limitations under the License.
|
|
|
4211
5093
|
--spectrum-textfield-l-texticon-text-padding-top: var(
|
|
4212
5094
|
--spectrum-global-dimension-static-size-150
|
|
4213
5095
|
);
|
|
5096
|
+
--spectrum-textfield-l-texticon-placeholder-padding-top: var(
|
|
5097
|
+
--spectrum-global-dimension-static-size-150
|
|
5098
|
+
);
|
|
4214
5099
|
--spectrum-textfield-l-texticon-icon-size: var(
|
|
4215
5100
|
--spectrum-global-dimension-static-size-300
|
|
4216
5101
|
);
|
|
@@ -4223,6 +5108,9 @@ governing permissions and limitations under the License.
|
|
|
4223
5108
|
--spectrum-textfield-l-textonly-text-padding-top: var(
|
|
4224
5109
|
--spectrum-global-dimension-static-size-150
|
|
4225
5110
|
);
|
|
5111
|
+
--spectrum-textfield-l-textonly-placeholder-padding-top: var(
|
|
5112
|
+
--spectrum-global-dimension-static-size-150
|
|
5113
|
+
);
|
|
4226
5114
|
--spectrum-textfield-l-textonly-icon-size: var(
|
|
4227
5115
|
--spectrum-global-dimension-static-size-300
|
|
4228
5116
|
);
|
|
@@ -4250,10 +5138,18 @@ governing permissions and limitations under the License.
|
|
|
4250
5138
|
--spectrum-textfield-xl-textonly-touch-hit-y: var(
|
|
4251
5139
|
--spectrum-global-dimension-static-size-50
|
|
4252
5140
|
);
|
|
4253
|
-
--spectrum-tooltip-neutral-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
--spectrum-tooltip-
|
|
5141
|
+
--spectrum-tooltip-neutral-text-margin-bottom: var(
|
|
5142
|
+
--spectrum-global-dimension-static-size-85
|
|
5143
|
+
);
|
|
5144
|
+
--spectrum-tooltip-info-text-margin-bottom: var(
|
|
5145
|
+
--spectrum-global-dimension-static-size-85
|
|
5146
|
+
);
|
|
5147
|
+
--spectrum-tooltip-positive-text-margin-bottom: var(
|
|
5148
|
+
--spectrum-global-dimension-static-size-85
|
|
5149
|
+
);
|
|
5150
|
+
--spectrum-tooltip-negative-text-margin-bottom: var(
|
|
5151
|
+
--spectrum-global-dimension-static-size-85
|
|
5152
|
+
);
|
|
4257
5153
|
--spectrum-treeview-s-item-text-padding-bottom: var(
|
|
4258
5154
|
--spectrum-global-dimension-static-size-85
|
|
4259
5155
|
);
|