@telus-uds/theme-allium 3.11.2 → 3.12.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 +860 -834
- package/build/android/theme.json +41 -11
- package/build/ios/schema.json +860 -834
- package/build/ios/theme.json +41 -11
- package/build/rn/schema.json +860 -834
- package/build/rn/theme.js +52 -12
- package/package.json +5 -5
- package/theme.json +41 -10
package/build/android/theme.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"size": "large"
|
|
15
15
|
},
|
|
16
16
|
"tokens": {
|
|
17
|
-
"size":
|
|
17
|
+
"size": 48,
|
|
18
18
|
"thickness": 4
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"blue": 0,
|
|
27
27
|
"alpha": 1
|
|
28
28
|
},
|
|
29
|
-
"size":
|
|
29
|
+
"size": 24,
|
|
30
30
|
"thickness": 2
|
|
31
31
|
}
|
|
32
32
|
},
|
|
@@ -981,6 +981,12 @@
|
|
|
981
981
|
"blue": 0.45098,
|
|
982
982
|
"alpha": 1
|
|
983
983
|
},
|
|
984
|
+
"dividerColor": {
|
|
985
|
+
"red": 0.8902,
|
|
986
|
+
"green": 0.90196,
|
|
987
|
+
"blue": 0.9098,
|
|
988
|
+
"alpha": 1
|
|
989
|
+
},
|
|
984
990
|
"fontName": "HelveticaNow",
|
|
985
991
|
"fontSize": 14,
|
|
986
992
|
"fontWeight": 700,
|
|
@@ -1027,6 +1033,12 @@
|
|
|
1027
1033
|
"paddingRight": 8,
|
|
1028
1034
|
"paddingTop": 8,
|
|
1029
1035
|
"shadow": null,
|
|
1036
|
+
"subtitleColor": {
|
|
1037
|
+
"red": 0.40392,
|
|
1038
|
+
"green": 0.43137,
|
|
1039
|
+
"blue": 0.45098,
|
|
1040
|
+
"alpha": 1
|
|
1041
|
+
},
|
|
1030
1042
|
"textAlign": "center",
|
|
1031
1043
|
"width": null
|
|
1032
1044
|
}
|
|
@@ -1061,6 +1073,11 @@
|
|
|
1061
1073
|
},
|
|
1062
1074
|
"ButtonGroupItem": {
|
|
1063
1075
|
"appearances": {
|
|
1076
|
+
"iconPosition": {
|
|
1077
|
+
"description": "Theme styles to be applied to icon links depending on where the icon is in relation to the link text",
|
|
1078
|
+
"values": ["left", "right"],
|
|
1079
|
+
"type": "state"
|
|
1080
|
+
},
|
|
1064
1081
|
"inactive": {
|
|
1065
1082
|
"description": "Prevents an interactive component from being interacted with and applies accessibility attributes to indicate to the user that this component cannot be used.",
|
|
1066
1083
|
"values": [true],
|
|
@@ -1157,6 +1174,14 @@
|
|
|
1157
1174
|
"alpha": 1
|
|
1158
1175
|
}
|
|
1159
1176
|
}
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"if": {
|
|
1180
|
+
"iconPosition": "right"
|
|
1181
|
+
},
|
|
1182
|
+
"tokens": {
|
|
1183
|
+
"iconSpace": 1
|
|
1184
|
+
}
|
|
1160
1185
|
}
|
|
1161
1186
|
],
|
|
1162
1187
|
"tokens": {
|
|
@@ -1184,9 +1209,10 @@
|
|
|
1184
1209
|
"fontName": "HelveticaNow",
|
|
1185
1210
|
"fontSize": 14,
|
|
1186
1211
|
"fontWeight": 700,
|
|
1212
|
+
"height": 36,
|
|
1187
1213
|
"iconSize": 20,
|
|
1188
1214
|
"iconSpace": 2,
|
|
1189
|
-
"lineHeight": 1.
|
|
1215
|
+
"lineHeight": 1.42857142857,
|
|
1190
1216
|
"minWidth": 0,
|
|
1191
1217
|
"opacity": 1,
|
|
1192
1218
|
"outerBackgroundColor": {
|
|
@@ -1502,7 +1528,7 @@
|
|
|
1502
1528
|
"blue": 0.45098,
|
|
1503
1529
|
"alpha": 1
|
|
1504
1530
|
},
|
|
1505
|
-
"borderBottomWidth":
|
|
1531
|
+
"borderBottomWidth": 4,
|
|
1506
1532
|
"color": {
|
|
1507
1533
|
"red": 0.40392,
|
|
1508
1534
|
"green": 0.43137,
|
|
@@ -1538,6 +1564,7 @@
|
|
|
1538
1564
|
"blue": 0.45098,
|
|
1539
1565
|
"alpha": 1
|
|
1540
1566
|
},
|
|
1567
|
+
"borderBottomWidth": 2,
|
|
1541
1568
|
"color": {
|
|
1542
1569
|
"red": 0.40392,
|
|
1543
1570
|
"green": 0.43137,
|
|
@@ -1553,15 +1580,16 @@
|
|
|
1553
1580
|
},
|
|
1554
1581
|
"tokens": {
|
|
1555
1582
|
"borderBottomColor": {
|
|
1556
|
-
"red":
|
|
1557
|
-
"green":
|
|
1558
|
-
"blue":
|
|
1583
|
+
"red": 1,
|
|
1584
|
+
"green": 1,
|
|
1585
|
+
"blue": 1,
|
|
1559
1586
|
"alpha": 1
|
|
1560
1587
|
},
|
|
1588
|
+
"borderBottomWidth": 4,
|
|
1561
1589
|
"color": {
|
|
1562
|
-
"red":
|
|
1563
|
-
"green":
|
|
1564
|
-
"blue":
|
|
1590
|
+
"red": 1,
|
|
1591
|
+
"green": 1,
|
|
1592
|
+
"blue": 1,
|
|
1565
1593
|
"alpha": 1
|
|
1566
1594
|
}
|
|
1567
1595
|
}
|
|
@@ -2769,6 +2797,7 @@
|
|
|
2769
2797
|
"tokens": {
|
|
2770
2798
|
"iconMarginTop": 8,
|
|
2771
2799
|
"itemFontSize": 20,
|
|
2800
|
+
"itemIconSize": 20,
|
|
2772
2801
|
"itemLineHeight": 1.6,
|
|
2773
2802
|
"listGutter": 12
|
|
2774
2803
|
}
|
|
@@ -2780,6 +2809,7 @@
|
|
|
2780
2809
|
"tokens": {
|
|
2781
2810
|
"iconMarginTop": 2,
|
|
2782
2811
|
"itemFontSize": 14,
|
|
2812
|
+
"itemIconSize": 14,
|
|
2783
2813
|
"itemLineHeight": 1.42857142857,
|
|
2784
2814
|
"listGutter": 12
|
|
2785
2815
|
}
|
|
@@ -6896,7 +6926,7 @@
|
|
|
6896
6926
|
}
|
|
6897
6927
|
},
|
|
6898
6928
|
"metadata": {
|
|
6899
|
-
"themeTokensVersion": "2.
|
|
6929
|
+
"themeTokensVersion": "2.10.0",
|
|
6900
6930
|
"name": "theme-allium"
|
|
6901
6931
|
}
|
|
6902
6932
|
}
|