heartbeat-monitor/node_modules/motion-dom/dist/es/render/dom/style-computed.mjs.map

1 line
690 B
Plaintext

{"version":3,"file":"style-computed.mjs","sources":["../../../../src/render/dom/style-computed.ts"],"sourcesContent":["import { isCSSVar } from \"./is-css-var\"\n\nexport function getComputedStyle(\n element: HTMLElement | SVGElement,\n name: string\n) {\n const computedStyle = window.getComputedStyle(element)\n return isCSSVar(name)\n ? computedStyle.getPropertyValue(name)\n : computedStyle[name as any]\n}\n"],"names":[],"mappings":";;AAEgB,SAAA,gBAAgB,CAC5B,OAAiC,EACjC,IAAY,EAAA;IAEZ,MAAM,aAAa,GAAG,MAAM,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAA;IACtD,OAAO,QAAQ,CAAC,IAAI,CAAC;AACjB,UAAE,aAAa,CAAC,gBAAgB,CAAC,IAAI,CAAC;AACtC,UAAE,aAAa,CAAC,IAAW,CAAC,CAAA;AACpC;;;;"}