@telus-uds/theme-koodo 4.11.0 → 4.12.1
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 +691 -648
- package/build/android/theme.json +15 -1
- package/build/ios/schema.json +691 -648
- package/build/ios/theme.json +15 -1
- package/build/rn/schema.json +691 -648
- package/build/rn/theme.js +6 -2
- package/package.json +4 -4
- package/theme.json +4 -0
package/build/ios/theme.json
CHANGED
|
@@ -5793,6 +5793,7 @@
|
|
|
5793
5793
|
"footnoteLinkFontName": "StagSans",
|
|
5794
5794
|
"footnoteLinkFontSize": 14,
|
|
5795
5795
|
"footnoteLinkFontWeight": 600,
|
|
5796
|
+
"footnoteLinkLineHeight": 1.42857142857,
|
|
5796
5797
|
"footnoteMarginTop": 4,
|
|
5797
5798
|
"priceMarginBottom": 0,
|
|
5798
5799
|
"rateFontName": "StagSans",
|
|
@@ -8397,6 +8398,13 @@
|
|
|
8397
8398
|
}
|
|
8398
8399
|
],
|
|
8399
8400
|
"tokens": {
|
|
8401
|
+
"borderColor": {
|
|
8402
|
+
"red": 0,
|
|
8403
|
+
"green": 0,
|
|
8404
|
+
"blue": 0,
|
|
8405
|
+
"alpha": 0
|
|
8406
|
+
},
|
|
8407
|
+
"borderWidth": 0,
|
|
8400
8408
|
"cellBackground": {
|
|
8401
8409
|
"red": 1,
|
|
8402
8410
|
"green": 1,
|
|
@@ -8427,6 +8435,12 @@
|
|
|
8427
8435
|
"alpha": 0.1
|
|
8428
8436
|
}
|
|
8429
8437
|
},
|
|
8438
|
+
"fontColor": {
|
|
8439
|
+
"red": 0,
|
|
8440
|
+
"green": 0,
|
|
8441
|
+
"blue": 0,
|
|
8442
|
+
"alpha": 1
|
|
8443
|
+
},
|
|
8430
8444
|
"fontName": "StagSans",
|
|
8431
8445
|
"fontSize": 16,
|
|
8432
8446
|
"fontWeight": 400,
|
|
@@ -10813,7 +10827,7 @@
|
|
|
10813
10827
|
}
|
|
10814
10828
|
},
|
|
10815
10829
|
"metadata": {
|
|
10816
|
-
"themeTokensVersion": "2.
|
|
10830
|
+
"themeTokensVersion": "2.41.0",
|
|
10817
10831
|
"name": "theme-koodo"
|
|
10818
10832
|
}
|
|
10819
10833
|
}
|