@telus-uds/theme-koodo 3.20.0 → 3.22.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 +681 -526
- package/build/android/theme.json +51 -6
- package/build/ios/schema.json +681 -526
- package/build/ios/theme.json +51 -6
- package/build/rn/schema.json +681 -526
- package/build/rn/theme.js +39 -8
- package/package.json +4 -4
- package/theme.json +47 -6
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,
|
|
@@ -1859,7 +1863,9 @@
|
|
|
1859
1863
|
"size": "large"
|
|
1860
1864
|
},
|
|
1861
1865
|
"tokens": {
|
|
1862
|
-
"
|
|
1866
|
+
"height": 48,
|
|
1867
|
+
"iconSize": 24,
|
|
1868
|
+
"textLineHeight": 2.15
|
|
1863
1869
|
}
|
|
1864
1870
|
},
|
|
1865
1871
|
{
|
|
@@ -1867,7 +1873,9 @@
|
|
|
1867
1873
|
"size": "small"
|
|
1868
1874
|
},
|
|
1869
1875
|
"tokens": {
|
|
1870
|
-
"
|
|
1876
|
+
"height": 36,
|
|
1877
|
+
"iconSize": 16,
|
|
1878
|
+
"textLineHeight": 2.15
|
|
1871
1879
|
}
|
|
1872
1880
|
},
|
|
1873
1881
|
{
|
|
@@ -1875,7 +1883,9 @@
|
|
|
1875
1883
|
"size": "micro"
|
|
1876
1884
|
},
|
|
1877
1885
|
"tokens": {
|
|
1878
|
-
"
|
|
1886
|
+
"height": 32,
|
|
1887
|
+
"iconSize": 16,
|
|
1888
|
+
"textLineHeight": 2.25
|
|
1879
1889
|
}
|
|
1880
1890
|
}
|
|
1881
1891
|
],
|
|
@@ -1886,8 +1896,9 @@
|
|
|
1886
1896
|
"blue": 0.41569,
|
|
1887
1897
|
"alpha": 1
|
|
1888
1898
|
},
|
|
1899
|
+
"height": 40,
|
|
1889
1900
|
"iconDisplace": 0,
|
|
1890
|
-
"iconSize":
|
|
1901
|
+
"iconSize": 18,
|
|
1891
1902
|
"iconSpace": 1,
|
|
1892
1903
|
"leftIcon": "PaletteIconChevronLeft",
|
|
1893
1904
|
"outerBorderColor": {
|
|
@@ -1897,7 +1908,8 @@
|
|
|
1897
1908
|
"alpha": 0
|
|
1898
1909
|
},
|
|
1899
1910
|
"rightIcon": "PaletteIconChevronRight",
|
|
1900
|
-
"textLine": "none"
|
|
1911
|
+
"textLine": "none",
|
|
1912
|
+
"textLineHeight": 2.13
|
|
1901
1913
|
}
|
|
1902
1914
|
},
|
|
1903
1915
|
"DatePicker": {
|
|
@@ -4770,6 +4782,10 @@
|
|
|
4770
4782
|
"blue": 0,
|
|
4771
4783
|
"alpha": 1
|
|
4772
4784
|
},
|
|
4785
|
+
"contentAlignItems": "stretch",
|
|
4786
|
+
"contentFlexGrow": 0,
|
|
4787
|
+
"contentFlexShrink": 0,
|
|
4788
|
+
"contentJustifyContent": "flex-start",
|
|
4773
4789
|
"contentSpace": 2,
|
|
4774
4790
|
"flex": 1,
|
|
4775
4791
|
"fontName": "StagSans",
|
|
@@ -5527,6 +5543,35 @@
|
|
|
5527
5543
|
"paddingVertical": 8
|
|
5528
5544
|
}
|
|
5529
5545
|
},
|
|
5546
|
+
"Spinner": {
|
|
5547
|
+
"appearances": {
|
|
5548
|
+
"size": {
|
|
5549
|
+
"type": "variant",
|
|
5550
|
+
"values": ["small"]
|
|
5551
|
+
}
|
|
5552
|
+
},
|
|
5553
|
+
"rules": [
|
|
5554
|
+
{
|
|
5555
|
+
"if": {
|
|
5556
|
+
"size": "small"
|
|
5557
|
+
},
|
|
5558
|
+
"tokens": {
|
|
5559
|
+
"size": 24,
|
|
5560
|
+
"thickness": 2
|
|
5561
|
+
}
|
|
5562
|
+
}
|
|
5563
|
+
],
|
|
5564
|
+
"tokens": {
|
|
5565
|
+
"fullScreenOverLayBackground": {
|
|
5566
|
+
"red": 0.98039,
|
|
5567
|
+
"green": 0.98039,
|
|
5568
|
+
"blue": 0.98039,
|
|
5569
|
+
"alpha": 1
|
|
5570
|
+
},
|
|
5571
|
+
"size": 48,
|
|
5572
|
+
"thickness": 4
|
|
5573
|
+
}
|
|
5574
|
+
},
|
|
5530
5575
|
"StackView": {
|
|
5531
5576
|
"appearances": {},
|
|
5532
5577
|
"rules": [],
|
|
@@ -7255,7 +7300,7 @@
|
|
|
7255
7300
|
}
|
|
7256
7301
|
},
|
|
7257
7302
|
"metadata": {
|
|
7258
|
-
"themeTokensVersion": "2.
|
|
7303
|
+
"themeTokensVersion": "2.21.0",
|
|
7259
7304
|
"name": "theme-koodo"
|
|
7260
7305
|
}
|
|
7261
7306
|
}
|