@wix/entity-advanced-permissions 1.1366.0 → 1.1368.0

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.
@@ -35165,7 +35165,7 @@ function _objectWithoutPropertiesLoose(r, e) {
35165
35165
  if (null == r) return {};
35166
35166
  var t = {};
35167
35167
  for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
35168
- if (e.includes(n)) continue;
35168
+ if (-1 !== e.indexOf(n)) continue;
35169
35169
  t[n] = r[n];
35170
35170
  }
35171
35171
  return t;
@@ -44569,7 +44569,7 @@ Group.propTypes = {
44569
44569
  /* harmony default export */ const Group_Group = (Group);
44570
44570
  //# sourceMappingURL=Group.js.map
44571
44571
  ;// CONCATENATED MODULE: ../../../node_modules/@wix/wix-ui-icons-common/dist/esm/system/dist/components/DropDownArrow.js
44572
- const DropDownArrow_t=({size:r,...e})=>external_React_.createElement("svg",{viewBox:"0 0 10 6",fill:"currentColor",width:r||"10",height:r||"6",...e},external_React_.createElement("path",{d:"M5 4.1.7 0 0 .7 5 5.6 10 .7 9.3 0z"}));DropDownArrow_t.displayName="DropDownArrow";var DropDownArrow_p=DropDownArrow_t;
44572
+ const DropDownArrow_t=({size:r,...e})=>external_React_.createElement("svg",{viewBox:"0 0 8 5",fill:"currentColor",width:r||"8",height:r||"5",...e},external_React_.createElement("path",{d:"M7.852.852 4 4.712.146.85a.496.496 0 0 1 .7-.701L4 3.298 7.153.148a.494.494 0 0 1 .699 0l.001.001a.499.499 0 0 1-.001.703Z"}));DropDownArrow_t.displayName="DropDownArrow";var DropDownArrow_p=DropDownArrow_t;
44573
44573
 
44574
44574
  ;// CONCATENATED MODULE: ../../../node_modules/@wix/design-system/dist/esm/StatusIndicator/StatusIndicator.st.css.js
44575
44575
 
@@ -53106,8 +53106,8 @@ function _objectWithoutProperties(e, t) {
53106
53106
  r,
53107
53107
  i = _objectWithoutPropertiesLoose(e, t);
53108
53108
  if (Object.getOwnPropertySymbols) {
53109
- var s = Object.getOwnPropertySymbols(e);
53110
- for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
53109
+ var n = Object.getOwnPropertySymbols(e);
53110
+ for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
53111
53111
  }
53112
53112
  return i;
53113
53113
  }