@skyscanner/backpack-web 34.0.0-premajor.1 → 34.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (815) hide show
  1. package/bpk-component-aria-live/index.d.ts +1 -23
  2. package/bpk-component-aria-live/src/BpkAriaLive.d.ts +10 -35
  3. package/bpk-component-badge/index.d.ts +0 -18
  4. package/bpk-component-badge/src/BpkBadge.d.ts +16 -41
  5. package/bpk-component-badge/src/themeAttributes.d.ts +2 -0
  6. package/bpk-component-banner-alert/index.d.ts +2 -27
  7. package/bpk-component-banner-alert/src/AnimateAndFade.d.ts +23 -52
  8. package/bpk-component-banner-alert/src/AnimateAndFade.js +0 -2
  9. package/bpk-component-banner-alert/src/BpkBannerAlert.d.ts +5 -26
  10. package/bpk-component-banner-alert/src/BpkBannerAlertDismissable.d.ts +3 -25
  11. package/bpk-component-banner-alert/src/BpkBannerAlertExpandable.d.ts +5 -30
  12. package/bpk-component-banner-alert/src/BpkBannerAlertInner.d.ts +12 -52
  13. package/bpk-component-banner-alert/src/BpkBannerAlertInner.js +0 -4
  14. package/bpk-component-banner-alert/src/common-types.d.ts +15 -37
  15. package/bpk-component-banner-alert/src/themeAttributes.d.ts +0 -18
  16. package/bpk-component-banner-alert/src/withBannerAlertState.d.ts +0 -18
  17. package/bpk-component-barchart/src/BpkBarchart.js +1 -8
  18. package/bpk-component-boilerplate/index.d.ts +1 -22
  19. package/bpk-component-boilerplate/src/BpkBoilerplate.d.ts +3 -22
  20. package/bpk-component-bottom-sheet/index.d.ts +0 -18
  21. package/bpk-component-bottom-sheet/src/BpkBottomSheet.d.ts +17 -38
  22. package/bpk-component-bottom-sheet/src/BpkBottomSheet.js +4 -7
  23. package/bpk-component-bottom-sheet/src/BpkBottomSheet.module.css +1 -1
  24. package/bpk-component-breakpoint/index.d.ts +0 -18
  25. package/bpk-component-breakpoint/src/BpkBreakpoint.d.ts +20 -45
  26. package/bpk-component-breakpoint/src/BpkBreakpoint.js +21 -5
  27. package/bpk-component-breakpoint/src/useMediaQuery.d.ts +2 -0
  28. package/bpk-component-breakpoint/src/useMediaQuery.js +10 -7
  29. package/bpk-component-button/index.d.ts +13 -22
  30. package/bpk-component-button/index.js +15 -3
  31. package/bpk-component-button/src/BpkButtonV2/BpkButton.d.ts +0 -18
  32. package/bpk-component-button/src/BpkButtonV2/common-types.d.ts +27 -46
  33. package/bpk-component-button/src/themeAttributes.d.ts +8 -0
  34. package/bpk-component-button/themeAttributes.d.ts +1 -0
  35. package/bpk-component-button/themeAttributes.js +3 -1
  36. package/bpk-component-calendar/index.d.ts +4 -22
  37. package/bpk-component-calendar/src/BpkCalendarContainer.d.ts +3 -20
  38. package/bpk-component-calendar/src/BpkCalendarDate.d.ts +0 -18
  39. package/bpk-component-calendar/src/BpkCalendarGrid.d.ts +1 -19
  40. package/bpk-component-calendar/src/BpkCalendarGrid.js +2 -5
  41. package/bpk-component-calendar/src/BpkCalendarGrid.module.css +1 -1
  42. package/bpk-component-calendar/src/BpkCalendarGridHeader.d.ts +0 -18
  43. package/bpk-component-calendar/src/BpkCalendarGridTransition.d.ts +1 -24
  44. package/bpk-component-calendar/src/BpkCalendarGridTransition.js +1 -4
  45. package/bpk-component-calendar/src/BpkCalendarNav.d.ts +0 -18
  46. package/bpk-component-calendar/src/BpkCalendarNav.js +13 -12
  47. package/bpk-component-calendar/src/BpkCalendarNav.module.css +1 -1
  48. package/bpk-component-calendar/src/{Week.d.ts → BpkCalendarWeek.d.ts} +2 -20
  49. package/bpk-component-calendar/src/{Week.js → BpkCalendarWeek.js} +7 -13
  50. package/bpk-component-calendar/src/BpkCalendarWeek.module.css +18 -0
  51. package/bpk-component-calendar/src/composeCalendar.d.ts +0 -18
  52. package/bpk-component-calendar/src/custom-proptypes.d.ts +0 -18
  53. package/bpk-component-calendar/src/date-utils.d.ts +14 -32
  54. package/bpk-component-calendar/src/themeAttributes.d.ts +2 -0
  55. package/bpk-component-calendar/src/utils.d.ts +0 -18
  56. package/bpk-component-calendar/src/utils.js +1 -2
  57. package/bpk-component-card/index.d.ts +0 -19
  58. package/bpk-component-card/src/BpkCard.d.ts +8 -35
  59. package/bpk-component-card/src/BpkCardWrapper.d.ts +5 -29
  60. package/bpk-component-card/src/BpkDividedCard.d.ts +10 -37
  61. package/bpk-component-card-button/index.d.ts +2 -0
  62. package/bpk-component-card-button/src/BpkSaveButton.d.ts +12 -36
  63. package/bpk-component-card-button/src/BpkSaveButton.js +0 -4
  64. package/bpk-component-chip/index.d.ts +2 -20
  65. package/bpk-component-chip/src/BpkDismissibleChip.d.ts +0 -18
  66. package/bpk-component-chip/src/BpkDismissibleChip.js +4 -10
  67. package/bpk-component-chip/src/BpkDropdownChip.d.ts +1 -26
  68. package/bpk-component-chip/src/BpkDropdownChip.js +0 -1
  69. package/bpk-component-chip/src/BpkIconChip.d.ts +1 -19
  70. package/bpk-component-chip/src/BpkSelectableChip.d.ts +4 -32
  71. package/bpk-component-chip/src/BpkSelectableChip.js +2 -1
  72. package/bpk-component-chip/src/commonTypes.d.ts +11 -48
  73. package/bpk-component-chip/src/themeAttributes.d.ts +2 -0
  74. package/bpk-component-close-button/src/BpkCloseButton.js +7 -4
  75. package/bpk-component-close-button/src/BpkCloseButton.module.css +1 -1
  76. package/bpk-component-datatable/index.d.ts +0 -18
  77. package/bpk-component-datatable/src/BpkDataTable.d.ts +0 -18
  78. package/bpk-component-datatable/src/BpkDataTableHeader.d.ts +0 -18
  79. package/bpk-component-datatable/src/BpkDataTableHeader.js +0 -2
  80. package/bpk-component-datatable/src/common-types.d.ts +4 -22
  81. package/bpk-component-datatable/src/utils.d.ts +0 -18
  82. package/bpk-component-datepicker/index.d.ts +0 -18
  83. package/bpk-component-datepicker/src/BpkDatepicker.d.ts +1 -24
  84. package/bpk-component-datepicker/src/BpkDatepicker.js +0 -8
  85. package/bpk-component-datepicker/src/themeAttributes.d.ts +2 -0
  86. package/bpk-component-datepicker/src/themeAttributes.js +0 -1
  87. package/bpk-component-dialog/index.d.ts +1 -20
  88. package/bpk-component-dialog/src/BpkDialog.d.ts +0 -18
  89. package/bpk-component-dialog/src/BpkDialogInner.d.ts +20 -206
  90. package/bpk-component-dialog/src/BpkDialogInner.js +2 -0
  91. package/bpk-component-dialog/src/common-types.d.ts +1 -18
  92. package/bpk-component-flare/src/BpkContentBubble.js +21 -9
  93. package/bpk-component-flare/src/BpkFlareBar.js +4 -22
  94. package/bpk-component-flare/src/bpk-content-bubble.module.css +1 -1
  95. package/bpk-component-flare/src/bpk-flare-bar.module.css +1 -1
  96. package/bpk-component-floating-notification/index.d.ts +3 -0
  97. package/bpk-component-floating-notification/src/BpkFloatingNotification.d.ts +19 -42
  98. package/bpk-component-floating-notification/src/BpkFloatingNotification.js +9 -12
  99. package/bpk-component-floating-notification/src/BpkFloatingNotification.module.css +1 -1
  100. package/bpk-component-graphic-promotion/index.d.ts +1 -23
  101. package/bpk-component-graphic-promotion/src/BpkGraphicPromo.d.ts +0 -18
  102. package/bpk-component-icon/all.d.ts +4 -0
  103. package/bpk-component-icon/all.js +3 -3
  104. package/bpk-component-icon/index.d.ts +7 -35
  105. package/bpk-component-icon/index.js +1 -3
  106. package/bpk-component-icon/lg/accessibility.js +7 -11
  107. package/bpk-component-icon/lg/account--add.js +7 -11
  108. package/bpk-component-icon/lg/account--female.js +7 -11
  109. package/bpk-component-icon/lg/account--id-card.js +7 -11
  110. package/bpk-component-icon/lg/account--name.js +7 -11
  111. package/bpk-component-icon/lg/account--permit.js +7 -11
  112. package/bpk-component-icon/lg/account-circle.js +7 -11
  113. package/bpk-component-icon/lg/account.js +7 -11
  114. package/bpk-component-icon/lg/add-circle.js +7 -11
  115. package/bpk-component-icon/lg/adult.js +7 -11
  116. package/bpk-component-icon/lg/ai.js +7 -12
  117. package/bpk-component-icon/lg/aircon.js +7 -11
  118. package/bpk-component-icon/lg/aircraft.js +8 -12
  119. package/bpk-component-icon/lg/airline--multiple.js +7 -11
  120. package/bpk-component-icon/lg/airline.js +7 -11
  121. package/bpk-component-icon/lg/airports.js +7 -11
  122. package/bpk-component-icon/lg/alert--active.js +7 -11
  123. package/bpk-component-icon/lg/alert--add.js +7 -11
  124. package/bpk-component-icon/lg/alert--expired.js +7 -11
  125. package/bpk-component-icon/lg/alert--remove.js +7 -11
  126. package/bpk-component-icon/lg/arrow-down.js +7 -11
  127. package/bpk-component-icon/lg/arrow-left.js +7 -11
  128. package/bpk-component-icon/lg/arrow-right.js +7 -11
  129. package/bpk-component-icon/lg/arrow-up.js +7 -11
  130. package/bpk-component-icon/lg/award.js +7 -11
  131. package/bpk-component-icon/lg/baby-carriage.js +7 -11
  132. package/bpk-component-icon/lg/baggage--add.js +7 -11
  133. package/bpk-component-icon/lg/baggage--remove.js +7 -11
  134. package/bpk-component-icon/lg/baggage-cabin-add.js +7 -11
  135. package/bpk-component-icon/lg/baggage-cabin-not-included.js +7 -11
  136. package/bpk-component-icon/lg/baggage-cabin.js +7 -11
  137. package/bpk-component-icon/lg/baggage-checked-add.js +7 -11
  138. package/bpk-component-icon/lg/baggage-checked-not-included.js +7 -11
  139. package/bpk-component-icon/lg/baggage-checked.js +7 -11
  140. package/bpk-component-icon/lg/baggage-cross.js +7 -11
  141. package/bpk-component-icon/lg/baggage-generic.js +7 -11
  142. package/bpk-component-icon/lg/baggage-tick.js +7 -11
  143. package/bpk-component-icon/lg/baggage.js +7 -11
  144. package/bpk-component-icon/lg/bar.js +7 -11
  145. package/bpk-component-icon/lg/beach.js +8 -12
  146. package/bpk-component-icon/lg/beer.js +7 -11
  147. package/bpk-component-icon/lg/breakfast-cross.js +7 -11
  148. package/bpk-component-icon/lg/breakfast-tick.js +7 -11
  149. package/bpk-component-icon/lg/bus.js +7 -11
  150. package/bpk-component-icon/lg/business.js +7 -11
  151. package/bpk-component-icon/lg/cafe.js +7 -11
  152. package/bpk-component-icon/lg/calendar.js +7 -11
  153. package/bpk-component-icon/lg/call-back.js +8 -12
  154. package/bpk-component-icon/lg/camera.js +7 -11
  155. package/bpk-component-icon/lg/camper-van.js +8 -12
  156. package/bpk-component-icon/lg/car-door.js +7 -11
  157. package/bpk-component-icon/lg/car-wash.js +8 -12
  158. package/bpk-component-icon/lg/cars-flexible.js +7 -11
  159. package/bpk-component-icon/lg/cars.js +8 -12
  160. package/bpk-component-icon/lg/center-location.js +7 -11
  161. package/bpk-component-icon/lg/chart.js +7 -11
  162. package/bpk-component-icon/lg/chauffeur.js +7 -11
  163. package/bpk-component-icon/lg/chevron-down.js +7 -11
  164. package/bpk-component-icon/lg/chevron-left.js +7 -11
  165. package/bpk-component-icon/lg/chevron-right.js +7 -11
  166. package/bpk-component-icon/lg/chevron-up.js +7 -11
  167. package/bpk-component-icon/lg/child-seat.js +7 -11
  168. package/bpk-component-icon/lg/child.js +7 -11
  169. package/bpk-component-icon/lg/city-center.js +7 -11
  170. package/bpk-component-icon/lg/city.js +7 -11
  171. package/bpk-component-icon/lg/clean-policy.js +7 -11
  172. package/bpk-component-icon/lg/clean.js +9 -13
  173. package/bpk-component-icon/lg/cleaning-medical.js +7 -11
  174. package/bpk-component-icon/lg/cloakroom.js +9 -13
  175. package/bpk-component-icon/lg/close-circle.js +7 -11
  176. package/bpk-component-icon/lg/close.js +7 -11
  177. package/bpk-component-icon/lg/collapse.js +7 -11
  178. package/bpk-component-icon/lg/content--copy.js +8 -12
  179. package/bpk-component-icon/lg/content--event.js +7 -11
  180. package/bpk-component-icon/lg/content--guides.js +7 -11
  181. package/bpk-component-icon/lg/currency.js +7 -11
  182. package/bpk-component-icon/lg/data.js +8 -12
  183. package/bpk-component-icon/lg/deals.js +7 -11
  184. package/bpk-component-icon/lg/depart.js +8 -12
  185. package/bpk-component-icon/lg/device-mid.js +7 -11
  186. package/bpk-component-icon/lg/device-wide.js +7 -11
  187. package/bpk-component-icon/lg/direct.js +7 -11
  188. package/bpk-component-icon/lg/document-csv.js +7 -11
  189. package/bpk-component-icon/lg/document-pdf.js +7 -11
  190. package/bpk-component-icon/lg/dot.js +16 -0
  191. package/bpk-component-icon/lg/download.js +8 -12
  192. package/bpk-component-icon/lg/duration.js +7 -11
  193. package/bpk-component-icon/lg/eco-leaf.js +7 -11
  194. package/bpk-component-icon/lg/edit.js +7 -11
  195. package/bpk-component-icon/lg/education.js +8 -12
  196. package/bpk-component-icon/lg/electric.js +7 -11
  197. package/bpk-component-icon/lg/end-call.js +7 -11
  198. package/bpk-component-icon/lg/estimated.js +7 -11
  199. package/bpk-component-icon/lg/exclamation-circle.js +7 -11
  200. package/bpk-component-icon/lg/exclamation.js +7 -11
  201. package/bpk-component-icon/lg/expand.js +7 -11
  202. package/bpk-component-icon/lg/explore.js +9 -13
  203. package/bpk-component-icon/lg/face--blank.js +7 -11
  204. package/bpk-component-icon/lg/face--happy.js +7 -11
  205. package/bpk-component-icon/lg/face--sad.js +7 -11
  206. package/bpk-component-icon/lg/face-id.js +7 -11
  207. package/bpk-component-icon/lg/face-mask.js +7 -11
  208. package/bpk-component-icon/lg/family.js +7 -11
  209. package/bpk-component-icon/lg/fast-track.js +8 -12
  210. package/bpk-component-icon/lg/fast-train.js +8 -12
  211. package/bpk-component-icon/lg/filter.js +7 -11
  212. package/bpk-component-icon/lg/fingerprint.js +7 -11
  213. package/bpk-component-icon/lg/flag.js +7 -11
  214. package/bpk-component-icon/lg/flask.js +7 -11
  215. package/bpk-component-icon/lg/flight-flexible.js +7 -11
  216. package/bpk-component-icon/lg/flight-landing.js +9 -13
  217. package/bpk-component-icon/lg/flight-takeoff.js +8 -12
  218. package/bpk-component-icon/lg/flight.js +8 -12
  219. package/bpk-component-icon/lg/food.js +7 -11
  220. package/bpk-component-icon/lg/gears-automatic-circle.js +7 -11
  221. package/bpk-component-icon/lg/gears-automatic.js +7 -11
  222. package/bpk-component-icon/lg/gears-manual-circle.js +7 -11
  223. package/bpk-component-icon/lg/gears-manual.js +7 -11
  224. package/bpk-component-icon/lg/globe.js +7 -11
  225. package/bpk-component-icon/lg/grid-layout.js +7 -11
  226. package/bpk-component-icon/lg/headset.js +7 -11
  227. package/bpk-component-icon/lg/health-fitness.js +7 -11
  228. package/bpk-component-icon/lg/heart--outline.js +7 -11
  229. package/bpk-component-icon/lg/heart.js +7 -11
  230. package/bpk-component-icon/lg/help-circle.js +7 -11
  231. package/bpk-component-icon/lg/help.js +7 -11
  232. package/bpk-component-icon/lg/hide.js +7 -11
  233. package/bpk-component-icon/lg/hotel-flexible.js +7 -11
  234. package/bpk-component-icon/lg/hotels--disabled-facilities.js +7 -11
  235. package/bpk-component-icon/lg/hotels--jacuzzi.js +7 -11
  236. package/bpk-component-icon/lg/hotels--pets-allowed.js +7 -11
  237. package/bpk-component-icon/lg/hotels--smoking.js +7 -11
  238. package/bpk-component-icon/lg/hotels.js +7 -11
  239. package/bpk-component-icon/lg/infant.js +7 -11
  240. package/bpk-component-icon/lg/information--language-alert.js +7 -11
  241. package/bpk-component-icon/lg/information--language-question.js +7 -11
  242. package/bpk-component-icon/lg/information--language.js +7 -11
  243. package/bpk-component-icon/lg/information-circle.js +7 -11
  244. package/bpk-component-icon/lg/information.js +7 -11
  245. package/bpk-component-icon/lg/insurance.js +7 -11
  246. package/bpk-component-icon/lg/key.js +7 -11
  247. package/bpk-component-icon/lg/keypad.js +7 -11
  248. package/bpk-component-icon/lg/landmark.js +7 -11
  249. package/bpk-component-icon/lg/language.js +7 -11
  250. package/bpk-component-icon/lg/legroom--extra.js +8 -12
  251. package/bpk-component-icon/lg/legroom--normal.js +8 -12
  252. package/bpk-component-icon/lg/legroom--reduced.js +8 -12
  253. package/bpk-component-icon/lg/leisure.js +7 -11
  254. package/bpk-component-icon/lg/lightning.js +7 -11
  255. package/bpk-component-icon/lg/list.js +7 -11
  256. package/bpk-component-icon/lg/location.js +7 -11
  257. package/bpk-component-icon/lg/lock.js +7 -11
  258. package/bpk-component-icon/lg/logout.js +8 -12
  259. package/bpk-component-icon/lg/long-arrow-down.js +7 -11
  260. package/bpk-component-icon/lg/long-arrow-left.js +7 -11
  261. package/bpk-component-icon/lg/long-arrow-right.js +7 -11
  262. package/bpk-component-icon/lg/long-arrow-up.js +7 -11
  263. package/bpk-component-icon/lg/lounge.js +8 -12
  264. package/bpk-component-icon/lg/luggageall.js +7 -11
  265. package/bpk-component-icon/lg/mail.js +8 -12
  266. package/bpk-component-icon/lg/map.js +7 -11
  267. package/bpk-component-icon/lg/meal.js +7 -11
  268. package/bpk-component-icon/lg/media.js +7 -11
  269. package/bpk-component-icon/lg/menu--horizontal.js +7 -11
  270. package/bpk-component-icon/lg/menu--vertical.js +7 -11
  271. package/bpk-component-icon/lg/menu.js +7 -11
  272. package/bpk-component-icon/lg/mileage.js +8 -12
  273. package/bpk-component-icon/lg/minus.js +7 -11
  274. package/bpk-component-icon/lg/mobile.js +7 -11
  275. package/bpk-component-icon/lg/money.js +7 -11
  276. package/bpk-component-icon/lg/multiple-bookings.js +7 -11
  277. package/bpk-component-icon/lg/music.js +7 -11
  278. package/bpk-component-icon/lg/mute.js +7 -11
  279. package/bpk-component-icon/lg/native-android--back.js +7 -11
  280. package/bpk-component-icon/lg/native-android--close.js +7 -11
  281. package/bpk-component-icon/lg/native-android--forward.js +7 -11
  282. package/bpk-component-icon/lg/native-ios-close.js +7 -11
  283. package/bpk-component-icon/lg/navigation.js +7 -11
  284. package/bpk-component-icon/lg/new-window.js +8 -12
  285. package/bpk-component-icon/lg/news.js +7 -11
  286. package/bpk-component-icon/lg/night.js +7 -11
  287. package/bpk-component-icon/lg/not-allowed.js +7 -11
  288. package/bpk-component-icon/lg/onsen.js +7 -11
  289. package/bpk-component-icon/lg/origin.js +7 -11
  290. package/bpk-component-icon/lg/paid.js +7 -11
  291. package/bpk-component-icon/lg/paperclip.js +7 -11
  292. package/bpk-component-icon/lg/parking.js +7 -11
  293. package/bpk-component-icon/lg/passport.js +7 -11
  294. package/bpk-component-icon/lg/pause.js +7 -11
  295. package/bpk-component-icon/lg/payment-card.js +7 -11
  296. package/bpk-component-icon/lg/petrol.js +7 -11
  297. package/bpk-component-icon/lg/phone-call.js +7 -11
  298. package/bpk-component-icon/lg/picture.js +7 -11
  299. package/bpk-component-icon/lg/pin.js +7 -11
  300. package/bpk-component-icon/lg/plane-seat.js +8 -12
  301. package/bpk-component-icon/lg/play.js +7 -11
  302. package/bpk-component-icon/lg/plus.js +7 -11
  303. package/bpk-component-icon/lg/policy.js +7 -11
  304. package/bpk-component-icon/lg/powerplug.js +7 -11
  305. package/bpk-component-icon/lg/ppe.js +7 -11
  306. package/bpk-component-icon/lg/price-alerts.js +7 -11
  307. package/bpk-component-icon/lg/price-tag.js +7 -11
  308. package/bpk-component-icon/lg/print.js +7 -11
  309. package/bpk-component-icon/lg/recent-searches.js +7 -11
  310. package/bpk-component-icon/lg/redo.js +7 -11
  311. package/bpk-component-icon/lg/refresh.js +7 -11
  312. package/bpk-component-icon/lg/return.js +8 -12
  313. package/bpk-component-icon/lg/room.js +7 -11
  314. package/bpk-component-icon/lg/scales.js +8 -12
  315. package/bpk-component-icon/lg/search.js +7 -11
  316. package/bpk-component-icon/lg/self-service.js +7 -11
  317. package/bpk-component-icon/lg/send-message.js +7 -11
  318. package/bpk-component-icon/lg/services.js +7 -11
  319. package/bpk-component-icon/lg/settings.js +7 -11
  320. package/bpk-component-icon/lg/share--android.js +7 -11
  321. package/bpk-component-icon/lg/share--ios.js +8 -12
  322. package/bpk-component-icon/lg/share.js +7 -11
  323. package/bpk-component-icon/lg/single-booking.js +7 -11
  324. package/bpk-component-icon/lg/social-distancing.js +8 -12
  325. package/bpk-component-icon/lg/social-like.js +7 -11
  326. package/bpk-component-icon/lg/sort-down.js +7 -11
  327. package/bpk-component-icon/lg/sort-up.js +7 -11
  328. package/bpk-component-icon/lg/sort.js +7 -11
  329. package/bpk-component-icon/lg/speaker.js +8 -12
  330. package/bpk-component-icon/lg/star-half.js +7 -11
  331. package/bpk-component-icon/lg/star-outline.js +7 -11
  332. package/bpk-component-icon/lg/star.js +7 -11
  333. package/bpk-component-icon/lg/stops.js +7 -11
  334. package/bpk-component-icon/lg/swap--horizontal.js +7 -11
  335. package/bpk-component-icon/lg/swap--vertical.js +7 -11
  336. package/bpk-component-icon/lg/swap.js +7 -11
  337. package/bpk-component-icon/lg/taxi.js +8 -12
  338. package/bpk-component-icon/lg/thumbs-down.js +7 -11
  339. package/bpk-component-icon/lg/thumbs-up.js +7 -11
  340. package/bpk-component-icon/lg/tick-circle.js +7 -11
  341. package/bpk-component-icon/lg/tick.js +7 -11
  342. package/bpk-component-icon/lg/ticket-flexible.js +7 -11
  343. package/bpk-component-icon/lg/ticket.js +7 -11
  344. package/bpk-component-icon/lg/time.js +7 -11
  345. package/bpk-component-icon/lg/toilets.js +7 -11
  346. package/bpk-component-icon/lg/train.js +7 -11
  347. package/bpk-component-icon/lg/transmission-automatic.js +7 -11
  348. package/bpk-component-icon/lg/transmission-manual.js +7 -11
  349. package/bpk-component-icon/lg/trash.js +7 -11
  350. package/bpk-component-icon/lg/trend--down.js +7 -11
  351. package/bpk-component-icon/lg/trend--steady.js +7 -11
  352. package/bpk-component-icon/lg/trend--will-rise.js +7 -11
  353. package/bpk-component-icon/lg/trend.js +7 -11
  354. package/bpk-component-icon/lg/trips.js +7 -11
  355. package/bpk-component-icon/lg/undo.js +7 -11
  356. package/bpk-component-icon/lg/unlock.js +7 -11
  357. package/bpk-component-icon/lg/unmute.js +8 -12
  358. package/bpk-component-icon/lg/upgrade.js +7 -11
  359. package/bpk-component-icon/lg/upload.js +7 -11
  360. package/bpk-component-icon/lg/use-location.js +7 -11
  361. package/bpk-component-icon/lg/view.js +7 -11
  362. package/bpk-component-icon/lg/virus.js +7 -11
  363. package/bpk-component-icon/lg/wallet.js +8 -12
  364. package/bpk-component-icon/lg/weather--clear.js +7 -11
  365. package/bpk-component-icon/lg/weather--cloudy.js +8 -12
  366. package/bpk-component-icon/lg/weather--fog.js +7 -11
  367. package/bpk-component-icon/lg/weather--partly-cloudy.js +8 -12
  368. package/bpk-component-icon/lg/weather--rain.js +9 -13
  369. package/bpk-component-icon/lg/weather--snow.js +7 -11
  370. package/bpk-component-icon/lg/weather--thunderstorm.js +9 -13
  371. package/bpk-component-icon/lg/weather--tornado.js +7 -11
  372. package/bpk-component-icon/lg/weather--wind.js +7 -11
  373. package/bpk-component-icon/lg/weather.js +7 -11
  374. package/bpk-component-icon/lg/wifi.js +7 -11
  375. package/bpk-component-icon/lg/window--reduce.js +8 -12
  376. package/bpk-component-icon/lg/window.js +7 -11
  377. package/bpk-component-icon/lg/world--amer.js +7 -11
  378. package/bpk-component-icon/lg/world--apac.js +7 -11
  379. package/bpk-component-icon/lg/world--emea.js +8 -12
  380. package/bpk-component-icon/sm/accessibility.js +7 -11
  381. package/bpk-component-icon/sm/account--add.js +7 -11
  382. package/bpk-component-icon/sm/account--female.js +7 -11
  383. package/bpk-component-icon/sm/account--id-card.js +7 -11
  384. package/bpk-component-icon/sm/account--name.js +7 -11
  385. package/bpk-component-icon/sm/account--permit.js +7 -11
  386. package/bpk-component-icon/sm/account-circle.js +7 -11
  387. package/bpk-component-icon/sm/account.js +7 -11
  388. package/bpk-component-icon/sm/add-circle.js +7 -11
  389. package/bpk-component-icon/sm/adult.js +7 -11
  390. package/bpk-component-icon/sm/ai.js +7 -12
  391. package/bpk-component-icon/sm/aircon.js +7 -11
  392. package/bpk-component-icon/sm/aircraft.js +8 -12
  393. package/bpk-component-icon/sm/airline--multiple.js +7 -11
  394. package/bpk-component-icon/sm/airline.js +7 -11
  395. package/bpk-component-icon/sm/airports.js +7 -11
  396. package/bpk-component-icon/sm/alert--active.js +7 -11
  397. package/bpk-component-icon/sm/alert--add.js +7 -11
  398. package/bpk-component-icon/sm/alert--expired.js +7 -11
  399. package/bpk-component-icon/sm/alert--remove.js +7 -11
  400. package/bpk-component-icon/sm/arrow-down.js +7 -11
  401. package/bpk-component-icon/sm/arrow-left.js +7 -11
  402. package/bpk-component-icon/sm/arrow-right.js +7 -11
  403. package/bpk-component-icon/sm/arrow-up.js +7 -11
  404. package/bpk-component-icon/sm/award.js +7 -11
  405. package/bpk-component-icon/sm/baby-carriage.js +7 -11
  406. package/bpk-component-icon/sm/baggage--add.js +7 -11
  407. package/bpk-component-icon/sm/baggage--remove.js +7 -11
  408. package/bpk-component-icon/sm/baggage-cabin-add.js +7 -11
  409. package/bpk-component-icon/sm/baggage-cabin-not-included.js +7 -11
  410. package/bpk-component-icon/sm/baggage-cabin.js +7 -11
  411. package/bpk-component-icon/sm/baggage-checked-add.js +7 -11
  412. package/bpk-component-icon/sm/baggage-checked-not-included.js +7 -11
  413. package/bpk-component-icon/sm/baggage-checked.js +7 -11
  414. package/bpk-component-icon/sm/baggage-cross.js +7 -11
  415. package/bpk-component-icon/sm/baggage-generic.js +7 -11
  416. package/bpk-component-icon/sm/baggage-tick.js +7 -11
  417. package/bpk-component-icon/sm/baggage.js +7 -11
  418. package/bpk-component-icon/sm/bar.js +7 -11
  419. package/bpk-component-icon/sm/beach.js +8 -12
  420. package/bpk-component-icon/sm/beer.js +7 -11
  421. package/bpk-component-icon/sm/breakfast-cross.js +7 -11
  422. package/bpk-component-icon/sm/breakfast-tick.js +7 -11
  423. package/bpk-component-icon/sm/bus.js +8 -12
  424. package/bpk-component-icon/sm/business.js +7 -11
  425. package/bpk-component-icon/sm/cafe.js +7 -11
  426. package/bpk-component-icon/sm/calendar.js +7 -11
  427. package/bpk-component-icon/sm/call-back.js +8 -12
  428. package/bpk-component-icon/sm/camera.js +7 -11
  429. package/bpk-component-icon/sm/camper-van.js +8 -12
  430. package/bpk-component-icon/sm/car-door.js +7 -11
  431. package/bpk-component-icon/sm/car-wash.js +8 -12
  432. package/bpk-component-icon/sm/cars-flexible.js +7 -11
  433. package/bpk-component-icon/sm/cars.js +8 -12
  434. package/bpk-component-icon/sm/center-location.js +7 -11
  435. package/bpk-component-icon/sm/chart.js +7 -11
  436. package/bpk-component-icon/sm/chauffeur.js +8 -12
  437. package/bpk-component-icon/sm/chevron-down.js +7 -11
  438. package/bpk-component-icon/sm/chevron-left.js +7 -11
  439. package/bpk-component-icon/sm/chevron-right.js +7 -11
  440. package/bpk-component-icon/sm/chevron-up.js +7 -11
  441. package/bpk-component-icon/sm/child-seat.js +7 -11
  442. package/bpk-component-icon/sm/child.js +7 -11
  443. package/bpk-component-icon/sm/city-center.js +7 -11
  444. package/bpk-component-icon/sm/city.js +7 -11
  445. package/bpk-component-icon/sm/clean-policy.js +7 -11
  446. package/bpk-component-icon/sm/clean.js +8 -12
  447. package/bpk-component-icon/sm/cleaning-medical.js +7 -11
  448. package/bpk-component-icon/sm/cloakroom.js +7 -11
  449. package/bpk-component-icon/sm/close-circle.js +7 -11
  450. package/bpk-component-icon/sm/close.js +7 -11
  451. package/bpk-component-icon/sm/collapse.js +7 -11
  452. package/bpk-component-icon/sm/content--copy.js +8 -12
  453. package/bpk-component-icon/sm/content--event.js +7 -11
  454. package/bpk-component-icon/sm/content--guides.js +7 -11
  455. package/bpk-component-icon/sm/currency.js +7 -11
  456. package/bpk-component-icon/sm/data.js +8 -12
  457. package/bpk-component-icon/sm/deals.js +7 -11
  458. package/bpk-component-icon/sm/depart.js +9 -13
  459. package/bpk-component-icon/sm/device-mid.js +7 -11
  460. package/bpk-component-icon/sm/device-wide.js +7 -11
  461. package/bpk-component-icon/sm/direct.js +8 -12
  462. package/bpk-component-icon/sm/document-csv.js +7 -11
  463. package/bpk-component-icon/sm/document-pdf.js +7 -11
  464. package/bpk-component-icon/sm/dot.js +16 -0
  465. package/bpk-component-icon/sm/download.js +8 -12
  466. package/bpk-component-icon/sm/duration.js +7 -11
  467. package/bpk-component-icon/sm/eco-leaf.js +7 -11
  468. package/bpk-component-icon/sm/edit.js +7 -11
  469. package/bpk-component-icon/sm/education.js +8 -12
  470. package/bpk-component-icon/sm/electric.js +7 -11
  471. package/bpk-component-icon/sm/end-call.js +7 -11
  472. package/bpk-component-icon/sm/estimated.js +7 -11
  473. package/bpk-component-icon/sm/exclamation-circle.js +7 -11
  474. package/bpk-component-icon/sm/exclamation.js +7 -11
  475. package/bpk-component-icon/sm/expand.js +7 -11
  476. package/bpk-component-icon/sm/explore.js +9 -13
  477. package/bpk-component-icon/sm/face--blank.js +7 -11
  478. package/bpk-component-icon/sm/face--happy.js +7 -11
  479. package/bpk-component-icon/sm/face--sad.js +7 -11
  480. package/bpk-component-icon/sm/face-id.js +7 -11
  481. package/bpk-component-icon/sm/face-mask.js +7 -11
  482. package/bpk-component-icon/sm/family.js +7 -11
  483. package/bpk-component-icon/sm/fast-track.js +8 -12
  484. package/bpk-component-icon/sm/fast-train.js +8 -12
  485. package/bpk-component-icon/sm/filter.js +7 -11
  486. package/bpk-component-icon/sm/fingerprint.js +7 -11
  487. package/bpk-component-icon/sm/flag.js +7 -11
  488. package/bpk-component-icon/sm/flask.js +7 -11
  489. package/bpk-component-icon/sm/flight-flexible.js +7 -11
  490. package/bpk-component-icon/sm/flight-landing.js +9 -13
  491. package/bpk-component-icon/sm/flight-takeoff.js +8 -12
  492. package/bpk-component-icon/sm/flight.js +8 -12
  493. package/bpk-component-icon/sm/food.js +7 -11
  494. package/bpk-component-icon/sm/gears-automatic-circle.js +7 -11
  495. package/bpk-component-icon/sm/gears-automatic.js +7 -11
  496. package/bpk-component-icon/sm/gears-manual-circle.js +7 -11
  497. package/bpk-component-icon/sm/gears-manual.js +7 -11
  498. package/bpk-component-icon/sm/globe.js +7 -11
  499. package/bpk-component-icon/sm/grid-layout.js +7 -11
  500. package/bpk-component-icon/sm/headset.js +7 -11
  501. package/bpk-component-icon/sm/health-fitness.js +7 -11
  502. package/bpk-component-icon/sm/heart--outline.js +7 -11
  503. package/bpk-component-icon/sm/heart.js +7 -11
  504. package/bpk-component-icon/sm/help-circle.js +7 -11
  505. package/bpk-component-icon/sm/help.js +7 -11
  506. package/bpk-component-icon/sm/hide.js +7 -11
  507. package/bpk-component-icon/sm/hotel-flexible.js +7 -11
  508. package/bpk-component-icon/sm/hotels--disabled-facilities.js +7 -11
  509. package/bpk-component-icon/sm/hotels--jacuzzi.js +8 -12
  510. package/bpk-component-icon/sm/hotels--pets-allowed.js +7 -11
  511. package/bpk-component-icon/sm/hotels--smoking.js +7 -11
  512. package/bpk-component-icon/sm/hotels.js +7 -11
  513. package/bpk-component-icon/sm/infant.js +8 -12
  514. package/bpk-component-icon/sm/information--language-alert.js +7 -11
  515. package/bpk-component-icon/sm/information--language-question.js +7 -11
  516. package/bpk-component-icon/sm/information--language.js +7 -11
  517. package/bpk-component-icon/sm/information-circle.js +7 -11
  518. package/bpk-component-icon/sm/information.js +7 -11
  519. package/bpk-component-icon/sm/insurance.js +7 -11
  520. package/bpk-component-icon/sm/key.js +7 -11
  521. package/bpk-component-icon/sm/keypad.js +7 -11
  522. package/bpk-component-icon/sm/landmark.js +7 -11
  523. package/bpk-component-icon/sm/language.js +7 -11
  524. package/bpk-component-icon/sm/legroom--extra.js +8 -12
  525. package/bpk-component-icon/sm/legroom--normal.js +8 -12
  526. package/bpk-component-icon/sm/legroom--reduced.js +8 -12
  527. package/bpk-component-icon/sm/leisure.js +7 -11
  528. package/bpk-component-icon/sm/lightning.js +7 -11
  529. package/bpk-component-icon/sm/list.js +7 -11
  530. package/bpk-component-icon/sm/location.js +7 -11
  531. package/bpk-component-icon/sm/lock.js +7 -11
  532. package/bpk-component-icon/sm/logout.js +8 -12
  533. package/bpk-component-icon/sm/long-arrow-down.js +7 -11
  534. package/bpk-component-icon/sm/long-arrow-left.js +7 -11
  535. package/bpk-component-icon/sm/long-arrow-right.js +7 -11
  536. package/bpk-component-icon/sm/long-arrow-up.js +7 -11
  537. package/bpk-component-icon/sm/lounge.js +7 -11
  538. package/bpk-component-icon/sm/luggageall.js +7 -11
  539. package/bpk-component-icon/sm/mail.js +8 -12
  540. package/bpk-component-icon/sm/map.js +7 -11
  541. package/bpk-component-icon/sm/meal.js +7 -11
  542. package/bpk-component-icon/sm/media.js +7 -11
  543. package/bpk-component-icon/sm/menu--horizontal.js +7 -11
  544. package/bpk-component-icon/sm/menu--vertical.js +7 -11
  545. package/bpk-component-icon/sm/menu.js +7 -11
  546. package/bpk-component-icon/sm/mileage.js +8 -12
  547. package/bpk-component-icon/sm/minus.js +7 -11
  548. package/bpk-component-icon/sm/mobile.js +7 -11
  549. package/bpk-component-icon/sm/money.js +7 -11
  550. package/bpk-component-icon/sm/multiple-bookings.js +7 -11
  551. package/bpk-component-icon/sm/music.js +7 -11
  552. package/bpk-component-icon/sm/mute.js +7 -11
  553. package/bpk-component-icon/sm/native-android--back.js +7 -11
  554. package/bpk-component-icon/sm/native-android--close.js +7 -11
  555. package/bpk-component-icon/sm/native-android--forward.js +7 -11
  556. package/bpk-component-icon/sm/native-ios-close.js +7 -11
  557. package/bpk-component-icon/sm/navigation.js +7 -11
  558. package/bpk-component-icon/sm/new-window.js +10 -14
  559. package/bpk-component-icon/sm/news.js +7 -11
  560. package/bpk-component-icon/sm/night.js +7 -11
  561. package/bpk-component-icon/sm/not-allowed.js +7 -11
  562. package/bpk-component-icon/sm/onsen.js +8 -12
  563. package/bpk-component-icon/sm/origin.js +7 -11
  564. package/bpk-component-icon/sm/paid.js +7 -11
  565. package/bpk-component-icon/sm/paperclip.js +7 -11
  566. package/bpk-component-icon/sm/parking.js +7 -11
  567. package/bpk-component-icon/sm/passport.js +7 -11
  568. package/bpk-component-icon/sm/pause.js +7 -11
  569. package/bpk-component-icon/sm/payment-card.js +7 -11
  570. package/bpk-component-icon/sm/petrol.js +7 -11
  571. package/bpk-component-icon/sm/phone-call.js +7 -11
  572. package/bpk-component-icon/sm/picture.js +7 -11
  573. package/bpk-component-icon/sm/pin.js +7 -11
  574. package/bpk-component-icon/sm/plane-seat.js +8 -12
  575. package/bpk-component-icon/sm/play.js +7 -11
  576. package/bpk-component-icon/sm/plus.js +7 -11
  577. package/bpk-component-icon/sm/policy.js +7 -11
  578. package/bpk-component-icon/sm/powerplug.js +7 -11
  579. package/bpk-component-icon/sm/ppe.js +7 -11
  580. package/bpk-component-icon/sm/price-alerts.js +7 -11
  581. package/bpk-component-icon/sm/price-tag.js +7 -11
  582. package/bpk-component-icon/sm/print.js +7 -11
  583. package/bpk-component-icon/sm/recent-searches.js +7 -11
  584. package/bpk-component-icon/sm/redo.js +7 -11
  585. package/bpk-component-icon/sm/refresh.js +7 -11
  586. package/bpk-component-icon/sm/return.js +9 -13
  587. package/bpk-component-icon/sm/room.js +7 -11
  588. package/bpk-component-icon/sm/scales.js +7 -11
  589. package/bpk-component-icon/sm/search.js +7 -11
  590. package/bpk-component-icon/sm/self-service.js +7 -11
  591. package/bpk-component-icon/sm/send-message.js +7 -11
  592. package/bpk-component-icon/sm/services.js +7 -11
  593. package/bpk-component-icon/sm/settings.js +7 -11
  594. package/bpk-component-icon/sm/share--android.js +7 -11
  595. package/bpk-component-icon/sm/share--ios.js +8 -12
  596. package/bpk-component-icon/sm/share.js +7 -11
  597. package/bpk-component-icon/sm/single-booking.js +7 -11
  598. package/bpk-component-icon/sm/social-distancing.js +8 -12
  599. package/bpk-component-icon/sm/social-like.js +7 -11
  600. package/bpk-component-icon/sm/sort-down.js +7 -11
  601. package/bpk-component-icon/sm/sort-up.js +7 -11
  602. package/bpk-component-icon/sm/sort.js +7 -11
  603. package/bpk-component-icon/sm/speaker.js +7 -11
  604. package/bpk-component-icon/sm/star-half.js +7 -11
  605. package/bpk-component-icon/sm/star-outline.js +7 -11
  606. package/bpk-component-icon/sm/star.js +7 -11
  607. package/bpk-component-icon/sm/stops.js +7 -11
  608. package/bpk-component-icon/sm/swap--horizontal.js +7 -11
  609. package/bpk-component-icon/sm/swap--vertical.js +7 -11
  610. package/bpk-component-icon/sm/swap.js +7 -11
  611. package/bpk-component-icon/sm/taxi.js +8 -12
  612. package/bpk-component-icon/sm/thumbs-down.js +7 -11
  613. package/bpk-component-icon/sm/thumbs-up.js +7 -11
  614. package/bpk-component-icon/sm/tick-circle.js +7 -11
  615. package/bpk-component-icon/sm/tick.js +7 -11
  616. package/bpk-component-icon/sm/ticket-flexible.js +7 -11
  617. package/bpk-component-icon/sm/ticket.js +7 -11
  618. package/bpk-component-icon/sm/time.js +7 -11
  619. package/bpk-component-icon/sm/toilets.js +7 -11
  620. package/bpk-component-icon/sm/train.js +7 -11
  621. package/bpk-component-icon/sm/transmission-automatic.js +7 -11
  622. package/bpk-component-icon/sm/transmission-manual.js +7 -11
  623. package/bpk-component-icon/sm/trash.js +7 -11
  624. package/bpk-component-icon/sm/trend--down.js +7 -11
  625. package/bpk-component-icon/sm/trend--steady.js +7 -11
  626. package/bpk-component-icon/sm/trend--will-rise.js +7 -11
  627. package/bpk-component-icon/sm/trend.js +7 -11
  628. package/bpk-component-icon/sm/trips.js +7 -11
  629. package/bpk-component-icon/sm/undo.js +7 -11
  630. package/bpk-component-icon/sm/unlock.js +7 -11
  631. package/bpk-component-icon/sm/unmute.js +8 -12
  632. package/bpk-component-icon/sm/upgrade.js +7 -11
  633. package/bpk-component-icon/sm/upload.js +7 -11
  634. package/bpk-component-icon/sm/use-location.js +7 -11
  635. package/bpk-component-icon/sm/view.js +7 -11
  636. package/bpk-component-icon/sm/virus.js +7 -11
  637. package/bpk-component-icon/sm/wallet.js +7 -11
  638. package/bpk-component-icon/sm/weather--clear.js +7 -11
  639. package/bpk-component-icon/sm/weather--cloudy.js +8 -12
  640. package/bpk-component-icon/sm/weather--fog.js +7 -11
  641. package/bpk-component-icon/sm/weather--partly-cloudy.js +7 -11
  642. package/bpk-component-icon/sm/weather--rain.js +8 -12
  643. package/bpk-component-icon/sm/weather--snow.js +7 -11
  644. package/bpk-component-icon/sm/weather--thunderstorm.js +9 -13
  645. package/bpk-component-icon/sm/weather--tornado.js +7 -11
  646. package/bpk-component-icon/sm/weather--wind.js +8 -12
  647. package/bpk-component-icon/sm/weather.js +7 -11
  648. package/bpk-component-icon/sm/wifi.js +7 -11
  649. package/bpk-component-icon/sm/window--reduce.js +8 -12
  650. package/bpk-component-icon/sm/window.js +7 -11
  651. package/bpk-component-icon/sm/world--amer.js +7 -11
  652. package/bpk-component-icon/sm/world--apac.js +7 -11
  653. package/bpk-component-icon/sm/world--emea.js +7 -11
  654. package/bpk-component-icon/src/classNameModifierHOCFactory.d.ts +6 -29
  655. package/bpk-component-icon/src/withAlignment.d.ts +3 -26
  656. package/bpk-component-icon/src/withDescription.d.ts +1 -23
  657. package/bpk-component-icon/src/withRtlSupport.d.ts +7 -27
  658. package/bpk-component-image/index.d.ts +3 -21
  659. package/bpk-component-image/src/BpkBackgroundImage.d.ts +2 -20
  660. package/bpk-component-image/src/BpkBackgroundImage.js +0 -4
  661. package/bpk-component-image/src/BpkImage.d.ts +0 -18
  662. package/bpk-component-image/src/BpkImage.js +0 -4
  663. package/bpk-component-image/src/BpkImageBorderRadiusStyles.d.ts +0 -18
  664. package/bpk-component-image/src/withLazyLoading.d.ts +0 -18
  665. package/bpk-component-image/src/withLoadingBehavior.d.ts +0 -18
  666. package/bpk-component-info-banner/index.d.ts +1 -26
  667. package/bpk-component-info-banner/src/AnimateAndFade.d.ts +23 -52
  668. package/bpk-component-info-banner/src/AnimateAndFade.js +0 -2
  669. package/bpk-component-info-banner/src/BpkInfoBanner.d.ts +1 -26
  670. package/bpk-component-info-banner/src/BpkInfoBannerDismissable.d.ts +3 -25
  671. package/bpk-component-info-banner/src/BpkInfoBannerExpandable.d.ts +7 -33
  672. package/bpk-component-info-banner/src/BpkInfoBannerInner.d.ts +13 -52
  673. package/bpk-component-info-banner/src/BpkInfoBannerInner.js +0 -5
  674. package/bpk-component-info-banner/src/common-types.d.ts +20 -39
  675. package/bpk-component-info-banner/src/withBannerAlertState.d.ts +86 -159
  676. package/bpk-component-input/index.d.ts +1 -19
  677. package/bpk-component-input/src/BpkInput.d.ts +0 -18
  678. package/bpk-component-input/src/BpkInput.js +14 -8
  679. package/bpk-component-input/src/BpkInput.module.css +1 -1
  680. package/bpk-component-input/src/common-types.d.ts +0 -18
  681. package/bpk-component-input/src/themeAttributes.d.ts +2 -0
  682. package/bpk-component-input/src/withOpenEvents.d.ts +2 -20
  683. package/bpk-component-input/src/withOpenEvents.js +7 -15
  684. package/bpk-component-list/src/BpkList.js +3 -6
  685. package/bpk-component-loading-button/src/BpkLoadingButton.d.ts +60 -0
  686. package/bpk-component-loading-button/src/BpkLoadingButton.js +43 -23
  687. package/bpk-component-loading-button/src/BpkLoadingButton.module.css +1 -1
  688. package/bpk-component-map/src/BpkBasicMapMarker.d.ts +12 -25
  689. package/bpk-component-map/src/BpkBasicMapMarker.js +11 -11
  690. package/bpk-component-map/src/BpkMap.js +2 -1
  691. package/bpk-component-map/src/BpkPriceMarkerV2/BpkPriceMarker.d.ts +0 -18
  692. package/bpk-component-mobile-scroll-container/src/BpkMobileScrollContainer.js +1 -12
  693. package/bpk-component-mobile-scroll-container/src/BpkMobileScrollContainer.module.css +1 -1
  694. package/bpk-component-modal/index.d.ts +4 -21
  695. package/bpk-component-modal/src/BpkModal.d.ts +2 -20
  696. package/bpk-component-modal/src/BpkModal.js +1 -4
  697. package/bpk-component-modal/src/BpkModalInner.d.ts +6 -20
  698. package/bpk-component-modal/src/BpkModalV2/BpkModal.d.ts +14 -34
  699. package/bpk-component-modal/src/themeAttributes.d.ts +2 -0
  700. package/bpk-component-navigation-bar/index.d.ts +7 -0
  701. package/bpk-component-navigation-bar/src/BpkNavigationBar.d.ts +21 -0
  702. package/bpk-component-navigation-bar/src/BpkNavigationBar.js +8 -2
  703. package/bpk-component-navigation-bar/src/BpkNavigationBar.module.css +1 -1
  704. package/bpk-component-navigation-bar/src/BpkNavigationBarButtonLink.d.ts +12 -0
  705. package/bpk-component-navigation-bar/src/BpkNavigationBarButtonLink.js +7 -10
  706. package/bpk-component-navigation-bar/src/BpkNavigationBarIconButton.d.ts +13 -0
  707. package/bpk-component-navigation-bar/src/BpkNavigationBarIconButton.js +8 -11
  708. package/bpk-component-navigation-bar/src/themeAttributes.d.ts +2 -0
  709. package/bpk-component-nudger/index.d.ts +1 -19
  710. package/bpk-component-nudger/src/BpkConfigurableNudger.d.ts +0 -18
  711. package/bpk-component-nudger/src/BpkConfigurableNudger.js +4 -26
  712. package/bpk-component-nudger/src/BpkNudger.d.ts +0 -18
  713. package/bpk-component-nudger/src/BpkNudger.js +9 -13
  714. package/bpk-component-nudger/src/BpkNudger.module.css +1 -1
  715. package/bpk-component-nudger/src/common-types.d.ts +0 -18
  716. package/bpk-component-nudger/src/themeAttributes.d.ts +2 -0
  717. package/bpk-component-nudger/src/themeAttributes.js +0 -1
  718. package/bpk-component-overlay/index.d.ts +1 -23
  719. package/bpk-component-overlay/src/BpkOverlay.d.ts +0 -18
  720. package/bpk-component-pagination/src/BpkPaginationNudger.js +14 -25
  721. package/bpk-component-pagination/src/BpkPaginationNudger.module.css +1 -1
  722. package/bpk-component-phone-input/src/BpkPhoneInput.js +12 -14
  723. package/bpk-component-popover/index.d.ts +5 -0
  724. package/bpk-component-popover/src/BpkPopover.d.ts +26 -0
  725. package/bpk-component-popover/src/BpkPopover.js +23 -19
  726. package/bpk-component-popover/src/BpkPopover.module.css +1 -1
  727. package/bpk-component-popover/src/constants.d.ts +5 -0
  728. package/bpk-component-popover/src/constants.js +3 -1
  729. package/bpk-component-popover/src/themeAttributes.d.ts +2 -0
  730. package/bpk-component-price/src/BpkPrice.js +24 -28
  731. package/bpk-component-price/src/BpkPrice.module.css +1 -1
  732. package/bpk-component-rtl-toggle/index.d.ts +0 -19
  733. package/bpk-component-rtl-toggle/src/BpkRtlToggle.d.ts +8 -34
  734. package/bpk-component-rtl-toggle/src/BpkRtlToggle.js +1 -8
  735. package/bpk-component-rtl-toggle/src/updateOnDirectionChange.d.ts +53 -146
  736. package/bpk-component-rtl-toggle/src/utils.d.ts +3 -21
  737. package/bpk-component-scrollable-calendar/index.d.ts +0 -18
  738. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendar.d.ts +10 -478
  739. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarDate.d.ts +0 -18
  740. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGrid.d.ts +0 -18
  741. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGrid.js +6 -7
  742. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGrid.module.css +1 -1
  743. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGridList.d.ts +3 -18
  744. package/bpk-component-scrollable-calendar/src/utils.d.ts +0 -18
  745. package/bpk-component-section-header/index.d.ts +0 -19
  746. package/bpk-component-section-header/src/BpkSectionHeader.d.ts +7 -25
  747. package/bpk-component-section-header/src/BpkSectionHeader.js +5 -10
  748. package/bpk-component-section-header/src/BpkSectionHeader.module.css +1 -1
  749. package/bpk-component-section-list/src/BpkSectionListItem.js +6 -10
  750. package/bpk-component-section-list/src/BpkSectionListItem.module.css +1 -1
  751. package/bpk-component-skeleton/index.d.ts +3 -0
  752. package/{bpk-component-datepicker/src/BpkDatepicker.module.css → bpk-component-skeleton/index.js} +8 -5
  753. package/bpk-component-skeleton/src/BpkBaseSkeleton.d.d.ts +10 -0
  754. package/bpk-component-skeleton/src/BpkBaseSkeleton.d.ts +8 -0
  755. package/{bpk-component-input/src/BpkClearButton.module.css → bpk-component-skeleton/src/BpkBaseSkeleton.js} +17 -5
  756. package/bpk-component-skeleton/src/BpkBaseSkeleton.module.css +18 -0
  757. package/bpk-component-skeleton/src/BpkSkeleton.d.d.ts +4 -0
  758. package/bpk-component-skeleton/src/BpkSkeleton.d.ts +4 -0
  759. package/bpk-component-skeleton/src/BpkSkeleton.js +38 -0
  760. package/bpk-component-skeleton/src/BpkSkeleton.module.css +18 -0
  761. package/bpk-component-skeleton/src/common-types.d.d.ts +37 -0
  762. package/bpk-component-skeleton/src/common-types.d.ts +37 -0
  763. package/{bpk-component-input/src/BpkClearButton.d.ts → bpk-component-skeleton/src/common-types.js} +15 -6
  764. package/bpk-component-slider/index.d.ts +4 -0
  765. package/bpk-component-slider/src/BpkSlider.d.ts +15 -0
  766. package/bpk-component-slider/src/BpkSlider.js +48 -37
  767. package/bpk-component-slider/src/BpkSlider.module.css +1 -1
  768. package/bpk-component-slider/src/themeAttributes.d.ts +2 -0
  769. package/bpk-component-spinner/index.d.ts +6 -0
  770. package/bpk-component-spinner/index.js +3 -1
  771. package/bpk-component-spinner/src/BpkExtraLargeSpinner.d.ts +19 -0
  772. package/bpk-component-spinner/src/BpkExtraLargeSpinner.js +8 -9
  773. package/bpk-component-spinner/src/BpkLargeSpinner.d.ts +22 -0
  774. package/bpk-component-spinner/src/BpkLargeSpinner.js +8 -9
  775. package/bpk-component-spinner/src/BpkSpinner.d.ts +22 -0
  776. package/bpk-component-spinner/src/BpkSpinner.js +8 -9
  777. package/bpk-component-spinner/src/BpkSpinner.module.css +1 -1
  778. package/bpk-component-spinner/src/spinnerTypes.d.ts +6 -0
  779. package/bpk-component-spinner/src/themeAttributes.d.ts +2 -0
  780. package/bpk-component-star-rating/src/BpkInteractiveStar.js +6 -7
  781. package/bpk-component-star-rating/src/BpkStar.js +14 -21
  782. package/bpk-component-star-rating/src/BpkStar.module.css +1 -1
  783. package/bpk-component-swap-button/index.d.ts +0 -18
  784. package/bpk-component-swap-button/src/BpkSwapButton.d.ts +2 -23
  785. package/bpk-component-swap-button/src/BpkSwapButton.js +0 -2
  786. package/bpk-component-text/index.d.ts +0 -18
  787. package/bpk-component-text/src/BpkText.d.ts +2 -20
  788. package/bpk-component-theme-toggle/src/BpkThemeToggle.js +5 -6
  789. package/bpk-component-tooltip/index.d.ts +1 -19
  790. package/bpk-component-tooltip/src/BpkTooltip.d.ts +1 -19
  791. package/bpk-component-tooltip/src/BpkTooltipPortal.d.ts +1 -19
  792. package/bpk-component-tooltip/src/constants.d.ts +0 -18
  793. package/bpk-mixins/_forms.scss +16 -0
  794. package/bpk-react-utils/index.d.ts +4 -55
  795. package/bpk-react-utils/src/BpkDialogWrapper/BpkDialogWrapper.d.ts +23 -44
  796. package/bpk-react-utils/src/Portal.d.ts +1 -19
  797. package/bpk-react-utils/src/TransitionInitialMount.d.ts +0 -18
  798. package/bpk-react-utils/src/cssModules.d.ts +0 -18
  799. package/bpk-react-utils/src/deviceDetection.d.ts +0 -18
  800. package/bpk-react-utils/src/isRTL.d.ts +0 -18
  801. package/bpk-react-utils/src/withDefaultProps.d.ts +0 -18
  802. package/bpk-react-utils/src/wrapDisplayName.d.ts +0 -18
  803. package/bpk-scrim-utils/index.d.ts +0 -18
  804. package/bpk-scrim-utils/src/BpkScrim.d.ts +0 -18
  805. package/bpk-scrim-utils/src/scroll-utils.d.ts +0 -18
  806. package/bpk-scrim-utils/src/withScrim.d.ts +13 -19
  807. package/bpk-scrim-utils/src/withScrimmedPortal.d.ts +2 -20
  808. package/package.json +4 -4
  809. package/unstable__bpk-mixins/_forms.scss +16 -0
  810. package/bpk-component-calendar/test-utils.d.ts +0 -56
  811. package/bpk-component-flare/src/__generated__/corner-radius.d.ts +0 -6
  812. package/bpk-component-flare/src/__generated__/pointer.d.ts +0 -6
  813. package/bpk-component-input/src/BpkClearButton.js +0 -53
  814. package/bpk-component-navigation-bar/src/BpkNavigationBarButtonLink.module.css +0 -18
  815. package/bpk-component-scrollable-calendar/test-utils.d.ts +0 -52
