eat-js-sdk 2.2.1 → 2.2.2

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.
@@ -8114,7 +8114,7 @@ const singleColumnTemplate = {
8114
8114
  const containerStyles = { "--interactionWidthValue": context.interactionWidthValue };
8115
8115
  return {
8116
8116
  sections,
8117
- containerClasses: ["container-class"],
8117
+ containerClasses: isSelectableText ? ["overflow-hidden", "container-class"] : ["container-class"],
8118
8118
  containerStyles
8119
8119
  };
8120
8120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eat-js-sdk",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "change version": "2.2.0",
5
5
  "description": "Authoring tool frontend SDK",
6
6
  "contributors": [