@ctlyst.id/internal-ui 2.0.11 → 2.0.12

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, 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,3 @@
1
1
  export { default as useFetcher } from './useFetcher';
2
- export { useBoolean, useColorModeValue, useDisclosure, UseDisclosureProps, useToken } from '@chakra-ui/react';
2
+ export { useBoolean, useColorModeValue, useDisclosure, UseDisclosureProps, UseRadioGroupProps, useToken, } from '@chakra-ui/react';
3
+ export { useColorMode } from '@chakra-ui/system';
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';
@@ -4641,6 +4641,12 @@ function useFetcher() {
4641
4641
  };
4642
4642
  }
4643
4643
 
4644
+ Object.defineProperty(exports, 'useColorMode', {
4645
+ enumerable: true,
4646
+ get: function () {
4647
+ return system.useColorMode;
4648
+ }
4649
+ });
4644
4650
  Object.defineProperty(exports, 'AlertDialog', {
4645
4651
  enumerable: true,
4646
4652
  get: function () {
@@ -4869,6 +4875,30 @@ Object.defineProperty(exports, 'InputGroup', {
4869
4875
  return react.InputGroup;
4870
4876
  }
4871
4877
  });
4878
+ Object.defineProperty(exports, 'InputLeftAddon', {
4879
+ enumerable: true,
4880
+ get: function () {
4881
+ return react.InputLeftAddon;
4882
+ }
4883
+ });
4884
+ Object.defineProperty(exports, 'InputLeftElement', {
4885
+ enumerable: true,
4886
+ get: function () {
4887
+ return react.InputLeftElement;
4888
+ }
4889
+ });
4890
+ Object.defineProperty(exports, 'InputRightAddon', {
4891
+ enumerable: true,
4892
+ get: function () {
4893
+ return react.InputRightAddon;
4894
+ }
4895
+ });
4896
+ Object.defineProperty(exports, 'InputRightElement', {
4897
+ enumerable: true,
4898
+ get: function () {
4899
+ return react.InputRightElement;
4900
+ }
4901
+ });
4872
4902
  Object.defineProperty(exports, 'Link', {
4873
4903
  enumerable: true,
4874
4904
  get: function () {
@@ -5001,6 +5031,12 @@ Object.defineProperty(exports, 'ScaleFade', {
5001
5031
  return react.ScaleFade;
5002
5032
  }
5003
5033
  });
5034
+ Object.defineProperty(exports, 'SimpleGrid', {
5035
+ enumerable: true,
5036
+ get: function () {
5037
+ return react.SimpleGrid;
5038
+ }
5039
+ });
5004
5040
  Object.defineProperty(exports, 'Skeleton', {
5005
5041
  enumerable: true,
5006
5042
  get: function () {
@@ -5121,6 +5157,12 @@ Object.defineProperty(exports, 'extendTheme', {
5121
5157
  return react.extendTheme;
5122
5158
  }
5123
5159
  });
5160
+ Object.defineProperty(exports, 'forwardRef', {
5161
+ enumerable: true,
5162
+ get: function () {
5163
+ return react.forwardRef;
5164
+ }
5165
+ });
5124
5166
  Object.defineProperty(exports, 'useBoolean', {
5125
5167
  enumerable: true,
5126
5168
  get: function () {