@dammgo/vena-visual-engine 0.2.2 → 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";
|
|
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";
|
package/dist/protocols/erpbsg.js
CHANGED
|
@@ -6,13 +6,20 @@ export const erpbsgTheme = {
|
|
|
6
6
|
}
|
|
7
7
|
};
|
|
8
8
|
export const erpbsgShortcuts = [
|
|
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'],
|
|
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'],
|
|
12
|
+
['erpbsg-storytelling', 'hidden md:flex flex-1 flex-col justify-between p-20 relative z-10 border-r border-white/5 h-screen'],
|
|
13
|
+
// --- ELEMENTOS DE TEXTURA TÉCNICA ---
|
|
14
|
+
['erpbsg-title-access', 'text-xl xs:text-2xl sm:text-4xl lg:text-5xl font-brand font-black text-bos-white tracking-[-0.05em] uppercase leading-[0.9] whitespace-nowrap'],
|
|
15
|
+
['erpbsg-technical-label', 'text-[10px] font-brand font-black text-bos-pink uppercase tracking-[0.4em] block'],
|
|
16
|
+
['erpbsg-technical-sub', 'font-ui text-[9px] text-bos-gray/40 uppercase tracking-[0.3em]'],
|
|
17
|
+
// --- COMPONENTES SOBERANOS ---
|
|
9
18
|
['erpbsg-card', 'bos-surface p-6 hover:border-bos-pink/30 transition-all duration-500'],
|
|
10
19
|
['erpbsg-input', 'w-full bg-bos-white border border-white/10 rounded-bos-sm px-6 py-4 text-bos-slate font-bold placeholder:text-bos-slate/30 focus:outline-none focus:ring-4 focus:ring-bos-pink/10 transition-all z-10 relative'],
|
|
11
20
|
['erpbsg-button', 'px-10 py-5 rounded-bos-sm bg-bos-pink text-bos-white font-brand font-900 uppercase tracking-[0.3em] text-[10px] hover:bg-bos-white hover:text-bos-pink transition-all duration-500 shadow-2xl relative overflow-hidden'],
|
|
12
21
|
['erpbsg-gradient-text', 'text-transparent bg-clip-text bg-gradient-to-r from-bos-pink to-bos-indigo'],
|
|
13
|
-
|
|
14
|
-
['erpbsg-button-compact', 'px-6 py-3 text-[9px]'],
|
|
15
|
-
// erpbsg Identity & Navigation
|
|
22
|
+
// --- NAVEGACIÓN Y COMANDO ---
|
|
16
23
|
['erpbsg-button-manual', 'w-full p-1 border-b border-white/[0.03] hover:border-bos-pink/30 transition-all duration-500 bg-transparent'],
|
|
17
24
|
['erpbsg-button-manual-content', 'flex items-center justify-between py-4 px-2'],
|
|
18
25
|
['erpbsg-button-manual-label', 'font-brand font-black text-[10px] text-bos-gray/40 uppercase tracking-widest group-hover:text-bos-white transition-colors'],
|
|
@@ -31,4 +38,16 @@ export const erpbsgPreflights = `
|
|
|
31
38
|
background-color: #020617;
|
|
32
39
|
}
|
|
33
40
|
#root { height: 100%; }
|
|
41
|
+
|
|
42
|
+
/* Texture Layer for Atmosphere */
|
|
43
|
+
.erpbsg-atmosphere::before {
|
|
44
|
+
content: "";
|
|
45
|
+
position: absolute;
|
|
46
|
+
inset: 0;
|
|
47
|
+
background-image: radial-gradient(rgba(248, 250, 252, 0.05) 1px, transparent 1px);
|
|
48
|
+
background-size: 30px 30px;
|
|
49
|
+
pointer-events: none;
|
|
50
|
+
opacity: 0.4;
|
|
51
|
+
z-index: 0;
|
|
52
|
+
}
|
|
34
53
|
`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dammgo/vena-visual-engine",
|
|
3
|
-
"version": "0.2.
|
|
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",
|