@telus-uds/theme-allium 3.21.0 → 3.22.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 +929 -873
- package/build/android/theme.json +9 -1
- package/build/ios/schema.json +929 -873
- package/build/ios/theme.json +9 -1
- package/build/rn/schema.json +929 -873
- package/build/rn/theme.js +10 -2
- package/package.json +5 -5
- package/theme.json +8 -0
package/build/ios/theme.json
CHANGED
|
@@ -1876,6 +1876,10 @@
|
|
|
1876
1876
|
},
|
|
1877
1877
|
"borderRadius": 6,
|
|
1878
1878
|
"borderWidth": 1,
|
|
1879
|
+
"contentAlignItems": "stretch",
|
|
1880
|
+
"contentFlexGrow": 0,
|
|
1881
|
+
"contentFlexShrink": 0,
|
|
1882
|
+
"contentJustifyContent": "flex-start",
|
|
1879
1883
|
"flex": 1,
|
|
1880
1884
|
"minWidth": null,
|
|
1881
1885
|
"paddingBottom": 32,
|
|
@@ -5350,6 +5354,10 @@
|
|
|
5350
5354
|
"blue": 0.18824,
|
|
5351
5355
|
"alpha": 1
|
|
5352
5356
|
},
|
|
5357
|
+
"contentAlignItems": "stretch",
|
|
5358
|
+
"contentFlexGrow": 0,
|
|
5359
|
+
"contentFlexShrink": 0,
|
|
5360
|
+
"contentJustifyContent": "flex-start",
|
|
5353
5361
|
"contentSpace": 2,
|
|
5354
5362
|
"flex": 1,
|
|
5355
5363
|
"fontName": "HelveticaNow",
|
|
@@ -8384,7 +8392,7 @@
|
|
|
8384
8392
|
}
|
|
8385
8393
|
},
|
|
8386
8394
|
"metadata": {
|
|
8387
|
-
"themeTokensVersion": "2.
|
|
8395
|
+
"themeTokensVersion": "2.20.0",
|
|
8388
8396
|
"name": "theme-allium"
|
|
8389
8397
|
}
|
|
8390
8398
|
}
|