@telus-uds/theme-koodo 4.12.0 → 4.12.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 Tue, 08 Aug 2023 23:49:33 GMT
4
+ * Generated on Mon, 21 Aug 2023 19:01:27 GMT
5
5
  *
6
6
  */
7
7
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "description": "Koodo theme",
7
7
  "devDependencies": {
8
- "@telus-uds/palette-koodo": "^0.24.0",
8
+ "@telus-uds/palette-koodo": "^0.25.0",
9
9
  "@telus-uds/system-theme-tokens": "^2.41.0"
10
10
  },
11
11
  "files": [
@@ -20,7 +20,7 @@
20
20
  "main": "build/rn/theme.js",
21
21
  "name": "@telus-uds/theme-koodo",
22
22
  "peerDependencies": {
23
- "@telus-uds/palette-koodo": "^0.24.0"
23
+ "@telus-uds/palette-koodo": "^0.25.0"
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": "4.12.0"
34
+ "version": "4.12.1"
35
35
  }