vrfi-design-system 1.1.95 → 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 +0 -3
- package/dist/main.es.js +8160 -8175
- package/dist/main.umd.js +111 -111
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/sounds/notificationSound.mp3 +0 -0
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;
|