rotion 0.4.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (250) hide show
  1. package/dist/exporter/types.d.ts +1 -3
  2. package/dist/ui/cjs/index.css +1 -1
  3. package/dist/ui/cjs/index.js +1 -1
  4. package/dist/ui/cjs/index.js.map +1 -1
  5. package/dist/ui/cjs/types/exporter/types.d.ts +1 -3
  6. package/dist/ui/cjs/types/ui/components/Gallery/Gallery.d.ts +1 -1
  7. package/dist/ui/cjs/types/ui/components/Gallery/Gallery.types.d.ts +14 -4
  8. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
  9. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -9
  10. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
  11. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -2
  12. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +1 -1
  13. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +1 -1
  14. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +1 -1
  15. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +2 -0
  16. package/dist/ui/cjs/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.d.ts +5 -0
  17. package/dist/ui/cjs/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.types.d.ts +5 -0
  18. package/dist/ui/cjs/types/ui/components/Gallery/GalleryFormulaField/index.d.ts +2 -0
  19. package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
  20. package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +2 -6
  21. package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +1 -1
  22. package/dist/ui/cjs/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +1 -1
  23. package/dist/ui/cjs/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +2 -0
  24. package/dist/ui/cjs/types/ui/components/Gallery/GalleryPreview/GalleryPreview.d.ts +5 -0
  25. package/dist/ui/cjs/types/ui/components/Gallery/GalleryPreview/GalleryPreview.types.d.ts +14 -0
  26. package/dist/ui/cjs/types/ui/components/Gallery/GalleryPreview/index.d.ts +2 -0
  27. package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/GallerySelectField.d.ts +5 -0
  28. package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/GallerySelectField.types.d.ts +6 -0
  29. package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/LinkedTag.d.ts +5 -0
  30. package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/LinkedTag.types.d.ts +10 -0
  31. package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/index.d.ts +2 -0
  32. package/dist/ui/cjs/types/ui/components/List/Column.d.ts +1 -1
  33. package/dist/ui/cjs/types/ui/components/List/Column.types.d.ts +2 -6
  34. package/dist/ui/cjs/types/ui/components/List/List.d.ts +1 -1
  35. package/dist/ui/cjs/types/ui/components/List/List.types.d.ts +13 -2
  36. package/dist/ui/cjs/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +1 -1
  37. package/dist/ui/cjs/types/ui/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +2 -0
  38. package/dist/ui/cjs/types/ui/components/List/ListFormulaField/ListFormulaField.d.ts +5 -0
  39. package/dist/ui/cjs/types/ui/components/List/ListFormulaField/ListFormulaField.types.d.ts +5 -0
  40. package/dist/ui/cjs/types/ui/components/List/ListFormulaField/index.d.ts +2 -0
  41. package/dist/ui/cjs/types/ui/components/List/ListHandler.d.ts +1 -1
  42. package/dist/ui/cjs/types/ui/components/List/ListHandler.types.d.ts +7 -3
  43. package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +1 -1
  44. package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +1 -1
  45. package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +2 -6
  46. package/dist/ui/cjs/types/ui/components/List/ListNumberField/ListNumberField.d.ts +1 -1
  47. package/dist/ui/cjs/types/ui/components/List/ListNumberField/ListNumberField.types.d.ts +2 -0
  48. package/dist/ui/cjs/types/ui/components/List/ListSelectField/LinkedTagIfLinked.d.ts +5 -0
  49. package/dist/ui/cjs/types/ui/components/List/ListSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  50. package/dist/ui/cjs/types/ui/components/List/ListSelectField/ListSelectField.d.ts +5 -0
  51. package/dist/ui/cjs/types/ui/components/List/ListSelectField/ListSelectField.types.d.ts +6 -0
  52. package/dist/ui/cjs/types/ui/components/List/ListSelectField/index.d.ts +2 -0
  53. package/dist/ui/cjs/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +1 -1
  54. package/dist/ui/cjs/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +2 -6
  55. package/dist/ui/cjs/types/ui/components/List/ListTitleField/ListTitleField.d.ts +1 -1
  56. package/dist/ui/cjs/types/ui/components/List/ListTitleField/ListTitleField.types.d.ts +2 -7
  57. package/dist/ui/cjs/types/ui/components/PrefixSuffix/PrefixSuffix.d.ts +5 -0
  58. package/dist/ui/cjs/types/ui/components/PrefixSuffix/PrefixSuffix.types.d.ts +6 -0
  59. package/dist/ui/cjs/types/ui/components/PrefixSuffix/index.d.ts +2 -0
  60. package/dist/ui/cjs/types/ui/components/Table/Column.d.ts +1 -1
  61. package/dist/ui/cjs/types/ui/components/Table/Column.types.d.ts +2 -6
  62. package/dist/ui/cjs/types/ui/components/Table/Table.d.ts +1 -1
  63. package/dist/ui/cjs/types/ui/components/Table/Table.types.d.ts +14 -2
  64. package/dist/ui/cjs/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +1 -1
  65. package/dist/ui/cjs/types/ui/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +2 -0
  66. package/dist/ui/cjs/types/ui/components/Table/TableFormulaField/TableFormulaField.d.ts +5 -0
  67. package/dist/ui/cjs/types/ui/components/Table/TableFormulaField/TableFormulaField.types.d.ts +5 -0
  68. package/dist/ui/cjs/types/ui/components/Table/TableFormulaField/index.d.ts +2 -0
  69. package/dist/ui/cjs/types/ui/components/Table/TableHandler.d.ts +1 -1
  70. package/dist/ui/cjs/types/ui/components/Table/TableHandler.types.d.ts +6 -2
  71. package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
  72. package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +2 -6
  73. package/dist/ui/cjs/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +1 -1
  74. package/dist/ui/cjs/types/ui/components/Table/TableNumberField/TableNumberField.types.d.ts +2 -0
  75. package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
  76. package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +2 -6
  77. package/dist/ui/cjs/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +1 -1
  78. package/dist/ui/cjs/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +2 -7
  79. package/dist/ui/cjs/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +1 -1
  80. package/dist/ui/cjs/types/ui/components/Table/TableTitleField/TableTitleField.types.d.ts +2 -7
  81. package/dist/ui/cjs/types/ui/components/index.d.ts +8 -2
  82. package/dist/ui/cjs/types/ui/components/lib.d.ts +2 -1
  83. package/dist/ui/esm/index.css +1 -1
  84. package/dist/ui/esm/index.js +1 -1
  85. package/dist/ui/esm/index.js.map +1 -1
  86. package/dist/ui/esm/types/exporter/types.d.ts +1 -3
  87. package/dist/ui/esm/types/ui/components/Gallery/Gallery.d.ts +1 -1
  88. package/dist/ui/esm/types/ui/components/Gallery/Gallery.types.d.ts +14 -4
  89. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
  90. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -9
  91. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
  92. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -2
  93. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +1 -1
  94. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +1 -1
  95. package/dist/ui/esm/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +1 -1
  96. package/dist/ui/esm/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +2 -0
  97. package/dist/ui/esm/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.d.ts +5 -0
  98. package/dist/ui/esm/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.types.d.ts +5 -0
  99. package/dist/ui/esm/types/ui/components/Gallery/GalleryFormulaField/index.d.ts +2 -0
  100. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
  101. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +2 -6
  102. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +1 -1
  103. package/dist/ui/esm/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +1 -1
  104. package/dist/ui/esm/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +2 -0
  105. package/dist/ui/esm/types/ui/components/Gallery/GalleryPreview/GalleryPreview.d.ts +5 -0
  106. package/dist/ui/esm/types/ui/components/Gallery/GalleryPreview/GalleryPreview.types.d.ts +14 -0
  107. package/dist/ui/esm/types/ui/components/Gallery/GalleryPreview/index.d.ts +2 -0
  108. package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/GallerySelectField.d.ts +5 -0
  109. package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/GallerySelectField.types.d.ts +6 -0
  110. package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/LinkedTag.d.ts +5 -0
  111. package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/LinkedTag.types.d.ts +10 -0
  112. package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/index.d.ts +2 -0
  113. package/dist/ui/esm/types/ui/components/List/Column.d.ts +1 -1
  114. package/dist/ui/esm/types/ui/components/List/Column.types.d.ts +2 -6
  115. package/dist/ui/esm/types/ui/components/List/List.d.ts +1 -1
  116. package/dist/ui/esm/types/ui/components/List/List.types.d.ts +13 -2
  117. package/dist/ui/esm/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +1 -1
  118. package/dist/ui/esm/types/ui/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +2 -0
  119. package/dist/ui/esm/types/ui/components/List/ListFormulaField/ListFormulaField.d.ts +5 -0
  120. package/dist/ui/esm/types/ui/components/List/ListFormulaField/ListFormulaField.types.d.ts +5 -0
  121. package/dist/ui/esm/types/ui/components/List/ListFormulaField/index.d.ts +2 -0
  122. package/dist/ui/esm/types/ui/components/List/ListHandler.d.ts +1 -1
  123. package/dist/ui/esm/types/ui/components/List/ListHandler.types.d.ts +7 -3
  124. package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +1 -1
  125. package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +1 -1
  126. package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +2 -6
  127. package/dist/ui/esm/types/ui/components/List/ListNumberField/ListNumberField.d.ts +1 -1
  128. package/dist/ui/esm/types/ui/components/List/ListNumberField/ListNumberField.types.d.ts +2 -0
  129. package/dist/ui/esm/types/ui/components/List/ListSelectField/LinkedTagIfLinked.d.ts +5 -0
  130. package/dist/ui/esm/types/ui/components/List/ListSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  131. package/dist/ui/esm/types/ui/components/List/ListSelectField/ListSelectField.d.ts +5 -0
  132. package/dist/ui/esm/types/ui/components/List/ListSelectField/ListSelectField.types.d.ts +6 -0
  133. package/dist/ui/esm/types/ui/components/List/ListSelectField/index.d.ts +2 -0
  134. package/dist/ui/esm/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +1 -1
  135. package/dist/ui/esm/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +2 -6
  136. package/dist/ui/esm/types/ui/components/List/ListTitleField/ListTitleField.d.ts +1 -1
  137. package/dist/ui/esm/types/ui/components/List/ListTitleField/ListTitleField.types.d.ts +2 -7
  138. package/dist/ui/esm/types/ui/components/PrefixSuffix/PrefixSuffix.d.ts +5 -0
  139. package/dist/ui/esm/types/ui/components/PrefixSuffix/PrefixSuffix.types.d.ts +6 -0
  140. package/dist/ui/esm/types/ui/components/PrefixSuffix/index.d.ts +2 -0
  141. package/dist/ui/esm/types/ui/components/Table/Column.d.ts +1 -1
  142. package/dist/ui/esm/types/ui/components/Table/Column.types.d.ts +2 -6
  143. package/dist/ui/esm/types/ui/components/Table/Table.d.ts +1 -1
  144. package/dist/ui/esm/types/ui/components/Table/Table.types.d.ts +14 -2
  145. package/dist/ui/esm/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +1 -1
  146. package/dist/ui/esm/types/ui/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +2 -0
  147. package/dist/ui/esm/types/ui/components/Table/TableFormulaField/TableFormulaField.d.ts +5 -0
  148. package/dist/ui/esm/types/ui/components/Table/TableFormulaField/TableFormulaField.types.d.ts +5 -0
  149. package/dist/ui/esm/types/ui/components/Table/TableFormulaField/index.d.ts +2 -0
  150. package/dist/ui/esm/types/ui/components/Table/TableHandler.d.ts +1 -1
  151. package/dist/ui/esm/types/ui/components/Table/TableHandler.types.d.ts +6 -2
  152. package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
  153. package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +2 -6
  154. package/dist/ui/esm/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +1 -1
  155. package/dist/ui/esm/types/ui/components/Table/TableNumberField/TableNumberField.types.d.ts +2 -0
  156. package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
  157. package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +2 -6
  158. package/dist/ui/esm/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +1 -1
  159. package/dist/ui/esm/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +2 -7
  160. package/dist/ui/esm/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +1 -1
  161. package/dist/ui/esm/types/ui/components/Table/TableTitleField/TableTitleField.types.d.ts +2 -7
  162. package/dist/ui/esm/types/ui/components/index.d.ts +8 -2
  163. package/dist/ui/esm/types/ui/components/lib.d.ts +2 -1
  164. package/dist/ui/style-without-dark.css +1 -1
  165. package/dist/ui/types.d.ts +165 -67
  166. package/dist/ui/umd/index.css +1 -1
  167. package/dist/ui/umd/index.js +1 -1
  168. package/dist/ui/umd/index.js.map +1 -1
  169. package/dist/ui/umd/types/exporter/types.d.ts +1 -3
  170. package/dist/ui/umd/types/ui/components/Gallery/Gallery.d.ts +1 -1
  171. package/dist/ui/umd/types/ui/components/Gallery/Gallery.types.d.ts +14 -4
  172. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
  173. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -9
  174. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
  175. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -2
  176. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +1 -1
  177. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +1 -1
  178. package/dist/ui/umd/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +1 -1
  179. package/dist/ui/umd/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +2 -0
  180. package/dist/ui/umd/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.d.ts +5 -0
  181. package/dist/ui/umd/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.types.d.ts +5 -0
  182. package/dist/ui/umd/types/ui/components/Gallery/GalleryFormulaField/index.d.ts +2 -0
  183. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
  184. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +2 -6
  185. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +1 -1
  186. package/dist/ui/umd/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +1 -1
  187. package/dist/ui/umd/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +2 -0
  188. package/dist/ui/umd/types/ui/components/Gallery/GalleryPreview/GalleryPreview.d.ts +5 -0
  189. package/dist/ui/umd/types/ui/components/Gallery/GalleryPreview/GalleryPreview.types.d.ts +14 -0
  190. package/dist/ui/umd/types/ui/components/Gallery/GalleryPreview/index.d.ts +2 -0
  191. package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/GallerySelectField.d.ts +5 -0
  192. package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/GallerySelectField.types.d.ts +6 -0
  193. package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/LinkedTag.d.ts +5 -0
  194. package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/LinkedTag.types.d.ts +10 -0
  195. package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/index.d.ts +2 -0
  196. package/dist/ui/umd/types/ui/components/List/Column.d.ts +1 -1
  197. package/dist/ui/umd/types/ui/components/List/Column.types.d.ts +2 -6
  198. package/dist/ui/umd/types/ui/components/List/List.d.ts +1 -1
  199. package/dist/ui/umd/types/ui/components/List/List.types.d.ts +13 -2
  200. package/dist/ui/umd/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +1 -1
  201. package/dist/ui/umd/types/ui/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +2 -0
  202. package/dist/ui/umd/types/ui/components/List/ListFormulaField/ListFormulaField.d.ts +5 -0
  203. package/dist/ui/umd/types/ui/components/List/ListFormulaField/ListFormulaField.types.d.ts +5 -0
  204. package/dist/ui/umd/types/ui/components/List/ListFormulaField/index.d.ts +2 -0
  205. package/dist/ui/umd/types/ui/components/List/ListHandler.d.ts +1 -1
  206. package/dist/ui/umd/types/ui/components/List/ListHandler.types.d.ts +7 -3
  207. package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +1 -1
  208. package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +1 -1
  209. package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +2 -6
  210. package/dist/ui/umd/types/ui/components/List/ListNumberField/ListNumberField.d.ts +1 -1
  211. package/dist/ui/umd/types/ui/components/List/ListNumberField/ListNumberField.types.d.ts +2 -0
  212. package/dist/ui/umd/types/ui/components/List/ListSelectField/LinkedTagIfLinked.d.ts +5 -0
  213. package/dist/ui/umd/types/ui/components/List/ListSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  214. package/dist/ui/umd/types/ui/components/List/ListSelectField/ListSelectField.d.ts +5 -0
  215. package/dist/ui/umd/types/ui/components/List/ListSelectField/ListSelectField.types.d.ts +6 -0
  216. package/dist/ui/umd/types/ui/components/List/ListSelectField/index.d.ts +2 -0
  217. package/dist/ui/umd/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +1 -1
  218. package/dist/ui/umd/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +2 -6
  219. package/dist/ui/umd/types/ui/components/List/ListTitleField/ListTitleField.d.ts +1 -1
  220. package/dist/ui/umd/types/ui/components/List/ListTitleField/ListTitleField.types.d.ts +2 -7
  221. package/dist/ui/umd/types/ui/components/PrefixSuffix/PrefixSuffix.d.ts +5 -0
  222. package/dist/ui/umd/types/ui/components/PrefixSuffix/PrefixSuffix.types.d.ts +6 -0
  223. package/dist/ui/umd/types/ui/components/PrefixSuffix/index.d.ts +2 -0
  224. package/dist/ui/umd/types/ui/components/Table/Column.d.ts +1 -1
  225. package/dist/ui/umd/types/ui/components/Table/Column.types.d.ts +2 -6
  226. package/dist/ui/umd/types/ui/components/Table/Table.d.ts +1 -1
  227. package/dist/ui/umd/types/ui/components/Table/Table.types.d.ts +14 -2
  228. package/dist/ui/umd/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +1 -1
  229. package/dist/ui/umd/types/ui/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +2 -0
  230. package/dist/ui/umd/types/ui/components/Table/TableFormulaField/TableFormulaField.d.ts +5 -0
  231. package/dist/ui/umd/types/ui/components/Table/TableFormulaField/TableFormulaField.types.d.ts +5 -0
  232. package/dist/ui/umd/types/ui/components/Table/TableFormulaField/index.d.ts +2 -0
  233. package/dist/ui/umd/types/ui/components/Table/TableHandler.d.ts +1 -1
  234. package/dist/ui/umd/types/ui/components/Table/TableHandler.types.d.ts +6 -2
  235. package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
  236. package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +2 -6
  237. package/dist/ui/umd/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +1 -1
  238. package/dist/ui/umd/types/ui/components/Table/TableNumberField/TableNumberField.types.d.ts +2 -0
  239. package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
  240. package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +2 -6
  241. package/dist/ui/umd/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +1 -1
  242. package/dist/ui/umd/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +2 -7
  243. package/dist/ui/umd/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +1 -1
  244. package/dist/ui/umd/types/ui/components/Table/TableTitleField/TableTitleField.types.d.ts +2 -7
  245. package/dist/ui/umd/types/ui/components/index.d.ts +8 -2
  246. package/dist/ui/umd/types/ui/components/lib.d.ts +2 -1
  247. package/package.json +2 -1
  248. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +0 -9
  249. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +0 -9
  250. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +0 -9
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode } from 'react';
2
- import { ListBlockChildrenResponse, BulletedListItemBlockObjectResponse, NumberedListItemBlockObjectResponse, TableBlockObjectResponse, ToggleBlockObjectResponse, ColumnListBlockObjectResponse, ChildPageBlockObjectResponse, ChildDatabaseBlockObjectResponse, BookmarkBlockObjectResponse, RichTextItemResponse, CalloutBlockObjectResponse, ImageBlockObjectResponse, VideoBlockObjectResponse, EmbedBlockObjectResponse, TextRichTextItemResponse, EquationRichTextItemResponse, ParagraphBlockObjectResponse, BreadcrumbBlockObjectResponse, FileBlockObjectResponse, PdfBlockObjectResponse, SyncedBlockBlockObjectResponse, Heading1BlockObjectResponse, Heading2BlockObjectResponse, Heading3BlockObjectResponse, QuoteBlockObjectResponse, ToDoBlockObjectResponse, TemplateBlockObjectResponse, EquationBlockObjectResponse, CodeBlockObjectResponse, DividerBlockObjectResponse, TableOfContentsBlockObjectResponse, ColumnBlockObjectResponse, LinkToPageBlockObjectResponse, TableRowBlockObjectResponse, AudioBlockObjectResponse, LinkPreviewBlockObjectResponse, UnsupportedBlockObjectResponse, PageObjectResponse, GetPagePropertyResponse, DatabaseObjectResponse, QueryDatabaseResponse, MentionRichTextItemResponse, GetSelfResponse } from '@notionhq/client/build/src/api-endpoints.js';
2
+ import { ListBlockChildrenResponse, BulletedListItemBlockObjectResponse, NumberedListItemBlockObjectResponse, TableBlockObjectResponse, ToggleBlockObjectResponse, ColumnListBlockObjectResponse, ChildPageBlockObjectResponse, ChildDatabaseBlockObjectResponse, BookmarkBlockObjectResponse, RichTextItemResponse, CalloutBlockObjectResponse, ImageBlockObjectResponse, VideoBlockObjectResponse, EmbedBlockObjectResponse, TextRichTextItemResponse, EquationRichTextItemResponse, ParagraphBlockObjectResponse, BreadcrumbBlockObjectResponse, FileBlockObjectResponse, PdfBlockObjectResponse, SyncedBlockBlockObjectResponse, Heading1BlockObjectResponse, Heading2BlockObjectResponse, Heading3BlockObjectResponse, QuoteBlockObjectResponse, ToDoBlockObjectResponse, TemplateBlockObjectResponse, EquationBlockObjectResponse, CodeBlockObjectResponse, DividerBlockObjectResponse, TableOfContentsBlockObjectResponse, ColumnBlockObjectResponse, LinkToPageBlockObjectResponse, TableRowBlockObjectResponse, AudioBlockObjectResponse, LinkPreviewBlockObjectResponse, UnsupportedBlockObjectResponse, PageObjectResponse, GetPagePropertyResponse, DatabaseObjectResponse, QueryDatabaseResponse, MentionRichTextItemResponse, GetSelfResponse, GetPageResponse } from '@notionhq/client/build/src/api-endpoints.js';
3
3
  import { ParsedUrlQueryInput } from 'node:querystring';
