rootzz-layout 0.1.8 → 0.1.10
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 +6 -3
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
--rzl-theme-bg-duration: 300ms;
|
|
73
73
|
--rzl-ease: cubic-bezier(0.4, 0, 0.2, 1);
|
|
74
74
|
|
|
75
|
-
/* Tipografia —
|
|
76
|
-
--rzl-font: "
|
|
75
|
+
/* Tipografia — DM Sans é a fonte padrão (herde do app sobrescrevendo --rzl-font) */
|
|
76
|
+
--rzl-font: "DM Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
|
77
77
|
Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
|
|
78
78
|
}
|
|
79
79
|
|
|
@@ -145,6 +145,7 @@
|
|
|
145
145
|
overflow: hidden;
|
|
146
146
|
background: var(--rzl-bg);
|
|
147
147
|
font-family: var(--rzl-font);
|
|
148
|
+
font-size: 16px;
|
|
148
149
|
color: var(--rzl-fg);
|
|
149
150
|
line-height: 1.5;
|
|
150
151
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
@@ -611,7 +612,8 @@ select[class*='rootzz-'] {
|
|
|
611
612
|
white-space: nowrap;
|
|
612
613
|
}
|
|
613
614
|
|
|
614
|
-
.rootzz-menu-item
|
|
615
|
+
.rootzz-menu-item,
|
|
616
|
+
button.rootzz-menu-item {
|
|
615
617
|
display: flex;
|
|
616
618
|
align-items: center;
|
|
617
619
|
gap: 0.625rem;
|
|
@@ -748,6 +750,7 @@ select[class*='rootzz-'] {
|
|
|
748
750
|
display: flex;
|
|
749
751
|
width: var(--rzl-sidebar-width);
|
|
750
752
|
flex-shrink: 0;
|
|
753
|
+
border-right: 1px solid var(--rzl-border);
|
|
751
754
|
}
|
|
752
755
|
}
|
|
753
756
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rootzz-layout",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
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",
|