@telus-uds/theme-allium 4.12.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/theme.json +3 -3
- package/build/ios/theme.json +3 -3
- package/build/rn/theme.js +4 -4
- package/package.json +1 -1
- package/theme.json +3 -3
package/build/android/theme.json
CHANGED
|
@@ -5110,14 +5110,14 @@
|
|
|
5110
5110
|
"itemFontWeight": 700,
|
|
5111
5111
|
"itemHeight": 40,
|
|
5112
5112
|
"itemOutline": 0,
|
|
5113
|
-
"itemPaddingBottom":
|
|
5113
|
+
"itemPaddingBottom": 8,
|
|
5114
5114
|
"itemPaddingLeft": 16,
|
|
5115
5115
|
"itemPaddingRight": 16,
|
|
5116
|
-
"itemPaddingTop":
|
|
5116
|
+
"itemPaddingTop": 8,
|
|
5117
5117
|
"itemTextDecoration": "none",
|
|
5118
5118
|
"lineHeight": 1.14285714286,
|
|
5119
5119
|
"minHeight": "100%",
|
|
5120
|
-
"minWidth":
|
|
5120
|
+
"minWidth": "100%",
|
|
5121
5121
|
"shadow": {
|
|
5122
5122
|
"inset": false,
|
|
5123
5123
|
"offsetX": 0,
|
package/build/ios/theme.json
CHANGED
|
@@ -5110,14 +5110,14 @@
|
|
|
5110
5110
|
"itemFontWeight": 700,
|
|
5111
5111
|
"itemHeight": 40,
|
|
5112
5112
|
"itemOutline": 0,
|
|
5113
|
-
"itemPaddingBottom":
|
|
5113
|
+
"itemPaddingBottom": 8,
|
|
5114
5114
|
"itemPaddingLeft": 16,
|
|
5115
5115
|
"itemPaddingRight": 16,
|
|
5116
|
-
"itemPaddingTop":
|
|
5116
|
+
"itemPaddingTop": 8,
|
|
5117
5117
|
"itemTextDecoration": "none",
|
|
5118
5118
|
"lineHeight": 1.14285714286,
|
|
5119
5119
|
"minHeight": "100%",
|
|
5120
|
-
"minWidth":
|
|
5120
|
+
"minWidth": "100%",
|
|
5121
5121
|
"shadow": {
|
|
5122
5122
|
"inset": false,
|
|
5123
5123
|
"offsetX": 0,
|
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:58:00 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -2823,14 +2823,14 @@ module.exports = {
|
|
|
2823
2823
|
itemFontWeight: '700',
|
|
2824
2824
|
itemHeight: 40,
|
|
2825
2825
|
itemOutline: 0,
|
|
2826
|
-
itemPaddingBottom:
|
|
2826
|
+
itemPaddingBottom: 8,
|
|
2827
2827
|
itemPaddingLeft: 16,
|
|
2828
2828
|
itemPaddingRight: 16,
|
|
2829
|
-
itemPaddingTop:
|
|
2829
|
+
itemPaddingTop: 8,
|
|
2830
2830
|
itemTextDecoration: 'none',
|
|
2831
2831
|
lineHeight: 1.14285714286,
|
|
2832
2832
|
minHeight: '100%',
|
|
2833
|
-
minWidth:
|
|
2833
|
+
minWidth: '100%',
|
|
2834
2834
|
shadow: {
|
|
2835
2835
|
blur: 8,
|
|
2836
2836
|
color: 'rgba(0, 0, 0, 0.1)',
|
package/package.json
CHANGED
package/theme.json
CHANGED
|
@@ -3690,14 +3690,14 @@
|
|
|
3690
3690
|
"itemFontWeight": "{palette.fontWeight.weight700}",
|
|
3691
3691
|
"itemHeight": "{palette.size.size40}",
|
|
3692
3692
|
"itemOutline": "{palette.border.none}",
|
|
3693
|
-
"itemPaddingBottom": "{palette.size.
|
|
3693
|
+
"itemPaddingBottom": "{palette.size.size8}",
|
|
3694
3694
|
"itemPaddingLeft": "{palette.size.size16}",
|
|
3695
3695
|
"itemPaddingRight": "{palette.size.size16}",
|
|
3696
|
-
"itemPaddingTop": "{palette.size.
|
|
3696
|
+
"itemPaddingTop": "{palette.size.size8}",
|
|
3697
3697
|
"itemTextDecoration": "{system.textLine.none}",
|
|
3698
3698
|
"lineHeight": "{palette.lineHeight.ratio8to7}",
|
|
3699
3699
|
"minHeight": "{system.size.full}",
|
|
3700
|
-
"minWidth": "{
|
|
3700
|
+
"minWidth": "{system.size.full}",
|
|
3701
3701
|
"shadow": "{palette.shadow.elevation1}"
|
|
3702
3702
|
}
|
|
3703
3703
|
},
|