Skip to content

Commit

Permalink
fix(atomic-react): stop exporting atomicResultChildren and atomicResu…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme authored Feb 4, 2025
1 parent 1e7a6bf commit c0d2f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ export const AtomicRefineToggle = /*@__PURE__*/createReactComponent<JSX.AtomicRe
export const AtomicRelevanceInspector = /*@__PURE__*/createReactComponent<JSX.AtomicRelevanceInspector, HTMLAtomicRelevanceInspectorElement>('atomic-relevance-inspector');
export const AtomicResult = /*@__PURE__*/createReactComponent<JSX.AtomicResult, HTMLAtomicResultElement>('atomic-result');
export const AtomicResultBadge = /*@__PURE__*/createReactComponent<JSX.AtomicResultBadge, HTMLAtomicResultBadgeElement>('atomic-result-badge');
export const AtomicResultChildren = /*@__PURE__*/createReactComponent<JSX.AtomicResultChildren, HTMLAtomicResultChildrenElement>('atomic-result-children');
export const AtomicResultChildrenTemplate = /*@__PURE__*/createReactComponent<JSX.AtomicResultChildrenTemplate, HTMLAtomicResultChildrenTemplateElement>('atomic-result-children-template');
export const AtomicResultDate = /*@__PURE__*/createReactComponent<JSX.AtomicResultDate, HTMLAtomicResultDateElement>('atomic-result-date');
export const AtomicResultFieldsList = /*@__PURE__*/createReactComponent<JSX.AtomicResultFieldsList, HTMLAtomicResultFieldsListElement>('atomic-result-fields-list');
export const AtomicResultHtml = /*@__PURE__*/createReactComponent<JSX.AtomicResultHtml, HTMLAtomicResultHtmlElement>('atomic-result-html');
Expand Down
2 changes: 2 additions & 0 deletions packages/atomic/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ export const config: Config = {
includeDefineCustomElements: true,
excludeComponents: [
'atomic-result-template',
'atomic-result-children',
'atomic-result-children-template',
'atomic-recs-result-template',
'atomic-field-condition',
].concat(
Expand Down

0 comments on commit c0d2f08

Please sign in to comment.