@staffbase/widget-sdk 3.12.6 → 3.12.8

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/README.md CHANGED
@@ -21,7 +21,7 @@ Install the Widget SDK with yarn:
21
21
 
22
22
  ## Documentation
23
23
 
24
- The documentation for all the modules can be found in the [wiki](https://github.com/Staffbase/widget-sdk/wiki) of the project.
24
+ The documentation can be found in the [developer portal](https://developers.staffbase.com/frameworks/customwidget-development).
25
25
 
26
26
 
27
27
  ## Support
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import { BlockFactory } from "./block-factory";
14
14
  import { JSONSchema7 } from "json-schema";
15
- import { UiSchema } from '@rjsf/core';
15
+ import { UiSchema } from "@rjsf/utils";
16
16
  export interface BlockDefinition<Factory = BlockFactory> {
17
17
  /**
18
18
  * The tag name of the widget. It must be compatible with
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@staffbase/widget-sdk",
3
- "version": "3.12.6",
3
+ "version": "3.12.8",
4
4
  "description": "Staffbase SDK for Custom Widgets",
5
+ "homepage": "https://developers.staffbase.com/frameworks/customwidget-development",
5
6
  "main": "./dist/index.js",
6
7
  "module": "./dist/index.mjs",
7
8
  "types": "./dist/index.d.ts",