@pitcher/canvas-ui 2026.3.4-82849 → 2026.3.5-101123-beta
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.
- package/canvas-ui.js +2 -2
- package/canvas-ui.js.map +1 -1
- package/lib/types/launchDarkly.types.d.ts +1 -1
- package/package.json +1 -1
package/canvas-ui.js
CHANGED
|
@@ -170352,7 +170352,7 @@ const _hoisted_8$9 = {
|
|
|
170352
170352
|
};
|
|
170353
170353
|
const _hoisted_9$6 = ["src"];
|
|
170354
170354
|
const _hoisted_10$4 = {
|
|
170355
|
-
key:
|
|
170355
|
+
key: 4,
|
|
170356
170356
|
class: "flex flex-col items-center justify-center w-full h-full"
|
|
170357
170357
|
};
|
|
170358
170358
|
const _hoisted_11$4 = { class: "wizard-actions flex justify-between w-full px-6 py-4" };
|
|
@@ -170771,7 +170771,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
170771
170771
|
], 6),
|
|
170772
170772
|
createElementVNode("div", _hoisted_7$a, [
|
|
170773
170773
|
currentStep.value ? (openBlock(), createElementBlock("div", _hoisted_8$9, [
|
|
170774
|
-
mounted.value
|
|
170774
|
+
!mounted.value ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [], 64)) : !completedSteps.value[currentStep.value.id] && currentStep.value.strategy && ["free", "at-least-one", "single"].includes(currentStep.value.strategy) && !currentStep.value.is_restricted_to_preselections ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
170775
170775
|
!unref(launchDarkly).enable_selectors_dnd ? (openBlock(), createBlock(SectionSelector, {
|
|
170776
170776
|
key: currentStep.value.id,
|
|
170777
170777
|
"cancel-text": unref(t)("canvasUI.common.skip"),
|