@wix/patterns-fields 1.17.0 → 1.20.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 (353) hide show
  1. package/cell-rich-content-input/package.json +5 -0
  2. package/dist/cjs/assets/locale/messages_en.json +7 -3
  3. package/dist/cjs/components/address/input/address-input.st.css.js +3 -3
  4. package/dist/cjs/components/address/input/address-input.st.css.js.map +1 -1
  5. package/dist/cjs/components/audio/actions/actions-menu/actions-menu.st.css.js +3 -3
  6. package/dist/cjs/components/audio/actions/actions-menu/actions-menu.st.css.js.map +1 -1
  7. package/dist/cjs/components/audio/audio-field/form-audio-field.st.css.js +4 -4
  8. package/dist/cjs/components/audio/audio-field/form-audio-field.st.css.js.map +1 -1
  9. package/dist/cjs/components/audio/audio-player/audio-player.st.css.js +2 -2
  10. package/dist/cjs/components/audio/audio-player/audio-player.st.css.js.map +1 -1
  11. package/dist/cjs/components/color-view/color-view.st.css.js +4 -4
  12. package/dist/cjs/components/color-view/color-view.st.css.js.map +1 -1
  13. package/dist/cjs/components/delete-dialog/delete-dialog.st.css.js +3 -3
  14. package/dist/cjs/components/delete-dialog/delete-dialog.st.css.js.map +1 -1
  15. package/dist/cjs/components/document/form-document-field.st.css.js +7 -7
  16. package/dist/cjs/components/document/form-document-field.st.css.js.map +1 -1
  17. package/dist/cjs/components/exclamation/exclamation.st.css.js +5 -5
  18. package/dist/cjs/components/exclamation/exclamation.st.css.js.map +1 -1
  19. package/dist/cjs/components/highlighted-text/highlighted-text.st.css.js +5 -5
  20. package/dist/cjs/components/highlighted-text/highlighted-text.st.css.js.map +1 -1
  21. package/dist/cjs/components/image/cell-image-edit.js +40 -146
  22. package/dist/cjs/components/image/cell-image-edit.js.map +1 -1
  23. package/dist/cjs/components/image/image-thumbnail.js +7 -6
  24. package/dist/cjs/components/image/image-thumbnail.js.map +1 -1
  25. package/dist/cjs/components/image/thumbnail-replace-overlay.js +29 -0
  26. package/dist/cjs/components/image/thumbnail-replace-overlay.js.map +1 -0
  27. package/dist/cjs/components/image/thumbnail-replace-overlay.st.css +15 -0
  28. package/dist/cjs/components/image/thumbnail-replace-overlay.st.css.js +23 -0
  29. package/dist/cjs/components/image/thumbnail-replace-overlay.st.css.js.map +1 -0
  30. package/dist/cjs/components/media-control/paste-url-button.st.css.js +4 -4
  31. package/dist/cjs/components/media-control/paste-url-button.st.css.js.map +1 -1
  32. package/dist/cjs/components/media-control/use-media-control.js +8 -9
  33. package/dist/cjs/components/media-control/use-media-control.js.map +1 -1
  34. package/dist/cjs/components/media-gallery/cell-media-gallery-edit.js +301 -0
  35. package/dist/cjs/components/media-gallery/cell-media-gallery-edit.js.map +1 -0
  36. package/dist/cjs/components/media-gallery/cell-media-gallery-view.js +45 -0
  37. package/dist/cjs/components/media-gallery/cell-media-gallery-view.js.map +1 -0
  38. package/dist/cjs/components/media-gallery/form-media-gallery-field.st.css.js +10 -10
  39. package/dist/cjs/components/media-gallery/form-media-gallery-field.st.css.js.map +1 -1
  40. package/dist/cjs/components/media-gallery/index.js +12 -0
  41. package/dist/cjs/components/media-gallery/index.js.map +1 -1
  42. package/dist/cjs/components/media-image/media-image.st.css.js +4 -4
  43. package/dist/cjs/components/media-image/media-image.st.css.js.map +1 -1
  44. package/dist/cjs/components/media-image/overlays/overlay.st.css.js +4 -4
  45. package/dist/cjs/components/media-image/overlays/overlay.st.css.js.map +1 -1
  46. package/dist/cjs/components/media-loader/media-loader.st.css.js +3 -3
  47. package/dist/cjs/components/media-loader/media-loader.st.css.js.map +1 -1
  48. package/dist/cjs/components/media-tag/web-media-tag/media-tag.st.css.js +2 -2
  49. package/dist/cjs/components/media-tag/web-media-tag/media-tag.st.css.js.map +1 -1
  50. package/dist/cjs/components/multi-document/multi-document-input/form-multi-document-field.js.map +1 -1
  51. package/dist/cjs/components/multi-document/multi-document-input/form-multi-document-view.js.map +1 -1
  52. package/dist/cjs/components/multi-document/multi-document-input/form-multi-document.st.css.js +5 -5
  53. package/dist/cjs/components/multi-document/multi-document-input/form-multi-document.st.css.js.map +1 -1
  54. package/dist/cjs/components/rich-content/cell-rich-content-input.js +1 -1
  55. package/dist/cjs/components/rich-content/cell-rich-content-input.js.map +1 -1
  56. package/dist/cjs/components/rich-content/cell-rich-content-view.js +1 -1
  57. package/dist/cjs/components/rich-content/cell-rich-content-view.js.map +1 -1
  58. package/dist/cjs/components/rich-content/editor.js +2 -10
  59. package/dist/cjs/components/rich-content/editor.js.map +1 -1
  60. package/dist/cjs/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js +6 -6
  61. package/dist/cjs/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js.map +1 -1
  62. package/dist/cjs/components/rich-content/rich-content-input/form-input/form-input.js +2 -1
  63. package/dist/cjs/components/rich-content/rich-content-input/form-input/form-input.js.map +1 -1
  64. package/dist/cjs/components/rich-content/rich-content-input/form-input/index.js +3 -4
  65. package/dist/cjs/components/rich-content/rich-content-input/form-input/index.js.map +1 -1
  66. package/dist/cjs/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js +5 -5
  67. package/dist/cjs/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js.map +1 -1
  68. package/dist/cjs/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js +2 -2
  69. package/dist/cjs/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js.map +1 -1
  70. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js +3 -3
  71. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js.map +1 -1
  72. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js +3 -3
  73. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js.map +1 -1
  74. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js +2 -2
  75. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js.map +1 -1
  76. package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js +8 -8
  77. package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js.map +1 -1
  78. package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js +4 -4
  79. package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js.map +1 -1
  80. package/dist/cjs/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js +4 -4
  81. package/dist/cjs/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js.map +1 -1
  82. package/dist/cjs/components/rich-text/cell-rich-text-editor.js +155 -0
  83. package/dist/cjs/components/rich-text/cell-rich-text-editor.js.map +1 -0
  84. package/dist/cjs/components/rich-text/cell-rich-text-input.js +153 -0
  85. package/dist/cjs/components/rich-text/cell-rich-text-input.js.map +1 -0
  86. package/dist/cjs/components/rich-text/cell-rich-text-view.js +30 -0
  87. package/dist/cjs/components/rich-text/cell-rich-text-view.js.map +1 -0
  88. package/dist/cjs/components/rich-text/index.js +18 -0
  89. package/dist/cjs/components/rich-text/index.js.map +1 -1
  90. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.js +13 -1
  91. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.js.map +1 -1
  92. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css +26 -22
  93. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js +50 -46
  94. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js.map +1 -1
  95. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js +4 -4
  96. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js.map +1 -1
  97. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.js +168 -157
  98. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.js.map +1 -1
  99. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css +13 -12
  100. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js +22 -19
  101. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js.map +1 -1
  102. package/dist/cjs/components/text/text-view.st.css.js +3 -3
  103. package/dist/cjs/components/text/text-view.st.css.js.map +1 -1
  104. package/dist/cjs/components/video/cell-video-edit.js +424 -0
  105. package/dist/cjs/components/video/cell-video-edit.js.map +1 -0
  106. package/dist/cjs/components/video/index.js +3 -1
  107. package/dist/cjs/components/video/index.js.map +1 -1
  108. package/dist/cjs/exports/cell-rich-content-input.js +8 -0
  109. package/dist/cjs/exports/cell-rich-content-input.js.map +1 -0
  110. package/dist/cjs/exports/form-rich-content-input.js +3 -4
  111. package/dist/cjs/exports/form-rich-content-input.js.map +1 -1
  112. package/dist/cjs/hooks/index.js +6 -0
  113. package/dist/cjs/hooks/index.js.map +1 -1
  114. package/dist/cjs/hooks/use-cell-edit-keyboard.js +94 -0
  115. package/dist/cjs/hooks/use-cell-edit-keyboard.js.map +1 -0
  116. package/dist/cjs/index.js +11 -0
  117. package/dist/cjs/index.js.map +1 -1
  118. package/dist/cjs/services/translations.js.map +1 -1
  119. package/dist/cjs/styles.global.css +1 -1
  120. package/dist/esm/assets/locale/messages_en.json +7 -3
  121. package/dist/esm/components/address/input/address-input.st.css.js +2 -2
  122. package/dist/esm/components/address/input/address-input.st.css.js.map +1 -1
  123. package/dist/esm/components/audio/actions/actions-menu/actions-menu.st.css.js +2 -2
  124. package/dist/esm/components/audio/audio-field/form-audio-field.st.css.js +2 -2
  125. package/dist/esm/components/audio/audio-player/audio-player.st.css.js +2 -2
  126. package/dist/esm/components/color-view/color-view.st.css.js +2 -2
  127. package/dist/esm/components/delete-dialog/delete-dialog.st.css.js +2 -2
  128. package/dist/esm/components/document/form-document-field.st.css.js +2 -2
  129. package/dist/esm/components/exclamation/exclamation.st.css.js +2 -2
  130. package/dist/esm/components/exclamation/exclamation.st.css.js.map +1 -1
  131. package/dist/esm/components/highlighted-text/highlighted-text.st.css.js +3 -3
  132. package/dist/esm/components/image/cell-image-edit.js +11 -102
  133. package/dist/esm/components/image/cell-image-edit.js.map +1 -1
  134. package/dist/esm/components/image/image-thumbnail.js +9 -3
  135. package/dist/esm/components/image/image-thumbnail.js.map +1 -1
  136. package/dist/esm/components/image/thumbnail-replace-overlay.js +7 -0
  137. package/dist/esm/components/image/thumbnail-replace-overlay.js.map +1 -0
  138. package/dist/esm/components/image/thumbnail-replace-overlay.st.css +15 -0
  139. package/dist/esm/components/image/thumbnail-replace-overlay.st.css.js +15 -0
  140. package/dist/esm/components/image/thumbnail-replace-overlay.st.css.js.map +1 -0
  141. package/dist/esm/components/media-control/paste-url-button.st.css.js +2 -2
  142. package/dist/esm/components/media-control/use-media-control.js +9 -8
  143. package/dist/esm/components/media-control/use-media-control.js.map +1 -1
  144. package/dist/esm/components/media-gallery/cell-media-gallery-edit.js +103 -0
  145. package/dist/esm/components/media-gallery/cell-media-gallery-edit.js.map +1 -0
  146. package/dist/esm/components/media-gallery/cell-media-gallery-view.js +11 -0
  147. package/dist/esm/components/media-gallery/cell-media-gallery-view.js.map +1 -0
  148. package/dist/esm/components/media-gallery/form-media-gallery-field.st.css.js +2 -2
  149. package/dist/esm/components/media-gallery/form-media-gallery-field.st.css.js.map +1 -1
  150. package/dist/esm/components/media-gallery/index.js +2 -0
  151. package/dist/esm/components/media-gallery/index.js.map +1 -1
  152. package/dist/esm/components/media-image/media-image.st.css.js +3 -3
  153. package/dist/esm/components/media-image/media-image.st.css.js.map +1 -1
  154. package/dist/esm/components/media-image/overlays/overlay.st.css.js +3 -3
  155. package/dist/esm/components/media-image/overlays/overlay.st.css.js.map +1 -1
  156. package/dist/esm/components/media-loader/media-loader.st.css.js +2 -2
  157. package/dist/esm/components/media-tag/web-media-tag/media-tag.st.css.js +2 -2
  158. package/dist/esm/components/media-tag/web-media-tag/media-tag.st.css.js.map +1 -1
  159. package/dist/esm/components/multi-document/multi-document-input/form-multi-document-field.js.map +1 -1
  160. package/dist/esm/components/multi-document/multi-document-input/form-multi-document-view.js.map +1 -1
  161. package/dist/esm/components/multi-document/multi-document-input/form-multi-document.st.css.js +2 -2
  162. package/dist/esm/components/multi-document/multi-document-input/form-multi-document.st.css.js.map +1 -1
  163. package/dist/esm/components/rich-content/cell-rich-content-input.js.map +1 -1
  164. package/dist/esm/components/rich-content/cell-rich-content-view.js +1 -1
  165. package/dist/esm/components/rich-content/cell-rich-content-view.js.map +1 -1
  166. package/dist/esm/components/rich-content/editor.js +1 -2
  167. package/dist/esm/components/rich-content/editor.js.map +1 -1
  168. package/dist/esm/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js +3 -3
  169. package/dist/esm/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js.map +1 -1
  170. package/dist/esm/components/rich-content/rich-content-input/form-input/form-input.js +1 -1
  171. package/dist/esm/components/rich-content/rich-content-input/form-input/form-input.js.map +1 -1
  172. package/dist/esm/components/rich-content/rich-content-input/form-input/index.js +1 -1
  173. package/dist/esm/components/rich-content/rich-content-input/form-input/index.js.map +1 -1
  174. package/dist/esm/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js +3 -3
  175. package/dist/esm/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js.map +1 -1
  176. package/dist/esm/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js +2 -2
  177. package/dist/esm/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js.map +1 -1
  178. package/dist/esm/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js +2 -2
  179. package/dist/esm/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js +2 -2
  180. package/dist/esm/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js +2 -2
  181. package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js +3 -3
  182. package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js +2 -2
  183. package/dist/esm/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js +2 -2
  184. package/dist/esm/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js.map +1 -1
  185. package/dist/esm/components/rich-text/cell-rich-text-editor.js +85 -0
  186. package/dist/esm/components/rich-text/cell-rich-text-editor.js.map +1 -0
  187. package/dist/esm/components/rich-text/cell-rich-text-input.js +77 -0
  188. package/dist/esm/components/rich-text/cell-rich-text-input.js.map +1 -0
  189. package/dist/esm/components/rich-text/cell-rich-text-view.js +11 -0
  190. package/dist/esm/components/rich-text/cell-rich-text-view.js.map +1 -0
  191. package/dist/esm/components/rich-text/index.js +3 -0
  192. package/dist/esm/components/rich-text/index.js.map +1 -1
  193. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.js +14 -2
  194. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.js.map +1 -1
  195. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css +26 -22
  196. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js +4 -4
  197. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js.map +1 -1
  198. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js +2 -2
  199. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js.map +1 -1
  200. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.js +64 -50
  201. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.js.map +1 -1
  202. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css +13 -12
  203. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js +3 -3
  204. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js.map +1 -1
  205. package/dist/esm/components/text/text-view.st.css.js +2 -2
  206. package/dist/esm/components/video/cell-video-edit.js +159 -0
  207. package/dist/esm/components/video/cell-video-edit.js.map +1 -0
  208. package/dist/esm/components/video/index.js +1 -0
  209. package/dist/esm/components/video/index.js.map +1 -1
  210. package/dist/esm/exports/cell-rich-content-input.js +2 -0
  211. package/dist/esm/exports/cell-rich-content-input.js.map +1 -0
  212. package/dist/esm/exports/form-rich-content-input.js +1 -1
  213. package/dist/esm/exports/form-rich-content-input.js.map +1 -1
  214. package/dist/esm/hooks/index.js +1 -0
  215. package/dist/esm/hooks/index.js.map +1 -1
  216. package/dist/esm/hooks/use-cell-edit-keyboard.js +81 -0
  217. package/dist/esm/hooks/use-cell-edit-keyboard.js.map +1 -0
  218. package/dist/esm/index.js +1 -0
  219. package/dist/esm/index.js.map +1 -1
  220. package/dist/esm/styles.global.css +1 -1
  221. package/dist/types/components/address/input/address-input.st.css.d.ts.map +1 -1
  222. package/dist/types/components/exclamation/exclamation.st.css.d.ts.map +1 -1
  223. package/dist/types/components/image/cell-image-edit.d.ts.map +1 -1
  224. package/dist/types/components/image/image-thumbnail.d.ts +1 -0
  225. package/dist/types/components/image/image-thumbnail.d.ts.map +1 -1
  226. package/dist/types/components/image/thumbnail-replace-overlay.d.ts +3 -0
  227. package/dist/types/components/image/thumbnail-replace-overlay.d.ts.map +1 -0
  228. package/dist/types/components/image/thumbnail-replace-overlay.st.css.d.ts +14 -0
  229. package/dist/types/components/image/thumbnail-replace-overlay.st.css.d.ts.map +1 -0
  230. package/dist/types/components/media-control/use-media-control.d.ts +3 -3
  231. package/dist/types/components/media-control/use-media-control.d.ts.map +1 -1
  232. package/dist/types/components/media-gallery/cell-media-gallery-edit.d.ts +15 -0
  233. package/dist/types/components/media-gallery/cell-media-gallery-edit.d.ts.map +1 -0
  234. package/dist/types/components/media-gallery/cell-media-gallery-view.d.ts +11 -0
  235. package/dist/types/components/media-gallery/cell-media-gallery-view.d.ts.map +1 -0
  236. package/dist/types/components/media-gallery/form-media-gallery-field.st.css.d.ts.map +1 -1
  237. package/dist/types/components/media-gallery/index.d.ts +2 -0
  238. package/dist/types/components/media-gallery/index.d.ts.map +1 -1
  239. package/dist/types/components/media-gallery/media-gallery-dialog/hooks.d.ts +2 -2
  240. package/dist/types/components/media-image/media-image.st.css.d.ts.map +1 -1
  241. package/dist/types/components/media-image/overlays/overlay.st.css.d.ts.map +1 -1
  242. package/dist/types/components/media-tag/web-media-tag/media-tag.st.css.d.ts.map +1 -1
  243. package/dist/types/components/multi-document/multi-document-input/form-multi-document-view.d.ts +1 -1
  244. package/dist/types/components/multi-document/multi-document-input/form-multi-document-view.d.ts.map +1 -1
  245. package/dist/types/components/multi-document/multi-document-input/form-multi-document.st.css.d.ts.map +1 -1
  246. package/dist/types/components/rich-content/cell-rich-content-input.d.ts.map +1 -1
  247. package/dist/types/components/rich-content/cell-rich-content-view.d.ts.map +1 -1
  248. package/dist/types/components/rich-content/editor.d.ts +1 -2
  249. package/dist/types/components/rich-content/editor.d.ts.map +1 -1
  250. package/dist/types/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.d.ts.map +1 -1
  251. package/dist/types/components/rich-content/rich-content-input/form-input/form-input.d.ts +1 -1
  252. package/dist/types/components/rich-content/rich-content-input/form-input/form-input.d.ts.map +1 -1
  253. package/dist/types/components/rich-content/rich-content-input/form-input/index.d.ts +1 -1
  254. package/dist/types/components/rich-content/rich-content-input/form-input/index.d.ts.map +1 -1
  255. package/dist/types/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.d.ts.map +1 -1
  256. package/dist/types/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.d.ts.map +1 -1
  257. package/dist/types/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.d.ts.map +1 -1
  258. package/dist/types/components/rich-text/cell-rich-text-editor.d.ts +21 -0
  259. package/dist/types/components/rich-text/cell-rich-text-editor.d.ts.map +1 -0
  260. package/dist/types/components/rich-text/cell-rich-text-input.d.ts +23 -0
  261. package/dist/types/components/rich-text/cell-rich-text-input.d.ts.map +1 -0
  262. package/dist/types/components/rich-text/cell-rich-text-view.d.ts +8 -0
  263. package/dist/types/components/rich-text/cell-rich-text-view.d.ts.map +1 -0
  264. package/dist/types/components/rich-text/index.d.ts +4 -0
  265. package/dist/types/components/rich-text/index.d.ts.map +1 -1
  266. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/rich-editor.d.ts.map +1 -1
  267. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.d.ts +4 -0
  268. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.d.ts.map +1 -1
  269. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.d.ts.map +1 -1
  270. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.d.ts +1 -0
  271. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.d.ts.map +1 -1
  272. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.d.ts +3 -0
  273. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.d.ts.map +1 -1
  274. package/dist/types/components/video/cell-video-edit.d.ts +20 -0
  275. package/dist/types/components/video/cell-video-edit.d.ts.map +1 -0
  276. package/dist/types/components/video/index.d.ts +2 -0
  277. package/dist/types/components/video/index.d.ts.map +1 -1
  278. package/dist/types/exports/cell-rich-content-input.d.ts +2 -0
  279. package/dist/types/exports/cell-rich-content-input.d.ts.map +1 -0
  280. package/dist/types/exports/form-rich-content-input.d.ts +1 -2
  281. package/dist/types/exports/form-rich-content-input.d.ts.map +1 -1
  282. package/dist/types/hooks/index.d.ts +1 -0
  283. package/dist/types/hooks/index.d.ts.map +1 -1
  284. package/dist/types/hooks/use-cell-edit-keyboard.d.ts +26 -0
  285. package/dist/types/hooks/use-cell-edit-keyboard.d.ts.map +1 -0
  286. package/dist/types/index.d.ts +1 -0
  287. package/dist/types/index.d.ts.map +1 -1
  288. package/dist/types/services/translations.d.ts +1 -1
  289. package/dist/types/services/translations.d.ts.map +1 -1
  290. package/package.json +11 -5
  291. package/src/assets/locale/messages_en.json +7 -3
  292. package/src/components/address/input/address-input.st.css.ts +2 -2
  293. package/src/components/audio/actions/actions-menu/actions-menu.st.css.ts +2 -2
  294. package/src/components/audio/audio-field/form-audio-field.st.css.ts +2 -2
  295. package/src/components/audio/audio-player/audio-player.st.css.ts +2 -2
  296. package/src/components/color-view/color-view.st.css.ts +2 -2
  297. package/src/components/delete-dialog/delete-dialog.st.css.ts +2 -2
  298. package/src/components/document/form-document-field.st.css.ts +2 -2
  299. package/src/components/exclamation/exclamation.st.css.ts +2 -2
  300. package/src/components/highlighted-text/highlighted-text.st.css.ts +3 -3
  301. package/src/components/image/cell-image-edit.tsx +11 -115
  302. package/src/components/image/image-thumbnail.tsx +10 -2
  303. package/src/components/image/thumbnail-replace-overlay.st.css +15 -0
  304. package/src/components/image/thumbnail-replace-overlay.st.css.ts +25 -0
  305. package/src/components/image/thumbnail-replace-overlay.tsx +11 -0
  306. package/src/components/media-control/paste-url-button.st.css.ts +2 -2
  307. package/src/components/media-control/use-media-control.ts +13 -13
  308. package/src/components/media-gallery/cell-media-gallery-edit.tsx +219 -0
  309. package/src/components/media-gallery/cell-media-gallery-view.tsx +32 -0
  310. package/src/components/media-gallery/form-media-gallery-field.st.css.ts +2 -2
  311. package/src/components/media-gallery/index.ts +2 -0
  312. package/src/components/media-image/media-image.st.css.ts +3 -3
  313. package/src/components/media-image/overlays/overlay.st.css.ts +3 -3
  314. package/src/components/media-loader/media-loader.st.css.ts +2 -2
  315. package/src/components/media-tag/web-media-tag/media-tag.st.css.ts +2 -2
  316. package/src/components/multi-document/multi-document-input/form-multi-document-field.tsx +1 -1
  317. package/src/components/multi-document/multi-document-input/form-multi-document-view.tsx +2 -2
  318. package/src/components/multi-document/multi-document-input/form-multi-document.st.css.ts +2 -2
  319. package/src/components/rich-content/cell-rich-content-input.tsx +2 -3
  320. package/src/components/rich-content/cell-rich-content-view.tsx +1 -4
  321. package/src/components/rich-content/editor.ts +1 -2
  322. package/src/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.ts +3 -3
  323. package/src/components/rich-content/rich-content-input/form-input/form-input.tsx +1 -1
  324. package/src/components/rich-content/rich-content-input/form-input/index.ts +1 -1
  325. package/src/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.ts +3 -3
  326. package/src/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.ts +2 -2
  327. package/src/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.ts +2 -2
  328. package/src/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.ts +2 -2
  329. package/src/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.ts +2 -2
  330. package/src/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.ts +3 -3
  331. package/src/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.ts +2 -2
  332. package/src/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.ts +2 -2
  333. package/src/components/rich-text/cell-rich-text-editor.tsx +173 -0
  334. package/src/components/rich-text/cell-rich-text-input.tsx +126 -0
  335. package/src/components/rich-text/cell-rich-text-view.tsx +19 -0
  336. package/src/components/rich-text/index.ts +4 -0
  337. package/src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css +26 -22
  338. package/src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.ts +4 -4
  339. package/src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.tsx +22 -5
  340. package/src/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.ts +2 -2
  341. package/src/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.tsx +153 -126
  342. package/src/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css +13 -12
  343. package/src/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.ts +3 -3
  344. package/src/components/text/text-view.st.css.ts +2 -2
  345. package/src/components/video/cell-video-edit.tsx +308 -0
  346. package/src/components/video/index.ts +2 -0
  347. package/src/exports/cell-rich-content-input.ts +4 -0
  348. package/src/exports/form-rich-content-input.ts +1 -5
  349. package/src/hooks/index.ts +1 -0
  350. package/src/hooks/use-cell-edit-keyboard.ts +109 -0
  351. package/src/index.ts +1 -0
  352. package/src/services/translations.ts +5 -1
  353. package/src/styles.global.css +1 -1
