@skyscanner/backpack-web 9.3.0 → 11.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 (226) 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/README.md +2 -2
  6. package/bpk-component-aria-live/index.js +0 -1
  7. package/bpk-component-aria-live/package.json +8 -9
  8. package/bpk-component-aria-live/src/BpkAriaLive.js +21 -20
  9. package/bpk-component-aria-live/src/BpkAriaLive.module.scss +1 -1
  10. package/bpk-component-autosuggest/package.json +5 -5
  11. package/bpk-component-autosuggest/src/BpkAutosuggest.module.scss +2 -2
  12. package/bpk-component-badge/package.json +6 -6
  13. package/bpk-component-badge/src/BpkBadge.module.scss +1 -1
  14. package/bpk-component-banner-alert/package.json +10 -10
  15. package/bpk-component-banner-alert/src/BpkAnimateAndFade.module.scss +1 -1
  16. package/bpk-component-banner-alert/src/BpkBannerAlert.module.scss +3 -3
  17. package/bpk-component-barchart/package.json +9 -9
  18. package/bpk-component-barchart/src/BpkBarchartBar.module.scss +3 -1
  19. package/bpk-component-barchart/src/BpkChartAxis.module.scss +1 -1
  20. package/bpk-component-barchart/src/BpkChartDataTable.module.scss +1 -1
  21. package/bpk-component-barchart/src/BpkChartGridLines.module.scss +2 -2
  22. package/bpk-component-blockquote/package.json +3 -3
  23. package/bpk-component-blockquote/src/BpkBlockquote.module.scss +1 -1
  24. package/bpk-component-breadcrumb/package.json +6 -6
  25. package/bpk-component-breadcrumb/src/BpkBreadcrumb.module.scss +1 -1
  26. package/bpk-component-breadcrumb/src/BpkBreadcrumbItem.module.scss +1 -1
  27. package/bpk-component-breakpoint/package.json +4 -4
  28. package/bpk-component-button/package.json +3 -3
  29. package/bpk-component-button/src/BpkButtonBase.module.scss +2 -2
  30. package/bpk-component-button/src/BpkButtonDestructive.module.scss +1 -1
  31. package/bpk-component-button/src/BpkButtonFeatured.module.scss +1 -1
  32. package/bpk-component-button/src/BpkButtonLink.module.scss +1 -1
  33. package/bpk-component-button/src/BpkButtonLinkOnDark.module.scss +1 -1
  34. package/bpk-component-button/src/BpkButtonOutline.module.scss +1 -1
  35. package/bpk-component-button/src/BpkButtonPrimaryOnDark.module.scss +1 -1
  36. package/bpk-component-button/src/BpkButtonPrimaryOnLight.module.scss +1 -1
  37. package/bpk-component-button/src/BpkButtonSecondary.module.scss +1 -1
  38. package/bpk-component-button/src/BpkButtonSecondaryOnDark.module.scss +1 -1
  39. package/bpk-component-calendar/DOCS.md +1 -7
  40. package/bpk-component-calendar/README.md +0 -10
  41. package/bpk-component-calendar/index.js +0 -2
  42. package/bpk-component-calendar/package.json +10 -10
  43. package/bpk-component-calendar/src/BpkCalendar.module.scss +2 -2
  44. package/bpk-component-calendar/src/BpkCalendarDate.js +0 -15
  45. package/bpk-component-calendar/src/BpkCalendarDate.module.scss +18 -51
  46. package/bpk-component-calendar/src/BpkCalendarGrid.module.scss +8 -7
  47. package/bpk-component-calendar/src/BpkCalendarGridHeader.module.scss +2 -2
  48. package/bpk-component-calendar/src/BpkCalendarGridTransition.module.scss +2 -2
  49. package/bpk-component-calendar/src/BpkCalendarNav.module.scss +3 -3
  50. package/bpk-component-calendar/src/_variables.scss +2 -4
  51. package/bpk-component-card/package.json +5 -5
  52. package/bpk-component-card/src/BpkCard.module.scss +1 -1
  53. package/bpk-component-checkbox/package.json +6 -6
  54. package/bpk-component-checkbox/src/BpkCheckbox.module.scss +1 -1
  55. package/bpk-component-chip/package.json +6 -6
  56. package/bpk-component-chip/src/BpkSelectableChip.module.scss +1 -1
  57. package/bpk-component-close-button/package.json +5 -5
  58. package/bpk-component-close-button/src/BpkCloseButton.module.scss +3 -2
  59. package/bpk-component-code/package.json +3 -3
  60. package/bpk-component-code/src/BpkCode.module.scss +1 -1
  61. package/bpk-component-code/src/BpkCodeBlock.module.scss +1 -1
  62. package/bpk-component-content-cards/{index.ts → index.js} +0 -0
  63. package/bpk-component-content-cards/package.json +5 -5
  64. package/bpk-component-content-cards/src/{BpkContentCard/BpkContentCard.tsx → BpkContentCard.js} +10 -11
  65. package/bpk-component-content-cards/src/{BpkContentCard/BpkContentCard.module.scss → BpkContentCard.module.scss} +1 -1
  66. package/bpk-component-content-cards/src/{BpkContentCards.tsx → BpkContentCards.js} +11 -11
  67. package/bpk-component-content-cards/src/BpkContentCards.module.scss +1 -1
  68. package/bpk-component-content-container/package.json +3 -3
  69. package/bpk-component-content-container/src/BpkContentContainer.module.scss +1 -1
  70. package/bpk-component-datatable/README.md +78 -21
  71. package/bpk-component-datatable/package.json +6 -7
  72. package/bpk-component-datatable/src/BpkDataTable.js +176 -143
  73. package/bpk-component-datatable/src/BpkDataTable.module.scss +11 -16
  74. package/bpk-component-datatable/src/BpkDataTableColumn.js +37 -40
  75. package/bpk-component-datatable/src/BpkDataTableHeader.js +143 -0
  76. package/bpk-component-datatable/src/{BpkDataTableColumn.module.scss → BpkDataTableHeader.module.scss} +12 -12
  77. package/bpk-component-datatable/src/common-types.js +33 -11
  78. package/bpk-component-datatable/src/sort-types.js +6 -0
  79. package/bpk-component-datatable/src/utils.js +66 -9
  80. package/bpk-component-datepicker/package.json +10 -10
  81. package/bpk-component-datepicker/src/BpkDatepicker.module.scss +1 -1
  82. package/bpk-component-description-list/package.json +3 -3
  83. package/bpk-component-description-list/src/BpkDescriptionList.module.scss +1 -1
  84. package/bpk-component-dialog/package.json +9 -9
  85. package/bpk-component-dialog/src/BpkDialog.module.scss +1 -1
  86. package/bpk-component-dialog/src/BpkDialogInner.module.scss +3 -1
  87. package/bpk-component-drawer/package.json +10 -10
  88. package/bpk-component-drawer/src/BpkDrawer.module.scss +1 -1
  89. package/bpk-component-drawer/src/BpkDrawerContent.module.scss +1 -1
  90. package/bpk-component-fieldset/package.json +13 -13
  91. package/bpk-component-fieldset/src/BpkFieldset.module.scss +1 -1
  92. package/bpk-component-flare/package.json +5 -5
  93. package/bpk-component-flare/src/bpk-content-bubble.module.scss +2 -1
  94. package/bpk-component-flare/src/bpk-flare-bar.module.scss +2 -1
  95. package/bpk-component-floating-notification/README.md +0 -8
  96. package/bpk-component-floating-notification/index.js +0 -2
  97. package/bpk-component-floating-notification/package.json +6 -6
  98. package/bpk-component-floating-notification/src/BpkFloatingNotification.js +7 -26
  99. package/bpk-component-floating-notification/src/BpkFloatingNotification.module.scss +5 -18
  100. package/bpk-component-form-validation/package.json +11 -11
  101. package/bpk-component-form-validation/src/BpkFormValidation.module.scss +1 -1
  102. package/bpk-component-graphic-promotion/{index.ts → index.js} +0 -0
  103. package/bpk-component-graphic-promotion/package.json +7 -6
  104. package/bpk-component-graphic-promotion/src/{BpkGraphicPromo.tsx → BpkGraphicPromo.js} +26 -16
  105. package/bpk-component-graphic-promotion/src/BpkGraphicPromo.module.scss +1 -1
  106. package/bpk-component-grid/package.json +3 -3
  107. package/bpk-component-grid/src/BpkGridColumn.module.scss +1 -1
  108. package/bpk-component-grid/src/BpkGridContainer.module.scss +1 -1
  109. package/bpk-component-grid/src/BpkGridRow.module.scss +1 -1
  110. package/bpk-component-grid-toggle/package.json +4 -4
  111. package/bpk-component-grid-toggle/src/BpkGridToggle.module.scss +1 -1
  112. package/bpk-component-horizontal-nav/package.json +7 -7
  113. package/bpk-component-horizontal-nav/src/BpkHorizontalNav.module.scss +3 -3
  114. package/bpk-component-horizontal-nav/src/BpkHorizontalNavItem.module.scss +15 -15
  115. package/bpk-component-icon/README.md +1 -1
  116. package/bpk-component-icon/package.json +8 -8
  117. package/bpk-component-icon/src/BpkIcon.module.scss +1 -1
  118. package/bpk-component-icon/src/withDescription.module.scss +1 -1
  119. package/bpk-component-image/package.json +7 -7
  120. package/bpk-component-image/src/BpkBackgroundImage.module.scss +1 -1
  121. package/bpk-component-image/src/BpkImage.module.scss +1 -1
  122. package/bpk-component-infinite-scroll/package.json +7 -7
  123. package/bpk-component-infinite-scroll/src/withInfiniteScroll.module.scss +1 -1
  124. package/bpk-component-input/package.json +7 -7
  125. package/bpk-component-input/src/BpkClearButton.module.scss +2 -2
  126. package/bpk-component-input/src/BpkInput.module.scss +1 -1
  127. package/bpk-component-label/package.json +3 -3
  128. package/bpk-component-label/src/BpkLabel.module.scss +1 -1
  129. package/bpk-component-link/package.json +5 -5
  130. package/bpk-component-link/src/BpkLink.module.scss +1 -1
  131. package/bpk-component-list/README.md +8 -5
  132. package/bpk-component-list/package.json +3 -3
  133. package/bpk-component-list/src/BpkList.js +18 -2
  134. package/bpk-component-list/src/BpkList.module.scss +1 -1
  135. package/bpk-component-loading-button/package.json +7 -7
  136. package/bpk-component-loading-button/src/BpkLoadingButton.module.scss +1 -1
  137. package/bpk-component-map/package.json +7 -7
  138. package/bpk-component-map/src/BpkIconMarker.module.scss +3 -2
  139. package/bpk-component-map/src/BpkIconMarkerBackground.module.scss +1 -1
  140. package/bpk-component-map/src/BpkMap.js +1 -0
  141. package/bpk-component-map/src/BpkPriceMarker.module.scss +3 -1
  142. package/bpk-component-map/src/DefaultLoadingElement.module.scss +1 -1
  143. package/bpk-component-mobile-scroll-container/README.md +1 -1
  144. package/bpk-component-mobile-scroll-container/package.json +4 -4
  145. package/bpk-component-mobile-scroll-container/src/BpkMobileScrollContainer.module.scss +3 -1
  146. package/bpk-component-modal/package.json +10 -10
  147. package/bpk-component-modal/src/BpkModal.module.scss +1 -1
  148. package/bpk-component-modal/src/BpkModalInner.module.scss +3 -1
  149. package/bpk-component-navigation-bar/package.json +9 -9
  150. package/bpk-component-navigation-bar/src/BpkNavigationBar.module.scss +4 -4
  151. package/bpk-component-navigation-bar/src/BpkNavigationBarButtonLink.module.scss +5 -5
  152. package/bpk-component-navigation-bar/src/BpkNavigationBarIconButton.module.scss +4 -4
  153. package/bpk-component-nudger/package.json +8 -8
  154. package/bpk-component-nudger/src/BpkNudger.module.scss +1 -1
  155. package/bpk-component-overlay/package.json +5 -5
  156. package/bpk-component-overlay/src/BpkOverlay.module.scss +1 -1
  157. package/bpk-component-pagination/package.json +5 -5
  158. package/bpk-component-pagination/src/BpkPaginationList.module.scss +1 -1
  159. package/bpk-component-pagination/src/BpkPaginationNudger.module.scss +2 -2
  160. package/bpk-component-pagination/src/BpkPaginationPage.module.scss +1 -1
  161. package/bpk-component-panel/package.json +3 -3
  162. package/bpk-component-panel/src/BpkPanel.module.scss +1 -1
  163. package/bpk-component-phone-input/package.json +10 -10
  164. package/bpk-component-phone-input/src/BpkPhoneInput.module.scss +1 -1
  165. package/bpk-component-popover/package.json +9 -9
  166. package/bpk-component-popover/src/BpkPopover.module.scss +1 -2
  167. package/bpk-component-price/package.json +4 -4
  168. package/bpk-component-price/src/BpkPrice.module.scss +1 -1
  169. package/bpk-component-progress/package.json +6 -6
  170. package/bpk-component-progress/src/BpkProgress.module.scss +1 -1
  171. package/bpk-component-radio/package.json +5 -5
  172. package/bpk-component-radio/src/BpkRadio.module.scss +1 -2
  173. package/bpk-component-rating/package.json +5 -5
  174. package/bpk-component-rating/src/BpkRating.module.scss +1 -1
  175. package/bpk-component-rtl-toggle/package.json +3 -3
  176. package/bpk-component-scrollable-calendar/package.json +7 -7
  177. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGrid.module.scss +1 -1
  178. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGridList.module.scss +1 -2
  179. package/bpk-component-section-list/package.json +7 -7
  180. package/bpk-component-section-list/src/BpkSectionListItem.module.scss +1 -1
  181. package/bpk-component-section-list/src/BpkSectionListSection.module.scss +1 -1
  182. package/bpk-component-select/package.json +4 -4
  183. package/bpk-component-select/src/BpkSelect.module.scss +1 -1
  184. package/bpk-component-skip-link/package.json +3 -3
  185. package/bpk-component-skip-link/src/BpkSkipLink.module.scss +2 -1
  186. package/bpk-component-slider/package.json +5 -5
  187. package/bpk-component-slider/src/BpkSlider.module.scss +1 -2
  188. package/bpk-component-spinner/package.json +4 -4
  189. package/bpk-component-spinner/src/BpkSpinner.module.scss +1 -1
  190. package/bpk-component-split-input/package.json +4 -4
  191. package/bpk-component-split-input/src/BpkInputField.module.scss +1 -1
  192. package/bpk-component-split-input/src/BpkSplitInput.module.scss +1 -1
  193. package/bpk-component-star-rating/package.json +6 -6
  194. package/bpk-component-star-rating/src/BpkInteractiveStar.module.scss +3 -3
  195. package/bpk-component-star-rating/src/BpkStar.module.scss +1 -1
  196. package/bpk-component-switch/README.md +1 -1
  197. package/bpk-component-switch/package.json +3 -3
  198. package/bpk-component-switch/src/BpkSwitch.js +14 -13
  199. package/bpk-component-switch/src/BpkSwitch.module.scss +18 -12
  200. package/bpk-component-table/package.json +3 -3
  201. package/bpk-component-table/src/BpkTable.module.scss +1 -1
  202. package/bpk-component-text/package.json +3 -3
  203. package/bpk-component-text/src/BpkText.module.scss +1 -1
  204. package/bpk-component-textarea/package.json +5 -5
  205. package/bpk-component-textarea/src/BpkTextarea.module.scss +1 -1
  206. package/bpk-component-theme-toggle/package.json +6 -6
  207. package/bpk-component-theme-toggle/src/BpkThemeToggle.module.scss +1 -1
  208. package/bpk-component-ticket/package.json +5 -5
  209. package/bpk-component-ticket/src/BpkTicket.module.scss +1 -1
  210. package/bpk-component-tooltip/package.json +5 -5
  211. package/bpk-component-tooltip/src/BpkTooltip.module.scss +3 -2
  212. package/bpk-react-utils/README.md +1 -1
  213. package/bpk-react-utils/package.json +1 -1
  214. package/bpk-scrim-utils/package.json +3 -3
  215. package/bpk-scrim-utils/src/bpk-scrim-content.module.scss +1 -1
  216. package/bpk-scrim-utils/src/bpk-scrim.module.scss +1 -1
  217. package/bpk-theming/package.json +2 -2
  218. package/package.json +4 -4
  219. package/bpk-component-content-cards/src/BpkContentCard/BpkContentCard-test.tsx +0 -88
  220. package/bpk-component-content-cards/src/BpkContentCard/index.ts +0 -19
  221. package/bpk-component-content-cards/src/BpkContentCards-test.tsx +0 -126
  222. package/bpk-component-content-cards/src/accessibility-test.tsx +0 -64
  223. package/bpk-component-datatable/src/bpkHeaderRenderer.js +0 -110
  224. package/bpk-component-datatable/src/sorter.js +0 -166
  225. package/bpk-component-graphic-promotion/src/BpkGraphicPromo-test.tsx +0 -134
  226. package/bpk-component-graphic-promotion/src/accessibility-test.tsx +0 -147
