react-smart-fields 1.1.5 → 1.1.6

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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  ![npm](https://img.shields.io/npm/v/react-smart-fields)
4
4
  ![downloads](https://img.shields.io/npm/dw/react-smart-fields)
5
5
  ![license](https://img.shields.io/npm/l/react-smart-fields)
6
- ![issues](https://img.shields.io/github/issues/Pratikpanchal25/react-smart-fields)
7
6
 
8
7
 
9
8
  A flexible, fully-styled dynamic form generator built with **React** and **Tailwind CSS**, supporting custom input types, validation, and class overrides. Ideal for building forms quickly with full control over design and behavior.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-smart-fields",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "> A flexible, customizable, and developer-friendly component to generate dynamic form fields in React. Supports all HTML inputs, validation, and styling out of the box.",
5
5
  "license": "MIT",
6
6
  "author": "Pratik Panchal",