@smarter.sh/ui-chat 0.2.1 → 0.2.2
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/README.md
CHANGED
|
@@ -10931,12 +10931,15 @@ function sb({
|
|
|
10931
10931
|
c && /* @__PURE__ */ pe(ul, { config: $ })
|
|
10932
10932
|
] });
|
|
10933
10933
|
}
|
|
10934
|
+
const cb = "0.2.2";
|
|
10934
10935
|
export {
|
|
10936
|
+
Ls as ConfigPropTypes,
|
|
10935
10937
|
ul as Console,
|
|
10936
10938
|
xt as MenuItems,
|
|
10937
10939
|
Ot as MessageDirectionEnum,
|
|
10938
10940
|
ot as SenderRoleEnum,
|
|
10939
10941
|
sb as SmarterChat,
|
|
10940
|
-
Wv as ValidMessageRolesEnum
|
|
10942
|
+
Wv as ValidMessageRolesEnum,
|
|
10943
|
+
cb as version
|
|
10941
10944
|
};
|
|
10942
10945
|
//# sourceMappingURL=smarter-chat-library.es.js.map
|