@ambuj.bhaskar/react-component-library 0.31.6 → 0.32.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/dist/index.d.ts CHANGED
@@ -791,7 +791,7 @@ declare type FormConfigBranch = {
791
791
  };
792
792
 
793
793
  declare type FormConfigLeaf = FormConfigLevel & {
794
- inputType: "text" | "slider" | "range-slider" | "multiselect" | "select" | "checkbox";
794
+ inputType: "text" | "text-array" | "slider" | "range-slider" | "multiselect" | "select" | "checkbox";
795
795
  width?: string;
796
796
  required?: boolean;
797
797
  placeholder?: string;