@telus-uds/theme-allium 4.9.0 → 4.10.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 +937 -930
- package/build/android/theme.json +6 -4
- package/build/ios/schema.json +937 -930
- package/build/ios/theme.json +6 -4
- package/build/rn/schema.json +937 -930
- package/build/rn/theme.js +7 -5
- package/package.json +5 -5
- package/theme.json +5 -3
package/build/android/theme.json
CHANGED
|
@@ -340,6 +340,7 @@
|
|
|
340
340
|
"appearances": {
|
|
341
341
|
"background": {
|
|
342
342
|
"description": "Background colour of box. Transparent if not specified.",
|
|
343
|
+
"type": "variant",
|
|
343
344
|
"values": [
|
|
344
345
|
"lightest",
|
|
345
346
|
"lighter",
|
|
@@ -3665,7 +3666,7 @@
|
|
|
3665
3666
|
"blue": 0.18824,
|
|
3666
3667
|
"alpha": 1
|
|
3667
3668
|
},
|
|
3668
|
-
"contentFontSize":
|
|
3669
|
+
"contentFontSize": 16,
|
|
3669
3670
|
"fontName": "HelveticaNow",
|
|
3670
3671
|
"fontWeight": 400,
|
|
3671
3672
|
"icon": null,
|
|
@@ -4530,7 +4531,7 @@
|
|
|
4530
4531
|
"borderTopRightRadius": null,
|
|
4531
4532
|
"borderTopWidth": null,
|
|
4532
4533
|
"borderWidth": 1,
|
|
4533
|
-
"icon":
|
|
4534
|
+
"icon": "PaletteIconAdd",
|
|
4534
4535
|
"iconColor": {
|
|
4535
4536
|
"red": 0.40392,
|
|
4536
4537
|
"green": 0.43137,
|
|
@@ -9960,7 +9961,8 @@
|
|
|
9960
9961
|
"blue": 0.42745,
|
|
9961
9962
|
"alpha": 1
|
|
9962
9963
|
},
|
|
9963
|
-
"containerGap": 10
|
|
9964
|
+
"containerGap": 10,
|
|
9965
|
+
"padding": 16
|
|
9964
9966
|
}
|
|
9965
9967
|
},
|
|
9966
9968
|
"ToggleSwitch": {
|
|
@@ -11577,7 +11579,7 @@
|
|
|
11577
11579
|
}
|
|
11578
11580
|
},
|
|
11579
11581
|
"metadata": {
|
|
11580
|
-
"themeTokensVersion": "2.
|
|
11582
|
+
"themeTokensVersion": "2.39.0",
|
|
11581
11583
|
"name": "theme-allium"
|
|
11582
11584
|
}
|
|
11583
11585
|
}
|