@telus-uds/theme-allium 3.23.0 → 3.25.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 +8491 -6254
- package/build/android/theme.json +1180 -98
- package/build/ios/schema.json +8491 -6254
- package/build/ios/theme.json +1180 -98
- package/build/rn/schema.json +8491 -6254
- package/build/rn/theme.js +624 -10
- package/package.json +5 -5
- package/theme.json +733 -4
package/build/android/theme.json
CHANGED
|
@@ -237,6 +237,48 @@
|
|
|
237
237
|
"paddingTop": 2
|
|
238
238
|
}
|
|
239
239
|
},
|
|
240
|
+
"BlockQuote": {
|
|
241
|
+
"appearances": {},
|
|
242
|
+
"rules": [],
|
|
243
|
+
"tokens": {
|
|
244
|
+
"backgroundGradient": {
|
|
245
|
+
"type": "linear",
|
|
246
|
+
"angle": 135,
|
|
247
|
+
"stops": [
|
|
248
|
+
{
|
|
249
|
+
"stop": 0,
|
|
250
|
+
"color": {
|
|
251
|
+
"red": 0.29412,
|
|
252
|
+
"green": 0.15686,
|
|
253
|
+
"blue": 0.42745,
|
|
254
|
+
"alpha": 1
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"stop": 1,
|
|
259
|
+
"color": {
|
|
260
|
+
"red": 0.89804,
|
|
261
|
+
"green": 0.19608,
|
|
262
|
+
"blue": 0.57647,
|
|
263
|
+
"alpha": 1
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
"color": {
|
|
269
|
+
"red": 0.2549,
|
|
270
|
+
"green": 0.27059,
|
|
271
|
+
"blue": 0.27843,
|
|
272
|
+
"alpha": 1
|
|
273
|
+
},
|
|
274
|
+
"marginBottom": 16,
|
|
275
|
+
"paddingBottom": 16,
|
|
276
|
+
"paddingLeft": 32,
|
|
277
|
+
"paddingRight": 32,
|
|
278
|
+
"paddingTop": 16,
|
|
279
|
+
"width": 2
|
|
280
|
+
}
|
|
281
|
+
},
|
|
240
282
|
"Box": {
|
|
241
283
|
"appearances": {
|
|
242
284
|
"background": {
|
|
@@ -813,10 +855,15 @@
|
|
|
813
855
|
"type": "variant",
|
|
814
856
|
"values": [true]
|
|
815
857
|
},
|
|
858
|
+
"viewport": {
|
|
859
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
860
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
861
|
+
"type": "state"
|
|
862
|
+
},
|
|
816
863
|
"width": {
|
|
817
|
-
"description": "Available in default
|
|
864
|
+
"description": "Available in default, full-width or responsive. Default-width expands based on content. Full-width expands to width of the container. Responsive automatically applies full-width when is displayed on the XS viewport.",
|
|
818
865
|
"type": "variant",
|
|
819
|
-
"values": ["full"]
|
|
866
|
+
"values": ["full", "responsive"]
|
|
820
867
|
}
|
|
821
868
|
},
|
|
822
869
|
"rules": [
|
|
@@ -989,6 +1036,15 @@
|
|
|
989
1036
|
"width": "100%"
|
|
990
1037
|
}
|
|
991
1038
|
},
|
|
1039
|
+
{
|
|
1040
|
+
"if": {
|
|
1041
|
+
"viewport": ["xs"],
|
|
1042
|
+
"width": "responsive"
|
|
1043
|
+
},
|
|
1044
|
+
"tokens": {
|
|
1045
|
+
"width": "100%"
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
992
1048
|
{
|
|
993
1049
|
"if": {
|
|
994
1050
|
"size": "small"
|
|
@@ -1878,7 +1934,7 @@
|
|
|
1878
1934
|
"borderWidth": 1,
|
|
1879
1935
|
"contentAlignItems": "stretch",
|
|
1880
1936
|
"contentFlexGrow": 0,
|
|
1881
|
-
"contentFlexShrink":
|
|
1937
|
+
"contentFlexShrink": 1,
|
|
1882
1938
|
"contentJustifyContent": "flex-start",
|
|
1883
1939
|
"flex": 1,
|
|
1884
1940
|
"minWidth": null,
|
|
@@ -2396,6 +2452,158 @@
|
|
|
2396
2452
|
"textLineHeight": 2.25
|
|
2397
2453
|
}
|
|
2398
2454
|
},
|
|
2455
|
+
"Countdown": {
|
|
2456
|
+
"appearances": {
|
|
2457
|
+
"feature": {
|
|
2458
|
+
"type": "variant",
|
|
2459
|
+
"values": [true]
|
|
2460
|
+
},
|
|
2461
|
+
"inverse": {
|
|
2462
|
+
"type": "variant",
|
|
2463
|
+
"values": [true]
|
|
2464
|
+
},
|
|
2465
|
+
"label": {
|
|
2466
|
+
"type": "variant",
|
|
2467
|
+
"values": [true]
|
|
2468
|
+
},
|
|
2469
|
+
"large": {
|
|
2470
|
+
"type": "variant",
|
|
2471
|
+
"values": [true]
|
|
2472
|
+
},
|
|
2473
|
+
"viewport": {
|
|
2474
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
2475
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
2476
|
+
"type": "state"
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
"rules": [
|
|
2480
|
+
{
|
|
2481
|
+
"if": {
|
|
2482
|
+
"viewport": ["xs"]
|
|
2483
|
+
},
|
|
2484
|
+
"tokens": {
|
|
2485
|
+
"containerPaddingBottomTop": 16,
|
|
2486
|
+
"containerPaddingLeftRight": 24,
|
|
2487
|
+
"labelFontSize": 14,
|
|
2488
|
+
"labelLineHeight": 1.42857142857,
|
|
2489
|
+
"textLineHeight": 1.42857142857
|
|
2490
|
+
}
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"if": {
|
|
2494
|
+
"large": true,
|
|
2495
|
+
"viewport": ["xs"]
|
|
2496
|
+
},
|
|
2497
|
+
"tokens": {
|
|
2498
|
+
"textFontSize": 28
|
|
2499
|
+
}
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"if": {
|
|
2503
|
+
"feature": true,
|
|
2504
|
+
"viewport": ["xs"]
|
|
2505
|
+
},
|
|
2506
|
+
"tokens": {
|
|
2507
|
+
"textFontSize": 28
|
|
2508
|
+
}
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"if": {
|
|
2512
|
+
"feature": true
|
|
2513
|
+
},
|
|
2514
|
+
"tokens": {
|
|
2515
|
+
"labelBorderColor": {
|
|
2516
|
+
"red": 0.29412,
|
|
2517
|
+
"green": 0.15686,
|
|
2518
|
+
"blue": 0.42745,
|
|
2519
|
+
"alpha": 1
|
|
2520
|
+
},
|
|
2521
|
+
"textFontSize": 64,
|
|
2522
|
+
"textLineHeight": 1.125,
|
|
2523
|
+
"textTimerFontName": "HelveticaNow",
|
|
2524
|
+
"textTimerFontWeight": 300
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"if": {
|
|
2529
|
+
"large": true
|
|
2530
|
+
},
|
|
2531
|
+
"tokens": {
|
|
2532
|
+
"textFontSize": 64,
|
|
2533
|
+
"textLineHeight": 1.125,
|
|
2534
|
+
"textTimerFontName": "HelveticaNow",
|
|
2535
|
+
"textTimerFontWeight": 300
|
|
2536
|
+
}
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"if": {
|
|
2540
|
+
"inverse": true
|
|
2541
|
+
},
|
|
2542
|
+
"tokens": {
|
|
2543
|
+
"labelBorderColor": {
|
|
2544
|
+
"red": 1,
|
|
2545
|
+
"green": 1,
|
|
2546
|
+
"blue": 1,
|
|
2547
|
+
"alpha": 1
|
|
2548
|
+
}
|
|
2549
|
+
}
|
|
2550
|
+
}
|
|
2551
|
+
],
|
|
2552
|
+
"tokens": {
|
|
2553
|
+
"containerBorderRadius": 6,
|
|
2554
|
+
"containerGradient": {
|
|
2555
|
+
"type": "linear",
|
|
2556
|
+
"angle": 135,
|
|
2557
|
+
"stops": [
|
|
2558
|
+
{
|
|
2559
|
+
"stop": 0,
|
|
2560
|
+
"color": {
|
|
2561
|
+
"red": 0.29412,
|
|
2562
|
+
"green": 0.15686,
|
|
2563
|
+
"blue": 0.42745,
|
|
2564
|
+
"alpha": 1
|
|
2565
|
+
}
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"stop": 1,
|
|
2569
|
+
"color": {
|
|
2570
|
+
"red": 0.89804,
|
|
2571
|
+
"green": 0.19608,
|
|
2572
|
+
"blue": 0.57647,
|
|
2573
|
+
"alpha": 1
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2576
|
+
]
|
|
2577
|
+
},
|
|
2578
|
+
"containerInverseBorder": 2,
|
|
2579
|
+
"containerInverseBorderColor": {
|
|
2580
|
+
"red": 1,
|
|
2581
|
+
"green": 1,
|
|
2582
|
+
"blue": 1,
|
|
2583
|
+
"alpha": 1
|
|
2584
|
+
},
|
|
2585
|
+
"containerPaddingBottomTop": 48,
|
|
2586
|
+
"containerPaddingLeftRight": 64,
|
|
2587
|
+
"inverseBorderColor": {
|
|
2588
|
+
"red": 0.40392,
|
|
2589
|
+
"green": 0.43137,
|
|
2590
|
+
"blue": 0.45098,
|
|
2591
|
+
"alpha": 1
|
|
2592
|
+
},
|
|
2593
|
+
"labelBorderColor": {
|
|
2594
|
+
"red": 0.2549,
|
|
2595
|
+
"green": 0.27059,
|
|
2596
|
+
"blue": 0.27843,
|
|
2597
|
+
"alpha": 1
|
|
2598
|
+
},
|
|
2599
|
+
"labelFontSize": 16,
|
|
2600
|
+
"labelLineHeight": 1.5,
|
|
2601
|
+
"textFontSize": 16,
|
|
2602
|
+
"textLineHeight": 1.5,
|
|
2603
|
+
"textTimerFontName": "HelveticaNow",
|
|
2604
|
+
"textTimerFontWeight": 400
|
|
2605
|
+
}
|
|
2606
|
+
},
|
|
2399
2607
|
"DatePicker": {
|
|
2400
2608
|
"appearances": {},
|
|
2401
2609
|
"rules": [],
|
|
@@ -3023,7 +3231,7 @@
|
|
|
3023
3231
|
"red": 0,
|
|
3024
3232
|
"green": 0,
|
|
3025
3233
|
"blue": 0,
|
|
3026
|
-
"alpha": 0.
|
|
3234
|
+
"alpha": 0.2
|
|
3027
3235
|
}
|
|
3028
3236
|
}
|
|
3029
3237
|
}
|
|
@@ -3204,6 +3412,20 @@
|
|
|
3204
3412
|
},
|
|
3205
3413
|
"IconButton": {
|
|
3206
3414
|
"appearances": {
|
|
3415
|
+
"action": {
|
|
3416
|
+
"type": "variant",
|
|
3417
|
+
"values": [
|
|
3418
|
+
"add",
|
|
3419
|
+
"close",
|
|
3420
|
+
"expand",
|
|
3421
|
+
"moveDown",
|
|
3422
|
+
"moveLeft",
|
|
3423
|
+
"moveRight",
|
|
3424
|
+
"moveUp",
|
|
3425
|
+
"play",
|
|
3426
|
+
"subtract"
|
|
3427
|
+
]
|
|
3428
|
+
},
|
|
3207
3429
|
"compact": {
|
|
3208
3430
|
"description": "Without the outer border gap",
|
|
3209
3431
|
"type": "variant",
|
|
@@ -3242,131 +3464,275 @@
|
|
|
3242
3464
|
"rules": [
|
|
3243
3465
|
{
|
|
3244
3466
|
"if": {
|
|
3245
|
-
"
|
|
3467
|
+
"action": "add"
|
|
3246
3468
|
},
|
|
3247
3469
|
"tokens": {
|
|
3248
|
-
"
|
|
3249
|
-
"red": 1,
|
|
3250
|
-
"green": 1,
|
|
3251
|
-
"blue": 1,
|
|
3252
|
-
"alpha": 1
|
|
3253
|
-
},
|
|
3254
|
-
"iconColor": {
|
|
3255
|
-
"red": 1,
|
|
3256
|
-
"green": 1,
|
|
3257
|
-
"blue": 1,
|
|
3258
|
-
"alpha": 1
|
|
3259
|
-
}
|
|
3470
|
+
"icon": "PaletteIconAdd"
|
|
3260
3471
|
}
|
|
3261
3472
|
},
|
|
3262
3473
|
{
|
|
3263
3474
|
"if": {
|
|
3264
|
-
"
|
|
3475
|
+
"action": "subtract"
|
|
3265
3476
|
},
|
|
3266
3477
|
"tokens": {
|
|
3267
|
-
"
|
|
3268
|
-
"red": 0,
|
|
3269
|
-
"green": 0,
|
|
3270
|
-
"blue": 0,
|
|
3271
|
-
"alpha": 0
|
|
3272
|
-
}
|
|
3478
|
+
"icon": "PaletteIconSubtract"
|
|
3273
3479
|
}
|
|
3274
3480
|
},
|
|
3275
3481
|
{
|
|
3276
3482
|
"if": {
|
|
3277
|
-
"
|
|
3483
|
+
"action": "close"
|
|
3278
3484
|
},
|
|
3279
3485
|
"tokens": {
|
|
3280
|
-
"
|
|
3281
|
-
"red": 0.40392,
|
|
3282
|
-
"green": 0.43137,
|
|
3283
|
-
"blue": 0.45098,
|
|
3284
|
-
"alpha": 1
|
|
3285
|
-
},
|
|
3286
|
-
"borderColor": {
|
|
3287
|
-
"red": 1,
|
|
3288
|
-
"green": 1,
|
|
3289
|
-
"blue": 1,
|
|
3290
|
-
"alpha": 1
|
|
3291
|
-
},
|
|
3292
|
-
"iconColor": {
|
|
3293
|
-
"red": 1,
|
|
3294
|
-
"green": 1,
|
|
3295
|
-
"blue": 1,
|
|
3296
|
-
"alpha": 1
|
|
3297
|
-
},
|
|
3298
|
-
"outerBorderGap": 4
|
|
3486
|
+
"icon": "PaletteIconClose"
|
|
3299
3487
|
}
|
|
3300
3488
|
},
|
|
3301
3489
|
{
|
|
3302
3490
|
"if": {
|
|
3303
|
-
"
|
|
3304
|
-
"pressed": true
|
|
3491
|
+
"action": "expand"
|
|
3305
3492
|
},
|
|
3306
3493
|
"tokens": {
|
|
3307
|
-
"
|
|
3308
|
-
"red": 0.24706,
|
|
3309
|
-
"green": 0.16471,
|
|
3310
|
-
"blue": 0.32941,
|
|
3311
|
-
"alpha": 1
|
|
3312
|
-
},
|
|
3313
|
-
"borderColor": {
|
|
3314
|
-
"red": 0.24706,
|
|
3315
|
-
"green": 0.16471,
|
|
3316
|
-
"blue": 0.32941,
|
|
3317
|
-
"alpha": 1
|
|
3318
|
-
},
|
|
3319
|
-
"iconColor": {
|
|
3320
|
-
"red": 1,
|
|
3321
|
-
"green": 1,
|
|
3322
|
-
"blue": 1,
|
|
3323
|
-
"alpha": 1
|
|
3324
|
-
},
|
|
3325
|
-
"outerBorderGap": 4
|
|
3494
|
+
"icon": "PaletteIconExpand"
|
|
3326
3495
|
}
|
|
3327
3496
|
},
|
|
3328
3497
|
{
|
|
3329
3498
|
"if": {
|
|
3330
|
-
"
|
|
3331
|
-
"pressed": true
|
|
3499
|
+
"action": "moveDown"
|
|
3332
3500
|
},
|
|
3333
3501
|
"tokens": {
|
|
3334
|
-
"
|
|
3335
|
-
"red": 1,
|
|
3336
|
-
"green": 1,
|
|
3337
|
-
"blue": 1,
|
|
3338
|
-
"alpha": 0.4
|
|
3339
|
-
},
|
|
3340
|
-
"borderColor": {
|
|
3341
|
-
"red": 1,
|
|
3342
|
-
"green": 1,
|
|
3343
|
-
"blue": 1,
|
|
3344
|
-
"alpha": 1
|
|
3345
|
-
},
|
|
3346
|
-
"iconColor": {
|
|
3347
|
-
"red": 1,
|
|
3348
|
-
"green": 1,
|
|
3349
|
-
"blue": 1,
|
|
3350
|
-
"alpha": 1
|
|
3351
|
-
},
|
|
3352
|
-
"outerBorderWidth": 0
|
|
3502
|
+
"icon": "PaletteIconCaretDown"
|
|
3353
3503
|
}
|
|
3354
3504
|
},
|
|
3355
3505
|
{
|
|
3356
3506
|
"if": {
|
|
3357
|
-
"
|
|
3507
|
+
"action": "moveUp"
|
|
3358
3508
|
},
|
|
3359
3509
|
"tokens": {
|
|
3360
|
-
"
|
|
3361
|
-
"padding": 12
|
|
3510
|
+
"icon": "PaletteIconCaretUp"
|
|
3362
3511
|
}
|
|
3363
3512
|
},
|
|
3364
3513
|
{
|
|
3365
3514
|
"if": {
|
|
3366
|
-
"
|
|
3515
|
+
"action": "moveLeft"
|
|
3367
3516
|
},
|
|
3368
3517
|
"tokens": {
|
|
3369
|
-
"
|
|
3518
|
+
"icon": "PaletteIconChevronLeft"
|
|
3519
|
+
}
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"if": {
|
|
3523
|
+
"action": "moveRight"
|
|
3524
|
+
},
|
|
3525
|
+
"tokens": {
|
|
3526
|
+
"icon": "PaletteIconChevronRight"
|
|
3527
|
+
}
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
"if": {
|
|
3531
|
+
"action": "play"
|
|
3532
|
+
},
|
|
3533
|
+
"tokens": {
|
|
3534
|
+
"icon": "PaletteIconPlayVideo"
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3537
|
+
{
|
|
3538
|
+
"if": {
|
|
3539
|
+
"action": "add"
|
|
3540
|
+
},
|
|
3541
|
+
"tokens": {
|
|
3542
|
+
"icon": "PaletteIconAdd"
|
|
3543
|
+
}
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
"if": {
|
|
3547
|
+
"action": "subtract"
|
|
3548
|
+
},
|
|
3549
|
+
"tokens": {
|
|
3550
|
+
"icon": "PaletteIconSubtract"
|
|
3551
|
+
}
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"if": {
|
|
3555
|
+
"action": "close"
|
|
3556
|
+
},
|
|
3557
|
+
"tokens": {
|
|
3558
|
+
"icon": "PaletteIconClose"
|
|
3559
|
+
}
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"if": {
|
|
3563
|
+
"action": "expand"
|
|
3564
|
+
},
|
|
3565
|
+
"tokens": {
|
|
3566
|
+
"icon": "PaletteIconExpand"
|
|
3567
|
+
}
|
|
3568
|
+
},
|
|
3569
|
+
{
|
|
3570
|
+
"if": {
|
|
3571
|
+
"action": "moveDown"
|
|
3572
|
+
},
|
|
3573
|
+
"tokens": {
|
|
3574
|
+
"icon": "PaletteIconCaretDown"
|
|
3575
|
+
}
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"if": {
|
|
3579
|
+
"action": "moveUp"
|
|
3580
|
+
},
|
|
3581
|
+
"tokens": {
|
|
3582
|
+
"icon": "PaletteIconCaretUp"
|
|
3583
|
+
}
|
|
3584
|
+
},
|
|
3585
|
+
{
|
|
3586
|
+
"if": {
|
|
3587
|
+
"action": "moveLeft"
|
|
3588
|
+
},
|
|
3589
|
+
"tokens": {
|
|
3590
|
+
"icon": "PaletteIconChevronLeft"
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"if": {
|
|
3595
|
+
"action": "moveRight"
|
|
3596
|
+
},
|
|
3597
|
+
"tokens": {
|
|
3598
|
+
"icon": "PaletteIconChevronRight"
|
|
3599
|
+
}
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"if": {
|
|
3603
|
+
"action": "play"
|
|
3604
|
+
},
|
|
3605
|
+
"tokens": {
|
|
3606
|
+
"icon": "PaletteIconPlayVideo"
|
|
3607
|
+
}
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
"if": {
|
|
3611
|
+
"inverse": true
|
|
3612
|
+
},
|
|
3613
|
+
"tokens": {
|
|
3614
|
+
"borderColor": {
|
|
3615
|
+
"red": 1,
|
|
3616
|
+
"green": 1,
|
|
3617
|
+
"blue": 1,
|
|
3618
|
+
"alpha": 1
|
|
3619
|
+
},
|
|
3620
|
+
"iconColor": {
|
|
3621
|
+
"red": 1,
|
|
3622
|
+
"green": 1,
|
|
3623
|
+
"blue": 1,
|
|
3624
|
+
"alpha": 1
|
|
3625
|
+
}
|
|
3626
|
+
}
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"if": {
|
|
3630
|
+
"password": true
|
|
3631
|
+
},
|
|
3632
|
+
"tokens": {
|
|
3633
|
+
"borderColor": {
|
|
3634
|
+
"red": 0,
|
|
3635
|
+
"green": 0,
|
|
3636
|
+
"blue": 0,
|
|
3637
|
+
"alpha": 0
|
|
3638
|
+
}
|
|
3639
|
+
}
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"if": {
|
|
3643
|
+
"pressed": true
|
|
3644
|
+
},
|
|
3645
|
+
"tokens": {
|
|
3646
|
+
"backgroundColor": {
|
|
3647
|
+
"red": 0.40392,
|
|
3648
|
+
"green": 0.43137,
|
|
3649
|
+
"blue": 0.45098,
|
|
3650
|
+
"alpha": 1
|
|
3651
|
+
},
|
|
3652
|
+
"borderColor": {
|
|
3653
|
+
"red": 1,
|
|
3654
|
+
"green": 1,
|
|
3655
|
+
"blue": 1,
|
|
3656
|
+
"alpha": 1
|
|
3657
|
+
},
|
|
3658
|
+
"iconColor": {
|
|
3659
|
+
"red": 1,
|
|
3660
|
+
"green": 1,
|
|
3661
|
+
"blue": 1,
|
|
3662
|
+
"alpha": 1
|
|
3663
|
+
},
|
|
3664
|
+
"outerBorderGap": 4
|
|
3665
|
+
}
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
"if": {
|
|
3669
|
+
"password": true,
|
|
3670
|
+
"pressed": true
|
|
3671
|
+
},
|
|
3672
|
+
"tokens": {
|
|
3673
|
+
"backgroundColor": {
|
|
3674
|
+
"red": 0.24706,
|
|
3675
|
+
"green": 0.16471,
|
|
3676
|
+
"blue": 0.32941,
|
|
3677
|
+
"alpha": 1
|
|
3678
|
+
},
|
|
3679
|
+
"borderColor": {
|
|
3680
|
+
"red": 0.24706,
|
|
3681
|
+
"green": 0.16471,
|
|
3682
|
+
"blue": 0.32941,
|
|
3683
|
+
"alpha": 1
|
|
3684
|
+
},
|
|
3685
|
+
"iconColor": {
|
|
3686
|
+
"red": 1,
|
|
3687
|
+
"green": 1,
|
|
3688
|
+
"blue": 1,
|
|
3689
|
+
"alpha": 1
|
|
3690
|
+
},
|
|
3691
|
+
"outerBorderGap": 4
|
|
3692
|
+
}
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
"if": {
|
|
3696
|
+
"inverse": true,
|
|
3697
|
+
"pressed": true
|
|
3698
|
+
},
|
|
3699
|
+
"tokens": {
|
|
3700
|
+
"backgroundColor": {
|
|
3701
|
+
"red": 1,
|
|
3702
|
+
"green": 1,
|
|
3703
|
+
"blue": 1,
|
|
3704
|
+
"alpha": 0.4
|
|
3705
|
+
},
|
|
3706
|
+
"borderColor": {
|
|
3707
|
+
"red": 1,
|
|
3708
|
+
"green": 1,
|
|
3709
|
+
"blue": 1,
|
|
3710
|
+
"alpha": 1
|
|
3711
|
+
},
|
|
3712
|
+
"iconColor": {
|
|
3713
|
+
"red": 1,
|
|
3714
|
+
"green": 1,
|
|
3715
|
+
"blue": 1,
|
|
3716
|
+
"alpha": 1
|
|
3717
|
+
},
|
|
3718
|
+
"outerBorderWidth": 0
|
|
3719
|
+
}
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"if": {
|
|
3723
|
+
"size": "large"
|
|
3724
|
+
},
|
|
3725
|
+
"tokens": {
|
|
3726
|
+
"iconSize": 24,
|
|
3727
|
+
"padding": 12
|
|
3728
|
+
}
|
|
3729
|
+
},
|
|
3730
|
+
{
|
|
3731
|
+
"if": {
|
|
3732
|
+
"size": "small"
|
|
3733
|
+
},
|
|
3734
|
+
"tokens": {
|
|
3735
|
+
"iconSize": 16,
|
|
3370
3736
|
"padding": 4
|
|
3371
3737
|
}
|
|
3372
3738
|
},
|
|
@@ -3409,7 +3775,7 @@
|
|
|
3409
3775
|
"red": 0,
|
|
3410
3776
|
"green": 0,
|
|
3411
3777
|
"blue": 0,
|
|
3412
|
-
"alpha": 0.
|
|
3778
|
+
"alpha": 0.2
|
|
3413
3779
|
}
|
|
3414
3780
|
}
|
|
3415
3781
|
}
|
|
@@ -3499,6 +3865,7 @@
|
|
|
3499
3865
|
},
|
|
3500
3866
|
"borderRadius": 99999999999999,
|
|
3501
3867
|
"borderWidth": 1,
|
|
3868
|
+
"icon": null,
|
|
3502
3869
|
"iconColor": {
|
|
3503
3870
|
"red": 0.40392,
|
|
3504
3871
|
"green": 0.43137,
|
|
@@ -3849,6 +4216,162 @@
|
|
|
3849
4216
|
"listGutter": 16
|
|
3850
4217
|
}
|
|
3851
4218
|
},
|
|
4219
|
+
"ListBox": {
|
|
4220
|
+
"appearances": {
|
|
4221
|
+
"current": {
|
|
4222
|
+
"description": "When the current item is selected",
|
|
4223
|
+
"values": [true],
|
|
4224
|
+
"type": "state"
|
|
4225
|
+
},
|
|
4226
|
+
"expanded": {
|
|
4227
|
+
"description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
|
|
4228
|
+
"values": [true],
|
|
4229
|
+
"type": "state"
|
|
4230
|
+
},
|
|
4231
|
+
"isChild": {
|
|
4232
|
+
"description": "when the item is child of another child",
|
|
4233
|
+
"values": [true],
|
|
4234
|
+
"type": "state"
|
|
4235
|
+
},
|
|
4236
|
+
"pressed": {
|
|
4237
|
+
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
4238
|
+
"values": [true],
|
|
4239
|
+
"type": "state"
|
|
4240
|
+
}
|
|
4241
|
+
},
|
|
4242
|
+
"rules": [
|
|
4243
|
+
{
|
|
4244
|
+
"if": {
|
|
4245
|
+
"pressed": true
|
|
4246
|
+
},
|
|
4247
|
+
"tokens": {
|
|
4248
|
+
"groupBackgroundColor": {
|
|
4249
|
+
"red": 0.8902,
|
|
4250
|
+
"green": 0.90196,
|
|
4251
|
+
"blue": 0.9098,
|
|
4252
|
+
"alpha": 1
|
|
4253
|
+
},
|
|
4254
|
+
"groupColor": {
|
|
4255
|
+
"red": 0.29412,
|
|
4256
|
+
"green": 0.15686,
|
|
4257
|
+
"blue": 0.42745,
|
|
4258
|
+
"alpha": 1
|
|
4259
|
+
}
|
|
4260
|
+
}
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"if": {
|
|
4264
|
+
"expanded": true
|
|
4265
|
+
},
|
|
4266
|
+
"tokens": {
|
|
4267
|
+
"groupIcon": "PaletteIconCaretUp"
|
|
4268
|
+
}
|
|
4269
|
+
},
|
|
4270
|
+
{
|
|
4271
|
+
"if": {
|
|
4272
|
+
"current": true
|
|
4273
|
+
},
|
|
4274
|
+
"tokens": {
|
|
4275
|
+
"groupColor": {
|
|
4276
|
+
"red": 0.29412,
|
|
4277
|
+
"green": 0.15686,
|
|
4278
|
+
"blue": 0.42745,
|
|
4279
|
+
"alpha": 1
|
|
4280
|
+
},
|
|
4281
|
+
"groupFontName": "HelveticaNow",
|
|
4282
|
+
"groupFontWeight": 700
|
|
4283
|
+
}
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"if": {
|
|
4287
|
+
"isChild": true
|
|
4288
|
+
},
|
|
4289
|
+
"tokens": {
|
|
4290
|
+
"itemBorderWidth": 4,
|
|
4291
|
+
"itemPaddingLeft": 12
|
|
4292
|
+
}
|
|
4293
|
+
}
|
|
4294
|
+
],
|
|
4295
|
+
"tokens": {
|
|
4296
|
+
"groupBackgroundColor": {
|
|
4297
|
+
"red": 0,
|
|
4298
|
+
"green": 0,
|
|
4299
|
+
"blue": 0,
|
|
4300
|
+
"alpha": 0
|
|
4301
|
+
},
|
|
4302
|
+
"groupBorderColor": {
|
|
4303
|
+
"red": 0.29412,
|
|
4304
|
+
"green": 0.15686,
|
|
4305
|
+
"blue": 0.42745,
|
|
4306
|
+
"alpha": 1
|
|
4307
|
+
},
|
|
4308
|
+
"groupBorderRadius": 6,
|
|
4309
|
+
"groupBorderWidth": 1,
|
|
4310
|
+
"groupColor": {
|
|
4311
|
+
"red": 0.2549,
|
|
4312
|
+
"green": 0.27059,
|
|
4313
|
+
"blue": 0.27843,
|
|
4314
|
+
"alpha": 1
|
|
4315
|
+
},
|
|
4316
|
+
"groupFontName": "HelveticaNow",
|
|
4317
|
+
"groupFontSize": 14,
|
|
4318
|
+
"groupFontWeight": 400,
|
|
4319
|
+
"groupIcon": "PaletteIconCaretDown",
|
|
4320
|
+
"groupPaddingBottom": 12,
|
|
4321
|
+
"groupPaddingLeft": 16,
|
|
4322
|
+
"groupPaddingRight": 16,
|
|
4323
|
+
"groupPaddingTop": 12,
|
|
4324
|
+
"itemBackgroundColor": {
|
|
4325
|
+
"red": 0,
|
|
4326
|
+
"green": 0,
|
|
4327
|
+
"blue": 0,
|
|
4328
|
+
"alpha": 0
|
|
4329
|
+
},
|
|
4330
|
+
"itemBorderBackgroundColor": {
|
|
4331
|
+
"red": 0.8902,
|
|
4332
|
+
"green": 0.90196,
|
|
4333
|
+
"blue": 0.9098,
|
|
4334
|
+
"alpha": 1
|
|
4335
|
+
},
|
|
4336
|
+
"itemBorderLeftColor": {
|
|
4337
|
+
"red": 0.29412,
|
|
4338
|
+
"green": 0.15686,
|
|
4339
|
+
"blue": 0.42745,
|
|
4340
|
+
"alpha": 1
|
|
4341
|
+
},
|
|
4342
|
+
"itemBorderLeftWidth": 4,
|
|
4343
|
+
"itemBorderWidth": 0,
|
|
4344
|
+
"itemColor": {
|
|
4345
|
+
"red": 0.29412,
|
|
4346
|
+
"green": 0.15686,
|
|
4347
|
+
"blue": 0.42745,
|
|
4348
|
+
"alpha": 1
|
|
4349
|
+
},
|
|
4350
|
+
"itemDisplay": false,
|
|
4351
|
+
"itemFontName": "HelveticaNow",
|
|
4352
|
+
"itemFontSize": 14,
|
|
4353
|
+
"itemFontWeight": 700,
|
|
4354
|
+
"itemOutline": 0,
|
|
4355
|
+
"itemPaddingBottom": 12,
|
|
4356
|
+
"itemPaddingLeft": 16,
|
|
4357
|
+
"itemPaddingRight": 16,
|
|
4358
|
+
"itemPaddingTop": 12,
|
|
4359
|
+
"itemTextDecoration": "none",
|
|
4360
|
+
"shadow": {
|
|
4361
|
+
"inset": false,
|
|
4362
|
+
"offsetX": 0,
|
|
4363
|
+
"offsetY": 4,
|
|
4364
|
+
"blur": 8,
|
|
4365
|
+
"spread": 0,
|
|
4366
|
+
"color": {
|
|
4367
|
+
"red": 0,
|
|
4368
|
+
"green": 0,
|
|
4369
|
+
"blue": 0,
|
|
4370
|
+
"alpha": 0.1
|
|
4371
|
+
}
|
|
4372
|
+
}
|
|
4373
|
+
}
|
|
4374
|
+
},
|
|
3852
4375
|
"Modal": {
|
|
3853
4376
|
"appearances": {
|
|
3854
4377
|
"maxWidth": {
|
|
@@ -4766,6 +5289,148 @@
|
|
|
4766
5289
|
"outlineWidth": 1
|
|
4767
5290
|
}
|
|
4768
5291
|
},
|
|
5292
|
+
"QuantitySelector": {
|
|
5293
|
+
"appearances": {
|
|
5294
|
+
"alternative": {
|
|
5295
|
+
"type": "variant",
|
|
5296
|
+
"values": [true]
|
|
5297
|
+
},
|
|
5298
|
+
"disabled": {
|
|
5299
|
+
"type": "variant",
|
|
5300
|
+
"values": [true]
|
|
5301
|
+
},
|
|
5302
|
+
"focus": {
|
|
5303
|
+
"type": "variant",
|
|
5304
|
+
"values": [true]
|
|
5305
|
+
},
|
|
5306
|
+
"hover": {
|
|
5307
|
+
"type": "variant",
|
|
5308
|
+
"values": [true]
|
|
5309
|
+
},
|
|
5310
|
+
"pressed": {
|
|
5311
|
+
"type": "variant",
|
|
5312
|
+
"values": [true]
|
|
5313
|
+
}
|
|
5314
|
+
},
|
|
5315
|
+
"rules": [
|
|
5316
|
+
{
|
|
5317
|
+
"if": {
|
|
5318
|
+
"alternative": true
|
|
5319
|
+
},
|
|
5320
|
+
"tokens": {
|
|
5321
|
+
"padding": 0
|
|
5322
|
+
}
|
|
5323
|
+
},
|
|
5324
|
+
{
|
|
5325
|
+
"if": {
|
|
5326
|
+
"hover": true
|
|
5327
|
+
},
|
|
5328
|
+
"tokens": {
|
|
5329
|
+
"backgroundColor": {
|
|
5330
|
+
"red": 0.95686,
|
|
5331
|
+
"green": 0.95686,
|
|
5332
|
+
"blue": 0.96863,
|
|
5333
|
+
"alpha": 1
|
|
5334
|
+
},
|
|
5335
|
+
"inputBackgroundColor": {
|
|
5336
|
+
"red": 0.95686,
|
|
5337
|
+
"green": 0.95686,
|
|
5338
|
+
"blue": 0.96863,
|
|
5339
|
+
"alpha": 1
|
|
5340
|
+
}
|
|
5341
|
+
}
|
|
5342
|
+
},
|
|
5343
|
+
{
|
|
5344
|
+
"if": {
|
|
5345
|
+
"disabled": true
|
|
5346
|
+
},
|
|
5347
|
+
"tokens": {
|
|
5348
|
+
"backgroundColor": {
|
|
5349
|
+
"red": 0.98039,
|
|
5350
|
+
"green": 0.98039,
|
|
5351
|
+
"blue": 0.98039,
|
|
5352
|
+
"alpha": 1
|
|
5353
|
+
},
|
|
5354
|
+
"iconColor": {
|
|
5355
|
+
"red": 0.8902,
|
|
5356
|
+
"green": 0.90196,
|
|
5357
|
+
"blue": 0.9098,
|
|
5358
|
+
"alpha": 1
|
|
5359
|
+
}
|
|
5360
|
+
}
|
|
5361
|
+
},
|
|
5362
|
+
{
|
|
5363
|
+
"if": {
|
|
5364
|
+
"pressed": true
|
|
5365
|
+
},
|
|
5366
|
+
"tokens": {
|
|
5367
|
+
"backgroundColor": {
|
|
5368
|
+
"red": 0.69804,
|
|
5369
|
+
"green": 0.72549,
|
|
5370
|
+
"blue": 0.74902,
|
|
5371
|
+
"alpha": 1
|
|
5372
|
+
}
|
|
5373
|
+
}
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
"if": {
|
|
5377
|
+
"focus": true
|
|
5378
|
+
},
|
|
5379
|
+
"tokens": {
|
|
5380
|
+
"inputBorderColor": {
|
|
5381
|
+
"red": 0.40392,
|
|
5382
|
+
"green": 0.43137,
|
|
5383
|
+
"blue": 0.45098,
|
|
5384
|
+
"alpha": 1
|
|
5385
|
+
},
|
|
5386
|
+
"inputBorderWidth": 3
|
|
5387
|
+
}
|
|
5388
|
+
}
|
|
5389
|
+
],
|
|
5390
|
+
"tokens": {
|
|
5391
|
+
"backgroundColor": {
|
|
5392
|
+
"red": 0,
|
|
5393
|
+
"green": 0,
|
|
5394
|
+
"blue": 0,
|
|
5395
|
+
"alpha": 0
|
|
5396
|
+
},
|
|
5397
|
+
"borderColor": {
|
|
5398
|
+
"red": 0.40392,
|
|
5399
|
+
"green": 0.43137,
|
|
5400
|
+
"blue": 0.45098,
|
|
5401
|
+
"alpha": 1
|
|
5402
|
+
},
|
|
5403
|
+
"iconColor": {
|
|
5404
|
+
"red": 0.40392,
|
|
5405
|
+
"green": 0.43137,
|
|
5406
|
+
"blue": 0.45098,
|
|
5407
|
+
"alpha": 1
|
|
5408
|
+
},
|
|
5409
|
+
"iconSize": 16,
|
|
5410
|
+
"inputBackgroundColor": {
|
|
5411
|
+
"red": 1,
|
|
5412
|
+
"green": 1,
|
|
5413
|
+
"blue": 1,
|
|
5414
|
+
"alpha": 1
|
|
5415
|
+
},
|
|
5416
|
+
"inputBorderColor": {
|
|
5417
|
+
"red": 0.40392,
|
|
5418
|
+
"green": 0.43137,
|
|
5419
|
+
"blue": 0.45098,
|
|
5420
|
+
"alpha": 1
|
|
5421
|
+
},
|
|
5422
|
+
"inputBorderWidth": 1,
|
|
5423
|
+
"leftIcon": "PaletteIconSubtract",
|
|
5424
|
+
"padding": 16,
|
|
5425
|
+
"rightIcon": "PaletteIconAdd",
|
|
5426
|
+
"textColor": {
|
|
5427
|
+
"red": 0.69804,
|
|
5428
|
+
"green": 0.72549,
|
|
5429
|
+
"blue": 0.74902,
|
|
5430
|
+
"alpha": 1
|
|
5431
|
+
}
|
|
5432
|
+
}
|
|
5433
|
+
},
|
|
4769
5434
|
"QuickLinks": {
|
|
4770
5435
|
"appearances": {
|
|
4771
5436
|
"viewport": {
|
|
@@ -5364,7 +6029,7 @@
|
|
|
5364
6029
|
},
|
|
5365
6030
|
"contentAlignItems": "stretch",
|
|
5366
6031
|
"contentFlexGrow": 0,
|
|
5367
|
-
"contentFlexShrink":
|
|
6032
|
+
"contentFlexShrink": 1,
|
|
5368
6033
|
"contentJustifyContent": "flex-start",
|
|
5369
6034
|
"contentSpace": 2,
|
|
5370
6035
|
"flex": 1,
|
|
@@ -6202,10 +6867,85 @@
|
|
|
6202
6867
|
"red": 1,
|
|
6203
6868
|
"green": 1,
|
|
6204
6869
|
"blue": 1,
|
|
6205
|
-
"alpha": 0.97
|
|
6870
|
+
"alpha": 0.97
|
|
6871
|
+
},
|
|
6872
|
+
"size": 48,
|
|
6873
|
+
"thickness": 4
|
|
6874
|
+
}
|
|
6875
|
+
},
|
|
6876
|
+
"SplashButton": {
|
|
6877
|
+
"appearances": {},
|
|
6878
|
+
"rules": [],
|
|
6879
|
+
"tokens": {
|
|
6880
|
+
"buttonContentBackground": {
|
|
6881
|
+
"red": 0,
|
|
6882
|
+
"green": 0,
|
|
6883
|
+
"blue": 0,
|
|
6884
|
+
"alpha": 0.6
|
|
6885
|
+
},
|
|
6886
|
+
"buttonContentChildrenBackground": {
|
|
6887
|
+
"red": 0,
|
|
6888
|
+
"green": 0,
|
|
6889
|
+
"blue": 0,
|
|
6890
|
+
"alpha": 0
|
|
6891
|
+
},
|
|
6892
|
+
"playIcon": "PaletteIconPlaySolid",
|
|
6893
|
+
"playIconColor": {
|
|
6894
|
+
"red": 1,
|
|
6895
|
+
"green": 1,
|
|
6896
|
+
"blue": 1,
|
|
6897
|
+
"alpha": 1
|
|
6898
|
+
}
|
|
6899
|
+
}
|
|
6900
|
+
},
|
|
6901
|
+
"SplashButtonWithDetails": {
|
|
6902
|
+
"appearances": {},
|
|
6903
|
+
"rules": [],
|
|
6904
|
+
"tokens": {
|
|
6905
|
+
"buttonBackground": {
|
|
6906
|
+
"red": 1,
|
|
6907
|
+
"green": 1,
|
|
6908
|
+
"blue": 1,
|
|
6909
|
+
"alpha": 1
|
|
6910
|
+
},
|
|
6911
|
+
"buttonBorderColor": {
|
|
6912
|
+
"red": 0.8902,
|
|
6913
|
+
"green": 0.90196,
|
|
6914
|
+
"blue": 0.9098,
|
|
6915
|
+
"alpha": 1
|
|
6916
|
+
},
|
|
6917
|
+
"buttonBottomPosition": 24,
|
|
6918
|
+
"buttonContentBackground": {
|
|
6919
|
+
"red": 0,
|
|
6920
|
+
"green": 0,
|
|
6921
|
+
"blue": 0,
|
|
6922
|
+
"alpha": 0.6
|
|
6923
|
+
},
|
|
6924
|
+
"buttonContentChildrenBackground": {
|
|
6925
|
+
"red": 0,
|
|
6926
|
+
"green": 0,
|
|
6927
|
+
"blue": 0,
|
|
6928
|
+
"alpha": 0
|
|
6929
|
+
},
|
|
6930
|
+
"buttonLeftPosition": 24,
|
|
6931
|
+
"buttonMinHeight": 64,
|
|
6932
|
+
"buttonPaddingLeft": 16,
|
|
6933
|
+
"buttonPaddingRight": 16,
|
|
6934
|
+
"buttonRadius": 32,
|
|
6935
|
+
"detailsContainerPadding": 8,
|
|
6936
|
+
"playIcon": "PaletteIconPlaySolid",
|
|
6937
|
+
"playIconColor": {
|
|
6938
|
+
"red": 1,
|
|
6939
|
+
"green": 1,
|
|
6940
|
+
"blue": 1,
|
|
6941
|
+
"alpha": 1
|
|
6206
6942
|
},
|
|
6207
|
-
"
|
|
6208
|
-
|
|
6943
|
+
"playIconContainerBackground": {
|
|
6944
|
+
"red": 0.16863,
|
|
6945
|
+
"green": 0.50196,
|
|
6946
|
+
"blue": 0,
|
|
6947
|
+
"alpha": 1
|
|
6948
|
+
}
|
|
6209
6949
|
}
|
|
6210
6950
|
},
|
|
6211
6951
|
"StackView": {
|
|
@@ -6421,6 +7161,65 @@
|
|
|
6421
7161
|
"showStepTrackerLabel": true
|
|
6422
7162
|
}
|
|
6423
7163
|
},
|
|
7164
|
+
"StoryCard": {
|
|
7165
|
+
"appearances": {
|
|
7166
|
+
"pressed": {
|
|
7167
|
+
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
7168
|
+
"values": [true],
|
|
7169
|
+
"type": "state"
|
|
7170
|
+
}
|
|
7171
|
+
},
|
|
7172
|
+
"rules": [
|
|
7173
|
+
{
|
|
7174
|
+
"if": {
|
|
7175
|
+
"pressed": true
|
|
7176
|
+
},
|
|
7177
|
+
"tokens": {
|
|
7178
|
+
"backgroundColor": {
|
|
7179
|
+
"red": 0.95686,
|
|
7180
|
+
"green": 0.95686,
|
|
7181
|
+
"blue": 0.96863,
|
|
7182
|
+
"alpha": 1
|
|
7183
|
+
}
|
|
7184
|
+
}
|
|
7185
|
+
}
|
|
7186
|
+
],
|
|
7187
|
+
"tokens": {
|
|
7188
|
+
"backgroundColor": {
|
|
7189
|
+
"red": 1,
|
|
7190
|
+
"green": 1,
|
|
7191
|
+
"blue": 1,
|
|
7192
|
+
"alpha": 1
|
|
7193
|
+
},
|
|
7194
|
+
"borderColor": {
|
|
7195
|
+
"red": 0.8902,
|
|
7196
|
+
"green": 0.90196,
|
|
7197
|
+
"blue": 0.9098,
|
|
7198
|
+
"alpha": 1
|
|
7199
|
+
},
|
|
7200
|
+
"borderRadius": 6,
|
|
7201
|
+
"borderWidth": 1,
|
|
7202
|
+
"contentAlignItems": "stretch",
|
|
7203
|
+
"contentFlexGrow": 0,
|
|
7204
|
+
"contentFlexShrink": 0,
|
|
7205
|
+
"contentJustifyContent": "flex-start",
|
|
7206
|
+
"flex": 1,
|
|
7207
|
+
"minWidth": 0,
|
|
7208
|
+
"outerBorderColor": {
|
|
7209
|
+
"red": 0,
|
|
7210
|
+
"green": 0,
|
|
7211
|
+
"blue": 0,
|
|
7212
|
+
"alpha": 0
|
|
7213
|
+
},
|
|
7214
|
+
"outerBorderGap": 0,
|
|
7215
|
+
"outerBorderWidth": 0,
|
|
7216
|
+
"paddingBottom": 0,
|
|
7217
|
+
"paddingLeft": 0,
|
|
7218
|
+
"paddingRight": 0,
|
|
7219
|
+
"paddingTop": 0,
|
|
7220
|
+
"shadow": null
|
|
7221
|
+
}
|
|
7222
|
+
},
|
|
6424
7223
|
"Table": {
|
|
6425
7224
|
"appearances": {
|
|
6426
7225
|
"spacing": {
|
|
@@ -7052,6 +7851,113 @@
|
|
|
7052
7851
|
"width": null
|
|
7053
7852
|
}
|
|
7054
7853
|
},
|
|
7854
|
+
"TermsAndConditions": {
|
|
7855
|
+
"appearances": {
|
|
7856
|
+
"expanded": {
|
|
7857
|
+
"description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
|
|
7858
|
+
"values": [true],
|
|
7859
|
+
"type": "state"
|
|
7860
|
+
}
|
|
7861
|
+
},
|
|
7862
|
+
"rules": [
|
|
7863
|
+
{
|
|
7864
|
+
"if": {
|
|
7865
|
+
"expanded": true
|
|
7866
|
+
},
|
|
7867
|
+
"tokens": {
|
|
7868
|
+
"icon": "PaletteIconCaretUp"
|
|
7869
|
+
}
|
|
7870
|
+
}
|
|
7871
|
+
],
|
|
7872
|
+
"tokens": {
|
|
7873
|
+
"contentPaddingBottom": 8,
|
|
7874
|
+
"contentPaddingLeft": 16,
|
|
7875
|
+
"expandBaseBorderWidth": 0,
|
|
7876
|
+
"expandContentPaddingBottom": 16,
|
|
7877
|
+
"expandContentPaddingLeft": 16,
|
|
7878
|
+
"expandContentPaddingRight": 16,
|
|
7879
|
+
"expandContentPaddingTop": 16,
|
|
7880
|
+
"expandIconContainerAlignItems": "center",
|
|
7881
|
+
"expandIconContainerBorder": 1,
|
|
7882
|
+
"expandIconContainerBorderColor": {
|
|
7883
|
+
"red": 0.40392,
|
|
7884
|
+
"green": 0.43137,
|
|
7885
|
+
"blue": 0.45098,
|
|
7886
|
+
"alpha": 1
|
|
7887
|
+
},
|
|
7888
|
+
"expandIconContainerHeight": 32,
|
|
7889
|
+
"expandIconContainerJustifyContent": "center",
|
|
7890
|
+
"expandIconContainerMarginX": 0,
|
|
7891
|
+
"expandIconContainerMarginY": 12,
|
|
7892
|
+
"expandIconContainerWidth": 32,
|
|
7893
|
+
"expandTitleColor": {
|
|
7894
|
+
"red": 0.17255,
|
|
7895
|
+
"green": 0.18039,
|
|
7896
|
+
"blue": 0.18824,
|
|
7897
|
+
"alpha": 1
|
|
7898
|
+
},
|
|
7899
|
+
"expandTitleFontSize": 16,
|
|
7900
|
+
"expandTitleLineHeight": 1.5,
|
|
7901
|
+
"expandTitleMarginX": 4,
|
|
7902
|
+
"expandTitleMarginY": 0,
|
|
7903
|
+
"icon": "PaletteIconCaretDown",
|
|
7904
|
+
"listColor": {
|
|
7905
|
+
"red": 0.2549,
|
|
7906
|
+
"green": 0.27059,
|
|
7907
|
+
"blue": 0.27843,
|
|
7908
|
+
"alpha": 1
|
|
7909
|
+
},
|
|
7910
|
+
"listFontName": "HelveticaNow",
|
|
7911
|
+
"listFontSize": 14,
|
|
7912
|
+
"listFontWeight": 400,
|
|
7913
|
+
"listLineHeight": 1.42857142857,
|
|
7914
|
+
"listMarginBottom": 16,
|
|
7915
|
+
"listMarginLeft": 32,
|
|
7916
|
+
"mdContentPaddingBottom": 16,
|
|
7917
|
+
"mdContentPaddingLeft": 48,
|
|
7918
|
+
"orderedPadding": 0,
|
|
7919
|
+
"titleColor": {
|
|
7920
|
+
"red": 0.2549,
|
|
7921
|
+
"green": 0.27059,
|
|
7922
|
+
"blue": 0.27843,
|
|
7923
|
+
"alpha": 1
|
|
7924
|
+
},
|
|
7925
|
+
"titleFontSize": 14,
|
|
7926
|
+
"titleLineHeight": 1.42857142857,
|
|
7927
|
+
"titlePaddingLeft": 8,
|
|
7928
|
+
"unorderedPadding": 0
|
|
7929
|
+
}
|
|
7930
|
+
},
|
|
7931
|
+
"Testimonial": {
|
|
7932
|
+
"appearances": {},
|
|
7933
|
+
"rules": [],
|
|
7934
|
+
"tokens": {
|
|
7935
|
+
"dividerBackgroundColor": {
|
|
7936
|
+
"red": 0.69804,
|
|
7937
|
+
"green": 0.72549,
|
|
7938
|
+
"blue": 0.74902,
|
|
7939
|
+
"alpha": 1
|
|
7940
|
+
},
|
|
7941
|
+
"dividerBorder": 1,
|
|
7942
|
+
"figcaptionGap": 12,
|
|
7943
|
+
"icon": "PaletteIconQuoteLeft",
|
|
7944
|
+
"iconColor": {
|
|
7945
|
+
"red": 0.69804,
|
|
7946
|
+
"green": 0.72549,
|
|
7947
|
+
"blue": 0.74902,
|
|
7948
|
+
"alpha": 1
|
|
7949
|
+
},
|
|
7950
|
+
"imageSize": 48,
|
|
7951
|
+
"quoteContainerGap": 4,
|
|
7952
|
+
"testimonialContainerGap": 12,
|
|
7953
|
+
"textColor": {
|
|
7954
|
+
"red": 0.2549,
|
|
7955
|
+
"green": 0.27059,
|
|
7956
|
+
"blue": 0.27843,
|
|
7957
|
+
"alpha": 1
|
|
7958
|
+
}
|
|
7959
|
+
}
|
|
7960
|
+
},
|
|
7055
7961
|
"TextArea": {
|
|
7056
7962
|
"appearances": {},
|
|
7057
7963
|
"rules": [],
|
|
@@ -7540,7 +8446,7 @@
|
|
|
7540
8446
|
"red": 0,
|
|
7541
8447
|
"green": 0,
|
|
7542
8448
|
"blue": 0,
|
|
7543
|
-
"alpha": 0.
|
|
8449
|
+
"alpha": 0.2
|
|
7544
8450
|
}
|
|
7545
8451
|
},
|
|
7546
8452
|
"switchSize": 16,
|
|
@@ -8228,6 +9134,182 @@
|
|
|
8228
9134
|
"textTransform": "none"
|
|
8229
9135
|
}
|
|
8230
9136
|
},
|
|
9137
|
+
"Video": {
|
|
9138
|
+
"appearances": {},
|
|
9139
|
+
"rules": [],
|
|
9140
|
+
"tokens": {
|
|
9141
|
+
"borderColor": {
|
|
9142
|
+
"red": 0.69804,
|
|
9143
|
+
"green": 0.72549,
|
|
9144
|
+
"blue": 0.74902,
|
|
9145
|
+
"alpha": 1
|
|
9146
|
+
},
|
|
9147
|
+
"pauseIcon": "PaletteIconPause",
|
|
9148
|
+
"playIcon": "PaletteIconPlaySolid",
|
|
9149
|
+
"replayIcon": "PaletteIconReplay"
|
|
9150
|
+
}
|
|
9151
|
+
},
|
|
9152
|
+
"VideoButton": {
|
|
9153
|
+
"appearances": {},
|
|
9154
|
+
"rules": [],
|
|
9155
|
+
"tokens": {
|
|
9156
|
+
"color": {
|
|
9157
|
+
"red": 1,
|
|
9158
|
+
"green": 1,
|
|
9159
|
+
"blue": 1,
|
|
9160
|
+
"alpha": 1
|
|
9161
|
+
}
|
|
9162
|
+
}
|
|
9163
|
+
},
|
|
9164
|
+
"VideoControlBar": {
|
|
9165
|
+
"appearances": {},
|
|
9166
|
+
"rules": [],
|
|
9167
|
+
"tokens": {
|
|
9168
|
+
"captionsIcon": "PaletteIconClosedCaptions",
|
|
9169
|
+
"maximizeIcon": "PaletteIconFullscreenExpand",
|
|
9170
|
+
"menuBottom": 64,
|
|
9171
|
+
"menuMarginLeft": 16,
|
|
9172
|
+
"menuRight": 32,
|
|
9173
|
+
"minimizeIcon": "PaletteIconFullscreenMinimize",
|
|
9174
|
+
"paddingBottom": 16,
|
|
9175
|
+
"paddingLeft": 48,
|
|
9176
|
+
"paddingLeftCompactMode": 16,
|
|
9177
|
+
"paddingRight": 48,
|
|
9178
|
+
"paddingRightCompactMode": 16,
|
|
9179
|
+
"paddingTop": 16,
|
|
9180
|
+
"settingsIcon": "PaletteIconSettingsSolid"
|
|
9181
|
+
}
|
|
9182
|
+
},
|
|
9183
|
+
"VideoMenu": {
|
|
9184
|
+
"appearances": {},
|
|
9185
|
+
"rules": [],
|
|
9186
|
+
"tokens": {
|
|
9187
|
+
"background": {
|
|
9188
|
+
"red": 0.17255,
|
|
9189
|
+
"green": 0.18039,
|
|
9190
|
+
"blue": 0.18824,
|
|
9191
|
+
"alpha": 1
|
|
9192
|
+
},
|
|
9193
|
+
"checkMarkFocusColor": {
|
|
9194
|
+
"red": 0.40392,
|
|
9195
|
+
"green": 0.43137,
|
|
9196
|
+
"blue": 0.45098,
|
|
9197
|
+
"alpha": 1
|
|
9198
|
+
},
|
|
9199
|
+
"checkMarkHeight": 24,
|
|
9200
|
+
"checkMarkHoverColor": {
|
|
9201
|
+
"red": 0.40392,
|
|
9202
|
+
"green": 0.43137,
|
|
9203
|
+
"blue": 0.45098,
|
|
9204
|
+
"alpha": 1
|
|
9205
|
+
},
|
|
9206
|
+
"checkMarkIcon": "PaletteIconCheckmark",
|
|
9207
|
+
"checkMarkSelectedColor": {
|
|
9208
|
+
"red": 1,
|
|
9209
|
+
"green": 1,
|
|
9210
|
+
"blue": 1,
|
|
9211
|
+
"alpha": 1
|
|
9212
|
+
},
|
|
9213
|
+
"checkMarkUnselectedColor": {
|
|
9214
|
+
"red": 0,
|
|
9215
|
+
"green": 0,
|
|
9216
|
+
"blue": 0,
|
|
9217
|
+
"alpha": 0
|
|
9218
|
+
},
|
|
9219
|
+
"checkMarkWidth": 24,
|
|
9220
|
+
"padding": 16
|
|
9221
|
+
}
|
|
9222
|
+
},
|
|
9223
|
+
"VideoMiddleControlButton": {
|
|
9224
|
+
"appearances": {},
|
|
9225
|
+
"rules": [],
|
|
9226
|
+
"tokens": {
|
|
9227
|
+
"background": {
|
|
9228
|
+
"red": 0.17255,
|
|
9229
|
+
"green": 0.18039,
|
|
9230
|
+
"blue": 0.18824,
|
|
9231
|
+
"alpha": 1
|
|
9232
|
+
},
|
|
9233
|
+
"height": 64,
|
|
9234
|
+
"iconColor": {
|
|
9235
|
+
"red": 1,
|
|
9236
|
+
"green": 1,
|
|
9237
|
+
"blue": 1,
|
|
9238
|
+
"alpha": 1
|
|
9239
|
+
},
|
|
9240
|
+
"width": 64
|
|
9241
|
+
}
|
|
9242
|
+
},
|
|
9243
|
+
"VideoProgressBar": {
|
|
9244
|
+
"appearances": {},
|
|
9245
|
+
"rules": [],
|
|
9246
|
+
"tokens": {
|
|
9247
|
+
"rangeBackground": {
|
|
9248
|
+
"red": 0,
|
|
9249
|
+
"green": 0,
|
|
9250
|
+
"blue": 0,
|
|
9251
|
+
"alpha": 0
|
|
9252
|
+
},
|
|
9253
|
+
"thumbBackground": {
|
|
9254
|
+
"red": 1,
|
|
9255
|
+
"green": 1,
|
|
9256
|
+
"blue": 1,
|
|
9257
|
+
"alpha": 1
|
|
9258
|
+
},
|
|
9259
|
+
"thumbHeight": 8,
|
|
9260
|
+
"thumbWidth": 8,
|
|
9261
|
+
"timestampMarginLeft": 8,
|
|
9262
|
+
"timestampMarginRight": 8,
|
|
9263
|
+
"trackGradientEnd": {
|
|
9264
|
+
"red": 0.4,
|
|
9265
|
+
"green": 0.8,
|
|
9266
|
+
"blue": 0,
|
|
9267
|
+
"alpha": 1
|
|
9268
|
+
},
|
|
9269
|
+
"trackGradientStart": {
|
|
9270
|
+
"red": 0.4,
|
|
9271
|
+
"green": 0.8,
|
|
9272
|
+
"blue": 0,
|
|
9273
|
+
"alpha": 1
|
|
9274
|
+
}
|
|
9275
|
+
}
|
|
9276
|
+
},
|
|
9277
|
+
"VideoVolumeSlider": {
|
|
9278
|
+
"appearances": {},
|
|
9279
|
+
"rules": [],
|
|
9280
|
+
"tokens": {
|
|
9281
|
+
"marginLeft": 16,
|
|
9282
|
+
"marginRight": 16,
|
|
9283
|
+
"mutedIcon": "PaletteIconMuted",
|
|
9284
|
+
"rangeBackground": {
|
|
9285
|
+
"red": 0,
|
|
9286
|
+
"green": 0,
|
|
9287
|
+
"blue": 0,
|
|
9288
|
+
"alpha": 0
|
|
9289
|
+
},
|
|
9290
|
+
"thumbBackground": {
|
|
9291
|
+
"red": 1,
|
|
9292
|
+
"green": 1,
|
|
9293
|
+
"blue": 1,
|
|
9294
|
+
"alpha": 1
|
|
9295
|
+
},
|
|
9296
|
+
"thumbHeight": 8,
|
|
9297
|
+
"thumbWidth": 8,
|
|
9298
|
+
"trackGradientEnd": {
|
|
9299
|
+
"red": 1,
|
|
9300
|
+
"green": 1,
|
|
9301
|
+
"blue": 1,
|
|
9302
|
+
"alpha": 1
|
|
9303
|
+
},
|
|
9304
|
+
"trackGradientStart": {
|
|
9305
|
+
"red": 1,
|
|
9306
|
+
"green": 1,
|
|
9307
|
+
"blue": 1,
|
|
9308
|
+
"alpha": 1
|
|
9309
|
+
},
|
|
9310
|
+
"unmutedIcon": "PaletteIconUnmuted"
|
|
9311
|
+
}
|
|
9312
|
+
},
|
|
8231
9313
|
"WaffleGrid": {
|
|
8232
9314
|
"appearances": {},
|
|
8233
9315
|
"rules": [],
|
|
@@ -8429,7 +9511,7 @@
|
|
|
8429
9511
|
}
|
|
8430
9512
|
},
|
|
8431
9513
|
"metadata": {
|
|
8432
|
-
"themeTokensVersion": "2.
|
|
9514
|
+
"themeTokensVersion": "2.23.0",
|
|
8433
9515
|
"name": "theme-allium"
|
|
8434
9516
|
}
|
|
8435
9517
|
}
|