@telus-uds/themes-community.theme-allium 2.0.4 → 3.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.
@@ -222,7 +222,7 @@
222
222
  }
223
223
  },
224
224
  "metadata": {
225
- "themeTokensVersion": "3.3.0",
225
+ "themeTokensVersion": "4.1.0",
226
226
  "name": "themes-community.theme-allium"
227
227
  }
228
228
  }
@@ -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 Mon, 10 Feb 2025 17:29:32 GMT
5
5
  *
6
6
  */
7
7
 
8
8
 
9
- const theme = {
9
+
10
+ module.exports = {
10
11
  appearances: {
11
12
  focus: { type: 'state', values: [ true, false ] },
12
13
  hover: { type: 'state', values: [ true, false ] },
@@ -43,4 +44,3 @@ const theme = {
43
44
  shadow: null
44
45
  }
45
46
  }
46
- export default theme
@@ -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 Mon, 10 Feb 2025 17:29:32 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
  appearances: {
11
12
  focus: {
12
13
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
@@ -77,4 +78,3 @@ const theme = {
77
78
  textLineStyle: 'solid'
78
79
  }
79
80
  }
80
- export default theme