@kyro-cms/admin 0.10.2 → 0.10.4

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": "@kyro-cms/admin",
3
- "version": "0.10.2",
3
+ "version": "0.10.4",
4
4
  "engines": {
5
5
  "node": ">=22"
6
6
  },
@@ -53,7 +53,7 @@ const description =
53
53
  <div class="flex-1 overflow-y-auto space-y-6">
54
54
  <form id="doc-form">
55
55
  <AutoForm
56
- client:only="react"
56
+ client:load
57
57
  config={config}
58
58
  data={doc || {}}
59
59
  collectionSlug={collection}
@@ -113,7 +113,7 @@ const description =
113
113
  <form id="settings-form">
114
114
  <input type="hidden" id="form-slug" value={slug} />
115
115
  <SettingsPage
116
- client:only="react"
116
+ client:load
117
117
  config={config}
118
118
  globalSlug={slug}
119
119
  data={data}