@telus-uds/system-theme-tokens 1.3.0 → 2.0.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/.turbo/turbo-lint.log +3 -0
- package/CHANGELOG.json +62 -1
- package/CHANGELOG.md +26 -2
- package/components.js +14 -5
- package/package.json +3 -4
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
[32m@telus-uds/system-theme-tokens:lint: [0mcache hit, replaying output [2m49bb7a19e6bb87df[0m
|
|
2
|
+
[32m@telus-uds/system-theme-tokens:lint: [0m[2K[1G[2m$ yarn --cwd ../.. lint:path --color packages/system-theme-tokens[22m
|
|
3
|
+
[32m@telus-uds/system-theme-tokens:lint: [0m[2K[1G[2m$ eslint --ignore-path .gitignore --ext .js,.jsx,.mjs,.cjs --color packages/system-theme-tokens[22m
|
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,68 @@
|
|
|
2
2
|
"name": "@telus-uds/system-theme-tokens",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Fri,
|
|
5
|
+
"date": "Fri, 03 Jun 2022 17:26:30 GMT",
|
|
6
|
+
"tag": "@telus-uds/system-theme-tokens_v2.0.0",
|
|
7
|
+
"version": "2.0.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "cody.zuschlag@nearform.com",
|
|
12
|
+
"package": "@telus-uds/system-theme-tokens",
|
|
13
|
+
"commit": "9606e7f5824d2aa248e2af9ab770bfcce07b51b7",
|
|
14
|
+
"comment": "cleanup all mention of standard-version and conventional-commits"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"major": [
|
|
18
|
+
{
|
|
19
|
+
"author": "alan.slater@nearform.com",
|
|
20
|
+
"package": "@telus-uds/system-theme-tokens",
|
|
21
|
+
"commit": "9606e7f5824d2aa248e2af9ab770bfcce07b51b7",
|
|
22
|
+
"comment": "Add fieldSpace to ButtonGroup and ToggleSwitchGroup"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"date": "Thu, 28 Apr 2022 15:40:29 GMT",
|
|
29
|
+
"tag": "@telus-uds/system-theme-tokens_v1.5.0",
|
|
30
|
+
"version": "1.5.0",
|
|
31
|
+
"comments": {
|
|
32
|
+
"none": [
|
|
33
|
+
{
|
|
34
|
+
"author": "cody.zuschlag@nearform.com",
|
|
35
|
+
"package": "@telus-uds/system-theme-tokens",
|
|
36
|
+
"commit": "3db648cd2964f06f91e5d34140cb9f44ede740d5",
|
|
37
|
+
"comment": "improve linting"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"minor": [
|
|
41
|
+
{
|
|
42
|
+
"author": "eugene@michasiw.com",
|
|
43
|
+
"package": "@telus-uds/system-theme-tokens",
|
|
44
|
+
"commit": "3db648cd2964f06f91e5d34140cb9f44ede740d5",
|
|
45
|
+
"comment": "add closePadding token to Modal"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"date": "Thu, 07 Apr 2022 20:33:56 GMT",
|
|
52
|
+
"tag": "@telus-uds/system-theme-tokens_v1.4.0",
|
|
53
|
+
"version": "1.4.0",
|
|
54
|
+
"comments": {
|
|
55
|
+
"minor": [
|
|
56
|
+
{
|
|
57
|
+
"author": "ruslan.bredikhin@nearform.com",
|
|
58
|
+
"package": "@telus-uds/system-theme-tokens",
|
|
59
|
+
"commit": "63472330f9144ba99c34c7524dcc2d2f4f716e69",
|
|
60
|
+
"comment": "feat: complete the HorizontalScrollButton tokens to match IconButton"
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"date": "Fri, 01 Apr 2022 14:15:21 GMT",
|
|
6
67
|
"tag": "@telus-uds/system-theme-tokens_v1.3.0",
|
|
7
68
|
"version": "1.3.0",
|
|
8
69
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,36 @@
|
|
|
1
1
|
# Change Log - @telus-uds/system-theme-tokens
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 03 Jun 2022 17:26:30 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.0.0
|
|
8
|
+
|
|
9
|
+
Fri, 03 Jun 2022 17:26:30 GMT
|
|
10
|
+
|
|
11
|
+
### Major changes
|
|
12
|
+
|
|
13
|
+
- Add fieldSpace to ButtonGroup and ToggleSwitchGroup (alan.slater@nearform.com)
|
|
14
|
+
|
|
15
|
+
## 1.5.0
|
|
16
|
+
|
|
17
|
+
Thu, 28 Apr 2022 15:40:29 GMT
|
|
18
|
+
|
|
19
|
+
### Minor changes
|
|
20
|
+
|
|
21
|
+
- add closePadding token to Modal (eugene@michasiw.com)
|
|
22
|
+
|
|
23
|
+
## 1.4.0
|
|
24
|
+
|
|
25
|
+
Thu, 07 Apr 2022 20:33:56 GMT
|
|
26
|
+
|
|
27
|
+
### Minor changes
|
|
28
|
+
|
|
29
|
+
- feat: complete the HorizontalScrollButton tokens to match IconButton (ruslan.bredikhin@nearform.com)
|
|
30
|
+
|
|
7
31
|
## 1.3.0
|
|
8
32
|
|
|
9
|
-
Fri, 01 Apr 2022 14:15:
|
|
33
|
+
Fri, 01 Apr 2022 14:15:21 GMT
|
|
10
34
|
|
|
11
35
|
### Minor changes
|
|
12
36
|
|
package/components.js
CHANGED
|
@@ -32,6 +32,7 @@ module.exports = {
|
|
|
32
32
|
},
|
|
33
33
|
ButtonGroup: {
|
|
34
34
|
space: 'integer',
|
|
35
|
+
fieldSpace: 'integer',
|
|
35
36
|
direction: 'direction',
|
|
36
37
|
alignItems: 'flexAlign',
|
|
37
38
|
justifyContent: 'flexJustifyContent',
|
|
@@ -160,14 +161,20 @@ module.exports = {
|
|
|
160
161
|
iconGap: 'size'
|
|
161
162
|
},
|
|
162
163
|
HorizontalScrollButton: {
|
|
163
|
-
borderRadius: 'radius',
|
|
164
164
|
backgroundColor: 'color',
|
|
165
|
+
borderRadius: 'radius',
|
|
165
166
|
borderColor: 'color',
|
|
166
167
|
borderWidth: 'border',
|
|
167
|
-
|
|
168
|
-
shadow: 'shadow',
|
|
168
|
+
iconColor: 'color',
|
|
169
169
|
iconSize: 'size',
|
|
170
|
-
|
|
170
|
+
iconScale: 'iconScale',
|
|
171
|
+
iconTranslateX: 'size',
|
|
172
|
+
iconTranslateY: 'size',
|
|
173
|
+
outerBorderWidth: 'border',
|
|
174
|
+
outerBorderColor: 'color',
|
|
175
|
+
outerBorderGap: 'size',
|
|
176
|
+
padding: 'size',
|
|
177
|
+
shadow: 'shadow'
|
|
171
178
|
},
|
|
172
179
|
Icon: { size: 'size', color: 'color', scale: 'integer', translateX: 'size', translateY: 'size' },
|
|
173
180
|
InputLabel: {
|
|
@@ -257,7 +264,8 @@ module.exports = {
|
|
|
257
264
|
paddingBottom: 'size',
|
|
258
265
|
closeIcon: 'icon',
|
|
259
266
|
closeIconColor: 'color',
|
|
260
|
-
closeIconSize: 'size'
|
|
267
|
+
closeIconSize: 'size',
|
|
268
|
+
closePadding: 'size'
|
|
261
269
|
},
|
|
262
270
|
Notification: {
|
|
263
271
|
backgroundColor: 'color',
|
|
@@ -726,6 +734,7 @@ module.exports = {
|
|
|
726
734
|
},
|
|
727
735
|
ToggleSwitchGroup: {
|
|
728
736
|
space: 'integer',
|
|
737
|
+
fieldSpace: 'integer',
|
|
729
738
|
direction: 'direction',
|
|
730
739
|
alignItems: 'flexAlign',
|
|
731
740
|
justifyContent: 'flexJustifyContent',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/system-theme-tokens",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Theme token schema",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"system"
|
|
@@ -13,9 +13,8 @@
|
|
|
13
13
|
"url": "git+https://github.com/telus/universal-design-system.git"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
|
-
"
|
|
17
|
-
"lint": "
|
|
18
|
-
"lint:fix": "telus-standard --verbose --fix",
|
|
16
|
+
"lint": "yarn --cwd ../.. lint:path --color packages/system-theme-tokens",
|
|
17
|
+
"lint:fix": "yarn --cwd ../.. lint:path --fix packages/system-theme-tokens",
|
|
19
18
|
"format": "prettier --write ."
|
|
20
19
|
},
|
|
21
20
|
"bugs": {
|