@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.
@@ -9,10 +9,10 @@
9
9
  ESM Build start
10
10
  CJS dist/index.js 590.67 KB
11
11
  CJS dist/index.js.map 1.09 MB
12
- CJS ⚡️ Build success in 94ms
12
+ CJS ⚡️ Build success in 107ms
13
13
  ESM dist/index.mjs 564.29 KB
14
14
  ESM dist/index.mjs.map 1.09 MB
15
- ESM ⚡️ Build success in 94ms
15
+ ESM ⚡️ 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 496ms.
26
+ Done in 524ms.
27
27
 
28
- DTS ⚡️ Build success in 4182ms
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
@@ -1,5 +1,11 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.73
4
+
5
+ ### Patch Changes
6
+
7
+ - ff0ddc0: User and script improvements
8
+
3
9
  ## 0.1.72
4
10
 
5
11
  ### Patch Changes
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?.userId ?? user?.connectionId ?? randomId;
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" ? {