@skyscanner/backpack-web 21.0.1 → 21.0.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/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  ## Quick links
9
9
 
10
10
  - [Documentation](https://www.skyscanner.design/)
11
- - [Changelog](./CHANGELOG.md)
11
+ - [Changelog](https://github.com/Skyscanner/backpack/releases)
12
12
 
13
13
  ## Usage
14
14
 
@@ -20,7 +20,6 @@ import {
20
20
  iconSizeSm,
21
21
  iconSizeLg,
22
22
  privateButtonLineHeight,
23
- privateButtonLargeLineHeight,
24
23
  } from '@skyscanner/bpk-foundations-web/tokens/base.es6';
25
24
 
26
25
  import withAlignment from './src/withAlignment';
@@ -33,11 +32,7 @@ function withButtonAlignment(WrappedComponent) {
33
32
  }
34
33
 
35
34
  function withLargeButtonAlignment(WrappedComponent) {
36
- return withAlignment(
37
- WrappedComponent,
38
- privateButtonLargeLineHeight,
39
- iconSizeLg,
40
- );
35
+ return withAlignment(WrappedComponent, privateButtonLineHeight, iconSizeLg);
41
36
  }
42
37
 
43
38
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/backpack-web",
3
- "version": "21.0.1",
3
+ "version": "21.0.2",
4
4
  "description": "Backpack Design System web library",
5
5
  "repository": {
6
6
  "type": "git",