@sanity/ailf-studio 0.1.25 → 0.1.26

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.
package/dist/index.d.ts CHANGED
@@ -551,6 +551,7 @@ interface ComparisonData {
551
551
  generatedAt: string;
552
552
  improved: string[];
553
553
  noiseThreshold: number;
554
+ notEvaluated: string[];
554
555
  regressed: string[];
555
556
  unchanged: string[];
556
557
  }
package/dist/index.js CHANGED
@@ -1537,6 +1537,13 @@ var reportSchema = defineType4({
1537
1537
  title: "Unchanged Areas",
1538
1538
  type: "array"
1539
1539
  }),
1540
+ defineField4({
1541
+ name: "notEvaluated",
1542
+ of: [{ type: "string" }],
1543
+ title: "Not Evaluated Areas",
1544
+ description: "Areas present in only one of the two runs (e.g., auto-scoped release eval vs full baseline).",
1545
+ type: "array"
1546
+ }),
1540
1547
  defineField4({
1541
1548
  name: "noiseThreshold",
1542
1549
  title: "Noise Threshold",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ailf-studio",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "AI Literacy Framework — Sanity Studio dashboard plugin",
5
5
  "type": "module",
6
6
  "license": "MIT",