@assistant-ui/react-native 0.1.12 → 0.1.13

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.
@@ -1,6 +1,7 @@
1
1
  export { MessageRoot as Root, type MessageRootProps as RootProps, } from "./message/MessageRoot.js";
2
2
  export { MessageContent as Content, type MessageContentProps as ContentProps, } from "./message/MessageContent.js";
3
3
  export { MessagePrimitiveParts as Parts, MessagePrimitivePartByIndex as PartByIndex, } from "./message/MessageParts.js";
4
+ export { MessagePrimitiveGroupedParts as GroupedParts } from "@assistant-ui/core/react";
4
5
  export { MessageIf as If, type MessageIfProps as IfProps, } from "./message/MessageIf.js";
5
6
  export { MessageAttachments as Attachments, MessageAttachmentByIndex as AttachmentByIndex, } from "./message/MessageAttachments.js";
6
7
  //# sourceMappingURL=message.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../src/primitives/message.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,IAAI,IAAI,EACnB,KAAK,gBAAgB,IAAI,SAAS,GACnC,iCAA8B;AAC/B,OAAO,EACL,cAAc,IAAI,OAAO,EACzB,KAAK,mBAAmB,IAAI,YAAY,GACzC,oCAAiC;AAClC,OAAO,EACL,qBAAqB,IAAI,KAAK,EAC9B,2BAA2B,IAAI,WAAW,GAC3C,kCAA+B;AAChC,OAAO,EACL,SAAS,IAAI,EAAE,EACf,KAAK,cAAc,IAAI,OAAO,GAC/B,+BAA4B;AAC7B,OAAO,EACL,kBAAkB,IAAI,WAAW,EACjC,wBAAwB,IAAI,iBAAiB,GAC9C,wCAAqC"}
1
+ {"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../src/primitives/message.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,IAAI,IAAI,EACnB,KAAK,gBAAgB,IAAI,SAAS,GACnC,iCAA8B;AAC/B,OAAO,EACL,cAAc,IAAI,OAAO,EACzB,KAAK,mBAAmB,IAAI,YAAY,GACzC,oCAAiC;AAClC,OAAO,EACL,qBAAqB,IAAI,KAAK,EAC9B,2BAA2B,IAAI,WAAW,GAC3C,kCAA+B;AAChC,OAAO,EAAE,4BAA4B,IAAI,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxF,OAAO,EACL,SAAS,IAAI,EAAE,EACf,KAAK,cAAc,IAAI,OAAO,GAC/B,+BAA4B;AAC7B,OAAO,EACL,kBAAkB,IAAI,WAAW,EACjC,wBAAwB,IAAI,iBAAiB,GAC9C,wCAAqC"}
@@ -1,6 +1,7 @@
1
1
  export { MessageRoot as Root, } from "./message/MessageRoot.js";
2
2
  export { MessageContent as Content, } from "./message/MessageContent.js";
3
3
  export { MessagePrimitiveParts as Parts, MessagePrimitivePartByIndex as PartByIndex, } from "./message/MessageParts.js";
4
+ export { MessagePrimitiveGroupedParts as GroupedParts } from "@assistant-ui/core/react";
4
5
  export { MessageIf as If, } from "./message/MessageIf.js";
5
6
  export { MessageAttachments as Attachments, MessageAttachmentByIndex as AttachmentByIndex, } from "./message/MessageAttachments.js";
6
7
  //# sourceMappingURL=message.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"message.js","sourceRoot":"","sources":["../../src/primitives/message.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,IAAI,IAAI,GAEpB,iCAA8B;AAC/B,OAAO,EACL,cAAc,IAAI,OAAO,GAE1B,oCAAiC;AAClC,OAAO,EACL,qBAAqB,IAAI,KAAK,EAC9B,2BAA2B,IAAI,WAAW,GAC3C,kCAA+B;AAChC,OAAO,EACL,SAAS,IAAI,EAAE,GAEhB,+BAA4B;AAC7B,OAAO,EACL,kBAAkB,IAAI,WAAW,EACjC,wBAAwB,IAAI,iBAAiB,GAC9C,wCAAqC"}
1
+ {"version":3,"file":"message.js","sourceRoot":"","sources":["../../src/primitives/message.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,IAAI,IAAI,GAEpB,iCAA8B;AAC/B,OAAO,EACL,cAAc,IAAI,OAAO,GAE1B,oCAAiC;AAClC,OAAO,EACL,qBAAqB,IAAI,KAAK,EAC9B,2BAA2B,IAAI,WAAW,GAC3C,kCAA+B;AAChC,OAAO,EAAE,4BAA4B,IAAI,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxF,OAAO,EACL,SAAS,IAAI,EAAE,GAEhB,+BAA4B;AAC7B,OAAO,EACL,kBAAkB,IAAI,WAAW,EACjC,wBAAwB,IAAI,iBAAiB,GAC9C,wCAAqC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assistant-ui/react-native",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "React Native bindings for assistant-ui",
5
5
  "keywords": [
6
6
  "assistant",
@@ -31,7 +31,7 @@
31
31
  ],
32
32
  "sideEffects": false,
33
33
  "dependencies": {
34
- "@assistant-ui/core": "^0.1.15",
34
+ "@assistant-ui/core": "^0.1.17",
35
35
  "@assistant-ui/store": "^0.2.8",
36
36
  "@assistant-ui/tap": "^0.5.9",
37
37
  "assistant-stream": "^0.3.12",
@@ -10,6 +10,7 @@ export {
10
10
  MessagePrimitiveParts as Parts,
11
11
  MessagePrimitivePartByIndex as PartByIndex,
12
12
  } from "./message/MessageParts";
13
+ export { MessagePrimitiveGroupedParts as GroupedParts } from "@assistant-ui/core/react";
13
14
  export {
14
15
  MessageIf as If,
15
16
  type MessageIfProps as IfProps,