react-smart-fields 1.1.1 β†’ 1.1.2

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 -4
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -164,9 +164,8 @@ You can add `inputClassName`, `labelClassName`, or `className` inside each field
164
164
 
165
165
  ## πŸ§‘β€πŸ’» Author
166
166
 
167
- **Name:** Shubham Nakum
168
- **GitHub:** [@ShubhamNakum](https://github.com/ShubhamNakum)
169
- **Website:** [https://shubhamnakum.in](https://shubhamnakum.in) *(Optional link)*
167
+ **Name:** Pratik Panchal
168
+ **GitHub:** [@Pratikpanchal25](https://github.com/Pratikpanchal25)
170
169
 
171
170
  ---
172
171
 
@@ -182,4 +181,4 @@ Pull requests are welcome! If you find bugs, feel free to [open an issue](https:
182
181
 
183
182
  ---
184
183
 
185
- > This component is built to be your plug-and-play form builder. Customize it. Theme it. Extend it. It’s yours.
184
+ ## Keywords: DynamicFields, className merge, field styling, custom CSS, override default styles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-smart-fields",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
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",
@@ -10,6 +10,10 @@
10
10
  "scripts": {
11
11
  "build": "tsc"
12
12
  },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/Pratikpanchal25/react-smart-fields"
16
+ },
13
17
  "dependencies": {
14
18
  "csstype": "^3.1.3",
15
19
  "js-tokens": "^4.0.0",