@telus-uds/system-theme-tokens 2.30.0 → 2.31.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,21 @@
1
1
  # Change Log - @telus-uds/system-theme-tokens
2
2
 
3
- This log was last generated on Tue, 06 Jun 2023 20:37:42 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 09 Jun 2023 00:18:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.31.0
8
+
9
+ Fri, 09 Jun 2023 00:18:16 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - expand collapse mini variant introduced (akshay.pandey1@telus.com)
14
+ - added new 'panelBorderColor' for alignment to design intentions (kyle.king2@telus.com)
15
+
7
16
  ## 2.30.0
8
17
 
9
- Tue, 06 Jun 2023 20:37:42 GMT
18
+ Tue, 06 Jun 2023 20:46:12 GMT
10
19
 
11
20
  ### Minor changes
12
21
 
package/appearances.js CHANGED
@@ -206,7 +206,8 @@ module.exports = {
206
206
  type: 'state'
207
207
  },
208
208
  expanded,
209
- hover
209
+ hover,
210
+ focus
210
211
  },
211
212
  SideNavItemGroup: { expanded },
212
213
  spacingScale: {
package/components.js CHANGED
@@ -568,7 +568,11 @@ module.exports = {
568
568
  singleDatePickerRadius: 'radius',
569
569
  validInputMixin: 'color'
570
570
  },
571
- ExpandCollapse: { borderColor: 'color', borderWidth: 'border', borderStyle: 'borderStyle' },
571
+ ExpandCollapse: {
572
+ borderColor: 'color',
573
+ borderWidth: 'border',
574
+ borderStyle: 'borderStyle'
575
+ },
572
576
  ExpandCollapseMini: { borderWidth: 'border' },
573
577
  ExpandCollapseControl: {
574
578
  icon: 'icon',
@@ -585,7 +589,12 @@ module.exports = {
585
589
  paddingBottom: 'size',
586
590
  borderWidth: 'border',
587
591
  borderColor: 'color',
588
- backgroundColor: 'color'
592
+ backgroundColor: 'color',
593
+ borderTopLeftRadius: 'radius',
594
+ borderBottomLeftRadius: 'radius',
595
+ borderTopRightRadius: 'radius',
596
+ borderBottomRightRadius: 'radius',
597
+ textLine: 'textLine'
589
598
  },
590
599
  ExpandCollapseMiniControl: {
591
600
  size: 'size',
@@ -619,20 +628,6 @@ module.exports = {
619
628
  expandDividerColor: 'color',
620
629
  expandDividerWidth: 'size'
621
630
  },
622
- ExpandCollapseMiniPanel: {
623
- expandDuration: 'duration',
624
- collapseDuration: 'duration',
625
- contentPaddingLeft: 'size',
626
- contentPaddingRight: 'size',
627
- contentPaddingTop: 'size',
628
- contentPaddingBottom: 'size',
629
- marginBottom: 'size',
630
- borderColor: 'color',
631
- borderRadius: 'radius',
632
- borderWidth: 'border',
633
- expandDividerColor: 'color',
634
- expandDividerWidth: 'size'
635
- },
636
631
  Feedback: {
637
632
  backgroundColor: 'color',
638
633
  borderColor: 'color',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "2.30.0",
3
+ "version": "2.31.0",
4
4
  "description": "Theme token schema for UDS",
5
5
  "keywords": [
6
6
  "system"