UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

17 lines 5.82 kB
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); load_themed_styles_1.loadStyles([{ "rawString": ".personaContainer_91022ca2{border-radius:15px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:" }, { "theme": "themeLighterAlt", "defaultValue": "#eff6fc" }, { "rawString": ";margin:4px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;position:relative}.personaContainer_91022ca2::-moz-focus-inner{border:0}.personaContainer_91022ca2{outline:transparent}.personaContainer_91022ca2{position:relative}.ms-Fabric--isFocusVisible .personaContainer_91022ca2:focus:after{content:'';position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;pointer-events:none;border:1px solid " }, { "theme": "focusBorder", "defaultValue": "#605e5c" }, { "rawString": "}.personaContainer_91022ca2 .ms-Persona-primaryText{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": ";font-size:14px;font-weight:400}.personaContainer_91022ca2 .ms-Persona-primaryText.hover_91022ca2{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": "}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.personaContainer_91022ca2 .ms-Persona-primaryText{color:HighlightText}}.personaContainer_91022ca2 .actionButton_91022ca2:hover{background:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": "}.personaContainer_91022ca2 .actionButton_91022ca2 .ms-Button-icon{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": "}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.personaContainer_91022ca2 .actionButton_91022ca2 .ms-Button-icon{color:HighlightText}}.personaContainer_91022ca2:hover{background:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.personaContainer_91022ca2:hover .ms-Persona-primaryText{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": ";font-size:14px;font-weight:400}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.personaContainer_91022ca2:hover .ms-Persona-primaryText{color:HighlightText}}.personaContainer_91022ca2.personaContainerIsSelected_91022ca2{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d4" }, { "rawString": "}.personaContainer_91022ca2.personaContainerIsSelected_91022ca2 .ms-Persona-primaryText{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.personaContainer_91022ca2.personaContainerIsSelected_91022ca2 .ms-Persona-primaryText{color:HighlightText}}.personaContainer_91022ca2.personaContainerIsSelected_91022ca2 .actionButton_91022ca2{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.personaContainer_91022ca2.personaContainerIsSelected_91022ca2 .actionButton_91022ca2 .ms-Button-icon{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": "}.personaContainer_91022ca2.personaContainerIsSelected_91022ca2 .actionButton_91022ca2 .ms-Button-icon:hover{background:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": "}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.personaContainer_91022ca2.personaContainerIsSelected_91022ca2 .actionButton_91022ca2 .ms-Button-icon{color:HighlightText}}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.personaContainer_91022ca2.personaContainerIsSelected_91022ca2{border-color:Highlight;background:Highlight;-ms-high-contrast-adjust:none}}.personaContainer_91022ca2.validationError_91022ca2 .ms-Persona-primaryText{color:" }, { "theme": "red", "defaultValue": "#e81123" }, { "rawString": "}.personaContainer_91022ca2.validationError_91022ca2 .ms-Persona-initials{font-size:20px}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.personaContainer_91022ca2{border:1px solid WindowText}}.personaContainer_91022ca2 .itemContent_91022ca2{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;min-width:0;max-width:100%}.personaContainer_91022ca2 .removeButton_91022ca2{border-radius:15px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33px;height:33px;-ms-flex-preferred-size:32px;flex-basis:32px}.personaContainer_91022ca2 .expandButton_91022ca2{border-radius:15px 0 0 15px;height:33px;width:44px;padding-right:16px;position:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-17px}.personaContainer_91022ca2 .personaWrapper_91022ca2{position:relative;display:inherit}.personaContainer_91022ca2 .personaWrapper_91022ca2 .ms-Persona-details{padding:0 8px}.personaContainer_91022ca2 .personaDetails_91022ca2{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.itemContainer_91022ca2{display:inline-block;vertical-align:top}" }]); exports.personaContainer = "personaContainer_91022ca2"; exports.hover = "hover_91022ca2"; exports.actionButton = "actionButton_91022ca2"; exports.personaContainerIsSelected = "personaContainerIsSelected_91022ca2"; exports.validationError = "validationError_91022ca2"; exports.itemContent = "itemContent_91022ca2"; exports.removeButton = "removeButton_91022ca2"; exports.expandButton = "expandButton_91022ca2"; exports.personaWrapper = "personaWrapper_91022ca2"; exports.personaDetails = "personaDetails_91022ca2"; exports.itemContainer = "itemContainer_91022ca2"; }); //# sourceMappingURL=ExtendedSelectedItem.scss.js.map