@aurea-uds/core 0.6.0 → 0.8.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.
- package/dist/aurea.css +2 -2
- package/package.json +2 -2
package/dist/aurea.css
CHANGED
|
@@ -680,7 +680,7 @@ img,svg { display:block; }
|
|
|
680
680
|
.app-shell:has(> .sidebar-collapsed.sidebar-flush) { --sidebar-track:var(--sidebar-rail); }
|
|
681
681
|
|
|
682
682
|
/* ── Navegação inferior — o vocabulário de APLICATIVO ───────────────────────────────
|
|
683
|
-
Lacuna estrutural medida no `CONSUMIDOR-
|
|
683
|
+
Lacuna estrutural medida no `CONSUMIDOR-1.md` §4.1: `.topbar` e `.sidebar` são
|
|
684
684
|
vocabulário de DESKTOP, e aplicativo não navega assim.
|
|
685
685
|
`sticky` e NÃO `fixed`, e a razão é o catálogo: fixo escapa do contêiner e a prévia
|
|
686
686
|
cobriria a página inteira — o mesmo defeito que o `:has(> …)` da linha acima pagou.
|
|
@@ -820,7 +820,7 @@ img,svg { display:block; }
|
|
|
820
820
|
.bottom-nav-ind-circle-bold .bottom-nav-item[aria-current] .badge { background:var(--primary-foreground); color:var(--primary); border-color:transparent; }
|
|
821
821
|
.bottom-nav-ind-circle-bold .bottom-nav-item[aria-current] .bottom-nav-badge { color:var(--primary-foreground); }
|
|
822
822
|
|
|
823
|
-
/* ── A LINHA DE LISTA TOCÁVEL (§4.3 do CONSUMIDOR-
|
|
823
|
+
/* ── A LINHA DE LISTA TOCÁVEL (§4.3 do CONSUMIDOR-1) ──────────────────────────
|
|
824
824
|
A LISTA NÃO PINTA SUPERFÍCIE. Quem dá o card é o `Card`, e repintar aqui seria um segundo
|
|
825
825
|
lugar para a mesma coisa — a `DIRECTION.md` §3.9 diz que composto REUSA o menor.
|
|
826
826
|
E SEM DIVISOR entre as linhas, que é decisão e não esquecimento: o realce de linha desta casa
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurea-uds/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "The Aurea UDS stylesheet and its vanilla behaviour. Import @aurea-uds/fonts/css before this.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aurea",
|
|
@@ -27,4 +27,4 @@
|
|
|
27
27
|
},
|
|
28
28
|
"./js": "./dist/aurea.js"
|
|
29
29
|
}
|
|
30
|
-
}
|
|
30
|
+
}
|