@axiom-lattice/react-sdk 2.1.0 → 2.1.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/dist/index.js CHANGED
@@ -1202,7 +1202,7 @@ var Todo = ({
1202
1202
  case "completed":
1203
1203
  return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_icons4.CheckCircleOutlined, { style: { color: "#52c41a" } });
1204
1204
  case "in_progress":
1205
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_icons4.LoadingOutlined, { style: { color: "#1890ff" } });
1205
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_icons4.ArrowRightOutlined, { style: { fontWeight: "500" } });
1206
1206
  case "pending":
1207
1207
  return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_icons4.ClockCircleOutlined, { style: { color: "gray" } });
1208
1208
  default:
@@ -1327,7 +1327,7 @@ var WriteTodos = ({
1327
1327
  {
1328
1328
  size: "small",
1329
1329
  bordered: false,
1330
- defaultActiveKey: [],
1330
+ defaultActiveKey: [toolCallData.id],
1331
1331
  expandIcon,
1332
1332
  children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1333
1333
  import_CollapsePanel2.default,