@frontify/guideline-blocks-settings 0.33.4 → 0.33.5

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 (508) hide show
  1. package/dist/components/Attachments/AttachmentItem.es.js +174 -0
  2. package/dist/components/Attachments/AttachmentItem.es.js.map +1 -0
  3. package/dist/components/Attachments/Attachments.es.js +160 -0
  4. package/dist/components/Attachments/Attachments.es.js.map +1 -0
  5. package/dist/components/Attachments/AttachmentsButtonTrigger.es.js +29 -0
  6. package/dist/components/Attachments/AttachmentsButtonTrigger.es.js.map +1 -0
  7. package/dist/components/BlockInjectButton/BlockInjectButton.es.js +150 -0
  8. package/dist/components/BlockInjectButton/BlockInjectButton.es.js.map +1 -0
  9. package/dist/components/BlockItemWrapper/BlockItemWrapper.es.js +71 -0
  10. package/dist/components/BlockItemWrapper/BlockItemWrapper.es.js.map +1 -0
  11. package/dist/components/BlockItemWrapper/Toolbar/AttachmentsToolbarButton/AttachmentsToolbarButton.es.js +33 -0
  12. package/dist/components/BlockItemWrapper/Toolbar/AttachmentsToolbarButton/AttachmentsToolbarButton.es.js.map +1 -0
  13. package/dist/components/BlockItemWrapper/Toolbar/AttachmentsToolbarButton/AttachmentsToolbarButtonTrigger.es.js +26 -0
  14. package/dist/components/BlockItemWrapper/Toolbar/AttachmentsToolbarButton/AttachmentsToolbarButtonTrigger.es.js.map +1 -0
  15. package/dist/components/BlockItemWrapper/Toolbar/BaseToolbarButton.es.js +28 -0
  16. package/dist/components/BlockItemWrapper/Toolbar/BaseToolbarButton.es.js.map +1 -0
  17. package/dist/components/BlockItemWrapper/Toolbar/DragHandleToolbarButton/DragHandleToolbarButton.es.js +35 -0
  18. package/dist/components/BlockItemWrapper/Toolbar/DragHandleToolbarButton/DragHandleToolbarButton.es.js.map +1 -0
  19. package/dist/components/BlockItemWrapper/Toolbar/FlyoutToolbarButton/FlyoutToolbarButton.es.js +44 -0
  20. package/dist/components/BlockItemWrapper/Toolbar/FlyoutToolbarButton/FlyoutToolbarButton.es.js.map +1 -0
  21. package/dist/components/BlockItemWrapper/Toolbar/MenuToolbarButton/MenuToolbarButton.es.js +25 -0
  22. package/dist/components/BlockItemWrapper/Toolbar/MenuToolbarButton/MenuToolbarButton.es.js.map +1 -0
  23. package/dist/components/BlockItemWrapper/Toolbar/MenuToolbarButton/ToolbarFlyoutMenu.es.js +29 -0
  24. package/dist/components/BlockItemWrapper/Toolbar/MenuToolbarButton/ToolbarFlyoutMenu.es.js.map +1 -0
  25. package/dist/components/BlockItemWrapper/Toolbar/Toolbar.es.js +22 -0
  26. package/dist/components/BlockItemWrapper/Toolbar/Toolbar.es.js.map +1 -0
  27. package/dist/components/BlockItemWrapper/Toolbar/ToolbarButton/ToolbarButton.es.js +12 -0
  28. package/dist/components/BlockItemWrapper/Toolbar/ToolbarButton/ToolbarButton.es.js.map +1 -0
  29. package/dist/components/BlockItemWrapper/Toolbar/ToolbarButtonTooltip.es.js +20 -0
  30. package/dist/components/BlockItemWrapper/Toolbar/ToolbarButtonTooltip.es.js.map +1 -0
  31. package/dist/components/BlockItemWrapper/Toolbar/ToolbarSegment.es.js +6 -0
  32. package/dist/components/BlockItemWrapper/Toolbar/ToolbarSegment.es.js.map +1 -0
  33. package/dist/components/BlockItemWrapper/Toolbar/context/DragPreviewContext.es.js +11 -0
  34. package/dist/components/BlockItemWrapper/Toolbar/context/DragPreviewContext.es.js.map +1 -0
  35. package/dist/components/BlockItemWrapper/Toolbar/context/MultiFlyoutContext.es.js +18 -0
  36. package/dist/components/BlockItemWrapper/Toolbar/context/MultiFlyoutContext.es.js.map +1 -0
  37. package/dist/components/BlockItemWrapper/Toolbar/helpers.es.js +26 -0
  38. package/dist/components/BlockItemWrapper/Toolbar/helpers.es.js.map +1 -0
  39. package/dist/components/BlockItemWrapper/Toolbar/hooks/useMultiFlyoutState.es.js +18 -0
  40. package/dist/components/BlockItemWrapper/Toolbar/hooks/useMultiFlyoutState.es.js.map +1 -0
  41. package/dist/components/BlockItemWrapper/constants.es.js +6 -0
  42. package/dist/components/BlockItemWrapper/constants.es.js.map +1 -0
  43. package/dist/components/DownloadButton/DownloadButton.es.js +39 -0
  44. package/dist/components/DownloadButton/DownloadButton.es.js.map +1 -0
  45. package/dist/components/Link/LinkInput.es.js +63 -0
  46. package/dist/components/Link/LinkInput.es.js.map +1 -0
  47. package/dist/components/Link/LinkSelector/DocumentLink.es.js +68 -0
  48. package/dist/components/Link/LinkSelector/DocumentLink.es.js.map +1 -0
  49. package/dist/components/Link/LinkSelector/DocumentLinks.es.js +60 -0
  50. package/dist/components/Link/LinkSelector/DocumentLinks.es.js.map +1 -0
  51. package/dist/components/Link/LinkSelector/LinkSelector.es.js +78 -0
  52. package/dist/components/Link/LinkSelector/LinkSelector.es.js.map +1 -0
  53. package/dist/components/Link/LinkSelector/LoadingIndicator.es.js +7 -0
  54. package/dist/components/Link/LinkSelector/LoadingIndicator.es.js.map +1 -0
  55. package/dist/components/Link/LinkSelector/PageLink.es.js +70 -0
  56. package/dist/components/Link/LinkSelector/PageLink.es.js.map +1 -0
  57. package/dist/components/Link/LinkSelector/PageLinks.es.js +38 -0
  58. package/dist/components/Link/LinkSelector/PageLinks.es.js.map +1 -0
  59. package/dist/components/Link/LinkSelector/SectionLink.es.js +25 -0
  60. package/dist/components/Link/LinkSelector/SectionLink.es.js.map +1 -0
  61. package/dist/components/Link/utils/getUrl.es.js +18 -0
  62. package/dist/components/Link/utils/getUrl.es.js.map +1 -0
  63. package/dist/components/Link/utils/relativeUrlRegex.es.js +5 -0
  64. package/dist/components/Link/utils/relativeUrlRegex.es.js.map +1 -0
  65. package/dist/components/Link/utils/url.es.js +17 -0
  66. package/dist/components/Link/utils/url.es.js.map +1 -0
  67. package/dist/components/RichTextEditor/RichTextEditor.es.js +42 -0
  68. package/dist/components/RichTextEditor/RichTextEditor.es.js.map +1 -0
  69. package/dist/components/RichTextEditor/SerializedText.es.js +20 -0
  70. package/dist/components/RichTextEditor/SerializedText.es.js.map +1 -0
  71. package/dist/components/RichTextEditor/constants.es.js +5 -0
  72. package/dist/components/RichTextEditor/constants.es.js.map +1 -0
  73. package/dist/components/RichTextEditor/pluginPresets/defaultPluginsWithLinkChooser.es.js +35 -0
  74. package/dist/components/RichTextEditor/pluginPresets/defaultPluginsWithLinkChooser.es.js.map +1 -0
  75. package/dist/components/RichTextEditor/plugins/ButtonPlugin/ButtonMarkupElement/ButtonMarkupElementNode.es.js +54 -0
  76. package/dist/components/RichTextEditor/plugins/ButtonPlugin/ButtonMarkupElement/ButtonMarkupElementNode.es.js.map +1 -0
  77. package/dist/components/RichTextEditor/plugins/ButtonPlugin/ButtonMarkupElement/index.es.js +12 -0
  78. package/dist/components/RichTextEditor/plugins/ButtonPlugin/ButtonMarkupElement/index.es.js.map +1 -0
  79. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonButton.es.js +17 -0
  80. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonButton.es.js.map +1 -0
  81. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonToolbarButton.es.js +30 -0
  82. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonToolbarButton.es.js.map +1 -0
  83. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/CustomFloatingButton.es.js +16 -0
  84. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/CustomFloatingButton.es.js.map +1 -0
  85. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/EditButtonModal/EditModal.es.js +43 -0
  86. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/EditButtonModal/EditModal.es.js.map +1 -0
  87. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/FloatingButton.es.js +25 -0
  88. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/FloatingButton.es.js.map +1 -0
  89. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/FloatingButtonEditButton.es.js +20 -0
  90. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/FloatingButtonEditButton.es.js.map +1 -0
  91. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/FloatingButtonUrlInput.es.js +26 -0
  92. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/FloatingButtonUrlInput.es.js.map +1 -0
  93. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/InsertButtonModal/InsertButtonModal.es.js +69 -0
  94. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/InsertButtonModal/InsertButtonModal.es.js.map +1 -0
  95. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/InsertButtonModal/useInsertModal.es.js +105 -0
  96. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/InsertButtonModal/useInsertModal.es.js.map +1 -0
  97. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/UnlinkButton.es.js +20 -0
  98. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/UnlinkButton.es.js.map +1 -0
  99. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/floatingButtonStore.es.js +32 -0
  100. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/floatingButtonStore.es.js.map +1 -0
  101. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEdit.es.js +58 -0
  102. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEdit.es.js.map +1 -0
  103. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEnter.es.js +19 -0
  104. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEnter.es.js.map +1 -0
  105. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEscape.es.js +26 -0
  106. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEscape.es.js.map +1 -0
  107. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonInsert.es.js +43 -0
  108. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonInsert.es.js.map +1 -0
  109. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useVirtualFloatingButton.es.js +18 -0
  110. package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useVirtualFloatingButton.es.js.map +1 -0
  111. package/dist/components/RichTextEditor/plugins/ButtonPlugin/createButtonPlugin.es.js +68 -0
  112. package/dist/components/RichTextEditor/plugins/ButtonPlugin/createButtonPlugin.es.js.map +1 -0
  113. package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/insertButton.es.js +13 -0
  114. package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/insertButton.es.js.map +1 -0
  115. package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/submitFloatingButton.es.js +25 -0
  116. package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/submitFloatingButton.es.js.map +1 -0
  117. package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/unwrapButton.es.js +35 -0
  118. package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/unwrapButton.es.js.map +1 -0
  119. package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButton.es.js +86 -0
  120. package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButton.es.js.map +1 -0
  121. package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButtonText.es.js +24 -0
  122. package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButtonText.es.js.map +1 -0
  123. package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/wrapButton.es.js +19 -0
  124. package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/wrapButton.es.js.map +1 -0
  125. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/createButtonNode.es.js +13 -0
  126. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/createButtonNode.es.js.map +1 -0
  127. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/getButtonStyle.es.js +11 -0
  128. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/getButtonStyle.es.js.map +1 -0
  129. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/getUrl.es.js +10 -0
  130. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/getUrl.es.js.map +1 -0
  131. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/styles.es.js +81 -0
  132. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/styles.es.js.map +1 -0
  133. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/triggerFloatingButton.es.js +18 -0
  134. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/triggerFloatingButton.es.js.map +1 -0
  135. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/triggerFloatingButtonEdit.es.js +17 -0
  136. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/triggerFloatingButtonEdit.es.js.map +1 -0
  137. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/triggerFloatingButtonInsert.es.js +14 -0
  138. package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/triggerFloatingButtonInsert.es.js.map +1 -0
  139. package/dist/components/RichTextEditor/plugins/ButtonPlugin/withButton.es.js +53 -0
  140. package/dist/components/RichTextEditor/plugins/ButtonPlugin/withButton.es.js.map +1 -0
  141. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/CustomFloatingLink.es.js +19 -0
  142. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/CustomFloatingLink.es.js.map +1 -0
  143. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/EditLinkModal/EditModal.es.js +43 -0
  144. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/EditLinkModal/EditModal.es.js.map +1 -0
  145. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/EditLinkModal/useFloatingLinkEdit.es.js +53 -0
  146. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/EditLinkModal/useFloatingLinkEdit.es.js.map +1 -0
  147. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/FloatingLink.es.js +29 -0
  148. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/FloatingLink.es.js.map +1 -0
  149. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/InsertLinkModal.es.js +8 -0
  150. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/InsertLinkModal.es.js.map +1 -0
  151. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/InsertModal.es.js +66 -0
  152. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/InsertModal.es.js.map +1 -0
  153. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/useFloatingLinkInsert.es.js +40 -0
  154. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/useFloatingLinkInsert.es.js.map +1 -0
  155. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/useInsertModal.es.js +93 -0
  156. package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/useInsertModal.es.js.map +1 -0
  157. package/dist/components/RichTextEditor/plugins/LinkPlugin/LinkButton.es.js +25 -0
  158. package/dist/components/RichTextEditor/plugins/LinkPlugin/LinkButton.es.js.map +1 -0
  159. package/dist/components/RichTextEditor/plugins/LinkPlugin/LinkMarkupElement/LinkMarkupElementNode.es.js +27 -0
  160. package/dist/components/RichTextEditor/plugins/LinkPlugin/LinkMarkupElement/LinkMarkupElementNode.es.js.map +1 -0
  161. package/dist/components/RichTextEditor/plugins/LinkPlugin/LinkMarkupElement/index.es.js +12 -0
  162. package/dist/components/RichTextEditor/plugins/LinkPlugin/LinkMarkupElement/index.es.js.map +1 -0
  163. package/dist/components/RichTextEditor/plugins/LinkPlugin/id.es.js +5 -0
  164. package/dist/components/RichTextEditor/plugins/LinkPlugin/id.es.js.map +1 -0
  165. package/dist/components/RichTextEditor/plugins/LinkPlugin/index.es.js +45 -0
  166. package/dist/components/RichTextEditor/plugins/LinkPlugin/index.es.js.map +1 -0
  167. package/dist/components/RichTextEditor/plugins/TextStylePlugins/custom1Plugin.es.js +51 -0
  168. package/dist/components/RichTextEditor/plugins/TextStylePlugins/custom1Plugin.es.js.map +1 -0
  169. package/dist/components/RichTextEditor/plugins/TextStylePlugins/custom2Plugin.es.js +51 -0
  170. package/dist/components/RichTextEditor/plugins/TextStylePlugins/custom2Plugin.es.js.map +1 -0
  171. package/dist/components/RichTextEditor/plugins/TextStylePlugins/custom3Plugin.es.js +51 -0
  172. package/dist/components/RichTextEditor/plugins/TextStylePlugins/custom3Plugin.es.js.map +1 -0
  173. package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading1Plugin.es.js +52 -0
  174. package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading1Plugin.es.js.map +1 -0
  175. package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading2Plugin.es.js +52 -0
  176. package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading2Plugin.es.js.map +1 -0
  177. package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading3Plugin.es.js +52 -0
  178. package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading3Plugin.es.js.map +1 -0
  179. package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading4Plugin.es.js +52 -0
  180. package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading4Plugin.es.js.map +1 -0
  181. package/dist/components/RichTextEditor/plugins/TextStylePlugins/helpers.es.js +40 -0
  182. package/dist/components/RichTextEditor/plugins/TextStylePlugins/helpers.es.js.map +1 -0
  183. package/dist/components/RichTextEditor/plugins/TextStylePlugins/imageCaptionPlugin.es.js +52 -0
  184. package/dist/components/RichTextEditor/plugins/TextStylePlugins/imageCaptionPlugin.es.js.map +1 -0
  185. package/dist/components/RichTextEditor/plugins/TextStylePlugins/imageTitlePlugin.es.js +52 -0
  186. package/dist/components/RichTextEditor/plugins/TextStylePlugins/imageTitlePlugin.es.js.map +1 -0
  187. package/dist/components/RichTextEditor/plugins/TextStylePlugins/paragraphPlugin.es.js +46 -0
  188. package/dist/components/RichTextEditor/plugins/TextStylePlugins/paragraphPlugin.es.js.map +1 -0
  189. package/dist/components/RichTextEditor/plugins/TextStylePlugins/quotePlugin.es.js +54 -0
  190. package/dist/components/RichTextEditor/plugins/TextStylePlugins/quotePlugin.es.js.map +1 -0
  191. package/dist/components/RichTextEditor/plugins/styles.es.js +167 -0
  192. package/dist/components/RichTextEditor/plugins/styles.es.js.map +1 -0
  193. package/dist/helpers/addHttps.es.js +14 -0
  194. package/dist/helpers/addHttps.es.js.map +1 -0
  195. package/dist/helpers/convertToRichTextValue.es.js +6 -0
  196. package/dist/helpers/convertToRichTextValue.es.js.map +1 -0
  197. package/dist/helpers/customCoordinatesGetterFactory.es.js +32 -0
  198. package/dist/helpers/customCoordinatesGetterFactory.es.js.map +1 -0
  199. package/dist/helpers/hasRichTextValue.es.js +15 -0
  200. package/dist/helpers/hasRichTextValue.es.js.map +1 -0
  201. package/dist/helpers/isDownloadable.es.js +6 -0
  202. package/dist/helpers/isDownloadable.es.js.map +1 -0
  203. package/dist/helpers/mapColorPalettes.es.js +28 -0
  204. package/dist/helpers/mapColorPalettes.es.js.map +1 -0
  205. package/dist/hooks/useAttachments.es.js +53 -0
  206. package/dist/hooks/useAttachments.es.js.map +1 -0
  207. package/dist/hooks/useDndSensors.es.js +20 -0
  208. package/dist/hooks/useDndSensors.es.js.map +1 -0
  209. package/dist/index.cjs.js +4 -0
  210. package/dist/index.cjs.js.map +1 -0
  211. package/dist/index.d.ts +1193 -0
  212. package/dist/index.es.js +217 -0
  213. package/dist/index.es.js.map +1 -0
  214. package/dist/index.umd.js +4 -0
  215. package/dist/index.umd.js.map +1 -0
  216. package/dist/settings/background.es.js +22 -0
  217. package/dist/settings/background.es.js.map +1 -0
  218. package/dist/settings/border.es.js +61 -0
  219. package/dist/settings/border.es.js.map +1 -0
  220. package/dist/settings/borderRadius.es.js +56 -0
  221. package/dist/settings/borderRadius.es.js.map +1 -0
  222. package/dist/settings/borderRadiusExtended.es.js +64 -0
  223. package/dist/settings/borderRadiusExtended.es.js.map +1 -0
  224. package/dist/settings/defaultValues.es.js +19 -0
  225. package/dist/settings/defaultValues.es.js.map +1 -0
  226. package/dist/settings/gutter.es.js +56 -0
  227. package/dist/settings/gutter.es.js.map +1 -0
  228. package/dist/settings/margin.es.js +53 -0
  229. package/dist/settings/margin.es.js.map +1 -0
  230. package/dist/settings/marginExtended.es.js +65 -0
  231. package/dist/settings/marginExtended.es.js.map +1 -0
  232. package/dist/settings/padding.es.js +53 -0
  233. package/dist/settings/padding.es.js.map +1 -0
  234. package/dist/settings/paddingExtended.es.js +65 -0
  235. package/dist/settings/paddingExtended.es.js.map +1 -0
  236. package/dist/settings/securityDownloadable.es.js +19 -0
  237. package/dist/settings/securityDownloadable.es.js.map +1 -0
  238. package/dist/settings/securityGlobalControl.es.js +33 -0
  239. package/dist/settings/securityGlobalControl.es.js.map +1 -0
  240. package/dist/settings/types.es.js +48 -0
  241. package/dist/settings/types.es.js.map +1 -0
  242. package/dist/styles.css +1 -0
  243. package/dist/styles.css.es.js +2 -0
  244. package/dist/styles.css.es.js.map +1 -0
  245. package/dist/utilities/color/getReadableColor.es.js +14 -0
  246. package/dist/utilities/color/getReadableColor.es.js.map +1 -0
  247. package/dist/utilities/color/isDark.es.js +10 -0
  248. package/dist/utilities/color/isDark.es.js.map +1 -0
  249. package/dist/utilities/color/setAlpha.es.js +6 -0
  250. package/dist/utilities/color/setAlpha.es.js.map +1 -0
  251. package/dist/utilities/color/toColorObject.es.js +9 -0
  252. package/dist/utilities/color/toColorObject.es.js.map +1 -0
  253. package/dist/utilities/color/toHex8String.es.js +7 -0
  254. package/dist/utilities/color/toHex8String.es.js.map +1 -0
  255. package/dist/utilities/color/toHexString.es.js +7 -0
  256. package/dist/utilities/color/toHexString.es.js.map +1 -0
  257. package/dist/utilities/color/toRgbaString.es.js +7 -0
  258. package/dist/utilities/color/toRgbaString.es.js.map +1 -0
  259. package/dist/utilities/color/toShortRgba.es.js +11 -0
  260. package/dist/utilities/color/toShortRgba.es.js.map +1 -0
  261. package/dist/utilities/moveItemInArray.es.js +12 -0
  262. package/dist/utilities/moveItemInArray.es.js.map +1 -0
  263. package/dist/utilities/react/getBackgroundColorStyles.es.js +8 -0
  264. package/dist/utilities/react/getBackgroundColorStyles.es.js.map +1 -0
  265. package/dist/utilities/react/getBorderStyles.es.js +12 -0
  266. package/dist/utilities/react/getBorderStyles.es.js.map +1 -0
  267. package/dist/utilities/react/getRadiusStyles.es.js +8 -0
  268. package/dist/utilities/react/getRadiusStyles.es.js.map +1 -0
  269. package/dist/utilities/react/joinClassNames.es.js +5 -0
  270. package/dist/utilities/react/joinClassNames.es.js.map +1 -0
  271. package/package.json +8 -2
  272. package/.eslintrc.cjs +0 -27
  273. package/.prettierrc +0 -7
  274. package/CHANGELOG.md +0 -787
  275. package/postcss.config.cjs +0 -8
  276. package/setupTests.ts +0 -23
  277. package/src/components/Attachments/AttachmentItem.tsx +0 -247
  278. package/src/components/Attachments/Attachments.spec.ct.tsx +0 -165
  279. package/src/components/Attachments/Attachments.tsx +0 -241
  280. package/src/components/Attachments/AttachmentsButtonTrigger.tsx +0 -30
  281. package/src/components/Attachments/index.ts +0 -4
  282. package/src/components/Attachments/types.ts +0 -40
  283. package/src/components/BlockInjectButton/BlockInjectButton.spec.ct.tsx +0 -48
  284. package/src/components/BlockInjectButton/BlockInjectButton.tsx +0 -212
  285. package/src/components/BlockInjectButton/index.ts +0 -4
  286. package/src/components/BlockInjectButton/types.ts +0 -18
  287. package/src/components/BlockItemWrapper/BlockItemWrapper.spec.ct.tsx +0 -145
  288. package/src/components/BlockItemWrapper/BlockItemWrapper.tsx +0 -76
  289. package/src/components/BlockItemWrapper/Toolbar/AttachmentsToolbarButton/AttachmentsToolbarButton.spec.tsx +0 -96
  290. package/src/components/BlockItemWrapper/Toolbar/AttachmentsToolbarButton/AttachmentsToolbarButton.tsx +0 -42
  291. package/src/components/BlockItemWrapper/Toolbar/AttachmentsToolbarButton/AttachmentsToolbarButtonTrigger.spec.tsx +0 -44
  292. package/src/components/BlockItemWrapper/Toolbar/AttachmentsToolbarButton/AttachmentsToolbarButtonTrigger.tsx +0 -24
  293. package/src/components/BlockItemWrapper/Toolbar/AttachmentsToolbarButton/index.ts +0 -3
  294. package/src/components/BlockItemWrapper/Toolbar/BaseToolbarButton.spec.tsx +0 -40
  295. package/src/components/BlockItemWrapper/Toolbar/BaseToolbarButton.tsx +0 -37
  296. package/src/components/BlockItemWrapper/Toolbar/DragHandleToolbarButton/DragHandleToolbarButton.spec.tsx +0 -89
  297. package/src/components/BlockItemWrapper/Toolbar/DragHandleToolbarButton/DragHandleToolbarButton.tsx +0 -40
  298. package/src/components/BlockItemWrapper/Toolbar/DragHandleToolbarButton/index.ts +0 -3
  299. package/src/components/BlockItemWrapper/Toolbar/FlyoutToolbarButton/FlyoutToolbarButton.spec.tsx +0 -140
  300. package/src/components/BlockItemWrapper/Toolbar/FlyoutToolbarButton/FlyoutToolbarButton.tsx +0 -61
  301. package/src/components/BlockItemWrapper/Toolbar/FlyoutToolbarButton/index.ts +0 -3
  302. package/src/components/BlockItemWrapper/Toolbar/MenuToolbarButton/MenuToolbarButton.spec.tsx +0 -77
  303. package/src/components/BlockItemWrapper/Toolbar/MenuToolbarButton/MenuToolbarButton.tsx +0 -30
  304. package/src/components/BlockItemWrapper/Toolbar/MenuToolbarButton/ToolbarFlyoutMenu.spec.tsx +0 -63
  305. package/src/components/BlockItemWrapper/Toolbar/MenuToolbarButton/ToolbarFlyoutMenu.tsx +0 -40
  306. package/src/components/BlockItemWrapper/Toolbar/MenuToolbarButton/index.ts +0 -4
  307. package/src/components/BlockItemWrapper/Toolbar/Toolbar.spec.tsx +0 -259
  308. package/src/components/BlockItemWrapper/Toolbar/Toolbar.tsx +0 -36
  309. package/src/components/BlockItemWrapper/Toolbar/ToolbarButton/ToolbarButton.spec.tsx +0 -70
  310. package/src/components/BlockItemWrapper/Toolbar/ToolbarButton/ToolbarButton.tsx +0 -19
  311. package/src/components/BlockItemWrapper/Toolbar/ToolbarButton/index.ts +0 -3
  312. package/src/components/BlockItemWrapper/Toolbar/ToolbarButtonTooltip.tsx +0 -25
  313. package/src/components/BlockItemWrapper/Toolbar/ToolbarSegment.tsx +0 -9
  314. package/src/components/BlockItemWrapper/Toolbar/context/DragPreviewContext.tsx +0 -15
  315. package/src/components/BlockItemWrapper/Toolbar/context/MultiFlyoutContext.tsx +0 -25
  316. package/src/components/BlockItemWrapper/Toolbar/context/index.ts +0 -4
  317. package/src/components/BlockItemWrapper/Toolbar/helpers.ts +0 -33
  318. package/src/components/BlockItemWrapper/Toolbar/hooks/index.ts +0 -3
  319. package/src/components/BlockItemWrapper/Toolbar/hooks/useMultiFlyoutState.spec.tsx +0 -59
  320. package/src/components/BlockItemWrapper/Toolbar/hooks/useMultiFlyoutState.ts +0 -24
  321. package/src/components/BlockItemWrapper/Toolbar/index.ts +0 -10
  322. package/src/components/BlockItemWrapper/Toolbar/types.ts +0 -18
  323. package/src/components/BlockItemWrapper/constants.ts +0 -4
  324. package/src/components/BlockItemWrapper/index.ts +0 -6
  325. package/src/components/BlockItemWrapper/types.ts +0 -24
  326. package/src/components/DownloadButton/DownloadButton.spec.ct.tsx +0 -20
  327. package/src/components/DownloadButton/DownloadButton.tsx +0 -36
  328. package/src/components/DownloadButton/index.ts +0 -3
  329. package/src/components/DownloadButton/types.ts +0 -5
  330. package/src/components/Link/LinkInput.spec.ct.tsx +0 -142
  331. package/src/components/Link/LinkInput.tsx +0 -86
  332. package/src/components/Link/LinkSelector/DocumentLink.tsx +0 -81
  333. package/src/components/Link/LinkSelector/DocumentLinks.tsx +0 -102
  334. package/src/components/Link/LinkSelector/LinkSelector.spec.ct.tsx +0 -196
  335. package/src/components/Link/LinkSelector/LinkSelector.tsx +0 -96
  336. package/src/components/Link/LinkSelector/LoadingIndicator.tsx +0 -11
  337. package/src/components/Link/LinkSelector/PageLink.tsx +0 -96
  338. package/src/components/Link/LinkSelector/PageLinks.tsx +0 -71
  339. package/src/components/Link/LinkSelector/SectionLink.tsx +0 -36
  340. package/src/components/Link/LinkSelector/index.ts +0 -3
  341. package/src/components/Link/index.ts +0 -6
  342. package/src/components/Link/types.ts +0 -6
  343. package/src/components/Link/utils/getUrl.ts +0 -30
  344. package/src/components/Link/utils/index.ts +0 -5
  345. package/src/components/Link/utils/relativeUrlRegex.spec.ts +0 -32
  346. package/src/components/Link/utils/relativeUrlRegex.ts +0 -3
  347. package/src/components/Link/utils/url.spec.ts +0 -75
  348. package/src/components/Link/utils/url.ts +0 -21
  349. package/src/components/RichTextEditor/RichTextEditor.spec.ct.tsx +0 -231
  350. package/src/components/RichTextEditor/RichTextEditor.tsx +0 -62
  351. package/src/components/RichTextEditor/SerializedText.tsx +0 -29
  352. package/src/components/RichTextEditor/constants.ts +0 -3
  353. package/src/components/RichTextEditor/index.ts +0 -6
  354. package/src/components/RichTextEditor/pluginPresets/defaultPluginsWithLinkChooser.tsx +0 -55
  355. package/src/components/RichTextEditor/pluginPresets/index.ts +0 -3
  356. package/src/components/RichTextEditor/plugins/ButtonPlugin/ButtonMarkupElement/ButtonMarkupElementNode.tsx +0 -74
  357. package/src/components/RichTextEditor/plugins/ButtonPlugin/ButtonMarkupElement/index.ts +0 -11
  358. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonButton.tsx +0 -20
  359. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonToolbarButton.tsx +0 -56
  360. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/CustomFloatingButton.tsx +0 -19
  361. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/EditButtonModal/EditModal.tsx +0 -42
  362. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/FloatingButton.tsx +0 -37
  363. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/FloatingButtonEditButton.tsx +0 -22
  364. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/FloatingButtonUrlInput.tsx +0 -30
  365. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/InsertButtonModal/InsertButtonModal.tsx +0 -81
  366. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/InsertButtonModal/types.ts +0 -13
  367. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/InsertButtonModal/useInsertModal.ts +0 -143
  368. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/UnlinkButton.tsx +0 -31
  369. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/floatingButtonStore.ts +0 -46
  370. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/index.ts +0 -12
  371. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEdit.ts +0 -113
  372. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEnter.ts +0 -21
  373. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEscape.ts +0 -30
  374. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonInsert.ts +0 -71
  375. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useVirtualFloatingButton.ts +0 -22
  376. package/src/components/RichTextEditor/plugins/ButtonPlugin/components/index.ts +0 -3
  377. package/src/components/RichTextEditor/plugins/ButtonPlugin/createButtonPlugin.ts +0 -118
  378. package/src/components/RichTextEditor/plugins/ButtonPlugin/index.ts +0 -7
  379. package/src/components/RichTextEditor/plugins/ButtonPlugin/transforms/index.ts +0 -8
  380. package/src/components/RichTextEditor/plugins/ButtonPlugin/transforms/insertButton.ts +0 -17
  381. package/src/components/RichTextEditor/plugins/ButtonPlugin/transforms/submitFloatingButton.ts +0 -40
  382. package/src/components/RichTextEditor/plugins/ButtonPlugin/transforms/unwrapButton.ts +0 -68
  383. package/src/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButton.ts +0 -198
  384. package/src/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButtonText.ts +0 -40
  385. package/src/components/RichTextEditor/plugins/ButtonPlugin/transforms/wrapButton.ts +0 -30
  386. package/src/components/RichTextEditor/plugins/ButtonPlugin/types.ts +0 -13
  387. package/src/components/RichTextEditor/plugins/ButtonPlugin/utils/createButtonNode.ts +0 -28
  388. package/src/components/RichTextEditor/plugins/ButtonPlugin/utils/getButtonStyle.ts +0 -14
  389. package/src/components/RichTextEditor/plugins/ButtonPlugin/utils/getUrl.ts +0 -18
  390. package/src/components/RichTextEditor/plugins/ButtonPlugin/utils/index.ts +0 -8
  391. package/src/components/RichTextEditor/plugins/ButtonPlugin/utils/styles.ts +0 -83
  392. package/src/components/RichTextEditor/plugins/ButtonPlugin/utils/triggerFloatingButton.ts +0 -23
  393. package/src/components/RichTextEditor/plugins/ButtonPlugin/utils/triggerFloatingButtonEdit.ts +0 -30
  394. package/src/components/RichTextEditor/plugins/ButtonPlugin/utils/triggerFloatingButtonInsert.ts +0 -45
  395. package/src/components/RichTextEditor/plugins/ButtonPlugin/withButton.ts +0 -106
  396. package/src/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/CustomFloatingLink.tsx +0 -26
  397. package/src/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/EditLinkModal/EditModal.tsx +0 -43
  398. package/src/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/EditLinkModal/index.ts +0 -4
  399. package/src/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/EditLinkModal/useFloatingLinkEdit.ts +0 -113
  400. package/src/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/FloatingLink.tsx +0 -45
  401. package/src/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/InsertLinkModal.tsx +0 -5
  402. package/src/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/InsertModal.tsx +0 -88
  403. package/src/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/index.ts +0 -4
  404. package/src/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/types.ts +0 -11
  405. package/src/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/useFloatingLinkInsert.ts +0 -73
  406. package/src/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/useInsertModal.ts +0 -136
  407. package/src/components/RichTextEditor/plugins/LinkPlugin/LinkButton.tsx +0 -38
  408. package/src/components/RichTextEditor/plugins/LinkPlugin/LinkMarkupElement/LinkMarkupElementNode.tsx +0 -36
  409. package/src/components/RichTextEditor/plugins/LinkPlugin/LinkMarkupElement/index.ts +0 -11
  410. package/src/components/RichTextEditor/plugins/LinkPlugin/id.ts +0 -3
  411. package/src/components/RichTextEditor/plugins/LinkPlugin/index.ts +0 -49
  412. package/src/components/RichTextEditor/plugins/LinkPlugin/types.ts +0 -12
  413. package/src/components/RichTextEditor/plugins/TextStylePlugins/custom1Plugin.tsx +0 -62
  414. package/src/components/RichTextEditor/plugins/TextStylePlugins/custom2Plugin.tsx +0 -62
  415. package/src/components/RichTextEditor/plugins/TextStylePlugins/custom3Plugin.tsx +0 -63
  416. package/src/components/RichTextEditor/plugins/TextStylePlugins/heading1Plugin.tsx +0 -62
  417. package/src/components/RichTextEditor/plugins/TextStylePlugins/heading2Plugin.tsx +0 -62
  418. package/src/components/RichTextEditor/plugins/TextStylePlugins/heading3Plugin.tsx +0 -62
  419. package/src/components/RichTextEditor/plugins/TextStylePlugins/heading4Plugin.tsx +0 -63
  420. package/src/components/RichTextEditor/plugins/TextStylePlugins/helpers.tsx +0 -44
  421. package/src/components/RichTextEditor/plugins/TextStylePlugins/imageCaptionPlugin.tsx +0 -62
  422. package/src/components/RichTextEditor/plugins/TextStylePlugins/imageTitlePlugin.tsx +0 -62
  423. package/src/components/RichTextEditor/plugins/TextStylePlugins/index.ts +0 -15
  424. package/src/components/RichTextEditor/plugins/TextStylePlugins/paragraphPlugin.tsx +0 -58
  425. package/src/components/RichTextEditor/plugins/TextStylePlugins/quotePlugin.tsx +0 -63
  426. package/src/components/RichTextEditor/plugins/index.ts +0 -6
  427. package/src/components/RichTextEditor/plugins/styles.ts +0 -178
  428. package/src/components/RichTextEditor/types.ts +0 -23
  429. package/src/components/index.ts +0 -8
  430. package/src/helpers/addHttps.spec.ts +0 -42
  431. package/src/helpers/addHttps.ts +0 -15
  432. package/src/helpers/convertToRichTextValue.spec.ts +0 -32
  433. package/src/helpers/convertToRichTextValue.ts +0 -6
  434. package/src/helpers/customCoordinatesGetterFactory.spec.ts +0 -69
  435. package/src/helpers/customCoordinatesGetterFactory.ts +0 -39
  436. package/src/helpers/hasRichTextValue.spec.ts +0 -63
  437. package/src/helpers/hasRichTextValue.ts +0 -29
  438. package/src/helpers/index.ts +0 -8
  439. package/src/helpers/isDownloadable.spec.ts +0 -47
  440. package/src/helpers/isDownloadable.ts +0 -7
  441. package/src/helpers/mapColorPalettes.spec.ts +0 -47
  442. package/src/helpers/mapColorPalettes.ts +0 -65
  443. package/src/hooks/index.ts +0 -4
  444. package/src/hooks/useAttachments.spec.tsx +0 -127
  445. package/src/hooks/useAttachments.tsx +0 -90
  446. package/src/hooks/useDndSensors.spec.ts +0 -40
  447. package/src/hooks/useDndSensors.ts +0 -23
  448. package/src/index.ts +0 -138
  449. package/src/settings/background.spec.ts +0 -173
  450. package/src/settings/background.ts +0 -52
  451. package/src/settings/border.spec.ts +0 -76
  452. package/src/settings/border.ts +0 -90
  453. package/src/settings/borderRadius.spec.ts +0 -30
  454. package/src/settings/borderRadius.ts +0 -73
  455. package/src/settings/borderRadiusExtended.spec.ts +0 -52
  456. package/src/settings/borderRadiusExtended.ts +0 -84
  457. package/src/settings/defaultValues.ts +0 -21
  458. package/src/settings/gutter.spec.ts +0 -60
  459. package/src/settings/gutter.ts +0 -75
  460. package/src/settings/index.ts +0 -14
  461. package/src/settings/margin.spec.ts +0 -42
  462. package/src/settings/margin.ts +0 -72
  463. package/src/settings/marginExtended.spec.ts +0 -45
  464. package/src/settings/marginExtended.ts +0 -91
  465. package/src/settings/padding.spec.ts +0 -42
  466. package/src/settings/padding.ts +0 -73
  467. package/src/settings/paddingExtended.spec.ts +0 -45
  468. package/src/settings/paddingExtended.ts +0 -91
  469. package/src/settings/security.spec.ts +0 -87
  470. package/src/settings/security.ts +0 -61
  471. package/src/settings/securityDownloadable.spec.ts +0 -46
  472. package/src/settings/securityDownloadable.ts +0 -33
  473. package/src/settings/securityGlobalControl.ts +0 -42
  474. package/src/settings/types.ts +0 -128
  475. package/src/styles.css +0 -3
  476. package/src/utilities/color/getReadableColor.spec.ts +0 -32
  477. package/src/utilities/color/getReadableColor.ts +0 -34
  478. package/src/utilities/color/index.ts +0 -10
  479. package/src/utilities/color/isDark.spec.ts +0 -33
  480. package/src/utilities/color/isDark.ts +0 -29
  481. package/src/utilities/color/setAlpha.spec.ts +0 -28
  482. package/src/utilities/color/setAlpha.ts +0 -14
  483. package/src/utilities/color/toColorObject.spec.ts +0 -19
  484. package/src/utilities/color/toColorObject.ts +0 -16
  485. package/src/utilities/color/toHex8String.spec.ts +0 -17
  486. package/src/utilities/color/toHex8String.ts +0 -14
  487. package/src/utilities/color/toHexString.spec.ts +0 -17
  488. package/src/utilities/color/toHexString.ts +0 -10
  489. package/src/utilities/color/toRgbaString.spec.ts +0 -12
  490. package/src/utilities/color/toRgbaString.ts +0 -14
  491. package/src/utilities/color/toShortRgba.spec.ts +0 -16
  492. package/src/utilities/color/toShortRgba.ts +0 -35
  493. package/src/utilities/index.ts +0 -5
  494. package/src/utilities/moveItemInArray.spec.ts +0 -17
  495. package/src/utilities/moveItemInArray.ts +0 -21
  496. package/src/utilities/react/getBackgroundColorStyles.spec.ts +0 -18
  497. package/src/utilities/react/getBackgroundColorStyles.ts +0 -10
  498. package/src/utilities/react/getBorderStyles.spec.ts +0 -39
  499. package/src/utilities/react/getBorderStyles.ts +0 -20
  500. package/src/utilities/react/getRadiusStyles.spec.ts +0 -25
  501. package/src/utilities/react/getRadiusStyles.ts +0 -8
  502. package/src/utilities/react/index.ts +0 -6
  503. package/src/utilities/react/joinClassNames.spec.ts +0 -18
  504. package/src/utilities/react/joinClassNames.ts +0 -10
  505. package/tailwind.config.ts +0 -27
  506. package/tsconfig.json +0 -24
  507. package/tsconfig.node.json +0 -12
  508. package/vite.config.ts +0 -71
