Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 0.6.0 and update to be compatible with pagesJS #35

Merged
merged 7 commits into from
Aug 28, 2023

Conversation

yen-tt
Copy link
Collaborator

@yen-tt yen-tt commented Aug 24, 2023

this PR fixes a couple things:

  • add type: module and type: commonjs to the respective commonjs and esm lib's package.json so vite understand the appropriate loader to use
  • update react-textarea-autosize package version for an export fix (package.json duplicate browser exports Andarist/react-textarea-autosize#385)
  • remove ChatStyleProvider due to conflicts with vite css imports in npm packages. user will have to manually import css file.
  • update css bundle path to point to a local file within src/ because commonjs/esm lib's export path did not reflect the actual internal path (e.g. the package.json in esm tries to get ..../libesm/lib/esm/bundle.css)
Screenshot 2023-08-24 at 2 58 38 PM

J=CLIP-453

@yen-tt yen-tt requested a review from a team as a code owner August 24, 2023 19:09
@nbramblett nbramblett changed the title WIP Update to 0.6.0 and update to be compatible with pagesJS Aug 28, 2023
yext-chat-ui-react-0.6.0.tgz Outdated Show resolved Hide resolved
@nbramblett nbramblett merged commit 6e504a7 into main Aug 28, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants