@skyscanner/backpack-web 34.0.0-premajor.2 → 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.
- package/bpk-component-aria-live/index.d.ts +1 -23
- package/bpk-component-aria-live/src/BpkAriaLive.d.ts +10 -35
- package/bpk-component-badge/index.d.ts +0 -18
- package/bpk-component-badge/src/BpkBadge.d.ts +16 -41
- package/bpk-component-badge/src/themeAttributes.d.ts +2 -0
- package/bpk-component-banner-alert/index.d.ts +2 -27
- package/bpk-component-banner-alert/src/AnimateAndFade.d.ts +23 -52
- package/bpk-component-banner-alert/src/AnimateAndFade.js +0 -2
- package/bpk-component-banner-alert/src/BpkBannerAlert.d.ts +5 -26
- package/bpk-component-banner-alert/src/BpkBannerAlertDismissable.d.ts +3 -25
- package/bpk-component-banner-alert/src/BpkBannerAlertExpandable.d.ts +5 -30
- package/bpk-component-banner-alert/src/BpkBannerAlertInner.d.ts +12 -52
- package/bpk-component-banner-alert/src/BpkBannerAlertInner.js +0 -4
- package/bpk-component-banner-alert/src/common-types.d.ts +15 -37
- package/bpk-component-banner-alert/src/themeAttributes.d.ts +0 -18
- package/bpk-component-banner-alert/src/withBannerAlertState.d.ts +0 -18
- package/bpk-component-barchart/src/BpkBarchart.js +1 -8
- package/bpk-component-boilerplate/index.d.ts +1 -22
- package/bpk-component-boilerplate/src/BpkBoilerplate.d.ts +3 -22
- package/bpk-component-bottom-sheet/index.d.ts +0 -18
- package/bpk-component-bottom-sheet/src/BpkBottomSheet.d.ts +17 -38
- package/bpk-component-bottom-sheet/src/BpkBottomSheet.js +4 -7
- package/bpk-component-bottom-sheet/src/BpkBottomSheet.module.css +1 -1
- package/bpk-component-breakpoint/index.d.ts +0 -18
- package/bpk-component-breakpoint/src/BpkBreakpoint.d.ts +20 -45
- package/bpk-component-breakpoint/src/BpkBreakpoint.js +21 -5
- package/bpk-component-breakpoint/src/useMediaQuery.d.ts +2 -0
- package/bpk-component-breakpoint/src/useMediaQuery.js +10 -7
- package/bpk-component-button/index.d.ts +13 -22
- package/bpk-component-button/index.js +15 -3
- package/bpk-component-button/src/BpkButtonV2/BpkButton.d.ts +0 -18
- package/bpk-component-button/src/BpkButtonV2/common-types.d.ts +27 -46
- package/bpk-component-button/src/themeAttributes.d.ts +8 -0
- package/bpk-component-button/themeAttributes.d.ts +1 -0
- package/bpk-component-button/themeAttributes.js +3 -1
- package/bpk-component-calendar/index.d.ts +4 -22
- package/bpk-component-calendar/src/BpkCalendarContainer.d.ts +3 -20
- package/bpk-component-calendar/src/BpkCalendarDate.d.ts +0 -18
- package/bpk-component-calendar/src/BpkCalendarGrid.d.ts +1 -19
- package/bpk-component-calendar/src/BpkCalendarGrid.js +2 -5
- package/bpk-component-calendar/src/BpkCalendarGrid.module.css +1 -1
- package/bpk-component-calendar/src/BpkCalendarGridHeader.d.ts +0 -18
- package/bpk-component-calendar/src/BpkCalendarGridTransition.d.ts +1 -24
- package/bpk-component-calendar/src/BpkCalendarGridTransition.js +1 -4
- package/bpk-component-calendar/src/BpkCalendarNav.d.ts +0 -18
- package/bpk-component-calendar/src/BpkCalendarNav.js +13 -12
- package/bpk-component-calendar/src/BpkCalendarNav.module.css +1 -1
- package/bpk-component-calendar/src/{Week.d.ts → BpkCalendarWeek.d.ts} +2 -20
- package/bpk-component-calendar/src/{Week.js → BpkCalendarWeek.js} +7 -13
- package/bpk-component-calendar/src/BpkCalendarWeek.module.css +18 -0
- package/bpk-component-calendar/src/composeCalendar.d.ts +0 -18
- package/bpk-component-calendar/src/custom-proptypes.d.ts +0 -18
- package/bpk-component-calendar/src/date-utils.d.ts +14 -32
- package/bpk-component-calendar/src/themeAttributes.d.ts +2 -0
- package/bpk-component-calendar/src/utils.d.ts +0 -18
- package/bpk-component-calendar/src/utils.js +1 -2
- package/bpk-component-card/index.d.ts +0 -19
- package/bpk-component-card/src/BpkCard.d.ts +8 -35
- package/bpk-component-card/src/BpkCardWrapper.d.ts +5 -29
- package/bpk-component-card/src/BpkDividedCard.d.ts +10 -37
- package/bpk-component-card-button/index.d.ts +2 -0
- package/bpk-component-card-button/src/BpkSaveButton.d.ts +12 -36
- package/bpk-component-card-button/src/BpkSaveButton.js +0 -4
- package/bpk-component-chip/index.d.ts +2 -20
- package/bpk-component-chip/src/BpkDismissibleChip.d.ts +0 -18
- package/bpk-component-chip/src/BpkDismissibleChip.js +4 -10
- package/bpk-component-chip/src/BpkDropdownChip.d.ts +1 -26
- package/bpk-component-chip/src/BpkDropdownChip.js +0 -1
- package/bpk-component-chip/src/BpkIconChip.d.ts +1 -19
- package/bpk-component-chip/src/BpkSelectableChip.d.ts +4 -32
- package/bpk-component-chip/src/BpkSelectableChip.js +2 -1
- package/bpk-component-chip/src/commonTypes.d.ts +11 -48
- package/bpk-component-chip/src/themeAttributes.d.ts +2 -0
- package/bpk-component-close-button/src/BpkCloseButton.js +7 -4
- package/bpk-component-close-button/src/BpkCloseButton.module.css +1 -1
- package/bpk-component-datatable/index.d.ts +0 -18
- package/bpk-component-datatable/src/BpkDataTable.d.ts +0 -18
- package/bpk-component-datatable/src/BpkDataTableHeader.d.ts +0 -18
- package/bpk-component-datatable/src/BpkDataTableHeader.js +0 -2
- package/bpk-component-datatable/src/common-types.d.ts +4 -22
- package/bpk-component-datatable/src/utils.d.ts +0 -18
- package/bpk-component-datepicker/index.d.ts +0 -18
- package/bpk-component-datepicker/src/BpkDatepicker.d.ts +1 -24
- package/bpk-component-datepicker/src/BpkDatepicker.js +0 -8
- package/bpk-component-datepicker/src/themeAttributes.d.ts +2 -0
- package/bpk-component-datepicker/src/themeAttributes.js +0 -1
- package/bpk-component-dialog/index.d.ts +1 -20
- package/bpk-component-dialog/src/BpkDialog.d.ts +0 -18
- package/bpk-component-dialog/src/BpkDialogInner.d.ts +20 -206
- package/bpk-component-dialog/src/BpkDialogInner.js +2 -0
- package/bpk-component-dialog/src/common-types.d.ts +1 -18
- package/bpk-component-flare/src/BpkContentBubble.js +21 -9
- package/bpk-component-flare/src/BpkFlareBar.js +4 -22
- package/bpk-component-flare/src/bpk-content-bubble.module.css +1 -1
- package/bpk-component-flare/src/bpk-flare-bar.module.css +1 -1
- package/bpk-component-floating-notification/index.d.ts +3 -0
- package/bpk-component-floating-notification/src/BpkFloatingNotification.d.ts +19 -42
- package/bpk-component-floating-notification/src/BpkFloatingNotification.js +9 -12
- package/bpk-component-floating-notification/src/BpkFloatingNotification.module.css +1 -1
- package/bpk-component-graphic-promotion/index.d.ts +1 -23
- package/bpk-component-graphic-promotion/src/BpkGraphicPromo.d.ts +0 -18
- package/bpk-component-icon/all.d.ts +4 -0
- package/bpk-component-icon/all.js +3 -3
- package/bpk-component-icon/index.d.ts +7 -35
- package/bpk-component-icon/index.js +1 -3
- package/bpk-component-icon/lg/accessibility.js +7 -11
- package/bpk-component-icon/lg/account--add.js +7 -11
- package/bpk-component-icon/lg/account--female.js +7 -11
- package/bpk-component-icon/lg/account--id-card.js +7 -11
- package/bpk-component-icon/lg/account--name.js +7 -11
- package/bpk-component-icon/lg/account--permit.js +7 -11
- package/bpk-component-icon/lg/account-circle.js +7 -11
- package/bpk-component-icon/lg/account.js +7 -11
- package/bpk-component-icon/lg/add-circle.js +7 -11
- package/bpk-component-icon/lg/adult.js +7 -11
- package/bpk-component-icon/lg/ai.js +7 -12
- package/bpk-component-icon/lg/aircon.js +7 -11
- package/bpk-component-icon/lg/aircraft.js +8 -12
- package/bpk-component-icon/lg/airline--multiple.js +7 -11
- package/bpk-component-icon/lg/airline.js +7 -11
- package/bpk-component-icon/lg/airports.js +7 -11
- package/bpk-component-icon/lg/alert--active.js +7 -11
- package/bpk-component-icon/lg/alert--add.js +7 -11
- package/bpk-component-icon/lg/alert--expired.js +7 -11
- package/bpk-component-icon/lg/alert--remove.js +7 -11
- package/bpk-component-icon/lg/arrow-down.js +7 -11
- package/bpk-component-icon/lg/arrow-left.js +7 -11
- package/bpk-component-icon/lg/arrow-right.js +7 -11
- package/bpk-component-icon/lg/arrow-up.js +7 -11
- package/bpk-component-icon/lg/award.js +7 -11
- package/bpk-component-icon/lg/baby-carriage.js +7 -11
- package/bpk-component-icon/lg/baggage--add.js +7 -11
- package/bpk-component-icon/lg/baggage--remove.js +7 -11
- package/bpk-component-icon/lg/baggage-cabin-add.js +7 -11
- package/bpk-component-icon/lg/baggage-cabin-not-included.js +7 -11
- package/bpk-component-icon/lg/baggage-cabin.js +7 -11
- package/bpk-component-icon/lg/baggage-checked-add.js +7 -11
- package/bpk-component-icon/lg/baggage-checked-not-included.js +7 -11
- package/bpk-component-icon/lg/baggage-checked.js +7 -11
- package/bpk-component-icon/lg/baggage-cross.js +7 -11
- package/bpk-component-icon/lg/baggage-generic.js +7 -11
- package/bpk-component-icon/lg/baggage-tick.js +7 -11
- package/bpk-component-icon/lg/baggage.js +7 -11
- package/bpk-component-icon/lg/bar.js +7 -11
- package/bpk-component-icon/lg/beach.js +8 -12
- package/bpk-component-icon/lg/beer.js +7 -11
- package/bpk-component-icon/lg/breakfast-cross.js +7 -11
- package/bpk-component-icon/lg/breakfast-tick.js +7 -11
- package/bpk-component-icon/lg/bus.js +7 -11
- package/bpk-component-icon/lg/business.js +7 -11
- package/bpk-component-icon/lg/cafe.js +7 -11
- package/bpk-component-icon/lg/calendar.js +7 -11
- package/bpk-component-icon/lg/call-back.js +8 -12
- package/bpk-component-icon/lg/camera.js +7 -11
- package/bpk-component-icon/lg/camper-van.js +8 -12
- package/bpk-component-icon/lg/car-door.js +7 -11
- package/bpk-component-icon/lg/car-wash.js +8 -12
- package/bpk-component-icon/lg/cars-flexible.js +7 -11
- package/bpk-component-icon/lg/cars.js +8 -12
- package/bpk-component-icon/lg/center-location.js +7 -11
- package/bpk-component-icon/lg/chart.js +7 -11
- package/bpk-component-icon/lg/chauffeur.js +7 -11
- package/bpk-component-icon/lg/chevron-down.js +7 -11
- package/bpk-component-icon/lg/chevron-left.js +7 -11
- package/bpk-component-icon/lg/chevron-right.js +7 -11
- package/bpk-component-icon/lg/chevron-up.js +7 -11
- package/bpk-component-icon/lg/child-seat.js +7 -11
- package/bpk-component-icon/lg/child.js +7 -11
- package/bpk-component-icon/lg/city-center.js +7 -11
- package/bpk-component-icon/lg/city.js +7 -11
- package/bpk-component-icon/lg/clean-policy.js +7 -11
- package/bpk-component-icon/lg/clean.js +9 -13
- package/bpk-component-icon/lg/cleaning-medical.js +7 -11
- package/bpk-component-icon/lg/cloakroom.js +9 -13
- package/bpk-component-icon/lg/close-circle.js +7 -11
- package/bpk-component-icon/lg/close.js +7 -11
- package/bpk-component-icon/lg/collapse.js +7 -11
- package/bpk-component-icon/lg/content--copy.js +8 -12
- package/bpk-component-icon/lg/content--event.js +7 -11
- package/bpk-component-icon/lg/content--guides.js +7 -11
- package/bpk-component-icon/lg/currency.js +7 -11
- package/bpk-component-icon/lg/data.js +8 -12
- package/bpk-component-icon/lg/deals.js +7 -11
- package/bpk-component-icon/lg/depart.js +8 -12
- package/bpk-component-icon/lg/device-mid.js +7 -11
- package/bpk-component-icon/lg/device-wide.js +7 -11
- package/bpk-component-icon/lg/direct.js +7 -11
- package/bpk-component-icon/lg/document-csv.js +7 -11
- package/bpk-component-icon/lg/document-pdf.js +7 -11
- package/bpk-component-icon/lg/dot.js +16 -0
- package/bpk-component-icon/lg/download.js +8 -12
- package/bpk-component-icon/lg/duration.js +7 -11
- package/bpk-component-icon/lg/eco-leaf.js +7 -11
- package/bpk-component-icon/lg/edit.js +7 -11
- package/bpk-component-icon/lg/education.js +8 -12
- package/bpk-component-icon/lg/electric.js +7 -11
- package/bpk-component-icon/lg/end-call.js +7 -11
- package/bpk-component-icon/lg/estimated.js +7 -11
- package/bpk-component-icon/lg/exclamation-circle.js +7 -11
- package/bpk-component-icon/lg/exclamation.js +7 -11
- package/bpk-component-icon/lg/expand.js +7 -11
- package/bpk-component-icon/lg/explore.js +9 -13
- package/bpk-component-icon/lg/face--blank.js +7 -11
- package/bpk-component-icon/lg/face--happy.js +7 -11
- package/bpk-component-icon/lg/face--sad.js +7 -11
- package/bpk-component-icon/lg/face-id.js +7 -11
- package/bpk-component-icon/lg/face-mask.js +7 -11
- package/bpk-component-icon/lg/family.js +7 -11
- package/bpk-component-icon/lg/fast-track.js +8 -12
- package/bpk-component-icon/lg/fast-train.js +8 -12
- package/bpk-component-icon/lg/filter.js +7 -11
- package/bpk-component-icon/lg/fingerprint.js +7 -11
- package/bpk-component-icon/lg/flag.js +7 -11
- package/bpk-component-icon/lg/flask.js +7 -11
- package/bpk-component-icon/lg/flight-flexible.js +7 -11
- package/bpk-component-icon/lg/flight-landing.js +9 -13
- package/bpk-component-icon/lg/flight-takeoff.js +8 -12
- package/bpk-component-icon/lg/flight.js +8 -12
- package/bpk-component-icon/lg/food.js +7 -11
- package/bpk-component-icon/lg/gears-automatic-circle.js +7 -11
- package/bpk-component-icon/lg/gears-automatic.js +7 -11
- package/bpk-component-icon/lg/gears-manual-circle.js +7 -11
- package/bpk-component-icon/lg/gears-manual.js +7 -11
- package/bpk-component-icon/lg/globe.js +7 -11
- package/bpk-component-icon/lg/grid-layout.js +7 -11
- package/bpk-component-icon/lg/headset.js +7 -11
- package/bpk-component-icon/lg/health-fitness.js +7 -11
- package/bpk-component-icon/lg/heart--outline.js +7 -11
- package/bpk-component-icon/lg/heart.js +7 -11
- package/bpk-component-icon/lg/help-circle.js +7 -11
- package/bpk-component-icon/lg/help.js +7 -11
- package/bpk-component-icon/lg/hide.js +7 -11
- package/bpk-component-icon/lg/hotel-flexible.js +7 -11
- package/bpk-component-icon/lg/hotels--disabled-facilities.js +7 -11
- package/bpk-component-icon/lg/hotels--jacuzzi.js +7 -11
- package/bpk-component-icon/lg/hotels--pets-allowed.js +7 -11
- package/bpk-component-icon/lg/hotels--smoking.js +7 -11
- package/bpk-component-icon/lg/hotels.js +7 -11
- package/bpk-component-icon/lg/infant.js +7 -11
- package/bpk-component-icon/lg/information--language-alert.js +7 -11
- package/bpk-component-icon/lg/information--language-question.js +7 -11
- package/bpk-component-icon/lg/information--language.js +7 -11
- package/bpk-component-icon/lg/information-circle.js +7 -11
- package/bpk-component-icon/lg/information.js +7 -11
- package/bpk-component-icon/lg/insurance.js +7 -11
- package/bpk-component-icon/lg/key.js +7 -11
- package/bpk-component-icon/lg/keypad.js +7 -11
- package/bpk-component-icon/lg/landmark.js +7 -11
- package/bpk-component-icon/lg/language.js +7 -11
- package/bpk-component-icon/lg/legroom--extra.js +8 -12
- package/bpk-component-icon/lg/legroom--normal.js +8 -12
- package/bpk-component-icon/lg/legroom--reduced.js +8 -12
- package/bpk-component-icon/lg/leisure.js +7 -11
- package/bpk-component-icon/lg/lightning.js +7 -11
- package/bpk-component-icon/lg/list.js +7 -11
- package/bpk-component-icon/lg/location.js +7 -11
- package/bpk-component-icon/lg/lock.js +7 -11
- package/bpk-component-icon/lg/logout.js +8 -12
- package/bpk-component-icon/lg/long-arrow-down.js +7 -11
- package/bpk-component-icon/lg/long-arrow-left.js +7 -11
- package/bpk-component-icon/lg/long-arrow-right.js +7 -11
- package/bpk-component-icon/lg/long-arrow-up.js +7 -11
- package/bpk-component-icon/lg/lounge.js +8 -12
- package/bpk-component-icon/lg/luggageall.js +7 -11
- package/bpk-component-icon/lg/mail.js +8 -12
- package/bpk-component-icon/lg/map.js +7 -11
- package/bpk-component-icon/lg/meal.js +7 -11
- package/bpk-component-icon/lg/media.js +7 -11
- package/bpk-component-icon/lg/menu--horizontal.js +7 -11
- package/bpk-component-icon/lg/menu--vertical.js +7 -11
- package/bpk-component-icon/lg/menu.js +7 -11
- package/bpk-component-icon/lg/mileage.js +8 -12
- package/bpk-component-icon/lg/minus.js +7 -11
- package/bpk-component-icon/lg/mobile.js +7 -11
- package/bpk-component-icon/lg/money.js +7 -11
- package/bpk-component-icon/lg/multiple-bookings.js +7 -11
- package/bpk-component-icon/lg/music.js +7 -11
- package/bpk-component-icon/lg/mute.js +7 -11
- package/bpk-component-icon/lg/native-android--back.js +7 -11
- package/bpk-component-icon/lg/native-android--close.js +7 -11
- package/bpk-component-icon/lg/native-android--forward.js +7 -11
- package/bpk-component-icon/lg/native-ios-close.js +7 -11
- package/bpk-component-icon/lg/navigation.js +7 -11
- package/bpk-component-icon/lg/new-window.js +8 -12
- package/bpk-component-icon/lg/news.js +7 -11
- package/bpk-component-icon/lg/night.js +7 -11
- package/bpk-component-icon/lg/not-allowed.js +7 -11
- package/bpk-component-icon/lg/onsen.js +7 -11
- package/bpk-component-icon/lg/origin.js +7 -11
- package/bpk-component-icon/lg/paid.js +7 -11
- package/bpk-component-icon/lg/paperclip.js +7 -11
- package/bpk-component-icon/lg/parking.js +7 -11
- package/bpk-component-icon/lg/passport.js +7 -11
- package/bpk-component-icon/lg/pause.js +7 -11
- package/bpk-component-icon/lg/payment-card.js +7 -11
- package/bpk-component-icon/lg/petrol.js +7 -11
- package/bpk-component-icon/lg/phone-call.js +7 -11
- package/bpk-component-icon/lg/picture.js +7 -11
- package/bpk-component-icon/lg/pin.js +7 -11
- package/bpk-component-icon/lg/plane-seat.js +8 -12
- package/bpk-component-icon/lg/play.js +7 -11
- package/bpk-component-icon/lg/plus.js +7 -11
- package/bpk-component-icon/lg/policy.js +7 -11
- package/bpk-component-icon/lg/powerplug.js +7 -11
- package/bpk-component-icon/lg/ppe.js +7 -11
- package/bpk-component-icon/lg/price-alerts.js +7 -11
- package/bpk-component-icon/lg/price-tag.js +7 -11
- package/bpk-component-icon/lg/print.js +7 -11
- package/bpk-component-icon/lg/recent-searches.js +7 -11
- package/bpk-component-icon/lg/redo.js +7 -11
- package/bpk-component-icon/lg/refresh.js +7 -11
- package/bpk-component-icon/lg/return.js +8 -12
- package/bpk-component-icon/lg/room.js +7 -11
- package/bpk-component-icon/lg/scales.js +8 -12
- package/bpk-component-icon/lg/search.js +7 -11
- package/bpk-component-icon/lg/self-service.js +7 -11
- package/bpk-component-icon/lg/send-message.js +7 -11
- package/bpk-component-icon/lg/services.js +7 -11
- package/bpk-component-icon/lg/settings.js +7 -11
- package/bpk-component-icon/lg/share--android.js +7 -11
- package/bpk-component-icon/lg/share--ios.js +8 -12
- package/bpk-component-icon/lg/share.js +7 -11
- package/bpk-component-icon/lg/single-booking.js +7 -11
- package/bpk-component-icon/lg/social-distancing.js +8 -12
- package/bpk-component-icon/lg/social-like.js +7 -11
- package/bpk-component-icon/lg/sort-down.js +7 -11
- package/bpk-component-icon/lg/sort-up.js +7 -11
- package/bpk-component-icon/lg/sort.js +7 -11
- package/bpk-component-icon/lg/speaker.js +8 -12
- package/bpk-component-icon/lg/star-half.js +7 -11
- package/bpk-component-icon/lg/star-outline.js +7 -11
- package/bpk-component-icon/lg/star.js +7 -11
- package/bpk-component-icon/lg/stops.js +7 -11
- package/bpk-component-icon/lg/swap--horizontal.js +7 -11
- package/bpk-component-icon/lg/swap--vertical.js +7 -11
- package/bpk-component-icon/lg/swap.js +7 -11
- package/bpk-component-icon/lg/taxi.js +8 -12
- package/bpk-component-icon/lg/thumbs-down.js +7 -11
- package/bpk-component-icon/lg/thumbs-up.js +7 -11
- package/bpk-component-icon/lg/tick-circle.js +7 -11
- package/bpk-component-icon/lg/tick.js +7 -11
- package/bpk-component-icon/lg/ticket-flexible.js +7 -11
- package/bpk-component-icon/lg/ticket.js +7 -11
- package/bpk-component-icon/lg/time.js +7 -11
- package/bpk-component-icon/lg/toilets.js +7 -11
- package/bpk-component-icon/lg/train.js +7 -11
- package/bpk-component-icon/lg/transmission-automatic.js +7 -11
- package/bpk-component-icon/lg/transmission-manual.js +7 -11
- package/bpk-component-icon/lg/trash.js +7 -11
- package/bpk-component-icon/lg/trend--down.js +7 -11
- package/bpk-component-icon/lg/trend--steady.js +7 -11
- package/bpk-component-icon/lg/trend--will-rise.js +7 -11
- package/bpk-component-icon/lg/trend.js +7 -11
- package/bpk-component-icon/lg/trips.js +7 -11
- package/bpk-component-icon/lg/undo.js +7 -11
- package/bpk-component-icon/lg/unlock.js +7 -11
- package/bpk-component-icon/lg/unmute.js +8 -12
- package/bpk-component-icon/lg/upgrade.js +7 -11
- package/bpk-component-icon/lg/upload.js +7 -11
- package/bpk-component-icon/lg/use-location.js +7 -11
- package/bpk-component-icon/lg/view.js +7 -11
- package/bpk-component-icon/lg/virus.js +7 -11
- package/bpk-component-icon/lg/wallet.js +8 -12
- package/bpk-component-icon/lg/weather--clear.js +7 -11
- package/bpk-component-icon/lg/weather--cloudy.js +8 -12
- package/bpk-component-icon/lg/weather--fog.js +7 -11
- package/bpk-component-icon/lg/weather--partly-cloudy.js +8 -12
- package/bpk-component-icon/lg/weather--rain.js +9 -13
- package/bpk-component-icon/lg/weather--snow.js +7 -11
- package/bpk-component-icon/lg/weather--thunderstorm.js +9 -13
- package/bpk-component-icon/lg/weather--tornado.js +7 -11
- package/bpk-component-icon/lg/weather--wind.js +7 -11
- package/bpk-component-icon/lg/weather.js +7 -11
- package/bpk-component-icon/lg/wifi.js +7 -11
- package/bpk-component-icon/lg/window--reduce.js +8 -12
- package/bpk-component-icon/lg/window.js +7 -11
- package/bpk-component-icon/lg/world--amer.js +7 -11
- package/bpk-component-icon/lg/world--apac.js +7 -11
- package/bpk-component-icon/lg/world--emea.js +8 -12
- package/bpk-component-icon/sm/accessibility.js +7 -11
- package/bpk-component-icon/sm/account--add.js +7 -11
- package/bpk-component-icon/sm/account--female.js +7 -11
- package/bpk-component-icon/sm/account--id-card.js +7 -11
- package/bpk-component-icon/sm/account--name.js +7 -11
- package/bpk-component-icon/sm/account--permit.js +7 -11
- package/bpk-component-icon/sm/account-circle.js +7 -11
- package/bpk-component-icon/sm/account.js +7 -11
- package/bpk-component-icon/sm/add-circle.js +7 -11
- package/bpk-component-icon/sm/adult.js +7 -11
- package/bpk-component-icon/sm/ai.js +7 -12
- package/bpk-component-icon/sm/aircon.js +7 -11
- package/bpk-component-icon/sm/aircraft.js +8 -12
- package/bpk-component-icon/sm/airline--multiple.js +7 -11
- package/bpk-component-icon/sm/airline.js +7 -11
- package/bpk-component-icon/sm/airports.js +7 -11
- package/bpk-component-icon/sm/alert--active.js +7 -11
- package/bpk-component-icon/sm/alert--add.js +7 -11
- package/bpk-component-icon/sm/alert--expired.js +7 -11
- package/bpk-component-icon/sm/alert--remove.js +7 -11
- package/bpk-component-icon/sm/arrow-down.js +7 -11
- package/bpk-component-icon/sm/arrow-left.js +7 -11
- package/bpk-component-icon/sm/arrow-right.js +7 -11
- package/bpk-component-icon/sm/arrow-up.js +7 -11
- package/bpk-component-icon/sm/award.js +7 -11
- package/bpk-component-icon/sm/baby-carriage.js +7 -11
- package/bpk-component-icon/sm/baggage--add.js +7 -11
- package/bpk-component-icon/sm/baggage--remove.js +7 -11
- package/bpk-component-icon/sm/baggage-cabin-add.js +7 -11
- package/bpk-component-icon/sm/baggage-cabin-not-included.js +7 -11
- package/bpk-component-icon/sm/baggage-cabin.js +7 -11
- package/bpk-component-icon/sm/baggage-checked-add.js +7 -11
- package/bpk-component-icon/sm/baggage-checked-not-included.js +7 -11
- package/bpk-component-icon/sm/baggage-checked.js +7 -11
- package/bpk-component-icon/sm/baggage-cross.js +7 -11
- package/bpk-component-icon/sm/baggage-generic.js +7 -11
- package/bpk-component-icon/sm/baggage-tick.js +7 -11
- package/bpk-component-icon/sm/baggage.js +7 -11
- package/bpk-component-icon/sm/bar.js +7 -11
- package/bpk-component-icon/sm/beach.js +8 -12
- package/bpk-component-icon/sm/beer.js +7 -11
- package/bpk-component-icon/sm/breakfast-cross.js +7 -11
- package/bpk-component-icon/sm/breakfast-tick.js +7 -11
- package/bpk-component-icon/sm/bus.js +8 -12
- package/bpk-component-icon/sm/business.js +7 -11
- package/bpk-component-icon/sm/cafe.js +7 -11
- package/bpk-component-icon/sm/calendar.js +7 -11
- package/bpk-component-icon/sm/call-back.js +8 -12
- package/bpk-component-icon/sm/camera.js +7 -11
- package/bpk-component-icon/sm/camper-van.js +8 -12
- package/bpk-component-icon/sm/car-door.js +7 -11
- package/bpk-component-icon/sm/car-wash.js +8 -12
- package/bpk-component-icon/sm/cars-flexible.js +7 -11
- package/bpk-component-icon/sm/cars.js +8 -12
- package/bpk-component-icon/sm/center-location.js +7 -11
- package/bpk-component-icon/sm/chart.js +7 -11
- package/bpk-component-icon/sm/chauffeur.js +8 -12
- package/bpk-component-icon/sm/chevron-down.js +7 -11
- package/bpk-component-icon/sm/chevron-left.js +7 -11
- package/bpk-component-icon/sm/chevron-right.js +7 -11
- package/bpk-component-icon/sm/chevron-up.js +7 -11
- package/bpk-component-icon/sm/child-seat.js +7 -11
- package/bpk-component-icon/sm/child.js +7 -11
- package/bpk-component-icon/sm/city-center.js +7 -11
- package/bpk-component-icon/sm/city.js +7 -11
- package/bpk-component-icon/sm/clean-policy.js +7 -11
- package/bpk-component-icon/sm/clean.js +8 -12
- package/bpk-component-icon/sm/cleaning-medical.js +7 -11
- package/bpk-component-icon/sm/cloakroom.js +7 -11
- package/bpk-component-icon/sm/close-circle.js +7 -11
- package/bpk-component-icon/sm/close.js +7 -11
- package/bpk-component-icon/sm/collapse.js +7 -11
- package/bpk-component-icon/sm/content--copy.js +8 -12
- package/bpk-component-icon/sm/content--event.js +7 -11
- package/bpk-component-icon/sm/content--guides.js +7 -11
- package/bpk-component-icon/sm/currency.js +7 -11
- package/bpk-component-icon/sm/data.js +8 -12
- package/bpk-component-icon/sm/deals.js +7 -11
- package/bpk-component-icon/sm/depart.js +9 -13
- package/bpk-component-icon/sm/device-mid.js +7 -11
- package/bpk-component-icon/sm/device-wide.js +7 -11
- package/bpk-component-icon/sm/direct.js +8 -12
- package/bpk-component-icon/sm/document-csv.js +7 -11
- package/bpk-component-icon/sm/document-pdf.js +7 -11
- package/bpk-component-icon/sm/dot.js +16 -0
- package/bpk-component-icon/sm/download.js +8 -12
- package/bpk-component-icon/sm/duration.js +7 -11
- package/bpk-component-icon/sm/eco-leaf.js +7 -11
- package/bpk-component-icon/sm/edit.js +7 -11
- package/bpk-component-icon/sm/education.js +8 -12
- package/bpk-component-icon/sm/electric.js +7 -11
- package/bpk-component-icon/sm/end-call.js +7 -11
- package/bpk-component-icon/sm/estimated.js +7 -11
- package/bpk-component-icon/sm/exclamation-circle.js +7 -11
- package/bpk-component-icon/sm/exclamation.js +7 -11
- package/bpk-component-icon/sm/expand.js +7 -11
- package/bpk-component-icon/sm/explore.js +9 -13
- package/bpk-component-icon/sm/face--blank.js +7 -11
- package/bpk-component-icon/sm/face--happy.js +7 -11
- package/bpk-component-icon/sm/face--sad.js +7 -11
- package/bpk-component-icon/sm/face-id.js +7 -11
- package/bpk-component-icon/sm/face-mask.js +7 -11
- package/bpk-component-icon/sm/family.js +7 -11
- package/bpk-component-icon/sm/fast-track.js +8 -12
- package/bpk-component-icon/sm/fast-train.js +8 -12
- package/bpk-component-icon/sm/filter.js +7 -11
- package/bpk-component-icon/sm/fingerprint.js +7 -11
- package/bpk-component-icon/sm/flag.js +7 -11
- package/bpk-component-icon/sm/flask.js +7 -11
- package/bpk-component-icon/sm/flight-flexible.js +7 -11
- package/bpk-component-icon/sm/flight-landing.js +9 -13
- package/bpk-component-icon/sm/flight-takeoff.js +8 -12
- package/bpk-component-icon/sm/flight.js +8 -12
- package/bpk-component-icon/sm/food.js +7 -11
- package/bpk-component-icon/sm/gears-automatic-circle.js +7 -11
- package/bpk-component-icon/sm/gears-automatic.js +7 -11
- package/bpk-component-icon/sm/gears-manual-circle.js +7 -11
- package/bpk-component-icon/sm/gears-manual.js +7 -11
- package/bpk-component-icon/sm/globe.js +7 -11
- package/bpk-component-icon/sm/grid-layout.js +7 -11
- package/bpk-component-icon/sm/headset.js +7 -11
- package/bpk-component-icon/sm/health-fitness.js +7 -11
- package/bpk-component-icon/sm/heart--outline.js +7 -11
- package/bpk-component-icon/sm/heart.js +7 -11
- package/bpk-component-icon/sm/help-circle.js +7 -11
- package/bpk-component-icon/sm/help.js +7 -11
- package/bpk-component-icon/sm/hide.js +7 -11
- package/bpk-component-icon/sm/hotel-flexible.js +7 -11
- package/bpk-component-icon/sm/hotels--disabled-facilities.js +7 -11
- package/bpk-component-icon/sm/hotels--jacuzzi.js +8 -12
- package/bpk-component-icon/sm/hotels--pets-allowed.js +7 -11
- package/bpk-component-icon/sm/hotels--smoking.js +7 -11
- package/bpk-component-icon/sm/hotels.js +7 -11
- package/bpk-component-icon/sm/infant.js +8 -12
- package/bpk-component-icon/sm/information--language-alert.js +7 -11
- package/bpk-component-icon/sm/information--language-question.js +7 -11
- package/bpk-component-icon/sm/information--language.js +7 -11
- package/bpk-component-icon/sm/information-circle.js +7 -11
- package/bpk-component-icon/sm/information.js +7 -11
- package/bpk-component-icon/sm/insurance.js +7 -11
- package/bpk-component-icon/sm/key.js +7 -11
- package/bpk-component-icon/sm/keypad.js +7 -11
- package/bpk-component-icon/sm/landmark.js +7 -11
- package/bpk-component-icon/sm/language.js +7 -11
- package/bpk-component-icon/sm/legroom--extra.js +8 -12
- package/bpk-component-icon/sm/legroom--normal.js +8 -12
- package/bpk-component-icon/sm/legroom--reduced.js +8 -12
- package/bpk-component-icon/sm/leisure.js +7 -11
- package/bpk-component-icon/sm/lightning.js +7 -11
- package/bpk-component-icon/sm/list.js +7 -11
- package/bpk-component-icon/sm/location.js +7 -11
- package/bpk-component-icon/sm/lock.js +7 -11
- package/bpk-component-icon/sm/logout.js +8 -12
- package/bpk-component-icon/sm/long-arrow-down.js +7 -11
- package/bpk-component-icon/sm/long-arrow-left.js +7 -11
- package/bpk-component-icon/sm/long-arrow-right.js +7 -11
- package/bpk-component-icon/sm/long-arrow-up.js +7 -11
- package/bpk-component-icon/sm/lounge.js +7 -11
- package/bpk-component-icon/sm/luggageall.js +7 -11
- package/bpk-component-icon/sm/mail.js +8 -12
- package/bpk-component-icon/sm/map.js +7 -11
- package/bpk-component-icon/sm/meal.js +7 -11
- package/bpk-component-icon/sm/media.js +7 -11
- package/bpk-component-icon/sm/menu--horizontal.js +7 -11
- package/bpk-component-icon/sm/menu--vertical.js +7 -11
- package/bpk-component-icon/sm/menu.js +7 -11
- package/bpk-component-icon/sm/mileage.js +8 -12
- package/bpk-component-icon/sm/minus.js +7 -11
- package/bpk-component-icon/sm/mobile.js +7 -11
- package/bpk-component-icon/sm/money.js +7 -11
- package/bpk-component-icon/sm/multiple-bookings.js +7 -11
- package/bpk-component-icon/sm/music.js +7 -11
- package/bpk-component-icon/sm/mute.js +7 -11
- package/bpk-component-icon/sm/native-android--back.js +7 -11
- package/bpk-component-icon/sm/native-android--close.js +7 -11
- package/bpk-component-icon/sm/native-android--forward.js +7 -11
- package/bpk-component-icon/sm/native-ios-close.js +7 -11
- package/bpk-component-icon/sm/navigation.js +7 -11
- package/bpk-component-icon/sm/new-window.js +10 -14
- package/bpk-component-icon/sm/news.js +7 -11
- package/bpk-component-icon/sm/night.js +7 -11
- package/bpk-component-icon/sm/not-allowed.js +7 -11
- package/bpk-component-icon/sm/onsen.js +8 -12
- package/bpk-component-icon/sm/origin.js +7 -11
- package/bpk-component-icon/sm/paid.js +7 -11
- package/bpk-component-icon/sm/paperclip.js +7 -11
- package/bpk-component-icon/sm/parking.js +7 -11
- package/bpk-component-icon/sm/passport.js +7 -11
- package/bpk-component-icon/sm/pause.js +7 -11
- package/bpk-component-icon/sm/payment-card.js +7 -11
- package/bpk-component-icon/sm/petrol.js +7 -11
- package/bpk-component-icon/sm/phone-call.js +7 -11
- package/bpk-component-icon/sm/picture.js +7 -11
- package/bpk-component-icon/sm/pin.js +7 -11
- package/bpk-component-icon/sm/plane-seat.js +8 -12
- package/bpk-component-icon/sm/play.js +7 -11
- package/bpk-component-icon/sm/plus.js +7 -11
- package/bpk-component-icon/sm/policy.js +7 -11
- package/bpk-component-icon/sm/powerplug.js +7 -11
- package/bpk-component-icon/sm/ppe.js +7 -11
- package/bpk-component-icon/sm/price-alerts.js +7 -11
- package/bpk-component-icon/sm/price-tag.js +7 -11
- package/bpk-component-icon/sm/print.js +7 -11
- package/bpk-component-icon/sm/recent-searches.js +7 -11
- package/bpk-component-icon/sm/redo.js +7 -11
- package/bpk-component-icon/sm/refresh.js +7 -11
- package/bpk-component-icon/sm/return.js +9 -13
- package/bpk-component-icon/sm/room.js +7 -11
- package/bpk-component-icon/sm/scales.js +7 -11
- package/bpk-component-icon/sm/search.js +7 -11
- package/bpk-component-icon/sm/self-service.js +7 -11
- package/bpk-component-icon/sm/send-message.js +7 -11
- package/bpk-component-icon/sm/services.js +7 -11
- package/bpk-component-icon/sm/settings.js +7 -11
- package/bpk-component-icon/sm/share--android.js +7 -11
- package/bpk-component-icon/sm/share--ios.js +8 -12
- package/bpk-component-icon/sm/share.js +7 -11
- package/bpk-component-icon/sm/single-booking.js +7 -11
- package/bpk-component-icon/sm/social-distancing.js +8 -12
- package/bpk-component-icon/sm/social-like.js +7 -11
- package/bpk-component-icon/sm/sort-down.js +7 -11
- package/bpk-component-icon/sm/sort-up.js +7 -11
- package/bpk-component-icon/sm/sort.js +7 -11
- package/bpk-component-icon/sm/speaker.js +7 -11
- package/bpk-component-icon/sm/star-half.js +7 -11
- package/bpk-component-icon/sm/star-outline.js +7 -11
- package/bpk-component-icon/sm/star.js +7 -11
- package/bpk-component-icon/sm/stops.js +7 -11
- package/bpk-component-icon/sm/swap--horizontal.js +7 -11
- package/bpk-component-icon/sm/swap--vertical.js +7 -11
- package/bpk-component-icon/sm/swap.js +7 -11
- package/bpk-component-icon/sm/taxi.js +8 -12
- package/bpk-component-icon/sm/thumbs-down.js +7 -11
- package/bpk-component-icon/sm/thumbs-up.js +7 -11
- package/bpk-component-icon/sm/tick-circle.js +7 -11
- package/bpk-component-icon/sm/tick.js +7 -11
- package/bpk-component-icon/sm/ticket-flexible.js +7 -11
- package/bpk-component-icon/sm/ticket.js +7 -11
- package/bpk-component-icon/sm/time.js +7 -11
- package/bpk-component-icon/sm/toilets.js +7 -11
- package/bpk-component-icon/sm/train.js +7 -11
- package/bpk-component-icon/sm/transmission-automatic.js +7 -11
- package/bpk-component-icon/sm/transmission-manual.js +7 -11
- package/bpk-component-icon/sm/trash.js +7 -11
- package/bpk-component-icon/sm/trend--down.js +7 -11
- package/bpk-component-icon/sm/trend--steady.js +7 -11
- package/bpk-component-icon/sm/trend--will-rise.js +7 -11
- package/bpk-component-icon/sm/trend.js +7 -11
- package/bpk-component-icon/sm/trips.js +7 -11
- package/bpk-component-icon/sm/undo.js +7 -11
- package/bpk-component-icon/sm/unlock.js +7 -11
- package/bpk-component-icon/sm/unmute.js +8 -12
- package/bpk-component-icon/sm/upgrade.js +7 -11
- package/bpk-component-icon/sm/upload.js +7 -11
- package/bpk-component-icon/sm/use-location.js +7 -11
- package/bpk-component-icon/sm/view.js +7 -11
- package/bpk-component-icon/sm/virus.js +7 -11
- package/bpk-component-icon/sm/wallet.js +7 -11
- package/bpk-component-icon/sm/weather--clear.js +7 -11
- package/bpk-component-icon/sm/weather--cloudy.js +8 -12
- package/bpk-component-icon/sm/weather--fog.js +7 -11
- package/bpk-component-icon/sm/weather--partly-cloudy.js +7 -11
- package/bpk-component-icon/sm/weather--rain.js +8 -12
- package/bpk-component-icon/sm/weather--snow.js +7 -11
- package/bpk-component-icon/sm/weather--thunderstorm.js +9 -13
- package/bpk-component-icon/sm/weather--tornado.js +7 -11
- package/bpk-component-icon/sm/weather--wind.js +8 -12
- package/bpk-component-icon/sm/weather.js +7 -11
- package/bpk-component-icon/sm/wifi.js +7 -11
- package/bpk-component-icon/sm/window--reduce.js +8 -12
- package/bpk-component-icon/sm/window.js +7 -11
- package/bpk-component-icon/sm/world--amer.js +7 -11
- package/bpk-component-icon/sm/world--apac.js +7 -11
- package/bpk-component-icon/sm/world--emea.js +7 -11
- package/bpk-component-icon/src/classNameModifierHOCFactory.d.ts +6 -29
- package/bpk-component-icon/src/withAlignment.d.ts +3 -26
- package/bpk-component-icon/src/withDescription.d.ts +1 -23
- package/bpk-component-icon/src/withRtlSupport.d.ts +7 -27
- package/bpk-component-image/index.d.ts +3 -21
- package/bpk-component-image/src/BpkBackgroundImage.d.ts +2 -20
- package/bpk-component-image/src/BpkBackgroundImage.js +0 -4
- package/bpk-component-image/src/BpkImage.d.ts +0 -18
- package/bpk-component-image/src/BpkImage.js +0 -4
- package/bpk-component-image/src/BpkImageBorderRadiusStyles.d.ts +0 -18
- package/bpk-component-image/src/withLazyLoading.d.ts +0 -18
- package/bpk-component-image/src/withLoadingBehavior.d.ts +0 -18
- package/bpk-component-info-banner/index.d.ts +1 -26
- package/bpk-component-info-banner/src/AnimateAndFade.d.ts +23 -52
- package/bpk-component-info-banner/src/AnimateAndFade.js +0 -2
- package/bpk-component-info-banner/src/BpkInfoBanner.d.ts +1 -26
- package/bpk-component-info-banner/src/BpkInfoBannerDismissable.d.ts +3 -25
- package/bpk-component-info-banner/src/BpkInfoBannerExpandable.d.ts +7 -33
- package/bpk-component-info-banner/src/BpkInfoBannerInner.d.ts +13 -52
- package/bpk-component-info-banner/src/BpkInfoBannerInner.js +0 -5
- package/bpk-component-info-banner/src/common-types.d.ts +20 -39
- package/bpk-component-info-banner/src/withBannerAlertState.d.ts +86 -159
- package/bpk-component-input/index.d.ts +1 -19
- package/bpk-component-input/src/BpkInput.d.ts +0 -18
- package/bpk-component-input/src/BpkInput.js +14 -8
- package/bpk-component-input/src/BpkInput.module.css +1 -1
- package/bpk-component-input/src/common-types.d.ts +0 -18
- package/bpk-component-input/src/themeAttributes.d.ts +2 -0
- package/bpk-component-input/src/withOpenEvents.d.ts +2 -20
- package/bpk-component-input/src/withOpenEvents.js +7 -15
- package/bpk-component-list/src/BpkList.js +3 -6
- package/bpk-component-loading-button/src/BpkLoadingButton.d.ts +60 -0
- package/bpk-component-loading-button/src/BpkLoadingButton.js +43 -23
- package/bpk-component-loading-button/src/BpkLoadingButton.module.css +1 -1
- package/bpk-component-map/src/BpkBasicMapMarker.d.ts +12 -25
- package/bpk-component-map/src/BpkBasicMapMarker.js +11 -11
- package/bpk-component-map/src/BpkMap.js +2 -1
- package/bpk-component-map/src/BpkPriceMarkerV2/BpkPriceMarker.d.ts +0 -18
- package/bpk-component-mobile-scroll-container/src/BpkMobileScrollContainer.js +1 -12
- package/bpk-component-mobile-scroll-container/src/BpkMobileScrollContainer.module.css +1 -1
- package/bpk-component-modal/index.d.ts +4 -21
- package/bpk-component-modal/src/BpkModal.d.ts +2 -20
- package/bpk-component-modal/src/BpkModal.js +1 -4
- package/bpk-component-modal/src/BpkModalInner.d.ts +6 -20
- package/bpk-component-modal/src/BpkModalV2/BpkModal.d.ts +14 -34
- package/bpk-component-modal/src/themeAttributes.d.ts +2 -0
- package/bpk-component-navigation-bar/index.d.ts +7 -0
- package/bpk-component-navigation-bar/src/BpkNavigationBar.d.ts +21 -0
- package/bpk-component-navigation-bar/src/BpkNavigationBar.js +8 -2
- package/bpk-component-navigation-bar/src/BpkNavigationBar.module.css +1 -1
- package/bpk-component-navigation-bar/src/BpkNavigationBarButtonLink.d.ts +12 -0
- package/bpk-component-navigation-bar/src/BpkNavigationBarButtonLink.js +7 -10
- package/bpk-component-navigation-bar/src/BpkNavigationBarIconButton.d.ts +13 -0
- package/bpk-component-navigation-bar/src/BpkNavigationBarIconButton.js +8 -11
- package/bpk-component-navigation-bar/src/themeAttributes.d.ts +2 -0
- package/bpk-component-nudger/index.d.ts +1 -19
- package/bpk-component-nudger/src/BpkConfigurableNudger.d.ts +0 -18
- package/bpk-component-nudger/src/BpkConfigurableNudger.js +4 -26
- package/bpk-component-nudger/src/BpkNudger.d.ts +0 -18
- package/bpk-component-nudger/src/BpkNudger.js +9 -13
- package/bpk-component-nudger/src/BpkNudger.module.css +1 -1
- package/bpk-component-nudger/src/common-types.d.ts +0 -18
- package/bpk-component-nudger/src/themeAttributes.d.ts +2 -0
- package/bpk-component-nudger/src/themeAttributes.js +0 -1
- package/bpk-component-overlay/index.d.ts +1 -23
- package/bpk-component-overlay/src/BpkOverlay.d.ts +0 -18
- package/bpk-component-pagination/src/BpkPaginationNudger.js +14 -25
- package/bpk-component-pagination/src/BpkPaginationNudger.module.css +1 -1
- package/bpk-component-phone-input/src/BpkPhoneInput.js +12 -14
- package/bpk-component-popover/index.d.ts +5 -0
- package/bpk-component-popover/src/BpkPopover.d.ts +26 -0
- package/bpk-component-popover/src/BpkPopover.js +140 -74
- package/bpk-component-popover/src/BpkPopover.module.css +1 -1
- package/bpk-component-popover/src/constants.d.ts +5 -0
- package/bpk-component-popover/src/constants.js +3 -1
- package/bpk-component-popover/src/themeAttributes.d.ts +2 -0
- package/bpk-component-price/src/BpkPrice.js +24 -28
- package/bpk-component-price/src/BpkPrice.module.css +1 -1
- package/bpk-component-rtl-toggle/index.d.ts +0 -19
- package/bpk-component-rtl-toggle/src/BpkRtlToggle.d.ts +8 -34
- package/bpk-component-rtl-toggle/src/BpkRtlToggle.js +1 -8
- package/bpk-component-rtl-toggle/src/updateOnDirectionChange.d.ts +53 -146
- package/bpk-component-rtl-toggle/src/utils.d.ts +3 -21
- package/bpk-component-scrollable-calendar/index.d.ts +0 -18
- package/bpk-component-scrollable-calendar/src/BpkScrollableCalendar.d.ts +10 -478
- package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarDate.d.ts +0 -18
- package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGrid.d.ts +0 -18
- package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGrid.js +6 -7
- package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGrid.module.css +1 -1
- package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGridList.d.ts +3 -18
- package/bpk-component-scrollable-calendar/src/utils.d.ts +0 -18
- package/bpk-component-section-header/index.d.ts +0 -19
- package/bpk-component-section-header/src/BpkSectionHeader.d.ts +7 -25
- package/bpk-component-section-header/src/BpkSectionHeader.js +5 -10
- package/bpk-component-section-header/src/BpkSectionHeader.module.css +1 -1
- package/bpk-component-section-list/src/BpkSectionListItem.js +6 -10
- package/bpk-component-section-list/src/BpkSectionListItem.module.css +1 -1
- package/bpk-component-skeleton/index.d.ts +3 -0
- package/{bpk-component-datepicker/src/BpkDatepicker.module.css → bpk-component-skeleton/index.js} +8 -5
- package/bpk-component-skeleton/src/BpkBaseSkeleton.d.d.ts +10 -0
- package/bpk-component-skeleton/src/BpkBaseSkeleton.d.ts +8 -0
- package/{bpk-component-input/src/BpkClearButton.module.css → bpk-component-skeleton/src/BpkBaseSkeleton.js} +17 -5
- package/bpk-component-skeleton/src/BpkBaseSkeleton.module.css +18 -0
- package/bpk-component-skeleton/src/BpkSkeleton.d.d.ts +4 -0
- package/bpk-component-skeleton/src/BpkSkeleton.d.ts +4 -0
- package/bpk-component-skeleton/src/BpkSkeleton.js +38 -0
- package/bpk-component-skeleton/src/BpkSkeleton.module.css +18 -0
- package/bpk-component-skeleton/src/common-types.d.d.ts +37 -0
- package/bpk-component-skeleton/src/common-types.d.ts +37 -0
- package/{bpk-component-input/src/BpkClearButton.d.ts → bpk-component-skeleton/src/common-types.js} +15 -6
- package/bpk-component-slider/index.d.ts +4 -0
- package/bpk-component-slider/src/BpkSlider.d.ts +15 -0
- package/bpk-component-slider/src/BpkSlider.js +48 -37
- package/bpk-component-slider/src/BpkSlider.module.css +1 -1
- package/bpk-component-slider/src/themeAttributes.d.ts +2 -0
- package/bpk-component-spinner/index.d.ts +6 -0
- package/bpk-component-spinner/index.js +3 -1
- package/bpk-component-spinner/src/BpkExtraLargeSpinner.d.ts +19 -0
- package/bpk-component-spinner/src/BpkExtraLargeSpinner.js +8 -9
- package/bpk-component-spinner/src/BpkLargeSpinner.d.ts +22 -0
- package/bpk-component-spinner/src/BpkLargeSpinner.js +8 -9
- package/bpk-component-spinner/src/BpkSpinner.d.ts +22 -0
- package/bpk-component-spinner/src/BpkSpinner.js +8 -9
- package/bpk-component-spinner/src/BpkSpinner.module.css +1 -1
- package/bpk-component-spinner/src/spinnerTypes.d.ts +6 -0
- package/bpk-component-spinner/src/themeAttributes.d.ts +2 -0
- package/bpk-component-star-rating/src/BpkInteractiveStar.js +6 -7
- package/bpk-component-star-rating/src/BpkStar.js +14 -21
- package/bpk-component-star-rating/src/BpkStar.module.css +1 -1
- package/bpk-component-swap-button/index.d.ts +0 -18
- package/bpk-component-swap-button/src/BpkSwapButton.d.ts +2 -23
- package/bpk-component-swap-button/src/BpkSwapButton.js +0 -2
- package/bpk-component-text/index.d.ts +0 -18
- package/bpk-component-text/src/BpkText.d.ts +2 -20
- package/bpk-component-theme-toggle/src/BpkThemeToggle.js +5 -6
- package/bpk-component-tooltip/index.d.ts +1 -19
- package/bpk-component-tooltip/src/BpkTooltip.d.ts +1 -19
- package/bpk-component-tooltip/src/BpkTooltipPortal.d.ts +1 -19
- package/bpk-component-tooltip/src/constants.d.ts +0 -18
- package/bpk-mixins/_forms.scss +16 -0
- package/bpk-react-utils/index.d.ts +4 -55
- package/bpk-react-utils/src/BpkDialogWrapper/BpkDialogWrapper.d.ts +23 -44
- package/bpk-react-utils/src/Portal.d.ts +1 -19
- package/bpk-react-utils/src/TransitionInitialMount.d.ts +0 -18
- package/bpk-react-utils/src/cssModules.d.ts +0 -18
- package/bpk-react-utils/src/deviceDetection.d.ts +0 -18
- package/bpk-react-utils/src/isRTL.d.ts +0 -18
- package/bpk-react-utils/src/withDefaultProps.d.ts +0 -18
- package/bpk-react-utils/src/wrapDisplayName.d.ts +0 -18
- package/bpk-scrim-utils/index.d.ts +0 -18
- package/bpk-scrim-utils/src/BpkScrim.d.ts +0 -18
- package/bpk-scrim-utils/src/scroll-utils.d.ts +0 -18
- package/bpk-scrim-utils/src/withScrim.d.ts +13 -19
- package/bpk-scrim-utils/src/withScrimmedPortal.d.ts +2 -20
- package/package.json +4 -4
- package/unstable__bpk-mixins/_forms.scss +16 -0
- package/bpk-component-calendar/test-utils.d.ts +0 -56
- package/bpk-component-flare/src/__generated__/corner-radius.d.ts +0 -6
- package/bpk-component-flare/src/__generated__/pointer.d.ts +0 -6
- package/bpk-component-input/src/BpkClearButton.js +0 -53
- package/bpk-component-navigation-bar/src/BpkNavigationBarButtonLink.module.css +0 -18
- package/bpk-component-popover/src/PopperUtils.js +0 -224
- package/bpk-component-scrollable-calendar/test-utils.d.ts +0 -52
|
@@ -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 type { ReactElement } from 'react';
|
|
21
3
|
import type { DaysOfWeek, ReactComponent, SelectionConfiguration } from '../../bpk-component-calendar';
|
|
@@ -233,12 +215,7 @@ declare class BpkDatepicker extends Component<Props, State> {
|
|
|
233
215
|
};
|
|
234
216
|
initiallyFocusedDate: null;
|
|
235
217
|
markToday: boolean;
|
|
236
|
-
markOutsideDays: boolean;
|
|
237
|
-
* Gets the correct value for the input field
|
|
238
|
-
* @param {Object} selectionConfiguration current selection configuration
|
|
239
|
-
* @param {Function} formatDate function supplied to format date
|
|
240
|
-
* @returns {String} date value
|
|
241
|
-
*/
|
|
218
|
+
markOutsideDays: boolean;
|
|
242
219
|
};
|
|
243
220
|
contextType?: import("react").Context<any> | undefined;
|
|
244
221
|
};
|
|
@@ -21,12 +21,8 @@ import BpkBreakpoint, { BREAKPOINTS } from "../../bpk-component-breakpoint";
|
|
|
21
21
|
import { composeCalendar, BpkCalendarGridHeader, BpkCalendarGrid, BpkCalendarDate, withCalendarState, CALENDAR_SELECTION_TYPE, DateUtils, BpkCalendarNav } from "../../bpk-component-calendar";
|
|
22
22
|
import BpkInput, { withOpenEvents } from "../../bpk-component-input";
|
|
23
23
|
import BpkModal from "../../bpk-component-modal";
|
|
24
|
-
// @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
|
|
25
24
|
import BpkPopover from "../../bpk-component-popover";
|
|
26
|
-
import { cssModules } from "../../bpk-react-utils";
|
|
27
|
-
import STYLES from "./BpkDatepicker.module.css";
|
|
28
25
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
29
|
-
const getClassName = cssModules(STYLES);
|
|
30
26
|
const Input = withOpenEvents(BpkInput);
|
|
31
27
|
const DefaultCalendar = withCalendarState(composeCalendar(BpkCalendarNav, BpkCalendarGridHeader, BpkCalendarGrid, BpkCalendarDate));
|
|
32
28
|
class BpkDatepicker extends Component {
|
|
@@ -192,7 +188,6 @@ class BpkDatepicker extends Component {
|
|
|
192
188
|
delete rest.onOpenChange;
|
|
193
189
|
delete rest.isOpen;
|
|
194
190
|
const input = inputComponent || /*#__PURE__*/_jsx("div", {
|
|
195
|
-
className: getClassName('bpk-datepicker__input'),
|
|
196
191
|
ref: this.inputRef,
|
|
197
192
|
children: /*#__PURE__*/_jsx(Input, {
|
|
198
193
|
id: id,
|
|
@@ -210,7 +205,6 @@ class BpkDatepicker extends Component {
|
|
|
210
205
|
});
|
|
211
206
|
const calendarProps = {
|
|
212
207
|
id: `${id}-calendar`,
|
|
213
|
-
className: getClassName('bpk-datepicker__calendar'),
|
|
214
208
|
changeMonthLabel,
|
|
215
209
|
dateModifiers,
|
|
216
210
|
daysOfWeek,
|
|
@@ -247,12 +241,10 @@ class BpkDatepicker extends Component {
|
|
|
247
241
|
}) : /*#__PURE__*/_jsx(BpkPopover, {
|
|
248
242
|
id: `${id}-popover`,
|
|
249
243
|
target: input,
|
|
250
|
-
renderTarget: renderTarget,
|
|
251
244
|
onClose: this.props.onClose || this.onClose,
|
|
252
245
|
isOpen: this.state.isOpen,
|
|
253
246
|
label: title,
|
|
254
247
|
closeButtonText: closeButtonText,
|
|
255
|
-
tabIndex: 0,
|
|
256
248
|
...rest,
|
|
257
249
|
children: /*#__PURE__*/_jsx(Calendar, {
|
|
258
250
|
...calendarProps,
|
|
@@ -18,6 +18,5 @@
|
|
|
18
18
|
|
|
19
19
|
import { themeAttributes as calendarAttributes } from "../../bpk-component-calendar";
|
|
20
20
|
import { themeAttributes as modalAttributes } from "../../bpk-component-modal";
|
|
21
|
-
// @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
|
|
22
21
|
import { themeAttributes as popoverAttributes } from "../../bpk-component-popover";
|
|
23
22
|
export default [...calendarAttributes, ...popoverAttributes, ...modalAttributes].filter((attribute, index, attributes) => attributes.indexOf(attribute) === index);
|
|
@@ -1,25 +1,6 @@
|
|
|
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 BpkDialog from './src/BpkDialog';
|
|
20
|
-
import type { Props } from './src/common-types';
|
|
21
2
|
import { HEADER_ICON_TYPES } from './src/common-types';
|
|
22
|
-
|
|
3
|
+
import type { Props } from './src/common-types';
|
|
23
4
|
export type BpkDialogProps = Props;
|
|
24
5
|
export default BpkDialog;
|
|
25
6
|
export { HEADER_ICON_TYPES };
|
|
@@ -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="react" />
|
|
20
2
|
import type { Props } from './common-types';
|
|
21
3
|
declare const BpkDialog: ({ children, closeLabel, dismissible, headerIcon, headerIconType, isOpen, onClose, renderTarget, ...rest }: Props) => JSX.Element;
|
|
@@ -1,245 +1,59 @@
|
|
|
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 DialogInnerProps as Props } from './common-types';
|
|
21
3
|
declare const _default: {
|
|
22
|
-
new (props: ({
|
|
23
|
-
[rest: string]: any;
|
|
24
|
-
getApplicationElement: () => HTMLElement | null;
|
|
25
|
-
onClose?: (() => void | null) | undefined;
|
|
26
|
-
isIphone?: boolean | undefined;
|
|
27
|
-
isIpad?: boolean | undefined;
|
|
28
|
-
containerClassName?: string | undefined;
|
|
29
|
-
closeOnScrimClick?: boolean | undefined;
|
|
30
|
-
} & Omit<Props, "dialogRef">) | Readonly<{
|
|
31
|
-
[rest: string]: any;
|
|
32
|
-
getApplicationElement: () => HTMLElement | null;
|
|
33
|
-
onClose?: (() => void | null) | undefined;
|
|
34
|
-
isIphone?: boolean | undefined;
|
|
35
|
-
isIpad?: boolean | undefined;
|
|
36
|
-
containerClassName?: string | undefined;
|
|
37
|
-
closeOnScrimClick?: boolean | undefined;
|
|
38
|
-
} & Omit<Props, "dialogRef">>): {
|
|
4
|
+
new (props: (import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">) | Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>): {
|
|
39
5
|
dialogElement?: HTMLElement | null | undefined;
|
|
40
6
|
componentDidMount(): void;
|
|
41
7
|
componentWillUnmount(): void;
|
|
42
8
|
dialogRef: (ref: HTMLElement | null | undefined) => void;
|
|
43
9
|
render(): JSX.Element;
|
|
44
10
|
context: any;
|
|
45
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<{
|
|
46
|
-
[rest: string]: any;
|
|
47
|
-
getApplicationElement: () => HTMLElement | null;
|
|
48
|
-
onClose?: (() => void | null) | undefined;
|
|
49
|
-
isIphone?: boolean | undefined;
|
|
50
|
-
isIpad?: boolean | undefined;
|
|
51
|
-
containerClassName?: string | undefined;
|
|
52
|
-
closeOnScrimClick?: boolean | undefined;
|
|
53
|
-
} & Omit<Props, "dialogRef">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
11
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
54
12
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
55
|
-
readonly props: Readonly<{
|
|
56
|
-
[rest: string]: any;
|
|
57
|
-
getApplicationElement: () => HTMLElement | null;
|
|
58
|
-
onClose?: (() => void | null) | undefined;
|
|
59
|
-
isIphone?: boolean | undefined;
|
|
60
|
-
isIpad?: boolean | undefined;
|
|
61
|
-
containerClassName?: string | undefined;
|
|
62
|
-
closeOnScrimClick?: boolean | undefined;
|
|
63
|
-
} & Omit<Props, "dialogRef">> & Readonly<{
|
|
13
|
+
readonly props: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">> & Readonly<{
|
|
64
14
|
children?: import("react").ReactNode;
|
|
65
15
|
}>;
|
|
66
16
|
state: Readonly<{}>;
|
|
67
17
|
refs: {
|
|
68
18
|
[key: string]: import("react").ReactInstance;
|
|
69
19
|
};
|
|
70
|
-
shouldComponentUpdate?(nextProps: Readonly<{
|
|
71
|
-
[rest: string]: any;
|
|
72
|
-
getApplicationElement: () => HTMLElement | null;
|
|
73
|
-
onClose?: (() => void | null) | undefined;
|
|
74
|
-
isIphone?: boolean | undefined;
|
|
75
|
-
isIpad?: boolean | undefined;
|
|
76
|
-
containerClassName?: string | undefined;
|
|
77
|
-
closeOnScrimClick?: boolean | undefined;
|
|
78
|
-
} & Omit<Props, "dialogRef">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
20
|
+
shouldComponentUpdate?(nextProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
79
21
|
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
|
|
80
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<{
|
|
81
|
-
|
|
82
|
-
getApplicationElement: () => HTMLElement | null;
|
|
83
|
-
onClose?: (() => void | null) | undefined;
|
|
84
|
-
isIphone?: boolean | undefined;
|
|
85
|
-
isIpad?: boolean | undefined;
|
|
86
|
-
containerClassName?: string | undefined;
|
|
87
|
-
closeOnScrimClick?: boolean | undefined;
|
|
88
|
-
} & Omit<Props, "dialogRef">>, prevState: Readonly<{}>): any;
|
|
89
|
-
componentDidUpdate?(prevProps: Readonly<{
|
|
90
|
-
[rest: string]: any;
|
|
91
|
-
getApplicationElement: () => HTMLElement | null;
|
|
92
|
-
onClose?: (() => void | null) | undefined;
|
|
93
|
-
isIphone?: boolean | undefined;
|
|
94
|
-
isIpad?: boolean | undefined;
|
|
95
|
-
containerClassName?: string | undefined;
|
|
96
|
-
closeOnScrimClick?: boolean | undefined;
|
|
97
|
-
} & Omit<Props, "dialogRef">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
22
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, prevState: Readonly<{}>): any;
|
|
23
|
+
componentDidUpdate?(prevProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
98
24
|
componentWillMount?(): void;
|
|
99
25
|
UNSAFE_componentWillMount?(): void;
|
|
100
|
-
componentWillReceiveProps?(nextProps: Readonly<
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
isIphone?: boolean | undefined;
|
|
105
|
-
isIpad?: boolean | undefined;
|
|
106
|
-
containerClassName?: string | undefined;
|
|
107
|
-
closeOnScrimClick?: boolean | undefined;
|
|
108
|
-
} & Omit<Props, "dialogRef">>, nextContext: any): void;
|
|
109
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{
|
|
110
|
-
[rest: string]: any;
|
|
111
|
-
getApplicationElement: () => HTMLElement | null;
|
|
112
|
-
onClose?: (() => void | null) | undefined;
|
|
113
|
-
isIphone?: boolean | undefined;
|
|
114
|
-
isIpad?: boolean | undefined;
|
|
115
|
-
containerClassName?: string | undefined;
|
|
116
|
-
closeOnScrimClick?: boolean | undefined;
|
|
117
|
-
} & Omit<Props, "dialogRef">>, nextContext: any): void;
|
|
118
|
-
componentWillUpdate?(nextProps: Readonly<{
|
|
119
|
-
[rest: string]: any;
|
|
120
|
-
getApplicationElement: () => HTMLElement | null;
|
|
121
|
-
onClose?: (() => void | null) | undefined;
|
|
122
|
-
isIphone?: boolean | undefined;
|
|
123
|
-
isIpad?: boolean | undefined;
|
|
124
|
-
containerClassName?: string | undefined;
|
|
125
|
-
closeOnScrimClick?: boolean | undefined;
|
|
126
|
-
} & Omit<Props, "dialogRef">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
127
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<{
|
|
128
|
-
[rest: string]: any;
|
|
129
|
-
getApplicationElement: () => HTMLElement | null;
|
|
130
|
-
onClose?: (() => void | null) | undefined;
|
|
131
|
-
isIphone?: boolean | undefined;
|
|
132
|
-
isIpad?: boolean | undefined;
|
|
133
|
-
containerClassName?: string | undefined;
|
|
134
|
-
closeOnScrimClick?: boolean | undefined;
|
|
135
|
-
} & Omit<Props, "dialogRef">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
26
|
+
componentWillReceiveProps?(nextProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, nextContext: any): void;
|
|
27
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, nextContext: any): void;
|
|
28
|
+
componentWillUpdate?(nextProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
29
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
136
30
|
};
|
|
137
|
-
new (props: {
|
|
138
|
-
[rest: string]: any;
|
|
139
|
-
getApplicationElement: () => HTMLElement | null;
|
|
140
|
-
onClose?: (() => void | null) | undefined;
|
|
141
|
-
isIphone?: boolean | undefined;
|
|
142
|
-
isIpad?: boolean | undefined;
|
|
143
|
-
containerClassName?: string | undefined;
|
|
144
|
-
closeOnScrimClick?: boolean | undefined;
|
|
145
|
-
} & Omit<Props, "dialogRef">, context: any): {
|
|
31
|
+
new (props: import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">, context: any): {
|
|
146
32
|
dialogElement?: HTMLElement | null | undefined;
|
|
147
33
|
componentDidMount(): void;
|
|
148
34
|
componentWillUnmount(): void;
|
|
149
35
|
dialogRef: (ref: HTMLElement | null | undefined) => void;
|
|
150
36
|
render(): JSX.Element;
|
|
151
37
|
context: any;
|
|
152
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<{
|
|
153
|
-
[rest: string]: any;
|
|
154
|
-
getApplicationElement: () => HTMLElement | null;
|
|
155
|
-
onClose?: (() => void | null) | undefined;
|
|
156
|
-
isIphone?: boolean | undefined;
|
|
157
|
-
isIpad?: boolean | undefined;
|
|
158
|
-
containerClassName?: string | undefined;
|
|
159
|
-
closeOnScrimClick?: boolean | undefined;
|
|
160
|
-
} & Omit<Props, "dialogRef">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
38
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
161
39
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
162
|
-
readonly props: Readonly<{
|
|
163
|
-
[rest: string]: any;
|
|
164
|
-
getApplicationElement: () => HTMLElement | null;
|
|
165
|
-
onClose?: (() => void | null) | undefined;
|
|
166
|
-
isIphone?: boolean | undefined;
|
|
167
|
-
isIpad?: boolean | undefined;
|
|
168
|
-
containerClassName?: string | undefined;
|
|
169
|
-
closeOnScrimClick?: boolean | undefined;
|
|
170
|
-
} & Omit<Props, "dialogRef">> & Readonly<{
|
|
40
|
+
readonly props: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">> & Readonly<{
|
|
171
41
|
children?: import("react").ReactNode;
|
|
172
42
|
}>;
|
|
173
43
|
state: Readonly<{}>;
|
|
174
44
|
refs: {
|
|
175
45
|
[key: string]: import("react").ReactInstance;
|
|
176
46
|
};
|
|
177
|
-
shouldComponentUpdate?(nextProps: Readonly<{
|
|
178
|
-
[rest: string]: any;
|
|
179
|
-
getApplicationElement: () => HTMLElement | null;
|
|
180
|
-
onClose?: (() => void | null) | undefined;
|
|
181
|
-
isIphone?: boolean | undefined;
|
|
182
|
-
isIpad?: boolean | undefined;
|
|
183
|
-
containerClassName?: string | undefined;
|
|
184
|
-
closeOnScrimClick?: boolean | undefined;
|
|
185
|
-
} & Omit<Props, "dialogRef">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
47
|
+
shouldComponentUpdate?(nextProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
186
48
|
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
|
|
187
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<{
|
|
188
|
-
|
|
189
|
-
getApplicationElement: () => HTMLElement | null;
|
|
190
|
-
onClose?: (() => void | null) | undefined;
|
|
191
|
-
isIphone?: boolean | undefined;
|
|
192
|
-
isIpad?: boolean | undefined;
|
|
193
|
-
containerClassName?: string | undefined;
|
|
194
|
-
closeOnScrimClick?: boolean | undefined;
|
|
195
|
-
} & Omit<Props, "dialogRef">>, prevState: Readonly<{}>): any;
|
|
196
|
-
componentDidUpdate?(prevProps: Readonly<{
|
|
197
|
-
[rest: string]: any;
|
|
198
|
-
getApplicationElement: () => HTMLElement | null;
|
|
199
|
-
onClose?: (() => void | null) | undefined;
|
|
200
|
-
isIphone?: boolean | undefined;
|
|
201
|
-
isIpad?: boolean | undefined;
|
|
202
|
-
containerClassName?: string | undefined;
|
|
203
|
-
closeOnScrimClick?: boolean | undefined;
|
|
204
|
-
} & Omit<Props, "dialogRef">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
49
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, prevState: Readonly<{}>): any;
|
|
50
|
+
componentDidUpdate?(prevProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
205
51
|
componentWillMount?(): void;
|
|
206
52
|
UNSAFE_componentWillMount?(): void;
|
|
207
|
-
componentWillReceiveProps?(nextProps: Readonly<
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
isIphone?: boolean | undefined;
|
|
212
|
-
isIpad?: boolean | undefined;
|
|
213
|
-
containerClassName?: string | undefined;
|
|
214
|
-
closeOnScrimClick?: boolean | undefined;
|
|
215
|
-
} & Omit<Props, "dialogRef">>, nextContext: any): void;
|
|
216
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{
|
|
217
|
-
[rest: string]: any;
|
|
218
|
-
getApplicationElement: () => HTMLElement | null;
|
|
219
|
-
onClose?: (() => void | null) | undefined;
|
|
220
|
-
isIphone?: boolean | undefined;
|
|
221
|
-
isIpad?: boolean | undefined;
|
|
222
|
-
containerClassName?: string | undefined;
|
|
223
|
-
closeOnScrimClick?: boolean | undefined;
|
|
224
|
-
} & Omit<Props, "dialogRef">>, nextContext: any): void;
|
|
225
|
-
componentWillUpdate?(nextProps: Readonly<{
|
|
226
|
-
[rest: string]: any;
|
|
227
|
-
getApplicationElement: () => HTMLElement | null;
|
|
228
|
-
onClose?: (() => void | null) | undefined;
|
|
229
|
-
isIphone?: boolean | undefined;
|
|
230
|
-
isIpad?: boolean | undefined;
|
|
231
|
-
containerClassName?: string | undefined;
|
|
232
|
-
closeOnScrimClick?: boolean | undefined;
|
|
233
|
-
} & Omit<Props, "dialogRef">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
234
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<{
|
|
235
|
-
[rest: string]: any;
|
|
236
|
-
getApplicationElement: () => HTMLElement | null;
|
|
237
|
-
onClose?: (() => void | null) | undefined;
|
|
238
|
-
isIphone?: boolean | undefined;
|
|
239
|
-
isIpad?: boolean | undefined;
|
|
240
|
-
containerClassName?: string | undefined;
|
|
241
|
-
closeOnScrimClick?: boolean | undefined;
|
|
242
|
-
} & Omit<Props, "dialogRef">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
53
|
+
componentWillReceiveProps?(nextProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, nextContext: any): void;
|
|
54
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, nextContext: any): void;
|
|
55
|
+
componentWillUpdate?(nextProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
56
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<import("../../bpk-scrim-utils/src/withScrim").Props & Omit<Props, "dialogRef">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
243
57
|
};
|
|
244
58
|
displayName: string;
|
|
245
59
|
defaultProps: {
|
|
@@ -26,6 +26,7 @@ const getClassName = cssModules(STYLES);
|
|
|
26
26
|
const BpkDialogInner = props => {
|
|
27
27
|
const {
|
|
28
28
|
ariaLabel,
|
|
29
|
+
ariaModal = true,
|
|
29
30
|
children,
|
|
30
31
|
className = null,
|
|
31
32
|
contentClassName,
|
|
@@ -46,6 +47,7 @@ const BpkDialogInner = props => {
|
|
|
46
47
|
tabIndex: -1,
|
|
47
48
|
role: "dialog",
|
|
48
49
|
"aria-label": ariaLabel,
|
|
50
|
+
"aria-modal": ariaModal,
|
|
49
51
|
className: classNames,
|
|
50
52
|
ref: dialogRef,
|
|
51
53
|
children: [flare && /*#__PURE__*/_jsx(BpkContentBubble
|
|
@@ -1,21 +1,3 @@
|
|
|
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 type { ReactNode } from 'react';
|
|
20
2
|
export declare const HEADER_ICON_TYPES: {
|
|
21
3
|
readonly primary: "primary";
|
|
@@ -24,6 +6,7 @@ export declare const HEADER_ICON_TYPES: {
|
|
|
24
6
|
};
|
|
25
7
|
export type DialogInnerProps = {
|
|
26
8
|
ariaLabel: string;
|
|
9
|
+
ariaModal: boolean;
|
|
27
10
|
id: string;
|
|
28
11
|
children: ReactNode;
|
|
29
12
|
dialogRef: (ref: HTMLElement | null | undefined) => void;
|
|
@@ -19,8 +19,9 @@
|
|
|
19
19
|
import PropTypes from 'prop-types';
|
|
20
20
|
import { cssModules } from "../../bpk-react-utils";
|
|
21
21
|
import BpkFlareBar from "./BpkFlareBar";
|
|
22
|
+
import CornerRadius from "./__generated__/js/corner-radius";
|
|
22
23
|
import STYLES from "./bpk-content-bubble.module.css";
|
|
23
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
24
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
24
25
|
const getClassName = cssModules(STYLES);
|
|
25
26
|
const BpkContentBubble = props => {
|
|
26
27
|
const {
|
|
@@ -46,6 +47,12 @@ const BpkContentBubble = props => {
|
|
|
46
47
|
if (className) {
|
|
47
48
|
wrapperClassNames.push(className);
|
|
48
49
|
}
|
|
50
|
+
const leftCornerRadiusClassNames = [getClassName('bpk-content-bubble__rounded-corner')];
|
|
51
|
+
const rightCornerRadiusClassNames = [getClassName('bpk-content-bubble__rounded-corner'), getClassName('bpk-content-bubble__rounded-corner--trailing')];
|
|
52
|
+
if (flareProps?.svgClassName) {
|
|
53
|
+
leftCornerRadiusClassNames.push(flareProps.svgClassName);
|
|
54
|
+
rightCornerRadiusClassNames.push(flareProps.svgClassName);
|
|
55
|
+
}
|
|
49
56
|
if (contentClassName) {
|
|
50
57
|
contentClassNames.push(contentClassName);
|
|
51
58
|
}
|
|
@@ -54,16 +61,21 @@ const BpkContentBubble = props => {
|
|
|
54
61
|
...rest,
|
|
55
62
|
children: /*#__PURE__*/_jsxs("div", {
|
|
56
63
|
className: getClassName('bpk-content-bubble__container'),
|
|
57
|
-
children: [/*#__PURE__*/
|
|
64
|
+
children: [/*#__PURE__*/_jsxs("div", {
|
|
58
65
|
className: contentClassNames.join(' '),
|
|
59
|
-
children: content &&
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
66
|
+
children: [content, rounded && showPointer && /*#__PURE__*/_jsxs(_Fragment, {
|
|
67
|
+
children: [/*#__PURE__*/_jsx(CornerRadius, {
|
|
68
|
+
className: leftCornerRadiusClassNames.join(' ')
|
|
69
|
+
}), /*#__PURE__*/_jsx(CornerRadius, {
|
|
70
|
+
className: rightCornerRadiusClassNames.join(' ')
|
|
71
|
+
})]
|
|
72
|
+
})]
|
|
73
|
+
}), showPointer && /*#__PURE__*/_jsx("div", {
|
|
65
74
|
className: getClassName('bpk-content-bubble__pointer'),
|
|
66
|
-
|
|
75
|
+
children: /*#__PURE__*/_jsx(BpkFlareBar, {
|
|
76
|
+
rounded: rounded,
|
|
77
|
+
...flareProps
|
|
78
|
+
})
|
|
67
79
|
})]
|
|
68
80
|
})
|
|
69
81
|
});
|
|
@@ -18,10 +18,9 @@
|
|
|
18
18
|
|
|
19
19
|
import PropTypes from 'prop-types';
|
|
20
20
|
import { cssModules } from "../../bpk-react-utils";
|
|
21
|
-
import CornerRadius from "./__generated__/js/corner-radius";
|
|
22
21
|
import Pointer from "./__generated__/js/pointer";
|
|
23
22
|
import STYLES from "./bpk-flare-bar.module.css";
|
|
24
|
-
import { jsx as _jsx
|
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
25
24
|
const getClassName = cssModules(STYLES);
|
|
26
25
|
const BpkFlareBar = props => {
|
|
27
26
|
const {
|
|
@@ -35,32 +34,15 @@ const BpkFlareBar = props => {
|
|
|
35
34
|
classNames.push(className);
|
|
36
35
|
}
|
|
37
36
|
const curveClassNames = [getClassName('bpk-flare-bar__curve')];
|
|
38
|
-
const leftCornerRadiusClassNames = [getClassName('bpk-flare-bar__rounded-corner')];
|
|
39
|
-
const rightCornerRadiusClassNames = [getClassName('bpk-flare-bar__rounded-corner'), getClassName('bpk-flare-bar__rounded-corner--trailing')];
|
|
40
37
|
if (svgClassName) {
|
|
41
38
|
curveClassNames.push(svgClassName);
|
|
42
|
-
leftCornerRadiusClassNames.push(svgClassName);
|
|
43
|
-
rightCornerRadiusClassNames.push(svgClassName);
|
|
44
39
|
}
|
|
45
|
-
return /*#__PURE__*/
|
|
40
|
+
return /*#__PURE__*/_jsx("div", {
|
|
46
41
|
className: classNames.join(' '),
|
|
47
42
|
...rest,
|
|
48
|
-
children:
|
|
49
|
-
// TODO: className to be removed
|
|
50
|
-
// eslint-disable-next-line @skyscanner/rules/forbid-component-props
|
|
51
|
-
, {
|
|
43
|
+
children: /*#__PURE__*/_jsx(Pointer, {
|
|
52
44
|
className: curveClassNames.join(' ')
|
|
53
|
-
})
|
|
54
|
-
// TODO: className to be removed
|
|
55
|
-
// eslint-disable-next-line @skyscanner/rules/forbid-component-props
|
|
56
|
-
, {
|
|
57
|
-
className: leftCornerRadiusClassNames.join(' ')
|
|
58
|
-
}), rounded && /*#__PURE__*/_jsx(CornerRadius
|
|
59
|
-
// TODO: className to be removed
|
|
60
|
-
// eslint-disable-next-line @skyscanner/rules/forbid-component-props
|
|
61
|
-
, {
|
|
62
|
-
className: rightCornerRadiusClassNames.join(' ')
|
|
63
|
-
})]
|
|
45
|
+
})
|
|
64
46
|
});
|
|
65
47
|
};
|
|
66
48
|
BpkFlareBar.propTypes = {
|
|
@@ -15,4 +15,4 @@
|
|
|
15
15
|
* See the License for the specific language governing permissions and
|
|
16
16
|
* limitations under the License.
|
|
17
17
|
*/
|
|
18
|
-
.bpk-content-bubble__pointer{width:100%;align-items:flex-end;align-self:flex-end}.bpk-content-bubble__wrapper{width:100%;height:auto;margin:0 auto;background-repeat:no-repeat;background-position:50% 60%;background-size:cover}.bpk-content-bubble__wrapper--rounded{border-radius:1.3125rem}.bpk-content-bubble__wrapper--rounded--with-pointer{border-radius:1.3125rem 1.3125rem 0 0}.bpk-content-bubble__container{display:flex;height:100%;flex-direction:column}.bpk-content-bubble__content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1 auto}
|
|
18
|
+
.bpk-content-bubble__pointer{width:100%;align-items:flex-end;align-self:flex-end}.bpk-content-bubble__wrapper{width:100%;height:auto;margin:0 auto;background-repeat:no-repeat;background-position:50% 60%;background-size:cover}.bpk-content-bubble__wrapper--rounded{border-radius:1.3125rem}.bpk-content-bubble__wrapper--rounded--with-pointer{border-radius:1.3125rem 1.3125rem 0 0}.bpk-content-bubble__container{position:relative;display:flex;height:100%;flex-direction:column}.bpk-content-bubble__content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1 auto}.bpk-content-bubble__rounded-corner{position:absolute;bottom:calc(1.5rem - 2px);left:0;width:1.3125rem;height:1.3125rem;fill:#fff}@media(max-width: 32rem){.bpk-content-bubble__rounded-corner{bottom:calc(1rem - 1px)}}.bpk-content-bubble__rounded-corner--trailing{right:0;left:auto;transform:rotate(270deg)}
|
|
@@ -15,4 +15,4 @@
|
|
|
15
15
|
* See the License for the specific language governing permissions and
|
|
16
16
|
* limitations under the License.
|
|
17
17
|
*/
|
|
18
|
-
.bpk-flare-bar__container{position:relative;display:flex;
|
|
18
|
+
.bpk-flare-bar__container{position:relative;display:flex;height:1.5rem;overflow:hidden}@media(max-width: 32rem){.bpk-flare-bar__container{height:1rem}}.bpk-flare-bar__curve{position:absolute;bottom:-1px;width:700rem;height:calc(1.5rem - 1px);margin-left:50%;transform:translateX(-50%);fill:#fff}html[dir=rtl] .bpk-flare-bar__curve{margin-right:50%;transform:translateX(50%)}@media(max-width: 32rem){.bpk-flare-bar__curve{height:1rem}}
|
|
@@ -1,45 +1,22 @@
|
|
|
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 type { ReactNode, ReactElement, MouseEvent } from 'react';
|
|
20
|
-
|
|
1
|
+
import type { MouseEvent, FunctionComponent } from 'react';
|
|
21
2
|
export type Props = {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
3
|
+
animateOnEnter?: boolean;
|
|
4
|
+
animateOnExit?: boolean;
|
|
5
|
+
className?: string;
|
|
6
|
+
ctaText?: string;
|
|
7
|
+
/**
|
|
8
|
+
* This prop controls the amount of time that the notification stays visible before the exit animation begins.
|
|
9
|
+
* The default value is 4 seconds (4000 milliseconds).
|
|
10
|
+
*/
|
|
11
|
+
hideAfter?: number;
|
|
12
|
+
icon?: FunctionComponent;
|
|
13
|
+
onClick?: (e: MouseEvent<HTMLButtonElement>) => void;
|
|
14
|
+
/**
|
|
15
|
+
* Execute a function after the component has finished the exit animation.
|
|
16
|
+
*/
|
|
17
|
+
onExit?: () => void;
|
|
18
|
+
text: string;
|
|
19
|
+
[rest: string]: any;
|
|
32
20
|
};
|
|
33
|
-
declare const BpkFloatingNotification: (
|
|
34
|
-
animateOnEnter,
|
|
35
|
-
animateOnExit,
|
|
36
|
-
className,
|
|
37
|
-
ctaText,
|
|
38
|
-
hideAfter,
|
|
39
|
-
icon,
|
|
40
|
-
onClick,
|
|
41
|
-
onExit,
|
|
42
|
-
text,
|
|
43
|
-
...rest
|
|
44
|
-
}: Props) => JSX.Element;
|
|
21
|
+
declare const BpkFloatingNotification: (props: Props) => JSX.Element;
|
|
45
22
|
export default BpkFloatingNotification;
|