@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2242-20250213235934 to 0.0.0-PR2243-20250214001358
@@ -229,2 +229,3 @@ /** | ||
widgets: PerseusWidgetsMap; | ||
metadata?: ReadonlyArray<string>; | ||
/** | ||
@@ -231,0 +232,0 @@ * A dictionary of {[imageUrl]: PerseusImageDetail}. |
import type { PerseusGroupWidgetOptions } from "../../data-schema"; | ||
import type { WidgetLogic } from "../logic-export.types"; | ||
export type GroupDefaultWidgetOptions = Pick<PerseusGroupWidgetOptions, "content" | "widgets" | "images">; | ||
export type GroupDefaultWidgetOptions = Pick<PerseusGroupWidgetOptions, "content" | "widgets" | "images" | "metadata">; | ||
declare const groupWidgetLogic: WidgetLogic; | ||
export default groupWidgetLogic; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2242-20250213235934", | ||
"version": "0.0.0-PR2243-20250214001358", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1539421
12842