@skyscanner/backpack-web 6.0.0-alpha.1 → 6.1.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 (246) hide show
  1. package/bpk-animate-height/package.json +2 -2
  2. package/bpk-component-accordion/package.json +6 -6
  3. package/bpk-component-accordion/src/BpkAccordion.js +1 -0
  4. package/bpk-component-accordion/src/BpkAccordionItem.js +1 -0
  5. package/bpk-component-accordion/src/withAccordionItemState.js +1 -0
  6. package/bpk-component-accordion/src/withSingleItemAccordionState.js +1 -0
  7. package/bpk-component-aria-live/package.json +7 -7
  8. package/bpk-component-aria-live/src/BpkAriaLive.js +1 -0
  9. package/bpk-component-autosuggest/package.json +4 -4
  10. package/bpk-component-autosuggest/src/BpkAutosuggest.js +2 -1
  11. package/bpk-component-autosuggest/src/BpkAutosuggestSuggestion.js +1 -0
  12. package/bpk-component-badge/package.json +4 -4
  13. package/bpk-component-badge/src/BpkBadge.js +1 -0
  14. package/bpk-component-banner-alert/package.json +8 -8
  15. package/bpk-component-banner-alert/src/AnimateAndFade.js +3 -2
  16. package/bpk-component-banner-alert/src/BpkBannerAlertInner.js +2 -1
  17. package/bpk-component-banner-alert/src/withBannerAlertState.js +1 -0
  18. package/bpk-component-barchart/data.json +0 -82
  19. package/bpk-component-barchart/package.json +7 -7
  20. package/bpk-component-barchart/src/BpkBarchart.js +1 -0
  21. package/bpk-component-barchart/src/BpkBarchartBar.js +2 -1
  22. package/bpk-component-barchart/src/BpkChartAxis.js +2 -1
  23. package/bpk-component-barchart/src/BpkChartDataTable.js +1 -0
  24. package/bpk-component-barchart/src/BpkChartGridLines.js +1 -0
  25. package/bpk-component-blockquote/package.json +2 -2
  26. package/bpk-component-blockquote/src/BpkBlockquote.js +1 -0
  27. package/bpk-component-breadcrumb/package.json +5 -5
  28. package/bpk-component-breadcrumb/src/BpkBreadcrumb.js +1 -0
  29. package/bpk-component-breadcrumb/src/BpkBreadcrumbItem.js +1 -0
  30. package/bpk-component-breakpoint/package.json +2 -2
  31. package/bpk-component-button/package.json +2 -2
  32. package/bpk-component-button/src/BpkButtonBase.module.css +1 -1
  33. package/bpk-component-button/src/BpkButtonDestructive.module.css +1 -1
  34. package/bpk-component-button/src/BpkButtonFeatured.module.css +1 -1
  35. package/bpk-component-button/src/BpkButtonLink.module.css +1 -1
  36. package/bpk-component-button/src/BpkButtonSecondary.module.css +1 -1
  37. package/bpk-component-calendar/package.json +8 -8
  38. package/bpk-component-calendar/src/BpkCalendarContainer.js +1 -0
  39. package/bpk-component-calendar/src/BpkCalendarDate.js +1 -0
  40. package/bpk-component-calendar/src/BpkCalendarGrid.js +1 -0
  41. package/bpk-component-calendar/src/BpkCalendarGridHeader.js +1 -0
  42. package/bpk-component-calendar/src/BpkCalendarGridTransition.js +1 -0
  43. package/bpk-component-calendar/src/BpkCalendarNav.js +1 -0
  44. package/bpk-component-calendar/src/Week.js +1 -0
  45. package/bpk-component-calendar/src/composeCalendar.js +1 -0
  46. package/bpk-component-card/package.json +4 -4
  47. package/bpk-component-card/src/BpkCard.js +1 -0
  48. package/bpk-component-checkbox/package.json +4 -4
  49. package/bpk-component-checkbox/src/BpkCheckbox.js +1 -0
  50. package/bpk-component-chip/package.json +5 -5
  51. package/bpk-component-chip/src/BpkDismissibleChip.js +1 -0
  52. package/bpk-component-chip/src/BpkSelectableChip.js +1 -0
  53. package/bpk-component-close-button/package.json +4 -4
  54. package/bpk-component-close-button/src/BpkCloseButton.js +1 -0
  55. package/bpk-component-code/package.json +2 -2
  56. package/bpk-component-code/src/BpkCode.js +1 -0
  57. package/bpk-component-code/src/BpkCodeBlock.js +1 -0
  58. package/bpk-component-content-container/package.json +2 -2
  59. package/bpk-component-content-container/src/BpkContentContainer.js +1 -0
  60. package/bpk-component-content-container/src/BpkContentContainer.module.css +1 -1
  61. package/bpk-component-datatable/package.json +3 -3
  62. package/bpk-component-datatable/src/BpkDataTable.js +2 -1
  63. package/bpk-component-datatable/src/BpkDataTableColumn.js +1 -0
  64. package/bpk-component-datatable/src/bpkHeaderRenderer.js +1 -0
  65. package/bpk-component-datepicker/package.json +8 -8
  66. package/bpk-component-datepicker/src/BpkDatepicker.js +3 -2
  67. package/bpk-component-description-list/package.json +2 -2
  68. package/bpk-component-description-list/src/ComponentFactory.js +1 -0
  69. package/bpk-component-dialog/package.json +8 -8
  70. package/bpk-component-dialog/src/BpkDialog.js +1 -0
  71. package/bpk-component-dialog/src/BpkDialogInner.js +1 -0
  72. package/bpk-component-dialog/src/BpkDialogInner.module.css +1 -1
  73. package/bpk-component-drawer/package.json +8 -8
  74. package/bpk-component-drawer/src/BpkDrawer.js +1 -0
  75. package/bpk-component-drawer/src/BpkDrawerContent.js +1 -0
  76. package/bpk-component-drawer/src/BpkDrawerContent.module.css +1 -1
  77. package/bpk-component-fieldset/package.json +12 -12
  78. package/bpk-component-fieldset/src/BpkFieldset.js +1 -0
  79. package/bpk-component-flare/package.json +4 -4
  80. package/bpk-component-flare/src/BpkContentBubble.js +1 -0
  81. package/bpk-component-flare/src/BpkFlareBar.js +1 -0
  82. package/bpk-component-flare/src/bpk-flare-bar.module.css +1 -1
  83. package/bpk-component-floating-notification/package.json +5 -4
  84. package/bpk-component-floating-notification/src/BpkFloatingNotification.js +4 -1
  85. package/bpk-component-floating-notification/src/BpkFloatingNotification.module.css +1 -1
  86. package/bpk-component-form-validation/package.json +9 -9
  87. package/bpk-component-form-validation/src/BpkFormValidation.js +5 -4
  88. package/bpk-component-graphic-promotion/package.json +4 -4
  89. package/bpk-component-graphic-promotion/src/BpkGraphicPromo.js +1 -0
  90. package/bpk-component-grid/package.json +2 -2
  91. package/bpk-component-grid/src/BpkGridColumn.js +1 -0
  92. package/bpk-component-grid/src/BpkGridColumn.module.css +1 -1
  93. package/bpk-component-grid/src/BpkGridContainer.js +1 -0
  94. package/bpk-component-grid/src/BpkGridContainer.module.css +1 -1
  95. package/bpk-component-grid/src/BpkGridRow.js +1 -0
  96. package/bpk-component-grid/src/BpkGridRow.module.css +1 -1
  97. package/bpk-component-grid-toggle/package.json +3 -3
  98. package/bpk-component-grid-toggle/src/BpkGridToggle.js +1 -0
  99. package/bpk-component-horizontal-nav/package.json +5 -5
  100. package/bpk-component-horizontal-nav/src/BpkHorizontalNav.js +8 -12
  101. package/bpk-component-horizontal-nav/src/BpkHorizontalNavItem.js +1 -0
  102. package/bpk-component-icon/package.json +5 -5
  103. package/bpk-component-icon/src/BpkIcon.module.css +1 -1
  104. package/bpk-component-icon/src/classNameModifierHOCFactory.js +1 -0
  105. package/bpk-component-icon/src/withAlignment.js +1 -0
  106. package/bpk-component-icon/src/withDescription.js +1 -0
  107. package/bpk-component-image/package.json +5 -5
  108. package/bpk-component-image/src/BpkBackgroundImage.js +3 -2
  109. package/bpk-component-image/src/BpkImage.js +3 -2
  110. package/bpk-component-image/src/withLazyLoading.js +2 -1
  111. package/bpk-component-image/src/withLoadingBehavior.js +1 -0
  112. package/bpk-component-infinite-scroll/package.json +6 -6
  113. package/bpk-component-infinite-scroll/src/withInfiniteScroll.js +2 -1
  114. package/bpk-component-input/package.json +6 -6
  115. package/bpk-component-input/src/BpkClearButton.js +1 -0
  116. package/bpk-component-input/src/BpkInput.js +1 -0
  117. package/bpk-component-input/src/withOpenEvents.js +1 -0
  118. package/bpk-component-label/package.json +2 -2
  119. package/bpk-component-label/src/BpkLabel.js +1 -0
  120. package/bpk-component-link/package.json +3 -3
  121. package/bpk-component-link/src/BpkButtonLink.js +1 -0
  122. package/bpk-component-link/src/BpkLink.js +1 -0
  123. package/bpk-component-list/package.json +2 -2
  124. package/bpk-component-list/src/BpkList.js +1 -0
  125. package/bpk-component-list/src/BpkList.module.css +1 -1
  126. package/bpk-component-list/src/BpkListItem.js +1 -0
  127. package/bpk-component-loading-button/package.json +6 -6
  128. package/bpk-component-loading-button/src/BpkLoadingButton.js +1 -0
  129. package/bpk-component-map/package.json +6 -6
  130. package/bpk-component-map/src/BpkIconMarker.js +1 -0
  131. package/bpk-component-map/src/BpkIconMarkerBackground.js +1 -0
  132. package/bpk-component-map/src/BpkMap.js +2 -1
  133. package/bpk-component-map/src/BpkPriceMarker.js +1 -0
  134. package/bpk-component-map/src/DefaultLoadingElement.js +1 -0
  135. package/bpk-component-mobile-scroll-container/package.json +2 -2
  136. package/bpk-component-mobile-scroll-container/src/BpkMobileScrollContainer.js +1 -0
  137. package/bpk-component-modal/package.json +9 -9
  138. package/bpk-component-modal/src/BpkModal.js +1 -0
  139. package/bpk-component-modal/src/BpkModal.module.css +1 -1
  140. package/bpk-component-modal/src/BpkModalInner.js +2 -1
  141. package/bpk-component-modal/src/BpkModalInner.module.css +1 -1
  142. package/bpk-component-navigation-bar/package.json +7 -7
  143. package/bpk-component-navigation-bar/src/BpkNavigationBar.js +1 -0
  144. package/bpk-component-navigation-bar/src/BpkNavigationBar.module.css +1 -1
  145. package/bpk-component-navigation-bar/src/BpkNavigationBarButtonLink.js +1 -0
  146. package/bpk-component-navigation-bar/src/BpkNavigationBarIconButton.js +1 -0
  147. package/bpk-component-navigation-stack/package.json +6 -6
  148. package/bpk-component-navigation-stack/src/BpkNavigationStack.js +2 -1
  149. package/bpk-component-nudger/package.json +6 -6
  150. package/bpk-component-nudger/src/BpkConfigurableNudger.js +1 -0
  151. package/bpk-component-nudger/src/BpkNudger.js +1 -0
  152. package/bpk-component-nudger/src/BpkNudger.module.css +1 -1
  153. package/bpk-component-overlay/package.json +4 -4
  154. package/bpk-component-overlay/src/BpkOverlay.js +1 -0
  155. package/bpk-component-pagination/package.json +4 -4
  156. package/bpk-component-pagination/src/BpkPagination.js +1 -0
  157. package/bpk-component-pagination/src/BpkPaginationList.js +1 -0
  158. package/bpk-component-pagination/src/BpkPaginationNudger.js +1 -0
  159. package/bpk-component-pagination/src/BpkPaginationPage.js +2 -1
  160. package/bpk-component-pagination/src/BpkPaginationPage.module.css +1 -1
  161. package/bpk-component-panel/package.json +2 -2
  162. package/bpk-component-panel/src/BpkPanel.js +1 -0
  163. package/bpk-component-phone-input/package.json +8 -8
  164. package/bpk-component-phone-input/src/BpkPhoneInput.js +1 -0
  165. package/bpk-component-phone-input/src/BpkPhoneInput.module.css +1 -1
  166. package/bpk-component-popover/package.json +8 -8
  167. package/bpk-component-popover/src/BpkPopover.js +1 -0
  168. package/bpk-component-popover/src/BpkPopover.module.css +1 -1
  169. package/bpk-component-popover/src/BpkPopoverPortal.js +1 -0
  170. package/bpk-component-price/package.json +3 -3
  171. package/bpk-component-price/src/BpkPrice.js +1 -0
  172. package/bpk-component-progress/package.json +4 -4
  173. package/bpk-component-progress/src/BpkProgress.js +1 -0
  174. package/bpk-component-radio/package.json +3 -3
  175. package/bpk-component-radio/src/BpkRadio.js +1 -0
  176. package/bpk-component-rating/package.json +3 -3
  177. package/bpk-component-rating/src/BpkRating.js +1 -0
  178. package/bpk-component-rating/src/BpkRating.module.css +1 -1
  179. package/bpk-component-rtl-toggle/package.json +3 -3
  180. package/bpk-component-rtl-toggle/src/BpkRtlToggle.js +1 -0
  181. package/bpk-component-rtl-toggle/src/updateOnDirectionChange.js +1 -0
  182. package/bpk-component-scrollable-calendar/package.json +5 -5
  183. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarDate.js +1 -0
  184. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGrid.js +1 -0
  185. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGridList.js +6 -2
  186. package/bpk-component-section-list/package.json +5 -5
  187. package/bpk-component-section-list/src/BpkSectionListItem.js +1 -0
  188. package/bpk-component-section-list/src/BpkSectionListSection.js +1 -0
  189. package/bpk-component-select/package.json +3 -3
  190. package/bpk-component-select/src/BpkSelect.js +1 -0
  191. package/bpk-component-skip-link/package.json +2 -2
  192. package/bpk-component-skip-link/src/BpkSkipLink.js +1 -0
  193. package/bpk-component-slider/package.json +3 -3
  194. package/bpk-component-slider/src/BpkSlider.js +1 -0
  195. package/bpk-component-spinner/package.json +2 -2
  196. package/bpk-component-spinner/src/BpkExtraLargeSpinner.js +2 -1
  197. package/bpk-component-spinner/src/BpkLargeSpinner.js +2 -1
  198. package/bpk-component-spinner/src/BpkSpinner.js +2 -1
  199. package/bpk-component-spinner/src/BpkSpinner.module.css +1 -1
  200. package/bpk-component-split-input/package.json +3 -3
  201. package/bpk-component-split-input/src/BpkInputField.js +2 -1
  202. package/bpk-component-split-input/src/BpkSplitInput.js +2 -1
  203. package/bpk-component-split-input/src/BpkSplitInput.module.css +1 -1
  204. package/bpk-component-star-rating/package.json +5 -5
  205. package/bpk-component-star-rating/src/BpkInteractiveStar.js +1 -0
  206. package/bpk-component-star-rating/src/BpkInteractiveStarRating.js +1 -0
  207. package/bpk-component-star-rating/src/BpkStar.js +1 -0
  208. package/bpk-component-star-rating/src/BpkStarRating.js +1 -0
  209. package/bpk-component-star-rating/src/withInteractiveStarRatingState.js +1 -0
  210. package/bpk-component-switch/package.json +2 -2
  211. package/bpk-component-switch/src/BpkSwitch.js +1 -0
  212. package/bpk-component-table/package.json +2 -2
  213. package/bpk-component-table/src/BpkTable.js +1 -0
  214. package/bpk-component-table/src/BpkTableCell.js +1 -0
  215. package/bpk-component-table/src/BpkTableHeadCell.js +1 -0
  216. package/bpk-component-text/package.json +2 -2
  217. package/bpk-component-text/src/BpkText.js +1 -0
  218. package/bpk-component-text/src/BpkText.module.css +1 -1
  219. package/bpk-component-textarea/package.json +4 -4
  220. package/bpk-component-textarea/src/BpkTextarea.js +1 -0
  221. package/bpk-component-theme-toggle/package.json +4 -4
  222. package/bpk-component-theme-toggle/src/BpkThemeToggle.js +1 -0
  223. package/bpk-component-theme-toggle/src/updateOnThemeChange.js +1 -0
  224. package/bpk-component-ticket/package.json +4 -4
  225. package/bpk-component-ticket/src/BpkTicket.js +1 -0
  226. package/bpk-component-ticket/src/BpkTicket.module.css +1 -1
  227. package/bpk-component-tooltip/package.json +3 -3
  228. package/bpk-component-tooltip/src/BpkTooltip.js +1 -0
  229. package/bpk-component-tooltip/src/BpkTooltip.module.css +1 -1
  230. package/bpk-component-tooltip/src/BpkTooltipPortal.js +1 -0
  231. package/bpk-react-utils/package.json +1 -1
  232. package/bpk-scrim-utils/package.json +2 -2
  233. package/bpk-scrim-utils/src/BpkScrim.js +1 -0
  234. package/bpk-scrim-utils/src/bpk-scrim.module.css +1 -1
  235. package/bpk-scrim-utils/src/withScrim.js +1 -0
  236. package/package.json +1 -1
  237. package/bpk-component-button/src/BpkButtonLinkOnDark.module.css +0 -18
  238. package/bpk-component-button/src/BpkButtonPrimaryOnDark.module.css +0 -18
  239. package/bpk-component-button/src/BpkButtonPrimaryOnLight.module.css +0 -18
  240. package/bpk-component-button/src/BpkButtonSecondaryOnDark.module.css +0 -18
  241. package/bpk-component-graphic-promotion/src/BpkGraphicPromo.module.css +0 -18
  242. package/bpk-component-graphic-promotion/src/custom-breakpoints.module.css +0 -17
  243. package/bpk-component-loading-button/src/BpkLoadingButton.module.css +0 -18
  244. package/bpk-component-map/src/BpkMap.module.css +0 -18
  245. package/bpk-component-price/src/BpkPrice.module.css +0 -18
  246. package/bpk-component-split-input/src/BpkInputField.module.css +0 -18
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- @keyframes bpk-keyframe-spin{100%{transform:rotate(1turn)}}.bpk-button--link-on-dark{border-radius:0;background:none;box-shadow:none;padding:0;border:0;background-color:transparent;text-decoration:none;cursor:pointer;appearance:none;color:#0770e3;color:var(--bpk-link-color, #0770e3);padding:.375rem 0;color:#fff;color:var(--bpk-button-link-on-dark-text-color, #fff)}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){text-decoration:underline;color:#084eb2;color:var(--bpk-link-hover-color, #084eb2)}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){text-decoration:underline;color:#084eb2;color:var(--bpk-link-hover-color, #084eb2)}.bpk-button--link-on-dark:visited{color:#0770e3;color:var(--bpk-link-visited-color, #0770e3)}.bpk-button--link-on-dark:active{text-decoration:underline;color:#042759;color:var(--bpk-link-active-color, #042759)}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){background:none;text-decoration:none}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){background:none;text-decoration:none}.bpk-button--link-on-dark:active{background:none;text-decoration:none}.bpk-button--link-on-dark:disabled{background:none;color:#b2b2bf;text-decoration:none}.bpk-button--link-on-dark-large{padding:.75rem 0}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:rgba(255,255,255,0.8);color:var(--bpk-button-link-on-dark-hover-text-color, rgba(255,255,255,0.8))}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:rgba(255,255,255,0.8);color:var(--bpk-button-link-on-dark-hover-text-color, rgba(255,255,255,0.8))}.bpk-button--link-on-dark:active{color:rgba(255,255,255,0.6);color:var(--bpk-button-link-on-dark-active-text-color, rgba(255,255,255,0.6))}.bpk-button--link-on-dark:visited{color:#fff;color:var(--bpk-button-link-on-dark-text-color, #fff)}.bpk-button--link-on-dark:disabled{color:rgba(255,255,255,0.2);color:var(--bpk-button-link-on-dark-disabled-color, rgba(255,255,255,0.2))}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- @keyframes bpk-keyframe-spin{100%{transform:rotate(1turn)}}.bpk-button--primary-on-dark{background-image:none;color:#111236;color:var(--bpk-button-primary-on-dark-text-color, #111236);background-color:#fff;background-color:var(--bpk-button-primary-on-dark-background-color, #fff)}.bpk-no-touch-support .bpk-button--primary-on-dark:hover:not(:active):not(:disabled){background-image:none;color:#111236;color:var(--bpk-button-primary-on-dark-hover-text-color, #111236);background-color:#dddde5;background-color:var(--bpk-button-primary-on-dark-hover-background-color, #dddde5)}:global(.bpk-no-touch-support) .bpk-button--primary-on-dark:hover:not(:active):not(:disabled){background-image:none;color:#111236;color:var(--bpk-button-primary-on-dark-hover-text-color, #111236);background-color:#dddde5;background-color:var(--bpk-button-primary-on-dark-hover-background-color, #dddde5)}.bpk-button--primary-on-dark:active{background-image:none;color:#111236;color:var(--bpk-button-primary-on-dark-active-text-color, #111236);background-color:#cdcdd7;background-color:var(--bpk-button-primary-on-dark-active-background-color, #cdcdd7)}.bpk-button--primary-on-dark:disabled{background-color:#dddde5;background-image:none;color:#b2b2bf}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- @keyframes bpk-keyframe-spin{100%{transform:rotate(1turn)}}.bpk-button--primary-on-light{background-image:none;color:#fff;color:var(--bpk-button-primary-on-light-text-color, #fff);background-color:#111236;background-color:var(--bpk-button-primary-on-light-background-color, #111236)}.bpk-no-touch-support .bpk-button--primary-on-light:hover:not(:active):not(:disabled){background-image:none;color:#fff;color:var(--bpk-button-primary-on-light-hover-text-color, #fff);background-color:#444560;background-color:var(--bpk-button-primary-on-light-hover-background-color, #444560)}:global(.bpk-no-touch-support) .bpk-button--primary-on-light:hover:not(:active):not(:disabled){background-image:none;color:#fff;color:var(--bpk-button-primary-on-light-hover-text-color, #fff);background-color:#444560;background-color:var(--bpk-button-primary-on-light-hover-background-color, #444560)}.bpk-button--primary-on-light:active{background-image:none;color:#fff;color:var(--bpk-button-primary-on-light-active-text-color, #fff);background-color:#68697f;background-color:var(--bpk-button-primary-on-light-active-background-color, #68697f)}.bpk-button--primary-on-light:disabled{background-color:#dddde5;background-image:none;color:#b2b2bf}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- @keyframes bpk-keyframe-spin{100%{transform:rotate(1turn)}}.bpk-button--secondary-on-dark{background-image:none;color:#fff;color:var(--bpk-button-secondary-on-dark-text-color, #fff);background-color:rgba(255,255,255,0.1);background-color:var(--bpk-button-secondary-on-dark-background-color, rgba(255,255,255,0.1))}.bpk-no-touch-support .bpk-button--secondary-on-dark:hover:not(:active):not(:disabled){background-image:none;color:#fff;color:var(--bpk-button-secondary-on-dark-hover-text-color, #fff);background-color:rgba(255,255,255,0.15);background-color:var(--bpk-button-secondary-on-dark-hover-background-color, rgba(255,255,255,0.15))}:global(.bpk-no-touch-support) .bpk-button--secondary-on-dark:hover:not(:active):not(:disabled){background-image:none;color:#fff;color:var(--bpk-button-secondary-on-dark-hover-text-color, #fff);background-color:rgba(255,255,255,0.15);background-color:var(--bpk-button-secondary-on-dark-hover-background-color, rgba(255,255,255,0.15))}.bpk-button--secondary-on-dark:active{background-image:none;color:#fff;color:var(--bpk-button-secondary-on-dark-active-text-color, #fff);background-color:rgba(255,255,255,0.2);background-color:var(--bpk-button-secondary-on-dark-active-background-color, rgba(255,255,255,0.2))}.bpk-button--secondary-on-dark:disabled{background-color:#dddde5;background-image:none;color:#b2b2bf}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- @keyframes bpk-keyframe-spin{100%{transform:rotate(1turn)}}.bpk-card{position:relative;display:block;background-color:#fff;color:#111236;text-decoration:none;cursor:pointer;box-shadow:0px 1px 3px 0px rgba(37,32,31,0.3);border-radius:.75rem}.bpk-no-touch-support .bpk-card:hover:not(:active):not(:disabled)::after{opacity:1}:global(.bpk-no-touch-support) .bpk-card:hover:not(:active):not(:disabled)::after{opacity:1}.bpk-card::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';transition:opacity 200ms ease-in-out;opacity:0;pointer-events:none;box-shadow:0px 4px 14px 0px rgba(37,32,31,0.25);border-radius:.75rem}@media screen\0 {.bpk-card::after{z-index:-1}}.bpk-card:active::after{box-shadow:none}.bpk-graphic-promo{max-width:65.5rem;margin-right:auto;margin-left:auto;background-color:#0770e3;background-position:center;background-size:cover;color:#fff;box-shadow:none}@media (min-width: 43.76rem){.bpk-graphic-promo__sponsor-label{margin-bottom:0.25rem;font-size:1rem;line-height:1.5rem;font-weight:700}.bpk-graphic-promo__sponsor-content{margin-bottom:2rem}.bpk-graphic-promo__tagline{margin-bottom:.5rem;font-size:1rem;line-height:1.5rem;font-weight:700}.bpk-graphic-promo__subheading{font-size:1rem;line-height:1.5rem;font-weight:400}}@media (min-width: 43.76rem) and (min-width: 50.01rem){.bpk-graphic-promo__headline{font-size:3rem;line-height:3.5rem;font-weight:700;letter-spacing:-.02em}}@media (min-width: 43.76rem) and (min-width: 43.76rem) and (max-width: 50rem){.bpk-graphic-promo__headline{font-size:2.5rem;line-height:3rem;font-weight:700}}@media (min-width: 43.76rem){.bpk-graphic-promo__headline:not(:last-child){margin-bottom:.5rem}}@media (min-width: 32.01rem) and (max-width: 43.75rem){.bpk-graphic-promo__sponsor-label{margin-bottom:.5rem;font-size:1.25rem;line-height:1.5rem;font-weight:700}.bpk-graphic-promo__tagline{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;font-weight:400}.bpk-graphic-promo__headline{margin-bottom:.5rem;font-size:4rem;line-height:4.5rem;font-weight:700;letter-spacing:-.02em}.bpk-graphic-promo__subheading{font-size:1.5rem;line-height:2rem;font-weight:400}}@media (min-width: 26.51rem) and (max-width: 32rem){.bpk-graphic-promo__sponsor-label{margin-bottom:.5rem;font-size:1.5rem;line-height:1.75rem;font-weight:700}.bpk-graphic-promo__tagline{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;font-weight:400}.bpk-graphic-promo__headline{margin-bottom:.5rem;font-size:3rem;line-height:3.5rem;font-weight:700;letter-spacing:-.02em}.bpk-graphic-promo__subheading{font-size:1.25rem;line-height:1.75rem;font-weight:400}}@media (max-width: 26.5rem){.bpk-graphic-promo__sponsor-label{margin-bottom:0.25rem;font-size:1rem;line-height:1.5rem;font-weight:700}.bpk-graphic-promo__tagline{margin-bottom:.5rem;font-size:1rem;line-height:1.5rem;font-weight:700}.bpk-graphic-promo__headline{margin-bottom:.5rem;font-size:2rem;line-height:2.5rem;font-weight:700}.bpk-graphic-promo__subheading{font-size:1rem;line-height:1.5rem;font-weight:400}}.bpk-graphic-promo__container{display:flex;flex-direction:column}@media (min-width: 43.76rem){.bpk-graphic-promo__container{justify-content:center}.bpk-graphic-promo__container--start{align-items:start}.bpk-graphic-promo__container--center{align-items:center}.bpk-graphic-promo__container--end{align-items:end}}@media (max-width: 43.75rem){.bpk-graphic-promo__container{justify-content:space-between}.bpk-graphic-promo__container--inverted{flex-direction:column-reverse}}@media (min-width: 50.01rem){.bpk-graphic-promo__container{height:25rem;margin-left:4rem;margin-right:2.5rem}html[dir='rtl'] .bpk-graphic-promo__container{margin-right:4rem}html[dir='rtl'] .bpk-graphic-promo__container{margin-left:2.5rem}.bpk-graphic-promo__container--center>*{margin-left:0;margin-right:1.5rem}html[dir='rtl'] .bpk-graphic-promo__container--center>*{margin-left:1.5rem;margin-right:0}}@media (min-width: 43.76rem) and (max-width: 50rem){.bpk-graphic-promo__container{height:25rem;margin-left:2.5rem;margin-right:2rem}html[dir='rtl'] .bpk-graphic-promo__container{margin-right:2.5rem}html[dir='rtl'] .bpk-graphic-promo__container{margin-left:2rem}.bpk-graphic-promo__container--center>*{margin-left:0;margin-right:.5rem}html[dir='rtl'] .bpk-graphic-promo__container--center>*{margin-left:.5rem;margin-right:0}}@media (min-width: 32.01rem) and (max-width: 43.75rem){.bpk-graphic-promo__container{height:58.3125rem;padding:2rem}}@media (min-width: 26.51rem) and (max-width: 32rem){.bpk-graphic-promo__container{height:42.625rem;padding:2rem}}@media (max-width: 26.5rem){.bpk-graphic-promo__container{height:31.25rem;padding:1.5rem}}.bpk-graphic-promo__sponsor-content,.bpk-graphic-promo__promo-content{display:flex;flex-direction:column}@media (min-width: 43.76rem){.bpk-graphic-promo__sponsor-content--start,.bpk-graphic-promo__promo-content--start{align-items:start;text-align:start}.bpk-graphic-promo__sponsor-content--center,.bpk-graphic-promo__promo-content--center{align-items:center;text-align:center}.bpk-graphic-promo__sponsor-content--end,.bpk-graphic-promo__promo-content--end{align-items:start;text-align:start}}@media (min-width: 50.01rem){.bpk-graphic-promo__sponsor-content,.bpk-graphic-promo__promo-content{width:22.5rem}}@media (min-width: 43.76rem) and (max-width: 50rem){.bpk-graphic-promo__sponsor-content,.bpk-graphic-promo__promo-content{width:20rem}}.bpk-graphic-promo::after{display:none}.bpk-graphic-promo__sponsor-logo{width:9.25rem}@media (min-width: 43.76rem){.bpk-graphic-promo__cta{margin-top:2rem}}@media (max-width: 43.75rem){.bpk-graphic-promo__cta{display:none}}
@@ -1,17 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- @keyframes bpk-keyframe-spin{100%{transform:rotate(1turn)}}.bpk-loading-button{position:relative;overflow:hidden}.bpk-loading-button--link{visibility:hidden}.bpk-loading-button__icon{position:absolute;display:inline-flex;visibility:visible;z-index:1;width:calc(100% - 2rem);height:calc(100% - .75rem);justify-content:center;align-items:center;background-color:inherit}.bpk-loading-button__icon--large{height:calc(100% - 1.5rem)}.bpk-loading-button__icon--icon-only{width:calc(100% - 1.125rem)}.bpk-loading-button__icon--large-icon-only{width:calc(100% - 1.5rem)}.bpk-loading-button__icon--link{width:100%;background:unset}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- .bpk-map{height:100%}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- @keyframes bpk-keyframe-spin{100%{transform:rotate(1turn)}}.bpk-price{display:flex;flex-direction:column}.bpk-price--right{text-align:right}html[dir='rtl'] .bpk-price--right{text-align:left}.bpk-price__subtitle{color:#68697f;text-decoration-line:line-through}.bpk-price__column-container{display:flex;flex-direction:column}.bpk-price__title{word-break:break-all}.bpk-price__spacing::after{content:'';margin-right:0.25rem}html[dir='rtl'] .bpk-price__spacing::after{margin-right:unset;margin-left:0.25rem}.bpk-price__description{color:#68697f;white-space:nowrap}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- @keyframes bpk-keyframe-spin{100%{transform:rotate(1turn)}}.bpk-input-field{display:flex;max-width:7.5rem;margin-right:0.25rem;align-items:center}.bpk-input-field input{text-align:center}.bpk-input-field:last-child{margin-right:0}