@@ -16,7 +16,7 @@
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
22
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-rtl-toggle",
3
- "version": "4.0.2",
3
+ "version": "4.0.5",
4
4
  "description": "Backpack RTL toggle 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-component-link": "^4.0.2",
18
- "bpk-react-utils": "^7.0.0",
17
+ "bpk-component-link": "^4.0.5",
18
+ "bpk-react-utils": "^7.0.1",
19
19
  "prop-types": "^15.7.2"
20
20
  },
21
21
  "peerDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-scrollable-calendar",
3
- "version": "7.1.0",
3
+ "version": "7.1.3",
4
4
  "description": "Backpack scrollable calendar component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,17 +14,17 @@
14
14
  },
15
15
  "gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
16
16
  "dependencies": {
17
- "@skyscanner/bpk-foundations-web": "^9.0.0",
18
- "bpk-component-calendar": "^12.0.2",
19
- "bpk-component-text": "^8.0.2",
20
- "bpk-mixins": "^31.5.0",
21
- "bpk-react-utils": "^7.0.0",
17
+ "@skyscanner/bpk-foundations-web": "^9.3.0",
18
+ "bpk-component-calendar": "^13.0.2",
19
+ "bpk-component-text": "^8.0.5",
20
+ "bpk-mixins": "^31.6.3",
21
+ "bpk-react-utils": "^7.0.1",
22
22
  "date-fns": "^2.21.1",
23
23
  "prop-types": "^15.5.8",
24
24
  "react-window": "^1.8.7"
25
25
  },
