@telus-uds/theme-koodo 4.12.0 → 4.12.2
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 +529 -514
- package/build/android/theme.json +5 -5
- package/build/ios/schema.json +529 -514
- package/build/ios/theme.json +5 -5
- package/build/rn/schema.json +529 -514
- package/build/rn/theme.js +6 -6
- package/package.json +3 -3
- package/theme.json +5 -5
package/build/ios/theme.json
CHANGED
|
@@ -4676,10 +4676,10 @@
|
|
|
4676
4676
|
"itemFontWeight": 400,
|
|
4677
4677
|
"itemHeight": 32,
|
|
4678
4678
|
"itemOutline": 0,
|
|
4679
|
-
"itemPaddingBottom":
|
|
4679
|
+
"itemPaddingBottom": 4,
|
|
4680
4680
|
"itemPaddingLeft": 16,
|
|
4681
4681
|
"itemPaddingRight": 16,
|
|
4682
|
-
"itemPaddingTop":
|
|
4682
|
+
"itemPaddingTop": 4,
|
|
4683
4683
|
"itemTextDecoration": "none",
|
|
4684
4684
|
"lineHeight": 1.5,
|
|
4685
4685
|
"minHeight": "100%",
|
|
@@ -5299,7 +5299,7 @@
|
|
|
5299
5299
|
"compact": true
|
|
5300
5300
|
},
|
|
5301
5301
|
"tokens": {
|
|
5302
|
-
"itemLineHeight": 1.
|
|
5302
|
+
"itemLineHeight": 1.25
|
|
5303
5303
|
}
|
|
5304
5304
|
},
|
|
5305
5305
|
{
|
|
@@ -5308,7 +5308,7 @@
|
|
|
5308
5308
|
"size": "small"
|
|
5309
5309
|
},
|
|
5310
5310
|
"tokens": {
|
|
5311
|
-
"itemLineHeight": 1.
|
|
5311
|
+
"itemLineHeight": 1.14285714286
|
|
5312
5312
|
}
|
|
5313
5313
|
},
|
|
5314
5314
|
{
|
|
@@ -5317,7 +5317,7 @@
|
|
|
5317
5317
|
"size": "large"
|
|
5318
5318
|
},
|
|
5319
5319
|
"tokens": {
|
|
5320
|
-
"itemLineHeight": 1.
|
|
5320
|
+
"itemLineHeight": 1.2
|
|
5321
5321
|
}
|
|
5322
5322
|
}
|
|
5323
5323
|
],
|