@telus-uds/system-theme-tokens 2.11.0 → 2.12.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 CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @telus-uds/system-theme-tokens
2
2
 
3
- This log was last generated on Thu, 23 Feb 2023 17:20:42 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 07 Mar 2023 21:07:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.12.0
8
+
9
+ Tue, 07 Mar 2023 21:07:23 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - add color and outerborder color tokens (evander.owusu@telus.com)
14
+
7
15
  ## 2.11.0
8
16
 
9
- Thu, 23 Feb 2023 17:20:42 GMT
17
+ Thu, 23 Feb 2023 17:25:50 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "2.11.0",
3
+ "version": "2.12.0",
4
4
  "description": "Theme token schema for UDS",
5
5
  "keywords": [
6
6
  "system"