@wix/patterns-fields 1.17.0 → 1.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (353) hide show
  1. package/cell-rich-content-input/package.json +5 -0
  2. package/dist/cjs/assets/locale/messages_en.json +7 -3
  3. package/dist/cjs/components/address/input/address-input.st.css.js +3 -3
  4. package/dist/cjs/components/address/input/address-input.st.css.js.map +1 -1
  5. package/dist/cjs/components/audio/actions/actions-menu/actions-menu.st.css.js +3 -3
  6. package/dist/cjs/components/audio/actions/actions-menu/actions-menu.st.css.js.map +1 -1
  7. package/dist/cjs/components/audio/audio-field/form-audio-field.st.css.js +4 -4
  8. package/dist/cjs/components/audio/audio-field/form-audio-field.st.css.js.map +1 -1
  9. package/dist/cjs/components/audio/audio-player/audio-player.st.css.js +2 -2
  10. package/dist/cjs/components/audio/audio-player/audio-player.st.css.js.map +1 -1
  11. package/dist/cjs/components/color-view/color-view.st.css.js +4 -4
  12. package/dist/cjs/components/color-view/color-view.st.css.js.map +1 -1
  13. package/dist/cjs/components/delete-dialog/delete-dialog.st.css.js +3 -3
  14. package/dist/cjs/components/delete-dialog/delete-dialog.st.css.js.map +1 -1
  15. package/dist/cjs/components/document/form-document-field.st.css.js +7 -7
  16. package/dist/cjs/components/document/form-document-field.st.css.js.map +1 -1
  17. package/dist/cjs/components/exclamation/exclamation.st.css.js +5 -5
  18. package/dist/cjs/components/exclamation/exclamation.st.css.js.map +1 -1
  19. package/dist/cjs/components/highlighted-text/highlighted-text.st.css.js +5 -5
  20. package/dist/cjs/components/highlighted-text/highlighted-text.st.css.js.map +1 -1
  21. package/dist/cjs/components/image/cell-image-edit.js +40 -146
  22. package/dist/cjs/components/image/cell-image-edit.js.map +1 -1
  23. package/dist/cjs/components/image/image-thumbnail.js +7 -6
  24. package/dist/cjs/components/image/image-thumbnail.js.map +1 -1
  25. package/dist/cjs/components/image/thumbnail-replace-overlay.js +29 -0
  26. package/dist/cjs/components/image/thumbnail-replace-overlay.js.map +1 -0
  27. package/dist/cjs/components/image/thumbnail-replace-overlay.st.css +15 -0
  28. package/dist/cjs/components/image/thumbnail-replace-overlay.st.css.js +23 -0
  29. package/dist/cjs/components/image/thumbnail-replace-overlay.st.css.js.map +1 -0
  30. package/dist/cjs/components/media-control/paste-url-button.st.css.js +4 -4
  31. package/dist/cjs/components/media-control/paste-url-button.st.css.js.map +1 -1
  32. package/dist/cjs/components/media-control/use-media-control.js +8 -9
  33. package/dist/cjs/components/media-control/use-media-control.js.map +1 -1
  34. package/dist/cjs/components/media-gallery/cell-media-gallery-edit.js +301 -0
  35. package/dist/cjs/components/media-gallery/cell-media-gallery-edit.js.map +1 -0
  36. package/dist/cjs/components/media-gallery/cell-media-gallery-view.js +45 -0
  37. package/dist/cjs/components/media-gallery/cell-media-gallery-view.js.map +1 -0
  38. package/dist/cjs/components/media-gallery/form-media-gallery-field.st.css.js +10 -10
  39. package/dist/cjs/components/media-gallery/form-media-gallery-field.st.css.js.map +1 -1
  40. package/dist/cjs/components/media-gallery/index.js +12 -0
  41. package/dist/cjs/components/media-gallery/index.js.map +1 -1
  42. package/dist/cjs/components/media-image/media-image.st.css.js +4 -4
  43. package/dist/cjs/components/media-image/media-image.st.css.js.map +1 -1
  44. package/dist/cjs/components/media-image/overlays/overlay.st.css.js +4 -4
  45. package/dist/cjs/components/media-image/overlays/overlay.st.css.js.map +1 -1
  46. package/dist/cjs/components/media-loader/media-loader.st.css.js +3 -3
  47. package/dist/cjs/components/media-loader/media-loader.st.css.js.map +1 -1
  48. package/dist/cjs/components/media-tag/web-media-tag/media-tag.st.css.js +2 -2
  49. package/dist/cjs/components/media-tag/web-media-tag/media-tag.st.css.js.map +1 -1
  50. package/dist/cjs/components/multi-document/multi-document-input/form-multi-document-field.js.map +1 -1
  51. package/dist/cjs/components/multi-document/multi-document-input/form-multi-document-view.js.map +1 -1
  52. package/dist/cjs/components/multi-document/multi-document-input/form-multi-document.st.css.js +5 -5
  53. package/dist/cjs/components/multi-document/multi-document-input/form-multi-document.st.css.js.map +1 -1
  54. package/dist/cjs/components/rich-content/cell-rich-content-input.js +1 -1
  55. package/dist/cjs/components/rich-content/cell-rich-content-input.js.map +1 -1
  56. package/dist/cjs/components/rich-content/cell-rich-content-view.js +1 -1
  57. package/dist/cjs/components/rich-content/cell-rich-content-view.js.map +1 -1
  58. package/dist/cjs/components/rich-content/editor.js +2 -10
  59. package/dist/cjs/components/rich-content/editor.js.map +1 -1
  60. package/dist/cjs/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js +6 -6
  61. package/dist/cjs/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js.map +1 -1
  62. package/dist/cjs/components/rich-content/rich-content-input/form-input/form-input.js +2 -1
  63. package/dist/cjs/components/rich-content/rich-content-input/form-input/form-input.js.map +1 -1
  64. package/dist/cjs/components/rich-content/rich-content-input/form-input/index.js +3 -4
  65. package/dist/cjs/components/rich-content/rich-content-input/form-input/index.js.map +1 -1
  66. package/dist/cjs/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js +5 -5
  67. package/dist/cjs/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js.map +1 -1
  68. package/dist/cjs/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js +2 -2
  69. package/dist/cjs/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js.map +1 -1
  70. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js +3 -3
  71. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js.map +1 -1
  72. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js +3 -3
  73. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js.map +1 -1
  74. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js +2 -2
  75. package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js.map +1 -1
  76. package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js +8 -8
  77. package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js.map +1 -1
  78. package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js +4 -4
  79. package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js.map +1 -1
  80. package/dist/cjs/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js +4 -4
  81. package/dist/cjs/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js.map +1 -1
  82. package/dist/cjs/components/rich-text/cell-rich-text-editor.js +155 -0
  83. package/dist/cjs/components/rich-text/cell-rich-text-editor.js.map +1 -0
  84. package/dist/cjs/components/rich-text/cell-rich-text-input.js +153 -0
  85. package/dist/cjs/components/rich-text/cell-rich-text-input.js.map +1 -0
  86. package/dist/cjs/components/rich-text/cell-rich-text-view.js +30 -0
  87. package/dist/cjs/components/rich-text/cell-rich-text-view.js.map +1 -0
  88. package/dist/cjs/components/rich-text/index.js +18 -0
  89. package/dist/cjs/components/rich-text/index.js.map +1 -1
  90. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.js +13 -1
  91. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.js.map +1 -1
  92. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css +26 -22
  93. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js +50 -46
  94. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js.map +1 -1
  95. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js +4 -4
  96. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js.map +1 -1
  97. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.js +168 -157
  98. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.js.map +1 -1
  99. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css +13 -12
  100. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js +22 -19
  101. package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js.map +1 -1
  102. package/dist/cjs/components/text/text-view.st.css.js +3 -3
  103. package/dist/cjs/components/text/text-view.st.css.js.map +1 -1
  104. package/dist/cjs/components/video/cell-video-edit.js +424 -0
  105. package/dist/cjs/components/video/cell-video-edit.js.map +1 -0
  106. package/dist/cjs/components/video/index.js +3 -1
  107. package/dist/cjs/components/video/index.js.map +1 -1
  108. package/dist/cjs/exports/cell-rich-content-input.js +8 -0
  109. package/dist/cjs/exports/cell-rich-content-input.js.map +1 -0
  110. package/dist/cjs/exports/form-rich-content-input.js +3 -4
  111. package/dist/cjs/exports/form-rich-content-input.js.map +1 -1
  112. package/dist/cjs/hooks/index.js +6 -0
  113. package/dist/cjs/hooks/index.js.map +1 -1
  114. package/dist/cjs/hooks/use-cell-edit-keyboard.js +94 -0
  115. package/dist/cjs/hooks/use-cell-edit-keyboard.js.map +1 -0
  116. package/dist/cjs/index.js +11 -0
  117. package/dist/cjs/index.js.map +1 -1
  118. package/dist/cjs/services/translations.js.map +1 -1
  119. package/dist/cjs/styles.global.css +1 -1
  120. package/dist/esm/assets/locale/messages_en.json +7 -3
  121. package/dist/esm/components/address/input/address-input.st.css.js +2 -2
  122. package/dist/esm/components/address/input/address-input.st.css.js.map +1 -1
  123. package/dist/esm/components/audio/actions/actions-menu/actions-menu.st.css.js +2 -2
  124. package/dist/esm/components/audio/audio-field/form-audio-field.st.css.js +2 -2
  125. package/dist/esm/components/audio/audio-player/audio-player.st.css.js +2 -2
  126. package/dist/esm/components/color-view/color-view.st.css.js +2 -2
  127. package/dist/esm/components/delete-dialog/delete-dialog.st.css.js +2 -2
  128. package/dist/esm/components/document/form-document-field.st.css.js +2 -2
  129. package/dist/esm/components/exclamation/exclamation.st.css.js +2 -2
  130. package/dist/esm/components/exclamation/exclamation.st.css.js.map +1 -1
  131. package/dist/esm/components/highlighted-text/highlighted-text.st.css.js +3 -3
  132. package/dist/esm/components/image/cell-image-edit.js +11 -102
  133. package/dist/esm/components/image/cell-image-edit.js.map +1 -1
  134. package/dist/esm/components/image/image-thumbnail.js +9 -3
  135. package/dist/esm/components/image/image-thumbnail.js.map +1 -1
  136. package/dist/esm/components/image/thumbnail-replace-overlay.js +7 -0
  137. package/dist/esm/components/image/thumbnail-replace-overlay.js.map +1 -0
  138. package/dist/esm/components/image/thumbnail-replace-overlay.st.css +15 -0
  139. package/dist/esm/components/image/thumbnail-replace-overlay.st.css.js +15 -0
  140. package/dist/esm/components/image/thumbnail-replace-overlay.st.css.js.map +1 -0
  141. package/dist/esm/components/media-control/paste-url-button.st.css.js +2 -2
  142. package/dist/esm/components/media-control/use-media-control.js +9 -8
  143. package/dist/esm/components/media-control/use-media-control.js.map +1 -1
  144. package/dist/esm/components/media-gallery/cell-media-gallery-edit.js +103 -0
  145. package/dist/esm/components/media-gallery/cell-media-gallery-edit.js.map +1 -0
  146. package/dist/esm/components/media-gallery/cell-media-gallery-view.js +11 -0
  147. package/dist/esm/components/media-gallery/cell-media-gallery-view.js.map +1 -0
  148. package/dist/esm/components/media-gallery/form-media-gallery-field.st.css.js +2 -2
  149. package/dist/esm/components/media-gallery/form-media-gallery-field.st.css.js.map +1 -1
  150. package/dist/esm/components/media-gallery/index.js +2 -0
  151. package/dist/esm/components/media-gallery/index.js.map +1 -1
  152. package/dist/esm/components/media-image/media-image.st.css.js +3 -3
  153. package/dist/esm/components/media-image/media-image.st.css.js.map +1 -1
  154. package/dist/esm/components/media-image/overlays/overlay.st.css.js +3 -3
  155. package/dist/esm/components/media-image/overlays/overlay.st.css.js.map +1 -1
  156. package/dist/esm/components/media-loader/media-loader.st.css.js +2 -2
  157. package/dist/esm/components/media-tag/web-media-tag/media-tag.st.css.js +2 -2
  158. package/dist/esm/components/media-tag/web-media-tag/media-tag.st.css.js.map +1 -1
  159. package/dist/esm/components/multi-document/multi-document-input/form-multi-document-field.js.map +1 -1
  160. package/dist/esm/components/multi-document/multi-document-input/form-multi-document-view.js.map +1 -1
  161. package/dist/esm/components/multi-document/multi-document-input/form-multi-document.st.css.js +2 -2
  162. package/dist/esm/components/multi-document/multi-document-input/form-multi-document.st.css.js.map +1 -1
  163. package/dist/esm/components/rich-content/cell-rich-content-input.js.map +1 -1
  164. package/dist/esm/components/rich-content/cell-rich-content-view.js +1 -1
  165. package/dist/esm/components/rich-content/cell-rich-content-view.js.map +1 -1
  166. package/dist/esm/components/rich-content/editor.js +1 -2
  167. package/dist/esm/components/rich-content/editor.js.map +1 -1
  168. package/dist/esm/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js +3 -3
  169. package/dist/esm/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js.map +1 -1
  170. package/dist/esm/components/rich-content/rich-content-input/form-input/form-input.js +1 -1
  171. package/dist/esm/components/rich-content/rich-content-input/form-input/form-input.js.map +1 -1
  172. package/dist/esm/components/rich-content/rich-content-input/form-input/index.js +1 -1
  173. package/dist/esm/components/rich-content/rich-content-input/form-input/index.js.map +1 -1
  174. package/dist/esm/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js +3 -3
  175. package/dist/esm/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js.map +1 -1
  176. package/dist/esm/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js +2 -2
  177. package/dist/esm/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js.map +1 -1
  178. package/dist/esm/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js +2 -2
  179. package/dist/esm/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js +2 -2
  180. package/dist/esm/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js +2 -2
  181. package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js +3 -3
  182. package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js +2 -2
  183. package/dist/esm/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js +2 -2
  184. package/dist/esm/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js.map +1 -1
  185. package/dist/esm/components/rich-text/cell-rich-text-editor.js +85 -0
  186. package/dist/esm/components/rich-text/cell-rich-text-editor.js.map +1 -0
  187. package/dist/esm/components/rich-text/cell-rich-text-input.js +77 -0
  188. package/dist/esm/components/rich-text/cell-rich-text-input.js.map +1 -0
  189. package/dist/esm/components/rich-text/cell-rich-text-view.js +11 -0
  190. package/dist/esm/components/rich-text/cell-rich-text-view.js.map +1 -0
  191. package/dist/esm/components/rich-text/index.js +3 -0
  192. package/dist/esm/components/rich-text/index.js.map +1 -1
  193. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.js +14 -2
  194. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.js.map +1 -1
  195. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css +26 -22
  196. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js +4 -4
  197. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js.map +1 -1
  198. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js +2 -2
  199. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js.map +1 -1
  200. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.js +64 -50
  201. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.js.map +1 -1
  202. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css +13 -12
  203. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js +3 -3
  204. package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js.map +1 -1
  205. package/dist/esm/components/text/text-view.st.css.js +2 -2
  206. package/dist/esm/components/video/cell-video-edit.js +159 -0
  207. package/dist/esm/components/video/cell-video-edit.js.map +1 -0
  208. package/dist/esm/components/video/index.js +1 -0
  209. package/dist/esm/components/video/index.js.map +1 -1
  210. package/dist/esm/exports/cell-rich-content-input.js +2 -0
  211. package/dist/esm/exports/cell-rich-content-input.js.map +1 -0
  212. package/dist/esm/exports/form-rich-content-input.js +1 -1
  213. package/dist/esm/exports/form-rich-content-input.js.map +1 -1
  214. package/dist/esm/hooks/index.js +1 -0
  215. package/dist/esm/hooks/index.js.map +1 -1
  216. package/dist/esm/hooks/use-cell-edit-keyboard.js +81 -0
  217. package/dist/esm/hooks/use-cell-edit-keyboard.js.map +1 -0
  218. package/dist/esm/index.js +1 -0
  219. package/dist/esm/index.js.map +1 -1
  220. package/dist/esm/styles.global.css +1 -1
  221. package/dist/types/components/address/input/address-input.st.css.d.ts.map +1 -1
  222. package/dist/types/components/exclamation/exclamation.st.css.d.ts.map +1 -1
  223. package/dist/types/components/image/cell-image-edit.d.ts.map +1 -1
  224. package/dist/types/components/image/image-thumbnail.d.ts +1 -0
  225. package/dist/types/components/image/image-thumbnail.d.ts.map +1 -1
  226. package/dist/types/components/image/thumbnail-replace-overlay.d.ts +3 -0
  227. package/dist/types/components/image/thumbnail-replace-overlay.d.ts.map +1 -0
  228. package/dist/types/components/image/thumbnail-replace-overlay.st.css.d.ts +14 -0
  229. package/dist/types/components/image/thumbnail-replace-overlay.st.css.d.ts.map +1 -0
  230. package/dist/types/components/media-control/use-media-control.d.ts +3 -3
  231. package/dist/types/components/media-control/use-media-control.d.ts.map +1 -1
  232. package/dist/types/components/media-gallery/cell-media-gallery-edit.d.ts +15 -0
  233. package/dist/types/components/media-gallery/cell-media-gallery-edit.d.ts.map +1 -0
  234. package/dist/types/components/media-gallery/cell-media-gallery-view.d.ts +11 -0
  235. package/dist/types/components/media-gallery/cell-media-gallery-view.d.ts.map +1 -0
  236. package/dist/types/components/media-gallery/form-media-gallery-field.st.css.d.ts.map +1 -1
  237. package/dist/types/components/media-gallery/index.d.ts +2 -0
  238. package/dist/types/components/media-gallery/index.d.ts.map +1 -1
  239. package/dist/types/components/media-gallery/media-gallery-dialog/hooks.d.ts +2 -2
  240. package/dist/types/components/media-image/media-image.st.css.d.ts.map +1 -1
  241. package/dist/types/components/media-image/overlays/overlay.st.css.d.ts.map +1 -1
  242. package/dist/types/components/media-tag/web-media-tag/media-tag.st.css.d.ts.map +1 -1
  243. package/dist/types/components/multi-document/multi-document-input/form-multi-document-view.d.ts +1 -1
  244. package/dist/types/components/multi-document/multi-document-input/form-multi-document-view.d.ts.map +1 -1
  245. package/dist/types/components/multi-document/multi-document-input/form-multi-document.st.css.d.ts.map +1 -1
  246. package/dist/types/components/rich-content/cell-rich-content-input.d.ts.map +1 -1
  247. package/dist/types/components/rich-content/cell-rich-content-view.d.ts.map +1 -1
  248. package/dist/types/components/rich-content/editor.d.ts +1 -2
  249. package/dist/types/components/rich-content/editor.d.ts.map +1 -1
  250. package/dist/types/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.d.ts.map +1 -1
  251. package/dist/types/components/rich-content/rich-content-input/form-input/form-input.d.ts +1 -1
  252. package/dist/types/components/rich-content/rich-content-input/form-input/form-input.d.ts.map +1 -1
  253. package/dist/types/components/rich-content/rich-content-input/form-input/index.d.ts +1 -1
  254. package/dist/types/components/rich-content/rich-content-input/form-input/index.d.ts.map +1 -1
  255. package/dist/types/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.d.ts.map +1 -1
  256. package/dist/types/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.d.ts.map +1 -1
  257. package/dist/types/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.d.ts.map +1 -1
  258. package/dist/types/components/rich-text/cell-rich-text-editor.d.ts +21 -0
  259. package/dist/types/components/rich-text/cell-rich-text-editor.d.ts.map +1 -0
  260. package/dist/types/components/rich-text/cell-rich-text-input.d.ts +23 -0
  261. package/dist/types/components/rich-text/cell-rich-text-input.d.ts.map +1 -0
  262. package/dist/types/components/rich-text/cell-rich-text-view.d.ts +8 -0
  263. package/dist/types/components/rich-text/cell-rich-text-view.d.ts.map +1 -0
  264. package/dist/types/components/rich-text/index.d.ts +4 -0
  265. package/dist/types/components/rich-text/index.d.ts.map +1 -1
  266. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/rich-editor.d.ts.map +1 -1
  267. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.d.ts +4 -0
  268. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.d.ts.map +1 -1
  269. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.d.ts.map +1 -1
  270. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.d.ts +1 -0
  271. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.d.ts.map +1 -1
  272. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.d.ts +3 -0
  273. package/dist/types/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.d.ts.map +1 -1
  274. package/dist/types/components/video/cell-video-edit.d.ts +20 -0
  275. package/dist/types/components/video/cell-video-edit.d.ts.map +1 -0
  276. package/dist/types/components/video/index.d.ts +2 -0
  277. package/dist/types/components/video/index.d.ts.map +1 -1
  278. package/dist/types/exports/cell-rich-content-input.d.ts +2 -0
  279. package/dist/types/exports/cell-rich-content-input.d.ts.map +1 -0
  280. package/dist/types/exports/form-rich-content-input.d.ts +1 -2
  281. package/dist/types/exports/form-rich-content-input.d.ts.map +1 -1
  282. package/dist/types/hooks/index.d.ts +1 -0
  283. package/dist/types/hooks/index.d.ts.map +1 -1
  284. package/dist/types/hooks/use-cell-edit-keyboard.d.ts +26 -0
  285. package/dist/types/hooks/use-cell-edit-keyboard.d.ts.map +1 -0
  286. package/dist/types/index.d.ts +1 -0
  287. package/dist/types/index.d.ts.map +1 -1
  288. package/dist/types/services/translations.d.ts +1 -1
  289. package/dist/types/services/translations.d.ts.map +1 -1
  290. package/package.json +11 -5
  291. package/src/assets/locale/messages_en.json +7 -3
  292. package/src/components/address/input/address-input.st.css.ts +2 -2
  293. package/src/components/audio/actions/actions-menu/actions-menu.st.css.ts +2 -2
  294. package/src/components/audio/audio-field/form-audio-field.st.css.ts +2 -2
  295. package/src/components/audio/audio-player/audio-player.st.css.ts +2 -2
  296. package/src/components/color-view/color-view.st.css.ts +2 -2
  297. package/src/components/delete-dialog/delete-dialog.st.css.ts +2 -2
  298. package/src/components/document/form-document-field.st.css.ts +2 -2
  299. package/src/components/exclamation/exclamation.st.css.ts +2 -2
  300. package/src/components/highlighted-text/highlighted-text.st.css.ts +3 -3
  301. package/src/components/image/cell-image-edit.tsx +11 -115
  302. package/src/components/image/image-thumbnail.tsx +10 -2
  303. package/src/components/image/thumbnail-replace-overlay.st.css +15 -0
  304. package/src/components/image/thumbnail-replace-overlay.st.css.ts +25 -0
  305. package/src/components/image/thumbnail-replace-overlay.tsx +11 -0
  306. package/src/components/media-control/paste-url-button.st.css.ts +2 -2
  307. package/src/components/media-control/use-media-control.ts +13 -13
  308. package/src/components/media-gallery/cell-media-gallery-edit.tsx +219 -0
  309. package/src/components/media-gallery/cell-media-gallery-view.tsx +32 -0
  310. package/src/components/media-gallery/form-media-gallery-field.st.css.ts +2 -2
  311. package/src/components/media-gallery/index.ts +2 -0
  312. package/src/components/media-image/media-image.st.css.ts +3 -3
  313. package/src/components/media-image/overlays/overlay.st.css.ts +3 -3
  314. package/src/components/media-loader/media-loader.st.css.ts +2 -2
  315. package/src/components/media-tag/web-media-tag/media-tag.st.css.ts +2 -2
  316. package/src/components/multi-document/multi-document-input/form-multi-document-field.tsx +1 -1
  317. package/src/components/multi-document/multi-document-input/form-multi-document-view.tsx +2 -2
  318. package/src/components/multi-document/multi-document-input/form-multi-document.st.css.ts +2 -2
  319. package/src/components/rich-content/cell-rich-content-input.tsx +2 -3
  320. package/src/components/rich-content/cell-rich-content-view.tsx +1 -4
  321. package/src/components/rich-content/editor.ts +1 -2
  322. package/src/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.ts +3 -3
  323. package/src/components/rich-content/rich-content-input/form-input/form-input.tsx +1 -1
  324. package/src/components/rich-content/rich-content-input/form-input/index.ts +1 -1
  325. package/src/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.ts +3 -3
  326. package/src/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.ts +2 -2
  327. package/src/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.ts +2 -2
  328. package/src/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.ts +2 -2
  329. package/src/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.ts +2 -2
  330. package/src/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.ts +3 -3
  331. package/src/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.ts +2 -2
  332. package/src/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.ts +2 -2
  333. package/src/components/rich-text/cell-rich-text-editor.tsx +173 -0
  334. package/src/components/rich-text/cell-rich-text-input.tsx +126 -0
  335. package/src/components/rich-text/cell-rich-text-view.tsx +19 -0
  336. package/src/components/rich-text/index.ts +4 -0
  337. package/src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css +26 -22
  338. package/src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.ts +4 -4
  339. package/src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.tsx +22 -5
  340. package/src/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.ts +2 -2
  341. package/src/components/rich-text/rich-text-input/rich-text-editor/toolbar/header-dropdown.tsx +153 -126
  342. package/src/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css +13 -12
  343. package/src/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.ts +3 -3
  344. package/src/components/text/text-view.st.css.ts +2 -2
  345. package/src/components/video/cell-video-edit.tsx +308 -0
  346. package/src/components/video/index.ts +2 -0
  347. package/src/exports/cell-rich-content-input.ts +4 -0
  348. package/src/exports/form-rich-content-input.ts +1 -5
  349. package/src/hooks/index.ts +1 -0
  350. package/src/hooks/use-cell-edit-keyboard.ts +109 -0
  351. package/src/index.ts +1 -0
  352. package/src/services/translations.ts +5 -1
  353. package/src/styles.global.css +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_designSystem","_wixUiIconsCommon","_mediaUtils","_hooks","_mediaControl","_imageThumbnail","_thumbnailReplaceOverlay","_mediaPreviewModal","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","CellVideoEdit","value","onChange","onCommit","onCancel","onStartEdit","onRequestCellFocus","inputRef","dataHook","useTranslations","containerRef","useRef","isPreviewOpen","setIsPreviewOpen","useState","thumbnailButtonRef","addButtonRef","moreButtonRef","onMediaChange","useCallback","uri","callMedia","downloadMedia","loading","useMediaControl","mediaType","MEDIA_TYPES","VIDEO","undefined","handleCallMedia","committed","handleDelete","handleDownload","useEffect","current","focus","_thumbnailButtonRef$c","_addButtonRef$current","handleContainerFocus","_containerRef$current","setAttribute","handleContainerBlur","currentTarget","contains","relatedTarget","_containerRef$current2","removeAttribute","el","handleKeyDown","key","preventDefault","stopPropagation","active","document","activeElement","hook","getAttribute","isPrimary","isMore","focusPrimary","_thumbnailButtonRef$c2","_addButtonRef$current2","shiftKey","addEventListener","removeEventListener","createElement","Box","verticalAlign","width","height","padding","__self","__source","fileName","lineNumber","columnNumber","Loader","size","ref","style","onFocus","onBlur","align","boxSizing","Tooltip","content","appendTo","type","onClick","cursor","lineHeight","position","background","border","ImageThumbnail","showVideoIndicator","ThumbnailReplaceOverlay","IconButton","priority","Add","MediaPreviewModal","isOpen","onClose","onRequestMedia","onClearMedia","onDownloadMedia","textKeys","replace","download","delete","PopoverMenu","textSize","triggerElement","MoreSmall","MenuItem","text","prefixIcon","Replace","Divider","Maximize","Download","skin","Delete","exports","displayName"],"sources":["../../../../src/components/video/cell-video-edit.tsx"],"sourcesContent":["import React, { useCallback, useEffect, useRef, useState } from 'react';\nimport {\n Box,\n IconButton,\n Loader,\n PopoverMenu,\n Tooltip,\n} from '@wix/design-system';\nimport {\n Add,\n Delete,\n Download,\n Maximize,\n MoreSmall,\n Replace,\n} from '@wix/wix-ui-icons-common';\nimport { MEDIA_TYPES } from '../../utils/media-utils';\nimport { useTranslations } from '../../hooks';\nimport { useMediaControl } from '../media-control';\nimport { ImageThumbnail } from '../image/image-thumbnail';\nimport { ThumbnailReplaceOverlay } from '../image/thumbnail-replace-overlay';\nimport { MediaPreviewModal } from '../media-gallery/media-preview-modal';\n\nexport interface CellVideoEditProps {\n value: string | null | undefined;\n onChange: (value: string | null) => void;\n onCommit: () => void;\n onCancel?: () => void;\n /**\n * Called before opening external UI (media manager) so the table can set\n * isEditing=true and protect cell focus while the modal is open.\n */\n onStartEdit?: () => void;\n /** Called to return focus to the table cell (e.g. on Escape or Tab-out). */\n onRequestCellFocus?: () => void;\n inputRef?: React.MutableRefObject<{ focus: () => void } | null | undefined>;\n dataHook?: string;\n}\n\nexport const CellVideoEdit: React.FC<CellVideoEditProps> = ({\n value,\n onChange,\n onCommit,\n onCancel,\n onStartEdit,\n onRequestCellFocus,\n inputRef,\n dataHook,\n}) => {\n const { t } = useTranslations();\n const containerRef = useRef<HTMLDivElement | null>(null);\n const [isPreviewOpen, setIsPreviewOpen] = useState(false);\n\n // Explicit refs for each focusable button — avoids querySelectorAll on the container.\n const thumbnailButtonRef = useRef<HTMLButtonElement | null>(null);\n const addButtonRef = useRef<React.ElementRef<typeof IconButton> | null>(null);\n const moreButtonRef = useRef<React.ElementRef<typeof IconButton> | null>(\n null,\n );\n\n const onMediaChange = useCallback(\n (uri: string) => {\n onChange(uri);\n onCommit();\n },\n [onChange, onCommit],\n );\n\n const { callMedia, downloadMedia, loading } = useMediaControl({\n mediaType: MEDIA_TYPES.VIDEO,\n value: value ?? undefined,\n onChange: onMediaChange,\n });\n\n const handleCallMedia = useCallback(async () => {\n onStartEdit?.();\n const committed = await callMedia();\n if (!committed) {\n onCancel?.();\n }\n }, [onStartEdit, callMedia, onCancel]);\n\n const handleDelete = useCallback(() => {\n onChange(null);\n onCommit();\n }, [onChange, onCommit]);\n\n const handleDownload = useCallback(() => {\n if (value) {\n downloadMedia(value);\n }\n }, [downloadMedia, value]);\n\n // Wire inputRef so the table can focus the first button when activating edit mode.\n useEffect(() => {\n if (!inputRef) return;\n inputRef.current = {\n focus: () => {\n // Only one of these is mounted at a time depending on whether value is set.\n thumbnailButtonRef.current?.focus();\n addButtonRef.current?.focus();\n },\n };\n return () => {\n inputRef.current = null;\n };\n }, [inputRef]);\n\n const handleContainerFocus = useCallback(() => {\n containerRef.current?.setAttribute('data-inner-focused', '');\n }, []);\n\n const handleContainerBlur = useCallback((e: React.FocusEvent) => {\n if (!e.currentTarget.contains(e.relatedTarget as Node | null)) {\n containerRef.current?.removeAttribute('data-inner-focused');\n }\n }, []);\n\n // Native keydown listener to intercept Tab/Escape before useKeyboardNavigation.\n useEffect(() => {\n const el = containerRef.current;\n if (!el) return;\n\n const handleKeyDown = (e: KeyboardEvent) => {\n if (e.key === 'Escape') {\n e.preventDefault();\n e.stopPropagation();\n onCancel?.();\n onRequestCellFocus?.();\n return;\n }\n\n if (e.key === 'Tab') {\n const active = document.activeElement as HTMLElement | null;\n if (!active || !el.contains(active)) return;\n\n const hook = active.getAttribute('data-hook');\n const isPrimary =\n hook === 'video-edit-thumbnail' || hook === 'video-edit-add-button';\n const isMore = hook === 'video-edit-more-button';\n if (!isPrimary && !isMore) return;\n\n e.preventDefault();\n e.stopPropagation();\n\n const focusPrimary = () => {\n thumbnailButtonRef.current?.focus();\n addButtonRef.current?.focus();\n };\n\n if (!e.shiftKey) {\n // Forward: primary → more → cell\n if (isPrimary && moreButtonRef.current) {\n moreButtonRef.current.focus();\n } else {\n onRequestCellFocus?.();\n }\n } else {\n // Backward: more → primary → cell\n if (isMore) {\n focusPrimary();\n } else {\n onRequestCellFocus?.();\n }\n }\n }\n };\n\n el.addEventListener('keydown', handleKeyDown);\n return () => el.removeEventListener('keydown', handleKeyDown);\n }, [onCancel, onRequestCellFocus]);\n\n if (loading) {\n return (\n <Box\n dataHook={dataHook}\n verticalAlign=\"middle\"\n width=\"100%\"\n height=\"100%\"\n padding=\"0 8px\"\n >\n <Loader size=\"tiny\" />\n </Box>\n );\n }\n\n return (\n <div\n ref={containerRef}\n data-hook={dataHook}\n style={{ width: '100%', height: '100%' }}\n onFocus={handleContainerFocus}\n onBlur={handleContainerBlur}\n >\n <Box\n align=\"space-between\"\n verticalAlign=\"middle\"\n height=\"100%\"\n padding=\"0 8px\"\n style={{ boxSizing: 'border-box' }}\n >\n {value ? (\n /* Has value: clickable thumbnail button with replace overlay */\n <Tooltip content={t('CMS.video.change')} appendTo=\"window\">\n <Box>\n <button\n ref={thumbnailButtonRef}\n type=\"button\"\n data-hook=\"video-edit-thumbnail\"\n onClick={handleCallMedia}\n style={{\n cursor: 'pointer',\n lineHeight: 0,\n position: 'relative',\n background: 'none',\n border: 'none',\n padding: 0,\n }}\n >\n <ImageThumbnail value={value} showVideoIndicator={false} />\n <ThumbnailReplaceOverlay />\n </button>\n </Box>\n </Tooltip>\n ) : (\n /* Empty: icon button opens media manager */\n <Tooltip content={t('CMS.video.add')} appendTo=\"window\">\n <IconButton\n ref={addButtonRef}\n size=\"tiny\"\n priority=\"secondary\"\n dataHook=\"video-edit-add-button\"\n onClick={handleCallMedia}\n >\n <Add />\n </IconButton>\n </Tooltip>\n )}\n\n <MediaPreviewModal\n isOpen={isPreviewOpen}\n onClose={() => setIsPreviewOpen(false)}\n value={value ?? undefined}\n onRequestMedia={handleCallMedia}\n onClearMedia={handleDelete}\n onDownloadMedia={() => handleDownload()}\n textKeys={{\n replace: 'CMS.video.change',\n download: 'CMS.video.download',\n delete: 'CMS.video.delete',\n }}\n />\n {value ? (\n /* Has value: \"...\" menu with Change / Preview / Download / Delete */\n <PopoverMenu\n textSize=\"small\"\n appendTo=\"window\"\n triggerElement={\n <Tooltip\n content={t('auto-patterns.fields.more_actions_tooltip')}\n appendTo=\"window\"\n >\n <IconButton\n ref={moreButtonRef}\n size=\"tiny\"\n priority=\"tertiary\"\n dataHook=\"video-edit-more-button\"\n >\n <MoreSmall />\n </IconButton>\n </Tooltip>\n }\n >\n <PopoverMenu.MenuItem\n dataHook=\"video-edit-action-change\"\n text={t('CMS.video.change')}\n prefixIcon={<Replace />}\n onClick={handleCallMedia}\n />\n <PopoverMenu.Divider />\n <PopoverMenu.MenuItem\n dataHook=\"video-edit-action-preview\"\n text={t('CMS.video.preview')}\n prefixIcon={<Maximize />}\n onClick={() => setIsPreviewOpen(true)}\n />\n <PopoverMenu.MenuItem\n dataHook=\"video-edit-action-download\"\n text={t('CMS.video.download')}\n prefixIcon={<Download />}\n onClick={handleDownload}\n />\n <PopoverMenu.Divider />\n <PopoverMenu.MenuItem\n dataHook=\"video-edit-action-delete\"\n text={t('CMS.video.delete')}\n skin=\"destructive\"\n prefixIcon={<Delete />}\n onClick={handleDelete}\n />\n </PopoverMenu>\n ) : null}\n </Box>\n </div>\n );\n};\n\nCellVideoEdit.displayName = 'CellVideoEdit';\n"],"mappings":"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","ignoreList":[]}
@@ -1,7 +1,9 @@
1
1
  "use strict";
2
2
 
3
3
  exports.__esModule = true;
4
- exports.VideoView = void 0;
4
+ exports.VideoView = exports.CellVideoEdit = void 0;
5
5
  var _videoView = require("./video-view");
6
6
  exports.VideoView = _videoView.VideoView;
7
+ var _cellVideoEdit = require("./cell-video-edit");
8
+ exports.CellVideoEdit = _cellVideoEdit.CellVideoEdit;
7
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_videoView","require","exports","VideoView"],"sources":["../../../../src/components/video/index.ts"],"sourcesContent":["export { VideoView } from './video-view';\nexport type { VideoViewProps } from './video-view';\n"],"mappings":";;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAAyCC,OAAA,CAAAC,SAAA,GAAAH,UAAA,CAAAG,SAAA","ignoreList":[]}
1
+ {"version":3,"names":["_videoView","require","exports","VideoView","_cellVideoEdit","CellVideoEdit"],"sources":["../../../../src/components/video/index.ts"],"sourcesContent":["export { VideoView } from './video-view';\nexport type { VideoViewProps } from './video-view';\nexport { CellVideoEdit } from './cell-video-edit';\nexport type { CellVideoEditProps } from './cell-video-edit';\n"],"mappings":";;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAAyCC,OAAA,CAAAC,SAAA,GAAAH,UAAA,CAAAG,SAAA;AAEzC,IAAAC,cAAA,GAAAH,OAAA;AAAkDC,OAAA,CAAAG,aAAA,GAAAD,cAAA,CAAAC,aAAA","ignoreList":[]}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ exports.__esModule = true;
4
+ exports.CellRichContentInputProps = exports.CellRichContentInput = void 0;
5
+ var _cellRichContentInput = require("../components/rich-content/cell-rich-content-input");
6
+ exports.CellRichContentInput = _cellRichContentInput.CellRichContentInput;
7
+ exports.CellRichContentInputProps = _cellRichContentInput.CellRichContentInputProps;
8
+ //# sourceMappingURL=cell-rich-content-input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_cellRichContentInput","require","exports","CellRichContentInput","CellRichContentInputProps"],"sources":["../../../src/exports/cell-rich-content-input.ts"],"sourcesContent":["export {\n CellRichContentInput,\n CellRichContentInputProps,\n} from '../components/rich-content/cell-rich-content-input';\n"],"mappings":";;;;AAAA,IAAAA,qBAAA,GAAAC,OAAA;AAG4DC,OAAA,CAAAC,oBAAA,GAAAH,qBAAA,CAAAG,oBAAA;AAAAD,OAAA,CAAAE,yBAAA,GAAAJ,qBAAA,CAAAI,yBAAA","ignoreList":[]}
@@ -1,8 +1,7 @@
1
1
  "use strict";
2
2
 
3
3
  exports.__esModule = true;
4
- exports.FormRichContentInput = exports.CellRichContentInput = void 0;
5
- var _editor = require("../components/rich-content/editor");
6
- exports.FormRichContentInput = _editor.FormRichContentInput;
7
- exports.CellRichContentInput = _editor.CellRichContentInput;
4
+ exports.FormRichContentInput = void 0;
5
+ var _formInput = require("../components/rich-content/rich-content-input/form-input/form-input");
6
+ exports.FormRichContentInput = _formInput.FormRichContentInput;
8
7
  //# sourceMappingURL=form-rich-content-input.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_editor","require","exports","FormRichContentInput","CellRichContentInput"],"sources":["../../../src/exports/form-rich-content-input.ts"],"sourcesContent":["export {\n FormRichContentInput,\n CellRichContentInput,\n} from '../components/rich-content/editor';\nexport type { CellRichContentInputProps } from '../components/rich-content/editor';\n"],"mappings":";;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAG2CC,OAAA,CAAAC,oBAAA,GAAAH,OAAA,CAAAG,oBAAA;AAAAD,OAAA,CAAAE,oBAAA,GAAAJ,OAAA,CAAAI,oBAAA","ignoreList":[]}
1
+ {"version":3,"names":["_formInput","require","exports","FormRichContentInput"],"sources":["../../../src/exports/form-rich-content-input.ts"],"sourcesContent":["export { FormRichContentInput } from '../components/rich-content/rich-content-input/form-input/form-input';\n"],"mappings":";;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAA2GC,OAAA,CAAAC,oBAAA,GAAAH,UAAA,CAAAG,oBAAA","ignoreList":[]}
@@ -49,4 +49,10 @@ Object.keys(_useResizeEffect).forEach(function (key) {
49
49
  if (key in exports && exports[key] === _useResizeEffect[key]) return;
50
50
  exports[key] = _useResizeEffect[key];
51
51
  });
52
+ var _useCellEditKeyboard = require("./use-cell-edit-keyboard");
53
+ Object.keys(_useCellEditKeyboard).forEach(function (key) {
54
+ if (key === "default" || key === "__esModule") return;
55
+ if (key in exports && exports[key] === _useCellEditKeyboard[key]) return;
56
+ exports[key] = _useCellEditKeyboard[key];
57
+ });
52
58
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_useAutoFocus","require","Object","keys","forEach","key","exports","_useControlledInput","_useRequestCallback","_useSetSelectionOnFocus","_useOpenState","_useTranslations","_useWithCallback","_useResizeEffect"],"sources":["../../../src/hooks/index.ts"],"sourcesContent":["export * from './use-auto-focus';\nexport * from './use-controlled-input';\nexport * from './use-request-callback';\nexport * from './use-set-selection-on-focus';\nexport * from './use-open-state';\nexport * from './use-translations';\nexport * from './use-with-callback';\nexport * from './use-resize-effect';\n"],"mappings":";;;AAAA,IAAAA,aAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,aAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,aAAA,CAAAK,GAAA;EAAAC,OAAA,CAAAD,GAAA,IAAAL,aAAA,CAAAK,GAAA;AAAA;AACA,IAAAE,mBAAA,GAAAN,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAI,mBAAA,EAAAH,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAE,mBAAA,CAAAF,GAAA;EAAAC,OAAA,CAAAD,GAAA,IAAAE,mBAAA,CAAAF,GAAA;AAAA;AACA,IAAAG,mBAAA,GAAAP,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAK,mBAAA,EAAAJ,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAG,mBAAA,CAAAH,GAAA;EAAAC,OAAA,CAAAD,GAAA,IAAAG,mBAAA,CAAAH,GAAA;AAAA;AACA,IAAAI,uBAAA,GAAAR,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAM,uBAAA,EAAAL,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAI,uBAAA,CAAAJ,GAAA;EAAAC,OAAA,CAAAD,GAAA,IAAAI,uBAAA,CAAAJ,GAAA;AAAA;AACA,IAAAK,aAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,aAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,aAAA,CAAAL,GAAA;EAAAC,OAAA,CAAAD,GAAA,IAAAK,aAAA,CAAAL,GAAA;AAAA;AACA,IAAAM,gBAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,gBAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,gBAAA,CAAAN,GAAA;EAAAC,OAAA,CAAAD,GAAA,IAAAM,gBAAA,CAAAN,GAAA;AAAA;AACA,IAAAO,gBAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,gBAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,gBAAA,CAAAP,GAAA;EAAAC,OAAA,CAAAD,GAAA,IAAAO,gBAAA,CAAAP,GAAA;AAAA;AACA,IAAAQ,gBAAA,GAAAZ,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAU,gBAAA,EAAAT,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAQ,gBAAA,CAAAR,GAAA;EAAAC,OAAA,CAAAD,GAAA,IAAAQ,gBAAA,CAAAR,GAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_useAutoFocus","require","Object","keys","forEach","key","exports","_useControlledInput","_useRequestCallback","_useSetSelectionOnFocus","_useOpenState","_useTranslations","_useWithCallback","_useResizeEffect","_useCellEditKeyboard"],"sources":["../../../src/hooks/index.ts"],"sourcesContent":["export * from './use-auto-focus';\nexport * from './use-controlled-input';\nexport * from './use-request-callback';\nexport * from './use-set-selection-on-focus';\nexport * from './use-open-state';\nexport * from './use-translations';\nexport * from './use-with-callback';\nexport * from './use-resize-effect';\nexport * from './use-cell-edit-keyboard';\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,94 @@
1
+ "use strict";
2
+
3
+ exports.__esModule = true;
4
+ exports.useCellEditKeyboard = useCellEditKeyboard;
5
+ var _react = require("react");
6
+ /**
7
+ * Shared keyboard/focus wiring for cell-edit components that contain buttons.
8
+ *
9
+ * - Wires inputRef so the parent table can focus the first button on Enter.
10
+ * - Sets/removes data-inner-focused on the container for CSS styling.
11
+ * - Native keydown handler: Escape → onCancel + return focus to gridcell;
12
+ * Tab / Shift+Tab → cycle through buttons, Tab off last returns to gridcell.
13
+ *
14
+ * Must use a native listener (not React onKeyDown) so stopPropagation fires
15
+ * before the React root's useKeyboardNavigation intercepts Tab.
16
+ */
17
+ function useCellEditKeyboard({
18
+ containerRef,
19
+ onCancel,
20
+ inputRef
21
+ }) {
22
+ (0, _react.useEffect)(() => {
23
+ if (!inputRef) return;
24
+ inputRef.current = {
25
+ focus: () => {
26
+ var _containerRef$current;
27
+ const first = (_containerRef$current = containerRef.current) == null ? void 0 : _containerRef$current.querySelectorAll('button')[0];
28
+ first == null || first.focus();
29
+ }
30
+ };
31
+ return () => {
32
+ inputRef.current = null;
33
+ };
34
+ }, [inputRef, containerRef]);
35
+ const handleContainerFocus = (0, _react.useCallback)(() => {
36
+ var _containerRef$current2;
37
+ (_containerRef$current2 = containerRef.current) == null || _containerRef$current2.setAttribute('data-inner-focused', '');
38
+ }, [containerRef]);
39
+ const handleContainerBlur = (0, _react.useCallback)(e => {
40
+ if (!e.currentTarget.contains(e.relatedTarget)) {
41
+ var _containerRef$current3;
42
+ (_containerRef$current3 = containerRef.current) == null || _containerRef$current3.removeAttribute('data-inner-focused');
43
+ }
44
+ }, [containerRef]);
45
+ const focusCell = (0, _react.useCallback)(() => {
46
+ var _containerRef$current4;
47
+ const cellDiv = (_containerRef$current4 = containerRef.current) == null ? void 0 : _containerRef$current4.closest('[role="gridcell"]');
48
+ cellDiv == null || cellDiv.focus({
49
+ preventScroll: true
50
+ });
51
+ }, [containerRef]);
52
+ (0, _react.useEffect)(() => {
53
+ const el = containerRef.current;
54
+ if (!el) return;
55
+ const handleKeyDown = e => {
56
+ if (e.key === 'Escape') {
57
+ e.preventDefault();
58
+ e.stopPropagation();
59
+ onCancel == null || onCancel();
60
+ focusCell();
61
+ return;
62
+ }
63
+ if (e.key === 'Tab') {
64
+ const buttons = Array.from(el.querySelectorAll('button'));
65
+ const currentIdx = buttons.indexOf(document.activeElement);
66
+ if (currentIdx === -1) return;
67
+ e.preventDefault();
68
+ e.stopPropagation();
69
+ if (!e.shiftKey) {
70
+ if (currentIdx >= buttons.length - 1) {
71
+ focusCell();
72
+ } else {
73
+ var _buttons;
74
+ (_buttons = buttons[currentIdx + 1]) == null || _buttons.focus();
75
+ }
76
+ } else {
77
+ if (currentIdx <= 0) {
78
+ focusCell();
79
+ } else {
80
+ var _buttons2;
81
+ (_buttons2 = buttons[currentIdx - 1]) == null || _buttons2.focus();
82
+ }
83
+ }
84
+ }
85
+ };
86
+ el.addEventListener('keydown', handleKeyDown);
87
+ return () => el.removeEventListener('keydown', handleKeyDown);
88
+ }, [focusCell, onCancel, containerRef]);
89
+ return {
90
+ handleContainerFocus,
91
+ handleContainerBlur
92
+ };
93
+ }
94
+ //# sourceMappingURL=use-cell-edit-keyboard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","useCellEditKeyboard","containerRef","onCancel","inputRef","useEffect","current","focus","_containerRef$current","first","querySelectorAll","handleContainerFocus","useCallback","_containerRef$current2","setAttribute","handleContainerBlur","e","currentTarget","contains","relatedTarget","_containerRef$current3","removeAttribute","focusCell","_containerRef$current4","cellDiv","closest","preventScroll","el","handleKeyDown","key","preventDefault","stopPropagation","buttons","Array","from","currentIdx","indexOf","document","activeElement","shiftKey","length","_buttons","_buttons2","addEventListener","removeEventListener"],"sources":["../../../src/hooks/use-cell-edit-keyboard.ts"],"sourcesContent":["import { useCallback, useEffect } from 'react';\nimport React from 'react';\n\ninterface UseCellEditKeyboardOptions {\n containerRef: React.RefObject<HTMLDivElement | null>;\n onCancel?: () => void;\n inputRef?: React.MutableRefObject<{ focus: () => void } | null | undefined>;\n}\n\ninterface UseCellEditKeyboardResult {\n handleContainerFocus: () => void;\n handleContainerBlur: (e: React.FocusEvent) => void;\n}\n\n/**\n * Shared keyboard/focus wiring for cell-edit components that contain buttons.\n *\n * - Wires inputRef so the parent table can focus the first button on Enter.\n * - Sets/removes data-inner-focused on the container for CSS styling.\n * - Native keydown handler: Escape → onCancel + return focus to gridcell;\n * Tab / Shift+Tab → cycle through buttons, Tab off last returns to gridcell.\n *\n * Must use a native listener (not React onKeyDown) so stopPropagation fires\n * before the React root's useKeyboardNavigation intercepts Tab.\n */\nexport function useCellEditKeyboard({\n containerRef,\n onCancel,\n inputRef,\n}: UseCellEditKeyboardOptions): UseCellEditKeyboardResult {\n useEffect(() => {\n if (!inputRef) return;\n inputRef.current = {\n focus: () => {\n const first =\n containerRef.current?.querySelectorAll<HTMLElement>('button')[0];\n first?.focus();\n },\n };\n return () => {\n inputRef.current = null;\n };\n }, [inputRef, containerRef]);\n\n const handleContainerFocus = useCallback(() => {\n containerRef.current?.setAttribute('data-inner-focused', '');\n }, [containerRef]);\n\n const handleContainerBlur = useCallback(\n (e: React.FocusEvent) => {\n if (!e.currentTarget.contains(e.relatedTarget as Node | null)) {\n containerRef.current?.removeAttribute('data-inner-focused');\n }\n },\n [containerRef],\n );\n\n const focusCell = useCallback(() => {\n const cellDiv = containerRef.current?.closest(\n '[role=\"gridcell\"]',\n ) as HTMLElement | null;\n cellDiv?.focus({ preventScroll: true });\n }, [containerRef]);\n\n useEffect(() => {\n const el = containerRef.current;\n if (!el) return;\n\n const handleKeyDown = (e: KeyboardEvent) => {\n if (e.key === 'Escape') {\n e.preventDefault();\n e.stopPropagation();\n onCancel?.();\n focusCell();\n return;\n }\n\n if (e.key === 'Tab') {\n const buttons = Array.from(el.querySelectorAll<HTMLElement>('button'));\n const currentIdx = buttons.indexOf(\n document.activeElement as HTMLElement,\n );\n if (currentIdx === -1) return;\n\n e.preventDefault();\n e.stopPropagation();\n\n if (!e.shiftKey) {\n if (currentIdx >= buttons.length - 1) {\n focusCell();\n } else {\n buttons[currentIdx + 1]?.focus();\n }\n } else {\n if (currentIdx <= 0) {\n focusCell();\n } else {\n buttons[currentIdx - 1]?.focus();\n }\n }\n }\n };\n\n el.addEventListener('keydown', handleKeyDown);\n return () => el.removeEventListener('keydown', handleKeyDown);\n }, [focusCell, onCancel, containerRef]);\n\n return { handleContainerFocus, handleContainerBlur };\n}\n"],"mappings":"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","ignoreList":[]}
package/dist/cjs/index.js CHANGED
@@ -1,34 +1,45 @@
1
1
  "use strict";
2
2
 
3
3
  exports.__esModule = true;
4
+ var _exportNames = {
5
+ HTMLToText: true
6
+ };
7
+ exports.HTMLToText = void 0;
4
8
  var _components = require("./components");
5
9
  Object.keys(_components).forEach(function (key) {
6
10
  if (key === "default" || key === "__esModule") return;
11
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
7
12
  if (key in exports && exports[key] === _components[key]) return;
8
13
  exports[key] = _components[key];
9
14
  });
10
15
  var _hooks = require("./hooks");
11
16
  Object.keys(_hooks).forEach(function (key) {
12
17
  if (key === "default" || key === "__esModule") return;
18
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
13
19
  if (key in exports && exports[key] === _hooks[key]) return;
14
20
  exports[key] = _hooks[key];
15
21
  });
16
22
  var _services = require("./services");
17
23
  Object.keys(_services).forEach(function (key) {
18
24
  if (key === "default" || key === "__esModule") return;
25
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
19
26
  if (key in exports && exports[key] === _services[key]) return;
20
27
  exports[key] = _services[key];
21
28
  });
22
29
  var _types = require("./types");
23
30
  Object.keys(_types).forEach(function (key) {
24
31
  if (key === "default" || key === "__esModule") return;
32
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
25
33
  if (key in exports && exports[key] === _types[key]) return;
26
34
  exports[key] = _types[key];
27
35
  });
28
36
  var _utils = require("./utils");
29
37
  Object.keys(_utils).forEach(function (key) {
30
38
  if (key === "default" || key === "__esModule") return;
39
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
31
40
  if (key in exports && exports[key] === _utils[key]) return;
32
41
  exports[key] = _utils[key];
33
42
  });
43
+ var _autoFieldTypes = require("./auto-field-types");
44
+ exports.HTMLToText = _autoFieldTypes.HTMLToText;
34
45
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_components","require","Object","keys","forEach","key","exports","_hooks","_services","_types","_utils"],"sources":["../../src/index.ts"],"sourcesContent":["export * from './components';\nexport * from './hooks';\nexport * from './services';\nexport * from './types';\nexport * from './utils';\n"],"mappings":";;;AAAA,IAAAA,WAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,WAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,WAAA,CAAAK,GAAA;EAAAC,OAAA,CAAAD,GAAA,IAAAL,WAAA,CAAAK,GAAA;AAAA;AACA,IAAAE,MAAA,GAAAN,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAI,MAAA,EAAAH,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAE,MAAA,CAAAF,GAAA;EAAAC,OAAA,CAAAD,GAAA,IAAAE,MAAA,CAAAF,GAAA;AAAA;AACA,IAAAG,SAAA,GAAAP,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAK,SAAA,EAAAJ,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAG,SAAA,CAAAH,GAAA;EAAAC,OAAA,CAAAD,GAAA,IAAAG,SAAA,CAAAH,GAAA;AAAA;AACA,IAAAI,MAAA,GAAAR,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAM,MAAA,EAAAL,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAI,MAAA,CAAAJ,GAAA;EAAAC,OAAA,CAAAD,GAAA,IAAAI,MAAA,CAAAJ,GAAA;AAAA;AACA,IAAAK,MAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,MAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,MAAA,CAAAL,GAAA;EAAAC,OAAA,CAAAD,GAAA,IAAAK,MAAA,CAAAL,GAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_components","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","_hooks","_services","_types","_utils","_autoFieldTypes","HTMLToText"],"sources":["../../src/index.ts"],"sourcesContent":["export * from './components';\nexport * from './hooks';\nexport * from './services';\nexport * from './types';\nexport * from './utils';\nexport { HTMLToText } from './auto-field-types';\n"],"mappings":";;;;;;;AAAA,IAAAA,WAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,WAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAL,WAAA,CAAAK,GAAA;EAAAK,OAAA,CAAAL,GAAA,IAAAL,WAAA,CAAAK,GAAA;AAAA;AACA,IAAAM,MAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,MAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAM,MAAA,CAAAN,GAAA;EAAAK,OAAA,CAAAL,GAAA,IAAAM,MAAA,CAAAN,GAAA;AAAA;AACA,IAAAO,SAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,SAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAO,SAAA,CAAAP,GAAA;EAAAK,OAAA,CAAAL,GAAA,IAAAO,SAAA,CAAAP,GAAA;AAAA;AACA,IAAAQ,MAAA,GAAAZ,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAU,MAAA,EAAAT,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAQ,MAAA,CAAAR,GAAA;EAAAK,OAAA,CAAAL,GAAA,IAAAQ,MAAA,CAAAR,GAAA;AAAA;AACA,IAAAS,MAAA,GAAAb,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAW,MAAA,EAAAV,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAS,MAAA,CAAAT,GAAA;EAAAK,OAAA,CAAAL,GAAA,IAAAS,MAAA,CAAAT,GAAA;AAAA;AACA,IAAAU,eAAA,GAAAd,OAAA;AAAgDS,OAAA,CAAAM,UAAA,GAAAD,eAAA,CAAAC,UAAA","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../src/services/translations.ts"],"sourcesContent":["// DO NOT UPDATE THIS FILE! This file was auto-generated by generate-keys.ts\nexport type TranslationsKeys =\n | 'CMS.document.add.button.text'\n | 'CMS.document.addMore.button.text'\n | 'CMS.document.action.open'\n | 'CMS.document.action.download'\n | 'CMS.document.action.replace'\n | 'CMS.document.action.replaceWithUrl'\n | 'CMS.document.action.delete'\n | 'CMS.document.pasteUrl.button'\n | 'CMS.document.pasteUrl.title'\n | 'CMS.document.replaceWithUrl.title'\n | 'CMS.document.delete.confirm'\n | 'CMS.document.delete.cancel'\n | 'CMS.mediaControl.pasteUrl.button.save'\n | 'CMS.mediaControl.pasteUrl.button.cancel'\n | 'CMS.mediaControl.pasteUrl.placeholder.document'\n | 'CMS.mediaControl.pasteUrl.placeholder.image'\n | 'CMS.mediaControl.pasteUrl.error.document'\n | 'CMS.mediaControl.pasteUrl.error.image'\n | 'auto-patterns.filters.has_value'\n | 'auto-patterns.filters.no_value'\n | 'auto-patterns.fields.type_mismatch_convert_disabled'\n | 'auto-patterns.fields.type_mismatch_clear'\n | 'auto-patterns.fields.field_type_object_title'\n | 'auto-patterns.fields.field_type_array_title'\n | 'auto-patterns.fields.field_type_address_title'\n | 'auto-patterns.fields.field_type_time_title'\n | 'auto-patterns.time_input.placeholder'\n | 'auto-patterns.time_input.invalid_message'\n | 'auto-patterns.url_view.open_in_new_tab'\n | 'auto-patterns.email_input.placeholder'\n | 'auto-patterns.email_input.invalid_message'\n | 'auto-patterns.fields.no_results_found'\n | 'auto-patterns.fields.no_items'\n | 'auto-patterns.fields.select_placeholder'\n | 'auto-patterns.fields.field_type_address_placeholder'\n | 'auto-patterns.fields.field_type_rich_text_title'\n | 'auto-patterns.fields.field_type_rich_content_title'\n | 'auto-patterns.fields.field_type_video_title'\n | 'auto-patterns.fields.add_video_tooltip'\n | 'auto-patterns.fields.replace_video_tooltip'\n | 'auto-patterns.fields.more_actions_tooltip'\n | 'auto-patterns.fields.preview_video'\n | 'auto-patterns.fields.download_video'\n | 'auto-patterns.fields.remove_video'\n | 'auto-patterns.fields.field_type_multi_document_title'\n | 'auto-patterns.fields.field_type_email_title'\n | 'auto-patterns.fields.email_input_error'\n | 'CMS.richTextEditor.toolbar.button.link.cancel'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h1.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h1.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h2.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h2.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h3.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h3.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h4.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h4.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h5.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h5.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h6.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h6.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p1.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p2.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p2.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p3.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.button.info'\n | 'CMS.richTextEditor.toolbar.headerDropdown.button.info.link'\n | 'CMS.richTextEditor.toolbar.headerDropdown.help.text'\n | 'CMS.richTextEditor.toolbar.button.tooltip.align'\n | 'CMS.richTextEditor.toolbar.button.tooltip.bold'\n | 'CMS.richTextEditor.toolbar.button.tooltip.clear-formation'\n | 'CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit'\n | 'CMS.richTextEditor.toolbar.button.tooltip.full-screen'\n | 'CMS.richTextEditor.toolbar.header'\n | 'CMS.richTextEditor.toolbar.button.tooltip.italic'\n | 'CMS.richTextEditor.toolbar.button.link'\n | 'CMS.richTextEditor.toolbar.button.tooltip.ol'\n | 'CMS.richTextEditor.toolbar.button.tooltip.ul'\n | 'CMS.richTextEditor.toolbar.button.tooltip.underline'\n | 'CMS.richTextEditor.toolbar.button.link.paste.url.title'\n | 'CMS.richTextEditor.toolbar.button.link.paste.url.placeholder'\n | 'CMS.richTextEditor.toolbar.button.link.save'\n | 'CMS.richContentCommon.publishLoader'\n | 'auto-patterns.fields.field_type_audio_title'\n | 'CMS.audio.button.add'\n | 'CMS.audio.button.replace'\n | 'CMS.audio.button.download'\n | 'CMS.audio.button.delete'\n | 'CMS.mediaGallery.addGallery'\n | 'CMS.mediaGallery.emptyHint'\n | 'CMS.mediaGallery.manageGallery'\n | 'CMS.mediaGallery.preview'\n | 'CMS.mediaGallery.clear'\n | 'CMS.mediaGallery.addMedia'\n | 'CMS.mediaGallery.replaceItem'\n | 'CMS.mediaGallery.preview.replace'\n | 'CMS.mediaGallery.preview.download'\n | 'CMS.mediaGallery.preview.delete'\n | 'CMS.mediaGallery.preview.previousItem'\n | 'CMS.mediaGallery.preview.nextItem'\n | 'CMS.mediaGallery.noItems.title'\n | 'CMS.mediaGallery.noItems.subtitle'\n | 'CMS.mediaGallery.noItems.addMedia'\n | 'CMS.mediaGallery.addLink.titleImage'\n | 'CMS.mediaGallery.addLink.titleVideo'\n | 'CMS.mediaGallery.addLink.subtitleImage'\n | 'CMS.mediaGallery.addLink.subtitleVideo'\n | 'CMS.mediaGallery.addLink.urlLabel'\n | 'CMS.mediaGallery.addLink.invalidUrl'\n | 'CMS.mediaGallery.addLink.targetLabel'\n | 'CMS.mediaGallery.addLink.newTab'\n | 'CMS.mediaGallery.addLink.currentTab'\n | 'CMS.mediaGallery.addLink.save'\n | 'CMS.mediaGallery.addLink.cancel'\n | 'CMS.mediaGallery.dialog.emptySearchResultsTitle'\n | 'CMS.mediaGallery.dialog.emptySearchResultsSubtitle'\n | 'CMS.mediaGallery.dialog.modalDone'\n | 'CMS.mediaGallery.dialog.modalDoneEmpty'\n | 'CMS.mediaGallery.dialog.modalTitle'\n | 'CMS.mediaGallery.dialog.selectionSelectAll'\n | 'CMS.mediaGallery.dialog.selectionDeselectAll'\n | 'CMS.mediaGallery.dialog.selectionDelete'\n | 'CMS.mediaGallery.dialog.sortLabel'\n | 'CMS.mediaGallery.dialog.sortByTitleAsc'\n | 'CMS.mediaGallery.dialog.sortByTitleDesc'\n | 'CMS.mediaGallery.dialog.sortByFilenameAsc'\n | 'CMS.mediaGallery.dialog.sortByFilenameDesc'\n | 'CMS.mediaGallery.dialog.searchPlaceholder'\n | 'CMS.mediaGallery.dialog.settingsTitle'\n | 'CMS.mediaGallery.dialog.settingsNewItemsDirectionLabel'\n | 'CMS.mediaGallery.dialog.settingsNewItemsDirectionStart'\n | 'CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd'\n | 'CMS.mediaGallery.dialog.settingsNewItemsTitleLabel'\n | 'CMS.mediaGallery.dialog.settingsNewItemsTitleEmpty'\n | 'CMS.mediaGallery.dialog.settingsNewItemsTitleFilename'\n | 'CMS.mediaGallery.dialog.itemTitleLabel'\n | 'CMS.mediaGallery.dialog.itemTitlePlaceholder'\n | 'CMS.mediaGallery.dialog.itemDescriptionLabel'\n | 'CMS.mediaGallery.dialog.itemDescriptionPlaceholder'\n | 'CMS.mediaGallery.dialog.itemAltLabel'\n | 'CMS.mediaGallery.dialog.itemAltTooltip'\n | 'CMS.mediaGallery.dialog.itemAltPlaceholder'\n | 'CMS.mediaGallery.dialog.itemDeleteTooltip'\n | 'CMS.mediaGallery.dialog.itemFocalPointTooltip'\n | 'CMS.mediaGallery.dialog.masonryLayoutTooltip'\n | 'CMS.mediaGallery.dialog.gridLayoutTooltip'\n | 'CMS.mediaGallery.dialog.externalLinkLabel'\n | 'CMS.mediaGallery.dialog.externalLinkButtonEdit'\n | 'CMS.mediaGallery.dialog.externalLinkButtonAdd'\n | 'CMS.mediaGallery.dialog.externalLinkTextPlaceholder'\n | 'patterns-fields.select.search_placeholder'\n | 'CMS.image.add'\n | 'CMS.image.replace'\n | 'CMS.image.replaceWithUrl.button'\n | 'CMS.image.replaceWithUrl.title'\n | 'CMS.image.download'\n | 'CMS.image.clear'\n | 'CMS.document.delete.title'\n | 'CMS.document.delete.message'\n | 'auto-patterns.fields.type_mismatch_convert'\n | 'auto-patterns.fields.type_mismatch_tip'\n | 'CMS.mediaGallery.dialog.selectionSelected'\n | 'patterns-fields.text.char_limit_tooltip';\n\nexport type Translate = {\n (key: TranslationsKeys, params?: Record<string, string | number>): string;\n (key: 'CMS.document.delete.title', params: { filename: string }): string;\n (key: 'CMS.document.delete.message', params: { filename: string }): string;\n (\n key: 'auto-patterns.fields.type_mismatch_convert',\n params: { typeName: string },\n ): string;\n (\n key: 'auto-patterns.fields.type_mismatch_tip',\n params: { typeName: string },\n ): string;\n (\n key: 'CMS.mediaGallery.dialog.selectionSelected',\n params: { items: string },\n ): string;\n (\n key: 'patterns-fields.text.char_limit_tooltip',\n params: { maxLength: number },\n ): string;\n};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sources":["../../../src/services/translations.ts"],"sourcesContent":["// DO NOT UPDATE THIS FILE! This file was auto-generated by generate-keys.ts\nexport type TranslationsKeys =\n | 'CMS.document.add.button.text'\n | 'CMS.document.addMore.button.text'\n | 'CMS.document.action.open'\n | 'CMS.document.action.download'\n | 'CMS.document.action.replace'\n | 'CMS.document.action.replaceWithUrl'\n | 'CMS.document.action.delete'\n | 'CMS.document.pasteUrl.button'\n | 'CMS.document.pasteUrl.title'\n | 'CMS.document.replaceWithUrl.title'\n | 'CMS.document.delete.confirm'\n | 'CMS.document.delete.cancel'\n | 'CMS.mediaControl.pasteUrl.button.save'\n | 'CMS.mediaControl.pasteUrl.button.cancel'\n | 'CMS.mediaControl.pasteUrl.placeholder.document'\n | 'CMS.mediaControl.pasteUrl.placeholder.image'\n | 'CMS.mediaControl.pasteUrl.error.document'\n | 'CMS.mediaControl.pasteUrl.error.image'\n | 'auto-patterns.filters.has_value'\n | 'auto-patterns.filters.no_value'\n | 'auto-patterns.fields.type_mismatch_convert_disabled'\n | 'auto-patterns.fields.type_mismatch_clear'\n | 'auto-patterns.fields.field_type_object_title'\n | 'auto-patterns.fields.field_type_array_title'\n | 'auto-patterns.fields.field_type_address_title'\n | 'auto-patterns.fields.field_type_time_title'\n | 'auto-patterns.time_input.placeholder'\n | 'auto-patterns.time_input.invalid_message'\n | 'auto-patterns.url_view.open_in_new_tab'\n | 'auto-patterns.email_input.placeholder'\n | 'auto-patterns.email_input.invalid_message'\n | 'auto-patterns.fields.no_results_found'\n | 'auto-patterns.fields.no_items'\n | 'auto-patterns.fields.select_placeholder'\n | 'auto-patterns.fields.field_type_address_placeholder'\n | 'auto-patterns.fields.field_type_rich_text_title'\n | 'auto-patterns.fields.field_type_rich_content_title'\n | 'auto-patterns.fields.field_type_video_title'\n | 'auto-patterns.fields.add_video_tooltip'\n | 'auto-patterns.fields.replace_video_tooltip'\n | 'auto-patterns.fields.more_actions_tooltip'\n | 'auto-patterns.fields.preview_video'\n | 'auto-patterns.fields.download_video'\n | 'auto-patterns.fields.remove_video'\n | 'auto-patterns.fields.field_type_multi_document_title'\n | 'auto-patterns.fields.field_type_email_title'\n | 'auto-patterns.fields.email_input_error'\n | 'CMS.richTextEditor.toolbar.button.link.cancel'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h1.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h1.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h2.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h2.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h3.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h3.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h4.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h4.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h5.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h5.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h6.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h6.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p1.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p2.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p2.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p3.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.button.info'\n | 'CMS.richTextEditor.toolbar.headerDropdown.help.text'\n | 'CMS.richTextEditor.toolbar.button.tooltip.align'\n | 'CMS.richTextEditor.toolbar.button.tooltip.bold'\n | 'CMS.richTextEditor.toolbar.button.tooltip.clear-formation'\n | 'CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit'\n | 'CMS.richTextEditor.toolbar.button.tooltip.full-screen'\n | 'CMS.richTextEditor.toolbar.header'\n | 'CMS.richTextEditor.toolbar.button.tooltip.italic'\n | 'CMS.richTextEditor.toolbar.button.link'\n | 'CMS.richTextEditor.toolbar.button.tooltip.ol'\n | 'CMS.richTextEditor.toolbar.button.tooltip.ul'\n | 'CMS.richTextEditor.toolbar.button.tooltip.underline'\n | 'CMS.richTextEditor.toolbar.button.link.paste.url.title'\n | 'CMS.richTextEditor.toolbar.button.link.paste.url.placeholder'\n | 'CMS.richTextEditor.toolbar.button.link.save'\n | 'CMS.richContentCommon.publishLoader'\n | 'auto-patterns.fields.field_type_audio_title'\n | 'CMS.audio.button.add'\n | 'CMS.audio.button.replace'\n | 'CMS.audio.button.download'\n | 'CMS.audio.button.delete'\n | 'CMS.mediaGallery.addGallery'\n | 'CMS.mediaGallery.emptyHint'\n | 'CMS.mediaGallery.manageGallery'\n | 'CMS.mediaGallery.preview'\n | 'CMS.mediaGallery.clear'\n | 'CMS.mediaGallery.addMedia'\n | 'CMS.mediaGallery.replaceItem'\n | 'CMS.mediaGallery.preview.replace'\n | 'CMS.mediaGallery.preview.download'\n | 'CMS.mediaGallery.preview.delete'\n | 'CMS.mediaGallery.preview.previousItem'\n | 'CMS.mediaGallery.preview.nextItem'\n | 'CMS.mediaGallery.noItems.title'\n | 'CMS.mediaGallery.noItems.subtitle'\n | 'CMS.mediaGallery.noItems.addMedia'\n | 'CMS.mediaGallery.addLink.titleImage'\n | 'CMS.mediaGallery.addLink.titleVideo'\n | 'CMS.mediaGallery.addLink.subtitleImage'\n | 'CMS.mediaGallery.addLink.subtitleVideo'\n | 'CMS.mediaGallery.addLink.urlLabel'\n | 'CMS.mediaGallery.addLink.invalidUrl'\n | 'CMS.mediaGallery.addLink.targetLabel'\n | 'CMS.mediaGallery.addLink.newTab'\n | 'CMS.mediaGallery.addLink.currentTab'\n | 'CMS.mediaGallery.addLink.save'\n | 'CMS.mediaGallery.addLink.cancel'\n | 'CMS.mediaGallery.dialog.emptySearchResultsTitle'\n | 'CMS.mediaGallery.dialog.emptySearchResultsSubtitle'\n | 'CMS.mediaGallery.dialog.modalDone'\n | 'CMS.mediaGallery.dialog.modalDoneEmpty'\n | 'CMS.mediaGallery.dialog.modalTitle'\n | 'CMS.mediaGallery.dialog.selectionSelectAll'\n | 'CMS.mediaGallery.dialog.selectionDeselectAll'\n | 'CMS.mediaGallery.dialog.selectionDelete'\n | 'CMS.mediaGallery.dialog.sortLabel'\n | 'CMS.mediaGallery.dialog.sortByTitleAsc'\n | 'CMS.mediaGallery.dialog.sortByTitleDesc'\n | 'CMS.mediaGallery.dialog.sortByFilenameAsc'\n | 'CMS.mediaGallery.dialog.sortByFilenameDesc'\n | 'CMS.mediaGallery.dialog.searchPlaceholder'\n | 'CMS.mediaGallery.dialog.settingsTitle'\n | 'CMS.mediaGallery.dialog.settingsNewItemsDirectionLabel'\n | 'CMS.mediaGallery.dialog.settingsNewItemsDirectionStart'\n | 'CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd'\n | 'CMS.mediaGallery.dialog.settingsNewItemsTitleLabel'\n | 'CMS.mediaGallery.dialog.settingsNewItemsTitleEmpty'\n | 'CMS.mediaGallery.dialog.settingsNewItemsTitleFilename'\n | 'CMS.mediaGallery.dialog.itemTitleLabel'\n | 'CMS.mediaGallery.dialog.itemTitlePlaceholder'\n | 'CMS.mediaGallery.dialog.itemDescriptionLabel'\n | 'CMS.mediaGallery.dialog.itemDescriptionPlaceholder'\n | 'CMS.mediaGallery.dialog.itemAltLabel'\n | 'CMS.mediaGallery.dialog.itemAltTooltip'\n | 'CMS.mediaGallery.dialog.itemAltPlaceholder'\n | 'CMS.mediaGallery.dialog.itemDeleteTooltip'\n | 'CMS.mediaGallery.dialog.itemFocalPointTooltip'\n | 'CMS.mediaGallery.dialog.masonryLayoutTooltip'\n | 'CMS.mediaGallery.dialog.gridLayoutTooltip'\n | 'CMS.mediaGallery.dialog.externalLinkLabel'\n | 'CMS.mediaGallery.dialog.externalLinkButtonEdit'\n | 'CMS.mediaGallery.dialog.externalLinkButtonAdd'\n | 'CMS.mediaGallery.dialog.externalLinkTextPlaceholder'\n | 'patterns-fields.select.search_placeholder'\n | 'CMS.image.add'\n | 'CMS.image.replace'\n | 'CMS.image.replaceWithUrl.button'\n | 'CMS.image.replaceWithUrl.title'\n | 'CMS.image.download'\n | 'CMS.image.clear'\n | 'CMS.video.add'\n | 'CMS.video.change'\n | 'CMS.video.preview'\n | 'CMS.video.download'\n | 'CMS.video.delete'\n | 'CMS.document.delete.title'\n | 'CMS.document.delete.message'\n | 'auto-patterns.fields.type_mismatch_convert'\n | 'auto-patterns.fields.type_mismatch_tip'\n | 'CMS.mediaGallery.dialog.selectionSelected'\n | 'patterns-fields.text.char_limit_tooltip';\n\nexport type Translate = {\n (key: TranslationsKeys, params?: Record<string, string | number>): string;\n (key: 'CMS.document.delete.title', params: { filename: string }): string;\n (key: 'CMS.document.delete.message', params: { filename: string }): string;\n (\n key: 'auto-patterns.fields.type_mismatch_convert',\n params: { typeName: string },\n ): string;\n (\n key: 'auto-patterns.fields.type_mismatch_tip',\n params: { typeName: string },\n ): string;\n (\n key: 'CMS.mediaGallery.dialog.selectionSelected',\n params: { items: string },\n ): string;\n (\n key: 'patterns-fields.text.char_limit_tooltip',\n params: { maxLength: number },\n ): string;\n};\n"],"mappings":"","ignoreList":[]}
@@ -1 +1 @@
1
- .addressinput2874449935__tableAddressInput{height:36px!important;margin-left:-1px;display:flex!important;align-items:center;width:100%}.addressinput2874449935__tableAddressInput>div{padding:0!important;width:100%}.addressinput2874449935__tableAddressInput:focus-within{margin-left:2px}.actionsmenu4183498011__action{margin-left:calc(var(--wds-space-100, 6px)*-1)}.formaudiofield3651060646__addItem{height:120px!important;box-sizing:border-box}.formaudiofield3651060646__addItem:focus-within{box-shadow:var(--wds-input-shadow-focus-standard, 0 0 0 3px var(--wds-color-blue-300, var(--wsr-color-B30)));border-radius:var(--wds-border-radius-400, 8px)}.formaudiofield3651060646__addItem.formaudiofield3651060646--disabled{pointer-events:auto!important}.formaudiofield3651060646__addItem.formaudiofield3651060646--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formaudiofield3651060646__mediaTitle{line-height:18px!important}.audioplayer1516853321__root{width:fit-content;z-index:1000;position:fixed!important;bottom:42px;right:48px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.colorview2657607732__view{width:100%}.colorview2657607732__fillPreview{flex-shrink:0}.colorview2657607732__view .colorview2657607732__fillPreview{width:18px;height:18px;min-width:18px!important;min-height:18px!important}.deletedialog1541393268__layout{max-width:510px!important}.formdocumentfield2005409826__viewWrapper{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formdocumentfield2005409826__viewWrapper:hover{background:var(--wds-color-blue-500, var(--wsr-color-B50));cursor:pointer}.formdocumentfield2005409826__textWidth{max-width:calc(100% - 196px)}.formdocumentfield2005409826__documentLoader{padding-top:21px;padding-bottom:21px}.formdocumentfield2005409826__addDocument{padding-top:17px!important;padding-bottom:17px!important}.formdocumentfield2005409826__addDocument.formdocumentfield2005409826--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formdocumentfield2005409826__addItemWrapper:focus-within{box-shadow:var(--wds-input-shadow-focus-standard, 0 0 0 3px var(--wds-color-blue-300, var(--wsr-color-B30)));border-radius:var(--wds-border-radius-400, calc(2px * 4))}.exclamation236155128__exclamation{display:flex;justify-content:center;align-items:center;box-sizing:border-box;border-radius:3px;cursor:pointer}.exclamation236155128__exclamation.exclamation236155128---type-7-warning:not(.exclamation236155128--customSize),.exclamation236155128__exclamation.exclamation236155128---type-5-error:not(.exclamation236155128--customSize){width:24px;height:24px}.exclamation236155128__exclamation.exclamation236155128---type-7-warning{color:var(--wds-color-fill-warning-primary)}.exclamation236155128__exclamation.exclamation236155128---type-5-error{color:var(--wds-color-fill-destructive-primary)}.exclamation236155128__actions{display:flex;flex-direction:column}.exclamation236155128__action{white-space:normal!important;height:auto!important;text-align:left;gap:6px}.exclamation236155128__action+.exclamation236155128__action{margin-top:6px}.exclamation236155128__action.exclamation236155128--accented{color:var(--wds-color-blue-100)}.exclamation236155128__action.exclamation236155128--accented:hover{color:var(--wds-color-blue-200)}.highlightedtext4160062194__root.highlightedtext4160062194--highlightedBackground{animation:highlightedtext4160062194__highlighted 150ms ease-out 1 forwards}.highlightedtext4160062194__substring.highlightedtext4160062194--isHighlighted{animation:highlightedtext4160062194__highlighted-match 150ms ease-out 50ms 1 forwards}@keyframes highlightedtext4160062194__highlighted{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-400, var(--wsr-color-Y40))}}@keyframes highlightedtext4160062194__highlighted-match{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-200, var(--wsr-color-Y20))}}.pasteurlbutton2793897208__root{margin-top:6px}.pasteurlbutton2793897208__iconButtonTooltip{height:max-content}.pasteurlbutton2793897208__iconButton{width:24px;height:24px}.formmediagalleryfield1817893524__container{display:flex;min-height:128px;max-height:259px}.formmediagalleryfield1817893524__viewBox{display:flex;height:100%;width:100%;flex-wrap:wrap}.formmediagalleryfield1817893524__addItemWrapper{height:128px;width:100%;box-sizing:border-box}.formmediagalleryfield1817893524__addItem{box-sizing:border-box}.formmediagalleryfield1817893524__overlay{width:initial!important;min-width:382px!important}.formmediagalleryfield1817893524__image.formmediagalleryfield1817893524--withMarginRight{margin-right:3px}.formmediagalleryfield1817893524__image.formmediagalleryfield1817893524--withMarginTop{margin-top:3px}.formmediagalleryfield1817893524__previewImage{max-height:calc(100% - 12px)!important}.formmediagalleryfield1817893524__previewVideo{border-radius:8px;max-width:100%;max-height:calc(100% - 12px)!important}.mediaimage216154035__root{display:flex;align-items:center;flex-shrink:0;position:relative;box-sizing:border-box}.mediaimage216154035__root.mediaimage216154035--error{--mediaimage216154035-from:calc(50% - 0.5px);--mediaimage216154035-to:calc(50% + 0.5px);background-image:linear-gradient(to bottom right,transparent var(--mediaimage216154035-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage216154035-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage216154035-to),transparent var(--mediaimage216154035-to))}.mediaimage216154035__root.mediaimage216154035--error>*{opacity:0}.overlay1994304343__iconOverlay{position:absolute;color:var(--wds-color-white, var(--overlay1994304343-wsr-color-D80, #FFFFFF));background-color:transparent;filter:drop-shadow(0 1px 1px rgba(22,45,61,.6));-webkit-filter:drop-shadow(0 1px 1px rgba(22,45,61,.6))}.overlay1994304343__iconOverlay.overlay1994304343---size-5-small{width:20px;height:20px}.overlay1994304343__iconOverlay.overlay1994304343---size-6-medium{width:24px;height:24px}.overlay1994304343__iconOverlay.overlay1994304343---size-5-large{width:28px;height:28px}.overlay1994304343__iconOverlay.overlay1994304343---placement-7-topLeft{top:2px;left:2px}.overlay1994304343__iconOverlay.overlay1994304343---placement-10-bottomLeft{bottom:2px;left:2px}.medialoader1774972642__loader{border-radius:6px}.medialoader1774972642__loader.medialoader1774972642--isDashed{border:dashed 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.medialoader1774972642__loader.medialoader1774972642--isSolid{border:solid 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.mediatag1916996652__root{box-sizing:border-box;padding:3px 6px 3px 3px;border-radius:3px;max-height:24px;min-width:54px;max-width:100%;background-color:var(--wds-color-blue-400, var(--wsr-color-B40))}.formmultidocument189454545__viewRoot{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formmultidocument189454545__singleViewWrapper{border-radius:0;border-bottom:1px solid var(--wds-color-neutral-600, var(--wsr-color-D60));background-color:transparent!important}.formmultidocument189454545__viewRoot>div:first-child .formmultidocument189454545__singleViewWrapper{border-top-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-top-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.formmultidocument189454545__singleViewWrapper:hover{background-color:var(--wds-color-blue-500, var(--wsr-color-B50))!important}.formmultidocument189454545__singleViewWrapper:focus-visible{border-bottom:1px solid transparent;position:relative;z-index:1}.formmultidocument189454545__addDocumentButton{border-bottom-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-bottom-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.formmultidocument189454545__addDocumentButton:focus-within{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-bottom-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.richcontentdefaultvalueinput29875928__richContentEditorContainer .richcontentdefaultvalueinput29875928__editor{max-height:calc(40vh - var(--richcontentdefaultvalueinput29875928-topToolbarHeight) - var(--richcontentdefaultvalueinput29875928-bottomToolbarHeight))}.richcontentforminput753330684__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-blue-300);border-radius:var(--wds-border-radius-300)}.richcontentforminput753330684__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richcontentforminput753330684__root .richcontentforminput753330684__editor{overflow-y:auto;max-height:calc(80vh - var(--richcontentforminput753330684-topToolbarHeight) - var(--richcontentforminput753330684-bottomToolbarHeight))}.richcontentformreadonlyinput351246339__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-black-600);border-radius:var(--wds-border-radius-300)}.richcontentformreadonlyinput351246339__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.fullscreenmodal2578374957__modalContent{display:flex;flex-direction:column;position:relative;height:100%;width:782px;background-color:var(--wds-color-white, var(--wsr-color-D80, #ffffff));border-radius:var(--wds-border-radius-300, var(--wsr-border-radius-06, 6px));margin-top:24px}.publishloader3036007075__publishLoader{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--wds-color-white);z-index:5000;border-radius:inherit}.togglefullscreenbutton4262494651__root{z-index:5;box-sizing:border-box;position:absolute;right:0;top:calc(50% - 16px)!important;padding-right:3px}.togglefullscreenbutton4262494651__root button{border-radius:6px!important}.richcontenteditor1849865231__root{position:relative;font-family:var(--richcontenteditor1849865231-wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)}.richcontenteditor1849865231__root,.richcontenteditor1849865231__toolbarContainer,.richcontenteditor1849865231__footerToolbarContainer{width:100%;box-sizing:border-box}.richcontenteditor1849865231__toolbarContainer div{box-sizing:border-box}.richcontenteditor1849865231__toolbarAndFullScreenButtonWrapper{display:flex;position:relative}.richcontenteditor1849865231__editor{box-sizing:border-box;padding:36px 24px 36px 55px}.richcontenteditor1849865231__modalEditor{display:flex;flex-direction:column;flex:1;height:100%}.richcontenteditor1849865231__modalEditor .richcontenteditor1849865231__editor{overflow-y:auto;flex:1;min-width:592px;box-sizing:border-box}.richcontenteditor1849865231__modalEditor .richcontenteditor1849865231__footerToolbarContainer{margin-top:9px}.richcontenteditor1849865231__toolbarContainer button[data-hook~=text-button-headings]>span{display:inline-flex;padding-inline-end:3px!important}.richcontenteditor1849865231__toolbarContainer button[data-hook~=text-button-ai]>span{padding-inline-end:9px!important}.richcontenttoolbar2248996894__toolbar{border-top:1px solid rgba(51,51,51,.1);z-index:2;margin-right:auto;padding-left:6px;margin-left:auto;position:relative;height:40px;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box}.richcontenttoolbar2248996894__toolbarButton{line-height:40px;background:0 0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 5px 0 0}.richcontenttoolbar2248996894__toolbarButton:disabled{color:graytext}.richcontenttoolbar2248996894__toolbar label{padding:0 8px}.richcontentviewer1851593110__root{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:36px}.richcontentviewer1851593110__root.richcontentviewer1851593110--isFullScreen{padding:12px 24px}.richcontentviewer1851593110__root:not(.richcontentviewer1851593110--isFullScreen){padding:6px 24px 6px 12px}.richcontentviewer1851593110__root ToggleButton{margin:0;padding:0;border:0;position:absolute;top:2px!important;right:2px;width:30px;height:30px}.richcontentviewer1851593110__viewer{height:calc(100% - 36px);width:100%}.richcontentviewer1851593110__modalViewer{min-width:592px;overflow:auto}.richtexteditor3008854828__root{width:100%;box-sizing:border-box;outline:0;overflow:hidden;border-radius:var(--wds-border-radius-300)}.richtexteditor3008854828__root.richtexteditor3008854828---border-4-none{border:0}.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard{border:1px solid var(--wds-color-blue-300)}.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard:focus,.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard.richtexteditor3008854828---status-5-error{border:1px solid var(--wds-color-red-100)}.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard.richtexteditor3008854828---status-5-error:focus,.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard.richtexteditor3008854828---status-5-error:focus-within{border:1px solid var(--wds-color-red-100);box-shadow:0 0 0 3px var(--wds-color-red-300)}.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard.richtexteditor3008854828---status-7-warning{border:1px solid var(--wds-color-yellow-100)}.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard.richtexteditor3008854828---status-7-warning:focus,.richtexteditor3008854828__root.richtexteditor3008854828---border-8-standard.richtexteditor3008854828---status-7-warning:focus-within{border:1px solid var(--wds-color-yellow-100);box-shadow:0 0 0 3px var(--wds-color-yellow-300)}.richtexteditor3008854828__nativeInput{position:absolute;opacity:0;padding:0;margin:0;border:0;width:0;height:0}.richtexteditor3008854828__editor{height:auto;line-height:auto;display:flex;width:100%;height:100%;min-height:234px;overflow:hidden;box-sizing:border-box;flex-direction:row;border-radius:var(--wds-border-radius-300)}.richtexteditor3008854828__editor.richtexteditor3008854828--isFullScreen{max-width:782px;min-width:582px;background:var(--wds-color-black-700)}.richtexteditor3008854828__editor:not(.richtexteditor3008854828--isFullScreen){max-height:80vh}.richtexteditor3008854828__editor>div{flex:1;max-width:100%}.toolbar2031504778__root{padding:12px 18px;display:flex;border-bottom:1px solid var(--wds-color-blue-400);background:var(--wds-color-white);align-items:center}.toolbar2031504778__item{display:flex;margin-right:12px}.toolbar2031504778__item svg,.toolbar2031504778__item svg path,.toolbar2031504778__item svg text{color:inherit;fill:currentColor}.toolbar2031504778__separator{display:inline-flex;margin-right:12px;border-left:1px solid #ddd;height:100%}.toolbar2031504778__clearFormatting{margin-left:auto}.toolbar2031504778__fullScreen{margin-right:0}.toolbar2031504778__dropdownItemContent{height:36px;width:100%;display:flex;gap:12px;justify-content:space-between;align-items:center}.toolbar2031504778__dropdownItemContent.toolbar2031504778--selected .toolbar2031504778__dropdownItemTitle,.toolbar2031504778__dropdownItemContent.toolbar2031504778--selected .toolbar2031504778__dropdownItemSubtitle{color:var(--wds-color-white)!important}.toolbar2031504778__dropdownItemSubtitle{color:var(--wds-color-black-400)!important;padding-right:12px;flex-shrink:0}.toolbar2031504778__dropdownHeaderOne{font-weight:var(--wds-font-weight-bold)!important;font-size:36px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownHeaderTwo{font-weight:var(--wds-font-weight-bold)!important;font-size:32px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownHeaderThree{font-weight:var(--wds-font-weight-medium)!important;font-size:28px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownHeaderFour{font-weight:var(--wds-font-weight-bold)!important;font-size:24px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownHeaderFive{font-weight:var(--wds-font-weight-bold)!important;font-size:22px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownHeaderSix{font-weight:var(--wds-font-weight-medium)!important;font-size:20px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownParagraphOne{font-weight:var(--wds-font-weight-medium)!important;font-size:18px!important;line-height:1.33!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownNormalText{font-weight:var(--wds-font-weight-medium)!important;font-size:var(--wds-font-size-500)!important;line-height:var(--wds-font-line-height-300)!important;font-family:var(--wds-font-family-default)!important}.toolbar2031504778__dropdownParagraphThree{font-weight:var(--wds-font-weight-medium)!important;font-size:14px!important;line-height:1.29!important;font-family:var(--wds-font-family-default)!important}.textview4186768641__textView::after{content:"";display:block}.richeditor3394019726__root{display:flex;flex-direction:column;font-weight:var(--wds-font-weight-medium);font-size:var(--wds-font-size-500);line-height:var(--wds-font-line-height-300);font-family:var(--wds-font-family-default)}.richeditor3394019726__editor{box-sizing:border-box;overflow:auto;display:flex;flex-direction:column;flex:1;cursor:text;color:var(--wds-color-black-100);background:var(--wds-color-black-700)}.richeditor3394019726__editor .DraftEditor-root{width:100%;height:100%}.richeditor3394019726__editor .DraftEditor-root [data-contents]{overflow:auto}.richeditor3394019726__editor .DraftEditor-editorContainer{display:flex;min-height:100%;background:#fff}.richeditor3394019726__editor .public-DraftEditor-content{padding:12px 24px 24px;min-height:100%;width:100%;box-sizing:border-box}.richeditor3394019726__editor .public-DraftEditor-content ol,.richeditor3394019726__editor .public-DraftEditor-content ul{display:flex;flex-direction:column;padding:0}.richeditor3394019726__editor .public-DraftEditor-content a,.richeditor3394019726__editor .public-DraftEditor-content a:visited{color:inherit;text-decoration:none}.richeditor3394019726__header-one:not(li),.richeditor3394019726__header-two:not(li),.richeditor3394019726__header-three:not(li),.richeditor3394019726__header-four:not(li),.richeditor3394019726__header-five:not(li),.richeditor3394019726__header-six:not(li){margin-block:0;margin:0}.richeditor3394019726__header-one,.richeditor3394019726__editor li.richeditor3394019726__header-one .public-DraftStyleDefault-block{font:var(--rt-h1-fontStyle, normal) var(--rt-h1-fontWeight, var(--wds-font-weight-bold)) var(--rt-h1-fontSize, 72px)/var(--rt-h1-lineHeight, 1.33) var(--rt-h1-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__header-two,.richeditor3394019726__editor li.richeditor3394019726__header-two .public-DraftStyleDefault-block{font:var(--rt-h2-fontStyle, normal) var(--rt-h2-fontWeight, var(--wds-font-weight-bold)) var(--rt-h2-fontSize, 42px)/var(--rt-h2-lineHeight, 1.2) var(--rt-h2-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__header-three,.richeditor3394019726__editor li.richeditor3394019726__header-three .public-DraftStyleDefault-block{font:var(--rt-h3-fontStyle, normal) var(--rt-h3-fontWeight, var(--wds-font-weight-medium)) var(--rt-h3-fontSize, 38px)/var(--rt-h3-lineHeight, 1.2) var(--rt-h3-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__header-four,.richeditor3394019726__editor li.richeditor3394019726__header-four .public-DraftStyleDefault-block{font:var(--rt-h4-fontStyle, normal) var(--rt-h4-fontWeight, var(--wds-font-weight-bold)) var(--rt-h4-fontSize, 34px)/var(--rt-h4-lineHeight, 1.2) var(--rt-h4-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__header-five,.richeditor3394019726__editor li.richeditor3394019726__header-five .public-DraftStyleDefault-block{font:var(--rt-h5-fontStyle, normal) var(--rt-h5-fontWeight, var(--wds-font-weight-bold)) var(--rt-h5-fontSize, 28px)/var(--rt-h5-lineHeight, 1.2) var(--rt-h5-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__header-six,.richeditor3394019726__editor li.richeditor3394019726__header-six .public-DraftStyleDefault-block{font:var(--rt-h6-fontStyle, normal) var(--rt-h6-fontWeight, var(--wds-font-weight-medium)) var(--rt-h6-fontSize, 22px)/var(--rt-h6-lineHeight, 1.2) var(--rt-h6-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__paragraph-one,.richeditor3394019726__editor li.richeditor3394019726__paragraph-one .public-DraftStyleDefault-block{font:var(--rt-p1-fontStyle, normal) var(--rt-p1-fontWeight, var(--wds-font-weight-medium)) var(--rt-p1-fontSize, 18px)/var(--rt-p1-lineHeight, 24px) var(--rt-p1-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__unstyled,.richeditor3394019726__editor li.richeditor3394019726__unstyled .public-DraftStyleDefault-block{font:var(--rt-unstyled-fontStyle, normal) var(--rt-unstyled-fontWeight, var(--wds-font-weight-medium)) var(--rt-unstyled-fontSize, 16px)/var(--rt-unstyled-lineHeight, 24px) var(--rt-unstyled-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__paragraph-three,.richeditor3394019726__editor li.richeditor3394019726__paragraph-three .public-DraftStyleDefault-block{font:var(--rt-p3-fontStyle, normal) var(--rt-p3-fontWeight, var(--wds-font-weight-medium)) var(--rt-p3-fontSize, 14px)/var(--rt-p3-lineHeight, 18px) var(--rt-p3-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-one:first-child~li{font:var(--rt-h1-fontStyle, normal) var(--rt-h1-fontWeight, var(--wds-font-weight-bold)) var(--rt-h1-fontSize, 72px)/var(--rt-h1-lineHeight, 1.33) var(--rt-h1-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-one:first-child~li::marker{line-height:var(--rt-h1-fontSize, 72px)}.richeditor3394019726__editor li.richeditor3394019726__header-two:first-child~li{font:var(--rt-h2-fontStyle, normal) var(--rt-h2-fontWeight, var(--wds-font-weight-bold)) var(--rt-h2-fontSize, 42px)/var(--rt-h2-lineHeight, 1.2) var(--rt-h2-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-two:first-child~li::marker{line-height:var(--rt-h2-fontSize, 42px)}.richeditor3394019726__editor li.richeditor3394019726__header-three:first-child~li{font:var(--rt-h3-fontStyle, normal) var(--rt-h3-fontWeight, var(--wds-font-weight-medium)) var(--rt-h3-fontSize, 38px)/var(--rt-h3-lineHeight, 1.2) var(--rt-h3-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-three:first-child~li::marker{line-height:var(--rt-h3-fontSize, 38px)}.richeditor3394019726__editor li.richeditor3394019726__header-four:first-child~li{font:var(--rt-h4-fontStyle, normal) var(--rt-h4-fontWeight, var(--wds-font-weight-bold)) var(--rt-h4-fontSize, 34px)/var(--rt-h4-lineHeight, 1.2) var(--rt-h4-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-four:first-child~li::marker{line-height:var(--rt-h4-fontSize, 34px)}.richeditor3394019726__editor li.richeditor3394019726__header-five:first-child~li{font:var(--rt-h5-fontStyle, normal) var(--rt-h5-fontWeight, var(--wds-font-weight-bold)) var(--rt-h5-fontSize, 28px)/var(--rt-h5-lineHeight, 1.2) var(--rt-h5-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-five:first-child~li::marker{line-height:var(--rt-h5-fontSize, 28px)}.richeditor3394019726__editor li.richeditor3394019726__header-six:first-child~li{font:var(--rt-h6-fontStyle, normal) var(--rt-h6-fontWeight, var(--wds-font-weight-medium)) var(--rt-h6-fontSize, 22px)/var(--rt-h6-lineHeight, 1.2) var(--rt-h6-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__header-six:first-child~li::marker{line-height:var(--rt-h6-fontSize, 22px)}.richeditor3394019726__editor li.richeditor3394019726__paragraph-one:first-child~li{font:var(--rt-p1-fontStyle, normal) var(--rt-p1-fontWeight, var(--wds-font-weight-medium)) var(--rt-p1-fontSize, 18px)/var(--rt-p1-lineHeight, 24px) var(--rt-p1-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__unstyled:first-child~li{font:var(--rt-unstyled-fontStyle, normal) var(--rt-unstyled-fontWeight, var(--wds-font-weight-medium)) var(--rt-unstyled-fontSize, 16px)/var(--rt-unstyled-lineHeight, 24px) var(--rt-unstyled-fontFamily, var(--wds-font-family-default))}.richeditor3394019726__editor li.richeditor3394019726__paragraph-three:first-child~li{font:var(--rt-p3-fontStyle, normal) var(--rt-p3-fontWeight, var(--wds-font-weight-medium)) var(--rt-p3-fontSize, 14px)/var(--rt-p3-lineHeight, 18px) var(--rt-p3-fontFamily, var(--wds-font-family-default))}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth0{margin-inline-start:2ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth1{margin-inline-start:4ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth2{margin-inline-start:6ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth3{margin-inline-start:8ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth4{margin-inline-start:10ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth0:first-child{margin-inline-start:2ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0{margin-inline-start:2ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+10){margin-inline-start:3ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+100){margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+1000){margin-inline-start:5ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth1:first-child{margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1{margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+10){margin-inline-start:5ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+100){margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+1000){margin-inline-start:7ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth2:first-child{margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2{margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+10){margin-inline-start:7ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+100){margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+1000){margin-inline-start:9ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth3:first-child{margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3{margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+10){margin-inline-start:9ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+100){margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+1000){margin-inline-start:11ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth4:first-child{margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4{margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+10){margin-inline-start:11ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+100){margin-inline-start:12ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+1000){margin-inline-start:13ch}.richeditor3394019726__align-left{text-align:left;align-self:flex-start}.richeditor3394019726__align-right{text-align:right;align-self:flex-end}.richeditor3394019726__align-center{text-align:center;align-self:center}.richeditor3394019726__align-justify{text-align:justify;align-self:stretch}.richeditor3394019726__withMargin{display:inline-block}.richeditor3394019726__dir-rtl,.richeditor3394019726__editor .public-DraftStyleDefault-rtl{direction:rtl}.richeditor3394019726__editor .public-DraftStyleDefault-listRTL{direction:rtl;text-align:right;max-width:100%}
1
+ .addressinput436106120__tableAddressInput{height:36px!important;margin-left:-1px;display:flex!important;align-items:center;width:100%}.addressinput436106120__tableAddressInput>div{padding:0!important;width:100%}.addressinput436106120__tableAddressInput:focus-within{margin-left:2px}.actionsmenu3423259781__action{margin-left:calc(var(--wds-space-100, 6px)*-1)}.formaudiofield3739761485__addItem{height:120px!important;box-sizing:border-box}.formaudiofield3739761485__addItem:focus-within{box-shadow:var(--wds-input-shadow-focus-standard, 0 0 0 3px var(--wds-color-blue-300, var(--wsr-color-B30)));border-radius:var(--wds-border-radius-400, 8px)}.formaudiofield3739761485__addItem.formaudiofield3739761485--disabled{pointer-events:auto!important}.formaudiofield3739761485__addItem.formaudiofield3739761485--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formaudiofield3739761485__mediaTitle{line-height:18px!important}.audioplayer2631043297__root{width:fit-content;z-index:1000;position:fixed!important;bottom:42px;right:48px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.colorview1533225918__view{width:100%}.colorview1533225918__fillPreview{flex-shrink:0}.colorview1533225918__view .colorview1533225918__fillPreview{width:18px;height:18px;min-width:18px!important;min-height:18px!important}.deletedialog2766386481__layout{max-width:510px!important}.formdocumentfield1710149784__viewWrapper{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formdocumentfield1710149784__viewWrapper:hover{background:var(--wds-color-blue-500, var(--wsr-color-B50));cursor:pointer}.formdocumentfield1710149784__textWidth{max-width:calc(100% - 196px)}.formdocumentfield1710149784__documentLoader{padding-top:21px;padding-bottom:21px}.formdocumentfield1710149784__addDocument{padding-top:17px!important;padding-bottom:17px!important}.formdocumentfield1710149784__addDocument.formdocumentfield1710149784--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formdocumentfield1710149784__addItemWrapper:focus-within{box-shadow:var(--wds-input-shadow-focus-standard, 0 0 0 3px var(--wds-color-blue-300, var(--wsr-color-B30)));border-radius:var(--wds-border-radius-400, calc(2px * 4))}.exclamation1025289217__exclamation{display:flex;justify-content:center;align-items:center;box-sizing:border-box;border-radius:3px;cursor:pointer}.exclamation1025289217__exclamation.exclamation1025289217---type-7-warning:not(.exclamation1025289217--customSize),.exclamation1025289217__exclamation.exclamation1025289217---type-5-error:not(.exclamation1025289217--customSize){width:24px;height:24px}.exclamation1025289217__exclamation.exclamation1025289217---type-7-warning{color:var(--wds-color-fill-warning-primary)}.exclamation1025289217__exclamation.exclamation1025289217---type-5-error{color:var(--wds-color-fill-destructive-primary)}.exclamation1025289217__actions{display:flex;flex-direction:column}.exclamation1025289217__action{white-space:normal!important;height:auto!important;text-align:left;gap:6px}.exclamation1025289217__action+.exclamation1025289217__action{margin-top:6px}.exclamation1025289217__action.exclamation1025289217--accented{color:var(--wds-color-blue-100)}.exclamation1025289217__action.exclamation1025289217--accented:hover{color:var(--wds-color-blue-200)}.highlightedtext1593671152__root.highlightedtext1593671152--highlightedBackground{animation:highlightedtext1593671152__highlighted 150ms ease-out 1 forwards}.highlightedtext1593671152__substring.highlightedtext1593671152--isHighlighted{animation:highlightedtext1593671152__highlighted-match 150ms ease-out 50ms 1 forwards}@keyframes highlightedtext1593671152__highlighted{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-400, var(--wsr-color-Y40))}}@keyframes highlightedtext1593671152__highlighted-match{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-200, var(--wsr-color-Y20))}}.thumbnailreplaceoverlay3138302508__root{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4);border-radius:3px}.thumbnailreplaceoverlay3138302508__icon{color:#fff;width:18px;height:18px}.pasteurlbutton1583106728__root{margin-top:6px}.pasteurlbutton1583106728__iconButtonTooltip{height:max-content}.pasteurlbutton1583106728__iconButton{width:24px;height:24px}.formmediagalleryfield896548020__container{display:flex;min-height:128px;max-height:259px}.formmediagalleryfield896548020__viewBox{display:flex;height:100%;width:100%;flex-wrap:wrap}.formmediagalleryfield896548020__addItemWrapper{height:128px;width:100%;box-sizing:border-box}.formmediagalleryfield896548020__addItem{box-sizing:border-box}.formmediagalleryfield896548020__overlay{width:initial!important;min-width:382px!important}.formmediagalleryfield896548020__image.formmediagalleryfield896548020--withMarginRight{margin-right:3px}.formmediagalleryfield896548020__image.formmediagalleryfield896548020--withMarginTop{margin-top:3px}.formmediagalleryfield896548020__previewImage{max-height:calc(100% - 12px)!important}.formmediagalleryfield896548020__previewVideo{border-radius:8px;max-width:100%;max-height:calc(100% - 12px)!important}.mediaimage3815000853__root{display:flex;align-items:center;flex-shrink:0;position:relative;box-sizing:border-box}.mediaimage3815000853__root.mediaimage3815000853--error{--mediaimage3815000853-from:calc(50% - 0.5px);--mediaimage3815000853-to:calc(50% + 0.5px);background-image:linear-gradient(to bottom right,transparent var(--mediaimage3815000853-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage3815000853-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage3815000853-to),transparent var(--mediaimage3815000853-to))}.mediaimage3815000853__root.mediaimage3815000853--error>*{opacity:0}.overlay289352330__iconOverlay{position:absolute;color:var(--wds-color-white, var(--overlay289352330-wsr-color-D80, #FFFFFF));background-color:transparent;filter:drop-shadow(0 1px 1px rgba(22,45,61,.6));-webkit-filter:drop-shadow(0 1px 1px rgba(22,45,61,.6))}.overlay289352330__iconOverlay.overlay289352330---size-5-small{width:20px;height:20px}.overlay289352330__iconOverlay.overlay289352330---size-6-medium{width:24px;height:24px}.overlay289352330__iconOverlay.overlay289352330---size-5-large{width:28px;height:28px}.overlay289352330__iconOverlay.overlay289352330---placement-7-topLeft{top:2px;left:2px}.overlay289352330__iconOverlay.overlay289352330---placement-10-bottomLeft{bottom:2px;left:2px}.medialoader1955011350__loader{border-radius:6px}.medialoader1955011350__loader.medialoader1955011350--isDashed{border:dashed 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.medialoader1955011350__loader.medialoader1955011350--isSolid{border:solid 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.mediatag562852759__root{box-sizing:border-box;padding:3px 6px 3px 3px;border-radius:3px;max-height:24px;min-width:54px;max-width:100%;background-color:var(--wds-color-blue-400, var(--wsr-color-B40))}.formmultidocument3080137474__viewRoot{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formmultidocument3080137474__singleViewWrapper{border-radius:0;border-bottom:1px solid var(--wds-color-neutral-600, var(--wsr-color-D60));background-color:transparent!important}.formmultidocument3080137474__viewRoot>div:first-child .formmultidocument3080137474__singleViewWrapper{border-top-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-top-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.formmultidocument3080137474__singleViewWrapper:hover{background-color:var(--wds-color-blue-500, var(--wsr-color-B50))!important}.formmultidocument3080137474__singleViewWrapper:focus-visible{border-bottom:1px solid transparent;position:relative;z-index:1}.formmultidocument3080137474__addDocumentButton{border-bottom-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-bottom-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.formmultidocument3080137474__addDocumentButton:focus-within{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-bottom-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.richcontentdefaultvalueinput2409703277__richContentEditorContainer .richcontentdefaultvalueinput2409703277__editor{max-height:calc(40vh - var(--richcontentdefaultvalueinput2409703277-topToolbarHeight) - var(--richcontentdefaultvalueinput2409703277-bottomToolbarHeight))}.richcontentforminput3363858406__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-blue-300);border-radius:var(--wds-border-radius-300)}.richcontentforminput3363858406__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richcontentforminput3363858406__root .richcontentforminput3363858406__editor{overflow-y:auto;max-height:calc(80vh - var(--richcontentforminput3363858406-topToolbarHeight) - var(--richcontentforminput3363858406-bottomToolbarHeight))}.richcontentformreadonlyinput1336939944__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-black-600);border-radius:var(--wds-border-radius-300)}.richcontentformreadonlyinput1336939944__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.fullscreenmodal1258825866__modalContent{display:flex;flex-direction:column;position:relative;height:100%;width:782px;background-color:var(--wds-color-white, var(--wsr-color-D80, #ffffff));border-radius:var(--wds-border-radius-300, var(--wsr-border-radius-06, 6px));margin-top:24px}.publishloader3959048671__publishLoader{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--wds-color-white);z-index:5000;border-radius:inherit}.togglefullscreenbutton4151648232__root{z-index:5;box-sizing:border-box;position:absolute;right:0;top:calc(50% - 16px)!important;padding-right:3px}.togglefullscreenbutton4151648232__root button{border-radius:6px!important}.richcontenteditor3989221434__root{position:relative;font-family:var(--richcontenteditor3989221434-wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)}.richcontenteditor3989221434__root,.richcontenteditor3989221434__toolbarContainer,.richcontenteditor3989221434__footerToolbarContainer{width:100%;box-sizing:border-box}.richcontenteditor3989221434__toolbarContainer div{box-sizing:border-box}.richcontenteditor3989221434__toolbarAndFullScreenButtonWrapper{display:flex;position:relative}.richcontenteditor3989221434__editor{box-sizing:border-box;padding:36px 24px 36px 55px}.richcontenteditor3989221434__modalEditor{display:flex;flex-direction:column;flex:1;height:100%}.richcontenteditor3989221434__modalEditor .richcontenteditor3989221434__editor{overflow-y:auto;flex:1;min-width:592px;box-sizing:border-box}.richcontenteditor3989221434__modalEditor .richcontenteditor3989221434__footerToolbarContainer{margin-top:9px}.richcontenteditor3989221434__toolbarContainer button[data-hook~=text-button-headings]>span{display:inline-flex;padding-inline-end:3px!important}.richcontenteditor3989221434__toolbarContainer button[data-hook~=text-button-ai]>span{padding-inline-end:9px!important}.richcontenttoolbar3885793659__toolbar{border-top:1px solid rgba(51,51,51,.1);z-index:2;margin-right:auto;padding-left:6px;margin-left:auto;position:relative;height:40px;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box}.richcontenttoolbar3885793659__toolbarButton{line-height:40px;background:0 0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 5px 0 0}.richcontenttoolbar3885793659__toolbarButton:disabled{color:graytext}.richcontenttoolbar3885793659__toolbar label{padding:0 8px}.richcontentviewer666651414__root{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:36px}.richcontentviewer666651414__root.richcontentviewer666651414--isFullScreen{padding:12px 24px}.richcontentviewer666651414__root:not(.richcontentviewer666651414--isFullScreen){padding:6px 24px 6px 12px}.richcontentviewer666651414__root ToggleButton{margin:0;padding:0;border:0;position:absolute;top:2px!important;right:2px;width:30px;height:30px}.richcontentviewer666651414__viewer{height:calc(100% - 36px);width:100%}.richcontentviewer666651414__modalViewer{min-width:592px;overflow:auto}.richtexteditor681555492__root{width:100%;box-sizing:border-box;outline:0;overflow:hidden;border-radius:var(--wds-border-radius-300)}.richtexteditor681555492__root.richtexteditor681555492---border-4-none{border:0}.richtexteditor681555492__root.richtexteditor681555492---border-8-standard{border:1px solid var(--wds-color-blue-300)}.richtexteditor681555492__root.richtexteditor681555492---border-8-standard:focus,.richtexteditor681555492__root.richtexteditor681555492---border-8-standard:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richtexteditor681555492__root.richtexteditor681555492---border-8-standard.richtexteditor681555492---status-5-error{border:1px solid var(--wds-color-red-100)}.richtexteditor681555492__root.richtexteditor681555492---border-8-standard.richtexteditor681555492---status-5-error:focus,.richtexteditor681555492__root.richtexteditor681555492---border-8-standard.richtexteditor681555492---status-5-error:focus-within{border:1px solid var(--wds-color-red-100);box-shadow:0 0 0 3px var(--wds-color-red-300)}.richtexteditor681555492__root.richtexteditor681555492---border-8-standard.richtexteditor681555492---status-7-warning{border:1px solid var(--wds-color-yellow-100)}.richtexteditor681555492__root.richtexteditor681555492---border-8-standard.richtexteditor681555492---status-7-warning:focus,.richtexteditor681555492__root.richtexteditor681555492---border-8-standard.richtexteditor681555492---status-7-warning:focus-within{border:1px solid var(--wds-color-yellow-100);box-shadow:0 0 0 3px var(--wds-color-yellow-300)}.richtexteditor681555492__nativeInput{position:absolute;opacity:0;padding:0;margin:0;border:0;width:0;height:0}.richtexteditor681555492__editor{height:auto;line-height:auto;display:flex;width:100%;height:100%;min-height:234px;overflow:hidden;box-sizing:border-box;flex-direction:row;border-radius:var(--wds-border-radius-300)}.richtexteditor681555492__editor.richtexteditor681555492--isFullScreen{max-width:782px;min-width:582px;background:var(--wds-color-black-700)}.richtexteditor681555492__editor:not(.richtexteditor681555492--isFullScreen){max-height:80vh}.richtexteditor681555492__editor>div{flex:1;max-width:100%}.toolbar3885570681__root{padding:12px 18px;display:flex;border-bottom:1px solid var(--wds-color-blue-400, var(--toolbar3885570681-wsr-color-B40, #d6dcff));background:var(--wds-color-white, var(--toolbar3885570681-wsr-color-D80, #ffffff));align-items:center}.toolbar3885570681__item{display:flex;margin-right:12px}.toolbar3885570681__item svg,.toolbar3885570681__item svg path,.toolbar3885570681__item svg text{color:inherit;fill:currentColor}.toolbar3885570681__separator{display:inline-flex;margin-right:12px;border-left:1px solid #ddd;align-self:stretch}.toolbar3885570681__clearFormatting{margin-left:auto}.toolbar3885570681__fullScreen{margin-right:0}.toolbar3885570681__dropdownItemContent{height:36px;width:100%;display:flex;gap:12px;justify-content:space-between;align-items:center}.toolbar3885570681__dropdownItemContent.toolbar3885570681--selected .toolbar3885570681__dropdownItemTitle,.toolbar3885570681__dropdownItemContent.toolbar3885570681--selected .toolbar3885570681__dropdownItemSubtitle{color:var(--wds-color-white)!important}.toolbar3885570681__dropdownItemSubtitle{color:var(--wds-color-black-400)!important;padding-right:12px;flex-shrink:0}.toolbar3885570681__dropdownHeaderOne{font-weight:var(--wds-font-weight-bold)!important;font-size:36px!important;line-height:1.2!important;font-family:var(--wds-font-family-default, var(--wsr-font-family, Madefor))!important}.toolbar3885570681__dropdownHeaderTwo{font-weight:var(--wds-font-weight-bold)!important;font-size:32px!important;line-height:1.2!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownHeaderThree{font-weight:var(--wds-font-weight-medium)!important;font-size:28px!important;line-height:1.2!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownHeaderFour{font-weight:var(--wds-font-weight-bold)!important;font-size:24px!important;line-height:1.2!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownHeaderFive{font-weight:var(--wds-font-weight-bold)!important;font-size:22px!important;line-height:1.2!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownHeaderSix{font-weight:var(--wds-font-weight-medium)!important;font-size:20px!important;line-height:1.2!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownParagraphOne{font-weight:var(--wds-font-weight-medium)!important;font-size:18px!important;line-height:1.33!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownNormalText{font-weight:var(--wds-font-weight-medium)!important;font-size:var(--wds-font-size-500)!important;line-height:var(--wds-font-line-height-300)!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.toolbar3885570681__dropdownParagraphThree{font-weight:var(--wds-font-weight-medium)!important;font-size:14px!important;line-height:1.29!important;font-family:var(--wds-font-family-default, Madefor, Helvetica Neue, Helvetica, Arial, sans-serif)!important}.textview2328621760__textView::after{content:"";display:block}.richeditor1108902122__root{display:flex;flex-direction:column;font-weight:var(--wds-font-weight-medium, 500);font-size:var(--wds-font-size-500);line-height:var(--wds-font-line-height-300);font-family:var(--wds-font-family-default, var(--wsr-font-family, Madefor))}.richeditor1108902122__editor{box-sizing:border-box;overflow:auto;display:flex;flex-direction:column;flex:1;cursor:text;color:var(--wds-color-black-100, var(--richeditor1108902122-wsr-color-D10, #131720));background:var(--wds-color-black-700, var(--richeditor1108902122-wsr-color-D70, #edeef2))}.richeditor1108902122__editor .DraftEditor-root{width:100%;height:100%}.richeditor1108902122__editor .DraftEditor-root [data-contents]{overflow:auto}.richeditor1108902122__editor .DraftEditor-editorContainer{display:flex;min-height:100%;background:#fff}.richeditor1108902122__editor .public-DraftEditor-content{padding:12px 24px 24px;min-height:100%;width:100%;box-sizing:border-box}.richeditor1108902122__editor .public-DraftEditor-content ol,.richeditor1108902122__editor .public-DraftEditor-content ul{display:flex;flex-direction:column;padding:0}.richeditor1108902122__editor .public-DraftEditor-content a,.richeditor1108902122__editor .public-DraftEditor-content a:visited{color:inherit;text-decoration:none}.richeditor1108902122__header-one:not(li),.richeditor1108902122__header-two:not(li),.richeditor1108902122__header-three:not(li),.richeditor1108902122__header-four:not(li),.richeditor1108902122__header-five:not(li),.richeditor1108902122__header-six:not(li){margin-block:0;margin:0}.richeditor1108902122__header-one,.richeditor1108902122__editor li.richeditor1108902122__header-one .public-DraftStyleDefault-block{font:var(--rt-h1-fontStyle, normal) var(--rt-h1-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h1-fontSize, 72px)/var(--rt-h1-lineHeight, 1.33) var(--rt-h1-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__header-two,.richeditor1108902122__editor li.richeditor1108902122__header-two .public-DraftStyleDefault-block{font:var(--rt-h2-fontStyle, normal) var(--rt-h2-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h2-fontSize, 42px)/var(--rt-h2-lineHeight, 1.2) var(--rt-h2-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__header-three,.richeditor1108902122__editor li.richeditor1108902122__header-three .public-DraftStyleDefault-block{font:var(--rt-h3-fontStyle, normal) var(--rt-h3-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-h3-fontSize, 38px)/var(--rt-h3-lineHeight, 1.2) var(--rt-h3-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__header-four,.richeditor1108902122__editor li.richeditor1108902122__header-four .public-DraftStyleDefault-block{font:var(--rt-h4-fontStyle, normal) var(--rt-h4-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h4-fontSize, 34px)/var(--rt-h4-lineHeight, 1.2) var(--rt-h4-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__header-five,.richeditor1108902122__editor li.richeditor1108902122__header-five .public-DraftStyleDefault-block{font:var(--rt-h5-fontStyle, normal) var(--rt-h5-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h5-fontSize, 28px)/var(--rt-h5-lineHeight, 1.2) var(--rt-h5-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__header-six,.richeditor1108902122__editor li.richeditor1108902122__header-six .public-DraftStyleDefault-block{font:var(--rt-h6-fontStyle, normal) var(--rt-h6-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-h6-fontSize, 22px)/var(--rt-h6-lineHeight, 1.2) var(--rt-h6-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__paragraph-one,.richeditor1108902122__editor li.richeditor1108902122__paragraph-one .public-DraftStyleDefault-block{font:var(--rt-p1-fontStyle, normal) var(--rt-p1-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-p1-fontSize, 18px)/var(--rt-p1-lineHeight, 24px) var(--rt-p1-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__unstyled,.richeditor1108902122__editor li.richeditor1108902122__unstyled .public-DraftStyleDefault-block{font:var(--rt-unstyled-fontStyle, normal) var(--rt-unstyled-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-unstyled-fontSize, 16px)/var(--rt-unstyled-lineHeight, 24px) var(--rt-unstyled-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__paragraph-three,.richeditor1108902122__editor li.richeditor1108902122__paragraph-three .public-DraftStyleDefault-block{font:var(--rt-p3-fontStyle, normal) var(--rt-p3-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-p3-fontSize, 14px)/var(--rt-p3-lineHeight, 18px) var(--rt-p3-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-one:first-child~li{font:var(--rt-h1-fontStyle, normal) var(--rt-h1-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h1-fontSize, 72px)/var(--rt-h1-lineHeight, 1.33) var(--rt-h1-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-one:first-child~li::marker{line-height:var(--rt-h1-fontSize, 72px)}.richeditor1108902122__editor li.richeditor1108902122__header-two:first-child~li{font:var(--rt-h2-fontStyle, normal) var(--rt-h2-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h2-fontSize, 42px)/var(--rt-h2-lineHeight, 1.2) var(--rt-h2-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-two:first-child~li::marker{line-height:var(--rt-h2-fontSize, 42px)}.richeditor1108902122__editor li.richeditor1108902122__header-three:first-child~li{font:var(--rt-h3-fontStyle, normal) var(--rt-h3-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-h3-fontSize, 38px)/var(--rt-h3-lineHeight, 1.2) var(--rt-h3-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-three:first-child~li::marker{line-height:var(--rt-h3-fontSize, 38px)}.richeditor1108902122__editor li.richeditor1108902122__header-four:first-child~li{font:var(--rt-h4-fontStyle, normal) var(--rt-h4-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h4-fontSize, 34px)/var(--rt-h4-lineHeight, 1.2) var(--rt-h4-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-four:first-child~li::marker{line-height:var(--rt-h4-fontSize, 34px)}.richeditor1108902122__editor li.richeditor1108902122__header-five:first-child~li{font:var(--rt-h5-fontStyle, normal) var(--rt-h5-fontWeight, var(--wds-font-weight-bold, 700)) var(--rt-h5-fontSize, 28px)/var(--rt-h5-lineHeight, 1.2) var(--rt-h5-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-five:first-child~li::marker{line-height:var(--rt-h5-fontSize, 28px)}.richeditor1108902122__editor li.richeditor1108902122__header-six:first-child~li{font:var(--rt-h6-fontStyle, normal) var(--rt-h6-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-h6-fontSize, 22px)/var(--rt-h6-lineHeight, 1.2) var(--rt-h6-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__header-six:first-child~li::marker{line-height:var(--rt-h6-fontSize, 22px)}.richeditor1108902122__editor li.richeditor1108902122__paragraph-one:first-child~li{font:var(--rt-p1-fontStyle, normal) var(--rt-p1-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-p1-fontSize, 18px)/var(--rt-p1-lineHeight, 24px) var(--rt-p1-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__unstyled:first-child~li{font:var(--rt-unstyled-fontStyle, normal) var(--rt-unstyled-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-unstyled-fontSize, 16px)/var(--rt-unstyled-lineHeight, 24px) var(--rt-unstyled-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.richeditor1108902122__editor li.richeditor1108902122__paragraph-three:first-child~li{font:var(--rt-p3-fontStyle, normal) var(--rt-p3-fontWeight, var(--wds-font-weight-medium, 500)) var(--rt-p3-fontSize, 14px)/var(--rt-p3-lineHeight, 18px) var(--rt-p3-fontFamily, var(--wds-font-family-default, var(--wsr-font-family, Madefor)))}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth0{margin-inline-start:2ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth1{margin-inline-start:4ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth2{margin-inline-start:6ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth3{margin-inline-start:8ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth4{margin-inline-start:10ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth0:first-child{margin-inline-start:2ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0{margin-inline-start:2ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+10){margin-inline-start:3ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+100){margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+1000){margin-inline-start:5ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth1:first-child{margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1{margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+10){margin-inline-start:5ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+100){margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+1000){margin-inline-start:7ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth2:first-child{margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2{margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+10){margin-inline-start:7ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+100){margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+1000){margin-inline-start:9ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth3:first-child{margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3{margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+10){margin-inline-start:9ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+100){margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+1000){margin-inline-start:11ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth4:first-child{margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4{margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+10){margin-inline-start:11ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+100){margin-inline-start:12ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+1000){margin-inline-start:13ch}.richeditor1108902122__align-left{text-align:left;align-self:flex-start}.richeditor1108902122__align-right{text-align:right;align-self:flex-end}.richeditor1108902122__align-center{text-align:center;align-self:center}.richeditor1108902122__align-justify{text-align:justify;align-self:stretch}.richeditor1108902122__withMargin{display:inline-block}.richeditor1108902122__dir-rtl,.richeditor1108902122__editor .public-DraftStyleDefault-rtl{direction:rtl}.richeditor1108902122__editor .public-DraftStyleDefault-listRTL{direction:rtl;text-align:right;max-width:100%}
@@ -70,7 +70,6 @@
70
70
  "CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle": "Paragraph 3",
71
71
  "CMS.richTextEditor.toolbar.headerDropdown.option.p3.title": "Small Text",
72
72
  "CMS.richTextEditor.toolbar.headerDropdown.button.info": "Learn more",
73
- "CMS.richTextEditor.toolbar.headerDropdown.button.info.link": "https://support.wix.com/en/article/formatting-rich-text-elements-in-the-dashboards-data-manager",
74
73
  "CMS.richTextEditor.toolbar.headerDropdown.help.text": "Rich text editor is using your website font themes.",
75
74
  "CMS.richTextEditor.toolbar.button.tooltip.align": "Align",
76
75
  "CMS.richTextEditor.toolbar.button.tooltip.bold": "Bold",
@@ -96,7 +95,7 @@
96
95
  "CMS.mediaGallery.emptyHint": "Select images and videos to add",
97
96
  "CMS.mediaGallery.manageGallery": "Manage media",
98
97
  "CMS.mediaGallery.preview": "Preview",
99
- "CMS.mediaGallery.clear": "Clear",
98
+ "CMS.mediaGallery.clear": "Delete gallery",
100
99
  "CMS.mediaGallery.addMedia": "Add media",
101
100
  "CMS.mediaGallery.replaceItem": "Replace Media",
102
101
  "CMS.mediaGallery.preview.replace": "Replace",
@@ -162,5 +161,10 @@
162
161
  "CMS.image.replaceWithUrl.button": "Replace with URL",
163
162
  "CMS.image.replaceWithUrl.title": "Paste Image URL",
164
163
  "CMS.image.download": "Download",
165
- "CMS.image.clear": "Clear"
164
+ "CMS.image.clear": "Clear",
165
+ "CMS.video.add": "Add Video",
166
+ "CMS.video.change": "Change Video",
167
+ "CMS.video.preview": "Preview",
168
+ "CMS.video.download": "Download Video",
169
+ "CMS.video.delete": "Delete Video"
166
170
  }
