@skyscanner/backpack-web 9.2.0-beta.3 → 10.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.
Files changed (118) hide show
  1. package/bpk-animate-height/package.json +3 -3
  2. package/bpk-component-accordion/package.json +7 -7
  3. package/bpk-component-aria-live/README.md +2 -2
  4. package/bpk-component-aria-live/{index.js → index.ts} +0 -1
  5. package/bpk-component-aria-live/package.json +9 -10
  6. package/bpk-component-aria-live/src/BpkAriaLive-test.tsx +60 -0
  7. package/bpk-component-aria-live/src/{BpkAriaLive.js → BpkAriaLive.tsx} +20 -26
  8. package/bpk-component-aria-live/src/accessibility-test.tsx +31 -0
  9. package/bpk-component-autosuggest/package.json +4 -4
  10. package/bpk-component-badge/package.json +5 -5
  11. package/bpk-component-banner-alert/package.json +9 -9
  12. package/bpk-component-barchart/package.json +8 -8
  13. package/bpk-component-blockquote/package.json +2 -2
  14. package/bpk-component-breadcrumb/package.json +5 -5
  15. package/bpk-component-breadcrumb/src/BpkBreadcrumbItem.module.scss +2 -2
  16. package/bpk-component-breakpoint/package.json +3 -3
  17. package/bpk-component-button/package.json +3 -3
  18. package/bpk-component-calendar/DOCS.md +1 -7
  19. package/bpk-component-calendar/README.md +0 -10
  20. package/bpk-component-calendar/index.js +0 -2
  21. package/bpk-component-calendar/package.json +9 -9
  22. package/bpk-component-calendar/src/BpkCalendarDate.js +0 -15
  23. package/bpk-component-calendar/src/BpkCalendarDate.module.scss +17 -50
  24. package/bpk-component-calendar/src/BpkCalendarGrid.js +3 -2
  25. package/bpk-component-calendar/src/BpkCalendarGrid.module.scss +5 -5
  26. package/bpk-component-calendar/src/_variables.scss +1 -3
  27. package/bpk-component-card/package.json +4 -4
  28. package/bpk-component-checkbox/package.json +5 -5
  29. package/bpk-component-chip/package.json +5 -5
  30. package/bpk-component-close-button/package.json +4 -4
  31. package/bpk-component-code/package.json +2 -2
  32. package/bpk-component-content-cards/README.md +43 -0
  33. package/bpk-component-content-cards/index.ts +21 -0
  34. package/bpk-component-content-cards/package.json +23 -0
  35. package/bpk-component-content-cards/src/BpkContentCard-test.tsx +88 -0
  36. package/bpk-component-content-cards/src/BpkContentCard.module.scss +87 -0
  37. package/bpk-component-content-cards/src/BpkContentCard.tsx +84 -0
  38. package/bpk-component-content-cards/src/BpkContentCards-test.tsx +126 -0
  39. package/bpk-component-content-cards/src/BpkContentCards.module.css +18 -0
  40. package/bpk-component-content-cards/src/BpkContentCards.module.scss +51 -0
  41. package/bpk-component-content-cards/src/BpkContentCards.tsx +72 -0
  42. package/bpk-component-content-cards/src/accessibility-test.tsx +64 -0
  43. package/bpk-component-content-container/package.json +2 -2
  44. package/bpk-component-datatable/README.md +78 -21
  45. package/bpk-component-datatable/package.json +5 -6
  46. package/bpk-component-datatable/src/BpkDataTable.js +176 -143
  47. package/bpk-component-datatable/src/BpkDataTable.module.scss +10 -14
  48. package/bpk-component-datatable/src/BpkDataTableColumn.js +37 -40
  49. package/bpk-component-datatable/src/BpkDataTableHeader.js +143 -0
  50. package/bpk-component-datatable/src/{BpkDataTableColumn.module.scss → BpkDataTableHeader.module.scss} +12 -11
  51. package/bpk-component-datatable/src/common-types.js +33 -11
  52. package/bpk-component-datatable/src/sort-types.js +6 -0
  53. package/bpk-component-datatable/src/utils.js +66 -9
  54. package/bpk-component-datepicker/package.json +9 -9
  55. package/bpk-component-description-list/package.json +2 -2
  56. package/bpk-component-dialog/package.json +8 -8
  57. package/bpk-component-drawer/package.json +9 -9
  58. package/bpk-component-fieldset/package.json +12 -12
  59. package/bpk-component-flare/package.json +4 -4
  60. package/bpk-component-floating-notification/package.json +5 -5
  61. package/bpk-component-form-validation/package.json +10 -10
  62. package/bpk-component-graphic-promotion/package.json +6 -5
  63. package/bpk-component-graphic-promotion/src/BpkGraphicPromo-test.tsx +3 -2
  64. package/bpk-component-graphic-promotion/src/BpkGraphicPromo.tsx +24 -24
  65. package/bpk-component-grid/package.json +2 -2
  66. package/bpk-component-grid-toggle/package.json +3 -3
  67. package/bpk-component-horizontal-nav/package.json +6 -6
  68. package/bpk-component-icon/package.json +7 -7
  69. package/bpk-component-image/package.json +6 -6
  70. package/bpk-component-infinite-scroll/package.json +6 -6
  71. package/bpk-component-input/package.json +6 -6
  72. package/bpk-component-label/package.json +2 -2
  73. package/bpk-component-link/package.json +4 -4
  74. package/bpk-component-list/README.md +8 -5
  75. package/bpk-component-list/package.json +2 -2
  76. package/bpk-component-list/src/BpkList.js +18 -2
  77. package/bpk-component-loading-button/package.json +6 -6
  78. package/bpk-component-map/package.json +6 -6
  79. package/bpk-component-map/src/BpkIconMarker.module.scss +3 -3
  80. package/bpk-component-map/src/BpkIconMarkerBackground.module.scss +4 -4
  81. package/bpk-component-map/src/BpkPriceMarker.module.scss +17 -17
  82. package/bpk-component-map/src/DefaultLoadingElement.module.scss +1 -1
  83. package/bpk-component-mobile-scroll-container/package.json +3 -3
  84. package/bpk-component-modal/package.json +9 -9
  85. package/bpk-component-navigation-bar/package.json +8 -8
  86. package/bpk-component-nudger/package.json +7 -7
  87. package/bpk-component-overlay/package.json +4 -4
  88. package/bpk-component-pagination/package.json +4 -4
  89. package/bpk-component-panel/package.json +2 -2
  90. package/bpk-component-phone-input/package.json +9 -9
  91. package/bpk-component-popover/package.json +8 -8
  92. package/bpk-component-price/package.json +3 -3
  93. package/bpk-component-progress/package.json +5 -5
  94. package/bpk-component-radio/package.json +4 -4
  95. package/bpk-component-rating/package.json +4 -4
  96. package/bpk-component-rtl-toggle/package.json +2 -2
  97. package/bpk-component-scrollable-calendar/package.json +7 -7
  98. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGridList.js +100 -69
  99. package/bpk-component-scrollable-calendar/src/utils.js +24 -1
  100. package/bpk-component-section-list/package.json +6 -6
  101. package/bpk-component-select/package.json +3 -3
  102. package/bpk-component-skip-link/package.json +2 -2
  103. package/bpk-component-slider/package.json +4 -4
  104. package/bpk-component-spinner/package.json +3 -3
  105. package/bpk-component-split-input/package.json +3 -3
  106. package/bpk-component-star-rating/package.json +5 -5
  107. package/bpk-component-switch/package.json +2 -2
  108. package/bpk-component-table/package.json +2 -2
  109. package/bpk-component-text/package.json +2 -2
  110. package/bpk-component-textarea/package.json +4 -4
  111. package/bpk-component-theme-toggle/package.json +5 -5
  112. package/bpk-component-ticket/package.json +4 -4
  113. package/bpk-component-tooltip/package.json +4 -4
  114. package/bpk-scrim-utils/package.json +2 -2
  115. package/bpk-theming/package.json +2 -2
  116. package/package.json +6 -5
  117. package/bpk-component-datatable/src/bpkHeaderRenderer.js +0 -110
  118. package/bpk-component-datatable/src/sorter.js +0 -166
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-image",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
4
4
  "description": "Backpack image component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,9 +14,9 @@
