@veltdev/types-dev 6.0.0-beta.24 → 6.0.0-beta.26
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.
|
@@ -283,6 +283,16 @@ export declare class Snippyly {
|
|
|
283
283
|
*/
|
|
284
284
|
setDarkMode: (darkMode: boolean) => void;
|
|
285
285
|
|
|
286
|
+
/**
|
|
287
|
+
* Removes (or restores) ALL Velt visual styling at once — headless mode.
|
|
288
|
+
* By default a derived "functional-only" layer is kept so Velt UI retains
|
|
289
|
+
* its layout, positioning and show/hide behavior. Pass
|
|
290
|
+
* `keepFunctionalStyles: false` for total removal. Fully reversible.
|
|
291
|
+
* @param value {boolean} true = unstyled, false = styled (default)
|
|
292
|
+
* @param config {object} { keepFunctionalStyles?: boolean } defaults to true
|
|
293
|
+
*/
|
|
294
|
+
setUnstyledMode: (value: boolean, config?: { keepFunctionalStyles?: boolean }) => void;
|
|
295
|
+
|
|
286
296
|
/**
|
|
287
297
|
* To check if user allowed in provided document or not.
|
|
288
298
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/types-dev",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.26",
|
|
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": [
|