@@ -1,12 +1,12 @@
1
1
  // @ts-nocheck
2
2
  import { classesRuntime, statesRuntime } from "../../../stylable-esm-runtime.js";
3
- var _namespace_ = "addressinput2874449935";
3
+ var _namespace_ = "addressinput436106120";
4
4
  var _style_ = classesRuntime.bind(null, _namespace_);
5
5
  export var cssStates = statesRuntime.bind(null, _namespace_);
6
6
  export var style = _style_;
7
7
  export var st = _style_;
8
8
  export var namespace = _namespace_;
9
- export var classes = { "root": "addressinput2874449935__root", "tableAddressInput": "addressinput2874449935__tableAddressInput" };
9
+ export var classes = { "root": "addressinput436106120__root", "tableAddressInput": "addressinput436106120__tableAddressInput" };
10
10
  export var keyframes = {};
11
11
  export var layers = {};
12
12
  export var containers = {};
@@ -1 +1 @@
1
- {"version":3,"file":"address-input.st.css.js","sourceRoot":"","sources":["../../../../../src/components/address/input/address-input.st.css.ts"],"names":[],"mappings":"AAAA,cAAc;AAGd,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAIjF,IAAI,WAAW,GAAG,wBAAwB,CAAC;AAC3C,IAAI,OAAO,GAAG,cAAc,CAAC,IAAI,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;AAErD,MAAM,CAAC,IAAI,SAAS,GAAG,aAAa,CAAC,IAAI,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;AAC7D,MAAM,CAAC,IAAI,KAAK,GAA2C,OAAO,CAAC;AACnE,MAAM,CAAC,IAAI,EAAE,GAA2C,OAAO,CAAC;AAEhE,MAAM,CAAC,IAAI,SAAS,GAAG,WAAW,CAAC;AACnC,MAAM,CAAC,IAAI,OAAO,GAAG,EAAC,MAAM,EAAC,8BAA8B,EAAC,mBAAmB,EAAC,2CAA2C,EAAC,CAAC;AAC7H,MAAM,CAAC,IAAI,SAAS,GAAG,EAAE,CAAC;AAC1B,MAAM,CAAC,IAAI,MAAM,GAAG,EAAE,CAAC;AACvB,MAAM,CAAC,IAAI,UAAU,GAAG,EAAE,CAAC;AAC3B,MAAM,CAAC,IAAI,MAAM,GAAG,EAAE,CAAC;AACvB,MAAM,CAAC,IAAI,IAAI,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"address-input.st.css.js","sourceRoot":"","sources":["../../../../../src/components/address/input/address-input.st.css.ts"],"names":[],"mappings":"AAAA,cAAc;AAGd,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAIjF,IAAI,WAAW,GAAG,uBAAuB,CAAC;AAC1C,IAAI,OAAO,GAAG,cAAc,CAAC,IAAI,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;AAErD,MAAM,CAAC,IAAI,SAAS,GAAG,aAAa,CAAC,IAAI,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;AAC7D,MAAM,CAAC,IAAI,KAAK,GAA2C,OAAO,CAAC;AACnE,MAAM,CAAC,IAAI,EAAE,GAA2C,OAAO,CAAC;AAEhE,MAAM,CAAC,IAAI,SAAS,GAAG,WAAW,CAAC;AACnC,MAAM,CAAC,IAAI,OAAO,GAAG,EAAC,MAAM,EAAC,6BAA6B,EAAC,mBAAmB,EAAC,0CAA0C,EAAC,CAAC;AAC3H,MAAM,CAAC,IAAI,SAAS,GAAG,EAAE,CAAC;AAC1B,MAAM,CAAC,IAAI,MAAM,GAAG,EAAE,CAAC;AACvB,MAAM,CAAC,IAAI,UAAU,GAAG,EAAE,CAAC;AAC3B,MAAM,CAAC,IAAI,MAAM,GAAG,EAAE,CAAC;AACvB,MAAM,CAAC,IAAI,IAAI,GAAG,EAAE,CAAC"}
@@ -1,12 +1,12 @@
1
1
  // @ts-nocheck
2
2
  import { classesRuntime, statesRuntime } from "../../../../stylable-esm-runtime.js";
3
- var _namespace_ = "actionsmenu4183498011";
3
+ var _namespace_ = "actionsmenu3423259781";
4
4
  var _style_ = classesRuntime.bind(null, _namespace_);
5
5
  export var cssStates = statesRuntime.bind(null, _namespace_);
6
6
  export var style = _style_;
7
7
  export var st = _style_;
8
8
  export var namespace = _namespace_;
9
- export var classes = { "root": "actionsmenu4183498011__root", "action": "actionsmenu4183498011__action" };
9
+ export var classes = { "root": "actionsmenu3423259781__root", "action": "actionsmenu3423259781__action" };
10
10
  export var keyframes = {};
11
11
  export var layers = {};
12
12
  export var containers = {};
@@ -1,12 +1,12 @@
1
1
  // @ts-nocheck
2
2
  import { classesRuntime, statesRuntime } from "../../../stylable-esm-runtime.js";
3
- var _namespace_ = "formaudiofield3651060646";
3
+ var _namespace_ = "formaudiofield3739761485";
4
4
  var _style_ = classesRuntime.bind(null, _namespace_);
5
5
  export var cssStates = statesRuntime.bind(null, _namespace_);
6
6
  export var style = _style_;
7
7
  export var st = _style_;
8
8
  export var namespace = _namespace_;
9
- export var classes = { "root": "formaudiofield3651060646__root", "addItem": "formaudiofield3651060646__addItem", "mediaTitle": "formaudiofield3651060646__mediaTitle" };
9
+ export var classes = { "root": "formaudiofield3739761485__root", "addItem": "formaudiofield3739761485__addItem", "mediaTitle": "formaudiofield3739761485__mediaTitle" };
10
10
  export var keyframes = {};
11
11
  export var layers = {};
12
12
  export var containers = {};