magneto365.ui 2.63.6 → 2.63.7

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.
@@ -1,8 +1,7 @@
1
1
  import { IBreadcrumbs, IUserAnalyst, IUserMenuWrapperAnalystProps } from '@components/UI/molecules';
2
2
  import { IHeaderAnalyst, INavMenuAnalystProps, IModalAnalystProps } from '@components/UI/organism';
3
- import { IMainButton, ILinkProps } from '@components/UI/atoms';
3
+ import { ILinkProps } from '@components/UI/atoms';
4
4
  import { IAnalystTemplateProps } from '@components/UI/template';
5
- export declare const MenuButtonAnalystProps: IMainButton;
6
5
  export declare const BreadCrumbAnalystProps: IBreadcrumbs;
7
6
  export declare const UserAnalystProps: IUserAnalyst;
8
7
  export declare const UserNotificationProps: ILinkProps;
@@ -18,3 +18,4 @@ export declare const SignInStyles: {
18
18
  export declare const SignUpButtonStyle: IMainButton;
19
19
  export declare const UserMenuButtonAnalystProps: IUserMenuButtonAnalystProps;
20
20
  export declare const MenuDropdownProps: IMenuDropdownProps;
21
+ export declare const MenuButtonAnalystProps: IMainButton;
@@ -1,6 +1,5 @@
1
1
  export * from './DatePicker.constants';
2
2
  export * from './Image.constants';
3
- export * from './analyst.constants';
4
3
  export * from './citiesDrawer.constant';
5
4
  export * from './common.constants';
6
5
  export * from './drawer.constants';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { IVacancies } from '../../../dist';
2
+ import { IVacancies } from '@components/UI/page';
3
3
  export declare const jobDetailsDrawer: {
4
4
  jobDetailCardProps: {
5
5
  offerDescription: string;