26
26
  "devDependencies": {
27
- "bpk-storybook-utils": "^2.0.2"
27
+ "bpk-storybook-utils": "^2.0.5"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "react": "^17.0.2"
@@ -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,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
  $calendar-height: 7 * ($bpk-calendar-day-size + bpk-spacing-lg());
24
23
 
25
24
  .bpk-scrollable-calendar-grid-list {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-section-list",
3
- "version": "4.0.2",
3
+ "version": "4.0.5",
4
4
  "description": "Backpack section list component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,15 +14,15 @@
14
14
  },
15
15
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
16
16
  "dependencies": {
17
- "@skyscanner/bpk-foundations-web": "^9.0.0",
18
- "bpk-component-icon": "^10.0.2",
19
- "bpk-component-text": "^8.0.2",
20
- "bpk-mixins": "^31.5.0",
21
- "bpk-react-utils": "^7.0.0",
17
+ "@skyscanner/bpk-foundations-web": "^9.3.0",
18
+ "bpk-component-icon": "^10.0.5",
19
+ "bpk-component-text": "^8.0.5",
20
+ "bpk-mixins": "^31.6.3",
21
+ "bpk-react-utils": "^7.0.1",
22
22
  "prop-types": "^15.7.2"
23
23
  },
24
24
  "devDependencies": {
25
- "bpk-storybook-utils": "^2.0.2"
25
+ "bpk-storybook-utils": "^2.0.5"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "^17.0.2"
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-select",
3
- "version": "6.0.2",
3
+ "version": "6.0.5",
4
4
  "description": "Backpack select component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,12 +14,12 @@
14
14
  },
15
15
  "gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
16
16
  "dependencies": {
17
- "bpk-mixins": "^31.5.0",
18
- "bpk-react-utils": "^7.0.0",
17
+ "bpk-mixins": "^31.6.3",
18
+ "bpk-react-utils": "^7.0.1",
19
19
  "prop-types": "^15.7.2"
20
20
  },
21
21
  "devDependencies": {
22
- "bpk-storybook-utils": "^2.0.2"
22
+ "bpk-storybook-utils": "^2.0.5"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": "^17.0.2"
@@ -19,7 +19,7 @@
19
19
  // Use of stylelint-disable-next-line declaration-no-important in this file is to ensure that
20
20
  // the correct styles are applied for Internet Explorer 11 and are not overriden by system styles.
21
21
 
22
- @import '~bpk-mixins/index';
22
+ @import '~bpk-mixins/index.scss';
23
23
 
24
24
  $bpk-spacing-v2: true;
25
25
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-skip-link",
3
- "version": "3.0.2",
3
+ "version": "3.0.5",
4
4
  "description": "Backpack skip-link component.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -13,8 +13,8 @@
13
13
  "react": "^17.0.2"
14
14
  },
15
15
  "dependencies": {
16
- "bpk-mixins": "^31.5.0",
17
- "bpk-react-utils": "^7.0.0",
16
+ "bpk-mixins": "^31.6.3",
17
+ "bpk-react-utils": "^7.0.1",
18
18
  "prop-types": "^15.5.8"
19
19
  },
20
20
  "publishConfig": {
@@ -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-skip-link {
22
22
  display: inline-block;
@@ -30,6 +30,7 @@
30
30
  opacity: 0;
31
31
  overflow: hidden;
32
32
  pointer-events: none;
33
+
33
34
  // We want the skiplink to remain visible for a short period of time after it is blurred so that
34
35
  // a user tabbing quickly has a chance to see that it appeared
35
36
  transition-delay: $bpk-duration-sm;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-slider",
3
- "version": "4.0.2",
3
+ "version": "4.0.5",
4
4
  "description": "Backpack slider 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.0.0",
18
- "bpk-mixins": "^31.5.0",
19
- "bpk-react-utils": "^7.0.0",
17
+ "@skyscanner/bpk-foundations-web": "^9.3.0",
18
+ "bpk-mixins": "^31.6.3",
19
+ "bpk-react-utils": "^7.0.1",
20
20
  "prop-types": "^15.7.2",
21
21
  "react-slider": "^1.3.1"
22
22
  },
@@ -24,6 +24,6 @@
24
24
  "react": "^17.0.2"
25
25
  },
26
26
  "devDependencies": {
27
- "bpk-component-rtl-toggle": "^4.0.2"
27
+ "bpk-component-rtl-toggle": "^4.0.5"
28
28
  }
29
29
  }
