@telus-uds/theme-allium 4.18.0 → 4.19.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 Wed, 15 Nov 2023 18:33:41 GMT
4
+ * Generated on Sat, 18 Nov 2023 02:24:15 GMT
5
5
  *
6
6
  */
7
7
 
@@ -3439,7 +3439,7 @@ module.exports = {
3439
3439
  },
3440
3440
  Notification: {
3441
3441
  appearances: {
3442
- style: { type: 'state', values: [ 'success', 'warning', 'error' ] },
3442
+ style: { type: 'variant', values: [ 'success', 'warning', 'error' ] },
3443
3443
  system: { type: 'state', values: [ true ] },
3444
3444
  viewport: {
3445
3445
  description: 'The size label for the current screen viewport based on the current screen width',
@@ -6996,5 +6996,5 @@ module.exports = {
6996
6996
  tokens: { size: 96 }
6997
6997
  }
6998
6998
  },
6999
- metadata: { name: 'theme-allium', themeTokensVersion: '2.45.0' }
6999
+ metadata: { name: 'theme-allium', themeTokensVersion: '2.46.0' }
7000
7000
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-allium",
3
- "version": "4.18.0",
3
+ "version": "4.19.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.28.0",
12
- "@telus-uds/system-theme-tokens": "^2.45.0",
13
- "@telus-uds/system-tokens": "^0.7.27"
11
+ "@telus-uds/palette-allium": "^2.28.1",
12
+ "@telus-uds/system-theme-tokens": "^2.46.0",
13
+ "@telus-uds/system-tokens": "^0.7.28"
14
14
  },
15
15
  "peerDependencies": {
16
- "@telus-uds/palette-allium": "^2.28.0"
16
+ "@telus-uds/palette-allium": "^2.28.1"
17
17
  },
18
18
  "files": [
19
19
  "build",
package/theme.json CHANGED
@@ -4382,7 +4382,10 @@
4382
4382
  },
4383
4383
  "Notification": {
4384
4384
  "appearances": {
4385
- "style": "{appearances.Notification.style}",
4385
+ "style": {
4386
+ "type": "variant",
4387
+ "values": ["success", "warning", "error"]
4388
+ },
4386
4389
  "system": "{appearances.Notification.system}",
4387
4390
  "viewport": "{appearances.system.viewport}"
4388
4391
  },