14
14
  },
15
15
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
16
16
  "dependencies": {
17
- "@skyscanner/bpk-foundations-web": "^8.5.0",
18
- "bpk-component-spinner": "^6.0.1",
19
- "bpk-mixins": "^31.4.0",
17
+ "@skyscanner/bpk-foundations-web": "^9.2.0",
18
+ "bpk-component-spinner": "^6.0.3",
19
+ "bpk-mixins": "^31.6.1",
20
20
  "bpk-react-utils": "^7.0.0",
21
21
  "prop-types": "^15.7.2",
22
22
  "react-transition-group": "^2.5.3"
@@ -25,7 +25,7 @@
25
25
  "react": "^17.0.2"
26
26
  },
27
27
  "devDependencies": {
28
- "bpk-component-mobile-scroll-container": "^4.0.1",
29
- "bpk-component-text": "^8.0.1"
28
+ "bpk-component-mobile-scroll-container": "^4.0.3",
29
+ "bpk-component-text": "^8.0.3"
30
30
  }
31
31
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-infinite-scroll",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "description": "Backpack infinite scroll component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
16
16
  "dependencies": {
17
- "bpk-mixins": "^31.4.0",
17
+ "bpk-mixins": "^31.6.1",
18
18
  "bpk-react-utils": "^7.0.0",
19
19
  "intersection-observer": "^0.7.0",
20
20
  "prop-types": "^15.7.2"
@@ -23,9 +23,9 @@
23
23
  "react": "^17.0.2"
24
24
  },
