@plasmicapp/loader-react 1.0.77 → 1.0.79

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
@@ -1,4 +1,4 @@
1
- export { PlasmicCanvasContext, PlasmicCanvasHost, PrimitiveType, PropType, repeatedElement, } from '@plasmicapp/host';
1
+ export { PlasmicCanvasContext, PlasmicCanvasHost, PrimitiveType, PropType, repeatedElement, usePlasmicCanvasContext, } from '@plasmicapp/host';
2
2
  export { ComponentMeta, PageMeta, PageMetadata } from '@plasmicapp/loader-core';
3
3
  export { usePlasmicQueryData } from '@plasmicapp/query';
4
4
  export { convertBundlesToComponentRenderData } from './bundles';
@@ -2481,6 +2481,12 @@ Object.defineProperty(exports, 'repeatedElement', {
2481
2481
  return host.repeatedElement;
2482
2482
  }
2483
2483
  });
2484
+ Object.defineProperty(exports, 'usePlasmicCanvasContext', {
2485
+ enumerable: true,
2486
+ get: function () {
2487
+ return host.usePlasmicCanvasContext;
2488
+ }
2489
+ });
2484
2490
  Object.defineProperty(exports, 'usePlasmicQueryData', {
2485
2491
  enumerable: true,
2486
2492
  get: function () {