@ctlyst.id/internal-ui 2.0.26 → 2.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/form/index.d.ts +1 -1
- package/dist/internal-ui.cjs.development.js +13 -0
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +1 -1
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +2 -1
- package/dist/internal-ui.esm.js.map +1 -1
- package/package.json +2 -2
@@ -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';
|
@@ -2750,6 +2750,7 @@ const PaginationButton = /*#__PURE__*/react.forwardRef(({
|
|
2750
2750
|
py: 2,
|
2751
2751
|
h: 8,
|
2752
2752
|
minW: "auto",
|
2753
|
+
width: 8,
|
2753
2754
|
background: isActive ? 'primary.500' : btnBg,
|
2754
2755
|
color: isActive ? 'white' : btnColor,
|
2755
2756
|
_hover: !isActive ? {
|
@@ -5003,6 +5004,18 @@ Object.defineProperty(exports, 'FormControl', {
|
|
5003
5004
|
return react.FormControl;
|
5004
5005
|
}
|
5005
5006
|
});
|
5007
|
+
Object.defineProperty(exports, 'FormErrorMessage', {
|
5008
|
+
enumerable: true,
|
5009
|
+
get: function () {
|
5010
|
+
return react.FormErrorMessage;
|
5011
|
+
}
|
5012
|
+
});
|
5013
|
+
Object.defineProperty(exports, 'FormHelperText', {
|
5014
|
+
enumerable: true,
|
5015
|
+
get: function () {
|
5016
|
+
return react.FormHelperText;
|
5017
|
+
}
|
5018
|
+
});
|
5006
5019
|
Object.defineProperty(exports, 'FormLabel', {
|
5007
5020
|
enumerable: true,
|
5008
5021
|
get: function () {
|