@humandialog/forms.svelte 0.4.39 → 0.4.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humandialog/forms.svelte",
3
- "version": "0.4.39",
3
+ "version": "0.4.40",
4
4
  "description": "Basic Svelte UI components for Object Reef applications",
5
5
  "devDependencies": {
6
6
  "@playwright/test": "^1.28.1",
@@ -70,8 +70,8 @@
70
70
  })
71
71
  }
72
72
 
73
- fake_users = [];
74
- add_fake_users(fake_users);
73
+ //fake_users = [];
74
+ //add_fake_users(fake_users);
75
75
 
76
76
  await fetch_details();
77
77
 
@@ -429,8 +429,8 @@
429
429
  clears_context='props sel'>
430
430
  <a href="/" class="underline text-sm font-semibold ml-3"> &lt; Back to root</a>
431
431
 
432
- {#if fake_users && fake_users.length > 0}
433
- <List objects={fake_users}
432
+ {#if reef_users && reef_users.length > 0}
433
+ <List objects={reef_users}
434
434
  title='Members'
435
435
  toolbar_operations={user_operations}
436
436
  context_menu={user_context_menu}