@noya-app/noya-designsystem 0.1.72 → 0.1.73
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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/Message.tsx +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
[32mCJS[39m [1mdist/index.js [22m[32m590.67 KB[39m
|
|
11
11
|
[32mCJS[39m [1mdist/index.js.map [22m[32m1.09 MB[39m
|
|
12
|
-
[32mCJS[39m ⚡️ Build success in
|
|
12
|
+
[32mCJS[39m ⚡️ Build success in 107ms
|
|
13
13
|
[32mESM[39m [1mdist/index.mjs [22m[32m564.29 KB[39m
|
|
14
14
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m1.09 MB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 131ms
|
|
16
16
|
DTS Build start
|
|
17
17
|
Browserslist: caniuse-lite is outdated. Please run:
|
|
18
18
|
npx update-browserslist-db@latest
|
|
@@ -23,8 +23,8 @@ Browserslist: browsers data (caniuse-lite) is 7 months old. Please run:
|
|
|
23
23
|
|
|
24
24
|
Rebuilding...
|
|
25
25
|
|
|
26
|
-
Done in
|
|
26
|
+
Done in 524ms.
|
|
27
27
|
|
|
28
|
-
DTS ⚡️ Build success in
|
|
28
|
+
DTS ⚡️ Build success in 4327ms
|
|
29
29
|
DTS dist/index.d.ts 122.03 KB
|
|
30
30
|
DTS dist/index.d.mts 122.03 KB
|
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -16019,7 +16019,7 @@ var import_react92 = __toESM(require("react"));
|
|
|
16019
16019
|
var Message = (0, import_react92.memo)(
|
|
16020
16020
|
(0, import_react92.forwardRef)(function Message2({ role, children, user, avatarSize = INPUT_HEIGHT }, ref) {
|
|
16021
16021
|
const randomId = (0, import_noya_utils17.uuid)();
|
|
16022
|
-
const resolvedUserId = user?.
|
|
16022
|
+
const resolvedUserId = user?.authId ?? user?.connectionId ?? randomId;
|
|
16023
16023
|
const userMessageBackgroundColor = colorFromString(resolvedUserId);
|
|
16024
16024
|
const styles3 = (0, import_react92.useMemo)(
|
|
16025
16025
|
() => role === "user" ? {
|