Skip to content

Commit

Permalink
Merge branch 'master' into feature/SVCC-2942-result-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmedini authored Jun 28, 2023
2 parents f5961b4 + 48a95dc commit aae6992
Show file tree
Hide file tree
Showing 99 changed files with 2,838 additions and 131 deletions.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
"ytlikecount",
"ytvideoduration",
"ytvideoid",
"ytviewcount"
"ytviewcount",
"genqa"
]
}
72 changes: 39 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@angular/platform-browser": "16.0.2",
"@angular/platform-browser-dynamic": "16.0.2",
"@angular/router": "16.0.2",
"@coveo/atomic": "2.32.0",
"@coveo/atomic": "2.33.0",
"rxjs": "7.5.6"
},
"peerDependencies": {
"@coveo/headless": "2.19.0"
"@coveo/headless": "2.20.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.0.2",
Expand All @@ -39,6 +39,6 @@
"ncp": "2.0.0",
"ng-packagr": "16.0.1",
"typescript": "4.9.5",
"@coveo/headless": "2.19.0"
"@coveo/headless": "2.20.0"
}
}
6 changes: 3 additions & 3 deletions packages/atomic-angular/projects/atomic-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@coveo/atomic-angular",
"version": "2.9.0",
"version": "2.9.1",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "14 - 16",
"@angular/core": "14 - 16",
"@coveo/headless": "2.19.0"
"@coveo/headless": "2.20.0"
},
"dependencies": {
"@coveo/atomic": "2.32.0",
"@coveo/atomic": "2.33.0",
"tslib": "2.4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ AtomicFormatUnit,
AtomicFrequentlyBoughtTogether,
AtomicHtml,
AtomicIcon,
AtomicInsightResultChildren,
AtomicLayoutSection,
AtomicLoadMoreChildrenResults,
AtomicLoadMoreResults,
Expand Down Expand Up @@ -116,7 +115,6 @@ AtomicFormatUnit,
AtomicFrequentlyBoughtTogether,
AtomicHtml,
AtomicIcon,
AtomicInsightResultChildren,
AtomicLayoutSection,
AtomicLoadMoreChildrenResults,
AtomicLoadMoreResults,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,27 +358,6 @@ export class AtomicIcon {
}


export declare interface AtomicInsightResultChildren extends Components.AtomicInsightResultChildren {}

@ProxyCmp({
defineCustomElementFn: undefined,
inputs: ['imageSize', 'inheritTemplates', 'noResultText']
})
@Component({
selector: 'atomic-insight-result-children',
changeDetection: ChangeDetectionStrategy.OnPush,
template: '<ng-content></ng-content>',
inputs: ['imageSize', 'inheritTemplates', 'noResultText']
})
export class AtomicInsightResultChildren {
protected el: HTMLElement;
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
c.detach();
this.el = r.nativeElement;
}
}


export declare interface AtomicLayoutSection extends Components.AtomicLayoutSection {}

@ProxyCmp({
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic-hosted-page/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/atomic-hosted-page",
"description": "Web Component used to inject a Coveo Hosted Search Page in the DOM.",
"version": "0.3.18",
"version": "0.3.19",
"repository": {
"type": "git",
"url": "https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@coveo/bueno": "0.43.7",
"@coveo/headless": "2.19.0",
"@coveo/headless": "2.20.0",
"@stencil/core": "2.17.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/atomic-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/atomic-react",
"sideEffects": false,
"version": "2.3.0",
"version": "2.3.1",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand All @@ -28,10 +28,10 @@
"recommendation/"
],
"dependencies": {
"@coveo/atomic": "2.32.0"
"@coveo/atomic": "2.33.0"
},
"devDependencies": {
"@coveo/headless": "2.19.0",
"@coveo/headless": "2.20.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
Expand All @@ -47,7 +47,7 @@
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"@coveo/headless": "2.19.0",
"@coveo/headless": "2.20.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const AtomicFormatUnit = /*@__PURE__*/createReactComponent<JSX.AtomicForm
export const AtomicFrequentlyBoughtTogether = /*@__PURE__*/createReactComponent<JSX.AtomicFrequentlyBoughtTogether, HTMLAtomicFrequentlyBoughtTogetherElement>('atomic-frequently-bought-together');
export const AtomicHtml = /*@__PURE__*/createReactComponent<JSX.AtomicHtml, HTMLAtomicHtmlElement>('atomic-html');
export const AtomicIcon = /*@__PURE__*/createReactComponent<JSX.AtomicIcon, HTMLAtomicIconElement>('atomic-icon');
export const AtomicInsightResultChildren = /*@__PURE__*/createReactComponent<JSX.AtomicInsightResultChildren, HTMLAtomicInsightResultChildrenElement>('atomic-insight-result-children');
export const AtomicLayoutSection = /*@__PURE__*/createReactComponent<JSX.AtomicLayoutSection, HTMLAtomicLayoutSectionElement>('atomic-layout-section');
export const AtomicLoadMoreChildrenResults = /*@__PURE__*/createReactComponent<JSX.AtomicLoadMoreChildrenResults, HTMLAtomicLoadMoreChildrenResultsElement>('atomic-load-more-children-results');
export const AtomicLoadMoreResults = /*@__PURE__*/createReactComponent<JSX.AtomicLoadMoreResults, HTMLAtomicLoadMoreResultsElement>('atomic-load-more-results');
Expand Down
6 changes: 6 additions & 0 deletions packages/atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.33.0 (2023-06-28)

### Features

- **atomic:** added Generated Answer component ([#3003](https://github.com/coveo/ui-kit/issues/3003)) ([2f2096b](https://github.com/coveo/ui-kit/commits/2f2096bfd1f2c0993cb3041eb081bbe052cfcb94))

# 2.32.0 (2023-06-20)

### Features
Expand Down
Loading

0 comments on commit aae6992

Please sign in to comment.