@telus-uds/system-theme-tokens 4.7.0 → 4.8.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 Tue, 10 Jun 2025 20:18:03 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 24 Jun 2025 18:53:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 4.8.0
8
+
9
+ Tue, 24 Jun 2025 18:53:53 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `Button`: new token `flex` added (35577399+JoshHC@users.noreply.github.com)
14
+
7
15
  ## 4.7.0
8
16
 
9
- Tue, 10 Jun 2025 20:18:03 GMT
17
+ Tue, 10 Jun 2025 20:25:05 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
@@ -491,6 +491,7 @@ var _default = exports.default = {
491
491
  width: 'size',
492
492
  height: 'size',
493
493
  minWidth: 'size',
494
+ flex: 'integer',
494
495
  iconSize: 'size',
495
496
  iconSpace: 'integer',
496
497
  icon: 'icon',
@@ -485,6 +485,7 @@ export default {
485
485
  width: 'size',
486
486
  height: 'size',
487
487
  minWidth: 'size',
488
+ flex: 'integer',
488
489
  iconSize: 'size',
489
490
  iconSpace: 'integer',
490
491
  icon: 'icon',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "4.7.0",
3
+ "version": "4.8.0",
4
4
  "description": "Theme token schema for UDS",
5
5
  "keywords": [
6
6
  "system"
package/src/components.js CHANGED
@@ -484,6 +484,7 @@ export default {
484
484
  width: 'size',
485
485
  height: 'size',
486
486
  minWidth: 'size',
487
+ flex: 'integer',
487
488
  iconSize: 'size',
488
489
  iconSpace: 'integer',
489
490
  icon: 'icon',