@skafform/vite-plugin 0.1.6 → 0.1.7

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 (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -208,7 +208,9 @@ ${lightVars}
208
208
  return `export default ${JSON.stringify({
209
209
  ...config,
210
210
  customize: { ...themeJson.customize ?? {}, ...config.customize ?? {} },
211
- fonts: themeJson.fonts ?? []
211
+ fonts: themeJson.fonts ?? [],
212
+ widget_areas: themeJson.widget_areas ?? {},
213
+ nav_locations: themeJson.nav_locations ?? {}
212
214
  })}`;
213
215
  }
214
216
  if (id === RESOLVED_ADMIN_SECTIONS) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skafform/vite-plugin",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {