@telus-uds/theme-public-mobile 1.0.2 → 1.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/build/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 24 Mar 2022 09:26:56 GMT
4
+ * Generated on Mon, 04 Apr 2022 12:47:39 GMT
5
5
  *
6
6
  */
7
7
 
@@ -339,7 +339,8 @@ module.exports = {
339
339
  iconSize: 24,
340
340
  iconSpace: 0,
341
341
  leftIcon: null,
342
- rightIcon: null
342
+ rightIcon: null,
343
+ textLine: 'none'
343
344
  }
344
345
  },
345
346
  Divider: {
@@ -2180,5 +2181,5 @@ module.exports = {
2180
2181
  tokens: { size: 90 }
2181
2182
  }
2182
2183
  },
2183
- metadata: { name: 'theme-public-mobile', themeTokensVersion: '1.2.1' }
2184
+ metadata: { name: 'theme-public-mobile', themeTokensVersion: '1.3.0' }
2184
2185
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-public-mobile",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "description": "Public Mobile theme",
5
5
  "keywords": [
6
6
  "public mobile"
7
7
  ],
8
8
  "author": "TELUS Digital",
9
- "homepage": "https://github.com/telus/universal-design-system#readme",
9
+ "homepage": "https://github.com/telus/public-mobile-design-system#readme",
10
10
  "license": "UNLICENSED",
11
11
  "main": "build/theme.js",
12
12
  "files": [
@@ -15,23 +15,21 @@
15
15
  ],
16
16
  "dependencies": {},
17
17
  "devDependencies": {
18
- "@telus-uds/palette-public-mobile": "^0.1.0",
19
- "@telus-uds/system-theme-tokens": "^1.2.1",
20
- "@telus-uds/system-tokens": "^0.0.1"
18
+ "@telus-uds/palette-public-mobile": "^0.1.2",
19
+ "@telus-uds/system-theme-tokens": "^1.3.0"
21
20
  },
22
21
  "peerDependencies": {
23
- "@telus-uds/palette-public-mobile": "^0.1.0"
22
+ "@telus-uds/palette-public-mobile": "^0.1.2"
24
23
  },
25
24
  "repository": {
26
25
  "type": "git",
27
- "url": "git+https://github.com/telus/universal-design-system.git"
26
+ "url": "git+https://github.com/telus/public-mobile-design-system.git"
28
27
  },
29
28
  "scripts": {
30
- "release": "standard-version",
31
29
  "build": "UDS_PALETTE=@telus-uds/palette-public-mobile system-tokens-build-theme",
32
- "dev": "nodemon -w src -x 'yarn build'"
30
+ "dev": "nodemon -w src -x 'npm run build'"
33
31
  },
34
32
  "bugs": {
35
- "url": "https://github.com/telus/universal-design-system/issues"
33
+ "url": "https://github.com/telus/public-mobile-design-system/issues"
36
34
  }
37
35
  }
package/theme.json CHANGED
@@ -326,7 +326,8 @@
326
326
  "iconSize": "{palette.size.size24}",
327
327
  "iconSpace": "{system.integer.0}",
328
328
  "leftIcon": "{system.icon.none}",
329
- "rightIcon": "{system.icon.none}"
329
+ "rightIcon": "{system.icon.none}",
330
+ "textLine": "{system.textLine.none}"
330
331
  }
331
332
  },
332
333
  "Divider": {
package/CHANGELOG.json DELETED
@@ -1,20 +0,0 @@
1
- {
2
- "name": "@telus-uds/theme-public-mobile",
3
- "entries": [
4
- {
5
- "date": "Thu, 24 Mar 2022 09:29:38 GMT",
6
- "tag": "@telus-uds/theme-public-mobile_v1.0.2",
7
- "version": "1.0.2",
8
- "comments": {
9
- "patch": [
10
- {
11
- "author": "beachball",
12
- "package": "@telus-uds/theme-public-mobile",
13
- "comment": "Bump @telus-uds/palette-public-mobile to v0.1.0",
14
- "commit": "23690c54c3ce128b832629198b92ddb9825d2005"
15
- }
16
- ]
17
- }
18
- }
19
- ]
20
- }