@aslaluroba/help-center-react 3.2.11 → 3.2.12
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.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/ui/help-center.tsx +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -40493,7 +40493,6 @@ var HelpCenterContent = _ref => {
|
|
|
40493
40493
|
return jsxs("div", {
|
|
40494
40494
|
className: 'babylai-theme-root babylai:mb-4',
|
|
40495
40495
|
style: themeStyles,
|
|
40496
|
-
dir: "auto",
|
|
40497
40496
|
children: [showArrowAnimation && !isOpen && !isClosing && jsx(FloatingMessage, {
|
|
40498
40497
|
onClose: handleCloseArrowAnimation,
|
|
40499
40498
|
message: messageLabel || t('homeSdk.needAssistance')
|