@telus-uds/themes-community.theme-allium 0.3.3 → 1.0.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/StickyNavigationBarTabs.json +2 -2
- package/build/android/schema.json +991 -1000
- package/build/android/theme.json +3 -3
- package/build/ios/StickyNavigationBarTabs.json +2 -2
- package/build/ios/schema.json +991 -1000
- 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 +991 -1000
- 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 +991 -1000
- package/build/web/theme.js +4 -4
- package/package.json +2 -2
- package/theme.json +2 -2
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Thu, 22 Aug 2024 18:16:04 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -92,7 +92,7 @@ module.exports = {
|
|
|
92
92
|
{
|
|
93
93
|
if: { selected: true },
|
|
94
94
|
tokens: {
|
|
95
|
-
blockFontName: '
|
|
95
|
+
blockFontName: 'HNforTELUSSA',
|
|
96
96
|
blockFontWeight: '700',
|
|
97
97
|
color: '#2c2e30'
|
|
98
98
|
}
|
|
@@ -100,7 +100,7 @@ module.exports = {
|
|
|
100
100
|
],
|
|
101
101
|
tokens: {
|
|
102
102
|
alignSelf: 'flex-start',
|
|
103
|
-
blockFontName: '
|
|
103
|
+
blockFontName: 'HNforTELUSSA',
|
|
104
104
|
blockFontSize: 14,
|
|
105
105
|
blockFontWeight: '400',
|
|
106
106
|
blockLineHeight: 1.5,
|
|
@@ -123,6 +123,6 @@ module.exports = {
|
|
|
123
123
|
},
|
|
124
124
|
metadata: {
|
|
125
125
|
name: 'themes-community.theme-allium',
|
|
126
|
-
themeTokensVersion: '2.
|
|
126
|
+
themeTokensVersion: '2.62.0'
|
|
127
127
|
}
|
|
128
128
|
}
|
package/build/web/ContentCard.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Thu, 22 Aug 2024 18:16:20 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -49,7 +49,7 @@ const theme = {
|
|
|
49
49
|
{
|
|
50
50
|
if: { selected: true },
|
|
51
51
|
tokens: {
|
|
52
|
-
blockFontName: '
|
|
52
|
+
blockFontName: 'HNforTELUSSA',
|
|
53
53
|
blockFontWeight: '700',
|
|
54
54
|
color: '#2c2e30'
|
|
55
55
|
}
|
|
@@ -57,7 +57,7 @@ const theme = {
|
|
|
57
57
|
],
|
|
58
58
|
tokens: {
|
|
59
59
|
alignSelf: 'flex-start',
|
|
60
|
-
blockFontName: '
|
|
60
|
+
blockFontName: 'HNforTELUSSA',
|
|
61
61
|
blockFontSize: 14,
|
|
62
62
|
blockFontWeight: '400',
|
|
63
63
|
blockLineHeight: 1.5,
|
package/build/web/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { default as ContentCard } from './ContentCard'
|
|
2
2
|
export { default as StickyNavigationBarTabs } from './StickyNavigationBarTabs'
|
|
3
|
-
export const metadata = { name: 'themes-community.theme-allium', themeTokensVersion: '2.
|
|
3
|
+
export const metadata = { name: 'themes-community.theme-allium', themeTokensVersion: '2.62.0'}
|
|
4
4
|
export { default } from './theme'
|