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_1a0bb24f',
picker: 'picker_1a0bb24f',
holder: 'holder_1a0bb24f',
pickerIsOpened: 'pickerIsOpened_1a0bb24f',
frame: 'frame_1a0bb24f',
wrap: 'wrap_1a0bb24f',
dayPicker: 'dayPicker_1a0bb24f',
header: 'header_1a0bb24f',
month: 'month_1a0bb24f',
year: 'year_1a0bb24f',
table: 'table_1a0bb24f',
day: 'day_1a0bb24f',
weekday: 'weekday_1a0bb24f',
dayIsToday: 'dayIsToday_1a0bb24f',
dayIsDisabled: 'dayIsDisabled_1a0bb24f',
dayIsUnfocused: 'dayIsUnfocused_1a0bb24f',
dayIsFocused: 'dayIsFocused_1a0bb24f',
dayIsHighlighted: 'dayIsHighlighted_1a0bb24f',
pickerIsFocused: 'pickerIsFocused_1a0bb24f',
dayDisabled: 'dayDisabled_1a0bb24f',
monthPicker: 'monthPicker_1a0bb24f',
yearPicker: 'yearPicker_1a0bb24f',
monthComponents: 'monthComponents_1a0bb24f',
yearComponents: 'yearComponents_1a0bb24f',
decadeComponents: 'decadeComponents_1a0bb24f',
prevMonth: 'prevMonth_1a0bb24f',
nextMonth: 'nextMonth_1a0bb24f',
prevYear: 'prevYear_1a0bb24f',
nextYear: 'nextYear_1a0bb24f',
prevDecade: 'prevDecade_1a0bb24f',
nextDecade: 'nextDecade_1a0bb24f',
headerToggleView: 'headerToggleView_1a0bb24f',
currentYear: 'currentYear_1a0bb24f',
currentDecade: 'currentDecade_1a0bb24f',
optionGrid: 'optionGrid_1a0bb24f',
monthOption: 'monthOption_1a0bb24f',
yearOption: 'yearOption_1a0bb24f',
isHighlighted: 'isHighlighted_1a0bb24f',
goToday: 'goToday_1a0bb24f',
isPickingYears: 'isPickingYears_1a0bb24f',
pickerIsMonthPickerVisible: 'pickerIsMonthPickerVisible_1a0bb24f',
toggleMonthView: 'toggleMonthView_1a0bb24f',
pickerOnlyMonthPickerVisible: 'pickerOnlyMonthPickerVisible_1a0bb24f',
isPickingMonths: 'isPickingMonths_1a0bb24f',
navContainer: 'navContainer_1a0bb24f',
monthIsCurrentMonth: 'monthIsCurrentMonth_1a0bb24f',
};
load_themed_styles_1.loadStyles([{ "rawString": ".root_1a0bb24f{box-sizing:border-box;box-shadow:none;margin:0;padding:0;margin-bottom:17px}.picker_1a0bb24f{color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": ";font-size:14px;position:relative}html[dir=ltr] .picker_1a0bb24f{text-align:left}html[dir=rtl] .picker_1a0bb24f{text-align:right}.holder_1a0bb24f{-webkit-overflow-scrolling:touch;box-sizing:border-box;background:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";min-width:300px;display:none}.picker_1a0bb24f.pickerIsOpened_1a0bb24f .holder_1a0bb24f{box-sizing:border-box;display:block}.pickerIsOpened_1a0bb24f{position:relative}.frame_1a0bb24f{padding:1px;position:relative}.wrap_1a0bb24f{margin:-1px;padding:9px}.dayPicker_1a0bb24f{display:block;margin-bottom:30px}.header_1a0bb24f{height:40px;line-height:44px}.month_1a0bb24f,.year_1a0bb24f{display:inline-block;font-size:21px;font-weight:100;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";margin-top:-1px}.month_1a0bb24f:hover,.year_1a0bb24f:hover{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": ";cursor:pointer}html[dir=ltr] .month_1a0bb24f{margin-left:15px}html[dir=rtl] .month_1a0bb24f{margin-right:15px}html[dir=ltr] .year_1a0bb24f{margin-left:15px}html[dir=rtl] .year_1a0bb24f{margin-right:15px}.table_1a0bb24f{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit}.table_1a0bb24f td{margin:0;padding:0}.table_1a0bb24f td:hover{outline:1px solid transparent}.day_1a0bb24f,.weekday_1a0bb24f{width:40px;height:40px;padding:0;line-height:40px;font-size:15px;font-weight:400;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": "}.dayIsToday_1a0bb24f{position:relative;background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": "}.dayIsDisabled_1a0bb24f:before{border-top-color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": "}.dayIsUnfocused_1a0bb24f{color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": ";font-weight:400}.dayIsFocused_1a0bb24f:hover,.dayIsUnfocused_1a0bb24f:hover{cursor:pointer;color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": ";background:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}.day_1a0bb24f.dayIsHighlighted_1a0bb24f.dayIsFocused_1a0bb24f::-moz-focus-inner{border:0}.day_1a0bb24f.dayIsHighlighted_1a0bb24f.dayIsFocused_1a0bb24f{outline:transparent}.day_1a0bb24f.dayIsHighlighted_1a0bb24f.dayIsFocused_1a0bb24f{position:relative}.ms-Fabric.is-focusVisible .day_1a0bb24f.dayIsHighlighted_1a0bb24f.dayIsFocused_1a0bb24f: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_1a0bb24f:hover,.pickerIsFocused_1a0bb24f .dayIsHighlighted_1a0bb24f{cursor:pointer;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.dayIsHighlighted_1a0bb24f.dayDisabled_1a0bb24f,.dayIsHighlighted_1a0bb24f.dayDisabled_1a0bb24f:hover{background:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": "}.monthPicker_1a0bb24f,.yearPicker_1a0bb24f{display:none}.monthComponents_1a0bb24f{position:absolute;top:9px}[dir=ltr] .monthComponents_1a0bb24f{right:9px}[dir=rtl] .monthComponents_1a0bb24f{left:9px}[dir=ltr] .monthComponents_1a0bb24f{left:9px}[dir=rtl] .monthComponents_1a0bb24f{right:9px}.decadeComponents_1a0bb24f,.yearComponents_1a0bb24f{position:absolute;top:-2px}[dir=ltr] .decadeComponents_1a0bb24f,[dir=ltr] .yearComponents_1a0bb24f{right:10px}[dir=rtl] .decadeComponents_1a0bb24f,[dir=rtl] .yearComponents_1a0bb24f{left:10px}.nextDecade_1a0bb24f,.nextMonth_1a0bb24f,.nextYear_1a0bb24f,.prevDecade_1a0bb24f,.prevMonth_1a0bb24f,.prevYear_1a0bb24f{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_1a0bb24f,html[dir=ltr] .nextMonth_1a0bb24f,html[dir=ltr] .nextYear_1a0bb24f,html[dir=ltr] .prevDecade_1a0bb24f,html[dir=ltr] .prevMonth_1a0bb24f,html[dir=ltr] .prevYear_1a0bb24f{margin-left:10px}html[dir=rtl] .nextDecade_1a0bb24f,html[dir=rtl] .nextMonth_1a0bb24f,html[dir=rtl] .nextYear_1a0bb24f,html[dir=rtl] .prevDecade_1a0bb24f,html[dir=rtl] .prevMonth_1a0bb24f,html[dir=rtl] .prevYear_1a0bb24f{margin-right:10px}.nextDecade_1a0bb24f:hover,.nextMonth_1a0bb24f:hover,.nextYear_1a0bb24f:hover,.prevDecade_1a0bb24f:hover,.prevMonth_1a0bb24f:hover,.prevYear_1a0bb24f:hover{color:" }, { "theme": "neutralDark", "defaultValue": "#212121" }, { "rawString": ";cursor:pointer;outline:1px solid transparent}.headerToggleView_1a0bb24f{height:40px;position:absolute;top:0;width:140px;cursor:pointer}[dir=ltr] .headerToggleView_1a0bb24f{left:0}[dir=rtl] .headerToggleView_1a0bb24f{right:0}.currentDecade_1a0bb24f,.currentYear_1a0bb24f{display:block;font-size:21px;font-weight:100;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";height:40px;line-height:40px}html[dir=ltr] .currentDecade_1a0bb24f,html[dir=ltr] .currentYear_1a0bb24f{margin-left:15px}html[dir=rtl] .currentDecade_1a0bb24f,html[dir=rtl] .currentYear_1a0bb24f{margin-right:15px}.currentYear_1a0bb24f{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.currentYear_1a0bb24f:hover{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": ";cursor:pointer}.optionGrid_1a0bb24f{position:relative;height:210px;width:280px;margin:10px 0 30px 5px}html[dir=rtl] .optionGrid_1a0bb24f{margin:10px 5px 30px 0}.monthOption_1a0bb24f,.yearOption_1a0bb24f{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_1a0bb24f,html[dir=ltr] .yearOption_1a0bb24f{float:left}html[dir=rtl] .monthOption_1a0bb24f,html[dir=rtl] .yearOption_1a0bb24f{float:right}html[dir=rtl] .monthOption_1a0bb24f,html[dir=rtl] .yearOption_1a0bb24f{margin:0 0 10px 10px}.monthOption_1a0bb24f:hover,.yearOption_1a0bb24f:hover{background-color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": ";outline:1px solid transparent}.monthOption_1a0bb24f.isHighlighted_1a0bb24f,.yearOption_1a0bb24f.isHighlighted_1a0bb24f{background-color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.goToday_1a0bb24f{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_1a0bb24f{right:3px}[dir=rtl] .goToday_1a0bb24f{left:3px}.goToday_1a0bb24f:hover{outline:1px solid transparent}.root_1a0bb24f.isPickingYears_1a0bb24f .dayPicker_1a0bb24f,.root_1a0bb24f.isPickingYears_1a0bb24f .monthComponents_1a0bb24f{display:none}.root_1a0bb24f.isPickingYears_1a0bb24f .monthPicker_1a0bb24f{display:none}.root_1a0bb24f.isPickingYears_1a0bb24f .yearPicker_1a0bb24f{display:block}@media (min-width:460px){.header_1a0bb24f{height:30px;line-height:30px}.day_1a0bb24f,.weekday_1a0bb24f{width:30px;height:30px;line-height:28px;font-weight:600;font-size:12px}.monthComponents_1a0bb24f{width:210px}.nextDecade_1a0bb24f,.nextMonth_1a0bb24f,.nextYear_1a0bb24f,.prevDecade_1a0bb24f,.prevMonth_1a0bb24f,.prevYear_1a0bb24f{font-size:12px;width:24px;height:24px;line-height:24px}.holder_1a0bb24f{min-width:230px}.month_1a0bb24f,.year_1a0bb24f{font-weight:300}.month_1a0bb24f,.year_1a0bb24f{font-size:17px;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": "}.month_1a0bb24f:hover,.year_1a0bb24f:hover{color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";cursor:default}.pickerIsMonthPickerVisible_1a0bb24f .dayPicker_1a0bb24f{margin:-10px 0;padding:10px 0}.pickerIsMonthPickerVisible_1a0bb24f .dayPicker_1a0bb24f{box-sizing:border-box;width:220px;min-height:230px}html[dir=ltr] .pickerIsMonthPickerVisible_1a0bb24f .dayPicker_1a0bb24f{border-right:1px solid " }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}html[dir=rtl] .pickerIsMonthPickerVisible_1a0bb24f .dayPicker_1a0bb24f{border-left:1px solid " }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}.pickerIsMonthPickerVisible_1a0bb24f .holder_1a0bb24f{width:440px}.pickerIsMonthPickerVisible_1a0bb24f .monthPicker_1a0bb24f{display:block}.pickerIsMonthPickerVisible_1a0bb24f .monthPicker_1a0bb24f,.pickerIsMonthPickerVisible_1a0bb24f .yearPicker_1a0bb24f{top:9px;position:absolute}[dir=ltr] .pickerIsMonthPickerVisible_1a0bb24f .monthPicker_1a0bb24f,[dir=ltr] .pickerIsMonthPickerVisible_1a0bb24f .yearPicker_1a0bb24f{left:238px}[dir=rtl] .pickerIsMonthPickerVisible_1a0bb24f .monthPicker_1a0bb24f,[dir=rtl] .pickerIsMonthPickerVisible_1a0bb24f .yearPicker_1a0bb24f{right:238px}html[dir=ltr] .pickerIsMonthPickerVisible_1a0bb24f .month_1a0bb24f{margin-left:12px}html[dir=rtl] .pickerIsMonthPickerVisible_1a0bb24f .month_1a0bb24f{margin-right:12px}.pickerIsMonthPickerVisible_1a0bb24f .optionGrid_1a0bb24f{width:200px;height:auto;margin:10px 0 0 0}html[dir=rtl] .pickerIsMonthPickerVisible_1a0bb24f .optionGrid_1a0bb24f{margin:10px 0 0 0}.pickerIsMonthPickerVisible_1a0bb24f .toggleMonthView_1a0bb24f{display:none}.pickerIsMonthPickerVisible_1a0bb24f .currentDecade_1a0bb24f,.pickerIsMonthPickerVisible_1a0bb24f .currentYear_1a0bb24f{font-size:17px;margin:0;height:30px;line-height:26px;padding:0 10px;display:inline-block}.pickerIsMonthPickerVisible_1a0bb24f .monthOption_1a0bb24f,.pickerIsMonthPickerVisible_1a0bb24f .yearOption_1a0bb24f{width:40px;height:40px;line-height:38px;font-size:12px;margin:0 10px 10px 0}html[dir=rtl] .pickerIsMonthPickerVisible_1a0bb24f .monthOption_1a0bb24f,html[dir=rtl] .pickerIsMonthPickerVisible_1a0bb24f .yearOption_1a0bb24f{margin:0 0 10px 10px}.pickerIsMonthPickerVisible_1a0bb24f .monthOption_1a0bb24f:hover,.pickerIsMonthPickerVisible_1a0bb24f .yearOption_1a0bb24f:hover{outline:1px solid transparent}.pickerIsMonthPickerVisible_1a0bb24f .goToday_1a0bb24f{box-sizing:border-box;font-size:12px;height:30px;line-height:30px;padding:0 10px;top:199px}[dir=ltr] .pickerIsMonthPickerVisible_1a0bb24f .goToday_1a0bb24f{right:3px}[dir=rtl] .pickerIsMonthPickerVisible_1a0bb24f .goToday_1a0bb24f{left:3px}html[dir=ltr] .pickerIsMonthPickerVisible_1a0bb24f .goToday_1a0bb24f{text-align:right}html[dir=rtl] .pickerIsMonthPickerVisible_1a0bb24f .goToday_1a0bb24f{text-align:left}.pickerIsMonthPickerVisible_1a0bb24f .root_1a0bb24f.isPickingYears_1a0bb24f .dayPicker_1a0bb24f,.pickerIsMonthPickerVisible_1a0bb24f .root_1a0bb24f.isPickingYears_1a0bb24f .monthComponents_1a0bb24f{display:block}.pickerIsMonthPickerVisible_1a0bb24f .root_1a0bb24f.isPickingYears_1a0bb24f .monthPicker_1a0bb24f{display:none}.pickerIsMonthPickerVisible_1a0bb24f .root_1a0bb24f.isPickingYears_1a0bb24f .yearPicker_1a0bb24f{display:block}.pickerOnlyMonthPickerVisible_1a0bb24f .dayPicker_1a0bb24f,.pickerOnlyMonthPickerVisible_1a0bb24f .monthComponents_1a0bb24f{display:none}.pickerOnlyMonthPickerVisible_1a0bb24f .monthPicker_1a0bb24f{display:block}.pickerOnlyMonthPickerVisible_1a0bb24f .holder_1a0bb24f{width:296px}.pickerOnlyMonthPickerVisible_1a0bb24f .currentYear_1a0bb24f{height:initial;line-height:initial}.pickerOnlyMonthPickerVisible_1a0bb24f .yearComponents_1a0bb24f{position:relative;top:0}}@media (max-width:459px){.root_1a0bb24f.isPickingMonths_1a0bb24f .dayPicker_1a0bb24f,.root_1a0bb24f.isPickingMonths_1a0bb24f .monthComponents_1a0bb24f{display:none}.root_1a0bb24f.isPickingMonths_1a0bb24f .monthPicker_1a0bb24f{display:block}}.wrap_1a0bb24f div:focus::-moz-focus-inner,.wrap_1a0bb24f span:focus::-moz-focus-inner{border:0}.wrap_1a0bb24f div:focus,.wrap_1a0bb24f span:focus{outline:transparent}.wrap_1a0bb24f div:focus,.wrap_1a0bb24f span:focus{position:relative}.ms-Fabric.is-focusVisible .wrap_1a0bb24f div:focus:focus:after,.ms-Fabric.is-focusVisible .wrap_1a0bb24f 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_1a0bb24f{width:auto}.nextMonth_1a0bb24f,.nextYear_1a0bb24f,.prevMonth_1a0bb24f,.prevYear_1a0bb24f{display:inline-block}html[dir=ltr] .navContainer_1a0bb24f{float:right}html[dir=rtl] .navContainer_1a0bb24f{float:left}.monthIsCurrentMonth_1a0bb24f{background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": "}" }]);
return styles;
});
/* tslint:enable */
//# sourceMappingURL=Calendar.scss.js.map