@@ -1 +1 @@
1
- .addressinput2874449935__tableAddressInput{height:36px!important;margin-left:-1px;display:flex!important;align-items:center;width:100%}.addressinput2874449935__tableAddressInput>div{padding:0!important;width:100%}.addressinput2874449935__tableAddressInput:focus-within{margin-left:2px}.actionsmenu4183498011__action{margin-left:calc(var(--wds-space-100, 6px)*-1)}.formaudiofield3651060646__addItem{height:120px!important;box-sizing:border-box}.formaudiofield3651060646__addItem:focus-within{box-shadow:var(--wds-input-shadow-focus-standard, 0 0 0 3px var(--wds-color-blue-300, var(--wsr-color-B30)));border-radius:var(--wds-border-radius-400, 8px)}.formaudiofield3651060646__addItem.formaudiofield3651060646--disabled{pointer-events:auto!important}.formaudiofield3651060646__addItem.formaudiofield3651060646--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formaudiofield3651060646__mediaTitle{line-height:18px!important}.audioplayer1516853321__root{width:fit-content;z-index:1000;position:fixed!important;bottom:42px;right:48px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.colorview2657607732__view{width:100%}.colorview2657607732__fillPreview{flex-shrink:0}.colorview2657607732__view .colorview2657607732__fillPreview{width:18px;height:18px;min-width:18px!important;min-height:18px!important}.deletedialog1541393268__layout{max-width:510px!important}.formdocumentfield2005409826__viewWrapper{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formdocumentfield2005409826__viewWrapper:hover{background:var(--wds-color-blue-500, var(--wsr-color-B50));cursor:pointer}.formdocumentfield2005409826__textWidth{max-width:calc(100% - 196px)}.formdocumentfield2005409826__documentLoader{padding-top:21px;padding-bottom:21px}.formdocumentfield2005409826__addDocument{padding-top:17px!important;padding-bottom:17px!important}.formdocumentfield2005409826__addDocument.formdocumentfield2005409826--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formdocumentfield2005409826__addItemWrapper:focus-within{box-shadow:var(--wds-input-shadow-focus-standard, 0 0 0 3px var(--wds-color-blue-300, var(--wsr-color-B30)));border-radius:var(--wds-border-radius-400, calc(2px * 4))}.exclamation236155128__exclamation{display:flex;justify-content:center;align-items:center;box-sizing:border-box;border-radius:3px;cursor:pointer}.exclamation236155128__exclamation.exclamation236155128---type-7-warning:not(.exclamation236155128--customSize),.exclamation236155128__exclamation.exclamation236155128---type-5-error:not(.exclamation236155128--customSize){width:24px;height:24px}.exclamation236155128__exclamation.exclamation236155128---type-7-warning{color:var(--wds-color-fill-warning-primary)}.exclamation236155128__exclamation.exclamation236155128---type-5-error{color:var(--wds-color-fill-destructive-primary)}.exclamation236155128__actions{display:flex;flex-direction:column}.exclamation236155128__action{white-space:normal!important;height:auto!important;text-align:left;gap:6px}.exclamation236155128__action+.exclamation236155128__action{margin-top:6px}.exclamation236155128__action.exclamation236155128--accented{color:var(--wds-color-blue-100)}.exclamation236155128__action.exclamation236155128--accented:hover{color:var(--wds-color-blue-200)}.highlightedtext4160062194__root.highlightedtext4160062194--highlightedBackground{animation:highlightedtext4160062194__highlighted 150ms ease-out 1 forwards}.highlightedtext4160062194__substring.highlightedtext4160062194--isHighlighted{animation:highlightedtext4160062194__highlighted-match 150ms ease-out 50ms 1 forwards}@keyframes highlightedtext4160062194__highlighted{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-400, var(--wsr-color-Y40))}}@keyframes highlightedtext4160062194__highlighted-match{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-200, var(--wsr-color-Y20))}}.pasteurlbutton2793897208__root{margin-top:6px}.pasteurlbutton2793897208__iconButtonTooltip{height:max-content}.pasteurlbutton2793897208__iconButton{width:24px;height:24px}.formmediagalleryfield1817893524__container{display:flex;min-height:128px;max-height:259px}.formmediagalleryfield1817893524__viewBox{display:flex;height:100%;width:100%;flex-wrap:wrap}.formmediagalleryfield1817893524__addItemWrapper{height:128px;width:100%;box-sizing:border-box}.formmediagalleryfield1817893524__addItem{box-sizing:border-box}.formmediagalleryfield1817893524__overlay{width:initial!important;min-width:382px!important}.formmediagalleryfield1817893524__image.formmediagalleryfield1817893524--withMarginRight{margin-right:3px}.formmediagalleryfield1817893524__image.formmediagalleryfield1817893524--withMarginTop{margin-top:3px}.formmediagalleryfield1817893524__previewImage{max-height:calc(100% - 12px)!important}.formmediagalleryfield1817893524__previewVideo{border-radius:8px;max-width:100%;max-height:calc(100% - 12px)!important}.mediaimage216154035__root{display:flex;align-items:center;flex-shrink:0;position:relative;box-sizing:border-box}.mediaimage216154035__root.mediaimage216154035--error{--mediaimage216154035-from:calc(50% - 0.5px);--mediaimage216154035-to:calc(50% + 0.5px);background-image:linear-gradient(to bottom right,transparent var(--mediaimage216154035-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage216154035-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage216154035-to),transparent var(--mediaimage216154035-to))}.mediaimage216154035__root.mediaimage216154035--error>*{opacity:0}.overlay1994304343__iconOverlay{position:absolute;color:var(--wds-color-white, var(--overlay1994304343-wsr-color-D80, #FFFFFF));background-color:transparent;filter:drop-shadow(0 1px 1px rgba(22,45,61,.6));-webkit-filter:drop-shadow(0 1px 1px rgba(22,45,61,.6))}.overlay1994304343__iconOverlay.overlay1994304343---size-5-small{width:20px;height:20px}.overlay1994304343__iconOverlay.overlay1994304343---size-6-medium{width:24px;height:24px}.overlay1994304343__iconOverlay.overlay1994304343---size-5-large{width:28px;height:28px}.overlay1994304343__iconOverlay.overlay1994304343---placement-7-topLeft{top:2px;left:2px}.overlay1994304343__iconOverlay.overlay1994304343---placement-10-bottomLeft{bottom:2px;left:2px}.medialoader1774972642__loader{border-radius:6px}.medialoader1774972642__loader.medialoader1774972642--isDashed{border:dashed 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.medialoader1774972642__loader.medialoader1774972642--isSolid{border:solid 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.mediatag1916996652__root{box-sizing:border-box;padding:3px 6px 3px 3px;border-radius:3px;max-height:24px;min-width:54px;max-width:100%;background-color:var(--wds-color-blue-400, var(--wsr-color-B40))}.formmultidocument189454545__viewRoot{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formmultidocument189454545__singleViewWrapper{border-radius:0;border-bottom:1px solid var(--wds-color-neutral-600, var(--wsr-color-D60));background-color:transparent!important}.formmultidocument189454545__viewRoot>div:first-child .formmultidocument189454545__singleViewWrapper{border-top-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-top-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.formmultidocument189454545__singleViewWrapper:hover{background-color:var(--wds-color-blue-500, var(--wsr-color-B50))!important}.formmultidocument189454545__singleViewWrapper:focus-visible{border-bottom:1px solid transparent;position:relative;z-index:1}.formmultidocument189454545__addDocumentButton{border-bottom-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-bottom-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.formmultidocument189454545__addDocumentButton:focus-within{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-bottom-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.richcontentdefaultvalueinput29875928__richContentEditorContainer .richcontentdefaultvalueinput29875928__editor{max-height:calc(40vh - var(--richcontentdefaultvalueinput29875928-topToolbarHeight) - var(--richcontentdefaultvalueinput29875928-bottomToolbarHeight))}.richcontentforminput753330684__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-blue-300);border-radius:var(--wds-border-radius-300)}.richcontentforminput753330684__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richcontentforminput753330684__root .richcontentforminput753330684__editor{overflow-y:auto;max-height:calc(80vh - var(--richcontentforminput753330684-topToolbarHeight) - var(--richcontentforminput753330684-bottomToolbarHeight))}.richcontentformreadonlyinput351246339__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-black-600);border-radius:var(--wds-border-radius-300)}.richcontentformreadonlyinput351246339__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.fullscreenmodal2578374957__modalContent{display:flex;flex-direction:column;position:relative;height:100%;width:782px;background-color:var(--wds-color-white, var(--wsr-color-D80, #ffffff));border-radius:var(--wds-border-radius-300, var(--wsr-border-radius-06, 6px));margin-top:24px}.publishloader3036007075__publishLoader{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--wds-color-white);z-index:5000;border-radius:inherit}.togglefullscreenbutton4262494651__root{z-index:5;box-sizing:border-box;position:absolute;right:0;top:calc(50% - 16px)!important;padding-right:3px}.togglefullscreenbutton4262494651__root button{border-radius:6px!important}.richcontenteditor1849865231__root{position:relative;font-family:var(--richcontenteditor1849865231-wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)}.richcontenteditor1849865231__root,.richcontenteditor1849865231__toolbarContainer,.richcontenteditor1849865231__footerToolbarContainer{width:100%;box-sizing:border-box}.richcontenteditor1849865231__toolbarContainer div{box-sizing:border-box}.richcontenteditor1849865231__toolbarAndFullScreenButtonWrapper{display:flex;position:relative}.richcontenteditor1849865231__editor{box-sizing:border-box;padding:36px 24px 36px 55px}.richcontenteditor1849865231__modalEditor{display:flex;flex-direction:column;flex:1;height:100%}.richcontenteditor1849865231__modalEditor .richcontenteditor1849865231__editor{overflow-y:auto;flex:1;min-width:592px;box-sizing:border-box}.richcontenteditor1849865231__modalEditor .richcontenteditor1849865231__footerToolbarContainer{margin-top:9px}.richcontenteditor1849865231__toolbarContainer button[data-hook~=text-button-headings]>span{display:inline-flex;padding-inline-end:3px!important}.richcontenteditor1849865231__toolbarContainer button[data-hook~=text-button-ai]>span{padding-inline-end:9px!important}.richcontenttoolbar2248996894__toolbar{border-top:1px solid rgba(51,51,51,.1);z-index:2;margin-right:auto;padding-left:6px;margin-left:auto;position:relative;height:40px;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box}.richcontenttoolbar2248996894__toolbarButton{line-height:40px;background:0 0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 5px 0 0}.richcontenttoolbar2248996894__toolbarButton:disabled{color:graytext}.richcontenttoolbar2248996894__toolbar label{padding:0 8px}.richcontentviewer1851593110__root{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:36px}.richcontentviewer1851593110__root.richcontentviewer1851593110--isFullScreen{padding:12px 24px}.richcontentviewer1851593110__root:not(.richcontentviewer1851593110--isFullScreen){padding:6px 24px 6px 12px}.richcontentviewer1851593110__root ToggleButton{margin:0;padding:0;border:0;position:absolute;top:2px!important;right:2px;width:30px;height:30px}.richcontentviewer1851593110__viewer{height:calc(100% - 36px);width:100%}.richcontentviewer1851593110__modalViewer{min-width:592px;overflow:auto}.richtexteditor3008854828__root{width:100%;box-sizing:border-box;outline:0;overflow:hidden;border-radius:var(--wds-border-radius-300)}.richtexteditor3008854828__root.richtexteditor3008854828---border-4-none{border:0}.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard{border:1px solid var(--wds-color-blue-300)}.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard:focus,.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard.richtexteditor3008854828---status-5-error{border:1px solid var(--wds-color-red-100)}.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard.richtexteditor3008854828---status-5-error:focus,.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard.richtexteditor3008854828---status-5-error:focus-within{border:1px solid var(--wds-color-red-100);box-shadow:0 0 0 3px var(--wds-color-red-300)}.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard.richtexteditor3008854828---status-7-warning{border:1px solid var(--wds-color-yellow-100)}.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard.richtexteditor3008854828---status-7-warning:focus,.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard.richtexteditor3008854828---status-7-warning:focus-within{border:1px solid var(--wds-color-yellow-100);box-shadow:0 0 0 3px var(--wds-color-yellow-300)}.richtexteditor3008854828__nativeInput{position:absolute;opacity:0;padding:0;margin:0;border:0;width:0;height:0}.richtexteditor3008854828__editor{height:auto;line-height:auto;display:flex;width:100%;height:100%;min-height:234px;overflow:hidden;box-sizing:border-box;flex-direction:row;border-radius:var(--wds-border-radius-300)}.richtexteditor3008854828__editor.richtexteditor3008854828--isFullScreen{max-width:782px;min-width:582px;background:var(--wds-color-black-700)}.richtexteditor3008854828__editor:not(.richtexteditor3008854828--isFullScreen){max-height:80vh}.richtexteditor3008854828__editor>div{flex:1;max-width:100%}.toolbar2031504778__root{padding:12px 18px;display:flex;border-bottom:1px solid var(--wds-color-blue-400);background:var(--wds-color-white);align-items:center}.toolbar2031504778__item{display:flex;margin-right:12px}.toolbar2031504778__item svg,.toolbar2031504778__item svg path,.toolbar2031504778__item svg text{color:inherit;fill:currentColor}.toolbar2031504778__separator{display:inline-flex;margin-right:12px;border-left:1px solid #ddd;height:100%}.toolbar2031504778__clearFormatting{margin-left:auto}.toolbar2031504778__fullScreen{margin-right:0}.toolbar2031504778__dropdownItemContent{height:36px;width:100%;display:flex;gap:12px;justify-content:space-between;align-items:center}.toolbar2031504778__dropdownItemContent.toolbar2031504778--selected .toolbar2031504778__dropdownItemTitle,.toolbar2031504778__dropdownItemContent.toolbar2031504778--selected .toolbar2031504778__dropdownItemSubtitle{color:var(--wds-color-white)!important}.toolbar2031504778__dropdownItemSubtitle{color:var(--wds-color-black-400)!important;padding-right:12px;flex-shrink:0}.toolbar2031504778__dropdownHeaderOne{font-weight:var(--wds-font-weight-bold)!important;font-size:36px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownHeaderTwo{font-weight:var(--wds-font-weight-bold)!important;font-size:32px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownHeaderThree{font-weight:var(--wds-font-weight-medium)!important;font-size:28px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownHeaderFour{font-weight:var(--wds-font-weight-bold)!important;font-size:24px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownHeaderFive{font-weight:var(--wds-font-weight-bold)!important;font-size:22px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownHeaderSix{font-weight:var(--wds-font-weight-medium)!important;font-size:20px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownParagraphOne{font-weight:var(--wds-font-weight-medium)!important;font-size:18px!important;line-height:1.33!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownNormalText{font-weight:var(--wds-font-weight-medium)!important;font-size:var(--wds-font-size-500)!important;line-height:var(--wds-font-line-height-300)!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownParagraphThree{font-weight:var(--wds-font-weight-medium)!important;font-size:14px!important;line-height:1.29!important;font-family:var(--wds-font-family-default)!important}.textview4186768641__textView::after{content:"";display:block}.richeditor3394019726__root{display:flex;flex-direction:column;font-weight:var(--wds-font-weight-medium);font-size:var(--wds-font-size-500);line-height:var(--wds-font-line-height-300);font-family:var(--wds-font-family-default)}.richeditor3394019726__editor{box-sizing:border-box;overflow:auto;display:flex;flex-direction:column;flex:1;cursor:text;color:var(--wds-color-black-100);background:var(--wds-color-black-700)}.richeditor3394019726__editor .DraftEditor-root{width:100%;height:100%}.richeditor3394019726__editor .DraftEditor-root [data-contents]{overflow:auto}.richeditor3394019726__editor .DraftEditor-editorContainer{display:flex;min-height:100%;background:#fff}.richeditor3394019726__editor .public-DraftEditor-content{padding:12px 24px 24px;min-height:100%;width:100%;box-sizing:border-box}.richeditor3394019726__editor .public-DraftEditor-content ol,.richeditor3394019726__editor .public-DraftEditor-content ul{display:flex;flex-direction:column;padding:0}.richeditor3394019726__editor .public-DraftEditor-content a,.richeditor3394019726__editor .public-DraftEditor-content a:visited{color:inherit;text-decoration:none}.richeditor3394019726__header-one:not(li),.richeditor3394019726__header-two:not(li),.richeditor3394019726__header-three:not(li),.richeditor3394019726__header-four:not(li),.richeditor3394019726__header-five:not(li),.richeditor3394019726__header-six:not(li){margin-block:0;margin:0}.richeditor3394019726__header-one,.richeditor3394019726__editor li.richeditor3394019726__header-one .public-DraftStyleDefault-block{font:var(--rt-h1-fontStyle, normal) var(--rt-h1-fontWeight, var(--wds-font-weight-bold)) var(--rt-h1-fontSize, 72px)/var(--rt-h1-lineHeight, 1.33) var(--rt-h1-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__header-two,.richeditor3394019726__editor li.richeditor3394019726__header-two .public-DraftStyleDefault-block{font:var(--rt-h2-fontStyle, normal) var(--rt-h2-fontWeight, var(--wds-font-weight-bold)) var(--rt-h2-fontSize, 42px)/var(--rt-h2-lineHeight, 1.2) var(--rt-h2-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__header-three,.richeditor3394019726__editor li.richeditor3394019726__header-three .public-DraftStyleDefault-block{font:var(--rt-h3-fontStyle, normal) var(--rt-h3-fontWeight, var(--wds-font-weight-medium)) var(--rt-h3-fontSize, 38px)/var(--rt-h3-lineHeight, 1.2) var(--rt-h3-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__header-four,.richeditor3394019726__editor li.richeditor3394019726__header-four .public-DraftStyleDefault-block{font:var(--rt-h4-fontStyle, normal) var(--rt-h4-fontWeight, var(--wds-font-weight-bold)) var(--rt-h4-fontSize, 34px)/var(--rt-h4-lineHeight, 1.2) var(--rt-h4-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__header-five,.richeditor3394019726__editor li.richeditor3394019726__header-five .public-DraftStyleDefault-block{font:var(--rt-h5-fontStyle, normal) var(--rt-h5-fontWeight, var(--wds-font-weight-bold)) var(--rt-h5-fontSize, 28px)/var(--rt-h5-lineHeight, 1.2) var(--rt-h5-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__header-six,.richeditor3394019726__editor li.richeditor3394019726__header-six .public-DraftStyleDefault-block{font:var(--rt-h6-fontStyle, normal) var(--rt-h6-fontWeight, var(--wds-font-weight-medium)) var(--rt-h6-fontSize, 22px)/var(--rt-h6-lineHeight, 1.2) var(--rt-h6-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__paragraph-one,.richeditor3394019726__editor li.richeditor3394019726__paragraph-one .public-DraftStyleDefault-block{font:var(--rt-p1-fontStyle, normal) var(--rt-p1-fontWeight, var(--wds-font-weight-medium)) var(--rt-p1-fontSize, 18px)/var(--rt-p1-lineHeight, 24px) var(--rt-p1-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__unstyled,.richeditor3394019726__editor li.richeditor3394019726__unstyled .public-DraftStyleDefault-block{font:var(--rt-unstyled-fontStyle, normal) var(--rt-unstyled-fontWeight, var(--wds-font-weight-medium)) var(--rt-unstyled-fontSize, 16px)/var(--rt-unstyled-lineHeight, 24px) var(--rt-unstyled-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__paragraph-three,.richeditor3394019726__editor li.richeditor3394019726__paragraph-three .public-DraftStyleDefault-block{font:var(--rt-p3-fontStyle, normal) var(--rt-p3-fontWeight, var(--wds-font-weight-medium)) var(--rt-p3-fontSize, 14px)/var(--rt-p3-lineHeight, 18px) var(--rt-p3-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-one:first-child~li{font:var(--rt-h1-fontStyle, normal) var(--rt-h1-fontWeight, var(--wds-font-weight-bold)) var(--rt-h1-fontSize, 72px)/var(--rt-h1-lineHeight, 1.33) var(--rt-h1-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-one:first-child~li::marker{line-height:var(--rt-h1-fontSize, 72px)}.richeditor3394019726__editor li.richeditor3394019726__header-two:first-child~li{font:var(--rt-h2-fontStyle, normal) var(--rt-h2-fontWeight, var(--wds-font-weight-bold)) var(--rt-h2-fontSize, 42px)/var(--rt-h2-lineHeight, 1.2) var(--rt-h2-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-two:first-child~li::marker{line-height:var(--rt-h2-fontSize, 42px)}.richeditor3394019726__editor li.richeditor3394019726__header-three:first-child~li{font:var(--rt-h3-fontStyle, normal) var(--rt-h3-fontWeight, var(--wds-font-weight-medium)) var(--rt-h3-fontSize, 38px)/var(--rt-h3-lineHeight, 1.2) var(--rt-h3-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-three:first-child~li::marker{line-height:var(--rt-h3-fontSize, 38px)}.richeditor3394019726__editor li.richeditor3394019726__header-four:first-child~li{font:var(--rt-h4-fontStyle, normal) var(--rt-h4-fontWeight, var(--wds-font-weight-bold)) var(--rt-h4-fontSize, 34px)/var(--rt-h4-lineHeight, 1.2) var(--rt-h4-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-four:first-child~li::marker{line-height:var(--rt-h4-fontSize, 34px)}.richeditor3394019726__editor li.richeditor3394019726__header-five:first-child~li{font:var(--rt-h5-fontStyle, normal) var(--rt-h5-fontWeight, var(--wds-font-weight-bold)) var(--rt-h5-fontSize, 28px)/var(--rt-h5-lineHeight, 1.2) var(--rt-h5-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-five:first-child~li::marker{line-height:var(--rt-h5-fontSize, 28px)}.richeditor3394019726__editor li.richeditor3394019726__header-six:first-child~li{font:var(--rt-h6-fontStyle, normal) var(--rt-h6-fontWeight, var(--wds-font-weight-medium)) var(--rt-h6-fontSize, 22px)/var(--rt-h6-lineHeight, 1.2) var(--rt-h6-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-six:first-child~li::marker{line-height:var(--rt-h6-fontSize, 22px)}.richeditor3394019726__editor li.richeditor3394019726__paragraph-one:first-child~li{font:var(--rt-p1-fontStyle, normal) var(--rt-p1-fontWeight, var(--wds-font-weight-medium)) var(--rt-p1-fontSize, 18px)/var(--rt-p1-lineHeight, 24px) var(--rt-p1-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__unstyled:first-child~li{font:var(--rt-unstyled-fontStyle, normal) var(--rt-unstyled-fontWeight, var(--wds-font-weight-medium)) var(--rt-unstyled-fontSize, 16px)/var(--rt-unstyled-lineHeight, 24px) var(--rt-unstyled-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__paragraph-three:first-child~li{font:var(--rt-p3-fontStyle, normal) var(--rt-p3-fontWeight, var(--wds-font-weight-medium)) var(--rt-p3-fontSize, 14px)/var(--rt-p3-lineHeight, 18px) var(--rt-p3-fontFamily, var(--wds-font-family-default))}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth0{margin-inline-start:2ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth1{margin-inline-start:4ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth2{margin-inline-start:6ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth3{margin-inline-start:8ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth4{margin-inline-start:10ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth0:first-child{margin-inline-start:2ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0{margin-inline-start:2ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+10){margin-inline-start:3ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+100){margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+1000){margin-inline-start:5ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth1:first-child{margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1{margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+10){margin-inline-start:5ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+100){margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+1000){margin-inline-start:7ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth2:first-child{margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2{margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+10){margin-inline-start:7ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+100){margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+1000){margin-inline-start:9ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth3:first-child{margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3{margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+10){margin-inline-start:9ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+100){margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+1000){margin-inline-start:11ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth4:first-child{margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4{margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+10){margin-inline-start:11ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+100){margin-inline-start:12ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+1000){margin-inline-start:13ch}.richeditor3394019726__align-left{text-align:left;align-self:flex-start}.richeditor3394019726__align-right{text-align:right;align-self:flex-end}.richeditor3394019726__align-center{text-align:center;align-self:center}.richeditor3394019726__align-justify{text-align:justify;align-self:stretch}.richeditor3394019726__withMargin{display:inline-block}.richeditor3394019726__dir-rtl,.richeditor3394019726__editor .public-DraftStyleDefault-rtl{direction:rtl}.richeditor3394019726__editor .public-DraftStyleDefault-listRTL{direction:rtl;text-align:right;max-width:100%}
1
+ .addressinput436106120__tableAddressInput{height:36px!important;margin-left:-1px;display:flex!important;align-items:center;width:100%}.addressinput436106120__tableAddressInput>div{padding:0!important;width:100%}.addressinput436106120__tableAddressInput:focus-within{margin-left:2px}.actionsmenu3423259781__action{margin-left:calc(var(--wds-space-100, 6px)*-1)}.formaudiofield3739761485__addItem{height:120px!important;box-sizing:border-box}.formaudiofield3739761485__addItem:focus-within{box-shadow:var(--wds-input-shadow-focus-standard, 0 0 0 3px var(--wds-color-blue-300, var(--wsr-color-B30)));border-radius:var(--wds-border-radius-400, 8px)}.formaudiofield3739761485__addItem.formaudiofield3739761485--disabled{pointer-events:auto!important}.formaudiofield3739761485__addItem.formaudiofield3739761485--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formaudiofield3739761485__mediaTitle{line-height:18px!important}.audioplayer2631043297__root{width:fit-content;z-index:1000;position:fixed!important;bottom:42px;right:48px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.colorview1533225918__view{width:100%}.colorview1533225918__fillPreview{flex-shrink:0}.colorview1533225918__view .colorview1533225918__fillPreview{width:18px;height:18px;min-width:18px!important;min-height:18px!important}.deletedialog2766386481__layout{max-width:510px!important}.formdocumentfield1710149784__viewWrapper{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formdocumentfield1710149784__viewWrapper:hover{background:var(--wds-color-blue-500, var(--wsr-color-B50));cursor:pointer}.formdocumentfield1710149784__textWidth{max-width:calc(100% - 196px)}.formdocumentfield1710149784__documentLoader{padding-top:21px;padding-bottom:21px}.formdocumentfield1710149784__addDocument{padding-top:17px!important;padding-bottom:17px!important}.formdocumentfield1710149784__addDocument.formdocumentfield1710149784--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formdocumentfield1710149784__addItemWrapper:focus-within{box-shadow:var(--wds-input-shadow-focus-standard, 0 0 0 3px var(--wds-color-blue-300, var(--wsr-color-B30)));border-radius:var(--wds-border-radius-400, calc(2px * 4))}.exclamation1025289217__exclamation{display:flex;justify-content:center;align-items:center;box-sizing:border-box;border-radius:3px;cursor:pointer}.exclamation1025289217__exclamation.exclamation1025289217---type-7-warning:not(.exclamation1025289217--customSize),.exclamation1025289217__exclamation.exclamation1025289217---type-5-error:not(.exclamation1025289217--customSize){width:24px;height:24px}.exclamation1025289217__exclamation.exclamation1025289217---type-7-warning{color:var(--wds-color-fill-warning-primary)}.exclamation1025289217__exclamation.exclamation1025289217---type-5-error{color:var(--wds-color-fill-destructive-primary)}.exclamation1025289217__actions{display:flex;flex-direction:column}.exclamation1025289217__action{white-space:normal!important;height:auto!important;text-align:left;gap:6px}.exclamation1025289217__action+.exclamation1025289217__action{margin-top:6px}.exclamation1025289217__action.exclamation1025289217--accented{color:var(--wds-color-blue-100)}.exclamation1025289217__action.exclamation1025289217--accented:hover{color:var(--wds-color-blue-200)}.highlightedtext1593671152__root.highlightedtext1593671152--highlightedBackground{animation:highlightedtext1593671152__highlighted 150ms ease-out 1 forwards}.highlightedtext1593671152__substring.highlightedtext1593671152--isHighlighted{animation:highlightedtext1593671152__highlighted-match 150ms ease-out 50ms 1 forwards}@keyframes highlightedtext1593671152__highlighted{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-400, var(--wsr-color-Y40))}}@keyframes highlightedtext1593671152__highlighted-match{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-200, var(--wsr-color-Y20))}}.thumbnailreplaceoverlay3138302508__root{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4);border-radius:3px}.thumbnailreplaceoverlay3138302508__icon{color:#fff;width:18px;height:18px}.pasteurlbutton1583106728__root{margin-top:6px}.pasteurlbutton1583106728__iconButtonTooltip{height:max-content}.pasteurlbutton1583106728__iconButton{width:24px;height:24px}.formmediagalleryfield896548020__container{display:flex;min-height:128px;max-height:259px}.formmediagalleryfield896548020__viewBox{display:flex;height:100%;width:100%;flex-wrap:wrap}.formmediagalleryfield896548020__addItemWrapper{height:128px;width:100%;box-sizing:border-box}.formmediagalleryfield896548020__addItem{box-sizing:border-box}.formmediagalleryfield896548020__overlay{width:initial!important;min-width:382px!important}.formmediagalleryfield896548020__image.formmediagalleryfield896548020--withMarginRight{margin-right:3px}.formmediagalleryfield896548020__image.formmediagalleryfield896548020--withMarginTop{margin-top:3px}.formmediagalleryfield896548020__previewImage{max-height:calc(100% - 12px)!important}.formmediagalleryfield896548020__previewVideo{border-radius:8px;max-width:100%;max-height:calc(100% - 12px)!important}.mediaimage3815000853__root{display:flex;align-items:center;flex-shrink:0;position:relative;box-sizing:border-box}.mediaimage3815000853__root.mediaimage3815000853--error{--mediaimage3815000853-from:calc(50% - 0.5px);--mediaimage3815000853-to:calc(50% + 0.5px);background-image:linear-gradient(to bottom right,transparent var(--mediaimage3815000853-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage3815000853-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage3815000853-to),transparent var(--mediaimage3815000853-to))}.mediaimage3815000853__root.mediaimage3815000853--error>*{opacity:0}.overlay289352330__iconOverlay{position:absolute;color:var(--wds-color-white, var(--overlay289352330-wsr-color-D80, #FFFFFF));background-color:transparent;filter:drop-shadow(0 1px 1px rgba(22,45,61,.6));-webkit-filter:drop-shadow(0 1px 1px rgba(22,45,61,.6))}.overlay289352330__iconOverlay.overlay289352330---size-5-small{width:20px;height:20px}.overlay289352330__iconOverlay.overlay289352330---size-6-medium{width:24px;height:24px}.overlay289352330__iconOverlay.overlay289352330---size-5-large{width:28px;height:28px}.overlay289352330__iconOverlay.overlay289352330---placement-7-topLeft{top:2px;left:2px}.overlay289352330__iconOverlay.overlay289352330---placement-10-bottomLeft{bottom:2px;left:2px}.medialoader1955011350__loader{border-radius:6px}.medialoader1955011350__loader.medialoader1955011350--isDashed{border:dashed 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.medialoader1955011350__loader.medialoader1955011350--isSolid{border:solid 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.mediatag562852759__root{box-sizing:border-box;padding:3px 6px 3px 3px;border-radius:3px;max-height:24px;min-width:54px;max-width:100%;background-color:var(--wds-color-blue-400, var(--wsr-color-B40))}.formmultidocument3080137474__viewRoot{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formmultidocument3080137474__singleViewWrapper{border-radius:0;border-bottom:1px solid var(--wds-color-neutral-600, var(--wsr-color-D60));background-color:transparent!important}.formmultidocument3080137474__viewRoot>div:first-child .formmultidocument3080137474__singleViewWrapper{border-top-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-top-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.formmultidocument3080137474__singleViewWrapper:hover{background-color:var(--wds-color-blue-500, var(--wsr-color-B50))!important}.formmultidocument3080137474__singleViewWrapper:focus-visible{border-bottom:1px solid transparent;position:relative;z-index:1}.formmultidocument3080137474__addDocumentButton{border-bottom-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-bottom-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.formmultidocument3080137474__addDocumentButton:focus-within{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-bottom-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.richcontentdefaultvalueinput2409703277__richContentEditorContainer .richcontentdefaultvalueinput2409703277__editor{max-height:calc(40vh - var(--richcontentdefaultvalueinput2409703277-topToolbarHeight) - var(--richcontentdefaultvalueinput2409703277-bottomToolbarHeight))}.richcontentforminput3363858406__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-blue-300);border-radius:var(--wds-border-radius-300)}.richcontentforminput3363858406__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richcontentforminput3363858406__root .richcontentforminput3363858406__editor{overflow-y:auto;max-height:calc(80vh - var(--richcontentforminput3363858406-topToolbarHeight) - var(--richcontentforminput3363858406-bottomToolbarHeight))}.richcontentformreadonlyinput1336939944__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-black-600);border-radius:var(--wds-border-radius-300)}.richcontentformreadonlyinput1336939944__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.fullscreenmodal1258825866__modalContent{display:flex;flex-direction:column;position:relative;height:100%;width:782px;background-color:var(--wds-color-white, var(--wsr-color-D80, #ffffff));border-radius:var(--wds-border-radius-300, var(--wsr-border-radius-06, 6px));margin-top:24px}.publishloader3959048671__publishLoader{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--wds-color-white);z-index:5000;border-radius:inherit}.togglefullscreenbutton4151648232__root{z-index:5;box-sizing:border-box;position:absolute;right:0;top:calc(50% - 16px)!important;padding-right:3px}.togglefullscreenbutton4151648232__root button{border-radius:6px!important}.richcontenteditor3989221434__root{position:relative;font-family:var(--richcontenteditor3989221434-wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)}.richcontenteditor3989221434__root,.richcontenteditor3989221434__toolbarContainer,.richcontenteditor3989221434__footerToolbarContainer{width:100%;box-sizing:border-box}.richcontenteditor3989221434__toolbarContainer div{box-sizing:border-box}.richcontenteditor3989221434__toolbarAndFullScreenButtonWrapper{display:flex;position:relative}.richcontenteditor3989221434__editor{box-sizing:border-box;padding:36px 24px 36px 55px}.richcontenteditor3989221434__modalEditor{display:flex;flex-direction:column;flex:1;height:100%}.richcontenteditor3989221434__modalEditor .richcontenteditor3989221434__editor{overflow-y:auto;flex:1;min-width:592px;box-sizing:border-box}.richcontenteditor3989221434__modalEditor .richcontenteditor3989221434__footerToolbarContainer{margin-top:9px}.richcontenteditor3989221434__toolbarContainer button[data-hook~=text-button-headings]>span{display:inline-flex;padding-inline-end:3px!important}.richcontenteditor3989221434__toolbarContainer button[data-hook~=text-button-ai]>span{padding-inline-end:9px!important}.richcontenttoolbar3885793659__toolbar{border-top:1px solid rgba(51,51,51,.1);z-index:2;margin-right:auto;padding-left:6px;margin-left:auto;position:relative;height:40px;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box}.richcontenttoolbar3885793659__toolbarButton{line-height:40px;background:0 0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 5px 0 0}.richcontenttoolbar3885793659__toolbarButton:disabled{color:graytext}.richcontenttoolbar3885793659__toolbar label{padding:0 8px}.richcontentviewer666651414__root{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:36px}.richcontentviewer666651414__root.richcontentviewer666651414--isFullScreen{padding:12px 24px}.richcontentviewer666651414__root:not(.richcontentviewer666651414--isFullScreen){padding:6px 24px 6px 12px}.richcontentviewer666651414__root ToggleButton{margin:0;padding:0;border:0;position:absolute;top:2px!important;right:2px;width:30px;height:30px}.richcontentviewer666651414__viewer{height:calc(100% - 36px);width:100%}.richcontentviewer666651414__modalViewer{min-width:592px;overflow:auto}.richtexteditor681555492__root{width:100%;box-sizing:border-box;outline:0;overflow:hidden;border-radius:var(--wds-border-radius-300)}.richtexteditor681555492__root.richtexteditor681555492---border-4-none{border:0}.richtexteditor681555492__root.richtexteditor681555492---border-8-standard{border:1px solid var(--wds-color-blue-300)}.richtexteditor681555492__root.richtexteditor681555492---border-8-standard:focus,.richtexteditor681555492__root.richtexteditor681555492---border-8-standard:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richtexteditor681555492__root.richtexteditor681555492---border-8-standard.richtexteditor681555492---status-5-error{border:1px solid var(--wds-color-red-100)}.richtexteditor681555492__root.richtexteditor681555492---border-8-standard.richtexteditor681555492---status-5-error:focus,.richtexteditor681555492__root.richtexteditor681555492---border-8-standard.richtexteditor681555492---status-5-error:focus-within{border:1px solid var(--wds-color-red-100);box-shadow:0 0 0 3px var(--wds-color-red-300)}.richtexteditor681555492__root.richtexteditor681555492---border-8-standard.richtexteditor681555492---status-7-warning{border:1px solid var(--wds-color-yellow-100)}.richtexteditor681555492__root.richtexteditor681555492---border-8-standard.richtexteditor681555492---status-7-warning:focus,.richtexteditor681555492__root.richtexteditor681555492---border-8-standard.richtexteditor681555492---status-7-warning:focus-within{border:1px solid var(--wds-color-yellow-100);box-shadow:0 0 0 3px var(--wds-color-yellow-300)}.richtexteditor681555492__nativeInput{position:absolute;opacity:0;padding:0;margin:0;border:0;width:0;height:0}.richtexteditor681555492__editor{height:auto;line-height:auto;display:flex;width:100%;height:100%;min-height:234px;overflow:hidden;box-sizing:border-box;flex-direction:row;border-radius:var(--wds-border-radius-300)}.richtexteditor681555492__editor.richtexteditor681555492--isFullScreen{max-width:782px;min-width:582px;background:var(--wds-color-black-700)}.richtexteditor681555492__editor:not(.richtexteditor681555492--isFullScreen){max-height:80vh}.richtexteditor681555492__editor>div{flex:1;max-width:100%}.toolbar3885570681__root{padding:12px 18px;display:flex;border-bottom:1px solid var(--wds-color-blue-400, var(--toolbar3885570681-wsr-color-B40, #d6dcff));background:var(--wds-color-white, var(--toolbar3885570681-wsr-color-D80, #ffffff));align-items:center}.toolbar3885570681__item{display:flex;margin-right:12px}.toolbar3885570681__item svg,.toolbar3885570681__item svg path,.toolbar3885570681__item svg text{color:inherit;fill:currentColor}.toolbar3885570681__separator{display:inline-flex;margin-right:12px;border-left:1px solid #ddd;align-self:stretch}.toolbar3885570681__clearFormatting{margin-left:auto}.toolbar3885570681__fullScreen{margin-right:0}.toolbar3885570681__dropdownItemContent{height:36px;width:100%;display:flex;gap:12px;justify-content:space-between;align-items:center}.toolbar3885570681__dropdownItemContent.toolbar3885570681--selected .toolbar3885570681__dropdownItemTitle,.toolbar3885570681__dropdownItemContent.toolbar3885570681--selected .toolbar3885570681__dropdownItemSubtitle{color:var(--wds-color-white)!important}.toolbar3885570681__dropdownItemSubtitle{color:var(--wds-color-black-400)!important;padding-right:12px;flex-shrink:0}.toolbar3885570681__dropdownHeaderOne{font-weight:var(--wds-font-weight-bold)!important;font-size:36px!important;line-height:1.2!important;font-family:var(--wds-font-family-default, var(--wsr-font-family, Madefor))!important}.toolbar3885570681__dropdownHeaderTwo{font-weight:var(--wds-font-weight-bold)!important;font-size:32px!important;line-height:1.2!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownHeaderThree{font-weight:var(--wds-font-weight-medium)!important;font-size:28px!important;line-height:1.2!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownHeaderFour{font-weight:var(--wds-font-weight-bold)!important;font-size:24px!important;line-height:1.2!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownHeaderFive{font-weight:var(--wds-font-weight-bold)!important;font-size:22px!important;line-height:1.2!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownHeaderSix{font-weight:var(--wds-font-weight-medium)!important;font-size:20px!important;line-height:1.2!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownParagraphOne{font-weight:var(--wds-font-weight-medium)!important;font-size:18px!important;line-height:1.33!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownNormalText{font-weight:var(--wds-font-weight-medium)!important;font-size:var(--wds-font-size-500)!important;line-height:var(--wds-font-line-height-300)!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownParagraphThree{font-weight:var(--wds-font-weight-medium)!important;font-size:14px!important;line-height:1.29!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.textview2328621760__textView::after{content:"";display:block}.richeditor1108902122__root{display:flex;flex-direction:column;font-weight:var(--wds-font-weight-medium, 500);font-size:var(--wds-font-size-500);line-height:var(--wds-font-line-height-300);font-family:var(--wds-font-family-default, var(--wsr-font-family, Madefor))}.richeditor1108902122__editor{box-sizing:border-box;overflow:auto;display:flex;flex-direction:column;flex:1;cursor:text;color:var(--wds-color-black-100, var(--richeditor1108902122-wsr-color-D10, #131720));background:var(--wds-color-black-700, var(--richeditor1108902122-wsr-color-D70, #edeef2))}.richeditor1108902122__editor .DraftEditor-root{width:100%;height:100%}.richeditor1108902122__editor .DraftEditor-root [data-contents]{overflow:auto}.richeditor1108902122__editor .DraftEditor-editorContainer{display:flex;min-height:100%;background:#fff}.richeditor1108902122__editor .public-DraftEditor-content{padding:12px 24px 24px;min-height:100%;width:100%;box-sizing:border-box}.richeditor1108902122__editor .public-DraftEditor-content ol,.richeditor1108902122__editor .public-DraftEditor-content ul{display:flex;flex-direction:column;padding:0}.richeditor1108902122__editor .public-DraftEditor-content a,.richeditor1108902122__editor .public-DraftEditor-content a:visited{color:inherit;text-decoration:none}.richeditor1108902122__header-one:not(li),.richeditor1108902122__header-two:not(li),.richeditor1108902122__header-three:not(li),.richeditor1108902122__header-four:not(li),.richeditor1108902122__header-five:not(li),.richeditor1108902122__header-six:not(li){margin-block:0;margin:0}.richeditor1108902122__header-one,.richeditor1108902122__editor li.richeditor1108902122__header-one .public-DraftStyleDefault-block{font:var(--rt-h1-fontStyle, normal) var(--rt-h1-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h1-fontSize, 72px)/var(--rt-h1-lineHeight, 1.33) var(--rt-h1-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__header-two,.richeditor1108902122__editor li.richeditor1108902122__header-two .public-DraftStyleDefault-block{font:var(--rt-h2-fontStyle, normal) var(--rt-h2-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h2-fontSize, 42px)/var(--rt-h2-lineHeight, 1.2) var(--rt-h2-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__header-three,.richeditor1108902122__editor li.richeditor1108902122__header-three .public-DraftStyleDefault-block{font:var(--rt-h3-fontStyle, normal) var(--rt-h3-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-h3-fontSize, 38px)/var(--rt-h3-lineHeight, 1.2) var(--rt-h3-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__header-four,.richeditor1108902122__editor li.richeditor1108902122__header-four .public-DraftStyleDefault-block{font:var(--rt-h4-fontStyle, normal) var(--rt-h4-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h4-fontSize, 34px)/var(--rt-h4-lineHeight, 1.2) var(--rt-h4-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__header-five,.richeditor1108902122__editor li.richeditor1108902122__header-five .public-DraftStyleDefault-block{font:var(--rt-h5-fontStyle, normal) var(--rt-h5-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h5-fontSize, 28px)/var(--rt-h5-lineHeight, 1.2) var(--rt-h5-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__header-six,.richeditor1108902122__editor li.richeditor1108902122__header-six .public-DraftStyleDefault-block{font:var(--rt-h6-fontStyle, normal) var(--rt-h6-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-h6-fontSize, 22px)/var(--rt-h6-lineHeight, 1.2) var(--rt-h6-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__paragraph-one,.richeditor1108902122__editor li.richeditor1108902122__paragraph-one .public-DraftStyleDefault-block{font:var(--rt-p1-fontStyle, normal) var(--rt-p1-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-p1-fontSize, 18px)/var(--rt-p1-lineHeight, 24px) var(--rt-p1-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__unstyled,.richeditor1108902122__editor li.richeditor1108902122__unstyled .public-DraftStyleDefault-block{font:var(--rt-unstyled-fontStyle, normal) var(--rt-unstyled-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-unstyled-fontSize, 16px)/var(--rt-unstyled-lineHeight, 24px) var(--rt-unstyled-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__paragraph-three,.richeditor1108902122__editor li.richeditor1108902122__paragraph-three .public-DraftStyleDefault-block{font:var(--rt-p3-fontStyle, normal) var(--rt-p3-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-p3-fontSize, 14px)/var(--rt-p3-lineHeight, 18px) var(--rt-p3-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-one:first-child~li{font:var(--rt-h1-fontStyle, normal) var(--rt-h1-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h1-fontSize, 72px)/var(--rt-h1-lineHeight, 1.33) var(--rt-h1-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-one:first-child~li::marker{line-height:var(--rt-h1-fontSize, 72px)}.richeditor1108902122__editor li.richeditor1108902122__header-two:first-child~li{font:var(--rt-h2-fontStyle, normal) var(--rt-h2-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h2-fontSize, 42px)/var(--rt-h2-lineHeight, 1.2) var(--rt-h2-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-two:first-child~li::marker{line-height:var(--rt-h2-fontSize, 42px)}.richeditor1108902122__editor li.richeditor1108902122__header-three:first-child~li{font:var(--rt-h3-fontStyle, normal) var(--rt-h3-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-h3-fontSize, 38px)/var(--rt-h3-lineHeight, 1.2) var(--rt-h3-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-three:first-child~li::marker{line-height:var(--rt-h3-fontSize, 38px)}.richeditor1108902122__editor li.richeditor1108902122__header-four:first-child~li{font:var(--rt-h4-fontStyle, normal) var(--rt-h4-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h4-fontSize, 34px)/var(--rt-h4-lineHeight, 1.2) var(--rt-h4-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-four:first-child~li::marker{line-height:var(--rt-h4-fontSize, 34px)}.richeditor1108902122__editor li.richeditor1108902122__header-five:first-child~li{font:var(--rt-h5-fontStyle, normal) var(--rt-h5-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h5-fontSize, 28px)/var(--rt-h5-lineHeight, 1.2) var(--rt-h5-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-five:first-child~li::marker{line-height:var(--rt-h5-fontSize, 28px)}.richeditor1108902122__editor li.richeditor1108902122__header-six:first-child~li{font:var(--rt-h6-fontStyle, normal) var(--rt-h6-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-h6-fontSize, 22px)/var(--rt-h6-lineHeight, 1.2) var(--rt-h6-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-six:first-child~li::marker{line-height:var(--rt-h6-fontSize, 22px)}.richeditor1108902122__editor li.richeditor1108902122__paragraph-one:first-child~li{font:var(--rt-p1-fontStyle, normal) var(--rt-p1-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-p1-fontSize, 18px)/var(--rt-p1-lineHeight, 24px) var(--rt-p1-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__unstyled:first-child~li{font:var(--rt-unstyled-fontStyle, normal) var(--rt-unstyled-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-unstyled-fontSize, 16px)/var(--rt-unstyled-lineHeight, 24px) var(--rt-unstyled-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__paragraph-three:first-child~li{font:var(--rt-p3-fontStyle, normal) var(--rt-p3-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-p3-fontSize, 14px)/var(--rt-p3-lineHeight, 18px) var(--rt-p3-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth0{margin-inline-start:2ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth1{margin-inline-start:4ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth2{margin-inline-start:6ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth3{margin-inline-start:8ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth4{margin-inline-start:10ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth0:first-child{margin-inline-start:2ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0{margin-inline-start:2ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+10){margin-inline-start:3ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+100){margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+1000){margin-inline-start:5ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth1:first-child{margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1{margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+10){margin-inline-start:5ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+100){margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+1000){margin-inline-start:7ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth2:first-child{margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2{margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+10){margin-inline-start:7ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+100){margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+1000){margin-inline-start:9ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth3:first-child{margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3{margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+10){margin-inline-start:9ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+100){margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+1000){margin-inline-start:11ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth4:first-child{margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4{margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+10){margin-inline-start:11ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+100){margin-inline-start:12ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+1000){margin-inline-start:13ch}.richeditor1108902122__align-left{text-align:left;align-self:flex-start}.richeditor1108902122__align-right{text-align:right;align-self:flex-end}.richeditor1108902122__align-center{text-align:center;align-self:center}.richeditor1108902122__align-justify{text-align:justify;align-self:stretch}.richeditor1108902122__withMargin{display:inline-block}.richeditor1108902122__dir-rtl,.richeditor1108902122__editor .public-DraftStyleDefault-rtl{direction:rtl}.richeditor1108902122__editor .public-DraftStyleDefault-listRTL{direction:rtl;text-align:right;max-width:100%}
@@ -1 +1 @@
1
- {"version":3,"file":"address-input.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/address/input/address-input.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAA0G,CAAC;AAC7H,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
1
+ {"version":3,"file":"address-input.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/address/input/address-input.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAwG,CAAC;AAC3H,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"exclamation.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/exclamation/exclamation.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;CAA4K,CAAC;AAC/L,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;CAA4O,CAAC"}
1
+ {"version":3,"file":"exclamation.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/exclamation/exclamation.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;CAAgL,CAAC;AACnM,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;CAA4O,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"cell-image-edit.d.ts","sourceRoot":"","sources":["../../../../src/components/image/cell-image-edit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AA0B9D,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC,CAAC;IAC5E,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAsTtD,CAAC"}
1
+ {"version":3,"file":"cell-image-edit.d.ts","sourceRoot":"","sources":["../../../../src/components/image/cell-image-edit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AA2BnD,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC,CAAC;IAC5E,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA6MtD,CAAC"}
@@ -6,6 +6,7 @@ export interface ImageThumbnailProps {
6
6
  onMouseEnter?: () => void;
7
7
  onMouseLeave?: () => void;
8
8
  dataHook?: string;
9
+ showVideoIndicator?: boolean;
9
10
  }
10
11
  export declare const ImageThumbnail: React.FC<ImageThumbnailProps>;
11
12
  //# sourceMappingURL=image-thumbnail.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"image-thumbnail.d.ts","sourceRoot":"","sources":["../../../../src/components/image/image-thumbnail.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAuCxD,CAAC"}
1
+ {"version":3,"file":"image-thumbnail.d.ts","sourceRoot":"","sources":["../../../../src/components/image/image-thumbnail.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8CxD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const ThumbnailReplaceOverlay: React.FC;
3
+ //# sourceMappingURL=thumbnail-replace-overlay.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"thumbnail-replace-overlay.d.ts","sourceRoot":"","sources":["../../../../src/components/image/thumbnail-replace-overlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAI3C,CAAC"}
@@ -0,0 +1,14 @@
1
+ export declare var cssStates: (stateMapping: any) => string;
2
+ export declare var style: import("@stylable/runtime").STFunction;
3
+ export declare var st: import("@stylable/runtime").STFunction;
4
+ export declare var namespace: string;
5
+ export declare var classes: {
6
+ root: string;
7
+ icon: string;
8
+ };
9
+ export declare var keyframes: {};
10
+ export declare var layers: {};
11
+ export declare var containers: {};
12
+ export declare var stVars: {};
13
+ export declare var vars: {};
14
+ //# sourceMappingURL=thumbnail-replace-overlay.st.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"thumbnail-replace-overlay.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/image/thumbnail-replace-overlay.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAsG,CAAC;AACzH,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { MEDIA_TYPES } from '../../utils/media-utils';
2
+ import { MEDIA_TYPES } from '../../utils/media-utils';
3
3
  type Focusable = {
4
4
  focus: () => void;
5
5
  };
@@ -30,11 +30,11 @@ interface UseMediaControlBaseReturnType {
30
30
  onMediaLoad: () => void;
31
31
  }
32
32
  interface UseSingleMediaControlReturnType extends UseMediaControlBaseReturnType {
33
- callMedia(): Promise<void>;
33
+ callMedia(): Promise<boolean>;
34
34
  downloadMedia(mediaUri?: string): Promise<void>;
35
35
  }
36
36
  interface UseMultiMediaControlReturnType extends UseMediaControlBaseReturnType {
37
- callMedia(index?: number): Promise<void>;
37
+ callMedia(index?: number): Promise<boolean>;
38
38
  downloadMedia(mediaUri?: string): Promise<void>;
39
39
  }
40
40
  export type UseMediaControlReturnType = UseSingleMediaControlReturnType | UseMultiMediaControlReturnType;
@@ -1 +1 @@
1
- {"version":3,"file":"use-media-control.d.ts","sourceRoot":"","sources":["../../../../src/components/media-control/use-media-control.ts"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAI3D,KAAK,SAAS,GAAG;IAAE,KAAK,EAAE,MAAM,IAAI,CAAA;CAAE,CAAC;AACvC,KAAK,YAAY,GACb,KAAK,CAAC,SAAS,CAAC,SAAS,GAAG,SAAS,CAAC,GACtC,KAAK,CAAC,gBAAgB,CAAC,SAAS,GAAG,SAAS,CAAC,CAAC;AAElD,UAAU,yBAAyB;IACjC,SAAS,EAAE,WAAW,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB;AAED,UAAU,2BAA4B,SAAQ,yBAAyB;IACrE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB;AAED,UAAU,0BAA2B,SAAQ,yBAAyB;IACpE,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACrC,WAAW,EAAE,IAAI,CAAC;CACnB;AAED,MAAM,MAAM,qBAAqB,GAC7B,2BAA2B,GAC3B,0BAA0B,CAAC;AAE/B,UAAU,6BAA6B;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,UAAU,+BACR,SAAQ,6BAA6B;IACrC,SAAS,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAC3B,aAAa,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACjD;AAED,UAAU,8BAA+B,SAAQ,6BAA6B;IAC5E,SAAS,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACzC,aAAa,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACjD;AAED,MAAM,MAAM,yBAAyB,GACjC,+BAA+B,GAC/B,8BAA8B,CAAC;AA2DnC,wBAAgB,eAAe,CAC7B,MAAM,EAAE,2BAA2B,GAClC,+BAA+B,CAAC;AAEnC,wBAAgB,eAAe,CAC7B,MAAM,EAAE,0BAA0B,GACjC,8BAA8B,CAAC"}
1
+ {"version":3,"file":"use-media-control.d.ts","sourceRoot":"","sources":["../../../../src/components/media-control/use-media-control.ts"],"names":[],"mappings":";AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAItD,KAAK,SAAS,GAAG;IAAE,KAAK,EAAE,MAAM,IAAI,CAAA;CAAE,CAAC;AACvC,KAAK,YAAY,GACb,KAAK,CAAC,SAAS,CAAC,SAAS,GAAG,SAAS,CAAC,GACtC,KAAK,CAAC,gBAAgB,CAAC,SAAS,GAAG,SAAS,CAAC,CAAC;AAElD,UAAU,yBAAyB;IACjC,SAAS,EAAE,WAAW,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB;AAED,UAAU,2BAA4B,SAAQ,yBAAyB;IACrE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB;AAED,UAAU,0BAA2B,SAAQ,yBAAyB;IACpE,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACrC,WAAW,EAAE,IAAI,CAAC;CACnB;AAED,MAAM,MAAM,qBAAqB,GAC7B,2BAA2B,GAC3B,0BAA0B,CAAC;AAE/B,UAAU,6BAA6B;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,UAAU,+BACR,SAAQ,6BAA6B;IACrC,SAAS,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;IAC9B,aAAa,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACjD;AAED,UAAU,8BAA+B,SAAQ,6BAA6B;IAC5E,SAAS,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IAC5C,aAAa,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACjD;AAED,MAAM,MAAM,yBAAyB,GACjC,+BAA+B,GAC/B,8BAA8B,CAAC;AAyDnC,wBAAgB,eAAe,CAC7B,MAAM,EAAE,2BAA2B,GAClC,+BAA+B,CAAC;AAEnC,wBAAgB,eAAe,CAC7B,MAAM,EAAE,0BAA0B,GACjC,8BAA8B,CAAC"}
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import type { WixCodeGalleryItem } from '../../auto-field-types';
3
+ export interface CellMediaGalleryEditProps {
4
+ value: WixCodeGalleryItem[] | null;
5
+ onChange: (value: WixCodeGalleryItem[] | null) => void;
6
+ onCommit: () => void;
7
+ onCancel?: () => void;
8
+ onStartEdit?: () => void;
9
+ inputRef?: React.MutableRefObject<{
10
+ focus: () => void;
11
+ } | null | undefined>;
12
+ dataHook?: string;
13
+ }
14
+ export declare const CellMediaGalleryEdit: React.FC<CellMediaGalleryEditProps>;
15
+ //# sourceMappingURL=cell-media-gallery-edit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cell-media-gallery-edit.d.ts","sourceRoot":"","sources":["../../../../src/components/media-gallery/cell-media-gallery-edit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAiB7D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAajE,MAAM,WAAW,yBAAyB;IACxC,KAAK,EAAE,kBAAkB,EAAE,GAAG,IAAI,CAAC;IACnC,QAAQ,EAAE,CAAC,KAAK,EAAE,kBAAkB,EAAE,GAAG,IAAI,KAAK,IAAI,CAAC;IACvD,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC,CAAC;IAC5E,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAgLpE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { WixCodeGalleryItem } from '../../auto-field-types';
3
+ export interface CellMediaGalleryViewProps {
4
+ data: WixCodeGalleryItem[] | null;
5
+ dataHook?: string;
6
+ }
7
+ export declare function CellMediaGalleryView({ data, dataHook }: CellMediaGalleryViewProps): React.JSX.Element;
8
+ export declare namespace CellMediaGalleryView {
9
+ var displayName: string;
10
+ }
11
+ //# sourceMappingURL=cell-media-gallery-view.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cell-media-gallery-view.d.ts","sourceRoot":"","sources":["../../../../src/components/media-gallery/cell-media-gallery-view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,MAAM,WAAW,yBAAyB;IACxC,IAAI,EAAE,kBAAkB,EAAE,GAAG,IAAI,CAAC;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,oBAAoB,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,yBAAyB,qBAmBjF;yBAnBe,oBAAoB"}
@@ -1 +1 @@
1
- {"version":3,"file":"form-media-gallery-field.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/media-gallery/form-media-gallery-field.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;;;;;;CAA6f,CAAC;AAChhB,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
1
+ {"version":3,"file":"form-media-gallery-field.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/media-gallery/form-media-gallery-field.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;;;;;;CAAof,CAAC;AACvgB,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
@@ -1,2 +1,4 @@
1
1
  export * from './media-gallery-view';
2
+ export * from './cell-media-gallery-view';
3
+ export * from './cell-media-gallery-edit';
2
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/media-gallery/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/media-gallery/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC"}
@@ -15,12 +15,12 @@ export declare const useMediaGalleryDialog: ({ initialOpen, items, ...rest }: Me
15
15
  * handles the EMPTY case by calling `setItemsEmptyTitles`.
16
16
  */
17
17
  export declare const useAddMediaControl: (onAddMedia?: ((newItems: OrganizeMediaItem[]) => void) | undefined) => {
18
- onOpen: () => Promise<void>;
18
+ onOpen: () => Promise<boolean>;
19
19
  isLoading: boolean;
20
20
  };
21
21
  /** Opens media manager (single-select) to replace one item */
22
22
  export declare const useReplaceMediaControl: (onMediaReplaced?: ((newItem: OrganizeMediaItem) => void) | undefined) => {
23
- onOpen: () => Promise<void>;
23
+ onOpen: () => Promise<boolean>;
24
24
  isLoading: boolean;
25
25
  };
26
26
  /** Product requirement: show different text on Done button if there are no items yet */
@@ -1 +1 @@
1
- {"version":3,"file":"media-image.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/media-image/media-image.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAAuC,CAAC;AAC1D,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;;;CAAoO,CAAC"}
1
+ {"version":3,"file":"media-image.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/media-image/media-image.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAAwC,CAAC;AAC3D,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;;;CAAsO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"overlay.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/media-image/overlays/overlay.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAoF,CAAC;AACvG,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;CAAgE,CAAC;AAClF,eAAO,IAAI,IAAI;;;CAA8F,CAAC"}
1
+ {"version":3,"file":"overlay.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/media-image/overlays/overlay.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAkF,CAAC;AACrG,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;CAAgE,CAAC;AAClF,eAAO,IAAI,IAAI;;;CAA6F,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"media-tag.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/media-tag/web-media-tag/media-tag.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAAsC,CAAC;AACzD,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;CAAkF,CAAC"}
1
+ {"version":3,"file":"media-tag.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/media-tag/web-media-tag/media-tag.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAAqC,CAAC;AACxD,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;CAAkF,CAAC"}
@@ -4,7 +4,7 @@ interface FormMultiDocumentViewProps {
4
4
  data: string[];
5
5
  readOnly?: boolean;
6
6
  onChange: (value: string[]) => void;
7
- callMedia: (index?: number) => Promise<void>;
7
+ callMedia: (index?: number) => Promise<boolean>;
8
8
  onDownload: (mediaURI?: string) => void;
9
9
  loading: boolean;
10
10
  dataHook?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"form-multi-document-view.d.ts","sourceRoot":"","sources":["../../../../../src/components/multi-document/multi-document-input/form-multi-document-view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAKrD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAOlE,UAAU,0BAA0B;IAClC,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACpC,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7C,UAAU,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kBAAkB,EAAE,CAAC,MAAM,EAAE,sBAAsB,KAAK,MAAM,IAAI,CAAC;CACpE;AAED,eAAO,MAAM,qBAAqB,mGAqFjC,CAAC"}
1
+ {"version":3,"file":"form-multi-document-view.d.ts","sourceRoot":"","sources":["../../../../../src/components/multi-document/multi-document-input/form-multi-document-view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAKrD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAOlE,UAAU,0BAA0B;IAClC,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACpC,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAChD,UAAU,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kBAAkB,EAAE,CAAC,MAAM,EAAE,sBAAsB,KAAK,MAAM,IAAI,CAAC;CACpE;AAED,eAAO,MAAM,qBAAqB,mGAqFjC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"form-multi-document.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/multi-document/multi-document-input/form-multi-document.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;CAAwO,CAAC;AAC3P,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;;CAAkG,CAAC;AACpH,eAAO,IAAI,IAAI;;;;;;;;CAAsS,CAAC"}
1
+ {"version":3,"file":"form-multi-document.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/multi-document/multi-document-input/form-multi-document.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;CAA4O,CAAC;AAC/P,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;;CAAkG,CAAC;AACpH,eAAO,IAAI,IAAI;;;;;;;;CAAsS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"cell-rich-content-input.d.ts","sourceRoot":"","sources":["../../../../src/components/rich-content/cell-rich-content-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAE5D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAU9C,MAAM,WAAW,yBAAyB;IACxC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,CAAC,KAAK,EAAE,WAAW,GAAG,SAAS,KAAK,IAAI,CAAC;IACnD,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,sHAAsH;IACtH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;iGACiG;AACjG,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA6DpE,CAAC"}
1
+ {"version":3,"file":"cell-rich-content-input.d.ts","sourceRoot":"","sources":["../../../../src/components/rich-content/cell-rich-content-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAE5D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAU9C,MAAM,WAAW,yBAAyB;IACxC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,CAAC,KAAK,EAAE,WAAW,GAAG,SAAS,KAAK,IAAI,CAAC;IACnD,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,sHAAsH;IACtH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;iGACiG;AACjG,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA4DpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"cell-rich-content-view.d.ts","sourceRoot":"","sources":["../../../../src/components/rich-content/cell-rich-content-view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,MAAM,WAAW,wBAAwB;IACvC,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;iDACiD;AACjD,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAQlE,CAAC"}
1
+ {"version":3,"file":"cell-rich-content-view.d.ts","sourceRoot":"","sources":["../../../../src/components/rich-content/cell-rich-content-view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,MAAM,WAAW,wBAAwB;IACvC,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;iDACiD;AACjD,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAQlE,CAAC"}
@@ -1,5 +1,4 @@
1
- export { default as FormRichContentInput } from './rich-content-input/form-input';
2
- export * from './cell-rich-content-input';
1
+ export { FormRichContentInput } from './rich-content-input/form-input';
3
2
  export * from './hooks';
4
3
  export * from './rich-content-input/rich-content-editor';
5
4
  //# sourceMappingURL=editor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"editor.d.ts","sourceRoot":"","sources":["../../../../src/components/rich-content/editor.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAClF,cAAc,2BAA2B,CAAC;AAC1C,cAAc,SAAS,CAAC;AACxB,cAAc,0CAA0C,CAAC"}
1
+ {"version":3,"file":"editor.d.ts","sourceRoot":"","sources":["../../../../src/components/rich-content/editor.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AACvE,cAAc,SAAS,CAAC;AACxB,cAAc,0CAA0C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"rich-content-default-value-input.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;CAAgN,CAAC;AACnO,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;CAAoK,CAAC"}
1
+ {"version":3,"file":"rich-content-default-value-input.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;CAAsN,CAAC;AACzO,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;CAAwK,CAAC"}
@@ -3,6 +3,6 @@ import type { RichContentFormInputProps } from './rich-content-form-input';
3
3
  export type FormRichContentInputProps = RichContentFormInputProps & {
4
4
  isSiteMetadataLoading: boolean;
5
5
  };
6
- declare const FormRichContentInput: FC<FormRichContentInputProps>;
6
+ export declare const FormRichContentInput: FC<FormRichContentInputProps>;
7
7
  export default FormRichContentInput;
8
8
  //# sourceMappingURL=form-input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-input.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/form-input/form-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAMhC,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AAG3E,MAAM,MAAM,yBAAyB,GAAG,yBAAyB,GAAG;IAClE,qBAAqB,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,yBAAyB,CAavD,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"form-input.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/form-input/form-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAMhC,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AAG3E,MAAM,MAAM,yBAAyB,GAAG,yBAAyB,GAAG;IAClE,qBAAqB,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC,yBAAyB,CAa9D,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1,2 +1,2 @@
1
- export { default } from './form-input';
1
+ export { FormRichContentInput } from './form-input';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/form-input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/form-input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"rich-content-form-input.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAkG,CAAC;AACrH,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;;;CAAsW,CAAC"}
1
+ {"version":3,"file":"rich-content-form-input.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAoG,CAAC;AACvH,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;;;CAAwW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"rich-content-form-read-only-input.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAAyD,CAAC;AAC5E,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;;CAAkQ,CAAC"}
1
+ {"version":3,"file":"rich-content-form-read-only-input.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAA0D,CAAC;AAC7E,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;;CAAkQ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"rich-content-viewer.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;CAAuJ,CAAC;AAC1K,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
1
+ {"version":3,"file":"rich-content-viewer.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;CAAoJ,CAAC;AACvK,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import type { RichTextStyleVariables } from './rich-text-input/rich-text-editor/text-style';
3
+ /** Default text style — matches the CSS fallback values in rich-editor.st.css.
4
+ * Consumers (e.g. cms-web) can override with site-specific font values. */
5
+ export declare const DEFAULT_CELL_TEXT_STYLE: RichTextStyleVariables;
6
+ export interface CellRichTextEditorProps {
7
+ value?: string;
8
+ onChange: (value: string) => void;
9
+ autoFocus?: boolean;
10
+ initialTypedKey?: string;
11
+ /** Controlled fullscreen state — managed by the parent (CellRichTextInput). */
12
+ isFullScreen?: boolean;
13
+ onToggleFullScreen?: () => void;
14
+ /** CSS custom properties for the --rt-* theming API. Defaults to standard sizes. */
15
+ textStyle?: RichTextStyleVariables;
16
+ }
17
+ /** Cell-layer Draft.js editor — fires onChange on every keystroke (not on blur).
18
+ * Fullscreen state is controlled by the parent so ESC handling can be
19
+ * centralised in a capture-phase listener without React portal limitations. */
20
+ export declare const CellRichTextEditor: React.FC<CellRichTextEditorProps>;
21
+ //# sourceMappingURL=cell-rich-text-editor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cell-rich-text-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/rich-text/cell-rich-text-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAoBtE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAC;AAI5F;4EAC4E;AAC5E,eAAO,MAAM,uBAAuB,EAAE,sBAqCrC,CAAC;AAWF,MAAM,WAAW,uBAAuB;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,+EAA+E;IAC/E,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,oFAAoF;IACpF,SAAS,CAAC,EAAE,sBAAsB,CAAC;CACpC;AAED;;gFAEgF;AAChF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAiFhE,CAAC"}
@@ -0,0 +1,23 @@
1
+ import React from 'react';
2
+ import type { RichTextStyleVariables } from './rich-text-input/rich-text-editor/text-style';
3
+ export interface CellRichTextInputProps {
4
+ value?: string;
5
+ onChange: (value: string) => void;
6
+ /** Typed key from type-to-edit — appended to existing plain-text content on mount. */
7
+ initialTypedKey?: string;
8
+ /** Called when the editor loses focus (click outside) or ESC is pressed. */
9
+ onCommit?: () => void;
10
+ /** CSS custom properties for the --rt-* theming API. Defaults to standard sizes. */
11
+ textStyle?: RichTextStyleVariables;
12
+ }
13
+ /** Popover-based rich text editor for the richText cell type.
14
+ * Opens immediately as a popover anchored at the cell's top-left corner.
15
+ * Fixed 582px width (matching CMS), covers adjacent cells, flips upward when
16
+ * there is not enough room below. Changes are propagated live via onChange.
17
+ *
18
+ * Close behaviour mirrors cms-web PopoverRichTextEditor: the editor listens for
19
+ * focus/blur events on a wrapper div. onBlur schedules onCommit via
20
+ * requestAnimationFrame so toolbar actions (including dropdown selections in
21
+ * window portals) can cancel the deferred close by refocusing the editor. */
22
+ export declare const CellRichTextInput: React.FC<CellRichTextInputProps>;
23
+ //# sourceMappingURL=cell-rich-text-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cell-rich-text-input.d.ts","sourceRoot":"","sources":["../../../../src/components/rich-text/cell-rich-text-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAOxE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAC;AAK5F,MAAM,WAAW,sBAAsB;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,oFAAoF;IACpF,SAAS,CAAC,EAAE,sBAAsB,CAAC;CACpC;AAED;;;;;;;;8EAQ8E;AAC9E,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA2F9D,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface CellRichTextViewProps {
3
+ value?: string | null;
4
+ }
5
+ /** Synchronous plain-text view for an HTML rich-text string.
6
+ * Strips all HTML tags via DOMParser — no loading spinner. */
7
+ export declare const CellRichTextView: React.FC<CellRichTextViewProps>;
8
+ //# sourceMappingURL=cell-rich-text-view.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cell-rich-text-view.d.ts","sourceRoot":"","sources":["../../../../src/components/rich-text/cell-rich-text-view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED;+DAC+D;AAC/D,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAK5D,CAAC"}
@@ -1,5 +1,9 @@
1
1
  export * from './rich-text-view';
2
2
  export * from './rich-text-input';
3
+ export * from './cell-rich-text-view';
4
+ export * from './cell-rich-text-editor';
5
+ export * from './cell-rich-text-input';
6
+ export type { RichTextStyleVariables } from './rich-text-input/rich-text-editor/text-style';
3
7
  export type { NoOptions, TextKeys } from './types';
4
8
  export * from './components/link';
5
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/rich-text/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAElC,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACnD,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/rich-text/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,YAAY,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAC;AAE5F,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACnD,cAAc,mBAAmB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"rich-editor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,EACL,MAAM,EACN,WAAW,EAKZ,MAAM,UAAU,CAAC;AASlB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAoB9C,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,kBAAkB,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC7C,cAAc,EAAE,cAAc,CAAC;IAC/B,WAAW,EAAE,WAAW,CAAC;IACzB,QAAQ,EAAE,CAAC,WAAW,EAAE,WAAW,KAAK,IAAI,CAAC;IAC7C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,qBAAa,UAAW,SAAQ,KAAK,CAAC,SAAS,CAAC,eAAe,CAAC;IACvD,MAAM,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEpC,OAAO,CAAC,IAAI,CAA4B;IAExC,OAAO,CAAC,UAAU,CAA2C;IAE7D,OAAO,CAAC,sBAAsB,CAA+B;IAEtD,iBAAiB;IAUxB,oBAAoB;IAMpB,kBAAkB;IAMX,MAAM;IAgDN,KAAK,aAIV;IAEF,OAAO,CAAC,QAAQ,CASd;IAEF,OAAO,CAAC,SAAS,CAgDf;IAEF,OAAO,CAAC,mBAAmB,CA2BzB;IAEF,OAAO,CAAC,sBAAsB,CA8C5B;IAEF,OAAO,CAAC,gBAAgB,CAatB;IAEF,OAAO,CAAC,0BAA0B,CAgBhC;IAEF,OAAO,CAAC,gBAAgB,CAkCtB;IAEF,OAAO,CAAC,kBAAkB,CAMxB;IAEF,OAAO,CAAC,aAAa,CAenB;IAEF,OAAO,CAAC,iBAAiB,CAcvB;IAEF,OAAO,CAAC,aAAa,CA8EnB;IAEF,OAAO,CAAC,aAAa,CAMnB;IAEF,OAAO,CAAC,YAAY,CAqDlB;IAEF,OAAO,CAAC,OAAO,CAuCb;CACH"}
1
+ {"version":3,"file":"rich-editor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,EACL,MAAM,EACN,WAAW,EAKZ,MAAM,UAAU,CAAC;AASlB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAoB9C,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,kBAAkB,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC7C,cAAc,EAAE,cAAc,CAAC;IAC/B,WAAW,EAAE,WAAW,CAAC;IACzB,QAAQ,EAAE,CAAC,WAAW,EAAE,WAAW,KAAK,IAAI,CAAC;IAC7C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,qBAAa,UAAW,SAAQ,KAAK,CAAC,SAAS,CAAC,eAAe,CAAC;IACvD,MAAM,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEpC,OAAO,CAAC,IAAI,CAA4B;IAExC,OAAO,CAAC,UAAU,CAA2C;IAE7D,OAAO,CAAC,sBAAsB,CAA+B;IAEtD,iBAAiB;IAUxB,oBAAoB;IAMpB,kBAAkB;IAMX,MAAM;IAiDN,KAAK,aAIV;IAEF,OAAO,CAAC,QAAQ,CASd;IAEF,OAAO,CAAC,SAAS,CAgDf;IAEF,OAAO,CAAC,mBAAmB,CA2BzB;IAEF,OAAO,CAAC,sBAAsB,CA8C5B;IAEF,OAAO,CAAC,gBAAgB,CAatB;IAEF,OAAO,CAAC,0BAA0B,CAgBhC;IAEF,OAAO,CAAC,gBAAgB,CAkCtB;IAEF,OAAO,CAAC,kBAAkB,CAMxB;IAEF,OAAO,CAAC,aAAa,CAenB;IAEF,OAAO,CAAC,iBAAiB,CAcvB;IAEF,OAAO,CAAC,aAAa,CA8FnB;IAEF,OAAO,CAAC,aAAa,CAMnB;IAEF,OAAO,CAAC,YAAY,CAqDlB;IAEF,OAAO,CAAC,OAAO,CAuCb;CACH"}
@@ -25,6 +25,7 @@ export declare var keyframes: {};
25
25
  export declare var layers: {};
26
26
  export declare var containers: {};
27
27
  export declare var stVars: {
28
+ fontFamilyDefault: string;
28
29
  h1FontSize: string;
29
30
  h1FontStyle: string;
30
31
  h1FontWeight: string;
@@ -84,6 +85,7 @@ export declare var vars: {
84
85
  "wds-color-black-100": string;
85
86
  "wds-color-black-700": string;
86
87
  "wds-font-family-default": string;
88
+ "wsr-font-family": string;
87
89
  "wds-font-weight-medium": string;
88
90
  "wds-font-weight-bold": string;
89
91
  "wds-font-size-500": string;
@@ -133,5 +135,7 @@ export declare var vars: {
133
135
  "rt-p3-fontWeight": string;
134
136
  "rt-p3-fontFamily": string;
135
137
  "rt-p3-lineHeight": string;
138
+ "wsr-color-D10": string;
139
+ "wsr-color-D70": string;
136
140
  };
137
141
  //# sourceMappingURL=rich-editor.st.css.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rich-editor.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;;;;;;;;;;;;;;CAA0zB,CAAC;AAC70B,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+5I,CAAC;AACj7I,eAAO,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0mE,CAAC"}
1
+ {"version":3,"file":"rich-editor.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;;;;;;;;;;;;;;CAA0zB,CAAC;AAC70B,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiqK,CAAC;AACnrK,eAAO,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8vE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"rich-text-editor.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;CAA8I,CAAC;AACjK,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;;;;;;CAAsb,CAAC"}
1
+ {"version":3,"file":"rich-text-editor.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;CAA2I,CAAC;AAC9J,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;;;;;;CAAsb,CAAC"}
@@ -10,6 +10,7 @@ export interface HeaderDropdownItemContentProps {
10
10
  export interface HeaderDropdownProps {
11
11
  value?: string;
12
12
  onChange: (value: string) => void;
13
+ headingsEnabled?: boolean;
13
14
  }
14
15
  export declare const HeaderDropdown: React.FC<HeaderDropdownProps>;
15
16
  //# sourceMappingURL=header-dropdown.d.ts.map