@bpinternal/integration-hub 0.8.0 → 0.8.1

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/dist/theme.css CHANGED
@@ -405,9 +405,6 @@
405
405
  .justify-center {
406
406
  justify-content: center;
407
407
  }
408
- .justify-end {
409
- justify-content: flex-end;
410
- }
411
408
  .justify-start {
412
409
  justify-content: flex-start;
413
410
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpinternal/integration-hub",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Reusable Integration Hub for Botpress-style integration catalogs",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",