myrta-ui 17.0.84 → 17.0.85

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myrta-ui",
3
- "version": "17.0.84",
3
+ "version": "17.0.85",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",
package/public-api.d.ts CHANGED
@@ -103,6 +103,7 @@ export * from './lib/components/form/input-timepicker/input-timepicker.component
103
103
  export * from './lib/components/form/editor/editor.module';
104
104
  export * from './lib/components/form/editor/editor.component';
105
105
  export * from './lib/components/form/editor/models/toolbar.model';
106
+ export * from './lib/components/form/editor/editor.enum';
106
107
  export * from './lib/components/form/json-editor/json-editor.module';
107
108
  export * from './lib/components/form/json-editor/json-editor.component';
108
109
  export * from './lib/components/form/json-editor/json-editor.enum';