@telus-uds/theme-koodo 4.12.0 → 4.12.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/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 08 Aug 2023 23:49:33 GMT
4
+ * Generated on Thu, 31 Aug 2023 17:57:20 GMT
5
5
  *
6
6
  */
7
7
 
@@ -2795,10 +2795,10 @@ module.exports = {
2795
2795
  itemFontWeight: '400',
2796
2796
  itemHeight: 32,
2797
2797
  itemOutline: 0,
2798
- itemPaddingBottom: 12,
2798
+ itemPaddingBottom: 4,
2799
2799
  itemPaddingLeft: 16,
2800
2800
  itemPaddingRight: 16,
2801
- itemPaddingTop: 12,
2801
+ itemPaddingTop: 4,
2802
2802
  itemTextDecoration: 'none',
2803
2803
  lineHeight: 1.5,
2804
2804
  minHeight: '100%',
@@ -3187,14 +3187,14 @@ module.exports = {
3187
3187
  if: { size: 'small' },
3188
3188
  tokens: { itemFontSize: 14, itemLineHeight: 1.42857142857 }
3189
3189
  },
3190
- { if: { compact: true }, tokens: { itemLineHeight: 1.2 } },
3190
+ { if: { compact: true }, tokens: { itemLineHeight: 1.25 } },
3191
3191
  {
3192
3192
  if: { compact: true, size: 'small' },
3193
- tokens: { itemLineHeight: 1.1 }
3193
+ tokens: { itemLineHeight: 1.14285714286 }
3194
3194
  },
3195
3195
  {
3196
3196
  if: { compact: true, size: 'large' },
3197
- tokens: { itemLineHeight: 1.3 }
3197
+ tokens: { itemLineHeight: 1.2 }
3198
3198
  }
3199
3199
  ],
3200
3200
  tokens: {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "description": "Koodo theme",
7
7
  "devDependencies": {
8
- "@telus-uds/palette-koodo": "^0.24.0",
8
+ "@telus-uds/palette-koodo": "^0.25.0",
9
9
  "@telus-uds/system-theme-tokens": "^2.41.0"
10
10
  },
11
11
  "files": [
@@ -20,7 +20,7 @@
20
20
  "main": "build/rn/theme.js",
21
21
  "name": "@telus-uds/theme-koodo",
22
22
  "peerDependencies": {
23
- "@telus-uds/palette-koodo": "^0.24.0"
23
+ "@telus-uds/palette-koodo": "^0.25.0"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
@@ -31,5 +31,5 @@
31
31
  "build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
32
32
  "dev": "nodemon -w src -x 'npm run build'"
33
33
  },
34
- "version": "4.12.0"
34
+ "version": "4.12.2"
35
35
  }
package/theme.json CHANGED
@@ -3794,10 +3794,10 @@
3794
3794
  "itemFontWeight": "{palette.fontWeight.weight400}",
3795
3795
  "itemHeight": "{palette.size.size32}",
3796
3796
  "itemOutline": "{palette.border.none}",
3797
- "itemPaddingBottom": "{palette.size.size12}",
3797
+ "itemPaddingBottom": "{palette.size.size4}",
3798
3798
  "itemPaddingLeft": "{palette.size.size16}",
3799
3799
  "itemPaddingRight": "{palette.size.size16}",
3800
- "itemPaddingTop": "{palette.size.size12}",
3800
+ "itemPaddingTop": "{palette.size.size4}",
3801
3801
  "itemTextDecoration": "{system.textLine.none}",
3802
3802
  "lineHeight": "{palette.lineHeight.ratio3to2}",
3803
3803
  "minHeight": "{system.size.full}",
@@ -4197,7 +4197,7 @@
4197
4197
  "compact": true
4198
4198
  },
4199
4199
  "tokens": {
4200
- "itemLineHeight": "{palette.lineHeight.multiply120}"
4200
+ "itemLineHeight": "{palette.lineHeight.ratio5to4}"
4201
4201
  }
4202
4202
  },
4203
4203
  {
@@ -4206,7 +4206,7 @@
4206
4206
  "size": "small"
4207
4207
  },
4208
4208
  "tokens": {
4209
- "itemLineHeight": "{palette.lineHeight.multiply110}"
4209
+ "itemLineHeight": "{palette.lineHeight.ratio8to7}"
4210
4210
  }
4211
4211
  },
4212
4212
  {
@@ -4215,7 +4215,7 @@
4215
4215
  "size": "large"
4216
4216
  },
4217
4217
  "tokens": {
4218
- "itemLineHeight": "{palette.lineHeight.multiply130}"
4218
+ "itemLineHeight": "{palette.lineHeight.ratio6to5}"
4219
4219
  }
4220
4220
  }
4221
4221
  ],