@smart-cloud/ai-kit-ui 1.1.33 → 1.1.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/ai-kit-ui",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -473,7 +473,7 @@ const AiFeatureBase: FC<AiFeatureProps & AiKitShellInjectedProps> = (props) => {
473
473
  default:
474
474
  return false;
475
475
  }
476
- }, [inputText, mode, image, inputLanguage, outputLanguage]);
476
+ }, [inputText, mode, image, inputLanguage, outputLanguage, featureOpen]);
477
477
 
478
478
  const ai = useAiRun();
479
479
  const statusText =