@solace-health/ui 0.9.22 → 0.9.24

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/dist/index.d.cts CHANGED
@@ -8,7 +8,6 @@ import { TabsProps, SubMenuProps, MenuProps as MenuProps$1 } from 'antd';
8
8
  import { MenuProps } from '@szhsin/react-menu';
9
9
  import * as _emotion_styled from '@emotion/styled';
10
10
  export { default as styled } from '@emotion/styled';
11
- import * as preact_hooks from 'preact/hooks';
12
11
  import * as _emotion_react from '@emotion/react';
13
12
  import * as react_hook_form from 'react-hook-form';
14
13
  import { UseFormReturn } from 'react-hook-form';
@@ -385,7 +384,7 @@ declare type Props = {
385
384
  declare const Tooltip: _emotion_styled.StyledComponent<Props & {
386
385
  theme?: _emotion_react.Theme | undefined;
387
386
  }, {}, {
388
- ref?: preact_hooks.Ref<any> | undefined;
387
+ ref?: react.Ref<any> | undefined;
389
388
  }>;
390
389
 
391
390
  declare type ProviderProps = {
package/dist/index.d.ts CHANGED
@@ -8,7 +8,6 @@ import { TabsProps, SubMenuProps, MenuProps as MenuProps$1 } from 'antd';
8
8
  import { MenuProps } from '@szhsin/react-menu';
9
9
  import * as _emotion_styled from '@emotion/styled';
10
10
  export { default as styled } from '@emotion/styled';
11
- import * as preact_hooks from 'preact/hooks';
12
11
  import * as _emotion_react from '@emotion/react';
13
12
  import * as react_hook_form from 'react-hook-form';
14
13
  import { UseFormReturn } from 'react-hook-form';
@@ -385,7 +384,7 @@ declare type Props = {
385
384
  declare const Tooltip: _emotion_styled.StyledComponent<Props & {
386
385
  theme?: _emotion_react.Theme | undefined;
387
386
  }, {}, {
388
- ref?: preact_hooks.Ref<any> | undefined;
387
+ ref?: react.Ref<any> | undefined;
389
388
  }>;
390
389
 
391
390
  declare type ProviderProps = {