@archbee/app-widget 1.1.17 → 1.1.18

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,7 +99,8 @@ ReactDOM.render(<App />, appElement);
99
99
  | Property | Type | Required | Description |
100
100
  |-------------------|------------------|------------|-----------------|
101
101
  | `spaceId` | `string` | `required` | Pass the desired id to load your docs.
102
- | `docId` | `string` | `optional` | The doc where you want to open the widget docs. If `docId` is passed, `widgetType` is ignored, it will open in docs mode regardless of prop passed.
102
+ | `docId` | `string` | `optional` | The doc where you want to open the widget docs. If `docId` is passed, `widgetType` is ignored, it will open in docs mode regardless of prop passed.
103
+ | `blockId` | `string` | `optional` | The block where. you want to scroll after a certain document was open.
103
104
  | `jwt` | `string` | `optional` | Pass the jwt token in order to see jwt protected docs.
104
105
  | `shareableToken` | `string` | `optional` | Pass the shareableToken from your private links to protect your docs.
105
106
  | `className` | `string` | `optional` | Pass CSS classes to the `div` wrapper
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archbee/app-widget",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "private": false,
5
5
  "license": "UNLICENSED",
6
6
  "author": {