25
25
  "devDependencies": {
26
- "bpk-component-button": "^7.0.1",
27
- "bpk-component-list": "^5.0.1",
28
- "bpk-component-spinner": "^6.0.1",
29
- "bpk-storybook-utils": "^2.0.1"
26
+ "bpk-component-button": "^7.0.3",
27
+ "bpk-component-list": "^5.1.0",
28
+ "bpk-component-spinner": "^6.0.3",
29
+ "bpk-storybook-utils": "^2.0.3"
30
30
  }
31
31
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-input",
3
- "version": "7.0.1",
3
+ "version": "7.0.3",
4
4
  "description": "Backpack input component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,8 +14,8 @@
14
14
  },
15
15
  "gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
16
16
  "dependencies": {
17
- "bpk-component-icon": "^10.0.1",
18
- "bpk-mixins": "^31.4.0",
17
+ "bpk-component-icon": "^10.0.3",
18
+ "bpk-mixins": "^31.6.1",
19
19
  "bpk-react-utils": "^7.0.0",
20
20
  "prop-types": "^15.7.2"
21
21
  },
@@ -23,8 +23,8 @@
23
23
  "react": "^17.0.2"
24
24
  },
25
25
  "devDependencies": {
26
- "bpk-component-banner-alert": "^7.0.1",
27
- "bpk-component-label": "^6.0.1",
28
- "bpk-storybook-utils": "^2.0.1"
26
+ "bpk-component-banner-alert": "^7.0.3",
27
+ "bpk-component-label": "^6.0.3",
28
+ "bpk-storybook-utils": "^2.0.3"
29
29
  }
30
30
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-label",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
4
4
  "description": "Backpack label component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
16
16
  "dependencies": {
17
- "bpk-mixins": "^31.4.0",
17
+ "bpk-mixins": "^31.6.1",
18
18
  "bpk-react-utils": "^7.0.0",
19
19
  "prop-types": "^15.7.2"
20
20
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-link",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "Backpack link component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
16
16
  "dependencies": {
17
- "bpk-mixins": "^31.4.0",
17
+ "bpk-mixins": "^31.6.1",
18
18
  "bpk-react-utils": "^7.0.0",
19
19
  "prop-types": "^15.7.2"
20
20
  },
@@ -22,7 +22,7 @@
22
22
  "react": "^17.0.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@skyscanner/bpk-foundations-web": "^8.5.0",
26
- "bpk-storybook-utils": "^2.0.1"
25
+ "@skyscanner/bpk-foundations-web": "^9.2.0",
26
+ "bpk-storybook-utils": "^2.0.3"
27
27
  }
28
28
  }
