@telus-uds/theme-allium 2.1.2 → 3.0.0
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 +30 -1
- package/CHANGELOG.md +15 -2
- package/build/schema.json +738 -689
- package/build/theme.js +13 -6
- package/package.json +4 -4
- package/theme.json +11 -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 Thu, 07 Apr 2022 22:59:47 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -568,7 +568,8 @@ module.exports = {
|
|
|
568
568
|
iconSize: 20,
|
|
569
569
|
iconSpace: 1,
|
|
570
570
|
leftIcon: PaletteIconArrowLeft,
|
|
571
|
-
rightIcon: PaletteIconArrowRight
|
|
571
|
+
rightIcon: PaletteIconArrowRight,
|
|
572
|
+
textLine: 'none'
|
|
572
573
|
}
|
|
573
574
|
},
|
|
574
575
|
Divider: {
|
|
@@ -727,8 +728,14 @@ module.exports = {
|
|
|
727
728
|
borderRadius: 32,
|
|
728
729
|
borderWidth: 1,
|
|
729
730
|
iconColor: '#676e73',
|
|
730
|
-
|
|
731
|
-
|
|
731
|
+
iconScale: 1,
|
|
732
|
+
iconSize: 16,
|
|
733
|
+
iconTranslateX: 0,
|
|
734
|
+
iconTranslateY: 0,
|
|
735
|
+
outerBorderColor: 'transparent',
|
|
736
|
+
outerBorderGap: 0,
|
|
737
|
+
outerBorderWidth: 0,
|
|
738
|
+
padding: 8,
|
|
732
739
|
shadow: {
|
|
733
740
|
blur: 2,
|
|
734
741
|
color: 'rgba(0, 0, 0, 0.1)',
|
|
@@ -2177,7 +2184,7 @@ module.exports = {
|
|
|
2177
2184
|
borderBottomColor: '#676e73',
|
|
2178
2185
|
borderBottomWidth: 1,
|
|
2179
2186
|
buttonClearance: 16,
|
|
2180
|
-
gutter:
|
|
2187
|
+
gutter: 4,
|
|
2181
2188
|
nextIcon: PaletteIconArrowRight,
|
|
2182
2189
|
previousIcon: PaletteIconArrowLeft,
|
|
2183
2190
|
space: 0
|
|
@@ -3012,5 +3019,5 @@ module.exports = {
|
|
|
3012
3019
|
tokens: { size: 96 }
|
|
3013
3020
|
}
|
|
3014
3021
|
},
|
|
3015
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '1.
|
|
3022
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '1.4.0' }
|
|
3016
3023
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
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": "^
|
|
12
|
-
"@telus-uds/system-theme-tokens": "^1.
|
|
11
|
+
"@telus-uds/palette-allium": "^2.0.0",
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^1.4.0",
|
|
13
13
|
"@telus-uds/system-tokens": "^0.1.1"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^
|
|
16
|
+
"@telus-uds/palette-allium": "^2.0.0"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|
package/theme.json
CHANGED
|
@@ -739,7 +739,8 @@
|
|
|
739
739
|
"iconSize": "{palette.size.size20}",
|
|
740
740
|
"iconSpace": "{system.integer.1}",
|
|
741
741
|
"leftIcon": "{palette.icon.ArrowLeft}",
|
|
742
|
-
"rightIcon": "{palette.icon.ArrowRight}"
|
|
742
|
+
"rightIcon": "{palette.icon.ArrowRight}",
|
|
743
|
+
"textLine": "{system.textLine.none}"
|
|
743
744
|
}
|
|
744
745
|
},
|
|
745
746
|
"Divider": {
|
|
@@ -945,8 +946,14 @@
|
|
|
945
946
|
"borderRadius": "{palette.radius.pill32}",
|
|
946
947
|
"borderWidth": "{palette.border.border1}",
|
|
947
948
|
"iconColor": "{palette.color.greyShuttle}",
|
|
948
|
-
"
|
|
949
|
-
"
|
|
949
|
+
"iconScale": "{system.iconScale.scale1}",
|
|
950
|
+
"iconSize": "{palette.size.size16}",
|
|
951
|
+
"iconTranslateX": "{system.size.zero}",
|
|
952
|
+
"iconTranslateY": "{system.size.zero}",
|
|
953
|
+
"outerBorderColor": "{system.color.transparent}",
|
|
954
|
+
"outerBorderGap": "{system.size.zero}",
|
|
955
|
+
"outerBorderWidth": "{system.border.zero}",
|
|
956
|
+
"padding": "{palette.size.size8}",
|
|
950
957
|
"shadow": "{palette.shadow.surfaceRaised}"
|
|
951
958
|
}
|
|
952
959
|
},
|
|
@@ -2623,7 +2630,7 @@
|
|
|
2623
2630
|
"borderBottomColor": "{palette.color.greyShuttle}",
|
|
2624
2631
|
"borderBottomWidth": "{palette.border.border1}",
|
|
2625
2632
|
"buttonClearance": "{palette.size.size16}",
|
|
2626
|
-
"gutter": "{palette.size.
|
|
2633
|
+
"gutter": "{palette.size.size4}",
|
|
2627
2634
|
"nextIcon": "{palette.icon.ArrowRight}",
|
|
2628
2635
|
"previousIcon": "{palette.icon.ArrowLeft}",
|
|
2629
2636
|
"space": "{system.integer.0}"
|