@telus-uds/theme-allium 3.17.0 → 3.18.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 +1066 -872
- package/build/android/theme.json +118 -1
- package/build/ios/schema.json +1066 -872
- package/build/ios/theme.json +118 -1
- package/build/rn/schema.json +1066 -872
- package/build/rn/theme.js +61 -2
- package/package.json +5 -5
- package/theme.json +65 -1
package/build/android/theme.json
CHANGED
|
@@ -4866,6 +4866,100 @@
|
|
|
4866
4866
|
"space": 2
|
|
4867
4867
|
}
|
|
4868
4868
|
},
|
|
4869
|
+
"Ribbon": {
|
|
4870
|
+
"appearances": {
|
|
4871
|
+
"purpose": {
|
|
4872
|
+
"type": "variant",
|
|
4873
|
+
"values": ["offer", "default", "editorial"]
|
|
4874
|
+
}
|
|
4875
|
+
},
|
|
4876
|
+
"rules": [
|
|
4877
|
+
{
|
|
4878
|
+
"if": {
|
|
4879
|
+
"purpose": "editorial"
|
|
4880
|
+
},
|
|
4881
|
+
"tokens": {
|
|
4882
|
+
"backgroundColor": {
|
|
4883
|
+
"red": 0.40392,
|
|
4884
|
+
"green": 0.43137,
|
|
4885
|
+
"blue": 0.45098,
|
|
4886
|
+
"alpha": 1
|
|
4887
|
+
},
|
|
4888
|
+
"curveBackgroundColor": {
|
|
4889
|
+
"red": 0.17255,
|
|
4890
|
+
"green": 0.18039,
|
|
4891
|
+
"blue": 0.18824,
|
|
4892
|
+
"alpha": 1
|
|
4893
|
+
}
|
|
4894
|
+
}
|
|
4895
|
+
}
|
|
4896
|
+
],
|
|
4897
|
+
"tokens": {
|
|
4898
|
+
"backgroundColor": {
|
|
4899
|
+
"red": 0.38039,
|
|
4900
|
+
"green": 0.21961,
|
|
4901
|
+
"blue": 0.53725,
|
|
4902
|
+
"alpha": 1
|
|
4903
|
+
},
|
|
4904
|
+
"borderRadius": 4,
|
|
4905
|
+
"boxShadowColor": {
|
|
4906
|
+
"red": 0,
|
|
4907
|
+
"green": 0,
|
|
4908
|
+
"blue": 0,
|
|
4909
|
+
"alpha": 0.1
|
|
4910
|
+
},
|
|
4911
|
+
"boxShadowPaddingBottom": 2,
|
|
4912
|
+
"boxShadowPaddingLeft": 0,
|
|
4913
|
+
"boxShadowPaddingRight": 2,
|
|
4914
|
+
"boxShadowPaddingTop": 0,
|
|
4915
|
+
"curveAfterBackgroundColor": {
|
|
4916
|
+
"red": 0.38039,
|
|
4917
|
+
"green": 0.21961,
|
|
4918
|
+
"blue": 0.53725,
|
|
4919
|
+
"alpha": 1
|
|
4920
|
+
},
|
|
4921
|
+
"curveAfterHeight": 4,
|
|
4922
|
+
"curveAfterRadius": 8,
|
|
4923
|
+
"curveAfterWidth": 8,
|
|
4924
|
+
"curveBackgroundColor": {
|
|
4925
|
+
"red": 0.24706,
|
|
4926
|
+
"green": 0.16471,
|
|
4927
|
+
"blue": 0.32941,
|
|
4928
|
+
"alpha": 1
|
|
4929
|
+
},
|
|
4930
|
+
"curveHeight": 10,
|
|
4931
|
+
"curveMarginTop": 4,
|
|
4932
|
+
"curveWidth": 8,
|
|
4933
|
+
"gradient": {
|
|
4934
|
+
"type": "linear",
|
|
4935
|
+
"angle": 135,
|
|
4936
|
+
"stops": [
|
|
4937
|
+
{
|
|
4938
|
+
"stop": 0,
|
|
4939
|
+
"color": {
|
|
4940
|
+
"red": 0.29412,
|
|
4941
|
+
"green": 0.15686,
|
|
4942
|
+
"blue": 0.42745,
|
|
4943
|
+
"alpha": 1
|
|
4944
|
+
}
|
|
4945
|
+
},
|
|
4946
|
+
{
|
|
4947
|
+
"stop": 1,
|
|
4948
|
+
"color": {
|
|
4949
|
+
"red": 0.89804,
|
|
4950
|
+
"green": 0.19608,
|
|
4951
|
+
"blue": 0.57647,
|
|
4952
|
+
"alpha": 1
|
|
4953
|
+
}
|
|
4954
|
+
}
|
|
4955
|
+
]
|
|
4956
|
+
},
|
|
4957
|
+
"paddingBottom": 4,
|
|
4958
|
+
"paddingLeft": 8,
|
|
4959
|
+
"paddingRight": 8,
|
|
4960
|
+
"paddingTop": 4
|
|
4961
|
+
}
|
|
4962
|
+
},
|
|
4869
4963
|
"Search": {
|
|
4870
4964
|
"appearances": {
|
|
4871
4965
|
"focus": {
|
|
@@ -6912,6 +7006,11 @@
|
|
|
6912
7006
|
"description": "The size label for the current screen viewport based on the current screen width",
|
|
6913
7007
|
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
6914
7008
|
"type": "state"
|
|
7009
|
+
},
|
|
7010
|
+
"weight": {
|
|
7011
|
+
"description": "Sets the font weight, default is regular 400 weight. Does not change accessibility properties.",
|
|
7012
|
+
"type": "variant",
|
|
7013
|
+
"values": ["semibold", "bold"]
|
|
6915
7014
|
}
|
|
6916
7015
|
},
|
|
6917
7016
|
"rules": [
|
|
@@ -7328,6 +7427,24 @@
|
|
|
7328
7427
|
"fontName": "HelveticaNow",
|
|
7329
7428
|
"fontWeight": 700
|
|
7330
7429
|
}
|
|
7430
|
+
},
|
|
7431
|
+
{
|
|
7432
|
+
"if": {
|
|
7433
|
+
"weight": "semibold"
|
|
7434
|
+
},
|
|
7435
|
+
"tokens": {
|
|
7436
|
+
"fontName": "HelveticaNow",
|
|
7437
|
+
"fontWeight": 500
|
|
7438
|
+
}
|
|
7439
|
+
},
|
|
7440
|
+
{
|
|
7441
|
+
"if": {
|
|
7442
|
+
"weight": "bold"
|
|
7443
|
+
},
|
|
7444
|
+
"tokens": {
|
|
7445
|
+
"fontName": "HelveticaNow",
|
|
7446
|
+
"fontWeight": 700
|
|
7447
|
+
}
|
|
7331
7448
|
}
|
|
7332
7449
|
],
|
|
7333
7450
|
"tokens": {
|
|
@@ -7533,7 +7650,7 @@
|
|
|
7533
7650
|
}
|
|
7534
7651
|
},
|
|
7535
7652
|
"metadata": {
|
|
7536
|
-
"themeTokensVersion": "2.
|
|
7653
|
+
"themeTokensVersion": "2.16.0",
|
|
7537
7654
|
"name": "theme-allium"
|
|
7538
7655
|
}
|
|
7539
7656
|
}
|