rotion 0.0.7 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) 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 +18 -3
  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 +24 -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 -20041
  14. package/dist/ui/cjs/index.js.map +1 -1
  15. package/dist/ui/cjs/style.css +331 -0
  16. package/dist/ui/cjs/types/exporter/files.d.ts +4 -0
  17. package/dist/ui/cjs/types/exporter/types.d.ts +24 -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.types.d.ts +1 -9
  39. package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.d.ts +4 -0
  40. package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.types.d.ts +10 -0
  41. package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.d.ts +4 -0
  42. package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.types.d.ts +12 -0
  43. package/dist/ui/cjs/types/ui/components/Page/BreadcrumbBlock/index.d.ts +2 -1
  44. package/dist/ui/cjs/types/ui/components/Page/BulletedListBlock/BulletedListBlock.d.ts +4 -0
  45. 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
  46. package/dist/ui/cjs/types/ui/components/Page/BulletedListBlock/index.d.ts +2 -0
  47. package/dist/ui/cjs/types/ui/components/Page/CodeBlock/Code/Code.d.ts +1 -1
  48. package/dist/ui/cjs/types/ui/components/Page/CodeBlock/Code/Code.types.d.ts +0 -2
  49. package/dist/ui/cjs/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +1 -1
  50. package/dist/ui/cjs/types/ui/components/Page/CodeBlock/CodeBlock.types.d.ts +0 -2
  51. package/dist/ui/cjs/types/ui/components/Page/ListBlocks/ListBlocks.d.ts +4 -0
  52. package/dist/ui/cjs/types/ui/components/Page/{ListBlock/ListBlock.types.d.ts → ListBlocks/ListBlocks.types.d.ts} +1 -1
  53. package/dist/ui/cjs/types/ui/components/Page/ListBlocks/index.d.ts +2 -0
  54. package/dist/ui/cjs/types/ui/components/Page/NumberedListBlocks/NumberedListBlock.d.ts +4 -0
  55. 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
  56. package/dist/ui/cjs/types/ui/components/Page/NumberedListBlocks/index.d.ts +2 -2
  57. package/dist/ui/cjs/types/ui/components/Page/Page.d.ts +1 -1
  58. package/dist/ui/cjs/types/ui/components/Page/Page.types.d.ts +2 -2
  59. package/dist/ui/cjs/types/ui/components/Page/PageHandler.d.ts +1 -1
  60. package/dist/ui/cjs/types/ui/components/Page/PageHandler.types.d.ts +1 -2
  61. package/dist/ui/cjs/types/ui/components/Page/PageIcon/PageIcon.d.ts +4 -2
  62. package/dist/ui/cjs/types/ui/components/Page/PdfBlock/PdfBlock.types.d.ts +2 -2
  63. package/dist/ui/cjs/types/ui/components/Page/SyncedBlock/SyncedBlock.types.d.ts +2 -2
  64. package/dist/ui/cjs/types/ui/components/Page/TextBlock/TextBlock.types.d.ts +2 -2
  65. package/dist/ui/cjs/types/ui/components/Table/Column.d.ts +4 -0
  66. package/dist/ui/cjs/types/ui/components/Table/Column.types.d.ts +11 -0
  67. package/dist/ui/cjs/types/ui/components/Table/TableHandler.d.ts +1 -1
  68. package/dist/ui/cjs/types/ui/components/Table/TableHandler.types.d.ts +0 -1
  69. package/dist/ui/cjs/types/ui/components/Table/TableIcon/TableIcon.d.ts +1 -1
  70. package/dist/ui/cjs/types/ui/components/Table/TableIcon/TableIcon.types.d.ts +1 -0
  71. package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
  72. package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  73. package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
  74. package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +3 -0
  75. package/dist/ui/cjs/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.d.ts +4 -0
  76. package/dist/ui/cjs/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  77. package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
  78. package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +3 -0
  79. package/dist/ui/cjs/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +4 -0
  80. package/dist/ui/cjs/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +11 -0
  81. package/dist/ui/cjs/types/ui/components/index.d.ts +1 -3
  82. package/dist/ui/cjs/types/ui/components/tokens.stylex.d.ts +9 -0
  83. package/dist/ui/cjs/types/ui/components/types.d.ts +0 -8
  84. package/dist/ui/esm/index.js +1 -19981
  85. package/dist/ui/esm/index.js.map +1 -1
  86. package/dist/ui/esm/style.css +331 -0
  87. package/dist/ui/esm/types/exporter/files.d.ts +4 -0
  88. package/dist/ui/esm/types/exporter/types.d.ts +24 -1
  89. package/dist/ui/esm/types/exporter/variables.d.ts +1 -0
  90. package/dist/ui/esm/types/ui/components/Gallery/Gallery.types.d.ts +2 -2
  91. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
  92. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -0
  93. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
  94. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -0
  95. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +3 -1
  96. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
  97. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +3 -0
  98. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.d.ts +4 -0
  99. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +10 -0
  100. package/dist/ui/esm/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts +1 -1
  101. package/dist/ui/esm/types/ui/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +1 -0
  102. package/dist/ui/esm/types/ui/components/List/Column.d.ts +4 -0
  103. package/dist/ui/esm/types/ui/components/List/Column.types.d.ts +11 -0
  104. package/dist/ui/esm/types/ui/components/List/List.d.ts +4 -1
  105. package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
  106. package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  107. package/dist/ui/esm/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +4 -0
  108. package/dist/ui/esm/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +9 -0
  109. package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +1 -9
  110. package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.d.ts +4 -0
  111. package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.types.d.ts +10 -0
  112. package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.d.ts +4 -0
  113. package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.types.d.ts +12 -0
  114. package/dist/ui/esm/types/ui/components/Page/BreadcrumbBlock/index.d.ts +2 -1
  115. package/dist/ui/esm/types/ui/components/Page/BulletedListBlock/BulletedListBlock.d.ts +4 -0
  116. 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
  117. package/dist/ui/esm/types/ui/components/Page/BulletedListBlock/index.d.ts +2 -0
  118. package/dist/ui/esm/types/ui/components/Page/CodeBlock/Code/Code.d.ts +1 -1
  119. package/dist/ui/esm/types/ui/components/Page/CodeBlock/Code/Code.types.d.ts +0 -2
  120. package/dist/ui/esm/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +1 -1
  121. package/dist/ui/esm/types/ui/components/Page/CodeBlock/CodeBlock.types.d.ts +0 -2
  122. package/dist/ui/esm/types/ui/components/Page/ListBlocks/ListBlocks.d.ts +4 -0
  123. package/dist/ui/esm/types/ui/components/Page/{ListBlock/ListBlock.types.d.ts → ListBlocks/ListBlocks.types.d.ts} +1 -1
  124. package/dist/ui/esm/types/ui/components/Page/ListBlocks/index.d.ts +2 -0
  125. package/dist/ui/esm/types/ui/components/Page/NumberedListBlocks/NumberedListBlock.d.ts +4 -0
  126. 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
  127. package/dist/ui/esm/types/ui/components/Page/NumberedListBlocks/index.d.ts +2 -2
  128. package/dist/ui/esm/types/ui/components/Page/Page.d.ts +1 -1
  129. package/dist/ui/esm/types/ui/components/Page/Page.types.d.ts +2 -2
  130. package/dist/ui/esm/types/ui/components/Page/PageHandler.d.ts +1 -1
  131. package/dist/ui/esm/types/ui/components/Page/PageHandler.types.d.ts +1 -2
  132. package/dist/ui/esm/types/ui/components/Page/PageIcon/PageIcon.d.ts +4 -2
  133. package/dist/ui/esm/types/ui/components/Page/PdfBlock/PdfBlock.types.d.ts +2 -2
  134. package/dist/ui/esm/types/ui/components/Page/SyncedBlock/SyncedBlock.types.d.ts +2 -2
  135. package/dist/ui/esm/types/ui/components/Page/TextBlock/TextBlock.types.d.ts +2 -2
  136. package/dist/ui/esm/types/ui/components/Table/Column.d.ts +4 -0
  137. package/dist/ui/esm/types/ui/components/Table/Column.types.d.ts +11 -0
  138. package/dist/ui/esm/types/ui/components/Table/TableHandler.d.ts +1 -1
  139. package/dist/ui/esm/types/ui/components/Table/TableHandler.types.d.ts +0 -1
  140. package/dist/ui/esm/types/ui/components/Table/TableIcon/TableIcon.d.ts +1 -1
  141. package/dist/ui/esm/types/ui/components/Table/TableIcon/TableIcon.types.d.ts +1 -0
  142. package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
  143. package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  144. package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
  145. package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +3 -0
  146. package/dist/ui/esm/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.d.ts +4 -0
  147. package/dist/ui/esm/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  148. package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
  149. package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +3 -0
  150. package/dist/ui/esm/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +4 -0
  151. package/dist/ui/esm/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +11 -0
  152. package/dist/ui/esm/types/ui/components/index.d.ts +1 -3
  153. package/dist/ui/esm/types/ui/components/tokens.stylex.d.ts +9 -0
  154. package/dist/ui/esm/types/ui/components/types.d.ts +0 -8
  155. package/dist/ui/types.d.ts +66 -48
  156. package/dist/ui/umd/index.js +1 -20045
  157. package/dist/ui/umd/index.js.map +1 -1
  158. package/dist/ui/umd/style.css +331 -0
  159. package/dist/ui/umd/types/exporter/files.d.ts +4 -0
  160. package/dist/ui/umd/types/exporter/types.d.ts +24 -1
  161. package/dist/ui/umd/types/exporter/variables.d.ts +1 -0
  162. package/dist/ui/umd/types/ui/components/Gallery/Gallery.types.d.ts +2 -2
  163. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
  164. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -0
  165. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
  166. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -0
  167. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +3 -1
  168. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
  169. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +3 -0
  170. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.d.ts +4 -0
  171. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +10 -0
  172. package/dist/ui/umd/types/ui/components/Gallery/GalleryRichTextField/RichTextField.d.ts +1 -1
  173. package/dist/ui/umd/types/ui/components/Gallery/GalleryRichTextField/RichTextField.types.d.ts +1 -0
  174. package/dist/ui/umd/types/ui/components/List/Column.d.ts +4 -0
  175. package/dist/ui/umd/types/ui/components/List/Column.types.d.ts +11 -0
  176. package/dist/ui/umd/types/ui/components/List/List.d.ts +4 -1
  177. package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
  178. package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  179. package/dist/ui/umd/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +4 -0
  180. package/dist/ui/umd/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +9 -0
  181. package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/BreadcrumbBlock.types.d.ts +1 -9
  182. package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.d.ts +4 -0
  183. package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/Breadcrumbs.types.d.ts +10 -0
  184. package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.d.ts +4 -0
  185. package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/LinkedBreadcrumbIfLinked.types.d.ts +12 -0
  186. package/dist/ui/umd/types/ui/components/Page/BreadcrumbBlock/index.d.ts +2 -1
  187. package/dist/ui/umd/types/ui/components/Page/BulletedListBlock/BulletedListBlock.d.ts +4 -0
  188. 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
  189. package/dist/ui/umd/types/ui/components/Page/BulletedListBlock/index.d.ts +2 -0
  190. package/dist/ui/umd/types/ui/components/Page/CodeBlock/Code/Code.d.ts +1 -1
  191. package/dist/ui/umd/types/ui/components/Page/CodeBlock/Code/Code.types.d.ts +0 -2
  192. package/dist/ui/umd/types/ui/components/Page/CodeBlock/CodeBlock.d.ts +1 -1
  193. package/dist/ui/umd/types/ui/components/Page/CodeBlock/CodeBlock.types.d.ts +0 -2
  194. package/dist/ui/umd/types/ui/components/Page/ListBlocks/ListBlocks.d.ts +4 -0
  195. package/dist/ui/umd/types/ui/components/Page/{ListBlock/ListBlock.types.d.ts → ListBlocks/ListBlocks.types.d.ts} +1 -1
  196. package/dist/ui/umd/types/ui/components/Page/ListBlocks/index.d.ts +2 -0
  197. package/dist/ui/umd/types/ui/components/Page/NumberedListBlocks/NumberedListBlock.d.ts +4 -0
  198. 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
  199. package/dist/ui/umd/types/ui/components/Page/NumberedListBlocks/index.d.ts +2 -2
  200. package/dist/ui/umd/types/ui/components/Page/Page.d.ts +1 -1
  201. package/dist/ui/umd/types/ui/components/Page/Page.types.d.ts +2 -2
  202. package/dist/ui/umd/types/ui/components/Page/PageHandler.d.ts +1 -1
  203. package/dist/ui/umd/types/ui/components/Page/PageHandler.types.d.ts +1 -2
  204. package/dist/ui/umd/types/ui/components/Page/PageIcon/PageIcon.d.ts +4 -2
  205. package/dist/ui/umd/types/ui/components/Page/PdfBlock/PdfBlock.types.d.ts +2 -2
  206. package/dist/ui/umd/types/ui/components/Page/SyncedBlock/SyncedBlock.types.d.ts +2 -2
  207. package/dist/ui/umd/types/ui/components/Page/TextBlock/TextBlock.types.d.ts +2 -2
  208. package/dist/ui/umd/types/ui/components/Table/Column.d.ts +4 -0
  209. package/dist/ui/umd/types/ui/components/Table/Column.types.d.ts +11 -0
  210. package/dist/ui/umd/types/ui/components/Table/TableHandler.d.ts +1 -1
  211. package/dist/ui/umd/types/ui/components/Table/TableHandler.types.d.ts +0 -1
  212. package/dist/ui/umd/types/ui/components/Table/TableIcon/TableIcon.d.ts +1 -1
  213. package/dist/ui/umd/types/ui/components/Table/TableIcon/TableIcon.types.d.ts +1 -0
  214. package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.d.ts +4 -0
  215. package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  216. package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
  217. package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +3 -0
  218. package/dist/ui/umd/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.d.ts +4 -0
  219. package/dist/ui/umd/types/ui/components/Table/TableSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  220. package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
  221. package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +3 -0
  222. package/dist/ui/umd/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +4 -0
  223. package/dist/ui/umd/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +11 -0
  224. package/dist/ui/umd/types/ui/components/index.d.ts +1 -3
  225. package/dist/ui/umd/types/ui/components/tokens.stylex.d.ts +9 -0
  226. package/dist/ui/umd/types/ui/components/types.d.ts +0 -8
  227. package/package.json +30 -33
  228. package/dist/ui/cjs/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +0 -4
  229. package/dist/ui/cjs/types/ui/components/Page/BulletedListBlocks/index.d.ts +0 -2
  230. package/dist/ui/cjs/types/ui/components/Page/ListBlock/ListBlock.d.ts +0 -4
  231. package/dist/ui/cjs/types/ui/components/Page/ListBlock/index.d.ts +0 -2
  232. package/dist/ui/cjs/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +0 -4
  233. package/dist/ui/cjs/types/ui/components/Page/TemplateBlock/TemplateBlock.d.ts +0 -4
  234. package/dist/ui/cjs/types/ui/components/Page/TemplateBlock/TemplateBlock.types.d.ts +0 -4
  235. package/dist/ui/cjs/types/ui/components/Page/TemplateBlock/index.d.ts +0 -2
  236. package/dist/ui/cjs/types/ui/components/Table/TablePropertyNameAndIcon.d.ts +0 -4
  237. package/dist/ui/cjs/types/ui/components/Table/TablePropertyNameAndIcon.types.d.ts +0 -5
  238. package/dist/ui/esm/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +0 -4
  239. package/dist/ui/esm/types/ui/components/Page/BulletedListBlocks/index.d.ts +0 -2
  240. package/dist/ui/esm/types/ui/components/Page/ListBlock/ListBlock.d.ts +0 -4
  241. package/dist/ui/esm/types/ui/components/Page/ListBlock/index.d.ts +0 -2
  242. package/dist/ui/esm/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +0 -4
  243. package/dist/ui/esm/types/ui/components/Page/TemplateBlock/TemplateBlock.d.ts +0 -4
  244. package/dist/ui/esm/types/ui/components/Page/TemplateBlock/TemplateBlock.types.d.ts +0 -4
  245. package/dist/ui/esm/types/ui/components/Page/TemplateBlock/index.d.ts +0 -2
  246. package/dist/ui/esm/types/ui/components/Table/TablePropertyNameAndIcon.d.ts +0 -4
  247. package/dist/ui/esm/types/ui/components/Table/TablePropertyNameAndIcon.types.d.ts +0 -5
  248. package/dist/ui/umd/types/ui/components/Page/BulletedListBlocks/BulletedListBlocks.d.ts +0 -4
  249. package/dist/ui/umd/types/ui/components/Page/BulletedListBlocks/index.d.ts +0 -2
  250. package/dist/ui/umd/types/ui/components/Page/ListBlock/ListBlock.d.ts +0 -4
  251. package/dist/ui/umd/types/ui/components/Page/ListBlock/index.d.ts +0 -2
  252. package/dist/ui/umd/types/ui/components/Page/NumberedListBlocks/NumberedListBlocks.d.ts +0 -4
  253. package/dist/ui/umd/types/ui/components/Page/TemplateBlock/TemplateBlock.d.ts +0 -4
  254. package/dist/ui/umd/types/ui/components/Page/TemplateBlock/TemplateBlock.types.d.ts +0 -4
  255. package/dist/ui/umd/types/ui/components/Page/TemplateBlock/index.d.ts +0 -2
  256. package/dist/ui/umd/types/ui/components/Table/TablePropertyNameAndIcon.d.ts +0 -4
  257. package/dist/ui/umd/types/ui/components/Table/TablePropertyNameAndIcon.types.d.ts +0 -5
  258. /package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.d.ts +0 -0
  259. /package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.types.d.ts +0 -0
  260. /package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/index.d.ts +0 -0
  261. /package/dist/ui/esm/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.d.ts +0 -0
  262. /package/dist/ui/esm/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.types.d.ts +0 -0
  263. /package/dist/ui/esm/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/index.d.ts +0 -0
  264. /package/dist/ui/umd/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.d.ts +0 -0
  265. /package/dist/ui/umd/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/LinkPreviewMention.types.d.ts +0 -0
  266. /package/dist/ui/umd/types/ui/components/Page/RichText/Mention/{LinkPreviewMemtion → LinkPreviewMention}/index.d.ts +0 -0
