@telus-uds/theme-koodo 3.6.0 → 3.7.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/build/android/schema.json +669 -416
- package/build/android/theme.json +132 -1
- package/build/ios/schema.json +669 -416
- package/build/ios/theme.json +132 -1
- package/build/rn/schema.json +673 -420
- package/build/rn/theme.js +68 -2
- package/package.json +4 -4
- package/theme.json +80 -0
package/build/android/theme.json
CHANGED
|
@@ -646,6 +646,8 @@
|
|
|
646
646
|
"fontName": "StagSans",
|
|
647
647
|
"fontSize": 14,
|
|
648
648
|
"fontWeight": 600,
|
|
649
|
+
"iconSize": 20,
|
|
650
|
+
"iconSpace": 3,
|
|
649
651
|
"lineHeight": 1.5,
|
|
650
652
|
"minWidth": 0,
|
|
651
653
|
"opacity": 1,
|
|
@@ -1032,6 +1034,7 @@
|
|
|
1032
1034
|
"alpha": 1
|
|
1033
1035
|
},
|
|
1034
1036
|
"iconGap": 16,
|
|
1037
|
+
"iconPaddingTop": 4,
|
|
1035
1038
|
"iconPosition": "left",
|
|
1036
1039
|
"iconSize": 16,
|
|
1037
1040
|
"justifyContent": "flex-start",
|
|
@@ -2404,6 +2407,56 @@
|
|
|
2404
2407
|
"shadow": null
|
|
2405
2408
|
}
|
|
2406
2409
|
},
|
|
2410
|
+
"QuickLinksFeature": {
|
|
2411
|
+
"appearances": {},
|
|
2412
|
+
"rules": [],
|
|
2413
|
+
"tokens": {
|
|
2414
|
+
"stackGap": 5,
|
|
2415
|
+
"stackJustify": "center",
|
|
2416
|
+
"stackSpace": 5
|
|
2417
|
+
}
|
|
2418
|
+
},
|
|
2419
|
+
"QuickLinksFeatureItem": {
|
|
2420
|
+
"appearances": {
|
|
2421
|
+
"viewport": {
|
|
2422
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
2423
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
2424
|
+
"type": "state"
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2427
|
+
"rules": [
|
|
2428
|
+
{
|
|
2429
|
+
"if": {
|
|
2430
|
+
"viewport": "xl"
|
|
2431
|
+
},
|
|
2432
|
+
"tokens": {
|
|
2433
|
+
"contentMaxDimension": 184,
|
|
2434
|
+
"imageDimension": 168
|
|
2435
|
+
}
|
|
2436
|
+
}
|
|
2437
|
+
],
|
|
2438
|
+
"tokens": {
|
|
2439
|
+
"color": {
|
|
2440
|
+
"red": 0.00392,
|
|
2441
|
+
"green": 0.41961,
|
|
2442
|
+
"blue": 0.41569,
|
|
2443
|
+
"alpha": 1
|
|
2444
|
+
},
|
|
2445
|
+
"contentAlignItems": "center",
|
|
2446
|
+
"contentDirection": "column",
|
|
2447
|
+
"contentMaxDimension": 140,
|
|
2448
|
+
"contentSpace": 3,
|
|
2449
|
+
"imageDimension": 128,
|
|
2450
|
+
"outerBorderColor": {
|
|
2451
|
+
"red": 0,
|
|
2452
|
+
"green": 0,
|
|
2453
|
+
"blue": 0,
|
|
2454
|
+
"alpha": 0
|
|
2455
|
+
},
|
|
2456
|
+
"textAlign": "center",
|
|
2457
|
+
"textLine": "underline"
|
|
2458
|
+
}
|
|
2459
|
+
},
|
|
2407
2460
|
"QuickLinksList": {
|
|
2408
2461
|
"appearances": {
|
|
2409
2462
|
"pressed": {
|
|
@@ -3426,6 +3479,11 @@
|
|
|
3426
3479
|
},
|
|
3427
3480
|
"StepTracker": {
|
|
3428
3481
|
"appearances": {
|
|
3482
|
+
"inverse": {
|
|
3483
|
+
"description": "Styles the step tracker for using on dark backgrounds.",
|
|
3484
|
+
"type": "variant",
|
|
3485
|
+
"values": [true]
|
|
3486
|
+
},
|
|
3429
3487
|
"viewport": {
|
|
3430
3488
|
"description": "The size label for the current screen viewport based on the current screen width",
|
|
3431
3489
|
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
@@ -3441,6 +3499,79 @@
|
|
|
3441
3499
|
"showStepLabel": true,
|
|
3442
3500
|
"showStepTrackerLabel": false
|
|
3443
3501
|
}
|
|
3502
|
+
},
|
|
3503
|
+
{
|
|
3504
|
+
"if": {
|
|
3505
|
+
"inverse": true
|
|
3506
|
+
},
|
|
3507
|
+
"tokens": {
|
|
3508
|
+
"connectorColor": {
|
|
3509
|
+
"red": 1,
|
|
3510
|
+
"green": 1,
|
|
3511
|
+
"blue": 1,
|
|
3512
|
+
"alpha": 1
|
|
3513
|
+
},
|
|
3514
|
+
"connectorCompletedColor": {
|
|
3515
|
+
"red": 1,
|
|
3516
|
+
"green": 1,
|
|
3517
|
+
"blue": 1,
|
|
3518
|
+
"alpha": 1
|
|
3519
|
+
},
|
|
3520
|
+
"knobBackgroundColor": {
|
|
3521
|
+
"red": 0,
|
|
3522
|
+
"green": 0,
|
|
3523
|
+
"blue": 0,
|
|
3524
|
+
"alpha": 0
|
|
3525
|
+
},
|
|
3526
|
+
"knobBorderColor": {
|
|
3527
|
+
"red": 1,
|
|
3528
|
+
"green": 1,
|
|
3529
|
+
"blue": 1,
|
|
3530
|
+
"alpha": 1
|
|
3531
|
+
},
|
|
3532
|
+
"knobCompletedBackgroundColor": {
|
|
3533
|
+
"red": 1,
|
|
3534
|
+
"green": 1,
|
|
3535
|
+
"blue": 1,
|
|
3536
|
+
"alpha": 1
|
|
3537
|
+
},
|
|
3538
|
+
"knobCompletedBorderColor": {
|
|
3539
|
+
"red": 1,
|
|
3540
|
+
"green": 1,
|
|
3541
|
+
"blue": 1,
|
|
3542
|
+
"alpha": 1
|
|
3543
|
+
},
|
|
3544
|
+
"knobCurrentBackgroundColor": {
|
|
3545
|
+
"red": 1,
|
|
3546
|
+
"green": 1,
|
|
3547
|
+
"blue": 1,
|
|
3548
|
+
"alpha": 1
|
|
3549
|
+
},
|
|
3550
|
+
"knobCurrentBorderColor": {
|
|
3551
|
+
"red": 1,
|
|
3552
|
+
"green": 1,
|
|
3553
|
+
"blue": 1,
|
|
3554
|
+
"alpha": 1
|
|
3555
|
+
},
|
|
3556
|
+
"knobCurrentInnerColor": {
|
|
3557
|
+
"red": 1,
|
|
3558
|
+
"green": 1,
|
|
3559
|
+
"blue": 1,
|
|
3560
|
+
"alpha": 1
|
|
3561
|
+
},
|
|
3562
|
+
"labelColor": {
|
|
3563
|
+
"red": 1,
|
|
3564
|
+
"green": 1,
|
|
3565
|
+
"blue": 1,
|
|
3566
|
+
"alpha": 1
|
|
3567
|
+
},
|
|
3568
|
+
"labelCurrentColor": {
|
|
3569
|
+
"red": 1,
|
|
3570
|
+
"green": 1,
|
|
3571
|
+
"blue": 1,
|
|
3572
|
+
"alpha": 1
|
|
3573
|
+
}
|
|
3574
|
+
}
|
|
3444
3575
|
}
|
|
3445
3576
|
],
|
|
3446
3577
|
"tokens": {
|
|
@@ -4667,7 +4798,7 @@
|
|
|
4667
4798
|
}
|
|
4668
4799
|
},
|
|
4669
4800
|
"metadata": {
|
|
4670
|
-
"themeTokensVersion": "2.
|
|
4801
|
+
"themeTokensVersion": "2.9.0",
|
|
4671
4802
|
"name": "theme-koodo"
|
|
4672
4803
|
}
|
|
4673
4804
|
}
|