@procore/saved-views 1.1.0-alpha.2 → 1.1.0-alpha.3

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.
@@ -32,7 +32,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
32
32
 
33
33
  // node_modules/react-is/cjs/react-is.production.min.js
34
34
  var require_react_is_production_min = __commonJS({
35
- "node_modules/react-is/cjs/react-is.production.min.js"(exports2) {
35
+ "node_modules/react-is/cjs/react-is.production.min.js"(exports) {
36
36
  "use strict";
37
37
  var b2 = 60103;
38
38
  var c2 = 60106;
@@ -111,66 +111,66 @@ var require_react_is_production_min = __commonJS({
111
111
  var G2 = f2;
112
112
  var H3 = e2;
113
113
  var I = l2;
114
- exports2.ContextConsumer = h;
115
- exports2.ContextProvider = z2;
116
- exports2.Element = A2;
117
- exports2.ForwardRef = B2;
118
- exports2.Fragment = C2;
119
- exports2.Lazy = D2;
120
- exports2.Memo = E2;
121
- exports2.Portal = F2;
122
- exports2.Profiler = G2;
123
- exports2.StrictMode = H3;
124
- exports2.Suspense = I;
125
- exports2.isAsyncMode = function() {
114
+ exports.ContextConsumer = h;
115
+ exports.ContextProvider = z2;
116
+ exports.Element = A2;
117
+ exports.ForwardRef = B2;
118
+ exports.Fragment = C2;
119
+ exports.Lazy = D2;
120
+ exports.Memo = E2;
121
+ exports.Portal = F2;
122
+ exports.Profiler = G2;
123
+ exports.StrictMode = H3;
124
+ exports.Suspense = I;
125
+ exports.isAsyncMode = function() {
126
126
  return false;
127
127
  };
128
- exports2.isConcurrentMode = function() {
128
+ exports.isConcurrentMode = function() {
129
129
  return false;
130
130
  };
131
- exports2.isContextConsumer = function(a2) {
131
+ exports.isContextConsumer = function(a2) {
132
132
  return y2(a2) === h;
133
133
  };
134
- exports2.isContextProvider = function(a2) {
134
+ exports.isContextProvider = function(a2) {
135
135
  return y2(a2) === g2;
136
136
  };
137
- exports2.isElement = function(a2) {
137
+ exports.isElement = function(a2) {
138
138
  return "object" === typeof a2 && null !== a2 && a2.$$typeof === b2;
139
139
  };
140
- exports2.isForwardRef = function(a2) {
140
+ exports.isForwardRef = function(a2) {
141
141
  return y2(a2) === k2;
142
142
  };
143
- exports2.isFragment = function(a2) {
143
+ exports.isFragment = function(a2) {
144
144
  return y2(a2) === d;
145
145
  };
146
- exports2.isLazy = function(a2) {
146
+ exports.isLazy = function(a2) {
147
147
  return y2(a2) === p;
148
148
  };
149
- exports2.isMemo = function(a2) {
149
+ exports.isMemo = function(a2) {
150
150
  return y2(a2) === n2;
151
151
  };
152
- exports2.isPortal = function(a2) {
152
+ exports.isPortal = function(a2) {
153
153
  return y2(a2) === c2;
154
154
  };
155
- exports2.isProfiler = function(a2) {
155
+ exports.isProfiler = function(a2) {
156
156
  return y2(a2) === f2;
157
157
  };
158
- exports2.isStrictMode = function(a2) {
158
+ exports.isStrictMode = function(a2) {
159
159
  return y2(a2) === e2;
160
160
  };
161
- exports2.isSuspense = function(a2) {
161
+ exports.isSuspense = function(a2) {
162
162
  return y2(a2) === l2;
163
163
  };
164
- exports2.isValidElementType = function(a2) {
164
+ exports.isValidElementType = function(a2) {
165
165
  return "string" === typeof a2 || "function" === typeof a2 || a2 === d || a2 === f2 || a2 === v2 || a2 === e2 || a2 === l2 || a2 === m2 || a2 === w2 || "object" === typeof a2 && null !== a2 && (a2.$$typeof === p || a2.$$typeof === n2 || a2.$$typeof === g2 || a2.$$typeof === h || a2.$$typeof === k2 || a2.$$typeof === u2 || a2.$$typeof === q2 || a2[0] === r2) ? true : false;
166
166
  };
167
- exports2.typeOf = y2;
167
+ exports.typeOf = y2;
168
168
  }
169
169
  });
170
170
 
171
171
  // node_modules/react-is/cjs/react-is.development.js
172
172
  var require_react_is_development = __commonJS({
173
- "node_modules/react-is/cjs/react-is.development.js"(exports2) {
173
+ "node_modules/react-is/cjs/react-is.development.js"(exports) {
174
174
  "use strict";
175
175
  if (process.env.NODE_ENV !== "production") {
176
176
  (function() {
@@ -329,32 +329,32 @@ var require_react_is_development = __commonJS({
329
329
  function isSuspense(object3) {
330
330
  return typeOf(object3) === REACT_SUSPENSE_TYPE;
331
331
  }
332
- exports2.ContextConsumer = ContextConsumer;
333
- exports2.ContextProvider = ContextProvider;
334
- exports2.Element = Element;
335
- exports2.ForwardRef = ForwardRef;
336
- exports2.Fragment = Fragment2;
337
- exports2.Lazy = Lazy;
338
- exports2.Memo = Memo;
339
- exports2.Portal = Portal;
340
- exports2.Profiler = Profiler;
341
- exports2.StrictMode = StrictMode;
342
- exports2.Suspense = Suspense;
343
- exports2.isAsyncMode = isAsyncMode;
344
- exports2.isConcurrentMode = isConcurrentMode;
345
- exports2.isContextConsumer = isContextConsumer;
346
- exports2.isContextProvider = isContextProvider;
347
- exports2.isElement = isElement;
348
- exports2.isForwardRef = isForwardRef;
349
- exports2.isFragment = isFragment;
350
- exports2.isLazy = isLazy;
351
- exports2.isMemo = isMemo;
352
- exports2.isPortal = isPortal;
353
- exports2.isProfiler = isProfiler;
354
- exports2.isStrictMode = isStrictMode;
355
- exports2.isSuspense = isSuspense;
356
- exports2.isValidElementType = isValidElementType;
357
- exports2.typeOf = typeOf;
332
+ exports.ContextConsumer = ContextConsumer;
333
+ exports.ContextProvider = ContextProvider;
334
+ exports.Element = Element;
335
+ exports.ForwardRef = ForwardRef;
336
+ exports.Fragment = Fragment2;
337
+ exports.Lazy = Lazy;
338
+ exports.Memo = Memo;
339
+ exports.Portal = Portal;
340
+ exports.Profiler = Profiler;
341
+ exports.StrictMode = StrictMode;
342
+ exports.Suspense = Suspense;
343
+ exports.isAsyncMode = isAsyncMode;
344
+ exports.isConcurrentMode = isConcurrentMode;
345
+ exports.isContextConsumer = isContextConsumer;
346
+ exports.isContextProvider = isContextProvider;
347
+ exports.isElement = isElement;
348
+ exports.isForwardRef = isForwardRef;
349
+ exports.isFragment = isFragment;
350
+ exports.isLazy = isLazy;
351
+ exports.isMemo = isMemo;
352
+ exports.isPortal = isPortal;
353
+ exports.isProfiler = isProfiler;
354
+ exports.isStrictMode = isStrictMode;
355
+ exports.isSuspense = isSuspense;
356
+ exports.isValidElementType = isValidElementType;
357
+ exports.typeOf = typeOf;
358
358
  })();
359
359
  }
360
360
  }
@@ -362,7 +362,7 @@ var require_react_is_development = __commonJS({
362
362
 
363
363
  // node_modules/react-is/index.js
364
364
  var require_react_is = __commonJS({
365
- "node_modules/react-is/index.js"(exports2, module2) {
365
+ "node_modules/react-is/index.js"(exports, module2) {
366
366
  "use strict";
367
367
  if (process.env.NODE_ENV === "production") {
368
368
  module2.exports = require_react_is_production_min();
@@ -374,7 +374,7 @@ var require_react_is = __commonJS({
374
374
 
375
375
  // ../../node_modules/shallowequal/index.js
376
376
  var require_shallowequal = __commonJS({
377
- "../../node_modules/shallowequal/index.js"(exports2, module2) {
377
+ "../../node_modules/shallowequal/index.js"(exports, module2) {
378
378
  "use strict";
379
379
  module2.exports = function shallowEqual(objA, objB, compare, compareContext) {
380
380
  var ret = compare ? compare.call(compareContext, objA, objB) : void 0;
@@ -412,7 +412,7 @@ var require_shallowequal = __commonJS({
412
412
 
413
413
  // ../../node_modules/react-is/cjs/react-is.production.min.js
414
414
  var require_react_is_production_min2 = __commonJS({
415
- "../../node_modules/react-is/cjs/react-is.production.min.js"(exports2) {
415
+ "../../node_modules/react-is/cjs/react-is.production.min.js"(exports) {
416
416
  "use strict";
417
417
  var b2 = "function" === typeof Symbol && Symbol.for;
418
418
  var c2 = b2 ? Symbol.for("react.element") : 60103;
@@ -466,66 +466,66 @@ var require_react_is_production_min2 = __commonJS({
466
466
  function A2(a2) {
467
467
  return z2(a2) === m2;
468
468
  }
469
- exports2.AsyncMode = l2;
470
- exports2.ConcurrentMode = m2;
471
- exports2.ContextConsumer = k2;
472
- exports2.ContextProvider = h;
473
- exports2.Element = c2;
474
- exports2.ForwardRef = n2;
475
- exports2.Fragment = e2;
476
- exports2.Lazy = t2;
477
- exports2.Memo = r2;
478
- exports2.Portal = d;
479
- exports2.Profiler = g2;
480
- exports2.StrictMode = f2;
481
- exports2.Suspense = p;
482
- exports2.isAsyncMode = function(a2) {
469
+ exports.AsyncMode = l2;
470
+ exports.ConcurrentMode = m2;
471
+ exports.ContextConsumer = k2;
472
+ exports.ContextProvider = h;
473
+ exports.Element = c2;
474
+ exports.ForwardRef = n2;
475
+ exports.Fragment = e2;
476
+ exports.Lazy = t2;
477
+ exports.Memo = r2;
478
+ exports.Portal = d;
479
+ exports.Profiler = g2;
480
+ exports.StrictMode = f2;
481
+ exports.Suspense = p;
482
+ exports.isAsyncMode = function(a2) {
483
483
  return A2(a2) || z2(a2) === l2;
484
484
  };
485
- exports2.isConcurrentMode = A2;
486
- exports2.isContextConsumer = function(a2) {
485
+ exports.isConcurrentMode = A2;
486
+ exports.isContextConsumer = function(a2) {
487
487
  return z2(a2) === k2;
488
488
  };
489
- exports2.isContextProvider = function(a2) {
489
+ exports.isContextProvider = function(a2) {
490
490
  return z2(a2) === h;
491
491
  };
492
- exports2.isElement = function(a2) {
492
+ exports.isElement = function(a2) {
493
493
  return "object" === typeof a2 && null !== a2 && a2.$$typeof === c2;
494
494
  };
495
- exports2.isForwardRef = function(a2) {
495
+ exports.isForwardRef = function(a2) {
496
496
  return z2(a2) === n2;
497
497
  };
498
- exports2.isFragment = function(a2) {
498
+ exports.isFragment = function(a2) {
499
499
  return z2(a2) === e2;
500
500
  };
501
- exports2.isLazy = function(a2) {
501
+ exports.isLazy = function(a2) {
502
502
  return z2(a2) === t2;
503
503
  };
504
- exports2.isMemo = function(a2) {
504
+ exports.isMemo = function(a2) {
505
505
  return z2(a2) === r2;
506
506
  };
507
- exports2.isPortal = function(a2) {
507
+ exports.isPortal = function(a2) {
508
508
  return z2(a2) === d;
509
509
  };
510
- exports2.isProfiler = function(a2) {
510
+ exports.isProfiler = function(a2) {
511
511
  return z2(a2) === g2;
512
512
  };
513
- exports2.isStrictMode = function(a2) {
513
+ exports.isStrictMode = function(a2) {
514
514
  return z2(a2) === f2;
515
515
  };
516
- exports2.isSuspense = function(a2) {
516
+ exports.isSuspense = function(a2) {
517
517
  return z2(a2) === p;
518
518
  };
519
- exports2.isValidElementType = function(a2) {
519
+ exports.isValidElementType = function(a2) {
520
520
  return "string" === typeof a2 || "function" === typeof a2 || a2 === e2 || a2 === m2 || a2 === g2 || a2 === f2 || a2 === p || a2 === q2 || "object" === typeof a2 && null !== a2 && (a2.$$typeof === t2 || a2.$$typeof === r2 || a2.$$typeof === h || a2.$$typeof === k2 || a2.$$typeof === n2 || a2.$$typeof === w2 || a2.$$typeof === x2 || a2.$$typeof === y2 || a2.$$typeof === v2);
521
521
  };
522
- exports2.typeOf = z2;
522
+ exports.typeOf = z2;
523
523
  }
524
524
  });
525
525
 
526
526
  // ../../node_modules/react-is/cjs/react-is.development.js
527
527
  var require_react_is_development2 = __commonJS({
528
- "../../node_modules/react-is/cjs/react-is.development.js"(exports2) {
528
+ "../../node_modules/react-is/cjs/react-is.development.js"(exports) {
529
529
  "use strict";
530
530
  if (process.env.NODE_ENV !== "production") {
531
531
  (function() {
@@ -645,34 +645,34 @@ var require_react_is_development2 = __commonJS({
645
645
  function isSuspense(object3) {
646
646
  return typeOf(object3) === REACT_SUSPENSE_TYPE;
647
647
  }
648
- exports2.AsyncMode = AsyncMode;
649
- exports2.ConcurrentMode = ConcurrentMode;
650
- exports2.ContextConsumer = ContextConsumer;
651
- exports2.ContextProvider = ContextProvider;
652
- exports2.Element = Element;
653
- exports2.ForwardRef = ForwardRef;
654
- exports2.Fragment = Fragment2;
655
- exports2.Lazy = Lazy;
656
- exports2.Memo = Memo;
657
- exports2.Portal = Portal;
658
- exports2.Profiler = Profiler;
659
- exports2.StrictMode = StrictMode;
660
- exports2.Suspense = Suspense;
661
- exports2.isAsyncMode = isAsyncMode;
662
- exports2.isConcurrentMode = isConcurrentMode;
663
- exports2.isContextConsumer = isContextConsumer;
664
- exports2.isContextProvider = isContextProvider;
665
- exports2.isElement = isElement;
666
- exports2.isForwardRef = isForwardRef;
667
- exports2.isFragment = isFragment;
668
- exports2.isLazy = isLazy;
669
- exports2.isMemo = isMemo;
670
- exports2.isPortal = isPortal;
671
- exports2.isProfiler = isProfiler;
672
- exports2.isStrictMode = isStrictMode;
673
- exports2.isSuspense = isSuspense;
674
- exports2.isValidElementType = isValidElementType;
675
- exports2.typeOf = typeOf;
648
+ exports.AsyncMode = AsyncMode;
649
+ exports.ConcurrentMode = ConcurrentMode;
650
+ exports.ContextConsumer = ContextConsumer;
651
+ exports.ContextProvider = ContextProvider;
652
+ exports.Element = Element;
653
+ exports.ForwardRef = ForwardRef;
654
+ exports.Fragment = Fragment2;
655
+ exports.Lazy = Lazy;
656
+ exports.Memo = Memo;
657
+ exports.Portal = Portal;
658
+ exports.Profiler = Profiler;
659
+ exports.StrictMode = StrictMode;
660
+ exports.Suspense = Suspense;
661
+ exports.isAsyncMode = isAsyncMode;
662
+ exports.isConcurrentMode = isConcurrentMode;
663
+ exports.isContextConsumer = isContextConsumer;
664
+ exports.isContextProvider = isContextProvider;
665
+ exports.isElement = isElement;
666
+ exports.isForwardRef = isForwardRef;
667
+ exports.isFragment = isFragment;
668
+ exports.isLazy = isLazy;
669
+ exports.isMemo = isMemo;
670
+ exports.isPortal = isPortal;
671
+ exports.isProfiler = isProfiler;
672
+ exports.isStrictMode = isStrictMode;
673
+ exports.isSuspense = isSuspense;
674
+ exports.isValidElementType = isValidElementType;
675
+ exports.typeOf = typeOf;
676
676
  })();
677
677
  }
678
678
  }
@@ -680,7 +680,7 @@ var require_react_is_development2 = __commonJS({
680
680
 
681
681
  // ../../node_modules/react-is/index.js
682
682
  var require_react_is2 = __commonJS({
683
- "../../node_modules/react-is/index.js"(exports2, module2) {
683
+ "../../node_modules/react-is/index.js"(exports, module2) {
684
684
  "use strict";
685
685
  if (process.env.NODE_ENV === "production") {
686
686
  module2.exports = require_react_is_production_min2();
@@ -692,7 +692,7 @@ var require_react_is2 = __commonJS({
692
692
 
693
693
  // ../../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js
694
694
  var require_hoist_non_react_statics_cjs = __commonJS({
695
- "../../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"(exports2, module2) {
695
+ "../../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"(exports, module2) {
696
696
  "use strict";
697
697
  var reactIs = require_react_is2();
698
698
  var REACT_STATICS = {
@@ -780,11 +780,11 @@ var require_hoist_non_react_statics_cjs = __commonJS({
780
780
 
781
781
  // ../../node_modules/lodash/lodash.js
782
782
  var require_lodash = __commonJS({
783
- "../../node_modules/lodash/lodash.js"(exports2, module2) {
783
+ "../../node_modules/lodash/lodash.js"(exports, module2) {
784
784
  "use strict";
785
785
  (function() {
786
786
  var undefined2;
787
- var VERSION = "4.17.21";
787
+ var VERSION = "4.17.23";
788
788
  var LARGE_ARRAY_SIZE = 200;
789
789
  var CORE_ERROR_TEXT = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", FUNC_ERROR_TEXT = "Expected a function", INVALID_TEMPL_VAR_ERROR_TEXT = "Invalid `variable` option passed into `_.template`";
790
790
  var HASH_UNDEFINED = "__lodash_hash_undefined__";
@@ -1109,7 +1109,7 @@ var require_lodash = __commonJS({
1109
1109
  var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
1110
1110
  var freeSelf = typeof self == "object" && self && self.Object === Object && self;
1111
1111
  var root = freeGlobal || freeSelf || Function("return this")();
1112
- var freeExports = typeof exports2 == "object" && exports2 && !exports2.nodeType && exports2;
1112
+ var freeExports = typeof exports == "object" && exports && !exports.nodeType && exports;
1113
1113
  var freeModule = freeExports && typeof module2 == "object" && module2 && !module2.nodeType && module2;
1114
1114
  var moduleExports = freeModule && freeModule.exports === freeExports;
1115
1115
  var freeProcess = moduleExports && freeGlobal.process;
@@ -1513,7 +1513,7 @@ var require_lodash = __commonJS({
1513
1513
  }
1514
1514
  return new LodashWrapper(value);
1515
1515
  }
1516
- var baseCreate = /* @__PURE__ */ function() {
1516
+ var baseCreate = function() {
1517
1517
  function object3() {
1518
1518
  }
1519
1519
  return function(proto) {
@@ -2712,8 +2712,28 @@ var require_lodash = __commonJS({
2712
2712
  }
2713
2713
  function baseUnset(object3, path) {
2714
2714
  path = castPath(path, object3);
2715
- object3 = parent(object3, path);
2716
- return object3 == null || delete object3[toKey(last(path))];
2715
+ var index = -1, length = path.length;
2716
+ if (!length) {
2717
+ return true;
2718
+ }
2719
+ var isRootPrimitive = object3 == null || typeof object3 !== "object" && typeof object3 !== "function";
2720
+ while (++index < length) {
2721
+ var key = path[index];
2722
+ if (typeof key !== "string") {
2723
+ continue;
2724
+ }
2725
+ if (key === "__proto__" && !hasOwnProperty.call(object3, "__proto__")) {
2726
+ return false;
2727
+ }
2728
+ if (key === "constructor" && index + 1 < length && typeof path[index + 1] === "string" && path[index + 1] === "prototype") {
2729
+ if (isRootPrimitive && index === 0) {
2730
+ continue;
2731
+ }
2732
+ return false;
2733
+ }
2734
+ }
2735
+ var obj = parent(object3, path);
2736
+ return obj == null || delete obj[toKey(last(path))];
2717
2737
  }
2718
2738
  function baseUpdate(object3, path, updater, customizer) {
2719
2739
  return baseSet(object3, path, updater(baseGet(object3, path)), customizer);
@@ -4820,7 +4840,7 @@ var require_lodash = __commonJS({
4820
4840
  var gte = createRelationalOperation(function(value, other) {
4821
4841
  return value >= other;
4822
4842
  });
4823
- var isArguments = baseIsArguments(/* @__PURE__ */ function() {
4843
+ var isArguments = baseIsArguments(function() {
4824
4844
  return arguments;
4825
4845
  }()) ? baseIsArguments : function(value) {
4826
4846
  return isObjectLike(value) && hasOwnProperty.call(value, "callee") && !propertyIsEnumerable.call(value, "callee");
@@ -6255,7 +6275,7 @@ var require_lodash = __commonJS({
6255
6275
  } else {
6256
6276
  root._ = _3;
6257
6277
  }
6258
- }).call(exports2);
6278
+ }).call(exports);
6259
6279
  }
6260
6280
  });
6261
6281
 
@@ -8603,8 +8623,8 @@ function memoize(fn) {
8603
8623
  };
8604
8624
  }
8605
8625
 
8606
- // node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js
8607
- var reactPropsRegex = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/;
8626
+ // ../../node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js
8627
+ var reactPropsRegex = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|popover|popoverTarget|popoverTargetAction|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/;
8608
8628
  var isPropValid = /* @__PURE__ */ memoize(
8609
8629
  function(prop) {
8610
8630
  return reactPropsRegex.test(prop) || prop.charCodeAt(0) === 111 && prop.charCodeAt(1) === 110 && prop.charCodeAt(2) < 91;
@@ -8930,7 +8950,7 @@ var re = function() {
8930
8950
  var oe = /^\s*\/\/.*$/gm;
8931
8951
  var se = [":", "[", ".", "#"];
8932
8952
  function ie(e2) {
8933
- var t2, n2, r2, o2, s2 = void 0 === e2 ? S : e2, i2 = s2.options, a2 = void 0 === i2 ? S : i2, c2 = s2.plugins, u2 = void 0 === c2 ? g : c2, l2 = new stylis_esm_default(a2), h = [], p = /* @__PURE__ */ function(e3) {
8953
+ var t2, n2, r2, o2, s2 = void 0 === e2 ? S : e2, i2 = s2.options, a2 = void 0 === i2 ? S : i2, c2 = s2.plugins, u2 = void 0 === c2 ? g : c2, l2 = new stylis_esm_default(a2), h = [], p = function(e3) {
8934
8954
  function t3(t4) {
8935
8955
  if (t4)
8936
8956
  try {
@@ -9168,7 +9188,7 @@ function Fe(e2, t2, n2) {
9168
9188
  return this._foldedDefaultProps;
9169
9189
  }, set: function(t3) {
9170
9190
  this._foldedDefaultProps = o2 ? ze({}, e2.defaultProps, t3) : t3;
9171
- } }), "production" !== process.env.NODE_ENV && (Ie(y2, v2), A2.warnTooManyClasses = /* @__PURE__ */ function(e3, t3) {
9191
+ } }), "production" !== process.env.NODE_ENV && (Ie(y2, v2), A2.warnTooManyClasses = function(e3, t3) {
9172
9192
  var n3 = {}, r2 = false;
9173
9193
  return function(o3) {
9174
9194
  if (!r2 && (n3[o3] = true, Object.keys(n3).length >= 200)) {
@@ -9589,7 +9609,9 @@ var useSavedViewsQuery = (props) => {
9589
9609
  queryKey: ["savedViews", domain, tableName, companyId, projectId],
9590
9610
  queryFn: async () => {
9591
9611
  const getUrl = `${url}&per_page=${PAGE_SIZE}`;
9592
- const response = await (0, import_core_http2.requestJSON)(getUrl);
9612
+ const response = await (0, import_core_http2.requestJSON)(getUrl, {
9613
+ priority: "low"
9614
+ });
9593
9615
  return response.data;
9594
9616
  }
9595
9617
  });
@@ -9601,7 +9623,9 @@ var useSavedViewsPermissions = (props) => {
9601
9623
  return (0, import_react_query2.useQuery)({
9602
9624
  queryKey: ["savedViewsConfig", domain, companyId, projectId],
9603
9625
  queryFn: async () => {
9604
- const response = await (0, import_core_http2.requestJSON)(url);
9626
+ const response = await (0, import_core_http2.requestJSON)(url, {
9627
+ priority: "low"
9628
+ });
9605
9629
  return response.data;
9606
9630
  }
9607
9631
  });
@@ -9629,7 +9653,9 @@ var useFetchSavedViewById = (savedViewToken, queryInput, enabled = true) => {
9629
9653
  queryKey: ["savedView", savedViewToken, companyId, projectId],
9630
9654
  queryFn: async () => {
9631
9655
  const url = `${basePath}/${savedViewToken}?permissions_domain=${domain}`;
9632
- const response = await (0, import_core_http2.requestJSON)(url);
9656
+ const response = await (0, import_core_http2.requestJSON)(url, {
9657
+ priority: "low"
9658
+ });
9633
9659
  return response.data;
9634
9660
  }
9635
9661
  });
@@ -785,7 +785,7 @@ var require_lodash = __commonJS({
785
785
  "use strict";
786
786
  (function() {
787
787
  var undefined2;
788
- var VERSION = "4.17.21";
788
+ var VERSION = "4.17.23";
789
789
  var LARGE_ARRAY_SIZE = 200;
790
790
  var CORE_ERROR_TEXT = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", FUNC_ERROR_TEXT = "Expected a function", INVALID_TEMPL_VAR_ERROR_TEXT = "Invalid `variable` option passed into `_.template`";
791
791
  var HASH_UNDEFINED = "__lodash_hash_undefined__";
@@ -1514,7 +1514,7 @@ var require_lodash = __commonJS({
1514
1514
  }
1515
1515
  return new LodashWrapper(value);
1516
1516
  }
1517
- var baseCreate = /* @__PURE__ */ function() {
1517
+ var baseCreate = function() {
1518
1518
  function object3() {
1519
1519
  }
1520
1520
  return function(proto) {
@@ -2713,8 +2713,28 @@ var require_lodash = __commonJS({
2713
2713
  }
2714
2714
  function baseUnset(object3, path) {
2715
2715
  path = castPath(path, object3);
2716
- object3 = parent(object3, path);
2717
- return object3 == null || delete object3[toKey(last(path))];
2716
+ var index = -1, length = path.length;
2717
+ if (!length) {
2718
+ return true;
2719
+ }
2720
+ var isRootPrimitive = object3 == null || typeof object3 !== "object" && typeof object3 !== "function";
2721
+ while (++index < length) {
2722
+ var key = path[index];
2723
+ if (typeof key !== "string") {
2724
+ continue;
2725
+ }
2726
+ if (key === "__proto__" && !hasOwnProperty.call(object3, "__proto__")) {
2727
+ return false;
2728
+ }
2729
+ if (key === "constructor" && index + 1 < length && typeof path[index + 1] === "string" && path[index + 1] === "prototype") {
2730
+ if (isRootPrimitive && index === 0) {
2731
+ continue;
2732
+ }
2733
+ return false;
2734
+ }
2735
+ }
2736
+ var obj = parent(object3, path);
2737
+ return obj == null || delete obj[toKey(last(path))];
2718
2738
  }
2719
2739
  function baseUpdate(object3, path, updater, customizer) {
2720
2740
  return baseSet(object3, path, updater(baseGet(object3, path)), customizer);
@@ -4821,7 +4841,7 @@ var require_lodash = __commonJS({
4821
4841
  var gte = createRelationalOperation(function(value, other) {
4822
4842
  return value >= other;
4823
4843
  });
4824
- var isArguments = baseIsArguments(/* @__PURE__ */ function() {
4844
+ var isArguments = baseIsArguments(function() {
4825
4845
  return arguments;
4826
4846
  }()) ? baseIsArguments : function(value) {
4827
4847
  return isObjectLike(value) && hasOwnProperty.call(value, "callee") && !propertyIsEnumerable.call(value, "callee");
@@ -8590,8 +8610,8 @@ function memoize(fn) {
8590
8610
  };
8591
8611
  }
8592
8612
 
8593
- // node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js
8594
- var reactPropsRegex = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/;
8613
+ // ../../node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js
8614
+ var reactPropsRegex = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|popover|popoverTarget|popoverTargetAction|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/;
8595
8615
  var isPropValid = /* @__PURE__ */ memoize(
8596
8616
  function(prop) {
8597
8617
  return reactPropsRegex.test(prop) || prop.charCodeAt(0) === 111 && prop.charCodeAt(1) === 110 && prop.charCodeAt(2) < 91;
@@ -8917,7 +8937,7 @@ var re = function() {
8917
8937
  var oe = /^\s*\/\/.*$/gm;
8918
8938
  var se = [":", "[", ".", "#"];
8919
8939
  function ie(e2) {
8920
- var t2, n2, r2, o2, s2 = void 0 === e2 ? S : e2, i2 = s2.options, a2 = void 0 === i2 ? S : i2, c2 = s2.plugins, u2 = void 0 === c2 ? g : c2, l2 = new stylis_esm_default(a2), h = [], p = /* @__PURE__ */ function(e3) {
8940
+ var t2, n2, r2, o2, s2 = void 0 === e2 ? S : e2, i2 = s2.options, a2 = void 0 === i2 ? S : i2, c2 = s2.plugins, u2 = void 0 === c2 ? g : c2, l2 = new stylis_esm_default(a2), h = [], p = function(e3) {
8921
8941
  function t3(t4) {
8922
8942
  if (t4)
8923
8943
  try {
@@ -9155,7 +9175,7 @@ function Fe(e2, t2, n2) {
9155
9175
  return this._foldedDefaultProps;
9156
9176
  }, set: function(t3) {
9157
9177
  this._foldedDefaultProps = o2 ? ze({}, e2.defaultProps, t3) : t3;
9158
- } }), "production" !== process.env.NODE_ENV && (Ie(y2, v2), A2.warnTooManyClasses = /* @__PURE__ */ function(e3, t3) {
9178
+ } }), "production" !== process.env.NODE_ENV && (Ie(y2, v2), A2.warnTooManyClasses = function(e3, t3) {
9159
9179
  var n3 = {}, r2 = false;
9160
9180
  return function(o3) {
9161
9181
  if (!r2 && (n3[o3] = true, Object.keys(n3).length >= 200)) {
@@ -9582,7 +9602,9 @@ var useSavedViewsQuery = (props) => {
9582
9602
  queryKey: ["savedViews", domain, tableName, companyId, projectId],
9583
9603
  queryFn: async () => {
9584
9604
  const getUrl = `${url}&per_page=${PAGE_SIZE}`;
9585
- const response = await requestJSON2(getUrl);
9605
+ const response = await requestJSON2(getUrl, {
9606
+ priority: "low"
9607
+ });
9586
9608
  return response.data;
9587
9609
  }
9588
9610
  });
@@ -9594,7 +9616,9 @@ var useSavedViewsPermissions = (props) => {
9594
9616
  return useQuery({
9595
9617
  queryKey: ["savedViewsConfig", domain, companyId, projectId],
9596
9618
  queryFn: async () => {
9597
- const response = await requestJSON2(url);
9619
+ const response = await requestJSON2(url, {
9620
+ priority: "low"
9621
+ });
9598
9622
  return response.data;
9599
9623
  }
9600
9624
  });
@@ -9622,7 +9646,9 @@ var useFetchSavedViewById = (savedViewToken, queryInput, enabled = true) => {
9622
9646
  queryKey: ["savedView", savedViewToken, companyId, projectId],
9623
9647
  queryFn: async () => {
9624
9648
  const url = `${basePath}/${savedViewToken}?permissions_domain=${domain}`;
9625
- const response = await requestJSON2(url);
9649
+ const response = await requestJSON2(url, {
9650
+ priority: "low"
9651
+ });
9626
9652
  return response.data;
9627
9653
  }
9628
9654
  });