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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/bpk-component-aria-live/src/BpkAriaLive.d.ts +1 -1
  2. package/bpk-component-badge/src/BpkBadge.d.ts +1 -1
  3. package/bpk-component-banner-alert/src/AnimateAndFade.d.ts +1 -1
  4. package/bpk-component-banner-alert/src/BpkBannerAlert.d.ts +1 -1
  5. package/bpk-component-banner-alert/src/BpkBannerAlertDismissable.d.ts +1 -1
  6. package/bpk-component-banner-alert/src/BpkBannerAlertExpandable.d.ts +1 -1
  7. package/bpk-component-banner-alert/src/BpkBannerAlertInner.d.ts +1 -1
  8. package/bpk-component-banner-alert/src/withBannerAlertState.d.ts +3 -5
  9. package/bpk-component-boilerplate/src/BpkBoilerplate.d.ts +1 -1
  10. package/bpk-component-bottom-sheet/src/BpkBottomSheet.d.ts +1 -1
  11. package/bpk-component-button/BpkButtonDestructive.d.ts +1 -1
  12. package/bpk-component-button/BpkButtonFeatured.d.ts +1 -1
  13. package/bpk-component-button/BpkButtonLink.d.ts +1 -1
  14. package/bpk-component-button/BpkButtonLinkOnDark.d.ts +1 -1
  15. package/bpk-component-button/BpkButtonPrimary.d.ts +1 -1
  16. package/bpk-component-button/BpkButtonPrimaryOnDark.d.ts +1 -1
  17. package/bpk-component-button/BpkButtonPrimaryOnLight.d.ts +1 -1
  18. package/bpk-component-button/BpkButtonSecondary.d.ts +1 -1
  19. package/bpk-component-button/BpkButtonSecondaryOnDark.d.ts +1 -1
  20. package/bpk-component-button/src/BpkButton.d.ts +1 -1
  21. package/bpk-component-button/src/BpkButtonBase.d.ts +1 -1
  22. package/bpk-component-button/src/BpkButtonV2/BpkButton.d.ts +1 -1
  23. package/bpk-component-calendar/src/BpkCalendarContainer.d.ts +6 -10
  24. package/bpk-component-calendar/src/BpkCalendarDate.d.ts +1 -1
  25. package/bpk-component-calendar/src/BpkCalendarGrid.d.ts +2 -2
  26. package/bpk-component-calendar/src/BpkCalendarGridHeader.d.ts +1 -1
  27. package/bpk-component-calendar/src/BpkCalendarGridTransition.d.ts +2 -2
  28. package/bpk-component-calendar/src/BpkCalendarNav.d.ts +1 -1
  29. package/bpk-component-calendar/src/BpkCalendarWeek.d.ts +1 -1
  30. package/bpk-component-calendar/src/composeCalendar.d.ts +1 -1
  31. package/bpk-component-card/src/BpkCard.d.ts +1 -1
  32. package/bpk-component-card/src/BpkCardWrapper.d.ts +1 -1
  33. package/bpk-component-card/src/BpkDividedCard.d.ts +1 -1
  34. package/bpk-component-card-button/src/BpkSaveButton.d.ts +1 -1
  35. package/bpk-component-carousel/src/BpkCarousel.d.ts +1 -1
  36. package/bpk-component-carousel/src/BpkCarouselContainer.d.ts +1 -1
  37. package/{bpk-component-input/src/BpkClearButton.module.css → bpk-component-carousel/src/utils.test.js} +18 -6
  38. package/bpk-component-chip/src/BpkDismissibleChip.d.ts +1 -1
  39. package/bpk-component-chip/src/BpkDropdownChip.d.ts +1 -1
  40. package/bpk-component-chip/src/BpkIconChip.d.ts +1 -1
  41. package/bpk-component-chip/src/BpkSelectableChip.d.ts +1 -1
  42. package/bpk-component-chip-group/src/BpkMultiSelectChipGroup.d.ts +1 -1
  43. package/bpk-component-chip-group/src/BpkSingleSelectChipGroup.d.ts +1 -1
  44. package/bpk-component-chip-group/src/Nudger.d.ts +1 -1
  45. package/bpk-component-close-button/src/BpkCloseButton.d.ts +1 -1
  46. package/bpk-component-datatable/src/BpkDataTable.d.ts +1 -1
  47. package/bpk-component-datatable/src/BpkDataTableHeader.d.ts +1 -1
  48. package/bpk-component-datepicker/src/BpkDatepicker.d.ts +3 -5
  49. package/bpk-component-description-list/src/BpkDescriptionDetails.d.ts +1 -1
  50. package/bpk-component-description-list/src/BpkDescriptionList.d.ts +1 -1
  51. package/bpk-component-description-list/src/BpkDescriptionTerm.d.ts +1 -1
  52. package/bpk-component-dialog/src/BpkDialog.d.ts +1 -1
  53. package/bpk-component-dialog/src/BpkDialogInner.d.ts +7 -11
  54. package/bpk-component-floating-notification/src/BpkFloatingNotification.d.ts +1 -1
  55. package/bpk-component-graphic-promotion/src/BpkGraphicPromo.d.ts +1 -1
  56. package/bpk-component-icon/index.d.ts +2 -2
  57. package/bpk-component-icon/src/classNameModifierHOCFactory.d.ts +1 -1
  58. package/bpk-component-icon/src/withAlignment.d.ts +1 -1
  59. package/bpk-component-icon/src/withRtlSupport.d.ts +1 -1
  60. package/bpk-component-image/src/BpkBackgroundImage.d.ts +1 -1
  61. package/bpk-component-image/src/BpkImage.d.ts +1 -1
  62. package/bpk-component-image/src/withLazyLoading.d.ts +3 -5
  63. package/bpk-component-image/src/withLoadingBehavior.d.ts +3 -5
  64. package/bpk-component-info-banner/src/AnimateAndFade.d.ts +1 -1
  65. package/bpk-component-info-banner/src/BpkInfoBanner.d.ts +1 -1
  66. package/bpk-component-info-banner/src/BpkInfoBannerDismissable.d.ts +1 -1
  67. package/bpk-component-info-banner/src/BpkInfoBannerExpandable.d.ts +1 -1
  68. package/bpk-component-info-banner/src/BpkInfoBannerInner.d.ts +1 -1
  69. package/bpk-component-info-banner/src/withBannerAlertState.d.ts +3 -5
  70. package/bpk-component-input/src/BpkInput.d.ts +1 -1
  71. package/bpk-component-input/src/withOpenEvents.d.ts +2 -4
  72. package/bpk-component-inset-banner/src/BpkInsetBanner.d.ts +1 -1
  73. package/bpk-component-journey-arrow/src/BpkJourneyArrow.d.ts +1 -1
  74. package/bpk-component-loading-button/src/BpkLoadingButton.d.ts +1 -1
  75. package/bpk-component-map/src/BpkBasicMapMarker.d.ts +1 -1
  76. package/bpk-component-map/src/BpkPriceMarkerV2/BpkPriceMarker.d.ts +1 -1
  77. package/bpk-component-modal/src/BpkModal.d.ts +1 -1
  78. package/bpk-component-modal/src/BpkModalInner.d.ts +1 -1
  79. package/bpk-component-modal/src/BpkModalV2/BpkModal.d.ts +1 -1
  80. package/bpk-component-navigation-bar/src/BpkNavigationBar.d.ts +1 -1
  81. package/bpk-component-navigation-bar/src/BpkNavigationBarButtonLink.d.ts +1 -1
  82. package/bpk-component-navigation-bar/src/BpkNavigationBarIconButton.d.ts +1 -1
  83. package/bpk-component-nudger/src/BpkNudger.d.ts +1 -1
  84. package/bpk-component-overlay/src/BpkOverlay.d.ts +1 -1
  85. package/bpk-component-popover/src/BpkPopover.d.ts +1 -1
  86. package/bpk-component-rating/src/BpkRating.d.ts +1 -1
  87. package/bpk-component-rtl-toggle/src/BpkRtlToggle.d.ts +1 -1
  88. package/bpk-component-rtl-toggle/src/updateOnDirectionChange.d.ts +7 -11
  89. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendar.d.ts +2 -4
  90. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarDate.d.ts +1 -1
  91. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGrid.d.ts +3 -3
  92. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGridList.d.ts +3 -3
  93. package/bpk-component-section-header/src/BpkSectionHeader.d.ts +1 -1
  94. package/bpk-component-segmented-control/src/BpkSegmentedControl.d.ts +1 -1
  95. package/bpk-component-skeleton/src/BpkBaseSkeleton.d.ts +1 -1
  96. package/bpk-component-skeleton/src/BpkSkeleton.d.ts +1 -1
  97. package/bpk-component-slider/src/BpkSlider.d.ts +1 -1
  98. package/bpk-component-snippet/src/BpkSnippet.d.ts +1 -1
  99. package/bpk-component-spinner/src/BpkExtraLargeSpinner.d.ts +1 -1
  100. package/bpk-component-spinner/src/BpkLargeSpinner.d.ts +1 -1
  101. package/bpk-component-spinner/src/BpkSpinner.d.ts +1 -1
  102. package/bpk-component-split-input/src/BpkInputField.d.ts +1 -1
  103. package/bpk-component-split-input/src/BpkSplitInput.d.ts +2 -2
  104. package/bpk-component-split-input/src/BpkSplitInput.js +1 -9
  105. package/bpk-component-swap-button/src/BpkSwapButton.d.ts +1 -1
  106. package/bpk-component-switch/index.d.ts +5 -0
  107. package/bpk-component-switch/src/BpkSwitch.d.ts +8 -0
  108. package/bpk-component-switch/src/BpkSwitch.js +9 -22
  109. package/bpk-component-switch/src/BpkSwitch.module.css +1 -1
  110. package/bpk-component-switch/src/themeAttributes.d.ts +2 -0
  111. package/bpk-component-text/src/BpkText.d.ts +1 -1
  112. package/bpk-component-tooltip/src/BpkTooltip.d.ts +1 -1
  113. package/bpk-component-tooltip/src/BpkTooltipPortal.d.ts +1 -1
  114. package/bpk-react-utils/index.d.ts +3 -3
  115. package/bpk-react-utils/src/BpkDialogWrapper/BpkDialogWrapper.d.ts +1 -1
  116. package/bpk-react-utils/src/TransitionInitialMount.d.ts +1 -1
  117. package/bpk-react-utils/src/withDefaultProps.d.ts +1 -1
  118. package/bpk-scrim-utils/index.d.ts +7 -11
  119. package/bpk-scrim-utils/src/BpkScrim.d.ts +1 -1
  120. package/bpk-scrim-utils/src/withScrim.d.ts +7 -11
  121. package/bpk-scrim-utils/src/withScrimmedPortal.d.ts +1 -1
  122. package/bpk-theming/src/BpkThemeProvider.js +19 -30
  123. package/package.json +3 -3
  124. package/bpk-component-button/src/BpkButtonDestructive.module.css +0 -18
  125. package/bpk-component-button/src/BpkButtonFeatured.module.css +0 -18
  126. package/bpk-component-button/src/BpkButtonLink.module.css +0 -18
  127. package/bpk-component-button/src/BpkButtonLinkOnDark.module.css +0 -18
  128. package/bpk-component-button/src/BpkButtonPrimaryOnDark.module.css +0 -18
  129. package/bpk-component-button/src/BpkButtonPrimaryOnLight.module.css +0 -18
  130. package/bpk-component-button/src/BpkButtonSecondary.module.css +0 -18
  131. package/bpk-component-button/src/BpkButtonSecondaryOnDark.module.css +0 -18
  132. package/bpk-component-datepicker/src/BpkDatepicker.module.css +0 -18
  133. package/bpk-component-flare/src/__generated__/js/corner-radius.d.ts +0 -5
  134. package/bpk-component-flare/src/__generated__/js/pointer.d.ts +0 -5
  135. package/bpk-component-navigation-bar/src/BpkNavigationBarButtonLink.module.css +0 -18
  136. package/bpk-stylesheets/test.css +0 -164
