rotion 0.0.1
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/LICENSE +21 -0
- package/README.md +159 -0
- package/dist/exporter/files.d.ts +23 -0
- package/dist/exporter/files.js +329 -0
- package/dist/exporter/files.js.map +1 -0
- package/dist/exporter/index.d.ts +2 -0
- package/dist/exporter/index.js +3 -0
- package/dist/exporter/index.js.map +1 -0
- package/dist/exporter/notion.d.ts +18 -0
- package/dist/exporter/notion.js +400 -0
- package/dist/exporter/notion.js.map +1 -0
- package/dist/exporter/types.d.ts +496 -0
- package/dist/exporter/types.js +2 -0
- package/dist/exporter/types.js.map +1 -0
- package/dist/exporter.backup/files.d.ts +23 -0
- package/dist/exporter.backup/files.js +329 -0
- package/dist/exporter.backup/files.js.map +1 -0
- package/dist/exporter.backup/index.d.ts +2 -0
- package/dist/exporter.backup/index.js +3 -0
- package/dist/exporter.backup/index.js.map +1 -0
- package/dist/exporter.backup/notion.d.ts +18 -0
- package/dist/exporter.backup/notion.js +400 -0
- package/dist/exporter.backup/notion.js.map +1 -0
- package/dist/exporter.backup/types.d.ts +496 -0
- package/dist/exporter.backup/types.js +2 -0
- package/dist/exporter.backup/types.js.map +1 -0
- package/dist/files.d.ts +23 -0
- package/dist/index.d.ts +2 -0
- package/dist/notion.d.ts +18 -0
- package/dist/types.d.ts +496 -0
- package/dist/ui/cjs/index.js +19994 -0
- package/dist/ui/cjs/index.js.map +1 -0
- package/dist/ui/cjs/types/exporter/files.d.ts +23 -0
- package/dist/ui/cjs/types/exporter/index.d.ts +2 -0
- package/dist/ui/cjs/types/exporter/notion.d.ts +18 -0
- package/dist/ui/cjs/types/exporter/types.d.ts +496 -0
- package/dist/ui/cjs/types/ui/components/Gallery/Gallery.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/Gallery.types.d.ts +14 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +12 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +5 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +10 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +6 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +3 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCheckboxField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryDateField/DateField.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryDateField/GalleryDateField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryDateField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +7 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryNumberField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryRichTextField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryTitleField/GalleryTitleField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryTitleField/GalleryTitleField.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryTitleField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryUrlField/GalleryUrlField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryUrlField/GalleryUrlField.types.d.ts +3 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryUrlField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/List.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/List.types.d.ts +13 -0
- package/dist/ui/cjs/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +3 -0
- package/dist/ui/cjs/types/ui/components/List/ListCheckboxField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/ListDateField/ListDateField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/ListDateField/ListDateField.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/ListDateField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/ListHandler.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/ListHandler.types.d.ts +12 -0
- package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +10 -0
- package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/ListNumberField/ListNumberField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/ListNumberField/ListNumberField.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/ListNumberField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/ListRichTextField/ListRichTextField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/ListRichTextField/ListRichTextField.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/ListRichTextField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/ListTitleField/ListTitleField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/ListTitleField/ListTitleField.types.d.ts +11 -0
- package/dist/ui/cjs/types/ui/components/List/ListTitleField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/ListUrlField/ListUrlField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/ListUrlField/ListUrlField.types.d.ts +3 -0
- package/dist/ui/cjs/types/ui/components/List/ListUrlField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/BookmarkBlock/BookmarkBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/BookmarkBlock/BookmarkBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/BookmarkBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.types.d.ts +10 -0
- package/dist/ui/cjs/types/ui/components/Page/BulletedListBlocks/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/CalloutBlock/CalloutBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/CalloutBlock/CalloutBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/CalloutBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.types.d.ts +14 -0
- package/dist/ui/cjs/types/ui/components/Page/ChildDatabaseBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/ChildPageBlock/ChildPageBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/ChildPageBlock/ChildPageBlock.types.d.ts +14 -0
- package/dist/ui/cjs/types/ui/components/Page/ChildPageBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/CodeBlock/Code/Code.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/CodeBlock/Code/Code.types.d.ts +7 -0
- package/dist/ui/cjs/types/ui/components/Page/CodeBlock/Code/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/CodeBlock/CodeBlock.types.d.ts +6 -0
- package/dist/ui/cjs/types/ui/components/Page/CodeBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/ColumnListBlock/ColumnListBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/ColumnListBlock/ColumnListBlock.types.d.ts +10 -0
- package/dist/ui/cjs/types/ui/components/Page/ColumnListBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/EmbedBlock/EmbedBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/EmbedBlock/EmbedBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/EmbedBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/EquationBlock/EquationBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/EquationBlock/EquationBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/EquationBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/FileBlock/FileBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/FileBlock/FileBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/FileBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/ImageBlock/ImageBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/ImageBlock/ImageBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/ImageBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/LinkPreviewBlock/LinkPreviewBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/LinkPreviewBlock/LinkPreviewBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/LinkPreviewBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/ListBlock/ListBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/ListBlock/ListBlock.types.d.ts +12 -0
- package/dist/ui/cjs/types/ui/components/Page/ListBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.types.d.ts +10 -0
- package/dist/ui/cjs/types/ui/components/Page/NumberedListBlocks/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/Page.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/Page.types.d.ts +14 -0
- package/dist/ui/cjs/types/ui/components/Page/PageHandler.d.ts +15 -0
- package/dist/ui/cjs/types/ui/components/Page/PageHandler.types.d.ts +11 -0
- package/dist/ui/cjs/types/ui/components/Page/PageIcon/PageIcon.d.ts +6 -0
- package/dist/ui/cjs/types/ui/components/Page/PageIcon/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/PdfBlock/PdfBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/PdfBlock/PdfBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/PdfBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/SyncedBlock/SyncedBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/SyncedBlock/SyncedBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/SyncedBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/TableBlock/TableBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/TableBlock/TableBlock.types.d.ts +13 -0
- package/dist/ui/cjs/types/ui/components/Page/TableBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/TableOfContentsBlock/TableOfContentsBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/TableOfContentsBlock/TableOfContentsBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/TableOfContentsBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/TemplateBlock/TemplateBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/TemplateBlock/TemplateBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/TemplateBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Annotation/Annotation.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Annotation/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Equation/Equation.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Equation/Equation.types.d.ts +6 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Equation/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/LinkIfLinked/LinkIfLinked.d.ts +5 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/LinkIfLinked/LinkIfLinked.types.d.ts +12 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/LinkIfLinked/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Mention/Mention.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Mention/Mention.types.d.ts +6 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Mention/UserMention/UserMention.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Mention/UserMention/UserMention.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Mention/UserMention/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Mention/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/RichText.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/RichText.types.d.ts +7 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Text/Text.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Text/Text.types.d.ts +6 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/Text/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/RichText/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/TextBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/TextBlock.types.d.ts +6 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/ToDoBlock/ToDoBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/ToDoBlock/ToDoBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/ToDoBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/ToggleBlock/ToggleBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/ToggleBlock/ToggleBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/ToggleBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/VideoBlock/VideoBlock.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/VideoBlock/VideoBlock.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/VideoBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/Table.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/Table.types.d.ts +13 -0
- package/dist/ui/cjs/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +3 -0
- package/dist/ui/cjs/types/ui/components/Table/TableCheckboxField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/TableDateField/TableDateField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableDateField/TableDateField.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableDateField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/TableHandler.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableHandler.types.d.ts +12 -0
- package/dist/ui/cjs/types/ui/components/Table/TableIcon/TableIcon.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableIcon/TableIcon.types.d.ts +3 -0
- package/dist/ui/cjs/types/ui/components/Table/TableIcon/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +7 -0
- package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableNumberField/TableNumberField.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableNumberField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/TablePropertyNameAndIcon.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TablePropertyNameAndIcon.types.d.ts +5 -0
- package/dist/ui/cjs/types/ui/components/Table/TableRichTextField/TableRichTextField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableRichTextField/TableRichTextField.types.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableRichTextField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +7 -0
- package/dist/ui/cjs/types/ui/components/Table/TableSelectField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableTitleField/TableTitleField.types.d.ts +11 -0
- package/dist/ui/cjs/types/ui/components/Table/TableTitleField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/TableUrlField/TableUrlField.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableUrlField/TableUrlField.types.d.ts +3 -0
- package/dist/ui/cjs/types/ui/components/Table/TableUrlField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/index.d.ts +56 -0
- package/dist/ui/cjs/types/ui/components/lib.d.ts +13 -0
- package/dist/ui/cjs/types/ui/components/types.d.ts +17 -0
- package/dist/ui/cjs/types/ui/index.d.ts +1 -0
- package/dist/ui/esm/index.js +19934 -0
- package/dist/ui/esm/index.js.map +1 -0
- package/dist/ui/esm/types/exporter/files.d.ts +23 -0
- package/dist/ui/esm/types/exporter/index.d.ts +2 -0
- package/dist/ui/esm/types/exporter/notion.d.ts +18 -0
- package/dist/ui/esm/types/exporter/types.d.ts +496 -0
- package/dist/ui/esm/types/ui/components/Gallery/Gallery.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/Gallery.types.d.ts +14 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +12 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +5 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +10 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +6 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +3 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCheckboxField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryDateField/DateField.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryDateField/GalleryDateField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryDateField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +7 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryNumberField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryRichTextField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryTitleField/GalleryTitleField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryTitleField/GalleryTitleField.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryTitleField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryUrlField/GalleryUrlField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryUrlField/GalleryUrlField.types.d.ts +3 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryUrlField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/List.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/List.types.d.ts +13 -0
- package/dist/ui/esm/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +3 -0
- package/dist/ui/esm/types/ui/components/List/ListCheckboxField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/ListDateField/ListDateField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/ListDateField/ListDateField.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/ListDateField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/ListHandler.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/ListHandler.types.d.ts +12 -0
- package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +10 -0
- package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/ListNumberField/ListNumberField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/ListNumberField/ListNumberField.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/ListNumberField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/ListRichTextField/ListRichTextField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/ListRichTextField/ListRichTextField.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/ListRichTextField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/ListTitleField/ListTitleField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/ListTitleField/ListTitleField.types.d.ts +11 -0
- package/dist/ui/esm/types/ui/components/List/ListTitleField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/ListUrlField/ListUrlField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/ListUrlField/ListUrlField.types.d.ts +3 -0
- package/dist/ui/esm/types/ui/components/List/ListUrlField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/BookmarkBlock/BookmarkBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/BookmarkBlock/BookmarkBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/BookmarkBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.types.d.ts +10 -0
- package/dist/ui/esm/types/ui/components/Page/BulletedListBlocks/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/CalloutBlock/CalloutBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/CalloutBlock/CalloutBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/CalloutBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.types.d.ts +14 -0
- package/dist/ui/esm/types/ui/components/Page/ChildDatabaseBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/ChildPageBlock/ChildPageBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/ChildPageBlock/ChildPageBlock.types.d.ts +14 -0
- package/dist/ui/esm/types/ui/components/Page/ChildPageBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/CodeBlock/Code/Code.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/CodeBlock/Code/Code.types.d.ts +7 -0
- package/dist/ui/esm/types/ui/components/Page/CodeBlock/Code/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/CodeBlock/CodeBlock.types.d.ts +6 -0
- package/dist/ui/esm/types/ui/components/Page/CodeBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/ColumnListBlock/ColumnListBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/ColumnListBlock/ColumnListBlock.types.d.ts +10 -0
- package/dist/ui/esm/types/ui/components/Page/ColumnListBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/EmbedBlock/EmbedBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/EmbedBlock/EmbedBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/EmbedBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/EquationBlock/EquationBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/EquationBlock/EquationBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/EquationBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/FileBlock/FileBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/FileBlock/FileBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/FileBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/ImageBlock/ImageBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/ImageBlock/ImageBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/ImageBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/LinkPreviewBlock/LinkPreviewBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/LinkPreviewBlock/LinkPreviewBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/LinkPreviewBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/ListBlock/ListBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/ListBlock/ListBlock.types.d.ts +12 -0
- package/dist/ui/esm/types/ui/components/Page/ListBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.types.d.ts +10 -0
- package/dist/ui/esm/types/ui/components/Page/NumberedListBlocks/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/Page.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/Page.types.d.ts +14 -0
- package/dist/ui/esm/types/ui/components/Page/PageHandler.d.ts +15 -0
- package/dist/ui/esm/types/ui/components/Page/PageHandler.types.d.ts +11 -0
- package/dist/ui/esm/types/ui/components/Page/PageIcon/PageIcon.d.ts +6 -0
- package/dist/ui/esm/types/ui/components/Page/PageIcon/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/PdfBlock/PdfBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/PdfBlock/PdfBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/PdfBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/SyncedBlock/SyncedBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/SyncedBlock/SyncedBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/SyncedBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/TableBlock/TableBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/TableBlock/TableBlock.types.d.ts +13 -0
- package/dist/ui/esm/types/ui/components/Page/TableBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/TableOfContentsBlock/TableOfContentsBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/TableOfContentsBlock/TableOfContentsBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/TableOfContentsBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/TemplateBlock/TemplateBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/TemplateBlock/TemplateBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/TemplateBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Annotation/Annotation.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Annotation/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Equation/Equation.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Equation/Equation.types.d.ts +6 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Equation/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/LinkIfLinked/LinkIfLinked.d.ts +5 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/LinkIfLinked/LinkIfLinked.types.d.ts +12 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/LinkIfLinked/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Mention/Mention.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Mention/Mention.types.d.ts +6 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Mention/UserMention/UserMention.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Mention/UserMention/UserMention.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Mention/UserMention/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Mention/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/RichText.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/RichText.types.d.ts +7 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Text/Text.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Text/Text.types.d.ts +6 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/Text/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/RichText/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/TextBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/TextBlock.types.d.ts +6 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/ToDoBlock/ToDoBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/ToDoBlock/ToDoBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/ToDoBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/ToggleBlock/ToggleBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/ToggleBlock/ToggleBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/ToggleBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/VideoBlock/VideoBlock.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/VideoBlock/VideoBlock.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/VideoBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/Table.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/Table.types.d.ts +13 -0
- package/dist/ui/esm/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +3 -0
- package/dist/ui/esm/types/ui/components/Table/TableCheckboxField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/TableDateField/TableDateField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableDateField/TableDateField.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableDateField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/TableHandler.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableHandler.types.d.ts +12 -0
- package/dist/ui/esm/types/ui/components/Table/TableIcon/TableIcon.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableIcon/TableIcon.types.d.ts +3 -0
- package/dist/ui/esm/types/ui/components/Table/TableIcon/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +7 -0
- package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableNumberField/TableNumberField.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableNumberField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/TablePropertyNameAndIcon.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TablePropertyNameAndIcon.types.d.ts +5 -0
- package/dist/ui/esm/types/ui/components/Table/TableRichTextField/TableRichTextField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableRichTextField/TableRichTextField.types.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableRichTextField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +7 -0
- package/dist/ui/esm/types/ui/components/Table/TableSelectField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableTitleField/TableTitleField.types.d.ts +11 -0
- package/dist/ui/esm/types/ui/components/Table/TableTitleField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/TableUrlField/TableUrlField.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableUrlField/TableUrlField.types.d.ts +3 -0
- package/dist/ui/esm/types/ui/components/Table/TableUrlField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/index.d.ts +56 -0
- package/dist/ui/esm/types/ui/components/lib.d.ts +13 -0
- package/dist/ui/esm/types/ui/components/types.d.ts +17 -0
- package/dist/ui/esm/types/ui/index.d.ts +1 -0
- package/dist/ui/styles/base.css +44 -0
- package/dist/ui/styles/gallery.css +172 -0
- package/dist/ui/styles/list.css +153 -0
- package/dist/ui/styles/notionate-dark.css +297 -0
- package/dist/ui/styles/notionate.css +5 -0
- package/dist/ui/styles/page.css +762 -0
- package/dist/ui/styles/table.css +166 -0
- package/dist/ui/types.d.ts +693 -0
- package/dist/ui/umd/index.js +19998 -0
- package/dist/ui/umd/index.js.map +1 -0
- package/dist/ui/umd/types/exporter/files.d.ts +23 -0
- package/dist/ui/umd/types/exporter/index.d.ts +2 -0
- package/dist/ui/umd/types/exporter/notion.d.ts +18 -0
- package/dist/ui/umd/types/exporter/types.d.ts +496 -0
- package/dist/ui/umd/types/ui/components/Gallery/Gallery.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/Gallery.types.d.ts +14 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +12 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +5 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +10 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +6 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +3 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCheckboxField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryDateField/DateField.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryDateField/GalleryDateField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryDateField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +7 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryNumberField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryRichTextField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryTitleField/GalleryTitleField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryTitleField/GalleryTitleField.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryTitleField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryUrlField/GalleryUrlField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryUrlField/GalleryUrlField.types.d.ts +3 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryUrlField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/List.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/List.types.d.ts +13 -0
- package/dist/ui/umd/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +3 -0
- package/dist/ui/umd/types/ui/components/List/ListCheckboxField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/ListDateField/ListDateField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/ListDateField/ListDateField.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/ListDateField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/ListHandler.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/ListHandler.types.d.ts +12 -0
- package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +10 -0
- package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/ListNumberField/ListNumberField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/ListNumberField/ListNumberField.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/ListNumberField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/ListRichTextField/ListRichTextField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/ListRichTextField/ListRichTextField.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/ListRichTextField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/ListTitleField/ListTitleField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/ListTitleField/ListTitleField.types.d.ts +11 -0
- package/dist/ui/umd/types/ui/components/List/ListTitleField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/ListUrlField/ListUrlField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/ListUrlField/ListUrlField.types.d.ts +3 -0
- package/dist/ui/umd/types/ui/components/List/ListUrlField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/BookmarkBlock/BookmarkBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/BookmarkBlock/BookmarkBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/BookmarkBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.types.d.ts +10 -0
- package/dist/ui/umd/types/ui/components/Page/BulletedListBlocks/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/CalloutBlock/CalloutBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/CalloutBlock/CalloutBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/CalloutBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.types.d.ts +14 -0
- package/dist/ui/umd/types/ui/components/Page/ChildDatabaseBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/ChildPageBlock/ChildPageBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/ChildPageBlock/ChildPageBlock.types.d.ts +14 -0
- package/dist/ui/umd/types/ui/components/Page/ChildPageBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/CodeBlock/Code/Code.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/CodeBlock/Code/Code.types.d.ts +7 -0
- package/dist/ui/umd/types/ui/components/Page/CodeBlock/Code/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/CodeBlock/CodeBlock.types.d.ts +6 -0
- package/dist/ui/umd/types/ui/components/Page/CodeBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/ColumnListBlock/ColumnListBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/ColumnListBlock/ColumnListBlock.types.d.ts +10 -0
- package/dist/ui/umd/types/ui/components/Page/ColumnListBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/EmbedBlock/EmbedBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/EmbedBlock/EmbedBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/EmbedBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/EquationBlock/EquationBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/EquationBlock/EquationBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/EquationBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/FileBlock/FileBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/FileBlock/FileBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/FileBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/ImageBlock/ImageBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/ImageBlock/ImageBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/ImageBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/LinkPreviewBlock/LinkPreviewBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/LinkPreviewBlock/LinkPreviewBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/LinkPreviewBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/ListBlock/ListBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/ListBlock/ListBlock.types.d.ts +12 -0
- package/dist/ui/umd/types/ui/components/Page/ListBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.types.d.ts +10 -0
- package/dist/ui/umd/types/ui/components/Page/NumberedListBlocks/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/Page.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/Page.types.d.ts +14 -0
- package/dist/ui/umd/types/ui/components/Page/PageHandler.d.ts +15 -0
- package/dist/ui/umd/types/ui/components/Page/PageHandler.types.d.ts +11 -0
- package/dist/ui/umd/types/ui/components/Page/PageIcon/PageIcon.d.ts +6 -0
- package/dist/ui/umd/types/ui/components/Page/PageIcon/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/PdfBlock/PdfBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/PdfBlock/PdfBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/PdfBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/SyncedBlock/SyncedBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/SyncedBlock/SyncedBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/SyncedBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/TableBlock/TableBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/TableBlock/TableBlock.types.d.ts +13 -0
- package/dist/ui/umd/types/ui/components/Page/TableBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/TableOfContentsBlock/TableOfContentsBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/TableOfContentsBlock/TableOfContentsBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/TableOfContentsBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/TemplateBlock/TemplateBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/TemplateBlock/TemplateBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/TemplateBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Annotation/Annotation.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Annotation/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Equation/Equation.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Equation/Equation.types.d.ts +6 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Equation/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/LinkIfLinked/LinkIfLinked.d.ts +5 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/LinkIfLinked/LinkIfLinked.types.d.ts +12 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/LinkIfLinked/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Mention/Mention.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Mention/Mention.types.d.ts +6 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Mention/UserMention/UserMention.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Mention/UserMention/UserMention.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Mention/UserMention/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Mention/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/RichText.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/RichText.types.d.ts +7 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Text/Text.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Text/Text.types.d.ts +6 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/Text/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/RichText/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/TextBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/TextBlock.types.d.ts +6 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/ToDoBlock/ToDoBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/ToDoBlock/ToDoBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/ToDoBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/ToggleBlock/ToggleBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/ToggleBlock/ToggleBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/ToggleBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/VideoBlock/VideoBlock.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/VideoBlock/VideoBlock.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/VideoBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/Table.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/Table.types.d.ts +13 -0
- package/dist/ui/umd/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +3 -0
- package/dist/ui/umd/types/ui/components/Table/TableCheckboxField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/TableDateField/TableDateField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableDateField/TableDateField.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableDateField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/TableHandler.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableHandler.types.d.ts +12 -0
- package/dist/ui/umd/types/ui/components/Table/TableIcon/TableIcon.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableIcon/TableIcon.types.d.ts +3 -0
- package/dist/ui/umd/types/ui/components/Table/TableIcon/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +7 -0
- package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableNumberField/TableNumberField.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableNumberField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/TablePropertyNameAndIcon.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TablePropertyNameAndIcon.types.d.ts +5 -0
- package/dist/ui/umd/types/ui/components/Table/TableRichTextField/TableRichTextField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableRichTextField/TableRichTextField.types.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableRichTextField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +7 -0
- package/dist/ui/umd/types/ui/components/Table/TableSelectField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableTitleField/TableTitleField.types.d.ts +11 -0
- package/dist/ui/umd/types/ui/components/Table/TableTitleField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/TableUrlField/TableUrlField.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableUrlField/TableUrlField.types.d.ts +3 -0
- package/dist/ui/umd/types/ui/components/Table/TableUrlField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/index.d.ts +56 -0
- package/dist/ui/umd/types/ui/components/lib.d.ts +13 -0
- package/dist/ui/umd/types/ui/components/types.d.ts +17 -0
- package/dist/ui/umd/types/ui/index.d.ts +1 -0
- package/dist/ui.backup/cjs/index.js +2 -0
- package/dist/ui.backup/cjs/index.js.map +1 -0
- package/dist/ui.backup/cjs/types/components/Gallery/Gallery.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/Gallery.types.d.ts +14 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryCard/GalleryCard.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryCard/GalleryCard.types.d.ts +12 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryCard/GalleryHandler.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +5 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +10 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryCard/GalleryPreview.d.ts +6 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryCard/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +3 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryCheckboxField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryDateField/DateField.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryDateField/GalleryDateField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryDateField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +7 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryMultiSelectField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryNumberField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryRichTextField/RichTextField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryRichTextField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryTitleField/GalleryTitleField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryTitleField/GalleryTitleField.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryTitleField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryUrlField/GalleryUrlField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryUrlField/GalleryUrlField.types.d.ts +3 -0
- package/dist/ui.backup/cjs/types/components/Gallery/GalleryUrlField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Gallery/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/List/List.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/List/List.types.d.ts +13 -0
- package/dist/ui.backup/cjs/types/components/List/ListCheckboxField/ListCheckboxField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +3 -0
- package/dist/ui.backup/cjs/types/components/List/ListCheckboxField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/List/ListDateField/ListDateField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/List/ListDateField/ListDateField.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/List/ListDateField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/List/ListHandler.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/List/ListHandler.types.d.ts +12 -0
- package/dist/ui.backup/cjs/types/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +10 -0
- package/dist/ui.backup/cjs/types/components/List/ListMultiSelectField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/List/ListNumberField/ListNumberField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/List/ListNumberField/ListNumberField.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/List/ListNumberField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/List/ListRichTextField/ListRichTextField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/List/ListRichTextField/ListRichTextField.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/List/ListRichTextField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/List/ListTitleField/ListTitleField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/List/ListTitleField/ListTitleField.types.d.ts +11 -0
- package/dist/ui.backup/cjs/types/components/List/ListTitleField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/List/ListUrlField/ListUrlField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/List/ListUrlField/ListUrlField.types.d.ts +3 -0
- package/dist/ui.backup/cjs/types/components/List/ListUrlField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/List/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/BookmarkBlock/BookmarkBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/BookmarkBlock/BookmarkBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/BookmarkBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/BreadcrumbBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/BulletedListBlocks/BulletedListBlocks.types.d.ts +10 -0
- package/dist/ui.backup/cjs/types/components/Page/BulletedListBlocks/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/CalloutBlock/CalloutBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/CalloutBlock/CalloutBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/CalloutBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.types.d.ts +14 -0
- package/dist/ui.backup/cjs/types/components/Page/ChildDatabaseBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/ChildPageBlock/ChildPageBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/ChildPageBlock/ChildPageBlock.types.d.ts +14 -0
- package/dist/ui.backup/cjs/types/components/Page/ChildPageBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/CodeBlock/Code/Code.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/CodeBlock/Code/Code.types.d.ts +7 -0
- package/dist/ui.backup/cjs/types/components/Page/CodeBlock/Code/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/CodeBlock/CodeBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/CodeBlock/CodeBlock.types.d.ts +6 -0
- package/dist/ui.backup/cjs/types/components/Page/CodeBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/ColumnListBlock/ColumnListBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/ColumnListBlock/ColumnListBlock.types.d.ts +10 -0
- package/dist/ui.backup/cjs/types/components/Page/ColumnListBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/EmbedBlock/EmbedBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/EmbedBlock/EmbedBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/EmbedBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/EquationBlock/EquationBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/EquationBlock/EquationBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/EquationBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/FileBlock/FileBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/FileBlock/FileBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/FileBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/ImageBlock/ImageBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/ImageBlock/ImageBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/ImageBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/LinkPreviewBlock/LinkPreviewBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/LinkPreviewBlock/LinkPreviewBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/LinkPreviewBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/ListBlock/ListBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/ListBlock/ListBlock.types.d.ts +12 -0
- package/dist/ui.backup/cjs/types/components/Page/ListBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/NumberedListBlocks/NumberedListBlocks.types.d.ts +10 -0
- package/dist/ui.backup/cjs/types/components/Page/NumberedListBlocks/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/Page.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/Page.types.d.ts +14 -0
- package/dist/ui.backup/cjs/types/components/Page/PageHandler.d.ts +15 -0
- package/dist/ui.backup/cjs/types/components/Page/PageHandler.types.d.ts +11 -0
- package/dist/ui.backup/cjs/types/components/Page/PageIcon/PageIcon.d.ts +6 -0
- package/dist/ui.backup/cjs/types/components/Page/PageIcon/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/PdfBlock/PdfBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/PdfBlock/PdfBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/PdfBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/SyncedBlock/SyncedBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/SyncedBlock/SyncedBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/SyncedBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/TableBlock/TableBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/TableBlock/TableBlock.types.d.ts +13 -0
- package/dist/ui.backup/cjs/types/components/Page/TableBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/TableOfContentsBlock/TableOfContentsBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/TableOfContentsBlock/TableOfContentsBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/TableOfContentsBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/TemplateBlock/TemplateBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/TemplateBlock/TemplateBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/TemplateBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Annotation/Annotation.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Annotation/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Equation/Equation.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Equation/Equation.types.d.ts +6 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Equation/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/LinkIfLinked/LinkIfLinked.d.ts +5 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/LinkIfLinked/LinkIfLinked.types.d.ts +12 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/LinkIfLinked/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Mention/Mention.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Mention/Mention.types.d.ts +6 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Mention/UserMention/UserMention.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Mention/UserMention/UserMention.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Mention/UserMention/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Mention/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/RichText.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/RichText.types.d.ts +7 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Text/Text.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Text/Text.types.d.ts +6 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/Text/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/RichText/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/TextBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/TextBlock.types.d.ts +6 -0
- package/dist/ui.backup/cjs/types/components/Page/TextBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/ToDoBlock/ToDoBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/ToDoBlock/ToDoBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/ToDoBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/ToggleBlock/ToggleBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/ToggleBlock/ToggleBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/ToggleBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/VideoBlock/VideoBlock.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/VideoBlock/VideoBlock.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Page/VideoBlock/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Page/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Table/Table.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/Table.types.d.ts +13 -0
- package/dist/ui.backup/cjs/types/components/Table/TableCheckboxField/TableCheckboxField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +3 -0
- package/dist/ui.backup/cjs/types/components/Table/TableCheckboxField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Table/TableDateField/TableDateField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TableDateField/TableDateField.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TableDateField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Table/TableHandler.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TableHandler.types.d.ts +12 -0
- package/dist/ui.backup/cjs/types/components/Table/TableIcon/TableIcon.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TableIcon/TableIcon.types.d.ts +3 -0
- package/dist/ui.backup/cjs/types/components/Table/TableIcon/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +7 -0
- package/dist/ui.backup/cjs/types/components/Table/TableMultiSelectField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Table/TableNumberField/TableNumberField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TableNumberField/TableNumberField.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TableNumberField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Table/TablePropertyNameAndIcon.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TablePropertyNameAndIcon.types.d.ts +5 -0
- package/dist/ui.backup/cjs/types/components/Table/TableRichTextField/TableRichTextField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TableRichTextField/TableRichTextField.types.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TableRichTextField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Table/TableSelectField/TableSelectField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TableSelectField/TableSelectField.types.d.ts +7 -0
- package/dist/ui.backup/cjs/types/components/Table/TableSelectField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Table/TableTitleField/TableTitleField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TableTitleField/TableTitleField.types.d.ts +11 -0
- package/dist/ui.backup/cjs/types/components/Table/TableTitleField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Table/TableUrlField/TableUrlField.d.ts +4 -0
- package/dist/ui.backup/cjs/types/components/Table/TableUrlField/TableUrlField.types.d.ts +3 -0
- package/dist/ui.backup/cjs/types/components/Table/TableUrlField/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/Table/index.d.ts +2 -0
- package/dist/ui.backup/cjs/types/components/index.d.ts +56 -0
- package/dist/ui.backup/cjs/types/components/lib.d.ts +13 -0
- package/dist/ui.backup/cjs/types/components/types.d.ts +17 -0
- package/dist/ui.backup/cjs/types/index.d.ts +1 -0
- package/dist/ui.backup/esm/index.js +2 -0
- package/dist/ui.backup/esm/index.js.map +1 -0
- package/dist/ui.backup/esm/types/components/Gallery/Gallery.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/Gallery.types.d.ts +14 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryCard/GalleryCard.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryCard/GalleryCard.types.d.ts +12 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryCard/GalleryHandler.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +5 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +10 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryCard/GalleryPreview.d.ts +6 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryCard/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +3 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryCheckboxField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryDateField/DateField.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryDateField/GalleryDateField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryDateField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +7 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryMultiSelectField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryNumberField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryRichTextField/RichTextField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryRichTextField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryTitleField/GalleryTitleField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryTitleField/GalleryTitleField.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryTitleField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryUrlField/GalleryUrlField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryUrlField/GalleryUrlField.types.d.ts +3 -0
- package/dist/ui.backup/esm/types/components/Gallery/GalleryUrlField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Gallery/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/List/List.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/List/List.types.d.ts +13 -0
- package/dist/ui.backup/esm/types/components/List/ListCheckboxField/ListCheckboxField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +3 -0
- package/dist/ui.backup/esm/types/components/List/ListCheckboxField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/List/ListDateField/ListDateField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/List/ListDateField/ListDateField.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/List/ListDateField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/List/ListHandler.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/List/ListHandler.types.d.ts +12 -0
- package/dist/ui.backup/esm/types/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +10 -0
- package/dist/ui.backup/esm/types/components/List/ListMultiSelectField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/List/ListNumberField/ListNumberField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/List/ListNumberField/ListNumberField.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/List/ListNumberField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/List/ListRichTextField/ListRichTextField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/List/ListRichTextField/ListRichTextField.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/List/ListRichTextField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/List/ListTitleField/ListTitleField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/List/ListTitleField/ListTitleField.types.d.ts +11 -0
- package/dist/ui.backup/esm/types/components/List/ListTitleField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/List/ListUrlField/ListUrlField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/List/ListUrlField/ListUrlField.types.d.ts +3 -0
- package/dist/ui.backup/esm/types/components/List/ListUrlField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/List/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/BookmarkBlock/BookmarkBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/BookmarkBlock/BookmarkBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/BookmarkBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/BreadcrumbBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/BulletedListBlocks/BulletedListBlocks.types.d.ts +10 -0
- package/dist/ui.backup/esm/types/components/Page/BulletedListBlocks/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/CalloutBlock/CalloutBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/CalloutBlock/CalloutBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/CalloutBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.types.d.ts +14 -0
- package/dist/ui.backup/esm/types/components/Page/ChildDatabaseBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/ChildPageBlock/ChildPageBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/ChildPageBlock/ChildPageBlock.types.d.ts +14 -0
- package/dist/ui.backup/esm/types/components/Page/ChildPageBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/CodeBlock/Code/Code.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/CodeBlock/Code/Code.types.d.ts +7 -0
- package/dist/ui.backup/esm/types/components/Page/CodeBlock/Code/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/CodeBlock/CodeBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/CodeBlock/CodeBlock.types.d.ts +6 -0
- package/dist/ui.backup/esm/types/components/Page/CodeBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/ColumnListBlock/ColumnListBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/ColumnListBlock/ColumnListBlock.types.d.ts +10 -0
- package/dist/ui.backup/esm/types/components/Page/ColumnListBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/EmbedBlock/EmbedBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/EmbedBlock/EmbedBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/EmbedBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/EquationBlock/EquationBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/EquationBlock/EquationBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/EquationBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/FileBlock/FileBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/FileBlock/FileBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/FileBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/ImageBlock/ImageBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/ImageBlock/ImageBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/ImageBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/LinkPreviewBlock/LinkPreviewBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/LinkPreviewBlock/LinkPreviewBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/LinkPreviewBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/ListBlock/ListBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/ListBlock/ListBlock.types.d.ts +12 -0
- package/dist/ui.backup/esm/types/components/Page/ListBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/NumberedListBlocks/NumberedListBlocks.types.d.ts +10 -0
- package/dist/ui.backup/esm/types/components/Page/NumberedListBlocks/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/Page.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/Page.types.d.ts +14 -0
- package/dist/ui.backup/esm/types/components/Page/PageHandler.d.ts +15 -0
- package/dist/ui.backup/esm/types/components/Page/PageHandler.types.d.ts +11 -0
- package/dist/ui.backup/esm/types/components/Page/PageIcon/PageIcon.d.ts +6 -0
- package/dist/ui.backup/esm/types/components/Page/PageIcon/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/PdfBlock/PdfBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/PdfBlock/PdfBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/PdfBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/SyncedBlock/SyncedBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/SyncedBlock/SyncedBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/SyncedBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/TableBlock/TableBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/TableBlock/TableBlock.types.d.ts +13 -0
- package/dist/ui.backup/esm/types/components/Page/TableBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/TableOfContentsBlock/TableOfContentsBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/TableOfContentsBlock/TableOfContentsBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/TableOfContentsBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/TemplateBlock/TemplateBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/TemplateBlock/TemplateBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/TemplateBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Annotation/Annotation.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Annotation/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Equation/Equation.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Equation/Equation.types.d.ts +6 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Equation/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/LinkIfLinked/LinkIfLinked.d.ts +5 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/LinkIfLinked/LinkIfLinked.types.d.ts +12 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/LinkIfLinked/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Mention/Mention.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Mention/Mention.types.d.ts +6 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Mention/UserMention/UserMention.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Mention/UserMention/UserMention.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Mention/UserMention/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Mention/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/RichText.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/RichText.types.d.ts +7 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Text/Text.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Text/Text.types.d.ts +6 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/Text/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/RichText/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/TextBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/TextBlock.types.d.ts +6 -0
- package/dist/ui.backup/esm/types/components/Page/TextBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/ToDoBlock/ToDoBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/ToDoBlock/ToDoBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/ToDoBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/ToggleBlock/ToggleBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/ToggleBlock/ToggleBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/ToggleBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/VideoBlock/VideoBlock.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/VideoBlock/VideoBlock.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Page/VideoBlock/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Page/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Table/Table.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/Table.types.d.ts +13 -0
- package/dist/ui.backup/esm/types/components/Table/TableCheckboxField/TableCheckboxField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +3 -0
- package/dist/ui.backup/esm/types/components/Table/TableCheckboxField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Table/TableDateField/TableDateField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TableDateField/TableDateField.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TableDateField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Table/TableHandler.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TableHandler.types.d.ts +12 -0
- package/dist/ui.backup/esm/types/components/Table/TableIcon/TableIcon.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TableIcon/TableIcon.types.d.ts +3 -0
- package/dist/ui.backup/esm/types/components/Table/TableIcon/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +7 -0
- package/dist/ui.backup/esm/types/components/Table/TableMultiSelectField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Table/TableNumberField/TableNumberField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TableNumberField/TableNumberField.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TableNumberField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Table/TablePropertyNameAndIcon.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TablePropertyNameAndIcon.types.d.ts +5 -0
- package/dist/ui.backup/esm/types/components/Table/TableRichTextField/TableRichTextField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TableRichTextField/TableRichTextField.types.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TableRichTextField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Table/TableSelectField/TableSelectField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TableSelectField/TableSelectField.types.d.ts +7 -0
- package/dist/ui.backup/esm/types/components/Table/TableSelectField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Table/TableTitleField/TableTitleField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TableTitleField/TableTitleField.types.d.ts +11 -0
- package/dist/ui.backup/esm/types/components/Table/TableTitleField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Table/TableUrlField/TableUrlField.d.ts +4 -0
- package/dist/ui.backup/esm/types/components/Table/TableUrlField/TableUrlField.types.d.ts +3 -0
- package/dist/ui.backup/esm/types/components/Table/TableUrlField/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/Table/index.d.ts +2 -0
- package/dist/ui.backup/esm/types/components/index.d.ts +56 -0
- package/dist/ui.backup/esm/types/components/lib.d.ts +13 -0
- package/dist/ui.backup/esm/types/components/types.d.ts +17 -0
- package/dist/ui.backup/esm/types/index.d.ts +1 -0
- package/dist/ui.backup/styles/base.css +44 -0
- package/dist/ui.backup/styles/gallery.css +172 -0
- package/dist/ui.backup/styles/list.css +153 -0
- package/dist/ui.backup/styles/notionate-dark.css +297 -0
- package/dist/ui.backup/styles/notionate.css +5 -0
- package/dist/ui.backup/styles/page.css +762 -0
- package/dist/ui.backup/styles/table.css +166 -0
- package/dist/ui.backup/types.d.ts +421 -0
- package/dist/ui.backup/umd/index.js +2 -0
- package/dist/ui.backup/umd/index.js.map +1 -0
- package/dist/ui.backup/umd/types/components/Gallery/Gallery.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/Gallery.types.d.ts +14 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryCard/GalleryCard.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryCard/GalleryCard.types.d.ts +12 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryCard/GalleryHandler.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +5 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +10 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryCard/GalleryPreview.d.ts +6 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryCard/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +3 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryCheckboxField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryDateField/DateField.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryDateField/GalleryDateField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryDateField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +7 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryMultiSelectField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryNumberField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryRichTextField/RichTextField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryRichTextField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryTitleField/GalleryTitleField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryTitleField/GalleryTitleField.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryTitleField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryUrlField/GalleryUrlField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryUrlField/GalleryUrlField.types.d.ts +3 -0
- package/dist/ui.backup/umd/types/components/Gallery/GalleryUrlField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Gallery/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/List/List.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/List/List.types.d.ts +13 -0
- package/dist/ui.backup/umd/types/components/List/ListCheckboxField/ListCheckboxField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +3 -0
- package/dist/ui.backup/umd/types/components/List/ListCheckboxField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/List/ListDateField/ListDateField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/List/ListDateField/ListDateField.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/List/ListDateField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/List/ListHandler.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/List/ListHandler.types.d.ts +12 -0
- package/dist/ui.backup/umd/types/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +10 -0
- package/dist/ui.backup/umd/types/components/List/ListMultiSelectField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/List/ListNumberField/ListNumberField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/List/ListNumberField/ListNumberField.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/List/ListNumberField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/List/ListRichTextField/ListRichTextField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/List/ListRichTextField/ListRichTextField.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/List/ListRichTextField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/List/ListTitleField/ListTitleField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/List/ListTitleField/ListTitleField.types.d.ts +11 -0
- package/dist/ui.backup/umd/types/components/List/ListTitleField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/List/ListUrlField/ListUrlField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/List/ListUrlField/ListUrlField.types.d.ts +3 -0
- package/dist/ui.backup/umd/types/components/List/ListUrlField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/List/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/BookmarkBlock/BookmarkBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/BookmarkBlock/BookmarkBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/BookmarkBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/BreadcrumbBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/BulletedListBlocks/BulletedListBlocks.types.d.ts +10 -0
- package/dist/ui.backup/umd/types/components/Page/BulletedListBlocks/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/CalloutBlock/CalloutBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/CalloutBlock/CalloutBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/CalloutBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.types.d.ts +14 -0
- package/dist/ui.backup/umd/types/components/Page/ChildDatabaseBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/ChildPageBlock/ChildPageBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/ChildPageBlock/ChildPageBlock.types.d.ts +14 -0
- package/dist/ui.backup/umd/types/components/Page/ChildPageBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/CodeBlock/Code/Code.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/CodeBlock/Code/Code.types.d.ts +7 -0
- package/dist/ui.backup/umd/types/components/Page/CodeBlock/Code/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/CodeBlock/CodeBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/CodeBlock/CodeBlock.types.d.ts +6 -0
- package/dist/ui.backup/umd/types/components/Page/CodeBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/ColumnListBlock/ColumnListBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/ColumnListBlock/ColumnListBlock.types.d.ts +10 -0
- package/dist/ui.backup/umd/types/components/Page/ColumnListBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/EmbedBlock/EmbedBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/EmbedBlock/EmbedBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/EmbedBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/EquationBlock/EquationBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/EquationBlock/EquationBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/EquationBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/FileBlock/FileBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/FileBlock/FileBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/FileBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/ImageBlock/ImageBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/ImageBlock/ImageBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/ImageBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/LinkPreviewBlock/LinkPreviewBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/LinkPreviewBlock/LinkPreviewBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/LinkPreviewBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/ListBlock/ListBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/ListBlock/ListBlock.types.d.ts +12 -0
- package/dist/ui.backup/umd/types/components/Page/ListBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/NumberedListBlocks/NumberedListBlocks.types.d.ts +10 -0
- package/dist/ui.backup/umd/types/components/Page/NumberedListBlocks/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/Page.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/Page.types.d.ts +14 -0
- package/dist/ui.backup/umd/types/components/Page/PageHandler.d.ts +15 -0
- package/dist/ui.backup/umd/types/components/Page/PageHandler.types.d.ts +11 -0
- package/dist/ui.backup/umd/types/components/Page/PageIcon/PageIcon.d.ts +6 -0
- package/dist/ui.backup/umd/types/components/Page/PageIcon/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/PdfBlock/PdfBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/PdfBlock/PdfBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/PdfBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/SyncedBlock/SyncedBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/SyncedBlock/SyncedBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/SyncedBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/TableBlock/TableBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/TableBlock/TableBlock.types.d.ts +13 -0
- package/dist/ui.backup/umd/types/components/Page/TableBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/TableOfContentsBlock/TableOfContentsBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/TableOfContentsBlock/TableOfContentsBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/TableOfContentsBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/TemplateBlock/TemplateBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/TemplateBlock/TemplateBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/TemplateBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Annotation/Annotation.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Annotation/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Equation/Equation.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Equation/Equation.types.d.ts +6 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Equation/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/LinkIfLinked/LinkIfLinked.d.ts +5 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/LinkIfLinked/LinkIfLinked.types.d.ts +12 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/LinkIfLinked/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Mention/Mention.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Mention/Mention.types.d.ts +6 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Mention/UserMention/UserMention.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Mention/UserMention/UserMention.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Mention/UserMention/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Mention/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/RichText.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/RichText.types.d.ts +7 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Text/Text.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Text/Text.types.d.ts +6 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/Text/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/RichText/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/TextBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/TextBlock.types.d.ts +6 -0
- package/dist/ui.backup/umd/types/components/Page/TextBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/ToDoBlock/ToDoBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/ToDoBlock/ToDoBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/ToDoBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/ToggleBlock/ToggleBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/ToggleBlock/ToggleBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/ToggleBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/VideoBlock/VideoBlock.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/VideoBlock/VideoBlock.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Page/VideoBlock/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Page/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Table/Table.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/Table.types.d.ts +13 -0
- package/dist/ui.backup/umd/types/components/Table/TableCheckboxField/TableCheckboxField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +3 -0
- package/dist/ui.backup/umd/types/components/Table/TableCheckboxField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Table/TableDateField/TableDateField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TableDateField/TableDateField.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TableDateField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Table/TableHandler.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TableHandler.types.d.ts +12 -0
- package/dist/ui.backup/umd/types/components/Table/TableIcon/TableIcon.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TableIcon/TableIcon.types.d.ts +3 -0
- package/dist/ui.backup/umd/types/components/Table/TableIcon/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +7 -0
- package/dist/ui.backup/umd/types/components/Table/TableMultiSelectField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Table/TableNumberField/TableNumberField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TableNumberField/TableNumberField.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TableNumberField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Table/TablePropertyNameAndIcon.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TablePropertyNameAndIcon.types.d.ts +5 -0
- package/dist/ui.backup/umd/types/components/Table/TableRichTextField/TableRichTextField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TableRichTextField/TableRichTextField.types.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TableRichTextField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Table/TableSelectField/TableSelectField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TableSelectField/TableSelectField.types.d.ts +7 -0
- package/dist/ui.backup/umd/types/components/Table/TableSelectField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Table/TableTitleField/TableTitleField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TableTitleField/TableTitleField.types.d.ts +11 -0
- package/dist/ui.backup/umd/types/components/Table/TableTitleField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Table/TableUrlField/TableUrlField.d.ts +4 -0
- package/dist/ui.backup/umd/types/components/Table/TableUrlField/TableUrlField.types.d.ts +3 -0
- package/dist/ui.backup/umd/types/components/Table/TableUrlField/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/Table/index.d.ts +2 -0
- package/dist/ui.backup/umd/types/components/index.d.ts +56 -0
- package/dist/ui.backup/umd/types/components/lib.d.ts +13 -0
- package/dist/ui.backup/umd/types/components/types.d.ts +17 -0
- package/dist/ui.backup/umd/types/index.d.ts +1 -0
- package/package.json +133 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022 Tomohisa Oda
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img alt="ROTION" src="https://github.com/linyows/rotion/blob/main/misc/rotion.svg?raw=true" width="300">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<strong>ROTION</strong>: This is react components that uses the notion api to display the notion's database and page.
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
<p align="center">
|
|
10
|
+
<a href="https://github.com/linyows/rotion/actions" title="actions"><img src="https://img.shields.io/github/actions/workflow/status/linyows/rotion/build.yml?branch=main&style=for-the-badge"></a>
|
|
11
|
+
<a href="https://www.npmjs.com/package/rotion" title="npm"><img src="http://img.shields.io/npm/v/rotion.svg?style=for-the-badge"></a>
|
|
12
|
+
<a href="https://github.com/linyows/rotion/blob/main/LICENSE"><img src="http://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge" alt="MIT License"></a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
Example
|
|
16
|
+
--
|
|
17
|
+
|
|
18
|
+
- rotion: https://rotion.linyo.ws
|
|
19
|
+
- Original: https://linyows.notion.site/rotion-6d6150cf068f4293a78b6fd9fa8d0181
|
|
20
|
+
|
|
21
|
+
Usage
|
|
22
|
+
--
|
|
23
|
+
|
|
24
|
+
Use API calls and components together. This is database list example:
|
|
25
|
+
|
|
26
|
+
```ts
|
|
27
|
+
import type { GetStaticProps, NextPage } from 'next'
|
|
28
|
+
import Link from 'next/link'
|
|
29
|
+
import {
|
|
30
|
+
QueryDatabaseResponseEx,
|
|
31
|
+
FetchDatabase,
|
|
32
|
+
QueryDatabaseParameters,
|
|
33
|
+
Link as NLink,
|
|
34
|
+
} from 'rotion'
|
|
35
|
+
import { DBList } from 'rotion/dist/components'
|
|
36
|
+
import 'rotion/dist/styles/rotion.css'
|
|
37
|
+
// Import when enable dark-mode
|
|
38
|
+
import 'rotion/dist/styles/rotion-dark.css'
|
|
39
|
+
|
|
40
|
+
type Props = {
|
|
41
|
+
db: QueryDatabaseResponseEx
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export const getStaticProps: GetStaticProps<Props> = async (context) => {
|
|
45
|
+
const db = await FetchDatabase({
|
|
46
|
+
database_id: process.env.NOTION_DBID,
|
|
47
|
+
filter: {
|
|
48
|
+
property: 'Published',
|
|
49
|
+
checkbox: {
|
|
50
|
+
equals: true
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
sorts: [
|
|
54
|
+
{
|
|
55
|
+
property: 'Date',
|
|
56
|
+
direction: 'descending'
|
|
57
|
+
},
|
|
58
|
+
]
|
|
59
|
+
} as QueryDatabaseParameters)
|
|
60
|
+
|
|
61
|
+
return {
|
|
62
|
+
props: {
|
|
63
|
+
db,
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export default const DB: NextPage<Props> = ({ db }) => {
|
|
69
|
+
return (
|
|
70
|
+
<>
|
|
71
|
+
<List
|
|
72
|
+
keys={['Name', 'spacer', 'Tags', 'Date']}
|
|
73
|
+
db={db}
|
|
74
|
+
href="/database/[id]"
|
|
75
|
+
link={Link as NLink} />
|
|
76
|
+
</>
|
|
77
|
+
)
|
|
78
|
+
}
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
This is page example:
|
|
82
|
+
|
|
83
|
+
```ts
|
|
84
|
+
import type { GetStaticProps, NextPage } from 'next'
|
|
85
|
+
import { FetchBlocks, ListBlockChildrenResponseEx } from 'rotion'
|
|
86
|
+
import { Blocks } from 'rotion/dist/components'
|
|
87
|
+
import 'rotion/dist/styles/rotion.css'
|
|
88
|
+
// Import when enable dark-mode
|
|
89
|
+
import 'rotion/dist/styles/rotion-dark.css'
|
|
90
|
+
|
|
91
|
+
type Props = {
|
|
92
|
+
blocks: ListBlockChildrenResponseEx
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export const getStaticProps: GetStaticProps<Props> = async (context) => {
|
|
96
|
+
const blocks = await FetchBlocks(process.env.NOTION_PAGEID)
|
|
97
|
+
return {
|
|
98
|
+
props: {
|
|
99
|
+
blocks,
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export default const Page: NextPage<Props> = ({ blocks }) => {
|
|
105
|
+
return (
|
|
106
|
+
<>
|
|
107
|
+
<Blocks blocks={blocks} />
|
|
108
|
+
</>
|
|
109
|
+
)
|
|
110
|
+
}
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
Set the notion token as environment variable:
|
|
114
|
+
|
|
115
|
+
```sh
|
|
116
|
+
$ cat .env
|
|
117
|
+
NOTION_TOKEN=secret_vHVKhIeYm95ga1sjOv*************************
|
|
118
|
+
NOTION_PAGEID=23740912d6ac4018ab76c64e772a342a
|
|
119
|
+
NOTION_DBID=81781536afc6431da21721177e7bf8e0
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
Env name | Description | Default
|
|
123
|
+
--- | --- | ---
|
|
124
|
+
NOTION_TOKEN | Read permission is required in notion's credentials | -
|
|
125
|
+
ROTION_CACHEDIR | Cache directory name | .cache
|
|
126
|
+
ROTION_DOCROOT | Web server root directory | public
|
|
127
|
+
ROTION_IMAGEDIR | Web server image directory | images
|
|
128
|
+
ROTION_INCREMENTAL_CACHE | Enable incremental cache | false
|
|
129
|
+
ROTION_WAITTIME | milliseconds to wait right after api request due to ratelimit | 0
|
|
130
|
+
ROTION_LIMITED_WAITTIME | milliseconds to wait before backoff after ratelimit limit | 60sec
|
|
131
|
+
ROTION_WEBP_QUALITY | Quality for WebP converting | 95
|
|
132
|
+
|
|
133
|
+
API
|
|
134
|
+
--
|
|
135
|
+
|
|
136
|
+
This is the API available:
|
|
137
|
+
|
|
138
|
+
- FetchDatabase: Returns page list and properties in database
|
|
139
|
+
- FetchPage: Returns page title and properties
|
|
140
|
+
- FetchBlocks: Returns blocks that is the content of the page.
|
|
141
|
+
|
|
142
|
+
Images are saved in `ROTION_IMAGEDIR` locally.
|
|
143
|
+
|
|
144
|
+
Components
|
|
145
|
+
--
|
|
146
|
+
|
|
147
|
+
This is the components available:
|
|
148
|
+
|
|
149
|
+
- [x] Page Blocks
|
|
150
|
+
- [x] Database List View
|
|
151
|
+
- [x] Database Gallery View
|
|
152
|
+
- [x] Database Table View
|
|
153
|
+
- [ ] Database Calendar View
|
|
154
|
+
- [ ] Database Timeline View
|
|
155
|
+
|
|
156
|
+
Author
|
|
157
|
+
--
|
|
158
|
+
|
|
159
|
+
[@linyows](https://github.com/linyows)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { VideoBlockObjectResponseEx, EmbedBlockObjectResponseEx } from './types.js';
|
|
2
|
+
export declare const findLocationUrl: (rawHeaders: string[]) => string;
|
|
3
|
+
export declare function getJson<T>(reqUrl: string): Promise<T>;
|
|
4
|
+
export declare const atoh: (a: string) => string;
|
|
5
|
+
export declare const createDirWhenNotfound: (dir: string) => Promise<void>;
|
|
6
|
+
export declare function readCache<T>(f: string): Promise<T>;
|
|
7
|
+
export declare function writeCache(f: string, data: unknown): Promise<void>;
|
|
8
|
+
export declare function isAvailableCache(f: string, seconds: number): Promise<boolean>;
|
|
9
|
+
export declare const saveImage: (imageUrl: string, prefix: string) => Promise<string>;
|
|
10
|
+
export declare const findHtmlByRegexp: (regexps: RegExp[], html: string) => string | null;
|
|
11
|
+
export declare const titleRegexps: RegExp[];
|
|
12
|
+
export declare const descRegexps: RegExp[];
|
|
13
|
+
export declare const imageRegexps: RegExp[];
|
|
14
|
+
export declare const iconRegexps: RegExp[];
|
|
15
|
+
export declare const findImage: (html: string) => string | null;
|
|
16
|
+
export declare const getHtmlMeta: (reqUrl: string) => Promise<{
|
|
17
|
+
title: string;
|
|
18
|
+
desc: string;
|
|
19
|
+
image: string;
|
|
20
|
+
icon: string;
|
|
21
|
+
}>;
|
|
22
|
+
export declare const getVideoHtml: (block: VideoBlockObjectResponseEx) => Promise<string>;
|
|
23
|
+
export declare const getEmbedHtml: (block: EmbedBlockObjectResponseEx) => Promise<string>;
|
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
import fs from 'fs';
|
|
2
|
+
import { mkdir, stat } from 'node:fs/promises';
|
|
3
|
+
import https from 'https';
|
|
4
|
+
import http from 'http';
|
|
5
|
+
import path from 'path';
|
|
6
|
+
import crypto from 'crypto';
|
|
7
|
+
import { promisify } from 'util';
|
|
8
|
+
import imagemin from 'imagemin';
|
|
9
|
+
import imageminWebp from 'imagemin-webp';
|
|
10
|
+
import { fileTypeFromFile } from 'file-type';
|
|
11
|
+
import replaceExt from 'replace-ext';
|
|
12
|
+
import pkg from '../../package.json' assert { type: 'json' };
|
|
13
|
+
const docRoot = process.env.ROTION_DOCROOT || 'public';
|
|
14
|
+
const imageDir = process.env.ROTION_IMAGEDIR || 'images';
|
|
15
|
+
const timeout = process.env.ROTION_TIMEOUT ? parseInt(process.env.ROTION_TIMEOUT) : 1500;
|
|
16
|
+
const httpOptions = {
|
|
17
|
+
timeout,
|
|
18
|
+
headers: {
|
|
19
|
+
'User-Agent': `${pkg.name}/${pkg.version}`,
|
|
20
|
+
Accept: '*/*',
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
const webpQuality = process.env.ROTION_WEBP_QUALITY ? parseInt(process.env.ROTION_WEBP_QUALITY) : 95;
|
|
24
|
+
// @ts-ignore
|
|
25
|
+
https.get[promisify.custom] = function getAsync(url) {
|
|
26
|
+
return new Promise((resolve, reject) => {
|
|
27
|
+
const req = https.get(url, httpOptions, (res) => {
|
|
28
|
+
// @ts-ignore
|
|
29
|
+
res.end = new Promise((resolve) => res.on('end', resolve));
|
|
30
|
+
resolve(res);
|
|
31
|
+
});
|
|
32
|
+
req.on('error', reject);
|
|
33
|
+
req.setTimeout(timeout, () => {
|
|
34
|
+
req.abort();
|
|
35
|
+
reject(new Error(`request timed out(${timeout}ms): ${url}`));
|
|
36
|
+
});
|
|
37
|
+
});
|
|
38
|
+
};
|
|
39
|
+
// @ts-ignore
|
|
40
|
+
http.get[promisify.custom] = function getAsync(url) {
|
|
41
|
+
return new Promise((resolve, reject) => {
|
|
42
|
+
const req = http.get(url, httpOptions, (res) => {
|
|
43
|
+
// @ts-ignore
|
|
44
|
+
res.end = new Promise((resolve) => res.on('end', resolve));
|
|
45
|
+
resolve(res);
|
|
46
|
+
});
|
|
47
|
+
req.on('error', reject);
|
|
48
|
+
req.setTimeout(timeout, () => {
|
|
49
|
+
req.abort();
|
|
50
|
+
reject(new Error(`request timed out(${timeout}ms): ${url}`));
|
|
51
|
+
});
|
|
52
|
+
});
|
|
53
|
+
};
|
|
54
|
+
const httpsGet = promisify(https.get);
|
|
55
|
+
const httpGet = promisify(http.get);
|
|
56
|
+
const readFile = promisify(fs.readFile);
|
|
57
|
+
const writeFile = promisify(fs.writeFile);
|
|
58
|
+
const maxRedirects = 5;
|
|
59
|
+
export const findLocationUrl = (rawHeaders) => {
|
|
60
|
+
for (let i = 0; i <= rawHeaders.length; i++) {
|
|
61
|
+
if (rawHeaders[i] === 'Location') {
|
|
62
|
+
const next = 1;
|
|
63
|
+
return rawHeaders[i + next];
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
console.log('location header url is not found', rawHeaders);
|
|
67
|
+
return '';
|
|
68
|
+
};
|
|
69
|
+
async function httpsGetWithFollowRedirects(reqUrl, redirectCount) {
|
|
70
|
+
if (!redirectCount) {
|
|
71
|
+
redirectCount = 0;
|
|
72
|
+
}
|
|
73
|
+
const httpFunc = (reqUrl.includes('https://')) ? httpsGet : httpGet;
|
|
74
|
+
const res = await httpFunc(reqUrl);
|
|
75
|
+
if (res.statusCode >= 300 && res.statusCode < 400 && res.rawHeaders.includes('Location')) {
|
|
76
|
+
const redirectTo = findLocationUrl(res.rawHeaders);
|
|
77
|
+
redirectCount++;
|
|
78
|
+
if (maxRedirects < redirectCount) {
|
|
79
|
+
console.log('maximum number of redirects exceeded');
|
|
80
|
+
return res;
|
|
81
|
+
}
|
|
82
|
+
return await httpsGetWithFollowRedirects(redirectTo, redirectCount);
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
return res;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
async function getHTTP(reqUrl, redirectCount) {
|
|
89
|
+
if (!redirectCount) {
|
|
90
|
+
redirectCount = 0;
|
|
91
|
+
}
|
|
92
|
+
let body = '';
|
|
93
|
+
const res = await httpsGetWithFollowRedirects(reqUrl);
|
|
94
|
+
// @ts-ignore
|
|
95
|
+
for await (const chunk of res) {
|
|
96
|
+
body += chunk;
|
|
97
|
+
}
|
|
98
|
+
return body;
|
|
99
|
+
}
|
|
100
|
+
export async function getJson(reqUrl) {
|
|
101
|
+
const body = await getHTTP(reqUrl);
|
|
102
|
+
return JSON.parse(body);
|
|
103
|
+
}
|
|
104
|
+
export const atoh = (a) => {
|
|
105
|
+
const shasum = crypto.createHash('sha1');
|
|
106
|
+
shasum.update(a);
|
|
107
|
+
return shasum.digest('hex');
|
|
108
|
+
};
|
|
109
|
+
export const createDirWhenNotfound = async (dir) => {
|
|
110
|
+
if (!fs.existsSync(dir)) {
|
|
111
|
+
await mkdir(dir, { recursive: true });
|
|
112
|
+
console.log(`created direcotry: ${dir}`);
|
|
113
|
+
}
|
|
114
|
+
};
|
|
115
|
+
export async function readCache(f) {
|
|
116
|
+
return JSON.parse(await readFile(f, 'utf8'));
|
|
117
|
+
}
|
|
118
|
+
export async function writeCache(f, data) {
|
|
119
|
+
return writeFile(f, JSON.stringify(data), 'utf8').catch(() => { });
|
|
120
|
+
}
|
|
121
|
+
export async function isAvailableCache(f, seconds) {
|
|
122
|
+
const t = new Date(Date.now() + (seconds * 1000));
|
|
123
|
+
const stats = await stat(f);
|
|
124
|
+
return stats.mtime < t;
|
|
125
|
+
}
|
|
126
|
+
const sleep = (m) => {
|
|
127
|
+
return new Promise((resolve) => setTimeout(resolve, m));
|
|
128
|
+
};
|
|
129
|
+
export const saveImage = async (imageUrl, prefix) => {
|
|
130
|
+
const urlWithoutQuerystring = imageUrl.split('?').shift() || '';
|
|
131
|
+
const { ext, name } = path.parse(urlWithoutQuerystring);
|
|
132
|
+
const basename = `${atoh(name)}${ext}`;
|
|
133
|
+
const urlPath = `/${imageDir}/${prefix}-${basename}`;
|
|
134
|
+
const filePath = `${docRoot}${urlPath}`;
|
|
135
|
+
const dirPath = `${docRoot}/${imageDir}`;
|
|
136
|
+
const webpMimes = ['image/jpeg', 'image/png'];
|
|
137
|
+
const webpUrlPath = replaceExt(urlPath, '.webp');
|
|
138
|
+
const webpPath = `${docRoot}${webpUrlPath}`;
|
|
139
|
+
await createDirWhenNotfound(dirPath);
|
|
140
|
+
if (fs.existsSync(filePath)) {
|
|
141
|
+
if (webpQuality > 0 && fs.existsSync(webpPath)) {
|
|
142
|
+
return webpUrlPath;
|
|
143
|
+
}
|
|
144
|
+
else {
|
|
145
|
+
return urlPath;
|
|
146
|
+
}
|
|
147
|
+
/* Download image */
|
|
148
|
+
}
|
|
149
|
+
else {
|
|
150
|
+
try {
|
|
151
|
+
let res;
|
|
152
|
+
res = await httpsGetWithFollowRedirects(imageUrl);
|
|
153
|
+
if (res.statusCode >= 400 && res.statusCode < 500 && imageDir !== urlWithoutQuerystring) {
|
|
154
|
+
res = await httpsGetWithFollowRedirects(urlWithoutQuerystring);
|
|
155
|
+
if (res.statusCode >= 400 && res.statusCode < 500) {
|
|
156
|
+
throw new Error(`retry download to ${urlWithoutQuerystring} but failed`);
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
res.pipe(fs.createWriteStream(filePath));
|
|
160
|
+
await res.end;
|
|
161
|
+
// This fix that for fileType do not returns undefined
|
|
162
|
+
await sleep(10);
|
|
163
|
+
}
|
|
164
|
+
catch (e) {
|
|
165
|
+
console.log(`saveImage download error -- path: ${filePath}, url: ${imageUrl}, message: ${e}`);
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
/* Convert to webp */
|
|
169
|
+
try {
|
|
170
|
+
if (webpQuality > 0) {
|
|
171
|
+
const fType = await fileTypeFromFile(filePath);
|
|
172
|
+
if (fType === undefined) {
|
|
173
|
+
// console.log(`fileTypeFromFile returns undefined -- path: ${filePath}, url: ${imageUrl}`)
|
|
174
|
+
return urlPath;
|
|
175
|
+
}
|
|
176
|
+
else {
|
|
177
|
+
if (webpMimes.includes(fType.mime)) {
|
|
178
|
+
const result = await imagemin([filePath], {
|
|
179
|
+
destination: dirPath,
|
|
180
|
+
// @ts-ignore
|
|
181
|
+
plugins: [imageminWebp({ quality: webpQuality })],
|
|
182
|
+
});
|
|
183
|
+
if (result && result.length > 0) {
|
|
184
|
+
return webpUrlPath;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
catch (e) {
|
|
191
|
+
console.log(`saveImage webp convert error -- path: ${filePath}, url: ${imageUrl}, message: ${e}`);
|
|
192
|
+
}
|
|
193
|
+
return urlPath;
|
|
194
|
+
};
|
|
195
|
+
export const findHtmlByRegexp = (regexps, html) => {
|
|
196
|
+
let matched = null;
|
|
197
|
+
for (let i = 0; i < regexps.length; i++) {
|
|
198
|
+
const result = html.match(regexps[i]);
|
|
199
|
+
if (result !== null) {
|
|
200
|
+
matched = result;
|
|
201
|
+
break;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
if (matched === null) {
|
|
205
|
+
return null;
|
|
206
|
+
}
|
|
207
|
+
return matched[1]
|
|
208
|
+
.replace(/\n/g, ' ')
|
|
209
|
+
.trim()
|
|
210
|
+
.replace(/<[^>]*>?/gm, '')
|
|
211
|
+
.replace(/https:https:/g, 'https:');
|
|
212
|
+
};
|
|
213
|
+
export const titleRegexps = [
|
|
214
|
+
/<title>([^"]*?)<\/title>/,
|
|
215
|
+
/<title\s+[^"]+="[^"]+">([^"]*?)<\/title>/,
|
|
216
|
+
/property="og:title"\s+content="([^"]+)"/,
|
|
217
|
+
];
|
|
218
|
+
export const descRegexps = [
|
|
219
|
+
/property="og:description"\s+content="([^"]+)"/,
|
|
220
|
+
/content="([^"]+)"\s+property="og:description"/,
|
|
221
|
+
/name="description"\s+content="([^"]+)"/,
|
|
222
|
+
/content="([^"]+)"\s+name="description"/,
|
|
223
|
+
/<main\s.*?<p>([\s\S]*?)<\/p>/,
|
|
224
|
+
/<p>([\s\S]*?)<\/p>/,
|
|
225
|
+
/<p\s.*?>([\s\S]*?)<\/p>/,
|
|
226
|
+
/<div>([\s\S]*?)<\/div>/,
|
|
227
|
+
/<div\s.*?>([\s\S]*?)<\/div>/,
|
|
228
|
+
];
|
|
229
|
+
export const imageRegexps = [
|
|
230
|
+
/property="og:image:secure_url"\s+content="([^"]+)"/,
|
|
231
|
+
/property="og:image"\s+content="([^"]+)"/,
|
|
232
|
+
/content="([^"]+)"\s+property="og:image:secure_url"/,
|
|
233
|
+
/content="([^"]+)"\s+property="og:image"/,
|
|
234
|
+
/name="og:image"\s+content="([^"]+)"/,
|
|
235
|
+
/name="twitter:image"\s+content="([^"]+)"/,
|
|
236
|
+
];
|
|
237
|
+
export const iconRegexps = [
|
|
238
|
+
/<link\s+href="([^"]+)"\s+rel="icon"/,
|
|
239
|
+
/<link\s+rel="icon"\s+href="(\/favicon\.ico)"\s*?\/?>/,
|
|
240
|
+
/<link\s+rel="icon".*?href="([^"]+)"/,
|
|
241
|
+
/<link\s+rel="shortcut icon"\s+type="image\/x-icon"\s+href="?([^"]+)"?\s?\/?>/,
|
|
242
|
+
/<link\s+rel="shortcut icon"\s+href="?([^"]+)"?\s?\/?>/,
|
|
243
|
+
/<link\s+href="?([^"]+)"?\s+rel="(shortcut icon|icon shortcut)"(\s+type="image\/x-icon")?\s?\/?>/,
|
|
244
|
+
/<link\s+href="([^"]+)"\s+rel="icon"\s+sizes="[^"]+"\s+type="image\/[^"]"\s*\/?>/,
|
|
245
|
+
/type="image\/x-icon"\s+href="(\/favicon\.ico)"/,
|
|
246
|
+
/rel="icon"\s+href="(\/favicon\.ico)"/,
|
|
247
|
+
/rel="shortcut icon"\s+href="([^"]+)"/,
|
|
248
|
+
];
|
|
249
|
+
export const findImage = (html) => {
|
|
250
|
+
const img = html.match(/<img\s(.*?)\s?\/?>/);
|
|
251
|
+
if (img !== null) {
|
|
252
|
+
const imgTag = img[1];
|
|
253
|
+
const imageRegex = /src="(.*?)"/;
|
|
254
|
+
const result = imgTag.match(imageRegex);
|
|
255
|
+
if (result !== null) {
|
|
256
|
+
return result[1];
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
return null;
|
|
260
|
+
};
|
|
261
|
+
export const getHtmlMeta = async (reqUrl) => {
|
|
262
|
+
try {
|
|
263
|
+
const resbody = await getHTTP(reqUrl);
|
|
264
|
+
const body = resbody.replace(/\n/g, ' ');
|
|
265
|
+
const title = findHtmlByRegexp(titleRegexps, body) || '';
|
|
266
|
+
const desc = findHtmlByRegexp(descRegexps, body) || '';
|
|
267
|
+
const imagePath = findHtmlByRegexp(imageRegexps, body) || findImage(body) || '';
|
|
268
|
+
const iconPath = findHtmlByRegexp(iconRegexps, body) || '/favicon.ico';
|
|
269
|
+
const url = new URL(reqUrl);
|
|
270
|
+
const imageUrl = imagePath !== '' ? (imagePath.match(/^(https?:|data:)/) ? imagePath : `${url.protocol}//${url.hostname}${imagePath}`) : '';
|
|
271
|
+
const image = imagePath !== '' ? (imagePath.match(/^data:/) ? imagePath : await saveImage(imageUrl, 'html-image')) : '';
|
|
272
|
+
const iconUrl = iconPath !== '' ? (iconPath.match(/^(https?:|data:)/) ? iconPath : `${url.protocol}//${url.hostname}${iconPath}`) : '';
|
|
273
|
+
const icon = iconUrl !== '' ? (iconPath.match(/^data:/) ? iconPath : await saveImage(iconUrl, `html-icon-${atoh(reqUrl)}`)) : '';
|
|
274
|
+
return { title, desc, image, icon };
|
|
275
|
+
}
|
|
276
|
+
catch (e) {
|
|
277
|
+
console.log(`getHtmlMeta failure: ${reqUrl} -- ${e}`);
|
|
278
|
+
}
|
|
279
|
+
return { title: '', desc: '', image: '', icon: '' };
|
|
280
|
+
};
|
|
281
|
+
export const getVideoHtml = async (block) => {
|
|
282
|
+
if (block.video?.type !== 'external') {
|
|
283
|
+
return '';
|
|
284
|
+
}
|
|
285
|
+
const extUrl = block.video?.external.url;
|
|
286
|
+
if (extUrl.includes('youtube.com') || extUrl.includes('youtu.be')) {
|
|
287
|
+
const reqUrl = `https://www.youtube.com/oembed?url=${encodeURIComponent(extUrl)}`;
|
|
288
|
+
try {
|
|
289
|
+
const json = await getJson(reqUrl);
|
|
290
|
+
return json.html;
|
|
291
|
+
}
|
|
292
|
+
catch (e) {
|
|
293
|
+
console.log(`getVideoHtml failure: ${reqUrl} - ${e}`);
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
return '';
|
|
297
|
+
};
|
|
298
|
+
export const getEmbedHtml = async (block) => {
|
|
299
|
+
if (block.embed && block.embed.url.includes('twitter.com')) {
|
|
300
|
+
const src = block.embed?.url || '';
|
|
301
|
+
const tweetId = path.basename(src.split('?').shift() || '');
|
|
302
|
+
const reqUrl = `https://api.twitter.com/1/statuses/oembed.json?id=${tweetId}`;
|
|
303
|
+
try {
|
|
304
|
+
const json = await getJson(reqUrl);
|
|
305
|
+
return json.html;
|
|
306
|
+
}
|
|
307
|
+
catch (e) {
|
|
308
|
+
console.log(`getEmbedHtml failure: ${reqUrl} - ${e}`);
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
else if (block.embed && block.embed.url.includes('speakerdeck.com')) {
|
|
312
|
+
const embedUrl = block.embed?.url;
|
|
313
|
+
const reqUrl = `https://speakerdeck.com/oembed.json?url=${encodeURIComponent(embedUrl)}`;
|
|
314
|
+
/*
|
|
315
|
+
* The `UND_ERR_SOCKET` error occurs when GET request to the speakerdeck.com using the fetch api. That's why this using the https module.
|
|
316
|
+
* A bug report has been created
|
|
317
|
+
* https://github.com/nodejs/undici/issues/1412
|
|
318
|
+
*/
|
|
319
|
+
try {
|
|
320
|
+
const json = await getJson(reqUrl);
|
|
321
|
+
return json.html;
|
|
322
|
+
}
|
|
323
|
+
catch (e) {
|
|
324
|
+
console.log(`getEmbedHtml failure: ${reqUrl} -- ${e}`);
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
return '';
|
|
328
|
+
};
|
|
329
|
+
//# sourceMappingURL=files.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"files.js","sourceRoot":"","sources":["../../src/exporter/files.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/exporter/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,YAAY,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { QueryDatabaseParameters, QueryDatabaseResponseEx, ListBlockChildrenResponseEx, GetPageResponseEx } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* FetchDatabase retrieves database and download images in from blocks.
|
|
4
|
+
* And create cache that includes filepath of downloaded images.
|
|
5
|
+
*/
|
|
6
|
+
export declare const FetchDatabase: (params: QueryDatabaseParameters) => Promise<QueryDatabaseResponseEx>;
|
|
7
|
+
/**
|
|
8
|
+
* FetchPage retrieves page properties and download images in from properties.
|
|
9
|
+
* And create cache that includes filepath of downloaded images.
|
|
10
|
+
* The last_edited_time of 2nd args is for ROTION_INCREMENTAL_CACHE.
|
|
11
|
+
*/
|
|
12
|
+
export declare const FetchPage: (page_id: string, last_edited_time?: string) => Promise<GetPageResponseEx>;
|
|
13
|
+
/**
|
|
14
|
+
* FetchBlocks retrieves page blocks and download images in from blocks.
|
|
15
|
+
* And create cache that includes filepath of downloaded images.
|
|
16
|
+
* The last_edited_time of 2nd args is for ROTION_INCREMENTAL_CACHE.
|
|
17
|
+
*/
|
|
18
|
+
export declare const FetchBlocks: (block_id: string, last_edited_time?: string) => Promise<ListBlockChildrenResponseEx>;
|