@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.
@@ -38,8 +38,6 @@ require('core-js/modules/es.string.search.js');
38
38
  require('core-js/modules/es.array.flat-map.js');
39
39
  require('core-js/modules/es.array.unscopables.flat-map.js');
40
40
  require('core-js/modules/es.string.trim.js');
41
- var Loader$1 = require('src/components/Loader/Loader');
42
- var Icon$1 = require('src/components/Icon/Icon');
43
41
 
44
42
  function asyncGeneratorStep(n, t, e, r, o, a, c) {
45
43
  try {
@@ -22066,15 +22064,15 @@ var ChatInputView = _ref => {
22066
22064
  _hover: {
22067
22065
  backgroundColor: isAgentRunning ? 'color.red.600' : hasText ? 'color.blue.600' : 'color.gray.300'
22068
22066
  }
22069
- }, views == null ? void 0 : views.submitButton), isAgentRunning ? (/*#__PURE__*/React__default.createElement(Icon$1.StopIcon, {
22067
+ }, views == null ? void 0 : views.submitButton), isAgentRunning ? (/*#__PURE__*/React__default.createElement(StopIcon, {
22070
22068
  widthHeight: 16,
22071
22069
  color: "currentColor",
22072
22070
  filled: false
22073
- })) : loading ? (/*#__PURE__*/React__default.createElement(Loader$1.Loader, {
22071
+ })) : loading ? (/*#__PURE__*/React__default.createElement(Loader, {
22074
22072
  type: "quarter",
22075
22073
  size: 16,
22076
22074
  color: "color.white"
22077
- })) : (/*#__PURE__*/React__default.createElement(Icon$1.SendIcon, {
22075
+ })) : (/*#__PURE__*/React__default.createElement(SendIcon, {
22078
22076
  widthHeight: 16,
22079
22077
  color: "currentColor",
22080
22078
  filled: false
@@ -22098,7 +22096,7 @@ var ChatInputView = _ref => {
22098
22096
  },
22099
22097
  duration: '0.3s'
22100
22098
  }
22101
- }, views == null ? void 0 : views.loadingIndicator), /*#__PURE__*/React__default.createElement(Icon$1.LoadingSpinnerIcon, {
22099
+ }, views == null ? void 0 : views.loadingIndicator), /*#__PURE__*/React__default.createElement(LoadingSpinnerIcon, {
22102
22100
  widthHeight: 12,
22103
22101
  color: "currentColor",
22104
22102
  filled: false,