@wix/auto-patterns 1.47.0 → 1.49.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 (209) hide show
  1. package/dist/cjs/cms-fields/auto-cms-field-types/html-to-text.js +12 -0
  2. package/dist/cjs/cms-fields/auto-cms-field-types/html-to-text.js.map +1 -0
  3. package/dist/cjs/cms-fields/auto-cms-field-types/index.js +20 -0
  4. package/dist/cjs/cms-fields/auto-cms-field-types/index.js.map +1 -0
  5. package/dist/cjs/cms-fields/auto-cms-field-types/media-manager.js +148 -0
  6. package/dist/cjs/cms-fields/auto-cms-field-types/media-manager.js.map +1 -0
  7. package/dist/cjs/cms-fields/auto-cms-field-types/media-types.js +11 -0
  8. package/dist/cjs/cms-fields/auto-cms-field-types/media-types.js.map +1 -0
  9. package/dist/cjs/cms-fields/auto-cms-field-types/url.js +10 -0
  10. package/dist/cjs/cms-fields/auto-cms-field-types/url.js.map +1 -0
  11. package/dist/cjs/cms-fields/auto-cms-field-types/utils.js +7 -0
  12. package/dist/cjs/cms-fields/auto-cms-field-types/utils.js.map +1 -0
  13. package/dist/cjs/cms-fields/auto-cms-field-types/validations.js +46 -0
  14. package/dist/cjs/cms-fields/auto-cms-field-types/validations.js.map +1 -0
  15. package/dist/cjs/cms-fields/components/address/input/address-input.st.css.js +3 -3
  16. package/dist/cjs/cms-fields/components/address/input/address-input.st.css.js.map +1 -1
  17. package/dist/cjs/cms-fields/components/audio/actions/actions-menu/actions-menu.st.css.js +3 -3
  18. package/dist/cjs/cms-fields/components/audio/actions/actions-menu/actions-menu.st.css.js.map +1 -1
  19. package/dist/cjs/cms-fields/components/audio/audio-field/form-audio-field.js +1 -1
  20. package/dist/cjs/cms-fields/components/audio/audio-field/form-audio-field.js.map +1 -1
  21. package/dist/cjs/cms-fields/components/audio/audio-field/form-audio-field.st.css.js +4 -4
  22. package/dist/cjs/cms-fields/components/audio/audio-field/form-audio-field.st.css.js.map +1 -1
  23. package/dist/cjs/cms-fields/components/audio/audio-player/audio-player.js +1 -1
  24. package/dist/cjs/cms-fields/components/audio/audio-player/audio-player.js.map +1 -1
  25. package/dist/cjs/cms-fields/components/audio/audio-player/audio-player.st.css.js +2 -2
  26. package/dist/cjs/cms-fields/components/audio/audio-player/audio-player.st.css.js.map +1 -1
  27. package/dist/cjs/cms-fields/components/delete-dialog/delete-dialog.st.css.js +3 -3
  28. package/dist/cjs/cms-fields/components/delete-dialog/delete-dialog.st.css.js.map +1 -1
  29. package/dist/cjs/cms-fields/components/document/document-control.js +1 -1
  30. package/dist/cjs/cms-fields/components/document/document-control.js.map +1 -1
  31. package/dist/cjs/cms-fields/components/document/form-document-field.st.css.js +7 -7
  32. package/dist/cjs/cms-fields/components/document/form-document-field.st.css.js.map +1 -1
  33. package/dist/cjs/cms-fields/components/exclamation/exclamation.st.css.js +5 -5
  34. package/dist/cjs/cms-fields/components/exclamation/exclamation.st.css.js.map +1 -1
  35. package/dist/cjs/cms-fields/components/highlighted-text/highlighted-text.st.css.js +5 -5
  36. package/dist/cjs/cms-fields/components/highlighted-text/highlighted-text.st.css.js.map +1 -1
  37. package/dist/cjs/cms-fields/components/media-control/paste-url-button.st.css.js +4 -4
  38. package/dist/cjs/cms-fields/components/media-control/paste-url-button.st.css.js.map +1 -1
  39. package/dist/cjs/cms-fields/components/media-control/use-media-control.js +1 -1
  40. package/dist/cjs/cms-fields/components/media-control/use-media-control.js.map +1 -1
  41. package/dist/cjs/cms-fields/components/media-gallery/media-gallery-item-thumbnail.js +1 -1
  42. package/dist/cjs/cms-fields/components/media-gallery/media-gallery-item-thumbnail.js.map +1 -1
  43. package/dist/cjs/cms-fields/components/media-gallery/media-gallery-view.js.map +1 -1
  44. package/dist/cjs/cms-fields/components/media-image/media-image.js +1 -1
  45. package/dist/cjs/cms-fields/components/media-image/media-image.js.map +1 -1
  46. package/dist/cjs/cms-fields/components/media-image/media-image.st.css.js +4 -4
  47. package/dist/cjs/cms-fields/components/media-image/media-image.st.css.js.map +1 -1
  48. package/dist/cjs/cms-fields/components/media-loader/media-loader.st.css.js +3 -3
  49. package/dist/cjs/cms-fields/components/media-loader/media-loader.st.css.js.map +1 -1
  50. package/dist/cjs/cms-fields/components/media-tag/web-media-tag/media-tag.st.css.js +2 -2
  51. package/dist/cjs/cms-fields/components/media-tag/web-media-tag/media-tag.st.css.js.map +1 -1
  52. package/dist/cjs/cms-fields/components/multi-document/multi-document-input/form-multi-document.st.css.js +5 -5
  53. package/dist/cjs/cms-fields/components/multi-document/multi-document-input/form-multi-document.st.css.js.map +1 -1
  54. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js +6 -6
  55. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js.map +1 -1
  56. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js +5 -5
  57. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js.map +1 -1
  58. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js +2 -2
  59. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js.map +1 -1
  60. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/hooks.js +1 -1
  61. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/hooks.js.map +1 -1
  62. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js +3 -3
  63. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js.map +1 -1
  64. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js +3 -3
  65. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js.map +1 -1
  66. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js +2 -2
  67. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js.map +1 -1
  68. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js +9 -9
  69. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js.map +1 -1
  70. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js +4 -4
  71. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js.map +1 -1
  72. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js +4 -4
  73. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js.map +1 -1
  74. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/services/rich-content-document-http-service.js +1 -1
  75. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/services/rich-content-document-http-service.js.map +1 -1
  76. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js +18 -18
  77. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js.map +1 -1
  78. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js +4 -4
  79. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js.map +1 -1
  80. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/toolbar/link-button.js +1 -1
  81. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/toolbar/link-button.js.map +1 -1
  82. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js +18 -18
  83. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js.map +1 -1
  84. package/dist/cjs/cms-fields/components/rich-text/rich-text-view/rich-text-view.js +1 -1
  85. package/dist/cjs/cms-fields/components/rich-text/rich-text-view/rich-text-view.js.map +1 -1
  86. package/dist/cjs/cms-fields/components/text/text-view.st.css.js +3 -3
  87. package/dist/cjs/cms-fields/components/text/text-view.st.css.js.map +1 -1
  88. package/dist/cjs/cms-fields/utils/media-utils.js +1 -2
  89. package/dist/cjs/cms-fields/utils/media-utils.js.map +1 -1
  90. package/dist/cjs/styles.global.css +1 -1
  91. package/dist/esm/cms-fields/auto-cms-field-types/html-to-text.js +9 -0
  92. package/dist/esm/cms-fields/auto-cms-field-types/html-to-text.js.map +1 -0
  93. package/dist/esm/cms-fields/auto-cms-field-types/index.js +7 -0
  94. package/dist/esm/cms-fields/auto-cms-field-types/index.js.map +1 -0
  95. package/dist/esm/cms-fields/auto-cms-field-types/media-manager.js +139 -0
  96. package/dist/esm/cms-fields/auto-cms-field-types/media-manager.js.map +1 -0
  97. package/dist/esm/cms-fields/auto-cms-field-types/media-types.js +7 -0
  98. package/dist/esm/cms-fields/auto-cms-field-types/media-types.js.map +1 -0
  99. package/dist/esm/cms-fields/auto-cms-field-types/url.js +5 -0
  100. package/dist/esm/cms-fields/auto-cms-field-types/url.js.map +1 -0
  101. package/dist/esm/cms-fields/auto-cms-field-types/utils.js +2 -0
  102. package/dist/esm/cms-fields/auto-cms-field-types/utils.js.map +1 -0
  103. package/dist/esm/cms-fields/auto-cms-field-types/validations.js +42 -0
  104. package/dist/esm/cms-fields/auto-cms-field-types/validations.js.map +1 -0
  105. package/dist/esm/cms-fields/components/address/input/address-input.st.css.js +3 -3
  106. package/dist/esm/cms-fields/components/address/input/address-input.st.css.js.map +1 -1
  107. package/dist/esm/cms-fields/components/audio/actions/actions-menu/actions-menu.st.css.js +3 -3
  108. package/dist/esm/cms-fields/components/audio/actions/actions-menu/actions-menu.st.css.js.map +1 -1
  109. package/dist/esm/cms-fields/components/audio/audio-field/form-audio-field.js +1 -1
  110. package/dist/esm/cms-fields/components/audio/audio-field/form-audio-field.js.map +1 -1
  111. package/dist/esm/cms-fields/components/audio/audio-field/form-audio-field.st.css.js +4 -4
  112. package/dist/esm/cms-fields/components/audio/audio-field/form-audio-field.st.css.js.map +1 -1
  113. package/dist/esm/cms-fields/components/audio/audio-player/audio-player.js +1 -1
  114. package/dist/esm/cms-fields/components/audio/audio-player/audio-player.js.map +1 -1
  115. package/dist/esm/cms-fields/components/audio/audio-player/audio-player.st.css.js +2 -2
  116. package/dist/esm/cms-fields/components/audio/audio-player/audio-player.st.css.js.map +1 -1
  117. package/dist/esm/cms-fields/components/delete-dialog/delete-dialog.st.css.js +3 -3
  118. package/dist/esm/cms-fields/components/delete-dialog/delete-dialog.st.css.js.map +1 -1
  119. package/dist/esm/cms-fields/components/document/document-control.js +1 -1
  120. package/dist/esm/cms-fields/components/document/document-control.js.map +1 -1
  121. package/dist/esm/cms-fields/components/document/form-document-field.st.css.js +7 -7
  122. package/dist/esm/cms-fields/components/document/form-document-field.st.css.js.map +1 -1
  123. package/dist/esm/cms-fields/components/exclamation/exclamation.st.css.js +5 -5
  124. package/dist/esm/cms-fields/components/exclamation/exclamation.st.css.js.map +1 -1
  125. package/dist/esm/cms-fields/components/highlighted-text/highlighted-text.st.css.js +5 -5
  126. package/dist/esm/cms-fields/components/highlighted-text/highlighted-text.st.css.js.map +1 -1
  127. package/dist/esm/cms-fields/components/media-control/paste-url-button.st.css.js +4 -4
  128. package/dist/esm/cms-fields/components/media-control/paste-url-button.st.css.js.map +1 -1
  129. package/dist/esm/cms-fields/components/media-control/use-media-control.js +1 -1
  130. package/dist/esm/cms-fields/components/media-control/use-media-control.js.map +1 -1
  131. package/dist/esm/cms-fields/components/media-gallery/media-gallery-item-thumbnail.js +1 -1
  132. package/dist/esm/cms-fields/components/media-gallery/media-gallery-item-thumbnail.js.map +1 -1
  133. package/dist/esm/cms-fields/components/media-gallery/media-gallery-view.js.map +1 -1
  134. package/dist/esm/cms-fields/components/media-image/media-image.js +1 -1
  135. package/dist/esm/cms-fields/components/media-image/media-image.js.map +1 -1
  136. package/dist/esm/cms-fields/components/media-image/media-image.st.css.js +4 -4
  137. package/dist/esm/cms-fields/components/media-image/media-image.st.css.js.map +1 -1
  138. package/dist/esm/cms-fields/components/media-loader/media-loader.st.css.js +3 -3
  139. package/dist/esm/cms-fields/components/media-loader/media-loader.st.css.js.map +1 -1
  140. package/dist/esm/cms-fields/components/media-tag/web-media-tag/media-tag.st.css.js +2 -2
  141. package/dist/esm/cms-fields/components/media-tag/web-media-tag/media-tag.st.css.js.map +1 -1
  142. package/dist/esm/cms-fields/components/multi-document/multi-document-input/form-multi-document.st.css.js +5 -5
  143. package/dist/esm/cms-fields/components/multi-document/multi-document-input/form-multi-document.st.css.js.map +1 -1
  144. package/dist/esm/cms-fields/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js +6 -6
  145. package/dist/esm/cms-fields/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js.map +1 -1
  146. package/dist/esm/cms-fields/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js +5 -5
  147. package/dist/esm/cms-fields/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js.map +1 -1
  148. package/dist/esm/cms-fields/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js +2 -2
  149. package/dist/esm/cms-fields/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js.map +1 -1
  150. package/dist/esm/cms-fields/components/rich-content/rich-content-input/hooks.js +1 -1
  151. package/dist/esm/cms-fields/components/rich-content/rich-content-input/hooks.js.map +1 -1
  152. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js +3 -3
  153. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js.map +1 -1
  154. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js +3 -3
  155. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js.map +1 -1
  156. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js +2 -2
  157. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js.map +1 -1
  158. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js +9 -9
  159. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js.map +1 -1
  160. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js +4 -4
  161. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js.map +1 -1
  162. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js +4 -4
  163. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js.map +1 -1
  164. package/dist/esm/cms-fields/components/rich-content/rich-content-input/services/rich-content-document-http-service.js +1 -1
  165. package/dist/esm/cms-fields/components/rich-content/rich-content-input/services/rich-content-document-http-service.js.map +1 -1
  166. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js +18 -18
  167. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js.map +1 -1
  168. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js +4 -4
  169. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js.map +1 -1
  170. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/toolbar/link-button.js +1 -1
  171. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/toolbar/link-button.js.map +1 -1
  172. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js +18 -18
  173. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js.map +1 -1
  174. package/dist/esm/cms-fields/components/rich-text/rich-text-view/rich-text-view.js +1 -1
  175. package/dist/esm/cms-fields/components/rich-text/rich-text-view/rich-text-view.js.map +1 -1
  176. package/dist/esm/cms-fields/components/text/text-view.st.css.js +3 -3
  177. package/dist/esm/cms-fields/components/text/text-view.st.css.js.map +1 -1
  178. package/dist/esm/cms-fields/utils/media-utils.js +1 -2
  179. package/dist/esm/cms-fields/utils/media-utils.js.map +1 -1
  180. package/dist/esm/styles.global.css +1 -1
  181. package/dist/types/cms-fields/auto-cms-field-types/html-to-text.d.ts +4 -0
  182. package/dist/types/cms-fields/auto-cms-field-types/html-to-text.d.ts.map +1 -0
  183. package/dist/types/cms-fields/auto-cms-field-types/index.d.ts +8 -0
  184. package/dist/types/cms-fields/auto-cms-field-types/index.d.ts.map +1 -0
  185. package/dist/types/cms-fields/auto-cms-field-types/media-manager.d.ts +10 -0
  186. package/dist/types/cms-fields/auto-cms-field-types/media-manager.d.ts.map +1 -0
  187. package/dist/types/cms-fields/auto-cms-field-types/media-types.d.ts +24 -0
  188. package/dist/types/cms-fields/auto-cms-field-types/media-types.d.ts.map +1 -0
  189. package/dist/types/cms-fields/auto-cms-field-types/url.d.ts +2 -0
  190. package/dist/types/cms-fields/auto-cms-field-types/url.d.ts.map +1 -0
  191. package/dist/types/cms-fields/auto-cms-field-types/utils.d.ts +4 -0
  192. package/dist/types/cms-fields/auto-cms-field-types/utils.d.ts.map +1 -0
  193. package/dist/types/cms-fields/auto-cms-field-types/validations.d.ts +6 -0
  194. package/dist/types/cms-fields/auto-cms-field-types/validations.d.ts.map +1 -0
  195. package/dist/types/cms-fields/components/audio/audio-player/audio-player.st.css.d.ts.map +1 -1
  196. package/dist/types/cms-fields/components/delete-dialog/delete-dialog.st.css.d.ts.map +1 -1
  197. package/dist/types/cms-fields/components/exclamation/exclamation.st.css.d.ts.map +1 -1
  198. package/dist/types/cms-fields/components/media-control/paste-url-button.st.css.d.ts.map +1 -1
  199. package/dist/types/cms-fields/components/media-gallery/media-gallery-view.d.ts +1 -1
  200. package/dist/types/cms-fields/components/media-gallery/media-gallery-view.d.ts.map +1 -1
  201. package/dist/types/cms-fields/components/media-image/media-image.d.ts +1 -1
  202. package/dist/types/cms-fields/components/media-image/media-image.d.ts.map +1 -1
  203. package/dist/types/cms-fields/components/multi-document/multi-document-input/form-multi-document.st.css.d.ts.map +1 -1
  204. package/dist/types/cms-fields/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.d.ts.map +1 -1
  205. package/dist/types/cms-fields/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.d.ts.map +1 -1
  206. package/dist/types/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.d.ts.map +1 -1
  207. package/dist/types/cms-fields/utils/media-utils.d.ts +1 -2
  208. package/dist/types/cms-fields/utils/media-utils.d.ts.map +1 -1
  209. package/package.json +3 -4
