@telus-uds/theme-allium 3.11.0 → 3.11.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 +708 -708
- package/build/android/theme.json +3 -3
- package/build/ios/schema.json +708 -708
- package/build/ios/theme.json +3 -3
- package/build/rn/schema.json +708 -708
- package/build/rn/theme.js +2 -2
- package/package.json +3 -3
- package/theme.json +1 -1
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Wed,
|
|
4
|
+
* Generated on Wed, 28 Dec 2022 20:54:16 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1272,7 +1272,7 @@ module.exports = {
|
|
|
1272
1272
|
{ if: { color: 'success' }, tokens: { color: '#66cc00' } },
|
|
1273
1273
|
{ if: { color: 'danger' }, tokens: { color: '#c12335' } },
|
|
1274
1274
|
{ if: { color: 'warning' }, tokens: { color: '#b4872c' } },
|
|
1275
|
-
{ if: { color: 'inverse' }, tokens: { color: '#
|
|
1275
|
+
{ if: { color: 'inverse' }, tokens: { color: '#ffffff' } },
|
|
1276
1276
|
{ if: { size: 'extraLarge' }, tokens: { size: 48 } },
|
|
1277
1277
|
{ if: { rank: 'primary' }, tokens: { color: '#4b286d' } }
|
|
1278
1278
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.1",
|
|
4
4
|
"description": "Allium theme",
|
|
5
5
|
"author": "TELUS Digital",
|
|
6
6
|
"homepage": "https://github.com/telus/allium-design-system#readme",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"main": "build/rn/theme.js",
|
|
9
9
|
"dependencies": {},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@telus-uds/palette-allium": "^2.9.
|
|
11
|
+
"@telus-uds/palette-allium": "^2.9.1",
|
|
12
12
|
"@telus-uds/system-theme-tokens": "^2.9.0",
|
|
13
13
|
"@telus-uds/system-tokens": "^0.6.1"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^2.9.
|
|
16
|
+
"@telus-uds/palette-allium": "^2.9.1"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|