@theme-registry/refract 0.1.1 → 0.1.2
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 +4 -4
- package/dist/_errors-be768b25.cjs.js.map +1 -1
- package/dist/_errors-d75a5c74.esm.js.map +1 -1
- package/dist/build.cjs.js +1 -1
- package/dist/build.cjs.js.map +1 -1
- package/dist/build.esm.js +1 -1
- package/dist/build.esm.js.map +1 -1
- package/dist/cli.js +69 -24
- package/dist/cli.js.map +1 -1
- package/dist/core/assertRawTheme.d.ts +2 -0
- package/dist/core/errors.d.ts +5 -2
- package/dist/core/index.d.ts +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/skills/adapter-scaffold/SKILL.md +2 -2
- package/skills/adapter-usage/SKILL.md +1 -1
- package/skills/colors/SKILL.md +1 -1
- package/skills/layout/SKILL.md +1 -1
- package/skills/theme-authoring/SKILL.md +1 -1
- package/skills/typography/SKILL.md +1 -1
- package/skills/visual-effects/SKILL.md +1 -1
package/skills/colors/SKILL.md
CHANGED
|
@@ -9,7 +9,7 @@ tier: core
|
|
|
9
9
|
The `colors` key is an **open** map: each key is a palette name (`primary`, `neutral`, …)
|
|
10
10
|
holding a colour value. The reserved `recipes` block holds palette recipes. Cross-cutting axes
|
|
11
11
|
(`responsive`, `modes`, refs) are in **theme-foundations**; recipe mechanics are in
|
|
12
|
-
**recipes-and-composition**. Exhaustive options live in `docs/authoring.md
|
|
12
|
+
**recipes-and-composition**. Exhaustive options live in [`docs/authoring.md`](https://github.com/theme-registry/refract/blob/main/docs/authoring.md).
|
|
13
13
|
|
|
14
14
|
## A colour value
|
|
15
15
|
|
package/skills/layout/SKILL.md
CHANGED
|
@@ -10,7 +10,7 @@ tier: core
|
|
|
10
10
|
(`spacing` / `gutters` / `sizes` / `aspectRatio`), the four structural generators (`columns` /
|
|
11
11
|
`grids` / `stacks` / `container`), and the `recipes` block. Cross-cutting axes are in
|
|
12
12
|
**theme-foundations**; recipe mechanics in **recipes-and-composition**. Exhaustive options live in
|
|
13
|
-
`docs/authoring.md
|
|
13
|
+
[`docs/authoring.md`](https://github.com/theme-registry/refract/blob/main/docs/authoring.md).
|
|
14
14
|
|
|
15
15
|
## Length scales — synthesis
|
|
16
16
|
|
|
@@ -13,7 +13,7 @@ the theme and routes to the focused guide for whatever you're actually doing.
|
|
|
13
13
|
|
|
14
14
|
**You are authoring input, not changing the engine.** Never edit the core or a subsystem to
|
|
15
15
|
make a theme work — if the theme can't express something, that's a real gap to surface, not a
|
|
16
|
-
patch. Full narrative reference lives in `docs/authoring.md
|
|
16
|
+
patch. Full narrative reference lives in [`docs/authoring.md`](https://github.com/theme-registry/refract/blob/main/docs/authoring.md).
|
|
17
17
|
|
|
18
18
|
## Frame the theme
|
|
19
19
|
|
|
@@ -9,7 +9,7 @@ tier: core
|
|
|
9
9
|
The `typography` key is an **open** map: each key is a type property holding a value, plus the
|
|
10
10
|
reserved `recipes` block. Cross-cutting axes (`responsive`, `variants`, refs) are in
|
|
11
11
|
**theme-foundations**; recipe mechanics are in **recipes-and-composition**. Exhaustive options live
|
|
12
|
-
in `docs/authoring.md
|
|
12
|
+
in [`docs/authoring.md`](https://github.com/theme-registry/refract/blob/main/docs/authoring.md).
|
|
13
13
|
|
|
14
14
|
## Type properties
|
|
15
15
|
|
|
@@ -8,7 +8,7 @@ tier: core
|
|
|
8
8
|
|
|
9
9
|
Three sibling subsystems, each with its own top-level key. Cross-cutting axes (`responsive`,
|
|
10
10
|
`variants`, `modes`, refs) are in **theme-foundations**; recipe mechanics in
|
|
11
|
-
**recipes-and-composition**. Exhaustive options live in `docs/authoring.md
|
|
11
|
+
**recipes-and-composition**. Exhaustive options live in [`docs/authoring.md`](https://github.com/theme-registry/refract/blob/main/docs/authoring.md).
|
|
12
12
|
|
|
13
13
|
## effects
|
|
14
14
|
|