@payloadcms/richtext-lexical 3.0.0-beta.7 → 3.0.0-canary.03427d3

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 (971) 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 +45 -31
  5. package/dist/cell/index.js.map +1 -1
  6. package/dist/exports/client/Component-6AVANNNR.js +2 -0
  7. package/dist/exports/client/Component-6AVANNNR.js.map +7 -0
  8. package/dist/exports/client/Component-SZVAYRJX.js +2 -0
  9. package/dist/exports/client/Component-SZVAYRJX.js.map +7 -0
  10. package/dist/exports/client/Field-U5PHZTST.js +2 -0
  11. package/dist/exports/client/Field-U5PHZTST.js.map +7 -0
  12. package/dist/exports/client/RelationshipComponent-FGUPLCD2.js +2 -0
  13. package/dist/exports/client/RelationshipComponent-FGUPLCD2.js.map +7 -0
  14. package/dist/exports/client/bundled.css +1 -0
  15. package/dist/exports/client/chunk-35NZOHAF.js +2 -0
  16. package/dist/exports/client/chunk-35NZOHAF.js.map +7 -0
  17. package/dist/exports/client/chunk-3PZ2ZFQG.js +3 -0
  18. package/dist/exports/client/chunk-3PZ2ZFQG.js.map +7 -0
  19. package/dist/exports/client/chunk-FSTRW2TI.js +2 -0
  20. package/dist/exports/client/chunk-FSTRW2TI.js.map +7 -0
  21. package/dist/exports/client/chunk-M6MN4CA5.js +2 -0
  22. package/dist/exports/client/chunk-M6MN4CA5.js.map +7 -0
  23. package/dist/exports/client/chunk-Y5455JF3.js +2 -0
  24. package/dist/exports/client/chunk-Y5455JF3.js.map +7 -0
  25. package/dist/exports/client/component-FFLILIUZ.js +2 -0
  26. package/dist/exports/client/component-FFLILIUZ.js.map +7 -0
  27. package/dist/exports/client/component-RAVN56DE.js +2 -0
  28. package/dist/exports/client/component-RAVN56DE.js.map +7 -0
  29. package/dist/exports/client/component-Z34HXRX3.js +2 -0
  30. package/dist/exports/client/component-Z34HXRX3.js.map +7 -0
  31. package/dist/exports/client/index.d.ts +52 -0
  32. package/dist/exports/client/index.d.ts.map +1 -0
  33. package/dist/exports/client/index.js +36 -0
  34. package/dist/exports/client/index.js.map +7 -0
  35. package/dist/field/Field.d.ts +1 -2
  36. package/dist/field/Field.d.ts.map +1 -1
  37. package/dist/field/Field.js +69 -55
  38. package/dist/field/Field.js.map +1 -1
  39. package/dist/field/bundled.css +0 -0
  40. package/dist/field/features/align/feature.client.d.ts +4 -1
  41. package/dist/field/features/align/feature.client.d.ts.map +1 -1
  42. package/dist/field/features/align/feature.client.js +135 -54
  43. package/dist/field/features/align/feature.client.js.map +1 -1
  44. package/dist/field/features/align/feature.server.d.ts.map +1 -1
  45. package/dist/field/features/align/feature.server.js +4 -1
  46. package/dist/field/features/align/feature.server.js.map +1 -1
  47. package/dist/field/features/align/i18n.d.ts +3 -0
  48. package/dist/field/features/align/i18n.d.ts.map +1 -0
  49. package/dist/field/features/align/i18n.js +196 -0
  50. package/dist/field/features/align/i18n.js.map +1 -0
  51. package/dist/field/features/align/toolbarAlignGroup.d.ts +3 -0
  52. package/dist/field/features/align/toolbarAlignGroup.d.ts.map +1 -0
  53. package/dist/field/features/align/toolbarAlignGroup.js +12 -0
  54. package/dist/field/features/align/toolbarAlignGroup.js.map +1 -0
  55. package/dist/field/features/blockquote/feature.client.d.ts +4 -1
  56. package/dist/field/features/blockquote/feature.client.d.ts.map +1 -1
  57. package/dist/field/features/blockquote/feature.client.js +60 -46
  58. package/dist/field/features/blockquote/feature.client.js.map +1 -1
  59. package/dist/field/features/blockquote/feature.server.d.ts +1 -1
  60. package/dist/field/features/blockquote/feature.server.d.ts.map +1 -1
  61. package/dist/field/features/blockquote/feature.server.js +10 -7
  62. package/dist/field/features/blockquote/feature.server.js.map +1 -1
  63. package/dist/field/features/blockquote/i18n.d.ts +3 -0
  64. package/dist/field/features/blockquote/i18n.d.ts.map +1 -0
  65. package/dist/field/features/blockquote/i18n.js +100 -0
  66. package/dist/field/features/blockquote/i18n.js.map +1 -0
  67. package/dist/field/features/blockquote/markdownTransformer.d.ts.map +1 -1
  68. package/dist/field/features/blockquote/markdownTransformer.js +2 -4
  69. package/dist/field/features/blockquote/markdownTransformer.js.map +1 -1
  70. package/dist/field/features/blocks/component/BlockContent.d.ts.map +1 -1
  71. package/dist/field/features/blocks/component/BlockContent.js +77 -67
  72. package/dist/field/features/blocks/component/BlockContent.js.map +1 -1
  73. package/dist/field/features/blocks/component/FormSavePlugin.d.ts +1 -2
  74. package/dist/field/features/blocks/component/FormSavePlugin.d.ts.map +1 -1
  75. package/dist/field/features/blocks/component/FormSavePlugin.js +2 -2
  76. package/dist/field/features/blocks/component/FormSavePlugin.js.map +1 -1
  77. package/dist/field/features/blocks/component/index.d.ts +0 -1
  78. package/dist/field/features/blocks/component/index.d.ts.map +1 -1
  79. package/dist/field/features/blocks/component/index.js +60 -30
  80. package/dist/field/features/blocks/component/index.js.map +1 -1
  81. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts +1 -1
  82. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts.map +1 -1
  83. package/dist/field/features/blocks/component/removeEmptyArrayValues.js.map +1 -1
  84. package/dist/field/features/blocks/drawer/index.d.ts.map +1 -1
  85. package/dist/field/features/blocks/drawer/index.js +5 -11
  86. package/dist/field/features/blocks/drawer/index.js.map +1 -1
  87. package/dist/field/features/blocks/feature.client.d.ts +4 -1
  88. package/dist/field/features/blocks/feature.client.d.ts.map +1 -1
  89. package/dist/field/features/blocks/feature.client.js +58 -27
  90. package/dist/field/features/blocks/feature.client.js.map +1 -1
  91. package/dist/field/features/blocks/feature.server.d.ts +2 -5
  92. package/dist/field/features/blocks/feature.server.d.ts.map +1 -1
  93. package/dist/field/features/blocks/feature.server.js +62 -82
  94. package/dist/field/features/blocks/feature.server.js.map +1 -1
  95. package/dist/field/features/blocks/{populationPromise.d.ts → graphQLPopulationPromise.d.ts} +1 -1
  96. package/dist/field/features/blocks/graphQLPopulationPromise.d.ts.map +1 -0
  97. package/dist/field/features/blocks/graphQLPopulationPromise.js +31 -0
  98. package/dist/field/features/blocks/graphQLPopulationPromise.js.map +1 -0
  99. package/dist/field/features/blocks/i18n.d.ts +3 -0
  100. package/dist/field/features/blocks/i18n.d.ts.map +1 -0
  101. package/dist/field/features/blocks/i18n.js +100 -0
  102. package/dist/field/features/blocks/i18n.js.map +1 -0
  103. package/dist/field/features/blocks/nodes/BlocksNode.d.ts +2 -4
  104. package/dist/field/features/blocks/nodes/BlocksNode.d.ts.map +1 -1
  105. package/dist/field/features/blocks/nodes/BlocksNode.js +3 -3
  106. package/dist/field/features/blocks/nodes/BlocksNode.js.map +1 -1
  107. package/dist/field/features/blocks/plugin/commands.d.ts.map +1 -1
  108. package/dist/field/features/blocks/plugin/commands.js +1 -2
  109. package/dist/field/features/blocks/plugin/commands.js.map +1 -1
  110. package/dist/field/features/blocks/plugin/index.d.ts +3 -2
  111. package/dist/field/features/blocks/plugin/index.d.ts.map +1 -1
  112. package/dist/field/features/blocks/plugin/index.js +10 -11
  113. package/dist/field/features/blocks/plugin/index.js.map +1 -1
  114. package/dist/field/features/blocks/validate.d.ts.map +1 -1
  115. package/dist/field/features/blocks/validate.js +22 -36
  116. package/dist/field/features/blocks/validate.js.map +1 -1
  117. package/dist/field/features/converters/html/field/index.d.ts +14 -2
  118. package/dist/field/features/converters/html/field/index.d.ts.map +1 -1
  119. package/dist/field/features/converters/html/field/index.js +97 -57
  120. package/dist/field/features/converters/html/field/index.js.map +1 -1
  121. package/dist/field/features/createFeaturePropComponent.d.ts.map +1 -1
  122. package/dist/field/features/createFeaturePropComponent.js +6 -3
  123. package/dist/field/features/createFeaturePropComponent.js.map +1 -1
  124. package/dist/field/features/debug/{testrecorder → testRecorder}/feature.client.d.ts +4 -1
  125. package/dist/field/features/debug/testRecorder/feature.client.d.ts.map +1 -0
  126. package/dist/field/features/debug/{testrecorder → testRecorder}/feature.client.js.map +1 -1
  127. package/dist/field/features/debug/testRecorder/feature.server.d.ts.map +1 -0
  128. package/dist/field/features/debug/{testrecorder → testRecorder}/feature.server.js +3 -2
  129. package/dist/field/features/debug/testRecorder/feature.server.js.map +1 -0
  130. package/dist/field/features/debug/testRecorder/plugin/index.d.ts +5 -0
  131. package/dist/field/features/debug/testRecorder/plugin/index.d.ts.map +1 -0
  132. package/dist/field/features/debug/{testrecorder → testRecorder}/plugin/index.js +68 -45
  133. package/dist/field/features/debug/testRecorder/plugin/index.js.map +1 -0
  134. package/dist/field/features/debug/{treeview → treeView}/feature.client.d.ts +4 -1
  135. package/dist/field/features/debug/treeView/feature.client.d.ts.map +1 -0
  136. package/dist/field/features/debug/{treeview → treeView}/feature.client.js.map +1 -1
  137. package/dist/field/features/debug/treeView/feature.server.d.ts.map +1 -0
  138. package/dist/field/features/debug/{treeview → treeView}/feature.server.js +3 -2
  139. package/dist/field/features/debug/treeView/feature.server.js.map +1 -0
  140. package/dist/field/features/debug/treeView/plugin/index.d.ts +4 -0
  141. package/dist/field/features/debug/treeView/plugin/index.d.ts.map +1 -0
  142. package/dist/field/features/debug/{treeview → treeView}/plugin/index.js +6 -8
  143. package/dist/field/features/debug/treeView/plugin/index.js.map +1 -0
  144. package/dist/field/features/format/bold/feature.client.d.ts +4 -1
  145. package/dist/field/features/format/bold/feature.client.d.ts.map +1 -1
  146. package/dist/field/features/format/bold/feature.client.js +26 -23
  147. package/dist/field/features/format/bold/feature.client.js.map +1 -1
  148. package/dist/field/features/format/bold/feature.server.d.ts.map +1 -1
  149. package/dist/field/features/format/bold/feature.server.js +2 -1
  150. package/dist/field/features/format/bold/feature.server.js.map +1 -1
  151. package/dist/field/features/format/{inlinecode → inlineCode}/feature.client.d.ts +4 -1
  152. package/dist/field/features/format/inlineCode/feature.client.d.ts.map +1 -0
  153. package/dist/field/features/format/inlineCode/feature.client.js +46 -0
  154. package/dist/field/features/format/inlineCode/feature.client.js.map +1 -0
  155. package/dist/field/features/format/inlineCode/feature.server.d.ts.map +1 -0
  156. package/dist/field/features/format/{inlinecode → inlineCode}/feature.server.js +3 -2
  157. package/dist/field/features/format/inlineCode/feature.server.js.map +1 -0
  158. package/dist/field/features/format/{inlinecode → inlineCode}/markdownTransformers.d.ts.map +1 -1
  159. package/dist/field/features/format/{inlinecode → inlineCode}/markdownTransformers.js.map +1 -1
  160. package/dist/field/features/format/italic/feature.client.d.ts +4 -1
  161. package/dist/field/features/format/italic/feature.client.d.ts.map +1 -1
  162. package/dist/field/features/format/italic/feature.client.js +27 -24
  163. package/dist/field/features/format/italic/feature.client.js.map +1 -1
  164. package/dist/field/features/format/italic/feature.server.d.ts.map +1 -1
  165. package/dist/field/features/format/italic/feature.server.js +2 -1
  166. package/dist/field/features/format/italic/feature.server.js.map +1 -1
  167. package/dist/field/features/format/shared/toolbarFormatGroup.d.ts +3 -0
  168. package/dist/field/features/format/shared/toolbarFormatGroup.d.ts.map +1 -0
  169. package/dist/field/features/format/shared/toolbarFormatGroup.js +10 -0
  170. package/dist/field/features/format/shared/toolbarFormatGroup.js.map +1 -0
  171. package/dist/field/features/format/strikethrough/feature.client.d.ts +4 -1
  172. package/dist/field/features/format/strikethrough/feature.client.d.ts.map +1 -1
  173. package/dist/field/features/format/strikethrough/feature.client.js +27 -24
  174. package/dist/field/features/format/strikethrough/feature.client.js.map +1 -1
  175. package/dist/field/features/format/strikethrough/feature.server.d.ts.map +1 -1
  176. package/dist/field/features/format/strikethrough/feature.server.js +2 -1
  177. package/dist/field/features/format/strikethrough/feature.server.js.map +1 -1
  178. package/dist/field/features/format/subscript/feature.client.d.ts +4 -1
  179. package/dist/field/features/format/subscript/feature.client.d.ts.map +1 -1
  180. package/dist/field/features/format/subscript/feature.client.js +25 -22
  181. package/dist/field/features/format/subscript/feature.client.js.map +1 -1
  182. package/dist/field/features/format/subscript/feature.server.d.ts.map +1 -1
  183. package/dist/field/features/format/subscript/feature.server.js +2 -1
  184. package/dist/field/features/format/subscript/feature.server.js.map +1 -1
  185. package/dist/field/features/format/superscript/feature.client.d.ts +4 -1
  186. package/dist/field/features/format/superscript/feature.client.d.ts.map +1 -1
  187. package/dist/field/features/format/superscript/feature.client.js +25 -22
  188. package/dist/field/features/format/superscript/feature.client.js.map +1 -1
  189. package/dist/field/features/format/superscript/feature.server.d.ts.map +1 -1
  190. package/dist/field/features/format/superscript/feature.server.js +2 -1
  191. package/dist/field/features/format/superscript/feature.server.js.map +1 -1
  192. package/dist/field/features/format/underline/feature.client.d.ts +4 -1
  193. package/dist/field/features/format/underline/feature.client.d.ts.map +1 -1
  194. package/dist/field/features/format/underline/feature.client.js +25 -22
  195. package/dist/field/features/format/underline/feature.client.js.map +1 -1
  196. package/dist/field/features/format/underline/feature.server.d.ts.map +1 -1
  197. package/dist/field/features/format/underline/feature.server.js +2 -1
  198. package/dist/field/features/format/underline/feature.server.js.map +1 -1
  199. package/dist/field/features/heading/feature.client.d.ts +4 -1
  200. package/dist/field/features/heading/feature.client.d.ts.map +1 -1
  201. package/dist/field/features/heading/feature.client.js +75 -54
  202. package/dist/field/features/heading/feature.client.js.map +1 -1
  203. package/dist/field/features/heading/feature.server.d.ts.map +1 -1
  204. package/dist/field/features/heading/feature.server.js +9 -6
  205. package/dist/field/features/heading/feature.server.js.map +1 -1
  206. package/dist/field/features/heading/i18n.d.ts +3 -0
  207. package/dist/field/features/heading/i18n.d.ts.map +1 -0
  208. package/dist/field/features/heading/i18n.js +100 -0
  209. package/dist/field/features/heading/i18n.js.map +1 -0
  210. package/dist/field/features/heading/markdownTransformer.d.ts.map +1 -1
  211. package/dist/field/features/heading/markdownTransformer.js +1 -2
  212. package/dist/field/features/heading/markdownTransformer.js.map +1 -1
  213. package/dist/field/features/horizontalRule/component/index.d.ts.map +1 -0
  214. package/dist/field/features/{horizontalrule → horizontalRule}/component/index.js +11 -8
  215. package/dist/field/features/horizontalRule/component/index.js.map +1 -0
  216. package/dist/field/features/{horizontalrule → horizontalRule}/feature.client.d.ts +4 -1
  217. package/dist/field/features/horizontalRule/feature.client.d.ts.map +1 -0
  218. package/dist/field/features/horizontalRule/feature.client.js +77 -0
  219. package/dist/field/features/horizontalRule/feature.client.js.map +1 -0
  220. package/dist/field/features/horizontalRule/feature.server.d.ts.map +1 -0
  221. package/dist/field/features/{horizontalrule → horizontalRule}/feature.server.js +8 -5
  222. package/dist/field/features/horizontalRule/feature.server.js.map +1 -0
  223. package/dist/field/features/horizontalRule/i18n.d.ts +3 -0
  224. package/dist/field/features/horizontalRule/i18n.d.ts.map +1 -0
  225. package/dist/field/features/horizontalRule/i18n.js +100 -0
  226. package/dist/field/features/horizontalRule/i18n.js.map +1 -0
  227. package/dist/field/features/{horizontalrule → horizontalRule}/markdownTransformer.d.ts.map +1 -1
  228. package/dist/field/features/{horizontalrule → horizontalRule}/markdownTransformer.js.map +1 -1
  229. package/dist/field/features/{horizontalrule → horizontalRule}/nodes/HorizontalRuleNode.d.ts +3 -5
  230. package/dist/field/features/horizontalRule/nodes/HorizontalRuleNode.d.ts.map +1 -0
  231. package/dist/field/features/{horizontalrule → horizontalRule}/nodes/HorizontalRuleNode.js +10 -7
  232. package/dist/field/features/horizontalRule/nodes/HorizontalRuleNode.js.map +1 -0
  233. package/dist/field/features/horizontalRule/plugin/index.d.ts +7 -0
  234. package/dist/field/features/horizontalRule/plugin/index.d.ts.map +1 -0
  235. package/dist/field/features/{horizontalrule → horizontalRule}/plugin/index.js +5 -9
  236. package/dist/field/features/horizontalRule/plugin/index.js.map +1 -0
  237. package/dist/field/features/indent/feature.client.d.ts +4 -1
  238. package/dist/field/features/indent/feature.client.d.ts.map +1 -1
  239. package/dist/field/features/indent/feature.client.js +47 -42
  240. package/dist/field/features/indent/feature.client.js.map +1 -1
  241. package/dist/field/features/indent/feature.server.d.ts.map +1 -1
  242. package/dist/field/features/indent/feature.server.js +4 -1
  243. package/dist/field/features/indent/feature.server.js.map +1 -1
  244. package/dist/field/features/indent/i18n.d.ts +3 -0
  245. package/dist/field/features/indent/i18n.d.ts.map +1 -0
  246. package/dist/field/features/indent/i18n.js +132 -0
  247. package/dist/field/features/indent/i18n.js.map +1 -0
  248. package/dist/field/features/indent/toolbarIndentGroup.d.ts +3 -0
  249. package/dist/field/features/indent/toolbarIndentGroup.d.ts.map +1 -0
  250. package/dist/field/features/indent/toolbarIndentGroup.js +10 -0
  251. package/dist/field/features/indent/toolbarIndentGroup.js.map +1 -0
  252. package/dist/field/features/link/drawer/baseFields.d.ts +2 -3
  253. package/dist/field/features/link/drawer/baseFields.d.ts.map +1 -1
  254. package/dist/field/features/link/drawer/baseFields.js +30 -43
  255. package/dist/field/features/link/drawer/baseFields.js.map +1 -1
  256. package/dist/field/features/link/drawer/index.d.ts.map +1 -1
  257. package/dist/field/features/link/drawer/index.js +32 -31
  258. package/dist/field/features/link/drawer/index.js.map +1 -1
  259. package/dist/field/features/link/drawer/types.d.ts +5 -3
  260. package/dist/field/features/link/drawer/types.d.ts.map +1 -1
  261. package/dist/field/features/link/drawer/types.js.map +1 -1
  262. package/dist/field/features/link/feature.client.d.ts +13 -1
  263. package/dist/field/features/link/feature.client.d.ts.map +1 -1
  264. package/dist/field/features/link/feature.client.js +65 -47
  265. package/dist/field/features/link/feature.client.js.map +1 -1
  266. package/dist/field/features/link/feature.server.d.ts +10 -6
  267. package/dist/field/features/link/feature.server.d.ts.map +1 -1
  268. package/dist/field/features/link/feature.server.js +66 -17
  269. package/dist/field/features/link/feature.server.js.map +1 -1
  270. package/dist/field/features/link/{populationPromise.d.ts → graphQLPopulationPromise.d.ts} +1 -1
  271. package/dist/field/features/link/graphQLPopulationPromise.d.ts.map +1 -0
  272. package/dist/field/features/link/graphQLPopulationPromise.js +31 -0
  273. package/dist/field/features/link/graphQLPopulationPromise.js.map +1 -0
  274. package/dist/field/features/link/i18n.d.ts +3 -0
  275. package/dist/field/features/link/i18n.d.ts.map +1 -0
  276. package/dist/field/features/link/i18n.js +100 -0
  277. package/dist/field/features/link/i18n.js.map +1 -0
  278. package/dist/field/features/link/markdownTransformer.d.ts +6 -0
  279. package/dist/field/features/link/markdownTransformer.d.ts.map +1 -0
  280. package/dist/field/features/link/markdownTransformer.js +50 -0
  281. package/dist/field/features/link/markdownTransformer.js.map +1 -0
  282. package/dist/field/features/link/nodes/AutoLinkNode.d.ts.map +1 -1
  283. package/dist/field/features/link/nodes/AutoLinkNode.js +3 -2
  284. package/dist/field/features/link/nodes/AutoLinkNode.js.map +1 -1
  285. package/dist/field/features/link/nodes/LinkNode.d.ts +9 -8
  286. package/dist/field/features/link/nodes/LinkNode.d.ts.map +1 -1
  287. package/dist/field/features/link/nodes/LinkNode.js +28 -11
  288. package/dist/field/features/link/nodes/LinkNode.js.map +1 -1
  289. package/dist/field/features/link/nodes/types.d.ts +2 -1
  290. package/dist/field/features/link/nodes/types.d.ts.map +1 -1
  291. package/dist/field/features/link/nodes/types.js.map +1 -1
  292. package/dist/field/features/link/plugins/autoLink/index.d.ts +3 -2
  293. package/dist/field/features/link/plugins/autoLink/index.d.ts.map +1 -1
  294. package/dist/field/features/link/plugins/autoLink/index.js +11 -12
  295. package/dist/field/features/link/plugins/autoLink/index.js.map +1 -1
  296. package/dist/field/features/link/plugins/clickableLink/index.d.ts +3 -2
  297. package/dist/field/features/link/plugins/clickableLink/index.d.ts.map +1 -1
  298. package/dist/field/features/link/plugins/clickableLink/index.js +5 -6
  299. package/dist/field/features/link/plugins/clickableLink/index.js.map +1 -1
  300. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +1 -1
  301. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +1 -2
  302. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +1 -1
  303. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -1
  304. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +179 -143
  305. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -1
  306. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts +3 -4
  307. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts.map +1 -1
  308. package/dist/field/features/link/plugins/floatingLinkEditor/index.js +2 -2
  309. package/dist/field/features/link/plugins/floatingLinkEditor/index.js.map +1 -1
  310. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts +3 -6
  311. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +1 -1
  312. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js +12 -30
  313. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js.map +1 -1
  314. package/dist/field/features/link/plugins/link/index.d.ts +3 -1
  315. package/dist/field/features/link/plugins/link/index.d.ts.map +1 -1
  316. package/dist/field/features/link/plugins/link/index.js +7 -16
  317. package/dist/field/features/link/plugins/link/index.js.map +1 -1
  318. package/dist/field/features/link/validate.d.ts +6 -0
  319. package/dist/field/features/link/validate.d.ts.map +1 -0
  320. package/dist/field/features/link/validate.js +28 -0
  321. package/dist/field/features/link/validate.js.map +1 -0
  322. package/dist/field/features/lists/checklist/feature.client.d.ts +4 -1
  323. package/dist/field/features/lists/checklist/feature.client.d.ts.map +1 -1
  324. package/dist/field/features/lists/checklist/feature.client.js +69 -44
  325. package/dist/field/features/lists/checklist/feature.client.js.map +1 -1
  326. package/dist/field/features/lists/checklist/feature.server.d.ts +1 -1
  327. package/dist/field/features/lists/checklist/feature.server.d.ts.map +1 -1
  328. package/dist/field/features/lists/checklist/feature.server.js +13 -10
  329. package/dist/field/features/lists/checklist/feature.server.js.map +1 -1
  330. package/dist/field/features/lists/checklist/i18n.d.ts +3 -0
  331. package/dist/field/features/lists/checklist/i18n.d.ts.map +1 -0
  332. package/dist/field/features/lists/checklist/i18n.js +100 -0
  333. package/dist/field/features/lists/checklist/i18n.js.map +1 -0
  334. package/dist/field/features/lists/checklist/markdownTransformers.d.ts.map +1 -1
  335. package/dist/field/features/lists/checklist/markdownTransformers.js +2 -3
  336. package/dist/field/features/lists/checklist/markdownTransformers.js.map +1 -1
  337. package/dist/field/features/lists/checklist/plugin/index.d.ts +2 -2
  338. package/dist/field/features/lists/checklist/plugin/index.d.ts.map +1 -1
  339. package/dist/field/features/lists/checklist/plugin/index.js +5 -5
  340. package/dist/field/features/lists/checklist/plugin/index.js.map +1 -1
  341. package/dist/field/features/lists/htmlConverter.d.ts.map +1 -1
  342. package/dist/field/features/lists/htmlConverter.js +13 -6
  343. package/dist/field/features/lists/htmlConverter.js.map +1 -1
  344. package/dist/field/features/lists/{orderedlist → orderedList}/feature.client.d.ts +4 -1
  345. package/dist/field/features/lists/orderedList/feature.client.d.ts.map +1 -0
  346. package/dist/field/features/lists/orderedList/feature.client.js +97 -0
  347. package/dist/field/features/lists/orderedList/feature.client.js.map +1 -0
  348. package/dist/field/features/lists/orderedList/feature.server.d.ts.map +1 -0
  349. package/dist/field/features/lists/{orderedlist → orderedList}/feature.server.js +12 -9
  350. package/dist/field/features/lists/orderedList/feature.server.js.map +1 -0
  351. package/dist/field/features/lists/orderedList/i18n.d.ts +3 -0
  352. package/dist/field/features/lists/orderedList/i18n.d.ts.map +1 -0
  353. package/dist/field/features/lists/orderedList/i18n.js +100 -0
  354. package/dist/field/features/lists/orderedList/i18n.js.map +1 -0
  355. package/dist/field/features/lists/orderedList/markdownTransformer.d.ts.map +1 -0
  356. package/dist/field/features/lists/{orderedlist → orderedList}/markdownTransformer.js +2 -3
  357. package/dist/field/features/lists/orderedList/markdownTransformer.js.map +1 -0
  358. package/dist/field/features/lists/plugin/index.d.ts +2 -2
  359. package/dist/field/features/lists/plugin/index.d.ts.map +1 -1
  360. package/dist/field/features/lists/plugin/index.js +5 -5
  361. package/dist/field/features/lists/plugin/index.js.map +1 -1
  362. package/dist/field/features/lists/{common → shared}/markdown.d.ts.map +1 -1
  363. package/dist/field/features/lists/{common → shared}/markdown.js +1 -2
  364. package/dist/field/features/lists/shared/markdown.js.map +1 -0
  365. package/dist/field/features/lists/shared/slashMenuListGroup.d.ts +3 -0
  366. package/dist/field/features/lists/shared/slashMenuListGroup.d.ts.map +1 -0
  367. package/dist/field/features/lists/shared/slashMenuListGroup.js +11 -0
  368. package/dist/field/features/lists/shared/slashMenuListGroup.js.map +1 -0
  369. package/dist/field/features/lists/{unorderedlist → unorderedList}/feature.client.d.ts +4 -1
  370. package/dist/field/features/lists/unorderedList/feature.client.d.ts.map +1 -0
  371. package/dist/field/features/lists/unorderedList/feature.client.js +97 -0
  372. package/dist/field/features/lists/unorderedList/feature.client.js.map +1 -0
  373. package/dist/field/features/lists/unorderedList/feature.server.d.ts.map +1 -0
  374. package/dist/field/features/lists/{unorderedlist → unorderedList}/feature.server.js +11 -8
  375. package/dist/field/features/lists/unorderedList/feature.server.js.map +1 -0
  376. package/dist/field/features/lists/unorderedList/i18n.d.ts +3 -0
  377. package/dist/field/features/lists/unorderedList/i18n.d.ts.map +1 -0
  378. package/dist/field/features/lists/unorderedList/i18n.js +100 -0
  379. package/dist/field/features/lists/unorderedList/i18n.js.map +1 -0
  380. package/dist/field/features/lists/unorderedList/markdownTransformer.d.ts.map +1 -0
  381. package/dist/field/features/lists/{unorderedlist → unorderedList}/markdownTransformer.js +2 -3
  382. package/dist/field/features/lists/unorderedList/markdownTransformer.js.map +1 -0
  383. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +1 -1
  384. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +2 -4
  385. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +1 -1
  386. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts +4 -1
  387. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +1 -1
  388. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +1 -1
  389. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js +2 -1
  390. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js.map +1 -1
  391. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +9 -2
  392. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
  393. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +3 -6
  394. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -1
  395. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +4 -5
  396. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
  397. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +1 -1
  398. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js +1 -1
  399. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +1 -1
  400. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js +2 -2
  401. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +1 -1
  402. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +1 -1
  403. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js +2 -4
  404. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +1 -1
  405. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +1 -1
  406. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js +2 -4
  407. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +1 -1
  408. package/dist/field/features/migrations/slateToLexical/converter/index.d.ts.map +1 -1
  409. package/dist/field/features/migrations/slateToLexical/converter/index.js +2 -1
  410. package/dist/field/features/migrations/slateToLexical/converter/index.js.map +1 -1
  411. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts +4 -1
  412. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts.map +1 -1
  413. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts.map +1 -1
  414. package/dist/field/features/migrations/slateToLexical/feature.server.js +2 -1
  415. package/dist/field/features/migrations/slateToLexical/feature.server.js.map +1 -1
  416. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +9 -2
  417. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
  418. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +3 -6
  419. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -1
  420. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +4 -5
  421. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
  422. package/dist/field/features/paragraph/feature.client.d.ts +4 -1
  423. package/dist/field/features/paragraph/feature.client.d.ts.map +1 -1
  424. package/dist/field/features/paragraph/feature.client.js +54 -41
  425. package/dist/field/features/paragraph/feature.client.js.map +1 -1
  426. package/dist/field/features/paragraph/feature.server.d.ts.map +1 -1
  427. package/dist/field/features/paragraph/feature.server.js +4 -1
  428. package/dist/field/features/paragraph/feature.server.js.map +1 -1
  429. package/dist/field/features/paragraph/i18n.d.ts +3 -0
  430. package/dist/field/features/paragraph/i18n.d.ts.map +1 -0
  431. package/dist/field/features/paragraph/i18n.js +132 -0
  432. package/dist/field/features/paragraph/i18n.js.map +1 -0
  433. package/dist/field/features/relationship/drawer/commands.d.ts.map +1 -1
  434. package/dist/field/features/relationship/drawer/commands.js +1 -2
  435. package/dist/field/features/relationship/drawer/commands.js.map +1 -1
  436. package/dist/field/features/relationship/drawer/index.d.ts.map +1 -1
  437. package/dist/field/features/relationship/drawer/index.js +18 -16
  438. package/dist/field/features/relationship/drawer/index.js.map +1 -1
  439. package/dist/field/features/relationship/feature.client.d.ts +17 -2
  440. package/dist/field/features/relationship/feature.client.d.ts.map +1 -1
  441. package/dist/field/features/relationship/feature.client.js +51 -28
  442. package/dist/field/features/relationship/feature.client.js.map +1 -1
  443. package/dist/field/features/relationship/feature.server.d.ts +10 -1
  444. package/dist/field/features/relationship/feature.server.d.ts.map +1 -1
  445. package/dist/field/features/relationship/feature.server.js +43 -8
  446. package/dist/field/features/relationship/feature.server.js.map +1 -1
  447. package/dist/field/features/relationship/graphQLPopulationPromise.d.ts +5 -0
  448. package/dist/field/features/relationship/graphQLPopulationPromise.d.ts.map +1 -0
  449. package/dist/field/features/relationship/graphQLPopulationPromise.js +29 -0
  450. package/dist/field/features/relationship/graphQLPopulationPromise.js.map +1 -0
  451. package/dist/field/features/relationship/i18n.d.ts +3 -0
  452. package/dist/field/features/relationship/i18n.d.ts.map +1 -0
  453. package/dist/field/features/relationship/i18n.js +100 -0
  454. package/dist/field/features/relationship/i18n.js.map +1 -0
  455. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts +4 -9
  456. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts.map +1 -1
  457. package/dist/field/features/relationship/nodes/RelationshipNode.js +12 -11
  458. package/dist/field/features/relationship/nodes/RelationshipNode.js.map +1 -1
  459. package/dist/field/features/relationship/nodes/components/RelationshipComponent.d.ts.map +1 -1
  460. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js +119 -56
  461. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js.map +1 -1
  462. package/dist/field/features/relationship/plugins/index.d.ts +2 -2
  463. package/dist/field/features/relationship/plugins/index.d.ts.map +1 -1
  464. package/dist/field/features/relationship/plugins/index.js +16 -18
  465. package/dist/field/features/relationship/plugins/index.js.map +1 -1
  466. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +1 -1
  467. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js +1 -3
  468. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js.map +1 -1
  469. package/dist/field/features/shared/slashMenu/basicGroup.d.ts +3 -0
  470. package/dist/field/features/shared/slashMenu/basicGroup.d.ts.map +1 -0
  471. package/dist/field/features/shared/slashMenu/basicGroup.js +11 -0
  472. package/dist/field/features/shared/slashMenu/basicGroup.js.map +1 -0
  473. package/dist/field/features/shared/toolbar/addDropdownGroup.d.ts +3 -0
  474. package/dist/field/features/shared/toolbar/addDropdownGroup.d.ts.map +1 -0
  475. package/dist/field/features/shared/toolbar/addDropdownGroup.js +12 -0
  476. package/dist/field/features/shared/toolbar/addDropdownGroup.js.map +1 -0
  477. package/dist/field/features/shared/toolbar/featureButtonsGroup.d.ts +3 -0
  478. package/dist/field/features/shared/toolbar/featureButtonsGroup.d.ts.map +1 -0
  479. package/dist/field/features/shared/toolbar/featureButtonsGroup.js +10 -0
  480. package/dist/field/features/shared/toolbar/featureButtonsGroup.js.map +1 -0
  481. package/dist/field/features/shared/toolbar/textDropdownGroup.d.ts +3 -0
  482. package/dist/field/features/shared/toolbar/textDropdownGroup.d.ts.map +1 -0
  483. package/dist/field/features/shared/toolbar/textDropdownGroup.js +12 -0
  484. package/dist/field/features/shared/toolbar/textDropdownGroup.js.map +1 -0
  485. package/dist/field/features/toolbars/fixed/Toolbar/index.d.ts +5 -0
  486. package/dist/field/features/toolbars/fixed/Toolbar/index.d.ts.map +1 -0
  487. package/dist/field/features/toolbars/fixed/Toolbar/index.js +207 -0
  488. package/dist/field/features/toolbars/fixed/Toolbar/index.js.map +1 -0
  489. package/dist/field/features/toolbars/fixed/feature.client.d.ts +7 -0
  490. package/dist/field/features/toolbars/fixed/feature.client.d.ts.map +1 -0
  491. package/dist/field/features/toolbars/fixed/feature.client.js +20 -0
  492. package/dist/field/features/toolbars/fixed/feature.client.js.map +1 -0
  493. package/dist/field/features/toolbars/fixed/feature.server.d.ts +19 -0
  494. package/dist/field/features/toolbars/fixed/feature.server.d.ts.map +1 -0
  495. package/dist/field/features/toolbars/fixed/feature.server.js +21 -0
  496. package/dist/field/features/toolbars/fixed/feature.server.js.map +1 -0
  497. package/dist/field/features/toolbars/inline/Toolbar/index.d.ts +4 -0
  498. package/dist/field/features/toolbars/inline/Toolbar/index.d.ts.map +1 -0
  499. package/dist/field/features/toolbars/inline/Toolbar/index.js +319 -0
  500. package/dist/field/features/toolbars/inline/Toolbar/index.js.map +1 -0
  501. package/dist/field/features/toolbars/inline/feature.client.d.ts +6 -0
  502. package/dist/field/features/toolbars/inline/feature.client.d.ts.map +1 -0
  503. package/dist/field/features/toolbars/inline/feature.client.js +20 -0
  504. package/dist/field/features/toolbars/inline/feature.client.js.map +1 -0
  505. package/dist/field/features/toolbars/inline/feature.server.d.ts +3 -0
  506. package/dist/field/features/toolbars/inline/feature.server.d.ts.map +1 -0
  507. package/dist/field/features/toolbars/inline/feature.server.js +16 -0
  508. package/dist/field/features/toolbars/inline/feature.server.js.map +1 -0
  509. package/dist/field/features/toolbars/shared/ToolbarButton/index.d.ts +10 -0
  510. package/dist/field/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -0
  511. package/dist/field/{lexical/plugins/FloatingSelectToolbar → features/toolbars/shared}/ToolbarButton/index.js +34 -23
  512. package/dist/field/features/toolbars/shared/ToolbarButton/index.js.map +1 -0
  513. package/dist/field/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts +22 -0
  514. package/dist/field/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -0
  515. package/dist/field/{lexical/plugins/FloatingSelectToolbar → features/toolbars/shared}/ToolbarDropdown/DropDown.js +75 -102
  516. package/dist/field/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -0
  517. package/dist/field/features/toolbars/shared/ToolbarDropdown/index.d.ts +23 -0
  518. package/dist/field/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -0
  519. package/dist/field/features/toolbars/shared/ToolbarDropdown/index.js +141 -0
  520. package/dist/field/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -0
  521. package/dist/field/features/toolbars/types.d.ts +48 -0
  522. package/dist/field/features/toolbars/types.d.ts.map +1 -0
  523. package/dist/field/features/toolbars/types.js.map +1 -0
  524. package/dist/field/features/typeUtilities.d.ts +8 -0
  525. package/dist/field/features/typeUtilities.d.ts.map +1 -0
  526. package/dist/field/features/typeUtilities.js +8 -0
  527. package/dist/field/features/typeUtilities.js.map +1 -0
  528. package/dist/field/features/types.d.ts +259 -69
  529. package/dist/field/features/types.d.ts.map +1 -1
  530. package/dist/field/features/types.js.map +1 -1
  531. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts +1 -1
  532. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts.map +1 -1
  533. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js +35 -37
  534. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js.map +1 -1
  535. package/dist/field/features/upload/component/index.d.ts.map +1 -1
  536. package/dist/field/features/upload/component/index.js +160 -85
  537. package/dist/field/features/upload/component/index.js.map +1 -1
  538. package/dist/field/features/upload/drawer/commands.d.ts.map +1 -1
  539. package/dist/field/features/upload/drawer/commands.js +1 -2
  540. package/dist/field/features/upload/drawer/commands.js.map +1 -1
  541. package/dist/field/features/upload/drawer/index.d.ts.map +1 -1
  542. package/dist/field/features/upload/drawer/index.js +17 -18
  543. package/dist/field/features/upload/drawer/index.js.map +1 -1
  544. package/dist/field/features/upload/feature.client.d.ts +4 -1
  545. package/dist/field/features/upload/feature.client.d.ts.map +1 -1
  546. package/dist/field/features/upload/feature.client.js +52 -26
  547. package/dist/field/features/upload/feature.client.js.map +1 -1
  548. package/dist/field/features/upload/feature.server.d.ts +10 -3
  549. package/dist/field/features/upload/feature.server.d.ts.map +1 -1
  550. package/dist/field/features/upload/feature.server.js +93 -15
  551. package/dist/field/features/upload/feature.server.js.map +1 -1
  552. package/dist/field/features/upload/{populationPromise.d.ts → graphQLPopulationPromise.d.ts} +1 -1
  553. package/dist/field/features/upload/graphQLPopulationPromise.d.ts.map +1 -0
  554. package/dist/field/features/upload/graphQLPopulationPromise.js +52 -0
  555. package/dist/field/features/upload/graphQLPopulationPromise.js.map +1 -0
  556. package/dist/field/features/upload/i18n.d.ts +3 -0
  557. package/dist/field/features/upload/i18n.d.ts.map +1 -0
  558. package/dist/field/features/upload/i18n.js +100 -0
  559. package/dist/field/features/upload/i18n.js.map +1 -0
  560. package/dist/field/features/upload/nodes/UploadNode.d.ts +7 -19
  561. package/dist/field/features/upload/nodes/UploadNode.d.ts.map +1 -1
  562. package/dist/field/features/upload/nodes/UploadNode.js +45 -15
  563. package/dist/field/features/upload/nodes/UploadNode.js.map +1 -1
  564. package/dist/field/features/upload/plugin/index.d.ts +5 -4
  565. package/dist/field/features/upload/plugin/index.d.ts.map +1 -1
  566. package/dist/field/features/upload/plugin/index.js +18 -20
  567. package/dist/field/features/upload/plugin/index.js.map +1 -1
  568. package/dist/field/features/upload/validate.d.ts +2 -1
  569. package/dist/field/features/upload/validate.d.ts.map +1 -1
  570. package/dist/field/features/upload/validate.js +37 -10
  571. package/dist/field/features/upload/validate.js.map +1 -1
  572. package/dist/field/index.d.ts +3 -1
  573. package/dist/field/index.d.ts.map +1 -1
  574. package/dist/field/index.js +35 -86
  575. package/dist/field/index.js.map +1 -1
  576. package/dist/field/lexical/EditorPlugin.d.ts +1 -0
  577. package/dist/field/lexical/EditorPlugin.d.ts.map +1 -1
  578. package/dist/field/lexical/EditorPlugin.js +8 -4
  579. package/dist/field/lexical/EditorPlugin.js.map +1 -1
  580. package/dist/field/lexical/LexicalEditor.d.ts +3 -1
  581. package/dist/field/lexical/LexicalEditor.d.ts.map +1 -1
  582. package/dist/field/lexical/LexicalEditor.js +157 -77
  583. package/dist/field/lexical/LexicalEditor.js.map +1 -1
  584. package/dist/field/lexical/LexicalProvider.d.ts +1 -2
  585. package/dist/field/lexical/LexicalProvider.d.ts.map +1 -1
  586. package/dist/field/lexical/LexicalProvider.js +52 -41
  587. package/dist/field/lexical/LexicalProvider.js.map +1 -1
  588. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts +15 -4
  589. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts.map +1 -1
  590. package/dist/field/lexical/config/client/EditorConfigProvider.js +61 -11
  591. package/dist/field/lexical/config/client/EditorConfigProvider.js.map +1 -1
  592. package/dist/field/lexical/config/client/default.d.ts +1 -1
  593. package/dist/field/lexical/config/client/default.d.ts.map +1 -1
  594. package/dist/field/lexical/config/client/default.js.map +1 -1
  595. package/dist/field/lexical/config/client/sanitize.d.ts +3 -2
  596. package/dist/field/lexical/config/client/sanitize.d.ts.map +1 -1
  597. package/dist/field/lexical/config/client/sanitize.js +83 -33
  598. package/dist/field/lexical/config/client/sanitize.js.map +1 -1
  599. package/dist/field/lexical/config/server/default.d.ts +2 -3
  600. package/dist/field/lexical/config/server/default.d.ts.map +1 -1
  601. package/dist/field/lexical/config/server/default.js +11 -11
  602. package/dist/field/lexical/config/server/default.js.map +1 -1
  603. package/dist/field/lexical/config/server/loader.d.ts +5 -2
  604. package/dist/field/lexical/config/server/loader.d.ts.map +1 -1
  605. package/dist/field/lexical/config/server/loader.js +4 -2
  606. package/dist/field/lexical/config/server/loader.js.map +1 -1
  607. package/dist/field/lexical/config/server/sanitize.d.ts +2 -1
  608. package/dist/field/lexical/config/server/sanitize.d.ts.map +1 -1
  609. package/dist/field/lexical/config/server/sanitize.js +39 -9
  610. package/dist/field/lexical/config/server/sanitize.js.map +1 -1
  611. package/dist/field/lexical/config/types.d.ts +3 -1
  612. package/dist/field/lexical/config/types.d.ts.map +1 -1
  613. package/dist/field/lexical/config/types.js.map +1 -1
  614. package/dist/field/lexical/nodes/index.d.ts +1 -2
  615. package/dist/field/lexical/nodes/index.d.ts.map +1 -1
  616. package/dist/field/lexical/nodes/index.js.map +1 -1
  617. package/dist/field/lexical/plugins/MarkdownShortcut/index.d.ts.map +1 -1
  618. package/dist/field/lexical/plugins/MarkdownShortcut/index.js +3 -3
  619. package/dist/field/lexical/plugins/MarkdownShortcut/index.js.map +1 -1
  620. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +10 -10
  621. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +1 -1
  622. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +74 -77
  623. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +1 -1
  624. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +5 -5
  625. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +1 -1
  626. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +8 -10
  627. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +1 -1
  628. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +19 -27
  629. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -1
  630. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +1 -37
  631. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -1
  632. package/dist/field/lexical/plugins/SlashMenu/index.d.ts +2 -2
  633. package/dist/field/lexical/plugins/SlashMenu/index.d.ts.map +1 -1
  634. package/dist/field/lexical/plugins/SlashMenu/index.js +108 -93
  635. package/dist/field/lexical/plugins/SlashMenu/index.js.map +1 -1
  636. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +2 -2
  637. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +1 -1
  638. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js +39 -123
  639. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -1
  640. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts +1 -1
  641. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +1 -1
  642. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +1 -1
  643. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +2 -2
  644. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -1
  645. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js +109 -65
  646. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -1
  647. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +8 -1
  648. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +1 -1
  649. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +83 -16
  650. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -1
  651. package/dist/field/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts +5 -0
  652. package/dist/field/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -0
  653. package/dist/field/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js +21 -0
  654. package/dist/field/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js.map +1 -0
  655. package/dist/field/lexical/plugins/handles/{DraggableBlockPlugin → utils}/getNodeCloseToPoint.d.ts +5 -1
  656. package/dist/field/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts.map +1 -0
  657. package/dist/field/lexical/plugins/handles/{DraggableBlockPlugin → utils}/getNodeCloseToPoint.js +5 -18
  658. package/dist/field/lexical/plugins/handles/utils/getNodeCloseToPoint.js.map +1 -0
  659. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +1 -1
  660. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +1 -2
  661. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +1 -1
  662. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +1 -1
  663. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js +4 -2
  664. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js.map +1 -1
  665. package/dist/field/lexical/theme/EditorTheme.d.ts.map +1 -1
  666. package/dist/field/lexical/theme/EditorTheme.js +1 -1
  667. package/dist/field/lexical/theme/EditorTheme.js.map +1 -1
  668. package/dist/field/lexical/ui/ContentEditable.d.ts +1 -1
  669. package/dist/field/lexical/ui/ContentEditable.d.ts.map +1 -1
  670. package/dist/field/lexical/ui/ContentEditable.js +3 -4
  671. package/dist/field/lexical/ui/ContentEditable.js.map +1 -1
  672. package/dist/field/lexical/ui/icons/AI/index.js +26 -17
  673. package/dist/field/lexical/ui/icons/AI/index.js.map +1 -1
  674. package/dist/field/lexical/ui/icons/Add/index.d.ts +3 -0
  675. package/dist/field/lexical/ui/icons/Add/index.d.ts.map +1 -0
  676. package/dist/field/lexical/ui/icons/Add/index.js +21 -0
  677. package/dist/field/lexical/ui/icons/Add/index.js.map +1 -0
  678. package/dist/field/lexical/ui/icons/Add/light.svg +4 -0
  679. package/dist/field/lexical/ui/icons/AlignCenter/index.js +21 -15
  680. package/dist/field/lexical/ui/icons/AlignCenter/index.js.map +1 -1
  681. package/dist/field/lexical/ui/icons/AlignJustify/index.js +21 -15
  682. package/dist/field/lexical/ui/icons/AlignJustify/index.js.map +1 -1
  683. package/dist/field/lexical/ui/icons/AlignLeft/index.js +21 -15
  684. package/dist/field/lexical/ui/icons/AlignLeft/index.js.map +1 -1
  685. package/dist/field/lexical/ui/icons/AlignRight/index.js +21 -15
  686. package/dist/field/lexical/ui/icons/AlignRight/index.js.map +1 -1
  687. package/dist/field/lexical/ui/icons/Block/index.js +30 -24
  688. package/dist/field/lexical/ui/icons/Block/index.js.map +1 -1
  689. package/dist/field/lexical/ui/icons/Blockquote/index.js +8 -6
  690. package/dist/field/lexical/ui/icons/Blockquote/index.js.map +1 -1
  691. package/dist/field/lexical/ui/icons/Bold/index.js +8 -6
  692. package/dist/field/lexical/ui/icons/Bold/index.js.map +1 -1
  693. package/dist/field/lexical/ui/icons/Checklist/index.js +19 -14
  694. package/dist/field/lexical/ui/icons/Checklist/index.js.map +1 -1
  695. package/dist/field/lexical/ui/icons/Code/index.js +14 -9
  696. package/dist/field/lexical/ui/icons/Code/index.js.map +1 -1
  697. package/dist/field/lexical/ui/icons/CodeBlock/index.js +14 -9
  698. package/dist/field/lexical/ui/icons/CodeBlock/index.js.map +1 -1
  699. package/dist/field/lexical/ui/icons/DraggableBlock/light.svg +9 -0
  700. package/dist/field/lexical/ui/icons/H1/index.js +8 -6
  701. package/dist/field/lexical/ui/icons/H1/index.js.map +1 -1
  702. package/dist/field/lexical/ui/icons/H2/index.js +8 -6
  703. package/dist/field/lexical/ui/icons/H2/index.js.map +1 -1
  704. package/dist/field/lexical/ui/icons/H3/index.js +8 -6
  705. package/dist/field/lexical/ui/icons/H3/index.js.map +1 -1
  706. package/dist/field/lexical/ui/icons/H4/index.js +8 -6
  707. package/dist/field/lexical/ui/icons/H4/index.js.map +1 -1
  708. package/dist/field/lexical/ui/icons/H5/index.js +8 -6
  709. package/dist/field/lexical/ui/icons/H5/index.js.map +1 -1
  710. package/dist/field/lexical/ui/icons/H6/index.js +8 -6
  711. package/dist/field/lexical/ui/icons/H6/index.js.map +1 -1
  712. package/dist/field/lexical/ui/icons/HorizontalRule/index.js +11 -9
  713. package/dist/field/lexical/ui/icons/HorizontalRule/index.js.map +1 -1
  714. package/dist/field/lexical/ui/icons/IndentDecrease/index.js +25 -18
  715. package/dist/field/lexical/ui/icons/IndentDecrease/index.js.map +1 -1
  716. package/dist/field/lexical/ui/icons/IndentIncrease/index.js +25 -18
  717. package/dist/field/lexical/ui/icons/IndentIncrease/index.js.map +1 -1
  718. package/dist/field/lexical/ui/icons/Italic/index.js +8 -6
  719. package/dist/field/lexical/ui/icons/Italic/index.js.map +1 -1
  720. package/dist/field/lexical/ui/icons/Link/index.d.ts.map +1 -1
  721. package/dist/field/lexical/ui/icons/Link/index.js +10 -18
  722. package/dist/field/lexical/ui/icons/Link/index.js.map +1 -1
  723. package/dist/field/lexical/ui/icons/OrderedList/index.js +29 -21
  724. package/dist/field/lexical/ui/icons/OrderedList/index.js.map +1 -1
  725. package/dist/field/lexical/ui/icons/Relationship/index.js +26 -17
  726. package/dist/field/lexical/ui/icons/Relationship/index.js.map +1 -1
  727. package/dist/field/lexical/ui/icons/Strikethrough/index.js +14 -9
  728. package/dist/field/lexical/ui/icons/Strikethrough/index.js.map +1 -1
  729. package/dist/field/lexical/ui/icons/Subscript/index.js +8 -6
  730. package/dist/field/lexical/ui/icons/Subscript/index.js.map +1 -1
  731. package/dist/field/lexical/ui/icons/Superscript/index.js +8 -6
  732. package/dist/field/lexical/ui/icons/Superscript/index.js.map +1 -1
  733. package/dist/field/lexical/ui/icons/Text/index.js +8 -6
  734. package/dist/field/lexical/ui/icons/Text/index.js.map +1 -1
  735. package/dist/field/lexical/ui/icons/Underline/index.js +14 -9
  736. package/dist/field/lexical/ui/icons/Underline/index.js.map +1 -1
  737. package/dist/field/lexical/ui/icons/UnorderedList/index.js +45 -36
  738. package/dist/field/lexical/ui/icons/UnorderedList/index.js.map +1 -1
  739. package/dist/field/lexical/ui/icons/Upload/index.js +24 -18
  740. package/dist/field/lexical/ui/icons/Upload/index.js.map +1 -1
  741. package/dist/field/lexical/utils/getSelectedNode.d.ts.map +1 -1
  742. package/dist/field/lexical/utils/getSelectedNode.js +1 -2
  743. package/dist/field/lexical/utils/getSelectedNode.js.map +1 -1
  744. package/dist/field/lexical/utils/nodeFormat.d.ts +2 -2
  745. package/dist/field/lexical/utils/nodeFormat.d.ts.map +1 -1
  746. package/dist/field/lexical/utils/nodeFormat.js +1 -1
  747. package/dist/field/lexical/utils/nodeFormat.js.map +1 -1
  748. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts +11 -1
  749. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts.map +1 -1
  750. package/dist/field/lexical/utils/setFloatingElemPosition.js +16 -13
  751. package/dist/field/lexical/utils/setFloatingElemPosition.js.map +1 -1
  752. package/dist/field/lexical/utils/url.d.ts.map +1 -1
  753. package/dist/field/lexical/utils/url.js +13 -2
  754. package/dist/field/lexical/utils/url.js.map +1 -1
  755. package/dist/forEachNodeRecursively.d.ts +10 -0
  756. package/dist/forEachNodeRecursively.d.ts.map +1 -0
  757. package/dist/forEachNodeRecursively.js +24 -0
  758. package/dist/forEachNodeRecursively.js.map +1 -0
  759. package/dist/generateComponentMap.d.ts +1 -1
  760. package/dist/generateComponentMap.d.ts.map +1 -1
  761. package/dist/generateComponentMap.js +21 -29
  762. package/dist/generateComponentMap.js.map +1 -1
  763. package/dist/generateSchemaMap.d.ts +1 -1
  764. package/dist/generateSchemaMap.d.ts.map +1 -1
  765. package/dist/generateSchemaMap.js +4 -12
  766. package/dist/generateSchemaMap.js.map +1 -1
  767. package/dist/i18n.d.ts +3 -0
  768. package/dist/i18n.d.ts.map +1 -0
  769. package/dist/i18n.js +164 -0
  770. package/dist/i18n.js.map +1 -0
  771. package/dist/index.d.ts +21 -36
  772. package/dist/index.d.ts.map +1 -1
  773. package/dist/index.js +619 -200
  774. package/dist/index.js.map +1 -1
  775. package/dist/{populate → populateGraphQL}/defaultValue.d.ts +0 -1
  776. package/dist/populateGraphQL/defaultValue.d.ts.map +1 -0
  777. package/dist/{populate → populateGraphQL}/defaultValue.js +1 -19
  778. package/dist/populateGraphQL/defaultValue.js.map +1 -0
  779. package/dist/populateGraphQL/populate.d.ts +17 -0
  780. package/dist/populateGraphQL/populate.d.ts.map +1 -0
  781. package/dist/populateGraphQL/populate.js +28 -0
  782. package/dist/populateGraphQL/populate.js.map +1 -0
  783. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +12 -0
  784. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -0
  785. package/dist/populateGraphQL/populateLexicalPopulationPromises.js +37 -0
  786. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -0
  787. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts +28 -0
  788. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts.map +1 -0
  789. package/dist/{populate/recurseNestedFields.js → populateGraphQL/recursivelyPopulateFieldsForGraphQL.js} +7 -5
  790. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js.map +1 -0
  791. package/dist/recurseNodeTree.d.ts +9 -0
  792. package/dist/recurseNodeTree.d.ts.map +1 -0
  793. package/dist/recurseNodeTree.js +27 -0
  794. package/dist/recurseNodeTree.js.map +1 -0
  795. package/dist/types.d.ts +45 -8
  796. package/dist/types.d.ts.map +1 -1
  797. package/dist/types.js.map +1 -1
  798. package/dist/useLexicalFeature.d.ts.map +1 -1
  799. package/dist/useLexicalFeature.js +6 -3
  800. package/dist/useLexicalFeature.js.map +1 -1
  801. package/dist/validate/index.d.ts +2 -2
  802. package/dist/validate/index.d.ts.map +1 -1
  803. package/dist/validate/index.js +3 -2
  804. package/dist/validate/index.js.map +1 -1
  805. package/dist/validate/validateNodes.d.ts +1 -1
  806. package/dist/validate/validateNodes.d.ts.map +1 -1
  807. package/dist/validate/validateNodes.js +1 -1
  808. package/dist/validate/validateNodes.js.map +1 -1
  809. package/package.json +71 -53
  810. package/dist/exports/components.d.ts +0 -6
  811. package/dist/exports/components.d.ts.map +0 -1
  812. package/dist/exports/components.js +0 -7
  813. package/dist/exports/components.js.map +0 -1
  814. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.d.ts +0 -3
  815. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.d.ts.map +0 -1
  816. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.js +0 -12
  817. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.js.map +0 -1
  818. package/dist/field/features/blocks/component/index.scss +0 -153
  819. package/dist/field/features/blocks/populationPromise.d.ts.map +0 -1
  820. package/dist/field/features/blocks/populationPromise.js +0 -46
  821. package/dist/field/features/blocks/populationPromise.js.map +0 -1
  822. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.d.ts +0 -3
  823. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.d.ts.map +0 -1
  824. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.js +0 -10
  825. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.js.map +0 -1
  826. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.d.ts +0 -3
  827. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.d.ts.map +0 -1
  828. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.js +0 -12
  829. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.js.map +0 -1
  830. package/dist/field/features/debug/testrecorder/feature.client.d.ts.map +0 -1
  831. package/dist/field/features/debug/testrecorder/feature.server.d.ts.map +0 -1
  832. package/dist/field/features/debug/testrecorder/feature.server.js.map +0 -1
  833. package/dist/field/features/debug/testrecorder/plugin/index.d.ts +0 -5
  834. package/dist/field/features/debug/testrecorder/plugin/index.d.ts.map +0 -1
  835. package/dist/field/features/debug/testrecorder/plugin/index.js.map +0 -1
  836. package/dist/field/features/debug/testrecorder/plugin/index.scss +0 -49
  837. package/dist/field/features/debug/treeview/feature.client.d.ts.map +0 -1
  838. package/dist/field/features/debug/treeview/feature.server.d.ts.map +0 -1
  839. package/dist/field/features/debug/treeview/feature.server.js.map +0 -1
  840. package/dist/field/features/debug/treeview/plugin/index.d.ts +0 -4
  841. package/dist/field/features/debug/treeview/plugin/index.d.ts.map +0 -1
  842. package/dist/field/features/debug/treeview/plugin/index.js.map +0 -1
  843. package/dist/field/features/debug/treeview/plugin/index.scss +0 -78
  844. package/dist/field/features/format/common/floatingSelectToolbarSection.d.ts +0 -3
  845. package/dist/field/features/format/common/floatingSelectToolbarSection.d.ts.map +0 -1
  846. package/dist/field/features/format/common/floatingSelectToolbarSection.js +0 -10
  847. package/dist/field/features/format/common/floatingSelectToolbarSection.js.map +0 -1
  848. package/dist/field/features/format/inlinecode/feature.client.d.ts.map +0 -1
  849. package/dist/field/features/format/inlinecode/feature.client.js +0 -43
  850. package/dist/field/features/format/inlinecode/feature.client.js.map +0 -1
  851. package/dist/field/features/format/inlinecode/feature.server.d.ts.map +0 -1
  852. package/dist/field/features/format/inlinecode/feature.server.js.map +0 -1
  853. package/dist/field/features/horizontalrule/component/index.d.ts.map +0 -1
  854. package/dist/field/features/horizontalrule/component/index.js.map +0 -1
  855. package/dist/field/features/horizontalrule/feature.client.d.ts.map +0 -1
  856. package/dist/field/features/horizontalrule/feature.client.js +0 -53
  857. package/dist/field/features/horizontalrule/feature.client.js.map +0 -1
  858. package/dist/field/features/horizontalrule/feature.server.d.ts.map +0 -1
  859. package/dist/field/features/horizontalrule/feature.server.js.map +0 -1
  860. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.d.ts.map +0 -1
  861. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.js.map +0 -1
  862. package/dist/field/features/horizontalrule/plugin/index.d.ts +0 -6
  863. package/dist/field/features/horizontalrule/plugin/index.d.ts.map +0 -1
  864. package/dist/field/features/horizontalrule/plugin/index.js.map +0 -1
  865. package/dist/field/features/horizontalrule/plugin/index.scss +0 -20
  866. package/dist/field/features/indent/floatingSelectToolbarIndentSection.d.ts +0 -3
  867. package/dist/field/features/indent/floatingSelectToolbarIndentSection.d.ts.map +0 -1
  868. package/dist/field/features/indent/floatingSelectToolbarIndentSection.js +0 -10
  869. package/dist/field/features/indent/floatingSelectToolbarIndentSection.js.map +0 -1
  870. package/dist/field/features/indent/index.scss +0 -4
  871. package/dist/field/features/link/drawer/index.scss +0 -50
  872. package/dist/field/features/link/plugins/floatingLinkEditor/index.scss +0 -78
  873. package/dist/field/features/link/populationPromise.d.ts.map +0 -1
  874. package/dist/field/features/link/populationPromise.js +0 -46
  875. package/dist/field/features/link/populationPromise.js.map +0 -1
  876. package/dist/field/features/lists/common/markdown.js.map +0 -1
  877. package/dist/field/features/lists/orderedlist/feature.client.d.ts.map +0 -1
  878. package/dist/field/features/lists/orderedlist/feature.client.js +0 -72
  879. package/dist/field/features/lists/orderedlist/feature.client.js.map +0 -1
  880. package/dist/field/features/lists/orderedlist/feature.server.d.ts.map +0 -1
  881. package/dist/field/features/lists/orderedlist/feature.server.js.map +0 -1
  882. package/dist/field/features/lists/orderedlist/markdownTransformer.d.ts.map +0 -1
  883. package/dist/field/features/lists/orderedlist/markdownTransformer.js.map +0 -1
  884. package/dist/field/features/lists/unorderedlist/feature.client.d.ts.map +0 -1
  885. package/dist/field/features/lists/unorderedlist/feature.client.js +0 -72
  886. package/dist/field/features/lists/unorderedlist/feature.client.js.map +0 -1
  887. package/dist/field/features/lists/unorderedlist/feature.server.d.ts.map +0 -1
  888. package/dist/field/features/lists/unorderedlist/feature.server.js.map +0 -1
  889. package/dist/field/features/lists/unorderedlist/markdownTransformer.d.ts.map +0 -1
  890. package/dist/field/features/lists/unorderedlist/markdownTransformer.js.map +0 -1
  891. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  892. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  893. package/dist/field/features/relationship/nodes/components/index.scss +0 -97
  894. package/dist/field/features/relationship/populationPromise.d.ts +0 -4
  895. package/dist/field/features/relationship/populationPromise.d.ts.map +0 -1
  896. package/dist/field/features/relationship/populationPromise.js +0 -24
  897. package/dist/field/features/relationship/populationPromise.js.map +0 -1
  898. package/dist/field/features/upload/component/index.scss +0 -152
  899. package/dist/field/features/upload/populationPromise.d.ts.map +0 -1
  900. package/dist/field/features/upload/populationPromise.js +0 -46
  901. package/dist/field/features/upload/populationPromise.js.map +0 -1
  902. package/dist/field/index.scss +0 -46
  903. package/dist/field/lexical/LexicalEditor.scss +0 -56
  904. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.d.ts +0 -8
  905. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.d.ts.map +0 -1
  906. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.js.map +0 -1
  907. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.scss +0 -37
  908. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts +0 -17
  909. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts.map +0 -1
  910. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.js.map +0 -1
  911. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.d.ts +0 -18
  912. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.d.ts.map +0 -1
  913. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.js +0 -42
  914. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.js.map +0 -1
  915. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.scss +0 -100
  916. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts +0 -6
  917. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts.map +0 -1
  918. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.js +0 -270
  919. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.js.map +0 -1
  920. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.scss +0 -57
  921. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts +0 -40
  922. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts.map +0 -1
  923. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.js.map +0 -1
  924. package/dist/field/lexical/plugins/SlashMenu/index.scss +0 -61
  925. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.scss +0 -31
  926. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.d.ts.map +0 -1
  927. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.js.map +0 -1
  928. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.scss +0 -55
  929. package/dist/field/lexical/theme/EditorTheme.scss +0 -505
  930. package/dist/field/lexical/ui/ContentEditable.scss +0 -25
  931. package/dist/populate/defaultValue.d.ts.map +0 -1
  932. package/dist/populate/defaultValue.js.map +0 -1
  933. package/dist/populate/populate.d.ts +0 -21
  934. package/dist/populate/populate.d.ts.map +0 -1
  935. package/dist/populate/populate.js +0 -21
  936. package/dist/populate/populate.js.map +0 -1
  937. package/dist/populate/recurseNestedFields.d.ts +0 -25
  938. package/dist/populate/recurseNestedFields.d.ts.map +0 -1
  939. package/dist/populate/recurseNestedFields.js.map +0 -1
  940. package/dist/populate/richTextRelationshipPromise.d.ts +0 -23
  941. package/dist/populate/richTextRelationshipPromise.d.ts.map +0 -1
  942. package/dist/populate/richTextRelationshipPromise.js +0 -68
  943. package/dist/populate/richTextRelationshipPromise.js.map +0 -1
  944. package/dist/scss/app.scss +0 -208
  945. package/dist/scss/colors.scss +0 -269
  946. package/dist/scss/queries.scss +0 -27
  947. package/dist/scss/resets.scss +0 -17
  948. package/dist/scss/styles.scss +0 -11
  949. package/dist/scss/svg.scss +0 -10
  950. package/dist/scss/toastify.scss +0 -58
  951. package/dist/scss/type.scss +0 -117
  952. package/dist/scss/vars.scss +0 -213
  953. package/dist/scss/z-index.scss +0 -9
  954. package/src/index.ts +0 -423
  955. /package/dist/field/features/debug/{testrecorder → testRecorder}/feature.client.js +0 -0
  956. /package/dist/field/features/debug/{testrecorder → testRecorder}/feature.server.d.ts +0 -0
  957. /package/dist/field/features/debug/{treeview → treeView}/feature.client.js +0 -0
  958. /package/dist/field/features/debug/{treeview → treeView}/feature.server.d.ts +0 -0
  959. /package/dist/field/features/format/{inlinecode → inlineCode}/feature.server.d.ts +0 -0
  960. /package/dist/field/features/format/{inlinecode → inlineCode}/markdownTransformers.d.ts +0 -0
  961. /package/dist/field/features/format/{inlinecode → inlineCode}/markdownTransformers.js +0 -0
  962. /package/dist/field/features/{horizontalrule → horizontalRule}/component/index.d.ts +0 -0
  963. /package/dist/field/features/{horizontalrule → horizontalRule}/feature.server.d.ts +0 -0
  964. /package/dist/field/features/{horizontalrule → horizontalRule}/markdownTransformer.d.ts +0 -0
  965. /package/dist/field/features/{horizontalrule → horizontalRule}/markdownTransformer.js +0 -0
  966. /package/dist/field/features/lists/{orderedlist → orderedList}/feature.server.d.ts +0 -0
  967. /package/dist/field/features/lists/{orderedlist → orderedList}/markdownTransformer.d.ts +0 -0
  968. /package/dist/field/features/lists/{common → shared}/markdown.d.ts +0 -0
  969. /package/dist/field/features/lists/{unorderedlist → unorderedList}/feature.server.d.ts +0 -0
  970. /package/dist/field/features/lists/{unorderedlist → unorderedList}/markdownTransformer.d.ts +0 -0
  971. /package/dist/field/{lexical/plugins/FloatingSelectToolbar → features/toolbars}/types.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/field/lexical/theme/EditorTheme.tsx"],"sourcesContent":["import type { EditorThemeClasses } from 'lexical'\n\nimport './EditorTheme.scss'\n\nexport const LexicalEditorTheme: EditorThemeClasses = {\n block: 'LexicalEditorTheme__block',\n blockCursor: 'LexicalEditorTheme__blockCursor',\n characterLimit: 'LexicalEditorTheme__characterLimit',\n code: 'LexicalEditorTheme__code',\n codeHighlight: {\n atrule: 'LexicalEditorTheme__tokenAttr',\n attr: 'LexicalEditorTheme__tokenAttr',\n boolean: 'LexicalEditorTheme__tokenProperty',\n builtin: 'LexicalEditorTheme__tokenSelector',\n cdata: 'LexicalEditorTheme__tokenComment',\n char: 'LexicalEditorTheme__tokenSelector',\n class: 'LexicalEditorTheme__tokenFunction',\n 'class-name': 'LexicalEditorTheme__tokenFunction',\n comment: 'LexicalEditorTheme__tokenComment',\n constant: 'LexicalEditorTheme__tokenProperty',\n deleted: 'LexicalEditorTheme__tokenProperty',\n doctype: 'LexicalEditorTheme__tokenComment',\n entity: 'LexicalEditorTheme__tokenOperator',\n function: 'LexicalEditorTheme__tokenFunction',\n important: 'LexicalEditorTheme__tokenVariable',\n inserted: 'LexicalEditorTheme__tokenSelector',\n keyword: 'LexicalEditorTheme__tokenAttr',\n namespace: 'LexicalEditorTheme__tokenVariable',\n number: 'LexicalEditorTheme__tokenProperty',\n operator: 'LexicalEditorTheme__tokenOperator',\n prolog: 'LexicalEditorTheme__tokenComment',\n property: 'LexicalEditorTheme__tokenProperty',\n punctuation: 'LexicalEditorTheme__tokenPunctuation',\n regex: 'LexicalEditorTheme__tokenVariable',\n selector: 'LexicalEditorTheme__tokenSelector',\n string: 'LexicalEditorTheme__tokenSelector',\n symbol: 'LexicalEditorTheme__tokenProperty',\n tag: 'LexicalEditorTheme__tokenProperty',\n url: 'LexicalEditorTheme__tokenOperator',\n variable: 'LexicalEditorTheme__tokenVariable',\n },\n embedBlock: {\n base: 'LexicalEditorTheme__embedBlock',\n focus: 'LexicalEditorTheme__embedBlockFocus',\n },\n hashtag: 'LexicalEditorTheme__hashtag',\n heading: {\n h1: 'LexicalEditorTheme__h1',\n h2: 'LexicalEditorTheme__h2',\n h3: 'LexicalEditorTheme__h3',\n h4: 'LexicalEditorTheme__h4',\n h5: 'LexicalEditorTheme__h5',\n h6: 'LexicalEditorTheme__h6',\n },\n indent: 'LexicalEditorTheme__indent',\n inlineImage: 'LexicalEditor__inline-image',\n link: 'LexicalEditorTheme__link',\n list: {\n checklist: 'LexicalEditorTheme__checklist',\n listitem: 'LexicalEditorTheme__listItem',\n listitemChecked: 'LexicalEditorTheme__listItemChecked',\n listitemUnchecked: 'LexicalEditorTheme__listItemUnchecked',\n nested: {\n listitem: 'LexicalEditorTheme__nestedListItem',\n },\n olDepth: [\n 'LexicalEditorTheme__ol1',\n 'LexicalEditorTheme__ol2',\n 'LexicalEditorTheme__ol3',\n 'LexicalEditorTheme__ol4',\n 'LexicalEditorTheme__ol5',\n ],\n ul: 'LexicalEditorTheme__ul',\n },\n ltr: 'LexicalEditorTheme__ltr',\n mark: 'LexicalEditorTheme__mark',\n markOverlap: 'LexicalEditorTheme__markOverlap',\n paragraph: 'LexicalEditorTheme__paragraph',\n quote: 'LexicalEditorTheme__quote',\n relationship: 'LexicalEditorTheme__relationship',\n rtl: 'LexicalEditorTheme__rtl',\n table: 'LexicalEditorTheme__table',\n tableAddColumns: 'LexicalEditorTheme__tableAddColumns',\n tableAddRows: 'LexicalEditorTheme__tableAddRows',\n tableCell: 'LexicalEditorTheme__tableCell',\n tableCellActionButton: 'LexicalEditorTheme__tableCellActionButton',\n tableCellActionButtonContainer: 'LexicalEditorTheme__tableCellActionButtonContainer',\n tableCellEditing: 'LexicalEditorTheme__tableCellEditing',\n tableCellHeader: 'LexicalEditorTheme__tableCellHeader',\n tableCellPrimarySelected: 'LexicalEditorTheme__tableCellPrimarySelected',\n tableCellResizer: 'LexicalEditorTheme__tableCellResizer',\n tableCellSelected: 'LexicalEditorTheme__tableCellSelected',\n tableCellSortedIndicator: 'LexicalEditorTheme__tableCellSortedIndicator',\n tableResizeRuler: 'LexicalEditorTheme__tableCellResizeRuler',\n tableSelected: 'LexicalEditorTheme__tableSelected',\n text: {\n bold: 'LexicalEditorTheme__textBold',\n code: 'LexicalEditorTheme__textCode',\n italic: 'LexicalEditorTheme__textItalic',\n strikethrough: 'LexicalEditorTheme__textStrikethrough',\n subscript: 'LexicalEditorTheme__textSubscript',\n superscript: 'LexicalEditorTheme__textSuperscript',\n underline: 'LexicalEditorTheme__textUnderline',\n underlineStrikethrough: 'LexicalEditorTheme__textUnderlineStrikethrough',\n },\n upload: 'editor-upload',\n}\n"],"names":["LexicalEditorTheme","block","blockCursor","characterLimit","code","codeHighlight","atrule","attr","boolean","builtin","cdata","char","class","comment","constant","deleted","doctype","entity","function","important","inserted","keyword","namespace","number","operator","prolog","property","punctuation","regex","selector","string","symbol","tag","url","variable","embedBlock","base","focus","hashtag","heading","h1","h2","h3","h4","h5","h6","indent","inlineImage","link","list","checklist","listitem","listitemChecked","listitemUnchecked","nested","olDepth","ul","ltr","mark","markOverlap","paragraph","quote","relationship","rtl","table","tableAddColumns","tableAddRows","tableCell","tableCellActionButton","tableCellActionButtonContainer","tableCellEditing","tableCellHeader","tableCellPrimarySelected","tableCellResizer","tableCellSelected","tableCellSortedIndicator","tableResizeRuler","tableSelected","text","bold","italic","strikethrough","subscript","superscript","underline","underlineStrikethrough","upload"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAEA,OAAO,qBAAoB;AAE3B,OAAO,MAAMA,qBAAyC;IACpDC,OAAO;IACPC,aAAa;IACbC,gBAAgB;IAChBC,MAAM;IACNC,eAAe;QACbC,QAAQ;QACRC,MAAM;QACNC,SAAS;QACTC,SAAS;QACTC,OAAO;QACPC,MAAM;QACNC,OAAO;QACP,cAAc;QACdC,SAAS;QACTC,UAAU;QACVC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,UAAU;QACVC,WAAW;QACXC,UAAU;QACVC,SAAS;QACTC,WAAW;QACXC,QAAQ;QACRC,UAAU;QACVC,QAAQ;QACRC,UAAU;QACVC,aAAa;QACbC,OAAO;QACPC,UAAU;QACVC,QAAQ;QACRC,QAAQ;QACRC,KAAK;QACLC,KAAK;QACLC,UAAU;IACZ;IACAC,YAAY;QACVC,MAAM;QACNC,OAAO;IACT;IACAC,SAAS;IACTC,SAAS;QACPC,IAAI;QACJC,IAAI;QACJC,IAAI;QACJC,IAAI;QACJC,IAAI;QACJC,IAAI;IACN;IACAC,QAAQ;IACRC,aAAa;IACbC,MAAM;IACNC,MAAM;QACJC,WAAW;QACXC,UAAU;QACVC,iBAAiB;QACjBC,mBAAmB;QACnBC,QAAQ;YACNH,UAAU;QACZ;QACAI,SAAS;YACP;YACA;YACA;YACA;YACA;SACD;QACDC,IAAI;IACN;IACAC,KAAK;IACLC,MAAM;IACNC,aAAa;IACbC,WAAW;IACXC,OAAO;IACPC,cAAc;IACdC,KAAK;IACLC,OAAO;IACPC,iBAAiB;IACjBC,cAAc;IACdC,WAAW;IACXC,uBAAuB;IACvBC,gCAAgC;IAChCC,kBAAkB;IAClBC,iBAAiB;IACjBC,0BAA0B;IAC1BC,kBAAkB;IAClBC,mBAAmB;IACnBC,0BAA0B;IAC1BC,kBAAkB;IAClBC,eAAe;IACfC,MAAM;QACJC,MAAM;QACN3E,MAAM;QACN4E,QAAQ;QACRC,eAAe;QACfC,WAAW;QACXC,aAAa;QACbC,WAAW;QACXC,wBAAwB;IAC1B;IACAC,QAAQ;AACV,EAAC"}
