@webflow/data-types
Advanced tools
+6
-0
| # @webflow/data-types | ||
| ## 0.0.11 | ||
| ### Patch Changes | ||
| - Fix ssr bundle config and improve js docs | ||
| ## 0.0.10 | ||
@@ -4,0 +10,0 @@ |
+3
-0
@@ -37,4 +37,7 @@ /** | ||
| type WebflowContext = { | ||
| /** The Webflow canvas mode currently being viewed, or "publish" for the published site */ | ||
| mode: "design" | "build" | "edit" | "preview" | "component-preview" | "comment" | "analyze" | "publish"; | ||
| /** Whether the current mode allows for component interaction — `true` for preview and publish modes, `false` otherwise */ | ||
| interactive: boolean; | ||
| /** Current locale string the component is being rendered in */ | ||
| locale: null | string; | ||
@@ -41,0 +44,0 @@ }; |
+1
-1
| { | ||
| "name": "@webflow/data-types", | ||
| "version": "0.0.10", | ||
| "version": "0.0.11", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs", |
30558
1.22%336
0.9%