@@ -1,20 +1,16 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export default (({
4
- styles = {},
5
- ...props
6
- }) => /*#__PURE__*/_jsxs("svg", {
3
+ const WindowReduceIcon = props => /*#__PURE__*/_jsxs("svg", {
7
4
  xmlns: "http://www.w3.org/2000/svg",
8
5
  viewBox: "0 0 24 24",
9
6
  "aria-hidden": "true",
10
- style: {
11
- width: "1rem",
12
- height: "1rem"
13
- },
7
+ width: "1rem",
8
+ height: "1rem",
14
9
  ...props,
15
10
  children: [/*#__PURE__*/_jsx("path", {
16
- d: "M4.5 7.5a3 3 0 013-3H12a1.5 1.5 0 000-3H7.5a6 6 0 00-6 6v9a6 6 0 006 6h9a6 6 0 006-6V12a1.5 1.5 0 00-3 0v4.5a3 3 0 01-3 3h-9a3 3 0 01-3-3z"
11
+ d: "M4.5 7.5a3 3 0 0 1 3-3H12a1.5 1.5 0 0 0 0-3H7.5a6 6 0 0 0-6 6v9a6 6 0 0 0 6 6h9a6 6 0 0 0 6-6V12a1.5 1.5 0 0 0-3 0v4.5a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3z"
17
12
  }), /*#__PURE__*/_jsx("path", {
18
- d: "M17.56 8.56l-4.939 4.94H15a1.5 1.5 0 010 3H8.996a1.495 1.495 0 01-1.053-.436l-.007-.006A1.496 1.496 0 017.5 15V9a1.5 1.5 0 013 0v2.379l4.94-4.94a1.5 1.5 0 012.12 2.122z"
13
+ d: "m17.56 8.56-4.939 4.94H15a1.5 1.5 0 0 1 0 3H8.996a1.5 1.5 0 0 1-1.053-.436l-.007-.006A1.5 1.5 0 0 1 7.5 15V9a1.5 1.5 0 0 1 3 0v2.379l4.94-4.94a1.5 1.5 0 0 1 2.12 2.122z"
19
14
  })]
20
- }));
15
+ });
16
+ export default WindowReduceIcon;
@@ -1,18 +1,14 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
- export default (({
4
- styles = {},
5
- ...props
6
- }) => /*#__PURE__*/_jsx("svg", {
3
+ const WindowIcon = props => /*#__PURE__*/_jsx("svg", {
7
4
  xmlns: "http://www.w3.org/2000/svg",
8
5
  viewBox: "0 0 24 24",
9
6
  "aria-hidden": "true",
10
- style: {
11
- width: "1rem",
12
- height: "1rem"
13
- },
7
+ width: "1rem",
8
+ height: "1rem",
14
9
  ...props,
15
10
  children: /*#__PURE__*/_jsx("path", {
16
- d: "M19.5 1.5h-15a3 3 0 00-3 3v15a3 3 0 003 3h15a3 3 0 003-3v-15a3 3 0 00-3-3zm0 16.5a1.5 1.5 0 01-1.5 1.5H6A1.5 1.5 0 014.5 18V9A1.5 1.5 0 016 7.5h12A1.5 1.5 0 0119.5 9z"
11
+ d: "M19.5 1.5h-15a3 3 0 0 0-3 3v15a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-15a3 3 0 0 0-3-3m0 16.5a1.5 1.5 0 0 1-1.5 1.5H6A1.5 1.5 0 0 1 4.5 18V9A1.5 1.5 0 0 1 6 7.5h12A1.5 1.5 0 0 1 19.5 9z"
17
12
  })
18
- }));
13
+ });
14
+ export default WindowIcon;
@@ -1,18 +1,14 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
- export default (({
4
- styles = {},
5
- ...props
6
- }) => /*#__PURE__*/_jsx("svg", {
3
+ const WorldAmerIcon = props => /*#__PURE__*/_jsx("svg", {
7
4
  xmlns: "http://www.w3.org/2000/svg",
8
5
  viewBox: "0 0 24 24",
9
6
  "aria-hidden": "true",
10
- style: {
11
- width: "1rem",
12
- height: "1rem"
13
- },
7
+ width: "1rem",
8
+ height: "1rem",
14
9
  ...props,
15
10
  children: /*#__PURE__*/_jsx("path", {
16
- d: "M12 1.5c5.799 0 10.5 4.702 10.5 10.5 0 5.8-4.701 10.5-10.5 10.5S1.5 17.8 1.5 12C1.5 6.203 6.201 1.5 12 1.5zM5.232 8.764a7.5 7.5 0 007.225 10.723c.082-.359.098-.712-.086-1.018a1.44 1.44 0 00-.42-.417l-.168-.114c-.198-.134-.397-.268-.538-.456a1.872 1.872 0 01-.142-1.496l.082-.208a3.559 3.559 0 00.343-1.721 5.358 5.358 0 01-1.85-.496 4.327 4.327 0 01-.76-.56l-.236-.211c-.4-.362-.798-.722-1.298-.906a2.203 2.203 0 01-.794-.35 1.438 1.438 0 01-.215-.299l-1.04-2.26-.103-.21zm8.36-4.094l.163.173c.341.382.64.804.886 1.258a5.28 5.28 0 00-2.954 2.472 1.223 1.223 0 01-.208.416l-.069.065c-.051.046-.103.092-.129.155a.446.446 0 00-.01.192l.025.093c.099.354.208.704.328 1.051-.425.248-1.051.46-1.334.057a.885.885 0 01-.12-.29l-.037-.161c-.052-.244-.102-.475-.325-.533a.62.62 0 00-.202 0l-1.248.307a4.169 4.169 0 00-.072 1.944c.765-.115 1.698-.164 2.15.464.063.089.118.19.17.296l.074.16c.16.343.315.679.665.707.19-.006.375-.06.54-.156a3.46 3.46 0 013.285.283c.277.258.627.424 1.002.478l.077-.004c.113-.007.23-.014.308.063a.5.5 0 01.085.3c.07.521.646.814 1.166.893l.228.028.435.04.135.02.002-.005.056.008A7.503 7.503 0 0013.591 4.67z"
11
+ d: "M12 1.5c5.799 0 10.5 4.702 10.5 10.5 0 5.8-4.701 10.5-10.5 10.5S1.5 17.8 1.5 12C1.5 6.203 6.201 1.5 12 1.5M5.232 8.764a7.5 7.5 0 0 0 7.225 10.723c.082-.359.098-.712-.086-1.018a1.4 1.4 0 0 0-.42-.417l-.168-.114c-.198-.134-.397-.268-.538-.456a1.87 1.87 0 0 1-.142-1.496l.082-.208a3.56 3.56 0 0 0 .343-1.721 5.4 5.4 0 0 1-1.85-.496 4.3 4.3 0 0 1-.76-.56l-.236-.211c-.4-.362-.798-.722-1.298-.906a2.2 2.2 0 0 1-.794-.35 1.4 1.4 0 0 1-.215-.299l-1.04-2.26zm8.36-4.094.163.173c.341.382.64.804.886 1.258a5.28 5.28 0 0 0-2.954 2.472 1.2 1.2 0 0 1-.208.416l-.069.065c-.051.046-.103.092-.129.155a.45.45 0 0 0-.01.192l.025.093q.148.53.328 1.051c-.425.248-1.051.46-1.334.057a.9.9 0 0 1-.12-.29l-.037-.161c-.052-.244-.102-.475-.325-.533a.6.6 0 0 0-.202 0l-1.248.307a4.2 4.2 0 0 0-.072 1.944c.765-.115 1.698-.164 2.15.464q.093.135.17.296l.074.16c.16.343.315.679.665.707.19-.006.375-.06.54-.156a3.46 3.46 0 0 1 3.285.283c.277.258.627.424 1.002.478l.077-.004c.113-.007.23-.014.308.063a.5.5 0 0 1 .085.3c.07.521.646.814 1.166.893l.228.028.435.04.135.02.002-.005.056.008A7.503 7.503 0 0 0 13.591 4.67z"
17
12
  })
18
- }));
13
+ });
14
+ export default WorldAmerIcon;
@@ -1,18 +1,14 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
- export default (({
4
- styles = {},
5
- ...props
6
- }) => /*#__PURE__*/_jsx("svg", {
3
+ const WorldApacIcon = props => /*#__PURE__*/_jsx("svg", {
7
4
  xmlns: "http://www.w3.org/2000/svg",
8
5
  viewBox: "0 0 24 24",
9
6
  "aria-hidden": "true",
10
- style: {
11
- width: "1rem",
12
- height: "1rem"
13
- },
7
+ width: "1rem",
8
+ height: "1rem",
14
9
  ...props,
15
10
  children: /*#__PURE__*/_jsx("path", {
16
- d: "M12 1.5c5.799 0 10.5 4.701 10.5 10.5S17.799 22.5 12 22.5 1.5 17.799 1.5 12 6.201 1.5 12 1.5zm1.83 17.489l-1.902.51.072.001c.908 0 1.777-.161 2.583-.457l-.038-.037a.871.871 0 00-.714-.017zm.446-14.137l.02.098.059.125.07.12c.043.074.087.147.12.226a.925.925 0 01-.412 1.135l-1.149-1.343a1.57 1.57 0 00-.429.878c.003.112.018.222.045.33l.597 1.954c-.904.388-1.757.888-2.537 1.488a.151.151 0 00-.044.25l.66 1.023c.062.078.1.171.11.27a.414.414 0 01-.099.25c-.349.381-.9.503-1.376.303a3.165 3.165 0 01-.984-.683l-.2-.226a17.683 17.683 0 01-1.391-1.722 1.06 1.06 0 00-.86.536c-.17.309-.287.645-.345.993l-.672 2.96c-.172-.076-.315-.246-.45-.435l-.102-.143a2.662 2.662 0 00-.363-.452 7.498 7.498 0 006.488 6.651l.003-.368a5.285 5.285 0 00-.06-.674c-.068-.452.05-.912.325-1.276.35-.28.757-.478 1.194-.578a3.245 3.245 0 001.645-1.425l.889.049a22.8 22.8 0 011.599-.044l.8.02c.08-.005.16.015.229.055a.441.441 0 01.133.279c.069.31.17.614.3.903a7.503 7.503 0 00-3.812-11.527z"
11
+ d: "M12 1.5c5.799 0 10.5 4.701 10.5 10.5S17.799 22.5 12 22.5 1.5 17.799 1.5 12 6.201 1.5 12 1.5m1.83 17.489-1.902.51.072.001c.908 0 1.777-.161 2.583-.457l-.038-.037a.87.87 0 0 0-.714-.017zm.446-14.137.02.098.059.125.07.12c.043.074.087.147.12.226a.925.925 0 0 1-.412 1.135l-1.149-1.343a1.57 1.57 0 0 0-.429.878q.004.168.045.33l.597 1.954c-.904.388-1.757.888-2.537 1.488a.15.15 0 0 0-.044.25l.66 1.023c.062.078.1.171.11.27a.4.4 0 0 1-.099.25c-.349.381-.9.503-1.376.303a3.2 3.2 0 0 1-.984-.683l-.2-.226a18 18 0 0 1-1.391-1.722 1.06 1.06 0 0 0-.86.536c-.17.309-.287.645-.345.993l-.672 2.96c-.172-.076-.315-.246-.45-.435l-.102-.143a2.7 2.7 0 0 0-.363-.452 7.5 7.5 0 0 0 6.488 6.651l.003-.368a5 5 0 0 0-.06-.674c-.068-.452.05-.912.325-1.276.35-.28.757-.478 1.194-.578a3.25 3.25 0 0 0 1.645-1.425l.889.049a23 23 0 0 1 1.599-.044l.8.02c.08-.005.16.015.229.055a.44.44 0 0 1 .133.279c.069.31.17.614.3.903a7.503 7.503 0 0 0-3.812-11.527z"
17
12
  })
18
- }));
13
+ });
14
+ export default WorldApacIcon;
@@ -1,18 +1,14 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
- export default (({
4
- styles = {},
5
- ...props
6
- }) => /*#__PURE__*/_jsx("svg", {
3
+ const WorldEmeaIcon = props => /*#__PURE__*/_jsx("svg", {
7
4
  xmlns: "http://www.w3.org/2000/svg",
8
5
  viewBox: "0 0 24 24",
9
6
  "aria-hidden": "true",
10
- style: {
11
- width: "1rem",
12
- height: "1rem"
13
- },
7
+ width: "1rem",
8
+ height: "1rem",
14
9
  ...props,
15
10
  children: /*#__PURE__*/_jsx("path", {
16
- d: "M12 1.5c5.799 0 10.5 4.701 10.5 10.5S17.799 22.5 12 22.5 1.5 17.799 1.5 12 6.201 1.5 12 1.5zm-.55 3.02l-.097.008-.327.035a7.501 7.501 0 00.649 14.93L12 19.5l.184-.002-.034-.476-.015-.475c0-.172-.074-.233-.175-.262l-.064-.015-.145-.024c-.104-.02-.206-.055-.275-.16l-.044-.093-.096-.285c-.098-.285-.203-.471-.56-.502a1.17 1.17 0 01-.345-.075l-.072-.032-.113-.06c-.102-.052-.202-.067-.493.046a2.09 2.09 0 01-2.269-.742 4.497 4.497 0 01-.844-2.37c.006-.275.09-.542.242-.77.044-.088.143-.17.26-.248l.121-.075.24-.14.104-.065.084-.063.305-.258c.377-.326.663-.613.803-1.097l.051-.22 2.1-.087.32.113c.86.26 1.81.201 2.75.062l.352-.055 1.358-.24.083-.081c.277-.352-.055-.982-.52-1.128a4.627 4.627 0 00-1.57.033c-.479.02-1.049-.177-1.2-.606l-.032-.136-.007-.08-.008-.176c-.007-.124-.03-.24-.126-.31a.444.444 0 00-.41-.002c-.54.263-1.057.57-1.547.916a1.78 1.78 0 01-1.521.242l-.19-.068.056-1.017.08-.079a.786.786 0 01.325-.13l.125-.022.287-.036c.254-.034.473-.092.522-.325a1.742 1.742 0 00-.022-.378c-.003-.273.175-.458.413-.614l.124-.075.529-.287.123-.075c.239-.156.418-.34.417-.613a2.06 2.06 0 00-.199-.612 1.6 1.6 0 01-.038-.291v-.145l.026-.214zm6.338 7.207l-1.327.54a.451.451 0 00-.28.217.428.428 0 00.023.28 5.174 5.174 0 002.513 2.574 7.17 7.17 0 00.4-.968.643.643 0 01-.175-.043.72.72 0 01-.26-.31 9.735 9.735 0 01-.894-2.29zM9.658 5.05c.175-.026.331.207.46.482l.053.12.108.273.113.304.026.062.028.045c.004.004.008.005.01.004-.334.104-.664.22-.99.35l-.484.204-.316-.367-.02-.042-.008-.047.027-.058.11-.118.07-.096.072-.114.321-.555.086-.135c.114-.17.227-.297.334-.312z"
11
+ d: "M12 1.5c5.799 0 10.5 4.701 10.5 10.5S17.799 22.5 12 22.5 1.5 17.799 1.5 12 6.201 1.5 12 1.5m-.55 3.02-.097.008-.327.035a7.501 7.501 0 0 0 .649 14.93L12 19.5l.184-.002-.034-.476-.015-.475c0-.172-.074-.233-.175-.262l-.064-.015-.145-.024c-.104-.02-.206-.055-.275-.16l-.044-.093-.096-.285c-.098-.285-.203-.471-.56-.502a1.2 1.2 0 0 1-.345-.075l-.072-.032-.113-.06c-.102-.052-.202-.067-.493.046a2.09 2.09 0 0 1-2.269-.742 4.5 4.5 0 0 1-.844-2.37c.006-.275.09-.542.242-.77.044-.088.143-.17.26-.248l.121-.075.24-.14.104-.065.084-.063.305-.258c.377-.326.663-.613.803-1.097l.051-.22 2.1-.087.32.113c.86.26 1.81.201 2.75.062l.352-.055 1.358-.24.083-.081c.277-.352-.055-.982-.52-1.128a4.6 4.6 0 0 0-1.57.033c-.479.02-1.049-.177-1.2-.606l-.032-.136-.007-.08-.008-.176c-.007-.124-.03-.24-.126-.31a.44.44 0 0 0-.41-.002q-.811.396-1.547.916a1.78 1.78 0 0 1-1.521.242l-.19-.068.056-1.017.08-.079a.8.8 0 0 1 .325-.13l.125-.022.287-.036c.254-.034.473-.092.522-.325a1.7 1.7 0 0 0-.022-.378c-.003-.273.175-.458.413-.614l.124-.075.529-.287.123-.075c.239-.156.418-.34.417-.613a2 2 0 0 0-.199-.612 1.6 1.6 0 0 1-.038-.291v-.145zm6.338 7.207-1.327.54a.45.45 0 0 0-.28.217.43.43 0 0 0 .023.28 5.17 5.17 0 0 0 2.513 2.574 7 7 0 0 0 .4-.968.6.6 0 0 1-.175-.043.7.7 0 0 1-.26-.31 9.7 9.7 0 0 1-.894-2.29M9.658 5.05c.175-.026.331.207.46.482l.053.12.108.273.113.304.026.062.028.045q.006.006.01.004-.501.155-.99.35l-.484.204-.316-.367-.02-.042-.008-.047.027-.058.11-.118.07-.096.072-.114.321-.555.086-.135c.114-.17.227-.297.334-.312"
17
12
  })
18
- }));
13
+ });
14
+ export default WorldEmeaIcon;
@@ -1,32 +1,9 @@
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
-
19
1
  import type { ComponentType } from 'react';
