Changelog

Updates to Enjab UI. To bring a project up to date, send an agent ui.enjab.ae/llms.txt with the prompt below. It applies only what changed, nothing else.

Update prompt, send to any agent

Update this project to the latest Enjab UI design system.

1. Read https://ui.enjab.ae/llms.txt (current rules + components) and https://ui.enjab.ae/changelog (what changed).
2. Apply ONLY the changelog items this project has not adopted yet. Do not refactor, restyle, or touch anything else.
3. Re-install changed components: npx shadcn add @enjab-ui/<name> (overwrite when asked).
4. If the theme/tokens changed, re-apply: npx shadcn add https://ui.enjab.ae/r/theme.json
5. Keep following the Enjab rules in llms.txt (light mode only, Inter Display headings, Satoshi body, Fragment Mono data, motion landing-only, the required "an Enjab product" byline on dashboards).

Keep the change surface minimal. Only do what the changelog requires.

History

2026.06.05d5 Jun 2026

Favicon required

Changed
  • New @enjab-ui/favicon. Every Enjab project must ship a favicon, no exceptions.
Action for your project
  • Add it: npx shadcn add @enjab-ui/favicon (or save https://ui.enjab.ae/icon.svg as app/icon.svg).
2026.06.05c5 Jun 2026

Bigger Enjab byline logo

Changed
  • The "an Enjab product" byline logo is larger for legibility.
Action for your project
  • Re-install: npx shadcn add @enjab-ui/enjab-byline (and @enjab-ui/sidebar-footer).
2026.06.05b5 Jun 2026

Required sidebar footer + Enjab byline

Changed
  • New @enjab-ui/sidebar-footer: account block (avatar, email, sign out) plus the byline.
  • New @enjab-ui/enjab-byline: standalone byline for dashboards with no sidebar.
Action for your project
  • Every dashboard must show the byline. Sidebar: put sidebar-footer at the very bottom. No sidebar: place enjab-byline anywhere.
2026.06.05a5 Jun 2026

Typography: Inter Display headings

Changed
  • Headings use Inter Display, body Satoshi, data Fragment Mono (matches enjab.ae). Earlier builds wrongly used Satoshi for headings.
Action for your project
  • Headings must use the heading font (font-heading or any h1-h6), never Satoshi. Re-apply: npx shadcn add https://ui.enjab.ae/r/theme.json
2026.06.044 Jun 2026

Enjab UI registry published

Changed
  • Initial registry: theme, button, status-pill, stat-card, logo, reveal.
Action for your project
  • Set up per https://ui.enjab.ae/llms.txt.