@skyscanner/backpack-web 42.14.0 → 42.16.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-accordion/src/BpkAccordionItem.module.css +1 -1
- package/bpk-component-autosuggest/src/BpkAutosuggest.module.css +1 -1
- package/bpk-component-autosuggest/src/BpkAutosuggestV2/BpkAutosuggest.module.css +1 -1
- package/bpk-component-carousel/src/BpkCarousel.d.ts +1 -1
- package/bpk-component-carousel/src/BpkCarousel.js +7 -4
- package/bpk-component-carousel/src/BpkCarousel.module.css +1 -1
- package/bpk-component-carousel/src/BpkCarouselImage.module.css +1 -1
- package/bpk-component-carousel/src/types.d.ts +8 -0
- package/bpk-component-comparison-table/src/BpkComparisonTable/BpkComparisonTable.module.css +1 -1
- package/bpk-component-comparison-table/src/BpkComparisonTable/BpkComparisonTableColumnHeader.d.ts +2 -4
- package/bpk-component-comparison-table/src/BpkComparisonTable/BpkComparisonTableColumnHeader.js +1 -15
- package/bpk-component-comparison-table/src/BpkComparisonTable/BpkComparisonTableContent.js +20 -4
- package/bpk-component-comparison-table/src/BpkComparisonTable/BpkComparisonTableHeaderRow.d.ts +1 -2
- package/bpk-component-comparison-table/src/BpkComparisonTable/BpkComparisonTableHeaderRow.js +1 -5
- package/bpk-component-comparison-table/src/BpkComparisonTable/BpkComparisonTableRoot.d.ts +1 -1
- package/bpk-component-comparison-table/src/BpkComparisonTable/BpkComparisonTableRoot.js +25 -13
- package/bpk-component-comparison-table/src/BpkComparisonTable/common-types.d.ts +2 -0
- package/bpk-component-comparison-table/src/BpkComparisonTray/BpkComparisonTray.module.css +1 -1
- package/bpk-component-page-indicator/src/BpkPageIndicator.d.ts +4 -6
- package/bpk-component-page-indicator/src/BpkPageIndicator.js +9 -10
- package/bpk-component-page-indicator/src/BpkPageIndicator.module.css +1 -1
- package/bpk-component-page-indicator/src/NavButton.d.ts +3 -1
- package/bpk-component-page-indicator/src/NavButton.js +42 -20
- package/bpk-component-page-indicator/src/common-types.d.ts +7 -0
- package/bpk-component-page-indicator/src/common-types.js +24 -0
- package/package.json +2 -2
|
@@ -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-accordion__item--with-divider{box-shadow:0 -1px 0 0 #c1c7cf inset}.bpk-accordion__item--with-divider-on-dark{box-shadow:0 -1px 0 0 hsla(0,0%,100%,.5) inset}.bpk-accordion__title{height:auto}.bpk-accordion__toggle-button{width:100%;padding:0;border:0;background-color:rgba(0,0,0,0);color:#161616;text-align:
|
|
18
|
+
.bpk-accordion__item--with-divider{box-shadow:0 -1px 0 0 #c1c7cf inset}.bpk-accordion__item--with-divider-on-dark{box-shadow:0 -1px 0 0 hsla(0,0%,100%,.5) inset}.bpk-accordion__title{height:auto}.bpk-accordion__toggle-button{width:100%;padding:0;border:0;background-color:rgba(0,0,0,0);color:#161616;text-align:start;cursor:pointer;appearance:none}.bpk-accordion__flex-container{display:inline-flex;width:100%;margin:1rem 0;flex-direction:row}.bpk-accordion__title-text{flex-grow:1}.bpk-accordion__title-text--on-dark{color:#fff}.bpk-accordion__icon-wrapper{display:flex;align-items:center;margin-left:.5rem;margin-right:0}html[dir=rtl] .bpk-accordion__icon-wrapper{margin-left:0;margin-right:.5rem}.bpk-accordion__leading-icon{margin-left:0;margin-right:.5rem}html[dir=rtl] .bpk-accordion__leading-icon{margin-left:.5rem;margin-right:0}.bpk-accordion__item-expand-icon{fill:#161616}.bpk-accordion__item-expand-icon--flipped{transform:scaleY(-1)}.bpk-accordion__item-expand-icon--on-dark{fill:#fff}.bpk-accordion__content-container{margin:0}.bpk-accordion__content-inner-container--with-divider{padding-bottom:1rem}
|
|
@@ -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-autosuggest__container--open{position:relative}.bpk-autosuggest__suggestions-container{display:none}.bpk-autosuggest__suggestions-container--open{position:absolute;top:100%;display:block;z-index:900;width:100%;margin-top:.75rem}.bpk-autosuggest__suggestions-container--open::before{position:absolute;bottom:100%;left:50%;content:" ";display:block;margin-bottom:-0.0625rem;margin-left:-0.8125rem;border:.8125rem solid rgba(0,0,0,0);border-bottom-color:#e0e4e9;pointer-events:none}.bpk-autosuggest__suggestions-container--open::after{position:absolute;bottom:100%;left:50%;content:" ";display:block;margin-bottom:-0.0625rem;margin-left:-0.75rem;border:.75rem solid rgba(0,0,0,0);border-bottom-color:#fff;pointer-events:none}.bpk-autosuggest__suggestions-list{min-width:fit-content;margin:0;padding:0;list-style:none;overflow:hidden;border:.0625rem solid #e0e4e9;background-color:#fff;border-radius:.5rem;box-shadow:0px 4px 14px 0px rgba(37,32,31,.25)}.bpk-autosuggest__suggestion-item{cursor:pointer;margin:0;font-size:1rem;line-height:1.5rem;font-weight:400}.bpk-autosuggest__suggestion-item:not(:last-child){box-shadow:0 -1px 0 0 #c1c7cf inset}.bpk-autosuggest__suggestion-item:active{background-color:#eff3f8}.bpk-autosuggest__suggestion-item--highlighted{background-color:#eff3f8}.bpk-autosuggest__suggestion{display:table;width:100%;padding:1rem}.bpk-autosuggest__suggestion--indent{padding-
|
|
18
|
+
.bpk-autosuggest__container--open{position:relative}.bpk-autosuggest__suggestions-container{display:none}.bpk-autosuggest__suggestions-container--open{position:absolute;top:100%;display:block;z-index:900;width:100%;margin-top:.75rem}.bpk-autosuggest__suggestions-container--open::before{position:absolute;bottom:100%;left:50%;content:" ";display:block;margin-bottom:-0.0625rem;margin-left:-0.8125rem;border:.8125rem solid rgba(0,0,0,0);border-bottom-color:#e0e4e9;pointer-events:none}.bpk-autosuggest__suggestions-container--open::after{position:absolute;bottom:100%;left:50%;content:" ";display:block;margin-bottom:-0.0625rem;margin-left:-0.75rem;border:.75rem solid rgba(0,0,0,0);border-bottom-color:#fff;pointer-events:none}.bpk-autosuggest__suggestions-list{min-width:fit-content;margin:0;padding:0;list-style:none;overflow:hidden;border:.0625rem solid #e0e4e9;background-color:#fff;border-radius:.5rem;box-shadow:0px 4px 14px 0px rgba(37,32,31,.25)}.bpk-autosuggest__suggestion-item{cursor:pointer;margin:0;font-size:1rem;line-height:1.5rem;font-weight:400}.bpk-autosuggest__suggestion-item:not(:last-child){box-shadow:0 -1px 0 0 #c1c7cf inset}.bpk-autosuggest__suggestion-item:active{background-color:#eff3f8}.bpk-autosuggest__suggestion-item--highlighted{background-color:#eff3f8}.bpk-autosuggest__suggestion{display:table;width:100%;padding:1rem}.bpk-autosuggest__suggestion--indent{padding-inline-start:2rem}.bpk-autosuggest__suggestion-icon{display:flex;vertical-align:top;fill:#626971;margin-inline-end:.5rem}.bpk-autosuggest__suggestion-content{display:table-cell;width:100%;vertical-align:top}.bpk-autosuggest__suggestion-inner{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.bpk-autosuggest__suggestion-value{display:block;overflow-wrap:anywhere}.bpk-autosuggest__suggestion-sub-heading{display:table-cell;width:100%;vertical-align:top;margin:0;font-size:.75rem;line-height:1rem;font-weight:400}.bpk-autosuggest__suggestion-tertiary-label{display:table-cell;align-self:center;color:#626971;vertical-align:top;word-break:keep-all;margin:0;font-size:.75rem;line-height:1rem;font-weight:400}
|
|
@@ -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-autosuggest__input{width:100%}.bpk-autosuggest__suggestions-container{margin-top:.75rem;border:.0625rem solid #e0e4e9;border-radius:.5rem;background-color:#fff}.bpk-autosuggest__arrow{width:1.5rem;height:1.5rem;fill:#fff}.bpk-autosuggest__arrow[data-hide]{visibility:hidden}.bpk-autosuggest__suggestions-list{min-width:fit-content;margin:0;padding:0;border-radius:.5rem;background-color:#fff;list-style:none;box-shadow:0px 4px 14px 0px rgba(37,32,31,.25);overflow:hidden}.bpk-autosuggest__suggestion-item{cursor:pointer;margin:0;font-size:1rem;line-height:1.5rem;font-weight:400}.bpk-autosuggest__suggestion-item:not(:last-child){box-shadow:0 -1px 0 0 #c1c7cf inset}.bpk-autosuggest__suggestion-item:active{background-color:#eff3f8}.bpk-autosuggest__suggestion-item--highlighted{background-color:#eff3f8}.bpk-autosuggest__suggestion{display:table;width:100%;padding:1rem}.bpk-autosuggest__suggestion--indent{padding-
|
|
18
|
+
.bpk-autosuggest__input{width:100%}.bpk-autosuggest__suggestions-container{margin-top:.75rem;border:.0625rem solid #e0e4e9;border-radius:.5rem;background-color:#fff}.bpk-autosuggest__arrow{width:1.5rem;height:1.5rem;fill:#fff}.bpk-autosuggest__arrow[data-hide]{visibility:hidden}.bpk-autosuggest__suggestions-list{min-width:fit-content;margin:0;padding:0;border-radius:.5rem;background-color:#fff;list-style:none;box-shadow:0px 4px 14px 0px rgba(37,32,31,.25);overflow:hidden}.bpk-autosuggest__suggestion-item{cursor:pointer;margin:0;font-size:1rem;line-height:1.5rem;font-weight:400}.bpk-autosuggest__suggestion-item:not(:last-child){box-shadow:0 -1px 0 0 #c1c7cf inset}.bpk-autosuggest__suggestion-item:active{background-color:#eff3f8}.bpk-autosuggest__suggestion-item--highlighted{background-color:#eff3f8}.bpk-autosuggest__suggestion{display:table;width:100%;padding:1rem}.bpk-autosuggest__suggestion--indent{padding-inline-start:2rem}.bpk-autosuggest__suggestion-icon{display:table-cell;vertical-align:top;fill:#626971;margin-inline-end:.5rem}.bpk-autosuggest__suggestion-content{display:table-cell;width:100%;vertical-align:top}.bpk-autosuggest__suggestion-inner{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.bpk-autosuggest__suggestion-value{display:block}.bpk-autosuggest__suggestion-sub-heading{display:table-cell;width:100%;vertical-align:top;margin:0;font-size:.75rem;line-height:1rem;font-weight:400}.bpk-autosuggest__suggestion-tertiary-label{display:table-cell;align-self:center;color:#626971;vertical-align:top;word-break:keep-all;margin:0;font-size:.75rem;line-height:1rem;font-weight:400}.bpk-autosuggest__section-container:not(:first-of-type){border-top:1px solid #c1c7cf}.bpk-autosuggest__visuallyhidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;overflow:hidden;clip:rect(0 0 0 0)}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { Props } from './types';
|
|
2
|
-
declare const BpkCarousel: ({ accessibilityLabels, bottom, images, initialImageIndex, onImageChanged, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare const BpkCarousel: ({ accessibilityLabels, bottom, images, initialImageIndex, onImageChanged, pageIndicatorVariant, showPageIndicatorNav, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default BpkCarousel;
|
|
@@ -30,11 +30,14 @@ const BpkCarousel = ({
|
|
|
30
30
|
bottom,
|
|
31
31
|
images,
|
|
32
32
|
initialImageIndex = 0,
|
|
33
|
-
onImageChanged = null
|
|
33
|
+
onImageChanged = null,
|
|
34
|
+
pageIndicatorVariant = VARIANT.overImageSpaced,
|
|
35
|
+
showPageIndicatorNav
|
|
34
36
|
}) => {
|
|
35
37
|
const [shownImageIndex, updateShownImageIndex] = useState(initialImageIndex);
|
|
36
38
|
const imagesRef = useRef([]);
|
|
37
39
|
const isDesktop = useMediaQuery(BREAKPOINTS.ABOVE_TABLET);
|
|
40
|
+
const showNav = showPageIndicatorNav ?? isDesktop;
|
|
38
41
|
const handleIndicatorClick = (e, newIndex) => {
|
|
39
42
|
e.stopPropagation();
|
|
40
43
|
let target = newIndex;
|
|
@@ -59,12 +62,12 @@ const BpkCarousel = ({
|
|
|
59
62
|
children: /*#__PURE__*/_jsx(BpkPageIndicator, {
|
|
60
63
|
currentIndex: shownImageIndex,
|
|
61
64
|
totalIndicators: images.length,
|
|
62
|
-
variant:
|
|
65
|
+
variant: pageIndicatorVariant,
|
|
63
66
|
indicatorLabel: accessibilityLabels.indicatorLabel ?? "Go to slide",
|
|
64
67
|
prevNavLabel: accessibilityLabels.prevNavLabel ?? "Previous slide",
|
|
65
68
|
nextNavLabel: accessibilityLabels.nextNavLabel ?? "Next slide",
|
|
66
|
-
showNav:
|
|
67
|
-
onClick:
|
|
69
|
+
showNav: showNav,
|
|
70
|
+
onClick: showNav ? handleIndicatorClick : () => {}
|
|
68
71
|
})
|
|
69
72
|
})]
|
|
70
73
|
});
|
|
@@ -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-carousel{position:relative;width:100%;height:100%}.bpk-carousel__page-indicator-over-image{position:absolute;right:0;bottom:.25rem;left:0;display:flex;margin:auto 1rem;justify-content:center
|
|
18
|
+
.bpk-carousel{position:relative;width:100%;height:100%}.bpk-carousel__page-indicator-over-image{position:absolute;right:0;bottom:.25rem;left:0;display:flex;margin:auto 1rem;justify-content:center}
|
|
@@ -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-carousel-image{display:inline-flex;width:100%;min-width:0;height:100%;min-height:0;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always;isolation:isolate}.bpk-carousel-image img{max-width:100%;max-height:100%;object-fit:initial}
|
|
18
|
+
.bpk-carousel-image{display:inline-flex;width:100%;min-width:0;height:100%;min-height:0;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always;isolation:isolate}.bpk-carousel-image img{display:block;max-width:100%;max-height:100%;object-fit:initial}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import type { ReactNode } from "react";
|
|
2
|
+
import type { VARIANT } from '../../bpk-component-page-indicator';
|
|
2
3
|
export type OnImageChangedHandler = ((shownImageIndex: number) => void) | null | undefined;
|
|
3
4
|
export type AccessibilityLabels = {
|
|
4
5
|
indicatorLabel?: string;
|
|
5
6
|
prevNavLabel?: string;
|
|
6
7
|
nextNavLabel?: string;
|
|
7
8
|
};
|
|
9
|
+
export type PageIndicatorVariant = typeof VARIANT.overImageSpaced | typeof VARIANT.carousel;
|
|
8
10
|
export type Props = {
|
|
9
11
|
images: ReactNode[];
|
|
10
12
|
initialImageIndex?: number;
|
|
@@ -14,4 +16,10 @@ export type Props = {
|
|
|
14
16
|
*/
|
|
15
17
|
bottom?: number;
|
|
16
18
|
accessibilityLabels?: AccessibilityLabels;
|
|
19
|
+
pageIndicatorVariant?: PageIndicatorVariant;
|
|
20
|
+
/**
|
|
21
|
+
* Force the page indicator's nav buttons on or off.
|
|
22
|
+
* When omitted, the nav buttons are shown on desktop breakpoints only.
|
|
23
|
+
*/
|
|
24
|
+
showPageIndicatorNav?: boolean;
|
|
17
25
|
};
|
|
@@ -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-comparison-table__scroll-container{flex:1;overflow:auto;min-block-size:0;overscroll-behavior:contain}.bpk-comparison-table__scroll-container tbody{transform:translateY(var(--bpk-rows-offset, 0))}.bpk-comparison-table__scroll-container td:not(:last-child){border-inline-end:1px solid #c1c7cf}.bpk-comparison-table__scroll-container th:not(:last-child)::after{position:absolute;content:"";background-color:#c1c7cf;inline-size:1px;inset-block-end:0;inset-block-start:1rem;inset-inline-end:0}.bpk-comparison-table__scroll-container table{border-collapse:separate;border-spacing:0;min-inline-size:33.75rem}.bpk-comparison-table__scroll-container th{position:sticky;z-index:1;padding:0;background-color:#fff;vertical-align:top;inset-block-start:0}.bpk-comparison-table__header-content{display:flex;padding:1rem;flex-direction:column}.bpk-comparison-table__header-image-wrapper{position:relative;opacity:var(--bpk-image-opacity, 1);margin-block-end:1rem}.bpk-comparison-table__header-image-area{display:flex;justify-content:center;align-items:center;border-radius:.25rem;background-color:#e0e4e9;overflow:hidden;block-size:5.1875rem}.bpk-comparison-table__header-image-area img{max-block-size:100%;max-inline-size:100%;object-fit:contain}.bpk-comparison-table__header-id-section{margin-block-start:calc(6.1875rem*(var(--bpk-image-opacity, 1) - 1))}.bpk-comparison-table__best-tag{position:absolute;z-index:1;transform:translateY(-50%);inset-block-start:0}.bpk-comparison-table__remove-
|
|
18
|
+
.bpk-comparison-table__scroll-container{flex:1;overflow:auto;min-block-size:0;overscroll-behavior:contain}.bpk-comparison-table__scroll-container tbody{transform:translateY(var(--bpk-rows-offset, 0))}.bpk-comparison-table__scroll-container td:not(:last-child){border-inline-end:1px solid #c1c7cf}.bpk-comparison-table__scroll-container th:not(:last-child)::after{position:absolute;content:"";background-color:#c1c7cf;inline-size:1px;inset-block-end:0;inset-block-start:1rem;inset-inline-end:0}.bpk-comparison-table__scroll-container table{border-collapse:separate;border-spacing:0;box-shadow:none;min-inline-size:33.75rem}.bpk-comparison-table__scroll-container th{position:sticky;z-index:1;padding:0;background-color:#fff;vertical-align:top;inset-block-start:0}.bpk-comparison-table__header-content{display:flex;padding:1rem;flex-direction:column}.bpk-comparison-table__header-image-wrapper{position:relative;opacity:var(--bpk-image-opacity, 1);margin-block-end:1rem}.bpk-comparison-table__header-image-area{display:flex;justify-content:center;align-items:center;border-radius:.25rem;background-color:#e0e4e9;overflow:hidden;block-size:5.1875rem}.bpk-comparison-table__header-image-area img{max-block-size:100%;max-inline-size:100%;object-fit:contain}.bpk-comparison-table__header-id-section{margin-block-start:calc(6.1875rem*(var(--bpk-image-opacity, 1) - 1))}.bpk-comparison-table__best-tag{position:absolute;z-index:1;transform:translateY(-50%);inset-block-start:0}.bpk-comparison-table__remove-cell{padding:0}.bpk-comparison-table__remove-cell-inner{padding:0 1rem calc(1rem*var(--bpk-image-opacity, 1));opacity:var(--bpk-image-opacity, 1);overflow:clip;max-block-size:calc(3.5rem*var(--bpk-image-opacity, 1));overflow-clip-margin:.25rem}.bpk-comparison-table__placeholder-cell{background-color:#fff}
|
package/bpk-component-comparison-table/src/BpkComparisonTable/BpkComparisonTableColumnHeader.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import type { BpkCompareColumn } from './common-types';
|
|
2
|
-
type BpkComparisonTableColumnHeaderProps = Pick<BpkCompareColumn, 'imageSrc' | 'imageAlt' | 'headerContent' | '
|
|
3
|
-
removeLabel: string;
|
|
2
|
+
type BpkComparisonTableColumnHeaderProps = Pick<BpkCompareColumn, 'imageSrc' | 'imageAlt' | 'headerContent' | 'bestTag'> & {
|
|
4
3
|
bestTagLabel: string;
|
|
5
|
-
onRemove: (itemId: string) => void;
|
|
6
4
|
};
|
|
7
|
-
declare const BpkComparisonTableColumnHeader: ({ bestTag, bestTagLabel, headerContent, imageAlt, imageSrc,
|
|
5
|
+
declare const BpkComparisonTableColumnHeader: ({ bestTag, bestTagLabel, headerContent, imageAlt, imageSrc, }: BpkComparisonTableColumnHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
6
|
export default BpkComparisonTableColumnHeader;
|
package/bpk-component-comparison-table/src/BpkComparisonTable/BpkComparisonTableColumnHeader.js
CHANGED
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
19
|
import BpkBadge, { BADGE_TYPES } from "../../../bpk-component-badge";
|
|
20
|
-
import BpkButton, { BUTTON_TYPES, SIZE_TYPES } from "../../../bpk-component-button";
|
|
21
20
|
import { cssModules } from "../../../bpk-react-utils";
|
|
22
21
|
import STYLES from "./BpkComparisonTable.module.css";
|
|
23
22
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
@@ -27,11 +26,7 @@ const BpkComparisonTableColumnHeader = ({
|
|
|
27
26
|
bestTagLabel,
|
|
28
27
|
headerContent,
|
|
29
28
|
imageAlt = '',
|
|
30
|
-
imageSrc
|
|
31
|
-
itemId,
|
|
32
|
-
onRemove,
|
|
33
|
-
removeA11yLabel,
|
|
34
|
-
removeLabel
|
|
29
|
+
imageSrc
|
|
35
30
|
}) => /*#__PURE__*/_jsxs("div", {
|
|
36
31
|
className: getClassName('bpk-comparison-table__header-content'),
|
|
37
32
|
children: [/*#__PURE__*/_jsxs("div", {
|
|
@@ -52,15 +47,6 @@ const BpkComparisonTableColumnHeader = ({
|
|
|
52
47
|
}), /*#__PURE__*/_jsx("div", {
|
|
53
48
|
className: getClassName('bpk-comparison-table__header-id-section'),
|
|
54
49
|
children: headerContent
|
|
55
|
-
}), /*#__PURE__*/_jsx("div", {
|
|
56
|
-
className: getClassName('bpk-comparison-table__remove-button'),
|
|
57
|
-
children: /*#__PURE__*/_jsx(BpkButton, {
|
|
58
|
-
type: BUTTON_TYPES.link,
|
|
59
|
-
size: SIZE_TYPES.small,
|
|
60
|
-
onClick: () => onRemove(itemId),
|
|
61
|
-
"aria-label": removeA11yLabel,
|
|
62
|
-
children: removeLabel
|
|
63
|
-
})
|
|
64
50
|
})]
|
|
65
51
|
});
|
|
66
52
|
export default BpkComparisonTableColumnHeader;
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
19
|
import { useEffect, useRef } from 'react';
|
|
20
|
+
import BpkButton, { BUTTON_TYPES, SIZE_TYPES } from "../../../bpk-component-button";
|
|
20
21
|
import { BpkTable, BpkTableBody, BpkTableCell, BpkTableRow, TABLE_BODY_TYPES } from "../../../bpk-component-table";
|
|
21
22
|
import { cssModules } from "../../../bpk-react-utils";
|
|
22
23
|
import BpkComparisonTableHeaderRow from "./BpkComparisonTableHeaderRow";
|
|
@@ -74,19 +75,34 @@ const BpkComparisonTableContent = ({
|
|
|
74
75
|
children: /*#__PURE__*/_jsxs(BpkTable, {
|
|
75
76
|
children: [/*#__PURE__*/_jsx(BpkComparisonTableHeaderRow, {
|
|
76
77
|
displayColumns: displayColumns,
|
|
77
|
-
onRemove: onRemove,
|
|
78
78
|
onAddMoreClick: onAddMoreClick,
|
|
79
79
|
strings: strings
|
|
80
|
-
}), /*#__PURE__*/
|
|
80
|
+
}), /*#__PURE__*/_jsxs(BpkTableBody, {
|
|
81
81
|
type: TABLE_BODY_TYPES.striped,
|
|
82
|
-
children:
|
|
82
|
+
children: [columns.length > 0 && /*#__PURE__*/_jsx(BpkTableRow, {
|
|
83
|
+
children: displayColumns.map((column, index) => /*#__PURE__*/_jsx(BpkTableCell, {
|
|
84
|
+
// Zero padding needed for row collapse animation — no BpkTableCell prop.
|
|
85
|
+
// eslint-disable-next-line @skyscanner/rules/forbid-component-props
|
|
86
|
+
className: getClassName('bpk-comparison-table__remove-cell'),
|
|
87
|
+
children: column && /*#__PURE__*/_jsx("div", {
|
|
88
|
+
className: getClassName('bpk-comparison-table__remove-cell-inner'),
|
|
89
|
+
children: /*#__PURE__*/_jsx(BpkButton, {
|
|
90
|
+
type: BUTTON_TYPES.link,
|
|
91
|
+
size: SIZE_TYPES.small,
|
|
92
|
+
onClick: () => onRemove(column.itemId),
|
|
93
|
+
"aria-label": column.removeA11yLabel,
|
|
94
|
+
children: strings.removeLabel
|
|
95
|
+
})
|
|
96
|
+
})
|
|
97
|
+
}, column ? `remove-${column.itemId}` : `remove-placeholder-${index}`))
|
|
98
|
+
}), rowIds.map(rowId => /*#__PURE__*/_jsx(BpkTableRow, {
|
|
83
99
|
children: displayColumns.map((column, index) => /*#__PURE__*/_jsx(BpkTableCell, {
|
|
84
100
|
// Placeholder need a distinct background colour not available via BpkTableCell props
|
|
85
101
|
// eslint-disable-next-line @skyscanner/rules/forbid-component-props
|
|
86
102
|
className: column ? undefined : getClassName('bpk-comparison-table__placeholder-cell'),
|
|
87
103
|
children: column ? cellsByItemAndRow.get(column.itemId)?.get(rowId) ?? null : null
|
|
88
104
|
}, column ? `${rowId}-${column.itemId}` : `${rowId}-placeholder-${index}`))
|
|
89
|
-
}, rowId))
|
|
105
|
+
}, rowId))]
|
|
90
106
|
})]
|
|
91
107
|
})
|
|
92
108
|
});
|
package/bpk-component-comparison-table/src/BpkComparisonTable/BpkComparisonTableHeaderRow.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import type { BpkComparisonTableStrings, BpkCompareColumn } from './common-types';
|
|
2
2
|
type BpkComparisonTableHeaderRowProps = {
|
|
3
3
|
displayColumns: Array<BpkCompareColumn | null>;
|
|
4
|
-
onRemove: (itemId: string) => void;
|
|
5
4
|
onAddMoreClick: () => void;
|
|
6
5
|
strings: BpkComparisonTableStrings;
|
|
7
6
|
};
|
|
8
|
-
declare const BpkComparisonTableHeaderRow: ({ displayColumns, onAddMoreClick,
|
|
7
|
+
declare const BpkComparisonTableHeaderRow: ({ displayColumns, onAddMoreClick, strings, }: BpkComparisonTableHeaderRowProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export default BpkComparisonTableHeaderRow;
|
package/bpk-component-comparison-table/src/BpkComparisonTable/BpkComparisonTableHeaderRow.js
CHANGED
|
@@ -23,22 +23,18 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
23
23
|
const BpkComparisonTableHeaderRow = ({
|
|
24
24
|
displayColumns,
|
|
25
25
|
onAddMoreClick,
|
|
26
|
-
onRemove,
|
|
27
26
|
strings
|
|
28
27
|
}) => {
|
|
29
28
|
const {
|
|
30
29
|
addMoreDescription,
|
|
31
30
|
addMoreLinkText,
|
|
32
|
-
bestTagLabel
|
|
33
|
-
removeLabel
|
|
31
|
+
bestTagLabel
|
|
34
32
|
} = strings;
|
|
35
33
|
return /*#__PURE__*/_jsx(BpkTableHead, {
|
|
36
34
|
children: /*#__PURE__*/_jsx(BpkTableRow, {
|
|
37
35
|
children: displayColumns.map((column, index) => /*#__PURE__*/_jsx(BpkTableHeadCell, {
|
|
38
36
|
children: column ? /*#__PURE__*/_jsx(BpkComparisonTableColumnHeader, {
|
|
39
37
|
...column,
|
|
40
|
-
removeLabel: removeLabel,
|
|
41
|
-
onRemove: onRemove,
|
|
42
38
|
bestTagLabel: bestTagLabel
|
|
43
39
|
}) : /*#__PURE__*/_jsx(BpkComparisonTableColumnHeaderPlaceholder, {
|
|
44
40
|
addMoreDescription: addMoreDescription,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BpkComparisonTableRootProps } from './common-types';
|
|
2
|
-
declare const BpkComparisonTableRoot: ({ children, isOpen, onClose }: BpkComparisonTableRootProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare const BpkComparisonTableRoot: ({ children, isOpen, onClose, onOpen }: BpkComparisonTableRootProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default BpkComparisonTableRoot;
|
|
@@ -16,23 +16,35 @@
|
|
|
16
16
|
* limitations under the License.
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
|
+
import { useEffect, useRef } from 'react';
|
|
19
20
|
import { BpkModalV3 } from "../../../bpk-component-modal";
|
|
20
21
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
21
22
|
const BpkComparisonTableRoot = ({
|
|
22
23
|
children,
|
|
23
24
|
isOpen,
|
|
24
|
-
onClose
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
onClose,
|
|
26
|
+
onOpen
|
|
27
|
+
}) => {
|
|
28
|
+
// Hold onOpen in a ref so inline callbacks (new identity each render) don't re-trigger the effect and double-fire while the modal stays open.
|
|
29
|
+
const onOpenRef = useRef(onOpen);
|
|
30
|
+
onOpenRef.current = onOpen;
|
|
31
|
+
useEffect(() => {
|
|
32
|
+
if (isOpen) {
|
|
33
|
+
onOpenRef.current?.();
|
|
30
34
|
}
|
|
31
|
-
},
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
35
|
+
}, [isOpen]);
|
|
36
|
+
return /*#__PURE__*/_jsx(BpkModalV3.Root, {
|
|
37
|
+
open: isOpen,
|
|
38
|
+
onOpenChange: details => {
|
|
39
|
+
if (!details.open) {
|
|
40
|
+
onClose();
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
children: /*#__PURE__*/_jsxs(BpkModalV3.Portal, {
|
|
44
|
+
children: [/*#__PURE__*/_jsx(BpkModalV3.Scrim, {}), /*#__PURE__*/_jsx(BpkModalV3.Content, {
|
|
45
|
+
children: children
|
|
46
|
+
})]
|
|
47
|
+
})
|
|
48
|
+
});
|
|
49
|
+
};
|
|
38
50
|
export default BpkComparisonTableRoot;
|
|
@@ -44,6 +44,8 @@ export type BpkComparisonTableRootProps = {
|
|
|
44
44
|
isOpen: boolean;
|
|
45
45
|
/** Called when the modal close trigger is activated or Escape is pressed. */
|
|
46
46
|
onClose: () => void;
|
|
47
|
+
/** Optional — called each time the modal opens: on mount if `isOpen` is `true`, and whenever `isOpen` transitions from `false` to `true`. Useful for analytics, logging, or fetching data on open. */
|
|
48
|
+
onOpen?: () => void;
|
|
47
49
|
/** BpkComparisonTable.Header and BpkComparisonTable.Content. */
|
|
48
50
|
children: ReactNode;
|
|
49
51
|
};
|
|
@@ -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-comparison-tray{width:22.1875rem;max-width:100%}@media(max-width: 32rem){.bpk-comparison-tray{width:auto;min-width:0;flex:1}}.bpk-comparison-tray__item{position:relative;width:3.875rem;min-width:0;flex-shrink:1;aspect-ratio:62/28}.bpk-comparison-tray__item-image-container{width:100%;height:100%;background-color:#eff3f8;overflow:hidden;border-radius:.25rem}.bpk-comparison-tray__item-image-container img{height:100%;object-fit:contain}.bpk-comparison-tray__item-close{position:relative;position:absolute;top:0;inset-inline-end:calc(-8*0.0625rem);display:flex;width:1rem;height:1rem;justify-content:center;align-items:center;transform:translateY(-50%);border:.125rem solid #fff;border-radius:50%;background-color:#161616;color:#fff;cursor:pointer;box-shadow:0px 4px 14px 0px rgba(37,32,31,.25)}.bpk-comparison-tray__item-close::before{position:absolute;top:calc(-2.75rem/2 + 50%);left:calc(-2.75rem/2 + 50%);content:"";width:2.75rem;height:2.75rem}.bpk-comparison-tray__item-close svg{width:.5rem;height:.5rem;flex-shrink:0;fill:#fff}.bpk-comparison-tray__item-close:focus-visible{outline:.125rem solid #0062e3;outline-offset:.125rem}.bpk-comparison-tray__item-placeholder{width:3.875rem;min-width:0;flex-shrink:1;border:.0625rem dashed #c1c7cf;aspect-ratio:62/28;border-radius:.25rem}
|
|
18
|
+
.bpk-comparison-tray{width:22.1875rem;max-width:100%}@media(max-width: 32rem){.bpk-comparison-tray{width:auto;min-width:0;flex:1}}.bpk-comparison-tray button{min-height:0;padding-block:0}.bpk-comparison-tray__item{position:relative;width:3.875rem;min-width:0;flex-shrink:1;aspect-ratio:62/28}.bpk-comparison-tray__item-image-container{width:100%;height:100%;background-color:#eff3f8;overflow:hidden;border-radius:.25rem}.bpk-comparison-tray__item-image-container img{height:100%;object-fit:contain}.bpk-comparison-tray__item-close{position:relative;position:absolute;top:0;inset-inline-end:calc(-8*0.0625rem);display:flex;width:1rem;height:1rem;justify-content:center;align-items:center;transform:translateY(-50%);border:.125rem solid #fff;border-radius:50%;background-color:#161616;color:#fff;cursor:pointer;box-shadow:0px 4px 14px 0px rgba(37,32,31,.25)}.bpk-comparison-tray__item-close::before{position:absolute;top:calc(-2.75rem/2 + 50%);left:calc(-2.75rem/2 + 50%);content:"";width:2.75rem;height:2.75rem}.bpk-comparison-tray__item-close svg{width:.5rem;height:.5rem;flex-shrink:0;fill:#fff}.bpk-comparison-tray__item-close:focus-visible{outline:.125rem solid #0062e3;outline-offset:.125rem}.bpk-comparison-tray__item-placeholder{width:3.875rem;min-width:0;flex-shrink:1;border:.0625rem dashed #c1c7cf;aspect-ratio:62/28;border-radius:.25rem}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import type { MouseEvent } from 'react';
|
|
2
2
|
import { DIRECTIONS } from './NavButton';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
};
|
|
8
|
-
type Variant = (typeof VARIANT)[keyof typeof VARIANT];
|
|
3
|
+
import { VARIANT } from './common-types';
|
|
4
|
+
import type { Variant } from './common-types';
|
|
5
|
+
export { VARIANT };
|
|
6
|
+
export type { Variant };
|
|
9
7
|
type Direction = (typeof DIRECTIONS)[keyof typeof DIRECTIONS];
|
|
10
8
|
export type Props = {
|
|
11
9
|
indicatorLabel?: string;
|
|
@@ -19,16 +19,13 @@
|
|
|
19
19
|
import { BUTTON_TYPES } from "../../bpk-component-button";
|
|
20
20
|
import { cssModules, getDataComponentAttribute } from "../../bpk-react-utils";
|
|
21
21
|
import NavButton, { DIRECTIONS } from "./NavButton";
|
|
22
|
+
import { VARIANT } from "./common-types";
|
|
22
23
|
import STYLES from "./BpkPageIndicator.module.css";
|
|
23
24
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
24
25
|
const getClassName = cssModules(STYLES);
|
|
25
26
|
const DISPLAYED_TOTAL = 5;
|
|
26
27
|
const START_SCROLL_INDEX = Math.floor(DISPLAYED_TOTAL / 2);
|
|
27
|
-
export
|
|
28
|
-
default: 'default',
|
|
29
|
-
overImage: 'overImage',
|
|
30
|
-
overImageSpaced: 'overImageSpaced'
|
|
31
|
-
};
|
|
28
|
+
export { VARIANT };
|
|
32
29
|
const BpkPageIndicator = ({
|
|
33
30
|
className = undefined,
|
|
34
31
|
currentIndex,
|
|
@@ -50,7 +47,7 @@ const BpkPageIndicator = ({
|
|
|
50
47
|
'--scroll-index': totalIndicators > DISPLAYED_TOTAL ? Math.min(currentIndex - START_SCROLL_INDEX, totalIndicators - DISPLAYED_TOTAL) : 0
|
|
51
48
|
};
|
|
52
49
|
return /*#__PURE__*/_jsx("div", {
|
|
53
|
-
className: variant === VARIANT.overImageSpaced ? getClassName('bpk-page-indicator-fullWidth__container') : className,
|
|
50
|
+
className: variant === VARIANT.overImageSpaced || variant === VARIANT.carousel ? getClassName('bpk-page-indicator-fullWidth__container') : className,
|
|
54
51
|
"aria-hidden": isInteractive ? 'false' : 'true',
|
|
55
52
|
"data-testid": "indicator-container",
|
|
56
53
|
children: /*#__PURE__*/_jsxs("div", {
|
|
@@ -59,10 +56,11 @@ const BpkPageIndicator = ({
|
|
|
59
56
|
children: [showNav && /*#__PURE__*/_jsx(NavButton, {
|
|
60
57
|
currentIndex: currentIndex,
|
|
61
58
|
onClick: onClick,
|
|
62
|
-
disabled: variant === VARIANT.overImageSpaced ? totalIndicators <= 1 : currentIndex === 0 || totalIndicators <= 1,
|
|
59
|
+
disabled: variant === VARIANT.overImageSpaced || variant === VARIANT.carousel ? totalIndicators <= 1 : currentIndex === 0 || totalIndicators <= 1,
|
|
63
60
|
direction: DIRECTIONS.PREV,
|
|
64
61
|
ariaLabel: prevNavLabel,
|
|
65
|
-
|
|
62
|
+
variant: variant,
|
|
63
|
+
type: variant === VARIANT.overImageSpaced || variant === VARIANT.carousel ? BUTTON_TYPES.secondaryOnDark : BUTTON_TYPES.link
|
|
66
64
|
}), /*#__PURE__*/_jsx("div", {
|
|
67
65
|
className: getClassName('bpk-page-indicator__container'),
|
|
68
66
|
children: /*#__PURE__*/_jsx("div", {
|
|
@@ -85,10 +83,11 @@ const BpkPageIndicator = ({
|
|
|
85
83
|
}), showNav && /*#__PURE__*/_jsx(NavButton, {
|
|
86
84
|
currentIndex: currentIndex,
|
|
87
85
|
onClick: onClick,
|
|
88
|
-
disabled: variant === VARIANT.overImageSpaced ? totalIndicators <= 1 : currentIndex === totalIndicators - 1 || totalIndicators <= 1,
|
|
86
|
+
disabled: variant === VARIANT.overImageSpaced || variant === VARIANT.carousel ? totalIndicators <= 1 : currentIndex === totalIndicators - 1 || totalIndicators <= 1,
|
|
89
87
|
ariaLabel: nextNavLabel,
|
|
90
88
|
direction: DIRECTIONS.NEXT,
|
|
91
|
-
|
|
89
|
+
variant: variant,
|
|
90
|
+
type: variant === VARIANT.overImageSpaced || variant === VARIANT.carousel ? BUTTON_TYPES.secondaryOnDark : BUTTON_TYPES.link
|
|
92
91
|
})]
|
|
93
92
|
})
|
|
94
93
|
});
|
|
@@ -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-page-indicator-fullWidth__container{width:100%}.bpk-page-indicator{display:flex;width:100%;justify-content:center;align-items:center}.bpk-page-indicator__showNav{justify-content:space-between}.bpk-page-indicator__container{max-width:5rem;min-height:.5rem;overflow:hidden}.bpk-page-indicator__indicators-container{--direction: -1;transform:translateX(calc(var(--direction) * var(--scroll-index, 0) * 1rem));transition:transform 200ms ease-in-out;white-space:nowrap}html[dir=rtl] .bpk-page-indicator__indicators-container{--direction: 1}.bpk-page-indicator__indicator{display:inline-block;width:.5rem;height:.5rem;padding:0;border:none;border-radius:50%;margin-inline:.25rem}.bpk-page-indicator__indicator:hover{cursor:pointer}.bpk-page-indicator__indicator--default{background-color:#c1c7cf}.bpk-page-indicator__indicator--overImage,.bpk-page-indicator__indicator--overImageSpaced{background-color:hsla(0,0%,100%,.5)}.bpk-page-indicator__indicator--active-default{background-color:#626971;pointer-events:none}.bpk-page-indicator__indicator--active-overImage,.bpk-page-indicator__indicator--active-overImageSpaced{background-color:#fff;pointer-events:none}
|
|
18
|
+
.bpk-page-indicator-fullWidth__container{width:100%}.bpk-page-indicator{display:flex;width:100%;justify-content:center;align-items:center}.bpk-page-indicator__showNav{justify-content:space-between}.bpk-page-indicator__container{max-width:5rem;min-height:.5rem;overflow:hidden}.bpk-page-indicator__indicators-container{--direction: -1;transform:translateX(calc(var(--direction) * var(--scroll-index, 0) * 1rem));transition:transform 200ms ease-in-out;white-space:nowrap}html[dir=rtl] .bpk-page-indicator__indicators-container{--direction: 1}.bpk-page-indicator__indicator{display:inline-block;width:.5rem;height:.5rem;padding:0;border:none;border-radius:50%;margin-inline:.25rem}.bpk-page-indicator__indicator:hover{cursor:pointer}.bpk-page-indicator__indicator--default{background-color:#c1c7cf}.bpk-page-indicator__indicator--overImage,.bpk-page-indicator__indicator--overImageSpaced,.bpk-page-indicator__indicator--carousel{background-color:hsla(0,0%,100%,.5)}.bpk-page-indicator__indicator--active-default{background-color:#626971;pointer-events:none}.bpk-page-indicator__indicator--active-overImage,.bpk-page-indicator__indicator--active-overImageSpaced,.bpk-page-indicator__indicator--active-carousel{background-color:#fff;pointer-events:none}.bpk-page-indicator__nav-carousel{--bpk-button-border-radius: 50%;--bpk-button-secondary-on-dark-background-color: rgba(255, 255, 255, 0.5);--bpk-button-secondary-on-dark-hover-background-color: rgba(255, 255, 255, 0.8);--bpk-button-secondary-on-dark-active-background-color: rgba(255, 255, 255, 0.8);--bpk-button-secondary-on-dark-text-color: rgb(22, 22, 22);--bpk-button-secondary-on-dark-hover-text-color: rgb(22, 22, 22);--bpk-button-secondary-on-dark-active-text-color: rgb(22, 22, 22)}.bpk-page-indicator__nav-carousel-button{display:inline-flex;width:2rem;height:2rem;min-height:2rem;padding:0;justify-content:center;align-items:center}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { MouseEvent } from 'react';
|
|
2
2
|
import { BUTTON_TYPES } from '../../bpk-component-button';
|
|
3
|
+
import type { Variant } from './common-types';
|
|
3
4
|
export declare const DIRECTIONS: {
|
|
4
5
|
readonly PREV: "PREV";
|
|
5
6
|
readonly INDICATORS: "INDICATORS";
|
|
@@ -14,6 +15,7 @@ type Props = {
|
|
|
14
15
|
disabled?: boolean;
|
|
15
16
|
onClick?: (event: MouseEvent<HTMLButtonElement>, newIndex: number, direction: Direction) => void;
|
|
16
17
|
type?: ButtonType;
|
|
18
|
+
variant?: Variant;
|
|
17
19
|
};
|
|
18
|
-
declare const NavButton: ({ ariaLabel, currentIndex, direction, disabled, onClick, type, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
declare const NavButton: ({ ariaLabel, currentIndex, direction, disabled, onClick, type, variant, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
19
21
|
export default NavButton;
|
|
@@ -17,36 +17,58 @@
|
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
19
|
import BpkButton, { BUTTON_TYPES } from "../../bpk-component-button";
|
|
20
|
-
import {
|
|
21
|
-
import
|
|
22
|
-
import
|
|
20
|
+
import { withButtonAlignment, withRtlSupport } from "../../bpk-component-icon";
|
|
21
|
+
import SmallLeftArrowIcon from "../../bpk-component-icon/sm/chevron-left";
|
|
22
|
+
import SmallRightArrowIcon from "../../bpk-component-icon/sm/chevron-right";
|
|
23
|
+
import { cssModules } from "../../bpk-react-utils";
|
|
24
|
+
import { VARIANT } from "./common-types";
|
|
25
|
+
import STYLES from "./BpkPageIndicator.module.css";
|
|
23
26
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
27
|
+
const getClassName = cssModules(STYLES);
|
|
24
28
|
export const DIRECTIONS = {
|
|
25
29
|
PREV: 'PREV',
|
|
26
30
|
INDICATORS: 'INDICATORS',
|
|
27
31
|
NEXT: 'NEXT'
|
|
28
32
|
};
|
|
29
|
-
const AlignedLeftArrowIcon =
|
|
30
|
-
const AlignedRightArrowIcon =
|
|
33
|
+
const AlignedLeftArrowIcon = withButtonAlignment(withRtlSupport(SmallLeftArrowIcon));
|
|
34
|
+
const AlignedRightArrowIcon = withButtonAlignment(withRtlSupport(SmallRightArrowIcon));
|
|
35
|
+
const RtlSmallLeftArrowIcon = withRtlSupport(SmallLeftArrowIcon);
|
|
36
|
+
const RtlSmallRightArrowIcon = withRtlSupport(SmallRightArrowIcon);
|
|
31
37
|
const NavButton = ({
|
|
32
38
|
ariaLabel,
|
|
33
39
|
currentIndex,
|
|
34
40
|
direction,
|
|
35
41
|
disabled = false,
|
|
36
42
|
onClick = () => {},
|
|
37
|
-
type = BUTTON_TYPES.link
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
43
|
+
type = BUTTON_TYPES.link,
|
|
44
|
+
variant
|
|
45
|
+
}) => {
|
|
46
|
+
const isCarousel = variant === VARIANT.carousel;
|
|
47
|
+
const PrevIcon = isCarousel ? RtlSmallLeftArrowIcon : AlignedLeftArrowIcon;
|
|
48
|
+
const NextIcon = isCarousel ? RtlSmallRightArrowIcon : AlignedRightArrowIcon;
|
|
49
|
+
const button = /*#__PURE__*/_jsx(BpkButton, {
|
|
50
|
+
iconOnly: true,
|
|
51
|
+
type: type
|
|
52
|
+
// eslint-disable-next-line @skyscanner/rules/forbid-component-props
|
|
53
|
+
,
|
|
54
|
+
className: isCarousel ? getClassName('bpk-page-indicator__nav-carousel-button') : undefined,
|
|
55
|
+
onClick: e => {
|
|
56
|
+
if (direction === DIRECTIONS.PREV) {
|
|
57
|
+
onClick(e, currentIndex - 1, direction);
|
|
58
|
+
} else {
|
|
59
|
+
onClick(e, currentIndex + 1, direction);
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"aria-label": ariaLabel,
|
|
63
|
+
disabled: disabled,
|
|
64
|
+
children: direction === DIRECTIONS.PREV ? /*#__PURE__*/_jsx(PrevIcon, {}) : /*#__PURE__*/_jsx(NextIcon, {})
|
|
65
|
+
});
|
|
66
|
+
if (isCarousel) {
|
|
67
|
+
return /*#__PURE__*/_jsx("span", {
|
|
68
|
+
className: getClassName('bpk-page-indicator__nav-carousel'),
|
|
69
|
+
children: button
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
return button;
|
|
73
|
+
};
|
|
52
74
|
export default NavButton;
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
export const VARIANT = {
|
|
20
|
+
default: 'default',
|
|
21
|
+
overImage: 'overImage',
|
|
22
|
+
overImageSpaced: 'overImageSpaced',
|
|
23
|
+
carousel: 'carousel'
|
|
24
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyscanner/backpack-web",
|
|
3
|
-
"version": "42.
|
|
3
|
+
"version": "42.16.0",
|
|
4
4
|
"description": "Backpack Design System web library",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@radix-ui/react-compose-refs": "^1.1.1",
|
|
29
29
|
"@radix-ui/react-slider": "1.3.5",
|
|
30
30
|
"@react-google-maps/api": "^2.19.3",
|
|
31
|
-
"@skyscanner/bpk-foundations-web": "^24.
|
|
31
|
+
"@skyscanner/bpk-foundations-web": "^24.5.0",
|
|
32
32
|
"@skyscanner/bpk-svgs": "^20.11.0",
|
|
33
33
|
"tabbable": "^6.4.0",
|
|
34
34
|
"d3-path": "^3.1.0",
|