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

9 lines (8 loc) 792 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var utils_1 = require("../utils"); var buttons_json_1 = tslib_1.__importDefault(require("./buttons.json")); var text_json_1 = tslib_1.__importDefault(require("./text.json")); var styles = tslib_1.__assign({ buttonPrimary: buttons_json_1.default, buttonSecondary: tslib_1.__assign(tslib_1.__assign({}, buttons_json_1.default), { backgroundColor: utils_1.theme.colors.background.tertiary, borderColor: utils_1.theme.colors.background.tertiary }), buttonDelete: tslib_1.__assign(tslib_1.__assign({}, buttons_json_1.default), { backgroundColor: utils_1.theme.colors.error.secondary, borderColor: utils_1.theme.colors.error.secondary }) }, text_json_1.default); exports.default = styles;