@node-projects/web-component-designer 0.0.246 → 0.0.247

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/README.md CHANGED
@@ -40,7 +40,6 @@ repository: https://github.com/node-projects/web-component-designer-simple-demo
40
40
  ## What is needed
41
41
 
42
42
  - @node-projects/base-custom-webcomponent a very small basic webcomponent library (maybe this will be included directly later, to be dependecy free)
43
- - constructable-stylesheets-polyfill on browser not yet supporting these (for Safari & Firefox)
44
43
  - optional - ace code editor
45
44
  - optional - monaco code editor (if you use code-view-monaco)
46
45
  - optional - code mirror code editor (if you use code-view-codemirror) (workin but buggy)
package/dist/index.d.ts CHANGED
@@ -261,4 +261,7 @@ export type { IPoint } from "./interfaces/IPoint.js";
261
261
  export type { IRect } from "./interfaces/IRect.js";
262
262
  export type { ISize } from "./interfaces/ISize.js";
263
263
  export type { ICommandHandler } from "./interfaces/ICommandHandler.js";
264
+ export * from "./commandHandling/CommandType.js";
265
+ export type { IUiCommand } from "./commandHandling/IUiCommand.js";
266
+ export type { IUiCommandHandler } from "./commandHandling/IUiCommandHandler.js";
264
267
  export * from './Constants.js';
package/dist/index.js CHANGED
@@ -199,4 +199,5 @@ export * from "./elements/widgets/codeView/code-view-simple.js";
199
199
  export * from "./elements/documentContainer.js";
200
200
  export * from "./enums/EventNames.js";
201
201
  export * from "./enums/PointerActionType.js";
202
+ export * from "./commandHandling/CommandType.js";
202
203
  export * from './Constants.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "A UI designer for Polymer apps",
3
3
  "name": "@node-projects/web-component-designer",
4
- "version": "0.0.246",
4
+ "version": "0.0.247",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "author": "",