@@ -7,5 +7,5 @@ export type TooltipProps = {
7
7
  padded?: boolean;
8
8
  className?: string | null;
9
9
  };
10
- declare const BpkTooltip: ({ children, className, id, padded, type, ...rest }: TooltipProps) => JSX.Element;
10
+ declare const BpkTooltip: ({ children, className, id, padded, type, ...rest }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
11
11
  export default BpkTooltip;
@@ -49,6 +49,6 @@ declare class BpkTooltipPortal extends Component<Props, State> {
49
49
  beforeClose: (done: () => void | null) => void;
50
50
  openTooltip: () => void;
51
51
  closeTooltip: () => void;
52
- render(): JSX.Element;
52
+ render(): import("react/jsx-runtime").JSX.Element;
53
53
  }
54
54
  export default BpkTooltipPortal;
@@ -16,7 +16,7 @@ declare const _default: {
16
16
  appearActiveClassName: string;
17
17
  transitionTimeout: number;
18
18
  children: string | import("react").ReactNode;
19
- }) => JSX.Element;
19
+ }) => import("react/jsx-runtime").JSX.Element;
20
20
  cssModules: (styles?: {
21
21
  [key: string]: any;
22
22
  }) => (...classNames: Array<string | boolean | number | {} | null | undefined>) => string;
