@telus-uds/theme-allium 3.2.1 → 3.2.2

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/build/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 16 Jun 2022 15:06:45 GMT
4
+ * Generated on Wed, 22 Jun 2022 16:26:52 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1093,11 +1093,17 @@ module.exports = {
1093
1093
  rules: [
1094
1094
  {
1095
1095
  if: { size: 'large' },
1096
- tokens: { itemFontSize: 20, itemLineHeight: 1.6, listGutter: 12 }
1096
+ tokens: {
1097
+ iconMarginTop: 8,
1098
+ itemFontSize: 20,
1099
+ itemLineHeight: 1.6,
1100
+ listGutter: 12
1101
+ }
1097
1102
  },
1098
1103
  {
1099
1104
  if: { size: 'small' },
1100
1105
  tokens: {
1106
+ iconMarginTop: 2,
1101
1107
  itemFontSize: 14,
1102
1108
  itemLineHeight: 1.42857142857,
1103
1109
  listGutter: 12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-allium",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "Allium theme",
5
5
  "author": "TELUS Digital",
6
6
  "homepage": "https://github.com/telus/allium-design-system#readme",
package/theme.json CHANGED
@@ -1503,6 +1503,7 @@
1503
1503
  "size": "large"
1504
1504
  },
1505
1505
  "tokens": {
1506
+ "iconMarginTop": "{palette.size.size8}",
1506
1507
  "itemFontSize": "{palette.fontSize.size20}",
1507
1508
  "itemLineHeight": "{palette.lineHeight.ratio8to5}",
1508
1509
  "listGutter": "{palette.size.size12}"
@@ -1513,6 +1514,7 @@
1513
1514
  "size": "small"
1514
1515
  },
1515
1516
  "tokens": {
1517
+ "iconMarginTop": "{palette.size.size2}",
1516
1518
  "itemFontSize": "{palette.fontSize.size14}",
1517
1519
  "itemLineHeight": "{palette.lineHeight.ratio10to7}",
1518
1520
  "listGutter": "{palette.size.size12}"