@khanacademy/perseus-core 23.7.0 → 24.0.0

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.
@@ -15,8 +15,6 @@ import type { PerseusItem } from "./data-schema";
15
15
  * accessibility requirements which is not very accurate given that some
16
16
  * instances _could_ be accessible and some not based on their widget options.
17
17
  * In most cases, you should use {@link isItemAccessible} instead.
18
- *
19
- * @todo Inline this into {@link isItemAccessible}!
20
18
  */
21
19
  export declare function violatingWidgets(itemData: PerseusItem): Array<string>;
22
20
  /**
@@ -210,7 +210,7 @@ export type PerseusItem = {
210
210
  * itself does not ship with any of these tools, they are strictly hints to
211
211
  * the host application.
212
212
  */
213
- answerArea: PerseusAnswerArea | null | undefined;
213
+ answerArea?: PerseusAnswerArea | undefined;
214
214
  };
215
215
  /**
216
216
  * A "PerseusArticle" is an item that is meant to be rendered as an article.