1
+ {"version":3,"sources":["../../../../src/field/lexical/theme/EditorTheme.tsx"],"sourcesContent":["import type { EditorThemeClasses } from 'lexical'\n\nimport './EditorTheme.scss'\n\nexport const LexicalEditorTheme: EditorThemeClasses = {\n block: 'LexicalEditorTheme__block',\n blockCursor: 'LexicalEditorTheme__blockCursor',\n characterLimit: 'LexicalEditorTheme__characterLimit',\n code: 'LexicalEditorTheme__code',\n codeHighlight: {\n atrule: 'LexicalEditorTheme__tokenAttr',\n attr: 'LexicalEditorTheme__tokenAttr',\n boolean: 'LexicalEditorTheme__tokenProperty',\n builtin: 'LexicalEditorTheme__tokenSelector',\n cdata: 'LexicalEditorTheme__tokenComment',\n char: 'LexicalEditorTheme__tokenSelector',\n class: 'LexicalEditorTheme__tokenFunction',\n 'class-name': 'LexicalEditorTheme__tokenFunction',\n comment: 'LexicalEditorTheme__tokenComment',\n constant: 'LexicalEditorTheme__tokenProperty',\n deleted: 'LexicalEditorTheme__tokenProperty',\n doctype: 'LexicalEditorTheme__tokenComment',\n entity: 'LexicalEditorTheme__tokenOperator',\n function: 'LexicalEditorTheme__tokenFunction',\n important: 'LexicalEditorTheme__tokenVariable',\n inserted: 'LexicalEditorTheme__tokenSelector',\n keyword: 'LexicalEditorTheme__tokenAttr',\n namespace: 'LexicalEditorTheme__tokenVariable',\n number: 'LexicalEditorTheme__tokenProperty',\n operator: 'LexicalEditorTheme__tokenOperator',\n prolog: 'LexicalEditorTheme__tokenComment',\n property: 'LexicalEditorTheme__tokenProperty',\n punctuation: 'LexicalEditorTheme__tokenPunctuation',\n regex: 'LexicalEditorTheme__tokenVariable',\n selector: 'LexicalEditorTheme__tokenSelector',\n string: 'LexicalEditorTheme__tokenSelector',\n symbol: 'LexicalEditorTheme__tokenProperty',\n tag: 'LexicalEditorTheme__tokenProperty',\n url: 'LexicalEditorTheme__tokenOperator',\n variable: 'LexicalEditorTheme__tokenVariable',\n },\n embedBlock: {\n base: 'LexicalEditorTheme__embedBlock',\n focus: 'LexicalEditorTheme__embedBlockFocus',\n },\n hashtag: 'LexicalEditorTheme__hashtag',\n heading: {\n h1: 'LexicalEditorTheme__h1',\n h2: 'LexicalEditorTheme__h2',\n h3: 'LexicalEditorTheme__h3',\n h4: 'LexicalEditorTheme__h4',\n h5: 'LexicalEditorTheme__h5',\n h6: 'LexicalEditorTheme__h6',\n },\n hr: 'LexicalEditorTheme__hr',\n indent: 'LexicalEditorTheme__indent',\n inlineImage: 'LexicalEditor__inline-image',\n link: 'LexicalEditorTheme__link',\n list: {\n checklist: 'LexicalEditorTheme__checklist',\n listitem: 'LexicalEditorTheme__listItem',\n listitemChecked: 'LexicalEditorTheme__listItemChecked',\n listitemUnchecked: 'LexicalEditorTheme__listItemUnchecked',\n nested: {\n listitem: 'LexicalEditorTheme__nestedListItem',\n },\n olDepth: [\n 'LexicalEditorTheme__ol1',\n 'LexicalEditorTheme__ol2',\n 'LexicalEditorTheme__ol3',\n 'LexicalEditorTheme__ol4',\n 'LexicalEditorTheme__ol5',\n ],\n ul: 'LexicalEditorTheme__ul',\n },\n ltr: 'LexicalEditorTheme__ltr',\n mark: 'LexicalEditorTheme__mark',\n markOverlap: 'LexicalEditorTheme__markOverlap',\n paragraph: 'LexicalEditorTheme__paragraph',\n quote: 'LexicalEditorTheme__quote',\n relationship: 'LexicalEditorTheme__relationship',\n rtl: 'LexicalEditorTheme__rtl',\n table: 'LexicalEditorTheme__table',\n tableAddColumns: 'LexicalEditorTheme__tableAddColumns',\n tableAddRows: 'LexicalEditorTheme__tableAddRows',\n tableCell: 'LexicalEditorTheme__tableCell',\n tableCellActionButton: 'LexicalEditorTheme__tableCellActionButton',\n tableCellActionButtonContainer: 'LexicalEditorTheme__tableCellActionButtonContainer',\n tableCellEditing: 'LexicalEditorTheme__tableCellEditing',\n tableCellHeader: 'LexicalEditorTheme__tableCellHeader',\n tableCellPrimarySelected: 'LexicalEditorTheme__tableCellPrimarySelected',\n tableCellResizer: 'LexicalEditorTheme__tableCellResizer',\n tableCellSelected: 'LexicalEditorTheme__tableCellSelected',\n tableCellSortedIndicator: 'LexicalEditorTheme__tableCellSortedIndicator',\n tableResizeRuler: 'LexicalEditorTheme__tableCellResizeRuler',\n tableSelected: 'LexicalEditorTheme__tableSelected',\n text: {\n bold: 'LexicalEditorTheme__textBold',\n code: 'LexicalEditorTheme__textCode',\n italic: 'LexicalEditorTheme__textItalic',\n strikethrough: 'LexicalEditorTheme__textStrikethrough',\n subscript: 'LexicalEditorTheme__textSubscript',\n superscript: 'LexicalEditorTheme__textSuperscript',\n underline: 'LexicalEditorTheme__textUnderline',\n underlineStrikethrough: 'LexicalEditorTheme__textUnderlineStrikethrough',\n },\n upload: 'editor-upload',\n}\n"],"names":["LexicalEditorTheme","block","blockCursor","characterLimit","code","codeHighlight","atrule","attr","boolean","builtin","cdata","char","class","comment","constant","deleted","doctype","entity","function","important","inserted","keyword","namespace","number","operator","prolog","property","punctuation","regex","selector","string","symbol","tag","url","variable","embedBlock","base","focus","hashtag","heading","h1","h2","h3","h4","h5","h6","hr","indent","inlineImage","link","list","checklist","listitem","listitemChecked","listitemUnchecked","nested","olDepth","ul","ltr","mark","markOverlap","paragraph","quote","relationship","rtl","table","tableAddColumns","tableAddRows","tableCell","tableCellActionButton","tableCellActionButtonContainer","tableCellEditing","tableCellHeader","tableCellPrimarySelected","tableCellResizer","tableCellSelected","tableCellSortedIndicator","tableResizeRuler","tableSelected","text","bold","italic","strikethrough","subscript","superscript","underline","underlineStrikethrough","upload"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAIA,OAAO,MAAMA,qBAAyC;IACpDC,OAAO;IACPC,aAAa;IACbC,gBAAgB;IAChBC,MAAM;IACNC,eAAe;QACbC,QAAQ;QACRC,MAAM;QACNC,SAAS;QACTC,SAAS;QACTC,OAAO;QACPC,MAAM;QACNC,OAAO;QACP,cAAc;QACdC,SAAS;QACTC,UAAU;QACVC,SAAS;QACTC,SAAS;QACTC,QAAQ;QACRC,UAAU;QACVC,WAAW;QACXC,UAAU;QACVC,SAAS;QACTC,WAAW;QACXC,QAAQ;QACRC,UAAU;QACVC,QAAQ;QACRC,UAAU;QACVC,aAAa;QACbC,OAAO;QACPC,UAAU;QACVC,QAAQ;QACRC,QAAQ;QACRC,KAAK;QACLC,KAAK;QACLC,UAAU;IACZ;IACAC,YAAY;QACVC,MAAM;QACNC,OAAO;IACT;IACAC,SAAS;IACTC,SAAS;QACPC,IAAI;QACJC,IAAI;QACJC,IAAI;QACJC,IAAI;QACJC,IAAI;QACJC,IAAI;IACN;IACAC,IAAI;IACJC,QAAQ;IACRC,aAAa;IACbC,MAAM;IACNC,MAAM;QACJC,WAAW;QACXC,UAAU;QACVC,iBAAiB;QACjBC,mBAAmB;QACnBC,QAAQ;YACNH,UAAU;QACZ;QACAI,SAAS;YACP;YACA;YACA;YACA;YACA;SACD;QACDC,IAAI;IACN;IACAC,KAAK;IACLC,MAAM;IACNC,aAAa;IACbC,WAAW;IACXC,OAAO;IACPC,cAAc;IACdC,KAAK;IACLC,OAAO;IACPC,iBAAiB;IACjBC,cAAc;IACdC,WAAW;IACXC,uBAAuB;IACvBC,gCAAgC;IAChCC,kBAAkB;IAClBC,iBAAiB;IACjBC,0BAA0B;IAC1BC,kBAAkB;IAClBC,mBAAmB;IACnBC,0BAA0B;IAC1BC,kBAAkB;IAClBC,eAAe;IACfC,MAAM;QACJC,MAAM;QACN5E,MAAM;QACN6E,QAAQ;QACRC,eAAe;QACfC,WAAW;QACXC,aAAa;QACbC,WAAW;QACXC,wBAAwB;IAC1B;IACAC,QAAQ;AACV,EAAC"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" resolution-mode="require"/>
1
+ import type { JSX } from 'react';
2
2
  import './ContentEditable.scss';
3
3
  export declare function LexicalContentEditable({ className }: {
4
4
  className?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ContentEditable.d.ts","sourceRoot":"","sources":["../../../../src/field/lexical/ui/ContentEditable.tsx"],"names":[],"mappings":";AAKA,OAAO,wBAAwB,CAAA;AAE/B,wBAAgB,sBAAsB,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,GAAG,CAAC,OAAO,CAEzF"}
1
+ {"version":3,"file":"ContentEditable.d.ts","sourceRoot":"","sources":["../../../../src/field/lexical/ui/ContentEditable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAKhC,OAAO,wBAAwB,CAAA;AAE/B,wBAAgB,sBAAsB,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,GAAG,CAAC,OAAO,CAEzF"}
@@ -1,9 +1,8 @@
1
- import lexicalContentEditableImport from '@lexical/react/LexicalContentEditable.js';
2
- const { ContentEditable } = lexicalContentEditableImport;
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { ContentEditable } from '@lexical/react/LexicalContentEditable.js';
3
3
  import * as React from 'react';
4
- import './ContentEditable.scss';
5
4
  export function LexicalContentEditable({ className }) {
6
- return /*#__PURE__*/ React.createElement(ContentEditable, {
5
+ return /*#__PURE__*/ _jsx(ContentEditable, {
7
6
  className: className ?? 'ContentEditable__root'
8
7
  });
9
8
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/field/lexical/ui/ContentEditable.tsx"],"sourcesContent":["import lexicalContentEditableImport from '@lexical/react/LexicalContentEditable.js'\nconst { ContentEditable } = lexicalContentEditableImport\n\nimport * as React from 'react'\n\nimport './ContentEditable.scss'\n\nexport function LexicalContentEditable({ className }: { className?: string }): JSX.Element {\n return <ContentEditable className={className ?? 'ContentEditable__root'} />\n}\n"],"names":["lexicalContentEditableImport","ContentEditable","React","LexicalContentEditable","className"],"rangeMappings":";;;;;;;;","mappings":"AAAA,OAAOA,kCAAkC,2CAA0C;AACnF,MAAM,EAAEC,eAAe,EAAE,GAAGD;AAE5B,YAAYE,WAAW,QAAO;AAE9B,OAAO,yBAAwB;AAE/B,OAAO,SAASC,uBAAuB,EAAEC,SAAS,EAA0B;IAC1E,qBAAO,oBAACH;QAAgBG,WAAWA,aAAa;;AAClD"}
1
+ {"version":3,"sources":["../../../../src/field/lexical/ui/ContentEditable.tsx"],"sourcesContent":["import type { JSX } from 'react'\n\nimport { ContentEditable } from '@lexical/react/LexicalContentEditable.js'\nimport * as React from 'react'\n\nimport './ContentEditable.scss'\n\nexport function LexicalContentEditable({ className }: { className?: string }): JSX.Element {\n return <ContentEditable className={className ?? 'ContentEditable__root'} />\n}\n"],"names":["ContentEditable","React","LexicalContentEditable","className"],"rangeMappings":";;;;;;;","mappings":";AAEA,SAASA,eAAe,QAAQ,2CAA0C;AAC1E,YAAYC,WAAW,QAAO;AAI9B,OAAO,SAASC,uBAAuB,EAAEC,SAAS,EAA0B;IAC1E,qBAAO,KAACH;QAAgBG,WAAWA,aAAa;;AAClD"}
@@ -1,5 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
2
  import React from 'react';
2
- export const AIIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
3
+ export const AIIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
3
4
  "aria-hidden": "true",
4
5
  className: "icon",
5
6
  fill: "none",
@@ -7,21 +8,29 @@ export const AIIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
7
8
  height: "20",
8
9
  viewBox: "0 0 20 20",
9
10
  width: "20",
10
- xmlns: "http://www.w3.org/2000/svg"
11
- }, /*#__PURE__*/ React.createElement("g", {
12
- clipPath: "url(#clip0_4393_10389)"
13
- }, /*#__PURE__*/ React.createElement("path", {
14
- d: "M6.25 4.75V7M5.125 5.875L7.375 5.875M6.25 13V14.125M6.25 14.125V15.25M6.25 14.125H5.125M6.25 14.125H7.375M10.75 5.5L11.2171 6.66785C11.7399 7.97466 12.7753 9.01014 14.0822 9.53286L15.25 10L13.686 10.782C12.6191 11.3154 11.7708 12.2032 11.2864 13.2932L10.75 14.5L10.2136 13.2932C9.72919 12.2032 8.8809 11.3154 7.814 10.782L6.25 10L7.41785 9.53286C8.72466 9.01014 9.76014 7.97466 10.2829 6.66785L10.75 5.5Z",
15
- stroke: "currentColor",
16
- strokeLinecap: "round",
17
- strokeLinejoin: "round"
18
- })), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", {
19
- id: "clip0_4393_10389"
20
- }, /*#__PURE__*/ React.createElement("rect", {
21
- fill: "white",
22
- height: "12",
23
- transform: "translate(4 4)",
24
- width: "12"
25
- }))));
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ children: [
13
+ /*#__PURE__*/ _jsx("g", {
14
+ clipPath: "url(#clip0_4393_10389)",
15
+ children: /*#__PURE__*/ _jsx("path", {
16
+ d: "M6.25 4.75V7M5.125 5.875L7.375 5.875M6.25 13V14.125M6.25 14.125V15.25M6.25 14.125H5.125M6.25 14.125H7.375M10.75 5.5L11.2171 6.66785C11.7399 7.97466 12.7753 9.01014 14.0822 9.53286L15.25 10L13.686 10.782C12.6191 11.3154 11.7708 12.2032 11.2864 13.2932L10.75 14.5L10.2136 13.2932C9.72919 12.2032 8.8809 11.3154 7.814 10.782L6.25 10L7.41785 9.53286C8.72466 9.01014 9.76014 7.97466 10.2829 6.66785L10.75 5.5Z",
17
+ stroke: "currentColor",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ })
21
+ }),
22
+ /*#__PURE__*/ _jsx("defs", {
23
+ children: /*#__PURE__*/ _jsx("clipPath", {
24
+ id: "clip0_4393_10389",
25
+ children: /*#__PURE__*/ _jsx("rect", {
26
+ fill: "white",
27
+ height: "12",
28
+ transform: "translate(4 4)",
29
+ width: "12"
30
+ })
31
+ })
32
+ })
33
+ ]
34
+ });
26
35
 
27
36
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/AI/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const AIIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <g clipPath=\"url(#clip0_4393_10389)\">\n <path\n d=\"M6.25 4.75V7M5.125 5.875L7.375 5.875M6.25 13V14.125M6.25 14.125V15.25M6.25 14.125H5.125M6.25 14.125H7.375M10.75 5.5L11.2171 6.66785C11.7399 7.97466 12.7753 9.01014 14.0822 9.53286L15.25 10L13.686 10.782C12.6191 11.3154 11.7708 12.2032 11.2864 13.2932L10.75 14.5L10.2136 13.2932C9.72919 12.2032 8.8809 11.3154 7.814 10.782L6.25 10L7.41785 9.53286C8.72466 9.01014 9.76014 7.97466 10.2829 6.66785L10.75 5.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_4393_10389\">\n <rect fill=\"white\" height=\"12\" transform=\"translate(4 4)\" width=\"12\" />\n </clipPath>\n </defs>\n </svg>\n)\n"],"names":["React","AIIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","g","clipPath","path","d","stroke","strokeLinecap","strokeLinejoin","defs","id","rect","transform"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,SAAmB,kBAC9B,oBAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;qBAEN,oBAACC;QAAEC,UAAS;qBACV,oBAACC;QACCC,GAAE;QACFC,QAAO;QACPC,eAAc;QACdC,gBAAe;uBAGnB,oBAACC,4BACC,oBAACN;QAASO,IAAG;qBACX,oBAACC;QAAKf,MAAK;QAAQE,QAAO;QAAKc,WAAU;QAAiBZ,OAAM;UAIvE"}
1
+ {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/AI/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const AIIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <g clipPath=\"url(#clip0_4393_10389)\">\n <path\n d=\"M6.25 4.75V7M5.125 5.875L7.375 5.875M6.25 13V14.125M6.25 14.125V15.25M6.25 14.125H5.125M6.25 14.125H7.375M10.75 5.5L11.2171 6.66785C11.7399 7.97466 12.7753 9.01014 14.0822 9.53286L15.25 10L13.686 10.782C12.6191 11.3154 11.7708 12.2032 11.2864 13.2932L10.75 14.5L10.2136 13.2932C9.72919 12.2032 8.8809 11.3154 7.814 10.782L6.25 10L7.41785 9.53286C8.72466 9.01014 9.76014 7.97466 10.2829 6.66785L10.75 5.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_4393_10389\">\n <rect fill=\"white\" height=\"12\" transform=\"translate(4 4)\" width=\"12\" />\n </clipPath>\n </defs>\n </svg>\n)\n"],"names":["React","AIIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","g","clipPath","path","d","stroke","strokeLinecap","strokeLinejoin","defs","id","rect","transform"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,SAAmB,kBAC9B,MAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,KAACC;gBAAEC,UAAS;0BACV,cAAA,KAACC;oBACCC,GAAE;oBACFC,QAAO;oBACPC,eAAc;oBACdC,gBAAe;;;0BAGnB,KAACC;0BACC,cAAA,KAACN;oBAASO,IAAG;8BACX,cAAA,KAACC;wBAAKf,MAAK;wBAAQE,QAAO;wBAAKc,WAAU;wBAAiBZ,OAAM;;;;;OAIvE"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const AddIcon: React.FC;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/field/lexical/ui/icons/Add/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAK3B,CAAA"}
@@ -0,0 +1,21 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import React from 'react';
3
+ export const AddIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
4
+ fill: "none",
5
+ height: "20",
6
+ viewBox: "0 0 20 20",
7
+ width: "20",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ children: [
10
+ /*#__PURE__*/ _jsx("path", {
11
+ d: "M5 10h10",
12
+ stroke: "currentColor"
13
+ }),
14
+ /*#__PURE__*/ _jsx("path", {
15
+ d: "M10 15V5",
16
+ stroke: "currentColor"
17
+ })
18
+ ]
19
+ });
20
+
21
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/Add/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const AddIcon: React.FC = () => (\n <svg fill=\"none\" height=\"20\" viewBox=\"0 0 20 20\" width=\"20\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M5 10h10\" stroke=\"currentColor\" />\n <path d=\"M10 15V5\" stroke=\"currentColor\" />\n </svg>\n)\n"],"names":["React","AddIcon","svg","fill","height","viewBox","width","xmlns","path","d","stroke"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,UAAoB,kBAC/B,MAACC;QAAIC,MAAK;QAAOC,QAAO;QAAKC,SAAQ;QAAYC,OAAM;QAAKC,OAAM;;0BAChE,KAACC;gBAAKC,GAAE;gBAAWC,QAAO;;0BAC1B,KAACF;gBAAKC,GAAE;gBAAWC,QAAO;;;OAE7B"}
@@ -0,0 +1,4 @@
1
+ <svg width="18" height="24" viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5,12h8" stroke="#ffffff" />
3
+ <path d="M9,16V8" stroke="#ffffff" />
4
+ </svg>
@@ -1,5 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
2
  import React from 'react';
2
- export const AlignCenterIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
3
+ export const AlignCenterIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
3
4
  "aria-hidden": "true",
4
5
  className: "icon",
5
6
  fill: "none",
@@ -7,19 +8,24 @@ export const AlignCenterIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
7
8
  height: "20",
8
9
  viewBox: "0 0 20 20",
9
10
  width: "20",
10
- xmlns: "http://www.w3.org/2000/svg"
11
- }, /*#__PURE__*/ React.createElement("path", {
12
- d: "M2.5 5H17.5",
13
- stroke: "currentColor",
14
- strokeWidth: "1.5"
15
- }), /*#__PURE__*/ React.createElement("path", {
16
- d: "M2.5 10H17.5",
17
- stroke: "currentColor",
18
- strokeWidth: "1.5"
19
- }), /*#__PURE__*/ React.createElement("path", {
20
- d: "M5 15H15",
21
- stroke: "currentColor",
22
- strokeWidth: "1.5"
23
- }));
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ children: [
13
+ /*#__PURE__*/ _jsx("path", {
14
+ d: "M2.5 5H17.5",
15
+ stroke: "currentColor",
16
+ strokeWidth: "1.5"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ d: "M2.5 10H17.5",
20
+ stroke: "currentColor",
21
+ strokeWidth: "1.5"
22
+ }),
23
+ /*#__PURE__*/ _jsx("path", {
24
+ d: "M5 15H15",
25
+ stroke: "currentColor",
26
+ strokeWidth: "1.5"
27
+ })
28
+ ]
29
+ });
24
30
 
