@telus-uds/themes-community.theme-allium 0.2.2 → 0.2.3
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 +984 -978
- package/build/android/theme.json +1 -1
- package/build/ios/schema.json +984 -978
- package/build/ios/theme.json +1 -1
- package/build/rn/ContentCard.js +1 -1
- package/build/rn/StickyNavigationBar.js +1 -1
- package/build/rn/schema.json +984 -978
- package/build/rn/theme.js +2 -2
- package/build/web/ContentCard.js +1 -1
- package/build/web/StickyNavigationBar.js +1 -1
- package/build/web/index.js +1 -1
- package/build/web/schema.json +984 -978
- package/build/web/theme.js +2 -2
- package/package.json +2 -2
package/build/rn/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, 07 Jun 2024 22:34:45 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -53,6 +53,6 @@ module.exports = {
|
|
|
53
53
|
},
|
|
54
54
|
metadata: {
|
|
55
55
|
name: 'themes-community.theme-allium',
|
|
56
|
-
themeTokensVersion: '2.
|
|
56
|
+
themeTokensVersion: '2.57.0'
|
|
57
57
|
}
|
|
58
58
|
}
|
package/build/web/ContentCard.js
CHANGED
package/build/web/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { default as ContentCard } from './ContentCard'
|
|
2
2
|
export { default as StickyNavigationBar } from './StickyNavigationBar'
|
|
3
|
-
export const metadata = { name: 'themes-community.theme-allium', themeTokensVersion: '2.
|
|
3
|
+
export const metadata = { name: 'themes-community.theme-allium', themeTokensVersion: '2.57.0'}
|
|
4
4
|
export { default } from './theme'
|