@wix/zero-config-implementation 1.39.0 → 1.40.0

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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "registry": "https://registry.npmjs.org/",
5
5
  "access": "public"
6
6
  },
7
- "version": "1.39.0",
7
+ "version": "1.40.0",
8
8
  "description": "Core library for extracting component manifests from JS and CSS files",
9
9
  "type": "module",
10
10
  "main": "dist/index.js",
@@ -84,5 +84,5 @@
84
84
  ]
85
85
  }
86
86
  },
87
- "falconPackageHash": "7a722b2c0d3a2401e9c24708c061591e14e588d2901397bab2ddb304"
87
+ "falconPackageHash": "5bd782d2ea46f59e4ab1d2f2c104a2d9da22c6c41ce0d9f1411a20e3"
88
88
  }
@@ -170,6 +170,7 @@ function buildNearestCommonAncestorCustomProps(
170
170
 
171
171
  const existingProps = nearestCommonAncestorCustomProps.get(nearestCommonAncestorTraceId) ?? {}
172
172
  existingProps[cleanVarName] = {
173
+ displayName: formatDisplayName(cleanVarName),
173
174
  defaultValue,
174
175
  ...(cssPropertyType !== undefined && { cssPropertyType }),
175
176
  }