25
31
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/AlignCenter/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const AlignCenterIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M5 15H15\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignCenterIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,kBAA4B,kBACvC,oBAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;qBAEN,oBAACC;QAAKC,GAAE;QAAcC,QAAO;QAAeC,aAAY;sBACxD,oBAACH;QAAKC,GAAE;QAAeC,QAAO;QAAeC,aAAY;sBACzD,oBAACH;QAAKC,GAAE;QAAWC,QAAO;QAAeC,aAAY;QAExD"}
1
+ {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/AlignCenter/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const AlignCenterIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M5 15H15\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignCenterIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,kBAA4B,kBACvC,MAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,KAACC;gBAAKC,GAAE;gBAAcC,QAAO;gBAAeC,aAAY;;0BACxD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;0BACzD,KAACH;gBAAKC,GAAE;gBAAWC,QAAO;gBAAeC,aAAY;;;OAExD"}
@@ -1,5 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
2
  import React from 'react';
2
- export const AlignJustifyIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
3
+ export const AlignJustifyIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
3
4
  "aria-hidden": "true",
4
5
  className: "icon",
5
6
  fill: "none",
@@ -7,19 +8,24 @@ export const AlignJustifyIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
7
8
  height: "20",
8
9
  viewBox: "0 0 20 20",
9
10
  width: "20",
10
- xmlns: "http://www.w3.org/2000/svg"
11
- }, /*#__PURE__*/ React.createElement("path", {
12
- d: "M2.5 5H17.5",
13
- stroke: "currentColor",
14
- strokeWidth: "1.5"
15
- }), /*#__PURE__*/ React.createElement("path", {
16
- d: "M2.5 10H17.5",
17
- stroke: "currentColor",
18
- strokeWidth: "1.5"
19
- }), /*#__PURE__*/ React.createElement("path", {
20
- d: "M2.5 15H17.5",
21
- stroke: "currentColor",
22
- strokeWidth: "1.5"
23
- }));
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ children: [
13
+ /*#__PURE__*/ _jsx("path", {
14
+ d: "M2.5 5H17.5",
15
+ stroke: "currentColor",
16
+ strokeWidth: "1.5"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ d: "M2.5 10H17.5",
20
+ stroke: "currentColor",
21
+ strokeWidth: "1.5"
22
+ }),
23
+ /*#__PURE__*/ _jsx("path", {
24
+ d: "M2.5 15H17.5",
25
+ stroke: "currentColor",
26
+ strokeWidth: "1.5"
27
+ })
28
+ ]
29
+ });
24
30
 
