@bigbinary/neeto-team-members-frontend 2.5.21 → 2.5.22

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.js CHANGED
@@ -6,7 +6,7 @@ import axios from 'axios';
6
6
  import { noop as noop$1, replaceById, findById, isPresent, keysToSnakeCase, isNotEmpty, capitalize as capitalize$1, notEquals, toLabelAndValue, _findBy, filterBy, slugify } from '@bigbinary/neeto-commons-frontend/pure';
7
7
  import { Toastr, Tooltip, Button, Typography, Checkbox, Pane, Dropdown, Alert, Input as Input$1, NoData, PageLoader, Avatar, Tag, Modal, Table as Table$1 } from '@bigbinary/neetoui';
8
8
  import { modifyPath, prepend, assocPath, findIndex, propEq, dissocPath, is, groupBy, prop, keys, map, identical, modify, includes, pluck, fromPairs, toPairs, filter, isEmpty, equals, trim, toLower, clamp, curry, mergeLeft, isNil, assoc, not, move, head, reverse } from 'ramda';
9
- import { withTitle, Columns as Columns$1, useDebounce } from '@bigbinary/neeto-commons-frontend/react-utils';
9
+ import { withTitle, useDebounce } from '@bigbinary/neeto-commons-frontend/react-utils';
10
10
  import { ExternalLink, MenuHorizontal, Up, Down, Search, Right as Right$1, Info, LeftArrow } from '@bigbinary/neeto-icons';
11
11
  import { Header as Header$2, Container, MenuBar, SubHeader as SubHeader$1 } from '@bigbinary/neetoui/layouts';
12
12
  import { useFormikContext } from 'formik';
@@ -17,6 +17,7 @@ import classnames from 'classnames';
17
17
  import { Filters, buildFiltersFromURL, Bar } from '@bigbinary/neeto-filters-frontend';
18
18
  import { useHistory, useLocation } from 'react-router-dom';
19
19
  import require$$0 from 'util';
20
+ import Columns$1 from '@bigbinary/neeto-molecules/Columns';
20
21
 
21
22
  /*! @license DOMPurify 3.0.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.1/LICENSE */
22
23