@telus-uds/theme-koodo 3.28.0 → 3.28.1

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/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 19 May 2023 04:51:09 GMT
4
+ * Generated on Wed, 24 May 2023 01:35:12 GMT
5
5
  *
6
6
  */
7
7
 
@@ -5227,5 +5227,5 @@ module.exports = {
5227
5227
  tokens: { size: 96 }
5228
5228
  }
5229
5229
  },
5230
- metadata: { name: 'theme-koodo', themeTokensVersion: '2.26.0' }
5230
+ metadata: { name: 'theme-koodo', themeTokensVersion: '2.26.1' }
5231
5231
  }
package/package.json CHANGED
@@ -5,8 +5,8 @@
5
5
  },
6
6
  "description": "Koodo theme",
7
7
  "devDependencies": {
8
- "@telus-uds/palette-koodo": "^0.16.0",
9
- "@telus-uds/system-theme-tokens": "^2.26.0"
8
+ "@telus-uds/palette-koodo": "^0.16.1",
9
+ "@telus-uds/system-theme-tokens": "^2.26.1"
10
10
  },
11
11
  "files": [
12
12
  "build",
@@ -16,11 +16,11 @@
16
16
  "keywords": [
17
17
  "koodo"
18
18
  ],
19
- "license": "UNLICENSED",
19
+ "license": "MIT",
20
20
  "main": "build/rn/theme.js",
21
21
  "name": "@telus-uds/theme-koodo",
22
22
  "peerDependencies": {
23
- "@telus-uds/palette-koodo": "^0.16.0"
23
+ "@telus-uds/palette-koodo": "^0.16.1"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
@@ -31,5 +31,5 @@
31
31
  "build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
32
32
  "dev": "nodemon -w src -x 'npm run build'"
33
33
  },
34
- "version": "3.28.0"
34
+ "version": "3.28.1"
35
35
  }