4
4
  import { UrlObject } from 'node:url';
5
5
 
@@ -356,37 +356,61 @@ interface Link extends React.FC<{
356
356
  }> {
357
357
  }
358
358
 
359
+ interface GalleryPreviewOptions {
360
+ preview?: 'cover' | 'content';
361
+ size?: 'small' | 'medium' | 'large';
362
+ fit?: boolean;
363
+ height?: {
364
+ small: string;
365
+ medium: string;
366
+ large: string;
367
+ } | string;
368
+ }
369
+
359
370
  interface GalleryProps {
360
371
  keys: string[];
361
372
  db: FetchDatabaseRes;
362
- href?: string;
373
+ options?: GalleryOptions;
374
+ }
375
+ interface GalleryOptions {
376
+ href?: {
377
+ [key: string]: string;
378
+ };
363
379
  link?: Link;
364
380
  query?: ParsedUrlQueryInput;
365
- preview?: 'cover' | 'content';
366
- size?: 'small' | 'medium' | 'large';
367
- fit?: boolean;
381
+ image?: GalleryPreviewOptions;
382
+ prefix?: {
383
+ [key: string]: string;
384
+ };
385
+ suffix?: {
386
+ [key: string]: string;
387
+ };
368
388
  }
369
389
 
370
- declare const Gallery: ({ keys, db, href, link, query, preview, size, fit }: GalleryProps) => React.JSX.Element;
390
+ declare const Gallery: ({ keys, db, options }: GalleryProps) => React.JSX.Element;
371
391
 
