@pixldocs/canvas-renderer 0.3.6 → 0.3.7

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/dist/index.js CHANGED
@@ -10040,6 +10040,7 @@ async function resolveFromForm(options) {
10040
10040
  if (repeatableFromSchema) {
10041
10041
  for (const r of repeatableFromSchema) {
10042
10042
  repeatableNodeMap.set(r.label, r.nodeId);
10043
+ repeatableNodeMap.set(r.label.trim().toLowerCase(), r.nodeId);
10043
10044
  }
10044
10045
  }
10045
10046
  let inferredSections;