@skyscanner/backpack-web 17.1.0 → 17.2.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.
@@ -25,7 +25,7 @@ $bpk-spacing-v2: true;
25
25
  height: $bpk-calendar-day-size;
26
26
  padding: 0;
27
27
  border: none;
28
- border-radius: $bpk-border-radius-pill;
28
+ border-radius: $bpk-border-radius-lg;
29
29
  background-color: transparent;
30
30
  text-align: center;
31
31
  cursor: pointer;
@@ -2,6 +2,8 @@
2
2
 
3
3
  > Backpack grid components.
4
4
 
5
+ This component is deprecated and will be removed in a future release.
6
+
5
7
  ## Installation
6
8
 
7
9
  Check the main [Readme](https://github.com/skyscanner/backpack#usage) for a complete installation guide.
@@ -23,7 +23,7 @@ $bpk-spacing-v2: true;
23
23
  .bpk-progress {
24
24
  position: relative;
25
25
  height: bpk-spacing-base();
26
- border-radius: $bpk-border-radius-pill;
26
+ border-radius: $bpk-border-radius-md;
27
27
  background-color: $bpk-surface-highlight-day;
28
28
  overflow: hidden;
29
29
 
@@ -37,7 +37,7 @@ $slider-large-control-inset-size: bpk-spacing-sm() * 7;
37
37
  justify-content: center;
38
38
  align-items: center;
39
39
  border: $bpk-one-pixel-rem solid $bpk-surface-highlight-day;
40
- border-radius: $bpk-border-radius-pill;
40
+ border-radius: $bpk-border-radius-lg;
41
41
  background-color: $bpk-surface-default-day;
42
42
  cursor: pointer;
43
43
 
@@ -48,7 +48,7 @@ $slider-large-control-inset-size: bpk-spacing-sm() * 7;
48
48
  display: block;
49
49
  width: $slider-control-inset-size;
50
50
  height: $slider-control-inset-size;
51
- border-radius: $bpk-border-radius-pill;
51
+ border-radius: $bpk-border-radius-lg;
52
52
  box-shadow: inset 0 0 0 $bpk-one-pixel-rem rgba(37, 32, 31, 0.3);
53
53
  }
54
54
 
@@ -59,12 +59,12 @@ $slider-large-control-inset-size: bpk-spacing-sm() * 7;
59
59
  &--large {
60
60
  width: bpk-spacing-xxl();
61
61
  height: bpk-spacing-xxl();
62
- border-radius: $bpk-border-radius-pill-lg;
62
+ border-radius: $bpk-border-radius-lg;
63
63
 
64
64
  &::after {
65
65
  width: $slider-large-control-inset-size;
66
66
  height: $slider-large-control-inset-size;
67
- border-radius: $bpk-border-radius-pill-lg;
67
+ border-radius: $bpk-border-radius-lg;
68
68
  }
69
69
  }
70
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/backpack-web",
3
- "version": "17.1.0",
3
+ "version": "17.2.0",
4
4
  "description": "Backpack Design System web library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,11 +24,11 @@
24
24
  "dependencies": {
25
25
  "@popperjs/core": "^2.11.5",
26
26
  "@react-google-maps/api": "^2.12.0",
27
- "@skyscanner/bpk-foundations-web": "^13.5.0",
28
- "@skyscanner/bpk-svgs": "^16.0.7",
27
+ "@skyscanner/bpk-foundations-web": "^13.6.0",
28
+ "@skyscanner/bpk-svgs": "^16.0.8",
29
29
  "a11y-focus-scope": "^1.1.3",
30
30
  "a11y-focus-store": "^1.0.0",
31
- "bpk-mixins": "^37.1.2",
31
+ "bpk-mixins": "^37.2.0",
32
32
  "d3-path": "^2.0.0",
33
33
  "d3-scale": "^4.0.2",
34
34
  "date-fns": "^2.21.1",