UNPKG

@fluentui/react-northstar

Version:
32 lines (30 loc) 964 B
"use strict"; exports.__esModule = true; exports.datepickerCalendarCellStyles = void 0; var datepickerCalendarCellStyles = { root: function root(_ref) { var p = _ref.props, v = _ref.variables; return Object.assign({ height: v.calendarCellHeight, width: v.calendarCellWidth, padding: v.calendarCellPadding, ':hover': { backgroundColor: v.calendarCellHoverBackgroundColor, color: v.calendarCellHoverColor } }, p.quiet && { color: v.calendarCellQuietColor }, p.selected && { color: v.calendarCellSelectedColor, backgroundColor: v.calendarCellSelectedBackgroundColor }, p.disabled && { color: v.calendarCellDisabledColor, cursor: 'default', backgroundColor: v.calendarCellDisabledBackgroundColor, ':hover': {} }); } }; exports.datepickerCalendarCellStyles = datepickerCalendarCellStyles; //# sourceMappingURL=datepickerCalendarCellStyles.js.map