@pitcher/canvas-ui 2026.1.8-152854-beta → 2026.1.8-154045
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.css +1 -1
- package/canvas-ui.js +2 -2
- package/canvas-ui.js.map +1 -1
- package/package.json +1 -1
package/canvas-ui.css
CHANGED
package/canvas-ui.js
CHANGED
|
@@ -162634,7 +162634,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
|
162634
162634
|
// Add height only if already present or if the form value is set (backwards compatibility)
|
|
162635
162635
|
...activeSettingsNode.value?.type === ComponentTypes.CollectionPlayer && ("height" in activeSettingsNode.value || formValues.height) ? { height: formValues.height } : {},
|
|
162636
162636
|
...isAdminSectionTemplateWithFlag.value ? { allow_admins_to_overwrite: formValues.allowAdminsToOverwrite } : {},
|
|
162637
|
-
...["ContentGrid",
|
|
162637
|
+
...activeSettingsNode.value?.type && ["ContentGrid", "CollectionPlayer"].includes(activeSettingsNode.value.type) ? { is_sharebox_target: formValues.isShareboxTarget } : {},
|
|
162638
162638
|
...newData
|
|
162639
162639
|
});
|
|
162640
162640
|
};
|
|
@@ -163020,7 +163020,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
|
163020
163020
|
}
|
|
163021
163021
|
});
|
|
163022
163022
|
|
|
163023
|
-
const ComponentDrawerSettings = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-
|
|
163023
|
+
const ComponentDrawerSettings = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-dce6a881"]]);
|
|
163024
163024
|
|
|
163025
163025
|
function useConnectUpload() {
|
|
163026
163026
|
async function uploadToConnect(formData) {
|