vrfi-design-system 1.1.93 → 1.1.95
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 +6 -0
- package/dist/main.es.js +8171 -8155
- package/dist/main.umd.js +111 -111
- package/dist/sounds/notificationSound.mp3 +0 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -78,6 +78,7 @@ 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';
|
|
81
82
|
import { default as Popover } from 'antd/lib/popover';
|
|
82
83
|
import { PopoverProps } from 'antd';
|
|
83
84
|
import { ProfileDetailFooterTypes } from '../../enums/profileDetailFooter.enum';
|
|
@@ -108,6 +109,7 @@ import { SliderSingleProps } from 'antd';
|
|
|
108
109
|
import { SorterResult } from 'antd/lib/table/interface';
|
|
109
110
|
import { SortOrder } from 'antd/lib/table/interface';
|
|
110
111
|
import { SortOrderKeys } from './../../enums/sortOrderKeys.enum';
|
|
112
|
+
import { SoundEnum } from '../../enums/sound.enum';
|
|
111
113
|
import { default as Space } from 'antd/lib/space';
|
|
112
114
|
import { StatusTypes } from '../../enums/statusTypes.enum';
|
|
113
115
|
import { StatusTypes as StatusTypes_2 } from '../../../enums/statusTypes.enum';
|
|
@@ -892,6 +894,8 @@ declare interface PathIconProps {
|
|
|
892
894
|
|
|
893
895
|
export { Placement }
|
|
894
896
|
|
|
897
|
+
export { playSound }
|
|
898
|
+
|
|
895
899
|
export { Popover }
|
|
896
900
|
|
|
897
901
|
export declare const PopoverIconCard: (props: PopoverIconCardProps) => default_2.JSX.Element;
|
|
@@ -1143,6 +1147,8 @@ export { SortOrder }
|
|
|
1143
1147
|
|
|
1144
1148
|
export { SortOrderKeys }
|
|
1145
1149
|
|
|
1150
|
+
export { SoundEnum }
|
|
1151
|
+
|
|
1146
1152
|
export { Space }
|
|
1147
1153
|
|
|
1148
1154
|
export declare interface Stats {
|