25
31
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/AlignJustify/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const AlignJustifyIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 15H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignJustifyIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,mBAA6B,kBACxC,oBAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;qBAEN,oBAACC;QAAKC,GAAE;QAAcC,QAAO;QAAeC,aAAY;sBACxD,oBAACH;QAAKC,GAAE;QAAeC,QAAO;QAAeC,aAAY;sBACzD,oBAACH;QAAKC,GAAE;QAAeC,QAAO;QAAeC,aAAY;QAE5D"}
1
+ {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/AlignJustify/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const AlignJustifyIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 15H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignJustifyIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,mBAA6B,kBACxC,MAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,KAACC;gBAAKC,GAAE;gBAAcC,QAAO;gBAAeC,aAAY;;0BACxD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;0BACzD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;;OAE5D"}
@@ -1,5 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
2
  import React from 'react';
2
- export const AlignLeftIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
3
+ export const AlignLeftIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
3
4
  "aria-hidden": "true",
4
5
  className: "icon",
5
6
  fill: "none",
@@ -7,19 +8,24 @@ export const AlignLeftIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
7
8
  height: "20",
8
9
  viewBox: "0 0 20 20",
9
10
  width: "20",
10
- xmlns: "http://www.w3.org/2000/svg"
11
- }, /*#__PURE__*/ React.createElement("path", {
12
- d: "M2.5 5H17.5",
13
- stroke: "currentColor",
14
- strokeWidth: "1.5"
15
- }), /*#__PURE__*/ React.createElement("path", {
16
- d: "M2.5 10H17.5",
17
- stroke: "currentColor",
18
- strokeWidth: "1.5"
19
- }), /*#__PURE__*/ React.createElement("path", {
20
- d: "M2.5 15H12.5",
21
- stroke: "currentColor",
22
- strokeWidth: "1.5"
23
- }));
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ children: [
13
+ /*#__PURE__*/ _jsx("path", {
14
+ d: "M2.5 5H17.5",
15
+ stroke: "currentColor",
16
+ strokeWidth: "1.5"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ d: "M2.5 10H17.5",
20
+ stroke: "currentColor",
21
+ strokeWidth: "1.5"
22
+ }),
23
+ /*#__PURE__*/ _jsx("path", {
24
+ d: "M2.5 15H12.5",
25
+ stroke: "currentColor",
26
+ strokeWidth: "1.5"
27
+ })
28
+ ]
29
+ });
24
30
 
