@telus-uds/system-theme-tokens 1.5.0 → 2.0.2
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 +28 -2
- package/components.js +2 -0
- package/package.json +4 -5
- package/.turbo/turbo-lint.log +0 -3
- package/CHANGELOG.json +0 -79
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,38 @@
|
|
|
1
1
|
# Change Log - @telus-uds/system-theme-tokens
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 14 Jun 2022 15:26:07 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.0.2
|
|
8
|
+
|
|
9
|
+
Tue, 14 Jun 2022 15:26:07 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- switch to npm (simon.lawrence@nearform.com)
|
|
14
|
+
- Bump @telus-uds/system-constants to v1.0.4
|
|
15
|
+
|
|
16
|
+
## 2.0.1
|
|
17
|
+
|
|
18
|
+
Tue, 07 Jun 2022 14:07:37 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- prune files included in published packages (cody.zuschlag@nearform.com)
|
|
23
|
+
- Bump @telus-uds/system-constants to v1.0.3
|
|
24
|
+
|
|
25
|
+
## 2.0.0
|
|
26
|
+
|
|
27
|
+
Fri, 03 Jun 2022 17:26:38 GMT
|
|
28
|
+
|
|
29
|
+
### Major changes
|
|
30
|
+
|
|
31
|
+
- Add fieldSpace to ButtonGroup and ToggleSwitchGroup (alan.slater@nearform.com)
|
|
32
|
+
|
|
7
33
|
## 1.5.0
|
|
8
34
|
|
|
9
|
-
Thu, 28 Apr 2022 15:40:
|
|
35
|
+
Thu, 28 Apr 2022 15:40:29 GMT
|
|
10
36
|
|
|
11
37
|
### Minor changes
|
|
12
38
|
|
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',
|
|
@@ -733,6 +734,7 @@ module.exports = {
|
|
|
733
734
|
},
|
|
734
735
|
ToggleSwitchGroup: {
|
|
735
736
|
space: 'integer',
|
|
737
|
+
fieldSpace: 'integer',
|
|
736
738
|
direction: 'direction',
|
|
737
739
|
alignItems: 'flexAlign',
|
|
738
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.2",
|
|
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": "yarn --cwd ../.. lint:path --fix packages/system-theme-tokens",
|
|
16
|
+
"lint": "npm run --prefix ../.. lint:path -- --color packages/system-theme-tokens",
|
|
17
|
+
"lint:fix": "npm run --prefix ../.. lint:path -- --fix packages/system-theme-tokens",
|
|
19
18
|
"format": "prettier --write ."
|
|
20
19
|
},
|
|
21
20
|
"bugs": {
|
|
@@ -26,6 +25,6 @@
|
|
|
26
25
|
"skip": true
|
|
27
26
|
},
|
|
28
27
|
"dependencies": {
|
|
29
|
-
"@telus-uds/system-constants": "^1.0.
|
|
28
|
+
"@telus-uds/system-constants": "^1.0.4"
|
|
30
29
|
}
|
|
31
30
|
}
|
package/.turbo/turbo-lint.log
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
[34m@telus-uds/system-theme-tokens:lint: [0mcache hit, replaying output [2mefa2fb9346c0f5d2[0m
|
|
2
|
-
[34m@telus-uds/system-theme-tokens:lint: [0m[2K[1G[2m$ yarn --cwd ../.. lint:path --color packages/system-theme-tokens[22m
|
|
3
|
-
[34m@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
DELETED
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@telus-uds/system-theme-tokens",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Thu, 28 Apr 2022 15:40:15 GMT",
|
|
6
|
-
"tag": "@telus-uds/system-theme-tokens_v1.5.0",
|
|
7
|
-
"version": "1.5.0",
|
|
8
|
-
"comments": {
|
|
9
|
-
"none": [
|
|
10
|
-
{
|
|
11
|
-
"author": "cody.zuschlag@nearform.com",
|
|
12
|
-
"package": "@telus-uds/system-theme-tokens",
|
|
13
|
-
"commit": "3db648cd2964f06f91e5d34140cb9f44ede740d5",
|
|
14
|
-
"comment": "improve linting"
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"minor": [
|
|
18
|
-
{
|
|
19
|
-
"author": "eugene@michasiw.com",
|
|
20
|
-
"package": "@telus-uds/system-theme-tokens",
|
|
21
|
-
"commit": "3db648cd2964f06f91e5d34140cb9f44ede740d5",
|
|
22
|
-
"comment": "add closePadding token to Modal"
|
|
23
|
-
}
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"date": "Thu, 07 Apr 2022 20:33:56 GMT",
|
|
29
|
-
"tag": "@telus-uds/system-theme-tokens_v1.4.0",
|
|
30
|
-
"version": "1.4.0",
|
|
31
|
-
"comments": {
|
|
32
|
-
"minor": [
|
|
33
|
-
{
|
|
34
|
-
"author": "ruslan.bredikhin@nearform.com",
|
|
35
|
-
"package": "@telus-uds/system-theme-tokens",
|
|
36
|
-
"commit": "63472330f9144ba99c34c7524dcc2d2f4f716e69",
|
|
37
|
-
"comment": "feat: complete the HorizontalScrollButton tokens to match IconButton"
|
|
38
|
-
}
|
|
39
|
-
]
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"date": "Fri, 01 Apr 2022 14:15:21 GMT",
|
|
44
|
-
"tag": "@telus-uds/system-theme-tokens_v1.3.0",
|
|
45
|
-
"version": "1.3.0",
|
|
46
|
-
"comments": {
|
|
47
|
-
"minor": [
|
|
48
|
-
{
|
|
49
|
-
"author": "rus.brn@gmail.com",
|
|
50
|
-
"package": "@telus-uds/system-theme-tokens",
|
|
51
|
-
"commit": "05e43b4642997ec461094b5d8a439bfef1abaab8",
|
|
52
|
-
"comment": "fix: add text line token to the ChevronLink"
|
|
53
|
-
}
|
|
54
|
-
]
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"date": "Wed, 30 Mar 2022 09:49:18 GMT",
|
|
59
|
-
"tag": "@telus-uds/system-theme-tokens_v1.2.2",
|
|
60
|
-
"version": "1.2.2",
|
|
61
|
-
"comments": {
|
|
62
|
-
"patch": [
|
|
63
|
-
{
|
|
64
|
-
"author": "cody.zuschlag@nearform.com",
|
|
65
|
-
"package": "@telus-uds/system-theme-tokens",
|
|
66
|
-
"commit": "cdbb7a9be4572e4a3650b917a80bb6f0f57a471e",
|
|
67
|
-
"comment": "post monorepo reorganization release"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"author": "beachball",
|
|
71
|
-
"package": "@telus-uds/system-theme-tokens",
|
|
72
|
-
"comment": "Bump @telus-uds/system-constants to v1.0.2",
|
|
73
|
-
"commit": "cdbb7a9be4572e4a3650b917a80bb6f0f57a471e"
|
|
74
|
-
}
|
|
75
|
-
]
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
]
|
|
79
|
-
}
|