@dammgo/vena-visual-engine 0.2.4 → 0.2.5
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.
- package/dist/protocols/erpbsg.js +2 -2
- package/package.json +1 -1
package/dist/protocols/erpbsg.js
CHANGED
|
@@ -8,8 +8,8 @@ export const erpbsgTheme = {
|
|
|
8
8
|
export const erpbsgShortcuts = [
|
|
9
9
|
// --- INFRAESTRUCTURA DE TERMINAL (SHELL) ---
|
|
10
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'],
|
|
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 w-full md:w-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 w-full md:w-auto'],
|
|
13
13
|
// --- ELEMENTOS DE TEXTURA TÉCNICA ---
|
|
14
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
15
|
['erpbsg-technical-label', 'text-[10px] font-brand font-black text-bos-pink uppercase tracking-[0.4em] block'],
|
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.5",
|
|
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",
|