@churchapps/apphelper 0.1.10 → 0.1.11

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.
Files changed (190) hide show
  1. package/.eslintignore +3 -3
  2. package/.eslintrc.json +22 -22
  3. package/LICENSE +21 -21
  4. package/README.md +24 -24
  5. package/dist/components/markdownEditor/editor.css +787 -787
  6. package/dist/components/markdownEditor/images/icons/arrow-clockwise.svg +3 -3
  7. package/dist/components/markdownEditor/images/icons/arrow-counterclockwise.svg +3 -3
  8. package/dist/components/markdownEditor/images/icons/chat-square-quote.svg +3 -3
  9. package/dist/components/markdownEditor/images/icons/chevron-down.svg +2 -2
  10. package/dist/components/markdownEditor/images/icons/code.svg +2 -2
  11. package/dist/components/markdownEditor/images/icons/journal-code.svg +4 -4
  12. package/dist/components/markdownEditor/images/icons/journal-text.svg +4 -4
  13. package/dist/components/markdownEditor/images/icons/justify.svg +2 -2
  14. package/dist/components/markdownEditor/images/icons/link.svg +3 -3
  15. package/dist/components/markdownEditor/images/icons/list-ol.svg +3 -3
  16. package/dist/components/markdownEditor/images/icons/list-ul.svg +2 -2
  17. package/dist/components/markdownEditor/images/icons/pencil-fill.svg +2 -2
  18. package/dist/components/markdownEditor/images/icons/text-center.svg +2 -2
  19. package/dist/components/markdownEditor/images/icons/text-left.svg +2 -2
  20. package/dist/components/markdownEditor/images/icons/text-paragraph.svg +2 -2
  21. package/dist/components/markdownEditor/images/icons/text-right.svg +2 -2
  22. package/dist/components/markdownEditor/images/icons/type-bold.svg +2 -2
  23. package/dist/components/markdownEditor/images/icons/type-h1.svg +2 -2
  24. package/dist/components/markdownEditor/images/icons/type-h2.svg +2 -2
  25. package/dist/components/markdownEditor/images/icons/type-h3.svg +2 -2
  26. package/dist/components/markdownEditor/images/icons/type-h4.svg +12 -12
  27. package/dist/components/markdownEditor/images/icons/type-italic.svg +2 -2
  28. package/dist/components/markdownEditor/images/icons/type-strikethrough.svg +2 -2
  29. package/dist/components/markdownEditor/images/icons/type-underline.svg +2 -2
  30. package/dist/components/markdownEditor/plugins/customLink/FloatingLinkEditor.d.ts.map +1 -1
  31. package/dist/components/markdownEditor/plugins/customLink/FloatingLinkEditor.js +10 -3
  32. package/dist/components/markdownEditor/plugins/customLink/FloatingLinkEditor.js.map +1 -1
  33. package/package.json +88 -88
  34. package/src/components/CreatePerson.tsx +80 -80
  35. package/src/components/DisplayBox.tsx +68 -68
  36. package/src/components/ErrorMessages.tsx +26 -26
  37. package/src/components/ExportLink.tsx +67 -67
  38. package/src/components/FloatingSupport.tsx +16 -16
  39. package/src/components/FormSubmissionEdit.tsx +120 -120
  40. package/src/components/HelpIcon.tsx +10 -10
  41. package/src/components/ImageEditor.tsx +126 -126
  42. package/src/components/InputBox.tsx +73 -73
  43. package/src/components/Loading.tsx +29 -29
  44. package/src/components/PersonAdd.tsx +75 -75
  45. package/src/components/QuestionEdit.tsx +63 -63
  46. package/src/components/SmallButton.tsx +39 -39
  47. package/src/components/SupportModal.tsx +26 -26
  48. package/src/components/TabPanel.tsx +34 -34
  49. package/src/components/gallery/GalleryModal.tsx +119 -119
  50. package/src/components/gallery/StockPhotos.tsx +74 -74
  51. package/src/components/gallery/index.ts +1 -1
  52. package/src/components/iconPicker/IconNamesList.ts +2240 -2240
  53. package/src/components/iconPicker/IconPicker.tsx +153 -153
  54. package/src/components/index.tsx +24 -24
  55. package/src/components/markdownEditor/Editor.tsx +132 -132
  56. package/src/components/markdownEditor/MarkdownEditor.tsx +16 -16
  57. package/src/components/markdownEditor/MarkdownModal.tsx +46 -46
  58. package/src/components/markdownEditor/MarkdownPreview.tsx +14 -14
  59. package/src/components/markdownEditor/editor.css +787 -787
  60. package/src/components/markdownEditor/images/icons/arrow-clockwise.svg +3 -3
  61. package/src/components/markdownEditor/images/icons/arrow-counterclockwise.svg +3 -3
  62. package/src/components/markdownEditor/images/icons/chat-square-quote.svg +3 -3
  63. package/src/components/markdownEditor/images/icons/chevron-down.svg +2 -2
  64. package/src/components/markdownEditor/images/icons/code.svg +2 -2
  65. package/src/components/markdownEditor/images/icons/journal-code.svg +4 -4
  66. package/src/components/markdownEditor/images/icons/journal-text.svg +4 -4
  67. package/src/components/markdownEditor/images/icons/justify.svg +2 -2
  68. package/src/components/markdownEditor/images/icons/link.svg +3 -3
  69. package/src/components/markdownEditor/images/icons/list-ol.svg +3 -3
  70. package/src/components/markdownEditor/images/icons/list-ul.svg +2 -2
  71. package/src/components/markdownEditor/images/icons/pencil-fill.svg +2 -2
  72. package/src/components/markdownEditor/images/icons/text-center.svg +2 -2
  73. package/src/components/markdownEditor/images/icons/text-left.svg +2 -2
  74. package/src/components/markdownEditor/images/icons/text-paragraph.svg +2 -2
  75. package/src/components/markdownEditor/images/icons/text-right.svg +2 -2
  76. package/src/components/markdownEditor/images/icons/type-bold.svg +2 -2
  77. package/src/components/markdownEditor/images/icons/type-h1.svg +2 -2
  78. package/src/components/markdownEditor/images/icons/type-h2.svg +2 -2
  79. package/src/components/markdownEditor/images/icons/type-h3.svg +2 -2
  80. package/src/components/markdownEditor/images/icons/type-h4.svg +12 -12
  81. package/src/components/markdownEditor/images/icons/type-italic.svg +2 -2
  82. package/src/components/markdownEditor/images/icons/type-strikethrough.svg +2 -2
  83. package/src/components/markdownEditor/images/icons/type-underline.svg +2 -2
  84. package/src/components/markdownEditor/index.ts +2 -2
  85. package/src/components/markdownEditor/plugins/AutoLinkPlugin.tsx +35 -35
  86. package/src/components/markdownEditor/plugins/ControlledEditorPlugin.tsx +24 -24
  87. package/src/components/markdownEditor/plugins/ListMaxIndentLevelPlugin.tsx +68 -68
  88. package/src/components/markdownEditor/plugins/MarkdownTransformers.ts +106 -106
  89. package/src/components/markdownEditor/plugins/ReadOnlyPlugin.tsx +15 -15
  90. package/src/components/markdownEditor/plugins/ToolbarPlugin.tsx +401 -401
  91. package/src/components/markdownEditor/plugins/customLink/CustomLinkNode.tsx +224 -224
  92. package/src/components/markdownEditor/plugins/customLink/CustomLinkNodePlugin.tsx +32 -32
  93. package/src/components/markdownEditor/plugins/customLink/CustomLinkNodeTransformer.tsx +102 -102
  94. package/src/components/markdownEditor/plugins/customLink/FloatingLinkEditor.tsx +252 -243
  95. package/src/components/markdownEditor/plugins/customLink/FloatingLinkEditor.types.ts +11 -11
  96. package/src/components/markdownEditor/plugins/emoji/EmojiNode.tsx +95 -95
  97. package/src/components/markdownEditor/plugins/emoji/EmojiNodeTransform.ts +41 -41
  98. package/src/components/markdownEditor/plugins/emoji/EmojiPickerPlugin.tsx +152 -152
  99. package/src/components/markdownEditor/plugins/emoji/EmojisPlugin.tsx +65 -65
  100. package/src/components/markdownEditor/plugins/index.ts +6 -6
  101. package/src/components/markdownEditor/theme.ts +65 -65
  102. package/src/components/notes/AddNote.tsx +90 -90
  103. package/src/components/notes/Conversation.tsx +82 -82
  104. package/src/components/notes/Conversations.tsx +58 -58
  105. package/src/components/notes/NewConversation.tsx +78 -78
  106. package/src/components/notes/Note.tsx +44 -44
  107. package/src/components/notes/Notes.tsx +69 -69
  108. package/src/components/notes/index.ts +5 -5
  109. package/src/components/reporting/ChartReport.tsx +98 -98
  110. package/src/components/reporting/ReportFilter.tsx +54 -54
  111. package/src/components/reporting/ReportFilterField.tsx +160 -160
  112. package/src/components/reporting/ReportOutput.tsx +79 -79
  113. package/src/components/reporting/ReportWithFilter.tsx +70 -70
  114. package/src/components/reporting/TableReport.tsx +57 -57
  115. package/src/components/reporting/TreeReport.tsx +111 -111
  116. package/src/components/reporting/index.ts +4 -4
  117. package/src/components/wrapper/AppList.tsx +20 -20
  118. package/src/components/wrapper/ChurchList.tsx +22 -22
  119. package/src/components/wrapper/Drawers.tsx +60 -60
  120. package/src/components/wrapper/NavItem.tsx +41 -41
  121. package/src/components/wrapper/NewPrivateMessage.tsx +103 -103
  122. package/src/components/wrapper/NotificationMenu.tsx +96 -96
  123. package/src/components/wrapper/Notifications.tsx +53 -53
  124. package/src/components/wrapper/PrivateMessageDetails.tsx +24 -24
  125. package/src/components/wrapper/PrivateMessages.tsx +92 -92
  126. package/src/components/wrapper/SiteWrapper.tsx +99 -99
  127. package/src/components/wrapper/TabPanel.tsx +30 -30
  128. package/src/components/wrapper/UserMenu.tsx +106 -106
  129. package/src/components/wrapper/index.tsx +5 -5
  130. package/src/donationComponents/DonationPage.tsx +136 -136
  131. package/src/donationComponents/components/BankForm.tsx +159 -159
  132. package/src/donationComponents/components/CardForm.tsx +104 -104
  133. package/src/donationComponents/components/DonationForm.tsx +235 -235
  134. package/src/donationComponents/components/FundDonation.tsx +49 -49
  135. package/src/donationComponents/components/FundDonations.tsx +39 -39
  136. package/src/donationComponents/components/NonAuthDonation.tsx +31 -31
  137. package/src/donationComponents/components/NonAuthDonationInner.tsx +259 -259
  138. package/src/donationComponents/components/PaymentMethods.tsx +135 -135
  139. package/src/donationComponents/components/RecurringDonations.tsx +121 -121
  140. package/src/donationComponents/components/RecurringDonationsEdit.tsx +93 -93
  141. package/src/donationComponents/components/index.tsx +9 -9
  142. package/src/donationComponents/index.ts +3 -3
  143. package/src/donationComponents/modals/DonationPreviewModal.tsx +66 -66
  144. package/src/helpers/AnalyticsHelper.ts +33 -33
  145. package/src/helpers/ApiHelper.ts +125 -125
  146. package/src/helpers/AppearanceHelper.ts +69 -69
  147. package/src/helpers/ArrayHelper.ts +81 -81
  148. package/src/helpers/CommonEnvironmentHelper.ts +80 -80
  149. package/src/helpers/CurrencyHelper.ts +10 -10
  150. package/src/helpers/DateHelper.ts +109 -109
  151. package/src/helpers/DonationHelper.ts +26 -26
  152. package/src/helpers/ErrorHelper.ts +36 -36
  153. package/src/helpers/EventHelper.ts +52 -52
  154. package/src/helpers/FileHelper.ts +31 -31
  155. package/src/helpers/PersonHelper.ts +60 -60
  156. package/src/helpers/SlugHelper.ts +37 -37
  157. package/src/helpers/SocketHelper.ts +78 -78
  158. package/src/helpers/Themes.ts +14 -14
  159. package/src/helpers/UniqueIdHelper.ts +36 -36
  160. package/src/helpers/UserHelper.ts +59 -59
  161. package/src/helpers/createEmotionCache.ts +17 -17
  162. package/src/helpers/index.ts +19 -19
  163. package/src/hooks/index.ts +1 -1
  164. package/src/hooks/useMountedState.ts +16 -16
  165. package/src/index.ts +6 -6
  166. package/src/interfaces/Access.ts +24 -24
  167. package/src/interfaces/Attendance.ts +8 -8
  168. package/src/interfaces/Content.ts +10 -10
  169. package/src/interfaces/Doing.ts +24 -24
  170. package/src/interfaces/Donation.ts +45 -45
  171. package/src/interfaces/Error.ts +17 -17
  172. package/src/interfaces/Membership.ts +51 -51
  173. package/src/interfaces/Messaging.ts +11 -11
  174. package/src/interfaces/Permissions.ts +68 -68
  175. package/src/interfaces/Reporting.ts +7 -7
  176. package/src/interfaces/UserContextInterface.ts +13 -13
  177. package/src/interfaces/index.ts +13 -13
  178. package/src/pageComponents/LoginPage.tsx +244 -244
  179. package/src/pageComponents/LogoutPage.tsx +28 -28
  180. package/src/pageComponents/components/Forgot.tsx +79 -79
  181. package/src/pageComponents/components/Login.tsx +54 -54
  182. package/src/pageComponents/components/LoginSetPassword.tsx +63 -63
  183. package/src/pageComponents/components/Register.tsx +107 -107
  184. package/src/pageComponents/components/SelectChurchModal.tsx +41 -41
  185. package/src/pageComponents/components/SelectChurchRegister.tsx +88 -88
  186. package/src/pageComponents/components/SelectChurchSearch.tsx +69 -69
  187. package/src/pageComponents/components/SelectableChurch.tsx +38 -38
  188. package/src/pageComponents/index.ts +3 -3
  189. package/tsconfig.json +34 -34
  190. package/tslint.json +14 -14
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-clockwise" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2v1z"/>
3
- <path d="M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-clockwise" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2v1z"/>
3
+ <path d="M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466z"/>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-counterclockwise" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2v1z"/>
3
- <path d="M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 8 4.466z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-counterclockwise" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2v1z"/>
3
+ <path d="M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 8 4.466z"/>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chat-square-quote" viewBox="0 0 16 16">
2
- <path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
3
- <path d="M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chat-square-quote" viewBox="0 0 16 16">
2
+ <path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
3
+ <path d="M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z"/>
4
4
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-code" viewBox="0 0 16 16">
2
- <path d="M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8l3.147-3.146zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8l-3.147-3.146z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-code" viewBox="0 0 16 16">
2
+ <path d="M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8l3.147-3.146zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8l-3.147-3.146z"/>
3
3
  </svg>
