@telus-uds/theme-koodo 4.16.0 → 4.16.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/build/android/schema.json +190 -133
- package/build/android/theme.json +16 -8
- package/build/ios/schema.json +190 -133
- package/build/ios/theme.json +16 -8
- package/build/rn/schema.json +190 -133
- package/build/rn/theme.js +22 -10
- package/package.json +2 -2
- package/theme.json +15 -7
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 Fri, 10 Nov 2023 22:26:23 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1629,6 +1629,7 @@ module.exports = {
|
|
|
1629
1629
|
fieldSpace: 3,
|
|
1630
1630
|
outlineOffset: 8,
|
|
1631
1631
|
outlineWidth: 1,
|
|
1632
|
+
showIcon: true,
|
|
1632
1633
|
space: 3
|
|
1633
1634
|
}
|
|
1634
1635
|
},
|
|
@@ -1636,14 +1637,14 @@ module.exports = {
|
|
|
1636
1637
|
appearances: {},
|
|
1637
1638
|
rules: [],
|
|
1638
1639
|
tokens: {
|
|
1639
|
-
borderBottomLeftRadius:
|
|
1640
|
-
borderBottomRightRadius:
|
|
1641
|
-
borderTopLeftRadius:
|
|
1642
|
-
borderTopRightRadius:
|
|
1640
|
+
borderBottomLeftRadius: 1,
|
|
1641
|
+
borderBottomRightRadius: 1,
|
|
1642
|
+
borderTopLeftRadius: 1,
|
|
1643
|
+
borderTopRightRadius: 1,
|
|
1643
1644
|
fieldSpace: 2,
|
|
1644
|
-
outlineOffset:
|
|
1645
|
-
outlineWidth:
|
|
1646
|
-
showIcon:
|
|
1645
|
+
outlineOffset: 8,
|
|
1646
|
+
outlineWidth: 1,
|
|
1647
|
+
showIcon: true,
|
|
1647
1648
|
space: 2
|
|
1648
1649
|
}
|
|
1649
1650
|
},
|
|
@@ -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.44.
|
|
6841
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.44.1' }
|
|
6830
6842
|
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@telus-uds/palette-koodo": "^0.27.0",
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.44.
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.44.1"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
@@ -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.16.
|
|
34
|
+
"version": "4.16.1"
|
|
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
|
},
|
|
@@ -5768,8 +5769,15 @@
|
|
|
5768
5769
|
}
|
|
5769
5770
|
],
|
|
5770
5771
|
"tokens": {
|
|
5772
|
+
"borderBottomLeftRadius": "{palette.radius.radius1}",
|
|
5773
|
+
"borderBottomRightRadius": "{palette.radius.radius1}",
|
|
5774
|
+
"borderTopLeftRadius": "{palette.radius.radius1}",
|
|
5775
|
+
"borderTopRightRadius": "{palette.radius.radius1}",
|
|
5771
5776
|
"direction": "{system.direction.column}",
|
|
5772
5777
|
"fieldSpace": "{system.integer.3}",
|
|
5778
|
+
"outlineOffset": "{palette.size.size8}",
|
|
5779
|
+
"outlineWidth": "{palette.border.border1}",
|
|
5780
|
+
"showIcon": "{system.show.true}",
|
|
5773
5781
|
"space": "{system.integer.3}"
|
|
5774
5782
|
}
|
|
5775
5783
|
},
|