@skyscanner/backpack-web 10.0.0 → 11.1.1

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 (211) hide show
  1. package/bpk-animate-height/package.json +3 -3
  2. package/bpk-component-accordion/package.json +8 -8
  3. package/bpk-component-accordion/src/BpkAccordion.module.scss +1 -1
  4. package/bpk-component-accordion/src/BpkAccordionItem.module.scss +1 -1
  5. package/bpk-component-aria-live/{index.ts → index.js} +0 -0
  6. package/bpk-component-aria-live/package.json +9 -9
  7. package/bpk-component-aria-live/src/{BpkAriaLive.tsx → BpkAriaLive.js} +15 -8
  8. package/bpk-component-aria-live/src/BpkAriaLive.module.scss +1 -1
  9. package/bpk-component-autosuggest/package.json +5 -5
  10. package/bpk-component-autosuggest/src/BpkAutosuggest.module.scss +2 -2
  11. package/bpk-component-badge/package.json +6 -6
  12. package/bpk-component-badge/src/BpkBadge.module.scss +1 -1
  13. package/bpk-component-banner-alert/package.json +10 -10
  14. package/bpk-component-banner-alert/src/BpkAnimateAndFade.module.scss +1 -1
  15. package/bpk-component-banner-alert/src/BpkBannerAlert.module.scss +3 -3
  16. package/bpk-component-barchart/package.json +9 -9
  17. package/bpk-component-barchart/src/BpkBarchartBar.module.scss +3 -1
  18. package/bpk-component-barchart/src/BpkChartAxis.module.scss +1 -1
  19. package/bpk-component-barchart/src/BpkChartDataTable.module.scss +1 -1
  20. package/bpk-component-barchart/src/BpkChartGridLines.module.scss +2 -2
  21. package/bpk-component-blockquote/package.json +3 -3
  22. package/bpk-component-blockquote/src/BpkBlockquote.module.scss +1 -1
  23. package/bpk-component-breadcrumb/package.json +6 -6
  24. package/bpk-component-breadcrumb/src/BpkBreadcrumb.module.scss +1 -1
  25. package/bpk-component-breadcrumb/src/BpkBreadcrumbItem.module.scss +1 -1
  26. package/bpk-component-breakpoint/package.json +4 -4
  27. package/bpk-component-button/package.json +3 -3
  28. package/bpk-component-button/src/BpkButtonBase.module.scss +2 -2
  29. package/bpk-component-button/src/BpkButtonDestructive.module.scss +1 -1
  30. package/bpk-component-button/src/BpkButtonFeatured.module.scss +1 -1
  31. package/bpk-component-button/src/BpkButtonLink.module.scss +1 -1
  32. package/bpk-component-button/src/BpkButtonLinkOnDark.module.scss +1 -1
  33. package/bpk-component-button/src/BpkButtonOutline.module.scss +1 -1
  34. package/bpk-component-button/src/BpkButtonPrimaryOnDark.module.scss +1 -1
  35. package/bpk-component-button/src/BpkButtonPrimaryOnLight.module.scss +1 -1
  36. package/bpk-component-button/src/BpkButtonSecondary.module.scss +1 -1
  37. package/bpk-component-button/src/BpkButtonSecondaryOnDark.module.scss +1 -1
  38. package/bpk-component-calendar/package.json +10 -10
  39. package/bpk-component-calendar/src/BpkCalendar.module.scss +2 -2
  40. package/bpk-component-calendar/src/BpkCalendarDate.module.scss +1 -1
  41. package/bpk-component-calendar/src/BpkCalendarGrid.module.scss +3 -2
  42. package/bpk-component-calendar/src/BpkCalendarGridHeader.module.scss +2 -2
  43. package/bpk-component-calendar/src/BpkCalendarGridTransition.module.scss +2 -2
  44. package/bpk-component-calendar/src/BpkCalendarNav.module.scss +3 -3
  45. package/bpk-component-calendar/src/_variables.scss +1 -1
  46. package/bpk-component-card/package.json +5 -5
  47. package/bpk-component-card/src/BpkCard.module.scss +1 -1
  48. package/bpk-component-checkbox/package.json +6 -6
  49. package/bpk-component-checkbox/src/BpkCheckbox.module.scss +1 -1
  50. package/bpk-component-chip/package.json +6 -6
  51. package/bpk-component-chip/src/BpkSelectableChip.module.scss +1 -1
  52. package/bpk-component-close-button/package.json +5 -5
  53. package/bpk-component-close-button/src/BpkCloseButton.module.scss +3 -2
  54. package/bpk-component-code/package.json +3 -3
  55. package/bpk-component-code/src/BpkCode.module.scss +1 -1
  56. package/bpk-component-code/src/BpkCodeBlock.module.scss +1 -1
  57. package/bpk-component-content-cards/{index.ts → index.js} +0 -0
  58. package/bpk-component-content-cards/package.json +5 -5
  59. package/bpk-component-content-cards/src/{BpkContentCard.tsx → BpkContentCard.js} +8 -9
  60. package/bpk-component-content-cards/src/BpkContentCard.module.scss +1 -1
  61. package/bpk-component-content-cards/src/{BpkContentCards.tsx → BpkContentCards.js} +11 -11
  62. package/bpk-component-content-cards/src/BpkContentCards.module.scss +1 -1
  63. package/bpk-component-content-container/package.json +3 -3
  64. package/bpk-component-content-container/src/BpkContentContainer.module.scss +1 -1
  65. package/bpk-component-datatable/package.json +5 -5
  66. package/bpk-component-datatable/src/BpkDataTable.module.scss +1 -2
  67. package/bpk-component-datatable/src/BpkDataTableHeader.module.scss +1 -2
  68. package/bpk-component-datepicker/package.json +10 -10
  69. package/bpk-component-datepicker/src/BpkDatepicker.module.scss +1 -1
  70. package/bpk-component-description-list/package.json +3 -3
  71. package/bpk-component-description-list/src/BpkDescriptionList.module.scss +1 -1
  72. package/bpk-component-dialog/package.json +9 -9
  73. package/bpk-component-dialog/src/BpkDialog.module.scss +1 -1
  74. package/bpk-component-dialog/src/BpkDialogInner.module.scss +3 -1
  75. package/bpk-component-drawer/package.json +10 -10
  76. package/bpk-component-drawer/src/BpkDrawer.module.scss +1 -1
  77. package/bpk-component-drawer/src/BpkDrawerContent.module.scss +1 -1
  78. package/bpk-component-fieldset/package.json +13 -13
  79. package/bpk-component-fieldset/src/BpkFieldset.module.scss +2 -2
  80. package/bpk-component-flare/package.json +5 -5
  81. package/bpk-component-flare/src/bpk-content-bubble.module.scss +2 -1
  82. package/bpk-component-flare/src/bpk-flare-bar.module.scss +2 -1
  83. package/bpk-component-floating-notification/README.md +0 -8
  84. package/bpk-component-floating-notification/index.js +0 -2
  85. package/bpk-component-floating-notification/package.json +6 -6
  86. package/bpk-component-floating-notification/src/BpkFloatingNotification.js +7 -26
  87. package/bpk-component-floating-notification/src/BpkFloatingNotification.module.scss +5 -18
  88. package/bpk-component-form-validation/package.json +11 -11
  89. package/bpk-component-form-validation/src/BpkFormValidation.module.scss +1 -1
  90. package/bpk-component-graphic-promotion/{index.ts → index.js} +0 -0
  91. package/bpk-component-graphic-promotion/package.json +6 -6
  92. package/bpk-component-graphic-promotion/src/{BpkGraphicPromo.tsx → BpkGraphicPromo.js} +26 -16
  93. package/bpk-component-graphic-promotion/src/BpkGraphicPromo.module.scss +1 -1
  94. package/bpk-component-grid/package.json +3 -3
  95. package/bpk-component-grid/src/BpkGridColumn.module.scss +1 -1
  96. package/bpk-component-grid/src/BpkGridContainer.module.scss +1 -1
  97. package/bpk-component-grid/src/BpkGridRow.module.scss +1 -1
  98. package/bpk-component-grid-toggle/package.json +4 -4
  99. package/bpk-component-grid-toggle/src/BpkGridToggle.module.scss +1 -1
  100. package/bpk-component-horizontal-nav/package.json +7 -7
  101. package/bpk-component-horizontal-nav/src/BpkHorizontalNav.module.scss +3 -3
  102. package/bpk-component-horizontal-nav/src/BpkHorizontalNavItem.module.scss +15 -15
  103. package/bpk-component-icon/README.md +1 -1
  104. package/bpk-component-icon/package.json +8 -8
  105. package/bpk-component-icon/src/BpkIcon.module.scss +1 -1
  106. package/bpk-component-icon/src/withDescription.module.scss +1 -1
  107. package/bpk-component-image/package.json +7 -7
  108. package/bpk-component-image/src/BpkBackgroundImage.module.scss +1 -1
  109. package/bpk-component-image/src/BpkImage.module.scss +1 -1
  110. package/bpk-component-infinite-scroll/package.json +7 -7
  111. package/bpk-component-infinite-scroll/src/withInfiniteScroll.module.scss +1 -1
  112. package/bpk-component-input/package.json +7 -7
  113. package/bpk-component-input/src/BpkClearButton.module.scss +5 -5
  114. package/bpk-component-input/src/BpkInput.module.scss +1 -1
  115. package/bpk-component-label/package.json +3 -3
  116. package/bpk-component-label/src/BpkLabel.module.scss +1 -1
  117. package/bpk-component-link/package.json +5 -5
  118. package/bpk-component-link/src/BpkLink.module.scss +1 -1
  119. package/bpk-component-list/package.json +3 -3
  120. package/bpk-component-list/src/BpkList.module.scss +1 -1
  121. package/bpk-component-loading-button/package.json +7 -7
  122. package/bpk-component-loading-button/src/BpkLoadingButton.module.scss +1 -1
  123. package/bpk-component-map/package.json +7 -7
  124. package/bpk-component-map/src/BpkIconMarker.module.scss +3 -2
  125. package/bpk-component-map/src/BpkIconMarkerBackground.module.scss +1 -1
  126. package/bpk-component-map/src/BpkMap.js +1 -0
  127. package/bpk-component-map/src/BpkPriceMarker.module.scss +3 -1
  128. package/bpk-component-map/src/DefaultLoadingElement.module.scss +1 -1
  129. package/bpk-component-mobile-scroll-container/README.md +1 -1
  130. package/bpk-component-mobile-scroll-container/package.json +4 -4
  131. package/bpk-component-mobile-scroll-container/src/BpkMobileScrollContainer.module.scss +3 -1
  132. package/bpk-component-modal/package.json +10 -10
  133. package/bpk-component-modal/src/BpkModal.module.scss +1 -1
  134. package/bpk-component-modal/src/BpkModalInner.module.scss +3 -1
  135. package/bpk-component-navigation-bar/package.json +9 -9
  136. package/bpk-component-navigation-bar/src/BpkNavigationBar.module.scss +4 -4
  137. package/bpk-component-navigation-bar/src/BpkNavigationBarButtonLink.module.scss +5 -5
  138. package/bpk-component-navigation-bar/src/BpkNavigationBarIconButton.module.scss +4 -4
  139. package/bpk-component-nudger/package.json +8 -8
  140. package/bpk-component-nudger/src/BpkNudger.module.scss +1 -1
  141. package/bpk-component-overlay/package.json +5 -5
  142. package/bpk-component-overlay/src/BpkOverlay.module.scss +1 -1
  143. package/bpk-component-pagination/package.json +5 -5
  144. package/bpk-component-pagination/src/BpkPaginationList.module.scss +1 -1
  145. package/bpk-component-pagination/src/BpkPaginationNudger.module.scss +2 -2
  146. package/bpk-component-pagination/src/BpkPaginationPage.module.scss +1 -1
  147. package/bpk-component-panel/package.json +3 -3
  148. package/bpk-component-panel/src/BpkPanel.module.scss +1 -1
  149. package/bpk-component-phone-input/package.json +10 -10
  150. package/bpk-component-phone-input/src/BpkPhoneInput.module.scss +1 -1
  151. package/bpk-component-popover/package.json +9 -9
  152. package/bpk-component-popover/src/BpkPopover.module.scss +1 -2
  153. package/bpk-component-price/package.json +4 -4
  154. package/bpk-component-price/src/BpkPrice.module.scss +1 -1
  155. package/bpk-component-progress/package.json +6 -6
  156. package/bpk-component-progress/src/BpkProgress.module.scss +1 -1
  157. package/bpk-component-radio/package.json +5 -5
  158. package/bpk-component-radio/src/BpkRadio.module.scss +1 -2
  159. package/bpk-component-rating/package.json +5 -5
  160. package/bpk-component-rating/src/BpkRating.module.scss +1 -1
  161. package/bpk-component-rtl-toggle/package.json +3 -3
  162. package/bpk-component-scrollable-calendar/package.json +7 -7
  163. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGrid.module.scss +1 -1
  164. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGridList.module.scss +1 -2
  165. package/bpk-component-section-list/package.json +7 -7
  166. package/bpk-component-section-list/src/BpkSectionListItem.module.scss +1 -1
  167. package/bpk-component-section-list/src/BpkSectionListSection.module.scss +1 -1
  168. package/bpk-component-select/package.json +4 -4
  169. package/bpk-component-select/src/BpkSelect.module.scss +1 -1
  170. package/bpk-component-skip-link/package.json +3 -3
  171. package/bpk-component-skip-link/src/BpkSkipLink.module.scss +2 -1
  172. package/bpk-component-slider/package.json +5 -5
  173. package/bpk-component-slider/src/BpkSlider.module.scss +1 -2
  174. package/bpk-component-spinner/package.json +4 -4
  175. package/bpk-component-spinner/src/BpkSpinner.module.scss +1 -1
  176. package/bpk-component-split-input/package.json +4 -4
  177. package/bpk-component-split-input/src/BpkInputField.module.scss +1 -1
  178. package/bpk-component-split-input/src/BpkSplitInput.module.scss +1 -1
  179. package/bpk-component-star-rating/package.json +6 -6
  180. package/bpk-component-star-rating/src/BpkInteractiveStar.module.scss +3 -3
  181. package/bpk-component-star-rating/src/BpkStar.module.scss +1 -1
  182. package/bpk-component-switch/README.md +1 -1
  183. package/bpk-component-switch/package.json +3 -3
  184. package/bpk-component-switch/src/BpkSwitch.js +14 -13
  185. package/bpk-component-switch/src/BpkSwitch.module.scss +18 -12
  186. package/bpk-component-table/package.json +3 -3
  187. package/bpk-component-table/src/BpkTable.module.scss +1 -1
  188. package/bpk-component-text/package.json +3 -3
  189. package/bpk-component-text/src/BpkText.module.scss +1 -1
  190. package/bpk-component-textarea/package.json +5 -5
  191. package/bpk-component-textarea/src/BpkTextarea.module.scss +1 -1
  192. package/bpk-component-theme-toggle/package.json +6 -6
  193. package/bpk-component-theme-toggle/src/BpkThemeToggle.module.scss +1 -1
  194. package/bpk-component-ticket/package.json +5 -5
  195. package/bpk-component-ticket/src/BpkTicket.module.scss +1 -1
  196. package/bpk-component-tooltip/package.json +5 -5
  197. package/bpk-component-tooltip/src/BpkTooltip.module.scss +3 -2
  198. package/bpk-react-utils/README.md +1 -1
  199. package/bpk-react-utils/package.json +1 -1
  200. package/bpk-scrim-utils/package.json +3 -3
  201. package/bpk-scrim-utils/src/bpk-scrim-content.module.scss +1 -1
  202. package/bpk-scrim-utils/src/bpk-scrim.module.scss +1 -1
  203. package/bpk-theming/package.json +2 -2
  204. package/package.json +4 -4
  205. package/bpk-component-aria-live/src/BpkAriaLive-test.tsx +0 -60
  206. package/bpk-component-aria-live/src/accessibility-test.tsx +0 -31
  207. package/bpk-component-content-cards/src/BpkContentCard-test.tsx +0 -88
  208. package/bpk-component-content-cards/src/BpkContentCards-test.tsx +0 -126
  209. package/bpk-component-content-cards/src/accessibility-test.tsx +0 -64
  210. package/bpk-component-graphic-promotion/src/BpkGraphicPromo-test.tsx +0 -134
  211. package/bpk-component-graphic-promotion/src/accessibility-test.tsx +0 -147
