@telus-uds/system-theme-tokens 2.44.1 → 2.45.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 +11 -2
- package/components.js +2 -3
- package/package.json +1 -1
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
|
|
3
|
+
This log was last generated on Wed, 15 Nov 2023 18:34:44 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.45.0
|
|
8
|
+
|
|
9
|
+
Wed, 15 Nov 2023 18:34:44 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- New token bulletIcon added (35577399+JoshHC@users.noreply.github.com)
|
|
14
|
+
- refactor badge component for multiplatform (guillermo.peitzner@telus.com)
|
|
15
|
+
|
|
7
16
|
## 2.44.1
|
|
8
17
|
|
|
9
|
-
Fri, 10 Nov 2023 22:
|
|
18
|
+
Fri, 10 Nov 2023 22:37:27 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
package/components.js
CHANGED
|
@@ -891,12 +891,11 @@ module.exports = {
|
|
|
891
891
|
dividerSize: 'border',
|
|
892
892
|
itemBulletContainerWidth: 'size',
|
|
893
893
|
itemBulletContainerAlign: 'textAlign',
|
|
894
|
-
itemBulletWidth: 'size',
|
|
895
|
-
itemBulletHeight: 'size',
|
|
896
894
|
itemBulletColor: 'color',
|
|
897
895
|
itemIconSize: 'size',
|
|
898
896
|
itemIconColor: 'color',
|
|
899
|
-
listGutter: 'size'
|
|
897
|
+
listGutter: 'size',
|
|
898
|
+
bulletIcon: 'icon'
|
|
900
899
|
},
|
|
901
900
|
Listbox: {
|
|
902
901
|
groupBorderRadius: 'radius',
|