rotion 0.1.4 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/exporter/files.js +37 -1
- package/dist/exporter/files.js.map +1 -1
- package/dist/ui/cjs/index.css +1 -0
- package/dist/ui/cjs/index.js +1 -1
- package/dist/ui/cjs/index.js.map +1 -1
- package/dist/ui/cjs/types/ui/components/Checkbox/Checkbox.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Gallery/Gallery.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryDateField/GalleryDateField.d.ts +2 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +1 -0
- package/dist/ui/{esm/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts → cjs/types/ui/components/Gallery/GalleryRichTextField/GalleryRichTextField.d.ts} +2 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryRichTextField/index.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryTitleField/GalleryTitleField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryUrlField/GalleryUrlField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Icon/Icon.d.ts +10 -0
- package/dist/ui/cjs/types/ui/components/Icon/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/List.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/List/ListDateField/ListDateField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/List/ListNumberField/ListNumberField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/List/ListRichTextField/ListRichTextField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/List/ListTitleField/ListTitleField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/List/ListUrlField/ListUrlField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Page/BookmarkBlock/BookmarkBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Page/BulletedListBlock/BulletedListBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/CalloutBlock/CalloutBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/ChildPageBlock/ChildPageBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/CodeBlock/Code/Code.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/ColumnListBlock/ColumnListBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/EmbedBlock/EmbedBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/EquationBlock/EquationBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/FileBlock/FileBlock.d.ts +3 -0
- package/dist/ui/cjs/types/ui/components/Page/ImageBlock/ImageBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/LinkPreviewBlock/LinkPreviewBlock.d.ts +3 -0
- package/dist/ui/cjs/types/ui/components/Page/ListBlocks/ListBlocks.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/{NumberedListBlocks → NumberedListBlock}/NumberedListBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/PdfBlock/PdfBlock.d.ts +3 -0
- package/dist/ui/cjs/types/ui/components/Page/SyncedBlock/SyncedBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/TableBlock/TableBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/TextBlock/TextBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/ToDoBlock/ToDoBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/ToggleBlock/ToggleBlock.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/VideoBlock/VideoBlock.d.ts +2 -0
- package/dist/ui/{esm/types/ui/components/Page → cjs/types/ui/components}/RichText/Annotation/Annotation.d.ts +2 -0
- package/dist/ui/{umd/types/ui/components/Page → cjs/types/ui/components}/RichText/Equation/Equation.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Equation/Equation.types.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/LinkIfLinked/LinkIfLinked.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/LinkIfLinked/LinkIfLinked.types.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/DateMention/DateMention.d.ts +1 -0
- package/dist/ui/{esm/types/ui/components/Page → cjs/types/ui/components}/RichText/Mention/DateMention/DateMention.types.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/LinkPreviewMention/LinkPreviewMention.d.ts +1 -0
- package/dist/ui/{esm/types/ui/components/Page → cjs/types/ui/components}/RichText/Mention/Mention.d.ts +1 -0
- package/dist/ui/{esm/types/ui/components/Page → cjs/types/ui/components}/RichText/Mention/Mention.types.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/PageOrDatabaseMention/PageOrDatabaseMention.d.ts +1 -0
- package/dist/ui/{esm/types/ui/components/Page → cjs/types/ui/components}/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.types.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/UserMention/UserMention.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/UserMention/UserMention.types.d.ts +1 -1
- package/dist/ui/{esm/types/ui/components/Page → cjs/types/ui/components}/RichText/RichText.types.d.ts +1 -1
- package/dist/ui/{esm/types/ui/components/Page → cjs/types/ui/components}/RichText/Text/Text.types.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/Table.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Table/TableDateField/TableDateField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Table/TableRichTextField/TableRichTextField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/Table/TableUrlField/TableUrlField.d.ts +1 -0
- package/dist/ui/cjs/types/ui/components/index.d.ts +3 -3
- package/dist/ui/esm/index.css +1 -0
- package/dist/ui/esm/index.js +1 -1
- package/dist/ui/esm/index.js.map +1 -1
- package/dist/ui/esm/types/ui/components/Checkbox/Checkbox.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Gallery/Gallery.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryDateField/GalleryDateField.d.ts +2 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +1 -0
- package/dist/ui/{umd/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts → esm/types/ui/components/Gallery/GalleryRichTextField/GalleryRichTextField.d.ts} +2 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryRichTextField/index.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryTitleField/GalleryTitleField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryUrlField/GalleryUrlField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Icon/Icon.d.ts +10 -0
- package/dist/ui/esm/types/ui/components/Icon/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/List.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/List/ListDateField/ListDateField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/List/ListNumberField/ListNumberField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/List/ListRichTextField/ListRichTextField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/List/ListTitleField/ListTitleField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/List/ListUrlField/ListUrlField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Page/BookmarkBlock/BookmarkBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Page/BulletedListBlock/BulletedListBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/CalloutBlock/CalloutBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/ChildPageBlock/ChildPageBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/CodeBlock/Code/Code.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/ColumnListBlock/ColumnListBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/EmbedBlock/EmbedBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/EquationBlock/EquationBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/FileBlock/FileBlock.d.ts +3 -0
- package/dist/ui/esm/types/ui/components/Page/ImageBlock/ImageBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/LinkPreviewBlock/LinkPreviewBlock.d.ts +3 -0
- package/dist/ui/esm/types/ui/components/Page/ListBlocks/ListBlocks.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/{NumberedListBlocks → NumberedListBlock}/NumberedListBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/PdfBlock/PdfBlock.d.ts +3 -0
- package/dist/ui/esm/types/ui/components/Page/SyncedBlock/SyncedBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/TableBlock/TableBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/TextBlock/TextBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/ToDoBlock/ToDoBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/ToggleBlock/ToggleBlock.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/VideoBlock/VideoBlock.d.ts +2 -0
- package/dist/ui/{umd/types/ui/components/Page → esm/types/ui/components}/RichText/Annotation/Annotation.d.ts +2 -0
- package/dist/ui/{cjs/types/ui/components/Page → esm/types/ui/components}/RichText/Equation/Equation.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Equation/Equation.types.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/LinkIfLinked/LinkIfLinked.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/LinkIfLinked/LinkIfLinked.types.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/DateMention/DateMention.d.ts +1 -0
- package/dist/ui/{umd/types/ui/components/Page → esm/types/ui/components}/RichText/Mention/DateMention/DateMention.types.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/LinkPreviewMention/LinkPreviewMention.d.ts +1 -0
- package/dist/ui/{umd/types/ui/components/Page → esm/types/ui/components}/RichText/Mention/Mention.d.ts +1 -0
- package/dist/ui/{umd/types/ui/components/Page → esm/types/ui/components}/RichText/Mention/Mention.types.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/PageOrDatabaseMention/PageOrDatabaseMention.d.ts +1 -0
- package/dist/ui/{umd/types/ui/components/Page → esm/types/ui/components}/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.types.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/UserMention/UserMention.d.ts +1 -0
- package/dist/ui/{umd/types/ui/components/Page → esm/types/ui/components}/RichText/Mention/UserMention/UserMention.types.d.ts +1 -1
- package/dist/ui/{umd/types/ui/components/Page → esm/types/ui/components}/RichText/RichText.types.d.ts +1 -1
- package/dist/ui/{umd/types/ui/components/Page → esm/types/ui/components}/RichText/Text/Text.types.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/Table.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Table/TableDateField/TableDateField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Table/TableRichTextField/TableRichTextField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/Table/TableUrlField/TableUrlField.d.ts +1 -0
- package/dist/ui/esm/types/ui/components/index.d.ts +3 -3
- package/dist/ui/style-without-dark.css +1 -0
- package/dist/ui/types.d.ts +3 -3
- package/dist/ui/umd/index.css +1 -0
- package/dist/ui/umd/index.js +1 -1
- package/dist/ui/umd/index.js.map +1 -1
- package/dist/ui/umd/types/ui/components/Checkbox/Checkbox.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Gallery/Gallery.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryDateField/GalleryDateField.d.ts +2 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +1 -0
- package/dist/ui/{cjs/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts → umd/types/ui/components/Gallery/GalleryRichTextField/GalleryRichTextField.d.ts} +2 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryRichTextField/index.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryTitleField/GalleryTitleField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryUrlField/GalleryUrlField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Icon/Icon.d.ts +10 -0
- package/dist/ui/umd/types/ui/components/Icon/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/List.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/List/ListDateField/ListDateField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/List/ListNumberField/ListNumberField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/List/ListRichTextField/ListRichTextField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/List/ListTitleField/ListTitleField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/List/ListUrlField/ListUrlField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Page/BookmarkBlock/BookmarkBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Page/BulletedListBlock/BulletedListBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/CalloutBlock/CalloutBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/ChildDatabaseBlock/ChildDatabaseBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/ChildPageBlock/ChildPageBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/CodeBlock/Code/Code.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/ColumnListBlock/ColumnListBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/EmbedBlock/EmbedBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/EquationBlock/EquationBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/FileBlock/FileBlock.d.ts +3 -0
- package/dist/ui/umd/types/ui/components/Page/ImageBlock/ImageBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/LinkPreviewBlock/LinkPreviewBlock.d.ts +3 -0
- package/dist/ui/umd/types/ui/components/Page/ListBlocks/ListBlocks.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/{NumberedListBlocks → NumberedListBlock}/NumberedListBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/PdfBlock/PdfBlock.d.ts +3 -0
- package/dist/ui/umd/types/ui/components/Page/SyncedBlock/SyncedBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/TableBlock/TableBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/TextBlock/TextBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/ToDoBlock/ToDoBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/ToggleBlock/ToggleBlock.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/VideoBlock/VideoBlock.d.ts +2 -0
- package/dist/ui/{cjs/types/ui/components/Page → umd/types/ui/components}/RichText/Annotation/Annotation.d.ts +2 -0
- package/dist/ui/{esm/types/ui/components/Page → umd/types/ui/components}/RichText/Equation/Equation.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Equation/Equation.types.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/LinkIfLinked/LinkIfLinked.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/LinkIfLinked/LinkIfLinked.types.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/DateMention/DateMention.d.ts +1 -0
- package/dist/ui/{cjs/types/ui/components/Page → umd/types/ui/components}/RichText/Mention/DateMention/DateMention.types.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/LinkPreviewMention/LinkPreviewMention.d.ts +1 -0
- package/dist/ui/{cjs/types/ui/components/Page → umd/types/ui/components}/RichText/Mention/Mention.d.ts +1 -0
- package/dist/ui/{cjs/types/ui/components/Page → umd/types/ui/components}/RichText/Mention/Mention.types.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/PageOrDatabaseMention/PageOrDatabaseMention.d.ts +1 -0
- package/dist/ui/{cjs/types/ui/components/Page → umd/types/ui/components}/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.types.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/UserMention/UserMention.d.ts +1 -0
- package/dist/ui/{esm/types/ui/components/Page → umd/types/ui/components}/RichText/Mention/UserMention/UserMention.types.d.ts +1 -1
- package/dist/ui/{cjs/types/ui/components/Page → umd/types/ui/components}/RichText/RichText.types.d.ts +1 -1
- package/dist/ui/{cjs/types/ui/components/Page → umd/types/ui/components}/RichText/Text/Text.types.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/Table.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Table/TableDateField/TableDateField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Table/TableRichTextField/TableRichTextField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/Table/TableUrlField/TableUrlField.d.ts +1 -0
- package/dist/ui/umd/types/ui/components/index.d.ts +3 -3
- package/package.json +7 -10
- package/dist/ui/cjs/style.css +0 -321
- package/dist/ui/cjs/types/ui/components/Page/PageIcon/PageIcon.d.ts +0 -9
- package/dist/ui/cjs/types/ui/components/Page/PageIcon/index.d.ts +0 -2
- package/dist/ui/cjs/types/ui/components/tokens.stylex.d.ts +0 -82
- package/dist/ui/esm/style-without-dark.css +0 -321
- package/dist/ui/esm/style.css +0 -321
- package/dist/ui/esm/types/ui/components/Page/PageIcon/PageIcon.d.ts +0 -9
- package/dist/ui/esm/types/ui/components/Page/PageIcon/index.d.ts +0 -2
- package/dist/ui/esm/types/ui/components/tokens.stylex.d.ts +0 -82
- package/dist/ui/umd/style.css +0 -321
- package/dist/ui/umd/types/ui/components/Page/PageIcon/PageIcon.d.ts +0 -9
- package/dist/ui/umd/types/ui/components/Page/PageIcon/index.d.ts +0 -2
- package/dist/ui/umd/types/ui/components/tokens.stylex.d.ts +0 -82
- /package/dist/ui/cjs/types/ui/components/Gallery/GalleryDateField/{DateField.types.d.ts → GalleryDateField.types.d.ts} +0 -0
- /package/dist/ui/cjs/types/ui/components/Gallery/GalleryRichTextField/{RichTextField.types.d.ts → GalleryRichTextField.types.d.ts} +0 -0
- /package/dist/ui/cjs/types/ui/components/Page/{NumberedListBlocks → NumberedListBlock}/NumberedListBlock.types.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/Page/{NumberedListBlocks → NumberedListBlock}/index.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Annotation/index.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Equation/index.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/LinkIfLinked/index.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/DateMention/index.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/LinkPreviewMention/LinkPreviewMention.types.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/LinkPreviewMention/index.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/PageOrDatabaseMention/index.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/TemplateMention/TemplateMention.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/TemplateMention/TemplateMention.types.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/TemplateMention/index.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/UserMention/index.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/index.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/RichText.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Text/Text.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Text/index.d.ts +0 -0
- /package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/index.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/Gallery/GalleryDateField/{DateField.types.d.ts → GalleryDateField.types.d.ts} +0 -0
- /package/dist/ui/esm/types/ui/components/Gallery/GalleryRichTextField/{RichTextField.types.d.ts → GalleryRichTextField.types.d.ts} +0 -0
- /package/dist/ui/esm/types/ui/components/Page/{NumberedListBlocks → NumberedListBlock}/NumberedListBlock.types.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/Page/{NumberedListBlocks → NumberedListBlock}/index.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Annotation/index.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Equation/index.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/LinkIfLinked/index.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/DateMention/index.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/LinkPreviewMention/LinkPreviewMention.types.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/LinkPreviewMention/index.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/PageOrDatabaseMention/index.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/TemplateMention/TemplateMention.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/TemplateMention/TemplateMention.types.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/TemplateMention/index.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/UserMention/index.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/index.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/RichText.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Text/Text.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Text/index.d.ts +0 -0
- /package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/index.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/Gallery/GalleryDateField/{DateField.types.d.ts → GalleryDateField.types.d.ts} +0 -0
- /package/dist/ui/umd/types/ui/components/Gallery/GalleryRichTextField/{RichTextField.types.d.ts → GalleryRichTextField.types.d.ts} +0 -0
- /package/dist/ui/umd/types/ui/components/Page/{NumberedListBlocks → NumberedListBlock}/NumberedListBlock.types.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/Page/{NumberedListBlocks → NumberedListBlock}/index.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Annotation/index.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Equation/index.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/LinkIfLinked/index.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/DateMention/index.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/LinkPreviewMention/LinkPreviewMention.types.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/LinkPreviewMention/index.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/PageOrDatabaseMention/index.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/TemplateMention/TemplateMention.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/TemplateMention/TemplateMention.types.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/TemplateMention/index.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/UserMention/index.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/index.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/RichText.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Text/Text.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Text/index.d.ts +0 -0
- /package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/index.d.ts +0 -0
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
export declare const tokens: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
2
|
-
fontFamily: string;
|
|
3
|
-
borderRadius: string;
|
|
4
|
-
lineHeight: string;
|
|
5
|
-
borderColor: string;
|
|
6
|
-
border: string;
|
|
7
|
-
primaryText: string;
|
|
8
|
-
secondaryText: string;
|
|
9
|
-
thirdText: string;
|
|
10
|
-
codeBgColor: string;
|
|
11
|
-
tableHeaderBgColor: string;
|
|
12
|
-
}>, symbol>;
|
|
13
|
-
export declare const table: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
14
|
-
border: string;
|
|
15
|
-
iconFill: string;
|
|
16
|
-
boxShadow: string;
|
|
17
|
-
linkBgHover: string;
|
|
18
|
-
}>, symbol>;
|
|
19
|
-
export declare const link: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
20
|
-
color: string;
|
|
21
|
-
colorHover: string;
|
|
22
|
-
borderBottom: string;
|
|
23
|
-
borderBottomHover: string;
|
|
24
|
-
bgColor: string;
|
|
25
|
-
bgColorHover: string;
|
|
26
|
-
textDecoration: string;
|
|
27
|
-
cursor: string;
|
|
28
|
-
}>, symbol>;
|
|
29
|
-
export declare const callout: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
30
|
-
border: string;
|
|
31
|
-
default: string;
|
|
32
|
-
bgDefault: string;
|
|
33
|
-
gray: string;
|
|
34
|
-
bgGray: string;
|
|
35
|
-
brown: string;
|
|
36
|
-
bgBrown: string;
|
|
37
|
-
orange: string;
|
|
38
|
-
bgOrange: string;
|
|
39
|
-
yellow: string;
|
|
40
|
-
bgYellow: string;
|
|
41
|
-
green: string;
|
|
42
|
-
bgGreen: string;
|
|
43
|
-
blue: string;
|
|
44
|
-
bgBlue: string;
|
|
45
|
-
purple: string;
|
|
46
|
-
bgPurple: string;
|
|
47
|
-
pink: string;
|
|
48
|
-
bgPink: string;
|
|
49
|
-
red: string;
|
|
50
|
-
bgRed: string;
|
|
51
|
-
}>, symbol>;
|
|
52
|
-
export declare const tag: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
53
|
-
default: string;
|
|
54
|
-
bgDefault: string;
|
|
55
|
-
gray: string;
|
|
56
|
-
bgGray: string;
|
|
57
|
-
brown: string;
|
|
58
|
-
bgBrown: string;
|
|
59
|
-
orange: string;
|
|
60
|
-
bgOrange: string;
|
|
61
|
-
yellow: string;
|
|
62
|
-
bgYellow: string;
|
|
63
|
-
green: string;
|
|
64
|
-
bgGreen: string;
|
|
65
|
-
blue: string;
|
|
66
|
-
bgBlue: string;
|
|
67
|
-
purple: string;
|
|
68
|
-
bgPurple: string;
|
|
69
|
-
pink: string;
|
|
70
|
-
bgPink: string;
|
|
71
|
-
red: string;
|
|
72
|
-
bgRed: string;
|
|
73
|
-
}>, symbol>;
|
|
74
|
-
export declare const gallery: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
75
|
-
boxShadow: string;
|
|
76
|
-
background: string;
|
|
77
|
-
backgroundHover: string;
|
|
78
|
-
imageBorderBottom: string;
|
|
79
|
-
gridTemplateColumnsSmall: string;
|
|
80
|
-
gridTemplateColumnsMedium: string;
|
|
81
|
-
gridTemplateColumnsLarge: string;
|
|
82
|
-
}>, symbol>;
|
package/dist/ui/umd/style.css
DELETED
|
@@ -1,321 +0,0 @@
|
|
|
1
|
-
:root{--x1ctp1av:rgb(50, 48, 44);--x1hhtl5i:rgba(50, 48, 44, 0.6);--x1khxzqo:1px solid rgba(50, 48, 44, 0.4);--x1uo4k1o:1px solid rgba(50, 48, 44, 0.2);--x4d7xz0:inherit;--xgoj2td:rgba(150, 150, 150, 0.1);--xo1lou4:none;--x1fk9x9:pointer;}
|
|
2
|
-
:root{--x1t5svdl:rgb(50, 48, 44);--xfv6ehf:rgba(227, 226, 224, 0.5);--x19kji8b:rgb(50, 48, 44);--xlajt4c:rgb(227, 226, 224);--x1h58ikr:rgb(68, 42, 30);--x1lgegj8:rgb(238, 224, 218);--x1dobdqq:rgb(73, 41, 14);--x67ies3:rgb(250, 222, 201);--xos4pem:rgb(64, 44, 27);--x18qxxqs:rgb(253, 236, 200);--x1pl3l1k:rgb(28, 56, 41);--x1jxuftm:rgb(219, 237, 219);--x39ajyn:rgb(24, 51, 71);--xsdiylp:rgb(211, 229, 239);--xshm41a:rgb(65, 36, 84);--xclopz6:rgb(232, 222, 238);--x1jwh6p3:rgb(76, 35, 55);--xmle28t:rgb(245, 224, 233);--xtxoqe4:rgb(93, 23, 21);--x1cs7rmz:rgb(255, 226, 221);}
|
|
3
|
-
:root{--x3otoa1:1px solid rgba(50, 48, 44, 0.3);--x1iitcpn:rgb(50, 48, 44);--x1nzmgtq:rgba(227, 226, 224, 0.5);--xnmnmcg:rgb(50, 48, 44);--x28mk2i:rgb(155, 155, 155);--xktsgfh:rgb(68, 42, 30);--xzy5kuj:rgb(238, 224, 218);--x1xarmmv:rgb(73, 41, 14);--x5ynj2h:rgb(250, 222, 201);--xek95s8:rgb(64, 44, 27);--xdyiup8:rgb(253, 236, 200);--x981q4j:rgb(28, 56, 41);--xstqlry:rgb(219, 237, 219);--xc9k0gq:rgb(24, 51, 71);--x9l2ums:rgb(211, 229, 239);--x1seoq5v:rgb(65, 36, 84);--x1vusc46:rgb(232, 222, 238);--x1xblyyj:rgb(76, 35, 55);--xdsin2c:rgb(245, 224, 233);--x1vpxilb:rgb(93, 23, 21);--x1ydeh9:rgb(255, 226, 221);}
|
|
4
|
-
:root{--x52570m:1px solid rgba(55, 53, 47, 0.09);--x6rt3ft:rgba(55, 53, 47, 0.45);--xfd9ycw:white -3px 0px 0px, rgb(233 233 231) 0px 1px 0px;--x7f4nts:rgb(227, 226, 224) none repeat scroll 0% 0%;}
|
|
5
|
-
:root{--xpzsu2c:ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";--xcevxv5:4px;--x1liba71:1.5;--xb8z6mo:rgba(220, 220, 220, 0.8);--xjdl0h1:1px solid rgb(230, 230, 230);--x1qwrlbe:rgb(35, 45, 55);--x1e0rwzh:rgb(130, 140, 150);--x1ulgvz2:rgb(160, 170, 180);--x12fcvf1:#f5f2f0;--x4ht6xg:rgba(150, 150, 150, 0.1);}
|
|
6
|
-
:root{--xrwgx8b:rgba(15, 15, 15, 0.1) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 2px 4px;--xnojjrq:rgba(55, 53, 47, 0.005);--x1o4qrai:rgba(55, 53, 47, 0.03);--x57mnsg:1px solid rgba(55, 53, 47, 0.1);--xeg6zs1:repeat(auto-fill, minmax(180px, 1fr));--x97sy6c:repeat(auto-fill, minmax(260px, 1fr));--x3uee17:repeat(auto-fill, minmax(320px, 1fr));}
|
|
7
|
-
@media (prefers-color-scheme: dark){:root{--x1ctp1av:rgb(225, 223, 219);--x1hhtl5i:rgba(225, 223, 219, 0.6);--x1khxzqo:1px solid rgba(205, 203, 199, 0.4);--x1uo4k1o:1px solid rgba(205, 203, 199, 0.2);--xgoj2td:rgba(255, 255, 255, 0.15);}}
|
|
8
|
-
@media (prefers-color-scheme: dark){:root{--x1t5svdl:rgba(255, 255, 255, 0.804);--xfv6ehf:rgb(55, 55, 55);--x19kji8b:rgba(255, 255, 255, 0.804);--xlajt4c:rgb(90, 90, 90);--x1h58ikr:rgba(255, 255, 255, 0.804);--x1lgegj8:rgb(96, 59, 44);--x1dobdqq:rgba(255, 255, 255, 0.804);--x67ies3:rgb(133, 76, 29);--xos4pem:rgba(255, 255, 255, 0.804);--x18qxxqs:rgb(137, 99, 42);--x1pl3l1k:rgba(255, 255, 255, 0.804);--x1jxuftm:rgb(43, 89, 63);--x39ajyn:rgba(255, 255, 255, 0.804);--xsdiylp:rgb(40, 69, 108);--xshm41a:rgba(255, 255, 255, 0.804);--xclopz6:rgb(73, 47, 100);--x1jwh6p3:rgba(255, 255, 255, 0.804);--xmle28t:rgb(105, 49, 76);--xtxoqe4:rgba(255, 255, 255, 0.804);--x1cs7rmz:rgb(110, 54, 48);}}
|
|
9
|
-
@media (prefers-color-scheme: dark){:root{--x3otoa1:1px solid rgba(205, 203, 199, 0.3);--x1iitcpn:rgb(235, 233, 228);--x1nzmgtq:rgb(55, 55, 55);--xnmnmcg:rgb(155, 155, 155);--x28mk2i:rgb(47, 47, 47);--xktsgfh:rgb(186, 133, 111);--xzy5kuj:rgb(74, 50, 40);--x1xarmmv:rgb(199, 125, 72);--x5ynj2h:rgb(92, 59, 35);--xek95s8:rgb(202, 152, 73);--xdyiup8:rgb(86, 67, 40);--x981q4j:rgb(82, 158, 114);--xstqlry:rgb(36, 61, 48);--xc9k0gq:rgb(94, 135, 201);--x9l2ums:rgb(20, 58, 78);--x1seoq5v:rgb(157, 104, 211);--x1vusc46:rgb(60, 45, 73);--x1xblyyj:rgb(209, 87, 150);--xdsin2c:rgb(78, 44, 60);--x1vpxilb:rgb(223, 84, 82);--x1ydeh9:rgb(82, 46, 42);}}
|
|
10
|
-
@media (prefers-color-scheme: dark){:root{--x52570m:1px solid rgb(47, 47, 47);--x6rt3ft:rgba(255, 253, 247, 0.45);--xfd9ycw:rgb(25, 25, 25) -3px 0px 0px, rgb(47, 47, 47) 0px 1px 0px;--x7f4nts:rgb(28, 29, 31) none repeat scroll 0% 0%;}}
|
|
11
|
-
@media (prefers-color-scheme: dark){:root{--xb8z6mo:rgba(80, 80, 80, 0.8);--xjdl0h1:1px solid rgb(70, 70, 70);--x1qwrlbe:rgb(230, 230, 230);--x1e0rwzh:rgb(130, 130, 130);--x1ulgvz2:rgb(100, 100, 100);--x12fcvf1:#2d2d2d;--x4ht6xg:rgba(255, 255, 255, 0.15);}}
|
|
12
|
-
@media (prefers-color-scheme: dark){:root{--xrwgx8b:rgba(15, 15, 15, 0.2) 0px 0px 0px 1px, rgba(15, 15, 15, 0.2) 0px 2px 4px;--xnojjrq:rgba(255, 255, 255, 0.1);--x1o4qrai:rgb(47, 47, 47);--x57mnsg:1px solid rgba(255, 255, 255, 0.1);}}
|
|
13
|
-
.x130j894:not(#\#){background:inherit}
|
|
14
|
-
.xwpv0f9:not(#\#){background:rgb(211,229,239) none repeat scroll 0 0}
|
|
15
|
-
.x1rzy9ey:not(#\#){background:rgb(25,25,25)}
|
|
16
|
-
.x13ghql:not(#\#){background:rgb(35,131,226)}
|
|
17
|
-
.x1iyahom:not(#\#){background:rgba(135,131,120,.15)}
|
|
18
|
-
.x1kjckmb:not(#\#){background:var(--xnojjrq)}
|
|
19
|
-
.x1pwd5xa:not(#\#){border:1px solid #EEE}
|
|
20
|
-
.x4pyi0n:not(#\#){border:var(--x1khxzqo)}
|
|
21
|
-
.x1pxoru6:not(#\#){border:var(--x3otoa1)}
|
|
22
|
-
.x1kph17r:not(#\#){border:var(--xjdl0h1)}
|
|
23
|
-
.x13k78xn:not(#\#){grid-template:repeat(1,1fr) /1.5rem 1fr}
|
|
24
|
-
.x1ga92pj:not(#\#){margin:.2rem 0 0}
|
|
25
|
-
.x1aki0ej:not(#\#){margin:.3rem .3rem 0}
|
|
26
|
-
.x1rz42sk:not(#\#){margin:.5rem auto}
|
|
27
|
-
.x1326qfr:not(#\#){margin:0 .3rem}
|
|
28
|
-
.x1minv1u:not(#\#){margin:0 .5rem}
|
|
29
|
-
.x7qn6qj:not(#\#){margin:0 0 1rem}
|
|
30
|
-
.xwkitof:not(#\#){margin:0 6px 0 0}
|
|
31
|
-
.xqmp0lw:not(#\#){margin:0 7px}
|
|
32
|
-
.x19bbpc0:not(#\#){margin:0 auto}
|
|
33
|
-
.x1ghz6dp:not(#\#){margin:0}
|
|
34
|
-
.xbkgn1r:not(#\#){margin:1rem 0}
|
|
35
|
-
.x1qk52y6:not(#\#){margin:4px 0}
|
|
36
|
-
.xl5gqxi:not(#\#){margin:4px 7px 0}
|
|
37
|
-
.xv6lp74:not(#\#){margin:8px 0 0 7px}
|
|
38
|
-
.x1bpp3o7:not(#\#){margin:auto}
|
|
39
|
-
.x16riluj:not(#\#){padding:.1rem .2rem}
|
|
40
|
-
.x1q4hdjl:not(#\#){padding:.2rem .3rem}
|
|
41
|
-
.x13ahkag:not(#\#){padding:.2rem .4rem}
|
|
42
|
-
.xdlojud:not(#\#){padding:.2rem 0 .2rem .3rem}
|
|
43
|
-
.x1ym8bjb:not(#\#){padding:.2rem 0 .2rem 1rem}
|
|
44
|
-
.x5zvi0u:not(#\#){padding:.3rem}
|
|
45
|
-
.xl1j9gz:not(#\#){padding:.5rem 0}
|
|
46
|
-
.xkzfsa1:not(#\#){padding:.6rem .3rem}
|
|
47
|
-
.xoouf11:not(#\#){padding:.6rem 0}
|
|
48
|
-
.x2kcbxv:not(#\#){padding:.6rem 1rem}
|
|
49
|
-
.x1ab2qf2:not(#\#){padding:.7rem 1rem 0}
|
|
50
|
-
.xlcowx6:not(#\#){padding:0 .3rem}
|
|
51
|
-
.x3wxoqf:not(#\#){padding:0 .5rem}
|
|
52
|
-
.x1gpzwh6:not(#\#){padding:0 0 .5rem}
|
|
53
|
-
.x8flsbp:not(#\#){padding:0 0 .8rem}
|
|
54
|
-
.xe4ajzu:not(#\#){padding:0 0 10px}
|
|
55
|
-
.xzbvcfu:not(#\#){padding:0 2px 3px}
|
|
56
|
-
.x1baykjp:not(#\#){padding:0 5px 2px}
|
|
57
|
-
.xcq2ivu:not(#\#){padding:0 5px 4px}
|
|
58
|
-
.x1717udv:not(#\#){padding:0}
|
|
59
|
-
.x3vcqe7:not(#\#){padding:1.2rem}
|
|
60
|
-
.x1shdda8:not(#\#){padding:1.6rem 0 3px}
|
|
61
|
-
.xs3lrdy:not(#\#){padding:10px 10px 0}
|
|
62
|
-
.xpwwz5d:not(#\#){padding:1px 2px}
|
|
63
|
-
.x1uz70x1:not(#\#){padding:1rem}
|
|
64
|
-
.x1rbdj2j:not(#\#){padding:2px 10px}
|
|
65
|
-
.x1i3ajwb:not(#\#){padding:2px}
|
|
66
|
-
.x1cfqnp1:not(#\#){padding:2rem 0 3px}
|
|
67
|
-
.xp8ws5:not(#\#){padding:3rem 0 3px}
|
|
68
|
-
.xoth7wd:not(#\#){padding:4px 0 1px 2px}
|
|
69
|
-
.xztvwtv:not(#\#){padding:4px 0}
|
|
70
|
-
.x12bz10l:not(#\#){padding:5px 10px 0}
|
|
71
|
-
.x8lhhth:not(#\#){padding:5px 8px}
|
|
72
|
-
.x1160tuk:not(#\#){padding:8px 10px}
|
|
73
|
-
.x1tntyj9:hover:not(#\#){background:var(--x1o4qrai)}
|
|
74
|
-
.x76wgnk:hover:not(#\#){background:var(--x7f4nts)}
|
|
75
|
-
.x1ax34ch:hover:not(#\#){background:var(--xgoj2td)}
|
|
76
|
-
@media (max-width: 580px){.x1t8upxr.x1t8upxr:not(#\#){padding:1rem 0 .85rem}}
|
|
77
|
-
.xpzjx3:not(#\#):not(#\#){border-bottom:var(--x1khxzqo)}
|
|
78
|
-
.x42xdh5:not(#\#):not(#\#){border-bottom:var(--x57mnsg)}
|
|
79
|
-
.x1vmqtsv:not(#\#):not(#\#){border-color:var(--xb8z6mo)}
|
|
80
|
-
.x1a0pi56:not(#\#):not(#\#){border-left:var(--xjdl0h1)}
|
|
81
|
-
.x1nj7uno:not(#\#):not(#\#){border-radius:1px}
|
|
82
|
-
.x18zih8k:not(#\#):not(#\#){border-radius:3px}
|
|
83
|
-
.x12oqio5:not(#\#):not(#\#){border-radius:4px}
|
|
84
|
-
.xoz5i10:not(#\#):not(#\#){border-radius:var(--xcevxv5)}
|
|
85
|
-
.x7956lj:not(#\#):not(#\#){border-right:none}
|
|
86
|
-
.xbwemkf:not(#\#):not(#\#){border-top:1px dashed var(--x1ulgvz2)}
|
|
87
|
-
.xx23a3d:not(#\#):not(#\#){border-top:var(--x52570m)}
|
|
88
|
-
.x1cla6av:not(#\#):not(#\#){border-top:var(--xjdl0h1)}
|
|
89
|
-
.x1cqoux5:not(#\#):not(#\#){flex:1 1 0}
|
|
90
|
-
.x15lv9n0:not(#\#):not(#\#){flex:1 1 180px}
|
|
91
|
-
.x1fvrxw4:not(#\#):not(#\#){flex:4 1 180px}
|
|
92
|
-
.x1neeqzj:not(#\#):not(#\#){gap:.4rem}
|
|
93
|
-
.x883omv:not(#\#):not(#\#){gap:10px}
|
|
94
|
-
.xou54vl:not(#\#):not(#\#){gap:16px}
|
|
95
|
-
.xy1yoyf:not(#\#):not(#\#){gap:5%}
|
|
96
|
-
.xb3r6kr:not(#\#):not(#\#){overflow:hidden}
|
|
97
|
-
.xmqliwb:not(#\#):not(#\#){text-decoration:line-through}
|
|
98
|
-
.x1hl2dhg:not(#\#):not(#\#){text-decoration:none}
|
|
99
|
-
.x1bvjpef:not(#\#):not(#\#){text-decoration:underline}
|
|
100
|
-
.x1lmuraq:not(#\#):not(#\#){text-decoration:var(--xo1lou4)}
|
|
101
|
-
.xrjfsii:not(#\#):not(#\#){transition:background .02s ease-in 0s}
|
|
102
|
-
.x1pgibqq:not(#\#):not(#\#){transition:background .1s ease-out 0s}
|
|
103
|
-
.xtpmwse:not(#\#):not(#\#){transition:background .2s ease-out 0s}
|
|
104
|
-
.x1kzuo5g:not(#\#):not(#\#){transition:transform .2s ease-out 0s}
|
|
105
|
-
.xn7j128:hover:not(#\#):not(#\#){border-bottom:var(--x1uo4k1o)}
|
|
106
|
-
.x6s0dn4:not(#\#):not(#\#):not(#\#){align-items:center}
|
|
107
|
-
.x1cy8zhl:not(#\#):not(#\#):not(#\#){align-items:flex-start}
|
|
108
|
-
.x1qjc9v5:not(#\#):not(#\#):not(#\#){align-items:stretch}
|
|
109
|
-
.x1071x5a:not(#\#):not(#\#):not(#\#){align-items:top}
|
|
110
|
-
.x1y8v6su:not(#\#):not(#\#):not(#\#){align-self:start}
|
|
111
|
-
.xa5665v:not(#\#):not(#\#):not(#\#){aspect-ratio:16/9}
|
|
112
|
-
.xlp1x4z:not(#\#):not(#\#):not(#\#){backface-visibility:hidden}
|
|
113
|
-
.xgcd1z6:not(#\#):not(#\#):not(#\#){background-color:inherit}
|
|
114
|
-
.x6hzvzm:not(#\#):not(#\#):not(#\#){background-color:var(--x12fcvf1)}
|
|
115
|
-
.x1v56k7e:not(#\#):not(#\#):not(#\#){background-color:var(--x18qxxqs)}
|
|
116
|
-
.xyiez3y:not(#\#):not(#\#):not(#\#){background-color:var(--x1cs7rmz)}
|
|
117
|
-
.x1kdmsmv:not(#\#):not(#\#):not(#\#){background-color:var(--x1jxuftm)}
|
|
118
|
-
.xtwhjv8:not(#\#):not(#\#):not(#\#){background-color:var(--x1lgegj8)}
|
|
119
|
-
.xfcv1ws:not(#\#):not(#\#):not(#\#){background-color:var(--x1nzmgtq)}
|
|
120
|
-
.x1gyzooh:not(#\#):not(#\#):not(#\#){background-color:var(--x1vusc46)}
|
|
121
|
-
.xc2dxvp:not(#\#):not(#\#):not(#\#){background-color:var(--x1ydeh9)}
|
|
122
|
-
.x1eja9dt:not(#\#):not(#\#):not(#\#){background-color:var(--x28mk2i)}
|
|
123
|
-
.x1me1y9f:not(#\#):not(#\#):not(#\#){background-color:var(--x4d7xz0)}
|
|
124
|
-
.x28ozau:not(#\#):not(#\#):not(#\#){background-color:var(--x4ht6xg)}
|
|
125
|
-
.x156te9n:not(#\#):not(#\#):not(#\#){background-color:var(--x5ynj2h)}
|
|
126
|
-
.xp79xic:not(#\#):not(#\#):not(#\#){background-color:var(--x67ies3)}
|
|
127
|
-
.xcauth6:not(#\#):not(#\#):not(#\#){background-color:var(--x9l2ums)}
|
|
128
|
-
.xtsin74:not(#\#):not(#\#):not(#\#){background-color:var(--xclopz6)}
|
|
129
|
-
.x1vfhc98:not(#\#):not(#\#):not(#\#){background-color:var(--xdsin2c)}
|
|
130
|
-
.x10se57c:not(#\#):not(#\#):not(#\#){background-color:var(--xdyiup8)}
|
|
131
|
-
.xoocbay:not(#\#):not(#\#):not(#\#){background-color:var(--xfv6ehf)}
|
|
132
|
-
.xqe7p8n:not(#\#):not(#\#):not(#\#){background-color:var(--xlajt4c)}
|
|
133
|
-
.x1qic2v2:not(#\#):not(#\#):not(#\#){background-color:var(--xsdiylp)}
|
|
134
|
-
.xt8nrx1:not(#\#):not(#\#):not(#\#){background-color:var(--xstqlry)}
|
|
135
|
-
.xfrqai6:not(#\#):not(#\#):not(#\#){background-color:var(--xzy5kuj)}
|
|
136
|
-
.x1mwwwfo:not(#\#):not(#\#):not(#\#){border-collapse:collapse}
|
|
137
|
-
.x1gukg7c:not(#\#):not(#\#):not(#\#){border-spacing:0}
|
|
138
|
-
.xnnn7g2:not(#\#):not(#\#):not(#\#){box-shadow:var(--xfd9ycw)}
|
|
139
|
-
.x2ceahd:not(#\#):not(#\#):not(#\#){box-shadow:var(--xrwgx8b)}
|
|
140
|
-
.xytkd8t:not(#\#):not(#\#):not(#\#){color:#EB5757}
|
|
141
|
-
.x1heor9g:not(#\#):not(#\#):not(#\#){color:inherit}
|
|
142
|
-
.x1ctjc2f:not(#\#):not(#\#):not(#\#){color:rgb(24,51,71)}
|
|
143
|
-
.x1n2sw3j:not(#\#):not(#\#):not(#\#){color:var(--x19kji8b)}
|
|
144
|
-
.x2w0cx1:not(#\#):not(#\#):not(#\#){color:var(--x1ctp1av)}
|
|
145
|
-
.x1achdc8:not(#\#):not(#\#):not(#\#){color:var(--x1dobdqq)}
|
|
146
|
-
.x7j76ka:not(#\#):not(#\#):not(#\#){color:var(--x1e0rwzh)}
|
|
147
|
-
.xbh0e5f:not(#\#):not(#\#):not(#\#){color:var(--x1h58ikr)}
|
|
148
|
-
.x1k31k6q:not(#\#):not(#\#):not(#\#){color:var(--x1iitcpn)}
|
|
149
|
-
.x1de1agw:not(#\#):not(#\#):not(#\#){color:var(--x1pl3l1k)}
|
|
150
|
-
.x1gs1mh7:not(#\#):not(#\#):not(#\#){color:var(--x1qwrlbe)}
|
|
151
|
-
.xtsu70q:not(#\#):not(#\#):not(#\#){color:var(--x1seoq5v)}
|
|
152
|
-
.x1r97g0h:not(#\#):not(#\#):not(#\#){color:var(--x1t5svdl)}
|
|
153
|
-
.x1i17pws:not(#\#):not(#\#):not(#\#){color:var(--x1ulgvz2)}
|
|
154
|
-
.xmhkicg:not(#\#):not(#\#):not(#\#){color:var(--x1vpxilb)}
|
|
155
|
-
.x17wjuzo:not(#\#):not(#\#):not(#\#){color:var(--x1xarmmv)}
|
|
156
|
-
.x1tn2f8g:not(#\#):not(#\#):not(#\#){color:var(--x1xblyyj)}
|
|
157
|
-
.xt74tvz:not(#\#):not(#\#):not(#\#){color:var(--x39ajyn)}
|
|
158
|
-
.x1577tfg:not(#\#):not(#\#):not(#\#){color:var(--x981q4j)}
|
|
159
|
-
.xq1vw0c:not(#\#):not(#\#):not(#\#){color:var(--xc9k0gq)}
|
|
160
|
-
.x1yoq8nz:not(#\#):not(#\#):not(#\#){color:var(--xek95s8)}
|
|
161
|
-
.xr5jqov:not(#\#):not(#\#):not(#\#){color:var(--xktsgfh)}
|
|
162
|
-
.xczb2yt:not(#\#):not(#\#):not(#\#){color:var(--xnmnmcg)}
|
|
163
|
-
.xwl5pj2:not(#\#):not(#\#):not(#\#){color:var(--xos4pem)}
|
|
164
|
-
.x1u2oj82:not(#\#):not(#\#):not(#\#){color:var(--xshm41a)}
|
|
165
|
-
.x1sitf2y:not(#\#):not(#\#):not(#\#){color:var(--xtxoqe4)}
|
|
166
|
-
.x1ypdohk:not(#\#):not(#\#):not(#\#){cursor:pointer}
|
|
167
|
-
.xoebl6a:not(#\#):not(#\#):not(#\#){cursor:var(--x1fk9x9)}
|
|
168
|
-
.x1lliihq:not(#\#):not(#\#):not(#\#){display:block}
|
|
169
|
-
.x78zum5:not(#\#):not(#\#):not(#\#){display:flex}
|
|
170
|
-
.xrvj5dj:not(#\#):not(#\#):not(#\#){display:grid}
|
|
171
|
-
.x1rg5ohu:not(#\#):not(#\#):not(#\#){display:inline-block}
|
|
172
|
-
.x3nfvp2:not(#\#):not(#\#):not(#\#){display:inline-flex}
|
|
173
|
-
.xt0psk2:not(#\#):not(#\#):not(#\#){display:inline}
|
|
174
|
-
.x1k5320x:not(#\#):not(#\#):not(#\#){fill:var(--x1qwrlbe)}
|
|
175
|
-
.x1ezp069:not(#\#):not(#\#):not(#\#){fill:var(--x6rt3ft)}
|
|
176
|
-
.xypthjr:not(#\#):not(#\#):not(#\#){fill:white}
|
|
177
|
-
.xdt5ytf:not(#\#):not(#\#):not(#\#){flex-direction:column}
|
|
178
|
-
.x1q0g3np:not(#\#):not(#\#):not(#\#){flex-direction:row}
|
|
179
|
-
.x1c4vz4f:not(#\#):not(#\#):not(#\#){flex-grow:0}
|
|
180
|
-
.x1iyjqo2:not(#\#):not(#\#):not(#\#){flex-grow:1}
|
|
181
|
-
.x2lah0s:not(#\#):not(#\#):not(#\#){flex-shrink:0}
|
|
182
|
-
.x1g3ib7:not(#\#):not(#\#):not(#\#){flex-shrink:10}
|
|
183
|
-
.x7ycizk:not(#\#):not(#\#):not(#\#){flexshrink:0}
|
|
184
|
-
.x1faq86j:not(#\#):not(#\#):not(#\#){float:left}
|
|
185
|
-
.x1yuf4xd:not(#\#):not(#\#):not(#\#){font-family:"SFMono-Regular",Menlo,Consolas,"PT Mono","Liberation Mono",Courier,monospace}
|
|
186
|
-
.xqmnm37:not(#\#):not(#\#):not(#\#){font-family:var(--xpzsu2c)}
|
|
187
|
-
.xboafo0:not(#\#):not(#\#):not(#\#){font-size:.75rem}
|
|
188
|
-
.x1sfrptf:not(#\#):not(#\#):not(#\#){font-size:.7rem}
|
|
189
|
-
.x1qzg9v8:not(#\#):not(#\#):not(#\#){font-size:.85rem}
|
|
190
|
-
.xgommxb:not(#\#):not(#\#):not(#\#){font-size:.8rem}
|
|
191
|
-
.xyr29y3:not(#\#):not(#\#):not(#\#){font-size:.95rem}
|
|
192
|
-
.x1nrrp6k:not(#\#):not(#\#):not(#\#){font-size:.9rem}
|
|
193
|
-
.x8c3b7j:not(#\#):not(#\#):not(#\#){font-size:1.7rem}
|
|
194
|
-
.xfifm61:not(#\#):not(#\#):not(#\#){font-size:12px}
|
|
195
|
-
.x4z9k3i:not(#\#):not(#\#):not(#\#){font-size:13px}
|
|
196
|
-
.xif65rj:not(#\#):not(#\#):not(#\#){font-size:14px}
|
|
197
|
-
.x1k4tb9n:not(#\#):not(#\#):not(#\#){font-style:italic}
|
|
198
|
-
.xk50ysn:not(#\#):not(#\#):not(#\#){font-weight:500}
|
|
199
|
-
.x117nqv4:not(#\#):not(#\#):not(#\#){font-weight:bold}
|
|
200
|
-
.x1a7s9hc:not(#\#):not(#\#):not(#\#){grid-template-columns:32px 1fr}
|
|
201
|
-
.xo7fr4q:not(#\#):not(#\#):not(#\#){grid-template-columns:var(--x3uee17)}
|
|
202
|
-
.xyz7apw:not(#\#):not(#\#):not(#\#){grid-template-columns:var(--x97sy6c)}
|
|
203
|
-
.x18una38:not(#\#):not(#\#):not(#\#){grid-template-columns:var(--xeg6zs1)}
|
|
204
|
-
.xl56j7k:not(#\#):not(#\#):not(#\#){justify-content:center}
|
|
205
|
-
.x1nhvcw1:not(#\#):not(#\#):not(#\#){justify-content:flex-start}
|
|
206
|
-
.x1szn6h9:not(#\#):not(#\#):not(#\#){justify-content:stretch}
|
|
207
|
-
.x1u7k74:not(#\#):not(#\#):not(#\#){line-height:1.2}
|
|
208
|
-
.xwn7fz2:not(#\#):not(#\#):not(#\#){line-height:1.3}
|
|
209
|
-
.x37zpob:not(#\#):not(#\#):not(#\#){line-height:1.4}
|
|
210
|
-
.x1evy7pa:not(#\#):not(#\#):not(#\#){line-height:1.5}
|
|
211
|
-
.xa7kkou:not(#\#):not(#\#):not(#\#){line-height:1.7}
|
|
212
|
-
.xwxc2jc:not(#\#):not(#\#):not(#\#){line-height:1.8}
|
|
213
|
-
.xo5v014:not(#\#):not(#\#):not(#\#){line-height:1}
|
|
214
|
-
.x1d3mw78:not(#\#):not(#\#):not(#\#){line-height:16px}
|
|
215
|
-
.x1rth96y:not(#\#):not(#\#):not(#\#){line-height:var(--x1liba71)}
|
|
216
|
-
.x3ct3a4:not(#\#):not(#\#):not(#\#){list-style-type:none}
|
|
217
|
-
.x126bhsu:not(#\#):not(#\#):not(#\#){minwidth:0}
|
|
218
|
-
.x19kjcj4:not(#\#):not(#\#):not(#\#){object-fit:contain}
|
|
219
|
-
.xl1xv1r:not(#\#):not(#\#):not(#\#){object-fit:cover}
|
|
220
|
-
.x1a2r2ce:not(#\#):not(#\#):not(#\#){object-position:center 50%}
|
|
221
|
-
.xa9wxui:not(#\#):not(#\#):not(#\#){object-position:top center}
|
|
222
|
-
.xbyyjgo:not(#\#):not(#\#):not(#\#){opacity:.5}
|
|
223
|
-
.x1hc1fzr:not(#\#):not(#\#):not(#\#){opacity:1}
|
|
224
|
-
.x10l6tqk:not(#\#):not(#\#):not(#\#){position:absolute}
|
|
225
|
-
.x1n2onr6:not(#\#):not(#\#):not(#\#){position:relative}
|
|
226
|
-
.x1uhb9sk:not(#\#):not(#\#):not(#\#){position:static}
|
|
227
|
-
.x2b8uid:not(#\#):not(#\#):not(#\#){text-align:center}
|
|
228
|
-
.xdpxx8g:not(#\#):not(#\#):not(#\#){text-align:left}
|
|
229
|
-
.x1hr2gdg:not(#\#):not(#\#):not(#\#){text-align:right}
|
|
230
|
-
.x19b41g:not(#\#):not(#\#):not(#\#){text-decoration-color:var(--x1ulgvz2)}
|
|
231
|
-
.x5lhwog:not(#\#):not(#\#):not(#\#){text-decoration-line:line-through}
|
|
232
|
-
.xlyipyv:not(#\#):not(#\#):not(#\#){text-overflow:ellipsis}
|
|
233
|
-
.xn80e1m:not(#\#):not(#\#):not(#\#){text-transform:capitalize}
|
|
234
|
-
.x87ps6o:not(#\#):not(#\#):not(#\#){user-select:none}
|
|
235
|
-
.x3ajldb:not(#\#):not(#\#):not(#\#){vertical-align:bottom}
|
|
236
|
-
.xxymvpz:not(#\#):not(#\#):not(#\#){vertical-align:middle}
|
|
237
|
-
.x16dsc37:not(#\#):not(#\#):not(#\#){vertical-align:top}
|
|
238
|
-
.xuxw1ft:not(#\#):not(#\#):not(#\#){white-space:nowrap}
|
|
239
|
-
.x126k92a:not(#\#):not(#\#):not(#\#){white-space:pre-wrap}
|
|
240
|
-
.x13faqbe:not(#\#):not(#\#):not(#\#){word-break:break-word}
|
|
241
|
-
.xn08ye4:hover:not(#\#):not(#\#):not(#\#){background-color:var(--xgoj2td)}
|
|
242
|
-
.x1binvwd:hover:not(#\#):not(#\#):not(#\#){color:var(--x1hhtl5i)}
|
|
243
|
-
@media (max-width: 580px){.xjimrh6.xjimrh6:not(#\#):not(#\#):not(#\#){display:block}}
|
|
244
|
-
@media (max-width: 580px){.x1v6uw9j.x1v6uw9j:not(#\#):not(#\#):not(#\#){display:none}}
|
|
245
|
-
@media (max-width: 580px){.x1xrxgpl.x1xrxgpl:not(#\#):not(#\#):not(#\#){position:static}}
|
|
246
|
-
.x1vo0akb:not(#\#):not(#\#):not(#\#):not(#\#){border-left-width:3px}
|
|
247
|
-
.x1l0ckx5:not(#\#):not(#\#):not(#\#):not(#\#){bottom:-0.2em}
|
|
248
|
-
.xwlngq8:not(#\#):not(#\#):not(#\#):not(#\#){height:.6875em}
|
|
249
|
-
.x1h95vlm:not(#\#):not(#\#):not(#\#):not(#\#){height:.7em}
|
|
250
|
-
.xqtp20y:not(#\#):not(#\#):not(#\#):not(#\#){height:0}
|
|
251
|
-
.xydt64x:not(#\#):not(#\#):not(#\#):not(#\#){height:1.4rem}
|
|
252
|
-
.x5yr21d:not(#\#):not(#\#):not(#\#):not(#\#){height:100%}
|
|
253
|
-
.x1dr9wh:not(#\#):not(#\#):not(#\#):not(#\#){height:108px}
|
|
254
|
-
.x1kpxq89:not(#\#):not(#\#):not(#\#):not(#\#){height:12px}
|
|
255
|
-
.x1v9usgg:not(#\#):not(#\#):not(#\#):not(#\#){height:14px}
|
|
256
|
-
.xlup9mm:not(#\#):not(#\#):not(#\#):not(#\#){height:16px}
|
|
257
|
-
.xjm9jq1:not(#\#):not(#\#):not(#\#):not(#\#){height:1px}
|
|
258
|
-
.xxk0z11:not(#\#):not(#\#):not(#\#):not(#\#){height:24px}
|
|
259
|
-
.x10w6t97:not(#\#):not(#\#):not(#\#):not(#\#){height:32px}
|
|
260
|
-
.xojvqvm:not(#\#):not(#\#):not(#\#):not(#\#){height:33px}
|
|
261
|
-
.xb7ufyx:not(#\#):not(#\#):not(#\#):not(#\#){left:.8rem}
|
|
262
|
-
.xu96u03:not(#\#):not(#\#):not(#\#):not(#\#){left:0}
|
|
263
|
-
.xat24cr:not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:0}
|
|
264
|
-
.x1ty9z65:not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:1px}
|
|
265
|
-
.xjpr12u:not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:2px}
|
|
266
|
-
.xg06gn0:not(#\#):not(#\#):not(#\#):not(#\#){margin-left:.6rem}
|
|
267
|
-
.xj3b58b:not(#\#):not(#\#):not(#\#):not(#\#){margin-left:0}
|
|
268
|
-
.xcmxlu1:not(#\#):not(#\#):not(#\#):not(#\#){margin-left:14px}
|
|
269
|
-
.x8x9d4c:not(#\#):not(#\#):not(#\#):not(#\#){margin-left:auto}
|
|
270
|
-
.xpoiemb:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:.5rem}
|
|
271
|
-
.x1yf7rl7:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:0}
|
|
272
|
-
.xyo1k6t:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:10px}
|
|
273
|
-
.xl010v5:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:4px}
|
|
274
|
-
.xvo1kyu:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:7px}
|
|
275
|
-
.xack27t:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:auto}
|
|
276
|
-
.xo7kle4:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:.15rem}
|
|
277
|
-
.xdt5uv0:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:.4rem}
|
|
278
|
-
.xv0uc0e:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:.6rem}
|
|
279
|
-
.xdj266r:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:0}
|
|
280
|
-
.xr9ek0c:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:2px}
|
|
281
|
-
.x1gslohp:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:4px}
|
|
282
|
-
.x1xmf6yo:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:8px}
|
|
283
|
-
.x193iq5w:not(#\#):not(#\#):not(#\#):not(#\#){max-width:100%}
|
|
284
|
-
.x10br76f:not(#\#):not(#\#):not(#\#):not(#\#){max-width:25rem}
|
|
285
|
-
.x1j9u4d2:not(#\#):not(#\#):not(#\#):not(#\#){max-width:400px}
|
|
286
|
-
.x65f84u:not(#\#):not(#\#):not(#\#):not(#\#){max-width:500px}
|
|
287
|
-
.xphddl8:not(#\#):not(#\#):not(#\#):not(#\#){max-width:550px}
|
|
288
|
-
.xorqhan:not(#\#):not(#\#):not(#\#):not(#\#){max-width:710px}
|
|
289
|
-
.xtoz7bz:not(#\#):not(#\#):not(#\#):not(#\#){min-height:calc(1.5em + 3px + 3px)}
|
|
290
|
-
.xeuugli:not(#\#):not(#\#):not(#\#):not(#\#){min-width:0}
|
|
291
|
-
.xgqtt45:not(#\#):not(#\#):not(#\#):not(#\#){min-width:100%}
|
|
292
|
-
.x1cf5d4w:not(#\#):not(#\#):not(#\#):not(#\#){min-width:1200px}
|
|
293
|
-
.xgc0pbm:not(#\#):not(#\#):not(#\#):not(#\#){min-width:1px}
|
|
294
|
-
.xt4ypqs:not(#\#):not(#\#):not(#\#):not(#\#){min-width:20px}
|
|
295
|
-
.x14aock7:not(#\#):not(#\#):not(#\#):not(#\#){overflow-x:scroll}
|
|
296
|
-
.xes99ow:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:.25rem}
|
|
297
|
-
.xn2xpo4:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:.2rem}
|
|
298
|
-
.x2yie3v:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:1rem}
|
|
299
|
-
.x10avn17:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:56.25%}
|
|
300
|
-
.x15u6esi:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:.5rem}
|
|
301
|
-
.x9dzeaa:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:1rem}
|
|
302
|
-
.xq0jmyz:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:.3rem}
|
|
303
|
-
.xkkytvh:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:.4rem}
|
|
304
|
-
.xumxmzd:not(#\#):not(#\#):not(#\#):not(#\#){padding-top:.6rem}
|
|
305
|
-
.x1gpu0sb:not(#\#):not(#\#):not(#\#):not(#\#){right:-0.1em}
|
|
306
|
-
.x1nh8u4m:not(#\#):not(#\#):not(#\#):not(#\#){top:.5rem}
|
|
307
|
-
.x13vifvy:not(#\#):not(#\#):not(#\#):not(#\#){top:0}
|
|
308
|
-
.xdj6tmt:not(#\#):not(#\#):not(#\#):not(#\#){width:.6875em}
|
|
309
|
-
.x1z0he6f:not(#\#):not(#\#):not(#\#):not(#\#){width:.7em}
|
|
310
|
-
.xzgh36o:not(#\#):not(#\#):not(#\#):not(#\#){width:1.4rem}
|
|
311
|
-
.xh8yej3:not(#\#):not(#\#):not(#\#):not(#\#){width:100%}
|
|
312
|
-
.xsmyaan:not(#\#):not(#\#):not(#\#):not(#\#){width:12px}
|
|
313
|
-
.x6jxa94:not(#\#):not(#\#):not(#\#):not(#\#){width:14px}
|
|
314
|
-
.x1kky2od:not(#\#):not(#\#):not(#\#):not(#\#){width:16px}
|
|
315
|
-
.xzjbwwf:not(#\#):not(#\#):not(#\#):not(#\#){width:180px}
|
|
316
|
-
.x16grhtn:not(#\#):not(#\#):not(#\#):not(#\#){width:220px}
|
|
317
|
-
.x17z2i9w:not(#\#):not(#\#):not(#\#):not(#\#){width:22px}
|
|
318
|
-
.xvy4d1p:not(#\#):not(#\#):not(#\#):not(#\#){width:24px}
|
|
319
|
-
.x1hfn5x7:not(#\#):not(#\#):not(#\#):not(#\#){width:260px}
|
|
320
|
-
.x1m258z3:not(#\#):not(#\#):not(#\#):not(#\#){width:320px}
|
|
321
|
-
.x1nud34g:not(#\#):not(#\#):not(#\#):not(#\#){width:calc(100% - 2.4rem)}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface PageIconProps {
|
|
3
|
-
name: 'figma' | 'slack' | 'github' | 'file' | 'link';
|
|
4
|
-
width?: string;
|
|
5
|
-
height?: string;
|
|
6
|
-
className?: string;
|
|
7
|
-
}
|
|
8
|
-
declare const PageIcon: ({ name, width, height, className }: PageIconProps) => React.JSX.Element;
|
|
9
|
-
export default PageIcon;
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
export declare const tokens: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
2
|
-
fontFamily: string;
|
|
3
|
-
borderRadius: string;
|
|
4
|
-
lineHeight: string;
|
|
5
|
-
borderColor: string;
|
|
6
|
-
border: string;
|
|
7
|
-
primaryText: string;
|
|
8
|
-
secondaryText: string;
|
|
9
|
-
thirdText: string;
|
|
10
|
-
codeBgColor: string;
|
|
11
|
-
tableHeaderBgColor: string;
|
|
12
|
-
}>, symbol>;
|
|
13
|
-
export declare const table: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
14
|
-
border: string;
|
|
15
|
-
iconFill: string;
|
|
16
|
-
boxShadow: string;
|
|
17
|
-
linkBgHover: string;
|
|
18
|
-
}>, symbol>;
|
|
19
|
-
export declare const link: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
20
|
-
color: string;
|
|
21
|
-
colorHover: string;
|
|
22
|
-
borderBottom: string;
|
|
23
|
-
borderBottomHover: string;
|
|
24
|
-
bgColor: string;
|
|
25
|
-
bgColorHover: string;
|
|
26
|
-
textDecoration: string;
|
|
27
|
-
cursor: string;
|
|
28
|
-
}>, symbol>;
|
|
29
|
-
export declare const callout: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
30
|
-
border: string;
|
|
31
|
-
default: string;
|
|
32
|
-
bgDefault: string;
|
|
33
|
-
gray: string;
|
|
34
|
-
bgGray: string;
|
|
35
|
-
brown: string;
|
|
36
|
-
bgBrown: string;
|
|
37
|
-
orange: string;
|
|
38
|
-
bgOrange: string;
|
|
39
|
-
yellow: string;
|
|
40
|
-
bgYellow: string;
|
|
41
|
-
green: string;
|
|
42
|
-
bgGreen: string;
|
|
43
|
-
blue: string;
|
|
44
|
-
bgBlue: string;
|
|
45
|
-
purple: string;
|
|
46
|
-
bgPurple: string;
|
|
47
|
-
pink: string;
|
|
48
|
-
bgPink: string;
|
|
49
|
-
red: string;
|
|
50
|
-
bgRed: string;
|
|
51
|
-
}>, symbol>;
|
|
52
|
-
export declare const tag: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
53
|
-
default: string;
|
|
54
|
-
bgDefault: string;
|
|
55
|
-
gray: string;
|
|
56
|
-
bgGray: string;
|
|
57
|
-
brown: string;
|
|
58
|
-
bgBrown: string;
|
|
59
|
-
orange: string;
|
|
60
|
-
bgOrange: string;
|
|
61
|
-
yellow: string;
|
|
62
|
-
bgYellow: string;
|
|
63
|
-
green: string;
|
|
64
|
-
bgGreen: string;
|
|
65
|
-
blue: string;
|
|
66
|
-
bgBlue: string;
|
|
67
|
-
purple: string;
|
|
68
|
-
bgPurple: string;
|
|
69
|
-
pink: string;
|
|
70
|
-
bgPink: string;
|
|
71
|
-
red: string;
|
|
72
|
-
bgRed: string;
|
|
73
|
-
}>, symbol>;
|
|
74
|
-
export declare const gallery: import("@stylexjs/stylex").VarGroup<Readonly<{
|
|
75
|
-
boxShadow: string;
|
|
76
|
-
background: string;
|
|
77
|
-
backgroundHover: string;
|
|
78
|
-
imageBorderBottom: string;
|
|
79
|
-
gridTemplateColumnsSmall: string;
|
|
80
|
-
gridTemplateColumnsMedium: string;
|
|
81
|
-
gridTemplateColumnsLarge: string;
|
|
82
|
-
}>, symbol>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/cjs/types/ui/components/Page/{NumberedListBlocks → NumberedListBlock}/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/DateMention/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/cjs/types/ui/components/{Page/RichText → RichText}/Mention/UserMention/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/esm/types/ui/components/Page/{NumberedListBlocks → NumberedListBlock}/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/DateMention/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/esm/types/ui/components/{Page/RichText → RichText}/Mention/UserMention/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/umd/types/ui/components/Page/{NumberedListBlocks → NumberedListBlock}/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/DateMention/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/umd/types/ui/components/{Page/RichText → RichText}/Mention/UserMention/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|