372
392
  interface GalleryCardProps {
373
393
  keys: string[];
374
394
  page: PageObjectResponseEx;
375
- href: string;
395
+ options?: GalleryOptions;
396
+ }
397
+
398
+ declare const GalleryCard: ({ keys, page, options }: GalleryCardProps) => React.JSX.Element;
399
+
400
+ interface GalleryPropertyOptions {
401
+ pathname?: string;
376
402
  link?: Link;
377
403
  query?: ParsedUrlQueryInput;
378
- preview?: 'cover' | 'content';
379
- size: 'small' | 'medium' | 'large';
380
- fit: boolean;
404
+ prefix?: string;
405
+ suffix?: string;
381
406
  }
382
407
 
383
- declare const GalleryCard: ({ keys, page, href, link, query, preview, size, fit }: GalleryCardProps) => React.JSX.Element;
384
-
385
408
  interface GalleryCheckboxFieldProps {
386
409
  checked: boolean;
410
+ options?: GalleryPropertyOptions;
387
411
  }
388
412
 
389
- declare const GalleryCheckboxField: ({ checked }: GalleryCheckboxFieldProps) => React.JSX.Element;
413
+ declare const GalleryCheckboxField: ({ checked, options }: GalleryCheckboxFieldProps) => React.JSX.Element;
390
414
 
