@telus-uds/theme-allium 4.17.1 → 4.19.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/build/android/schema.json +953 -956
- package/build/android/theme.json +16 -17
- package/build/ios/schema.json +953 -956
- package/build/ios/theme.json +16 -17
- package/build/rn/schema.json +953 -956
- package/build/rn/theme.js +17 -17
- package/package.json +5 -5
- package/theme.json +17 -15
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Sat, 18 Nov 2023 02:24:15 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -19,6 +19,7 @@ const PaletteIconSubtract = require('@telus-uds/palette-allium/build/rn/icons/Su
|
|
|
19
19
|
const PaletteIconExpand = require('@telus-uds/palette-allium/build/rn/icons/Expand')
|
|
20
20
|
const PaletteIconChevronLeft = require('@telus-uds/palette-allium/build/rn/icons/ChevronLeft')
|
|
21
21
|
const PaletteIconPlayVideo = require('@telus-uds/palette-allium/build/rn/icons/PlayVideo')
|
|
22
|
+
const PaletteIconBulletFill = require('@telus-uds/palette-allium/build/rn/icons/BulletFill')
|
|
22
23
|
const PaletteIconStatusWarning = require('@telus-uds/palette-allium/build/rn/icons/StatusWarning')
|
|
23
24
|
const PaletteIconTimes = require('@telus-uds/palette-allium/build/rn/icons/Times')
|
|
24
25
|
const PaletteIconSearchBold = require('@telus-uds/palette-allium/build/rn/icons/SearchBold')
|
|
@@ -2894,26 +2895,26 @@ module.exports = {
|
|
|
2894
2895
|
{
|
|
2895
2896
|
if: { size: 'large' },
|
|
2896
2897
|
tokens: {
|
|
2897
|
-
iconMarginTop:
|
|
2898
|
+
iconMarginTop: 4,
|
|
2898
2899
|
itemFontSize: 20,
|
|
2899
|
-
itemIconSize:
|
|
2900
|
+
itemIconSize: 24,
|
|
2900
2901
|
itemLineHeight: 1.6,
|
|
2901
|
-
listGutter:
|
|
2902
|
+
listGutter: 8
|
|
2902
2903
|
}
|
|
2903
2904
|
},
|
|
2904
2905
|
{
|
|
2905
2906
|
if: { size: 'small' },
|
|
2906
2907
|
tokens: {
|
|
2907
|
-
iconMarginTop:
|
|
2908
|
+
iconMarginTop: 0,
|
|
2908
2909
|
itemFontSize: 14,
|
|
2909
|
-
itemIconSize:
|
|
2910
|
+
itemIconSize: 24,
|
|
2910
2911
|
itemLineHeight: 1.42857142857,
|
|
2911
|
-
listGutter:
|
|
2912
|
+
listGutter: 8
|
|
2912
2913
|
}
|
|
2913
2914
|
},
|
|
2914
2915
|
{
|
|
2915
2916
|
if: { compact: true },
|
|
2916
|
-
tokens: { iconMarginTop:
|
|
2917
|
+
tokens: { iconMarginTop: 0, itemLineHeight: 1.25 }
|
|
2917
2918
|
},
|
|
2918
2919
|
{
|
|
2919
2920
|
if: { compact: true, size: 'small' },
|
|
@@ -2925,23 +2926,22 @@ module.exports = {
|
|
|
2925
2926
|
}
|
|
2926
2927
|
],
|
|
2927
2928
|
tokens: {
|
|
2929
|
+
bulletIcon: PaletteIconBulletFill,
|
|
2928
2930
|
dividerColor: '#b2b9bf',
|
|
2929
2931
|
dividerSize: 1,
|
|
2930
|
-
iconMarginTop:
|
|
2932
|
+
iconMarginTop: 0,
|
|
2931
2933
|
interItemMargin: 8,
|
|
2932
2934
|
interItemMarginWithDivider: 16,
|
|
2933
2935
|
itemBulletColor: '#4b286d',
|
|
2934
2936
|
itemBulletContainerAlign: 'center',
|
|
2935
|
-
itemBulletContainerWidth:
|
|
2936
|
-
itemBulletHeight: 4,
|
|
2937
|
-
itemBulletWidth: 4,
|
|
2937
|
+
itemBulletContainerWidth: 24,
|
|
2938
2938
|
itemFontName: 'HelveticaNow',
|
|
2939
2939
|
itemFontSize: 16,
|
|
2940
2940
|
itemFontWeight: '400',
|
|
2941
2941
|
itemIconColor: '#4b286d',
|
|
2942
|
-
itemIconSize:
|
|
2942
|
+
itemIconSize: 24,
|
|
2943
2943
|
itemLineHeight: 1.5,
|
|
2944
|
-
listGutter:
|
|
2944
|
+
listGutter: 8
|
|
2945
2945
|
}
|
|
2946
2946
|
},
|
|
2947
2947
|
Listbox: {
|
|
@@ -3439,7 +3439,7 @@ module.exports = {
|
|
|
3439
3439
|
},
|
|
3440
3440
|
Notification: {
|
|
3441
3441
|
appearances: {
|
|
3442
|
-
style: { type: '
|
|
3442
|
+
style: { type: 'variant', values: [ 'success', 'warning', 'error' ] },
|
|
3443
3443
|
system: { type: 'state', values: [ true ] },
|
|
3444
3444
|
viewport: {
|
|
3445
3445
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
@@ -5860,7 +5860,7 @@ module.exports = {
|
|
|
5860
5860
|
tokens: {
|
|
5861
5861
|
contentBorderColor: 'transparent',
|
|
5862
5862
|
contentMarginBottom: 0,
|
|
5863
|
-
contentPaddingBottom:
|
|
5863
|
+
contentPaddingBottom: 0,
|
|
5864
5864
|
contentPaddingLeft: 16,
|
|
5865
5865
|
dividerColor: '#b2b9bf',
|
|
5866
5866
|
expandBaseBorderWidth: 0,
|
|
@@ -6996,5 +6996,5 @@ module.exports = {
|
|
|
6996
6996
|
tokens: { size: 96 }
|
|
6997
6997
|
}
|
|
6998
6998
|
},
|
|
6999
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
6999
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.46.0' }
|
|
7000
7000
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.19.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/rn/theme.js",
|
|
9
9
|
"dependencies": {},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@telus-uds/palette-allium": "^2.
|
|
12
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
13
|
-
"@telus-uds/system-tokens": "^0.7.
|
|
11
|
+
"@telus-uds/palette-allium": "^2.28.1",
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^2.46.0",
|
|
13
|
+
"@telus-uds/system-tokens": "^0.7.28"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^2.
|
|
16
|
+
"@telus-uds/palette-allium": "^2.28.1"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|
package/theme.json
CHANGED
|
@@ -3811,11 +3811,11 @@
|
|
|
3811
3811
|
"size": "large"
|
|
3812
3812
|
},
|
|
3813
3813
|
"tokens": {
|
|
3814
|
-
"iconMarginTop": "{palette.size.
|
|
3814
|
+
"iconMarginTop": "{palette.size.size4}",
|
|
3815
3815
|
"itemFontSize": "{palette.fontSize.size20}",
|
|
3816
|
-
"itemIconSize": "{palette.size.
|
|
3816
|
+
"itemIconSize": "{palette.size.size24}",
|
|
3817
3817
|
"itemLineHeight": "{palette.lineHeight.ratio8to5}",
|
|
3818
|
-
"listGutter": "{palette.size.
|
|
3818
|
+
"listGutter": "{palette.size.size8}"
|
|
3819
3819
|
}
|
|
3820
3820
|
},
|
|
3821
3821
|
{
|
|
@@ -3823,11 +3823,11 @@
|
|
|
3823
3823
|
"size": "small"
|
|
3824
3824
|
},
|
|
3825
3825
|
"tokens": {
|
|
3826
|
-
"iconMarginTop": "{palette.size.
|
|
3826
|
+
"iconMarginTop": "{palette.size.size0}",
|
|
3827
3827
|
"itemFontSize": "{palette.fontSize.size14}",
|
|
3828
|
-
"itemIconSize": "{palette.size.
|
|
3828
|
+
"itemIconSize": "{palette.size.size24}",
|
|
3829
3829
|
"itemLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
3830
|
-
"listGutter": "{palette.size.
|
|
3830
|
+
"listGutter": "{palette.size.size8}"
|
|
3831
3831
|
}
|
|
3832
3832
|
},
|
|
3833
3833
|
{
|
|
@@ -3835,7 +3835,7 @@
|
|
|
3835
3835
|
"compact": true
|
|
3836
3836
|
},
|
|
3837
3837
|
"tokens": {
|
|
3838
|
-
"iconMarginTop": "{palette.size.
|
|
3838
|
+
"iconMarginTop": "{palette.size.size0}",
|
|
3839
3839
|
"itemLineHeight": "{palette.lineHeight.ratio5to4}"
|
|
3840
3840
|
}
|
|
3841
3841
|
},
|
|
@@ -3859,23 +3859,22 @@
|
|
|
3859
3859
|
}
|
|
3860
3860
|
],
|
|
3861
3861
|
"tokens": {
|
|
3862
|
+
"bulletIcon": "{palette.icon.BulletFill}",
|
|
3862
3863
|
"dividerColor": "{palette.color.greyCloud}",
|
|
3863
3864
|
"dividerSize": "{palette.border.border1}",
|
|
3864
|
-
"iconMarginTop": "{palette.size.
|
|
3865
|
+
"iconMarginTop": "{palette.size.size0}",
|
|
3865
3866
|
"interItemMargin": "{palette.size.size8}",
|
|
3866
3867
|
"interItemMarginWithDivider": "{palette.size.size16}",
|
|
3867
3868
|
"itemBulletColor": "{palette.color.purpleTelus}",
|
|
3868
3869
|
"itemBulletContainerAlign": "{system.textAlign.center}",
|
|
3869
|
-
"itemBulletContainerWidth": "{palette.size.
|
|
3870
|
-
"itemBulletHeight": "{palette.size.size4}",
|
|
3871
|
-
"itemBulletWidth": "{palette.size.size4}",
|
|
3870
|
+
"itemBulletContainerWidth": "{palette.size.size24}",
|
|
3872
3871
|
"itemFontName": "{palette.fontName.HelveticaNow}",
|
|
3873
3872
|
"itemFontSize": "{palette.fontSize.size16}",
|
|
3874
3873
|
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
3875
3874
|
"itemIconColor": "{palette.color.purpleTelus}",
|
|
3876
|
-
"itemIconSize": "{palette.size.
|
|
3875
|
+
"itemIconSize": "{palette.size.size24}",
|
|
3877
3876
|
"itemLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3878
|
-
"listGutter": "{palette.size.
|
|
3877
|
+
"listGutter": "{palette.size.size8}"
|
|
3879
3878
|
}
|
|
3880
3879
|
},
|
|
3881
3880
|
"Listbox": {
|
|
@@ -4383,7 +4382,10 @@
|
|
|
4383
4382
|
},
|
|
4384
4383
|
"Notification": {
|
|
4385
4384
|
"appearances": {
|
|
4386
|
-
"style":
|
|
4385
|
+
"style": {
|
|
4386
|
+
"type": "variant",
|
|
4387
|
+
"values": ["success", "warning", "error"]
|
|
4388
|
+
},
|
|
4387
4389
|
"system": "{appearances.Notification.system}",
|
|
4388
4390
|
"viewport": "{appearances.system.viewport}"
|
|
4389
4391
|
},
|
|
@@ -7094,7 +7096,7 @@
|
|
|
7094
7096
|
"tokens": {
|
|
7095
7097
|
"contentBorderColor": "{system.color.transparent}",
|
|
7096
7098
|
"contentMarginBottom": "{palette.size.size0}",
|
|
7097
|
-
"contentPaddingBottom": "{palette.size.
|
|
7099
|
+
"contentPaddingBottom": "{palette.size.size0}",
|
|
7098
7100
|
"contentPaddingLeft": "{palette.size.size16}",
|
|
7099
7101
|
"dividerColor": "{palette.color.greyCloud}",
|
|
7100
7102
|
"expandBaseBorderWidth": "{palette.border.none}",
|