UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Microsoft 365.

13 lines 2.71 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": ".root_281c4bfa{min-width:260px}.actionButton_281c4bfa{background:0 0;background-color:transparent;border:0;cursor:pointer;margin:0;padding:0;position:relative;width:100%;font-size:12px}html[dir=ltr] .actionButton_281c4bfa{text-align:left}html[dir=rtl] .actionButton_281c4bfa{text-align:right}.actionButton_281c4bfa:hover{background-color:" }, { "theme": "neutralLighter", "defaultValue": "#f3f2f1" }, { "rawString": ";cursor:pointer}.actionButton_281c4bfa:active,.actionButton_281c4bfa:focus{background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": "}.actionButton_281c4bfa .ms-Button-icon{font-size:16px;width:25px}.actionButton_281c4bfa .ms-Button-label{margin:0 4px 0 9px}html[dir=rtl] .actionButton_281c4bfa .ms-Button-label{margin:0 9px 0 4px}.buttonSelected_281c4bfa{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.buttonSelected_281c4bfa:hover{background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": ";cursor:pointer}.suggestionsTitle_281c4bfa{font-size:12px}.suggestionsSpinner_281c4bfa{margin:5px 0;white-space:nowrap;line-height:20px;font-size:12px}html[dir=ltr] .suggestionsSpinner_281c4bfa{padding-left:14px}html[dir=rtl] .suggestionsSpinner_281c4bfa{padding-right:14px}html[dir=ltr] .suggestionsSpinner_281c4bfa{text-align:left}html[dir=rtl] .suggestionsSpinner_281c4bfa{text-align:right}.suggestionsSpinner_281c4bfa .ms-Spinner-circle{display:inline-block;vertical-align:middle}.suggestionsSpinner_281c4bfa .ms-Spinner-label{display:inline-block;margin:0 10px 0 16px;vertical-align:middle}html[dir=rtl] .suggestionsSpinner_281c4bfa .ms-Spinner-label{margin:0 16px 0 10px}.itemButton_281c4bfa{height:100%;width:100%;padding:7px 12px}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.itemButton_281c4bfa{color:WindowText}}.screenReaderOnly_281c4bfa{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}" }]); exports.root = "root_281c4bfa"; exports.actionButton = "actionButton_281c4bfa"; exports.buttonSelected = "buttonSelected_281c4bfa"; exports.suggestionsTitle = "suggestionsTitle_281c4bfa"; exports.suggestionsSpinner = "suggestionsSpinner_281c4bfa"; exports.itemButton = "itemButton_281c4bfa"; exports.screenReaderOnly = "screenReaderOnly_281c4bfa"; }); //# sourceMappingURL=SuggestionsControl.scss.js.map