391
415
  interface GalleryDateFieldProps {
392
416
  date: DateResponse | null;
@@ -396,18 +420,24 @@ declare const GalleryDateField: ({ date }: GalleryDateFieldProps) => React.JSX.E
396
420
 
397
421
  interface GalleryMultiSelectFieldProps {
398
422
  multiSelect: SelectPropertyResponse[];
399
- path: string;
400
- link?: Link;
401
- query?: ParsedUrlQueryInput;
423
+ options?: GalleryPropertyOptions;
402
424
  }
403
425
 
404
- declare const GalleryMultiSelectField: ({ multiSelect, path, link, query }: GalleryMultiSelectFieldProps) => React.JSX.Element;
426
+ declare const GalleryMultiSelectField$1: ({ multiSelect, options }: GalleryMultiSelectFieldProps) => React.JSX.Element;
427
+
428
+ interface GallerySelectFieldProps {
429
+ select: SelectPropertyResponse;
430
+ options?: GalleryPropertyOptions;
431
+ }
432
+
433
+ declare const GalleryMultiSelectField: ({ select, options }: GallerySelectFieldProps) => React.JSX.Element;
405
434
 
406
435
  interface GalleryNumberFieldProps {
407
436
  number: number | null;
437
+ options?: GalleryPropertyOptions;
408
438
  }
409
439
 
410
- declare const GalleryNumberField: ({ number }: GalleryNumberFieldProps) => React.JSX.Element;
440
+ declare const GalleryNumberField: ({ number, options }: GalleryNumberFieldProps) => React.JSX.Element;
411
441
 
412
442
  interface GalleryRichTextFieldProps {
413
443
  textObjects: RichTextItemResponseEx[] | RichTextItemResponse[];
@@ -428,22 +458,49 @@ interface GalleryUrlFieldProps {
428
458
 
429
459
  declare const GalleryUrlField: ({ url }: GalleryUrlFieldProps) => React.JSX.Element;
430
460
 
461
+ interface GalleryFormulaFieldProps {
462
+ number: number | null;
463
+ options?: GalleryPropertyOptions;
464
+ }
465
+
466
+ declare const GalleryFormulaField: ({ number, options }: GalleryFormulaFieldProps) => React.JSX.Element;
467
+
431
468
  interface ListProps {
432
469
  keys: string[];
433
470
  db: QueryDatabaseResponseEx;
434
- href: string;
471
+ children?: ReactNode;
472
+ options?: ListOptions;
473
+ }
474
+ interface ListOptions {
475
+ href?: {
476
+ [key: string]: string;
477
+ };
435
478
  link?: Link;
436
479
  query?: ParsedUrlQueryInput;
437
- children?: ReactNode;
480
+ suffix?: {
481
+ [key: string]: string;
482
+ };
483
+ prefix?: {
484
+ [key: string]: string;
485
+ };
438
486
  }
439
487
 
440
- declare const List: ({ keys, db, href, link, query }: ListProps) => React.JSX.Element;
488
+ declare const List: ({ keys, db, options }: ListProps) => React.JSX.Element;
489
+
490
+ interface ListPropertyOptions {
491
+ pathname?: string;
492
+ link?: Link;
493
+ query?: ParsedUrlQueryInput;
494
+ suffix?: string;
495
+ prefix?: string;
496
+ }
441
497
 
442
498
  interface ListCheckboxFieldProps {
443
499
  checked: boolean;
500
+ options?: ListPropertyOptions;
444
501
  }
445
502
 
446
- declare const ListCheckboxField: ({ checked }: ListCheckboxFieldProps) => React.JSX.Element;
503
+ declare const ListCheckboxField: ({ checked, options }: ListCheckboxFieldProps) => React.JSX.Element;
447
504
 
448
505
  interface ListDateFieldProps {
449
506
  date: DateResponse | null;
@@ -453,18 +510,24 @@ declare const ListDateField: ({ date }: ListDateFieldProps) => React.JSX.Element
453
510
 
454
511
  interface ListMultiSelectFieldProps {
455
512
  multiSelect: SelectPropertyResponse[];
456
- path: string;
457
- link?: Link;
458
- query?: ParsedUrlQueryInput;
513
+ options?: ListPropertyOptions;
459
514
  }
460
515
 
461
- declare const ListMultiSelectField: ({ multiSelect, path, link, query }: ListMultiSelectFieldProps) => React.JSX.Element;
516
+ declare const ListMultiSelectField: ({ multiSelect, options }: ListMultiSelectFieldProps) => React.JSX.Element;
517
+
518
+ interface ListSelectFieldProps {
519
+ select: SelectPropertyResponse;
520
+ options?: ListPropertyOptions;
521
+ }
522
+
523
+ declare const ListSelectField: ({ select, options }: ListSelectFieldProps) => React.JSX.Element;
462
524
 
463
525
  interface ListNumberFieldProps {
464
526
  number: number | null;
527
+ options?: ListPropertyOptions;
465
528
  }
466
529
 
467
- declare const ListNumberField: ({ number }: ListNumberFieldProps) => React.JSX.Element;
530
+ declare const ListNumberField: ({ number, options }: ListNumberFieldProps) => React.JSX.Element;
468
531
 
469
532
  interface ListRichTextFieldProps {
470
533
  textObjects: RichTextItemResponseEx[] | RichTextItemResponse[];
@@ -474,13 +537,10 @@ declare const ListRichTextField: ({ textObjects }: ListRichTextFieldProps) => Re
474
537
 
475
538
  interface ListTitleFieldProps {
476
539
  textObjects: RichTextItemResponseEx[] | RichTextItemResponse[];
477
- path: string;
478
- slug: string;
479
- link?: Link;
480
- query?: ParsedUrlQueryInput;
540
+ options?: ListPropertyOptions;
481
541
  }
482
542
 
483
- declare const ListTitleField: ({ textObjects, path, slug, link, query }: ListTitleFieldProps) => React.JSX.Element;
543
+ declare const ListTitleField: ({ textObjects, options }: ListTitleFieldProps) => React.JSX.Element;
484
544
 
485
545
  interface ListUrlFieldProps {
486
546
  url: string | null;
@@ -488,22 +548,50 @@ interface ListUrlFieldProps {
488
548
 
489
549
  declare const ListUrlField: ({ url }: ListUrlFieldProps) => React.JSX.Element;
490
550
 
551
+ interface ListFormulaFieldProps {
552
+ number: number | null;
553
+ options?: ListPropertyOptions;
554
+ }
555
+
556
+ declare const ListFormulaField: ({ number, options }: ListFormulaFieldProps) => React.JSX.Element;
557
+
491
558
  interface TableProps {
492
559
  keys: string[];
493
560
  db: QueryDatabaseResponseEx;
494
- href?: string;
561
+ children?: ReactNode;
562
+ options?: TableOptions;
563
+ }
564
+ interface TableOptions {
565
+ href?: {
566
+ [key: string]: string;
567
+ };
495
568
  link?: Link;
496
569
  query?: ParsedUrlQueryInput;
497
- children?: ReactNode;
570
+ prefix?: {
571
+ [key: string]: string;
572
+ };
573
+ suffix?: {
574
+ [key: string]: string;
575
+ };
576
+ verticalLines?: boolean;
498
577
  }
499
578
 
500
- declare const Table: ({ keys, db, href, link, query }: TableProps) => React.JSX.Element;
579
+ declare const Table: ({ keys, db, options }: TableProps) => React.JSX.Element;
580
+
581
+ interface TablePropertyOptions {
582
+ pathname?: string;
583
+ link?: Link;
584
+ query?: ParsedUrlQueryInput;
585
+ suffix?: string;
586
+ prefix?: string;
587
+ }
501
588
 
502
589
  interface TableCheckboxFieldProps {
503
590
  checked: boolean;
591
+ options?: TablePropertyOptions;
504
592
  }
505
593
 
506
- declare const TableCheckboxField: ({ checked }: TableCheckboxFieldProps) => React.JSX.Element;
594
+ declare const TableCheckboxField: ({ checked, options }: TableCheckboxFieldProps) => React.JSX.Element;
507
595
 
508
596
  interface TableDateFieldProps {
509
597
  date: DateResponse | null;
@@ -520,18 +608,17 @@ declare const TableIcon: ({ type, className }: TableIconProps) => React.JSX.Elem
520
608
 
521
609
  interface TableMultiSelectFieldProps {
522
610
  multiSelect: SelectPropertyResponse[];
523
- path?: string;
524
- link?: Link;
525
- query?: ParsedUrlQueryInput;
611
+ options?: TablePropertyOptions;
526
612
  }
527
613
 
528
- declare const TableMultiSelectField: ({ multiSelect, path, link, query }: TableMultiSelectFieldProps) => React.JSX.Element;
614
+ declare const TableMultiSelectField: ({ multiSelect, options }: TableMultiSelectFieldProps) => React.JSX.Element;
529
615
 
530
616
  interface TableNumberFieldProps {
531
617
  number: number | null;
618
+ options?: TablePropertyOptions;
532
619
  }
533
620
 
534
- declare const TableNumberField: ({ number }: TableNumberFieldProps) => React.JSX.Element;
621
+ declare const TableNumberField: ({ number, options }: TableNumberFieldProps) => React.JSX.Element;
535
622
 
536
623
  interface TableRichTextFieldProps {
537
624
  textObjects: RichTextItemResponseEx[] | RichTextItemResponse[];
@@ -541,22 +628,17 @@ declare const TableRichTextField: ({ textObjects }: TableRichTextFieldProps) =>
541
628
 
542
629
  interface TableSelectFieldProps {
543
630
  select: SelectPropertyResponse;
544
- path?: string;
545
- link?: Link;
546
- query?: ParsedUrlQueryInput;
631
+ options?: TablePropertyOptions;
547
632
  }
548
633
 
549
- declare const TableSelectField: ({ select, path, link, query }: TableSelectFieldProps) => React.JSX.Element;
634
+ declare const TableSelectField: ({ select, options }: TableSelectFieldProps) => React.JSX.Element;
550
635
 
551
636
  interface TableTitleFieldProps {
552
637
  textObjects: RichTextItemResponseEx[] | RichTextItemResponse[];
553
- path?: string;
554
- slug?: string;
555
- link?: Link;
556
- query?: ParsedUrlQueryInput;
638
+ options?: TablePropertyOptions;
557
639
  }
558
640
 
559
- declare const TableTitleField: ({ textObjects, path, slug, link, query }: TableTitleFieldProps) => React.JSX.Element;
641
+ declare const TableTitleField: ({ textObjects, options }: TableTitleFieldProps) => React.JSX.Element;
560
642
 
561
643
  interface TableUrlFieldProps {
562
644
  url: string | null;
@@ -564,6 +646,13 @@ interface TableUrlFieldProps {
564
646
 
565
647
  declare const TableUrlField: ({ url }: TableUrlFieldProps) => React.JSX.Element;
566
648
 
649
+ interface TableFormulaFieldProps {
650
+ number: number | null;
651
+ options?: TablePropertyOptions;
652
+ }
653
+
654
+ declare const TableFormulaField: ({ number, options }: TableFormulaFieldProps) => React.JSX.Element;
655
+
567
656
  interface PageProps {
568
657
  blocks: ListBlockChildrenResponseEx;
569
658
  href?: string;
@@ -685,14 +774,6 @@ interface NumberedListBlockProps {
685
774
 
686
775
  declare const NumberedListBlock: ({ block, href, link, query }: NumberedListBlockProps) => React.JSX.Element;
687
776
 
688
- interface IconProps {
689
- name: 'figma' | 'slack' | 'github' | 'file' | 'link';
690
- width?: string;
691
- height?: string;
692
- className?: string;
693
- }
694
- declare const Icon: ({ name, width, height, className }: IconProps) => React.JSX.Element;
695
-
696
777
  interface PdfBlockProps {
697
778
  block: PdfBlockObjectResponseEx;
698
779
  }
@@ -724,14 +805,6 @@ interface TextBlockProps {
724
805
 
725
806
  declare const TextBlock: ({ tag, block }: TextBlockProps) => React.JSX.Element;
726
807
 
727
- interface RichTextProps {
728
- textObject?: RichTextItemResponseEx | RichTextItemResponse;
729
- key?: string;
730
- children?: ReactNode;
731
- }
732
-
733
- declare const RichText: ({ textObject }: RichTextProps) => React.JSX.Element;
734
-
735
808
  type ToDoBlockProps = {
736
809
  block: ToDoBlockObjectResponse;
737
810
  };
@@ -750,12 +823,37 @@ interface VideoBlockProps {
750
823
 
751
824
  declare const VideoBlock: ({ block }: VideoBlockProps) => React.JSX.Element;
752
825
 
826
+ interface IconProps {
827
+ name: 'figma' | 'slack' | 'github' | 'file' | 'link';
828
+ width?: string;
829
+ height?: string;
830
+ className?: string;
831
+ }
832
+ declare const Icon: ({ name, width, height, className }: IconProps) => React.JSX.Element;
833
+
834
+ interface RichTextProps {
835
+ textObject?: RichTextItemResponseEx | RichTextItemResponse;
836
+ key?: string;
837
+ children?: ReactNode;
838
+ }
839
+
840
+ declare const RichText: ({ textObject }: RichTextProps) => React.JSX.Element;
841
+
842
+ interface PrefixSuffixProps {
843
+ prefix?: string;
844
+ suffix?: string;
845
+ children?: ReactNode;
846
+ }
847
+
848
+ declare const PrefixSuffix: ({ prefix, suffix, children }: PrefixSuffixProps) => React.JSX.Element;
849
+
753
850
  declare const Checkbox: ({ bool }: {
754
851
  bool: boolean;
755
852
  }) => React.JSX.Element;
756
853
 
757
854
  declare function queryToString(q: ParsedUrlQueryInput | undefined): string;
758
855
  declare const getLinkPathAndLinkKey: (link: string) => [string, string];
856
+ declare function getSlug(key: string, page: GetPageResponse): string;
759
857
  declare function UsePagination<T>(pages: T[], perPage: number): {
760
858
  currentData(): T[];
761
859
  next(): void;
@@ -773,4 +871,4 @@ declare function splitUrl(url: string): {
773
871
  omittedPath: string;
774
872
  };
775
873
 
776
- export { BookmarkBlock, BreadcrumbBlock, Breadcrumbs, BuildPlainTextByPage, BulletedListBlock, CalloutBlock, Checkbox, ChildDatabaseBlock, ChildPageBlock, CodeBlock, ColumnListBlock, EmbedBlock, EquationBlock, FileBlock, Gallery, GalleryCard, GalleryCheckboxField, GalleryDateField, GalleryMultiSelectField, GalleryNumberField, GalleryRichTextField, GalleryTitleField, GalleryUrlField, Icon, ImageBlock, type Link, LinkPreviewBlock, List, ListCheckboxField, ListDateField, ListMultiSelectField, ListNumberField, ListRichTextField, ListTitleField, ListUrlField, NumberedListBlock, Page, PdfBlock, RichText, SyncedBlock, Table, TableBlock, TableCheckboxField, TableDateField, TableIcon, TableMultiSelectField, TableNumberField, TableOfContentsBlock, TableRichTextField, TableSelectField, TableTitleField, TableUrlField, TextBlock, ToDoBlock, ToggleBlock, UsePagination, VideoBlock, getDatetimeFormat, getLinkPathAndLinkKey, pathBasename, queryToString, splitUrl };
874
+ export { BookmarkBlock, BreadcrumbBlock, Breadcrumbs, BuildPlainTextByPage, BulletedListBlock, CalloutBlock, Checkbox, ChildDatabaseBlock, ChildPageBlock, CodeBlock, ColumnListBlock, EmbedBlock, EquationBlock, FileBlock, Gallery, GalleryCard, GalleryCheckboxField, GalleryDateField, GalleryFormulaField, GalleryMultiSelectField$1 as GalleryMultiSelectField, GalleryNumberField, GalleryRichTextField, GalleryMultiSelectField as GallerySelectField, GalleryTitleField, GalleryUrlField, Icon, ImageBlock, type Link, LinkPreviewBlock, List, ListCheckboxField, ListDateField, ListFormulaField, ListMultiSelectField, ListNumberField, ListRichTextField, ListSelectField, ListTitleField, ListUrlField, NumberedListBlock, Page, PdfBlock, PrefixSuffix, RichText, SyncedBlock, Table, TableBlock, TableCheckboxField, TableDateField, TableFormulaField, TableIcon, TableMultiSelectField, TableNumberField, TableOfContentsBlock, TableRichTextField, TableSelectField, TableTitleField, TableUrlField, TextBlock, ToDoBlock, ToggleBlock, UsePagination, VideoBlock, getDatetimeFormat, getLinkPathAndLinkKey, getSlug, pathBasename, queryToString, splitUrl };