@frontify/guideline-blocks-settings 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Attachments/AttachmentItem.es.js +30 -30
- package/dist/components/Attachments/AttachmentItem.es.js.map +1 -1
- package/dist/components/Attachments/Attachments.es.js +27 -26
- package/dist/components/Attachments/Attachments.es.js.map +1 -1
- package/dist/components/Attachments/AttachmentsButtonTrigger.es.js.map +1 -1
- package/dist/components/BlockInjectButton/BlockInjectButton.es.js +26 -26
- package/dist/components/BlockInjectButton/BlockInjectButton.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/BlockItemWrapper.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/AttachmentsToolbarButton/AttachmentsToolbarButton.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/AttachmentsToolbarButton/AttachmentsToolbarButtonTrigger.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/BaseToolbarButton.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/DragHandleToolbarButton/DragHandleToolbarButton.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/FlyoutToolbarButton/FlyoutToolbarButton.es.js +7 -7
- package/dist/components/BlockItemWrapper/Toolbar/FlyoutToolbarButton/FlyoutToolbarButton.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/MenuToolbarButton/MenuToolbarButton.es.js +2 -2
- package/dist/components/BlockItemWrapper/Toolbar/MenuToolbarButton/MenuToolbarButton.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/Toolbar.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/ToolbarButton/ToolbarButton.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/ToolbarButtonTooltip.es.js +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/ToolbarButtonTooltip.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/context/DragPreviewContext.es.js +6 -4
- package/dist/components/BlockItemWrapper/Toolbar/context/DragPreviewContext.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/context/MultiFlyoutContext.es.js +11 -9
- package/dist/components/BlockItemWrapper/Toolbar/context/MultiFlyoutContext.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/helpers.es.js.map +1 -1
- package/dist/components/BlockItemWrapper/Toolbar/hooks/useMultiFlyoutState.es.js.map +1 -1
- package/dist/components/DownloadButton/DownloadButton.es.js +4 -4
- package/dist/components/DownloadButton/DownloadButton.es.js.map +1 -1
- package/dist/components/Link/LinkInput.es.js +35 -35
- package/dist/components/Link/LinkInput.es.js.map +1 -1
- package/dist/components/Link/LinkSelector/DocumentLink.es.js.map +1 -1
- package/dist/components/Link/LinkSelector/DocumentLinks.es.js.map +1 -1
- package/dist/components/Link/LinkSelector/LinkSelector.es.js +27 -27
- package/dist/components/Link/LinkSelector/LinkSelector.es.js.map +1 -1
- package/dist/components/Link/LinkSelector/LoadingIndicator.es.js +1 -1
- package/dist/components/Link/LinkSelector/LoadingIndicator.es.js.map +1 -1
- package/dist/components/Link/LinkSelector/PageLink.es.js.map +1 -1
- package/dist/components/Link/LinkSelector/PageLinks.es.js.map +1 -1
- package/dist/components/Link/LinkSelector/SectionLink.es.js.map +1 -1
- package/dist/components/Link/helpers/filterDocumentSectionsWithUnreadableTitles.es.js.map +1 -1
- package/dist/components/Link/utils/getUrl.es.js.map +1 -1
- package/dist/components/Link/utils/url.es.js.map +1 -1
- package/dist/components/RichTextEditor/RichTextEditor.es.js +38 -38
- package/dist/components/RichTextEditor/RichTextEditor.es.js.map +1 -1
- package/dist/components/RichTextEditor/SerializedText.es.js.map +1 -1
- package/dist/components/RichTextEditor/pluginPresets/defaultPluginsWithLinkChooser.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/ButtonMarkupElement/ButtonMarkupElementNode.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonButton.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonToolbarButton.es.js +3 -3
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonToolbarButton.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/CustomFloatingButton.es.js +4 -4
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/CustomFloatingButton.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/EditButtonModal/EditModal.es.js +3 -3
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/EditButtonModal/EditModal.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/InsertButtonModal/InsertButtonModal.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/InsertButtonModal/useInsertModal.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/floatingButtonStore.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEdit.es.js +3 -3
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEdit.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEnter.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEscape.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonInsert.es.js +3 -3
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonInsert.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useVirtualFloatingButton.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/createButtonPlugin.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/submitFloatingButton.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/unwrapButton.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButton.es.js +30 -30
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButton.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButtonText.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/wrapButton.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/createButtonNode.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/getButtonStyle.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/getUrl.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/styles.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/triggerFloatingButton.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/triggerFloatingButtonEdit.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/triggerFloatingButtonInsert.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ButtonPlugin/withButton.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/ColumnBreakPlugin/ColumnBreakPlugin.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/CustomFloatingLink.es.js +4 -4
- package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/CustomFloatingLink.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/EditLinkModal/EditModal.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/InsertLinkModal.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/InsertModal.es.js +2 -2
- package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/InsertModal.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/LinkPlugin/FloatingLink/InsertLinkModal/useInsertModal.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/LinkPlugin/LinkButton.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/LinkPlugin/LinkMarkupElement/LinkMarkupElementNode.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/LinkPlugin/LinkToolbarButton.es.js +3 -3
- package/dist/components/RichTextEditor/plugins/LinkPlugin/LinkToolbarButton.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/LinkPlugin/index.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/LinkPlugin/utils/getUrl.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/custom1Plugin.es.js +4 -4
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/custom1Plugin.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/custom2Plugin.es.js +4 -4
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/custom2Plugin.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/custom3Plugin.es.js +4 -4
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/custom3Plugin.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading1Plugin.es.js +4 -4
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading1Plugin.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading2Plugin.es.js +4 -4
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading2Plugin.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading3Plugin.es.js +4 -4
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading3Plugin.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading4Plugin.es.js +4 -4
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/heading4Plugin.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/helpers.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/imageCaptionPlugin.es.js +4 -4
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/imageCaptionPlugin.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/imageTitlePlugin.es.js +4 -4
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/imageTitlePlugin.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/paragraphPlugin.es.js +5 -5
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/paragraphPlugin.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/quotePlugin.es.js +4 -4
- package/dist/components/RichTextEditor/plugins/TextStylePlugins/quotePlugin.es.js.map +1 -1
- package/dist/components/RichTextEditor/plugins/styles.es.js.map +1 -1
- package/dist/helpers/addHttps.es.js.map +1 -1
- package/dist/helpers/convertToRichTextValue.es.js.map +1 -1
- package/dist/helpers/customCoordinatesGetterFactory.es.js.map +1 -1
- package/dist/helpers/hasRichTextValue.es.js +5 -5
- package/dist/helpers/hasRichTextValue.es.js.map +1 -1
- package/dist/helpers/mapColorPalettes.es.js.map +1 -1
- package/dist/hooks/useAttachments.es.js +40 -29
- package/dist/hooks/useAttachments.es.js.map +1 -1
- package/dist/hooks/useDndSensors.es.js.map +1 -1
- package/dist/hooks/useIsInViewport.es.js.map +1 -1
- package/dist/index.cjs.js +19 -19
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +22 -0
- package/dist/index.es.js +87 -86
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +19 -19
- package/dist/index.umd.js.map +1 -1
- package/dist/node_modules/.pnpm/@babel_runtime@7.26.0/node_modules/@babel/runtime/helpers/esm/extends.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@babel_runtime@7.26.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@babel_runtime@7.26.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@floating-ui_core@1.6.3/node_modules/@floating-ui/core/dist/floating-ui.core.es.js +12 -12
- package/dist/node_modules/.pnpm/@floating-ui_core@1.6.3/node_modules/@floating-ui/core/dist/floating-ui.core.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.6.10/node_modules/@floating-ui/dom/dist/floating-ui.dom.es.js +9 -9
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.6.10/node_modules/@floating-ui/dom/dist/floating-ui.dom.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.es.js +1 -1
- package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.7/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.7/node_modules/@floating-ui/utils/dist/floating-ui.utils.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components10.es.js +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components10.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components11.es.js +70 -75
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components11.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components12.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components13.es.js +6 -6
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components13.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components14.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components15.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components16.es.js +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components16.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components17.es.js +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components17.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components18.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components19.es.js +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components19.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components20.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components21.es.js +4 -4
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components21.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components22.es.js +9 -9
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components22.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components23.es.js +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components23.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components24.es.js +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components24.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components25.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components26.es.js +21 -21
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components26.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components27.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components28.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components29.es.js +3 -3
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components29.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components30.es.js +5 -5
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components30.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components34.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components35.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components36.es.js +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components36.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components37.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components38.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components39.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components40.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components41.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components42.es.js +4 -4
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components42.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components43.es.js +4 -4
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components43.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components44.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components45.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components46.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components47.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components48.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components49.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components5.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components50.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components51.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components52.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components53.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components54.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components55.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components56.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components57.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components58.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components59.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components6.es.js +7 -7
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components6.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components60.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components61.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components62.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components63.es.js +7 -7
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components63.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components64.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components65.es.js +2 -2
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components65.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components66.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components67.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components68.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components69.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components7.es.js +4 -4
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components7.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components70.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components71.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components72.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components73.es.js +3 -3
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components73.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components74.es.js +11 -11
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components74.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components75.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components76.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components77.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components78.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components79.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components8.es.js +4 -4
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components8.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components82.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components83.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components84.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components9.es.js +77 -85
- package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components9.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons10.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons100.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons101.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons102.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons103.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons104.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons105.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons106.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons107.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons109.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons11.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons110.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons111.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons112.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons113.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons114.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons115.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons116.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons117.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons118.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons119.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons12.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons120.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons121.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons122.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons123.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons124.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons125.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons126.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons127.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons128.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons129.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons13.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons130.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons131.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons132.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons133.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons134.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons135.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons136.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons137.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons138.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons139.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons14.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons140.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons141.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons142.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons143.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons144.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons145.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons146.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons147.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons148.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons149.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons15.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons150.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons151.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons152.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons153.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons154.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons155.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons156.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons157.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons158.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons16.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons160.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons161.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons162.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons163.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons164.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons165.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons166.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons167.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons169.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons17.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons170.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons171.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons172.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons173.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons174.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons175.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons176.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons177.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons178.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons179.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons18.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons180.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons181.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons182.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons183.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons184.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons185.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons186.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons187.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons188.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons189.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons19.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons190.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons192.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons193.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons194.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons195.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons196.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons197.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons198.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons199.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons2.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons20.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons200.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons201.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons202.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons203.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons204.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons205.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons206.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons207.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons208.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons209.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons21.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons210.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons211.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons212.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons213.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons215.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons216.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons217.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons218.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons219.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons22.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons220.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons221.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons222.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons223.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons224.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons225.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons226.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons227.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons228.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons229.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons23.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons230.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons231.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons232.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons233.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons234.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons235.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons236.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons237.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons238.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons24.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons240.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons241.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons242.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons243.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons244.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons245.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons246.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons247.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons248.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons249.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons25.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons250.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons251.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons252.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons253.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons254.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons255.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons256.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons258.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons259.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons26.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons260.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons261.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons262.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons263.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons264.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons265.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons266.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons267.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons268.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons269.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons27.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons270.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons271.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons272.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons273.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons274.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons275.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons276.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons277.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons278.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons279.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons28.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons280.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons281.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons282.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons283.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons284.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons285.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons286.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons287.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons288.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons289.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons29.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons290.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons291.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons292.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons293.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons294.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons296.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons297.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons298.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons299.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons30.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons300.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons301.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons302.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons303.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons304.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons305.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons306.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons307.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons308.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons309.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons31.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons310.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons311.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons312.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons313.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons314.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons315.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons316.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons317.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons318.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons319.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons32.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons320.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons321.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons322.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons323.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons324.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons325.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons326.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons327.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons328.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons329.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons33.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons330.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons332.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons333.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons334.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons337.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons338.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons339.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons34.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons340.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons341.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons342.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons344.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons345.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons346.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons347.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons349.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons35.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons350.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons351.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons353.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons36.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons37.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons38.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons39.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons40.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons41.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons42.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons43.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons44.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons45.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons46.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons47.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons48.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons49.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons5.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons50.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons52.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons53.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons54.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons55.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons57.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons58.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons59.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons6.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons60.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons61.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons62.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons63.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons64.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons65.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons66.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons67.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons68.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons69.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons7.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons70.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons71.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons72.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons73.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons74.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons76.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons77.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons78.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons79.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons8.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons80.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons81.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons82.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons83.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons84.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons85.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons86.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons87.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons88.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons89.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons9.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons90.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons92.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons93.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons94.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons95.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons96.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons97.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons98.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons99.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_primitive@1.1.2/node_modules/@radix-ui/primitive/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-arrow@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-arrow@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react@_b298724b1e070591c3be7f3b2f5b2fc8}/node_modules/@radix-ui/react-arrow/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-arrow@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react@_b298724b1e070591c3be7f3b2f5b2fc8/node_modules/@radix-ui/react-arrow/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-checkbox@1.1.5_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-checkbox@1.1.5_@types_react-dom@18.3.7_@types_react@18.3.24__@types_rea_fc7b99dcadbe9dfc8ff836b2744203ed}/node_modules/@radix-ui/react-checkbox/dist/index.es.js +7 -7
- package/dist/node_modules/.pnpm/@radix-ui_react-checkbox@1.1.5_@types_react-dom@18.3.7_@types_react@18.3.24__@types_rea_fc7b99dcadbe9dfc8ff836b2744203ed/node_modules/@radix-ui/react-checkbox/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-collection@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-collection@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_r_a36dd265067d1dbf270a2c9a718d310d}/node_modules/@radix-ui/react-collection/dist/index.es.js +3 -3
- package/dist/node_modules/.pnpm/{@radix-ui_react-collection@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-collection@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_r_a36dd265067d1dbf270a2c9a718d310d}/node_modules/@radix-ui/react-collection/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-compose-refs@1.1.2_@types_react@18.3.24_react@18.3.1/node_modules/@radix-ui/react-compose-refs/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-context@1.1.2_@types_react@18.3.24_react@18.3.1/node_modules/@radix-ui/react-context/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-dialog@1.1.7_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-dialog@1.1.7_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react_2e6063f1fb84d3c0ddffb063e5d1900d}/node_modules/@radix-ui/react-dialog/dist/index.es.js +41 -42
- package/dist/node_modules/.pnpm/@radix-ui_react-dialog@1.1.7_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react_2e6063f1fb84d3c0ddffb063e5d1900d/node_modules/@radix-ui/react-dialog/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-direction@1.1.1_@types_react@18.3.24_react@18.3.1/node_modules/@radix-ui/react-direction/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-dismissable-layer@1.1.6_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom_qlaak4gpvmsyya5mmgezqy7gwa → @radix-ui_react-dismissable-layer@1.1.6_@types_react-dom@18.3.7_@types_react@18.3.24__@_4e5ab310f82e204d6ffcf250a541e1c8}/node_modules/@radix-ui/react-dismissable-layer/dist/index.es.js +4 -4
- package/dist/node_modules/.pnpm/{@radix-ui_react-dismissable-layer@1.1.6_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom_qlaak4gpvmsyya5mmgezqy7gwa → @radix-ui_react-dismissable-layer@1.1.6_@types_react-dom@18.3.7_@types_react@18.3.24__@_4e5ab310f82e204d6ffcf250a541e1c8}/node_modules/@radix-ui/react-dismissable-layer/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-dropdown-menu@2.1.7_@types_react-dom@18.3.7_@types_react@18.3.24__@type_b19f7f35d04f3e50ccc4f2640d5f237b/node_modules/@radix-ui/react-dropdown-menu/dist/index.es.js +212 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-dropdown-menu@2.1.7_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18._r2cgxurdypwohva7n7oaz2w4ia → @radix-ui_react-dropdown-menu@2.1.7_@types_react-dom@18.3.7_@types_react@18.3.24__@type_b19f7f35d04f3e50ccc4f2640d5f237b}/node_modules/@radix-ui/react-dropdown-menu/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-focus-guards@1.1.2_@types_react@18.3.24_react@18.3.1/node_modules/@radix-ui/react-focus-guards/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-focus-scope@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3._gntfxzazblbzafr7qzxiavlz6u → @radix-ui_react-focus-scope@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types__3af9682d6b7b0eee64475b0bf62e1dd0}/node_modules/@radix-ui/react-focus-scope/dist/index.es.js +3 -3
- package/dist/node_modules/.pnpm/{@radix-ui_react-focus-scope@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3._gntfxzazblbzafr7qzxiavlz6u → @radix-ui_react-focus-scope@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types__3af9682d6b7b0eee64475b0bf62e1dd0}/node_modules/@radix-ui/react-focus-scope/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-id@1.1.1_@types_react@18.3.24_react@18.3.1/node_modules/@radix-ui/react-id/dist/index.es.js +14 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-id@1.1.1_@types_react@18.3.24_react@18.3.1/node_modules/@radix-ui/react-id/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-label@2.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-label@2.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react@_42727e48f55526618be1b5f4590c5618}/node_modules/@radix-ui/react-label/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-label@2.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react@_42727e48f55526618be1b5f4590c5618/node_modules/@radix-ui/react-label/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.1.7_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react@1_458e7011b37a5efeacdd2cf84c95e373/node_modules/@radix-ui/react-menu/dist/index.es.js +625 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.1.7_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react@1_458e7011b37a5efeacdd2cf84c95e373/node_modules/@radix-ui/react-menu/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-popover@1.1.7_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-popover@1.1.7_@types_react-dom@18.3.7_@types_react@18.3.24__@types_reac_722e5dab140336e67fd25224db80223c}/node_modules/@radix-ui/react-popover/dist/index.es.js +16 -16
- package/dist/node_modules/.pnpm/@radix-ui_react-popover@1.1.7_@types_react-dom@18.3.7_@types_react@18.3.24__@types_reac_722e5dab140336e67fd25224db80223c/node_modules/@radix-ui/react-popover/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-popper@1.2.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-popper@1.2.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react_ac587a71e168e67a0a793900edb1cad7}/node_modules/@radix-ui/react-popper/dist/index.es.js +7 -7
- package/dist/node_modules/.pnpm/@radix-ui_react-popper@1.2.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react_ac587a71e168e67a0a793900edb1cad7/node_modules/@radix-ui/react-popper/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-portal@1.1.5_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-portal@1.1.5_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react_16df95dbe5503a97f0471ea832ca8ea7}/node_modules/@radix-ui/react-portal/dist/index.es.js +2 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-portal@1.1.5_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react_16df95dbe5503a97f0471ea832ca8ea7/node_modules/@radix-ui/react-portal/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-presence@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-presence@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_rea_b838393eb8f9dbdcc83f4e6114e6ca96}/node_modules/@radix-ui/react-presence/dist/index.es.js +2 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-presence@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_rea_b838393eb8f9dbdcc83f4e6114e6ca96/node_modules/@radix-ui/react-presence/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-primitive@2.0.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-primitive@2.0.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_re_40c324ddc20352d08fe727deedad66a4}/node_modules/@radix-ui/react-primitive/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-primitive@2.0.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_re_40c324ddc20352d08fe727deedad66a4/node_modules/@radix-ui/react-primitive/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-progress@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-progress@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_rea_cd485775b2b7e56e0ce4f4be3f724c7f}/node_modules/@radix-ui/react-progress/dist/index.es.js +2 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-progress@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_rea_cd485775b2b7e56e0ce4f4be3f724c7f/node_modules/@radix-ui/react-progress/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-roving-focus@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3_dxmbkfytzi4ymmohh24bznpmc4 → @radix-ui_react-roving-focus@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_c34f6cdc3f217d12a1d1c57c017728b5}/node_modules/@radix-ui/react-roving-focus/dist/index.es.js +8 -8
- package/dist/node_modules/.pnpm/{@radix-ui_react-roving-focus@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3_dxmbkfytzi4ymmohh24bznpmc4 → @radix-ui_react-roving-focus@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_c34f6cdc3f217d12a1d1c57c017728b5}/node_modules/@radix-ui/react-roving-focus/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-scroll-area@1.2.4_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3._oyfoyaprlhogt7vdo6ku5rq57i → @radix-ui_react-scroll-area@1.2.4_@types_react-dom@18.3.7_@types_react@18.3.24__@types__ec15c380e26b8cebf59e6bf5a4c20b36}/node_modules/@radix-ui/react-scroll-area/dist/index.es.js +7 -7
- package/dist/node_modules/.pnpm/{@radix-ui_react-scroll-area@1.2.4_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3._oyfoyaprlhogt7vdo6ku5rq57i → @radix-ui_react-scroll-area@1.2.4_@types_react-dom@18.3.7_@types_react@18.3.24__@types__ec15c380e26b8cebf59e6bf5a4c20b36}/node_modules/@radix-ui/react-scroll-area/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-separator@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-separator@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_re_ca6abbf1b74250e1cf49b1dcb66ccc93}/node_modules/@radix-ui/react-separator/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-separator@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_re_ca6abbf1b74250e1cf49b1dcb66ccc93/node_modules/@radix-ui/react-separator/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-slider@1.2.4_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-slider@1.2.4_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react_99b5c049414ba9038370235035cc40ad}/node_modules/@radix-ui/react-slider/dist/index.es.js +8 -8
- package/dist/node_modules/.pnpm/@radix-ui_react-slider@1.2.4_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react_99b5c049414ba9038370235035cc40ad/node_modules/@radix-ui/react-slider/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-slot@1.2.0_@types_react@18.3.3_react@18.3.1 → @radix-ui_react-slot@1.2.0_@types_react@18.3.24_react@18.3.1}/node_modules/@radix-ui/react-slot/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.2.0_@types_react@18.3.24_react@18.3.1/node_modules/@radix-ui/react-slot/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-switch@1.1.4_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-switch@1.1.4_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react_77cedc2eead93ae71291f342534761bf}/node_modules/@radix-ui/react-switch/dist/index.es.js +6 -6
- package/dist/node_modules/.pnpm/@radix-ui_react-switch@1.1.4_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react_77cedc2eead93ae71291f342534761bf/node_modules/@radix-ui/react-switch/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-tabs@1.1.4_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-tabs@1.1.4_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react@1_45b5f20baf78172e0ae25897cf10175a}/node_modules/@radix-ui/react-tabs/dist/index.es.js +7 -7
- package/dist/node_modules/.pnpm/@radix-ui_react-tabs@1.1.4_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react@1_45b5f20baf78172e0ae25897cf10175a/node_modules/@radix-ui/react-tabs/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-toggle-group@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3_jguhulir36wmms7ela726cib54 → @radix-ui_react-toggle-group@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_b6a3b1f05a16c72bfe712ab15eb3635f}/node_modules/@radix-ui/react-toggle-group/dist/index.es.js +8 -8
- package/dist/node_modules/.pnpm/{@radix-ui_react-toggle-group@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3_jguhulir36wmms7ela726cib54 → @radix-ui_react-toggle-group@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_b6a3b1f05a16c72bfe712ab15eb3635f}/node_modules/@radix-ui/react-toggle-group/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-toggle@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-toggle@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react_42c5f4f55a5dee75d2726b029affe0c4}/node_modules/@radix-ui/react-toggle/dist/index.es.js +2 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-toggle@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@types_react_42c5f4f55a5dee75d2726b029affe0c4/node_modules/@radix-ui/react-toggle/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-tooltip@1.2.0_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → @radix-ui_react-tooltip@1.2.0_@types_react-dom@18.3.7_@types_react@18.3.24__@types_reac_cc9205f585adcbe3cd11a0c055fa707d}/node_modules/@radix-ui/react-tooltip/dist/index.es.js +15 -15
- package/dist/node_modules/.pnpm/@radix-ui_react-tooltip@1.2.0_@types_react-dom@18.3.7_@types_react@18.3.24__@types_reac_cc9205f585adcbe3cd11a0c055fa707d/node_modules/@radix-ui/react-tooltip/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.1.1_@types_react@18.3.24_react@18.3.1/node_modules/@radix-ui/react-use-callback-ref/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-use-controllable-state@1.1.1_@types_react@18.3.3_react@18.3.1 → @radix-ui_react-use-controllable-state@1.1.1_@types_react@18.3.24_react@18.3.1}/node_modules/@radix-ui/react-use-controllable-state/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.1.1_@types_react@18.3.24_react@18.3.1/node_modules/@radix-ui/react-use-controllable-state/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-use-escape-keydown@1.1.1_@types_react@18.3.3_react@18.3.1 → @radix-ui_react-use-escape-keydown@1.1.1_@types_react@18.3.24_react@18.3.1}/node_modules/@radix-ui/react-use-escape-keydown/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.1.1_@types_react@18.3.24_react@18.3.1/node_modules/@radix-ui/react-use-escape-keydown/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.1.1_@types_react@18.3.24_react@18.3.1/node_modules/@radix-ui/react-use-layout-effect/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-previous@1.1.1_@types_react@18.3.24_react@18.3.1/node_modules/@radix-ui/react-use-previous/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-use-size@1.1.1_@types_react@18.3.3_react@18.3.1 → @radix-ui_react-use-size@1.1.1_@types_react@18.3.24_react@18.3.1}/node_modules/@radix-ui/react-use-size/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-size@1.1.1_@types_react@18.3.24_react@18.3.1/node_modules/@radix-ui/react-use-size/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-visually-hidden@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@1_oyowsecrzohn23nc7e44i634la → @radix-ui_react-visually-hidden@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@ty_43954e79ee23b755c21b149d79bd32a7}/node_modules/@radix-ui/react-visually-hidden/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-visually-hidden@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@1_oyowsecrzohn23nc7e44i634la → @radix-ui_react-visually-hidden@1.1.3_@types_react-dom@18.3.7_@types_react@18.3.24__@ty_43954e79ee23b755c21b149d79bd32a7}/node_modules/@radix-ui/react-visually-hidden/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/aria-hidden@1.2.4/node_modules/aria-hidden/dist/es2015/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/compute-scroll-into-view@3.1.0/node_modules/compute-scroll-into-view/dist/index.es.js +34 -34
- package/dist/node_modules/.pnpm/compute-scroll-into-view@3.1.0/node_modules/compute-scroll-into-view/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/downshift@9.0.9_react@18.3.1/node_modules/downshift/dist/downshift.esm.es.js +359 -361
- package/dist/node_modules/.pnpm/downshift@9.0.9_react@18.3.1/node_modules/downshift/dist/downshift.esm.es.js.map +1 -1
- package/dist/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.es.js.map +1 -1
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.es.js.map +1 -1
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.es.js.map +1 -1
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/react-colorful@5.6.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-colorful/dist/index.es.js +3 -3
- package/dist/node_modules/.pnpm/react-colorful@5.6.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-colorful/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.es.js.map +1 -1
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.es.js.map +1 -1
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/react-is@18.2.0/node_modules/react-is/cjs/react-is.development.es.js.map +1 -1
- package/dist/node_modules/.pnpm/react-is@18.2.0/node_modules/react-is/cjs/react-is.production.min.es.js +6 -6
- package/dist/node_modules/.pnpm/react-is@18.2.0/node_modules/react-is/cjs/react-is.production.min.es.js.map +1 -1
- package/dist/node_modules/.pnpm/react-is@18.2.0/node_modules/react-is/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-remove-scroll-bar@2.3.8_@types_react@18.3.3_react@18.3.1 → react-remove-scroll-bar@2.3.8_@types_react@18.3.24_react@18.3.1}/node_modules/react-remove-scroll-bar/dist/es2015/component.es.js +1 -1
- package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.24_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/component.es.js.map +1 -0
- package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.24_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/constants.es.js.map +1 -0
- package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.24_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/utils.es.js.map +1 -0
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/Combination.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1 → react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1}/node_modules/react-remove-scroll/dist/es2015/SideEffect.es.js +3 -3
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/SideEffect.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1 → react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1}/node_modules/react-remove-scroll/dist/es2015/UI.es.js +4 -4
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/UI.es.js.map +1 -0
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1 → react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1}/node_modules/react-remove-scroll/dist/es2015/handleScroll.es.js +9 -9
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/handleScroll.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1 → react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1}/node_modules/react-remove-scroll/dist/es2015/medium.es.js +1 -1
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/medium.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1 → react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1}/node_modules/react-remove-scroll/dist/es2015/sidecar.es.js +1 -1
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/sidecar.es.js.map +1 -0
- package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.24_react@18.3.1/node_modules/react-style-singleton/dist/es2015/component.es.js.map +1 -0
- package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.24_react@18.3.1/node_modules/react-style-singleton/dist/es2015/hook.es.js.map +1 -0
- package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.24_react@18.3.1/node_modules/react-style-singleton/dist/es2015/singleton.es.js.map +1 -0
- package/dist/node_modules/.pnpm/tailwind-merge@2.5.4/node_modules/tailwind-merge/dist/bundle-mjs.es.js.map +1 -1
- package/dist/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{tailwind-variants@0.3.1_tailwindcss@3.4.4_ts-node@10.9.2_@types_node@18.19.39_typescript@5.5.2__ → tailwind-variants@0.3.1_tailwindcss@3.4.17_ts-node@10.9.2_@types_node@22.18.0_typescript@5.9.2__}/node_modules/tailwind-variants/dist/chunk-I2QGXAA3.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{tailwind-variants@0.3.1_tailwindcss@3.4.4_ts-node@10.9.2_@types_node@18.19.39_typescript@5.5.2__ → tailwind-variants@0.3.1_tailwindcss@3.4.17_ts-node@10.9.2_@types_node@22.18.0_typescript@5.9.2__}/node_modules/tailwind-variants/dist/index.es.js +39 -39
- package/dist/node_modules/.pnpm/tailwind-variants@0.3.1_tailwindcss@3.4.17_ts-node@10.9.2_@types_node@22.18.0_typescript@5.9.2__/node_modules/tailwind-variants/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.es.js.map +1 -1
- package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.24_react@18.3.1/node_modules/use-callback-ref/dist/es2015/assignRef.es.js.map +1 -0
- package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.24_react@18.3.1/node_modules/use-callback-ref/dist/es2015/useMergeRef.es.js.map +1 -0
- package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.24_react@18.3.1/node_modules/use-callback-ref/dist/es2015/useRef.es.js.map +1 -0
- package/dist/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.24_react@18.3.1/node_modules/use-sidecar/dist/es2015/exports.es.js.map +1 -0
- package/dist/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.24_react@18.3.1/node_modules/use-sidecar/dist/es2015/medium.es.js.map +1 -0
- package/dist/settings/background.es.js.map +1 -1
- package/dist/settings/border.es.js +3 -3
- package/dist/settings/border.es.js.map +1 -1
- package/dist/settings/borderRadius.es.js +3 -3
- package/dist/settings/borderRadius.es.js.map +1 -1
- package/dist/settings/borderRadiusExtended.es.js +6 -6
- package/dist/settings/borderRadiusExtended.es.js.map +1 -1
- package/dist/settings/gutter.es.js +3 -3
- package/dist/settings/gutter.es.js.map +1 -1
- package/dist/settings/margin.es.js +3 -3
- package/dist/settings/margin.es.js.map +1 -1
- package/dist/settings/marginExtended.es.js +10 -10
- package/dist/settings/marginExtended.es.js.map +1 -1
- package/dist/settings/padding.es.js +3 -3
- package/dist/settings/padding.es.js.map +1 -1
- package/dist/settings/paddingExtended.es.js +10 -10
- package/dist/settings/paddingExtended.es.js.map +1 -1
- package/dist/settings/securityDownloadable.es.js.map +1 -1
- package/dist/settings/securityGlobalControl.es.js.map +1 -1
- package/dist/settings/types.es.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/utilities/color/getReadableColor.es.js.map +1 -1
- package/dist/utilities/color/isDark.es.js.map +1 -1
- package/dist/utilities/color/setAlpha.es.js.map +1 -1
- package/dist/utilities/color/toColorObject.es.js.map +1 -1
- package/dist/utilities/color/toHex8String.es.js.map +1 -1
- package/dist/utilities/color/toHexString.es.js.map +1 -1
- package/dist/utilities/color/toRgbaString.es.js.map +1 -1
- package/dist/utilities/color/toShortRgba.es.js.map +1 -1
- package/dist/utilities/moveItemInArray.es.js.map +1 -1
- package/dist/utilities/react/getBackgroundColorStyles.es.js.map +1 -1
- package/dist/utilities/react/getBorderStyles.es.js +3 -3
- package/dist/utilities/react/getBorderStyles.es.js.map +1 -1
- package/dist/utilities/react/joinClassNames.es.js.map +1 -1
- package/package.json +31 -30
- package/dist/node_modules/.pnpm/@radix-ui_react-arrow@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-arrow/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-checkbox@1.1.5_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-checkbox/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-compose-refs@1.1.2_@types_react@18.3.3_react@18.3.1/node_modules/@radix-ui/react-compose-refs/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-context@1.1.2_@types_react@18.3.3_react@18.3.1/node_modules/@radix-ui/react-context/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-dialog@1.1.7_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-dialog/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-direction@1.1.1_@types_react@18.3.3_react@18.3.1/node_modules/@radix-ui/react-direction/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-dropdown-menu@2.1.7_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18._r2cgxurdypwohva7n7oaz2w4ia/node_modules/@radix-ui/react-dropdown-menu/dist/index.es.js +0 -221
- package/dist/node_modules/.pnpm/@radix-ui_react-focus-guards@1.1.2_@types_react@18.3.3_react@18.3.1/node_modules/@radix-ui/react-focus-guards/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-id@1.1.1_@types_react@18.3.3_react@18.3.1/node_modules/@radix-ui/react-id/dist/index.es.js +0 -14
- package/dist/node_modules/.pnpm/@radix-ui_react-id@1.1.1_@types_react@18.3.3_react@18.3.1/node_modules/@radix-ui/react-id/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-label@2.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-label/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.1.7_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-menu/dist/index.es.js +0 -653
- package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.1.7_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-menu/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-popover@1.1.7_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-popover/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-popper@1.2.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-popper/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-portal@1.1.5_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-portal/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-presence@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-presence/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-primitive@2.0.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-primitive/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-progress@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-progress/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-separator@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-separator/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-slider@1.2.4_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-slider/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.2.0_@types_react@18.3.3_react@18.3.1/node_modules/@radix-ui/react-slot/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-switch@1.1.4_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-switch/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-tabs@1.1.4_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-tabs/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-toggle@1.1.3_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-toggle/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-tooltip@1.2.0_@types_react-dom@18.3.0_@types_react@18.3.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@radix-ui/react-tooltip/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.1.1_@types_react@18.3.3_react@18.3.1/node_modules/@radix-ui/react-use-callback-ref/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.1.1_@types_react@18.3.3_react@18.3.1/node_modules/@radix-ui/react-use-controllable-state/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.1.1_@types_react@18.3.3_react@18.3.1/node_modules/@radix-ui/react-use-escape-keydown/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.1.1_@types_react@18.3.3_react@18.3.1/node_modules/@radix-ui/react-use-layout-effect/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-previous@1.1.1_@types_react@18.3.3_react@18.3.1/node_modules/@radix-ui/react-use-previous/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-size@1.1.1_@types_react@18.3.3_react@18.3.1/node_modules/@radix-ui/react-use-size/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.3_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/component.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.3_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/constants.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.3_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/utils.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/Combination.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/SideEffect.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/UI.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/handleScroll.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/medium.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/sidecar.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.3_react@18.3.1/node_modules/react-style-singleton/dist/es2015/component.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.3_react@18.3.1/node_modules/react-style-singleton/dist/es2015/hook.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.3_react@18.3.1/node_modules/react-style-singleton/dist/es2015/singleton.es.js.map +0 -1
- package/dist/node_modules/.pnpm/tailwind-variants@0.3.1_tailwindcss@3.4.4_ts-node@10.9.2_@types_node@18.19.39_typescript@5.5.2__/node_modules/tailwind-variants/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.3_react@18.3.1/node_modules/use-callback-ref/dist/es2015/assignRef.es.js.map +0 -1
- package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.3_react@18.3.1/node_modules/use-callback-ref/dist/es2015/useMergeRef.es.js.map +0 -1
- package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.3_react@18.3.1/node_modules/use-callback-ref/dist/es2015/useRef.es.js.map +0 -1
- package/dist/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.3_react@18.3.1/node_modules/use-sidecar/dist/es2015/exports.es.js.map +0 -1
- package/dist/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.3_react@18.3.1/node_modules/use-sidecar/dist/es2015/medium.es.js.map +0 -1
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components12.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components14.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components15.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components18.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components20.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components25.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components27.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components28.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components34.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components35.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components37.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components38.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components39.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components40.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components41.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components44.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components45.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components46.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components47.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components48.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components49.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components5.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components50.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components51.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components52.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components53.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components54.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components55.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components56.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components57.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components58.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components59.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components60.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components61.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components62.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components64.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components66.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components67.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components68.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components69.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components70.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components71.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components72.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components75.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components76.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components77.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components78.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components79.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components82.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components83.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontify_fond_2ljulupxsngf67kv3awqop75em → @frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@frontif_edefda44b2073e780abae6da5d9e9016}/node_modules/@frontify/fondue-components/dist/fondue-components84.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-compose-refs@1.1.2_@types_react@18.3.3_react@18.3.1 → @radix-ui_react-compose-refs@1.1.2_@types_react@18.3.24_react@18.3.1}/node_modules/@radix-ui/react-compose-refs/dist/index.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-context@1.1.2_@types_react@18.3.3_react@18.3.1 → @radix-ui_react-context@1.1.2_@types_react@18.3.24_react@18.3.1}/node_modules/@radix-ui/react-context/dist/index.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-direction@1.1.1_@types_react@18.3.3_react@18.3.1 → @radix-ui_react-direction@1.1.1_@types_react@18.3.24_react@18.3.1}/node_modules/@radix-ui/react-direction/dist/index.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-focus-guards@1.1.2_@types_react@18.3.3_react@18.3.1 → @radix-ui_react-focus-guards@1.1.2_@types_react@18.3.24_react@18.3.1}/node_modules/@radix-ui/react-focus-guards/dist/index.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-use-callback-ref@1.1.1_@types_react@18.3.3_react@18.3.1 → @radix-ui_react-use-callback-ref@1.1.1_@types_react@18.3.24_react@18.3.1}/node_modules/@radix-ui/react-use-callback-ref/dist/index.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-use-layout-effect@1.1.1_@types_react@18.3.3_react@18.3.1 → @radix-ui_react-use-layout-effect@1.1.1_@types_react@18.3.24_react@18.3.1}/node_modules/@radix-ui/react-use-layout-effect/dist/index.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-use-previous@1.1.1_@types_react@18.3.3_react@18.3.1 → @radix-ui_react-use-previous@1.1.1_@types_react@18.3.24_react@18.3.1}/node_modules/@radix-ui/react-use-previous/dist/index.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-remove-scroll-bar@2.3.8_@types_react@18.3.3_react@18.3.1 → react-remove-scroll-bar@2.3.8_@types_react@18.3.24_react@18.3.1}/node_modules/react-remove-scroll-bar/dist/es2015/constants.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-remove-scroll-bar@2.3.8_@types_react@18.3.3_react@18.3.1 → react-remove-scroll-bar@2.3.8_@types_react@18.3.24_react@18.3.1}/node_modules/react-remove-scroll-bar/dist/es2015/utils.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1 → react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1}/node_modules/react-remove-scroll/dist/es2015/Combination.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-remove-scroll@2.6.3_@types_react@18.3.3_react@18.3.1 → react-remove-scroll@2.6.3_@types_react@18.3.24_react@18.3.1}/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-style-singleton@2.2.3_@types_react@18.3.3_react@18.3.1 → react-style-singleton@2.2.3_@types_react@18.3.24_react@18.3.1}/node_modules/react-style-singleton/dist/es2015/component.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-style-singleton@2.2.3_@types_react@18.3.3_react@18.3.1 → react-style-singleton@2.2.3_@types_react@18.3.24_react@18.3.1}/node_modules/react-style-singleton/dist/es2015/hook.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-style-singleton@2.2.3_@types_react@18.3.3_react@18.3.1 → react-style-singleton@2.2.3_@types_react@18.3.24_react@18.3.1}/node_modules/react-style-singleton/dist/es2015/singleton.es.js +0 -0
- /package/dist/node_modules/.pnpm/{tailwind-variants@0.3.1_tailwindcss@3.4.4_ts-node@10.9.2_@types_node@18.19.39_typescript@5.5.2__ → tailwind-variants@0.3.1_tailwindcss@3.4.17_ts-node@10.9.2_@types_node@22.18.0_typescript@5.9.2__}/node_modules/tailwind-variants/dist/chunk-I2QGXAA3.es.js +0 -0
- /package/dist/node_modules/.pnpm/{use-callback-ref@1.3.3_@types_react@18.3.3_react@18.3.1 → use-callback-ref@1.3.3_@types_react@18.3.24_react@18.3.1}/node_modules/use-callback-ref/dist/es2015/assignRef.es.js +0 -0
- /package/dist/node_modules/.pnpm/{use-callback-ref@1.3.3_@types_react@18.3.3_react@18.3.1 → use-callback-ref@1.3.3_@types_react@18.3.24_react@18.3.1}/node_modules/use-callback-ref/dist/es2015/useMergeRef.es.js +0 -0
- /package/dist/node_modules/.pnpm/{use-callback-ref@1.3.3_@types_react@18.3.3_react@18.3.1 → use-callback-ref@1.3.3_@types_react@18.3.24_react@18.3.1}/node_modules/use-callback-ref/dist/es2015/useRef.es.js +0 -0
- /package/dist/node_modules/.pnpm/{use-sidecar@1.1.3_@types_react@18.3.3_react@18.3.1 → use-sidecar@1.1.3_@types_react@18.3.24_react@18.3.1}/node_modules/use-sidecar/dist/es2015/exports.es.js +0 -0
- /package/dist/node_modules/.pnpm/{use-sidecar@1.1.3_@types_react@18.3.3_react@18.3.1 → use-sidecar@1.1.3_@types_react@18.3.24_react@18.3.1}/node_modules/use-sidecar/dist/es2015/medium.es.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomFloatingButton.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/CustomFloatingButton.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { TextStyles, type UseVirtualFloatingOptions, flip, offset, useEditorRef } from '@frontify/fondue';\nimport { createPortal } from 'react-dom';\n\nimport { BlockStyles } from '../../../../../RichTextEditor/plugins/styles';\nimport { useFloatingButtonEdit, useFloatingButtonInsert, useFloatingButtonSelectors } from '../FloatingButton';\n\nimport { EditModal } from './EditButtonModal/EditModal';\nimport { InsertButtonModal } from './InsertButtonModal/InsertButtonModal';\n\nconst floatingOptions: UseVirtualFloatingOptions = {\n placement: 'bottom-start',\n strategy: 'absolute',\n middleware: [\n offset(12),\n flip({\n padding: 12,\n fallbackPlacements: ['bottom-end', 'top-start', 'top-end'],\n }),\n ],\n};\n\nexport const CustomFloatingButton = () => {\n const { ref: insertRef, ...insertProps } = useFloatingButtonInsert(floatingOptions);\n const { ref: editRef, ...editProps } = useFloatingButtonEdit(floatingOptions);\n const editor = useEditorRef();\n const state = useFloatingButtonSelectors();\n const isOpen = state.isOpen(editor.id);\n const isEditing = state.isEditing();\n const mode = state.mode();\n\n const input = <InsertButtonModal />;\n const editContent = isEditing ? input : <EditModal />;\n\n return (\n <>\n {isOpen &&\n mode === 'insert' &&\n createPortal(\n <div\n data-is-underlay\n ref={insertRef}\n {...insertProps}\n style={{ ...insertProps.style, ...BlockStyles[TextStyles.p] }}\n >\n {input}\n </div>,\n document.body,\n )}\n\n {isOpen &&\n mode === 'edit' &&\n createPortal(\n <div\n data-is-underlay\n ref={editRef}\n {...editProps}\n style={{ ...editProps.style, ...BlockStyles[TextStyles.p] }}\n >\n {editContent}\n </div>,\n document.body,\n )}\n </>\n );\n};\n"],"names":["floatingOptions","offset","flip","CustomFloatingButton","insertRef","insertProps","useFloatingButtonInsert","editRef","editProps","useFloatingButtonEdit","editor","useEditorRef","state","useFloatingButtonSelectors","isOpen","isEditing","mode","input","InsertButtonModal","editContent","jsx","EditModal","jsxs","Fragment","createPortal","BlockStyles","TextStyles"],"mappings":";;;;;;;;;AAWA,MAAMA,IAA6C;AAAA,EAC/C,WAAW;AAAA,EACX,UAAU;AAAA,EACV,YAAY;AAAA,IACRC,EAAO,EAAE;AAAA,IACTC,EAAK;AAAA,MACD,SAAS;AAAA,MACT,oBAAoB,CAAC,cAAc,aAAa,SAAS;AAAA,IAAA,CAC5D;AAAA,
|
|
1
|
+
{"version":3,"file":"CustomFloatingButton.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/CustomFloatingButton.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { TextStyles, type UseVirtualFloatingOptions, flip, offset, useEditorRef } from '@frontify/fondue';\nimport { createPortal } from 'react-dom';\n\nimport { BlockStyles } from '../../../../../RichTextEditor/plugins/styles';\nimport { useFloatingButtonEdit, useFloatingButtonInsert, useFloatingButtonSelectors } from '../FloatingButton';\n\nimport { EditModal } from './EditButtonModal/EditModal';\nimport { InsertButtonModal } from './InsertButtonModal/InsertButtonModal';\n\nconst floatingOptions: UseVirtualFloatingOptions = {\n placement: 'bottom-start',\n strategy: 'absolute',\n middleware: [\n offset(12),\n flip({\n padding: 12,\n fallbackPlacements: ['bottom-end', 'top-start', 'top-end'],\n }),\n ],\n};\n\nexport const CustomFloatingButton = () => {\n const { ref: insertRef, ...insertProps } = useFloatingButtonInsert(floatingOptions);\n const { ref: editRef, ...editProps } = useFloatingButtonEdit(floatingOptions);\n const editor = useEditorRef();\n const state = useFloatingButtonSelectors();\n const isOpen = state.isOpen(editor.id);\n const isEditing = state.isEditing();\n const mode = state.mode();\n\n const input = <InsertButtonModal />;\n const editContent = isEditing ? input : <EditModal />;\n\n return (\n <>\n {isOpen &&\n mode === 'insert' &&\n createPortal(\n <div\n data-is-underlay\n ref={insertRef}\n {...insertProps}\n style={{ ...insertProps.style, ...BlockStyles[TextStyles.p] }}\n >\n {input}\n </div>,\n document.body,\n )}\n\n {isOpen &&\n mode === 'edit' &&\n createPortal(\n <div\n data-is-underlay\n ref={editRef}\n {...editProps}\n style={{ ...editProps.style, ...BlockStyles[TextStyles.p] }}\n >\n {editContent}\n </div>,\n document.body,\n )}\n </>\n );\n};\n"],"names":["floatingOptions","offset","flip","CustomFloatingButton","insertRef","insertProps","useFloatingButtonInsert","editRef","editProps","useFloatingButtonEdit","editor","useEditorRef","state","useFloatingButtonSelectors","isOpen","isEditing","mode","input","InsertButtonModal","editContent","jsx","EditModal","jsxs","Fragment","createPortal","BlockStyles","TextStyles"],"mappings":";;;;;;;;;AAWA,MAAMA,IAA6C;AAAA,EAC/C,WAAW;AAAA,EACX,UAAU;AAAA,EACV,YAAY;AAAA,IACRC,EAAO,EAAE;AAAA,IACTC,EAAK;AAAA,MACD,SAAS;AAAA,MACT,oBAAoB,CAAC,cAAc,aAAa,SAAS;AAAA,IAAA,CAC5D;AAAA,EAAA;AAET,GAEaC,IAAuB,MAAM;AACtC,QAAM,EAAE,KAAKC,GAAW,GAAGC,EAAA,IAAgBC,EAAwBN,CAAe,GAC5E,EAAE,KAAKO,GAAS,GAAGC,EAAA,IAAcC,EAAsBT,CAAe,GACtEU,IAASC,EAAA,GACTC,IAAQC,EAAA,GACRC,IAASF,EAAM,OAAOF,EAAO,EAAE,GAC/BK,IAAYH,EAAM,UAAA,GAClBI,IAAOJ,EAAM,KAAA,GAEbK,sBAASC,GAAA,EAAkB,GAC3BC,IAAcJ,IAAYE,IAAQ,gBAAAG,EAACC,GAAA,CAAA,CAAU;AAEnD,SACI,gBAAAC,EAAAC,GAAA,EACK,UAAA;AAAA,IAAAT,KACGE,MAAS,YACTQ;AAAA,MACI,gBAAAJ;AAAA,QAAC;AAAA,QAAA;AAAA,UACG,oBAAgB;AAAA,UAChB,KAAKhB;AAAA,UACJ,GAAGC;AAAA,UACJ,OAAO,EAAE,GAAGA,EAAY,OAAO,GAAGoB,EAAYC,EAAW,CAAC,EAAA;AAAA,UAEzD,UAAAT;AAAA,QAAA;AAAA,MAAA;AAAA,MAEL,SAAS;AAAA,IAAA;AAAA,IAGhBH,KACGE,MAAS,UACTQ;AAAA,MACI,gBAAAJ;AAAA,QAAC;AAAA,QAAA;AAAA,UACG,oBAAgB;AAAA,UAChB,KAAKb;AAAA,UACJ,GAAGC;AAAA,UACJ,OAAO,EAAE,GAAGA,EAAU,OAAO,GAAGiB,EAAYC,EAAW,CAAC,EAAA;AAAA,UAEvD,UAAAP;AAAA,QAAA;AAAA,MAAA;AAAA,MAEL,SAAS;AAAA,IAAA;AAAA,EACb,GACR;AAER;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t, jsxs as e } from "react/jsx-runtime";
|
|
2
|
-
import { useEditorRef as n, FloatingModalWrapper as i, IconPen16 as a,
|
|
2
|
+
import { useEditorRef as n, FloatingModalWrapper as i, IconPen16 as a, IconTrashBin16 as l, focusEditor as d } from "@frontify/fondue";
|
|
3
3
|
import { LINK_PLUGIN as s } from "../../../../LinkPlugin/id.es.js";
|
|
4
4
|
import { BlockStyles as c } from "../../../../styles.es.js";
|
|
5
5
|
import { floatingButtonSelectors as r } from "../floatingButtonStore.es.js";
|
|
@@ -37,12 +37,12 @@ const k = () => {
|
|
|
37
37
|
"button",
|
|
38
38
|
{
|
|
39
39
|
onClick: () => {
|
|
40
|
-
p(o),
|
|
40
|
+
p(o), d(o, o.selection ?? void 0);
|
|
41
41
|
},
|
|
42
42
|
tabIndex: 0,
|
|
43
43
|
"data-test-id": "remove-button-button",
|
|
44
44
|
className: "tw-transition tw-cursor-pointer tw-rounded hover:tw-bg-black-10 tw-p-1",
|
|
45
|
-
children: /* @__PURE__ */ t(
|
|
45
|
+
children: /* @__PURE__ */ t(l, {})
|
|
46
46
|
}
|
|
47
47
|
)
|
|
48
48
|
] })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditModal.es.js","sources":["../../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/EditButtonModal/EditModal.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { FloatingModalWrapper, IconPen16, IconTrashBin16, focusEditor, useEditorRef } from '@frontify/fondue';\n\nimport { LINK_PLUGIN } from '../../../../LinkPlugin/id';\nimport { BlockStyles } from '../../../../styles';\nimport { unwrapButton } from '../../../transforms';\nimport { triggerFloatingButtonEdit } from '../../../utils';\nimport { floatingButtonSelectors } from '../floatingButtonStore';\n\nexport const EditModal = () => {\n const editor = useEditorRef();\n return (\n <FloatingModalWrapper padding=\"16px\" minWidth=\"400px\" data-test-id=\"floating-button-edit\">\n <span data-test-id=\"preview-button-flyout\" className=\"tw-flex tw-justify-between tw-items-center tw-gap-2\">\n <a\n data-test-id=\"floating-button-edit-url\"\n href={floatingButtonSelectors.url()}\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n style={BlockStyles[LINK_PLUGIN]}\n className=\"tw-break-all\"\n >\n {floatingButtonSelectors.url()}\n </a>\n <span className=\"tw-flex tw-gap-2\">\n <button\n onClick={() => {\n triggerFloatingButtonEdit(editor);\n }}\n tabIndex={0}\n data-test-id=\"edit-button-button\"\n className=\"tw-transition tw-cursor-pointer tw-rounded hover:tw-bg-black-10 tw-p-1\"\n >\n <IconPen16 />\n </button>\n\n <button\n onClick={() => {\n unwrapButton(editor);\n focusEditor(editor, editor.selection ?? undefined);\n }}\n tabIndex={0}\n data-test-id=\"remove-button-button\"\n className=\"tw-transition tw-cursor-pointer tw-rounded hover:tw-bg-black-10 tw-p-1\"\n >\n <IconTrashBin16 />\n </button>\n </span>\n </span>\n </FloatingModalWrapper>\n );\n};\n"],"names":["EditModal","editor","useEditorRef","jsx","FloatingModalWrapper","jsxs","floatingButtonSelectors","BlockStyles","LINK_PLUGIN","triggerFloatingButtonEdit","IconPen16","unwrapButton","focusEditor","IconTrashBin16"],"mappings":";;;;;;;AAUO,MAAMA,IAAY,MAAM;AAC3B,QAAMC,IAASC;AACf,
|
|
1
|
+
{"version":3,"file":"EditModal.es.js","sources":["../../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/EditButtonModal/EditModal.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { FloatingModalWrapper, IconPen16, IconTrashBin16, focusEditor, useEditorRef } from '@frontify/fondue';\n\nimport { LINK_PLUGIN } from '../../../../LinkPlugin/id';\nimport { BlockStyles } from '../../../../styles';\nimport { unwrapButton } from '../../../transforms';\nimport { triggerFloatingButtonEdit } from '../../../utils';\nimport { floatingButtonSelectors } from '../floatingButtonStore';\n\nexport const EditModal = () => {\n const editor = useEditorRef();\n return (\n <FloatingModalWrapper padding=\"16px\" minWidth=\"400px\" data-test-id=\"floating-button-edit\">\n <span data-test-id=\"preview-button-flyout\" className=\"tw-flex tw-justify-between tw-items-center tw-gap-2\">\n <a\n data-test-id=\"floating-button-edit-url\"\n href={floatingButtonSelectors.url()}\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n style={BlockStyles[LINK_PLUGIN]}\n className=\"tw-break-all\"\n >\n {floatingButtonSelectors.url()}\n </a>\n <span className=\"tw-flex tw-gap-2\">\n <button\n onClick={() => {\n triggerFloatingButtonEdit(editor);\n }}\n tabIndex={0}\n data-test-id=\"edit-button-button\"\n className=\"tw-transition tw-cursor-pointer tw-rounded hover:tw-bg-black-10 tw-p-1\"\n >\n <IconPen16 />\n </button>\n\n <button\n onClick={() => {\n unwrapButton(editor);\n focusEditor(editor, editor.selection ?? undefined);\n }}\n tabIndex={0}\n data-test-id=\"remove-button-button\"\n className=\"tw-transition tw-cursor-pointer tw-rounded hover:tw-bg-black-10 tw-p-1\"\n >\n <IconTrashBin16 />\n </button>\n </span>\n </span>\n </FloatingModalWrapper>\n );\n};\n"],"names":["EditModal","editor","useEditorRef","jsx","FloatingModalWrapper","jsxs","floatingButtonSelectors","BlockStyles","LINK_PLUGIN","triggerFloatingButtonEdit","IconPen16","unwrapButton","focusEditor","IconTrashBin16"],"mappings":";;;;;;;AAUO,MAAMA,IAAY,MAAM;AAC3B,QAAMC,IAASC,EAAA;AACf,SACI,gBAAAC,EAACC,GAAA,EAAqB,SAAQ,QAAO,UAAS,SAAQ,gBAAa,wBAC/D,UAAA,gBAAAC,EAAC,QAAA,EAAK,gBAAa,yBAAwB,WAAU,uDACjD,UAAA;AAAA,IAAA,gBAAAF;AAAA,MAAC;AAAA,MAAA;AAAA,QACG,gBAAa;AAAA,QACb,MAAMG,EAAwB,IAAA;AAAA,QAC9B,QAAO;AAAA,QACP,KAAI;AAAA,QACJ,OAAOC,EAAYC,CAAW;AAAA,QAC9B,WAAU;AAAA,QAET,YAAwB,IAAA;AAAA,MAAI;AAAA,IAAA;AAAA,IAEjC,gBAAAH,EAAC,QAAA,EAAK,WAAU,oBACZ,UAAA;AAAA,MAAA,gBAAAF;AAAA,QAAC;AAAA,QAAA;AAAA,UACG,SAAS,MAAM;AACX,YAAAM,EAA0BR,CAAM;AAAA,UACpC;AAAA,UACA,UAAU;AAAA,UACV,gBAAa;AAAA,UACb,WAAU;AAAA,UAEV,4BAACS,GAAA,CAAA,CAAU;AAAA,QAAA;AAAA,MAAA;AAAA,MAGf,gBAAAP;AAAA,QAAC;AAAA,QAAA;AAAA,UACG,SAAS,MAAM;AACX,YAAAQ,EAAaV,CAAM,GACnBW,EAAYX,GAAQA,EAAO,aAAa,MAAS;AAAA,UACrD;AAAA,UACA,UAAU;AAAA,UACV,gBAAa;AAAA,UACb,WAAU;AAAA,UAEV,4BAACY,GAAA,CAAA,CAAe;AAAA,QAAA;AAAA,MAAA;AAAA,IACpB,EAAA,CACJ;AAAA,EAAA,EAAA,CACJ,EAAA,CACJ;AAER;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsertButtonModal.es.js","sources":["../../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/InsertButtonModal/InsertButtonModal.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { FormControl } from '@frontify/fondue';\nimport { type CSSProperties, type ReactElement, type ReactNode, useState } from 'react';\n\nimport { InsertModal } from '../../../../LinkPlugin/FloatingLink/InsertLinkModal/InsertModal';\nimport { BlockStyles } from '../../../../styles';\n\nimport { useInsertModal } from './useInsertModal';\n\nexport const InsertButtonModal = () => {\n const modalProps = useInsertModal();\n const { state, onButtonStyleChange } = modalProps;\n\n return (\n <InsertModal {...modalProps} testId=\"floating-button-insert\">\n <div className=\"tw-pt-5\">\n <FormControl\n label={{\n children: 'Button Style',\n htmlFor: 'buttonStyle',\n required: true,\n }}\n >\n <HoverableButton\n id=\"primary\"\n styles={BlockStyles.buttonPrimary}\n isActive={state.buttonStyle === 'primary'}\n onClick={() => onButtonStyleChange('primary')}\n >\n {state.text || 'Primary Button'}\n </HoverableButton>\n\n <HoverableButton\n id=\"secondary\"\n styles={BlockStyles.buttonSecondary}\n isActive={state.buttonStyle === 'secondary'}\n onClick={() => onButtonStyleChange('secondary')}\n >\n {state.text || 'Secondary Button'}\n </HoverableButton>\n\n <HoverableButton\n id=\"tertiary\"\n styles={BlockStyles.buttonTertiary}\n isActive={state.buttonStyle === 'tertiary'}\n onClick={() => onButtonStyleChange('tertiary')}\n >\n {state.text || 'Tertiary Button'}\n </HoverableButton>\n </FormControl>\n </div>\n </InsertModal>\n );\n};\n\ntype Props = {\n id: string;\n styles?: CSSProperties & { hover?: CSSProperties };\n isActive: boolean;\n onClick: () => void;\n children: ReactNode;\n};\n\nconst HoverableButton = ({ id, styles, isActive, onClick, children }: Props): ReactElement => {\n const [hovered, setHovered] = useState(false);\n const getStyles = () => (styles && styles.hover && hovered ? { ...styles, ...styles.hover } : styles);\n\n return (\n <button\n data-test-id={`floating-button-insert-${id}`}\n onMouseEnter={() => setHovered(true)}\n onMouseLeave={() => setHovered(false)}\n onClick={onClick}\n style={{ ...getStyles(), marginTop: 0, marginBottom: 0 }}\n className={\n isActive ? 'tw-outline tw-outline-1 tw-outline-violet-60 tw-outline-offset-2 tw-w-fit' : 'tw-w-fit'\n }\n >\n {children}\n </button>\n );\n};\n"],"names":["InsertButtonModal","modalProps","useInsertModal","state","onButtonStyleChange","jsx","InsertModal","jsxs","FormControl","HoverableButton","BlockStyles","id","styles","isActive","onClick","children","hovered","setHovered","useState","getStyles"],"mappings":";;;;;;AAUO,MAAMA,IAAoB,MAAM;AACnC,QAAMC,IAAaC,
|
|
1
|
+
{"version":3,"file":"InsertButtonModal.es.js","sources":["../../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/InsertButtonModal/InsertButtonModal.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { FormControl } from '@frontify/fondue';\nimport { type CSSProperties, type ReactElement, type ReactNode, useState } from 'react';\n\nimport { InsertModal } from '../../../../LinkPlugin/FloatingLink/InsertLinkModal/InsertModal';\nimport { BlockStyles } from '../../../../styles';\n\nimport { useInsertModal } from './useInsertModal';\n\nexport const InsertButtonModal = () => {\n const modalProps = useInsertModal();\n const { state, onButtonStyleChange } = modalProps;\n\n return (\n <InsertModal {...modalProps} testId=\"floating-button-insert\">\n <div className=\"tw-pt-5\">\n <FormControl\n label={{\n children: 'Button Style',\n htmlFor: 'buttonStyle',\n required: true,\n }}\n >\n <HoverableButton\n id=\"primary\"\n styles={BlockStyles.buttonPrimary}\n isActive={state.buttonStyle === 'primary'}\n onClick={() => onButtonStyleChange('primary')}\n >\n {state.text || 'Primary Button'}\n </HoverableButton>\n\n <HoverableButton\n id=\"secondary\"\n styles={BlockStyles.buttonSecondary}\n isActive={state.buttonStyle === 'secondary'}\n onClick={() => onButtonStyleChange('secondary')}\n >\n {state.text || 'Secondary Button'}\n </HoverableButton>\n\n <HoverableButton\n id=\"tertiary\"\n styles={BlockStyles.buttonTertiary}\n isActive={state.buttonStyle === 'tertiary'}\n onClick={() => onButtonStyleChange('tertiary')}\n >\n {state.text || 'Tertiary Button'}\n </HoverableButton>\n </FormControl>\n </div>\n </InsertModal>\n );\n};\n\ntype Props = {\n id: string;\n styles?: CSSProperties & { hover?: CSSProperties };\n isActive: boolean;\n onClick: () => void;\n children: ReactNode;\n};\n\nconst HoverableButton = ({ id, styles, isActive, onClick, children }: Props): ReactElement => {\n const [hovered, setHovered] = useState(false);\n const getStyles = () => (styles && styles.hover && hovered ? { ...styles, ...styles.hover } : styles);\n\n return (\n <button\n data-test-id={`floating-button-insert-${id}`}\n onMouseEnter={() => setHovered(true)}\n onMouseLeave={() => setHovered(false)}\n onClick={onClick}\n style={{ ...getStyles(), marginTop: 0, marginBottom: 0 }}\n className={\n isActive ? 'tw-outline tw-outline-1 tw-outline-violet-60 tw-outline-offset-2 tw-w-fit' : 'tw-w-fit'\n }\n >\n {children}\n </button>\n );\n};\n"],"names":["InsertButtonModal","modalProps","useInsertModal","state","onButtonStyleChange","jsx","InsertModal","jsxs","FormControl","HoverableButton","BlockStyles","id","styles","isActive","onClick","children","hovered","setHovered","useState","getStyles"],"mappings":";;;;;;AAUO,MAAMA,IAAoB,MAAM;AACnC,QAAMC,IAAaC,EAAA,GACb,EAAE,OAAAC,GAAO,qBAAAC,EAAA,IAAwBH;AAEvC,SACI,gBAAAI,EAACC,KAAa,GAAGL,GAAY,QAAO,0BAChC,UAAA,gBAAAI,EAAC,OAAA,EAAI,WAAU,WACX,UAAA,gBAAAE;AAAA,IAACC;AAAA,IAAA;AAAA,MACG,OAAO;AAAA,QACH,UAAU;AAAA,QACV,SAAS;AAAA,QACT,UAAU;AAAA,MAAA;AAAA,MAGd,UAAA;AAAA,QAAA,gBAAAH;AAAA,UAACI;AAAA,UAAA;AAAA,YACG,IAAG;AAAA,YACH,QAAQC,EAAY;AAAA,YACpB,UAAUP,EAAM,gBAAgB;AAAA,YAChC,SAAS,MAAMC,EAAoB,SAAS;AAAA,YAE3C,YAAM,QAAQ;AAAA,UAAA;AAAA,QAAA;AAAA,QAGnB,gBAAAC;AAAA,UAACI;AAAA,UAAA;AAAA,YACG,IAAG;AAAA,YACH,QAAQC,EAAY;AAAA,YACpB,UAAUP,EAAM,gBAAgB;AAAA,YAChC,SAAS,MAAMC,EAAoB,WAAW;AAAA,YAE7C,YAAM,QAAQ;AAAA,UAAA;AAAA,QAAA;AAAA,QAGnB,gBAAAC;AAAA,UAACI;AAAA,UAAA;AAAA,YACG,IAAG;AAAA,YACH,QAAQC,EAAY;AAAA,YACpB,UAAUP,EAAM,gBAAgB;AAAA,YAChC,SAAS,MAAMC,EAAoB,UAAU;AAAA,YAE5C,YAAM,QAAQ;AAAA,UAAA;AAAA,QAAA;AAAA,MACnB;AAAA,IAAA;AAAA,EAAA,GAER,EAAA,CACJ;AAER,GAUMK,IAAkB,CAAC,EAAE,IAAAE,GAAI,QAAAC,GAAQ,UAAAC,GAAU,SAAAC,GAAS,UAAAC,QAAoC;AAC1F,QAAM,CAACC,GAASC,CAAU,IAAIC,EAAS,EAAK,GACtCC,IAAY,MAAOP,KAAUA,EAAO,SAASI,IAAU,EAAE,GAAGJ,GAAQ,GAAGA,EAAO,MAAA,IAAUA;AAE9F,SACI,gBAAAP;AAAA,IAAC;AAAA,IAAA;AAAA,MACG,gBAAc,0BAA0BM,CAAE;AAAA,MAC1C,cAAc,MAAMM,EAAW,EAAI;AAAA,MACnC,cAAc,MAAMA,EAAW,EAAK;AAAA,MACpC,SAAAH;AAAA,MACA,OAAO,EAAE,GAAGK,EAAA,GAAa,WAAW,GAAG,cAAc,EAAA;AAAA,MACrD,WACIN,IAAW,8EAA8E;AAAA,MAG5F,UAAAE;AAAA,IAAA;AAAA,EAAA;AAGb;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useInsertModal.es.js","sources":["../../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/InsertButtonModal/useInsertModal.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type AppBridgeBlock } from '@frontify/app-bridge';\nimport { getPluginOptions, useEditorRef, useHotkeys } from '@frontify/fondue';\nimport { type Dispatch, type Reducer, useEffect, useReducer } from 'react';\n\nimport { addHttps } from '../../../../../../../helpers';\nimport { isValidUrlOrEmpty } from '../../../../../../Link/utils/url';\nimport { ELEMENT_BUTTON } from '../../../createButtonPlugin';\nimport { submitFloatingButton } from '../../../transforms/submitFloatingButton';\nimport { type RichTextButtonStyle } from '../../../types';\nimport { getButtonStyle } from '../../../utils/getButtonStyle';\nimport { floatingButtonActions, floatingButtonSelectors } from '../floatingButtonStore';\n\nimport { type InsertModalDispatchType, type InsertModalStateProps } from './types';\n\nconst initialState: InsertModalStateProps = {\n url: '',\n text: '',\n buttonStyle: 'primary',\n newTab: false,\n};\n\nexport const InsertModalState = (): [InsertModalStateProps, Dispatch<InsertModalDispatchType>] => {\n const [state, dispatch] = useReducer<Reducer<InsertModalStateProps, InsertModalDispatchType>>((state, action) => {\n const { type, payload } = action;\n\n switch (type) {\n case 'NEW_TAB':\n return {\n ...state,\n newTab: true,\n };\n case 'SAME_TAB':\n return {\n ...state,\n newTab: false,\n };\n case 'URL':\n case 'TEXT':\n case 'BUTTON_STYLE':\n case 'INIT':\n return {\n ...state,\n ...payload,\n };\n default:\n return state;\n }\n }, initialState);\n\n return [state, dispatch];\n};\n\nexport const useInsertModal = () => {\n const editor = useEditorRef();\n const [state, dispatch] = InsertModalState();\n\n useEffect(() => {\n const buttonStyle = getButtonStyle(editor);\n\n dispatch({\n type: 'INIT',\n payload: {\n text: floatingButtonSelectors.text() || floatingButtonSelectors.url(),\n buttonStyle,\n newTab: !!floatingButtonSelectors.newTab(),\n url: floatingButtonSelectors.url(),\n },\n });\n }, [dispatch, editor]);\n\n const onTextChange = (value: string) => {\n dispatch({\n type: 'TEXT',\n payload: { text: value },\n });\n };\n\n const onButtonStyleChange = (value: RichTextButtonStyle) => {\n dispatch({\n type: 'BUTTON_STYLE',\n payload: { buttonStyle: value },\n });\n };\n\n const onUrlChange = (value: string) => {\n dispatch({\n type: 'URL',\n payload: { url: value },\n });\n };\n\n const onToggleTab = (checked: boolean) => {\n checked ? dispatch({ type: 'NEW_TAB' }) : dispatch({ type: 'SAME_TAB' });\n };\n\n const onCancel = () => {\n floatingButtonActions.reset();\n };\n\n const onSave = (event: React.MouseEvent<HTMLButtonElement, MouseEvent> | KeyboardEvent | undefined) => {\n if (!isValidUrlOrEmpty(state.url) || !hasValues) {\n return;\n }\n\n const urlToSave = addHttps(state.url);\n\n floatingButtonActions.text(state.text);\n floatingButtonActions.url(urlToSave);\n floatingButtonActions.buttonStyle(state.buttonStyle);\n floatingButtonActions.newTab(state.newTab);\n\n if (submitFloatingButton(editor)) {\n event?.preventDefault();\n }\n };\n\n const hasValues = state.url !== '' && state.text !== '';\n\n const { appBridge } = getPluginOptions<{ appBridge: AppBridgeBlock }>(editor, ELEMENT_BUTTON);\n\n useHotkeys(\n 'enter',\n onSave,\n {\n enableOnFormTags: ['INPUT'],\n },\n [],\n );\n\n return {\n state,\n onTextChange,\n onButtonStyleChange,\n onUrlChange,\n onToggleTab,\n onCancel,\n onSave,\n hasValues,\n isValidUrlOrEmpty,\n appBridge,\n };\n};\n"],"names":["initialState","InsertModalState","state","dispatch","useReducer","action","type","payload","useInsertModal","editor","useEditorRef","useEffect","buttonStyle","getButtonStyle","floatingButtonSelectors","onTextChange","value","onButtonStyleChange","onUrlChange","onToggleTab","checked","onCancel","floatingButtonActions","onSave","event","isValidUrlOrEmpty","hasValues","urlToSave","addHttps","submitFloatingButton","appBridge","getPluginOptions","ELEMENT_BUTTON","useHotkeys"],"mappings":";;;;;;;;AAgBA,MAAMA,IAAsC;AAAA,EACxC,KAAK;AAAA,EACL,MAAM;AAAA,EACN,aAAa;AAAA,EACb,QAAQ;AACZ,GAEaC,IAAmB,MAAkE;AAC9F,QAAM,CAACC,GAAOC,CAAQ,IAAIC,EAAoE,CAACF,GAAOG,MAAW;
|
|
1
|
+
{"version":3,"file":"useInsertModal.es.js","sources":["../../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/InsertButtonModal/useInsertModal.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type AppBridgeBlock } from '@frontify/app-bridge';\nimport { getPluginOptions, useEditorRef, useHotkeys } from '@frontify/fondue';\nimport { type Dispatch, type Reducer, useEffect, useReducer } from 'react';\n\nimport { addHttps } from '../../../../../../../helpers';\nimport { isValidUrlOrEmpty } from '../../../../../../Link/utils/url';\nimport { ELEMENT_BUTTON } from '../../../createButtonPlugin';\nimport { submitFloatingButton } from '../../../transforms/submitFloatingButton';\nimport { type RichTextButtonStyle } from '../../../types';\nimport { getButtonStyle } from '../../../utils/getButtonStyle';\nimport { floatingButtonActions, floatingButtonSelectors } from '../floatingButtonStore';\n\nimport { type InsertModalDispatchType, type InsertModalStateProps } from './types';\n\nconst initialState: InsertModalStateProps = {\n url: '',\n text: '',\n buttonStyle: 'primary',\n newTab: false,\n};\n\nexport const InsertModalState = (): [InsertModalStateProps, Dispatch<InsertModalDispatchType>] => {\n const [state, dispatch] = useReducer<Reducer<InsertModalStateProps, InsertModalDispatchType>>((state, action) => {\n const { type, payload } = action;\n\n switch (type) {\n case 'NEW_TAB':\n return {\n ...state,\n newTab: true,\n };\n case 'SAME_TAB':\n return {\n ...state,\n newTab: false,\n };\n case 'URL':\n case 'TEXT':\n case 'BUTTON_STYLE':\n case 'INIT':\n return {\n ...state,\n ...payload,\n };\n default:\n return state;\n }\n }, initialState);\n\n return [state, dispatch];\n};\n\nexport const useInsertModal = () => {\n const editor = useEditorRef();\n const [state, dispatch] = InsertModalState();\n\n useEffect(() => {\n const buttonStyle = getButtonStyle(editor);\n\n dispatch({\n type: 'INIT',\n payload: {\n text: floatingButtonSelectors.text() || floatingButtonSelectors.url(),\n buttonStyle,\n newTab: !!floatingButtonSelectors.newTab(),\n url: floatingButtonSelectors.url(),\n },\n });\n }, [dispatch, editor]);\n\n const onTextChange = (value: string) => {\n dispatch({\n type: 'TEXT',\n payload: { text: value },\n });\n };\n\n const onButtonStyleChange = (value: RichTextButtonStyle) => {\n dispatch({\n type: 'BUTTON_STYLE',\n payload: { buttonStyle: value },\n });\n };\n\n const onUrlChange = (value: string) => {\n dispatch({\n type: 'URL',\n payload: { url: value },\n });\n };\n\n const onToggleTab = (checked: boolean) => {\n checked ? dispatch({ type: 'NEW_TAB' }) : dispatch({ type: 'SAME_TAB' });\n };\n\n const onCancel = () => {\n floatingButtonActions.reset();\n };\n\n const onSave = (event: React.MouseEvent<HTMLButtonElement, MouseEvent> | KeyboardEvent | undefined) => {\n if (!isValidUrlOrEmpty(state.url) || !hasValues) {\n return;\n }\n\n const urlToSave = addHttps(state.url);\n\n floatingButtonActions.text(state.text);\n floatingButtonActions.url(urlToSave);\n floatingButtonActions.buttonStyle(state.buttonStyle);\n floatingButtonActions.newTab(state.newTab);\n\n if (submitFloatingButton(editor)) {\n event?.preventDefault();\n }\n };\n\n const hasValues = state.url !== '' && state.text !== '';\n\n const { appBridge } = getPluginOptions<{ appBridge: AppBridgeBlock }>(editor, ELEMENT_BUTTON);\n\n useHotkeys(\n 'enter',\n onSave,\n {\n enableOnFormTags: ['INPUT'],\n },\n [],\n );\n\n return {\n state,\n onTextChange,\n onButtonStyleChange,\n onUrlChange,\n onToggleTab,\n onCancel,\n onSave,\n hasValues,\n isValidUrlOrEmpty,\n appBridge,\n };\n};\n"],"names":["initialState","InsertModalState","state","dispatch","useReducer","action","type","payload","useInsertModal","editor","useEditorRef","useEffect","buttonStyle","getButtonStyle","floatingButtonSelectors","onTextChange","value","onButtonStyleChange","onUrlChange","onToggleTab","checked","onCancel","floatingButtonActions","onSave","event","isValidUrlOrEmpty","hasValues","urlToSave","addHttps","submitFloatingButton","appBridge","getPluginOptions","ELEMENT_BUTTON","useHotkeys"],"mappings":";;;;;;;;AAgBA,MAAMA,IAAsC;AAAA,EACxC,KAAK;AAAA,EACL,MAAM;AAAA,EACN,aAAa;AAAA,EACb,QAAQ;AACZ,GAEaC,IAAmB,MAAkE;AAC9F,QAAM,CAACC,GAAOC,CAAQ,IAAIC,EAAoE,CAACF,GAAOG,MAAW;AAC7G,UAAM,EAAE,MAAAC,GAAM,SAAAC,EAAA,IAAYF;AAE1B,YAAQC,GAAA;AAAA,MACJ,KAAK;AACD,eAAO;AAAA,UACH,GAAGJ;AAAAA,UACH,QAAQ;AAAA,QAAA;AAAA,MAEhB,KAAK;AACD,eAAO;AAAA,UACH,GAAGA;AAAAA,UACH,QAAQ;AAAA,QAAA;AAAA,MAEhB,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACD,eAAO;AAAA,UACH,GAAGA;AAAAA,UACH,GAAGK;AAAA,QAAA;AAAA,MAEX;AACI,eAAOL;AAAAA,IAAA;AAAA,EAEnB,GAAGF,CAAY;AAEf,SAAO,CAACE,GAAOC,CAAQ;AAC3B,GAEaK,IAAiB,MAAM;AAChC,QAAMC,IAASC,EAAA,GACT,CAACR,GAAOC,CAAQ,IAAIF,EAAA;AAE1B,EAAAU,EAAU,MAAM;AACZ,UAAMC,IAAcC,EAAeJ,CAAM;AAEzC,IAAAN,EAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS;AAAA,QACL,MAAMW,EAAwB,UAAUA,EAAwB,IAAA;AAAA,QAChE,aAAAF;AAAA,QACA,QAAQ,CAAC,CAACE,EAAwB,OAAA;AAAA,QAClC,KAAKA,EAAwB,IAAA;AAAA,MAAI;AAAA,IACrC,CACH;AAAA,EACL,GAAG,CAACX,GAAUM,CAAM,CAAC;AAErB,QAAMM,IAAe,CAACC,MAAkB;AACpC,IAAAb,EAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,EAAE,MAAMa,EAAA;AAAA,IAAM,CAC1B;AAAA,EACL,GAEMC,IAAsB,CAACD,MAA+B;AACxD,IAAAb,EAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,EAAE,aAAaa,EAAA;AAAA,IAAM,CACjC;AAAA,EACL,GAEME,IAAc,CAACF,MAAkB;AACnC,IAAAb,EAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,EAAE,KAAKa,EAAA;AAAA,IAAM,CACzB;AAAA,EACL,GAEMG,IAAc,CAACC,MAAqB;AACtC,IAAUjB,EAAViB,IAAmB,EAAE,MAAM,UAAA,IAAwB,EAAE,MAAM,YAArB;AAAA,EAC1C,GAEMC,IAAW,MAAM;AACnB,IAAAC,EAAsB,MAAA;AAAA,EAC1B,GAEMC,IAAS,CAACC,MAAuF;AACnG,QAAI,CAACC,EAAkBvB,EAAM,GAAG,KAAK,CAACwB;AAClC;AAGJ,UAAMC,IAAYC,EAAS1B,EAAM,GAAG;AAEpC,IAAAoB,EAAsB,KAAKpB,EAAM,IAAI,GACrCoB,EAAsB,IAAIK,CAAS,GACnCL,EAAsB,YAAYpB,EAAM,WAAW,GACnDoB,EAAsB,OAAOpB,EAAM,MAAM,GAErC2B,EAAqBpB,CAAM,MAC3Be,KAAA,QAAAA,EAAO;AAAA,EAEf,GAEME,IAAYxB,EAAM,QAAQ,MAAMA,EAAM,SAAS,IAE/C,EAAE,WAAA4B,EAAA,IAAcC,EAAgDtB,GAAQuB,CAAc;AAE5F,SAAAC;AAAA,IACI;AAAA,IACAV;AAAA,IACA;AAAA,MACI,kBAAkB,CAAC,OAAO;AAAA,IAAA;AAAA,IAE9B,CAAA;AAAA,EAAC,GAGE;AAAA,IACH,OAAArB;AAAA,IACA,cAAAa;AAAA,IACA,qBAAAE;AAAA,IACA,aAAAC;AAAA,IACA,aAAAC;AAAA,IACA,UAAAE;AAAA,IACA,QAAAE;AAAA,IACA,WAAAG;AAAA,IACA,mBAAAD;AAAA,IACA,WAAAK;AAAA,EAAA;AAER;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"floatingButtonStore.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/floatingButtonStore.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { createStore } from '@frontify/fondue';\n\nimport { type RichTextButtonStyle } from '../../types';\n\nexport type FloatingButtonMode = '' | 'insert' | 'edit';\n\nexport const floatingButtonStore: any = createStore('floatingButton')({\n openEditorId: null as null | string,\n mouseDown: false,\n updated: false,\n url: '',\n text: '',\n buttonStyle: 'primary' as RichTextButtonStyle,\n newTab: false,\n mode: '' as FloatingButtonMode,\n isEditing: false,\n})\n .extendActions((set) => ({\n reset: () => {\n set.url('');\n set.text('');\n set.buttonStyle('primary');\n set.newTab(false);\n set.mode('');\n set.isEditing(false);\n },\n }))\n .extendActions((set) => ({\n show: (mode: FloatingButtonMode, editorId: string) => {\n set.mode(mode);\n set.isEditing(false);\n set.openEditorId(editorId);\n },\n hide: () => {\n set.reset();\n set.openEditorId(null);\n },\n }))\n .extendSelectors((state) => ({\n isOpen: (editorId: string) => state.openEditorId === editorId,\n }));\n\nexport const floatingButtonActions = floatingButtonStore.set;\nexport const floatingButtonSelectors = floatingButtonStore.get;\nexport const useFloatingButtonSelectors = () => floatingButtonStore.use;\n"],"names":["floatingButtonStore","createStore","set","mode","editorId","state","floatingButtonActions","floatingButtonSelectors","useFloatingButtonSelectors"],"mappings":";
|
|
1
|
+
{"version":3,"file":"floatingButtonStore.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/floatingButtonStore.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { createStore } from '@frontify/fondue';\n\nimport { type RichTextButtonStyle } from '../../types';\n\nexport type FloatingButtonMode = '' | 'insert' | 'edit';\n\nexport const floatingButtonStore: any = createStore('floatingButton')({\n openEditorId: null as null | string,\n mouseDown: false,\n updated: false,\n url: '',\n text: '',\n buttonStyle: 'primary' as RichTextButtonStyle,\n newTab: false,\n mode: '' as FloatingButtonMode,\n isEditing: false,\n})\n .extendActions((set) => ({\n reset: () => {\n set.url('');\n set.text('');\n set.buttonStyle('primary');\n set.newTab(false);\n set.mode('');\n set.isEditing(false);\n },\n }))\n .extendActions((set) => ({\n show: (mode: FloatingButtonMode, editorId: string) => {\n set.mode(mode);\n set.isEditing(false);\n set.openEditorId(editorId);\n },\n hide: () => {\n set.reset();\n set.openEditorId(null);\n },\n }))\n .extendSelectors((state) => ({\n isOpen: (editorId: string) => state.openEditorId === editorId,\n }));\n\nexport const floatingButtonActions = floatingButtonStore.set;\nexport const floatingButtonSelectors = floatingButtonStore.get;\n// eslint-disable-next-line @typescript-eslint/no-unsafe-return\nexport const useFloatingButtonSelectors = () => floatingButtonStore.use;\n"],"names":["floatingButtonStore","createStore","set","mode","editorId","state","floatingButtonActions","floatingButtonSelectors","useFloatingButtonSelectors"],"mappings":";AAQO,MAAMA,IAA2BC,EAAY,gBAAgB,EAAE;AAAA,EAClE,cAAc;AAAA,EACd,WAAW;AAAA,EACX,SAAS;AAAA,EACT,KAAK;AAAA,EACL,MAAM;AAAA,EACN,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,WAAW;AACf,CAAC,EACI,cAAc,CAACC,OAAS;AAAA,EACrB,OAAO,MAAM;AACT,IAAAA,EAAI,IAAI,EAAE,GACVA,EAAI,KAAK,EAAE,GACXA,EAAI,YAAY,SAAS,GACzBA,EAAI,OAAO,EAAK,GAChBA,EAAI,KAAK,EAAE,GACXA,EAAI,UAAU,EAAK;AAAA,EACvB;AACJ,EAAE,EACD,cAAc,CAACA,OAAS;AAAA,EACrB,MAAM,CAACC,GAA0BC,MAAqB;AAClD,IAAAF,EAAI,KAAKC,CAAI,GACbD,EAAI,UAAU,EAAK,GACnBA,EAAI,aAAaE,CAAQ;AAAA,EAC7B;AAAA,EACA,MAAM,MAAM;AACR,IAAAF,EAAI,MAAA,GACJA,EAAI,aAAa,IAAI;AAAA,EACzB;AACJ,EAAE,EACD,gBAAgB,CAACG,OAAW;AAAA,EACzB,QAAQ,CAACD,MAAqBC,EAAM,iBAAiBD;AACzD,EAAE,GAEOE,IAAwBN,EAAoB,KAC5CO,IAA0BP,EAAoB,KAE9CQ,IAA6B,MAAMR,EAAoB;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useEditorRef as y, useEditorVersion as F, getPluginOptions as C, getAboveNode as R, getPluginType as s, getRangeBoundingClientRect as h,
|
|
1
|
+
import { useEditorRef as y, useEditorVersion as F, getPluginOptions as C, getAboveNode as R, getPluginType as s, getRangeBoundingClientRect as h, getEndPoint as O, getStartPoint as b, getDefaultBoundingClientRect as N, someNode as P, useHotkeys as T, useComposedRef as k } from "@frontify/fondue";
|
|
2
2
|
import { useCallback as v, useEffect as S } from "react";
|
|
3
3
|
import { ELEMENT_BUTTON as o } from "../../createButtonPlugin.es.js";
|
|
4
4
|
import { triggerFloatingButtonEdit as x } from "../../utils/triggerFloatingButtonEdit.es.js";
|
|
@@ -15,8 +15,8 @@ const G = (g) => {
|
|
|
15
15
|
if (e) {
|
|
16
16
|
const [, r] = e;
|
|
17
17
|
return h(t, {
|
|
18
|
-
anchor:
|
|
19
|
-
focus:
|
|
18
|
+
anchor: b(t, r),
|
|
19
|
+
focus: O(t, r)
|
|
20
20
|
});
|
|
21
21
|
}
|
|
22
22
|
return N();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useFloatingButtonEdit.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEdit.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport {\n type UseVirtualFloatingOptions,\n getAboveNode,\n getDefaultBoundingClientRect,\n getEndPoint,\n getPluginOptions,\n getPluginType,\n getRangeBoundingClientRect,\n getStartPoint,\n someNode,\n useComposedRef,\n useEditorRef,\n useEditorVersion,\n useHotkeys,\n} from '@frontify/fondue';\nimport { type Ref, useCallback, useEffect } from 'react';\n\nimport { type ButtonPlugin, ELEMENT_BUTTON } from '../../createButtonPlugin';\nimport { getUrlFromEditor } from '../../utils';\nimport { triggerFloatingButtonEdit } from '../../utils/triggerFloatingButtonEdit';\n\nimport {\n floatingButtonActions,\n floatingButtonSelectors,\n useFloatingButtonEnter,\n useFloatingButtonEscape,\n useFloatingButtonSelectors,\n useVirtualFloatingButton,\n} from '.';\n\nexport const useFloatingButtonEdit = (\n floatingOptions: UseVirtualFloatingOptions,\n): React.HTMLAttributes<HTMLDivElement> & { ref: Ref<HTMLDivElement> } => {\n const editor = useEditorRef();\n const mode = useFloatingButtonSelectors().mode();\n const open = useFloatingButtonSelectors().isOpen(editor.id);\n const version = useEditorVersion();\n\n const { triggerFloatingButtonHotkeys } = getPluginOptions<ButtonPlugin>(editor, ELEMENT_BUTTON);\n\n const getBoundingClientRect = useCallback(() => {\n const entry = getAboveNode(editor, {\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n });\n\n if (entry) {\n const [, path] = entry;\n return getRangeBoundingClientRect(editor, {\n anchor: getStartPoint(editor, path),\n focus: getEndPoint(editor, path),\n });\n }\n\n return getDefaultBoundingClientRect();\n }, [editor]);\n\n const isOpen = open && mode === 'edit';\n\n const { update, style, floating } = useVirtualFloatingButton({\n open: isOpen,\n getBoundingClientRect,\n ...floatingOptions,\n });\n\n useEffect(() => {\n const url = getUrlFromEditor(editor);\n if (url) {\n floatingButtonActions.url(url);\n }\n\n if (\n editor.selection &&\n someNode(editor, {\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n })\n ) {\n floatingButtonActions.show('edit', editor.id);\n update();\n return;\n }\n\n if (floatingButtonSelectors.mode() === 'edit') {\n floatingButtonActions.reset();\n }\n }, [editor, version, update]);\n\n useHotkeys(\n triggerFloatingButtonHotkeys,\n (e) => {\n e.preventDefault();\n\n if (floatingButtonSelectors.mode() === 'edit') {\n triggerFloatingButtonEdit(editor);\n }\n },\n {\n enableOnContentEditable: true,\n },\n [],\n );\n\n useFloatingButtonEnter();\n\n useFloatingButtonEscape();\n\n return {\n style: {\n ...style,\n zIndex: 1000,\n },\n ref: useComposedRef<HTMLElement | null>(floating),\n };\n};\n"],"names":["useFloatingButtonEdit","floatingOptions","editor","useEditorRef","mode","useFloatingButtonSelectors","open","version","useEditorVersion","triggerFloatingButtonHotkeys","getPluginOptions","ELEMENT_BUTTON","getBoundingClientRect","useCallback","entry","getAboveNode","getPluginType","path","getRangeBoundingClientRect","getStartPoint","getEndPoint","getDefaultBoundingClientRect","isOpen","update","style","floating","useVirtualFloatingButton","useEffect","url","getUrlFromEditor","floatingButtonActions","someNode","floatingButtonSelectors","useHotkeys","triggerFloatingButtonEdit","useFloatingButtonEnter","useFloatingButtonEscape","useComposedRef"],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useFloatingButtonEdit.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEdit.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport {\n type UseVirtualFloatingOptions,\n getAboveNode,\n getDefaultBoundingClientRect,\n getEndPoint,\n getPluginOptions,\n getPluginType,\n getRangeBoundingClientRect,\n getStartPoint,\n someNode,\n useComposedRef,\n useEditorRef,\n useEditorVersion,\n useHotkeys,\n} from '@frontify/fondue';\nimport { type Ref, useCallback, useEffect } from 'react';\n\nimport { type ButtonPlugin, ELEMENT_BUTTON } from '../../createButtonPlugin';\nimport { getUrlFromEditor } from '../../utils';\nimport { triggerFloatingButtonEdit } from '../../utils/triggerFloatingButtonEdit';\n\nimport {\n floatingButtonActions,\n floatingButtonSelectors,\n useFloatingButtonEnter,\n useFloatingButtonEscape,\n useFloatingButtonSelectors,\n useVirtualFloatingButton,\n} from '.';\n\nexport const useFloatingButtonEdit = (\n floatingOptions: UseVirtualFloatingOptions,\n): React.HTMLAttributes<HTMLDivElement> & { ref: Ref<HTMLDivElement> } => {\n const editor = useEditorRef();\n const mode = useFloatingButtonSelectors().mode();\n const open = useFloatingButtonSelectors().isOpen(editor.id);\n const version = useEditorVersion();\n\n const { triggerFloatingButtonHotkeys } = getPluginOptions<ButtonPlugin>(editor, ELEMENT_BUTTON);\n\n const getBoundingClientRect = useCallback(() => {\n const entry = getAboveNode(editor, {\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n });\n\n if (entry) {\n const [, path] = entry;\n return getRangeBoundingClientRect(editor, {\n anchor: getStartPoint(editor, path),\n focus: getEndPoint(editor, path),\n });\n }\n\n return getDefaultBoundingClientRect();\n }, [editor]);\n\n const isOpen = open && mode === 'edit';\n\n const { update, style, floating } = useVirtualFloatingButton({\n open: isOpen,\n getBoundingClientRect,\n ...floatingOptions,\n });\n\n useEffect(() => {\n const url = getUrlFromEditor(editor);\n if (url) {\n floatingButtonActions.url(url);\n }\n\n if (\n editor.selection &&\n someNode(editor, {\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n })\n ) {\n floatingButtonActions.show('edit', editor.id);\n update();\n return;\n }\n\n if (floatingButtonSelectors.mode() === 'edit') {\n floatingButtonActions.reset();\n }\n }, [editor, version, update]);\n\n useHotkeys(\n triggerFloatingButtonHotkeys,\n (e) => {\n e.preventDefault();\n\n if (floatingButtonSelectors.mode() === 'edit') {\n triggerFloatingButtonEdit(editor);\n }\n },\n {\n enableOnContentEditable: true,\n },\n [],\n );\n\n useFloatingButtonEnter();\n\n useFloatingButtonEscape();\n\n return {\n style: {\n ...style,\n zIndex: 1000,\n },\n ref: useComposedRef<HTMLElement | null>(floating),\n };\n};\n"],"names":["useFloatingButtonEdit","floatingOptions","editor","useEditorRef","mode","useFloatingButtonSelectors","open","version","useEditorVersion","triggerFloatingButtonHotkeys","getPluginOptions","ELEMENT_BUTTON","getBoundingClientRect","useCallback","entry","getAboveNode","getPluginType","path","getRangeBoundingClientRect","getStartPoint","getEndPoint","getDefaultBoundingClientRect","isOpen","update","style","floating","useVirtualFloatingButton","useEffect","url","getUrlFromEditor","floatingButtonActions","someNode","floatingButtonSelectors","useHotkeys","triggerFloatingButtonEdit","useFloatingButtonEnter","useFloatingButtonEscape","useComposedRef"],"mappings":";;;;;;;;;AAgCO,MAAMA,IAAwB,CACjCC,MACsE;AACtE,QAAMC,IAASC,EAAA,GACTC,IAAOC,EAAA,EAA6B,KAAA,GACpCC,IAAOD,EAAA,EAA6B,OAAOH,EAAO,EAAE,GACpDK,IAAUC,EAAA,GAEV,EAAE,8BAAAC,EAAA,IAAiCC,EAA+BR,GAAQS,CAAc,GAExFC,IAAwBC,EAAY,MAAM;AAC5C,UAAMC,IAAQC,EAAab,GAAQ;AAAA,MAC/B,OAAO,EAAE,MAAMc,EAAcd,GAAQS,CAAc,EAAA;AAAA,IAAE,CACxD;AAED,QAAIG,GAAO;AACP,YAAM,CAAA,EAAGG,CAAI,IAAIH;AACjB,aAAOI,EAA2BhB,GAAQ;AAAA,QACtC,QAAQiB,EAAcjB,GAAQe,CAAI;AAAA,QAClC,OAAOG,EAAYlB,GAAQe,CAAI;AAAA,MAAA,CAClC;AAAA,IACL;AAEA,WAAOI,EAAA;AAAA,EACX,GAAG,CAACnB,CAAM,CAAC,GAELoB,IAAShB,KAAQF,MAAS,QAE1B,EAAE,QAAAmB,GAAQ,OAAAC,GAAO,UAAAC,EAAA,IAAaC,EAAyB;AAAA,IACzD,MAAMJ;AAAA,IACN,uBAAAV;AAAA,IACA,GAAGX;AAAA,EAAA,CACN;AAED,SAAA0B,EAAU,MAAM;AACZ,UAAMC,IAAMC,EAAiB3B,CAAM;AAKnC,QAJI0B,KACAE,EAAsB,IAAIF,CAAG,GAI7B1B,EAAO,aACP6B,EAAS7B,GAAQ;AAAA,MACb,OAAO,EAAE,MAAMc,EAAcd,GAAQS,CAAc,EAAA;AAAA,IAAE,CACxD,GACH;AACE,MAAAmB,EAAsB,KAAK,QAAQ5B,EAAO,EAAE,GAC5CqB,EAAA;AACA;AAAA,IACJ;AAEA,IAAIS,EAAwB,KAAA,MAAW,UACnCF,EAAsB,MAAA;AAAA,EAE9B,GAAG,CAAC5B,GAAQK,GAASgB,CAAM,CAAC,GAE5BU;AAAA,IACIxB;AAAA,IACA,CAAC,MAAM;AACH,QAAE,eAAA,GAEEuB,EAAwB,KAAA,MAAW,UACnCE,EAA0BhC,CAAM;AAAA,IAExC;AAAA,IACA;AAAA,MACI,yBAAyB;AAAA,IAAA;AAAA,IAE7B,CAAA;AAAA,EAAC,GAGLiC,EAAA,GAEAC,EAAA,GAEO;AAAA,IACH,OAAO;AAAA,MACH,GAAGZ;AAAA,MACH,QAAQ;AAAA,IAAA;AAAA,IAEZ,KAAKa,EAAmCZ,CAAQ;AAAA,EAAA;AAExD;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useFloatingButtonEnter.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEnter.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { useEditorRef, useHotkeys } from '@frontify/fondue';\n\nimport { submitFloatingButton } from '../../transforms/submitFloatingButton';\n\nexport const useFloatingButtonEnter = () => {\n const editor = useEditorRef();\n\n useHotkeys(\n '*',\n (e) => {\n if (e.key === 'Enter' && submitFloatingButton(editor)) {\n e.preventDefault();\n }\n },\n {\n enableOnFormTags: ['INPUT'],\n },\n [],\n );\n};\n"],"names":["useFloatingButtonEnter","editor","useEditorRef","useHotkeys","e","submitFloatingButton"],"mappings":";;AAMO,MAAMA,IAAyB,MAAM;AACxC,QAAMC,IAASC;AAEf,EAAAC;AAAA,IACI;AAAA,IACA,CAACC,MAAM;AACH,MAAIA,EAAE,QAAQ,WAAWC,EAAqBJ,CAAM,KAChDG,EAAE,
|
|
1
|
+
{"version":3,"file":"useFloatingButtonEnter.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEnter.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { useEditorRef, useHotkeys } from '@frontify/fondue';\n\nimport { submitFloatingButton } from '../../transforms/submitFloatingButton';\n\nexport const useFloatingButtonEnter = () => {\n const editor = useEditorRef();\n\n useHotkeys(\n '*',\n (e) => {\n if (e.key === 'Enter' && submitFloatingButton(editor)) {\n e.preventDefault();\n }\n },\n {\n enableOnFormTags: ['INPUT'],\n },\n [],\n );\n};\n"],"names":["useFloatingButtonEnter","editor","useEditorRef","useHotkeys","e","submitFloatingButton"],"mappings":";;AAMO,MAAMA,IAAyB,MAAM;AACxC,QAAMC,IAASC,EAAA;AAEf,EAAAC;AAAA,IACI;AAAA,IACA,CAACC,MAAM;AACH,MAAIA,EAAE,QAAQ,WAAWC,EAAqBJ,CAAM,KAChDG,EAAE,eAAA;AAAA,IAEV;AAAA,IACA;AAAA,MACI,kBAAkB,CAAC,OAAO;AAAA,IAAA;AAAA,IAE9B,CAAA;AAAA,EAAC;AAET;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useFloatingButtonEscape.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEscape.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { focusEditor, useEditorRef, useHotkeys } from '@frontify/fondue';\n\nimport { floatingButtonActions, floatingButtonSelectors } from './floatingButtonStore';\n\nexport const useFloatingButtonEscape = () => {\n const editor = useEditorRef();\n\n useHotkeys(\n 'escape',\n () => {\n if (floatingButtonSelectors.mode() !== 'edit') {\n return;\n }\n\n if (floatingButtonSelectors.isEditing()) {\n floatingButtonActions.show('edit', editor.id);\n focusEditor(editor, editor.selection ?? undefined);\n return;\n }\n\n floatingButtonActions.reset();\n },\n {\n enableOnFormTags: ['INPUT'],\n enableOnContentEditable: true,\n },\n [],\n );\n};\n"],"names":["useFloatingButtonEscape","editor","useEditorRef","useHotkeys","floatingButtonSelectors","floatingButtonActions","focusEditor"],"mappings":";;AAMO,MAAMA,IAA0B,MAAM;AACzC,QAAMC,IAASC;AAEf,EAAAC;AAAA,IACI;AAAA,IACA,MAAM;
|
|
1
|
+
{"version":3,"file":"useFloatingButtonEscape.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonEscape.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { focusEditor, useEditorRef, useHotkeys } from '@frontify/fondue';\n\nimport { floatingButtonActions, floatingButtonSelectors } from './floatingButtonStore';\n\nexport const useFloatingButtonEscape = () => {\n const editor = useEditorRef();\n\n useHotkeys(\n 'escape',\n () => {\n if (floatingButtonSelectors.mode() !== 'edit') {\n return;\n }\n\n if (floatingButtonSelectors.isEditing()) {\n floatingButtonActions.show('edit', editor.id);\n focusEditor(editor, editor.selection ?? undefined);\n return;\n }\n\n floatingButtonActions.reset();\n },\n {\n enableOnFormTags: ['INPUT'],\n enableOnContentEditable: true,\n },\n [],\n );\n};\n"],"names":["useFloatingButtonEscape","editor","useEditorRef","useHotkeys","floatingButtonSelectors","floatingButtonActions","focusEditor"],"mappings":";;AAMO,MAAMA,IAA0B,MAAM;AACzC,QAAMC,IAASC,EAAA;AAEf,EAAAC;AAAA,IACI;AAAA,IACA,MAAM;AACF,UAAIC,EAAwB,KAAA,MAAW,QAIvC;AAAA,YAAIA,EAAwB,aAAa;AACrC,UAAAC,EAAsB,KAAK,QAAQJ,EAAO,EAAE,GAC5CK,EAAYL,GAAQA,EAAO,aAAa,MAAS;AACjD;AAAA,QACJ;AAEA,QAAAI,EAAsB,MAAA;AAAA;AAAA,IAC1B;AAAA,IACA;AAAA,MACI,kBAAkB,CAAC,OAAO;AAAA,MAC1B,yBAAyB;AAAA,IAAA;AAAA,IAE7B,CAAA;AAAA,EAAC;AAET;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useEditorRef as d, useFocused as f, getPluginOptions as p, useHotkeys as c,
|
|
1
|
+
import { useEditorRef as d, useFocused as f, getPluginOptions as p, useHotkeys as c, useComposedRef as a, getSelectionBoundingClientRect as B } from "@frontify/fondue";
|
|
2
2
|
import { useEffect as E } from "react";
|
|
3
3
|
import { ELEMENT_BUTTON as F } from "../../createButtonPlugin.es.js";
|
|
4
4
|
import { triggerFloatingButtonInsert as y } from "../../utils/triggerFloatingButtonInsert.es.js";
|
|
@@ -21,7 +21,7 @@ const M = (s) => {
|
|
|
21
21
|
);
|
|
22
22
|
const { update: n, style: l, floating: g } = O({
|
|
23
23
|
open: t && r === "insert",
|
|
24
|
-
getBoundingClientRect:
|
|
24
|
+
getBoundingClientRect: B,
|
|
25
25
|
whileElementsMounted: void 0,
|
|
26
26
|
...s
|
|
27
27
|
});
|
|
@@ -32,7 +32,7 @@ const M = (s) => {
|
|
|
32
32
|
...l,
|
|
33
33
|
zIndex: 1e3
|
|
34
34
|
},
|
|
35
|
-
ref:
|
|
35
|
+
ref: a(g)
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
38
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useFloatingButtonInsert.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonInsert.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport {\n type UseVirtualFloatingOptions,\n getPluginOptions,\n getSelectionBoundingClientRect,\n useComposedRef,\n useEditorRef,\n useFocused,\n useHotkeys,\n} from '@frontify/fondue';\nimport { type Ref, useEffect } from 'react';\n\nimport { type ButtonPlugin, ELEMENT_BUTTON } from '../../createButtonPlugin';\nimport { triggerFloatingButtonInsert } from '../../utils/triggerFloatingButtonInsert';\n\nimport {\n floatingButtonActions,\n useFloatingButtonEscape,\n useFloatingButtonSelectors,\n useVirtualFloatingButton,\n} from '.';\n\nexport const useFloatingButtonInsert = (\n floatingOptions: UseVirtualFloatingOptions,\n): React.HTMLAttributes<HTMLDivElement> & { ref: Ref<HTMLDivElement> } => {\n const editor = useEditorRef();\n const focused = useFocused();\n const mode = useFloatingButtonSelectors().mode();\n const open = useFloatingButtonSelectors().isOpen(editor.id);\n\n const { triggerFloatingButtonHotkeys } = getPluginOptions<ButtonPlugin>(editor, ELEMENT_BUTTON);\n\n useHotkeys(\n triggerFloatingButtonHotkeys,\n (e) => {\n e.preventDefault();\n\n triggerFloatingButtonInsert(editor, {\n focused,\n });\n },\n {\n enableOnContentEditable: true,\n },\n [focused],\n );\n\n const { update, style, floating } = useVirtualFloatingButton({\n open: open && mode === 'insert',\n getBoundingClientRect: getSelectionBoundingClientRect,\n whileElementsMounted: undefined,\n ...floatingOptions,\n });\n\n // wait for update before focusing input\n useEffect(() => {\n if (open) {\n update();\n }\n floatingButtonActions.updated(open);\n }, [open, update]);\n\n useFloatingButtonEscape();\n\n return {\n style: {\n ...style,\n zIndex: 1000,\n },\n ref: useComposedRef<HTMLElement | null>(floating),\n };\n};\n"],"names":["useFloatingButtonInsert","floatingOptions","editor","useEditorRef","focused","useFocused","mode","useFloatingButtonSelectors","open","triggerFloatingButtonHotkeys","getPluginOptions","ELEMENT_BUTTON","useHotkeys","e","triggerFloatingButtonInsert","update","style","floating","useVirtualFloatingButton","getSelectionBoundingClientRect","useEffect","floatingButtonActions","useFloatingButtonEscape","useComposedRef"],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"useFloatingButtonInsert.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useFloatingButtonInsert.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport {\n type UseVirtualFloatingOptions,\n getPluginOptions,\n getSelectionBoundingClientRect,\n useComposedRef,\n useEditorRef,\n useFocused,\n useHotkeys,\n} from '@frontify/fondue';\nimport { type Ref, useEffect } from 'react';\n\nimport { type ButtonPlugin, ELEMENT_BUTTON } from '../../createButtonPlugin';\nimport { triggerFloatingButtonInsert } from '../../utils/triggerFloatingButtonInsert';\n\nimport {\n floatingButtonActions,\n useFloatingButtonEscape,\n useFloatingButtonSelectors,\n useVirtualFloatingButton,\n} from '.';\n\nexport const useFloatingButtonInsert = (\n floatingOptions: UseVirtualFloatingOptions,\n): React.HTMLAttributes<HTMLDivElement> & { ref: Ref<HTMLDivElement> } => {\n const editor = useEditorRef();\n const focused = useFocused();\n const mode = useFloatingButtonSelectors().mode();\n const open = useFloatingButtonSelectors().isOpen(editor.id);\n\n const { triggerFloatingButtonHotkeys } = getPluginOptions<ButtonPlugin>(editor, ELEMENT_BUTTON);\n\n useHotkeys(\n triggerFloatingButtonHotkeys,\n (e) => {\n e.preventDefault();\n\n triggerFloatingButtonInsert(editor, {\n focused,\n });\n },\n {\n enableOnContentEditable: true,\n },\n [focused],\n );\n\n const { update, style, floating } = useVirtualFloatingButton({\n open: open && mode === 'insert',\n getBoundingClientRect: getSelectionBoundingClientRect,\n whileElementsMounted: undefined,\n ...floatingOptions,\n });\n\n // wait for update before focusing input\n useEffect(() => {\n if (open) {\n update();\n }\n floatingButtonActions.updated(open);\n }, [open, update]);\n\n useFloatingButtonEscape();\n\n return {\n style: {\n ...style,\n zIndex: 1000,\n },\n ref: useComposedRef<HTMLElement | null>(floating),\n };\n};\n"],"names":["useFloatingButtonInsert","floatingOptions","editor","useEditorRef","focused","useFocused","mode","useFloatingButtonSelectors","open","triggerFloatingButtonHotkeys","getPluginOptions","ELEMENT_BUTTON","useHotkeys","e","triggerFloatingButtonInsert","update","style","floating","useVirtualFloatingButton","getSelectionBoundingClientRect","useEffect","floatingButtonActions","useFloatingButtonEscape","useComposedRef"],"mappings":";;;;;;;AAuBO,MAAMA,IAA0B,CACnCC,MACsE;AACtE,QAAMC,IAASC,EAAA,GACTC,IAAUC,EAAA,GACVC,IAAOC,EAAA,EAA6B,KAAA,GACpCC,IAAOD,EAAA,EAA6B,OAAOL,EAAO,EAAE,GAEpD,EAAE,8BAAAO,EAAA,IAAiCC,EAA+BR,GAAQS,CAAc;AAE9F,EAAAC;AAAA,IACIH;AAAA,IACA,CAACI,MAAM;AACH,MAAAA,EAAE,eAAA,GAEFC,EAA4BZ,GAAQ;AAAA,QAChC,SAAAE;AAAA,MAAA,CACH;AAAA,IACL;AAAA,IACA;AAAA,MACI,yBAAyB;AAAA,IAAA;AAAA,IAE7B,CAACA,CAAO;AAAA,EAAA;AAGZ,QAAM,EAAE,QAAAW,GAAQ,OAAAC,GAAO,UAAAC,EAAA,IAAaC,EAAyB;AAAA,IACzD,MAAMV,KAAQF,MAAS;AAAA,IACvB,uBAAuBa;AAAA,IACvB,sBAAsB;AAAA,IACtB,GAAGlB;AAAA,EAAA,CACN;AAGD,SAAAmB,EAAU,MAAM;AACZ,IAAIZ,KACAO,EAAA,GAEJM,EAAsB,QAAQb,CAAI;AAAA,EACtC,GAAG,CAACA,GAAMO,CAAM,CAAC,GAEjBO,EAAA,GAEO;AAAA,IACH,OAAO;AAAA,MACH,GAAGN;AAAA,MACH,QAAQ;AAAA,IAAA;AAAA,IAEZ,KAAKO,EAAmCN,CAAQ;AAAA,EAAA;AAExD;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useVirtualFloatingButton.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useVirtualFloatingButton.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type UseVirtualFloatingOptions, flip, offset, useVirtualFloating } from '@frontify/fondue';\nimport { type CSSProperties, type Ref } from 'react';\n\nconst OFFSET_Y = 12;\nconst OFFSET_X = -22;\nconst PADDING = 96;\n\nexport const useVirtualFloatingButton = (\n floatingOptions?: UseVirtualFloatingOptions,\n): { style: CSSProperties; update: () => void; floating: Ref<HTMLDivElement> } =>\n useVirtualFloating({\n placement: 'bottom-start',\n middleware: [\n offset({\n mainAxis: OFFSET_Y,\n alignmentAxis: OFFSET_X,\n }),\n flip({\n padding: PADDING,\n }),\n ],\n ...floatingOptions,\n });\n"],"names":["OFFSET_Y","OFFSET_X","PADDING","useVirtualFloatingButton","floatingOptions","useVirtualFloating","offset","flip"],"mappings":";AAKA,MAAMA,IAAW,IACXC,IAAW,KACXC,IAAU,IAEHC,IAA2B,CACpCC,MAEAC,EAAmB;AAAA,EACf,WAAW;AAAA,EACX,YAAY;AAAA,IACRC,EAAO;AAAA,MACH,UAAUN;AAAA,MACV,eAAeC;AAAA,IAAA,CAClB;AAAA,IACDM,EAAK;AAAA,MACD,SAASL;AAAA,IAAA,CACZ;AAAA,
|
|
1
|
+
{"version":3,"file":"useVirtualFloatingButton.es.js","sources":["../../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/FloatingButton/useVirtualFloatingButton.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type UseVirtualFloatingOptions, flip, offset, useVirtualFloating } from '@frontify/fondue';\nimport { type CSSProperties, type Ref } from 'react';\n\nconst OFFSET_Y = 12;\nconst OFFSET_X = -22;\nconst PADDING = 96;\n\nexport const useVirtualFloatingButton = (\n floatingOptions?: UseVirtualFloatingOptions,\n): { style: CSSProperties; update: () => void; floating: Ref<HTMLDivElement> } =>\n useVirtualFloating({\n placement: 'bottom-start',\n middleware: [\n offset({\n mainAxis: OFFSET_Y,\n alignmentAxis: OFFSET_X,\n }),\n flip({\n padding: PADDING,\n }),\n ],\n ...floatingOptions,\n });\n"],"names":["OFFSET_Y","OFFSET_X","PADDING","useVirtualFloatingButton","floatingOptions","useVirtualFloating","offset","flip"],"mappings":";AAKA,MAAMA,IAAW,IACXC,IAAW,KACXC,IAAU,IAEHC,IAA2B,CACpCC,MAEAC,EAAmB;AAAA,EACf,WAAW;AAAA,EACX,YAAY;AAAA,IACRC,EAAO;AAAA,MACH,UAAUN;AAAA,MACV,eAAeC;AAAA,IAAA,CAClB;AAAA,IACDM,EAAK;AAAA,MACD,SAASL;AAAA,IAAA,CACZ;AAAA,EAAA;AAAA,EAEL,GAAGE;AACP,CAAC;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createButtonPlugin.es.js","sources":["../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/createButtonPlugin.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type AppBridgeBlock } from '@frontify/app-bridge';\nimport {\n type PlatePlugin,\n Plugin,\n type PluginProps,\n type RangeBeforeOptions,\n createPluginFactory,\n} from '@frontify/fondue';\nimport { type CSSProperties } from 'react';\n\nimport { isValidUrl } from '../../../Link/utils/url';\n\nimport { ButtonMarkupElement } from './ButtonMarkupElement';\nimport { ButtonButton } from './components/ButtonButton';\nimport { CustomFloatingButton } from './components/FloatingButton/CustomFloatingButton';\nimport { BlockButtonStyles } from './utils';\nimport { withButton } from './withButton';\n\nexport const ELEMENT_BUTTON = 'button';\nexport const BUTTON_PLUGIN = 'button-plugin';\n\n// eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging\nexport interface ButtonPlugin {\n forceSubmit?: boolean;\n\n /**\n * Allow custom config for rangeBeforeOptions.\n * @example default\n * {\n * matchString: ' ',\n * skipInvalid: true,\n * afterMatch: true,\n * }\n */\n rangeBeforeOptions?: RangeBeforeOptions;\n\n /**\n * Hotkeys to trigger floating button.\n * @default 'command+k, ctrl+k'\n */\n triggerFloatingButtonHotkeys: string;\n\n /**\n * Callback to validate an url.\n * @default isUrl\n */\n isUrl: (text: string) => boolean;\n\n /**\n * Callback to optionally get the href for a url\n * @returns href: an optional link to be used that is different from the text content (example https://google.com for google.com)\n */\n getUrlHref?: (url: string) => string | undefined;\n\n /**\n * On keyboard shortcut or toolbar mousedown, get the link url by calling this promise. The\n * default behavior is to use the browser's native `prompt`.\n */\n getLinkUrl?: (prevUrl: string | null) => Promise<string | null>;\n}\n\n/**\n * Enables support for hyperlinks.\n */\nexport const createButtonPlugin = (appBridge: AppBridgeBlock): PlatePlugin =>\n createPluginFactory({\n key: ELEMENT_BUTTON,\n isElement: true,\n isInline: true,\n props: ({ element }) => ({\n nodeProps: { href: element?.url, target: element?.target },\n }),\n withOverrides: withButton,\n renderAfterEditable: CustomFloatingButton,\n options: {\n isUrl: isValidUrl,\n rangeBeforeOptions: {\n matchString: ' ',\n skipInvalid: true,\n afterMatch: true,\n },\n triggerFloatingButtonHotkeys: 'command+shift+k, ctrl+shift+k',\n appBridge,\n },\n then: (_editor, { type }) => ({\n deserializeHtml: {\n rules: [\n {\n validNodeName: 'A',\n validClassName: 'btn',\n },\n ],\n getNode: (el) => ({\n type,\n url: el.getAttribute('href'),\n target: el.getAttribute('target') || '_blank',\n }),\n },\n }),\n })();\n\nexport type ButtonPluginProps = Omit<PluginProps, 'styles'> & {\n styles?: Record<string, CSSProperties & { hover?: CSSProperties }>;\n} & { appBridge: AppBridgeBlock };\n\n// eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging\nexport class ButtonPlugin extends Plugin {\n public styles: CSSProperties = {};\n private appBridge: AppBridgeBlock;\n constructor({ styles = BlockButtonStyles, ...props }: ButtonPluginProps) {\n super(BUTTON_PLUGIN, {\n button: ButtonButton,\n markupElement: new ButtonMarkupElement(),\n ...props,\n });\n this.styles = styles;\n this.appBridge = props?.appBridge;\n }\n\n plugins() {\n return [createButtonPlugin(this.appBridge)];\n }\n}\n"],"names":["ELEMENT_BUTTON","BUTTON_PLUGIN","createButtonPlugin","appBridge","createPluginFactory","element","withButton","CustomFloatingButton","isValidUrl","_editor","type","el","ButtonPlugin","Plugin","styles","BlockButtonStyles","props","ButtonButton","ButtonMarkupElement","__publicField"],"mappings":";;;;;;;;;;AAoBO,MAAMA,IAAiB,UACjBC,IAAgB,iBA6ChBC,IAAqB,CAACC,MAC/BC,EAAoB;AAAA,EAChB,KAAKJ;AAAA,EACL,WAAW;AAAA,EACX,UAAU;AAAA,EACV,OAAO,CAAC,EAAE,SAAAK,SAAe;AAAA,IACrB,WAAW,EAAE,MAAMA,KAAA,gBAAAA,EAAS,KAAK,QAAQA,KAAA,gBAAAA,EAAS,
|
|
1
|
+
{"version":3,"file":"createButtonPlugin.es.js","sources":["../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/createButtonPlugin.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type AppBridgeBlock } from '@frontify/app-bridge';\nimport {\n type PlatePlugin,\n Plugin,\n type PluginProps,\n type RangeBeforeOptions,\n createPluginFactory,\n} from '@frontify/fondue';\nimport { type CSSProperties } from 'react';\n\nimport { isValidUrl } from '../../../Link/utils/url';\n\nimport { ButtonMarkupElement } from './ButtonMarkupElement';\nimport { ButtonButton } from './components/ButtonButton';\nimport { CustomFloatingButton } from './components/FloatingButton/CustomFloatingButton';\nimport { BlockButtonStyles } from './utils';\nimport { withButton } from './withButton';\n\nexport const ELEMENT_BUTTON = 'button';\nexport const BUTTON_PLUGIN = 'button-plugin';\n\n// eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging\nexport interface ButtonPlugin {\n forceSubmit?: boolean;\n\n /**\n * Allow custom config for rangeBeforeOptions.\n * @example default\n * {\n * matchString: ' ',\n * skipInvalid: true,\n * afterMatch: true,\n * }\n */\n rangeBeforeOptions?: RangeBeforeOptions;\n\n /**\n * Hotkeys to trigger floating button.\n * @default 'command+k, ctrl+k'\n */\n triggerFloatingButtonHotkeys: string;\n\n /**\n * Callback to validate an url.\n * @default isUrl\n */\n isUrl: (text: string) => boolean;\n\n /**\n * Callback to optionally get the href for a url\n * @returns href: an optional link to be used that is different from the text content (example https://google.com for google.com)\n */\n getUrlHref?: (url: string) => string | undefined;\n\n /**\n * On keyboard shortcut or toolbar mousedown, get the link url by calling this promise. The\n * default behavior is to use the browser's native `prompt`.\n */\n getLinkUrl?: (prevUrl: string | null) => Promise<string | null>;\n}\n\n/**\n * Enables support for hyperlinks.\n */\nexport const createButtonPlugin = (appBridge: AppBridgeBlock): PlatePlugin =>\n createPluginFactory({\n key: ELEMENT_BUTTON,\n isElement: true,\n isInline: true,\n props: ({ element }) => ({\n nodeProps: { href: element?.url, target: element?.target },\n }),\n withOverrides: withButton,\n renderAfterEditable: CustomFloatingButton,\n options: {\n isUrl: isValidUrl,\n rangeBeforeOptions: {\n matchString: ' ',\n skipInvalid: true,\n afterMatch: true,\n },\n triggerFloatingButtonHotkeys: 'command+shift+k, ctrl+shift+k',\n appBridge,\n },\n then: (_editor, { type }) => ({\n deserializeHtml: {\n rules: [\n {\n validNodeName: 'A',\n validClassName: 'btn',\n },\n ],\n getNode: (el) => ({\n type,\n url: el.getAttribute('href'),\n target: el.getAttribute('target') || '_blank',\n }),\n },\n }),\n })();\n\nexport type ButtonPluginProps = Omit<PluginProps, 'styles'> & {\n styles?: Record<string, CSSProperties & { hover?: CSSProperties }>;\n} & { appBridge: AppBridgeBlock };\n\n// eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging\nexport class ButtonPlugin extends Plugin {\n public styles: CSSProperties = {};\n private appBridge: AppBridgeBlock;\n constructor({ styles = BlockButtonStyles, ...props }: ButtonPluginProps) {\n super(BUTTON_PLUGIN, {\n button: ButtonButton,\n markupElement: new ButtonMarkupElement(),\n ...props,\n });\n this.styles = styles;\n this.appBridge = props?.appBridge;\n }\n\n plugins() {\n return [createButtonPlugin(this.appBridge)];\n }\n}\n"],"names":["ELEMENT_BUTTON","BUTTON_PLUGIN","createButtonPlugin","appBridge","createPluginFactory","element","withButton","CustomFloatingButton","isValidUrl","_editor","type","el","ButtonPlugin","Plugin","styles","BlockButtonStyles","props","ButtonButton","ButtonMarkupElement","__publicField"],"mappings":";;;;;;;;;;AAoBO,MAAMA,IAAiB,UACjBC,IAAgB,iBA6ChBC,IAAqB,CAACC,MAC/BC,EAAoB;AAAA,EAChB,KAAKJ;AAAA,EACL,WAAW;AAAA,EACX,UAAU;AAAA,EACV,OAAO,CAAC,EAAE,SAAAK,SAAe;AAAA,IACrB,WAAW,EAAE,MAAMA,KAAA,gBAAAA,EAAS,KAAK,QAAQA,KAAA,gBAAAA,EAAS,OAAA;AAAA,EAAO;AAAA,EAE7D,eAAeC;AAAA,EACf,qBAAqBC;AAAA,EACrB,SAAS;AAAA,IACL,OAAOC;AAAA,IACP,oBAAoB;AAAA,MAChB,aAAa;AAAA,MACb,aAAa;AAAA,MACb,YAAY;AAAA,IAAA;AAAA,IAEhB,8BAA8B;AAAA,IAC9B,WAAAL;AAAA,EAAA;AAAA,EAEJ,MAAM,CAACM,GAAS,EAAE,MAAAC,SAAY;AAAA,IAC1B,iBAAiB;AAAA,MACb,OAAO;AAAA,QACH;AAAA,UACI,eAAe;AAAA,UACf,gBAAgB;AAAA,QAAA;AAAA,MACpB;AAAA,MAEJ,SAAS,CAACC,OAAQ;AAAA,QACd,MAAAD;AAAA,QACA,KAAKC,EAAG,aAAa,MAAM;AAAA,QAC3B,QAAQA,EAAG,aAAa,QAAQ,KAAK;AAAA,MAAA;AAAA,IACzC;AAAA,EACJ;AAER,CAAC,EAAA;AAOE,MAAMC,UAAqBC,EAAO;AAAA,EAGrC,YAAY,EAAE,QAAAC,IAASC,GAAmB,GAAGC,KAA4B;AACrE,UAAMf,GAAe;AAAA,MACjB,QAAQgB;AAAA,MACR,eAAe,IAAIC,EAAA;AAAA,MACnB,GAAGF;AAAA,IAAA,CACN;AAPE,IAAAG,EAAA,gBAAwB,CAAA;AACvB,IAAAA,EAAA;AAOJ,SAAK,SAASL,GACd,KAAK,YAAYE,KAAA,gBAAAA,EAAO;AAAA,EAC5B;AAAA,EAEA,UAAU;AACN,WAAO,CAACd,EAAmB,KAAK,SAAS,CAAC;AAAA,EAC9C;AACJ;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"submitFloatingButton.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/transforms/submitFloatingButton.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type PlateEditor, type Value, focusEditor, getPluginOptions } from '@frontify/fondue';\n\nimport { floatingButtonActions, floatingButtonSelectors } from '../components/FloatingButton/floatingButtonStore';\nimport { type ButtonPlugin, ELEMENT_BUTTON } from '../createButtonPlugin';\n\nimport { upsertButton } from '.';\n\nexport const submitFloatingButton = <V extends Value>(editor: PlateEditor<V>) => {\n if (!editor.selection) {\n return;\n }\n\n const { isUrl, forceSubmit } = getPluginOptions<ButtonPlugin, V>(editor, ELEMENT_BUTTON);\n const url = floatingButtonSelectors.url();\n\n const isValid = isUrl?.(url) || forceSubmit;\n if (!isValid) {\n return;\n }\n\n const text = floatingButtonSelectors.text();\n const buttonStyle = floatingButtonSelectors.buttonStyle();\n const target = floatingButtonSelectors.newTab() ? undefined : '_self';\n\n floatingButtonActions.reset();\n\n upsertButton(editor, {\n url,\n text,\n buttonStyle,\n target,\n isUrl: (_url) => (forceSubmit || !isUrl ? true : isUrl(_url)),\n });\n\n setTimeout(() => {\n focusEditor(editor, editor.selection ?? undefined);\n }, 0);\n\n return true;\n};\n"],"names":["submitFloatingButton","editor","isUrl","forceSubmit","getPluginOptions","ELEMENT_BUTTON","url","floatingButtonSelectors","text","buttonStyle","target","floatingButtonActions","upsertButton","_url","focusEditor"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"submitFloatingButton.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/transforms/submitFloatingButton.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type PlateEditor, type Value, focusEditor, getPluginOptions } from '@frontify/fondue';\n\nimport { floatingButtonActions, floatingButtonSelectors } from '../components/FloatingButton/floatingButtonStore';\nimport { type ButtonPlugin, ELEMENT_BUTTON } from '../createButtonPlugin';\n\nimport { upsertButton } from '.';\n\nexport const submitFloatingButton = <V extends Value>(editor: PlateEditor<V>) => {\n if (!editor.selection) {\n return;\n }\n\n const { isUrl, forceSubmit } = getPluginOptions<ButtonPlugin, V>(editor, ELEMENT_BUTTON);\n const url = floatingButtonSelectors.url();\n\n const isValid = isUrl?.(url) || forceSubmit;\n if (!isValid) {\n return;\n }\n\n const text = floatingButtonSelectors.text();\n const buttonStyle = floatingButtonSelectors.buttonStyle();\n const target = floatingButtonSelectors.newTab() ? undefined : '_self';\n\n floatingButtonActions.reset();\n\n upsertButton(editor, {\n url,\n text,\n buttonStyle,\n target,\n isUrl: (_url) => (forceSubmit || !isUrl ? true : isUrl(_url)),\n });\n\n setTimeout(() => {\n focusEditor(editor, editor.selection ?? undefined);\n }, 0);\n\n return true;\n};\n"],"names":["submitFloatingButton","editor","isUrl","forceSubmit","getPluginOptions","ELEMENT_BUTTON","url","floatingButtonSelectors","text","buttonStyle","target","floatingButtonActions","upsertButton","_url","focusEditor"],"mappings":";;;;AASO,MAAMA,IAAuB,CAAkBC,MAA2B;AAC7E,MAAI,CAACA,EAAO;AACR;AAGJ,QAAM,EAAE,OAAAC,GAAO,aAAAC,EAAA,IAAgBC,EAAkCH,GAAQI,CAAc,GACjFC,IAAMC,EAAwB,IAAA;AAGpC,MAAI,GADYL,KAAA,gBAAAA,EAAQI,OAAQH;AAE5B;AAGJ,QAAMK,IAAOD,EAAwB,KAAA,GAC/BE,IAAcF,EAAwB,YAAA,GACtCG,IAASH,EAAwB,OAAA,IAAW,SAAY;AAE9D,SAAAI,EAAsB,MAAA,GAEtBC,EAAaX,GAAQ;AAAA,IACjB,KAAAK;AAAA,IACA,MAAAE;AAAA,IACA,aAAAC;AAAA,IACA,QAAAC;AAAA,IACA,OAAO,CAACG,MAAUV,KAAe,CAACD,IAAQ,KAAOA,EAAMW,CAAI;AAAA,EAAA,CAC9D,GAED,WAAW,MAAM;AACb,IAAAC,EAAYb,GAAQA,EAAO,aAAa,MAAS;AAAA,EACrD,GAAG,CAAC,GAEG;AACX;"}
|
package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/unwrapButton.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unwrapButton.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/transforms/unwrapButton.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport {\n type PlateEditor,\n type UnwrapNodesOptions,\n type Value,\n getAboveNode,\n getPluginType,\n isElement,\n splitNodes,\n unwrapNodes,\n withoutNormalizing,\n} from '@frontify/fondue';\n\nimport { ELEMENT_BUTTON } from '../createButtonPlugin';\n\n/**\n * Unwrap button node.\n */\nexport const unwrapButton = <V extends Value>(\n editor: PlateEditor<V>,\n options?: UnwrapNodesOptions & {\n split?: boolean;\n },\n) => {\n return withoutNormalizing(editor, () => {\n if (options?.split) {\n const buttonAboveAnchor = getAboveNode(editor, {\n at: editor.selection?.anchor,\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n });\n\n // anchor in button\n if (buttonAboveAnchor) {\n splitNodes(editor, {\n at: editor.selection?.anchor,\n match: (n) => isElement(n) && n.type === getPluginType(editor, ELEMENT_BUTTON),\n });\n unwrapButton(editor, {\n at: editor.selection?.anchor,\n });\n return true;\n }\n const buttonAboveFocus = getAboveNode(editor, {\n at: editor.selection?.focus,\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n });\n\n // focus in button\n if (buttonAboveFocus) {\n splitNodes(editor, {\n at: editor.selection?.focus,\n match: (n) => isElement(n) && n.type === getPluginType(editor, ELEMENT_BUTTON),\n });\n unwrapButton(editor, {\n at: editor.selection?.focus,\n });\n return true;\n }\n }\n\n unwrapNodes(editor, {\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n ...options,\n });\n\n return;\n });\n};\n"],"names":["unwrapButton","editor","options","withoutNormalizing","getAboveNode","_a","getPluginType","ELEMENT_BUTTON","splitNodes","_b","n","isElement","_c","_d","_e","_f","unwrapNodes"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"unwrapButton.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/transforms/unwrapButton.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport {\n type PlateEditor,\n type UnwrapNodesOptions,\n type Value,\n getAboveNode,\n getPluginType,\n isElement,\n splitNodes,\n unwrapNodes,\n withoutNormalizing,\n} from '@frontify/fondue';\n\nimport { ELEMENT_BUTTON } from '../createButtonPlugin';\n\n/**\n * Unwrap button node.\n */\nexport const unwrapButton = <V extends Value>(\n editor: PlateEditor<V>,\n options?: UnwrapNodesOptions & {\n split?: boolean;\n },\n) => {\n return withoutNormalizing(editor, () => {\n if (options?.split) {\n const buttonAboveAnchor = getAboveNode(editor, {\n at: editor.selection?.anchor,\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n });\n\n // anchor in button\n if (buttonAboveAnchor) {\n splitNodes(editor, {\n at: editor.selection?.anchor,\n match: (n) => isElement(n) && n.type === getPluginType(editor, ELEMENT_BUTTON),\n });\n unwrapButton(editor, {\n at: editor.selection?.anchor,\n });\n return true;\n }\n const buttonAboveFocus = getAboveNode(editor, {\n at: editor.selection?.focus,\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n });\n\n // focus in button\n if (buttonAboveFocus) {\n splitNodes(editor, {\n at: editor.selection?.focus,\n match: (n) => isElement(n) && n.type === getPluginType(editor, ELEMENT_BUTTON),\n });\n unwrapButton(editor, {\n at: editor.selection?.focus,\n });\n return true;\n }\n }\n\n unwrapNodes(editor, {\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n ...options,\n });\n\n return;\n });\n};\n"],"names":["unwrapButton","editor","options","withoutNormalizing","getAboveNode","_a","getPluginType","ELEMENT_BUTTON","splitNodes","_b","n","isElement","_c","_d","_e","_f","unwrapNodes"],"mappings":";;AAmBO,MAAMA,IAAe,CACxBC,GACAC,MAIOC,EAAmBF,GAAQ,MAAM;;AACpC,MAAIC,KAAA,QAAAA,EAAS,OAAO;AAOhB,QAN0BE,EAAaH,GAAQ;AAAA,MAC3C,KAAII,IAAAJ,EAAO,cAAP,gBAAAI,EAAkB;AAAA,MACtB,OAAO,EAAE,MAAMC,EAAcL,GAAQM,CAAc,EAAA;AAAA,IAAE,CACxD;AAIG,aAAAC,EAAWP,GAAQ;AAAA,QACf,KAAIQ,IAAAR,EAAO,cAAP,gBAAAQ,EAAkB;AAAA,QACtB,OAAO,CAACC,MAAMC,EAAUD,CAAC,KAAKA,EAAE,SAASJ,EAAcL,GAAQM,CAAc;AAAA,MAAA,CAChF,GACDP,EAAaC,GAAQ;AAAA,QACjB,KAAIW,IAAAX,EAAO,cAAP,gBAAAW,EAAkB;AAAA,MAAA,CACzB,GACM;AAQX,QANyBR,EAAaH,GAAQ;AAAA,MAC1C,KAAIY,IAAAZ,EAAO,cAAP,gBAAAY,EAAkB;AAAA,MACtB,OAAO,EAAE,MAAMP,EAAcL,GAAQM,CAAc,EAAA;AAAA,IAAE,CACxD;AAIG,aAAAC,EAAWP,GAAQ;AAAA,QACf,KAAIa,IAAAb,EAAO,cAAP,gBAAAa,EAAkB;AAAA,QACtB,OAAO,CAACJ,MAAMC,EAAUD,CAAC,KAAKA,EAAE,SAASJ,EAAcL,GAAQM,CAAc;AAAA,MAAA,CAChF,GACDP,EAAaC,GAAQ;AAAA,QACjB,KAAIc,IAAAd,EAAO,cAAP,gBAAAc,EAAkB;AAAA,MAAA,CACzB,GACM;AAAA,EAEf;AAEA,EAAAC,EAAYf,GAAQ;AAAA,IAChB,OAAO,EAAE,MAAMK,EAAcL,GAAQM,CAAc,EAAA;AAAA,IACnD,GAAGL;AAAA,EAAA,CACN;AAGL,CAAC;"}
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import { getAboveNode as w, getPluginType as
|
|
1
|
+
import { getAboveNode as w, getPluginType as h, getPluginOptions as L, isDefined as O, findNode as R, isExpanded as d, removeNodes as D, getNodeProps as F, getNodeLeaf as I, setNodes as M, getEditorString as _ } from "@frontify/fondue";
|
|
2
2
|
import { ELEMENT_BUTTON as i } from "../createButtonPlugin.es.js";
|
|
3
3
|
import { insertButton as j } from "./insertButton.es.js";
|
|
4
|
+
import { upsertButtonText as N } from "./upsertButtonText.es.js";
|
|
4
5
|
import { unwrapButton as B } from "./unwrapButton.es.js";
|
|
5
6
|
import { wrapButton as k } from "./wrapButton.es.js";
|
|
6
|
-
import { upsertButtonText as N } from "./upsertButtonText.es.js";
|
|
7
7
|
const S = (o, {
|
|
8
8
|
url: s,
|
|
9
9
|
text: n,
|
|
10
|
-
buttonStyle:
|
|
10
|
+
buttonStyle: t,
|
|
11
11
|
target: f,
|
|
12
12
|
insertTextInButton: e,
|
|
13
|
-
insertNodesOptions:
|
|
14
|
-
isUrl:
|
|
13
|
+
insertNodesOptions: c,
|
|
14
|
+
isUrl: p = L(o, i).isUrl
|
|
15
15
|
}) => {
|
|
16
|
-
var
|
|
16
|
+
var g;
|
|
17
17
|
const u = o.selection;
|
|
18
18
|
if (!u)
|
|
19
19
|
return;
|
|
20
20
|
const r = w(o, {
|
|
21
21
|
at: u,
|
|
22
|
-
match: { type:
|
|
22
|
+
match: { type: h(o, i) }
|
|
23
23
|
});
|
|
24
24
|
if (e && r)
|
|
25
25
|
return o.insertText(s), !0;
|
|
26
|
-
if (!(
|
|
26
|
+
if (!(p != null && p(s)))
|
|
27
27
|
return;
|
|
28
|
-
if (
|
|
29
|
-
return A(s, o, r, f,
|
|
30
|
-
const T =
|
|
28
|
+
if (O(n) && n.length === 0 && (n = s), r)
|
|
29
|
+
return A(s, o, r, f, t, n), !0;
|
|
30
|
+
const T = R(o, {
|
|
31
31
|
at: u,
|
|
32
|
-
match: { type:
|
|
33
|
-
}), [
|
|
34
|
-
if (
|
|
35
|
-
return z(r, o, s,
|
|
36
|
-
|
|
37
|
-
at:
|
|
32
|
+
match: { type: h(o, i) }
|
|
33
|
+
}), [l, a] = T ?? [], E = q(o, a, n);
|
|
34
|
+
if (d(u))
|
|
35
|
+
return z(r, o, s, t, f, n), !0;
|
|
36
|
+
E && D(o, {
|
|
37
|
+
at: a
|
|
38
38
|
});
|
|
39
|
-
const y =
|
|
40
|
-
if (!
|
|
39
|
+
const y = F(l ?? {}), m = (g = o.selection) == null ? void 0 : g.focus.path;
|
|
40
|
+
if (!m)
|
|
41
41
|
return;
|
|
42
|
-
const P =
|
|
42
|
+
const P = I(o, m);
|
|
43
43
|
return n != null && n.length || (n = s), j(
|
|
44
44
|
o,
|
|
45
45
|
{
|
|
@@ -53,32 +53,32 @@ const S = (o, {
|
|
|
53
53
|
}
|
|
54
54
|
]
|
|
55
55
|
},
|
|
56
|
-
|
|
56
|
+
c
|
|
57
57
|
), !0;
|
|
58
58
|
};
|
|
59
59
|
function q(o, s, n) {
|
|
60
|
-
return s && (n == null ? void 0 : n.length) && n !==
|
|
60
|
+
return s && (n == null ? void 0 : n.length) && n !== _(o, s);
|
|
61
61
|
}
|
|
62
|
-
function z(o, s, n,
|
|
62
|
+
function z(o, s, n, t, f, e) {
|
|
63
63
|
o ? B(s, {
|
|
64
64
|
at: o[1]
|
|
65
65
|
}) : B(s, {
|
|
66
66
|
split: !0
|
|
67
67
|
}), k(s, {
|
|
68
68
|
url: n,
|
|
69
|
-
buttonStyle:
|
|
69
|
+
buttonStyle: t,
|
|
70
70
|
target: f
|
|
71
|
-
}), N(s, {
|
|
71
|
+
}), N(s, { text: e });
|
|
72
72
|
}
|
|
73
|
-
function A(o, s, n,
|
|
74
|
-
var
|
|
75
|
-
(o !== ((
|
|
73
|
+
function A(o, s, n, t, f, e) {
|
|
74
|
+
var c, p, u;
|
|
75
|
+
(o !== ((c = n[0]) == null ? void 0 : c.url) || t !== ((p = n[0]) == null ? void 0 : p.target) || f !== ((u = n[0]) == null ? void 0 : u.buttonStyle)) && M(
|
|
76
76
|
s,
|
|
77
|
-
{ url: o, target:
|
|
77
|
+
{ url: o, target: t, buttonStyle: f },
|
|
78
78
|
{
|
|
79
79
|
at: n[1]
|
|
80
80
|
}
|
|
81
|
-
), N(s, {
|
|
81
|
+
), N(s, { text: e });
|
|
82
82
|
}
|
|
83
83
|
export {
|
|
84
84
|
S as upsertButton
|
package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButton.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upsertButton.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButton.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport {\n type InsertNodesOptions,\n type Path,\n type PlateEditor,\n type TNode,\n type TNodeEntry,\n type UnwrapNodesOptions,\n type Value,\n type WrapNodesOptions,\n findNode,\n getAboveNode,\n getEditorString,\n getNodeLeaf,\n getNodeProps,\n getPluginOptions,\n getPluginType,\n isDefined,\n isExpanded,\n removeNodes,\n setNodes,\n} from '@frontify/fondue';\n\nimport { type ButtonPlugin, ELEMENT_BUTTON } from '../createButtonPlugin';\nimport { type RichTextButtonStyle, type TButtonElement } from '../types';\nimport { type CreateButtonNodeOptions } from '../utils/index';\n\nimport { insertButton, unwrapButton, upsertButtonText, wrapButton } from '.';\n\nexport type UpsertButtonOptions<V extends Value = Value> = CreateButtonNodeOptions & {\n /**\n * If true, insert text when selection is in url.\n */\n insertTextInButton?: boolean;\n insertNodesOptions?: InsertNodesOptions<V>;\n unwrapNodesOptions?: UnwrapNodesOptions<V>;\n wrapNodesOptions?: WrapNodesOptions<V>;\n isUrl?: (url: string) => boolean;\n};\n\n/**\n * If selection in a button or is not url:\n * - insert text with url, exit\n * If selection is expanded or `update` in a button:\n * - remove button node, get button text\n * Then:\n * - insert button node\n */\nexport const upsertButton = <V extends Value>(\n editor: PlateEditor<V>,\n {\n url,\n text,\n buttonStyle,\n target,\n insertTextInButton,\n insertNodesOptions,\n isUrl = getPluginOptions<ButtonPlugin, V>(editor, ELEMENT_BUTTON).isUrl,\n }: UpsertButtonOptions<V>,\n) => {\n const at = editor.selection;\n if (!at) {\n return;\n }\n\n const buttonAbove = getAboveNode<TButtonElement>(editor, {\n at,\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n });\n\n // anchor and focus in button -> insert text\n if (insertTextInButton && buttonAbove) {\n // we don't want to insert marks in buttons\n editor.insertText(url);\n return true;\n }\n\n if (!isUrl?.(url)) {\n return;\n }\n\n if (isDefined(text) && text.length === 0) {\n text = url;\n }\n\n if (buttonAbove) {\n editButtonUrlAndTarget<V>(url, editor, buttonAbove, target, buttonStyle, text);\n return true;\n }\n\n // selection contains at one edge edge or between the edges\n const buttonEntry = findNode<TButtonElement>(editor, {\n at,\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n });\n\n const [buttonNode, buttonPath] = buttonEntry ?? [];\n\n const shouldReplaceText = shouldReplaceButtonText<V>(editor, buttonPath, text);\n\n if (isExpanded(at)) {\n anchorAndFocusInButton<V>(buttonAbove, editor, url, buttonStyle, target, text);\n return true;\n }\n\n if (shouldReplaceText) {\n removeNodes(editor, {\n at: buttonPath,\n });\n }\n\n const props = getNodeProps(buttonNode ?? ({} as TNode));\n\n const path = editor.selection?.focus.path;\n if (!path) {\n return;\n }\n\n // button text should have the focused leaf marks\n const leaf = getNodeLeaf(editor, path);\n\n // if text is empty, text is url\n if (!text?.length) {\n text = url;\n }\n\n insertButton(\n editor,\n {\n ...props,\n url,\n target,\n children: [\n {\n ...leaf,\n text,\n },\n ],\n },\n insertNodesOptions,\n );\n return true;\n};\n\nfunction shouldReplaceButtonText<V extends Value>(editor: PlateEditor<V>, buttonPath?: Path, text?: string) {\n return buttonPath && text?.length && text !== getEditorString(editor, buttonPath);\n}\n\nfunction anchorAndFocusInButton<V extends Value>(\n buttonAbove: undefined,\n editor: PlateEditor<V>,\n url: string,\n buttonStyle?: RichTextButtonStyle,\n target?: string,\n text?: string,\n) {\n if (buttonAbove) {\n unwrapButton(editor, {\n at: buttonAbove[1],\n });\n } else {\n unwrapButton(editor, {\n split: true,\n });\n }\n\n wrapButton(editor, {\n url,\n buttonStyle,\n target,\n });\n\n upsertButtonText(editor, { url, target, text });\n}\n\nfunction editButtonUrlAndTarget<V extends Value>(\n url: string,\n editor: PlateEditor<V>,\n buttonAbove: TNodeEntry<TButtonElement>,\n target?: string,\n buttonStyle?: string,\n text?: string,\n) {\n if (\n url !== buttonAbove[0]?.url ||\n target !== buttonAbove[0]?.target ||\n buttonStyle !== buttonAbove[0]?.buttonStyle\n ) {\n setNodes<TButtonElement>(\n editor,\n { url, target, buttonStyle },\n {\n at: buttonAbove[1],\n },\n );\n }\n\n upsertButtonText(editor, { url, text, target });\n}\n"],"names":["upsertButton","editor","url","text","buttonStyle","target","insertTextInButton","insertNodesOptions","isUrl","getPluginOptions","ELEMENT_BUTTON","at","buttonAbove","getAboveNode","getPluginType","isDefined","editButtonUrlAndTarget","buttonEntry","findNode","buttonNode","buttonPath","shouldReplaceText","shouldReplaceButtonText","isExpanded","anchorAndFocusInButton","removeNodes","props","getNodeProps","path","_a","leaf","getNodeLeaf","insertButton","getEditorString","unwrapButton","wrapButton","upsertButtonText","_b","_c","setNodes"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"upsertButton.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButton.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport {\n type InsertNodesOptions,\n type Path,\n type PlateEditor,\n type TNode,\n type TNodeEntry,\n type UnwrapNodesOptions,\n type Value,\n type WrapNodesOptions,\n findNode,\n getAboveNode,\n getEditorString,\n getNodeLeaf,\n getNodeProps,\n getPluginOptions,\n getPluginType,\n isDefined,\n isExpanded,\n removeNodes,\n setNodes,\n} from '@frontify/fondue';\n\nimport { type ButtonPlugin, ELEMENT_BUTTON } from '../createButtonPlugin';\nimport { type RichTextButtonStyle, type TButtonElement } from '../types';\nimport { type CreateButtonNodeOptions } from '../utils/index';\n\nimport { insertButton, unwrapButton, upsertButtonText, wrapButton } from '.';\n\nexport type UpsertButtonOptions<V extends Value = Value> = CreateButtonNodeOptions & {\n /**\n * If true, insert text when selection is in url.\n */\n insertTextInButton?: boolean;\n insertNodesOptions?: InsertNodesOptions<V>;\n unwrapNodesOptions?: UnwrapNodesOptions<V>;\n wrapNodesOptions?: WrapNodesOptions<V>;\n isUrl?: (url: string) => boolean;\n};\n\n/**\n * If selection in a button or is not url:\n * - insert text with url, exit\n * If selection is expanded or `update` in a button:\n * - remove button node, get button text\n * Then:\n * - insert button node\n */\nexport const upsertButton = <V extends Value>(\n editor: PlateEditor<V>,\n {\n url,\n text,\n buttonStyle,\n target,\n insertTextInButton,\n insertNodesOptions,\n isUrl = getPluginOptions<ButtonPlugin, V>(editor, ELEMENT_BUTTON).isUrl,\n }: UpsertButtonOptions<V>,\n) => {\n const at = editor.selection;\n if (!at) {\n return;\n }\n\n const buttonAbove = getAboveNode<TButtonElement>(editor, {\n at,\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n });\n\n // anchor and focus in button -> insert text\n if (insertTextInButton && buttonAbove) {\n // we don't want to insert marks in buttons\n editor.insertText(url);\n return true;\n }\n\n if (!isUrl?.(url)) {\n return;\n }\n\n if (isDefined(text) && text.length === 0) {\n text = url;\n }\n\n if (buttonAbove) {\n editButtonUrlAndTarget<V>(url, editor, buttonAbove, target, buttonStyle, text);\n return true;\n }\n\n // selection contains at one edge edge or between the edges\n const buttonEntry = findNode<TButtonElement>(editor, {\n at,\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n });\n\n const [buttonNode, buttonPath] = buttonEntry ?? [];\n\n const shouldReplaceText = shouldReplaceButtonText<V>(editor, buttonPath, text);\n\n if (isExpanded(at)) {\n anchorAndFocusInButton<V>(buttonAbove, editor, url, buttonStyle, target, text);\n return true;\n }\n\n if (shouldReplaceText) {\n removeNodes(editor, {\n at: buttonPath,\n });\n }\n\n const props = getNodeProps(buttonNode ?? ({} as TNode));\n\n const path = editor.selection?.focus.path;\n if (!path) {\n return;\n }\n\n // button text should have the focused leaf marks\n const leaf = getNodeLeaf(editor, path);\n\n // if text is empty, text is url\n if (!text?.length) {\n text = url;\n }\n\n insertButton(\n editor,\n {\n ...props,\n url,\n target,\n children: [\n {\n ...leaf,\n text,\n },\n ],\n },\n insertNodesOptions,\n );\n return true;\n};\n\nfunction shouldReplaceButtonText<V extends Value>(editor: PlateEditor<V>, buttonPath?: Path, text?: string) {\n return buttonPath && text?.length && text !== getEditorString(editor, buttonPath);\n}\n\nfunction anchorAndFocusInButton<V extends Value>(\n buttonAbove: undefined,\n editor: PlateEditor<V>,\n url: string,\n buttonStyle?: RichTextButtonStyle,\n target?: string,\n text?: string,\n) {\n if (buttonAbove) {\n unwrapButton(editor, {\n at: buttonAbove[1],\n });\n } else {\n unwrapButton(editor, {\n split: true,\n });\n }\n\n wrapButton(editor, {\n url,\n buttonStyle,\n target,\n });\n\n upsertButtonText(editor, { url, target, text });\n}\n\nfunction editButtonUrlAndTarget<V extends Value>(\n url: string,\n editor: PlateEditor<V>,\n buttonAbove: TNodeEntry<TButtonElement>,\n target?: string,\n buttonStyle?: string,\n text?: string,\n) {\n if (\n url !== buttonAbove[0]?.url ||\n target !== buttonAbove[0]?.target ||\n buttonStyle !== buttonAbove[0]?.buttonStyle\n ) {\n setNodes<TButtonElement>(\n editor,\n { url, target, buttonStyle },\n {\n at: buttonAbove[1],\n },\n );\n }\n\n upsertButtonText(editor, { url, text, target });\n}\n"],"names":["upsertButton","editor","url","text","buttonStyle","target","insertTextInButton","insertNodesOptions","isUrl","getPluginOptions","ELEMENT_BUTTON","at","buttonAbove","getAboveNode","getPluginType","isDefined","editButtonUrlAndTarget","buttonEntry","findNode","buttonNode","buttonPath","shouldReplaceText","shouldReplaceButtonText","isExpanded","anchorAndFocusInButton","removeNodes","props","getNodeProps","path","_a","leaf","getNodeLeaf","insertButton","getEditorString","unwrapButton","wrapButton","upsertButtonText","_b","_c","setNodes"],"mappings":";;;;;;AAiDO,MAAMA,IAAe,CACxBC,GACA;AAAA,EACI,KAAAC;AAAA,EACA,MAAAC;AAAA,EACA,aAAAC;AAAA,EACA,QAAAC;AAAA,EACA,oBAAAC;AAAA,EACA,oBAAAC;AAAA,EACA,OAAAC,IAAQC,EAAkCR,GAAQS,CAAc,EAAE;AACtE,MACC;;AACD,QAAMC,IAAKV,EAAO;AAClB,MAAI,CAACU;AACD;AAGJ,QAAMC,IAAcC,EAA6BZ,GAAQ;AAAA,IACrD,IAAAU;AAAA,IACA,OAAO,EAAE,MAAMG,EAAcb,GAAQS,CAAc,EAAA;AAAA,EAAE,CACxD;AAGD,MAAIJ,KAAsBM;AAEtB,WAAAX,EAAO,WAAWC,CAAG,GACd;AAGX,MAAI,EAACM,KAAA,QAAAA,EAAQN;AACT;AAOJ,MAJIa,EAAUZ,CAAI,KAAKA,EAAK,WAAW,MACnCA,IAAOD,IAGPU;AACA,WAAAI,EAA0Bd,GAAKD,GAAQW,GAAaP,GAAQD,GAAaD,CAAI,GACtE;AAIX,QAAMc,IAAcC,EAAyBjB,GAAQ;AAAA,IACjD,IAAAU;AAAA,IACA,OAAO,EAAE,MAAMG,EAAcb,GAAQS,CAAc,EAAA;AAAA,EAAE,CACxD,GAEK,CAACS,GAAYC,CAAU,IAAIH,KAAe,CAAA,GAE1CI,IAAoBC,EAA2BrB,GAAQmB,GAAYjB,CAAI;AAE7E,MAAIoB,EAAWZ,CAAE;AACb,WAAAa,EAA0BZ,GAAaX,GAAQC,GAAKE,GAAaC,GAAQF,CAAI,GACtE;AAGX,EAAIkB,KACAI,EAAYxB,GAAQ;AAAA,IAChB,IAAImB;AAAA,EAAA,CACP;AAGL,QAAMM,IAAQC,EAAaR,KAAe,EAAY,GAEhDS,KAAOC,IAAA5B,EAAO,cAAP,gBAAA4B,EAAkB,MAAM;AACrC,MAAI,CAACD;AACD;AAIJ,QAAME,IAAOC,EAAY9B,GAAQ2B,CAAI;AAGrC,SAAKzB,KAAA,QAAAA,EAAM,WACPA,IAAOD,IAGX8B;AAAA,IACI/B;AAAA,IACA;AAAA,MACI,GAAGyB;AAAA,MACH,KAAAxB;AAAA,MACA,QAAAG;AAAA,MACA,UAAU;AAAA,QACN;AAAA,UACI,GAAGyB;AAAA,UACH,MAAA3B;AAAA,QAAA;AAAA,MACJ;AAAA,IACJ;AAAA,IAEJI;AAAA,EAAA,GAEG;AACX;AAEA,SAASe,EAAyCrB,GAAwBmB,GAAmBjB,GAAe;AACxG,SAAOiB,MAAcjB,KAAA,gBAAAA,EAAM,WAAUA,MAAS8B,EAAgBhC,GAAQmB,CAAU;AACpF;AAEA,SAASI,EACLZ,GACAX,GACAC,GACAE,GACAC,GACAF,GACF;AACE,EAAIS,IACAsB,EAAajC,GAAQ;AAAA,IACjB,IAAIW,EAAY,CAAC;AAAA,EAAA,CACpB,IAEDsB,EAAajC,GAAQ;AAAA,IACjB,OAAO;AAAA,EAAA,CACV,GAGLkC,EAAWlC,GAAQ;AAAA,IACf,KAAAC;AAAA,IACA,aAAAE;AAAA,IACA,QAAAC;AAAA,EAAA,CACH,GAED+B,EAAiBnC,GAAQ,EAAe,MAAAE,GAAM;AAClD;AAEA,SAASa,EACLd,GACAD,GACAW,GACAP,GACAD,GACAD,GACF;;AACE,GACID,QAAQ2B,IAAAjB,EAAY,CAAC,MAAb,gBAAAiB,EAAgB,QACxBxB,QAAWgC,IAAAzB,EAAY,CAAC,MAAb,gBAAAyB,EAAgB,WAC3BjC,QAAgBkC,IAAA1B,EAAY,CAAC,MAAb,gBAAA0B,EAAgB,iBAEhCC;AAAA,IACItC;AAAA,IACA,EAAE,KAAAC,GAAK,QAAAG,GAAQ,aAAAD,EAAA;AAAA,IACf;AAAA,MACI,IAAIQ,EAAY,CAAC;AAAA,IAAA;AAAA,EACrB,GAIRwB,EAAiBnC,GAAQ,EAAO,MAAAE,EAAa,CAAC;AAClD;"}
|
package/dist/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButtonText.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upsertButtonText.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButtonText.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport {\n type PlateEditor,\n type TText,\n type Value,\n getAboveNode,\n getEditorString,\n getPluginType,\n replaceNodeChildren,\n} from '@frontify/fondue';\n\nimport { ELEMENT_BUTTON, type TButtonElement } from '..';\n\nimport { type UpsertButtonOptions } from './upsertButton';\n\n/**\n * If the text is different than the button above text, replace button children by a new text.\n * The new text has the same marks than the first text replaced.\n */\nexport const upsertButtonText = <V extends Value>(editor: PlateEditor<V>, { text }: UpsertButtonOptions<V>) => {\n const newButton = getAboveNode<TButtonElement>(editor, {\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n });\n\n if (newButton) {\n const [newButtonNode, newButtonPath] = newButton;\n\n if (text?.length && text !== getEditorString(editor, newButtonPath)) {\n const firstText = newButtonNode.children[0];\n\n // remove button children\n replaceNodeChildren<TText>(editor, {\n at: newButtonPath,\n nodes: { ...firstText, text },\n insertOptions: {\n select: true,\n },\n });\n }\n }\n};\n"],"names":["upsertButtonText","editor","text","newButton","getAboveNode","getPluginType","ELEMENT_BUTTON","newButtonNode","newButtonPath","getEditorString","firstText","replaceNodeChildren"],"mappings":";;AAoBO,MAAMA,IAAmB,CAAkBC,GAAwB,EAAE,MAAAC,QAAmC;
|
|
1
|
+
{"version":3,"file":"upsertButtonText.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/transforms/upsertButtonText.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport {\n type PlateEditor,\n type TText,\n type Value,\n getAboveNode,\n getEditorString,\n getPluginType,\n replaceNodeChildren,\n} from '@frontify/fondue';\n\nimport { ELEMENT_BUTTON, type TButtonElement } from '..';\n\nimport { type UpsertButtonOptions } from './upsertButton';\n\n/**\n * If the text is different than the button above text, replace button children by a new text.\n * The new text has the same marks than the first text replaced.\n */\nexport const upsertButtonText = <V extends Value>(editor: PlateEditor<V>, { text }: UpsertButtonOptions<V>) => {\n const newButton = getAboveNode<TButtonElement>(editor, {\n match: { type: getPluginType(editor, ELEMENT_BUTTON) },\n });\n\n if (newButton) {\n const [newButtonNode, newButtonPath] = newButton;\n\n if (text?.length && text !== getEditorString(editor, newButtonPath)) {\n const firstText = newButtonNode.children[0];\n\n // remove button children\n replaceNodeChildren<TText>(editor, {\n at: newButtonPath,\n nodes: { ...firstText, text },\n insertOptions: {\n select: true,\n },\n });\n }\n }\n};\n"],"names":["upsertButtonText","editor","text","newButton","getAboveNode","getPluginType","ELEMENT_BUTTON","newButtonNode","newButtonPath","getEditorString","firstText","replaceNodeChildren"],"mappings":";;AAoBO,MAAMA,IAAmB,CAAkBC,GAAwB,EAAE,MAAAC,QAAmC;AAC3G,QAAMC,IAAYC,EAA6BH,GAAQ;AAAA,IACnD,OAAO,EAAE,MAAMI,EAAcJ,GAAQK,CAAc,EAAA;AAAA,EAAE,CACxD;AAED,MAAIH,GAAW;AACX,UAAM,CAACI,GAAeC,CAAa,IAAIL;AAEvC,QAAID,KAAA,QAAAA,EAAM,UAAUA,MAASO,EAAgBR,GAAQO,CAAa,GAAG;AACjE,YAAME,IAAYH,EAAc,SAAS,CAAC;AAG1C,MAAAI,EAA2BV,GAAQ;AAAA,QAC/B,IAAIO;AAAA,QACJ,OAAO,EAAE,GAAGE,GAAW,MAAAR,EAAA;AAAA,QACvB,eAAe;AAAA,UACX,QAAQ;AAAA,QAAA;AAAA,MACZ,CACH;AAAA,IACL;AAAA,EACJ;AACJ;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wrapButton.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/transforms/wrapButton.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type PlateEditor, type Value, type WrapNodesOptions, getPluginType, wrapNodes } from '@frontify/fondue';\n\nimport { ELEMENT_BUTTON, type RichTextButtonStyle, type TButtonElement } from '..';\n\nexport interface WrapButtonOptions<V extends Value = Value> extends WrapNodesOptions<V> {\n url: string;\n buttonStyle?: RichTextButtonStyle;\n target?: string;\n}\n\n/**\n * Wrap a button node with split.\n */\nexport const wrapButton = <V extends Value>(\n editor: PlateEditor<V>,\n { url, buttonStyle, target, ...options }: WrapButtonOptions<V>,\n) => {\n wrapNodes<TButtonElement, Value>(\n editor,\n {\n type: getPluginType(editor, ELEMENT_BUTTON),\n url,\n buttonStyle,\n target,\n children: [],\n },\n { split: true, ...options } as WrapNodesOptions,\n );\n};\n"],"names":["wrapButton","editor","url","buttonStyle","target","options","wrapNodes","getPluginType","ELEMENT_BUTTON"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"wrapButton.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/transforms/wrapButton.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type PlateEditor, type Value, type WrapNodesOptions, getPluginType, wrapNodes } from '@frontify/fondue';\n\nimport { ELEMENT_BUTTON, type RichTextButtonStyle, type TButtonElement } from '..';\n\nexport interface WrapButtonOptions<V extends Value = Value> extends WrapNodesOptions<V> {\n url: string;\n buttonStyle?: RichTextButtonStyle;\n target?: string;\n}\n\n/**\n * Wrap a button node with split.\n */\nexport const wrapButton = <V extends Value>(\n editor: PlateEditor<V>,\n { url, buttonStyle, target, ...options }: WrapButtonOptions<V>,\n) => {\n wrapNodes<TButtonElement, Value>(\n editor,\n {\n type: getPluginType(editor, ELEMENT_BUTTON),\n url,\n buttonStyle,\n target,\n children: [],\n },\n { split: true, ...options } as WrapNodesOptions,\n );\n};\n"],"names":["wrapButton","editor","url","buttonStyle","target","options","wrapNodes","getPluginType","ELEMENT_BUTTON"],"mappings":";;AAeO,MAAMA,IAAa,CACtBC,GACA,EAAE,KAAAC,GAAK,aAAAC,GAAa,QAAAC,GAAQ,GAAGC,QAC9B;AACD,EAAAC;AAAA,IACIL;AAAA,IACA;AAAA,MACI,MAAMM,EAAcN,GAAQO,CAAc;AAAA,MAC1C,KAAAN;AAAA,MACA,aAAAC;AAAA,MACA,QAAAC;AAAA,MACA,UAAU,CAAA;AAAA,IAAC;AAAA,IAEf,EAAE,OAAO,IAAM,GAAGC,EAAA;AAAA,EAAQ;AAElC;"}
|
package/dist/components/RichTextEditor/plugins/ButtonPlugin/utils/createButtonNode.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createButtonNode.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/utils/createButtonNode.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type PlateEditor, type TText, type Value, getPluginType } from '@frontify/fondue';\n\nimport { type RichTextButtonStyle, type TButtonElement } from '..';\nimport { ELEMENT_BUTTON } from '../createButtonPlugin';\n\nexport interface CreateButtonNodeOptions {\n url: string;\n text?: string;\n buttonStyle?: RichTextButtonStyle;\n target?: string;\n children?: TText[];\n}\n\nexport const createButtonNode = <V extends Value>(\n editor: PlateEditor<V>,\n { url, text = '', buttonStyle = 'primary', target, children }: CreateButtonNodeOptions,\n): TButtonElement => {\n const type = getPluginType(editor, ELEMENT_BUTTON);\n\n return {\n type,\n url,\n target,\n buttonStyle,\n children: children ?? [{ text }],\n };\n};\n"],"names":["createButtonNode","editor","url","text","buttonStyle","target","children","getPluginType","ELEMENT_BUTTON"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"createButtonNode.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/utils/createButtonNode.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type PlateEditor, type TText, type Value, getPluginType } from '@frontify/fondue';\n\nimport { type RichTextButtonStyle, type TButtonElement } from '..';\nimport { ELEMENT_BUTTON } from '../createButtonPlugin';\n\nexport interface CreateButtonNodeOptions {\n url: string;\n text?: string;\n buttonStyle?: RichTextButtonStyle;\n target?: string;\n children?: TText[];\n}\n\nexport const createButtonNode = <V extends Value>(\n editor: PlateEditor<V>,\n { url, text = '', buttonStyle = 'primary', target, children }: CreateButtonNodeOptions,\n): TButtonElement => {\n const type = getPluginType(editor, ELEMENT_BUTTON);\n\n return {\n type,\n url,\n target,\n buttonStyle,\n children: children ?? [{ text }],\n };\n};\n"],"names":["createButtonNode","editor","url","text","buttonStyle","target","children","getPluginType","ELEMENT_BUTTON"],"mappings":";;AAeO,MAAMA,IAAmB,CAC5BC,GACA,EAAE,KAAAC,GAAK,MAAAC,IAAO,IAAI,aAAAC,IAAc,WAAW,QAAAC,GAAQ,UAAAC,SAI5C;AAAA,EACH,MAHSC,EAAcN,GAAQO,CAAc;AAAA,EAI7C,KAAAN;AAAA,EACA,QAAAG;AAAA,EACA,aAAAD;AAAA,EACA,UAAUE,KAAY,CAAC,EAAE,MAAAH,GAAM;AAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getButtonStyle.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/utils/getButtonStyle.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type PlateEditor, getAboveNode } from '@frontify/fondue';\n\nimport { ELEMENT_BUTTON, type RichTextButtonStyle, type TButtonElement } from '..';\n\nexport const getButtonStyle = (editor: PlateEditor): RichTextButtonStyle => {\n const linkNode = getAboveNode<TButtonElement>(editor, { match: { type: ELEMENT_BUTTON } });\n\n if (!Array.isArray(linkNode)) {\n return 'primary';\n }\n\n return (linkNode[0]?.buttonStyle as RichTextButtonStyle) || 'primary';\n};\n"],"names":["getButtonStyle","editor","linkNode","getAboveNode","ELEMENT_BUTTON","_a"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"getButtonStyle.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/utils/getButtonStyle.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type PlateEditor, getAboveNode } from '@frontify/fondue';\n\nimport { ELEMENT_BUTTON, type RichTextButtonStyle, type TButtonElement } from '..';\n\nexport const getButtonStyle = (editor: PlateEditor): RichTextButtonStyle => {\n const linkNode = getAboveNode<TButtonElement>(editor, { match: { type: ELEMENT_BUTTON } });\n\n if (!Array.isArray(linkNode)) {\n return 'primary';\n }\n\n return (linkNode[0]?.buttonStyle as RichTextButtonStyle) || 'primary';\n};\n"],"names":["getButtonStyle","editor","linkNode","getAboveNode","ELEMENT_BUTTON","_a"],"mappings":";;AAMO,MAAMA,IAAiB,CAACC,MAA6C;;AACxE,QAAMC,IAAWC,EAA6BF,GAAQ,EAAE,OAAO,EAAE,MAAMG,EAAA,GAAkB;AAEzF,SAAK,MAAM,QAAQF,CAAQ,OAInBG,IAAAH,EAAS,CAAC,MAAV,gBAAAG,EAAa,gBAAuC;AAChE;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUrl.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/utils/getUrl.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type PlateEditor, getAboveNode } from '@frontify/fondue';\n\nimport { ELEMENT_BUTTON, type TButtonElement } from '..';\n\nconst getLinkNode = (editor: PlateEditor, cb: (link: TButtonElement) => string): string => {\n const linkNode = getAboveNode<TButtonElement>(editor, { match: { type: ELEMENT_BUTTON } });\n\n if (!Array.isArray(linkNode)) {\n return '';\n }\n\n return cb(linkNode[0]);\n};\n\nexport const getUrlFromEditor = (editor: PlateEditor) => {\n return getLinkNode(editor, (link) => link.url ?? '');\n};\n"],"names":["getLinkNode","editor","cb","linkNode","getAboveNode","ELEMENT_BUTTON","getUrlFromEditor","link"],"mappings":";;AAMA,MAAMA,IAAc,CAACC,GAAqBC,MAAiD;
|
|
1
|
+
{"version":3,"file":"getUrl.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/utils/getUrl.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type PlateEditor, getAboveNode } from '@frontify/fondue';\n\nimport { ELEMENT_BUTTON, type TButtonElement } from '..';\n\nconst getLinkNode = (editor: PlateEditor, cb: (link: TButtonElement) => string): string => {\n const linkNode = getAboveNode<TButtonElement>(editor, { match: { type: ELEMENT_BUTTON } });\n\n if (!Array.isArray(linkNode)) {\n return '';\n }\n\n return cb(linkNode[0]);\n};\n\nexport const getUrlFromEditor = (editor: PlateEditor) => {\n return getLinkNode(editor, (link) => link.url ?? '');\n};\n"],"names":["getLinkNode","editor","cb","linkNode","getAboveNode","ELEMENT_BUTTON","getUrlFromEditor","link"],"mappings":";;AAMA,MAAMA,IAAc,CAACC,GAAqBC,MAAiD;AACvF,QAAMC,IAAWC,EAA6BH,GAAQ,EAAE,OAAO,EAAE,MAAMI,EAAA,GAAkB;AAEzF,SAAK,MAAM,QAAQF,CAAQ,IAIpBD,EAAGC,EAAS,CAAC,CAAC,IAHV;AAIf,GAEaG,IAAmB,CAACL,MACtBD,EAAYC,GAAQ,CAACM,MAASA,EAAK,OAAO,EAAE;"}
|