sparkle-ripple 3.0.1 → 3.0.3

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <h1 align="center">✨ sparkle-ripple</h1>
2
- <p align="center">Bring Material 3(You) Ripple Effect to your <b>React</b> projects!</p>
3
- <p align="center">Previously, it was named <b>m3-ripple</b>.</p>
2
+ <p align="center">Bring Material 3(You) Ripple Effect to your <b>React</b> projects!<br />
3
+ Previously, it was named <b>m3ripple</b>.</p>
4
4
  <div align="center">
5
5
 
6
6
  [![NPM Version](https://img.shields.io/npm/v/sparkle-ripple?style=for-the-badge&logo=npm&logoColor=white&labelColor=%235c4b39&color=%23363024)](https://www.npmjs.com/package/sparkle-ripple)
@@ -10,7 +10,7 @@
10
10
  [![GitHub Repo stars](https://img.shields.io/github/stars/yuyake-litrain/sparkle-ripple?style=for-the-badge&labelColor=%235c4b39&color=%23363024)](#)
11
11
  [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/yuyake-litrain/sparkle-ripple/main.yml?style=for-the-badge&labelColor=%235c4b39&color=%23363024)](https://github.com/yuyake-litrain/sparkle-ripple/actions/workflows/main.yml)
12
12
  </div>
13
- <div align="center"><a href="https://m3ripple.js.org/"><b>Live Demo</b></a></div><br />
13
+ <div align="center"><a href="https://sparkle-ripple.js.org/"><b>Live Demo</b></a></div><br />
14
14
 
15
15
  <div align="center">
16
16
  <video src="https://github.com/user-attachments/assets/5b8cd5e6-5c91-4ca1-bc4d-50d5781a8be9" />
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "sparkle-ripple",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "author": "yuyake-litrain",
5
- "homepage": "https://m3ripple.js.org",
5
+ "homepage": "https://sparkle-ripple.js.org",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/yuyake-litrain/sparkle-ripple.git"