@@ -29,7 +29,7 @@ declare const _default: {
29
29
  [rest: string]: any;
30
30
  children?: import("react").ReactNode | string;
31
31
  className?: string | null;
32
- }): JSX.Element;
32
+ }): import("react/jsx-runtime").JSX.Element;
33
33
  displayName: string;
34
34
  };
35
35
  wrapDisplayName: (Component: import("react").ComponentType<any> | string | null, hoc: string) => string;
@@ -37,7 +37,7 @@ declare const _default: {
37
37
  isDeviceIpad: () => boolean;
38
38
  isDeviceIos: () => boolean;
39
39
  isRTL: () => boolean;
40
- BpkDialogWrapper: ({ children, closeOnEscPressed, closeOnScrimClick, dialogClassName, exiting, id, isOpen, onClose, timeout, transitionClassNames, ...ariaProps }: import("./src/BpkDialogWrapper/BpkDialogWrapper").Props) => JSX.Element | null;
40
+ BpkDialogWrapper: ({ children, closeOnEscPressed, closeOnScrimClick, dialogClassName, exiting, id, isOpen, onClose, timeout, transitionClassNames, ...ariaProps }: import("./src/BpkDialogWrapper/BpkDialogWrapper").Props) => import("react/jsx-runtime").JSX.Element | null;
41
41
  setNativeValue: typeof setNativeValue;
42
42
  };
43
43
  export default _default;
@@ -25,5 +25,5 @@ export type Props = CommonProps & ({
25
25
  } | {
26
26
  ariaLabel: string;
27
27
  });
28
- export declare const BpkDialogWrapper: ({ children, closeOnEscPressed, closeOnScrimClick, dialogClassName, exiting, id, isOpen, onClose, timeout, transitionClassNames, ...ariaProps }: Props) => JSX.Element | null;
28
+ export declare const BpkDialogWrapper: ({ children, closeOnEscPressed, closeOnScrimClick, dialogClassName, exiting, id, isOpen, onClose, timeout, transitionClassNames, ...ariaProps }: Props) => import("react/jsx-runtime").JSX.Element | null;
29
29
  export {};
@@ -5,5 +5,5 @@ type Props = {
5
5
  transitionTimeout: number;
6
6
  children: string | ReactNode;
7
7
  };
8
- declare const TransitionInitialMount: ({ appearActiveClassName, appearClassName, children, transitionTimeout, }: Props) => JSX.Element;
8
+ declare const TransitionInitialMount: ({ appearActiveClassName, appearClassName, children, transitionTimeout, }: Props) => import("react/jsx-runtime").JSX.Element;
9
9
  export default TransitionInitialMount;
@@ -9,7 +9,7 @@ type DefaultProps = {
9
9
  [rest: string]: any;
10
10
  };
