@telus-uds/themes-community.theme-allium 1.1.0 → 2.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/ContentCard.json +0 -0
- package/build/android/StickyNavigationBarTabs.json +0 -0
- package/build/android/schema.json +1038 -1032
- package/build/android/theme.json +1 -1
- package/build/ios/ContentCard.json +0 -0
- package/build/ios/StickyNavigationBarTabs.json +0 -0
- package/build/ios/schema.json +1038 -1032
- 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 +1038 -1032
- 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 +1038 -1032
- package/build/web/theme.js +2 -2
- package/package.json +11 -2
package/build/rn/theme.js
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 22 Nov 2024 23:14:06 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
module.exports = {
|
|
8
|
+
import PaletteIconLinkExternal from '@telus-uds/palette-allium/build/rn/icons/LinkExternal'
|
|
9
|
+
const theme = {
|
|
11
10
|
components: {
|
|
12
11
|
ContentCard: {
|
|
13
12
|
appearances: {
|
|
@@ -123,6 +122,7 @@ module.exports = {
|
|
|
123
122
|
},
|
|
124
123
|
metadata: {
|
|
125
124
|
name: 'themes-community.theme-allium',
|
|
126
|
-
themeTokensVersion: '2.
|
|
125
|
+
themeTokensVersion: '2.66.0'
|
|
127
126
|
}
|
|
128
127
|
}
|
|
128
|
+
export default theme
|
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 StickyNavigationBarTabs } from './StickyNavigationBarTabs'
|
|
3
|
-
export const metadata = { name: 'themes-community.theme-allium', themeTokensVersion: '2.
|
|
3
|
+
export const metadata = { name: 'themes-community.theme-allium', themeTokensVersion: '2.66.0'}
|
|
4
4
|
export { default } from './theme'
|