@telus-uds/system-theme-tokens 2.0.2 → 2.1.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 Tue, 14 Jun 2022 15:26:07 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 20 Jul 2022 23:56:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.1.0
8
+
9
+ Wed, 20 Jul 2022 23:56:08 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Define schema for Carousel (shahzaibkhalidmalik@outlook.com)
14
+
7
15
  ## 2.0.2
8
16
 
9
- Tue, 14 Jun 2022 15:26:07 GMT
17
+ Tue, 14 Jun 2022 15:27:31 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/components.js CHANGED
@@ -79,6 +79,14 @@ module.exports = {
79
79
  minWidth: 'size',
80
80
  shadow: 'shadow'
81
81
  },
82
+ Carousel: {
83
+ nextIcon: 'icon',
84
+ previousIcon: 'icon',
85
+ showPreviousNextNavigation: 'show',
86
+ showPanelNavigation: 'show',
87
+ spaceBetweenSlideAndPreviousNextNavigation: 'size',
88
+ spaceBetweenSlideAndPanelNavigation: 'size'
89
+ },
82
90
  Checkbox: {
83
91
  containerBackgroundColor: 'color',
84
92
  feedbackMarginBottom: 'size',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "2.0.2",
3
+ "version": "2.1.0",
4
4
  "description": "Theme token schema",
5
5
  "keywords": [
6
6
  "system"