@telus-uds/themes-community.theme-allium 0.1.41 → 0.1.43

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 Thu, 26 Oct 2023 19:23:42 GMT
4
+ * Generated on Tue, 07 Nov 2023 16:19:01 GMT
5
5
  *
6
6
  */
7
7
 
@@ -53,6 +53,6 @@ module.exports = {
53
53
  },
54
54
  metadata: {
55
55
  name: 'themes-community.theme-allium',
56
- themeTokensVersion: '2.42.0'
56
+ themeTokensVersion: '2.44.0'
57
57
  }
58
58
  }
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Sample theme",
7
7
  "devDependencies": {
8
8
  "@telus-uds/palette-allium": "*",
9
- "@telus-uds/system-theme-tokens": "^2.42.0"
9
+ "@telus-uds/system-theme-tokens": "^2.44.0"
10
10
  },
11
11
  "files": [
12
12
  "build",
@@ -25,5 +25,5 @@
25
25
  "build": "UDS_PALETTE=@telus-uds/palette-allium system-tokens-build-subtheme",
26
26
  "dev": "nodemon -w src -x 'npm run build'"
27
27
  },
28
- "version": "0.1.41"
28
+ "version": "0.1.43"
29
29
  }