@telus-uds/theme-allium 3.29.1 → 3.30.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/schema.json +909 -902
- package/build/android/theme.json +2 -1
- package/build/ios/schema.json +909 -902
- package/build/ios/theme.json +2 -1
- package/build/rn/schema.json +909 -902
- package/build/rn/theme.js +12 -3
- package/package.json +5 -5
- package/theme.json +5 -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, 24 May 2023
|
|
4
|
+
* Generated on Wed, 24 May 2023 23:39:31 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -425,7 +425,15 @@ module.exports = {
|
|
|
425
425
|
}
|
|
426
426
|
},
|
|
427
427
|
rules: [
|
|
428
|
-
{
|
|
428
|
+
{
|
|
429
|
+
if: { hover: true },
|
|
430
|
+
tokens: {
|
|
431
|
+
borderBottomWidth: 3,
|
|
432
|
+
borderLeftWidth: 3,
|
|
433
|
+
borderRightWidth: 3,
|
|
434
|
+
borderTopWidth: 3
|
|
435
|
+
}
|
|
436
|
+
},
|
|
429
437
|
{
|
|
430
438
|
if: { priority: 'high' },
|
|
431
439
|
tokens: {
|
|
@@ -4479,6 +4487,7 @@ module.exports = {
|
|
|
4479
4487
|
cellBoxShadowColor: '#e3e6e8',
|
|
4480
4488
|
cellHeadingBackground: '#f4f4f7',
|
|
4481
4489
|
cellHeadingBoxShadowColor: '#b2b9bf',
|
|
4490
|
+
cellMinWidth: 0,
|
|
4482
4491
|
cellPaddingBottom: 16,
|
|
4483
4492
|
cellPaddingLeft: 16,
|
|
4484
4493
|
cellPaddingRight: 16,
|
|
@@ -5730,5 +5739,5 @@ module.exports = {
|
|
|
5730
5739
|
tokens: { size: 96 }
|
|
5731
5740
|
}
|
|
5732
5741
|
},
|
|
5733
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
5742
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.27.0' }
|
|
5734
5743
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.30.0",
|
|
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.18.
|
|
12
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
13
|
-
"@telus-uds/system-tokens": "^0.7.
|
|
11
|
+
"@telus-uds/palette-allium": "^2.18.2",
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^2.27.0",
|
|
13
|
+
"@telus-uds/system-tokens": "^0.7.7"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^2.18.
|
|
16
|
+
"@telus-uds/palette-allium": "^2.18.2"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|
package/theme.json
CHANGED
|
@@ -414,7 +414,10 @@
|
|
|
414
414
|
"hover": true
|
|
415
415
|
},
|
|
416
416
|
"tokens": {
|
|
417
|
-
"
|
|
417
|
+
"borderBottomWidth": "{palette.border.border3}",
|
|
418
|
+
"borderLeftWidth": "{palette.border.border3}",
|
|
419
|
+
"borderRightWidth": "{palette.border.border3}",
|
|
420
|
+
"borderTopWidth": "{palette.border.border3}"
|
|
418
421
|
}
|
|
419
422
|
},
|
|
420
423
|
{
|
|
@@ -5433,6 +5436,7 @@
|
|
|
5433
5436
|
"cellBoxShadowColor": "{palette.color.greyMystic}",
|
|
5434
5437
|
"cellHeadingBackground": "{palette.color.greyAthens}",
|
|
5435
5438
|
"cellHeadingBoxShadowColor": "{palette.color.greyCloud}",
|
|
5439
|
+
"cellMinWidth": "{palette.size.size0}",
|
|
5436
5440
|
"cellPaddingBottom": "{palette.size.size16}",
|
|
5437
5441
|
"cellPaddingLeft": "{palette.size.size16}",
|
|
5438
5442
|
"cellPaddingRight": "{palette.size.size16}",
|