@telus-uds/theme-koodo 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 +697 -587
- package/build/android/theme.json +79 -8
- package/build/ios/schema.json +697 -587
- package/build/ios/theme.json +79 -8
- package/build/rn/schema.json +697 -587
- package/build/rn/theme.js +47 -9
- package/package.json +4 -4
- package/theme.json +36 -7
package/build/ios/theme.json
CHANGED
|
@@ -210,22 +210,75 @@
|
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
212
|
"BlockQuote": {
|
|
213
|
-
"appearances": {
|
|
214
|
-
|
|
213
|
+
"appearances": {
|
|
214
|
+
"viewport": {
|
|
215
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
216
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
217
|
+
"type": "state"
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
"rules": [
|
|
221
|
+
{
|
|
222
|
+
"if": {
|
|
223
|
+
"viewport": ["xs", "sm", "md"]
|
|
224
|
+
},
|
|
225
|
+
"tokens": {
|
|
226
|
+
"titleHeadingFontName": "StagSans",
|
|
227
|
+
"titleHeadingFontSize": 32,
|
|
228
|
+
"titleHeadingFontWeight": 700,
|
|
229
|
+
"titleHeadingLineHeight": 1.25
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
],
|
|
215
233
|
"tokens": {
|
|
216
|
-
"backgroundGradient":
|
|
234
|
+
"backgroundGradient": {
|
|
235
|
+
"type": "linear",
|
|
236
|
+
"angle": 0,
|
|
237
|
+
"stops": [
|
|
238
|
+
{
|
|
239
|
+
"stop": 0,
|
|
240
|
+
"color": {
|
|
241
|
+
"red": 0.00392,
|
|
242
|
+
"green": 0.41961,
|
|
243
|
+
"blue": 0.41569,
|
|
244
|
+
"alpha": 1
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"stop": 1,
|
|
249
|
+
"color": {
|
|
250
|
+
"red": 0.00392,
|
|
251
|
+
"green": 0.41961,
|
|
252
|
+
"blue": 0.41569,
|
|
253
|
+
"alpha": 1
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
]
|
|
257
|
+
},
|
|
217
258
|
"color": {
|
|
218
|
-
"red": 0
|
|
219
|
-
"green": 0
|
|
220
|
-
"blue": 0
|
|
259
|
+
"red": 0,
|
|
260
|
+
"green": 0,
|
|
261
|
+
"blue": 0,
|
|
221
262
|
"alpha": 1
|
|
222
263
|
},
|
|
264
|
+
"linkFontName": "StagSans",
|
|
265
|
+
"linkFontSize": 16,
|
|
266
|
+
"linkFontWeight": 600,
|
|
267
|
+
"linkLineHeight": 1.5,
|
|
223
268
|
"marginBottom": 16,
|
|
224
269
|
"paddingBottom": 16,
|
|
225
270
|
"paddingLeft": 32,
|
|
226
271
|
"paddingRight": 32,
|
|
227
272
|
"paddingTop": 16,
|
|
228
|
-
"
|
|
273
|
+
"titleFontName": "StagSans",
|
|
274
|
+
"titleFontSize": 20,
|
|
275
|
+
"titleFontWeight": 400,
|
|
276
|
+
"titleHeadingFontName": "StagSans",
|
|
277
|
+
"titleHeadingFontSize": 32,
|
|
278
|
+
"titleHeadingFontWeight": 700,
|
|
279
|
+
"titleHeadingLineHeight": 1.25,
|
|
280
|
+
"titleLineHeight": 1.4,
|
|
281
|
+
"width": 4
|
|
229
282
|
}
|
|
230
283
|
},
|
|
231
284
|
"Box": {
|
|
@@ -2372,6 +2425,24 @@
|
|
|
2372
2425
|
"calendarDayDefaultFontName": "StagSans",
|
|
2373
2426
|
"calendarDayDefaultFontSize": 14,
|
|
2374
2427
|
"calendarDayDefaultFontWeight": 400,
|
|
2428
|
+
"calendarDaySelectedDisabledBackground": {
|
|
2429
|
+
"red": 0.93725,
|
|
2430
|
+
"green": 0.93725,
|
|
2431
|
+
"blue": 0.93725,
|
|
2432
|
+
"alpha": 1
|
|
2433
|
+
},
|
|
2434
|
+
"calendarDaySelectedDisabledColor": {
|
|
2435
|
+
"red": 1,
|
|
2436
|
+
"green": 1,
|
|
2437
|
+
"blue": 1,
|
|
2438
|
+
"alpha": 1
|
|
2439
|
+
},
|
|
2440
|
+
"calendarDaySelectedDisabledContentBackgroundColor": {
|
|
2441
|
+
"red": 0.78824,
|
|
2442
|
+
"green": 0.78431,
|
|
2443
|
+
"blue": 0.78431,
|
|
2444
|
+
"alpha": 1
|
|
2445
|
+
},
|
|
2375
2446
|
"calendarDaySelectedFocusBeforeBackground": {
|
|
2376
2447
|
"red": 1,
|
|
2377
2448
|
"green": 1,
|
|
@@ -9692,7 +9763,7 @@
|
|
|
9692
9763
|
}
|
|
9693
9764
|
},
|
|
9694
9765
|
"metadata": {
|
|
9695
|
-
"themeTokensVersion": "2.
|
|
9766
|
+
"themeTokensVersion": "2.34.0",
|
|
9696
9767
|
"name": "theme-koodo"
|
|
9697
9768
|
}
|
|
9698
9769
|
}
|