@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/README.de.md +7 -7
- package/README.md +7 -7
- package/cli/cli-manifest.json +1 -1
- package/core/a11y/component-contracts.json +1 -1
- package/core/search/worker-client.js +2 -3
- package/dist/chunks/attributes-ADOKLKA7.js +391 -0
- package/dist/chunks/chunk-IEHKRARD.js +109 -0
- package/dist/chunks/runtime-entry.js +1 -1
- package/dist/chunks/velin-search-FDHEMCSO.js +557 -0
- package/dist/chunks/worker-client-MPT7PNQ4.js +47 -0
- package/dist/llms.txt +1 -1
- package/dist/search-index.json +2 -2
- package/dist/velin-agent.json +2 -2
- package/dist/velinstyle-components.iife.js +3 -3
- package/dist/velinstyle-components.js +2 -1
- package/dist/velinstyle-components.min.js +1 -1
- package/dist/velinstyle.css +12 -19
- package/dist/velinstyle.min.css +1 -1
- package/package.json +1 -1
- package/dist/llms.test.txt +0 -40
- package/dist/search-index.test.json +0 -1773
- package/dist/velin-agent.test.json +0 -684
package/package.json
CHANGED
package/dist/llms.test.txt
DELETED
|
@@ -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
|
-
```
|