@telus-uds/theme-koodo 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 +1072 -515
- package/build/android/theme.json +314 -37
- package/build/ios/schema.json +1072 -515
- package/build/ios/theme.json +314 -37
- package/build/rn/schema.json +1072 -515
- package/build/rn/theme.js +171 -26
- package/package.json +4 -4
- package/theme.json +208 -25
package/build/ios/theme.json
CHANGED
|
@@ -1462,6 +1462,10 @@
|
|
|
1462
1462
|
},
|
|
1463
1463
|
"borderRadius": 0,
|
|
1464
1464
|
"borderWidth": 0,
|
|
1465
|
+
"contentAlignItems": "stretch",
|
|
1466
|
+
"contentFlexGrow": 0,
|
|
1467
|
+
"contentFlexShrink": 0,
|
|
1468
|
+
"contentJustifyContent": "flex-start",
|
|
1465
1469
|
"flex": 1,
|
|
1466
1470
|
"minWidth": null,
|
|
1467
1471
|
"paddingBottom": 16,
|
|
@@ -2490,17 +2494,17 @@
|
|
|
2490
2494
|
"alpha": 1
|
|
2491
2495
|
},
|
|
2492
2496
|
"borderColor": {
|
|
2493
|
-
"red": 0.
|
|
2494
|
-
"green": 0.
|
|
2495
|
-
"blue": 0.
|
|
2497
|
+
"red": 0.00392,
|
|
2498
|
+
"green": 0.41961,
|
|
2499
|
+
"blue": 0.41569,
|
|
2496
2500
|
"alpha": 1
|
|
2497
2501
|
},
|
|
2498
2502
|
"borderRadius": 32,
|
|
2499
2503
|
"borderWidth": 1,
|
|
2500
2504
|
"iconColor": {
|
|
2501
|
-
"red": 0
|
|
2502
|
-
"green": 0
|
|
2503
|
-
"blue": 0
|
|
2505
|
+
"red": 0,
|
|
2506
|
+
"green": 0,
|
|
2507
|
+
"blue": 0,
|
|
2504
2508
|
"alpha": 1
|
|
2505
2509
|
},
|
|
2506
2510
|
"iconScale": 1,
|
|
@@ -3020,6 +3024,13 @@
|
|
|
3020
3024
|
"shadow": null
|
|
3021
3025
|
}
|
|
3022
3026
|
},
|
|
3027
|
+
"Image": {
|
|
3028
|
+
"appearances": {},
|
|
3029
|
+
"rules": [],
|
|
3030
|
+
"tokens": {
|
|
3031
|
+
"borderRadius": 4
|
|
3032
|
+
}
|
|
3033
|
+
},
|
|
3023
3034
|
"InputLabel": {
|
|
3024
3035
|
"appearances": {},
|
|
3025
3036
|
"rules": [],
|
|
@@ -3337,7 +3348,11 @@
|
|
|
3337
3348
|
"viewport": ["xs", "sm"]
|
|
3338
3349
|
},
|
|
3339
3350
|
"tokens": {
|
|
3340
|
-
"height": "100%"
|
|
3351
|
+
"height": "100%",
|
|
3352
|
+
"paddingBottom": 24,
|
|
3353
|
+
"paddingLeft": 24,
|
|
3354
|
+
"paddingRight": 24,
|
|
3355
|
+
"paddingTop": 24
|
|
3341
3356
|
}
|
|
3342
3357
|
},
|
|
3343
3358
|
{
|
|
@@ -3376,7 +3391,19 @@
|
|
|
3376
3391
|
"blue": 1,
|
|
3377
3392
|
"alpha": 1
|
|
3378
3393
|
},
|
|
3394
|
+
"borderColor": {
|
|
3395
|
+
"red": 1,
|
|
3396
|
+
"green": 1,
|
|
3397
|
+
"blue": 1,
|
|
3398
|
+
"alpha": 1
|
|
3399
|
+
},
|
|
3379
3400
|
"borderRadius": 4,
|
|
3401
|
+
"cancelButtonColor": {
|
|
3402
|
+
"red": 0,
|
|
3403
|
+
"green": 0,
|
|
3404
|
+
"blue": 0,
|
|
3405
|
+
"alpha": 1
|
|
3406
|
+
},
|
|
3380
3407
|
"closeIcon": "PaletteIconTimes",
|
|
3381
3408
|
"closeIconColor": {
|
|
3382
3409
|
"red": 0,
|
|
@@ -3390,12 +3417,22 @@
|
|
|
3390
3417
|
"containerPaddingLeft": 0,
|
|
3391
3418
|
"containerPaddingRight": 0,
|
|
3392
3419
|
"containerPaddingTop": 0,
|
|
3420
|
+
"gap": 16,
|
|
3421
|
+
"headingColor": {
|
|
3422
|
+
"red": 0,
|
|
3423
|
+
"green": 0,
|
|
3424
|
+
"blue": 0,
|
|
3425
|
+
"alpha": 1
|
|
3426
|
+
},
|
|
3427
|
+
"headingPaddingRight": 24,
|
|
3393
3428
|
"height": null,
|
|
3429
|
+
"marginLeft": 24,
|
|
3430
|
+
"marginRight": 24,
|
|
3394
3431
|
"maxWidth": "100%",
|
|
3395
|
-
"paddingBottom":
|
|
3396
|
-
"paddingLeft":
|
|
3397
|
-
"paddingRight":
|
|
3398
|
-
"paddingTop":
|
|
3432
|
+
"paddingBottom": 24,
|
|
3433
|
+
"paddingLeft": 32,
|
|
3434
|
+
"paddingRight": 32,
|
|
3435
|
+
"paddingTop": 24,
|
|
3399
3436
|
"shadow": {
|
|
3400
3437
|
"inset": false,
|
|
3401
3438
|
"offsetX": 0,
|
|
@@ -3408,7 +3445,8 @@
|
|
|
3408
3445
|
"blue": 0,
|
|
3409
3446
|
"alpha": 0
|
|
3410
3447
|
}
|
|
3411
|
-
}
|
|
3448
|
+
},
|
|
3449
|
+
"subHeadingMarginTop": 8
|
|
3412
3450
|
}
|
|
3413
3451
|
},
|
|
3414
3452
|
"Notification": {
|
|
@@ -4736,6 +4774,10 @@
|
|
|
4736
4774
|
"blue": 0,
|
|
4737
4775
|
"alpha": 1
|
|
4738
4776
|
},
|
|
4777
|
+
"contentAlignItems": "stretch",
|
|
4778
|
+
"contentFlexGrow": 0,
|
|
4779
|
+
"contentFlexShrink": 0,
|
|
4780
|
+
"contentJustifyContent": "flex-start",
|
|
4739
4781
|
"contentSpace": 2,
|
|
4740
4782
|
"flex": 1,
|
|
4741
4783
|
"fontName": "StagSans",
|
|
@@ -5706,6 +5748,81 @@
|
|
|
5706
5748
|
"showStepTrackerLabel": true
|
|
5707
5749
|
}
|
|
5708
5750
|
},
|
|
5751
|
+
"Table": {
|
|
5752
|
+
"appearances": {
|
|
5753
|
+
"spacing": {
|
|
5754
|
+
"type": "variant",
|
|
5755
|
+
"values": ["compact"]
|
|
5756
|
+
}
|
|
5757
|
+
},
|
|
5758
|
+
"rules": [
|
|
5759
|
+
{
|
|
5760
|
+
"if": {
|
|
5761
|
+
"spacing": "compact"
|
|
5762
|
+
},
|
|
5763
|
+
"tokens": {
|
|
5764
|
+
"cellPaddingBottom": 8,
|
|
5765
|
+
"cellPaddingTop": 8
|
|
5766
|
+
}
|
|
5767
|
+
}
|
|
5768
|
+
],
|
|
5769
|
+
"tokens": {
|
|
5770
|
+
"cellBackground": {
|
|
5771
|
+
"red": 1,
|
|
5772
|
+
"green": 1,
|
|
5773
|
+
"blue": 1,
|
|
5774
|
+
"alpha": 1
|
|
5775
|
+
},
|
|
5776
|
+
"cellBoxShadowColor": {
|
|
5777
|
+
"red": 0,
|
|
5778
|
+
"green": 0,
|
|
5779
|
+
"blue": 0,
|
|
5780
|
+
"alpha": 1
|
|
5781
|
+
},
|
|
5782
|
+
"cellHeadingBackground": {
|
|
5783
|
+
"red": 0,
|
|
5784
|
+
"green": 0,
|
|
5785
|
+
"blue": 0,
|
|
5786
|
+
"alpha": 1
|
|
5787
|
+
},
|
|
5788
|
+
"cellHeadingBoxShadowColor": {
|
|
5789
|
+
"red": 0,
|
|
5790
|
+
"green": 0,
|
|
5791
|
+
"blue": 0,
|
|
5792
|
+
"alpha": 1
|
|
5793
|
+
},
|
|
5794
|
+
"cellPaddingBottom": 16,
|
|
5795
|
+
"cellPaddingLeft": 16,
|
|
5796
|
+
"cellPaddingRight": 16,
|
|
5797
|
+
"cellPaddingTop": 16,
|
|
5798
|
+
"cellRowHeadingBackground": {
|
|
5799
|
+
"red": 1,
|
|
5800
|
+
"green": 1,
|
|
5801
|
+
"blue": 1,
|
|
5802
|
+
"alpha": 1
|
|
5803
|
+
},
|
|
5804
|
+
"cellStickyShadow": {
|
|
5805
|
+
"inset": false,
|
|
5806
|
+
"offsetX": 0,
|
|
5807
|
+
"offsetY": 4,
|
|
5808
|
+
"blur": 8,
|
|
5809
|
+
"spread": 0,
|
|
5810
|
+
"color": {
|
|
5811
|
+
"red": 0,
|
|
5812
|
+
"green": 0,
|
|
5813
|
+
"blue": 0,
|
|
5814
|
+
"alpha": 0.1
|
|
5815
|
+
}
|
|
5816
|
+
},
|
|
5817
|
+
"cellSubheadingBackground": {
|
|
5818
|
+
"red": 0,
|
|
5819
|
+
"green": 0,
|
|
5820
|
+
"blue": 0,
|
|
5821
|
+
"alpha": 1
|
|
5822
|
+
},
|
|
5823
|
+
"tablePaddingBottom": 24
|
|
5824
|
+
}
|
|
5825
|
+
},
|
|
5709
5826
|
"Tabs": {
|
|
5710
5827
|
"appearances": {},
|
|
5711
5828
|
"rules": [],
|
|
@@ -5718,7 +5835,7 @@
|
|
|
5718
5835
|
},
|
|
5719
5836
|
"borderBottomWidth": 0,
|
|
5720
5837
|
"buttonClearance": 32,
|
|
5721
|
-
"gutter":
|
|
5838
|
+
"gutter": null,
|
|
5722
5839
|
"nextIcon": "PaletteIconChevronRight",
|
|
5723
5840
|
"previousIcon": "PaletteIconChevronLeft",
|
|
5724
5841
|
"space": 0
|
|
@@ -5726,6 +5843,15 @@
|
|
|
5726
5843
|
},
|
|
5727
5844
|
"TabsItem": {
|
|
5728
5845
|
"appearances": {
|
|
5846
|
+
"inverse": {
|
|
5847
|
+
"type": "variant",
|
|
5848
|
+
"values": [true]
|
|
5849
|
+
},
|
|
5850
|
+
"pressed": {
|
|
5851
|
+
"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.",
|
|
5852
|
+
"values": [true],
|
|
5853
|
+
"type": "state"
|
|
5854
|
+
},
|
|
5729
5855
|
"selected": {
|
|
5730
5856
|
"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
5857
|
"values": [true],
|
|
@@ -5739,53 +5865,123 @@
|
|
|
5739
5865
|
},
|
|
5740
5866
|
"tokens": {
|
|
5741
5867
|
"backgroundColor": {
|
|
5742
|
-
"red": 0.00392,
|
|
5743
|
-
"green": 0.41961,
|
|
5744
|
-
"blue": 0.41569,
|
|
5745
|
-
"alpha": 1
|
|
5746
|
-
},
|
|
5747
|
-
"borderWidth": 0,
|
|
5748
|
-
"color": {
|
|
5749
5868
|
"red": 1,
|
|
5750
5869
|
"green": 1,
|
|
5751
5870
|
"blue": 1,
|
|
5752
5871
|
"alpha": 1
|
|
5753
5872
|
},
|
|
5873
|
+
"color": {
|
|
5874
|
+
"red": 0.00392,
|
|
5875
|
+
"green": 0.41961,
|
|
5876
|
+
"blue": 0.41569,
|
|
5877
|
+
"alpha": 1
|
|
5878
|
+
},
|
|
5879
|
+
"highlightBarBorderWidth": 1,
|
|
5880
|
+
"highlightBarHeight": 1,
|
|
5754
5881
|
"highlightColor": {
|
|
5755
5882
|
"red": 0.00392,
|
|
5756
5883
|
"green": 0.41961,
|
|
5757
5884
|
"blue": 0.41569,
|
|
5758
5885
|
"alpha": 1
|
|
5886
|
+
}
|
|
5887
|
+
}
|
|
5888
|
+
},
|
|
5889
|
+
{
|
|
5890
|
+
"if": {
|
|
5891
|
+
"pressed": true
|
|
5892
|
+
},
|
|
5893
|
+
"tokens": {
|
|
5894
|
+
"backgroundColor": {
|
|
5895
|
+
"red": 0.78824,
|
|
5896
|
+
"green": 0.78431,
|
|
5897
|
+
"blue": 0.78431,
|
|
5898
|
+
"alpha": 1
|
|
5759
5899
|
},
|
|
5760
|
-
"
|
|
5900
|
+
"highlightBarBorderWidth": 0
|
|
5901
|
+
}
|
|
5902
|
+
},
|
|
5903
|
+
{
|
|
5904
|
+
"if": {
|
|
5905
|
+
"inverse": true
|
|
5906
|
+
},
|
|
5907
|
+
"tokens": {
|
|
5908
|
+
"backgroundColor": {
|
|
5909
|
+
"red": 0,
|
|
5910
|
+
"green": 0,
|
|
5911
|
+
"blue": 0,
|
|
5912
|
+
"alpha": 0
|
|
5913
|
+
},
|
|
5914
|
+
"color": {
|
|
5915
|
+
"red": 0.89804,
|
|
5916
|
+
"green": 0.96863,
|
|
5917
|
+
"blue": 0.98431,
|
|
5918
|
+
"alpha": 1
|
|
5919
|
+
}
|
|
5920
|
+
}
|
|
5921
|
+
},
|
|
5922
|
+
{
|
|
5923
|
+
"if": {
|
|
5924
|
+
"inverse": true,
|
|
5925
|
+
"selected": true
|
|
5926
|
+
},
|
|
5927
|
+
"tokens": {
|
|
5928
|
+
"color": {
|
|
5929
|
+
"red": 0.78824,
|
|
5930
|
+
"green": 0.78431,
|
|
5931
|
+
"blue": 0.78431,
|
|
5932
|
+
"alpha": 1
|
|
5933
|
+
},
|
|
5934
|
+
"highlightBarBorderWidth": 1,
|
|
5935
|
+
"highlightBarHeight": 1,
|
|
5936
|
+
"highlightColor": {
|
|
5937
|
+
"red": 0.78824,
|
|
5938
|
+
"green": 0.78431,
|
|
5939
|
+
"blue": 0.78431,
|
|
5940
|
+
"alpha": 1
|
|
5941
|
+
}
|
|
5942
|
+
}
|
|
5943
|
+
},
|
|
5944
|
+
{
|
|
5945
|
+
"if": {
|
|
5946
|
+
"inverse": true,
|
|
5947
|
+
"pressed": true
|
|
5948
|
+
},
|
|
5949
|
+
"tokens": {
|
|
5950
|
+
"color": {
|
|
5951
|
+
"red": 0.78824,
|
|
5952
|
+
"green": 0.78431,
|
|
5953
|
+
"blue": 0.78431,
|
|
5954
|
+
"alpha": 1
|
|
5955
|
+
},
|
|
5956
|
+
"highlightBarBorderWidth": 0
|
|
5761
5957
|
}
|
|
5762
5958
|
}
|
|
5763
5959
|
],
|
|
5764
5960
|
"tokens": {
|
|
5765
5961
|
"backgroundColor": {
|
|
5766
|
-
"red":
|
|
5767
|
-
"green":
|
|
5768
|
-
"blue":
|
|
5962
|
+
"red": 1,
|
|
5963
|
+
"green": 1,
|
|
5964
|
+
"blue": 1,
|
|
5769
5965
|
"alpha": 1
|
|
5770
5966
|
},
|
|
5771
5967
|
"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
5968
|
"red": 0,
|
|
5781
5969
|
"green": 0,
|
|
5782
5970
|
"blue": 0,
|
|
5971
|
+
"alpha": 0
|
|
5972
|
+
},
|
|
5973
|
+
"borderRadius": 0,
|
|
5974
|
+
"borderWidth": 0,
|
|
5975
|
+
"color": {
|
|
5976
|
+
"red": 0.4,
|
|
5977
|
+
"green": 0.4,
|
|
5978
|
+
"blue": 0.4,
|
|
5783
5979
|
"alpha": 1
|
|
5784
5980
|
},
|
|
5785
5981
|
"fontName": "StagSans",
|
|
5786
5982
|
"fontScaleCap": 64,
|
|
5787
5983
|
"fontSize": 16,
|
|
5788
|
-
"fontWeight":
|
|
5984
|
+
"fontWeight": 600,
|
|
5789
5985
|
"highlightBarBorderRadius": 0,
|
|
5790
5986
|
"highlightBarBorderWidth": 0,
|
|
5791
5987
|
"highlightBarHeight": 0,
|
|
@@ -5797,10 +5993,10 @@
|
|
|
5797
5993
|
},
|
|
5798
5994
|
"highlightTriangleSize": 0,
|
|
5799
5995
|
"letterSpacing": 0,
|
|
5800
|
-
"lineHeight": 1.
|
|
5996
|
+
"lineHeight": 1.5,
|
|
5801
5997
|
"maxWidth": null,
|
|
5802
|
-
"paddingHorizontal":
|
|
5803
|
-
"paddingVertical":
|
|
5998
|
+
"paddingHorizontal": 24,
|
|
5999
|
+
"paddingVertical": 4,
|
|
5804
6000
|
"space": 0,
|
|
5805
6001
|
"textAlign": "center",
|
|
5806
6002
|
"textTransform": "none"
|
|
@@ -6221,6 +6417,73 @@
|
|
|
6221
6417
|
"timelineContainerDirection": "column"
|
|
6222
6418
|
}
|
|
6223
6419
|
},
|
|
6420
|
+
"Toast": {
|
|
6421
|
+
"appearances": {},
|
|
6422
|
+
"rules": [],
|
|
6423
|
+
"tokens": {
|
|
6424
|
+
"animationBackgroundColorAfter": {
|
|
6425
|
+
"red": 1,
|
|
6426
|
+
"green": 1,
|
|
6427
|
+
"blue": 1,
|
|
6428
|
+
"alpha": 1
|
|
6429
|
+
},
|
|
6430
|
+
"animationBackgroundColorBefore": {
|
|
6431
|
+
"red": 1,
|
|
6432
|
+
"green": 1,
|
|
6433
|
+
"blue": 1,
|
|
6434
|
+
"alpha": 1
|
|
6435
|
+
},
|
|
6436
|
+
"animationColorAfter": {
|
|
6437
|
+
"red": 0.00392,
|
|
6438
|
+
"green": 0.41961,
|
|
6439
|
+
"blue": 0.41569,
|
|
6440
|
+
"alpha": 1
|
|
6441
|
+
},
|
|
6442
|
+
"animationColorBefore": {
|
|
6443
|
+
"red": 1,
|
|
6444
|
+
"green": 1,
|
|
6445
|
+
"blue": 1,
|
|
6446
|
+
"alpha": 1
|
|
6447
|
+
},
|
|
6448
|
+
"animationDivColorAfter": {
|
|
6449
|
+
"red": 1,
|
|
6450
|
+
"green": 1,
|
|
6451
|
+
"blue": 1,
|
|
6452
|
+
"alpha": 1
|
|
6453
|
+
},
|
|
6454
|
+
"animationDivColorBefore": {
|
|
6455
|
+
"red": 1,
|
|
6456
|
+
"green": 1,
|
|
6457
|
+
"blue": 1,
|
|
6458
|
+
"alpha": 1
|
|
6459
|
+
},
|
|
6460
|
+
"animationFillColorAfter": {
|
|
6461
|
+
"red": 1,
|
|
6462
|
+
"green": 1,
|
|
6463
|
+
"blue": 1,
|
|
6464
|
+
"alpha": 1
|
|
6465
|
+
},
|
|
6466
|
+
"animationFillColorBefore": {
|
|
6467
|
+
"red": 1,
|
|
6468
|
+
"green": 1,
|
|
6469
|
+
"blue": 1,
|
|
6470
|
+
"alpha": 1
|
|
6471
|
+
},
|
|
6472
|
+
"animationHeightAfter": 24,
|
|
6473
|
+
"animationHeightBefore": 0,
|
|
6474
|
+
"animationPaddingBottomAfter": 16,
|
|
6475
|
+
"animationPaddingBottomBefore": 0,
|
|
6476
|
+
"animationPaddingTopAfter": 16,
|
|
6477
|
+
"animationPaddingTopBefore": 0,
|
|
6478
|
+
"containerBackgroundColor": {
|
|
6479
|
+
"red": 1,
|
|
6480
|
+
"green": 1,
|
|
6481
|
+
"blue": 1,
|
|
6482
|
+
"alpha": 1
|
|
6483
|
+
},
|
|
6484
|
+
"containerGap": 12
|
|
6485
|
+
}
|
|
6486
|
+
},
|
|
6224
6487
|
"ToggleSwitch": {
|
|
6225
6488
|
"appearances": {
|
|
6226
6489
|
"inactive": {
|
|
@@ -6799,6 +7062,20 @@
|
|
|
6799
7062
|
"textTransform": "none"
|
|
6800
7063
|
}
|
|
6801
7064
|
},
|
|
7065
|
+
"WaffleGrid": {
|
|
7066
|
+
"appearances": {},
|
|
7067
|
+
"rules": [],
|
|
7068
|
+
"tokens": {
|
|
7069
|
+
"itemBorderColor": {
|
|
7070
|
+
"red": 0,
|
|
7071
|
+
"green": 0,
|
|
7072
|
+
"blue": 0,
|
|
7073
|
+
"alpha": 0
|
|
7074
|
+
},
|
|
7075
|
+
"itemPadding": 16,
|
|
7076
|
+
"rowBorderWidth": 1
|
|
7077
|
+
}
|
|
7078
|
+
},
|
|
6802
7079
|
"spacingScale": {
|
|
6803
7080
|
"appearances": {
|
|
6804
7081
|
"space": {
|
|
@@ -6986,7 +7263,7 @@
|
|
|
6986
7263
|
}
|
|
6987
7264
|
},
|
|
6988
7265
|
"metadata": {
|
|
6989
|
-
"themeTokensVersion": "2.
|
|
7266
|
+
"themeTokensVersion": "2.20.0",
|
|
6990
7267
|
"name": "theme-koodo"
|
|
6991
7268
|
}
|
|
6992
7269
|
}
|