superdesk-ui-framework 4.0.45 → 4.0.46

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,6 +1,6 @@
1
1
  import * as React from "react";
2
2
  import { DatePicker } from "../components/DatePicker";
3
- import { Spacer } from "@superdesk/common";
3
+ import { Spacer } from '@sourcefabric/common';
4
4
  import { defaultTo } from "lodash";
5
5
  import { TimePicker } from "./TimePicker";
6
6
  import { IconButton } from "./IconButton";
@@ -15,7 +15,7 @@ import {keyboardNavigation} from './KeyboardNavigation';
15
15
  import {WithPortal} from '../WithPortal';
16
16
  import { DragDropContext, Droppable, Draggable, DropResult } from "react-beautiful-dnd";
17
17
  import {getNextZIndex} from '../../zIndex';
18
- import {arrayMove} from '@superdesk/common';
18
+ import {arrayMove} from '@sourcefabric/common';
19
19
 
20
20
  interface IState<T> {
21
21
  value: Array<T>;
@@ -4,7 +4,7 @@ import {Avatar, IPropsAvatar} from './avatar';
4
4
  import {AvatarWrapper} from './avatar-wrapper';
5
5
  import {AvatarContentNumber} from './avatar-number';
6
6
  import {AvatarPlaceholder, IPropsAvatarPlaceholder} from './avatar-placeholder';
7
- import {Spacer} from '@superdesk/common';
7
+ import {Spacer} from '@sourcefabric/common';
8
8
  import {WithPopover} from '../WithPopover';
9
9
 
10
10
  export type IAvatarInGroup = Omit<IPropsAvatar, 'size'>;
@@ -102,7 +102,7 @@ export { MultiSelect } from './components/MultiSelect';
102
102
  export { ResizablePanels } from './components/ResizablePanels';
103
103
  export { WithPopover } from './components/WithPopover';
104
104
  export { PopupPositioner, showPopup } from './components/ShowPopup';
105
- export { Spacer, SpacerBlock } from '@superdesk/common';
105
+ export { Spacer, SpacerBlock } from '@sourcefabric/common';
106
106
  export { ResizeObserverComponent } from './components/ResizeObserverComponent';
107
107
  export { DragHandleDots } from './components/DragHandleDots';
108
108
  export { DragHandle } from './components/DragHandle';