@@ -1,5 +1,5 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-journal-code" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M8.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 8l1.647-1.646a.5.5 0 0 0 0-.708z"/>
3
- <path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/>
4
- <path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-journal-code" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 8l1.647-1.646a.5.5 0 0 0 0-.708z"/>
3
+ <path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/>
4
+ <path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>
5
5
  </svg>
@@ -1,5 +1,5 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-journal-text" viewBox="0 0 16 16">
2
- <path d="M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/>
3
- <path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/>
4
- <path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-journal-text" viewBox="0 0 16 16">
2
+ <path d="M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/>
3
+ <path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/>
4
+ <path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>
5
5
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-justify" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-justify" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>
3
3
  </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-link" viewBox="0 0 16 16">
2
- <path d="M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9c-.086 0-.17.01-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z"/>
3
- <path d="M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4.02 4.02 0 0 1-.82 1H12a3 3 0 1 0 0-6H9z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-link" viewBox="0 0 16 16">
2
+ <path d="M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9c-.086 0-.17.01-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z"/>
3
+ <path d="M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4.02 4.02 0 0 1-.82 1H12a3 3 0 1 0 0-6H9z"/>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list-ol" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z"/>
3
- <path d="M1.713 11.865v-.474H2c.217 0 .363-.137.363-.317 0-.185-.158-.31-.361-.31-.223 0-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595 0 0 1-.492.594v.033a.615.615 0 0 1 .569.631c.003.533-.502.8-1.051.8-.656 0-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254 0 .424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583 0 .96.326.96.756 0 .389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508 0-.18-.147-.32-.342-.32a.33.33 0 0 0-.342.338v.041zM2.564 5h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635V5z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list-ol" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z"/>
3
+ <path d="M1.713 11.865v-.474H2c.217 0 .363-.137.363-.317 0-.185-.158-.31-.361-.31-.223 0-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595 0 0 1-.492.594v.033a.615.615 0 0 1 .569.631c.003.533-.502.8-1.051.8-.656 0-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254 0 .424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583 0 .96.326.96.756 0 .389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508 0-.18-.147-.32-.342-.32a.33.33 0 0 0-.342.338v.041zM2.564 5h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635V5z"/>
4
4
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list-ul" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list-ul" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pencil-fill" viewBox="0 0 16 16">
2
- <path d="M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708l-3-3zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207l6.5-6.5zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.499.499 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11l.178-.178z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pencil-fill" viewBox="0 0 16 16">
2
+ <path d="M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708l-3-3zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207l6.5-6.5zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.499.499 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11l.178-.178z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-center" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-center" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-left" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-left" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-paragraph" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-paragraph" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-right" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-right" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-bold" viewBox="0 0 16 16">
2
- <path d="M8.21 13c2.106 0 3.412-1.087 3.412-2.823 0-1.306-.984-2.283-2.324-2.386v-.055a2.176 2.176 0 0 0 1.852-2.14c0-1.51-1.162-2.46-3.014-2.46H3.843V13H8.21zM5.908 4.674h1.696c.963 0 1.517.451 1.517 1.244 0 .834-.629 1.32-1.73 1.32H5.908V4.673zm0 6.788V8.598h1.73c1.217 0 1.88.492 1.88 1.415 0 .943-.643 1.449-1.832 1.449H5.907z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-bold" viewBox="0 0 16 16">
2
+ <path d="M8.21 13c2.106 0 3.412-1.087 3.412-2.823 0-1.306-.984-2.283-2.324-2.386v-.055a2.176 2.176 0 0 0 1.852-2.14c0-1.51-1.162-2.46-3.014-2.46H3.843V13H8.21zM5.908 4.674h1.696c.963 0 1.517.451 1.517 1.244 0 .834-.629 1.32-1.73 1.32H5.908V4.673zm0 6.788V8.598h1.73c1.217 0 1.88.492 1.88 1.415 0 .943-.643 1.449-1.832 1.449H5.907z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-h1" viewBox="0 0 16 16">
2
- <path d="M8.637 13V3.669H7.379V7.62H2.758V3.67H1.5V13h1.258V8.728h4.62V13h1.259zm5.329 0V3.669h-1.244L10.5 5.316v1.265l2.16-1.565h.062V13h1.244z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-h1" viewBox="0 0 16 16">
2
+ <path d="M8.637 13V3.669H7.379V7.62H2.758V3.67H1.5V13h1.258V8.728h4.62V13h1.259zm5.329 0V3.669h-1.244L10.5 5.316v1.265l2.16-1.565h.062V13h1.244z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-h2" viewBox="0 0 16 16">
2
- <path d="M7.638 13V3.669H6.38V7.62H1.759V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.022-6.733v-.048c0-.889.63-1.668 1.716-1.668.957 0 1.675.608 1.675 1.572 0 .855-.554 1.504-1.067 2.085l-3.513 3.999V13H15.5v-1.094h-4.245v-.075l2.481-2.844c.875-.998 1.586-1.784 1.586-2.953 0-1.463-1.155-2.556-2.919-2.556-1.941 0-2.966 1.326-2.966 2.74v.049h1.223z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-h2" viewBox="0 0 16 16">
2
+ <path d="M7.638 13V3.669H6.38V7.62H1.759V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.022-6.733v-.048c0-.889.63-1.668 1.716-1.668.957 0 1.675.608 1.675 1.572 0 .855-.554 1.504-1.067 2.085l-3.513 3.999V13H15.5v-1.094h-4.245v-.075l2.481-2.844c.875-.998 1.586-1.784 1.586-2.953 0-1.463-1.155-2.556-2.919-2.556-1.941 0-2.966 1.326-2.966 2.74v.049h1.223z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-h3" viewBox="0 0 16 16">
2
- <path d="M7.637 13V3.669H6.379V7.62H1.758V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.625-4.272h1.018c1.142 0 1.935.67 1.949 1.674.013 1.005-.78 1.737-2.01 1.73-1.08-.007-1.853-.588-1.935-1.32H9.108c.069 1.327 1.224 2.386 3.083 2.386 1.935 0 3.343-1.155 3.309-2.789-.027-1.51-1.251-2.16-2.037-2.249v-.068c.704-.123 1.764-.91 1.723-2.229-.035-1.353-1.176-2.4-2.954-2.385-1.873.006-2.857 1.162-2.898 2.358h1.196c.062-.69.711-1.299 1.696-1.299.998 0 1.695.622 1.695 1.525.007.922-.718 1.592-1.695 1.592h-.964v1.074z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-h3" viewBox="0 0 16 16">
2
+ <path d="M7.637 13V3.669H6.379V7.62H1.758V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.625-4.272h1.018c1.142 0 1.935.67 1.949 1.674.013 1.005-.78 1.737-2.01 1.73-1.08-.007-1.853-.588-1.935-1.32H9.108c.069 1.327 1.224 2.386 3.083 2.386 1.935 0 3.343-1.155 3.309-2.789-.027-1.51-1.251-2.16-2.037-2.249v-.068c.704-.123 1.764-.91 1.723-2.229-.035-1.353-1.176-2.4-2.954-2.385-1.873.006-2.857 1.162-2.898 2.358h1.196c.062-.69.711-1.299 1.696-1.299.998 0 1.695.622 1.695 1.525.007.922-.718 1.592-1.695 1.592h-.964v1.074z"/>
3
3
  </svg>
