@elevasis/ui 1.20.1 → 1.21.0

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 (58) hide show
  1. package/dist/charts/index.js +3 -2
  2. package/dist/{chunk-COTI2QPO.js → chunk-2WLVOFK7.js} +1 -1
  3. package/dist/chunk-3KMDHCAR.js +52 -0
  4. package/dist/chunk-AWT255UH.js +255 -0
  5. package/dist/{chunk-AWMZCYKH.js → chunk-BC6TJEON.js} +2 -45
  6. package/dist/{chunk-VLTVZXP6.js → chunk-CRFV2TVK.js} +1 -1
  7. package/dist/{chunk-EMN755L5.js → chunk-CTF6FS2M.js} +10 -216
  8. package/dist/{chunk-4SY4EQSK.js → chunk-CYJILY7M.js} +3 -3
  9. package/dist/{chunk-AQ5MQDSS.js → chunk-EDAYKRPJ.js} +404 -2
  10. package/dist/{chunk-XOTN3X3Z.js → chunk-FATKFO7X.js} +3 -54
  11. package/dist/{chunk-ERVB3QJQ.js → chunk-FVBYSDM4.js} +1 -1
  12. package/dist/{chunk-OFAXUZPZ.js → chunk-MOBXWBES.js} +212 -67
  13. package/dist/{chunk-JIABC3AE.js → chunk-NL6EFQYE.js} +515 -265
  14. package/dist/chunk-ROSMICXG.js +668 -0
  15. package/dist/{chunk-C7AD6N23.js → chunk-ST2RSBQ3.js} +364 -364
  16. package/dist/{chunk-JZEXFQ6N.js → chunk-UZWZY7TJ.js} +2 -2
  17. package/dist/{chunk-UMFPUM7Q.js → chunk-V422ET6W.js} +12 -12
  18. package/dist/components/chat/index.d.ts +202 -0
  19. package/dist/components/chat/index.js +2 -0
  20. package/dist/components/index.js +2651 -2899
  21. package/dist/features/dashboard/index.js +8 -7
  22. package/dist/features/monitoring/index.js +9 -8
  23. package/dist/features/operations/index.d.ts +245 -10
  24. package/dist/features/operations/index.js +1114 -168
  25. package/dist/features/settings/index.js +8 -7
  26. package/dist/hooks/index.css +68 -0
  27. package/dist/hooks/index.d.ts +1164 -3
  28. package/dist/hooks/index.js +4 -4
  29. package/dist/hooks/published.css +68 -0
  30. package/dist/hooks/published.d.ts +1164 -3
  31. package/dist/hooks/published.js +3 -3
  32. package/dist/index.css +68 -0
  33. package/dist/index.d.ts +1165 -4
  34. package/dist/index.js +5 -5
  35. package/dist/layout/index.d.ts +3 -3
  36. package/dist/layout/index.js +2 -2
  37. package/dist/provider/index.d.ts +1 -1
  38. package/dist/provider/index.js +2 -2
  39. package/dist/provider/published.d.ts +1 -1
  40. package/dist/theme/index.d.ts +1 -1
  41. package/dist/theme/index.js +2 -2
  42. package/dist/theme/presets/synapse.d.ts +10 -0
  43. package/dist/theme/presets/synapse.d.ts.map +1 -0
  44. package/dist/theme/presets/synapse.js +75 -0
  45. package/package.json +7 -2
  46. package/dist/chunk-JFRG2JJE.js +0 -47
  47. package/dist/theme/presets/__tests__/getPreset.test.d.ts +0 -2
  48. package/dist/theme/presets/__tests__/getPreset.test.d.ts.map +0 -1
  49. package/dist/theme/presets/__tests__/getPreset.test.js +0 -92
  50. package/dist/theme/presets/cyber-volt.d.ts +0 -12
  51. package/dist/theme/presets/cyber-volt.d.ts.map +0 -1
  52. package/dist/theme/presets/cyber-volt.js +0 -70
  53. package/dist/theme/presets/regal.d.ts +0 -8
  54. package/dist/theme/presets/regal.d.ts.map +0 -1
  55. package/dist/theme/presets/regal.js +0 -69
  56. package/dist/theme/presets/rose-gold.d.ts +0 -12
  57. package/dist/theme/presets/rose-gold.d.ts.map +0 -1
  58. package/dist/theme/presets/rose-gold.js +0 -76
