react-scanner-ui 0.0.12 → 0.0.13

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,6 +1,10 @@
1
- # React Scanner UI
1
+ <div align="center">
2
+ <img src="./logo.png" alt="React Scanner UI Logo" width="100" height="100">
3
+
4
+ # React Scanner UI
2
5
 
3
- > Component scanner and visualization tool for React applications
6
+ ## Component scanner and visualization tool for React applications
7
+ </div>
4
8
 
5
9
  [![npm version](https://badge.fury.io/js/react-scanner-ui.svg)](https://badge.fury.io/js/react-scanner-ui)
6
10
  [![GitHub stars](https://img.shields.io/github/stars/vimalmunjani/react-scanner-ui?style=social)](https://github.com/vimalmunjani/react-scanner-ui/stargazers)
@@ -6,6 +6,7 @@ export default defineConfig({
6
6
  base: '/react-scanner-ui/',
7
7
 
8
8
  themeConfig: {
9
+ logo: '/logo.png',
9
10
  nav: [
10
11
  { text: 'Home', link: '/' },
11
12
  { text: 'Guide', link: '/guide/' },
package/docs/index.md CHANGED
@@ -5,6 +5,9 @@ hero:
5
5
  name: 'React Scanner UI'
6
6
  text: 'Component Scanner & Visualization Tool'
7
7
  tagline: 'Scan, analyze, and visualize your React components with ease'
8
+ image:
9
+ src: /logo.png
10
+ alt: React Scanner UI Logo
8
11
  actions:
9
12
  - theme: brand
10
13
  text: Get Started
Binary file
Binary file
package/logo.png ADDED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-scanner-ui",
3
3
  "type": "module",
4
- "version": "0.0.12",
4
+ "version": "0.0.13",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
7
  "react-scanner-ui": "dist/index.js"
@@ -11,6 +11,7 @@
11
11
  "url": "git+https://github.com/vimalmunjani/react-scanner-ui.git"
12
12
  },
13
13
  "homepage": "https://vimalmunjani.github.io/react-scanner-ui/",
14
+ "logo": "logo.png",
14
15
  "author": "Vimal Munjani <vimal.j.munjani@gmail.com>",
15
16
  "license": "MIT",
16
17
  "publishConfig": {