@veltdev/sdk-staging 5.0.2-beta.44 → 5.0.2-beta.45
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/app/utils/constants.d.ts +3 -0
- package/package.json +1 -1
- package/velt.css +1 -1
- package/velt.js +46 -46
package/app/utils/constants.d.ts
CHANGED
|
@@ -549,6 +549,9 @@ export declare class Constants {
|
|
|
549
549
|
VELT_AVATAR_COLOR: string;
|
|
550
550
|
VELT_COMMENT_PRIORITY_COLOR: string;
|
|
551
551
|
};
|
|
552
|
+
static BODY_CLASSES: {
|
|
553
|
+
VELT_PIN_DRAGGING: string;
|
|
554
|
+
};
|
|
552
555
|
static INJECTION_ATTRIBUTES: {
|
|
553
556
|
/**
|
|
554
557
|
* @deprecated Use VELT_AVATAR_IMG instead
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk-staging",
|
|
3
|
-
"version": "5.0.2-beta.
|
|
3
|
+
"version": "5.0.2-beta.45",
|
|
4
4
|
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
|
|
5
5
|
"homepage": "https://velt.dev",
|
|
6
6
|
"keywords": [
|
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)}velt-wireframe{display:none!important}
|
|
1
|
+
html{--velt-base-rem-unit: 1}*[data-snippyly-element=true],*[data-velt-element=true]{font-family:var(--velt-default-font-family)}velt-wireframe{display:none!important}body.velt-pin-dragging iframe{pointer-events:none!important}
|