@@ -34,11 +34,14 @@ export default () => (
34
34
 
35
35
  ### BpkList
36
36
 
37
- | Property | PropType | Required | Default Value |
38
- | --------- | -------- | -------- | ------------- |
39
- | children | - | true | - |
40
- | ordered | bool | false | false |
41
- | className | string | false | null |
37
+ | Property | PropType | Required | Default Value |
38
+ | -------------- | -------- | -------- | ------------- |
39
+ | children | - | true | - |
40
+ | ordered | bool | false | false |
41
+ | className | string | false | null |
42
+ | ariaLabel | string | false | null |
43
+ | ariaLabelledby | string | false | null |
44
+ | title | string | false | null |
42
45
 
43
46
  ### BpkListItem
44
47
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-list",
3
- "version": "5.0.1",
3
+ "version": "5.1.0",
4
4
  "description": "Backpack list component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
16
16
  "dependencies": {
17
- "bpk-mixins": "^31.4.0",
17
+ "bpk-mixins": "^31.6.1",
18
18
  "bpk-react-utils": "^7.0.0",
19
19
  "prop-types": "^15.7.2"
20
20
  },
@@ -31,15 +31,28 @@ type Props = {
31
31
  children: Node,
32
32
  ordered: boolean,
33
33
  className: ?string,
34
+ ariaLabel: ?string,
35
+ ariaLabelledby: ?string,
36
+ title: ?string,
34
37
  };
35
38
 
36
39
  const BpkList = (props: Props) => {
37
- const { children, className, ordered } = props;
40
+ const { ariaLabel, ariaLabelledby, children, className, ordered, title } =
41
+ props;
38
42
 
39
43
  const TagName: any = ordered ? 'ol' : 'ul';
40
44
  const classNames: string = getClassName('bpk-list', className);
41
45
 
42
- return <TagName className={classNames}>{children}</TagName>;
46
+ return (
47
+ <TagName
48
+ aria-label={ariaLabel}
49
+ aria-labelledby={ariaLabelledby}
50
+ title={title}
51
+ className={classNames}
52
+ >
53
+ {children}
54
+ </TagName>
55
+ );
43
56
  };
44
57
 
45
58
  BpkList.propTypes = {
@@ -54,6 +67,9 @@ BpkList.propTypes = {
54
67
  BpkList.defaultProps = {
55
68
  ordered: false,
56
69
  className: null,
70
+ ariaLabel: null,
71
+ ariaLabelledby: null,
72
+ title: null,
57
73
  };
58
74
 
59
75
  export default BpkList;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-loading-button",
3
- "version": "7.0.1",
3
+ "version": "7.0.3",
4
4
  "description": "Backpack loading button component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,15 +14,15 @@
14
14
  },
15
15
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
16
16
  "dependencies": {
17
- "bpk-component-button": "^7.0.1",
18
- "bpk-component-icon": "^10.0.1",
19
- "bpk-component-spinner": "^6.0.1",
20
- "bpk-mixins": "^31.4.0",
17
+ "bpk-component-button": "^7.0.3",
18
+ "bpk-component-icon": "^10.0.3",
19
+ "bpk-component-spinner": "^6.0.3",
20
+ "bpk-mixins": "^31.6.1",
21
21
  "bpk-react-utils": "^7.0.0",
22
22
  "prop-types": "^15.7.2"
23
23
  },
24
24
  "devDependencies": {
25
- "bpk-storybook-utils": "^2.0.1"
25
+ "bpk-storybook-utils": "^2.0.3"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "^17.0.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-map",
3
- "version": "7.0.1",
3
+ "version": "7.1.1",
4
4
  "description": "Backpack map component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -15,8 +15,8 @@
15
15
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
16
16
  "dependencies": {
17
17
  "@react-google-maps/api": "^2.8.1",
18
- "bpk-component-spinner": "^6.0.1",
19
- "bpk-mixins": "^31.4.0",
18
+ "bpk-component-spinner": "^6.0.3",
19
+ "bpk-mixins": "^31.6.1",
20
20
  "bpk-react-utils": "^7.0.0",
21
21
  "prop-types": "^15.5.8"
22
22
  },
@@ -24,9 +24,9 @@
24
24
  "react": "^17.0.2"
25
25
  },
26
26
  "devDependencies": {
27
- "bpk-component-icon": "^10.0.1",
28
- "bpk-component-text": "^8.0.1",
29
- "bpk-storybook-utils": "^2.0.1",
27
+ "bpk-component-icon": "^10.0.3",
28
+ "bpk-component-text": "^8.0.3",
29
+ "bpk-storybook-utils": "^2.0.3",
30
30
  "prop-types": "^15.5.8"
31
31
  }
32
32
  }
@@ -40,7 +40,7 @@ $bpk-spacing-v2: true;
40
40
  // centre of the marker.
41
41
  top: 0.3rem;
42
42
  left: bpk-spacing-sm();
43
- color: $bpk-color-white;
43
+ color: $bpk-surface-default-day;
44
44
 
45
45
  > svg {
46
46
  fill: currentColor;
@@ -54,7 +54,7 @@ $bpk-spacing-v2: true;
54
54
  @include bpk-themeable-property(
55
55
  color,
56
56
  --bpk-icon-marker-default-disabled-color,
57
- $bpk-color-monteverde
57
+ $bpk-status-success-spot-day
58
58
  );
59
59
  }
60
60
 
@@ -67,7 +67,7 @@ $bpk-spacing-v2: true;
67
67
  @include bpk-themeable-property(
68
68
  color,
69
69
  --bpk-icon-marker-default-selected-color,
70
- $bpk-color-monteverde
70
+ $bpk-status-success-spot-day
71
71
  );
72
72
  }