@@ -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
  $slider-control-inset-size: 22 * $bpk-one-pixel-rem;
24
23
  $slider-large-control-inset-size: bpk-spacing-sm() * 7;
25
24
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-spinner",
3
- "version": "6.0.2",
3
+ "version": "6.0.5",
4
4
  "description": "Backpack spinner components.",
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-svgs": "^14.3.8",
18
- "bpk-mixins": "^31.5.0",
19
- "bpk-react-utils": "^7.0.0",
17
+ "@skyscanner/bpk-svgs": "^14.4.3",
18
+ "bpk-mixins": "^31.6.3",
19
+ "bpk-react-utils": "^7.0.1",
20
20
  "prop-types": "^15.7.2"
21
21
  },
22
22
  "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-spacing-v2: true;
22
22
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-split-input",
3
- "version": "2.0.2",
3
+ "version": "2.0.5",
4
4
  "description": "Backpack split-input 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-input": "^7.0.2",
17
- "bpk-mixins": "^31.5.0",
18
- "bpk-react-utils": "^7.0.0",
16
+ "bpk-component-input": "^7.0.5",
17
+ "bpk-mixins": "^31.6.3",
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
  /* stylelint-disable */
19
- @import '~bpk-mixins';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  .bpk-input-field {
22
22
  display: flex;
@@ -18,7 +18,7 @@
18
18
 
19
19
  /* stylelint-disable */
20
20
 
21
- @import '~bpk-mixins/index';
21
+ @import '~bpk-mixins/index.scss';
22
22
 
23
23
  .bpk-split-input {
24
24
  @include bpk-body-default;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-star-rating",
3
- "version": "4.0.2",
3
+ "version": "4.0.5",
4
4
  "description": "Backpack rating star component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,16 +14,16 @@
14
14
  },
15
15
  "gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
16
16
  "dependencies": {
17
- "bpk-component-icon": "^10.0.2",
18
- "bpk-mixins": "^31.5.0",
19
- "bpk-react-utils": "^7.0.0",
17
+ "bpk-component-icon": "^10.0.5",
18
+ "bpk-mixins": "^31.6.3",
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-table": "^4.0.2",
27
- "bpk-storybook-utils": "^2.0.2"
26
+ "bpk-component-table": "^4.0.5",
27
+ "bpk-storybook-utils": "^2.0.5"
28
28
  }
29
29
  }
@@ -16,9 +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
- @keyframes star_dust {
21
+ @keyframes star-dust {
22
22
  0% {
23
23
  transform: scale(1);
24
24
  }
@@ -60,7 +60,7 @@
60
60
 
61
61
  &--selected {
62
62
  animation-duration: 300ms;
63
- animation-name: star_dust;
63
+ animation-name: star-dust;
64
64
  }
65
65
  }
66
66
  }
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- @import '~bpk-mixins';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  @mixin large-star {
22
22
  width: $bpk-icon-size-lg;
@@ -28,7 +28,7 @@ export default () => (
28
28
  | --------- | -------- | -------- | ------------- |
29
29
  | label | Node | true | - |
30
30
  | className | string | false | null |
31
- | type | oneOf(SWITCH_TYPES.primary, SWITCH_TYPES.event) | false | SWITCH_TYPES.primary
31
+ | small | boolean | false | false |
32
32
 
33
33
  This component uses a hidden [`<input type="checkbox" />`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox), so it supports all the same properties as it (for example `checked`).
34
34
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-switch",
3
- "version": "3.0.2",
3
+ "version": "3.1.0",
4
4
  "description": "Backpack switch 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.5.0",
18
- "bpk-react-utils": "^7.0.0",
17
+ "bpk-mixins": "^31.6.3",
18
+ "bpk-react-utils": "^7.0.1",
19
19
  "prop-types": "^15.5.8"
20
20
  },
21
21
  "peerDependencies": {
@@ -20,7 +20,7 @@
20
20
  import PropTypes from 'prop-types';
21
21
  import React, { type Node } from 'react';
22
22
 
23
- import { cssModules } from '../../bpk-react-utils';
23
+ import { cssModules, deprecated } from '../../bpk-react-utils';
24
24
 
25
25
  import STYLES from './BpkSwitch.module.scss';
26
26
 
@@ -33,11 +33,6 @@ export const SWITCH_TYPES = {
33
33
 
34
34
  export type SwitchTypeValue = $Values<typeof SWITCH_TYPES>;
35
35
 
36
- const switchTypeClassNames = {
37
- [SWITCH_TYPES.primary]: getClassName('bpk-switch__switch--primary'),
38
- [SWITCH_TYPES.event]: getClassName('bpk-switch__switch--event'),
39
- };
40
-
41
36
  export type Props = {
42
37
  label: Node,
43
38
  type: SwitchTypeValue,
@@ -45,12 +40,13 @@ export type Props = {
45
40
  };
46
41
 
47
42
  const BpkSwitch = (props: Props) => {
48
- const { className, label, type, ...rest } = props;
43
+ const { className, label, small, type, ...rest } = props;
49
44
 
50
- const switchClassNames = [
51
- getClassName('bpk-switch__switch'),
52
- switchTypeClassNames[type],
53
- ];
45
+ const switchClassNames = getClassName(
46
+ 'bpk-switch__switch',
47
+ `bpk-switch__switch--${type}`,
48
+ small && 'bpk-switch__switch--small',
49
+ );
54
50
 
55
51
  return (
56
52
  <label className={getClassName('bpk-switch', className)}>
@@ -64,20 +60,25 @@ const BpkSwitch = (props: Props) => {
64
60
  <span aria-hidden className={getClassName('bpk-switch__label')}>
65
61
  {label}
66
62
  </span>
67
- <span aria-hidden className={switchClassNames.join(' ')} />
63
+ <span aria-hidden className={switchClassNames} />
68
64
  </label>
69
65
  );
70
66
  };
71
67
 
72
68
  BpkSwitch.propTypes = {
73
69
  label: PropTypes.node.isRequired,
74
- type: PropTypes.oneOf([SWITCH_TYPES.primary, SWITCH_TYPES.event]),
70
+ type: deprecated(
71
+ PropTypes.oneOf([SWITCH_TYPES.primary, SWITCH_TYPES.event]),
72
+ 'This property is deprecated and only one type supported, please remove your usage of this property',
73
+ ),
75
74
  className: PropTypes.string,
75
+ small: PropTypes.boolean,
76
76
  };
77
77
 
78
78
  BpkSwitch.defaultProps = {
79
79
  className: null,
80
80
  type: SWITCH_TYPES.primary,
81
+ small: false,
81
82
  };
82
83
 
83
84
  export default BpkSwitch;
@@ -16,22 +16,17 @@
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
- $primary-on-color: $bpk-color-sky-blue;
24
- $event-on-color: $bpk-color-abisko;
25
- $off-color: $bpk-color-sky-gray-tint-06;
26
- $handle-color: $bpk-color-white;
27
-
28
22
  $height: bpk-spacing-xl();
29
23
  $width: bpk-spacing-sm() * 13;
30
24
  $border-width: $bpk-one-pixel-rem * 2;
31
25
 
32
26
  .bpk-switch {
33
27
  position: relative;
34
- display: inline-block;
28
+ display: flex;
29
+ align-items: center;
35
30
 
36
31
  // Checkbox is invisible so the switch element can be the visual element.
37
32
  &__checkbox {
@@ -43,12 +38,13 @@ $border-width: $bpk-one-pixel-rem * 2;
43
38
  @include bpk-themeable-property(
44
39
  background,
45
40
  --bpk-switch-checked-color,
46
- $primary-on-color
41
+ $bpk-core-accent-day
47
42
  );
48
43
  }
49
44
 
45
+ // This is now deprecated and will be removed in the future.
50
46
  &--event {
51
- background: $event-on-color;
47
+ background: $bpk-color-abisko;
52
48
  }
53
49
 
54
50
  &::before {
@@ -71,7 +67,7 @@ $border-width: $bpk-one-pixel-rem * 2;
71
67
  height: $height;
72
68
  transition: background $bpk-duration-sm linear;
73
69
  border-radius: $height / 2;
74
- background: $off-color;
70
+ background: $bpk-surface-highlight-day;
75
71
  cursor: pointer;
76
72
 
77
73
  // The 'handle'.
@@ -85,9 +81,19 @@ $border-width: $bpk-one-pixel-rem * 2;
85
81
  height: $height - ($border-width * 2);
86
82
  transition: left $bpk-duration-sm ease-out;
87
83
  border-radius: 50%;
88
- background: $handle-color;
84
+ background: $bpk-text-on-dark-day;
89
85
 
90
86
  @include bpk-box-shadow-sm;
91
87
  }
88
+
89
+ &--small {
90
+ width: bpk-spacing-xxl();
91
+ height: bpk-spacing-sm() * 5;
92
+
93
+ &::before {
94
+ width: bpk-spacing-base();
95
+ height: bpk-spacing-base();
96
+ }
97
+ }
92
98
  }
93
99
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-table",
3
- "version": "4.0.2",
3
+ "version": "4.0.5",
4
4
  "description": "Backpack table 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.5.0",
18
- "bpk-react-utils": "^7.0.0",
17
+ "bpk-mixins": "^31.6.3",
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-table {
22
22
  @include bpk-table;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-text",
3
- "version": "8.0.2",
3
+ "version": "8.0.5",
4
4
  "description": "Backpack text 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-mixins": "^31.5.0",
18
- "bpk-react-utils": "^7.0.0",
17
+ "bpk-mixins": "^31.6.3",
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';
19
+ @import '~bpk-mixins/index.scss';
20
20
 
21
21
  .bpk-text {
22
22
  @include bpk-text;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpk-component-textarea",
3
- "version": "5.0.2",
3
+ "version": "5.0.5",
4
4
  "description": "Backpack textarea component.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,13 +14,13 @@
14
14
  },
15
15
  "gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
16
16
  "dependencies": {
17
- "bpk-mixins": "^31.5.0",
18
- "bpk-react-utils": "^7.0.0",
17
+ "bpk-mixins": "^31.6.3",
18
+ "bpk-react-utils": "^7.0.1",
19
19
  "prop-types": "^15.7.2"
20
20
  },
21
21
  "devDependencies": {
22
- "bpk-component-label": "^6.0.2",
23
- "bpk-storybook-utils": "^2.0.2"
22
+ "bpk-component-label": "^6.0.5",
23
+ "bpk-storybook-utils": "^2.0.5"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": "^17.0.2"
@@ -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