New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@highoutput/hds-forms

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highoutput/hds-forms - npm Package Compare versions

Comparing version

to
0.1.17

@@ -7,3 +7,2 @@ import { ThemingProps } from '@chakra-ui/react';

label?: string;
labelColor?: string;
errorMsg?: string;

@@ -10,0 +9,0 @@ helperMsg?: string;

@@ -16,3 +16,2 @@ 'use strict';

label = _ref.label,
labelColor = _ref.labelColor,
errorMsg = _ref.errorMsg,

@@ -34,10 +33,7 @@ helperMsg = _ref.helperMsg,

"aria-label": "Form Group"
}, label && React__default.createElement(react.FormLabel, Object.assign({
borderRadius: "4px"
}, labelColor && {
color: labelColor
}, {
}, label && React__default.createElement(react.FormLabel, {
borderRadius: "4px",
"data-testid": uid + "-form-container-label",
sx: styles.formLabel
}), label), children, React__default.createElement(react.FormErrorMessage, {
}, label), children, React__default.createElement(react.FormErrorMessage, {
sx: styles.formErrorMessage,

@@ -238,3 +234,3 @@ "data-testid": uid + "-form-container-error"

var uid = React.useId();
return React__default.createElement(FormContainer, Object.assign({}, props), React__default.createElement(react.Select, Object.assign({}, props, {
return React__default.createElement(FormContainer, Object.assign({}, props), React__default.createElement(react.Select, {
ref: ref,

@@ -249,3 +245,3 @@ name: name,

"data-testid": uid + "-select-field-select"
}), options.map(function (_ref) {
}, options.map(function (_ref) {
var value = _ref.value,

@@ -252,0 +248,0 @@ label = _ref.label;

@@ -1,2 +0,2 @@

"use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var t=require("@chakra-ui/react"),r=require("react"),n=e(r),a=require("@chakra-ui/icons"),o=e(require("lodash/omit")),i=function(e){var a=e.id,o=e.label,i=e.labelColor,l=e.errorMsg,u=e.helperMsg,s=e.children,d=e.disabled,c=t.useMultiStyleConfig("Form",{variant:e.variant}),m=r.useId();return n.createElement(t.FormControl,{id:a,isInvalid:Boolean(l),isReadOnly:d,"data-testid":m+"-form-container-form-control",sx:c.formControl,"aria-label":"Form Group"},o&&n.createElement(t.FormLabel,Object.assign({borderRadius:"4px"},i&&{color:i},{"data-testid":m+"-form-container-label",sx:c.formLabel}),o),s,n.createElement(t.FormErrorMessage,{sx:c.formErrorMessage,"data-testid":m+"-form-container-error"},l),u&&n.createElement(t.FormHelperText,{sx:c.formHelperText,"data-testid":m+"-form-container-helper"},u))},l=r.forwardRef((function(e,a){var o=e.type,l=void 0===o?"text":o,u=e.size,s=void 0===u?"md":u,d=e.__testId,c=e.maxLength,m=e.autoFocus,p=e.placeholder,f=e.leftIcon,g=e.rightIcon,h=e.onChange,v=e.onBlur,E=e.name,b=e.autoComplete,x=e.disabled,I=e.readOnly,C=e.defaultValue,y=e.variant,F=void 0===y?"outline":y,B=e.onPressEnter,M=e.inputValue,O=t.useMultiStyleConfig("Form",{variant:F,size:s}),w=r.useId();return n.createElement(i,Object.assign({},e),n.createElement(t.InputGroup,{sx:O.formInputGroup,size:s,"data-testid":w+"-input-field-group"},f&&n.createElement(t.InputLeftElement,{"data-testid":w+"-input-field-left-element"},f),n.createElement(t.Input,{sx:O.formInput,errorBorderColor:"red.500",autoFocus:m,ref:a,name:E,onChange:h,onBlur:v,type:l,placeholder:p,autoComplete:b,disabled:x,readOnly:I,defaultValue:C,maxLength:c,variant:F,onKeyPress:function(e){"Enter"===e.key&&B&&B()},value:M?M.trim():void 0,role:"input","data-testid":null!=d?d:w+"-input-field-input"}),g&&n.createElement(t.InputRightElement,{"data-testid":w+"-input-field-right-element"},g)))})),u=r.forwardRef((function(e,r){var o=e.placeholder,i=e.onBlur,u=e.errorMsg,s=e.onChange,d=e.onPressEnter,c=n.useState(!1),m=c[0],p=c[1];return n.createElement(l,{placeholder:o,id:"Password-input",type:m?"text":"password",errorMsg:u,onBlur:i,onChange:s,onPressEnter:d,rightIcon:n.createElement(t.Button,{background:"none",_hover:{background:"none"},_active:{background:"none"},"aria-label":"show-hide-btn",onClick:function(){return p((function(e){return!e}))}},n.createElement(m?a.ViewIcon:a.ViewOffIcon,null))})}));u.displayName="PasswordInputField";var s=r.forwardRef((function(e,a){var o=e.numberOfFields,l=void 0===o?3:o,u=e.onChange,s=e.variant,d=void 0===s?"outline":s,c=e.name,m=e.type,p=void 0===m?"alphanumeric":m,f=e.onComplete,g=e.disabled,h=t.useStyleConfig("PinInputField",{size:e.size,variant:d}),v=r.useMemo((function(){return Array.from(l<=6?{length:l}:{length:3})}),[l]),E=r.useId();return n.createElement(i,Object.assign({},e),n.createElement(t.HStack,{spacing:3},n.createElement(t.PinInput,Object.assign({autoFocus:!0,otp:!0,focusBorderColor:"brand.primary.700",errorBorderColor:"red.300",isInvalid:Boolean(null==e?void 0:e.errorMsg),type:p,isDisabled:g,variant:d},e,{placeholder:"0",onChange:function(e){null==u||u({target:{value:e,name:c}})},onComplete:f,"data-testid":E+"-pininput-input"}),v.map((function(e,r){return n.createElement(n.Fragment,{key:r},6===v.length&&3===r&&n.createElement(t.Box,{fontSize:"60px",fontWeight:"500",color:"#D0D5DD",height:"64px",textAlign:"center",display:"flex",alignItems:"center",pb:"10px"},"-"),n.createElement(t.PinInputField,{fontWeight:"semibold",w:"12",h:"12",key:r,sx:h,"data-testid":E+"-pininput-pin-"+r}))})))))}));s.displayName="PinInputField";var d=r.forwardRef((function(e,a){var o=e.options,l=e.onChange,u=e.onBlur,s=e.name,d=e.placeholder,c=e.defaultValue,m=e.disabled,p=e.variant,f=t.useMultiStyleConfig("Form",{variant:void 0===p?"outline":p}),g=r.useId();return n.createElement(i,Object.assign({},e),n.createElement(t.Select,Object.assign({},e,{ref:a,name:s,onChange:l,onBlur:u,sx:f.formInput,placeholder:d,defaultValue:c,disabled:m,"data-testid":g+"-select-field-select"}),o.map((function(e){var t=e.value;return n.createElement("option",{key:t,style:{padding:0},value:t},e.label)}))))})),c=r.forwardRef((function(e,a){var l=e.isDisabled,u=void 0!==l&&l,s=e.autoFocus,d=e.leftIcon,c=e.rightIcon,m=e.onChange,p=e.onBlur,f=e.name,g=e.limit,h=e.variant,v=t.useMultiStyleConfig("Form",{variant:void 0===h?"outline":h,size:e.size}),E=r.useId();return n.createElement(i,Object.assign({},e),n.createElement(t.InputGroup,null,d&&n.createElement(t.InputLeftElement,{pointerEvents:"none"},d),n.createElement(t.Textarea,Object.assign({isDisabled:u,maxLength:g,errorBorderColor:"red.500",autoFocus:s,ref:a,name:f,onChange:m,onBlur:p,sx:v.formTextarea,color:"gray.700",resize:"vertical"},o(e,"errorMsg"),{"data-testid":E+"-textarea-field-input"})),c&&n.createElement(t.InputRightElement,null,c)))}));exports.FormContainer=i,exports.InputField=l,exports.PasswordInputField=u,exports.PinInputField=s,exports.SelectField=d,exports.TextAreaField=c;
"use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var t=require("@chakra-ui/react"),r=require("react"),n=e(r),a=require("@chakra-ui/icons"),o=e(require("lodash/omit")),i=function(e){var a=e.id,o=e.label,i=e.errorMsg,l=e.helperMsg,u=e.children,d=e.disabled,s=t.useMultiStyleConfig("Form",{variant:e.variant}),c=r.useId();return n.createElement(t.FormControl,{id:a,isInvalid:Boolean(i),isReadOnly:d,"data-testid":c+"-form-container-form-control",sx:s.formControl,"aria-label":"Form Group"},o&&n.createElement(t.FormLabel,{borderRadius:"4px","data-testid":c+"-form-container-label",sx:s.formLabel},o),u,n.createElement(t.FormErrorMessage,{sx:s.formErrorMessage,"data-testid":c+"-form-container-error"},i),l&&n.createElement(t.FormHelperText,{sx:s.formHelperText,"data-testid":c+"-form-container-helper"},l))},l=r.forwardRef((function(e,a){var o=e.type,l=void 0===o?"text":o,u=e.size,d=void 0===u?"md":u,s=e.__testId,c=e.maxLength,m=e.autoFocus,p=e.placeholder,f=e.leftIcon,g=e.rightIcon,h=e.onChange,v=e.onBlur,E=e.name,x=e.autoComplete,I=e.disabled,b=e.readOnly,y=e.defaultValue,C=e.variant,F=void 0===C?"outline":C,B=e.onPressEnter,M=e.inputValue,w=t.useMultiStyleConfig("Form",{variant:F,size:d}),P=r.useId();return n.createElement(i,Object.assign({},e),n.createElement(t.InputGroup,{sx:w.formInputGroup,size:d,"data-testid":P+"-input-field-group"},f&&n.createElement(t.InputLeftElement,{"data-testid":P+"-input-field-left-element"},f),n.createElement(t.Input,{sx:w.formInput,errorBorderColor:"red.500",autoFocus:m,ref:a,name:E,onChange:h,onBlur:v,type:l,placeholder:p,autoComplete:x,disabled:I,readOnly:b,defaultValue:y,maxLength:c,variant:F,onKeyPress:function(e){"Enter"===e.key&&B&&B()},value:M?M.trim():void 0,role:"input","data-testid":null!=s?s:P+"-input-field-input"}),g&&n.createElement(t.InputRightElement,{"data-testid":P+"-input-field-right-element"},g)))})),u=r.forwardRef((function(e,r){var o=e.placeholder,i=e.onBlur,u=e.errorMsg,d=e.onChange,s=e.onPressEnter,c=n.useState(!1),m=c[0],p=c[1];return n.createElement(l,{placeholder:o,id:"Password-input",type:m?"text":"password",errorMsg:u,onBlur:i,onChange:d,onPressEnter:s,rightIcon:n.createElement(t.Button,{background:"none",_hover:{background:"none"},_active:{background:"none"},"aria-label":"show-hide-btn",onClick:function(){return p((function(e){return!e}))}},n.createElement(m?a.ViewIcon:a.ViewOffIcon,null))})}));u.displayName="PasswordInputField";var d=r.forwardRef((function(e,a){var o=e.numberOfFields,l=void 0===o?3:o,u=e.onChange,d=e.variant,s=void 0===d?"outline":d,c=e.name,m=e.type,p=void 0===m?"alphanumeric":m,f=e.onComplete,g=e.disabled,h=t.useStyleConfig("PinInputField",{size:e.size,variant:s}),v=r.useMemo((function(){return Array.from(l<=6?{length:l}:{length:3})}),[l]),E=r.useId();return n.createElement(i,Object.assign({},e),n.createElement(t.HStack,{spacing:3},n.createElement(t.PinInput,Object.assign({autoFocus:!0,otp:!0,focusBorderColor:"brand.primary.700",errorBorderColor:"red.300",isInvalid:Boolean(null==e?void 0:e.errorMsg),type:p,isDisabled:g,variant:s},e,{placeholder:"0",onChange:function(e){null==u||u({target:{value:e,name:c}})},onComplete:f,"data-testid":E+"-pininput-input"}),v.map((function(e,r){return n.createElement(n.Fragment,{key:r},6===v.length&&3===r&&n.createElement(t.Box,{fontSize:"60px",fontWeight:"500",color:"#D0D5DD",height:"64px",textAlign:"center",display:"flex",alignItems:"center",pb:"10px"},"-"),n.createElement(t.PinInputField,{fontWeight:"semibold",w:"12",h:"12",key:r,sx:h,"data-testid":E+"-pininput-pin-"+r}))})))))}));d.displayName="PinInputField";var s=r.forwardRef((function(e,a){var o=e.options,l=e.onChange,u=e.onBlur,d=e.name,s=e.placeholder,c=e.defaultValue,m=e.disabled,p=e.variant,f=t.useMultiStyleConfig("Form",{variant:void 0===p?"outline":p}),g=r.useId();return n.createElement(i,Object.assign({},e),n.createElement(t.Select,{ref:a,name:d,onChange:l,onBlur:u,sx:f.formInput,placeholder:s,defaultValue:c,disabled:m,"data-testid":g+"-select-field-select"},o.map((function(e){var t=e.value;return n.createElement("option",{key:t,style:{padding:0},value:t},e.label)}))))})),c=r.forwardRef((function(e,a){var l=e.isDisabled,u=void 0!==l&&l,d=e.autoFocus,s=e.leftIcon,c=e.rightIcon,m=e.onChange,p=e.onBlur,f=e.name,g=e.limit,h=e.variant,v=t.useMultiStyleConfig("Form",{variant:void 0===h?"outline":h,size:e.size}),E=r.useId();return n.createElement(i,Object.assign({},e),n.createElement(t.InputGroup,null,s&&n.createElement(t.InputLeftElement,{pointerEvents:"none"},s),n.createElement(t.Textarea,Object.assign({isDisabled:u,maxLength:g,errorBorderColor:"red.500",autoFocus:d,ref:a,name:f,onChange:m,onBlur:p,sx:v.formTextarea,color:"gray.700",resize:"vertical"},o(e,"errorMsg"),{"data-testid":E+"-textarea-field-input"})),c&&n.createElement(t.InputRightElement,null,c)))}));exports.FormContainer=i,exports.InputField=l,exports.PasswordInputField=u,exports.PinInputField=d,exports.SelectField=s,exports.TextAreaField=c;
//# sourceMappingURL=hds-forms.cjs.production.min.js.map

@@ -9,3 +9,2 @@ import { useMultiStyleConfig, FormControl, FormLabel, FormErrorMessage, FormHelperText, InputGroup, InputLeftElement, Input, InputRightElement, Button, useStyleConfig, HStack, PinInput, Box, PinInputField as PinInputField$1, Select, Textarea } from '@chakra-ui/react';

label = _ref.label,
labelColor = _ref.labelColor,
errorMsg = _ref.errorMsg,

@@ -27,10 +26,7 @@ helperMsg = _ref.helperMsg,

"aria-label": "Form Group"
}, label && React.createElement(FormLabel, Object.assign({
borderRadius: "4px"
}, labelColor && {
color: labelColor
}, {
}, label && React.createElement(FormLabel, {
borderRadius: "4px",
"data-testid": uid + "-form-container-label",
sx: styles.formLabel
}), label), children, React.createElement(FormErrorMessage, {
}, label), children, React.createElement(FormErrorMessage, {
sx: styles.formErrorMessage,

@@ -231,3 +227,3 @@ "data-testid": uid + "-form-container-error"

var uid = useId();
return React.createElement(FormContainer, Object.assign({}, props), React.createElement(Select, Object.assign({}, props, {
return React.createElement(FormContainer, Object.assign({}, props), React.createElement(Select, {
ref: ref,

@@ -242,3 +238,3 @@ name: name,

"data-testid": uid + "-select-field-select"
}), options.map(function (_ref) {
}, options.map(function (_ref) {
var value = _ref.value,

@@ -245,0 +241,0 @@ label = _ref.label;

@@ -1,6 +0,6 @@

import { CSSObject, ThemeTypings } from '@chakra-ui/react';
import { InputGroupProps } from '@chakra-ui/react';
import React, { ReactNode } from 'react';
import { FormContainerProps } from '../FormContainer/FormContainer';
export interface InputFieldProps extends Omit<FormContainerProps, 'partProps'> {
size?: ThemeTypings['sizes'];
size?: InputGroupProps['size'];
type?: string;

@@ -18,7 +18,6 @@ maxLength?: number;

variant?: string;
_hover?: CSSObject;
onPressEnter?(): void;
inputValue?: string | undefined;
}
declare const InputField: React.ForwardRefExoticComponent<Pick<InputFieldProps, "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "pattern" | "required" | "disabled" | "id" | "label" | "labelColor" | "errorMsg" | "helperMsg" | "children" | "variant" | "size" | "colorScheme" | "orientation" | "styleConfig" | "_hover" | "type" | "autoFocus" | "placeholder" | "leftIcon" | "rightIcon" | "autoComplete" | "readOnly" | "defaultValue" | "__testId" | "onPressEnter" | "inputValue"> & React.RefAttributes<HTMLInputElement>>;
declare const InputField: React.ForwardRefExoticComponent<Pick<InputFieldProps, "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "pattern" | "required" | "disabled" | "id" | "label" | "errorMsg" | "helperMsg" | "children" | "variant" | "size" | "colorScheme" | "orientation" | "styleConfig" | "defaultValue" | "placeholder" | "type" | "autoFocus" | "leftIcon" | "rightIcon" | "autoComplete" | "readOnly" | "__testId" | "onPressEnter" | "inputValue"> & React.RefAttributes<HTMLInputElement>>;
export default InputField;
import React from 'react';
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, Pick<import("./InputField").InputFieldProps, "label" | "pattern" | "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "required" | "disabled" | "id" | "labelColor" | "errorMsg" | "helperMsg" | "children" | "variant" | "size" | "colorScheme" | "orientation" | "styleConfig" | "autoComplete" | "autoFocus" | "placeholder" | "readOnly" | "type" | "defaultValue" | "_hover" | "leftIcon" | "rightIcon" | "__testId" | "onPressEnter" | "inputValue"> & React.RefAttributes<HTMLInputElement>>;
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, Pick<import("./InputField").InputFieldProps, "label" | "pattern" | "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "required" | "disabled" | "id" | "errorMsg" | "helperMsg" | "children" | "variant" | "size" | "colorScheme" | "orientation" | "styleConfig" | "autoComplete" | "autoFocus" | "placeholder" | "readOnly" | "type" | "defaultValue" | "leftIcon" | "rightIcon" | "__testId" | "onPressEnter" | "inputValue"> & React.RefAttributes<HTMLInputElement>>;
export default _default;
export declare const Default: any;

@@ -10,3 +10,3 @@ import { PinInputProps } from '@chakra-ui/react';

}
declare const PinInputField: React.ForwardRefExoticComponent<Pick<PinInputFieldProps, "onChange" | "size" | "variant" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "pattern" | "required" | "disabled" | "id" | "label" | "labelColor" | "errorMsg" | "helperMsg" | "children" | "colorScheme" | "orientation" | "styleConfig" | "autoFocus" | "value" | "defaultValue" | "onComplete" | "placeholder" | "manageFocus" | "otp" | "isDisabled" | "isInvalid" | "type" | "mask" | "focusBorderColor" | "errorBorderColor" | "numberOfFields"> & React.RefAttributes<HTMLInputElement>>;
declare const PinInputField: React.ForwardRefExoticComponent<Pick<PinInputFieldProps, "onChange" | "size" | "variant" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "pattern" | "required" | "disabled" | "id" | "label" | "errorMsg" | "helperMsg" | "children" | "colorScheme" | "orientation" | "styleConfig" | "autoFocus" | "value" | "defaultValue" | "onComplete" | "placeholder" | "manageFocus" | "otp" | "isDisabled" | "isInvalid" | "type" | "mask" | "focusBorderColor" | "errorBorderColor" | "numberOfFields"> & React.RefAttributes<HTMLInputElement>>;
export default PinInputField;
import React from 'react';
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, Pick<import("./PinInputField").PinInputFieldProps, "label" | "mask" | "pattern" | "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "required" | "disabled" | "id" | "labelColor" | "errorMsg" | "helperMsg" | "children" | "variant" | "size" | "colorScheme" | "orientation" | "styleConfig" | "autoFocus" | "placeholder" | "type" | "value" | "defaultValue" | "focusBorderColor" | "errorBorderColor" | "isDisabled" | "isInvalid" | "onComplete" | "manageFocus" | "otp" | "numberOfFields"> & React.RefAttributes<HTMLInputElement>>;
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, Pick<import("./PinInputField").PinInputFieldProps, "label" | "mask" | "pattern" | "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "required" | "disabled" | "id" | "errorMsg" | "helperMsg" | "children" | "variant" | "size" | "colorScheme" | "orientation" | "styleConfig" | "autoFocus" | "placeholder" | "type" | "value" | "defaultValue" | "focusBorderColor" | "errorBorderColor" | "isDisabled" | "isInvalid" | "onComplete" | "manageFocus" | "otp" | "numberOfFields"> & React.RefAttributes<HTMLInputElement>>;
export default _default;
export declare const Default: any;

@@ -1,5 +0,4 @@

import { SelectFieldProps as SelectFieldChakraProps } from '@chakra-ui/react';
import React from 'react';
import { FormContainerProps } from '../FormContainer/FormContainer';
export interface SelectFieldProps extends FormContainerProps, Omit<SelectFieldChakraProps, 'onBlur' | 'id' | 'onChange'> {
export interface SelectFieldProps extends FormContainerProps {
options: Array<{

@@ -13,3 +12,3 @@ label: string;

}
declare const SelectField: React.ForwardRefExoticComponent<Pick<SelectFieldProps, "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "pattern" | "required" | "disabled" | "id" | "form" | "label" | "p" | "slot" | "style" | "title" | "clipPath" | "filter" | "m" | "margin" | "mt" | "marginBlockStart" | "marginTop" | "mr" | "marginInlineEnd" | "marginEnd" | "me" | "marginRight" | "mb" | "marginBlockEnd" | "marginBottom" | "ml" | "marginInlineStart" | "marginStart" | "ms" | "marginLeft" | "mx" | "marginInline" | "marginX" | "my" | "marginBlock" | "marginY" | "padding" | "pt" | "paddingBlockStart" | "paddingTop" | "pr" | "paddingInlineEnd" | "paddingEnd" | "pe" | "paddingRight" | "pb" | "paddingBlockEnd" | "paddingBottom" | "pl" | "paddingInlineStart" | "paddingStart" | "ps" | "paddingLeft" | "px" | "paddingInline" | "paddingX" | "py" | "paddingBlock" | "paddingY" | "textColor" | "color" | "fill" | "stroke" | "transition" | "transitionProperty" | "transitionTimingFunction" | "transitionDuration" | "transitionDelay" | "animation" | "willChange" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "fontFamily" | "textAlign" | "fontStyle" | "wordBreak" | "overflowWrap" | "textOverflow" | "textTransform" | "whiteSpace" | "noOfLines" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexFlow" | "flexBasis" | "flexDirection" | "flexDir" | "flex" | "gap" | "rowGap" | "columnGap" | "justifySelf" | "alignSelf" | "order" | "flexGrow" | "flexShrink" | "placeItems" | "placeContent" | "placeSelf" | "experimental_spaceX" | "experimental_spaceY" | "transform" | "transformOrigin" | "translateX" | "translateY" | "rotate" | "skewX" | "skewY" | "scaleX" | "scaleY" | "scale" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumnStart" | "gridRowStart" | "gridRowEnd" | "gridTemplate" | "gridColumnEnd" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "blur" | "brightness" | "contrast" | "hueRotate" | "invert" | "saturate" | "dropShadow" | "backdropFilter" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropHueRotate" | "backdropInvert" | "backdropSaturate" | "display" | "width" | "w" | "inlineSize" | "boxSize" | "maxWidth" | "maxW" | "maxInlineSize" | "minWidth" | "minW" | "minInlineSize" | "height" | "h" | "blockSize" | "maxHeight" | "maxH" | "maxBlockSize" | "minHeight" | "minH" | "minBlockSize" | "verticalAlign" | "overflow" | "overflowX" | "overflowY" | "boxSizing" | "boxDecorationBreak" | "float" | "objectFit" | "objectPosition" | "overscrollBehavior" | "overscroll" | "overscrollBehaviorX" | "overscrollX" | "overscrollBehaviorY" | "overscrollY" | "visibility" | "isolation" | "border" | "borderWidth" | "borderStyle" | "borderColor" | "borderRadius" | "rounded" | "borderTop" | "borderBlockStart" | "borderTopWidth" | "borderBlockStartWidth" | "borderBottomWidth" | "borderBlockEndWidth" | "borderLeftWidth" | "borderStartWidth" | "borderInlineStartWidth" | "borderRightWidth" | "borderEndWidth" | "borderInlineEndWidth" | "borderTopStyle" | "borderBlockStartStyle" | "borderBottomStyle" | "borderBlockEndStyle" | "borderLeftStyle" | "borderStartStyle" | "borderInlineStartStyle" | "borderRightStyle" | "borderEndStyle" | "borderInlineEndStyle" | "borderTopColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBlockEndColor" | "borderLeftColor" | "borderStartColor" | "borderInlineStartColor" | "borderRightColor" | "borderEndColor" | "borderInlineEndColor" | "borderRight" | "borderEnd" | "borderInlineEnd" | "borderBottom" | "borderBlockEnd" | "borderLeft" | "borderStart" | "borderInlineStart" | "borderTopRadius" | "roundedTop" | "borderRightRadius" | "roundedRight" | "roundedEnd" | "borderInlineEndRadius" | "borderEndRadius" | "borderBottomRadius" | "roundedBottom" | "borderLeftRadius" | "roundedLeft" | "roundedStart" | "borderInlineStartRadius" | "borderStartRadius" | "borderTopLeftRadius" | "borderTopStartRadius" | "borderStartStartRadius" | "roundedTopLeft" | "roundedTopStart" | "borderTopRightRadius" | "borderTopEndRadius" | "borderStartEndRadius" | "roundedTopRight" | "roundedTopEnd" | "borderBottomLeftRadius" | "borderBottomStartRadius" | "borderEndStartRadius" | "roundedBottomLeft" | "roundedBottomStart" | "borderBottomRightRadius" | "borderBottomEndRadius" | "borderEndEndRadius" | "roundedBottomRight" | "roundedBottomEnd" | "borderX" | "borderInline" | "borderY" | "borderBlock" | "boxShadow" | "shadow" | "mixBlendMode" | "blendMode" | "backgroundBlendMode" | "bgBlendMode" | "opacity" | "bg" | "bgClip" | "backgroundClip" | "background" | "bgColor" | "backgroundColor" | "backgroundImage" | "bgGradient" | "backgroundSize" | "bgPos" | "backgroundPosition" | "bgImage" | "bgImg" | "bgRepeat" | "backgroundRepeat" | "bgSize" | "bgAttachment" | "backgroundAttachment" | "bgPosition" | "listStyleType" | "listStylePosition" | "listStylePos" | "listStyleImage" | "listStyleImg" | "zIndex" | "top" | "insetBlockStart" | "right" | "insetInlineEnd" | "insetEnd" | "bottom" | "insetBlockEnd" | "left" | "insetInlineStart" | "insetStart" | "inset" | "insetX" | "insetY" | "pos" | "position" | "insetInline" | "insetBlock" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "scrollBehavior" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollMargin" | "scrollMarginTop" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginX" | "scrollMarginY" | "scrollPadding" | "scrollPaddingTop" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingX" | "scrollPaddingY" | "appearance" | "userSelect" | "pointerEvents" | "resize" | "cursor" | "outline" | "outlineOffset" | "outlineColor" | "textDecoration" | "textDecor" | "textDecorationColor" | "textDecorationThickness" | "textDecorationStyle" | "textDecorationLine" | "textUnderlineOffset" | "textShadow" | "srOnly" | "layerStyle" | "textStyle" | "apply" | "as" | "key" | "autoComplete" | "autoFocus" | "multiple" | "size" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "_hover" | "_active" | "_focus" | "_highlighted" | "_focusWithin" | "_focusVisible" | "_disabled" | "_readOnly" | "_before" | "_after" | "_empty" | "_expanded" | "_checked" | "_grabbed" | "_pressed" | "_invalid" | "_valid" | "_loading" | "_selected" | "_hidden" | "_autofill" | "_even" | "_odd" | "_first" | "_last" | "_notFirst" | "_notLast" | "_visited" | "_activeLink" | "_activeStep" | "_indeterminate" | "_groupHover" | "_peerHover" | "_groupFocus" | "_peerFocus" | "_groupFocusVisible" | "_peerFocusVisible" | "_groupActive" | "_peerActive" | "_groupDisabled" | "_peerDisabled" | "_groupInvalid" | "_peerInvalid" | "_groupChecked" | "_peerChecked" | "_groupFocusWithin" | "_peerFocusWithin" | "_peerPlaceholderShown" | "_placeholder" | "_placeholderShown" | "_fullScreen" | "_selection" | "_rtl" | "_ltr" | "_mediaDark" | "_mediaReduceMotion" | "_dark" | "_light" | "colorScheme" | "__css" | "sx" | "css" | "isDisabled" | "options" | "variant" | "labelColor" | "errorMsg" | "helperMsg" | "orientation" | "styleConfig"> & React.RefAttributes<HTMLSelectElement>>;
declare const SelectField: React.ForwardRefExoticComponent<Pick<SelectFieldProps, "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "pattern" | "required" | "disabled" | "options" | "placeholder" | "defaultValue" | "variant" | "id" | "label" | "errorMsg" | "helperMsg" | "children" | "size" | "colorScheme" | "orientation" | "styleConfig"> & React.RefAttributes<HTMLSelectElement>>;
export default SelectField;
import React from 'react';
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, Pick<import("./SelectField").SelectFieldProps, "form" | "label" | "p" | "slot" | "style" | "title" | "clipPath" | "filter" | "pattern" | "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "required" | "disabled" | "id" | "labelColor" | "errorMsg" | "helperMsg" | "children" | "variant" | "size" | "colorScheme" | "orientation" | "styleConfig" | "transition" | "as" | "color" | "key" | "autoComplete" | "autoFocus" | "height" | "multiple" | "placeholder" | "value" | "width" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "m" | "margin" | "mt" | "marginBlockStart" | "marginTop" | "mr" | "marginInlineEnd" | "marginEnd" | "me" | "marginRight" | "mb" | "marginBlockEnd" | "marginBottom" | "ml" | "marginInlineStart" | "marginStart" | "ms" | "marginLeft" | "mx" | "marginInline" | "marginX" | "my" | "marginBlock" | "marginY" | "padding" | "pt" | "paddingBlockStart" | "paddingTop" | "pr" | "paddingInlineEnd" | "paddingEnd" | "pe" | "paddingRight" | "pb" | "paddingBlockEnd" | "paddingBottom" | "pl" | "paddingInlineStart" | "paddingStart" | "ps" | "paddingLeft" | "px" | "paddingInline" | "paddingX" | "py" | "paddingBlock" | "paddingY" | "textColor" | "fill" | "stroke" | "transitionProperty" | "transitionTimingFunction" | "transitionDuration" | "transitionDelay" | "animation" | "willChange" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "fontFamily" | "textAlign" | "fontStyle" | "wordBreak" | "overflowWrap" | "textOverflow" | "textTransform" | "whiteSpace" | "noOfLines" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexFlow" | "flexBasis" | "flexDirection" | "flexDir" | "flex" | "gap" | "rowGap" | "columnGap" | "justifySelf" | "alignSelf" | "order" | "flexGrow" | "flexShrink" | "placeItems" | "placeContent" | "placeSelf" | "experimental_spaceX" | "experimental_spaceY" | "transform" | "transformOrigin" | "translateX" | "translateY" | "rotate" | "skewX" | "skewY" | "scaleX" | "scaleY" | "scale" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumnStart" | "gridRowStart" | "gridRowEnd" | "gridTemplate" | "gridColumnEnd" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "blur" | "brightness" | "contrast" | "hueRotate" | "invert" | "saturate" | "dropShadow" | "backdropFilter" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropHueRotate" | "backdropInvert" | "backdropSaturate" | "display" | "w" | "inlineSize" | "boxSize" | "maxWidth" | "maxW" | "maxInlineSize" | "minWidth" | "minW" | "minInlineSize" | "h" | "blockSize" | "maxHeight" | "maxH" | "maxBlockSize" | "minHeight" | "minH" | "minBlockSize" | "verticalAlign" | "overflow" | "overflowX" | "overflowY" | "boxSizing" | "boxDecorationBreak" | "float" | "objectFit" | "objectPosition" | "overscrollBehavior" | "overscroll" | "overscrollBehaviorX" | "overscrollX" | "overscrollBehaviorY" | "overscrollY" | "visibility" | "isolation" | "border" | "borderWidth" | "borderStyle" | "borderColor" | "borderRadius" | "rounded" | "borderTop" | "borderBlockStart" | "borderTopWidth" | "borderBlockStartWidth" | "borderBottomWidth" | "borderBlockEndWidth" | "borderLeftWidth" | "borderStartWidth" | "borderInlineStartWidth" | "borderRightWidth" | "borderEndWidth" | "borderInlineEndWidth" | "borderTopStyle" | "borderBlockStartStyle" | "borderBottomStyle" | "borderBlockEndStyle" | "borderLeftStyle" | "borderStartStyle" | "borderInlineStartStyle" | "borderRightStyle" | "borderEndStyle" | "borderInlineEndStyle" | "borderTopColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBlockEndColor" | "borderLeftColor" | "borderStartColor" | "borderInlineStartColor" | "borderRightColor" | "borderEndColor" | "borderInlineEndColor" | "borderRight" | "borderEnd" | "borderInlineEnd" | "borderBottom" | "borderBlockEnd" | "borderLeft" | "borderStart" | "borderInlineStart" | "borderTopRadius" | "roundedTop" | "borderRightRadius" | "roundedRight" | "roundedEnd" | "borderInlineEndRadius" | "borderEndRadius" | "borderBottomRadius" | "roundedBottom" | "borderLeftRadius" | "roundedLeft" | "roundedStart" | "borderInlineStartRadius" | "borderStartRadius" | "borderTopLeftRadius" | "borderTopStartRadius" | "borderStartStartRadius" | "roundedTopLeft" | "roundedTopStart" | "borderTopRightRadius" | "borderTopEndRadius" | "borderStartEndRadius" | "roundedTopRight" | "roundedTopEnd" | "borderBottomLeftRadius" | "borderBottomStartRadius" | "borderEndStartRadius" | "roundedBottomLeft" | "roundedBottomStart" | "borderBottomRightRadius" | "borderBottomEndRadius" | "borderEndEndRadius" | "roundedBottomRight" | "roundedBottomEnd" | "borderX" | "borderInline" | "borderY" | "borderBlock" | "boxShadow" | "shadow" | "mixBlendMode" | "blendMode" | "backgroundBlendMode" | "bgBlendMode" | "opacity" | "bg" | "bgClip" | "backgroundClip" | "background" | "bgColor" | "backgroundColor" | "backgroundImage" | "bgGradient" | "backgroundSize" | "bgPos" | "backgroundPosition" | "bgImage" | "bgImg" | "bgRepeat" | "backgroundRepeat" | "bgSize" | "bgAttachment" | "backgroundAttachment" | "bgPosition" | "listStyleType" | "listStylePosition" | "listStylePos" | "listStyleImage" | "listStyleImg" | "zIndex" | "top" | "insetBlockStart" | "right" | "insetInlineEnd" | "insetEnd" | "bottom" | "insetBlockEnd" | "left" | "insetInlineStart" | "insetStart" | "inset" | "insetX" | "insetY" | "pos" | "position" | "insetInline" | "insetBlock" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "scrollBehavior" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollMargin" | "scrollMarginTop" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginX" | "scrollMarginY" | "scrollPadding" | "scrollPaddingTop" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingX" | "scrollPaddingY" | "appearance" | "userSelect" | "pointerEvents" | "resize" | "cursor" | "outline" | "outlineOffset" | "outlineColor" | "textDecoration" | "textDecor" | "textDecorationColor" | "textDecorationThickness" | "textDecorationStyle" | "textDecorationLine" | "textUnderlineOffset" | "textShadow" | "srOnly" | "layerStyle" | "textStyle" | "apply" | "_hover" | "_active" | "_focus" | "_highlighted" | "_focusWithin" | "_focusVisible" | "_disabled" | "_readOnly" | "_before" | "_after" | "_empty" | "_expanded" | "_checked" | "_grabbed" | "_pressed" | "_invalid" | "_valid" | "_loading" | "_selected" | "_hidden" | "_autofill" | "_even" | "_odd" | "_first" | "_last" | "_notFirst" | "_notLast" | "_visited" | "_activeLink" | "_activeStep" | "_indeterminate" | "_groupHover" | "_peerHover" | "_groupFocus" | "_peerFocus" | "_groupFocusVisible" | "_peerFocusVisible" | "_groupActive" | "_peerActive" | "_groupDisabled" | "_peerDisabled" | "_groupInvalid" | "_peerInvalid" | "_groupChecked" | "_peerChecked" | "_groupFocusWithin" | "_peerFocusWithin" | "_peerPlaceholderShown" | "_placeholder" | "_placeholderShown" | "_fullScreen" | "_selection" | "_rtl" | "_ltr" | "_mediaDark" | "_mediaReduceMotion" | "_dark" | "_light" | "__css" | "sx" | "css" | "isDisabled" | "options"> & React.RefAttributes<HTMLSelectElement>>;
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, Pick<import("./SelectField").SelectFieldProps, "label" | "pattern" | "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "required" | "disabled" | "id" | "errorMsg" | "helperMsg" | "children" | "variant" | "size" | "colorScheme" | "orientation" | "styleConfig" | "placeholder" | "defaultValue" | "options"> & React.RefAttributes<HTMLSelectElement>>;
export default _default;
export declare const Default: any;
import React from 'react';
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, Pick<import("./TextareaField").TextAreaFieldProps, "form" | "label" | "p" | "slot" | "style" | "title" | "clipPath" | "filter" | "pattern" | "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "required" | "disabled" | "id" | "labelColor" | "errorMsg" | "helperMsg" | "children" | "variant" | "size" | "colorScheme" | "orientation" | "styleConfig" | "transition" | "as" | "color" | "key" | "autoComplete" | "autoFocus" | "height" | "placeholder" | "type" | "value" | "width" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "m" | "margin" | "mt" | "marginBlockStart" | "marginTop" | "mr" | "marginInlineEnd" | "marginEnd" | "me" | "marginRight" | "mb" | "marginBlockEnd" | "marginBottom" | "ml" | "marginInlineStart" | "marginStart" | "ms" | "marginLeft" | "mx" | "marginInline" | "marginX" | "my" | "marginBlock" | "marginY" | "padding" | "pt" | "paddingBlockStart" | "paddingTop" | "pr" | "paddingInlineEnd" | "paddingEnd" | "pe" | "paddingRight" | "pb" | "paddingBlockEnd" | "paddingBottom" | "pl" | "paddingInlineStart" | "paddingStart" | "ps" | "paddingLeft" | "px" | "paddingInline" | "paddingX" | "py" | "paddingBlock" | "paddingY" | "textColor" | "fill" | "stroke" | "transitionProperty" | "transitionTimingFunction" | "transitionDuration" | "transitionDelay" | "animation" | "willChange" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "fontFamily" | "textAlign" | "fontStyle" | "wordBreak" | "overflowWrap" | "textOverflow" | "textTransform" | "whiteSpace" | "noOfLines" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexFlow" | "flexBasis" | "flexDirection" | "flexDir" | "flex" | "gap" | "rowGap" | "columnGap" | "justifySelf" | "alignSelf" | "order" | "flexGrow" | "flexShrink" | "placeItems" | "placeContent" | "placeSelf" | "experimental_spaceX" | "experimental_spaceY" | "transform" | "transformOrigin" | "translateX" | "translateY" | "rotate" | "skewX" | "skewY" | "scaleX" | "scaleY" | "scale" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumnStart" | "gridRowStart" | "gridRowEnd" | "gridTemplate" | "gridColumnEnd" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "blur" | "brightness" | "contrast" | "hueRotate" | "invert" | "saturate" | "dropShadow" | "backdropFilter" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropHueRotate" | "backdropInvert" | "backdropSaturate" | "display" | "w" | "inlineSize" | "boxSize" | "maxWidth" | "maxW" | "maxInlineSize" | "minWidth" | "minW" | "minInlineSize" | "h" | "blockSize" | "maxHeight" | "maxH" | "maxBlockSize" | "minHeight" | "minH" | "minBlockSize" | "verticalAlign" | "overflow" | "overflowX" | "overflowY" | "boxSizing" | "boxDecorationBreak" | "float" | "objectFit" | "objectPosition" | "overscrollBehavior" | "overscroll" | "overscrollBehaviorX" | "overscrollX" | "overscrollBehaviorY" | "overscrollY" | "visibility" | "isolation" | "border" | "borderWidth" | "borderStyle" | "borderColor" | "borderRadius" | "rounded" | "borderTop" | "borderBlockStart" | "borderTopWidth" | "borderBlockStartWidth" | "borderBottomWidth" | "borderBlockEndWidth" | "borderLeftWidth" | "borderStartWidth" | "borderInlineStartWidth" | "borderRightWidth" | "borderEndWidth" | "borderInlineEndWidth" | "borderTopStyle" | "borderBlockStartStyle" | "borderBottomStyle" | "borderBlockEndStyle" | "borderLeftStyle" | "borderStartStyle" | "borderInlineStartStyle" | "borderRightStyle" | "borderEndStyle" | "borderInlineEndStyle" | "borderTopColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBlockEndColor" | "borderLeftColor" | "borderStartColor" | "borderInlineStartColor" | "borderRightColor" | "borderEndColor" | "borderInlineEndColor" | "borderRight" | "borderEnd" | "borderInlineEnd" | "borderBottom" | "borderBlockEnd" | "borderLeft" | "borderStart" | "borderInlineStart" | "borderTopRadius" | "roundedTop" | "borderRightRadius" | "roundedRight" | "roundedEnd" | "borderInlineEndRadius" | "borderEndRadius" | "borderBottomRadius" | "roundedBottom" | "borderLeftRadius" | "roundedLeft" | "roundedStart" | "borderInlineStartRadius" | "borderStartRadius" | "borderTopLeftRadius" | "borderTopStartRadius" | "borderStartStartRadius" | "roundedTopLeft" | "roundedTopStart" | "borderTopRightRadius" | "borderTopEndRadius" | "borderStartEndRadius" | "roundedTopRight" | "roundedTopEnd" | "borderBottomLeftRadius" | "borderBottomStartRadius" | "borderEndStartRadius" | "roundedBottomLeft" | "roundedBottomStart" | "borderBottomRightRadius" | "borderBottomEndRadius" | "borderEndEndRadius" | "roundedBottomRight" | "roundedBottomEnd" | "borderX" | "borderInline" | "borderY" | "borderBlock" | "boxShadow" | "shadow" | "mixBlendMode" | "blendMode" | "backgroundBlendMode" | "bgBlendMode" | "opacity" | "bg" | "bgClip" | "backgroundClip" | "background" | "bgColor" | "backgroundColor" | "backgroundImage" | "bgGradient" | "backgroundSize" | "bgPos" | "backgroundPosition" | "bgImage" | "bgImg" | "bgRepeat" | "backgroundRepeat" | "bgSize" | "bgAttachment" | "backgroundAttachment" | "bgPosition" | "listStyleType" | "listStylePosition" | "listStylePos" | "listStyleImage" | "listStyleImg" | "zIndex" | "top" | "insetBlockStart" | "right" | "insetInlineEnd" | "insetEnd" | "bottom" | "insetBlockEnd" | "left" | "insetInlineStart" | "insetStart" | "inset" | "insetX" | "insetY" | "pos" | "position" | "insetInline" | "insetBlock" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "scrollBehavior" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollMargin" | "scrollMarginTop" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginX" | "scrollMarginY" | "scrollPadding" | "scrollPaddingTop" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingX" | "scrollPaddingY" | "appearance" | "userSelect" | "pointerEvents" | "resize" | "cursor" | "outline" | "outlineOffset" | "outlineColor" | "textDecoration" | "textDecor" | "textDecorationColor" | "textDecorationThickness" | "textDecorationStyle" | "textDecorationLine" | "textUnderlineOffset" | "textShadow" | "srOnly" | "layerStyle" | "textStyle" | "apply" | "_hover" | "_active" | "_focus" | "_highlighted" | "_focusWithin" | "_focusVisible" | "_disabled" | "_readOnly" | "_before" | "_after" | "_empty" | "_expanded" | "_checked" | "_grabbed" | "_pressed" | "_invalid" | "_valid" | "_loading" | "_selected" | "_hidden" | "_autofill" | "_even" | "_odd" | "_first" | "_last" | "_notFirst" | "_notLast" | "_visited" | "_activeLink" | "_activeStep" | "_indeterminate" | "_groupHover" | "_peerHover" | "_groupFocus" | "_peerFocus" | "_groupFocusVisible" | "_peerFocusVisible" | "_groupActive" | "_peerActive" | "_groupDisabled" | "_peerDisabled" | "_groupInvalid" | "_peerInvalid" | "_groupChecked" | "_peerChecked" | "_groupFocusWithin" | "_peerFocusWithin" | "_peerPlaceholderShown" | "_placeholder" | "_placeholderShown" | "_fullScreen" | "_selection" | "_rtl" | "_ltr" | "_mediaDark" | "_mediaReduceMotion" | "_dark" | "_light" | "__css" | "sx" | "css" | "focusBorderColor" | "errorBorderColor" | "isRequired" | "isDisabled" | "isInvalid" | "isReadOnly" | "leftIcon" | "rightIcon" | "wrap" | "cols" | "dirName" | "rows" | "limit"> & React.RefAttributes<HTMLTextAreaElement>>;
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, Pick<import("./TextareaField").TextAreaFieldProps, "form" | "label" | "p" | "slot" | "style" | "title" | "clipPath" | "filter" | "pattern" | "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "required" | "disabled" | "id" | "errorMsg" | "helperMsg" | "children" | "variant" | "size" | "colorScheme" | "orientation" | "styleConfig" | "transition" | "as" | "color" | "key" | "autoComplete" | "autoFocus" | "height" | "placeholder" | "type" | "value" | "width" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "m" | "margin" | "mt" | "marginBlockStart" | "marginTop" | "mr" | "marginInlineEnd" | "marginEnd" | "me" | "marginRight" | "mb" | "marginBlockEnd" | "marginBottom" | "ml" | "marginInlineStart" | "marginStart" | "ms" | "marginLeft" | "mx" | "marginInline" | "marginX" | "my" | "marginBlock" | "marginY" | "padding" | "pt" | "paddingBlockStart" | "paddingTop" | "pr" | "paddingInlineEnd" | "paddingEnd" | "pe" | "paddingRight" | "pb" | "paddingBlockEnd" | "paddingBottom" | "pl" | "paddingInlineStart" | "paddingStart" | "ps" | "paddingLeft" | "px" | "paddingInline" | "paddingX" | "py" | "paddingBlock" | "paddingY" | "textColor" | "fill" | "stroke" | "transitionProperty" | "transitionTimingFunction" | "transitionDuration" | "transitionDelay" | "animation" | "willChange" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "fontFamily" | "textAlign" | "fontStyle" | "wordBreak" | "overflowWrap" | "textOverflow" | "textTransform" | "whiteSpace" | "noOfLines" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexFlow" | "flexBasis" | "flexDirection" | "flexDir" | "flex" | "gap" | "rowGap" | "columnGap" | "justifySelf" | "alignSelf" | "order" | "flexGrow" | "flexShrink" | "placeItems" | "placeContent" | "placeSelf" | "experimental_spaceX" | "experimental_spaceY" | "transform" | "transformOrigin" | "translateX" | "translateY" | "rotate" | "skewX" | "skewY" | "scaleX" | "scaleY" | "scale" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumnStart" | "gridRowStart" | "gridRowEnd" | "gridTemplate" | "gridColumnEnd" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "blur" | "brightness" | "contrast" | "hueRotate" | "invert" | "saturate" | "dropShadow" | "backdropFilter" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropHueRotate" | "backdropInvert" | "backdropSaturate" | "display" | "w" | "inlineSize" | "boxSize" | "maxWidth" | "maxW" | "maxInlineSize" | "minWidth" | "minW" | "minInlineSize" | "h" | "blockSize" | "maxHeight" | "maxH" | "maxBlockSize" | "minHeight" | "minH" | "minBlockSize" | "verticalAlign" | "overflow" | "overflowX" | "overflowY" | "boxSizing" | "boxDecorationBreak" | "float" | "objectFit" | "objectPosition" | "overscrollBehavior" | "overscroll" | "overscrollBehaviorX" | "overscrollX" | "overscrollBehaviorY" | "overscrollY" | "visibility" | "isolation" | "border" | "borderWidth" | "borderStyle" | "borderColor" | "borderRadius" | "rounded" | "borderTop" | "borderBlockStart" | "borderTopWidth" | "borderBlockStartWidth" | "borderBottomWidth" | "borderBlockEndWidth" | "borderLeftWidth" | "borderStartWidth" | "borderInlineStartWidth" | "borderRightWidth" | "borderEndWidth" | "borderInlineEndWidth" | "borderTopStyle" | "borderBlockStartStyle" | "borderBottomStyle" | "borderBlockEndStyle" | "borderLeftStyle" | "borderStartStyle" | "borderInlineStartStyle" | "borderRightStyle" | "borderEndStyle" | "borderInlineEndStyle" | "borderTopColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBlockEndColor" | "borderLeftColor" | "borderStartColor" | "borderInlineStartColor" | "borderRightColor" | "borderEndColor" | "borderInlineEndColor" | "borderRight" | "borderEnd" | "borderInlineEnd" | "borderBottom" | "borderBlockEnd" | "borderLeft" | "borderStart" | "borderInlineStart" | "borderTopRadius" | "roundedTop" | "borderRightRadius" | "roundedRight" | "roundedEnd" | "borderInlineEndRadius" | "borderEndRadius" | "borderBottomRadius" | "roundedBottom" | "borderLeftRadius" | "roundedLeft" | "roundedStart" | "borderInlineStartRadius" | "borderStartRadius" | "borderTopLeftRadius" | "borderTopStartRadius" | "borderStartStartRadius" | "roundedTopLeft" | "roundedTopStart" | "borderTopRightRadius" | "borderTopEndRadius" | "borderStartEndRadius" | "roundedTopRight" | "roundedTopEnd" | "borderBottomLeftRadius" | "borderBottomStartRadius" | "borderEndStartRadius" | "roundedBottomLeft" | "roundedBottomStart" | "borderBottomRightRadius" | "borderBottomEndRadius" | "borderEndEndRadius" | "roundedBottomRight" | "roundedBottomEnd" | "borderX" | "borderInline" | "borderY" | "borderBlock" | "boxShadow" | "shadow" | "mixBlendMode" | "blendMode" | "backgroundBlendMode" | "bgBlendMode" | "opacity" | "bg" | "bgClip" | "backgroundClip" | "background" | "bgColor" | "backgroundColor" | "backgroundImage" | "bgGradient" | "backgroundSize" | "bgPos" | "backgroundPosition" | "bgImage" | "bgImg" | "bgRepeat" | "backgroundRepeat" | "bgSize" | "bgAttachment" | "backgroundAttachment" | "bgPosition" | "listStyleType" | "listStylePosition" | "listStylePos" | "listStyleImage" | "listStyleImg" | "zIndex" | "top" | "insetBlockStart" | "right" | "insetInlineEnd" | "insetEnd" | "bottom" | "insetBlockEnd" | "left" | "insetInlineStart" | "insetStart" | "inset" | "insetX" | "insetY" | "pos" | "position" | "insetInline" | "insetBlock" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "scrollBehavior" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollMargin" | "scrollMarginTop" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginX" | "scrollMarginY" | "scrollPadding" | "scrollPaddingTop" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingX" | "scrollPaddingY" | "appearance" | "userSelect" | "pointerEvents" | "resize" | "cursor" | "outline" | "outlineOffset" | "outlineColor" | "textDecoration" | "textDecor" | "textDecorationColor" | "textDecorationThickness" | "textDecorationStyle" | "textDecorationLine" | "textUnderlineOffset" | "textShadow" | "srOnly" | "layerStyle" | "textStyle" | "apply" | "_hover" | "_active" | "_focus" | "_highlighted" | "_focusWithin" | "_focusVisible" | "_disabled" | "_readOnly" | "_before" | "_after" | "_empty" | "_expanded" | "_checked" | "_grabbed" | "_pressed" | "_invalid" | "_valid" | "_loading" | "_selected" | "_hidden" | "_autofill" | "_even" | "_odd" | "_first" | "_last" | "_notFirst" | "_notLast" | "_visited" | "_activeLink" | "_activeStep" | "_indeterminate" | "_groupHover" | "_peerHover" | "_groupFocus" | "_peerFocus" | "_groupFocusVisible" | "_peerFocusVisible" | "_groupActive" | "_peerActive" | "_groupDisabled" | "_peerDisabled" | "_groupInvalid" | "_peerInvalid" | "_groupChecked" | "_peerChecked" | "_groupFocusWithin" | "_peerFocusWithin" | "_peerPlaceholderShown" | "_placeholder" | "_placeholderShown" | "_fullScreen" | "_selection" | "_rtl" | "_ltr" | "_mediaDark" | "_mediaReduceMotion" | "_dark" | "_light" | "__css" | "sx" | "css" | "focusBorderColor" | "errorBorderColor" | "isRequired" | "isDisabled" | "isInvalid" | "isReadOnly" | "leftIcon" | "rightIcon" | "wrap" | "cols" | "dirName" | "rows" | "limit"> & React.RefAttributes<HTMLTextAreaElement>>;
export default _default;
export declare const Default: any;
import { TextareaProps } from '@chakra-ui/react';
import React, { ReactNode } from 'react';
import { FormContainerProps } from '../FormContainer/FormContainer';
export interface TextAreaFieldProps extends FormContainerProps, Omit<TextareaProps, 'onBlur' | 'id' | 'onChange' | 'size'> {
export interface TextAreaFieldProps extends FormContainerProps, Omit<TextareaProps, 'onBlur' | 'id' | 'onChange' | 'size' | 'labelColor'> {
type?: string;

@@ -15,3 +15,3 @@ autoFocus?: boolean;

}
declare const TextAreaField: React.ForwardRefExoticComponent<Pick<TextAreaFieldProps, "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "pattern" | "required" | "disabled" | "id" | "size" | "form" | "label" | "p" | "slot" | "style" | "title" | "clipPath" | "filter" | "m" | "margin" | "mt" | "marginBlockStart" | "marginTop" | "mr" | "marginInlineEnd" | "marginEnd" | "me" | "marginRight" | "mb" | "marginBlockEnd" | "marginBottom" | "ml" | "marginInlineStart" | "marginStart" | "ms" | "marginLeft" | "mx" | "marginInline" | "marginX" | "my" | "marginBlock" | "marginY" | "padding" | "pt" | "paddingBlockStart" | "paddingTop" | "pr" | "paddingInlineEnd" | "paddingEnd" | "pe" | "paddingRight" | "pb" | "paddingBlockEnd" | "paddingBottom" | "pl" | "paddingInlineStart" | "paddingStart" | "ps" | "paddingLeft" | "px" | "paddingInline" | "paddingX" | "py" | "paddingBlock" | "paddingY" | "textColor" | "color" | "fill" | "stroke" | "transition" | "transitionProperty" | "transitionTimingFunction" | "transitionDuration" | "transitionDelay" | "animation" | "willChange" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "fontFamily" | "textAlign" | "fontStyle" | "wordBreak" | "overflowWrap" | "textOverflow" | "textTransform" | "whiteSpace" | "noOfLines" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexFlow" | "flexBasis" | "flexDirection" | "flexDir" | "flex" | "gap" | "rowGap" | "columnGap" | "justifySelf" | "alignSelf" | "order" | "flexGrow" | "flexShrink" | "placeItems" | "placeContent" | "placeSelf" | "experimental_spaceX" | "experimental_spaceY" | "transform" | "transformOrigin" | "translateX" | "translateY" | "rotate" | "skewX" | "skewY" | "scaleX" | "scaleY" | "scale" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumnStart" | "gridRowStart" | "gridRowEnd" | "gridTemplate" | "gridColumnEnd" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "blur" | "brightness" | "contrast" | "hueRotate" | "invert" | "saturate" | "dropShadow" | "backdropFilter" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropHueRotate" | "backdropInvert" | "backdropSaturate" | "display" | "width" | "w" | "inlineSize" | "boxSize" | "maxWidth" | "maxW" | "maxInlineSize" | "minWidth" | "minW" | "minInlineSize" | "height" | "h" | "blockSize" | "maxHeight" | "maxH" | "maxBlockSize" | "minHeight" | "minH" | "minBlockSize" | "verticalAlign" | "overflow" | "overflowX" | "overflowY" | "boxSizing" | "boxDecorationBreak" | "float" | "objectFit" | "objectPosition" | "overscrollBehavior" | "overscroll" | "overscrollBehaviorX" | "overscrollX" | "overscrollBehaviorY" | "overscrollY" | "visibility" | "isolation" | "border" | "borderWidth" | "borderStyle" | "borderColor" | "borderRadius" | "rounded" | "borderTop" | "borderBlockStart" | "borderTopWidth" | "borderBlockStartWidth" | "borderBottomWidth" | "borderBlockEndWidth" | "borderLeftWidth" | "borderStartWidth" | "borderInlineStartWidth" | "borderRightWidth" | "borderEndWidth" | "borderInlineEndWidth" | "borderTopStyle" | "borderBlockStartStyle" | "borderBottomStyle" | "borderBlockEndStyle" | "borderLeftStyle" | "borderStartStyle" | "borderInlineStartStyle" | "borderRightStyle" | "borderEndStyle" | "borderInlineEndStyle" | "borderTopColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBlockEndColor" | "borderLeftColor" | "borderStartColor" | "borderInlineStartColor" | "borderRightColor" | "borderEndColor" | "borderInlineEndColor" | "borderRight" | "borderEnd" | "borderInlineEnd" | "borderBottom" | "borderBlockEnd" | "borderLeft" | "borderStart" | "borderInlineStart" | "borderTopRadius" | "roundedTop" | "borderRightRadius" | "roundedRight" | "roundedEnd" | "borderInlineEndRadius" | "borderEndRadius" | "borderBottomRadius" | "roundedBottom" | "borderLeftRadius" | "roundedLeft" | "roundedStart" | "borderInlineStartRadius" | "borderStartRadius" | "borderTopLeftRadius" | "borderTopStartRadius" | "borderStartStartRadius" | "roundedTopLeft" | "roundedTopStart" | "borderTopRightRadius" | "borderTopEndRadius" | "borderStartEndRadius" | "roundedTopRight" | "roundedTopEnd" | "borderBottomLeftRadius" | "borderBottomStartRadius" | "borderEndStartRadius" | "roundedBottomLeft" | "roundedBottomStart" | "borderBottomRightRadius" | "borderBottomEndRadius" | "borderEndEndRadius" | "roundedBottomRight" | "roundedBottomEnd" | "borderX" | "borderInline" | "borderY" | "borderBlock" | "boxShadow" | "shadow" | "mixBlendMode" | "blendMode" | "backgroundBlendMode" | "bgBlendMode" | "opacity" | "bg" | "bgClip" | "backgroundClip" | "background" | "bgColor" | "backgroundColor" | "backgroundImage" | "bgGradient" | "backgroundSize" | "bgPos" | "backgroundPosition" | "bgImage" | "bgImg" | "bgRepeat" | "backgroundRepeat" | "bgSize" | "bgAttachment" | "backgroundAttachment" | "bgPosition" | "listStyleType" | "listStylePosition" | "listStylePos" | "listStyleImage" | "listStyleImg" | "zIndex" | "top" | "insetBlockStart" | "right" | "insetInlineEnd" | "insetEnd" | "bottom" | "insetBlockEnd" | "left" | "insetInlineStart" | "insetStart" | "inset" | "insetX" | "insetY" | "pos" | "position" | "insetInline" | "insetBlock" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "scrollBehavior" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollMargin" | "scrollMarginTop" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginX" | "scrollMarginY" | "scrollPadding" | "scrollPaddingTop" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingX" | "scrollPaddingY" | "appearance" | "userSelect" | "pointerEvents" | "resize" | "cursor" | "outline" | "outlineOffset" | "outlineColor" | "textDecoration" | "textDecor" | "textDecorationColor" | "textDecorationThickness" | "textDecorationStyle" | "textDecorationLine" | "textUnderlineOffset" | "textShadow" | "srOnly" | "layerStyle" | "textStyle" | "apply" | "as" | "key" | "autoComplete" | "autoFocus" | "cols" | "dirName" | "placeholder" | "rows" | "value" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "_hover" | "_active" | "_focus" | "_highlighted" | "_focusWithin" | "_focusVisible" | "_disabled" | "_readOnly" | "_before" | "_after" | "_empty" | "_expanded" | "_checked" | "_grabbed" | "_pressed" | "_invalid" | "_valid" | "_loading" | "_selected" | "_hidden" | "_autofill" | "_even" | "_odd" | "_first" | "_last" | "_notFirst" | "_notLast" | "_visited" | "_activeLink" | "_activeStep" | "_indeterminate" | "_groupHover" | "_peerHover" | "_groupFocus" | "_peerFocus" | "_groupFocusVisible" | "_peerFocusVisible" | "_groupActive" | "_peerActive" | "_groupDisabled" | "_peerDisabled" | "_groupInvalid" | "_peerInvalid" | "_groupChecked" | "_peerChecked" | "_groupFocusWithin" | "_peerFocusWithin" | "_peerPlaceholderShown" | "_placeholder" | "_placeholderShown" | "_fullScreen" | "_selection" | "_rtl" | "_ltr" | "_mediaDark" | "_mediaReduceMotion" | "_dark" | "_light" | "colorScheme" | "__css" | "sx" | "css" | "focusBorderColor" | "errorBorderColor" | "isRequired" | "isDisabled" | "isInvalid" | "isReadOnly" | "variant" | "orientation" | "styleConfig" | "type" | "leftIcon" | "rightIcon" | "limit" | "labelColor" | "errorMsg" | "helperMsg"> & React.RefAttributes<HTMLTextAreaElement>>;
declare const TextAreaField: React.ForwardRefExoticComponent<Pick<TextAreaFieldProps, "onChange" | "onBlur" | "name" | "min" | "max" | "maxLength" | "minLength" | "pattern" | "required" | "disabled" | "id" | "size" | "form" | "label" | "p" | "slot" | "style" | "title" | "clipPath" | "filter" | "m" | "margin" | "mt" | "marginBlockStart" | "marginTop" | "mr" | "marginInlineEnd" | "marginEnd" | "me" | "marginRight" | "mb" | "marginBlockEnd" | "marginBottom" | "ml" | "marginInlineStart" | "marginStart" | "ms" | "marginLeft" | "mx" | "marginInline" | "marginX" | "my" | "marginBlock" | "marginY" | "padding" | "pt" | "paddingBlockStart" | "paddingTop" | "pr" | "paddingInlineEnd" | "paddingEnd" | "pe" | "paddingRight" | "pb" | "paddingBlockEnd" | "paddingBottom" | "pl" | "paddingInlineStart" | "paddingStart" | "ps" | "paddingLeft" | "px" | "paddingInline" | "paddingX" | "py" | "paddingBlock" | "paddingY" | "textColor" | "color" | "fill" | "stroke" | "transition" | "transitionProperty" | "transitionTimingFunction" | "transitionDuration" | "transitionDelay" | "animation" | "willChange" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "fontFamily" | "textAlign" | "fontStyle" | "wordBreak" | "overflowWrap" | "textOverflow" | "textTransform" | "whiteSpace" | "noOfLines" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexFlow" | "flexBasis" | "flexDirection" | "flexDir" | "flex" | "gap" | "rowGap" | "columnGap" | "justifySelf" | "alignSelf" | "order" | "flexGrow" | "flexShrink" | "placeItems" | "placeContent" | "placeSelf" | "experimental_spaceX" | "experimental_spaceY" | "transform" | "transformOrigin" | "translateX" | "translateY" | "rotate" | "skewX" | "skewY" | "scaleX" | "scaleY" | "scale" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumnStart" | "gridRowStart" | "gridRowEnd" | "gridTemplate" | "gridColumnEnd" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "blur" | "brightness" | "contrast" | "hueRotate" | "invert" | "saturate" | "dropShadow" | "backdropFilter" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropHueRotate" | "backdropInvert" | "backdropSaturate" | "display" | "width" | "w" | "inlineSize" | "boxSize" | "maxWidth" | "maxW" | "maxInlineSize" | "minWidth" | "minW" | "minInlineSize" | "height" | "h" | "blockSize" | "maxHeight" | "maxH" | "maxBlockSize" | "minHeight" | "minH" | "minBlockSize" | "verticalAlign" | "overflow" | "overflowX" | "overflowY" | "boxSizing" | "boxDecorationBreak" | "float" | "objectFit" | "objectPosition" | "overscrollBehavior" | "overscroll" | "overscrollBehaviorX" | "overscrollX" | "overscrollBehaviorY" | "overscrollY" | "visibility" | "isolation" | "border" | "borderWidth" | "borderStyle" | "borderColor" | "borderRadius" | "rounded" | "borderTop" | "borderBlockStart" | "borderTopWidth" | "borderBlockStartWidth" | "borderBottomWidth" | "borderBlockEndWidth" | "borderLeftWidth" | "borderStartWidth" | "borderInlineStartWidth" | "borderRightWidth" | "borderEndWidth" | "borderInlineEndWidth" | "borderTopStyle" | "borderBlockStartStyle" | "borderBottomStyle" | "borderBlockEndStyle" | "borderLeftStyle" | "borderStartStyle" | "borderInlineStartStyle" | "borderRightStyle" | "borderEndStyle" | "borderInlineEndStyle" | "borderTopColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBlockEndColor" | "borderLeftColor" | "borderStartColor" | "borderInlineStartColor" | "borderRightColor" | "borderEndColor" | "borderInlineEndColor" | "borderRight" | "borderEnd" | "borderInlineEnd" | "borderBottom" | "borderBlockEnd" | "borderLeft" | "borderStart" | "borderInlineStart" | "borderTopRadius" | "roundedTop" | "borderRightRadius" | "roundedRight" | "roundedEnd" | "borderInlineEndRadius" | "borderEndRadius" | "borderBottomRadius" | "roundedBottom" | "borderLeftRadius" | "roundedLeft" | "roundedStart" | "borderInlineStartRadius" | "borderStartRadius" | "borderTopLeftRadius" | "borderTopStartRadius" | "borderStartStartRadius" | "roundedTopLeft" | "roundedTopStart" | "borderTopRightRadius" | "borderTopEndRadius" | "borderStartEndRadius" | "roundedTopRight" | "roundedTopEnd" | "borderBottomLeftRadius" | "borderBottomStartRadius" | "borderEndStartRadius" | "roundedBottomLeft" | "roundedBottomStart" | "borderBottomRightRadius" | "borderBottomEndRadius" | "borderEndEndRadius" | "roundedBottomRight" | "roundedBottomEnd" | "borderX" | "borderInline" | "borderY" | "borderBlock" | "boxShadow" | "shadow" | "mixBlendMode" | "blendMode" | "backgroundBlendMode" | "bgBlendMode" | "opacity" | "bg" | "bgClip" | "backgroundClip" | "background" | "bgColor" | "backgroundColor" | "backgroundImage" | "bgGradient" | "backgroundSize" | "bgPos" | "backgroundPosition" | "bgImage" | "bgImg" | "bgRepeat" | "backgroundRepeat" | "bgSize" | "bgAttachment" | "backgroundAttachment" | "bgPosition" | "listStyleType" | "listStylePosition" | "listStylePos" | "listStyleImage" | "listStyleImg" | "zIndex" | "top" | "insetBlockStart" | "right" | "insetInlineEnd" | "insetEnd" | "bottom" | "insetBlockEnd" | "left" | "insetInlineStart" | "insetStart" | "inset" | "insetX" | "insetY" | "pos" | "position" | "insetInline" | "insetBlock" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "scrollBehavior" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollMargin" | "scrollMarginTop" | "scrollMarginBottom" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginX" | "scrollMarginY" | "scrollPadding" | "scrollPaddingTop" | "scrollPaddingBottom" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingX" | "scrollPaddingY" | "appearance" | "userSelect" | "pointerEvents" | "resize" | "cursor" | "outline" | "outlineOffset" | "outlineColor" | "textDecoration" | "textDecor" | "textDecorationColor" | "textDecorationThickness" | "textDecorationStyle" | "textDecorationLine" | "textUnderlineOffset" | "textShadow" | "srOnly" | "layerStyle" | "textStyle" | "apply" | "as" | "key" | "autoComplete" | "autoFocus" | "cols" | "dirName" | "placeholder" | "rows" | "value" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "_hover" | "_active" | "_focus" | "_highlighted" | "_focusWithin" | "_focusVisible" | "_disabled" | "_readOnly" | "_before" | "_after" | "_empty" | "_expanded" | "_checked" | "_grabbed" | "_pressed" | "_invalid" | "_valid" | "_loading" | "_selected" | "_hidden" | "_autofill" | "_even" | "_odd" | "_first" | "_last" | "_notFirst" | "_notLast" | "_visited" | "_activeLink" | "_activeStep" | "_indeterminate" | "_groupHover" | "_peerHover" | "_groupFocus" | "_peerFocus" | "_groupFocusVisible" | "_peerFocusVisible" | "_groupActive" | "_peerActive" | "_groupDisabled" | "_peerDisabled" | "_groupInvalid" | "_peerInvalid" | "_groupChecked" | "_peerChecked" | "_groupFocusWithin" | "_peerFocusWithin" | "_peerPlaceholderShown" | "_placeholder" | "_placeholderShown" | "_fullScreen" | "_selection" | "_rtl" | "_ltr" | "_mediaDark" | "_mediaReduceMotion" | "_dark" | "_light" | "colorScheme" | "__css" | "sx" | "css" | "focusBorderColor" | "errorBorderColor" | "isRequired" | "isDisabled" | "isInvalid" | "isReadOnly" | "variant" | "orientation" | "styleConfig" | "type" | "leftIcon" | "rightIcon" | "limit" | "errorMsg" | "helperMsg"> & React.RefAttributes<HTMLTextAreaElement>>;
export default TextAreaField;
{
"version": "0.1.16",
"version": "0.1.17",
"license": "MIT",

@@ -49,3 +49,3 @@ "main": "dist/index.js",

"@chakra-ui/react": "^2.3.7",
"@highoutput/hds": "^0.1.41",
"@highoutput/hds": "^0.1.42",
"@hookform/resolvers": "2.9.9",

@@ -57,3 +57,3 @@ "react": "18.2.0",

},
"gitHead": "61156a5d318ce4debc09d5108c2a821960d45f7f",
"gitHead": "7b0cee607094b309806679d66e08a6fba96ba2e0",
"scripts": {

@@ -60,0 +60,0 @@ "start": "tsdx watch",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet