tf-checkout-react 1.3.43 → 1.3.44

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.
@@ -53,6 +53,7 @@ export interface IGetTickets {
53
53
  enableInfluencersSection?: boolean;
54
54
  enableAddOns?: boolean;
55
55
  ordersPath?: string;
56
+ showPoweredByImage?: boolean;
56
57
  promoText?: string;
57
58
  }
58
59
  export interface ITicket {
@@ -62,5 +63,5 @@ export interface ITicket {
62
63
  export interface ISelectedTickets {
63
64
  [key: string]: string | number;
64
65
  }
65
- export declare const TicketsContainer: ({ onLoginSuccess, getTicketsLabel, eventId, onAddToCartSuccess, contentStyle, onAddToCartError, onGetTicketsSuccess, onGetTicketsError, onLogoutSuccess, onLogoutError, onGetProfileDataSuccess, onGetProfileDataError, theme, queryPromoCode, isPromotionsEnabled, themeOptions, isAccessCodeEnabled, hideSessionButtons, hideWaitingList, enableBillingInfoAutoCreate, isButtonScrollable, sortBySoldOut, disableCountdownLeadingZero, isLoggedIn, actionsSectionComponent: ActionsSectionComponent, ticketsHeaderComponent, hideTicketsHeader, enableInfluencersSection, enableAddOns, handleNotInvitedModalClose, handleInvalidLinkModalClose, ordersPath, promoText, }: IGetTickets) => JSX.Element;
66
+ export declare const TicketsContainer: ({ onLoginSuccess, getTicketsLabel, eventId, onAddToCartSuccess, contentStyle, onAddToCartError, onGetTicketsSuccess, onGetTicketsError, onLogoutSuccess, onLogoutError, onGetProfileDataSuccess, onGetProfileDataError, theme, queryPromoCode, isPromotionsEnabled, themeOptions, isAccessCodeEnabled, hideSessionButtons, hideWaitingList, enableBillingInfoAutoCreate, isButtonScrollable, sortBySoldOut, disableCountdownLeadingZero, isLoggedIn, actionsSectionComponent: ActionsSectionComponent, ticketsHeaderComponent, hideTicketsHeader, enableInfluencersSection, enableAddOns, handleNotInvitedModalClose, handleInvalidLinkModalClose, ordersPath, showPoweredByImage, promoText, }: IGetTickets) => JSX.Element;
66
67
  export {};
@@ -5994,6 +5994,8 @@ var TicketsContainer = function TicketsContainer(_ref) {
5994
5994
  _ref$handleInvalidLin = _ref.handleInvalidLinkModalClose,
5995
5995
  handleInvalidLinkModalClose = _ref$handleInvalidLin === void 0 ? _identity : _ref$handleInvalidLin,
5996
5996
  ordersPath = _ref.ordersPath,
5997
+ _ref$showPoweredByIma = _ref.showPoweredByImage,
5998
+ showPoweredByImage = _ref$showPoweredByIma === void 0 ? false : _ref$showPoweredByIma,
5997
5999
  promoText = _ref.promoText;
5998
6000
 
5999
6001
  var _useState = React.useState({}),
@@ -6630,7 +6632,7 @@ var TicketsContainer = function TicketsContainer(_ref) {
6630
6632
  }, "Log out"))) : ''), showLoginModal ? React__default.createElement(LoginModal, {
6631
6633
  onClose: handleOnClose,
6632
6634
  onLogin: handleOnLogin
6633
- }) : null), enableInfluencersSection && !hideTopInfluencers && influencers.length ? React__default.createElement("div", {
6635
+ }) : null), showPoweredByImage ? React__default.createElement(PoweredBy, null) : null, enableInfluencersSection && !hideTopInfluencers && influencers.length ? React__default.createElement("div", {
6634
6636
  className: "event-influencers"
6635
6637
  }, React__default.createElement("h3", null, React__default.createElement("span", null, "TOP"), " INFLUENCERS"), React__default.createElement("ol", {
6636
6638
  className: "influencer-list"