@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
34 lines (33 loc) • 869 B
TypeScript
/**
* Confluence glyphs ac:name of <ac:emoticon /> map to new emojis
* {
* [ac:name] : ['emoji-id', 'emoji-shortName', 'emoji-fallback']
* ...
* }
* Glyphs that do not map to Fabric Emoji
* will be mapped to Emoji Id '2b50' (:star:) with preserving ac:name as shortName attribute;
*/
export declare const acNameToEmojiMap: {
'blue-star': string[];
'broken-heart': string[];
cheeky: string[];
cross: string[];
'green-star': string[];
heart: string[];
information: string[];
laugh: string[];
'light-off': string[];
'light-on': string[];
minus: string[];
plus: string[];
question: string[];
'red-star': string[];
sad: string[];
smile: string[];
'thumbs-down': string[];
'thumbs-up': string[];
tick: string[];
warning: string[];
wink: string[];
'yellow-star': string[];
};