readme-aura 0.3.8 → 0.3.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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![readme-aura-component-0](./.github/assets/readme-aura-component-0-f47fa333.svg "Generated by readme-aura")](https://www.npmjs.com/package/readme-aura)
1
+ [![readme-aura-component-0](./.github/assets/readme-aura-component-0-cf157c0a.svg "Generated by readme-aura")](https://www.npmjs.com/package/readme-aura)
2
2
 
3
3
  Write custom **React/JSX components** directly inside your Markdown, and readme-aura will render them into beautiful SVGs that work on GitHub.
4
4
 
@@ -104,7 +104,9 @@ jobs:
104
104
 
105
105
  ## Components
106
106
 
107
- readme-aura ships with ready-to-use components you can drop into any ` ```aura ` block no imports needed. They are automatically available in the JSX context.
107
+ readme-aura ships with ready-to-use components you can drop into any ` ```aura ` block - no imports needed. They are automatically available in the JSX context.
108
+
109
+ ### SocialMediaButton
108
110
 
109
111
  <table style="width: 100%; table-layout: fixed; border-collapse: collapse;">
110
112
  <colgroup>
@@ -138,7 +140,7 @@ readme-aura ships with ready-to-use components you can drop into any ` ```aura `
138
140
  /&gt;</code></pre>
139
141
  </td>
140
142
  <td style="vertical-align: middle; text-align: center;">
141
- <img src="assets/readme-aura-button.svg" alt="SocialMediaButton" width="320" />
143
+ <img src="assets/readme-aura-button.svg" alt="SocialMediaButton" width="150" />
142
144
  </td>
143
145
  </tr>
144
146
  </tbody>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "readme-aura",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "Next-Gen README generator for GitHub — render React/JSX components to SVG inside Markdown",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.source.md CHANGED
@@ -379,7 +379,10 @@ jobs:
379
379
 
380
380
  ## Components
381
381
 
382
- readme-aura ships with ready-to-use components you can drop into any `` ```aura `` block no imports needed. They are automatically available in the JSX context.
382
+ readme-aura ships with ready-to-use components you can drop into any `` ```aura `` block - no imports needed. They are automatically available in the JSX context.
383
+
384
+
385
+ ### SocialMediaButton
383
386
 
384
387
  <table style="width: 100%; table-layout: fixed; border-collapse: collapse;">
385
388
  <colgroup>
@@ -413,7 +416,7 @@ readme-aura ships with ready-to-use components you can drop into any `` ```aura
413
416
  /&gt;</code></pre>
414
417
  </td>
415
418
  <td style="vertical-align: middle; text-align: center;">
416
- <img src="assets/readme-aura-button.svg" alt="SocialMediaButton" width="320" />
419
+ <img src="assets/readme-aura-button.svg" alt="SocialMediaButton" width="150" />
417
420
  </td>
418
421
  </tr>
419
422
  </tbody>