@telus-uds/themes-community.theme-allium 2.0.4 → 3.0.1
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 +1108 -1048
- package/build/android/theme.json +1 -1
- package/build/ios/schema.json +1108 -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 +1108 -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 +1108 -1048
- package/build/web/theme.js +2 -2
- package/package.json +3 -11
package/build/ios/theme.json
CHANGED
package/build/rn/ContentCard.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Mon, 10 Feb 2025 17:29:32 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
module.exports = {
|
|
10
11
|
appearances: {
|
|
11
12
|
focus: { type: 'state', values: [ true, false ] },
|
|
12
13
|
hover: { type: 'state', values: [ true, false ] },
|
|
@@ -43,4 +44,3 @@ const theme = {
|
|
|
43
44
|
shadow: null
|
|
44
45
|
}
|
|
45
46
|
}
|
|
46
|
-
export default theme
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Mon, 10 Feb 2025 17:29:32 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
const PaletteIconLinkExternal = require('@telus-uds/palette-allium/build/rn/icons/LinkExternal')
|
|
9
|
+
|
|
10
|
+
module.exports = {
|
|
10
11
|
appearances: {
|
|
11
12
|
focus: {
|
|
12
13
|
description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
|
|
@@ -77,4 +78,3 @@ const theme = {
|
|
|
77
78
|
textLineStyle: 'solid'
|
|
78
79
|
}
|
|
79
80
|
}
|
|
80
|
-
export default theme
|