@bigbinary/neeto-team-members-frontend 2.9.0 → 2.9.1

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
@@ -1,8 +1,8 @@
1
1
  import { globalProps } from '@bigbinary/neeto-commons-frontend/initializers';
2
2
  import React, { useRef, useEffect, useMemo, Fragment, memo, useCallback, useState, useLayoutEffect } from 'react';
3
3
  import i18next, { t as t$1 } from 'i18next';
4
+ import { noop, findById, isNotEmpty, isPresent, replaceById, keysToSnakeCase, notEquals, toLabelAndValue, findBy, _findBy, filterBy, slugify, removeBy } from 'neetocist';
4
5
  import { PLURAL, SINGULAR, DEFAULT_PAGE_INDEX } from '@bigbinary/neeto-commons-frontend/constants';
5
- import { noop, findById, isNotEmpty, isPresent, replaceById, keysToSnakeCase, notEquals, toLabelAndValue, findBy, _findBy, filterBy, slugify, removeBy } from '@bigbinary/neeto-commons-frontend/pure';
6
6
  import { withTitle, useDebounce, withT } from '@bigbinary/neeto-commons-frontend/react-utils';
7
7
  import Container from '@bigbinary/neeto-molecules/Container';
8
8
  import PageLoader from '@bigbinary/neeto-molecules/PageLoader';
@@ -2194,8 +2194,8 @@ var ManageRoles = function ManageRoles(_ref) {
2194
2194
  placeholder: t("neetoTeamMembers.placeholders.enterDescription")
2195
2195
  })), /*#__PURE__*/React.createElement(Permissions, {
2196
2196
  isDisabled: isDisabled,
2197
- permissionRelationConfig: (_config$permissionRel = config === null || config === void 0 ? void 0 : config.permissionRelation) !== null && _config$permissionRel !== void 0 ? _config$permissionRel : {},
2198
- permissions: permissions
2197
+ permissions: permissions,
2198
+ permissionRelationConfig: (_config$permissionRel = config === null || config === void 0 ? void 0 : config.permissionRelation) !== null && _config$permissionRel !== void 0 ? _config$permissionRel : {}
2199
2199
  }))), /*#__PURE__*/React.createElement(Pane.Footer, null, /*#__PURE__*/React.createElement("div", {
2200
2200
  className: "ntm-roles-pane__footer"
2201
2201
  }, /*#__PURE__*/React.createElement(Button, {