@telus-uds/theme-koodo 3.21.0 → 3.23.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 +1036 -525
- package/build/android/theme.json +307 -8
- package/build/ios/schema.json +1036 -525
- package/build/ios/theme.json +307 -8
- package/build/rn/schema.json +1036 -525
- package/build/rn/theme.js +201 -10
- package/package.json +4 -4
- package/theme.json +240 -8
package/build/ios/theme.json
CHANGED
|
@@ -209,6 +209,25 @@
|
|
|
209
209
|
"paddingTop": 2
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
|
+
"BlockQuote": {
|
|
213
|
+
"appearances": {},
|
|
214
|
+
"rules": [],
|
|
215
|
+
"tokens": {
|
|
216
|
+
"backgroundGradient": null,
|
|
217
|
+
"color": {
|
|
218
|
+
"red": 0.00392,
|
|
219
|
+
"green": 0.41961,
|
|
220
|
+
"blue": 0.41569,
|
|
221
|
+
"alpha": 1
|
|
222
|
+
},
|
|
223
|
+
"marginBottom": 16,
|
|
224
|
+
"paddingBottom": 16,
|
|
225
|
+
"paddingLeft": 32,
|
|
226
|
+
"paddingRight": 32,
|
|
227
|
+
"paddingTop": 16,
|
|
228
|
+
"width": 2
|
|
229
|
+
}
|
|
230
|
+
},
|
|
212
231
|
"Box": {
|
|
213
232
|
"appearances": {
|
|
214
233
|
"background": {
|
|
@@ -1464,7 +1483,7 @@
|
|
|
1464
1483
|
"borderWidth": 0,
|
|
1465
1484
|
"contentAlignItems": "stretch",
|
|
1466
1485
|
"contentFlexGrow": 0,
|
|
1467
|
-
"contentFlexShrink":
|
|
1486
|
+
"contentFlexShrink": 1,
|
|
1468
1487
|
"contentJustifyContent": "flex-start",
|
|
1469
1488
|
"flex": 1,
|
|
1470
1489
|
"minWidth": null,
|
|
@@ -1863,7 +1882,9 @@
|
|
|
1863
1882
|
"size": "large"
|
|
1864
1883
|
},
|
|
1865
1884
|
"tokens": {
|
|
1866
|
-
"
|
|
1885
|
+
"height": 48,
|
|
1886
|
+
"iconSize": 24,
|
|
1887
|
+
"textLineHeight": 2.15
|
|
1867
1888
|
}
|
|
1868
1889
|
},
|
|
1869
1890
|
{
|
|
@@ -1871,7 +1892,9 @@
|
|
|
1871
1892
|
"size": "small"
|
|
1872
1893
|
},
|
|
1873
1894
|
"tokens": {
|
|
1874
|
-
"
|
|
1895
|
+
"height": 36,
|
|
1896
|
+
"iconSize": 16,
|
|
1897
|
+
"textLineHeight": 2.15
|
|
1875
1898
|
}
|
|
1876
1899
|
},
|
|
1877
1900
|
{
|
|
@@ -1879,7 +1902,9 @@
|
|
|
1879
1902
|
"size": "micro"
|
|
1880
1903
|
},
|
|
1881
1904
|
"tokens": {
|
|
1882
|
-
"
|
|
1905
|
+
"height": 32,
|
|
1906
|
+
"iconSize": 16,
|
|
1907
|
+
"textLineHeight": 2.25
|
|
1883
1908
|
}
|
|
1884
1909
|
}
|
|
1885
1910
|
],
|
|
@@ -1890,8 +1915,9 @@
|
|
|
1890
1915
|
"blue": 0.41569,
|
|
1891
1916
|
"alpha": 1
|
|
1892
1917
|
},
|
|
1918
|
+
"height": 40,
|
|
1893
1919
|
"iconDisplace": 0,
|
|
1894
|
-
"iconSize":
|
|
1920
|
+
"iconSize": 18,
|
|
1895
1921
|
"iconSpace": 1,
|
|
1896
1922
|
"leftIcon": "PaletteIconChevronLeft",
|
|
1897
1923
|
"outerBorderColor": {
|
|
@@ -1901,7 +1927,8 @@
|
|
|
1901
1927
|
"alpha": 0
|
|
1902
1928
|
},
|
|
1903
1929
|
"rightIcon": "PaletteIconChevronRight",
|
|
1904
|
-
"textLine": "none"
|
|
1930
|
+
"textLine": "none",
|
|
1931
|
+
"textLineHeight": 2.13
|
|
1905
1932
|
}
|
|
1906
1933
|
},
|
|
1907
1934
|
"DatePicker": {
|
|
@@ -2713,6 +2740,20 @@
|
|
|
2713
2740
|
},
|
|
2714
2741
|
"IconButton": {
|
|
2715
2742
|
"appearances": {
|
|
2743
|
+
"action": {
|
|
2744
|
+
"type": "variant",
|
|
2745
|
+
"values": [
|
|
2746
|
+
"add",
|
|
2747
|
+
"close",
|
|
2748
|
+
"expand",
|
|
2749
|
+
"moveDown",
|
|
2750
|
+
"moveLeft",
|
|
2751
|
+
"moveRight",
|
|
2752
|
+
"moveUp",
|
|
2753
|
+
"play",
|
|
2754
|
+
"subtract"
|
|
2755
|
+
]
|
|
2756
|
+
},
|
|
2716
2757
|
"compact": {
|
|
2717
2758
|
"description": "Without the outer border gap",
|
|
2718
2759
|
"type": "variant",
|
|
@@ -2749,6 +2790,78 @@
|
|
|
2749
2790
|
}
|
|
2750
2791
|
},
|
|
2751
2792
|
"rules": [
|
|
2793
|
+
{
|
|
2794
|
+
"if": {
|
|
2795
|
+
"action": "add"
|
|
2796
|
+
},
|
|
2797
|
+
"tokens": {
|
|
2798
|
+
"icon": "PaletteIconAdd"
|
|
2799
|
+
}
|
|
2800
|
+
},
|
|
2801
|
+
{
|
|
2802
|
+
"if": {
|
|
2803
|
+
"action": "subtract"
|
|
2804
|
+
},
|
|
2805
|
+
"tokens": {
|
|
2806
|
+
"icon": "PaletteIconSubtract"
|
|
2807
|
+
}
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"if": {
|
|
2811
|
+
"action": "close"
|
|
2812
|
+
},
|
|
2813
|
+
"tokens": {
|
|
2814
|
+
"icon": "PaletteIconClose"
|
|
2815
|
+
}
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"if": {
|
|
2819
|
+
"action": "expand"
|
|
2820
|
+
},
|
|
2821
|
+
"tokens": {
|
|
2822
|
+
"icon": "PaletteIconExpand"
|
|
2823
|
+
}
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"if": {
|
|
2827
|
+
"action": "moveDown"
|
|
2828
|
+
},
|
|
2829
|
+
"tokens": {
|
|
2830
|
+
"icon": "PaletteIconChevronDown"
|
|
2831
|
+
}
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"if": {
|
|
2835
|
+
"action": "moveLeft"
|
|
2836
|
+
},
|
|
2837
|
+
"tokens": {
|
|
2838
|
+
"icon": "PaletteIconChevronLeft"
|
|
2839
|
+
}
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"if": {
|
|
2843
|
+
"action": "moveRight"
|
|
2844
|
+
},
|
|
2845
|
+
"tokens": {
|
|
2846
|
+
"icon": "PaletteIconChevronRight"
|
|
2847
|
+
}
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"if": {
|
|
2851
|
+
"action": "moveUp"
|
|
2852
|
+
},
|
|
2853
|
+
"tokens": {
|
|
2854
|
+
"icon": "PaletteIconChevronUp"
|
|
2855
|
+
}
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
"if": {
|
|
2859
|
+
"action": "play"
|
|
2860
|
+
},
|
|
2861
|
+
"tokens": {
|
|
2862
|
+
"icon": "PaletteIconPlayVideo"
|
|
2863
|
+
}
|
|
2864
|
+
},
|
|
2752
2865
|
{
|
|
2753
2866
|
"if": {
|
|
2754
2867
|
"inverse": true
|
|
@@ -3002,6 +3115,7 @@
|
|
|
3002
3115
|
},
|
|
3003
3116
|
"borderRadius": 99999999999999,
|
|
3004
3117
|
"borderWidth": 1,
|
|
3118
|
+
"icon": null,
|
|
3005
3119
|
"iconColor": {
|
|
3006
3120
|
"red": 0,
|
|
3007
3121
|
"green": 0,
|
|
@@ -3329,6 +3443,162 @@
|
|
|
3329
3443
|
"listGutter": 10
|
|
3330
3444
|
}
|
|
3331
3445
|
},
|
|
3446
|
+
"ListBox": {
|
|
3447
|
+
"appearances": {
|
|
3448
|
+
"current": {
|
|
3449
|
+
"description": "When the current item is selected",
|
|
3450
|
+
"values": [true],
|
|
3451
|
+
"type": "state"
|
|
3452
|
+
},
|
|
3453
|
+
"expanded": {
|
|
3454
|
+
"description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
|
|
3455
|
+
"values": [true],
|
|
3456
|
+
"type": "state"
|
|
3457
|
+
},
|
|
3458
|
+
"isChild": {
|
|
3459
|
+
"description": "when the item is child of another child",
|
|
3460
|
+
"values": [true],
|
|
3461
|
+
"type": "state"
|
|
3462
|
+
},
|
|
3463
|
+
"pressed": {
|
|
3464
|
+
"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.",
|
|
3465
|
+
"values": [true],
|
|
3466
|
+
"type": "state"
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
"rules": [
|
|
3470
|
+
{
|
|
3471
|
+
"if": {
|
|
3472
|
+
"pressed": true
|
|
3473
|
+
},
|
|
3474
|
+
"tokens": {
|
|
3475
|
+
"groupBackgroundColor": {
|
|
3476
|
+
"red": 0.73333,
|
|
3477
|
+
"green": 0.91765,
|
|
3478
|
+
"blue": 0.96078,
|
|
3479
|
+
"alpha": 1
|
|
3480
|
+
},
|
|
3481
|
+
"groupColor": {
|
|
3482
|
+
"red": 0.00392,
|
|
3483
|
+
"green": 0.41961,
|
|
3484
|
+
"blue": 0.41569,
|
|
3485
|
+
"alpha": 1
|
|
3486
|
+
}
|
|
3487
|
+
}
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
"if": {
|
|
3491
|
+
"current": true
|
|
3492
|
+
},
|
|
3493
|
+
"tokens": {
|
|
3494
|
+
"groupColor": {
|
|
3495
|
+
"red": 0.00392,
|
|
3496
|
+
"green": 0.41961,
|
|
3497
|
+
"blue": 0.41569,
|
|
3498
|
+
"alpha": 1
|
|
3499
|
+
},
|
|
3500
|
+
"groupFontName": "StagSans",
|
|
3501
|
+
"groupFontWeight": 700
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"if": {
|
|
3506
|
+
"isChild": true
|
|
3507
|
+
},
|
|
3508
|
+
"tokens": {
|
|
3509
|
+
"itemBorderWidth": 4,
|
|
3510
|
+
"itemPaddingLeft": 12
|
|
3511
|
+
}
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"if": {
|
|
3515
|
+
"expanded": true
|
|
3516
|
+
},
|
|
3517
|
+
"tokens": {
|
|
3518
|
+
"groupIcon": "PaletteIconChevronUp"
|
|
3519
|
+
}
|
|
3520
|
+
}
|
|
3521
|
+
],
|
|
3522
|
+
"tokens": {
|
|
3523
|
+
"groupBackgroundColor": {
|
|
3524
|
+
"red": 0,
|
|
3525
|
+
"green": 0,
|
|
3526
|
+
"blue": 0,
|
|
3527
|
+
"alpha": 0
|
|
3528
|
+
},
|
|
3529
|
+
"groupBorderColor": {
|
|
3530
|
+
"red": 0.00392,
|
|
3531
|
+
"green": 0.41961,
|
|
3532
|
+
"blue": 0.41569,
|
|
3533
|
+
"alpha": 1
|
|
3534
|
+
},
|
|
3535
|
+
"groupBorderRadius": 6,
|
|
3536
|
+
"groupBorderWidth": 1,
|
|
3537
|
+
"groupColor": {
|
|
3538
|
+
"red": 0.89804,
|
|
3539
|
+
"green": 0.96863,
|
|
3540
|
+
"blue": 0.98431,
|
|
3541
|
+
"alpha": 1
|
|
3542
|
+
},
|
|
3543
|
+
"groupFontName": "StagSans",
|
|
3544
|
+
"groupFontSize": 14,
|
|
3545
|
+
"groupFontWeight": 400,
|
|
3546
|
+
"groupIcon": "PaletteIconChevronDown",
|
|
3547
|
+
"groupPaddingBottom": 12,
|
|
3548
|
+
"groupPaddingLeft": 16,
|
|
3549
|
+
"groupPaddingRight": 16,
|
|
3550
|
+
"groupPaddingTop": 12,
|
|
3551
|
+
"itemBackgroundColor": {
|
|
3552
|
+
"red": 0,
|
|
3553
|
+
"green": 0,
|
|
3554
|
+
"blue": 0,
|
|
3555
|
+
"alpha": 0
|
|
3556
|
+
},
|
|
3557
|
+
"itemBorderBackgroundColor": {
|
|
3558
|
+
"red": 0.73333,
|
|
3559
|
+
"green": 0.91765,
|
|
3560
|
+
"blue": 0.96078,
|
|
3561
|
+
"alpha": 1
|
|
3562
|
+
},
|
|
3563
|
+
"itemBorderLeftColor": {
|
|
3564
|
+
"red": 0.00392,
|
|
3565
|
+
"green": 0.41961,
|
|
3566
|
+
"blue": 0.41569,
|
|
3567
|
+
"alpha": 1
|
|
3568
|
+
},
|
|
3569
|
+
"itemBorderLeftWidth": 4,
|
|
3570
|
+
"itemBorderWidth": 0,
|
|
3571
|
+
"itemColor": {
|
|
3572
|
+
"red": 0.00392,
|
|
3573
|
+
"green": 0.41961,
|
|
3574
|
+
"blue": 0.41569,
|
|
3575
|
+
"alpha": 1
|
|
3576
|
+
},
|
|
3577
|
+
"itemDisplay": false,
|
|
3578
|
+
"itemFontName": "StagSans",
|
|
3579
|
+
"itemFontSize": 14,
|
|
3580
|
+
"itemFontWeight": 700,
|
|
3581
|
+
"itemOutline": 0,
|
|
3582
|
+
"itemPaddingBottom": 12,
|
|
3583
|
+
"itemPaddingLeft": 16,
|
|
3584
|
+
"itemPaddingRight": 16,
|
|
3585
|
+
"itemPaddingTop": 12,
|
|
3586
|
+
"itemTextDecoration": "none",
|
|
3587
|
+
"shadow": {
|
|
3588
|
+
"inset": false,
|
|
3589
|
+
"offsetX": 0,
|
|
3590
|
+
"offsetY": 2,
|
|
3591
|
+
"blur": 2,
|
|
3592
|
+
"spread": 0,
|
|
3593
|
+
"color": {
|
|
3594
|
+
"red": 0,
|
|
3595
|
+
"green": 0,
|
|
3596
|
+
"blue": 0,
|
|
3597
|
+
"alpha": 0.1
|
|
3598
|
+
}
|
|
3599
|
+
}
|
|
3600
|
+
}
|
|
3601
|
+
},
|
|
3332
3602
|
"Modal": {
|
|
3333
3603
|
"appearances": {
|
|
3334
3604
|
"maxWidth": {
|
|
@@ -4776,7 +5046,7 @@
|
|
|
4776
5046
|
},
|
|
4777
5047
|
"contentAlignItems": "stretch",
|
|
4778
5048
|
"contentFlexGrow": 0,
|
|
4779
|
-
"contentFlexShrink":
|
|
5049
|
+
"contentFlexShrink": 1,
|
|
4780
5050
|
"contentJustifyContent": "flex-start",
|
|
4781
5051
|
"contentSpace": 2,
|
|
4782
5052
|
"flex": 1,
|
|
@@ -5535,6 +5805,35 @@
|
|
|
5535
5805
|
"paddingVertical": 8
|
|
5536
5806
|
}
|
|
5537
5807
|
},
|
|
5808
|
+
"Spinner": {
|
|
5809
|
+
"appearances": {
|
|
5810
|
+
"size": {
|
|
5811
|
+
"type": "variant",
|
|
5812
|
+
"values": ["small"]
|
|
5813
|
+
}
|
|
5814
|
+
},
|
|
5815
|
+
"rules": [
|
|
5816
|
+
{
|
|
5817
|
+
"if": {
|
|
5818
|
+
"size": "small"
|
|
5819
|
+
},
|
|
5820
|
+
"tokens": {
|
|
5821
|
+
"size": 24,
|
|
5822
|
+
"thickness": 2
|
|
5823
|
+
}
|
|
5824
|
+
}
|
|
5825
|
+
],
|
|
5826
|
+
"tokens": {
|
|
5827
|
+
"fullScreenOverLayBackground": {
|
|
5828
|
+
"red": 0.98039,
|
|
5829
|
+
"green": 0.98039,
|
|
5830
|
+
"blue": 0.98039,
|
|
5831
|
+
"alpha": 1
|
|
5832
|
+
},
|
|
5833
|
+
"size": 48,
|
|
5834
|
+
"thickness": 4
|
|
5835
|
+
}
|
|
5836
|
+
},
|
|
5538
5837
|
"StackView": {
|
|
5539
5838
|
"appearances": {},
|
|
5540
5839
|
"rules": [],
|
|
@@ -7263,7 +7562,7 @@
|
|
|
7263
7562
|
}
|
|
7264
7563
|
},
|
|
7265
7564
|
"metadata": {
|
|
7266
|
-
"themeTokensVersion": "2.
|
|
7565
|
+
"themeTokensVersion": "2.22.0",
|
|
7267
7566
|
"name": "theme-koodo"
|
|
7268
7567
|
}
|
|
7269
7568
|
}
|