x-block-lib 0.8.49 → 0.8.50

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1819,7 +1819,7 @@ function Nt(t) {
1819
1819
  };
1820
1820
  }
1821
1821
  }
1822
- } else if (r === "elementSlotProperty") {
1822
+ } else if (r === "adaptSlotElementProperty") {
1823
1823
  if (N(u.key) && n.type === "comp") {
1824
1824
  const {
1825
1825
  elementKey: h,
@@ -1844,7 +1844,7 @@ function Nt(t) {
1844
1844
  }
1845
1845
  }
1846
1846
  }
1847
- } else if (r === "customSlotProperty" && N(u.key) && n.type === "comp") {
1847
+ } else if (r === "adaptSlotCustomProperty" && N(u.key) && n.type === "comp") {
1848
1848
  const { compId: h, slotId: p, propertyId: f } = ae(_), m = i[h];
1849
1849
  if (m && m.meta.slots) {
1850
1850
  const E = m.meta.slots.find((y) => y.id === p);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.8.49",
4
+ "version": "0.8.50",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",