73
73
  }
@@ -26,7 +26,7 @@
26
26
  @include bpk-themeable-property(
27
27
  fill,
28
28
  --bpk-icon-marker-default-background-color,
29
- $bpk-color-monteverde
29
+ $bpk-status-success-spot-day
30
30
  );
31
31
 
32
32
  &--interactive {
@@ -37,17 +37,17 @@
37
37
  @include bpk-themeable-property(
38
38
  fill,
39
39
  --bpk-icon-marker-default-disabled-background-color,
40
- $bpk-color-sagano
40
+ $bpk-status-success-fill-day
41
41
  );
42
42
  }
43
43
 
44
44
  &--selected {
45
- fill: $bpk-color-white;
45
+ fill: $bpk-surface-default-day;
46
46
 
47
47
  @include bpk-themeable-property(
48
48
  stroke,
49
49
  --bpk-icon-marker-default-selected-color,
50
- $bpk-color-monteverde
50
+ $bpk-status-success-spot-day
51
51
  );
52
52
  }
53
53
  }
@@ -33,17 +33,17 @@ $bpk-spacing-v2: true;
33
33
  }
34
34
 
35
35
  &-default {
36
- color: $bpk-color-white;
36
+ color: $bpk-text-primary-inverse-day;
37
37
 
38
38
  @include bpk-themeable-property(
39
39
  border-color,
40
40
  --bpk-price-marker-background-color,
41
- $bpk-color-sky-blue
41
+ $bpk-core-accent-day
42
42
  );
43
43
  @include bpk-themeable-property(
44
44
  background-color,
45
45
  --bpk-price-marker-background-color,
46
- $bpk-color-sky-blue
46
+ $bpk-core-accent-day
47
47
  );
48
48
  }
49
49
 
@@ -51,42 +51,42 @@ $bpk-spacing-v2: true;
51
51
  @include bpk-themeable-property(
52
52
  color,
53
53
  --bpk-price-marker-viewed-color,
54
- $bpk-color-sky-blue
54
+ rgba($bpk-text-on-dark-day, 0.8)
55
55
  );
56
56
  @include bpk-themeable-property(
57
57
  border-color,
58
58
  --bpk-price-marker-viewed-border-color,
59
- $bpk-color-sky-blue-tint-03
59
+ $bpk-core-accent-day
60
60
  );
61
61
  @include bpk-themeable-property(
62
62
  background-color,
63
63
  --bpk-price-marker-viewed-background-color,
64
- $bpk-color-sky-blue-tint-03
64
+ $bpk-core-accent-day
65
65
  );
66
66
  }
67
67
 
68
68
  &-focused {
69
69
  padding: (bpk-spacing-sm() + ($bpk-one-pixel-rem * 2)) bpk-spacing-md();
70
- background-color: $bpk-color-white;
70
+ background-color: $bpk-surface-default-day;
71
71
 
72
72
  @include bpk-themeable-property(
73
73
  border-color,
74
74
  --bpk-price-marker-selected-border-color,
75
- $bpk-color-sky-blue
75
+ $bpk-core-accent-day
76
76
  );
77
77
  @include bpk-themeable-property(
78
78
  color,
79
79
  --bpk-price-marker-selected-color,
80
- $bpk-color-sky-blue
80
+ $bpk-text-link-day
81
81
  );
82
82
  }
83
83
 
