@bitrise/bitkit 9.24.1 → 9.24.2

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": "9.24.1",
4
+ "version": "9.24.2",
5
5
  "repository": "git@github.com:bitrise-io/bitkit.git",
6
6
  "main": "src/index.ts",
7
7
  "license": "UNLICENSED",
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import {
2
3
  forwardRef,
3
4
  CloseButton as ChakraCloseButton,
@@ -1,4 +1,4 @@
1
- import { createContext, useContext, useMemo } from 'react';
1
+ import React, { createContext, useContext, useMemo } from 'react';
2
2
  import {
3
3
  Alert as ChakraAlert,
4
4
  AlertTitle as NotificationTitle,
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { useToast as useChakraToast, ToastOptions as ChakraToastOptions } from '@chakra-ui/react';
2
3
  import { DateTime } from 'luxon';
3
4
  import Notification, {