react-native-ethiopian-calendar
Version:
A react native calendar component which is mainly intended for applications which require Ethiopian calendar.
81 lines (80 loc) • 4.41 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.weekVerticalMargin = exports.todayTextColor = exports.todayButtonTextColor = exports.todayButtonPosition = exports.todayButtonFontWeight = exports.todayButtonFontSize = exports.todayButtonFontFamily = exports.todayBackgroundColor = exports.titleTextColor = exports.textSectionTitleDisabledColor = exports.textSectionTitleColor = exports.textMonthFontWeight = exports.textMonthFontSize = exports.textMonthFontFamily = exports.textInactiveColor = exports.textDisabledColor = exports.textDayStyle = exports.textDayHeaderFontWeight = exports.textDayHeaderFontSize = exports.textDayHeaderFontFamily = exports.textDayFontWeight = exports.textDayFontSize = exports.textDayFontFamily = exports.switchButtonColor = exports.selectedDayTextColor = exports.selectedDayBackgroundColor = exports.localsDropdownBackgroundColor = exports.headerBackgroundColor = exports.disabledArrowColor = exports.dayTextColor = exports.calendarBackground = exports.arrowWidth = exports.arrowStyle = exports.arrowHeight = exports.arrowColor = void 0;
const FOREGROUND_COLOR = '#FFFFFF';
const DEFAULT_TEXT_COLOR = '#2d4150';
const SECONDARY_TEXT_COLOR = '#4caf50';
const DISABLED_COLOR = '#d9e1e8';
const textDayFontFamily = 'System';
exports.textDayFontFamily = textDayFontFamily;
const textMonthFontFamily = 'System';
exports.textMonthFontFamily = textMonthFontFamily;
const textDayHeaderFontFamily = 'System';
exports.textDayHeaderFontFamily = textDayHeaderFontFamily;
const todayButtonFontFamily = 'System';
exports.todayButtonFontFamily = todayButtonFontFamily;
const textDayFontWeight = '300';
exports.textDayFontWeight = textDayFontWeight;
const textMonthFontWeight = '300';
exports.textMonthFontWeight = textMonthFontWeight;
const textDayHeaderFontWeight = undefined;
exports.textDayHeaderFontWeight = textDayHeaderFontWeight;
const todayButtonFontWeight = '600';
exports.todayButtonFontWeight = todayButtonFontWeight;
const textDayFontSize = 16;
exports.textDayFontSize = textDayFontSize;
const textMonthFontSize = 16;
exports.textMonthFontSize = textMonthFontSize;
const textDayHeaderFontSize = 13;
exports.textDayHeaderFontSize = textDayHeaderFontSize;
const todayButtonFontSize = 14;
exports.todayButtonFontSize = todayButtonFontSize;
const textDayStyle = undefined;
exports.textDayStyle = textDayStyle;
const arrowStyle = undefined;
exports.arrowStyle = arrowStyle;
const arrowWidth = 14;
exports.arrowWidth = arrowWidth;
const arrowHeight = 16;
exports.arrowHeight = arrowHeight;
const calendarBackground = FOREGROUND_COLOR;
exports.calendarBackground = calendarBackground;
const textSectionTitleColor = '#b6c1cd';
exports.textSectionTitleColor = textSectionTitleColor;
const textSectionTitleDisabledColor = DISABLED_COLOR;
exports.textSectionTitleDisabledColor = textSectionTitleDisabledColor;
const selectedDayBackgroundColor = SECONDARY_TEXT_COLOR;
exports.selectedDayBackgroundColor = selectedDayBackgroundColor;
const selectedDayTextColor = FOREGROUND_COLOR;
exports.selectedDayTextColor = selectedDayTextColor;
const todayBackgroundColor = undefined;
exports.todayBackgroundColor = todayBackgroundColor;
const todayTextColor = SECONDARY_TEXT_COLOR;
exports.todayTextColor = todayTextColor;
const dayTextColor = DEFAULT_TEXT_COLOR;
exports.dayTextColor = dayTextColor;
const textDisabledColor = DISABLED_COLOR;
exports.textDisabledColor = textDisabledColor;
const textInactiveColor = DISABLED_COLOR;
exports.textInactiveColor = textInactiveColor;
const arrowColor = SECONDARY_TEXT_COLOR;
exports.arrowColor = arrowColor;
const disabledArrowColor = DISABLED_COLOR;
exports.disabledArrowColor = disabledArrowColor;
const titleTextColor = DEFAULT_TEXT_COLOR;
exports.titleTextColor = titleTextColor;
const todayButtonTextColor = SECONDARY_TEXT_COLOR;
exports.todayButtonTextColor = todayButtonTextColor;
const todayButtonPosition = undefined;
exports.todayButtonPosition = todayButtonPosition;
const headerBackgroundColor = FOREGROUND_COLOR;
exports.headerBackgroundColor = headerBackgroundColor;
const switchButtonColor = SECONDARY_TEXT_COLOR;
exports.switchButtonColor = switchButtonColor;
const localsDropdownBackgroundColor = FOREGROUND_COLOR;
exports.localsDropdownBackgroundColor = localsDropdownBackgroundColor;
const weekVerticalMargin = 7;
exports.weekVerticalMargin = weekVerticalMargin;
//# sourceMappingURL=styles.js.map