@telus-uds/theme-allium 3.6.0 → 3.6.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.
- package/build/theme.js +2 -2
- package/package.json +2 -2
package/build/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Wed, 17 Aug 2022
|
|
4
|
+
* Generated on Wed, 17 Aug 2022 20:48:35 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -3256,5 +3256,5 @@ module.exports = {
|
|
|
3256
3256
|
tokens: { size: 96 }
|
|
3257
3257
|
}
|
|
3258
3258
|
},
|
|
3259
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
3259
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.3.0' }
|
|
3260
3260
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "Allium theme",
|
|
5
5
|
"author": "TELUS Digital",
|
|
6
6
|
"homepage": "https://github.com/telus/allium-design-system#readme",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@telus-uds/palette-allium": "^2.4.0",
|
|
12
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^2.3.0",
|
|
13
13
|
"@telus-uds/system-tokens": "^0.1.5"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|