@telus-uds/system-theme-tokens 4.2.0 → 4.3.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 Fri, 14 Feb 2025 18:59:39 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 24 Mar 2025 16:24:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 4.3.0
8
+
9
+ Mon, 24 Mar 2025 16:24:15 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `ActivityIndicator`: new tokens added for the `dots` variant (35577399+JoshHC@users.noreply.github.com)
14
+
7
15
  ## 4.2.0
8
16
 
9
- Fri, 14 Feb 2025 18:59:39 GMT
17
+ Fri, 14 Feb 2025 19:03:35 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
@@ -418,8 +418,10 @@ var _default = exports.default = {
418
418
  },
419
419
  ActivityIndicator: {
420
420
  size: 'size',
421
+ dotSize: 'size',
421
422
  thickness: 'border',
422
- color: 'color'
423
+ color: 'color',
424
+ indicatorBackgroundColor: 'color'
423
425
  },
424
426
  Badge: {
425
427
  fontWeight: 'fontWeight',
@@ -412,8 +412,10 @@ export default {
412
412
  },
413
413
  ActivityIndicator: {
414
414
  size: 'size',
415
+ dotSize: 'size',
415
416
  thickness: 'border',
416
- color: 'color'
417
+ color: 'color',
418
+ indicatorBackgroundColor: 'color'
417
419
  },
418
420
  Badge: {
419
421
  fontWeight: 'fontWeight',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
4
4
  "description": "Theme token schema for UDS",
5
5
  "keywords": [
6
6
  "system"
package/src/components.js CHANGED
@@ -406,7 +406,13 @@ export default {
406
406
  paddingVertical: 'size',
407
407
  selectedButtonIcon: 'icon'
408
408
  },
409
- ActivityIndicator: { size: 'size', thickness: 'border', color: 'color' },
409
+ ActivityIndicator: {
410
+ size: 'size',
411
+ dotSize: 'size',
412
+ thickness: 'border',
413
+ color: 'color',
414
+ indicatorBackgroundColor: 'color'
415
+ },
410
416
  Badge: {
411
417
  fontWeight: 'fontWeight',
412
418
  fontSize: 'fontSize',