@telus-uds/themes-community.theme-allium 0.1.46 → 0.1.48

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 Sat, 18 Nov 2023 02:24:09 GMT
4
+ * Generated on Wed, 13 Dec 2023 21:12:54 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.46.0'
56
+ themeTokensVersion: '2.48.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.46.0"
9
+ "@telus-uds/system-theme-tokens": "^2.48.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.46"
28
+ "version": "0.1.48"
29
29
  }