@dotcms/uve 1.2.4 → 1.2.5-next.2

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.
package/internal.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- export { C as CUSTOM_NO_COMPONENT, D as DEVELOPMENT_MODE, h as EMPTY_CONTAINER_STYLE_ANGULAR, f as EMPTY_CONTAINER_STYLE_REACT, E as END_CLASS, P as PRODUCTION_MODE, S as START_CLASS, _ as __UVE_EVENTS__, d as __UVE_EVENT_ERROR_FALLBACK__, q as combineClasses, p as computeScrollIsInBottom, c as createUVESubscription, n as findDotCMSElement, o as findDotCMSVTLData, m as getClosestDotCMSContainerData, t as getColumnPositionClasses, w as getContainersData, x as getContentletsInContainer, l as getDotCMSContainerData, k as getDotCMSContentletsBound, j as getDotCMSPageBounds, y as getDotContainerAttributes, v as getDotContentletAttributes, g as getUVEState, A as isValidBlocks, z as setBounds } from './public.esm.js';
1
+ export { C as CUSTOM_NO_COMPONENT, D as DEVELOPMENT_MODE, E as EMPTY_CONTAINER_STYLE_ANGULAR, d as EMPTY_CONTAINER_STYLE_REACT, f as END_CLASS, P as PRODUCTION_MODE, S as START_CLASS, _ as __UVE_EVENTS__, h as __UVE_EVENT_ERROR_FALLBACK__, j as combineClasses, k as computeScrollIsInBottom, c as createUVESubscription, l as findDotCMSElement, m as findDotCMSVTLData, n as getClosestDotCMSContainerData, o as getColumnPositionClasses, p as getContainersData, q as getContentletsInContainer, t as getDotCMSContainerData, v as getDotCMSContentletsBound, w as getDotCMSPageBounds, x as getDotContainerAttributes, y as getDotContentletAttributes, g as getUVEState, z as isValidBlocks, A as setBounds } from './public.esm.js';
2
2
  import '@dotcms/types';
3
3
  import '@dotcms/types/internal';
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/uve",
3
- "version": "1.2.4",
3
+ "version": "1.2.5-next.2",
4
4
  "description": "Official JavaScript library for interacting with Universal Visual Editor (UVE)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -50,4 +50,4 @@
50
50
  "module": "./index.esm.js",
51
51
  "main": "./index.cjs.js",
52
52
  "types": "./index.d.ts"
53
- }
53
+ }
package/public.esm.js CHANGED
@@ -1106,4 +1106,4 @@ function initUVE(config = {}) {
1106
1106
  };
1107
1107
  }
1108
1108
 
1109
- export { isValidBlocks as A, CUSTOM_NO_COMPONENT as C, DEVELOPMENT_MODE as D, END_CLASS as E, PRODUCTION_MODE as P, START_CLASS as S, __UVE_EVENTS__ as _, enableBlockEditorInline as a, initUVE as b, createUVESubscription as c, __UVE_EVENT_ERROR_FALLBACK__ as d, editContentlet as e, EMPTY_CONTAINER_STYLE_REACT as f, getUVEState as g, EMPTY_CONTAINER_STYLE_ANGULAR as h, initInlineEditing as i, getDotCMSPageBounds as j, getDotCMSContentletsBound as k, getDotCMSContainerData as l, getClosestDotCMSContainerData as m, findDotCMSElement as n, findDotCMSVTLData as o, computeScrollIsInBottom as p, combineClasses as q, reorderMenu as r, sendMessageToUVE as s, getColumnPositionClasses as t, updateNavigation as u, getDotContentletAttributes as v, getContainersData as w, getContentletsInContainer as x, getDotContainerAttributes as y, setBounds as z };
1109
+ export { setBounds as A, CUSTOM_NO_COMPONENT as C, DEVELOPMENT_MODE as D, EMPTY_CONTAINER_STYLE_ANGULAR as E, PRODUCTION_MODE as P, START_CLASS as S, __UVE_EVENTS__ as _, enableBlockEditorInline as a, initUVE as b, createUVESubscription as c, EMPTY_CONTAINER_STYLE_REACT as d, editContentlet as e, END_CLASS as f, getUVEState as g, __UVE_EVENT_ERROR_FALLBACK__ as h, initInlineEditing as i, combineClasses as j, computeScrollIsInBottom as k, findDotCMSElement as l, findDotCMSVTLData as m, getClosestDotCMSContainerData as n, getColumnPositionClasses as o, getContainersData as p, getContentletsInContainer as q, reorderMenu as r, sendMessageToUVE as s, getDotCMSContainerData as t, updateNavigation as u, getDotCMSContentletsBound as v, getDotCMSPageBounds as w, getDotContainerAttributes as x, getDotContentletAttributes as y, isValidBlocks as z };