UNPKG

@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

29 lines (28 loc) 753 B
import { __assign } from "tslib"; import styles from '../styles'; import { theme } from '../utils'; var ingredients = { ingredients: { classes: '', props: {}, style: { alignItems: 'stretch' } }, ingredients__content: { classes: '', props: {}, style: { alignItems: 'stretch', backgroundColor: theme.colors.background.secondary, borderRadius: theme.spacing.borderRadius.medium, padding: theme.spacing.padding.medium } }, ingredients__text: { classes: '', props: {}, style: __assign(__assign({}, styles.textBody), { fontSize: theme.fontSizes.large }) } }; export default ingredients;