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"
|
|
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" },
|