@wix/patterns-fields 1.17.0 → 1.18.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 (314) hide show
  1. package/cell-rich-content-input/package.json +5 -0
  2. package/dist/cjs/assets/locale/messages_en.json +6 -2
  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 +32 -61
  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/form-media-gallery-field.st.css.js +10 -10
  35. package/dist/cjs/components/media-gallery/form-media-gallery-field.st.css.js.map +1 -1
  36. package/dist/cjs/components/media-image/media-image.st.css.js +4 -4
  37. package/dist/cjs/components/media-image/media-image.st.css.js.map +1 -1
  38. package/dist/cjs/components/media-image/overlays/overlay.st.css.js +4 -4
  39. package/dist/cjs/components/media-image/overlays/overlay.st.css.js.map +1 -1
  40. package/dist/cjs/components/media-loader/media-loader.st.css.js +3 -3
  41. package/dist/cjs/components/media-loader/media-loader.st.css.js.map +1 -1
  42. package/dist/cjs/components/media-tag/web-media-tag/media-tag.st.css.js +2 -2
  43. package/dist/cjs/components/media-tag/web-media-tag/media-tag.st.css.js.map +1 -1
  44. package/dist/cjs/components/multi-document/multi-document-input/form-multi-document-field.js.map +1 -1
  45. package/dist/cjs/components/multi-document/multi-document-input/form-multi-document-view.js.map +1 -1
  46. package/dist/cjs/components/multi-document/multi-document-input/form-multi-document.st.css.js +5 -5
  47. package/dist/cjs/components/multi-document/multi-document-input/form-multi-document.st.css.js.map +1 -1
  48. package/dist/cjs/components/rich-content/cell-rich-content-input.js +1 -1
  49. package/dist/cjs/components/rich-content/cell-rich-content-input.js.map +1 -1
  50. package/dist/cjs/components/rich-content/cell-rich-content-view.js +1 -1
  51. package/dist/cjs/components/rich-content/cell-rich-content-view.js.map +1 -1
  52. package/dist/cjs/components/rich-content/editor.js +2 -10
  53. package/dist/cjs/components/rich-content/editor.js.map +1 -1
  54. package/dist/cjs/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js +6 -6
  55. package/dist/cjs/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js.map +1 -1
  56. package/dist/cjs/components/rich-content/rich-content-input/form-input/form-input.js +2 -1
  57. package/dist/cjs/components/rich-content/rich-content-input/form-input/form-input.js.map +1 -1
  58. package/dist/cjs/components/rich-content/rich-content-input/form-input/index.js +3 -4
  59. package/dist/cjs/components/rich-content/rich-content-input/form-input/index.js.map +1 -1
  60. package/dist/cjs/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js +5 -5
  61. package/dist/cjs/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js.map +1 -1
  62. package/dist/cjs/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js +2 -2
  63. 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
  64. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js +3 -3
  65. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js.map +1 -1
  66. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js +3 -3
  67. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js.map +1 -1
  68. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js +2 -2
  69. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js.map +1 -1
  70. package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js +8 -8
  71. package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js.map +1 -1
  72. package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js +4 -4
  73. package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js.map +1 -1
  74. package/dist/cjs/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js +4 -4
  75. package/dist/cjs/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js.map +1 -1
  76. package/dist/cjs/components/rich-text/cell-rich-text-editor.js +155 -0
  77. package/dist/cjs/components/rich-text/cell-rich-text-editor.js.map +1 -0
  78. package/dist/cjs/components/rich-text/cell-rich-text-input.js +153 -0
  79. package/dist/cjs/components/rich-text/cell-rich-text-input.js.map +1 -0
  80. package/dist/cjs/components/rich-text/cell-rich-text-view.js +30 -0
  81. package/dist/cjs/components/rich-text/cell-rich-text-view.js.map +1 -0
  82. package/dist/cjs/components/rich-text/index.js +18 -0
  83. package/dist/cjs/components/rich-text/index.js.map +1 -1
  84. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.js +13 -1
  85. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.js.map +1 -1
  86. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css +26 -22
  87. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js +50 -46
  88. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js.map +1 -1
  89. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js +4 -4
  90. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js.map +1 -1
  91. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.js +168 -157
  92. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.js.map +1 -1
  93. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css +13 -12
  94. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js +22 -19
  95. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js.map +1 -1
  96. package/dist/cjs/components/text/text-view.st.css.js +3 -3
  97. package/dist/cjs/components/text/text-view.st.css.js.map +1 -1
  98. package/dist/cjs/components/video/cell-video-edit.js +424 -0
  99. package/dist/cjs/components/video/cell-video-edit.js.map +1 -0
  100. package/dist/cjs/components/video/index.js +3 -1
  101. package/dist/cjs/components/video/index.js.map +1 -1
  102. package/dist/cjs/exports/cell-rich-content-input.js +8 -0
  103. package/dist/cjs/exports/cell-rich-content-input.js.map +1 -0
  104. package/dist/cjs/exports/form-rich-content-input.js +3 -4
  105. package/dist/cjs/exports/form-rich-content-input.js.map +1 -1
  106. package/dist/cjs/index.js +11 -0
  107. package/dist/cjs/index.js.map +1 -1
  108. package/dist/cjs/services/translations.js.map +1 -1
  109. package/dist/cjs/styles.global.css +1 -1
  110. package/dist/esm/assets/locale/messages_en.json +6 -2
  111. package/dist/esm/components/address/input/address-input.st.css.js +2 -2
  112. package/dist/esm/components/address/input/address-input.st.css.js.map +1 -1
  113. package/dist/esm/components/audio/actions/actions-menu/actions-menu.st.css.js +2 -2
  114. package/dist/esm/components/audio/actions/actions-menu/actions-menu.st.css.js.map +1 -1
  115. package/dist/esm/components/audio/audio-field/form-audio-field.st.css.js +2 -2
  116. package/dist/esm/components/audio/audio-player/audio-player.st.css.js +2 -2
  117. package/dist/esm/components/color-view/color-view.st.css.js +2 -2
  118. package/dist/esm/components/color-view/color-view.st.css.js.map +1 -1
  119. package/dist/esm/components/delete-dialog/delete-dialog.st.css.js +2 -2
  120. package/dist/esm/components/document/form-document-field.st.css.js +2 -2
  121. package/dist/esm/components/exclamation/exclamation.st.css.js +2 -2
  122. package/dist/esm/components/exclamation/exclamation.st.css.js.map +1 -1
  123. package/dist/esm/components/highlighted-text/highlighted-text.st.css.js +3 -3
  124. package/dist/esm/components/image/cell-image-edit.js +4 -21
  125. package/dist/esm/components/image/cell-image-edit.js.map +1 -1
  126. package/dist/esm/components/image/image-thumbnail.js +9 -3
  127. package/dist/esm/components/image/image-thumbnail.js.map +1 -1
  128. package/dist/esm/components/image/thumbnail-replace-overlay.js +7 -0
  129. package/dist/esm/components/image/thumbnail-replace-overlay.js.map +1 -0
  130. package/dist/esm/components/image/thumbnail-replace-overlay.st.css +15 -0
  131. package/dist/esm/components/image/thumbnail-replace-overlay.st.css.js +15 -0
  132. package/dist/esm/components/image/thumbnail-replace-overlay.st.css.js.map +1 -0
  133. package/dist/esm/components/media-control/paste-url-button.st.css.js +2 -2
  134. package/dist/esm/components/media-control/use-media-control.js +9 -8
  135. package/dist/esm/components/media-control/use-media-control.js.map +1 -1
  136. package/dist/esm/components/media-gallery/form-media-gallery-field.st.css.js +2 -2
  137. package/dist/esm/components/media-image/media-image.st.css.js +3 -3
  138. package/dist/esm/components/media-image/overlays/overlay.st.css.js +3 -3
  139. package/dist/esm/components/media-image/overlays/overlay.st.css.js.map +1 -1
  140. package/dist/esm/components/media-loader/media-loader.st.css.js +2 -2
  141. package/dist/esm/components/media-tag/web-media-tag/media-tag.st.css.js +2 -2
  142. package/dist/esm/components/multi-document/multi-document-input/form-multi-document-field.js.map +1 -1
  143. package/dist/esm/components/multi-document/multi-document-input/form-multi-document-view.js.map +1 -1
  144. package/dist/esm/components/multi-document/multi-document-input/form-multi-document.st.css.js +2 -2
  145. package/dist/esm/components/rich-content/cell-rich-content-input.js.map +1 -1
  146. package/dist/esm/components/rich-content/cell-rich-content-view.js +1 -1
  147. package/dist/esm/components/rich-content/cell-rich-content-view.js.map +1 -1
  148. package/dist/esm/components/rich-content/editor.js +1 -2
  149. package/dist/esm/components/rich-content/editor.js.map +1 -1
  150. package/dist/esm/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js +3 -3
  151. package/dist/esm/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js.map +1 -1
  152. package/dist/esm/components/rich-content/rich-content-input/form-input/form-input.js +1 -1
  153. package/dist/esm/components/rich-content/rich-content-input/form-input/form-input.js.map +1 -1
  154. package/dist/esm/components/rich-content/rich-content-input/form-input/index.js +1 -1
  155. package/dist/esm/components/rich-content/rich-content-input/form-input/index.js.map +1 -1
  156. package/dist/esm/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js +3 -3
  157. package/dist/esm/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js.map +1 -1
  158. package/dist/esm/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js +2 -2
  159. 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
  160. package/dist/esm/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js +2 -2
  161. package/dist/esm/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js +2 -2
  162. package/dist/esm/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js +2 -2
  163. package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js +3 -3
  164. package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js.map +1 -1
  165. package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js +2 -2
  166. package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js.map +1 -1
  167. package/dist/esm/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js +2 -2
  168. package/dist/esm/components/rich-text/cell-rich-text-editor.js +85 -0
  169. package/dist/esm/components/rich-text/cell-rich-text-editor.js.map +1 -0
  170. package/dist/esm/components/rich-text/cell-rich-text-input.js +77 -0
  171. package/dist/esm/components/rich-text/cell-rich-text-input.js.map +1 -0
  172. package/dist/esm/components/rich-text/cell-rich-text-view.js +11 -0
  173. package/dist/esm/components/rich-text/cell-rich-text-view.js.map +1 -0
  174. package/dist/esm/components/rich-text/index.js +3 -0
  175. package/dist/esm/components/rich-text/index.js.map +1 -1
  176. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.js +14 -2
  177. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.js.map +1 -1
  178. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css +26 -22
  179. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js +4 -4
  180. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js.map +1 -1
  181. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js +2 -2
  182. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.js +64 -50
  183. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.js.map +1 -1
  184. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css +13 -12
  185. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js +3 -3
  186. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js.map +1 -1
  187. package/dist/esm/components/text/text-view.st.css.js +2 -2
  188. package/dist/esm/components/video/cell-video-edit.js +159 -0
  189. package/dist/esm/components/video/cell-video-edit.js.map +1 -0
  190. package/dist/esm/components/video/index.js +1 -0
  191. package/dist/esm/components/video/index.js.map +1 -1
  192. package/dist/esm/exports/cell-rich-content-input.js +2 -0
  193. package/dist/esm/exports/cell-rich-content-input.js.map +1 -0
  194. package/dist/esm/exports/form-rich-content-input.js +1 -1
  195. package/dist/esm/exports/form-rich-content-input.js.map +1 -1
  196. package/dist/esm/index.js +1 -0
  197. package/dist/esm/index.js.map +1 -1
  198. package/dist/esm/styles.global.css +1 -1
  199. package/dist/types/components/address/input/address-input.st.css.d.ts.map +1 -1
  200. package/dist/types/components/audio/actions/actions-menu/actions-menu.st.css.d.ts.map +1 -1
  201. package/dist/types/components/color-view/color-view.st.css.d.ts.map +1 -1
  202. package/dist/types/components/exclamation/exclamation.st.css.d.ts.map +1 -1
  203. package/dist/types/components/image/cell-image-edit.d.ts.map +1 -1
  204. package/dist/types/components/image/image-thumbnail.d.ts +1 -0
  205. package/dist/types/components/image/image-thumbnail.d.ts.map +1 -1
  206. package/dist/types/components/image/thumbnail-replace-overlay.d.ts +3 -0
  207. package/dist/types/components/image/thumbnail-replace-overlay.d.ts.map +1 -0
  208. package/dist/types/components/image/thumbnail-replace-overlay.st.css.d.ts +14 -0
  209. package/dist/types/components/image/thumbnail-replace-overlay.st.css.d.ts.map +1 -0
  210. package/dist/types/components/media-control/use-media-control.d.ts +3 -3
  211. package/dist/types/components/media-control/use-media-control.d.ts.map +1 -1
  212. package/dist/types/components/media-gallery/media-gallery-dialog/hooks.d.ts +2 -2
  213. package/dist/types/components/media-image/overlays/overlay.st.css.d.ts.map +1 -1
  214. package/dist/types/components/multi-document/multi-document-input/form-multi-document-view.d.ts +1 -1
  215. package/dist/types/components/multi-document/multi-document-input/form-multi-document-view.d.ts.map +1 -1
  216. package/dist/types/components/rich-content/cell-rich-content-input.d.ts.map +1 -1
  217. package/dist/types/components/rich-content/cell-rich-content-view.d.ts.map +1 -1
  218. package/dist/types/components/rich-content/editor.d.ts +1 -2
  219. package/dist/types/components/rich-content/editor.d.ts.map +1 -1
  220. package/dist/types/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.d.ts.map +1 -1
  221. package/dist/types/components/rich-content/rich-content-input/form-input/form-input.d.ts +1 -1
  222. package/dist/types/components/rich-content/rich-content-input/form-input/form-input.d.ts.map +1 -1
  223. package/dist/types/components/rich-content/rich-content-input/form-input/index.d.ts +1 -1
  224. package/dist/types/components/rich-content/rich-content-input/form-input/index.d.ts.map +1 -1
  225. package/dist/types/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.d.ts.map +1 -1
  226. 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
  227. package/dist/types/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.d.ts.map +1 -1
  228. package/dist/types/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.d.ts.map +1 -1
  229. package/dist/types/components/rich-text/cell-rich-text-editor.d.ts +21 -0
  230. package/dist/types/components/rich-text/cell-rich-text-editor.d.ts.map +1 -0
  231. package/dist/types/components/rich-text/cell-rich-text-input.d.ts +23 -0
  232. package/dist/types/components/rich-text/cell-rich-text-input.d.ts.map +1 -0
  233. package/dist/types/components/rich-text/cell-rich-text-view.d.ts +8 -0
  234. package/dist/types/components/rich-text/cell-rich-text-view.d.ts.map +1 -0
  235. package/dist/types/components/rich-text/index.d.ts +4 -0
  236. package/dist/types/components/rich-text/index.d.ts.map +1 -1
  237. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/rich-editor.d.ts.map +1 -1
  238. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.d.ts +4 -0
  239. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.d.ts.map +1 -1
  240. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.d.ts +1 -0
  241. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.d.ts.map +1 -1
  242. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.d.ts +3 -0
  243. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.d.ts.map +1 -1
  244. package/dist/types/components/video/cell-video-edit.d.ts +20 -0
  245. package/dist/types/components/video/cell-video-edit.d.ts.map +1 -0
  246. package/dist/types/components/video/index.d.ts +2 -0
  247. package/dist/types/components/video/index.d.ts.map +1 -1
  248. package/dist/types/exports/cell-rich-content-input.d.ts +2 -0
  249. package/dist/types/exports/cell-rich-content-input.d.ts.map +1 -0
  250. package/dist/types/exports/form-rich-content-input.d.ts +1 -2
  251. package/dist/types/exports/form-rich-content-input.d.ts.map +1 -1
  252. package/dist/types/index.d.ts +1 -0
  253. package/dist/types/index.d.ts.map +1 -1
  254. package/dist/types/services/translations.d.ts +1 -1
  255. package/dist/types/services/translations.d.ts.map +1 -1
  256. package/package.json +11 -5
  257. package/src/assets/locale/messages_en.json +6 -2
  258. package/src/components/address/input/address-input.st.css.ts +2 -2
  259. package/src/components/audio/actions/actions-menu/actions-menu.st.css.ts +2 -2
  260. package/src/components/audio/audio-field/form-audio-field.st.css.ts +2 -2
  261. package/src/components/audio/audio-player/audio-player.st.css.ts +2 -2
  262. package/src/components/color-view/color-view.st.css.ts +2 -2
  263. package/src/components/delete-dialog/delete-dialog.st.css.ts +2 -2
  264. package/src/components/document/form-document-field.st.css.ts +2 -2
  265. package/src/components/exclamation/exclamation.st.css.ts +2 -2
  266. package/src/components/highlighted-text/highlighted-text.st.css.ts +3 -3
  267. package/src/components/image/cell-image-edit.tsx +4 -26
  268. package/src/components/image/image-thumbnail.tsx +10 -2
  269. package/src/components/image/thumbnail-replace-overlay.st.css +15 -0
  270. package/src/components/image/thumbnail-replace-overlay.st.css.ts +25 -0
  271. package/src/components/image/thumbnail-replace-overlay.tsx +11 -0
  272. package/src/components/media-control/paste-url-button.st.css.ts +2 -2
  273. package/src/components/media-control/use-media-control.ts +13 -13
  274. package/src/components/media-gallery/form-media-gallery-field.st.css.ts +2 -2
  275. package/src/components/media-image/media-image.st.css.ts +3 -3
  276. package/src/components/media-image/overlays/overlay.st.css.ts +3 -3
  277. package/src/components/media-loader/media-loader.st.css.ts +2 -2
  278. package/src/components/media-tag/web-media-tag/media-tag.st.css.ts +2 -2
  279. package/src/components/multi-document/multi-document-input/form-multi-document-field.tsx +1 -1
  280. package/src/components/multi-document/multi-document-input/form-multi-document-view.tsx +2 -2
  281. package/src/components/multi-document/multi-document-input/form-multi-document.st.css.ts +2 -2
  282. package/src/components/rich-content/cell-rich-content-input.tsx +2 -3
  283. package/src/components/rich-content/cell-rich-content-view.tsx +1 -4
  284. package/src/components/rich-content/editor.ts +1 -2
  285. package/src/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.ts +3 -3
  286. package/src/components/rich-content/rich-content-input/form-input/form-input.tsx +1 -1
  287. package/src/components/rich-content/rich-content-input/form-input/index.ts +1 -1
  288. package/src/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.ts +3 -3
  289. package/src/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.ts +2 -2
  290. package/src/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.ts +2 -2
  291. package/src/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.ts +2 -2
  292. package/src/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.ts +2 -2
  293. package/src/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.ts +3 -3
  294. package/src/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.ts +2 -2
  295. package/src/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.ts +2 -2
  296. package/src/components/rich-text/cell-rich-text-editor.tsx +173 -0
  297. package/src/components/rich-text/cell-rich-text-input.tsx +126 -0
  298. package/src/components/rich-text/cell-rich-text-view.tsx +19 -0
  299. package/src/components/rich-text/index.ts +4 -0
  300. package/src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css +26 -22
  301. package/src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.ts +4 -4
  302. package/src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.tsx +22 -5
  303. package/src/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.ts +2 -2
  304. package/src/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.tsx +153 -126
  305. package/src/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css +13 -12
  306. package/src/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.ts +3 -3
  307. package/src/components/text/text-view.st.css.ts +2 -2
  308. package/src/components/video/cell-video-edit.tsx +308 -0
  309. package/src/components/video/index.ts +2 -0
  310. package/src/exports/cell-rich-content-input.ts +4 -0
  311. package/src/exports/form-rich-content-input.ts +1 -5
  312. package/src/index.ts +1 -0
  313. package/src/services/translations.ts +5 -1
  314. 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
