@birdapi/velinstyle 0.9.0 → 1.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@birdapi/velinstyle",
3
- "version": "0.9.0",
3
+ "version": "1.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -1,40 +0,0 @@
1
- # VelinStyle 0.9.0
2
-
3
- > VelinStyle is the WCAG 2.2 AAA CSS framework with native JavaScript runtime and Web Components.
4
- > Full machine context: https://velinstyle.info/dist/velin-agent.json
5
- > MIME: application/vnd.velinstyle.meta+json
6
-
7
- ## Framework
8
- - npm: @birdapi/velinstyle
9
- - VelinStyle is the WCAG 2.2 AAA CSS framework with native JavaScript runtime and Web Components.
10
- - Components: 36 canonical Web Components (`velin-*`); 38 lazy-loader entries
11
- - HTML attributes: 27 `velin-*` bridges
12
- - CLI: velinstyle (scan, scaffold, docs generate, search index, meta)
13
-
14
- ## Conventions
15
- - Positioning: VelinStyle is the WCAG 2.2 AAA CSS framework with native JavaScript runtime and Web Components — not a JS-only library or a utility-only CSS kit.
16
- - Use only velin-* utility classes and documented Web Components.
17
- - Prefer data-velin-theme on <html> for theme switching.
18
- - Run velinstyle scan on generated HTML before shipping.
19
- - Do not put secrets, API keys, or raw emails in velin-meta or page meta.
20
- - Resolve doc links against docs root (/docs/), not the current page folder.
21
-
22
- ## Key guides
23
- - [Velin-Meta](https://velinstyle.info/docs/guides/velin-meta.html)
24
- - [VelinSearch](https://velinstyle.info/docs/guides/velin-search.html)
25
- - [Syntax highlighting](https://velinstyle.info/docs/guides/syntax-highlight.html)
26
- - [Prompt scaffolding](https://velinstyle.info/docs/guides/prompt-scaffolding.html)
27
- - [API reference (generated)](https://velinstyle.info/docs/guides/api-reference.html)
28
-
29
- ## Generated reference
30
- - [Components index](https://velinstyle.info/docs/generated/components/)
31
- - [Tokens](https://velinstyle.info/docs/generated/tokens/)
32
- - [Utilities](https://velinstyle.info/docs/generated/utilities/)
33
- - [CLI commands](https://velinstyle.info/docs/generated/cli/commands.md)
34
-
35
- ## Usage for agents
36
- ```
37
- npx velinstyle meta
38
- npx velinstyle docs generate
39
- npx velinstyle search index
40
- ```