@telus-uds/system-theme-tokens 2.23.0 → 2.24.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 +10 -2
- package/components.js +2 -4
- package/package.json +1 -1
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 Mon, 01 May 2023 22:02:12 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.24.0
|
|
8
|
+
|
|
9
|
+
Mon, 01 May 2023 22:02:12 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- update token schema for ChevronLink (kyle.king2@telus.com)
|
|
14
|
+
|
|
7
15
|
## 2.23.0
|
|
8
16
|
|
|
9
|
-
Thu, 27 Apr 2023 14:
|
|
17
|
+
Thu, 27 Apr 2023 14:41:58 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
package/components.js
CHANGED
|
@@ -413,7 +413,7 @@ module.exports = {
|
|
|
413
413
|
labelMarginLeft: 'size'
|
|
414
414
|
},
|
|
415
415
|
ChevronLink: {
|
|
416
|
-
|
|
416
|
+
fontSize: 'fontSize',
|
|
417
417
|
textLineHeight: 'lineHeight',
|
|
418
418
|
color: 'color',
|
|
419
419
|
outerBorderColor: 'color',
|
|
@@ -1352,9 +1352,7 @@ module.exports = {
|
|
|
1352
1352
|
animationColorBefore: 'color',
|
|
1353
1353
|
animationColorAfter: 'color',
|
|
1354
1354
|
animationDivColorBefore: 'color',
|
|
1355
|
-
animationDivColorAfter: 'color'
|
|
1356
|
-
animationFillColorBefore: 'color',
|
|
1357
|
-
animationFillColorAfter: 'color'
|
|
1355
|
+
animationDivColorAfter: 'color'
|
|
1358
1356
|
},
|
|
1359
1357
|
ToggleSwitch: {
|
|
1360
1358
|
borderColor: 'color',
|