@telus-uds/themes-community.theme-allium 1.1.0 → 1.2.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 +1038 -1032
- package/build/android/theme.json +1 -1
- package/build/ios/schema.json +1038 -1032
- package/build/ios/theme.json +1 -1
- package/build/rn/ContentCard.js +1 -1
- package/build/rn/StickyNavigationBarTabs.js +1 -1
- package/build/rn/schema.json +1038 -1032
- package/build/rn/theme.js +2 -2
- 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 +1038 -1032
- package/build/web/theme.js +2 -2
- package/package.json +2 -2
package/build/web/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Thu, 31 Oct 2024 05:01:23 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: '2.
|
|
125
|
+
themeTokensVersion: '2.66.0'
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
export default theme
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Sample theme",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@telus-uds/palette-allium": "*",
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.66.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"build": "UDS_PALETTE=@telus-uds/palette-allium system-tokens-build-subtheme",
|
|
26
26
|
"dev": "nodemon -w src -x 'npm run build'"
|
|
27
27
|
},
|
|
28
|
-
"version": "1.
|
|
28
|
+
"version": "1.2.0"
|
|
29
29
|
}
|