@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 CHANGED
@@ -2667,7 +2667,7 @@ to {
2667
2667
  padding: 0;
2668
2668
  }
2669
2669
 
2670
- .data-accessor-input[data-v-33352397] .n-input__prefix {
2670
+ .data-accessor-input[data-v-dce6a881] .n-input__prefix {
2671
2671
  margin-right: 0;
2672
2672
  }
2673
2673
  .cb-dynamic-data-table-settings {
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", ComponentTypes.CollectionPlayer].includes(activeSettingsNode.value?.type) ? { is_sharebox_target: formValues.isShareboxTarget } : {},
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-33352397"]]);
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) {