@webflow/react
Advanced tools
+8
-0
| # @webflow/react | ||
| ## 0.0.11 | ||
| ### Patch Changes | ||
| - Fix ssr bundle config and improve js docs | ||
| - Updated dependencies | ||
| - @webflow/data-types@0.0.11 | ||
| ## 0.0.10 | ||
@@ -4,0 +12,0 @@ |
+6
-1
@@ -8,4 +8,9 @@ import React from 'react'; | ||
| * Hook to access the Webflow context data. | ||
| * Example context value: { | ||
| * mode: "design", | ||
| * interactive: true, | ||
| * locale: "en-US" | ||
| * } | ||
| * | ||
| * @returns An object with the Webflow context data. | ||
| * @returns WebflowContext | ||
| */ | ||
@@ -12,0 +17,0 @@ declare function useWebflowContext(): WebflowContext; |
+2
-2
| { | ||
| "name": "@webflow/react", | ||
| "version": "0.0.10", | ||
| "version": "0.0.11", | ||
| "license": "MIT", | ||
@@ -35,3 +35,3 @@ "main": "./dist/index.cjs", | ||
| "dependencies": { | ||
| "@webflow/data-types": "0.0.10" | ||
| "@webflow/data-types": "0.0.11" | ||
| }, | ||
@@ -38,0 +38,0 @@ "peerDependencies": { |
10680
1.93%64
8.47%+ Added
- Removed
Updated