@opentiny/tiny-robot 0.2.12 → 0.2.14

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