@telus-uds/system-theme-tokens 2.4.0 → 2.6.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,30 @@
1
1
  # Change Log - @telus-uds/system-theme-tokens
2
2
 
3
- This log was last generated on Tue, 23 Aug 2022 19:30:28 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 19 Sep 2022 22:48:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.6.0
8
+
9
+ Mon, 19 Sep 2022 22:48:56 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Add QuickLinksButton theme (alan.slater@nearform.com)
14
+ - Create QuickLinks component, with themes (alan.slater@nearform.com)
15
+ - implementing timeline component (tiagohldb@gmail.com)
16
+
17
+ ## 2.5.0
18
+
19
+ Mon, 12 Sep 2022 20:05:13 GMT
20
+
21
+ ### Minor changes
22
+
23
+ - Add showPanelTabs token to Carousel (alan.slater@nearform.com)
24
+
7
25
  ## 2.4.0
8
26
 
9
- Tue, 23 Aug 2022 19:30:28 GMT
27
+ Tue, 23 Aug 2022 19:32:37 GMT
10
28
 
11
29
  ### Minor changes
12
30
 
package/appearances.js CHANGED
@@ -130,6 +130,7 @@ module.exports = {
130
130
  }
131
131
  },
132
132
  ProgressBar: { inactive },
133
+ QuickLinksList: { hover, focus, pressed },
133
134
  Radio: { checked, error, focus, hover, inactive },
134
135
  RadioCard: { pressed, checked, error, focus, hover, inactive },
135
136
  Search: { hover, focus, inactive },
package/components.js CHANGED
@@ -87,6 +87,7 @@ module.exports = {
87
87
  previousIcon: 'icon',
88
88
  showPreviousNextNavigation: 'show',
89
89
  showPanelNavigation: 'show',
90
+ showPanelTabs: 'show',
90
91
  spaceBetweenSlideAndPreviousNextNavigation: 'size',
91
92
  spaceBetweenSlideAndPanelNavigation: 'size',
92
93
  thumbnailBorderColor: 'color',
@@ -398,6 +399,88 @@ module.exports = {
398
399
  outlineColor: 'color',
399
400
  outlineWidth: 'border'
400
401
  },
402
+ QuickLinks: {
403
+ // Sets which subcomponents are rendered
404
+ list: 'show',
405
+ card: 'show',
406
+ dividers: 'show',
407
+ stackSpace: 'integer',
408
+ stackGap: 'integer',
409
+ stackJustify: 'flexJustifyContent'
410
+ },
411
+ QuickLinksCard: {
412
+ // Card tokens
413
+ flex: 'integer',
414
+ backgroundColor: 'color',
415
+ borderColor: 'color',
416
+ borderRadius: 'radius',
417
+ borderWidth: 'border',
418
+ paddingBottom: 'size',
419
+ paddingLeft: 'size',
420
+ paddingRight: 'size',
421
+ paddingTop: 'size',
422
+ minWidth: 'size',
423
+ shadow: 'shadow'
424
+ },
425
+ QuickLinksList: {
426
+ // List tokens
427
+ dividerColor: 'color',
428
+ dividerSize: 'border',
429
+ iconMarginTop: 'size',
430
+ interItemMargin: 'size',
431
+ interItemMarginWithDivider: 'size',
432
+ itemBulletColor: 'color',
433
+ itemBulletContainerAlign: 'textAlign',
434
+ itemBulletContainerWidth: 'size',
435
+ itemBulletHeight: 'size',
436
+ itemBulletWidth: 'size',
437
+ itemFontName: 'fontName',
438
+ itemFontSize: 'fontSize',
439
+ itemFontWeight: 'fontWeight',
440
+ itemIconColor: 'color',
441
+ itemIconSize: 'size',
442
+ itemLineHeight: 'lineHeight',
443
+ listGutter: 'size',
444
+
445
+ // PressableListItemBase tokens
446
+ backgroundColor: 'color',
447
+ paddingLeft: 'size',
448
+ paddingRight: 'size',
449
+ paddingTop: 'size',
450
+ paddingBottom: 'size'
451
+ },
452
+ QuickLinksButton: {
453
+ // Button tokens
454
+ borderColor: 'color',
455
+ borderWidth: 'border',
456
+ borderRadius: 'radius',
457
+ shadow: 'shadow',
458
+ fontSize: 'fontSize',
459
+ color: 'color',
460
+ lineHeight: 'lineHeight',
461
+ textAlign: 'flexJustifyContent',
462
+ alignSelf: 'flexAlign',
463
+ fontName: 'fontName',
464
+ fontWeight: 'fontWeight',
465
+ backgroundColor: 'color',
466
+ opacity: 'opacity',
467
+ paddingLeft: 'size',
468
+ paddingRight: 'size',
469
+ paddingTop: 'size',
470
+ paddingBottom: 'size',
471
+ width: 'size',
472
+ minWidth: 'size',
473
+ outerBorderColor: 'color',
474
+ outerBorderWidth: 'border',
475
+ outerBorderGap: 'size',
476
+ outerBackgroundColor: 'color',
477
+
478
+ // Icon & IconText
479
+ icon: 'icon',
480
+ iconColor: 'color',
481
+ iconSize: 'size',
482
+ iconSpace: 'integer'
483
+ },
401
484
  Radio: {
402
485
  checkedBackgroundColor: 'color',
403
486
  checkedSize: 'size',
@@ -791,6 +874,24 @@ module.exports = {
791
874
  flexGrow: 'integer',
792
875
  flexShrink: 'integer'
793
876
  },
877
+ Timeline: {
878
+ dotColor: 'color',
879
+ dotWidth: 'size',
880
+ dotBorderWidth: 'border',
881
+ timelineContainerDirection: 'direction',
882
+ timelineColor: 'color',
883
+ connectorWidth: 'size',
884
+ connectorHeight: 'size',
885
+ lineItemContainerDirection: 'direction',
886
+ lineContainerFlexSize: 'integer',
887
+ lineItemAlign: 'flexAlign',
888
+ lineItemDirection: 'direction',
889
+ lineItemMarginRight: 'size',
890
+ lineItemMarginBottom: 'size',
891
+ itemContentFlexSize: 'integer',
892
+ itemContentMarginRight: 'size',
893
+ itemContentMarginBottom: 'size'
894
+ },
794
895
  Tooltip: {
795
896
  backgroundColor: 'color',
796
897
  paddingTop: 'size',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "2.4.0",
3
+ "version": "2.6.0",
4
4
  "description": "Theme token schema for UDS",
5
5
  "keywords": [
6
6
  "system"