84
84
  &-disabled {
85
85
  // We want the disabled marker appear under any other markers that maybe rendered around it
86
86
  z-index: -2;
87
- border-color: $bpk-color-sky-gray-tint-07;
88
- background-color: $bpk-color-sky-gray-tint-07;
89
- color: $bpk-color-sky-gray-tint-04;
87
+ border-color: $bpk-canvas-day;
88
+ background-color: $bpk-canvas-day;
89
+ color: $bpk-text-disabled-day;
90
90
  }
91
91
 
92
92
  &__wrapper {
@@ -108,13 +108,13 @@ $bpk-spacing-v2: true;
108
108
  height: bpk-spacing-base();
109
109
  transform: rotate(45deg);
110
110
  border-radius: 25%;
111
- background-color: $bpk-color-sky-blue;
111
+ background-color: $bpk-core-accent-day;
112
112
 
113
113
  &-default {
114
114
  @include bpk-themeable-property(
115
115
  background-color,
116
116
  --bpk-price-marker-background-color,
117
- $bpk-color-sky-blue
117
+ $bpk-core-accent-day
118
118
  );
119
119
  }
120
120
 
@@ -122,7 +122,7 @@ $bpk-spacing-v2: true;
122
122
  @include bpk-themeable-property(
123
123
  background-color,
124
124
  --bpk-price-marker-viewed-border-color,
125
- $bpk-color-sky-blue-tint-03
125
+ $bpk-core-accent-day
126
126
  );
127
127
  }
128
128
 
@@ -133,14 +133,14 @@ $bpk-spacing-v2: true;
133
133
  @include bpk-themeable-property(
134
134
  background-color,
135
135
  --bpk-price-marker-selected-border-color,
136
- $bpk-color-sky-blue
136
+ $bpk-core-accent-day
137
137
  );
138
138
  }
139
139
 
140
140
  &-disabled {
141
141
  // We want the arrow pointer to appear under the disabled marker which is already z-index: -2
142
142
  z-index: -3;
143
- background-color: $bpk-color-sky-gray-tint-07;
143
+ background-color: $bpk-canvas-day;
144
144
  }
145
145
  }
146
146
  }
@@ -24,5 +24,5 @@
24
24
  justify-content: center;
25
25
  align-items: center;
26
26
  flex: 1;
27
- background-color: $bpk-color-sky-gray-tint-06;
27
+ background-color: $bpk-surface-highlight-day;
28
28
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-mobile-scroll-container",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "Backpack mobile scroll container component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
16
16
  "dependencies": {
17
- "bpk-mixins": "^31.4.0",
17
+ "bpk-mixins": "^31.6.1",
18
18
  "bpk-react-utils": "^7.0.0",
19
19
  "lodash.debounce": "^4.0.8",
20
20
  "prop-types": "^15.7.2"
@@ -23,6 +23,6 @@
23
23
  "react": "^17.0.2"
24
24
  },
25
25
  "devDependencies": {
26
- "@skyscanner/bpk-foundations-web": "^8.5.0"
26
+ "@skyscanner/bpk-foundations-web": "^9.2.0"
27
27
  }
28
28
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-modal",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
4
4
  "description": "Backpack modal component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,20 +14,20 @@
14
14
  },
15
15
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
16
16
  "dependencies": {
17
- "bpk-component-close-button": "^4.0.1",
18
- "bpk-component-icon": "^10.0.1",
19
- "bpk-component-link": "^4.0.1",
20
- "bpk-component-navigation-bar": "^4.0.1",
21
- "bpk-mixins": "^31.4.0",
17
+ "bpk-component-close-button": "^4.0.3",
18
+ "bpk-component-icon": "^10.0.3",
19
+ "bpk-component-link": "^4.0.3",
20
+ "bpk-component-navigation-bar": "^4.0.3",
21
+ "bpk-mixins": "^31.6.1",
22
22
  "bpk-react-utils": "^7.0.0",
23
- "bpk-scrim-utils": "^6.0.1",
23
+ "bpk-scrim-utils": "^6.0.3",
24
24
  "prop-types": "^15.7.2"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": "^17.0.2"
28
28
  },
29
29
  "devDependencies": {
30
- "bpk-component-button": "^7.0.1",
31
- "bpk-component-text": "^8.0.1"
30
+ "bpk-component-button": "^7.0.3",
31
+ "bpk-component-text": "^8.0.3"
32
32
  }
