@wix/zero-config-implementation 1.32.0 → 1.33.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/README.md CHANGED
@@ -67,6 +67,6 @@ Full API reference: [docs-audit/README.md](./docs-audit/README.md) (generate wit
67
67
  - `src/manifest-pipeline.ts` — Per-component pipeline (load → render → CSS → conversion)
68
68
  - `src/component-loader.ts` — Resolve and load component package
69
69
  - `src/component-renderer/` — React createElement interception and `renderWithExtractors`
70
- - `src/information-extractors/` — TS (AST), CSS (lightningcss), React (prop tracking, DOM coupling)
70
+ - `src/information-extractors/` — TS (AST), CSS (css-tree), React (prop tracking, DOM coupling)
71
71
  - `src/converters/` — To EditorReactComponent and data items
72
72
  - `src/errors.ts` — BaseError, NotFoundError, ParseError, etc.