@churchapps/apphelper 0.4.12 → 0.4.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/DisplayBox.js +12 -18
- package/dist/components/DisplayBox.js.map +1 -1
- package/dist/components/ErrorMessages.js +9 -46
- package/dist/components/ErrorMessages.js.map +1 -1
- package/dist/components/ExportLink.d.ts.map +1 -1
- package/dist/components/ExportLink.js +8 -10
- package/dist/components/ExportLink.js.map +1 -1
- package/dist/components/FloatingSupport.js +7 -14
- package/dist/components/FloatingSupport.js.map +1 -1
- package/dist/components/FormCardPayment.d.ts.map +1 -1
- package/dist/components/FormCardPayment.js +28 -64
- package/dist/components/FormCardPayment.js.map +1 -1
- package/dist/components/FormSubmissionEdit.d.ts.map +1 -1
- package/dist/components/FormSubmissionEdit.js +28 -66
- package/dist/components/FormSubmissionEdit.js.map +1 -1
- package/dist/components/HelpIcon.js +3 -7
- package/dist/components/HelpIcon.js.map +1 -1
- package/dist/components/ImageEditor.d.ts.map +1 -1
- package/dist/components/ImageEditor.js +13 -19
- package/dist/components/ImageEditor.js.map +1 -1
- package/dist/components/InputBox.d.ts.map +1 -1
- package/dist/components/InputBox.js +13 -15
- package/dist/components/InputBox.js.map +1 -1
- package/dist/components/Loading.d.ts +0 -1
- package/dist/components/Loading.d.ts.map +1 -1
- package/dist/components/Loading.js +52 -12
- package/dist/components/Loading.js.map +1 -1
- package/dist/components/PageHeader.d.ts +15 -0
- package/dist/components/PageHeader.d.ts.map +1 -0
- package/dist/components/PageHeader.js +41 -0
- package/dist/components/PageHeader.js.map +1 -0
- package/dist/components/PersonAvatar.d.ts +12 -0
- package/dist/components/PersonAvatar.d.ts.map +1 -0
- package/dist/components/PersonAvatar.js +55 -0
- package/dist/components/PersonAvatar.js.map +1 -0
- package/dist/components/QuestionEdit.js +20 -26
- package/dist/components/QuestionEdit.js.map +1 -1
- package/dist/components/SmallButton.js +9 -15
- package/dist/components/SmallButton.js.map +1 -1
- package/dist/components/SupportModal.d.ts.map +1 -1
- package/dist/components/SupportModal.js +5 -9
- package/dist/components/SupportModal.js.map +1 -1
- package/dist/components/TabPanel.js +5 -9
- package/dist/components/TabPanel.js.map +1 -1
- package/dist/components/header/Banner.js +3 -7
- package/dist/components/header/Banner.js.map +1 -1
- package/dist/components/header/PrimaryMenu.d.ts.map +1 -1
- package/dist/components/header/PrimaryMenu.js +30 -30
- package/dist/components/header/PrimaryMenu.js.map +1 -1
- package/dist/components/header/SecondaryMenu.js +6 -10
- package/dist/components/header/SecondaryMenu.js.map +1 -1
- package/dist/components/header/SecondaryMenuAlt.js +8 -15
- package/dist/components/header/SecondaryMenuAlt.js.map +1 -1
- package/dist/components/header/SiteHeader.d.ts +2 -1
- package/dist/components/header/SiteHeader.d.ts.map +1 -1
- package/dist/components/header/SiteHeader.js +109 -17
- package/dist/components/header/SiteHeader.js.map +1 -1
- package/dist/components/header/SupportDrawer.js +14 -18
- package/dist/components/header/SupportDrawer.js.map +1 -1
- package/dist/components/header/index.js +2 -7
- package/dist/components/header/index.js.map +1 -1
- package/dist/components/index.d.ts +2 -4
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +18 -52
- package/dist/components/index.js.map +1 -1
- package/dist/components/notes/AddNote.d.ts.map +1 -1
- package/dist/components/notes/AddNote.js +56 -54
- package/dist/components/notes/AddNote.js.map +1 -1
- package/dist/components/notes/Note.d.ts.map +1 -1
- package/dist/components/notes/Note.js +11 -15
- package/dist/components/notes/Note.js.map +1 -1
- package/dist/components/notes/Notes.d.ts.map +1 -1
- package/dist/components/notes/Notes.js +134 -40
- package/dist/components/notes/Notes.js.map +1 -1
- package/dist/components/notes/index.js +3 -9
- package/dist/components/notes/index.js.map +1 -1
- package/dist/components/wrapper/AppList.d.ts.map +1 -1
- package/dist/components/wrapper/AppList.js +7 -13
- package/dist/components/wrapper/AppList.js.map +1 -1
- package/dist/components/wrapper/ChurchList.d.ts.map +1 -1
- package/dist/components/wrapper/ChurchList.js +55 -21
- package/dist/components/wrapper/ChurchList.js.map +1 -1
- package/dist/components/wrapper/NavItem.js +11 -15
- package/dist/components/wrapper/NavItem.js.map +1 -1
- package/dist/components/wrapper/NewPrivateMessage.d.ts.map +1 -1
- package/dist/components/wrapper/NewPrivateMessage.js +38 -68
- package/dist/components/wrapper/NewPrivateMessage.js.map +1 -1
- package/dist/components/wrapper/Notifications.d.ts.map +1 -1
- package/dist/components/wrapper/Notifications.js +53 -57
- package/dist/components/wrapper/Notifications.js.map +1 -1
- package/dist/components/wrapper/PrivateMessageDetails.d.ts +1 -0
- package/dist/components/wrapper/PrivateMessageDetails.d.ts.map +1 -1
- package/dist/components/wrapper/PrivateMessageDetails.js +54 -9
- package/dist/components/wrapper/PrivateMessageDetails.js.map +1 -1
- package/dist/components/wrapper/PrivateMessages.d.ts.map +1 -1
- package/dist/components/wrapper/PrivateMessages.js +363 -78
- package/dist/components/wrapper/PrivateMessages.js.map +1 -1
- package/dist/components/wrapper/UserMenu.d.ts.map +1 -1
- package/dist/components/wrapper/UserMenu.js +182 -54
- package/dist/components/wrapper/UserMenu.js.map +1 -1
- package/dist/components/wrapper/index.d.ts +2 -1
- package/dist/components/wrapper/index.d.ts.map +1 -1
- package/dist/components/wrapper/index.js +8 -17
- package/dist/components/wrapper/index.js.map +1 -1
- package/dist/helpers/AnalyticsHelper.d.ts.map +1 -1
- package/dist/helpers/AnalyticsHelper.js +11 -19
- package/dist/helpers/AnalyticsHelper.js.map +1 -1
- package/dist/helpers/AppearanceHelper.js +1 -5
- package/dist/helpers/AppearanceHelper.js.map +1 -1
- package/dist/helpers/ArrayHelper.d.ts.map +1 -1
- package/dist/helpers/ArrayHelper.js +3 -8
- package/dist/helpers/ArrayHelper.js.map +1 -1
- package/dist/helpers/CurrencyHelper.js +1 -5
- package/dist/helpers/CurrencyHelper.js.map +1 -1
- package/dist/helpers/DateHelper.js +3 -7
- package/dist/helpers/DateHelper.js.map +1 -1
- package/dist/helpers/ErrorHelper.js +3 -7
- package/dist/helpers/ErrorHelper.js.map +1 -1
- package/dist/helpers/EventHelper.d.ts.map +1 -1
- package/dist/helpers/EventHelper.js +4 -11
- package/dist/helpers/EventHelper.js.map +1 -1
- package/dist/helpers/FileHelper.js +3 -10
- package/dist/helpers/FileHelper.js.map +1 -1
- package/dist/helpers/Locale.d.ts +1 -1
- package/dist/helpers/Locale.d.ts.map +1 -1
- package/dist/helpers/Locale.js +18 -20
- package/dist/helpers/Locale.js.map +1 -1
- package/dist/helpers/NotificationService.d.ts +56 -0
- package/dist/helpers/NotificationService.d.ts.map +1 -0
- package/dist/helpers/NotificationService.js +176 -0
- package/dist/helpers/NotificationService.js.map +1 -0
- package/dist/helpers/PersonHelper.d.ts.map +1 -1
- package/dist/helpers/PersonHelper.js +5 -9
- package/dist/helpers/PersonHelper.js.map +1 -1
- package/dist/helpers/SlugHelper.js +4 -11
- package/dist/helpers/SlugHelper.js.map +1 -1
- package/dist/helpers/SocketHelper.d.ts +12 -0
- package/dist/helpers/SocketHelper.d.ts.map +1 -1
- package/dist/helpers/SocketHelper.js +163 -44
- package/dist/helpers/SocketHelper.js.map +1 -1
- package/dist/helpers/UniqueIdHelper.js +1 -5
- package/dist/helpers/UniqueIdHelper.js.map +1 -1
- package/dist/helpers/UserHelper.js +8 -12
- package/dist/helpers/UserHelper.js.map +1 -1
- package/dist/helpers/createEmotionCache.js +3 -9
- package/dist/helpers/createEmotionCache.js.map +1 -1
- package/dist/helpers/index.d.ts +7 -16
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/index.js +10 -54
- package/dist/helpers/index.js.map +1 -1
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +2 -5
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useMountedState.js +5 -9
- package/dist/hooks/useMountedState.js.map +1 -1
- package/dist/hooks/useNotifications.d.ts +30 -0
- package/dist/hooks/useNotifications.d.ts.map +1 -0
- package/dist/hooks/useNotifications.js +79 -0
- package/dist/hooks/useNotifications.js.map +1 -0
- package/dist/index.d.ts +0 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -22
- package/dist/index.js.map +1 -1
- package/dist/public/css/styles.css +6 -2
- package/package.json +6 -28
- package/public/css/styles.css +6 -2
- package/src/components/ExportLink.tsx +12 -3
- package/src/components/FormCardPayment.tsx +4 -3
- package/src/components/FormSubmissionEdit.tsx +5 -6
- package/src/components/ImageEditor.tsx +15 -12
- package/src/components/InputBox.tsx +2 -1
- package/src/components/Loading.tsx +47 -1
- package/src/components/PageHeader.tsx +107 -0
- package/src/components/PersonAvatar.tsx +78 -0
- package/src/components/SupportModal.tsx +8 -3
- package/src/components/header/PrimaryMenu.tsx +85 -42
- package/src/components/header/SiteHeader.tsx +131 -8
- package/src/components/header/SupportDrawer.tsx +1 -1
- package/src/components/index.tsx +2 -5
- package/src/components/notes/AddNote.tsx +105 -19
- package/src/components/notes/Note.tsx +43 -22
- package/src/components/notes/Notes.tsx +160 -21
- package/src/components/wrapper/AppList.tsx +1 -4
- package/src/components/wrapper/ChurchList.tsx +45 -5
- package/src/components/wrapper/NewPrivateMessage.tsx +181 -44
- package/src/components/wrapper/Notifications.tsx +164 -29
- package/src/components/wrapper/PrivateMessageDetails.tsx +100 -13
- package/src/components/wrapper/PrivateMessages.tsx +539 -56
- package/src/components/wrapper/UserMenu.tsx +218 -38
- package/src/components/wrapper/index.tsx +3 -2
- package/src/helpers/AnalyticsHelper.ts +1 -2
- package/src/helpers/ArrayHelper.ts +0 -1
- package/src/helpers/ErrorHelper.ts +1 -1
- package/src/helpers/EventHelper.ts +0 -3
- package/src/helpers/Locale.ts +8 -3
- package/src/helpers/NotificationService.ts +211 -0
- package/src/helpers/PersonHelper.ts +1 -2
- package/src/helpers/SocketHelper.ts +184 -39
- package/src/helpers/UserHelper.ts +2 -2
- package/src/helpers/index.ts +46 -16
- package/src/hooks/index.ts +2 -0
- package/src/hooks/useNotifications.ts +94 -0
- package/src/index.ts +1 -4
- package/tsconfig.json +2 -2
- package/.eslintignore +0 -4
- package/.github/FUNDING.yml +0 -1
- package/.vscode/settings.json +0 -6
- package/CHUMS_COMPONENT_EXTRACTION_CANDIDATES.md +0 -210
- package/CLAUDE.md +0 -111
- package/COMPONENT_USAGE_REPORT.md +0 -322
- package/LICENSE +0 -21
- package/README.md +0 -24
- package/b1app-specific-components.md +0 -146
- package/component-usage-analysis.md +0 -169
- package/dist/components/markdownEditor/Editor.d.ts +0 -13
- package/dist/components/markdownEditor/Editor.d.ts.map +0 -1
- package/dist/components/markdownEditor/Editor.js +0 -92
- package/dist/components/markdownEditor/Editor.js.map +0 -1
- package/dist/components/markdownEditor/IconNamesList.d.ts +0 -3
- package/dist/components/markdownEditor/IconNamesList.d.ts.map +0 -1
- package/dist/components/markdownEditor/IconNamesList.js +0 -16
- package/dist/components/markdownEditor/IconNamesList.js.map +0 -1
- package/dist/components/markdownEditor/MarkdownEditor.d.ts +0 -10
- package/dist/components/markdownEditor/MarkdownEditor.d.ts.map +0 -1
- package/dist/components/markdownEditor/MarkdownEditor.js +0 -45
- package/dist/components/markdownEditor/MarkdownEditor.js.map +0 -1
- package/dist/components/markdownEditor/MarkdownModal.d.ts +0 -9
- package/dist/components/markdownEditor/MarkdownModal.d.ts.map +0 -1
- package/dist/components/markdownEditor/MarkdownModal.js +0 -24
- package/dist/components/markdownEditor/MarkdownModal.js.map +0 -1
- package/dist/components/markdownEditor/MarkdownPreview.d.ts +0 -9
- package/dist/components/markdownEditor/MarkdownPreview.d.ts.map +0 -1
- package/dist/components/markdownEditor/MarkdownPreview.js +0 -45
- package/dist/components/markdownEditor/MarkdownPreview.js.map +0 -1
- package/dist/components/markdownEditor/MarkdownPreviewLight.d.ts +0 -7
- package/dist/components/markdownEditor/MarkdownPreviewLight.d.ts.map +0 -1
- package/dist/components/markdownEditor/MarkdownPreviewLight.js +0 -53
- package/dist/components/markdownEditor/MarkdownPreviewLight.js.map +0 -1
- package/dist/components/markdownEditor/editor.css +0 -787
- package/dist/components/markdownEditor/images/emoji/1F600.png +0 -0
- package/dist/components/markdownEditor/images/emoji/1F641.png +0 -0
- package/dist/components/markdownEditor/images/emoji/1F642.png +0 -0
- package/dist/components/markdownEditor/images/emoji/2764.png +0 -0
- package/dist/components/markdownEditor/images/icons/arrow-clockwise.svg +0 -4
- package/dist/components/markdownEditor/images/icons/arrow-counterclockwise.svg +0 -4
- package/dist/components/markdownEditor/images/icons/chat-square-quote.svg +0 -4
- package/dist/components/markdownEditor/images/icons/chevron-down.svg +0 -3
- package/dist/components/markdownEditor/images/icons/code.svg +0 -3
- package/dist/components/markdownEditor/images/icons/journal-code.svg +0 -5
- package/dist/components/markdownEditor/images/icons/journal-text.svg +0 -5
- package/dist/components/markdownEditor/images/icons/justify.svg +0 -3
- package/dist/components/markdownEditor/images/icons/link.svg +0 -4
- package/dist/components/markdownEditor/images/icons/list-ol.svg +0 -4
- package/dist/components/markdownEditor/images/icons/list-ul.svg +0 -3
- package/dist/components/markdownEditor/images/icons/pencil-fill.svg +0 -3
- package/dist/components/markdownEditor/images/icons/text-center.svg +0 -3
- package/dist/components/markdownEditor/images/icons/text-left.svg +0 -3
- package/dist/components/markdownEditor/images/icons/text-paragraph.svg +0 -3
- package/dist/components/markdownEditor/images/icons/text-right.svg +0 -3
- package/dist/components/markdownEditor/images/icons/type-bold.svg +0 -3
- package/dist/components/markdownEditor/images/icons/type-h1.svg +0 -3
- package/dist/components/markdownEditor/images/icons/type-h2.svg +0 -3
- package/dist/components/markdownEditor/images/icons/type-h3.svg +0 -3
- package/dist/components/markdownEditor/images/icons/type-h4.svg +0 -13
- package/dist/components/markdownEditor/images/icons/type-italic.svg +0 -3
- package/dist/components/markdownEditor/images/icons/type-strikethrough.svg +0 -3
- package/dist/components/markdownEditor/images/icons/type-underline.svg +0 -3
- package/dist/components/markdownEditor/index.d.ts +0 -4
- package/dist/components/markdownEditor/index.d.ts.map +0 -1
- package/dist/components/markdownEditor/index.js +0 -10
- package/dist/components/markdownEditor/index.js.map +0 -1
- package/dist/components/markdownEditor/plugins/AutoLinkPlugin.d.ts +0 -2
- package/dist/components/markdownEditor/plugins/AutoLinkPlugin.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/AutoLinkPlugin.js +0 -31
- package/dist/components/markdownEditor/plugins/AutoLinkPlugin.js.map +0 -1
- package/dist/components/markdownEditor/plugins/ControlledEditorPlugin.d.ts +0 -8
- package/dist/components/markdownEditor/plugins/ControlledEditorPlugin.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/ControlledEditorPlugin.js +0 -19
- package/dist/components/markdownEditor/plugins/ControlledEditorPlugin.js.map +0 -1
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/FloatingTextFormatToolbarPlugin.d.ts +0 -6
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/FloatingTextFormatToolbarPlugin.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/FloatingTextFormatToolbarPlugin.js +0 -310
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/FloatingTextFormatToolbarPlugin.js.map +0 -1
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/getDOMRangeRect.d.ts +0 -2
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/getDOMRangeRect.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/getDOMRangeRect.js +0 -19
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/getDOMRangeRect.js.map +0 -1
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/getSelectNode.d.ts +0 -2
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/getSelectNode.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/getSelectNode.js +0 -21
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/getSelectNode.js.map +0 -1
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/setFloatingElemPosition.d.ts +0 -2
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/setFloatingElemPosition.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/setFloatingElemPosition.js +0 -29
- package/dist/components/markdownEditor/plugins/FloatingTextMenu/setFloatingElemPosition.js.map +0 -1
- package/dist/components/markdownEditor/plugins/ListMaxIndentLevelPlugin.d.ts +0 -2
- package/dist/components/markdownEditor/plugins/ListMaxIndentLevelPlugin.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/ListMaxIndentLevelPlugin.js +0 -45
- package/dist/components/markdownEditor/plugins/ListMaxIndentLevelPlugin.js.map +0 -1
- package/dist/components/markdownEditor/plugins/MarkdownTransformers.d.ts +0 -12
- package/dist/components/markdownEditor/plugins/MarkdownTransformers.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/MarkdownTransformers.js +0 -85
- package/dist/components/markdownEditor/plugins/MarkdownTransformers.js.map +0 -1
- package/dist/components/markdownEditor/plugins/ReadOnlyPlugin.d.ts +0 -6
- package/dist/components/markdownEditor/plugins/ReadOnlyPlugin.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/ReadOnlyPlugin.js +0 -12
- package/dist/components/markdownEditor/plugins/ReadOnlyPlugin.js.map +0 -1
- package/dist/components/markdownEditor/plugins/ToolbarPlugin.d.ts +0 -7
- package/dist/components/markdownEditor/plugins/ToolbarPlugin.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/ToolbarPlugin.js +0 -282
- package/dist/components/markdownEditor/plugins/ToolbarPlugin.js.map +0 -1
- package/dist/components/markdownEditor/plugins/customLink/CustomLinkNode.d.ts +0 -27
- package/dist/components/markdownEditor/plugins/customLink/CustomLinkNode.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/customLink/CustomLinkNode.js +0 -158
- package/dist/components/markdownEditor/plugins/customLink/CustomLinkNode.js.map +0 -1
- package/dist/components/markdownEditor/plugins/customLink/CustomLinkNodePlugin.d.ts +0 -4
- package/dist/components/markdownEditor/plugins/customLink/CustomLinkNodePlugin.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/customLink/CustomLinkNodePlugin.js +0 -21
- package/dist/components/markdownEditor/plugins/customLink/CustomLinkNodePlugin.js.map +0 -1
- package/dist/components/markdownEditor/plugins/customLink/CustomLinkNodeTransformer.d.ts +0 -3
- package/dist/components/markdownEditor/plugins/customLink/CustomLinkNodeTransformer.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/customLink/CustomLinkNodeTransformer.js +0 -71
- package/dist/components/markdownEditor/plugins/customLink/CustomLinkNodeTransformer.js.map +0 -1
- package/dist/components/markdownEditor/plugins/customLink/FloatingLinkEditor.d.ts +0 -5
- package/dist/components/markdownEditor/plugins/customLink/FloatingLinkEditor.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/customLink/FloatingLinkEditor.js +0 -190
- package/dist/components/markdownEditor/plugins/customLink/FloatingLinkEditor.js.map +0 -1
- package/dist/components/markdownEditor/plugins/customLink/FloatingLinkEditor.types.d.ts +0 -11
- package/dist/components/markdownEditor/plugins/customLink/FloatingLinkEditor.types.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/customLink/FloatingLinkEditor.types.js +0 -3
- package/dist/components/markdownEditor/plugins/customLink/FloatingLinkEditor.types.js.map +0 -1
- package/dist/components/markdownEditor/plugins/emoji/EmojiNode.d.ts +0 -24
- package/dist/components/markdownEditor/plugins/emoji/EmojiNode.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/emoji/EmojiNode.js +0 -66
- package/dist/components/markdownEditor/plugins/emoji/EmojiNode.js.map +0 -1
- package/dist/components/markdownEditor/plugins/emoji/EmojiNodeTransform.d.ts +0 -4
- package/dist/components/markdownEditor/plugins/emoji/EmojiNodeTransform.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/emoji/EmojiNodeTransform.js +0 -35
- package/dist/components/markdownEditor/plugins/emoji/EmojiNodeTransform.js.map +0 -1
- package/dist/components/markdownEditor/plugins/emoji/EmojiPickerPlugin.d.ts +0 -9
- package/dist/components/markdownEditor/plugins/emoji/EmojiPickerPlugin.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/emoji/EmojiPickerPlugin.js +0 -103
- package/dist/components/markdownEditor/plugins/emoji/EmojiPickerPlugin.js.map +0 -1
- package/dist/components/markdownEditor/plugins/emoji/EmojisPlugin.d.ts +0 -10
- package/dist/components/markdownEditor/plugins/emoji/EmojisPlugin.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/emoji/EmojisPlugin.js +0 -59
- package/dist/components/markdownEditor/plugins/emoji/EmojisPlugin.js.map +0 -1
- package/dist/components/markdownEditor/plugins/index.d.ts +0 -7
- package/dist/components/markdownEditor/plugins/index.d.ts.map +0 -1
- package/dist/components/markdownEditor/plugins/index.js +0 -16
- package/dist/components/markdownEditor/plugins/index.js.map +0 -1
- package/dist/components/markdownEditor/theme.d.ts +0 -66
- package/dist/components/markdownEditor/theme.d.ts.map +0 -1
- package/dist/components/markdownEditor/theme.js +0 -69
- package/dist/components/markdownEditor/theme.js.map +0 -1
- package/dist/components/reporting/ChartReport.d.ts +0 -8
- package/dist/components/reporting/ChartReport.d.ts.map +0 -1
- package/dist/components/reporting/ChartReport.js +0 -81
- package/dist/components/reporting/ChartReport.js.map +0 -1
- package/dist/components/reporting/ReportFilter.d.ts +0 -9
- package/dist/components/reporting/ReportFilter.d.ts.map +0 -1
- package/dist/components/reporting/ReportFilter.js +0 -52
- package/dist/components/reporting/ReportFilter.js.map +0 -1
- package/dist/components/reporting/ReportFilterField.d.ts +0 -9
- package/dist/components/reporting/ReportFilterField.d.ts.map +0 -1
- package/dist/components/reporting/ReportFilterField.js +0 -156
- package/dist/components/reporting/ReportFilterField.js.map +0 -1
- package/dist/components/reporting/ReportOutput.d.ts +0 -8
- package/dist/components/reporting/ReportOutput.d.ts.map +0 -1
- package/dist/components/reporting/ReportOutput.js +0 -177
- package/dist/components/reporting/ReportOutput.js.map +0 -1
- package/dist/components/reporting/ReportWithFilter.d.ts +0 -7
- package/dist/components/reporting/ReportWithFilter.d.ts.map +0 -1
- package/dist/components/reporting/ReportWithFilter.js +0 -65
- package/dist/components/reporting/ReportWithFilter.js.map +0 -1
- package/dist/components/reporting/TableReport.d.ts +0 -8
- package/dist/components/reporting/TableReport.d.ts.map +0 -1
- package/dist/components/reporting/TableReport.js +0 -30
- package/dist/components/reporting/TableReport.js.map +0 -1
- package/dist/components/reporting/TreeReport.d.ts +0 -8
- package/dist/components/reporting/TreeReport.d.ts.map +0 -1
- package/dist/components/reporting/TreeReport.js +0 -89
- package/dist/components/reporting/TreeReport.js.map +0 -1
- package/dist/components/reporting/index.d.ts +0 -5
- package/dist/components/reporting/index.d.ts.map +0 -1
- package/dist/components/reporting/index.js +0 -12
- package/dist/components/reporting/index.js.map +0 -1
- package/dist/components/wrapper/Drawers.d.ts +0 -5
- package/dist/components/wrapper/Drawers.d.ts.map +0 -1
- package/dist/components/wrapper/Drawers.js +0 -54
- package/dist/components/wrapper/Drawers.js.map +0 -1
- package/dist/components/wrapper/SiteWrapper.d.ts +0 -15
- package/dist/components/wrapper/SiteWrapper.d.ts.map +0 -1
- package/dist/components/wrapper/SiteWrapper.js +0 -60
- package/dist/components/wrapper/SiteWrapper.js.map +0 -1
- package/dist/components/wrapper/TabPanel.d.ts +0 -9
- package/dist/components/wrapper/TabPanel.d.ts.map +0 -1
- package/dist/components/wrapper/TabPanel.js +0 -20
- package/dist/components/wrapper/TabPanel.js.map +0 -1
- package/dist/donationComponents/components/BankForm.d.ts +0 -14
- package/dist/donationComponents/components/BankForm.d.ts.map +0 -1
- package/dist/donationComponents/components/BankForm.js +0 -126
- package/dist/donationComponents/components/BankForm.js.map +0 -1
- package/dist/donationComponents/components/CardForm.d.ts +0 -13
- package/dist/donationComponents/components/CardForm.d.ts.map +0 -1
- package/dist/donationComponents/components/CardForm.js +0 -122
- package/dist/donationComponents/components/CardForm.js.map +0 -1
- package/dist/donationComponents/components/DonationForm.d.ts +0 -15
- package/dist/donationComponents/components/DonationForm.d.ts.map +0 -1
- package/dist/donationComponents/components/DonationForm.js +0 -199
- package/dist/donationComponents/components/DonationForm.js.map +0 -1
- package/dist/donationComponents/components/FundDonation.d.ts +0 -12
- package/dist/donationComponents/components/FundDonation.d.ts.map +0 -1
- package/dist/donationComponents/components/FundDonation.js +0 -32
- package/dist/donationComponents/components/FundDonation.js.map +0 -1
- package/dist/donationComponents/components/FundDonations.d.ts +0 -11
- package/dist/donationComponents/components/FundDonations.d.ts.map +0 -1
- package/dist/donationComponents/components/FundDonations.js +0 -33
- package/dist/donationComponents/components/FundDonations.js.map +0 -1
- package/dist/donationComponents/components/NonAuthDonation.d.ts +0 -12
- package/dist/donationComponents/components/NonAuthDonation.d.ts.map +0 -1
- package/dist/donationComponents/components/NonAuthDonation.js +0 -27
- package/dist/donationComponents/components/NonAuthDonation.js.map +0 -1
- package/dist/donationComponents/components/NonAuthDonationInner.d.ts +0 -12
- package/dist/donationComponents/components/NonAuthDonationInner.d.ts.map +0 -1
- package/dist/donationComponents/components/NonAuthDonationInner.js +0 -277
- package/dist/donationComponents/components/NonAuthDonationInner.js.map +0 -1
- package/dist/donationComponents/components/PaymentMethods.d.ts +0 -14
- package/dist/donationComponents/components/PaymentMethods.d.ts.map +0 -1
- package/dist/donationComponents/components/PaymentMethods.js +0 -84
- package/dist/donationComponents/components/PaymentMethods.js.map +0 -1
- package/dist/donationComponents/components/RecurringDonations.d.ts +0 -10
- package/dist/donationComponents/components/RecurringDonations.d.ts.map +0 -1
- package/dist/donationComponents/components/RecurringDonations.js +0 -93
- package/dist/donationComponents/components/RecurringDonations.js.map +0 -1
- package/dist/donationComponents/components/RecurringDonationsEdit.d.ts +0 -11
- package/dist/donationComponents/components/RecurringDonationsEdit.d.ts.map +0 -1
- package/dist/donationComponents/components/RecurringDonationsEdit.js +0 -66
- package/dist/donationComponents/components/RecurringDonationsEdit.js.map +0 -1
- package/dist/donationComponents/components/index.d.ts +0 -11
- package/dist/donationComponents/components/index.d.ts.map +0 -1
- package/dist/donationComponents/components/index.js +0 -24
- package/dist/donationComponents/components/index.js.map +0 -1
- package/dist/donationComponents/index.d.ts +0 -3
- package/dist/donationComponents/index.d.ts.map +0 -1
- package/dist/donationComponents/index.js +0 -21
- package/dist/donationComponents/index.js.map +0 -1
- package/dist/donationComponents/modals/DonationPreviewModal.d.ts +0 -15
- package/dist/donationComponents/modals/DonationPreviewModal.d.ts.map +0 -1
- package/dist/donationComponents/modals/DonationPreviewModal.js +0 -33
- package/dist/donationComponents/modals/DonationPreviewModal.js.map +0 -1
- package/dist/helpers/ApiHelper.d.ts +0 -18
- package/dist/helpers/ApiHelper.d.ts.map +0 -1
- package/dist/helpers/ApiHelper.js +0 -123
- package/dist/helpers/ApiHelper.js.map +0 -1
- package/dist/helpers/CommonEnvironmentHelper.d.ts +0 -21
- package/dist/helpers/CommonEnvironmentHelper.d.ts.map +0 -1
- package/dist/helpers/CommonEnvironmentHelper.js +0 -100
- package/dist/helpers/CommonEnvironmentHelper.js.map +0 -1
- package/dist/helpers/DonationHelper.d.ts +0 -8
- package/dist/helpers/DonationHelper.d.ts.map +0 -1
- package/dist/helpers/DonationHelper.js +0 -33
- package/dist/helpers/DonationHelper.js.map +0 -1
- package/dist/helpers/ReportHelper.d.ts +0 -5
- package/dist/helpers/ReportHelper.d.ts.map +0 -1
- package/dist/helpers/ReportHelper.js +0 -37
- package/dist/helpers/ReportHelper.js.map +0 -1
- package/dist/pageComponents/LoginPage.d.ts +0 -25
- package/dist/pageComponents/LoginPage.d.ts.map +0 -1
- package/dist/pageComponents/LoginPage.js +0 -288
- package/dist/pageComponents/LoginPage.js.map +0 -1
- package/dist/pageComponents/LogoutPage.d.ts +0 -9
- package/dist/pageComponents/LogoutPage.d.ts.map +0 -1
- package/dist/pageComponents/LogoutPage.js +0 -37
- package/dist/pageComponents/LogoutPage.js.map +0 -1
- package/dist/pageComponents/components/Forgot.d.ts +0 -8
- package/dist/pageComponents/components/Forgot.d.ts.map +0 -1
- package/dist/pageComponents/components/Forgot.js +0 -53
- package/dist/pageComponents/components/Forgot.js.map +0 -1
- package/dist/pageComponents/components/Login.d.ts +0 -15
- package/dist/pageComponents/components/Login.d.ts.map +0 -1
- package/dist/pageComponents/components/Login.js +0 -73
- package/dist/pageComponents/components/Login.js.map +0 -1
- package/dist/pageComponents/components/LoginSetPassword.d.ts +0 -13
- package/dist/pageComponents/components/LoginSetPassword.d.ts.map +0 -1
- package/dist/pageComponents/components/LoginSetPassword.js +0 -112
- package/dist/pageComponents/components/LoginSetPassword.js.map +0 -1
- package/dist/pageComponents/components/Register.d.ts +0 -12
- package/dist/pageComponents/components/Register.d.ts.map +0 -1
- package/dist/pageComponents/components/Register.js +0 -95
- package/dist/pageComponents/components/Register.js.map +0 -1
- package/dist/pageComponents/components/SelectChurchModal.d.ts +0 -14
- package/dist/pageComponents/components/SelectChurchModal.d.ts.map +0 -1
- package/dist/pageComponents/components/SelectChurchModal.js +0 -37
- package/dist/pageComponents/components/SelectChurchModal.js.map +0 -1
- package/dist/pageComponents/components/SelectChurchRegister.d.ts +0 -11
- package/dist/pageComponents/components/SelectChurchRegister.d.ts.map +0 -1
- package/dist/pageComponents/components/SelectChurchRegister.js +0 -89
- package/dist/pageComponents/components/SelectChurchRegister.js.map +0 -1
- package/dist/pageComponents/components/SelectChurchSearch.d.ts +0 -10
- package/dist/pageComponents/components/SelectChurchSearch.d.ts.map +0 -1
- package/dist/pageComponents/components/SelectChurchSearch.js +0 -58
- package/dist/pageComponents/components/SelectChurchSearch.js.map +0 -1
- package/dist/pageComponents/components/SelectableChurch.d.ts +0 -9
- package/dist/pageComponents/components/SelectableChurch.d.ts.map +0 -1
- package/dist/pageComponents/components/SelectableChurch.js +0 -18
- package/dist/pageComponents/components/SelectableChurch.js.map +0 -1
- package/dist/pageComponents/index.d.ts +0 -4
- package/dist/pageComponents/index.d.ts.map +0 -1
- package/dist/pageComponents/index.js +0 -10
- package/dist/pageComponents/index.js.map +0 -1
- package/src/components/markdownEditor/Editor.tsx +0 -150
- package/src/components/markdownEditor/IconNamesList.ts +0 -14
- package/src/components/markdownEditor/MarkdownEditor.tsx +0 -18
- package/src/components/markdownEditor/MarkdownModal.tsx +0 -49
- package/src/components/markdownEditor/MarkdownPreview.tsx +0 -18
- package/src/components/markdownEditor/MarkdownPreviewLight.tsx +0 -53
- package/src/components/markdownEditor/editor.css +0 -787
- package/src/components/markdownEditor/images/emoji/1F600.png +0 -0
- package/src/components/markdownEditor/images/emoji/1F641.png +0 -0
- package/src/components/markdownEditor/images/emoji/1F642.png +0 -0
- package/src/components/markdownEditor/images/emoji/2764.png +0 -0
- package/src/components/markdownEditor/images/icons/arrow-clockwise.svg +0 -4
- package/src/components/markdownEditor/images/icons/arrow-counterclockwise.svg +0 -4
- package/src/components/markdownEditor/images/icons/chat-square-quote.svg +0 -4
- package/src/components/markdownEditor/images/icons/chevron-down.svg +0 -3
- package/src/components/markdownEditor/images/icons/code.svg +0 -3
- package/src/components/markdownEditor/images/icons/journal-code.svg +0 -5
- package/src/components/markdownEditor/images/icons/journal-text.svg +0 -5
- package/src/components/markdownEditor/images/icons/justify.svg +0 -3
- package/src/components/markdownEditor/images/icons/link.svg +0 -4
- package/src/components/markdownEditor/images/icons/list-ol.svg +0 -4
- package/src/components/markdownEditor/images/icons/list-ul.svg +0 -3
- package/src/components/markdownEditor/images/icons/pencil-fill.svg +0 -3
- package/src/components/markdownEditor/images/icons/text-center.svg +0 -3
- package/src/components/markdownEditor/images/icons/text-left.svg +0 -3
- package/src/components/markdownEditor/images/icons/text-paragraph.svg +0 -3
- package/src/components/markdownEditor/images/icons/text-right.svg +0 -3
- package/src/components/markdownEditor/images/icons/type-bold.svg +0 -3
- package/src/components/markdownEditor/images/icons/type-h1.svg +0 -3
- package/src/components/markdownEditor/images/icons/type-h2.svg +0 -3
- package/src/components/markdownEditor/images/icons/type-h3.svg +0 -3
- package/src/components/markdownEditor/images/icons/type-h4.svg +0 -13
- package/src/components/markdownEditor/images/icons/type-italic.svg +0 -3
- package/src/components/markdownEditor/images/icons/type-strikethrough.svg +0 -3
- package/src/components/markdownEditor/images/icons/type-underline.svg +0 -3
- package/src/components/markdownEditor/index.ts +0 -3
- package/src/components/markdownEditor/plugins/AutoLinkPlugin.tsx +0 -35
- package/src/components/markdownEditor/plugins/ControlledEditorPlugin.tsx +0 -24
- package/src/components/markdownEditor/plugins/FloatingTextMenu/FloatingTextFormatToolbarPlugin.tsx +0 -445
- package/src/components/markdownEditor/plugins/FloatingTextMenu/getDOMRangeRect.tsx +0 -17
- package/src/components/markdownEditor/plugins/FloatingTextMenu/getSelectNode.tsx +0 -17
- package/src/components/markdownEditor/plugins/FloatingTextMenu/setFloatingElemPosition.tsx +0 -33
- package/src/components/markdownEditor/plugins/ListMaxIndentLevelPlugin.tsx +0 -68
- package/src/components/markdownEditor/plugins/MarkdownTransformers.ts +0 -106
- package/src/components/markdownEditor/plugins/ReadOnlyPlugin.tsx +0 -15
- package/src/components/markdownEditor/plugins/ToolbarPlugin.tsx +0 -424
- package/src/components/markdownEditor/plugins/customLink/CustomLinkNode.tsx +0 -224
- package/src/components/markdownEditor/plugins/customLink/CustomLinkNodePlugin.tsx +0 -32
- package/src/components/markdownEditor/plugins/customLink/CustomLinkNodeTransformer.tsx +0 -102
- package/src/components/markdownEditor/plugins/customLink/FloatingLinkEditor.tsx +0 -270
- package/src/components/markdownEditor/plugins/customLink/FloatingLinkEditor.types.ts +0 -11
- package/src/components/markdownEditor/plugins/emoji/EmojiNode.tsx +0 -95
- package/src/components/markdownEditor/plugins/emoji/EmojiNodeTransform.ts +0 -41
- package/src/components/markdownEditor/plugins/emoji/EmojiPickerPlugin.tsx +0 -152
- package/src/components/markdownEditor/plugins/emoji/EmojisPlugin.tsx +0 -70
- package/src/components/markdownEditor/plugins/index.ts +0 -6
- package/src/components/markdownEditor/theme.ts +0 -65
- package/src/components/reporting/ChartReport.tsx +0 -89
- package/src/components/reporting/ReportFilter.tsx +0 -56
- package/src/components/reporting/ReportFilterField.tsx +0 -163
- package/src/components/reporting/ReportOutput.tsx +0 -168
- package/src/components/reporting/ReportWithFilter.tsx +0 -72
- package/src/components/reporting/TableReport.tsx +0 -44
- package/src/components/reporting/TreeReport.tsx +0 -103
- package/src/components/reporting/index.ts +0 -4
- package/src/components/wrapper/Drawers.tsx +0 -62
- package/src/components/wrapper/SiteWrapper.tsx +0 -99
- package/src/components/wrapper/TabPanel.tsx +0 -32
- package/src/donationComponents/components/BankForm.tsx +0 -163
- package/src/donationComponents/components/CardForm.tsx +0 -104
- package/src/donationComponents/components/DonationForm.tsx +0 -260
- package/src/donationComponents/components/FundDonation.tsx +0 -59
- package/src/donationComponents/components/FundDonations.tsx +0 -44
- package/src/donationComponents/components/NonAuthDonation.tsx +0 -34
- package/src/donationComponents/components/NonAuthDonationInner.tsx +0 -300
- package/src/donationComponents/components/PaymentMethods.tsx +0 -133
- package/src/donationComponents/components/RecurringDonations.tsx +0 -117
- package/src/donationComponents/components/RecurringDonationsEdit.tsx +0 -96
- package/src/donationComponents/components/index.tsx +0 -10
- package/src/donationComponents/index.ts +0 -2
- package/src/donationComponents/modals/DonationPreviewModal.tsx +0 -70
- package/src/helpers/ApiHelper.ts +0 -127
- package/src/helpers/CommonEnvironmentHelper.ts +0 -98
- package/src/helpers/DonationHelper.ts +0 -26
- package/src/helpers/ReportHelper.ts +0 -34
- package/src/pageComponents/LoginPage.tsx +0 -284
- package/src/pageComponents/LogoutPage.tsx +0 -43
- package/src/pageComponents/components/Forgot.tsx +0 -81
- package/src/pageComponents/components/Login.tsx +0 -62
- package/src/pageComponents/components/LoginSetPassword.tsx +0 -98
- package/src/pageComponents/components/Register.tsx +0 -103
- package/src/pageComponents/components/SelectChurchModal.tsx +0 -58
- package/src/pageComponents/components/SelectChurchRegister.tsx +0 -87
- package/src/pageComponents/components/SelectChurchSearch.tsx +0 -71
- package/src/pageComponents/components/SelectableChurch.tsx +0 -40
- package/src/pageComponents/index.ts +0 -3
|
@@ -1,787 +0,0 @@
|
|
|
1
|
-
.other h2 {
|
|
2
|
-
font-size: 18px;
|
|
3
|
-
color: #444;
|
|
4
|
-
margin-bottom: 7px;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.other a {
|
|
8
|
-
color: #777;
|
|
9
|
-
text-decoration: underline;
|
|
10
|
-
font-size: 14px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.other ul {
|
|
14
|
-
padding: 0;
|
|
15
|
-
margin: 0;
|
|
16
|
-
list-style-type: none;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
/*
|
|
20
|
-
.editor-list-ol li {
|
|
21
|
-
list-style-type: decimal !important;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.editor-list-ul li {
|
|
25
|
-
list-style-type: disc !important;
|
|
26
|
-
}
|
|
27
|
-
*/
|
|
28
|
-
|
|
29
|
-
.text-left {
|
|
30
|
-
text-align: left;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.text-right {
|
|
34
|
-
text-align: right;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.text-center {
|
|
38
|
-
text-align: center;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.editor-container {
|
|
42
|
-
/*margin: 20px auto 20px auto;*/
|
|
43
|
-
border-radius: 2px;
|
|
44
|
-
/*color: #000;*/
|
|
45
|
-
position: relative;
|
|
46
|
-
/*line-height: 20px;*/
|
|
47
|
-
/*font-weight: 400;*/
|
|
48
|
-
border-radius: 5px;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.editor-inner {
|
|
52
|
-
position: relative;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.editor-input {
|
|
56
|
-
min-height: 150px;
|
|
57
|
-
resize: none;
|
|
58
|
-
font-size: 15px;
|
|
59
|
-
caret-color: rgb(5, 5, 5);
|
|
60
|
-
position: relative;
|
|
61
|
-
tab-size: 1;
|
|
62
|
-
outline: 0;
|
|
63
|
-
padding: 15px 10px;
|
|
64
|
-
caret-color: #444;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.editor-container.preview .editor-input {
|
|
68
|
-
padding: 0px 0px;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.editor-placeholder {
|
|
72
|
-
color: #999;
|
|
73
|
-
overflow: hidden;
|
|
74
|
-
position: absolute;
|
|
75
|
-
text-overflow: ellipsis;
|
|
76
|
-
top: 15px;
|
|
77
|
-
left: 10px;
|
|
78
|
-
font-size: 15px;
|
|
79
|
-
user-select: none;
|
|
80
|
-
display: inline-block;
|
|
81
|
-
pointer-events: none;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.editor-text-bold {
|
|
85
|
-
font-weight: bold;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.editor-text-italic {
|
|
89
|
-
font-style: italic;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.editor-text-underline {
|
|
93
|
-
text-decoration: underline;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.editor-text-strikethrough {
|
|
97
|
-
text-decoration: line-through;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.editor-text-underlineStrikethrough {
|
|
101
|
-
text-decoration: underline line-through;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.editor-text-code {
|
|
105
|
-
background-color: rgb(240, 242, 245);
|
|
106
|
-
padding: 1px 0.25rem;
|
|
107
|
-
font-family: Menlo, Consolas, Monaco, monospace;
|
|
108
|
-
font-size: 94%;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.editor-link {
|
|
112
|
-
color: rgb(33, 111, 219);
|
|
113
|
-
text-decoration: none;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.tree-view-output {
|
|
117
|
-
display: block;
|
|
118
|
-
background: #222;
|
|
119
|
-
color: #fff;
|
|
120
|
-
padding: 5px;
|
|
121
|
-
font-size: 12px;
|
|
122
|
-
white-space: pre-wrap;
|
|
123
|
-
margin: 1px auto 10px auto;
|
|
124
|
-
max-height: 250px;
|
|
125
|
-
position: relative;
|
|
126
|
-
border-bottom-left-radius: 10px;
|
|
127
|
-
border-bottom-right-radius: 10px;
|
|
128
|
-
overflow: auto;
|
|
129
|
-
line-height: 14px;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.editor-code {
|
|
133
|
-
background-color: rgb(240, 242, 245);
|
|
134
|
-
font-family: Menlo, Consolas, Monaco, monospace;
|
|
135
|
-
display: block;
|
|
136
|
-
padding: 8px 8px 8px 52px;
|
|
137
|
-
line-height: 1.53;
|
|
138
|
-
font-size: 13px;
|
|
139
|
-
margin: 0;
|
|
140
|
-
margin-top: 8px;
|
|
141
|
-
margin-bottom: 8px;
|
|
142
|
-
tab-size: 2;
|
|
143
|
-
/* white-space: pre; */
|
|
144
|
-
overflow-x: auto;
|
|
145
|
-
position: relative;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.editor-code:before {
|
|
149
|
-
content: attr(data-gutter);
|
|
150
|
-
position: absolute;
|
|
151
|
-
background-color: #eee;
|
|
152
|
-
left: 0;
|
|
153
|
-
top: 0;
|
|
154
|
-
border-right: 1px solid #ccc;
|
|
155
|
-
padding: 8px;
|
|
156
|
-
color: #777;
|
|
157
|
-
white-space: pre-wrap;
|
|
158
|
-
text-align: right;
|
|
159
|
-
min-width: 25px;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.editor-code:after {
|
|
163
|
-
content: attr(data-highlight-language);
|
|
164
|
-
top: 0;
|
|
165
|
-
right: 3px;
|
|
166
|
-
padding: 3px;
|
|
167
|
-
font-size: 10px;
|
|
168
|
-
text-transform: uppercase;
|
|
169
|
-
position: absolute;
|
|
170
|
-
color: rgba(0, 0, 0, 0.5);
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.editor-tokenComment {
|
|
174
|
-
color: slategray;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.editor-tokenPunctuation {
|
|
178
|
-
color: #999;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.editor-tokenProperty {
|
|
182
|
-
color: #905;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.editor-tokenSelector {
|
|
186
|
-
color: #690;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.editor-tokenOperator {
|
|
190
|
-
color: #9a6e3a;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.editor-tokenAttr {
|
|
194
|
-
color: #07a;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.editor-tokenVariable {
|
|
198
|
-
color: #e90;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.editor-tokenFunction {
|
|
202
|
-
color: #dd4a68;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.editor-paragraph {
|
|
206
|
-
margin: 0;
|
|
207
|
-
margin-bottom: 8px;
|
|
208
|
-
position: relative;
|
|
209
|
-
/*
|
|
210
|
-
display: flex;
|
|
211
|
-
align-items: flex-end;
|
|
212
|
-
*/
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.editor-paragraph:last-child {
|
|
216
|
-
margin-bottom: 0;
|
|
217
|
-
}
|
|
218
|
-
.editor-heading-h1 {
|
|
219
|
-
line-height: 30px;
|
|
220
|
-
}
|
|
221
|
-
/*
|
|
222
|
-
.editor-heading-h1 {
|
|
223
|
-
font-size: 24px;
|
|
224
|
-
font-weight: 400;
|
|
225
|
-
margin: 0;
|
|
226
|
-
margin-bottom: 12px;
|
|
227
|
-
padding: 0;
|
|
228
|
-
line-height: 24px;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.editor-heading-h2 {
|
|
232
|
-
font-size: 15px;
|
|
233
|
-
font-weight: 700;
|
|
234
|
-
margin: 0;
|
|
235
|
-
margin-top: 10px;
|
|
236
|
-
padding: 0;
|
|
237
|
-
}
|
|
238
|
-
*/
|
|
239
|
-
.editor-quote {
|
|
240
|
-
margin: 0;
|
|
241
|
-
margin-left: 20px;
|
|
242
|
-
font-size: 15px;
|
|
243
|
-
color: rgb(101, 103, 107);
|
|
244
|
-
border-left-color: rgb(206, 208, 212);
|
|
245
|
-
border-left-width: 4px;
|
|
246
|
-
border-left-style: solid;
|
|
247
|
-
padding-left: 16px;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
/*
|
|
251
|
-
.editor-list-ol {
|
|
252
|
-
padding: 0;
|
|
253
|
-
margin: 0;
|
|
254
|
-
margin-left: 16px;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.editor-list-ul {
|
|
258
|
-
padding: 0;
|
|
259
|
-
margin: 0;
|
|
260
|
-
margin-left: 16px;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.editor-listitem {
|
|
264
|
-
margin: 8px 32px 8px 32px;
|
|
265
|
-
}
|
|
266
|
-
*/
|
|
267
|
-
.editor-nested-listitem {
|
|
268
|
-
list-style-type: none;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
.debug-timetravel-panel {
|
|
273
|
-
overflow: hidden;
|
|
274
|
-
padding: 0 0 10px 0;
|
|
275
|
-
margin: auto;
|
|
276
|
-
display: flex;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.debug-timetravel-panel-slider {
|
|
280
|
-
padding: 0;
|
|
281
|
-
flex: 8;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
.debug-timetravel-panel-button {
|
|
285
|
-
padding: 0;
|
|
286
|
-
border: 0;
|
|
287
|
-
background: none;
|
|
288
|
-
flex: 1;
|
|
289
|
-
color: #fff;
|
|
290
|
-
font-size: 12px;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.debug-timetravel-panel-button:hover {
|
|
294
|
-
text-decoration: underline;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.debug-timetravel-button {
|
|
298
|
-
border: 0;
|
|
299
|
-
padding: 0;
|
|
300
|
-
font-size: 12px;
|
|
301
|
-
top: 10px;
|
|
302
|
-
right: 15px;
|
|
303
|
-
position: absolute;
|
|
304
|
-
background: none;
|
|
305
|
-
color: #fff;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.debug-timetravel-button:hover {
|
|
309
|
-
text-decoration: underline;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.emoji {
|
|
313
|
-
color: transparent;
|
|
314
|
-
background-size: 16px 16px;
|
|
315
|
-
background-position: center;
|
|
316
|
-
background-repeat: no-repeat;
|
|
317
|
-
vertical-align: middle;
|
|
318
|
-
margin: 0 -1px;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.emoji-inner {
|
|
322
|
-
padding: 0 0.15em;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
.emoji-inner::selection {
|
|
326
|
-
color: transparent;
|
|
327
|
-
background-color: rgba(150, 150, 150, 0.4);
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.emoji-inner::moz-selection {
|
|
331
|
-
color: transparent;
|
|
332
|
-
background-color: rgba(150, 150, 150, 0.4);
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
.emoji.happysmile {
|
|
336
|
-
background-image: url(./images/emoji/1F642.png);
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.toolbar {
|
|
340
|
-
display: flex;
|
|
341
|
-
position:sticky;
|
|
342
|
-
top: 0;
|
|
343
|
-
background-color: white;
|
|
344
|
-
z-index: 1;
|
|
345
|
-
margin-bottom: 1px;
|
|
346
|
-
padding: 4px;
|
|
347
|
-
border-top-left-radius: 10px;
|
|
348
|
-
border-top-right-radius: 10px;
|
|
349
|
-
vertical-align: middle;
|
|
350
|
-
border-bottom: 1px solid lightgray;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
.toolbar button.toolbar-item {
|
|
354
|
-
border: 0;
|
|
355
|
-
display: flex;
|
|
356
|
-
background: none;
|
|
357
|
-
border-radius: 10px;
|
|
358
|
-
padding: 8px;
|
|
359
|
-
cursor: pointer;
|
|
360
|
-
vertical-align: middle;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.toolbar button.toolbar-item:disabled {
|
|
364
|
-
cursor: not-allowed;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.toolbar button.toolbar-item.spaced {
|
|
368
|
-
margin-right: 2px;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.toolbar button.toolbar-item i.format {
|
|
372
|
-
background-size: contain;
|
|
373
|
-
display: inline-block;
|
|
374
|
-
height: 18px;
|
|
375
|
-
width: 18px;
|
|
376
|
-
margin-top: 2px;
|
|
377
|
-
vertical-align: -0.25em;
|
|
378
|
-
display: flex;
|
|
379
|
-
opacity: 0.6;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.toolbar button.toolbar-item:disabled i.format {
|
|
383
|
-
opacity: 0.2;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.toolbar button.toolbar-item.active {
|
|
387
|
-
background-color: rgba(223, 232, 250, 0.3);
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.toolbar button.toolbar-item.active i {
|
|
391
|
-
opacity: 1;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.toolbar .toolbar-item:hover:not([disabled]) {
|
|
395
|
-
background-color: #eee;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.toolbar .divider {
|
|
399
|
-
width: 1px;
|
|
400
|
-
background-color: #eee;
|
|
401
|
-
margin: 0 4px;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.toolbar select.toolbar-item {
|
|
405
|
-
border: 0;
|
|
406
|
-
display: flex;
|
|
407
|
-
background: none;
|
|
408
|
-
border-radius: 10px;
|
|
409
|
-
padding: 8px;
|
|
410
|
-
vertical-align: middle;
|
|
411
|
-
-webkit-appearance: none;
|
|
412
|
-
-moz-appearance: none;
|
|
413
|
-
width: 70px;
|
|
414
|
-
font-size: 14px;
|
|
415
|
-
color: #777;
|
|
416
|
-
text-overflow: ellipsis;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.toolbar select.code-language {
|
|
420
|
-
text-transform: capitalize;
|
|
421
|
-
width: 130px;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.toolbar .toolbar-item .text {
|
|
425
|
-
display: flex;
|
|
426
|
-
line-height: 20px;
|
|
427
|
-
width: 200px;
|
|
428
|
-
vertical-align: middle;
|
|
429
|
-
font-size: 14px;
|
|
430
|
-
color: #777;
|
|
431
|
-
text-overflow: ellipsis;
|
|
432
|
-
width: 70px;
|
|
433
|
-
overflow: hidden;
|
|
434
|
-
height: 20px;
|
|
435
|
-
text-align: left;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.toolbar .toolbar-item .icon {
|
|
439
|
-
display: flex;
|
|
440
|
-
width: 20px;
|
|
441
|
-
height: 20px;
|
|
442
|
-
user-select: none;
|
|
443
|
-
margin-right: 8px;
|
|
444
|
-
line-height: 16px;
|
|
445
|
-
background-size: contain;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
.toolbar i.chevron-down {
|
|
449
|
-
margin-top: 3px;
|
|
450
|
-
width: 16px;
|
|
451
|
-
height: 16px;
|
|
452
|
-
display: flex;
|
|
453
|
-
user-select: none;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
.toolbar i.chevron-down.inside {
|
|
457
|
-
width: 16px;
|
|
458
|
-
height: 16px;
|
|
459
|
-
display: flex;
|
|
460
|
-
margin-left: -25px;
|
|
461
|
-
margin-top: 11px;
|
|
462
|
-
margin-right: 10px;
|
|
463
|
-
pointer-events: none;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
i.chevron-down {
|
|
467
|
-
background-color: transparent;
|
|
468
|
-
background-size: contain;
|
|
469
|
-
display: inline-block;
|
|
470
|
-
height: 8px;
|
|
471
|
-
width: 8px;
|
|
472
|
-
background-image: url(./images/icons/chevron-down.svg);
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
#block-controls button:hover {
|
|
476
|
-
background-color: #efefef;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
#block-controls button:focus-visible {
|
|
480
|
-
border-color: blue;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
#block-controls span.block-type {
|
|
484
|
-
background-size: contain;
|
|
485
|
-
display: block;
|
|
486
|
-
width: 18px;
|
|
487
|
-
height: 18px;
|
|
488
|
-
margin: 2px;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
#block-controls span.block-type.paragraph {
|
|
492
|
-
background-image: url(./images/icons/text-paragraph.svg);
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
#block-controls span.block-type.h1 {
|
|
496
|
-
background-image: url(./images/icons/type-h1.svg);
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
#block-controls span.block-type.h2 {
|
|
500
|
-
background-image: url(./images/icons/type-h2.svg);
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
#block-controls span.block-type.quote {
|
|
504
|
-
background-image: url(./images/icons/chat-square-quote.svg);
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
#block-controls span.block-type.ul {
|
|
508
|
-
background-image: url(./images/icons/list-ul.svg);
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
#block-controls span.block-type.ol {
|
|
512
|
-
background-image: url(./images/icons/list-ol.svg);
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
#block-controls span.block-type.code {
|
|
516
|
-
background-image: url(./images/icons/code.svg);
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
.dropdown {
|
|
520
|
-
z-index: 1301;
|
|
521
|
-
display: block;
|
|
522
|
-
position: absolute;
|
|
523
|
-
box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1),
|
|
524
|
-
inset 0 0 0 1px rgba(255, 255, 255, 0.5);
|
|
525
|
-
border-radius: 8px;
|
|
526
|
-
min-width: 100px;
|
|
527
|
-
min-height: 40px;
|
|
528
|
-
background-color: #fff;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
.dropdown .item {
|
|
532
|
-
margin: 0 8px 0 8px;
|
|
533
|
-
padding: 8px;
|
|
534
|
-
color: #050505;
|
|
535
|
-
cursor: pointer;
|
|
536
|
-
line-height: 16px;
|
|
537
|
-
font-size: 15px;
|
|
538
|
-
display: flex;
|
|
539
|
-
align-content: center;
|
|
540
|
-
flex-direction: row;
|
|
541
|
-
flex-shrink: 0;
|
|
542
|
-
justify-content: space-between;
|
|
543
|
-
background-color: #fff;
|
|
544
|
-
border-radius: 8px;
|
|
545
|
-
border: 0;
|
|
546
|
-
min-width: 268px;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
.dropdown .item .active {
|
|
550
|
-
display: flex;
|
|
551
|
-
width: 20px;
|
|
552
|
-
height: 20px;
|
|
553
|
-
background-size: contain;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.dropdown .item:first-child {
|
|
557
|
-
margin-top: 8px;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
.dropdown .item:last-child {
|
|
561
|
-
margin-bottom: 8px;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
.dropdown .item:hover {
|
|
565
|
-
background-color: #eee;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
.dropdown .item .text {
|
|
569
|
-
display: flex;
|
|
570
|
-
line-height: 20px;
|
|
571
|
-
flex-grow: 1;
|
|
572
|
-
width: 200px;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
.dropdown .item .icon {
|
|
576
|
-
display: flex;
|
|
577
|
-
width: 20px;
|
|
578
|
-
height: 20px;
|
|
579
|
-
user-select: none;
|
|
580
|
-
margin-right: 12px;
|
|
581
|
-
line-height: 16px;
|
|
582
|
-
background-size: contain;
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
.link-editor {
|
|
586
|
-
position: absolute;
|
|
587
|
-
z-index: 1301;
|
|
588
|
-
top: -10000px;
|
|
589
|
-
left: -10000px;
|
|
590
|
-
margin-top: -6px;
|
|
591
|
-
max-width: 300px;
|
|
592
|
-
width: 100%;
|
|
593
|
-
opacity: 0;
|
|
594
|
-
background-color: #fff;
|
|
595
|
-
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
|
|
596
|
-
border-radius: 8px;
|
|
597
|
-
transition: opacity 0.5s;
|
|
598
|
-
padding:10px;
|
|
599
|
-
}
|
|
600
|
-
.link-editor .MuiFormControl-root {
|
|
601
|
-
margin-top:10px;
|
|
602
|
-
margin-bottom: 10px;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
i.undo {
|
|
606
|
-
background-image: url(./images/icons/arrow-counterclockwise.svg);
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
i.redo {
|
|
610
|
-
background-image: url(./images/icons/arrow-clockwise.svg);
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.icon.paragraph {
|
|
614
|
-
background-image: url(./images/icons/text-paragraph.svg);
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
.icon.large-heading,
|
|
618
|
-
.icon.h1 {
|
|
619
|
-
background-image: url(./images/icons/type-h1.svg);
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
.icon.small-heading,
|
|
623
|
-
.icon.h2 {
|
|
624
|
-
background-image: url(./images/icons/type-h2.svg);
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
.icon.h3 {
|
|
628
|
-
background-image: url(./images/icons/type-h3.svg);
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
.icon.h4 {
|
|
632
|
-
background-image: url(./images/icons/type-h4.svg);
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
.icon.bullet-list,
|
|
636
|
-
.icon.ul {
|
|
637
|
-
background-image: url(./images/icons/list-ul.svg);
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
.icon.numbered-list,
|
|
641
|
-
.icon.ol {
|
|
642
|
-
background-image: url(./images/icons/list-ol.svg);
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
.icon.quote {
|
|
646
|
-
background-image: url(./images/icons/chat-square-quote.svg);
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
.icon.code {
|
|
650
|
-
background-image: url(./images/icons/code.svg);
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
i.bold {
|
|
654
|
-
background-image: url(./images/icons/type-bold.svg);
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
i.italic {
|
|
658
|
-
background-image: url(./images/icons/type-italic.svg);
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
i.underline {
|
|
662
|
-
background-image: url(./images/icons/type-underline.svg);
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
i.strikethrough {
|
|
666
|
-
background-image: url(./images/icons/type-strikethrough.svg);
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
i.code {
|
|
670
|
-
background-image: url(./images/icons/code.svg);
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
i.link {
|
|
674
|
-
background-image: url(./images/icons/link.svg);
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
i.left-align {
|
|
678
|
-
background-image: url(./images/icons/text-left.svg);
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
i.center-align {
|
|
682
|
-
background-image: url(./images/icons/text-center.svg);
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
i.right-align {
|
|
686
|
-
background-image: url(./images/icons/text-right.svg);
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
i.justify-align {
|
|
690
|
-
background-image: url(./images/icons/justify.svg);
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
.typeahead-popover {
|
|
694
|
-
background: #fff;
|
|
695
|
-
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
|
|
696
|
-
border-radius: 8px;
|
|
697
|
-
margin-top: 25px;
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
.typeahead-popover ul {
|
|
701
|
-
padding: 0;
|
|
702
|
-
list-style: none;
|
|
703
|
-
margin: 0;
|
|
704
|
-
border-radius: 8px;
|
|
705
|
-
max-height: 200px;
|
|
706
|
-
overflow-y: scroll;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
.typeahead-popover ul::-webkit-scrollbar {
|
|
710
|
-
display: none;
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
.typeahead-popover ul {
|
|
714
|
-
-ms-overflow-style: none;
|
|
715
|
-
scrollbar-width: none;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
.typeahead-popover ul li {
|
|
719
|
-
margin: 0;
|
|
720
|
-
min-width: 180px;
|
|
721
|
-
font-size: 14px;
|
|
722
|
-
outline: none;
|
|
723
|
-
cursor: pointer;
|
|
724
|
-
border-radius: 8px;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
.typeahead-popover ul li.selected {
|
|
728
|
-
background: #eee;
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
.typeahead-popover li {
|
|
732
|
-
margin: 0 8px 0 8px;
|
|
733
|
-
padding: 8px;
|
|
734
|
-
color: #050505;
|
|
735
|
-
cursor: pointer;
|
|
736
|
-
line-height: 16px;
|
|
737
|
-
font-size: 15px;
|
|
738
|
-
display: flex;
|
|
739
|
-
align-content: center;
|
|
740
|
-
flex-direction: row;
|
|
741
|
-
flex-shrink: 0;
|
|
742
|
-
background-color: #fff;
|
|
743
|
-
border-radius: 8px;
|
|
744
|
-
border: 0;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
.typeahead-popover li.active {
|
|
748
|
-
display: flex;
|
|
749
|
-
width: 20px;
|
|
750
|
-
height: 20px;
|
|
751
|
-
background-size: contain;
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
.typeahead-popover li:first-child {
|
|
755
|
-
border-radius: 8px 8px 0px 0px;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
.typeahead-popover li:last-child {
|
|
759
|
-
border-radius: 0px 0px 8px 8px;
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
.typeahead-popover li:hover {
|
|
763
|
-
background-color: #eee;
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
.typeahead-popover li .text {
|
|
767
|
-
display: flex;
|
|
768
|
-
line-height: 20px;
|
|
769
|
-
flex-grow: 1;
|
|
770
|
-
min-width: 150px;
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
.typeahead-popover li .icon {
|
|
774
|
-
display: flex;
|
|
775
|
-
width: 20px;
|
|
776
|
-
height: 20px;
|
|
777
|
-
user-select: none;
|
|
778
|
-
margin-right: 8px;
|
|
779
|
-
line-height: 16px;
|
|
780
|
-
background-size: contain;
|
|
781
|
-
background-repeat: no-repeat;
|
|
782
|
-
background-position: center;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
.emoji-menu {
|
|
786
|
-
width: 200px;
|
|
787
|
-
}
|