You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@opengov/form-utils

Package Overview
Dependencies
Maintainers
345
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opengov/form-utils - npm Package Compare versions

Comparing version
0.6.0
to
0.7.0
+8
-2
dist/types.d.ts

@@ -63,2 +63,7 @@ import { FieldValues, Control } from 'react-hook-form';

/** CONFIGURATION TYPES */
type LabelConfiguration = {
placeholder?: string;
canEdit?: boolean;
maxLength?: number;
};
export type SectionConfiguration<T extends FieldValues = FieldValues> = {

@@ -70,3 +75,3 @@ type: 'singleEntry' | 'multiEntry';

groups: ConfigurationGroup<T>[];
omitLabelConfiguration?: boolean;
label?: LabelConfiguration;
restrictedFieldTypes?: string[];

@@ -140,3 +145,3 @@ layout: {

groups: ConfigurationGroup<T>[];
omitLabelConfiguration?: boolean;
label?: LabelConfiguration;
fullWidth?: boolean;

@@ -163,1 +168,2 @@ };

export type FieldTypes = TypeConfig | TypeConfig<TextConfiguration> | TypeConfig<NumberConfiguration> | TypeConfig<DateConfiguration>;
export {};
+1
-1
{
"name": "@opengov/form-utils",
"version": "0.6.0",
"version": "0.7.0",
"description": "OpenGov Smart Forms form utils",

@@ -5,0 +5,0 @@ "type": "module",