react-iiif-vault 2.0.12 → 2.0.14

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/bundle.d.ts CHANGED
@@ -1529,6 +1529,7 @@ declare function useContextBridge(): {
1529
1529
  ContextBridgeReactContext: Record<string, React__default.Context<any>>;
1530
1530
  StrategyReactContext: StrategyContext | null;
1531
1531
  AtlasStoreReactContext: zustand.StoreApi<AtlasStore> | null;
1532
+ ViewerIdentifierContext: string;
1532
1533
  };
1533
1534
  declare function ContextBridge(props: {
1534
1535
  bridge: ReturnType<typeof useContextBridge>;