@telus-uds/theme-koodo 3.19.0 → 3.20.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 +1015 -514
- package/build/android/theme.json +306 -37
- package/build/ios/schema.json +1015 -514
- package/build/ios/theme.json +306 -37
- package/build/rn/schema.json +1015 -514
- package/build/rn/theme.js +163 -26
- package/package.json +4 -4
- package/theme.json +200 -25
package/build/android/theme.json
CHANGED
|
@@ -2490,17 +2490,17 @@
|
|
|
2490
2490
|
"alpha": 1
|
|
2491
2491
|
},
|
|
2492
2492
|
"borderColor": {
|
|
2493
|
-
"red": 0.
|
|
2494
|
-
"green": 0.
|
|
2495
|
-
"blue": 0.
|
|
2493
|
+
"red": 0.00392,
|
|
2494
|
+
"green": 0.41961,
|
|
2495
|
+
"blue": 0.41569,
|
|
2496
2496
|
"alpha": 1
|
|
2497
2497
|
},
|
|
2498
2498
|
"borderRadius": 32,
|
|
2499
2499
|
"borderWidth": 1,
|
|
2500
2500
|
"iconColor": {
|
|
2501
|
-
"red": 0
|
|
2502
|
-
"green": 0
|
|
2503
|
-
"blue": 0
|
|
2501
|
+
"red": 0,
|
|
2502
|
+
"green": 0,
|
|
2503
|
+
"blue": 0,
|
|
2504
2504
|
"alpha": 1
|
|
2505
2505
|
},
|
|
2506
2506
|
"iconScale": 1,
|
|
@@ -3020,6 +3020,13 @@
|
|
|
3020
3020
|
"shadow": null
|
|
3021
3021
|
}
|
|
3022
3022
|
},
|
|
3023
|
+
"Image": {
|
|
3024
|
+
"appearances": {},
|
|
3025
|
+
"rules": [],
|
|
3026
|
+
"tokens": {
|
|
3027
|
+
"borderRadius": 4
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
3023
3030
|
"InputLabel": {
|
|
3024
3031
|
"appearances": {},
|
|
3025
3032
|
"rules": [],
|
|
@@ -3337,7 +3344,11 @@
|
|
|
3337
3344
|
"viewport": ["xs", "sm"]
|
|
3338
3345
|
},
|
|
3339
3346
|
"tokens": {
|
|
3340
|
-
"height": "100%"
|
|
3347
|
+
"height": "100%",
|
|
3348
|
+
"paddingBottom": 24,
|
|
3349
|
+
"paddingLeft": 24,
|
|
3350
|
+
"paddingRight": 24,
|
|
3351
|
+
"paddingTop": 24
|
|
3341
3352
|
}
|
|
3342
3353
|
},
|
|
3343
3354
|
{
|
|
@@ -3376,7 +3387,19 @@
|
|
|
3376
3387
|
"blue": 1,
|
|
3377
3388
|
"alpha": 1
|
|
3378
3389
|
},
|
|
3390
|
+
"borderColor": {
|
|
3391
|
+
"red": 1,
|
|
3392
|
+
"green": 1,
|
|
3393
|
+
"blue": 1,
|
|
3394
|
+
"alpha": 1
|
|
3395
|
+
},
|
|
3379
3396
|
"borderRadius": 4,
|
|
3397
|
+
"cancelButtonColor": {
|
|
3398
|
+
"red": 0,
|
|
3399
|
+
"green": 0,
|
|
3400
|
+
"blue": 0,
|
|
3401
|
+
"alpha": 1
|
|
3402
|
+
},
|
|
3380
3403
|
"closeIcon": "PaletteIconTimes",
|
|
3381
3404
|
"closeIconColor": {
|
|
3382
3405
|
"red": 0,
|
|
@@ -3390,12 +3413,22 @@
|
|
|
3390
3413
|
"containerPaddingLeft": 0,
|
|
3391
3414
|
"containerPaddingRight": 0,
|
|
3392
3415
|
"containerPaddingTop": 0,
|
|
3416
|
+
"gap": 16,
|
|
3417
|
+
"headingColor": {
|
|
3418
|
+
"red": 0,
|
|
3419
|
+
"green": 0,
|
|
3420
|
+
"blue": 0,
|
|
3421
|
+
"alpha": 1
|
|
3422
|
+
},
|
|
3423
|
+
"headingPaddingRight": 24,
|
|
3393
3424
|
"height": null,
|
|
3425
|
+
"marginLeft": 24,
|
|
3426
|
+
"marginRight": 24,
|
|
3394
3427
|
"maxWidth": "100%",
|
|
3395
|
-
"paddingBottom":
|
|
3396
|
-
"paddingLeft":
|
|
3397
|
-
"paddingRight":
|
|
3398
|
-
"paddingTop":
|
|
3428
|
+
"paddingBottom": 24,
|
|
3429
|
+
"paddingLeft": 32,
|
|
3430
|
+
"paddingRight": 32,
|
|
3431
|
+
"paddingTop": 24,
|
|
3399
3432
|
"shadow": {
|
|
3400
3433
|
"inset": false,
|
|
3401
3434
|
"offsetX": 0,
|
|
@@ -3408,7 +3441,8 @@
|
|
|
3408
3441
|
"blue": 0,
|
|
3409
3442
|
"alpha": 0
|
|
3410
3443
|
}
|
|
3411
|
-
}
|
|
3444
|
+
},
|
|
3445
|
+
"subHeadingMarginTop": 8
|
|
3412
3446
|
}
|
|
3413
3447
|
},
|
|
3414
3448
|
"Notification": {
|
|
@@ -5706,6 +5740,81 @@
|
|
|
5706
5740
|
"showStepTrackerLabel": true
|
|
5707
5741
|
}
|
|
5708
5742
|
},
|
|
5743
|
+
"Table": {
|
|
5744
|
+
"appearances": {
|
|
5745
|
+
"spacing": {
|
|
5746
|
+
"type": "variant",
|
|
5747
|
+
"values": ["compact"]
|
|
5748
|
+
}
|
|
5749
|
+
},
|
|
5750
|
+
"rules": [
|
|
5751
|
+
{
|
|
5752
|
+
"if": {
|
|
5753
|
+
"spacing": "compact"
|
|
5754
|
+
},
|
|
5755
|
+
"tokens": {
|
|
5756
|
+
"cellPaddingBottom": 8,
|
|
5757
|
+
"cellPaddingTop": 8
|
|
5758
|
+
}
|
|
5759
|
+
}
|
|
5760
|
+
],
|
|
5761
|
+
"tokens": {
|
|
5762
|
+
"cellBackground": {
|
|
5763
|
+
"red": 1,
|
|
5764
|
+
"green": 1,
|
|
5765
|
+
"blue": 1,
|
|
5766
|
+
"alpha": 1
|
|
5767
|
+
},
|
|
5768
|
+
"cellBoxShadowColor": {
|
|
5769
|
+
"red": 0,
|
|
5770
|
+
"green": 0,
|
|
5771
|
+
"blue": 0,
|
|
5772
|
+
"alpha": 1
|
|
5773
|
+
},
|
|
5774
|
+
"cellHeadingBackground": {
|
|
5775
|
+
"red": 0,
|
|
5776
|
+
"green": 0,
|
|
5777
|
+
"blue": 0,
|
|
5778
|
+
"alpha": 1
|
|
5779
|
+
},
|
|
5780
|
+
"cellHeadingBoxShadowColor": {
|
|
5781
|
+
"red": 0,
|
|
5782
|
+
"green": 0,
|
|
5783
|
+
"blue": 0,
|
|
5784
|
+
"alpha": 1
|
|
5785
|
+
},
|
|
5786
|
+
"cellPaddingBottom": 16,
|
|
5787
|
+
"cellPaddingLeft": 16,
|
|
5788
|
+
"cellPaddingRight": 16,
|
|
5789
|
+
"cellPaddingTop": 16,
|
|
5790
|
+
"cellRowHeadingBackground": {
|
|
5791
|
+
"red": 1,
|
|
5792
|
+
"green": 1,
|
|
5793
|
+
"blue": 1,
|
|
5794
|
+
"alpha": 1
|
|
5795
|
+
},
|
|
5796
|
+
"cellStickyShadow": {
|
|
5797
|
+
"inset": false,
|
|
5798
|
+
"offsetX": 0,
|
|
5799
|
+
"offsetY": 4,
|
|
5800
|
+
"blur": 8,
|
|
5801
|
+
"spread": 0,
|
|
5802
|
+
"color": {
|
|
5803
|
+
"red": 0,
|
|
5804
|
+
"green": 0,
|
|
5805
|
+
"blue": 0,
|
|
5806
|
+
"alpha": 0.1
|
|
5807
|
+
}
|
|
5808
|
+
},
|
|
5809
|
+
"cellSubheadingBackground": {
|
|
5810
|
+
"red": 0,
|
|
5811
|
+
"green": 0,
|
|
5812
|
+
"blue": 0,
|
|
5813
|
+
"alpha": 1
|
|
5814
|
+
},
|
|
5815
|
+
"tablePaddingBottom": 24
|
|
5816
|
+
}
|
|
5817
|
+
},
|
|
5709
5818
|
"Tabs": {
|
|
5710
5819
|
"appearances": {},
|
|
5711
5820
|
"rules": [],
|
|
@@ -5718,7 +5827,7 @@
|
|
|
5718
5827
|
},
|
|
5719
5828
|
"borderBottomWidth": 0,
|
|
5720
5829
|
"buttonClearance": 32,
|
|
5721
|
-
"gutter":
|
|
5830
|
+
"gutter": null,
|
|
5722
5831
|
"nextIcon": "PaletteIconChevronRight",
|
|
5723
5832
|
"previousIcon": "PaletteIconChevronLeft",
|
|
5724
5833
|
"space": 0
|
|
@@ -5726,6 +5835,15 @@
|
|
|
5726
5835
|
},
|
|
5727
5836
|
"TabsItem": {
|
|
5728
5837
|
"appearances": {
|
|
5838
|
+
"inverse": {
|
|
5839
|
+
"type": "variant",
|
|
5840
|
+
"values": [true]
|
|
5841
|
+
},
|
|
5842
|
+
"pressed": {
|
|
5843
|
+
"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.",
|
|
5844
|
+
"values": [true],
|
|
5845
|
+
"type": "state"
|
|
5846
|
+
},
|
|
5729
5847
|
"selected": {
|
|
5730
5848
|
"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.",
|
|
5731
5849
|
"values": [true],
|
|
@@ -5739,53 +5857,123 @@
|
|
|
5739
5857
|
},
|
|
5740
5858
|
"tokens": {
|
|
5741
5859
|
"backgroundColor": {
|
|
5742
|
-
"red": 0.00392,
|
|
5743
|
-
"green": 0.41961,
|
|
5744
|
-
"blue": 0.41569,
|
|
5745
|
-
"alpha": 1
|
|
5746
|
-
},
|
|
5747
|
-
"borderWidth": 0,
|
|
5748
|
-
"color": {
|
|
5749
5860
|
"red": 1,
|
|
5750
5861
|
"green": 1,
|
|
5751
5862
|
"blue": 1,
|
|
5752
5863
|
"alpha": 1
|
|
5753
5864
|
},
|
|
5865
|
+
"color": {
|
|
5866
|
+
"red": 0.00392,
|
|
5867
|
+
"green": 0.41961,
|
|
5868
|
+
"blue": 0.41569,
|
|
5869
|
+
"alpha": 1
|
|
5870
|
+
},
|
|
5871
|
+
"highlightBarBorderWidth": 1,
|
|
5872
|
+
"highlightBarHeight": 1,
|
|
5754
5873
|
"highlightColor": {
|
|
5755
5874
|
"red": 0.00392,
|
|
5756
5875
|
"green": 0.41961,
|
|
5757
5876
|
"blue": 0.41569,
|
|
5758
5877
|
"alpha": 1
|
|
5878
|
+
}
|
|
5879
|
+
}
|
|
5880
|
+
},
|
|
5881
|
+
{
|
|
5882
|
+
"if": {
|
|
5883
|
+
"pressed": true
|
|
5884
|
+
},
|
|
5885
|
+
"tokens": {
|
|
5886
|
+
"backgroundColor": {
|
|
5887
|
+
"red": 0.78824,
|
|
5888
|
+
"green": 0.78431,
|
|
5889
|
+
"blue": 0.78431,
|
|
5890
|
+
"alpha": 1
|
|
5759
5891
|
},
|
|
5760
|
-
"
|
|
5892
|
+
"highlightBarBorderWidth": 0
|
|
5893
|
+
}
|
|
5894
|
+
},
|
|
5895
|
+
{
|
|
5896
|
+
"if": {
|
|
5897
|
+
"inverse": true
|
|
5898
|
+
},
|
|
5899
|
+
"tokens": {
|
|
5900
|
+
"backgroundColor": {
|
|
5901
|
+
"red": 0,
|
|
5902
|
+
"green": 0,
|
|
5903
|
+
"blue": 0,
|
|
5904
|
+
"alpha": 0
|
|
5905
|
+
},
|
|
5906
|
+
"color": {
|
|
5907
|
+
"red": 0.89804,
|
|
5908
|
+
"green": 0.96863,
|
|
5909
|
+
"blue": 0.98431,
|
|
5910
|
+
"alpha": 1
|
|
5911
|
+
}
|
|
5912
|
+
}
|
|
5913
|
+
},
|
|
5914
|
+
{
|
|
5915
|
+
"if": {
|
|
5916
|
+
"inverse": true,
|
|
5917
|
+
"selected": true
|
|
5918
|
+
},
|
|
5919
|
+
"tokens": {
|
|
5920
|
+
"color": {
|
|
5921
|
+
"red": 0.78824,
|
|
5922
|
+
"green": 0.78431,
|
|
5923
|
+
"blue": 0.78431,
|
|
5924
|
+
"alpha": 1
|
|
5925
|
+
},
|
|
5926
|
+
"highlightBarBorderWidth": 1,
|
|
5927
|
+
"highlightBarHeight": 1,
|
|
5928
|
+
"highlightColor": {
|
|
5929
|
+
"red": 0.78824,
|
|
5930
|
+
"green": 0.78431,
|
|
5931
|
+
"blue": 0.78431,
|
|
5932
|
+
"alpha": 1
|
|
5933
|
+
}
|
|
5934
|
+
}
|
|
5935
|
+
},
|
|
5936
|
+
{
|
|
5937
|
+
"if": {
|
|
5938
|
+
"inverse": true,
|
|
5939
|
+
"pressed": true
|
|
5940
|
+
},
|
|
5941
|
+
"tokens": {
|
|
5942
|
+
"color": {
|
|
5943
|
+
"red": 0.78824,
|
|
5944
|
+
"green": 0.78431,
|
|
5945
|
+
"blue": 0.78431,
|
|
5946
|
+
"alpha": 1
|
|
5947
|
+
},
|
|
5948
|
+
"highlightBarBorderWidth": 0
|
|
5761
5949
|
}
|
|
5762
5950
|
}
|
|
5763
5951
|
],
|
|
5764
5952
|
"tokens": {
|
|
5765
5953
|
"backgroundColor": {
|
|
5766
|
-
"red":
|
|
5767
|
-
"green":
|
|
5768
|
-
"blue":
|
|
5954
|
+
"red": 1,
|
|
5955
|
+
"green": 1,
|
|
5956
|
+
"blue": 1,
|
|
5769
5957
|
"alpha": 1
|
|
5770
5958
|
},
|
|
5771
5959
|
"borderColor": {
|
|
5772
|
-
"red": 0.78824,
|
|
5773
|
-
"green": 0.78431,
|
|
5774
|
-
"blue": 0.78431,
|
|
5775
|
-
"alpha": 1
|
|
5776
|
-
},
|
|
5777
|
-
"borderRadius": 0,
|
|
5778
|
-
"borderWidth": 1,
|
|
5779
|
-
"color": {
|
|
5780
5960
|
"red": 0,
|
|
5781
5961
|
"green": 0,
|
|
5782
5962
|
"blue": 0,
|
|
5963
|
+
"alpha": 0
|
|
5964
|
+
},
|
|
5965
|
+
"borderRadius": 0,
|
|
5966
|
+
"borderWidth": 0,
|
|
5967
|
+
"color": {
|
|
5968
|
+
"red": 0.4,
|
|
5969
|
+
"green": 0.4,
|
|
5970
|
+
"blue": 0.4,
|
|
5783
5971
|
"alpha": 1
|
|
5784
5972
|
},
|
|
5785
5973
|
"fontName": "StagSans",
|
|
5786
5974
|
"fontScaleCap": 64,
|
|
5787
5975
|
"fontSize": 16,
|
|
5788
|
-
"fontWeight":
|
|
5976
|
+
"fontWeight": 600,
|
|
5789
5977
|
"highlightBarBorderRadius": 0,
|
|
5790
5978
|
"highlightBarBorderWidth": 0,
|
|
5791
5979
|
"highlightBarHeight": 0,
|
|
@@ -5797,10 +5985,10 @@
|
|
|
5797
5985
|
},
|
|
5798
5986
|
"highlightTriangleSize": 0,
|
|
5799
5987
|
"letterSpacing": 0,
|
|
5800
|
-
"lineHeight": 1.
|
|
5988
|
+
"lineHeight": 1.5,
|
|
5801
5989
|
"maxWidth": null,
|
|
5802
|
-
"paddingHorizontal":
|
|
5803
|
-
"paddingVertical":
|
|
5990
|
+
"paddingHorizontal": 24,
|
|
5991
|
+
"paddingVertical": 4,
|
|
5804
5992
|
"space": 0,
|
|
5805
5993
|
"textAlign": "center",
|
|
5806
5994
|
"textTransform": "none"
|
|
@@ -6221,6 +6409,73 @@
|
|
|
6221
6409
|
"timelineContainerDirection": "column"
|
|
6222
6410
|
}
|
|
6223
6411
|
},
|
|
6412
|
+
"Toast": {
|
|
6413
|
+
"appearances": {},
|
|
6414
|
+
"rules": [],
|
|
6415
|
+
"tokens": {
|
|
6416
|
+
"animationBackgroundColorAfter": {
|
|
6417
|
+
"red": 1,
|
|
6418
|
+
"green": 1,
|
|
6419
|
+
"blue": 1,
|
|
6420
|
+
"alpha": 1
|
|
6421
|
+
},
|
|
6422
|
+
"animationBackgroundColorBefore": {
|
|
6423
|
+
"red": 1,
|
|
6424
|
+
"green": 1,
|
|
6425
|
+
"blue": 1,
|
|
6426
|
+
"alpha": 1
|
|
6427
|
+
},
|
|
6428
|
+
"animationColorAfter": {
|
|
6429
|
+
"red": 0.00392,
|
|
6430
|
+
"green": 0.41961,
|
|
6431
|
+
"blue": 0.41569,
|
|
6432
|
+
"alpha": 1
|
|
6433
|
+
},
|
|
6434
|
+
"animationColorBefore": {
|
|
6435
|
+
"red": 1,
|
|
6436
|
+
"green": 1,
|
|
6437
|
+
"blue": 1,
|
|
6438
|
+
"alpha": 1
|
|
6439
|
+
},
|
|
6440
|
+
"animationDivColorAfter": {
|
|
6441
|
+
"red": 1,
|
|
6442
|
+
"green": 1,
|
|
6443
|
+
"blue": 1,
|
|
6444
|
+
"alpha": 1
|
|
6445
|
+
},
|
|
6446
|
+
"animationDivColorBefore": {
|
|
6447
|
+
"red": 1,
|
|
6448
|
+
"green": 1,
|
|
6449
|
+
"blue": 1,
|
|
6450
|
+
"alpha": 1
|
|
6451
|
+
},
|
|
6452
|
+
"animationFillColorAfter": {
|
|
6453
|
+
"red": 1,
|
|
6454
|
+
"green": 1,
|
|
6455
|
+
"blue": 1,
|
|
6456
|
+
"alpha": 1
|
|
6457
|
+
},
|
|
6458
|
+
"animationFillColorBefore": {
|
|
6459
|
+
"red": 1,
|
|
6460
|
+
"green": 1,
|
|
6461
|
+
"blue": 1,
|
|
6462
|
+
"alpha": 1
|
|
6463
|
+
},
|
|
6464
|
+
"animationHeightAfter": 24,
|
|
6465
|
+
"animationHeightBefore": 0,
|
|
6466
|
+
"animationPaddingBottomAfter": 16,
|
|
6467
|
+
"animationPaddingBottomBefore": 0,
|
|
6468
|
+
"animationPaddingTopAfter": 16,
|
|
6469
|
+
"animationPaddingTopBefore": 0,
|
|
6470
|
+
"containerBackgroundColor": {
|
|
6471
|
+
"red": 1,
|
|
6472
|
+
"green": 1,
|
|
6473
|
+
"blue": 1,
|
|
6474
|
+
"alpha": 1
|
|
6475
|
+
},
|
|
6476
|
+
"containerGap": 12
|
|
6477
|
+
}
|
|
6478
|
+
},
|
|
6224
6479
|
"ToggleSwitch": {
|
|
6225
6480
|
"appearances": {
|
|
6226
6481
|
"inactive": {
|
|
@@ -6799,6 +7054,20 @@
|
|
|
6799
7054
|
"textTransform": "none"
|
|
6800
7055
|
}
|
|
6801
7056
|
},
|
|
7057
|
+
"WaffleGrid": {
|
|
7058
|
+
"appearances": {},
|
|
7059
|
+
"rules": [],
|
|
7060
|
+
"tokens": {
|
|
7061
|
+
"itemBorderColor": {
|
|
7062
|
+
"red": 0,
|
|
7063
|
+
"green": 0,
|
|
7064
|
+
"blue": 0,
|
|
7065
|
+
"alpha": 0
|
|
7066
|
+
},
|
|
7067
|
+
"itemPadding": 16,
|
|
7068
|
+
"rowBorderWidth": 1
|
|
7069
|
+
}
|
|
7070
|
+
},
|
|
6802
7071
|
"spacingScale": {
|
|
6803
7072
|
"appearances": {
|
|
6804
7073
|
"space": {
|
|
@@ -6986,7 +7255,7 @@
|
|
|
6986
7255
|
}
|
|
6987
7256
|
},
|
|
6988
7257
|
"metadata": {
|
|
6989
|
-
"themeTokensVersion": "2.
|
|
7258
|
+
"themeTokensVersion": "2.19.0",
|
|
6990
7259
|
"name": "theme-koodo"
|
|
6991
7260
|
}
|
|
6992
7261
|
}
|