rootzz-layout 0.1.7 → 0.1.9
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/styles.css +8 -6
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -64,10 +64,11 @@
|
|
|
64
64
|
/* Movimento */
|
|
65
65
|
--rzl-duration: 200ms;
|
|
66
66
|
/* Troca de tema: o fundo lidera (mais lento) e o texto/borda trocam rápido,
|
|
67
|
-
mas só depois que o fundo já
|
|
68
|
-
de texto claro sobre fundo ainda claro.
|
|
69
|
-
|
|
70
|
-
--rzl-theme-fg-
|
|
67
|
+
mas só depois que o fundo já começou a escurecer/clarear (delay) — evita o
|
|
68
|
+
"flash" de texto claro sobre fundo ainda claro. Texto rápido, com delay
|
|
69
|
+
curto: começa cedo e termina antes do fundo. */
|
|
70
|
+
--rzl-theme-fg-duration: 90ms;
|
|
71
|
+
--rzl-theme-fg-delay: 70ms;
|
|
71
72
|
--rzl-theme-bg-duration: 300ms;
|
|
72
73
|
--rzl-ease: cubic-bezier(0.4, 0, 0.2, 1);
|
|
73
74
|
|
|
@@ -530,8 +531,8 @@ select[class*='rootzz-'] {
|
|
|
530
531
|
display: flex;
|
|
531
532
|
align-items: center;
|
|
532
533
|
gap: 0.5rem;
|
|
533
|
-
/* 8px de gap entre os ícones +
|
|
534
|
-
margin-left:
|
|
534
|
+
/* 8px de gap entre os ícones + 8px aqui = 16px do usuário até os ícones. */
|
|
535
|
+
margin-left: 8px;
|
|
535
536
|
max-width: 220px;
|
|
536
537
|
padding: 0.25rem 0.5rem 0.25rem 0.25rem;
|
|
537
538
|
border-radius: 9999px;
|
|
@@ -747,6 +748,7 @@ select[class*='rootzz-'] {
|
|
|
747
748
|
display: flex;
|
|
748
749
|
width: var(--rzl-sidebar-width);
|
|
749
750
|
flex-shrink: 0;
|
|
751
|
+
border-right: 1px solid var(--rzl-border);
|
|
750
752
|
}
|
|
751
753
|
}
|
|
752
754
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rootzz-layout",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Shell de aplicação (Topbar + Sidebar + Content) da Eduzz para React. Leve, sem dependências de runtime e em CSS puro (sem Tailwind no consumidor).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Eduzz",
|