@telus-uds/themes-community.theme-allium 3.1.8 → 3.1.9

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 Tue, 24 Jun 2025 18:52:45 GMT
4
+ * Generated on Thu, 26 Jun 2025 23:46:23 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: '4.8.0'
125
+ themeTokensVersion: '4.9.0'
126
126
  }
127
127
  }
128
128
  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": "^4.8.0"
9
+ "@telus-uds/system-theme-tokens": "^4.9.0"
10
10
  },
11
11
  "files": [
12
12
  "build",
@@ -26,5 +26,5 @@
26
26
  "build": "UDS_PALETTE=@telus-uds/palette-allium system-tokens-build-subtheme",
27
27
  "dev": "nodemon -w src -x 'npm run build'"
28
28
  },
29
- "version": "3.1.8"
29
+ "version": "3.1.9"
30
30
  }