@inweb/markup 27.1.9 → 27.2.0

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.
@@ -123,8 +123,8 @@ export interface IMarkup {
123
123
  /**
124
124
  * Creates a markup object.
125
125
  *
126
- * @param type - Markup object type. Can be `Line`, `Text`, `Rectangle`, `Ellipse`, `Arrow`, `Image` or
127
- * `Cloud`.
126
+ * @param type - Markup object type. Can be `Line`, `Text`, `Rectangle`, `Ellipse`, `Arrow`, `Image`,
127
+ * or `Cloud`.
128
128
  * @param params - Parameters for creating a markup object. Must match the object type:
129
129
  *
130
130
  * - `Line` - {@link IMarkupLineParams}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inweb/markup",
3
- "version": "27.1.9",
3
+ "version": "27.2.0",
4
4
  "description": "JavaScript 2D markups",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -26,8 +26,8 @@
26
26
  "docs": "typedoc"
27
27
  },
28
28
  "dependencies": {
29
- "@inweb/eventemitter2": "~27.1.9",
30
- "@inweb/viewer-core": "~27.1.9"
29
+ "@inweb/eventemitter2": "~27.2.0",
30
+ "@inweb/viewer-core": "~27.2.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "konva": "^10.2.0"
@@ -164,8 +164,8 @@ export interface IMarkup {
164
164
  /**
165
165
  * Creates a markup object.
166
166
  *
167
- * @param type - Markup object type. Can be `Line`, `Text`, `Rectangle`, `Ellipse`, `Arrow`, `Image` or
168
- * `Cloud`.
167
+ * @param type - Markup object type. Can be `Line`, `Text`, `Rectangle`, `Ellipse`, `Arrow`, `Image`,
168
+ * or `Cloud`.
169
169
  * @param params - Parameters for creating a markup object. Must match the object type:
170
170
  *
171
171
  * - `Line` - {@link IMarkupLineParams}