@dammgo/vena-visual-engine 0.2.3 → 0.2.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.
@@ -6,4 +6,4 @@ export declare const erpbsgTheme: {
6
6
  };
7
7
  };
8
8
  export declare const erpbsgShortcuts: string[][];
9
- export declare const erpbsgPreflights = "\n html, body { \n height: 100%; \n margin: 0; \n padding: 0; \n overflow: hidden; \n background-color: #020617;\n }\n #root { height: 100%; }\n \n /* Shared Atmosphere for erpbsg projects */\n .erpbsg-atmosphere {\n position: relative;\n height: 100vh;\n width: 100vw;\n overflow: hidden;\n background-color: #020617;\n }\n \n .erpbsg-atmosphere::before {\n content: \"\";\n position: absolute;\n inset: 0;\n background-image: radial-gradient(rgba(248, 250, 252, 0.05) 1px, transparent 1px);\n background-size: 30px 30px;\n pointer-events: none;\n opacity: 0.4;\n }\n";
9
+ export declare const erpbsgPreflights = "\n html, body { \n height: 100%; \n margin: 0; \n padding: 0; \n overflow: hidden; \n background-color: #020617;\n }\n #root { height: 100%; }\n \n /* Texture Layer for Atmosphere */\n .erpbsg-atmosphere::before {\n content: \"\";\n position: absolute;\n inset: 0;\n background-image: radial-gradient(rgba(248, 250, 252, 0.05) 1px, transparent 1px);\n background-size: 30px 30px;\n pointer-events: none;\n opacity: 0.4;\n z-index: 0;\n }\n";
@@ -6,7 +6,8 @@ export const erpbsgTheme = {
6
6
  }
7
7
  };
8
8
  export const erpbsgShortcuts = [
9
- // --- INFRAESTRUCTURA DE TERMINAL ---
9
+ // --- INFRAESTRUCTURA DE TERMINAL (SHELL) ---
10
+ ['erpbsg-atmosphere', 'relative h-screen w-screen overflow-hidden bg-bos-slate flex flex-col md:flex-row selection:bg-bos-pink/30'],
10
11
  ['erpbsg-terminal-operativa', 'flex-1 flex flex-col justify-start md:justify-center items-center p-8 md:p-20 relative z-10 bg-bos-slate/20 backdrop-blur-sm h-screen overflow-y-auto'],
11
12
  ['erpbsg-storytelling', 'hidden md:flex flex-1 flex-col justify-between p-20 relative z-10 border-r border-white/5 h-screen'],
12
13
  // --- ELEMENTOS DE TEXTURA TÉCNICA ---
@@ -38,15 +39,7 @@ export const erpbsgPreflights = `
38
39
  }
39
40
  #root { height: 100%; }
40
41
 
41
- /* Shared Atmosphere for erpbsg projects */
42
- .erpbsg-atmosphere {
43
- position: relative;
44
- height: 100vh;
45
- width: 100vw;
46
- overflow: hidden;
47
- background-color: #020617;
48
- }
49
-
42
+ /* Texture Layer for Atmosphere */
50
43
  .erpbsg-atmosphere::before {
51
44
  content: "";
52
45
  position: absolute;
@@ -55,5 +48,6 @@ export const erpbsgPreflights = `
55
48
  background-size: 30px 30px;
56
49
  pointer-events: none;
57
50
  opacity: 0.4;
51
+ z-index: 0;
58
52
  }
59
53
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dammgo/vena-visual-engine",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "The Sovereign Visual Engine. A rebellion against generic AI-generated interfaces, built for infrastructure longevity.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",