@markdy/astro 1.1.7 → 1.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.
Files changed (2) hide show
  1. package/README.md +16 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # @markdy/astro
2
2
 
3
- [Astro](https://astro.build/) island component for [MarkdyScript](../../docs/SYNTAX.md) animated scenes.
3
+ <p align="center">
4
+ <a href="https://markdy.com/playground/"><img src="https://img.shields.io/badge/⚡_Live_Studio-markdy.com%2Fplayground-3b82f6?style=for-the-badge" alt="Live Studio" /></a>
5
+ <a href="https://markdy.com/docs/"><img src="https://img.shields.io/badge/📖_Docs-Documentation-10b981?style=for-the-badge" alt="Documentation" /></a>
6
+ <a href="https://markdy.com/examples/"><img src="https://img.shields.io/badge/🌟_Blueprints-30+_Examples-f59e0b?style=for-the-badge" alt="Examples" /></a>
7
+ </p>
8
+
9
+ [Astro](https://astro.build/) island component for [MarkdyScript](https://markdy.com/docs/) animated scenes. Embed interactive, zero-CLS architecture diagrams directly inside your Astro blogs, docs, and landing pages.
10
+
11
+ > 🚀 **Try it live**: Test MarkdyScript in the browser at **[markdy.com/playground](https://markdy.com/playground/)**
12
+ > 📚 **Documentation**: Complete syntax guide and examples at **[markdy.com/docs](https://markdy.com/docs/)**
4
13
 
5
14
  ## Features
6
15
 
@@ -121,11 +130,13 @@ beat hit:
121
130
  3. **On viewport entry:** the observer fires, clears the placeholder, and calls `createDiagram()` from `@markdy/renderer-dom`
122
131
  4. **View Transitions:** listens for `astro:page-load` to re-observe newly added elements
123
132
 
124
- ## Documentation
133
+ ## Ecosystem & Documentation
125
134
 
126
- - **[Tutorial](../../docs/TUTORIAL.md)** — step-by-step guide from zero to animated scenes
127
- - **[Syntax Reference](../../docs/SYNTAX.md)** — complete DSL language spec
135
+ - **[Interactive Studio / Playground](https://markdy.com/playground/)** — edit MarkdyScript with instant live preview in your browser
136
+ - 📖 **[Syntax Guide & Reference](https://markdy.com/docs/)** — complete language specification and keywords
137
+ - 🌟 **[Canonical Blueprints](https://markdy.com/examples/)** — production-grade distributed system and cloud architectures
138
+ - 📦 **[GitHub Repository](https://github.com/HoangYell/markdy-com)** — source code, benchmarks, and issue tracker
128
139
 
129
140
  ## License
130
141
 
131
- [MIT](../../LICENSE)
142
+ [MIT](https://github.com/HoangYell/markdy-com/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/astro",
3
- "version": "1.1.7",
3
+ "version": "1.3.0",
4
4
  "description": "Astro island component for diagram-native animated MarkdyScript architecture diagrams.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -39,7 +39,7 @@
39
39
  "registry": "https://registry.npmjs.org"
40
40
  },
41
41
  "dependencies": {
42
- "@markdy/renderer-dom": "1.1.7"
42
+ "@markdy/renderer-dom": "1.3.0"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "astro": ">=4.0.0"