@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/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 12 Aug 2024 06:25:22 GMT
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: 'HelveticaNow',
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: 'HelveticaNow',
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.61.0'
126
+ themeTokensVersion: '2.62.0'
127
127
  }
128
128
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 12 Aug 2024 06:25:38 GMT
4
+ * Generated on Thu, 22 Aug 2024 18:16:20 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 12 Aug 2024 06:25:38 GMT
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: 'HelveticaNow',
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: 'HelveticaNow',
60
+ blockFontName: 'HNforTELUSSA',
61
61
  blockFontSize: 14,
62
62
  blockFontWeight: '400',
63
63
  blockLineHeight: 1.5,
@@ -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.61.0'}
3
+ export const metadata = { name: 'themes-community.theme-allium', themeTokensVersion: '2.62.0'}
4
4
  export { default } from './theme'