UNPKG

roko-date-picker

Version:
22 lines (21 loc) 945 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultTheme = exports.defaultLayoutRectangle = exports.defaultRange = void 0; const colors_material_1 = __importDefault(require("./colors.material")); exports.defaultRange = [new Date()]; exports.defaultLayoutRectangle = { height: 0, width: 0 }; exports.defaultTheme = { colors: { primary: colors_material_1.default.amber.default, onPrimary: colors_material_1.default.white.default, secondary: colors_material_1.default.white.default, onSecondary: colors_material_1.default.grey._400, background: colors_material_1.default.grey._200, onBackground: colors_material_1.default.blue_grey._800, disabled: colors_material_1.default.red._200, }, font: {}, };