@telus-uds/theme-allium 4.4.0 → 4.5.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 +1022 -917
- package/build/android/theme.json +75 -4
- package/build/ios/schema.json +1022 -917
- package/build/ios/theme.json +75 -4
- package/build/rn/schema.json +1022 -917
- package/build/rn/theme.js +43 -6
- package/package.json +5 -5
- package/theme.json +35 -3
package/build/android/theme.json
CHANGED
|
@@ -264,8 +264,26 @@
|
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
266
|
"BlockQuote": {
|
|
267
|
-
"appearances": {
|
|
268
|
-
|
|
267
|
+
"appearances": {
|
|
268
|
+
"viewport": {
|
|
269
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
270
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
271
|
+
"type": "state"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"rules": [
|
|
275
|
+
{
|
|
276
|
+
"if": {
|
|
277
|
+
"viewport": ["xs", "sm", "md"]
|
|
278
|
+
},
|
|
279
|
+
"tokens": {
|
|
280
|
+
"titleHeadingFontName": "HelveticaNow",
|
|
281
|
+
"titleHeadingFontSize": 24,
|
|
282
|
+
"titleHeadingFontWeight": 400,
|
|
283
|
+
"titleHeadingLineHeight": 1.33333333333
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
],
|
|
269
287
|
"tokens": {
|
|
270
288
|
"backgroundGradient": {
|
|
271
289
|
"type": "linear",
|
|
@@ -297,11 +315,23 @@
|
|
|
297
315
|
"blue": 0.27843,
|
|
298
316
|
"alpha": 1
|
|
299
317
|
},
|
|
318
|
+
"linkFontName": "HelveticaNow",
|
|
319
|
+
"linkFontSize": 16,
|
|
320
|
+
"linkFontWeight": 700,
|
|
321
|
+
"linkLineHeight": 1.5,
|
|
300
322
|
"marginBottom": 16,
|
|
301
323
|
"paddingBottom": 16,
|
|
302
324
|
"paddingLeft": 32,
|
|
303
325
|
"paddingRight": 32,
|
|
304
326
|
"paddingTop": 16,
|
|
327
|
+
"titleFontName": "HelveticaNow",
|
|
328
|
+
"titleFontSize": 20,
|
|
329
|
+
"titleFontWeight": 400,
|
|
330
|
+
"titleHeadingFontName": "HelveticaNow",
|
|
331
|
+
"titleHeadingFontSize": 28,
|
|
332
|
+
"titleHeadingFontWeight": 400,
|
|
333
|
+
"titleHeadingLineHeight": 1.28571428571,
|
|
334
|
+
"titleLineHeight": 1.6,
|
|
305
335
|
"width": 2
|
|
306
336
|
}
|
|
307
337
|
},
|
|
@@ -1069,6 +1099,12 @@
|
|
|
1069
1099
|
"blue": 0,
|
|
1070
1100
|
"alpha": 1
|
|
1071
1101
|
},
|
|
1102
|
+
"borderColor": {
|
|
1103
|
+
"red": 0,
|
|
1104
|
+
"green": 0,
|
|
1105
|
+
"blue": 0,
|
|
1106
|
+
"alpha": 0
|
|
1107
|
+
},
|
|
1072
1108
|
"borderWidth": 0,
|
|
1073
1109
|
"color": {
|
|
1074
1110
|
"red": 1,
|
|
@@ -1089,7 +1125,12 @@
|
|
|
1089
1125
|
"blue": 0.02353,
|
|
1090
1126
|
"alpha": 1
|
|
1091
1127
|
},
|
|
1092
|
-
"
|
|
1128
|
+
"borderColor": {
|
|
1129
|
+
"red": 0,
|
|
1130
|
+
"green": 0,
|
|
1131
|
+
"blue": 0,
|
|
1132
|
+
"alpha": 0
|
|
1133
|
+
},
|
|
1093
1134
|
"color": {
|
|
1094
1135
|
"red": 1,
|
|
1095
1136
|
"green": 1,
|
|
@@ -1155,6 +1196,12 @@
|
|
|
1155
1196
|
"blue": 1,
|
|
1156
1197
|
"alpha": 0.6
|
|
1157
1198
|
},
|
|
1199
|
+
"borderColor": {
|
|
1200
|
+
"red": 0,
|
|
1201
|
+
"green": 0,
|
|
1202
|
+
"blue": 0,
|
|
1203
|
+
"alpha": 0
|
|
1204
|
+
},
|
|
1158
1205
|
"color": {
|
|
1159
1206
|
"red": 0.2549,
|
|
1160
1207
|
"green": 0.27059,
|
|
@@ -1211,6 +1258,12 @@
|
|
|
1211
1258
|
"blue": 0.20784,
|
|
1212
1259
|
"alpha": 1
|
|
1213
1260
|
},
|
|
1261
|
+
"borderColor": {
|
|
1262
|
+
"red": 0,
|
|
1263
|
+
"green": 0,
|
|
1264
|
+
"blue": 0,
|
|
1265
|
+
"alpha": 0
|
|
1266
|
+
},
|
|
1214
1267
|
"color": {
|
|
1215
1268
|
"red": 1,
|
|
1216
1269
|
"green": 1,
|
|
@@ -2903,6 +2956,24 @@
|
|
|
2903
2956
|
"calendarDayDefaultFontName": "HelveticaNow",
|
|
2904
2957
|
"calendarDayDefaultFontSize": 14,
|
|
2905
2958
|
"calendarDayDefaultFontWeight": 400,
|
|
2959
|
+
"calendarDaySelectedDisabledBackground": {
|
|
2960
|
+
"red": 0.98039,
|
|
2961
|
+
"green": 0.98039,
|
|
2962
|
+
"blue": 0.98039,
|
|
2963
|
+
"alpha": 1
|
|
2964
|
+
},
|
|
2965
|
+
"calendarDaySelectedDisabledColor": {
|
|
2966
|
+
"red": 1,
|
|
2967
|
+
"green": 1,
|
|
2968
|
+
"blue": 1,
|
|
2969
|
+
"alpha": 1
|
|
2970
|
+
},
|
|
2971
|
+
"calendarDaySelectedDisabledContentBackgroundColor": {
|
|
2972
|
+
"red": 0.69804,
|
|
2973
|
+
"green": 0.72549,
|
|
2974
|
+
"blue": 0.74902,
|
|
2975
|
+
"alpha": 1
|
|
2976
|
+
},
|
|
2906
2977
|
"calendarDaySelectedFocusBeforeBackground": {
|
|
2907
2978
|
"red": 1,
|
|
2908
2979
|
"green": 1,
|
|
@@ -10705,7 +10776,7 @@
|
|
|
10705
10776
|
}
|
|
10706
10777
|
},
|
|
10707
10778
|
"metadata": {
|
|
10708
|
-
"themeTokensVersion": "2.
|
|
10779
|
+
"themeTokensVersion": "2.34.0",
|
|
10709
10780
|
"name": "theme-allium"
|
|
10710
10781
|
}
|
|
10711
10782
|
}
|