@micrio/client 5.4.23 → 5.4.25

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/micrio.min.d.ts CHANGED
@@ -4,7 +4,7 @@ declare module '@micrio/client' {
4
4
  * Defines the current version of the Micrio library.
5
5
  * This constant is used internally and exposed statically via `HTMLMicrioElement.VERSION`.
6
6
  */
7
- export const VERSION = "5.4.23";
7
+ export const VERSION = "5.4.25";
8
8
  /**
9
9
  * Loads an image texture asynchronously. Adds the request to the queue
10
10
  * and returns a Promise that resolves with the TextureBitmap or rejects on error.
@@ -1534,6 +1534,8 @@ declare module '@micrio/client' {
1534
1534
  type?: ('default' | 'image' | 'audio' | 'video' | 'media' | 'link' | 'waypoint' | 'cluster');
1535
1535
  /** Popup type */
1536
1536
  popupType: ('popup' | 'popover' | 'none' | 'micrioLink');
1537
+ /** If type is area, this HTML embed will be used for the marker */
1538
+ clickableArea?: Models.ImageData.Embed;
1537
1539
  /** Custom marker tags which will be also used as classnames on the marker elements */
1538
1540
  tags: string[];
1539
1541
  /** Autoplay the audio asset when the marker is opened */