@telus-uds/system-theme-tokens 2.26.0 → 2.26.1
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 -2
- package/components.js +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
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, 24 May 2023 01:36:34 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.26.1
|
|
8
|
+
|
|
9
|
+
Wed, 24 May 2023 01:36:34 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- license update in readme.md (srikanthkhari@gmail.com)
|
|
14
|
+
- Bump @telus-uds/system-constants to v1.2.1
|
|
15
|
+
|
|
7
16
|
## 2.26.0
|
|
8
17
|
|
|
9
|
-
Wed, 17 May 2023 00:
|
|
18
|
+
Wed, 17 May 2023 00:20:05 GMT
|
|
10
19
|
|
|
11
20
|
### Minor changes
|
|
12
21
|
|
package/components.js
CHANGED
|
@@ -188,9 +188,17 @@ module.exports = {
|
|
|
188
188
|
footnoteBodyPaddingRight: 'size',
|
|
189
189
|
footnoteBodyPaddingTop: 'size',
|
|
190
190
|
footnoteBodyPaddingBottom: 'size',
|
|
191
|
+
footnoteHeaderPaddingLeft: 'size',
|
|
192
|
+
footnoteHeaderPaddingRight: 'size',
|
|
193
|
+
footnoteHeaderPaddingTop: 'size',
|
|
194
|
+
footnoteHeaderPaddingBottom: 'size',
|
|
191
195
|
listPaddingLeft: 'size',
|
|
192
196
|
listItemMarkerFontSize: 'size',
|
|
193
197
|
listItemMarkerLineHeight: 'lineHeight',
|
|
198
|
+
headerLineHeight: 'size',
|
|
199
|
+
headerFontSize: 'size',
|
|
200
|
+
headerFontName: 'fontName',
|
|
201
|
+
headerFontWeight: 'fontWeight',
|
|
194
202
|
listItemColor: 'color',
|
|
195
203
|
listItemFontSize: 'size',
|
|
196
204
|
listItemLineHeight: 'lineHeight',
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/system-theme-tokens",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.1",
|
|
4
4
|
"description": "Theme token schema for UDS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"system"
|
|
7
7
|
],
|
|
8
8
|
"author": "TELUS Digital",
|
|
9
9
|
"homepage": "https://github.com/telus/universal-design-system#readme",
|
|
10
|
-
"license": "
|
|
10
|
+
"license": "MIT",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
13
|
"url": "git+https://github.com/telus/universal-design-system.git"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"skip": true
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@telus-uds/system-constants": "^1.2.
|
|
31
|
+
"@telus-uds/system-constants": "^1.2.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"chalk": "^4.1.2",
|