@app-studio/web 0.9.1 → 0.9.3
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/web.cjs.development.js +4 -6
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +4 -6
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +8 -8
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
package/dist/web.esm.js
CHANGED
|
@@ -31,8 +31,6 @@ import 'core-js/modules/es.string.search.js';
|
|
|
31
31
|
import 'core-js/modules/es.array.flat-map.js';
|
|
32
32
|
import 'core-js/modules/es.array.unscopables.flat-map.js';
|
|
33
33
|
import 'core-js/modules/es.string.trim.js';
|
|
34
|
-
import { Loader as Loader$1 } from 'src/components/Loader/Loader';
|
|
35
|
-
import { StopIcon as StopIcon$1, SendIcon as SendIcon$1, LoadingSpinnerIcon as LoadingSpinnerIcon$1 } from 'src/components/Icon/Icon';
|
|
36
34
|
|
|
37
35
|
function asyncGeneratorStep(n, t, e, r, o, a, c) {
|
|
38
36
|
try {
|
|
@@ -22059,15 +22057,15 @@ var ChatInputView = _ref => {
|
|
|
22059
22057
|
_hover: {
|
|
22060
22058
|
backgroundColor: isAgentRunning ? 'color.red.600' : hasText ? 'color.blue.600' : 'color.gray.300'
|
|
22061
22059
|
}
|
|
22062
|
-
}, views == null ? void 0 : views.submitButton), isAgentRunning ? (/*#__PURE__*/React.createElement(StopIcon
|
|
22060
|
+
}, views == null ? void 0 : views.submitButton), isAgentRunning ? (/*#__PURE__*/React.createElement(StopIcon, {
|
|
22063
22061
|
widthHeight: 16,
|
|
22064
22062
|
color: "currentColor",
|
|
22065
22063
|
filled: false
|
|
22066
|
-
})) : loading ? (/*#__PURE__*/React.createElement(Loader
|
|
22064
|
+
})) : loading ? (/*#__PURE__*/React.createElement(Loader, {
|
|
22067
22065
|
type: "quarter",
|
|
22068
22066
|
size: 16,
|
|
22069
22067
|
color: "color.white"
|
|
22070
|
-
})) : (/*#__PURE__*/React.createElement(SendIcon
|
|
22068
|
+
})) : (/*#__PURE__*/React.createElement(SendIcon, {
|
|
22071
22069
|
widthHeight: 16,
|
|
22072
22070
|
color: "currentColor",
|
|
22073
22071
|
filled: false
|
|
@@ -22091,7 +22089,7 @@ var ChatInputView = _ref => {
|
|
|
22091
22089
|
},
|
|
22092
22090
|
duration: '0.3s'
|
|
22093
22091
|
}
|
|
22094
|
-
}, views == null ? void 0 : views.loadingIndicator), /*#__PURE__*/React.createElement(LoadingSpinnerIcon
|
|
22092
|
+
}, views == null ? void 0 : views.loadingIndicator), /*#__PURE__*/React.createElement(LoadingSpinnerIcon, {
|
|
22095
22093
|
widthHeight: 12,
|
|
22096
22094
|
color: "currentColor",
|
|
22097
22095
|
filled: false,
|