@telus-uds/theme-koodo 4.16.0 → 4.17.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 +731 -676
- package/build/android/theme.json +17 -10
- package/build/ios/schema.json +731 -676
- package/build/ios/theme.json +17 -10
- package/build/rn/schema.json +731 -676
- package/build/rn/theme.js +24 -12
- package/package.json +4 -4
- package/theme.json +16 -9
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 Wed, 15 Nov 2023 18:32:53 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -17,6 +17,7 @@ const PaletteIconAdd = require('@telus-uds/palette-koodo/build/rn/icons/Add')
|
|
|
17
17
|
const PaletteIconSubtract = require('@telus-uds/palette-koodo/build/rn/icons/Subtract')
|
|
18
18
|
const PaletteIconExpand = require('@telus-uds/palette-koodo/build/rn/icons/Expand')
|
|
19
19
|
const PaletteIconPlayVideo = require('@telus-uds/palette-koodo/build/rn/icons/PlayVideo')
|
|
20
|
+
const PaletteIconBulletFill = require('@telus-uds/palette-koodo/build/rn/icons/BulletFill')
|
|
20
21
|
const PaletteIconTimes = require('@telus-uds/palette-koodo/build/rn/icons/Times')
|
|
21
22
|
const PaletteIconExclamationTriangle = require('@telus-uds/palette-koodo/build/rn/icons/ExclamationTriangle')
|
|
22
23
|
const PaletteIconSpyglass = require('@telus-uds/palette-koodo/build/rn/icons/Spyglass')
|
|
@@ -1629,6 +1630,7 @@ module.exports = {
|
|
|
1629
1630
|
fieldSpace: 3,
|
|
1630
1631
|
outlineOffset: 8,
|
|
1631
1632
|
outlineWidth: 1,
|
|
1633
|
+
showIcon: true,
|
|
1632
1634
|
space: 3
|
|
1633
1635
|
}
|
|
1634
1636
|
},
|
|
@@ -1636,14 +1638,14 @@ module.exports = {
|
|
|
1636
1638
|
appearances: {},
|
|
1637
1639
|
rules: [],
|
|
1638
1640
|
tokens: {
|
|
1639
|
-
borderBottomLeftRadius:
|
|
1640
|
-
borderBottomRightRadius:
|
|
1641
|
-
borderTopLeftRadius:
|
|
1642
|
-
borderTopRightRadius:
|
|
1641
|
+
borderBottomLeftRadius: 1,
|
|
1642
|
+
borderBottomRightRadius: 1,
|
|
1643
|
+
borderTopLeftRadius: 1,
|
|
1644
|
+
borderTopRightRadius: 1,
|
|
1643
1645
|
fieldSpace: 2,
|
|
1644
|
-
outlineOffset:
|
|
1645
|
-
outlineWidth:
|
|
1646
|
-
showIcon:
|
|
1646
|
+
outlineOffset: 8,
|
|
1647
|
+
outlineWidth: 1,
|
|
1648
|
+
showIcon: true,
|
|
1647
1649
|
space: 2
|
|
1648
1650
|
}
|
|
1649
1651
|
},
|
|
@@ -2874,6 +2876,7 @@ module.exports = {
|
|
|
2874
2876
|
}
|
|
2875
2877
|
],
|
|
2876
2878
|
tokens: {
|
|
2879
|
+
bulletIcon: PaletteIconBulletFill,
|
|
2877
2880
|
dividerColor: '#c9c8c8',
|
|
2878
2881
|
dividerSize: 1,
|
|
2879
2882
|
iconMarginTop: 2,
|
|
@@ -2882,8 +2885,6 @@ module.exports = {
|
|
|
2882
2885
|
itemBulletColor: '#7c1366',
|
|
2883
2886
|
itemBulletContainerAlign: 'center',
|
|
2884
2887
|
itemBulletContainerWidth: 16,
|
|
2885
|
-
itemBulletHeight: 4,
|
|
2886
|
-
itemBulletWidth: 4,
|
|
2887
2888
|
itemFontName: 'StagSans',
|
|
2888
2889
|
itemFontSize: 16,
|
|
2889
2890
|
itemFontWeight: '400',
|
|
@@ -4574,7 +4575,18 @@ module.exports = {
|
|
|
4574
4575
|
tokens: { direction: 'row', space: 5 }
|
|
4575
4576
|
}
|
|
4576
4577
|
],
|
|
4577
|
-
tokens: {
|
|
4578
|
+
tokens: {
|
|
4579
|
+
borderBottomLeftRadius: 1,
|
|
4580
|
+
borderBottomRightRadius: 1,
|
|
4581
|
+
borderTopLeftRadius: 1,
|
|
4582
|
+
borderTopRightRadius: 1,
|
|
4583
|
+
direction: 'column',
|
|
4584
|
+
fieldSpace: 3,
|
|
4585
|
+
outlineOffset: 8,
|
|
4586
|
+
outlineWidth: 1,
|
|
4587
|
+
showIcon: true,
|
|
4588
|
+
space: 3
|
|
4589
|
+
}
|
|
4578
4590
|
},
|
|
4579
4591
|
RadioGroup: {
|
|
4580
4592
|
appearances: {},
|
|
@@ -6826,5 +6838,5 @@ module.exports = {
|
|
|
6826
6838
|
tokens: { size: 96 }
|
|
6827
6839
|
}
|
|
6828
6840
|
},
|
|
6829
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
6841
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.45.0' }
|
|
6830
6842
|
}
|
package/package.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
},
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@telus-uds/palette-koodo": "^0.
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
8
|
+
"@telus-uds/palette-koodo": "^0.28.0",
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.45.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"main": "build/rn/theme.js",
|
|
21
21
|
"name": "@telus-uds/theme-koodo",
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@telus-uds/palette-koodo": "^0.
|
|
23
|
+
"@telus-uds/palette-koodo": "^0.28.0"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
|
|
32
32
|
"dev": "nodemon -w src -x 'npm run build'"
|
|
33
33
|
},
|
|
34
|
-
"version": "4.
|
|
34
|
+
"version": "4.17.0"
|
|
35
35
|
}
|
package/theme.json
CHANGED
|
@@ -2041,6 +2041,7 @@
|
|
|
2041
2041
|
"fieldSpace": "{system.integer.3}",
|
|
2042
2042
|
"outlineOffset": "{palette.size.size8}",
|
|
2043
2043
|
"outlineWidth": "{palette.border.border1}",
|
|
2044
|
+
"showIcon": "{system.show.true}",
|
|
2044
2045
|
"space": "{system.integer.3}"
|
|
2045
2046
|
}
|
|
2046
2047
|
},
|
|
@@ -2048,14 +2049,14 @@
|
|
|
2048
2049
|
"appearances": {},
|
|
2049
2050
|
"rules": [],
|
|
2050
2051
|
"tokens": {
|
|
2051
|
-
"borderBottomLeftRadius": "{
|
|
2052
|
-
"borderBottomRightRadius": "{
|
|
2053
|
-
"borderTopLeftRadius": "{
|
|
2054
|
-
"borderTopRightRadius": "{
|
|
2052
|
+
"borderBottomLeftRadius": "{palette.radius.radius1}",
|
|
2053
|
+
"borderBottomRightRadius": "{palette.radius.radius1}",
|
|
2054
|
+
"borderTopLeftRadius": "{palette.radius.radius1}",
|
|
2055
|
+
"borderTopRightRadius": "{palette.radius.radius1}",
|
|
2055
2056
|
"fieldSpace": "{system.integer.2}",
|
|
2056
|
-
"outlineOffset": "{
|
|
2057
|
-
"outlineWidth": "{
|
|
2058
|
-
"showIcon": "{system.show.
|
|
2057
|
+
"outlineOffset": "{palette.size.size8}",
|
|
2058
|
+
"outlineWidth": "{palette.border.border1}",
|
|
2059
|
+
"showIcon": "{system.show.true}",
|
|
2059
2060
|
"space": "{system.integer.2}"
|
|
2060
2061
|
}
|
|
2061
2062
|
},
|
|
@@ -3892,6 +3893,7 @@
|
|
|
3892
3893
|
}
|
|
3893
3894
|
],
|
|
3894
3895
|
"tokens": {
|
|
3896
|
+
"bulletIcon": "{palette.icon.BulletFill}",
|
|
3895
3897
|
"dividerColor": "{palette.color.silver}",
|
|
3896
3898
|
"dividerSize": "{palette.border.border1}",
|
|
3897
3899
|
"iconMarginTop": "{palette.size.size2}",
|
|
@@ -3900,8 +3902,6 @@
|
|
|
3900
3902
|
"itemBulletColor": "{palette.color.flirt}",
|
|
3901
3903
|
"itemBulletContainerAlign": "{system.textAlign.center}",
|
|
3902
3904
|
"itemBulletContainerWidth": "{palette.size.size16}",
|
|
3903
|
-
"itemBulletHeight": "{palette.size.size4}",
|
|
3904
|
-
"itemBulletWidth": "{palette.size.size4}",
|
|
3905
3905
|
"itemFontName": "{palette.fontName.StagSans}",
|
|
3906
3906
|
"itemFontSize": "{palette.fontSize.size16}",
|
|
3907
3907
|
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
@@ -5768,8 +5768,15 @@
|
|
|
5768
5768
|
}
|
|
5769
5769
|
],
|
|
5770
5770
|
"tokens": {
|
|
5771
|
+
"borderBottomLeftRadius": "{palette.radius.radius1}",
|
|
5772
|
+
"borderBottomRightRadius": "{palette.radius.radius1}",
|
|
5773
|
+
"borderTopLeftRadius": "{palette.radius.radius1}",
|
|
5774
|
+
"borderTopRightRadius": "{palette.radius.radius1}",
|
|
5771
5775
|
"direction": "{system.direction.column}",
|
|
5772
5776
|
"fieldSpace": "{system.integer.3}",
|
|
5777
|
+
"outlineOffset": "{palette.size.size8}",
|
|
5778
|
+
"outlineWidth": "{palette.border.border1}",
|
|
5779
|
+
"showIcon": "{system.show.true}",
|
|
5773
5780
|
"space": "{system.integer.3}"
|
|
5774
5781
|
}
|
|
5775
5782
|
},
|