+ .addressinput1079778__tableAddressInput{height:36px!important;margin-left:-1px;display:flex!important;align-items:center;width:100%}.addressinput1079778__tableAddressInput>div{padding:0!important;width:100%}.addressinput1079778__tableAddressInput:focus-within{margin-left:2px}.actionsmenu603157293__action{margin-left:calc(var(--wds-space-100, 6px)*-1)}.formaudiofield1019037637__addItem{height:120px!important;box-sizing:border-box}.formaudiofield1019037637__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)}.formaudiofield1019037637__addItem.formaudiofield1019037637--disabled{pointer-events:auto!important}.formaudiofield1019037637__addItem.formaudiofield1019037637--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formaudiofield1019037637__mediaTitle{line-height:18px!important}.audioplayer3953334470__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}.colorview192563780__view{width:100%}.colorview192563780__fillPreview{flex-shrink:0}.colorview192563780__view .colorview192563780__fillPreview{width:18px;height:18px;min-width:18px!important;min-height:18px!important}.deletedialog3941549956__layout{max-width:510px!important}.formdocumentfield3650067196__viewWrapper{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formdocumentfield3650067196__viewWrapper:hover{background:var(--wds-color-blue-500, var(--wsr-color-B50));cursor:pointer}.formdocumentfield3650067196__textWidth{max-width:calc(100% - 196px)}.formdocumentfield3650067196__documentLoader{padding-top:21px;padding-bottom:21px}.formdocumentfield3650067196__addDocument{padding-top:17px!important;padding-bottom:17px!important}.formdocumentfield3650067196__addDocument.formdocumentfield3650067196--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formdocumentfield3650067196__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))}.exclamation4028169285__exclamation{display:flex;justify-content:center;align-items:center;box-sizing:border-box;border-radius:3px;cursor:pointer}.exclamation4028169285__exclamation.exclamation4028169285---type-7-warning:not(.exclamation4028169285--customSize),.exclamation4028169285__exclamation.exclamation4028169285---type-5-error:not(.exclamation4028169285--customSize){width:24px;height:24px}.exclamation4028169285__exclamation.exclamation4028169285---type-7-warning{color:var(--wds-color-fill-warning-primary)}.exclamation4028169285__exclamation.exclamation4028169285---type-5-error{color:var(--wds-color-fill-destructive-primary)}.exclamation4028169285__actions{display:flex;flex-direction:column}.exclamation4028169285__action{white-space:normal!important;height:auto!important;text-align:left;gap:6px}.exclamation4028169285__action+.exclamation4028169285__action{margin-top:6px}.exclamation4028169285__action.exclamation4028169285--accented{color:var(--wds-color-blue-100)}.exclamation4028169285__action.exclamation4028169285--accented:hover{color:var(--wds-color-blue-200)}.highlightedtext2257165359__root.highlightedtext2257165359--highlightedBackground{animation:highlightedtext2257165359__highlighted 150ms ease-out 1 forwards}.highlightedtext2257165359__substring.highlightedtext2257165359--isHighlighted{animation:highlightedtext2257165359__highlighted-match 150ms ease-out 50ms 1 forwards}@keyframes highlightedtext2257165359__highlighted{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-400, var(--wsr-color-Y40))}}@keyframes highlightedtext2257165359__highlighted-match{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-200, var(--wsr-color-Y20))}}.thumbnailreplaceoverlay78307533__root{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4);border-radius:3px}.thumbnailreplaceoverlay78307533__icon{color:#fff;width:18px;height:18px}.pasteurlbutton2614320603__root{margin-top:6px}.pasteurlbutton2614320603__iconButtonTooltip{height:max-content}.pasteurlbutton2614320603__iconButton{width:24px;height:24px}.formmediagalleryfield1578519398__container{display:flex;min-height:128px;max-height:259px}.formmediagalleryfield1578519398__viewBox{display:flex;height:100%;width:100%;flex-wrap:wrap}.formmediagalleryfield1578519398__addItemWrapper{height:128px;width:100%;box-sizing:border-box}.formmediagalleryfield1578519398__addItem{box-sizing:border-box}.formmediagalleryfield1578519398__overlay{width:initial!important;min-width:382px!important}.formmediagalleryfield1578519398__image.formmediagalleryfield1578519398--withMarginRight{margin-right:3px}.formmediagalleryfield1578519398__image.formmediagalleryfield1578519398--withMarginTop{margin-top:3px}.formmediagalleryfield1578519398__previewImage{max-height:calc(100% - 12px)!important}.formmediagalleryfield1578519398__previewVideo{border-radius:8px;max-width:100%;max-height:calc(100% - 12px)!important}.mediaimage701414124__root{display:flex;align-items:center;flex-shrink:0;position:relative;box-sizing:border-box}.mediaimage701414124__root.mediaimage701414124--error{--mediaimage701414124-from:calc(50% - 0.5px);--mediaimage701414124-to:calc(50% + 0.5px);background-image:linear-gradient(to bottom right,transparent var(--mediaimage701414124-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage701414124-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage701414124-to),transparent var(--mediaimage701414124-to))}.mediaimage701414124__root.mediaimage701414124--error>*{opacity:0}.overlay564791231__iconOverlay{position:absolute;color:var(--wds-color-white, var(--overlay564791231-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))}.overlay564791231__iconOverlay.overlay564791231---size-5-small{width:20px;height:20px}.overlay564791231__iconOverlay.overlay564791231---size-6-medium{width:24px;height:24px}.overlay564791231__iconOverlay.overlay564791231---size-5-large{width:28px;height:28px}.overlay564791231__iconOverlay.overlay564791231---placement-7-topLeft{top:2px;left:2px}.overlay564791231__iconOverlay.overlay564791231---placement-10-bottomLeft{bottom:2px;left:2px}.medialoader4170719626__loader{border-radius:6px}.medialoader4170719626__loader.medialoader4170719626--isDashed{border:dashed 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.medialoader4170719626__loader.medialoader4170719626--isSolid{border:solid 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.mediatag3281460592__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))}.formmultidocument970791185__viewRoot{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formmultidocument970791185__singleViewWrapper{border-radius:0;border-bottom:1px solid var(--wds-color-neutral-600, var(--wsr-color-D60));background-color:transparent!important}.formmultidocument970791185__viewRoot>div:first-child .formmultidocument970791185__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))}.formmultidocument970791185__singleViewWrapper:hover{background-color:var(--wds-color-blue-500, var(--wsr-color-B50))!important}.formmultidocument970791185__singleViewWrapper:focus-visible{border-bottom:1px solid transparent;position:relative;z-index:1}.formmultidocument970791185__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))}.formmultidocument970791185__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))}.richcontentdefaultvalueinput2964969043__richContentEditorContainer .richcontentdefaultvalueinput2964969043__editor{max-height:calc(40vh - var(--richcontentdefaultvalueinput2964969043-topToolbarHeight) - var(--richcontentdefaultvalueinput2964969043-bottomToolbarHeight))}.richcontentforminput1732387906__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-blue-300);border-radius:var(--wds-border-radius-300)}.richcontentforminput1732387906__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richcontentforminput1732387906__root .richcontentforminput1732387906__editor{overflow-y:auto;max-height:calc(80vh - var(--richcontentforminput1732387906-topToolbarHeight) - var(--richcontentforminput1732387906-bottomToolbarHeight))}.richcontentformreadonlyinput2090554515__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-black-600);border-radius:var(--wds-border-radius-300)}.richcontentformreadonlyinput2090554515__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.fullscreenmodal4100765582__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}.publishloader2391227011__publishLoader{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--wds-color-white);z-index:5000;border-radius:inherit}.togglefullscreenbutton2566773121__root{z-index:5;box-sizing:border-box;position:absolute;right:0;top:calc(50% - 16px)!important;padding-right:3px}.togglefullscreenbutton2566773121__root button{border-radius:6px!important}.richcontenteditor837972361__root{position:relative;font-family:var(--richcontenteditor837972361-wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)}.richcontenteditor837972361__root,.richcontenteditor837972361__toolbarContainer,.richcontenteditor837972361__footerToolbarContainer{width:100%;box-sizing:border-box}.richcontenteditor837972361__toolbarContainer div{box-sizing:border-box}.richcontenteditor837972361__toolbarAndFullScreenButtonWrapper{display:flex;position:relative}.richcontenteditor837972361__editor{box-sizing:border-box;padding:36px 24px 36px 55px}.richcontenteditor837972361__modalEditor{display:flex;flex-direction:column;flex:1;height:100%}.richcontenteditor837972361__modalEditor .richcontenteditor837972361__editor{overflow-y:auto;flex:1;min-width:592px;box-sizing:border-box}.richcontenteditor837972361__modalEditor .richcontenteditor837972361__footerToolbarContainer{margin-top:9px}.richcontenteditor837972361__toolbarContainer button[data-hook~=text-button-headings]>span{display:inline-flex;padding-inline-end:3px!important}.richcontenteditor837972361__toolbarContainer button[data-hook~=text-button-ai]>span{padding-inline-end:9px!important}.richcontenttoolbar664632995__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}.richcontenttoolbar664632995__toolbarButton{line-height:40px;background:0 0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 5px 0 0}.richcontenttoolbar664632995__toolbarButton:disabled{color:graytext}.richcontenttoolbar664632995__toolbar label{padding:0 8px}.richcontentviewer1273185044__root{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:36px}.richcontentviewer1273185044__root.richcontentviewer1273185044--isFullScreen{padding:12px 24px}.richcontentviewer1273185044__root:not(.richcontentviewer1273185044--isFullScreen){padding:6px 24px 6px 12px}.richcontentviewer1273185044__root ToggleButton{margin:0;padding:0;border:0;position:absolute;top:2px!important;right:2px;width:30px;height:30px}.richcontentviewer1273185044__viewer{height:calc(100% - 36px);width:100%}.richcontentviewer1273185044__modalViewer{min-width:592px;overflow:auto}.richtexteditor4023643757__root{width:100%;box-sizing:border-box;outline:0;overflow:hidden;border-radius:var(--wds-border-radius-300)}.richtexteditor4023643757__root.richtexteditor4023643757---border-4-none{border:0}.richtexteditor4023643757__root.richtexteditor4023643757---border-8-standard{border:1px solid var(--wds-color-blue-300)}.richtexteditor4023643757__root.richtexteditor4023643757---border-8-standard:focus,.richtexteditor4023643757__root.richtexteditor4023643757---border-8-standard:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richtexteditor4023643757__root.richtexteditor4023643757---border-8-standard.richtexteditor4023643757---status-5-error{border:1px solid var(--wds-color-red-100)}.richtexteditor4023643757__root.richtexteditor4023643757---border-8-standard.richtexteditor4023643757---status-5-error:focus,.richtexteditor4023643757__root.richtexteditor4023643757---border-8-standard.richtexteditor4023643757---status-5-error:focus-within{border:1px solid var(--wds-color-red-100);box-shadow:0 0 0 3px var(--wds-color-red-300)}.richtexteditor4023643757__root.richtexteditor4023643757---border-8-standard.richtexteditor4023643757---status-7-warning{border:1px solid var(--wds-color-yellow-100)}.richtexteditor4023643757__root.richtexteditor4023643757---border-8-standard.richtexteditor4023643757---status-7-warning:focus,.richtexteditor4023643757__root.richtexteditor4023643757---border-8-standard.richtexteditor4023643757---status-7-warning:focus-within{border:1px solid var(--wds-color-yellow-100);box-shadow:0 0 0 3px var(--wds-color-yellow-300)}.richtexteditor4023643757__nativeInput{position:absolute;opacity:0;padding:0;margin:0;border:0;width:0;height:0}.richtexteditor4023643757__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)}.richtexteditor4023643757__editor.richtexteditor4023643757--isFullScreen{max-width:782px;min-width:582px;background:var(--wds-color-black-700)}.richtexteditor4023643757__editor:not(.richtexteditor4023643757--isFullScreen){max-height:80vh}.richtexteditor4023643757__editor>div{flex:1;max-width:100%}.toolbar384511078__root{padding:12px 18px;display:flex;border-bottom:1px solid var(--wds-color-blue-400, var(--toolbar384511078-wsr-color-B40, #d6dcff));background:var(--wds-color-white, var(--toolbar384511078-wsr-color-D80, #ffffff));align-items:center}.toolbar384511078__item{display:flex;margin-right:12px}.toolbar384511078__item svg,.toolbar384511078__item svg path,.toolbar384511078__item svg text{color:inherit;fill:currentColor}.toolbar384511078__separator{display:inline-flex;margin-right:12px;border-left:1px solid #ddd;align-self:stretch}.toolbar384511078__clearFormatting{margin-left:auto}.toolbar384511078__fullScreen{margin-right:0}.toolbar384511078__dropdownItemContent{height:36px;width:100%;display:flex;gap:12px;justify-content:space-between;align-items:center}.toolbar384511078__dropdownItemContent.toolbar384511078--selected .toolbar384511078__dropdownItemTitle,.toolbar384511078__dropdownItemContent.toolbar384511078--selected .toolbar384511078__dropdownItemSubtitle{color:var(--wds-color-white)!important}.toolbar384511078__dropdownItemSubtitle{color:var(--wds-color-black-400)!important;padding-right:12px;flex-shrink:0}.toolbar384511078__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}.toolbar384511078__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}.toolbar384511078__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}.toolbar384511078__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}.toolbar384511078__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}.toolbar384511078__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}.toolbar384511078__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}.toolbar384511078__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}.toolbar384511078__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}.textview1395270151__textView::after{content:"";display:block}.richeditor3609789040__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))}.richeditor3609789040__editor{box-sizing:border-box;overflow:auto;display:flex;flex-direction:column;flex:1;cursor:text;color:var(--wds-color-black-100, var(--richeditor3609789040-wsr-color-D10, #131720));background:var(--wds-color-black-700, var(--richeditor3609789040-wsr-color-D70, #edeef2))}.richeditor3609789040__editor .DraftEditor-root{width:100%;height:100%}.richeditor3609789040__editor .DraftEditor-root [data-contents]{overflow:auto}.richeditor3609789040__editor .DraftEditor-editorContainer{display:flex;min-height:100%;background:#fff}.richeditor3609789040__editor .public-DraftEditor-content{padding:12px 24px 24px;min-height:100%;width:100%;box-sizing:border-box}.richeditor3609789040__editor .public-DraftEditor-content ol,.richeditor3609789040__editor .public-DraftEditor-content ul{display:flex;flex-direction:column;padding:0}.richeditor3609789040__editor .public-DraftEditor-content a,.richeditor3609789040__editor .public-DraftEditor-content a:visited{color:inherit;text-decoration:none}.richeditor3609789040__header-one:not(li),.richeditor3609789040__header-two:not(li),.richeditor3609789040__header-three:not(li),.richeditor3609789040__header-four:not(li),.richeditor3609789040__header-five:not(li),.richeditor3609789040__header-six:not(li){margin-block:0;margin:0}.richeditor3609789040__header-one,.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__header-two,.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__header-three,.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__header-four,.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__header-five,.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__header-six,.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__paragraph-one,.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__unstyled,.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__paragraph-three,.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__editor li.richeditor3609789040__header-one:first-child~li::marker{line-height:var(--rt-h1-fontSize, 72px)}.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__editor li.richeditor3609789040__header-two:first-child~li::marker{line-height:var(--rt-h2-fontSize, 42px)}.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__editor li.richeditor3609789040__header-three:first-child~li::marker{line-height:var(--rt-h3-fontSize, 38px)}.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__editor li.richeditor3609789040__header-four:first-child~li::marker{line-height:var(--rt-h4-fontSize, 34px)}.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__editor li.richeditor3609789040__header-five:first-child~li::marker{line-height:var(--rt-h5-fontSize, 28px)}.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__editor li.richeditor3609789040__header-six:first-child~li::marker{line-height:var(--rt-h6-fontSize, 22px)}.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__editor li.richeditor3609789040__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)))}.richeditor3609789040__editor li.richeditor3609789040__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}.richeditor3609789040__align-left{text-align:left;align-self:flex-start}.richeditor3609789040__align-right{text-align:right;align-self:flex-end}.richeditor3609789040__align-center{text-align:center;align-self:center}.richeditor3609789040__align-justify{text-align:justify;align-self:stretch}.richeditor3609789040__withMargin{display:inline-block}.richeditor3609789040__dir-rtl,.richeditor3609789040__editor .public-DraftStyleDefault-rtl{direction:rtl}.richeditor3609789040__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;;;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,IAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"actions-menu.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/audio/actions/actions-menu/actions-menu.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,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;CAAsC,CAAC"}
1
+ {"version":3,"file":"actions-menu.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/audio/actions/actions-menu/actions-menu.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;;;CAAgF,CAAC;AACnG,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;;CAAsC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"color-view.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/color-view/color-view.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;;;;CAA2H,CAAC;AAC9I,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":"color-view.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/color-view/color-view.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;;;;CAAwH,CAAC;AAC3I,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,KAAyC,MAAM,OAAO,CAAC;AA2B9D,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,CA+RtD,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;;;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,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"}
@@ -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":"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"}
@@ -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":"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-editor.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/rich-content-editor/rich-content-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;;;;;;;CAA8Y,CAAC;AACja,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;;CAAsF,CAAC"}
1
+ {"version":3,"file":"rich-content-editor.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/rich-content-editor/rich-content-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;;;;;;;CAAwY,CAAC;AAC3Z,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;;CAAqF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"rich-content-toolbar.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.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;;;;CAAgK,CAAC;AACnL,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-toolbar.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.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;;;;CAA6J,CAAC;AAChL,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"}
@@ -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
@@ -1 +1 @@
1
- {"version":3,"file":"header-dropdown.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AA4B3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE/C,MAAM,WAAW,8BAA8B;IAC7C,QAAQ,EAAE,QAAQ,CAAC;IACnB,WAAW,EAAE,QAAQ,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAwLD,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAwCxD,CAAC"}
1
+ {"version":3,"file":"header-dropdown.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AA4B3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE/C,MAAM,WAAW,8BAA8B;IAC7C,QAAQ,EAAE,QAAQ,CAAC;IACnB,WAAW,EAAE,QAAQ,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AA8MD,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA4CxD,CAAC"}
@@ -30,9 +30,12 @@ export declare var vars: {
30
30
  "wds-color-black-400": string;
31
31
  "wds-color-white": string;
32
32
  "wds-font-family-default": string;
33
+ "wsr-font-family": string;
33
34
  "wds-font-weight-medium": string;
34
35
  "wds-font-weight-bold": string;
35
36
  "wds-font-size-500": string;
36
37
  "wds-font-line-height-300": string;
38
+ "wsr-color-B40": string;
39
+ "wsr-color-D80": string;
37
40
  };
38
41
  //# sourceMappingURL=toolbar.st.css.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toolbar.st.css.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.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;;;;;;;;;;;;;;;;;;CAA67B,CAAC;AACh9B,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;;;;;;;;;CAAgY,CAAC"}
1
+ {"version":3,"file":"toolbar.st.css.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.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;;;;;;;;;;;;;;;;;;CAA46B,CAAC;AAC/7B,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;;;;;;;;;;;;CAA4gB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ export interface CellVideoEditProps {
3
+ value: string | null | undefined;
4
+ onChange: (value: string | null) => void;
5
+ onCommit: () => void;
6
+ onCancel?: () => void;
7
+ /**
8
+ * Called before opening external UI (media manager) so the table can set
9
+ * isEditing=true and protect cell focus while the modal is open.
10
+ */
11
+ onStartEdit?: () => void;
12
+ /** Called to return focus to the table cell (e.g. on Escape or Tab-out). */
13
+ onRequestCellFocus?: () => void;
14
+ inputRef?: React.MutableRefObject<{
15
+ focus: () => void;
16
+ } | null | undefined>;
17
+ dataHook?: string;
18
+ }
19
+ export declare const CellVideoEdit: React.FC<CellVideoEditProps>;
20
+ //# sourceMappingURL=cell-video-edit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cell-video-edit.d.ts","sourceRoot":"","sources":["../../../../src/components/video/cell-video-edit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAuBxE,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,4EAA4E;IAC5E,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,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,CA0QtD,CAAC"}
@@ -1,3 +1,5 @@
1
1
  export { VideoView } from './video-view';
2
2
  export type { VideoViewProps } from './video-view';
3
+ export { CellVideoEdit } from './cell-video-edit';
4
+ export type { CellVideoEditProps } from './cell-video-edit';
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/video/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,YAAY,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/video/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,YAAY,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,YAAY,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC"}