25
31
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/AlignLeft/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const AlignLeftIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 15H12.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignLeftIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,gBAA0B,kBACrC,oBAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;qBAEN,oBAACC;QAAKC,GAAE;QAAcC,QAAO;QAAeC,aAAY;sBACxD,oBAACH;QAAKC,GAAE;QAAeC,QAAO;QAAeC,aAAY;sBACzD,oBAACH;QAAKC,GAAE;QAAeC,QAAO;QAAeC,aAAY;QAE5D"}
1
+ {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/AlignLeft/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const AlignLeftIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 15H12.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignLeftIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,gBAA0B,kBACrC,MAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,KAACC;gBAAKC,GAAE;gBAAcC,QAAO;gBAAeC,aAAY;;0BACxD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;0BACzD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;;OAE5D"}
@@ -1,5 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
2
  import React from 'react';
2
- export const AlignRightIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
3
+ export const AlignRightIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
3
4
  "aria-hidden": "true",
4
5
  className: "icon",
5
6
  fill: "none",
@@ -7,19 +8,24 @@ export const AlignRightIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
7
8
  height: "20",
8
9
  viewBox: "0 0 20 20",
9
10
  width: "20",
10
- xmlns: "http://www.w3.org/2000/svg"
11
- }, /*#__PURE__*/ React.createElement("path", {
12
- d: "M2.5 5H17.5",
13
- stroke: "currentColor",
14
- strokeWidth: "1.5"
15
- }), /*#__PURE__*/ React.createElement("path", {
16
- d: "M2.5 10H17.5",
17
- stroke: "currentColor",
18
- strokeWidth: "1.5"
19
- }), /*#__PURE__*/ React.createElement("path", {
20
- d: "M7.5 15H17.5",
21
- stroke: "currentColor",
22
- strokeWidth: "1.5"
23
- }));
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ children: [
13
+ /*#__PURE__*/ _jsx("path", {
14
+ d: "M2.5 5H17.5",
15
+ stroke: "currentColor",
16
+ strokeWidth: "1.5"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ d: "M2.5 10H17.5",
20
+ stroke: "currentColor",
21
+ strokeWidth: "1.5"
22
+ }),
23
+ /*#__PURE__*/ _jsx("path", {
24
+ d: "M7.5 15H17.5",
25
+ stroke: "currentColor",
26
+ strokeWidth: "1.5"
27
+ })
28
+ ]
29
+ });
24
30
 
