@telus-uds/themes-community.theme-allium 2.0.0 → 2.0.1

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 Fri, 22 Nov 2024 23:14:07 GMT
4
+ * Generated on Mon, 25 Nov 2024 16:23:42 GMT
5
5
  *
6
6
  */
7
7
 
@@ -122,7 +122,7 @@ const theme = {
122
122
  },
123
123
  metadata: {
124
124
  name: 'themes-community.theme-allium',
125
- themeTokensVersion: '2.66.0'
125
+ themeTokensVersion: '3.0.0'
126
126
  }
127
127
  }
128
128
  export default theme
package/package.json CHANGED
@@ -34,5 +34,5 @@
34
34
  "build": "UDS_PALETTE=@telus-uds/palette-allium system-tokens-build-subtheme",
35
35
  "dev": "nodemon -w src -x 'npm run build'"
36
36
  },
37
- "version": "2.0.0"
37
+ "version": "2.0.1"
38
38
  }