reactaform 1.1.0 → 1.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactaform",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A powerful, type-safe React form builder library with dynamic field rendering, conditional visibility, multi-language support, and extensible validation",
5
5
  "keywords": [
6
6
  "react",
@@ -1,3 +0,0 @@
1
- import type { ReactaDefinition } from "../core/reactaFormTypes";
2
- declare const conditionalAddress: ReactaDefinition;
3
- export default conditionalAddress;
@@ -1,3 +0,0 @@
1
- import type { ReactaDefinition } from "../core/reactaFormTypes";
2
- declare const contactForm: ReactaDefinition;
3
- export default contactForm;
@@ -1,3 +0,0 @@
1
- import type { ReactaDefinition } from "../core/reactaFormTypes";
2
- declare const optionsAndParents: ReactaDefinition;
3
- export default optionsAndParents;
@@ -1,3 +0,0 @@
1
- import type { ReactaDefinition } from "../core/reactaFormTypes";
2
- declare const surveyForm: ReactaDefinition;
3
- export default surveyForm;