@hubs101/js-api-skd-client 1.0.10607 → 1.0.10608

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.
@@ -540,8 +540,10 @@ export type MenuItem = {
540
540
  element: (typeof MENU_ELEMENT_TYPE)[number];
541
541
  };
542
542
  export declare const FAQ_TYPES: {
543
- readonly DEFAULT: "default";
544
- readonly EXTENDED: "extended";
543
+ readonly DEFAULT_IMAGE_RIGHT: "default-image-right";
544
+ readonly DEFAULT_IMAGE_LEFT: "default-image-left";
545
+ readonly EXTENDED_IMAGES_RIGHT: "extended-images-right";
546
+ readonly EXTENDED_IMAGES_LEFT: "extended-images-left";
545
547
  readonly VENUE_LOCATION: "venue-location";
546
548
  readonly HOTEL_RESERVATION: "hotel-reservation";
547
549
  readonly PRE_EVENT_SESSION: "pre-event-session";
@@ -63,8 +63,10 @@ exports.MENU_ITEM_STYLING = {
63
63
  BUTTON: exports.MENU_ITEM_STYLING_BUTTON,
64
64
  };
65
65
  exports.FAQ_TYPES = {
66
- DEFAULT: "default",
67
- EXTENDED: "extended",
66
+ DEFAULT_IMAGE_RIGHT: "default-image-right",
67
+ DEFAULT_IMAGE_LEFT: "default-image-left",
68
+ EXTENDED_IMAGES_RIGHT: "extended-images-right",
69
+ EXTENDED_IMAGES_LEFT: "extended-images-left",
68
70
  VENUE_LOCATION: "venue-location",
69
71
  HOTEL_RESERVATION: "hotel-reservation",
70
72
  PRE_EVENT_SESSION: "pre-event-session",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10607",
3
+ "version": "1.0.10608",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",