@widergy/utilitygo-smart-bill-web 3.6.0 → 3.6.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.6.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v3.6.0...v3.6.1) (2025-05-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * configurable ai panel ([#50](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/50)) ([f79ae3a](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/f79ae3a25aff49e80125b754b7fccc5c512d5528))
7
+
1
8
  # [3.6.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v3.5.3...v3.6.0) (2025-05-16)
2
9
 
3
10
 
@@ -35,6 +35,7 @@ const SmartBillSummary = _ref => {
35
35
  } = _ref;
36
36
  const {
37
37
  aiQuestionsList,
38
+ aiQuestionsPanelEnabled,
38
39
  notEnoughBillsErrorType,
39
40
  smartBillAIAnswer = {},
40
41
  smartBillAIAnswerError,
@@ -90,7 +91,7 @@ const SmartBillSummary = _ref => {
90
91
  smartBill,
91
92
  translations,
92
93
  utils
93
- })), /*#__PURE__*/_react.default.createElement(_energyUi.UTTouchableWithoutFeedback, {
94
+ })), aiQuestionsPanelEnabled && /*#__PURE__*/_react.default.createElement(_react.Fragment, null, /*#__PURE__*/_react.default.createElement(_energyUi.UTTouchableWithoutFeedback, {
94
95
  className: _stylesModule.default.AIFloatButton,
95
96
  onClick: openAIPanel,
96
97
  withRipple: true
@@ -106,7 +107,7 @@ const SmartBillSummary = _ref => {
106
107
  loading: smartBillAIAnswerLoading,
107
108
  notEnoughBillsErrorType: notEnoughBillsErrorType,
108
109
  onClose: closeAIPanel
109
- }));
110
+ })));
110
111
  };
111
112
  SmartBillSummary.propTypes = {
112
113
  assets: _propTypes.object,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/utilitygo-smart-bill-web",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "UtilityGO SmartBill Web",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",