@@ -1,72 +0,0 @@
1
- /* (c) Copyright Frontify Ltd., all rights reserved. */
2
-
3
- import {
4
- SettingBlock,
5
- appendUnit,
6
- maximumNumericalOrPixelOrAutoRule,
7
- numericalOrPixelRule,
8
- presetCustomValue,
9
- } from '../';
10
- import { MARGIN_DEFAULT_PLACEHOLDER } from './defaultValues';
11
- import { Margin, marginStyleMap } from './types';
12
-
13
- type MarginSettingsType = {
14
- id?: string;
15
- marginStyleMap?: Record<Margin, string>;
16
- };
17
-
18
- /**
19
- * Returns margin settings: margin switch, margin slider, custom margin input
20
- *
21
- * @param {string} id Custom suffix for the setting ids
22
- * @returns {SettingBlock} Returns margin settings
23
- */
24
- export const getMarginSlider = (id: string): SettingBlock => ({
25
- id,
26
- type: 'segmentedControls',
27
- defaultValue: Margin.None,
28
- choices: [
29
- {
30
- value: Margin.None,
31
- label: 'None',
32
- },
33
- {
34
- value: Margin.Small,
35
- label: 'S',
36
- },
37
- {
38
- value: Margin.Medium,
39
- label: 'M',
40
- },
41
- {
42
- value: Margin.Large,
43
- label: 'L',
44
- },
45
- ],
46
- });
47
-
48
- export const getMarginSettings = (options?: MarginSettingsType): SettingBlock => {
49
- const hasId = options?.id ? `hasCustomMarginValue_${options?.id}` : 'hasCustomMarginValue';
50
- const valueId = options?.id ? `marginValue_${options?.id}` : 'marginValue';
51
- const choiceId = options?.id ? `marginChoice_${options?.id}` : 'marginChoice';
52
-
53
- return {
54
- id: hasId,
55
- label: 'Margin',
56
- type: 'switch',
57
- switchLabel: 'Custom',
58
- defaultValue: false,
59
- info: 'The spacing around UI elements to create more space',
60
- onChange: (bundle) => presetCustomValue(bundle, choiceId, valueId, options?.marginStyleMap || marginStyleMap),
61
- on: [
62
- {
63
- id: valueId,
64
- type: 'input',
65
- placeholder: MARGIN_DEFAULT_PLACEHOLDER,
66
- rules: [numericalOrPixelRule, maximumNumericalOrPixelOrAutoRule(500)],
67
- onChange: (bundle) => appendUnit(bundle, valueId),
68
- },
69
- ],
70
- off: [getMarginSlider(choiceId)],
71
- };
72
- };
@@ -1,45 +0,0 @@
1
- /* (c) Copyright Frontify Ltd., all rights reserved. */
2
-
3
- import { describe, expect, it } from 'vitest';
4
- import { MultiInputBlock, MultiInputLayout } from '@frontify/sidebar-settings';
5
- import { Margin, getMarginExtendedSettings } from '.';
6
- import { SwitchBlock } from '..';
7
- import { AppBridgeBlock } from '@frontify/app-bridge';
8
-
9
- describe('getMarginExtendedSettings', () => {
10
- it('should return extended margin settings without arguments', () => {
11
- const extendedMarginSettings = getMarginExtendedSettings() as SwitchBlock;
12
-
13
- expect(extendedMarginSettings).toHaveProperty('id', 'hasExtendedCustomMargin');
14
- expect(extendedMarginSettings).toHaveProperty('label', 'Margin');
15
- expect(extendedMarginSettings).toHaveProperty('type', 'switch');
16
- expect(extendedMarginSettings).toHaveProperty('defaultValue', false);
17
- expect(extendedMarginSettings.on?.[0]).toHaveProperty('id', 'extendedMarginValues');
18
- expect(extendedMarginSettings.on?.[0]).toHaveProperty('type', 'multiInput');
19
- expect(extendedMarginSettings.on?.[0]).toHaveProperty('layout', MultiInputLayout.Spider);
20
-
21
- expect((extendedMarginSettings.on?.[0] as MultiInputBlock<AppBridgeBlock>).blocks[0]).toHaveProperty(
22
- 'id',
23
- 'extendedMarginTop',
24
- );
25
- expect((extendedMarginSettings.on?.[0] as MultiInputBlock<AppBridgeBlock>).blocks[1]).toHaveProperty(
26
- 'id',
27
- 'extendedMarginLeft',
28
- );
29
- expect((extendedMarginSettings.on?.[0] as MultiInputBlock<AppBridgeBlock>).blocks[2]).toHaveProperty(
30
- 'id',
31
- 'extendedMarginRight',
32
- );
33
- expect((extendedMarginSettings.on?.[0] as MultiInputBlock<AppBridgeBlock>).blocks[3]).toHaveProperty(
34
- 'id',
35
- 'extendedMarginBottom',
36
- );
37
- expect(extendedMarginSettings.off?.[0]).toHaveProperty('id', 'extendedMarginChoice');
38
- expect(extendedMarginSettings.off?.[0]).toHaveProperty('type', 'segmentedControls');
39
- expect(extendedMarginSettings.off?.[0]).toHaveProperty('defaultValue', Margin.None);
40
- });
41
-
42
- it('should return extended margin settings with id', () => {
43
- expect(getMarginExtendedSettings({ id: 'Test' })).toHaveProperty('id', 'hasExtendedCustomMargin_Test');
44
- });
45
- });
@@ -1,91 +0,0 @@
1
- /* (c) Copyright Frontify Ltd., all rights reserved. */
2
-
3
- import {
4
- MultiInputLayout,
5
- SettingBlock,
6
- appendUnit,
7
- maximumNumericalOrPixelOrAutoRule,
8
- numericalOrPixelRule,
9
- presetCustomValue,
10
- } from '../';
11
- import { MARGIN_DEFAULT_PLACEHOLDER } from './defaultValues';
12
- import { getMarginSlider } from './margin';
13
- import { marginStyleMap } from './types';
14
-
15
- type MarginSettingsType = {
16
- id?: string;
17
- };
18
-
19
- /**
20
- * Returns margin settings: margin switch, margin slider, custom margin input for every direction
21
- *
22
- * @param options Options for the settings
23
- * @param options.id Custom suffix for the setting ids
24
- * @returns {SettingBlock} Returns margin settings
25
- */
26
- export const getMarginExtendedSettings = (options?: MarginSettingsType): SettingBlock => {
27
- const hasId = options?.id ? `hasExtendedCustomMargin_${options?.id}` : 'hasExtendedCustomMargin';
28
- const valueId = options?.id ? `extendedMarginValues_${options?.id}` : 'extendedMarginValues';
29
- const choiceId = options?.id ? `extendedMarginChoice_${options?.id}` : 'extendedMarginChoice';
30
- const topId = options?.id ? `extendedMarginTop_${options?.id}` : 'extendedMarginTop';
31
- const leftId = options?.id ? `extendedMarginLeft_${options?.id}` : 'extendedMarginLeft';
32
- const rightId = options?.id ? `extendedMarginRight_${options?.id}` : 'extendedMarginRight';
33
- const bottomId = options?.id ? `extendedMarginBottom_${options?.id}` : 'extendedMarginBottom';
34
-
35
- return {
36
- id: hasId,
37
- label: 'Margin',
38
- type: 'switch',
39
- switchLabel: 'Custom',
40
- defaultValue: false,
41
- info: 'The spacing around UI elements to create more negative space',
42
- onChange: (bundle) => {
43
- presetCustomValue(bundle, choiceId, topId, marginStyleMap);
44
- presetCustomValue(bundle, choiceId, leftId, marginStyleMap);
45
- presetCustomValue(bundle, choiceId, rightId, marginStyleMap);
46
- presetCustomValue(bundle, choiceId, bottomId, marginStyleMap);
47
- },
48
- on: [
49
- {
50
- id: valueId,
51
- type: 'multiInput',
52
- layout: MultiInputLayout.Spider,
53
- blocks: [
54
- {
55
- id: topId,
56
- type: 'input',
57
- label: 'Top',
58
- placeholder: MARGIN_DEFAULT_PLACEHOLDER,
59
- onChange: (bundle) => appendUnit(bundle, topId),
60
- rules: [numericalOrPixelRule, maximumNumericalOrPixelOrAutoRule(500)],
61
- },
62
- {
63
- id: leftId,
64
- type: 'input',
65
- label: 'Left',
66
- placeholder: MARGIN_DEFAULT_PLACEHOLDER,
67
- onChange: (bundle) => appendUnit(bundle, leftId),
68
- rules: [numericalOrPixelRule, maximumNumericalOrPixelOrAutoRule(500)],
69
- },
70
- {
71
- id: rightId,
72
- type: 'input',
73
- label: 'Right',
74
- placeholder: MARGIN_DEFAULT_PLACEHOLDER,
75
- onChange: (bundle) => appendUnit(bundle, rightId),
76
- rules: [numericalOrPixelRule, maximumNumericalOrPixelOrAutoRule(500)],
77
- },
78
- {
79
- id: bottomId,
80
- type: 'input',
81
- label: 'Bottom',
82
- placeholder: MARGIN_DEFAULT_PLACEHOLDER,
83
- onChange: (bundle) => appendUnit(bundle, bottomId),
84
- rules: [numericalOrPixelRule, maximumNumericalOrPixelOrAutoRule(500)],
85
- },
86
- ],
87
- },
88
- ],
89
- off: [getMarginSlider(choiceId)],
90
- };
91
- };
@@ -1,42 +0,0 @@
1
- /* (c) Copyright Frontify Ltd., all rights reserved. */
2
-
3
- import { describe, expect, it } from 'vitest';
4
- import { Padding, getPaddingSettings } from '.';
5
- import { SwitchBlock } from '..';
6
-
7
- describe('getPaddingSettings', () => {
8
- it('should return padding settings without arguments', () => {
9
- const paddingSettings = getPaddingSettings() as SwitchBlock;
10
-
11
- expect(paddingSettings).toHaveProperty('id', 'hasCustomPaddingValue');
12
- expect(paddingSettings).toHaveProperty('label', 'Padding');
13
- expect(paddingSettings).toHaveProperty('type', 'switch');
14
- expect(paddingSettings).toHaveProperty('defaultValue', false);
15
- expect(paddingSettings.on?.[0]).toHaveProperty('id', 'paddingValue');
16
- expect(paddingSettings.on?.[0]).toHaveProperty('type', 'input');
17
- expect(paddingSettings.off?.[0]).toHaveProperty('id', 'paddingChoice');
18
- expect(paddingSettings.off?.[0]).toHaveProperty('type', 'segmentedControls');
19
- expect(paddingSettings.off?.[0]).toHaveProperty('choices', [
20
- {
21
- value: Padding.None,
22
- label: 'None',
23
- },
24
- {
25
- value: Padding.Small,
26
- label: 'S',
27
- },
28
- {
29
- value: Padding.Medium,
30
- label: 'M',
31
- },
32
- {
33
- value: Padding.Large,
34
- label: 'L',
35
- },
36
- ]);
37
- });
38
-
39
- it('should return padding settings with id', () => {
40
- expect(getPaddingSettings({ id: 'Test' })).toHaveProperty('id', 'hasCustomPaddingValue_Test');
41
- });
42
- });
@@ -1,73 +0,0 @@
1
- /* (c) Copyright Frontify Ltd., all rights reserved. */
2
-
3
- import {
4
- SettingBlock,
5
- appendUnit,
6
- maximumNumericalOrPixelOrAutoRule,
7
- numericalOrPixelRule,
8
- presetCustomValue,
9
- } from '../';
10
- import { PADDING_DEFAULT_PLACEHOLDER } from './defaultValues';
11
- import { Padding, paddingStyleMap } from './types';
12
-
13
- type PaddingSettingsType = {
14
- id?: string;
15
- paddingStyleMap?: Record<Padding, string>;
16
- };
17
-
18
- /**
19
- * Returns padding settings: padding switch, padding slider, custom padding input
20
- *
21
- * @param options Options for the settings
22
- * @param options.id Custom suffix for the setting ids
23
- * @returns {SettingBlock} Returns padding settings
24
- */
25
- export const getPaddingSlider = (id: string): SettingBlock => ({
26
- id,
27
- type: 'segmentedControls',
28
- defaultValue: Padding.Small,
29
- choices: [
30
- {
31
- value: Padding.None,
32
- label: 'None',
33
- },
34
- {
35
- value: Padding.Small,
36
- label: 'S',
37
- },
38
- {
39
- value: Padding.Medium,
40
- label: 'M',
41
- },
42
- {
43
- value: Padding.Large,
44
- label: 'L',
45
- },
46
- ],
47
- });
48
-
49
- export const getPaddingSettings = (options?: PaddingSettingsType): SettingBlock => {
50
- const hasId = options?.id ? `hasCustomPaddingValue_${options?.id}` : 'hasCustomPaddingValue';
51
- const valueId = options?.id ? `paddingValue_${options?.id}` : 'paddingValue';
52
- const choiceId = options?.id ? `paddingChoice_${options?.id}` : 'paddingChoice';
53
-
54
- return {
55
- id: hasId,
56
- label: 'Padding',
57
- type: 'switch',
58
- switchLabel: 'Custom',
59
- defaultValue: false,
60
- info: 'The spacing around UI elements to create more negative space',
61
- onChange: (bundle) => presetCustomValue(bundle, choiceId, valueId, options?.paddingStyleMap || paddingStyleMap),
62
- on: [
63
- {
64
- id: valueId,
65
- type: 'input',
66
- placeholder: PADDING_DEFAULT_PLACEHOLDER,
67
- rules: [numericalOrPixelRule, maximumNumericalOrPixelOrAutoRule(500)],
68
- onChange: (bundle) => appendUnit(bundle, valueId),
69
- },
70
- ],
71
- off: [getPaddingSlider(choiceId)],
72
- };
73
- };
@@ -1,45 +0,0 @@
1
- /* (c) Copyright Frontify Ltd., all rights reserved. */
2
-
3
- import { describe, expect, it } from 'vitest';
4
- import { MultiInputBlock, MultiInputLayout } from '@frontify/sidebar-settings';
5
- import { Padding, getPaddingExtendedSettings } from '.';
6
- import { SwitchBlock } from '..';
7
- import { AppBridgeBlock } from '@frontify/app-bridge';
8
-
9
- describe('getPaddingExtendedSettings', () => {
10
- it('should return extended padding settings without arguments', () => {
11
- const extendedPaddingSettings = getPaddingExtendedSettings() as SwitchBlock;
12
-
13
- expect(extendedPaddingSettings).toHaveProperty('id', 'hasExtendedCustomPadding');
14
- expect(extendedPaddingSettings).toHaveProperty('label', 'Padding');
15
- expect(extendedPaddingSettings).toHaveProperty('type', 'switch');
16
- expect(extendedPaddingSettings).toHaveProperty('defaultValue', false);
17
- expect(extendedPaddingSettings.on?.[0]).toHaveProperty('id', 'extendedPaddingValues');
18
- expect(extendedPaddingSettings.on?.[0]).toHaveProperty('type', 'multiInput');
19
- expect(extendedPaddingSettings.on?.[0]).toHaveProperty('layout', MultiInputLayout.Spider);
20
-
21
- expect((extendedPaddingSettings.on?.[0] as MultiInputBlock<AppBridgeBlock>).blocks[0]).toHaveProperty(
22
- 'id',
23
- 'extendedPaddingTop',
24
- );
25
- expect((extendedPaddingSettings.on?.[0] as MultiInputBlock<AppBridgeBlock>).blocks[1]).toHaveProperty(
26
- 'id',
27
- 'extendedPaddingLeft',
28
- );
29
- expect((extendedPaddingSettings.on?.[0] as MultiInputBlock<AppBridgeBlock>).blocks[2]).toHaveProperty(
30
- 'id',
31
- 'extendedPaddingRight',
32
- );
33
- expect((extendedPaddingSettings.on?.[0] as MultiInputBlock<AppBridgeBlock>).blocks[3]).toHaveProperty(
34
- 'id',
35
- 'extendedPaddingBottom',
36
- );
37
- expect(extendedPaddingSettings.off?.[0]).toHaveProperty('id', 'extendedPaddingChoice');
38
- expect(extendedPaddingSettings.off?.[0]).toHaveProperty('type', 'segmentedControls');
39
- expect(extendedPaddingSettings.off?.[0]).toHaveProperty('defaultValue', Padding.Small);
40
- });
41
-
42
- it('should return extended margin settings with id', () => {
43
- expect(getPaddingExtendedSettings({ id: 'Test' })).toHaveProperty('id', 'hasExtendedCustomPadding_Test');
44
- });
45
- });
@@ -1,91 +0,0 @@
1
- /* (c) Copyright Frontify Ltd., all rights reserved. */
2
-
3
- import {
4
- MultiInputLayout,
5
- SettingBlock,
6
- appendUnit,
7
- maximumNumericalOrPixelOrAutoRule,
8
- numericalOrPixelRule,
9
- presetCustomValue,
10
- } from '../';
11
- import { PADDING_DEFAULT_PLACEHOLDER } from './defaultValues';
12
- import { getPaddingSlider } from './padding';
13
- import { paddingStyleMap } from './types';
14
-
15
- type PaddingSettingsType = {
16
- id?: string;
17
- };
18
-
19
- /**
20
- * Returns padding settings: padding switch, padding slider, custom padding input for every direction
21
- *
22
- * @param options Options for the settings
23
- * @param options.id Custom suffix for the setting ids
24
- * @returns {SettingBlock} Returns padding settings
25
- */
26
- export const getPaddingExtendedSettings = (options?: PaddingSettingsType): SettingBlock => {
27
- const hasId = options?.id ? `hasExtendedCustomPadding_${options?.id}` : 'hasExtendedCustomPadding';
28
- const valueId = options?.id ? `extendedPaddingValues_${options?.id}` : 'extendedPaddingValues';
29
- const choiceId = options?.id ? `extendedPaddingChoice_${options?.id}` : 'extendedPaddingChoice';
30
- const topId = options?.id ? `extendedPaddingTop_${options?.id}` : 'extendedPaddingTop';
31
- const leftId = options?.id ? `extendedPaddingLeft_${options?.id}` : 'extendedPaddingLeft';
32
- const rightId = options?.id ? `extendedPaddingRight_${options?.id}` : 'extendedPaddingRight';
33
- const bottomId = options?.id ? `extendedPaddingBottom_${options?.id}` : 'extendedPaddingBottom';
34
-
35
- return {
36
- id: hasId,
37
- label: 'Padding',
38
- type: 'switch',
39
- switchLabel: 'Custom',
40
- defaultValue: false,
41
- info: 'The spacing around UI elements to create more negative space',
42
- onChange: (bundle) => {
43
- presetCustomValue(bundle, choiceId, topId, paddingStyleMap);
44
- presetCustomValue(bundle, choiceId, leftId, paddingStyleMap);
45
- presetCustomValue(bundle, choiceId, rightId, paddingStyleMap);
46
- presetCustomValue(bundle, choiceId, bottomId, paddingStyleMap);
47
- },
48
- on: [
49
- {
50
- id: valueId,
51
- type: 'multiInput',
52
- layout: MultiInputLayout.Spider,
53
- blocks: [
54
- {
55
- id: topId,
56
- type: 'input',
57
- label: 'Top',
58
- placeholder: PADDING_DEFAULT_PLACEHOLDER,
59
- onChange: (bundle) => appendUnit(bundle, topId),
60
- rules: [numericalOrPixelRule, maximumNumericalOrPixelOrAutoRule(500)],
61
- },
62
- {
63
- id: leftId,
64
- type: 'input',
65
- label: 'Left',
66
- placeholder: PADDING_DEFAULT_PLACEHOLDER,
67
- onChange: (bundle) => appendUnit(bundle, leftId),
68
- rules: [numericalOrPixelRule, maximumNumericalOrPixelOrAutoRule(500)],
69
- },
70
- {
71
- id: rightId,
72
- type: 'input',
73
- label: 'Right',
74
- placeholder: PADDING_DEFAULT_PLACEHOLDER,
75
- onChange: (bundle) => appendUnit(bundle, rightId),
76
- rules: [numericalOrPixelRule, maximumNumericalOrPixelOrAutoRule(500)],
77
- },
78
- {
79
- id: bottomId,
80
- type: 'input',
81
- label: 'Bottom',
82
- placeholder: PADDING_DEFAULT_PLACEHOLDER,
83
- onChange: (bundle) => appendUnit(bundle, bottomId),
84
- rules: [numericalOrPixelRule, maximumNumericalOrPixelOrAutoRule(500)],
85
- },
86
- ],
87
- },
88
- ],
89
- off: [getPaddingSlider(choiceId)],
90
- };
91
- };
@@ -1,87 +0,0 @@
1
- /* (c) Copyright Frontify Ltd., all rights reserved. */
2
-
3
- import { describe, expect, it } from 'vitest';
4
- import { getSecurityDownloadableSetting, getSecurityGlobalControlSetting } from './security';
5
- import { Security } from './types';
6
-
7
- describe('getSecurityGlobalControlSetting', () => {
8
- it('should return global control setting without id', () => {
9
- expect(getSecurityGlobalControlSetting()).toEqual({
10
- id: 'security',
11
- type: 'segmentedControls',
12
- defaultValue: Security.Global,
13
- helperText: 'Change global settings here.',
14
- choices: [
15
- {
16
- value: Security.Global,
17
- label: 'Global Settings',
18
- },
19
- {
20
- value: Security.Custom,
21
- label: 'Custom',
22
- },
23
- ],
24
- });
25
- });
26
-
27
- it('should return global control setting with custom id', () => {
28
- expect(getSecurityGlobalControlSetting('customId')).toEqual({
29
- id: 'customId',
30
- type: 'segmentedControls',
31
- defaultValue: Security.Global,
32
- helperText: 'Change global settings here.',
33
- choices: [
34
- {
35
- value: Security.Global,
36
- label: 'Global Settings',
37
- },
38
- {
39
- value: Security.Custom,
40
- label: 'Custom',
41
- },
42
- ],
43
- });
44
- });
45
- });
46
-
47
- describe('getSecurityDownloadableSetting', () => {
48
- it('should return downloadable setting without arguments', () => {
49
- expect(getSecurityDownloadableSetting()).toEqual({
50
- id: 'downloadable',
51
- type: 'switch',
52
- defaultValue: false,
53
- label: 'Downloadable',
54
- show: expect.any(Function),
55
- });
56
- });
57
-
58
- it('should return downloadable setting with custom id', () => {
59
- expect(getSecurityDownloadableSetting({ id: 'customId' })).toEqual({
60
- id: 'customId',
61
- type: 'switch',
62
- defaultValue: false,
63
- label: 'Downloadable',
64
- show: expect.any(Function),
65
- });
66
- });
67
-
68
- it('should return downloadable setting with custom global control id', () => {
69
- expect(getSecurityDownloadableSetting({ globalControlId: 'globalCustomId' })).toEqual({
70
- id: 'downloadable',
71
- type: 'switch',
72
- defaultValue: false,
73
- label: 'Downloadable',
74
- show: expect.any(Function),
75
- });
76
- });
77
-
78
- it('should return downloadable setting with custom id and global control id', () => {
79
- expect(getSecurityDownloadableSetting({ id: 'customId', globalControlId: 'globalCustomId' })).toEqual({
80
- id: 'customId',
81
- type: 'switch',
82
- defaultValue: false,
83
- label: 'Downloadable',
84
- show: expect.any(Function),
85
- });
86
- });
87
- });
@@ -1,61 +0,0 @@
1
- /* (c) Copyright Frontify Ltd., all rights reserved. */
2
-
3
- import { SettingBlock } from '../';
4
- import { Security } from './types';
5
-
6
- /**
7
- * Returns segment controls for global security settings.
8
- *
9
- * @param {string} id custom id for the setting block
10
- *
11
- * @returns {SettingBlock} Returns
12
- */
13
-
14
- export const getSecurityGlobalControlSetting = (id?: string): SettingBlock => {
15
- const securityId = getSecurityGlobalControlId(id);
16
- return {
17
- id: securityId,
18
- type: 'segmentedControls',
19
- defaultValue: Security.Global,
20
- helperText: 'Change global settings here.',
21
- choices: [
22
- {
23
- value: Security.Global,
24
- label: 'Global Settings',
25
- },
26
- {
27
- value: Security.Custom,
28
- label: 'Custom',
29
- },
30
- ],
31
- };
32
- };
33
-
34
- /**
35
- * Returns the downloadable security settings.
36
- *
37
- * @param {string} id custom id for the setting block
38
- * @param {string} globalControlId custom id for the global control setting block
39
- *
40
- * @returns {SettingBlock} Returns downloadable security settings.
41
- */
42
-
43
- type SecurityDownloadableSettingType = {
44
- id?: string;
45
- globalControlId?: string;
46
- };
47
-
48
- export const getSecurityDownloadableSetting = (options?: SecurityDownloadableSettingType): SettingBlock => {
49
- const securityId = getSecurityGlobalControlId(options?.globalControlId);
50
- return {
51
- id: options?.id ? options.id : 'downloadable',
52
- type: 'switch',
53
- defaultValue: false,
54
- label: 'Downloadable',
55
- show: (bundle) => bundle.getBlock(securityId)?.value === Security.Custom,
56
- };
57
- };
58
-
59
- const getSecurityGlobalControlId = (id?: string): string => {
60
- return id ? id : 'security';
61
- };
@@ -1,46 +0,0 @@
1
- /* (c) Copyright Frontify Ltd., all rights reserved. */
2
-
3
- import { describe, expect, it } from 'vitest';
4
- import { getSecurityDownloadableSetting } from './securityDownloadable';
5
-
6
- describe('getSecurityDownloadableSetting', () => {
7
- it('should return downloadable setting without arguments', () => {
8
- expect(getSecurityDownloadableSetting()).toEqual({
9
- id: 'downloadable',
10
- type: 'switch',
11
- defaultValue: false,
12
- label: 'Downloadable',
13
- show: expect.any(Function),
14
- });
15
- });
16
-
17
- it('should return downloadable setting with custom id', () => {
18
- expect(getSecurityDownloadableSetting({ id: 'customId' })).toEqual({
19
- id: 'customId',
20
- type: 'switch',
21
- defaultValue: false,
22
- label: 'Downloadable',
23
- show: expect.any(Function),
24
- });
25
- });
26
-
27
- it('should return downloadable setting with custom global control id', () => {
28
- expect(getSecurityDownloadableSetting({ globalControlId: 'globalCustomId' })).toEqual({
29
- id: 'downloadable',
30
- type: 'switch',
31
- defaultValue: false,
32
- label: 'Downloadable',
33
- show: expect.any(Function),
34
- });
35
- });
36
-
37
- it('should return downloadable setting with custom id and global control id', () => {
38
- expect(getSecurityDownloadableSetting({ id: 'customId', globalControlId: 'globalCustomId' })).toEqual({
39
- id: 'customId',
40
- type: 'switch',
41
- defaultValue: false,
42
- label: 'Downloadable',
43
- show: expect.any(Function),
44
- });
45
- });
46
- });