rootzz-layout 0.1.8 → 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.
Files changed (2) hide show
  1. package/dist/styles.css +1 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -748,6 +748,7 @@ select[class*='rootzz-'] {
748
748
  display: flex;
749
749
  width: var(--rzl-sidebar-width);
750
750
  flex-shrink: 0;
751
+ border-right: 1px solid var(--rzl-border);
751
752
  }
752
753
  }
753
754
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rootzz-layout",
3
- "version": "0.1.8",
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",