@telus-uds/system-theme-tokens 1.2.0 → 1.3.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,41 @@
1
+ {
2
+ "name": "@telus-uds/system-theme-tokens",
3
+ "entries": [
4
+ {
5
+ "date": "Fri, 01 Apr 2022 14:15:14 GMT",
6
+ "tag": "@telus-uds/system-theme-tokens_v1.3.0",
7
+ "version": "1.3.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "rus.brn@gmail.com",
12
+ "package": "@telus-uds/system-theme-tokens",
13
+ "commit": "05e43b4642997ec461094b5d8a439bfef1abaab8",
14
+ "comment": "fix: add text line token to the ChevronLink"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 30 Mar 2022 09:49:18 GMT",
21
+ "tag": "@telus-uds/system-theme-tokens_v1.2.2",
22
+ "version": "1.2.2",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "cody.zuschlag@nearform.com",
27
+ "package": "@telus-uds/system-theme-tokens",
28
+ "commit": "cdbb7a9be4572e4a3650b917a80bb6f0f57a471e",
29
+ "comment": "post monorepo reorganization release"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@telus-uds/system-theme-tokens",
34
+ "comment": "Bump @telus-uds/system-constants to v1.0.2",
35
+ "commit": "cdbb7a9be4572e4a3650b917a80bb6f0f57a471e"
36
+ }
37
+ ]
38
+ }
39
+ }
40
+ ]
41
+ }
package/CHANGELOG.md CHANGED
@@ -1,6 +1,25 @@
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 Fri, 01 Apr 2022 14:15:14 GMT and should not be manually modified.
4
+
5
+ <!-- Start content -->
6
+
7
+ ## 1.3.0
8
+
9
+ Fri, 01 Apr 2022 14:15:14 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - fix: add text line token to the ChevronLink (rus.brn@gmail.com)
14
+
15
+ ## 1.2.2
16
+
17
+ Wed, 30 Mar 2022 09:49:18 GMT
18
+
19
+ ### Patches
20
+
21
+ - post monorepo reorganization release (cody.zuschlag@nearform.com)
22
+ - Bump @telus-uds/system-constants to v1.0.2
4
23
 
5
24
  ## [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)
6
25
 
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' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Theme token schema",
5
5
  "keywords": [
6
6
  "system"
@@ -13,9 +13,7 @@
13
13
  "url": "git+https://github.com/telus/universal-design-system.git"
14
14
  },
15
15
  "scripts": {
16
- "test": "jest",
17
16
  "release": "standard-version",
18
- "build": "echo 'Empty build script, refer to root README for why this exists...'",
19
17
  "lint": "telus-standard --verbose",
20
18
  "lint:fix": "telus-standard --verbose --fix",
21
19
  "format": "prettier --write ."
@@ -28,6 +26,6 @@
28
26
  "skip": true
29
27
  },
30
28
  "dependencies": {
31
- "@telus-uds/system-constants": "^1.0.1-prerelease.0"
29
+ "@telus-uds/system-constants": "^1.0.2"
32
30
  }
33
31
  }
package/.ultra.cache.json DELETED
@@ -1 +0,0 @@
1
- {"files":{"CHANGELOG.md":"d94f7f5f1c65e0b66babfd0bb2f1be415b508419","appearances.js":"88e3931ba20e94df0d8bdcd06a65e6e92a26cc3c","components.js":"f49336b9a28c117a5719654f8f2e10cb9464777d","index.js":"86648534105a25ec61f3b0d8f3603a9d6333a679","package.json":"41beea058bf70206b49eef4daa1c0a32e5966810"},"deps":{"@telus-uds/system-constants":1646240150512.9355}}
@@ -1,7 +0,0 @@
1
- {
2
- "previousReleaseTag": "@telus-uds/system-theme-tokens/v1.1.0",
3
- "changelog": "## [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)\n\n\n### Features\n\n* **components-base:** add ToggleSwitchGroup ([#1307](https://github.com/telus/universal-design-system/issues/1307)) ([402630a](https://github.com/telus/universal-design-system/commit/402630ad04c2d81c4f882fed564cf4ae33096cea))\n",
4
- "releaseTag": "@telus-uds/system-theme-tokens/v1.2.0",
5
- "newVersion": "1.2.0",
6
- "packageName": "@telus-uds/system-theme-tokens"
7
- }