meno-core 1.0.38 → 1.0.39

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.
@@ -15,7 +15,7 @@ import {
15
15
  migrateTemplatesDirectory,
16
16
  parseJSON,
17
17
  prepareClientData
18
- } from "./chunk-EUCAKI5U.js";
18
+ } from "./chunk-W6HDII4T.js";
19
19
  import {
20
20
  minifyJS,
21
21
  projectPaths
@@ -1130,4 +1130,4 @@ export {
1130
1130
  injectTrackingScript,
1131
1131
  buildStaticPages
1132
1132
  };
1133
- //# sourceMappingURL=chunk-JACS3C25.js.map
1133
+ //# sourceMappingURL=chunk-WK5XLASY.js.map
@@ -6,13 +6,13 @@ import {
6
6
  PageService,
7
7
  WebSocketManager,
8
8
  createServer
9
- } from "../chunks/chunk-UR7L5UZ3.js";
9
+ } from "../chunks/chunk-HNAS6BSS.js";
10
10
  import {
11
11
  CMSService,
12
12
  FileSystemCMSProvider,
13
13
  loadProjectConfig,
14
14
  migrateTemplatesDirectory
15
- } from "../chunks/chunk-EUCAKI5U.js";
15
+ } from "../chunks/chunk-W6HDII4T.js";
16
16
  import {
17
17
  configService
18
18
  } from "../chunks/chunk-A6KWUEA6.js";
@@ -4205,7 +4205,8 @@ var lightThemeColors = {
4205
4205
  buttonDangerHover: "#cb2431",
4206
4206
  inputBackground: "#f9fafb",
4207
4207
  inputBorder: "#e4e7ed",
4208
- hoverBackground: "#f1f3f5"
4208
+ hoverBackground: "#f1f3f5",
4209
+ variableBackground: "#ebedf0"
4209
4210
  }
4210
4211
  };
4211
4212
  var darkThemeColors = {
@@ -4240,7 +4241,7 @@ var darkThemeColors = {
4240
4241
  text: "#cccccc",
4241
4242
  textSecondary: "#cccccc",
4242
4243
  textMuted: "#888888",
4243
- codeString: "#ce9178",
4244
+ codeString: "#ffffff",
4244
4245
  codeNumber: "#b5cea8",
4245
4246
  codeKey: "#9cdcfe",
4246
4247
  codeType: "#4ec9b0",
@@ -4251,7 +4252,8 @@ var darkThemeColors = {
4251
4252
  buttonDangerHover: "#ff6b6b",
4252
4253
  inputBackground: "#1e1e1e",
4253
4254
  inputBorder: "#444444",
4254
- hoverBackground: "#2a2d2e"
4255
+ hoverBackground: "#2a2d2e",
4256
+ variableBackground: "#2a2a2a"
4255
4257
  }
4256
4258
  };
4257
4259
  function getThemeColors(theme) {