@telus-uds/themes-community.theme-allium 1.2.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 +0 -0
- package/build/android/theme.json +0 -0
- package/build/ios/ContentCard.json +0 -0
- package/build/ios/StickyNavigationBarTabs.json +0 -0
- package/build/ios/schema.json +0 -0
- package/build/ios/theme.json +0 -0
- package/build/rn/ContentCard.js +3 -3
- package/build/rn/StickyNavigationBarTabs.js +4 -4
- package/build/rn/schema.json +0 -0
- package/build/rn/theme.js +4 -4
- package/build/web/ContentCard.js +1 -1
- package/build/web/StickyNavigationBarTabs.js +1 -1
- package/build/web/index.js +0 -0
- package/build/web/schema.json +0 -0
- package/build/web/theme.js +1 -1
- package/package.json +11 -2
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/android/theme.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/ios/schema.json
CHANGED
|
File without changes
|
package/build/ios/theme.json
CHANGED
|
File without changes
|
package/build/rn/ContentCard.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
8
|
|
|
9
|
-
|
|
10
|
-
module.exports = {
|
|
9
|
+
const theme = {
|
|
11
10
|
appearances: {
|
|
12
11
|
focus: { type: 'state', values: [ true, false ] },
|
|
13
12
|
hover: { type: 'state', values: [ true, false ] },
|
|
@@ -44,3 +43,4 @@ module.exports = {
|
|
|
44
43
|
shadow: null
|
|
45
44
|
}
|
|
46
45
|
}
|
|
46
|
+
export default theme
|
|
@@ -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
|
appearances: {
|
|
12
11
|
focus: {
|
|
13
12
|
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.",
|
|
@@ -78,3 +77,4 @@ module.exports = {
|
|
|
78
77
|
textLineStyle: 'solid'
|
|
79
78
|
}
|
|
80
79
|
}
|
|
80
|
+
export default theme
|
package/build/rn/schema.json
CHANGED
|
File without changes
|
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: {
|
|
@@ -126,3 +125,4 @@ module.exports = {
|
|
|
126
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
|
File without changes
|
package/build/web/schema.json
CHANGED
|
File without changes
|
package/build/web/theme.js
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "TELUS Digital",
|
|
3
|
+
"type": "module",
|
|
3
4
|
"bugs": {
|
|
4
5
|
"url": "https://github.com/telus/universal-design-system/issues"
|
|
5
6
|
},
|
|
6
7
|
"description": "Sample theme",
|
|
7
8
|
"devDependencies": {
|
|
8
9
|
"@telus-uds/palette-allium": "*",
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^
|
|
10
|
+
"@telus-uds/system-theme-tokens": "^3.0.0"
|
|
10
11
|
},
|
|
11
12
|
"files": [
|
|
12
13
|
"build",
|
|
@@ -15,6 +16,14 @@
|
|
|
15
16
|
"homepage": "https://github.com/telus/universal-design-system#readme",
|
|
16
17
|
"license": "MIT",
|
|
17
18
|
"main": "build/rn/theme.js",
|
|
19
|
+
"exports": {
|
|
20
|
+
".": {
|
|
21
|
+
"import": "./build/rn/theme.js",
|
|
22
|
+
"default": "./build/rn/theme.js"
|
|
23
|
+
},
|
|
24
|
+
"./package.json": "./package.json",
|
|
25
|
+
"./build/*": "./build/*"
|
|
26
|
+
},
|
|
18
27
|
"name": "@telus-uds/themes-community.theme-allium",
|
|
19
28
|
"repository": {
|
|
20
29
|
"type": "git",
|
|
@@ -25,5 +34,5 @@
|
|
|
25
34
|
"build": "UDS_PALETTE=@telus-uds/palette-allium system-tokens-build-subtheme",
|
|
26
35
|
"dev": "nodemon -w src -x 'npm run build'"
|
|
27
36
|
},
|
|
28
|
-
"version": "
|
|
37
|
+
"version": "2.0.0"
|
|
29
38
|
}
|