@telus-uds/themes-community.theme-allium 0.1.49 → 0.1.51

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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 08 Jan 2024 20:06:57 GMT
4
+ * Generated on Mon, 29 Jan 2024 18:24:09 GMT
5
5
  *
6
6
  */
7
7
 
@@ -52,7 +52,7 @@ const theme = {
52
52
  },
53
53
  metadata: {
54
54
  name: 'themes-community.theme-allium',
55
- themeTokensVersion: '2.49.0'
55
+ themeTokensVersion: '2.50.1'
56
56
  }
57
57
  }
58
58
  export default theme
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.49.0"
9
+ "@telus-uds/system-theme-tokens": "^2.50.1"
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.49"
28
+ "version": "0.1.51"
29
29
  }