@veltdev/sdk 1.0.98 → 1.0.100

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.
@@ -1,4 +1,4 @@
1
- export declare type StatusType = 'default' | 'ongoing' | 'terminal';
1
+ export type StatusType = 'default' | 'ongoing' | 'terminal';
2
2
  export interface CustomFilter {
3
3
  id: string;
4
4
  color: string;
@@ -1,6 +1,6 @@
1
1
  import { DocumentAccessType } from "../../utils/enums";
2
2
  import { UserIAM } from "./user-iam.data.model";
3
- export declare type DocumentIAMFeatures = {
3
+ export type DocumentIAMFeatures = {
4
4
  all?: {
5
5
  disabled?: boolean;
6
6
  restricted?: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="dom-mediacapture-record" />
2
1
  import { Observable } from "rxjs";
3
2
  export declare class RecorderConfig {
4
3
  type: {
@@ -7,6 +7,10 @@ export declare class TargetElement {
7
7
  * Full xpath of target element
8
8
  */
9
9
  fXpath?: string;
10
+ /**
11
+ * Full xpath of target element with class names
12
+ */
13
+ cfXpath?: string;
10
14
  /**
11
15
  * Relative top position of cursor on target element
12
16
  */
@@ -197,7 +197,7 @@ export declare class Constants {
197
197
  VELT_VIDEO_PLAYER: string;
198
198
  VELT_VIDEO_COMMENTS_TIMELINE: string;
199
199
  VELT_REACTION_TOOL: string;
200
- VELT_DOCUMENT_VIEWER_TREND: string;
200
+ VELT_VIEW_ANALYTICS: string;
201
201
  };
202
202
  static ATTRIBUTES: {
203
203
  VELT_ID: string;
@@ -207,6 +207,7 @@ export declare class Constants {
207
207
  VELT_COMMENT_PIN_HOST: string;
208
208
  VELT_COMMENT_PIN_HOST_STATIC: string;
209
209
  VELT_COMMENT_DISABLED: string;
210
+ VELT_COMMENT_PIN_ACTIVE: string;
210
211
  VELT_TAG_PIN_HOST: string;
211
212
  VELT_TAG_PIN_HOST_STATIC: string;
212
213
  VELT_TAG_DISABLED: string;
@@ -229,6 +230,7 @@ export declare class Constants {
229
230
  VELT_AREA_PIN_HOST: string;
230
231
  VELT_AREA_PIN_HOST_STATIC: string;
231
232
  VELT_AREA_DISABLED: string;
233
+ VELT_AREA_PIN_ACTIVE: string;
232
234
  VELT_ONGOING_RECORDING: string;
233
235
  VELT_COMMENT_RECORDING: string;
234
236
  SYNC_VIDEO_PLAYER_ID: string;
@@ -55,7 +55,7 @@ export declare enum Features {
55
55
  RECORDER = "recorder",
56
56
  REWRITER = "rewriter"
57
57
  }
58
- export declare type FeatureType = 'area' | 'arrow' | 'audioHuddle' | 'comment' | 'cursor' | 'huddle' | 'liveStateSync' | 'presence' | 'recorder' | 'rewriter' | 'tag';
58
+ export type FeatureType = 'area' | 'arrow' | 'audioHuddle' | 'comment' | 'cursor' | 'huddle' | 'liveStateSync' | 'presence' | 'recorder' | 'rewriter' | 'tag';
59
59
  export declare enum DeviceType {
60
60
  DESKTOP = "Desktop",
61
61
  MOBILE = "Mobile",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.98",
3
+ "version": "1.0.100",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {
package/velt.css CHANGED
@@ -1 +1 @@
1
- html{--velt-base-rem-unit:1}[data-snippyly-element=true],[data-velt-element=true]{font-family:var(--velt-default-font-family)}
1
+ html{--velt-base-rem-unit: 1}*[data-snippyly-element=true],*[data-velt-element=true]{font-family:var(--velt-default-font-family)}