@telus-uds/system-theme-tokens 2.52.1 → 2.53.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 -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 Wed,
|
|
3
|
+
This log was last generated on Wed, 06 Mar 2024 00:02:37 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.53.0
|
|
8
|
+
|
|
9
|
+
Wed, 06 Mar 2024 00:02:37 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- adding token gradient to list of tokens under Typography (hoss.agina@telus.com)
|
|
14
|
+
|
|
7
15
|
## 2.52.1
|
|
8
16
|
|
|
9
|
-
|
|
17
|
+
Thu, 29 Feb 2024 00:05:08 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/components.js
CHANGED
|
@@ -1940,7 +1940,8 @@ module.exports = {
|
|
|
1940
1940
|
lineHeight: 'lineHeight',
|
|
1941
1941
|
textTransform: 'textTransform',
|
|
1942
1942
|
fontScaleCap: 'fontSize',
|
|
1943
|
-
letterSpacing: 'letterSpacing'
|
|
1943
|
+
letterSpacing: 'letterSpacing',
|
|
1944
|
+
gradient: 'gradient'
|
|
1944
1945
|
},
|
|
1945
1946
|
Countdown: {
|
|
1946
1947
|
containerBorderRadius: 'radius',
|