@telus-uds/theme-koodo 4.10.0 → 4.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 +256 -137
- package/build/android/theme.json +28 -1
- package/build/ios/schema.json +256 -137
- package/build/ios/theme.json +28 -1
- package/build/rn/schema.json +256 -137
- package/build/rn/theme.js +27 -3
- package/package.json +2 -2
- package/theme.json +17 -0
package/build/ios/theme.json
CHANGED
|
@@ -2237,6 +2237,7 @@
|
|
|
2237
2237
|
"blue": 0,
|
|
2238
2238
|
"alpha": 0
|
|
2239
2239
|
},
|
|
2240
|
+
"inputOutlineOffset": 0,
|
|
2240
2241
|
"inputOutlineWidth": 0,
|
|
2241
2242
|
"inputShadow": null,
|
|
2242
2243
|
"inputWidth": 20,
|
|
@@ -2257,7 +2258,14 @@
|
|
|
2257
2258
|
"appearances": {},
|
|
2258
2259
|
"rules": [],
|
|
2259
2260
|
"tokens": {
|
|
2261
|
+
"borderBottomLeftRadius": 0,
|
|
2262
|
+
"borderBottomRightRadius": 0,
|
|
2263
|
+
"borderTopLeftRadius": 0,
|
|
2264
|
+
"borderTopRightRadius": 0,
|
|
2260
2265
|
"fieldSpace": 2,
|
|
2266
|
+
"outlineOffset": null,
|
|
2267
|
+
"outlineWidth": 0,
|
|
2268
|
+
"showIcon": false,
|
|
2261
2269
|
"space": 2
|
|
2262
2270
|
}
|
|
2263
2271
|
},
|
|
@@ -5785,6 +5793,7 @@
|
|
|
5785
5793
|
"footnoteLinkFontName": "StagSans",
|
|
5786
5794
|
"footnoteLinkFontSize": 14,
|
|
5787
5795
|
"footnoteLinkFontWeight": 600,
|
|
5796
|
+
"footnoteLinkLineHeight": 1.42857142857,
|
|
5788
5797
|
"footnoteMarginTop": 4,
|
|
5789
5798
|
"priceMarginBottom": 0,
|
|
5790
5799
|
"rateFontName": "StagSans",
|
|
@@ -6510,6 +6519,7 @@
|
|
|
6510
6519
|
},
|
|
6511
6520
|
"itemIconSize": 24,
|
|
6512
6521
|
"itemLineHeight": 1.6,
|
|
6522
|
+
"itemUnderline": "none",
|
|
6513
6523
|
"listGutter": 10,
|
|
6514
6524
|
"paddingBottom": 12,
|
|
6515
6525
|
"paddingLeft": 4,
|
|
@@ -7112,7 +7122,11 @@
|
|
|
7112
7122
|
"blue": 0,
|
|
7113
7123
|
"alpha": 1
|
|
7114
7124
|
},
|
|
7125
|
+
"fontName": "StagSans",
|
|
7126
|
+
"fontSize": 12,
|
|
7127
|
+
"fontWeight": 600,
|
|
7115
7128
|
"gradient": null,
|
|
7129
|
+
"lineHeight": 1.33333333333,
|
|
7116
7130
|
"paddingBottom": 2,
|
|
7117
7131
|
"paddingLeft": 12,
|
|
7118
7132
|
"paddingRight": 12,
|
|
@@ -8384,6 +8398,13 @@
|
|
|
8384
8398
|
}
|
|
8385
8399
|
],
|
|
8386
8400
|
"tokens": {
|
|
8401
|
+
"borderColor": {
|
|
8402
|
+
"red": 0,
|
|
8403
|
+
"green": 0,
|
|
8404
|
+
"blue": 0,
|
|
8405
|
+
"alpha": 0
|
|
8406
|
+
},
|
|
8407
|
+
"borderWidth": 0,
|
|
8387
8408
|
"cellBackground": {
|
|
8388
8409
|
"red": 1,
|
|
8389
8410
|
"green": 1,
|
|
@@ -8414,6 +8435,12 @@
|
|
|
8414
8435
|
"alpha": 0.1
|
|
8415
8436
|
}
|
|
8416
8437
|
},
|
|
8438
|
+
"fontColor": {
|
|
8439
|
+
"red": 0,
|
|
8440
|
+
"green": 0,
|
|
8441
|
+
"blue": 0,
|
|
8442
|
+
"alpha": 1
|
|
8443
|
+
},
|
|
8417
8444
|
"fontName": "StagSans",
|
|
8418
8445
|
"fontSize": 16,
|
|
8419
8446
|
"fontWeight": 400,
|
|
@@ -10800,7 +10827,7 @@
|
|
|
10800
10827
|
}
|
|
10801
10828
|
},
|
|
10802
10829
|
"metadata": {
|
|
10803
|
-
"themeTokensVersion": "2.
|
|
10830
|
+
"themeTokensVersion": "2.41.0",
|
|
10804
10831
|
"name": "theme-koodo"
|
|
10805
10832
|
}
|
|
10806
10833
|
}
|