@telus-uds/theme-allium 3.25.0 → 3.26.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 +886 -900
- package/build/android/theme.json +7 -25
- package/build/ios/schema.json +886 -900
- package/build/ios/theme.json +7 -25
- package/build/rn/schema.json +886 -900
- package/build/rn/theme.js +8 -11
- package/package.json +5 -5
- package/theme.json +6 -14
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 Mon, 01 May 2023 22:01:35 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1361,20 +1361,20 @@ module.exports = {
|
|
|
1361
1361
|
},
|
|
1362
1362
|
{
|
|
1363
1363
|
if: { size: 'large' },
|
|
1364
|
-
tokens: {
|
|
1364
|
+
tokens: { fontSize: 20, iconSize: 24, textLineHeight: 1.95 }
|
|
1365
1365
|
},
|
|
1366
1366
|
{
|
|
1367
1367
|
if: { size: 'small' },
|
|
1368
|
-
tokens: {
|
|
1368
|
+
tokens: { fontSize: 14, iconSize: 14, textLineHeight: 2.12 }
|
|
1369
1369
|
},
|
|
1370
1370
|
{
|
|
1371
1371
|
if: { size: 'micro' },
|
|
1372
|
-
tokens: {
|
|
1372
|
+
tokens: { fontSize: 12, iconSize: 12, textLineHeight: 1.92 }
|
|
1373
1373
|
}
|
|
1374
1374
|
],
|
|
1375
1375
|
tokens: {
|
|
1376
1376
|
color: '#2b8000',
|
|
1377
|
-
|
|
1377
|
+
fontSize: 16,
|
|
1378
1378
|
iconDisplace: 0,
|
|
1379
1379
|
iconSize: 24,
|
|
1380
1380
|
iconSpace: 1,
|
|
@@ -2267,7 +2267,7 @@ module.exports = {
|
|
|
2267
2267
|
{
|
|
2268
2268
|
if: { size: 'large' },
|
|
2269
2269
|
tokens: {
|
|
2270
|
-
iconMarginTop:
|
|
2270
|
+
iconMarginTop: 4,
|
|
2271
2271
|
itemFontSize: 20,
|
|
2272
2272
|
itemIconSize: 20,
|
|
2273
2273
|
itemLineHeight: 1.6,
|
|
@@ -2297,7 +2297,7 @@ module.exports = {
|
|
|
2297
2297
|
tokens: {
|
|
2298
2298
|
dividerColor: '#b2b9bf',
|
|
2299
2299
|
dividerSize: 1,
|
|
2300
|
-
iconMarginTop:
|
|
2300
|
+
iconMarginTop: 3,
|
|
2301
2301
|
interItemMargin: 8,
|
|
2302
2302
|
interItemMarginWithDivider: 16,
|
|
2303
2303
|
itemBulletColor: '#4b286d',
|
|
@@ -2645,7 +2645,6 @@ module.exports = {
|
|
|
2645
2645
|
if: { size: 'large' },
|
|
2646
2646
|
tokens: { itemFontSize: 20, itemLineHeight: 1.6 }
|
|
2647
2647
|
},
|
|
2648
|
-
{ if: { size: 'medium' }, tokens: {} },
|
|
2649
2648
|
{
|
|
2650
2649
|
if: { size: 'small' },
|
|
2651
2650
|
tokens: { itemFontSize: 14, itemLineHeight: 1.42857142857 }
|
|
@@ -4676,8 +4675,6 @@ module.exports = {
|
|
|
4676
4675
|
animationColorBefore: '#ffffff',
|
|
4677
4676
|
animationDivColorAfter: '#2b8000',
|
|
4678
4677
|
animationDivColorBefore: '#ffffff',
|
|
4679
|
-
animationFillColorAfter: '#2b8000',
|
|
4680
|
-
animationFillColorBefore: '#ffffff',
|
|
4681
4678
|
animationHeightAfter: 24,
|
|
4682
4679
|
animationHeightBefore: 0,
|
|
4683
4680
|
animationPaddingBottomAfter: 16,
|
|
@@ -5371,5 +5368,5 @@ module.exports = {
|
|
|
5371
5368
|
tokens: { size: 96 }
|
|
5372
5369
|
}
|
|
5373
5370
|
},
|
|
5374
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
5371
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.24.0' }
|
|
5375
5372
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.26.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.16.0",
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^2.24.0",
|
|
13
|
+
"@telus-uds/system-tokens": "^0.7.3"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^2.
|
|
16
|
+
"@telus-uds/palette-allium": "^2.16.0"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|
package/theme.json
CHANGED
|
@@ -1683,7 +1683,7 @@
|
|
|
1683
1683
|
"size": "large"
|
|
1684
1684
|
},
|
|
1685
1685
|
"tokens": {
|
|
1686
|
-
"
|
|
1686
|
+
"fontSize": "{palette.fontSize.size20}",
|
|
1687
1687
|
"iconSize": "{palette.size.size24}",
|
|
1688
1688
|
"textLineHeight": "{palette.lineHeight.ratio10to5}"
|
|
1689
1689
|
}
|
|
@@ -1693,7 +1693,7 @@
|
|
|
1693
1693
|
"size": "small"
|
|
1694
1694
|
},
|
|
1695
1695
|
"tokens": {
|
|
1696
|
-
"
|
|
1696
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
1697
1697
|
"iconSize": "{palette.size.size14}",
|
|
1698
1698
|
"textLineHeight": "{palette.lineHeight.ratio15to7}"
|
|
1699
1699
|
}
|
|
@@ -1703,7 +1703,7 @@
|
|
|
1703
1703
|
"size": "micro"
|
|
1704
1704
|
},
|
|
1705
1705
|
"tokens": {
|
|
1706
|
-
"
|
|
1706
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
1707
1707
|
"iconSize": "{palette.size.size12}",
|
|
1708
1708
|
"textLineHeight": "{palette.lineHeight.ratio2to1}"
|
|
1709
1709
|
}
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
],
|
|
1712
1712
|
"tokens": {
|
|
1713
1713
|
"color": "{palette.color.greenAccessible}",
|
|
1714
|
-
"
|
|
1714
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
1715
1715
|
"iconDisplace": "{palette.size.size0}",
|
|
1716
1716
|
"iconSize": "{palette.size.size24}",
|
|
1717
1717
|
"iconSpace": "{system.integer.1}",
|
|
@@ -3022,7 +3022,7 @@
|
|
|
3022
3022
|
"size": "large"
|
|
3023
3023
|
},
|
|
3024
3024
|
"tokens": {
|
|
3025
|
-
"iconMarginTop": "{palette.size.
|
|
3025
|
+
"iconMarginTop": "{palette.size.size4}",
|
|
3026
3026
|
"itemFontSize": "{palette.fontSize.size20}",
|
|
3027
3027
|
"itemIconSize": "{palette.size.size20}",
|
|
3028
3028
|
"itemLineHeight": "{palette.lineHeight.ratio8to5}",
|
|
@@ -3071,7 +3071,7 @@
|
|
|
3071
3071
|
"tokens": {
|
|
3072
3072
|
"dividerColor": "{palette.color.greyCloud}",
|
|
3073
3073
|
"dividerSize": "{palette.border.border1}",
|
|
3074
|
-
"iconMarginTop": "{palette.size.
|
|
3074
|
+
"iconMarginTop": "{palette.size.size3}",
|
|
3075
3075
|
"interItemMargin": "{palette.size.size8}",
|
|
3076
3076
|
"interItemMarginWithDivider": "{palette.size.size16}",
|
|
3077
3077
|
"itemBulletColor": "{palette.color.purpleTelus}",
|
|
@@ -3431,12 +3431,6 @@
|
|
|
3431
3431
|
"itemLineHeight": "{palette.lineHeight.ratio8to5}"
|
|
3432
3432
|
}
|
|
3433
3433
|
},
|
|
3434
|
-
{
|
|
3435
|
-
"if": {
|
|
3436
|
-
"size": "medium"
|
|
3437
|
-
},
|
|
3438
|
-
"tokens": {}
|
|
3439
|
-
},
|
|
3440
3434
|
{
|
|
3441
3435
|
"if": {
|
|
3442
3436
|
"size": "small"
|
|
@@ -5678,8 +5672,6 @@
|
|
|
5678
5672
|
"animationColorBefore": "{palette.color.white}",
|
|
5679
5673
|
"animationDivColorAfter": "{palette.color.greenAccessible}",
|
|
5680
5674
|
"animationDivColorBefore": "{palette.color.white}",
|
|
5681
|
-
"animationFillColorAfter": "{palette.color.greenAccessible}",
|
|
5682
|
-
"animationFillColorBefore": "{palette.color.white}",
|
|
5683
5675
|
"animationHeightAfter": "{palette.size.size24}",
|
|
5684
5676
|
"animationHeightBefore": "{palette.size.size0}",
|
|
5685
5677
|
"animationPaddingBottomAfter": "{palette.size.size16}",
|