@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":"DocumentLinks.es.js","sources":["../../../../src/components/Link/LinkSelector/DocumentLinks.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type Document, type DocumentPage, type DocumentSection } from '@frontify/app-bridge';\nimport { type ReactElement, useEffect, useState } from 'react';\n\nimport { type InitiallyExpandedItems } from '../';\nimport { filterDocumentSectionsWithUnreadableTitles } from '../helpers/filterDocumentSectionsWithUnreadableTitles';\n\nimport { DocumentLink } from './DocumentLink';\nimport { LoadingIndicator } from './LoadingIndicator';\n\ntype DocumentLinksProps = {\n selectedUrl: string;\n onSelectUrl: (url: string) => void;\n getAllDocuments: () => Promise<Document[]>;\n getDocumentSectionsByDocumentPageId: (documentPageId: number) => Promise<DocumentSection[]>;\n getDocumentPagesByDocumentId: (documentId: number) => Promise<DocumentPage[]>;\n};\n\nexport const DocumentLinks = ({\n selectedUrl,\n onSelectUrl,\n getAllDocuments,\n getDocumentPagesByDocumentId,\n getDocumentSectionsByDocumentPageId,\n}: DocumentLinksProps): ReactElement => {\n const [isLoading, setIsLoading] = useState(true);\n const [documents, setDocuments] = useState<Document[]>([]);\n const [itemsToExpandInitially, setItemsToExpandInitially] = useState<InitiallyExpandedItems>({\n documentId: undefined,\n pageId: undefined,\n });\n\n useEffect(() => {\n if (selectedUrl && documents.length > 0) {\n findLocationOfSelectedUrl().then((items) => {\n setItemsToExpandInitially(items);\n });\n }\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [documents.length]);\n\n useEffect(() => {\n getAllDocuments()\n .then((_documents) => {\n setDocuments(_documents);\n })\n .finally(() => {\n setIsLoading(false);\n });\n }, []);\n\n const findLocationOfSelectedUrl = async () => {\n const itemsToExpand: InitiallyExpandedItems = {\n documentId: undefined,\n pageId: undefined,\n };\n const selectedUrlIsDocument = documents.find((document) => document.permanentLink === selectedUrl);\n if (selectedUrlIsDocument) {\n return itemsToExpand;\n }\n for (const document of documents) {\n const pages = await getDocumentPagesByDocumentId(document.id);\n const selectedUrlIsPage = !!pages.find((page) => page.permanentLink === selectedUrl);\n if (selectedUrlIsPage) {\n itemsToExpand.documentId = document.id;\n return itemsToExpand;\n }\n for (const page of pages) {\n const sections = await getDocumentSectionsByDocumentPageId(page.id);\n const sectionsWithReadableTitles = filterDocumentSectionsWithUnreadableTitles(sections);\n const selectedUrlIsSection = !!sectionsWithReadableTitles.find(\n (section) => section.permanentLink === selectedUrl,\n );\n if (selectedUrlIsSection) {\n itemsToExpand.documentId = document.id;\n itemsToExpand.pageId = page.id;\n return itemsToExpand;\n }\n }\n }\n return itemsToExpand;\n };\n\n return isLoading ? (\n <LoadingIndicator />\n ) : (\n <>\n {documents.map((document) => {\n return (\n <DocumentLink\n key={document.id}\n document={document}\n selectedUrl={selectedUrl}\n onSelectUrl={onSelectUrl}\n itemsToExpandInitially={itemsToExpandInitially}\n getDocumentSectionsByDocumentPageId={getDocumentSectionsByDocumentPageId}\n getDocumentPagesByDocumentId={getDocumentPagesByDocumentId}\n />\n );\n })}\n </>\n );\n};\n"],"names":["DocumentLinks","selectedUrl","onSelectUrl","getAllDocuments","getDocumentPagesByDocumentId","getDocumentSectionsByDocumentPageId","isLoading","setIsLoading","useState","documents","setDocuments","itemsToExpandInitially","setItemsToExpandInitially","useEffect","findLocationOfSelectedUrl","items","_documents","itemsToExpand","document","pages","page","sections","filterDocumentSectionsWithUnreadableTitles","section","LoadingIndicator","jsx","DocumentLink"],"mappings":";;;;;AAmBO,MAAMA,IAAgB,CAAC;AAAA,EAC1B,aAAAC;AAAA,EACA,aAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,8BAAAC;AAAA,EACA,qCAAAC;AACJ,MAAwC;AACpC,QAAM,CAACC,GAAWC,CAAY,IAAIC,EAAS,EAAI,GACzC,CAACC,GAAWC,CAAY,IAAIF,EAAqB,CAAE,
|
|
1
|
+
{"version":3,"file":"DocumentLinks.es.js","sources":["../../../../src/components/Link/LinkSelector/DocumentLinks.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type Document, type DocumentPage, type DocumentSection } from '@frontify/app-bridge';\nimport { type ReactElement, useEffect, useState } from 'react';\n\nimport { type InitiallyExpandedItems } from '../';\nimport { filterDocumentSectionsWithUnreadableTitles } from '../helpers/filterDocumentSectionsWithUnreadableTitles';\n\nimport { DocumentLink } from './DocumentLink';\nimport { LoadingIndicator } from './LoadingIndicator';\n\ntype DocumentLinksProps = {\n selectedUrl: string;\n onSelectUrl: (url: string) => void;\n getAllDocuments: () => Promise<Document[]>;\n getDocumentSectionsByDocumentPageId: (documentPageId: number) => Promise<DocumentSection[]>;\n getDocumentPagesByDocumentId: (documentId: number) => Promise<DocumentPage[]>;\n};\n\nexport const DocumentLinks = ({\n selectedUrl,\n onSelectUrl,\n getAllDocuments,\n getDocumentPagesByDocumentId,\n getDocumentSectionsByDocumentPageId,\n}: DocumentLinksProps): ReactElement => {\n const [isLoading, setIsLoading] = useState(true);\n const [documents, setDocuments] = useState<Document[]>([]);\n const [itemsToExpandInitially, setItemsToExpandInitially] = useState<InitiallyExpandedItems>({\n documentId: undefined,\n pageId: undefined,\n });\n\n useEffect(() => {\n if (selectedUrl && documents.length > 0) {\n findLocationOfSelectedUrl().then((items) => {\n setItemsToExpandInitially(items);\n });\n }\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [documents.length]);\n\n useEffect(() => {\n getAllDocuments()\n .then((_documents) => {\n setDocuments(_documents);\n })\n .finally(() => {\n setIsLoading(false);\n });\n }, []);\n\n const findLocationOfSelectedUrl = async () => {\n const itemsToExpand: InitiallyExpandedItems = {\n documentId: undefined,\n pageId: undefined,\n };\n const selectedUrlIsDocument = documents.find((document) => document.permanentLink === selectedUrl);\n if (selectedUrlIsDocument) {\n return itemsToExpand;\n }\n for (const document of documents) {\n const pages = await getDocumentPagesByDocumentId(document.id);\n const selectedUrlIsPage = !!pages.find((page) => page.permanentLink === selectedUrl);\n if (selectedUrlIsPage) {\n itemsToExpand.documentId = document.id;\n return itemsToExpand;\n }\n for (const page of pages) {\n const sections = await getDocumentSectionsByDocumentPageId(page.id);\n const sectionsWithReadableTitles = filterDocumentSectionsWithUnreadableTitles(sections);\n const selectedUrlIsSection = !!sectionsWithReadableTitles.find(\n (section) => section.permanentLink === selectedUrl,\n );\n if (selectedUrlIsSection) {\n itemsToExpand.documentId = document.id;\n itemsToExpand.pageId = page.id;\n return itemsToExpand;\n }\n }\n }\n return itemsToExpand;\n };\n\n return isLoading ? (\n <LoadingIndicator />\n ) : (\n <>\n {documents.map((document) => {\n return (\n <DocumentLink\n key={document.id}\n document={document}\n selectedUrl={selectedUrl}\n onSelectUrl={onSelectUrl}\n itemsToExpandInitially={itemsToExpandInitially}\n getDocumentSectionsByDocumentPageId={getDocumentSectionsByDocumentPageId}\n getDocumentPagesByDocumentId={getDocumentPagesByDocumentId}\n />\n );\n })}\n </>\n );\n};\n"],"names":["DocumentLinks","selectedUrl","onSelectUrl","getAllDocuments","getDocumentPagesByDocumentId","getDocumentSectionsByDocumentPageId","isLoading","setIsLoading","useState","documents","setDocuments","itemsToExpandInitially","setItemsToExpandInitially","useEffect","findLocationOfSelectedUrl","items","_documents","itemsToExpand","document","pages","page","sections","filterDocumentSectionsWithUnreadableTitles","section","LoadingIndicator","jsx","DocumentLink"],"mappings":";;;;;AAmBO,MAAMA,IAAgB,CAAC;AAAA,EAC1B,aAAAC;AAAA,EACA,aAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,8BAAAC;AAAA,EACA,qCAAAC;AACJ,MAAwC;AACpC,QAAM,CAACC,GAAWC,CAAY,IAAIC,EAAS,EAAI,GACzC,CAACC,GAAWC,CAAY,IAAIF,EAAqB,CAAA,CAAE,GACnD,CAACG,GAAwBC,CAAyB,IAAIJ,EAAiC;AAAA,IACzF,YAAY;AAAA,IACZ,QAAQ;AAAA,EAAA,CACX;AAED,EAAAK,EAAU,MAAM;AACZ,IAAIZ,KAAeQ,EAAU,SAAS,KAClCK,EAAA,EAA4B,KAAK,CAACC,MAAU;AACxC,MAAAH,EAA0BG,CAAK;AAAA,IACnC,CAAC;AAAA,EAGT,GAAG,CAACN,EAAU,MAAM,CAAC,GAErBI,EAAU,MAAM;AACZ,IAAAV,EAAA,EACK,KAAK,CAACa,MAAe;AAClB,MAAAN,EAAaM,CAAU;AAAA,IAC3B,CAAC,EACA,QAAQ,MAAM;AACX,MAAAT,EAAa,EAAK;AAAA,IACtB,CAAC;AAAA,EACT,GAAG,CAAA,CAAE;AAEL,QAAMO,IAA4B,YAAY;AAC1C,UAAMG,IAAwC;AAAA,MAC1C,YAAY;AAAA,MACZ,QAAQ;AAAA,IAAA;AAGZ,QAD8BR,EAAU,KAAK,CAACS,MAAaA,EAAS,kBAAkBjB,CAAW;AAE7F,aAAOgB;AAEX,eAAWC,KAAYT,GAAW;AAC9B,YAAMU,IAAQ,MAAMf,EAA6Bc,EAAS,EAAE;AAE5D,UAD0B,CAAC,CAACC,EAAM,KAAK,CAACC,MAASA,EAAK,kBAAkBnB,CAAW;AAE/E,eAAAgB,EAAc,aAAaC,EAAS,IAC7BD;AAEX,iBAAWG,KAAQD,GAAO;AACtB,cAAME,IAAW,MAAMhB,EAAoCe,EAAK,EAAE;AAKlE,YAH6B,CAAC,CADKE,EAA2CD,CAAQ,EAC5B;AAAA,UACtD,CAACE,MAAYA,EAAQ,kBAAkBtB;AAAA,QAAA;AAGvC,iBAAAgB,EAAc,aAAaC,EAAS,IACpCD,EAAc,SAASG,EAAK,IACrBH;AAAA,MAEf;AAAA,IACJ;AACA,WAAOA;AAAA,EACX;AAEA,SAAOX,sBACFkB,GAAA,CAAA,CAAiB,2BAGb,UAAAf,EAAU,IAAI,CAACS,MAER,gBAAAO;AAAA,IAACC;AAAA,IAAA;AAAA,MAEG,UAAAR;AAAA,MACA,aAAAjB;AAAA,MACA,aAAAC;AAAA,MACA,wBAAAS;AAAA,MACA,qCAAAN;AAAA,MACA,8BAAAD;AAAA,IAAA;AAAA,IANKc,EAAS;AAAA,EAAA,CASzB,EAAA,CACL;AAER;"}
|
|
@@ -2,7 +2,7 @@ import { jsx as t, jsxs as p } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as c, useEffect as v } from "react";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import { DocumentLinks as x } from "./DocumentLinks.es.js";
|
|
5
|
-
import { Dialog as o } from "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
5
|
+
import { Dialog as o } from "../../../node_modules/.pnpm/@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";
|
|
6
6
|
import "../../../node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons4.es.js";
|
|
7
7
|
import "../../../node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons5.es.js";
|
|
8
8
|
import "../../../node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons6.es.js";
|
|
@@ -351,31 +351,31 @@ import "../../../node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/n
|
|
|
351
351
|
import "../../../node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons349.es.js";
|
|
352
352
|
import "../../../node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons350.es.js";
|
|
353
353
|
import "../../../node_modules/.pnpm/@frontify_fondue-icons@0.17.0_react@18.3.1/node_modules/@frontify/fondue-icons/dist/fondue-icons351.es.js";
|
|
354
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
355
|
-
import { Button as l } from "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
356
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
357
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
358
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
359
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
360
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
361
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
362
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
363
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
364
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
365
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
366
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
367
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
368
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
369
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
370
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
371
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
372
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
373
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
374
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
375
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
376
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
377
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
378
|
-
import "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
354
|
+
import "../../../node_modules/.pnpm/@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";
|
|
355
|
+
import { Button as l } from "../../../node_modules/.pnpm/@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";
|
|
356
|
+
import "../../../node_modules/.pnpm/@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";
|
|
357
|
+
import "../../../node_modules/.pnpm/@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";
|
|
358
|
+
import "../../../node_modules/.pnpm/@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";
|
|
359
|
+
import "../../../node_modules/.pnpm/@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";
|
|
360
|
+
import "../../../node_modules/.pnpm/@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";
|
|
361
|
+
import "../../../node_modules/.pnpm/@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";
|
|
362
|
+
import "../../../node_modules/.pnpm/@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";
|
|
363
|
+
import "../../../node_modules/.pnpm/@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";
|
|
364
|
+
import "../../../node_modules/.pnpm/@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";
|
|
365
|
+
import "../../../node_modules/.pnpm/@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";
|
|
366
|
+
import "../../../node_modules/.pnpm/@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";
|
|
367
|
+
import "../../../node_modules/.pnpm/@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";
|
|
368
|
+
import "../../../node_modules/.pnpm/@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";
|
|
369
|
+
import "../../../node_modules/.pnpm/@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";
|
|
370
|
+
import "../../../node_modules/.pnpm/@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";
|
|
371
|
+
import "../../../node_modules/.pnpm/@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";
|
|
372
|
+
import "../../../node_modules/.pnpm/@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";
|
|
373
|
+
import "../../../node_modules/.pnpm/@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";
|
|
374
|
+
import "../../../node_modules/.pnpm/@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";
|
|
375
|
+
import "../../../node_modules/.pnpm/@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";
|
|
376
|
+
import "../../../node_modules/.pnpm/@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";
|
|
377
|
+
import "../../../node_modules/.pnpm/@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";
|
|
378
|
+
import "../../../node_modules/.pnpm/@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";
|
|
379
379
|
const we = ({
|
|
380
380
|
url: m,
|
|
381
381
|
onUrlChange: e,
|
|
@@ -402,7 +402,7 @@ const we = ({
|
|
|
402
402
|
minWidth: "800px"
|
|
403
403
|
};
|
|
404
404
|
return (
|
|
405
|
-
// eslint-disable-next-line jsx-a11y/no-static-element-interactions
|
|
405
|
+
// eslint-disable-next-line jsx-a11y-x/no-static-element-interactions
|
|
406
406
|
/* @__PURE__ */ t(
|
|
407
407
|
"div",
|
|
408
408
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkSelector.es.js","sources":["../../../../src/components/Link/LinkSelector/LinkSelector.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type Document, type DocumentPage, type DocumentSection } from '@frontify/app-bridge';\nimport { Button, Dialog } from '@frontify/fondue/components';\nimport { IconLink } from '@frontify/fondue/icons';\nimport { type KeyboardEvent, type ReactElement, useEffect, useState } from 'react';\n\nimport './LinkSelector.css';\nimport { DocumentLinks } from './DocumentLinks';\n\ntype LinkSelectorProps = {\n url: string;\n onUrlChange?: (value: string) => void;\n buttonSize?: 'small' | 'medium' | 'large';\n getAllDocuments: () => Promise<Document[]>;\n getDocumentSectionsByDocumentPageId: (documentPageId: number) => Promise<DocumentSection[]>;\n getDocumentPagesByDocumentId: (documentId: number) => Promise<DocumentPage[]>;\n};\n\nexport const LinkSelector = ({\n url,\n onUrlChange,\n buttonSize = 'medium',\n getAllDocuments,\n getDocumentPagesByDocumentId,\n getDocumentSectionsByDocumentPageId,\n}: LinkSelectorProps): ReactElement => {\n const [isModalOpen, setIsModalOpen] = useState(false);\n const [selectedUrl, setSelectedUrl] = useState<string>(url);\n\n const onSelectUrl = (url: string) => {\n setSelectedUrl(url);\n };\n\n const onPressEnter = (event: KeyboardEvent<HTMLInputElement>) => {\n if (event.key === 'Enter') {\n event.preventDefault();\n saveLink();\n }\n };\n\n useEffect(() => {\n if (url && !selectedUrl) {\n setSelectedUrl(url);\n }\n }, [url, selectedUrl]);\n\n const saveLink = () => {\n onUrlChange?.(selectedUrl);\n setIsModalOpen(false);\n };\n\n const dialogProps = {\n onOpenAutoFocus: () => {},\n showUnderlay: true,\n 'data-is-underlay': true,\n minWidth: '800px',\n };\n\n return (\n // eslint-disable-next-line jsx-a11y/no-static-element-interactions\n <div\n onPointerDown={(event) => event.preventDefault()}\n data-test-id=\"internal-link-selector\"\n onKeyDown={onPressEnter}\n >\n <Dialog.Root modal open={isModalOpen} onOpenChange={setIsModalOpen}>\n <Dialog.Trigger asChild>\n <Button size={buttonSize} emphasis=\"default\">\n <IconLink size=\"20\" />\n Internal link\n </Button>\n </Dialog.Trigger>\n <Dialog.Content {...dialogProps}>\n <Dialog.Header>\n <Dialog.Title>Select internal link</Dialog.Title>\n </Dialog.Header>\n <Dialog.Body>\n <div>\n <DocumentLinks\n selectedUrl={selectedUrl}\n onSelectUrl={onSelectUrl}\n getAllDocuments={getAllDocuments}\n getDocumentPagesByDocumentId={getDocumentPagesByDocumentId}\n getDocumentSectionsByDocumentPageId={getDocumentSectionsByDocumentPageId}\n />\n </div>\n </Dialog.Body>\n <Dialog.Footer>\n <Button size={buttonSize} emphasis=\"default\" onPress={() => setIsModalOpen(false)}>\n Cancel\n </Button>\n <Button size={buttonSize} disabled={!selectedUrl} emphasis=\"strong\" onPress={() => saveLink()}>\n Choose\n </Button>\n </Dialog.Footer>\n </Dialog.Content>\n </Dialog.Root>\n </div>\n );\n};\n"],"names":["LinkSelector","url","onUrlChange","buttonSize","getAllDocuments","getDocumentPagesByDocumentId","getDocumentSectionsByDocumentPageId","isModalOpen","setIsModalOpen","useState","selectedUrl","setSelectedUrl","onSelectUrl","onPressEnter","event","saveLink","useEffect","dialogProps","jsx","jsxs","Dialog","Button","IconLink","DocumentLinks"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmBO,MAAMA,KAAe,CAAC;AAAA,EACzB,KAAAC;AAAA,EACA,aAAAC;AAAA,EACA,YAAAC,IAAa;AAAA,EACb,iBAAAC;AAAA,EACA,8BAAAC;AAAA,EACA,qCAAAC;AACJ,MAAuC;AACnC,QAAM,CAACC,GAAaC,CAAc,IAAIC,EAAS,EAAK,GAC9C,CAACC,GAAaC,CAAc,IAAIF,EAAiBR,CAAG,GAEpDW,IAAc,CAACX,MAAgB;AACjC,IAAAU,EAAeV,CAAG;AAAA,
|
|
1
|
+
{"version":3,"file":"LinkSelector.es.js","sources":["../../../../src/components/Link/LinkSelector/LinkSelector.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type Document, type DocumentPage, type DocumentSection } from '@frontify/app-bridge';\nimport { Button, Dialog } from '@frontify/fondue/components';\nimport { IconLink } from '@frontify/fondue/icons';\nimport { type KeyboardEvent, type ReactElement, useEffect, useState } from 'react';\n\nimport './LinkSelector.css';\nimport { DocumentLinks } from './DocumentLinks';\n\ntype LinkSelectorProps = {\n url: string;\n onUrlChange?: (value: string) => void;\n buttonSize?: 'small' | 'medium' | 'large';\n getAllDocuments: () => Promise<Document[]>;\n getDocumentSectionsByDocumentPageId: (documentPageId: number) => Promise<DocumentSection[]>;\n getDocumentPagesByDocumentId: (documentId: number) => Promise<DocumentPage[]>;\n};\n\nexport const LinkSelector = ({\n url,\n onUrlChange,\n buttonSize = 'medium',\n getAllDocuments,\n getDocumentPagesByDocumentId,\n getDocumentSectionsByDocumentPageId,\n}: LinkSelectorProps): ReactElement => {\n const [isModalOpen, setIsModalOpen] = useState(false);\n const [selectedUrl, setSelectedUrl] = useState<string>(url);\n\n const onSelectUrl = (url: string) => {\n setSelectedUrl(url);\n };\n\n const onPressEnter = (event: KeyboardEvent<HTMLInputElement>) => {\n if (event.key === 'Enter') {\n event.preventDefault();\n saveLink();\n }\n };\n\n useEffect(() => {\n if (url && !selectedUrl) {\n setSelectedUrl(url);\n }\n }, [url, selectedUrl]);\n\n const saveLink = () => {\n onUrlChange?.(selectedUrl);\n setIsModalOpen(false);\n };\n\n const dialogProps = {\n onOpenAutoFocus: () => {},\n showUnderlay: true,\n 'data-is-underlay': true,\n minWidth: '800px',\n };\n\n return (\n // eslint-disable-next-line jsx-a11y-x/no-static-element-interactions\n <div\n onPointerDown={(event) => event.preventDefault()}\n data-test-id=\"internal-link-selector\"\n onKeyDown={onPressEnter}\n >\n <Dialog.Root modal open={isModalOpen} onOpenChange={setIsModalOpen}>\n <Dialog.Trigger asChild>\n <Button size={buttonSize} emphasis=\"default\">\n <IconLink size=\"20\" />\n Internal link\n </Button>\n </Dialog.Trigger>\n <Dialog.Content {...dialogProps}>\n <Dialog.Header>\n <Dialog.Title>Select internal link</Dialog.Title>\n </Dialog.Header>\n <Dialog.Body>\n <div>\n <DocumentLinks\n selectedUrl={selectedUrl}\n onSelectUrl={onSelectUrl}\n getAllDocuments={getAllDocuments}\n getDocumentPagesByDocumentId={getDocumentPagesByDocumentId}\n getDocumentSectionsByDocumentPageId={getDocumentSectionsByDocumentPageId}\n />\n </div>\n </Dialog.Body>\n <Dialog.Footer>\n <Button size={buttonSize} emphasis=\"default\" onPress={() => setIsModalOpen(false)}>\n Cancel\n </Button>\n <Button size={buttonSize} disabled={!selectedUrl} emphasis=\"strong\" onPress={() => saveLink()}>\n Choose\n </Button>\n </Dialog.Footer>\n </Dialog.Content>\n </Dialog.Root>\n </div>\n );\n};\n"],"names":["LinkSelector","url","onUrlChange","buttonSize","getAllDocuments","getDocumentPagesByDocumentId","getDocumentSectionsByDocumentPageId","isModalOpen","setIsModalOpen","useState","selectedUrl","setSelectedUrl","onSelectUrl","onPressEnter","event","saveLink","useEffect","dialogProps","jsx","jsxs","Dialog","Button","IconLink","DocumentLinks"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmBO,MAAMA,KAAe,CAAC;AAAA,EACzB,KAAAC;AAAA,EACA,aAAAC;AAAA,EACA,YAAAC,IAAa;AAAA,EACb,iBAAAC;AAAA,EACA,8BAAAC;AAAA,EACA,qCAAAC;AACJ,MAAuC;AACnC,QAAM,CAACC,GAAaC,CAAc,IAAIC,EAAS,EAAK,GAC9C,CAACC,GAAaC,CAAc,IAAIF,EAAiBR,CAAG,GAEpDW,IAAc,CAACX,MAAgB;AACjC,IAAAU,EAAeV,CAAG;AAAA,EACtB,GAEMY,IAAe,CAACC,MAA2C;AAC7D,IAAIA,EAAM,QAAQ,YACdA,EAAM,eAAA,GACNC,EAAA;AAAA,EAER;AAEA,EAAAC,EAAU,MAAM;AACZ,IAAIf,KAAO,CAACS,KACRC,EAAeV,CAAG;AAAA,EAE1B,GAAG,CAACA,GAAKS,CAAW,CAAC;AAErB,QAAMK,IAAW,MAAM;AACnB,IAAAb,KAAA,QAAAA,EAAcQ,IACdF,EAAe,EAAK;AAAA,EACxB,GAEMS,IAAc;AAAA,IAChB,iBAAiB,MAAM;AAAA,IAAC;AAAA,IACxB,cAAc;AAAA,IACd,oBAAoB;AAAA,IACpB,UAAU;AAAA,EAAA;AAGd;AAAA;AAAA,IAEI,gBAAAC;AAAA,MAAC;AAAA,MAAA;AAAA,QACG,eAAe,CAACJ,MAAUA,EAAM,eAAA;AAAA,QAChC,gBAAa;AAAA,QACb,WAAWD;AAAA,QAEX,UAAA,gBAAAM,EAACC,EAAO,MAAP,EAAY,OAAK,IAAC,MAAMb,GAAa,cAAcC,GAChD,UAAA;AAAA,UAAA,gBAAAU,EAACE,EAAO,SAAP,EAAe,SAAO,IACnB,4BAACC,GAAA,EAAO,MAAMlB,GAAY,UAAS,WAC/B,UAAA;AAAA,YAAA,gBAAAe,EAACI,GAAA,EAAS,MAAK,KAAA,CAAK;AAAA,YAAE;AAAA,UAAA,EAAA,CAE1B,EAAA,CACJ;AAAA,UACA,gBAAAH,EAACC,EAAO,SAAP,EAAgB,GAAGH,GAChB,UAAA;AAAA,YAAA,gBAAAC,EAACE,EAAO,QAAP,EACG,UAAA,gBAAAF,EAACE,EAAO,OAAP,EAAa,kCAAoB,EAAA,CACtC;AAAA,YACA,gBAAAF,EAACE,EAAO,MAAP,EACG,4BAAC,OAAA,EACG,UAAA,gBAAAF;AAAA,cAACK;AAAA,cAAA;AAAA,gBACG,aAAAb;AAAA,gBACA,aAAAE;AAAA,gBACA,iBAAAR;AAAA,gBACA,8BAAAC;AAAA,gBACA,qCAAAC;AAAA,cAAA;AAAA,YAAA,GAER,EAAA,CACJ;AAAA,YACA,gBAAAa,EAACC,EAAO,QAAP,EACG,UAAA;AAAA,cAAA,gBAAAF,EAACG,GAAA,EAAO,MAAMlB,GAAY,UAAS,WAAU,SAAS,MAAMK,EAAe,EAAK,GAAG,UAAA,SAAA,CAEnF;AAAA,cACA,gBAAAU,EAACG,GAAA,EAAO,MAAMlB,GAAY,UAAU,CAACO,GAAa,UAAS,UAAS,SAAS,MAAMK,EAAA,GAAY,UAAA,SAAA,CAE/F;AAAA,YAAA,EAAA,CACJ;AAAA,UAAA,EAAA,CACJ;AAAA,QAAA,EAAA,CACJ;AAAA,MAAA;AAAA,IAAA;AAAA;AAGZ;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { LoadingCircle as e } from "../../../node_modules/.pnpm/@frontify_fondue-components@19.2.0_@frontify_fondue-icons@0.17.0_react@18.3.1__@
|
|
2
|
+
import { LoadingCircle as e } from "../../../node_modules/.pnpm/@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";
|
|
3
3
|
const s = () => /* @__PURE__ */ t("div", { className: "tw-flex tw-justify-center tw-h-10 tw-items-center", children: /* @__PURE__ */ t(e, { size: "small" }) });
|
|
4
4
|
export {
|
|
5
5
|
s as LoadingIndicator
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingIndicator.es.js","sources":["../../../../src/components/Link/LinkSelector/LoadingIndicator.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { LoadingCircle } from '@frontify/fondue/components';\n\nexport const LoadingIndicator = () => {\n return (\n <div className=\"tw-flex tw-justify-center tw-h-10 tw-items-center\">\n <LoadingCircle size=\"small\" />\n </div>\n );\n};\n"],"names":["LoadingIndicator","jsx","LoadingCircle"],"mappings":";;AAIO,MAAMA,IAAmB,MAExB,gBAAAC,EAAC,SAAI,WAAU,qDACX,4BAACC,
|
|
1
|
+
{"version":3,"file":"LoadingIndicator.es.js","sources":["../../../../src/components/Link/LinkSelector/LoadingIndicator.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { LoadingCircle } from '@frontify/fondue/components';\n\nexport const LoadingIndicator = () => {\n return (\n <div className=\"tw-flex tw-justify-center tw-h-10 tw-items-center\">\n <LoadingCircle size=\"small\" />\n </div>\n );\n};\n"],"names":["LoadingIndicator","jsx","LoadingCircle"],"mappings":";;AAIO,MAAMA,IAAmB,MAExB,gBAAAC,EAAC,SAAI,WAAU,qDACX,4BAACC,GAAA,EAAc,MAAK,SAAQ,EAAA,CAChC;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PageLink.es.js","sources":["../../../../src/components/Link/LinkSelector/PageLink.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type DocumentSection } from '@frontify/app-bridge';\nimport { merge } from '@frontify/fondue';\nimport { useEffect, useState } from 'react';\n\nimport { type DocumentSectionWithTitle, type InitiallyExpandedItems } from '../';\nimport { filterDocumentSectionsWithUnreadableTitles } from '../helpers/filterDocumentSectionsWithUnreadableTitles';\n\nimport { SectionLink } from './SectionLink';\n\ntype PageLinkProps = {\n page: {\n id: number;\n title: string;\n permanentLink: string;\n };\n selectedUrl: string;\n onSelectUrl: (url: string) => void;\n itemsToExpandInitially: InitiallyExpandedItems;\n getDocumentSectionsByDocumentPageId: (documentPageId: number) => Promise<DocumentSection[]>;\n};\n\nexport const PageLink = ({\n page,\n selectedUrl,\n onSelectUrl,\n itemsToExpandInitially,\n getDocumentSectionsByDocumentPageId,\n}: PageLinkProps) => {\n const [isExpanded, setIsExpanded] = useState(page.id === itemsToExpandInitially.documentId);\n const [documentSections, setDocumentSections] = useState<DocumentSectionWithTitle[]>([]);\n const isActive = page.permanentLink === selectedUrl;\n\n useEffect(() => {\n const fetchDocumentSections = async () => {\n const sections = await getDocumentSectionsByDocumentPageId(page.id);\n const sectionsWithReadableTitles = filterDocumentSectionsWithUnreadableTitles(sections);\n setDocumentSections(sectionsWithReadableTitles);\n };\n\n fetchDocumentSections();\n }, [page.id, getDocumentSectionsByDocumentPageId]);\n\n useEffect(() => {\n if (page.id === itemsToExpandInitially.pageId) {\n setIsExpanded(true);\n }\n }, [itemsToExpandInitially, page.id]);\n\n const hasSections = documentSections.length > 0;\n\n return (\n <>\n <button\n data-test-id=\"internal-link-selector-page-link\"\n className={merge([\n 'tw-py-2 tw-pr-2.5 tw-leading-5 tw-cursor-pointer tw-flex tw-w-full',\n hasSections ? 'tw-pl-7' : 'tw-pl-12',\n isActive\n ? 'tw-bg-box-selected-strong tw-text-box-selected-strong-inverse hover:tw-bg-box-selected-strong-hover:hover hover:tw-text-box-selected-strong-inverse-hover:hover'\n : 'hover:tw-bg-box-neutral-hover hover:tw-text-box-neutral-inverse-hover',\n ])}\n onClick={() => onSelectUrl(page.permanentLink)}\n >\n <div key={page.id} className=\"tw-flex tw-flex-1 tw-space-x-1 tw-items-center tw-h-6\">\n {hasSections && (\n <button\n data-test-id=\"tree-item-toggle\"\n className=\"tw-flex tw-items-center tw-justify-center -tw-mr-2 tw-pr-3.5 tw-pt-1.5 tw-pb-1.5 tw-pl-3.5 tw-cursor-pointer\"\n onClick={() => setIsExpanded(!isExpanded)}\n onKeyDown={(event) => event.key === 'Enter' && event.stopPropagation()}\n >\n <div\n className={merge([\n 'tw-transition-transform tw-w-0 tw-h-0 tw-font-normal tw-border-t-4 tw-border-t-transparent tw-border-b-4 tw-border-b-transparent tw-border-l-4 tw-border-l-x-strong',\n isExpanded ? 'tw-rotate-90' : '',\n ])}\n ></div>\n </button>\n )}\n <span className=\"tw-text-s\">{page.title}</span>\n <span className=\"tw-flex-auto tw-font-sans tw-text-xs tw-text-right\">Page</span>\n </div>\n </button>\n {isExpanded &&\n documentSections.length > 0 &&\n documentSections.map((section) => {\n return (\n <SectionLink\n key={section.id}\n section={section}\n selectedUrl={selectedUrl}\n onSelectUrl={onSelectUrl}\n />\n );\n })}\n </>\n );\n};\n"],"names":["PageLink","page","selectedUrl","onSelectUrl","itemsToExpandInitially","getDocumentSectionsByDocumentPageId","isExpanded","setIsExpanded","useState","documentSections","setDocumentSections","isActive","useEffect","sections","sectionsWithReadableTitles","filterDocumentSectionsWithUnreadableTitles","hasSections","jsxs","Fragment","jsx","merge","event","section","SectionLink"],"mappings":";;;;;AAuBO,MAAMA,IAAW,CAAC;AAAA,EACrB,MAAAC;AAAA,EACA,aAAAC;AAAA,EACA,aAAAC;AAAA,EACA,wBAAAC;AAAA,EACA,qCAAAC;AACJ,MAAqB;
|
|
1
|
+
{"version":3,"file":"PageLink.es.js","sources":["../../../../src/components/Link/LinkSelector/PageLink.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type DocumentSection } from '@frontify/app-bridge';\nimport { merge } from '@frontify/fondue';\nimport { useEffect, useState } from 'react';\n\nimport { type DocumentSectionWithTitle, type InitiallyExpandedItems } from '../';\nimport { filterDocumentSectionsWithUnreadableTitles } from '../helpers/filterDocumentSectionsWithUnreadableTitles';\n\nimport { SectionLink } from './SectionLink';\n\ntype PageLinkProps = {\n page: {\n id: number;\n title: string;\n permanentLink: string;\n };\n selectedUrl: string;\n onSelectUrl: (url: string) => void;\n itemsToExpandInitially: InitiallyExpandedItems;\n getDocumentSectionsByDocumentPageId: (documentPageId: number) => Promise<DocumentSection[]>;\n};\n\nexport const PageLink = ({\n page,\n selectedUrl,\n onSelectUrl,\n itemsToExpandInitially,\n getDocumentSectionsByDocumentPageId,\n}: PageLinkProps) => {\n const [isExpanded, setIsExpanded] = useState(page.id === itemsToExpandInitially.documentId);\n const [documentSections, setDocumentSections] = useState<DocumentSectionWithTitle[]>([]);\n const isActive = page.permanentLink === selectedUrl;\n\n useEffect(() => {\n const fetchDocumentSections = async () => {\n const sections = await getDocumentSectionsByDocumentPageId(page.id);\n const sectionsWithReadableTitles = filterDocumentSectionsWithUnreadableTitles(sections);\n setDocumentSections(sectionsWithReadableTitles);\n };\n\n fetchDocumentSections();\n }, [page.id, getDocumentSectionsByDocumentPageId]);\n\n useEffect(() => {\n if (page.id === itemsToExpandInitially.pageId) {\n setIsExpanded(true);\n }\n }, [itemsToExpandInitially, page.id]);\n\n const hasSections = documentSections.length > 0;\n\n return (\n <>\n <button\n data-test-id=\"internal-link-selector-page-link\"\n className={merge([\n 'tw-py-2 tw-pr-2.5 tw-leading-5 tw-cursor-pointer tw-flex tw-w-full',\n hasSections ? 'tw-pl-7' : 'tw-pl-12',\n isActive\n ? 'tw-bg-box-selected-strong tw-text-box-selected-strong-inverse hover:tw-bg-box-selected-strong-hover:hover hover:tw-text-box-selected-strong-inverse-hover:hover'\n : 'hover:tw-bg-box-neutral-hover hover:tw-text-box-neutral-inverse-hover',\n ])}\n onClick={() => onSelectUrl(page.permanentLink)}\n >\n <div key={page.id} className=\"tw-flex tw-flex-1 tw-space-x-1 tw-items-center tw-h-6\">\n {hasSections && (\n <button\n data-test-id=\"tree-item-toggle\"\n className=\"tw-flex tw-items-center tw-justify-center -tw-mr-2 tw-pr-3.5 tw-pt-1.5 tw-pb-1.5 tw-pl-3.5 tw-cursor-pointer\"\n onClick={() => setIsExpanded(!isExpanded)}\n onKeyDown={(event) => event.key === 'Enter' && event.stopPropagation()}\n >\n <div\n className={merge([\n 'tw-transition-transform tw-w-0 tw-h-0 tw-font-normal tw-border-t-4 tw-border-t-transparent tw-border-b-4 tw-border-b-transparent tw-border-l-4 tw-border-l-x-strong',\n isExpanded ? 'tw-rotate-90' : '',\n ])}\n ></div>\n </button>\n )}\n <span className=\"tw-text-s\">{page.title}</span>\n <span className=\"tw-flex-auto tw-font-sans tw-text-xs tw-text-right\">Page</span>\n </div>\n </button>\n {isExpanded &&\n documentSections.length > 0 &&\n documentSections.map((section) => {\n return (\n <SectionLink\n key={section.id}\n section={section}\n selectedUrl={selectedUrl}\n onSelectUrl={onSelectUrl}\n />\n );\n })}\n </>\n );\n};\n"],"names":["PageLink","page","selectedUrl","onSelectUrl","itemsToExpandInitially","getDocumentSectionsByDocumentPageId","isExpanded","setIsExpanded","useState","documentSections","setDocumentSections","isActive","useEffect","sections","sectionsWithReadableTitles","filterDocumentSectionsWithUnreadableTitles","hasSections","jsxs","Fragment","jsx","merge","event","section","SectionLink"],"mappings":";;;;;AAuBO,MAAMA,IAAW,CAAC;AAAA,EACrB,MAAAC;AAAA,EACA,aAAAC;AAAA,EACA,aAAAC;AAAA,EACA,wBAAAC;AAAA,EACA,qCAAAC;AACJ,MAAqB;AACjB,QAAM,CAACC,GAAYC,CAAa,IAAIC,EAASP,EAAK,OAAOG,EAAuB,UAAU,GACpF,CAACK,GAAkBC,CAAmB,IAAIF,EAAqC,CAAA,CAAE,GACjFG,IAAWV,EAAK,kBAAkBC;AAExC,EAAAU,EAAU,MAAM;AAOZ,KAN8B,YAAY;AACtC,YAAMC,IAAW,MAAMR,EAAoCJ,EAAK,EAAE,GAC5Da,IAA6BC,EAA2CF,CAAQ;AACtF,MAAAH,EAAoBI,CAA0B;AAAA,IAClD,GAEA;AAAA,EACJ,GAAG,CAACb,EAAK,IAAII,CAAmC,CAAC,GAEjDO,EAAU,MAAM;AACZ,IAAIX,EAAK,OAAOG,EAAuB,UACnCG,EAAc,EAAI;AAAA,EAE1B,GAAG,CAACH,GAAwBH,EAAK,EAAE,CAAC;AAEpC,QAAMe,IAAcP,EAAiB,SAAS;AAE9C,SACI,gBAAAQ,EAAAC,GAAA,EACI,UAAA;AAAA,IAAA,gBAAAC;AAAA,MAAC;AAAA,MAAA;AAAA,QACG,gBAAa;AAAA,QACb,WAAWC,EAAM;AAAA,UACb;AAAA,UACAJ,IAAc,YAAY;AAAA,UAC1BL,IACM,oKACA;AAAA,QAAA,CACT;AAAA,QACD,SAAS,MAAMR,EAAYF,EAAK,aAAa;AAAA,QAE7C,UAAA,gBAAAgB,EAAC,OAAA,EAAkB,WAAU,yDACxB,UAAA;AAAA,UAAAD,KACG,gBAAAG;AAAA,YAAC;AAAA,YAAA;AAAA,cACG,gBAAa;AAAA,cACb,WAAU;AAAA,cACV,SAAS,MAAMZ,EAAc,CAACD,CAAU;AAAA,cACxC,WAAW,CAACe,MAAUA,EAAM,QAAQ,WAAWA,EAAM,gBAAA;AAAA,cAErD,UAAA,gBAAAF;AAAA,gBAAC;AAAA,gBAAA;AAAA,kBACG,WAAWC,EAAM;AAAA,oBACb;AAAA,oBACAd,IAAa,iBAAiB;AAAA,kBAAA,CACjC;AAAA,gBAAA;AAAA,cAAA;AAAA,YACJ;AAAA,UAAA;AAAA,UAGT,gBAAAa,EAAC,QAAA,EAAK,WAAU,aAAa,YAAK,OAAM;AAAA,UACxC,gBAAAA,EAAC,QAAA,EAAK,WAAU,sDAAqD,UAAA,OAAA,CAAI;AAAA,QAAA,EAAA,GAjBnElB,EAAK,EAkBf;AAAA,MAAA;AAAA,IAAA;AAAA,IAEHK,KACGG,EAAiB,SAAS,KAC1BA,EAAiB,IAAI,CAACa,MAEd,gBAAAH;AAAA,MAACI;AAAA,MAAA;AAAA,QAEG,SAAAD;AAAA,QACA,aAAApB;AAAA,QACA,aAAAC;AAAA,MAAA;AAAA,MAHKmB,EAAQ;AAAA,IAAA,CAMxB;AAAA,EAAA,GACT;AAER;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PageLinks.es.js","sources":["../../../../src/components/Link/LinkSelector/PageLinks.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type DocumentPage, type DocumentSection } from '@frontify/app-bridge';\nimport { type ReactElement, useEffect, useState } from 'react';\n\nimport { type InitiallyExpandedItems } from '../';\n\nimport { LoadingIndicator } from './LoadingIndicator';\nimport { PageLink } from './PageLink';\n\ntype PageLinksProps = {\n documentId: number;\n selectedUrl: string;\n onSelectUrl: (url: string) => void;\n itemsToExpandInitially: InitiallyExpandedItems;\n getDocumentSectionsByDocumentPageId: (documentPageId: number) => Promise<DocumentSection[]>;\n getDocumentPagesByDocumentId: (documentId: number) => Promise<DocumentPage[]>;\n};\n\nexport const PageLinks = ({\n documentId,\n selectedUrl,\n onSelectUrl,\n itemsToExpandInitially,\n getDocumentSectionsByDocumentPageId,\n getDocumentPagesByDocumentId,\n}: PageLinksProps): ReactElement => {\n const [pages, setPages] = useState<DocumentPage[]>([]);\n const [isLoading, setIsLoading] = useState(true);\n const pagesArray = [...pages.values()];\n const hasPages = !isLoading && pagesArray.length > 0;\n\n useEffect(() => {\n getDocumentPagesByDocumentId(documentId)\n .then((_pages) => {\n const pagesWithCategories = _pages\n .filter((page) => !!page.category)\n .sort((a, b) =>\n a.category.sort === b.category.sort ? a.sort - b.sort : a.category.sort - b.category.sort,\n );\n const pagesWithoutCategories = _pages.filter((page) => !page.category).sort((a, b) => a.sort - b.sort);\n setPages([...pagesWithCategories, ...pagesWithoutCategories]);\n })\n .finally(() => {\n setIsLoading(false);\n });\n }, []);\n\n if (isLoading) {\n return <LoadingIndicator />;\n }\n\n return hasPages ? (\n <>\n {pagesArray.map((page) => {\n return (\n <PageLink\n key={page.id}\n page={page}\n selectedUrl={selectedUrl}\n onSelectUrl={onSelectUrl}\n itemsToExpandInitially={itemsToExpandInitially}\n getDocumentSectionsByDocumentPageId={getDocumentSectionsByDocumentPageId}\n />\n );\n })}\n </>\n ) : (\n <div className=\"tw-h-10 tw-flex tw-items-center tw-pr-2.5 tw-pl-7 tw-leading-5 tw-text-s tw-text-text-weak\">\n This document does not contain any pages.\n </div>\n );\n};\n"],"names":["PageLinks","documentId","selectedUrl","onSelectUrl","itemsToExpandInitially","getDocumentSectionsByDocumentPageId","getDocumentPagesByDocumentId","pages","setPages","useState","isLoading","setIsLoading","pagesArray","hasPages","useEffect","_pages","pagesWithCategories","page","a","b","pagesWithoutCategories","LoadingIndicator","jsx","Fragment","PageLink"],"mappings":";;;;AAmBO,MAAMA,IAAY,CAAC;AAAA,EACtB,YAAAC;AAAA,EACA,aAAAC;AAAA,EACA,aAAAC;AAAA,EACA,wBAAAC;AAAA,EACA,qCAAAC;AAAA,EACA,8BAAAC;AACJ,MAAoC;AAChC,QAAM,CAACC,GAAOC,CAAQ,IAAIC,EAAyB,CAAE,
|
|
1
|
+
{"version":3,"file":"PageLinks.es.js","sources":["../../../../src/components/Link/LinkSelector/PageLinks.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type DocumentPage, type DocumentSection } from '@frontify/app-bridge';\nimport { type ReactElement, useEffect, useState } from 'react';\n\nimport { type InitiallyExpandedItems } from '../';\n\nimport { LoadingIndicator } from './LoadingIndicator';\nimport { PageLink } from './PageLink';\n\ntype PageLinksProps = {\n documentId: number;\n selectedUrl: string;\n onSelectUrl: (url: string) => void;\n itemsToExpandInitially: InitiallyExpandedItems;\n getDocumentSectionsByDocumentPageId: (documentPageId: number) => Promise<DocumentSection[]>;\n getDocumentPagesByDocumentId: (documentId: number) => Promise<DocumentPage[]>;\n};\n\nexport const PageLinks = ({\n documentId,\n selectedUrl,\n onSelectUrl,\n itemsToExpandInitially,\n getDocumentSectionsByDocumentPageId,\n getDocumentPagesByDocumentId,\n}: PageLinksProps): ReactElement => {\n const [pages, setPages] = useState<DocumentPage[]>([]);\n const [isLoading, setIsLoading] = useState(true);\n const pagesArray = [...pages.values()];\n const hasPages = !isLoading && pagesArray.length > 0;\n\n useEffect(() => {\n getDocumentPagesByDocumentId(documentId)\n .then((_pages) => {\n const pagesWithCategories = _pages\n .filter((page) => !!page.category)\n .sort((a, b) =>\n a.category.sort === b.category.sort ? a.sort - b.sort : a.category.sort - b.category.sort,\n );\n const pagesWithoutCategories = _pages.filter((page) => !page.category).sort((a, b) => a.sort - b.sort);\n setPages([...pagesWithCategories, ...pagesWithoutCategories]);\n })\n .finally(() => {\n setIsLoading(false);\n });\n }, []);\n\n if (isLoading) {\n return <LoadingIndicator />;\n }\n\n return hasPages ? (\n <>\n {pagesArray.map((page) => {\n return (\n <PageLink\n key={page.id}\n page={page}\n selectedUrl={selectedUrl}\n onSelectUrl={onSelectUrl}\n itemsToExpandInitially={itemsToExpandInitially}\n getDocumentSectionsByDocumentPageId={getDocumentSectionsByDocumentPageId}\n />\n );\n })}\n </>\n ) : (\n <div className=\"tw-h-10 tw-flex tw-items-center tw-pr-2.5 tw-pl-7 tw-leading-5 tw-text-s tw-text-text-weak\">\n This document does not contain any pages.\n </div>\n );\n};\n"],"names":["PageLinks","documentId","selectedUrl","onSelectUrl","itemsToExpandInitially","getDocumentSectionsByDocumentPageId","getDocumentPagesByDocumentId","pages","setPages","useState","isLoading","setIsLoading","pagesArray","hasPages","useEffect","_pages","pagesWithCategories","page","a","b","pagesWithoutCategories","LoadingIndicator","jsx","Fragment","PageLink"],"mappings":";;;;AAmBO,MAAMA,IAAY,CAAC;AAAA,EACtB,YAAAC;AAAA,EACA,aAAAC;AAAA,EACA,aAAAC;AAAA,EACA,wBAAAC;AAAA,EACA,qCAAAC;AAAA,EACA,8BAAAC;AACJ,MAAoC;AAChC,QAAM,CAACC,GAAOC,CAAQ,IAAIC,EAAyB,CAAA,CAAE,GAC/C,CAACC,GAAWC,CAAY,IAAIF,EAAS,EAAI,GACzCG,IAAa,CAAC,GAAGL,EAAM,QAAQ,GAC/BM,IAAW,CAACH,KAAaE,EAAW,SAAS;AAkBnD,SAhBAE,EAAU,MAAM;AACZ,IAAAR,EAA6BL,CAAU,EAClC,KAAK,CAACc,MAAW;AACd,YAAMC,IAAsBD,EACvB,OAAO,CAACE,MAAS,CAAC,CAACA,EAAK,QAAQ,EAChC;AAAA,QAAK,CAACC,GAAGC,MACND,EAAE,SAAS,SAASC,EAAE,SAAS,OAAOD,EAAE,OAAOC,EAAE,OAAOD,EAAE,SAAS,OAAOC,EAAE,SAAS;AAAA,MAAA,GAEvFC,IAAyBL,EAAO,OAAO,CAACE,MAAS,CAACA,EAAK,QAAQ,EAAE,KAAK,CAACC,GAAGC,MAAMD,EAAE,OAAOC,EAAE,IAAI;AACrG,MAAAX,EAAS,CAAC,GAAGQ,GAAqB,GAAGI,CAAsB,CAAC;AAAA,IAChE,CAAC,EACA,QAAQ,MAAM;AACX,MAAAT,EAAa,EAAK;AAAA,IACtB,CAAC;AAAA,EACT,GAAG,CAAA,CAAE,GAEDD,sBACQW,GAAA,EAAiB,IAGtBR,IACH,gBAAAS,EAAAC,GAAA,EACK,UAAAX,EAAW,IAAI,CAACK,MAET,gBAAAK;AAAA,IAACE;AAAA,IAAA;AAAA,MAEG,MAAAP;AAAA,MACA,aAAAf;AAAA,MACA,aAAAC;AAAA,MACA,wBAAAC;AAAA,MACA,qCAAAC;AAAA,IAAA;AAAA,IALKY,EAAK;AAAA,EAAA,CAQrB,EAAA,CACL,sBAEC,OAAA,EAAI,WAAU,8FAA6F,UAAA,6CAE5G;AAER;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SectionLink.es.js","sources":["../../../../src/components/Link/LinkSelector/SectionLink.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { IconDocumentText16, merge } from '@frontify/fondue';\n\ntype SectionLinkProps = {\n section: {\n id: number;\n title: string;\n permanentLink: string;\n };\n selectedUrl: string;\n onSelectUrl: (url: string) => void;\n};\n\nexport const SectionLink = ({ section, selectedUrl, onSelectUrl }: SectionLinkProps) => {\n const isActive = section.permanentLink === selectedUrl;\n\n return (\n <button\n data-test-id=\"internal-link-selector-section-link\"\n className={merge([\n 'tw-py-2 tw-pr-2.5 tw-pl-14 tw-leading-5 tw-cursor-pointer tw-w-full',\n isActive\n ? 'tw-bg-box-selected-strong tw-text-box-selected-strong-inverse hover:tw-bg-box-selected-strong-hover:hover hover:tw-text-box-selected-strong-inverse-hover:hover'\n : 'hover:tw-bg-box-neutral-hover hover:tw-text-box-neutral-inverse-hover',\n ])}\n onClick={() => onSelectUrl(section.permanentLink)}\n >\n <div className=\"tw-flex tw-flex-1 tw-space-x-2 tw-items-center tw-h-6\">\n <IconDocumentText16 />\n <span className=\"tw-text-s\">{section.title}</span>\n <span className=\"tw-flex-auto tw-font-sans tw-text-xs tw-text-right\">Section</span>\n </div>\n </button>\n );\n};\n"],"names":["SectionLink","section","selectedUrl","onSelectUrl","isActive","jsx","merge","jsxs","IconDocumentText16"],"mappings":";;AAcO,MAAMA,IAAc,CAAC,EAAE,SAAAC,GAAS,aAAAC,GAAa,aAAAC,QAAoC;
|
|
1
|
+
{"version":3,"file":"SectionLink.es.js","sources":["../../../../src/components/Link/LinkSelector/SectionLink.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { IconDocumentText16, merge } from '@frontify/fondue';\n\ntype SectionLinkProps = {\n section: {\n id: number;\n title: string;\n permanentLink: string;\n };\n selectedUrl: string;\n onSelectUrl: (url: string) => void;\n};\n\nexport const SectionLink = ({ section, selectedUrl, onSelectUrl }: SectionLinkProps) => {\n const isActive = section.permanentLink === selectedUrl;\n\n return (\n <button\n data-test-id=\"internal-link-selector-section-link\"\n className={merge([\n 'tw-py-2 tw-pr-2.5 tw-pl-14 tw-leading-5 tw-cursor-pointer tw-w-full',\n isActive\n ? 'tw-bg-box-selected-strong tw-text-box-selected-strong-inverse hover:tw-bg-box-selected-strong-hover:hover hover:tw-text-box-selected-strong-inverse-hover:hover'\n : 'hover:tw-bg-box-neutral-hover hover:tw-text-box-neutral-inverse-hover',\n ])}\n onClick={() => onSelectUrl(section.permanentLink)}\n >\n <div className=\"tw-flex tw-flex-1 tw-space-x-2 tw-items-center tw-h-6\">\n <IconDocumentText16 />\n <span className=\"tw-text-s\">{section.title}</span>\n <span className=\"tw-flex-auto tw-font-sans tw-text-xs tw-text-right\">Section</span>\n </div>\n </button>\n );\n};\n"],"names":["SectionLink","section","selectedUrl","onSelectUrl","isActive","jsx","merge","jsxs","IconDocumentText16"],"mappings":";;AAcO,MAAMA,IAAc,CAAC,EAAE,SAAAC,GAAS,aAAAC,GAAa,aAAAC,QAAoC;AACpF,QAAMC,IAAWH,EAAQ,kBAAkBC;AAE3C,SACI,gBAAAG;AAAA,IAAC;AAAA,IAAA;AAAA,MACG,gBAAa;AAAA,MACb,WAAWC,EAAM;AAAA,QACb;AAAA,QACAF,IACM,oKACA;AAAA,MAAA,CACT;AAAA,MACD,SAAS,MAAMD,EAAYF,EAAQ,aAAa;AAAA,MAEhD,UAAA,gBAAAM,EAAC,OAAA,EAAI,WAAU,yDACX,UAAA;AAAA,QAAA,gBAAAF,EAACG,GAAA,EAAmB;AAAA,QACpB,gBAAAH,EAAC,QAAA,EAAK,WAAU,aAAa,YAAQ,OAAM;AAAA,QAC3C,gBAAAA,EAAC,QAAA,EAAK,WAAU,sDAAqD,UAAA,UAAA,CAAO;AAAA,MAAA,EAAA,CAChF;AAAA,IAAA;AAAA,EAAA;AAGZ;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filterDocumentSectionsWithUnreadableTitles.es.js","sources":["../../../../src/components/Link/helpers/filterDocumentSectionsWithUnreadableTitles.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type DocumentSection } from '@frontify/app-bridge';\n\nimport { type DocumentSectionWithTitle } from '../types';\n\nexport const filterDocumentSectionsWithUnreadableTitles = (sections: DocumentSection[]) =>\n sections.filter((section) => !!section.title?.trim()) as DocumentSectionWithTitle[];\n"],"names":["filterDocumentSectionsWithUnreadableTitles","sections","section","_a"],"mappings":"AAMO,MAAMA,IAA6C,CAACC,MACvDA,EAAS,OAAO,CAACC,
|
|
1
|
+
{"version":3,"file":"filterDocumentSectionsWithUnreadableTitles.es.js","sources":["../../../../src/components/Link/helpers/filterDocumentSectionsWithUnreadableTitles.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type DocumentSection } from '@frontify/app-bridge';\n\nimport { type DocumentSectionWithTitle } from '../types';\n\nexport const filterDocumentSectionsWithUnreadableTitles = (sections: DocumentSection[]) =>\n sections.filter((section) => !!section.title?.trim()) as DocumentSectionWithTitle[];\n"],"names":["filterDocumentSectionsWithUnreadableTitles","sections","section","_a"],"mappings":"AAMO,MAAMA,IAA6C,CAACC,MACvDA,EAAS,OAAO,CAACC,MAAA;AADd,MAAAC;AAC0B,UAAC,GAACA,IAAAD,EAAQ,UAAR,QAAAC,EAAe;AAAA,CAAM;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUrl.es.js","sources":["../../../../src/components/Link/utils/getUrl.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { ELEMENT_LINK, type PlateEditor, getAboveNode } from '@frontify/fondue';\n\nimport { type TLinkElement } from '../../RichTextEditor/plugins/LinkPlugin/types';\n\nconst getLinkNode = (editor: PlateEditor, cb: (link: TLinkElement) => string): string => {\n const linkNode = getAboveNode<TLinkElement>(editor, { match: { type: ELEMENT_LINK } });\n\n if (!Array.isArray(linkNode)) {\n return '';\n }\n\n return cb(linkNode[0]);\n};\n\nexport const getLegacyUrl = (editor: PlateEditor) => {\n return getLinkNode(editor, (link) => link.chosenLink?.searchResult?.link || '');\n};\n\nexport const getUrl = (editor: PlateEditor) => {\n return getLinkNode(editor, (link) => link.url || '');\n};\n\nexport const getUrlFromLinkOrLegacyLink = (link: TLinkElement): string => {\n return link.url || link.chosenLink?.searchResult?.link || '';\n};\n\nexport const getLinkFromEditor = (editor: PlateEditor) => {\n return getLinkNode(editor, getUrlFromLinkOrLegacyLink);\n};\n"],"names":["getLinkNode","editor","cb","linkNode","getAboveNode","ELEMENT_LINK","getLegacyUrl","link","_b","_a","getUrl","getUrlFromLinkOrLegacyLink","getLinkFromEditor"],"mappings":";AAMA,MAAMA,IAAc,CAACC,GAAqBC,MAA+C;
|
|
1
|
+
{"version":3,"file":"getUrl.es.js","sources":["../../../../src/components/Link/utils/getUrl.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { ELEMENT_LINK, type PlateEditor, getAboveNode } from '@frontify/fondue';\n\nimport { type TLinkElement } from '../../RichTextEditor/plugins/LinkPlugin/types';\n\nconst getLinkNode = (editor: PlateEditor, cb: (link: TLinkElement) => string): string => {\n const linkNode = getAboveNode<TLinkElement>(editor, { match: { type: ELEMENT_LINK } });\n\n if (!Array.isArray(linkNode)) {\n return '';\n }\n\n return cb(linkNode[0]);\n};\n\nexport const getLegacyUrl = (editor: PlateEditor) => {\n return getLinkNode(editor, (link) => link.chosenLink?.searchResult?.link || '');\n};\n\nexport const getUrl = (editor: PlateEditor) => {\n return getLinkNode(editor, (link) => link.url || '');\n};\n\nexport const getUrlFromLinkOrLegacyLink = (link: TLinkElement): string => {\n return link.url || link.chosenLink?.searchResult?.link || '';\n};\n\nexport const getLinkFromEditor = (editor: PlateEditor) => {\n return getLinkNode(editor, getUrlFromLinkOrLegacyLink);\n};\n"],"names":["getLinkNode","editor","cb","linkNode","getAboveNode","ELEMENT_LINK","getLegacyUrl","link","_b","_a","getUrl","getUrlFromLinkOrLegacyLink","getLinkFromEditor"],"mappings":";AAMA,MAAMA,IAAc,CAACC,GAAqBC,MAA+C;AACrF,QAAMC,IAAWC,EAA2BH,GAAQ,EAAE,OAAO,EAAE,MAAMI,EAAA,GAAgB;AAErF,SAAK,MAAM,QAAQF,CAAQ,IAIpBD,EAAGC,EAAS,CAAC,CAAC,IAHV;AAIf,GAEaG,IAAe,CAACL,MAClBD,EAAYC,GAAQ,CAACM,MAAA;;AAAS,WAAAC,KAAAC,IAAAF,EAAK,eAAL,gBAAAE,EAAiB,iBAAjB,gBAAAD,EAA+B,SAAQ;AAAA,CAAE,GAGrEE,IAAS,CAACT,MACZD,EAAYC,GAAQ,CAACM,MAASA,EAAK,OAAO,EAAE,GAG1CI,IAA6B,CAACJ,MAA+B;;AACtE,SAAOA,EAAK,SAAOC,KAAAC,IAAAF,EAAK,eAAL,gBAAAE,EAAiB,iBAAjB,gBAAAD,EAA+B,SAAQ;AAC9D,GAEaI,IAAoB,CAACX,MACvBD,EAAYC,GAAQU,CAA0B;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"url.es.js","sources":["../../../../src/components/Link/utils/url.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { addHttps } from '../../../helpers';\n\nimport { relativeUrlRegex } from './relativeUrlRegex';\n\nexport const isValidUrl = (url: string) => {\n if (relativeUrlRegex.test(url)) {\n return true;\n }\n try {\n const parsedUrl = new URL(url);\n const validProtocols = ['http:', 'https:', 'mailto:', 'tel:'];\n return validProtocols.includes(parsedUrl.protocol) && parsedUrl.pathname !== '';\n } catch
|
|
1
|
+
{"version":3,"file":"url.es.js","sources":["../../../../src/components/Link/utils/url.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { addHttps } from '../../../helpers';\n\nimport { relativeUrlRegex } from './relativeUrlRegex';\n\nexport const isValidUrl = (url: string) => {\n if (relativeUrlRegex.test(url)) {\n return true;\n }\n try {\n const parsedUrl = new URL(url);\n const validProtocols = ['http:', 'https:', 'mailto:', 'tel:'];\n return validProtocols.includes(parsedUrl.protocol) && parsedUrl.pathname !== '';\n } catch {\n return false;\n }\n};\n\nexport const isValidUrlOrEmpty = (url: string): boolean => {\n return isValidUrl(addHttps(url)) || url === '';\n};\n"],"names":["isValidUrl","url","relativeUrlRegex","parsedUrl","isValidUrlOrEmpty","addHttps"],"mappings":";;AAMO,MAAMA,IAAa,CAACC,MAAgB;AACvC,MAAIC,EAAiB,KAAKD,CAAG;AACzB,WAAO;AAEX,MAAI;AACA,UAAME,IAAY,IAAI,IAAIF,CAAG;AAE7B,WADuB,CAAC,SAAS,UAAU,WAAW,MAAM,EACtC,SAASE,EAAU,QAAQ,KAAKA,EAAU,aAAa;AAAA,EACjF,QAAQ;AACJ,WAAO;AAAA,EACX;AACJ,GAEaC,IAAoB,CAACH,MACvBD,EAAWK,EAASJ,CAAG,CAAC,KAAKA,MAAQ;"}
|
|
@@ -1,67 +1,67 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { RichTextEditor as
|
|
3
|
-
import {
|
|
4
|
-
import { useIsInViewport as
|
|
5
|
-
import { SerializedText as
|
|
6
|
-
import { getResponsiveColumnClasses as
|
|
7
|
-
import { floatingButtonSelectors as
|
|
8
|
-
const
|
|
2
|
+
import { RichTextEditor as R } from "@frontify/fondue";
|
|
3
|
+
import { useRef as V, useState as h, useCallback as c, useEffect as p, memo as v, useId as I } from "react";
|
|
4
|
+
import { useIsInViewport as P } from "../../hooks/useIsInViewport.es.js";
|
|
5
|
+
import { SerializedText as C } from "./SerializedText.es.js";
|
|
6
|
+
import { getResponsiveColumnClasses as L } from "./plugins/ColumnBreakPlugin/helpers.es.js";
|
|
7
|
+
import { floatingButtonSelectors as S, floatingButtonActions as y } from "./plugins/ButtonPlugin/components/FloatingButton/floatingButtonStore.es.js";
|
|
8
|
+
const H = (r) => {
|
|
9
|
+
S.isOpen(r) && y.reset();
|
|
10
|
+
}, E = v(
|
|
9
11
|
({
|
|
10
|
-
isEnabled:
|
|
12
|
+
isEnabled: r,
|
|
11
13
|
value: e,
|
|
12
|
-
columns:
|
|
13
|
-
gap:
|
|
14
|
-
placeholder:
|
|
15
|
-
plugins:
|
|
16
|
-
onTextChange:
|
|
17
|
-
showSerializedText:
|
|
14
|
+
columns: l,
|
|
15
|
+
gap: n,
|
|
16
|
+
placeholder: t,
|
|
17
|
+
plugins: s,
|
|
18
|
+
onTextChange: o,
|
|
19
|
+
showSerializedText: d
|
|
18
20
|
}) => {
|
|
19
|
-
const w =
|
|
20
|
-
(
|
|
21
|
-
|
|
21
|
+
const w = L(l), [f, u] = h(!1), g = I(), b = c(
|
|
22
|
+
(i) => {
|
|
23
|
+
i !== e && (o == null || o(i)), u(!1);
|
|
22
24
|
},
|
|
23
|
-
[
|
|
24
|
-
), x =
|
|
25
|
-
y.isOpen(t) && H.reset();
|
|
26
|
-
}, []);
|
|
25
|
+
[o, e]
|
|
26
|
+
), x = c(() => u(!0), []);
|
|
27
27
|
return p(() => {
|
|
28
|
-
const
|
|
28
|
+
const i = (m) => {
|
|
29
29
|
m.preventDefault(), m.returnValue = "Unprocessed changes";
|
|
30
30
|
};
|
|
31
|
-
return f && window.addEventListener("beforeunload",
|
|
32
|
-
}, [f]),
|
|
33
|
-
|
|
31
|
+
return f && window.addEventListener("beforeunload", i), () => window.removeEventListener("beforeunload", i);
|
|
32
|
+
}, [f]), r ? /* @__PURE__ */ a(
|
|
33
|
+
R,
|
|
34
34
|
{
|
|
35
35
|
id: g,
|
|
36
36
|
value: e,
|
|
37
37
|
border: !1,
|
|
38
|
-
placeholder:
|
|
39
|
-
plugins:
|
|
38
|
+
placeholder: t,
|
|
39
|
+
plugins: s,
|
|
40
40
|
onValueChanged: x,
|
|
41
41
|
onTextChange: b,
|
|
42
|
-
hideExternalFloatingModals:
|
|
42
|
+
hideExternalFloatingModals: H,
|
|
43
43
|
placeholderOpacity: "high"
|
|
44
44
|
}
|
|
45
45
|
) : /* @__PURE__ */ a(
|
|
46
|
-
|
|
46
|
+
C,
|
|
47
47
|
{
|
|
48
48
|
value: e,
|
|
49
|
-
gap:
|
|
49
|
+
gap: n,
|
|
50
50
|
customClass: w,
|
|
51
|
-
show:
|
|
52
|
-
plugins:
|
|
51
|
+
show: d,
|
|
52
|
+
plugins: s
|
|
53
53
|
}
|
|
54
54
|
);
|
|
55
55
|
}
|
|
56
56
|
);
|
|
57
57
|
E.displayName = "InternalRichTextEditor";
|
|
58
|
-
const j = (
|
|
59
|
-
const e =
|
|
60
|
-
|
|
58
|
+
const j = (r) => {
|
|
59
|
+
const e = V(null), [l, n] = h(!1), { isEditing: t, ...s } = r, o = c((d) => {
|
|
60
|
+
d && n(!0);
|
|
61
61
|
}, []);
|
|
62
|
-
return
|
|
63
|
-
|
|
64
|
-
}, [
|
|
62
|
+
return P({ ref: e, disabled: !t, onChange: o }), p(() => {
|
|
63
|
+
t || n(!1);
|
|
64
|
+
}, [t]), /* @__PURE__ */ a("div", { "data-test-id": "rich-text-editor-container", className: "tw-block tw-w-full tw-@container", ref: e, children: /* @__PURE__ */ a(E, { ...s, isEnabled: t && l }) });
|
|
65
65
|
};
|
|
66
66
|
export {
|
|
67
67
|
j as RichTextEditor
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RichTextEditor.es.js","sources":["../../../src/components/RichTextEditor/RichTextEditor.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { RichTextEditor as FondueRichTextEditor } from '@frontify/fondue';\nimport { memo, useCallback, useEffect, useId, useRef, useState } from 'react';\n\nimport { useIsInViewport } from '../../hooks/useIsInViewport';\n\nimport { SerializedText } from './SerializedText';\nimport { floatingButtonActions, floatingButtonSelectors } from './plugins/ButtonPlugin/components';\nimport { getResponsiveColumnClasses } from './plugins/ColumnBreakPlugin/helpers';\nimport { type RichTextEditorProps } from './types';\n\nconst InternalRichTextEditor = memo(\n ({\n isEnabled,\n value,\n columns,\n gap,\n placeholder,\n plugins,\n onTextChange,\n showSerializedText,\n }: Omit<RichTextEditorProps, 'isEditing'> & { isEnabled: boolean }) => {\n const customClass = getResponsiveColumnClasses(columns);\n const [shouldPreventPageLeave, setShouldPreventPageLeave] = useState(false);\n const editorId = useId();\n\n const handleTextChange = useCallback(\n (newContent: string) => {\n if (newContent !== value) {\n onTextChange?.(newContent);\n }\n setShouldPreventPageLeave(false);\n },\n [onTextChange, value],\n );\n\n const handleValueChange = useCallback(() => setShouldPreventPageLeave(true), []);\n\n
|
|
1
|
+
{"version":3,"file":"RichTextEditor.es.js","sources":["../../../src/components/RichTextEditor/RichTextEditor.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { RichTextEditor as FondueRichTextEditor } from '@frontify/fondue';\nimport { memo, useCallback, useEffect, useId, useRef, useState } from 'react';\n\nimport { useIsInViewport } from '../../hooks/useIsInViewport';\n\nimport { SerializedText } from './SerializedText';\nimport { floatingButtonActions, floatingButtonSelectors } from './plugins/ButtonPlugin/components';\nimport { getResponsiveColumnClasses } from './plugins/ColumnBreakPlugin/helpers';\nimport { type RichTextEditorProps } from './types';\n\nconst handleHideExternalFloatingModals = (editorId: string) => {\n if (floatingButtonSelectors.isOpen(editorId)) {\n floatingButtonActions.reset();\n }\n};\n\nconst InternalRichTextEditor = memo(\n ({\n isEnabled,\n value,\n columns,\n gap,\n placeholder,\n plugins,\n onTextChange,\n showSerializedText,\n }: Omit<RichTextEditorProps, 'isEditing'> & { isEnabled: boolean }) => {\n const customClass = getResponsiveColumnClasses(columns);\n const [shouldPreventPageLeave, setShouldPreventPageLeave] = useState(false);\n const editorId = useId();\n\n const handleTextChange = useCallback(\n (newContent: string) => {\n if (newContent !== value) {\n onTextChange?.(newContent);\n }\n setShouldPreventPageLeave(false);\n },\n [onTextChange, value],\n );\n\n const handleValueChange = useCallback(() => setShouldPreventPageLeave(true), []);\n\n useEffect(() => {\n const unloadHandler = (event: BeforeUnloadEvent) => {\n event.preventDefault();\n event.returnValue = 'Unprocessed changes';\n };\n\n if (shouldPreventPageLeave) {\n window.addEventListener('beforeunload', unloadHandler);\n }\n\n return () => window.removeEventListener('beforeunload', unloadHandler);\n }, [shouldPreventPageLeave]);\n\n if (isEnabled) {\n return (\n <FondueRichTextEditor\n id={editorId}\n value={value}\n border={false}\n placeholder={placeholder}\n plugins={plugins}\n onValueChanged={handleValueChange}\n onTextChange={handleTextChange}\n hideExternalFloatingModals={handleHideExternalFloatingModals}\n placeholderOpacity=\"high\"\n />\n );\n }\n return (\n <SerializedText\n value={value}\n gap={gap}\n customClass={customClass}\n show={showSerializedText}\n plugins={plugins}\n />\n );\n },\n);\nInternalRichTextEditor.displayName = 'InternalRichTextEditor';\n\nexport const RichTextEditor = (props: RichTextEditorProps) => {\n const ref = useRef<HTMLDivElement>(null);\n const [hasEnteredViewport, setHasEnteredViewport] = useState(false);\n\n const { isEditing, ...internalRteProps } = props;\n\n const onViewportVisibilityChange = useCallback((isInViewport: boolean) => {\n if (isInViewport) {\n setHasEnteredViewport(true);\n }\n }, []);\n\n useIsInViewport({ ref, disabled: !isEditing, onChange: onViewportVisibilityChange });\n\n useEffect(() => {\n if (!isEditing) {\n setHasEnteredViewport(false);\n }\n }, [isEditing]);\n\n return (\n <div data-test-id=\"rich-text-editor-container\" className=\"tw-block tw-w-full tw-@container\" ref={ref}>\n <InternalRichTextEditor {...internalRteProps} isEnabled={isEditing && hasEnteredViewport} />\n </div>\n );\n};\n"],"names":["handleHideExternalFloatingModals","editorId","floatingButtonSelectors","floatingButtonActions","InternalRichTextEditor","memo","isEnabled","value","columns","gap","placeholder","plugins","onTextChange","showSerializedText","customClass","getResponsiveColumnClasses","shouldPreventPageLeave","setShouldPreventPageLeave","useState","useId","handleTextChange","useCallback","newContent","handleValueChange","useEffect","unloadHandler","event","jsx","FondueRichTextEditor","SerializedText","RichTextEditor","props","ref","useRef","hasEnteredViewport","setHasEnteredViewport","isEditing","internalRteProps","onViewportVisibilityChange","isInViewport","useIsInViewport"],"mappings":";;;;;;;AAYA,MAAMA,IAAmC,CAACC,MAAqB;AAC3D,EAAIC,EAAwB,OAAOD,CAAQ,KACvCE,EAAsB,MAAA;AAE9B,GAEMC,IAAyBC;AAAA,EAC3B,CAAC;AAAA,IACG,WAAAC;AAAA,IACA,OAAAC;AAAA,IACA,SAAAC;AAAA,IACA,KAAAC;AAAA,IACA,aAAAC;AAAA,IACA,SAAAC;AAAA,IACA,cAAAC;AAAA,IACA,oBAAAC;AAAA,EAAA,MACmE;AACnE,UAAMC,IAAcC,EAA2BP,CAAO,GAChD,CAACQ,GAAwBC,CAAyB,IAAIC,EAAS,EAAK,GACpEjB,IAAWkB,EAAA,GAEXC,IAAmBC;AAAA,MACrB,CAACC,MAAuB;AACpB,QAAIA,MAAef,MACfK,KAAA,QAAAA,EAAeU,KAEnBL,EAA0B,EAAK;AAAA,MACnC;AAAA,MACA,CAACL,GAAcL,CAAK;AAAA,IAAA,GAGlBgB,IAAoBF,EAAY,MAAMJ,EAA0B,EAAI,GAAG,CAAA,CAAE;AAe/E,WAbAO,EAAU,MAAM;AACZ,YAAMC,IAAgB,CAACC,MAA6B;AAChD,QAAAA,EAAM,eAAA,GACNA,EAAM,cAAc;AAAA,MACxB;AAEA,aAAIV,KACA,OAAO,iBAAiB,gBAAgBS,CAAa,GAGlD,MAAM,OAAO,oBAAoB,gBAAgBA,CAAa;AAAA,IACzE,GAAG,CAACT,CAAsB,CAAC,GAEvBV,IAEI,gBAAAqB;AAAA,MAACC;AAAAA,MAAA;AAAA,QACG,IAAI3B;AAAA,QACJ,OAAAM;AAAA,QACA,QAAQ;AAAA,QACR,aAAAG;AAAA,QACA,SAAAC;AAAA,QACA,gBAAgBY;AAAA,QAChB,cAAcH;AAAA,QACd,4BAA4BpB;AAAA,QAC5B,oBAAmB;AAAA,MAAA;AAAA,IAAA,IAK3B,gBAAA2B;AAAA,MAACE;AAAA,MAAA;AAAA,QACG,OAAAtB;AAAA,QACA,KAAAE;AAAA,QACA,aAAAK;AAAA,QACA,MAAMD;AAAA,QACN,SAAAF;AAAA,MAAA;AAAA,IAAA;AAAA,EAGZ;AACJ;AACAP,EAAuB,cAAc;AAE9B,MAAM0B,IAAiB,CAACC,MAA+B;AAC1D,QAAMC,IAAMC,EAAuB,IAAI,GACjC,CAACC,GAAoBC,CAAqB,IAAIjB,EAAS,EAAK,GAE5D,EAAE,WAAAkB,GAAW,GAAGC,EAAA,IAAqBN,GAErCO,IAA6BjB,EAAY,CAACkB,MAA0B;AACtE,IAAIA,KACAJ,EAAsB,EAAI;AAAA,EAElC,GAAG,CAAA,CAAE;AAEL,SAAAK,EAAgB,EAAE,KAAAR,GAAK,UAAU,CAACI,GAAW,UAAUE,GAA4B,GAEnFd,EAAU,MAAM;AACZ,IAAKY,KACDD,EAAsB,EAAK;AAAA,EAEnC,GAAG,CAACC,CAAS,CAAC,GAGV,gBAAAT,EAAC,OAAA,EAAI,gBAAa,8BAA6B,WAAU,oCAAmC,KAAAK,GACxF,UAAA,gBAAAL,EAACvB,GAAA,EAAwB,GAAGiC,GAAkB,WAAWD,KAAaF,GAAoB,GAC9F;AAER;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SerializedText.es.js","sources":["../../../src/components/RichTextEditor/SerializedText.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { serializeRawToHtmlAsync } from '@frontify/fondue';\nimport { useCallback, useEffect, useState } from 'react';\n\nimport { type SerializedTextProps } from './types';\n\nexport const SerializedText = ({ value = '', gap, customClass, show = true, plugins }: SerializedTextProps) => {\n const [html, setHtml] = useState<string | null>(null);\n\n const updateHtml = useCallback(async () => {\n const htmlContent = await serializeRawToHtmlAsync(value, plugins, undefined, gap, customClass);\n setHtml(htmlContent);\n }, [value, gap, plugins, customClass]);\n\n useEffect(() => {\n updateHtml().catch(console.error);\n }, [updateHtml]);\n\n if (!show || html === '<br />' || html === null) {\n return null;\n }\n\n return (\n <div\n className=\"tw-w-full tw-whitespace-pre-wrap\"\n data-test-id=\"rte-content-html\"\n dangerouslySetInnerHTML={{ __html: html }}\n />\n );\n};\n"],"names":["SerializedText","value","gap","customClass","show","plugins","html","setHtml","useState","updateHtml","useCallback","htmlContent","serializeRawToHtmlAsync","useEffect","jsx"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"SerializedText.es.js","sources":["../../../src/components/RichTextEditor/SerializedText.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { serializeRawToHtmlAsync } from '@frontify/fondue';\nimport { useCallback, useEffect, useState } from 'react';\n\nimport { type SerializedTextProps } from './types';\n\nexport const SerializedText = ({ value = '', gap, customClass, show = true, plugins }: SerializedTextProps) => {\n const [html, setHtml] = useState<string | null>(null);\n\n const updateHtml = useCallback(async () => {\n const htmlContent = await serializeRawToHtmlAsync(value, plugins, undefined, gap, customClass);\n setHtml(htmlContent);\n }, [value, gap, plugins, customClass]);\n\n useEffect(() => {\n updateHtml().catch(console.error);\n }, [updateHtml]);\n\n if (!show || html === '<br />' || html === null) {\n return null;\n }\n\n return (\n <div\n className=\"tw-w-full tw-whitespace-pre-wrap\"\n data-test-id=\"rte-content-html\"\n dangerouslySetInnerHTML={{ __html: html }}\n />\n );\n};\n"],"names":["SerializedText","value","gap","customClass","show","plugins","html","setHtml","useState","updateHtml","useCallback","htmlContent","serializeRawToHtmlAsync","useEffect","jsx"],"mappings":";;;AAOO,MAAMA,IAAiB,CAAC,EAAE,OAAAC,IAAQ,IAAI,KAAAC,GAAK,aAAAC,GAAa,MAAAC,IAAO,IAAM,SAAAC,QAAmC;AAC3G,QAAM,CAACC,GAAMC,CAAO,IAAIC,EAAwB,IAAI,GAE9CC,IAAaC,EAAY,YAAY;AACvC,UAAMC,IAAc,MAAMC,EAAwBX,GAAOI,GAAS,QAAWH,GAAKC,CAAW;AAC7F,IAAAI,EAAQI,CAAW;AAAA,EACvB,GAAG,CAACV,GAAOC,GAAKG,GAASF,CAAW,CAAC;AAMrC,SAJAU,EAAU,MAAM;AACZ,IAAAJ,IAAa,MAAM,QAAQ,KAAK;AAAA,EACpC,GAAG,CAACA,CAAU,CAAC,GAEX,CAACL,KAAQE,MAAS,YAAYA,MAAS,OAChC,OAIP,gBAAAQ;AAAA,IAAC;AAAA,IAAA;AAAA,MACG,WAAU;AAAA,MACV,gBAAa;AAAA,MACb,yBAAyB,EAAE,QAAQR,EAAA;AAAA,IAAK;AAAA,EAAA;AAGpD;"}
|
package/dist/components/RichTextEditor/pluginPresets/defaultPluginsWithLinkChooser.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaultPluginsWithLinkChooser.es.js","sources":["../../../../src/components/RichTextEditor/pluginPresets/defaultPluginsWithLinkChooser.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type AppBridgeBlock } from '@frontify/app-bridge';\nimport {\n AlignCenterPlugin,\n AlignJustifyPlugin,\n AlignLeftPlugin,\n AlignRightPlugin,\n AutoformatPlugin,\n BoldPlugin,\n CheckboxListPlugin,\n CodePlugin,\n ItalicPlugin,\n OrderedListPlugin,\n PluginComposer,\n ResetFormattingPlugin,\n SoftBreakPlugin,\n StrikethroughPlugin,\n TextStylePlugin,\n UnderlinePlugin,\n UnorderedListPlugin,\n} from '@frontify/fondue';\n\nimport { ButtonPlugin, LinkPlugin, TextStylePluginsWithoutImage, TextStylesWithoutImage } from '../plugins';\n\nexport const getDefaultPluginsWithLinkChooser = (appBridge: AppBridgeBlock) => {\n return new PluginComposer()\n .setPlugin(\n new SoftBreakPlugin(),\n new TextStylePlugin({\n textStyles: TextStylePluginsWithoutImage,\n }),\n )\n .setPlugin(\n [\n new BoldPlugin(),\n new ItalicPlugin(),\n new UnderlinePlugin(),\n new StrikethroughPlugin(),\n new LinkPlugin({ appBridge }),\n new ButtonPlugin({ appBridge }),\n new CodePlugin(),\n ],\n [\n new AlignLeftPlugin({ validTypes: TextStylesWithoutImage }),\n new AlignCenterPlugin({ validTypes: TextStylesWithoutImage }),\n new AlignRightPlugin({ validTypes: TextStylesWithoutImage }),\n new AlignJustifyPlugin({ validTypes: TextStylesWithoutImage }),\n new UnorderedListPlugin(),\n new CheckboxListPlugin(),\n new OrderedListPlugin(),\n new ResetFormattingPlugin(),\n new AutoformatPlugin(),\n ],\n );\n};\n"],"names":["getDefaultPluginsWithLinkChooser","appBridge","PluginComposer","SoftBreakPlugin","TextStylePlugin","TextStylePluginsWithoutImage","BoldPlugin","ItalicPlugin","UnderlinePlugin","StrikethroughPlugin","LinkPlugin","ButtonPlugin","CodePlugin","AlignLeftPlugin","TextStylesWithoutImage","AlignCenterPlugin","AlignRightPlugin","AlignJustifyPlugin","UnorderedListPlugin","CheckboxListPlugin","OrderedListPlugin","ResetFormattingPlugin","AutoformatPlugin"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"defaultPluginsWithLinkChooser.es.js","sources":["../../../../src/components/RichTextEditor/pluginPresets/defaultPluginsWithLinkChooser.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type AppBridgeBlock } from '@frontify/app-bridge';\nimport {\n AlignCenterPlugin,\n AlignJustifyPlugin,\n AlignLeftPlugin,\n AlignRightPlugin,\n AutoformatPlugin,\n BoldPlugin,\n CheckboxListPlugin,\n CodePlugin,\n ItalicPlugin,\n OrderedListPlugin,\n PluginComposer,\n ResetFormattingPlugin,\n SoftBreakPlugin,\n StrikethroughPlugin,\n TextStylePlugin,\n UnderlinePlugin,\n UnorderedListPlugin,\n} from '@frontify/fondue';\n\nimport { ButtonPlugin, LinkPlugin, TextStylePluginsWithoutImage, TextStylesWithoutImage } from '../plugins';\n\nexport const getDefaultPluginsWithLinkChooser = (appBridge: AppBridgeBlock) => {\n return new PluginComposer()\n .setPlugin(\n new SoftBreakPlugin(),\n new TextStylePlugin({\n textStyles: TextStylePluginsWithoutImage,\n }),\n )\n .setPlugin(\n [\n new BoldPlugin(),\n new ItalicPlugin(),\n new UnderlinePlugin(),\n new StrikethroughPlugin(),\n new LinkPlugin({ appBridge }),\n new ButtonPlugin({ appBridge }),\n new CodePlugin(),\n ],\n [\n new AlignLeftPlugin({ validTypes: TextStylesWithoutImage }),\n new AlignCenterPlugin({ validTypes: TextStylesWithoutImage }),\n new AlignRightPlugin({ validTypes: TextStylesWithoutImage }),\n new AlignJustifyPlugin({ validTypes: TextStylesWithoutImage }),\n new UnorderedListPlugin(),\n new CheckboxListPlugin(),\n new OrderedListPlugin(),\n new ResetFormattingPlugin(),\n new AutoformatPlugin(),\n ],\n );\n};\n"],"names":["getDefaultPluginsWithLinkChooser","appBridge","PluginComposer","SoftBreakPlugin","TextStylePlugin","TextStylePluginsWithoutImage","BoldPlugin","ItalicPlugin","UnderlinePlugin","StrikethroughPlugin","LinkPlugin","ButtonPlugin","CodePlugin","AlignLeftPlugin","TextStylesWithoutImage","AlignCenterPlugin","AlignRightPlugin","AlignJustifyPlugin","UnorderedListPlugin","CheckboxListPlugin","OrderedListPlugin","ResetFormattingPlugin","AutoformatPlugin"],"mappings":";;;;AAyBO,MAAMA,IAAmC,CAACC,MACtC,IAAIC,IACN;AAAA,EACG,IAAIC,EAAA;AAAA,EACJ,IAAIC,EAAgB;AAAA,IAChB,YAAYC;AAAA,EAAA,CACf;AAAA,EAEJ;AAAA,EACG;AAAA,IACI,IAAIC,EAAA;AAAA,IACJ,IAAIC,EAAA;AAAA,IACJ,IAAIC,EAAA;AAAA,IACJ,IAAIC,EAAA;AAAA,IACJ,IAAIC,EAAW,EAAE,WAAAT,GAAW;AAAA,IAC5B,IAAIU,EAAa,EAAE,WAAAV,GAAW;AAAA,IAC9B,IAAIW,EAAA;AAAA,EAAW;AAAA,EAEnB;AAAA,IACI,IAAIC,EAAgB,EAAE,YAAYC,GAAwB;AAAA,IAC1D,IAAIC,EAAkB,EAAE,YAAYD,GAAwB;AAAA,IAC5D,IAAIE,EAAiB,EAAE,YAAYF,GAAwB;AAAA,IAC3D,IAAIG,EAAmB,EAAE,YAAYH,GAAwB;AAAA,IAC7D,IAAII,EAAA;AAAA,IACJ,IAAIC,EAAA;AAAA,IACJ,IAAIC,EAAA;AAAA,IACJ,IAAIC,EAAA;AAAA,IACJ,IAAIC,EAAA;AAAA,EAAiB;AACzB;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonMarkupElementNode.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/ButtonMarkupElement/ButtonMarkupElementNode.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type PlateRenderElementProps, type Value } from '@frontify/fondue';\nimport { type CSSProperties, type HTMLAttributeAnchorTarget, type ReactElement, type ReactNode, useState } from 'react';\n\nimport { type TButtonElement } from '../types';\nimport { BlockButtonStyles } from '../utils';\n\nexport type ButtonRootProps = PlateRenderElementProps<Value, TButtonElement>;\n\nexport const ButtonMarkupElementNode = (props: ButtonRootProps) => {\n const { attributes, children } = props;\n const href = props.element.url || props.element.chosenLink?.searchResult?.link || '';\n const target = props.element.target || '_self';\n const buttonStyle = String(props.element.buttonStyle) || 'primary';\n return (\n <HoverableButtonLink\n attributes={attributes}\n href={href}\n target={target}\n styles={BlockButtonStyles[`button${buttonStyle.charAt(0).toUpperCase() + buttonStyle.slice(1)}`]}\n >\n {children}\n </HoverableButtonLink>\n );\n};\n\ntype Props = {\n attributes: ButtonRootProps['attributes'];\n children: ReactNode;\n styles?: CSSProperties & { hover?: CSSProperties };\n href?: string;\n target?: HTMLAttributeAnchorTarget;\n};\n\nconst HoverableButtonLink = ({\n attributes,\n styles = { hover: {} },\n children,\n href = '#',\n target,\n}: Props): ReactElement => {\n const [hovered, setHovered] = useState(false);\n\n return (\n <a\n {...attributes}\n onMouseEnter={() => setHovered(true)}\n onMouseLeave={() => setHovered(false)}\n href={href}\n target={target}\n style={hovered ? { ...styles, ...styles.hover } : styles}\n >\n {children}\n </a>\n );\n};\n"],"names":["ButtonMarkupElementNode","props","attributes","children","href","_b","_a","target","buttonStyle","jsx","HoverableButtonLink","BlockButtonStyles","styles","hovered","setHovered","useState"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ButtonMarkupElementNode.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/ButtonMarkupElement/ButtonMarkupElementNode.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { type PlateRenderElementProps, type Value } from '@frontify/fondue';\nimport { type CSSProperties, type HTMLAttributeAnchorTarget, type ReactElement, type ReactNode, useState } from 'react';\n\nimport { type TButtonElement } from '../types';\nimport { BlockButtonStyles } from '../utils';\n\nexport type ButtonRootProps = PlateRenderElementProps<Value, TButtonElement>;\n\nexport const ButtonMarkupElementNode = (props: ButtonRootProps) => {\n const { attributes, children } = props;\n const href = props.element.url || props.element.chosenLink?.searchResult?.link || '';\n const target = props.element.target || '_self';\n const buttonStyle = String(props.element.buttonStyle) || 'primary';\n return (\n <HoverableButtonLink\n attributes={attributes}\n href={href}\n target={target}\n styles={BlockButtonStyles[`button${buttonStyle.charAt(0).toUpperCase() + buttonStyle.slice(1)}`]}\n >\n {children}\n </HoverableButtonLink>\n );\n};\n\ntype Props = {\n attributes: ButtonRootProps['attributes'];\n children: ReactNode;\n styles?: CSSProperties & { hover?: CSSProperties };\n href?: string;\n target?: HTMLAttributeAnchorTarget;\n};\n\nconst HoverableButtonLink = ({\n attributes,\n styles = { hover: {} },\n children,\n href = '#',\n target,\n}: Props): ReactElement => {\n const [hovered, setHovered] = useState(false);\n\n return (\n <a\n {...attributes}\n onMouseEnter={() => setHovered(true)}\n onMouseLeave={() => setHovered(false)}\n href={href}\n target={target}\n style={hovered ? { ...styles, ...styles.hover } : styles}\n >\n {children}\n </a>\n );\n};\n"],"names":["ButtonMarkupElementNode","props","attributes","children","href","_b","_a","target","buttonStyle","jsx","HoverableButtonLink","BlockButtonStyles","styles","hovered","setHovered","useState"],"mappings":";;;AAUO,MAAMA,IAA0B,CAACC,MAA2B;;AAC/D,QAAM,EAAE,YAAAC,GAAY,UAAAC,EAAA,IAAaF,GAC3BG,IAAOH,EAAM,QAAQ,SAAOI,KAAAC,IAAAL,EAAM,QAAQ,eAAd,gBAAAK,EAA0B,iBAA1B,gBAAAD,EAAwC,SAAQ,IAC5EE,IAASN,EAAM,QAAQ,UAAU,SACjCO,IAAc,OAAOP,EAAM,QAAQ,WAAW,KAAK;AACzD,SACI,gBAAAQ;AAAA,IAACC;AAAA,IAAA;AAAA,MACG,YAAAR;AAAA,MACA,MAAAE;AAAA,MACA,QAAAG;AAAA,MACA,QAAQI,EAAkB,SAASH,EAAY,OAAO,CAAC,EAAE,YAAA,IAAgBA,EAAY,MAAM,CAAC,CAAC,EAAE;AAAA,MAE9F,UAAAL;AAAA,IAAA;AAAA,EAAA;AAGb,GAUMO,IAAsB,CAAC;AAAA,EACzB,YAAAR;AAAA,EACA,QAAAU,IAAS,EAAE,OAAO,GAAC;AAAA,EACnB,UAAAT;AAAA,EACA,MAAAC,IAAO;AAAA,EACP,QAAAG;AACJ,MAA2B;AACvB,QAAM,CAACM,GAASC,CAAU,IAAIC,EAAS,EAAK;AAE5C,SACI,gBAAAN;AAAA,IAAC;AAAA,IAAA;AAAA,MACI,GAAGP;AAAA,MACJ,cAAc,MAAMY,EAAW,EAAI;AAAA,MACnC,cAAc,MAAMA,EAAW,EAAK;AAAA,MACpC,MAAAV;AAAA,MACA,QAAAG;AAAA,MACA,OAAOM,IAAU,EAAE,GAAGD,GAAQ,GAAGA,EAAO,UAAUA;AAAA,MAEjD,UAAAT;AAAA,IAAA;AAAA,EAAA;AAGb;"}
|
package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonButton.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonButton.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonButton.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport {\n type PluginButtonProps,\n getHotkeyByPlatform,\n getPluginType,\n getTooltip,\n isRangeInSameBlock,\n someNode,\n useEditorState,\n useEventPlateId,\n} from '@frontify/fondue';\n\nimport { ELEMENT_BUTTON } from '../createButtonPlugin';\n\nimport { ButtonToolbarButton } from './ButtonToolbarButton';\n\nexport const ButtonButton = ({ editorId, id }: PluginButtonProps) => {\n const editor = useEditorState(useEventPlateId(editorId));\n const isEnabled = !!isRangeInSameBlock(editor, {\n at: editor.selection,\n });\n const type = getPluginType(editor, ELEMENT_BUTTON);\n const isLink = !!editor?.selection && someNode(editor, { match: { type } });\n\n return (\n <div data-plugin-id={id}>\n <ButtonToolbarButton\n pressed={isLink}\n disabled={!isEnabled} // maybe pressed\n tooltip={getTooltip(\n isEnabled\n ? `Button\\n${getHotkeyByPlatform('Ctrl+Shift+K')}`\n : 'Buttons can only be set for a single text block.',\n )}\n />\n </div>\n );\n};\n"],"names":["ButtonButton","editorId","id","editor","useEditorState","useEventPlateId","isEnabled","isRangeInSameBlock","type","getPluginType","ELEMENT_BUTTON","isLink","someNode","jsx","ButtonToolbarButton","getTooltip","getHotkeyByPlatform"],"mappings":";;;;AAiBO,MAAMA,IAAe,CAAC,EAAE,UAAAC,GAAU,IAAAC,QAA4B;AACjE,QAAMC,IAASC,EAAeC,EAAgBJ,CAAQ,CAAC,GACjDK,IAAY,CAAC,CAACC,EAAmBJ,GAAQ;AAAA,IAC3C,IAAIA,EAAO;AAAA,EAAA,CACd,GACKK,IAAOC,EAAcN,GAAQO,CAAc,GAC3CC,IAAS,CAAC,EAACR,KAAA,QAAAA,EAAQ,cAAaS,EAAST,GAAQ,EAAE,OAAO,EAAE,MAAAK,
|
|
1
|
+
{"version":3,"file":"ButtonButton.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonButton.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport {\n type PluginButtonProps,\n getHotkeyByPlatform,\n getPluginType,\n getTooltip,\n isRangeInSameBlock,\n someNode,\n useEditorState,\n useEventPlateId,\n} from '@frontify/fondue';\n\nimport { ELEMENT_BUTTON } from '../createButtonPlugin';\n\nimport { ButtonToolbarButton } from './ButtonToolbarButton';\n\nexport const ButtonButton = ({ editorId, id }: PluginButtonProps) => {\n const editor = useEditorState(useEventPlateId(editorId));\n const isEnabled = !!isRangeInSameBlock(editor, {\n at: editor.selection,\n });\n const type = getPluginType(editor, ELEMENT_BUTTON);\n const isLink = !!editor?.selection && someNode(editor, { match: { type } });\n\n return (\n <div data-plugin-id={id}>\n <ButtonToolbarButton\n pressed={isLink}\n disabled={!isEnabled} // maybe pressed\n tooltip={getTooltip(\n isEnabled\n ? `Button\\n${getHotkeyByPlatform('Ctrl+Shift+K')}`\n : 'Buttons can only be set for a single text block.',\n )}\n />\n </div>\n );\n};\n"],"names":["ButtonButton","editorId","id","editor","useEditorState","useEventPlateId","isEnabled","isRangeInSameBlock","type","getPluginType","ELEMENT_BUTTON","isLink","someNode","jsx","ButtonToolbarButton","getTooltip","getHotkeyByPlatform"],"mappings":";;;;AAiBO,MAAMA,IAAe,CAAC,EAAE,UAAAC,GAAU,IAAAC,QAA4B;AACjE,QAAMC,IAASC,EAAeC,EAAgBJ,CAAQ,CAAC,GACjDK,IAAY,CAAC,CAACC,EAAmBJ,GAAQ;AAAA,IAC3C,IAAIA,EAAO;AAAA,EAAA,CACd,GACKK,IAAOC,EAAcN,GAAQO,CAAc,GAC3CC,IAAS,CAAC,EAACR,KAAA,QAAAA,EAAQ,cAAaS,EAAST,GAAQ,EAAE,OAAO,EAAE,MAAAK,EAAA,GAAQ;AAE1E,SACI,gBAAAK,EAAC,OAAA,EAAI,kBAAgBX,GACjB,UAAA,gBAAAW;AAAA,IAACC;AAAA,IAAA;AAAA,MACG,SAASH;AAAA,MACT,UAAU,CAACL;AAAA,MACX,SAASS;AAAA,QACLT,IACM;AAAA,EAAWU,EAAoB,cAAc,CAAC,KAC9C;AAAA,MAAA;AAAA,IACV;AAAA,EAAA,GAER;AAER;"}
|
package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonToolbarButton.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { useEditorRef as i, ToolbarButton as u,
|
|
2
|
+
import { useEditorRef as i, ToolbarButton as u, IconStylingWrapper as c, IconButton16 as l, focusEditor as f } from "@frontify/fondue";
|
|
3
3
|
import { forwardRef as p } from "react";
|
|
4
4
|
import { triggerFloatingButton as a } from "../utils/triggerFloatingButton.es.js";
|
|
5
5
|
const m = p((r, n) => {
|
|
@@ -10,12 +10,12 @@ const m = p((r, n) => {
|
|
|
10
10
|
ref: n,
|
|
11
11
|
...r,
|
|
12
12
|
onMouseDown: (e) => {
|
|
13
|
-
e.preventDefault(),
|
|
13
|
+
e.preventDefault(), f(o, o.selection ?? o.prevSelection ?? void 0);
|
|
14
14
|
},
|
|
15
15
|
onClick: () => {
|
|
16
16
|
a(o, { focused: !0 });
|
|
17
17
|
},
|
|
18
|
-
children: /* @__PURE__ */ t(
|
|
18
|
+
children: /* @__PURE__ */ t(c, { icon: /* @__PURE__ */ t(l, {}) })
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
21
|
});
|
package/dist/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonToolbarButton.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonToolbarButton.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonToolbarButton.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { IconButton16, IconStylingWrapper, ToolbarButton, focusEditor, useEditorRef } from '@frontify/fondue';\nimport { type ReactNode, forwardRef } from 'react';\n\nimport { triggerFloatingButton } from '../utils';\n\nexport const ButtonToolbarButton = forwardRef<\n HTMLButtonElement,\n { disabled: boolean; tooltip: ReactNode; pressed: boolean }\n>((rootProps, ref) => {\n const editor = useEditorRef();\n\n return (\n <ToolbarButton\n ref={ref}\n {...rootProps}\n onMouseDown={(event) => {\n event.preventDefault();\n focusEditor(editor, editor.selection ?? editor.prevSelection ?? undefined);\n }}\n onClick={() => {\n triggerFloatingButton(editor, { focused: true });\n }}\n >\n <IconStylingWrapper icon={<IconButton16 />} />\n </ToolbarButton>\n );\n});\n\nButtonToolbarButton.displayName = 'ButtonToolbarButton';\n"],"names":["ButtonToolbarButton","forwardRef","rootProps","ref","editor","useEditorRef","jsx","ToolbarButton","event","focusEditor","triggerFloatingButton","IconStylingWrapper","IconButton16"],"mappings":";;;;AAOO,MAAMA,IAAsBC,EAGjC,CAACC,GAAWC,MAAQ;AAClB,QAAMC,IAASC;
|
|
1
|
+
{"version":3,"file":"ButtonToolbarButton.es.js","sources":["../../../../../../src/components/RichTextEditor/plugins/ButtonPlugin/components/ButtonToolbarButton.tsx"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { IconButton16, IconStylingWrapper, ToolbarButton, focusEditor, useEditorRef } from '@frontify/fondue';\nimport { type ReactNode, forwardRef } from 'react';\n\nimport { triggerFloatingButton } from '../utils';\n\nexport const ButtonToolbarButton = forwardRef<\n HTMLButtonElement,\n { disabled: boolean; tooltip: ReactNode; pressed: boolean }\n>((rootProps, ref) => {\n const editor = useEditorRef();\n\n return (\n <ToolbarButton\n ref={ref}\n {...rootProps}\n onMouseDown={(event) => {\n event.preventDefault();\n focusEditor(editor, editor.selection ?? editor.prevSelection ?? undefined);\n }}\n onClick={() => {\n triggerFloatingButton(editor, { focused: true });\n }}\n >\n <IconStylingWrapper icon={<IconButton16 />} />\n </ToolbarButton>\n );\n});\n\nButtonToolbarButton.displayName = 'ButtonToolbarButton';\n"],"names":["ButtonToolbarButton","forwardRef","rootProps","ref","editor","useEditorRef","jsx","ToolbarButton","event","focusEditor","triggerFloatingButton","IconStylingWrapper","IconButton16"],"mappings":";;;;AAOO,MAAMA,IAAsBC,EAGjC,CAACC,GAAWC,MAAQ;AAClB,QAAMC,IAASC,EAAA;AAEf,SACI,gBAAAC;AAAA,IAACC;AAAA,IAAA;AAAA,MACG,KAAAJ;AAAA,MACC,GAAGD;AAAA,MACJ,aAAa,CAACM,MAAU;AACpB,QAAAA,EAAM,eAAA,GACNC,EAAYL,GAAQA,EAAO,aAAaA,EAAO,iBAAiB,MAAS;AAAA,MAC7E;AAAA,MACA,SAAS,MAAM;AACX,QAAAM,EAAsBN,GAAQ,EAAE,SAAS,GAAA,CAAM;AAAA,MACnD;AAAA,MAEA,UAAA,gBAAAE,EAACK,GAAA,EAAmB,MAAM,gBAAAL,EAACM,KAAa,EAAA,CAAI;AAAA,IAAA;AAAA,EAAA;AAGxD,CAAC;AAEDZ,EAAoB,cAAc;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as g, Fragment as b, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { useEditorRef as B, TextStyles as d, offset as E, flip as F } from "@frontify/fondue";
|
|
3
3
|
import { createPortal as m } from "react-dom";
|
|
4
4
|
import { BlockStyles as l } from "../../../styles.es.js";
|
|
5
5
|
import { EditModal as x } from "./EditButtonModal/EditModal.es.js";
|
|
@@ -11,14 +11,14 @@ const a = {
|
|
|
11
11
|
placement: "bottom-start",
|
|
12
12
|
strategy: "absolute",
|
|
13
13
|
middleware: [
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
E(12),
|
|
15
|
+
F({
|
|
16
16
|
padding: 12,
|
|
17
17
|
fallbackPlacements: ["bottom-end", "top-start", "top-end"]
|
|
18
18
|
})
|
|
19
19
|
]
|
|
20
20
|
}, q = () => {
|
|
21
|
-
const { ref: p, ...e } = h(a), { ref: c, ...r } = O(a), f =
|
|
21
|
+
const { ref: p, ...e } = h(a), { ref: c, ...r } = O(a), f = B(), o = R(), n = o.isOpen(f.id), u = o.isEditing(), s = o.mode(), i = /* @__PURE__ */ t(P, {}), y = u ? i : /* @__PURE__ */ t(x, {});
|
|
22
22
|
return /* @__PURE__ */ g(b, { children: [
|
|
23
23
|
n && s === "insert" && m(
|
|
24
24
|
/* @__PURE__ */ t(
|