@telus-uds/system-theme-tokens 2.11.0 → 2.13.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 +18 -2
- package/appearances.js +1 -1
- package/components.js +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
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 Mon, 20 Mar 2023 19:41:55 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.13.0
|
|
8
|
+
|
|
9
|
+
Mon, 20 Mar 2023 19:41:55 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Password variant added to PM, koodo, Telus and Rebrand-PM (akshay.pandey1@telus.com)
|
|
14
|
+
|
|
15
|
+
## 2.12.0
|
|
16
|
+
|
|
17
|
+
Tue, 07 Mar 2023 21:13:39 GMT
|
|
18
|
+
|
|
19
|
+
### Minor changes
|
|
20
|
+
|
|
21
|
+
- add color and outerborder color tokens (evander.owusu@telus.com)
|
|
22
|
+
|
|
7
23
|
## 2.11.0
|
|
8
24
|
|
|
9
|
-
Thu, 23 Feb 2023 17:
|
|
25
|
+
Thu, 23 Feb 2023 17:25:50 GMT
|
|
10
26
|
|
|
11
27
|
### Minor changes
|
|
12
28
|
|
package/appearances.js
CHANGED
|
@@ -89,7 +89,7 @@ module.exports = {
|
|
|
89
89
|
ButtonGroupItem: { focus, hover, pressed, inactive, selected },
|
|
90
90
|
CarouselTabsPanelItem: { focus, hover, pressed, inactive, selected },
|
|
91
91
|
Checkbox: { checked, error, focus, hover, inactive },
|
|
92
|
-
ChevronLink: { hover },
|
|
92
|
+
ChevronLink: { focus, hover, pressed },
|
|
93
93
|
ExpandCollapseControl: { pressed, hover, focus, expanded },
|
|
94
94
|
ExpandCollapsePanel: { expanded },
|
|
95
95
|
Feedback: { validation },
|
package/components.js
CHANGED
|
@@ -191,6 +191,8 @@ module.exports = {
|
|
|
191
191
|
labelMarginLeft: 'size'
|
|
192
192
|
},
|
|
193
193
|
ChevronLink: {
|
|
194
|
+
color: 'color',
|
|
195
|
+
outerBorderColor: 'color',
|
|
194
196
|
leftIcon: 'icon',
|
|
195
197
|
rightIcon: 'icon',
|
|
196
198
|
iconDisplace: 'size',
|
|
@@ -878,6 +880,8 @@ module.exports = {
|
|
|
878
880
|
borderWidth: 'border',
|
|
879
881
|
borderColor: 'color',
|
|
880
882
|
borderRadius: 'radius',
|
|
883
|
+
passwordShowButtonIcon: 'icon',
|
|
884
|
+
passwordHideButtonIcon: 'icon',
|
|
881
885
|
buttonSize: 'size',
|
|
882
886
|
buttonsGap: 'size',
|
|
883
887
|
buttonsPaddingRight: 'size',
|