astro-portabletext
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -10,3 +10,3 @@ import type { ToolkitListNestMode, ToolkitNestedPortableTextSpan, ToolkitPortableTextList, ToolkitPortableTextListItem, ToolkitTextNode } from "@portabletext/toolkit"; | ||
*/ | ||
export interface PortableTextProps<Value extends TypedObject = ArbitraryTypedObject> { | ||
export interface PortableTextProps<Value extends TypedObject = PortableTextBlock | ArbitraryTypedObject> { | ||
/** | ||
@@ -13,0 +13,0 @@ * Portable Text blocks |
{ | ||
"name": "astro-portabletext", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Render Portable Text with Astro", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29703