@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.
- package/build/android/schema.json +1054 -1048
- package/build/android/theme.json +1 -1
- package/build/ios/schema.json +1054 -1048
- package/build/ios/theme.json +1 -1
- package/build/rn/ContentCard.js +3 -3
- package/build/rn/StickyNavigationBarTabs.js +4 -4
- package/build/rn/schema.json +1054 -1048
- package/build/rn/theme.js +5 -5
- package/build/web/ContentCard.js +1 -1
- package/build/web/StickyNavigationBarTabs.js +1 -1
- package/build/web/index.js +1 -1
- package/build/web/schema.json +1054 -1048
- package/build/web/theme.js +2 -2
- package/package.json +3 -11
package/build/web/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Fri,
|
|
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: '
|
|
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": "^
|
|
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
|
-
"
|
|
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": "
|
|
29
|
+
"version": "3.0.0"
|
|
38
30
|
}
|