@fencyai/react 0.1.136 → 0.1.137

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1109,7 +1109,7 @@ function Me({
1109
1109
  eventType: e,
1110
1110
  completed: t
1111
1111
  }) {
1112
- return e === "ExploreMemoryError" ? /* @__PURE__ */ s(Ie, { color: "#c62828", size: 18, lineWidth: 3 }) : e === "ExploreMemoryResult" ? /* @__PURE__ */ s(U, { color: "#999", size: 20, borderWidth: 3 }) : e === "ExploreMemoryStart" ? t ? /* @__PURE__ */ s(U, { color: "#999", size: 20, borderWidth: 3 }) : /* @__PURE__ */ s("span", { className: "explore-memory-loader" }) : null;
1112
+ return e === "ExploreMemoryError" ? /* @__PURE__ */ s(Ie, { color: "#c62828", size: 15, lineWidth: 2 }) : e === "ExploreMemoryResult" ? /* @__PURE__ */ s(U, { color: "#999", size: 15, borderWidth: 2 }) : e === "ExploreMemoryStart" ? t ? /* @__PURE__ */ s(U, { color: "#999", size: 15, borderWidth: 2 }) : /* @__PURE__ */ s("span", { className: "explore-memory-loader" }) : null;
1113
1113
  }
1114
1114
  const $ = 80, De = ({ data: e, completed: t, isLatest: n = !1 }) => {
1115
1115
  const [r, c] = k(!1), l = e.eventType === "ExploreMemoryResult" ? e.result : void 0, o = l != null && l.length > $, d = l != null ? r || !o ? l : `${l.slice(0, $)}...` : void 0, y = o;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fencyai/react",
3
- "version": "0.1.136",
3
+ "version": "0.1.137",
4
4
  "description": "> TODO: description",
5
5
  "author": "staklau <steinaageklaussen@gmail.com>",
6
6
  "homepage": "",
@@ -37,7 +37,7 @@
37
37
  "@microsoft/fetch-event-source": "^2.0.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@fencyai/js": "^0.1.136",
40
+ "@fencyai/js": "^0.1.137",
41
41
  "@testing-library/react": "^16.3.2",
42
42
  "@types/jest": "^29.5.11",
43
43
  "@types/node": "^20.10.5",
@@ -53,7 +53,7 @@
53
53
  "vite-plugin-lib-inject-css": "^2.1.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@fencyai/js": "^0.1.136",
56
+ "@fencyai/js": "^0.1.137",
57
57
  "motion": "^11.15.0",
58
58
  "react": ">=16.8.0",
59
59
  "react-markdown": "^10.1.0",
@@ -66,5 +66,5 @@
66
66
  "optional": false
67
67
  }
68
68
  },
69
- "gitHead": "329df97e8c3ae4b8faf31cf75a4bd842cd7d61e0"
69
+ "gitHead": "ffd8b597b94be82f8f7c7b764ac0a37eb195978d"
70
70
  }