@telus-uds/system-theme-tokens 2.65.0 → 2.66.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
|
|
3
|
+
This log was last generated on Thu, 31 Oct 2024 05:02:44 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.66.0
|
|
8
|
+
|
|
9
|
+
Thu, 31 Oct 2024 05:02:44 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- `Modal`: Enable `footerTopWidth` token for `Modal` component (jaime.tuyuc@telus.com)
|
|
14
|
+
|
|
7
15
|
## 2.65.0
|
|
8
16
|
|
|
9
|
-
Sat, 12 Oct 2024 00:
|
|
17
|
+
Sat, 12 Oct 2024 00:40:49 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
package/components.js
CHANGED
|
@@ -1176,7 +1176,8 @@ module.exports = {
|
|
|
1176
1176
|
closeIconColor: 'color',
|
|
1177
1177
|
closeIconSize: 'size',
|
|
1178
1178
|
closePadding: 'size',
|
|
1179
|
-
direction: 'direction'
|
|
1179
|
+
direction: 'direction',
|
|
1180
|
+
footerTopWidth: 'size'
|
|
1180
1181
|
},
|
|
1181
1182
|
MultiSelectFilter: {
|
|
1182
1183
|
buttonDirection: 'direction',
|