Files
starface-outlook-sync-addin/node_modules/@fluentui/react/lib-amd/components/Coachmark/Beak/Beak.styles.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

35 lines
1.1 KiB
JavaScript

define(["require", "exports", "../../../Styling"], function (require, exports, Styling_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getStyles = getStyles;
function getStyles(props) {
var _a;
return {
root: [
{
position: 'absolute',
boxShadow: 'inherit',
border: 'none',
boxSizing: 'border-box',
transform: props.transform,
width: props.width,
height: props.height,
left: props.left,
top: props.top,
right: props.right,
bottom: props.bottom,
},
],
beak: {
fill: props.color,
display: 'block',
selectors: (_a = {},
_a[Styling_1.HighContrastSelector] = {
fill: 'windowtext',
},
_a),
},
};
}
});
//# sourceMappingURL=Beak.styles.js.map