@telus-uds/theme-allium 3.16.0 → 3.17.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 +879 -872
- package/build/android/theme.json +7 -1
- package/build/ios/schema.json +879 -872
- package/build/ios/theme.json +7 -1
- package/build/rn/schema.json +879 -872
- package/build/rn/theme.js +3 -2
- package/package.json +5 -5
- package/theme.json +1 -0
package/build/ios/theme.json
CHANGED
|
@@ -4441,6 +4441,12 @@
|
|
|
4441
4441
|
"itemBulletContainerWidth": 16,
|
|
4442
4442
|
"itemBulletHeight": 4,
|
|
4443
4443
|
"itemBulletWidth": 4,
|
|
4444
|
+
"itemFontColor": {
|
|
4445
|
+
"red": 0,
|
|
4446
|
+
"green": 0,
|
|
4447
|
+
"blue": 0,
|
|
4448
|
+
"alpha": 1
|
|
4449
|
+
},
|
|
4444
4450
|
"itemFontName": "HelveticaNow",
|
|
4445
4451
|
"itemFontSize": 16,
|
|
4446
4452
|
"itemFontWeight": 400,
|
|
@@ -7527,7 +7533,7 @@
|
|
|
7527
7533
|
}
|
|
7528
7534
|
},
|
|
7529
7535
|
"metadata": {
|
|
7530
|
-
"themeTokensVersion": "2.
|
|
7536
|
+
"themeTokensVersion": "2.15.0",
|
|
7531
7537
|
"name": "theme-allium"
|
|
7532
7538
|
}
|
|
7533
7539
|
}
|