rotion 0.0.8 → 0.0.10

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.
Files changed (299) hide show
  1. package/README.md +20 -32
  2. package/dist/exporter/api.js +2 -2
  3. package/dist/exporter/api.js.map +1 -1
  4. package/dist/exporter/blocks.js +26 -4
  5. package/dist/exporter/blocks.js.map +1 -1
  6. package/dist/exporter/files.d.ts +4 -0
  7. package/dist/exporter/files.js +44 -1
  8. package/dist/exporter/files.js.map +1 -1
  9. package/dist/exporter/types.d.ts +44 -1
  10. package/dist/exporter/variables.d.ts +1 -0
  11. package/dist/exporter/variables.js +1 -0
  12. package/dist/exporter/variables.js.map +1 -1
  13. package/dist/ui/cjs/index.js +1 -20046
  14. package/dist/ui/cjs/index.js.map +1 -1
  15. package/dist/ui/cjs/style.css +342 -0
  16. package/dist/ui/cjs/types/exporter/files.d.ts +4 -0
  17. package/dist/ui/cjs/types/exporter/types.d.ts +44 -1
  18. package/dist/ui/cjs/types/exporter/variables.d.ts +1 -0
  19. package/dist/ui/cjs/types/ui/components/Gallery/Gallery.types.d.ts +2 -2
  20. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
  21. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -0
  22. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
  23. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -0
  24. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +3 -1
  25. package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
  26. package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +3 -0
  27. package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.d.ts +4 -0
  28. package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +10 -0
  29. package/dist/ui/cjs/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts +1 -1
  30. package/dist/ui/cjs/types/ui/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +1 -0
  31. package/dist/ui/cjs/types/ui/components/List/Column.d.ts +4 -0
  32. package/dist/ui/cjs/types/ui/components/List/Column.types.d.ts +11 -0
  33. package/dist/ui/cjs/types/ui/components/List/List.d.ts +4 -1
  34. package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
  35. package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  36. package/dist/ui/cjs/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +4 -0
  37. package/dist/ui/cjs/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +9 -0
  38. package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +1 -2
  39. package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +1 -15
  40. package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.d.ts +4 -0
  41. package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.types.d.ts +10 -0
  42. package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.d.ts +4 -0
  43. package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.types.d.ts +12 -0
  44. package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/index.d.ts +2 -1
  45. package/dist/ui/cjs/types/ui/components/Page/BulletedListBlock/BulletedListBlock.d.ts +4 -0
  46. 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
  47. package/dist/ui/cjs/types/ui/components/Page/BulletedListBlock/index.d.ts +2 -0
  48. package/dist/ui/cjs/types/ui/components/Page/CodeBlock/Code/Code.d.ts +1 -1
  49. package/dist/ui/cjs/types/ui/components/Page/CodeBlock/Code/Code.types.d.ts +0 -2
  50. package/dist/ui/cjs/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +1 -1
  51. package/dist/ui/cjs/types/ui/components/Page/CodeBlock/CodeBlock.types.d.ts +0 -2
  52. package/dist/ui/cjs/types/ui/components/Page/FileBlock/FileBlock.types.d.ts +2 -2
  53. package/dist/ui/cjs/types/ui/components/Page/ListBlocks/ListBlocks.d.ts +4 -0
  54. package/dist/ui/cjs/types/ui/components/Page/{ListBlock/ListBlock.types.d.ts → ListBlocks/ListBlocks.types.d.ts} +1 -1
  55. package/dist/ui/cjs/types/ui/components/Page/ListBlocks/index.d.ts +2 -0
  56. package/dist/ui/cjs/types/ui/components/Page/NumberedListBlocks/NumberedListBlock.d.ts +4 -0
  57. 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
  58. package/dist/ui/cjs/types/ui/components/Page/NumberedListBlocks/index.d.ts +2 -2
  59. package/dist/ui/cjs/types/ui/components/Page/Page.d.ts +1 -1
  60. package/dist/ui/cjs/types/ui/components/Page/Page.types.d.ts +2 -2
  61. package/dist/ui/cjs/types/ui/components/Page/PageHandler.d.ts +1 -1
  62. package/dist/ui/cjs/types/ui/components/Page/PageHandler.types.d.ts +1 -2
  63. package/dist/ui/cjs/types/ui/components/Page/PageIcon/PageIcon.d.ts +5 -2
  64. package/dist/ui/cjs/types/ui/components/Page/PdfBlock/PdfBlock.types.d.ts +2 -2
  65. package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/DateMention/DateMention.d.ts +1 -1
  66. package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/DateMention/DateMention.types.d.ts +0 -2
  67. package/dist/ui/{esm/types/ui/components/Page/RichText/Mention/LinkPreviewMemtion → cjs/types/ui/components/Page/RichText/Mention/LinkPreviewMention}/LinkPreviewMention.d.ts +1 -1
  68. package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.d.ts +4 -0
  69. package/dist/ui/{umd/types/ui/components/Page/RichText/Mention/PageMention/PageMention.types.d.ts → cjs/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.types.d.ts} +1 -3
  70. package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/index.d.ts +2 -0
  71. package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/UserMention/UserMention.d.ts +1 -1
  72. package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/UserMention/UserMention.types.d.ts +2 -2
  73. package/dist/ui/cjs/types/ui/components/Page/SyncedBlock/SyncedBlock.types.d.ts +2 -2
  74. package/dist/ui/cjs/types/ui/components/Page/TextBlock/TextBlock.types.d.ts +2 -2
  75. package/dist/ui/cjs/types/ui/components/Table/Column.d.ts +4 -0
  76. package/dist/ui/cjs/types/ui/components/Table/Column.types.d.ts +11 -0
  77. package/dist/ui/cjs/types/ui/components/Table/TableHandler.d.ts +1 -1
  78. package/dist/ui/cjs/types/ui/components/Table/TableHandler.types.d.ts +0 -1
  79. package/dist/ui/cjs/types/ui/components/Table/TableIcon/TableIcon.d.ts +1 -1
  80. package/dist/ui/cjs/types/ui/components/Table/TableIcon/TableIcon.types.d.ts +1 -0
  81. package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
  82. package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  83. package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
  84. package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +3 -0
  85. package/dist/ui/cjs/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.d.ts +4 -0
  86. package/dist/ui/cjs/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  87. package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
  88. package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +3 -0
  89. package/dist/ui/cjs/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +4 -0
  90. package/dist/ui/cjs/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +11 -0
  91. package/dist/ui/cjs/types/ui/components/index.d.ts +1 -3
  92. package/dist/ui/cjs/types/ui/components/tokens.stylex.d.ts +19 -0
  93. package/dist/ui/cjs/types/ui/components/types.d.ts +0 -8
  94. package/dist/ui/esm/index.js +1 -19985
  95. package/dist/ui/esm/index.js.map +1 -1
  96. package/dist/ui/esm/style.css +342 -0
  97. package/dist/ui/esm/types/exporter/files.d.ts +4 -0
  98. package/dist/ui/esm/types/exporter/types.d.ts +44 -1
  99. package/dist/ui/esm/types/exporter/variables.d.ts +1 -0
  100. package/dist/ui/esm/types/ui/components/Gallery/Gallery.types.d.ts +2 -2
  101. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
  102. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -0
  103. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
  104. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -0
  105. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +3 -1
  106. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
  107. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +3 -0
  108. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.d.ts +4 -0
  109. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +10 -0
  110. package/dist/ui/esm/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts +1 -1
  111. package/dist/ui/esm/types/ui/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +1 -0
  112. package/dist/ui/esm/types/ui/components/List/Column.d.ts +4 -0
  113. package/dist/ui/esm/types/ui/components/List/Column.types.d.ts +11 -0
  114. package/dist/ui/esm/types/ui/components/List/List.d.ts +4 -1
  115. package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
  116. package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  117. package/dist/ui/esm/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +4 -0
  118. package/dist/ui/esm/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +9 -0
  119. package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +1 -2
  120. package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +1 -15
  121. package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.d.ts +4 -0
  122. package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.types.d.ts +10 -0
  123. package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.d.ts +4 -0
  124. package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.types.d.ts +12 -0
  125. package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/index.d.ts +2 -1
  126. package/dist/ui/esm/types/ui/components/Page/BulletedListBlock/BulletedListBlock.d.ts +4 -0
  127. 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
  128. package/dist/ui/esm/types/ui/components/Page/BulletedListBlock/index.d.ts +2 -0
  129. package/dist/ui/esm/types/ui/components/Page/CodeBlock/Code/Code.d.ts +1 -1
  130. package/dist/ui/esm/types/ui/components/Page/CodeBlock/Code/Code.types.d.ts +0 -2
  131. package/dist/ui/esm/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +1 -1
  132. package/dist/ui/esm/types/ui/components/Page/CodeBlock/CodeBlock.types.d.ts +0 -2
  133. package/dist/ui/esm/types/ui/components/Page/FileBlock/FileBlock.types.d.ts +2 -2
  134. package/dist/ui/esm/types/ui/components/Page/ListBlocks/ListBlocks.d.ts +4 -0
  135. package/dist/ui/esm/types/ui/components/Page/{ListBlock/ListBlock.types.d.ts → ListBlocks/ListBlocks.types.d.ts} +1 -1
  136. package/dist/ui/esm/types/ui/components/Page/ListBlocks/index.d.ts +2 -0
  137. package/dist/ui/esm/types/ui/components/Page/NumberedListBlocks/NumberedListBlock.d.ts +4 -0
  138. 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
  139. package/dist/ui/esm/types/ui/components/Page/NumberedListBlocks/index.d.ts +2 -2
  140. package/dist/ui/esm/types/ui/components/Page/Page.d.ts +1 -1
  141. package/dist/ui/esm/types/ui/components/Page/Page.types.d.ts +2 -2
  142. package/dist/ui/esm/types/ui/components/Page/PageHandler.d.ts +1 -1
  143. package/dist/ui/esm/types/ui/components/Page/PageHandler.types.d.ts +1 -2
  144. package/dist/ui/esm/types/ui/components/Page/PageIcon/PageIcon.d.ts +5 -2
  145. package/dist/ui/esm/types/ui/components/Page/PdfBlock/PdfBlock.types.d.ts +2 -2
  146. package/dist/ui/esm/types/ui/components/Page/RichText/Mention/DateMention/DateMention.d.ts +1 -1
  147. package/dist/ui/esm/types/ui/components/Page/RichText/Mention/DateMention/DateMention.types.d.ts +0 -2
  148. package/dist/ui/{umd/types/ui/components/Page/RichText/Mention/LinkPreviewMemtion → esm/types/ui/components/Page/RichText/Mention/LinkPreviewMention}/LinkPreviewMention.d.ts +1 -1
  149. package/dist/ui/esm/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.d.ts +4 -0
  150. package/dist/ui/{cjs/types/ui/components/Page/RichText/Mention/PageMention/PageMention.types.d.ts → esm/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.types.d.ts} +1 -3
  151. package/dist/ui/esm/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/index.d.ts +2 -0
  152. package/dist/ui/esm/types/ui/components/Page/RichText/Mention/UserMention/UserMention.d.ts +1 -1
  153. package/dist/ui/esm/types/ui/components/Page/RichText/Mention/UserMention/UserMention.types.d.ts +2 -2
  154. package/dist/ui/esm/types/ui/components/Page/SyncedBlock/SyncedBlock.types.d.ts +2 -2
  155. package/dist/ui/esm/types/ui/components/Page/TextBlock/TextBlock.types.d.ts +2 -2
  156. package/dist/ui/esm/types/ui/components/Table/Column.d.ts +4 -0
  157. package/dist/ui/esm/types/ui/components/Table/Column.types.d.ts +11 -0
  158. package/dist/ui/esm/types/ui/components/Table/TableHandler.d.ts +1 -1
  159. package/dist/ui/esm/types/ui/components/Table/TableHandler.types.d.ts +0 -1
  160. package/dist/ui/esm/types/ui/components/Table/TableIcon/TableIcon.d.ts +1 -1
  161. package/dist/ui/esm/types/ui/components/Table/TableIcon/TableIcon.types.d.ts +1 -0
  162. package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
  163. package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  164. package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
  165. package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +3 -0
  166. package/dist/ui/esm/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.d.ts +4 -0
  167. package/dist/ui/esm/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  168. package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
  169. package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +3 -0
  170. package/dist/ui/esm/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +4 -0
  171. package/dist/ui/esm/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +11 -0
  172. package/dist/ui/esm/types/ui/components/index.d.ts +1 -3
  173. package/dist/ui/esm/types/ui/components/tokens.stylex.d.ts +19 -0
  174. package/dist/ui/esm/types/ui/components/types.d.ts +0 -8
  175. package/dist/ui/types.d.ts +86 -54
  176. package/dist/ui/umd/index.js +1 -20050
  177. package/dist/ui/umd/index.js.map +1 -1
  178. package/dist/ui/umd/style.css +342 -0
  179. package/dist/ui/umd/types/exporter/files.d.ts +4 -0
  180. package/dist/ui/umd/types/exporter/types.d.ts +44 -1
  181. package/dist/ui/umd/types/exporter/variables.d.ts +1 -0
  182. package/dist/ui/umd/types/ui/components/Gallery/Gallery.types.d.ts +2 -2
  183. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
  184. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -0
  185. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
  186. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -0
  187. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +3 -1
  188. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
  189. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +3 -0
  190. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.d.ts +4 -0
  191. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +10 -0
  192. package/dist/ui/umd/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts +1 -1
  193. package/dist/ui/umd/types/ui/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +1 -0
  194. package/dist/ui/umd/types/ui/components/List/Column.d.ts +4 -0
  195. package/dist/ui/umd/types/ui/components/List/Column.types.d.ts +11 -0
  196. package/dist/ui/umd/types/ui/components/List/List.d.ts +4 -1
  197. package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
  198. package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  199. package/dist/ui/umd/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +4 -0
  200. package/dist/ui/umd/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +9 -0
  201. package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.d.ts +1 -2
  202. package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +1 -15
  203. package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.d.ts +4 -0
  204. package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.types.d.ts +10 -0
  205. package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.d.ts +4 -0
  206. package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.types.d.ts +12 -0
  207. package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/index.d.ts +2 -1
  208. package/dist/ui/umd/types/ui/components/Page/BulletedListBlock/BulletedListBlock.d.ts +4 -0
  209. 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
  210. package/dist/ui/umd/types/ui/components/Page/BulletedListBlock/index.d.ts +2 -0
  211. package/dist/ui/umd/types/ui/components/Page/CodeBlock/Code/Code.d.ts +1 -1
  212. package/dist/ui/umd/types/ui/components/Page/CodeBlock/Code/Code.types.d.ts +0 -2
  213. package/dist/ui/umd/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +1 -1
  214. package/dist/ui/umd/types/ui/components/Page/CodeBlock/CodeBlock.types.d.ts +0 -2
  215. package/dist/ui/umd/types/ui/components/Page/FileBlock/FileBlock.types.d.ts +2 -2
  216. package/dist/ui/umd/types/ui/components/Page/ListBlocks/ListBlocks.d.ts +4 -0
  217. package/dist/ui/umd/types/ui/components/Page/{ListBlock/ListBlock.types.d.ts → ListBlocks/ListBlocks.types.d.ts} +1 -1
  218. package/dist/ui/umd/types/ui/components/Page/ListBlocks/index.d.ts +2 -0
  219. package/dist/ui/umd/types/ui/components/Page/NumberedListBlocks/NumberedListBlock.d.ts +4 -0
  220. 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
  221. package/dist/ui/umd/types/ui/components/Page/NumberedListBlocks/index.d.ts +2 -2
  222. package/dist/ui/umd/types/ui/components/Page/Page.d.ts +1 -1
  223. package/dist/ui/umd/types/ui/components/Page/Page.types.d.ts +2 -2
  224. package/dist/ui/umd/types/ui/components/Page/PageHandler.d.ts +1 -1
  225. package/dist/ui/umd/types/ui/components/Page/PageHandler.types.d.ts +1 -2
  226. package/dist/ui/umd/types/ui/components/Page/PageIcon/PageIcon.d.ts +5 -2
  227. package/dist/ui/umd/types/ui/components/Page/PdfBlock/PdfBlock.types.d.ts +2 -2
  228. package/dist/ui/umd/types/ui/components/Page/RichText/Mention/DateMention/DateMention.d.ts +1 -1
  229. package/dist/ui/umd/types/ui/components/Page/RichText/Mention/DateMention/DateMention.types.d.ts +0 -2
  230. package/dist/ui/{cjs/types/ui/components/Page/RichText/Mention/LinkPreviewMemtion → umd/types/ui/components/Page/RichText/Mention/LinkPreviewMention}/LinkPreviewMention.d.ts +1 -1
  231. package/dist/ui/umd/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.d.ts +4 -0
  232. package/dist/ui/{esm/types/ui/components/Page/RichText/Mention/PageMention/PageMention.types.d.ts → umd/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.types.d.ts} +1 -3
  233. package/dist/ui/umd/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/index.d.ts +2 -0
  234. package/dist/ui/umd/types/ui/components/Page/RichText/Mention/UserMention/UserMention.d.ts +1 -1
  235. package/dist/ui/umd/types/ui/components/Page/RichText/Mention/UserMention/UserMention.types.d.ts +2 -2
  236. package/dist/ui/umd/types/ui/components/Page/SyncedBlock/SyncedBlock.types.d.ts +2 -2
  237. package/dist/ui/umd/types/ui/components/Page/TextBlock/TextBlock.types.d.ts +2 -2
  238. package/dist/ui/umd/types/ui/components/Table/Column.d.ts +4 -0
  239. package/dist/ui/umd/types/ui/components/Table/Column.types.d.ts +11 -0
  240. package/dist/ui/umd/types/ui/components/Table/TableHandler.d.ts +1 -1
  241. package/dist/ui/umd/types/ui/components/Table/TableHandler.types.d.ts +0 -1
  242. package/dist/ui/umd/types/ui/components/Table/TableIcon/TableIcon.d.ts +1 -1
  243. package/dist/ui/umd/types/ui/components/Table/TableIcon/TableIcon.types.d.ts +1 -0
  244. package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
  245. package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  246. package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
  247. package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +3 -0
  248. package/dist/ui/umd/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.d.ts +4 -0
  249. package/dist/ui/umd/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  250. package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
  251. package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +3 -0
  252. package/dist/ui/umd/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +4 -0
  253. package/dist/ui/umd/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +11 -0
  254. package/dist/ui/umd/types/ui/components/index.d.ts +1 -3
  255. package/dist/ui/umd/types/ui/components/tokens.stylex.d.ts +19 -0
  256. package/dist/ui/umd/types/ui/components/types.d.ts +0 -8
  257. package/package.json +35 -36
  258. package/dist/ui/cjs/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +0 -4
  259. package/dist/ui/cjs/types/ui/components/Page/BulletedListBlocks/index.d.ts +0 -2
  260. package/dist/ui/cjs/types/ui/components/Page/ListBlock/ListBlock.d.ts +0 -4
  261. package/dist/ui/cjs/types/ui/components/Page/ListBlock/index.d.ts +0 -2
  262. package/dist/ui/cjs/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +0 -4
  263. package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/PageMention/PageMention.d.ts +0 -4
  264. package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/PageMention/index.d.ts +0 -2
  265. package/dist/ui/cjs/types/ui/components/Page/TemplateBlock/TemplateBlock.d.ts +0 -4
  266. package/dist/ui/cjs/types/ui/components/Page/TemplateBlock/TemplateBlock.types.d.ts +0 -4
  267. package/dist/ui/cjs/types/ui/components/Page/TemplateBlock/index.d.ts +0 -2
  268. package/dist/ui/cjs/types/ui/components/Table/TablePropertyNameAndIcon.d.ts +0 -4
  269. package/dist/ui/cjs/types/ui/components/Table/TablePropertyNameAndIcon.types.d.ts +0 -5
  270. package/dist/ui/esm/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +0 -4
  271. package/dist/ui/esm/types/ui/components/Page/BulletedListBlocks/index.d.ts +0 -2
  272. package/dist/ui/esm/types/ui/components/Page/ListBlock/ListBlock.d.ts +0 -4
  273. package/dist/ui/esm/types/ui/components/Page/ListBlock/index.d.ts +0 -2
  274. package/dist/ui/esm/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +0 -4
  275. package/dist/ui/esm/types/ui/components/Page/RichText/Mention/PageMention/PageMention.d.ts +0 -4
  276. package/dist/ui/esm/types/ui/components/Page/RichText/Mention/PageMention/index.d.ts +0 -2
  277. package/dist/ui/esm/types/ui/components/Page/TemplateBlock/TemplateBlock.d.ts +0 -4
  278. package/dist/ui/esm/types/ui/components/Page/TemplateBlock/TemplateBlock.types.d.ts +0 -4
  279. package/dist/ui/esm/types/ui/components/Page/TemplateBlock/index.d.ts +0 -2
  280. package/dist/ui/esm/types/ui/components/Table/TablePropertyNameAndIcon.d.ts +0 -4
  281. package/dist/ui/esm/types/ui/components/Table/TablePropertyNameAndIcon.types.d.ts +0 -5
  282. package/dist/ui/umd/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +0 -4
  283. package/dist/ui/umd/types/ui/components/Page/BulletedListBlocks/index.d.ts +0 -2
  284. package/dist/ui/umd/types/ui/components/Page/ListBlock/ListBlock.d.ts +0 -4
  285. package/dist/ui/umd/types/ui/components/Page/ListBlock/index.d.ts +0 -2
  286. package/dist/ui/umd/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +0 -4
  287. package/dist/ui/umd/types/ui/components/Page/RichText/Mention/PageMention/PageMention.d.ts +0 -4
  288. package/dist/ui/umd/types/ui/components/Page/RichText/Mention/PageMention/index.d.ts +0 -2
  289. package/dist/ui/umd/types/ui/components/Page/TemplateBlock/TemplateBlock.d.ts +0 -4
  290. package/dist/ui/umd/types/ui/components/Page/TemplateBlock/TemplateBlock.types.d.ts +0 -4
  291. package/dist/ui/umd/types/ui/components/Page/TemplateBlock/index.d.ts +0 -2
  292. package/dist/ui/umd/types/ui/components/Table/TablePropertyNameAndIcon.d.ts +0 -4
  293. package/dist/ui/umd/types/ui/components/Table/TablePropertyNameAndIcon.types.d.ts +0 -5
  294. /package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.types.d.ts +0 -0
  295. /package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/index.d.ts +0 -0
  296. /package/dist/ui/esm/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.types.d.ts +0 -0
  297. /package/dist/ui/esm/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/index.d.ts +0 -0
  298. /package/dist/ui/umd/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.types.d.ts +0 -0
  299. /package/dist/ui/umd/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/index.d.ts +0 -0
