@telus-uds/system-theme-tokens 2.64.0 → 2.66.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,29 @@
1
1
  # Change Log - @telus-uds/system-theme-tokens
2
2
 
3
- This log was last generated on Wed, 25 Sep 2024 16:57:49 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 31 Oct 2024 05:02:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.66.0
8
+
9
+ Thu, 31 Oct 2024 05:02:44 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `Modal`: Enable `footerTopWidth` token for `Modal` component (jaime.tuyuc@telus.com)
14
+
15
+ ## 2.65.0
16
+
17
+ Sat, 12 Oct 2024 00:40:49 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - `Progress`: add shadow tokens to Progress and ProgressBar (jacqui.koroll@telus.com)
22
+ - `Card`: new token backgroundGradient added to be able to use the gradient as background (35577399+JoshHC@users.noreply.github.com)
23
+
7
24
  ## 2.64.0
8
25
 
9
- Wed, 25 Sep 2024 16:57:49 GMT
26
+ Wed, 25 Sep 2024 17:07:47 GMT
10
27
 
11
28
  ### Minor changes
12
29
 
package/components.js CHANGED
@@ -376,7 +376,8 @@ module.exports = {
376
376
  footnoteLinkFontName: 'fontName',
377
377
  footnoteLinkFontWeight: 'fontWeight',
378
378
  footnoteLinkFontSize: 'fontSize',
379
- footnoteLinkLineHeight: 'lineHeight'
379
+ footnoteLinkLineHeight: 'lineHeight',
380
+ alignItemsText: 'flexAlign'
380
381
  },
381
382
  ProductCard: {
382
383
  borderStyle: 'borderStyle',
@@ -561,6 +562,7 @@ module.exports = {
561
562
  backgroundColor: 'color',
562
563
  borderColor: 'color',
563
564
  gradient: 'gradient',
565
+ backgroundGradient: 'gradient',
564
566
  borderRadius: 'radius',
565
567
  borderWidth: 'border',
566
568
  paddingBottom: 'size',
@@ -1174,7 +1176,8 @@ module.exports = {
1174
1176
  closeIconColor: 'color',
1175
1177
  closeIconSize: 'size',
1176
1178
  closePadding: 'size',
1177
- direction: 'direction'
1179
+ direction: 'direction',
1180
+ footerTopWidth: 'size'
1178
1181
  },
1179
1182
  MultiSelectFilter: {
1180
1183
  buttonDirection: 'direction',
@@ -1330,14 +1333,16 @@ module.exports = {
1330
1333
  borderWidth: 'border',
1331
1334
  borderColor: 'color',
1332
1335
  borderRadius: 'radius',
1333
- height: 'size'
1336
+ height: 'size',
1337
+ shadow: 'shadow'
1334
1338
  },
1335
1339
  ProgressBar: {
1336
1340
  backgroundColor: 'color',
1337
1341
  borderRadius: 'radius',
1338
1342
  gradient: 'gradient',
1339
1343
  outlineColor: 'color',
1340
- outlineWidth: 'border'
1344
+ outlineWidth: 'border',
1345
+ shadow: 'shadow'
1341
1346
  },
1342
1347
  QuickLinks: {
1343
1348
  // Sets which subcomponents are rendered
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "2.64.0",
3
+ "version": "2.66.0",
4
4
  "description": "Theme token schema for UDS",
5
5
  "keywords": [
6
6
  "system"