@dotcms/types 1.2.0-next.9 → 1.2.1-next.1

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/index.cjs.js CHANGED
@@ -96,6 +96,10 @@ exports.DotCMSUVEAction = void 0;
96
96
  * Tell the editor to edit a contentlet
97
97
  */
98
98
  DotCMSUVEAction["EDIT_CONTENTLET"] = "edit-contentlet";
99
+ /**
100
+ * Tell the editor to register style schemas
101
+ */
102
+ DotCMSUVEAction["REGISTER_STYLE_SCHEMAS"] = "register-style-schemas";
99
103
  /**
100
104
  * Tell the editor to do nothing
101
105
  */
package/index.esm.js CHANGED
@@ -94,6 +94,10 @@ var DotCMSUVEAction;
94
94
  * Tell the editor to edit a contentlet
95
95
  */
96
96
  DotCMSUVEAction["EDIT_CONTENTLET"] = "edit-contentlet";
97
+ /**
98
+ * Tell the editor to register style schemas
99
+ */
100
+ DotCMSUVEAction["REGISTER_STYLE_SCHEMAS"] = "register-style-schemas";
97
101
  /**
98
102
  * Tell the editor to do nothing
99
103
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/types",
3
- "version": "1.2.0-next.9",
3
+ "version": "1.2.1-next.1",
4
4
  "keywords": [
5
5
  "dotCMS",
6
6
  "CMS",
@@ -138,6 +138,10 @@ export declare enum DotCMSUVEAction {
138
138
  * Tell the editor to edit a contentlet
139
139
  */
140
140
  EDIT_CONTENTLET = "edit-contentlet",
141
+ /**
142
+ * Tell the editor to register style schemas
143
+ */
144
+ REGISTER_STYLE_SCHEMAS = "register-style-schemas",
141
145
  /**
142
146
  * Tell the editor to do nothing
143
147
  */