@payloadcms/richtext-lexical 3.0.0-beta.7 → 3.0.0-beta.70

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 (2293) hide show
  1. package/README.md +1 -1
  2. package/dist/cell/index.d.ts +5 -2
  3. package/dist/cell/index.d.ts.map +1 -1
  4. package/dist/cell/index.js +50 -36
  5. package/dist/cell/index.js.map +1 -1
  6. package/dist/exports/client/Component-7HS6FEJS.js +2 -0
  7. package/dist/exports/client/Component-7HS6FEJS.js.map +7 -0
  8. package/dist/exports/client/Component-LAKSCIDX.js +2 -0
  9. package/dist/exports/client/Component-LAKSCIDX.js.map +7 -0
  10. package/dist/exports/client/Field-6VQ73D3D.js +2 -0
  11. package/dist/exports/client/Field-6VQ73D3D.js.map +7 -0
  12. package/dist/exports/client/RelationshipComponent-FFJCVTWM.js +2 -0
  13. package/dist/exports/client/RelationshipComponent-FFJCVTWM.js.map +7 -0
  14. package/dist/exports/client/bundled.css +1 -0
  15. package/dist/exports/client/chunk-EBB2CEB6.js +2 -0
  16. package/dist/exports/client/chunk-EBB2CEB6.js.map +7 -0
  17. package/dist/exports/client/chunk-HO42U3IJ.js +2 -0
  18. package/dist/exports/client/chunk-HO42U3IJ.js.map +7 -0
  19. package/dist/exports/client/chunk-KTD7OXVC.js +2 -0
  20. package/dist/exports/client/chunk-KTD7OXVC.js.map +7 -0
  21. package/dist/exports/client/chunk-Q5DYR7MH.js +3 -0
  22. package/dist/exports/client/chunk-Q5DYR7MH.js.map +7 -0
  23. package/dist/exports/client/chunk-QZIAQPM7.js +2 -0
  24. package/dist/exports/client/chunk-QZIAQPM7.js.map +7 -0
  25. package/dist/exports/client/chunk-SFUMQAVE.js +2 -0
  26. package/dist/exports/client/chunk-SFUMQAVE.js.map +7 -0
  27. package/dist/exports/client/component-5K355FZZ.js +2 -0
  28. package/dist/exports/client/component-5K355FZZ.js.map +7 -0
  29. package/dist/exports/client/component-TYPMHBL7.js +2 -0
  30. package/dist/exports/client/component-TYPMHBL7.js.map +7 -0
  31. package/dist/exports/client/component-VM36FRT2.js +2 -0
  32. package/dist/exports/client/component-VM36FRT2.js.map +7 -0
  33. package/dist/exports/client/componentInline-3JDU4HVQ.js +2 -0
  34. package/dist/exports/client/componentInline-3JDU4HVQ.js.map +7 -0
  35. package/dist/exports/client/index.d.ts +63 -0
  36. package/dist/exports/client/index.d.ts.map +1 -0
  37. package/dist/exports/client/index.js +38 -0
  38. package/dist/exports/client/index.js.map +7 -0
  39. package/dist/features/align/feature.client.d.ts +5 -0
  40. package/dist/features/align/feature.client.d.ts.map +1 -0
  41. package/dist/features/align/feature.client.js +146 -0
  42. package/dist/features/align/feature.client.js.map +1 -0
  43. package/dist/features/align/feature.server.d.ts +2 -0
  44. package/dist/features/align/feature.server.d.ts.map +1 -0
  45. package/dist/features/align/feature.server.js +13 -0
  46. package/dist/features/align/feature.server.js.map +1 -0
  47. package/dist/features/align/i18n.d.ts +3 -0
  48. package/dist/features/align/i18n.d.ts.map +1 -0
  49. package/dist/features/align/i18n.js +196 -0
  50. package/dist/features/align/i18n.js.map +1 -0
  51. package/dist/features/align/toolbarAlignGroup.d.ts +3 -0
  52. package/dist/features/align/toolbarAlignGroup.d.ts.map +1 -0
  53. package/dist/features/align/toolbarAlignGroup.js +12 -0
  54. package/dist/features/align/toolbarAlignGroup.js.map +1 -0
  55. package/dist/features/blockquote/feature.client.d.ts +5 -0
  56. package/dist/features/blockquote/feature.client.d.ts.map +1 -0
  57. package/dist/features/blockquote/feature.client.js +77 -0
  58. package/dist/features/blockquote/feature.client.js.map +1 -0
  59. package/dist/features/blockquote/feature.server.d.ts +7 -0
  60. package/dist/features/blockquote/feature.server.d.ts.map +1 -0
  61. package/dist/features/blockquote/feature.server.js +45 -0
  62. package/dist/features/blockquote/feature.server.js.map +1 -0
  63. package/dist/features/blockquote/i18n.d.ts +3 -0
  64. package/dist/features/blockquote/i18n.d.ts.map +1 -0
  65. package/dist/features/blockquote/i18n.js +100 -0
  66. package/dist/features/blockquote/i18n.js.map +1 -0
  67. package/dist/features/blockquote/markdownTransformer.d.ts.map +1 -0
  68. package/dist/features/blockquote/markdownTransformer.js +40 -0
  69. package/dist/features/blockquote/markdownTransformer.js.map +1 -0
  70. package/dist/features/blocks/component/BlockContent.d.ts +28 -0
  71. package/dist/features/blocks/component/BlockContent.d.ts.map +1 -0
  72. package/dist/features/blocks/component/BlockContent.js +196 -0
  73. package/dist/features/blocks/component/BlockContent.js.map +1 -0
  74. package/dist/features/blocks/component/FormSavePlugin.d.ts +11 -0
  75. package/dist/features/blocks/component/FormSavePlugin.d.ts.map +1 -0
  76. package/dist/features/blocks/component/FormSavePlugin.js +29 -0
  77. package/dist/features/blocks/component/FormSavePlugin.js.map +1 -0
  78. package/dist/features/blocks/component/index.d.ts +11 -0
  79. package/dist/features/blocks/component/index.d.ts.map +1 -0
  80. package/dist/features/blocks/component/index.js +162 -0
  81. package/dist/features/blocks/component/index.js.map +1 -0
  82. package/dist/features/blocks/component/removeEmptyArrayValues.d.ts +11 -0
  83. package/dist/features/blocks/component/removeEmptyArrayValues.d.ts.map +1 -0
  84. package/dist/features/blocks/component/removeEmptyArrayValues.js.map +1 -0
  85. package/dist/features/blocks/componentInline/index.d.ts +10 -0
  86. package/dist/features/blocks/componentInline/index.d.ts.map +1 -0
  87. package/dist/features/blocks/componentInline/index.js +133 -0
  88. package/dist/features/blocks/componentInline/index.js.map +1 -0
  89. package/dist/features/blocks/feature.client.d.ts +14 -0
  90. package/dist/features/blocks/feature.client.d.ts.map +1 -0
  91. package/dist/features/blocks/feature.client.js +148 -0
  92. package/dist/features/blocks/feature.client.js.map +1 -0
  93. package/dist/features/blocks/feature.server.d.ts +8 -0
  94. package/dist/features/blocks/feature.server.d.ts.map +1 -0
  95. package/dist/features/blocks/feature.server.js +160 -0
  96. package/dist/features/blocks/feature.server.js.map +1 -0
  97. package/dist/features/blocks/graphQLPopulationPromise.d.ts +6 -0
  98. package/dist/features/blocks/graphQLPopulationPromise.d.ts.map +1 -0
  99. package/dist/features/blocks/graphQLPopulationPromise.js +31 -0
  100. package/dist/features/blocks/graphQLPopulationPromise.js.map +1 -0
  101. package/dist/features/blocks/i18n.d.ts +3 -0
  102. package/dist/features/blocks/i18n.d.ts.map +1 -0
  103. package/dist/features/blocks/i18n.js +292 -0
  104. package/dist/features/blocks/i18n.js.map +1 -0
  105. package/dist/features/blocks/nodes/BlocksNode.d.ts +38 -0
  106. package/dist/features/blocks/nodes/BlocksNode.d.ts.map +1 -0
  107. package/dist/features/blocks/nodes/BlocksNode.js +92 -0
  108. package/dist/features/blocks/nodes/BlocksNode.js.map +1 -0
  109. package/dist/features/blocks/nodes/InlineBlocksNode.d.ts +39 -0
  110. package/dist/features/blocks/nodes/InlineBlocksNode.d.ts.map +1 -0
  111. package/dist/features/blocks/nodes/InlineBlocksNode.js +94 -0
  112. package/dist/features/blocks/nodes/InlineBlocksNode.js.map +1 -0
  113. package/dist/features/blocks/plugin/commands.d.ts +9 -0
  114. package/dist/features/blocks/plugin/commands.d.ts.map +1 -0
  115. package/dist/features/blocks/plugin/commands.js +6 -0
  116. package/dist/features/blocks/plugin/commands.js.map +1 -0
  117. package/dist/features/blocks/plugin/index.d.ts +6 -0
  118. package/dist/features/blocks/plugin/index.d.ts.map +1 -0
  119. package/dist/features/blocks/plugin/index.js +111 -0
  120. package/dist/features/blocks/plugin/index.js.map +1 -0
  121. package/dist/features/blocks/validate.d.ts +6 -0
  122. package/dist/features/blocks/validate.d.ts.map +1 -0
  123. package/dist/features/blocks/validate.js +36 -0
  124. package/dist/features/blocks/validate.js.map +1 -0
  125. package/dist/features/converters/html/converter/converters/linebreak.d.ts.map +1 -0
  126. package/dist/features/converters/html/converter/converters/linebreak.js.map +1 -0
  127. package/dist/features/converters/html/converter/converters/paragraph.d.ts.map +1 -0
  128. package/dist/features/converters/html/converter/converters/paragraph.js +20 -0
  129. package/dist/features/converters/html/converter/converters/paragraph.js.map +1 -0
  130. package/dist/features/converters/html/converter/converters/text.d.ts.map +1 -0
  131. package/dist/features/converters/html/converter/converters/text.js.map +1 -0
  132. package/dist/features/converters/html/converter/defaultConverters.d.ts.map +1 -0
  133. package/dist/features/converters/html/converter/defaultConverters.js.map +1 -0
  134. package/dist/features/converters/html/converter/index.d.ts +42 -0
  135. package/dist/features/converters/html/converter/index.d.ts.map +1 -0
  136. package/dist/features/converters/html/converter/index.js +48 -0
  137. package/dist/features/converters/html/converter/index.js.map +1 -0
  138. package/dist/features/converters/html/converter/types.d.ts +19 -0
  139. package/dist/features/converters/html/converter/types.d.ts.map +1 -0
  140. package/dist/features/converters/html/converter/types.js.map +1 -0
  141. package/dist/features/converters/html/feature.server.d.ts +8 -0
  142. package/dist/features/converters/html/feature.server.d.ts.map +1 -0
  143. package/dist/features/converters/html/feature.server.js +8 -0
  144. package/dist/features/converters/html/feature.server.js.map +1 -0
  145. package/dist/features/converters/html/field/index.d.ts +35 -0
  146. package/dist/features/converters/html/field/index.d.ts.map +1 -0
  147. package/dist/features/converters/html/field/index.js +154 -0
  148. package/dist/features/converters/html/field/index.js.map +1 -0
  149. package/dist/features/createClientComponent.d.ts +7 -0
  150. package/dist/features/createClientComponent.d.ts.map +1 -0
  151. package/dist/features/createClientComponent.js +12 -0
  152. package/dist/features/createClientComponent.js.map +1 -0
  153. package/dist/features/createFeaturePropComponent.d.ts.map +1 -0
  154. package/dist/features/createFeaturePropComponent.js +18 -0
  155. package/dist/features/createFeaturePropComponent.js.map +1 -0
  156. package/dist/features/debug/testRecorder/feature.client.d.ts +5 -0
  157. package/dist/features/debug/testRecorder/feature.client.d.ts.map +1 -0
  158. package/dist/features/debug/testRecorder/feature.client.js +13 -0
  159. package/dist/features/debug/testRecorder/feature.client.js.map +1 -0
  160. package/dist/features/debug/testRecorder/feature.server.d.ts +2 -0
  161. package/dist/features/debug/testRecorder/feature.server.d.ts.map +1 -0
  162. package/dist/features/debug/testRecorder/feature.server.js +11 -0
  163. package/dist/features/debug/testRecorder/feature.server.js.map +1 -0
  164. package/dist/features/debug/testRecorder/plugin/index.d.ts +5 -0
  165. package/dist/features/debug/testRecorder/plugin/index.d.ts.map +1 -0
  166. package/dist/features/debug/testRecorder/plugin/index.js +471 -0
  167. package/dist/features/debug/testRecorder/plugin/index.js.map +1 -0
  168. package/dist/features/debug/treeView/feature.client.d.ts +5 -0
  169. package/dist/features/debug/treeView/feature.client.d.ts.map +1 -0
  170. package/dist/features/debug/treeView/feature.client.js +13 -0
  171. package/dist/features/debug/treeView/feature.client.js.map +1 -0
  172. package/dist/features/debug/treeView/feature.server.d.ts +2 -0
  173. package/dist/features/debug/treeView/feature.server.d.ts.map +1 -0
  174. package/dist/features/debug/treeView/feature.server.js +11 -0
  175. package/dist/features/debug/treeView/feature.server.js.map +1 -0
  176. package/dist/features/debug/treeView/plugin/index.d.ts +4 -0
  177. package/dist/features/debug/treeView/plugin/index.d.ts.map +1 -0
  178. package/dist/features/debug/treeView/plugin/index.js +19 -0
  179. package/dist/features/debug/treeView/plugin/index.js.map +1 -0
  180. package/dist/features/experimental_table/feature.client.d.ts +2 -0
  181. package/dist/features/experimental_table/feature.client.d.ts.map +1 -0
  182. package/dist/features/experimental_table/feature.client.js +66 -0
  183. package/dist/features/experimental_table/feature.client.js.map +1 -0
  184. package/dist/features/experimental_table/feature.server.d.ts +2 -0
  185. package/dist/features/experimental_table/feature.server.d.ts.map +1 -0
  186. package/dist/features/experimental_table/feature.server.js +52 -0
  187. package/dist/features/experimental_table/feature.server.js.map +1 -0
  188. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts +4 -0
  189. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts.map +1 -0
  190. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js +602 -0
  191. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js.map +1 -0
  192. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts +4 -0
  193. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts.map +1 -0
  194. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js +322 -0
  195. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js.map +1 -0
  196. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts +24 -0
  197. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts.map +1 -0
  198. package/dist/features/experimental_table/plugins/TablePlugin/index.js +98 -0
  199. package/dist/features/experimental_table/plugins/TablePlugin/index.js.map +1 -0
  200. package/dist/features/format/bold/feature.client.d.ts +5 -0
  201. package/dist/features/format/bold/feature.client.d.ts.map +1 -0
  202. package/dist/features/format/bold/feature.client.js +44 -0
  203. package/dist/features/format/bold/feature.client.js.map +1 -0
  204. package/dist/features/format/bold/feature.server.d.ts +2 -0
  205. package/dist/features/format/bold/feature.server.d.ts.map +1 -0
  206. package/dist/features/format/bold/feature.server.js +25 -0
  207. package/dist/features/format/bold/feature.server.js.map +1 -0
  208. package/dist/features/format/bold/markdownTransformers.d.ts.map +1 -0
  209. package/dist/features/format/bold/markdownTransformers.js.map +1 -0
  210. package/dist/features/format/inlineCode/feature.client.d.ts +5 -0
  211. package/dist/features/format/inlineCode/feature.client.d.ts.map +1 -0
  212. package/dist/features/format/inlineCode/feature.client.js +37 -0
  213. package/dist/features/format/inlineCode/feature.client.js.map +1 -0
  214. package/dist/features/format/inlineCode/feature.server.d.ts +2 -0
  215. package/dist/features/format/inlineCode/feature.server.d.ts.map +1 -0
  216. package/dist/features/format/inlineCode/feature.server.js +15 -0
  217. package/dist/features/format/inlineCode/feature.server.js.map +1 -0
  218. package/dist/features/format/inlineCode/markdownTransformers.d.ts.map +1 -0
  219. package/dist/features/format/inlineCode/markdownTransformers.js.map +1 -0
  220. package/dist/features/format/italic/feature.client.d.ts +5 -0
  221. package/dist/features/format/italic/feature.client.d.ts.map +1 -0
  222. package/dist/features/format/italic/feature.client.js +38 -0
  223. package/dist/features/format/italic/feature.client.js.map +1 -0
  224. package/dist/features/format/italic/feature.server.d.ts +2 -0
  225. package/dist/features/format/italic/feature.server.d.ts.map +1 -0
  226. package/dist/features/format/italic/feature.server.js +16 -0
  227. package/dist/features/format/italic/feature.server.js.map +1 -0
  228. package/dist/features/format/italic/markdownTransformers.d.ts.map +1 -0
  229. package/dist/features/format/italic/markdownTransformers.js.map +1 -0
  230. package/dist/features/format/shared/toolbarFormatGroup.d.ts +3 -0
  231. package/dist/features/format/shared/toolbarFormatGroup.d.ts.map +1 -0
  232. package/dist/features/format/shared/toolbarFormatGroup.js +10 -0
  233. package/dist/features/format/shared/toolbarFormatGroup.js.map +1 -0
  234. package/dist/features/format/strikethrough/feature.client.d.ts +5 -0
  235. package/dist/features/format/strikethrough/feature.client.d.ts.map +1 -0
  236. package/dist/features/format/strikethrough/feature.client.js +37 -0
  237. package/dist/features/format/strikethrough/feature.client.js.map +1 -0
  238. package/dist/features/format/strikethrough/feature.server.d.ts +2 -0
  239. package/dist/features/format/strikethrough/feature.server.d.ts.map +1 -0
  240. package/dist/features/format/strikethrough/feature.server.js +15 -0
  241. package/dist/features/format/strikethrough/feature.server.js.map +1 -0
  242. package/dist/features/format/strikethrough/markdownTransformers.d.ts.map +1 -0
  243. package/dist/features/format/strikethrough/markdownTransformers.js.map +1 -0
  244. package/dist/features/format/subscript/feature.client.d.ts +5 -0
  245. package/dist/features/format/subscript/feature.client.d.ts.map +1 -0
  246. package/dist/features/format/subscript/feature.client.js +33 -0
  247. package/dist/features/format/subscript/feature.client.js.map +1 -0
  248. package/dist/features/format/subscript/feature.server.d.ts +2 -0
  249. package/dist/features/format/subscript/feature.server.d.ts.map +1 -0
  250. package/dist/features/format/subscript/feature.server.js +11 -0
  251. package/dist/features/format/subscript/feature.server.js.map +1 -0
  252. package/dist/features/format/superscript/feature.client.d.ts +5 -0
  253. package/dist/features/format/superscript/feature.client.d.ts.map +1 -0
  254. package/dist/features/format/superscript/feature.client.js +33 -0
  255. package/dist/features/format/superscript/feature.client.js.map +1 -0
  256. package/dist/features/format/superscript/feature.server.d.ts +2 -0
  257. package/dist/features/format/superscript/feature.server.d.ts.map +1 -0
  258. package/dist/features/format/superscript/feature.server.js +11 -0
  259. package/dist/features/format/superscript/feature.server.js.map +1 -0
  260. package/dist/features/format/underline/feature.client.d.ts +5 -0
  261. package/dist/features/format/underline/feature.client.d.ts.map +1 -0
  262. package/dist/features/format/underline/feature.client.js +33 -0
  263. package/dist/features/format/underline/feature.client.js.map +1 -0
  264. package/dist/features/format/underline/feature.server.d.ts +2 -0
  265. package/dist/features/format/underline/feature.server.d.ts.map +1 -0
  266. package/dist/features/format/underline/feature.server.js +11 -0
  267. package/dist/features/format/underline/feature.server.js.map +1 -0
  268. package/dist/features/heading/feature.client.d.ts +6 -0
  269. package/dist/features/heading/feature.client.d.ts.map +1 -0
  270. package/dist/features/heading/feature.client.js +112 -0
  271. package/dist/features/heading/feature.client.js.map +1 -0
  272. package/dist/features/heading/feature.server.d.ts +10 -0
  273. package/dist/features/heading/feature.server.d.ts.map +1 -0
  274. package/dist/features/heading/feature.server.js +59 -0
  275. package/dist/features/heading/feature.server.js.map +1 -0
  276. package/dist/features/heading/i18n.d.ts +3 -0
  277. package/dist/features/heading/i18n.d.ts.map +1 -0
  278. package/dist/features/heading/i18n.js +100 -0
  279. package/dist/features/heading/i18n.js.map +1 -0
  280. package/dist/features/heading/markdownTransformer.d.ts.map +1 -0
  281. package/dist/features/heading/markdownTransformer.js +29 -0
  282. package/dist/features/heading/markdownTransformer.js.map +1 -0
  283. package/dist/features/horizontalRule/component/index.d.ts.map +1 -0
  284. package/dist/features/horizontalRule/component/index.js +67 -0
  285. package/dist/features/horizontalRule/component/index.js.map +1 -0
  286. package/dist/features/horizontalRule/feature.client.d.ts +5 -0
  287. package/dist/features/horizontalRule/feature.client.d.ts.map +1 -0
  288. package/dist/features/horizontalRule/feature.client.js +70 -0
  289. package/dist/features/horizontalRule/feature.client.js.map +1 -0
  290. package/dist/features/horizontalRule/feature.server.d.ts +2 -0
  291. package/dist/features/horizontalRule/feature.server.d.ts.map +1 -0
  292. package/dist/features/horizontalRule/feature.server.js +34 -0
  293. package/dist/features/horizontalRule/feature.server.js.map +1 -0
  294. package/dist/features/horizontalRule/i18n.d.ts +3 -0
  295. package/dist/features/horizontalRule/i18n.d.ts.map +1 -0
  296. package/dist/features/horizontalRule/i18n.js +100 -0
  297. package/dist/features/horizontalRule/i18n.js.map +1 -0
  298. package/dist/features/horizontalRule/markdownTransformer.d.ts.map +1 -0
  299. package/dist/features/horizontalRule/markdownTransformer.js.map +1 -0
  300. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts +56 -0
  301. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts.map +1 -0
  302. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js +92 -0
  303. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js.map +1 -0
  304. package/dist/features/horizontalRule/plugin/index.d.ts +7 -0
  305. package/dist/features/horizontalRule/plugin/index.d.ts.map +1 -0
  306. package/dist/features/horizontalRule/plugin/index.js +30 -0
  307. package/dist/features/horizontalRule/plugin/index.js.map +1 -0
  308. package/dist/features/indent/feature.client.d.ts +5 -0
  309. package/dist/features/indent/feature.client.d.ts.map +1 -0
  310. package/dist/features/indent/feature.client.js +56 -0
  311. package/dist/features/indent/feature.client.js.map +1 -0
  312. package/dist/features/indent/feature.server.d.ts +2 -0
  313. package/dist/features/indent/feature.server.d.ts.map +1 -0
  314. package/dist/features/indent/feature.server.js +13 -0
  315. package/dist/features/indent/feature.server.js.map +1 -0
  316. package/dist/features/indent/i18n.d.ts +3 -0
  317. package/dist/features/indent/i18n.d.ts.map +1 -0
  318. package/dist/features/indent/i18n.js +132 -0
  319. package/dist/features/indent/i18n.js.map +1 -0
  320. package/dist/features/indent/toolbarIndentGroup.d.ts +3 -0
  321. package/dist/features/indent/toolbarIndentGroup.d.ts.map +1 -0
  322. package/dist/features/indent/toolbarIndentGroup.js +10 -0
  323. package/dist/features/indent/toolbarIndentGroup.js.map +1 -0
  324. package/dist/features/link/drawer/baseFields.d.ts +3 -0
  325. package/dist/features/link/drawer/baseFields.d.ts.map +1 -0
  326. package/dist/features/link/drawer/baseFields.js +94 -0
  327. package/dist/features/link/drawer/baseFields.js.map +1 -0
  328. package/dist/features/link/feature.client.d.ts +16 -0
  329. package/dist/features/link/feature.client.d.ts.map +1 -0
  330. package/dist/features/link/feature.client.js +101 -0
  331. package/dist/features/link/feature.client.js.map +1 -0
  332. package/dist/features/link/feature.server.d.ts +35 -0
  333. package/dist/features/link/feature.server.d.ts.map +1 -0
  334. package/dist/features/link/feature.server.js +128 -0
  335. package/dist/features/link/feature.server.js.map +1 -0
  336. package/dist/features/link/graphQLPopulationPromise.d.ts +5 -0
  337. package/dist/features/link/graphQLPopulationPromise.d.ts.map +1 -0
  338. package/dist/features/link/graphQLPopulationPromise.js +31 -0
  339. package/dist/features/link/graphQLPopulationPromise.js.map +1 -0
  340. package/dist/features/link/i18n.d.ts +3 -0
  341. package/dist/features/link/i18n.d.ts.map +1 -0
  342. package/dist/features/link/i18n.js +100 -0
  343. package/dist/features/link/i18n.js.map +1 -0
  344. package/dist/features/link/markdownTransformer.d.ts +6 -0
  345. package/dist/features/link/markdownTransformer.d.ts.map +1 -0
  346. package/dist/features/link/markdownTransformer.js +50 -0
  347. package/dist/features/link/markdownTransformer.js.map +1 -0
  348. package/dist/features/link/nodes/AutoLinkNode.d.ts.map +1 -0
  349. package/dist/features/link/nodes/AutoLinkNode.js +68 -0
  350. package/dist/features/link/nodes/AutoLinkNode.js.map +1 -0
  351. package/dist/features/link/nodes/LinkNode.d.ts +39 -0
  352. package/dist/features/link/nodes/LinkNode.d.ts.map +1 -0
  353. package/dist/features/link/nodes/LinkNode.js +317 -0
  354. package/dist/features/link/nodes/LinkNode.js.map +1 -0
  355. package/dist/features/link/nodes/types.d.ts +24 -0
  356. package/dist/features/link/nodes/types.d.ts.map +1 -0
  357. package/dist/features/link/nodes/types.js.map +1 -0
  358. package/dist/features/link/plugins/autoLink/index.d.ts +20 -0
  359. package/dist/features/link/plugins/autoLink/index.d.ts.map +1 -0
  360. package/dist/features/link/plugins/autoLink/index.js +323 -0
  361. package/dist/features/link/plugins/autoLink/index.js.map +1 -0
  362. package/dist/features/link/plugins/clickableLink/index.d.ts +4 -0
  363. package/dist/features/link/plugins/clickableLink/index.d.ts.map +1 -0
  364. package/dist/features/link/plugins/clickableLink/index.js +9 -0
  365. package/dist/features/link/plugins/clickableLink/index.js.map +1 -0
  366. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +1 -0
  367. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +4 -0
  368. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +1 -0
  369. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -0
  370. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +299 -0
  371. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -0
  372. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts +5 -0
  373. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts.map +1 -0
  374. package/dist/features/link/plugins/floatingLinkEditor/index.js +13 -0
  375. package/dist/features/link/plugins/floatingLinkEditor/index.js.map +1 -0
  376. package/dist/features/link/plugins/floatingLinkEditor/types.d.ts.map +1 -0
  377. package/dist/features/link/plugins/floatingLinkEditor/types.js.map +1 -0
  378. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts +9 -0
  379. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +1 -0
  380. package/dist/features/link/plugins/floatingLinkEditor/utilities.js +20 -0
  381. package/dist/features/link/plugins/floatingLinkEditor/utilities.js.map +1 -0
  382. package/dist/features/link/plugins/link/index.d.ts +4 -0
  383. package/dist/features/link/plugins/link/index.d.ts.map +1 -0
  384. package/dist/features/link/plugins/link/index.js +53 -0
  385. package/dist/features/link/plugins/link/index.js.map +1 -0
  386. package/dist/features/link/validate.d.ts +6 -0
  387. package/dist/features/link/validate.d.ts.map +1 -0
  388. package/dist/features/link/validate.js +28 -0
  389. package/dist/features/link/validate.js.map +1 -0
  390. package/dist/features/lists/checklist/feature.client.d.ts +5 -0
  391. package/dist/features/lists/checklist/feature.client.d.ts.map +1 -0
  392. package/dist/features/lists/checklist/feature.client.js +100 -0
  393. package/dist/features/lists/checklist/feature.client.js.map +1 -0
  394. package/dist/features/lists/checklist/feature.server.d.ts +2 -0
  395. package/dist/features/lists/checklist/feature.server.d.ts.map +1 -0
  396. package/dist/features/lists/checklist/feature.server.js +36 -0
  397. package/dist/features/lists/checklist/feature.server.js.map +1 -0
  398. package/dist/features/lists/checklist/i18n.d.ts +3 -0
  399. package/dist/features/lists/checklist/i18n.d.ts.map +1 -0
  400. package/dist/features/lists/checklist/i18n.js +100 -0
  401. package/dist/features/lists/checklist/i18n.js.map +1 -0
  402. package/dist/features/lists/checklist/markdownTransformers.d.ts.map +1 -0
  403. package/dist/features/lists/checklist/markdownTransformers.js +16 -0
  404. package/dist/features/lists/checklist/markdownTransformers.js.map +1 -0
  405. package/dist/features/lists/checklist/plugin/index.d.ts +3 -0
  406. package/dist/features/lists/checklist/plugin/index.d.ts.map +1 -0
  407. package/dist/features/lists/checklist/plugin/index.js +9 -0
  408. package/dist/features/lists/checklist/plugin/index.js.map +1 -0
  409. package/dist/features/lists/htmlConverter.d.ts +5 -0
  410. package/dist/features/lists/htmlConverter.d.ts.map +1 -0
  411. package/dist/features/lists/htmlConverter.js +56 -0
  412. package/dist/features/lists/htmlConverter.js.map +1 -0
  413. package/dist/features/lists/orderedList/feature.client.d.ts +5 -0
  414. package/dist/features/lists/orderedList/feature.client.d.ts.map +1 -0
  415. package/dist/features/lists/orderedList/feature.client.js +90 -0
  416. package/dist/features/lists/orderedList/feature.client.js.map +1 -0
  417. package/dist/features/lists/orderedList/feature.server.d.ts +2 -0
  418. package/dist/features/lists/orderedList/feature.server.d.ts.map +1 -0
  419. package/dist/features/lists/orderedList/feature.server.js +36 -0
  420. package/dist/features/lists/orderedList/feature.server.js.map +1 -0
  421. package/dist/features/lists/orderedList/i18n.d.ts +3 -0
  422. package/dist/features/lists/orderedList/i18n.d.ts.map +1 -0
  423. package/dist/features/lists/orderedList/i18n.js +100 -0
  424. package/dist/features/lists/orderedList/i18n.js.map +1 -0
  425. package/dist/features/lists/orderedList/markdownTransformer.d.ts.map +1 -0
  426. package/dist/features/lists/orderedList/markdownTransformer.js +16 -0
  427. package/dist/features/lists/orderedList/markdownTransformer.js.map +1 -0
  428. package/dist/features/lists/plugin/index.d.ts +13 -0
  429. package/dist/features/lists/plugin/index.d.ts.map +1 -0
  430. package/dist/features/lists/plugin/index.js +9 -0
  431. package/dist/features/lists/plugin/index.js.map +1 -0
  432. package/dist/features/lists/shared/markdown.d.ts +6 -0
  433. package/dist/features/lists/shared/markdown.d.ts.map +1 -0
  434. package/dist/features/lists/shared/markdown.js +58 -0
  435. package/dist/features/lists/shared/markdown.js.map +1 -0
  436. package/dist/features/lists/shared/slashMenuListGroup.d.ts +3 -0
  437. package/dist/features/lists/shared/slashMenuListGroup.d.ts.map +1 -0
  438. package/dist/features/lists/shared/slashMenuListGroup.js +11 -0
  439. package/dist/features/lists/shared/slashMenuListGroup.js.map +1 -0
  440. package/dist/features/lists/unorderedList/feature.client.d.ts +5 -0
  441. package/dist/features/lists/unorderedList/feature.client.d.ts.map +1 -0
  442. package/dist/features/lists/unorderedList/feature.client.js +88 -0
  443. package/dist/features/lists/unorderedList/feature.client.js.map +1 -0
  444. package/dist/features/lists/unorderedList/feature.server.d.ts +2 -0
  445. package/dist/features/lists/unorderedList/feature.server.d.ts.map +1 -0
  446. package/dist/features/lists/unorderedList/feature.server.js +34 -0
  447. package/dist/features/lists/unorderedList/feature.server.js.map +1 -0
  448. package/dist/features/lists/unorderedList/i18n.d.ts +3 -0
  449. package/dist/features/lists/unorderedList/i18n.d.ts.map +1 -0
  450. package/dist/features/lists/unorderedList/i18n.js +100 -0
  451. package/dist/features/lists/unorderedList/i18n.js.map +1 -0
  452. package/dist/features/lists/unorderedList/markdownTransformer.d.ts.map +1 -0
  453. package/dist/features/lists/unorderedList/markdownTransformer.js +16 -0
  454. package/dist/features/lists/unorderedList/markdownTransformer.js.map +1 -0
  455. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +5 -0
  456. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +1 -0
  457. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js.map +1 -0
  458. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  459. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +1 -0
  460. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +1 -0
  461. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +8 -0
  462. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js.map +1 -0
  463. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +5 -0
  464. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +1 -0
  465. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js.map +1 -0
  466. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +1 -0
  467. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +1 -0
  468. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +1 -0
  469. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +8 -0
  470. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js.map +1 -0
  471. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +5 -0
  472. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +1 -0
  473. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js.map +1 -0
  474. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +1 -0
  475. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +1 -0
  476. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +1 -0
  477. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +8 -0
  478. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js.map +1 -0
  479. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +5 -0
  480. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +1 -0
  481. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js.map +1 -0
  482. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  483. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +1 -0
  484. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +1 -0
  485. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +8 -0
  486. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js.map +1 -0
  487. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +5 -0
  488. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +1 -0
  489. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js.map +1 -0
  490. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +1 -0
  491. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +1 -0
  492. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +1 -0
  493. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +8 -0
  494. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js.map +1 -0
  495. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +5 -0
  496. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +1 -0
  497. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js.map +1 -0
  498. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  499. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +1 -0
  500. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +1 -0
  501. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +8 -0
  502. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js.map +1 -0
  503. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +5 -0
  504. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +1 -0
  505. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js.map +1 -0
  506. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  507. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +23 -0
  508. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +1 -0
  509. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +1 -0
  510. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +8 -0
  511. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js.map +1 -0
  512. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +1 -0
  513. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +1 -0
  514. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +1 -0
  515. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js.map +1 -0
  516. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts +31 -0
  517. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +1 -0
  518. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js.map +1 -0
  519. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts +5 -0
  520. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +1 -0
  521. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js +27 -0
  522. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js.map +1 -0
  523. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts +8 -0
  524. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +1 -0
  525. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js +45 -0
  526. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js.map +1 -0
  527. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  528. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +15 -0
  529. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +1 -0
  530. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +33 -0
  531. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  532. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +69 -0
  533. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +1 -0
  534. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +5 -0
  535. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +1 -0
  536. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js +6 -0
  537. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +1 -0
  538. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +1 -0
  539. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +1 -0
  540. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +1 -0
  541. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js +8 -0
  542. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +1 -0
  543. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +5 -0
  544. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +1 -0
  545. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.js.map +1 -0
  546. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  547. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +1 -0
  548. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +1 -0
  549. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js +8 -0
  550. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js.map +1 -0
  551. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +5 -0
  552. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +1 -0
  553. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.js.map +1 -0
  554. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +1 -0
  555. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +1 -0
  556. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +1 -0
  557. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js +8 -0
  558. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js.map +1 -0
  559. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts +5 -0
  560. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +1 -0
  561. package/dist/features/migrations/slateToLexical/converter/converters/link/client.js.map +1 -0
  562. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +1 -0
  563. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js.map +1 -0
  564. package/dist/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +1 -0
  565. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js +8 -0
  566. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js.map +1 -0
  567. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +5 -0
  568. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +1 -0
  569. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.js.map +1 -0
  570. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  571. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +1 -0
  572. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +1 -0
  573. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js +8 -0
  574. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js.map +1 -0
  575. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +5 -0
  576. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +1 -0
  577. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.js.map +1 -0
  578. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +1 -0
  579. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +1 -0
  580. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +1 -0
  581. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js +8 -0
  582. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js.map +1 -0
  583. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +5 -0
  584. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +1 -0
  585. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.js.map +1 -0
  586. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +1 -0
  587. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js +16 -0
  588. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +1 -0
  589. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +1 -0
  590. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js +8 -0
  591. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js.map +1 -0
  592. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +5 -0
  593. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +1 -0
  594. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.js.map +1 -0
  595. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  596. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +1 -0
  597. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +1 -0
  598. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js +8 -0
  599. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js.map +1 -0
  600. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +5 -0
  601. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +1 -0
  602. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.js.map +1 -0
  603. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +1 -0
  604. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +1 -0
  605. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +1 -0
  606. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +8 -0
  607. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js.map +1 -0
  608. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +5 -0
  609. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +1 -0
  610. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.js.map +1 -0
  611. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  612. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js +19 -0
  613. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +1 -0
  614. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +1 -0
  615. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js +8 -0
  616. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js.map +1 -0
  617. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +1 -0
  618. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js.map +1 -0
  619. package/dist/features/migrations/slateToLexical/converter/index.d.ts.map +1 -0
  620. package/dist/features/migrations/slateToLexical/converter/index.js +108 -0
  621. package/dist/features/migrations/slateToLexical/converter/index.js.map +1 -0
  622. package/dist/features/migrations/slateToLexical/converter/types.d.ts +25 -0
  623. package/dist/features/migrations/slateToLexical/converter/types.d.ts.map +1 -0
  624. package/dist/features/migrations/slateToLexical/converter/types.js.map +1 -0
  625. package/dist/features/migrations/slateToLexical/feature.client.d.ts +5 -0
  626. package/dist/features/migrations/slateToLexical/feature.client.d.ts.map +1 -0
  627. package/dist/features/migrations/slateToLexical/feature.client.js +27 -0
  628. package/dist/features/migrations/slateToLexical/feature.client.js.map +1 -0
  629. package/dist/features/migrations/slateToLexical/feature.server.d.ts +10 -0
  630. package/dist/features/migrations/slateToLexical/feature.server.d.ts.map +1 -0
  631. package/dist/features/migrations/slateToLexical/feature.server.js +47 -0
  632. package/dist/features/migrations/slateToLexical/feature.server.js.map +1 -0
  633. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  634. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +15 -0
  635. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +1 -0
  636. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +33 -0
  637. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  638. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +69 -0
  639. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +1 -0
  640. package/dist/features/paragraph/feature.client.d.ts +5 -0
  641. package/dist/features/paragraph/feature.client.d.ts.map +1 -0
  642. package/dist/features/paragraph/feature.client.js +71 -0
  643. package/dist/features/paragraph/feature.client.js.map +1 -0
  644. package/dist/features/paragraph/feature.server.d.ts +2 -0
  645. package/dist/features/paragraph/feature.server.d.ts.map +1 -0
  646. package/dist/features/paragraph/feature.server.js +14 -0
  647. package/dist/features/paragraph/feature.server.js.map +1 -0
  648. package/dist/features/paragraph/i18n.d.ts +3 -0
  649. package/dist/features/paragraph/i18n.d.ts.map +1 -0
  650. package/dist/features/paragraph/i18n.js +132 -0
  651. package/dist/features/paragraph/i18n.js.map +1 -0
  652. package/dist/features/relationship/drawer/commands.d.ts.map +1 -0
  653. package/dist/features/relationship/drawer/commands.js +4 -0
  654. package/dist/features/relationship/drawer/commands.js.map +1 -0
  655. package/dist/features/relationship/drawer/index.d.ts.map +1 -0
  656. package/dist/features/relationship/drawer/index.js +83 -0
  657. package/dist/features/relationship/drawer/index.js.map +1 -0
  658. package/dist/features/relationship/feature.client.d.ts +18 -0
  659. package/dist/features/relationship/feature.client.d.ts.map +1 -0
  660. package/dist/features/relationship/feature.client.js +72 -0
  661. package/dist/features/relationship/feature.client.js.map +1 -0
  662. package/dist/features/relationship/feature.server.d.ts +27 -0
  663. package/dist/features/relationship/feature.server.d.ts.map +1 -0
  664. package/dist/features/relationship/feature.server.js +55 -0
  665. package/dist/features/relationship/feature.server.js.map +1 -0
  666. package/dist/features/relationship/graphQLPopulationPromise.d.ts +5 -0
  667. package/dist/features/relationship/graphQLPopulationPromise.d.ts.map +1 -0
  668. package/dist/features/relationship/graphQLPopulationPromise.js +29 -0
  669. package/dist/features/relationship/graphQLPopulationPromise.js.map +1 -0
  670. package/dist/features/relationship/i18n.d.ts +3 -0
  671. package/dist/features/relationship/i18n.d.ts.map +1 -0
  672. package/dist/features/relationship/i18n.js +100 -0
  673. package/dist/features/relationship/i18n.js.map +1 -0
  674. package/dist/features/relationship/nodes/RelationshipNode.d.ts +35 -0
  675. package/dist/features/relationship/nodes/RelationshipNode.d.ts.map +1 -0
  676. package/dist/features/relationship/nodes/RelationshipNode.js +111 -0
  677. package/dist/features/relationship/nodes/RelationshipNode.js.map +1 -0
  678. package/dist/features/relationship/nodes/components/RelationshipComponent.d.ts +13 -0
  679. package/dist/features/relationship/nodes/components/RelationshipComponent.d.ts.map +1 -0
  680. package/dist/features/relationship/nodes/components/RelationshipComponent.js +171 -0
  681. package/dist/features/relationship/nodes/components/RelationshipComponent.js.map +1 -0
  682. package/dist/features/relationship/plugins/index.d.ts +7 -0
  683. package/dist/features/relationship/plugins/index.d.ts.map +1 -0
  684. package/dist/features/relationship/plugins/index.js +50 -0
  685. package/dist/features/relationship/plugins/index.js.map +1 -0
  686. package/dist/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +1 -0
  687. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js +33 -0
  688. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js.map +1 -0
  689. package/dist/features/shared/slashMenu/basicGroup.d.ts +3 -0
  690. package/dist/features/shared/slashMenu/basicGroup.d.ts.map +1 -0
  691. package/dist/features/shared/slashMenu/basicGroup.js +11 -0
  692. package/dist/features/shared/slashMenu/basicGroup.js.map +1 -0
  693. package/dist/features/shared/toolbar/addDropdownGroup.d.ts +3 -0
  694. package/dist/features/shared/toolbar/addDropdownGroup.d.ts.map +1 -0
  695. package/dist/features/shared/toolbar/addDropdownGroup.js +12 -0
  696. package/dist/features/shared/toolbar/addDropdownGroup.js.map +1 -0
  697. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts +3 -0
  698. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts.map +1 -0
  699. package/dist/features/shared/toolbar/featureButtonsGroup.js +10 -0
  700. package/dist/features/shared/toolbar/featureButtonsGroup.js.map +1 -0
  701. package/dist/features/shared/toolbar/textDropdownGroup.d.ts +3 -0
  702. package/dist/features/shared/toolbar/textDropdownGroup.d.ts.map +1 -0
  703. package/dist/features/shared/toolbar/textDropdownGroup.js +12 -0
  704. package/dist/features/shared/toolbar/textDropdownGroup.js.map +1 -0
  705. package/dist/features/toolbars/fixed/Toolbar/index.d.ts +5 -0
  706. package/dist/features/toolbars/fixed/Toolbar/index.d.ts.map +1 -0
  707. package/dist/features/toolbars/fixed/Toolbar/index.js +207 -0
  708. package/dist/features/toolbars/fixed/Toolbar/index.js.map +1 -0
  709. package/dist/features/toolbars/fixed/feature.client.d.ts +6 -0
  710. package/dist/features/toolbars/fixed/feature.client.d.ts.map +1 -0
  711. package/dist/features/toolbars/fixed/feature.client.js +13 -0
  712. package/dist/features/toolbars/fixed/feature.client.js.map +1 -0
  713. package/dist/features/toolbars/fixed/feature.server.d.ts +18 -0
  714. package/dist/features/toolbars/fixed/feature.server.d.ts.map +1 -0
  715. package/dist/features/toolbars/fixed/feature.server.js +19 -0
  716. package/dist/features/toolbars/fixed/feature.server.js.map +1 -0
  717. package/dist/features/toolbars/inline/Toolbar/index.d.ts +4 -0
  718. package/dist/features/toolbars/inline/Toolbar/index.d.ts.map +1 -0
  719. package/dist/features/toolbars/inline/Toolbar/index.js +319 -0
  720. package/dist/features/toolbars/inline/Toolbar/index.js.map +1 -0
  721. package/dist/features/toolbars/inline/feature.client.d.ts +5 -0
  722. package/dist/features/toolbars/inline/feature.client.d.ts.map +1 -0
  723. package/dist/features/toolbars/inline/feature.client.js +13 -0
  724. package/dist/features/toolbars/inline/feature.client.js.map +1 -0
  725. package/dist/features/toolbars/inline/feature.server.d.ts +2 -0
  726. package/dist/features/toolbars/inline/feature.server.d.ts.map +1 -0
  727. package/dist/features/toolbars/inline/feature.server.js +11 -0
  728. package/dist/features/toolbars/inline/feature.server.js.map +1 -0
  729. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +10 -0
  730. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -0
  731. package/dist/features/toolbars/shared/ToolbarButton/index.js +108 -0
  732. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -0
  733. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts +22 -0
  734. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -0
  735. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +223 -0
  736. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -0
  737. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +23 -0
  738. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -0
  739. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +141 -0
  740. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -0
  741. package/dist/features/toolbars/types.d.ts +80 -0
  742. package/dist/features/toolbars/types.d.ts.map +1 -0
  743. package/dist/features/toolbars/types.js.map +1 -0
  744. package/dist/features/typeUtilities.d.ts +8 -0
  745. package/dist/features/typeUtilities.d.ts.map +1 -0
  746. package/dist/features/typeUtilities.js +8 -0
  747. package/dist/features/typeUtilities.js.map +1 -0
  748. package/dist/features/typesClient.d.ts +186 -0
  749. package/dist/features/typesClient.d.ts.map +1 -0
  750. package/dist/features/typesClient.js +3 -0
  751. package/dist/features/typesClient.js.map +1 -0
  752. package/dist/features/typesServer.d.ts +315 -0
  753. package/dist/features/typesServer.d.ts.map +1 -0
  754. package/dist/features/typesServer.js +3 -0
  755. package/dist/features/typesServer.js.map +1 -0
  756. package/dist/features/upload/component/index.d.ts.map +1 -0
  757. package/dist/features/upload/component/index.js +242 -0
  758. package/dist/features/upload/component/index.js.map +1 -0
  759. package/dist/features/upload/drawer/commands.d.ts.map +1 -0
  760. package/dist/features/upload/drawer/commands.js +5 -0
  761. package/dist/features/upload/drawer/commands.js.map +1 -0
  762. package/dist/features/upload/drawer/index.d.ts.map +1 -0
  763. package/dist/features/upload/drawer/index.js +77 -0
  764. package/dist/features/upload/drawer/index.js.map +1 -0
  765. package/dist/features/upload/feature.client.d.ts +12 -0
  766. package/dist/features/upload/feature.client.d.ts.map +1 -0
  767. package/dist/features/upload/feature.client.js +74 -0
  768. package/dist/features/upload/feature.client.js.map +1 -0
  769. package/dist/features/upload/feature.server.d.ts +18 -0
  770. package/dist/features/upload/feature.server.d.ts.map +1 -0
  771. package/dist/features/upload/feature.server.js +184 -0
  772. package/dist/features/upload/feature.server.js.map +1 -0
  773. package/dist/features/upload/graphQLPopulationPromise.d.ts +5 -0
  774. package/dist/features/upload/graphQLPopulationPromise.d.ts.map +1 -0
  775. package/dist/features/upload/graphQLPopulationPromise.js +52 -0
  776. package/dist/features/upload/graphQLPopulationPromise.js.map +1 -0
  777. package/dist/features/upload/i18n.d.ts +3 -0
  778. package/dist/features/upload/i18n.d.ts.map +1 -0
  779. package/dist/features/upload/i18n.js +100 -0
  780. package/dist/features/upload/i18n.js.map +1 -0
  781. package/dist/features/upload/nodes/UploadNode.d.ts +39 -0
  782. package/dist/features/upload/nodes/UploadNode.d.ts.map +1 -0
  783. package/dist/features/upload/nodes/UploadNode.js +131 -0
  784. package/dist/features/upload/nodes/UploadNode.js.map +1 -0
  785. package/dist/features/upload/plugin/index.d.ts +8 -0
  786. package/dist/features/upload/plugin/index.d.ts.map +1 -0
  787. package/dist/features/upload/plugin/index.js +53 -0
  788. package/dist/features/upload/plugin/index.js.map +1 -0
  789. package/dist/features/upload/validate.d.ts +5 -0
  790. package/dist/features/upload/validate.d.ts.map +1 -0
  791. package/dist/features/upload/validate.js +44 -0
  792. package/dist/features/upload/validate.js.map +1 -0
  793. package/dist/field/Field.d.ts +5 -6
  794. package/dist/field/Field.d.ts.map +1 -1
  795. package/dist/field/Field.js +71 -56
  796. package/dist/field/Field.js.map +1 -1
  797. package/dist/field/bundled.css +0 -0
  798. package/dist/field/index.d.ts +6 -4
  799. package/dist/field/index.d.ts.map +1 -1
  800. package/dist/field/index.js +37 -86
  801. package/dist/field/index.js.map +1 -1
  802. package/dist/i18n.d.ts +3 -0
  803. package/dist/i18n.d.ts.map +1 -0
  804. package/dist/i18n.js +164 -0
  805. package/dist/i18n.js.map +1 -0
  806. package/dist/index.d.ts +76 -84
  807. package/dist/index.d.ts.map +1 -1
  808. package/dist/index.js +673 -251
  809. package/dist/index.js.map +1 -1
  810. package/dist/lexical/EditorPlugin.d.ts +8 -0
  811. package/dist/lexical/EditorPlugin.d.ts.map +1 -0
  812. package/dist/lexical/EditorPlugin.js +15 -0
  813. package/dist/lexical/EditorPlugin.js.map +1 -0
  814. package/dist/lexical/LexicalEditor.d.ts +7 -0
  815. package/dist/lexical/LexicalEditor.d.ts.map +1 -0
  816. package/dist/lexical/LexicalEditor.js +192 -0
  817. package/dist/lexical/LexicalEditor.js.map +1 -0
  818. package/dist/lexical/LexicalProvider.d.ts +18 -0
  819. package/dist/lexical/LexicalProvider.d.ts.map +1 -0
  820. package/dist/lexical/LexicalProvider.js +98 -0
  821. package/dist/lexical/LexicalProvider.js.map +1 -0
  822. package/dist/lexical/config/client/EditorConfigProvider.d.ts +35 -0
  823. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -0
  824. package/dist/lexical/config/client/EditorConfigProvider.js +91 -0
  825. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -0
  826. package/dist/lexical/config/client/default.d.ts +3 -0
  827. package/dist/lexical/config/client/default.d.ts.map +1 -0
  828. package/dist/lexical/config/client/default.js.map +1 -0
  829. package/dist/lexical/config/client/loader.d.ts +12 -0
  830. package/dist/lexical/config/client/loader.d.ts.map +1 -0
  831. package/dist/lexical/config/client/loader.js +46 -0
  832. package/dist/lexical/config/client/loader.js.map +1 -0
  833. package/dist/lexical/config/client/sanitize.d.ts +7 -0
  834. package/dist/lexical/config/client/sanitize.d.ts.map +1 -0
  835. package/dist/lexical/config/client/sanitize.js +180 -0
  836. package/dist/lexical/config/client/sanitize.js.map +1 -0
  837. package/dist/lexical/config/server/default.d.ts +7 -0
  838. package/dist/lexical/config/server/default.d.ts.map +1 -0
  839. package/dist/lexical/config/server/default.js +53 -0
  840. package/dist/lexical/config/server/default.js.map +1 -0
  841. package/dist/lexical/config/server/loader.d.ts +10 -0
  842. package/dist/lexical/config/server/loader.d.ts.map +1 -0
  843. package/dist/lexical/config/server/loader.js +120 -0
  844. package/dist/lexical/config/server/loader.js.map +1 -0
  845. package/dist/lexical/config/server/sanitize.d.ts +6 -0
  846. package/dist/lexical/config/server/sanitize.d.ts.map +1 -0
  847. package/dist/lexical/config/server/sanitize.js +95 -0
  848. package/dist/lexical/config/server/sanitize.js.map +1 -0
  849. package/dist/lexical/config/types.d.ts +24 -0
  850. package/dist/lexical/config/types.d.ts.map +1 -0
  851. package/dist/lexical/config/types.js.map +1 -0
  852. package/dist/lexical/nodes/index.d.ts +6 -0
  853. package/dist/lexical/nodes/index.d.ts.map +1 -0
  854. package/dist/lexical/nodes/index.js.map +1 -0
  855. package/dist/lexical/plugins/MarkdownShortcut/index.d.ts.map +1 -0
  856. package/dist/lexical/plugins/MarkdownShortcut/index.js +13 -0
  857. package/dist/lexical/plugins/MarkdownShortcut/index.js.map +1 -0
  858. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +32 -0
  859. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +1 -0
  860. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +399 -0
  861. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +1 -0
  862. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +24 -0
  863. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +1 -0
  864. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +186 -0
  865. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +1 -0
  866. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +46 -0
  867. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -0
  868. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -0
  869. package/dist/lexical/plugins/SlashMenu/index.d.ts +6 -0
  870. package/dist/lexical/plugins/SlashMenu/index.d.ts.map +1 -0
  871. package/dist/lexical/plugins/SlashMenu/index.js +189 -0
  872. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -0
  873. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +1 -0
  874. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +1 -0
  875. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +6 -0
  876. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +1 -0
  877. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +157 -0
  878. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -0
  879. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +1 -0
  880. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +1 -0
  881. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +1 -0
  882. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +1 -0
  883. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts +3 -0
  884. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +1 -0
  885. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +1 -0
  886. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +6 -0
  887. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -0
  888. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +342 -0
  889. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -0
  890. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +9 -0
  891. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +1 -0
  892. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +116 -0
  893. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -0
  894. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts +5 -0
  895. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -0
  896. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js +21 -0
  897. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js.map +1 -0
  898. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +1 -0
  899. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +1 -0
  900. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +1 -0
  901. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js.map +1 -0
  902. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts +31 -0
  903. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts.map +1 -0
  904. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js +138 -0
  905. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js.map +1 -0
  906. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +1 -0
  907. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +6 -0
  908. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +1 -0
  909. package/dist/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +1 -0
  910. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js.map +1 -0
  911. package/dist/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +1 -0
  912. package/dist/lexical/plugins/handles/utils/setHandlePosition.js +29 -0
  913. package/dist/lexical/plugins/handles/utils/setHandlePosition.js.map +1 -0
  914. package/dist/lexical/theme/EditorTheme.d.ts.map +1 -0
  915. package/dist/lexical/theme/EditorTheme.js +106 -0
  916. package/dist/lexical/theme/EditorTheme.js.map +1 -0
  917. package/dist/lexical/ui/ContentEditable.d.ts +6 -0
  918. package/dist/lexical/ui/ContentEditable.d.ts.map +1 -0
  919. package/dist/lexical/ui/ContentEditable.js +10 -0
  920. package/dist/lexical/ui/ContentEditable.js.map +1 -0
  921. package/dist/lexical/ui/icons/AI/index.d.ts.map +1 -0
  922. package/dist/lexical/ui/icons/AI/index.js +36 -0
  923. package/dist/lexical/ui/icons/AI/index.js.map +1 -0
  924. package/dist/lexical/ui/icons/Add/index.d.ts +3 -0
  925. package/dist/lexical/ui/icons/Add/index.d.ts.map +1 -0
  926. package/dist/lexical/ui/icons/Add/index.js +21 -0
  927. package/dist/lexical/ui/icons/Add/index.js.map +1 -0
  928. package/dist/lexical/ui/icons/Add/light.svg +4 -0
  929. package/dist/lexical/ui/icons/AlignCenter/index.d.ts.map +1 -0
  930. package/dist/lexical/ui/icons/AlignCenter/index.js +31 -0
  931. package/dist/lexical/ui/icons/AlignCenter/index.js.map +1 -0
  932. package/dist/lexical/ui/icons/AlignJustify/index.d.ts.map +1 -0
  933. package/dist/lexical/ui/icons/AlignJustify/index.js +31 -0
  934. package/dist/lexical/ui/icons/AlignJustify/index.js.map +1 -0
  935. package/dist/lexical/ui/icons/AlignLeft/index.d.ts.map +1 -0
  936. package/dist/lexical/ui/icons/AlignLeft/index.js +31 -0
  937. package/dist/lexical/ui/icons/AlignLeft/index.js.map +1 -0
  938. package/dist/lexical/ui/icons/AlignRight/index.d.ts.map +1 -0
  939. package/dist/lexical/ui/icons/AlignRight/index.js +31 -0
  940. package/dist/lexical/ui/icons/AlignRight/index.js.map +1 -0
  941. package/dist/lexical/ui/icons/Block/index.d.ts.map +1 -0
  942. package/dist/lexical/ui/icons/Block/index.js +40 -0
  943. package/dist/lexical/ui/icons/Block/index.js.map +1 -0
  944. package/dist/lexical/ui/icons/Blockquote/index.d.ts.map +1 -0
  945. package/dist/lexical/ui/icons/Blockquote/index.js +18 -0
  946. package/dist/lexical/ui/icons/Blockquote/index.js.map +1 -0
  947. package/dist/lexical/ui/icons/Bold/index.d.ts.map +1 -0
  948. package/dist/lexical/ui/icons/Bold/index.js +18 -0
  949. package/dist/lexical/ui/icons/Bold/index.js.map +1 -0
  950. package/dist/lexical/ui/icons/Checklist/index.d.ts.map +1 -0
  951. package/dist/lexical/ui/icons/Checklist/index.js +29 -0
  952. package/dist/lexical/ui/icons/Checklist/index.js.map +1 -0
  953. package/dist/lexical/ui/icons/Code/index.d.ts.map +1 -0
  954. package/dist/lexical/ui/icons/Code/index.js +24 -0
  955. package/dist/lexical/ui/icons/Code/index.js.map +1 -0
  956. package/dist/lexical/ui/icons/CodeBlock/index.d.ts.map +1 -0
  957. package/dist/lexical/ui/icons/CodeBlock/index.js +24 -0
  958. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -0
  959. package/dist/lexical/ui/icons/DraggableBlock/light.svg +9 -0
  960. package/dist/lexical/ui/icons/H1/index.d.ts.map +1 -0
  961. package/dist/lexical/ui/icons/H1/index.js +18 -0
  962. package/dist/lexical/ui/icons/H1/index.js.map +1 -0
  963. package/dist/lexical/ui/icons/H2/index.d.ts.map +1 -0
  964. package/dist/lexical/ui/icons/H2/index.js +18 -0
  965. package/dist/lexical/ui/icons/H2/index.js.map +1 -0
  966. package/dist/lexical/ui/icons/H3/index.d.ts.map +1 -0
  967. package/dist/lexical/ui/icons/H3/index.js +18 -0
  968. package/dist/lexical/ui/icons/H3/index.js.map +1 -0
  969. package/dist/lexical/ui/icons/H4/index.d.ts.map +1 -0
  970. package/dist/lexical/ui/icons/H4/index.js +18 -0
  971. package/dist/lexical/ui/icons/H4/index.js.map +1 -0
  972. package/dist/lexical/ui/icons/H5/index.d.ts.map +1 -0
  973. package/dist/lexical/ui/icons/H5/index.js +18 -0
  974. package/dist/lexical/ui/icons/H5/index.js.map +1 -0
  975. package/dist/lexical/ui/icons/H6/index.d.ts.map +1 -0
  976. package/dist/lexical/ui/icons/H6/index.js +18 -0
  977. package/dist/lexical/ui/icons/H6/index.js.map +1 -0
  978. package/dist/lexical/ui/icons/HorizontalRule/index.d.ts.map +1 -0
  979. package/dist/lexical/ui/icons/HorizontalRule/index.js +21 -0
  980. package/dist/lexical/ui/icons/HorizontalRule/index.js.map +1 -0
  981. package/dist/lexical/ui/icons/IndentDecrease/index.d.ts.map +1 -0
  982. package/dist/lexical/ui/icons/IndentDecrease/index.js +35 -0
  983. package/dist/lexical/ui/icons/IndentDecrease/index.js.map +1 -0
  984. package/dist/lexical/ui/icons/IndentIncrease/index.d.ts.map +1 -0
  985. package/dist/lexical/ui/icons/IndentIncrease/index.js +35 -0
  986. package/dist/lexical/ui/icons/IndentIncrease/index.js.map +1 -0
  987. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts +3 -0
  988. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts.map +1 -0
  989. package/dist/lexical/ui/icons/InlineBlocks/index.js +20 -0
  990. package/dist/lexical/ui/icons/InlineBlocks/index.js.map +1 -0
  991. package/dist/lexical/ui/icons/Italic/index.d.ts.map +1 -0
  992. package/dist/lexical/ui/icons/Italic/index.js +18 -0
  993. package/dist/lexical/ui/icons/Italic/index.js.map +1 -0
  994. package/dist/lexical/ui/icons/Link/index.d.ts.map +1 -0
  995. package/dist/lexical/ui/icons/Link/index.js +19 -0
  996. package/dist/lexical/ui/icons/Link/index.js.map +1 -0
  997. package/dist/lexical/ui/icons/Meatballs/index.d.ts +3 -0
  998. package/dist/lexical/ui/icons/Meatballs/index.d.ts.map +1 -0
  999. package/dist/lexical/ui/icons/Meatballs/index.js +25 -0
  1000. package/dist/lexical/ui/icons/Meatballs/index.js.map +1 -0
  1001. package/dist/lexical/ui/icons/OrderedList/index.d.ts.map +1 -0
  1002. package/dist/lexical/ui/icons/OrderedList/index.js +39 -0
  1003. package/dist/lexical/ui/icons/OrderedList/index.js.map +1 -0
  1004. package/dist/lexical/ui/icons/Relationship/index.d.ts.map +1 -0
  1005. package/dist/lexical/ui/icons/Relationship/index.js +36 -0
  1006. package/dist/lexical/ui/icons/Relationship/index.js.map +1 -0
  1007. package/dist/lexical/ui/icons/Strikethrough/index.d.ts.map +1 -0
  1008. package/dist/lexical/ui/icons/Strikethrough/index.js +24 -0
  1009. package/dist/lexical/ui/icons/Strikethrough/index.js.map +1 -0
  1010. package/dist/lexical/ui/icons/Subscript/index.d.ts.map +1 -0
  1011. package/dist/lexical/ui/icons/Subscript/index.js +18 -0
  1012. package/dist/lexical/ui/icons/Subscript/index.js.map +1 -0
  1013. package/dist/lexical/ui/icons/Superscript/index.d.ts.map +1 -0
  1014. package/dist/lexical/ui/icons/Superscript/index.js +18 -0
  1015. package/dist/lexical/ui/icons/Superscript/index.js.map +1 -0
  1016. package/dist/lexical/ui/icons/Table/index.d.ts +3 -0
  1017. package/dist/lexical/ui/icons/Table/index.d.ts.map +1 -0
  1018. package/dist/lexical/ui/icons/Table/index.js +19 -0
  1019. package/dist/lexical/ui/icons/Table/index.js.map +1 -0
  1020. package/dist/lexical/ui/icons/Text/index.d.ts.map +1 -0
  1021. package/dist/lexical/ui/icons/Text/index.js +18 -0
  1022. package/dist/lexical/ui/icons/Text/index.js.map +1 -0
  1023. package/dist/lexical/ui/icons/Underline/index.d.ts.map +1 -0
  1024. package/dist/lexical/ui/icons/Underline/index.js +24 -0
  1025. package/dist/lexical/ui/icons/Underline/index.js.map +1 -0
  1026. package/dist/lexical/ui/icons/UnorderedList/index.d.ts.map +1 -0
  1027. package/dist/lexical/ui/icons/UnorderedList/index.js +55 -0
  1028. package/dist/lexical/ui/icons/UnorderedList/index.js.map +1 -0
  1029. package/dist/lexical/ui/icons/Upload/index.d.ts.map +1 -0
  1030. package/dist/lexical/ui/icons/Upload/index.js +34 -0
  1031. package/dist/lexical/ui/icons/Upload/index.js.map +1 -0
  1032. package/dist/lexical/utils/canUseDOM.d.ts.map +1 -0
  1033. package/dist/lexical/utils/canUseDOM.js.map +1 -0
  1034. package/dist/lexical/utils/environment.d.ts.map +1 -0
  1035. package/dist/lexical/utils/environment.js.map +1 -0
  1036. package/dist/lexical/utils/getDOMRangeRect.d.ts.map +1 -0
  1037. package/dist/lexical/utils/getDOMRangeRect.js.map +1 -0
  1038. package/dist/lexical/utils/getSelectedNode.d.ts.map +1 -0
  1039. package/dist/lexical/utils/getSelectedNode.js +17 -0
  1040. package/dist/lexical/utils/getSelectedNode.js.map +1 -0
  1041. package/dist/lexical/utils/guard.d.ts.map +1 -0
  1042. package/dist/lexical/utils/guard.js.map +1 -0
  1043. package/dist/lexical/utils/invariant.d.ts.map +1 -0
  1044. package/dist/lexical/utils/invariant.js.map +1 -0
  1045. package/dist/lexical/utils/joinClasses.d.ts.map +1 -0
  1046. package/dist/lexical/utils/joinClasses.js.map +1 -0
  1047. package/dist/lexical/utils/markdown/createBlockNode.d.ts +4 -0
  1048. package/dist/lexical/utils/markdown/createBlockNode.d.ts.map +1 -0
  1049. package/dist/lexical/utils/markdown/createBlockNode.js.map +1 -0
  1050. package/dist/lexical/utils/nodeFormat.d.ts +41 -0
  1051. package/dist/lexical/utils/nodeFormat.d.ts.map +1 -0
  1052. package/dist/lexical/utils/nodeFormat.js +88 -0
  1053. package/dist/lexical/utils/nodeFormat.js.map +1 -0
  1054. package/dist/lexical/utils/point.d.ts.map +1 -0
  1055. package/dist/lexical/utils/point.js.map +1 -0
  1056. package/dist/lexical/utils/rect.d.ts.map +1 -0
  1057. package/dist/lexical/utils/rect.js.map +1 -0
  1058. package/dist/lexical/utils/setFloatingElemPosition.d.ts +12 -0
  1059. package/dist/lexical/utils/setFloatingElemPosition.d.ts.map +1 -0
  1060. package/dist/lexical/utils/setFloatingElemPosition.js +56 -0
  1061. package/dist/lexical/utils/setFloatingElemPosition.js.map +1 -0
  1062. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +1 -0
  1063. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +1 -0
  1064. package/dist/lexical/utils/swipe.d.ts.map +1 -0
  1065. package/dist/lexical/utils/swipe.js.map +1 -0
  1066. package/dist/lexical/utils/url.d.ts.map +1 -0
  1067. package/dist/lexical/utils/url.js +36 -0
  1068. package/dist/lexical/utils/url.js.map +1 -0
  1069. package/dist/nodeTypes.d.ts +30 -0
  1070. package/dist/nodeTypes.d.ts.map +1 -0
  1071. package/dist/nodeTypes.js +3 -0
  1072. package/dist/nodeTypes.js.map +1 -0
  1073. package/dist/populateGraphQL/defaultValue.d.ts +3 -0
  1074. package/dist/populateGraphQL/defaultValue.d.ts.map +1 -0
  1075. package/dist/populateGraphQL/defaultValue.js +32 -0
  1076. package/dist/populateGraphQL/defaultValue.js.map +1 -0
  1077. package/dist/populateGraphQL/populate.d.ts +17 -0
  1078. package/dist/populateGraphQL/populate.d.ts.map +1 -0
  1079. package/dist/populateGraphQL/populate.js +28 -0
  1080. package/dist/populateGraphQL/populate.js.map +1 -0
  1081. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +12 -0
  1082. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -0
  1083. package/dist/populateGraphQL/populateLexicalPopulationPromises.js +37 -0
  1084. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -0
  1085. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts +28 -0
  1086. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts.map +1 -0
  1087. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js +28 -0
  1088. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js.map +1 -0
  1089. package/dist/types.d.ts +52 -15
  1090. package/dist/types.d.ts.map +1 -1
  1091. package/dist/types.js.map +1 -1
  1092. package/dist/utilities/createClientFeature.d.ts +13 -0
  1093. package/dist/utilities/createClientFeature.d.ts.map +1 -0
  1094. package/dist/utilities/createClientFeature.js +30 -0
  1095. package/dist/utilities/createClientFeature.js.map +1 -0
  1096. package/dist/utilities/createServerFeature.d.ts +16 -0
  1097. package/dist/utilities/createServerFeature.d.ts.map +1 -0
  1098. package/dist/utilities/createServerFeature.js +34 -0
  1099. package/dist/utilities/createServerFeature.js.map +1 -0
  1100. package/dist/utilities/fieldsDrawer/Drawer.d.ts +18 -0
  1101. package/dist/utilities/fieldsDrawer/Drawer.d.ts.map +1 -0
  1102. package/dist/utilities/fieldsDrawer/Drawer.js +26 -0
  1103. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -0
  1104. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts +4 -0
  1105. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts.map +1 -0
  1106. package/dist/utilities/fieldsDrawer/DrawerContent.js +90 -0
  1107. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -0
  1108. package/dist/utilities/forEachNodeRecursively.d.ts +10 -0
  1109. package/dist/utilities/forEachNodeRecursively.d.ts.map +1 -0
  1110. package/dist/utilities/forEachNodeRecursively.js +24 -0
  1111. package/dist/utilities/forEachNodeRecursively.js.map +1 -0
  1112. package/dist/utilities/generateComponentMap.d.ts +6 -0
  1113. package/dist/utilities/generateComponentMap.d.ts.map +1 -0
  1114. package/dist/utilities/generateComponentMap.js +77 -0
  1115. package/dist/utilities/generateComponentMap.js.map +1 -0
  1116. package/dist/utilities/generateSchemaMap.d.ts +6 -0
  1117. package/dist/utilities/generateSchemaMap.d.ts.map +1 -0
  1118. package/dist/utilities/generateSchemaMap.js +31 -0
  1119. package/dist/utilities/generateSchemaMap.js.map +1 -0
  1120. package/dist/utilities/migrateSlateToLexical/index.d.ts +15 -0
  1121. package/dist/utilities/migrateSlateToLexical/index.d.ts.map +1 -0
  1122. package/dist/utilities/migrateSlateToLexical/index.js +105 -0
  1123. package/dist/utilities/migrateSlateToLexical/index.js.map +1 -0
  1124. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts +9 -0
  1125. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts.map +1 -0
  1126. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js +77 -0
  1127. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js.map +1 -0
  1128. package/dist/utilities/recurseNodeTree.d.ts +9 -0
  1129. package/dist/utilities/recurseNodeTree.d.ts.map +1 -0
  1130. package/dist/utilities/recurseNodeTree.js +27 -0
  1131. package/dist/utilities/recurseNodeTree.js.map +1 -0
  1132. package/dist/utilities/upgradeLexicalData/index.d.ts +11 -0
  1133. package/dist/utilities/upgradeLexicalData/index.d.ts.map +1 -0
  1134. package/dist/utilities/upgradeLexicalData/index.js +101 -0
  1135. package/dist/utilities/upgradeLexicalData/index.js.map +1 -0
  1136. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts +9 -0
  1137. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts.map +1 -0
  1138. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js +74 -0
  1139. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -0
  1140. package/dist/utilities/useLexicalFeature.d.ts +3 -0
  1141. package/dist/utilities/useLexicalFeature.d.ts.map +1 -0
  1142. package/dist/utilities/useLexicalFeature.js +12 -0
  1143. package/dist/utilities/useLexicalFeature.js.map +1 -0
  1144. package/dist/validate/index.d.ts +3 -3
  1145. package/dist/validate/index.d.ts.map +1 -1
  1146. package/dist/validate/index.js +3 -2
  1147. package/dist/validate/index.js.map +1 -1
  1148. package/dist/validate/validateNodes.d.ts +2 -2
  1149. package/dist/validate/validateNodes.d.ts.map +1 -1
  1150. package/dist/validate/validateNodes.js +1 -1
  1151. package/dist/validate/validateNodes.js.map +1 -1
  1152. package/package.json +75 -56
  1153. package/dist/exports/components.d.ts +0 -6
  1154. package/dist/exports/components.d.ts.map +0 -1
  1155. package/dist/exports/components.js +0 -7
  1156. package/dist/exports/components.js.map +0 -1
  1157. package/dist/field/features/align/feature.client.d.ts +0 -3
  1158. package/dist/field/features/align/feature.client.d.ts.map +0 -1
  1159. package/dist/field/features/align/feature.client.js +0 -72
  1160. package/dist/field/features/align/feature.client.js.map +0 -1
  1161. package/dist/field/features/align/feature.server.d.ts +0 -3
  1162. package/dist/field/features/align/feature.server.d.ts.map +0 -1
  1163. package/dist/field/features/align/feature.server.js +0 -16
  1164. package/dist/field/features/align/feature.server.js.map +0 -1
  1165. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.d.ts +0 -3
  1166. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.d.ts.map +0 -1
  1167. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.js +0 -12
  1168. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.js.map +0 -1
  1169. package/dist/field/features/blockquote/feature.client.d.ts +0 -3
  1170. package/dist/field/features/blockquote/feature.client.d.ts.map +0 -1
  1171. package/dist/field/features/blockquote/feature.client.js +0 -70
  1172. package/dist/field/features/blockquote/feature.client.js.map +0 -1
  1173. package/dist/field/features/blockquote/feature.server.d.ts +0 -3
  1174. package/dist/field/features/blockquote/feature.server.d.ts.map +0 -1
  1175. package/dist/field/features/blockquote/feature.server.js +0 -47
  1176. package/dist/field/features/blockquote/feature.server.js.map +0 -1
  1177. package/dist/field/features/blockquote/markdownTransformer.d.ts.map +0 -1
  1178. package/dist/field/features/blockquote/markdownTransformer.js +0 -42
  1179. package/dist/field/features/blockquote/markdownTransformer.js.map +0 -1
  1180. package/dist/field/features/blocks/component/BlockContent.d.ts +0 -27
  1181. package/dist/field/features/blocks/component/BlockContent.d.ts.map +0 -1
  1182. package/dist/field/features/blocks/component/BlockContent.js +0 -183
  1183. package/dist/field/features/blocks/component/BlockContent.js.map +0 -1
  1184. package/dist/field/features/blocks/component/FormSavePlugin.d.ts +0 -12
  1185. package/dist/field/features/blocks/component/FormSavePlugin.d.ts.map +0 -1
  1186. package/dist/field/features/blocks/component/FormSavePlugin.js +0 -29
  1187. package/dist/field/features/blocks/component/FormSavePlugin.js.map +0 -1
  1188. package/dist/field/features/blocks/component/index.d.ts +0 -16
  1189. package/dist/field/features/blocks/component/index.d.ts.map +0 -1
  1190. package/dist/field/features/blocks/component/index.js +0 -128
  1191. package/dist/field/features/blocks/component/index.js.map +0 -1
  1192. package/dist/field/features/blocks/component/index.scss +0 -153
  1193. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts +0 -11
  1194. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts.map +0 -1
  1195. package/dist/field/features/blocks/component/removeEmptyArrayValues.js.map +0 -1
  1196. package/dist/field/features/blocks/drawer/index.d.ts +0 -9
  1197. package/dist/field/features/blocks/drawer/index.d.ts.map +0 -1
  1198. package/dist/field/features/blocks/drawer/index.js +0 -84
  1199. package/dist/field/features/blocks/drawer/index.js.map +0 -1
  1200. package/dist/field/features/blocks/feature.client.d.ts +0 -7
  1201. package/dist/field/features/blocks/feature.client.d.ts.map +0 -1
  1202. package/dist/field/features/blocks/feature.client.js +0 -61
  1203. package/dist/field/features/blocks/feature.client.js.map +0 -1
  1204. package/dist/field/features/blocks/feature.server.d.ts +0 -11
  1205. package/dist/field/features/blocks/feature.server.d.ts.map +0 -1
  1206. package/dist/field/features/blocks/feature.server.js +0 -127
  1207. package/dist/field/features/blocks/feature.server.js.map +0 -1
  1208. package/dist/field/features/blocks/nodes/BlocksNode.d.ts +0 -38
  1209. package/dist/field/features/blocks/nodes/BlocksNode.d.ts.map +0 -1
  1210. package/dist/field/features/blocks/nodes/BlocksNode.js +0 -92
  1211. package/dist/field/features/blocks/nodes/BlocksNode.js.map +0 -1
  1212. package/dist/field/features/blocks/plugin/commands.d.ts +0 -4
  1213. package/dist/field/features/blocks/plugin/commands.d.ts.map +0 -1
  1214. package/dist/field/features/blocks/plugin/commands.js +0 -5
  1215. package/dist/field/features/blocks/plugin/commands.js.map +0 -1
  1216. package/dist/field/features/blocks/plugin/index.d.ts +0 -5
  1217. package/dist/field/features/blocks/plugin/index.d.ts.map +0 -1
  1218. package/dist/field/features/blocks/plugin/index.js +0 -43
  1219. package/dist/field/features/blocks/plugin/index.js.map +0 -1
  1220. package/dist/field/features/blocks/populationPromise.d.ts +0 -5
  1221. package/dist/field/features/blocks/populationPromise.d.ts.map +0 -1
  1222. package/dist/field/features/blocks/populationPromise.js +0 -46
  1223. package/dist/field/features/blocks/populationPromise.js.map +0 -1
  1224. package/dist/field/features/blocks/validate.d.ts +0 -5
  1225. package/dist/field/features/blocks/validate.d.ts.map +0 -1
  1226. package/dist/field/features/blocks/validate.js +0 -50
  1227. package/dist/field/features/blocks/validate.js.map +0 -1
  1228. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.d.ts +0 -3
  1229. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.d.ts.map +0 -1
  1230. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.js +0 -10
  1231. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.js.map +0 -1
  1232. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.d.ts +0 -3
  1233. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.d.ts.map +0 -1
  1234. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.js +0 -12
  1235. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.js.map +0 -1
  1236. package/dist/field/features/converters/html/converter/converters/linebreak.d.ts.map +0 -1
  1237. package/dist/field/features/converters/html/converter/converters/linebreak.js.map +0 -1
  1238. package/dist/field/features/converters/html/converter/converters/paragraph.d.ts.map +0 -1
  1239. package/dist/field/features/converters/html/converter/converters/paragraph.js +0 -20
  1240. package/dist/field/features/converters/html/converter/converters/paragraph.js.map +0 -1
  1241. package/dist/field/features/converters/html/converter/converters/text.d.ts.map +0 -1
  1242. package/dist/field/features/converters/html/converter/converters/text.js.map +0 -1
  1243. package/dist/field/features/converters/html/converter/defaultConverters.d.ts.map +0 -1
  1244. package/dist/field/features/converters/html/converter/defaultConverters.js.map +0 -1
  1245. package/dist/field/features/converters/html/converter/index.d.ts +0 -21
  1246. package/dist/field/features/converters/html/converter/index.d.ts.map +0 -1
  1247. package/dist/field/features/converters/html/converter/index.js +0 -44
  1248. package/dist/field/features/converters/html/converter/index.js.map +0 -1
  1249. package/dist/field/features/converters/html/converter/types.d.ts +0 -19
  1250. package/dist/field/features/converters/html/converter/types.d.ts.map +0 -1
  1251. package/dist/field/features/converters/html/converter/types.js.map +0 -1
  1252. package/dist/field/features/converters/html/feature.server.d.ts +0 -9
  1253. package/dist/field/features/converters/html/feature.server.d.ts.map +0 -1
  1254. package/dist/field/features/converters/html/feature.server.js +0 -14
  1255. package/dist/field/features/converters/html/feature.server.js.map +0 -1
  1256. package/dist/field/features/converters/html/field/index.d.ts +0 -23
  1257. package/dist/field/features/converters/html/field/index.d.ts.map +0 -1
  1258. package/dist/field/features/converters/html/field/index.js +0 -114
  1259. package/dist/field/features/converters/html/field/index.js.map +0 -1
  1260. package/dist/field/features/createClientComponent.d.ts +0 -6
  1261. package/dist/field/features/createClientComponent.d.ts.map +0 -1
  1262. package/dist/field/features/createClientComponent.js +0 -12
  1263. package/dist/field/features/createClientComponent.js.map +0 -1
  1264. package/dist/field/features/createFeaturePropComponent.d.ts.map +0 -1
  1265. package/dist/field/features/createFeaturePropComponent.js +0 -15
  1266. package/dist/field/features/createFeaturePropComponent.js.map +0 -1
  1267. package/dist/field/features/debug/testrecorder/feature.client.d.ts +0 -3
  1268. package/dist/field/features/debug/testrecorder/feature.client.d.ts.map +0 -1
  1269. package/dist/field/features/debug/testrecorder/feature.client.js +0 -20
  1270. package/dist/field/features/debug/testrecorder/feature.client.js.map +0 -1
  1271. package/dist/field/features/debug/testrecorder/feature.server.d.ts +0 -3
  1272. package/dist/field/features/debug/testrecorder/feature.server.d.ts.map +0 -1
  1273. package/dist/field/features/debug/testrecorder/feature.server.js +0 -15
  1274. package/dist/field/features/debug/testrecorder/feature.server.js.map +0 -1
  1275. package/dist/field/features/debug/testrecorder/plugin/index.d.ts +0 -5
  1276. package/dist/field/features/debug/testrecorder/plugin/index.d.ts.map +0 -1
  1277. package/dist/field/features/debug/testrecorder/plugin/index.js +0 -448
  1278. package/dist/field/features/debug/testrecorder/plugin/index.js.map +0 -1
  1279. package/dist/field/features/debug/testrecorder/plugin/index.scss +0 -49
  1280. package/dist/field/features/debug/treeview/feature.client.d.ts +0 -3
  1281. package/dist/field/features/debug/treeview/feature.client.d.ts.map +0 -1
  1282. package/dist/field/features/debug/treeview/feature.client.js +0 -20
  1283. package/dist/field/features/debug/treeview/feature.client.js.map +0 -1
  1284. package/dist/field/features/debug/treeview/feature.server.d.ts +0 -3
  1285. package/dist/field/features/debug/treeview/feature.server.d.ts.map +0 -1
  1286. package/dist/field/features/debug/treeview/feature.server.js +0 -15
  1287. package/dist/field/features/debug/treeview/feature.server.js.map +0 -1
  1288. package/dist/field/features/debug/treeview/plugin/index.d.ts +0 -4
  1289. package/dist/field/features/debug/treeview/plugin/index.d.ts.map +0 -1
  1290. package/dist/field/features/debug/treeview/plugin/index.js +0 -21
  1291. package/dist/field/features/debug/treeview/plugin/index.js.map +0 -1
  1292. package/dist/field/features/debug/treeview/plugin/index.scss +0 -78
  1293. package/dist/field/features/format/bold/feature.client.d.ts +0 -3
  1294. package/dist/field/features/format/bold/feature.client.d.ts.map +0 -1
  1295. package/dist/field/features/format/bold/feature.client.js +0 -48
  1296. package/dist/field/features/format/bold/feature.client.js.map +0 -1
  1297. package/dist/field/features/format/bold/feature.server.d.ts +0 -3
  1298. package/dist/field/features/format/bold/feature.server.d.ts.map +0 -1
  1299. package/dist/field/features/format/bold/feature.server.js +0 -27
  1300. package/dist/field/features/format/bold/feature.server.js.map +0 -1
  1301. package/dist/field/features/format/bold/markdownTransformers.d.ts.map +0 -1
  1302. package/dist/field/features/format/bold/markdownTransformers.js.map +0 -1
  1303. package/dist/field/features/format/common/floatingSelectToolbarSection.d.ts +0 -3
  1304. package/dist/field/features/format/common/floatingSelectToolbarSection.d.ts.map +0 -1
  1305. package/dist/field/features/format/common/floatingSelectToolbarSection.js +0 -10
  1306. package/dist/field/features/format/common/floatingSelectToolbarSection.js.map +0 -1
  1307. package/dist/field/features/format/inlinecode/feature.client.d.ts +0 -3
  1308. package/dist/field/features/format/inlinecode/feature.client.d.ts.map +0 -1
  1309. package/dist/field/features/format/inlinecode/feature.client.js +0 -43
  1310. package/dist/field/features/format/inlinecode/feature.client.js.map +0 -1
  1311. package/dist/field/features/format/inlinecode/feature.server.d.ts +0 -3
  1312. package/dist/field/features/format/inlinecode/feature.server.d.ts.map +0 -1
  1313. package/dist/field/features/format/inlinecode/feature.server.js +0 -19
  1314. package/dist/field/features/format/inlinecode/feature.server.js.map +0 -1
  1315. package/dist/field/features/format/inlinecode/markdownTransformers.d.ts.map +0 -1
  1316. package/dist/field/features/format/inlinecode/markdownTransformers.js.map +0 -1
  1317. package/dist/field/features/format/italic/feature.client.d.ts +0 -3
  1318. package/dist/field/features/format/italic/feature.client.d.ts.map +0 -1
  1319. package/dist/field/features/format/italic/feature.client.js +0 -44
  1320. package/dist/field/features/format/italic/feature.client.js.map +0 -1
  1321. package/dist/field/features/format/italic/feature.server.d.ts +0 -3
  1322. package/dist/field/features/format/italic/feature.server.d.ts.map +0 -1
  1323. package/dist/field/features/format/italic/feature.server.js +0 -20
  1324. package/dist/field/features/format/italic/feature.server.js.map +0 -1
  1325. package/dist/field/features/format/italic/markdownTransformers.d.ts.map +0 -1
  1326. package/dist/field/features/format/italic/markdownTransformers.js.map +0 -1
  1327. package/dist/field/features/format/strikethrough/feature.client.d.ts +0 -3
  1328. package/dist/field/features/format/strikethrough/feature.client.d.ts.map +0 -1
  1329. package/dist/field/features/format/strikethrough/feature.client.js +0 -43
  1330. package/dist/field/features/format/strikethrough/feature.client.js.map +0 -1
  1331. package/dist/field/features/format/strikethrough/feature.server.d.ts +0 -3
  1332. package/dist/field/features/format/strikethrough/feature.server.d.ts.map +0 -1
  1333. package/dist/field/features/format/strikethrough/feature.server.js +0 -19
  1334. package/dist/field/features/format/strikethrough/feature.server.js.map +0 -1
  1335. package/dist/field/features/format/strikethrough/markdownTransformers.d.ts.map +0 -1
  1336. package/dist/field/features/format/strikethrough/markdownTransformers.js.map +0 -1
  1337. package/dist/field/features/format/subscript/feature.client.d.ts +0 -3
  1338. package/dist/field/features/format/subscript/feature.client.d.ts.map +0 -1
  1339. package/dist/field/features/format/subscript/feature.client.js +0 -39
  1340. package/dist/field/features/format/subscript/feature.client.js.map +0 -1
  1341. package/dist/field/features/format/subscript/feature.server.d.ts +0 -3
  1342. package/dist/field/features/format/subscript/feature.server.d.ts.map +0 -1
  1343. package/dist/field/features/format/subscript/feature.server.js +0 -15
  1344. package/dist/field/features/format/subscript/feature.server.js.map +0 -1
  1345. package/dist/field/features/format/superscript/feature.client.d.ts +0 -3
  1346. package/dist/field/features/format/superscript/feature.client.d.ts.map +0 -1
  1347. package/dist/field/features/format/superscript/feature.client.js +0 -39
  1348. package/dist/field/features/format/superscript/feature.client.js.map +0 -1
  1349. package/dist/field/features/format/superscript/feature.server.d.ts +0 -3
  1350. package/dist/field/features/format/superscript/feature.server.d.ts.map +0 -1
  1351. package/dist/field/features/format/superscript/feature.server.js +0 -15
  1352. package/dist/field/features/format/superscript/feature.server.js.map +0 -1
  1353. package/dist/field/features/format/underline/feature.client.d.ts +0 -3
  1354. package/dist/field/features/format/underline/feature.client.d.ts.map +0 -1
  1355. package/dist/field/features/format/underline/feature.client.js +0 -39
  1356. package/dist/field/features/format/underline/feature.client.js.map +0 -1
  1357. package/dist/field/features/format/underline/feature.server.d.ts +0 -3
  1358. package/dist/field/features/format/underline/feature.server.d.ts.map +0 -1
  1359. package/dist/field/features/format/underline/feature.server.js +0 -15
  1360. package/dist/field/features/format/underline/feature.server.js.map +0 -1
  1361. package/dist/field/features/heading/feature.client.d.ts +0 -4
  1362. package/dist/field/features/heading/feature.client.d.ts.map +0 -1
  1363. package/dist/field/features/heading/feature.client.js +0 -97
  1364. package/dist/field/features/heading/feature.client.js.map +0 -1
  1365. package/dist/field/features/heading/feature.server.d.ts +0 -7
  1366. package/dist/field/features/heading/feature.server.d.ts.map +0 -1
  1367. package/dist/field/features/heading/feature.server.js +0 -58
  1368. package/dist/field/features/heading/feature.server.js.map +0 -1
  1369. package/dist/field/features/heading/markdownTransformer.d.ts.map +0 -1
  1370. package/dist/field/features/heading/markdownTransformer.js +0 -30
  1371. package/dist/field/features/heading/markdownTransformer.js.map +0 -1
  1372. package/dist/field/features/horizontalrule/component/index.d.ts.map +0 -1
  1373. package/dist/field/features/horizontalrule/component/index.js +0 -64
  1374. package/dist/field/features/horizontalrule/component/index.js.map +0 -1
  1375. package/dist/field/features/horizontalrule/feature.client.d.ts +0 -3
  1376. package/dist/field/features/horizontalrule/feature.client.d.ts.map +0 -1
  1377. package/dist/field/features/horizontalrule/feature.client.js +0 -53
  1378. package/dist/field/features/horizontalrule/feature.client.js.map +0 -1
  1379. package/dist/field/features/horizontalrule/feature.server.d.ts +0 -3
  1380. package/dist/field/features/horizontalrule/feature.server.d.ts.map +0 -1
  1381. package/dist/field/features/horizontalrule/feature.server.js +0 -36
  1382. package/dist/field/features/horizontalrule/feature.server.js.map +0 -1
  1383. package/dist/field/features/horizontalrule/markdownTransformer.d.ts.map +0 -1
  1384. package/dist/field/features/horizontalrule/markdownTransformer.js.map +0 -1
  1385. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.d.ts +0 -55
  1386. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.d.ts.map +0 -1
  1387. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.js +0 -89
  1388. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.js.map +0 -1
  1389. package/dist/field/features/horizontalrule/plugin/index.d.ts +0 -6
  1390. package/dist/field/features/horizontalrule/plugin/index.d.ts.map +0 -1
  1391. package/dist/field/features/horizontalrule/plugin/index.js +0 -34
  1392. package/dist/field/features/horizontalrule/plugin/index.js.map +0 -1
  1393. package/dist/field/features/horizontalrule/plugin/index.scss +0 -20
  1394. package/dist/field/features/indent/feature.client.d.ts +0 -3
  1395. package/dist/field/features/indent/feature.client.d.ts.map +0 -1
  1396. package/dist/field/features/indent/feature.client.js +0 -58
  1397. package/dist/field/features/indent/feature.client.js.map +0 -1
  1398. package/dist/field/features/indent/feature.server.d.ts +0 -3
  1399. package/dist/field/features/indent/feature.server.d.ts.map +0 -1
  1400. package/dist/field/features/indent/feature.server.js +0 -16
  1401. package/dist/field/features/indent/feature.server.js.map +0 -1
  1402. package/dist/field/features/indent/floatingSelectToolbarIndentSection.d.ts +0 -3
  1403. package/dist/field/features/indent/floatingSelectToolbarIndentSection.d.ts.map +0 -1
  1404. package/dist/field/features/indent/floatingSelectToolbarIndentSection.js +0 -10
  1405. package/dist/field/features/indent/floatingSelectToolbarIndentSection.js.map +0 -1
  1406. package/dist/field/features/indent/index.scss +0 -4
  1407. package/dist/field/features/link/drawer/baseFields.d.ts +0 -4
  1408. package/dist/field/features/link/drawer/baseFields.d.ts.map +0 -1
  1409. package/dist/field/features/link/drawer/baseFields.js +0 -107
  1410. package/dist/field/features/link/drawer/baseFields.js.map +0 -1
  1411. package/dist/field/features/link/drawer/index.d.ts +0 -5
  1412. package/dist/field/features/link/drawer/index.d.ts.map +0 -1
  1413. package/dist/field/features/link/drawer/index.js +0 -93
  1414. package/dist/field/features/link/drawer/index.js.map +0 -1
  1415. package/dist/field/features/link/drawer/index.scss +0 -50
  1416. package/dist/field/features/link/drawer/types.d.ts +0 -8
  1417. package/dist/field/features/link/drawer/types.d.ts.map +0 -1
  1418. package/dist/field/features/link/drawer/types.js.map +0 -1
  1419. package/dist/field/features/link/feature.client.d.ts +0 -5
  1420. package/dist/field/features/link/feature.client.d.ts.map +0 -1
  1421. package/dist/field/features/link/feature.client.js +0 -90
  1422. package/dist/field/features/link/feature.client.js.map +0 -1
  1423. package/dist/field/features/link/feature.server.d.ts +0 -33
  1424. package/dist/field/features/link/feature.server.d.ts.map +0 -1
  1425. package/dist/field/features/link/feature.server.js +0 -91
  1426. package/dist/field/features/link/feature.server.js.map +0 -1
  1427. package/dist/field/features/link/nodes/AutoLinkNode.d.ts.map +0 -1
  1428. package/dist/field/features/link/nodes/AutoLinkNode.js +0 -61
  1429. package/dist/field/features/link/nodes/AutoLinkNode.js.map +0 -1
  1430. package/dist/field/features/link/nodes/LinkNode.d.ts +0 -38
  1431. package/dist/field/features/link/nodes/LinkNode.d.ts.map +0 -1
  1432. package/dist/field/features/link/nodes/LinkNode.js +0 -301
  1433. package/dist/field/features/link/nodes/LinkNode.js.map +0 -1
  1434. package/dist/field/features/link/nodes/types.d.ts +0 -19
  1435. package/dist/field/features/link/nodes/types.d.ts.map +0 -1
  1436. package/dist/field/features/link/nodes/types.js.map +0 -1
  1437. package/dist/field/features/link/plugins/autoLink/index.d.ts +0 -19
  1438. package/dist/field/features/link/plugins/autoLink/index.d.ts.map +0 -1
  1439. package/dist/field/features/link/plugins/autoLink/index.js +0 -321
  1440. package/dist/field/features/link/plugins/autoLink/index.js.map +0 -1
  1441. package/dist/field/features/link/plugins/clickableLink/index.d.ts +0 -3
  1442. package/dist/field/features/link/plugins/clickableLink/index.d.ts.map +0 -1
  1443. package/dist/field/features/link/plugins/clickableLink/index.js +0 -10
  1444. package/dist/field/features/link/plugins/clickableLink/index.js.map +0 -1
  1445. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +0 -1
  1446. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +0 -5
  1447. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +0 -1
  1448. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +0 -1
  1449. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +0 -259
  1450. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +0 -1
  1451. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts +0 -6
  1452. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts.map +0 -1
  1453. package/dist/field/features/link/plugins/floatingLinkEditor/index.js +0 -13
  1454. package/dist/field/features/link/plugins/floatingLinkEditor/index.js.map +0 -1
  1455. package/dist/field/features/link/plugins/floatingLinkEditor/index.scss +0 -78
  1456. package/dist/field/features/link/plugins/floatingLinkEditor/types.d.ts.map +0 -1
  1457. package/dist/field/features/link/plugins/floatingLinkEditor/types.js.map +0 -1
  1458. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts +0 -12
  1459. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +0 -1
  1460. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js +0 -38
  1461. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js.map +0 -1
  1462. package/dist/field/features/link/plugins/link/index.d.ts +0 -2
  1463. package/dist/field/features/link/plugins/link/index.d.ts.map +0 -1
  1464. package/dist/field/features/link/plugins/link/index.js +0 -62
  1465. package/dist/field/features/link/plugins/link/index.js.map +0 -1
  1466. package/dist/field/features/link/populationPromise.d.ts +0 -5
  1467. package/dist/field/features/link/populationPromise.d.ts.map +0 -1
  1468. package/dist/field/features/link/populationPromise.js +0 -46
  1469. package/dist/field/features/link/populationPromise.js.map +0 -1
  1470. package/dist/field/features/lists/checklist/feature.client.d.ts +0 -3
  1471. package/dist/field/features/lists/checklist/feature.client.d.ts.map +0 -1
  1472. package/dist/field/features/lists/checklist/feature.client.js +0 -82
  1473. package/dist/field/features/lists/checklist/feature.client.js.map +0 -1
  1474. package/dist/field/features/lists/checklist/feature.server.d.ts +0 -3
  1475. package/dist/field/features/lists/checklist/feature.server.d.ts.map +0 -1
  1476. package/dist/field/features/lists/checklist/feature.server.js +0 -36
  1477. package/dist/field/features/lists/checklist/feature.server.js.map +0 -1
  1478. package/dist/field/features/lists/checklist/markdownTransformers.d.ts.map +0 -1
  1479. package/dist/field/features/lists/checklist/markdownTransformers.js +0 -17
  1480. package/dist/field/features/lists/checklist/markdownTransformers.js.map +0 -1
  1481. package/dist/field/features/lists/checklist/plugin/index.d.ts +0 -3
  1482. package/dist/field/features/lists/checklist/plugin/index.d.ts.map +0 -1
  1483. package/dist/field/features/lists/checklist/plugin/index.js +0 -9
  1484. package/dist/field/features/lists/checklist/plugin/index.js.map +0 -1
  1485. package/dist/field/features/lists/common/markdown.d.ts +0 -6
  1486. package/dist/field/features/lists/common/markdown.d.ts.map +0 -1
  1487. package/dist/field/features/lists/common/markdown.js +0 -59
  1488. package/dist/field/features/lists/common/markdown.js.map +0 -1
  1489. package/dist/field/features/lists/htmlConverter.d.ts +0 -5
  1490. package/dist/field/features/lists/htmlConverter.d.ts.map +0 -1
  1491. package/dist/field/features/lists/htmlConverter.js +0 -49
  1492. package/dist/field/features/lists/htmlConverter.js.map +0 -1
  1493. package/dist/field/features/lists/orderedlist/feature.client.d.ts +0 -3
  1494. package/dist/field/features/lists/orderedlist/feature.client.d.ts.map +0 -1
  1495. package/dist/field/features/lists/orderedlist/feature.client.js +0 -72
  1496. package/dist/field/features/lists/orderedlist/feature.client.js.map +0 -1
  1497. package/dist/field/features/lists/orderedlist/feature.server.d.ts +0 -3
  1498. package/dist/field/features/lists/orderedlist/feature.server.d.ts.map +0 -1
  1499. package/dist/field/features/lists/orderedlist/feature.server.js +0 -36
  1500. package/dist/field/features/lists/orderedlist/feature.server.js.map +0 -1
  1501. package/dist/field/features/lists/orderedlist/markdownTransformer.d.ts.map +0 -1
  1502. package/dist/field/features/lists/orderedlist/markdownTransformer.js +0 -17
  1503. package/dist/field/features/lists/orderedlist/markdownTransformer.js.map +0 -1
  1504. package/dist/field/features/lists/plugin/index.d.ts +0 -3
  1505. package/dist/field/features/lists/plugin/index.d.ts.map +0 -1
  1506. package/dist/field/features/lists/plugin/index.js +0 -9
  1507. package/dist/field/features/lists/plugin/index.js.map +0 -1
  1508. package/dist/field/features/lists/unorderedlist/feature.client.d.ts +0 -3
  1509. package/dist/field/features/lists/unorderedlist/feature.client.d.ts.map +0 -1
  1510. package/dist/field/features/lists/unorderedlist/feature.client.js +0 -72
  1511. package/dist/field/features/lists/unorderedlist/feature.client.js.map +0 -1
  1512. package/dist/field/features/lists/unorderedlist/feature.server.d.ts +0 -3
  1513. package/dist/field/features/lists/unorderedlist/feature.server.d.ts.map +0 -1
  1514. package/dist/field/features/lists/unorderedlist/feature.server.js +0 -36
  1515. package/dist/field/features/lists/unorderedlist/feature.server.js.map +0 -1
  1516. package/dist/field/features/lists/unorderedlist/markdownTransformer.d.ts.map +0 -1
  1517. package/dist/field/features/lists/unorderedlist/markdownTransformer.js +0 -17
  1518. package/dist/field/features/lists/unorderedlist/markdownTransformer.js.map +0 -1
  1519. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +0 -6
  1520. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1521. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js.map +0 -1
  1522. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  1523. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +0 -1
  1524. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1525. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +0 -8
  1526. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js.map +0 -1
  1527. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +0 -6
  1528. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +0 -1
  1529. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js.map +0 -1
  1530. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +0 -1
  1531. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +0 -1
  1532. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +0 -1
  1533. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +0 -8
  1534. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js.map +0 -1
  1535. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +0 -6
  1536. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +0 -1
  1537. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js.map +0 -1
  1538. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +0 -1
  1539. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +0 -1
  1540. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +0 -1
  1541. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +0 -8
  1542. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js.map +0 -1
  1543. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +0 -6
  1544. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1545. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js.map +0 -1
  1546. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  1547. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +0 -1
  1548. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1549. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +0 -8
  1550. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js.map +0 -1
  1551. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +0 -6
  1552. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +0 -1
  1553. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js.map +0 -1
  1554. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +0 -1
  1555. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +0 -1
  1556. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +0 -1
  1557. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +0 -8
  1558. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js.map +0 -1
  1559. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +0 -6
  1560. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1561. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js.map +0 -1
  1562. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  1563. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +0 -1
  1564. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1565. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +0 -8
  1566. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js.map +0 -1
  1567. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +0 -6
  1568. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1569. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js.map +0 -1
  1570. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  1571. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +0 -25
  1572. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +0 -1
  1573. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1574. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +0 -8
  1575. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js.map +0 -1
  1576. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +0 -1
  1577. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +0 -1
  1578. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +0 -1
  1579. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.js.map +0 -1
  1580. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts +0 -31
  1581. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +0 -1
  1582. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.js.map +0 -1
  1583. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts +0 -3
  1584. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +0 -1
  1585. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.js +0 -34
  1586. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.js.map +0 -1
  1587. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts +0 -9
  1588. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +0 -1
  1589. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js +0 -47
  1590. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js.map +0 -1
  1591. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  1592. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +0 -8
  1593. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  1594. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +0 -36
  1595. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  1596. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +0 -70
  1597. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  1598. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  1599. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +0 -6
  1600. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +0 -1
  1601. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js +0 -6
  1602. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +0 -1
  1603. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +0 -1
  1604. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +0 -1
  1605. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +0 -1
  1606. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js +0 -8
  1607. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +0 -1
  1608. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +0 -6
  1609. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1610. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.js.map +0 -1
  1611. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  1612. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +0 -1
  1613. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1614. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.js +0 -8
  1615. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.js.map +0 -1
  1616. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +0 -6
  1617. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +0 -1
  1618. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.js.map +0 -1
  1619. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +0 -1
  1620. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +0 -1
  1621. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +0 -1
  1622. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.js +0 -8
  1623. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.js.map +0 -1
  1624. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts +0 -6
  1625. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +0 -1
  1626. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.js.map +0 -1
  1627. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +0 -1
  1628. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.js.map +0 -1
  1629. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +0 -1
  1630. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.js +0 -8
  1631. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.js.map +0 -1
  1632. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +0 -6
  1633. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1634. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.js.map +0 -1
  1635. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  1636. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +0 -1
  1637. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1638. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.js +0 -8
  1639. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.js.map +0 -1
  1640. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +0 -6
  1641. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +0 -1
  1642. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.js.map +0 -1
  1643. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +0 -1
  1644. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +0 -1
  1645. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +0 -1
  1646. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.js +0 -8
  1647. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.js.map +0 -1
  1648. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +0 -6
  1649. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +0 -1
  1650. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.js.map +0 -1
  1651. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +0 -1
  1652. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js +0 -18
  1653. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +0 -1
  1654. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +0 -1
  1655. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.js +0 -8
  1656. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.js.map +0 -1
  1657. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +0 -6
  1658. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1659. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.js.map +0 -1
  1660. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  1661. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +0 -1
  1662. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1663. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.js +0 -8
  1664. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.js.map +0 -1
  1665. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +0 -6
  1666. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +0 -1
  1667. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.js.map +0 -1
  1668. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +0 -1
  1669. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +0 -1
  1670. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +0 -1
  1671. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +0 -8
  1672. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.js.map +0 -1
  1673. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +0 -6
  1674. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1675. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.js.map +0 -1
  1676. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  1677. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js +0 -21
  1678. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +0 -1
  1679. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1680. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.js +0 -8
  1681. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.js.map +0 -1
  1682. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +0 -1
  1683. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.js.map +0 -1
  1684. package/dist/field/features/migrations/slateToLexical/converter/index.d.ts.map +0 -1
  1685. package/dist/field/features/migrations/slateToLexical/converter/index.js +0 -107
  1686. package/dist/field/features/migrations/slateToLexical/converter/index.js.map +0 -1
  1687. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts +0 -25
  1688. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts.map +0 -1
  1689. package/dist/field/features/migrations/slateToLexical/converter/types.js.map +0 -1
  1690. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts +0 -3
  1691. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts.map +0 -1
  1692. package/dist/field/features/migrations/slateToLexical/feature.client.js +0 -34
  1693. package/dist/field/features/migrations/slateToLexical/feature.client.js.map +0 -1
  1694. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts +0 -9
  1695. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts.map +0 -1
  1696. package/dist/field/features/migrations/slateToLexical/feature.server.js +0 -47
  1697. package/dist/field/features/migrations/slateToLexical/feature.server.js.map +0 -1
  1698. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  1699. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +0 -8
  1700. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  1701. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +0 -36
  1702. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  1703. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +0 -70
  1704. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  1705. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  1706. package/dist/field/features/paragraph/feature.client.d.ts +0 -3
  1707. package/dist/field/features/paragraph/feature.client.d.ts.map +0 -1
  1708. package/dist/field/features/paragraph/feature.client.js +0 -65
  1709. package/dist/field/features/paragraph/feature.client.js.map +0 -1
  1710. package/dist/field/features/paragraph/feature.server.d.ts +0 -3
  1711. package/dist/field/features/paragraph/feature.server.d.ts.map +0 -1
  1712. package/dist/field/features/paragraph/feature.server.js +0 -16
  1713. package/dist/field/features/paragraph/feature.server.js.map +0 -1
  1714. package/dist/field/features/relationship/drawer/commands.d.ts.map +0 -1
  1715. package/dist/field/features/relationship/drawer/commands.js +0 -5
  1716. package/dist/field/features/relationship/drawer/commands.js.map +0 -1
  1717. package/dist/field/features/relationship/drawer/index.d.ts.map +0 -1
  1718. package/dist/field/features/relationship/drawer/index.js +0 -81
  1719. package/dist/field/features/relationship/drawer/index.js.map +0 -1
  1720. package/dist/field/features/relationship/feature.client.d.ts +0 -4
  1721. package/dist/field/features/relationship/feature.client.d.ts.map +0 -1
  1722. package/dist/field/features/relationship/feature.client.js +0 -56
  1723. package/dist/field/features/relationship/feature.client.js.map +0 -1
  1724. package/dist/field/features/relationship/feature.server.d.ts +0 -18
  1725. package/dist/field/features/relationship/feature.server.d.ts.map +0 -1
  1726. package/dist/field/features/relationship/feature.server.js +0 -26
  1727. package/dist/field/features/relationship/feature.server.js.map +0 -1
  1728. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts +0 -36
  1729. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts.map +0 -1
  1730. package/dist/field/features/relationship/nodes/RelationshipNode.js +0 -110
  1731. package/dist/field/features/relationship/nodes/RelationshipNode.js.map +0 -1
  1732. package/dist/field/features/relationship/nodes/components/RelationshipComponent.d.ts +0 -14
  1733. package/dist/field/features/relationship/nodes/components/RelationshipComponent.d.ts.map +0 -1
  1734. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js +0 -109
  1735. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js.map +0 -1
  1736. package/dist/field/features/relationship/nodes/components/index.scss +0 -97
  1737. package/dist/field/features/relationship/plugins/index.d.ts +0 -7
  1738. package/dist/field/features/relationship/plugins/index.d.ts.map +0 -1
  1739. package/dist/field/features/relationship/plugins/index.js +0 -52
  1740. package/dist/field/features/relationship/plugins/index.js.map +0 -1
  1741. package/dist/field/features/relationship/populationPromise.d.ts +0 -4
  1742. package/dist/field/features/relationship/populationPromise.d.ts.map +0 -1
  1743. package/dist/field/features/relationship/populationPromise.js +0 -24
  1744. package/dist/field/features/relationship/populationPromise.js.map +0 -1
  1745. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +0 -1
  1746. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js +0 -35
  1747. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js.map +0 -1
  1748. package/dist/field/features/types.d.ts +0 -278
  1749. package/dist/field/features/types.d.ts.map +0 -1
  1750. package/dist/field/features/types.js.map +0 -1
  1751. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts +0 -12
  1752. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts.map +0 -1
  1753. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js +0 -125
  1754. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js.map +0 -1
  1755. package/dist/field/features/upload/component/index.d.ts.map +0 -1
  1756. package/dist/field/features/upload/component/index.js +0 -144
  1757. package/dist/field/features/upload/component/index.js.map +0 -1
  1758. package/dist/field/features/upload/component/index.scss +0 -152
  1759. package/dist/field/features/upload/drawer/commands.d.ts.map +0 -1
  1760. package/dist/field/features/upload/drawer/commands.js +0 -6
  1761. package/dist/field/features/upload/drawer/commands.js.map +0 -1
  1762. package/dist/field/features/upload/drawer/index.d.ts.map +0 -1
  1763. package/dist/field/features/upload/drawer/index.js +0 -78
  1764. package/dist/field/features/upload/drawer/index.js.map +0 -1
  1765. package/dist/field/features/upload/feature.client.d.ts +0 -10
  1766. package/dist/field/features/upload/feature.client.d.ts.map +0 -1
  1767. package/dist/field/features/upload/feature.client.js +0 -55
  1768. package/dist/field/features/upload/feature.client.js.map +0 -1
  1769. package/dist/field/features/upload/feature.server.d.ts +0 -12
  1770. package/dist/field/features/upload/feature.server.d.ts.map +0 -1
  1771. package/dist/field/features/upload/feature.server.js +0 -110
  1772. package/dist/field/features/upload/feature.server.js.map +0 -1
  1773. package/dist/field/features/upload/nodes/UploadNode.d.ts +0 -49
  1774. package/dist/field/features/upload/nodes/UploadNode.d.ts.map +0 -1
  1775. package/dist/field/features/upload/nodes/UploadNode.js +0 -102
  1776. package/dist/field/features/upload/nodes/UploadNode.js.map +0 -1
  1777. package/dist/field/features/upload/plugin/index.d.ts +0 -7
  1778. package/dist/field/features/upload/plugin/index.d.ts.map +0 -1
  1779. package/dist/field/features/upload/plugin/index.js +0 -55
  1780. package/dist/field/features/upload/plugin/index.js.map +0 -1
  1781. package/dist/field/features/upload/populationPromise.d.ts +0 -5
  1782. package/dist/field/features/upload/populationPromise.d.ts.map +0 -1
  1783. package/dist/field/features/upload/populationPromise.js +0 -46
  1784. package/dist/field/features/upload/populationPromise.js.map +0 -1
  1785. package/dist/field/features/upload/validate.d.ts +0 -4
  1786. package/dist/field/features/upload/validate.d.ts.map +0 -1
  1787. package/dist/field/features/upload/validate.js +0 -17
  1788. package/dist/field/features/upload/validate.js.map +0 -1
  1789. package/dist/field/index.scss +0 -46
  1790. package/dist/field/lexical/EditorPlugin.d.ts +0 -7
  1791. package/dist/field/lexical/EditorPlugin.d.ts.map +0 -1
  1792. package/dist/field/lexical/EditorPlugin.js +0 -11
  1793. package/dist/field/lexical/EditorPlugin.js.map +0 -1
  1794. package/dist/field/lexical/LexicalEditor.d.ts +0 -5
  1795. package/dist/field/lexical/LexicalEditor.d.ts.map +0 -1
  1796. package/dist/field/lexical/LexicalEditor.js +0 -112
  1797. package/dist/field/lexical/LexicalEditor.js.map +0 -1
  1798. package/dist/field/lexical/LexicalEditor.scss +0 -56
  1799. package/dist/field/lexical/LexicalProvider.d.ts +0 -19
  1800. package/dist/field/lexical/LexicalProvider.d.ts.map +0 -1
  1801. package/dist/field/lexical/LexicalProvider.js +0 -67
  1802. package/dist/field/lexical/LexicalProvider.js.map +0 -1
  1803. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts +0 -24
  1804. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts.map +0 -1
  1805. package/dist/field/lexical/config/client/EditorConfigProvider.js +0 -41
  1806. package/dist/field/lexical/config/client/EditorConfigProvider.js.map +0 -1
  1807. package/dist/field/lexical/config/client/default.d.ts +0 -3
  1808. package/dist/field/lexical/config/client/default.d.ts.map +0 -1
  1809. package/dist/field/lexical/config/client/default.js.map +0 -1
  1810. package/dist/field/lexical/config/client/loader.d.ts +0 -12
  1811. package/dist/field/lexical/config/client/loader.d.ts.map +0 -1
  1812. package/dist/field/lexical/config/client/loader.js +0 -46
  1813. package/dist/field/lexical/config/client/loader.js.map +0 -1
  1814. package/dist/field/lexical/config/client/sanitize.d.ts +0 -6
  1815. package/dist/field/lexical/config/client/sanitize.d.ts.map +0 -1
  1816. package/dist/field/lexical/config/client/sanitize.js +0 -126
  1817. package/dist/field/lexical/config/client/sanitize.js.map +0 -1
  1818. package/dist/field/lexical/config/server/default.d.ts +0 -8
  1819. package/dist/field/lexical/config/server/default.d.ts.map +0 -1
  1820. package/dist/field/lexical/config/server/default.js +0 -53
  1821. package/dist/field/lexical/config/server/default.js.map +0 -1
  1822. package/dist/field/lexical/config/server/loader.d.ts +0 -7
  1823. package/dist/field/lexical/config/server/loader.d.ts.map +0 -1
  1824. package/dist/field/lexical/config/server/loader.js +0 -118
  1825. package/dist/field/lexical/config/server/loader.js.map +0 -1
  1826. package/dist/field/lexical/config/server/sanitize.d.ts +0 -5
  1827. package/dist/field/lexical/config/server/sanitize.d.ts.map +0 -1
  1828. package/dist/field/lexical/config/server/sanitize.js +0 -65
  1829. package/dist/field/lexical/config/server/sanitize.js.map +0 -1
  1830. package/dist/field/lexical/config/types.d.ts +0 -21
  1831. package/dist/field/lexical/config/types.d.ts.map +0 -1
  1832. package/dist/field/lexical/config/types.js.map +0 -1
  1833. package/dist/field/lexical/nodes/index.d.ts +0 -7
  1834. package/dist/field/lexical/nodes/index.d.ts.map +0 -1
  1835. package/dist/field/lexical/nodes/index.js.map +0 -1
  1836. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.d.ts +0 -8
  1837. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.d.ts.map +0 -1
  1838. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.js +0 -97
  1839. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.js.map +0 -1
  1840. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.scss +0 -37
  1841. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts +0 -17
  1842. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts.map +0 -1
  1843. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.js +0 -251
  1844. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.js.map +0 -1
  1845. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.d.ts +0 -18
  1846. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.d.ts.map +0 -1
  1847. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.js +0 -42
  1848. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.js.map +0 -1
  1849. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.scss +0 -100
  1850. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts +0 -6
  1851. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts.map +0 -1
  1852. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.js +0 -270
  1853. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.js.map +0 -1
  1854. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.scss +0 -57
  1855. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts +0 -40
  1856. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts.map +0 -1
  1857. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.js +0 -3
  1858. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.js.map +0 -1
  1859. package/dist/field/lexical/plugins/MarkdownShortcut/index.d.ts.map +0 -1
  1860. package/dist/field/lexical/plugins/MarkdownShortcut/index.js +0 -13
  1861. package/dist/field/lexical/plugins/MarkdownShortcut/index.js.map +0 -1
  1862. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +0 -32
  1863. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +0 -1
  1864. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +0 -404
  1865. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +0 -1
  1866. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +0 -25
  1867. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +0 -1
  1868. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +0 -207
  1869. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +0 -1
  1870. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +0 -39
  1871. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +0 -1
  1872. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +0 -39
  1873. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +0 -1
  1874. package/dist/field/lexical/plugins/SlashMenu/index.d.ts +0 -6
  1875. package/dist/field/lexical/plugins/SlashMenu/index.d.ts.map +0 -1
  1876. package/dist/field/lexical/plugins/SlashMenu/index.js +0 -172
  1877. package/dist/field/lexical/plugins/SlashMenu/index.js.map +0 -1
  1878. package/dist/field/lexical/plugins/SlashMenu/index.scss +0 -61
  1879. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +0 -1
  1880. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +0 -1
  1881. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +0 -6
  1882. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +0 -1
  1883. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js +0 -241
  1884. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +0 -1
  1885. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.scss +0 -31
  1886. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +0 -1
  1887. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +0 -1
  1888. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +0 -1
  1889. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +0 -1
  1890. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.d.ts +0 -27
  1891. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.d.ts.map +0 -1
  1892. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.js +0 -151
  1893. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.js.map +0 -1
  1894. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts +0 -3
  1895. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +0 -1
  1896. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +0 -1
  1897. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +0 -6
  1898. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +0 -1
  1899. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js +0 -298
  1900. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +0 -1
  1901. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.scss +0 -55
  1902. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +0 -3
  1903. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +0 -1
  1904. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +0 -49
  1905. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +0 -1
  1906. package/dist/field/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +0 -1
  1907. package/dist/field/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +0 -1
  1908. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +0 -1
  1909. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.js.map +0 -1
  1910. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +0 -1
  1911. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +0 -7
  1912. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +0 -1
  1913. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +0 -1
  1914. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.js.map +0 -1
  1915. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +0 -1
  1916. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js +0 -27
  1917. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js.map +0 -1
  1918. package/dist/field/lexical/theme/EditorTheme.d.ts.map +0 -1
  1919. package/dist/field/lexical/theme/EditorTheme.js +0 -106
  1920. package/dist/field/lexical/theme/EditorTheme.js.map +0 -1
  1921. package/dist/field/lexical/theme/EditorTheme.scss +0 -505
  1922. package/dist/field/lexical/ui/ContentEditable.d.ts +0 -6
  1923. package/dist/field/lexical/ui/ContentEditable.d.ts.map +0 -1
  1924. package/dist/field/lexical/ui/ContentEditable.js +0 -11
  1925. package/dist/field/lexical/ui/ContentEditable.js.map +0 -1
  1926. package/dist/field/lexical/ui/ContentEditable.scss +0 -25
  1927. package/dist/field/lexical/ui/icons/AI/index.d.ts.map +0 -1
  1928. package/dist/field/lexical/ui/icons/AI/index.js +0 -27
  1929. package/dist/field/lexical/ui/icons/AI/index.js.map +0 -1
  1930. package/dist/field/lexical/ui/icons/AlignCenter/index.d.ts.map +0 -1
  1931. package/dist/field/lexical/ui/icons/AlignCenter/index.js +0 -25
  1932. package/dist/field/lexical/ui/icons/AlignCenter/index.js.map +0 -1
  1933. package/dist/field/lexical/ui/icons/AlignJustify/index.d.ts.map +0 -1
  1934. package/dist/field/lexical/ui/icons/AlignJustify/index.js +0 -25
  1935. package/dist/field/lexical/ui/icons/AlignJustify/index.js.map +0 -1
  1936. package/dist/field/lexical/ui/icons/AlignLeft/index.d.ts.map +0 -1
  1937. package/dist/field/lexical/ui/icons/AlignLeft/index.js +0 -25
  1938. package/dist/field/lexical/ui/icons/AlignLeft/index.js.map +0 -1
  1939. package/dist/field/lexical/ui/icons/AlignRight/index.d.ts.map +0 -1
  1940. package/dist/field/lexical/ui/icons/AlignRight/index.js +0 -25
  1941. package/dist/field/lexical/ui/icons/AlignRight/index.js.map +0 -1
  1942. package/dist/field/lexical/ui/icons/Block/index.d.ts.map +0 -1
  1943. package/dist/field/lexical/ui/icons/Block/index.js +0 -34
  1944. package/dist/field/lexical/ui/icons/Block/index.js.map +0 -1
  1945. package/dist/field/lexical/ui/icons/Blockquote/index.d.ts.map +0 -1
  1946. package/dist/field/lexical/ui/icons/Blockquote/index.js +0 -16
  1947. package/dist/field/lexical/ui/icons/Blockquote/index.js.map +0 -1
  1948. package/dist/field/lexical/ui/icons/Bold/index.d.ts.map +0 -1
  1949. package/dist/field/lexical/ui/icons/Bold/index.js +0 -16
  1950. package/dist/field/lexical/ui/icons/Bold/index.js.map +0 -1
  1951. package/dist/field/lexical/ui/icons/Checklist/index.d.ts.map +0 -1
  1952. package/dist/field/lexical/ui/icons/Checklist/index.js +0 -24
  1953. package/dist/field/lexical/ui/icons/Checklist/index.js.map +0 -1
  1954. package/dist/field/lexical/ui/icons/Code/index.d.ts.map +0 -1
  1955. package/dist/field/lexical/ui/icons/Code/index.js +0 -19
  1956. package/dist/field/lexical/ui/icons/Code/index.js.map +0 -1
  1957. package/dist/field/lexical/ui/icons/CodeBlock/index.d.ts.map +0 -1
  1958. package/dist/field/lexical/ui/icons/CodeBlock/index.js +0 -19
  1959. package/dist/field/lexical/ui/icons/CodeBlock/index.js.map +0 -1
  1960. package/dist/field/lexical/ui/icons/H1/index.d.ts.map +0 -1
  1961. package/dist/field/lexical/ui/icons/H1/index.js +0 -16
  1962. package/dist/field/lexical/ui/icons/H1/index.js.map +0 -1
  1963. package/dist/field/lexical/ui/icons/H2/index.d.ts.map +0 -1
  1964. package/dist/field/lexical/ui/icons/H2/index.js +0 -16
  1965. package/dist/field/lexical/ui/icons/H2/index.js.map +0 -1
  1966. package/dist/field/lexical/ui/icons/H3/index.d.ts.map +0 -1
  1967. package/dist/field/lexical/ui/icons/H3/index.js +0 -16
  1968. package/dist/field/lexical/ui/icons/H3/index.js.map +0 -1
  1969. package/dist/field/lexical/ui/icons/H4/index.d.ts.map +0 -1
  1970. package/dist/field/lexical/ui/icons/H4/index.js +0 -16
  1971. package/dist/field/lexical/ui/icons/H4/index.js.map +0 -1
  1972. package/dist/field/lexical/ui/icons/H5/index.d.ts.map +0 -1
  1973. package/dist/field/lexical/ui/icons/H5/index.js +0 -16
  1974. package/dist/field/lexical/ui/icons/H5/index.js.map +0 -1
  1975. package/dist/field/lexical/ui/icons/H6/index.d.ts.map +0 -1
  1976. package/dist/field/lexical/ui/icons/H6/index.js +0 -16
  1977. package/dist/field/lexical/ui/icons/H6/index.js.map +0 -1
  1978. package/dist/field/lexical/ui/icons/HorizontalRule/index.d.ts.map +0 -1
  1979. package/dist/field/lexical/ui/icons/HorizontalRule/index.js +0 -19
  1980. package/dist/field/lexical/ui/icons/HorizontalRule/index.js.map +0 -1
  1981. package/dist/field/lexical/ui/icons/IndentDecrease/index.d.ts.map +0 -1
  1982. package/dist/field/lexical/ui/icons/IndentDecrease/index.js +0 -28
  1983. package/dist/field/lexical/ui/icons/IndentDecrease/index.js.map +0 -1
  1984. package/dist/field/lexical/ui/icons/IndentIncrease/index.d.ts.map +0 -1
  1985. package/dist/field/lexical/ui/icons/IndentIncrease/index.js +0 -28
  1986. package/dist/field/lexical/ui/icons/IndentIncrease/index.js.map +0 -1
  1987. package/dist/field/lexical/ui/icons/Italic/index.d.ts.map +0 -1
  1988. package/dist/field/lexical/ui/icons/Italic/index.js +0 -16
  1989. package/dist/field/lexical/ui/icons/Italic/index.js.map +0 -1
  1990. package/dist/field/lexical/ui/icons/Link/index.d.ts.map +0 -1
  1991. package/dist/field/lexical/ui/icons/Link/index.js +0 -27
  1992. package/dist/field/lexical/ui/icons/Link/index.js.map +0 -1
  1993. package/dist/field/lexical/ui/icons/OrderedList/index.d.ts.map +0 -1
  1994. package/dist/field/lexical/ui/icons/OrderedList/index.js +0 -31
  1995. package/dist/field/lexical/ui/icons/OrderedList/index.js.map +0 -1
  1996. package/dist/field/lexical/ui/icons/Relationship/index.d.ts.map +0 -1
  1997. package/dist/field/lexical/ui/icons/Relationship/index.js +0 -27
  1998. package/dist/field/lexical/ui/icons/Relationship/index.js.map +0 -1
  1999. package/dist/field/lexical/ui/icons/Strikethrough/index.d.ts.map +0 -1
  2000. package/dist/field/lexical/ui/icons/Strikethrough/index.js +0 -19
  2001. package/dist/field/lexical/ui/icons/Strikethrough/index.js.map +0 -1
  2002. package/dist/field/lexical/ui/icons/Subscript/index.d.ts.map +0 -1
  2003. package/dist/field/lexical/ui/icons/Subscript/index.js +0 -16
  2004. package/dist/field/lexical/ui/icons/Subscript/index.js.map +0 -1
  2005. package/dist/field/lexical/ui/icons/Superscript/index.d.ts.map +0 -1
  2006. package/dist/field/lexical/ui/icons/Superscript/index.js +0 -16
  2007. package/dist/field/lexical/ui/icons/Superscript/index.js.map +0 -1
  2008. package/dist/field/lexical/ui/icons/Text/index.d.ts.map +0 -1
  2009. package/dist/field/lexical/ui/icons/Text/index.js +0 -16
  2010. package/dist/field/lexical/ui/icons/Text/index.js.map +0 -1
  2011. package/dist/field/lexical/ui/icons/Underline/index.d.ts.map +0 -1
  2012. package/dist/field/lexical/ui/icons/Underline/index.js +0 -19
  2013. package/dist/field/lexical/ui/icons/Underline/index.js.map +0 -1
  2014. package/dist/field/lexical/ui/icons/UnorderedList/index.d.ts.map +0 -1
  2015. package/dist/field/lexical/ui/icons/UnorderedList/index.js +0 -46
  2016. package/dist/field/lexical/ui/icons/UnorderedList/index.js.map +0 -1
  2017. package/dist/field/lexical/ui/icons/Upload/index.d.ts.map +0 -1
  2018. package/dist/field/lexical/ui/icons/Upload/index.js +0 -28
  2019. package/dist/field/lexical/ui/icons/Upload/index.js.map +0 -1
  2020. package/dist/field/lexical/utils/canUseDOM.d.ts.map +0 -1
  2021. package/dist/field/lexical/utils/canUseDOM.js.map +0 -1
  2022. package/dist/field/lexical/utils/cloneDeep.d.ts +0 -2
  2023. package/dist/field/lexical/utils/cloneDeep.d.ts.map +0 -1
  2024. package/dist/field/lexical/utils/cloneDeep.js +0 -50
  2025. package/dist/field/lexical/utils/cloneDeep.js.map +0 -1
  2026. package/dist/field/lexical/utils/environment.d.ts.map +0 -1
  2027. package/dist/field/lexical/utils/environment.js.map +0 -1
  2028. package/dist/field/lexical/utils/getDOMRangeRect.d.ts.map +0 -1
  2029. package/dist/field/lexical/utils/getDOMRangeRect.js.map +0 -1
  2030. package/dist/field/lexical/utils/getSelectedNode.d.ts.map +0 -1
  2031. package/dist/field/lexical/utils/getSelectedNode.js +0 -18
  2032. package/dist/field/lexical/utils/getSelectedNode.js.map +0 -1
  2033. package/dist/field/lexical/utils/guard.d.ts.map +0 -1
  2034. package/dist/field/lexical/utils/guard.js.map +0 -1
  2035. package/dist/field/lexical/utils/invariant.d.ts.map +0 -1
  2036. package/dist/field/lexical/utils/invariant.js.map +0 -1
  2037. package/dist/field/lexical/utils/joinClasses.d.ts.map +0 -1
  2038. package/dist/field/lexical/utils/joinClasses.js.map +0 -1
  2039. package/dist/field/lexical/utils/markdown/createBlockNode.d.ts +0 -4
  2040. package/dist/field/lexical/utils/markdown/createBlockNode.d.ts.map +0 -1
  2041. package/dist/field/lexical/utils/markdown/createBlockNode.js.map +0 -1
  2042. package/dist/field/lexical/utils/nodeFormat.d.ts +0 -41
  2043. package/dist/field/lexical/utils/nodeFormat.d.ts.map +0 -1
  2044. package/dist/field/lexical/utils/nodeFormat.js +0 -88
  2045. package/dist/field/lexical/utils/nodeFormat.js.map +0 -1
  2046. package/dist/field/lexical/utils/point.d.ts.map +0 -1
  2047. package/dist/field/lexical/utils/point.js.map +0 -1
  2048. package/dist/field/lexical/utils/rect.d.ts.map +0 -1
  2049. package/dist/field/lexical/utils/rect.js.map +0 -1
  2050. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts +0 -2
  2051. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts.map +0 -1
  2052. package/dist/field/lexical/utils/setFloatingElemPosition.js +0 -53
  2053. package/dist/field/lexical/utils/setFloatingElemPosition.js.map +0 -1
  2054. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +0 -1
  2055. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +0 -1
  2056. package/dist/field/lexical/utils/swipe.d.ts.map +0 -1
  2057. package/dist/field/lexical/utils/swipe.js.map +0 -1
  2058. package/dist/field/lexical/utils/url.d.ts.map +0 -1
  2059. package/dist/field/lexical/utils/url.js +0 -25
  2060. package/dist/field/lexical/utils/url.js.map +0 -1
  2061. package/dist/generateComponentMap.d.ts +0 -6
  2062. package/dist/generateComponentMap.d.ts.map +0 -1
  2063. package/dist/generateComponentMap.js +0 -85
  2064. package/dist/generateComponentMap.js.map +0 -1
  2065. package/dist/generateSchemaMap.d.ts +0 -6
  2066. package/dist/generateSchemaMap.d.ts.map +0 -1
  2067. package/dist/generateSchemaMap.js +0 -30
  2068. package/dist/generateSchemaMap.js.map +0 -1
  2069. package/dist/populate/defaultValue.d.ts +0 -4
  2070. package/dist/populate/defaultValue.d.ts.map +0 -1
  2071. package/dist/populate/defaultValue.js +0 -50
  2072. package/dist/populate/defaultValue.js.map +0 -1
  2073. package/dist/populate/populate.d.ts +0 -21
  2074. package/dist/populate/populate.d.ts.map +0 -1
  2075. package/dist/populate/populate.js +0 -21
  2076. package/dist/populate/populate.js.map +0 -1
  2077. package/dist/populate/recurseNestedFields.d.ts +0 -25
  2078. package/dist/populate/recurseNestedFields.d.ts.map +0 -1
  2079. package/dist/populate/recurseNestedFields.js +0 -26
  2080. package/dist/populate/recurseNestedFields.js.map +0 -1
  2081. package/dist/populate/richTextRelationshipPromise.d.ts +0 -23
  2082. package/dist/populate/richTextRelationshipPromise.d.ts.map +0 -1
  2083. package/dist/populate/richTextRelationshipPromise.js +0 -68
  2084. package/dist/populate/richTextRelationshipPromise.js.map +0 -1
  2085. package/dist/scss/app.scss +0 -208
  2086. package/dist/scss/colors.scss +0 -269
  2087. package/dist/scss/queries.scss +0 -27
  2088. package/dist/scss/resets.scss +0 -17
  2089. package/dist/scss/styles.scss +0 -11
  2090. package/dist/scss/svg.scss +0 -10
  2091. package/dist/scss/toastify.scss +0 -58
  2092. package/dist/scss/type.scss +0 -117
  2093. package/dist/scss/vars.scss +0 -213
  2094. package/dist/scss/z-index.scss +0 -9
  2095. package/dist/useLexicalFeature.d.ts +0 -3
  2096. package/dist/useLexicalFeature.d.ts.map +0 -1
  2097. package/dist/useLexicalFeature.js +0 -9
  2098. package/dist/useLexicalFeature.js.map +0 -1
  2099. package/src/index.ts +0 -423
  2100. /package/dist/{field/features → features}/blockquote/markdownTransformer.d.ts +0 -0
  2101. /package/dist/{field/features → features}/blocks/component/removeEmptyArrayValues.js +0 -0
  2102. /package/dist/{field/features → features}/converters/html/converter/converters/linebreak.d.ts +0 -0
  2103. /package/dist/{field/features → features}/converters/html/converter/converters/linebreak.js +0 -0
  2104. /package/dist/{field/features → features}/converters/html/converter/converters/paragraph.d.ts +0 -0
  2105. /package/dist/{field/features → features}/converters/html/converter/converters/text.d.ts +0 -0
  2106. /package/dist/{field/features → features}/converters/html/converter/converters/text.js +0 -0
  2107. /package/dist/{field/features → features}/converters/html/converter/defaultConverters.d.ts +0 -0
  2108. /package/dist/{field/features → features}/converters/html/converter/defaultConverters.js +0 -0
  2109. /package/dist/{field/features → features}/converters/html/converter/types.js +0 -0
  2110. /package/dist/{field/features → features}/createFeaturePropComponent.d.ts +0 -0
  2111. /package/dist/{field/features → features}/format/bold/markdownTransformers.d.ts +0 -0
  2112. /package/dist/{field/features → features}/format/bold/markdownTransformers.js +0 -0
  2113. /package/dist/{field/features/format/inlinecode → features/format/inlineCode}/markdownTransformers.d.ts +0 -0
  2114. /package/dist/{field/features/format/inlinecode → features/format/inlineCode}/markdownTransformers.js +0 -0
  2115. /package/dist/{field/features → features}/format/italic/markdownTransformers.d.ts +0 -0
  2116. /package/dist/{field/features → features}/format/italic/markdownTransformers.js +0 -0
  2117. /package/dist/{field/features → features}/format/strikethrough/markdownTransformers.d.ts +0 -0
  2118. /package/dist/{field/features → features}/format/strikethrough/markdownTransformers.js +0 -0
  2119. /package/dist/{field/features → features}/heading/markdownTransformer.d.ts +0 -0
  2120. /package/dist/{field/features/horizontalrule → features/horizontalRule}/component/index.d.ts +0 -0
  2121. /package/dist/{field/features/horizontalrule → features/horizontalRule}/markdownTransformer.d.ts +0 -0
  2122. /package/dist/{field/features/horizontalrule → features/horizontalRule}/markdownTransformer.js +0 -0
  2123. /package/dist/{field/features → features}/link/nodes/AutoLinkNode.d.ts +0 -0
  2124. /package/dist/{field/features/link/drawer → features/link/nodes}/types.js +0 -0
  2125. /package/dist/{field/features → features}/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts +0 -0
  2126. /package/dist/{field/features → features}/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts +0 -0
  2127. /package/dist/{field/features → features}/link/plugins/floatingLinkEditor/types.d.ts +0 -0
  2128. /package/dist/{field/features → features}/link/plugins/floatingLinkEditor/types.js +0 -0
  2129. /package/dist/{field/features → features}/lists/checklist/markdownTransformers.d.ts +0 -0
  2130. /package/dist/{field/features/lists/orderedlist → features/lists/orderedList}/markdownTransformer.d.ts +0 -0
  2131. /package/dist/{field/features/lists/unorderedlist → features/lists/unorderedList}/markdownTransformer.d.ts +0 -0
  2132. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/heading/client.js +0 -0
  2133. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +0 -0
  2134. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +0 -0
  2135. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts +0 -0
  2136. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/link/client.js +0 -0
  2137. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +0 -0
  2138. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +0 -0
  2139. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts +0 -0
  2140. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/list/client.js +0 -0
  2141. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +0 -0
  2142. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +0 -0
  2143. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts +0 -0
  2144. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js +0 -0
  2145. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +0 -0
  2146. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +0 -0
  2147. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts +0 -0
  2148. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/quote/client.js +0 -0
  2149. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +0 -0
  2150. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +0 -0
  2151. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts +0 -0
  2152. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js +0 -0
  2153. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +0 -0
  2154. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +0 -0
  2155. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts +0 -0
  2156. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/upload/client.js +0 -0
  2157. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +0 -0
  2158. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts +0 -0
  2159. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +0 -0
  2160. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/defaultConverters.js +0 -0
  2161. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/index.d.ts +0 -0
  2162. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/index.js +0 -0
  2163. /package/dist/{field/features/link/nodes → features/migrations/lexicalPluginToLexical/converter}/types.js +0 -0
  2164. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -0
  2165. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +0 -0
  2166. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/blockquote/converter.js +0 -0
  2167. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/blockquote/index.d.ts +0 -0
  2168. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/heading/client.js +0 -0
  2169. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/heading/converter.d.ts +0 -0
  2170. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/heading/converter.js +0 -0
  2171. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/heading/index.d.ts +0 -0
  2172. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/indent/client.js +0 -0
  2173. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/indent/converter.d.ts +0 -0
  2174. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/indent/converter.js +0 -0
  2175. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/indent/index.d.ts +0 -0
  2176. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/link/client.js +0 -0
  2177. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/link/converter.d.ts +0 -0
  2178. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/link/converter.js +0 -0
  2179. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/link/index.d.ts +0 -0
  2180. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/listItem/client.js +0 -0
  2181. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +0 -0
  2182. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/listItem/converter.js +0 -0
  2183. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/listItem/index.d.ts +0 -0
  2184. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/orderedList/client.js +0 -0
  2185. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +0 -0
  2186. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/orderedList/converter.js +0 -0
  2187. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/orderedList/index.d.ts +0 -0
  2188. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/relationship/client.js +0 -0
  2189. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +0 -0
  2190. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/relationship/index.d.ts +0 -0
  2191. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unknown/client.js +0 -0
  2192. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +0 -0
  2193. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unknown/converter.js +0 -0
  2194. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unknown/index.d.ts +0 -0
  2195. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unorderedList/client.js +0 -0
  2196. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +0 -0
  2197. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unorderedList/converter.js +0 -0
  2198. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts +0 -0
  2199. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/upload/client.js +0 -0
  2200. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/upload/converter.d.ts +0 -0
  2201. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/upload/index.d.ts +0 -0
  2202. /package/dist/{field/features → features}/migrations/slateToLexical/converter/defaultConverters.d.ts +0 -0
  2203. /package/dist/{field/features → features}/migrations/slateToLexical/converter/defaultConverters.js +0 -0
  2204. /package/dist/{field/features → features}/migrations/slateToLexical/converter/index.d.ts +0 -0
  2205. /package/dist/{field/features/migrations/lexicalPluginToLexical → features/migrations/slateToLexical}/converter/types.js +0 -0
  2206. /package/dist/{field/features → features}/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -0
  2207. /package/dist/{field/features → features}/relationship/drawer/commands.d.ts +0 -0
  2208. /package/dist/{field/features → features}/relationship/drawer/index.d.ts +0 -0
  2209. /package/dist/{field/features → features}/relationship/utils/EnabledRelationshipsCondition.d.ts +0 -0
  2210. /package/dist/{field/features/migrations/slateToLexical/converter → features/toolbars}/types.js +0 -0
  2211. /package/dist/{field/features → features}/upload/component/index.d.ts +0 -0
  2212. /package/dist/{field/features → features}/upload/drawer/commands.d.ts +0 -0
  2213. /package/dist/{field/features → features}/upload/drawer/index.d.ts +0 -0
  2214. /package/dist/{field/lexical → lexical}/config/client/default.js +0 -0
  2215. /package/dist/{field/features → lexical/config}/types.js +0 -0
  2216. /package/dist/{field/lexical → lexical}/nodes/index.js +0 -0
  2217. /package/dist/{field/lexical → lexical}/plugins/MarkdownShortcut/index.d.ts +0 -0
  2218. /package/dist/{field/lexical/config → lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin}/types.js +0 -0
  2219. /package/dist/{field/lexical → lexical}/plugins/SlashMenu/useMenuTriggerMatch.d.ts +0 -0
  2220. /package/dist/{field/lexical → lexical}/plugins/SlashMenu/useMenuTriggerMatch.js +0 -0
  2221. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/debounce.d.ts +0 -0
  2222. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/debounce.js +0 -0
  2223. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts +0 -0
  2224. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js +0 -0
  2225. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js +0 -0
  2226. /package/dist/{field/lexical → lexical}/plugins/handles/utils/doesLineHeightAffectElement.d.ts +0 -0
  2227. /package/dist/{field/lexical → lexical}/plugins/handles/utils/doesLineHeightAffectElement.js +0 -0
  2228. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getCollapsedMargins.d.ts +0 -0
  2229. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getCollapsedMargins.js +0 -0
  2230. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getTopLevelNodeKeys.d.ts +0 -0
  2231. /package/dist/{field/lexical → lexical}/plugins/handles/utils/isOnHandleElement.d.ts +0 -0
  2232. /package/dist/{field/lexical → lexical}/plugins/handles/utils/isOnHandleElement.js +0 -0
  2233. /package/dist/{field/lexical → lexical}/plugins/handles/utils/setHandlePosition.d.ts +0 -0
  2234. /package/dist/{field/lexical → lexical}/theme/EditorTheme.d.ts +0 -0
  2235. /package/dist/{field/lexical → lexical}/ui/icons/AI/index.d.ts +0 -0
  2236. /package/dist/{field/lexical → lexical}/ui/icons/Add/index.svg +0 -0
  2237. /package/dist/{field/lexical → lexical}/ui/icons/AlignCenter/index.d.ts +0 -0
  2238. /package/dist/{field/lexical → lexical}/ui/icons/AlignJustify/index.d.ts +0 -0
  2239. /package/dist/{field/lexical → lexical}/ui/icons/AlignLeft/index.d.ts +0 -0
  2240. /package/dist/{field/lexical → lexical}/ui/icons/AlignRight/index.d.ts +0 -0
  2241. /package/dist/{field/lexical → lexical}/ui/icons/Block/index.d.ts +0 -0
  2242. /package/dist/{field/lexical → lexical}/ui/icons/Blockquote/index.d.ts +0 -0
  2243. /package/dist/{field/lexical → lexical}/ui/icons/Bold/index.d.ts +0 -0
  2244. /package/dist/{field/lexical → lexical}/ui/icons/Caret/index.svg +0 -0
  2245. /package/dist/{field/lexical → lexical}/ui/icons/Checklist/index.d.ts +0 -0
  2246. /package/dist/{field/lexical → lexical}/ui/icons/Code/index.d.ts +0 -0
  2247. /package/dist/{field/lexical → lexical}/ui/icons/CodeBlock/index.d.ts +0 -0
  2248. /package/dist/{field/lexical → lexical}/ui/icons/DraggableBlock/index.svg +0 -0
  2249. /package/dist/{field/lexical → lexical}/ui/icons/Edit/index.svg +0 -0
  2250. /package/dist/{field/lexical → lexical}/ui/icons/H1/index.d.ts +0 -0
  2251. /package/dist/{field/lexical → lexical}/ui/icons/H2/index.d.ts +0 -0
  2252. /package/dist/{field/lexical → lexical}/ui/icons/H3/index.d.ts +0 -0
  2253. /package/dist/{field/lexical → lexical}/ui/icons/H4/index.d.ts +0 -0
  2254. /package/dist/{field/lexical → lexical}/ui/icons/H5/index.d.ts +0 -0
  2255. /package/dist/{field/lexical → lexical}/ui/icons/H6/index.d.ts +0 -0
  2256. /package/dist/{field/lexical → lexical}/ui/icons/HorizontalRule/index.d.ts +0 -0
  2257. /package/dist/{field/lexical → lexical}/ui/icons/IndentDecrease/index.d.ts +0 -0
  2258. /package/dist/{field/lexical → lexical}/ui/icons/IndentIncrease/index.d.ts +0 -0
  2259. /package/dist/{field/lexical → lexical}/ui/icons/Italic/index.d.ts +0 -0
  2260. /package/dist/{field/lexical → lexical}/ui/icons/Link/index.d.ts +0 -0
  2261. /package/dist/{field/lexical → lexical}/ui/icons/OrderedList/index.d.ts +0 -0
  2262. /package/dist/{field/lexical → lexical}/ui/icons/Relationship/index.d.ts +0 -0
  2263. /package/dist/{field/lexical → lexical}/ui/icons/Remove/index.svg +0 -0
  2264. /package/dist/{field/lexical → lexical}/ui/icons/Strikethrough/index.d.ts +0 -0
  2265. /package/dist/{field/lexical → lexical}/ui/icons/Subscript/index.d.ts +0 -0
  2266. /package/dist/{field/lexical → lexical}/ui/icons/Superscript/index.d.ts +0 -0
  2267. /package/dist/{field/lexical → lexical}/ui/icons/Text/index.d.ts +0 -0
  2268. /package/dist/{field/lexical → lexical}/ui/icons/Underline/index.d.ts +0 -0
  2269. /package/dist/{field/lexical → lexical}/ui/icons/UnorderedList/index.d.ts +0 -0
  2270. /package/dist/{field/lexical → lexical}/ui/icons/Upload/index.d.ts +0 -0
  2271. /package/dist/{field/lexical → lexical}/utils/canUseDOM.d.ts +0 -0
  2272. /package/dist/{field/lexical → lexical}/utils/canUseDOM.js +0 -0
  2273. /package/dist/{field/lexical → lexical}/utils/environment.d.ts +0 -0
  2274. /package/dist/{field/lexical → lexical}/utils/environment.js +0 -0
  2275. /package/dist/{field/lexical → lexical}/utils/getDOMRangeRect.d.ts +0 -0
  2276. /package/dist/{field/lexical → lexical}/utils/getDOMRangeRect.js +0 -0
  2277. /package/dist/{field/lexical → lexical}/utils/getSelectedNode.d.ts +0 -0
  2278. /package/dist/{field/lexical → lexical}/utils/guard.d.ts +0 -0
  2279. /package/dist/{field/lexical → lexical}/utils/guard.js +0 -0
  2280. /package/dist/{field/lexical → lexical}/utils/invariant.d.ts +0 -0
  2281. /package/dist/{field/lexical → lexical}/utils/invariant.js +0 -0
  2282. /package/dist/{field/lexical → lexical}/utils/joinClasses.d.ts +0 -0
  2283. /package/dist/{field/lexical → lexical}/utils/joinClasses.js +0 -0
  2284. /package/dist/{field/lexical → lexical}/utils/markdown/createBlockNode.js +0 -0
  2285. /package/dist/{field/lexical → lexical}/utils/point.d.ts +0 -0
  2286. /package/dist/{field/lexical → lexical}/utils/point.js +0 -0
  2287. /package/dist/{field/lexical → lexical}/utils/rect.d.ts +0 -0
  2288. /package/dist/{field/lexical → lexical}/utils/rect.js +0 -0
  2289. /package/dist/{field/lexical → lexical}/utils/setFloatingElemPositionForLinkEditor.d.ts +0 -0
  2290. /package/dist/{field/lexical → lexical}/utils/setFloatingElemPositionForLinkEditor.js +0 -0
  2291. /package/dist/{field/lexical → lexical}/utils/swipe.d.ts +0 -0
  2292. /package/dist/{field/lexical → lexical}/utils/swipe.js +0 -0
  2293. /package/dist/{field/lexical → lexical}/utils/url.d.ts +0 -0
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/features/relationship/nodes/components/RelationshipComponent.tsx"],
4
+ "sourcesContent": ["'use client'\nimport type { ElementFormatType } from 'lexical'\n\nimport { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext.js'\nimport { useLexicalNodeSelection } from '@lexical/react/useLexicalNodeSelection.js'\nimport { mergeRegister } from '@lexical/utils'\nimport { getTranslation } from '@payloadcms/translations'\nimport { Button, useConfig, useDocumentDrawer, usePayloadAPI, useTranslation } from '@payloadcms/ui'\nimport {\n $getNodeByKey,\n $getSelection,\n $isNodeSelection,\n CLICK_COMMAND,\n COMMAND_PRIORITY_LOW,\n KEY_BACKSPACE_COMMAND,\n KEY_DELETE_COMMAND,\n} from 'lexical'\nimport React, { useCallback, useEffect, useReducer, useRef, useState } from 'react'\n\nimport type { RelationshipData } from '../RelationshipNode.js'\n\nimport { useEditorConfigContext } from '../../../../lexical/config/client/EditorConfigProvider.js'\nimport { INSERT_RELATIONSHIP_WITH_DRAWER_COMMAND } from '../../drawer/commands.js'\nimport { $isRelationshipNode } from '../RelationshipNode.js'\nconst baseClass = 'lexical-relationship'\n\nconst initialParams = {\n depth: 0,\n}\n\ntype Props = {\n className?: string\n data: RelationshipData\n format?: ElementFormatType\n nodeKey?: string\n}\n\nconst Component: React.FC<Props> = (props) => {\n const {\n data: { relationTo, value: id },\n nodeKey,\n } = props\n\n const relationshipElemRef = useRef<HTMLDivElement | null>(null)\n\n const [editor] = useLexicalComposerContext()\n const [isSelected, setSelected, clearSelection] = useLexicalNodeSelection(nodeKey)\n const { field } = useEditorConfigContext()\n const {\n collections,\n routes: { api },\n serverURL,\n } = useConfig()\n\n const [relatedCollection, setRelatedCollection] = useState(() =>\n collections.find((coll) => coll.slug === relationTo),\n )\n\n const { i18n, t } = useTranslation()\n const [cacheBust, dispatchCacheBust] = useReducer((state) => state + 1, 0)\n const [{ data }, { setParams }] = usePayloadAPI(\n `${serverURL}${api}/${relatedCollection.slug}/${id}`,\n { initialParams },\n )\n\n const [DocumentDrawer, DocumentDrawerToggler, { closeDrawer }] = useDocumentDrawer({\n id,\n collectionSlug: relatedCollection.slug,\n })\n\n const removeRelationship = useCallback(() => {\n editor.update(() => {\n $getNodeByKey(nodeKey).remove()\n })\n }, [editor, nodeKey])\n\n const updateRelationship = React.useCallback(\n ({ doc }) => {\n setParams({\n ...initialParams,\n cacheBust, // do this to get the usePayloadAPI to re-fetch the data even though the URL string hasn't changed\n })\n\n closeDrawer()\n dispatchCacheBust()\n },\n [cacheBust, setParams, closeDrawer],\n )\n\n const $onDelete = useCallback(\n (payload: KeyboardEvent) => {\n if (isSelected && $isNodeSelection($getSelection())) {\n const event: KeyboardEvent = payload\n event.preventDefault()\n const node = $getNodeByKey(nodeKey)\n if ($isRelationshipNode(node)) {\n node.remove()\n return true\n }\n }\n return false\n },\n [isSelected, nodeKey],\n )\n const onClick = useCallback(\n (payload: MouseEvent) => {\n const event = payload\n // Check if relationshipElemRef.target or anything WITHIN relationshipElemRef.target was clicked\n if (\n event.target === relationshipElemRef.current ||\n relationshipElemRef.current?.contains(event.target as Node)\n ) {\n if (event.shiftKey) {\n setSelected(!isSelected)\n } else {\n if (!isSelected) {\n clearSelection()\n setSelected(true)\n }\n }\n return true\n }\n\n return false\n },\n [isSelected, setSelected, clearSelection],\n )\n\n useEffect(() => {\n return mergeRegister(\n editor.registerCommand<MouseEvent>(CLICK_COMMAND, onClick, COMMAND_PRIORITY_LOW),\n\n editor.registerCommand(KEY_DELETE_COMMAND, $onDelete, COMMAND_PRIORITY_LOW),\n editor.registerCommand(KEY_BACKSPACE_COMMAND, $onDelete, COMMAND_PRIORITY_LOW),\n )\n }, [clearSelection, editor, isSelected, nodeKey, $onDelete, setSelected, onClick])\n\n return (\n <div\n className={[baseClass, isSelected && `${baseClass}--selected`].filter(Boolean).join(' ')}\n contentEditable={false}\n ref={relationshipElemRef}\n >\n <div className={`${baseClass}__wrap`}>\n <p className={`${baseClass}__label`}>\n {t('fields:labelRelationship', {\n label: getTranslation(relatedCollection.labels.singular, i18n),\n })}\n </p>\n <DocumentDrawerToggler className={`${baseClass}__doc-drawer-toggler`}>\n <p className={`${baseClass}__title`}>\n {data ? data[relatedCollection?.admin?.useAsTitle || 'id'] : id}\n </p>\n </DocumentDrawerToggler>\n </div>\n {editor.isEditable() && (\n <div className={`${baseClass}__actions`}>\n <Button\n buttonStyle=\"icon-label\"\n className={`${baseClass}__swapButton`}\n disabled={field?.readOnly}\n el=\"div\"\n icon=\"swap\"\n onClick={() => {\n editor.dispatchCommand(INSERT_RELATIONSHIP_WITH_DRAWER_COMMAND, {\n replace: { nodeKey },\n })\n }}\n round\n tooltip={t('fields:swapRelationship')}\n />\n <Button\n buttonStyle=\"icon-label\"\n className={`${baseClass}__removeButton`}\n disabled={field?.readOnly}\n icon=\"x\"\n onClick={(e) => {\n e.preventDefault()\n removeRelationship()\n }}\n round\n tooltip={t('fields:removeRelationship')}\n />\n </div>\n )}\n\n {id && <DocumentDrawer onSave={updateRelationship} />}\n </div>\n )\n}\n\nexport const RelationshipComponent = (props: Props): React.ReactNode => {\n return <Component {...props} />\n}\n"],
5
+ "mappings": "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",
6
+ "names": ["useLexicalComposerContext", "useLexicalNodeSelection", "mergeRegister", "getTranslation", "Button", "useConfig", "useDocumentDrawer", "usePayloadAPI", "useTranslation", "$getNodeByKey", "$getSelection", "$isNodeSelection", "CLICK_COMMAND", "COMMAND_PRIORITY_LOW", "KEY_BACKSPACE_COMMAND", "KEY_DELETE_COMMAND", "React", "useCallback", "useEffect", "useReducer", "useRef", "useState", "jsx", "jsxs", "baseClass", "initialParams", "Component", "props", "relationTo", "id", "nodeKey", "relationshipElemRef", "useRef", "editor", "useLexicalComposerContext", "isSelected", "setSelected", "clearSelection", "useLexicalNodeSelection", "field", "useEditorConfigContext", "collections", "api", "serverURL", "useConfig", "relatedCollection", "setRelatedCollection", "useState", "coll", "i18n", "t", "useTranslation", "cacheBust", "dispatchCacheBust", "useReducer", "state", "data", "setParams", "usePayloadAPI", "DocumentDrawer", "DocumentDrawerToggler", "closeDrawer", "useDocumentDrawer", "removeRelationship", "useCallback", "$getNodeByKey", "updateRelationship", "React", "doc", "$onDelete", "payload", "$isNodeSelection", "$getSelection", "node", "$isRelationshipNode", "onClick", "event", "useEffect", "mergeRegister", "CLICK_COMMAND", "COMMAND_PRIORITY_LOW", "KEY_DELETE_COMMAND", "KEY_BACKSPACE_COMMAND", "getTranslation", "Button", "INSERT_RELATIONSHIP_WITH_DRAWER_COMMAND", "RelationshipComponent"]
7
+ }
@@ -0,0 +1 @@
1
+ .icon--chevron{height:calc(var(--base) / 2);width:calc(var(--base) / 2)}.icon--chevron .stroke{fill:none;stroke:var(--theme-elevation-800);stroke-width:2px;vector-effect:non-scaling-stroke}.icon--chevron--size-large{height:var(--base);width:var(--base)}.icon--edit{height:1.9230769231rem;width:1.9230769231rem;shape-rendering:auto}.icon--edit .fill{fill:var(--theme-elevation-800);stroke:none}.icon--link{width:1.9230769231rem;height:1.9230769231rem}.icon--link .stroke{stroke:var(--theme-elevation-800);stroke-width:1px}.icon--plus .stroke{stroke:var(--theme-elevation-800);stroke-width:1px}.icon--swap{height:1.9230769231rem;width:1.9230769231rem}.icon--swap .stroke{fill:none;stroke:var(--theme-elevation-800);stroke-width:2px}.icon--x line{stroke:var(--theme-elevation-800);stroke-width:1px}.tooltip{--caret-size: 6px;opacity:0;background-color:var(--theme-elevation-800);position:absolute;z-index:3;left:50%;padding:.3846153846rem .7692307692rem;color:var(--theme-elevation-0);line-height:1.4423076923rem;font-weight:400;white-space:nowrap;border-radius:2px;visibility:hidden}.tooltip:after{content:" ";display:block;position:absolute;transform:translate3d(-50%,100%,0);width:0;height:0;border-left:var(--caret-size) solid transparent;border-right:var(--caret-size) solid transparent}.tooltip--show{visibility:visible;opacity:1;transition:opacity .2s ease-in-out;cursor:default}.tooltip--caret-center:after{left:50%}.tooltip--caret-left:after{left:calc(var(--base) * .5)}.tooltip--caret-right:after{right:calc(var(--base) * .5)}.tooltip--position-top{top:calc(var(--base) * -.6 - 13px);transform:translate3d(-50%,calc(var(--caret-size) * -1),0)}.tooltip--position-top:after{bottom:1px;border-top:var(--caret-size) solid var(--theme-elevation-800)}.tooltip--position-bottom{bottom:calc(var(--base) * -.6 - 13px);transform:translate3d(-50%,var(--caret-size),0)}.tooltip--position-bottom:after{bottom:calc(100% + var(--caret-size) - 1px);border-bottom:var(--caret-size) solid var(--theme-elevation-800)}.tooltip .tooltip-content{overflow:hidden;text-overflow:ellipsis;width:100%}@media (max-width: 1024px){.tooltip{display:none}}html[data-theme=light] .tooltip:not(.field-error){background-color:var(--theme-elevation-100);color:var(--theme-elevation-1000)}html[data-theme=light] .tooltip--position-top:not(.field-error):after{border-top-color:var(--theme-elevation-100)}html[data-theme=light] .tooltip--position-bottom:not(.field-error):after{border-bottom-color:var(--theme-elevation-100)}a.btn{display:inline-block}.btn{background:transparent;line-height:1.9230769231rem;border-radius:4px;font-size:1rem;margin-top:1.9230769231rem;margin-bottom:1.9230769231rem;border:0;cursor:pointer;font-weight:400;text-decoration:none;text-align:center;color:inherit}.btn .btn__icon{border:1px solid;border-radius:100%}.btn .btn__icon .stroke{stroke:currentColor;fill:none}.btn .btn__icon .fill{fill:currentColor}.btn--has-tooltip{position:relative}.btn--icon-style-without-border .btn__icon,.btn--icon-style-none .btn__icon{border:none}.btn span{line-height:1.9230769231rem}.btn span,.btn svg{vertical-align:top}.btn--size-medium{padding:.9615384615rem 1.9230769231rem}.btn--size-small{padding:.4807692308rem .9615384615rem}.btn--style-primary{background-color:var(--theme-elevation-800);color:var(--theme-elevation-0)}.btn--style-primary.btn--disabled{background-color:var(--theme-elevation-400)}.btn--style-primary:not(.btn--disabled):hover,.btn--style-primary:not(.btn--disabled):focus-visible{background:var(--theme-elevation-750)}.btn--style-primary:not(.btn--disabled):active{background:var(--theme-elevation-700)}.btn--style-primary:focus:not(:focus-visible){box-shadow:0 0 0 2px var(--theme-success-500);outline:none}.btn--style-secondary{box-shadow:inset 0 0 0 1px var(--theme-elevation-800);color:var(--theme-elevation-800);background:none;backdrop-filter:blur(5px)}.btn--style-secondary:hover,.btn--style-secondary:focus-visible{background:var(--theme-elevation-100);box-shadow:inset 0 0 0 1px var(--theme-elevation-700)}.btn--style-secondary:active{background:var(--theme-elevation-200)}.btn--style-secondary.btn--disabled{color:var(--theme-elevation-400);background:none;box-shadow:inset 0 0 0 1px var(--theme-elevation-400)}.btn--style-secondary:focus:not(:focus-visible){outline:none;box-shadow:inset 0 0 0 1px var(--theme-elevation-700),0 0 0 2px var(--theme-success-500)}.btn--style-none{padding:0;margin:0;border-radius:0}.btn--style-none:focus{opacity:.8}.btn--style-none:active{opacity:.7}.btn--round{border-radius:100%}[dir=rtl] .btn--icon span{margin-left:5px}.btn--icon span{display:flex;justify-content:space-between}.btn--icon.btn--style-primary .icon .stroke{stroke:var(--theme-elevation-0);fill:none}.btn--icon.btn--style-primary .icon .fill{fill:var(--theme-elevation-0)}.btn--style-icon-label{padding:0;font-weight:600}.btn--style-light-gray{box-shadow:inset 0 0 0 1px var(--theme-elevation-800)}.btn--icon-position-left .btn__content{flex-direction:row-reverse}.btn--icon-position-left .btn__icon{margin-right:.9615384615rem}.btn--icon-position-right .btn__icon{margin-left:.9615384615rem}.btn--icon-only .btn__icon{padding:0;margin:0}.btn--disabled{cursor:default}.btn:hover .btn__icon,.btn:focus-visible .btn__icon{background:var(--theme-elevation-800)}.btn:hover .btn__icon .stroke,.btn:focus-visible .btn__icon .stroke{stroke:var(--theme-elevation-0);fill:none}.btn:hover .btn__icon .fill,.btn:focus-visible .btn__icon .fill{fill:var(--theme-elevation-0)}.btn:focus:not(:focus-visible){outline:none}.btn:focus:not(:focus-visible) .btn__icon{background:var(--theme-elevation-150)}.btn:focus:not(:focus-visible) .btn__icon .stroke{stroke:var(--theme-elevation-800);fill:none}.btn:focus:not(:focus-visible) .btn__icon .fill{fill:var(--theme-elevation-800)}.btn:active .btn__icon{background:var(--theme-elevation-700)}.btn:active .btn__icon .stroke{stroke:var(--theme-elevation-0);fill:none}.btn:active .btn__icon .fill{fill:var(--theme-elevation-0)}.btn:focus-visible{outline:var(--accessibility-outline);outline-offset:var(--accessibility-outline-offset)}.stay-logged-in{display:flex;align-items:center;justify-content:center;height:100%}.stay-logged-in:before,.stay-logged-in:after{content:" ";position:absolute;inset:0}.stay-logged-in:before{background:var(--theme-bg);opacity:.75}.stay-logged-in:after{backdrop-filter:blur(8px)}.stay-logged-in__wrapper{z-index:1;position:relative;display:flex;flex-direction:column;gap:var(--base)}.stay-logged-in__content{display:flex;flex-direction:column;gap:var(--base)}.stay-logged-in__content>*{margin:0}.stay-logged-in__controls{display:flex;gap:var(--base)}.stay-logged-in__controls .btn{margin:0}.icon--calendar{height:1.9230769231rem;width:1.9230769231rem}.icon--calendar .stroke{stroke:var(--theme-elevation-800);stroke-width:1px}[dir=rtl] .date-time-picker .react-datepicker__input-container input{padding-right:6.5384615385rem}.date-time-picker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box,.date-time-picker .react-datepicker__time-container{width:120px}.date-time-picker__icon-wrap{position:relative;z-index:1}.date-time-picker .icon--calendar,.date-time-picker__clear-button{position:absolute}.date-time-picker .icon--calendar,.date-time-picker .icon--x{height:auto}.date-time-picker .icon--calendar .stroke,.date-time-picker .icon--x .stroke{stroke:var(--theme-elevation-800);fill:none}.date-time-picker .icon--calendar .fill,.date-time-picker .icon--x .fill{fill:var(--theme-elevation-800)}.date-time-picker__clear-button{top:.9615384615rem;right:3.8461538462rem}.date-time-picker .icon--calendar{top:1.2019230769rem;right:1.4423076923rem;width:18px;pointer-events:none}.date-time-picker .icon--x{width:1.9230769231rem}.date-time-picker__clear-button{appearance:none;background-color:transparent;border:none;outline:none;padding:0;cursor:pointer}.date-time-picker__appearance--timeOnly .react-datepicker{width:100%}.date-time-picker__appearance--timeOnly .react-datepicker__month-container,.date-time-picker__appearance--timeOnly .react-datepicker__navigation--previous,.date-time-picker__appearance--timeOnly .react-datepicker__navigation--next{display:none;visibility:hidden}.date-time-picker__appearance--timeOnly .react-datepicker-popper,.date-time-picker__appearance--timeOnly .react-datepicker__time-container,.date-time-picker__appearance--timeOnly .react-datepicker__time-box{width:11.5384615385rem}.date-time-picker__appearance--timeOnly .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:100%}.date-time-picker .react-datepicker-wrapper{display:block}.date-time-picker .react-datepicker-wrapper,.date-time-picker .react-datepicker__input-container{width:100%}.date-time-picker .react-datepicker__input-container input{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none;padding-right:calc(1.4423076923rem + 18px)}.date-time-picker .react-datepicker__input-container input:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.date-time-picker .react-datepicker__input-container input:not(:disabled):active,.date-time-picker .react-datepicker__input-container input:not(:disabled):focus-within,.date-time-picker .react-datepicker__input-container input:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.date-time-picker .react-datepicker__input-container input[data-rtl=true]{direction:rtl}.date-time-picker .react-datepicker__input-container input::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.date-time-picker .react-datepicker__input-container input::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.date-time-picker .react-datepicker__input-container input:hover{border-color:var(--theme-elevation-250)}.date-time-picker .react-datepicker__input-container input:focus,.date-time-picker .react-datepicker__input-container input:focus-within,.date-time-picker .react-datepicker__input-container input:active{border-color:var(--theme-elevation-400);outline:0}.date-time-picker .react-datepicker__input-container input:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.date-time-picker .react-datepicker__input-container input:disabled:hover{border-color:var(--theme-elevation-150)}.date-time-picker--has-error .react-datepicker__input-container input{background-color:var(--theme-error-200)}.date-time-picker .react-datepicker{box-shadow:0 20px 35px -10px #00020433,0 6px 4px -4px #00020405;border:1px solid var(--theme-elevation-100);background:var(--theme-input-bg);display:inline-flex;font-family:var(--font-body);font-weight:100;border-radius:0;color:var(--theme-elevation-800)}.date-time-picker .react-datepicker__header{padding-top:0;text-transform:none;text-align:center;border-radius:0;border:none;background-color:var(--theme-input-bg)}.date-time-picker .react-datepicker__header--time{padding:10px 0;border-bottom:1px solid var(--theme-elevation-150);font-weight:600}.date-time-picker .react-datepicker__navigation{background:none;line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;width:0;padding:0;border:.45rem solid transparent;z-index:1;height:10px;width:10px;text-indent:-999em;overflow:hidden;top:15px}.date-time-picker .react-datepicker__navigation--next{border-left-color:var(--theme-elevation-400)}.date-time-picker .react-datepicker__navigation--next:focus{border-left-color:var(--theme-elevation-500);outline:none}.date-time-picker .react-datepicker__navigation--previous{border-right-color:var(--theme-elevation-400)}.date-time-picker .react-datepicker__navigation--previous:focus{border-right-color:var(--theme-elevation-500);outline:none}.date-time-picker .react-datepicker__current-month,.date-time-picker .react-datepicker__header,.date-time-picker .react-datepicker-year-header,.date-time-picker .react-datepicker__day-name,.date-time-picker .react-datepicker__day,.date-time-picker .react-datepicker__time-name,.date-time-picker .react-datepicker-time__header{color:var(--theme-elevation-1000)}.date-time-picker .react-datepicker__current-month{display:none}.date-time-picker .react-datepicker__header__dropdown,.date-time-picker .react-datepicker-year-header{padding:10px 0;font-weight:700}.date-time-picker .react-datepicker__month-container{border-right:1px solid var(--theme-elevation-150)}.date-time-picker .react-datepicker__time,.date-time-picker .react-datepicker__time-container,.date-time-picker .react-datepicker .react-datepicker__time-container .react-datepicker__time{background:none}.date-time-picker .react-datepicker__time-container{border-left:none}.date-time-picker .react-datepicker__month-text{padding:.5769230769rem;margin:.2884615385rem;font-size:1.0576923077rem}.date-time-picker .react-datepicker__month-text:hover{background:var(--theme-elevation-100)}.date-time-picker .react-datepicker__month-select,.date-time-picker .react-datepicker__year-select{min-width:70px;border:none;background:none;outline:none;cursor:pointer}.date-time-picker .react-datepicker__month-select option,.date-time-picker .react-datepicker__year-select option{background-color:var(--theme-elevation-50)}.date-time-picker .react-datepicker__day-names{background-color:var(--theme-elevation-100)}.date-time-picker .react-datepicker__day{box-shadow:inset 0 0 0 1px var(--theme-elevation-150);font-size:1.0576923077rem}.date-time-picker .react-datepicker__day:hover{background:var(--theme-elevation-100)}.date-time-picker .react-datepicker__day:focus{outline:0;background:var(--theme-elevation-400)}.date-time-picker .react-datepicker__day--selected{font-weight:700}.date-time-picker .react-datepicker__day--selected:focus{background-color:var(--theme-elevation-150)}.date-time-picker .react-datepicker__day--keyboard-selected{color:var(--theme-elevation-0);font-weight:700}.date-time-picker .react-datepicker__day--keyboard-selected:focus{background-color:var(--theme-elevation-150);box-shadow:inset 0 0 0 1px var(--theme-elevation-800),0 0 0 1px var(--theme-elevation-800)}.date-time-picker .react-datepicker__day--today{font-weight:700}.date-time-picker .react-datepicker__day,.date-time-picker .react-datepicker__day-name{width:2.8846153846rem;margin:.2884615385rem;line-height:2.4038461538rem}.date-time-picker .react-datepicker-popper{z-index:10;border:none}.date-time-picker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{max-height:100%}.date-time-picker .react-datepicker__day--keyboard-selected,.date-time-picker .react-datepicker__month-text--keyboard-selected,.date-time-picker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{box-shadow:none;background-color:var(--theme-elevation-150);font-weight:700;color:var(--theme-elevation-800);border-radius:0}.date-time-picker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected,.date-time-picker .react-datepicker__day--selected,.date-time-picker .react-datepicker__day--in-selecting-range,.date-time-picker .react-datepicker__day--in-range,.date-time-picker .react-datepicker__month-text--selected,.date-time-picker .react-datepicker__month-text--in-selecting-range,.date-time-picker .react-datepicker__month-text--in-range{box-shadow:none;background-color:var(--theme-elevation-150);color:var(--theme-elevation-800);font-weight:700;border-radius:0}.date-time-picker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background:var(--theme-elevation-100)}.date-time-picker .react-datepicker__day:hover,.date-time-picker .react-datepicker__month-text:hover{border-radius:0}.date-time-picker .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:130px}.date-time-picker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{line-height:20px;font-size:.9615384615rem}.date-time-picker__appearance--dayOnly .react-datepicker__month-container,.date-time-picker__appearance--monthOnly .react-datepicker__month-container{border-right:none}@media (max-width: 768px){.date-time-picker .react-datepicker{flex-direction:column}.date-time-picker .react-datepicker__month-container{border-right:0}.date-time-picker .react-datepicker__time-container{width:auto}.date-time-picker .react-datepicker__header--time{background-color:var(--theme-elevation-100);padding:8px 0;border-bottom:none}.date-time-picker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{height:120px;width:unset}.date-time-picker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box>ul{height:120px}.date-time-picker .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:0}.date-time-picker__input-wrapper .icon{top:calc(50% - .4807692308rem)}}.graphic-account{vector-effect:non-scaling-stroke;overflow:visible;position:relative}.graphic-account__bg{fill:var(--theme-elevation-50);stroke:var(--theme-elevation-200);stroke-width:1px}.graphic-account__head,.graphic-account__body{fill:var(--theme-elevation-200)}.graphic-account--active .graphic-account__bg{fill:var(--theme-elevation-500);stroke:var(--theme-text)}.graphic-account--active .graphic-account__head,.graphic-account--active .graphic-account__body{fill:var(--theme-text)}.graphic-account:hover:not(.graphic-account--active) .graphic-account__bg{fill:var(--theme-elevation-200);stroke:var(--theme-elevation-600)}.graphic-account:hover:not(.graphic-account--active) .graphic-account__head,.graphic-account:hover:not(.graphic-account--active) .graphic-account__body{fill:var(--theme-elevation-600)}[data-theme=light] .graphic-account--active .graphic-account__bg{fill:var(--theme-elevation-300);stroke:var(--theme-elevation-600)}[data-theme=light] .graphic-account--active .graphic-account__head,[data-theme=light] .graphic-account--active .graphic-account__body{fill:var(--theme-elevation-600)}.hamburger{padding:0;border:0;cursor:pointer;background-color:transparent;outline:none;position:relative;--hamburger-padding: 8px;--hamburger-size: 9px;--hamburger-line-gap: 3px;color:var(--theme-text)}.hamburger:before,.hamburger:after{content:" ";position:absolute;inset:0}.hamburger:before{background:var(--theme-bg);opacity:.75}.hamburger:after{backdrop-filter:blur(8px)}.hamburger__wrapper{border:1px solid var(--theme-elevation-150);padding:var(--hamburger-padding);border-radius:3px;position:relative;z-index:1;height:100%;width:100%}.hamburger__wrapper:hover{border:1px solid var(--theme-elevation-500);background-color:var(--theme-elevation-100)}.hamburger__wrapper:focus{outline:none}.hamburger__icon{position:relative;z-index:1;height:var(--hamburger-size);width:var(--hamburger-size);display:flex}.hamburger__icon .stroke{stroke:currentColor;stroke-width:1px}.hamburger__icon svg{height:100%}.hamburger__close-icon{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate3d(-50%,-50%,0)}.hamburger__lines{display:flex;flex-direction:column;gap:var(--hamburger-line-gap);width:100%;margin:auto}.hamburger__line{background-color:currentColor;width:100%;height:1px}.hamburger__x-left{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0) rotate(45deg)}.hamburger__x-right{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0) rotate(-45deg)}.hamburger__collapse-chevron{left:-1px;position:relative}.hamburger--active .hamburger__x,.hamburger--active .hamburger__collapse,.hamburger--active .hamburger__collapse-label{display:block;opacity:1}.hamburger--active .hamburger__icon{display:none;opacity:0}@media (max-width: 1024px){.hamburger__collapse-chevron{top:1px;left:0}}.localizer-button{align-items:center;white-space:nowrap;display:flex}.localizer-button__label{color:var(--theme-elevation-500)}.localizer-button__chevron .stroke{stroke:currentColor}.localizer-button button{color:currentColor;padding:0;font-size:1rem;line-height:1.9230769231rem;background:transparent;border:0;font-weight:600;cursor:pointer}.localizer-button button:hover,.localizer-button button:focus-visible{text-decoration:underline}.localizer-button button:active,.localizer-button button:focus{outline:none}@media (max-width: 768px){.localizer-button__label{display:none}}.popup-button-list__button button,.popup-button-list__button{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.popup-button-list{--list-button-padding: calc(var(--base) * .5);display:flex;flex-direction:column;text-align:left;gap:3px}[dir=rtl] .popup-button-list__text-align--left{text-align:right}.popup-button-list__text-align--left{text-align:left}.popup-button-list__text-align--center{text-align:center}[dir=rtl] .popup-button-list__text-align--right{text-align:left}.popup-button-list__text-align--right{text-align:right}.popup-button-list__button{padding-left:var(--list-button-padding);padding-right:var(--list-button-padding);padding-top:2px;padding-bottom:2px;cursor:pointer;text-align:inherit;line-height:var(--base);text-decoration:none;border-radius:3px}.popup-button-list__button button:focus-visible{outline:none}.popup-button-list__button:hover,.popup-button-list__button:focus-visible,.popup-button-list__button:focus-within{background-color:var(--popup-button-highlight)}.popup-button-list__button--selected{background-color:var(--theme-elevation-150)}.popup-button{height:100%;color:currentColor;padding:0;font-size:inherit;line-height:inherit;font-family:inherit;background:transparent;border:0;cursor:pointer;display:inline-flex}.popup{--popup-button-highlight: var(--theme-elevation-200);--popup-bg: var(--theme-input-bg);--popup-text: var(--theme-text);--popup-caret-size: 10px;--popup-x-padding: calc(var(--base) * .33);--popup-padding: calc(var(--base) * .5);position:relative}.popup__content{position:absolute;background:var(--popup-bg);opacity:0;visibility:hidden;pointer-events:none;z-index:var(--z-popup);max-width:calc(100vw - 1.9230769231rem);color:var(--popup-text);border-radius:4px;padding-left:var(--popup-padding);padding-right:var(--popup-padding);min-width:var(--popup-width, auto)}.popup__hide-scrollbar{overflow:hidden}.popup__scroll-container{overflow-y:auto;white-space:nowrap;width:calc(100% + var(--scrollbar-width));padding-top:var(--popup-padding);padding-bottom:var(--popup-padding)}.popup__scroll-content{width:calc(100% - var(--scrollbar-width))}.popup--show-scrollbar .popup__scroll-container,.popup--show-scrollbar .popup__scroll-content{width:100%}.popup:focus,.popup:active{outline:none}.popup--size-small{--popup-width: 100px}.popup--size-small .popup__content{box-shadow:0 0 30px #0002041f,0 30px 25px -8px #0002041a}.popup--size-medium{--popup-width: 150px}.popup--size-medium .popup__content{box-shadow:0 20px 35px -10px #00020433,0 6px 4px -4px #00020405}.popup--size-large{--popup-width: 200px}.popup--size-large .popup__content{box-shadow:0 20px 35px -10px #00020433,0 6px 4px -4px #00020405}[dir=rtl] .popup--h-align-left .popup__caret{right:var(--popup-padding);left:unset}.popup--h-align-left .popup__caret{left:var(--popup-padding)}.popup--h-align-center .popup__content,.popup--h-align-center .popup__caret{left:50%;transform:translate(-50%)}[dir=rtl] .popup--h-align-right .popup__content{right:unset;left:0}[dir=rtl] .popup--h-align-right .popup__caret{right:unset;left:var(--popup-padding)}.popup--h-align-right .popup__content{right:0}.popup--h-align-right .popup__caret{right:var(--popup-padding)}.popup__caret{position:absolute;border:var(--popup-caret-size) solid transparent}.popup--v-align-top .popup__content{box-shadow:0 20px 35px -10px #00020433,0 6px 4px -4px #00020405;bottom:calc(100% + var(--popup-caret-size))}.popup--v-align-top .popup__caret{top:calc(100% - 1px);border-top-color:var(--popup-bg)}.popup--v-align-bottom .popup__content{box-shadow:0 -20px 35px -10px #00020433,0 -6px 4px -4px #00020405;top:calc(100% + var(--popup-caret-size))}.popup--v-align-bottom .popup__caret{bottom:calc(100% - 1px);border-bottom-color:var(--popup-bg)}.popup--active .popup__content{opacity:1;visibility:visible;pointer-events:all}@media (max-width: 1024px){.popup{--popup-padding: calc(var(--base) * .25)}.popup--h-align-center .popup__content,.popup--h-align-center .popup__caret{left:50%;transform:translate(0)}.popup--h-align-right .popup__content{right:0}.popup--h-align-right .popup__caret{right:var(--popup-padding)}.popup--force-h-align-left .popup__content{left:0;right:unset;transform:unset}.popup--force-h-align-left .popup__caret{left:var(--popup-padding);right:unset;transform:unset}.popup--force-h-align-right .popup__content{right:0;left:unset;transform:unset}.popup--force-h-align-right .popup__caret{right:var(--popup-padding);left:unset;transform:unset}}.localizer{position:relative;display:flex;align-items:center;flex-wrap:nowrap}.nav-toggler{position:relative;background:transparent;padding:0;margin:0;border:0;cursor:pointer}.step-nav{display:flex;align-items:center;gap:calc(var(--base) / 2)}.step-nav:after{content:" ";position:sticky;top:0;right:0;width:var(--base);background:linear-gradient(to right,transparent,var(--theme-bg))}.step-nav__home{width:18px;height:18px;position:relative}.step-nav__home:focus-visible{outline:none}.step-nav__home:focus-visible:after{content:"";border:var(--accessibility-outline);position:absolute;inset:0;pointer-events:none}.step-nav *{display:block}.step-nav a{border:0;display:flex;align-items:center;font-weight:600;text-decoration:none}.step-nav a label{cursor:pointer}.step-nav a:hover,.step-nav a:focus-visible{text-decoration:underline}.step-nav span{max-width:15.3846153846rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 1024px){.step-nav .step-nav__home{width:16px;height:16px}}@media (max-width: 768px){.step-nav{gap:calc(var(--base) / 4)}}.app-header{position:relative;width:100%;height:var(--app-header-height);z-index:var(--z-modal)}.app-header__mobile-nav-toggler{display:none}[dir=rtl] .app-header__localizer{right:unset;left:8.6538461538rem}.app-header__localizer.localizer{position:absolute;top:50%;right:8.6538461538rem;transform:translate3d(0,-50%,0)}.app-header__localizer-spacing{visibility:hidden}.app-header__bg{opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.app-header--show-bg{opacity:1}.app-header__content{display:flex;align-items:center;height:100%;padding:0 var(--gutter-h);position:relative;flex-grow:1}.app-header__wrapper{display:flex;gap:calc(var(--base) / 2);align-items:center;height:100%;flex-grow:1;justify-content:space-between;overflow:hidden}.app-header__account{position:relative}.app-header__account:focus:not(:focus-visible){opacity:1}.app-header__account:focus-visible{outline:none}.app-header__account:focus-visible:after{content:"";border:var(--accessibility-outline);position:absolute;inset:0;pointer-events:none}.app-header__controls-wrapper{display:flex;align-items:center;flex-grow:1;overflow:hidden}.app-header__step-nav-wrapper{flex:1;overflow:auto;display:flex}.app-header__step-nav-wrapper::-webkit-scrollbar{display:none}.app-header__actions-wrapper{position:relative;overflow:hidden;display:flex;align-items:center;gap:calc(var(--base) / 2);margin-right:var(--base)}.app-header__gradient-placeholder{position:absolute;top:0;right:0;width:var(--base);height:var(--base);background:linear-gradient(to right,transparent,var(--theme-bg))}.app-header__actions{display:flex;align-items:center;gap:calc(var(--base) / 2);flex-shrink:0;max-width:600px;overflow:auto;white-space:nowrap}.app-header__actions::-webkit-scrollbar{display:none}.app-header__last-action{margin-right:var(--base)}@media (max-width: 1440px){.app-header__actions{max-width:500px}}@media (max-width: 1024px){.app-header__gradient-placeholder{right:var(--base)}.app-header__actions{max-width:300px;margin-right:var(--base)}}@media (max-width: 768px){.app-header__localizer{right:3.8461538462rem}.app-header--nav-open .app-header__localizer{display:none}.app-header__mobile-nav-toggler{display:flex;align-items:center}.app-header__mobile-nav-toggler.nav-toggler--is-open{opacity:.5}.app-header__step-header{display:none}.app-header__gradient-placeholder{right:0}.app-header__actions{max-width:150px;margin-right:0}}.card__title{font-family:var(--font-body);font-weight:500}.card__title{margin:0;font-size:1.0817307692rem;line-height:1.5}.card{background:var(--theme-elevation-50);padding:2.4038461538rem 1.9230769231rem;position:relative}.card__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card__actions{position:relative;z-index:2;margin-top:.9615384615rem;display:inline-flex}.card__actions .btn{margin:0}.card--has-onclick{cursor:pointer}.card--has-onclick:hover{background:var(--theme-elevation-100)}.card__click{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}.icon--drag-handle{height:1.9230769231rem;width:1.9230769231rem}.icon--drag-handle .fill{fill:var(--theme-elevation-800)}.collapsible__toggle{font-size:13px;line-height:25px;font-weight:400}.collapsible__toggle{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.collapsible{--toggle-pad-h: 1.4423076923rem;--toggle-pad-v: .9615384615rem;border-radius:4px}.collapsible__toggle-wrap{position:relative}.collapsible__drag{opacity:.5;position:absolute;z-index:1;top:var(--toggle-pad-v);left:.9615384615rem}.collapsible__toggle{text-align:left;cursor:pointer;border-top-right-radius:3px;border-top-left-radius:3px;width:100%;color:transparent}.collapsible__toggle span{user-select:none}.collapsible--style-default{border:1px solid var(--theme-elevation-200)}.collapsible--style-default:hover{border:1px solid var(--theme-elevation-300)}.collapsible--style-default>.collapsible__toggle-wrap .row-label{color:var(--theme-text)}.collapsible--style-default>.collapsible__toggle-wrap .collapsible__toggle{background:var(--theme-elevation-50)}.collapsible--style-default.collapsible--hovered>.collapsible__toggle-wrap .collapsible__toggle{background:var(--theme-elevation-100)}.collapsible__toggle,.collapsible__header-wrap{padding:var(--toggle-pad-v) var(--toggle-pad-h)}.collapsible__header-wrap{position:absolute;top:0;right:5.7692307692rem;bottom:0;left:0;pointer-events:none}.collapsible__header-wrap>*{pointer-events:all}.collapsible__header-wrap--has-drag-handle{left:1.6826923077rem}.collapsible--collapsed .collapsible__toggle{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.collapsible__actions-wrap{position:absolute;right:var(--toggle-pad-h);top:var(--toggle-pad-v);pointer-events:none;display:flex}.collapsible__actions{pointer-events:all}.collapsible__indicator{padding:calc(var(--base) / 4);display:flex;align-items:flex-start}.collapsible__content{background-color:var(--theme-elevation-0);border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:var(--base)}@media (max-width: 768px){.collapsible__content{padding:var(--gutter-h)}}.collapsible--style-error{border:1px solid var(--theme-error-400)}.collapsible--style-error:hover{border:1px solid var(--theme-error-500)}.collapsible--style-error>.collapsible__toggle-wrap .row-label{color:var(--theme-error-950)}.collapsible--style-error>.collapsible__toggle-wrap .collapsible__toggle{background:var(--theme-error-100)}.collapsible--style-error.collapsible--hovered>.collapsible__toggle-wrap .collapsible__toggle{background:var(--theme-error-150)}.icon--copy{height:1.9230769231rem;width:1.9230769231rem}.icon--copy .stroke{fill:none;stroke:var(--theme-elevation-800);stroke-width:1px}.copy-to-clipboard{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.copy-to-clipboard{position:relative;cursor:pointer;vertical-align:middle;border-radius:100%}.copy-to-clipboard textarea{position:absolute;opacity:0;z-index:-1;height:0px;width:0px}.copy-to-clipboard:focus,.copy-to-clipboard:active{outline:none}.copy-to-clipboard:focus-visible{outline:var(--accessibility-outline)}.pill{font-size:1rem;line-height:1.9230769231rem;display:inline-flex;background:var(--theme-elevation-150);color:var(--theme-elevation-800);border-radius:3px;cursor:default;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:0;padding:0 .4807692308rem;align-items:center;flex-shrink:0}.pill--rounded{border-radius:var(--style-radius-l);line-height:18px;font-size:12px}.pill:active,.pill:focus:not(:focus-visible){outline:none}.pill:focus-visible{outline:var(--accessibility-outline);outline-offset:var(--accessibility-outline-offset)}.pill .icon{flex-shrink:0}.pill__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pill__icon{padding:calc(var(--base) / 4)}.pill--has-action{cursor:pointer;text-decoration:none}.pill--is-dragging{cursor:grabbing}.pill--has-icon svg{display:block}[dir=rtl] .pill--align-icon-left{padding-right:0;padding-left:10px}[dir=rtl] .pill--align-icon-right{padding-right:10px;padding-left:0}.pill--align-icon-left{padding-left:0}.pill--align-icon-right{padding-right:0}.pill--style-white{background:var(--theme-elevation-0)}.pill--style-white.pill--has-action:hover,.pill--style-white.pill--has-action:active,.pill--style-light.pill--has-action:hover,.pill--style-light.pill--has-action:active{background:var(--theme-elevation-100)}.pill--style-light-gray{background:var(--theme-elevation-100);color:var(--theme-elevation-800)}.pill--style-warning{background:var(--theme-warning-150);color:var(--theme-warning-800)}.pill--style-success{background:var(--theme-success-150);color:var(--theme-success-800)}.pill--style-error{background:var(--theme-error-150);color:var(--theme-error-800)}.pill--style-dark{background:var(--theme-elevation-800);color:var(--theme-elevation-0)}.pill--style-dark svg .stroke{stroke:var(--theme-elevation-0);fill:none}.pill--style-dark svg .fill{fill:var(--theme-elevation-0)}.pill--style-dark.pill--has-action:hover{background:var(--theme-elevation-750)}.pill--style-dark.pill--has-action:active{background:var(--theme-elevation-700)}.delete-documents{display:flex;align-items:center;height:100%;justify-content:center}.delete-documents:before,.delete-documents:after{content:" ";position:absolute;inset:0}.delete-documents:before{background:var(--theme-bg);opacity:.75}.delete-documents:after{backdrop-filter:blur(8px)}.delete-documents__template{z-index:1;position:relative}.delete-documents .btn{margin-right:1.9230769231rem}.autosave{white-space:nowrap}.delete-document__toggle{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.delete-document{display:flex;align-items:center;height:100%;justify-content:center}.delete-document:before,.delete-document:after{content:" ";position:absolute;inset:0}.delete-document:before{background:var(--theme-bg);opacity:.75}.delete-document:after{backdrop-filter:blur(8px)}.delete-document__template{z-index:1;position:relative}.delete-document .btn{margin:0}.delete-document__actions{display:flex;flex-wrap:wrap;gap:1.9230769231rem}.duplicate__modal{display:flex;align-items:center;height:100%}.duplicate__modal:before,.duplicate__modal:after{content:" ";position:absolute;inset:0}.duplicate__modal:before{background:var(--theme-bg);opacity:.75}.duplicate__modal:after{backdrop-filter:blur(8px)}.duplicate__modal .btn{margin-right:1.9230769231rem}.duplicate__modal-template{z-index:1;position:relative}.gutter--left{padding-left:var(--gutter-h)}.gutter--right{padding-right:var(--gutter-h)}.gutter--negative-left{margin-left:calc(-1 * var(--gutter-h))}.gutter--negative-right{margin-right:calc(-1 * var(--gutter-h))}form>.form-submit .btn{width:100%}.status__modal__toggle{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.status__label{color:var(--theme-elevation-500)}.status__value{font-weight:600}.status__value-wrap{white-space:nowrap}.status__action{text-decoration:underline}.status__modal{display:flex;justify-content:center;align-items:center;height:100%}.status__modal:before,.status__modal:after{content:" ";position:absolute;inset:0}.status__modal:before{background:var(--theme-bg);opacity:.75}.status__modal:after{backdrop-filter:blur(8px)}.status__modal .btn{margin-right:1.9230769231rem}.status__modal-template{position:relative;z-index:1}.doc-controls{position:sticky;top:0;width:100%;z-index:5;display:flex;align-items:center}.doc-controls:before,.doc-controls:after{content:" ";position:absolute;inset:0}.doc-controls:before{background:var(--theme-bg);opacity:.3}.doc-controls:after{backdrop-filter:blur(8px)}.doc-controls__divider{content:"";display:block;position:absolute;height:1px;background:var(--theme-elevation-100);width:100%;left:0;top:100%}.doc-controls__wrapper{position:relative;width:100%;display:flex;align-items:center;gap:var(--base);padding-bottom:1px;z-index:4;height:var(--doc-controls-height)}.doc-controls__content{display:flex;align-items:center;flex-grow:1;overflow:hidden}.doc-controls__meta{flex-grow:1;display:flex;list-style:none;padding:0;gap:var(--base);margin:0;width:100%}.doc-controls__list-item{display:flex;align-items:center;margin:0}.doc-controls__value-wrap{overflow:hidden}.doc-controls__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:600}.doc-controls__label{color:var(--theme-elevation-500);white-space:nowrap;margin:0}.doc-controls__controls-wrapper{--controls-gap: calc(var(--base) / 2);--dot-button-width: calc(var(--base) * 2);display:flex;align-items:center;margin:0;gap:var(--controls-gap);position:relative}.doc-controls__controls{display:flex;align-items:center;margin:0;gap:calc(var(--base) / 2)}.doc-controls__controls button{margin:0;white-space:nowrap}.doc-controls__dots{margin:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;border:1px solid var(--theme-elevation-100);border-radius:4px;height:calc(var(--base) * 1.5);width:calc(var(--base) * 1.5)}.doc-controls__dots:hover{border:1px solid var(--theme-elevation-500);background-color:var(--theme-elevation-100)}.doc-controls__dots>div{width:3px;height:3px;border-radius:100%;background-color:currentColor}.doc-controls__popup{position:relative}.doc-controls .popup--active .doc-controls__dots{border:1px solid var(--theme-elevation-500);background-color:var(--theme-elevation-100)}.doc-controls .popup__trigger-wrap{display:flex}@media (max-width: 1024px){.doc-controls{top:calc(var(--base) * -2);padding-right:0;padding-left:0}.doc-controls__wrapper{flex-direction:column;gap:0;height:unset}.doc-controls__content{width:100%;overflow:auto;height:calc(var(--base) * 2)}.doc-controls__content::-webkit-scrollbar{display:none}.doc-controls__meta{width:auto;gap:calc(var(--base) / 2);margin-left:var(--gutter-h)}.doc-controls__meta:after{content:"";display:block;position:sticky;right:0;width:calc(var(--base) * 2);height:var(--base);background:linear-gradient(to right,transparent,var(--theme-bg));flex-shrink:0;z-index:1111;pointer-events:none}.doc-controls__controls-wrapper{width:100%;transform:translateZ(0);padding-right:var(--gutter-h);justify-content:space-between;height:var(--doc-controls-height);border-top:1px solid var(--theme-elevation-100)}.doc-controls__controls{padding-left:var(--gutter-h);overflow:auto}.doc-controls__controls::-webkit-scrollbar{display:none}.doc-controls__controls:after{content:"";display:block;position:sticky;right:0;width:calc(var(--base) * 2);height:calc(var(--base) * 1.5);background:linear-gradient(to right,transparent,var(--theme-bg));flex-shrink:0;z-index:1111;pointer-events:none}}.drawer__close{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.drawer{display:flex;overflow:hidden;position:fixed;height:100vh}.drawer__blur-bg{position:absolute;z-index:1;inset:0;opacity:0;transition:all .2s linear}.drawer__blur-bg:before,.drawer__blur-bg:after{content:" ";position:absolute;inset:0}.drawer__blur-bg:before{background:var(--theme-bg);opacity:.75}.drawer__blur-bg:after{backdrop-filter:blur(8px)}.drawer__content{opacity:0;transform:translate(calc(var(--base) * 4));position:relative;z-index:2;width:calc(100% - var(--gutter-h));overflow:hidden;transition:all .2s linear;background-color:var(--theme-bg)}.drawer__content-children{position:relative;z-index:1;overflow:auto;height:100%}.drawer--is-open .drawer__content,.drawer--is-open .drawer__blur-bg{opacity:1}.drawer--is-open .drawer__close{opacity:.1;transition:opacity .2s linear;transition-delay:.1s}.drawer--is-open .drawer__content{transform:translate(0)}.drawer__close{position:relative;z-index:2;flex-shrink:0;text-indent:-9999px;cursor:pointer;opacity:0;will-change:opacity;transition:none;transition-delay:0ms;flex-grow:1;background:var(--theme-elevation-800)}.drawer__close:active,.drawer__close:focus{outline:0}.drawer__header{display:flex;margin-top:4.8076923077rem;margin-bottom:1.9230769231rem;width:100%}.drawer__header__title{margin:0;flex-grow:1}.drawer__header__close{border:0;background-color:transparent;padding:0;cursor:pointer;overflow:hidden;width:1.9230769231rem;height:1.9230769231rem;direction:ltr}.drawer__header__close svg{width:5.2884615385rem;height:5.2884615385rem;position:relative;left:-1.5865384615rem;top:-1.5865384615rem}.drawer__header__close svg .stroke{stroke-width:2px;vector-effect:non-scaling-stroke}@media (max-width: 1024px){.drawer__header{margin-top:2.8846153846rem}}html[data-theme=dark] .drawer__close{background:var(--color-base-1000)}html[data-theme=dark] .drawer--is-open .drawer__close{opacity:.25}.id-label{font-size:1.4423076923rem;font-weight:400;color:var(--theme-elevation-400);background:var(--theme-elevation-100);padding:.4807692308rem .9615384615rem;border-radius:4px;display:inline-flex}.render-title__id{vertical-align:middle;position:relative;top:-3px}.doc-drawer__header{width:100%;margin-top:4.8076923077rem;display:flex;flex-direction:column;gap:.9615384615rem;align-items:flex-start}.doc-drawer__header-content{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.doc-drawer__header-text{margin:0}.doc-drawer__toggler{background:transparent;border:0;margin:0;padding:0;cursor:pointer;color:inherit}.doc-drawer__toggler:focus,.doc-drawer__toggler:focus-within{outline:none}.doc-drawer__toggler:disabled{pointer-events:none}.doc-drawer__header-close{border:0;background-color:transparent;padding:0;cursor:pointer;overflow:hidden;width:1.9230769231rem;height:1.9230769231rem}.doc-drawer__header-close svg{width:5.2884615385rem;height:5.2884615385rem;position:relative;left:-1.5865384615rem;top:-1.5865384615rem}.doc-drawer__header-close svg .stroke{stroke-width:2px;vector-effect:non-scaling-stroke}@media (max-width: 1024px){.doc-drawer__header{margin-top:2.8846153846rem;margin-bottom:.9615384615rem;padding-left:var(--gutter-h);padding-right:var(--gutter-h)}}.banner{font-size:1rem;line-height:1.9230769231rem;border:0;vertical-align:middle;background:var(--theme-elevation-100);color:var(--theme-elevation-800);border-radius:3px;padding:.9615384615rem;margin-bottom:1.9230769231rem}.banner--has-action{cursor:pointer;text-decoration:none}.banner--has-icon{display:flex}.banner--has-icon svg{display:block}.banner--type-default.button--has-action:hover{background:var(--theme-elevation-900)}.banner--type-default.button--has-action:active{background:var(--theme-elevation-950)}.banner--type-error{background:var(--theme-error-100);color:var(--theme-error-600)}.banner--type-error svg .stroke{stroke:var(--theme-error-600);fill:none}.banner--type-error svg .fill{fill:var(--theme-error-600)}.banner--type-error.button--has-action:hover{background:var(--theme-error-200)}.banner--type-error.button--has-action:active{background:var(--theme-error-300)}.banner--type-success{background:var(--theme-success-100);color:var(--theme-success-600)}.banner--type-success.button--has-action:hover,.banner--type-success.button--has-action:active{background:var(--theme-success-200)}.error-pill{align-self:center;border:0;padding:0 .4807692308rem;flex-shrink:0;border-radius:var(--style-radius-l);line-height:18px;font-size:11px;text-align:center;font-weight:500;display:flex;align-items:center;justify-content:center;background:var(--theme-error-300);color:var(--theme-error-950)}.error-pill--fixed-width{width:18px;height:18px;border-radius:50%;position:relative}.error-pill__count{letter-spacing:.5px;margin-left:.5px}.field-description{display:flex;color:var(--theme-elevation-400);margin-top:calc(var(--base) / 4)}.field-description--margin-bottom{margin-top:0;margin-bottom:calc(var(--base) / 2)}.field-error.tooltip{font-family:var(--font-body);left:auto;max-width:75%;right:0;transform:translateY(calc(var(--caret-size) * -1));color:var(--theme-error-950);background-color:var(--theme-error-300)}.field-error.tooltip:after{border-top-color:var(--theme-error-300);border-bottom-color:var(--theme-error-300)}.icon--check{height:1.9230769231rem;width:1.9230769231rem}.icon--check .stroke{fill:none;stroke:var(--theme-elevation-800);stroke-width:2px}.icon--line{width:1.9230769231rem;height:1.9230769231rem}.icon--line .stroke{stroke:var(--theme-elevation-800);stroke-width:1px}label.field-label:not(.unstyled){font-size:13px;line-height:25px;font-weight:400}label.field-label:not(.unstyled){display:flex;padding-bottom:.4807692308rem;color:var(--theme-elevation-800);font-family:var(--font-body)}label.field-label:not(.unstyled) .required{color:var(--theme-error-500)}[dir=ltr] label.field-label:not(.unstyled) .required{margin-left:.4807692308rem;margin-right:auto}[dir=rtl] label.field-label:not(.unstyled) .required{margin-right:.4807692308rem;margin-left:auto}.checkbox{position:relative;margin-bottom:1.9230769231rem}.checkbox .tooltip:not([aria-hidden=true]){right:auto;position:static;transform:translateY(calc(var(--caret-size) * -1));margin-bottom:.2em;max-width:fit-content}.checkbox-input{display:inline-flex}.checkbox-input label{padding-bottom:0;padding-left:.9615384615rem}.checkbox-input label[for]{cursor:pointer}[dir=rtl] .checkbox-input__input{margin-right:0;margin-left:.9615384615rem}.checkbox-input__input{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none;display:flex;padding:0;line-height:0;position:relative;width:1.9230769231rem;height:1.9230769231rem}.checkbox-input__input:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.checkbox-input__input:not(:disabled):active,.checkbox-input__input:not(:disabled):focus-within,.checkbox-input__input:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.checkbox-input__input[data-rtl=true]{direction:rtl}.checkbox-input__input::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.checkbox-input__input::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.checkbox-input__input:hover{border-color:var(--theme-elevation-250)}.checkbox-input__input:focus,.checkbox-input__input:focus-within,.checkbox-input__input:active{border-color:var(--theme-elevation-400);outline:0}.checkbox-input__input:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.checkbox-input__input:disabled:hover{border-color:var(--theme-elevation-150)}.checkbox-input__input input[type=checkbox]{position:absolute;width:calc(100% + 4px);height:calc(100% + 4px);padding:0;margin:-2px 0 0 -2px;opacity:0;border-radius:0;z-index:1;cursor:pointer}.checkbox-input__icon{position:absolute}.checkbox-input__icon svg{opacity:0}.checkbox-input:not(.checkbox-input--read-only):active .checkbox-input__input,.checkbox-input:not(.checkbox-input--read-only):active input[type=checkbox],.checkbox-input:not(.checkbox-input--read-only):focus-within .checkbox-input__input,.checkbox-input:not(.checkbox-input--read-only):focus-within input[type=checkbox],.checkbox-input:not(.checkbox-input--read-only):focus .checkbox-input__input,.checkbox-input:not(.checkbox-input--read-only):focus input[type=checkbox]{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421;outline:0;box-shadow:0 0 3px 3px var(--theme-success-400)!important;border:1px solid var(--theme-elevation-150)}.checkbox-input:not(.checkbox-input--read-only):hover .checkbox-input__input,.checkbox-input:not(.checkbox-input--read-only):hover input[type=checkbox]{border-color:var(--theme-elevation-250)}.checkbox-input:not(.checkbox-input--read-only):not(.checkbox-input--checked):hover{cursor:pointer}.checkbox-input:not(.checkbox-input--read-only):not(.checkbox-input--checked):hover svg{opacity:.2}.checkbox-input--checked .checkbox-input__icon svg{opacity:1}.checkbox-input--read-only .checkbox-input__input{background-color:var(--theme-elevation-100)}.checkbox-input--read-only label{color:var(--theme-elevation-400)}html[data-theme=light] .checkbox.error .checkbox-input__input{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=dark] .checkbox.error .checkbox-input__input{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .checkbox.error .checkbox-input__input:hover{border-color:var(--theme-error-500)}.icon--more{height:1.9230769231rem;width:1.9230769231rem}.icon--more .fill{fill:var(--theme-elevation-800)}.array-actions__button{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.array-actions__button{cursor:pointer;border-radius:100px}.array-actions__button:hover{background:var(--theme-elevation-0)}.array-actions__actions{list-style:none;margin:0;padding:0}.array-actions__action{display:flex;gap:calc(var(--base) / 2);align-items:center}.array-actions__action svg{position:relative}.array-actions__action svg .stroke{stroke-width:1px}.array-actions__move-up{margin-bottom:2px}.array-actions__move-down{margin-top:6px;margin-bottom:2px}.array-actions__action-chevron{padding:0 calc(var(--base) / 4)}.array-field__header-action{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.array-field,.array-field__header{display:flex;flex-direction:column;gap:calc(var(--base) / 2)}.array-field__header__header-content{display:flex;flex-direction:column;gap:calc(var(--base) / 4)}.array-field--has-no-error>.array-field__header .array-field__header-content{color:var(--theme-text)}.array-field__header-content{display:flex;align-items:center;gap:.9615384615rem}.array-field__header-wrap{display:flex;align-items:flex-end;width:100%;justify-content:space-between}.array-field__header-actions{list-style:none;margin:0;padding:0;display:flex}.array-field__header-action{cursor:pointer;margin-left:.9615384615rem}.array-field__header-action:hover,.array-field__header-action:focus-visible{text-decoration:underline}.array-field__row-header{display:flex;align-items:center;gap:.9615384615rem;pointer-events:none}.array-field__draggable-rows{display:flex;flex-direction:column;gap:calc(var(--base) / 2)}.array-field__title{margin-bottom:0}.array-field__add-row{align-self:flex-start;color:var(--theme-elevation-400);margin:0}.array-field__add-row:hover{color:var(--theme-elevation-800)}html[data-theme=light] .array-field--has-error>.array-field__header .array-field__header-content{color:var(--theme-error-750)}html[data-theme=dark] .array-field--has-error>.array-field__header .array-field__header-content{color:var(--theme-error-500)}.thumbnail-card{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor;box-shadow:0 4px 12px #00000012;width:100%;background:var(--theme-input-bg)}.thumbnail-card:hover{box-shadow:0 4px 12px #0000001a}.thumbnail-card__label{padding:.9615384615rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.thumbnail-card--has-on-click{cursor:pointer}.thumbnail-card--align-label-center{text-align:center}.thumbnail-card__thumbnail{display:flex;align-items:center;justify-content:center}.icon--search{height:1.9230769231rem;width:1.9230769231rem}.icon--search .stroke{stroke:var(--theme-elevation-800);stroke-width:1px}.block-search{position:sticky;top:0;display:flex;width:100%;align-items:center;z-index:1}.block-search__input{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none;padding-right:calc(1.9230769231rem + .4807692308rem * 2)}.block-search__input:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.block-search__input:not(:disabled):active,.block-search__input:not(:disabled):focus-within,.block-search__input:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.block-search__input[data-rtl=true]{direction:rtl}.block-search__input::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.block-search__input::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.block-search__input:hover{border-color:var(--theme-elevation-250)}.block-search__input:focus,.block-search__input:focus-within,.block-search__input:active{border-color:var(--theme-elevation-400);outline:0}.block-search__input:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.block-search__input:disabled:hover{border-color:var(--theme-elevation-150)}.block-search .search{position:absolute;top:50%;transform:translate3d(0,-50%,0);right:.4807692308rem;width:1.9230769231rem;margin:0 .4807692308rem}.block-search .search .stroke{stroke:var(--theme-elevation-300)}@media (max-width: 1024px){.block-search__input{margin-bottom:0}}.blocks-drawer__blocks-wrapper{padding-top:2.8846153846rem}.blocks-drawer__blocks{position:relative;padding:0;list-style:none;display:grid;grid-template-columns:repeat(6,1fr);gap:1.9230769231rem}.blocks-drawer__default-image{width:100%;overflow:hidden;padding-top:1.4423076923rem}@media (max-width: 1440px){.blocks-drawer__blocks{grid-template-columns:repeat(5,1fr)}}@media (max-width: 1024px){.blocks-drawer__blocks-wrapper{padding-top:3.3653846154rem}.blocks-drawer__blocks{grid-template-columns:repeat(3,1fr);gap:.9615384615rem}}@media (max-width: 768px){.blocks-drawer__blocks-wrapper{padding-top:1.4423076923rem}.blocks-drawer__blocks{grid-template-columns:repeat(2,1fr)}}.section-title{position:relative;min-width:0}.section-title:after{display:block;content:attr(data-value) " ";visibility:hidden;white-space:nowrap;min-width:4.8076923077rem}.section-title:after,.section-title__input{font-family:var(--font-body);font-weight:600;font-size:1.2019230769rem;padding:0}.section-title__input{color:var(--theme-elevation-800);background-color:transparent;border:none;width:100%;text-overflow:ellipsis;resize:none;appearance:none;position:absolute;inset:0}.section-title__input:hover{box-shadow:inset 0 -2px 0 -1px var(--theme-elevation-150)}.section-title__input:hover,.section-title__input:focus{outline:0}.section-title__input:focus{box-shadow:none}.blocks-field__header-action{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.blocks-field{display:flex;flex-direction:column;gap:calc(var(--base) / 2)}.blocks-field__header h3{margin:0}.blocks-field__header-wrap{display:flex;align-items:flex-end;width:100%;justify-content:space-between}.blocks-field__heading-with-error{display:flex;align-items:center;gap:.9615384615rem}.blocks-field--has-no-error>.array-field__header .array-field__heading-with-error{color:var(--theme-text)}.blocks-field--has-error>.array-field__header{color:var(--theme-error-500)}.blocks-field__error-pill{align-self:center}.blocks-field__header-actions{list-style:none;margin:0;padding:0;display:flex}.blocks-field__header-action{cursor:pointer;margin-left:.9615384615rem}.blocks-field__header-action:hover,.blocks-field__header-action:focus-visible{text-decoration:underline}.blocks-field__block-header{display:inline-flex;max-width:100%;overflow:hidden;gap:.7211538462rem}.blocks-field__block-number{flex-shrink:0}.blocks-field__block-pill{flex-shrink:0;display:block;line-height:unset}.blocks-field__rows{display:flex;flex-direction:column;gap:calc(var(--base) / 2)}.blocks-field__drawer-toggler{background-color:transparent;margin:0;padding:0;border:none;align-self:flex-start}.blocks-field__drawer-toggler .btn{color:var(--theme-elevation-400);margin:0}.blocks-field__drawer-toggler .btn:hover{color:var(--theme-elevation-800)}.shimmer-effect{position:relative;overflow:hidden;background-color:var(--theme-elevation-50)}.shimmer-effect__shine{position:absolute;scale:1.5;width:100%;height:100%;transform:translate(-100%);animation:shimmer 1.75s infinite;opacity:.75;background:linear-gradient(100deg,var(--theme-elevation-50) 0%,var(--theme-elevation-50) 15%,var(--theme-elevation-150) 50%,var(--theme-elevation-50) 85%,var(--theme-elevation-50) 100%)}@keyframes shimmer{to{transform:translate3d(100%,0,0)}}.code-editor{direction:ltr;box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none;height:auto;padding:0}.code-editor:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.code-editor:not(:disabled):active,.code-editor:not(:disabled):focus-within,.code-editor:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.code-editor[data-rtl=true]{direction:rtl}.code-editor::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.code-editor::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.code-editor:hover{border-color:var(--theme-elevation-250)}.code-editor:focus,.code-editor:focus-within,.code-editor:active{border-color:var(--theme-elevation-400);outline:0}.code-editor:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.code-editor:disabled:hover{border-color:var(--theme-elevation-150)}.code-editor .monaco-editor .view-overlays .current-line{max-width:calc(100% - 14px);border-width:0px}.code-editor .monaco-editor:focus-within .view-overlays .current-line{border-right:0;border-width:1px}.code-field{position:relative}.code-field.error textarea{border:1px solid var(--theme-error-500)!important}.code-field.error .code-editor{border-color:var(--theme-error-500)}.code-field.error .monaco-editor-background,.code-field.error .margin{background-color:var(--theme-error-50)}.collapsible-field__row-label-wrap{pointer-events:none;display:flex;align-items:center;gap:.9615384615rem}.field-type.confirm-password{position:relative}.field-type.confirm-password input{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none}.field-type.confirm-password input:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.field-type.confirm-password input:not(:disabled):active,.field-type.confirm-password input:not(:disabled):focus-within,.field-type.confirm-password input:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.field-type.confirm-password input[data-rtl=true]{direction:rtl}.field-type.confirm-password input::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.field-type.confirm-password input::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.field-type.confirm-password input:hover{border-color:var(--theme-elevation-250)}.field-type.confirm-password input:focus,.field-type.confirm-password input:focus-within,.field-type.confirm-password input:active{border-color:var(--theme-elevation-400);outline:0}.field-type.confirm-password input:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.field-type.confirm-password input:disabled:hover{border-color:var(--theme-elevation-150)}html[data-theme=light] .field-type.field-type.confirm-password.error input{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=dark] .field-type.field-type.confirm-password.error input{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .field-type.field-type.confirm-password.error input:hover{border-color:var(--theme-error-500)}html[data-theme=light] .date-time-field--has-error .react-datepicker__input-container input{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=dark] .date-time-field--has-error .react-datepicker__input-container input{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .date-time-field--has-error .react-datepicker__input-container input:hover{border-color:var(--theme-error-500)}.field-type.email{position:relative}.field-type.email input{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none}.field-type.email input:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.field-type.email input:not(:disabled):active,.field-type.email input:not(:disabled):focus-within,.field-type.email input:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.field-type.email input[data-rtl=true]{direction:rtl}.field-type.email input::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.field-type.email input::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.field-type.email input:hover{border-color:var(--theme-elevation-250)}.field-type.email input:focus,.field-type.email input:focus-within,.field-type.email input:active{border-color:var(--theme-elevation-400);outline:0}.field-type.email input:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.field-type.email input:disabled:hover{border-color:var(--theme-elevation-150)}.field-type.email.error input{background-color:var(--theme-error-200)}html[data-theme=light] .field-type.email.error input{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=dark] .field-type.email.error input{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .field-type.email.error input:hover{border-color:var(--theme-error-500)}.group-field{margin-left:calc(var(--gutter-h) * -1);margin-right:calc(var(--gutter-h) * -1);border-bottom:1px solid var(--theme-elevation-100);border-top:1px solid var(--theme-elevation-100)}.group-field--top-level{padding:3.8461538462rem var(--gutter-h)}.group-field--top-level:first-child{padding-top:0;border-top:0}.group-field--within-collapsible{margin-left:calc(var(--base) * -1);margin-right:calc(var(--base) * -1);padding:var(--base)}.group-field--within-collapsible:first-child{border-top:0;padding-top:0;margin-top:0}.group-field--within-collapsible:last-child{padding-bottom:0;border-bottom:0}.group-field--within-group{margin-left:0;margin-right:0;padding:0;border-top:0;border-bottom:0}.group-field--within-row{margin:0;border-top:0;border-bottom:0}.group-field--within-tab:first-child{margin-top:0;border-top:0;padding-top:0}.group-field--within-tab:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}.group-field--gutter{border-left:1px solid var(--theme-elevation-100);padding:0 0 0 1.9230769231rem}.group-field__header{margin-bottom:calc(var(--base) / 2);display:flex;align-items:center;gap:.9615384615rem}.group-field__header>header{display:flex;flex-direction:column;gap:calc(var(--base) / 4)}.group-field__title{margin-bottom:0}@media (max-width: 768px){.group-field--top-level{padding:var(--base) var(--gutter-h)}.group-field--top-level:first-child{padding-top:0;border-top:0}.group-field__header{margin-bottom:calc(var(--base) / 2)}.group-field--within-collapsible{margin-left:calc(var(--gutter-h) * -1);margin-right:calc(var(--gutter-h) * -1)}.group-field--within-group{padding:0}.group-field--gutter{padding-left:var(--gutter-h)}}.group-field+.group-field{border-top:0;padding-top:0}.group-field--within-row+.group-field--within-row{margin-top:0}.group-field--within-tab+.group-field--within-row{padding-top:0}html[data-theme=light] .group-field--has-error{color:var(--theme-error-750)}html[data-theme=light] .group-field--has-error:after{background:var(--theme-error-500)}html[data-theme=dark] .group-field--has-error{color:var(--theme-error-500)}html[data-theme=dark] .group-field--has-error:after{background:var(--theme-error-500)}.json-field{position:relative}.json-field.error .code-editor{border-color:var(--theme-error-500)}.json-field.error .monaco-editor-background,.json-field.error .margin{background-color:var(--theme-error-50)}.clear-indicator{cursor:pointer}.clear-indicator:focus-visible{outline:var(--accessibility-outline)}.dropdown-indicator{cursor:pointer;border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.dropdown-indicator:focus-visible{outline:var(--accessibility-outline)}.dropdown-indicator__icon .stroke{stroke-width:1px}.multi-value.rs__multi-value{padding:0;background:var(--theme-input-bg);border:1px solid var(--theme-elevation-800);line-height:calc(1.9230769231rem - 2px);margin:.4807692308rem .9615384615rem .4807692308rem 0}.multi-value--is-dragging{z-index:2}.multi-value-label{margin:0;font-size:11px;line-height:1.5}.multi-value-label{display:flex;align-items:center;padding:0 .2403846154rem 0 .4807692308rem;max-width:150px;color:currentColor}.multi-value-label__text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.multi-value-label:focus-visible{outline:var(--accessibility-outline)}.multi-value-remove{cursor:pointer;width:1.4423076923rem;height:1.4423076923rem;display:flex;align-items:center;justify-content:center;position:relative;background-color:transparent;border:none;padding:0}.multi-value-remove:hover{color:var(--theme-elevation-800);background:var(--theme-error-150)}.multi-value-remove__icon{width:100%;height:100%}.value-container{flex-grow:1;min-width:0}.value-container .rs__value-container{padding:.4807692308rem 0;min-height:2.8846153846rem;overflow:visible}.value-container .rs__value-container>*{margin:0;padding-top:0;padding-bottom:0;color:currentColor}.value-container .rs__value-container>* .field-label{padding-bottom:0}.value-container .rs__value-container--is-multi{margin-left:-.4807692308rem;width:calc(100% + .9615384615rem);padding-top:.4807692308rem;padding-bottom:.4807692308rem;padding-left:.4807692308rem}.value-container .rs__value-container--is-multi .rs__multi-value{margin:calc(.2403846154rem - 2px)}.value-container .rs__value-container--is-multi.rs__value-container--has-value{padding-left:0}.react-select-container{width:100%}.react-select .rs__control{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.4807692308rem 1.4423076923rem;-webkit-appearance:none;height:auto;flex-wrap:nowrap}.react-select .rs__control:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.react-select .rs__control:not(:disabled):active,.react-select .rs__control:not(:disabled):focus-within,.react-select .rs__control:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.react-select .rs__control[data-rtl=true]{direction:rtl}.react-select .rs__control::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.react-select .rs__control::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.react-select .rs__control:hover{border-color:var(--theme-elevation-250)}.react-select .rs__control:focus,.react-select .rs__control:focus-within,.react-select .rs__control:active{border-color:var(--theme-elevation-400);outline:0}.react-select .rs__control:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.react-select .rs__control:disabled:hover{border-color:var(--theme-elevation-150)}.react-select .rs__indicator{padding:0 4px;cursor:pointer}.react-select .rs__indicator-separator{display:none}.react-select .rs__input-container{color:var(--theme-elevation-1000)}.react-select .rs__input{font-family:var(--font-body);width:10px}.react-select .rs__menu{z-index:4;border-radius:0;box-shadow:0 20px 35px -10px #00020433,0 6px 4px -4px #00020405;background:var(--theme-input-bg)}.react-select .rs__group-heading{color:var(--theme-elevation-800);padding-left:.9615384615rem;margin-bottom:.4807692308rem}.react-select .rs__option{font-family:var(--font-body);font-size:13px;padding:.7211538462rem 1.4423076923rem;color:var(--theme-elevation-800)}.react-select .rs__option--is-focused{background-color:var(--theme-elevation-100)}.react-select .rs__option--is-selected{background-color:var(--theme-elevation-300)}.react-select--error div.rs__control,.react-select--error:hover div.rs__control,.react-select--error:focus-within div.rs__control{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}.react-select--error div.rs__control>div.rs__indicator>button.dropdown-indicator[type=button],.react-select--error:hover div.rs__control>div.rs__indicator>button.dropdown-indicator[type=button],.react-select--error:focus-within div.rs__control>div.rs__indicator>button.dropdown-indicator[type=button]{border:none}.react-select.rs--is-disabled .rs__control{background:var(--theme-elevation-200)}.field-type.number{position:relative}.field-type.number:not(.has-many) input{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none}.field-type.number:not(.has-many) input:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.field-type.number:not(.has-many) input:not(:disabled):active,.field-type.number:not(.has-many) input:not(:disabled):focus-within,.field-type.number:not(.has-many) input:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.field-type.number:not(.has-many) input[data-rtl=true]{direction:rtl}.field-type.number:not(.has-many) input::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.field-type.number:not(.has-many) input::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.field-type.number:not(.has-many) input:hover{border-color:var(--theme-elevation-250)}.field-type.number:not(.has-many) input:focus,.field-type.number:not(.has-many) input:focus-within,.field-type.number:not(.has-many) input:active{border-color:var(--theme-elevation-400);outline:0}.field-type.number:not(.has-many) input:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.field-type.number:not(.has-many) input:disabled:hover{border-color:var(--theme-elevation-150)}html[data-theme=light] .field-type.number.error input{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=dark] .field-type.number.error input{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .field-type.number.error input:hover{border-color:var(--theme-error-500)}.field-type.password{position:relative}.field-type.password input{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none}.field-type.password input:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.field-type.password input:not(:disabled):active,.field-type.password input:not(:disabled):focus-within,.field-type.password input:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.field-type.password input[data-rtl=true]{direction:rtl}.field-type.password input::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.field-type.password input::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.field-type.password input:hover{border-color:var(--theme-elevation-250)}.field-type.password input:focus,.field-type.password input:focus-within,.field-type.password input:active{border-color:var(--theme-elevation-400);outline:0}.field-type.password input:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.field-type.password input:disabled:hover{border-color:var(--theme-elevation-150)}html[data-theme=light] .field-type.password.error input{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=dark] .field-type.password.error input{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .field-type.password.error input:hover{border-color:var(--theme-error-500)}.point,.point .input-wrapper{position:relative}.point__wrap{display:flex;width:calc(100% + 1.9230769231rem);margin:0;margin-left:-.9615384615rem;margin-right:-.9615384615rem;list-style:none;padding:0}.point__wrap li{padding:0 .9615384615rem;width:50%}.point input{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none}.point input:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.point input:not(:disabled):active,.point input:not(:disabled):focus-within,.point input:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.point input[data-rtl=true]{direction:rtl}.point input::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.point input::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.point input:hover{border-color:var(--theme-elevation-250)}.point input:focus,.point input:focus-within,.point input:active{border-color:var(--theme-elevation-400);outline:0}.point input:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.point input:disabled:hover{border-color:var(--theme-elevation-150)}html[data-theme=light] .point.error input{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=dark] .point.error input{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .point.error input:hover{border-color:var(--theme-error-500)}.radio-input{display:flex;align-items:center;cursor:pointer;margin:.1923076923rem 0;position:relative}.radio-input input[type=radio]{opacity:0;margin:0;position:absolute}.radio-input input[type=radio]:focus+.radio-input__styled-radio{box-shadow:0 0 3px 3px var(--theme-success-400)}.radio-input__styled-radio{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none;width:1.9230769231rem;height:1.9230769231rem;position:relative;padding:0;display:inline-block;border-radius:50%}.radio-input__styled-radio:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.radio-input__styled-radio:not(:disabled):active,.radio-input__styled-radio:not(:disabled):focus-within,.radio-input__styled-radio:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.radio-input__styled-radio[data-rtl=true]{direction:rtl}.radio-input__styled-radio::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.radio-input__styled-radio::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.radio-input__styled-radio:hover{border-color:var(--theme-elevation-250)}.radio-input__styled-radio:focus,.radio-input__styled-radio:focus-within,.radio-input__styled-radio:active{border-color:var(--theme-elevation-400);outline:0}.radio-input__styled-radio:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.radio-input__styled-radio:disabled:hover{border-color:var(--theme-elevation-150)}.radio-input__styled-radio:before{content:" ";display:block;border-radius:100%;background-color:var(--theme-elevation-800);width:calc(100% - 10px);height:calc(100% - 10px);border:5px solid var(--theme-elevation-0);opacity:0}[dir=rtl] .radio-input__label{margin-left:0;margin-right:.9615384615rem}.radio-input__label{margin-left:.9615384615rem}.radio-input--is-selected .radio-input__styled-radio:before{opacity:1}.radio-input:not(.radio-input--is-selected):hover .radio-input__styled-radio{border-color:var(--theme-elevation-250)}.radio-input:not(.radio-input--is-selected):hover .radio-input__styled-radio:before{opacity:.2}.radio-group .tooltip:not([aria-hidden=true]){right:auto;position:static;margin-bottom:.2em;max-width:fit-content}.radio-group--layout-horizontal ul{display:flex;flex-wrap:wrap}.radio-group--layout-horizontal li{flex-shrink:0}[dir=ltr] .radio-group--layout-horizontal li{padding-right:1.9230769231rem}[dir=rtl] .radio-group--layout-horizontal li{padding-left:1.9230769231rem}.radio-group ul{list-style:none;padding:0;margin:0}.radio-group--read-only .radio-input{cursor:default}.radio-group--read-only .radio-input__label{color:var(--theme-elevation-400)}.radio-group--read-only .radio-input--is-selected .radio-input__styled-radio:before{background-color:var(--theme-elevation-100)}.radio-group--read-only .radio-input:not(.radio-input--is-selected):hover .radio-input__styled-radio:before{opacity:0}html[data-theme=light] .radio-group.error .radio-input__styled-radio{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=dark] .radio-group.error .radio-input__styled-radio{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .radio-group.error .radio-input__styled-radio:hover{border-color:var(--theme-error-500)}.relationship-add-new{display:flex;align-items:stretch}.relationship-add-new .popup__trigger-wrap{display:flex;align-items:stretch;height:100%}.relationship-add-new__add-button,.relationship-add-new__add-button.doc-drawer__toggler{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none;position:relative;height:100%;margin-left:-1px;padding:0 .9615384615rem;align-items:center;display:flex;cursor:pointer}.relationship-add-new__add-button:not(:disabled):hover,.relationship-add-new__add-button.doc-drawer__toggler:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.relationship-add-new__add-button:not(:disabled):active,.relationship-add-new__add-button:not(:disabled):focus-within,.relationship-add-new__add-button:not(:disabled):focus,.relationship-add-new__add-button.doc-drawer__toggler:not(:disabled):active,.relationship-add-new__add-button.doc-drawer__toggler:not(:disabled):focus-within,.relationship-add-new__add-button.doc-drawer__toggler:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.relationship-add-new__add-button[data-rtl=true],.relationship-add-new__add-button.doc-drawer__toggler[data-rtl=true]{direction:rtl}.relationship-add-new__add-button::-webkit-input-placeholder,.relationship-add-new__add-button.doc-drawer__toggler::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.relationship-add-new__add-button::-moz-placeholder,.relationship-add-new__add-button.doc-drawer__toggler::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.relationship-add-new__add-button:hover,.relationship-add-new__add-button.doc-drawer__toggler:hover{border-color:var(--theme-elevation-250)}.relationship-add-new__add-button:focus,.relationship-add-new__add-button:focus-within,.relationship-add-new__add-button:active,.relationship-add-new__add-button.doc-drawer__toggler:focus,.relationship-add-new__add-button.doc-drawer__toggler:focus-within,.relationship-add-new__add-button.doc-drawer__toggler:active{border-color:var(--theme-elevation-400);outline:0}.relationship-add-new__add-button:disabled,.relationship-add-new__add-button.doc-drawer__toggler:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.relationship-add-new__add-button:disabled:hover,.relationship-add-new__add-button.doc-drawer__toggler:disabled:hover{border-color:var(--theme-elevation-150)}.field-type.relationship{position:relative}.relationship__wrap{display:flex;width:100%}.relationship__wrap div.react-select{width:100%;min-width:0}.relationship__error-loading{border:1px solid var(--theme-error-500);min-height:3.8461538462rem;padding:.9615384615rem 1.4423076923rem;background-color:var(--theme-error-500);color:var(--theme-elevation-0)}html[data-theme=light] .relationship.error>.relationship__wrap .rs__control{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=light] .relationship.error button.relationship-add-new__add-button{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=dark] .relationship.error>.relationship__wrap .rs__control{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .relationship.error>.relationship__wrap .rs__control:hover{border-color:var(--theme-error-500)}html[data-theme=dark] .relationship.error button.relationship-add-new__add-button{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .relationship.error button.relationship-add-new__add-button:hover{border-color:var(--theme-error-500)}.relationship--multi-value-label__content{margin:0;font-size:11px;line-height:1.5}.relationship--multi-value-label{display:flex}.relationship--multi-value-label__content{padding:0 .2403846154rem 0 .4807692308rem;max-width:150px;color:currentColor;display:flex;align-items:center}.relationship--multi-value-label__text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.relationship--multi-value-label__drawer-toggler{position:relative;display:flex;align-items:center;justify-content:center;margin-left:.4807692308rem;pointer-events:all}.relationship--multi-value-label__drawer-toggler .icon{width:1.4423076923rem;height:1.4423076923rem}.relationship--multi-value-label__drawer-toggler:hover{background-color:var(--theme-elevation-100)}.relationship--multi-value-label__drawer-toggler:focus-visible{outline:var(--accessibility-outline)}.relationship--single-value.rs__single-value{overflow:visible;min-width:0}.relationship--single-value__label-text{max-width:unset;display:flex;align-items:center;overflow:visible;width:100%;flex-shrink:1}.relationship--single-value__text{overflow:hidden;text-overflow:ellipsis}.relationship--single-value__drawer-toggler{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-left:.4807692308rem;pointer-events:all}.relationship--single-value__drawer-toggler .icon{width:1.4423076923rem;height:1.4423076923rem}.relationship--single-value__drawer-toggler:focus-visible{outline:var(--accessibility-outline)}.relationship--single-value__drawer-toggler:hover{background-color:var(--theme-elevation-100)}.relationship--single-value__label{flex-grow:1}.field-type.row .row__fields{display:flex;flex-wrap:wrap;width:calc(100% + var(--base));margin-left:calc(var(--base) * -.5);margin-right:calc(var(--base) * -.5)}.field-type.row .row__fields>*{flex-grow:1;padding-left:calc(var(--base) * .5);padding-right:calc(var(--base) * .5)}@media (max-width: 1024px){.field-type.row .row__fields{display:block;margin-left:0;margin-right:0;width:100%}.field-type.row .row__fields>*{margin-left:0;margin-right:0;width:100%!important;padding-left:0;padding-right:0}}.field-type.select{position:relative}html[data-theme=light] .field-type.select.error .rs__control{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=dark] .field-type.select.error .rs__control{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .field-type.select.error .rs__control:hover{border-color:var(--theme-error-500)}.tabs-field__tab-button{font-family:var(--font-body);font-weight:500}.tabs-field__tab-button{margin:0 0 1.9230769231rem;font-size:1.4423076923rem;line-height:1.5;letter-spacing:-.375px}.tabs-field__tab-button{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.tabs-field__tab-button{display:flex;padding-bottom:1.9230769231rem;margin:0 1.9230769231rem 0 0;cursor:pointer;opacity:.5;position:relative;white-space:nowrap;flex-shrink:0;gap:.9615384615rem}.tabs-field__tab-button:last-child{margin:0}.tabs-field__tab-button:after{content:" ";position:absolute;right:0;bottom:-1px;left:0;height:1px;background:var(--theme-elevation-800);opacity:0}.tabs-field__tab-button:hover{opacity:.75}.tabs-field__tab-button:hover:after{opacity:.2}.tabs-field__tab-button--active{opacity:1!important}.tabs-field__tab-button--active:after{opacity:1!important;height:2px}.tabs-field__tab-button__description{margin-bottom:calc(var(--base) / 2)}@media (max-width: 768px){.tabs-field__tab-button{margin:0 1.4423076923rem 0 0;padding-bottom:.9615384615rem}.tabs-field__tab-button:last-child{margin:0}}html[data-theme=light] .tabs-field__tab-button--has-error{color:var(--theme-error-750)}html[data-theme=light] .tabs-field__tab-button--has-error:after{background:var(--theme-error-500)}html[data-theme=dark] .tabs-field__tab-button--has-error{color:var(--theme-error-500)}html[data-theme=dark] .tabs-field__tab-button--has-error:after{background:var(--theme-error-500)}.tabs-field{margin-top:3.8461538462rem;margin-left:calc(var(--gutter-h) * -1);margin-right:calc(var(--gutter-h) * -1)}.tabs-field__content-wrap{padding-left:var(--gutter-h);padding-right:var(--gutter-h)}.tabs-field--within-collapsible{margin:0 calc(1.9230769231rem * -1)}.tabs-field--within-collapsible .tabs-field__content-wrap{padding-left:1.9230769231rem;padding-right:1.9230769231rem}.tabs-field--within-collapsible .tabs-field__tabs:before,.tabs-field--within-collapsible .tabs-field__tabs:after{content:" ";display:block;width:1.9230769231rem}.tabs-field__tabs-wrap{overflow:auto;margin-bottom:1.9230769231rem}.tabs-field__tabs{border-bottom:1px solid var(--theme-elevation-100);display:inline-flex;min-width:100%;vertical-align:bottom}.tabs-field__tabs:before,.tabs-field__tabs:after{content:" ";display:block;width:var(--gutter-h);flex-shrink:0}.tabs-field__description{margin-bottom:calc(var(--base) / 2)}@media (max-width: 768px){.tabs-field--within-collapsible{margin-left:calc(var(--gutter-h) * -1);margin-right:calc(var(--gutter-h) * -1)}}.field-type.text{position:relative}.field-type.text:not(.has-many) input{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none}.field-type.text:not(.has-many) input:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.field-type.text:not(.has-many) input:not(:disabled):active,.field-type.text:not(.has-many) input:not(:disabled):focus-within,.field-type.text:not(.has-many) input:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.field-type.text:not(.has-many) input[data-rtl=true]{direction:rtl}.field-type.text:not(.has-many) input::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.field-type.text:not(.has-many) input::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.field-type.text:not(.has-many) input:hover{border-color:var(--theme-elevation-250)}.field-type.text:not(.has-many) input:focus,.field-type.text:not(.has-many) input:focus-within,.field-type.text:not(.has-many) input:active{border-color:var(--theme-elevation-400);outline:0}.field-type.text:not(.has-many) input:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.field-type.text:not(.has-many) input:disabled:hover{border-color:var(--theme-elevation-150)}html[data-theme=light] .field-type.text.error input{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=dark] .field-type.text.error input{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .field-type.text.error input:hover{border-color:var(--theme-error-500)}.field-type.textarea{position:relative;display:flex;flex-direction:column}.field-type.textarea .textarea-outer{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none;display:flex;resize:vertical;min-height:5.7692307692rem;height:100%;max-height:calc(100vh - (var(--base) - 1px) - 9.6153846154rem);overflow:hidden}.field-type.textarea .textarea-outer:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.field-type.textarea .textarea-outer:not(:disabled):active,.field-type.textarea .textarea-outer:not(:disabled):focus-within,.field-type.textarea .textarea-outer:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.field-type.textarea .textarea-outer[data-rtl=true]{direction:rtl}.field-type.textarea .textarea-outer::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.field-type.textarea .textarea-outer::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.field-type.textarea .textarea-outer:hover{border-color:var(--theme-elevation-250)}.field-type.textarea .textarea-outer:focus,.field-type.textarea .textarea-outer:focus-within,.field-type.textarea .textarea-outer:active{border-color:var(--theme-elevation-400);outline:0}.field-type.textarea .textarea-outer:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.field-type.textarea .textarea-outer:disabled:hover{border-color:var(--theme-elevation-150)}@media (max-width: 1024px){.field-type.textarea .textarea-outer{max-height:60vh}}.field-type.textarea.read-only .textarea-outer{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.field-type.textarea.read-only .textarea-outer:hover{border-color:var(--theme-elevation-150);box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405}.field-type.textarea .textarea-inner{display:block;position:relative;line-height:inherit;flex-grow:1;background:none;outline:none}.field-type.textarea .textarea-element{position:absolute;top:0;left:0;width:100%;height:100%;border:inherit;padding:inherit;font:inherit;line-height:inherit;color:inherit;background:none;overflow:auto;resize:none;outline:none;text-transform:inherit}.field-type.textarea .textarea-element::-webkit-scrollbar{display:none}.field-type.textarea .textarea-element[data-rtl=true]{direction:rtl}.field-type.textarea .textarea-clone{vertical-align:top;display:inline-block;flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;pointer-events:none}.field-type.textarea .textarea-clone:before{content:attr(data-value) " ";visibility:hidden;opacity:0;white-space:pre-wrap;overflow-wrap:break-word}.field-type.textarea .textarea-clone:after{content:attr(data-after);opacity:.5}@media (max-width: 1024px){.field-type.textarea{padding:0}}html[data-theme=light] .field-type.textarea.error .textarea-outer{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=dark] .field-type.textarea.error .textarea-outer{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .field-type.textarea.error .textarea-outer:hover{border-color:var(--theme-error-500)}.dropzone{position:relative;display:flex;align-items:center;gap:1.9230769231rem;padding:3.8461538462rem;background:var(--theme-elevation-100);border:1px dotted var(--theme-elevation-400);height:100%;width:100%}.dropzone .btn{margin:0}.dropzone.dragging{border-color:var(--theme-success-500);background:var(--theme-success-150)}.dropzone.dragging *{pointer-events:none}.dropzone__label{margin:0;text-transform:lowercase}.dropzone__hidden-input{position:absolute;pointer-events:none;visibility:hidden}@media (max-width: 1024px){.dropzone{display:block;text-align:center}.dropzone .btn{margin:0 auto;width:100%;max-width:200px}.dropzone__label{display:none}}.edit-upload{--edit-upload-cell-spacing: calc(var(--base) * 1.5);--edit-upload-sidebar-width: calc(350px + var(--gutter-h));height:100%;margin-right:calc(var(--gutter-h) * -1);margin-left:calc(var(--gutter-h) * -1)}.edit-upload__header{height:9.6153846154rem;border-bottom:1px solid var(--theme-elevation-150);padding:0 var(--gutter-h);display:flex;justify-content:space-between;align-items:center}.edit-upload__header h2{margin:0;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}[dir=rtl] .edit-upload__actions{margin-right:auto;margin-left:unset}.edit-upload__actions{min-width:350px;margin-left:auto;padding:.9615384615rem 0 .9615384615rem 2.8846153846rem;justify-content:flex-end;display:flex;gap:1.9230769231rem;text-wrap:nowrap}.edit-upload__toolWrap{display:flex;justify-content:flex-end;height:calc(100% - 9.6153846154rem)}.edit-upload .ReactCrop__selection-addon,.edit-upload__crop-window{height:100%;width:100%}.edit-upload__focal-wrapper{position:relative;display:inline-flex;max-height:100%}.edit-upload__draggable-container{position:absolute;inset:0;pointer-events:none}.edit-upload__draggable-container--dragging{pointer-events:all}.edit-upload__draggable-container--dragging .edit-upload__focalPoint{cursor:grabbing}.edit-upload__draggable{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor;position:absolute}.edit-upload__focalPoint{position:absolute;top:50%;left:50%;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:grab;width:50px;height:50px;transform:translate3d(-50%,-50%,0);pointer-events:all}.edit-upload__focalPoint svg{position:absolute;inset:0;background:#00000080;border-radius:100%;width:3.8461538462rem;height:3.8461538462rem;color:#fff}.edit-upload__crop,.edit-upload__focalOnly{padding:2.8846153846rem 2.8846153846rem 2.8846153846rem 0}.edit-upload__crop{padding:var(--edit-upload-cell-spacing);padding-left:var(--gutter-h);display:flex;align-items:flex-start;height:100%}.edit-upload__imageWrap{position:relative}.edit-upload__point{cursor:move;position:absolute;background:#00000080;border-radius:100%}.edit-upload__point svg{width:3.8461538462rem;height:3.8461538462rem}.edit-upload__sidebar{border-left:1px solid var(--theme-elevation-150);padding-top:var(--edit-upload-cell-spacing);min-width:var(--edit-upload-sidebar-width)}.edit-upload__sidebar>div:first-child{margin-bottom:1.9230769231rem}.edit-upload__groupWrap{display:flex;flex-direction:column;gap:.9615384615rem;padding-right:var(--gutter-h);padding-left:var(--edit-upload-cell-spacing);width:100%}.edit-upload__groupWrap+.edit-upload__groupWrap{padding-top:var(--edit-upload-cell-spacing);margin-top:var(--edit-upload-cell-spacing);border-top:1px solid var(--theme-elevation-150)}.edit-upload__inputsWrap,.edit-upload__titleWrap{display:flex;gap:1.9230769231rem}.edit-upload__titleWrap{justify-content:space-between;align-items:center}.edit-upload__titleWrap h3{margin:0}.edit-upload__reset{height:fit-content;border-radius:var(--style-radius-s);background-color:var(--theme-elevation-150);padding:0 .4807692308rem}.edit-upload__input{flex:1}.edit-upload__input input{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none}.edit-upload__input input:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.edit-upload__input input:not(:disabled):active,.edit-upload__input input:not(:disabled):focus-within,.edit-upload__input input:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.edit-upload__input input[data-rtl=true]{direction:rtl}.edit-upload__input input::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.edit-upload__input input::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.edit-upload__input input:hover{border-color:var(--theme-elevation-250)}.edit-upload__input input:focus,.edit-upload__input input:focus-within,.edit-upload__input input:active{border-color:var(--theme-elevation-400);outline:0}.edit-upload__input input:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.edit-upload__input input:disabled:hover{border-color:var(--theme-elevation-150)}@media (max-width: 1024px){.edit-upload{--edit-upload-cell-spacing: var(--gutter-h)}.edit-upload__sidebar{padding-left:0;border-left:0;width:100%}.edit-upload__toolWrap{flex-direction:column-reverse}}@media (max-width: 768px){.edit-upload{flex-direction:column}.edit-upload__focalPoint{border-right:none;padding:1.9230769231rem 0}.edit-upload__inputsWrap{flex-direction:column;gap:1.9230769231rem}.edit-upload__sidebar{min-width:0}}.file-meta__url{display:flex}.file-meta__url a{font-weight:600;text-decoration:none}.file-meta__url a:hover,.file-meta__url a:focus-visible{text-decoration:underline}.file-meta__size-type,.file-meta__url a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-meta__edit{position:relative}.preview-sizes{margin:3.8461538462rem calc(var(--gutter-h) * -1) 0 calc(var(--gutter-h) * -1);border-top:1px solid var(--theme-elevation-150);max-height:calc(100vh - 11.5384615385rem);height:100%;display:flex;flex-direction:row}.preview-sizes__imageWrap{min-width:60%;border-right:1px solid var(--theme-elevation-150)}.preview-sizes__preview{max-height:calc(100% - 11.5384615385rem);padding:2.8846153846rem 2.8846153846rem 2.8846153846rem var(--gutter-h);object-fit:contain}.preview-sizes__meta{border-bottom:1px solid var(--theme-elevation-150);padding:1.9230769231rem var(--gutter-h);display:flex;flex-wrap:wrap;column-gap:1.9230769231rem}.preview-sizes__meta .file-meta{display:flex;flex-wrap:wrap;column-gap:1.9230769231rem;text-wrap:wrap;width:100%}.preview-sizes__meta .file-meta__url{width:100%}.preview-sizes__sizeName,.preview-sizes .file-meta__size-type{color:var(--theme-elevation-600)}.preview-sizes__listWrap{padding-right:var(--gutter-h);overflow-y:scroll}.preview-sizes__listWrap::-webkit-scrollbar{width:0}.preview-sizes__listWrap:after{content:"";display:block;position:sticky;bottom:0;left:0;height:7.6923076923rem;width:100%;background:linear-gradient(180deg,transparent 0,var(--theme-bg) 100%);pointer-events:none}.preview-sizes__list{list-style:none;display:flex;flex-direction:column;gap:.9615384615rem;margin:0;padding:2.8846153846rem 0 2.8846153846rem 2.8846153846rem}.preview-sizes__sizeOption{padding:.9615384615rem;display:flex;gap:1.9230769231rem;cursor:pointer;transition:background-color .2s ease-in-out}.preview-sizes__sizeOption:hover,.preview-sizes--selected{background-color:var(--theme-elevation-100)}.preview-sizes__image{display:flex;width:30%;min-width:30%;align-items:center;justify-content:center}.preview-sizes__sizeMeta{padding:.9615384615rem 0}.preview-sizes__sizeName,.preview-sizes__sizeMeta{overflow:hidden;text-overflow:ellipsis}@media (max-width: 1024px){.preview-sizes{margin-top:1.9230769231rem;max-height:calc(100vh - 7.6923076923rem)}}@media (max-width: 768px){.preview-sizes{margin-top:0;max-height:calc(100vh - 6.7307692308rem);flex-direction:column;justify-content:space-between}.preview-sizes__imageWrap{height:60%;border:none}.preview-sizes__list,.preview-sizes__preview{padding:calc(var(--gutter-h) * 2) var(--gutter-h)}.preview-sizes__preview{max-height:calc(100% - 7.6923076923rem)}.preview-sizes__sizeOption{padding:.4807692308rem}.preview-sizes__listWrap{border-top:1px solid var(--theme-elevation-150);height:40%}}.thumbnail{min-height:100%;flex-shrink:0;align-self:stretch;overflow:hidden}.thumbnail img,.thumbnail svg{width:100%;height:100%;object-fit:cover}.thumbnail--size-expand{max-height:100%;width:100%;padding-top:100%;position:relative}.thumbnail--size-expand img,.thumbnail--size-expand svg{position:absolute;top:0}.thumbnail--size-large{max-height:17.3076923077rem;width:17.3076923077rem}.thumbnail--size-medium{max-height:13.4615384615rem;width:13.4615384615rem}.thumbnail--size-small{max-height:9.6153846154rem;width:9.6153846154rem}@media (max-width: 1440px){.thumbnail .thumbnail{width:9.6153846154rem}}.file-field{position:relative;margin-bottom:var(--base);background:var(--theme-elevation-50)}.file-field__upload{display:flex}.file-field .tooltip.error-message{z-index:3;bottom:calc(100% - .9615384615rem)}.file-field__file-selected{display:flex}.file-field__thumbnail-wrap{position:relative;width:150px}.file-field__thumbnail-wrap .thumbnail{position:relative;width:100%;height:100%;object-fit:contain}.file-field__remove{margin:calc(1.9230769231rem * 1.5) 1.9230769231rem 1.9230769231rem 0;place-self:flex-start}.file-field__file-adjustments,.file-field__remote-file-wrap{padding:1.9230769231rem;width:100%;display:flex;flex-direction:column;gap:calc(var(--base) / 2)}.file-field__filename,.file-field__remote-file{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none;background-color:var(--theme-bg)}.file-field__filename:not(:disabled):hover,.file-field__remote-file:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.file-field__filename:not(:disabled):active,.file-field__filename:not(:disabled):focus-within,.file-field__filename:not(:disabled):focus,.file-field__remote-file:not(:disabled):active,.file-field__remote-file:not(:disabled):focus-within,.file-field__remote-file:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.file-field__filename[data-rtl=true],.file-field__remote-file[data-rtl=true]{direction:rtl}.file-field__filename::-webkit-input-placeholder,.file-field__remote-file::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.file-field__filename::-moz-placeholder,.file-field__remote-file::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.file-field__filename:hover,.file-field__remote-file:hover{border-color:var(--theme-elevation-250)}.file-field__filename:focus,.file-field__filename:focus-within,.file-field__filename:active,.file-field__remote-file:focus,.file-field__remote-file:focus-within,.file-field__remote-file:active{border-color:var(--theme-elevation-400);outline:0}.file-field__filename:disabled,.file-field__remote-file:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.file-field__filename:disabled:hover,.file-field__remote-file:disabled:hover{border-color:var(--theme-elevation-150)}.file-field__upload-actions,.file-field__add-file-wrap{display:flex;gap:calc(var(--base) / 2);flex-wrap:wrap}.file-field__upload-actions button,.file-field__add-file-wrap button{cursor:pointer;background-color:var(--theme-elevation-150);border:none;border-radius:3px;padding:.4807692308rem .9615384615rem;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}.file-field__upload-actions button:hover,.file-field__add-file-wrap button:hover{background-color:var(--theme-elevation-100)}.file-field__previewDrawer h2{margin:0 1.9230769231rem 0 0;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 3.8461538462rem)}@media (max-width: 768px){.file-field__upload{flex-wrap:wrap;justify-content:space-between}.file-field__remove{margin:1.9230769231rem;order:2}.file-field__file-adjustments{order:3;border-top:2px solid var(--theme-elevation-0);padding:calc(1.9230769231rem * .5);gap:0}.file-field__thumbnail-wrap{order:1;width:50%}.file-field__thumbnail-wrap .thumbnail{width:100%}.file-field__edit{display:none}}.file-details{background-color:var(--theme-elevation-50)}.file-details header{display:flex;align-items:flex-start;border-bottom:1px solid var(--theme-elevation-0)}.file-details__remove{margin:1.9230769231rem 1.9230769231rem 1.9230769231rem 0}.file-details__main-detail{padding:1.9230769231rem 2.8846153846rem;width:auto;flex-grow:1;min-width:0;display:flex;flex-direction:column;align-self:center;gap:.4807692308rem}.file-details__toggle-more-info{font-weight:600;text-decoration:none}.file-details__toggle-more-info:hover,.file-details__toggle-more-info:focus-visible{text-decoration:underline}.file-details__toggle-icon{padding:calc(var(--base) / 4)}.file-details__sizes{margin:0;padding:2.8846153846rem 1.9230769231rem 0;list-style:none;display:flex;flex-wrap:wrap}.file-details__sizes li{width:50%;padding:0 .9615384615rem;margin-bottom:1.9230769231rem}.file-details__size-label{color:var(--theme-elevation-400)}.file-details__file-mutation{display:flex;margin-top:.4807692308rem;gap:calc(var(--base) / 2)}.file-details__edit{cursor:pointer;background-color:var(--theme-elevation-150);border:none;border-radius:3px;padding:.4807692308rem .9615384615rem}.file-details__edit:hover{background-color:var(--theme-elevation-100)}@media (max-width: 1440px){.file-details__main-detail{padding:1.9230769231rem}.file-details__sizes{display:block;padding:1.9230769231rem 1.9230769231rem .9615384615rem}.file-details__sizes li{padding:0;width:100%}}@media (max-width: 1024px){.file-details header{flex-wrap:wrap}.file-details .thumbnail{width:50%;order:1}.file-details__remove{order:2;margin-left:auto;margin-right:1.9230769231rem}.file-details__main-detail{border-top:2px solid var(--theme-elevation-0);order:3;width:100%}}.loading-overlay{isolation:isolate;height:100%;width:100%;left:0;top:0;bottom:0;position:fixed;display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:none;z-index:calc(var(--z-status) + 1);transition-property:left,width;transition:.25s ease}.loading-overlay.loading-overlay--entering{opacity:1;animation:fade-in ease;pointer-events:all}.loading-overlay.loading-overlay--exiting{opacity:0;animation:fade-out ease}.loading-overlay:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--theme-elevation-0);opacity:.85;z-index:-1}.loading-overlay__bars{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:7px;align-items:center}.loading-overlay__bar{width:2px;background-color:currentColor;height:15px}.loading-overlay__bar:nth-child(1){transform:translateY(0);animation:animate-bar--odd 1.25s infinite}.loading-overlay__bar:nth-child(2){transform:translateY(-2px);animation:animate-bar--even 1.25s infinite}.loading-overlay__bar:nth-child(3){transform:translateY(0);animation:animate-bar--odd 1.25s infinite}.loading-overlay__bar:nth-child(4){transform:translateY(-2px);animation:animate-bar--even 1.25s infinite}.loading-overlay__bar:nth-child(5){transform:translateY(0);animation:animate-bar--odd 1.25s infinite}.loading-overlay__text{margin-top:1.4423076923rem;text-transform:uppercase;font-family:var(--font-body);font-size:1.25rem;letter-spacing:3px}@keyframes animate-bar--even{0%{transform:translateY(2px)}50%{transform:translateY(-2px)}to{transform:translateY(2px)}}@keyframes animate-bar--odd{0%{transform:translateY(-2px)}50%{transform:translateY(2px)}to{transform:translateY(-2px)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.select-all__checkbox{display:block}.select-row__checkbox{display:block}.sort-column{display:flex;gap:calc(var(--base) / 4);align-items:center}.sort-column__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sort-column__label,.sort-column .btn{vertical-align:middle;display:inline-block}.sort-column__label{cursor:default}.sort-column__buttons{display:flex;align-items:center}.sort-column__button{margin:0;opacity:.3;padding:calc(var(--base) / 4);display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;outline:none;cursor:pointer}.sort-column__button.sort-column--active{opacity:1;visibility:visible}.sort-column__button:hover{opacity:.7}.sort-column:hover .btn{opacity:.4;visibility:visible}.code-cell{font-size:1rem;line-height:1.9230769231rem;border:0;display:inline-flex;vertical-align:middle;background:var(--theme-elevation-150);border-radius:3px;padding:0 .4807692308rem;background:var(--theme-elevation-100);color:var(--theme-elevation-800)}[dir=ltr] .code-cell{padding-left:.6490384615rem}[dir=rtl] .code-cell{padding-right:.6490384615rem}.code-cell:hover{text-decoration:inherit}.bool-cell{font-size:1rem;line-height:1.9230769231rem;border:0;display:inline-flex;vertical-align:middle;background:var(--theme-elevation-150);border-radius:3px;padding:0 .4807692308rem;background:var(--theme-elevation-100);color:var(--theme-elevation-800)}[dir=ltr] .bool-cell{padding-left:.6490384615rem}[dir=rtl] .bool-cell{padding-right:.6490384615rem}.file{display:flex;flex-wrap:nowrap;margin:-.4807692308rem 0}.file__thumbnail{display:inline-block;max-width:5.7692307692rem;height:5.7692307692rem}.file__filename{align-self:center}[dir=ltr] .file__filename{margin-left:1.9230769231rem}[dir=rtl] .file__filename{margin-right:1.9230769231rem}.json-cell{font-size:1rem;line-height:1.9230769231rem;border:0;display:inline-flex;vertical-align:middle;background:var(--theme-elevation-150);border-radius:3px;padding:0 .4807692308rem;background:var(--theme-elevation-100);color:var(--theme-elevation-800)}[dir=ltr] .json-cell{padding-left:.6490384615rem}[dir=rtl] .json-cell{padding-right:.6490384615rem}.relationship-cell{min-width:250px}.list-drawer__header{margin-top:4.8076923077rem;width:100%}@media (max-width: 1024px){.list-drawer__header{margin-top:2.8846153846rem}}.list-drawer__header-wrap{display:flex;gap:1.9230769231rem}.list-drawer__header-content{display:flex;flex-wrap:wrap;flex-grow:1;align-items:flex-start}.list-drawer__header-content button .pill{pointer-events:none;margin:0;top:4px;margin-left:.9615384615rem}.list-drawer__header-text{margin:0}.list-drawer__header-close{flex-shrink:0}.list-drawer__toggler{background:transparent;border:0;padding:0;cursor:pointer;color:inherit}.list-drawer__toggler:focus:not(:focus-visible),.list-drawer__toggler:focus-within:not(:focus-visible){outline:none}.list-drawer__toggler:disabled{pointer-events:none}.list-drawer__header-close{border:0;background-color:transparent;padding:0;margin:0;cursor:pointer;overflow:hidden;width:1.9230769231rem;height:1.9230769231rem}.list-drawer__header-close svg{width:5.2884615385rem;height:5.2884615385rem;position:relative;left:-1.5865384615rem;top:-1.5865384615rem}.list-drawer__header-close svg .stroke{stroke-width:2px;vector-effect:non-scaling-stroke}.list-drawer__select-collection-wrap{margin-top:1.9230769231rem}.list-drawer__first-cell{border:0;background-color:transparent;padding:0;cursor:pointer;text-decoration:underline;text-align:left;white-space:nowrap}@media (max-width: 1024px){.list-drawer .collection-list__header{margin-bottom:.9615384615rem}.list-drawer__select-collection-wrap{margin-top:calc(var(--base) / 2)}.list-drawer__header-content button .pill{top:2px}}.upload{position:relative;max-width:100%}.upload__wrap{background:var(--theme-elevation-50);padding:1.9230769231rem}.upload__buttons{margin:-.4807692308rem;width:calc(100% + .9615384615rem);flex-wrap:wrap;display:flex;align-items:center;gap:.4807692308rem}.upload__buttons .btn{margin:0}.upload__toggler{min-width:13.4615384615rem}@media (max-width: 1024px){.upload__wrap{padding:1.4423076923rem}.upload__toggler{width:calc(100% - .9615384615rem)}}html[data-theme=light] .upload.error .upload__wrap{background-color:var(--theme-error-50);border:1px solid var(--theme-error-500)}html[data-theme=light] .upload.error .btn--style-secondary{background-color:var(--theme-error-100);box-shadow:inset 0 0 0 1px var(--theme-error-500)}html[data-theme=dark] .upload.error .upload__wrap{background-color:var(--theme-error-100);border:1px solid var(--theme-error-400)}html[data-theme=dark] .upload.error .upload__wrap:hover{border-color:var(--theme-error-500)}html[data-theme=dark] .upload.error .btn--style-secondary{background-color:var(--theme-error-150);box-shadow:inset 0 0 0 1px var(--theme-error-500)}.field-type__wrap{position:relative}.render-fields,.render-fields--margins-small{--spacing-field: var(--base)}.render-fields--margins-none{--spacing-field: 0}.render-fields>.field-type{margin-bottom:var(--spacing-field);position:relative}.render-fields>.field-type[type=hidden]{margin-bottom:0}.render-fields>.field-type:first-child{margin-top:0}.render-fields>.field-type:last-child{margin-bottom:0}.render-fields:not(.render-fields--margins-small)>.field-type.group-field,.render-fields:not(.render-fields--margins-small)>.field-type.blocks-field,.render-fields:not(.render-fields--margins-small)>.field-type.array-field,.render-fields:not(.render-fields--margins-small)>.field-type.collapsible-field,.render-fields:not(.render-fields--margins-small)>.field-type.rich-text{margin-top:calc(var(--spacing-field) * 2);margin-bottom:calc(var(--spacing-field) * 2)}.render-fields:not(.render-fields--margins-small)>.field-type.group-field:first-child,.render-fields:not(.render-fields--margins-small)>.field-type.blocks-field:first-child,.render-fields:not(.render-fields--margins-small)>.field-type.array-field:first-child,.render-fields:not(.render-fields--margins-small)>.field-type.collapsible-field:first-child,.render-fields:not(.render-fields--margins-small)>.field-type.rich-text:first-child{margin-top:0}.render-fields:not(.render-fields--margins-small)>.field-type.group-field:last-child,.render-fields:not(.render-fields--margins-small)>.field-type.blocks-field:last-child,.render-fields:not(.render-fields--margins-small)>.field-type.array-field:last-child,.render-fields:not(.render-fields--margins-small)>.field-type.collapsible-field:last-child,.render-fields:not(.render-fields--margins-small)>.field-type.rich-text:last-child{margin-bottom:0}@media (max-width: 768px){.render-fields{--spacing-field: calc(var(--base) / 2)}}.document-fields{width:100%;display:flex;--doc-sidebar-width: 325px}.document-fields--has-sidebar .document-fields__main{width:66.66%}[dir=ltr] .document-fields--has-sidebar .document-fields__edit{top:0;right:0;border-right:1px solid var(--theme-elevation-100);padding-right:calc(var(--base) * 2)}[dir=rtl] .document-fields--has-sidebar .document-fields__edit{top:0;left:0;border-left:1px solid var(--theme-elevation-100);padding-left:calc(var(--base) * 2)}.document-fields--has-sidebar .document-fields__fields>.tabs-field,.document-fields--has-sidebar .document-fields__fields>.group-field{margin-right:calc(var(--base) * -2)}.document-fields__main{width:100%;display:flex;flex-direction:column;min-height:100%;flex-grow:1}.document-fields__edit{padding-top:calc(var(--base) * 1.5);padding-bottom:var(--spacing-view-bottom);flex-grow:1}.document-fields__sidebar-wrap{position:sticky;top:var(--doc-controls-height);width:33.33%;height:calc(100vh - var(--doc-controls-height));min-width:var(--doc-sidebar-width);flex-shrink:0}.document-fields__sidebar{width:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column;min-height:100%}.document-fields__sidebar-fields{display:flex;flex-direction:column;gap:var(--base);padding-top:calc(var(--base) * 1.5);padding-left:calc(var(--base) * 2);padding-right:var(--gutter-h);padding-bottom:var(--spacing-view-bottom)}.document-fields__label{color:var(--theme-elevation-400)}.document-fields--force-sidebar-wrap{display:block}.document-fields--force-sidebar-wrap .document-fields__main{width:100%;min-height:initial}.document-fields--force-sidebar-wrap .document-fields__sidebar-wrap{position:static;width:100%;height:initial;border-left:0}.document-fields--force-sidebar-wrap .document-fields__sidebar{padding-bottom:6.7307692308rem;overflow:visible}.document-fields--force-sidebar-wrap .document-fields__sidebar-fields{padding-top:0;padding-left:var(--gutter-h);padding-bottom:0}@media (max-width: 1024px){.document-fields{display:block}.document-fields--has-sidebar .document-fields__main{width:100%}[dir=ltr] .document-fields--has-sidebar .document-fields__edit{border-right:0;padding-right:var(--gutter-h)}[dir=rtl] .document-fields--has-sidebar .document-fields__edit{border-left:0;padding-left:var(--gutter-h)}.document-fields--has-sidebar .document-fields__fields>.tabs-field,.document-fields--has-sidebar .document-fields__fields>.group-field{margin-right:calc(var(--gutter-h) * -1)}.document-fields__main{width:100%;min-height:initial}.document-fields__sidebar-wrap{position:static;width:100%;height:initial;border-left:0}.document-fields__form{display:block}.document-fields__sidebar-fields{padding-top:0;padding-left:var(--gutter-h);padding-right:var(--gutter-h);padding-bottom:0;gap:.9615384615rem}[dir=ltr] .document-fields__sidebar-fields{padding-right:var(--gutter-h)}[dir=rtl] .document-fields__sidebar-fields{padding-left:var(--gutter-h)}.document-fields__sidebar{padding-bottom:6.7307692308rem;overflow:visible}}@media (max-width: 768px){.document-fields__sidebar-wrap{min-width:initial;width:100%}.document-fields__edit{padding-top:calc(var(--base) / 2)}}.field-select{margin-bottom:1.9230769231rem}.edit-many__toggle{font-size:1rem;line-height:1.9230769231rem;display:inline-flex;background:var(--theme-elevation-150);color:var(--theme-elevation-800);border-radius:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:0;padding:0 .4807692308rem;align-items:center;cursor:pointer;text-decoration:none}.edit-many__toggle:active,.edit-many__toggle:focus{outline:none}.edit-many__toggle:hover,.edit-many__toggle:active{background:var(--theme-elevation-100)}.edit-many__form{height:100%}.edit-many__main{width:calc(100% - 28.8461538462rem);display:flex;flex-direction:column;min-height:100%}.edit-many__header{display:flex;margin-top:4.8076923077rem;margin-bottom:1.9230769231rem;width:100%}.edit-many__header__title{margin:0;flex-grow:1}.edit-many__header__close{border:0;background-color:transparent;padding:0;cursor:pointer;overflow:hidden;width:1.9230769231rem;height:1.9230769231rem}.edit-many__header__close svg{width:5.2884615385rem;height:5.2884615385rem;position:relative;top:-1.5865384615rem}[dir=ltr] .edit-many__header__close svg{left:-1.5865384615rem}[dir=rtl] .edit-many__header__close svg{right:-1.5865384615rem}.edit-many__header__close svg .stroke{stroke-width:2px;vector-effect:non-scaling-stroke}.edit-many__edit{padding-top:1.9230769231rem;padding-bottom:3.8461538462rem;flex-grow:1}[dir=rtl] .edit-many__sidebar-wrap{left:0;border-right:1px solid var(--theme-elevation-100);right:auto}.edit-many__sidebar-wrap{position:fixed;width:28.8461538462rem;height:100%;top:0;right:0;overflow:visible;border-left:1px solid var(--theme-elevation-100)}.edit-many__sidebar{width:100%;height:100%;overflow-y:auto}.edit-many__sidebar-sticky-wrap{display:flex;flex-direction:column;min-height:100%}[dir=ltr] .edit-many__collection-actions,[dir=ltr] .edit-many__meta,[dir=ltr] .edit-many__sidebar-fields{padding-left:2.8846153846rem}[dir=rtl] .edit-many__collection-actions,[dir=rtl] .edit-many__meta,[dir=rtl] .edit-many__sidebar-fields{padding-right:2.8846153846rem}.edit-many__document-actions{padding-right:1.9230769231rem;position:sticky;top:0;z-index:var(--z-nav)}.edit-many__document-actions>*{position:relative;z-index:1}@media (max-width: 1024px){.edit-many__document-actions:before,.edit-many__document-actions:after{content:" ";position:absolute;inset:0}.edit-many__document-actions:before{background:var(--theme-bg);opacity:.75}.edit-many__document-actions:after{backdrop-filter:blur(8px)}}.edit-many__document-actions{display:flex;flex-wrap:wrap;padding:1.9230769231rem;gap:.9615384615rem}.edit-many__document-actions .form-submit{width:calc(50% - 1.9230769231rem)}@media (max-width: 1024px){.edit-many__document-actions .form-submit{width:auto;flex-grow:1}}.edit-many__document-actions .form-submit .btn{width:100%;padding-left:.9615384615rem;padding-right:.9615384615rem;margin-bottom:0}@media (max-width: 1024px){.edit-many__main{width:100%;min-height:initial}.edit-many__sidebar-wrap{position:static;width:100%;height:initial}.edit-many__form{display:block}.edit-many__edit{padding-top:0;padding-bottom:0}.edit-many__document-actions{position:fixed;inset:auto 0 0;z-index:var(--z-nav)}.edit-many__document-actions,.edit-many__sidebar-fields{padding-left:var(--gutter-h);padding-right:var(--gutter-h)}}.generate-confirmation{display:flex;align-items:center;justify-content:center;height:100%}.generate-confirmation:before,.generate-confirmation:after{content:" ";position:absolute;inset:0}.generate-confirmation:before{background:var(--theme-bg);opacity:.75}.generate-confirmation:after{backdrop-filter:blur(8px)}.generate-confirmation__template{position:relative;z-index:1}.generate-confirmation .btn{margin-right:1.9230769231rem}.column-selector{display:flex;flex-wrap:wrap;background:var(--theme-elevation-50);padding:1.9230769231rem 1.9230769231rem .9615384615rem}.column-selector__column{margin-right:.9615384615rem;margin-bottom:.9615384615rem;background-color:transparent;box-shadow:0 0 0 1px var(--theme-elevation-200)}.column-selector__column.column-selector__column--active{background-color:var(--theme-elevation-150)}.column-selector .pill__icon{padding:0}@media (max-width: 768px){.column-selector{padding:calc(var(--base) / 2) calc(var(--base) / 2) 0}}.publish-many{display:flex;align-items:center;height:100%}.publish-many:before,.publish-many:after{content:" ";position:absolute;inset:0}.publish-many:before{background:var(--theme-bg);opacity:.75}.publish-many:after{backdrop-filter:blur(8px)}.publish-many__template{z-index:1;position:relative}.publish-many .btn{margin-right:1.9230769231rem}[dir=rtl] .search-filter svg{right:.9615384615rem;left:0}[dir=rtl] .search-filter__input{padding-right:3.8461538462rem;padding-left:0}.search-filter{position:relative}.search-filter svg{position:absolute;top:50%;transform:translateY(-50%);left:.9615384615rem}.search-filter__input{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;-webkit-appearance:none;box-shadow:none;padding:.9615384615rem 1.4423076923rem .9615384615rem 3.8461538462rem;background-color:var(--theme-elevation-50);border:none}.search-filter__input:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.search-filter__input:not(:disabled):active,.search-filter__input:not(:disabled):focus-within,.search-filter__input:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.search-filter__input[data-rtl=true]{direction:rtl}.search-filter__input::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.search-filter__input::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.search-filter__input:hover{border-color:var(--theme-elevation-250)}.search-filter__input:focus,.search-filter__input:focus-within,.search-filter__input:active{border-color:var(--theme-elevation-400);outline:0}.search-filter__input:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.search-filter__input:disabled:hover{border-color:var(--theme-elevation-150)}.search-filter__input:not(:disabled):hover,.search-filter__input:not(:disabled):focus{box-shadow:none}.unpublish-many{display:flex;align-items:center;height:100%}.unpublish-many:before,.unpublish-many:after{content:" ";position:absolute;inset:0}.unpublish-many:before{background:var(--theme-bg);opacity:.75}.unpublish-many:after{backdrop-filter:blur(8px)}.unpublish-many__template{z-index:1;position:relative}.unpublish-many .btn{margin-right:1.9230769231rem}.condition-value-number{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none}.condition-value-number:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.condition-value-number:not(:disabled):active,.condition-value-number:not(:disabled):focus-within,.condition-value-number:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.condition-value-number[data-rtl=true]{direction:rtl}.condition-value-number::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.condition-value-number::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.condition-value-number:hover{border-color:var(--theme-elevation-250)}.condition-value-number:focus,.condition-value-number:focus-within,.condition-value-number:active{border-color:var(--theme-elevation-400);outline:0}.condition-value-number:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.condition-value-number:disabled:hover{border-color:var(--theme-elevation-150)}.condition-value-relationship__error-loading{border:1px solid var(--theme-error-600);min-height:3.8461538462rem;padding:.9615384615rem 1.4423076923rem;background-color:var(--theme-error-100);color:var(--theme-elevation-0)}.condition-value-text{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);background:var(--theme-input-bg);color:var(--theme-elevation-800);border-radius:0;font-size:1rem;height:3.8461538462rem;line-height:1.9230769231rem;padding:.9615384615rem 1.4423076923rem;-webkit-appearance:none}.condition-value-text:not(:disabled):hover{box-shadow:0 2px 3px #00020421,0 6px 4px -4px #0002041a}.condition-value-text:not(:disabled):active,.condition-value-text:not(:disabled):focus-within,.condition-value-text:not(:disabled):focus{box-shadow:0 2px 3px #00020429,0 6px 4px -4px #00020421}.condition-value-text[data-rtl=true]{direction:rtl}.condition-value-text::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.condition-value-text::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.condition-value-text:hover{border-color:var(--theme-elevation-250)}.condition-value-text:focus,.condition-value-text:focus-within,.condition-value-text:active{border-color:var(--theme-elevation-400);outline:0}.condition-value-text:disabled{background:var(--theme-elevation-200);color:var(--theme-elevation-450)}.condition-value-text:disabled:hover{border-color:var(--theme-elevation-150)}.condition__wrap{display:flex;align-items:center;gap:var(--base)}.condition__inputs{display:flex;flex-grow:1;align-items:center;gap:var(--base)}.condition__inputs>div{flex-basis:100%}.condition__field .field-label{padding-bottom:0}.condition__actions{flex-shrink:0;display:flex;gap:calc(var(--base) / 2);padding:calc(var(--base) / 2) 0}.condition .btn{vertical-align:middle;margin:0}@media (max-width: 1024px){.condition__wrap{align-items:initial;gap:calc(var(--base) / 2)}.condition__inputs{flex-direction:column;gap:calc(var(--base) / 2);align-items:stretch}.condition__actions{display:flex;flex-direction:column;justify-content:space-between}}.where-builder{background:var(--theme-elevation-50);padding:var(--base);display:flex;flex-direction:column;gap:calc(var(--base) / 2)}.where-builder .btn{margin:0;align-self:flex-start}.where-builder__no-filters{display:flex;flex-direction:column;gap:calc(var(--base) / 2)}.where-builder__or-filters,.where-builder__and-filters{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(var(--base) / 2)}.where-builder__or-filters li,.where-builder__and-filters li{display:flex;flex-direction:column;gap:calc(var(--base) / 2)}@media (max-width: 768px){.where-builder{padding:calc(var(--base) / 2)}}.list-controls__wrap{display:flex;align-items:center;background-color:var(--theme-elevation-50)}.list-controls .search-filter{flex-grow:1}.list-controls .search-filter input{margin:0}.list-controls__buttons-wrap{display:flex;align-items:center;gap:.9615384615rem}[dir=ltr] .list-controls__buttons-wrap{margin-right:.9615384615rem}[dir=rtl] .list-controls__buttons-wrap{margin-left:.9615384615rem}.list-controls__buttons-wrap .pill{background-color:var(--theme-elevation-200)}.list-controls__buttons-wrap .pill:hover{background-color:var(--theme-elevation-150)}.list-controls__buttons-active svg{transform:rotate(180deg)}.list-controls .column-selector,.list-controls .where-builder,.list-controls .sort-complex{margin-top:1.9230769231rem}@media (max-width: 768px){.list-controls__wrap{flex-wrap:wrap;background-color:unset}.list-controls .search-filter{margin-bottom:.9615384615rem;width:100%}[dir=ltr] .list-controls__buttons-wrap{margin-right:0}[dir=rtl] .list-controls__buttons-wrap{margin-left:0}.list-controls__buttons-wrap .pill{padding:.9615384615rem 1.9230769231rem}.list-controls__buttons-wrap .pill svg{margin-left:auto}.list-controls__buttons{margin:0;width:100%}.list-controls .column-selector,.list-controls .where-builder,.list-controls .sort-complex{margin-top:calc(var(--base) / 2)}.list-controls__toggle-columns,.list-controls__toggle-where,.list-controls__toggle-sort{flex:1}}.list-selection{margin-left:auto;color:var(--theme-elevation-500)}.list-selection__button{color:var(--theme-elevation-500);background:unset;border:none;text-decoration:underline;cursor:pointer}@media (max-width: 768px){.list-selection{margin-bottom:.9615384615rem}}.icon--logout{height:1.9230769231rem;width:1.9230769231rem}.icon--logout .stroke{stroke:var(--theme-elevation-800);stroke-width:2px}.nav-group{width:100%;margin-bottom:.9615384615rem}.nav-group__toggle{cursor:pointer;color:var(--theme-elevation-400);background:transparent;border:0;margin-bottom:.4807692308rem;width:100%;text-align:left;display:flex;align-items:flex-start;padding:0;gap:.9615384615rem;justify-content:space-between}.nav-group__toggle svg{flex-shrink:0;margin-top:-.3846153846rem}.nav-group__toggle:hover,.nav-group__toggle:focus-visible{color:var(--theme-elevation-1000)}.nav-group__toggle:hover .stroke,.nav-group__toggle:focus-visible .stroke{stroke:var(--theme-elevation-1000)}.nav-group__toggle:focus-visible{outline:none}.nav-group__indicator{position:relative;flex-shrink:0}.nav-group__indicator svg .stroke{stroke:var(--theme-elevation-200)}.nav-group--collapsed .collapsible__toggle{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.clickable-arrow{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.clickable-arrow{cursor:pointer;width:3.8461538462rem;height:3.8461538462rem;display:flex;justify-content:center;align-content:center;align-items:center;outline:0;padding:.9615384615rem;color:var(--theme-elevation-800);line-height:1.9230769231rem}.clickable-arrow:not(.clickable-arrow--is-disabled):hover,.clickable-arrow:not(.clickable-arrow--is-disabled):focus-visible{background:var(--theme-elevation-100)}.clickable-arrow:focus-visible{outline:var(--accessibility-outline)}.clickable-arrow--right .icon{transform:rotate(-90deg)}.clickable-arrow--left .icon{transform:rotate(90deg)}.clickable-arrow--is-disabled{cursor:default}.clickable-arrow--is-disabled .icon .stroke{stroke:var(--theme-elevation-400)}.paginator__page{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.paginator{display:flex;margin-bottom:1.9230769231rem}.paginator__page{cursor:pointer}.paginator__page--is-current{background:var(--theme-elevation-100);color:var(--theme-elevation-400);cursor:default}.paginator__page--is-last-page{margin-right:0}.paginator .clickable-arrow--right{margin-right:.4807692308rem}.paginator__page{width:3.8461538462rem;height:3.8461538462rem;display:flex;justify-content:center;align-content:center;outline:0;padding:.9615384615rem;color:var(--theme-elevation-800);line-height:1.9230769231rem}.paginator__page:focus-visible{outline:var(--accessibility-outline)}.paginator__page,.paginator__separator{margin-right:.4807692308rem}.paginator__separator{align-self:center;color:var(--theme-elevation-400)}.per-page__button{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.per-page ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(var(--base) / 4)}.per-page__base-button{display:flex;align-items:center;font-weight:700}.per-page__button{cursor:pointer;text-align:left;width:100%;display:flex;align-items:center;color:var(--theme-elevation-500)}.per-page__button:hover,.per-page__button:focus-visible{text-decoration:underline}.per-page__button svg .stroke{stroke:currentColor}.per-page__chevron{padding-left:calc(var(--base) / 4)}.per-page__button-active{font-weight:700;color:var(--theme-text)}.table{margin-bottom:1.9230769231rem;overflow:auto;max-width:100%}.table thead{color:var(--theme-elevation-400)}.table thead th{font-weight:400;text-align:left}[dir=rtl] .table thead th{text-align:right}.table th,.table td{padding:1.4423076923rem;min-width:150px}.table tbody tr:nth-child(odd){background:var(--theme-elevation-50)}.table a:focus-visible{outline:var(--accessibility-outline);outline-offset:var(--accessibility-outline-offset)}@media (max-width: 1024px){.table th,.table td{max-width:70vw}}.icon--close-menu{height:1.9230769231rem;width:1.9230769231rem}.icon--close-menu .fill{fill:var(--theme-elevation-800)}.icon--menu .fill{fill:var(--theme-text)}.LexicalEditorTheme__ltr{text-align:left}.LexicalEditorTheme__rtl{text-align:right}.LexicalEditorTheme__paragraph{margin:0 0 1.5em;position:relative}.ContentEditable__root>.LexicalEditorTheme__paragraph:last-child{margin-bottom:0}.LexicalEditorTheme__quote{margin:0 0 10px 20px;font-size:15px;color:#65676b;border-left-color:#ced0d4;border-left-width:4px;border-left-style:solid;padding-left:16px}.LexicalEditorTheme__h1{font-size:2.8rem;line-height:1.125;color:#050505;font-weight:500;margin-top:2rem;margin-bottom:1rem}.LexicalEditorTheme__h2{font-size:2rem;color:#050505;font-weight:700;margin-top:1.8rem;margin-bottom:1rem}.LexicalEditorTheme__h3{font-size:1.4rem;color:#65676b;font-weight:700;margin-top:1.4rem;margin-bottom:1rem}.LexicalEditorTheme__indent{--lexical-indent-base-value: 40px}.LexicalEditorTheme__textBold{font-weight:700}.LexicalEditorTheme__textItalic{font-style:italic}.LexicalEditorTheme__textUnderline{text-decoration:underline}.LexicalEditorTheme__textStrikethrough{text-decoration:line-through}.LexicalEditorTheme__textUnderlineStrikethrough{text-decoration:underline line-through}.LexicalEditorTheme__textSubscript{font-size:.8em;vertical-align:sub!important}.LexicalEditorTheme__textSuperscript{font-size:.8em;vertical-align:super}.LexicalEditorTheme__textCode{background-color:#f0f2f5;padding:1px .25rem;font-family:Menlo,Consolas,Monaco,monospace;font-size:94%}.LexicalEditorTheme__hashtag{background-color:#5890ff26;border-bottom:1px solid rgba(88,144,255,.3)}.ContentEditable__root .LexicalEditorTheme__link{pointer-events:none}.LexicalEditorTheme__link{color:var(--color-blue-600);text-decoration:none;border-bottom:1px dotted}.LexicalEditorTheme__code{font-family:Menlo,Consolas,Monaco,monospace;display:block;padding:8px 8px 8px 52px;line-height:1.53;font-size:13px;margin:8px 0;tab-size:2;overflow-x:auto;position:relative}.LexicalEditorTheme__code:before{content:attr(data-gutter);position:absolute;left:0;top:0;border-right:1px solid #ccc;padding:8px;color:#777;white-space:pre-wrap;text-align:right;min-width:25px}.LexicalEditorTheme__characterLimit{display:inline;background-color:#fbb!important}.LexicalEditorTheme__ol1{padding:0;list-style-position:outside;margin:0 0 1.5em}.LexicalEditorTheme__ol2{padding:0;margin:0;list-style-type:upper-alpha;list-style-position:outside}.LexicalEditorTheme__ol3{padding:0;margin:0;list-style-type:lower-alpha;list-style-position:outside}.LexicalEditorTheme__ol4{padding:0;margin:0;list-style-type:upper-roman;list-style-position:outside}.LexicalEditorTheme__ol5{padding:0;margin:0;list-style-type:lower-roman;list-style-position:outside}.LexicalEditorTheme__ul{padding:0;margin:0 0 1.5em;list-style-position:outside}.LexicalEditorTheme__ul ul{margin:0}.LexicalEditorTheme__listItem{margin:0 0 .4em 16px}.LexicalEditorTheme__listItemChecked,.LexicalEditorTheme__listItemUnchecked{position:relative;margin-left:8px;margin-right:8px;padding-left:24px;padding-right:24px;list-style-type:none;outline:none}.LexicalEditorTheme__listItemChecked{text-decoration:line-through}.LexicalEditorTheme__listItemUnchecked:before,.LexicalEditorTheme__listItemChecked:before{content:"";width:16px;height:16px;top:2px;left:0;cursor:pointer;display:block;background-size:cover;position:absolute}.LexicalEditorTheme__listItemUnchecked[dir=rtl]:before,.LexicalEditorTheme__listItemChecked[dir=rtl]:before{left:auto;right:0}.LexicalEditorTheme__listItemUnchecked:focus:before,.LexicalEditorTheme__listItemChecked:focus:before{box-shadow:0 0 0 2px #a6cdfe;border-radius:4px}.LexicalEditorTheme__listItemUnchecked:before{border:1px solid #999;border-radius:4px}.LexicalEditorTheme__listItemChecked:before{border:1px solid rgb(61,135,245);border-radius:4px;background-color:#3d87f5;background-repeat:no-repeat}.LexicalEditorTheme__listItemChecked:after{content:"";cursor:pointer;border-color:#fff;border-style:solid;position:absolute;display:block;top:6px;width:3px;left:7px;right:7px;height:6px;transform:rotate(45deg);border-width:0 2px 2px 0}.LexicalEditorTheme__nestedListItem{list-style-type:none}.LexicalEditorTheme__nestedListItem:before,.LexicalEditorTheme__nestedListItem:after{display:none}.LexicalEditorTheme__tokenComment{color:#708090}.LexicalEditorTheme__tokenPunctuation{color:#999}.LexicalEditorTheme__tokenProperty{color:#905}.LexicalEditorTheme__tokenSelector{color:#690}.LexicalEditorTheme__tokenOperator{color:#9a6e3a}.LexicalEditorTheme__tokenAttr{color:#07a}.LexicalEditorTheme__tokenVariable{color:#e90}.LexicalEditorTheme__tokenFunction{color:#dd4a68}.LexicalEditorTheme__mark{background:#ffd40024;border-bottom:2px solid rgba(255,212,0,.3);padding-bottom:2px}.LexicalEditorTheme__markOverlap{background:#ffd4004d;border-bottom:2px solid rgba(255,212,0,.7)}.LexicalEditorTheme__mark.selected{background:#ffd40080;border-bottom:2px solid rgb(255,212,0)}.LexicalEditorTheme__markOverlap.selected{background:#ffd400b3;border-bottom:2px solid rgba(255,212,0,.7)}.LexicalEditorTheme__embedBlock{user-select:none}.LexicalEditorTheme__embedBlockFocus{outline:2px solid rgb(60,132,244)}html[data-theme=dark] .LexicalEditorTheme__h1,html[data-theme=dark] .LexicalEditorTheme__h2{color:#fff}html[data-theme=dark] .LexicalEditorTheme__h3{color:#94979d}html[data-theme=dark] .LexicalEditorTheme__link{color:var(--color-blue-600)}html[data-theme=dark] .LexicalEditorTheme__quote{color:#c1c6ce;border-left-color:var(--theme-elevation-150)}html[data-theme=dark] .LexicalEditorTheme__textCode{background-color:#000}.lexical-block__header-action{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor}.ContentEditable__root>div:has(.lexical-block){z-index:1}.lexical-block{display:flex;flex-direction:column;gap:calc(var(--base) / 2);font-family:var(--font-body);margin:0 0 1.5em}.lexical-block__header h3{margin:0}.lexical-block__header-wrap{display:flex;align-items:flex-end;width:100%;justify-content:space-between}.lexical-block__heading-with-error{display:flex;align-items:center;gap:calc(var(--base) * .5)}.lexical-block--has-no-error>.array-field__header .array-field__heading-with-error{color:var(--theme-text)}.lexical-block--has-error>.array-field__header{color:var(--theme-error-500)}.lexical-block__error-pill{align-self:center}.lexical-block__header-actions{list-style:none;margin:0;padding:0;display:flex}.lexical-block__header-action{cursor:pointer;margin-left:calc(var(--base) * .5)}.lexical-block__header-action:hover,.lexical-block__header-action:focus-visible{text-decoration:underline}.lexical-block .collapsible__header-wrap{right:calc(var(--base) * 1.5)}.lexical-block__removeButton.btn{margin:0}.lexical-block__block-header{pointer-events:none}.lexical-block__block-header *{pointer-events:all}.lexical-block__block-header,.lexical-block__block-header>div{display:flex;max-width:100%;overflow:hidden;gap:calc(var(--base) * .375);justify-content:space-between}.lexical-block__block-number{flex-shrink:0}.lexical-block__block-pill{flex-shrink:0;display:block;line-height:unset}.lexical-block__rows{display:flex;flex-direction:column;gap:calc(var(--base) / 2)}.lexical-block__drawer-toggler{background-color:transparent;margin:0;padding:0;border:none;align-self:flex-start}.lexical-block__drawer-toggler .btn{color:var(--theme-elevation-400);margin:0}.lexical-block__drawer-toggler .btn:hover{color:var(--theme-elevation-800)}html[data-theme=light] .blocks-field--has-error .section-title__input,html[data-theme=light] .blocks-field--has-error .blocks-field__heading-with-error{color:var(--theme-error-750)}html[data-theme=dark] .blocks-field--has-error .section-title__input,html[data-theme=dark] .blocks-field--has-error .blocks-field__heading-with-error{color:var(--theme-error-500)}.inline-block{font-size:13px;line-height:25px;font-weight:400}.inline-block-container{display:inline-block}.inline-block{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;padding:calc(var(--base) * .125) calc(var(--base) * .125) calc(var(--base) * .125) calc(var(--base) * .3);display:flex;align-items:center;background:var(--theme-input-bg);border:1px solid var(--theme-elevation-100);border-radius:4px;max-width:calc(var(--base) * 15);font-family:var(--font-body);margin-right:2px;margin-left:2px}.inline-block:hover{border:1px solid var(--theme-elevation-150)}.inline-block__wrap{flex-grow:1;overflow:hidden}.inline-block--selected{box-shadow:0 0 0 2px var(--theme-success-500);outline:none}.inline-block__editButton.btn{margin:0}.inline-block__editButton:disabled{color:var(--theme-elevation-300);pointer-events:none}.inline-block__actions{display:flex;align-items:center;flex-shrink:0;margin-left:calc(var(--base) * .15)}.inline-block__actions svg{width:20px;height:20px}.inline-block__removeButton.btn{margin:0}.inline-block__removeButton.btn line{stroke-width:2px}.inline-block__removeButton.btn:disabled{color:var(--theme-elevation-300);pointer-events:none}.test-recorder-output{margin:20px auto;width:100%}.test-recorder-toolbar{display:flex}.test-recorder-button{position:relative;display:block;font-size:10px;padding:6px;border-radius:4px;border:none;cursor:pointer;outline:none;box-shadow:1px 2px 2px #0006;background-color:#222;color:#fff;transition:box-shadow 50ms ease-out}.test-recorder-button:active{box-shadow:1px 2px 4px #0006}.test-recorder-button+.test-recorder-button{margin-left:4px}.test-recorder-button:after{content:"";position:absolute;inset:8px;display:block;background-size:contain;filter:invert(1)}#test-recorder-button{position:relative}#test-recorder-button-snapshot{margin-right:auto}.tree-view-output{display:block;background:#222;color:#fff;padding:0;font-size:12px;margin:1px auto 10px;position:relative;overflow:hidden;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.tree-view-output pre{line-height:1.1;background:#222;color:#fff;margin:0;padding:10px;font-size:12px;overflow:auto;max-height:400px}.tree-view-output .debug-treetype-button{border:0;padding:0;font-size:12px;top:10px;right:85px;position:absolute;background:none;color:#fff}.tree-view-output .debug-treetype-button:hover{text-decoration:underline}.tree-view-output .debug-timetravel-button{border:0;padding:0;font-size:12px;top:10px;right:15px;position:absolute;background:none;color:#fff}.tree-view-output .debug-timetravel-button:hover{text-decoration:underline}.tree-view-output .debug-timetravel-panel{overflow:hidden;padding:0 0 10px;margin:auto;display:flex}.tree-view-output .debug-timetravel-panel-button{padding:0;border:0;background:none;flex:1;color:#fff;font-size:12px}.tree-view-output .debug-timetravel-panel-button:hover{text-decoration:underline}.tree-view-output .debug-timetravel-panel-slider{padding:0;flex:8}.LexicalEditorTheme__hr{padding:2px;border:none;margin:1rem 0;cursor:pointer}.LexicalEditorTheme__hr:after{content:"";display:block;height:2px;background-color:var(--theme-elevation-250)}.LexicalEditorTheme__hr.selected{outline:2px solid var(--theme-success-250);user-select:none}html[data-theme=light] .link-editor{box-shadow:0 0 30px #0002041f,0 30px 25px -8px #0002041a}.link-editor{z-index:1;display:flex;align-items:center;background:var(--color-base-0);padding:0 3.72px 0 6.25px;vertical-align:middle;position:absolute;top:0;left:0;opacity:0;border-radius:4px;transition:opacity .2s;height:37.5px;will-change:transform}.link-editor .link-input{display:flex;align-items:center;flex-direction:row;flex-wrap:nowrap;min-height:28px;box-sizing:border-box;padding:2px 4px;font-size:15px;border:0;outline:0;position:relative;font-family:var(--font-body)}.link-editor .link-input__label-pure{color:var(--color-base-1000);margin-right:15px;display:block;white-space:nowrap;overflow:hidden}.link-editor .link-input a{text-decoration:none;display:block;white-space:nowrap;overflow:hidden;margin-right:15px;text-overflow:ellipsis;color:var(--color-blue-600);border-bottom:1px dotted}.link-editor .link-input a:hover{color:var(--color-blue-400)}.link-editor button{all:unset;background-size:16px;background-position:center;background-repeat:no-repeat;width:30px;height:30px;cursor:pointer;color:var(--color-base-600);border-radius:4px}.link-editor button:hover:not([disabled]){background-color:var(--color-base-100)}.link-editor .link-edit{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">%0A <path%0A d="M14.2293 14.6187H5.55926V5.96867H9.84926V4.38867H3.98926V16.1887H15.8093V10.2887H14.2293V14.6187Z"%0A fill="currentColor" />%0A <path%0A d="M13.6188 5.08887L14.7288 6.19887L9.96885 10.9589L8.81885 10.9989L8.85885 9.84887L13.6188 5.08887Z"%0A fill="currentColor" />%0A <path d="M16.0108 4.92778L14.8936 3.81055L14.0804 4.62372L15.1976 5.74095L16.0108 4.92778Z"%0A fill="currentColor" />%0A</svg>')}.link-editor .link-trash{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">%0A <path d="M15 5L5.00021 15" stroke="currentColor" stroke-width="1.5" />%0A <path d="M5.00049 5L15.0003 15" stroke="currentColor" stroke-width="1.5" />%0A</svg>')}span.unknownConverted{text-transform:uppercase;font-family:Roboto Mono,monospace;letter-spacing:2px;font-size:calc(var(--base) * .5);margin:0 0 var(--base);background:red;color:#fff;display:inline-block}span.unknownConverted div{background:red}.lexical-relationship{font-size:13px;line-height:25px;font-weight:400}.lexical-relationship{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;padding:calc(var(--base) * .75);display:flex;align-items:center;background:var(--theme-input-bg);border:1px solid var(--theme-elevation-100);border-radius:4px;max-width:calc(var(--base) * 15);font-family:var(--font-body);margin:0 0 1.5em}.lexical-relationship:hover{border:1px solid var(--theme-elevation-150)}.lexical-relationship__label{margin-bottom:calc(var(--base) * .25)}.lexical-relationship__title{margin:0}.lexical-relationship__label,.lexical-relationship__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1!important}.lexical-relationship__title{font-weight:700}.lexical-relationship__wrap{flex-grow:1;overflow:hidden}.lexical-relationship--selected{box-shadow:0 0 0 2px var(--theme-success-500);outline:none}.lexical-relationship__doc-drawer-toggler{text-decoration:underline;pointer-events:all;line-height:inherit}.lexical-relationship__doc-drawer-toggler>*{margin:0}.lexical-relationship__swapButton.btn{margin:0}.lexical-relationship__doc-drawer-toggler:disabled,.lexical-relationship__swapButton:disabled{color:var(--theme-elevation-300);pointer-events:none}.lexical-relationship__actions{display:flex;align-items:center;flex-shrink:0;margin-left:calc(var(--base) * .5)}.lexical-relationship__actions>*:not(:last-child){margin-right:calc(var(--base) * .25)}.lexical-relationship__removeButton.btn{margin:0}.lexical-relationship__removeButton.btn line{stroke-width:2px}.lexical-relationship__removeButton.btn:disabled{color:var(--theme-elevation-300);pointer-events:none}.toolbar-popup__button{display:flex;align-items:center;vertical-align:middle;justify-content:center;height:30px;width:30px;border:0;background:none;border-radius:4px;cursor:pointer;padding:0}.toolbar-popup__button.spaced{margin-right:2px}.toolbar-popup__button.active{background-color:var(--color-base-100)}.toolbar-popup__button.active .icon{opacity:1}.toolbar-popup__button.disabled{cursor:not-allowed}.toolbar-popup__button.disabled .icon{opacity:.2}.toolbar-popup__button:hover:not([disabled]){background-color:var(--color-base-100)}.toolbar-popup__dropdown{display:flex;align-items:center;vertical-align:middle;justify-content:center;height:30px;border:0;background:none;border-radius:4px;cursor:pointer;position:relative;padding:0 10px}.toolbar-popup__dropdown-label{color:var(--color-base-600);padding:0 10px}.toolbar-popup__dropdown:disabled{cursor:not-allowed}.toolbar-popup__dropdown:disabled .icon{opacity:.2}.toolbar-popup__dropdown:hover:not([disabled]){background-color:var(--color-base-100)}.toolbar-popup__dropdown .active{background-color:var(--color-base-100)}.toolbar-popup__dropdown .active .toolbar-popup__dropdown-caret:after{transform:rotate(0)}.toolbar-popup__dropdown-caret:after{transform:rotate(180deg);content:" ";position:absolute;top:13px;width:7px;height:4px;opacity:.3;background-image:url('data:image/svg+xml,<svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg">%0A <path d="M1.25 3.5L3.75 1L6.25 3.5" stroke="%23000000" />%0A</svg>');background-position-y:0;background-position-x:0}.toolbar-popup__dropdown-items{position:absolute;background:var(--color-base-0);border-radius:4px;min-width:132.5px;max-width:200px;z-index:100}.toolbar-popup__dropdown-items .toolbar-popup__dropdown-item{all:unset;cursor:pointer;color:var(--color-base-900);padding-left:6.25px;padding-right:6.25px;width:100%;height:30px;border-radius:4px;box-sizing:border-box;display:flex;align-items:center;gap:6.25px}.toolbar-popup__dropdown-items .toolbar-popup__dropdown-item .text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.toolbar-popup__dropdown-items .toolbar-popup__dropdown-item:hover:not([disabled]),.toolbar-popup__dropdown-items .toolbar-popup__dropdown-item.active{background-color:var(--color-base-100)}.toolbar-popup__dropdown-items .toolbar-popup__dropdown-item .icon{min-width:20px;height:20px;color:var(--color-base-600)}html[data-theme=light] .toolbar-popup__dropdown-items{position:absolute;box-shadow:0 0 30px #0002041f,0 30px 25px -8px #0002041a}html[data-theme=dark] .fixed-toolbar__dropdown-items{background:var(--theme-elevation-0)}html[data-theme=dark] .fixed-toolbar__dropdown-items .toolbar-popup__dropdown-item{color:var(--theme-elevation-900)}html[data-theme=dark] .fixed-toolbar__dropdown-items .toolbar-popup__dropdown-item:hover:not([disabled]),html[data-theme=dark] .fixed-toolbar__dropdown-items .toolbar-popup__dropdown-item.active{background-color:var(--theme-elevation-100)}html[data-theme=dark] .fixed-toolbar__dropdown-items .toolbar-popup__dropdown-item .icon{color:var(--theme-elevation-600)}html[data-theme=dark] .fixed-toolbar .toolbar-popup__button.active,html[data-theme=dark] .fixed-toolbar .toolbar-popup__button:hover:not([disabled]){background-color:var(--theme-elevation-100)}html[data-theme=dark] .fixed-toolbar .toolbar-popup__dropdown:hover:not([disabled]){background-color:var(--theme-elevation-100)}html[data-theme=dark] .fixed-toolbar .toolbar-popup__dropdown-caret:after{filter:invert(1)}html[data-theme=dark] .fixed-toolbar .toolbar-popup__dropdown-label{color:var(--theme-elevation-750)}.fixed-toolbar.fixed-toolbar--hide{visibility:hidden;pointer-events:none;user-select:none}.fixed-toolbar{display:flex;flex-wrap:wrap;align-items:center;padding:calc(var(--base) / 4);vertical-align:middle;position:sticky;z-index:2;top:var(--doc-controls-height);border:1px solid var(--theme-elevation-150);border-collapse:unset;transform:translateY(1px)}.fixed-toolbar:before,.fixed-toolbar:after{content:" ";position:absolute;inset:0}.fixed-toolbar:before{background:var(--theme-elevation-0);opacity:.75}.fixed-toolbar:after{backdrop-filter:blur(8px)}.fixed-toolbar__group{display:flex;flex-wrap:wrap;align-items:center;gap:2px;z-index:1}.fixed-toolbar__group .icon{min-width:20px;height:20px;color:var(--theme-elevation-600)}.fixed-toolbar__group .divider{width:1px;height:15px;background-color:var(--theme-elevation-100);margin:0 6.25px}.fixed-toolbar .toolbar-popup__dropdown,.fixed-toolbar .toolbar-popup__button{border-radius:0}.fixed-toolbar+.editor-container>.editor-scroller>.editor>.ContentEditable__root{padding-top:calc(var(--base) * 1.25)}.fixed-toolbar+.editor-container>.editor-placeholder{top:calc(var(--base) * 1.25)}.rich-text-lexical--show-gutter .fixed-toolbar+.editor-container>.editor-scroller>.editor>.ContentEditable__root:before{top:calc(var(--base) * 1.25)!important;height:calc(100% - var(--base) * 1.25 - 8px)!important}html[data-theme=light] .inline-toolbar-popup{box-shadow:0 0 30px #0002041f,0 30px 25px -8px #0002041a}.inline-toolbar-popup{display:flex;align-items:center;background:var(--color-base-0);padding:0 3.72px 0 6.25px;vertical-align:middle;position:absolute;top:0;left:0;z-index:2;opacity:0;border-radius:4px;transition:opacity .2s;height:37.5px;will-change:transform}.inline-toolbar-popup .caret{z-index:93;position:absolute;top:calc(100% - 16px);border:12px solid transparent;pointer-events:none;border-top-color:var(--color-base-0)}.inline-toolbar-popup__group{display:flex;align-items:center;gap:2px}.inline-toolbar-popup__group .icon{min-width:20px;height:20px;color:var(--color-base-600)}.inline-toolbar-popup__group .divider{width:1px;height:15px;background-color:var(--color-base-100);margin:0 6.25px}.table-cell-action-button-container{position:absolute;top:0;left:0;will-change:transform}.table-cell-action-button{background-color:var(--theme-elevation-200);display:flex;justify-content:center;align-items:center;border:0;padding:2px;position:relative;border-radius:4px;color:var(--theme-elevation-800);display:inline-block;cursor:pointer}.table-cell-action-button:hover{background-color:var(--theme-elevation-300)}html[data-theme=light] .table-action-menu-dropdown{box-shadow:0 0 30px #0002041f,0 30px 25px -8px #0002041a}.table-action-menu-dropdown{z-index:100;display:block;position:fixed;background:var(--color-base-0);min-width:160px;color:var(--color-base-800);border-radius:4px;min-height:40px;overflow-y:auto}.table-action-menu-dropdown .item{padding:8px;color:var(--color-base-900);background:var(--color-base-0);cursor:pointer;font-size:13px;font-family:var(--font-body);display:flex;align-content:center;flex-direction:row;flex-shrink:0;justify-content:space-between;border:0;height:30px;width:100%}.table-action-menu-dropdown .item:hover{background:var(--color-base-100)}.TableCellResizer__resizer{position:absolute}.LexicalEditorTheme__table{border-collapse:collapse;border-spacing:0;max-width:100%;overflow-y:scroll;table-layout:fixed;width:calc(100% - 25px);margin:30px 0}.LexicalEditorTheme__table ::selection{background:#accef7}.LexicalEditorTheme__table br::selection{background:unset}.LexicalEditorTheme__tableSelected{outline:2px solid rgb(60,132,244)}.LexicalEditorTheme__tableCell{border:1px solid var(--theme-elevation-200);min-width:75px;vertical-align:top;text-align:start;padding:6px 8px;position:relative;cursor:default;outline:none}.LexicalEditorTheme__tableCellSortedIndicator{display:block;opacity:.5;position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#999}.LexicalEditorTheme__tableCellResizer{position:absolute;right:-4px;height:100%;width:8px;cursor:ew-resize;z-index:10;top:0}.LexicalEditorTheme__tableCellHeader{background-color:#f2f3f5;text-align:start}.LexicalEditorTheme__tableCellSelected{background-color:#c9dbf0}.LexicalEditorTheme__tableCellPrimarySelected{border:2px solid rgb(60,132,244);display:block;height:calc(100% - 2px);position:absolute;width:calc(100% - 2px);left:-1px;top:-1px;z-index:2}.LexicalEditorTheme__tableCellEditing{box-shadow:0 0 5px #0006;border-radius:4px}.LexicalEditorTheme__tableAddColumns{position:absolute;top:0;width:20px;background-color:#eee;height:100%;right:0;animation:table-controls .2s ease;border:0;cursor:pointer}.LexicalEditorTheme__tableAddColumns:hover{background-color:#c9dbf0}.LexicalEditorTheme__tableAddRows{position:absolute;bottom:-25px;width:calc(100% - 25px);background-color:#eee;height:20px;left:0;animation:table-controls .2s ease;border:0;cursor:pointer}.LexicalEditorTheme__tableAddRows:hover{background-color:#c9dbf0}@keyframes table-controls{0%{opacity:0}to{opacity:1}}.LexicalEditorTheme__tableCellResizeRuler{display:block;position:absolute;width:1px;background-color:#3c84f4;height:100%;top:0}.LexicalEditorTheme__tableCellActionButtonContainer{display:block;right:5px;top:6px;position:absolute;z-index:4;width:20px;height:20px}.LexicalEditorTheme__tableCellActionButton{background-color:#eee;display:block;border:0;border-radius:20px;width:20px;height:20px;color:#222;cursor:pointer}.LexicalEditorTheme__tableCellActionButton:hover{background-color:#ddd}html[data-theme=dark] .LexicalEditorTheme__tableCellHeader{background-color:var(--theme-elevation-50)}.lexical-upload{font-size:13px;line-height:25px;font-weight:400}.lexical-upload{box-shadow:0 2px 3px #0002040d,0 10px 4px -8px #00020405;max-width:calc(var(--base) * 15);display:flex;align-items:center;background:var(--theme-input-bg);border-radius:4px;border:1px solid var(--theme-elevation-100);position:relative;font-family:var(--font-body);margin:0 0 1.5em}.lexical-upload .btn{margin:0}.lexical-upload:hover{border:1px solid var(--theme-elevation-150)}.lexical-upload__card{box-shadow:0 7px 14px #0000000d;display:flex;flex-direction:column;width:100%}.lexical-upload__topRow{display:flex}.lexical-upload__thumbnail{width:calc(var(--base) * 3.25);height:auto;position:relative;overflow:hidden;flex-shrink:0;border-top-left-radius:4px}.lexical-upload__thumbnail img,.lexical-upload__thumbnail svg{position:absolute;object-fit:cover;width:100%;height:100%;background-color:var(--theme-elevation-800)}.lexical-upload__topRowRightPanel{flex-grow:1;display:flex;align-items:center;padding:calc(var(--base) * .75);justify-content:space-between;max-width:calc(100% - calc(var(--base) * 3.25))}.lexical-upload__actions{display:flex;align-items:center;flex-shrink:0;margin-left:calc(var(--base) * .5)}.lexical-upload__actions .lexical-upload__doc-drawer-toggler{pointer-events:all}.lexical-upload__actions>*:not(:last-child){margin-right:calc(var(--base) * .25)}.lexical-upload__removeButton{margin:0}.lexical-upload__removeButton line{stroke-width:2px}.lexical-upload__removeButton:disabled{color:var(--theme-elevation-300);pointer-events:none}.lexical-upload__upload-drawer-toggler{background-color:transparent;border:none;padding:0;margin:0;outline:none;line-height:inherit}.lexical-upload__doc-drawer-toggler{text-decoration:underline}.lexical-upload__doc-drawer-toggler>*,.lexical-upload__list-drawer-toggler>*,.lexical-upload__upload-drawer-toggler>*{margin:0}.lexical-upload__doc-drawer-toggler:disabled,.lexical-upload__list-drawer-toggler:disabled,.lexical-upload__upload-drawer-toggler:disabled{color:var(--theme-elevation-300);pointer-events:none}.lexical-upload__collectionLabel{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lexical-upload__bottomRow{padding:calc(var(--base) * .5);border-top:1px solid var(--theme-elevation-100)}.lexical-upload h5{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.lexical-upload__wrap{padding:calc(var(--base) * .5) calc(var(--base) * .5) calc(var(--base) * .5) var(--base);text-align:left;overflow:hidden;text-overflow:ellipsis}.lexical-upload--selected{box-shadow:0 0 0 2px var(--theme-success-500);outline:none}@media (max-width: 768px){.lexical-upload__topRowRightPanel{padding:calc(var(--base) * .75) calc(var(--base) * .5)}}.rich-text-lexical .editor{position:relative}.rich-text-lexical .editor-container{position:relative;font-family:var(--font-serif);font-size:calc(var(--base) * .625)}.rich-text-lexical .editor-container h1,.rich-text-lexical .editor-container h2,.rich-text-lexical .editor-container h3,.rich-text-lexical .editor-container h4,.rich-text-lexical .editor-container h5,.rich-text-lexical .editor-container h6{font-family:var(--font-body);line-height:1.125}.rich-text-lexical--show-gutter>.rich-text-lexical__wrap>.editor-container>.editor-placeholder{left:3rem}.rich-text-lexical:not(.rich-text-lexical--show-gutter)>.rich-text-lexical__wrap>.editor-container>.editor-placeholder{left:0}.rich-text-lexical .editor-placeholder{position:absolute;top:8px;font-size:15px;color:var(--theme-elevation-500);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}html[data-theme=light] .slash-menu-popup{box-shadow:0 0 30px #0002041f,0 30px 25px -8px #0002041a}.slash-menu-popup{background:var(--color-base-0);width:200px;color:var(--color-base-800);border-radius:4px;list-style:none;font-family:var(--font-body);max-height:300px;overflow-y:auto;z-index:10;position:absolute}.slash-menu-popup__group{padding-bottom:8px}.slash-menu-popup__group-title{padding-left:10px;color:var(--color-base-600);font-size:10px}.slash-menu-popup__item{all:unset;padding-left:12px;font-size:13px;box-sizing:border-box;background:none;border:none;color:var(--color-base-900);display:flex;align-items:center;height:30px;width:100%;cursor:pointer}.slash-menu-popup__item--selected{background:var(--color-base-100)}.slash-menu-popup__item-text{margin-left:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.slash-menu-popup__item .icon{color:var(--color-base-500);min-width:fit-content}.add-block-menu{all:unset;border-radius:4px;padding:0;cursor:pointer;opacity:0;position:absolute;left:0;top:0;will-change:transform}.add-block-menu:hover{background-color:var(--theme-elevation-100)}.add-block-menu:hover .icon{opacity:1}.add-block-menu .icon{width:18px;height:24px;opacity:.3;background-image:url('data:image/svg+xml,<svg width="18" height="24" viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg">%0A <path d="M5,12h8" stroke="%23000000" />%0A <path d="M9,16V8" stroke="%23000000" />%0A</svg>%0A')}html[data-theme=dark] .add-block-menu .icon{background-image:url('data:image/svg+xml,<svg width="18" height="24" viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg">%0A <path d="M5,12h8" stroke="%23ffffff" />%0A <path d="M9,16V8" stroke="%23ffffff" />%0A</svg>%0A')}.draggable-block-menu{border-radius:4px;padding:0;cursor:grab;opacity:0;position:absolute;left:0;top:0;will-change:transform;background-color:var(--theme-bg)}.draggable-block-menu:active{cursor:grabbing}.draggable-block-menu:hover{background-color:var(--theme-elevation-100)}.draggable-block-menu:hover .icon{opacity:1}.draggable-block-menu .icon{width:18px;height:24px;opacity:.3;background-image:url('data:image/svg+xml,<svg width="18" height="24" viewBox="0 0 18 24" fill="%23000000"%0A xmlns="http://www.w3.org/2000/svg">%0A <circle cx="7" cy="8" r="1"/>%0A <circle cx="11" cy="8" r="1"/>%0A <circle cx="7" cy="12" r="1"/>%0A <circle cx="11" cy="12" r="1"/>%0A <circle cx="7" cy="16" r="1"/>%0A <circle cx="11" cy="16" r="1"/>%0A</svg>%0A')}html[data-theme=dark] .draggable-block-menu .icon{background-image:url('data:image/svg+xml,<svg width="18" height="24" viewBox="0 0 18 24" fill="%23ffffff"%0A xmlns="http://www.w3.org/2000/svg">%0A <circle cx="7" cy="8" r="1"/>%0A <circle cx="11" cy="8" r="1"/>%0A <circle cx="7" cy="12" r="1"/>%0A <circle cx="11" cy="12" r="1"/>%0A <circle cx="7" cy="16" r="1"/>%0A <circle cx="11" cy="16" r="1"/>%0A</svg>%0A')}.rich-text-lexical--show-gutter>.rich-text-lexical__wrap>.editor-container>.editor-scroller>.editor>.draggable-block-target-line{left:3rem}.draggable-block-target-line{pointer-events:none;background:var(--theme-elevation-200);border-radius:4px;height:50px;position:absolute;left:0;top:0;opacity:0;will-change:transform;transition:transform .04s}@-moz-document url-prefix(){.draggable-block-target-line{transition:none}}.rich-text-lexical .ContentEditable__root>*{will-change:margin-top,margin-bottom;transition:margin-top .08s,margin-bottom .08s}.ContentEditable__root{border:0;font-size:15px;display:block;position:relative;tab-size:1;outline:0;padding-top:8px;padding-bottom:8px}.ContentEditable__root:focus-visible{outline:none!important}.ContentEditable__root>*{transition:transform .2s ease-in-out}@media (max-width: 768px){.ContentEditable__root{padding-left:0;padding-right:0}}@media (min-width: 769px){.rich-text-lexical--show-gutter>.rich-text-lexical__wrap>.editor-container>.editor-scroller>.editor>.ContentEditable__root{padding-left:3rem}.rich-text-lexical--show-gutter>.rich-text-lexical__wrap>.editor-container>.editor-scroller>.editor>.ContentEditable__root:before{content:" ";position:absolute;top:8px;left:0;height:calc(100% - 16px);border-left:1px solid var(--theme-elevation-100)}}html[data-theme=light] .rich-text-lexical.rich-text-lexical--show-gutter.error:not(:hover)>.rich-text-lexical__wrap>.editor-container>.editor-scroller>.editor>.ContentEditable__root:before{border-left:2px solid var(--theme-error-400)}html[data-theme=light] .rich-text-lexical.rich-text-lexical--show-gutter.error:hover>.rich-text-lexical__wrap>.editor-container>.editor-scroller>.editor>.ContentEditable__root:before{border-left:2px solid var(--theme-error-500)}html[data-theme=dark] .rich-text-lexical.rich-text-lexical--show-gutter.error>.rich-text-lexical__wrap>.editor-container>.editor-scroller>.editor>.ContentEditable__root:before{border-left:2px solid var(--theme-error-500)}.rich-text-lexical>.field-error.tooltip{right:auto;position:static;margin-bottom:.2em;max-width:fit-content}.rich-text-lexical .errorBoundary pre{text-wrap:unset}.rich-text-lexical__wrap{width:100%;position:relative}.rich-text-lexical--read-only .editor-container .editor{background:var(--theme-elevation-200);color:var(--theme-elevation-450);padding:calc(var(--base) * .5)}
@@ -0,0 +1,2 @@
1
+ function Me({editorConfig:r}){return r.features.nodes.map(e=>"node"in e?e.node:e)}import{useLexicalComposerContext as se}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as ce}from"@lexical/utils";import{$getSelection as O,$isRangeSelection as C,$isTextNode as ae,COMMAND_PRIORITY_LOW as ue,createCommand as me}from"lexical";import{useCallback as B,useEffect as F,useState as de}from"react";import*as _ from"react";import{useLexicalComposerContext as A}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as L}from"@lexical/utils";import{$getSelection as X,$isRangeSelection as V,COMMAND_PRIORITY_LOW as y,KEY_ARROW_DOWN_COMMAND as U,KEY_ARROW_UP_COMMAND as j,KEY_ENTER_COMMAND as z,KEY_ESCAPE_COMMAND as q,KEY_TAB_COMMAND as G,createCommand as Q}from"lexical";import{useCallback as E,useEffect as T,useLayoutEffect as J,useMemo as Z,useRef as ee,useState as te}from"react";var ne="slash-menu-popup",v=r=>{let e=document.getElementById("slash-menu");if(!e)return;let t=e.getBoundingClientRect();t.top+t.height>window.innerHeight&&e.scrollIntoView({block:"center"}),t.top<0&&e.scrollIntoView({block:"center"}),r.scrollIntoView({block:"nearest"})};function oe(r,e,t){let n=t;for(let o=n;o<=e.length;o++)r.substring(r.length-o)===e.substring(0,o)&&(n=o);return n}function ie(r){let e=X();if(!V(e)||!e.isCollapsed())return null;let t=e.anchor;if(t.type!=="text")return null;let n=t.getNode();if(!n.isSimpleText())return null;let o=t.offset,l=n.getTextContent().slice(0,o),a=r.replaceableString.length,d=oe(l,r.matchingString,a),s=o-d;if(s<0)return null;let i;return s===0?[i]=n.splitText(o):[,i]=n.splitText(s,o),i}function re(r,e){let t=getComputedStyle(r),n=t.position==="absolute",o=e?/(auto|scroll|hidden)/:/(auto|scroll)/;if(t.position==="fixed")return document.body;for(let l=r;l=l.parentElement;)if(t=getComputedStyle(l),!(n&&t.position==="static")&&o.test(t.overflow+t.overflowY+t.overflowX))return l;return document.body}function N(r,e){let t=r.getBoundingClientRect(),n=e.getBoundingClientRect();return t.top>n.top&&t.top<n.bottom}function le(r,e,t,n){let[o]=A();T(()=>{if(e!=null&&r!=null){let l=o.getRootElement(),a=l!=null?re(l,!1):document.body,d=!1,s=N(e,a),i=function(){d||(window.requestAnimationFrame(function(){t(),d=!1}),d=!0);let f=N(e,a);f!==s&&(s=f,n?.(f))},m=new ResizeObserver(t);return window.addEventListener("resize",t),document.addEventListener("scroll",i,{capture:!0,passive:!0}),m.observe(e),()=>{m.unobserve(e),window.removeEventListener("resize",t),document.removeEventListener("scroll",i,!0)}}},[e,o,n,t,r])}var P=Q("SCROLL_TYPEAHEAD_OPTION_INTO_VIEW_COMMAND");function D({anchorElementRef:r,close:e,editor:t,groups:n,menuRenderFn:o,onSelectItem:l,resolution:a,shouldSplitNodeWithQuery:d=!1}){let[s,i]=te(null),m=a.match&&a.match.matchingString||"",f=E(c=>{let u=t.getRootElement();u!==null&&(u.setAttribute("aria-activedescendant",`${ne}__item-${c.key}`),i(c.key))},[t]),S=E(()=>{if(n!==null&&m!=null){let c=n.flatMap(u=>u.items);if(c.length){let u=c[0];f(u)}}},[n,f,m]);T(()=>{S()},[m,S]);let R=E(c=>{t.update(()=>{let u=a.match!=null&&d?ie(a.match):null;l(c,u,e,a.match?a.match.matchingString:"")})},[t,d,a.match,l,e]);T(()=>()=>{let c=t.getRootElement();c!==null&&c.removeAttribute("aria-activedescendant")},[t]),J(()=>{n===null?i(null):s===null&&S()},[n,s,f,S]),T(()=>L(t.registerCommand(P,({item:c})=>c.ref&&c.ref.current!=null?(v(c.ref.current),!0):!1,y)),[t,f]),T(()=>L(t.registerCommand(U,c=>{let u=c;if(n!==null&&n.length&&s!==null){let g=n.flatMap(p=>p.items),h=g.findIndex(p=>p.key===s),b=h!==g.length-1?h+1:0,M=g[b];f(M),M.ref!=null&&M.ref.current&&t.dispatchCommand(P,{index:b,item:M}),u.preventDefault(),u.stopImmediatePropagation()}return!0},y),t.registerCommand(j,c=>{let u=c;if(n!==null&&n.length&&s!==null){let g=n.flatMap(p=>p.items),h=g.findIndex(p=>p.key===s),b=h!==0?h-1:g.length-1,M=g[b];f(M),M.ref!=null&&M.ref.current&&v(M.ref.current),u.preventDefault(),u.stopImmediatePropagation()}return!0},y),t.registerCommand(q,c=>{let u=c;return u.preventDefault(),u.stopImmediatePropagation(),e(),!0},y),t.registerCommand(G,c=>{let u=c;if(n===null||s===null)return!1;let h=n.flatMap(b=>b.items).find(b=>b.key===s);return h?(u.preventDefault(),u.stopImmediatePropagation(),R(h),!0):!1},y),t.registerCommand(z,c=>{if(n===null||s===null)return!1;let g=n.flatMap(h=>h.items).find(h=>h.key===s);return g?(c!==null&&(c.preventDefault(),c.stopImmediatePropagation()),R(g),!0):!1},y)),[R,e,t,n,s,f]);let x=Z(()=>({groups:n,selectItemAndCleanUp:R,selectedItemKey:s,setSelectedItemKey:i}),[R,s,n]);return o(r,x,a.match?a.match.matchingString:"")}function H(r,e,t,n){let[o]=A(),l=ee(document.createElement("div")),a=E(()=>{let s=o.getRootElement(),i=l.current,m=32,f=i.firstChild;if(s!==null&&e!==null){let{height:S,width:R}=e.getRect(),{left:x,top:c}=e.getRect(),u=c;if(c-=r.getBoundingClientRect().top+window.scrollY,x-=r.getBoundingClientRect().left+window.scrollX,i.style.left=`${x+window.scrollX}px`,i.style.height=`${S}px`,i.style.width=`${R}px`,f!==null){let g=f.getBoundingClientRect(),h=g.height,b=g.width,M=s.getBoundingClientRect();x+b>M.right&&(i.style.left=`${M.right-b+window.scrollX}px`);let p=u+h+m>window.innerHeight,w=u<0;p&&!w?i.style.top=`${c+m-h+window.scrollY-(S+24)}px`:i.style.top=`${c+window.scrollY+m}px`}i.isConnected||(n!=null&&(i.className=n),i.setAttribute("aria-label","Slash menu"),i.setAttribute("id","slash-menu"),i.setAttribute("role","listbox"),i.style.display="block",i.style.position="absolute",r.append(i)),l.current=i,s.setAttribute("aria-controls","slash-menu")}},[o,e,n,r]);T(()=>{let s=o.getRootElement();if(e!==null)return a(),()=>{s!==null&&s.removeAttribute("aria-controls");let i=l.current;i!==null&&i.isConnected&&i.remove()}},[o,a,e]);let d=E(s=>{e!==null&&(s||t(null))},[e,t]);return le(e,l.current,a,d),l}import{jsx as pe}from"react/jsx-runtime";var Le=`\\.,\\+\\*\\?\\$\\@\\|#{}\\(\\)\\^\\-\\[\\]\\\\/!%'"~=<>_:;`;function fe(r){let e=r.anchor;if(e.type!=="text")return null;let t=e.getNode();if(!t.isSimpleText())return null;let n=e.offset;return t.getTextContent().slice(0,n)}function K(r,e,t){let n=t.getSelection();if(n===null||!n.isCollapsed)return!1;let o=n.anchorNode,l=r,a=n.anchorOffset;if(o==null||a==null)return!1;try{e.setStart(o,l),e.setEnd(o,a>1?a:1)}catch{return!1}return!0}function he(r){let e=null;return r.getEditorState().read(()=>{let t=O();C(t)&&(e=fe(t))}),e}function Y(r,e){return e!==0?!1:r.getEditorState().read(()=>{let t=O();if(C(t)){let l=t.anchor.getNode().getPreviousSibling();return ae(l)&&l.isTextEntity()}return!1})}function W(r){_.startTransition?_.startTransition(r):r()}var ge=me("ENABLE_SLASH_MENU_COMMAND");function ve({anchorClassName:r,anchorElem:e,groups:t,menuRenderFn:n,onClose:o,onOpen:l,onQueryChange:a,onSelectItem:d,triggerFn:s}){let[i]=se(),[m,f]=de(null),S=H(e,m,f,r),R=B(()=>{f(null),o!=null&&m!==null&&o()},[o,m]),x=B(c=>{f(c),l!=null&&m===null&&l(c)},[l,m]);return F(()=>ce(i.registerCommand(ge,({node:c})=>(i.getEditorState().read(()=>{let u={leadOffset:0,matchingString:"",replaceableString:""};if(!Y(i,u.leadOffset)&&c!==null){let g=i._window??window,h=g.document.createRange();K(u.leadOffset,h,g)!==null&&W(()=>x({getRect:()=>h.getBoundingClientRect(),match:u}));return}}),!0),ue)),[i,x]),F(()=>{let c=()=>{i.getEditorState().read(()=>{let g=i._window??window,h=g.document.createRange(),b=O(),M=he(i);if(!C(b)||!b.isCollapsed()||M===null||h===null){R();return}let p=s({editor:i,query:M});if(a(p?p.matchingString:null),p!==null&&!Y(i,p.leadOffset)&&K(p.leadOffset,h,g)!==null){W(()=>x({getRect:()=>h.getBoundingClientRect(),match:p}));return}R()})},u=i.registerUpdateListener(c);return()=>{u()}},[i,s,a,m,R,x]),m===null||i===null?null:pe(D,{anchorElementRef:S,close:R,editor:i,groups:t,menuRenderFn:n,onSelectItem:d,resolution:m,shouldSplitNodeWithQuery:!0})}function Ae(r){return r instanceof HTMLElement}var I=class{_x;_y;constructor(e,t){this._x=e,this._y=t}calcDeltaXTo({x:e}){return this.x-e}calcDeltaYTo({y:e}){return this.y-e}calcDistanceTo(e){return Math.sqrt(Math.pow(this.calcDeltaXTo(e),2)+Math.pow(this.calcDeltaYTo(e),2))}calcHorizontalDistanceTo(e){return Math.abs(this.calcDeltaXTo(e))}calcVerticalDistance(e){return Math.abs(this.calcDeltaYTo(e))}equals({x:e,y:t}){return this.x===e&&this.y===t}get x(){return this._x}get y(){return this._y}};function $(r){return r instanceof I}var k=class r{_bottom;_left;_right;_top;constructor(e,t,n,o){let[l,a]=t<=o?[t,o]:[o,t],[d,s]=e<=n?[e,n]:[n,e];this._top=l,this._right=s,this._left=d,this._bottom=a}static fromDOM(e){let{height:t,left:n,top:o,width:l}=e.getBoundingClientRect();return r.fromLWTH(n,l,o,t)}static fromDOMRect(e){let{height:t,left:n,top:o,width:l}=e;return r.fromLWTH(n,l,o,t)}static fromLTRB(e,t,n,o){return new r(e,t,n,o)}static fromLWTH(e,t,n,o){return new r(e,n,e+t,n+o)}static fromPoints(e,t){let{x:n,y:o}=e,{x:l,y:a}=t;return r.fromLTRB(n,o,l,a)}contains(e){if($(e)){let{x:a,y:d}=e,s=d<this._top,i=d>this._bottom,m=a<this._left,f=a>this._right;return{reason:{isOnBottomSide:i,isOnLeftSide:m,isOnRightSide:f,isOnTopSide:s},result:!s&&!i&&!m&&!f}}let{bottom:t,left:n,right:o,top:l}=e;return l>=this._top&&l<=this._bottom&&t>=this._top&&t<=this._bottom&&n>=this._left&&n<=this._right&&o>=this._left&&o<=this._right}distanceFromPoint(e){let t=this.contains(e);if(t.result)return{distance:0,isOnBottomSide:t.reason.isOnBottomSide,isOnLeftSide:t.reason.isOnLeftSide,isOnRightSide:t.reason.isOnRightSide,isOnTopSide:t.reason.isOnTopSide};let n=0,o=0;return e.x<this._left?n=this._left-e.x:e.x>this._right&&(n=e.x-this._right),e.y<this._top?o=this._top-e.y:e.y>this._bottom&&(o=e.y-this._bottom),{distance:Math.sqrt(n*n+o*o),isOnBottomSide:e.y>this._bottom,isOnLeftSide:e.x<this._left,isOnRightSide:e.x>this._right,isOnTopSide:e.y<this._top}}equals({bottom:e,left:t,right:n,top:o}){return o===this._top&&e===this._bottom&&t===this._left&&n===this._right}generateNewRect({bottom:e=this.bottom,left:t=this.left,right:n=this.right,top:o=this.top}){return new r(t,o,n,e)}intersectsWith(e){let{height:t,left:n,top:o,width:l}=e,{height:a,left:d,top:s,width:i}=this,m=n+l>=d+i?n+l:d+i,f=o+t>=s+a?o+t:s+a,S=n<=d?n:d,R=o<=s?o:s;return m-S<=l+i&&f-R<=t+a}get bottom(){return this._bottom}get height(){return Math.abs(this._bottom-this._top)}get left(){return this._left}get right(){return this._right}get top(){return this._top}get width(){return Math.abs(this._left-this._right)}};export{Me as a,Le as b,ge as c,ve as d,Ae as e,I as f,$ as g,k as h};
2
+ //# sourceMappingURL=chunk-EBB2CEB6.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/lexical/nodes/index.ts", "../../../src/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.tsx", "../../../src/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.tsx", "../../../src/lexical/utils/guard.ts", "../../../src/lexical/utils/point.ts", "../../../src/lexical/utils/rect.ts"],
4
+ "sourcesContent": ["import type { Klass, LexicalNode, LexicalNodeReplacement } from 'lexical'\n\nimport type { SanitizedClientEditorConfig, SanitizedServerEditorConfig } from '../config/types.js'\n\nexport function getEnabledNodes({\n editorConfig,\n}: {\n editorConfig: SanitizedClientEditorConfig | SanitizedServerEditorConfig\n}): Array<Klass<LexicalNode> | LexicalNodeReplacement> {\n return editorConfig.features.nodes.map((node) => {\n if ('node' in node) {\n return node.node\n }\n return node\n })\n}\n", "'use client'\nimport type {\n LexicalCommand,\n LexicalEditor,\n ParagraphNode,\n RangeSelection,\n TextNode,\n} from 'lexical'\n\nimport { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext.js'\nimport { mergeRegister } from '@lexical/utils'\nimport {\n $getSelection,\n $isRangeSelection,\n $isTextNode,\n COMMAND_PRIORITY_LOW,\n createCommand,\n} from 'lexical'\nimport { type JSX, useCallback, useEffect, useState } from 'react'\nimport * as React from 'react'\n\nimport type { MenuTextMatch, TriggerFn } from '../useMenuTriggerMatch.js'\nimport type { MenuRenderFn, MenuResolution } from './LexicalMenu.js'\nimport type { SlashMenuGroupInternal, SlashMenuItem } from './types.js'\n\nimport { LexicalMenu, useMenuAnchorRef } from './LexicalMenu.js'\n\nexport const PUNCTUATION = '\\\\.,\\\\+\\\\*\\\\?\\\\$\\\\@\\\\|#{}\\\\(\\\\)\\\\^\\\\-\\\\[\\\\]\\\\\\\\/!%\\'\"~=<>_:;'\n\nfunction getTextUpToAnchor(selection: RangeSelection): null | string {\n const anchor = selection.anchor\n if (anchor.type !== 'text') {\n return null\n }\n const anchorNode = anchor.getNode()\n if (!anchorNode.isSimpleText()) {\n return null\n }\n const anchorOffset = anchor.offset\n return anchorNode.getTextContent().slice(0, anchorOffset)\n}\n\nfunction tryToPositionRange(leadOffset: number, range: Range, editorWindow: Window): boolean {\n const domSelection = editorWindow.getSelection()\n if (domSelection === null || !domSelection.isCollapsed) {\n return false\n }\n const anchorNode = domSelection.anchorNode\n const startOffset = leadOffset\n const endOffset = domSelection.anchorOffset\n\n if (anchorNode == null || endOffset == null) {\n return false\n }\n\n try {\n range.setStart(anchorNode, startOffset)\n // if endOffset is 0, positioning the range for when you click the plus button to open the slash menu will fial\n range.setEnd(anchorNode, endOffset > 1 ? endOffset : 1)\n } catch (error) {\n return false\n }\n\n return true\n}\n\nfunction getQueryTextForSearch(editor: LexicalEditor): null | string {\n let text = null\n editor.getEditorState().read(() => {\n const selection = $getSelection()\n if (!$isRangeSelection(selection)) {\n return\n }\n text = getTextUpToAnchor(selection)\n })\n return text\n}\n\nfunction isSelectionOnEntityBoundary(editor: LexicalEditor, offset: number): boolean {\n if (offset !== 0) {\n return false\n }\n return editor.getEditorState().read(() => {\n const selection = $getSelection()\n if ($isRangeSelection(selection)) {\n const anchor = selection.anchor\n const anchorNode = anchor.getNode()\n const prevSibling = anchorNode.getPreviousSibling()\n return $isTextNode(prevSibling) && prevSibling.isTextEntity()\n }\n return false\n })\n}\n\nfunction startTransition(callback: () => void) {\n if (React.startTransition) {\n React.startTransition(callback)\n } else {\n callback()\n }\n}\n\nexport { useDynamicPositioning } from './LexicalMenu.js'\n\nexport type TypeaheadMenuPluginProps = {\n anchorClassName?: string\n anchorElem: HTMLElement\n groups: Array<SlashMenuGroupInternal>\n menuRenderFn: MenuRenderFn\n onClose?: () => void\n onOpen?: (resolution: MenuResolution) => void\n onQueryChange: (matchingString: null | string) => void\n onSelectItem: (\n item: SlashMenuItem,\n textNodeContainingQuery: TextNode | null,\n closeMenu: () => void,\n matchingString: string,\n ) => void\n triggerFn: TriggerFn\n}\n\nexport const ENABLE_SLASH_MENU_COMMAND: LexicalCommand<{\n node: ParagraphNode\n}> = createCommand('ENABLE_SLASH_MENU_COMMAND')\n\nexport function LexicalTypeaheadMenuPlugin({\n anchorClassName,\n anchorElem,\n groups,\n menuRenderFn,\n onClose,\n onOpen,\n onQueryChange,\n onSelectItem,\n triggerFn,\n}: TypeaheadMenuPluginProps): JSX.Element | null {\n const [editor] = useLexicalComposerContext()\n const [resolution, setResolution] = useState<MenuResolution | null>(null)\n const anchorElementRef = useMenuAnchorRef(anchorElem, resolution, setResolution, anchorClassName)\n\n const closeTypeahead = useCallback(() => {\n setResolution(null)\n if (onClose != null && resolution !== null) {\n onClose()\n }\n }, [onClose, resolution])\n\n const openTypeahead = useCallback(\n (res: MenuResolution) => {\n setResolution(res)\n if (onOpen != null && resolution === null) {\n onOpen(res)\n }\n },\n [onOpen, resolution],\n )\n\n // This is mainly used for the AddBlockHandlePlugin, so that the slash menu can be opened from there\n useEffect(() => {\n return mergeRegister(\n editor.registerCommand(\n ENABLE_SLASH_MENU_COMMAND,\n ({ node }) => {\n editor.getEditorState().read(() => {\n const match: MenuTextMatch = {\n leadOffset: 0,\n matchingString: '',\n replaceableString: '',\n }\n if (!isSelectionOnEntityBoundary(editor, match.leadOffset)) {\n if (node !== null) {\n const editorWindow = editor._window ?? window\n const range = editorWindow.document.createRange()\n\n const isRangePositioned = tryToPositionRange(match.leadOffset, range, editorWindow)\n if (isRangePositioned !== null) {\n startTransition(() =>\n openTypeahead({\n getRect: () => {\n return range.getBoundingClientRect()\n },\n match,\n }),\n )\n }\n\n return\n }\n }\n })\n\n return true\n },\n COMMAND_PRIORITY_LOW,\n ),\n )\n }, [editor, openTypeahead])\n\n useEffect(() => {\n const updateListener = () => {\n editor.getEditorState().read(() => {\n const editorWindow = editor._window ?? window\n const range = editorWindow.document.createRange()\n const selection = $getSelection()\n const text = getQueryTextForSearch(editor)\n\n if (\n !$isRangeSelection(selection) ||\n !selection.isCollapsed() ||\n text === null ||\n range === null\n ) {\n closeTypeahead()\n return\n }\n\n const match = triggerFn({ editor, query: text })\n onQueryChange(match ? match.matchingString : null)\n\n if (match !== null && !isSelectionOnEntityBoundary(editor, match.leadOffset)) {\n const isRangePositioned = tryToPositionRange(match.leadOffset, range, editorWindow)\n if (isRangePositioned !== null) {\n startTransition(() =>\n openTypeahead({\n getRect: () => {\n return range.getBoundingClientRect()\n },\n match,\n }),\n )\n return\n }\n }\n closeTypeahead()\n })\n }\n\n const removeUpdateListener = editor.registerUpdateListener(updateListener)\n\n return () => {\n removeUpdateListener()\n }\n }, [editor, triggerFn, onQueryChange, resolution, closeTypeahead, openTypeahead])\n\n return resolution === null || editor === null ? null : (\n <LexicalMenu\n anchorElementRef={anchorElementRef}\n close={closeTypeahead}\n editor={editor}\n groups={groups}\n menuRenderFn={menuRenderFn}\n onSelectItem={onSelectItem}\n resolution={resolution}\n shouldSplitNodeWithQuery\n />\n )\n}\n\nexport type { MenuRenderFn, MenuResolution, MenuTextMatch, TriggerFn }\n", "'use client'\nimport type { LexicalCommand, LexicalEditor, TextNode } from 'lexical'\nimport type { JSX, ReactPortal, RefObject } from 'react'\n\nimport { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext.js'\nimport { mergeRegister } from '@lexical/utils'\nimport {\n $getSelection,\n $isRangeSelection,\n COMMAND_PRIORITY_LOW,\n KEY_ARROW_DOWN_COMMAND,\n KEY_ARROW_UP_COMMAND,\n KEY_ENTER_COMMAND,\n KEY_ESCAPE_COMMAND,\n KEY_TAB_COMMAND,\n createCommand,\n} from 'lexical'\nimport { useCallback, useEffect, useLayoutEffect, useMemo, useRef, useState } from 'react'\n\nimport type { MenuTextMatch } from '../useMenuTriggerMatch.js'\nimport type { SlashMenuGroupInternal, SlashMenuItem, SlashMenuItemInternal } from './types.js'\n\nexport type MenuResolution = {\n getRect: () => DOMRect\n match?: MenuTextMatch\n}\n\nconst baseClass = 'slash-menu-popup'\n\nexport type MenuRenderFn = (\n anchorElementRef: RefObject<HTMLElement | null>,\n itemProps: {\n groups: Array<SlashMenuGroupInternal>\n selectItemAndCleanUp: (selectedItem: SlashMenuItem) => void\n selectedItemKey: null | string\n setSelectedItemKey: (itemKey: string) => void\n },\n matchingString: null | string,\n) => JSX.Element | ReactPortal | null\n\nconst scrollIntoViewIfNeeded = (target: HTMLElement) => {\n const typeaheadContainerNode = document.getElementById('slash-menu')\n if (!typeaheadContainerNode) return\n\n const typeaheadRect = typeaheadContainerNode.getBoundingClientRect()\n\n if (typeaheadRect.top + typeaheadRect.height > window.innerHeight) {\n typeaheadContainerNode.scrollIntoView({\n block: 'center',\n })\n }\n\n if (typeaheadRect.top < 0) {\n typeaheadContainerNode.scrollIntoView({\n block: 'center',\n })\n }\n\n target.scrollIntoView({ block: 'nearest' })\n}\n\n/**\n * Walk backwards along user input and forward through entity title to try\n * and replace more of the user's text with entity.\n */\nfunction getFullMatchOffset(documentText: string, entryText: string, offset: number) {\n let triggerOffset = offset\n for (let i = triggerOffset; i <= entryText.length; i++) {\n if (documentText.substring(documentText.length - i) === entryText.substring(0, i)) {\n triggerOffset = i\n }\n }\n return triggerOffset\n}\n\n/**\n * Split Lexical TextNode and return a new TextNode only containing matched text.\n * Common use cases include: removing the node, replacing with a new node.\n */\nfunction $splitNodeContainingQuery(match: MenuTextMatch): TextNode | null {\n const selection = $getSelection()\n if (!$isRangeSelection(selection) || !selection.isCollapsed()) {\n return null\n }\n const anchor = selection.anchor\n if (anchor.type !== 'text') {\n return null\n }\n const anchorNode = anchor.getNode()\n if (!anchorNode.isSimpleText()) {\n return null\n }\n const selectionOffset = anchor.offset\n const textContent = anchorNode.getTextContent().slice(0, selectionOffset)\n const characterOffset = match.replaceableString.length\n const queryOffset = getFullMatchOffset(textContent, match.matchingString, characterOffset)\n const startOffset = selectionOffset - queryOffset\n if (startOffset < 0) {\n return null\n }\n let newNode\n if (startOffset === 0) {\n ;[newNode] = anchorNode.splitText(selectionOffset)\n } else {\n ;[, newNode] = anchorNode.splitText(startOffset, selectionOffset)\n }\n\n return newNode\n}\n\n// Got from https://stackoverflow.com/a/42543908/2013580\nexport function getScrollParent(\n element: HTMLElement,\n includeHidden: boolean,\n): HTMLBodyElement | HTMLElement {\n let style = getComputedStyle(element)\n const excludeStaticParent = style.position === 'absolute'\n const overflowRegex = includeHidden ? /(auto|scroll|hidden)/ : /(auto|scroll)/\n if (style.position === 'fixed') {\n return document.body\n }\n for (let parent: HTMLElement | null = element; (parent = parent.parentElement); ) {\n style = getComputedStyle(parent)\n if (excludeStaticParent && style.position === 'static') {\n continue\n }\n if (overflowRegex.test(style.overflow + style.overflowY + style.overflowX)) {\n return parent\n }\n }\n return document.body\n}\n\nfunction isTriggerVisibleInNearestScrollContainer(\n targetElement: HTMLElement,\n containerElement: HTMLElement,\n): boolean {\n const tRect = targetElement.getBoundingClientRect()\n const cRect = containerElement.getBoundingClientRect()\n return tRect.top > cRect.top && tRect.top < cRect.bottom\n}\n\n// Reposition the menu on scroll, window resize, and element resize.\nexport function useDynamicPositioning(\n resolution: MenuResolution | null,\n targetElement: HTMLElement | null,\n onReposition: () => void,\n onVisibilityChange?: (isInView: boolean) => void,\n) {\n const [editor] = useLexicalComposerContext()\n useEffect(() => {\n if (targetElement != null && resolution != null) {\n const rootElement = editor.getRootElement()\n const rootScrollParent =\n rootElement != null ? getScrollParent(rootElement, false) : document.body\n let ticking = false\n let previousIsInView = isTriggerVisibleInNearestScrollContainer(\n targetElement,\n rootScrollParent,\n )\n const handleScroll = function () {\n if (!ticking) {\n window.requestAnimationFrame(function () {\n onReposition()\n ticking = false\n })\n ticking = true\n }\n const isInView = isTriggerVisibleInNearestScrollContainer(targetElement, rootScrollParent)\n if (isInView !== previousIsInView) {\n previousIsInView = isInView\n if (onVisibilityChange != null) {\n onVisibilityChange(isInView)\n }\n }\n }\n const resizeObserver = new ResizeObserver(onReposition)\n window.addEventListener('resize', onReposition)\n document.addEventListener('scroll', handleScroll, {\n capture: true,\n passive: true,\n })\n resizeObserver.observe(targetElement)\n return () => {\n resizeObserver.unobserve(targetElement)\n window.removeEventListener('resize', onReposition)\n document.removeEventListener('scroll', handleScroll, true)\n }\n }\n }, [targetElement, editor, onVisibilityChange, onReposition, resolution])\n}\n\nexport const SCROLL_TYPEAHEAD_OPTION_INTO_VIEW_COMMAND: LexicalCommand<{\n index: number\n item: SlashMenuItemInternal\n}> = createCommand('SCROLL_TYPEAHEAD_OPTION_INTO_VIEW_COMMAND')\n\nexport function LexicalMenu({\n anchorElementRef,\n close,\n editor,\n // groups filtering is already handled in SlashMenu/index.tsx. Thus, groups always contains the matching items.\n groups,\n menuRenderFn,\n onSelectItem,\n resolution,\n shouldSplitNodeWithQuery = false,\n}: {\n anchorElementRef: RefObject<HTMLElement>\n close: () => void\n editor: LexicalEditor\n groups: Array<SlashMenuGroupInternal>\n menuRenderFn: MenuRenderFn\n onSelectItem: (\n item: SlashMenuItem,\n textNodeContainingQuery: TextNode | null,\n closeMenu: () => void,\n matchingString: string,\n ) => void\n resolution: MenuResolution\n shouldSplitNodeWithQuery?: boolean\n}): JSX.Element | null {\n const [selectedItemKey, setSelectedItemKey] = useState<null | string>(null)\n\n const matchingString = (resolution.match && resolution.match.matchingString) || ''\n\n const updateSelectedItem = useCallback(\n (item: SlashMenuItem) => {\n const rootElem = editor.getRootElement()\n if (rootElem !== null) {\n rootElem.setAttribute('aria-activedescendant', `${baseClass}__item-${item.key}`)\n setSelectedItemKey(item.key)\n }\n },\n [editor],\n )\n\n const setSelectedItemKeyToFirstMatchingItem = useCallback(() => {\n // set selected item to the first of the matching ones\n if (groups !== null && matchingString != null) {\n // groups filtering is already handled in SlashMenu/index.tsx. Thus, groups always contains the matching items.\n const allItems = groups.flatMap((group) => group.items)\n\n if (allItems.length) {\n const firstMatchingItem = allItems[0]\n updateSelectedItem(firstMatchingItem)\n }\n }\n }, [groups, updateSelectedItem, matchingString])\n\n useEffect(() => {\n setSelectedItemKeyToFirstMatchingItem()\n }, [matchingString, setSelectedItemKeyToFirstMatchingItem])\n\n const selectItemAndCleanUp = useCallback(\n (selectedItem: SlashMenuItem) => {\n editor.update(() => {\n const textNodeContainingQuery =\n resolution.match != null && shouldSplitNodeWithQuery\n ? $splitNodeContainingQuery(resolution.match)\n : null\n\n onSelectItem(\n selectedItem,\n textNodeContainingQuery,\n close,\n resolution.match ? resolution.match.matchingString : '',\n )\n })\n },\n [editor, shouldSplitNodeWithQuery, resolution.match, onSelectItem, close],\n )\n\n useEffect(() => {\n return () => {\n const rootElem = editor.getRootElement()\n if (rootElem !== null) {\n rootElem.removeAttribute('aria-activedescendant')\n }\n }\n }, [editor])\n\n useLayoutEffect(() => {\n if (groups === null) {\n setSelectedItemKey(null)\n } else if (selectedItemKey === null) {\n setSelectedItemKeyToFirstMatchingItem()\n }\n }, [groups, selectedItemKey, updateSelectedItem, setSelectedItemKeyToFirstMatchingItem])\n\n useEffect(() => {\n return mergeRegister(\n editor.registerCommand(\n SCROLL_TYPEAHEAD_OPTION_INTO_VIEW_COMMAND,\n ({ item }) => {\n if (item.ref && item.ref.current != null) {\n scrollIntoViewIfNeeded(item.ref.current)\n return true\n }\n\n return false\n },\n COMMAND_PRIORITY_LOW,\n ),\n )\n }, [editor, updateSelectedItem])\n\n useEffect(() => {\n return mergeRegister(\n editor.registerCommand<KeyboardEvent>(\n KEY_ARROW_DOWN_COMMAND,\n (payload) => {\n const event = payload\n if (groups !== null && groups.length && selectedItemKey !== null) {\n const allItems = groups.flatMap((group) => group.items)\n const selectedIndex = allItems.findIndex((item) => item.key === selectedItemKey)\n\n const newSelectedIndex = selectedIndex !== allItems.length - 1 ? selectedIndex + 1 : 0\n\n const newSelectedItem = allItems[newSelectedIndex]\n\n updateSelectedItem(newSelectedItem)\n if (newSelectedItem.ref != null && newSelectedItem.ref.current) {\n editor.dispatchCommand(SCROLL_TYPEAHEAD_OPTION_INTO_VIEW_COMMAND, {\n index: newSelectedIndex,\n item: newSelectedItem,\n })\n }\n event.preventDefault()\n event.stopImmediatePropagation()\n }\n return true\n },\n COMMAND_PRIORITY_LOW,\n ),\n editor.registerCommand<KeyboardEvent>(\n KEY_ARROW_UP_COMMAND,\n (payload) => {\n const event = payload\n if (groups !== null && groups.length && selectedItemKey !== null) {\n const allItems = groups.flatMap((group) => group.items)\n const selectedIndex = allItems.findIndex((item) => item.key === selectedItemKey)\n\n const newSelectedIndex = selectedIndex !== 0 ? selectedIndex - 1 : allItems.length - 1\n\n const newSelectedItem = allItems[newSelectedIndex]\n\n updateSelectedItem(newSelectedItem)\n if (newSelectedItem.ref != null && newSelectedItem.ref.current) {\n scrollIntoViewIfNeeded(newSelectedItem.ref.current)\n }\n event.preventDefault()\n event.stopImmediatePropagation()\n }\n return true\n },\n COMMAND_PRIORITY_LOW,\n ),\n editor.registerCommand<KeyboardEvent>(\n KEY_ESCAPE_COMMAND,\n (payload) => {\n const event = payload\n event.preventDefault()\n event.stopImmediatePropagation()\n close()\n return true\n },\n COMMAND_PRIORITY_LOW,\n ),\n editor.registerCommand<KeyboardEvent>(\n KEY_TAB_COMMAND,\n (payload) => {\n const event = payload\n\n if (groups === null || selectedItemKey === null) {\n return false\n }\n const allItems = groups.flatMap((group) => group.items)\n const selectedItem = allItems.find((item) => item.key === selectedItemKey)\n if (!selectedItem) {\n return false\n }\n\n event.preventDefault()\n event.stopImmediatePropagation()\n selectItemAndCleanUp(selectedItem)\n return true\n },\n COMMAND_PRIORITY_LOW,\n ),\n editor.registerCommand(\n KEY_ENTER_COMMAND,\n (event: KeyboardEvent | null) => {\n if (groups === null || selectedItemKey === null) {\n return false\n }\n const allItems = groups.flatMap((group) => group.items)\n const selectedItem = allItems.find((item) => item.key === selectedItemKey)\n if (!selectedItem) {\n return false\n }\n\n if (event !== null) {\n event.preventDefault()\n event.stopImmediatePropagation()\n }\n selectItemAndCleanUp(selectedItem)\n return true\n },\n COMMAND_PRIORITY_LOW,\n ),\n )\n }, [selectItemAndCleanUp, close, editor, groups, selectedItemKey, updateSelectedItem])\n\n const listItemProps = useMemo(\n () => ({\n groups,\n selectItemAndCleanUp,\n selectedItemKey,\n setSelectedItemKey,\n }),\n [selectItemAndCleanUp, selectedItemKey, groups],\n )\n\n return menuRenderFn(\n anchorElementRef,\n listItemProps,\n resolution.match ? resolution.match.matchingString : '',\n )\n}\n\nexport function useMenuAnchorRef(\n anchorElem: HTMLElement,\n resolution: MenuResolution | null,\n setResolution: (r: MenuResolution | null) => void,\n className?: string,\n): RefObject<HTMLElement> {\n const [editor] = useLexicalComposerContext()\n const anchorElementRef = useRef<HTMLElement>(document.createElement('div'))\n const positionMenu = useCallback(() => {\n const rootElement = editor.getRootElement()\n const containerDiv = anchorElementRef.current\n\n const VERTICAL_OFFSET = 32\n\n const menuEle = containerDiv.firstChild as Element\n if (rootElement !== null && resolution !== null) {\n const { height, width } = resolution.getRect()\n let { left, top } = resolution.getRect()\n\n const rawTop = top\n top -= anchorElem.getBoundingClientRect().top + window.scrollY\n left -= anchorElem.getBoundingClientRect().left + window.scrollX\n containerDiv.style.left = `${left + window.scrollX}px`\n containerDiv.style.height = `${height}px`\n containerDiv.style.width = `${width}px`\n if (menuEle !== null) {\n const menuRect = menuEle.getBoundingClientRect()\n const menuHeight = menuRect.height\n const menuWidth = menuRect.width\n\n const rootElementRect = rootElement.getBoundingClientRect()\n\n if (left + menuWidth > rootElementRect.right) {\n containerDiv.style.left = `${rootElementRect.right - menuWidth + window.scrollX}px`\n }\n\n const wouldGoOffBottomOfScreen = rawTop + menuHeight + VERTICAL_OFFSET > window.innerHeight\n //const wouldGoOffBottomOfContainer = top + menuHeight > rootElementRect.bottom\n const wouldGoOffTopOfScreen = rawTop < 0\n\n // Position slash menu above the cursor instead of below (default) if it would otherwise go off the bottom of the screen.\n if (wouldGoOffBottomOfScreen && !wouldGoOffTopOfScreen) {\n const margin = 24\n containerDiv.style.top = `${\n top + VERTICAL_OFFSET - menuHeight + window.scrollY - (height + margin)\n }px`\n } else {\n containerDiv.style.top = `${top + window.scrollY + VERTICAL_OFFSET}px`\n }\n }\n\n if (!containerDiv.isConnected) {\n if (className != null) {\n containerDiv.className = className\n }\n containerDiv.setAttribute('aria-label', 'Slash menu')\n containerDiv.setAttribute('id', 'slash-menu')\n containerDiv.setAttribute('role', 'listbox')\n containerDiv.style.display = 'block'\n containerDiv.style.position = 'absolute'\n anchorElem.append(containerDiv)\n }\n anchorElementRef.current = containerDiv\n rootElement.setAttribute('aria-controls', 'slash-menu')\n }\n }, [editor, resolution, className, anchorElem])\n\n useEffect(() => {\n const rootElement = editor.getRootElement()\n if (resolution !== null) {\n positionMenu()\n return () => {\n if (rootElement !== null) {\n rootElement.removeAttribute('aria-controls')\n }\n\n const containerDiv = anchorElementRef.current\n if (containerDiv !== null && containerDiv.isConnected) {\n containerDiv.remove()\n }\n }\n }\n }, [editor, positionMenu, resolution])\n\n const onVisibilityChange = useCallback(\n (isInView: boolean) => {\n if (resolution !== null) {\n if (!isInView) {\n setResolution(null)\n }\n }\n },\n [resolution, setResolution],\n )\n\n useDynamicPositioning(resolution, anchorElementRef.current, positionMenu, onVisibilityChange)\n\n return anchorElementRef\n}\n", "export function isHTMLElement(x: unknown): x is HTMLElement {\n return x instanceof HTMLElement\n}\n", "export class Point {\n private readonly _x: number\n\n private readonly _y: number\n\n constructor(x: number, y: number) {\n this._x = x\n this._y = y\n }\n\n public calcDeltaXTo({ x }: Point): number {\n return this.x - x\n }\n\n public calcDeltaYTo({ y }: Point): number {\n return this.y - y\n }\n\n public calcDistanceTo(point: Point): number {\n return Math.sqrt(Math.pow(this.calcDeltaXTo(point), 2) + Math.pow(this.calcDeltaYTo(point), 2))\n }\n\n public calcHorizontalDistanceTo(point: Point): number {\n return Math.abs(this.calcDeltaXTo(point))\n }\n\n public calcVerticalDistance(point: Point): number {\n return Math.abs(this.calcDeltaYTo(point))\n }\n\n public equals({ x, y }: Point): boolean {\n return this.x === x && this.y === y\n }\n\n get x(): number {\n return this._x\n }\n\n get y(): number {\n return this._y\n }\n}\n\nexport function isPoint(x: unknown): x is Point {\n return x instanceof Point\n}\n", "import { type Point, isPoint } from './point.js'\n\ninterface ContainsPointReturn {\n reason: {\n isOnBottomSide: boolean\n isOnLeftSide: boolean\n isOnRightSide: boolean\n isOnTopSide: boolean\n }\n result: boolean\n}\n\nexport class Rect {\n private readonly _bottom: number\n\n private readonly _left: number\n\n private readonly _right: number\n\n private readonly _top: number\n\n constructor(left: number, top: number, right: number, bottom: number) {\n const [physicTop, physicBottom] = top <= bottom ? [top, bottom] : [bottom, top]\n\n const [physicLeft, physicRight] = left <= right ? [left, right] : [right, left]\n\n this._top = physicTop\n this._right = physicRight\n this._left = physicLeft\n this._bottom = physicBottom\n }\n\n static fromDOM(dom: HTMLElement): Rect {\n const { height, left, top, width } = dom.getBoundingClientRect()\n return Rect.fromLWTH(left, width, top, height)\n }\n\n static fromDOMRect(domRect: DOMRect): Rect {\n const { height, left, top, width } = domRect\n return Rect.fromLWTH(left, width, top, height)\n }\n\n static fromLTRB(left: number, top: number, right: number, bottom: number): Rect {\n return new Rect(left, top, right, bottom)\n }\n\n static fromLWTH(left: number, width: number, top: number, height: number): Rect {\n return new Rect(left, top, left + width, top + height)\n }\n\n static fromPoints(startPoint: Point, endPoint: Point): Rect {\n const { x: left, y: top } = startPoint\n const { x: right, y: bottom } = endPoint\n return Rect.fromLTRB(left, top, right, bottom)\n }\n\n public contains({ x, y }: Point): ContainsPointReturn\n\n public contains({ bottom, left, right, top }: Rect): boolean\n\n public contains(target: Point | Rect): ContainsPointReturn | boolean {\n if (isPoint(target)) {\n const { x, y } = target\n\n const isOnTopSide = y < this._top\n const isOnBottomSide = y > this._bottom\n const isOnLeftSide = x < this._left\n const isOnRightSide = x > this._right\n\n const result = !isOnTopSide && !isOnBottomSide && !isOnLeftSide && !isOnRightSide\n\n return {\n reason: {\n isOnBottomSide,\n isOnLeftSide,\n isOnRightSide,\n isOnTopSide,\n },\n result,\n }\n }\n const { bottom, left, right, top } = target\n\n return (\n top >= this._top &&\n top <= this._bottom &&\n bottom >= this._top &&\n bottom <= this._bottom &&\n left >= this._left &&\n left <= this._right &&\n right >= this._left &&\n right <= this._right\n )\n }\n\n public distanceFromPoint(point: Point): {\n distance: number\n isOnBottomSide: boolean\n isOnLeftSide: boolean\n isOnRightSide: boolean\n isOnTopSide: boolean\n } {\n const containsResult = this.contains(point)\n if (containsResult.result) {\n return {\n distance: 0,\n isOnBottomSide: containsResult.reason.isOnBottomSide,\n isOnLeftSide: containsResult.reason.isOnLeftSide,\n isOnRightSide: containsResult.reason.isOnRightSide,\n isOnTopSide: containsResult.reason.isOnTopSide,\n }\n }\n\n let dx = 0 // Horizontal distance to the closest edge\n let dy = 0 // Vertical distance to the closest edge\n\n // If the point is to the left of the rectangle\n if (point.x < this._left) {\n dx = this._left - point.x\n }\n // If the point is to the right of the rectangle\n else if (point.x > this._right) {\n dx = point.x - this._right\n }\n\n // If the point is above the rectangle\n if (point.y < this._top) {\n dy = this._top - point.y\n }\n // If the point is below the rectangle\n else if (point.y > this._bottom) {\n dy = point.y - this._bottom\n }\n\n // Use the Pythagorean theorem to calculate the distance\n return {\n distance: Math.sqrt(dx * dx + dy * dy),\n isOnBottomSide: point.y > this._bottom,\n isOnLeftSide: point.x < this._left,\n isOnRightSide: point.x > this._right,\n isOnTopSide: point.y < this._top,\n }\n }\n\n public equals({ bottom, left, right, top }: Rect): boolean {\n return (\n top === this._top && bottom === this._bottom && left === this._left && right === this._right\n )\n }\n\n public generateNewRect({\n bottom = this.bottom,\n left = this.left,\n right = this.right,\n top = this.top,\n }): Rect {\n return new Rect(left, top, right, bottom)\n }\n\n public intersectsWith(rect: Rect): boolean {\n const { height: h1, left: x1, top: y1, width: w1 } = rect\n const { height: h2, left: x2, top: y2, width: w2 } = this\n const maxX = x1 + w1 >= x2 + w2 ? x1 + w1 : x2 + w2\n const maxY = y1 + h1 >= y2 + h2 ? y1 + h1 : y2 + h2\n const minX = x1 <= x2 ? x1 : x2\n const minY = y1 <= y2 ? y1 : y2\n return maxX - minX <= w1 + w2 && maxY - minY <= h1 + h2\n }\n\n get bottom(): number {\n return this._bottom\n }\n\n get height(): number {\n return Math.abs(this._bottom - this._top)\n }\n\n get left(): number {\n return this._left\n }\n\n get right(): number {\n return this._right\n }\n\n get top(): number {\n return this._top\n }\n\n get width(): number {\n return Math.abs(this._left - this._right)\n }\n}\n"],
5
+ "mappings": "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",
6
+ "names": ["getEnabledNodes", "editorConfig", "node", "useLexicalComposerContext", "mergeRegister", "$getSelection", "$isRangeSelection", "$isTextNode", "COMMAND_PRIORITY_LOW", "createCommand", "useCallback", "useEffect", "useState", "React", "useLexicalComposerContext", "mergeRegister", "$getSelection", "$isRangeSelection", "COMMAND_PRIORITY_LOW", "KEY_ARROW_DOWN_COMMAND", "KEY_ARROW_UP_COMMAND", "KEY_ENTER_COMMAND", "KEY_ESCAPE_COMMAND", "KEY_TAB_COMMAND", "createCommand", "useCallback", "useEffect", "useLayoutEffect", "useMemo", "useRef", "useState", "baseClass", "scrollIntoViewIfNeeded", "target", "typeaheadContainerNode", "typeaheadRect", "getFullMatchOffset", "documentText", "entryText", "offset", "triggerOffset", "i", "$splitNodeContainingQuery", "match", "selection", "anchor", "anchorNode", "selectionOffset", "textContent", "characterOffset", "queryOffset", "startOffset", "newNode", "getScrollParent", "element", "includeHidden", "style", "excludeStaticParent", "overflowRegex", "parent", "isTriggerVisibleInNearestScrollContainer", "targetElement", "containerElement", "tRect", "cRect", "useDynamicPositioning", "resolution", "onReposition", "onVisibilityChange", "editor", "rootElement", "rootScrollParent", "ticking", "previousIsInView", "handleScroll", "isInView", "resizeObserver", "SCROLL_TYPEAHEAD_OPTION_INTO_VIEW_COMMAND", "LexicalMenu", "anchorElementRef", "close", "groups", "menuRenderFn", "onSelectItem", "shouldSplitNodeWithQuery", "selectedItemKey", "setSelectedItemKey", "matchingString", "updateSelectedItem", "item", "rootElem", "setSelectedItemKeyToFirstMatchingItem", "allItems", "group", "firstMatchingItem", "selectItemAndCleanUp", "selectedItem", "textNodeContainingQuery", "payload", "event", "selectedIndex", "newSelectedIndex", "newSelectedItem", "listItemProps", "useMenuAnchorRef", "anchorElem", "setResolution", "className", "positionMenu", "containerDiv", "VERTICAL_OFFSET", "menuEle", "height", "width", "left", "top", "rawTop", "menuRect", "menuHeight", "menuWidth", "rootElementRect", "wouldGoOffBottomOfScreen", "wouldGoOffTopOfScreen", "jsx", "PUNCTUATION", "getTextUpToAnchor", "selection", "anchor", "anchorNode", "anchorOffset", "tryToPositionRange", "leadOffset", "range", "editorWindow", "domSelection", "startOffset", "endOffset", "getQueryTextForSearch", "editor", "text", "$getSelection", "$isRangeSelection", "isSelectionOnEntityBoundary", "offset", "prevSibling", "$isTextNode", "startTransition", "callback", "ENABLE_SLASH_MENU_COMMAND", "createCommand", "LexicalTypeaheadMenuPlugin", "anchorClassName", "anchorElem", "groups", "menuRenderFn", "onClose", "onOpen", "onQueryChange", "onSelectItem", "triggerFn", "useLexicalComposerContext", "resolution", "setResolution", "useState", "anchorElementRef", "useMenuAnchorRef", "closeTypeahead", "useCallback", "openTypeahead", "res", "useEffect", "mergeRegister", "node", "match", "COMMAND_PRIORITY_LOW", "updateListener", "removeUpdateListener", "LexicalMenu", "isHTMLElement", "x", "Point", "x", "y", "point", "isPoint", "Rect", "_Rect", "left", "top", "right", "bottom", "physicTop", "physicBottom", "physicLeft", "physicRight", "dom", "height", "width", "domRect", "startPoint", "endPoint", "target", "isPoint", "x", "y", "isOnTopSide", "isOnBottomSide", "isOnLeftSide", "isOnRightSide", "point", "containsResult", "dx", "dy", "rect", "h1", "x1", "y1", "w1", "h2", "x2", "y2", "w2", "maxX", "maxY", "minX", "minY"]
7
+ }