Skip to content

[LEMS-4144/center-ni] replace start/end with left/right

09ab923
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Add support for centered NumericInputs #3731

[LEMS-4144/center-ni] replace start/end with left/right
09ab923
Select commit
Loading
Failed to load commit list.
GitHub Actions / PR Comparison: Schema Change succeeded Jun 8, 2026 in 0s

PR Comparison: Schema Change: Changes Acknowledged ✅

This PR contains critical changes to Perseus that affect published data. Please review the changes and note that you may need to coordinate deployment of these changes with other teams at Khan Academy, especially with #cp-eng to publish a content update.

Usually this means you need to update the Go parser that Content Platform maintains. Follow these steps on how to release. See this list of post-mortems for more information.

Acknowledged via the schema-change-ack label. Remove the label to require re-acknowledgement.

View diff
diff --unified /home/github/work/_temp/branch-compare/base/schema.d.ts /home/github/work/_temp/branch-compare/pr/schema.d.ts
--- /home/github/work/_temp/branch-compare/base/schema.d.ts	2026-06-08 18:12:04.493035846 +0000
+++ /home/github/work/_temp/branch-compare/pr/schema.d.ts	2026-06-08 18:11:58.405036091 +0000
@@ -939,7 +939,7 @@
     labelText?: string | undefined;
     size: string;
     coefficient: boolean;
-    rightAlign?: boolean;
+    textAlign: "left" | "right" | "center";
   };
   export type PerseusNumericInputAnswer = {
     message: string;