UNPKG

@limetech/lime-elements

Version:
21 lines (15 loc) 988 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-174a078a.js'); const _3dHoverEffectGlowCss = ":host(limel-3d-hover-effect-glow){display:block;pointer-events:none;position:absolute;inset:0;mix-blend-mode:plus-lighter}div{position:absolute;inset:0;transition:background, opacity;transition-timing-function:ease-out;transition-duration:0.8s;border-radius:inherit;opacity:var(--limel-3d-hover-effect-glow-opacity, 0.1);background-image:radial-gradient(circle at var(--limel-3d-hover-effect-glow-position, 50% -20%), rgb(var(--color-white), 0.3), rgb(var(--color-white), 0))}"; const HoverEffectGlowComponent = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return index.h("div", null); } }; HoverEffectGlowComponent.style = _3dHoverEffectGlowCss; exports.limel_3d_hover_effect_glow = HoverEffectGlowComponent; //# sourceMappingURL=limel-3d-hover-effect-glow.cjs.entry.js.map