@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.cjs CHANGED
@@ -10059,6 +10059,7 @@ async function resolveFromForm(options) {
10059
10059
  if (repeatableFromSchema) {
10060
10060
  for (const r of repeatableFromSchema) {
10061
10061
  repeatableNodeMap.set(r.label, r.nodeId);
10062
+ repeatableNodeMap.set(r.label.trim().toLowerCase(), r.nodeId);
10062
10063
  }
10063
10064
  }
10064
10065
  let inferredSections;