eat-js-sdk 2.0.6 → 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.
|
@@ -3496,7 +3496,7 @@ function Ba(t, e) {
|
|
|
3496
3496
|
vt(e, !0);
|
|
3497
3497
|
let r = _(e, "type", 7, "incorrect"), n = _(e, "message", 7, ""), i = _(e, "title", 7, ""), a = _(e, "showIcon", 7, !0), o = _(e, "isAlert", 7, !0), d = /* @__PURE__ */ I(l);
|
|
3498
3498
|
function l() {
|
|
3499
|
-
const m = "p-4 border-l-4 flex text-charcoal text-base";
|
|
3499
|
+
const m = "my-6 p-4 border-l-4 flex text-charcoal text-base";
|
|
3500
3500
|
switch (r()) {
|
|
3501
3501
|
case "correct":
|
|
3502
3502
|
return `${m} bg-green-300 border-green-900`;
|
|
@@ -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" },
|