vrfi-design-system 1.1.94 → 1.1.96

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.ts CHANGED
@@ -78,7 +78,6 @@ import { MouseEvent as MouseEvent_2 } from 'react';
78
78
  import { NotificationTypes } from '../../enums/notificationTypes';
79
79
  import { PasswordProps } from 'antd/es/input';
80
80
  import { Placement } from '../../enums/placement';
81
- import { playSound } from '../utils/sound';
82
81
  import { default as Popover } from 'antd/lib/popover';
83
82
  import { PopoverProps } from 'antd';
84
83
  import { ProfileDetailFooterTypes } from '../../enums/profileDetailFooter.enum';
@@ -894,8 +893,6 @@ declare interface PathIconProps {
894
893
 
895
894
  export { Placement }
896
895
 
897
- export { playSound }
898
-
899
896
  export { Popover }
900
897
 
901
898
  export declare const PopoverIconCard: (props: PopoverIconCardProps) => default_2.JSX.Element;