Skip to content

Commit

Permalink
Version 1.6.3
Browse files Browse the repository at this point in the history
### Changes
- Adds CloudChoice functionality
  • Loading branch information
k-gerner authored Sep 19, 2024
2 parents ae60515 + e39f52a commit 97db8e5
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 21 deletions.
Binary file modified .storybook/snapshots/__snapshots__/mapboxmap--custom-pin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .storybook/snapshots/__snapshots__/mapboxmap--multiple-pins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .storybook/snapshots/__snapshots__/mapboxmap--primary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The following NPM package may be included in this product:

- @yext/[email protected].0
- @yext/[email protected].4

This package contains the following license and notice below:

Expand Down Expand Up @@ -1027,7 +1027,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The following NPM package may be included in this product:

- @yext/[email protected].1
- @yext/[email protected].2

This package contains the following license and notice below:

Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/search-ui-react",
"version": "1.6.2",
"version": "1.6.3",
"description": "A library of React Components for powering Yext Search integrations",
"author": "[email protected]",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion test-site/package-lock.json

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

3 changes: 2 additions & 1 deletion test-site/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CloudRegion, Environment } from '@yext/search-headless-react';
import { CloudRegion, CloudChoice, Environment } from '@yext/search-headless-react';

export const config = {
apiKey: process.env.REACT_APP_LIVE_API_KEY || 'REPLACE_ME',
Expand All @@ -7,5 +7,6 @@ export const config = {
experienceVersion: 'STAGING',
businessId: 123123,
cloudRegion: CloudRegion.US,
cloudChoice: CloudChoice.GLOBAL_MULTI,
environment: Environment.PROD,
};

0 comments on commit 97db8e5

Please sign in to comment.