@telus-uds/theme-public-mobile 2.3.0 → 2.3.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/theme.json +4 -4
- package/build/ios/theme.json +4 -4
- package/build/rn/theme.js +5 -5
- package/package.json +1 -1
- package/theme.json +4 -4
package/build/android/theme.json
CHANGED
|
@@ -4824,10 +4824,10 @@
|
|
|
4824
4824
|
"itemFontWeight": 400,
|
|
4825
4825
|
"itemHeight": 40,
|
|
4826
4826
|
"itemOutline": 0,
|
|
4827
|
-
"itemPaddingBottom":
|
|
4827
|
+
"itemPaddingBottom": 8,
|
|
4828
4828
|
"itemPaddingLeft": 16,
|
|
4829
4829
|
"itemPaddingRight": 16,
|
|
4830
|
-
"itemPaddingTop":
|
|
4830
|
+
"itemPaddingTop": 8,
|
|
4831
4831
|
"itemTextDecoration": "none",
|
|
4832
4832
|
"lineHeight": 1.5,
|
|
4833
4833
|
"minHeight": 40,
|
|
@@ -5481,7 +5481,7 @@
|
|
|
5481
5481
|
"size": "small"
|
|
5482
5482
|
},
|
|
5483
5483
|
"tokens": {
|
|
5484
|
-
"itemLineHeight": 1.
|
|
5484
|
+
"itemLineHeight": 1.5
|
|
5485
5485
|
}
|
|
5486
5486
|
},
|
|
5487
5487
|
{
|
|
@@ -5490,7 +5490,7 @@
|
|
|
5490
5490
|
"size": "large"
|
|
5491
5491
|
},
|
|
5492
5492
|
"tokens": {
|
|
5493
|
-
"itemLineHeight": 1.
|
|
5493
|
+
"itemLineHeight": 1.4
|
|
5494
5494
|
}
|
|
5495
5495
|
}
|
|
5496
5496
|
],
|
package/build/ios/theme.json
CHANGED
|
@@ -4824,10 +4824,10 @@
|
|
|
4824
4824
|
"itemFontWeight": 400,
|
|
4825
4825
|
"itemHeight": 40,
|
|
4826
4826
|
"itemOutline": 0,
|
|
4827
|
-
"itemPaddingBottom":
|
|
4827
|
+
"itemPaddingBottom": 8,
|
|
4828
4828
|
"itemPaddingLeft": 16,
|
|
4829
4829
|
"itemPaddingRight": 16,
|
|
4830
|
-
"itemPaddingTop":
|
|
4830
|
+
"itemPaddingTop": 8,
|
|
4831
4831
|
"itemTextDecoration": "none",
|
|
4832
4832
|
"lineHeight": 1.5,
|
|
4833
4833
|
"minHeight": 40,
|
|
@@ -5481,7 +5481,7 @@
|
|
|
5481
5481
|
"size": "small"
|
|
5482
5482
|
},
|
|
5483
5483
|
"tokens": {
|
|
5484
|
-
"itemLineHeight": 1.
|
|
5484
|
+
"itemLineHeight": 1.5
|
|
5485
5485
|
}
|
|
5486
5486
|
},
|
|
5487
5487
|
{
|
|
@@ -5490,7 +5490,7 @@
|
|
|
5490
5490
|
"size": "large"
|
|
5491
5491
|
},
|
|
5492
5492
|
"tokens": {
|
|
5493
|
-
"itemLineHeight": 1.
|
|
5493
|
+
"itemLineHeight": 1.4
|
|
5494
5494
|
}
|
|
5495
5495
|
}
|
|
5496
5496
|
],
|
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Thu, 31 Aug 2023 17:57:27 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -2846,10 +2846,10 @@ module.exports = {
|
|
|
2846
2846
|
itemFontWeight: '400',
|
|
2847
2847
|
itemHeight: 40,
|
|
2848
2848
|
itemOutline: 0,
|
|
2849
|
-
itemPaddingBottom:
|
|
2849
|
+
itemPaddingBottom: 8,
|
|
2850
2850
|
itemPaddingLeft: 16,
|
|
2851
2851
|
itemPaddingRight: 16,
|
|
2852
|
-
itemPaddingTop:
|
|
2852
|
+
itemPaddingTop: 8,
|
|
2853
2853
|
itemTextDecoration: 'none',
|
|
2854
2854
|
lineHeight: 1.5,
|
|
2855
2855
|
minHeight: 40,
|
|
@@ -3282,11 +3282,11 @@ module.exports = {
|
|
|
3282
3282
|
},
|
|
3283
3283
|
{
|
|
3284
3284
|
if: { compact: true, size: 'small' },
|
|
3285
|
-
tokens: { itemLineHeight: 1.
|
|
3285
|
+
tokens: { itemLineHeight: 1.5 }
|
|
3286
3286
|
},
|
|
3287
3287
|
{
|
|
3288
3288
|
if: { compact: true, size: 'large' },
|
|
3289
|
-
tokens: { itemLineHeight: 1.
|
|
3289
|
+
tokens: { itemLineHeight: 1.4 }
|
|
3290
3290
|
}
|
|
3291
3291
|
],
|
|
3292
3292
|
tokens: {
|
package/package.json
CHANGED
package/theme.json
CHANGED
|
@@ -3817,10 +3817,10 @@
|
|
|
3817
3817
|
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
3818
3818
|
"itemHeight": "{palette.size.size40}",
|
|
3819
3819
|
"itemOutline": "{palette.border.none}",
|
|
3820
|
-
"itemPaddingBottom": "{palette.size.
|
|
3820
|
+
"itemPaddingBottom": "{palette.size.size8}",
|
|
3821
3821
|
"itemPaddingLeft": "{palette.size.size16}",
|
|
3822
3822
|
"itemPaddingRight": "{palette.size.size16}",
|
|
3823
|
-
"itemPaddingTop": "{palette.size.
|
|
3823
|
+
"itemPaddingTop": "{palette.size.size8}",
|
|
3824
3824
|
"itemTextDecoration": "{system.textLine.none}",
|
|
3825
3825
|
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3826
3826
|
"minHeight": "{palette.size.size40}",
|
|
@@ -4272,7 +4272,7 @@
|
|
|
4272
4272
|
"size": "small"
|
|
4273
4273
|
},
|
|
4274
4274
|
"tokens": {
|
|
4275
|
-
"itemLineHeight": "{palette.lineHeight.
|
|
4275
|
+
"itemLineHeight": "{palette.lineHeight.ratio3to2}"
|
|
4276
4276
|
}
|
|
4277
4277
|
},
|
|
4278
4278
|
{
|
|
@@ -4281,7 +4281,7 @@
|
|
|
4281
4281
|
"size": "large"
|
|
4282
4282
|
},
|
|
4283
4283
|
"tokens": {
|
|
4284
|
-
"itemLineHeight": "{palette.lineHeight.
|
|
4284
|
+
"itemLineHeight": "{palette.lineHeight.ratio7to5}"
|
|
4285
4285
|
}
|
|
4286
4286
|
}
|
|
4287
4287
|
],
|