@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/web/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Mon,
|
|
4
|
+
* Generated on Mon, 16 Sep 2024 12:25:01 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -91,7 +91,7 @@ const theme = {
|
|
|
91
91
|
{
|
|
92
92
|
if: { selected: true },
|
|
93
93
|
tokens: {
|
|
94
|
-
blockFontName: '
|
|
94
|
+
blockFontName: 'HNforTELUSSA',
|
|
95
95
|
blockFontWeight: '700',
|
|
96
96
|
color: '#2c2e30'
|
|
97
97
|
}
|
|
@@ -99,7 +99,7 @@ const theme = {
|
|
|
99
99
|
],
|
|
100
100
|
tokens: {
|
|
101
101
|
alignSelf: 'flex-start',
|
|
102
|
-
blockFontName: '
|
|
102
|
+
blockFontName: 'HNforTELUSSA',
|
|
103
103
|
blockFontSize: 14,
|
|
104
104
|
blockFontWeight: '400',
|
|
105
105
|
blockLineHeight: 1.5,
|
|
@@ -122,7 +122,7 @@ const theme = {
|
|
|
122
122
|
},
|
|
123
123
|
metadata: {
|
|
124
124
|
name: 'themes-community.theme-allium',
|
|
125
|
-
themeTokensVersion: '2.
|
|
125
|
+
themeTokensVersion: '2.63.0'
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
export default theme
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Sample theme",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@telus-uds/palette-allium": "*",
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.63.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"build": "UDS_PALETTE=@telus-uds/palette-allium system-tokens-build-subtheme",
|
|
26
26
|
"dev": "nodemon -w src -x 'npm run build'"
|
|
27
27
|
},
|
|
28
|
-
"version": "0.
|
|
28
|
+
"version": "1.0.1"
|
|
29
29
|
}
|
package/theme.json
CHANGED
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"selected": true
|
|
128
128
|
},
|
|
129
129
|
"tokens": {
|
|
130
|
-
"blockFontName": "{palette.fontName.
|
|
130
|
+
"blockFontName": "{palette.fontName.HNforTELUSSA}",
|
|
131
131
|
"blockFontWeight": "{palette.fontWeight.weight700}",
|
|
132
132
|
"color": "{palette.color.greyThunder}"
|
|
133
133
|
}
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
],
|
|
136
136
|
"tokens": {
|
|
137
137
|
"alignSelf": "{system.flexAlign.flexStart}",
|
|
138
|
-
"blockFontName": "{palette.fontName.
|
|
138
|
+
"blockFontName": "{palette.fontName.HNforTELUSSA}",
|
|
139
139
|
"blockFontSize": "{palette.fontSize.size14}",
|
|
140
140
|
"blockFontWeight": "{palette.fontWeight.weight400}",
|
|
141
141
|
"blockLineHeight": "{palette.lineHeight.ratio3to2}",
|