@@ -1,13 +1,13 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <svg width="800px" height="800px" viewBox="0 0 24 24"
3
- xmlns="http://www.w3.org/2000/svg">
4
-
5
- <rect x="0" fill="none" width="24" height="24"/>
6
-
7
- <g>
8
-
9
- <path d="M11 17H9v-4H5v4H3V7h2v4h4V7h2v10zm10-2h-1v2h-2v-2h-5v-2l4.05-6H20v6h1v2zm-3-2V9l-2.79 4H18z"/>
10
-
11
- </g>
12
-
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg width="800px" height="800px" viewBox="0 0 24 24"
3
+ xmlns="http://www.w3.org/2000/svg">
4
+
5
+ <rect x="0" fill="none" width="24" height="24"/>
6
+
7
+ <g>
8
+
9
+ <path d="M11 17H9v-4H5v4H3V7h2v4h4V7h2v10zm10-2h-1v2h-2v-2h-5v-2l4.05-6H20v6h1v2zm-3-2V9l-2.79 4H18z"/>
10
+
11
+ </g>
12
+
13
13
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-italic" viewBox="0 0 16 16">
2
- <path d="M7.991 11.674 9.53 4.455c.123-.595.246-.71 1.347-.807l.11-.52H7.211l-.11.52c1.06.096 1.128.212 1.005.807L6.57 11.674c-.123.595-.246.71-1.346.806l-.11.52h3.774l.11-.52c-1.06-.095-1.129-.211-1.006-.806z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-italic" viewBox="0 0 16 16">
2
+ <path d="M7.991 11.674 9.53 4.455c.123-.595.246-.71 1.347-.807l.11-.52H7.211l-.11.52c1.06.096 1.128.212 1.005.807L6.57 11.674c-.123.595-.246.71-1.346.806l-.11.52h3.774l.11-.52c-1.06-.095-1.129-.211-1.006-.806z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-strikethrough" viewBox="0 0 16 16">
2
- <path d="M6.333 5.686c0 .31.083.581.27.814H5.166a2.776 2.776 0 0 1-.099-.76c0-1.627 1.436-2.768 3.48-2.768 1.969 0 3.39 1.175 3.445 2.85h-1.23c-.11-1.08-.964-1.743-2.25-1.743-1.23 0-2.18.602-2.18 1.607zm2.194 7.478c-2.153 0-3.589-1.107-3.705-2.81h1.23c.144 1.06 1.129 1.703 2.544 1.703 1.34 0 2.31-.705 2.31-1.675 0-.827-.547-1.374-1.914-1.675L8.046 8.5H1v-1h14v1h-3.504c.468.437.675.994.675 1.697 0 1.826-1.436 2.967-3.644 2.967z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-strikethrough" viewBox="0 0 16 16">
2
+ <path d="M6.333 5.686c0 .31.083.581.27.814H5.166a2.776 2.776 0 0 1-.099-.76c0-1.627 1.436-2.768 3.48-2.768 1.969 0 3.39 1.175 3.445 2.85h-1.23c-.11-1.08-.964-1.743-2.25-1.743-1.23 0-2.18.602-2.18 1.607zm2.194 7.478c-2.153 0-3.589-1.107-3.705-2.81h1.23c.144 1.06 1.129 1.703 2.544 1.703 1.34 0 2.31-.705 2.31-1.675 0-.827-.547-1.374-1.914-1.675L8.046 8.5H1v-1h14v1h-3.504c.468.437.675.994.675 1.697 0 1.826-1.436 2.967-3.644 2.967z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-underline" viewBox="0 0 16 16">
2
- <path d="M5.313 3.136h-1.23V9.54c0 2.105 1.47 3.623 3.917 3.623s3.917-1.518 3.917-3.623V3.136h-1.23v6.323c0 1.49-.978 2.57-2.687 2.57-1.709 0-2.687-1.08-2.687-2.57V3.136zM12.5 15h-9v-1h9v1z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-type-underline" viewBox="0 0 16 16">
2
+ <path d="M5.313 3.136h-1.23V9.54c0 2.105 1.47 3.623 3.917 3.623s3.917-1.518 3.917-3.623V3.136h-1.23v6.323c0 1.49-.978 2.57-2.687 2.57-1.709 0-2.687-1.08-2.687-2.57V3.136zM12.5 15h-9v-1h9v1z"/>
3
3
  </svg>
