Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/release/v4.0.0-beta.7' into re…
Browse files Browse the repository at this point in the history
…lease/v4.0.0-beta.7
  • Loading branch information
ptchayap committed Jun 18, 2024
2 parents 47f133c + 4c19a29 commit 46fbf34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"default": "./dist/index.js"
},
"./dist/index.css": {
"import": "./dist/esm/index.css",
"default": "./dist/index.css"
}
},
"files": [
Expand All @@ -34,7 +38,7 @@
"tsc": "tsc"
},
"peerDependencies": {
"@amityco/ts-sdk": "~6.21.0",
"@amityco/ts-sdk": "^6.26.3",
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
},
Expand Down
2 changes: 0 additions & 2 deletions src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,6 @@

"storyTab.title": "Story",

"storyTab.title": "Story",

"select.chatType.item": "{answerType} type",
"chatComposer.label.channelId": "Channel ID",
"chatComposer.label.displayName": "Display Name",
Expand Down
3 changes: 3 additions & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ export default defineConfig((options) => ({
'(typeof process !== "undefined" && process.env && process.env.NODE_ENV ? (process.env.NODE_ENV !== "production") : false)',
}),
],
loader: {
'.css': 'local-css',
},
}));

0 comments on commit 46fbf34

Please sign in to comment.