@telus-uds/system-theme-tokens 2.0.0 → 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 +28 -2
- package/components.js +8 -0
- package/package.json +4 -4
- package/.turbo/turbo-lint.log +0 -3
- package/CHANGELOG.json +0 -102
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 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
|
+
|
|
15
|
+
## 2.0.2
|
|
16
|
+
|
|
17
|
+
Tue, 14 Jun 2022 15:27:31 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- switch to npm (simon.lawrence@nearform.com)
|
|
22
|
+
- Bump @telus-uds/system-constants to v1.0.4
|
|
23
|
+
|
|
24
|
+
## 2.0.1
|
|
25
|
+
|
|
26
|
+
Tue, 07 Jun 2022 14:07:37 GMT
|
|
27
|
+
|
|
28
|
+
### Patches
|
|
29
|
+
|
|
30
|
+
- prune files included in published packages (cody.zuschlag@nearform.com)
|
|
31
|
+
- Bump @telus-uds/system-constants to v1.0.3
|
|
32
|
+
|
|
7
33
|
## 2.0.0
|
|
8
34
|
|
|
9
|
-
Fri, 03 Jun 2022 17:26:
|
|
35
|
+
Fri, 03 Jun 2022 17:26:38 GMT
|
|
10
36
|
|
|
11
37
|
### Major changes
|
|
12
38
|
|
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.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Theme token schema",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"system"
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"url": "git+https://github.com/telus/universal-design-system.git"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
|
-
"lint": "
|
|
17
|
-
"lint:fix": "
|
|
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",
|
|
18
18
|
"format": "prettier --write ."
|
|
19
19
|
},
|
|
20
20
|
"bugs": {
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"skip": true
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@telus-uds/system-constants": "^1.0.
|
|
28
|
+
"@telus-uds/system-constants": "^1.0.4"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/.turbo/turbo-lint.log
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
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
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@telus-uds/system-theme-tokens",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
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",
|
|
67
|
-
"tag": "@telus-uds/system-theme-tokens_v1.3.0",
|
|
68
|
-
"version": "1.3.0",
|
|
69
|
-
"comments": {
|
|
70
|
-
"minor": [
|
|
71
|
-
{
|
|
72
|
-
"author": "rus.brn@gmail.com",
|
|
73
|
-
"package": "@telus-uds/system-theme-tokens",
|
|
74
|
-
"commit": "05e43b4642997ec461094b5d8a439bfef1abaab8",
|
|
75
|
-
"comment": "fix: add text line token to the ChevronLink"
|
|
76
|
-
}
|
|
77
|
-
]
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"date": "Wed, 30 Mar 2022 09:49:18 GMT",
|
|
82
|
-
"tag": "@telus-uds/system-theme-tokens_v1.2.2",
|
|
83
|
-
"version": "1.2.2",
|
|
84
|
-
"comments": {
|
|
85
|
-
"patch": [
|
|
86
|
-
{
|
|
87
|
-
"author": "cody.zuschlag@nearform.com",
|
|
88
|
-
"package": "@telus-uds/system-theme-tokens",
|
|
89
|
-
"commit": "cdbb7a9be4572e4a3650b917a80bb6f0f57a471e",
|
|
90
|
-
"comment": "post monorepo reorganization release"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"author": "beachball",
|
|
94
|
-
"package": "@telus-uds/system-theme-tokens",
|
|
95
|
-
"comment": "Bump @telus-uds/system-constants to v1.0.2",
|
|
96
|
-
"commit": "cdbb7a9be4572e4a3650b917a80bb6f0f57a471e"
|
|
97
|
-
}
|
|
98
|
-
]
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
]
|
|
102
|
-
}
|