eat-js-sdk 2.2.18 → 2.2.19
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.
|
@@ -7468,6 +7468,7 @@ function configureHtmlString(htmlString, maxHeight = "") {
|
|
|
7468
7468
|
function PromptSection($$anchor, $$props) {
|
|
7469
7469
|
push($$props, true);
|
|
7470
7470
|
let prompt = prop($$props, "prompt", 7);
|
|
7471
|
+
let headerElement = /* @__PURE__ */ user_derived(() => get(promptRubricElem));
|
|
7471
7472
|
let configuredPrompt = /* @__PURE__ */ user_derived(() => configureHtmlString(prompt()));
|
|
7472
7473
|
var $$exports = {
|
|
7473
7474
|
get prompt() {
|
|
@@ -7487,6 +7488,9 @@ function PromptSection($$anchor, $$props) {
|
|
|
7487
7488
|
return get$1(configuredPrompt);
|
|
7488
7489
|
},
|
|
7489
7490
|
otherClass: "item-heading prompt",
|
|
7491
|
+
get htmlHeading() {
|
|
7492
|
+
return get$1(headerElement);
|
|
7493
|
+
},
|
|
7490
7494
|
dataTestId: "qn-prompt-txt"
|
|
7491
7495
|
});
|
|
7492
7496
|
};
|