25
31
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/AlignRight/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const AlignRightIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M7.5 15H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignRightIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,iBAA2B,kBACtC,oBAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;qBAEN,oBAACC;QAAKC,GAAE;QAAcC,QAAO;QAAeC,aAAY;sBACxD,oBAACH;QAAKC,GAAE;QAAeC,QAAO;QAAeC,aAAY;sBACzD,oBAACH;QAAKC,GAAE;QAAeC,QAAO;QAAeC,aAAY;QAE5D"}
1
+ {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/AlignRight/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const AlignRightIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M7.5 15H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignRightIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,iBAA2B,kBACtC,MAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,KAACC;gBAAKC,GAAE;gBAAcC,QAAO;gBAAeC,aAAY;;0BACxD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;0BACzD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;;OAE5D"}
@@ -1,5 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
2
  import React from 'react';
2
- export const BlockIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
3
+ export const BlockIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
3
4
  "aria-hidden": "true",
4
5
  className: "icon",
5
6
  fill: "none",
@@ -7,28 +8,33 @@ export const BlockIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
7
8
  height: "20",
8
9
  viewBox: "0 0 20 20",
9
10
  width: "20",
10
- xmlns: "http://www.w3.org/2000/svg"
11
- }, /*#__PURE__*/ React.createElement("rect", {
12
- height: "4",
13
- rx: "0.5",
14
- stroke: "currentColor",
15
- width: "4",
16
- x: "8",
17
- y: "5"
18
- }), /*#__PURE__*/ React.createElement("rect", {
19
- height: "4",
20
- rx: "0.5",
21
- stroke: "currentColor",
22
- width: "4",
23
- x: "5",
24
- y: "11"
25
- }), /*#__PURE__*/ React.createElement("rect", {
26
- height: "4",
27
- rx: "0.5",
28
- stroke: "currentColor",
29
- width: "4",
30
- x: "11",
31
- y: "11"
32
- }));
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ children: [
13
+ /*#__PURE__*/ _jsx("rect", {
14
+ height: "4",
15
+ rx: "0.5",
16
+ stroke: "currentColor",
17
+ width: "4",
18
+ x: "8",
19
+ y: "5"
20
+ }),
21
+ /*#__PURE__*/ _jsx("rect", {
22
+ height: "4",
23
+ rx: "0.5",
24
+ stroke: "currentColor",
25
+ width: "4",
26
+ x: "5",
27
+ y: "11"
28
+ }),
29
+ /*#__PURE__*/ _jsx("rect", {
30
+ height: "4",
31
+ rx: "0.5",
32
+ stroke: "currentColor",
33
+ width: "4",
34
+ x: "11",
35
+ y: "11"
36
+ })
37
+ ]
38
+ });
33
39
 