@@ -1,6 +1,6 @@
1
1
  import { CyberBackground, WaveBackground } from './chunk-3DIU726S.js';
2
- import { createElement, createContext, useRef, useEffect, useContext } from 'react';
3
- import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
+ import { createElement, Fragment, createContext, useRef, useEffect, useContext } from 'react';
3
+ import { jsxs, Fragment as Fragment$1, jsx } from 'react/jsx-runtime';
4
4
  import { Tooltip, Text, Tabs, Table, Stack, SimpleGrid, Select, Combobox, SegmentedControl, ScrollArea, Paper, Popover, Notification, Modal, Menu, Input, HoverCard, Group, Grid, Flex, Code, Divider, Card, Button, Accordion, createTheme } from '@mantine/core';
5
5
 
6
6
  // src/theme/presets/utils.ts
@@ -206,7 +206,7 @@ var regalPreset = {
206
206
  fontSans: '"Inter", sans-serif'
207
207
  },
208
208
  dark: {
209
- primary: "#D4A843",
209
+ primary: "#AE8730",
210
210
  primaryContrast: "#1A1400",
211
211
  background: "#000000",
212
212
  surface: "#0E0E0E",
@@ -244,8 +244,116 @@ var regalPreset = {
244
244
  "https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap"
245
245
  ]
246
246
  };