@@ -0,0 +1,342 @@
1
+ :root{--x1ctp1av:rgb(50, 48, 44, 0.8);--x1hhtl5i:rgb(50, 48, 44, 0.6);--x1khxzqo:1px solid rgb(50, 48, 44, 0.4);--x1uo4k1o:1px solid rgb(50, 48, 44, 0.2);--x1c2jxxn:inherit;--xqk8mah:rgba(227, 226, 224, 0.5);--xo1lou4:none;--x1fk9x9:pointer;}
2
+ :root{--x1kobltp:rgb(50, 48, 44);--xvgebug:rgba(227, 226, 224, 0.5);--x1rmwt51:rgb(50, 48, 44);--xct8ea3:rgb(227, 226, 224);--x1j9csdi:rgb(68, 42, 30);--x1sd8ela:rgb(238, 224, 218);--x1k1yqrb:rgb(73, 41, 14);--x1i7j10x:rgb(250, 222, 201);--xl5u7lq:rgb(64, 44, 27);--x1moi2c1:rgb(253, 236, 200);--x1vhimwe:rgb(28, 56, 41);--x1nnc86d:rgb(219, 237, 219);--xkc13yr:rgb(24, 51, 71);--x1afd3dd:rgb(211, 229, 239);--xrtss6q:rgb(65, 36, 84);--x6sa30t:rgb(232, 222, 238);--xdxv7wn:rgb(76, 35, 55);--x1dwla9d:rgb(245, 224, 233);--x1u13keg:rgb(93, 23, 21);--x7ti7sc:rgb(255, 226, 221);}
3
+ :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;--x1e0rwzh:rgba(55, 53, 47, 0.65);--x1ulgvz2:rgba(55, 53, 47, 0.3);}
4
+ .x130j894:not(#\#){background:inherit}
5
+ .xwpv0f9:not(#\#){background:rgb(211,229,239) none repeat scroll 0 0}
6
+ .x1rzy9ey:not(#\#){background:rgb(25,25,25)}
7
+ .xxmbyu5:not(#\#){background:rgb(46,170,220)}
8
+ .x1iyahom:not(#\#){background:rgba(135,131,120,.15)}
9
+ .x1vc4kkm:not(#\#){background:rgba(231,243,248,1)}
10
+ .x1wbybi0:not(#\#){background:rgba(237,243,236,1)}
11
+ .x1b0lv13:not(#\#){background:rgba(241,241,239,1)}
12
+ .xh3ejly:not(#\#){background:rgba(244,238,238,1)}
13
+ .x4hwpk7:not(#\#){background:rgba(244,240,247,.8)}
14
+ .x1yop5l8:not(#\#){background:rgba(249,238,243,.8)}
15
+ .x36tass:not(#\#){background:rgba(251,236,221,1)}
16
+ .xoow5ae:not(#\#){background:rgba(251,243,219,1)}
17
+ .x1dia63y:not(#\#){background:rgba(253,235,236,1)}
18
+ .x1r7xphn:not(#\#){background:white}
19
+ .xtfardp:not(#\#){border:1px solid #ddd}
20
+ .x1pwd5xa:not(#\#){border:1px solid #EEE}
21
+ .xjr8z75:not(#\#){border:1px solid rgb(233,233,231)}
22
+ .xrwc1qg:not(#\#){border:1px solid rgba(55,53,47,.16)}
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
+ .x1minv1u:not(#\#){margin:0 .5rem}
28
+ .x1y59oyo:not(#\#){margin:0 0 0 7px}
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
+ .x1bpp3o7:not(#\#){margin:auto}
37
+ .x16riluj:not(#\#){padding:.1rem .2rem}
38
+ .x1q4hdjl:not(#\#){padding:.2rem .3rem}
39
+ .x13ahkag:not(#\#){padding:.2rem .4rem}
40
+ .xdlojud:not(#\#){padding:.2rem 0 .2rem .3rem}
41
+ .x1ym8bjb:not(#\#){padding:.2rem 0 .2rem 1rem}
42
+ .x5zvi0u:not(#\#){padding:.3rem}
43
+ .xl1j9gz:not(#\#){padding:.5rem 0}
44
+ .xkzfsa1:not(#\#){padding:.6rem .3rem}
45
+ .xoouf11:not(#\#){padding:.6rem 0}
46
+ .x2kcbxv:not(#\#){padding:.6rem 1rem}
47
+ .x1ab2qf2:not(#\#){padding:.7rem 1rem 0}
48
+ .xlcowx6:not(#\#){padding:0 .3rem}
49
+ .x3wxoqf:not(#\#){padding:0 .5rem}
50
+ .x1gpzwh6:not(#\#){padding:0 0 .5rem}
51
+ .x8flsbp:not(#\#){padding:0 0 .8rem}
52
+ .xe4ajzu:not(#\#){padding:0 0 10px}
53
+ .xeacz2j:not(#\#){padding:0 0 8px}
54
+ .xqamk0n:not(#\#){padding:0 10px 8px}
55
+ .x1baykjp:not(#\#){padding:0 5px 2px}
56
+ .xcq2ivu:not(#\#){padding:0 5px 4px}
57
+ .x1717udv:not(#\#){padding:0}
58
+ .x3vcqe7:not(#\#){padding:1.2rem}
59
+ .x1shdda8:not(#\#){padding:1.6rem 0 3px}
60
+ .xs3lrdy:not(#\#){padding:10px 10px 0}
61
+ .xpwwz5d:not(#\#){padding:1px 2px}
62
+ .x1uz70x1:not(#\#){padding:1rem}
63
+ .x1rbdj2j:not(#\#){padding:2px 10px}
64
+ .x1cfqnp1:not(#\#){padding:2rem 0 3px}
65
+ .xp8ws5:not(#\#){padding:3rem 0 3px}
66
+ .xoth7wd:not(#\#){padding:4px 0 1px 2px}
67
+ .xztvwtv:not(#\#){padding:4px 0}
68
+ .xfawy5m:not(#\#){padding:4px}
69
+ .x8lhhth:not(#\#){padding:5px 8px}
70
+ .x1160tuk:not(#\#){padding:8px 10px}
71
+ .x1hwub78:hover:not(#\#){background:rgb(227,226,224) none repeat scroll 0 0}
72
+ .x3u7e13:hover:not(#\#){background:rgba(55,53,47,.03)}
73
+ @media (max-width: 580px){.x1t8upxr.x1t8upxr:not(#\#){padding:1rem 0 .85rem}}
74
+ .x13pqoeu:not(#\#):not(#\#){background-position:0 100%}
75
+ .x15su7se:not(#\#):not(#\#){border-bottom:1px solid #ddd}
76
+ .xagqfe1:not(#\#):not(#\#){border-bottom:1px solid rgba(55,53,47,.09)}
77
+ .xpzjx3:not(#\#):not(#\#){border-bottom:var(--x1khxzqo)}
78
+ .x4ubzz0:not(#\#):not(#\#){border-left:3px solid currentcolor}
79
+ .x1nj7uno:not(#\#):not(#\#){border-radius:1px}
80
+ .x18zih8k:not(#\#):not(#\#){border-radius:3px}
81
+ .x12oqio5:not(#\#):not(#\#){border-radius:4px}
82
+ .xoz5i10:not(#\#):not(#\#){border-radius:var(--xcevxv5)}
83
+ .x3o4md8:not(#\#):not(#\#){border-right:1px solid rgba(55,53,47,.09)}
84
+ .x1mpjign:not(#\#):not(#\#){border-top:1px dashed #999}
85
+ .x1jlbt0v:not(#\#):not(#\#){border-top:1px solid rgb(233,233,231)}
86
+ .x1cqoux5:not(#\#):not(#\#){flex:1 1 0}
87
+ .x15lv9n0:not(#\#):not(#\#){flex:1 1 180px}
88
+ .x1fvrxw4:not(#\#):not(#\#){flex:4 1 180px}
89
+ .x1neeqzj:not(#\#):not(#\#){gap:.4rem}
90
+ .x883omv:not(#\#):not(#\#){gap:10px}
91
+ .xou54vl:not(#\#):not(#\#){gap:16px}
92
+ .xy1yoyf:not(#\#):not(#\#){gap:5%}
93
+ .xb3r6kr:not(#\#):not(#\#){overflow:hidden}
94
+ .xmqliwb:not(#\#):not(#\#){text-decoration:line-through}
95
+ .x1hl2dhg:not(#\#):not(#\#){text-decoration:none}
96
+ .x1bvjpef:not(#\#):not(#\#){text-decoration:underline}
97
+ .x1lmuraq:not(#\#):not(#\#){text-decoration:var(--xo1lou4)}
98
+ .xrjfsii:not(#\#):not(#\#){transition:background .02s ease-in 0s}
99
+ .x1pgibqq:not(#\#):not(#\#){transition:background .1s ease-out 0s}
100
+ .xtpmwse:not(#\#):not(#\#){transition:background .2s ease-out 0s}
101
+ .x1kzuo5g:not(#\#):not(#\#){transition:transform .2s ease-out 0s}
102
+ .xn7j128:hover:not(#\#):not(#\#){border-bottom:var(--x1uo4k1o)}
103
+ .x6s0dn4:not(#\#):not(#\#):not(#\#){align-items:center}
104
+ .x1cy8zhl:not(#\#):not(#\#):not(#\#){align-items:flex-start}
105
+ .x1qjc9v5:not(#\#):not(#\#):not(#\#){align-items:stretch}
106
+ .x1071x5a:not(#\#):not(#\#):not(#\#){align-items:top}
107
+ .x1y8v6su:not(#\#):not(#\#):not(#\#){align-self:start}
108
+ .xa5665v:not(#\#):not(#\#):not(#\#){aspect-ratio:16/9}
109
+ .xlp1x4z:not(#\#):not(#\#):not(#\#){backface-visibility:hidden}
110
+ .xjup8qr:not(#\#):not(#\#):not(#\#){background-color:#f5f2f0}
111
+ .xgcd1z6:not(#\#):not(#\#):not(#\#){background-color:inherit}
112
+ .xivqcaa:not(#\#):not(#\#):not(#\#){background-color:rgb(231,243,248)}
113
+ .xk1eqyx:not(#\#):not(#\#):not(#\#){background-color:rgb(237,243,236)}
114
+ .xan1y3o:not(#\#):not(#\#):not(#\#){background-color:rgb(241,241,239)}
115
+ .x5sxmnr:not(#\#):not(#\#):not(#\#){background-color:rgb(244,238,238)}
116
+ .x14zlkn0:not(#\#):not(#\#):not(#\#){background-color:rgb(247,246,243)}
117
+ .x1js6t1l:not(#\#):not(#\#):not(#\#){background-color:rgb(251,236,221)}
118
+ .x125ifk9:not(#\#):not(#\#):not(#\#){background-color:rgb(251,243,219)}
119
+ .x1e4p6wl:not(#\#):not(#\#):not(#\#){background-color:rgb(253,235,236)}
120
+ .xjy77r2:not(#\#):not(#\#):not(#\#){background-color:rgba(244,240,247,.8)}
121
+ .x1u8e821:not(#\#):not(#\#):not(#\#){background-color:rgba(249,238,243,.8)}
122
+ .xr54tmh:not(#\#):not(#\#):not(#\#){background-color:var(--x1afd3dd)}
123
+ .x1h2krsp:not(#\#):not(#\#):not(#\#){background-color:var(--x1c2jxxn)}
124
+ .xfw6yvh:not(#\#):not(#\#):not(#\#){background-color:var(--x1i7j10x)}
125
+ .x161dwim:not(#\#):not(#\#):not(#\#){background-color:var(--x1moi2c1)}
126
+ .xn4asuu:not(#\#):not(#\#):not(#\#){background-color:var(--x1nnc86d)}
127
+ .x12pkou0:not(#\#):not(#\#):not(#\#){background-color:var(--x1sd8ela)}
128
+ .x1fi4u8n:not(#\#):not(#\#):not(#\#){background-color:var(--x6sa30t)}
129
+ .xnsnhni:not(#\#):not(#\#):not(#\#){background-color:var(--x7ti7sc)}
130
+ .x1ckdm3g:not(#\#):not(#\#):not(#\#){background-color:var(--xct8ea3)}
131
+ .x1a1dwqt:not(#\#):not(#\#):not(#\#){background-color:var(--xvgebug)}
132
+ .x1hk33u3:not(#\#):not(#\#):not(#\#){background-image:linear-gradient(to right,rgba(55,53,47,.16) 0,rgba(55,53,47,.16) 100%)}
133
+ .x1w3jsh0:not(#\#):not(#\#):not(#\#){background-repeat:repeat-x}
134
+ .xntq7mn:not(#\#):not(#\#):not(#\#){background-size:100% 1px}
135
+ .x1mwwwfo:not(#\#):not(#\#):not(#\#){border-collapse:collapse}
136
+ .x1gukg7c:not(#\#):not(#\#):not(#\#){border-spacing:0}
137
+ .x1uustg:not(#\#):not(#\#):not(#\#){border-top-color:#ddd}
138
+ .x13fuv20:not(#\#):not(#\#):not(#\#){border-top-style:solid}
139
+ .x178xt8z:not(#\#):not(#\#):not(#\#){border-top-width:1px}
140
+ html:not([dir='rtl']) .x14n9bkn:not(#\#):not(#\#):not(#\#){box-shadow:rgb(15 15 15/10%) 0 0 0 1px,rgb(15 15 15/10%) 0 2px 4px}
141
+ html[dir='rtl'] .x14n9bkn:not(#\#):not(#\#):not(#\#){box-shadow:rgb(15 -15 15/10%) 0 0 0 1px, rgb(15 -15 15/10%) 0 2px 4px}
142
+ html:not([dir='rtl']) .x139so5o:not(#\#):not(#\#):not(#\#){box-shadow:white -3px 0 0,rgb(233 233 231) 0 1px 0}
143
+ html[dir='rtl'] .x139so5o:not(#\#):not(#\#):not(#\#){box-shadow:white 3px 0 0, rgb(233 -233 231) 0 1px 0}
144
+ .xh3659q:not(#\#):not(#\#):not(#\#){color:#777}
145
+ .x1g3taxb:not(#\#):not(#\#):not(#\#){color:#888}
146
+ .x1noocy9:not(#\#):not(#\#):not(#\#){color:#999}
147
+ .xytkd8t:not(#\#):not(#\#):not(#\#){color:#EB5757}
148
+ .x1heor9g:not(#\#):not(#\#):not(#\#){color:inherit}
149
+ .xbtqrdd:not(#\#):not(#\#):not(#\#){color:rgb(120,119,116)}
150
+ .xocb71z:not(#\#):not(#\#):not(#\#){color:rgb(144,101,176)}
151
+ .xfgbdse:not(#\#):not(#\#):not(#\#){color:rgb(159,107,83)}
152
+ .x16mczcu:not(#\#):not(#\#):not(#\#){color:rgb(193,76,138)}
153
+ .x1cuxad4:not(#\#):not(#\#):not(#\#){color:rgb(203,145,47)}
154
+ .x1ii5icm:not(#\#):not(#\#):not(#\#){color:rgb(212,76,71)}
155
+ .xeubebw:not(#\#):not(#\#):not(#\#){color:rgb(217,115,13)}
156
+ .x1ctjc2f:not(#\#):not(#\#):not(#\#){color:rgb(24,51,71)}
157
+ .x1a2b8c4:not(#\#):not(#\#):not(#\#){color:rgb(51,126,169)}
158
+ .xiniunn:not(#\#):not(#\#):not(#\#){color:rgb(55,53,47)}
159
+ .xzrguvn:not(#\#):not(#\#):not(#\#){color:rgb(68,131,97)}
160
+ .xiz7vfo:not(#\#):not(#\#):not(#\#){color:rgba(120,119,116,1)}
161
+ .xf43dgl:not(#\#):not(#\#):not(#\#){color:rgba(144,101,176,1)}
162
+ .xsm54nf:not(#\#):not(#\#):not(#\#){color:rgba(159,107,83,1)}
163
+ .x1qdz2de:not(#\#):not(#\#):not(#\#){color:rgba(193,76,138,1)}
164
+ .xajnbqy:not(#\#):not(#\#):not(#\#){color:rgba(203,145,47,1)}
165
+ .x7n30i6:not(#\#):not(#\#):not(#\#){color:rgba(212,76,71,1)}
166
+ .x1hwudao:not(#\#):not(#\#):not(#\#){color:rgba(217,115,13,1)}
167
+ .x2xfezk:not(#\#):not(#\#):not(#\#){color:rgba(51,126,169,1)}
168
+ .xyj4yit:not(#\#):not(#\#):not(#\#){color:rgba(55,53,47,.65)}
169
+ .x9lygya:not(#\#):not(#\#):not(#\#){color:rgba(68,131,97,1)}
170
+ .x2w0cx1:not(#\#):not(#\#):not(#\#){color:var(--x1ctp1av)}
171
+ .x7j76ka:not(#\#):not(#\#):not(#\#){color:var(--x1e0rwzh)}
172
+ .xyrhg7e:not(#\#):not(#\#):not(#\#){color:var(--x1j9csdi)}
173
+ .xz43sf9:not(#\#):not(#\#):not(#\#){color:var(--x1k1yqrb)}
174
+ .x1d0pfws:not(#\#):not(#\#):not(#\#){color:var(--x1kobltp)}
175
+ .x1vng7ge:not(#\#):not(#\#):not(#\#){color:var(--x1rmwt51)}
176
+ .xylzfvh:not(#\#):not(#\#):not(#\#){color:var(--x1u13keg)}
177
+ .x1i17pws:not(#\#):not(#\#):not(#\#){color:var(--x1ulgvz2)}
178
+ .xe04n57:not(#\#):not(#\#):not(#\#){color:var(--x1vhimwe)}
179
+ .x19jod5o:not(#\#):not(#\#):not(#\#){color:var(--xkc13yr)}
180
+ .x1o2vnr2:not(#\#):not(#\#):not(#\#){color:var(--xl5u7lq)}
181
+ .x1jk8wgv:not(#\#):not(#\#):not(#\#){color:var(--xrtss6q)}
182
+ .x1ypdohk:not(#\#):not(#\#):not(#\#){cursor:pointer}
183
+ .xoebl6a:not(#\#):not(#\#):not(#\#){cursor:var(--x1fk9x9)}
184
+ .x1lliihq:not(#\#):not(#\#):not(#\#){display:block}
185
+ .x78zum5:not(#\#):not(#\#):not(#\#){display:flex}
186
+ .xrvj5dj:not(#\#):not(#\#):not(#\#){display:grid}
187
+ .x1rg5ohu:not(#\#):not(#\#):not(#\#){display:inline-block}
188
+ .x3nfvp2:not(#\#):not(#\#):not(#\#){display:inline-flex}
189
+ .xt0psk2:not(#\#):not(#\#):not(#\#){display:inline}
190
+ .x1pa04qk:not(#\#):not(#\#):not(#\#){fill:#000}
191
+ .x1kihv7h:not(#\#):not(#\#):not(#\#){fill:inherit}
192
+ .x118tc7y:not(#\#):not(#\#):not(#\#){fill:rgba(55,53,47,.45)}
193
+ .x5hlbpq:not(#\#):not(#\#):not(#\#){fill:rgba(55,53,47,1)}
194
+ .xypthjr:not(#\#):not(#\#):not(#\#){fill:white}
195
+ .xdt5ytf:not(#\#):not(#\#):not(#\#){flex-direction:column}
196
+ .x1q0g3np:not(#\#):not(#\#):not(#\#){flex-direction:row}
197
+ .x1c4vz4f:not(#\#):not(#\#):not(#\#){flex-grow:0}
198
+ .x1iyjqo2:not(#\#):not(#\#):not(#\#){flex-grow:1}
199
+ .x2lah0s:not(#\#):not(#\#):not(#\#){flex-shrink:0}
200
+ .x1g3ib7:not(#\#):not(#\#):not(#\#){flex-shrink:10}
201
+ .x7ycizk:not(#\#):not(#\#):not(#\#){flexshrink:0}
202
+ .x1faq86j:not(#\#):not(#\#):not(#\#){float:left}
203
+ .x1yuf4xd:not(#\#):not(#\#):not(#\#){font-family:"SFMono-Regular",Menlo,Consolas,"PT Mono","Liberation Mono",Courier,monospace}
204
+ .xqmnm37:not(#\#):not(#\#):not(#\#){font-family:var(--xpzsu2c)}
205
+ .xboafo0:not(#\#):not(#\#):not(#\#){font-size:.75rem}
206
+ .x1sfrptf:not(#\#):not(#\#):not(#\#){font-size:.7rem}
207
+ .x1qzg9v8:not(#\#):not(#\#):not(#\#){font-size:.85rem}
208
+ .xgommxb:not(#\#):not(#\#):not(#\#){font-size:.8rem}
209
+ .xyr29y3:not(#\#):not(#\#):not(#\#){font-size:.95rem}
210
+ .x1nrrp6k:not(#\#):not(#\#):not(#\#){font-size:.9rem}
211
+ .x1hptrd9:not(#\#):not(#\#):not(#\#){font-size:1.1rem}
212
+ .x8c3b7j:not(#\#):not(#\#):not(#\#){font-size:1.7rem}
213
+ .xfifm61:not(#\#):not(#\#):not(#\#){font-size:12px}
214
+ .x4z9k3i:not(#\#):not(#\#):not(#\#){font-size:13px}
215
+ .xif65rj:not(#\#):not(#\#):not(#\#){font-size:14px}
216
+ .x1jchvi3:not(#\#):not(#\#):not(#\#){font-size:1rem}
217
+ .x1k4tb9n:not(#\#):not(#\#):not(#\#){font-style:italic}
218
+ .xk50ysn:not(#\#):not(#\#):not(#\#){font-weight:500}
219
+ .x117nqv4:not(#\#):not(#\#):not(#\#){font-weight:bold}
220
+ .x1a7s9hc:not(#\#):not(#\#):not(#\#){grid-template-columns:32px 1fr}
221
+ .x15vz560:not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}
222
+ .x1vn7x89:not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
223
+ .xu66tq2:not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}
224
+ .xl56j7k:not(#\#):not(#\#):not(#\#){justify-content:center}
225
+ .x1nhvcw1:not(#\#):not(#\#):not(#\#){justify-content:flex-start}
226
+ .x1szn6h9:not(#\#):not(#\#):not(#\#){justify-content:stretch}
227
+ .x1u7k74:not(#\#):not(#\#):not(#\#){line-height:1.2}
228
+ .xwn7fz2:not(#\#):not(#\#):not(#\#){line-height:1.3}
229
+ .x37zpob:not(#\#):not(#\#):not(#\#){line-height:1.4}
230
+ .x1evy7pa:not(#\#):not(#\#):not(#\#){line-height:1.5}
231
+ .xa7kkou:not(#\#):not(#\#):not(#\#){line-height:1.7}
232
+ .xwxc2jc:not(#\#):not(#\#):not(#\#){line-height:1.8}
233
+ .xo5v014:not(#\#):not(#\#):not(#\#){line-height:1}
234
+ .x1d3mw78:not(#\#):not(#\#):not(#\#){line-height:16px}
235
+ .x3ct3a4:not(#\#):not(#\#):not(#\#){list-style-type:none}
236
+ .x126bhsu:not(#\#):not(#\#):not(#\#){minwidth:0}
237
+ .x19kjcj4:not(#\#):not(#\#):not(#\#){object-fit:contain}
238
+ .xl1xv1r:not(#\#):not(#\#):not(#\#){object-fit:cover}
239
+ .x1a2r2ce:not(#\#):not(#\#):not(#\#){object-position:center 50%}
240
+ .x1htuu40:not(#\#):not(#\#):not(#\#){object-position:top 50%}
241
+ .xbyyjgo:not(#\#):not(#\#):not(#\#){opacity:.5}
242
+ .x1hc1fzr:not(#\#):not(#\#):not(#\#){opacity:1}
243
+ .x10l6tqk:not(#\#):not(#\#):not(#\#){position:absolute}
244
+ .x1n2onr6:not(#\#):not(#\#):not(#\#){position:relative}
245
+ .x1uhb9sk:not(#\#):not(#\#):not(#\#){position:static}
246
+ .x2b8uid:not(#\#):not(#\#):not(#\#){text-align:center}
247
+ .xdpxx8g:not(#\#):not(#\#):not(#\#){text-align:left}
248
+ .x1hr2gdg:not(#\#):not(#\#):not(#\#){text-align:right}
249
+ .x1ccxkrh:not(#\#):not(#\#):not(#\#){text-decoration-color:#999}
250
+ .x5lhwog:not(#\#):not(#\#):not(#\#){text-decoration-line:line-through}
251
+ .xlyipyv:not(#\#):not(#\#):not(#\#){text-overflow:ellipsis}
252
+ .xn80e1m:not(#\#):not(#\#):not(#\#){text-transform:capitalize}
253
+ .x87ps6o:not(#\#):not(#\#):not(#\#){user-select:none}
254
+ .x3ajldb:not(#\#):not(#\#):not(#\#){vertical-align:bottom}
255
+ .xxymvpz:not(#\#):not(#\#):not(#\#){vertical-align:middle}
256
+ .x16dsc37:not(#\#):not(#\#):not(#\#){vertical-align:top}
257
+ .xuxw1ft:not(#\#):not(#\#):not(#\#){white-space:nowrap}
258
+ .x126k92a:not(#\#):not(#\#):not(#\#){white-space:pre-wrap}
259
+ .x13faqbe:not(#\#):not(#\#):not(#\#){word-break:break-word}
260
+ .xy8jdh7:hover:not(#\#):not(#\#):not(#\#){background-color:#eee}
261
+ .xwy3pg2:hover:not(#\#):not(#\#):not(#\#){background-color:var(--xqk8mah)}
262
+ .x1binvwd:hover:not(#\#):not(#\#):not(#\#){color:var(--x1hhtl5i)}
263
+ @media (max-width: 580px){.xjimrh6.xjimrh6:not(#\#):not(#\#):not(#\#){display:block}}
264
+ @media (max-width: 580px){.x1v6uw9j.x1v6uw9j:not(#\#):not(#\#):not(#\#){display:none}}
265
+ @media (max-width: 580px){.x1xrxgpl.x1xrxgpl:not(#\#):not(#\#):not(#\#){position:static}}
266
+ .x1l0ckx5:not(#\#):not(#\#):not(#\#):not(#\#){bottom:-0.2em}
267
+ .xwlngq8:not(#\#):not(#\#):not(#\#):not(#\#){height:.6875em}
268
+ .x1h95vlm:not(#\#):not(#\#):not(#\#):not(#\#){height:.7em}
269
+ .xqtp20y:not(#\#):not(#\#):not(#\#):not(#\#){height:0}
270
+ .xydt64x:not(#\#):not(#\#):not(#\#):not(#\#){height:1.4rem}
271
+ .x5yr21d:not(#\#):not(#\#):not(#\#):not(#\#){height:100%}
272
+ .x1rxgj4k:not(#\#):not(#\#):not(#\#):not(#\#){height:101.25px}
273
+ .x1dr9wh:not(#\#):not(#\#):not(#\#):not(#\#){height:108px}
274
+ .x1kpxq89:not(#\#):not(#\#):not(#\#):not(#\#){height:12px}
275
+ .x1cm2wpk:not(#\#):not(#\#):not(#\#):not(#\#){height:146.25px}
276
+ .x1v9usgg:not(#\#):not(#\#):not(#\#):not(#\#){height:14px}
277
+ .xlup9mm:not(#\#):not(#\#):not(#\#):not(#\#){height:16px}
278
+ .x1b51vyi:not(#\#):not(#\#):not(#\#):not(#\#){height:180px}
279
+ .xjm9jq1:not(#\#):not(#\#):not(#\#):not(#\#){height:1px}
280
+ .xxk0z11:not(#\#):not(#\#):not(#\#):not(#\#){height:24px}
281
+ .x10w6t97:not(#\#):not(#\#):not(#\#):not(#\#){height:32px}
282
+ .xojvqvm:not(#\#):not(#\#):not(#\#):not(#\#){height:33px}
283
+ .xb7ufyx:not(#\#):not(#\#):not(#\#):not(#\#){left:.8rem}
284
+ .xu96u03:not(#\#):not(#\#):not(#\#):not(#\#){left:0}
285
+ .x1ty9z65:not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:1px}
286
+ .xjpr12u:not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:2px}
287
+ .xg06gn0:not(#\#):not(#\#):not(#\#):not(#\#){margin-left:.6rem}
288
+ .xj3b58b:not(#\#):not(#\#):not(#\#):not(#\#){margin-left:0}
289
+ .xcmxlu1:not(#\#):not(#\#):not(#\#):not(#\#){margin-left:14px}
290
+ .x8x9d4c:not(#\#):not(#\#):not(#\#):not(#\#){margin-left:auto}
291
+ .xpoiemb:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:.5rem}
292
+ .x1yf7rl7:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:0}
293
+ .xyo1k6t:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:10px}
294
+ .xl010v5:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:4px}
295
+ .xvo1kyu:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:7px}
296
+ .xack27t:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:auto}
297
+ .xo7kle4:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:.15rem}
298
+ .xdt5uv0:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:.4rem}
299
+ .xv0uc0e:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:.6rem}
300
+ .xdj266r:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:0}
301
+ .x1gslohp:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:4px}
302
+ .x1xmf6yo:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:8px}
303
+ .x193iq5w:not(#\#):not(#\#):not(#\#):not(#\#){max-width:100%}
304
+ .x10br76f:not(#\#):not(#\#):not(#\#):not(#\#){max-width:25rem}
305
+ .x1j9u4d2:not(#\#):not(#\#):not(#\#):not(#\#){max-width:400px}
306
+ .x65f84u:not(#\#):not(#\#):not(#\#):not(#\#){max-width:500px}
307
+ .xphddl8:not(#\#):not(#\#):not(#\#):not(#\#){max-width:550px}
308
+ .xorqhan:not(#\#):not(#\#):not(#\#):not(#\#){max-width:710px}
309
+ .xtoz7bz:not(#\#):not(#\#):not(#\#):not(#\#){min-height:calc(1.5em + 3px + 3px)}
310
+ .xeuugli:not(#\#):not(#\#):not(#\#):not(#\#){min-width:0}
311
+ .xgqtt45:not(#\#):not(#\#):not(#\#):not(#\#){min-width:100%}
312
+ .x1cf5d4w:not(#\#):not(#\#):not(#\#):not(#\#){min-width:1200px}
313
+ .xgc0pbm:not(#\#):not(#\#):not(#\#):not(#\#){min-width:1px}
314
+ .xt4ypqs:not(#\#):not(#\#):not(#\#):not(#\#){min-width:20px}
315
+ .xjdhk0:not(#\#):not(#\#):not(#\#):not(#\#){min-width:calc((100% - 192px) - 0)}
316
+ .x14aock7:not(#\#):not(#\#):not(#\#):not(#\#){overflow-x:scroll}
317
+ .xn2xpo4:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:.2rem}
318
+ .x1a8lsjc:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:10px}
319
+ .x2yie3v:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:1rem}
320
+ .x10avn17:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:56.25%}
321
+ .x15u6esi:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:.5rem}
322
+ .x9dzeaa:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:1rem}
323
+ .xq0jmyz:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:.3rem}
324
+ .xkkytvh:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:.4rem}
325
+ .xumxmzd:not(#\#):not(#\#):not(#\#):not(#\#){padding-top:.6rem}
326
+ .x1gpu0sb:not(#\#):not(#\#):not(#\#):not(#\#){right:-0.1em}
327
+ .x1nh8u4m:not(#\#):not(#\#):not(#\#):not(#\#){top:.5rem}
328
+ .x13vifvy:not(#\#):not(#\#):not(#\#):not(#\#){top:0}
329
+ .xdj6tmt:not(#\#):not(#\#):not(#\#):not(#\#){width:.6875em}
330
+ .x1z0he6f:not(#\#):not(#\#):not(#\#):not(#\#){width:.7em}
331
+ .xzgh36o:not(#\#):not(#\#):not(#\#):not(#\#){width:1.4rem}
332
+ .xh8yej3:not(#\#):not(#\#):not(#\#):not(#\#){width:100%}
333
+ .xsmyaan:not(#\#):not(#\#):not(#\#):not(#\#){width:12px}
334
+ .x6jxa94:not(#\#):not(#\#):not(#\#):not(#\#){width:14px}
335
+ .x1kky2od:not(#\#):not(#\#):not(#\#):not(#\#){width:16px}
336
+ .xe9vn5y:not(#\#):not(#\#):not(#\#):not(#\#){width:174px}
337
+ .xzjbwwf:not(#\#):not(#\#):not(#\#):not(#\#){width:180px}
338
+ .x17z2i9w:not(#\#):not(#\#):not(#\#):not(#\#){width:22px}
339
+ .xvy4d1p:not(#\#):not(#\#):not(#\#):not(#\#){width:24px}
340
+ .x1hfn5x7:not(#\#):not(#\#):not(#\#):not(#\#){width:260px}
341
+ .x1m258z3:not(#\#):not(#\#):not(#\#):not(#\#){width:320px}
342
+ .x1nud34g:not(#\#):not(#\#):not(#\#):not(#\#){width:calc(100% - 2.4rem)}
@@ -6,6 +6,10 @@ export declare const createDirWhenNotfound: (dir: string) => Promise<void>;
6
6
  export declare function readCache<T>(f: string): Promise<T>;
7
7
  export declare function writeCache(f: string, data: unknown): Promise<void>;
8
8
  export declare function isAvailableCache(f: string, seconds: number): Promise<boolean>;
9
+ export declare function saveFile(fileUrl: string, prefix: string): Promise<{
10
+ src: string;
11
+ size: number;
12
+ }>;
9
13
  export declare const saveImage: (imageUrl: string, prefix: string) => Promise<string>;
10
14
  export declare const findHtmlByRegexp: (regexps: RegExp[], html: string) => string | null;
11
15
  export declare const titleRegexps: RegExp[];
@@ -216,7 +216,50 @@ export type Breadcrumb = {
216
216
  export type BreadcrumbBlockObjectResponseEx = BreadcrumbBlockObjectResponse & {
217
217
  list: Breadcrumb[];
218
218
  };
219
- export type BlockObjectResponse = ParagraphBlockObjectResponseEx | Heading1BlockObjectResponse | Heading2BlockObjectResponse | Heading3BlockObjectResponse | BulletedListItemBlockObjectResponseEx | NumberedListItemBlockObjectResponseEx | QuoteBlockObjectResponse | ToDoBlockObjectResponse | ToggleBlockObjectResponseEx | TemplateBlockObjectResponse | SyncedBlockBlockObjectResponse | ChildPageBlockObjectResponseEx | ChildDatabaseBlockObjectResponseEx | EquationBlockObjectResponse | CodeBlockObjectResponse | CalloutBlockObjectResponseEx | DividerBlockObjectResponse | BreadcrumbBlockObjectResponseEx | TableOfContentsBlockObjectResponse | ColumnListBlockObjectResponseEx | ColumnBlockObjectResponse | LinkToPageBlockObjectResponse | TableBlockObjectResponseEx | TableRowBlockObjectResponse | EmbedBlockObjectResponseEx | BookmarkBlockObjectResponseEx | ImageBlockObjectResponseEx | VideoBlockObjectResponseEx | PdfBlockObjectResponse | FileBlockObjectResponse | AudioBlockObjectResponse | LinkPreviewBlockObjectResponse | UnsupportedBlockObjectResponse;
219
+ export type FileBlockObjectResponseEx = FileBlockObjectResponse & {
220
+ file: {
221
+ type: "external";
222
+ external: {
223
+ url: TextRequest;
224
+ };
225
+ caption: Array<RichTextItemResponse>;
226
+ src: string;
227
+ size: number;
228
+ } | {
229
+ type: 'file';
230
+ file: {
231
+ url: string;
232
+ expiry_time: string;
233
+ };
234
+ caption: Array<RichTextItemResponse>;
235
+ src: string;
236
+ size: number;
237
+ };
238
+ };
239
+ export type PdfBlockObjectResponseEx = PdfBlockObjectResponse & {
240
+ pdf: {
241
+ type: "external";
242
+ external: {
243
+ url: TextRequest;
244
+ };
245
+ caption: Array<RichTextItemResponse>;
246
+ src: string;
247
+ size: number;
248
+ } | {
249
+ type: 'file';
250
+ file: {
251
+ url: string;
252
+ expiry_time: string;
253
+ };
254
+ caption: Array<RichTextItemResponse>;
255
+ src: string;
256
+ size: number;
257
+ };
258
+ };
259
+ export type SyncedBlockBlockObjectResponseEx = SyncedBlockBlockObjectResponse & {
260
+ children?: ListBlockChildrenResponseEx;
261
+ };
262
+ export type BlockObjectResponse = ParagraphBlockObjectResponseEx | Heading1BlockObjectResponse | Heading2BlockObjectResponse | Heading3BlockObjectResponse | BulletedListItemBlockObjectResponseEx | NumberedListItemBlockObjectResponseEx | QuoteBlockObjectResponse | ToDoBlockObjectResponse | ToggleBlockObjectResponseEx | TemplateBlockObjectResponse | SyncedBlockBlockObjectResponseEx | ChildPageBlockObjectResponseEx | ChildDatabaseBlockObjectResponseEx | EquationBlockObjectResponse | CodeBlockObjectResponse | CalloutBlockObjectResponseEx | DividerBlockObjectResponse | BreadcrumbBlockObjectResponseEx | TableOfContentsBlockObjectResponse | ColumnListBlockObjectResponseEx | ColumnBlockObjectResponse | LinkToPageBlockObjectResponse | TableBlockObjectResponseEx | TableRowBlockObjectResponse | EmbedBlockObjectResponseEx | BookmarkBlockObjectResponseEx | ImageBlockObjectResponseEx | VideoBlockObjectResponseEx | PdfBlockObjectResponseEx | FileBlockObjectResponseEx | AudioBlockObjectResponse | LinkPreviewBlockObjectResponse | UnsupportedBlockObjectResponse;
220
263
  export type ListBlockChildrenResponseEx = ListBlockChildrenResponse & {
221
264
  results: Array<BlockObjectResponse>;
222
265
  children?: ListBlockChildrenResponse;
@@ -5,6 +5,7 @@ export declare const incrementalCache: boolean;
5
5
  export declare const auth: string | undefined;
6
6
  export declare const docRoot: string;
7
7
  export declare const imageDir: string;
8
+ export declare const fileDir: string;
8
9
  export declare const timeout: number;
9
10
  export declare const webpQuality: number;
10
11
  export declare const debug: boolean;
@@ -1,10 +1,10 @@
1
1
  /// <reference types="node" />
2
- import type { QueryDatabaseResponseEx } from '../../../exporter';
2
+ import type { FetchDatabaseRes } from '../../../exporter';
3
3
  import type { ParsedUrlQueryInput } from 'node:querystring';
4
4
  import type { Link } from '../types';
5
5
  export interface GalleryProps {
6
6
  keys: string[];
7
- db: QueryDatabaseResponseEx;
7
+ db: FetchDatabaseRes;
8
8
  href?: string;
9
9
  link?: Link;
10
10
  query?: ParsedUrlQueryInput;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { GalleryCardProps } from './GalleryCard.types';
3
- declare const GalleryCard: ({ keys, page, href, link, query, preview }: GalleryCardProps) => React.JSX.Element;
3
+ declare const GalleryCard: ({ keys, page, href, link, query, preview, size, fit }: GalleryCardProps) => React.JSX.Element;
4
4
  export default GalleryCard;
@@ -9,4 +9,6 @@ export interface GalleryCardProps {
9
9
  link?: Link;
10
10
  query?: ParsedUrlQueryInput;
11
11
  preview?: 'cover' | 'content';
12
+ size: 'small' | 'medium' | 'large';
13
+ fit: boolean;
12
14
  }
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { GalleryHandlerProps } from './GalleryHandler.types';
3
- declare const GalleryHandler: ({ items, path }: GalleryHandlerProps) => React.JSX.Element | undefined;
3
+ declare const GalleryHandler: ({ items, path, link, query, size }: GalleryHandlerProps) => React.JSX.Element;
4
4
  export default GalleryHandler;
@@ -1,5 +1,11 @@
1
+ /// <reference types="node" />
1
2
  import type { GetPagePropertyResponse } from '../../../../exporter';
3
+ import type { ParsedUrlQueryInput } from 'node:querystring';
4
+ import type { Link } from '../../types';
2
5
  export interface GalleryHandlerProps {
3
6
  items: GetPagePropertyResponse | undefined;
4
7
  path: string;
8
+ size: 'small' | 'medium' | 'large';
9
+ link?: Link;
10
+ query?: ParsedUrlQueryInput;
5
11
  }
@@ -1,6 +1,8 @@
1
1
  import React from 'react';
2
2
  export interface GalleryPreviewProps {
3
3
  src?: string;
4
+ size: 'small' | 'medium' | 'large';
5
+ fit: boolean;
4
6
  }
5
- declare const GalleryPreview: ({ src }: GalleryPreviewProps) => React.JSX.Element;
7
+ declare const GalleryPreview: ({ src, size, fit }: GalleryPreviewProps) => React.JSX.Element;
6
8
  export default GalleryPreview;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { GalleryMultiSelectFieldProps } from './GalleryMultiSelectField.types';
3
- declare const GalleryMultiSelectField: ({ payload, path, link }: GalleryMultiSelectFieldProps) => React.JSX.Element;
3
+ declare const GalleryMultiSelectField: ({ payload, path, link, query }: GalleryMultiSelectFieldProps) => React.JSX.Element;
4
4
  export default GalleryMultiSelectField;
@@ -1,7 +1,10 @@
1
+ /// <reference types="node" />
2
+ import type { ParsedUrlQueryInput } from 'node:querystring';
1
3
  import type { MultiSelectPropertyItemObjectResponse } from '../../../../exporter';
2
4
  import type { Link } from '../../types';
3
5
  export interface GalleryMultiSelectFieldProps {
4
6
  payload: MultiSelectPropertyItemObjectResponse;
5
7
  path: string;
6
8
  link?: Link;
9
+ query?: ParsedUrlQueryInput;
7
10
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { LinkedTagIfLinkedProps } from './LinkedTag.types';
3
+ declare const LinkedTagIfLinked: ({ pathname, link, query, children }: LinkedTagIfLinkedProps) => React.JSX.Element;
4
+ export default LinkedTagIfLinked;
@@ -0,0 +1,10 @@
1
+ /// <reference types="node" />
2
+ import type { ParsedUrlQueryInput } from 'node:querystring';
3
+ import type { ReactNode } from 'react';
4
+ import type { Link } from '../../types';
5
+ export interface LinkedTagIfLinkedProps {
6
+ pathname: string;
7
+ link?: Link;
8
+ query?: ParsedUrlQueryInput;
9
+ children?: ReactNode;
10
+ }
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { GalleryRichTextFieldProps } from './RichTextField.types';
3
- declare const GalleryRichTextField: ({ payload }: GalleryRichTextFieldProps) => React.JSX.Element;
3
+ declare const GalleryRichTextField: ({ payload, size }: GalleryRichTextFieldProps) => React.JSX.Element;
4
4
  export default GalleryRichTextField;
@@ -1,4 +1,5 @@
1
1
  import type { RichTextPropertyItemObjectResponse } from '../../../../exporter';
2
2
  export interface GalleryRichTextFieldProps {
3
3
  payload: RichTextPropertyItemObjectResponse;
4
+ size?: 'small' | 'medium' | 'large';
4
5
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { ColumnProps } from './Column.types';
3
+ declare const Column: ({ name, page, href, link, query }: ColumnProps) => React.JSX.Element;
4
+ export default Column;
@@ -0,0 +1,11 @@
1
+ /// <reference types="node" />
2
+ import type { PageObjectResponseEx } from '../../../exporter';
3
+ import type { ParsedUrlQueryInput } from 'node:querystring';
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,7 @@
1
1
  import React from 'react';
2
2
  import type { ListProps } from './List.types';
3
- declare const List: React.FC<ListProps>;
3
+ export interface ListHeaderProps {
4
+ keys: string[];
5
+ }
6
+ declare const List: ({ keys, db, href, link, query }: ListProps) => React.JSX.Element;
4
7
  export default List;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { LinkedTagIfLinkedProps } from './LinkedTagIfLinked.types';
3
+ declare const LinkedTagIfLinked: ({ color, pathname, link, query, children }: LinkedTagIfLinkedProps) => React.JSX.Element;
4
+ export default LinkedTagIfLinked;
@@ -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
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { LinkedTitleProps } from './LinkedTitle.types';
3
+ declare const LinkedTitle: ({ title, href, link, query }: LinkedTitleProps) => React.JSX.Element;
4
+ export default LinkedTitle;
@@ -0,0 +1,9 @@
1
+ /// <reference types="node" />
2
+ import type { ParsedUrlQueryInput } from 'node:querystring';
3
+ import type { Link } from '../../types';
4
+ export interface LinkedTitleProps {
5
+ title: string;
6
+ href: string;
7
+ link?: Link;
8
+ query?: ParsedUrlQueryInput;
9
+ }
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import type { BreadcrumbBlockProps, BreadcrumbsProps } from './BreadcrumbBlock.types';
3
- export declare const Breadcrumbs: ({ list, link, hrefs, query }: BreadcrumbsProps) => React.JSX.Element;
2
+ import type { BreadcrumbBlockProps } from './BreadcrumbBlock.types';
4
3
  declare const BreadcrumbBlock: ({ block, link, hrefs, query }: BreadcrumbBlockProps) => React.JSX.Element;
5
4
  export default BreadcrumbBlock;
@@ -1,21 +1,7 @@
1
1
  /// <reference types="node" />
2
- import type { ReactNode } from 'react';
3
2
  import type { ParsedUrlQueryInput } from 'node:querystring';
4
3
  import type { Link } from '../../types';
5
- import type { Breadcrumb, BreadcrumbBlockObjectResponseEx } from '../../../../exporter';
6
- export interface BreadcrumbLinkProps {
7
- breadcrumb: Breadcrumb;
8
- link?: Link;
9
- href?: string;
10
- query?: ParsedUrlQueryInput;
11
- children?: ReactNode;
12
- }
13
- export interface BreadcrumbsProps {
14
- list: Breadcrumb[];
15
- link?: Link;
16
- hrefs?: string[];
17
- query?: ParsedUrlQueryInput;
18
- }
4
+ import type { BreadcrumbBlockObjectResponseEx } from '../../../../exporter';
19
5
  export interface BreadcrumbBlockProps {
20
6
  block: BreadcrumbBlockObjectResponseEx;
21
7
  link?: Link;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { BreadcrumbsProps } from './Breadcrumbs.types';
3
+ declare const Breadcrumbs: ({ list, link, hrefs, query }: BreadcrumbsProps) => React.JSX.Element;
4
+ export default Breadcrumbs;
@@ -0,0 +1,10 @@
1
+ /// <reference types="node" />
2
+ import type { ParsedUrlQueryInput } from 'node:querystring';
3
+ import type { Link } from '../../types';
4
+ import type { Breadcrumb } from '../../../../exporter';
5
+ export interface BreadcrumbsProps {
6
+ list: Breadcrumb[];
7
+ link?: Link;
8
+ hrefs?: string[];
9
+ query?: ParsedUrlQueryInput;
10
+ }