@telus-uds/themes-community.theme-allium 3.1.15 → 3.1.16

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, 12 Sep 2025 16:59:48 GMT
4
+ * Generated on Fri, 03 Oct 2025 20:32:57 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.14.0'
125
+ themeTokensVersion: '4.15.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.14.0"
9
+ "@telus-uds/system-theme-tokens": "^4.15.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.15"
29
+ "version": "3.1.16"
30
30
  }