@rolder/kit 3.0.0-alpha.63 → 3.0.0-alpha.64

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.
@@ -10,9 +10,6 @@ const Message = /*#__PURE__*/ memo(({ messageId, loaderProps })=>{
10
10
  console.log(messageId);
11
11
  return part ? /*#__PURE__*/ jsxs(Fragment, {
12
12
  children: [
13
- /*#__PURE__*/ jsx(Loader, {
14
- ...loaderProps
15
- }),
16
13
  /*#__PURE__*/ jsx(Paper, {
17
14
  radius: "md",
18
15
  px: "md",
@@ -25,6 +22,9 @@ const Message = /*#__PURE__*/ memo(({ messageId, loaderProps })=>{
25
22
  isAnimating: getIsStreaming() && 'assistant' === message.role,
26
23
  children: part?.text
27
24
  })
25
+ }),
26
+ /*#__PURE__*/ jsx(Loader, {
27
+ ...loaderProps
28
28
  })
29
29
  ]
30
30
  }) : null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolder/kit",
3
- "version": "3.0.0-alpha.63",
3
+ "version": "3.0.0-alpha.64",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {