@telus-uds/theme-koodo 3.21.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 +624 -525
- package/build/android/theme.json +43 -6
- package/build/ios/schema.json +624 -525
- package/build/ios/theme.json +43 -6
- package/build/rn/schema.json +624 -525
- package/build/rn/theme.js +31 -8
- package/package.json +4 -4
- package/theme.json +39 -6
package/build/android/theme.json
CHANGED
|
@@ -1863,7 +1863,9 @@
|
|
|
1863
1863
|
"size": "large"
|
|
1864
1864
|
},
|
|
1865
1865
|
"tokens": {
|
|
1866
|
-
"
|
|
1866
|
+
"height": 48,
|
|
1867
|
+
"iconSize": 24,
|
|
1868
|
+
"textLineHeight": 2.15
|
|
1867
1869
|
}
|
|
1868
1870
|
},
|
|
1869
1871
|
{
|
|
@@ -1871,7 +1873,9 @@
|
|
|
1871
1873
|
"size": "small"
|
|
1872
1874
|
},
|
|
1873
1875
|
"tokens": {
|
|
1874
|
-
"
|
|
1876
|
+
"height": 36,
|
|
1877
|
+
"iconSize": 16,
|
|
1878
|
+
"textLineHeight": 2.15
|
|
1875
1879
|
}
|
|
1876
1880
|
},
|
|
1877
1881
|
{
|
|
@@ -1879,7 +1883,9 @@
|
|
|
1879
1883
|
"size": "micro"
|
|
1880
1884
|
},
|
|
1881
1885
|
"tokens": {
|
|
1882
|
-
"
|
|
1886
|
+
"height": 32,
|
|
1887
|
+
"iconSize": 16,
|
|
1888
|
+
"textLineHeight": 2.25
|
|
1883
1889
|
}
|
|
1884
1890
|
}
|
|
1885
1891
|
],
|
|
@@ -1890,8 +1896,9 @@
|
|
|
1890
1896
|
"blue": 0.41569,
|
|
1891
1897
|
"alpha": 1
|
|
1892
1898
|
},
|
|
1899
|
+
"height": 40,
|
|
1893
1900
|
"iconDisplace": 0,
|
|
1894
|
-
"iconSize":
|
|
1901
|
+
"iconSize": 18,
|
|
1895
1902
|
"iconSpace": 1,
|
|
1896
1903
|
"leftIcon": "PaletteIconChevronLeft",
|
|
1897
1904
|
"outerBorderColor": {
|
|
@@ -1901,7 +1908,8 @@
|
|
|
1901
1908
|
"alpha": 0
|
|
1902
1909
|
},
|
|
1903
1910
|
"rightIcon": "PaletteIconChevronRight",
|
|
1904
|
-
"textLine": "none"
|
|
1911
|
+
"textLine": "none",
|
|
1912
|
+
"textLineHeight": 2.13
|
|
1905
1913
|
}
|
|
1906
1914
|
},
|
|
1907
1915
|
"DatePicker": {
|
|
@@ -5535,6 +5543,35 @@
|
|
|
5535
5543
|
"paddingVertical": 8
|
|
5536
5544
|
}
|
|
5537
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
|
+
},
|
|
5538
5575
|
"StackView": {
|
|
5539
5576
|
"appearances": {},
|
|
5540
5577
|
"rules": [],
|
|
@@ -7263,7 +7300,7 @@
|
|
|
7263
7300
|
}
|
|
7264
7301
|
},
|
|
7265
7302
|
"metadata": {
|
|
7266
|
-
"themeTokensVersion": "2.
|
|
7303
|
+
"themeTokensVersion": "2.21.0",
|
|
7267
7304
|
"name": "theme-koodo"
|
|
7268
7305
|
}
|
|
7269
7306
|
}
|