@telus-uds/theme-allium 3.2.0 → 3.2.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.json +40 -1
- package/CHANGELOG.md +14 -2
- package/build/schema.json +791 -786
- package/build/theme.js +3 -3
- package/package.json +5 -5
- package/theme.json +1 -1
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 Thu, 16 Jun 2022 15:06:45 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1961,7 +1961,7 @@ module.exports = {
|
|
|
1961
1961
|
fontWeight: '400',
|
|
1962
1962
|
height: 48,
|
|
1963
1963
|
icon: PaletteIconCaretDown,
|
|
1964
|
-
iconColor: '#
|
|
1964
|
+
iconColor: '#414547',
|
|
1965
1965
|
iconSize: 24,
|
|
1966
1966
|
outerBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
1967
1967
|
outerBorderColor: 'rgba(0, 0, 0, 0)',
|
|
@@ -3037,5 +3037,5 @@ module.exports = {
|
|
|
3037
3037
|
tokens: { size: 96 }
|
|
3038
3038
|
}
|
|
3039
3039
|
},
|
|
3040
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.0.
|
|
3040
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.0.2' }
|
|
3041
3041
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Allium theme",
|
|
5
5
|
"author": "TELUS Digital",
|
|
6
6
|
"homepage": "https://github.com/telus/allium-design-system#readme",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"main": "build/theme.js",
|
|
9
9
|
"dependencies": {},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@telus-uds/palette-allium": "^2.0
|
|
12
|
-
"@telus-uds/system-theme-tokens": "^2.0.
|
|
13
|
-
"@telus-uds/system-tokens": "^0.1.
|
|
11
|
+
"@telus-uds/palette-allium": "^2.1.0",
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^2.0.2",
|
|
13
|
+
"@telus-uds/system-tokens": "^0.1.5"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^2.0
|
|
16
|
+
"@telus-uds/palette-allium": "^2.1.0"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|
package/theme.json
CHANGED
|
@@ -2428,7 +2428,7 @@
|
|
|
2428
2428
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
2429
2429
|
"height": "{palette.size.size48}",
|
|
2430
2430
|
"icon": "{palette.icon.CaretDown}",
|
|
2431
|
-
"iconColor": "{palette.color.
|
|
2431
|
+
"iconColor": "{palette.color.greyCharcoal}",
|
|
2432
2432
|
"iconSize": "{palette.size.size24}",
|
|
2433
2433
|
"outerBackgroundColor": "{palette.color.transparent}",
|
|
2434
2434
|
"outerBorderColor": "{palette.color.transparent}",
|