@admin-layout/client 12.0.16-alpha.53 → 12.0.16-alpha.54

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.
@@ -183,8 +183,8 @@ async function settingsLoaderUtil({ request, context, params }) {
183
183
  numericKeysAfterMerge.forEach((key) => {
184
184
  delete fullSettings[key];
185
185
  });
186
- // Refresh the cookie to keep it active - only serialize the overrides, not merged settings
187
- const cookie = await settingsCookie.serialize(settings?.uiSettings?.overrides || {});
186
+ // Refresh the cookie to keep it active
187
+ const cookie = await settingsCookie.serialize(settings);
188
188
  console.log('FULL_SETTINGS', fullSettings);
189
189
  return { settings: fullSettings, setCookie: cookie };
190
190
  }export{fetchPageSettingsWithFetch,settingsCookie,settingsLoaderUtil};//# sourceMappingURL=UpdateSettings.server.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/client",
3
- "version": "12.0.16-alpha.53",
3
+ "version": "12.0.16-alpha.54",
4
4
  "description": "Sample client for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -44,5 +44,5 @@
44
44
  "typescript": {
45
45
  "definition": "lib/index.d.ts"
46
46
  },
47
- "gitHead": "16b623c76ef2f6fed4252f49e473f32b19983d1f"
47
+ "gitHead": "a009e644fb9ee783d87c64481421affe38fb6fae"
48
48
  }