@telus-uds/themes-community.theme-allium 1.1.0 → 2.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.
@@ -222,7 +222,7 @@
222
222
  }
223
223
  },
224
224
  "metadata": {
225
- "themeTokensVersion": "2.65.0",
225
+ "themeTokensVersion": "2.66.0",
226
226
  "name": "themes-community.theme-allium"
227
227
  }
228
228
  }
@@ -1,13 +1,12 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Sat, 12 Oct 2024 00:29:28 GMT
4
+ * Generated on Fri, 22 Nov 2024 23:14:06 GMT
5
5
  *
6
6
  */
7
7
 
8
8
 
9
-
10
- module.exports = {
9
+ const theme = {
11
10
  appearances: {
12
11
  focus: { type: 'state', values: [ true, false ] },
13
12
  hover: { type: 'state', values: [ true, false ] },
@@ -44,3 +43,4 @@ module.exports = {
44
43
  shadow: null
45
44
  }
46
45
  }
46
+ export default theme
@@ -1,13 +1,12 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Sat, 12 Oct 2024 00:29:28 GMT
4
+ * Generated on Fri, 22 Nov 2024 23:14:06 GMT
5
5
  *
6
6
  */
7
7
 
8
- const PaletteIconLinkExternal = require('@telus-uds/palette-allium/build/rn/icons/LinkExternal')
9
-
10
- module.exports = {
8
+ import PaletteIconLinkExternal from '@telus-uds/palette-allium/build/rn/icons/LinkExternal'
9
+ const theme = {
11
10
  appearances: {
12
11
  focus: {
13
12
  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.",
@@ -78,3 +77,4 @@ module.exports = {
78
77
  textLineStyle: 'solid'
79
78
  }
80
79
  }
80
+ export default theme