@telus-uds/theme-allium 3.19.0 → 3.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/android/schema.json +2993 -1175
- package/build/android/theme.json +723 -76
- package/build/ios/schema.json +2993 -1175
- package/build/ios/theme.json +723 -76
- package/build/rn/schema.json +2993 -1175
- package/build/rn/theme.js +342 -43
- package/package.json +5 -5
- package/theme.json +396 -43
package/build/android/theme.json
CHANGED
|
@@ -743,6 +743,40 @@
|
|
|
743
743
|
"gradient": null
|
|
744
744
|
}
|
|
745
745
|
},
|
|
746
|
+
"Breadcrumbs": {
|
|
747
|
+
"appearances": {
|
|
748
|
+
"inverse": {
|
|
749
|
+
"type": "variant",
|
|
750
|
+
"values": [true]
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
"rules": [
|
|
754
|
+
{
|
|
755
|
+
"if": {
|
|
756
|
+
"inverse": true
|
|
757
|
+
},
|
|
758
|
+
"tokens": {
|
|
759
|
+
"iconColor": {
|
|
760
|
+
"red": 0.69804,
|
|
761
|
+
"green": 0.72549,
|
|
762
|
+
"blue": 0.74902,
|
|
763
|
+
"alpha": 1
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
],
|
|
768
|
+
"tokens": {
|
|
769
|
+
"icon": "PaletteIconChevronRight",
|
|
770
|
+
"iconColor": {
|
|
771
|
+
"red": 0.40392,
|
|
772
|
+
"green": 0.43137,
|
|
773
|
+
"blue": 0.45098,
|
|
774
|
+
"alpha": 1
|
|
775
|
+
},
|
|
776
|
+
"iconPadding": 8,
|
|
777
|
+
"listItemPadding": 0
|
|
778
|
+
}
|
|
779
|
+
},
|
|
746
780
|
"Button": {
|
|
747
781
|
"appearances": {
|
|
748
782
|
"danger": {
|
|
@@ -1639,6 +1673,57 @@
|
|
|
1639
1673
|
"width": null
|
|
1640
1674
|
}
|
|
1641
1675
|
},
|
|
1676
|
+
"Callout": {
|
|
1677
|
+
"appearances": {
|
|
1678
|
+
"rounded": {
|
|
1679
|
+
"type": "variant",
|
|
1680
|
+
"values": [true, false]
|
|
1681
|
+
},
|
|
1682
|
+
"size": {
|
|
1683
|
+
"type": "variant",
|
|
1684
|
+
"values": ["small"]
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1687
|
+
"rules": [
|
|
1688
|
+
{
|
|
1689
|
+
"if": {
|
|
1690
|
+
"size": "small"
|
|
1691
|
+
},
|
|
1692
|
+
"tokens": {
|
|
1693
|
+
"paddingBottom": 4,
|
|
1694
|
+
"paddingTop": 4
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"if": {
|
|
1699
|
+
"rounded": true
|
|
1700
|
+
},
|
|
1701
|
+
"tokens": {
|
|
1702
|
+
"borderRadius": 4
|
|
1703
|
+
}
|
|
1704
|
+
}
|
|
1705
|
+
],
|
|
1706
|
+
"tokens": {
|
|
1707
|
+
"background": {
|
|
1708
|
+
"red": 0.95686,
|
|
1709
|
+
"green": 0.95686,
|
|
1710
|
+
"blue": 0.96863,
|
|
1711
|
+
"alpha": 1
|
|
1712
|
+
},
|
|
1713
|
+
"borderRadius": 0,
|
|
1714
|
+
"color": {
|
|
1715
|
+
"red": 0.29412,
|
|
1716
|
+
"green": 0.15686,
|
|
1717
|
+
"blue": 0.42745,
|
|
1718
|
+
"alpha": 1
|
|
1719
|
+
},
|
|
1720
|
+
"gap": 16,
|
|
1721
|
+
"paddingBottom": 8,
|
|
1722
|
+
"paddingLeft": 16,
|
|
1723
|
+
"paddingRight": 16,
|
|
1724
|
+
"paddingTop": 8
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1642
1727
|
"Card": {
|
|
1643
1728
|
"appearances": {
|
|
1644
1729
|
"background": {
|
|
@@ -2299,6 +2384,190 @@
|
|
|
2299
2384
|
"textLine": "none"
|
|
2300
2385
|
}
|
|
2301
2386
|
},
|
|
2387
|
+
"DatePicker": {
|
|
2388
|
+
"appearances": {},
|
|
2389
|
+
"rules": [],
|
|
2390
|
+
"tokens": {
|
|
2391
|
+
"calendarDayBlockedCalendarHoverBackground": {
|
|
2392
|
+
"red": 0.98039,
|
|
2393
|
+
"green": 0.98039,
|
|
2394
|
+
"blue": 0.98039,
|
|
2395
|
+
"alpha": 1
|
|
2396
|
+
},
|
|
2397
|
+
"calendarDayBlockedCalendarHoverColor": {
|
|
2398
|
+
"red": 0.2549,
|
|
2399
|
+
"green": 0.27059,
|
|
2400
|
+
"blue": 0.27843,
|
|
2401
|
+
"alpha": 1
|
|
2402
|
+
},
|
|
2403
|
+
"calendarDayDefaultBeforeHeight": 28,
|
|
2404
|
+
"calendarDayDefaultBeforeWidth": 28,
|
|
2405
|
+
"calendarDayDefaultBorder": 1,
|
|
2406
|
+
"calendarDayDefaultBorderColor": {
|
|
2407
|
+
"red": 0.8902,
|
|
2408
|
+
"green": 0.90196,
|
|
2409
|
+
"blue": 0.9098,
|
|
2410
|
+
"alpha": 1
|
|
2411
|
+
},
|
|
2412
|
+
"calendarDayDefaultCalendarDaySelectedHoverBackground": {
|
|
2413
|
+
"red": 0.48627,
|
|
2414
|
+
"green": 0.32549,
|
|
2415
|
+
"blue": 0.64706,
|
|
2416
|
+
"alpha": 1
|
|
2417
|
+
},
|
|
2418
|
+
"calendarDayDefaultCalendarDaySelectedHoverColor": {
|
|
2419
|
+
"red": 1,
|
|
2420
|
+
"green": 1,
|
|
2421
|
+
"blue": 1,
|
|
2422
|
+
"alpha": 1
|
|
2423
|
+
},
|
|
2424
|
+
"calendarDayDefaultColor": {
|
|
2425
|
+
"red": 0.2549,
|
|
2426
|
+
"green": 0.27059,
|
|
2427
|
+
"blue": 0.27843,
|
|
2428
|
+
"alpha": 1
|
|
2429
|
+
},
|
|
2430
|
+
"calendarDayDefaultFontName": "HelveticaNow",
|
|
2431
|
+
"calendarDayDefaultFontSize": 14,
|
|
2432
|
+
"calendarDayDefaultFontWeight": 300,
|
|
2433
|
+
"calendarDaySelectedHoverBeforeBackground": {
|
|
2434
|
+
"red": 0.48627,
|
|
2435
|
+
"green": 0.32549,
|
|
2436
|
+
"blue": 0.64706,
|
|
2437
|
+
"alpha": 1
|
|
2438
|
+
},
|
|
2439
|
+
"calendarDaySelectedHoverBorderColor": {
|
|
2440
|
+
"red": 0.8902,
|
|
2441
|
+
"green": 0.90196,
|
|
2442
|
+
"blue": 0.9098,
|
|
2443
|
+
"alpha": 1
|
|
2444
|
+
},
|
|
2445
|
+
"calendarDaySelectedHoverColor": {
|
|
2446
|
+
"red": 1,
|
|
2447
|
+
"green": 1,
|
|
2448
|
+
"blue": 1,
|
|
2449
|
+
"alpha": 1
|
|
2450
|
+
},
|
|
2451
|
+
"calendarMonthCaptionColor": {
|
|
2452
|
+
"red": 0.17255,
|
|
2453
|
+
"green": 0.18039,
|
|
2454
|
+
"blue": 0.18824,
|
|
2455
|
+
"alpha": 1
|
|
2456
|
+
},
|
|
2457
|
+
"calendarMonthCaptionFontName": "HelveticaNow",
|
|
2458
|
+
"calendarMonthCaptionFontSize": 20,
|
|
2459
|
+
"calendarMonthCaptionFontWeight": 400,
|
|
2460
|
+
"calendarMonthCaptionLineHeight": 1.4,
|
|
2461
|
+
"calendarMonthCaptionPaddingBottom": 48,
|
|
2462
|
+
"dateInputBorderColor": {
|
|
2463
|
+
"red": 0,
|
|
2464
|
+
"green": 0,
|
|
2465
|
+
"blue": 0,
|
|
2466
|
+
"alpha": 0
|
|
2467
|
+
},
|
|
2468
|
+
"dateInputBorderRadius": 6,
|
|
2469
|
+
"dateInputFocusBorderColor": {
|
|
2470
|
+
"red": 0.48627,
|
|
2471
|
+
"green": 0.32549,
|
|
2472
|
+
"blue": 0.64706,
|
|
2473
|
+
"alpha": 1
|
|
2474
|
+
},
|
|
2475
|
+
"dateInputHoverBorderColor": {
|
|
2476
|
+
"red": 0.8902,
|
|
2477
|
+
"green": 0.90196,
|
|
2478
|
+
"blue": 0.9098,
|
|
2479
|
+
"alpha": 1
|
|
2480
|
+
},
|
|
2481
|
+
"dateInputInsideBorderColor": {
|
|
2482
|
+
"red": 0.40392,
|
|
2483
|
+
"green": 0.43137,
|
|
2484
|
+
"blue": 0.45098,
|
|
2485
|
+
"alpha": 1
|
|
2486
|
+
},
|
|
2487
|
+
"dateInputInsideColor": {
|
|
2488
|
+
"red": 0.40392,
|
|
2489
|
+
"green": 0.43137,
|
|
2490
|
+
"blue": 0.45098,
|
|
2491
|
+
"alpha": 1
|
|
2492
|
+
},
|
|
2493
|
+
"dateInputStrokeColor": {
|
|
2494
|
+
"red": 0.40392,
|
|
2495
|
+
"green": 0.43137,
|
|
2496
|
+
"blue": 0.45098,
|
|
2497
|
+
"alpha": 1
|
|
2498
|
+
},
|
|
2499
|
+
"dayPickerNavigationButtonBackgroundColor": {
|
|
2500
|
+
"red": 1,
|
|
2501
|
+
"green": 1,
|
|
2502
|
+
"blue": 1,
|
|
2503
|
+
"alpha": 1
|
|
2504
|
+
},
|
|
2505
|
+
"dayPickerNavigationButtonBorderColor": {
|
|
2506
|
+
"red": 0.69804,
|
|
2507
|
+
"green": 0.72549,
|
|
2508
|
+
"blue": 0.74902,
|
|
2509
|
+
"alpha": 1
|
|
2510
|
+
},
|
|
2511
|
+
"dayPickerNavigationButtonChildLeft": 8,
|
|
2512
|
+
"dayPickerNavigationButtonChildRight": 8,
|
|
2513
|
+
"dayPickerNavigationButtonChildSvgFill": {
|
|
2514
|
+
"red": 0.40392,
|
|
2515
|
+
"green": 0.43137,
|
|
2516
|
+
"blue": 0.45098,
|
|
2517
|
+
"alpha": 1
|
|
2518
|
+
},
|
|
2519
|
+
"dayPickerNavigationButtonDefaultHoverBorderColor": {
|
|
2520
|
+
"red": 0.8902,
|
|
2521
|
+
"green": 0.90196,
|
|
2522
|
+
"blue": 0.9098,
|
|
2523
|
+
"alpha": 1
|
|
2524
|
+
},
|
|
2525
|
+
"dayPickerNavigationButtonMaxHeight": 32,
|
|
2526
|
+
"dayPickerNavigationButtonMaxWidth": 32,
|
|
2527
|
+
"dayPickerNavigationButtonPadding": 8,
|
|
2528
|
+
"dayPickerNavigationSVGHorizontalFill": {
|
|
2529
|
+
"red": 0.17255,
|
|
2530
|
+
"green": 0.18039,
|
|
2531
|
+
"blue": 0.18824,
|
|
2532
|
+
"alpha": 1
|
|
2533
|
+
},
|
|
2534
|
+
"dayPickerWeekHeaderColor": {
|
|
2535
|
+
"red": 0.2549,
|
|
2536
|
+
"green": 0.27059,
|
|
2537
|
+
"blue": 0.27843,
|
|
2538
|
+
"alpha": 1
|
|
2539
|
+
},
|
|
2540
|
+
"dayPickerWeekHeaderFontName": "HelveticaNow",
|
|
2541
|
+
"dayPickerWeekHeaderFontWeight": 500,
|
|
2542
|
+
"dayPickerWeekHeaderLineHeight": 1.42857142857,
|
|
2543
|
+
"dayPickerWeekHeaderSmall": 14,
|
|
2544
|
+
"hiddenInputFieldContainerHeight": 0,
|
|
2545
|
+
"hiddenInputFieldContainerWidth": 0,
|
|
2546
|
+
"invalidInputMixin": {
|
|
2547
|
+
"red": 0.88235,
|
|
2548
|
+
"green": 0.13725,
|
|
2549
|
+
"blue": 0.22353,
|
|
2550
|
+
"alpha": 1
|
|
2551
|
+
},
|
|
2552
|
+
"nextIcon": "PaletteIconArrowRight",
|
|
2553
|
+
"previousIcon": "PaletteIconArrowLeft",
|
|
2554
|
+
"singleDatePickerBorderColor": {
|
|
2555
|
+
"red": 0.40392,
|
|
2556
|
+
"green": 0.43137,
|
|
2557
|
+
"blue": 0.45098,
|
|
2558
|
+
"alpha": 1
|
|
2559
|
+
},
|
|
2560
|
+
"singleDatePickerLeftRight": 16,
|
|
2561
|
+
"singleDatePickerPaddingTopBottom": 8,
|
|
2562
|
+
"singleDatePickerRadius": 4,
|
|
2563
|
+
"validInputMixin": {
|
|
2564
|
+
"red": 0.16863,
|
|
2565
|
+
"green": 0.50196,
|
|
2566
|
+
"blue": 0,
|
|
2567
|
+
"alpha": 1
|
|
2568
|
+
}
|
|
2569
|
+
}
|
|
2570
|
+
},
|
|
2302
2571
|
"Divider": {
|
|
2303
2572
|
"appearances": {
|
|
2304
2573
|
"decorative": {
|
|
@@ -2426,6 +2695,36 @@
|
|
|
2426
2695
|
"verticalAlign": "top"
|
|
2427
2696
|
}
|
|
2428
2697
|
},
|
|
2698
|
+
"ExpandCollapseMini": {
|
|
2699
|
+
"appearances": {},
|
|
2700
|
+
"rules": [],
|
|
2701
|
+
"tokens": {
|
|
2702
|
+
"borderWidth": 0
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2705
|
+
"ExpandCollapseMiniControl": {
|
|
2706
|
+
"appearances": {
|
|
2707
|
+
"expanded": {
|
|
2708
|
+
"description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
|
|
2709
|
+
"values": [true],
|
|
2710
|
+
"type": "state"
|
|
2711
|
+
}
|
|
2712
|
+
},
|
|
2713
|
+
"rules": [
|
|
2714
|
+
{
|
|
2715
|
+
"if": {
|
|
2716
|
+
"expanded": true
|
|
2717
|
+
},
|
|
2718
|
+
"tokens": {
|
|
2719
|
+
"icon": "PaletteIconCaretUp"
|
|
2720
|
+
}
|
|
2721
|
+
}
|
|
2722
|
+
],
|
|
2723
|
+
"tokens": {
|
|
2724
|
+
"icon": "PaletteIconCaretDown",
|
|
2725
|
+
"size": 4
|
|
2726
|
+
}
|
|
2727
|
+
},
|
|
2429
2728
|
"ExpandCollapsePanel": {
|
|
2430
2729
|
"appearances": {},
|
|
2431
2730
|
"rules": [],
|
|
@@ -2574,6 +2873,71 @@
|
|
|
2574
2873
|
"titleFontSize": 16
|
|
2575
2874
|
}
|
|
2576
2875
|
},
|
|
2876
|
+
"Footnote": {
|
|
2877
|
+
"appearances": {},
|
|
2878
|
+
"rules": [],
|
|
2879
|
+
"tokens": {
|
|
2880
|
+
"closeButtonBorderColor": {
|
|
2881
|
+
"red": 0.40392,
|
|
2882
|
+
"green": 0.43137,
|
|
2883
|
+
"blue": 0.45098,
|
|
2884
|
+
"alpha": 1
|
|
2885
|
+
},
|
|
2886
|
+
"closeButtonBorderSize": 1,
|
|
2887
|
+
"closeButtonHeight": 24,
|
|
2888
|
+
"closeButtonIconSize": 16,
|
|
2889
|
+
"closeButtonMarginBottom": 12,
|
|
2890
|
+
"closeButtonMarginLeft": 4,
|
|
2891
|
+
"closeButtonMarginRight": 4,
|
|
2892
|
+
"closeButtonMarginTop": 12,
|
|
2893
|
+
"closeButtonWidth": 24,
|
|
2894
|
+
"footnoteBackground": {
|
|
2895
|
+
"red": 0.95686,
|
|
2896
|
+
"green": 0.95686,
|
|
2897
|
+
"blue": 0.96863,
|
|
2898
|
+
"alpha": 1
|
|
2899
|
+
},
|
|
2900
|
+
"footnoteBodyBackground": {
|
|
2901
|
+
"red": 0.95686,
|
|
2902
|
+
"green": 0.95686,
|
|
2903
|
+
"blue": 0.96863,
|
|
2904
|
+
"alpha": 1
|
|
2905
|
+
},
|
|
2906
|
+
"footnoteBodyPaddingBottom": 32,
|
|
2907
|
+
"footnoteBodyPaddingLeft": 16,
|
|
2908
|
+
"footnoteBodyPaddingRight": 16,
|
|
2909
|
+
"footnoteBodyPaddingTop": 0,
|
|
2910
|
+
"footnoteBorderColorMd": {
|
|
2911
|
+
"red": 0.69804,
|
|
2912
|
+
"green": 0.72549,
|
|
2913
|
+
"blue": 0.74902,
|
|
2914
|
+
"alpha": 1
|
|
2915
|
+
},
|
|
2916
|
+
"footnoteBorderTopSizeMd": 1,
|
|
2917
|
+
"headerMargin": 16,
|
|
2918
|
+
"listItemColor": {
|
|
2919
|
+
"red": 0.2549,
|
|
2920
|
+
"green": 0.27059,
|
|
2921
|
+
"blue": 0.27843,
|
|
2922
|
+
"alpha": 1
|
|
2923
|
+
},
|
|
2924
|
+
"listItemFontSize": 14,
|
|
2925
|
+
"listItemLineHeight": 1.42857142857,
|
|
2926
|
+
"listItemMarkerFontSize": 16,
|
|
2927
|
+
"listItemMarkerLineHeight": 1.5,
|
|
2928
|
+
"listItemPaddingLeft": 8,
|
|
2929
|
+
"listPaddingLeft": 32
|
|
2930
|
+
}
|
|
2931
|
+
},
|
|
2932
|
+
"FootnoteLink": {
|
|
2933
|
+
"appearances": {},
|
|
2934
|
+
"rules": [],
|
|
2935
|
+
"tokens": {
|
|
2936
|
+
"lineHeight": 1,
|
|
2937
|
+
"paddingLeft": 2,
|
|
2938
|
+
"paddingRight": 2
|
|
2939
|
+
}
|
|
2940
|
+
},
|
|
2577
2941
|
"HorizontalScrollButton": {
|
|
2578
2942
|
"appearances": {
|
|
2579
2943
|
"pressed": {
|
|
@@ -2962,17 +3326,18 @@
|
|
|
2962
3326
|
"alpha": 0.4
|
|
2963
3327
|
},
|
|
2964
3328
|
"borderColor": {
|
|
2965
|
-
"red":
|
|
2966
|
-
"green":
|
|
2967
|
-
"blue":
|
|
3329
|
+
"red": 1,
|
|
3330
|
+
"green": 1,
|
|
3331
|
+
"blue": 1,
|
|
2968
3332
|
"alpha": 1
|
|
2969
3333
|
},
|
|
2970
3334
|
"iconColor": {
|
|
2971
|
-
"red":
|
|
2972
|
-
"green":
|
|
2973
|
-
"blue":
|
|
3335
|
+
"red": 1,
|
|
3336
|
+
"green": 1,
|
|
3337
|
+
"blue": 1,
|
|
2974
3338
|
"alpha": 1
|
|
2975
|
-
}
|
|
3339
|
+
},
|
|
3340
|
+
"outerBorderWidth": 0
|
|
2976
3341
|
}
|
|
2977
3342
|
},
|
|
2978
3343
|
{
|
|
@@ -2989,6 +3354,7 @@
|
|
|
2989
3354
|
"size": "small"
|
|
2990
3355
|
},
|
|
2991
3356
|
"tokens": {
|
|
3357
|
+
"iconSize": 16,
|
|
2992
3358
|
"padding": 4
|
|
2993
3359
|
}
|
|
2994
3360
|
},
|
|
@@ -3011,6 +3377,7 @@
|
|
|
3011
3377
|
"alpha": 1
|
|
3012
3378
|
},
|
|
3013
3379
|
"borderWidth": 1,
|
|
3380
|
+
"iconSize": 16,
|
|
3014
3381
|
"outerBorderColor": {
|
|
3015
3382
|
"red": 0,
|
|
3016
3383
|
"green": 0,
|
|
@@ -3019,7 +3386,7 @@
|
|
|
3019
3386
|
},
|
|
3020
3387
|
"outerBorderGap": 0,
|
|
3021
3388
|
"outerBorderWidth": 0,
|
|
3022
|
-
"padding":
|
|
3389
|
+
"padding": 8,
|
|
3023
3390
|
"shadow": {
|
|
3024
3391
|
"inset": false,
|
|
3025
3392
|
"offsetX": 0,
|
|
@@ -3041,7 +3408,8 @@
|
|
|
3041
3408
|
"size": "large"
|
|
3042
3409
|
},
|
|
3043
3410
|
"tokens": {
|
|
3044
|
-
"
|
|
3411
|
+
"iconSize": 24,
|
|
3412
|
+
"padding": 12
|
|
3045
3413
|
}
|
|
3046
3414
|
},
|
|
3047
3415
|
{
|
|
@@ -3126,7 +3494,7 @@
|
|
|
3126
3494
|
"alpha": 1
|
|
3127
3495
|
},
|
|
3128
3496
|
"iconScale": 1,
|
|
3129
|
-
"iconSize":
|
|
3497
|
+
"iconSize": 16,
|
|
3130
3498
|
"iconTranslateX": 0,
|
|
3131
3499
|
"iconTranslateY": 0,
|
|
3132
3500
|
"outerBorderColor": {
|
|
@@ -3137,10 +3505,17 @@
|
|
|
3137
3505
|
},
|
|
3138
3506
|
"outerBorderGap": 0,
|
|
3139
3507
|
"outerBorderWidth": 0,
|
|
3140
|
-
"padding":
|
|
3508
|
+
"padding": 4,
|
|
3141
3509
|
"shadow": null
|
|
3142
3510
|
}
|
|
3143
3511
|
},
|
|
3512
|
+
"Image": {
|
|
3513
|
+
"appearances": {},
|
|
3514
|
+
"rules": [],
|
|
3515
|
+
"tokens": {
|
|
3516
|
+
"borderRadius": 4
|
|
3517
|
+
}
|
|
3518
|
+
},
|
|
3144
3519
|
"InputLabel": {
|
|
3145
3520
|
"appearances": {},
|
|
3146
3521
|
"rules": [],
|
|
@@ -3486,7 +3861,11 @@
|
|
|
3486
3861
|
"viewport": ["xs", "sm"]
|
|
3487
3862
|
},
|
|
3488
3863
|
"tokens": {
|
|
3489
|
-
"height": "100%"
|
|
3864
|
+
"height": "100%",
|
|
3865
|
+
"paddingBottom": 24,
|
|
3866
|
+
"paddingLeft": 24,
|
|
3867
|
+
"paddingRight": 24,
|
|
3868
|
+
"paddingTop": 24
|
|
3490
3869
|
}
|
|
3491
3870
|
},
|
|
3492
3871
|
{
|
|
@@ -3591,7 +3970,19 @@
|
|
|
3591
3970
|
"blue": 1,
|
|
3592
3971
|
"alpha": 1
|
|
3593
3972
|
},
|
|
3973
|
+
"borderColor": {
|
|
3974
|
+
"red": 0.8902,
|
|
3975
|
+
"green": 0.90196,
|
|
3976
|
+
"blue": 0.9098,
|
|
3977
|
+
"alpha": 1
|
|
3978
|
+
},
|
|
3594
3979
|
"borderRadius": 4,
|
|
3980
|
+
"cancelButtonColor": {
|
|
3981
|
+
"red": 0.16863,
|
|
3982
|
+
"green": 0.50196,
|
|
3983
|
+
"blue": 0,
|
|
3984
|
+
"alpha": 1
|
|
3985
|
+
},
|
|
3595
3986
|
"closeIcon": "PaletteIconClose",
|
|
3596
3987
|
"closeIconColor": {
|
|
3597
3988
|
"red": 0.2549,
|
|
@@ -3605,11 +3996,21 @@
|
|
|
3605
3996
|
"containerPaddingLeft": 0,
|
|
3606
3997
|
"containerPaddingRight": 0,
|
|
3607
3998
|
"containerPaddingTop": 0,
|
|
3999
|
+
"gap": 16,
|
|
4000
|
+
"headingColor": {
|
|
4001
|
+
"red": 0.2549,
|
|
4002
|
+
"green": 0.27059,
|
|
4003
|
+
"blue": 0.27843,
|
|
4004
|
+
"alpha": 1
|
|
4005
|
+
},
|
|
4006
|
+
"headingPaddingRight": 24,
|
|
3608
4007
|
"height": null,
|
|
4008
|
+
"marginLeft": 24,
|
|
4009
|
+
"marginRight": 24,
|
|
3609
4010
|
"maxWidth": "100%",
|
|
3610
4011
|
"paddingBottom": 24,
|
|
3611
|
-
"paddingLeft":
|
|
3612
|
-
"paddingRight":
|
|
4012
|
+
"paddingLeft": 32,
|
|
4013
|
+
"paddingRight": 32,
|
|
3613
4014
|
"paddingTop": 24,
|
|
3614
4015
|
"shadow": {
|
|
3615
4016
|
"inset": false,
|
|
@@ -3623,7 +4024,8 @@
|
|
|
3623
4024
|
"blue": 0,
|
|
3624
4025
|
"alpha": 0.1
|
|
3625
4026
|
}
|
|
3626
|
-
}
|
|
4027
|
+
},
|
|
4028
|
+
"subHeadingMarginTop": 8
|
|
3627
4029
|
}
|
|
3628
4030
|
},
|
|
3629
4031
|
"Notification": {
|
|
@@ -4119,37 +4521,107 @@
|
|
|
4119
4521
|
"red": 0,
|
|
4120
4522
|
"green": 0,
|
|
4121
4523
|
"blue": 0,
|
|
4122
|
-
"alpha": 0
|
|
4524
|
+
"alpha": 0
|
|
4525
|
+
},
|
|
4526
|
+
"borderRadius": 4,
|
|
4527
|
+
"borderWidth": 1,
|
|
4528
|
+
"color": {
|
|
4529
|
+
"red": 0.40392,
|
|
4530
|
+
"green": 0.43137,
|
|
4531
|
+
"blue": 0.45098,
|
|
4532
|
+
"alpha": 1
|
|
4533
|
+
},
|
|
4534
|
+
"displayLabel": true,
|
|
4535
|
+
"fontName": "HelveticaNow",
|
|
4536
|
+
"fontSize": 16,
|
|
4537
|
+
"fontWeight": 400,
|
|
4538
|
+
"icon": null,
|
|
4539
|
+
"iconDisplace": 0,
|
|
4540
|
+
"iconSize": 24,
|
|
4541
|
+
"lineHeight": 1.5,
|
|
4542
|
+
"outerBorderColor": {
|
|
4543
|
+
"red": 0,
|
|
4544
|
+
"green": 0,
|
|
4545
|
+
"blue": 0,
|
|
4546
|
+
"alpha": 0
|
|
4547
|
+
},
|
|
4548
|
+
"paddingBottom": 12,
|
|
4549
|
+
"paddingLeft": 8,
|
|
4550
|
+
"paddingRight": 8,
|
|
4551
|
+
"paddingTop": 12,
|
|
4552
|
+
"textAlign": "center",
|
|
4553
|
+
"textLine": "underline",
|
|
4554
|
+
"width": null
|
|
4555
|
+
}
|
|
4556
|
+
},
|
|
4557
|
+
"PreviewCard": {
|
|
4558
|
+
"appearances": {},
|
|
4559
|
+
"rules": [],
|
|
4560
|
+
"tokens": {
|
|
4561
|
+
"backgroundColor": {
|
|
4562
|
+
"red": 1,
|
|
4563
|
+
"green": 1,
|
|
4564
|
+
"blue": 1,
|
|
4565
|
+
"alpha": 1
|
|
4566
|
+
},
|
|
4567
|
+
"borderColor": {
|
|
4568
|
+
"red": 0.8902,
|
|
4569
|
+
"green": 0.90196,
|
|
4570
|
+
"blue": 0.9098,
|
|
4571
|
+
"alpha": 1
|
|
4572
|
+
},
|
|
4573
|
+
"borderRadius": 6,
|
|
4574
|
+
"borderWidth": 1,
|
|
4575
|
+
"flex": 1,
|
|
4576
|
+
"outerBorderColor": {
|
|
4577
|
+
"red": 0,
|
|
4578
|
+
"green": 0,
|
|
4579
|
+
"blue": 0,
|
|
4580
|
+
"alpha": 1
|
|
4123
4581
|
},
|
|
4124
|
-
"
|
|
4125
|
-
"
|
|
4126
|
-
"
|
|
4582
|
+
"outerBorderGap": 0,
|
|
4583
|
+
"outerBorderWidth": 0,
|
|
4584
|
+
"paddingBottom": 0,
|
|
4585
|
+
"paddingLeft": 0,
|
|
4586
|
+
"paddingRight": 0,
|
|
4587
|
+
"paddingTop": 0,
|
|
4588
|
+
"separatorColor": {
|
|
4589
|
+
"red": 0.69804,
|
|
4590
|
+
"green": 0.72549,
|
|
4591
|
+
"blue": 0.74902,
|
|
4592
|
+
"alpha": 1
|
|
4593
|
+
}
|
|
4594
|
+
}
|
|
4595
|
+
},
|
|
4596
|
+
"PriceLockup": {
|
|
4597
|
+
"appearances": {},
|
|
4598
|
+
"rules": [],
|
|
4599
|
+
"tokens": {
|
|
4600
|
+
"bottomLinksMarginLeft": 4,
|
|
4601
|
+
"bottomTextMarginTop": 4,
|
|
4602
|
+
"dividerColor": {
|
|
4603
|
+
"red": 0.69804,
|
|
4604
|
+
"green": 0.72549,
|
|
4605
|
+
"blue": 0.74902,
|
|
4606
|
+
"alpha": 1
|
|
4607
|
+
},
|
|
4608
|
+
"fontColor": {
|
|
4609
|
+
"red": 0.2549,
|
|
4610
|
+
"green": 0.27059,
|
|
4611
|
+
"blue": 0.27843,
|
|
4612
|
+
"alpha": 1
|
|
4613
|
+
},
|
|
4614
|
+
"footnoteGap": 4,
|
|
4615
|
+
"footnoteMarginTop": 4,
|
|
4616
|
+
"priceMarginBottom": 8,
|
|
4617
|
+
"strikeThroughBackground": {
|
|
4127
4618
|
"red": 0.40392,
|
|
4128
4619
|
"green": 0.43137,
|
|
4129
4620
|
"blue": 0.45098,
|
|
4130
4621
|
"alpha": 1
|
|
4131
4622
|
},
|
|
4132
|
-
"
|
|
4133
|
-
"
|
|
4134
|
-
"fontSize": 16,
|
|
4135
|
-
"fontWeight": 400,
|
|
4136
|
-
"icon": null,
|
|
4137
|
-
"iconDisplace": 0,
|
|
4138
|
-
"iconSize": 24,
|
|
4139
|
-
"lineHeight": 1.5,
|
|
4140
|
-
"outerBorderColor": {
|
|
4141
|
-
"red": 0,
|
|
4142
|
-
"green": 0,
|
|
4143
|
-
"blue": 0,
|
|
4144
|
-
"alpha": 0
|
|
4145
|
-
},
|
|
4146
|
-
"paddingBottom": 12,
|
|
4147
|
-
"paddingLeft": 8,
|
|
4148
|
-
"paddingRight": 8,
|
|
4149
|
-
"paddingTop": 12,
|
|
4150
|
-
"textAlign": "center",
|
|
4151
|
-
"textLine": "underline",
|
|
4152
|
-
"width": null
|
|
4623
|
+
"strikeThroughHeight": 2,
|
|
4624
|
+
"topTextMarginBottom": 4
|
|
4153
4625
|
}
|
|
4154
4626
|
},
|
|
4155
4627
|
"Progress": {
|
|
@@ -4574,14 +5046,7 @@
|
|
|
4574
5046
|
"if": {
|
|
4575
5047
|
"error": true
|
|
4576
5048
|
},
|
|
4577
|
-
"tokens": {
|
|
4578
|
-
"inputBorderColor": {
|
|
4579
|
-
"red": 0.88235,
|
|
4580
|
-
"green": 0.13725,
|
|
4581
|
-
"blue": 0.22353,
|
|
4582
|
-
"alpha": 1
|
|
4583
|
-
}
|
|
4584
|
-
}
|
|
5049
|
+
"tokens": {}
|
|
4585
5050
|
},
|
|
4586
5051
|
{
|
|
4587
5052
|
"if": {
|
|
@@ -4607,6 +5072,38 @@
|
|
|
4607
5072
|
"alpha": 1
|
|
4608
5073
|
}
|
|
4609
5074
|
}
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"if": {
|
|
5078
|
+
"checked": true,
|
|
5079
|
+
"inactive": true
|
|
5080
|
+
},
|
|
5081
|
+
"tokens": {
|
|
5082
|
+
"checkedBackgroundColor": {
|
|
5083
|
+
"red": 0.69804,
|
|
5084
|
+
"green": 0.72549,
|
|
5085
|
+
"blue": 0.74902,
|
|
5086
|
+
"alpha": 1
|
|
5087
|
+
},
|
|
5088
|
+
"inputBackgroundColor": {
|
|
5089
|
+
"red": 1,
|
|
5090
|
+
"green": 1,
|
|
5091
|
+
"blue": 1,
|
|
5092
|
+
"alpha": 1
|
|
5093
|
+
},
|
|
5094
|
+
"inputBorderColor": {
|
|
5095
|
+
"red": 0.69804,
|
|
5096
|
+
"green": 0.72549,
|
|
5097
|
+
"blue": 0.74902,
|
|
5098
|
+
"alpha": 1
|
|
5099
|
+
},
|
|
5100
|
+
"labelColor": {
|
|
5101
|
+
"red": 0.40392,
|
|
5102
|
+
"green": 0.43137,
|
|
5103
|
+
"blue": 0.45098,
|
|
5104
|
+
"alpha": 1
|
|
5105
|
+
}
|
|
5106
|
+
}
|
|
4610
5107
|
}
|
|
4611
5108
|
],
|
|
4612
5109
|
"tokens": {
|
|
@@ -5277,6 +5774,20 @@
|
|
|
5277
5774
|
}
|
|
5278
5775
|
},
|
|
5279
5776
|
"rules": [
|
|
5777
|
+
{
|
|
5778
|
+
"if": {
|
|
5779
|
+
"focus": true
|
|
5780
|
+
},
|
|
5781
|
+
"tokens": {
|
|
5782
|
+
"borderColor": {
|
|
5783
|
+
"red": 0.48627,
|
|
5784
|
+
"green": 0.32549,
|
|
5785
|
+
"blue": 0.64706,
|
|
5786
|
+
"alpha": 1
|
|
5787
|
+
},
|
|
5788
|
+
"borderWidth": 3
|
|
5789
|
+
}
|
|
5790
|
+
},
|
|
5280
5791
|
{
|
|
5281
5792
|
"if": {
|
|
5282
5793
|
"validation": "success"
|
|
@@ -5317,38 +5828,18 @@
|
|
|
5317
5828
|
}
|
|
5318
5829
|
}
|
|
5319
5830
|
},
|
|
5320
|
-
{
|
|
5321
|
-
"if": {
|
|
5322
|
-
"focus": true
|
|
5323
|
-
},
|
|
5324
|
-
"tokens": {
|
|
5325
|
-
"borderColor": {
|
|
5326
|
-
"red": 0.48627,
|
|
5327
|
-
"green": 0.32549,
|
|
5328
|
-
"blue": 0.64706,
|
|
5329
|
-
"alpha": 1
|
|
5330
|
-
},
|
|
5331
|
-
"borderWidth": 3,
|
|
5332
|
-
"validationIcon": null
|
|
5333
|
-
}
|
|
5334
|
-
},
|
|
5335
5831
|
{
|
|
5336
5832
|
"if": {
|
|
5337
5833
|
"inactive": true
|
|
5338
5834
|
},
|
|
5339
5835
|
"tokens": {
|
|
5340
|
-
"backgroundColor": {
|
|
5341
|
-
"red": 0.95686,
|
|
5342
|
-
"green": 0.95686,
|
|
5343
|
-
"blue": 0.96863,
|
|
5344
|
-
"alpha": 1
|
|
5345
|
-
},
|
|
5346
5836
|
"borderColor": {
|
|
5347
|
-
"red": 0.
|
|
5348
|
-
"green": 0.
|
|
5349
|
-
"blue": 0.
|
|
5837
|
+
"red": 0.40392,
|
|
5838
|
+
"green": 0.43137,
|
|
5839
|
+
"blue": 0.45098,
|
|
5350
5840
|
"alpha": 1
|
|
5351
|
-
}
|
|
5841
|
+
},
|
|
5842
|
+
"icon": null
|
|
5352
5843
|
}
|
|
5353
5844
|
}
|
|
5354
5845
|
],
|
|
@@ -5384,7 +5875,7 @@
|
|
|
5384
5875
|
"blue": 0.27843,
|
|
5385
5876
|
"alpha": 1
|
|
5386
5877
|
},
|
|
5387
|
-
"iconSize":
|
|
5878
|
+
"iconSize": 20,
|
|
5388
5879
|
"outerBackgroundColor": {
|
|
5389
5880
|
"red": 0,
|
|
5390
5881
|
"green": 0,
|
|
@@ -5409,7 +5900,7 @@
|
|
|
5409
5900
|
"blue": 0,
|
|
5410
5901
|
"alpha": 0
|
|
5411
5902
|
},
|
|
5412
|
-
"validationIconSize":
|
|
5903
|
+
"validationIconSize": 20
|
|
5413
5904
|
}
|
|
5414
5905
|
},
|
|
5415
5906
|
"SideNav": {
|
|
@@ -5885,6 +6376,81 @@
|
|
|
5885
6376
|
"showStepTrackerLabel": true
|
|
5886
6377
|
}
|
|
5887
6378
|
},
|
|
6379
|
+
"Table": {
|
|
6380
|
+
"appearances": {
|
|
6381
|
+
"spacing": {
|
|
6382
|
+
"type": "variant",
|
|
6383
|
+
"values": ["compact"]
|
|
6384
|
+
}
|
|
6385
|
+
},
|
|
6386
|
+
"rules": [
|
|
6387
|
+
{
|
|
6388
|
+
"if": {
|
|
6389
|
+
"spacing": "compact"
|
|
6390
|
+
},
|
|
6391
|
+
"tokens": {
|
|
6392
|
+
"cellPaddingBottom": 8,
|
|
6393
|
+
"cellPaddingTop": 8
|
|
6394
|
+
}
|
|
6395
|
+
}
|
|
6396
|
+
],
|
|
6397
|
+
"tokens": {
|
|
6398
|
+
"cellBackground": {
|
|
6399
|
+
"red": 1,
|
|
6400
|
+
"green": 1,
|
|
6401
|
+
"blue": 1,
|
|
6402
|
+
"alpha": 1
|
|
6403
|
+
},
|
|
6404
|
+
"cellBoxShadowColor": {
|
|
6405
|
+
"red": 0.8902,
|
|
6406
|
+
"green": 0.90196,
|
|
6407
|
+
"blue": 0.9098,
|
|
6408
|
+
"alpha": 1
|
|
6409
|
+
},
|
|
6410
|
+
"cellHeadingBackground": {
|
|
6411
|
+
"red": 0.95686,
|
|
6412
|
+
"green": 0.95686,
|
|
6413
|
+
"blue": 0.96863,
|
|
6414
|
+
"alpha": 1
|
|
6415
|
+
},
|
|
6416
|
+
"cellHeadingBoxShadowColor": {
|
|
6417
|
+
"red": 0.69804,
|
|
6418
|
+
"green": 0.72549,
|
|
6419
|
+
"blue": 0.74902,
|
|
6420
|
+
"alpha": 1
|
|
6421
|
+
},
|
|
6422
|
+
"cellPaddingBottom": 16,
|
|
6423
|
+
"cellPaddingLeft": 16,
|
|
6424
|
+
"cellPaddingRight": 16,
|
|
6425
|
+
"cellPaddingTop": 16,
|
|
6426
|
+
"cellRowHeadingBackground": {
|
|
6427
|
+
"red": 1,
|
|
6428
|
+
"green": 1,
|
|
6429
|
+
"blue": 1,
|
|
6430
|
+
"alpha": 1
|
|
6431
|
+
},
|
|
6432
|
+
"cellStickyShadow": {
|
|
6433
|
+
"inset": false,
|
|
6434
|
+
"offsetX": 0,
|
|
6435
|
+
"offsetY": 4,
|
|
6436
|
+
"blur": 8,
|
|
6437
|
+
"spread": 0,
|
|
6438
|
+
"color": {
|
|
6439
|
+
"red": 0,
|
|
6440
|
+
"green": 0,
|
|
6441
|
+
"blue": 0,
|
|
6442
|
+
"alpha": 0.1
|
|
6443
|
+
}
|
|
6444
|
+
},
|
|
6445
|
+
"cellSubheadingBackground": {
|
|
6446
|
+
"red": 0.98039,
|
|
6447
|
+
"green": 0.98039,
|
|
6448
|
+
"blue": 0.98039,
|
|
6449
|
+
"alpha": 1
|
|
6450
|
+
},
|
|
6451
|
+
"tablePaddingBottom": 24
|
|
6452
|
+
}
|
|
6453
|
+
},
|
|
5888
6454
|
"Tabs": {
|
|
5889
6455
|
"appearances": {
|
|
5890
6456
|
"inverse": {
|
|
@@ -6667,6 +7233,73 @@
|
|
|
6667
7233
|
"timelineContainerDirection": "column"
|
|
6668
7234
|
}
|
|
6669
7235
|
},
|
|
7236
|
+
"Toast": {
|
|
7237
|
+
"appearances": {},
|
|
7238
|
+
"rules": [],
|
|
7239
|
+
"tokens": {
|
|
7240
|
+
"animationBackgroundColorAfter": {
|
|
7241
|
+
"red": 0.95686,
|
|
7242
|
+
"green": 0.95686,
|
|
7243
|
+
"blue": 0.96863,
|
|
7244
|
+
"alpha": 1
|
|
7245
|
+
},
|
|
7246
|
+
"animationBackgroundColorBefore": {
|
|
7247
|
+
"red": 0.29412,
|
|
7248
|
+
"green": 0.15686,
|
|
7249
|
+
"blue": 0.42745,
|
|
7250
|
+
"alpha": 1
|
|
7251
|
+
},
|
|
7252
|
+
"animationColorAfter": {
|
|
7253
|
+
"red": 0.2549,
|
|
7254
|
+
"green": 0.27059,
|
|
7255
|
+
"blue": 0.27843,
|
|
7256
|
+
"alpha": 1
|
|
7257
|
+
},
|
|
7258
|
+
"animationColorBefore": {
|
|
7259
|
+
"red": 1,
|
|
7260
|
+
"green": 1,
|
|
7261
|
+
"blue": 1,
|
|
7262
|
+
"alpha": 1
|
|
7263
|
+
},
|
|
7264
|
+
"animationDivColorAfter": {
|
|
7265
|
+
"red": 0.16863,
|
|
7266
|
+
"green": 0.50196,
|
|
7267
|
+
"blue": 0,
|
|
7268
|
+
"alpha": 1
|
|
7269
|
+
},
|
|
7270
|
+
"animationDivColorBefore": {
|
|
7271
|
+
"red": 1,
|
|
7272
|
+
"green": 1,
|
|
7273
|
+
"blue": 1,
|
|
7274
|
+
"alpha": 1
|
|
7275
|
+
},
|
|
7276
|
+
"animationFillColorAfter": {
|
|
7277
|
+
"red": 0.16863,
|
|
7278
|
+
"green": 0.50196,
|
|
7279
|
+
"blue": 0,
|
|
7280
|
+
"alpha": 1
|
|
7281
|
+
},
|
|
7282
|
+
"animationFillColorBefore": {
|
|
7283
|
+
"red": 1,
|
|
7284
|
+
"green": 1,
|
|
7285
|
+
"blue": 1,
|
|
7286
|
+
"alpha": 1
|
|
7287
|
+
},
|
|
7288
|
+
"animationHeightAfter": 24,
|
|
7289
|
+
"animationHeightBefore": 0,
|
|
7290
|
+
"animationPaddingBottomAfter": 16,
|
|
7291
|
+
"animationPaddingBottomBefore": 0,
|
|
7292
|
+
"animationPaddingTopAfter": 16,
|
|
7293
|
+
"animationPaddingTopBefore": 0,
|
|
7294
|
+
"containerBackgroundColor": {
|
|
7295
|
+
"red": 0.29412,
|
|
7296
|
+
"green": 0.15686,
|
|
7297
|
+
"blue": 0.42745,
|
|
7298
|
+
"alpha": 1
|
|
7299
|
+
},
|
|
7300
|
+
"containerGap": 10
|
|
7301
|
+
}
|
|
7302
|
+
},
|
|
6670
7303
|
"ToggleSwitch": {
|
|
6671
7304
|
"appearances": {
|
|
6672
7305
|
"inactive": {
|
|
@@ -7550,6 +8183,20 @@
|
|
|
7550
8183
|
"textTransform": "none"
|
|
7551
8184
|
}
|
|
7552
8185
|
},
|
|
8186
|
+
"WaffleGrid": {
|
|
8187
|
+
"appearances": {},
|
|
8188
|
+
"rules": [],
|
|
8189
|
+
"tokens": {
|
|
8190
|
+
"itemBorderColor": {
|
|
8191
|
+
"red": 0.69804,
|
|
8192
|
+
"green": 0.72549,
|
|
8193
|
+
"blue": 0.74902,
|
|
8194
|
+
"alpha": 1
|
|
8195
|
+
},
|
|
8196
|
+
"itemPadding": 16,
|
|
8197
|
+
"rowBorderWidth": 1
|
|
8198
|
+
}
|
|
8199
|
+
},
|
|
7553
8200
|
"spacingScale": {
|
|
7554
8201
|
"appearances": {
|
|
7555
8202
|
"space": {
|
|
@@ -7737,7 +8384,7 @@
|
|
|
7737
8384
|
}
|
|
7738
8385
|
},
|
|
7739
8386
|
"metadata": {
|
|
7740
|
-
"themeTokensVersion": "2.
|
|
8387
|
+
"themeTokensVersion": "2.19.0",
|
|
7741
8388
|
"name": "theme-allium"
|
|
7742
8389
|
}
|
|
7743
8390
|
}
|