@opentiny/tiny-robot 0.3.0-alpha.3 → 0.3.0-alpha.5

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
@@ -1,84 +1,69 @@
1
- import { Bubble as s, BubbleList as t, BubbleProvider as n } from "./bubble/index.js";
2
- import { BubbleChainMessageRenderer as E, BubbleMarkdownMessageRenderer as j, BubbleMessageClassRenderer as q } from "./bubble/index.js";
3
- import i from "./container/index.js";
4
- import a from "./conversations/index.js";
1
+ import { Bubble as s, BubbleList as e } from "./bubble/index.js";
2
+ import n from "./container/index.js";
3
+ import i from "./conversations/index.js";
5
4
  import m from "./dropdown-menu/index.js";
6
- import p from "./feedback/index.js";
7
- import u from "./history/index.js";
5
+ import a from "./feedback/index.js";
6
+ import p from "./history/index.js";
8
7
  import l from "./icon-button/index.js";
9
- import { Prompt as T, Prompts as b } from "./prompts/index.js";
10
- import f from "./question/index.js";
11
- import g from "./sender/index.js";
12
- import c from "./welcome/index.js";
13
- import d from "./suggestion/index.js";
14
- import B from "./suggestion-popover/index.js";
15
- import P, { SuggestionPillButton as S } from "./suggestion-pills/index.js";
16
- const v = [
8
+ import { Prompt as T, Prompts as u } from "./prompts/index.js";
9
+ import f from "./sender/index.js";
10
+ import c, { SuggestionPillButton as g } from "./suggestion-pills/index.js";
11
+ import b from "./suggestion-popover/index.js";
12
+ import P from "./welcome/index.js";
13
+ const d = [
17
14
  s,
18
- t,
15
+ e,
19
16
  n,
20
17
  i,
21
- a,
22
18
  m,
19
+ a,
23
20
  p,
24
- u,
25
21
  l,
26
22
  T,
27
- b,
23
+ u,
28
24
  f,
29
- g,
30
25
  c,
31
- d,
32
- B,
33
- P,
34
- S
26
+ g,
27
+ b,
28
+ P
35
29
  ], L = {
36
- install(o) {
37
- v.forEach((r) => {
38
- const e = r.name.replace(/^Tiny/, "").replace(/^Tr/, "");
39
- o.component(`Tr${e}`, r);
30
+ install(r) {
31
+ d.forEach((o) => {
32
+ const t = o.name.replace(/^Tiny/, "").replace(/^Tr/, "");
33
+ r.component(`Tr${t}`, o);
40
34
  });
41
35
  }
42
36
  };
43
37
  export {
44
38
  s as Bubble,
45
- E as BubbleChainMessageRenderer,
46
- t as BubbleList,
47
- j as BubbleMarkdownMessageRenderer,
48
- q as BubbleMessageClassRenderer,
49
- n as BubbleProvider,
50
- i as Container,
51
- a as Conversations,
39
+ e as BubbleList,
40
+ n as Container,
41
+ i as Conversations,
52
42
  m as DropdownMenu,
53
- p as Feedback,
54
- u as History,
43
+ a as Feedback,
44
+ p as History,
55
45
  l as IconButton,
56
46
  T as Prompt,
57
- b as Prompts,
58
- f as Question,
59
- g as Sender,
60
- d as Suggestion,
61
- S as SuggestionPillButton,
62
- P as SuggestionPills,
63
- B as SuggestionPopover,
47
+ u as Prompts,
48
+ f as Sender,
49
+ g as SuggestionPillButton,
50
+ c as SuggestionPills,
51
+ b as SuggestionPopover,
64
52
  s as TrBubble,
65
- t as TrBubbleList,
66
- n as TrBubbleProvider,
67
- i as TrContainer,
68
- a as TrConversations,
53
+ e as TrBubbleList,
54
+ n as TrContainer,
55
+ i as TrConversations,
69
56
  m as TrDropdownMenu,
70
- p as TrFeedback,
71
- u as TrHistory,
57
+ a as TrFeedback,
58
+ p as TrHistory,
72
59
  l as TrIconButton,
73
60
  T as TrPrompt,
74
- b as TrPrompts,
75
- f as TrQuestion,
76
- g as TrSender,
77
- d as TrSuggestion,
78
- S as TrSuggestionPillButton,
79
- P as TrSuggestionPills,
80
- B as TrSuggestionPopover,
81
- c as TrWelcome,
82
- c as Welcome,
61
+ u as TrPrompts,
62
+ f as TrSender,
63
+ g as TrSuggestionPillButton,
64
+ c as TrSuggestionPills,
65
+ b as TrSuggestionPopover,
66
+ P as TrWelcome,
67
+ P as Welcome,
83
68
  L as default
84
69
  };