@ctlyst.id/internal-ui 2.0.11 → 2.0.13
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/components/layouting/index.d.ts +1 -1
- package/dist/config/theme/themeConfiguration.d.ts +1 -0
- package/dist/hooks/index.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/internal-ui.cjs.development.js +42 -0
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +4 -4
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +1 -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, RequiredIndicator, RequiredIndicatorProps, } from '@chakra-ui/react';
|
|
7
|
+
export { FormControl, FormControlProps, FormLabel, FormLabelProps, InputGroup, InputGroupProps, InputLeftAddon, InputLeftAddonProps, InputLeftElement, InputLeftElementProps, InputProps, InputRightAddon, InputRightAddonProps, InputRightElement, InputRightElementProps, RequiredIndicator, RequiredIndicatorProps, } from '@chakra-ui/react';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Box, BoxProps, Center, Collapse, Container, ContainerProps, Divider, DividerProps, Flex, FlexProps, Grid, GridItem, GridItemProps, GridProps, HStack, Spacer, Stack, StackProps, VStack, Wrap, WrapItem, WrapItemProps, WrapProps, } from '@chakra-ui/react';
|
|
1
|
+
export { Box, BoxProps, Center, Collapse, Container, ContainerProps, Divider, DividerProps, Flex, FlexProps, Grid, GridItem, GridItemProps, GridProps, HStack, SimpleGrid, Spacer, Stack, StackProps, VStack, Wrap, WrapItem, WrapItemProps, WrapProps, } from '@chakra-ui/react';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default as useFetcher } from './useFetcher';
|
|
2
|
-
export { useBoolean, useColorModeValue, useDisclosure, UseDisclosureProps, useToken } from '@chakra-ui/react';
|
|
2
|
+
export { useBoolean, useColorMode, useColorModeValue, useDisclosure, UseDisclosureProps, UseRadioGroupProps, useToken, } from '@chakra-ui/react';
|
package/dist/index.d.ts
CHANGED
|
@@ -4869,6 +4869,30 @@ Object.defineProperty(exports, 'InputGroup', {
|
|
|
4869
4869
|
return react.InputGroup;
|
|
4870
4870
|
}
|
|
4871
4871
|
});
|
|
4872
|
+
Object.defineProperty(exports, 'InputLeftAddon', {
|
|
4873
|
+
enumerable: true,
|
|
4874
|
+
get: function () {
|
|
4875
|
+
return react.InputLeftAddon;
|
|
4876
|
+
}
|
|
4877
|
+
});
|
|
4878
|
+
Object.defineProperty(exports, 'InputLeftElement', {
|
|
4879
|
+
enumerable: true,
|
|
4880
|
+
get: function () {
|
|
4881
|
+
return react.InputLeftElement;
|
|
4882
|
+
}
|
|
4883
|
+
});
|
|
4884
|
+
Object.defineProperty(exports, 'InputRightAddon', {
|
|
4885
|
+
enumerable: true,
|
|
4886
|
+
get: function () {
|
|
4887
|
+
return react.InputRightAddon;
|
|
4888
|
+
}
|
|
4889
|
+
});
|
|
4890
|
+
Object.defineProperty(exports, 'InputRightElement', {
|
|
4891
|
+
enumerable: true,
|
|
4892
|
+
get: function () {
|
|
4893
|
+
return react.InputRightElement;
|
|
4894
|
+
}
|
|
4895
|
+
});
|
|
4872
4896
|
Object.defineProperty(exports, 'Link', {
|
|
4873
4897
|
enumerable: true,
|
|
4874
4898
|
get: function () {
|
|
@@ -5001,6 +5025,12 @@ Object.defineProperty(exports, 'ScaleFade', {
|
|
|
5001
5025
|
return react.ScaleFade;
|
|
5002
5026
|
}
|
|
5003
5027
|
});
|
|
5028
|
+
Object.defineProperty(exports, 'SimpleGrid', {
|
|
5029
|
+
enumerable: true,
|
|
5030
|
+
get: function () {
|
|
5031
|
+
return react.SimpleGrid;
|
|
5032
|
+
}
|
|
5033
|
+
});
|
|
5004
5034
|
Object.defineProperty(exports, 'Skeleton', {
|
|
5005
5035
|
enumerable: true,
|
|
5006
5036
|
get: function () {
|
|
@@ -5121,12 +5151,24 @@ Object.defineProperty(exports, 'extendTheme', {
|
|
|
5121
5151
|
return react.extendTheme;
|
|
5122
5152
|
}
|
|
5123
5153
|
});
|
|
5154
|
+
Object.defineProperty(exports, 'forwardRef', {
|
|
5155
|
+
enumerable: true,
|
|
5156
|
+
get: function () {
|
|
5157
|
+
return react.forwardRef;
|
|
5158
|
+
}
|
|
5159
|
+
});
|
|
5124
5160
|
Object.defineProperty(exports, 'useBoolean', {
|
|
5125
5161
|
enumerable: true,
|
|
5126
5162
|
get: function () {
|
|
5127
5163
|
return react.useBoolean;
|
|
5128
5164
|
}
|
|
5129
5165
|
});
|
|
5166
|
+
Object.defineProperty(exports, 'useColorMode', {
|
|
5167
|
+
enumerable: true,
|
|
5168
|
+
get: function () {
|
|
5169
|
+
return react.useColorMode;
|
|
5170
|
+
}
|
|
5171
|
+
});
|
|
5130
5172
|
Object.defineProperty(exports, 'useColorModeValue', {
|
|
5131
5173
|
enumerable: true,
|
|
5132
5174
|
get: function () {
|