react-guide-step 0.2.0 → 0.3.0

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,11 +1,9 @@
1
1
  # react-guide-step
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/react-guide-step.svg)](https://www.npmjs.com/package/react-guide-step)
4
- [![npm downloads](https://img.shields.io/npm/dm/react-guide-step.svg)](https://www.npmjs.com/package/react-guide-step)
5
- [![bundle size](https://img.shields.io/bundlephobia/minzip/react-guide-step)](https://bundlephobia.com/package/react-guide-step)
6
4
  [![license](https://img.shields.io/npm/l/react-guide-step.svg)](https://github.com/rodson/react-guide-step/blob/main/LICENSE)
7
5
 
8
- English | [简体中文](https://github.com/rodson/react-guide-step/README.zh-CN.md)
6
+ English | [简体中文](https://github.com/rodson/react-guide-step/blob/main/README.zh-CN.md)
9
7
 
10
8
  A lightweight, zero-dependency React component library for building interactive product tours, onboarding walkthroughs, and step-by-step guided experiences.
11
9
 
package/README.zh-CN.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # react-guide-step
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/react-guide-step.svg)](https://www.npmjs.com/package/react-guide-step)
4
- [![bundle size](https://img.shields.io/bundlephobia/minzip/react-guide-step)](https://bundlephobia.com/package/react-guide-step)
5
4
  [![license](https://img.shields.io/npm/l/react-guide-step.svg)](https://github.com/rodson/react-guide-step/blob/main/LICENSE)
6
5
 
7
6
  [English](./README.md) | 简体中文
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-guide-step",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "React product guide step component for onboarding tours",
5
5
  "type": "module",
6
6
  "main": "./dist/react-guide-step.cjs",