@blocksdiy/react-common 1.0.1-test.1 → 1.1.0

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.
@@ -1,7 +1,7 @@
1
1
  import { type ReactNode } from "react";
2
2
  import { IframeApi, PlatformApi } from "./types.js";
3
3
  /**
4
- * Provider for the iframe (app-render) side of the bridge..
4
+ * Provider for the iframe (app-render) side of the bridge.
5
5
  * Wraps the app inside the iframe and connects to the parent platform window.
6
6
  *
7
7
  * Use `usePlatform()` anywhere inside to access the platform's api.
@@ -5,7 +5,7 @@ import { createContext, useContext, useEffect, useRef } from "react";
5
5
  import { BridgeProvider, useBridgeState } from "./bridge-provider.js";
6
6
  const IframeApiContext = createContext(undefined);
7
7
  /**
8
- * Provider for the iframe (app-render) side of the bridge..
8
+ * Provider for the iframe (app-render) side of the bridge.
9
9
  * Wraps the app inside the iframe and connects to the parent platform window.
10
10
  *
11
11
  * Use `usePlatform()` anywhere inside to access the platform's api.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@blocksdiy/react-common",
3
3
  "blocksLinkIgnore": false,
4
- "version": "1.0.1-test.1",
4
+ "version": "1.1.0",
5
5
  "type": "module",
6
6
  "description": "React common",
7
7
  "keywords": [],
@@ -38,7 +38,7 @@
38
38
  "lint-fix": "pnpm eslint src/ --fix"
39
39
  },
40
40
  "dependencies": {
41
- "@blocksdiy/blocks-client-api": "1.0.0",
41
+ "@blocksdiy/blocks-client-api": "1.1.0",
42
42
  "@radix-ui/react-slot": "^1.2.3",
43
43
  "penpal": "^7.0.6",
44
44
  "react": "^19.2.3"