@telus-uds/theme-koodo 4.0.0 → 4.1.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 +140 -133
- package/build/android/theme.json +14 -8
- package/build/ios/schema.json +140 -133
- package/build/ios/theme.json +14 -8
- package/build/rn/schema.json +140 -133
- package/build/rn/theme.js +8 -7
- package/package.json +2 -2
- package/theme.json +6 -5
package/build/ios/theme.json
CHANGED
|
@@ -1085,7 +1085,6 @@
|
|
|
1085
1085
|
}
|
|
1086
1086
|
],
|
|
1087
1087
|
"tokens": {
|
|
1088
|
-
"alignSelf": "flex-start",
|
|
1089
1088
|
"backgroundColor": {
|
|
1090
1089
|
"red": 1,
|
|
1091
1090
|
"green": 1,
|
|
@@ -2995,7 +2994,7 @@
|
|
|
2995
2994
|
"red": 0,
|
|
2996
2995
|
"green": 0,
|
|
2997
2996
|
"blue": 0,
|
|
2998
|
-
"alpha":
|
|
2997
|
+
"alpha": 0
|
|
2999
2998
|
},
|
|
3000
2999
|
"fontName": "StagSans",
|
|
3001
3000
|
"fontWeight": 400,
|
|
@@ -6871,17 +6870,24 @@
|
|
|
6871
6870
|
"appearances": {},
|
|
6872
6871
|
"rules": [],
|
|
6873
6872
|
"tokens": {
|
|
6873
|
+
"animationDuration": 2000,
|
|
6874
6874
|
"baseWidth": 40,
|
|
6875
6875
|
"characters": 10,
|
|
6876
6876
|
"color": {
|
|
6877
|
-
"red": 0.
|
|
6878
|
-
"green": 0.
|
|
6879
|
-
"blue": 0.
|
|
6877
|
+
"red": 0.78824,
|
|
6878
|
+
"green": 0.78431,
|
|
6879
|
+
"blue": 0.78431,
|
|
6880
6880
|
"alpha": 1
|
|
6881
6881
|
},
|
|
6882
6882
|
"radius": 99999999999999,
|
|
6883
|
-
"
|
|
6884
|
-
|
|
6883
|
+
"secondColor": {
|
|
6884
|
+
"red": 0.93725,
|
|
6885
|
+
"green": 0.93725,
|
|
6886
|
+
"blue": 0.93725,
|
|
6887
|
+
"alpha": 1
|
|
6888
|
+
},
|
|
6889
|
+
"size": 3,
|
|
6890
|
+
"spaceBetweenLines": 2,
|
|
6885
6891
|
"squareRadius": 4
|
|
6886
6892
|
}
|
|
6887
6893
|
},
|
|
@@ -9431,7 +9437,7 @@
|
|
|
9431
9437
|
}
|
|
9432
9438
|
},
|
|
9433
9439
|
"metadata": {
|
|
9434
|
-
"themeTokensVersion": "2.
|
|
9440
|
+
"themeTokensVersion": "2.30.0",
|
|
9435
9441
|
"name": "theme-koodo"
|
|
9436
9442
|
}
|
|
9437
9443
|
}
|