@telus-uds/theme-allium 4.9.0 → 4.10.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, 14 Jul 2023 19:37:28 GMT
4
+ * Generated on Fri, 21 Jul 2023 00:41:47 GMT
5
5
  *
6
6
  */
7
7
 
@@ -198,6 +198,7 @@ module.exports = {
198
198
  appearances: {
199
199
  background: {
200
200
  description: 'Background colour of box. Transparent if not specified.',
201
+ type: 'variant',
201
202
  values: [
202
203
  'lightest', 'lighter',
203
204
  'light', 'dark',
@@ -1929,7 +1930,7 @@ module.exports = {
1929
1930
  borderRadius: 4,
1930
1931
  borderWidth: 1,
1931
1932
  color: '#2c2e30',
1932
- contentFontSize: 14,
1933
+ contentFontSize: 16,
1933
1934
  fontName: 'HelveticaNow',
1934
1935
  fontWeight: '400',
1935
1936
  icon: null,
@@ -2396,7 +2397,7 @@ module.exports = {
2396
2397
  borderTopRightRadius: null,
2397
2398
  borderTopWidth: null,
2398
2399
  borderWidth: 1,
2399
- icon: null,
2400
+ icon: PaletteIconAdd,
2400
2401
  iconColor: '#676e73',
2401
2402
  iconScale: 1,
2402
2403
  iconSize: 16,
@@ -5773,7 +5774,8 @@ module.exports = {
5773
5774
  chevronlinkFontName: 'HelveticaNow',
5774
5775
  chevronlinkFontWeight: '400',
5775
5776
  containerBackgroundColor: '#4b286d',
5776
- containerGap: 10
5777
+ containerGap: 10,
5778
+ padding: 16
5777
5779
  }
5778
5780
  },
5779
5781
  ToggleSwitch: {
@@ -6617,5 +6619,5 @@ module.exports = {
6617
6619
  tokens: { size: 96 }
6618
6620
  }
6619
6621
  },
6620
- metadata: { name: 'theme-allium', themeTokensVersion: '2.38.0' }
6622
+ metadata: { name: 'theme-allium', themeTokensVersion: '2.39.0' }
6621
6623
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-allium",
3
- "version": "4.9.0",
3
+ "version": "4.10.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.24.1",
12
- "@telus-uds/system-theme-tokens": "^2.38.0",
13
- "@telus-uds/system-tokens": "^0.7.18"
11
+ "@telus-uds/palette-allium": "^2.24.2",
12
+ "@telus-uds/system-theme-tokens": "^2.39.0",
13
+ "@telus-uds/system-tokens": "^0.7.19"
14
14
  },
15
15
  "peerDependencies": {
16
- "@telus-uds/palette-allium": "^2.24.1"
16
+ "@telus-uds/palette-allium": "^2.24.2"
17
17
  },
18
18
  "files": [
19
19
  "build",
package/theme.json CHANGED
@@ -169,6 +169,7 @@
169
169
  "appearances": {
170
170
  "background": {
171
171
  "description": "Background colour of box. Transparent if not specified.",
172
+ "type": "variant",
172
173
  "values": [
173
174
  "lightest",
174
175
  "lighter",
@@ -2416,7 +2417,7 @@
2416
2417
  "borderRadius": "{palette.radius.radius4}",
2417
2418
  "borderWidth": "{palette.border.border1}",
2418
2419
  "color": "{palette.color.greyThunder}",
2419
- "contentFontSize": "{palette.fontSize.size14}",
2420
+ "contentFontSize": "{palette.fontSize.size16}",
2420
2421
  "fontName": "{palette.fontName.HelveticaNow}",
2421
2422
  "fontWeight": "{palette.fontWeight.weight400}",
2422
2423
  "icon": "{system.icon.none}",
@@ -3127,7 +3128,7 @@
3127
3128
  "borderTopRightRadius": "{system.radius.none}",
3128
3129
  "borderTopWidth": "{system.border.none}",
3129
3130
  "borderWidth": "{palette.border.border1}",
3130
- "icon": "{system.icon.none}",
3131
+ "icon": "{palette.icon.Add}",
3131
3132
  "iconColor": "{palette.color.greyShuttle}",
3132
3133
  "iconScale": "{system.iconScale.scale1}",
3133
3134
  "iconSize": "{palette.size.size16}",
@@ -6939,7 +6940,8 @@
6939
6940
  "chevronlinkFontName": "{palette.fontName.HelveticaNow}",
6940
6941
  "chevronlinkFontWeight": "{palette.fontWeight.weight400}",
6941
6942
  "containerBackgroundColor": "{palette.color.purpleTelus}",
6942
- "containerGap": "{palette.size.size10}"
6943
+ "containerGap": "{palette.size.size10}",
6944
+ "padding": "{palette.size.size16}"
6943
6945
  }
6944
6946
  },
6945
6947
  "ToggleSwitch": {