UNPKG

phx-react

Version:

PHX REACT

105 lines 5.03 kB
const theme = { blockCursor: 'PlaygroundEditorTheme__blockCursor', characterLimit: 'PlaygroundEditorTheme__characterLimit', code: 'PlaygroundEditorTheme__code', codeHighlight: { atrule: 'PlaygroundEditorTheme__tokenAttr', attr: 'PlaygroundEditorTheme__tokenAttr', boolean: 'PlaygroundEditorTheme__tokenProperty', builtin: 'PlaygroundEditorTheme__tokenSelector', cdata: 'PlaygroundEditorTheme__tokenComment', char: 'PlaygroundEditorTheme__tokenSelector', class: 'PlaygroundEditorTheme__tokenFunction', 'class-name': 'PlaygroundEditorTheme__tokenFunction', comment: 'PlaygroundEditorTheme__tokenComment', constant: 'PlaygroundEditorTheme__tokenProperty', deleted: 'PlaygroundEditorTheme__tokenProperty', doctype: 'PlaygroundEditorTheme__tokenComment', entity: 'PlaygroundEditorTheme__tokenOperator', function: 'PlaygroundEditorTheme__tokenFunction', important: 'PlaygroundEditorTheme__tokenVariable', inserted: 'PlaygroundEditorTheme__tokenSelector', keyword: 'PlaygroundEditorTheme__tokenAttr', namespace: 'PlaygroundEditorTheme__tokenVariable', number: 'PlaygroundEditorTheme__tokenProperty', operator: 'PlaygroundEditorTheme__tokenOperator', prolog: 'PlaygroundEditorTheme__tokenComment', property: 'PlaygroundEditorTheme__tokenProperty', punctuation: 'PlaygroundEditorTheme__tokenPunctuation', regex: 'PlaygroundEditorTheme__tokenVariable', selector: 'PlaygroundEditorTheme__tokenSelector', string: 'PlaygroundEditorTheme__tokenSelector', symbol: 'PlaygroundEditorTheme__tokenProperty', tag: 'PlaygroundEditorTheme__tokenProperty', url: 'PlaygroundEditorTheme__tokenOperator', variable: 'PlaygroundEditorTheme__tokenVariable', }, embedBlock: { base: 'PlaygroundEditorTheme__embedBlock', focus: 'PlaygroundEditorTheme__embedBlockFocus', }, hashtag: 'PlaygroundEditorTheme__hashtag', heading: { h1: 'PlaygroundEditorTheme__h1', h2: 'PlaygroundEditorTheme__h2', h3: 'PlaygroundEditorTheme__h3', h4: 'PlaygroundEditorTheme__h4', h5: 'PlaygroundEditorTheme__h5', h6: 'PlaygroundEditorTheme__h6', }, image: 'editor-image', indent: 'PlaygroundEditorTheme__indent', inlineImage: 'inline-editor-image', layoutContainer: 'PlaygroundEditorTheme__layoutContaner', layoutItem: 'PlaygroundEditorTheme__layoutItem', link: 'PlaygroundEditorTheme__link', list: { listitem: 'PlaygroundEditorTheme__listItem', listitemChecked: 'PlaygroundEditorTheme__listItemChecked', listitemUnchecked: 'PlaygroundEditorTheme__listItemUnchecked', nested: { listitem: 'PlaygroundEditorTheme__nestedListItem', }, olDepth: [ 'PlaygroundEditorTheme__ol1', 'PlaygroundEditorTheme__ol2', 'PlaygroundEditorTheme__ol3', 'PlaygroundEditorTheme__ol4', 'PlaygroundEditorTheme__ol5', ], ul: 'PlaygroundEditorTheme__ul', }, ltr: 'PlaygroundEditorTheme__ltr', mark: 'PlaygroundEditorTheme__mark', markOverlap: 'PlaygroundEditorTheme__markOverlap', paragraph: 'PlaygroundEditorTheme__paragraph', quote: 'PlaygroundEditorTheme__quote', rtl: 'PlaygroundEditorTheme__rtl', table: 'PlaygroundEditorTheme__table', tableAddColumns: 'PlaygroundEditorTheme__tableAddColumns', tableAddRows: 'PlaygroundEditorTheme__tableAddRows', tableCell: 'PlaygroundEditorTheme__tableCell', tableCellActionButton: 'PlaygroundEditorTheme__tableCellActionButton', tableCellActionButtonContainer: 'PlaygroundEditorTheme__tableCellActionButtonContainer', tableCellEditing: 'PlaygroundEditorTheme__tableCellEditing', tableCellHeader: 'PlaygroundEditorTheme__tableCellHeader', tableCellPrimarySelected: 'PlaygroundEditorTheme__tableCellPrimarySelected', tableCellResizer: 'PlaygroundEditorTheme__tableCellResizer', tableCellSelected: 'PlaygroundEditorTheme__tableCellSelected', tableCellSortedIndicator: 'PlaygroundEditorTheme__tableCellSortedIndicator', tableResizeRuler: 'PlaygroundEditorTheme__tableCellResizeRuler', tableSelected: 'PlaygroundEditorTheme__tableSelected', tableSelection: 'PlaygroundEditorTheme__tableSelection', text: { bold: 'PlaygroundEditorTheme__textBold', code: 'PlaygroundEditorTheme__textCode', italic: 'PlaygroundEditorTheme__textItalic', strikethrough: 'PlaygroundEditorTheme__textStrikethrough', subscript: 'PlaygroundEditorTheme__textSubscript', superscript: 'PlaygroundEditorTheme__textSuperscript', underline: 'PlaygroundEditorTheme__textUnderline', underlineStrikethrough: 'PlaygroundEditorTheme__textUnderlineStrikethrough', }, }; export default theme; //# sourceMappingURL=PlaygroundEditorTheme.js.map