@veltdev/sdk 1.0.98 → 1.0.99

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: {
@@ -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.99",
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)}