@@ -0,0 +1,331 @@
1
+ :root{--x1y92o4d:rgb(50, 48, 44);--xgq91e7:rgba(227, 226, 224, 0.5);--xsjpurm:rgb(50, 48, 44);--x17xzs96:rgb(227, 226, 224);--x18bsbx9:rgb(68, 42, 30);--x7p2d1:rgb(238, 224, 218);--x16z8mn5:rgb(73, 41, 14);--xx63jd3:rgb(250, 222, 201);--x1ma8or9:rgb(64, 44, 27);--xjrctlu:rgb(253, 236, 200);--xl5mk0q:rgb(28, 56, 41);--xnhdkh7:rgb(219, 237, 219);--x1y9xni7:rgb(24, 51, 71);--x1xipc9s:rgb(211, 229, 239);--x17iakwi:rgb(65, 36, 84);--x1q4sjy7:rgb(232, 222, 238);--x1bkyxkq:rgb(76, 35, 55);--x5fno5p:rgb(245, 224, 233);--xw1fo1u:rgb(93, 23, 21);--x1vwzxpo:rgb(255, 226, 221);}
2
+ :root{--xdhvszd:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";}
3
+ .x130j894:not(#\#){background:inherit}
4
+ .xwpv0f9:not(#\#){background:rgb(211,229,239) none repeat scroll 0 0}
5
+ .x1rzy9ey:not(#\#){background:rgb(25,25,25)}
6
+ .xxmbyu5:not(#\#){background:rgb(46,170,220)}
7
+ .x1iyahom:not(#\#){background:rgba(135,131,120,.15)}
8
+ .x1vc4kkm:not(#\#){background:rgba(231,243,248,1)}
9
+ .x1wbybi0:not(#\#){background:rgba(237,243,236,1)}
10
+ .x1b0lv13:not(#\#){background:rgba(241,241,239,1)}
11
+ .xh3ejly:not(#\#){background:rgba(244,238,238,1)}
12
+ .x4hwpk7:not(#\#){background:rgba(244,240,247,.8)}
13
+ .x1yop5l8:not(#\#){background:rgba(249,238,243,.8)}
14
+ .x36tass:not(#\#){background:rgba(251,236,221,1)}
15
+ .xoow5ae:not(#\#){background:rgba(251,243,219,1)}
16
+ .x1dia63y:not(#\#){background:rgba(253,235,236,1)}
17
+ .x1r7xphn:not(#\#){background:white}
18
+ .xtfardp:not(#\#){border:1px solid #ddd}
19
+ .x1pwd5xa:not(#\#){border:1px solid #EEE}
20
+ .xjr8z75:not(#\#){border:1px solid rgb(233,233,231)}
21
+ .xrwc1qg:not(#\#){border:1px solid rgba(55,53,47,.16)}
22
+ .x13k78xn:not(#\#){grid-template:repeat(1,1fr) /1.5rem 1fr}
23
+ .x1ga92pj:not(#\#){margin:.2rem 0 0}
24
+ .x1aki0ej:not(#\#){margin:.3rem .3rem 0}
25
+ .x1rz42sk:not(#\#){margin:.5rem auto}
26
+ .x1minv1u:not(#\#){margin:0 .5rem}
27
+ .x1y59oyo:not(#\#){margin:0 0 0 7px}
28
+ .x7qn6qj:not(#\#){margin:0 0 1rem}
29
+ .xwkitof:not(#\#){margin:0 6px 0 0}
30
+ .xqmp0lw:not(#\#){margin:0 7px}
31
+ .x19bbpc0:not(#\#){margin:0 auto}
32
+ .x1ghz6dp:not(#\#){margin:0}
33
+ .xbkgn1r:not(#\#){margin:1rem 0}
34
+ .x1qk52y6:not(#\#){margin:4px 0}
35
+ .x1bpp3o7:not(#\#){margin:auto}
36
+ .x16riluj:not(#\#){padding:.1rem .2rem}
37
+ .xz94u7r:not(#\#){padding:.1rem 0 .1rem .3rem}
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
+ .x1vn9ge:not(#\#){padding:.6rem 0 .4rem}
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
+ .x1x8mqaw:not(#\#){padding:1.6rem 0 0}
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
+ .xmzctq6:not(#\#){padding:2rem 0 0}
65
+ .xvfrpa1:not(#\#){padding:3rem 0 0}
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
+ .xv6mfv7:not(#\#):not(#\#){border-bottom:1px solid #999}
76
+ .x15su7se:not(#\#):not(#\#){border-bottom:1px solid #ddd}
77
+ .xagqfe1:not(#\#):not(#\#){border-bottom:1px solid rgba(55,53,47,.09)}
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
+ .x1pjcqnp:not(#\#):not(#\#){border-radius:inherit}
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
+ .xrjfsii:not(#\#):not(#\#){transition:background .02s ease-in 0s}
98
+ .x1pgibqq:not(#\#):not(#\#){transition:background .1s ease-out 0s}
99
+ .xtpmwse:not(#\#):not(#\#){transition:background .2s ease-out 0s}
100
+ .x1kzuo5g:not(#\#):not(#\#){transition:transform .2s ease-out 0s}
101
+ .x1ipnmua:hover:not(#\#):not(#\#){border-bottom:1px solid #ddd}
102
+ .x1ri5ofb:hover:not(#\#):not(#\#){border-radius:3px}
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
+ .x1u5cvvl:not(#\#):not(#\#):not(#\#){background-color:inhirit}
113
+ .xivqcaa:not(#\#):not(#\#):not(#\#){background-color:rgb(231,243,248)}
114
+ .xk1eqyx:not(#\#):not(#\#):not(#\#){background-color:rgb(237,243,236)}
115
+ .xan1y3o:not(#\#):not(#\#):not(#\#){background-color:rgb(241,241,239)}
116
+ .x5sxmnr:not(#\#):not(#\#):not(#\#){background-color:rgb(244,238,238)}
117
+ .x14zlkn0:not(#\#):not(#\#):not(#\#){background-color:rgb(247,246,243)}
118
+ .x1js6t1l:not(#\#):not(#\#):not(#\#){background-color:rgb(251,236,221)}
119
+ .x125ifk9:not(#\#):not(#\#):not(#\#){background-color:rgb(251,243,219)}
120
+ .x1e4p6wl:not(#\#):not(#\#):not(#\#){background-color:rgb(253,235,236)}
121
+ .xjy77r2:not(#\#):not(#\#):not(#\#){background-color:rgba(244,240,247,.8)}
122
+ .x1u8e821:not(#\#):not(#\#):not(#\#){background-color:rgba(249,238,243,.8)}
123
+ .xci70tp:not(#\#):not(#\#):not(#\#){background-color:var(--x17xzs96)}
124
+ .x133r7a8:not(#\#):not(#\#):not(#\#){background-color:var(--x1q4sjy7)}
125
+ .x15i6tbi:not(#\#):not(#\#):not(#\#){background-color:var(--x1vwzxpo)}
126
+ .x14hnfas:not(#\#):not(#\#):not(#\#){background-color:var(--x1xipc9s)}
127
+ .xd76jeb:not(#\#):not(#\#):not(#\#){background-color:var(--x7p2d1)}
128
+ .x1h0t2o7:not(#\#):not(#\#):not(#\#){background-color:var(--xgq91e7)}
129
+ .xqu49kv:not(#\#):not(#\#):not(#\#){background-color:var(--xjrctlu)}
130
+ .xn4xrgm:not(#\#):not(#\#):not(#\#){background-color:var(--xnhdkh7)}
131
+ .x1kalnq:not(#\#):not(#\#):not(#\#){background-color:var(--xx63jd3)}
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
+ .x1525slw:not(#\#):not(#\#):not(#\#){color:#333}
145
+ .x33gn0b:not(#\#):not(#\#):not(#\#){color:#666}
146
+ .xh3659q:not(#\#):not(#\#):not(#\#){color:#777}
147
+ .x1g3taxb:not(#\#):not(#\#):not(#\#){color:#888}
148
+ .x1noocy9:not(#\#):not(#\#):not(#\#){color:#999}
149
+ .xytkd8t:not(#\#):not(#\#):not(#\#){color:#EB5757}
150
+ .x1heor9g:not(#\#):not(#\#):not(#\#){color:inherit}
151
+ .xbtqrdd:not(#\#):not(#\#):not(#\#){color:rgb(120,119,116)}
152
+ .xocb71z:not(#\#):not(#\#):not(#\#){color:rgb(144,101,176)}
153
+ .xfgbdse:not(#\#):not(#\#):not(#\#){color:rgb(159,107,83)}
154
+ .x16mczcu:not(#\#):not(#\#):not(#\#){color:rgb(193,76,138)}
155
+ .x1cuxad4:not(#\#):not(#\#):not(#\#){color:rgb(203,145,47)}
156
+ .x1ii5icm:not(#\#):not(#\#):not(#\#){color:rgb(212,76,71)}
157
+ .xeubebw:not(#\#):not(#\#):not(#\#){color:rgb(217,115,13)}
158
+ .x1ctjc2f:not(#\#):not(#\#):not(#\#){color:rgb(24,51,71)}
159
+ .x1a2b8c4:not(#\#):not(#\#):not(#\#){color:rgb(51,126,169)}
160
+ .xiniunn:not(#\#):not(#\#):not(#\#){color:rgb(55,53,47)}
161
+ .xzrguvn:not(#\#):not(#\#):not(#\#){color:rgb(68,131,97)}
162
+ .xiz7vfo:not(#\#):not(#\#):not(#\#){color:rgba(120,119,116,1)}
163
+ .xf43dgl:not(#\#):not(#\#):not(#\#){color:rgba(144,101,176,1)}
164
+ .xsm54nf:not(#\#):not(#\#):not(#\#){color:rgba(159,107,83,1)}
165
+ .x1qdz2de:not(#\#):not(#\#):not(#\#){color:rgba(193,76,138,1)}
166
+ .xajnbqy:not(#\#):not(#\#):not(#\#){color:rgba(203,145,47,1)}
167
+ .x7n30i6:not(#\#):not(#\#):not(#\#){color:rgba(212,76,71,1)}
168
+ .x1hwudao:not(#\#):not(#\#):not(#\#){color:rgba(217,115,13,1)}
169
+ .x2xfezk:not(#\#):not(#\#):not(#\#){color:rgba(51,126,169,1)}
170
+ .xyj4yit:not(#\#):not(#\#):not(#\#){color:rgba(55,53,47,.65)}
171
+ .x9lygya:not(#\#):not(#\#):not(#\#){color:rgba(68,131,97,1)}
172
+ .x128jwoc:not(#\#):not(#\#):not(#\#){color:var(--x16z8mn5)}
173
+ .x1snsg9x:not(#\#):not(#\#):not(#\#){color:var(--x17iakwi)}
174
+ .xq5r36o:not(#\#):not(#\#):not(#\#){color:var(--x18bsbx9)}
175
+ .x1eyqu72:not(#\#):not(#\#):not(#\#){color:var(--x1ma8or9)}
176
+ .x1oky7nv:not(#\#):not(#\#):not(#\#){color:var(--x1y92o4d)}
177
+ .x10o3wkq:not(#\#):not(#\#):not(#\#){color:var(--x1y9xni7)}
178
+ .x1ux9al1:not(#\#):not(#\#):not(#\#){color:var(--xl5mk0q)}
179
+ .x1n7irgc:not(#\#):not(#\#):not(#\#){color:var(--xsjpurm)}
180
+ .x1ftp93z:not(#\#):not(#\#):not(#\#){color:var(--xw1fo1u)}
181
+ .x1ypdohk:not(#\#):not(#\#):not(#\#){cursor:pointer}
182
+ .x1lliihq:not(#\#):not(#\#):not(#\#){display:block}
183
+ .x78zum5:not(#\#):not(#\#):not(#\#){display:flex}
184
+ .xrvj5dj:not(#\#):not(#\#):not(#\#){display:grid}
185
+ .x3nfvp2:not(#\#):not(#\#):not(#\#){display:inline-flex}
186
+ .xt0psk2:not(#\#):not(#\#):not(#\#){display:inline}
187
+ .x1pa04qk:not(#\#):not(#\#):not(#\#){fill:#000}
188
+ .x1kihv7h:not(#\#):not(#\#):not(#\#){fill:inherit}
189
+ .x118tc7y:not(#\#):not(#\#):not(#\#){fill:rgba(55,53,47,.45)}
190
+ .xypthjr:not(#\#):not(#\#):not(#\#){fill:white}
191
+ .xdt5ytf:not(#\#):not(#\#):not(#\#){flex-direction:column}
192
+ .x1q0g3np:not(#\#):not(#\#):not(#\#){flex-direction:row}
193
+ .x1c4vz4f:not(#\#):not(#\#):not(#\#){flex-grow:0}
194
+ .x1iyjqo2:not(#\#):not(#\#):not(#\#){flex-grow:1}
195
+ .x2lah0s:not(#\#):not(#\#):not(#\#){flex-shrink:0}
196
+ .x1g3ib7:not(#\#):not(#\#):not(#\#){flex-shrink:10}
197
+ .x7ycizk:not(#\#):not(#\#):not(#\#){flexshrink:0}
198
+ .x1faq86j:not(#\#):not(#\#):not(#\#){float:left}
199
+ .x1yuf4xd:not(#\#):not(#\#):not(#\#){font-family:"SFMono-Regular",Menlo,Consolas,"PT Mono","Liberation Mono",Courier,monospace}
200
+ .x1xh6qhr:not(#\#):not(#\#):not(#\#){font-family:var(--xdhvszd)}
201
+ .xboafo0:not(#\#):not(#\#):not(#\#){font-size:.75rem}
202
+ .x1sfrptf:not(#\#):not(#\#):not(#\#){font-size:.7rem}
203
+ .x1qzg9v8:not(#\#):not(#\#):not(#\#){font-size:.85rem}
204
+ .xgommxb:not(#\#):not(#\#):not(#\#){font-size:.8rem}
205
+ .xyr29y3:not(#\#):not(#\#):not(#\#){font-size:.95rem}
206
+ .x1nrrp6k:not(#\#):not(#\#):not(#\#){font-size:.9rem}
207
+ .x1hptrd9:not(#\#):not(#\#):not(#\#){font-size:1.1rem}
208
+ .x8c3b7j:not(#\#):not(#\#):not(#\#){font-size:1.7rem}
209
+ .xfifm61:not(#\#):not(#\#):not(#\#){font-size:12px}
210
+ .x4z9k3i:not(#\#):not(#\#):not(#\#){font-size:13px}
211
+ .xif65rj:not(#\#):not(#\#):not(#\#){font-size:14px}
212
+ .x1jchvi3:not(#\#):not(#\#):not(#\#){font-size:1rem}
213
+ .x1k4tb9n:not(#\#):not(#\#):not(#\#){font-style:italic}
214
+ .xk50ysn:not(#\#):not(#\#):not(#\#){font-weight:500}
215
+ .x117nqv4:not(#\#):not(#\#):not(#\#){font-weight:bold}
216
+ .x1a7s9hc:not(#\#):not(#\#):not(#\#){grid-template-columns:32px 1fr}
217
+ .x15vz560:not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}
218
+ .x1vn7x89:not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
219
+ .xu66tq2:not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}
220
+ .xl56j7k:not(#\#):not(#\#):not(#\#){justify-content:center}
221
+ .x1nhvcw1:not(#\#):not(#\#):not(#\#){justify-content:flex-start}
222
+ .x1szn6h9:not(#\#):not(#\#):not(#\#){justify-content:stretch}
223
+ .x1u7k74:not(#\#):not(#\#):not(#\#){line-height:1.2}
224
+ .x37zpob:not(#\#):not(#\#):not(#\#){line-height:1.4}
225
+ .x1evy7pa:not(#\#):not(#\#):not(#\#){line-height:1.5}
226
+ .xa7kkou:not(#\#):not(#\#):not(#\#){line-height:1.7}
227
+ .xwxc2jc:not(#\#):not(#\#):not(#\#){line-height:1.8}
228
+ .xo5v014:not(#\#):not(#\#):not(#\#){line-height:1}
229
+ .x1d3mw78:not(#\#):not(#\#):not(#\#){line-height:16px}
230
+ .x3ct3a4:not(#\#):not(#\#):not(#\#){list-style-type:none}
231
+ .x126bhsu:not(#\#):not(#\#):not(#\#){minwidth:0}
232
+ .x19kjcj4:not(#\#):not(#\#):not(#\#){object-fit:contain}
233
+ .xl1xv1r:not(#\#):not(#\#):not(#\#){object-fit:cover}
234
+ .x1a2r2ce:not(#\#):not(#\#):not(#\#){object-position:center 50%}
235
+ .x1htuu40:not(#\#):not(#\#):not(#\#){object-position:top 50%}
236
+ .xbyyjgo:not(#\#):not(#\#):not(#\#){opacity:.5}
237
+ .x1hc1fzr:not(#\#):not(#\#):not(#\#){opacity:1}
238
+ .x10l6tqk:not(#\#):not(#\#):not(#\#){position:absolute}
239
+ .x1n2onr6:not(#\#):not(#\#):not(#\#){position:relative}
240
+ .x1uhb9sk:not(#\#):not(#\#):not(#\#){position:static}
241
+ .x2b8uid:not(#\#):not(#\#):not(#\#){text-align:center}
242
+ .xdpxx8g:not(#\#):not(#\#):not(#\#){text-align:left}
243
+ .x1hr2gdg:not(#\#):not(#\#):not(#\#){text-align:right}
244
+ .x1ccxkrh:not(#\#):not(#\#):not(#\#){text-decoration-color:#999}
245
+ .x5lhwog:not(#\#):not(#\#):not(#\#){text-decoration-line:line-through}
246
+ .xlyipyv:not(#\#):not(#\#):not(#\#){text-overflow:ellipsis}
247
+ .xn80e1m:not(#\#):not(#\#):not(#\#){text-transform:capitalize}
248
+ .x87ps6o:not(#\#):not(#\#):not(#\#){user-select:none}
249
+ .x3ajldb:not(#\#):not(#\#):not(#\#){vertical-align:bottom}
250
+ .xxymvpz:not(#\#):not(#\#):not(#\#){vertical-align:middle}
251
+ .x16dsc37:not(#\#):not(#\#):not(#\#){vertical-align:top}
252
+ .xuxw1ft:not(#\#):not(#\#):not(#\#){white-space:nowrap}
253
+ .x126k92a:not(#\#):not(#\#):not(#\#){white-space:pre-wrap}
254
+ .x13faqbe:not(#\#):not(#\#):not(#\#){word-break:break-word}
255
+ .xy8jdh7:hover:not(#\#):not(#\#):not(#\#){background-color:#eee}
256
+ .xolk286:hover:not(#\#):not(#\#):not(#\#){background-color:#f5f5f5}
257
+ .xedk425:hover:not(#\#):not(#\#):not(#\#){background-color:rgba(55,53,47,.08)}
258
+ .xh456z8:hover:not(#\#):not(#\#):not(#\#){color:#ddd}
259
+ .xslp9yy:hover:not(#\#):not(#\#):not(#\#){color:rgb(50,48,44)}
260
+ @media (max-width: 580px){.xjimrh6.xjimrh6:not(#\#):not(#\#):not(#\#){display:block}}
261
+ @media (max-width: 580px){.x1v6uw9j.x1v6uw9j:not(#\#):not(#\#):not(#\#){display:none}}
262
+ @media (max-width: 580px){.x1xrxgpl.x1xrxgpl:not(#\#):not(#\#):not(#\#){position:static}}
263
+ .xwlngq8:not(#\#):not(#\#):not(#\#):not(#\#){height:.6875em}
264
+ .xqtp20y:not(#\#):not(#\#):not(#\#):not(#\#){height:0}
265
+ .x5yr21d:not(#\#):not(#\#):not(#\#):not(#\#){height:100%}
266
+ .x1rxgj4k:not(#\#):not(#\#):not(#\#):not(#\#){height:101.25px}
267
+ .x1dr9wh:not(#\#):not(#\#):not(#\#):not(#\#){height:108px}
268
+ .x1kpxq89:not(#\#):not(#\#):not(#\#):not(#\#){height:12px}
269
+ .x1cm2wpk:not(#\#):not(#\#):not(#\#):not(#\#){height:146.25px}
270
+ .x1v9usgg:not(#\#):not(#\#):not(#\#):not(#\#){height:14px}
271
+ .xlup9mm:not(#\#):not(#\#):not(#\#):not(#\#){height:16px}
272
+ .x1b51vyi:not(#\#):not(#\#):not(#\#):not(#\#){height:180px}
273
+ .xjm9jq1:not(#\#):not(#\#):not(#\#):not(#\#){height:1px}
274
+ .xxk0z11:not(#\#):not(#\#):not(#\#):not(#\#){height:24px}
275
+ .x10w6t97:not(#\#):not(#\#):not(#\#):not(#\#){height:32px}
276
+ .xojvqvm:not(#\#):not(#\#):not(#\#):not(#\#){height:33px}
277
+ .xb7ufyx:not(#\#):not(#\#):not(#\#):not(#\#){left:.8rem}
278
+ .xu96u03:not(#\#):not(#\#):not(#\#):not(#\#){left:0}
279
+ .x1ty9z65:not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:1px}
280
+ .xjpr12u:not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:2px}
281
+ .xg06gn0:not(#\#):not(#\#):not(#\#):not(#\#){margin-left:.6rem}
282
+ .xj3b58b:not(#\#):not(#\#):not(#\#):not(#\#){margin-left:0}
283
+ .xcmxlu1:not(#\#):not(#\#):not(#\#):not(#\#){margin-left:14px}
284
+ .x8x9d4c:not(#\#):not(#\#):not(#\#):not(#\#){margin-left:auto}
285
+ .x1yf7rl7:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:0}
286
+ .xyo1k6t:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:10px}
287
+ .xl010v5:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:4px}
288
+ .xvo1kyu:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:7px}
289
+ .xack27t:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:auto}
290
+ .xo7kle4:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:.15rem}
291
+ .xdt5uv0:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:.4rem}
292
+ .xv0uc0e:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:.6rem}
293
+ .xdj266r:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:0}
294
+ .x1gslohp:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:4px}
295
+ .x1xmf6yo:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:8px}
296
+ .x193iq5w:not(#\#):not(#\#):not(#\#):not(#\#){max-width:100%}
297
+ .x10br76f:not(#\#):not(#\#):not(#\#):not(#\#){max-width:25rem}
298
+ .x1j9u4d2:not(#\#):not(#\#):not(#\#):not(#\#){max-width:400px}
299
+ .x65f84u:not(#\#):not(#\#):not(#\#):not(#\#){max-width:500px}
300
+ .xphddl8:not(#\#):not(#\#):not(#\#):not(#\#){max-width:550px}
301
+ .xorqhan:not(#\#):not(#\#):not(#\#):not(#\#){max-width:710px}
302
+ .xtoz7bz:not(#\#):not(#\#):not(#\#):not(#\#){min-height:calc(1.5em + 3px + 3px)}
303
+ .xeuugli:not(#\#):not(#\#):not(#\#):not(#\#){min-width:0}
304
+ .xgqtt45:not(#\#):not(#\#):not(#\#):not(#\#){min-width:100%}
305
+ .x1cf5d4w:not(#\#):not(#\#):not(#\#):not(#\#){min-width:1200px}
306
+ .xgc0pbm:not(#\#):not(#\#):not(#\#):not(#\#){min-width:1px}
307
+ .xt4ypqs:not(#\#):not(#\#):not(#\#):not(#\#){min-width:20px}
308
+ .xjdhk0:not(#\#):not(#\#):not(#\#):not(#\#){min-width:calc((100% - 192px) - 0)}
309
+ .x14aock7:not(#\#):not(#\#):not(#\#):not(#\#){overflow-x:scroll}
310
+ .xn2xpo4:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:.2rem}
311
+ .x1a8lsjc:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:10px}
312
+ .x2yie3v:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:1rem}
313
+ .x10avn17:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:56.25%}
314
+ .x15u6esi:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:.5rem}
315
+ .x9dzeaa:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:1rem}
316
+ .xkkytvh:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:.4rem}
317
+ .xumxmzd:not(#\#):not(#\#):not(#\#):not(#\#){padding-top:.6rem}
318
+ .x1nh8u4m:not(#\#):not(#\#):not(#\#):not(#\#){top:.5rem}
319
+ .x13vifvy:not(#\#):not(#\#):not(#\#):not(#\#){top:0}
320
+ .xdj6tmt:not(#\#):not(#\#):not(#\#):not(#\#){width:.6875em}
321
+ .xh8yej3:not(#\#):not(#\#):not(#\#):not(#\#){width:100%}
322
+ .xsmyaan:not(#\#):not(#\#):not(#\#):not(#\#){width:12px}
323
+ .x6jxa94:not(#\#):not(#\#):not(#\#):not(#\#){width:14px}
324
+ .x1kky2od:not(#\#):not(#\#):not(#\#):not(#\#){width:16px}
325
+ .xe9vn5y:not(#\#):not(#\#):not(#\#):not(#\#){width:174px}
326
+ .xzjbwwf:not(#\#):not(#\#):not(#\#):not(#\#){width:180px}
327
+ .x17z2i9w:not(#\#):not(#\#):not(#\#):not(#\#){width:22px}
328
+ .xvy4d1p:not(#\#):not(#\#):not(#\#):not(#\#){width:24px}
329
+ .x1hfn5x7:not(#\#):not(#\#):not(#\#):not(#\#){width:260px}
330
+ .x1m258z3:not(#\#):not(#\#):not(#\#):not(#\#){width:320px}
331
+ .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,30 @@ 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 PdfBlockObjectResponseEx = PdfBlockObjectResponse & {
220
+ pdf: {
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 SyncedBlockBlockObjectResponseEx = SyncedBlockBlockObjectResponse & {
240
+ children?: ListBlockChildrenResponseEx;
241
+ };
242
+ 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 | FileBlockObjectResponse | AudioBlockObjectResponse | LinkPreviewBlockObjectResponse | UnsupportedBlockObjectResponse;
220
243
  export type ListBlockChildrenResponseEx = ListBlockChildrenResponse & {
221
244
  results: Array<BlockObjectResponse>;
222
245
  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,15 +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
- }
4
+ import type { BreadcrumbBlockObjectResponseEx } from '../../../../exporter';
13
5
  export interface BreadcrumbBlockProps {
14
6
  block: BreadcrumbBlockObjectResponseEx;
15
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
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { LinkedBreadcrumbIfLinkedProps } from './LinkedBreadcrumbIfLinked.types';
3
+ declare const LinkedBreadcrumbIfLinked: ({ breadcrumb, link, href, query, children }: LinkedBreadcrumbIfLinkedProps) => React.JSX.Element;
4
+ export default LinkedBreadcrumbIfLinked;
@@ -0,0 +1,12 @@
1
+ /// <reference types="node" />
2
+ import type { ReactNode } from 'react';
3
+ import type { ParsedUrlQueryInput } from 'node:querystring';
4
+ import type { Link } from '../../types';
5
+ import type { Breadcrumb } from '../../../../exporter';
6
+ export interface LinkedBreadcrumbIfLinkedProps {
7
+ breadcrumb: Breadcrumb;
8
+ link?: Link;
9
+ href?: string;
10
+ query?: ParsedUrlQueryInput;
11
+ children?: ReactNode;
12
+ }
@@ -1,2 +1,3 @@
1
1
  import BreadcrumbBlock from './BreadcrumbBlock';
2
- export { BreadcrumbBlock };
2
+ import Breadcrumbs from './Breadcrumbs';
3
+ export { BreadcrumbBlock, Breadcrumbs };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { BulletedListBlockProps } from './BulletedListBlock.types';
3
+ declare const BulletedListBlock: ({ block, href, link, query }: BulletedListBlockProps) => React.JSX.Element;
4
+ export default BulletedListBlock;
@@ -2,7 +2,7 @@
2
2
  import type { BulletedListItemBlockObjectResponseEx } from '../../../../exporter';
3
3
  import type { ParsedUrlQueryInput } from 'node:querystring';
4
4
  import type { Link } from '../../types';
5
- export interface BulletedListBlocksProps {
5
+ export interface BulletedListBlockProps {
6
6
  block: BulletedListItemBlockObjectResponseEx;
7
7
  href?: string;
8
8
  link?: Link;