@@ -1 +1 @@
1
- .addressinput4009507416__tableAddressInput{height:36px!important;margin-left:-1px;display:flex!important;align-items:center;width:100%}.addressinput4009507416__tableAddressInput>div{padding:0!important;width:100%}.addressinput4009507416__tableAddressInput:focus-within{margin-left:2px}.actionsmenu3711108164__action{margin-left:calc(var(--wds-space-100, 6px)*-1)}.formaudiofield3935104549__addItem{height:120px!important;box-sizing:border-box}.formaudiofield3935104549__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)}.formaudiofield3935104549__addItem.formaudiofield3935104549--disabled{pointer-events:auto!important}.formaudiofield3935104549__addItem.formaudiofield3935104549--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formaudiofield3935104549__mediaTitle{line-height:18px!important}.audioplayer238685689__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}.deletedialog3973039530__layout{max-width:510px!important}.formdocumentfield2561653091__viewWrapper{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formdocumentfield2561653091__viewWrapper:hover{background:var(--wds-color-blue-500, var(--wsr-color-B50));cursor:pointer}.formdocumentfield2561653091__textWidth{max-width:calc(100% - 196px)}.formdocumentfield2561653091__documentLoader{padding-top:21px;padding-bottom:21px}.formdocumentfield2561653091__addDocument{padding-top:17px!important;padding-bottom:17px!important}.formdocumentfield2561653091__addDocument.formdocumentfield2561653091--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formdocumentfield2561653091__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))}.exclamation434051250__exclamation{display:flex;justify-content:center;align-items:center;box-sizing:border-box;border-radius:3px;cursor:pointer}.exclamation434051250__exclamation.exclamation434051250---type-7-warning:not(.exclamation434051250--customSize),.exclamation434051250__exclamation.exclamation434051250---type-5-error:not(.exclamation434051250--customSize){width:24px;height:24px}.exclamation434051250__exclamation.exclamation434051250---type-7-warning svg{color:var(--wds-color-fill-warning-primary)}.exclamation434051250__exclamation.exclamation434051250---type-5-error svg{color:var(--wds-color-fill-destructive-primary)}.exclamation434051250__actions{margin-top:20px;display:flex;flex-direction:column}.exclamation434051250__action{white-space:normal!important;height:auto!important;text-align:left;gap:6px}.exclamation434051250__action+.exclamation434051250__action{margin-top:6px}.exclamation434051250__action.exclamation434051250--accented{color:var(--wds-color-blue-100)}.exclamation434051250__action.exclamation434051250--accented:hover{color:var(--wds-color-blue-200)}.highlightedtext3204350970__root.highlightedtext3204350970--highlightedBackground{animation:highlightedtext3204350970__highlighted 150ms ease-out 1 forwards}.highlightedtext3204350970__substring.highlightedtext3204350970--isHighlighted{animation:highlightedtext3204350970__highlighted-match 150ms ease-out 50ms 1 forwards}@keyframes highlightedtext3204350970__highlighted{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-400, var(--wsr-color-Y40))}}@keyframes highlightedtext3204350970__highlighted-match{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-200, var(--wsr-color-Y20))}}.pasteurlbutton540096597__root{margin-top:6px}.pasteurlbutton540096597__iconButtonTooltip{height:max-content}.pasteurlbutton540096597__iconButton{width:24px;height:24px}.mediaimage2995136738__root{display:flex;align-items:center;flex-shrink:0;position:relative;box-sizing:border-box}.mediaimage2995136738__root.mediaimage2995136738--error{--mediaimage2995136738-from:calc(50% - 0.5px);--mediaimage2995136738-to:calc(50% + 0.5px);background-image:linear-gradient(to bottom right,transparent var(--mediaimage2995136738-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage2995136738-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage2995136738-to),transparent var(--mediaimage2995136738-to))}.mediaimage2995136738__root.mediaimage2995136738--error>*{opacity:0}.medialoader1950063354__loader{border-radius:6px}.medialoader1950063354__loader.medialoader1950063354--isDashed{border:dashed 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.medialoader1950063354__loader.medialoader1950063354--isSolid{border:solid 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.mediatag2287591266__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))}.formmultidocument598912796__viewRoot{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formmultidocument598912796__singleViewWrapper{border-radius:0;border-bottom:1px solid var(--wds-color-neutral-600, var(--wsr-color-D60));background-color:transparent!important}.formmultidocument598912796__viewRoot>div:first-child .formmultidocument598912796__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))}.formmultidocument598912796__singleViewWrapper:hover{background-color:var(--wds-color-blue-500, var(--wsr-color-B50))!important}.formmultidocument598912796__singleViewWrapper:focus-visible{border-bottom:1px solid transparent;position:relative;z-index:1}.formmultidocument598912796__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))}.formmultidocument598912796__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))}.richcontentdefaultvalueinput2017753308__richContentEditorContainer .richcontentdefaultvalueinput2017753308__editor{max-height:calc(40vh - var(--richcontentdefaultvalueinput2017753308-topToolbarHeight) - var(--richcontentdefaultvalueinput2017753308-bottomToolbarHeight))}.richcontentforminput3485043955__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-blue-300);border-radius:var(--wds-border-radius-300)}.richcontentforminput3485043955__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richcontentforminput3485043955__root .richcontentforminput3485043955__editor{overflow-y:auto;max-height:calc(80vh - var(--richcontentforminput3485043955-topToolbarHeight) - var(--richcontentforminput3485043955-bottomToolbarHeight))}.richcontentformreadonlyinput3307029552__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-black-600);border-radius:var(--wds-border-radius-300)}.richcontentformreadonlyinput3307029552__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.fullscreenmodal4193366267__modalContent{display:flex;position:relative;height:100%;width:782px;background-color:var(--wds-color-white);border-radius:var(--wds-border-radius-300);margin-top:24px}.publishloader136419456__publishLoader{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--wds-color-white);z-index:5000;border-radius:inherit}.togglefullscreenbutton1625884000__root{z-index:5;box-sizing:border-box;position:absolute;right:0;top:calc(50% - 16px)!important;padding-right:3px}.togglefullscreenbutton1625884000__root button{border-radius:6px!important}.richcontenteditor3673910766__root{position:relative}.richcontenteditor3673910766__root,.richcontenteditor3673910766__toolbarContainer,.richcontenteditor3673910766__footerToolbarContainer{width:100%;box-sizing:border-box}.richcontenteditor3673910766__toolbarContainer div{box-sizing:border-box}.richcontenteditor3673910766__toolbarAndFullScreenButtonWrapper{display:flex;position:relative}.richcontenteditor3673910766__editor{box-sizing:border-box;padding:36px 24px 36px 55px}.richcontenteditor3673910766__modalEditor .richcontenteditor3673910766__editor{overflow-y:auto;min-height:calc(100% - var(--richcontenteditor3673910766-topToolbarHeight) - var(--richcontenteditor3673910766-bottomToolbarHeight));max-height:calc(100% - var(--richcontenteditor3673910766-topToolbarHeight) - var(--richcontenteditor3673910766-bottomToolbarHeight));min-width:592px;box-sizing:border-box}.richcontenteditor3673910766__modalEditor .richcontenteditor3673910766__footerToolbarContainer{margin-top:9px}.richcontenteditor3673910766__toolbarContainer button[data-hook~=text-button-headings]>span{display:inline-flex;padding-inline-end:3px!important}.richcontenteditor3673910766__toolbarContainer button[data-hook~=text-button-ai]>span{padding-inline-end:9px!important}.richcontenttoolbar3398941261__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}.richcontenttoolbar3398941261__toolbarButton{line-height:40px;background:0 0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 5px 0 0}.richcontenttoolbar3398941261__toolbarButton:disabled{color:graytext}.richcontenttoolbar3398941261__toolbar label{padding:0 8px}.richcontentviewer2092977258__root{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:36px}.richcontentviewer2092977258__root.richcontentviewer2092977258--isFullScreen{padding:12px 24px}.richcontentviewer2092977258__root:not(.richcontentviewer2092977258--isFullScreen){padding:6px 24px 6px 12px}.richcontentviewer2092977258__root ToggleButton{margin:0;padding:0;border:0;position:absolute;top:2px!important;right:2px;width:30px;height:30px}.richcontentviewer2092977258__viewer{height:calc(100% - 36px);width:100%}.richcontentviewer2092977258__modalViewer{min-width:592px;overflow:auto}.richtexteditor1601751307__root{width:100%;box-sizing:border-box;outline:0;overflow:hidden;border-radius:var(--wds-border-radius-300)}.richtexteditor1601751307__root.richtexteditor1601751307---border-4-none{border:0}.richtexteditor1601751307__root.richtexteditor1601751307---border-8-standard{border:1px solid var(--wds-color-blue-300)}.richtexteditor1601751307__root.richtexteditor1601751307---border-8-standard:focus,.richtexteditor1601751307__root.richtexteditor1601751307---border-8-standard:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richtexteditor1601751307__root.richtexteditor1601751307---border-8-standard.richtexteditor1601751307---status-5-error{border:1px solid var(--wds-color-red-100)}.richtexteditor1601751307__root.richtexteditor1601751307---border-8-standard.richtexteditor1601751307---status-5-error:focus,.richtexteditor1601751307__root.richtexteditor1601751307---border-8-standard.richtexteditor1601751307---status-5-error:focus-within{border:1px solid var(--wds-color-red-100);box-shadow:0 0 0 3px var(--wds-color-red-300)}.richtexteditor1601751307__root.richtexteditor1601751307---border-8-standard.richtexteditor1601751307---status-7-warning{border:1px solid var(--wds-color-yellow-100)}.richtexteditor1601751307__root.richtexteditor1601751307---border-8-standard.richtexteditor1601751307---status-7-warning:focus,.richtexteditor1601751307__root.richtexteditor1601751307---border-8-standard.richtexteditor1601751307---status-7-warning:focus-within{border:1px solid var(--wds-color-yellow-100);box-shadow:0 0 0 3px var(--wds-color-yellow-300)}.richtexteditor1601751307__nativeInput{position:absolute;opacity:0;padding:0;margin:0;border:0;width:0;height:0}.richtexteditor1601751307__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)}.richtexteditor1601751307__editor.richtexteditor1601751307--isFullScreen{max-width:782px;min-width:582px;background:var(--wds-color-black-700)}.richtexteditor1601751307__editor:not(.richtexteditor1601751307--isFullScreen){max-height:80vh}.richtexteditor1601751307__editor>div{flex:1;max-width:100%}.toolbar2005554075__root{padding:12px 18px;display:flex;border-bottom:1px solid var(--wds-color-blue-400);background:var(--wds-color-white);align-items:center}.toolbar2005554075__item{display:flex;margin-right:12px}.toolbar2005554075__item svg,.toolbar2005554075__item svg path,.toolbar2005554075__item svg text{color:inherit;fill:currentColor}.toolbar2005554075__separator{display:inline-flex;margin-right:12px;border-left:1px solid #ddd;height:100%}.toolbar2005554075__clearFormatting{margin-left:auto}.toolbar2005554075__fullScreen{margin-right:0}.toolbar2005554075__dropdownItemContent{height:36px;width:100%;display:flex;gap:12px;justify-content:space-between;align-items:center}.toolbar2005554075__dropdownItemContent.toolbar2005554075--selected .toolbar2005554075__dropdownItemTitle,.toolbar2005554075__dropdownItemContent.toolbar2005554075--selected .toolbar2005554075__dropdownItemSubtitle{color:var(--wds-color-white)!important}.toolbar2005554075__dropdownItemSubtitle{color:var(--wds-color-black-400)!important;padding-right:12px;flex-shrink:0}.toolbar2005554075__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}.toolbar2005554075__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}.toolbar2005554075__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}.toolbar2005554075__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}.toolbar2005554075__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}.toolbar2005554075__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}.toolbar2005554075__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}.toolbar2005554075__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}.toolbar2005554075__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}.textview1013831791__textView::after{content:"";display:block}.richeditor482805851__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)}.richeditor482805851__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)}.richeditor482805851__editor .DraftEditor-root{width:100%;height:100%}.richeditor482805851__editor .DraftEditor-root [data-contents]{overflow:auto}.richeditor482805851__editor .DraftEditor-editorContainer{display:flex;min-height:100%;background:#fff}.richeditor482805851__editor .public-DraftEditor-content{padding:12px 24px 24px;min-height:100%;width:100%;box-sizing:border-box}.richeditor482805851__editor .public-DraftEditor-content ol,.richeditor482805851__editor .public-DraftEditor-content ul{display:flex;flex-direction:column;padding:0}.richeditor482805851__editor .public-DraftEditor-content a,.richeditor482805851__editor .public-DraftEditor-content a:visited{color:inherit;text-decoration:none}.richeditor482805851__header-one:not(li),.richeditor482805851__header-two:not(li),.richeditor482805851__header-three:not(li),.richeditor482805851__header-four:not(li),.richeditor482805851__header-five:not(li),.richeditor482805851__header-six:not(li){margin-block:0;margin:0}.richeditor482805851__header-one,.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__header-two,.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__header-three,.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__header-four,.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__header-five,.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__header-six,.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__paragraph-one,.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__unstyled,.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__paragraph-three,.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__editor li.richeditor482805851__header-one:first-child~li::marker{line-height:var(--rt-h1-fontSize, 72px)}.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__editor li.richeditor482805851__header-two:first-child~li::marker{line-height:var(--rt-h2-fontSize, 42px)}.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__editor li.richeditor482805851__header-three:first-child~li::marker{line-height:var(--rt-h3-fontSize, 38px)}.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__editor li.richeditor482805851__header-four:first-child~li::marker{line-height:var(--rt-h4-fontSize, 34px)}.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__editor li.richeditor482805851__header-five:first-child~li::marker{line-height:var(--rt-h5-fontSize, 28px)}.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__editor li.richeditor482805851__header-six:first-child~li::marker{line-height:var(--rt-h6-fontSize, 22px)}.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__editor li.richeditor482805851__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))}.richeditor482805851__editor li.richeditor482805851__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}.richeditor482805851__align-left{text-align:left;align-self:flex-start}.richeditor482805851__align-right{text-align:right;align-self:flex-end}.richeditor482805851__align-center{text-align:center;align-self:center}.richeditor482805851__align-justify{text-align:justify;align-self:stretch}.richeditor482805851__withMargin{display:inline-block}.richeditor482805851__dir-rtl,.richeditor482805851__editor .public-DraftStyleDefault-rtl{direction:rtl}.richeditor482805851__editor .public-DraftStyleDefault-listRTL{direction:rtl;text-align:right;max-width:100%}
1
+ .addressinput4109351774__tableAddressInput{height:36px!important;margin-left:-1px;display:flex!important;align-items:center;width:100%}.addressinput4109351774__tableAddressInput>div{padding:0!important;width:100%}.addressinput4109351774__tableAddressInput:focus-within{margin-left:2px}.actionsmenu1522980300__action{margin-left:calc(var(--wds-space-100, 6px)*-1)}.formaudiofield1125379769__addItem{height:120px!important;box-sizing:border-box}.formaudiofield1125379769__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)}.formaudiofield1125379769__addItem.formaudiofield1125379769--disabled{pointer-events:auto!important}.formaudiofield1125379769__addItem.formaudiofield1125379769--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formaudiofield1125379769__mediaTitle{line-height:18px!important}.audioplayer1393447092__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}.deletedialog130352157__layout{max-width:510px!important}.formdocumentfield4207312351__viewWrapper{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formdocumentfield4207312351__viewWrapper:hover{background:var(--wds-color-blue-500, var(--wsr-color-B50));cursor:pointer}.formdocumentfield4207312351__textWidth{max-width:calc(100% - 196px)}.formdocumentfield4207312351__documentLoader{padding-top:21px;padding-bottom:21px}.formdocumentfield4207312351__addDocument{padding-top:17px!important;padding-bottom:17px!important}.formdocumentfield4207312351__addDocument.formdocumentfield4207312351--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formdocumentfield4207312351__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))}.exclamation1902386010__exclamation{display:flex;justify-content:center;align-items:center;box-sizing:border-box;border-radius:3px;cursor:pointer}.exclamation1902386010__exclamation.exclamation1902386010---type-7-warning:not(.exclamation1902386010--customSize),.exclamation1902386010__exclamation.exclamation1902386010---type-5-error:not(.exclamation1902386010--customSize){width:24px;height:24px}.exclamation1902386010__exclamation.exclamation1902386010---type-7-warning svg{color:var(--wds-color-fill-warning-primary)}.exclamation1902386010__exclamation.exclamation1902386010---type-5-error svg{color:var(--wds-color-fill-destructive-primary)}.exclamation1902386010__actions{margin-top:20px;display:flex;flex-direction:column}.exclamation1902386010__action{white-space:normal!important;height:auto!important;text-align:left;gap:6px}.exclamation1902386010__action+.exclamation1902386010__action{margin-top:6px}.exclamation1902386010__action.exclamation1902386010--accented{color:var(--wds-color-blue-100)}.exclamation1902386010__action.exclamation1902386010--accented:hover{color:var(--wds-color-blue-200)}.highlightedtext3602929742__root.highlightedtext3602929742--highlightedBackground{animation:highlightedtext3602929742__highlighted 150ms ease-out 1 forwards}.highlightedtext3602929742__substring.highlightedtext3602929742--isHighlighted{animation:highlightedtext3602929742__highlighted-match 150ms ease-out 50ms 1 forwards}@keyframes highlightedtext3602929742__highlighted{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-400, var(--wsr-color-Y40))}}@keyframes highlightedtext3602929742__highlighted-match{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-200, var(--wsr-color-Y20))}}.pasteurlbutton1695425721__root{margin-top:6px}.pasteurlbutton1695425721__iconButtonTooltip{height:max-content}.pasteurlbutton1695425721__iconButton{width:24px;height:24px}.mediaimage3887694001__root{display:flex;align-items:center;flex-shrink:0;position:relative;box-sizing:border-box}.mediaimage3887694001__root.mediaimage3887694001--error{--mediaimage3887694001-from:calc(50% - 0.5px);--mediaimage3887694001-to:calc(50% + 0.5px);background-image:linear-gradient(to bottom right,transparent var(--mediaimage3887694001-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage3887694001-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage3887694001-to),transparent var(--mediaimage3887694001-to))}.mediaimage3887694001__root.mediaimage3887694001--error>*{opacity:0}.medialoader1996977687__loader{border-radius:6px}.medialoader1996977687__loader.medialoader1996977687--isDashed{border:dashed 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.medialoader1996977687__loader.medialoader1996977687--isSolid{border:solid 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.mediatag3872959543__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))}.formmultidocument1350733450__viewRoot{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formmultidocument1350733450__singleViewWrapper{border-radius:0;border-bottom:1px solid var(--wds-color-neutral-600, var(--wsr-color-D60));background-color:transparent!important}.formmultidocument1350733450__viewRoot>div:first-child .formmultidocument1350733450__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))}.formmultidocument1350733450__singleViewWrapper:hover{background-color:var(--wds-color-blue-500, var(--wsr-color-B50))!important}.formmultidocument1350733450__singleViewWrapper:focus-visible{border-bottom:1px solid transparent;position:relative;z-index:1}.formmultidocument1350733450__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))}.formmultidocument1350733450__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))}.richcontentdefaultvalueinput2357320826__richContentEditorContainer .richcontentdefaultvalueinput2357320826__editor{max-height:calc(40vh - var(--richcontentdefaultvalueinput2357320826-topToolbarHeight) - var(--richcontentdefaultvalueinput2357320826-bottomToolbarHeight))}.richcontentforminput376207370__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-blue-300);border-radius:var(--wds-border-radius-300)}.richcontentforminput376207370__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richcontentforminput376207370__root .richcontentforminput376207370__editor{overflow-y:auto;max-height:calc(80vh - var(--richcontentforminput376207370-topToolbarHeight) - var(--richcontentforminput376207370-bottomToolbarHeight))}.richcontentformreadonlyinput1077055638__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-black-600);border-radius:var(--wds-border-radius-300)}.richcontentformreadonlyinput1077055638__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.fullscreenmodal3676217882__modalContent{display:flex;position:relative;height:100%;width:782px;background-color:var(--wds-color-white);border-radius:var(--wds-border-radius-300);margin-top:24px}.publishloader2589595677__publishLoader{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--wds-color-white);z-index:5000;border-radius:inherit}.togglefullscreenbutton2081902876__root{z-index:5;box-sizing:border-box;position:absolute;right:0;top:calc(50% - 16px)!important;padding-right:3px}.togglefullscreenbutton2081902876__root button{border-radius:6px!important}.richcontenteditor2966145284__root{position:relative}.richcontenteditor2966145284__root,.richcontenteditor2966145284__toolbarContainer,.richcontenteditor2966145284__footerToolbarContainer{width:100%;box-sizing:border-box}.richcontenteditor2966145284__toolbarContainer div{box-sizing:border-box}.richcontenteditor2966145284__toolbarAndFullScreenButtonWrapper{display:flex;position:relative}.richcontenteditor2966145284__editor{box-sizing:border-box;padding:36px 24px 36px 55px}.richcontenteditor2966145284__modalEditor .richcontenteditor2966145284__editor{overflow-y:auto;min-height:calc(100% - var(--richcontenteditor2966145284-topToolbarHeight) - var(--richcontenteditor2966145284-bottomToolbarHeight));max-height:calc(100% - var(--richcontenteditor2966145284-topToolbarHeight) - var(--richcontenteditor2966145284-bottomToolbarHeight));min-width:592px;box-sizing:border-box}.richcontenteditor2966145284__modalEditor .richcontenteditor2966145284__footerToolbarContainer{margin-top:9px}.richcontenteditor2966145284__toolbarContainer button[data-hook~=text-button-headings]>span{display:inline-flex;padding-inline-end:3px!important}.richcontenteditor2966145284__toolbarContainer button[data-hook~=text-button-ai]>span{padding-inline-end:9px!important}.richcontenttoolbar3126773120__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}.richcontenttoolbar3126773120__toolbarButton{line-height:40px;background:0 0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 5px 0 0}.richcontenttoolbar3126773120__toolbarButton:disabled{color:graytext}.richcontenttoolbar3126773120__toolbar label{padding:0 8px}.richcontentviewer2198370567__root{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:36px}.richcontentviewer2198370567__root.richcontentviewer2198370567--isFullScreen{padding:12px 24px}.richcontentviewer2198370567__root:not(.richcontentviewer2198370567--isFullScreen){padding:6px 24px 6px 12px}.richcontentviewer2198370567__root ToggleButton{margin:0;padding:0;border:0;position:absolute;top:2px!important;right:2px;width:30px;height:30px}.richcontentviewer2198370567__viewer{height:calc(100% - 36px);width:100%}.richcontentviewer2198370567__modalViewer{min-width:592px;overflow:auto}.richtexteditor2925007725__root{width:100%;box-sizing:border-box;outline:0;overflow:hidden;border-radius:var(--wds-border-radius-300)}.richtexteditor2925007725__root.richtexteditor2925007725---border-4-none{border:0}.richtexteditor2925007725__root.richtexteditor2925007725---border-8-standard{border:1px solid var(--wds-color-blue-300)}.richtexteditor2925007725__root.richtexteditor2925007725---border-8-standard:focus,.richtexteditor2925007725__root.richtexteditor2925007725---border-8-standard:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richtexteditor2925007725__root.richtexteditor2925007725---border-8-standard.richtexteditor2925007725---status-5-error{border:1px solid var(--wds-color-red-100)}.richtexteditor2925007725__root.richtexteditor2925007725---border-8-standard.richtexteditor2925007725---status-5-error:focus,.richtexteditor2925007725__root.richtexteditor2925007725---border-8-standard.richtexteditor2925007725---status-5-error:focus-within{border:1px solid var(--wds-color-red-100);box-shadow:0 0 0 3px var(--wds-color-red-300)}.richtexteditor2925007725__root.richtexteditor2925007725---border-8-standard.richtexteditor2925007725---status-7-warning{border:1px solid var(--wds-color-yellow-100)}.richtexteditor2925007725__root.richtexteditor2925007725---border-8-standard.richtexteditor2925007725---status-7-warning:focus,.richtexteditor2925007725__root.richtexteditor2925007725---border-8-standard.richtexteditor2925007725---status-7-warning:focus-within{border:1px solid var(--wds-color-yellow-100);box-shadow:0 0 0 3px var(--wds-color-yellow-300)}.richtexteditor2925007725__nativeInput{position:absolute;opacity:0;padding:0;margin:0;border:0;width:0;height:0}.richtexteditor2925007725__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)}.richtexteditor2925007725__editor.richtexteditor2925007725--isFullScreen{max-width:782px;min-width:582px;background:var(--wds-color-black-700)}.richtexteditor2925007725__editor:not(.richtexteditor2925007725--isFullScreen){max-height:80vh}.richtexteditor2925007725__editor>div{flex:1;max-width:100%}.toolbar1923017632__root{padding:12px 18px;display:flex;border-bottom:1px solid var(--wds-color-blue-400);background:var(--wds-color-white);align-items:center}.toolbar1923017632__item{display:flex;margin-right:12px}.toolbar1923017632__item svg,.toolbar1923017632__item svg path,.toolbar1923017632__item svg text{color:inherit;fill:currentColor}.toolbar1923017632__separator{display:inline-flex;margin-right:12px;border-left:1px solid #ddd;height:100%}.toolbar1923017632__clearFormatting{margin-left:auto}.toolbar1923017632__fullScreen{margin-right:0}.toolbar1923017632__dropdownItemContent{height:36px;width:100%;display:flex;gap:12px;justify-content:space-between;align-items:center}.toolbar1923017632__dropdownItemContent.toolbar1923017632--selected .toolbar1923017632__dropdownItemTitle,.toolbar1923017632__dropdownItemContent.toolbar1923017632--selected .toolbar1923017632__dropdownItemSubtitle{color:var(--wds-color-white)!important}.toolbar1923017632__dropdownItemSubtitle{color:var(--wds-color-black-400)!important;padding-right:12px;flex-shrink:0}.toolbar1923017632__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}.toolbar1923017632__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}.toolbar1923017632__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}.toolbar1923017632__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}.toolbar1923017632__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}.toolbar1923017632__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}.toolbar1923017632__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}.toolbar1923017632__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}.toolbar1923017632__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}.textview2249423884__textView::after{content:"";display:block}.richeditor1335562661__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)}.richeditor1335562661__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)}.richeditor1335562661__editor .DraftEditor-root{width:100%;height:100%}.richeditor1335562661__editor .DraftEditor-root [data-contents]{overflow:auto}.richeditor1335562661__editor .DraftEditor-editorContainer{display:flex;min-height:100%;background:#fff}.richeditor1335562661__editor .public-DraftEditor-content{padding:12px 24px 24px;min-height:100%;width:100%;box-sizing:border-box}.richeditor1335562661__editor .public-DraftEditor-content ol,.richeditor1335562661__editor .public-DraftEditor-content ul{display:flex;flex-direction:column;padding:0}.richeditor1335562661__editor .public-DraftEditor-content a,.richeditor1335562661__editor .public-DraftEditor-content a:visited{color:inherit;text-decoration:none}.richeditor1335562661__header-one:not(li),.richeditor1335562661__header-two:not(li),.richeditor1335562661__header-three:not(li),.richeditor1335562661__header-four:not(li),.richeditor1335562661__header-five:not(li),.richeditor1335562661__header-six:not(li){margin-block:0;margin:0}.richeditor1335562661__header-one,.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__header-two,.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__header-three,.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__header-four,.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__header-five,.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__header-six,.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__paragraph-one,.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__unstyled,.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__paragraph-three,.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__editor li.richeditor1335562661__header-one:first-child~li::marker{line-height:var(--rt-h1-fontSize, 72px)}.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__editor li.richeditor1335562661__header-two:first-child~li::marker{line-height:var(--rt-h2-fontSize, 42px)}.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__editor li.richeditor1335562661__header-three:first-child~li::marker{line-height:var(--rt-h3-fontSize, 38px)}.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__editor li.richeditor1335562661__header-four:first-child~li::marker{line-height:var(--rt-h4-fontSize, 34px)}.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__editor li.richeditor1335562661__header-five:first-child~li::marker{line-height:var(--rt-h5-fontSize, 28px)}.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__editor li.richeditor1335562661__header-six:first-child~li::marker{line-height:var(--rt-h6-fontSize, 22px)}.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__editor li.richeditor1335562661__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))}.richeditor1335562661__editor li.richeditor1335562661__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}.richeditor1335562661__align-left{text-align:left;align-self:flex-start}.richeditor1335562661__align-right{text-align:right;align-self:flex-end}.richeditor1335562661__align-center{text-align:center;align-self:center}.richeditor1335562661__align-justify{text-align:justify;align-self:stretch}.richeditor1335562661__withMargin{display:inline-block}.richeditor1335562661__dir-rtl,.richeditor1335562661__editor .public-DraftStyleDefault-rtl{direction:rtl}.richeditor1335562661__editor .public-DraftStyleDefault-listRTL{direction:rtl;text-align:right;max-width:100%}
@@ -0,0 +1,4 @@
1
+ export declare function HTMLToText(html: string, { singleLine }?: {
2
+ singleLine?: boolean;
3
+ }): string;
4
+ //# sourceMappingURL=html-to-text.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"html-to-text.d.ts","sourceRoot":"","sources":["../../../../src/cms-fields/auto-cms-field-types/html-to-text.ts"],"names":[],"mappings":"AAAA,wBAAgB,UAAU,CACxB,IAAI,EAAE,MAAM,EACZ,EAAE,UAAU,EAAE,GAAE;IAAE,UAAU,CAAC,EAAE,OAAO,CAAA;CAAO,GAC5C,MAAM,CAIR"}
@@ -0,0 +1,8 @@
1
+ export { HTMLToText } from './html-to-text';
2
+ export { getValidURL } from './url';
3
+ export { isRicosLikeObject } from './utils';
4
+ export { isDataValid } from './validations';
5
+ export { ThumbnailSize } from './media-types';
6
+ export type { WixCodeGalleryItem } from './media-types';
7
+ export { getMediaURL, getMediaTitle, getImageDimensions, mediaURItoImageURL, } from './media-manager';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/cms-fields/auto-cms-field-types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,YAAY,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EACL,WAAW,EACX,aAAa,EACb,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { ThumbnailSize } from './media-types';
2
+ export declare const isWixImageURI: (uri: string) => boolean;
3
+ export declare const getImageDimensions: (uri: string) => {
4
+ width: number;
5
+ height: number;
6
+ };
7
+ export declare const getMediaURL: (uri: string, msid?: string) => string;
8
+ export declare const getMediaTitle: (uri: string) => string;
9
+ export declare const mediaURItoImageURL: (uri: string, size: ThumbnailSize) => string;
10
+ //# sourceMappingURL=media-manager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"media-manager.d.ts","sourceRoot":"","sources":["../../../../src/cms-fields/auto-cms-field-types/media-manager.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAuDnD,eAAO,MAAM,aAAa,GAAI,KAAK,MAAM,YACK,CAAC;AAS/C,eAAO,MAAM,kBAAkB,GAC7B,KAAK,MAAM,KACV;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAA2C,CAAC;AA2D9E,eAAO,MAAM,WAAW,GAAI,KAAK,MAAM,EAAE,OAAO,MAAM,KAAG,MAiBxD,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,KAAK,MAAM,KAAG,MAiB3C,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,KAAK,MAAM,EAAE,MAAM,aAAa,KAAG,MASrE,CAAC"}
@@ -0,0 +1,24 @@
1
+ export declare enum ThumbnailSize {
2
+ S = 48,
3
+ M = 128,
4
+ L = 204
5
+ }
6
+ export type WixCodeGalleryItemTarget = '_blank' | '_self';
7
+ export type WixCodeGalleryItemLink = string | {
8
+ url: string;
9
+ target?: WixCodeGalleryItemTarget;
10
+ };
11
+ export interface WixCodeGalleryItem {
12
+ slug: string;
13
+ src: string;
14
+ type: string;
15
+ title?: string;
16
+ fileName?: string;
17
+ description?: string;
18
+ thumbnail?: string;
19
+ alt?: string;
20
+ settings?: unknown;
21
+ link?: WixCodeGalleryItemLink;
22
+ target?: WixCodeGalleryItemTarget;
23
+ }
24
+ //# sourceMappingURL=media-types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"media-types.d.ts","sourceRoot":"","sources":["../../../../src/cms-fields/auto-cms-field-types/media-types.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,CAAC,KAAK;IACN,CAAC,MAAM;IACP,CAAC,MAAM;CACR;AAED,MAAM,MAAM,wBAAwB,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE1D,MAAM,MAAM,sBAAsB,GAC9B,MAAM,GACN;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,wBAAwB,CAAA;CAAE,CAAC;AAEvD,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,sBAAsB,CAAC;IAC9B,MAAM,CAAC,EAAE,wBAAwB,CAAC;CACnC"}
@@ -0,0 +1,2 @@
1
+ export declare const getValidURL: (url: string) => string;
2
+ //# sourceMappingURL=url.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"url.d.ts","sourceRoot":"","sources":["../../../../src/cms-fields/auto-cms-field-types/url.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,WAAW,GAAI,KAAK,MAAM,KAAG,MACE,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const isRicosLikeObject: (data: unknown) => data is {
2
+ nodes: unknown[];
3
+ };
4
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/cms-fields/auto-cms-field-types/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,GAC5B,MAAM,OAAO,KACZ,IAAI,IAAI;IAAE,KAAK,EAAE,OAAO,EAAE,CAAA;CAIsB,CAAC"}
@@ -0,0 +1,6 @@
1
+ interface ValidationOptions {
2
+ strict?: boolean;
3
+ }
4
+ export declare const isDataValid: (data: unknown, type: string, { strict }?: ValidationOptions) => boolean;
5
+ export {};
6
+ //# sourceMappingURL=validations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validations.d.ts","sourceRoot":"","sources":["../../../../src/cms-fields/auto-cms-field-types/validations.ts"],"names":[],"mappings":"AAIA,UAAU,iBAAiB;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAsCD,eAAO,MAAM,WAAW,GACtB,MAAM,OAAO,EACb,MAAM,MAAM,EACZ,aAAY,iBAAsB,KACjC,OAMF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"audio-player.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/cms-fields/components/audio/audio-player/audio-player.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAAwC,CAAC;AAC3D,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
1
+ {"version":3,"file":"audio-player.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/cms-fields/components/audio/audio-player/audio-player.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAAyC,CAAC;AAC5D,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"delete-dialog.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/delete-dialog/delete-dialog.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAoF,CAAC;AACvG,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
1
+ {"version":3,"file":"delete-dialog.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/delete-dialog/delete-dialog.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAkF,CAAC;AACrG,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"exclamation.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/exclamation/exclamation.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;CAA4K,CAAC;AAC/L,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;CAA4O,CAAC"}
1
+ {"version":3,"file":"exclamation.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/exclamation/exclamation.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;CAAgL,CAAC;AACnM,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;CAA4O,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"paste-url-button.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/media-control/paste-url-button.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;CAA+J,CAAC;AAClL,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
1
+ {"version":3,"file":"paste-url-button.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/media-control/paste-url-button.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;CAAkK,CAAC;AACrL,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { WixCodeGalleryItem } from '@wix/auto-cms-field-types';
2
+ import type { WixCodeGalleryItem } from '../../auto-cms-field-types';
3
3
  export interface MediaGalleryViewProps {
4
4
  data?: WixCodeGalleryItem[];
5
5
  }
@@ -1 +1 @@
1
- {"version":3,"file":"media-gallery-view.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/media-gallery/media-gallery-view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAKpE,MAAM,WAAW,qBAAqB;IACpC,IAAI,CAAC,EAAE,kBAAkB,EAAE,CAAC;CAC7B;AAED,wBAAgB,gBAAgB,CAAC,EAAE,IAAI,EAAE,EAAE,qBAAqB,qBAS/D;yBATe,gBAAgB"}
1
+ {"version":3,"file":"media-gallery-view.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/media-gallery/media-gallery-view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAKrE,MAAM,WAAW,qBAAqB;IACpC,IAAI,CAAC,EAAE,kBAAkB,EAAE,CAAC;CAC7B;AAED,wBAAgB,gBAAgB,CAAC,EAAE,IAAI,EAAE,EAAE,qBAAqB,qBAS/D;yBATe,gBAAgB"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { ImageProps } from '@wix/design-system';
3
- import { ThumbnailSize } from '@wix/auto-cms-field-types';
3
+ import { ThumbnailSize } from '../../auto-cms-field-types';
4
4
  export interface MediaImageProps extends Omit<ImageProps, 'onLoad' | 'onError'> {
5
5
  size?: ThumbnailSize | number;
6
6
  suspended?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"media-image.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/media-image/media-image.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAEhE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,OAAO,EAAsB,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAK9E,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,UAAU,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC9C,IAAI,CAAC,EAAE,aAAa,GAAG,MAAM,CAAC;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,KAAK,YAAY,GAAG,KAAK,CAAC,EAAE,CAAC,eAAe,CAAC,GAAG;IAC9C,IAAI,EAAE,OAAO,aAAa,CAAC;IAC3B,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC1B,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC1B,sBAAsB,EAAE,MAAM,IAAI,CAAC;CACpC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,YAwFxB,CAAC;AAaF,eAAO,MAAM,8BAA8B,YAO1C,CAAC"}
1
+ {"version":3,"file":"media-image.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/media-image/media-image.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAEhE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,OAAO,EAAsB,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAK/E,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,UAAU,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC9C,IAAI,CAAC,EAAE,aAAa,GAAG,MAAM,CAAC;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,KAAK,YAAY,GAAG,KAAK,CAAC,EAAE,CAAC,eAAe,CAAC,GAAG;IAC9C,IAAI,EAAE,OAAO,aAAa,CAAC;IAC3B,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC1B,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC1B,sBAAsB,EAAE,MAAM,IAAI,CAAC;CACpC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,YAwFxB,CAAC;AAaF,eAAO,MAAM,8BAA8B,YAO1C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"form-multi-document.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/cms-fields/components/multi-document/multi-document-input/form-multi-document.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;CAAwO,CAAC;AAC3P,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;;CAAkG,CAAC;AACpH,eAAO,IAAI,IAAI;;;;;;;;CAAsS,CAAC"}
1
+ {"version":3,"file":"form-multi-document.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/cms-fields/components/multi-document/multi-document-input/form-multi-document.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;CAA4O,CAAC;AAC/P,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;;CAAkG,CAAC;AACpH,eAAO,IAAI,IAAI;;;;;;;;CAAsS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"rich-content-form-input.st.css.d.ts","sourceRoot":"","sources":["../../../../../../../src/cms-fields/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAoG,CAAC;AACvH,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;;;CAAwW,CAAC"}
1
+ {"version":3,"file":"rich-content-form-input.st.css.d.ts","sourceRoot":"","sources":["../../../../../../../src/cms-fields/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAkG,CAAC;AACrH,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;;;CAAsW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"publish-loader.st.css.d.ts","sourceRoot":"","sources":["../../../../../../../../src/cms-fields/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAkG,CAAC;AACrH,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;CAA0C,CAAC"}
1
+ {"version":3,"file":"publish-loader.st.css.d.ts","sourceRoot":"","sources":["../../../../../../../../src/cms-fields/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAoG,CAAC;AACvH,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;CAA0C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"rich-editor.st.css.d.ts","sourceRoot":"","sources":["../../../../../../../src/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;;;;;;;;;;;;;;CAAyyB,CAAC;AAC5zB,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+5I,CAAC;AACj7I,eAAO,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0mE,CAAC"}
1
+ {"version":3,"file":"rich-editor.st.css.d.ts","sourceRoot":"","sources":["../../../../../../../src/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;;;;;;;;;;;;;;CAA0zB,CAAC;AAC70B,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+5I,CAAC;AACj7I,eAAO,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0mE,CAAC"}
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * Local media utilities - pure string parsing, no external dependencies.
3
- * Avoids importing from @wix/auto-cms-field-types (pulls ricos ~100KB)
4
- * and @wix/cm-media-utils (pulls santa-platform-utils ~20KB).
3
+ * Pure string-based parsing without external dependencies.
5
4
  */
6
5
  export declare const isWixDocumentURI: (uri: string) => boolean;
7
6
  export declare const isWixImageURI: (uri: string) => boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"media-utils.d.ts","sourceRoot":"","sources":["../../../../src/cms-fields/utils/media-utils.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AA+BH,eAAO,MAAM,gBAAgB,GAAI,KAAK,MAAM,KAAG,OAK9C,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,KAAK,MAAM,KAAG,OAK3C,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,KAAK,MAAM,KAAG,OAK3C,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,KAAK,MAAM,KAAG,OAK3C,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,KAAK,MAAM,KAAG,OAK5C,CAAC;AAiBF;;;GAGG;AACH,eAAO,MAAM,aAAa,GAAI,KAAK,MAAM,KAAG,MAsC3C,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,KAAK,MAAM,SAE7C,CAAC;AAGF,oBAAY,WAAW;IACrB,SAAS,cAAc;IACvB,KAAK,cAAc;IACnB,KAAK,mBAAmB;IACxB,KAAK,UAAU;IACf,OAAO,gBAAgB;CACxB;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAC9B,MAAM,MAAM,GAAG,SAAS,EACxB,MAAM,UAAU,GAAG,OAAO,KACzB,OAeF,CAAC"}
1
+ {"version":3,"file":"media-utils.d.ts","sourceRoot":"","sources":["../../../../src/cms-fields/utils/media-utils.ts"],"names":[],"mappings":"AAAA;;;GAGG;AA+BH,eAAO,MAAM,gBAAgB,GAAI,KAAK,MAAM,KAAG,OAK9C,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,KAAK,MAAM,KAAG,OAK3C,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,KAAK,MAAM,KAAG,OAK3C,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,KAAK,MAAM,KAAG,OAK3C,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,KAAK,MAAM,KAAG,OAK5C,CAAC;AAiBF;;;GAGG;AACH,eAAO,MAAM,aAAa,GAAI,KAAK,MAAM,KAAG,MAsC3C,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,KAAK,MAAM,SAE7C,CAAC;AAGF,oBAAY,WAAW;IACrB,SAAS,cAAc;IACvB,KAAK,cAAc;IACnB,KAAK,mBAAmB;IACxB,KAAK,UAAU;IACf,OAAO,gBAAgB;CACxB;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAC9B,MAAM,MAAM,GAAG,SAAS,EACxB,MAAM,UAAU,GAAG,OAAO,KACzB,OAeF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto-patterns",
3
- "version": "1.47.0",
3
+ "version": "1.49.0",
4
4
  "license": "UNLICENSED",
5
5
  "author": {
6
6
  "name": "Matvey Oklander",
@@ -82,7 +82,6 @@
82
82
  "dependencies": {
83
83
  "@babel/runtime": "^7.28.4",
84
84
  "@wix/atlas": "^1.0.35",
85
- "@wix/auto-cms-field-types": "^2.3.8",
86
85
  "@wix/data": "^1.0.323",
87
86
  "@wix/media": "^1.0.231",
88
87
  "@wix/rich-content": "1.0.37",
@@ -112,7 +111,7 @@
112
111
  "@types/node": "^16.18.126",
113
112
  "@types/node-fetch": "^2.6.13",
114
113
  "@types/react": "^16.14.68",
115
- "@wix/auto-patterns-utils": "1.2.0",
114
+ "@wix/auto-patterns-utils": "1.4.0",
116
115
  "@wix/crm": "^1.0.1175",
117
116
  "@wix/design-system": "^1.247.1",
118
117
  "@wix/eslint-config-yoshi": "^6.163.0",
@@ -190,5 +189,5 @@
190
189
  "wallaby": {
191
190
  "autoDetect": true
192
191
  },
193
- "falconPackageHash": "7870f2af9521565841bc900e2cc9bf6c014966655bf659b025455cf0"
192
+ "falconPackageHash": "230a45506a31a8a2a8cd1d79d2ac7ffb8a253ead3e9d1d494dece975"
194
193
  }