@@ -1 +1 @@
1
- {"version":3,"file":"FloatingLinkEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/markdownEditor/plugins/customLink/FloatingLinkEditor.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAuB,EAAE,EAAa,MAAM,OAAO,CAAC;AAMlE,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAyBrE,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CAiNnD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"FloatingLinkEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/markdownEditor/plugins/customLink/FloatingLinkEditor.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAuB,EAAE,EAAa,MAAM,OAAO,CAAC;AAMlE,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAyBrE,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CA0NnD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -133,7 +133,7 @@ const FloatingLinkEditor = ({ linkUrl, setLinkUrl, classNamesList, setClassNames
133
133
  updateLinkEditor();
134
134
  });
135
135
  }, []); //eslint-disable-line
136
- const variants = ["Primary", "Secondary", "Success", "Danger", "Warning", "Info", "Light", "Dark"];
136
+ const variants = ["Light", "Light Accent", "Accent", "Dark Accent", "Dark", "Transparent Light", "Transparent Light Accent", "Transparent Accent", "Transparent Dark Accent", "Transparent Dark", "Primary", "Secondary", "Success", "Danger", "Warning", "Info"];
137
137
  const sizes = ["Small", "Medium", "Large"];
138
138
  let appearance = "link";
139
139
  if (classNamesList[0].indexOf("btn") > -1)
