@bitrise/bitkit 10.30.0-alpha-chakra.1 → 10.31.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "10.30.0-alpha-chakra.1",
4
+ "version": "10.31.0",
5
5
  "repository": "git@github.com:bitrise-io/bitkit.git",
6
6
  "main": "src/index.ts",
7
7
  "license": "UNLICENSED",
@@ -3,14 +3,14 @@ import {
3
3
  FormControl,
4
4
  FormControlProps,
5
5
  FormErrorMessage,
6
+ FormHelperText,
7
+ FormLabel,
6
8
  Input as ChakraInput,
7
9
  InputProps as ChakraInputProps,
8
10
  forwardRef,
9
11
  InputGroup,
10
12
  InputLeftElement,
11
13
  InputRightElement,
12
- FormHelperText,
13
- FormLabel,
14
14
  } from '@chakra-ui/react';
15
15
  import Icon, { TypeIconName } from '../../Icon/Icon';
16
16
 
@@ -3,11 +3,11 @@ import {
3
3
  FormControl,
4
4
  FormControlProps,
5
5
  FormErrorMessage,
6
+ FormHelperText,
7
+ FormLabel,
6
8
  Textarea as ChakraTextarea,
7
9
  TextareaProps as ChakraTextareaProps,
8
10
  forwardRef,
9
- FormLabel,
10
- FormHelperText,
11
11
  } from '@chakra-ui/react';
12
12
 
13
13
  export interface TextareaProps extends Omit<FormControlProps, 'label' | 'onBlur' | 'onChange'> {
@@ -3,13 +3,13 @@ import {
3
3
  FormControl,
4
4
  FormControlProps,
5
5
  FormErrorMessage,
6
+ FormHelperText,
7
+ FormLabel,
6
8
  Spinner,
7
9
  Switch,
8
10
  SwitchProps,
9
11
  forwardRef,
10
12
  useMultiStyleConfig,
11
- FormLabel,
12
- FormHelperText,
13
13
  } from '@chakra-ui/react';
14
14
  import Box from '../Box/Box';
15
15
 
@@ -1,3 +1,3 @@
1
1
  export { default as useHistory } from './useHistory';
2
2
  export { default as useResponsive } from './useResponsive';
3
- export { useDisclosure } from '@chakra-ui/react';
3
+ export { useDisclosure, useToken } from '@chakra-ui/react';