bookito-widget 0.42.2-beta.4 → 0.42.2-beta.6

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/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.42.2-beta.6](https://github.com/Carlito-GmbH/carlito-platform/compare/bookito-widget-0.42.2-beta.5...bookito-widget-0.42.2-beta.6) (2026-03-20)
6
+
7
+
8
+
9
+ ## [0.42.2-beta.5](https://github.com/Carlito-GmbH/carlito-platform/compare/bookito-widget-0.42.2-beta.4...bookito-widget-0.42.2-beta.5) (2026-03-20)
10
+
11
+
12
+
5
13
  ## [0.42.2-beta.4](https://github.com/Carlito-GmbH/carlito-platform/compare/bookito-widget-0.42.2-beta.3...bookito-widget-0.42.2-beta.4) (2026-03-19)
6
14
 
7
15
 
@@ -1437,6 +1437,16 @@
1437
1437
  subtitle
1438
1438
  bodyText
1439
1439
  locale
1440
+ bannerImage {
1441
+ data {
1442
+ id
1443
+ attributes {
1444
+ url
1445
+ formats
1446
+ }
1447
+ }
1448
+ }
1449
+ externalBannerImage
1440
1450
  }
1441
1451
  mutation EditWelcomeMessage($id: ID!, $data: WelcomeMessageInput!) {
1442
1452
  updateWelcomeMessage(id: $id, data: $data) {
@@ -1437,6 +1437,16 @@
1437
1437
  subtitle
1438
1438
  bodyText
1439
1439
  locale
1440
+ bannerImage {
1441
+ data {
1442
+ id
1443
+ attributes {
1444
+ url
1445
+ formats
1446
+ }
1447
+ }
1448
+ }
1449
+ externalBannerImage
1440
1450
  }
1441
1451
  mutation EditWelcomeMessage($id: ID!, $data: WelcomeMessageInput!) {
1442
1452
  updateWelcomeMessage(id: $id, data: $data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bookito-widget",
3
- "version": "0.42.2-beta.4",
3
+ "version": "0.42.2-beta.6",
4
4
  "main": "dist/bookito-widget.umd.js",
5
5
  "license": "MIT",
6
6
  "module": "build/esm/index.js",