34
40
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/Block/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const BlockIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <rect height=\"4\" rx=\"0.5\" stroke=\"currentColor\" width=\"4\" x=\"8\" y=\"5\" />\n <rect height=\"4\" rx=\"0.5\" stroke=\"currentColor\" width=\"4\" x=\"5\" y=\"11\" />\n <rect height=\"4\" rx=\"0.5\" stroke=\"currentColor\" width=\"4\" x=\"11\" y=\"11\" />\n </svg>\n)\n"],"names":["React","BlockIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","rect","rx","stroke","x","y"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,YAAsB,kBACjC,oBAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;qBAEN,oBAACC;QAAKJ,QAAO;QAAIK,IAAG;QAAMC,QAAO;QAAeJ,OAAM;QAAIK,GAAE;QAAIC,GAAE;sBAClE,oBAACJ;QAAKJ,QAAO;QAAIK,IAAG;QAAMC,QAAO;QAAeJ,OAAM;QAAIK,GAAE;QAAIC,GAAE;sBAClE,oBAACJ;QAAKJ,QAAO;QAAIK,IAAG;QAAMC,QAAO;QAAeJ,OAAM;QAAIK,GAAE;QAAKC,GAAE;QAEtE"}
1
+ {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/Block/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const BlockIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <rect height=\"4\" rx=\"0.5\" stroke=\"currentColor\" width=\"4\" x=\"8\" y=\"5\" />\n <rect height=\"4\" rx=\"0.5\" stroke=\"currentColor\" width=\"4\" x=\"5\" y=\"11\" />\n <rect height=\"4\" rx=\"0.5\" stroke=\"currentColor\" width=\"4\" x=\"11\" y=\"11\" />\n </svg>\n)\n"],"names":["React","BlockIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","rect","rx","stroke","x","y"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,YAAsB,kBACjC,MAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,KAACC;gBAAKJ,QAAO;gBAAIK,IAAG;gBAAMC,QAAO;gBAAeJ,OAAM;gBAAIK,GAAE;gBAAIC,GAAE;;0BAClE,KAACJ;gBAAKJ,QAAO;gBAAIK,IAAG;gBAAMC,QAAO;gBAAeJ,OAAM;gBAAIK,GAAE;gBAAIC,GAAE;;0BAClE,KAACJ;gBAAKJ,QAAO;gBAAIK,IAAG;gBAAMC,QAAO;gBAAeJ,OAAM;gBAAIK,GAAE;gBAAKC,GAAE;;;OAEtE"}
@@ -1,5 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
1
2
  import React from 'react';
2
- export const BlockquoteIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
3
+ export const BlockquoteIcon = ()=>/*#__PURE__*/ _jsx("svg", {
3
4
  "aria-hidden": "true",
4
5
  className: "icon",
5
6
  fill: "none",
@@ -7,10 +8,11 @@ export const BlockquoteIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
7
8
  height: "20",
8
9
  viewBox: "0 0 20 20",
9
10
  width: "20",
10
- xmlns: "http://www.w3.org/2000/svg"
11
- }, /*#__PURE__*/ React.createElement("path", {
12
- d: "M13.5353 10.5725C13.5353 9.47709 11.0456 9.99991 11.0456 7.85883C11.0456 6.46464 12.1162 5.61816 13.361 5.61816C14.805 5.61816 16 6.86298 16 8.92937C16 11.2945 14.4564 13.7841 11.1203 14.3816L10.8216 13.1368C12.888 12.4895 13.5353 11.4937 13.5353 10.5725ZM6.71369 10.5725C6.71369 9.47709 4.22407 9.99991 4.22407 7.85883C4.22407 6.46464 5.29461 5.61816 6.53942 5.61816C7.9834 5.61816 9.17842 6.86298 9.17842 8.92937C9.17842 11.2945 7.63485 13.7841 4.29876 14.3816L4 13.1368C6.06639 12.4895 6.71369 11.4937 6.71369 10.5725Z",
13
- fill: "currentColor"
14
- }));
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ children: /*#__PURE__*/ _jsx("path", {
13
+ d: "M13.5353 10.5725C13.5353 9.47709 11.0456 9.99991 11.0456 7.85883C11.0456 6.46464 12.1162 5.61816 13.361 5.61816C14.805 5.61816 16 6.86298 16 8.92937C16 11.2945 14.4564 13.7841 11.1203 14.3816L10.8216 13.1368C12.888 12.4895 13.5353 11.4937 13.5353 10.5725ZM6.71369 10.5725C6.71369 9.47709 4.22407 9.99991 4.22407 7.85883C4.22407 6.46464 5.29461 5.61816 6.53942 5.61816C7.9834 5.61816 9.17842 6.86298 9.17842 8.92937C9.17842 11.2945 7.63485 13.7841 4.29876 14.3816L4 13.1368C6.06639 12.4895 6.71369 11.4937 6.71369 10.5725Z",
14
+ fill: "currentColor"
15
+ })
16
+ });
15
17
 
