readme-aura 0.3.7 → 0.3.8

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-54f70533.svg "Generated by readme-aura")](https://www.npmjs.com/package/readme-aura)
1
+ [![readme-aura-component-0](./.github/assets/readme-aura-component-0-f47fa333.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
 
@@ -121,7 +121,7 @@ readme-aura ships with ready-to-use components you can drop into any ` ```aura `
121
121
  <tr>
122
122
  <td style="vertical-align: top; padding-right: 12px;">
123
123
  <pre style="font-size: 9px; line-height: 1.3; margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;"><code>&lt;SocialMediaButton
124
- icon="https://raw.githubusercontent.com/collectioneur/readme-aura/main/assets/readme-aura-logo.png"
124
+ icon="***image URI***"
125
125
  text="readme-aura"
126
126
  backgroundColor="#111111"
127
127
  width={150}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "readme-aura",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
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
@@ -396,7 +396,7 @@ readme-aura ships with ready-to-use components you can drop into any `` ```aura
396
396
  <tr>
397
397
  <td style="vertical-align: top; padding-right: 12px;">
398
398
  <pre style="font-size: 9px; line-height: 1.3; margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;"><code>&lt;SocialMediaButton
399
- icon="https://raw.githubusercontent.com/collectioneur/readme-aura/main/assets/readme-aura-logo.png"
399
+ icon="***image URI***"
400
400
  text="readme-aura"
401
401
  backgroundColor="#111111"
402
402
  width={150}