@skyscanner/backpack-web 11.2.0 → 12.0.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.
@@ -126,7 +126,7 @@ $bpk-spacing-v2: true;
126
126
  }
127
127
 
128
128
  &__neutral-icon {
129
- fill: $bpk-banner-alert-neutral-color;
129
+ fill: $bpk-text-secondary-day;
130
130
  }
131
131
 
132
132
  &__event-icon {
@@ -25,7 +25,7 @@ export const ALERT_TYPES = {
25
25
  WARN: 'warn',
26
26
  ERROR: 'error',
27
27
  NEUTRAL: 'neutral',
28
- EVENT: 'event',
28
+ EVENT: 'event', // DEPRECATED
29
29
  };
30
30
 
31
31
  export type AlertTypeValue = $Values<typeof ALERT_TYPES>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/backpack-web",
3
- "version": "11.2.0",
3
+ "version": "12.0.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": "^9.6.0",
28
- "@skyscanner/bpk-svgs": "^14.5.3",
27
+ "@skyscanner/bpk-foundations-web": "^10.2.0",
28
+ "@skyscanner/bpk-svgs": "^14.5.6",
29
29
  "a11y-focus-scope": "^1.1.3",
30
30
  "a11y-focus-store": "^1.0.0",
31
- "bpk-mixins": "^31.7.0",
31
+ "bpk-mixins": "^32.0.2",
32
32
  "d3-path": "^2.0.0",
33
33
  "d3-scale": "^4.0.2",
34
34
  "date-fns": "^2.21.1",