Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Iru89 committed Dec 2, 2024
1 parent 736e7fd commit 01f3d91
Show file tree
Hide file tree
Showing 7 changed files with 1,295 additions and 4 deletions.
10 changes: 10 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/botonic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@babel/preset-react": "^7.25.9",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/lodash.merge": "^4.6.9",
"@types/parse5": "^7.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-react/src/index-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ export interface WebchatArgs {
theme?: ThemeProps
}

type EventArgs = { [key: string]: any }
type TrackEventFunction = (
export type EventArgs = { [key: string]: any }
export type TrackEventFunction = (
request: ActionRequest,
eventName: string,
args?: EventArgs
Expand Down
Loading

0 comments on commit 01f3d91

Please sign in to comment.