@telus-uds/themes-community.theme-allium 0.1.9 → 0.1.10

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, 23 Mar 2023 20:45:18 GMT
4
+ * Generated on Mon, 03 Apr 2023 20:32:38 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.14.0'
20
+ themeTokensVersion: '2.15.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.14.0"
9
+ "@telus-uds/system-theme-tokens": "^2.15.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.9"
28
+ "version": "0.1.10"
29
29
  }