@telus-uds/themes-community.theme-allium 0.3.3 → 1.0.1
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/StickyNavigationBarTabs.json +2 -2
- package/build/android/schema.json +1268 -1026
- package/build/android/theme.json +3 -3
- package/build/ios/StickyNavigationBarTabs.json +2 -2
- package/build/ios/schema.json +1268 -1026
- package/build/ios/theme.json +3 -3
- package/build/rn/ContentCard.js +1 -1
- package/build/rn/StickyNavigationBarTabs.js +3 -3
- package/build/rn/schema.json +1268 -1026
- package/build/rn/theme.js +4 -4
- package/build/web/ContentCard.js +1 -1
- package/build/web/StickyNavigationBarTabs.js +3 -3
- package/build/web/index.js +1 -1
- package/build/web/schema.json +1268 -1026
- package/build/web/theme.js +4 -4
- package/package.json +2 -2
- package/theme.json +2 -2
package/build/android/theme.json
CHANGED
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"selected": true
|
|
178
178
|
},
|
|
179
179
|
"tokens": {
|
|
180
|
-
"blockFontName": "
|
|
180
|
+
"blockFontName": "HNforTELUSSA",
|
|
181
181
|
"blockFontWeight": 700,
|
|
182
182
|
"color": {
|
|
183
183
|
"red": 0.17255,
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
],
|
|
191
191
|
"tokens": {
|
|
192
192
|
"alignSelf": "flex-start",
|
|
193
|
-
"blockFontName": "
|
|
193
|
+
"blockFontName": "HNforTELUSSA",
|
|
194
194
|
"blockFontSize": 14,
|
|
195
195
|
"blockFontWeight": 400,
|
|
196
196
|
"blockLineHeight": 1.5,
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
}
|
|
223
223
|
},
|
|
224
224
|
"metadata": {
|
|
225
|
-
"themeTokensVersion": "2.
|
|
225
|
+
"themeTokensVersion": "2.63.0",
|
|
226
226
|
"name": "themes-community.theme-allium"
|
|
227
227
|
}
|
|
228
228
|
}
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"selected": true
|
|
89
89
|
},
|
|
90
90
|
"tokens": {
|
|
91
|
-
"blockFontName": "
|
|
91
|
+
"blockFontName": "HNforTELUSSA",
|
|
92
92
|
"blockFontWeight": 700,
|
|
93
93
|
"color": {
|
|
94
94
|
"red": 0.17255,
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
],
|
|
102
102
|
"tokens": {
|
|
103
103
|
"alignSelf": "flex-start",
|
|
104
|
-
"blockFontName": "
|
|
104
|
+
"blockFontName": "HNforTELUSSA",
|
|
105
105
|
"blockFontSize": 14,
|
|
106
106
|
"blockFontWeight": 400,
|
|
107
107
|
"blockLineHeight": 1.5,
|