@bitrise/bitkit 10.25.0 → 10.25.1

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.25.0",
4
+ "version": "10.25.1",
5
5
  "repository": "git@github.com:bitrise-io/bitkit.git",
6
6
  "main": "src/index.ts",
7
7
  "license": "UNLICENSED",
@@ -58,10 +58,10 @@ export const Responsive = () => {
58
58
  <Card boxShadow="medium" marginBottom="24" padding="24">
59
59
  <CardContent>
60
60
  <Text as="h3" size="6" marginBottom="12">
61
- With useResponsiveHook
61
+ With useResponsive hook
62
62
  </Text>
63
63
  <Text marginBottom="24">
64
- Use this hook when you want to render something conditionally. It will return an array with 1-4 booleans,
64
+ Use this hook when you want to render something conditionally. It will return an object with 1-4 booleans,
65
65
  like:
66
66
  <br />
67
67
  <Code backgroundColor="neutral.20" color="neutral.93" paddingY="4" paddingX="8">