@telus-uds/theme-allium 3.29.0 → 3.30.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 +909 -902
- package/build/android/theme.json +14 -1
- package/build/ios/schema.json +909 -902
- package/build/ios/theme.json +14 -1
- package/build/rn/schema.json +909 -902
- package/build/rn/theme.js +14 -3
- package/package.json +6 -6
- package/theme.json +7 -1
package/build/ios/theme.json
CHANGED
|
@@ -1095,6 +1095,12 @@
|
|
|
1095
1095
|
"blue": 0.74902,
|
|
1096
1096
|
"alpha": 1
|
|
1097
1097
|
},
|
|
1098
|
+
"borderColor": {
|
|
1099
|
+
"red": 0,
|
|
1100
|
+
"green": 0,
|
|
1101
|
+
"blue": 0,
|
|
1102
|
+
"alpha": 0
|
|
1103
|
+
},
|
|
1098
1104
|
"borderWidth": 0,
|
|
1099
1105
|
"color": {
|
|
1100
1106
|
"red": 1,
|
|
@@ -1116,6 +1122,12 @@
|
|
|
1116
1122
|
"blue": 1,
|
|
1117
1123
|
"alpha": 0.6
|
|
1118
1124
|
},
|
|
1125
|
+
"borderColor": {
|
|
1126
|
+
"red": 0,
|
|
1127
|
+
"green": 0,
|
|
1128
|
+
"blue": 0,
|
|
1129
|
+
"alpha": 0
|
|
1130
|
+
},
|
|
1119
1131
|
"color": {
|
|
1120
1132
|
"red": 0.2549,
|
|
1121
1133
|
"green": 0.27059,
|
|
@@ -7702,6 +7714,7 @@
|
|
|
7702
7714
|
"blue": 0.74902,
|
|
7703
7715
|
"alpha": 1
|
|
7704
7716
|
},
|
|
7717
|
+
"cellMinWidth": 0,
|
|
7705
7718
|
"cellPaddingBottom": 16,
|
|
7706
7719
|
"cellPaddingLeft": 16,
|
|
7707
7720
|
"cellPaddingRight": 16,
|
|
@@ -10014,7 +10027,7 @@
|
|
|
10014
10027
|
}
|
|
10015
10028
|
},
|
|
10016
10029
|
"metadata": {
|
|
10017
|
-
"themeTokensVersion": "2.
|
|
10030
|
+
"themeTokensVersion": "2.27.0",
|
|
10018
10031
|
"name": "theme-allium"
|
|
10019
10032
|
}
|
|
10020
10033
|
}
|