eat-js-sdk 2.0.7 → 2.0.8

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.
@@ -4963,7 +4963,7 @@ function vi(t, e) {
4963
4963
  }
4964
4964
  const Ml = {
4965
4965
  name: "two-column",
4966
- matches: (t) => t.stimulusData.hasMedia && t.stimulusData.fileAlignment === "default" || t.stimulusData.hasText && t.stimulusData.stimulusTextAlignment === "default" || !t.stimulusData.hasText || !t.stimulusData.hasMedia,
4966
+ matches: (t) => t.stimulusData.hasMedia && t.stimulusData.fileAlignment === "default" || t.stimulusData.hasText && t.stimulusData.stimulusTextAlignment === "default",
4967
4967
  build: (t) => {
4968
4968
  const e = [
4969
4969
  { name: "rubric", component: "rubric" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eat-js-sdk",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "change version": "2.0.0",
5
5
  "description": "Authoring tool frontend SDK",
6
6
  "contributors": [