@uxelle/skills 0.2.0-beta.2 → 0.2.1-beta.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/dist/index.js +3 -3
- package/index.json +3 -3
- package/package.json +1 -1
- package/skills/uxelle-components/Logo.md +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// src/manifest.generated.ts
|
|
2
2
|
var manifest = {
|
|
3
3
|
"schemaVersion": 1,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1-beta.0",
|
|
5
5
|
"skills": [
|
|
6
6
|
{
|
|
7
7
|
"name": "uxelle-components",
|
|
@@ -229,8 +229,8 @@ var manifest = {
|
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "Logo.md",
|
|
232
|
-
"size":
|
|
233
|
-
"hash": "sha256:
|
|
232
|
+
"size": 3306,
|
|
233
|
+
"hash": "sha256:3767cebd00da0e312142d2151d56a819cbaa89310efddca96824fd8c3b995021"
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"path": "Menu.md",
|
package/index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1-beta.0",
|
|
4
4
|
"skills": [
|
|
5
5
|
{
|
|
6
6
|
"name": "uxelle-components",
|
|
@@ -228,8 +228,8 @@
|
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
230
|
"path": "Logo.md",
|
|
231
|
-
"size":
|
|
232
|
-
"hash": "sha256:
|
|
231
|
+
"size": 3306,
|
|
232
|
+
"hash": "sha256:3767cebd00da0e312142d2151d56a819cbaa89310efddca96824fd8c3b995021"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "Menu.md",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uxelle/skills",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1-beta.0",
|
|
4
4
|
"description": "uxElle generate-UI agent skills: component API reference and design harness, as versioned markdown with a machine-readable manifest",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -10,7 +10,7 @@ Brand logo slot for navigation, footer, and marketing surfaces.
|
|
|
10
10
|
|
|
11
11
|
| Prop | Type | Default | Description |
|
|
12
12
|
|------|------|---------|-------------|
|
|
13
|
-
| name | `"generic"` | `"generic"` | Which mark to render from the
|
|
13
|
+
| name | `"generic"` | `"generic"` | Which mark to render from the bundled **LogoName** set. It picks the asset file together with `color` and `background`, and fixes the aspect ratio that `width` scales. |
|
|
14
14
|
| background | `"default" \| "onDark"` | `"default"` | Surface the mark sits on. `onDark` swaps in the on-dark full-color asset for the brands that ship one, and only applies while `color` is `fullColor`. |
|
|
15
15
|
| color | `"fullColor" \| "black" \| "white" \| "colorSwitcherIcon"` | `"fullColor"` | Color treatment: `fullColor` for the brand palette, `black` or `white` for the monochrome mark, `colorSwitcherIcon` to tint the black mark with `--uxl-color-switcher-icon` from the nearest color-switcher context. Anything but `fullColor` overrides `background`. |
|
|
16
16
|
| interactive | `boolean` | `false` | Fades the mark to 80% opacity on hover. `Logo` is not a control on its own, so set this only when it sits inside a link or button. |
|