@open-tender/store
Version:
A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API
142 lines (141 loc) • 4.71 kB
JavaScript
import account from './account';
import accountSection from './accountSection';
import allergen from './allergen';
import applied from './applied';
import buttonLink from './buttonLink';
import card from './card';
import cart from './cart';
import cartItem from './cartItem';
import cartUpsellItem from './cartUpsellItem';
import cartUpsells from './cartUpsells';
import category from './category';
import categoryItem from './categoryItem';
import categoryNav from './categoryNav';
import categoryNavItem from './categoryNavItem';
import categoryNavItemSelected from './categoryNavItemSelected';
import checkout from './checkout';
import checkoutConfirmation from './checkoutConfirmation';
import checkoutDetails from './checkoutDetails';
import checkoutPayment from './checkoutPayment';
import checkoutPoints from './checkoutPoints';
import checkoutPromoCode from './checkoutPromoCode';
import checkoutRewards from './checkoutRewards';
import checkoutSummary from './checkoutSummary';
import checkoutUpsells from './checkoutUpsells';
import checkTotals from './checkTotals';
import discount from './discount';
import errorMessage from './errorMessage';
import guest from './guest';
import header from './header';
import ingredients from './ingredients';
import input from './input';
import item from './item';
import itemGroup from './itemGroup';
import itemGroups from './itemGroups';
import itemOption from './itemOption';
import itemSelections from './itemSelections';
import keypad from './keypad';
import keypadModal from './keypadModal';
import label from './label';
import loader from './loader';
import madeForNotes from './madeForNotes';
import menu from './menu';
import menuCategory from './menuCategory';
import modal from './modal';
import modalContent from './modalContent';
import modalHeader from './modalHeader';
import nutritionalInfo from './nutritionalInfo';
import option from './option';
import orderCard from './orderCard';
import orderDetails from './orderDetails';
import orderDetailsItem from './orderDetailsItem';
import page from './page';
import pointsReward from './pointsReward';
import pointsRewards from './pointsRewards';
import promoCode from './promoCode';
import quantity from './quantity';
import reward from './reward';
import rewards from './rewards';
import signIn from './signIn';
import signInButton from './signInButton';
import signInCheckout from './signInCheckout';
import signInOptions from './signInOptions';
import signInPhone from './signInPhone';
import signInQr from './signInQr';
import successMessage from './successMessage';
import tag from './tag';
import textarea from './textarea';
import upsellItem from './upsellItem';
import upsells from './upsells';
var config = {
account: account,
accountSection: accountSection,
allergen: allergen,
applied: applied,
buttonLink: buttonLink,
card: card,
cart: cart,
cartItem: cartItem,
cartUpsellItem: cartUpsellItem,
cartUpsells: cartUpsells,
category: category,
categoryItem: categoryItem,
categoryNav: categoryNav,
categoryNavItem: categoryNavItem,
categoryNavItemSelected: categoryNavItemSelected,
checkout: checkout,
checkoutConfirmation: checkoutConfirmation,
checkoutDetails: checkoutDetails,
checkoutPayment: checkoutPayment,
checkoutPoints: checkoutPoints,
checkoutPromoCode: checkoutPromoCode,
checkoutRewards: checkoutRewards,
checkoutSummary: checkoutSummary,
checkoutUpsells: checkoutUpsells,
checkTotals: checkTotals,
discount: discount,
errorMessage: errorMessage,
guest: guest,
header: header,
ingredients: ingredients,
input: input,
item: item,
itemGroup: itemGroup,
itemGroups: itemGroups,
itemOption: itemOption,
itemSelections: itemSelections,
keypad: keypad,
keypadModal: keypadModal,
label: label,
loader: loader,
madeForNotes: madeForNotes,
menu: menu,
menuCategory: menuCategory,
modal: modal,
modalContent: modalContent,
modalHeader: modalHeader,
nutritionalInfo: nutritionalInfo,
option: option,
orderCard: orderCard,
orderDetails: orderDetails,
orderDetailsItem: orderDetailsItem,
page: page,
pointsReward: pointsReward,
pointsRewards: pointsRewards,
promoCode: promoCode,
quantity: quantity,
reward: reward,
rewards: rewards,
signIn: signIn,
signInButton: signInButton,
signInCheckout: signInCheckout,
signInOptions: signInOptions,
signInPhone: signInPhone,
signInQr: signInQr,
successMessage: successMessage,
tag: tag,
textarea: textarea,
upsellItem: upsellItem,
upsells: upsells
};
export default config;