@telus-uds/themes-community.theme-allium 2.0.4 → 3.0.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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 10 Jan 2025 21:40:22 GMT
4
+ * Generated on Fri, 31 Jan 2025 20:48:10 GMT
5
5
  *
6
6
  */
7
7
 
@@ -122,7 +122,7 @@ const theme = {
122
122
  },
123
123
  metadata: {
124
124
  name: 'themes-community.theme-allium',
125
- themeTokensVersion: '3.3.0'
125
+ themeTokensVersion: '4.0.0'
126
126
  }
127
127
  }
128
128
  export default theme
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "author": "TELUS Digital",
3
- "type": "module",
4
3
  "bugs": {
5
4
  "url": "https://github.com/telus/universal-design-system/issues"
6
5
  },
7
6
  "description": "Sample theme",
8
7
  "devDependencies": {
9
8
  "@telus-uds/palette-allium": "*",
10
- "@telus-uds/system-theme-tokens": "^3.3.0"
9
+ "@telus-uds/system-theme-tokens": "^4.0.0"
11
10
  },
12
11
  "files": [
13
12
  "build",
@@ -16,14 +15,7 @@
16
15
  "homepage": "https://github.com/telus/universal-design-system#readme",
17
16
  "license": "MIT",
18
17
  "main": "build/rn/theme.js",
19
- "exports": {
20
- ".": {
21
- "import": "./build/rn/theme.js",
22
- "default": "./build/rn/theme.js"
23
- },
24
- "./package.json": "./package.json",
25
- "./build/*": "./build/*"
26
- },
18
+ "module": "build/web/index.js",
27
19
  "name": "@telus-uds/themes-community.theme-allium",
28
20
  "repository": {
29
21
  "type": "git",
@@ -34,5 +26,5 @@
34
26
  "build": "UDS_PALETTE=@telus-uds/palette-allium system-tokens-build-subtheme",
35
27
  "dev": "nodemon -w src -x 'npm run build'"
36
28
  },
37
- "version": "2.0.4"
29
+ "version": "3.0.0"
38
30
  }