@ctlyst.id/internal-ui 2.0.11 → 2.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -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';
@@ -4,3 +4,4 @@ declare type Theme = typeof theme;
4
4
  declare type Foundations = typeof foundations;
5
5
  export type { Foundations, Theme };
6
6
  export { foundations, theme };
7
+ export { ThemeTypings } from '@chakra-ui/styled-system';
@@ -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
@@ -2,4 +2,4 @@ export * from './components';
2
2
  export * from './config';
3
3
  export * from './hooks';
4
4
  export * from './provider';
5
- export { extendTheme } from '@chakra-ui/react';
5
+ export { extendTheme, forwardRef } from '@chakra-ui/react';
@@ -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 () {