@telus-uds/system-theme-tokens 2.9.0 → 2.10.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.md +11 -3
- package/components.js +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
# Change Log - @telus-uds/system-theme-tokens
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 09 Feb 2023 23:34:12 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.10.0
|
|
8
|
+
|
|
9
|
+
Thu, 09 Feb 2023 23:34:12 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- chore: new tokens for color to multiselectfilter component (mauricio.batresmontejo@telus.com)
|
|
14
|
+
|
|
7
15
|
## 2.9.0
|
|
8
16
|
|
|
9
|
-
Wed, 07 Dec 2022 15:
|
|
17
|
+
Wed, 07 Dec 2022 15:14:20 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
|
13
21
|
- Add generated Swift structs (alan.slater@nearform.com)
|
|
14
|
-
-
|
|
22
|
+
- QuickLinksFeature component implementation (tiagohldb@gmail.com)
|
|
15
23
|
- Adding iconPosition for ButtonGroup (tiagohldb@gmail.com)
|
|
16
24
|
- Add generated Kotlin type classes (alan.slater@nearform.com)
|
|
17
25
|
|
package/components.js
CHANGED
|
@@ -55,6 +55,8 @@ module.exports = {
|
|
|
55
55
|
shadow: 'shadow',
|
|
56
56
|
fontSize: 'fontSize',
|
|
57
57
|
color: 'color',
|
|
58
|
+
dividerColor: 'color',
|
|
59
|
+
subtitleColor: 'color',
|
|
58
60
|
lineHeight: 'lineHeight',
|
|
59
61
|
textAlign: 'flexJustifyContent',
|
|
60
62
|
alignSelf: 'flexAlign',
|
|
@@ -102,6 +104,7 @@ module.exports = {
|
|
|
102
104
|
paddingRight: 'size',
|
|
103
105
|
paddingTop: 'size',
|
|
104
106
|
paddingBottom: 'size',
|
|
107
|
+
height: 'size',
|
|
105
108
|
width: 'size',
|
|
106
109
|
minWidth: 'size',
|
|
107
110
|
outerBorderColor: 'color',
|