@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 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` | personal-site semantic cards (token-driven) |
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
- - `personal-site` imports `@ponchia/ui/css/core.css`
157
- - `polpo-admin` — imports `@ponchia/ui/css`
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
- Adopted by polpo-admin and future operator UIs.
3
+ For admin / operator dashboards.
4
4
  ========================================================================== */
5
5
 
6
6
  .app-shell {
@@ -1,6 +1,6 @@
1
1
  /* ==========================================================================
2
2
  navigation — site nav, menu, theme toggle (Nothing flat, dot indicator)
3
- Class names preserved for personal-site compatibility.
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 (polpo-admin) as well as content tables.
3
+ Built for admin dashboards as well as content tables.
4
4
  ========================================================================== */
5
5
 
6
6
  .ui-table-wrap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ponchia/ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "description": "Shared Bronto UI framework — Nothing-inspired monochrome CSS theme, dot-matrix motifs, admin shell.",
6
6
  "license": "MIT",