@sanity/ailf-studio 0.1.21 → 0.1.23

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -22,7 +22,7 @@ import { DocumentRef } from './document-ref.js';
22
22
  * The action only appears on ailf.task documents that have an `origin`
23
23
  * field (i.e., mirrored tasks). Native tasks never see it.
24
24
  *
25
- * @see docs/exec-plans/completed/tasks-as-content/phase-5-content-lake-mirroring.md
25
+ * @see docs/exec-plans/tasks-as-content/phase-5-content-lake-mirroring.md
26
26
  */
27
27
 
28
28
  declare const GraduateToNativeAction: DocumentActionComponent;
@@ -82,7 +82,7 @@ declare function ReleasePicker(props: StringInputProps): react_jsx_runtime.JSX.E
82
82
  * Paired with `SyncStatusBadge` to show both the source and freshness
83
83
  * of the mirror.
84
84
  *
85
- * @see docs/exec-plans/completed/tasks-as-content/phase-5-content-lake-mirroring.md
85
+ * @see docs/exec-plans/tasks-as-content/phase-5-content-lake-mirroring.md
86
86
  */
87
87
  interface MirrorBannerProps {
88
88
  origin: {
@@ -106,7 +106,7 @@ declare function MirrorBanner({ origin }: MirrorBannerProps): react_jsx_runtime.
106
106
  * Uses the `origin.lastSyncedAt` timestamp that the pipeline sets
107
107
  * on every mirror upsert (Phase 5a).
108
108
  *
109
- * @see docs/exec-plans/completed/tasks-as-content/phase-5-content-lake-mirroring.md
109
+ * @see docs/exec-plans/tasks-as-content/phase-5-content-lake-mirroring.md
110
110
  */
111
111
  interface SyncStatusBadgeProps {
112
112
  /** ISO 8601 timestamp from origin.lastSyncedAt */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ailf-studio",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "description": "AI Literacy Framework — Sanity Studio dashboard plugin",
5
5
  "type": "module",
6
6
  "license": "MIT",