@infonomic/payload-alternative-lexical-editor 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (579) hide show
  1. package/LICENSE +21 -0
  2. package/dist/adapter.d.ts +11 -0
  3. package/dist/adapter.d.ts.map +1 -0
  4. package/dist/adapter.js +124 -0
  5. package/dist/adapter.js.map +1 -0
  6. package/dist/cell/rsc-entry.d.ts +20 -0
  7. package/dist/cell/rsc-entry.d.ts.map +1 -0
  8. package/dist/cell/rsc-entry.js +68 -0
  9. package/dist/cell/rsc-entry.js.map +1 -0
  10. package/dist/field/apply-value-plugin.d.ts +9 -0
  11. package/dist/field/apply-value-plugin.d.ts.map +1 -0
  12. package/dist/field/apply-value-plugin.js +66 -0
  13. package/dist/field/apply-value-plugin.js.map +1 -0
  14. package/dist/field/build-initial-state.d.ts +29 -0
  15. package/dist/field/build-initial-state.d.ts.map +1 -0
  16. package/dist/field/build-initial-state.js +14 -0
  17. package/dist/field/build-initial-state.js.map +1 -0
  18. package/dist/field/config/default.d.ts +6 -0
  19. package/dist/field/config/default.d.ts.map +1 -0
  20. package/dist/field/config/default.js +52 -0
  21. package/dist/field/config/default.js.map +1 -0
  22. package/dist/field/config/editor-config-context.d.ts +14 -0
  23. package/dist/field/config/editor-config-context.d.ts.map +1 -0
  24. package/dist/field/config/editor-config-context.js +38 -0
  25. package/dist/field/config/editor-config-context.js.map +1 -0
  26. package/dist/field/config/types.d.ts +22 -0
  27. package/dist/field/config/types.d.ts.map +1 -0
  28. package/dist/field/config/types.js +2 -0
  29. package/dist/field/config/types.js.map +1 -0
  30. package/dist/field/constants.d.ts +2 -0
  31. package/dist/field/constants.d.ts.map +1 -0
  32. package/dist/field/constants.js +2 -0
  33. package/dist/field/constants.js.map +1 -0
  34. package/dist/field/context/shared-autocomplete-context.d.ts +18 -0
  35. package/dist/field/context/shared-autocomplete-context.d.ts.map +1 -0
  36. package/dist/field/context/shared-autocomplete-context.js +40 -0
  37. package/dist/field/context/shared-autocomplete-context.js.map +1 -0
  38. package/dist/field/context/shared-history-context.d.ts +19 -0
  39. package/dist/field/context/shared-history-context.d.ts.map +1 -0
  40. package/dist/field/context/shared-history-context.js +13 -0
  41. package/dist/field/context/shared-history-context.js.map +1 -0
  42. package/dist/field/context/shared-on-change-context.d.ts +13 -0
  43. package/dist/field/context/shared-on-change-context.d.ts.map +1 -0
  44. package/dist/field/context/shared-on-change-context.js +18 -0
  45. package/dist/field/context/shared-on-change-context.js.map +1 -0
  46. package/dist/field/debug.d.ts +3 -0
  47. package/dist/field/debug.d.ts.map +1 -0
  48. package/dist/field/debug.js +17 -0
  49. package/dist/field/debug.js.map +1 -0
  50. package/dist/field/editor-context.d.ts +15 -0
  51. package/dist/field/editor-context.d.ts.map +1 -0
  52. package/dist/field/editor-context.js +37 -0
  53. package/dist/field/editor-context.js.map +1 -0
  54. package/dist/field/editor.css +1477 -0
  55. package/dist/field/editor.d.ts +4 -0
  56. package/dist/field/editor.d.ts.map +1 -0
  57. package/dist/field/editor.js +86 -0
  58. package/dist/field/editor.js.map +1 -0
  59. package/dist/field/field-component.css +44 -0
  60. package/dist/field/field-component.d.ts +16 -0
  61. package/dist/field/field-component.d.ts.map +1 -0
  62. package/dist/field/field-component.js +136 -0
  63. package/dist/field/field-component.js.map +1 -0
  64. package/dist/field/hooks/useMediaQuery.d.ts +3 -0
  65. package/dist/field/hooks/useMediaQuery.d.ts.map +1 -0
  66. package/dist/field/hooks/useMediaQuery.js +20 -0
  67. package/dist/field/hooks/useMediaQuery.js.map +1 -0
  68. package/dist/field/hooks/useModal.d.ts +13 -0
  69. package/dist/field/hooks/useModal.d.ts.map +1 -0
  70. package/dist/field/hooks/useModal.js +28 -0
  71. package/dist/field/hooks/useModal.js.map +1 -0
  72. package/dist/field/hooks/useReport.d.ts +9 -0
  73. package/dist/field/hooks/useReport.d.ts.map +1 -0
  74. package/dist/field/hooks/useReport.js +51 -0
  75. package/dist/field/hooks/useReport.js.map +1 -0
  76. package/dist/field/images/cat-typing.gif +0 -0
  77. package/dist/field/images/emoji/1F600.png +0 -0
  78. package/dist/field/images/emoji/1F641.png +0 -0
  79. package/dist/field/images/emoji/1F642.png +0 -0
  80. package/dist/field/images/emoji/2764.png +0 -0
  81. package/dist/field/images/icons/3-columns.svg +3 -0
  82. package/dist/field/images/icons/admonition.svg +1 -0
  83. package/dist/field/images/icons/arrow-clockwise.svg +1 -0
  84. package/dist/field/images/icons/arrow-counterclockwise.svg +1 -0
  85. package/dist/field/images/icons/bg-color.svg +1 -0
  86. package/dist/field/images/icons/camera.svg +1 -0
  87. package/dist/field/images/icons/card-checklist.svg +1 -0
  88. package/dist/field/images/icons/caret-right-fill.svg +1 -0
  89. package/dist/field/images/icons/chat-left-text.svg +1 -0
  90. package/dist/field/images/icons/chat-right-dots.svg +1 -0
  91. package/dist/field/images/icons/chat-right-text.svg +1 -0
  92. package/dist/field/images/icons/chat-right.svg +1 -0
  93. package/dist/field/images/icons/chat-square-quote.svg +1 -0
  94. package/dist/field/images/icons/chevron-down.svg +1 -0
  95. package/dist/field/images/icons/clipboard.svg +1 -0
  96. package/dist/field/images/icons/close.svg +1 -0
  97. package/dist/field/images/icons/code.svg +1 -0
  98. package/dist/field/images/icons/comments.svg +1 -0
  99. package/dist/field/images/icons/copy.svg +1 -0
  100. package/dist/field/images/icons/diagram-2.svg +1 -0
  101. package/dist/field/images/icons/download.svg +1 -0
  102. package/dist/field/images/icons/draggable-block-menu.svg +1 -0
  103. package/dist/field/images/icons/dropdown-more.svg +1 -0
  104. package/dist/field/images/icons/figma.svg +1 -0
  105. package/dist/field/images/icons/file-earmark-text.svg +4 -0
  106. package/dist/field/images/icons/file-image.svg +1 -0
  107. package/dist/field/images/icons/filetype-gif.svg +1 -0
  108. package/dist/field/images/icons/font-color.svg +1 -0
  109. package/dist/field/images/icons/font-family.svg +1 -0
  110. package/dist/field/images/icons/gear.svg +1 -0
  111. package/dist/field/images/icons/horizontal-rule.svg +1 -0
  112. package/dist/field/images/icons/indent.svg +1 -0
  113. package/dist/field/images/icons/journal-code.svg +1 -0
  114. package/dist/field/images/icons/journal-text.svg +1 -0
  115. package/dist/field/images/icons/justify.svg +1 -0
  116. package/dist/field/images/icons/link.svg +1 -0
  117. package/dist/field/images/icons/list-ol.svg +1 -0
  118. package/dist/field/images/icons/list-ul.svg +1 -0
  119. package/dist/field/images/icons/lock-fill.svg +1 -0
  120. package/dist/field/images/icons/lock.svg +1 -0
  121. package/dist/field/images/icons/markdown.svg +1 -0
  122. package/dist/field/images/icons/mic.svg +1 -0
  123. package/dist/field/images/icons/outdent.svg +1 -0
  124. package/dist/field/images/icons/paint-bucket.svg +1 -0
  125. package/dist/field/images/icons/palette.svg +1 -0
  126. package/dist/field/images/icons/pencil-fill.svg +1 -0
  127. package/dist/field/images/icons/plug-fill.svg +1 -0
  128. package/dist/field/images/icons/plug.svg +1 -0
  129. package/dist/field/images/icons/plus-slash-minus.svg +1 -0
  130. package/dist/field/images/icons/plus.svg +1 -0
  131. package/dist/field/images/icons/prettier-error.svg +1 -0
  132. package/dist/field/images/icons/prettier.svg +1 -0
  133. package/dist/field/images/icons/send.svg +1 -0
  134. package/dist/field/images/icons/square-check.svg +1 -0
  135. package/dist/field/images/icons/sticky.svg +1 -0
  136. package/dist/field/images/icons/success-alt.svg +1 -0
  137. package/dist/field/images/icons/success.svg +1 -0
  138. package/dist/field/images/icons/table.svg +1 -0
  139. package/dist/field/images/icons/text-center.svg +1 -0
  140. package/dist/field/images/icons/text-left.svg +1 -0
  141. package/dist/field/images/icons/text-paragraph.svg +1 -0
  142. package/dist/field/images/icons/text-right.svg +1 -0
  143. package/dist/field/images/icons/trash.svg +1 -0
  144. package/dist/field/images/icons/trash3.svg +1 -0
  145. package/dist/field/images/icons/tweet.svg +1 -0
  146. package/dist/field/images/icons/type-bold.svg +1 -0
  147. package/dist/field/images/icons/type-h1.svg +1 -0
  148. package/dist/field/images/icons/type-h2.svg +1 -0
  149. package/dist/field/images/icons/type-h3.svg +1 -0
  150. package/dist/field/images/icons/type-h4.svg +1 -0
  151. package/dist/field/images/icons/type-h5.svg +1 -0
  152. package/dist/field/images/icons/type-h6.svg +1 -0
  153. package/dist/field/images/icons/type-italic.svg +1 -0
  154. package/dist/field/images/icons/type-strikethrough.svg +1 -0
  155. package/dist/field/images/icons/type-subscript.svg +1 -0
  156. package/dist/field/images/icons/type-superscript.svg +1 -0
  157. package/dist/field/images/icons/type-underline.svg +1 -0
  158. package/dist/field/images/icons/upload.svg +1 -0
  159. package/dist/field/images/icons/user.svg +1 -0
  160. package/dist/field/images/icons/vimeo.svg +1 -0
  161. package/dist/field/images/icons/youtube.svg +1 -0
  162. package/dist/field/images/landscape.jpg +0 -0
  163. package/dist/field/images/logo.svg +1 -0
  164. package/dist/field/images/yellow-flower-small.jpg +0 -0
  165. package/dist/field/images/yellow-flower.jpg +0 -0
  166. package/dist/field/index.d.ts +12 -0
  167. package/dist/field/index.d.ts.map +1 -0
  168. package/dist/field/index.js +9 -0
  169. package/dist/field/index.js.map +1 -0
  170. package/dist/field/lexical-after-read-populate-links.d.ts +47 -0
  171. package/dist/field/lexical-after-read-populate-links.d.ts.map +1 -0
  172. package/dist/field/lexical-after-read-populate-links.js +118 -0
  173. package/dist/field/lexical-after-read-populate-links.js.map +1 -0
  174. package/dist/field/lexical-after-read-populate-media.d.ts +34 -0
  175. package/dist/field/lexical-after-read-populate-media.d.ts.map +1 -0
  176. package/dist/field/lexical-after-read-populate-media.js +40 -0
  177. package/dist/field/lexical-after-read-populate-media.js.map +1 -0
  178. package/dist/field/lexical-before-change-populate-links.d.ts +52 -0
  179. package/dist/field/lexical-before-change-populate-links.d.ts.map +1 -0
  180. package/dist/field/lexical-before-change-populate-links.js +116 -0
  181. package/dist/field/lexical-before-change-populate-links.js.map +1 -0
  182. package/dist/field/nodes/admonition-node/admonition-node-component.css +115 -0
  183. package/dist/field/nodes/admonition-node/admonition-node-component.d.ts +11 -0
  184. package/dist/field/nodes/admonition-node/admonition-node-component.d.ts.map +1 -0
  185. package/dist/field/nodes/admonition-node/admonition-node-component.js +157 -0
  186. package/dist/field/nodes/admonition-node/admonition-node-component.js.map +1 -0
  187. package/dist/field/nodes/admonition-node/admonition-node.d.ts +28 -0
  188. package/dist/field/nodes/admonition-node/admonition-node.d.ts.map +1 -0
  189. package/dist/field/nodes/admonition-node/admonition-node.js +134 -0
  190. package/dist/field/nodes/admonition-node/admonition-node.js.map +1 -0
  191. package/dist/field/nodes/admonition-node/icons/danger-icon.css +11 -0
  192. package/dist/field/nodes/admonition-node/icons/danger-icon.d.ts +8 -0
  193. package/dist/field/nodes/admonition-node/icons/danger-icon.d.ts.map +1 -0
  194. package/dist/field/nodes/admonition-node/icons/danger-icon.js +7 -0
  195. package/dist/field/nodes/admonition-node/icons/danger-icon.js.map +1 -0
  196. package/dist/field/nodes/admonition-node/icons/index.d.ts +5 -0
  197. package/dist/field/nodes/admonition-node/icons/index.d.ts.map +1 -0
  198. package/dist/field/nodes/admonition-node/icons/index.js +5 -0
  199. package/dist/field/nodes/admonition-node/icons/index.js.map +1 -0
  200. package/dist/field/nodes/admonition-node/icons/note-icon.css +11 -0
  201. package/dist/field/nodes/admonition-node/icons/note-icon.d.ts +8 -0
  202. package/dist/field/nodes/admonition-node/icons/note-icon.d.ts.map +1 -0
  203. package/dist/field/nodes/admonition-node/icons/note-icon.js +7 -0
  204. package/dist/field/nodes/admonition-node/icons/note-icon.js.map +1 -0
  205. package/dist/field/nodes/admonition-node/icons/tip-icon.css +11 -0
  206. package/dist/field/nodes/admonition-node/icons/tip-icon.d.ts +8 -0
  207. package/dist/field/nodes/admonition-node/icons/tip-icon.d.ts.map +1 -0
  208. package/dist/field/nodes/admonition-node/icons/tip-icon.js +7 -0
  209. package/dist/field/nodes/admonition-node/icons/tip-icon.js.map +1 -0
  210. package/dist/field/nodes/admonition-node/icons/warning-icon.css +11 -0
  211. package/dist/field/nodes/admonition-node/icons/warning-icon.d.ts +8 -0
  212. package/dist/field/nodes/admonition-node/icons/warning-icon.d.ts.map +1 -0
  213. package/dist/field/nodes/admonition-node/icons/warning-icon.js +7 -0
  214. package/dist/field/nodes/admonition-node/icons/warning-icon.js.map +1 -0
  215. package/dist/field/nodes/admonition-node/index.d.ts +4 -0
  216. package/dist/field/nodes/admonition-node/index.d.ts.map +1 -0
  217. package/dist/field/nodes/admonition-node/index.js +4 -0
  218. package/dist/field/nodes/admonition-node/index.js.map +1 -0
  219. package/dist/field/nodes/admonition-node/types.d.ts +14 -0
  220. package/dist/field/nodes/admonition-node/types.d.ts.map +1 -0
  221. package/dist/field/nodes/admonition-node/types.js +2 -0
  222. package/dist/field/nodes/admonition-node/types.js.map +1 -0
  223. package/dist/field/nodes/index.d.ts +10 -0
  224. package/dist/field/nodes/index.d.ts.map +1 -0
  225. package/dist/field/nodes/index.js +44 -0
  226. package/dist/field/nodes/index.js.map +1 -0
  227. package/dist/field/nodes/inline-image-node/index.d.ts +4 -0
  228. package/dist/field/nodes/inline-image-node/index.d.ts.map +1 -0
  229. package/dist/field/nodes/inline-image-node/index.js +4 -0
  230. package/dist/field/nodes/inline-image-node/index.js.map +1 -0
  231. package/dist/field/nodes/inline-image-node/inline-image-node-component.css +205 -0
  232. package/dist/field/nodes/inline-image-node/inline-image-node-component.d.ts +18 -0
  233. package/dist/field/nodes/inline-image-node/inline-image-node-component.d.ts.map +1 -0
  234. package/dist/field/nodes/inline-image-node/inline-image-node-component.js +239 -0
  235. package/dist/field/nodes/inline-image-node/inline-image-node-component.js.map +1 -0
  236. package/dist/field/nodes/inline-image-node/inline-image-node.d.ts +39 -0
  237. package/dist/field/nodes/inline-image-node/inline-image-node.d.ts.map +1 -0
  238. package/dist/field/nodes/inline-image-node/inline-image-node.js +204 -0
  239. package/dist/field/nodes/inline-image-node/inline-image-node.js.map +1 -0
  240. package/dist/field/nodes/inline-image-node/types.d.ts +33 -0
  241. package/dist/field/nodes/inline-image-node/types.d.ts.map +1 -0
  242. package/dist/field/nodes/inline-image-node/types.js +2 -0
  243. package/dist/field/nodes/inline-image-node/types.js.map +1 -0
  244. package/dist/field/nodes/layout-container-node/layout-container-node.d.ts +29 -0
  245. package/dist/field/nodes/layout-container-node/layout-container-node.d.ts.map +1 -0
  246. package/dist/field/nodes/layout-container-node/layout-container-node.js +66 -0
  247. package/dist/field/nodes/layout-container-node/layout-container-node.js.map +1 -0
  248. package/dist/field/nodes/layout-container-node/layout-item-node.d.ts +23 -0
  249. package/dist/field/nodes/layout-container-node/layout-item-node.d.ts.map +1 -0
  250. package/dist/field/nodes/layout-container-node/layout-item-node.js +50 -0
  251. package/dist/field/nodes/layout-container-node/layout-item-node.js.map +1 -0
  252. package/dist/field/nodes/link-nodes/auto-link-node.d.ts +17 -0
  253. package/dist/field/nodes/link-nodes/auto-link-node.d.ts.map +1 -0
  254. package/dist/field/nodes/link-nodes/auto-link-node.js +46 -0
  255. package/dist/field/nodes/link-nodes/auto-link-node.js.map +1 -0
  256. package/dist/field/nodes/link-nodes/index.d.ts +4 -0
  257. package/dist/field/nodes/link-nodes/index.d.ts.map +1 -0
  258. package/dist/field/nodes/link-nodes/index.js +4 -0
  259. package/dist/field/nodes/link-nodes/index.js.map +1 -0
  260. package/dist/field/nodes/link-nodes/link-node.d.ts +42 -0
  261. package/dist/field/nodes/link-nodes/link-node.d.ts.map +1 -0
  262. package/dist/field/nodes/link-nodes/link-node.js +340 -0
  263. package/dist/field/nodes/link-nodes/link-node.js.map +1 -0
  264. package/dist/field/nodes/link-nodes/types.d.ts +16 -0
  265. package/dist/field/nodes/link-nodes/types.d.ts.map +1 -0
  266. package/dist/field/nodes/link-nodes/types.js +2 -0
  267. package/dist/field/nodes/link-nodes/types.js.map +1 -0
  268. package/dist/field/nodes/vimeo-node/index.d.ts +30 -0
  269. package/dist/field/nodes/vimeo-node/index.d.ts.map +1 -0
  270. package/dist/field/nodes/vimeo-node/index.js +92 -0
  271. package/dist/field/nodes/vimeo-node/index.js.map +1 -0
  272. package/dist/field/nodes/youtube-node/index.d.ts +30 -0
  273. package/dist/field/nodes/youtube-node/index.d.ts.map +1 -0
  274. package/dist/field/nodes/youtube-node/index.js +92 -0
  275. package/dist/field/nodes/youtube-node/index.js.map +1 -0
  276. package/dist/field/plugins/admonition-plugin/admonition-drawer.css +8 -0
  277. package/dist/field/plugins/admonition-plugin/admonition-drawer.d.ts +5 -0
  278. package/dist/field/plugins/admonition-plugin/admonition-drawer.d.ts.map +1 -0
  279. package/dist/field/plugins/admonition-plugin/admonition-drawer.js +44 -0
  280. package/dist/field/plugins/admonition-plugin/admonition-drawer.js.map +1 -0
  281. package/dist/field/plugins/admonition-plugin/fields.d.ts +14 -0
  282. package/dist/field/plugins/admonition-plugin/fields.d.ts.map +1 -0
  283. package/dist/field/plugins/admonition-plugin/fields.js +72 -0
  284. package/dist/field/plugins/admonition-plugin/fields.js.map +1 -0
  285. package/dist/field/plugins/admonition-plugin/index.d.ts +8 -0
  286. package/dist/field/plugins/admonition-plugin/index.d.ts.map +1 -0
  287. package/dist/field/plugins/admonition-plugin/index.js +65 -0
  288. package/dist/field/plugins/admonition-plugin/index.js.map +1 -0
  289. package/dist/field/plugins/admonition-plugin/types.d.ts +15 -0
  290. package/dist/field/plugins/admonition-plugin/types.d.ts.map +1 -0
  291. package/dist/field/plugins/admonition-plugin/types.js +2 -0
  292. package/dist/field/plugins/admonition-plugin/types.js.map +1 -0
  293. package/dist/field/plugins/auto-embed-plugin/index.d.ts +26 -0
  294. package/dist/field/plugins/auto-embed-plugin/index.d.ts.map +1 -0
  295. package/dist/field/plugins/auto-embed-plugin/index.js +191 -0
  296. package/dist/field/plugins/auto-embed-plugin/index.js.map +1 -0
  297. package/dist/field/plugins/code-highlight-plugin/index.d.ts +10 -0
  298. package/dist/field/plugins/code-highlight-plugin/index.d.ts.map +1 -0
  299. package/dist/field/plugins/code-highlight-plugin/index.js +11 -0
  300. package/dist/field/plugins/code-highlight-plugin/index.js.map +1 -0
  301. package/dist/field/plugins/drag-drop-paste-plugin/index.d.ts +9 -0
  302. package/dist/field/plugins/drag-drop-paste-plugin/index.d.ts.map +1 -0
  303. package/dist/field/plugins/drag-drop-paste-plugin/index.js +37 -0
  304. package/dist/field/plugins/drag-drop-paste-plugin/index.js.map +1 -0
  305. package/dist/field/plugins/floating-text-format-toolbar-plugin/index.css +150 -0
  306. package/dist/field/plugins/floating-text-format-toolbar-plugin/index.d.ts +13 -0
  307. package/dist/field/plugins/floating-text-format-toolbar-plugin/index.d.ts.map +1 -0
  308. package/dist/field/plugins/floating-text-format-toolbar-plugin/index.js +236 -0
  309. package/dist/field/plugins/floating-text-format-toolbar-plugin/index.js.map +1 -0
  310. package/dist/field/plugins/inline-image-plugin/fields.d.ts +12 -0
  311. package/dist/field/plugins/inline-image-plugin/fields.d.ts.map +1 -0
  312. package/dist/field/plugins/inline-image-plugin/fields.js +160 -0
  313. package/dist/field/plugins/inline-image-plugin/fields.js.map +1 -0
  314. package/dist/field/plugins/inline-image-plugin/index.d.ts +26 -0
  315. package/dist/field/plugins/inline-image-plugin/index.d.ts.map +1 -0
  316. package/dist/field/plugins/inline-image-plugin/index.js +222 -0
  317. package/dist/field/plugins/inline-image-plugin/index.js.map +1 -0
  318. package/dist/field/plugins/inline-image-plugin/inline-image-drawer.css +29 -0
  319. package/dist/field/plugins/inline-image-plugin/inline-image-drawer.d.ts +5 -0
  320. package/dist/field/plugins/inline-image-plugin/inline-image-drawer.d.ts.map +1 -0
  321. package/dist/field/plugins/inline-image-plugin/inline-image-drawer.js +51 -0
  322. package/dist/field/plugins/inline-image-plugin/inline-image-drawer.js.map +1 -0
  323. package/dist/field/plugins/inline-image-plugin/types.d.ts +16 -0
  324. package/dist/field/plugins/inline-image-plugin/types.d.ts.map +1 -0
  325. package/dist/field/plugins/inline-image-plugin/types.js +2 -0
  326. package/dist/field/plugins/inline-image-plugin/types.js.map +1 -0
  327. package/dist/field/plugins/inline-image-plugin/utils.d.ts +9 -0
  328. package/dist/field/plugins/inline-image-plugin/utils.d.ts.map +1 -0
  329. package/dist/field/plugins/inline-image-plugin/utils.js +27 -0
  330. package/dist/field/plugins/inline-image-plugin/utils.js.map +1 -0
  331. package/dist/field/plugins/layout-plugin/insert-layout-dialog.d.ts +14 -0
  332. package/dist/field/plugins/layout-plugin/insert-layout-dialog.d.ts.map +1 -0
  333. package/dist/field/plugins/layout-plugin/insert-layout-dialog.js +26 -0
  334. package/dist/field/plugins/layout-plugin/insert-layout-dialog.js.map +1 -0
  335. package/dist/field/plugins/layout-plugin/layout-plugin.d.ts +8 -0
  336. package/dist/field/plugins/layout-plugin/layout-plugin.d.ts.map +1 -0
  337. package/dist/field/plugins/layout-plugin/layout-plugin.js +87 -0
  338. package/dist/field/plugins/layout-plugin/layout-plugin.js.map +1 -0
  339. package/dist/field/plugins/link-plugin/auto-link/auto-link-plugin.d.ts +22 -0
  340. package/dist/field/plugins/link-plugin/auto-link/auto-link-plugin.d.ts.map +1 -0
  341. package/dist/field/plugins/link-plugin/auto-link/auto-link-plugin.js +218 -0
  342. package/dist/field/plugins/link-plugin/auto-link/auto-link-plugin.js.map +1 -0
  343. package/dist/field/plugins/link-plugin/auto-link/index.d.ts +10 -0
  344. package/dist/field/plugins/link-plugin/auto-link/index.d.ts.map +1 -0
  345. package/dist/field/plugins/link-plugin/auto-link/index.js +17 -0
  346. package/dist/field/plugins/link-plugin/auto-link/index.js.map +1 -0
  347. package/dist/field/plugins/link-plugin/link/fields.d.ts +11 -0
  348. package/dist/field/plugins/link-plugin/link/fields.d.ts.map +1 -0
  349. package/dist/field/plugins/link-plugin/link/fields.js +120 -0
  350. package/dist/field/plugins/link-plugin/link/fields.js.map +1 -0
  351. package/dist/field/plugins/link-plugin/link/floating-link-editor.css +128 -0
  352. package/dist/field/plugins/link-plugin/link/floating-link-editor.d.ts +13 -0
  353. package/dist/field/plugins/link-plugin/link/floating-link-editor.d.ts.map +1 -0
  354. package/dist/field/plugins/link-plugin/link/floating-link-editor.js +239 -0
  355. package/dist/field/plugins/link-plugin/link/floating-link-editor.js.map +1 -0
  356. package/dist/field/plugins/link-plugin/link/index.d.ts +2 -0
  357. package/dist/field/plugins/link-plugin/link/index.d.ts.map +1 -0
  358. package/dist/field/plugins/link-plugin/link/index.js +65 -0
  359. package/dist/field/plugins/link-plugin/link/index.js.map +1 -0
  360. package/dist/field/plugins/link-plugin/link/link-drawer.css +21 -0
  361. package/dist/field/plugins/link-plugin/link/link-drawer.d.ts +5 -0
  362. package/dist/field/plugins/link-plugin/link/link-drawer.d.ts.map +1 -0
  363. package/dist/field/plugins/link-plugin/link/link-drawer.js +72 -0
  364. package/dist/field/plugins/link-plugin/link/link-drawer.js.map +1 -0
  365. package/dist/field/plugins/link-plugin/link/types.d.ts +20 -0
  366. package/dist/field/plugins/link-plugin/link/types.d.ts.map +1 -0
  367. package/dist/field/plugins/link-plugin/link/types.js +2 -0
  368. package/dist/field/plugins/link-plugin/link/types.js.map +1 -0
  369. package/dist/field/plugins/table-action-menu-plugin/index.d.ts +6 -0
  370. package/dist/field/plugins/table-action-menu-plugin/index.d.ts.map +1 -0
  371. package/dist/field/plugins/table-action-menu-plugin/index.js +476 -0
  372. package/dist/field/plugins/table-action-menu-plugin/index.js.map +1 -0
  373. package/dist/field/plugins/table-plugin/index.d.ts +4 -0
  374. package/dist/field/plugins/table-plugin/index.d.ts.map +1 -0
  375. package/dist/field/plugins/table-plugin/index.js +30 -0
  376. package/dist/field/plugins/table-plugin/index.js.map +1 -0
  377. package/dist/field/plugins/table-plugin/table-drawer.d.ts +12 -0
  378. package/dist/field/plugins/table-plugin/table-drawer.d.ts.map +1 -0
  379. package/dist/field/plugins/table-plugin/table-drawer.js +42 -0
  380. package/dist/field/plugins/table-plugin/table-drawer.js.map +1 -0
  381. package/dist/field/plugins/toolbar-plugin/index.d.ts +10 -0
  382. package/dist/field/plugins/toolbar-plugin/index.d.ts.map +1 -0
  383. package/dist/field/plugins/toolbar-plugin/index.js +394 -0
  384. package/dist/field/plugins/toolbar-plugin/index.js.map +1 -0
  385. package/dist/field/plugins/treeview-plugin/index.d.ts +10 -0
  386. package/dist/field/plugins/treeview-plugin/index.d.ts.map +1 -0
  387. package/dist/field/plugins/treeview-plugin/index.js +9 -0
  388. package/dist/field/plugins/treeview-plugin/index.js.map +1 -0
  389. package/dist/field/plugins/vimeo-plugin/index.d.ts +4 -0
  390. package/dist/field/plugins/vimeo-plugin/index.d.ts.map +1 -0
  391. package/dist/field/plugins/vimeo-plugin/index.js +29 -0
  392. package/dist/field/plugins/vimeo-plugin/index.js.map +1 -0
  393. package/dist/field/plugins/youtube-plugin/index.d.ts +4 -0
  394. package/dist/field/plugins/youtube-plugin/index.d.ts.map +1 -0
  395. package/dist/field/plugins/youtube-plugin/index.js +29 -0
  396. package/dist/field/plugins/youtube-plugin/index.js.map +1 -0
  397. package/dist/field/rsc-entry.d.ts +9 -0
  398. package/dist/field/rsc-entry.d.ts.map +1 -0
  399. package/dist/field/rsc-entry.js +57 -0
  400. package/dist/field/rsc-entry.js.map +1 -0
  401. package/dist/field/shared/canUseDOM.d.ts +9 -0
  402. package/dist/field/shared/canUseDOM.d.ts.map +1 -0
  403. package/dist/field/shared/canUseDOM.js +9 -0
  404. package/dist/field/shared/canUseDOM.js.map +1 -0
  405. package/dist/field/shared/environment.d.ts +23 -0
  406. package/dist/field/shared/environment.d.ts.map +1 -0
  407. package/dist/field/shared/environment.js +22 -0
  408. package/dist/field/shared/environment.js.map +1 -0
  409. package/dist/field/shared/invariant.d.ts +9 -0
  410. package/dist/field/shared/invariant.d.ts.map +1 -0
  411. package/dist/field/shared/invariant.js +18 -0
  412. package/dist/field/shared/invariant.js.map +1 -0
  413. package/dist/field/shared/simpleDiffWithCursor.d.ts +13 -0
  414. package/dist/field/shared/simpleDiffWithCursor.d.ts.map +1 -0
  415. package/dist/field/shared/simpleDiffWithCursor.js +34 -0
  416. package/dist/field/shared/simpleDiffWithCursor.js.map +1 -0
  417. package/dist/field/shared/useLayoutEffect.d.ts +11 -0
  418. package/dist/field/shared/useLayoutEffect.d.ts.map +1 -0
  419. package/dist/field/shared/useLayoutEffect.js +12 -0
  420. package/dist/field/shared/useLayoutEffect.js.map +1 -0
  421. package/dist/field/shared/warnOnlyOnce.d.ts +9 -0
  422. package/dist/field/shared/warnOnlyOnce.d.ts.map +1 -0
  423. package/dist/field/shared/warnOnlyOnce.js +21 -0
  424. package/dist/field/shared/warnOnlyOnce.js.map +1 -0
  425. package/dist/field/themes/lexical-editor-theme.css +558 -0
  426. package/dist/field/themes/lexical-editor-theme.d.ts +10 -0
  427. package/dist/field/themes/lexical-editor-theme.d.ts.map +1 -0
  428. package/dist/field/themes/lexical-editor-theme.js +105 -0
  429. package/dist/field/themes/lexical-editor-theme.js.map +1 -0
  430. package/dist/field/types.d.ts +10 -0
  431. package/dist/field/types.d.ts.map +1 -0
  432. package/dist/field/types.js +2 -0
  433. package/dist/field/types.js.map +1 -0
  434. package/dist/field/ui/button.css +45 -0
  435. package/dist/field/ui/button.d.ts +19 -0
  436. package/dist/field/ui/button.d.ts.map +1 -0
  437. package/dist/field/ui/button.js +8 -0
  438. package/dist/field/ui/button.js.map +1 -0
  439. package/dist/field/ui/checkbox.css +52 -0
  440. package/dist/field/ui/color-picker.css +88 -0
  441. package/dist/field/ui/color-picker.d.ts +21 -0
  442. package/dist/field/ui/color-picker.d.ts.map +1 -0
  443. package/dist/field/ui/color-picker.js +250 -0
  444. package/dist/field/ui/color-picker.js.map +1 -0
  445. package/dist/field/ui/content-editable-inline.d.ts +13 -0
  446. package/dist/field/ui/content-editable-inline.d.ts.map +1 -0
  447. package/dist/field/ui/content-editable-inline.js +14 -0
  448. package/dist/field/ui/content-editable-inline.js.map +1 -0
  449. package/dist/field/ui/content-editable.css +28 -0
  450. package/dist/field/ui/content-editable.d.ts +13 -0
  451. package/dist/field/ui/content-editable.d.ts.map +1 -0
  452. package/dist/field/ui/content-editable.js +15 -0
  453. package/dist/field/ui/content-editable.js.map +1 -0
  454. package/dist/field/ui/dialog.css +17 -0
  455. package/dist/field/ui/dialog.d.ts +17 -0
  456. package/dist/field/ui/dialog.d.ts.map +1 -0
  457. package/dist/field/ui/dialog.js +10 -0
  458. package/dist/field/ui/dialog.js.map +1 -0
  459. package/dist/field/ui/dropdown.d.ts +25 -0
  460. package/dist/field/ui/dropdown.d.ts.map +1 -0
  461. package/dist/field/ui/dropdown.js +118 -0
  462. package/dist/field/ui/dropdown.js.map +1 -0
  463. package/dist/field/ui/file-input.d.ts +18 -0
  464. package/dist/field/ui/file-input.d.ts.map +1 -0
  465. package/dist/field/ui/file-input.js +17 -0
  466. package/dist/field/ui/file-input.js.map +1 -0
  467. package/dist/field/ui/input.css +32 -0
  468. package/dist/field/ui/modal.css +84 -0
  469. package/dist/field/ui/modal.d.ts +17 -0
  470. package/dist/field/ui/modal.d.ts.map +1 -0
  471. package/dist/field/ui/modal.js +48 -0
  472. package/dist/field/ui/modal.js.map +1 -0
  473. package/dist/field/ui/placeholder-inline.d.ts +14 -0
  474. package/dist/field/ui/placeholder-inline.d.ts.map +1 -0
  475. package/dist/field/ui/placeholder-inline.js +12 -0
  476. package/dist/field/ui/placeholder-inline.js.map +1 -0
  477. package/dist/field/ui/placeholder.css +33 -0
  478. package/dist/field/ui/placeholder.d.ts +14 -0
  479. package/dist/field/ui/placeholder.d.ts.map +1 -0
  480. package/dist/field/ui/placeholder.js +14 -0
  481. package/dist/field/ui/placeholder.js.map +1 -0
  482. package/dist/field/ui/select.css +34 -0
  483. package/dist/field/ui/select.d.ts +16 -0
  484. package/dist/field/ui/select.d.ts.map +1 -0
  485. package/dist/field/ui/select.js +17 -0
  486. package/dist/field/ui/select.js.map +1 -0
  487. package/dist/field/ui/switch.d.ts +15 -0
  488. package/dist/field/ui/switch.d.ts.map +1 -0
  489. package/dist/field/ui/switch.js +8 -0
  490. package/dist/field/ui/switch.js.map +1 -0
  491. package/dist/field/ui/text-input.d.ts +20 -0
  492. package/dist/field/ui/text-input.d.ts.map +1 -0
  493. package/dist/field/ui/text-input.js +18 -0
  494. package/dist/field/ui/text-input.js.map +1 -0
  495. package/dist/field/utils/cloneDeep.d.ts +2 -0
  496. package/dist/field/utils/cloneDeep.d.ts.map +1 -0
  497. package/dist/field/utils/cloneDeep.js +50 -0
  498. package/dist/field/utils/cloneDeep.js.map +1 -0
  499. package/dist/field/utils/deepEqual.d.ts +2 -0
  500. package/dist/field/utils/deepEqual.d.ts.map +1 -0
  501. package/dist/field/utils/deepEqual.js +48 -0
  502. package/dist/field/utils/deepEqual.js.map +1 -0
  503. package/dist/field/utils/emoji-list.d.ts +28 -0
  504. package/dist/field/utils/emoji-list.d.ts.map +1 -0
  505. package/dist/field/utils/emoji-list.js +16613 -0
  506. package/dist/field/utils/emoji-list.js.map +1 -0
  507. package/dist/field/utils/getDOMRangeRect.d.ts +9 -0
  508. package/dist/field/utils/getDOMRangeRect.d.ts.map +1 -0
  509. package/dist/field/utils/getDOMRangeRect.js +23 -0
  510. package/dist/field/utils/getDOMRangeRect.js.map +1 -0
  511. package/dist/field/utils/getSelectedNode.d.ts +3 -0
  512. package/dist/field/utils/getSelectedNode.d.ts.map +1 -0
  513. package/dist/field/utils/getSelectedNode.js +25 -0
  514. package/dist/field/utils/getSelectedNode.js.map +1 -0
  515. package/dist/field/utils/guard.d.ts +9 -0
  516. package/dist/field/utils/guard.d.ts.map +1 -0
  517. package/dist/field/utils/guard.js +11 -0
  518. package/dist/field/utils/guard.js.map +1 -0
  519. package/dist/field/utils/hashSerializedState.d.ts +3 -0
  520. package/dist/field/utils/hashSerializedState.d.ts.map +1 -0
  521. package/dist/field/utils/hashSerializedState.js +32 -0
  522. package/dist/field/utils/hashSerializedState.js.map +1 -0
  523. package/dist/field/utils/isMobileWidth.d.ts +9 -0
  524. package/dist/field/utils/isMobileWidth.d.ts.map +1 -0
  525. package/dist/field/utils/isMobileWidth.js +9 -0
  526. package/dist/field/utils/isMobileWidth.js.map +1 -0
  527. package/dist/field/utils/joinClasses.d.ts +9 -0
  528. package/dist/field/utils/joinClasses.d.ts.map +1 -0
  529. package/dist/field/utils/joinClasses.js +11 -0
  530. package/dist/field/utils/joinClasses.js.map +1 -0
  531. package/dist/field/utils/load-related.d.ts +4 -0
  532. package/dist/field/utils/load-related.d.ts.map +1 -0
  533. package/dist/field/utils/load-related.js +45 -0
  534. package/dist/field/utils/load-related.js.map +1 -0
  535. package/dist/field/utils/point.d.ts +22 -0
  536. package/dist/field/utils/point.d.ts.map +1 -0
  537. package/dist/field/utils/point.js +43 -0
  538. package/dist/field/utils/point.js.map +1 -0
  539. package/dist/field/utils/rect.d.ts +46 -0
  540. package/dist/field/utils/rect.d.ts.map +1 -0
  541. package/dist/field/utils/rect.js +101 -0
  542. package/dist/field/utils/rect.js.map +1 -0
  543. package/dist/field/utils/setFloatingElemPosition.d.ts +2 -0
  544. package/dist/field/utils/setFloatingElemPosition.d.ts.map +1 -0
  545. package/dist/field/utils/setFloatingElemPosition.js +34 -0
  546. package/dist/field/utils/setFloatingElemPosition.js.map +1 -0
  547. package/dist/field/utils/setFloatingElemPositionForLinkEditor.d.ts +2 -0
  548. package/dist/field/utils/setFloatingElemPositionForLinkEditor.d.ts.map +1 -0
  549. package/dist/field/utils/setFloatingElemPositionForLinkEditor.js +33 -0
  550. package/dist/field/utils/setFloatingElemPositionForLinkEditor.js.map +1 -0
  551. package/dist/field/utils/swipe.d.ts +12 -0
  552. package/dist/field/utils/swipe.d.ts.map +1 -0
  553. package/dist/field/utils/swipe.js +100 -0
  554. package/dist/field/utils/swipe.js.map +1 -0
  555. package/dist/field/utils/url.d.ts +11 -0
  556. package/dist/field/utils/url.d.ts.map +1 -0
  557. package/dist/field/utils/url.js +45 -0
  558. package/dist/field/utils/url.js.map +1 -0
  559. package/dist/index.d.ts +3 -0
  560. package/dist/index.d.ts.map +1 -0
  561. package/dist/index.js +3 -0
  562. package/dist/index.js.map +1 -0
  563. package/dist/types.d.ts +33 -0
  564. package/dist/types.d.ts.map +1 -0
  565. package/dist/types.js +2 -0
  566. package/dist/types.js.map +1 -0
  567. package/dist/validate/hasText.d.ts +3 -0
  568. package/dist/validate/hasText.d.ts.map +1 -0
  569. package/dist/validate/hasText.js +29 -0
  570. package/dist/validate/hasText.js.map +1 -0
  571. package/dist/validate/validate-client.d.ts +4 -0
  572. package/dist/validate/validate-client.d.ts.map +1 -0
  573. package/dist/validate/validate-client.js +17 -0
  574. package/dist/validate/validate-client.js.map +1 -0
  575. package/dist/validate/validate-server.d.ts +4 -0
  576. package/dist/validate/validate-server.d.ts.map +1 -0
  577. package/dist/validate/validate-server.js +10 -0
  578. package/dist/validate/validate-server.js.map +1 -0
  579. package/package.json +108 -0
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ *
8
+ */
9
+
10
+ .Button__root {
11
+ padding-top: 10px;
12
+ padding-bottom: 10px;
13
+ padding-left: 15px;
14
+ padding-right: 15px;
15
+ border: 0px;
16
+ background-color: #eee;
17
+ border-radius: 5px;
18
+ cursor: pointer;
19
+ font-size: 14px;
20
+ }
21
+
22
+ .Button__root:hover {
23
+ background-color: #ddd;
24
+ }
25
+
26
+ .Button__small {
27
+ padding-top: 5px;
28
+ padding-bottom: 5px;
29
+ padding-left: 10px;
30
+ padding-right: 10px;
31
+ font-size: 13px;
32
+ }
33
+
34
+ .Button__disabled:hover {
35
+ background-color: #eee;
36
+ }
37
+
38
+ [data-theme="dark"] .Button__root {
39
+ color: #ccc;
40
+ background-color: #222222;
41
+ }
42
+
43
+ [data-theme="dark"] .Button__root:hover {
44
+ background-color: #282828;
45
+ }
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ */
8
+ import type * as React from 'react';
9
+ import './button.css';
10
+ export default function Button({ 'data-test-id': dataTestId, children, className, onClick, disabled, small, title, }: {
11
+ 'data-test-id'?: string;
12
+ children: React.ReactNode;
13
+ className?: string;
14
+ disabled?: boolean;
15
+ onClick: () => void;
16
+ small?: boolean;
17
+ title?: string;
18
+ }): React.JSX.Element;
19
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/field/ui/button.tsx"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAEnC,OAAO,cAAc,CAAA;AAIrB,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,cAAc,EAAE,UAAU,EAC1B,QAAQ,EACR,SAAS,EACT,OAAO,EACP,QAAQ,EACR,KAAK,EACL,KAAK,GACN,EAAE;IACD,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAmBpB"}
@@ -0,0 +1,8 @@
1
+ 'use client';
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import './button.css';
4
+ import joinClasses from '../utils/joinClasses';
5
+ export default function Button({ 'data-test-id': dataTestId, children, className, onClick, disabled, small, title, }) {
6
+ return (_jsx("button", { type: "button", disabled: disabled, className: joinClasses('Button__root', disabled != null && 'Button__disabled', small != null && 'Button__small', className), onClick: onClick, title: title, "aria-label": title, ...(dataTestId != null && { 'data-test-id': dataTestId }), children: children }));
7
+ }
8
+ //# sourceMappingURL=button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.js","sourceRoot":"","sources":["../../../src/field/ui/button.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;;AAWZ,OAAO,cAAc,CAAA;AAErB,OAAO,WAAW,MAAM,sBAAsB,CAAA;AAE9C,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,cAAc,EAAE,UAAU,EAC1B,QAAQ,EACR,SAAS,EACT,OAAO,EACP,QAAQ,EACR,KAAK,EACL,KAAK,GASN;IACC,OAAO,CACL,iBACE,IAAI,EAAC,QAAQ,EACb,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,WAAW,CACpB,cAAc,EACd,QAAQ,IAAI,IAAI,IAAI,kBAAkB,EACtC,KAAK,IAAI,IAAI,IAAI,eAAe,EAChC,SAAS,CACV,EACD,OAAO,EAAE,OAAO,EAChB,KAAK,EAAE,KAAK,gBACA,KAAK,KACb,CAAC,UAAU,IAAI,IAAI,IAAI,EAAE,cAAc,EAAE,UAAU,EAAE,CAAC,YAEzD,QAAQ,GACF,CACV,CAAA;AACH,CAAC"}
@@ -0,0 +1,52 @@
1
+ [type="checkbox"]:checked,
2
+ [type="checkbox"]:not(:checked) {
3
+ position: absolute;
4
+ left: -9999px;
5
+ }
6
+
7
+ [type="checkbox"]:checked + label,
8
+ [type="checkbox"]:not(:checked) + label {
9
+ position: relative;
10
+ padding-right: 55px;
11
+ cursor: pointer;
12
+ line-height: 20px;
13
+ display: inline-block;
14
+ color: #666;
15
+ }
16
+
17
+ [type="checkbox"]:checked + label:before,
18
+ [type="checkbox"]:not(:checked) + label:before {
19
+ content: "";
20
+ position: absolute;
21
+ right: 0;
22
+ top: 0;
23
+ width: 18px;
24
+ height: 18px;
25
+ border: 1px solid #666;
26
+ background: #fff;
27
+ }
28
+
29
+ [type="checkbox"]:checked + label:after,
30
+ [type="checkbox"]:not(:checked) + label:after {
31
+ content: "";
32
+ width: 8px;
33
+ height: 8px;
34
+ background: #222222;
35
+ position: absolute;
36
+ top: 6px;
37
+ right: 6px;
38
+ -webkit-transition: all 0.2s ease;
39
+ transition: all 0.2s ease;
40
+ }
41
+
42
+ [type="checkbox"]:not(:checked) + label:after {
43
+ opacity: 0;
44
+ -webkit-transform: scale(0);
45
+ transform: scale(0);
46
+ }
47
+
48
+ [type="checkbox"]:checked + label:after {
49
+ opacity: 1;
50
+ -webkit-transform: scale(1);
51
+ transform: scale(1);
52
+ }
@@ -0,0 +1,88 @@
1
+ /**
2
+ * Copyright (c) Facebook, Inc. and its affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ */
8
+
9
+ .color-picker-wrapper {
10
+ padding: 20px;
11
+ }
12
+
13
+ .color-picker-basic-color {
14
+ display: flex;
15
+ flex-wrap: wrap;
16
+ gap: 10px;
17
+ margin: 0;
18
+ padding: 0;
19
+ }
20
+
21
+ .color-picker-basic-color button {
22
+ border: 1px solid #ccc;
23
+ border-radius: 4px;
24
+ height: 16px;
25
+ width: 16px;
26
+ cursor: pointer;
27
+ list-style-type: none;
28
+ }
29
+
30
+ .color-picker-basic-color button.active {
31
+ box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
32
+ }
33
+
34
+ .color-picker-saturation {
35
+ width: 100%;
36
+ position: relative;
37
+ margin-top: 15px;
38
+ height: 150px;
39
+ background-image:
40
+ linear-gradient(transparent, black), linear-gradient(to right, white, transparent);
41
+ user-select: none;
42
+ }
43
+ .color-picker-saturation_cursor {
44
+ position: absolute;
45
+ width: 20px;
46
+ height: 20px;
47
+ border: 2px solid #ffffff;
48
+ border-radius: 50%;
49
+ box-shadow: 0 0 15px #00000026;
50
+ box-sizing: border-box;
51
+ transform: translate(-10px, -10px);
52
+ }
53
+ .color-picker-hue {
54
+ width: 100%;
55
+ position: relative;
56
+ margin-top: 15px;
57
+ height: 12px;
58
+ background-image: linear-gradient(
59
+ to right,
60
+ rgb(255, 0, 0),
61
+ rgb(255, 255, 0),
62
+ rgb(0, 255, 0),
63
+ rgb(0, 255, 255),
64
+ rgb(0, 0, 255),
65
+ rgb(255, 0, 255),
66
+ rgb(255, 0, 0)
67
+ );
68
+ user-select: none;
69
+ border-radius: 12px;
70
+ }
71
+
72
+ .color-picker-hue_cursor {
73
+ position: absolute;
74
+ width: 20px;
75
+ height: 20px;
76
+ border: 2px solid #ffffff;
77
+ border-radius: 50%;
78
+ box-shadow: #0003 0 0 0 0.5px;
79
+ box-sizing: border-box;
80
+ transform: translate(-10px, -4px);
81
+ }
82
+
83
+ .color-picker-color {
84
+ border: 1px solid #ccc;
85
+ margin-top: 15px;
86
+ width: 100%;
87
+ height: 20px;
88
+ }
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ */
8
+ import './color-picker.css';
9
+ import type * as React from 'react';
10
+ interface ColorPickerProps {
11
+ color: string;
12
+ onChange?: (color: string) => void;
13
+ }
14
+ export default function ColorPicker({ color, onChange, }: Readonly<ColorPickerProps>): React.JSX.Element;
15
+ export interface Position {
16
+ x: number;
17
+ y: number;
18
+ }
19
+ export declare function toHex(value: string): string;
20
+ export {};
21
+ //# sourceMappingURL=color-picker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color-picker.d.ts","sourceRoot":"","sources":["../../../src/field/ui/color-picker.tsx"],"names":[],"mappings":"AACA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAA;AAE3B,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAKnC,UAAU,gBAAgB;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CACnC;AAuBD,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,KAAK,EACL,QAAQ,GACT,EAAE,QAAQ,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CA0GhD;AAED,MAAM,WAAW,QAAQ;IACvB,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;CACV;AAoID,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAuB3C"}
@@ -0,0 +1,250 @@
1
+ 'use client';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ /**
4
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
5
+ *
6
+ * This source code is licensed under the MIT license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ *
9
+ */
10
+ import './color-picker.css';
11
+ import { useEffect, useMemo, useRef, useState } from 'react';
12
+ import TextInput from './text-input';
13
+ const basicColors = [
14
+ '#d0021b',
15
+ '#f5a623',
16
+ '#f8e71c',
17
+ '#8b572a',
18
+ '#7ed321',
19
+ '#417505',
20
+ '#bd10e0',
21
+ '#9013fe',
22
+ '#4a90e2',
23
+ '#50e3c2',
24
+ '#b8e986',
25
+ '#000000',
26
+ '#4a4a4a',
27
+ '#9b9b9b',
28
+ '#ffffff',
29
+ ];
30
+ const WIDTH = 214;
31
+ const HEIGHT = 150;
32
+ export default function ColorPicker({ color, onChange, }) {
33
+ const [selfColor, setSelfColor] = useState(transformColor('hex', color));
34
+ const [inputColor, setInputColor] = useState(color);
35
+ const innerDivRef = useRef(null);
36
+ const saturationPosition = useMemo(() => ({
37
+ x: (selfColor.hsv.s / 100) * WIDTH,
38
+ y: ((100 - selfColor.hsv.v) / 100) * HEIGHT,
39
+ }), [selfColor.hsv.s, selfColor.hsv.v]);
40
+ const huePosition = useMemo(() => ({
41
+ x: (selfColor.hsv.h / 360) * WIDTH,
42
+ }), [selfColor.hsv]);
43
+ const onSetHex = (hex) => {
44
+ setInputColor(hex);
45
+ if (/^#[0-9A-Fa-f]{6}$/i.test(hex)) {
46
+ const newColor = transformColor('hex', hex);
47
+ setSelfColor(newColor);
48
+ }
49
+ };
50
+ const onMoveSaturation = ({ x, y }) => {
51
+ const newHsv = {
52
+ ...selfColor.hsv,
53
+ s: (x / WIDTH) * 100,
54
+ v: 100 - (y / HEIGHT) * 100,
55
+ };
56
+ const newColor = transformColor('hsv', newHsv);
57
+ setSelfColor(newColor);
58
+ setInputColor(newColor.hex);
59
+ };
60
+ const onMoveHue = ({ x }) => {
61
+ const newHsv = { ...selfColor.hsv, h: (x / WIDTH) * 360 };
62
+ const newColor = transformColor('hsv', newHsv);
63
+ setSelfColor(newColor);
64
+ setInputColor(newColor.hex);
65
+ };
66
+ useEffect(() => {
67
+ // Check if the dropdown is actually active
68
+ if (innerDivRef.current !== null && onChange != null) {
69
+ onChange(selfColor.hex);
70
+ setInputColor(selfColor.hex);
71
+ }
72
+ }, [selfColor, onChange]);
73
+ useEffect(() => {
74
+ if (color === undefined)
75
+ return;
76
+ const newColor = transformColor('hex', color);
77
+ setSelfColor(newColor);
78
+ setInputColor(newColor.hex);
79
+ }, [color]);
80
+ return (_jsxs("div", { className: "color-picker-wrapper", style: { width: WIDTH }, ref: innerDivRef, children: [_jsx(TextInput, { label: "Hex", onChange: onSetHex, value: inputColor }), _jsx("div", { className: "color-picker-basic-color", children: basicColors.map((basicColor) => (_jsx("button", { type: "button", className: basicColor === selfColor.hex ? ' active' : '', style: { backgroundColor: basicColor }, onClick: () => {
81
+ setInputColor(basicColor);
82
+ setSelfColor(transformColor('hex', basicColor));
83
+ } }, basicColor))) }), _jsx(MoveWrapper, { className: "color-picker-saturation", style: { backgroundColor: `hsl(${selfColor.hsv.h}, 100%, 50%)` }, onChange: onMoveSaturation, ariaLabel: "Saturation and value", children: _jsx("div", { className: "color-picker-saturation_cursor", style: {
84
+ backgroundColor: selfColor.hex,
85
+ left: saturationPosition.x,
86
+ top: saturationPosition.y,
87
+ } }) }), _jsx(MoveWrapper, { className: "color-picker-hue", onChange: onMoveHue, ariaLabel: "Hue", children: _jsx("div", { className: "color-picker-hue_cursor", style: {
88
+ backgroundColor: `hsl(${selfColor.hsv.h}, 100%, 50%)`,
89
+ left: huePosition.x,
90
+ } }) }), _jsx("div", { className: "color-picker-color", style: { backgroundColor: selfColor.hex } })] }));
91
+ }
92
+ function MoveWrapper({ className, style, onChange, children, ariaLabel, }) {
93
+ const divRef = useRef(null);
94
+ const lastPositionRef = useRef({ x: WIDTH / 2, y: HEIGHT / 2 });
95
+ const applyPosition = (position) => {
96
+ lastPositionRef.current = position;
97
+ onChange(position);
98
+ };
99
+ const move = (e) => {
100
+ if (divRef.current != null) {
101
+ const { current: div } = divRef;
102
+ const { width, height, left, top } = div.getBoundingClientRect();
103
+ const x = clamp(e.clientX - left, width, 0);
104
+ const y = clamp(e.clientY - top, height, 0);
105
+ applyPosition({ x, y });
106
+ }
107
+ };
108
+ const onMouseDown = (e) => {
109
+ if (e.button !== 0)
110
+ return;
111
+ move(e);
112
+ const onMouseMove = (_e) => {
113
+ move(_e);
114
+ };
115
+ const onMouseUp = (_e) => {
116
+ document.removeEventListener('mousemove', onMouseMove, false);
117
+ document.removeEventListener('mouseup', onMouseUp, false);
118
+ move(_e);
119
+ };
120
+ document.addEventListener('mousemove', onMouseMove, false);
121
+ document.addEventListener('mouseup', onMouseUp, false);
122
+ };
123
+ const onKeyDown = (e) => {
124
+ if (divRef.current == null)
125
+ return;
126
+ const { width, height } = divRef.current.getBoundingClientRect();
127
+ const stepX = Math.max(1, width / 50);
128
+ const stepY = Math.max(1, height / 50);
129
+ const current = lastPositionRef.current;
130
+ let next = null;
131
+ switch (e.key) {
132
+ case 'ArrowLeft':
133
+ next = { x: clamp(current.x - stepX, width, 0), y: current.y };
134
+ break;
135
+ case 'ArrowRight':
136
+ next = { x: clamp(current.x + stepX, width, 0), y: current.y };
137
+ break;
138
+ case 'ArrowUp':
139
+ next = { x: current.x, y: clamp(current.y - stepY, height, 0) };
140
+ break;
141
+ case 'ArrowDown':
142
+ next = { x: current.x, y: clamp(current.y + stepY, height, 0) };
143
+ break;
144
+ case 'Home':
145
+ next = { x: 0, y: 0 };
146
+ break;
147
+ case 'End':
148
+ next = { x: width, y: height };
149
+ break;
150
+ default:
151
+ break;
152
+ }
153
+ if (next != null) {
154
+ e.preventDefault();
155
+ applyPosition(next);
156
+ }
157
+ };
158
+ return (_jsx("div", { ref: divRef, className: className, style: style, onMouseDown: onMouseDown, role: "button", tabIndex: 0, "aria-label": ariaLabel, onKeyDown: onKeyDown, children: children }));
159
+ }
160
+ function clamp(value, max, min) {
161
+ return value > max ? max : value < min ? min : value;
162
+ }
163
+ export function toHex(value) {
164
+ if (!value.startsWith('#')) {
165
+ const ctx = document.createElement('canvas').getContext('2d');
166
+ if (ctx == null) {
167
+ throw new Error('2d context not supported or canvas already initialized');
168
+ }
169
+ ctx.fillStyle = value;
170
+ return ctx.fillStyle;
171
+ }
172
+ else if (value.length === 4 || value.length === 5) {
173
+ value = value
174
+ .split('')
175
+ .map((v, i) => (!Number.isNaN(i) ? v + v : '#'))
176
+ .join('');
177
+ return value;
178
+ }
179
+ else if (value.length === 7 || value.length === 9) {
180
+ return value;
181
+ }
182
+ return '#000000';
183
+ }
184
+ function hex2rgb(hex) {
185
+ const rbgArr = (hex
186
+ .replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i, (_m, r, g, b) => `#${r}${r}${g}${g}${b}${b}`)
187
+ .substring(1)
188
+ .match(/.{2}/g) ?? []).map((x) => parseInt(x, 16));
189
+ return {
190
+ b: rbgArr[2],
191
+ g: rbgArr[1],
192
+ r: rbgArr[0],
193
+ };
194
+ }
195
+ function rgb2hsv({ r, g, b }) {
196
+ r /= 255;
197
+ g /= 255;
198
+ b /= 255;
199
+ const max = Math.max(r, g, b);
200
+ const d = max - Math.min(r, g, b);
201
+ const h = !Number.isNaN(d)
202
+ ? (max === r ? (g - b) / d + (g < b ? 6 : 0) : max === g ? 2 + (b - r) / d : 4 + (r - g) / d) *
203
+ 60
204
+ : 0;
205
+ const s = !Number.isNaN(max) ? (d / max) * 100 : 0;
206
+ const v = max * 100;
207
+ return { h, s, v };
208
+ }
209
+ function hsv2rgb({ h, s, v }) {
210
+ s /= 100;
211
+ v /= 100;
212
+ const i = ~~(h / 60);
213
+ const f = h / 60 - i;
214
+ const p = v * (1 - s);
215
+ const q = v * (1 - s * f);
216
+ const t = v * (1 - s * (1 - f));
217
+ const index = i % 6;
218
+ const r = Math.round([v, q, p, p, t, v][index] * 255);
219
+ const g = Math.round([t, v, v, q, p, p][index] * 255);
220
+ const b = Math.round([p, p, t, v, v, q][index] * 255);
221
+ return { b, g, r };
222
+ }
223
+ function rgb2hex({ b, g, r }) {
224
+ return `#${[r, g, b].map((x) => x.toString(16).padStart(2, '0')).join('')}`;
225
+ }
226
+ function transformColor(format, color) {
227
+ let hex = toHex('#121212');
228
+ let rgb = hex2rgb(hex);
229
+ let hsv = rgb2hsv(rgb);
230
+ if (format === 'hex') {
231
+ const value = color;
232
+ hex = toHex(value);
233
+ rgb = hex2rgb(hex);
234
+ hsv = rgb2hsv(rgb);
235
+ }
236
+ else if (format === 'rgb') {
237
+ const value = color;
238
+ rgb = value;
239
+ hex = rgb2hex(rgb);
240
+ hsv = rgb2hsv(rgb);
241
+ }
242
+ else if (format === 'hsv') {
243
+ const value = color;
244
+ hsv = value;
245
+ rgb = hsv2rgb(hsv);
246
+ hex = rgb2hex(rgb);
247
+ }
248
+ return { hex, hsv, rgb };
249
+ }
250
+ //# sourceMappingURL=color-picker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color-picker.js","sourceRoot":"","sources":["../../../src/field/ui/color-picker.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ */
8
+ import type * as React from 'react';
9
+ import './content-editable.css';
10
+ export default function LexicalContentEditableInline({ className, }: {
11
+ className?: string;
12
+ }): React.JSX.Element;
13
+ //# sourceMappingURL=content-editable-inline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-editable-inline.d.ts","sourceRoot":"","sources":["../../../src/field/ui/content-editable-inline.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAKnC,OAAO,wBAAwB,CAAA;AAO/B,MAAM,CAAC,OAAO,UAAU,4BAA4B,CAAC,EACnD,SAAS,GACV,EAAE;IACD,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAGpB"}
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { ContentEditable } from '@lexical/react/LexicalContentEditable';
3
+ import cx from 'classnames';
4
+ import './content-editable.css';
5
+ // TODO: implement an inline version of content editable for
6
+ // image captions that will not allow inserted paragraphs.
7
+ // NOTE: we disable all config checks and draggable blocks
8
+ // as in content-editable.tsx - because this version will
9
+ // appear inside caption areas for images.
10
+ export default function LexicalContentEditableInline({ className, }) {
11
+ const classes = cx(className);
12
+ return _jsx(ContentEditable, { className: classes });
13
+ }
14
+ //# sourceMappingURL=content-editable-inline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-editable-inline.js","sourceRoot":"","sources":["../../../src/field/ui/content-editable-inline.tsx"],"names":[],"mappings":";AASA,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAA;AACvE,OAAO,EAAE,MAAM,YAAY,CAAA;AAE3B,OAAO,wBAAwB,CAAA;AAE/B,4DAA4D;AAC5D,0DAA0D;AAC1D,0DAA0D;AAC1D,yDAAyD;AACzD,0CAA0C;AAC1C,MAAM,CAAC,OAAO,UAAU,4BAA4B,CAAC,EACnD,SAAS,GAGV;IACC,MAAM,OAAO,GAAG,EAAE,CAAC,SAAS,CAAC,CAAA;IAC7B,OAAO,KAAC,eAAe,IAAC,SAAS,EAAE,OAAO,GAAI,CAAA;AAChD,CAAC"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ *
8
+ */
9
+ .ContentEditable__root {
10
+ border: 0;
11
+ font-size: 1.4rem;
12
+ display: block;
13
+ position: relative;
14
+ tab-size: 1;
15
+ outline: 0;
16
+ padding: 8px 2px;
17
+ }
18
+
19
+ .ContentEditable__with_draggable_blocks {
20
+ padding: 8px 2px 40px 22px;
21
+ }
22
+
23
+ @media (max-width: 1025px) {
24
+ .ContentEditable__root {
25
+ padding-left: 2px;
26
+ padding-right: 2px;
27
+ }
28
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ */
8
+ import type * as React from 'react';
9
+ import './content-editable.css';
10
+ export declare function ContentEditable({ className }: {
11
+ className?: string;
12
+ }): React.JSX.Element;
13
+ //# sourceMappingURL=content-editable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-editable.d.ts","sourceRoot":"","sources":["../../../src/field/ui/content-editable.tsx"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAOnC,OAAO,wBAAwB,CAAA;AAE/B,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAQxF"}
@@ -0,0 +1,15 @@
1
+ 'use client';
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { ContentEditable as LexicalContentEditable } from '@lexical/react/LexicalContentEditable';
4
+ import cx from 'classnames';
5
+ import { useEditorConfig } from '../config/editor-config-context';
6
+ import './content-editable.css';
7
+ export function ContentEditable({ className }) {
8
+ const { config } = useEditorConfig();
9
+ // const classes = cx('ContentEditable__root', className, {
10
+ // ContentEditable__with_draggable_blocks: config.options.draggableBlocks
11
+ // })
12
+ const classes = cx('ContentEditable__root', className);
13
+ return _jsx(LexicalContentEditable, { className: classes });
14
+ }
15
+ //# sourceMappingURL=content-editable.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-editable.js","sourceRoot":"","sources":["../../../src/field/ui/content-editable.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;;AAWZ,OAAO,EAAE,eAAe,IAAI,sBAAsB,EAAE,MAAM,uCAAuC,CAAA;AACjG,OAAO,EAAE,MAAM,YAAY,CAAA;AAE3B,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAA;AAEjE,OAAO,wBAAwB,CAAA;AAE/B,MAAM,UAAU,eAAe,CAAC,EAAE,SAAS,EAA0B;IACnE,MAAM,EAAE,MAAM,EAAE,GAAG,eAAe,EAAE,CAAA;IACpC,2DAA2D;IAC3D,2EAA2E;IAC3E,KAAK;IACL,MAAM,OAAO,GAAG,EAAE,CAAC,uBAAuB,EAAE,SAAS,CAAC,CAAA;IAEtD,OAAO,KAAC,sBAAsB,IAAC,SAAS,EAAE,OAAO,GAAI,CAAA;AACvD,CAAC"}
@@ -0,0 +1,17 @@
1
+ .DialogActions {
2
+ display: flex;
3
+ flex-direction: row;
4
+ justify-content: right;
5
+ margin-top: 20px;
6
+ }
7
+
8
+ .DialogButtonsList {
9
+ display: flex;
10
+ flex-direction: column;
11
+ justify-content: right;
12
+ margin-top: 20px;
13
+ }
14
+
15
+ .DialogButtonsList button {
16
+ margin-bottom: 20px;
17
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ */
8
+ import type * as React from 'react';
9
+ import './dialog.css';
10
+ type Props = Readonly<{
11
+ 'data-test-id'?: string;
12
+ children: React.ReactNode;
13
+ }>;
14
+ export declare function DialogButtonsList({ children }: Props): React.JSX.Element;
15
+ export declare function DialogActions({ 'data-test-id': dataTestId, children }: Props): React.JSX.Element;
16
+ export {};
17
+ //# sourceMappingURL=dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/field/ui/dialog.tsx"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAEnC,OAAO,cAAc,CAAA;AAErB,KAAK,KAAK,GAAG,QAAQ,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B,CAAC,CAAA;AAEF,wBAAgB,iBAAiB,CAAC,EAAE,QAAQ,EAAE,EAAE,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAExE;AAED,wBAAgB,aAAa,CAAC,EAAE,cAAc,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAMhG"}