@telus-uds/theme-allium 2.1.0 → 2.1.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/CHANGELOG.md +4 -0
- package/build/schema.json +671 -666
- package/build/theme.js +2 -2
- package/package.json +4 -4
package/build/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Mon, 21 Mar 2022 20:11:20 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -3012,5 +3012,5 @@ module.exports = {
|
|
|
3012
3012
|
tokens: { size: 96 }
|
|
3013
3013
|
}
|
|
3014
3014
|
},
|
|
3015
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '1.2.
|
|
3015
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '1.2.1' }
|
|
3016
3016
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Allium theme",
|
|
5
5
|
"author": "TELUS Digital",
|
|
6
6
|
"homepage": "https://github.com/telus/universal-design-system#readme",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"main": "build/theme.js",
|
|
9
9
|
"dependencies": {},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@telus-uds/palette-allium": "^1.
|
|
12
|
-
"@telus-uds/system-theme-tokens": "^1.2.
|
|
11
|
+
"@telus-uds/palette-allium": "^1.1.0",
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^1.2.1",
|
|
13
13
|
"@telus-uds/system-themes": "^0.0.1"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^1.
|
|
16
|
+
"@telus-uds/palette-allium": "^1.1.0"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|