@domternal/angular 0.7.3 → 0.7.5

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.
@@ -135,7 +135,7 @@ declare class DomternalBubbleMenuComponent implements OnDestroy {
135
135
  from: number;
136
136
  to: number;
137
137
  }) => boolean>;
138
- readonly placement: _angular_core.InputSignal<"bottom" | "top">;
138
+ readonly placement: _angular_core.InputSignal<"top" | "bottom">;
139
139
  readonly offset: _angular_core.InputSignal<number>;
140
140
  readonly updateDelay: _angular_core.InputSignal<number>;
141
141
  /** Fixed item names (e.g. ['bold', 'italic', 'code']). Omit for auto mode (all format items). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domternal/angular",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "description": "Angular components for Domternal editor",
5
5
  "author": "https://github.com/ThomasNowHere",
6
6
  "license": "MIT",