@telus-uds/themes-community.theme-allium 0.1.7 → 0.1.8

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 Tue, 07 Mar 2023 21:06:35 GMT
4
+ * Generated on Mon, 20 Mar 2023 19:41:18 GMT
5
5
  *
6
6
  */
7
7
 
@@ -17,6 +17,6 @@ module.exports = {
17
17
  },
18
18
  metadata: {
19
19
  name: 'themes-community.theme-allium',
20
- themeTokensVersion: '2.12.0'
20
+ themeTokensVersion: '2.13.0'
21
21
  }
22
22
  }
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.12.0"
9
+ "@telus-uds/system-theme-tokens": "^2.13.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.7"
28
+ "version": "0.1.8"
29
29
  }