@pitcher/canvas-ui 2025.12.11-102840-beta → 2025.12.11-120517-beta

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.
@@ -532,7 +532,6 @@ declare const _default: import('vue').DefineComponent<import('./types/canvas').S
532
532
  setTemporaryContextKeys: (source: "onUpdateFromEmbeddable" | "fetchedAccountData", context: CanvasRetrieve["context"]) => void;
533
533
  setInMemoryAccountData: (accountData?: Record<string, any>) => void;
534
534
  getSafeContext: (context?: any, _temporaryContextKeys?: string[]) => any;
535
- mergeIntoActiveContext: (contextUpdate: Record<string, any>) => void;
536
535
  goToPage: ({ componentId, sectionId, scrollTo, itemIndex, sectionIndex, skipSetPreviousLocation, }: {
537
536
  componentId: ComponentNode["id"];
538
537
  sectionId?: CanvasRetrieve["id"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitcher/canvas-ui",
3
- "version": "2025.12.11-102840-beta",
3
+ "version": "2025.12.11-120517-beta",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"