@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 +10 -2
- package/build/cjs/components.js +3 -1
- package/build/esm/components.js +3 -1
- package/package.json +1 -1
- package/src/components.js +7 -1
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
|
|
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
|
|
17
|
+
Fri, 14 Feb 2025 19:03:35 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
package/build/cjs/components.js
CHANGED
|
@@ -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',
|
package/build/esm/components.js
CHANGED
package/package.json
CHANGED
package/src/components.js
CHANGED
|
@@ -406,7 +406,13 @@ export default {
|
|
|
406
406
|
paddingVertical: 'size',
|
|
407
407
|
selectedButtonIcon: 'icon'
|
|
408
408
|
},
|
|
409
|
-
ActivityIndicator: {
|
|
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',
|