@telus-uds/system-theme-tokens 2.42.0 → 2.43.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 +6 -1
- 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 Wed, 01 Nov 2023 00:54:31 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.43.0
|
|
8
|
+
|
|
9
|
+
Wed, 01 Nov 2023 00:54:31 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- added new tokens for TextInput component (srikanthkhari@gmail.com)
|
|
14
|
+
|
|
7
15
|
## 2.42.0
|
|
8
16
|
|
|
9
|
-
Thu, 26 Oct 2023 19:
|
|
17
|
+
Thu, 26 Oct 2023 19:35:09 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
package/components.js
CHANGED
|
@@ -1728,10 +1728,15 @@ module.exports = {
|
|
|
1728
1728
|
fontName: 'fontName',
|
|
1729
1729
|
fontWeight: 'fontWeight',
|
|
1730
1730
|
fontSize: 'fontSize',
|
|
1731
|
+
leftIconPaddingBottom: 'size',
|
|
1731
1732
|
lineHeight: 'lineHeight',
|
|
1732
1733
|
icon: 'icon',
|
|
1733
1734
|
iconSize: 'size',
|
|
1734
|
-
iconColor: 'color'
|
|
1735
|
+
iconColor: 'color',
|
|
1736
|
+
defaultCreditIcon: 'icon',
|
|
1737
|
+
visaIcon: 'icon',
|
|
1738
|
+
masterCardIcon: 'icon',
|
|
1739
|
+
amexIcon: 'icon'
|
|
1735
1740
|
},
|
|
1736
1741
|
Toast: {
|
|
1737
1742
|
containerBackgroundColor: 'color',
|