@telus-uds/system-theme-tokens 2.2.0 → 2.3.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 Fri, 12 Aug 2022 20:14:48 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Aug 2022 20:48:46 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.3.0
8
+
9
+ Wed, 17 Aug 2022 20:48:46 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Allowing icons to the button component (srikanthkhari@gmail.com)
14
+
7
15
  ## 2.2.0
8
16
 
9
- Fri, 12 Aug 2022 20:14:48 GMT
17
+ Fri, 12 Aug 2022 20:17:12 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/components.js CHANGED
@@ -24,6 +24,9 @@ module.exports = {
24
24
  paddingBottom: 'size',
25
25
  width: 'size',
26
26
  minWidth: 'size',
27
+ iconSize: 'size',
28
+ iconSpace: 'integer',
29
+ icon: 'icon',
27
30
 
28
31
  outerBorderColor: 'color',
29
32
  outerBorderWidth: 'border',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "2.2.0",
4
- "description": "Theme token schema",
3
+ "version": "2.3.0",
4
+ "description": "Theme token schema for UDS",
5
5
  "keywords": [
6
6
  "system"
7
7
  ],