@khanacademy/perseus-core 18.8.0 → 18.9.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.
@@ -457,8 +457,11 @@ export type PerseusImageWidgetOptions = {
457
457
  alt?: string;
458
458
  backgroundImage: PerseusImageBackground;
459
459
  static?: boolean;
460
+ /** @deprecated - labels were removed from the image widget in 2017 */
460
461
  labels?: Array<PerseusImageLabel>;
462
+ /** @deprecated - range for labels was removed from the image widget in 2017 */
461
463
  range?: [Interval, Interval];
464
+ /** @deprecated - box for labels was removed from the image widget in 2017 */
462
465
  box?: Size;
463
466
  };
464
467
  export type PerseusImageLabel = {