@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
|
@@ -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
|
|
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
|
|
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">
|