@agent-ui-kit/web-components 0.0.7 → 0.0.8
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.md
CHANGED
|
@@ -382,11 +382,11 @@ Every component, trait, and block has a structured YAML spec with attributes, sl
|
|
|
382
382
|
One fetch gets the full API for all 76 components, 50 traits, and 54 blocks:
|
|
383
383
|
|
|
384
384
|
```
|
|
385
|
-
https://unpkg.com/@agent-ui-kit/web-components/dist/api.json
|
|
385
|
+
https://unpkg.com/@agent-ui-kit/web-components/dist/api.components.json
|
|
386
386
|
```
|
|
387
387
|
|
|
388
388
|
```js
|
|
389
|
-
const api = await fetch('https://unpkg.com/@agent-ui-kit/web-components/dist/api.json').then(r => r.json())
|
|
389
|
+
const api = await fetch('https://unpkg.com/@agent-ui-kit/web-components/dist/api.components.json').then(r => r.json())
|
|
390
390
|
// api.components — array of component specs
|
|
391
391
|
// api.traits — array of trait specs
|
|
392
392
|
// api.blocks — array of block specs
|
package/dist/api.colors.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@agent-ui-kit/web-components",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"generated": "2026-03-21T16:
|
|
3
|
+
"version": "0.0.8",
|
|
4
|
+
"generated": "2026-03-21T16:10:10.973Z",
|
|
5
5
|
"description": "OKLCH color system with semantic tokens, light/dark via light-dark(), and theme presets.",
|
|
6
6
|
"colorScheme": {
|
|
7
7
|
"method": "light-dark() CSS function",
|
package/dist/api.colors.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
package: "@agent-ui-kit/web-components"
|
|
2
|
-
version: 0.0.
|
|
3
|
-
generated: 2026-03-21T16:
|
|
2
|
+
version: 0.0.8
|
|
3
|
+
generated: 2026-03-21T16:10:10.973Z
|
|
4
4
|
description: OKLCH color system with semantic tokens, light/dark via light-dark(), and theme presets.
|
|
5
5
|
colorScheme:
|
|
6
6
|
method: light-dark() CSS function
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@agent-ui-kit/web-components",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"generated": "2026-03-21T16:
|
|
3
|
+
"version": "0.0.8",
|
|
4
|
+
"generated": "2026-03-21T16:10:10.968Z",
|
|
5
5
|
"description": "Complete web component library for agent-powered interfaces. Framework-agnostic, light DOM, CSS-first.",
|
|
6
6
|
"css": "https://unpkg.com/@agent-ui-kit/web-components/dist/agent-ui.css",
|
|
7
7
|
"register": "https://unpkg.com/@agent-ui-kit/web-components/dist/register.js",
|
package/dist/api.tokens.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@agent-ui-kit/web-components",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"generated": "2026-03-21T16:
|
|
3
|
+
"version": "0.0.8",
|
|
4
|
+
"generated": "2026-03-21T16:10:10.983Z",
|
|
5
5
|
"description": "Design tokens: sizing, typography, spacing, radius, shadow, animation.",
|
|
6
6
|
"scales": {
|
|
7
7
|
"size": [
|
package/dist/api.tokens.yaml
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-ui-kit/web-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/register.js",
|
|
6
6
|
"module": "./dist/register.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"./store": "./dist/store.js",
|
|
25
25
|
"./icons": "./dist/icons.js",
|
|
26
26
|
"./agent-ui.css": "./dist/agent-ui.css",
|
|
27
|
-
"./api.json": "./dist/api.json",
|
|
27
|
+
"./api.components.json": "./dist/api.components.json",
|
|
28
28
|
"./api.colors.json": "./dist/api.colors.json",
|
|
29
29
|
"./api.colors.yaml": "./dist/api.colors.yaml",
|
|
30
30
|
"./api.tokens.json": "./dist/api.tokens.json",
|