@diagrampilot/icons 0.2.16 → 0.3.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.md +8 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
# @diagrampilot/icons
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Icon reference validation helpers for DiagramPilot.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
Most users should install the `diagrampilot` CLI. Use this package when tooling
|
|
6
|
+
needs the same packaged icon reference behavior as DiagramPilot core
|
|
7
|
+
validation.
|
|
8
|
+
|
|
9
|
+
DiagramPilot v0.3.0 validates packaged `lucide:*` Icon References while keeping
|
|
10
|
+
DiagramSpec source renderer-neutral.
|
|
7
11
|
|
|
8
12
|
Public documentation:
|
|
9
13
|
|
|
10
14
|
- https://diagrampilot.com/docs/agents/spec.md
|
|
11
|
-
|
|
15
|
+
- https://diagrampilot.com/docs/agents/quickstart.md
|