@@ -153,6 +153,11 @@ const FloatingLinkEditor = ({ linkUrl, setLinkUrl, classNamesList, setClassNames
153
153
  selectedNode === null || selectedNode === void 0 ? void 0 : selectedNode.selectEnd();
154
154
  });
155
155
  };
156
+ const getVariantKeyName = (variant) => {
157
+ const keyNameParts = variant.split(" ");
158
+ keyNameParts[0] = keyNameParts[0].toLowerCase();
159
+ return keyNameParts.join("");
160
+ };
156
161
  return (react_1.default.createElement("div", { ref: editorRef, className: "link-editor" },
157
162
  react_1.default.createElement(material_1.TextField, { label: "Url", value: linkUrl, onChange: e => { setLinkUrl(e.target.value); }, fullWidth: true, size: "small" }),
158
163
  react_1.default.createElement(material_1.FormControl, { fullWidth: true },
@@ -175,7 +180,7 @@ const FloatingLinkEditor = ({ linkUrl, setLinkUrl, classNamesList, setClassNames
175
180
  let index = 0;
176
181
  newArray.forEach((item, i) => {
177
182
  variants.forEach((element) => {
178
- if (item.includes(element.toLowerCase())) {
183
+ if (item.includes(getVariantKeyName(element))) {
179
184
  index = i;
180
185
  }
181
186
  ;
@@ -183,7 +188,9 @@ const FloatingLinkEditor = ({ linkUrl, setLinkUrl, classNamesList, setClassNames
183
188
  });
184
189
  newArray.splice(index, 1, e.target.value.toString());
185
190
  setClassNamesList(newArray);
186
- } }, variants.map((optionValue) => (react_1.default.createElement(material_1.MenuItem, { key: appearance + " btn-" + optionValue.toLowerCase(), value: "btn-" + optionValue.toLowerCase() }, optionValue))))),
191
+ } }, variants.map((optionValue, idx) => (react_1.default.createElement(react_1.default.Fragment, null,
192
+ react_1.default.createElement(material_1.MenuItem, { key: appearance + " btn-" + getVariantKeyName(optionValue), value: "btn-" + getVariantKeyName(optionValue) }, optionValue),
193
+ (idx === 4 || idx === 9) && react_1.default.createElement(material_1.MenuItem, { disabled: true }, "\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500")))))),
187
194
  react_1.default.createElement(material_1.FormControl, { fullWidth: true },
188
195
  react_1.default.createElement(material_1.InputLabel, null, "Size"),
189
196
  react_1.default.createElement(material_1.Select, { name: "classNames", fullWidth: true, label: "Size", size: "small", value: classNamesList[2], onChange: (e) => {
@@ -1 +1 @@
1
- {"version":3,"file":"FloatingLinkEditor.js","sourceRoot":"","sources":["../../../../../src/components/markdownEditor/plugins/customLink/FloatingLinkEditor.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"FloatingLinkEditor.js","sourceRoot":"","sources":["../../../../../src/components/markdownEditor/plugins/customLink/FloatingLinkEditor.tsx"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,88 +1,88 @@
1
- {
2
- "name": "@churchapps/apphelper",
3
- "version": "0.1.10",
4
- "description": "Library of helper functions for React and NextJS ChurchApps",
5
- "main": "dist/index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1",
8
- "clean": "rimraf dist",
9
- "copy-css": "copyfiles -f src/components/markdownEditor/editor.css dist/components/markdownEditor",
10
- "copy-icons": "copyfiles -f src/components/markdownEditor/images/icons/* dist/components/markdownEditor/images/icons",
11
- "copy-emojis": "copyfiles -f src/components/markdownEditor/images/emoji/* dist/components/markdownEditor/images/emoji",
12
- "copy-assets": "npm-run-all copy-css copy-icons copy-emojis",
13
- "link": "link",
14
- "tsc": "tsc",
15
- "build": "npm-run-all clean tsc copy-assets",
16
- "updateLink": "npm-run-all clean tsc && npm rm @churchapps/apphelper -g && npm link"
17
- },
18
- "repository": {
19
- "type": "git",
20
- "url": "git+https://github.com/LiveChurchSolutions/AppHelper.git"
21
- },
22
- "keywords": [
23
- "ChurchApps"
24
- ],
25
- "author": "ChurchApps.org",
26
- "license": "MIT",
27
- "bugs": {
28
- "url": "https://github.com/LiveChurchSolutions/AppHelper/issues"
29
- },
30
- "homepage": "https://github.com/LiveChurchSolutions/AppHelper#readme",
31
- "peerDependencies": {
32
- "react": "^18.2.0",
33
- "react-dom": "^18.2.0",
34
- "react-router-dom": "^6.15.0"
35
- },
36
- "dependencies": {
37
- "@churchapps/helpers": "^1.0.6",
38
- "@emotion/cache": "^11.11.0",
39
- "@emotion/react": "^11.11.1",
40
- "@emotion/styled": "^11.11.0",
41
- "@lexical/code": "^0.12.0",
42
- "@lexical/link": "^0.12.0",
43
- "@lexical/list": "^0.12.0",
44
- "@lexical/markdown": "^0.12.0",
45
- "@lexical/react": "^0.12.0",
46
- "@lexical/rich-text": "^0.12.0",
47
- "@lexical/selection": "^0.12.0",
48
- "@lexical/table": "^0.12.0",
49
- "@lexical/utils": "^0.12.0",
50
- "@mui/lab": "^5.0.0-alpha.142",
51
- "@mui/material": "^5.14.7",
52
- "@stripe/react-stripe-js": "^2.1.2",
53
- "@stripe/stripe-js": "^2.1.1",
54
- "axios": "^1.5.0",
55
- "cropperjs": "^1.6.0",
56
- "date-fns": "^2.30.0",
57
- "flexsearch": "^0.7.31",
58
- "jwt-decode": "^3.1.2",
59
- "lexical": "^0.12.0",
60
- "material-symbols": "^0.11.0",
61
- "mui-tel-input": "^4.0.1",
62
- "react-activity": "^2.1.3",
63
- "react-cookie": "^6.1.0",
64
- "react-cropper": "^2.3.3",
65
- "react-csv": "^2.2.2",
66
- "react-ga4": "^2.1.0",
67
- "react-google-charts": "^3.0.15",
68
- "react-google-recaptcha": "^3.1.0",
69
- "react-to-print": "^2.14.13",
70
- "rrule": "^2.7.2",
71
- "slug": "^8.2.3"
72
- },
73
- "devDependencies": {
74
- "@types/node": "^20.5.9",
75
- "@types/react": "^18.2.21",
76
- "@types/react-csv": "^1.1.3",
77
- "@types/react-dom": "^18.2.7",
78
- "@types/react-google-recaptcha": "^2.1.5",
79
- "@types/slug": "^5.0.7",
80
- "copyfiles": "^2.4.1",
81
- "eslint-config-react-app": "^7.0.1",
82
- "eslint-plugin-react": "^7.33.2",
83
- "npm-run-all": "^4.1.5",
84
- "rimraf": "^5.0.1",
85
- "tslint": "^6.1.2",
86
- "typescript": "^5.2.2"
87
- }
88
- }
1
+ {
2
+ "name": "@churchapps/apphelper",
3
+ "version": "0.1.11",
4
+ "description": "Library of helper functions for React and NextJS ChurchApps",
5
+ "main": "dist/index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "clean": "rimraf dist",
9
+ "copy-css": "copyfiles -f src/components/markdownEditor/editor.css dist/components/markdownEditor",
10
+ "copy-icons": "copyfiles -f src/components/markdownEditor/images/icons/* dist/components/markdownEditor/images/icons",
11
+ "copy-emojis": "copyfiles -f src/components/markdownEditor/images/emoji/* dist/components/markdownEditor/images/emoji",
12
+ "copy-assets": "npm-run-all copy-css copy-icons copy-emojis",
13
+ "link": "link",
14
+ "tsc": "tsc",
15
+ "build": "npm-run-all clean tsc copy-assets",
16
+ "updateLink": "npm-run-all clean tsc && npm rm @churchapps/apphelper -g && npm link"
17
+ },
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/LiveChurchSolutions/AppHelper.git"
21
+ },
22
+ "keywords": [
23
+ "ChurchApps"
24
+ ],
25
+ "author": "ChurchApps.org",
26
+ "license": "MIT",
27
+ "bugs": {
28
+ "url": "https://github.com/LiveChurchSolutions/AppHelper/issues"
29
+ },
30
+ "homepage": "https://github.com/LiveChurchSolutions/AppHelper#readme",
31
+ "peerDependencies": {
32
+ "react": "^18.2.0",
33
+ "react-dom": "^18.2.0",
34
+ "react-router-dom": "^6.15.0"
35
+ },
36
+ "dependencies": {
37
+ "@churchapps/helpers": "^1.0.6",
38
+ "@emotion/cache": "^11.11.0",
39
+ "@emotion/react": "^11.11.1",
40
+ "@emotion/styled": "^11.11.0",
41
+ "@lexical/code": "^0.12.0",
42
+ "@lexical/link": "^0.12.0",
43
+ "@lexical/list": "^0.12.0",
44
+ "@lexical/markdown": "^0.12.0",
45
+ "@lexical/react": "^0.12.0",
46
+ "@lexical/rich-text": "^0.12.0",
47
+ "@lexical/selection": "^0.12.0",
48
+ "@lexical/table": "^0.12.0",
49
+ "@lexical/utils": "^0.12.0",
50
+ "@mui/lab": "^5.0.0-alpha.142",
51
+ "@mui/material": "^5.14.7",
52
+ "@stripe/react-stripe-js": "^2.1.2",
53
+ "@stripe/stripe-js": "^2.1.1",
54
+ "axios": "^1.5.0",
55
+ "cropperjs": "^1.6.0",
56
+ "date-fns": "^2.30.0",
57
+ "flexsearch": "^0.7.31",
58
+ "jwt-decode": "^3.1.2",
59
+ "lexical": "^0.12.0",
60
+ "material-symbols": "^0.11.0",
61
+ "mui-tel-input": "^4.0.1",
62
+ "react-activity": "^2.1.3",
63
+ "react-cookie": "^6.1.0",
64
+ "react-cropper": "^2.3.3",
65
+ "react-csv": "^2.2.2",
66
+ "react-ga4": "^2.1.0",
67
+ "react-google-charts": "^3.0.15",
68
+ "react-google-recaptcha": "^3.1.0",
69
+ "react-to-print": "^2.14.13",
70
+ "rrule": "^2.7.2",
71
+ "slug": "^8.2.3"
72
+ },
73
+ "devDependencies": {
74
+ "@types/node": "^20.5.9",
75
+ "@types/react": "^18.2.21",
76
+ "@types/react-csv": "^1.1.3",
77
+ "@types/react-dom": "^18.2.7",
78
+ "@types/react-google-recaptcha": "^2.1.5",
79
+ "@types/slug": "^5.0.7",
80
+ "copyfiles": "^2.4.1",
81
+ "eslint-config-react-app": "^7.0.1",
82
+ "eslint-plugin-react": "^7.33.2",
83
+ "npm-run-all": "^4.1.5",
84
+ "rimraf": "^5.0.1",
85
+ "tslint": "^6.1.2",
86
+ "typescript": "^5.2.2"
87
+ }
88
+ }