@birdapi/velinstyle 1.2.1 → 1.2.2
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.de.md +134 -11
- package/README.md +139 -16
- package/cli/__fixtures__/atelier-library/showcases/01-login/app.css +1 -0
- package/cli/__fixtures__/atelier-library/showcases/01-login/app.js +2 -0
- package/cli/__fixtures__/atelier-library/showcases/01-login/index.html +5 -0
- package/cli/__fixtures__/atelier-library/showcases/04-pricing/app.css +1 -0
- package/cli/__fixtures__/atelier-library/showcases/04-pricing/app.js +2 -0
- package/cli/__fixtures__/atelier-library/showcases/04-pricing/index.html +5 -0
- package/cli/__fixtures__/atelier-library/showcases/36-calendar/app.css +1 -0
- package/cli/__fixtures__/atelier-library/showcases/36-calendar/app.js +2 -0
- package/cli/__fixtures__/atelier-library/showcases/36-calendar/index.html +5 -0
- package/cli/atelier-catalog.json +1267 -0
- package/cli/atelier-formats.js +159 -0
- package/cli/atelier.js +382 -0
- package/cli/blueprints/empty-state.html +3 -5
- package/cli/cli-manifest.json +23 -10
- package/cli/docgen/extract-cli.js +1 -1
- package/cli/index.js +149 -3
- package/cli/production/component-graph.json +166 -0
- package/cli/production/explain.js +52 -0
- package/cli/production/extract.js +238 -0
- package/cli/production/graph.js +102 -0
- package/cli/production/report.js +78 -0
- package/cli/production/run.js +312 -0
- package/cli/production/trim-css.js +177 -0
- package/cli/production/trim-fonts.js +23 -0
- package/cli/production/trim-icons.js +38 -0
- package/cli/production/trim-js.js +48 -0
- package/cli/production/trim-motion.js +22 -0
- package/cli/production/trim-themes.js +50 -0
- package/cli/production/watch.js +38 -0
- package/cli/review.js +48 -1
- package/cli/scripts/write-atelier-fixtures.mjs +33 -0
- package/components/index.js +3 -0
- package/components/runtime/component-loaders.js +3 -0
- package/components/velin-drawer.js +43 -4
- package/components/velin-empty-state.js +83 -0
- package/components/velin-modal.js +76 -15
- package/components/velin-otp-input.js +220 -0
- package/components/velin-password-strength.js +147 -0
- package/components/velin-sheet.js +49 -4
- package/core/a11y/component-contracts.json +23 -4
- package/core/meta/knowledge/components.json +75 -3
- package/dist/chunks/attributes-2ORR27KA.js +404 -0
- package/dist/chunks/chunk-Y6HN7HWX.js +116 -0
- package/dist/chunks/runtime-entry.js +1 -1
- package/dist/chunks/velin-drawer-A7Q7EBOS.js +162 -0
- package/dist/chunks/velin-empty-state-3NTUH2RF.js +81 -0
- package/dist/chunks/velin-modal-3MV4FYBK.js +231 -0
- package/dist/chunks/velin-otp-input-PSK42MM6.js +207 -0
- package/dist/chunks/velin-password-strength-TAXMLSED.js +136 -0
- package/dist/chunks/velin-sheet-N2VVYXFP.js +157 -0
- package/dist/llms.txt +3 -3
- package/dist/search-index.json +68 -5
- package/dist/velin-agent.json +283 -20
- package/dist/velinstyle-components.iife.js +2716 -2138
- package/dist/velinstyle-components.js +2772 -2190
- package/dist/velinstyle-components.min.js +254 -112
- package/dist/velinstyle.css +54 -6
- package/dist/velinstyle.d.ts +3 -0
- package/dist/velinstyle.min.css +1 -1
- package/package.json +143 -143
- package/packages/velinstyle-skills/catalog.json +1 -1
- package/src/components/data-table.css +19 -0
- package/src/components/empty-auth.css +33 -0
- package/src/components/table.css +16 -6
- package/src/velinstyle.css +1 -0
package/README.de.md
CHANGED
|
@@ -26,7 +26,7 @@ Ein Framework. Eine CLI. Ein Design System. Ein AI-fähiges Ökosystem.
|
|
|
26
26
|
npm i @birdapi/velinstyle
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
**[Website](https://velinstyle.info)** · **[Doku](https://velinstyle.info/docs/getting-started/introduction.html)** · **[Demos](https://velinstyle.info/demos/)** · **[Getting Started](GETTING_STARTED.md)** · **[Architecture](ARCHITECTURE.md)** · **[English](README.md)**
|
|
29
|
+
**[Website](https://velinstyle.info)** · **[Atelier](https://velinstyle.info/atelier/index.de.html)** · **[Doku](https://velinstyle.info/docs/getting-started/introduction.html)** · **[Demos](https://velinstyle.info/demos/)** · **[Getting Started](GETTING_STARTED.md)** · **[Architecture](ARCHITECTURE.md)** · **[English](README.md)**
|
|
30
30
|
|
|
31
31
|
</div>
|
|
32
32
|
|
|
@@ -34,10 +34,12 @@ npm i @birdapi/velinstyle
|
|
|
34
34
|
|
|
35
35
|
VelinStyle ist ein **produktives CSS- + Web-Components-Framework** mit **WCAG-2.2-AAA-orientierten Defaults**, einer echten **CLI-Ship-Surface**, dem **Transparency Framework** (Kennzeichnung + Nachweis, Beta) und den ersten **Design-Intelligence- / AI-Foundation**-Systemen (Beta). Kein externes UI-Framework im Kern.
|
|
36
36
|
|
|
37
|
-
**
|
|
37
|
+
**VelinStyle Atelier** ist die kuratierte Oberfläche darüber: **über 2.600 produktionsreife Interfaces**, vier komplette Produktwelten und eine durchsuchbare Bibliothek — fertige Oberflächen statt leerer Komponenten-Fragmente.
|
|
38
|
+
|
|
39
|
+
**Passung heute:** Marketing-Landings, Docs-Shells, Admin-/SaaS-Starter, Shop- und Community-UIs über Atelier.
|
|
38
40
|
**Noch nicht:** alleiniger Primary-Stack für große Multipage-Shops + Enterprise-Admin ohne Custom-Arbeit.
|
|
39
41
|
|
|
40
|
-
> **Release:** **1.2.
|
|
42
|
+
> **Release:** **1.2.2** (Production Release — Production Builder + Atelier CLI). VelinStyle **zertifiziert keine Anwendung** — siehe [A11y-Matrix](https://velinstyle.info/docs/getting-started/accessibility.html).
|
|
41
43
|
|
|
42
44
|
---
|
|
43
45
|
|
|
@@ -52,7 +54,21 @@ VelinStyle ist ein **produktives CSS- + Web-Components-Framework** mit **WCAG-2.
|
|
|
52
54
|
| Quality Gates | `scan`, `review`, `check` — echte Defekte vor dem Merge |
|
|
53
55
|
| KI, die hilft | Skills, Workflows, Agent-Metadata — **Mensch → Framework → KI** |
|
|
54
56
|
|
|
55
|
-
|
|
57
|
+
### Das Tailwind-Sprawl-Problem
|
|
58
|
+
|
|
59
|
+
Intensive Tailwind-Nutzung wird im HTML oft zum **Klassensalat** — ein einfacher Button braucht dann 10–15 Utilities (`flex items-center … hover:bg-blue-700 … focus:ring-2 …`). VelinStyle nutzt zwar ein `velin-`-Präfix, liefert aber **semantische, fertige Komponenten** (Utilities nur für Feinschliff) statt jedes UI aus atomaren Einzelteilen zusammenzustecken. Ergebnis: kürzeres Markup, AAA-orientierte Defaults und optionale Blueprints / `plan`-Rezepte — kein fertiges Studio-Produkt (Studio bleibt **planned**).
|
|
60
|
+
|
|
61
|
+
```html
|
|
62
|
+
<!-- Tailwind-Sprawl -->
|
|
63
|
+
<button class="inline-flex items-center justify-center px-4 py-2 bg-blue-600 hover:bg-blue-700 text-white text-sm font-medium rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-500">
|
|
64
|
+
Speichern
|
|
65
|
+
</button>
|
|
66
|
+
|
|
67
|
+
<!-- VelinStyle -->
|
|
68
|
+
<button class="velin-btn velin-btn--primary">Speichern</button>
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
Gegenüber **Tailwind**: weniger Class-Sprawl, stärkere Defaults für Kontrast und Semantik. Siehe den [Migrationsleitfaden](https://velinstyle.info/docs/migration-de.html).
|
|
56
72
|
Gegenüber **Bootstrap**: moderne Tokens/Layers, progressive WCs, CLI-Automation statt Legacy-JS-Chrome.
|
|
57
73
|
|
|
58
74
|
---
|
|
@@ -62,7 +78,7 @@ Gegenüber **Bootstrap**: moderne Tokens/Layers, progressive WCs, CLI-Automation
|
|
|
62
78
|
| | Bereich | Kurz |
|
|
63
79
|
|---|--------|------|
|
|
64
80
|
| 🎨 | **CSS-Framework** | OKLCH-Themes, Utilities, Komponenten, Lite-Preset |
|
|
65
|
-
| 🧩 | **Web Components** |
|
|
81
|
+
| 🧩 | **Web Components** | 43 kanonische Custom Elements; CSS allein reicht oft |
|
|
66
82
|
| ⚡ | **Runtime** | Search, Motion, Highlight, Attributes, Tree-Shaking |
|
|
67
83
|
| 🛠 | **CLI** | `create` · `serve` · `doctor` · `check` · `scan` · `review` · `skills` · `transparency` |
|
|
68
84
|
| 🔎 | **Transparency** | Kennzeichnung + Nachweis (KI / Trust / Compliance / Metadaten) — Beta-Foundation |
|
|
@@ -75,9 +91,61 @@ Gegenüber **Bootstrap**: moderne Tokens/Layers, progressive WCs, CLI-Automation
|
|
|
75
91
|
| 🛡 | **Scan Engine** | A11y, Security, CSS-Honesty, PII |
|
|
76
92
|
| 🚀 | **Performance** | Lite-CSS, Chunked Runtime, CLS-Platzhalter |
|
|
77
93
|
| ♿ | **Accessibility** | Contracts, WCAG-2.2-Tooling, Keyboard + ARIA |
|
|
94
|
+
| 🖼 | **Atelier** | Kuratierte Bibliothek kompletter Interfaces, Layouts & Studio-Bausteine |
|
|
78
95
|
|
|
79
96
|
---
|
|
80
97
|
|
|
98
|
+
## VelinStyle Atelier
|
|
99
|
+
|
|
100
|
+
[Atelier](https://velinstyle.info/atelier/index.de.html) ist die Produkt-Showcase-Fläche für VelinStyle: **komplette Interfaces**, keine einzelnen Buttons und Karten. Nach Einsatzzweck browsen (Apps, Marketing, Commerce, Auth…), Live-Welten öffnen, Quellcode kopieren oder ZIPs laden.
|
|
101
|
+
|
|
102
|
+
| Fläche | Was du bekommst | Link |
|
|
103
|
+
|--------|-----------------|------|
|
|
104
|
+
| **Atelier Home** | Brand-Hub — Warum Atelier, vier Welten, Bau-Pfade | [Öffnen](https://velinstyle.info/atelier/index.de.html) |
|
|
105
|
+
| **Library** | 2.638 Templates — Filter nach Mode, Kategorie, Tags, Qualität | [Durchsuchen](https://velinstyle.info/atelier/library/) |
|
|
106
|
+
| **Cascade Console** | Enterprise-/SaaS-Dashboard-Welt | [Live-Demo](https://velinstyle.info/showcase-reihe/01-enterprise-api-ai-dashboard/) |
|
|
107
|
+
| **LUMEN** | Kompletter Shop — Katalog, Warenkorb, Checkout | [Live-Demo](https://velinstyle.info/showcase-reihe/02-enterprise-ecommerce-storefront/) |
|
|
108
|
+
| **FORGE** | Community- & Forum-System | [Live-Demo](https://velinstyle.info/showcase-reihe/03-modern-community-forum/) |
|
|
109
|
+
|
|
110
|
+
Library-Shortcuts: [Apps](https://velinstyle.info/atelier/library/?mode=apps) · [Studio-Bausteine](https://velinstyle.info/atelier/library/?mode=studio) · [Recipes](https://velinstyle.info/atelier/library/?mode=recipes) · [Marketing](https://velinstyle.info/atelier/library/?cat=marketing) · [Dashboards](https://velinstyle.info/atelier/library/?cat=dashboards) · [Auth](https://velinstyle.info/atelier/library/?cat=authentication)
|
|
111
|
+
|
|
112
|
+
Englischer Hub: [atelier/](https://velinstyle.info/atelier/)
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
## Neu in 1.2.2
|
|
117
|
+
|
|
118
|
+
**Production Release** — **Build only what your project actually uses.** / Nur bauen, was das Projekt wirklich nutzt.
|
|
119
|
+
|
|
120
|
+
VelinStyle analysiert das Projekt und erzeugt ein optimiertes Produktionspaket statt das komplette Framework auszuliefern. Dazu: erste **Atelier-CLI** (Beta) und neue produktionsreife Komponenten.
|
|
121
|
+
|
|
122
|
+
### Production Builder
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
npx velinstyle build --production --explain
|
|
126
|
+
# → ./dist/velin-production/
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
- CSS nur für verwendete Komponenten · Runtime nur für benötigte Web Components
|
|
130
|
+
- Themes / Icons / Motion nur bei Nutzung · Größen-Report
|
|
131
|
+
|
|
132
|
+
### Atelier CLI (Beta)
|
|
133
|
+
|
|
134
|
+
```bash
|
|
135
|
+
npx velinstyle atelier list
|
|
136
|
+
npx velinstyle atelier 24
|
|
137
|
+
npx velinstyle scaffold --atelier 24
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
Atelier Library ≠ Velin Studio (Studio bleibt **planned**). Siehe [`docs/guides/atelier-cli.md`](docs/guides/atelier-cli.md).
|
|
141
|
+
|
|
142
|
+
### Neue Komponenten & Verbesserungen
|
|
143
|
+
|
|
144
|
+
- `<velin-otp-input>`, `<velin-password-strength>`, `<velin-empty-state>`
|
|
145
|
+
- Tabellen-Severity · dynamische Overlay-Titel (Modal / Drawer / Sheet)
|
|
146
|
+
|
|
147
|
+
Siehe [`RELEASE_NOTES_1.2.2.md`](RELEASE_NOTES_1.2.2.md) und [`docs/guides/production-build.md`](docs/guides/production-build.md).
|
|
148
|
+
|
|
81
149
|
## Neu in 1.2.1
|
|
82
150
|
|
|
83
151
|
- **Transparency Framework (Beta)** — `@birdapi/velinstyle/transparency`, Bridge `velin-transparency`, Claim-Taxonomie, CLI `transparency doctor|validate|report|export|migrate`
|
|
@@ -99,11 +167,11 @@ bun add @birdapi/velinstyle
|
|
|
99
167
|
**CDN** (Version pinnen):
|
|
100
168
|
|
|
101
169
|
```html
|
|
102
|
-
<link rel="stylesheet" href="https://unpkg.com/@birdapi/velinstyle@1.2.
|
|
103
|
-
<script type="module" src="https://unpkg.com/@birdapi/velinstyle@1.2.
|
|
170
|
+
<link rel="stylesheet" href="https://unpkg.com/@birdapi/velinstyle@1.2.2/dist/velinstyle.min.css">
|
|
171
|
+
<script type="module" src="https://unpkg.com/@birdapi/velinstyle@1.2.2/dist/velinstyle-components.min.js"></script>
|
|
104
172
|
```
|
|
105
173
|
|
|
106
|
-
> Pin **`@1.2.
|
|
174
|
+
> Pin **`@1.2.2`** (oder `@latest` nach Publish). Nach Clone: `npm install && npm run build`.
|
|
107
175
|
|
|
108
176
|
---
|
|
109
177
|
|
|
@@ -126,15 +194,19 @@ Minimal-HTML und Import-Pfade: [`GETTING_STARTED.md`](GETTING_STARTED.md) · Sys
|
|
|
126
194
|
| `check` | doctor + blueprints + scan + review (+ Transparency-Scores) |
|
|
127
195
|
| `scan` / `review` | Statische bzw. Design-Intelligence-Gates |
|
|
128
196
|
| `transparency` | doctor · validate · report · export · migrate (Beta) |
|
|
197
|
+
| `atelier` | Library-Showcase per Nummer/ID pullen (`--format`-Wrapper) |
|
|
198
|
+
| `scaffold` / `plan` | Prompt-HTML oder `--atelier`-Compose (Beta) |
|
|
129
199
|
| `skills` / `workflow` | AI-Registry & Graphen (Beta) |
|
|
130
200
|
| `wc api <tag>` | WC-API aus dem Source |
|
|
131
201
|
| `meta` | Agent-Bundle + `llms.txt` |
|
|
132
202
|
|
|
203
|
+
Atelier-Pull/Compose und **Einschränkungen** (Wrapper ≠ natives Blade/Vue/React; Studio geplant): [`docs/guides/atelier-cli.md`](docs/guides/atelier-cli.md).
|
|
204
|
+
|
|
133
205
|
---
|
|
134
206
|
|
|
135
207
|
## Komponenten & Accessibility
|
|
136
208
|
|
|
137
|
-
**
|
|
209
|
+
**43 kanonische** Custom Elements (**45** Lazy-Loader inkl. Legacy-`*-wc`). Progressive Enhancement: HTML/CSS first, WC nur bei Verhalten.
|
|
138
210
|
|
|
139
211
|
AAA-orientierte Token-Defaults, Fokus-Management, Reduced Motion, Scanner-Contracts — siehe [A11y-Matrix](https://velinstyle.info/docs/getting-started/accessibility.html).
|
|
140
212
|
|
|
@@ -145,9 +217,9 @@ AAA-orientierte Token-Defaults, Fokus-Management, Reduced Motion, Scanner-Contra
|
|
|
145
217
|
| Status | Surfaces |
|
|
146
218
|
|--------|----------|
|
|
147
219
|
| **Stable** | CSS · Runtime · WC · CLI-Kern · Blueprints |
|
|
148
|
-
| **Beta** | Transparency Framework · Review · Prompt · Knowledge Graph · AI Metadata · Constraints |
|
|
220
|
+
| **Beta** | Transparency Framework · Review · Prompt · Knowledge Graph · AI Metadata · Constraints · Atelier-Compose (`--atelier`) |
|
|
149
221
|
| **Foundation** | AI Skills · Workflow Graphs · Registries · Transparency pillars |
|
|
150
|
-
| **Planned** | Studio · Utility Engine Generator |
|
|
222
|
+
| **Planned** | Velin Studio Builder · Utility Engine Generator · native Blade/Vue/React-Bausteine |
|
|
151
223
|
|
|
152
224
|
---
|
|
153
225
|
|
|
@@ -156,3 +228,54 @@ AAA-orientierte Token-Defaults, Fokus-Management, Reduced Motion, Scanner-Contra
|
|
|
156
228
|
Siehe [`CONTRIBUTING.de.md`](CONTRIBUTING.de.md). Lizenz: [MIT](LICENSE).
|
|
157
229
|
|
|
158
230
|
Vollständige englische README: [`README.md`](README.md).
|
|
231
|
+
|
|
232
|
+
---
|
|
233
|
+
|
|
234
|
+
## Live-Demos & Module
|
|
235
|
+
|
|
236
|
+
Fertige Oberflächen erkunden — Atelier-Welten, Template-Bibliothek und klassische Demo-Module.
|
|
237
|
+
|
|
238
|
+
### Atelier-Produktwelten
|
|
239
|
+
|
|
240
|
+
| Modul | Fokus | Demo |
|
|
241
|
+
|-------|-------|------|
|
|
242
|
+
| **Cascade Console** | Enterprise-API- / AI-Dashboard | [Öffnen](https://velinstyle.info/showcase-reihe/01-enterprise-api-ai-dashboard/) |
|
|
243
|
+
| **LUMEN** | E-Commerce-Storefront | [Öffnen](https://velinstyle.info/showcase-reihe/02-enterprise-ecommerce-storefront/) |
|
|
244
|
+
| **FORGE** | Community-Forum | [Öffnen](https://velinstyle.info/showcase-reihe/03-modern-community-forum/) |
|
|
245
|
+
| **Atelier Library** | Vollständige Template-Hub (2.638) | [Öffnen](https://velinstyle.info/atelier/library/) |
|
|
246
|
+
| **Atelier Home** | Marketing-Hub (DE) | [Öffnen](https://velinstyle.info/atelier/index.de.html) |
|
|
247
|
+
| **Atelier Home** | Marketing-Hub (EN) | [Öffnen](https://velinstyle.info/atelier/) |
|
|
248
|
+
|
|
249
|
+
### Klassische Demo-Module
|
|
250
|
+
|
|
251
|
+
| Modul | Fokus | Demo |
|
|
252
|
+
|-------|-------|------|
|
|
253
|
+
| **Demo-Index** | Alle klassischen Showcases | [Öffnen](https://velinstyle.info/demos/) |
|
|
254
|
+
| **Crypto-Dashboard** | Dichtes Admin / Charts | [Öffnen](https://velinstyle.info/demos/showcase-crypto.html) |
|
|
255
|
+
| **Dashboard** | App-Shell & KPIs | [Öffnen](https://velinstyle.info/demos/showcase-dashboard.html) |
|
|
256
|
+
| **SaaS** | Product Marketing | [Öffnen](https://velinstyle.info/demos/showcase-saas.html) |
|
|
257
|
+
| **E-Commerce** | Shop-Patterns | [Öffnen](https://velinstyle.info/demos/showcase-ecommerce.html) |
|
|
258
|
+
| **Forum** | Community-UI | [Öffnen](https://velinstyle.info/demos/showcase-forum.html) |
|
|
259
|
+
| **UI Kit** | Komponenten-Galerie | [Öffnen](https://velinstyle.info/demos/showcase-ui-kit.html) |
|
|
260
|
+
| **Interactive** | WC-Verhalten | [Öffnen](https://velinstyle.info/demos/showcase-interactive.html) |
|
|
261
|
+
| **Runtime** | Search / Motion / Boot | [Öffnen](https://velinstyle.info/demos/showcase-runtime.html) |
|
|
262
|
+
|
|
263
|
+
### Library nach Intent
|
|
264
|
+
|
|
265
|
+
| Intent | Link |
|
|
266
|
+
|--------|------|
|
|
267
|
+
| Applications | [library/?mode=apps](https://velinstyle.info/atelier/library/?mode=apps) |
|
|
268
|
+
| Studio-Bausteine | [library/?mode=studio](https://velinstyle.info/atelier/library/?mode=studio) |
|
|
269
|
+
| Recipes | [library/?mode=recipes](https://velinstyle.info/atelier/library/?mode=recipes) |
|
|
270
|
+
| Marketing | [library/?cat=marketing](https://velinstyle.info/atelier/library/?cat=marketing) |
|
|
271
|
+
| Dashboards | [library/?cat=dashboards](https://velinstyle.info/atelier/library/?cat=dashboards) |
|
|
272
|
+
| Commerce | [library/?cat=commerce](https://velinstyle.info/atelier/library/?cat=commerce) |
|
|
273
|
+
| Authentication | [library/?cat=authentication](https://velinstyle.info/atelier/library/?cat=authentication) |
|
|
274
|
+
| Community | [library/?cat=community](https://velinstyle.info/atelier/library/?cat=community) |
|
|
275
|
+
| Admin | [library/?cat=admin](https://velinstyle.info/atelier/library/?cat=admin) |
|
|
276
|
+
|
|
277
|
+
<p align="center">
|
|
278
|
+
<a href="https://velinstyle.info/atelier/index.de.html">
|
|
279
|
+
<img src=".github/assets/readme/hero-demo.webp" alt="VelinStyle Atelier und Demo-Oberflächen" width="720">
|
|
280
|
+
</a>
|
|
281
|
+
</p>
|
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ One framework. One CLI. One design system. One AI-ready ecosystem.
|
|
|
26
26
|
npm i @birdapi/velinstyle
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
**[Website](https://velinstyle.info)** · **[Docs](https://velinstyle.info/docs/getting-started/introduction.html)** · **[Demos](https://velinstyle.info/demos/)** · **[Getting Started](GETTING_STARTED.md)** · **[Architecture](ARCHITECTURE.md)** · **[Deutsch](README.de.md)**
|
|
29
|
+
**[Website](https://velinstyle.info)** · **[Atelier](https://velinstyle.info/atelier/)** · **[Docs](https://velinstyle.info/docs/getting-started/introduction.html)** · **[Demos](https://velinstyle.info/demos/)** · **[Getting Started](GETTING_STARTED.md)** · **[Architecture](ARCHITECTURE.md)** · **[Deutsch](README.de.md)**
|
|
30
30
|
|
|
31
31
|
</div>
|
|
32
32
|
|
|
@@ -34,10 +34,12 @@ npm i @birdapi/velinstyle
|
|
|
34
34
|
|
|
35
35
|
VelinStyle is a **production CSS + Web Components framework** with **WCAG 2.2 AAA-oriented defaults**, a real **CLI ship surface**, the **Transparency Framework** (labeling + provenance, beta), and the first **Design Intelligence / AI Foundation** systems (beta). No external UI framework in the core.
|
|
36
36
|
|
|
37
|
-
**
|
|
37
|
+
**VelinStyle Atelier** is the curated surface on top: **2,600+ production-ready interfaces**, four complete product worlds, and a browsable library — complete screens instead of empty component fragments.
|
|
38
|
+
|
|
39
|
+
**Best fit today:** marketing landings, docs shells, admin/SaaS starters, shop & community UIs via Atelier.
|
|
38
40
|
**Not yet:** sole primary stack for large multipage shop + enterprise admin without custom work.
|
|
39
41
|
|
|
40
|
-
> **Release:** **1.2.
|
|
42
|
+
> **Release:** **1.2.2** (Production Release — Production Builder + Atelier CLI). Using VelinStyle does **not** certify your app — see the [a11y matrix](https://velinstyle.info/docs/getting-started/accessibility.html).
|
|
41
43
|
|
|
42
44
|
---
|
|
43
45
|
|
|
@@ -52,7 +54,21 @@ VelinStyle is a **production CSS + Web Components framework** with **WCAG 2.2 AA
|
|
|
52
54
|
| Quality gates | `scan`, `review`, `check` — catch real defects before merge |
|
|
53
55
|
| AI that helps | Skills, workflows, and agent metadata — **Mensch → Framework → KI** |
|
|
54
56
|
|
|
55
|
-
|
|
57
|
+
### The Tailwind sprawl problem
|
|
58
|
+
|
|
59
|
+
Heavy Tailwind use often turns HTML into a **class salad** — a simple button can need 10–15 utilities (`flex items-center … hover:bg-blue-700 … focus:ring-2 …`). VelinStyle still uses a `velin-` prefix, but ships **semantic, ready-made components** (plus utilities for one-off tweaks) instead of assembling every surface from atomic pieces. You get shorter markup, built-in a11y defaults, and optional blueprints / `plan` recipes — not a finished Studio product (Studio remains **planned**).
|
|
60
|
+
|
|
61
|
+
```html
|
|
62
|
+
<!-- Tailwind sprawl -->
|
|
63
|
+
<button class="inline-flex items-center justify-center px-4 py-2 bg-blue-600 hover:bg-blue-700 text-white text-sm font-medium rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-500">
|
|
64
|
+
Save
|
|
65
|
+
</button>
|
|
66
|
+
|
|
67
|
+
<!-- VelinStyle -->
|
|
68
|
+
<button class="velin-btn velin-btn--primary">Save</button>
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
Compared to **Tailwind**: less class sprawl, stronger defaults for contrast and semantics. See the [Migration Guide](https://velinstyle.info/docs/migration.html).
|
|
56
72
|
Compared to **Bootstrap**: modern tokens/layers, optional progressive WCs, CLI automation instead of jQuery-era chrome.
|
|
57
73
|
|
|
58
74
|
---
|
|
@@ -62,7 +78,7 @@ Compared to **Bootstrap**: modern tokens/layers, optional progressive WCs, CLI a
|
|
|
62
78
|
| | Area | What it does |
|
|
63
79
|
|---|------|----------------|
|
|
64
80
|
| 🎨 | **CSS Framework** | OKLCH themes, utilities, components, lite preset for marketing budgets |
|
|
65
|
-
| 🧩 | **Web Components** |
|
|
81
|
+
| 🧩 | **Web Components** | 43 canonical custom elements; use CSS alone when you need no JS |
|
|
66
82
|
| ⚡ | **Runtime** | Search, motion, highlight, attributes, `bootFromDOM` tree-shaking |
|
|
67
83
|
| 🛠 | **CLI** | `create` · `serve` · `doctor` · `check` · `scan` · `review` · `skills` · `transparency` |
|
|
68
84
|
| 🔎 | **Transparency** | Labeling + provenance (AI / trust / compliance / metadata) — beta foundation |
|
|
@@ -75,9 +91,61 @@ Compared to **Bootstrap**: modern tokens/layers, optional progressive WCs, CLI a
|
|
|
75
91
|
| 🛡 | **Scan Engine** | A11y, security, CSS honesty, PII |
|
|
76
92
|
| 🚀 | **Performance** | Lite CSS, chunked runtime, CLS placeholders |
|
|
77
93
|
| ♿ | **Accessibility** | Contracts, WCAG 2.2 tooling, keyboard + ARIA patterns |
|
|
94
|
+
| 🖼 | **Atelier** | Curated library of complete interfaces, layouts & studio blocks |
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## VelinStyle Atelier
|
|
99
|
+
|
|
100
|
+
[Atelier](https://velinstyle.info/atelier/) is the product showcase for VelinStyle: **complete interfaces**, not isolated buttons and cards. Browse by intent (apps, marketing, commerce, auth…), open live worlds, copy source, or download ZIPs.
|
|
101
|
+
|
|
102
|
+
| Surface | What you get | Link |
|
|
103
|
+
|---------|--------------|------|
|
|
104
|
+
| **Atelier home** | Brand hub — why Atelier, four worlds, build paths | [Open](https://velinstyle.info/atelier/) |
|
|
105
|
+
| **Library** | 2,638 templates — filter by mode, category, tags, quality | [Browse](https://velinstyle.info/atelier/library/) |
|
|
106
|
+
| **Cascade Console** | Enterprise / SaaS dashboard world | [Live demo](https://velinstyle.info/showcase-reihe/01-enterprise-api-ai-dashboard/) |
|
|
107
|
+
| **LUMEN** | Full shop — catalog, cart, checkout | [Live demo](https://velinstyle.info/showcase-reihe/02-enterprise-ecommerce-storefront/) |
|
|
108
|
+
| **FORGE** | Community & forum system | [Live demo](https://velinstyle.info/showcase-reihe/03-modern-community-forum/) |
|
|
109
|
+
|
|
110
|
+
Library shortcuts: [Apps](https://velinstyle.info/atelier/library/?mode=apps) · [Studio blocks](https://velinstyle.info/atelier/library/?mode=studio) · [Recipes](https://velinstyle.info/atelier/library/?mode=recipes) · [Marketing](https://velinstyle.info/atelier/library/?cat=marketing) · [Dashboards](https://velinstyle.info/atelier/library/?cat=dashboards) · [Auth](https://velinstyle.info/atelier/library/?cat=authentication)
|
|
111
|
+
|
|
112
|
+
German Atelier hub: [atelier/index.de.html](https://velinstyle.info/atelier/index.de.html)
|
|
78
113
|
|
|
79
114
|
---
|
|
80
115
|
|
|
116
|
+
## What's new in 1.2.2
|
|
117
|
+
|
|
118
|
+
**Production Release** — **Build only what your project actually uses.**
|
|
119
|
+
|
|
120
|
+
VelinStyle analyzes your project and creates an optimized production package instead of shipping the complete framework. This release also adds the first **Atelier CLI** (beta) and new production-ready components.
|
|
121
|
+
|
|
122
|
+
### Production Builder
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
npx velinstyle build --production --explain
|
|
126
|
+
# → ./dist/velin-production/ (CSS, JS stub, themes, icons, report)
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
- CSS only for used components · runtime only for needed Web Components
|
|
130
|
+
- Themes / icons / motion only when used · size report
|
|
131
|
+
|
|
132
|
+
### Atelier CLI (Beta)
|
|
133
|
+
|
|
134
|
+
```bash
|
|
135
|
+
npx velinstyle atelier list
|
|
136
|
+
npx velinstyle atelier 24
|
|
137
|
+
npx velinstyle scaffold --atelier 24
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
Atelier Library ≠ Velin Studio (Studio remains **planned**). See [`docs/guides/atelier-cli.md`](docs/guides/atelier-cli.md).
|
|
141
|
+
|
|
142
|
+
### New components & improvements
|
|
143
|
+
|
|
144
|
+
- `<velin-otp-input>`, `<velin-password-strength>`, `<velin-empty-state>`
|
|
145
|
+
- Table severity states · dynamic overlay titles (modal / drawer / sheet)
|
|
146
|
+
|
|
147
|
+
See [`RELEASE_NOTES_1.2.2.md`](RELEASE_NOTES_1.2.2.md) and [`docs/guides/production-build.md`](docs/guides/production-build.md).
|
|
148
|
+
|
|
81
149
|
## What's new in 1.2.1
|
|
82
150
|
|
|
83
151
|
- **Transparency Framework (beta)** — `@birdapi/velinstyle/transparency`, `velin-transparency` bridge, claim taxonomy, CLI `transparency doctor|validate|report|export|migrate`
|
|
@@ -99,11 +167,11 @@ bun add @birdapi/velinstyle
|
|
|
99
167
|
**CDN** (pin a version):
|
|
100
168
|
|
|
101
169
|
```html
|
|
102
|
-
<link rel="stylesheet" href="https://unpkg.com/@birdapi/velinstyle@1.2.
|
|
103
|
-
<script type="module" src="https://unpkg.com/@birdapi/velinstyle@1.2.
|
|
170
|
+
<link rel="stylesheet" href="https://unpkg.com/@birdapi/velinstyle@1.2.2/dist/velinstyle.min.css">
|
|
171
|
+
<script type="module" src="https://unpkg.com/@birdapi/velinstyle@1.2.2/dist/velinstyle-components.min.js"></script>
|
|
104
172
|
```
|
|
105
173
|
|
|
106
|
-
> Pin **`@1.2.
|
|
174
|
+
> Pin **`@1.2.2`** (or `@latest` after publish). Examples above match this package version.
|
|
107
175
|
|
|
108
176
|
| Export | Use |
|
|
109
177
|
|--------|-----|
|
|
@@ -123,8 +191,8 @@ After clone: `npm install && npm run build` — `dist/` is generated, not commit
|
|
|
123
191
|
<head>
|
|
124
192
|
<meta charset="UTF-8">
|
|
125
193
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
126
|
-
<link rel="stylesheet" href="https://unpkg.com/@birdapi/velinstyle@1.2.
|
|
127
|
-
<script type="module" src="https://unpkg.com/@birdapi/velinstyle@1.2.
|
|
194
|
+
<link rel="stylesheet" href="https://unpkg.com/@birdapi/velinstyle@1.2.2/dist/velinstyle.min.css">
|
|
195
|
+
<script type="module" src="https://unpkg.com/@birdapi/velinstyle@1.2.2/dist/velinstyle-components.min.js"></script>
|
|
128
196
|
</head>
|
|
129
197
|
<body class="velin-p-6">
|
|
130
198
|
<button type="button" class="velin-btn velin-btn--primary">Ship it</button>
|
|
@@ -157,7 +225,9 @@ More: [`GETTING_STARTED.md`](GETTING_STARTED.md)
|
|
|
157
225
|
| `scan` | A11y / security / CSS / PII |
|
|
158
226
|
| `review` | Design-intelligence gate (beta) |
|
|
159
227
|
| `transparency` | doctor · validate · report · export · migrate (beta) |
|
|
160
|
-
| `plan` | Prompt → plan JSON → render (beta) |
|
|
228
|
+
| `plan` | Prompt → plan JSON → render (beta); `--atelier` Library plan (beta) |
|
|
229
|
+
| `scaffold` | Prompt HTML or `--atelier` Library compose (beta) |
|
|
230
|
+
| `atelier` | Pull curated Library showcase by number/id (`--format` wrappers) |
|
|
161
231
|
| `skills` / `workflow` | AI skill registry & graphs (beta) |
|
|
162
232
|
| `meta` | Agent bundle + `llms.txt` |
|
|
163
233
|
| `wc api <tag>` | Human-readable WC API from source |
|
|
@@ -165,9 +235,13 @@ More: [`GETTING_STARTED.md`](GETTING_STARTED.md)
|
|
|
165
235
|
```bash
|
|
166
236
|
npx @birdapi/velinstyle check . --profile marketing
|
|
167
237
|
npx @birdapi/velinstyle transparency doctor . --policy examples/transparency.policy.json
|
|
238
|
+
npx @birdapi/velinstyle atelier 36 -o ./velin-atelier/36-calendar
|
|
239
|
+
npx @birdapi/velinstyle scaffold --atelier 04,07 -o compose.html
|
|
168
240
|
npx @birdapi/velinstyle wc api velin-toast
|
|
169
241
|
```
|
|
170
242
|
|
|
243
|
+
Atelier pull / compose details and **limitations** (wrappers ≠ native Blade/Vue/React; Studio planned): [`docs/guides/atelier-cli.md`](docs/guides/atelier-cli.md).
|
|
244
|
+
|
|
171
245
|
---
|
|
172
246
|
|
|
173
247
|
## AI Skills & Design Intelligence
|
|
@@ -176,13 +250,15 @@ npx @birdapi/velinstyle wc api velin-toast
|
|
|
176
250
|
|
|
177
251
|
**Design Intelligence** adds structure ordinary CSS frameworks lack: a knowledge graph seed, page/section registries, design constraints, and `plan` / `review` so pages are assembled from known patterns — then checked against profiles (`marketing` · `app` · `docs` · `ecommerce`).
|
|
178
252
|
|
|
253
|
+
**Atelier compose (beta):** `scaffold --atelier` / `plan --atelier` can assemble pages from curated **Atelier Library** ids. This is Library compose — **not** Velin Studio (planned). Framework `--format` shells are wrappers only; native Blade/Vue/React blocks are planned later. See [`docs/guides/atelier-cli.md`](docs/guides/atelier-cli.md).
|
|
254
|
+
|
|
179
255
|
Deep dive: [`ARCHITECTURE.md`](ARCHITECTURE.md) · [`VELINSTYLE_2030.md`](VELINSTYLE_2030.md) · Strategy (lokal, nicht im Git): [`docs/strategy/README.md`](docs/strategy/README.md)
|
|
180
256
|
|
|
181
257
|
---
|
|
182
258
|
|
|
183
259
|
## Components
|
|
184
260
|
|
|
185
|
-
**
|
|
261
|
+
**43 canonical** custom elements (**45** lazy-loader entries including legacy `*-wc` aliases).
|
|
186
262
|
|
|
187
263
|
Philosophy: **progressive enhancement** — semantic HTML + CSS first; upgrade to a Web Component only when you need behavior (focus traps, sorting, offline search).
|
|
188
264
|
|
|
@@ -220,8 +296,9 @@ Docs: [a11y matrix](https://velinstyle.info/docs/getting-started/accessibility.h
|
|
|
220
296
|
| CLI ship surface | [`docs/guides/cli-ship-surface.md`](docs/guides/cli-ship-surface.md) | create / check / wc |
|
|
221
297
|
| AI Skills | [`docs/guides/ai-skills.md`](docs/guides/ai-skills.md) | Skills / workflows |
|
|
222
298
|
| Product site | [velinstyle.info/docs](https://velinstyle.info/docs/getting-started/introduction.html) | Guides, demos, reference |
|
|
299
|
+
| Atelier | [velinstyle.info/atelier](https://velinstyle.info/atelier/) | Template library + product worlds |
|
|
223
300
|
| Transparency | [Site guide](https://velinstyle.info/docs/guides/transparency.html) · `@birdapi/velinstyle/transparency` | Labeling + provenance |
|
|
224
|
-
| Upgrade | [`UPGRADING.md`](UPGRADING.md) | 1.2.0 → 1.2.1 · 1.1 → 1.2 |
|
|
301
|
+
| Upgrade | [`UPGRADING.md`](UPGRADING.md) | 1.2.1 → 1.2.2 · 1.2.0 → 1.2.1 · 1.1 → 1.2 |
|
|
225
302
|
| North star | [`VELINSTYLE_2030.md`](VELINSTYLE_2030.md) | Long-term vision |
|
|
226
303
|
|
|
227
304
|
---
|
|
@@ -260,7 +337,7 @@ Humans own product intent. The framework ships reliable CSS and components. Desi
|
|
|
260
337
|
| **Stable** | CSS · Utilities · Runtime · Web Components · CLI core · Blueprints |
|
|
261
338
|
| **Beta** | Transparency Framework · Review Engine · Prompt Engine · Knowledge Graph · AI Metadata · Design Constraints |
|
|
262
339
|
| **Foundation** | AI Skills · Workflow Graphs · Registries · Transparency pillars |
|
|
263
|
-
| **Planned** | Studio · Utility Engine Generator |
|
|
340
|
+
| **Planned** | Velin Studio builder · Utility Engine Generator · native Blade/Vue/React blocks |
|
|
264
341
|
|
|
265
342
|
---
|
|
266
343
|
|
|
@@ -269,6 +346,7 @@ Humans own product intent. The framework ships reliable CSS and components. Desi
|
|
|
269
346
|
| | Bootstrap | Tailwind | **VelinStyle** |
|
|
270
347
|
|---|:---:|:---:|:---:|
|
|
271
348
|
| HTML readability | Medium | Low | **High** |
|
|
349
|
+
| Markup density | Low | High | **Controlled** |
|
|
272
350
|
| Utility sprawl | Low | High | **Controlled** |
|
|
273
351
|
| A11y defaults | Partial | DIY | **AAA-capable tokens** |
|
|
274
352
|
| Dark mode | Manual | `dark:` everywhere | **Token swap** |
|
|
@@ -291,8 +369,53 @@ See [`CONTRIBUTING.md`](CONTRIBUTING.md).
|
|
|
291
369
|
|
|
292
370
|
[MIT](LICENSE) — © 2026 VelinStyle · [SkyliteDesign](https://github.com/SkyliteDesign)
|
|
293
371
|
|
|
372
|
+
---
|
|
373
|
+
|
|
374
|
+
## Live demos & modules
|
|
375
|
+
|
|
376
|
+
Explore finished surfaces — Atelier worlds, the template library, and classic component demos.
|
|
377
|
+
|
|
378
|
+
### Atelier product worlds
|
|
379
|
+
|
|
380
|
+
| Module | Focus | Demo |
|
|
381
|
+
|--------|-------|------|
|
|
382
|
+
| **Cascade Console** | Enterprise API / AI dashboard | [Open](https://velinstyle.info/showcase-reihe/01-enterprise-api-ai-dashboard/) |
|
|
383
|
+
| **LUMEN** | E-commerce storefront | [Open](https://velinstyle.info/showcase-reihe/02-enterprise-ecommerce-storefront/) |
|
|
384
|
+
| **FORGE** | Community forum | [Open](https://velinstyle.info/showcase-reihe/03-modern-community-forum/) |
|
|
385
|
+
| **Atelier Library** | Full template hub (2,638) | [Open](https://velinstyle.info/atelier/library/) |
|
|
386
|
+
| **Atelier home** | Marketing hub (EN) | [Open](https://velinstyle.info/atelier/) |
|
|
387
|
+
| **Atelier home** | Marketing hub (DE) | [Open](https://velinstyle.info/atelier/index.de.html) |
|
|
388
|
+
|
|
389
|
+
### Classic demo modules
|
|
390
|
+
|
|
391
|
+
| Module | Focus | Demo |
|
|
392
|
+
|--------|-------|------|
|
|
393
|
+
| **Demo index** | All classic showcases | [Open](https://velinstyle.info/demos/) |
|
|
394
|
+
| **Crypto dashboard** | Dense admin / charts | [Open](https://velinstyle.info/demos/showcase-crypto.html) |
|
|
395
|
+
| **Dashboard** | App shell & KPIs | [Open](https://velinstyle.info/demos/showcase-dashboard.html) |
|
|
396
|
+
| **SaaS** | Product marketing | [Open](https://velinstyle.info/demos/showcase-saas.html) |
|
|
397
|
+
| **E-commerce** | Shop patterns | [Open](https://velinstyle.info/demos/showcase-ecommerce.html) |
|
|
398
|
+
| **Forum** | Community UI | [Open](https://velinstyle.info/demos/showcase-forum.html) |
|
|
399
|
+
| **UI Kit** | Component gallery | [Open](https://velinstyle.info/demos/showcase-ui-kit.html) |
|
|
400
|
+
| **Interactive** | WC behavior samples | [Open](https://velinstyle.info/demos/showcase-interactive.html) |
|
|
401
|
+
| **Runtime** | Search / motion / boot | [Open](https://velinstyle.info/demos/showcase-runtime.html) |
|
|
402
|
+
|
|
403
|
+
### Library by intent
|
|
404
|
+
|
|
405
|
+
| Intent | Link |
|
|
406
|
+
|--------|------|
|
|
407
|
+
| Applications | [library/?mode=apps](https://velinstyle.info/atelier/library/?mode=apps) |
|
|
408
|
+
| Studio blocks | [library/?mode=studio](https://velinstyle.info/atelier/library/?mode=studio) |
|
|
409
|
+
| Recipes | [library/?mode=recipes](https://velinstyle.info/atelier/library/?mode=recipes) |
|
|
410
|
+
| Marketing | [library/?cat=marketing](https://velinstyle.info/atelier/library/?cat=marketing) |
|
|
411
|
+
| Dashboards | [library/?cat=dashboards](https://velinstyle.info/atelier/library/?cat=dashboards) |
|
|
412
|
+
| Commerce | [library/?cat=commerce](https://velinstyle.info/atelier/library/?cat=commerce) |
|
|
413
|
+
| Authentication | [library/?cat=authentication](https://velinstyle.info/atelier/library/?cat=authentication) |
|
|
414
|
+
| Community | [library/?cat=community](https://velinstyle.info/atelier/library/?cat=community) |
|
|
415
|
+
| Admin | [library/?cat=admin](https://velinstyle.info/atelier/library/?cat=admin) |
|
|
416
|
+
|
|
294
417
|
<p align="center">
|
|
295
|
-
<a href="https://velinstyle.info/
|
|
296
|
-
<img src=".github/assets/readme/hero-demo.webp" alt="VelinStyle
|
|
418
|
+
<a href="https://velinstyle.info/atelier/">
|
|
419
|
+
<img src=".github/assets/readme/hero-demo.webp" alt="VelinStyle Atelier and demo surfaces" width="720">
|
|
297
420
|
</a>
|
|
298
421
|
</p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-fixture="01-login"] { padding: 1rem; }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-fixture="04-pricing"] { padding: 1rem; }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-fixture="36-calendar"] { padding: 1rem; }
|