@bootdesk/js-web-adapter-react 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -4156,6 +4156,7 @@ function ChatWidget({
4156
4156
  const dir = merged.direction;
4157
4157
  (0, import_react14.useEffect)(() => {
4158
4158
  client.setLocaleHeader(effectiveLocale);
4159
+ client.setTimezoneHeader(Intl.DateTimeFormat().resolvedOptions().timeZone);
4159
4160
  }, [client, effectiveLocale]);
4160
4161
  const autoEmbedded = inBridge && embedded !== false;
4161
4162
  const effectiveEmbedded = embedded === true || autoEmbedded;