Velin Block: Pricing 1.4.0
Official Velin-native Block manifest, install surface, and Adapt contract for pricing.
Product boundary: Core Features are Velin-native. They do not extend Tailwind Compat/Migrate and do not port Shadcn, Radix, or Tailwind UI.
Purpose
Pricing section with three plan cards, feature lists, and CTAs. Version 0.1.0; HTML framework; peer @birdapi/velinstyle ^1.4.0.
Install
velinstyle blocks info pricing
velinstyle blocks add pricing
velinstyle blocks add pricing --dry-run
velinstyle blocks add pricing --out my-blocksManifest inventory
| Field | Value |
|---|---|
| Files | pricing.html, pricing.css, README.md |
| Components | None |
| Tokens | --velin-color-primary, --velin-space-4, --velin-surface-raised, --velin-color-border |
Adapt contract
{
"roles": [
"pricing"
],
"density": [
"compact",
"comfortable",
"spacious"
],
"layout": [
"stack",
"grid"
],
"allowedActions": [
"density",
"layout",
"theme"
]
}Accessibility contract
Labelled region, real plan CTA links/buttons, AA minimum contrast, and h2 section label.
Ownership and limits
The listed files are copied into the project and become user-owned source. Existing changed files fail by default; use --force only deliberately. The contract can narrow Adapt but never bypass validator or guardrails.