@chili-publish/studio-sdk 1.29.0 → 1.29.1

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.
@@ -5,7 +5,7 @@ var ve = (s, i, t) => i.has(s) || Ie("Cannot " + t);
5
5
  var a = (s, i, t) => (ve(s, i, "read from private field"), t ? t.call(s) : i.get(s)), u = (s, i, t) => i.has(s) ? Ie("Cannot add the same private member more than once") : i instanceof WeakSet ? i.add(s) : i.set(s, t), g = (s, i, t, e) => (ve(s, i, "write to private field"), e ? e.call(s, t) : i.set(s, t), t);
6
6
  const bs = "2.12.latest", cs = {
7
7
  current: bs
8
- }, Is = "1.29.0", hs = {
8
+ }, Is = "1.29.1", hs = {
9
9
  version: Is
10
10
  };
11
11
  var _;
@@ -1716,7 +1716,7 @@ let es = (os = class {
1716
1716
  }, this.setVariableVisibility = async (t, e) => (await a(this, m)).setVariableVisibility(t, JSON.stringify(e)).then((n) => o(n)), this.setLayoutsForVariableVisibility = async (t) => (await a(this, m)).setLayoutsForVariableVisibility(t ? JSON.stringify(t) : null).then((r) => o(r)), this.setIsRequired = async (t, e) => (await a(this, m)).setVariableIsRequired(t, e).then((n) => o(n)), this.setRemoveParagraphIfEmpty = async (t, e) => (await a(this, m)).setVariableRemoveParagraphIfEmpty(t, e).then((n) => o(n)), this.setIsReadonly = async (t, e) => (await a(this, m)).setVariableIsReadonly(t, e).then((n) => o(n)), this.getImageVariableConnectorId = async (t) => (await a(this, m)).getImageVariableConnectorId(t).then((r) => o(r)), this.setImageVariableConnector = async (t, e) => {
1717
1717
  const r = await a(this, m), c = new ne().makeConnectorSourceForwardsCompatible(e);
1718
1718
  return r.setImageVariableConnector(t, JSON.stringify(c)).then((h) => o(h));
1719
- }, this.setImageVariableConnectorContext = async (t, e) => (await a(this, m)).setImageVariableConnectorContext(t, JSON.stringify(e)).then((n) => o(n)), this.removeSource = async (t) => this.setValue(t, null), this.setPrefix = async (t, e) => {
1719
+ }, this.setImageVariableValueWithContext = async (t, e, r) => (await a(this, m)).setImageVariableValueWithContext(t, e, JSON.stringify(r)).then((c) => o(c)), this.removeSource = async (t) => this.setValue(t, null), this.setPrefix = async (t, e) => {
1720
1720
  const r = { prefix: { value: e } };
1721
1721
  return this.applyPrefixSuffixDeltaUpdate(t, r);
1722
1722
  }, this.setSuffix = async (t, e) => {