@telus-uds/system-theme-tokens 1.2.2 → 1.3.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.json +16 -1
- package/CHANGELOG.md +10 -2
- package/components.js +2 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@telus-uds/system-theme-tokens",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 01 Apr 2022 14:15:14 GMT",
|
|
6
|
+
"tag": "@telus-uds/system-theme-tokens_v1.3.0",
|
|
7
|
+
"version": "1.3.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "rus.brn@gmail.com",
|
|
12
|
+
"package": "@telus-uds/system-theme-tokens",
|
|
13
|
+
"commit": "05e43b4642997ec461094b5d8a439bfef1abaab8",
|
|
14
|
+
"comment": "fix: add text line token to the ChevronLink"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 30 Mar 2022 09:49:18 GMT",
|
|
6
21
|
"tag": "@telus-uds/system-theme-tokens_v1.2.2",
|
|
7
22
|
"version": "1.2.2",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
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 Fri, 01 Apr 2022 14:15:14 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.3.0
|
|
8
|
+
|
|
9
|
+
Fri, 01 Apr 2022 14:15:14 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- fix: add text line token to the ChevronLink (rus.brn@gmail.com)
|
|
14
|
+
|
|
7
15
|
## 1.2.2
|
|
8
16
|
|
|
9
|
-
Wed, 30 Mar 2022 09:49:
|
|
17
|
+
Wed, 30 Mar 2022 09:49:18 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/components.js
CHANGED
|
@@ -108,7 +108,8 @@ module.exports = {
|
|
|
108
108
|
rightIcon: 'icon',
|
|
109
109
|
iconDisplace: 'size',
|
|
110
110
|
iconSize: 'size',
|
|
111
|
-
iconSpace: 'integer'
|
|
111
|
+
iconSpace: 'integer',
|
|
112
|
+
textLine: 'textLine'
|
|
112
113
|
},
|
|
113
114
|
CheckboxGroup: { space: 'integer', fieldSpace: 'integer' },
|
|
114
115
|
Divider: { width: 'size', color: 'color' },
|