rotion 0.0.8 → 0.0.9
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/README.md +20 -32
- package/dist/exporter/api.js +2 -2
- package/dist/exporter/api.js.map +1 -1
- package/dist/exporter/blocks.js +18 -3
- package/dist/exporter/blocks.js.map +1 -1
- package/dist/exporter/files.d.ts +4 -0
- package/dist/exporter/files.js +44 -1
- package/dist/exporter/files.js.map +1 -1
- package/dist/exporter/types.d.ts +24 -1
- package/dist/exporter/variables.d.ts +1 -0
- package/dist/exporter/variables.js +1 -0
- package/dist/exporter/variables.js.map +1 -1
- package/dist/ui/cjs/index.js +1 -20046
- package/dist/ui/cjs/index.js.map +1 -1
- package/dist/ui/cjs/style.css +331 -0
- package/dist/ui/cjs/types/exporter/files.d.ts +4 -0
- package/dist/ui/cjs/types/exporter/types.d.ts +24 -1
- package/dist/ui/cjs/types/exporter/variables.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Gallery/Gallery.types.d.ts +2 -2
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +3 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +3 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +10 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/List/Column.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/Column.types.d.ts +11 -0
- package/dist/ui/cjs/types/ui/components/List/List.d.ts +4 -1
- package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
- package/dist/ui/cjs/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +9 -0
- package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +1 -2
- package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +1 -15
- package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.types.d.ts +10 -0
- package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.types.d.ts +12 -0
- package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/index.d.ts +2 -1
- package/dist/ui/cjs/types/ui/components/Page/BulletedListBlock/BulletedListBlock.d.ts +4 -0
- package/dist/ui/{umd/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.types.d.ts → cjs/types/ui/components/Page/BulletedListBlock/BulletedListBlock.types.d.ts} +1 -1
- package/dist/ui/cjs/types/ui/components/Page/BulletedListBlock/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/CodeBlock/Code/Code.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Page/CodeBlock/Code/Code.types.d.ts +0 -2
- package/dist/ui/cjs/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Page/CodeBlock/CodeBlock.types.d.ts +0 -2
- package/dist/ui/cjs/types/ui/components/Page/ListBlocks/ListBlocks.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Page/{ListBlock/ListBlock.types.d.ts → ListBlocks/ListBlocks.types.d.ts} +1 -1
- package/dist/ui/cjs/types/ui/components/Page/ListBlocks/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/NumberedListBlocks/NumberedListBlock.d.ts +4 -0
- package/dist/ui/{esm/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.types.d.ts → cjs/types/ui/components/Page/NumberedListBlocks/NumberedListBlock.types.d.ts} +1 -1
- package/dist/ui/cjs/types/ui/components/Page/NumberedListBlocks/index.d.ts +2 -2
- package/dist/ui/cjs/types/ui/components/Page/Page.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Page/Page.types.d.ts +2 -2
- package/dist/ui/cjs/types/ui/components/Page/PageHandler.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Page/PageHandler.types.d.ts +1 -2
- package/dist/ui/cjs/types/ui/components/Page/PageIcon/PageIcon.d.ts +4 -2
- package/dist/ui/cjs/types/ui/components/Page/PdfBlock/PdfBlock.types.d.ts +2 -2
- package/dist/ui/cjs/types/ui/components/Page/SyncedBlock/SyncedBlock.types.d.ts +2 -2
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/TextBlock.types.d.ts +2 -2
- package/dist/ui/cjs/types/ui/components/Table/Column.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/Column.types.d.ts +11 -0
- package/dist/ui/cjs/types/ui/components/Table/TableHandler.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/TableHandler.types.d.ts +0 -1
- package/dist/ui/cjs/types/ui/components/Table/TableIcon/TableIcon.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/TableIcon/TableIcon.types.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
- package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +3 -0
- package/dist/ui/cjs/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.types.d.ts +11 -0
- package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +3 -0
- package/dist/ui/cjs/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +4 -0
- package/dist/ui/cjs/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +11 -0
- package/dist/ui/cjs/types/ui/components/index.d.ts +1 -3
- package/dist/ui/cjs/types/ui/components/tokens.stylex.d.ts +9 -0
- package/dist/ui/cjs/types/ui/components/types.d.ts +0 -8
- package/dist/ui/esm/index.js +1 -19985
- package/dist/ui/esm/index.js.map +1 -1
- package/dist/ui/esm/style.css +331 -0
- package/dist/ui/esm/types/exporter/files.d.ts +4 -0
- package/dist/ui/esm/types/exporter/types.d.ts +24 -1
- package/dist/ui/esm/types/exporter/variables.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Gallery/Gallery.types.d.ts +2 -2
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +3 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +3 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +10 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/List/Column.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/Column.types.d.ts +11 -0
- package/dist/ui/esm/types/ui/components/List/List.d.ts +4 -1
- package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
- package/dist/ui/esm/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +9 -0
- package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +1 -2
- package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +1 -15
- package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.types.d.ts +10 -0
- package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.types.d.ts +12 -0
- package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/index.d.ts +2 -1
- package/dist/ui/esm/types/ui/components/Page/BulletedListBlock/BulletedListBlock.d.ts +4 -0
- package/dist/ui/{cjs/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.types.d.ts → esm/types/ui/components/Page/BulletedListBlock/BulletedListBlock.types.d.ts} +1 -1
- package/dist/ui/esm/types/ui/components/Page/BulletedListBlock/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/CodeBlock/Code/Code.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Page/CodeBlock/Code/Code.types.d.ts +0 -2
- package/dist/ui/esm/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Page/CodeBlock/CodeBlock.types.d.ts +0 -2
- package/dist/ui/esm/types/ui/components/Page/ListBlocks/ListBlocks.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Page/{ListBlock/ListBlock.types.d.ts → ListBlocks/ListBlocks.types.d.ts} +1 -1
- package/dist/ui/esm/types/ui/components/Page/ListBlocks/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/NumberedListBlocks/NumberedListBlock.d.ts +4 -0
- package/dist/ui/{umd/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.types.d.ts → esm/types/ui/components/Page/NumberedListBlocks/NumberedListBlock.types.d.ts} +1 -1
- package/dist/ui/esm/types/ui/components/Page/NumberedListBlocks/index.d.ts +2 -2
- package/dist/ui/esm/types/ui/components/Page/Page.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Page/Page.types.d.ts +2 -2
- package/dist/ui/esm/types/ui/components/Page/PageHandler.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Page/PageHandler.types.d.ts +1 -2
- package/dist/ui/esm/types/ui/components/Page/PageIcon/PageIcon.d.ts +4 -2
- package/dist/ui/esm/types/ui/components/Page/PdfBlock/PdfBlock.types.d.ts +2 -2
- package/dist/ui/esm/types/ui/components/Page/SyncedBlock/SyncedBlock.types.d.ts +2 -2
- package/dist/ui/esm/types/ui/components/Page/TextBlock/TextBlock.types.d.ts +2 -2
- package/dist/ui/esm/types/ui/components/Table/Column.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/Column.types.d.ts +11 -0
- package/dist/ui/esm/types/ui/components/Table/TableHandler.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/TableHandler.types.d.ts +0 -1
- package/dist/ui/esm/types/ui/components/Table/TableIcon/TableIcon.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/TableIcon/TableIcon.types.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
- package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +3 -0
- package/dist/ui/esm/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.types.d.ts +11 -0
- package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +3 -0
- package/dist/ui/esm/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +4 -0
- package/dist/ui/esm/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +11 -0
- package/dist/ui/esm/types/ui/components/index.d.ts +1 -3
- package/dist/ui/esm/types/ui/components/tokens.stylex.d.ts +9 -0
- package/dist/ui/esm/types/ui/components/types.d.ts +0 -8
- package/dist/ui/types.d.ts +64 -53
- package/dist/ui/umd/index.js +1 -20050
- package/dist/ui/umd/index.js.map +1 -1
- package/dist/ui/umd/style.css +331 -0
- package/dist/ui/umd/types/exporter/files.d.ts +4 -0
- package/dist/ui/umd/types/exporter/types.d.ts +24 -1
- package/dist/ui/umd/types/exporter/variables.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Gallery/Gallery.types.d.ts +2 -2
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +3 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +3 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +10 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/List/Column.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/Column.types.d.ts +11 -0
- package/dist/ui/umd/types/ui/components/List/List.d.ts +4 -1
- package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
- package/dist/ui/umd/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +9 -0
- package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +1 -2
- package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +1 -15
- package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.types.d.ts +10 -0
- package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.types.d.ts +12 -0
- package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/index.d.ts +2 -1
- package/dist/ui/umd/types/ui/components/Page/BulletedListBlock/BulletedListBlock.d.ts +4 -0
- package/dist/ui/{esm/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.types.d.ts → umd/types/ui/components/Page/BulletedListBlock/BulletedListBlock.types.d.ts} +1 -1
- package/dist/ui/umd/types/ui/components/Page/BulletedListBlock/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/CodeBlock/Code/Code.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Page/CodeBlock/Code/Code.types.d.ts +0 -2
- package/dist/ui/umd/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Page/CodeBlock/CodeBlock.types.d.ts +0 -2
- package/dist/ui/umd/types/ui/components/Page/ListBlocks/ListBlocks.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/{ListBlock/ListBlock.types.d.ts → ListBlocks/ListBlocks.types.d.ts} +1 -1
- package/dist/ui/umd/types/ui/components/Page/ListBlocks/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/NumberedListBlocks/NumberedListBlock.d.ts +4 -0
- package/dist/ui/{cjs/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.types.d.ts → umd/types/ui/components/Page/NumberedListBlocks/NumberedListBlock.types.d.ts} +1 -1
- package/dist/ui/umd/types/ui/components/Page/NumberedListBlocks/index.d.ts +2 -2
- package/dist/ui/umd/types/ui/components/Page/Page.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Page/Page.types.d.ts +2 -2
- package/dist/ui/umd/types/ui/components/Page/PageHandler.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Page/PageHandler.types.d.ts +1 -2
- package/dist/ui/umd/types/ui/components/Page/PageIcon/PageIcon.d.ts +4 -2
- package/dist/ui/umd/types/ui/components/Page/PdfBlock/PdfBlock.types.d.ts +2 -2
- package/dist/ui/umd/types/ui/components/Page/SyncedBlock/SyncedBlock.types.d.ts +2 -2
- package/dist/ui/umd/types/ui/components/Page/TextBlock/TextBlock.types.d.ts +2 -2
- package/dist/ui/umd/types/ui/components/Table/Column.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/Column.types.d.ts +11 -0
- package/dist/ui/umd/types/ui/components/Table/TableHandler.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/TableHandler.types.d.ts +0 -1
- package/dist/ui/umd/types/ui/components/Table/TableIcon/TableIcon.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/TableIcon/TableIcon.types.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
- package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +3 -0
- package/dist/ui/umd/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.types.d.ts +11 -0
- package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +3 -0
- package/dist/ui/umd/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +11 -0
- package/dist/ui/umd/types/ui/components/index.d.ts +1 -3
- package/dist/ui/umd/types/ui/components/tokens.stylex.d.ts +9 -0
- package/dist/ui/umd/types/ui/components/types.d.ts +0 -8
- package/package.json +30 -33
- package/dist/ui/cjs/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +0 -4
- package/dist/ui/cjs/types/ui/components/Page/BulletedListBlocks/index.d.ts +0 -2
- package/dist/ui/cjs/types/ui/components/Page/ListBlock/ListBlock.d.ts +0 -4
- package/dist/ui/cjs/types/ui/components/Page/ListBlock/index.d.ts +0 -2
- package/dist/ui/cjs/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +0 -4
- package/dist/ui/cjs/types/ui/components/Page/TemplateBlock/TemplateBlock.d.ts +0 -4
- package/dist/ui/cjs/types/ui/components/Page/TemplateBlock/TemplateBlock.types.d.ts +0 -4
- package/dist/ui/cjs/types/ui/components/Page/TemplateBlock/index.d.ts +0 -2
- package/dist/ui/cjs/types/ui/components/Table/TablePropertyNameAndIcon.d.ts +0 -4
- package/dist/ui/cjs/types/ui/components/Table/TablePropertyNameAndIcon.types.d.ts +0 -5
- package/dist/ui/esm/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +0 -4
- package/dist/ui/esm/types/ui/components/Page/BulletedListBlocks/index.d.ts +0 -2
- package/dist/ui/esm/types/ui/components/Page/ListBlock/ListBlock.d.ts +0 -4
- package/dist/ui/esm/types/ui/components/Page/ListBlock/index.d.ts +0 -2
- package/dist/ui/esm/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +0 -4
- package/dist/ui/esm/types/ui/components/Page/TemplateBlock/TemplateBlock.d.ts +0 -4
- package/dist/ui/esm/types/ui/components/Page/TemplateBlock/TemplateBlock.types.d.ts +0 -4
- package/dist/ui/esm/types/ui/components/Page/TemplateBlock/index.d.ts +0 -2
- package/dist/ui/esm/types/ui/components/Table/TablePropertyNameAndIcon.d.ts +0 -4
- package/dist/ui/esm/types/ui/components/Table/TablePropertyNameAndIcon.types.d.ts +0 -5
- package/dist/ui/umd/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +0 -4
- package/dist/ui/umd/types/ui/components/Page/BulletedListBlocks/index.d.ts +0 -2
- package/dist/ui/umd/types/ui/components/Page/ListBlock/ListBlock.d.ts +0 -4
- package/dist/ui/umd/types/ui/components/Page/ListBlock/index.d.ts +0 -2
- package/dist/ui/umd/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +0 -4
- package/dist/ui/umd/types/ui/components/Page/TemplateBlock/TemplateBlock.d.ts +0 -4
- package/dist/ui/umd/types/ui/components/Page/TemplateBlock/TemplateBlock.types.d.ts +0 -4
- package/dist/ui/umd/types/ui/components/Page/TemplateBlock/index.d.ts +0 -2
- package/dist/ui/umd/types/ui/components/Table/TablePropertyNameAndIcon.d.ts +0 -4
- package/dist/ui/umd/types/ui/components/Table/TablePropertyNameAndIcon.types.d.ts +0 -5
- /package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.types.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/index.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.types.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/index.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.types.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/index.d.ts +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import type { BulletedListItemBlockObjectResponseEx } from '../../../../exporter';
|
|
3
3
|
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
4
4
|
import type { Link } from '../../types';
|
|
5
|
-
export interface
|
|
5
|
+
export interface BulletedListBlockProps {
|
|
6
6
|
block: BulletedListItemBlockObjectResponseEx;
|
|
7
7
|
href?: string;
|
|
8
8
|
link?: Link;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { CodeBlockProps } from './CodeBlock.types';
|
|
3
|
-
declare const CodeBlock: ({ block
|
|
3
|
+
declare const CodeBlock: ({ block }: CodeBlockProps) => React.JSX.Element;
|
|
4
4
|
export default CodeBlock;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import type { Link } from '../../types';
|
|
4
4
|
import type { BlockObjectResponse } from '../../../../exporter';
|
|
5
5
|
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
6
|
-
export interface
|
|
6
|
+
export interface ListBlocksProps {
|
|
7
7
|
tag: keyof JSX.IntrinsicElements;
|
|
8
8
|
blocks: BlockObjectResponse[];
|
|
9
9
|
href?: string;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import type { NumberedListItemBlockObjectResponseEx } from '../../../../exporter';
|
|
3
3
|
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
4
4
|
import type { Link } from '../../types';
|
|
5
|
-
export interface
|
|
5
|
+
export interface NumberedListBlockProps {
|
|
6
6
|
block: NumberedListItemBlockObjectResponseEx;
|
|
7
7
|
href?: string;
|
|
8
8
|
link?: Link;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
export {
|
|
1
|
+
import NumberedListBlock from './NumberedListBlock';
|
|
2
|
+
export { NumberedListBlock };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { PageProps } from './Page.types';
|
|
3
|
-
export declare const Page: ({ blocks, href, link, query,
|
|
3
|
+
export declare const Page: ({ blocks, href, link, query, breadcrumb_hrefs }: PageProps) => React.JSX.Element;
|
|
4
4
|
export default Page;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import type { ListBlockChildrenResponseEx } from '../../../exporter';
|
|
3
3
|
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
4
|
-
import type { Link
|
|
4
|
+
import type { Link } from '../types';
|
|
5
5
|
export interface PageProps {
|
|
6
6
|
blocks: ListBlockChildrenResponseEx;
|
|
7
7
|
href?: string;
|
|
8
8
|
link?: Link;
|
|
9
9
|
query?: ParsedUrlQueryInput;
|
|
10
|
-
modules?: ExternalModules;
|
|
11
10
|
breadcrumb_hrefs?: string[];
|
|
12
11
|
}
|
|
13
12
|
export interface ListType {
|
|
14
13
|
[key: string]: string;
|
|
15
14
|
}
|
|
15
|
+
export type ULOL = 'ul' | 'ol';
|
|
@@ -11,5 +11,5 @@ export declare const blockType: {
|
|
|
11
11
|
code: string;
|
|
12
12
|
quote: string;
|
|
13
13
|
};
|
|
14
|
-
export declare const PageHandler: ({ block, href, link, query,
|
|
14
|
+
export declare const PageHandler: ({ block, href, link, query, breadcrumb_hrefs }: HandlerProps) => React.JSX.Element;
|
|
15
15
|
export default PageHandler;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import type { BlockObjectResponse } from '../../../exporter';
|
|
3
3
|
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
4
|
-
import type { Link
|
|
4
|
+
import type { Link } from '../types';
|
|
5
5
|
export interface HandlerProps {
|
|
6
6
|
block: BlockObjectResponse;
|
|
7
7
|
href?: string;
|
|
8
8
|
link?: Link;
|
|
9
9
|
query?: ParsedUrlQueryInput;
|
|
10
|
-
modules?: ExternalModules;
|
|
11
10
|
breadcrumb_hrefs?: string[];
|
|
12
11
|
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export interface PageIconProps {
|
|
3
|
-
name: 'figma' | 'slack' | 'github' | 'link';
|
|
3
|
+
name: 'figma' | 'slack' | 'github' | 'file' | 'link';
|
|
4
|
+
width?: string;
|
|
5
|
+
height?: string;
|
|
4
6
|
}
|
|
5
|
-
declare const PageIcon: ({ name }: PageIconProps) => React.JSX.Element;
|
|
7
|
+
declare const PageIcon: ({ name, width, height }: PageIconProps) => React.JSX.Element;
|
|
6
8
|
export default PageIcon;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SyncedBlockBlockObjectResponseEx } from '../../../../exporter';
|
|
2
2
|
export interface SyncedBlockProps {
|
|
3
|
-
block:
|
|
3
|
+
block: SyncedBlockBlockObjectResponseEx;
|
|
4
4
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type {
|
|
2
|
+
import type { ParagraphBlockObjectResponseEx, Heading1BlockObjectResponse, Heading2BlockObjectResponse, Heading3BlockObjectResponse, QuoteBlockObjectResponse, DividerBlockObjectResponse } from '../../../../exporter';
|
|
3
3
|
export interface TextBlockProps {
|
|
4
4
|
tag: keyof JSX.IntrinsicElements;
|
|
5
|
-
block:
|
|
5
|
+
block: ParagraphBlockObjectResponseEx | Heading1BlockObjectResponse | Heading2BlockObjectResponse | Heading3BlockObjectResponse | QuoteBlockObjectResponse | DividerBlockObjectResponse;
|
|
6
6
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
3
|
+
import type { PageObjectResponseEx } from '../../../exporter';
|
|
4
|
+
import type { Link } from '../types';
|
|
5
|
+
export interface ColumnProps {
|
|
6
|
+
name: string;
|
|
7
|
+
page: PageObjectResponseEx;
|
|
8
|
+
href?: string;
|
|
9
|
+
link?: Link;
|
|
10
|
+
query?: ParsedUrlQueryInput;
|
|
11
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { TableHandlerProps } from './TableHandler.types';
|
|
3
|
-
declare const TableHandler: ({
|
|
3
|
+
declare const TableHandler: ({ items, path, slug, link, query }: TableHandlerProps) => React.JSX.Element | undefined;
|
|
4
4
|
export default TableHandler;
|
|
@@ -3,7 +3,6 @@ import type { GetPagePropertyResponse } from '../../../exporter';
|
|
|
3
3
|
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
4
4
|
import type { Link } from '../types';
|
|
5
5
|
export interface TableHandlerProps {
|
|
6
|
-
name: string;
|
|
7
6
|
items: GetPagePropertyResponse | undefined;
|
|
8
7
|
path?: string;
|
|
9
8
|
slug?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { TableIconProps } from './TableIcon.types';
|
|
3
|
-
declare const TableIcon: ({ type }: TableIconProps) => React.JSX.Element;
|
|
3
|
+
declare const TableIcon: ({ type, className }: TableIconProps) => React.JSX.Element;
|
|
4
4
|
export default TableIcon;
|
package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.types.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
4
|
+
import type { Link } from '../../types';
|
|
5
|
+
export interface LinkedTagIfLinkedProps {
|
|
6
|
+
pathname: string;
|
|
7
|
+
color: string;
|
|
8
|
+
link?: Link;
|
|
9
|
+
query?: ParsedUrlQueryInput;
|
|
10
|
+
children?: ReactNode;
|
|
11
|
+
}
|
package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { TableMultiSelectFieldProps } from './TableMultiSelectField.types';
|
|
3
|
-
declare const TableMultiSelectField: ({ payload, path, link }: TableMultiSelectFieldProps) => React.JSX.Element;
|
|
3
|
+
declare const TableMultiSelectField: ({ payload, path, link, query }: TableMultiSelectFieldProps) => React.JSX.Element;
|
|
4
4
|
export default TableMultiSelectField;
|
package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import type { MultiSelectPropertyItemObjectResponse } from '../../../../exporter';
|
|
2
3
|
import type { Link } from '../../types';
|
|
4
|
+
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
3
5
|
export interface TableMultiSelectFieldProps {
|
|
4
6
|
payload: MultiSelectPropertyItemObjectResponse;
|
|
5
7
|
path?: string;
|
|
6
8
|
link?: Link;
|
|
9
|
+
query?: ParsedUrlQueryInput;
|
|
7
10
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
import type { Link } from '../../types';
|
|
4
|
+
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
5
|
+
export interface LinkedTagIfLinkedProps {
|
|
6
|
+
pathname: string;
|
|
7
|
+
color: string;
|
|
8
|
+
link?: Link;
|
|
9
|
+
query?: ParsedUrlQueryInput;
|
|
10
|
+
children?: ReactNode;
|
|
11
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { TableSelectFieldProps } from './TableSelectField.types';
|
|
3
|
-
declare const TableSelectField: ({ payload, path, link }: TableSelectFieldProps) => React.JSX.Element;
|
|
3
|
+
declare const TableSelectField: ({ payload, path, link, query }: TableSelectFieldProps) => React.JSX.Element;
|
|
4
4
|
export default TableSelectField;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import type { SelectPropertyItemObjectResponse } from '../../../../exporter';
|
|
2
3
|
import type { Link } from '../../types';
|
|
4
|
+
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
3
5
|
export interface TableSelectFieldProps {
|
|
4
6
|
payload: SelectPropertyItemObjectResponse;
|
|
5
7
|
path?: string;
|
|
6
8
|
link?: Link;
|
|
9
|
+
query?: ParsedUrlQueryInput;
|
|
7
10
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
4
|
+
import type { Link } from '../../types';
|
|
5
|
+
export interface LinkedTitleIfLinkedProps {
|
|
6
|
+
path?: string;
|
|
7
|
+
slug?: string;
|
|
8
|
+
link?: Link;
|
|
9
|
+
query?: ParsedUrlQueryInput;
|
|
10
|
+
children?: ReactNode;
|
|
11
|
+
}
|
|
@@ -28,7 +28,7 @@ export * from './Table/TableUrlField';
|
|
|
28
28
|
export * from './Page';
|
|
29
29
|
export * from './Page/BookmarkBlock';
|
|
30
30
|
export * from './Page/BreadcrumbBlock';
|
|
31
|
-
export * from './Page/
|
|
31
|
+
export * from './Page/BulletedListBlock';
|
|
32
32
|
export * from './Page/CalloutBlock';
|
|
33
33
|
export * from './Page/ChildDatabaseBlock';
|
|
34
34
|
export * from './Page/ChildPageBlock';
|
|
@@ -39,14 +39,12 @@ export * from './Page/EquationBlock';
|
|
|
39
39
|
export * from './Page/FileBlock';
|
|
40
40
|
export * from './Page/ImageBlock';
|
|
41
41
|
export * from './Page/LinkPreviewBlock';
|
|
42
|
-
export * from './Page/ListBlock';
|
|
43
42
|
export * from './Page/NumberedListBlocks';
|
|
44
43
|
export * from './Page/PageIcon';
|
|
45
44
|
export * from './Page/PdfBlock';
|
|
46
45
|
export * from './Page/SyncedBlock';
|
|
47
46
|
export * from './Page/TableBlock';
|
|
48
47
|
export * from './Page/TableOfContentsBlock';
|
|
49
|
-
export * from './Page/TemplateBlock';
|
|
50
48
|
export * from './Page/TextBlock';
|
|
51
49
|
export * from './Page/RichText';
|
|
52
50
|
export * from './Page/ToDoBlock';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const fontFamily: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
2
|
+
sansserif: string;
|
|
3
|
+
}>, symbol>;
|
|
4
|
+
export declare const color: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
5
|
+
[x: string]: string;
|
|
6
|
+
}>, symbol>;
|
|
7
|
+
export declare const withDarkColor: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
8
|
+
[x: string]: string;
|
|
9
|
+
}>, symbol>;
|
|
@@ -7,11 +7,3 @@ export interface Link extends React.FC<{
|
|
|
7
7
|
href: string | UrlObject;
|
|
8
8
|
}> {
|
|
9
9
|
}
|
|
10
|
-
export interface ExternalModules {
|
|
11
|
-
mermaid?: {
|
|
12
|
-
init: (config?: {}, nodes?: string | HTMLElement, callback?: ((id: string) => unknown) | undefined) => Promise<void>;
|
|
13
|
-
};
|
|
14
|
-
prism?: {
|
|
15
|
-
highlightElement: (element: Element, async?: boolean | undefined, callback?: (element: Element) => void | undefined) => void;
|
|
16
|
-
};
|
|
17
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rotion",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "linyows/rotion",
|
|
6
6
|
"description": "This is react components that uses the notion API to display the notion's database and page.",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"import": "./dist/ui/esm/index.js",
|
|
16
16
|
"require": "./dist/ui/cjs/index.js"
|
|
17
17
|
},
|
|
18
|
+
"./style.css": "./dist/ui/esm/style.css",
|
|
18
19
|
"./styles/*": "./dist/ui/styles/*",
|
|
19
20
|
"./package.json": "./package.json",
|
|
20
21
|
"./README.md": "./README.md",
|
|
@@ -41,20 +42,17 @@
|
|
|
41
42
|
"scripts": {
|
|
42
43
|
"build": "npm run exporter:build && npm run ui:build",
|
|
43
44
|
"test": "npm run exporter:test && npm run ui:test",
|
|
44
|
-
|
|
45
45
|
"exporter:build": "npm run exporter:clean && tsc -p tsconfig.exporter.json",
|
|
46
46
|
"exporter:clean": "rm -rf dist/exporter/*",
|
|
47
47
|
"exporter:test": "tsm node_modules/uvu/bin.js ./src/exporter",
|
|
48
|
-
|
|
49
48
|
"ui:build": "npm run ui:lint && npm run ui:typecheck && npm run ui:rollup && npm run ui:styles",
|
|
50
49
|
"ui:rollup": "rollup --config rollup.config.ts --configPlugin typescript",
|
|
51
50
|
"ui:typecheck": "tsc -p src/ui/tsconfig.typecheck.json",
|
|
52
51
|
"ui:styles": "cp -r ./src/ui/styles ./dist/ui/",
|
|
53
52
|
"ui:lint": "eslint ./src/ui/components --ext .js,.jsx,.ts,.tsx -c ./src/ui/.eslintrc.json",
|
|
54
53
|
"ui:test": "npm run ui:lint && npm run ui:typecheck",
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
|
|
54
|
+
"story": "storybook dev -p 6006",
|
|
55
|
+
"build-story": "storybook build",
|
|
58
56
|
"prepublishOnly": "npm install && npm run exporter:build && npm run exporter:test && npm run ui:build"
|
|
59
57
|
},
|
|
60
58
|
"peerDependencies": {
|
|
@@ -66,42 +64,36 @@
|
|
|
66
64
|
"file-type": "^18.7.0",
|
|
67
65
|
"imagemin": "^8.0.1",
|
|
68
66
|
"imagemin-webp": "^8.0.0",
|
|
69
|
-
"replace-ext": "^2.0.0",
|
|
70
|
-
|
|
71
|
-
"mermaid": "^10.6.1",
|
|
72
67
|
"katex": "^0.16.9",
|
|
73
|
-
"
|
|
68
|
+
"mermaid": "^10.6.1",
|
|
69
|
+
"prismjs": "^1.25.0",
|
|
70
|
+
"replace-ext": "^2.0.0"
|
|
74
71
|
},
|
|
75
72
|
"devDependencies": {
|
|
76
|
-
"@types/node": "^20.10.5",
|
|
77
|
-
"@types/imagemin": "^8.0.5",
|
|
78
|
-
"@types/imagemin-webp": "^7.0.3",
|
|
79
|
-
"@types/replace-ext": "^2.0.2",
|
|
80
|
-
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
|
|
81
|
-
"testdouble": "^3.20.1",
|
|
82
|
-
"ts-node": "^10.9.2",
|
|
83
|
-
"tslib": "^2.6.2",
|
|
84
|
-
"tsm": "^2.3.0",
|
|
85
|
-
"typescript": "^5.3.3",
|
|
86
|
-
"uvu": "^0.5.6",
|
|
87
|
-
|
|
88
73
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
89
74
|
"@rollup/plugin-json": "^6.1.0",
|
|
90
75
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
91
76
|
"@rollup/plugin-terser": "^0.4.4",
|
|
92
77
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
93
|
-
"@storybook/addon-essentials": "^7.6.
|
|
94
|
-
"@storybook/addon-interactions": "^7.6.
|
|
95
|
-
"@storybook/addon-links": "^7.6.
|
|
96
|
-
"@storybook/addon-onboarding": "^1.0.
|
|
97
|
-
"@storybook/blocks": "^7.6.
|
|
98
|
-
"@storybook/react": "^7.6.
|
|
99
|
-
"@storybook/react-vite": "^7.6.
|
|
100
|
-
"@storybook/test": "^7.6.
|
|
78
|
+
"@storybook/addon-essentials": "^7.6.12",
|
|
79
|
+
"@storybook/addon-interactions": "^7.6.12",
|
|
80
|
+
"@storybook/addon-links": "^7.6.12",
|
|
81
|
+
"@storybook/addon-onboarding": "^1.0.11",
|
|
82
|
+
"@storybook/blocks": "^7.6.12",
|
|
83
|
+
"@storybook/react": "^7.6.12",
|
|
84
|
+
"@storybook/react-vite": "^7.6.12",
|
|
85
|
+
"@storybook/test": "^7.6.12",
|
|
86
|
+
"@stylexjs/rollup-plugin": "^0.4.1",
|
|
87
|
+
"@stylexjs/stylex": "^0.4.1",
|
|
88
|
+
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
|
|
89
|
+
"@types/imagemin": "^8.0.5",
|
|
90
|
+
"@types/imagemin-webp": "^7.0.3",
|
|
101
91
|
"@types/katex": "^0.16.7",
|
|
92
|
+
"@types/node": "^20.10.5",
|
|
102
93
|
"@types/prismjs": "^1.26.3",
|
|
103
94
|
"@types/react": "^18.2.45",
|
|
104
95
|
"@types/react-dom": "^18.2.18",
|
|
96
|
+
"@types/replace-ext": "^2.0.2",
|
|
105
97
|
"@types/rollup-plugin-peer-deps-external": "^2.2.4",
|
|
106
98
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
107
99
|
"@typescript-eslint/parser": "^6.14.0",
|
|
@@ -112,7 +104,6 @@
|
|
|
112
104
|
"eslint-plugin-promise": "^6.0.0",
|
|
113
105
|
"eslint-plugin-react": "^7.33.2",
|
|
114
106
|
"eslint-plugin-storybook": "^0.6.15",
|
|
115
|
-
"exporter": "file:../exporter",
|
|
116
107
|
"http-cache-semantics": ">=4.1.1",
|
|
117
108
|
"react": "^18.2.0",
|
|
118
109
|
"react-dom": "^18.2.0",
|
|
@@ -121,8 +112,14 @@
|
|
|
121
112
|
"rollup-plugin-dts": "^6.1.0",
|
|
122
113
|
"rollup-plugin-import-css": "^3.3.5",
|
|
123
114
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
124
|
-
"storybook": "^7.6.
|
|
125
|
-
"
|
|
115
|
+
"storybook": "^7.6.12",
|
|
116
|
+
"testdouble": "^3.20.1",
|
|
117
|
+
"ts-node": "^10.9.2",
|
|
118
|
+
"tslib": "^2.6.2",
|
|
119
|
+
"tsm": "^2.3.0",
|
|
120
|
+
"typescript": "^5.3.3",
|
|
121
|
+
"uvu": "^0.5.6",
|
|
122
|
+
"vite-plugin-stylex-dev": "^0.2.5"
|
|
126
123
|
},
|
|
127
124
|
"extends": "@tsconfig/node-lts-strictest-esm",
|
|
128
125
|
"ts-node": {
|