inkbridge 0.1.0-beta.8 → 0.1.0-beta.9

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 +4 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,10 @@
1
1
  <table><tr>
2
- <td valign="middle"><img src="https://inkbridge.ink/inkbridge-logo.png" alt="Inkbridge" width="96" /></td>
3
- <td valign="middle" style="padding-left:16px">
4
- <h1 style="margin:0">Inkbridge</h1>
5
- <p style="margin:4px 0 0;font-size:16px">Generates native Figma frames from your Tailwind React components and syncs design tokens back to your codebase via GitHub PRs.</p>
6
- </td>
2
+ <td valign="middle"><img src="https://inkbridge.ink/inkbridge-logo.png" alt="Inkbridge" width="80" /></td>
3
+ <td valign="middle"><h1>Inkbridge</h1></td>
7
4
  </tr></table>
8
5
 
6
+ <p align="center"><em>Generates native Figma frames from your Tailwind React components and syncs design tokens back to your codebase via GitHub PRs.</em></p>
7
+
9
8
  ## What it does
10
9
 
11
10
  | Feature | Description |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inkbridge",
3
- "version": "0.1.0-beta.8",
3
+ "version": "0.1.0-beta.9",
4
4
  "description": "Figma plugin that generates a pixel-accurate design system from your Tailwind React components.",
5
5
  "type": "module",
6
6
  "bin": {