@telus-uds/theme-allium 3.10.1 → 3.11.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 +1133 -880
- package/build/android/theme.json +133 -2
- package/build/ios/schema.json +1133 -880
- package/build/ios/theme.json +133 -2
- package/build/rn/schema.json +1133 -880
- package/build/rn/theme.js +81 -3
- package/package.json +5 -5
- package/theme.json +106 -1
package/build/ios/theme.json
CHANGED
|
@@ -1184,6 +1184,8 @@
|
|
|
1184
1184
|
"fontName": "HelveticaNow",
|
|
1185
1185
|
"fontSize": 14,
|
|
1186
1186
|
"fontWeight": 700,
|
|
1187
|
+
"iconSize": 20,
|
|
1188
|
+
"iconSpace": 2,
|
|
1187
1189
|
"lineHeight": 1.5,
|
|
1188
1190
|
"minWidth": 0,
|
|
1189
1191
|
"opacity": 1,
|
|
@@ -1876,8 +1878,9 @@
|
|
|
1876
1878
|
"alpha": 1
|
|
1877
1879
|
},
|
|
1878
1880
|
"iconGap": 8,
|
|
1881
|
+
"iconPaddingTop": 4,
|
|
1879
1882
|
"iconPosition": "left",
|
|
1880
|
-
"iconSize":
|
|
1883
|
+
"iconSize": 16,
|
|
1881
1884
|
"justifyContent": "flex-start",
|
|
1882
1885
|
"paddingBottom": 16,
|
|
1883
1886
|
"paddingLeft": 8,
|
|
@@ -3716,6 +3719,56 @@
|
|
|
3716
3719
|
"shadow": null
|
|
3717
3720
|
}
|
|
3718
3721
|
},
|
|
3722
|
+
"QuickLinksFeature": {
|
|
3723
|
+
"appearances": {},
|
|
3724
|
+
"rules": [],
|
|
3725
|
+
"tokens": {
|
|
3726
|
+
"stackGap": 5,
|
|
3727
|
+
"stackJustify": "center",
|
|
3728
|
+
"stackSpace": 5
|
|
3729
|
+
}
|
|
3730
|
+
},
|
|
3731
|
+
"QuickLinksFeatureItem": {
|
|
3732
|
+
"appearances": {
|
|
3733
|
+
"viewport": {
|
|
3734
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
3735
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
3736
|
+
"type": "state"
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
"rules": [
|
|
3740
|
+
{
|
|
3741
|
+
"if": {
|
|
3742
|
+
"viewport": "xl"
|
|
3743
|
+
},
|
|
3744
|
+
"tokens": {
|
|
3745
|
+
"contentMaxDimension": 184,
|
|
3746
|
+
"imageDimension": 168
|
|
3747
|
+
}
|
|
3748
|
+
}
|
|
3749
|
+
],
|
|
3750
|
+
"tokens": {
|
|
3751
|
+
"color": {
|
|
3752
|
+
"red": 0.17255,
|
|
3753
|
+
"green": 0.18039,
|
|
3754
|
+
"blue": 0.18824,
|
|
3755
|
+
"alpha": 1
|
|
3756
|
+
},
|
|
3757
|
+
"contentAlignItems": "center",
|
|
3758
|
+
"contentDirection": "column",
|
|
3759
|
+
"contentMaxDimension": 140,
|
|
3760
|
+
"contentSpace": 3,
|
|
3761
|
+
"imageDimension": 128,
|
|
3762
|
+
"outerBorderColor": {
|
|
3763
|
+
"red": 0,
|
|
3764
|
+
"green": 0,
|
|
3765
|
+
"blue": 0,
|
|
3766
|
+
"alpha": 0
|
|
3767
|
+
},
|
|
3768
|
+
"textAlign": "center",
|
|
3769
|
+
"textLine": "none"
|
|
3770
|
+
}
|
|
3771
|
+
},
|
|
3719
3772
|
"QuickLinksList": {
|
|
3720
3773
|
"appearances": {
|
|
3721
3774
|
"pressed": {
|
|
@@ -4828,6 +4881,11 @@
|
|
|
4828
4881
|
},
|
|
4829
4882
|
"StepTracker": {
|
|
4830
4883
|
"appearances": {
|
|
4884
|
+
"inverse": {
|
|
4885
|
+
"description": "Styles the step tracker for using on dark backgrounds.",
|
|
4886
|
+
"type": "variant",
|
|
4887
|
+
"values": [true]
|
|
4888
|
+
},
|
|
4831
4889
|
"viewport": {
|
|
4832
4890
|
"description": "The size label for the current screen viewport based on the current screen width",
|
|
4833
4891
|
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
@@ -4843,6 +4901,79 @@
|
|
|
4843
4901
|
"showStepLabel": true,
|
|
4844
4902
|
"showStepTrackerLabel": false
|
|
4845
4903
|
}
|
|
4904
|
+
},
|
|
4905
|
+
{
|
|
4906
|
+
"if": {
|
|
4907
|
+
"inverse": true
|
|
4908
|
+
},
|
|
4909
|
+
"tokens": {
|
|
4910
|
+
"connectorColor": {
|
|
4911
|
+
"red": 1,
|
|
4912
|
+
"green": 1,
|
|
4913
|
+
"blue": 1,
|
|
4914
|
+
"alpha": 1
|
|
4915
|
+
},
|
|
4916
|
+
"connectorCompletedColor": {
|
|
4917
|
+
"red": 1,
|
|
4918
|
+
"green": 1,
|
|
4919
|
+
"blue": 1,
|
|
4920
|
+
"alpha": 1
|
|
4921
|
+
},
|
|
4922
|
+
"knobBackgroundColor": {
|
|
4923
|
+
"red": 0,
|
|
4924
|
+
"green": 0,
|
|
4925
|
+
"blue": 0,
|
|
4926
|
+
"alpha": 0
|
|
4927
|
+
},
|
|
4928
|
+
"knobBorderColor": {
|
|
4929
|
+
"red": 1,
|
|
4930
|
+
"green": 1,
|
|
4931
|
+
"blue": 1,
|
|
4932
|
+
"alpha": 1
|
|
4933
|
+
},
|
|
4934
|
+
"knobCompletedBackgroundColor": {
|
|
4935
|
+
"red": 1,
|
|
4936
|
+
"green": 1,
|
|
4937
|
+
"blue": 1,
|
|
4938
|
+
"alpha": 1
|
|
4939
|
+
},
|
|
4940
|
+
"knobCompletedBorderColor": {
|
|
4941
|
+
"red": 1,
|
|
4942
|
+
"green": 1,
|
|
4943
|
+
"blue": 1,
|
|
4944
|
+
"alpha": 1
|
|
4945
|
+
},
|
|
4946
|
+
"knobCurrentBackgroundColor": {
|
|
4947
|
+
"red": 0,
|
|
4948
|
+
"green": 0,
|
|
4949
|
+
"blue": 0,
|
|
4950
|
+
"alpha": 0
|
|
4951
|
+
},
|
|
4952
|
+
"knobCurrentBorderColor": {
|
|
4953
|
+
"red": 1,
|
|
4954
|
+
"green": 1,
|
|
4955
|
+
"blue": 1,
|
|
4956
|
+
"alpha": 1
|
|
4957
|
+
},
|
|
4958
|
+
"knobCurrentInnerColor": {
|
|
4959
|
+
"red": 1,
|
|
4960
|
+
"green": 1,
|
|
4961
|
+
"blue": 1,
|
|
4962
|
+
"alpha": 1
|
|
4963
|
+
},
|
|
4964
|
+
"labelColor": {
|
|
4965
|
+
"red": 1,
|
|
4966
|
+
"green": 1,
|
|
4967
|
+
"blue": 1,
|
|
4968
|
+
"alpha": 1
|
|
4969
|
+
},
|
|
4970
|
+
"labelCurrentColor": {
|
|
4971
|
+
"red": 1,
|
|
4972
|
+
"green": 1,
|
|
4973
|
+
"blue": 1,
|
|
4974
|
+
"alpha": 1
|
|
4975
|
+
}
|
|
4976
|
+
}
|
|
4846
4977
|
}
|
|
4847
4978
|
],
|
|
4848
4979
|
"tokens": {
|
|
@@ -6765,7 +6896,7 @@
|
|
|
6765
6896
|
}
|
|
6766
6897
|
},
|
|
6767
6898
|
"metadata": {
|
|
6768
|
-
"themeTokensVersion": "2.
|
|
6899
|
+
"themeTokensVersion": "2.9.0",
|
|
6769
6900
|
"name": "theme-allium"
|
|
6770
6901
|
}
|
|
6771
6902
|
}
|