@telus-uds/theme-allium 4.0.0 → 4.1.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/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 02 Jun 2023 00:26:54 GMT
4
+ * Generated on Tue, 06 Jun 2023 20:36:54 GMT
5
5
  *
6
6
  */
7
7
 
@@ -659,7 +659,6 @@ module.exports = {
659
659
  }
660
660
  ],
661
661
  tokens: {
662
- alignSelf: 'flex-start',
663
662
  backgroundColor: '#ffffff',
664
663
  borderBottomWidth: 1,
665
664
  borderColor: '#2b8000',
@@ -1875,7 +1874,7 @@ module.exports = {
1875
1874
  appearances: {},
1876
1875
  rules: [],
1877
1876
  tokens: {
1878
- color: '#000000',
1877
+ color: null,
1879
1878
  fontName: 'HelveticaNow',
1880
1879
  fontWeight: '400',
1881
1880
  lineHeight: 1,
@@ -4380,10 +4379,12 @@ module.exports = {
4380
4379
  appearances: {},
4381
4380
  rules: [],
4382
4381
  tokens: {
4382
+ animationDuration: 2000,
4383
4383
  baseWidth: 40,
4384
4384
  characters: 10,
4385
4385
  color: '#b2b9bf',
4386
4386
  radius: 99999999999999,
4387
+ secondColor: '#e3e6e8',
4387
4388
  size: 3,
4388
4389
  spaceBetweenLines: 2,
4389
4390
  squareRadius: 4
@@ -5919,5 +5920,5 @@ module.exports = {
5919
5920
  tokens: { size: 96 }
5920
5921
  }
5921
5922
  },
5922
- metadata: { name: 'theme-allium', themeTokensVersion: '2.29.0' }
5923
+ metadata: { name: 'theme-allium', themeTokensVersion: '2.30.0' }
5923
5924
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-allium",
3
- "version": "4.0.0",
3
+ "version": "4.1.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.19.1",
12
- "@telus-uds/system-theme-tokens": "^2.29.0",
13
- "@telus-uds/system-tokens": "^0.7.9"
11
+ "@telus-uds/palette-allium": "^2.19.2",
12
+ "@telus-uds/system-theme-tokens": "^2.30.0",
13
+ "@telus-uds/system-tokens": "^0.7.10"
14
14
  },
15
15
  "peerDependencies": {
16
- "@telus-uds/palette-allium": "^2.19.1"
16
+ "@telus-uds/palette-allium": "^2.19.2"
17
17
  },
18
18
  "files": [
19
19
  "build",
package/theme.json CHANGED
@@ -823,7 +823,6 @@
823
823
  }
824
824
  ],
825
825
  "tokens": {
826
- "alignSelf": "{system.flexAlign.flexStart}",
827
826
  "backgroundColor": "{palette.color.white}",
828
827
  "borderBottomWidth": "{palette.border.border1}",
829
828
  "borderColor": "{palette.color.greenAccessible}",
@@ -2333,7 +2332,7 @@
2333
2332
  "appearances": {},
2334
2333
  "rules": [],
2335
2334
  "tokens": {
2336
- "color": "{palette.color.black}",
2335
+ "color": "{system.color.none}",
2337
2336
  "fontName": "{palette.fontName.HelveticaNow}",
2338
2337
  "fontWeight": "{palette.fontWeight.weight400}",
2339
2338
  "lineHeight": "{palette.lineHeight.ratio1to1}",
@@ -5337,10 +5336,12 @@
5337
5336
  "appearances": {},
5338
5337
  "rules": [],
5339
5338
  "tokens": {
5339
+ "animationDuration": "{system.integer.2000}",
5340
5340
  "baseWidth": "{palette.size.size40}",
5341
5341
  "characters": "{palette.size.size10}",
5342
5342
  "color": "{palette.color.greyCloud}",
5343
5343
  "radius": "{system.radius.round}",
5344
+ "secondColor": "{palette.color.greyMystic}",
5344
5345
  "size": "{palette.size.size3}",
5345
5346
  "spaceBetweenLines": "{palette.size.size2}",
5346
5347
  "squareRadius": "{palette.radius.radius4}"