16
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/Blockquote/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const BlockquoteIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M13.5353 10.5725C13.5353 9.47709 11.0456 9.99991 11.0456 7.85883C11.0456 6.46464 12.1162 5.61816 13.361 5.61816C14.805 5.61816 16 6.86298 16 8.92937C16 11.2945 14.4564 13.7841 11.1203 14.3816L10.8216 13.1368C12.888 12.4895 13.5353 11.4937 13.5353 10.5725ZM6.71369 10.5725C6.71369 9.47709 4.22407 9.99991 4.22407 7.85883C4.22407 6.46464 5.29461 5.61816 6.53942 5.61816C7.9834 5.61816 9.17842 6.86298 9.17842 8.92937C9.17842 11.2945 7.63485 13.7841 4.29876 14.3816L4 13.1368C6.06639 12.4895 6.71369 11.4937 6.71369 10.5725Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\n"],"names":["React","BlockquoteIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d"],"rangeMappings":";;;;;;;;;;;;;","mappings":"AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,iBAA2B,kBACtC,oBAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;qBAEN,oBAACC;QACCC,GAAE;QACFP,MAAK;QAGV"}
1
+ {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/Blockquote/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const BlockquoteIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M13.5353 10.5725C13.5353 9.47709 11.0456 9.99991 11.0456 7.85883C11.0456 6.46464 12.1162 5.61816 13.361 5.61816C14.805 5.61816 16 6.86298 16 8.92937C16 11.2945 14.4564 13.7841 11.1203 14.3816L10.8216 13.1368C12.888 12.4895 13.5353 11.4937 13.5353 10.5725ZM6.71369 10.5725C6.71369 9.47709 4.22407 9.99991 4.22407 7.85883C4.22407 6.46464 5.29461 5.61816 6.53942 5.61816C7.9834 5.61816 9.17842 6.86298 9.17842 8.92937C9.17842 11.2945 7.63485 13.7841 4.29876 14.3816L4 13.1368C6.06639 12.4895 6.71369 11.4937 6.71369 10.5725Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\n"],"names":["React","BlockquoteIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d"],"rangeMappings":";;;;;;;;;;;;;;;","mappings":";AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,iBAA2B,kBACtC,KAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;kBAEN,cAAA,KAACC;YACCC,GAAE;YACFP,MAAK;;OAGV"}
@@ -1,5 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
1
2
  import React from 'react';
2
- export const BoldIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
3
+ export const BoldIcon = ()=>/*#__PURE__*/ _jsx("svg", {
3
4
  "aria-hidden": "true",
4
5
  className: "icon",
5
6
  fill: "currentColor",
@@ -7,10 +8,11 @@ export const BoldIcon = ()=>/*#__PURE__*/ React.createElement("svg", {
7
8
  height: "20",
8
9
  viewBox: "0 0 20 20",
9
10
  width: "20",
10
- xmlns: "http://www.w3.org/2000/svg"
11
- }, /*#__PURE__*/ React.createElement("path", {
12
- d: "M10.6772 15H6.27017V5.718H10.4172C12.6792 5.718 13.8492 6.602 13.8492 8.292C13.8492 9.098 13.1992 9.982 12.4712 10.216C13.3812 10.476 14.1742 11.256 14.1742 12.322C14.1742 14.09 12.9002 15 10.6772 15ZM8.46717 9.501H10.3262C11.3012 9.501 11.7042 9.046 11.7042 8.409C11.7042 7.72 11.2362 7.317 10.3392 7.317H8.46717V9.501ZM8.46717 11.061V13.401H10.4822C11.4702 13.401 11.9642 12.959 11.9642 12.218C11.9642 11.49 11.4702 11.061 10.4822 11.061H8.46717Z",
13
- fill: "currentColor"
14
- }));
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ children: /*#__PURE__*/ _jsx("path", {
13
+ d: "M10.6772 15H6.27017V5.718H10.4172C12.6792 5.718 13.8492 6.602 13.8492 8.292C13.8492 9.098 13.1992 9.982 12.4712 10.216C13.3812 10.476 14.1742 11.256 14.1742 12.322C14.1742 14.09 12.9002 15 10.6772 15ZM8.46717 9.501H10.3262C11.3012 9.501 11.7042 9.046 11.7042 8.409C11.7042 7.72 11.2362 7.317 10.3392 7.317H8.46717V9.501ZM8.46717 11.061V13.401H10.4822C11.4702 13.401 11.9642 12.959 11.9642 12.218C11.9642 11.49 11.4702 11.061 10.4822 11.061H8.46717Z",
14
+ fill: "currentColor"
15
+ })
16
+ });
15
17
 
16
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/Bold/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const BoldIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"currentColor\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M10.6772 15H6.27017V5.718H10.4172C12.6792 5.718 13.8492 6.602 13.8492 8.292C13.8492 9.098 13.1992 9.982 12.4712 10.216C13.3812 10.476 14.1742 11.256 14.1742 12.322C14.1742 14.09 12.9002 15 10.6772 15ZM8.46717 9.501H10.3262C11.3012 9.501 11.7042 9.046 11.7042 8.409C11.7042 7.72 11.2362 7.317 10.3392 7.317H8.46717V9.501ZM8.46717 11.061V13.401H10.4822C11.4702 13.401 11.9642 12.959 11.9642 12.218C11.9642 11.49 11.4702 11.061 10.4822 11.061H8.46717Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\n"],"names":["React","BoldIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d"],"rangeMappings":";;;;;;;;;;;;;","mappings":"AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,WAAqB,kBAChC,oBAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;qBAEN,oBAACC;QACCC,GAAE;QACFP,MAAK;QAGV"}
1
+ {"version":3,"sources":["../../../../../../src/field/lexical/ui/icons/Bold/index.tsx"],"sourcesContent":["import React from 'react'\n\nexport const BoldIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"currentColor\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M10.6772 15H6.27017V5.718H10.4172C12.6792 5.718 13.8492 6.602 13.8492 8.292C13.8492 9.098 13.1992 9.982 12.4712 10.216C13.3812 10.476 14.1742 11.256 14.1742 12.322C14.1742 14.09 12.9002 15 10.6772 15ZM8.46717 9.501H10.3262C11.3012 9.501 11.7042 9.046 11.7042 8.409C11.7042 7.72 11.2362 7.317 10.3392 7.317H8.46717V9.501ZM8.46717 11.061V13.401H10.4822C11.4702 13.401 11.9642 12.959 11.9642 12.218C11.9642 11.49 11.4702 11.061 10.4822 11.061H8.46717Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\n"],"names":["React","BoldIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d"],"rangeMappings":";;;;;;;;;;;;;;;","mappings":";AAAA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,WAAqB,kBAChC,KAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;kBAEN,cAAA,KAACC;YACCC,GAAE;YACFP,MAAK;;OAGV"}