@wix/zero-config-implementation 1.6.0 → 1.7.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.
@@ -12,5 +12,6 @@
12
12
  * "snake_case_example" -> "Snake Case Example"
13
13
  * "SCREAMING_SNAKE_CASE" -> "Screaming Snake Case"
14
14
  * "mixed-format_example" -> "Mixed Format Example"
15
+ * "a11y" -> "Accessibility"
15
16
  */
16
17
  export declare function formatDisplayName(input: string): string;
package/dist/index.d.ts CHANGED
@@ -37,7 +37,7 @@ export { parseCss } from './information-extractors/css';
37
37
  export type { CSSParserAPI } from './information-extractors/css';
38
38
  /** Error classes */
39
39
  export { BaseError, NotFoundError, ParseError, ValidationError, IoError, DefectError, withDefectBoundary, } from './errors';
40
- /** Component loader */
41
- export { createComponentLoader } from './component-loader';
40
+ /** Module loader primitives */
41
+ export { loadModule, findComponent } from './module-loader';
42
42
  export { renderWithExtractors } from './component-renderer';
43
43
  export type { CreateElementListener } from './component-renderer';