@staffbase/widget-sdk 3.3.4 → 3.3.5
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/.github/workflows/ci.yaml +1 -1
- package/CHANGELOG.md +24 -0
- package/docs/.nojekyll +1 -0
- package/docs/BaseBlock.md +4629 -0
- package/docs/BlockAttributes.md +17 -0
- package/docs/{Interface: BlockDefinition.md → BlockDefinition.md} +25 -11
- package/docs/BlockElement.md +83 -0
- package/docs/ColorTheme.md +65 -0
- package/docs/ExternalBlockDefinition.md +46 -0
- package/docs/Home.md +32 -31
- package/docs/SBColors.md +415 -0
- package/docs/SBFileType.md +50 -0
- package/docs/SBImageEntity.md +50 -0
- package/docs/SBUserAvatar.md +36 -0
- package/docs/SBUserProfile.md +64 -0
- package/docs/UserListItem.md +36 -0
- package/docs/UserListRequestQuery.md +36 -0
- package/docs/UserListResponse.md +36 -0
- package/docs/WidgetApi.md +92 -0
- package/docs/_Sidebar.md +2 -19
- package/package.json +15 -15
- package/docs/Interface: BaseBlock.md +0 -3226
- package/docs/Interface: BlockAttributes.md +0 -11
- package/docs/Interface: BlockElement.md +0 -89
- package/docs/Interface: ColorTheme.md +0 -52
- package/docs/Interface: ExternalBlockDefinition.md +0 -38
- package/docs/Interface: SBColors.md +0 -354
- package/docs/Interface: SBFileType.md +0 -39
- package/docs/Interface: SBImageEntity.md +0 -39
- package/docs/Interface: SBUserAvatar.md +0 -27
- package/docs/Interface: SBUserProfile.md +0 -51
- package/docs/Interface: UserListItem.md +0 -27
- package/docs/Interface: UserListRequestQuery.md +0 -27
- package/docs/Interface: UserListResponse.md +0 -27
- package/docs/Interface: WidgetApi.md +0 -75
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## [3.3.5](https://github.com/Staffbase/widget-sdk/compare/3.3.4...3.3.5) (2021-12-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update dependencies ([896bf16](https://github.com/Staffbase/widget-sdk/commit/896bf16c26a260296c18d43c897a4a8b1f45a2ef))
|
|
7
|
+
* update dependencies ([b7a50ee](https://github.com/Staffbase/widget-sdk/commit/b7a50ee02331cc65341cc92a5f9dcf8951add7d3))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Build System
|
|
11
|
+
|
|
12
|
+
* **deps:** npm audit fix ([c985824](https://github.com/Staffbase/widget-sdk/commit/c985824cbffa6cb1e31c4911109aac1909c2d148))
|
|
13
|
+
* **deps:** npm audit fix ([2a7983d](https://github.com/Staffbase/widget-sdk/commit/2a7983dd94d84afc13c01f31e056fde262585df1))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Chores
|
|
17
|
+
|
|
18
|
+
* test new release secret ([eed46c5](https://github.com/Staffbase/widget-sdk/commit/eed46c598d3da53b5173f7a27bf00d7530325cd1))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Miscellaneous
|
|
22
|
+
|
|
23
|
+
* ([abfb02e](https://github.com/Staffbase/widget-sdk/commit/abfb02e6f1ea1377eb0a198f597c2f277f55461c))
|
|
24
|
+
|
|
1
25
|
## [3.3.4](https://github.com/Staffbase/widget-sdk/compare/3.3.3...3.3.4) (2021-11-23)
|
|
2
26
|
|
|
3
27
|
|
package/docs/.nojekyll
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
|