@telus-uds/themes-community.theme-allium 2.0.4 → 3.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,12 +1,13 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 10 Jan 2025 21:40:09 GMT
4
+ * Generated on Fri, 31 Jan 2025 20:47:54 GMT
5
5
  *
6
6
  */
7
7
 
8
- import PaletteIconLinkExternal from '@telus-uds/palette-allium/build/rn/icons/LinkExternal'
9
- const theme = {
8
+ const PaletteIconLinkExternal = require('@telus-uds/palette-allium/build/rn/icons/LinkExternal')
9
+
10
+ module.exports = {
10
11
  components: {
11
12
  ContentCard: {
12
13
  appearances: {
@@ -122,7 +123,6 @@ const theme = {
122
123
  },
123
124
  metadata: {
124
125
  name: 'themes-community.theme-allium',
125
- themeTokensVersion: '3.3.0'
126
+ themeTokensVersion: '4.0.0'
126
127
  }
127
128
  }
128
- export default theme
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 10 Jan 2025 21:40:22 GMT
4
+ * Generated on Fri, 31 Jan 2025 20:48:10 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 10 Jan 2025 21:40:22 GMT
4
+ * Generated on Fri, 31 Jan 2025 20:48:10 GMT
5
5
  *
6
6
  */
7
7
 
@@ -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: '3.3.0'}
3
+ export const metadata = { name: 'themes-community.theme-allium', themeTokensVersion: '4.0.0'}
4
4
  export { default } from './theme'