FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
esm
Edit File: sc-visually-hidden.entry.js
import { r as registerInstance, h } from './index-745b6bec.js'; const scVisuallyHiddenCss = ":host(:not(:focus-within)){position:absolute !important;width:1px !important;height:1px !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;border:none !important;overflow:hidden !important;white-space:nowrap !important;padding:0 !important}"; const ScVisuallyHiddenStyle0 = scVisuallyHiddenCss; const ScVisuallyHidden = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return h("slot", { key: '6a97ee4f09930a859636ae8f711b37617895571d' }); } }; ScVisuallyHidden.style = ScVisuallyHiddenStyle0; export { ScVisuallyHidden as sc_visually_hidden }; //# sourceMappingURL=sc-visually-hidden.entry.js.map
Save
Back