@plasmicapp/react-web 0.2.219 → 0.2.221

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.
@@ -11,6 +11,8 @@ export interface PlasmicRootProviderProps extends PlasmicDataSourceContextValue
11
11
  children?: React.ReactNode;
12
12
  translator?: PlasmicTranslator;
13
13
  Head?: React.ComponentType<any>;
14
+ disableLoadingBoundary?: boolean;
15
+ suspenseFallback?: React.ReactNode;
14
16
  }
15
17
  export declare function PlasmicRootProvider(props: PlasmicRootProviderProps): JSX.Element;
16
18
  export declare const useIsSSR: typeof useAriaIsSSR;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.219",
3
+ "version": "0.2.221",
4
4
  "description": "plasmic library for rendering in the presentational style",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
@@ -75,10 +75,10 @@
75
75
  },
76
76
  "prettier": {},
77
77
  "dependencies": {
78
- "@plasmicapp/data-sources": "0.1.85",
78
+ "@plasmicapp/data-sources": "0.1.87",
79
79
  "@plasmicapp/data-sources-context": "0.1.11",
80
- "@plasmicapp/host": "1.0.143",
81
- "@plasmicapp/query": "0.1.64",
80
+ "@plasmicapp/host": "1.0.145",
81
+ "@plasmicapp/query": "0.1.65",
82
82
  "@react-aria/checkbox": "^3.5.0",
83
83
  "@react-aria/focus": "^3.7.0",
84
84
  "@react-aria/interactions": "^3.10.0",
@@ -143,5 +143,5 @@
143
143
  "react": ">=16.8.0",
144
144
  "react-dom": ">=16.8.0"
145
145
  },
146
- "gitHead": "14ac7da363bb5d22b83752f6c4e67cd83797b7c3"
146
+ "gitHead": "fa865641d9193b8b0b6cf7f073688d9801d2e59c"
147
147
  }
@@ -10,14 +10,15 @@ import { _ as __awaiter, a as __generator, b as __assign, c as __rest, d as __sp
10
10
  export { o as omit, p as pick } from './common-ed411407.js';
11
11
  export { PlasmicHead, plasmicHeadMeta } from './render/PlasmicHead/index.js';
12
12
  export { PlasmicImg } from './render/PlasmicImg/index.js';
13
- import { T as Trans } from './ssr-73c750f9.js';
14
- export { P as PlasmicRootProvider, T as Trans, g as genTranslatableString, u as useIsSSR } from './ssr-73c750f9.js';
13
+ import { T as Trans } from './ssr-bfa9ff63.js';
14
+ export { P as PlasmicRootProvider, T as Trans, g as genTranslatableString, u as useIsSSR } from './ssr-bfa9ff63.js';
15
15
  import ReactDOM__default from 'react-dom';
16
16
  import { useFocusRing } from '@react-aria/focus';
17
17
  import { proxy, ref, useSnapshot, getVersion, subscribe } from 'valtio';
18
18
  import clone from 'clone';
19
19
  import deepEqual from 'fast-deep-equal';
20
20
  import '@react-aria/ssr';
21
+ import '@plasmicapp/host';
21
22
 
22
23
  // https://stackoverflow.com/a/2117523
23
24
  function uuidv4() {