@telus-uds/system-theme-tokens 2.45.0 → 2.46.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/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @telus-uds/system-theme-tokens
2
2
 
3
- This log was last generated on Wed, 15 Nov 2023 18:34:44 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 18 Nov 2023 02:25:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.46.0
8
+
9
+ Sat, 18 Nov 2023 02:25:11 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - incorrect schema on notification fixed (srikanthkhari@gmail.com)
14
+
7
15
  ## 2.45.0
8
16
 
9
- Wed, 15 Nov 2023 18:34:44 GMT
17
+ Wed, 15 Nov 2023 18:45:58 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/appearances.js CHANGED
@@ -183,10 +183,6 @@ module.exports = {
183
183
  system: {
184
184
  values: [true],
185
185
  type: 'state'
186
- },
187
- style: {
188
- values: ['success', 'warning', 'error'],
189
- type: 'state'
190
186
  }
191
187
  },
192
188
  PaginationPageButton: { focus, hover, pressed, selected },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "2.45.0",
3
+ "version": "2.46.0",
4
4
  "description": "Theme token schema for UDS",
5
5
  "keywords": [
6
6
  "system"