@telus-uds/theme-koodo 3.20.0 → 3.21.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 +183 -127
- package/build/android/theme.json +9 -1
- package/build/ios/schema.json +183 -127
- package/build/ios/theme.json +9 -1
- package/build/rn/schema.json +183 -127
- package/build/rn/theme.js +10 -2
- package/package.json +2 -2
- package/theme.json +8 -0
package/build/ios/theme.json
CHANGED
|
@@ -1462,6 +1462,10 @@
|
|
|
1462
1462
|
},
|
|
1463
1463
|
"borderRadius": 0,
|
|
1464
1464
|
"borderWidth": 0,
|
|
1465
|
+
"contentAlignItems": "stretch",
|
|
1466
|
+
"contentFlexGrow": 0,
|
|
1467
|
+
"contentFlexShrink": 0,
|
|
1468
|
+
"contentJustifyContent": "flex-start",
|
|
1465
1469
|
"flex": 1,
|
|
1466
1470
|
"minWidth": null,
|
|
1467
1471
|
"paddingBottom": 16,
|
|
@@ -4770,6 +4774,10 @@
|
|
|
4770
4774
|
"blue": 0,
|
|
4771
4775
|
"alpha": 1
|
|
4772
4776
|
},
|
|
4777
|
+
"contentAlignItems": "stretch",
|
|
4778
|
+
"contentFlexGrow": 0,
|
|
4779
|
+
"contentFlexShrink": 0,
|
|
4780
|
+
"contentJustifyContent": "flex-start",
|
|
4773
4781
|
"contentSpace": 2,
|
|
4774
4782
|
"flex": 1,
|
|
4775
4783
|
"fontName": "StagSans",
|
|
@@ -7255,7 +7263,7 @@
|
|
|
7255
7263
|
}
|
|
7256
7264
|
},
|
|
7257
7265
|
"metadata": {
|
|
7258
|
-
"themeTokensVersion": "2.
|
|
7266
|
+
"themeTokensVersion": "2.20.0",
|
|
7259
7267
|
"name": "theme-koodo"
|
|
7260
7268
|
}
|
|
7261
7269
|
}
|