@telus-uds/system-theme-tokens 4.0.0 → 4.2.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,33 @@
1
1
  # Change Log - @telus-uds/system-theme-tokens
2
2
 
3
- This log was last generated on Fri, 31 Jan 2025 20:49:18 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 14 Feb 2025 18:59:39 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 4.2.0
8
+
9
+ Fri, 14 Feb 2025 18:59:39 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `Link`: add new tokens to refactoring bullet icon (Mauricio.BatresMontejo@telus.com)
14
+
15
+ ## 4.1.0
16
+
17
+ Mon, 10 Feb 2025 17:36:47 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - `TabsItem`: Add new tokens & design (sergio.ramirez@telus.com)
22
+ - `Table`: new tokens added for row and cell (35577399+JoshHC@users.noreply.github.com)
23
+
24
+ ### Patches
25
+
26
+ - `MultiSelectFilter`: add token to modify icon color background (Mauricio.BatresMontejo@telus.com)
27
+
7
28
  ## 4.0.0
8
29
 
9
- Fri, 31 Jan 2025 20:49:18 GMT
30
+ Fri, 31 Jan 2025 20:53:28 GMT
10
31
 
11
32
  ### Major changes
12
33
 
@@ -151,6 +151,9 @@ var _default = exports.default = {
151
151
  cellPaddingRight: 'size',
152
152
  cellPaddingLeft: 'size',
153
153
  cellPaddingBottom: 'size',
154
+ cellBorderWidth: 'border',
155
+ cellBorderColor: 'color',
156
+ cellBorderTopWidth: 'border',
154
157
  fontWeight: 'fontWeight',
155
158
  fontName: 'fontName',
156
159
  fontSize: 'fontSize',
@@ -158,7 +161,10 @@ var _default = exports.default = {
158
161
  stickyBackgroundColor: 'color',
159
162
  fontColor: 'color',
160
163
  borderColor: 'color',
161
- borderWidth: 'border'
164
+ borderWidth: 'border',
165
+ rowBorderWidth: 'border',
166
+ rowBorderColor: 'color',
167
+ rowBorderTopWidth: 'border'
162
168
  },
163
169
  Image: {
164
170
  borderRadius: 'radius'
@@ -1098,6 +1104,7 @@ var _default = exports.default = {
1098
1104
  dividerColor: 'color',
1099
1105
  dividerSize: 'border',
1100
1106
  itemBulletContainerWidth: 'size',
1107
+ itemBulletContainerHeight: 'size',
1101
1108
  itemBulletContainerAlign: 'textAlign',
1102
1109
  itemBulletColor: 'color',
1103
1110
  itemTextColor: 'color',
@@ -1208,6 +1215,7 @@ var _default = exports.default = {
1208
1215
  buttonIconSize: 'size',
1209
1216
  buttonIconPadding: 'size',
1210
1217
  buttonBorderColor: 'color',
1218
+ buttonIconBackgroundColor: 'color',
1211
1219
  contentMarginBottom: 'size',
1212
1220
  contentMarginLeft: 'size',
1213
1221
  contentMarginRight: 'size',
@@ -1844,6 +1852,8 @@ var _default = exports.default = {
1844
1852
  maxWidth: 'size',
1845
1853
  paddingHorizontal: 'size',
1846
1854
  paddingVertical: 'size',
1855
+ marginHorizontal: 'size',
1856
+ marginVertical: 'size',
1847
1857
  space: 'integer',
1848
1858
  textAlign: 'textAlign',
1849
1859
  lineHeight: 'lineHeight',
@@ -145,6 +145,9 @@ export default {
145
145
  cellPaddingRight: 'size',
146
146
  cellPaddingLeft: 'size',
147
147
  cellPaddingBottom: 'size',
148
+ cellBorderWidth: 'border',
149
+ cellBorderColor: 'color',
150
+ cellBorderTopWidth: 'border',
148
151
  fontWeight: 'fontWeight',
149
152
  fontName: 'fontName',
150
153
  fontSize: 'fontSize',
@@ -152,7 +155,10 @@ export default {
152
155
  stickyBackgroundColor: 'color',
153
156
  fontColor: 'color',
154
157
  borderColor: 'color',
155
- borderWidth: 'border'
158
+ borderWidth: 'border',
159
+ rowBorderWidth: 'border',
160
+ rowBorderColor: 'color',
161
+ rowBorderTopWidth: 'border'
156
162
  },
157
163
  Image: {
158
164
  borderRadius: 'radius'
@@ -1092,6 +1098,7 @@ export default {
1092
1098
  dividerColor: 'color',
1093
1099
  dividerSize: 'border',
1094
1100
  itemBulletContainerWidth: 'size',
1101
+ itemBulletContainerHeight: 'size',
1095
1102
  itemBulletContainerAlign: 'textAlign',
1096
1103
  itemBulletColor: 'color',
1097
1104
  itemTextColor: 'color',
@@ -1202,6 +1209,7 @@ export default {
1202
1209
  buttonIconSize: 'size',
1203
1210
  buttonIconPadding: 'size',
1204
1211
  buttonBorderColor: 'color',
1212
+ buttonIconBackgroundColor: 'color',
1205
1213
  contentMarginBottom: 'size',
1206
1214
  contentMarginLeft: 'size',
1207
1215
  contentMarginRight: 'size',
@@ -1838,6 +1846,8 @@ export default {
1838
1846
  maxWidth: 'size',
1839
1847
  paddingHorizontal: 'size',
1840
1848
  paddingVertical: 'size',
1849
+ marginHorizontal: 'size',
1850
+ marginVertical: 'size',
1841
1851
  space: 'integer',
1842
1852
  textAlign: 'textAlign',
1843
1853
  lineHeight: 'lineHeight',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "4.0.0",
3
+ "version": "4.2.0",
4
4
  "description": "Theme token schema for UDS",
5
5
  "keywords": [
6
6
  "system"
package/src/components.js CHANGED
@@ -143,6 +143,9 @@ export default {
143
143
  cellPaddingRight: 'size',
144
144
  cellPaddingLeft: 'size',
145
145
  cellPaddingBottom: 'size',
146
+ cellBorderWidth: 'border',
147
+ cellBorderColor: 'color',
148
+ cellBorderTopWidth: 'border',
146
149
  fontWeight: 'fontWeight',
147
150
  fontName: 'fontName',
148
151
  fontSize: 'fontSize',
@@ -150,7 +153,10 @@ export default {
150
153
  stickyBackgroundColor: 'color',
151
154
  fontColor: 'color',
152
155
  borderColor: 'color',
153
- borderWidth: 'border'
156
+ borderWidth: 'border',
157
+ rowBorderWidth: 'border',
158
+ rowBorderColor: 'color',
159
+ rowBorderTopWidth: 'border'
154
160
  },
155
161
  Image: { borderRadius: 'radius' },
156
162
  Spinner: {
@@ -1096,6 +1102,7 @@ export default {
1096
1102
  dividerColor: 'color',
1097
1103
  dividerSize: 'border',
1098
1104
  itemBulletContainerWidth: 'size',
1105
+ itemBulletContainerHeight: 'size',
1099
1106
  itemBulletContainerAlign: 'textAlign',
1100
1107
  itemBulletColor: 'color',
1101
1108
  itemTextColor: 'color',
@@ -1206,6 +1213,7 @@ export default {
1206
1213
  buttonIconSize: 'size',
1207
1214
  buttonIconPadding: 'size',
1208
1215
  buttonBorderColor: 'color',
1216
+ buttonIconBackgroundColor: 'color',
1209
1217
  contentMarginBottom: 'size',
1210
1218
  contentMarginLeft: 'size',
1211
1219
  contentMarginRight: 'size',
@@ -1845,6 +1853,8 @@ export default {
1845
1853
  maxWidth: 'size',
1846
1854
  paddingHorizontal: 'size',
1847
1855
  paddingVertical: 'size',
1856
+ marginHorizontal: 'size',
1857
+ marginVertical: 'size',
1848
1858
  space: 'integer',
1849
1859
 
1850
1860
  textAlign: 'textAlign',