247
+ var STYLE = `
248
+ /* NOTE: does not neutralize AppShellContainer's background paint, unlike
249
+ ChromeBackground / ConstellationBackground. AmbientBloom is designed to
250
+ compose *above* existing background layers (CyberBackground's grid,
251
+ ConstellationBackground's canvas), so it must not knock out the base
252
+ color paint the sibling background relies on. */
253
+ .elevasis-ambient-bloom {
254
+ display: none;
255
+ position: fixed;
256
+ inset: 0;
257
+ pointer-events: none;
258
+ overflow: hidden;
259
+ }
260
+ [data-mantine-color-scheme="dark"] .elevasis-ambient-bloom {
261
+ display: block;
262
+ }
263
+ [data-mantine-color-scheme="dark"] .elevasis-ambient-bloom-lobe {
264
+ mix-blend-mode: screen;
265
+ }
266
+ @keyframes elevasis-ambient-bloom-a {
267
+ 0%, 100% { transform: translate(0, 0) scale(1); }
268
+ 33% { transform: translate(4%, -5%) scale(1.08); }
269
+ 66% { transform: translate(-5%, 4%) scale(0.94); }
270
+ }
271
+ @keyframes elevasis-ambient-bloom-b {
272
+ 0%, 100% { transform: translate(0, 0) scale(1); }
273
+ 50% { transform: translate(-6%, 6%) scale(1.12); }
274
+ }
275
+ @keyframes elevasis-ambient-bloom-c {
276
+ 0%, 100% { transform: translate(0, 0) scale(1); }
277
+ 40% { transform: translate(5%, 4%) scale(0.9); }
278
+ 80% { transform: translate(-4%, -6%) scale(1.08); }
279
+ }
280
+ @media (prefers-reduced-motion: reduce) {
281
+ .elevasis-ambient-bloom-lobe { animation: none !important; }
282
+ }
283
+ `;
284
+ function AmbientBloom({
285
+ color = "var(--color-primary)",
286
+ intensity = 0.08
287
+ }) {
288
+ const primaryPct = `${Math.round(intensity * 100)}%`;
289
+ const secondaryPct = `${Math.round(intensity * 80)}%`;
290
+ const tertiaryPct = `${Math.round(intensity * 60)}%`;
291
+ return /* @__PURE__ */ jsxs(Fragment$1, { children: [
292
+ /* @__PURE__ */ jsx("style", { children: STYLE }),
293
+ /* @__PURE__ */ jsxs("div", { className: "elevasis-ambient-bloom", "aria-hidden": "true", children: [
294
+ /* @__PURE__ */ jsx(
295
+ "div",
296
+ {
297
+ className: "elevasis-ambient-bloom-lobe",
298
+ style: {
299
+ position: "absolute",
300
+ top: "-30%",
301
+ left: "5%",
302
+ width: "85%",
303
+ height: "85%",
304
+ background: `radial-gradient(ellipse at center, color-mix(in srgb, ${color} ${primaryPct}, transparent) 0%, transparent 60%)`,
305
+ filter: "blur(80px)",
306
+ animation: "elevasis-ambient-bloom-a 32s ease-in-out infinite",
307
+ willChange: "transform"
308
+ }
309
+ }
310
+ ),
311
+ /* @__PURE__ */ jsx(
312
+ "div",
313
+ {
314
+ className: "elevasis-ambient-bloom-lobe",
315
+ style: {
316
+ position: "absolute",
317
+ top: "15%",
318
+ right: "-15%",
319
+ width: "75%",
320
+ height: "75%",
321
+ background: `radial-gradient(ellipse at center, color-mix(in srgb, ${color} ${secondaryPct}, transparent) 0%, transparent 65%)`,
322
+ filter: "blur(90px)",
323
+ animation: "elevasis-ambient-bloom-b 40s ease-in-out infinite",
324
+ willChange: "transform"
325
+ }
326
+ }
327
+ ),
328
+ /* @__PURE__ */ jsx(
329
+ "div",
330
+ {
331
+ className: "elevasis-ambient-bloom-lobe",
332
+ style: {
333
+ position: "absolute",
334
+ bottom: "-25%",
335
+ left: "25%",
336
+ width: "70%",
337
+ height: "70%",
338
+ background: `radial-gradient(ellipse at center, color-mix(in srgb, ${color} ${tertiaryPct}, transparent) 0%, transparent 60%)`,
339
+ filter: "blur(100px)",
340
+ animation: "elevasis-ambient-bloom-c 36s ease-in-out infinite",
341
+ willChange: "transform"
342
+ }
343
+ }
344
+ )
345
+ ] })
346
+ ] });
347
+ }
348
+
349
+ // src/theme/presets/cyber-volt.ts
247
350
  var cyberVoltPreset = {
248
- background: createElement(CyberBackground, { variant: "volt" }),
351
+ background: createElement(
352
+ Fragment,
353
+ null,
354
+ createElement(CyberBackground, { variant: "volt" }),
355
+ createElement(AmbientBloom, { intensity: 0.11 })
356
+ ),
249
357
  light: {
250
358
  primary: "#0097A7",
251
359
  primaryContrast: "#ffffff",
@@ -271,7 +379,7 @@ var cyberVoltPreset = {
271
379
  fontSans: '"Chakra Petch", sans-serif'
272
380
  },
273
381
  dark: {
274
- primary: "#00E5FF",
382
+ primary: "#00A8BD",
275
383
  primaryContrast: "#001418",
276
384
  background: "#030506",
277
385
  surface: "transparent",
@@ -283,8 +391,8 @@ var cyberVoltPreset = {
283
391
  error: "#FF1744",
284
392
  warning: "#FF9100",
285
393
  success: "#00E676",
286
- glassBackground: "rgba(6, 14, 20, 0.4)",
287
- glassBlur: "blur(14px) saturate(200%)",
394
+ glassBackground: "rgba(6, 14, 20, 0.32)",
395
+ glassBlur: "blur(28px) saturate(200%)",
288
396
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
289
397
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(0, 229, 255, 0.06), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
290
398
  durationFast: "80ms",
@@ -303,7 +411,7 @@ var cyberVoltPreset = {
303
411
  },
304
412
  fontImports: ["https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600;700&display=swap"]
305
413
  };
306
- var STYLE = `
414
+ var STYLE2 = `
307
415
  div[style*="var(--color-background)"][style*="100vh"] {
308
416
  background-color: transparent !important;
309
417
  isolation: isolate;
@@ -558,8 +666,8 @@ var STYLE = `
558
666
  }
559
667
  `;
560
668
  function ChromeBackground({ variant }) {
561
- return /* @__PURE__ */ jsxs(Fragment, { children: [
562
- /* @__PURE__ */ jsx("style", { children: STYLE }),
669
+ return /* @__PURE__ */ jsxs(Fragment$1, { children: [
670
+ /* @__PURE__ */ jsx("style", { children: STYLE2 }),
563
671
  /* @__PURE__ */ jsx("div", { className: "chrome-bg-root", "data-variant": variant, "aria-hidden": "true", children: /* @__PURE__ */ jsxs("div", { className: "chrome-bg-wrapper", children: [
564
672
  /* @__PURE__ */ jsx("div", { className: "chrome-bg-beam chrome-bg-beam-1" }),
565
673
  /* @__PURE__ */ jsx("div", { className: "chrome-bg-beam chrome-bg-beam-2" }),
@@ -668,7 +776,7 @@ var roseGoldPreset = {
668
776
  fontSans: '"DM Sans", sans-serif'
669
777
  },
670
778
  dark: {
671
- primary: "#C8897C",
779
+ primary: "#A56B5E",
672
780
  primaryContrast: "#2D1A16",
673
781
  background: "#070405",
674
782
  surface: "transparent",
@@ -836,7 +944,10 @@ var honeyPreset = {
836
944
  "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap",
837
945
  "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap"
838
946
  ],
839
- background: createElement(WaveBackground, { variant: "honey" }),
947
+ background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
948
+ /* @__PURE__ */ jsx(WaveBackground, { variant: "honey" }),
949
+ /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.1 })
950
+ ] }),
840
951
  light: {
841
952
  primary: "#A06A08",
842
953
  primaryContrast: "#ffffff",
@@ -905,7 +1016,10 @@ var canopyPreset = {
905
1016
  "https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap",
906
1017
  "https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap"
907
1018
  ],
908
- background: createElement(WaveBackground, { variant: "canopy" }),
1019
+ background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
1020
+ /* @__PURE__ */ jsx(WaveBackground, { variant: "canopy" }),
1021
+ /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.11 })
1022
+ ] }),
909
1023
  light: {
910
1024
  primary: "#2E7A40",
911
1025
  primaryContrast: "#ffffff",
@@ -1028,7 +1142,12 @@ var slatePreset = {
1028
1142
  ]
1029
1143
  };
1030
1144
  var cyberStrikePreset = {
1031
- background: createElement(CyberBackground, { variant: "strike" }),
1145
+ background: createElement(
1146
+ Fragment,
1147
+ null,
1148
+ createElement(CyberBackground, { variant: "strike" }),
1149
+ createElement(AmbientBloom, { intensity: 0.12 })
1150
+ ),
1032
1151
  light: {
1033
1152
  primary: "#FF1744",
1034
1153
  primaryContrast: "#ffffff",
@@ -1066,8 +1185,8 @@ var cyberStrikePreset = {
1066
1185
  error: "#FF1744",
1067
1186
  warning: "#FF9100",
1068
1187
  success: "#00E676",
1069
- glassBackground: "rgba(24, 16, 20, 0.4)",
1070
- glassBlur: "blur(14px) saturate(200%)",
1188
+ glassBackground: "rgba(24, 16, 20, 0.32)",
1189
+ glassBlur: "blur(28px) saturate(200%)",
1071
1190
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1072
1191
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(255, 23, 68, 0.06), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1073
1192
  durationFast: "80ms",
@@ -1091,23 +1210,28 @@ var cyberStrikePreset = {
1091
1210
  "https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap"
1092
1211
  ]
1093
1212
  };
1094
- var cyberPunkPreset = {
1095
- background: createElement(CyberBackground, { variant: "punk" }),
1213
+ var cyberChromePreset = {
1214
+ background: createElement(
1215
+ Fragment,
1216
+ null,
1217
+ createElement(CyberBackground, { variant: "chrome" }),
1218
+ createElement(AmbientBloom, { intensity: 0.1 })
1219
+ ),
1096
1220
  light: {
1097
- primary: "#7C4DFF",
1221
+ primary: "#64748B",
1098
1222
  primaryContrast: "#ffffff",
1099
- background: "#FAF8FF",
1223
+ background: "#F1F3F5",
1100
1224
  surface: "transparent",
1101
- surfaceHover: "rgba(124, 77, 255, 0.08)",
1102
- text: "#0E0A1E",
1103
- textDimmed: "#342E4D",
1104
- textSubtle: "#625880",
1105
- border: "rgba(14, 10, 30, 0.08)",
1225
+ surfaceHover: "rgba(100, 116, 139, 0.08)",
1226
+ text: "#0B0E12",
1227
+ textDimmed: "#2F3A47",
1228
+ textSubtle: "#5C6B7A",
1229
+ border: "rgba(11, 14, 18, 0.1)",
1106
1230
  error: "#FF1744",
1107
1231
  warning: "#FF9100",
1108
1232
  success: "#00E676",
1109
- glassBackground: "rgba(250, 248, 255, 0.25)",
1110
- glassBlur: "blur(8px) saturate(180%)",
1233
+ glassBackground: "rgba(241, 243, 245, 0.28)",
1234
+ glassBlur: "blur(8px) saturate(160%)",
1111
1235
  shadow: "0px 2px 6px rgba(0, 0, 0, 0.05), 0px 20px 48px -8px rgba(0, 0, 0, 0.14)",
1112
1236
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.03), 0 8px 24px -8px rgba(0, 0, 0, 0.06), 0 20px 48px -16px rgba(0, 0, 0, 0.04)",
1113
1237
  durationFast: "80ms",
@@ -1118,22 +1242,22 @@ var cyberPunkPreset = {
1118
1242
  fontSans: '"JetBrains Mono", monospace'
1119
1243
  },
1120
1244
  dark: {
1121
- primary: "#7C4DFF",
1122
- primaryContrast: "#ffffff",
1123
- background: "#040308",
1245
+ primary: "#94A3B8",
1246
+ primaryContrast: "#0B0E12",
1247
+ background: "#05070A",
1124
1248
  surface: "transparent",
1125
- surfaceHover: "rgba(124, 77, 255, 0.06)",
1126
- text: "#F0EAFF",
1127
- textDimmed: "#D0BBEE",
1128
- textSubtle: "#7E6E98",
1129
- border: "rgba(134, 87, 255, 0.19)",
1249
+ surfaceHover: "rgba(148, 165, 184, 0.06)",
1250
+ text: "#E8EEF5",
1251
+ textDimmed: "#A8B6C4",
1252
+ textSubtle: "#5E6E80",
1253
+ border: "rgba(148, 165, 184, 0.16)",
1130
1254
  error: "#FF1744",
1131
1255
  warning: "#FF9100",
1132
1256
  success: "#00E676",
1133
- glassBackground: "rgba(18, 13, 26, 0.4)",
1134
- glassBlur: "blur(14px) saturate(200%)",
1257
+ glassBackground: "rgba(14, 18, 24, 0.34)",
1258
+ glassBlur: "blur(28px) saturate(160%)",
1135
1259
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1136
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(124, 77, 255, 0.06), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1260
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(148, 165, 184, 0.07), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1137
1261
  durationFast: "80ms",
1138
1262
  durationNormal: "160ms",
1139
1263
  easing: "cubic-bezier(0.16, 1, 0.3, 1)",
@@ -1161,7 +1285,12 @@ var cyberPunkPreset = {
1161
1285
  ]
1162
1286
  };
1163
1287
  var cyberVoidPreset = {
1164
- background: createElement(CyberBackground, { variant: "void" }),
1288
+ background: createElement(
1289
+ Fragment,
1290
+ null,
1291
+ createElement(CyberBackground, { variant: "void" }),
1292
+ createElement(AmbientBloom, { intensity: 0.12 })
1293
+ ),
1165
1294
  light: {
1166
1295
  primary: "#2979FF",
1167
1296
  primaryContrast: "#ffffff",
@@ -1199,8 +1328,8 @@ var cyberVoidPreset = {
1199
1328
  error: "#FF1744",
1200
1329
  warning: "#FF9100",
1201
1330
  success: "#00E676",
1202
- glassBackground: "rgba(11, 15, 27, 0.4)",
1203
- glassBlur: "blur(14px) saturate(200%)",
1331
+ glassBackground: "rgba(11, 15, 27, 0.32)",
1332
+ glassBlur: "blur(28px) saturate(200%)",
1204
1333
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1205
1334
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(41, 121, 255, 0.06), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1206
1335
  durationFast: "80ms",
@@ -1229,7 +1358,10 @@ var nirvanaPreset = {
1229
1358
  fontImports: [
1230
1359
  "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Cormorant:wght@400;500;600;700&display=swap"
1231
1360
  ],
1232
- background: createElement(WaveBackground, { variant: "nirvana" }),
1361
+ background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
1362
+ /* @__PURE__ */ jsx(WaveBackground, { variant: "nirvana" }),
1363
+ /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.11 })
1364
+ ] }),
1233
1365
  light: {
1234
1366
  primary: "#f23801",
1235
1367
  primaryContrast: "#ffffff",
@@ -1292,7 +1424,10 @@ var wavePreset = {
1292
1424
  fontImports: [
1293
1425
  "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap"
1294
1426
  ],
1295
- background: createElement(WaveBackground, { variant: "wave" }),
1427
+ background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
1428
+ /* @__PURE__ */ jsx(WaveBackground, { variant: "wave" }),
1429
+ /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.1 })
1430
+ ] }),
1296
1431
  light: {
1297
1432
  primary: "#2563eb",
1298
1433
  primaryContrast: "#ffffff",
@@ -1547,7 +1682,7 @@ function ConstellationBackground({
1547
1682
  useEffect(() => {
1548
1683
  redrawRef.current?.();
1549
1684
  }, [darkPalette, lightPalette]);
1550
- return /* @__PURE__ */ jsxs(Fragment, { children: [
1685
+ return /* @__PURE__ */ jsxs(Fragment$1, { children: [
1551
1686
  /* @__PURE__ */ jsx("style", { children: `
1552
1687
  div[style*="var(--color-background)"][style*="100vh"] {
1553
1688
  background-color: transparent !important;
@@ -1569,8 +1704,6 @@ function ConstellationBackground({
1569
1704
  )
1570
1705
  ] });
1571
1706
  }
1572
-
1573
- // src/theme/presets/synapse.tsx
1574
1707
  var synapsePreset = {
1575
1708
  subtitleFontFamily: '"Space Grotesk", sans-serif',
1576
1709
  fontImports: [
@@ -1578,7 +1711,10 @@ var synapsePreset = {
1578
1711
  "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
1579
1712
  ],
1580
1713
  colors: ["#22D3EE", "#020305", "#F0FAFB"],
1581
- background: createElement(ConstellationBackground),
1714
+ background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
1715
+ /* @__PURE__ */ jsx(ConstellationBackground, {}),
1716
+ /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.12 })
1717
+ ] }),
1582
1718
  light: {
1583
1719
  primary: "#0891B2",
1584
1720
  primaryContrast: "#ffffff",
@@ -1604,7 +1740,7 @@ var synapsePreset = {
1604
1740
  fontSans: '"Inter", sans-serif'
1605
1741
  },
1606
1742
  dark: {
1607
- primary: "#0EB5CC",
1743
+ primary: "#0A8A9E",
1608
1744
  primaryContrast: "#ffffff",
1609
1745
  background: "#000000",
1610
1746
  surface: "transparent",
@@ -1616,8 +1752,8 @@ var synapsePreset = {
1616
1752
  error: "#F87171",
1617
1753
  warning: "#FBBF24",
1618
1754
  success: "#4ADE80",
1619
- glassBackground: "rgba(6, 12, 16, 0.3)",
1620
- glassBlur: "blur(14px) saturate(180%)",
1755
+ glassBackground: "rgba(6, 12, 16, 0.2)",
1756
+ glassBlur: "blur(20px) saturate(180%)",
1621
1757
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1622
1758
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(34, 211, 238, 0.06), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1623
1759
  durationFast: "120ms",
@@ -1675,7 +1811,10 @@ var cortexPreset = {
1675
1811
  "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
1676
1812
  ],
1677
1813
  colors: ["#3B82F6", "#02050E", "#F0F6FF"],
1678
- background: /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: CORTEX_DARK, lightPalette: CORTEX_LIGHT }),
1814
+ background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
1815
+ /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: CORTEX_DARK, lightPalette: CORTEX_LIGHT }),
1816
+ /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.1 })
1817
+ ] }),
1679
1818
  light: {
1680
1819
  primary: "#2563EB",
1681
1820
  primaryContrast: "#ffffff",
@@ -1713,8 +1852,8 @@ var cortexPreset = {
1713
1852
  error: "#F87171",
1714
1853
  warning: "#FBBF24",
1715
1854
  success: "#4ADE80",
1716
- glassBackground: "rgba(8, 14, 16, 0.3)",
1717
- glassBlur: "blur(14px) saturate(180%)",
1855
+ glassBackground: "rgba(13, 19, 21, 0.2)",
1856
+ glassBlur: "blur(20px) saturate(180%)",
1718
1857
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1719
1858
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(59, 130, 246, 0.08), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1720
1859
  durationFast: "120ms",
@@ -1772,7 +1911,10 @@ var heliosPreset = {
1772
1911
  "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
1773
1912
  ],
1774
1913
  colors: ["#F59E0B", "#0C0702", "#FFFBF0"],
1775
- background: /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: HELIOS_DARK, lightPalette: HELIOS_LIGHT }),
1914
+ background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
1915
+ /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: HELIOS_DARK, lightPalette: HELIOS_LIGHT }),
1916
+ /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.1 })
1917
+ ] }),
1776
1918
  light: {
1777
1919
  primary: "#B45309",
1778
1920
  primaryContrast: "#ffffff",
@@ -1798,7 +1940,7 @@ var heliosPreset = {
1798
1940
  fontSans: '"Inter", sans-serif'
1799
1941
  },
1800
1942
  dark: {
1801
- primary: "#FBBF24",
1943
+ primary: "#D19915",
1802
1944
  primaryContrast: "#1A0F02",
1803
1945
  background: "#000000",
1804
1946
  surface: "transparent",
@@ -1810,8 +1952,8 @@ var heliosPreset = {
1810
1952
  error: "#F87171",
1811
1953
  warning: "#FBBF24",
1812
1954
  success: "#4ADE80",
1813
- glassBackground: "rgba(14, 9, 2, 0.32)",
1814
- glassBlur: "blur(14px) saturate(180%)",
1955
+ glassBackground: "rgba(14, 9, 2, 0.2)",
1956
+ glassBlur: "blur(20px) saturate(180%)",
1815
1957
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1816
1958
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(245, 158, 11, 0.08), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1817
1959
  durationFast: "120ms",
@@ -1831,7 +1973,7 @@ var heliosPreset = {
1831
1973
  }
1832
1974
  };
1833
1975
  var GRAPHITE_DARK = {
1834
- bgStops: ["rgba(14, 16, 18, 1)", "rgba(8, 9, 11, 1)", "rgba(0, 0, 0, 1)"],
1976
+ bgStops: ["rgba(7, 8, 9, 1)", "rgba(3, 4, 5, 1)", "rgba(0, 0, 0, 1)"],
1835
1977
  paletteA: [156, 163, 175],
1836
1978
  // gray-400
1837
1979
  paletteB: [209, 213, 219],
@@ -1869,7 +2011,10 @@ var graphitePreset = {
1869
2011
  "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
1870
2012
  ],
1871
2013
  colors: ["#9CA3AF", "#08090B", "#F8F9FA"],
1872
- background: /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: GRAPHITE_DARK, lightPalette: GRAPHITE_LIGHT }),
2014
+ background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
2015
+ /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: GRAPHITE_DARK, lightPalette: GRAPHITE_LIGHT }),
2016
+ /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.1 })
2017
+ ] }),
1873
2018
  light: {
1874
2019
  primary: "#4B5563",
1875
2020
  primaryContrast: "#ffffff",
@@ -1895,7 +2040,7 @@ var graphitePreset = {
1895
2040
  fontSans: '"Inter", sans-serif'
1896
2041
  },
1897
2042
  dark: {
1898
- primary: "#D1D5DB",
2043
+ primary: "#8D96A3",
1899
2044
  primaryContrast: "#0A0B0D",
1900
2045
  background: "#000000",
1901
2046
  surface: "transparent",
@@ -1907,8 +2052,8 @@ var graphitePreset = {
1907
2052
  error: "#F87171",
1908
2053
  warning: "#FBBF24",
1909
2054
  success: "#4ADE80",
1910
- glassBackground: "rgba(10, 11, 13, 0.3)",
1911
- glassBlur: "blur(14px) saturate(200%)",
2055
+ glassBackground: "rgba(10, 11, 13, 0.2)",
2056
+ glassBlur: "blur(20px) saturate(180%)",
1912
2057
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1913
2058
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(156, 163, 175, 0.08), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1914
2059
  durationFast: "120ms",
@@ -2014,11 +2159,11 @@ var PRESETS = {
2014
2159
  description: "Cold synthetic digital depths",
2015
2160
  colors: ["#2979FF", "#0A0D14", "#E8ECF2"]
2016
2161
  },
2017
- "cyber-punk": {
2018
- ...cyberPunkPreset,
2019
- label: "Cyber-Punk",
2020
- description: "High-voltage violet neon",
2021
- colors: ["#7C4DFF", "#0E0A1E", "#E9E6F2"]
2162
+ "cyber-chrome": {
2163
+ ...cyberChromePreset,
2164
+ label: "Cyber-Chrome",
2165
+ description: "Polished slate machined alloy",
2166
+ colors: ["#94A3B8", "#05070A", "#F1F3F5"]
2022
2167
  },
2023
2168
  "cyber-strike": {
2024
2169
  ...cyberStrikePreset,