@measured/puck 0.20.2-canary.f4728d0a → 0.20.2

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.
@@ -702,7 +702,7 @@ var resolveComponentData = (_0, _1, ..._2) => __async(void 0, [_0, _1, ..._2], f
702
702
  const id = "id" in item.props ? item.props.id : "root";
703
703
  if (shouldRunResolver) {
704
704
  const { item: oldItem = null, resolved = {} } = cache.lastChange[id] || {};
705
- if (item && fdeq2(item, oldItem)) {
705
+ if (trigger !== "force" && item && fdeq2(item, oldItem)) {
706
706
  return { node: resolved, didChange: false };
707
707
  }
708
708
  const changed = getChanged(item, oldItem);
@@ -24,7 +24,7 @@ import {
24
24
  walkAppState,
25
25
  walkField,
26
26
  walkTree
27
- } from "./chunk-62KOMFGG.mjs";
27
+ } from "./chunk-OOLYDXKW.mjs";
28
28
 
29
29
  // ../../node_modules/classnames/index.js
30
30
  var require_classnames = __commonJS({
package/dist/index.js CHANGED
@@ -2152,7 +2152,7 @@ var resolveComponentData = (_0, _1, ..._2) => __async(void 0, [_0, _1, ..._2], f
2152
2152
  const id = "id" in item.props ? item.props.id : "root";
2153
2153
  if (shouldRunResolver) {
2154
2154
  const { item: oldItem = null, resolved = {} } = cache.lastChange[id] || {};
2155
- if (item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
2155
+ if (trigger !== "force" && item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
2156
2156
  return { node: resolved, didChange: false };
2157
2157
  }
2158
2158
  const changed = getChanged(item, oldItem);
package/dist/index.mjs CHANGED
@@ -18,14 +18,14 @@ import {
18
18
  setDeep,
19
19
  useGetPuck,
20
20
  usePuck
21
- } from "./chunk-DWJLTNJ7.mjs";
21
+ } from "./chunk-QIGVND56.mjs";
22
22
  import {
23
23
  init_react_import,
24
24
  migrate,
25
25
  resolveAllData,
26
26
  transformProps,
27
27
  walkTree
28
- } from "./chunk-62KOMFGG.mjs";
28
+ } from "./chunk-OOLYDXKW.mjs";
29
29
 
30
30
  // bundle/index.ts
31
31
  init_react_import();
@@ -2152,7 +2152,7 @@ var resolveComponentData = (_0, _1, ..._2) => __async(void 0, [_0, _1, ..._2], f
2152
2152
  const id = "id" in item.props ? item.props.id : "root";
2153
2153
  if (shouldRunResolver) {
2154
2154
  const { item: oldItem = null, resolved = {} } = cache.lastChange[id] || {};
2155
- if (item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
2155
+ if (trigger !== "force" && item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
2156
2156
  return { node: resolved, didChange: false };
2157
2157
  }
2158
2158
  const changed = getChanged(item, oldItem);
@@ -18,14 +18,14 @@ import {
18
18
  setDeep,
19
19
  useGetPuck,
20
20
  usePuck
21
- } from "./chunk-DWJLTNJ7.mjs";
21
+ } from "./chunk-QIGVND56.mjs";
22
22
  import {
23
23
  init_react_import,
24
24
  migrate,
25
25
  resolveAllData,
26
26
  transformProps,
27
27
  walkTree
28
- } from "./chunk-62KOMFGG.mjs";
28
+ } from "./chunk-OOLYDXKW.mjs";
29
29
 
30
30
  // bundle/no-external.ts
31
31
  init_react_import();
package/dist/rsc.js CHANGED
@@ -481,7 +481,7 @@ var resolveComponentData = (_0, _1, ..._2) => __async(void 0, [_0, _1, ..._2], f
481
481
  const id = "id" in item.props ? item.props.id : "root";
482
482
  if (shouldRunResolver) {
483
483
  const { item: oldItem = null, resolved = {} } = cache.lastChange[id] || {};
484
- if (item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
484
+ if (trigger !== "force" && item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
485
485
  return { node: resolved, didChange: false };
486
486
  }
487
487
  const changed = getChanged(item, oldItem);
package/dist/rsc.mjs CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  transformProps,
13
13
  useSlots,
14
14
  walkTree
15
- } from "./chunk-62KOMFGG.mjs";
15
+ } from "./chunk-OOLYDXKW.mjs";
16
16
 
17
17
  // bundle/rsc.tsx
18
18
  init_react_import();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.20.2-canary.f4728d0a",
3
+ "version": "0.20.2",
4
4
  "description": "The open-source visual editor for React",
5
5
  "author": "Chris Villa <chris@puckeditor.com>",
6
6
  "repository": "measuredco/puck",