@@ -42,7 +42,7 @@ export default () => (
42
42
 
43
43
  *`MyComponent.scss`:*
44
44
  ```scss
45
- @import '~bpk-mixins/index';
45
+ @import '~bpk-mixins/index.scss';
46
46
 
47
47
  .my-component {
48
48
  display: flex;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-mobile-scroll-container",
3
- "version": "4.0.3",
3
+ "version": "4.0.6",
4
4
  "description": "Backpack mobile scroll container component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,8 +14,8 @@
14
14
  },
15
15
  "gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
16
16
  "dependencies": {
17
- "bpk-mixins": "^31.6.1",
18
- "bpk-react-utils": "^7.0.0",
17
+ "bpk-mixins": "^31.6.6",
18
+ "bpk-react-utils": "^7.0.1",
19
19
  "lodash.debounce": "^4.0.8",
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
- "@skyscanner/bpk-foundations-web": "^9.2.0"
26
+ "@skyscanner/bpk-foundations-web": "^9.4.0"
27
27
  }
28
28
  }
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  .bpk-mobile-scroll-container {
22
22
  position: relative;
@@ -36,8 +36,10 @@
36
36
  overflow-y: hidden;
37
37
  -webkit-overflow-scrolling: touch;
38
38
  -ms-overflow-style: -ms-autohiding-scrollbar;
39
+
39
40
  &:not(.bpk-mobile-scroll-container__showScrollbar) {
40
41
  scrollbar-width: none;
42
+
41
43
  &::-webkit-scrollbar {
42
44
  display: none;
43
45
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-modal",
3
- "version": "6.0.3",
3
+ "version": "6.0.6",
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.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
- "bpk-react-utils": "^7.0.0",
23
- "bpk-scrim-utils": "^6.0.3",
17
+ "bpk-component-close-button": "^4.0.6",
18
+ "bpk-component-icon": "^10.0.6",
19
+ "bpk-component-link": "^4.0.6",
20
+ "bpk-component-navigation-bar": "^4.1.2",
21
+ "bpk-mixins": "^31.6.6",
22
+ "bpk-react-utils": "^7.0.1",
23
+ "bpk-scrim-utils": "^6.0.6",
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.3",
31
- "bpk-component-text": "^8.0.3"
30
+ "bpk-component-button": "^7.0.6",
31
+ "bpk-component-text": "^8.0.6"
32
32
  }
33
33
  }
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  $bpk-spacing-v2: true;
22
22
 
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  $bpk-spacing-v2: true;
22
22
 
@@ -39,8 +39,10 @@ $bpk-spacing-v2: true;
39
39
  outline: 0;
40
40
  background-color: $bpk-modal-background-color;
41
41
  opacity: $bpk-modal-opacity;
42
+
42
43
  // required to prevent the header extending beyond the rounded corners
43
44
  overflow: hidden;
45
+
44
46
  // FIX: Prevents ugly flickering when tapping inside the modal in Mobile Safari
45
47
  -webkit-tap-highlight-color: transparent;
46
48
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-navigation-bar",
3
- "version": "4.0.3",
3
+ "version": "4.1.2",
4
4
  "description": "Backpack nativation bar component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,19 +14,19 @@
14
14
  },
15
15
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
16
16
  "dependencies": {
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
- "bpk-react-utils": "^7.0.0",
17
+ "bpk-component-close-button": "^4.0.6",
18
+ "bpk-component-link": "^4.0.6",
19
+ "bpk-component-text": "^8.0.6",
20
+ "bpk-mixins": "^31.6.6",
21
+ "bpk-react-utils": "^7.0.1",
22
22
  "prop-types": "^15.7.2"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": "^17.0.2"
26
26
  },
27
27
  "devDependencies": {
28
- "@skyscanner/bpk-foundations-web": "^9.2.0",
29
- "bpk-component-icon": "^10.0.3",
30
- "bpk-storybook-utils": "^2.0.3"
28
+ "@skyscanner/bpk-foundations-web": "^9.4.0",
29
+ "bpk-component-icon": "^10.0.6",
30
+ "bpk-storybook-utils": "^2.0.6"
31
31
  }
32
32
  }
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  $bpk-spacing-v2: true;
22
22
 
@@ -32,15 +32,15 @@ $bpk-spacing-v2: true;
32
32
  @include bpk-themeable-property(
33
33
  background-color,
34
34
  --bpk-navigation-bar-background-color,
35
- $bpk-color-sky-blue
35
+ $bpk-core-accent-day
36
36
  );
37
- @include bpk-border-bottom-sm($bpk-color-sky-gray-tint-06);
37
+ @include bpk-border-bottom-sm($bpk-line-day);
38
38
 
39
39
  &__title {
40
40
  @include bpk-themeable-property(
41
41
  color,
42
42
  --bpk-navigation-bar-title-color,
43
- $bpk-color-white
43
+ $bpk-text-primary-inverse-day
44
44
  );
45
45
  }
46
46
 
@@ -16,20 +16,20 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  .bpk-navigation-bar-button-link {
22
22
  @include bpk-themeable-property(
23
23
  color,
24
24
  --bpk-navigation-bar-button-link-color,
25
- $bpk-color-white
25
+ $bpk-text-primary-inverse-day
26
26
  );
27
27
 
28
28
  @include bpk-hover {
29
29
  @include bpk-themeable-property(
30
30
  color,
31
31
  --bpk-navigation-bar-button-link-hover-color,
32
- $bpk-color-white
32
+ $bpk-text-primary-inverse-day
33
33
  );
34
34
  }
35
35
 
@@ -37,7 +37,7 @@
37
37
  @include bpk-themeable-property(
38
38
  color,
39
39
  --bpk-navigation-bar-button-link-active-color,
40
- $bpk-color-white
40
+ $bpk-text-primary-inverse-day
41
41
  );
42
42
  }
43
43
 
@@ -45,7 +45,7 @@
45
45
  @include bpk-themeable-property(
46
46
  color,
47
47
  --bpk-navigation-bar-button-link-visited-color,
48
- $bpk-color-white
48
+ $bpk-text-primary-inverse-day
49
49
  );
50
50
  }
51
51
  }
@@ -16,20 +16,20 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  .bpk-navigation-bar-icon-button {
22
22
  @include bpk-themeable-property(
23
23
  color,
24
24
  --bpk-navigation-bar-icon-button-color,
25
- $bpk-color-white
25
+ $bpk-text-primary-inverse-day
26
26
  );
27
27
 
28
28
  @include bpk-hover {
29
29
  @include bpk-themeable-property(
30
30
  color,
31
31
  --bpk-navigation-bar-icon-button-hover-color,
32
- $bpk-color-white
32
+ $bpk-text-primary-inverse-day
33
33
  );
34
34
  }
35
35
 
@@ -37,7 +37,7 @@
37
37
  @include bpk-themeable-property(
38
38
  color,
39
39
  --bpk-navigation-bar-icon-button-active-color,
40
- $bpk-color-white
40
+ $bpk-text-primary-inverse-day
41
41
  );
42
42
  }
43
43
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-nudger",
3
- "version": "8.0.3",
3
+ "version": "8.0.6",
4
4
  "description": "Backpack nudger component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,11 +14,11 @@
14
14
  },
15
15
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
16
16
  "dependencies": {
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
- "bpk-react-utils": "^7.0.0",
17
+ "@skyscanner/bpk-foundations-web": "^9.4.0",
18
+ "bpk-component-button": "^7.0.6",
19
+ "bpk-component-icon": "^10.0.6",
20
+ "bpk-mixins": "^31.6.6",
21
+ "bpk-react-utils": "^7.0.1",
22
22
  "lodash.clamp": "^4.0.3",
23
23
  "prop-types": "^15.7.2"
24
24
  },
@@ -26,7 +26,7 @@
26
26
  "react": "^17.0.2"
27
27
  },
28
28
  "devDependencies": {
29
- "bpk-component-label": "^6.0.3",
30
- "bpk-storybook-utils": "^2.0.3"
29
+ "bpk-component-label": "^6.0.6",
30
+ "bpk-storybook-utils": "^2.0.6"
31
31
  }
32
32
  }
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  $bpk-spacing-v2: true;
22
22
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-overlay",
3
- "version": "3.0.3",
3
+ "version": "3.0.6",
4
4
  "description": "Backpack overlay component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -13,16 +13,16 @@
13
13
  "registry": "https://registry.npmjs.org/"
14
14
  },
15
15
  "dependencies": {
16
- "bpk-mixins": "^31.6.1",
17
- "bpk-react-utils": "^7.0.0",
16
+ "bpk-mixins": "^31.6.6",
17
+ "bpk-react-utils": "^7.0.1",
18
18
  "prop-types": "^15.5.8"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "^17.0.2"
22
22
  },
23
23
  "devDependencies": {
24
- "bpk-component-image": "^6.0.3",
25
- "bpk-component-text": "^8.0.3"
24
+ "bpk-component-image": "^6.0.6",
25
+ "bpk-component-text": "^8.0.6"
26
26
  },
27
27
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8"
28
28
  }
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  .bpk-overlay {
22
22
  &__wrapper {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-pagination",
3
- "version": "5.0.3",
3
+ "version": "5.0.6",
4
4
  "description": "Backpack pagination 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.3",
18
- "bpk-mixins": "^31.6.1",
19
- "bpk-react-utils": "^7.0.0",
17
+ "bpk-component-button": "^7.0.6",
18
+ "bpk-mixins": "^31.6.6",
19
+ "bpk-react-utils": "^7.0.1",
20
20
  "prop-types": "^15.7.2"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "react": "^17.0.2"
24
24
  },
25
25
  "devDependencies": {
26
- "bpk-component-icon": "^10.0.3"
26
+ "bpk-component-icon": "^10.0.6"
27
27
  }
28
28
  }
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  $bpk-spacing-v2: true;
22
22
 
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  $bpk-spacing-v2: true;
22
22
 
@@ -60,7 +60,7 @@ $bpk-spacing-v2: true;
60
60
  }
61
61
 
62
62
  .bpk-pagination-nudger__icon {
63
- fill: currentColor;
63
+ fill: currentcolor;
64
64
 
65
65
  @include bpk-icon--rtl-support;
66
66
  }
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  $bpk-spacing-v2: true;
22
22
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-panel",
3
- "version": "4.1.2",
3
+ "version": "4.1.5",
4
4
  "description": "Backpack panel component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,8 +14,8 @@
14
14
  },
15
15
  "gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
16
16
  "dependencies": {
17
- "bpk-mixins": "^31.6.1",
18
- "bpk-react-utils": "^7.0.0",
17
+ "bpk-mixins": "^31.6.6",
18
+ "bpk-react-utils": "^7.0.1",
19
19
  "prop-types": "^15.7.2"
20
20
  },
21
21
  "peerDependencies": {
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  .bpk-panel {
22
22
  @include bpk-panel;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-phone-input",
3
- "version": "8.0.3",
3
+ "version": "8.0.6",
4
4
  "description": "Backpack phone input component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,20 +14,20 @@
14
14
  },
15
15
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
16
16
  "dependencies": {
17
- "@skyscanner/bpk-foundations-web": "^9.2.0",
18
- "bpk-component-input": "^7.0.3",
19
- "bpk-component-label": "^6.0.3",
20
- "bpk-component-select": "^6.0.3",
21
- "bpk-component-text": "^8.0.3",
22
- "bpk-mixins": "^31.6.1",
23
- "bpk-react-utils": "^7.0.0",
17
+ "@skyscanner/bpk-foundations-web": "^9.4.0",
18
+ "bpk-component-input": "^7.0.6",
19
+ "bpk-component-label": "^6.0.6",
20
+ "bpk-component-select": "^6.0.6",
21
+ "bpk-component-text": "^8.0.6",
22
+ "bpk-mixins": "^31.6.6",
23
+ "bpk-react-utils": "^7.0.1",
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-fieldset": "^5.0.3",
31
- "bpk-component-image": "^6.0.3"
30
+ "bpk-component-fieldset": "^5.0.6",
31
+ "bpk-component-image": "^6.0.6"
32
32
  }
33
33
  }
@@ -15,7 +15,7 @@
15
15
  * See the License for the specific language governing permissions and
16
16
  * limitations under the License.
17
17
  */
18
- @import '~bpk-mixins/index';
18
+ @import '~bpk-mixins/index.scss';
19
19
 
20
20
  $bpk-spacing-v2: true;
21
21
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-popover",
3
- "version": "8.0.3",
3
+ "version": "8.0.6",
4
4
  "description": "Backpack popover component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -17,19 +17,19 @@
17
17
  "@popperjs/core": "^2.11.5",
18
18
  "a11y-focus-scope": "^1.1.3",
19
19
  "a11y-focus-store": "^1.0.0",
20
- "bpk-component-close-button": "^4.0.3",
21
- "bpk-component-link": "^4.0.3",
22
- "bpk-component-text": "^8.0.3",
23
- "bpk-mixins": "^31.6.1",
24
- "bpk-react-utils": "^7.0.0",
20
+ "bpk-component-close-button": "^4.0.6",
21
+ "bpk-component-link": "^4.0.6",
22
+ "bpk-component-text": "^8.0.6",
23
+ "bpk-mixins": "^31.6.6",
24
+ "bpk-react-utils": "^7.0.1",
25
25
  "prop-types": "^15.7.2"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "^17.0.2"
29
29
  },
30
30
  "devDependencies": {
31
- "bpk-component-button": "^7.0.3",
32
- "bpk-component-content-container": "^6.0.3",
33
- "bpk-component-input": "^7.0.3"
31
+ "bpk-component-button": "^7.0.6",
32
+ "bpk-component-content-container": "^6.0.6",
33
+ "bpk-component-input": "^7.0.6"
34
34
  }
35
35
  }
@@ -16,10 +16,9 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  $bpk-spacing-v2: true;
22
-
23
22
  $arrow-size: bpk-spacing-lg();
24
23
  $arrow-inset-margin: -($bpk-one-pixel-rem * 11);
25
24
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-price",
3
- "version": "2.0.3",
3
+ "version": "2.0.6",
4
4
  "description": "Backpack price component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -13,9 +13,9 @@
13
13
  "registry": "https://registry.npmjs.org/"
14
14
  },
15
15
  "dependencies": {
16
- "bpk-component-text": "^8.0.3",
17
- "bpk-mixins": "^31.6.1",
18
- "bpk-react-utils": "^7.0.0",
16
+ "bpk-component-text": "^8.0.6",
17
+ "bpk-mixins": "^31.6.6",
18
+ "bpk-react-utils": "^7.0.1",
19
19
  "prop-types": "^15.5.8"
20
20
  },
21
21
  "peerDependencies": {
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  .bpk-price {
22
22
  display: flex;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-progress",
3
- "version": "4.0.3",
3
+ "version": "4.0.6",
4
4
  "description": "Backpack progress bar component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,9 +14,9 @@
14
14
  },
15
15
  "gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
16
16
  "dependencies": {
17
- "@skyscanner/bpk-foundations-web": "^9.2.0",
18
- "bpk-mixins": "^31.6.1",
19
- "bpk-react-utils": "^7.0.0",
17
+ "@skyscanner/bpk-foundations-web": "^9.4.0",
18
+ "bpk-mixins": "^31.6.6",
19
+ "bpk-react-utils": "^7.0.1",
20
20
  "lodash.clamp": "^4.0.3",
21
21
  "prop-types": "^15.7.2"
22
22
  },
@@ -24,7 +24,7 @@
24
24
  "react": "^17.0.2"
25
25
  },
26
26
  "devDependencies": {
27
- "bpk-component-button": "^7.0.3",
28
- "bpk-storybook-utils": "^2.0.3"
27
+ "bpk-component-button": "^7.0.6",
28
+ "bpk-storybook-utils": "^2.0.6"
29
29
  }
30
30
  }
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  $bpk-spacing-v2: true;
22
22
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-radio",
3
- "version": "4.0.3",
3
+ "version": "4.0.6",
4
4
  "description": "Backpack radio button component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,15 +14,15 @@
14
14
  },
15
15
  "gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
16
16
  "dependencies": {
17
- "bpk-mixins": "^31.6.1",
18
- "bpk-react-utils": "^7.0.0",
17
+ "bpk-mixins": "^31.6.6",
18
+ "bpk-react-utils": "^7.0.1",
19
19
  "prop-types": "^15.7.2"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "react": "^17.0.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@skyscanner/bpk-foundations-web": "^9.2.0",
26
- "bpk-storybook-utils": "^2.0.3"
25
+ "@skyscanner/bpk-foundations-web": "^9.4.0",
26
+ "bpk-storybook-utils": "^2.0.6"
27
27
  }
28
28
  }
@@ -16,10 +16,9 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins/index';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  $bpk-spacing-v2: true;
22
-
23
22
  $bpk-radio-circle-size: $bpk-one-pixel-rem * 8;
24
23
  $bpk-radio-size: bpk-spacing-lg() - ($bpk-one-pixel-rem * 4);
25
24