11
11
  declare const withDefaultProps: (WrappedComponent: ComponentType<any>, defaultProps: DefaultProps) => {
12
- ({ children, className: innerClassName, ...rest }: Props): JSX.Element;
12
+ ({ children, className: innerClassName, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
13
13
  displayName: string;
14
14
  };
15
15
  export default withDefaultProps;
@@ -3,18 +3,16 @@ import withScrimmedPortal from './src/withScrimmedPortal';
3
3
  export { withScrim, withScrimmedPortal };
4
4
  declare const _default: {
5
5
  withScrim: <P extends object>(WrappedComponent: import("react").ComponentType<P> | string) => {
6
- new (props: (import("./src/withScrim").Props & Omit<P, "dialogRef">) | Readonly<import("./src/withScrim").Props & Omit<P, "dialogRef">>): {
6
+ new (props: import("./src/withScrim").Props & Omit<P, "dialogRef">): {
7
7
  dialogElement?: HTMLElement | null | undefined;
8
8
  componentDidMount(): void;
9
9
  componentWillUnmount(): void;
10
10
  dialogRef: (ref: HTMLElement | null | undefined) => void;
11
- render(): JSX.Element;
12
- context: any;
11
+ render(): import("react/jsx-runtime").JSX.Element;
12
+ context: unknown;
13
13
  setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<import("./src/withScrim").Props & Omit<P, "dialogRef">>) => Pick<{}, K> | {} | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
14
14
  forceUpdate(callback?: (() => void) | undefined): void;
15
- readonly props: Readonly<import("./src/withScrim").Props & Omit<P, "dialogRef">> & Readonly<{
16
- children?: import("react").ReactNode | undefined;
17
- }>;
15
+ readonly props: Readonly<import("./src/withScrim").Props & Omit<P, "dialogRef">>;
18
16
  state: Readonly<{}>;
19
17
  refs: {
20
18
  [key: string]: import("react").ReactInstance;
@@ -35,13 +33,11 @@ declare const _default: {
35
33
  componentDidMount(): void;
36
34
  componentWillUnmount(): void;
37
35
  dialogRef: (ref: HTMLElement | null | undefined) => void;
38
- render(): JSX.Element;
39
- context: any;
36
+ render(): import("react/jsx-runtime").JSX.Element;
37
+ context: unknown;
40
38
  setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<import("./src/withScrim").Props & Omit<P, "dialogRef">>) => Pick<{}, K> | {} | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
41
39
  forceUpdate(callback?: (() => void) | undefined): void;
42
- readonly props: Readonly<import("./src/withScrim").Props & Omit<P, "dialogRef">> & Readonly<{
43
- children?: import("react").ReactNode | undefined;
44
- }>;
40
+ readonly props: Readonly<import("./src/withScrim").Props & Omit<P, "dialogRef">>;
45
41
  state: Readonly<{}>;
46
42
  refs: {
47
43
  [key: string]: import("react").ReactInstance;
@@ -2,5 +2,5 @@ import type { SyntheticEvent } from 'react';
2
2
  type Props = {
3
3
  onClose?: (e?: SyntheticEvent) => void | null;
4
4
  };
5
- declare const BpkScrim: ({ onClose }: Props) => JSX.Element;
5
+ declare const BpkScrim: ({ onClose }: Props) => import("react/jsx-runtime").JSX.Element;
6
6
  export default BpkScrim;
@@ -21,18 +21,16 @@ export type Props = {
21
21
  [rest: string]: any;
22
22
  };
23
23
  declare const withScrim: <P extends object>(WrappedComponent: ComponentType<P> | string) => {
24
- new (props: (Props & Omit<P, "dialogRef">) | Readonly<Props & Omit<P, "dialogRef">>): {
24
+ new (props: Props & Omit<P, "dialogRef">): {
25
25
  dialogElement?: HTMLElement | null | undefined;
26
26
  componentDidMount(): void;
27
27
  componentWillUnmount(): void;
28
28
  dialogRef: (ref: HTMLElement | null | undefined) => void;
29
- render(): JSX.Element;
30
- context: any;
29
+ render(): import("react/jsx-runtime").JSX.Element;
30
+ context: unknown;
31
31
  setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Props & Omit<P, "dialogRef">>) => Pick<{}, K> | {} | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
32
32
  forceUpdate(callback?: (() => void) | undefined): void;
33
- readonly props: Readonly<Props & Omit<P, "dialogRef">> & Readonly<{
34
- children?: import("react").ReactNode | undefined;
35
- }>;
33
+ readonly props: Readonly<Props & Omit<P, "dialogRef">>;
36
34
  state: Readonly<{}>;
37
35
  refs: {
38
36
  [key: string]: import("react").ReactInstance;
@@ -53,13 +51,11 @@ declare const withScrim: <P extends object>(WrappedComponent: ComponentType<P> |
53
51
  componentDidMount(): void;
54
52
  componentWillUnmount(): void;
55
53
  dialogRef: (ref: HTMLElement | null | undefined) => void;
56
- render(): JSX.Element;
57
- context: any;
54
+ render(): import("react/jsx-runtime").JSX.Element;
55
+ context: unknown;
58
56
  setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Props & Omit<P, "dialogRef">>) => Pick<{}, K> | {} | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
59
57
  forceUpdate(callback?: (() => void) | undefined): void;
60
- readonly props: Readonly<Props & Omit<P, "dialogRef">> & Readonly<{
61
- children?: import("react").ReactNode | undefined;
62
- }>;
58
+ readonly props: Readonly<Props & Omit<P, "dialogRef">>;
63
59
  state: Readonly<{}>;
64
60
  refs: {
65
61
  [key: string]: import("react").ReactInstance;
@@ -3,5 +3,5 @@ import type { Props as ScrimProps } from './withScrim';
3
3
  export type Props = ScrimProps & {
4
4
  renderTarget?: (() => HTMLElement | null) | null;
5
5
  };
6
- declare const withScrimmedPortal: (WrappedComponent: ComponentType<ScrimProps>) => ({ renderTarget, ...rest }: Props) => JSX.Element;
6
+ declare const withScrimmedPortal: (WrappedComponent: ComponentType<ScrimProps>) => ({ renderTarget, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
7
7
  export default withScrimmedPortal;
@@ -17,7 +17,6 @@
17
17
  */
18
18
 
19
19
  import PropTypes from 'prop-types';
20
- import { Component } from 'react';
21
20
  import { jsx as _jsx } from "react/jsx-runtime";
22
21
  const uniq = (arr = []) => {
23
22
  const seen = {};
@@ -50,35 +49,25 @@ const createStyle = (theme, themeAttributes) => {
50
49
  }
51
50
  return style;
52
51
  };
53
- class BpkThemeProvider extends Component {
54
- getChildContext() {
55
- return {
56
- theme: this.props.theme
57
- };
58
- }
59
- render() {
60
- const {
61
- children,
62
- component: WrapperComponent,
63
- style: userStyle,
64
- theme,
65
- themeAttributes,
66
- ...rest
67
- } = this.props;
68
- const dedupedThemeAttributes = uniq(themeAttributes);
69
- const style = createStyle(theme, dedupedThemeAttributes);
70
- return /*#__PURE__*/_jsx(WrapperComponent, {
71
- style: {
72
- ...userStyle,
73
- ...style
74
- },
75
- ...rest,
76
- children: children
77
- });
78
- }
79
- }
80
- BpkThemeProvider.childContextTypes = {
81
- theme: PropTypes.object // eslint-disable-line react/forbid-prop-types
52
+ const BpkThemeProvider = props => {
53
+ const {
54
+ children,
55
+ component: WrapperComponent,
56
+ style: userStyle,
57
+ theme,
58
+ themeAttributes,
59
+ ...rest
60
+ } = props;
61
+ const dedupedThemeAttributes = uniq(themeAttributes);
62
+ const style = createStyle(theme, dedupedThemeAttributes);
63
+ return /*#__PURE__*/_jsx(WrapperComponent, {
64
+ style: {
65
+ ...userStyle,
66
+ ...style
67
+ },
68
+ ...rest,
69
+ children: children
70
+ });
82
71
  };
83
72
  const themeAttributesPropType = (props, propName, componentName) => {
84
73
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/backpack-web",
3
- "version": "35.0.0-premajor.1",
3
+ "version": "35.0.0",
4
4
  "description": "Backpack Design System web library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "peerDependencies": {
51
51
  "node-sass": ">= 7",
52
- "react": "^17.0.2",
53
- "react-dom": "^17.0.2",
52
+ "react": "^17.0.2 - 18.3.1",
53
+ "react-dom": "^17.0.2 - 18.3.1",
54
54
  "react-transition-group": "^4.4.5",
55
55
  "sass": "^1",
56
56
  "sass-embedded": "^1"
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- .bpk-button--destructive{color:#161616;color:var(--bpk-button-secondary-text-color, rgb(22, 22, 22));background-color:#e0e4e9;background-color:var(--bpk-button-secondary-background-color, rgb(224, 228, 233));color:#e70866;color:var(--bpk-button-destructive-text-color, rgb(231, 8, 102));background-color:#e0e4e9;background-color:var(--bpk-button-destructive-background-color, rgb(224, 228, 233))}.bpk-no-touch-support .bpk-button--destructive:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207))}:global(.bpk-no-touch-support) .bpk-button--destructive:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207))}.bpk-button--destructive:active{color:#161616;color:var(--bpk-button-secondary-active-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-secondary-active-background-color, rgb(193, 199, 207))}.bpk-button--destructive:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-no-touch-support .bpk-button--destructive:hover:not(:active):not(:disabled){color:#fff;color:var(--bpk-button-destructive-hover-text-color, rgb(255, 255, 255));background-color:#e70866;background-color:var(--bpk-button-destructive-hover-background-color, rgb(231, 8, 102))}:global(.bpk-no-touch-support) .bpk-button--destructive:hover:not(:active):not(:disabled){color:#fff;color:var(--bpk-button-destructive-hover-text-color, rgb(255, 255, 255));background-color:#e70866;background-color:var(--bpk-button-destructive-hover-background-color, rgb(231, 8, 102))}.bpk-button--destructive:active{color:#fff;color:var(--bpk-button-destructive-active-text-color, rgb(255, 255, 255));background-color:#e70866;background-color:var(--bpk-button-destructive-active-background-color, rgb(231, 8, 102))}.bpk-button--destructive:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- .bpk-button--featured{color:#fff;color:var(--bpk-button-featured-text-color, rgb(255, 255, 255));background-color:#0062e3;background-color:var(--bpk-button-featured-background-color, rgb(0, 98, 227))}.bpk-no-touch-support .bpk-button--featured:hover:not(:active):not(:disabled){color:#fff;color:var(--bpk-button-featured-hover-text-color, rgb(255, 255, 255));background-color:#024daf;background-color:var(--bpk-button-featured-hover-background-color, rgb(2, 77, 175))}:global(.bpk-no-touch-support) .bpk-button--featured:hover:not(:active):not(:disabled){color:#fff;color:var(--bpk-button-featured-hover-text-color, rgb(255, 255, 255));background-color:#024daf;background-color:var(--bpk-button-featured-hover-background-color, rgb(2, 77, 175))}.bpk-button--featured:active{color:#fff;color:var(--bpk-button-featured-active-text-color, rgb(255, 255, 255));background-color:#024daf;background-color:var(--bpk-button-featured-active-background-color, rgb(2, 77, 175))}.bpk-button--featured:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- .bpk-button--link{background:none;box-shadow:none;padding:0;border:0;background-color:rgba(0,0,0,0);text-decoration:none;cursor:pointer;appearance:none;color:#0062e3;color:var(--bpk-link-color, rgb(0, 98, 227));padding:.375rem 0;color:#0062e3}.bpk-no-touch-support .bpk-button--link:hover:not(:active):not(:disabled){text-decoration:underline;color:#0062e3;color:var(--bpk-link-hover-color, rgb(0, 98, 227))}:global(.bpk-no-touch-support) .bpk-button--link:hover:not(:active):not(:disabled){text-decoration:underline;color:#0062e3;color:var(--bpk-link-hover-color, rgb(0, 98, 227))}.bpk-button--link:visited{color:#0062e3;color:var(--bpk-link-visited-color, rgb(0, 98, 227))}.bpk-button--link:active{text-decoration:underline;color:#0062e3;color:var(--bpk-link-active-color, rgb(0, 98, 227))}.bpk-no-touch-support .bpk-button--link:hover:not(:active):not(:disabled){background:none;color:#024daf;text-decoration:none}:global(.bpk-no-touch-support) .bpk-button--link:hover:not(:active):not(:disabled){background:none;color:#024daf;text-decoration:none}.bpk-button--link:active{background:none;color:#024daf;text-decoration:none}.bpk-button--link:disabled{background:none;color:rgba(0,0,0,.2);text-decoration:none}.bpk-button--link-large{padding:.75rem 0}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- .bpk-button--link-on-dark{background:none;box-shadow:none;padding:0;border:0;background-color:rgba(0,0,0,0);text-decoration:none;cursor:pointer;appearance:none;color:#0062e3;color:var(--bpk-link-color, rgb(0, 98, 227));padding:.375rem 0;color:#0062e3;color:#fff;color:var(--bpk-button-link-on-dark-text-color, rgb(255, 255, 255))}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){text-decoration:underline;color:#0062e3;color:var(--bpk-link-hover-color, rgb(0, 98, 227))}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){text-decoration:underline;color:#0062e3;color:var(--bpk-link-hover-color, rgb(0, 98, 227))}.bpk-button--link-on-dark:visited{color:#0062e3;color:var(--bpk-link-visited-color, rgb(0, 98, 227))}.bpk-button--link-on-dark:active{text-decoration:underline;color:#0062e3;color:var(--bpk-link-active-color, rgb(0, 98, 227))}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){background:none;color:#024daf;text-decoration:none}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){background:none;color:#024daf;text-decoration:none}.bpk-button--link-on-dark:active{background:none;color:#024daf;text-decoration:none}.bpk-button--link-on-dark:disabled{background:none;color:rgba(0,0,0,.2);text-decoration:none}.bpk-button--link-on-dark-large{padding:.75rem 0}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:rgba(255,255,255,.5);color:var(--bpk-button-link-on-dark-hover-text-color, rgba(255, 255, 255, 0.5))}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:rgba(255,255,255,.5);color:var(--bpk-button-link-on-dark-hover-text-color, rgba(255, 255, 255, 0.5))}.bpk-button--link-on-dark:active{color:rgba(255,255,255,.5);color:var(--bpk-button-link-on-dark-active-text-color, rgba(255, 255, 255, 0.5))}.bpk-button--link-on-dark:visited{color:#fff;color:var(--bpk-button-link-on-dark-text-color, rgb(255, 255, 255))}.bpk-button--link-on-dark:disabled{color:rgba(255,255,255,.2);color:var(--bpk-button-link-on-dark-disabled-color, rgba(255, 255, 255, 0.2))}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- .bpk-button--primary-on-dark{color:#161616;color:var(--bpk-button-primary-on-dark-text-color, rgb(22, 22, 22));background-color:#fff;background-color:var(--bpk-button-primary-on-dark-background-color, rgb(255, 255, 255))}.bpk-no-touch-support .bpk-button--primary-on-dark:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-button-primary-on-dark-hover-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-hover-background-color, rgb(193, 199, 207))}:global(.bpk-no-touch-support) .bpk-button--primary-on-dark:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-button-primary-on-dark-hover-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-hover-background-color, rgb(193, 199, 207))}.bpk-button--primary-on-dark:active{color:#161616;color:var(--bpk-button-primary-on-dark-active-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-active-background-color, rgb(193, 199, 207))}.bpk-button--primary-on-dark:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- .bpk-button--primary-on-light{color:#fff;color:var(--bpk-button-primary-on-light-text-color, rgb(255, 255, 255));background-color:#05203c;background-color:var(--bpk-button-primary-on-light-background-color, rgb(5, 32, 60))}.bpk-no-touch-support .bpk-button--primary-on-light:hover:not(:active):not(:disabled){color:#fff;color:var(--bpk-button-primary-on-light-hover-text-color, rgb(255, 255, 255));background-color:#154679;background-color:var(--bpk-button-primary-on-light-hover-background-color, rgb(21, 70, 121))}:global(.bpk-no-touch-support) .bpk-button--primary-on-light:hover:not(:active):not(:disabled){color:#fff;color:var(--bpk-button-primary-on-light-hover-text-color, rgb(255, 255, 255));background-color:#154679;background-color:var(--bpk-button-primary-on-light-hover-background-color, rgb(21, 70, 121))}.bpk-button--primary-on-light:active{color:#fff;color:var(--bpk-button-primary-on-light-active-text-color, rgb(255, 255, 255));background-color:#154679;background-color:var(--bpk-button-primary-on-light-active-background-color, rgb(21, 70, 121))}.bpk-button--primary-on-light:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- .bpk-button--secondary{color:#161616;color:var(--bpk-button-secondary-text-color, rgb(22, 22, 22));background-color:#e0e4e9;background-color:var(--bpk-button-secondary-background-color, rgb(224, 228, 233))}.bpk-no-touch-support .bpk-button--secondary:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207))}:global(.bpk-no-touch-support) .bpk-button--secondary:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207))}.bpk-button--secondary:active{color:#161616;color:var(--bpk-button-secondary-active-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-secondary-active-background-color, rgb(193, 199, 207))}.bpk-button--secondary:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- .bpk-button--secondary-on-dark{color:#fff;color:var(--bpk-button-secondary-on-dark-text-color, rgb(255, 255, 255));background-color:rgba(255,255,255,.1);background-color:var(--bpk-button-secondary-on-dark-background-color, rgba(255, 255, 255, 0.1))}.bpk-no-touch-support .bpk-button--secondary-on-dark:hover:not(:active):not(:disabled){color:#fff;color:var(--bpk-button-secondary-on-dark-hover-text-color, rgb(255, 255, 255));background-color:#010913;background-color:var(--bpk-button-secondary-on-dark-hover-background-color, rgb(1, 9, 19))}:global(.bpk-no-touch-support) .bpk-button--secondary-on-dark:hover:not(:active):not(:disabled){color:#fff;color:var(--bpk-button-secondary-on-dark-hover-text-color, rgb(255, 255, 255));background-color:#010913;background-color:var(--bpk-button-secondary-on-dark-hover-background-color, rgb(1, 9, 19))}.bpk-button--secondary-on-dark:active{color:#fff;color:var(--bpk-button-secondary-on-dark-active-text-color, rgb(255, 255, 255));background-color:#010913;background-color:var(--bpk-button-secondary-on-dark-active-background-color, rgb(1, 9, 19))}.bpk-button--secondary-on-dark:disabled{background-color:#0b121d;color:rgba(255,255,255,.2)}
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- .bpk-datepicker__calendar{margin:0 auto}.bpk-datepicker__input{display:inline-block;width:100%}
@@ -1,5 +0,0 @@
1
- declare const _default: ({ styles, ...props }: {
2
- [x: string]: any;
3
- styles?: {} | undefined;
4
- }) => JSX.Element;
5
- export default _default;
@@ -1,5 +0,0 @@
1
- declare const _default: ({ styles, ...props }: {
2
- [x: string]: any;
3
- styles?: {} | undefined;
4
- }) => JSX.Element;
5
- export default _default;
@@ -1,18 +0,0 @@
1
- /*
2
- * Backpack - Skyscanner's Design System
3
- *
4
- * Copyright 2016 Skyscanner Ltd
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- .bpk-navigation-bar-button-link{color:#161616;color:var(--bpk-navigation-bar-button-link-color, rgb(22, 22, 22))}.bpk-no-touch-support .bpk-navigation-bar-button-link:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-navigation-bar-button-link-hover-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-navigation-bar-button-link:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-navigation-bar-button-link-hover-color, rgb(22, 22, 22))}.bpk-navigation-bar-button-link:active{color:#161616;color:var(--bpk-navigation-bar-button-link-active-color, rgb(22, 22, 22))}.bpk-navigation-bar-button-link:visited{color:#161616;color:var(--bpk-navigation-bar-button-link-visited-color, rgb(22, 22, 22))}.bpk-navigation-bar-button-link--on-dark{color:#fff}.bpk-no-touch-support .bpk-navigation-bar-button-link--on-dark:hover:not(:active):not(:disabled){color:#fff}:global(.bpk-no-touch-support) .bpk-navigation-bar-button-link--on-dark:hover:not(:active):not(:disabled){color:#fff}.bpk-navigation-bar-button-link--on-dark:active{color:#fff}.bpk-navigation-bar-button-link--on-dark:visited{color:#fff}