@telus-uds/system-theme-tokens 4.2.0 → 4.4.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,28 @@
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 Thu, 24 Apr 2025 18:52:13 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 4.4.0
8
+
9
+ Thu, 24 Apr 2025 18:52:13 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `Add MultiSelectFilter` new tokens (sergio.ramirez@telus.com)
14
+
15
+ ## 4.3.0
16
+
17
+ Mon, 24 Mar 2025 16:30:05 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - `ActivityIndicator`: new tokens added for the `dots` variant (35577399+JoshHC@users.noreply.github.com)
22
+
7
23
  ## 4.2.0
8
24
 
9
- Fri, 14 Feb 2025 18:59:39 GMT
25
+ Fri, 14 Feb 2025 19:03:35 GMT
10
26
 
11
27
  ### Minor changes
12
28
 
@@ -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',
@@ -1211,6 +1213,7 @@ var _default = exports.default = {
1211
1213
  footerTopWidth: 'size'
1212
1214
  },
1213
1215
  MultiSelectFilter: {
1216
+ buttonBackgroundColor: 'color',
1214
1217
  buttonDirection: 'direction',
1215
1218
  buttonIconSize: 'size',
1216
1219
  buttonIconPadding: 'size',
@@ -1227,6 +1230,7 @@ var _default = exports.default = {
1227
1230
  headerFontSize: 'fontSize',
1228
1231
  headerFontWeight: 'fontWeight',
1229
1232
  headerLineHeight: 'lineHeight',
1233
+ iconColor: 'color',
1230
1234
  labelFontSize: 'fontSize',
1231
1235
  labelFontName: 'fontName',
1232
1236
  labelFontWeight: 'fontWeight',
@@ -1243,7 +1247,9 @@ var _default = exports.default = {
1243
1247
  subHeaderFontName: 'fontName',
1244
1248
  subHeaderFontSize: 'fontSize',
1245
1249
  subHeaderFontWeight: 'fontWeight',
1246
- subHeaderLineHeight: 'lineHeight'
1250
+ subHeaderLineHeight: 'lineHeight',
1251
+ buttonBackgroundColorSelected: 'color',
1252
+ iconColorSelected: 'color'
1247
1253
  },
1248
1254
  NavigationBar: {
1249
1255
  alignSelf: 'flexAlign',
@@ -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',
@@ -1205,6 +1207,7 @@ export default {
1205
1207
  footerTopWidth: 'size'
1206
1208
  },
1207
1209
  MultiSelectFilter: {
1210
+ buttonBackgroundColor: 'color',
1208
1211
  buttonDirection: 'direction',
1209
1212
  buttonIconSize: 'size',
1210
1213
  buttonIconPadding: 'size',
@@ -1221,6 +1224,7 @@ export default {
1221
1224
  headerFontSize: 'fontSize',
1222
1225
  headerFontWeight: 'fontWeight',
1223
1226
  headerLineHeight: 'lineHeight',
1227
+ iconColor: 'color',
1224
1228
  labelFontSize: 'fontSize',
1225
1229
  labelFontName: 'fontName',
1226
1230
  labelFontWeight: 'fontWeight',
@@ -1237,7 +1241,9 @@ export default {
1237
1241
  subHeaderFontName: 'fontName',
1238
1242
  subHeaderFontSize: 'fontSize',
1239
1243
  subHeaderFontWeight: 'fontWeight',
1240
- subHeaderLineHeight: 'lineHeight'
1244
+ subHeaderLineHeight: 'lineHeight',
1245
+ buttonBackgroundColorSelected: 'color',
1246
+ iconColorSelected: 'color'
1241
1247
  },
1242
1248
  NavigationBar: {
1243
1249
  alignSelf: 'flexAlign',
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.4.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',
@@ -1209,6 +1215,7 @@ export default {
1209
1215
  footerTopWidth: 'size'
1210
1216
  },
1211
1217
  MultiSelectFilter: {
1218
+ buttonBackgroundColor: 'color',
1212
1219
  buttonDirection: 'direction',
1213
1220
  buttonIconSize: 'size',
1214
1221
  buttonIconPadding: 'size',
@@ -1225,6 +1232,7 @@ export default {
1225
1232
  headerFontSize: 'fontSize',
1226
1233
  headerFontWeight: 'fontWeight',
1227
1234
  headerLineHeight: 'lineHeight',
1235
+ iconColor: 'color',
1228
1236
  labelFontSize: 'fontSize',
1229
1237
  labelFontName: 'fontName',
1230
1238
  labelFontWeight: 'fontWeight',
@@ -1241,7 +1249,9 @@ export default {
1241
1249
  subHeaderFontName: 'fontName',
1242
1250
  subHeaderFontSize: 'fontSize',
1243
1251
  subHeaderFontWeight: 'fontWeight',
1244
- subHeaderLineHeight: 'lineHeight'
1252
+ subHeaderLineHeight: 'lineHeight',
1253
+ buttonBackgroundColorSelected: 'color',
1254
+ iconColorSelected: 'color'
1245
1255
  },
1246
1256
  NavigationBar: {
1247
1257
  alignSelf: 'flexAlign',