@nivaro/react 0.1.120 → 0.1.121

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +4 -0
  2. package/dist/index.js +1251 -1172
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2525,6 +2525,10 @@ declare interface PreviewFile {
2525
2525
  size?: number | null;
2526
2526
  }
2527
2527
 
2528
+ /** Custom profile fields (#683) — admin-defined extras (cost center, skills…),
2529
+ * self-served here. Renders nothing when no definitions exist. */
2530
+ export declare function ProfileFieldsCard(): JSX.Element | null;
2531
+
2528
2532
  export declare function ProfileView({ userId, className }: {
2529
2533
  userId?: string | null;
2530
2534
  className?: string;