@wix/zero-config-implementation 1.40.0 → 1.42.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/dist/index.d.ts CHANGED
@@ -100,7 +100,7 @@ declare type BasicStyle =
100
100
 
101
101
  /**
102
102
  * Builds an element tree from HTML, merging with store data.
103
- * Each element gets a semantic name from concatenated ancestor names.
103
+ * Each element gets a semantic local name.
104
104
  */
105
105
  export declare function buildElementTree(html: string, store: ExtractorStore): ExtractedElement[];
106
106