office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
57 lines (55 loc) • 15.6 kB
JavaScript
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) {
"use strict";
var styles = {
root: 'root_dec7fb67',
picker: 'picker_dec7fb67',
holder: 'holder_dec7fb67',
pickerIsOpened: 'pickerIsOpened_dec7fb67',
frame: 'frame_dec7fb67',
wrap: 'wrap_dec7fb67',
dayPicker: 'dayPicker_dec7fb67',
header: 'header_dec7fb67',
month: 'month_dec7fb67',
year: 'year_dec7fb67',
table: 'table_dec7fb67',
day: 'day_dec7fb67',
weekday: 'weekday_dec7fb67',
dayIsToday: 'dayIsToday_dec7fb67',
dayIsDisabled: 'dayIsDisabled_dec7fb67',
dayIsUnfocused: 'dayIsUnfocused_dec7fb67',
dayIsFocused: 'dayIsFocused_dec7fb67',
dayIsHighlighted: 'dayIsHighlighted_dec7fb67',
pickerIsFocused: 'pickerIsFocused_dec7fb67',
dayDisabled: 'dayDisabled_dec7fb67',
monthPicker: 'monthPicker_dec7fb67',
yearPicker: 'yearPicker_dec7fb67',
monthComponents: 'monthComponents_dec7fb67',
yearComponents: 'yearComponents_dec7fb67',
decadeComponents: 'decadeComponents_dec7fb67',
prevMonth: 'prevMonth_dec7fb67',
nextMonth: 'nextMonth_dec7fb67',
prevYear: 'prevYear_dec7fb67',
nextYear: 'nextYear_dec7fb67',
prevDecade: 'prevDecade_dec7fb67',
nextDecade: 'nextDecade_dec7fb67',
headerToggleView: 'headerToggleView_dec7fb67',
currentYear: 'currentYear_dec7fb67',
currentDecade: 'currentDecade_dec7fb67',
optionGrid: 'optionGrid_dec7fb67',
monthOption: 'monthOption_dec7fb67',
yearOption: 'yearOption_dec7fb67',
isHighlighted: 'isHighlighted_dec7fb67',
goToday: 'goToday_dec7fb67',
isPickingYears: 'isPickingYears_dec7fb67',
pickerIsMonthPickerVisible: 'pickerIsMonthPickerVisible_dec7fb67',
toggleMonthView: 'toggleMonthView_dec7fb67',
pickerOnlyMonthPickerVisible: 'pickerOnlyMonthPickerVisible_dec7fb67',
isPickingMonths: 'isPickingMonths_dec7fb67',
navContainer: 'navContainer_dec7fb67',
monthIsCurrentMonth: 'monthIsCurrentMonth_dec7fb67',
};
load_themed_styles_1.loadStyles([{ "rawString": ".root_dec7fb67{box-sizing:border-box;box-shadow:none;margin:0;padding:0;margin-bottom:17px}.picker_dec7fb67{color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": ";font-size:14px;position:relative}html[dir=ltr] .picker_dec7fb67{text-align:left}html[dir=rtl] .picker_dec7fb67{text-align:right}.holder_dec7fb67{-webkit-overflow-scrolling:touch;box-sizing:border-box;background:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";min-width:300px;display:none}.picker_dec7fb67.pickerIsOpened_dec7fb67 .holder_dec7fb67{box-sizing:border-box;display:block}.pickerIsOpened_dec7fb67{position:relative}.frame_dec7fb67{padding:1px;position:relative}.wrap_dec7fb67{margin:-1px;padding:9px}.dayPicker_dec7fb67{display:block;margin-bottom:30px}.header_dec7fb67{height:40px;line-height:44px}.month_dec7fb67,.year_dec7fb67{display:inline-block;font-size:21px;font-weight:100;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";margin-top:-1px}.month_dec7fb67:hover,.year_dec7fb67:hover{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": ";cursor:pointer}html[dir=ltr] .month_dec7fb67{margin-left:15px}html[dir=rtl] .month_dec7fb67{margin-right:15px}html[dir=ltr] .year_dec7fb67{margin-left:15px}html[dir=rtl] .year_dec7fb67{margin-right:15px}.table_dec7fb67{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit}.table_dec7fb67 td{margin:0;padding:0}.table_dec7fb67 td:hover{outline:1px solid transparent}.day_dec7fb67,.weekday_dec7fb67{width:40px;height:40px;padding:0;line-height:40px;font-size:15px;font-weight:400;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": "}.dayIsToday_dec7fb67{position:relative;background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": "}.dayIsDisabled_dec7fb67:before{border-top-color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": "}.dayIsUnfocused_dec7fb67{color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": ";font-weight:400}.dayIsFocused_dec7fb67:hover,.dayIsUnfocused_dec7fb67:hover{cursor:pointer;color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": ";background:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}.day_dec7fb67.dayIsHighlighted_dec7fb67.dayIsFocused_dec7fb67::-moz-focus-inner{border:0}.day_dec7fb67.dayIsHighlighted_dec7fb67.dayIsFocused_dec7fb67{outline:transparent}.day_dec7fb67.dayIsHighlighted_dec7fb67.dayIsFocused_dec7fb67{position:relative}.ms-Fabric.is-focusVisible .day_dec7fb67.dayIsHighlighted_dec7fb67.dayIsFocused_dec7fb67:focus:after{content:'';position:absolute;top:1px;right:1px;bottom:1px;left:1px;pointer-events:none;border:1px solid " }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.dayIsHighlighted_dec7fb67:hover,.pickerIsFocused_dec7fb67 .dayIsHighlighted_dec7fb67{cursor:pointer;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.dayIsHighlighted_dec7fb67.dayDisabled_dec7fb67,.dayIsHighlighted_dec7fb67.dayDisabled_dec7fb67:hover{background:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": "}.monthPicker_dec7fb67,.yearPicker_dec7fb67{display:none}.monthComponents_dec7fb67{position:absolute;top:9px}[dir=ltr] .monthComponents_dec7fb67{right:9px}[dir=rtl] .monthComponents_dec7fb67{left:9px}[dir=ltr] .monthComponents_dec7fb67{left:9px}[dir=rtl] .monthComponents_dec7fb67{right:9px}.decadeComponents_dec7fb67,.yearComponents_dec7fb67{position:absolute;top:-2px}[dir=ltr] .decadeComponents_dec7fb67,[dir=ltr] .yearComponents_dec7fb67{right:10px}[dir=rtl] .decadeComponents_dec7fb67,[dir=rtl] .yearComponents_dec7fb67{left:10px}.nextDecade_dec7fb67,.nextMonth_dec7fb67,.nextYear_dec7fb67,.prevDecade_dec7fb67,.prevMonth_dec7fb67,.prevYear_dec7fb67{width:40px;height:40px;display:block;text-align:center;line-height:40px;text-align:center;font-size:16px;color:" }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": ";position:relative;top:2px}html[dir=ltr] .nextDecade_dec7fb67,html[dir=ltr] .nextMonth_dec7fb67,html[dir=ltr] .nextYear_dec7fb67,html[dir=ltr] .prevDecade_dec7fb67,html[dir=ltr] .prevMonth_dec7fb67,html[dir=ltr] .prevYear_dec7fb67{margin-left:10px}html[dir=rtl] .nextDecade_dec7fb67,html[dir=rtl] .nextMonth_dec7fb67,html[dir=rtl] .nextYear_dec7fb67,html[dir=rtl] .prevDecade_dec7fb67,html[dir=rtl] .prevMonth_dec7fb67,html[dir=rtl] .prevYear_dec7fb67{margin-right:10px}.nextDecade_dec7fb67:hover,.nextMonth_dec7fb67:hover,.nextYear_dec7fb67:hover,.prevDecade_dec7fb67:hover,.prevMonth_dec7fb67:hover,.prevYear_dec7fb67:hover{color:" }, { "theme": "neutralDark", "defaultValue": "#212121" }, { "rawString": ";cursor:pointer;outline:1px solid transparent}.headerToggleView_dec7fb67{height:40px;position:absolute;top:0;width:140px;cursor:pointer}[dir=ltr] .headerToggleView_dec7fb67{left:0}[dir=rtl] .headerToggleView_dec7fb67{right:0}.currentDecade_dec7fb67,.currentYear_dec7fb67{display:block;font-size:21px;font-weight:100;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";height:40px;line-height:40px}html[dir=ltr] .currentDecade_dec7fb67,html[dir=ltr] .currentYear_dec7fb67{margin-left:15px}html[dir=rtl] .currentDecade_dec7fb67,html[dir=rtl] .currentYear_dec7fb67{margin-right:15px}.currentYear_dec7fb67{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.currentYear_dec7fb67:hover{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": ";cursor:pointer}.optionGrid_dec7fb67{position:relative;height:210px;width:280px;margin:10px 0 30px 5px}html[dir=rtl] .optionGrid_dec7fb67{margin:10px 5px 30px 0}.monthOption_dec7fb67,.yearOption_dec7fb67{background-color:" }, { "theme": "neutralLighter", "defaultValue": "#f4f4f4" }, { "rawString": ";width:60px;height:60px;line-height:60px;cursor:pointer;margin:0 10px 10px 0;font-size:13px;font-weight:400;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";text-align:center}html[dir=ltr] .monthOption_dec7fb67,html[dir=ltr] .yearOption_dec7fb67{float:left}html[dir=rtl] .monthOption_dec7fb67,html[dir=rtl] .yearOption_dec7fb67{float:right}html[dir=rtl] .monthOption_dec7fb67,html[dir=rtl] .yearOption_dec7fb67{margin:0 0 10px 10px}.monthOption_dec7fb67:hover,.yearOption_dec7fb67:hover{background-color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": ";outline:1px solid transparent}.monthOption_dec7fb67.isHighlighted_dec7fb67,.yearOption_dec7fb67.isHighlighted_dec7fb67{background-color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.goToday_dec7fb67{bottom:9px;color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";cursor:pointer;font-size:13px;font-weight:400;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";height:30px;line-height:30px;padding:0 10px;position:absolute!important}[dir=ltr] .goToday_dec7fb67{right:3px}[dir=rtl] .goToday_dec7fb67{left:3px}.goToday_dec7fb67:hover{outline:1px solid transparent}.root_dec7fb67.isPickingYears_dec7fb67 .dayPicker_dec7fb67,.root_dec7fb67.isPickingYears_dec7fb67 .monthComponents_dec7fb67{display:none}.root_dec7fb67.isPickingYears_dec7fb67 .monthPicker_dec7fb67{display:none}.root_dec7fb67.isPickingYears_dec7fb67 .yearPicker_dec7fb67{display:block}@media (min-width:460px){.header_dec7fb67{height:30px;line-height:30px}.day_dec7fb67,.weekday_dec7fb67{width:30px;height:30px;line-height:28px;font-weight:600;font-size:12px}.monthComponents_dec7fb67{width:210px}.nextDecade_dec7fb67,.nextMonth_dec7fb67,.nextYear_dec7fb67,.prevDecade_dec7fb67,.prevMonth_dec7fb67,.prevYear_dec7fb67{font-size:12px;width:24px;height:24px;line-height:24px}.holder_dec7fb67{min-width:230px}.month_dec7fb67,.year_dec7fb67{font-weight:300}.month_dec7fb67,.year_dec7fb67{font-size:17px;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": "}.month_dec7fb67:hover,.year_dec7fb67:hover{color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";cursor:default}.pickerIsMonthPickerVisible_dec7fb67 .dayPicker_dec7fb67{margin:-10px 0;padding:10px 0}.pickerIsMonthPickerVisible_dec7fb67 .dayPicker_dec7fb67{box-sizing:border-box;width:220px;min-height:230px}html[dir=ltr] .pickerIsMonthPickerVisible_dec7fb67 .dayPicker_dec7fb67{border-right:1px solid " }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}html[dir=rtl] .pickerIsMonthPickerVisible_dec7fb67 .dayPicker_dec7fb67{border-left:1px solid " }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}.pickerIsMonthPickerVisible_dec7fb67 .holder_dec7fb67{width:440px}.pickerIsMonthPickerVisible_dec7fb67 .monthPicker_dec7fb67{display:block}.pickerIsMonthPickerVisible_dec7fb67 .monthPicker_dec7fb67,.pickerIsMonthPickerVisible_dec7fb67 .yearPicker_dec7fb67{top:9px;position:absolute}[dir=ltr] .pickerIsMonthPickerVisible_dec7fb67 .monthPicker_dec7fb67,[dir=ltr] .pickerIsMonthPickerVisible_dec7fb67 .yearPicker_dec7fb67{left:238px}[dir=rtl] .pickerIsMonthPickerVisible_dec7fb67 .monthPicker_dec7fb67,[dir=rtl] .pickerIsMonthPickerVisible_dec7fb67 .yearPicker_dec7fb67{right:238px}html[dir=ltr] .pickerIsMonthPickerVisible_dec7fb67 .month_dec7fb67{margin-left:12px}html[dir=rtl] .pickerIsMonthPickerVisible_dec7fb67 .month_dec7fb67{margin-right:12px}.pickerIsMonthPickerVisible_dec7fb67 .optionGrid_dec7fb67{width:200px;height:auto;margin:10px 0 0 0}html[dir=rtl] .pickerIsMonthPickerVisible_dec7fb67 .optionGrid_dec7fb67{margin:10px 0 0 0}.pickerIsMonthPickerVisible_dec7fb67 .toggleMonthView_dec7fb67{display:none}.pickerIsMonthPickerVisible_dec7fb67 .currentDecade_dec7fb67,.pickerIsMonthPickerVisible_dec7fb67 .currentYear_dec7fb67{font-size:17px;margin:0;height:30px;line-height:26px;padding:0 10px;display:inline-block}.pickerIsMonthPickerVisible_dec7fb67 .monthOption_dec7fb67,.pickerIsMonthPickerVisible_dec7fb67 .yearOption_dec7fb67{width:40px;height:40px;line-height:38px;font-size:12px;margin:0 10px 10px 0}html[dir=rtl] .pickerIsMonthPickerVisible_dec7fb67 .monthOption_dec7fb67,html[dir=rtl] .pickerIsMonthPickerVisible_dec7fb67 .yearOption_dec7fb67{margin:0 0 10px 10px}.pickerIsMonthPickerVisible_dec7fb67 .monthOption_dec7fb67:hover,.pickerIsMonthPickerVisible_dec7fb67 .yearOption_dec7fb67:hover{outline:1px solid transparent}.pickerIsMonthPickerVisible_dec7fb67 .goToday_dec7fb67{box-sizing:border-box;font-size:12px;height:30px;line-height:30px;padding:0 10px;top:199px}[dir=ltr] .pickerIsMonthPickerVisible_dec7fb67 .goToday_dec7fb67{right:3px}[dir=rtl] .pickerIsMonthPickerVisible_dec7fb67 .goToday_dec7fb67{left:3px}html[dir=ltr] .pickerIsMonthPickerVisible_dec7fb67 .goToday_dec7fb67{text-align:right}html[dir=rtl] .pickerIsMonthPickerVisible_dec7fb67 .goToday_dec7fb67{text-align:left}.pickerIsMonthPickerVisible_dec7fb67 .root_dec7fb67.isPickingYears_dec7fb67 .dayPicker_dec7fb67,.pickerIsMonthPickerVisible_dec7fb67 .root_dec7fb67.isPickingYears_dec7fb67 .monthComponents_dec7fb67{display:block}.pickerIsMonthPickerVisible_dec7fb67 .root_dec7fb67.isPickingYears_dec7fb67 .monthPicker_dec7fb67{display:none}.pickerIsMonthPickerVisible_dec7fb67 .root_dec7fb67.isPickingYears_dec7fb67 .yearPicker_dec7fb67{display:block}.pickerOnlyMonthPickerVisible_dec7fb67 .dayPicker_dec7fb67,.pickerOnlyMonthPickerVisible_dec7fb67 .monthComponents_dec7fb67{display:none}.pickerOnlyMonthPickerVisible_dec7fb67 .monthPicker_dec7fb67{display:block}.pickerOnlyMonthPickerVisible_dec7fb67 .holder_dec7fb67{width:296px}.pickerOnlyMonthPickerVisible_dec7fb67 .currentYear_dec7fb67{height:initial;line-height:initial}.pickerOnlyMonthPickerVisible_dec7fb67 .yearComponents_dec7fb67{position:relative;top:0}}@media (max-width:459px){.root_dec7fb67.isPickingMonths_dec7fb67 .dayPicker_dec7fb67,.root_dec7fb67.isPickingMonths_dec7fb67 .monthComponents_dec7fb67{display:none}.root_dec7fb67.isPickingMonths_dec7fb67 .monthPicker_dec7fb67{display:block}}.wrap_dec7fb67 div:focus::-moz-focus-inner,.wrap_dec7fb67 span:focus::-moz-focus-inner{border:0}.wrap_dec7fb67 div:focus,.wrap_dec7fb67 span:focus{outline:transparent}.wrap_dec7fb67 div:focus,.wrap_dec7fb67 span:focus{position:relative}.ms-Fabric.is-focusVisible .wrap_dec7fb67 div:focus:focus:after,.ms-Fabric.is-focusVisible .wrap_dec7fb67 span:focus:focus:after{content:'';position:absolute;top:1px;right:1px;bottom:1px;left:1px;pointer-events:none;border:1px solid " }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.goToday_dec7fb67{width:auto}.nextMonth_dec7fb67,.nextYear_dec7fb67,.prevMonth_dec7fb67,.prevYear_dec7fb67{display:inline-block}html[dir=ltr] .navContainer_dec7fb67{float:right}html[dir=rtl] .navContainer_dec7fb67{float:left}.monthIsCurrentMonth_dec7fb67{background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": "}" }]);
return styles;
});
/* tslint:enable */
//# sourceMappingURL=Calendar.scss.js.map