import type { SpriteProps } from "../../common/utils.js"; const iconHead = ``; const headerRowID = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return ` ${iconHead}`; }; const headerCode = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return ` ${iconHead}`; }; const headerNumber = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const headerString = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const headerBoolean = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const headerUri = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const renameIcon = (props: SpriteProps) => { const bg = props.bgColor; return `${iconHead} `; }; const headerAudioUri = headerUri; const headerVideoUri = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const headerEmoji = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return ` ${iconHead} `; }; const headerImage = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const headerPhone = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return ` ${iconHead} `; }; const headerMarkdown = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return ` ${iconHead} `; }; const headerDate = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const headerTime = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return ` ${iconHead} `; }; const headerEmail = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const headerReference = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return ` ${iconHead} `; }; const headerIfThenElse = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const headerSingleValue = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return ` ${iconHead} `; }; const headerLookup = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return ` ${iconHead} `; }; const headerTextTemplate = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const headerMath = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const headerRollup = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return ` ${iconHead} `; }; const headerJoinStrings = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const headerSplitString = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return ` ${iconHead} `; }; const headerGeoDistance = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const headerArray = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return `${iconHead} `; }; const rowOwnerOverlay = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return ` `; }; const protectedColumnOverlay = (props: SpriteProps) => { const fg = props.fgColor; const bg = props.bgColor; return ` `; }; export const sprites = { headerRowID, headerNumber, headerCode, headerString, headerBoolean, headerAudioUri, headerVideoUri, headerEmoji, headerImage, headerUri, headerPhone, headerMarkdown, headerDate, headerTime, headerEmail, headerReference, headerIfThenElse, headerSingleValue, headerLookup, headerTextTemplate, headerMath, headerRollup, headerJoinStrings, headerSplitString, headerGeoDistance, headerArray, rowOwnerOverlay, protectedColumnOverlay, renameIcon, }; export type HeaderIconMap = Readonly;