33
33
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-navigation-bar",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "Backpack nativation bar component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
16
16
  "dependencies": {
17
- "bpk-component-close-button": "^4.0.1",
18
- "bpk-component-link": "^4.0.1",
19
- "bpk-component-text": "^8.0.1",
20
- "bpk-mixins": "^31.4.0",
17
+ "bpk-component-close-button": "^4.0.3",
18
+ "bpk-component-link": "^4.0.3",
19
+ "bpk-component-text": "^8.0.3",
20
+ "bpk-mixins": "^31.6.1",
21
21
  "bpk-react-utils": "^7.0.0",
22
22
  "prop-types": "^15.7.2"
23
23
  },
@@ -25,8 +25,8 @@
25
25
  "react": "^17.0.2"
26
26
  },
27
27
  "devDependencies": {
28
- "@skyscanner/bpk-foundations-web": "^8.5.0",
29
- "bpk-component-icon": "^10.0.1",
30
- "bpk-storybook-utils": "^2.0.1"
28
+ "@skyscanner/bpk-foundations-web": "^9.2.0",
29
+ "bpk-component-icon": "^10.0.3",
30
+ "bpk-storybook-utils": "^2.0.3"
31
31
  }
32
32
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-nudger",
3
- "version": "8.0.1",
3
+ "version": "8.0.3",
4
4
  "description": "Backpack nudger component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
16
16
  "dependencies": {
17
- "@skyscanner/bpk-foundations-web": "^8.5.0",
18
- "bpk-component-button": "^7.0.1",
19
- "bpk-component-icon": "^10.0.1",
20
- "bpk-mixins": "^31.4.0",
17
+ "@skyscanner/bpk-foundations-web": "^9.2.0",
18
+ "bpk-component-button": "^7.0.3",
19
+ "bpk-component-icon": "^10.0.3",
20
+ "bpk-mixins": "^31.6.1",
21
21
  "bpk-react-utils": "^7.0.0",
22
22
  "lodash.clamp": "^4.0.3",
23
23
  "prop-types": "^15.7.2"
@@ -26,7 +26,7 @@
26
26
  "react": "^17.0.2"
27
27
  },
28
28
  "devDependencies": {
29
- "bpk-component-label": "^6.0.1",
30
- "bpk-storybook-utils": "^2.0.1"
29
+ "bpk-component-label": "^6.0.3",
30
+ "bpk-storybook-utils": "^2.0.3"
31
31
  }
32
32
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-overlay",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "description": "Backpack overlay component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -13,7 +13,7 @@
13
13
  "registry": "https://registry.npmjs.org/"
14
14
  },
15
15
  "dependencies": {
16
- "bpk-mixins": "^31.4.0",
16
+ "bpk-mixins": "^31.6.1",
17
17
  "bpk-react-utils": "^7.0.0",
18
18
  "prop-types": "^15.5.8"
19
19
  },
@@ -21,8 +21,8 @@
21
21
  "react": "^17.0.2"
22
22
  },
23
23
  "devDependencies": {
24
- "bpk-component-image": "^6.0.1",
25
- "bpk-component-text": "^8.0.1"
24
+ "bpk-component-image": "^6.0.3",
25
+ "bpk-component-text": "^8.0.3"
26
26
  },
27
27
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8"
28
28
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-pagination",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "description": "Backpack pagination component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,8 +14,8 @@
14
14
  },
15
15
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
16
16
  "dependencies": {
17
- "bpk-component-button": "^7.0.1",
18
- "bpk-mixins": "^31.4.0",
17
+ "bpk-component-button": "^7.0.3",
18
+ "bpk-mixins": "^31.6.1",
19
19
  "bpk-react-utils": "^7.0.0",
20
20
  "prop-types": "^15.7.2"
21
21
  },
@@ -23,6 +23,6 @@
23
23
  "react": "^17.0.2"
24
24
  },
25
25
  "devDependencies": {
26
- "bpk-component-icon": "^10.0.1"
26
+ "bpk-component-icon": "^10.0.3"
27
27
  }
28
28
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-panel",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
4
4
  "description": "Backpack panel component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
16
16
  "dependencies": {
17
- "bpk-mixins": "^31.4.0",
17
+ "bpk-mixins": "^31.6.1",
18
18
  "bpk-react-utils": "^7.0.0",
19
19
  "prop-types": "^15.7.2"
20
20
  },