react-guide-step 0.1.0 → 0.2.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,6 +1,11 @@
1
1
  # react-guide-step
2
2
 
3
- English | [简体中文](./README.zh-CN.md)
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
+ [![license](https://img.shields.io/npm/l/react-guide-step.svg)](https://github.com/rodson/react-guide-step/blob/main/LICENSE)
7
+
8
+ English | [简体中文](https://github.com/rodson/react-guide-step/README.zh-CN.md)
4
9
 
5
10
  A lightweight, zero-dependency React component library for building interactive product tours, onboarding walkthroughs, and step-by-step guided experiences.
6
11
 
package/README.zh-CN.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # react-guide-step
2
2
 
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
+ [![license](https://img.shields.io/npm/l/react-guide-step.svg)](https://github.com/rodson/react-guide-step/blob/main/LICENSE)
6
+
3
7
  [English](./README.md) | 简体中文
4
8
 
5
9
  一个轻量级、零依赖的 React 组件库,用于构建交互式产品导览、用户引导和分步引导体验。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-guide-step",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "React product guide step component for onboarding tours",
5
5
  "type": "module",
6
6
  "main": "./dist/react-guide-step.cjs",