@ctlyst.id/internal-ui 2.0.26 → 2.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,4 +4,4 @@ export { default as InputField } from './components/input-field';
4
4
  export * from './components/input-field';
5
5
  export { default as TextareaField } from './components/textarea';
6
6
  export * from './components/textarea';
7
- export { FormControl, FormControlProps, FormLabel, FormLabelProps, InputGroup, InputGroupProps, InputLeftAddon, InputLeftAddonProps, InputLeftElement, InputLeftElementProps, InputProps, InputRightAddon, InputRightAddonProps, InputRightElement, InputRightElementProps, RequiredIndicator, RequiredIndicatorProps, } from '@chakra-ui/react';
7
+ export { FormControl, FormControlProps, FormErrorMessage, FormHelperText, FormLabel, FormLabelProps, InputGroup, InputGroupProps, InputLeftAddon, InputLeftAddonProps, InputLeftElement, InputLeftElementProps, InputProps, InputRightAddon, InputRightAddonProps, InputRightElement, InputRightElementProps, RequiredIndicator, RequiredIndicatorProps, } from '@chakra-ui/react';
@@ -5003,6 +5003,18 @@ Object.defineProperty(exports, 'FormControl', {
5003
5003
  return react.FormControl;
5004
5004
  }
5005
5005
  });
5006
+ Object.defineProperty(exports, 'FormErrorMessage', {
5007
+ enumerable: true,
5008
+ get: function () {
5009
+ return react.FormErrorMessage;
5010
+ }
5011
+ });
5012
+ Object.defineProperty(exports, 'FormHelperText', {
5013
+ enumerable: true,
5014
+ get: function () {
5015
+ return react.FormHelperText;
5016
+ }
5017
+ });
5006
5018
  Object.defineProperty(exports, 'FormLabel', {
5007
5019
  enumerable: true,
5008
5020
  get: function () {