20
-
21
- // eslint-disable-next-line no-underscore-dangle
22
- declare const _default: (
23
- displayName: string,
24
- classNamesToAdd?: string[],
25
- ) => (ComposedComponent: ComponentType<any> | string) => {
26
- (props: {
27
- [rest: string]: any;
28
- className?: string | null | undefined;
29
- }): JSX.Element;
30
- displayName: any;
2
+ declare const _default: (displayName: string, classNamesToAdd?: string[]) => (ComposedComponent: ComponentType<any> | string) => {
3
+ (props: {
4
+ [rest: string]: any;
5
+ className?: string | null | undefined;
6
+ }): JSX.Element;
7
+ displayName: string;
31
8
  };
32
9
  export default _default;
@@ -1,28 +1,5 @@
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
-
19
1
  import type { ComponentType } from 'react';
20
-
21
- export default function withAlignment(
22
- Component: ComponentType | string,
23
- objectHeight: string,
24
- subjectHeight: string,
25
- ): {
26
- (props: any): JSX.Element;
27
- displayName: any;
2
+ export default function withAlignment(Component: ComponentType | string, objectHeight: string, subjectHeight: string): {
3
+ (props: any): JSX.Element;
4
+ displayName: string;
28
5
  };
@@ -1,24 +1,2 @@
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
-
19
1
  import type { ComponentType } from 'react';
20
-
21
- export default function withDescription(
22
- Component: ComponentType<any> | string,
23
- description: string,
24
- ): ComponentType<any>;
2
+ export default function withDescription(Component: ComponentType<any> | string, description: string): ComponentType<any>;
@@ -1,29 +1,9 @@
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
-
19
- // eslint-disable-next-line no-underscore-dangle
20
- declare const _default: (
21
- ComposedComponent: string | import("react").ComponentType<any>,
22
- ) => {
23
- (props: {
24
- [rest: string]: any;
25
- className?: string | null | undefined;
26
- }): JSX.Element;
27
- displayName: any;
1
+ /// <reference types="react" />
2
+ declare const _default: (ComposedComponent: string | import("react").ComponentType<any>) => {
3
+ (props: {
4
+ [rest: string]: any;
5
+ className?: string | null | undefined;
6
+ }): JSX.Element;
7
+ displayName: string;
28
8
  };
29
9
  export default _default;
@@ -1,27 +1,9 @@
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
-
19
- import BpkImage from './src/BpkImage';
20
1
  import BpkBackgroundImage from './src/BpkBackgroundImage';
21
- import type { BpkBackgroundImageProps } from './src/BpkBackgroundImage';
2
+ import BpkImage from './src/BpkImage';
3
+ import BORDER_RADIUS_STYLES from './src/BpkImageBorderRadiusStyles';
22
4
  import withLazyLoading from './src/withLazyLoading';
23
5
  import withLoadingBehavior from './src/withLoadingBehavior';
24
- import BORDER_RADIUS_STYLES from './src/BpkImageBorderRadiusStyles';
6
+ import type { BpkBackgroundImageProps } from './src/BpkBackgroundImage';
25
7
  export type { BpkBackgroundImageProps };
26
8
  export default BpkImage;
27
9
  export { BpkBackgroundImage, withLazyLoading, withLoadingBehavior, BORDER_RADIUS_STYLES, };
@@ -1,23 +1,5 @@
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
-
19
- import { Component, CSSProperties } from 'react';
20
- import type { ReactNode } from 'react';
1
+ import { Component } from 'react';
2
+ import type { ReactNode, CSSProperties } from 'react';
21
3
  export type BpkBackgroundImageProps = {
22
4
  children?: ReactNode;
23
5
  aspectRatio: number;
@@ -19,11 +19,7 @@
19
19
  import { Component } from 'react';
20
20
  // @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
21
21
  import CSSTransition from 'react-transition-group/CSSTransition';
22
-
23
- // @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
24
22
  import { animations } from '@skyscanner/bpk-foundations-web/tokens/base.es6';
25
-
26
- // @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
27
23
  import { BpkSpinner } from "../../bpk-component-spinner";
28
24
  import { cssModules } from "../../bpk-react-utils";
29
25
  import STYLES from "./BpkBackgroundImage.module.css";
@@ -1,21 +1,3 @@
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
-
19
1
  import { Component } from 'react';
20
2
  import BORDER_RADIUS_STYLES from './BpkImageBorderRadiusStyles';
21
3
  type BpkImageProps = {
@@ -20,11 +20,7 @@ import { Component } from 'react';
20
20
 
21
21
  // @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
22
22
  import CSSTransition from 'react-transition-group/CSSTransition';
23
-
24
- // @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
25
23
  import { animations } from '@skyscanner/bpk-foundations-web/tokens/base.es6';
26
-
27
- // @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
28
24
  import { BpkSpinner } from "../../bpk-component-spinner";
29
25
  import { cssModules } from "../../bpk-react-utils";
30
26
  import BORDER_RADIUS_STYLES from "./BpkImageBorderRadiusStyles";
@@ -1,21 +1,3 @@
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
-
19
1
  declare const BORDER_RADIUS_STYLES: {
20
2
  readonly none: "none";
21
3
  readonly sm: "sm";
@@ -1,21 +1,3 @@
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
-
19
1
  /// <reference types="lodash" />
20
2
  import type { ComponentType } from 'react';
21
3
  type WithLazyLoadingProps = {
@@ -1,21 +1,3 @@
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
-
19
1
  import type { ComponentType } from 'react';
20
2
  type InjectedProps = {
21
3
  onLoad: () => void;
@@ -1,32 +1,7 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2022 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
-
19
1
  import BpkInfoBanner from './src/BpkInfoBanner';
20
2
  import BpkInfoBannerDismissable from './src/BpkInfoBannerDismissable';
21
3
  import BpkInfoBannerExpandable from './src/BpkInfoBannerExpandable';
22
4
  import { ALERT_TYPES, STYLE_TYPES } from './src/common-types';
23
5
  import withBannerAlertState from './src/withBannerAlertState';
24
-
25
- export {
26
- ALERT_TYPES,
27
- STYLE_TYPES,
28
- BpkInfoBannerDismissable,
29
- BpkInfoBannerExpandable,
30
- withBannerAlertState,
31
- };
6
+ export { ALERT_TYPES, STYLE_TYPES, BpkInfoBannerDismissable, BpkInfoBannerExpandable, withBannerAlertState, };
32
7
  export default BpkInfoBanner;
@@ -1,61 +1,32 @@
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
-
19
1
  import { Component } from 'react';
20
2
  import type { ReactNode } from 'react';
21
-
22
3
  type Props = {
23
- animateOnEnter: boolean;
24
- animateOnLeave: boolean;
25
- children: ReactNode | string;
26
- show: boolean;
27
- className?: string | null;
4
+ animateOnEnter: boolean;
5
+ animateOnLeave: boolean;
6
+ children: ReactNode | string;
7
+ show: boolean;
8
+ className?: string | undefined;
28
9
  };
29
10
  type State = {
30
- isExpanded: boolean;
31
- visible: boolean;
32
- initiateShow: boolean;
33
- hideAnimationInProgress: boolean;
34
- inDom: boolean;
11
+ isExpanded: boolean;
12
+ visible: boolean;
13
+ initiateShow: boolean;
14
+ hideAnimationInProgress: boolean;
15
+ inDom: boolean;
35
16
  };
36
17
  declare class AnimateAndFade extends Component<Props, State> {
37
- toggleImmediately: boolean;
38
-
39
- static defaultProps: {
40
- animateOnEnter: boolean;
41
- animateOnLeave: boolean;
42
- className: null;
43
- };
44
-
45
- constructor(props: Props);
46
-
47
- componentDidMount(): void;
48
-
49
- UNSAFE_componentWillReceiveProps(nextProps: Props): void;
50
-
51
- componentDidUpdate(): void;
52
-
53
- onAnimateHeightComplete: () => void;
54
-
55
- onFadeComplete: () => void;
56
-
57
- toggle: () => void;
58
-
59
- render(): JSX.Element | null;
18
+ toggleImmediately: boolean;
19
+ static defaultProps: {
20
+ animateOnEnter: boolean;
21
+ animateOnLeave: boolean;
22
+ };
23
+ constructor(props: Props);
24
+ componentDidMount(): void;
25
+ UNSAFE_componentWillReceiveProps(nextProps: Props): void;
26
+ componentDidUpdate(): void;
27
+ onAnimateHeightComplete: () => void;
28
+ onFadeComplete: () => void;
29
+ toggle: () => void;
30
+ render(): JSX.Element | null;
60
31
  }
61
32
  export default AnimateAndFade;
@@ -19,8 +19,6 @@
19
19
  import { Component } from 'react';
20
20
  // @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
21
21
  import { TransitionGroup, CSSTransition } from 'react-transition-group';
22
-
23
- // @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
24
22
  import { durationSm } from '@skyscanner/bpk-foundations-web/tokens/base.es6';
25
23
 
26
24
  // @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
@@ -1,29 +1,4 @@
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
-
19
1
  /// <reference types="react" />
20
2
  import type { CommonProps } from './common-types';
21
-
22
- declare const BpkInfoBanner: ({
23
- animateOnEnter,
24
- animateOnLeave,
25
- icon,
26
- show,
27
- ...rest
28
- }: CommonProps) => JSX.Element;
3
+ declare const BpkInfoBanner: ({ animateOnEnter, animateOnLeave, icon, show, ...rest }: CommonProps) => JSX.Element;
29
4
  export default BpkInfoBanner;