@telus-uds/system-theme-tokens 1.2.1 → 1.4.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.json ADDED
@@ -0,0 +1,56 @@
1
+ {
2
+ "name": "@telus-uds/system-theme-tokens",
3
+ "entries": [
4
+ {
5
+ "date": "Thu, 07 Apr 2022 20:33:50 GMT",
6
+ "tag": "@telus-uds/system-theme-tokens_v1.4.0",
7
+ "version": "1.4.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "ruslan.bredikhin@nearform.com",
12
+ "package": "@telus-uds/system-theme-tokens",
13
+ "commit": "63472330f9144ba99c34c7524dcc2d2f4f716e69",
14
+ "comment": "feat: complete the HorizontalScrollButton tokens to match IconButton"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 01 Apr 2022 14:15:21 GMT",
21
+ "tag": "@telus-uds/system-theme-tokens_v1.3.0",
22
+ "version": "1.3.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "rus.brn@gmail.com",
27
+ "package": "@telus-uds/system-theme-tokens",
28
+ "commit": "05e43b4642997ec461094b5d8a439bfef1abaab8",
29
+ "comment": "fix: add text line token to the ChevronLink"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 30 Mar 2022 09:49:18 GMT",
36
+ "tag": "@telus-uds/system-theme-tokens_v1.2.2",
37
+ "version": "1.2.2",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "cody.zuschlag@nearform.com",
42
+ "package": "@telus-uds/system-theme-tokens",
43
+ "commit": "cdbb7a9be4572e4a3650b917a80bb6f0f57a471e",
44
+ "comment": "post monorepo reorganization release"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@telus-uds/system-theme-tokens",
49
+ "comment": "Bump @telus-uds/system-constants to v1.0.2",
50
+ "commit": "cdbb7a9be4572e4a3650b917a80bb6f0f57a471e"
51
+ }
52
+ ]
53
+ }
54
+ }
55
+ ]
56
+ }
package/CHANGELOG.md CHANGED
@@ -1,8 +1,33 @@
1
- # Changelog
1
+ # Change Log - @telus-uds/system-theme-tokens
2
2
 
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3
+ This log was last generated on Thu, 07 Apr 2022 20:33:50 GMT and should not be manually modified.
4
4
 
5
- ### [1.2.1](https://github.com/telus/universal-design-system/compare/@telus-uds/system-theme-tokens/v1.2.0...@telus-uds/system-theme-tokens/v1.2.1) (2022-03-21)
5
+ <!-- Start content -->
6
+
7
+ ## 1.4.0
8
+
9
+ Thu, 07 Apr 2022 20:33:50 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - feat: complete the HorizontalScrollButton tokens to match IconButton (ruslan.bredikhin@nearform.com)
14
+
15
+ ## 1.3.0
16
+
17
+ Fri, 01 Apr 2022 14:15:21 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - fix: add text line token to the ChevronLink (rus.brn@gmail.com)
22
+
23
+ ## 1.2.2
24
+
25
+ Wed, 30 Mar 2022 09:49:18 GMT
26
+
27
+ ### Patches
28
+
29
+ - post monorepo reorganization release (cody.zuschlag@nearform.com)
30
+ - Bump @telus-uds/system-constants to v1.0.2
6
31
 
7
32
  ## [1.2.0](https://github.com/telus/universal-design-system/compare/@telus-uds/system-theme-tokens/v1.1.0...@telus-uds/system-theme-tokens/v1.2.0) (2022-03-02)
8
33
 
package/components.js CHANGED
@@ -108,7 +108,8 @@ module.exports = {
108
108
  rightIcon: 'icon',
109
109
  iconDisplace: 'size',
110
110
  iconSize: 'size',
111
- iconSpace: 'integer'
111
+ iconSpace: 'integer',
112
+ textLine: 'textLine'
112
113
  },
113
114
  CheckboxGroup: { space: 'integer', fieldSpace: 'integer' },
114
115
  Divider: { width: 'size', color: 'color' },
@@ -159,14 +160,20 @@ module.exports = {
159
160
  iconGap: 'size'
160
161
  },
161
162
  HorizontalScrollButton: {
162
- borderRadius: 'radius',
163
163
  backgroundColor: 'color',
164
+ borderRadius: 'radius',
164
165
  borderColor: 'color',
165
166
  borderWidth: 'border',
166
- padding: 'size',
167
- shadow: 'shadow',
167
+ iconColor: 'color',
168
168
  iconSize: 'size',
169
- iconColor: 'color'
169
+ iconScale: 'iconScale',
170
+ iconTranslateX: 'size',
171
+ iconTranslateY: 'size',
172
+ outerBorderWidth: 'border',
173
+ outerBorderColor: 'color',
174
+ outerBorderGap: 'size',
175
+ padding: 'size',
176
+ shadow: 'shadow'
170
177
  },
171
178
  Icon: { size: 'size', color: 'color', scale: 'integer', translateX: 'size', translateY: 'size' },
172
179
  InputLabel: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "1.2.1",
3
+ "version": "1.4.0",
4
4
  "description": "Theme token schema",
5
5
  "keywords": [
6
6
  "system"
@@ -26,6 +26,6 @@
26
26
  "skip": true
27
27
  },
28
28
  "dependencies": {
29
- "@telus-uds/system-constants": "^1.0.1"
29
+ "@telus-uds/system-constants": "^1.0.2"
30
30
  }
31
31
  }
@@ -1,7 +0,0 @@
1
- {
2
- "previousReleaseTag": "@telus-uds/system-theme-tokens/v1.2.0",
3
- "changelog": "### [1.2.1](https://github.com/telus/universal-design-system/compare/@telus-uds/system-theme-tokens/v1.2.0...@telus-uds/system-theme-tokens/v1.2.1) (2022-03-21)\n",
4
- "releaseTag": "@telus-uds/system-theme-tokens/v1.2.1",
5
- "newVersion": "1.2.1",
6
- "packageName": "@telus-uds/system-theme-tokens"
7
- }