@ponchia/ui 0.2.0 → 0.2.1
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/README.md +4 -6
- package/css/app.css +1 -1
- package/css/navigation.css +1 -1
- package/css/table.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -96,7 +96,7 @@ with these modules, so it is also a live integration test.
|
|
|
96
96
|
| `app.css` | admin shell: rail, topbar, toolbar, panel, metrics |
|
|
97
97
|
| `navigation.css` | site nav, menu, theme toggle (dot indicator) |
|
|
98
98
|
| `typography.css` | display headings, eyebrows, legacy `.button` |
|
|
99
|
-
| `cards.css` |
|
|
99
|
+
| `cards.css` | semantic content cards (token-driven) |
|
|
100
100
|
| `layout.css` | site shell, hero, grids |
|
|
101
101
|
| `responsive.css` | breakpoint overrides |
|
|
102
102
|
|
|
@@ -153,8 +153,6 @@ dependency specifier to `@ponchia/ui`.
|
|
|
153
153
|
|
|
154
154
|
## Consumers
|
|
155
155
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
Both still pin the old tarball URL; they switch their dependency to
|
|
160
|
-
`@ponchia/ui` once it is published (separate repos — not changed here).
|
|
156
|
+
Built for two shapes of app: a content/marketing site (imports
|
|
157
|
+
`@ponchia/ui/css/core.css`) and an admin dashboard (imports the full
|
|
158
|
+
`@ponchia/ui/css`). Consuming apps depend on it via `@ponchia/ui`.
|
package/css/app.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* ==========================================================================
|
|
2
2
|
app — admin shell (sidebar + topbar + panels + metrics)
|
|
3
|
-
|
|
3
|
+
For admin / operator dashboards.
|
|
4
4
|
========================================================================== */
|
|
5
5
|
|
|
6
6
|
.app-shell {
|
package/css/navigation.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* ==========================================================================
|
|
2
2
|
navigation — site nav, menu, theme toggle (Nothing flat, dot indicator)
|
|
3
|
-
Class names
|
|
3
|
+
Class names kept stable for site-nav compatibility.
|
|
4
4
|
========================================================================== */
|
|
5
5
|
|
|
6
6
|
.site-menu {
|
package/css/table.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* ==========================================================================
|
|
2
2
|
table — ui-table, dense + comfortable
|
|
3
|
-
Built for admin dashboards
|
|
3
|
+
Built for admin dashboards as well as content tables.
|
|
4
4
|
========================================================================== */
|
|
5
5
|
|
|
6
6
|
.ui-table-wrap {
|