pollination-react-io 1.34.1 → 1.35.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.
@@ -3,8 +3,8 @@ import React__default, { createContext, useMemo, createElement, useContext, useR
3
3
  import * as ReactDOM from 'react-dom';
4
4
  import { flushSync } from 'react-dom';
5
5
 
6
- function _extends$H() {
7
- _extends$H = Object.assign ? Object.assign.bind() : function (target) {
6
+ function _extends$J() {
7
+ _extends$J = Object.assign ? Object.assign.bind() : function (target) {
8
8
  for (var i = 1; i < arguments.length; i++) {
9
9
  var source = arguments[i];
10
10
 
@@ -17,7 +17,7 @@ function _extends$H() {
17
17
 
18
18
  return target;
19
19
  };
20
- return _extends$H.apply(this, arguments);
20
+ return _extends$J.apply(this, arguments);
21
21
  }
22
22
 
23
23
  function $c512c27ab02ef895$export$fd42f52fd3ae1109(rootComponentName, defaultContext) {
@@ -203,11 +203,11 @@ function $c512c27ab02ef895$export$fd42f52fd3ae1109(rootComponentName, defaultCon
203
203
  return /*#__PURE__*/ isValidElement(newElement) ? newElement.props.children : null;
204
204
  } else return child;
205
205
  });
206
- return /*#__PURE__*/ createElement($5e63c961fc1ce211$var$SlotClone, _extends$H({}, slotProps, {
206
+ return /*#__PURE__*/ createElement($5e63c961fc1ce211$var$SlotClone, _extends$J({}, slotProps, {
207
207
  ref: forwardedRef
208
208
  }), /*#__PURE__*/ isValidElement(newElement) ? /*#__PURE__*/ cloneElement(newElement, undefined, newChildren) : null);
209
209
  }
210
- return /*#__PURE__*/ createElement($5e63c961fc1ce211$var$SlotClone, _extends$H({}, slotProps, {
210
+ return /*#__PURE__*/ createElement($5e63c961fc1ce211$var$SlotClone, _extends$J({}, slotProps, {
211
211
  ref: forwardedRef
212
212
  }), children);
213
213
  });
@@ -285,7 +285,7 @@ const $8927f6f2acc4f386$var$NODES = [
285
285
  useEffect(()=>{
286
286
  window[Symbol.for('radix-ui')] = true;
287
287
  }, []);
288
- return /*#__PURE__*/ createElement(Comp, _extends$H({}, primitiveProps, {
288
+ return /*#__PURE__*/ createElement(Comp, _extends$J({}, primitiveProps, {
289
289
  ref: forwardedRef
290
290
  }));
291
291
  });
@@ -349,7 +349,7 @@ const $cddcb0b647441e34$export$e2255cf6045e8d47 = /*#__PURE__*/ forwardRef((prop
349
349
  scope: __scopeAvatar,
350
350
  imageLoadingStatus: imageLoadingStatus,
351
351
  onImageLoadingStatusChange: setImageLoadingStatus
352
- }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$H({}, avatarProps, {
352
+ }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$J({}, avatarProps, {
353
353
  ref: forwardedRef
354
354
  })));
355
355
  });
@@ -370,7 +370,7 @@ const $cddcb0b647441e34$export$2cd8ae1985206fe8 = /*#__PURE__*/ forwardRef((prop
370
370
  imageLoadingStatus,
371
371
  handleLoadingStatusChange
372
372
  ]);
373
- return imageLoadingStatus === 'loaded' ? /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.img, _extends$H({}, imageProps, {
373
+ return imageLoadingStatus === 'loaded' ? /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.img, _extends$J({}, imageProps, {
374
374
  ref: forwardedRef,
375
375
  src: src
376
376
  })) : null;
@@ -392,7 +392,7 @@ const $cddcb0b647441e34$export$69fffb6a9571fbfe = /*#__PURE__*/ forwardRef((prop
392
392
  }, [
393
393
  delayMs
394
394
  ]);
395
- return canRender && context.imageLoadingStatus !== 'loaded' ? /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$H({}, fallbackProps, {
395
+ return canRender && context.imageLoadingStatus !== 'loaded' ? /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$J({}, fallbackProps, {
396
396
  ref: forwardedRef
397
397
  })) : null;
398
398
  });
@@ -446,7 +446,7 @@ var Avatar = function (_a) {
446
446
  height: size,
447
447
  borderRadius: '100%',
448
448
  backgroundColor: 'white',
449
- border: '1px solid var(--primary)',
449
+ border: '1px solid var(--slate12)',
450
450
  backgroundClip: 'padding-box',
451
451
  } },
452
452
  React__default.createElement(Image, { style: {
@@ -461,7 +461,7 @@ var Avatar = function (_a) {
461
461
  alignItems: 'center',
462
462
  justifyContent: 'center',
463
463
  backgroundColor: 'white',
464
- color: 'var(--primary)',
464
+ color: 'var(--slate12)',
465
465
  fontSize: 15,
466
466
  lineHeight: 1,
467
467
  fontWeight: 500,
@@ -618,7 +618,7 @@ function styleInject(css, ref) {
618
618
  }
619
619
  }
620
620
 
621
- var css_248z$k = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-button {\n z-index: 10;\n display: flex;\n background-color: var(--primary);\n border: 1px solid var(--primary);\n color: white;\n padding: 8px 16px;\n line-height: 1.5rem;\n align-items: center;\n gap: 8px;\n border-radius: 4px;\n transition: background-color 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s, color 0.25s;\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n cursor: pointer;\n}\n\n.poll-button:active {\n box-shadow: inset 0px 0px 9px 4px #096dd9;\n}\n\n.poll-button:disabled {\n background-color: var(--slate3);\n color: var(--slate11);\n cursor: default;\n border-color: var(--slate11);\n cursor: default;\n box-shadow: none;\n}";
621
+ var css_248z$k = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-button {\n z-index: 10;\n display: flex;\n background-color: var(--primary);\n border: 1px solid var(--primary);\n color: white;\n padding: 8px 16px;\n line-height: 1.5rem;\n align-items: center;\n gap: 8px;\n border-radius: 4px;\n transition: background-color 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s, color 0.25s;\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n cursor: pointer;\n}\n\n.poll-button:active {\n box-shadow: inset 0px 0px 9px 4px #096dd9;\n}\n\n.poll-button:disabled {\n background-color: var(--slate3);\n color: var(--slate11);\n cursor: default;\n border-color: var(--slate11);\n cursor: default;\n box-shadow: none;\n}";
622
622
  styleInject(css_248z$k);
623
623
 
624
624
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
@@ -1797,20 +1797,20 @@ if (process.env.NODE_ENV !== 'production') {
1797
1797
 
1798
1798
  var PropTypes = propTypes$5;
1799
1799
 
1800
- var _excluded$F = ["color", "size", "title"];
1800
+ var _excluded$H = ["color", "size", "title"];
1801
1801
 
1802
- function _extends$G() { _extends$G = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
1802
+ function _extends$I() { _extends$I = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
1803
1803
 
1804
- function _objectWithoutProperties$B(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$G(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1804
+ function _objectWithoutProperties$D(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$I(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1805
1805
 
1806
- function _objectWithoutPropertiesLoose$G(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1806
+ function _objectWithoutPropertiesLoose$I(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1807
1807
  var ArrowClockwise = /*#__PURE__*/forwardRef(function (_ref, ref) {
1808
1808
  var color = _ref.color,
1809
1809
  size = _ref.size,
1810
1810
  title = _ref.title,
1811
- rest = _objectWithoutProperties$B(_ref, _excluded$F);
1811
+ rest = _objectWithoutProperties$D(_ref, _excluded$H);
1812
1812
 
1813
- return /*#__PURE__*/React__default.createElement("svg", _extends$G({
1813
+ return /*#__PURE__*/React__default.createElement("svg", _extends$I({
1814
1814
  ref: ref,
1815
1815
  xmlns: "http://www.w3.org/2000/svg",
1816
1816
  viewBox: "0 0 16 16",
@@ -1836,20 +1836,20 @@ ArrowClockwise.defaultProps = {
1836
1836
  };
1837
1837
  var ArrowClockwise$1 = ArrowClockwise;
1838
1838
 
1839
- var _excluded$E = ["color", "size", "title"];
1839
+ var _excluded$G = ["color", "size", "title"];
1840
1840
 
1841
- function _extends$F() { _extends$F = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
1841
+ function _extends$H() { _extends$H = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
1842
1842
 
1843
- function _objectWithoutProperties$A(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$F(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1843
+ function _objectWithoutProperties$C(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$H(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1844
1844
 
1845
- function _objectWithoutPropertiesLoose$F(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1845
+ function _objectWithoutPropertiesLoose$H(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1846
1846
  var ArrowDown = /*#__PURE__*/forwardRef(function (_ref, ref) {
1847
1847
  var color = _ref.color,
1848
1848
  size = _ref.size,
1849
1849
  title = _ref.title,
1850
- rest = _objectWithoutProperties$A(_ref, _excluded$E);
1850
+ rest = _objectWithoutProperties$C(_ref, _excluded$G);
1851
1851
 
1852
- return /*#__PURE__*/React__default.createElement("svg", _extends$F({
1852
+ return /*#__PURE__*/React__default.createElement("svg", _extends$H({
1853
1853
  ref: ref,
1854
1854
  xmlns: "http://www.w3.org/2000/svg",
1855
1855
  viewBox: "0 0 16 16",
@@ -1873,20 +1873,20 @@ ArrowDown.defaultProps = {
1873
1873
  };
1874
1874
  var ArrowDown$1 = ArrowDown;
1875
1875
 
1876
- var _excluded$D = ["color", "size", "title"];
1876
+ var _excluded$F = ["color", "size", "title"];
1877
1877
 
1878
- function _extends$E() { _extends$E = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
1878
+ function _extends$G() { _extends$G = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
1879
1879
 
1880
- function _objectWithoutProperties$z(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$E(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1880
+ function _objectWithoutProperties$B(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$G(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1881
1881
 
1882
- function _objectWithoutPropertiesLoose$E(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1882
+ function _objectWithoutPropertiesLoose$G(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1883
1883
  var ArrowRepeat = /*#__PURE__*/forwardRef(function (_ref, ref) {
1884
1884
  var color = _ref.color,
1885
1885
  size = _ref.size,
1886
1886
  title = _ref.title,
1887
- rest = _objectWithoutProperties$z(_ref, _excluded$D);
1887
+ rest = _objectWithoutProperties$B(_ref, _excluded$F);
1888
1888
 
1889
- return /*#__PURE__*/React__default.createElement("svg", _extends$E({
1889
+ return /*#__PURE__*/React__default.createElement("svg", _extends$G({
1890
1890
  ref: ref,
1891
1891
  xmlns: "http://www.w3.org/2000/svg",
1892
1892
  viewBox: "0 0 16 16",
@@ -1912,20 +1912,20 @@ ArrowRepeat.defaultProps = {
1912
1912
  };
1913
1913
  var ArrowRepeat$1 = ArrowRepeat;
1914
1914
 
1915
- var _excluded$C = ["color", "size", "title"];
1915
+ var _excluded$E = ["color", "size", "title"];
1916
1916
 
1917
- function _extends$D() { _extends$D = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
1917
+ function _extends$F() { _extends$F = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
1918
1918
 
1919
- function _objectWithoutProperties$y(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$D(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1919
+ function _objectWithoutProperties$A(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$F(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1920
1920
 
1921
- function _objectWithoutPropertiesLoose$D(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1921
+ function _objectWithoutPropertiesLoose$F(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1922
1922
  var ArrowUpSquare = /*#__PURE__*/forwardRef(function (_ref, ref) {
1923
1923
  var color = _ref.color,
1924
1924
  size = _ref.size,
1925
1925
  title = _ref.title,
1926
- rest = _objectWithoutProperties$y(_ref, _excluded$C);
1926
+ rest = _objectWithoutProperties$A(_ref, _excluded$E);
1927
1927
 
1928
- return /*#__PURE__*/React__default.createElement("svg", _extends$D({
1928
+ return /*#__PURE__*/React__default.createElement("svg", _extends$F({
1929
1929
  ref: ref,
1930
1930
  xmlns: "http://www.w3.org/2000/svg",
1931
1931
  viewBox: "0 0 16 16",
@@ -1949,20 +1949,20 @@ ArrowUpSquare.defaultProps = {
1949
1949
  };
1950
1950
  var ArrowUpSquare$1 = ArrowUpSquare;
1951
1951
 
1952
- var _excluded$B = ["color", "size", "title"];
1952
+ var _excluded$D = ["color", "size", "title"];
1953
1953
 
1954
- function _extends$C() { _extends$C = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
1954
+ function _extends$E() { _extends$E = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
1955
1955
 
1956
- function _objectWithoutProperties$x(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$C(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1956
+ function _objectWithoutProperties$z(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$E(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1957
1957
 
1958
- function _objectWithoutPropertiesLoose$C(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1958
+ function _objectWithoutPropertiesLoose$E(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1959
1959
  var BoundingBox = /*#__PURE__*/forwardRef(function (_ref, ref) {
1960
1960
  var color = _ref.color,
1961
1961
  size = _ref.size,
1962
1962
  title = _ref.title,
1963
- rest = _objectWithoutProperties$x(_ref, _excluded$B);
1963
+ rest = _objectWithoutProperties$z(_ref, _excluded$D);
1964
1964
 
1965
- return /*#__PURE__*/React__default.createElement("svg", _extends$C({
1965
+ return /*#__PURE__*/React__default.createElement("svg", _extends$E({
1966
1966
  ref: ref,
1967
1967
  xmlns: "http://www.w3.org/2000/svg",
1968
1968
  viewBox: "0 0 16 16",
@@ -1985,20 +1985,56 @@ BoundingBox.defaultProps = {
1985
1985
  };
1986
1986
  var BoundingBox$1 = BoundingBox;
1987
1987
 
1988
- var _excluded$A = ["color", "size", "title"];
1988
+ var _excluded$C = ["color", "size", "title"];
1989
1989
 
1990
- function _extends$B() { _extends$B = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
1990
+ function _extends$D() { _extends$D = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
1991
1991
 
1992
- function _objectWithoutProperties$w(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$B(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1992
+ function _objectWithoutProperties$y(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$D(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1993
1993
 
1994
- function _objectWithoutPropertiesLoose$B(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1994
+ function _objectWithoutPropertiesLoose$D(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1995
+ var Bug = /*#__PURE__*/forwardRef(function (_ref, ref) {
1996
+ var color = _ref.color,
1997
+ size = _ref.size,
1998
+ title = _ref.title,
1999
+ rest = _objectWithoutProperties$y(_ref, _excluded$C);
2000
+
2001
+ return /*#__PURE__*/React__default.createElement("svg", _extends$D({
2002
+ ref: ref,
2003
+ xmlns: "http://www.w3.org/2000/svg",
2004
+ viewBox: "0 0 16 16",
2005
+ width: size,
2006
+ height: size,
2007
+ fill: color
2008
+ }, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
2009
+ d: "M4.355.522a.5.5 0 0 1 .623.333l.291.956A4.979 4.979 0 0 1 8 1c1.007 0 1.946.298 2.731.811l.29-.956a.5.5 0 1 1 .957.29l-.41 1.352A4.985 4.985 0 0 1 13 6h.5a.5.5 0 0 0 .5-.5V5a.5.5 0 0 1 1 0v.5A1.5 1.5 0 0 1 13.5 7H13v1h1.5a.5.5 0 0 1 0 1H13v1h.5a1.5 1.5 0 0 1 1.5 1.5v.5a.5.5 0 1 1-1 0v-.5a.5.5 0 0 0-.5-.5H13a5 5 0 0 1-10 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 1 1-1 0v-.5A1.5 1.5 0 0 1 2.5 10H3V9H1.5a.5.5 0 0 1 0-1H3V7h-.5A1.5 1.5 0 0 1 1 5.5V5a.5.5 0 0 1 1 0v.5a.5.5 0 0 0 .5.5H3c0-1.364.547-2.601 1.432-3.503l-.41-1.352a.5.5 0 0 1 .333-.623zM4 7v4a4 4 0 0 0 3.5 3.97V7H4zm4.5 0v7.97A4 4 0 0 0 12 11V7H8.5zM12 6a3.989 3.989 0 0 0-1.334-2.982A3.983 3.983 0 0 0 8 2a3.983 3.983 0 0 0-2.667 1.018A3.989 3.989 0 0 0 4 6h8z"
2010
+ }));
2011
+ });
2012
+ Bug.propTypes = {
2013
+ color: PropTypes.string,
2014
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
2015
+ title: PropTypes.string
2016
+ };
2017
+ Bug.defaultProps = {
2018
+ color: 'currentColor',
2019
+ size: '1em',
2020
+ title: null
2021
+ };
2022
+ var Bug$1 = Bug;
2023
+
2024
+ var _excluded$B = ["color", "size", "title"];
2025
+
2026
+ function _extends$C() { _extends$C = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
2027
+
2028
+ function _objectWithoutProperties$x(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$C(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2029
+
2030
+ function _objectWithoutPropertiesLoose$C(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1995
2031
  var Building = /*#__PURE__*/forwardRef(function (_ref, ref) {
1996
2032
  var color = _ref.color,
1997
2033
  size = _ref.size,
1998
2034
  title = _ref.title,
1999
- rest = _objectWithoutProperties$w(_ref, _excluded$A);
2035
+ rest = _objectWithoutProperties$x(_ref, _excluded$B);
2000
2036
 
2001
- return /*#__PURE__*/React__default.createElement("svg", _extends$B({
2037
+ return /*#__PURE__*/React__default.createElement("svg", _extends$C({
2002
2038
  ref: ref,
2003
2039
  xmlns: "http://www.w3.org/2000/svg",
2004
2040
  viewBox: "0 0 16 16",
@@ -2024,20 +2060,20 @@ Building.defaultProps = {
2024
2060
  };
2025
2061
  var Building$1 = Building;
2026
2062
 
2027
- var _excluded$z = ["color", "size", "title"];
2063
+ var _excluded$A = ["color", "size", "title"];
2028
2064
 
2029
- function _extends$A() { _extends$A = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
2065
+ function _extends$B() { _extends$B = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
2030
2066
 
2031
- function _objectWithoutProperties$v(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$A(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2067
+ function _objectWithoutProperties$w(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$B(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2032
2068
 
2033
- function _objectWithoutPropertiesLoose$A(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2069
+ function _objectWithoutPropertiesLoose$B(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2034
2070
  var CaretDownFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
2035
2071
  var color = _ref.color,
2036
2072
  size = _ref.size,
2037
2073
  title = _ref.title,
2038
- rest = _objectWithoutProperties$v(_ref, _excluded$z);
2074
+ rest = _objectWithoutProperties$w(_ref, _excluded$A);
2039
2075
 
2040
- return /*#__PURE__*/React__default.createElement("svg", _extends$A({
2076
+ return /*#__PURE__*/React__default.createElement("svg", _extends$B({
2041
2077
  ref: ref,
2042
2078
  xmlns: "http://www.w3.org/2000/svg",
2043
2079
  viewBox: "0 0 16 16",
@@ -2060,20 +2096,20 @@ CaretDownFill.defaultProps = {
2060
2096
  };
2061
2097
  var CaretDownFill$1 = CaretDownFill;
2062
2098
 
2063
- var _excluded$y = ["color", "size", "title"];
2099
+ var _excluded$z = ["color", "size", "title"];
2064
2100
 
2065
- function _extends$z() { _extends$z = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
2101
+ function _extends$A() { _extends$A = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
2066
2102
 
2067
- function _objectWithoutProperties$u(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$z(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2103
+ function _objectWithoutProperties$v(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$A(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2068
2104
 
2069
- function _objectWithoutPropertiesLoose$z(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2105
+ function _objectWithoutPropertiesLoose$A(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2070
2106
  var CheckCircle = /*#__PURE__*/forwardRef(function (_ref, ref) {
2071
2107
  var color = _ref.color,
2072
2108
  size = _ref.size,
2073
2109
  title = _ref.title,
2074
- rest = _objectWithoutProperties$u(_ref, _excluded$y);
2110
+ rest = _objectWithoutProperties$v(_ref, _excluded$z);
2075
2111
 
2076
- return /*#__PURE__*/React__default.createElement("svg", _extends$z({
2112
+ return /*#__PURE__*/React__default.createElement("svg", _extends$A({
2077
2113
  ref: ref,
2078
2114
  xmlns: "http://www.w3.org/2000/svg",
2079
2115
  viewBox: "0 0 16 16",
@@ -2098,20 +2134,20 @@ CheckCircle.defaultProps = {
2098
2134
  };
2099
2135
  var CheckCircle$1 = CheckCircle;
2100
2136
 
2101
- var _excluded$x = ["color", "size", "title"];
2137
+ var _excluded$y = ["color", "size", "title"];
2102
2138
 
2103
- function _extends$y() { _extends$y = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
2139
+ function _extends$z() { _extends$z = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
2104
2140
 
2105
- function _objectWithoutProperties$t(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$y(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2141
+ function _objectWithoutProperties$u(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$z(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2106
2142
 
2107
- function _objectWithoutPropertiesLoose$y(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2108
- var ChevronCompactDown = /*#__PURE__*/forwardRef(function (_ref, ref) {
2143
+ function _objectWithoutPropertiesLoose$z(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2144
+ var ChevronRight = /*#__PURE__*/forwardRef(function (_ref, ref) {
2109
2145
  var color = _ref.color,
2110
2146
  size = _ref.size,
2111
2147
  title = _ref.title,
2112
- rest = _objectWithoutProperties$t(_ref, _excluded$x);
2148
+ rest = _objectWithoutProperties$u(_ref, _excluded$y);
2113
2149
 
2114
- return /*#__PURE__*/React__default.createElement("svg", _extends$y({
2150
+ return /*#__PURE__*/React__default.createElement("svg", _extends$z({
2115
2151
  ref: ref,
2116
2152
  xmlns: "http://www.w3.org/2000/svg",
2117
2153
  viewBox: "0 0 16 16",
@@ -2120,35 +2156,35 @@ var ChevronCompactDown = /*#__PURE__*/forwardRef(function (_ref, ref) {
2120
2156
  fill: color
2121
2157
  }, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
2122
2158
  fillRule: "evenodd",
2123
- d: "M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67z"
2159
+ d: "M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"
2124
2160
  }));
2125
2161
  });
2126
- ChevronCompactDown.propTypes = {
2162
+ ChevronRight.propTypes = {
2127
2163
  color: PropTypes.string,
2128
2164
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
2129
2165
  title: PropTypes.string
2130
2166
  };
2131
- ChevronCompactDown.defaultProps = {
2167
+ ChevronRight.defaultProps = {
2132
2168
  color: 'currentColor',
2133
2169
  size: '1em',
2134
2170
  title: null
2135
2171
  };
2136
- var ChevronCompactDown$1 = ChevronCompactDown;
2172
+ var ChevronRight$1 = ChevronRight;
2137
2173
 
2138
- var _excluded$w = ["color", "size", "title"];
2174
+ var _excluded$x = ["color", "size", "title"];
2139
2175
 
2140
- function _extends$x() { _extends$x = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
2176
+ function _extends$y() { _extends$y = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
2141
2177
 
2142
- function _objectWithoutProperties$s(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$x(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2178
+ function _objectWithoutProperties$t(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$y(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2143
2179
 
2144
- function _objectWithoutPropertiesLoose$x(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2145
- var ChevronRight = /*#__PURE__*/forwardRef(function (_ref, ref) {
2180
+ function _objectWithoutPropertiesLoose$y(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2181
+ var Clock = /*#__PURE__*/forwardRef(function (_ref, ref) {
2146
2182
  var color = _ref.color,
2147
2183
  size = _ref.size,
2148
2184
  title = _ref.title,
2149
- rest = _objectWithoutProperties$s(_ref, _excluded$w);
2185
+ rest = _objectWithoutProperties$t(_ref, _excluded$x);
2150
2186
 
2151
- return /*#__PURE__*/React__default.createElement("svg", _extends$x({
2187
+ return /*#__PURE__*/React__default.createElement("svg", _extends$y({
2152
2188
  ref: ref,
2153
2189
  xmlns: "http://www.w3.org/2000/svg",
2154
2190
  viewBox: "0 0 16 16",
@@ -2156,36 +2192,37 @@ var ChevronRight = /*#__PURE__*/forwardRef(function (_ref, ref) {
2156
2192
  height: size,
2157
2193
  fill: color
2158
2194
  }, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
2159
- fillRule: "evenodd",
2160
- d: "M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"
2195
+ d: "M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"
2196
+ }), /*#__PURE__*/React__default.createElement("path", {
2197
+ d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z"
2161
2198
  }));
2162
2199
  });
2163
- ChevronRight.propTypes = {
2200
+ Clock.propTypes = {
2164
2201
  color: PropTypes.string,
2165
2202
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
2166
2203
  title: PropTypes.string
2167
2204
  };
2168
- ChevronRight.defaultProps = {
2205
+ Clock.defaultProps = {
2169
2206
  color: 'currentColor',
2170
2207
  size: '1em',
2171
2208
  title: null
2172
2209
  };
2173
- var ChevronRight$1 = ChevronRight;
2210
+ var Clock$1 = Clock;
2174
2211
 
2175
- var _excluded$v = ["color", "size", "title"];
2212
+ var _excluded$w = ["color", "size", "title"];
2176
2213
 
2177
- function _extends$w() { _extends$w = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
2214
+ function _extends$x() { _extends$x = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
2178
2215
 
2179
- function _objectWithoutProperties$r(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$w(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2216
+ function _objectWithoutProperties$s(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$x(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2180
2217
 
2181
- function _objectWithoutPropertiesLoose$w(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2218
+ function _objectWithoutPropertiesLoose$x(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2182
2219
  var CloudArrowUp = /*#__PURE__*/forwardRef(function (_ref, ref) {
2183
2220
  var color = _ref.color,
2184
2221
  size = _ref.size,
2185
2222
  title = _ref.title,
2186
- rest = _objectWithoutProperties$r(_ref, _excluded$v);
2223
+ rest = _objectWithoutProperties$s(_ref, _excluded$w);
2187
2224
 
2188
- return /*#__PURE__*/React__default.createElement("svg", _extends$w({
2225
+ return /*#__PURE__*/React__default.createElement("svg", _extends$x({
2189
2226
  ref: ref,
2190
2227
  xmlns: "http://www.w3.org/2000/svg",
2191
2228
  viewBox: "0 0 16 16",
@@ -2211,20 +2248,20 @@ CloudArrowUp.defaultProps = {
2211
2248
  };
2212
2249
  var CloudArrowUp$1 = CloudArrowUp;
2213
2250
 
2214
- var _excluded$u = ["color", "size", "title"];
2251
+ var _excluded$v = ["color", "size", "title"];
2215
2252
 
2216
- function _extends$v() { _extends$v = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
2253
+ function _extends$w() { _extends$w = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
2217
2254
 
2218
- function _objectWithoutProperties$q(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$v(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2255
+ function _objectWithoutProperties$r(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$w(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2219
2256
 
2220
- function _objectWithoutPropertiesLoose$v(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2257
+ function _objectWithoutPropertiesLoose$w(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2221
2258
  var CloudPlus = /*#__PURE__*/forwardRef(function (_ref, ref) {
2222
2259
  var color = _ref.color,
2223
2260
  size = _ref.size,
2224
2261
  title = _ref.title,
2225
- rest = _objectWithoutProperties$q(_ref, _excluded$u);
2262
+ rest = _objectWithoutProperties$r(_ref, _excluded$v);
2226
2263
 
2227
- return /*#__PURE__*/React__default.createElement("svg", _extends$v({
2264
+ return /*#__PURE__*/React__default.createElement("svg", _extends$w({
2228
2265
  ref: ref,
2229
2266
  xmlns: "http://www.w3.org/2000/svg",
2230
2267
  viewBox: "0 0 16 16",
@@ -2250,20 +2287,20 @@ CloudPlus.defaultProps = {
2250
2287
  };
2251
2288
  var CloudPlus$1 = CloudPlus;
2252
2289
 
2253
- var _excluded$t = ["color", "size", "title"];
2290
+ var _excluded$u = ["color", "size", "title"];
2254
2291
 
2255
- function _extends$u() { _extends$u = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
2292
+ function _extends$v() { _extends$v = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
2256
2293
 
2257
- function _objectWithoutProperties$p(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$u(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2294
+ function _objectWithoutProperties$q(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$v(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2258
2295
 
2259
- function _objectWithoutPropertiesLoose$u(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2296
+ function _objectWithoutPropertiesLoose$v(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2260
2297
  var Cpu = /*#__PURE__*/forwardRef(function (_ref, ref) {
2261
2298
  var color = _ref.color,
2262
2299
  size = _ref.size,
2263
2300
  title = _ref.title,
2264
- rest = _objectWithoutProperties$p(_ref, _excluded$t);
2301
+ rest = _objectWithoutProperties$q(_ref, _excluded$u);
2265
2302
 
2266
- return /*#__PURE__*/React__default.createElement("svg", _extends$u({
2303
+ return /*#__PURE__*/React__default.createElement("svg", _extends$v({
2267
2304
  ref: ref,
2268
2305
  xmlns: "http://www.w3.org/2000/svg",
2269
2306
  viewBox: "0 0 16 16",
@@ -2286,20 +2323,20 @@ Cpu.defaultProps = {
2286
2323
  };
2287
2324
  var Cpu$1 = Cpu;
2288
2325
 
2289
- var _excluded$s = ["color", "size", "title"];
2326
+ var _excluded$t = ["color", "size", "title"];
2290
2327
 
2291
- function _extends$t() { _extends$t = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
2328
+ function _extends$u() { _extends$u = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
2292
2329
 
2293
- function _objectWithoutProperties$o(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$t(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2330
+ function _objectWithoutProperties$p(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$u(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2294
2331
 
2295
- function _objectWithoutPropertiesLoose$t(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2332
+ function _objectWithoutPropertiesLoose$u(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2296
2333
  var CursorText = /*#__PURE__*/forwardRef(function (_ref, ref) {
2297
2334
  var color = _ref.color,
2298
2335
  size = _ref.size,
2299
2336
  title = _ref.title,
2300
- rest = _objectWithoutProperties$o(_ref, _excluded$s);
2337
+ rest = _objectWithoutProperties$p(_ref, _excluded$t);
2301
2338
 
2302
- return /*#__PURE__*/React__default.createElement("svg", _extends$t({
2339
+ return /*#__PURE__*/React__default.createElement("svg", _extends$u({
2303
2340
  ref: ref,
2304
2341
  xmlns: "http://www.w3.org/2000/svg",
2305
2342
  viewBox: "0 0 16 16",
@@ -2322,20 +2359,20 @@ CursorText.defaultProps = {
2322
2359
  };
2323
2360
  var CursorText$1 = CursorText;
2324
2361
 
2325
- var _excluded$r = ["color", "size", "title"];
2362
+ var _excluded$s = ["color", "size", "title"];
2326
2363
 
2327
- function _extends$s() { _extends$s = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
2364
+ function _extends$t() { _extends$t = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
2328
2365
 
2329
- function _objectWithoutProperties$n(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$s(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2366
+ function _objectWithoutProperties$o(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$t(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2330
2367
 
2331
- function _objectWithoutPropertiesLoose$s(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2368
+ function _objectWithoutPropertiesLoose$t(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2332
2369
  var Download = /*#__PURE__*/forwardRef(function (_ref, ref) {
2333
2370
  var color = _ref.color,
2334
2371
  size = _ref.size,
2335
2372
  title = _ref.title,
2336
- rest = _objectWithoutProperties$n(_ref, _excluded$r);
2373
+ rest = _objectWithoutProperties$o(_ref, _excluded$s);
2337
2374
 
2338
- return /*#__PURE__*/React__default.createElement("svg", _extends$s({
2375
+ return /*#__PURE__*/React__default.createElement("svg", _extends$t({
2339
2376
  ref: ref,
2340
2377
  xmlns: "http://www.w3.org/2000/svg",
2341
2378
  viewBox: "0 0 16 16",
@@ -2360,20 +2397,20 @@ Download.defaultProps = {
2360
2397
  };
2361
2398
  var Download$1 = Download;
2362
2399
 
2363
- var _excluded$q = ["color", "size", "title"];
2400
+ var _excluded$r = ["color", "size", "title"];
2364
2401
 
2365
- function _extends$r() { _extends$r = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
2402
+ function _extends$s() { _extends$s = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
2366
2403
 
2367
- function _objectWithoutProperties$m(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$r(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2404
+ function _objectWithoutProperties$n(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$s(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2368
2405
 
2369
- function _objectWithoutPropertiesLoose$r(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2406
+ function _objectWithoutPropertiesLoose$s(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2370
2407
  var EyeFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
2371
2408
  var color = _ref.color,
2372
2409
  size = _ref.size,
2373
2410
  title = _ref.title,
2374
- rest = _objectWithoutProperties$m(_ref, _excluded$q);
2411
+ rest = _objectWithoutProperties$n(_ref, _excluded$r);
2375
2412
 
2376
- return /*#__PURE__*/React__default.createElement("svg", _extends$r({
2413
+ return /*#__PURE__*/React__default.createElement("svg", _extends$s({
2377
2414
  ref: ref,
2378
2415
  xmlns: "http://www.w3.org/2000/svg",
2379
2416
  viewBox: "0 0 16 16",
@@ -2398,20 +2435,20 @@ EyeFill.defaultProps = {
2398
2435
  };
2399
2436
  var EyeFill$1 = EyeFill;
2400
2437
 
2401
- var _excluded$p = ["color", "size", "title"];
2438
+ var _excluded$q = ["color", "size", "title"];
2402
2439
 
2403
- function _extends$q() { _extends$q = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
2440
+ function _extends$r() { _extends$r = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
2404
2441
 
2405
- function _objectWithoutProperties$l(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$q(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2442
+ function _objectWithoutProperties$m(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$r(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2406
2443
 
2407
- function _objectWithoutPropertiesLoose$q(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2444
+ function _objectWithoutPropertiesLoose$r(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2408
2445
  var Eyeglasses = /*#__PURE__*/forwardRef(function (_ref, ref) {
2409
2446
  var color = _ref.color,
2410
2447
  size = _ref.size,
2411
2448
  title = _ref.title,
2412
- rest = _objectWithoutProperties$l(_ref, _excluded$p);
2449
+ rest = _objectWithoutProperties$m(_ref, _excluded$q);
2413
2450
 
2414
- return /*#__PURE__*/React__default.createElement("svg", _extends$q({
2451
+ return /*#__PURE__*/React__default.createElement("svg", _extends$r({
2415
2452
  ref: ref,
2416
2453
  xmlns: "http://www.w3.org/2000/svg",
2417
2454
  viewBox: "0 0 16 16",
@@ -2434,20 +2471,20 @@ Eyeglasses.defaultProps = {
2434
2471
  };
2435
2472
  var Eyeglasses$1 = Eyeglasses;
2436
2473
 
2437
- var _excluded$o = ["color", "size", "title"];
2474
+ var _excluded$p = ["color", "size", "title"];
2438
2475
 
2439
- function _extends$p() { _extends$p = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
2476
+ function _extends$q() { _extends$q = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
2440
2477
 
2441
- function _objectWithoutProperties$k(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$p(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2478
+ function _objectWithoutProperties$l(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$q(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2442
2479
 
2443
- function _objectWithoutPropertiesLoose$p(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2480
+ function _objectWithoutPropertiesLoose$q(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2444
2481
  var FileEarmarkArrowUp = /*#__PURE__*/forwardRef(function (_ref, ref) {
2445
2482
  var color = _ref.color,
2446
2483
  size = _ref.size,
2447
2484
  title = _ref.title,
2448
- rest = _objectWithoutProperties$k(_ref, _excluded$o);
2485
+ rest = _objectWithoutProperties$l(_ref, _excluded$p);
2449
2486
 
2450
- return /*#__PURE__*/React__default.createElement("svg", _extends$p({
2487
+ return /*#__PURE__*/React__default.createElement("svg", _extends$q({
2451
2488
  ref: ref,
2452
2489
  xmlns: "http://www.w3.org/2000/svg",
2453
2490
  viewBox: "0 0 16 16",
@@ -2472,20 +2509,20 @@ FileEarmarkArrowUp.defaultProps = {
2472
2509
  };
2473
2510
  var FileEarmarkArrowUp$1 = FileEarmarkArrowUp;
2474
2511
 
2475
- var _excluded$n = ["color", "size", "title"];
2512
+ var _excluded$o = ["color", "size", "title"];
2476
2513
 
2477
- function _extends$o() { _extends$o = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
2514
+ function _extends$p() { _extends$p = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
2478
2515
 
2479
- function _objectWithoutProperties$j(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$o(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2516
+ function _objectWithoutProperties$k(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$p(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2480
2517
 
2481
- function _objectWithoutPropertiesLoose$o(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2518
+ function _objectWithoutPropertiesLoose$p(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2482
2519
  var FileEarmarkBarGraph = /*#__PURE__*/forwardRef(function (_ref, ref) {
2483
2520
  var color = _ref.color,
2484
2521
  size = _ref.size,
2485
2522
  title = _ref.title,
2486
- rest = _objectWithoutProperties$j(_ref, _excluded$n);
2523
+ rest = _objectWithoutProperties$k(_ref, _excluded$o);
2487
2524
 
2488
- return /*#__PURE__*/React__default.createElement("svg", _extends$o({
2525
+ return /*#__PURE__*/React__default.createElement("svg", _extends$p({
2489
2526
  ref: ref,
2490
2527
  xmlns: "http://www.w3.org/2000/svg",
2491
2528
  viewBox: "0 0 16 16",
@@ -2510,20 +2547,20 @@ FileEarmarkBarGraph.defaultProps = {
2510
2547
  };
2511
2548
  var FileEarmarkBarGraph$1 = FileEarmarkBarGraph;
2512
2549
 
2513
- var _excluded$m = ["color", "size", "title"];
2550
+ var _excluded$n = ["color", "size", "title"];
2514
2551
 
2515
- function _extends$n() { _extends$n = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
2552
+ function _extends$o() { _extends$o = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
2516
2553
 
2517
- function _objectWithoutProperties$i(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$n(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2554
+ function _objectWithoutProperties$j(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$o(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2518
2555
 
2519
- function _objectWithoutPropertiesLoose$n(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2556
+ function _objectWithoutPropertiesLoose$o(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2520
2557
  var FileEarmarkImage = /*#__PURE__*/forwardRef(function (_ref, ref) {
2521
2558
  var color = _ref.color,
2522
2559
  size = _ref.size,
2523
2560
  title = _ref.title,
2524
- rest = _objectWithoutProperties$i(_ref, _excluded$m);
2561
+ rest = _objectWithoutProperties$j(_ref, _excluded$n);
2525
2562
 
2526
- return /*#__PURE__*/React__default.createElement("svg", _extends$n({
2563
+ return /*#__PURE__*/React__default.createElement("svg", _extends$o({
2527
2564
  ref: ref,
2528
2565
  xmlns: "http://www.w3.org/2000/svg",
2529
2566
  viewBox: "0 0 16 16",
@@ -2548,20 +2585,20 @@ FileEarmarkImage.defaultProps = {
2548
2585
  };
2549
2586
  var FileEarmarkImage$1 = FileEarmarkImage;
2550
2587
 
2551
- var _excluded$l = ["color", "size", "title"];
2588
+ var _excluded$m = ["color", "size", "title"];
2552
2589
 
2553
- function _extends$m() { _extends$m = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
2590
+ function _extends$n() { _extends$n = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
2554
2591
 
2555
- function _objectWithoutProperties$h(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$m(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2592
+ function _objectWithoutProperties$i(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$n(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2556
2593
 
2557
- function _objectWithoutPropertiesLoose$m(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2594
+ function _objectWithoutPropertiesLoose$n(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2558
2595
  var FileEarmark = /*#__PURE__*/forwardRef(function (_ref, ref) {
2559
2596
  var color = _ref.color,
2560
2597
  size = _ref.size,
2561
2598
  title = _ref.title,
2562
- rest = _objectWithoutProperties$h(_ref, _excluded$l);
2599
+ rest = _objectWithoutProperties$i(_ref, _excluded$m);
2563
2600
 
2564
- return /*#__PURE__*/React__default.createElement("svg", _extends$m({
2601
+ return /*#__PURE__*/React__default.createElement("svg", _extends$n({
2565
2602
  ref: ref,
2566
2603
  xmlns: "http://www.w3.org/2000/svg",
2567
2604
  viewBox: "0 0 16 16",
@@ -2584,20 +2621,20 @@ FileEarmark.defaultProps = {
2584
2621
  };
2585
2622
  var FileEarmark$1 = FileEarmark;
2586
2623
 
2587
- var _excluded$k = ["color", "size", "title"];
2624
+ var _excluded$l = ["color", "size", "title"];
2588
2625
 
2589
- function _extends$l() { _extends$l = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
2626
+ function _extends$m() { _extends$m = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
2590
2627
 
2591
- function _objectWithoutProperties$g(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$l(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2628
+ function _objectWithoutProperties$h(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$m(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2592
2629
 
2593
- function _objectWithoutPropertiesLoose$l(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2630
+ function _objectWithoutPropertiesLoose$m(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2594
2631
  var FileZip = /*#__PURE__*/forwardRef(function (_ref, ref) {
2595
2632
  var color = _ref.color,
2596
2633
  size = _ref.size,
2597
2634
  title = _ref.title,
2598
- rest = _objectWithoutProperties$g(_ref, _excluded$k);
2635
+ rest = _objectWithoutProperties$h(_ref, _excluded$l);
2599
2636
 
2600
- return /*#__PURE__*/React__default.createElement("svg", _extends$l({
2637
+ return /*#__PURE__*/React__default.createElement("svg", _extends$m({
2601
2638
  ref: ref,
2602
2639
  xmlns: "http://www.w3.org/2000/svg",
2603
2640
  viewBox: "0 0 16 16",
@@ -2622,6 +2659,43 @@ FileZip.defaultProps = {
2622
2659
  };
2623
2660
  var FileZip$1 = FileZip;
2624
2661
 
2662
+ var _excluded$k = ["color", "size", "title"];
2663
+
2664
+ function _extends$l() { _extends$l = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
2665
+
2666
+ function _objectWithoutProperties$g(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$l(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2667
+
2668
+ function _objectWithoutPropertiesLoose$l(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2669
+ var FiletypeCsv = /*#__PURE__*/forwardRef(function (_ref, ref) {
2670
+ var color = _ref.color,
2671
+ size = _ref.size,
2672
+ title = _ref.title,
2673
+ rest = _objectWithoutProperties$g(_ref, _excluded$k);
2674
+
2675
+ return /*#__PURE__*/React__default.createElement("svg", _extends$l({
2676
+ ref: ref,
2677
+ xmlns: "http://www.w3.org/2000/svg",
2678
+ viewBox: "0 0 16 16",
2679
+ width: size,
2680
+ height: size,
2681
+ fill: color
2682
+ }, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
2683
+ fillRule: "evenodd",
2684
+ d: "M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM3.517 14.841a1.13 1.13 0 0 0 .401.823c.13.108.289.192.478.252.19.061.411.091.665.091.338 0 .624-.053.859-.158.236-.105.416-.252.539-.44.125-.189.187-.408.187-.656 0-.224-.045-.41-.134-.56a1.001 1.001 0 0 0-.375-.357 2.027 2.027 0 0 0-.566-.21l-.621-.144a.97.97 0 0 1-.404-.176.37.37 0 0 1-.144-.299c0-.156.062-.284.185-.384.125-.101.296-.152.512-.152.143 0 .266.023.37.068a.624.624 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.092 1.092 0 0 0-.2-.566 1.21 1.21 0 0 0-.5-.41 1.813 1.813 0 0 0-.78-.152c-.293 0-.551.05-.776.15-.225.099-.4.24-.527.421-.127.182-.19.395-.19.639 0 .201.04.376.122.524.082.149.2.27.352.367.152.095.332.167.539.213l.618.144c.207.049.361.113.463.193a.387.387 0 0 1 .152.326.505.505 0 0 1-.085.29.559.559 0 0 1-.255.193c-.111.047-.249.07-.413.07-.117 0-.223-.013-.32-.04a.838.838 0 0 1-.248-.115.578.578 0 0 1-.255-.384h-.765ZM.806 13.693c0-.248.034-.46.102-.633a.868.868 0 0 1 .302-.399.814.814 0 0 1 .475-.137c.15 0 .283.032.398.097a.7.7 0 0 1 .272.26.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964 1.441 1.441 0 0 0-.489-.272 1.838 1.838 0 0 0-.606-.097c-.356 0-.66.074-.911.223-.25.148-.44.359-.572.632-.13.274-.196.6-.196.979v.498c0 .379.064.704.193.976.131.271.322.48.572.626.25.145.554.217.914.217.293 0 .554-.055.785-.164.23-.11.414-.26.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.799.799 0 0 1-.118.363.7.7 0 0 1-.272.25.874.874 0 0 1-.401.087.845.845 0 0 1-.478-.132.833.833 0 0 1-.299-.392 1.699 1.699 0 0 1-.102-.627v-.495Zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879l-1.327 4Z"
2685
+ }));
2686
+ });
2687
+ FiletypeCsv.propTypes = {
2688
+ color: PropTypes.string,
2689
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
2690
+ title: PropTypes.string
2691
+ };
2692
+ FiletypeCsv.defaultProps = {
2693
+ color: 'currentColor',
2694
+ size: '1em',
2695
+ title: null
2696
+ };
2697
+ var FiletypeCsv$1 = FiletypeCsv;
2698
+
2625
2699
  var _excluded$j = ["color", "size", "title"];
2626
2700
 
2627
2701
  function _extends$k() { _extends$k = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
@@ -2629,7 +2703,7 @@ function _extends$k() { _extends$k = Object.assign || function (target) { for (v
2629
2703
  function _objectWithoutProperties$f(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$k(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2630
2704
 
2631
2705
  function _objectWithoutPropertiesLoose$k(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2632
- var FiletypeCsv = /*#__PURE__*/forwardRef(function (_ref, ref) {
2706
+ var FiletypeJson = /*#__PURE__*/forwardRef(function (_ref, ref) {
2633
2707
  var color = _ref.color,
2634
2708
  size = _ref.size,
2635
2709
  title = _ref.title,
@@ -2644,20 +2718,20 @@ var FiletypeCsv = /*#__PURE__*/forwardRef(function (_ref, ref) {
2644
2718
  fill: color
2645
2719
  }, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
2646
2720
  fillRule: "evenodd",
2647
- d: "M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM3.517 14.841a1.13 1.13 0 0 0 .401.823c.13.108.289.192.478.252.19.061.411.091.665.091.338 0 .624-.053.859-.158.236-.105.416-.252.539-.44.125-.189.187-.408.187-.656 0-.224-.045-.41-.134-.56a1.001 1.001 0 0 0-.375-.357 2.027 2.027 0 0 0-.566-.21l-.621-.144a.97.97 0 0 1-.404-.176.37.37 0 0 1-.144-.299c0-.156.062-.284.185-.384.125-.101.296-.152.512-.152.143 0 .266.023.37.068a.624.624 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.092 1.092 0 0 0-.2-.566 1.21 1.21 0 0 0-.5-.41 1.813 1.813 0 0 0-.78-.152c-.293 0-.551.05-.776.15-.225.099-.4.24-.527.421-.127.182-.19.395-.19.639 0 .201.04.376.122.524.082.149.2.27.352.367.152.095.332.167.539.213l.618.144c.207.049.361.113.463.193a.387.387 0 0 1 .152.326.505.505 0 0 1-.085.29.559.559 0 0 1-.255.193c-.111.047-.249.07-.413.07-.117 0-.223-.013-.32-.04a.838.838 0 0 1-.248-.115.578.578 0 0 1-.255-.384h-.765ZM.806 13.693c0-.248.034-.46.102-.633a.868.868 0 0 1 .302-.399.814.814 0 0 1 .475-.137c.15 0 .283.032.398.097a.7.7 0 0 1 .272.26.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964 1.441 1.441 0 0 0-.489-.272 1.838 1.838 0 0 0-.606-.097c-.356 0-.66.074-.911.223-.25.148-.44.359-.572.632-.13.274-.196.6-.196.979v.498c0 .379.064.704.193.976.131.271.322.48.572.626.25.145.554.217.914.217.293 0 .554-.055.785-.164.23-.11.414-.26.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.799.799 0 0 1-.118.363.7.7 0 0 1-.272.25.874.874 0 0 1-.401.087.845.845 0 0 1-.478-.132.833.833 0 0 1-.299-.392 1.699 1.699 0 0 1-.102-.627v-.495Zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879l-1.327 4Z"
2721
+ d: "M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM4.151 15.29a1.176 1.176 0 0 1-.111-.449h.764a.578.578 0 0 0 .255.384c.07.049.154.087.25.114.095.028.201.041.319.041.164 0 .301-.023.413-.07a.559.559 0 0 0 .255-.193.507.507 0 0 0 .084-.29.387.387 0 0 0-.152-.326c-.101-.08-.256-.144-.463-.193l-.618-.143a1.72 1.72 0 0 1-.539-.214 1.001 1.001 0 0 1-.352-.367 1.068 1.068 0 0 1-.123-.524c0-.244.064-.457.19-.639.128-.181.304-.322.528-.422.225-.1.484-.149.777-.149.304 0 .564.05.779.152.217.102.384.239.5.41.12.17.186.359.2.566h-.75a.56.56 0 0 0-.12-.258.624.624 0 0 0-.246-.181.923.923 0 0 0-.37-.068c-.216 0-.387.05-.512.152a.472.472 0 0 0-.185.384c0 .121.048.22.144.3a.97.97 0 0 0 .404.175l.621.143c.217.05.406.12.566.211a1 1 0 0 1 .375.358c.09.148.135.335.135.56 0 .247-.063.466-.188.656a1.216 1.216 0 0 1-.539.439c-.234.105-.52.158-.858.158-.254 0-.476-.03-.665-.09a1.404 1.404 0 0 1-.478-.252 1.13 1.13 0 0 1-.29-.375Zm-3.104-.033a1.32 1.32 0 0 1-.082-.466h.764a.576.576 0 0 0 .074.27.499.499 0 0 0 .454.246c.19 0 .33-.055.422-.164.091-.11.137-.265.137-.466v-2.745h.791v2.725c0 .44-.119.774-.357 1.005-.237.23-.565.345-.985.345a1.59 1.59 0 0 1-.568-.094 1.145 1.145 0 0 1-.407-.266 1.14 1.14 0 0 1-.243-.39Zm9.091-1.585v.522c0 .256-.039.47-.117.641a.862.862 0 0 1-.322.387.877.877 0 0 1-.47.126.883.883 0 0 1-.47-.126.87.87 0 0 1-.32-.387 1.55 1.55 0 0 1-.117-.641v-.522c0-.258.039-.471.117-.641a.87.87 0 0 1 .32-.387.868.868 0 0 1 .47-.129c.177 0 .333.043.47.129a.862.862 0 0 1 .322.387c.078.17.117.383.117.641Zm.803.519v-.513c0-.377-.069-.701-.205-.973a1.46 1.46 0 0 0-.59-.63c-.253-.146-.559-.22-.916-.22-.356 0-.662.074-.92.22a1.441 1.441 0 0 0-.589.628c-.137.271-.205.596-.205.975v.513c0 .375.068.699.205.973.137.271.333.48.589.626.258.145.564.217.92.217.357 0 .663-.072.917-.217.256-.146.452-.355.589-.626.136-.274.205-.598.205-.973Zm1.29-.935v2.675h-.746v-3.999h.662l1.752 2.66h.032v-2.66h.75v4h-.656l-1.761-2.676h-.032Z"
2648
2722
  }));
2649
2723
  });
2650
- FiletypeCsv.propTypes = {
2724
+ FiletypeJson.propTypes = {
2651
2725
  color: PropTypes.string,
2652
2726
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
2653
2727
  title: PropTypes.string
2654
2728
  };
2655
- FiletypeCsv.defaultProps = {
2729
+ FiletypeJson.defaultProps = {
2656
2730
  color: 'currentColor',
2657
2731
  size: '1em',
2658
2732
  title: null
2659
2733
  };
2660
- var FiletypeCsv$1 = FiletypeCsv;
2734
+ var FiletypeJson$1 = FiletypeJson;
2661
2735
 
2662
2736
  var _excluded$i = ["color", "size", "title"];
2663
2737
 
@@ -2666,7 +2740,7 @@ function _extends$j() { _extends$j = Object.assign || function (target) { for (v
2666
2740
  function _objectWithoutProperties$e(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$j(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2667
2741
 
2668
2742
  function _objectWithoutPropertiesLoose$j(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2669
- var FiletypeJson = /*#__PURE__*/forwardRef(function (_ref, ref) {
2743
+ var FiletypeTxt = /*#__PURE__*/forwardRef(function (_ref, ref) {
2670
2744
  var color = _ref.color,
2671
2745
  size = _ref.size,
2672
2746
  title = _ref.title,
@@ -2681,20 +2755,20 @@ var FiletypeJson = /*#__PURE__*/forwardRef(function (_ref, ref) {
2681
2755
  fill: color
2682
2756
  }, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
2683
2757
  fillRule: "evenodd",
2684
- d: "M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM4.151 15.29a1.176 1.176 0 0 1-.111-.449h.764a.578.578 0 0 0 .255.384c.07.049.154.087.25.114.095.028.201.041.319.041.164 0 .301-.023.413-.07a.559.559 0 0 0 .255-.193.507.507 0 0 0 .084-.29.387.387 0 0 0-.152-.326c-.101-.08-.256-.144-.463-.193l-.618-.143a1.72 1.72 0 0 1-.539-.214 1.001 1.001 0 0 1-.352-.367 1.068 1.068 0 0 1-.123-.524c0-.244.064-.457.19-.639.128-.181.304-.322.528-.422.225-.1.484-.149.777-.149.304 0 .564.05.779.152.217.102.384.239.5.41.12.17.186.359.2.566h-.75a.56.56 0 0 0-.12-.258.624.624 0 0 0-.246-.181.923.923 0 0 0-.37-.068c-.216 0-.387.05-.512.152a.472.472 0 0 0-.185.384c0 .121.048.22.144.3a.97.97 0 0 0 .404.175l.621.143c.217.05.406.12.566.211a1 1 0 0 1 .375.358c.09.148.135.335.135.56 0 .247-.063.466-.188.656a1.216 1.216 0 0 1-.539.439c-.234.105-.52.158-.858.158-.254 0-.476-.03-.665-.09a1.404 1.404 0 0 1-.478-.252 1.13 1.13 0 0 1-.29-.375Zm-3.104-.033a1.32 1.32 0 0 1-.082-.466h.764a.576.576 0 0 0 .074.27.499.499 0 0 0 .454.246c.19 0 .33-.055.422-.164.091-.11.137-.265.137-.466v-2.745h.791v2.725c0 .44-.119.774-.357 1.005-.237.23-.565.345-.985.345a1.59 1.59 0 0 1-.568-.094 1.145 1.145 0 0 1-.407-.266 1.14 1.14 0 0 1-.243-.39Zm9.091-1.585v.522c0 .256-.039.47-.117.641a.862.862 0 0 1-.322.387.877.877 0 0 1-.47.126.883.883 0 0 1-.47-.126.87.87 0 0 1-.32-.387 1.55 1.55 0 0 1-.117-.641v-.522c0-.258.039-.471.117-.641a.87.87 0 0 1 .32-.387.868.868 0 0 1 .47-.129c.177 0 .333.043.47.129a.862.862 0 0 1 .322.387c.078.17.117.383.117.641Zm.803.519v-.513c0-.377-.069-.701-.205-.973a1.46 1.46 0 0 0-.59-.63c-.253-.146-.559-.22-.916-.22-.356 0-.662.074-.92.22a1.441 1.441 0 0 0-.589.628c-.137.271-.205.596-.205.975v.513c0 .375.068.699.205.973.137.271.333.48.589.626.258.145.564.217.92.217.357 0 .663-.072.917-.217.256-.146.452-.355.589-.626.136-.274.205-.598.205-.973Zm1.29-.935v2.675h-.746v-3.999h.662l1.752 2.66h.032v-2.66h.75v4h-.656l-1.761-2.676h-.032Z"
2758
+ d: "M14 4.5V14a2 2 0 0 1-2 2h-2v-1h2a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.928 15.849v-3.337h1.136v-.662H0v.662h1.134v3.337h.794Zm4.689-3.999h-.894L4.9 13.289h-.035l-.832-1.439h-.932l1.228 1.983-1.24 2.016h.862l.853-1.415h.035l.85 1.415h.907l-1.253-1.992 1.274-2.007Zm1.93.662v3.337h-.794v-3.337H6.619v-.662h3.064v.662H8.546Z"
2685
2759
  }));
2686
2760
  });
2687
- FiletypeJson.propTypes = {
2761
+ FiletypeTxt.propTypes = {
2688
2762
  color: PropTypes.string,
2689
2763
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
2690
2764
  title: PropTypes.string
2691
2765
  };
2692
- FiletypeJson.defaultProps = {
2766
+ FiletypeTxt.defaultProps = {
2693
2767
  color: 'currentColor',
2694
2768
  size: '1em',
2695
2769
  title: null
2696
2770
  };
2697
- var FiletypeJson$1 = FiletypeJson;
2771
+ var FiletypeTxt$1 = FiletypeTxt;
2698
2772
 
2699
2773
  var _excluded$h = ["color", "size", "title"];
2700
2774
 
@@ -2703,7 +2777,7 @@ function _extends$i() { _extends$i = Object.assign || function (target) { for (v
2703
2777
  function _objectWithoutProperties$d(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$i(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2704
2778
 
2705
2779
  function _objectWithoutPropertiesLoose$i(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2706
- var FiletypeTxt = /*#__PURE__*/forwardRef(function (_ref, ref) {
2780
+ var FolderFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
2707
2781
  var color = _ref.color,
2708
2782
  size = _ref.size,
2709
2783
  title = _ref.title,
@@ -2717,21 +2791,20 @@ var FiletypeTxt = /*#__PURE__*/forwardRef(function (_ref, ref) {
2717
2791
  height: size,
2718
2792
  fill: color
2719
2793
  }, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
2720
- fillRule: "evenodd",
2721
- d: "M14 4.5V14a2 2 0 0 1-2 2h-2v-1h2a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.928 15.849v-3.337h1.136v-.662H0v.662h1.134v3.337h.794Zm4.689-3.999h-.894L4.9 13.289h-.035l-.832-1.439h-.932l1.228 1.983-1.24 2.016h.862l.853-1.415h.035l.85 1.415h.907l-1.253-1.992 1.274-2.007Zm1.93.662v3.337h-.794v-3.337H6.619v-.662h3.064v.662H8.546Z"
2794
+ d: "M9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.825a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31L.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3zm-8.322.12C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139z"
2722
2795
  }));
2723
2796
  });
2724
- FiletypeTxt.propTypes = {
2797
+ FolderFill.propTypes = {
2725
2798
  color: PropTypes.string,
2726
2799
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
2727
2800
  title: PropTypes.string
2728
2801
  };
2729
- FiletypeTxt.defaultProps = {
2802
+ FolderFill.defaultProps = {
2730
2803
  color: 'currentColor',
2731
2804
  size: '1em',
2732
2805
  title: null
2733
2806
  };
2734
- var FiletypeTxt$1 = FiletypeTxt;
2807
+ var FolderFill$1 = FolderFill;
2735
2808
 
2736
2809
  var _excluded$g = ["color", "size", "title"];
2737
2810
 
@@ -2740,7 +2813,7 @@ function _extends$h() { _extends$h = Object.assign || function (target) { for (v
2740
2813
  function _objectWithoutProperties$c(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$h(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2741
2814
 
2742
2815
  function _objectWithoutPropertiesLoose$h(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2743
- var FolderFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
2816
+ var FolderPlus = /*#__PURE__*/forwardRef(function (_ref, ref) {
2744
2817
  var color = _ref.color,
2745
2818
  size = _ref.size,
2746
2819
  title = _ref.title,
@@ -2754,20 +2827,22 @@ var FolderFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
2754
2827
  height: size,
2755
2828
  fill: color
2756
2829
  }, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
2757
- d: "M9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.825a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31L.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3zm-8.322.12C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139z"
2830
+ d: "m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z"
2831
+ }), /*#__PURE__*/React__default.createElement("path", {
2832
+ d: "M13.5 10a.5.5 0 0 1 .5.5V12h1.5a.5.5 0 1 1 0 1H14v1.5a.5.5 0 1 1-1 0V13h-1.5a.5.5 0 0 1 0-1H13v-1.5a.5.5 0 0 1 .5-.5z"
2758
2833
  }));
2759
2834
  });
2760
- FolderFill.propTypes = {
2835
+ FolderPlus.propTypes = {
2761
2836
  color: PropTypes.string,
2762
2837
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
2763
2838
  title: PropTypes.string
2764
2839
  };
2765
- FolderFill.defaultProps = {
2840
+ FolderPlus.defaultProps = {
2766
2841
  color: 'currentColor',
2767
2842
  size: '1em',
2768
2843
  title: null
2769
2844
  };
2770
- var FolderFill$1 = FolderFill;
2845
+ var FolderPlus$1 = FolderPlus;
2771
2846
 
2772
2847
  var _excluded$f = ["color", "size", "title"];
2773
2848
 
@@ -2776,7 +2851,7 @@ function _extends$g() { _extends$g = Object.assign || function (target) { for (v
2776
2851
  function _objectWithoutProperties$b(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$g(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2777
2852
 
2778
2853
  function _objectWithoutPropertiesLoose$g(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2779
- var FolderPlus = /*#__PURE__*/forwardRef(function (_ref, ref) {
2854
+ var Folder = /*#__PURE__*/forwardRef(function (_ref, ref) {
2780
2855
  var color = _ref.color,
2781
2856
  size = _ref.size,
2782
2857
  title = _ref.title,
@@ -2790,22 +2865,20 @@ var FolderPlus = /*#__PURE__*/forwardRef(function (_ref, ref) {
2790
2865
  height: size,
2791
2866
  fill: color
2792
2867
  }, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
2793
- d: "m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z"
2794
- }), /*#__PURE__*/React__default.createElement("path", {
2795
- d: "M13.5 10a.5.5 0 0 1 .5.5V12h1.5a.5.5 0 1 1 0 1H14v1.5a.5.5 0 1 1-1 0V13h-1.5a.5.5 0 0 1 0-1H13v-1.5a.5.5 0 0 1 .5-.5z"
2868
+ d: "M.54 3.87.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.826a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31zM2.19 4a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91h10.348a1 1 0 0 0 .995-.91l.637-7A1 1 0 0 0 13.81 4H2.19zm4.69-1.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707z"
2796
2869
  }));
2797
2870
  });
2798
- FolderPlus.propTypes = {
2871
+ Folder.propTypes = {
2799
2872
  color: PropTypes.string,
2800
2873
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
2801
2874
  title: PropTypes.string
2802
2875
  };
2803
- FolderPlus.defaultProps = {
2876
+ Folder.defaultProps = {
2804
2877
  color: 'currentColor',
2805
2878
  size: '1em',
2806
2879
  title: null
2807
2880
  };
2808
- var FolderPlus$1 = FolderPlus;
2881
+ var Folder$1 = Folder;
2809
2882
 
2810
2883
  var _excluded$e = ["color", "size", "title"];
2811
2884
 
@@ -3188,7 +3261,7 @@ var Button = function (_a) {
3188
3261
  children));
3189
3262
  };
3190
3263
 
3191
- var css_248z$j = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.btn-group {\n width: fit-content;\n display: flex;\n border-radius: 4px;\n box-sizing: border-box;\n}\n\n.btn-group:hover {\n box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.45), 0 1px 3px 1px rgba(26, 115, 232, 0.3);\n}\n\n.btn-group-disabled:hover {\n box-shadow: none;\n}\n\n.btn-group input {\n width: 100%;\n}\n\n.btn-group input::placeholder {\n color: var(--primary1);\n}\n\n.btn-group-disabled input::placeholder {\n color: var(--slate9);\n}\n\n.btn-group * {\n background-color: var(--primary);\n color: white;\n transition: background-color 0.125s ease-in-out;\n}\n\n.btn-group-disabled * {\n background-color: var(--slate5);\n border-color: var(--slate11) !important;\n color: var(--slate11);\n cursor: default !important;\n}\n\n.btn-group i,\n.btn-group svg {\n background-color: rgba(0, 0, 0, 0);\n}\n\n.btn-group button,\n.btn-group input {\n display: flex;\n padding: 8px 10px;\n cursor: pointer;\n float: left;\n z-index: 10;\n align-items: center;\n gap: 8px;\n border: 1px solid var(--primary);\n border-left-color: #096dd9;\n transition: box-shadow 0.125s ease-in-out;\n line-height: 1.5rem;\n}\n\n.btn-group button:active {\n box-shadow: inset 0px 0px 14px 14px #096dd9;\n}\n\n.btn-group button:first-child,\n.btn-group input:first-child {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n border-top-right-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-color: var(--primary);\n}\n\n.btn-group button:last-child {\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px;\n border-top-left-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n\n.btn-group button:not(:last-child),\n.btn-group input:not(:last-child) {\n border-right: none;\n}\n\n.btn-group button:focus-visible,\n.btn-group input:focus-visible {\n outline: none;\n}\n\n.btn-group button:focus,\n.btn-group input:focus {\n outline: none;\n}\n\n/* Clear floats (clearfix hack) */\n.btn-group:after {\n content: \"\";\n clear: both;\n display: table;\n}\n\n.btn-group button:hover,\n.btn-group input:hover {\n background-color: var(--primary2);\n z-index: 11;\n}\n\n.btn-group-disabled:hover button:hover {\n box-shadow: none;\n}\n\n.btn-group-disabled:hover button:hover,\n.btn-group-disabled:hover input:hover {\n background-color: var(--slate5);\n}\n\n.options-content {\n font-size: clamp(0.65rem, 8vw - 0.75rem, 0.85rem);\n}";
3264
+ var css_248z$j = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.btn-group {\n width: fit-content;\n display: flex;\n border-radius: 4px;\n box-sizing: border-box;\n}\n\n.btn-group:hover {\n box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.45), 0 1px 3px 1px rgba(26, 115, 232, 0.3);\n}\n\n.btn-group-disabled:hover {\n box-shadow: none;\n}\n\n.btn-group input {\n width: 100%;\n}\n\n.btn-group input::placeholder {\n color: var(--primary1);\n}\n\n.btn-group-disabled input::placeholder {\n color: var(--slate9);\n}\n\n.btn-group * {\n background-color: var(--primary);\n color: white;\n transition: background-color 0.125s ease-in-out;\n}\n\n.btn-group-disabled * {\n background-color: var(--slate5);\n border-color: var(--slate11) !important;\n color: var(--slate11);\n cursor: default !important;\n}\n\n.btn-group i,\n.btn-group svg {\n background-color: rgba(0, 0, 0, 0);\n}\n\n.btn-group button,\n.btn-group input {\n display: flex;\n padding: 8px 10px;\n cursor: pointer;\n float: left;\n z-index: 10;\n align-items: center;\n gap: 8px;\n border: 1px solid var(--primary);\n border-left-color: #096dd9;\n transition: box-shadow 0.125s ease-in-out;\n line-height: 1.5rem;\n}\n\n.btn-group button:active {\n box-shadow: inset 0px 0px 14px 14px #096dd9;\n}\n\n.btn-group button:first-child,\n.btn-group input:first-child {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n border-top-right-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-color: var(--primary);\n}\n\n.btn-group button:last-child {\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px;\n border-top-left-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n\n.btn-group button:not(:last-child),\n.btn-group input:not(:last-child) {\n border-right: none;\n}\n\n.btn-group button:focus-visible,\n.btn-group input:focus-visible {\n outline: none;\n}\n\n.btn-group button:focus,\n.btn-group input:focus {\n outline: none;\n}\n\n/* Clear floats (clearfix hack) */\n.btn-group:after {\n content: \"\";\n clear: both;\n display: table;\n}\n\n.btn-group button:hover,\n.btn-group input:hover {\n background-color: var(--primary2);\n z-index: 11;\n}\n\n.btn-group-disabled:hover button:hover {\n box-shadow: none;\n}\n\n.btn-group-disabled:hover button:hover,\n.btn-group-disabled:hover input:hover {\n background-color: var(--slate5);\n}\n\n.options-content {\n font-size: clamp(0.65rem, 8vw - 0.75rem, 0.85rem);\n}";
3192
3265
  styleInject(css_248z$j);
3193
3266
 
3194
3267
  var ButtonGroup = function (_a) {
@@ -4094,7 +4167,7 @@ var Downshift = /*#__PURE__*/function () {
4094
4167
 
4095
4168
  otherStateToSet = pickState(otherStateToSet);
4096
4169
 
4097
- _this.internalSetState(_extends$H({
4170
+ _this.internalSetState(_extends$J({
4098
4171
  highlightedIndex: highlightedIndex
4099
4172
  }, otherStateToSet));
4100
4173
  };
@@ -4111,7 +4184,7 @@ var Downshift = /*#__PURE__*/function () {
4111
4184
  _this.selectItem = function (item, otherStateToSet, cb) {
4112
4185
  otherStateToSet = pickState(otherStateToSet);
4113
4186
 
4114
- _this.internalSetState(_extends$H({
4187
+ _this.internalSetState(_extends$J({
4115
4188
  isOpen: _this.props.defaultIsOpen,
4116
4189
  highlightedIndex: _this.props.defaultHighlightedIndex,
4117
4190
  selectedItem: item,
@@ -4143,7 +4216,7 @@ var Downshift = /*#__PURE__*/function () {
4143
4216
  // See https://github.com/downshift-js/downshift/issues/217 for more info.
4144
4217
 
4145
4218
  if (!isStateToSetFunction && stateToSet.hasOwnProperty('inputValue')) {
4146
- _this.props.onInputValueChange(stateToSet.inputValue, _extends$H({}, _this.getStateAndHelpers(), stateToSet));
4219
+ _this.props.onInputValueChange(stateToSet.inputValue, _extends$J({}, _this.getStateAndHelpers(), stateToSet));
4147
4220
  }
4148
4221
 
4149
4222
  return _this.setState(function (state) {
@@ -4191,7 +4264,7 @@ var Downshift = /*#__PURE__*/function () {
4191
4264
  // earlier, so we'll call it now that we know what the inputValue state will be.
4192
4265
 
4193
4266
  if (isStateToSetFunction && newStateToSet.hasOwnProperty('inputValue')) {
4194
- _this.props.onInputValueChange(newStateToSet.inputValue, _extends$H({}, _this.getStateAndHelpers(), newStateToSet));
4267
+ _this.props.onInputValueChange(newStateToSet.inputValue, _extends$J({}, _this.getStateAndHelpers(), newStateToSet));
4195
4268
  }
4196
4269
 
4197
4270
  return nextState;
@@ -4246,7 +4319,7 @@ var Downshift = /*#__PURE__*/function () {
4246
4319
  var _this$getState = _this.getState(),
4247
4320
  isOpen = _this$getState.isOpen;
4248
4321
 
4249
- return _extends$H((_extends2 = {}, _extends2[refKey] = handleRefs(ref, _this.rootRef), _extends2.role = 'combobox', _extends2['aria-expanded'] = isOpen, _extends2['aria-haspopup'] = 'listbox', _extends2['aria-owns'] = isOpen ? _this.menuId : null, _extends2['aria-labelledby'] = _this.labelId, _extends2), rest);
4322
+ return _extends$J((_extends2 = {}, _extends2[refKey] = handleRefs(ref, _this.rootRef), _extends2.role = 'combobox', _extends2['aria-expanded'] = isOpen, _extends2['aria-haspopup'] = 'listbox', _extends2['aria-owns'] = isOpen ? _this.menuId : null, _extends2['aria-labelledby'] = _this.labelId, _extends2), rest);
4250
4323
  };
4251
4324
 
4252
4325
  _this.keyDownHandlers = {
@@ -4339,7 +4412,7 @@ var Downshift = /*#__PURE__*/function () {
4339
4412
  },
4340
4413
  Escape: function Escape(event) {
4341
4414
  event.preventDefault();
4342
- this.reset(_extends$H({
4415
+ this.reset(_extends$J({
4343
4416
  type: keyDownEscape
4344
4417
  }, !this.state.isOpen && {
4345
4418
  selectedItem: null,
@@ -4347,7 +4420,7 @@ var Downshift = /*#__PURE__*/function () {
4347
4420
  }));
4348
4421
  }
4349
4422
  };
4350
- _this.buttonKeyDownHandlers = _extends$H({}, _this.keyDownHandlers, {
4423
+ _this.buttonKeyDownHandlers = _extends$J({}, _this.keyDownHandlers, {
4351
4424
  ' ': function _(event) {
4352
4425
  event.preventDefault();
4353
4426
  this.toggleMenu({
@@ -4355,7 +4428,7 @@ var Downshift = /*#__PURE__*/function () {
4355
4428
  });
4356
4429
  }
4357
4430
  });
4358
- _this.inputKeyDownHandlers = _extends$H({}, _this.keyDownHandlers, {
4431
+ _this.inputKeyDownHandlers = _extends$J({}, _this.keyDownHandlers, {
4359
4432
  Home: function Home(event) {
4360
4433
  var _this4 = this;
4361
4434
 
@@ -4427,7 +4500,7 @@ var Downshift = /*#__PURE__*/function () {
4427
4500
  onBlur: callAllEventHandlers(onBlur, _this.buttonHandleBlur)
4428
4501
  };
4429
4502
  var eventHandlers = rest.disabled ? {} : enabledEventHandlers;
4430
- return _extends$H({
4503
+ return _extends$J({
4431
4504
  type: 'button',
4432
4505
  role: 'button',
4433
4506
  'aria-label': isOpen ? 'close menu' : 'open menu',
@@ -4491,7 +4564,7 @@ var Downshift = /*#__PURE__*/function () {
4491
4564
  };
4492
4565
 
4493
4566
  _this.getLabelProps = function (props) {
4494
- return _extends$H({
4567
+ return _extends$J({
4495
4568
  htmlFor: _this.inputId,
4496
4569
  id: _this.labelId
4497
4570
  }, props);
@@ -4525,7 +4598,7 @@ var Downshift = /*#__PURE__*/function () {
4525
4598
  eventHandlers = (_eventHandlers = {}, _eventHandlers[onChangeKey] = callAllEventHandlers(onChange, onInput, _this.inputHandleChange), _eventHandlers.onKeyDown = callAllEventHandlers(onKeyDown, _this.inputHandleKeyDown), _eventHandlers.onBlur = callAllEventHandlers(onBlur, _this.inputHandleBlur), _eventHandlers);
4526
4599
  }
4527
4600
 
4528
- return _extends$H({
4601
+ return _extends$J({
4529
4602
  'aria-autocomplete': 'list',
4530
4603
  'aria-activedescendant': isOpen && typeof highlightedIndex === 'number' && highlightedIndex >= 0 ? _this.getItemId(highlightedIndex) : null,
4531
4604
  'aria-controls': isOpen ? _this.menuId : null,
@@ -4588,7 +4661,7 @@ var Downshift = /*#__PURE__*/function () {
4588
4661
  _this.getMenuProps.called = true;
4589
4662
  _this.getMenuProps.refKey = refKey;
4590
4663
  _this.getMenuProps.suppressRefError = suppressRefError;
4591
- return _extends$H((_extends3 = {}, _extends3[refKey] = handleRefs(ref, _this.menuRef), _extends3.role = 'listbox', _extends3['aria-labelledby'] = props && props['aria-label'] ? null : _this.labelId, _extends3.id = _this.menuId, _extends3), props);
4664
+ return _extends$J((_extends3 = {}, _extends3[refKey] = handleRefs(ref, _this.menuRef), _extends3.role = 'listbox', _extends3['aria-labelledby'] = props && props['aria-label'] ? null : _this.labelId, _extends3.id = _this.menuId, _extends3), props);
4592
4665
  };
4593
4666
 
4594
4667
  _this.getItemProps = function (_temp7) {
@@ -4655,7 +4728,7 @@ var Downshift = /*#__PURE__*/function () {
4655
4728
  var eventHandlers = rest.disabled ? {
4656
4729
  onMouseDown: enabledEventHandlers.onMouseDown
4657
4730
  } : enabledEventHandlers;
4658
- return _extends$H({
4731
+ return _extends$J({
4659
4732
  id: _this.getItemId(index),
4660
4733
  role: 'option',
4661
4734
  'aria-selected': _this.getState().highlightedIndex === index
@@ -4675,7 +4748,7 @@ var Downshift = /*#__PURE__*/function () {
4675
4748
 
4676
4749
  _this.internalSetState(function (_ref8) {
4677
4750
  var selectedItem = _ref8.selectedItem;
4678
- return _extends$H({
4751
+ return _extends$J({
4679
4752
  isOpen: _this.props.defaultIsOpen,
4680
4753
  highlightedIndex: _this.props.defaultHighlightedIndex,
4681
4754
  inputValue: _this.props.itemToString(selectedItem)
@@ -4692,7 +4765,7 @@ var Downshift = /*#__PURE__*/function () {
4692
4765
 
4693
4766
  _this.internalSetState(function (_ref9) {
4694
4767
  var isOpen = _ref9.isOpen;
4695
- return _extends$H({
4768
+ return _extends$J({
4696
4769
  isOpen: !isOpen
4697
4770
  }, isOpen && {
4698
4771
  highlightedIndex: _this.props.defaultHighlightedIndex
@@ -4731,7 +4804,7 @@ var Downshift = /*#__PURE__*/function () {
4731
4804
 
4732
4805
  var resultCount = _this.getItemCount();
4733
4806
 
4734
- var status = _this.props.getA11yStatusMessage(_extends$H({
4807
+ var status = _this.props.getA11yStatusMessage(_extends$J({
4735
4808
  itemToString: _this.props.itemToString,
4736
4809
  previousResultCount: _this.previousResultCount,
4737
4810
  resultCount: resultCount,
@@ -5221,7 +5294,7 @@ function callOnChangeProps(action, state, newState) {
5221
5294
  });
5222
5295
 
5223
5296
  if (props.onStateChange && Object.keys(changes).length) {
5224
- props.onStateChange(_extends$H({
5297
+ props.onStateChange(_extends$J({
5225
5298
  type: type
5226
5299
  }, changes));
5227
5300
  }
@@ -5233,7 +5306,7 @@ function invokeOnChangeHandler(key, action, state, newState) {
5233
5306
  var handler = "on" + capitalizeString(key) + "Change";
5234
5307
 
5235
5308
  if (props[handler] && newState[key] !== undefined && newState[key] !== state[key]) {
5236
- props[handler](_extends$H({
5309
+ props[handler](_extends$J({
5237
5310
  type: type
5238
5311
  }, newState));
5239
5312
  }
@@ -5343,7 +5416,7 @@ function useEnhancedReducer(reducer, initialState, props) {
5343
5416
  actionRef.current = action;
5344
5417
  state = getState(state, action.props);
5345
5418
  var changes = reducer(state, action);
5346
- var newState = action.props.stateReducer(state, _extends$H({}, action, {
5419
+ var newState = action.props.stateReducer(state, _extends$J({}, action, {
5347
5420
  changes: changes
5348
5421
  }));
5349
5422
  return newState;
@@ -5355,7 +5428,7 @@ function useEnhancedReducer(reducer, initialState, props) {
5355
5428
 
5356
5429
  var propsRef = useLatestRef$1(props);
5357
5430
  var dispatchWithProps = useCallback(function (action) {
5358
- return dispatch(_extends$H({
5431
+ return dispatch(_extends$J({
5359
5432
  props: propsRef.current
5360
5433
  }, action));
5361
5434
  }, [propsRef]);
@@ -5601,7 +5674,7 @@ function useA11yMessageSetter(getA11yMessage, dependencyArray, _ref2) {
5601
5674
  }
5602
5675
 
5603
5676
  updateA11yStatus(function () {
5604
- return getA11yMessage(_extends$H({
5677
+ return getA11yMessage(_extends$J({
5605
5678
  highlightedIndex: highlightedIndex,
5606
5679
  highlightedItem: items[highlightedIndex],
5607
5680
  resultCount: items.length
@@ -5723,7 +5796,7 @@ function downshiftCommonReducer(state, action, stateChangeTypes) {
5723
5796
  throw new Error('Reducer called without proper action type.');
5724
5797
  }
5725
5798
 
5726
- return _extends$H({}, state, changes);
5799
+ return _extends$J({}, state, changes);
5727
5800
  }
5728
5801
  ({
5729
5802
  items: PropTypes.array.isRequired,
@@ -5863,7 +5936,7 @@ function getInitialState$1(props) {
5863
5936
  inputValue = props.itemToString(selectedItem);
5864
5937
  }
5865
5938
 
5866
- return _extends$H({}, initialState, {
5939
+ return _extends$J({}, initialState, {
5867
5940
  inputValue: inputValue
5868
5941
  });
5869
5942
  }
@@ -5954,7 +6027,7 @@ if (process.env.NODE_ENV !== 'production') {
5954
6027
  };
5955
6028
  }
5956
6029
 
5957
- var defaultProps$1$1 = _extends$H({}, defaultProps$3$1, {
6030
+ var defaultProps$1$1 = _extends$J({}, defaultProps$3$1, {
5958
6031
  getA11yStatusMessage: getA11yStatusMessage$1,
5959
6032
  circularNavigation: true
5960
6033
  });
@@ -6006,7 +6079,7 @@ function downshiftUseComboboxReducer(state, action) {
6006
6079
  break;
6007
6080
 
6008
6081
  case InputKeyDownEnter:
6009
- changes = _extends$H({}, state.isOpen && state.highlightedIndex >= 0 && {
6082
+ changes = _extends$J({}, state.isOpen && state.highlightedIndex >= 0 && {
6010
6083
  selectedItem: props.items[state.highlightedIndex],
6011
6084
  isOpen: getDefaultValue$1(props, 'isOpen'),
6012
6085
  highlightedIndex: getDefaultValue$1(props, 'highlightedIndex'),
@@ -6015,7 +6088,7 @@ function downshiftUseComboboxReducer(state, action) {
6015
6088
  break;
6016
6089
 
6017
6090
  case InputKeyDownEscape:
6018
- changes = _extends$H({
6091
+ changes = _extends$J({
6019
6092
  isOpen: false,
6020
6093
  highlightedIndex: -1
6021
6094
  }, !state.isOpen && {
@@ -6037,7 +6110,7 @@ function downshiftUseComboboxReducer(state, action) {
6037
6110
  break;
6038
6111
 
6039
6112
  case InputBlur:
6040
- changes = _extends$H({
6113
+ changes = _extends$J({
6041
6114
  isOpen: false,
6042
6115
  highlightedIndex: -1
6043
6116
  }, state.highlightedIndex >= 0 && action.selectItem && {
@@ -6071,7 +6144,7 @@ function downshiftUseComboboxReducer(state, action) {
6071
6144
  return downshiftCommonReducer(state, action, stateChangeTypes$1);
6072
6145
  }
6073
6146
 
6074
- return _extends$H({}, state, changes);
6147
+ return _extends$J({}, state, changes);
6075
6148
  }
6076
6149
  /* eslint-enable complexity */
6077
6150
 
@@ -6089,7 +6162,7 @@ function useCombobox(userProps) {
6089
6162
 
6090
6163
  validatePropTypes$1(userProps, useCombobox); // Props defaults and destructuring.
6091
6164
 
6092
- var props = _extends$H({}, defaultProps$1$1, userProps);
6165
+ var props = _extends$J({}, defaultProps$1$1, userProps);
6093
6166
 
6094
6167
  var initialIsOpen = props.initialIsOpen,
6095
6168
  defaultIsOpen = props.defaultIsOpen,
@@ -6131,7 +6204,7 @@ function useCombobox(userProps) {
6131
6204
  }, [elementIds]); // Effects.
6132
6205
  // Sets a11y status message on changes in state.
6133
6206
 
6134
- useA11yMessageSetter(getA11yStatusMessage, [isOpen, highlightedIndex, inputValue, items], _extends$H({
6207
+ useA11yMessageSetter(getA11yStatusMessage, [isOpen, highlightedIndex, inputValue, items], _extends$J({
6135
6208
  isInitialMount: isInitialMountRef.current,
6136
6209
  previousResultCount: previousResultCountRef.current,
6137
6210
  items: items,
@@ -6139,7 +6212,7 @@ function useCombobox(userProps) {
6139
6212
  itemToString: itemToString
6140
6213
  }, state)); // Sets a11y status message on changes in selectedItem.
6141
6214
 
6142
- useA11yMessageSetter(getA11ySelectionMessage, [selectedItem], _extends$H({
6215
+ useA11yMessageSetter(getA11ySelectionMessage, [selectedItem], _extends$J({
6143
6216
  isInitialMount: isInitialMountRef.current,
6144
6217
  previousResultCount: previousResultCountRef.current,
6145
6218
  items: items,
@@ -6263,7 +6336,7 @@ function useCombobox(userProps) {
6263
6336
  }, [dispatch, latest, getItemNodeFromIndex]); // Getter props.
6264
6337
 
6265
6338
  var getLabelProps = useCallback(function (labelProps) {
6266
- return _extends$H({
6339
+ return _extends$J({
6267
6340
  id: elementIds.labelId,
6268
6341
  htmlFor: elementIds.inputId
6269
6342
  }, labelProps);
@@ -6283,7 +6356,7 @@ function useCombobox(userProps) {
6283
6356
  suppressRefError = _ref2$suppressRefErro === void 0 ? false : _ref2$suppressRefErro;
6284
6357
 
6285
6358
  setGetterPropCallInfo('getMenuProps', suppressRefError, refKey, menuRef);
6286
- return _extends$H((_extends2 = {}, _extends2[refKey] = handleRefs(ref, function (menuNode) {
6359
+ return _extends$J((_extends2 = {}, _extends2[refKey] = handleRefs(ref, function (menuNode) {
6287
6360
  menuRef.current = menuNode;
6288
6361
  }), _extends2.id = elementIds.menuId, _extends2.role = 'listbox', _extends2['aria-labelledby'] = elementIds.labelId, _extends2.onMouseLeave = callAllEventHandlers(onMouseLeave, function () {
6289
6362
  dispatch({
@@ -6340,7 +6413,7 @@ function useCombobox(userProps) {
6340
6413
  }
6341
6414
  };
6342
6415
 
6343
- return _extends$H((_extends3 = {}, _extends3[refKey] = handleRefs(ref, function (itemNode) {
6416
+ return _extends$J((_extends3 = {}, _extends3[refKey] = handleRefs(ref, function (itemNode) {
6344
6417
  if (itemNode) {
6345
6418
  itemRefs.current[elementIds.getItemId(itemIndex)] = itemNode;
6346
6419
  }
@@ -6369,9 +6442,9 @@ function useCombobox(userProps) {
6369
6442
  }
6370
6443
  };
6371
6444
 
6372
- return _extends$H((_extends4 = {}, _extends4[refKey] = handleRefs(ref, function (toggleButtonNode) {
6445
+ return _extends$J((_extends4 = {}, _extends4[refKey] = handleRefs(ref, function (toggleButtonNode) {
6373
6446
  toggleButtonRef.current = toggleButtonNode;
6374
- }), _extends4.id = elementIds.toggleButtonId, _extends4.tabIndex = -1, _extends4), !rest.disabled && _extends$H({}, {
6447
+ }), _extends4.id = elementIds.toggleButtonId, _extends4.tabIndex = -1, _extends4), !rest.disabled && _extends$J({}, {
6375
6448
  onClick: callAllEventHandlers(onClick, toggleButtonHandleClick)
6376
6449
  }), rest);
6377
6450
  }, [dispatch, latest, elementIds]);
@@ -6432,7 +6505,7 @@ function useCombobox(userProps) {
6432
6505
  eventHandlers = (_eventHandlers = {}, _eventHandlers[onChangeKey] = callAllEventHandlers(onChange, onInput, inputHandleChange), _eventHandlers.onKeyDown = callAllEventHandlers(onKeyDown, inputHandleKeyDown), _eventHandlers.onBlur = callAllEventHandlers(onBlur, inputHandleBlur), _eventHandlers);
6433
6506
  }
6434
6507
 
6435
- return _extends$H((_extends5 = {}, _extends5[refKey] = handleRefs(ref, function (inputNode) {
6508
+ return _extends$J((_extends5 = {}, _extends5[refKey] = handleRefs(ref, function (inputNode) {
6436
6509
  inputRef.current = inputNode;
6437
6510
  }), _extends5.id = elementIds.inputId, _extends5['aria-autocomplete'] = 'list', _extends5['aria-controls'] = elementIds.menuId, _extends5), latestState.isOpen && latestState.highlightedIndex > -1 && {
6438
6511
  'aria-activedescendant': elementIds.getItemId(latestState.highlightedIndex)
@@ -6458,7 +6531,7 @@ function useCombobox(userProps) {
6458
6531
  suppressRefError = _ref9$suppressRefErro === void 0 ? false : _ref9$suppressRefErro;
6459
6532
 
6460
6533
  setGetterPropCallInfo('getComboboxProps', suppressRefError, refKey, comboboxRef);
6461
- return _extends$H((_extends6 = {}, _extends6[refKey] = handleRefs(ref, function (comboboxNode) {
6534
+ return _extends$J((_extends6 = {}, _extends6[refKey] = handleRefs(ref, function (comboboxNode) {
6462
6535
  comboboxRef.current = comboboxNode;
6463
6536
  }), _extends6.role = 'combobox', _extends6['aria-haspopup'] = 'listbox', _extends6['aria-owns'] = elementIds.menuId, _extends6['aria-expanded'] = latest.current.state.isOpen, _extends6), rest);
6464
6537
  }, [latest, setGetterPropCallInfo, elementIds]); // returns
@@ -6603,7 +6676,7 @@ const $89eedd556c436f6a$export$1ff3c3f08ae963c0 = /*#__PURE__*/ forwardRef((prop
6603
6676
  'aria-orientation': ariaOrientation,
6604
6677
  role: 'separator'
6605
6678
  };
6606
- return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
6679
+ return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$J({
6607
6680
  "data-orientation": orientation
6608
6681
  }, semanticProps, domProps, {
6609
6682
  ref: forwardedRef
@@ -7072,7 +7145,7 @@ function toNumber(value) {
7072
7145
 
7073
7146
  var lodash_debounce = debounce;
7074
7147
 
7075
- var css_248z$i = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-combobox {\n width: 100%;\n}\n\n.poll-combobox-content {\n z-index: 100;\n display: flex;\n flex-direction: column;\n width: 100%;\n background-color: white;\n border: 1px solid var(--slate5);\n border-radius: 0px 0px 4px 4px;\n gap: 2px;\n box-sizing: border-box;\n transition: max-height 0.5s ease-in-out;\n}\n\n.poll-combobox-item {\n display: inline-block;\n border-radius: 2px;\n padding: 2px 8px;\n transition: background-color 0.15s linear, color 0.15s linear;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n cursor: pointer;\n}\n\n.poll-select-item[data-state=checked] {\n background-color: var(--primary2);\n color: white;\n}\n\n.poll-select-item:focus-visible {\n background-color: var(--primary0);\n outline: solid 1px var(--primary);\n color: unset;\n outline-color: var(--primary);\n}\n\n.poll-select-item:hover {\n background-color: var(--primary0);\n cursor: pointer;\n color: unset;\n}\n\n.poll-separator {\n background-color: var(--slate5);\n height: 1px;\n width: 100%;\n margin: 4px 0;\n}\n\n.poll-combo-header-container {\n transition: opacity 0.5s ease-in-out;\n}\n\n.poll-combo-footer-container {\n transition: opacity 0.5s ease-in-out;\n}";
7148
+ var css_248z$i = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-combobox {\n width: 100%;\n}\n\n.poll-combobox-content {\n z-index: 100;\n display: flex;\n flex-direction: column;\n width: 100%;\n background-color: white;\n border: 1px solid var(--slate5);\n border-radius: 0px 0px 4px 4px;\n gap: 2px;\n box-sizing: border-box;\n transition: max-height 0.5s ease-in-out;\n}\n\n.poll-combobox-item {\n display: inline-block;\n border-radius: 2px;\n padding: 2px 8px;\n transition: background-color 0.15s linear, color 0.15s linear;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n cursor: pointer;\n}\n\n.poll-select-item[data-state=checked] {\n background-color: var(--primary2);\n color: white;\n}\n\n.poll-select-item:focus-visible {\n background-color: var(--primary0);\n outline: solid 1px var(--primary);\n color: unset;\n outline-color: var(--primary);\n}\n\n.poll-select-item:hover {\n background-color: var(--primary0);\n cursor: pointer;\n color: unset;\n}\n\n.poll-separator {\n background-color: var(--slate5);\n height: 1px;\n width: 100%;\n margin: 4px 0;\n}\n\n.poll-combo-header-container {\n transition: opacity 0.5s ease-in-out;\n}\n\n.poll-combo-footer-container {\n transition: opacity 0.5s ease-in-out;\n}";
7076
7149
  styleInject(css_248z$i);
7077
7150
 
7078
7151
  /*!
@@ -8686,7 +8759,7 @@ var PerfectScrollbar = /*@__PURE__*/getDefaultExportFromCjs(lib);
8686
8759
  var css_248z$h = "/*\n * Container style\n */\n.ps {\n overflow: hidden !important;\n overflow-anchor: none;\n -ms-overflow-style: none;\n touch-action: auto;\n -ms-touch-action: auto;\n}\n\n/*\n * Scrollbar rail styles\n */\n.ps__rail-x {\n display: none;\n opacity: 0;\n transition: background-color .2s linear, opacity .2s linear;\n -webkit-transition: background-color .2s linear, opacity .2s linear;\n height: 15px;\n /* there must be 'bottom' or 'top' for ps__rail-x */\n bottom: 0px;\n /* please don't change 'position' */\n position: absolute;\n}\n\n.ps__rail-y {\n display: none;\n opacity: 0;\n transition: background-color .2s linear, opacity .2s linear;\n -webkit-transition: background-color .2s linear, opacity .2s linear;\n width: 15px;\n /* there must be 'right' or 'left' for ps__rail-y */\n right: 0;\n /* please don't change 'position' */\n position: absolute;\n}\n\n.ps--active-x > .ps__rail-x,\n.ps--active-y > .ps__rail-y {\n display: block;\n background-color: transparent;\n}\n\n.ps:hover > .ps__rail-x,\n.ps:hover > .ps__rail-y,\n.ps--focus > .ps__rail-x,\n.ps--focus > .ps__rail-y,\n.ps--scrolling-x > .ps__rail-x,\n.ps--scrolling-y > .ps__rail-y {\n opacity: 0.6;\n}\n\n.ps .ps__rail-x:hover,\n.ps .ps__rail-y:hover,\n.ps .ps__rail-x:focus,\n.ps .ps__rail-y:focus,\n.ps .ps__rail-x.ps--clicking,\n.ps .ps__rail-y.ps--clicking {\n background-color: #eee;\n opacity: 0.9;\n}\n\n/*\n * Scrollbar thumb styles\n */\n.ps__thumb-x {\n background-color: #aaa;\n border-radius: 6px;\n transition: background-color .2s linear, height .2s ease-in-out;\n -webkit-transition: background-color .2s linear, height .2s ease-in-out;\n height: 6px;\n /* there must be 'bottom' for ps__thumb-x */\n bottom: 2px;\n /* please don't change 'position' */\n position: absolute;\n}\n\n.ps__thumb-y {\n background-color: #aaa;\n border-radius: 6px;\n transition: background-color .2s linear, width .2s ease-in-out;\n -webkit-transition: background-color .2s linear, width .2s ease-in-out;\n width: 6px;\n /* there must be 'right' for ps__thumb-y */\n right: 2px;\n /* please don't change 'position' */\n position: absolute;\n}\n\n.ps__rail-x:hover > .ps__thumb-x,\n.ps__rail-x:focus > .ps__thumb-x,\n.ps__rail-x.ps--clicking .ps__thumb-x {\n background-color: #999;\n height: 11px;\n}\n\n.ps__rail-y:hover > .ps__thumb-y,\n.ps__rail-y:focus > .ps__thumb-y,\n.ps__rail-y.ps--clicking .ps__thumb-y {\n background-color: #999;\n width: 11px;\n}\n\n/* MS supports */\n@supports (-ms-overflow-style: none) {\n .ps {\n overflow: auto !important;\n }\n}\n\n@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {\n .ps {\n overflow: auto !important;\n }\n}\n.scrollbar-container {\n position: relative;\n height: 100%; }";
8687
8760
  styleInject(css_248z$h);
8688
8761
 
8689
- var css_248z$g = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}";
8762
+ var css_248z$g = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}";
8690
8763
  styleInject(css_248z$g);
8691
8764
 
8692
8765
  var ScrollZone = function (_a) {
@@ -9122,7 +9195,7 @@ const $5cb92bef7577960e$export$177fb62ff3ec1f22 = /*#__PURE__*/ forwardRef((prop
9122
9195
  return ()=>document.removeEventListener($5cb92bef7577960e$var$CONTEXT_UPDATE, handleUpdate)
9123
9196
  ;
9124
9197
  }, []);
9125
- return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({}, layerProps, {
9198
+ return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$J({}, layerProps, {
9126
9199
  ref: composedRefs,
9127
9200
  style: {
9128
9201
  pointerEvents: isBodyPointerEventsDisabled ? isPointerEventsEnabled ? 'auto' : 'none' : undefined,
@@ -9394,7 +9467,7 @@ const $d3863c46a17e8a28$export$20e40289641fbbb6 = /*#__PURE__*/ forwardRef((prop
9394
9467
  trapped,
9395
9468
  focusScope.paused
9396
9469
  ]);
9397
- return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
9470
+ return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$J({
9398
9471
  tabIndex: -1
9399
9472
  }, scopeProps, {
9400
9473
  ref: composedRefs,
@@ -11169,7 +11242,7 @@ const arrow = options => {
11169
11242
 
11170
11243
  const $7e8f5cd07187803e$export$21b07c8f274aebd5 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
11171
11244
  const { children: children , width: width = 10 , height: height = 5 , ...arrowProps } = props;
11172
- return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.svg, _extends$H({}, arrowProps, {
11245
+ return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.svg, _extends$J({}, arrowProps, {
11173
11246
  ref: forwardedRef,
11174
11247
  width: width,
11175
11248
  height: height,
@@ -11256,7 +11329,7 @@ const $cf1ac5d9fe0e8206$export$ecd4e1ccab6ed6d = /*#__PURE__*/ forwardRef((props
11256
11329
  // `anchorRef` with their virtual ref in this case.
11257
11330
  context.onAnchorChange((virtualRef === null || virtualRef === void 0 ? void 0 : virtualRef.current) || ref.current);
11258
11331
  });
11259
- return virtualRef ? null : /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({}, anchorProps, {
11332
+ return virtualRef ? null : /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$J({}, anchorProps, {
11260
11333
  ref: composedRefs
11261
11334
  }));
11262
11335
  });
@@ -11451,7 +11524,7 @@ const $cf1ac5d9fe0e8206$export$79d62cd4e10a3fd0 = /*#__PURE__*/ forwardRef(funct
11451
11524
  }[contentContext.placedSide],
11452
11525
  visibility: contentContext.shouldHideArrow ? 'hidden' : undefined
11453
11526
  }
11454
- }, /*#__PURE__*/ createElement($7e8f5cd07187803e$export$be92b6f5f03c0fe9, _extends$H({}, arrowProps, {
11527
+ }, /*#__PURE__*/ createElement($7e8f5cd07187803e$export$be92b6f5f03c0fe9, _extends$J({}, arrowProps, {
11455
11528
  ref: forwardedRef,
11456
11529
  style: {
11457
11530
  ...arrowProps.style,
@@ -11662,7 +11735,7 @@ const $d7bdfb9eb0fdf311$export$8699f7c8af148338 = /*#__PURE__*/ forwardRef((prop
11662
11735
  scope: props.__scopeRovingFocusGroup
11663
11736
  }, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$var$Collection.Slot, {
11664
11737
  scope: props.__scopeRovingFocusGroup
11665
- }, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$var$RovingFocusGroupImpl, _extends$H({}, props, {
11738
+ }, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$var$RovingFocusGroupImpl, _extends$J({}, props, {
11666
11739
  ref: forwardedRef
11667
11740
  }))));
11668
11741
  });
@@ -11702,7 +11775,7 @@ const $d7bdfb9eb0fdf311$export$8699f7c8af148338 = /*#__PURE__*/ forwardRef((prop
11702
11775
  ]),
11703
11776
  onItemShiftTab: useCallback(()=>setIsTabbingBackOut(true)
11704
11777
  , [])
11705
- }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
11778
+ }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$J({
11706
11779
  tabIndex: isTabbingBackOut ? -1 : 0,
11707
11780
  "data-orientation": orientation
11708
11781
  }, groupProps, {
@@ -11760,7 +11833,7 @@ const $d7bdfb9eb0fdf311$export$ab9df7c53fe8454 = /*#__PURE__*/ forwardRef((props
11760
11833
  id: id,
11761
11834
  focusable: focusable,
11762
11835
  active: active
11763
- }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$H({
11836
+ }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$J({
11764
11837
  tabIndex: isCurrentTabStop ? 0 : -1,
11765
11838
  "data-orientation": context.orientation
11766
11839
  }, itemProps, {
@@ -12671,7 +12744,7 @@ const $6cc32821e9371a1c$export$d9b273488cd8ce6f = (props)=>{
12671
12744
  const $6cc32821e9371a1c$export$9fa5ebd18bee4d43 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
12672
12745
  const { __scopeMenu: __scopeMenu , ...anchorProps } = props;
12673
12746
  const popperScope = $6cc32821e9371a1c$var$usePopperScope(__scopeMenu);
12674
- return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$b688253958b8dfe7, _extends$H({}, popperScope, anchorProps, {
12747
+ return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$b688253958b8dfe7, _extends$J({}, popperScope, anchorProps, {
12675
12748
  ref: forwardedRef
12676
12749
  }));
12677
12750
  });
@@ -12696,9 +12769,9 @@ const $6cc32821e9371a1c$export$479f0f2f71193efe = /*#__PURE__*/ forwardRef((prop
12696
12769
  present: forceMount || context.open
12697
12770
  }, /*#__PURE__*/ createElement($6cc32821e9371a1c$var$Collection.Slot, {
12698
12771
  scope: props.__scopeMenu
12699
- }, rootContext.modal ? /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuRootContentModal, _extends$H({}, contentProps, {
12772
+ }, rootContext.modal ? /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuRootContentModal, _extends$J({}, contentProps, {
12700
12773
  ref: forwardedRef
12701
- })) : /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuRootContentNonModal, _extends$H({}, contentProps, {
12774
+ })) : /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuRootContentNonModal, _extends$J({}, contentProps, {
12702
12775
  ref: forwardedRef
12703
12776
  })))));
12704
12777
  });
@@ -12710,7 +12783,7 @@ const $6cc32821e9371a1c$export$479f0f2f71193efe = /*#__PURE__*/ forwardRef((prop
12710
12783
  const content = ref.current;
12711
12784
  if (content) return hideOthers(content);
12712
12785
  }, []);
12713
- return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuContentImpl, _extends$H({}, props, {
12786
+ return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuContentImpl, _extends$J({}, props, {
12714
12787
  ref: composedRefs // we make sure we're not trapping once it's been closed
12715
12788
  ,
12716
12789
  trapFocus: context.open // make sure to only disable pointer events when open
@@ -12727,7 +12800,7 @@ const $6cc32821e9371a1c$export$479f0f2f71193efe = /*#__PURE__*/ forwardRef((prop
12727
12800
  });
12728
12801
  const $6cc32821e9371a1c$var$MenuRootContentNonModal = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
12729
12802
  const context = $6cc32821e9371a1c$var$useMenuContext($6cc32821e9371a1c$var$CONTENT_NAME, props.__scopeMenu);
12730
- return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuContentImpl, _extends$H({}, props, {
12803
+ return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuContentImpl, _extends$J({}, props, {
12731
12804
  ref: forwardedRef,
12732
12805
  trapFocus: false,
12733
12806
  disableOutsidePointerEvents: false,
@@ -12836,7 +12909,7 @@ const $6cc32821e9371a1c$var$MenuRootContentNonModal = /*#__PURE__*/ forwardRef((
12836
12909
  onFocusOutside: onFocusOutside,
12837
12910
  onInteractOutside: onInteractOutside,
12838
12911
  onDismiss: onDismiss
12839
- }, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$be92b6f5f03c0fe9, _extends$H({
12912
+ }, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$be92b6f5f03c0fe9, _extends$J({
12840
12913
  asChild: true
12841
12914
  }, rovingFocusGroupScope, {
12842
12915
  dir: rootContext.dir,
@@ -12848,7 +12921,7 @@ const $6cc32821e9371a1c$var$MenuRootContentNonModal = /*#__PURE__*/ forwardRef((
12848
12921
  // only focus first item when using keyboard
12849
12922
  if (!rootContext.isUsingKeyboardRef.current) event.preventDefault();
12850
12923
  }
12851
- }), /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$7c6e2c02157bb7d2, _extends$H({
12924
+ }), /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$7c6e2c02157bb7d2, _extends$J({
12852
12925
  role: "menu",
12853
12926
  "aria-orientation": "vertical",
12854
12927
  "data-state": $6cc32821e9371a1c$var$getOpenState(context.open),
@@ -12902,7 +12975,7 @@ const $6cc32821e9371a1c$var$MenuRootContentNonModal = /*#__PURE__*/ forwardRef((
12902
12975
  });
12903
12976
  const $6cc32821e9371a1c$export$22a631d1f72787bb = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
12904
12977
  const { __scopeMenu: __scopeMenu , ...groupProps } = props;
12905
- return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
12978
+ return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$J({
12906
12979
  role: "group"
12907
12980
  }, groupProps, {
12908
12981
  ref: forwardedRef
@@ -12910,7 +12983,7 @@ const $6cc32821e9371a1c$export$22a631d1f72787bb = /*#__PURE__*/ forwardRef((prop
12910
12983
  });
12911
12984
  const $6cc32821e9371a1c$export$dd37bec0e8a99143 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
12912
12985
  const { __scopeMenu: __scopeMenu , ...labelProps } = props;
12913
- return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({}, labelProps, {
12986
+ return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$J({}, labelProps, {
12914
12987
  ref: forwardedRef
12915
12988
  }));
12916
12989
  });
@@ -12941,7 +13014,7 @@ const $6cc32821e9371a1c$export$2ce376c2cc3355c8 = /*#__PURE__*/ forwardRef((prop
12941
13014
  else rootContext.onClose();
12942
13015
  }
12943
13016
  };
12944
- return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuItemImpl, _extends$H({}, itemProps, {
13017
+ return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuItemImpl, _extends$J({}, itemProps, {
12945
13018
  ref: composedRefs,
12946
13019
  disabled: disabled,
12947
13020
  onClick: $e42e1063c40fb3ef$export$b9ecd428b558ff10(props.onClick, handleSelect),
@@ -12993,11 +13066,11 @@ const $6cc32821e9371a1c$export$2ce376c2cc3355c8 = /*#__PURE__*/ forwardRef((prop
12993
13066
  scope: __scopeMenu,
12994
13067
  disabled: disabled,
12995
13068
  textValue: textValue !== null && textValue !== void 0 ? textValue : textContent
12996
- }, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$6d08773d2e66f8f2, _extends$H({
13069
+ }, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$6d08773d2e66f8f2, _extends$J({
12997
13070
  asChild: true
12998
13071
  }, rovingFocusGroupScope, {
12999
13072
  focusable: !disabled
13000
- }), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
13073
+ }), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$J({
13001
13074
  role: "menuitem",
13002
13075
  "data-highlighted": isFocused ? '' : undefined,
13003
13076
  "aria-disabled": disabled || undefined,
@@ -13027,7 +13100,7 @@ const $6cc32821e9371a1c$export$f6f243521332502d = /*#__PURE__*/ forwardRef((prop
13027
13100
  return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$ItemIndicatorProvider, {
13028
13101
  scope: props.__scopeMenu,
13029
13102
  checked: checked
13030
- }, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$2ce376c2cc3355c8, _extends$H({
13103
+ }, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$2ce376c2cc3355c8, _extends$J({
13031
13104
  role: "menuitemcheckbox",
13032
13105
  "aria-checked": checked
13033
13106
  }, checkboxItemProps, {
@@ -13053,7 +13126,7 @@ const $6cc32821e9371a1c$export$ea2200c9eee416b3 = /*#__PURE__*/ forwardRef((prop
13053
13126
  scope: props.__scopeMenu,
13054
13127
  value: value,
13055
13128
  onValueChange: handleValueChange
13056
- }, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$22a631d1f72787bb, _extends$H({}, groupProps, {
13129
+ }, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$22a631d1f72787bb, _extends$J({}, groupProps, {
13057
13130
  ref: forwardedRef
13058
13131
  })));
13059
13132
  });
@@ -13067,7 +13140,7 @@ const $6cc32821e9371a1c$export$69bd225e9817f6d0 = /*#__PURE__*/ forwardRef((prop
13067
13140
  return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$ItemIndicatorProvider, {
13068
13141
  scope: props.__scopeMenu,
13069
13142
  checked: checked
13070
- }, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$2ce376c2cc3355c8, _extends$H({
13143
+ }, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$2ce376c2cc3355c8, _extends$J({
13071
13144
  role: "menuitemradio",
13072
13145
  "aria-checked": checked
13073
13146
  }, radioItemProps, {
@@ -13092,7 +13165,7 @@ const $6cc32821e9371a1c$export$a2593e23056970a3 = /*#__PURE__*/ forwardRef((prop
13092
13165
  const indicatorContext = $6cc32821e9371a1c$var$useItemIndicatorContext($6cc32821e9371a1c$var$ITEM_INDICATOR_NAME, __scopeMenu);
13093
13166
  return /*#__PURE__*/ createElement($921a889cee6df7e8$export$99c2b779aa4e8b8b, {
13094
13167
  present: forceMount || indicatorContext.checked
13095
- }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$H({}, itemIndicatorProps, {
13168
+ }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$J({}, itemIndicatorProps, {
13096
13169
  ref: forwardedRef,
13097
13170
  "data-state": $6cc32821e9371a1c$var$getCheckedState(indicatorContext.checked)
13098
13171
  })));
@@ -13100,7 +13173,7 @@ const $6cc32821e9371a1c$export$a2593e23056970a3 = /*#__PURE__*/ forwardRef((prop
13100
13173
  const $6cc32821e9371a1c$export$bcdda4773debf5fa = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
13101
13174
  const { __scopeMenu: __scopeMenu , ...arrowProps } = props;
13102
13175
  const popperScope = $6cc32821e9371a1c$var$usePopperScope(__scopeMenu);
13103
- return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$21b07c8f274aebd5, _extends$H({}, popperScope, arrowProps, {
13176
+ return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$21b07c8f274aebd5, _extends$J({}, popperScope, arrowProps, {
13104
13177
  ref: forwardedRef
13105
13178
  }));
13106
13179
  });
@@ -13228,7 +13301,7 @@ const $d08ef79370b62062$export$e44a253a59704894 = (props)=>{
13228
13301
  setOpen
13229
13302
  ]),
13230
13303
  modal: modal
13231
- }, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$be92b6f5f03c0fe9, _extends$H({}, menuScope, {
13304
+ }, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$be92b6f5f03c0fe9, _extends$J({}, menuScope, {
13232
13305
  open: open,
13233
13306
  onOpenChange: setOpen,
13234
13307
  dir: dir,
@@ -13242,9 +13315,9 @@ const $d08ef79370b62062$export$d2469213b3befba9 = /*#__PURE__*/ forwardRef((prop
13242
13315
  const { __scopeDropdownMenu: __scopeDropdownMenu , disabled: disabled = false , ...triggerProps } = props;
13243
13316
  const context = $d08ef79370b62062$var$useDropdownMenuContext($d08ef79370b62062$var$TRIGGER_NAME, __scopeDropdownMenu);
13244
13317
  const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
13245
- return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$b688253958b8dfe7, _extends$H({
13318
+ return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$b688253958b8dfe7, _extends$J({
13246
13319
  asChild: true
13247
- }, menuScope), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$H({
13320
+ }, menuScope), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$J({
13248
13321
  type: "button",
13249
13322
  id: context.triggerId,
13250
13323
  "aria-haspopup": "menu",
@@ -13286,7 +13359,7 @@ const $d08ef79370b62062$export$6e76d93a37c01248 = /*#__PURE__*/ forwardRef((prop
13286
13359
  const context = $d08ef79370b62062$var$useDropdownMenuContext($d08ef79370b62062$var$CONTENT_NAME, __scopeDropdownMenu);
13287
13360
  const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
13288
13361
  const hasInteractedOutsideRef = useRef(false);
13289
- return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$7c6e2c02157bb7d2, _extends$H({
13362
+ return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$7c6e2c02157bb7d2, _extends$J({
13290
13363
  id: context.contentId,
13291
13364
  "aria-labelledby": context.triggerId
13292
13365
  }, menuScope, contentProps, {
@@ -13313,56 +13386,56 @@ const $d08ef79370b62062$export$6e76d93a37c01248 = /*#__PURE__*/ forwardRef((prop
13313
13386
  const $d08ef79370b62062$export$246bebaba3a2f70e = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
13314
13387
  const { __scopeDropdownMenu: __scopeDropdownMenu , ...groupProps } = props;
13315
13388
  const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
13316
- return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$eb2fcfdbd7ba97d4, _extends$H({}, menuScope, groupProps, {
13389
+ return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$eb2fcfdbd7ba97d4, _extends$J({}, menuScope, groupProps, {
13317
13390
  ref: forwardedRef
13318
13391
  }));
13319
13392
  });
13320
13393
  const $d08ef79370b62062$export$76e48c5b57f24495 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
13321
13394
  const { __scopeDropdownMenu: __scopeDropdownMenu , ...labelProps } = props;
13322
13395
  const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
13323
- return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$b04be29aa201d4f5, _extends$H({}, menuScope, labelProps, {
13396
+ return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$b04be29aa201d4f5, _extends$J({}, menuScope, labelProps, {
13324
13397
  ref: forwardedRef
13325
13398
  }));
13326
13399
  });
13327
13400
  const $d08ef79370b62062$export$ed97964d1871885d = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
13328
13401
  const { __scopeDropdownMenu: __scopeDropdownMenu , ...itemProps } = props;
13329
13402
  const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
13330
- return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$6d08773d2e66f8f2, _extends$H({}, menuScope, itemProps, {
13403
+ return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$6d08773d2e66f8f2, _extends$J({}, menuScope, itemProps, {
13331
13404
  ref: forwardedRef
13332
13405
  }));
13333
13406
  });
13334
13407
  const $d08ef79370b62062$export$53a69729da201fa9 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
13335
13408
  const { __scopeDropdownMenu: __scopeDropdownMenu , ...checkboxItemProps } = props;
13336
13409
  const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
13337
- return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$16ce288f89fa631c, _extends$H({}, menuScope, checkboxItemProps, {
13410
+ return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$16ce288f89fa631c, _extends$J({}, menuScope, checkboxItemProps, {
13338
13411
  ref: forwardedRef
13339
13412
  }));
13340
13413
  });
13341
13414
  const $d08ef79370b62062$export$3323ad73d55f587e = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
13342
13415
  const { __scopeDropdownMenu: __scopeDropdownMenu , ...radioGroupProps } = props;
13343
13416
  const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
13344
- return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$a98f0dcb43a68a25, _extends$H({}, menuScope, radioGroupProps, {
13417
+ return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$a98f0dcb43a68a25, _extends$J({}, menuScope, radioGroupProps, {
13345
13418
  ref: forwardedRef
13346
13419
  }));
13347
13420
  });
13348
13421
  const $d08ef79370b62062$export$e4f69b41b1637536 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
13349
13422
  const { __scopeDropdownMenu: __scopeDropdownMenu , ...radioItemProps } = props;
13350
13423
  const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
13351
- return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$371ab307eab489c0, _extends$H({}, menuScope, radioItemProps, {
13424
+ return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$371ab307eab489c0, _extends$J({}, menuScope, radioItemProps, {
13352
13425
  ref: forwardedRef
13353
13426
  }));
13354
13427
  });
13355
13428
  const $d08ef79370b62062$export$42355ae145153fb6 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
13356
13429
  const { __scopeDropdownMenu: __scopeDropdownMenu , ...itemIndicatorProps } = props;
13357
13430
  const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
13358
- return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$c3468e2714d175fa, _extends$H({}, menuScope, itemIndicatorProps, {
13431
+ return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$c3468e2714d175fa, _extends$J({}, menuScope, itemIndicatorProps, {
13359
13432
  ref: forwardedRef
13360
13433
  }));
13361
13434
  });
13362
13435
  const $d08ef79370b62062$export$34b8980744021ec5 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
13363
13436
  const { __scopeDropdownMenu: __scopeDropdownMenu , ...arrowProps } = props;
13364
13437
  const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
13365
- return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$21b07c8f274aebd5, _extends$H({}, menuScope, arrowProps, {
13438
+ return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$21b07c8f274aebd5, _extends$J({}, menuScope, arrowProps, {
13366
13439
  ref: forwardedRef
13367
13440
  }));
13368
13441
  });
@@ -13378,7 +13451,7 @@ const $d08ef79370b62062$export$371ab307eab489c0 = $d08ef79370b62062$export$e4f69
13378
13451
  const $d08ef79370b62062$export$c3468e2714d175fa = $d08ef79370b62062$export$42355ae145153fb6;
13379
13452
  const $d08ef79370b62062$export$21b07c8f274aebd5 = $d08ef79370b62062$export$34b8980744021ec5;
13380
13453
 
13381
- var css_248z$f = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-select-content {\n display: flex;\n flex-direction: column;\n width: fit-content;\n background-color: white;\n border: 1px solid var(--slate8);\n border-radius: 4px;\n padding: 10px 8px;\n gap: 4px;\n box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px 2px;\n z-index: 1000;\n}\n\n.poll-select-item {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 6px;\n border-radius: 2px;\n padding: 2px 4px 2px 30px;\n transition: background-color 0.15s linear, color 0.15s linear;\n cursor: pointer;\n}\n\n.poll-select-item[data-state=checked] {\n background-color: var(--primary2);\n color: white;\n}\n\n.poll-select-item[data-state=checked] > svg {\n fill: white;\n}\n\n.poll-select-item[data-disabled] {\n cursor: default;\n color: var(--slate9);\n}\n\n.poll-select-item[data-disabled]:hover {\n background-color: white;\n color: var(--slate9);\n}\n\n.poll-select-item:focus-visible {\n background-color: var(--primary0);\n outline: solid 1px var(--primary);\n color: unset;\n outline-color: var(--primary);\n}\n\n.poll-select-item:hover {\n background-color: var(--primary0);\n color: unset;\n fill: unset;\n}\n\n.poll-separator {\n background-color: #d0d7de;\n height: 1px;\n width: 100%;\n margin: 4px 0;\n}";
13454
+ var css_248z$f = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-select-content {\n display: flex;\n flex-direction: column;\n width: fit-content;\n background-color: white;\n border: 1px solid var(--slate8);\n border-radius: 4px;\n padding: 10px 8px;\n gap: 4px;\n box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px 2px;\n z-index: 1000;\n}\n\n.poll-select-item {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 6px;\n border-radius: 2px;\n padding: 2px 4px 2px 30px;\n transition: background-color 0.15s linear, color 0.15s linear;\n cursor: pointer;\n}\n\n.poll-select-item[data-state=checked] {\n background-color: var(--primary2);\n color: white;\n}\n\n.poll-select-item[data-state=checked] > svg {\n fill: white;\n}\n\n.poll-select-item[data-disabled] {\n cursor: default;\n color: var(--slate9);\n}\n\n.poll-select-item[data-disabled]:hover {\n background-color: white;\n color: var(--slate9);\n}\n\n.poll-select-item:focus-visible {\n background-color: var(--primary0);\n outline: solid 1px var(--primary);\n color: unset;\n outline-color: var(--primary);\n}\n\n.poll-select-item:hover {\n background-color: var(--primary0);\n color: unset;\n fill: unset;\n}\n\n.poll-separator {\n background-color: #d0d7de;\n height: 1px;\n width: 100%;\n margin: 4px 0;\n}";
13382
13455
  styleInject(css_248z$f);
13383
13456
 
13384
13457
  var Dropdown = function (_a) {
@@ -15079,7 +15152,7 @@ function reducer(state, action) {
15079
15152
 
15080
15153
  function noop$1() {}
15081
15154
 
15082
- var css_248z$e = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-drop-zone {\n display: flex;\n align-items: center;\n justify-content: space-between;\n background-color: #E8F6FF;\n padding: 10px 12px;\n border-radius: 6px;\n gap: 16px;\n cursor: pointer;\n border: 1px solid #E8F6FF;\n user-select: none;\n}\n\n.poll-drop-zone-disabled {\n display: flex;\n align-items: center;\n justify-content: space-between;\n background-color: #E8F6FF;\n padding: 10px 12px;\n border-radius: 6px;\n gap: 16px;\n border: 1px solid #E8F6FF;\n user-select: none;\n}\n\n.poll-drop-zone:hover,\n.poll-drop-zone:active,\n.poll-drop-zone:focus {\n border-color: #FCDE5D;\n}\n\n.poll-drop-zone:hover .poll-file-input-button,\n.poll-drop-zone:active .poll-file-input-button {\n background-color: #FCDE5D;\n color: black;\n border-color: #FCDE5D;\n}\n\n.poll-file-input-button {\n z-index: 10;\n display: flex;\n max-width: 260px;\n background-color: var(--primary);\n border: 1px solid var(--primary);\n color: white;\n padding: 8px 16px;\n float: left;\n align-items: center;\n gap: 8px;\n border-radius: 4px;\n transition: background-color 0.25s, border-color 0.25s, color 0.25s;\n}\n\n.poll-file-input-button-disabled {\n content: \"Disabled\";\n background-color: var(--slate3);\n color: var(--slate11);\n cursor: default;\n border-color: var(--slate11);\n}";
15155
+ var css_248z$e = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-drop-zone {\n display: flex;\n align-items: center;\n justify-content: space-between;\n background-color: #E8F6FF;\n padding: 10px 12px;\n border-radius: 6px;\n gap: 16px;\n cursor: pointer;\n border: 1px solid #E8F6FF;\n user-select: none;\n}\n\n.poll-drop-zone-disabled {\n display: flex;\n align-items: center;\n justify-content: space-between;\n background-color: #E8F6FF;\n padding: 10px 12px;\n border-radius: 6px;\n gap: 16px;\n border: 1px solid #E8F6FF;\n user-select: none;\n}\n\n.poll-drop-zone:hover,\n.poll-drop-zone:active,\n.poll-drop-zone:focus {\n border-color: #FCDE5D;\n}\n\n.poll-drop-zone:hover .poll-file-input-button,\n.poll-drop-zone:active .poll-file-input-button {\n background-color: #FCDE5D;\n color: black;\n border-color: #FCDE5D;\n}\n\n.poll-file-input-button {\n z-index: 10;\n display: flex;\n max-width: 260px;\n background-color: var(--primary);\n border: 1px solid var(--primary);\n color: white;\n padding: 8px 16px;\n float: left;\n align-items: center;\n gap: 8px;\n border-radius: 4px;\n transition: background-color 0.25s, border-color 0.25s, color 0.25s;\n}\n\n.poll-file-input-button-disabled {\n content: \"Disabled\";\n background-color: var(--slate3);\n color: var(--slate11);\n cursor: default;\n border-color: var(--slate11);\n}";
15083
15156
  styleInject(css_248z$e);
15084
15157
 
15085
15158
  var FileInput = function (_a) {
@@ -15166,7 +15239,7 @@ const $409067139f391064$export$6eb0f7ddcda6131f = /*#__PURE__*/ forwardRef((prop
15166
15239
  , [
15167
15240
  setOpen
15168
15241
  ])
15169
- }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
15242
+ }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$J({
15170
15243
  "data-state": $409067139f391064$var$getState(open),
15171
15244
  "data-disabled": disabled ? '' : undefined
15172
15245
  }, collapsibleProps, {
@@ -15179,7 +15252,7 @@ const $409067139f391064$export$6eb0f7ddcda6131f = /*#__PURE__*/ forwardRef((prop
15179
15252
  const $409067139f391064$export$c135dce7b15bbbdc = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
15180
15253
  const { __scopeCollapsible: __scopeCollapsible , ...triggerProps } = props;
15181
15254
  const context = $409067139f391064$var$useCollapsibleContext($409067139f391064$var$TRIGGER_NAME, __scopeCollapsible);
15182
- return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$H({
15255
+ return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$J({
15183
15256
  type: "button",
15184
15257
  "aria-controls": context.contentId,
15185
15258
  "aria-expanded": context.open || false,
@@ -15199,7 +15272,7 @@ const $409067139f391064$export$aadde00976f34151 = /*#__PURE__*/ forwardRef((prop
15199
15272
  const context = $409067139f391064$var$useCollapsibleContext($409067139f391064$var$CONTENT_NAME, props.__scopeCollapsible);
15200
15273
  return /*#__PURE__*/ createElement($921a889cee6df7e8$export$99c2b779aa4e8b8b, {
15201
15274
  present: forceMount || context.open
15202
- }, ({ present: present })=>/*#__PURE__*/ createElement($409067139f391064$var$CollapsibleContentImpl, _extends$H({}, contentProps, {
15275
+ }, ({ present: present })=>/*#__PURE__*/ createElement($409067139f391064$var$CollapsibleContentImpl, _extends$J({}, contentProps, {
15203
15276
  ref: forwardedRef,
15204
15277
  present: present
15205
15278
  }))
@@ -15255,7 +15328,7 @@ const $409067139f391064$export$aadde00976f34151 = /*#__PURE__*/ forwardRef((prop
15255
15328
  context.open,
15256
15329
  present
15257
15330
  ]);
15258
- return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
15331
+ return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$J({
15259
15332
  "data-state": $409067139f391064$var$getState(context.open),
15260
15333
  "data-disabled": context.disabled ? '' : undefined,
15261
15334
  id: context.contentId,
@@ -15306,7 +15379,7 @@ var Label = function (_a) {
15306
15379
  children));
15307
15380
  };
15308
15381
 
15309
- var css_248z$d = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}";
15382
+ var css_248z$d = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}";
15310
15383
  styleInject(css_248z$d);
15311
15384
 
15312
15385
  var FormInput = function (_a) {
@@ -15346,7 +15419,7 @@ var FormInput = function (_a) {
15346
15419
  React__default.createElement(InputDescription, { helpText: React__default.createElement($409067139f391064$export$7c6e2c02157bb7d2, { className: 'collapse-content' }, description) }, children))));
15347
15420
  };
15348
15421
 
15349
- var css_248z$c = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}";
15422
+ var css_248z$c = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}";
15350
15423
  styleInject(css_248z$c);
15351
15424
 
15352
15425
  var LoadingIcon = function (_a) {
@@ -15374,7 +15447,7 @@ var Logo = function (_a) {
15374
15447
  } })));
15375
15448
  };
15376
15449
 
15377
- var css_248z$b = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.number-input {\n width: 100%;\n display: flex;\n border-radius: 4px;\n box-sizing: border-box;\n border: 1px solid var(--primary);\n}\n\n.number-input:hover {\n box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.45), 0 1px 3px 1px rgba(26, 115, 232, 0.3);\n}\n\n.number-input-disabled {\n border-color: grey;\n}\n\n.number-input-disabled input,\n.number-input-disabled button {\n cursor: default !important;\n}\n\n.number-input-disabled:hover {\n box-shadow: none;\n}\n\n.number-input input {\n width: 100%;\n color: var(--slate12);\n}\n\n.number-input input::placeholder {\n color: var(--slate10);\n}\n\n.number-input i svg {\n fill: inherit;\n}\n\n.number-input button,\n.number-input input {\n display: flex;\n padding: 9px 10px;\n cursor: pointer;\n float: left;\n z-index: 10;\n align-items: center;\n gap: 8px;\n border: none;\n line-height: 1.5rem;\n}\n\n.number-input button:first-child,\n.number-input input:first-child {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n}\n\n.number-input button:last-child {\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-color: #096dd9;\n}\n\n.number-input button:not(:last-child),\n.number-input input:not(:last-child) {\n border-right: none;\n}\n\n.number-input button:focus-visible,\n.number-input input:focus-visible {\n outline: none;\n}\n\n.number-input button:focus,\n.number-input input:focus {\n outline: none;\n}\n\n/* Clear floats (clearfix hack) */\n.number-input:after {\n content: \"\";\n clear: both;\n display: table;\n}";
15450
+ var css_248z$b = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.number-input {\n width: 100%;\n display: flex;\n border-radius: 4px;\n box-sizing: border-box;\n border: 1px solid var(--primary);\n}\n\n.number-input:hover {\n box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.45), 0 1px 3px 1px rgba(26, 115, 232, 0.3);\n}\n\n.number-input-disabled {\n border-color: grey;\n}\n\n.number-input-disabled input,\n.number-input-disabled button {\n cursor: default !important;\n}\n\n.number-input-disabled:hover {\n box-shadow: none;\n}\n\n.number-input input {\n width: 100%;\n color: var(--slate12);\n}\n\n.number-input input::placeholder {\n color: var(--slate10);\n}\n\n.number-input i svg {\n fill: inherit;\n}\n\n.number-input button,\n.number-input input {\n display: flex;\n padding: 9px 10px;\n cursor: pointer;\n float: left;\n z-index: 10;\n align-items: center;\n gap: 8px;\n border: none;\n line-height: 1.5rem;\n}\n\n.number-input button:first-child,\n.number-input input:first-child {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n}\n\n.number-input button:last-child {\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-color: #096dd9;\n}\n\n.number-input button:not(:last-child),\n.number-input input:not(:last-child) {\n border-right: none;\n}\n\n.number-input button:focus-visible,\n.number-input input:focus-visible {\n outline: none;\n}\n\n.number-input button:focus,\n.number-input input:focus {\n outline: none;\n}\n\n/* Clear floats (clearfix hack) */\n.number-input:after {\n content: \"\";\n clear: both;\n display: table;\n}";
15378
15451
  styleInject(css_248z$b);
15379
15452
 
15380
15453
  var NumberInput = function (_a) {
@@ -15464,7 +15537,7 @@ const $ce77a8961b41be9e$export$d7b12c4107be0d61 = /*#__PURE__*/ forwardRef((prop
15464
15537
  scope: __scopeRadio,
15465
15538
  checked: checked,
15466
15539
  disabled: disabled
15467
- }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$H({
15540
+ }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$J({
15468
15541
  type: "button",
15469
15542
  role: "radio",
15470
15543
  "aria-checked": checked,
@@ -15507,7 +15580,7 @@ const $ce77a8961b41be9e$export$d35a9ffa9a04f9e7 = /*#__PURE__*/ forwardRef((prop
15507
15580
  const context = $ce77a8961b41be9e$var$useRadioContext($ce77a8961b41be9e$var$INDICATOR_NAME, __scopeRadio);
15508
15581
  return /*#__PURE__*/ createElement($921a889cee6df7e8$export$99c2b779aa4e8b8b, {
15509
15582
  present: forceMount || context.checked
15510
- }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$H({
15583
+ }, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$J({
15511
15584
  "data-state": $ce77a8961b41be9e$var$getState(context.checked),
15512
15585
  "data-disabled": context.disabled ? '' : undefined
15513
15586
  }, indicatorProps, {
@@ -15536,7 +15609,7 @@ const $ce77a8961b41be9e$export$d35a9ffa9a04f9e7 = /*#__PURE__*/ forwardRef((prop
15536
15609
  checked,
15537
15610
  bubbles
15538
15611
  ]);
15539
- return /*#__PURE__*/ createElement("input", _extends$H({
15612
+ return /*#__PURE__*/ createElement("input", _extends$J({
15540
15613
  type: "radio",
15541
15614
  "aria-hidden": true,
15542
15615
  defaultChecked: checked
@@ -15591,13 +15664,13 @@ const $f99a8c78507165f7$export$a98f0dcb43a68a25 = /*#__PURE__*/ forwardRef((prop
15591
15664
  required: required,
15592
15665
  value: value,
15593
15666
  onValueChange: setValue
15594
- }, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$be92b6f5f03c0fe9, _extends$H({
15667
+ }, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$be92b6f5f03c0fe9, _extends$J({
15595
15668
  asChild: true
15596
15669
  }, rovingFocusGroupScope, {
15597
15670
  orientation: orientation,
15598
15671
  dir: direction,
15599
15672
  loop: loop
15600
- }), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
15673
+ }), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$J({
15601
15674
  role: "radiogroup",
15602
15675
  "aria-required": required,
15603
15676
  "aria-orientation": orientation,
@@ -15632,12 +15705,12 @@ const $f99a8c78507165f7$export$9f866c100ef519e4 = /*#__PURE__*/ forwardRef((prop
15632
15705
  document.removeEventListener('keyup', handleKeyUp);
15633
15706
  };
15634
15707
  }, []);
15635
- return /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$6d08773d2e66f8f2, _extends$H({
15708
+ return /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$6d08773d2e66f8f2, _extends$J({
15636
15709
  asChild: true
15637
15710
  }, rovingFocusGroupScope, {
15638
15711
  focusable: !disabled,
15639
15712
  active: checked
15640
- }), /*#__PURE__*/ createElement($ce77a8961b41be9e$export$d7b12c4107be0d61, _extends$H({
15713
+ }), /*#__PURE__*/ createElement($ce77a8961b41be9e$export$d7b12c4107be0d61, _extends$J({
15641
15714
  disabled: disabled,
15642
15715
  required: context.required,
15643
15716
  checked: checked
@@ -15663,7 +15736,7 @@ const $f99a8c78507165f7$export$9f866c100ef519e4 = /*#__PURE__*/ forwardRef((prop
15663
15736
  const $f99a8c78507165f7$export$5fb54c671a65c88 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
15664
15737
  const { __scopeRadioGroup: __scopeRadioGroup , ...indicatorProps } = props;
15665
15738
  const radioScope = $f99a8c78507165f7$var$useRadioScope(__scopeRadioGroup);
15666
- return /*#__PURE__*/ createElement($ce77a8961b41be9e$export$d35a9ffa9a04f9e7, _extends$H({}, radioScope, indicatorProps, {
15739
+ return /*#__PURE__*/ createElement($ce77a8961b41be9e$export$d35a9ffa9a04f9e7, _extends$J({}, radioScope, indicatorProps, {
15667
15740
  ref: forwardedRef
15668
15741
  }));
15669
15742
  });
@@ -15671,7 +15744,7 @@ const $f99a8c78507165f7$export$5fb54c671a65c88 = /*#__PURE__*/ forwardRef((props
15671
15744
  const $f99a8c78507165f7$export$6d08773d2e66f8f2 = $f99a8c78507165f7$export$9f866c100ef519e4;
15672
15745
  const $f99a8c78507165f7$export$adb584737d712b70 = $f99a8c78507165f7$export$5fb54c671a65c88;
15673
15746
 
15674
- var css_248z$a = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-radio {\n background-color: white;\n width: 18px;\n height: 18px;\n border-radius: 100%;\n box-shadow: 0 1px 2px black;\n border: none;\n cursor: pointer;\n border-width: 1px;\n outline-width: 1px;\n}\n\n.poll-radio:hover {\n background-color: var(--primary1);\n}\n\n.poll-radio:focus {\n box-shadow: 0 0 0 2px var(--primary);\n}\n\n.poll-radio:focus-visible {\n outline: none;\n}\n\n.poll-radio-indicator {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: 100%;\n position: relative;\n}\n\n.poll-radio-indicator:after {\n content: '\"\"';\n color: rgba(0, 0, 0, 0);\n display: block;\n width: 11px;\n height: 11px;\n border-radius: 50%;\n background-color: var(--primary);\n}";
15747
+ var css_248z$a = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-radio {\n background-color: white;\n width: 18px;\n height: 18px;\n border-radius: 100%;\n box-shadow: 0 1px 2px black;\n border: none;\n cursor: pointer;\n border-width: 1px;\n outline-width: 1px;\n}\n\n.poll-radio:hover {\n background-color: var(--primary1);\n}\n\n.poll-radio:focus {\n box-shadow: 0 0 0 2px var(--primary);\n}\n\n.poll-radio:focus-visible {\n outline: none;\n}\n\n.poll-radio-indicator {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: 100%;\n position: relative;\n}\n\n.poll-radio-indicator:after {\n content: '\"\"';\n color: rgba(0, 0, 0, 0);\n display: block;\n width: 11px;\n height: 11px;\n border-radius: 50%;\n background-color: var(--primary);\n}";
15675
15748
  styleInject(css_248z$a);
15676
15749
 
15677
15750
  var RadioList = function (_a) {
@@ -15747,7 +15820,7 @@ var Tag = function (_a) {
15747
15820
  return (React__default.createElement("code", { style: __assign({ width: 'fit-content', display: 'flex', alignItems: 'center', padding: '0px 6px', border: '1px solid var(--primary)', borderRadius: 4, color: 'var(--primary)', background: 'var(--primary0)', textDecoration: 'none', fontVariantNumeric: 'tabular-nums' }, style) }, children));
15748
15821
  };
15749
15822
 
15750
- var css_248z$8 = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.text-input {\n width: 100%;\n display: flex;\n border-radius: 4px;\n box-sizing: border-box;\n border: 1px solid var(--primary);\n}\n\n.text-input:hover {\n box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.45), 0 1px 3px 1px rgba(26, 115, 232, 0.3);\n}\n\n.text-input-disabled:hover {\n box-shadow: none;\n}\n\n.text-input input {\n width: 100%;\n color: var(--slate12);\n}\n\n.text-input input::placeholder {\n color: var(--slate10);\n}\n\n.text-input i svg {\n fill: var(--primary);\n}\n\n.text-input button,\n.text-input input {\n display: flex;\n padding: 9px 10px;\n cursor: pointer;\n float: left;\n z-index: 10;\n align-items: center;\n gap: 8px;\n border: none;\n line-height: 1.5rem;\n}\n\n.text-input button:first-child,\n.text-input input:first-child {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n}\n\n.text-input button:last-child {\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-color: #096dd9;\n}\n\n.text-input button:not(:last-child),\n.text-input input:not(:last-child) {\n border-right: none;\n}\n\n.text-input button:focus-visible,\n.text-input input:focus-visible {\n outline: none;\n}\n\n.text-input button:focus,\n.text-input input:focus {\n outline: none;\n}\n\n/* Clear floats (clearfix hack) */\n.text-input:after {\n content: \"\";\n clear: both;\n display: table;\n}";
15823
+ var css_248z$8 = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.text-input {\n width: 100%;\n display: flex;\n border-radius: 4px;\n box-sizing: border-box;\n border: 1px solid var(--primary);\n}\n\n.text-input:hover {\n box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.45), 0 1px 3px 1px rgba(26, 115, 232, 0.3);\n}\n\n.text-input-disabled:hover {\n box-shadow: none;\n}\n\n.text-input input {\n width: 100%;\n color: var(--slate12);\n}\n\n.text-input input::placeholder {\n color: var(--slate10);\n}\n\n.text-input i svg {\n fill: var(--primary);\n}\n\n.text-input button,\n.text-input input {\n display: flex;\n padding: 9px 10px;\n cursor: pointer;\n float: left;\n z-index: 10;\n align-items: center;\n gap: 8px;\n border: none;\n line-height: 1.5rem;\n}\n\n.text-input button:first-child,\n.text-input input:first-child {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n}\n\n.text-input button:last-child {\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-color: #096dd9;\n}\n\n.text-input button:not(:last-child),\n.text-input input:not(:last-child) {\n border-right: none;\n}\n\n.text-input button:focus-visible,\n.text-input input:focus-visible {\n outline: none;\n}\n\n.text-input button:focus,\n.text-input input:focus {\n outline: none;\n}\n\n/* Clear floats (clearfix hack) */\n.text-input:after {\n content: \"\";\n clear: both;\n display: table;\n}";
15751
15824
  styleInject(css_248z$8);
15752
15825
 
15753
15826
  var TextInput = function (_a) {
@@ -15778,7 +15851,7 @@ var TextInput = function (_a) {
15778
15851
  };
15779
15852
 
15780
15853
  const $ea1ef594cf570d83$export$439d29a4e110a164 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
15781
- return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$H({}, props, {
15854
+ return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$J({}, props, {
15782
15855
  ref: forwardedRef,
15783
15856
  style: {
15784
15857
  // See: https://github.com/twbs/bootstrap/blob/master/scss/mixins/_screen-reader.scss
@@ -15913,9 +15986,9 @@ const $a093c7e1ec25a057$export$8c610744efcf8a1d = /*#__PURE__*/ forwardRef((prop
15913
15986
  }, [
15914
15987
  handlePointerUp
15915
15988
  ]);
15916
- return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$b688253958b8dfe7, _extends$H({
15989
+ return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$b688253958b8dfe7, _extends$J({
15917
15990
  asChild: true
15918
- }, popperScope), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$H({
15991
+ }, popperScope), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$J({
15919
15992
  // We purposefully avoid adding `type=button` here because tooltip triggers are also
15920
15993
  // commonly anchors and the anchor `type` attribute signifies MIME type.
15921
15994
  "aria-describedby": context.open ? context.contentId : undefined,
@@ -15966,11 +16039,11 @@ const $a093c7e1ec25a057$export$e9003e2be37ec060 = /*#__PURE__*/ forwardRef((prop
15966
16039
  const context = $a093c7e1ec25a057$var$useTooltipContext($a093c7e1ec25a057$var$CONTENT_NAME, props.__scopeTooltip);
15967
16040
  return /*#__PURE__*/ createElement($921a889cee6df7e8$export$99c2b779aa4e8b8b, {
15968
16041
  present: forceMount || context.open
15969
- }, context.disableHoverableContent ? /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentImpl, _extends$H({
16042
+ }, context.disableHoverableContent ? /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentImpl, _extends$J({
15970
16043
  side: side
15971
16044
  }, contentProps, {
15972
16045
  ref: forwardedRef
15973
- })) : /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentHoverable, _extends$H({
16046
+ })) : /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentHoverable, _extends$J({
15974
16047
  side: side
15975
16048
  }, contentProps, {
15976
16049
  ref: forwardedRef
@@ -16069,7 +16142,7 @@ const $a093c7e1ec25a057$var$TooltipContentHoverable = /*#__PURE__*/ forwardRef((
16069
16142
  onClose,
16070
16143
  handleRemoveGraceArea
16071
16144
  ]);
16072
- return /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentImpl, _extends$H({}, props, {
16145
+ return /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentImpl, _extends$J({}, props, {
16073
16146
  ref: composedRefs
16074
16147
  }));
16075
16148
  });
@@ -16114,7 +16187,7 @@ const $a093c7e1ec25a057$var$TooltipContentImpl = /*#__PURE__*/ forwardRef((props
16114
16187
  onFocusOutside: (event)=>event.preventDefault()
16115
16188
  ,
16116
16189
  onDismiss: onClose
16117
- }, /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$7c6e2c02157bb7d2, _extends$H({
16190
+ }, /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$7c6e2c02157bb7d2, _extends$J({
16118
16191
  "data-state": context.stateAttribute
16119
16192
  }, popperScope, contentProps, {
16120
16193
  ref: forwardedRef,
@@ -16139,7 +16212,7 @@ const $a093c7e1ec25a057$export$c27ee0ad710f7559 = /*#__PURE__*/ forwardRef((prop
16139
16212
  const popperScope = $a093c7e1ec25a057$var$usePopperScope(__scopeTooltip);
16140
16213
  const visuallyHiddenContentContext = $a093c7e1ec25a057$var$useVisuallyHiddenContentContext($a093c7e1ec25a057$var$ARROW_NAME, __scopeTooltip); // if the arrow is inside the `VisuallyHidden`, we don't want to render it all to
16141
16214
  // prevent issues in positioning the arrow due to the duplicate
16142
- return visuallyHiddenContentContext.isInside ? null : /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$21b07c8f274aebd5, _extends$H({}, popperScope, arrowProps, {
16215
+ return visuallyHiddenContentContext.isInside ? null : /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$21b07c8f274aebd5, _extends$J({}, popperScope, arrowProps, {
16143
16216
  ref: forwardedRef
16144
16217
  }));
16145
16218
  });
@@ -16242,7 +16315,7 @@ const $a093c7e1ec25a057$export$41fb9f06171c75f4 = $a093c7e1ec25a057$export$8c610
16242
16315
  const $a093c7e1ec25a057$export$7c6e2c02157bb7d2 = $a093c7e1ec25a057$export$e9003e2be37ec060;
16243
16316
  const $a093c7e1ec25a057$export$21b07c8f274aebd5 = $a093c7e1ec25a057$export$c27ee0ad710f7559;
16244
16317
 
16245
- var css_248z$7 = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.tooltip-content {\n border-radius: 4px;\n padding: 6px 10px;\n background-color: white;\n font-size: 0.85rem;\n font-weight: 500;\n border: 1px solid var(--slate8);\n box-shadow: hsla(206deg, 22%, 7%, 0.35) 0px 10px 38px -10px, hsla(206deg, 22%, 7%, 0.2) 0px 10px 20px -15px;\n}";
16318
+ var css_248z$7 = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.tooltip-content {\n border-radius: 4px;\n padding: 6px 10px;\n background-color: white;\n font-size: 0.85rem;\n font-weight: 500;\n border: 1px solid var(--slate8);\n box-shadow: hsla(206deg, 22%, 7%, 0.35) 0px 10px 38px -10px, hsla(206deg, 22%, 7%, 0.2) 0px 10px 20px -15px;\n}";
16246
16319
  styleInject(css_248z$7);
16247
16320
 
16248
16321
  var Root = $a093c7e1ec25a057$export$be92b6f5f03c0fe9, Trigger = $a093c7e1ec25a057$export$41fb9f06171c75f4, Content = $a093c7e1ec25a057$export$7c6e2c02157bb7d2, Arrow = $a093c7e1ec25a057$export$21b07c8f274aebd5;
@@ -37728,6 +37801,7 @@ var useAPIClient = function (config) {
37728
37801
  var data = _a.data;
37729
37802
  return setAuthUser(data);
37730
37803
  })
37804
+ .catch(function () { setLoading(false); })
37731
37805
  .finally(function () { return setLoading(false); });
37732
37806
  }, [config]);
37733
37807
  return {
@@ -37986,6 +38060,11 @@ var usePollinationPanel = function () {
37986
38060
  return;
37987
38061
  return panel.GetArtifactAsBase64(key, accept);
37988
38062
  }, [panel]);
38063
+ var getFilesFromDir = useCallback(function (root) {
38064
+ if (!panel)
38065
+ return;
38066
+ return panel.GetFilePaths(root);
38067
+ }, [panel]);
37989
38068
  var fromFileToBase64 = useCallback(function (filePath) {
37990
38069
  if (!panel)
37991
38070
  return;
@@ -37994,7 +38073,8 @@ var usePollinationPanel = function () {
37994
38073
  return {
37995
38074
  getFileBase64: getFileBase64,
37996
38075
  saveFileBase64: saveFileBase64,
37997
- fromFileToBase64: fromFileToBase64
38076
+ fromFileToBase64: fromFileToBase64,
38077
+ getFilesFromDir: getFilesFromDir
37998
38078
  };
37999
38079
  };
38000
38080
 
@@ -40798,6 +40878,7 @@ var SelectCloudArtifacts = function (_a) {
40798
40878
  var files = facts.filter(function (f) { return f.file_type === 'file'; });
40799
40879
  setArtifacts({ folders: folders, files: files });
40800
40880
  })
40881
+ .catch(function () { return setLoading(false); })
40801
40882
  .finally(function () { return setLoading(false); });
40802
40883
  }, [runId, jobId, listArtifacts, path]);
40803
40884
  useEffect(function () {
@@ -40890,7 +40971,7 @@ var SelectCloudArtifacts = function (_a) {
40890
40971
  borderRadius: 999,
40891
40972
  padding: '2px 8px',
40892
40973
  cursor: 'pointer',
40893
- maxWidth: 100,
40974
+ maxWidth: 50,
40894
40975
  whiteSpace: 'nowrap',
40895
40976
  textOverflow: 'ellipsis',
40896
40977
  overflow: 'hidden',
@@ -44220,7 +44301,7 @@ function s$1(){return (s$1=Object.assign||function(e){for(var t=1;t<arguments.le
44220
44301
  depsCount: ${t},
44221
44302
  deps: ${r}}`};const r={keyword:"dependencies",type:"object",schemaType:"object",error:t.error,code(e){const[t,r]=function({schema:e}){const t={},r={};for(const s in e)"__proto__"!==s&&((Array.isArray(e[s])?t:r)[s]=e[s]);return [t,r]}(e);s(e,t),a(e,r);}};function s(e,t=e.schema){const{gen:r,data:s,it:a}=e;if(0===Object.keys(t).length)return;const o=r.let("missing");for(const n in t){const i=t[n];if(0===i.length)continue;const l=(0, g$1.propertyInData)(r,s,n,a.opts.ownProperties);e.setParams({property:n,depsCount:i.length,deps:i.join(", ")}),a.allErrors?r.if(l,()=>{for(const t of i)(0, g$1.checkReportMissingProp)(e,t);}):(r.if(c$1._`${l} && (${(0, g$1.checkMissingProp)(e,i,o)})`),(0, g$1.reportMissingProp)(e,o),r.else());}}function a(e,t=e.schema){const{gen:r,data:s,keyword:a,it:o}=e,n=r.name("valid");for(const i in t)(0, l$1.alwaysValidSchema)(o,t[i])||(r.if((0, g$1.propertyInData)(r,s,i,o.opts.ownProperties),()=>{const t=e.subschema({keyword:a,schemaProp:i},n);e.mergeValidEvaluated(t,n);},()=>r.var(n,!0)),e.ok(n));}t.validatePropertyDeps=s,t.validateSchemaDeps=a,t.default=r;}),oe$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:{message:"property name must be valid",params:({params:e})=>c$1._`{propertyName: ${e.propertyName}}`},code(e){const{gen:t,schema:r,data:s,it:a}=e;if((0, l$1.alwaysValidSchema)(a,r))return;const o=t.name("valid");t.forIn("key",s,r=>{e.setParams({propertyName:r}),e.subschema({keyword:"propertyNames",data:r,dataTypes:["string"],propertyName:r,compositeRule:!0},o),t.if((0, c$1.not)(o),()=>{e.error(!0),a.allErrors||t.break();});}),e.ok(o);}}},"__esModule",{value:!0});const ne$1={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:{message:"must NOT have additional properties",params:({params:e})=>c$1._`{additionalProperty: ${e.additionalProperty}}`},code(e){const{gen:t,schema:r,parentSchema:s,data:a,errsCount:o,it:n}=e;if(!o)throw new Error("ajv implementation error");const{allErrors:i,opts:d}=n;if(n.props=!0,"all"!==d.removeAdditional&&(0, l$1.alwaysValidSchema)(n,r))return;const f=(0, g$1.allSchemaProperties)(s.properties),h=(0, g$1.allSchemaProperties)(s.patternProperties);function p(e){t.code(c$1._`delete ${a}[${e}]`);}function m(s){if("all"===d.removeAdditional||d.removeAdditional&&!1===r)p(s);else {if(!1===r)return e.setParams({additionalProperty:s}),e.error(),void(i||t.break());if("object"==typeof r&&!(0, l$1.alwaysValidSchema)(n,r)){const r=t.name("valid");"failing"===d.removeAdditional?(y(s,r,!1),t.if((0, c$1.not)(r),()=>{e.reset(),p(s);})):(y(s,r),i||t.if((0, c$1.not)(r),()=>t.break()));}}}function y(t,r,s){const a={keyword:"additionalProperties",dataProp:t,dataPropType:l$1.Type.Str};!1===s&&Object.assign(a,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(a,r);}t.forIn("key",a,r=>{f.length||h.length?t.if(function(r){let a;if(f.length>8){const e=(0, l$1.schemaRefOrVal)(n,s.properties,"properties");a=(0, g$1.isOwnProperty)(t,e,r);}else a=f.length?(0, c$1.or)(...f.map(e=>c$1._`${r} === ${e}`)):c$1.nil;return h.length&&(a=(0, c$1.or)(a,...h.map(t=>c$1._`${(0, g$1.usePattern)(e,t)}.test(${r})`))),(0, c$1.not)(a)}(r),()=>m(r)):m(r);}),e.ok(c$1._`${o} === ${u$2.default.errors}`);}};var ie=/*#__PURE__*/Object.defineProperty({default:ne$1},"__esModule",{value:!0}),ce=/*#__PURE__*/Object.defineProperty({default:{keyword:"properties",type:"object",schemaType:"object",code(e){const{gen:t,schema:r,parentSchema:s,data:a,it:o}=e;"all"===o.opts.removeAdditional&&void 0===s.additionalProperties&&ie.default.code(new P$1.KeywordCxt(o,ie.default,"additionalProperties"));const n=(0, g$1.allSchemaProperties)(r);for(const e of n)o.definedProperties.add(e);o.opts.unevaluated&&n.length&&!0!==o.props&&(o.props=l$1.mergeEvaluated.props(t,(0, l$1.toHash)(n),o.props));const i=n.filter(e=>!(0, l$1.alwaysValidSchema)(o,r[e]));if(0===i.length)return;const c=t.name("valid");for(const r of i)d(r)?u(r):(t.if((0, g$1.propertyInData)(t,a,r,o.opts.ownProperties)),u(r),o.allErrors||t.else().var(c,!0),t.endIf()),e.it.definedProperties.add(r),e.ok(c);function d(e){return o.opts.useDefaults&&!o.compositeRule&&void 0!==r[e].default}function u(t){e.subschema({keyword:"properties",schemaProp:t,dataProp:t},c);}}}},"__esModule",{value:!0});const le$1=l$1;var de$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"patternProperties",type:"object",schemaType:"object",code(e){const{gen:t,schema:r,data:s,parentSchema:a,it:o}=e,{opts:n}=o,i=(0, g$1.allSchemaProperties)(r),d=i.filter(e=>(0, l$1.alwaysValidSchema)(o,r[e]));if(0===i.length||d.length===i.length&&(!o.opts.unevaluated||!0===o.props))return;const u=n.strictSchema&&!n.allowMatchingProperties&&a.properties,f=t.name("valid");!0===o.props||o.props instanceof c$1.Name||(o.props=(0, le$1.evaluatedPropsToName)(t,o.props));const{props:h}=o;function p(e){for(const t in u)new RegExp(e).test(t)&&(0, l$1.checkStrictMode)(o,`property ${t} matches pattern ${e} (use allowMatchingProperties)`);}function m(r){t.forIn("key",s,s=>{t.if(c$1._`${(0, g$1.usePattern)(e,r)}.test(${s})`,()=>{const a=d.includes(r);a||e.subschema({keyword:"patternProperties",schemaProp:r,dataProp:s,dataPropType:le$1.Type.Str},f),o.opts.unevaluated&&!0!==h?t.assign(c$1._`${h}[${s}]`,!0):a||o.allErrors||t.if((0, c$1.not)(f),()=>t.break());});});}!function(){for(const e of i)u&&p(e),o.allErrors?m(e):(t.var(f,!0),m(e),t.if(f));}();}}},"__esModule",{value:!0}),ue$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){const{gen:t,schema:r,it:s}=e;if((0, l$1.alwaysValidSchema)(s,r))return void e.fail();const a=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},a),e.failResult(a,()=>e.reset(),()=>e.error());},error:{message:"must NOT be valid"}}},"__esModule",{value:!0}),fe$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"anyOf",schemaType:"array",trackErrors:!0,code:g$1.validateUnion,error:{message:"must match a schema in anyOf"}}},"__esModule",{value:!0}),he$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"oneOf",schemaType:"array",trackErrors:!0,error:{message:"must match exactly one schema in oneOf",params:({params:e})=>c$1._`{passingSchemas: ${e.passing}}`},code(e){const{gen:t,schema:r,parentSchema:s,it:a}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(a.opts.discriminator&&s.discriminator)return;const o=r,n=t.let("valid",!1),i=t.let("passing",null),d=t.name("_valid");e.setParams({passing:i}),t.block(function(){o.forEach((r,s)=>{let o;(0, l$1.alwaysValidSchema)(a,r)?t.var(d,!0):o=e.subschema({keyword:"oneOf",schemaProp:s,compositeRule:!0},d),s>0&&t.if(c$1._`${d} && ${n}`).assign(n,!1).assign(i,c$1._`[${i}, ${s}]`).else(),t.if(d,()=>{t.assign(n,!0),t.assign(i,s),o&&e.mergeEvaluated(o,c$1.Name);});});}),e.result(n,()=>e.reset(),()=>e.error(!0));}}},"__esModule",{value:!0}),pe$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"allOf",schemaType:"array",code(e){const{gen:t,schema:r,it:s}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");const a=t.name("valid");r.forEach((t,r)=>{if((0, l$1.alwaysValidSchema)(s,t))return;const o=e.subschema({keyword:"allOf",schemaProp:r},a);e.ok(a),e.mergeEvaluated(o);});}}},"__esModule",{value:!0});function me(e,t){const r=e.schema[t];return void 0!==r&&!(0, l$1.alwaysValidSchema)(e,r)}var ye$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:{message:({params:e})=>c$1.str`must match "${e.ifClause}" schema`,params:({params:e})=>c$1._`{failingKeyword: ${e.ifClause}}`},code(e){const{gen:t,parentSchema:r,it:s}=e;void 0===r.then&&void 0===r.else&&(0, l$1.checkStrictMode)(s,'"if" without "then" and "else" is ignored');const a=me(s,"then"),o=me(s,"else");if(!a&&!o)return;const n=t.let("valid",!0),i=t.name("_valid");if(function(){const t=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},i);e.mergeEvaluated(t);}(),e.reset(),a&&o){const r=t.let("ifClause");e.setParams({ifClause:r}),t.if(i,d("then",r),d("else",r));}else a?t.if(i,d("then")):t.if((0, c$1.not)(i),d("else"));function d(r,s){return ()=>{const a=e.subschema({keyword:r},i);t.assign(n,i),e.mergeValidEvaluated(a,n),s?t.assign(s,c$1._`${r}`):e.setParams({ifClause:r});}}e.pass(n,()=>e.error(!0));}}},"__esModule",{value:!0}),ve$1=/*#__PURE__*/Object.defineProperty({default:{keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){void 0===t.if&&(0, l$1.checkStrictMode)(r,`"${e}" without "if" is ignored`);}}},"__esModule",{value:!0}),ge$1=/*#__PURE__*/Object.defineProperty({default:function(e=!1){const t=[ue$1.default,fe$1.default,he$1.default,pe$1.default,ye$1.default,ve$1.default,oe$1.default,ie.default,ae.default,ce.default,de$1.default];return e?t.push(te.default,re$1.default):t.push(X$1.default,ee$1.default),t.push(se$1.default),t}},"__esModule",{value:!0}),$e=/*#__PURE__*/Object.defineProperty({default:[Object.defineProperty({default:{keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:{message:({schemaCode:e})=>c$1.str`must match format "${e}"`,params:({schemaCode:e})=>c$1._`{format: ${e}}`},code(e,t){const{gen:r,data:s,$data:a,schema:o,schemaCode:n,it:i}=e,{opts:l,errSchemaPath:d,schemaEnv:u,self:f}=i;l.validateFormats&&(a?function(){const a=r.scopeValue("formats",{ref:f.formats,code:l.code.formats}),o=r.const("fDef",c$1._`${a}[${n}]`),i=r.let("fType"),d=r.let("format");r.if(c$1._`typeof ${o} == "object" && !(${o} instanceof RegExp)`,()=>r.assign(i,c$1._`${o}.type || "string"`).assign(d,c$1._`${o}.validate`),()=>r.assign(i,c$1._`"string"`).assign(d,o)),e.fail$data((0, c$1.or)(!1===l.strictSchema?c$1.nil:c$1._`${n} && !${d}`,function(){const e=u.$async?c$1._`(${o}.async ? await ${d}(${s}) : ${d}(${s}))`:c$1._`${d}(${s})`,r=c$1._`(typeof ${d} == "function" ? ${e} : ${d}.test(${s}))`;return c$1._`${d} && ${d} !== true && ${i} === ${t} && !${r}`}()));}():function(){const a=f.formats[o];if(!a)return void function(){if(!1!==l.strictSchema)throw new Error(e());function e(){return `unknown format "${o}" ignored in schema at path "${d}"`}f.logger.warn(e());}();if(!0===a)return;const[n,i,h]=function(e){const t=e instanceof RegExp?(0, c$1.regexpCode)(e):l.code.formats?c$1._`${l.code.formats}${(0, c$1.getProperty)(o)}`:void 0,s=r.scopeValue("formats",{key:o,ref:e,code:t});return "object"!=typeof e||e instanceof RegExp?["string",e,s]:[e.type||"string",e.validate,c$1._`${s}.validate`]}(a);n===t&&e.pass(function(){if("object"==typeof a&&!(a instanceof RegExp)&&a.async){if(!u.$async)throw new Error("async format in sync schema");return c$1._`await ${h}(${s})`}return "function"==typeof i?c$1._`${h}(${s})`:c$1._`${h}.test(${s})`}());}());}}},"__esModule",{value:!0}).default]},"__esModule",{value:!0}),_e=o$1(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.contentVocabulary=t.metadataVocabulary=void 0,t.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"],t.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"];});const we=[A$1.default,Y$1.default,(0, ge$1.default)(),$e.default,_e.metadataVocabulary,_e.contentVocabulary];var be$1=/*#__PURE__*/Object.defineProperty({default:we},"__esModule",{value:!0}),Ee$1=o$1(function(e,t){var r;Object.defineProperty(t,"__esModule",{value:!0}),t.DiscrError=void 0,(r=t.DiscrError||(t.DiscrError={})).Tag="tag",r.Mapping="mapping";}),Pe=/*#__PURE__*/Object.defineProperty({default:{keyword:"discriminator",type:"object",schemaType:"object",error:{message:({params:{discrError:e,tagName:t}})=>e===Ee$1.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>c$1._`{error: ${e}, tag: ${r}, tagValue: ${t}}`},code(e){const{gen:t,data:r,schema:s,parentSchema:a,it:o}=e,{oneOf:n}=a;if(!o.opts.discriminator)throw new Error("discriminator: requires discriminator option");const i=s.propertyName;if("string"!=typeof i)throw new Error("discriminator: requires propertyName");if(s.mapping)throw new Error("discriminator: mapping is not supported");if(!n)throw new Error("discriminator: requires oneOf keyword");const d=t.let("valid",!1),u=t.const("tag",c$1._`${r}${(0, c$1.getProperty)(i)}`);function f(r){const s=t.name("valid"),a=e.subschema({keyword:"oneOf",schemaProp:r},s);return e.mergeEvaluated(a,c$1.Name),s}t.if(c$1._`typeof ${u} == "string"`,()=>function(){const r=function(){var e;const t={},r=c(a);let s=!0;for(let t=0;t<n.length;t++){let a=n[t];(null==a?void 0:a.$ref)&&!(0, l$1.schemaHasRulesButRef)(a,o.self.RULES)&&(a=C.resolveRef.call(o.self,o.schemaEnv.root,o.baseId,null==a?void 0:a.$ref),a instanceof C.SchemaEnv&&(a=a.schema));const u=null===(e=null==a?void 0:a.properties)||void 0===e?void 0:e[i];if("object"!=typeof u)throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${i}"`);s=s&&(r||c(a)),d(u,t);}if(!s)throw new Error(`discriminator: "${i}" must be required`);return t;function c({required:e}){return Array.isArray(e)&&e.includes(i)}function d(e,t){if(e.const)u(e.const,t);else {if(!e.enum)throw new Error(`discriminator: "properties/${i}" must have "const" or "enum"`);for(const r of e.enum)u(r,t);}}function u(e,r){if("string"!=typeof e||e in t)throw new Error(`discriminator: "${i}" values must be unique strings`);t[e]=r;}}();t.if(!1);for(const e in r)t.elseIf(c$1._`${u} === ${e}`),t.assign(d,f(r[e]));t.else(),e.error(!1,{discrError:Ee$1.DiscrError.Mapping,tag:u,tagName:i}),t.endIf();}(),()=>e.error(!1,{discrError:Ee$1.DiscrError.Tag,tag:u,tagName:i})),e.ok(d);}}},"__esModule",{value:!0}),Se$1={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0},ke=o$1(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=void 0;const r=["/properties"],s="http://json-schema.org/draft-07/schema";class a extends R.default{_addVocabularies(){super._addVocabularies(),be$1.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(Pe.default);}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const e=this.opts.$data?this.$dataMetaSchema(Se$1,r):Se$1;this.addMetaSchema(e,s,!1),this.refs["http://json-schema.org/schema"]=s;}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(s)?s:void 0)}}e.exports=t=a,Object.defineProperty(t,"__esModule",{value:!0}),t.default=a,Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return P$1.KeywordCxt}}),Object.defineProperty(t,"_",{enumerable:!0,get:function(){return c$1._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return c$1.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return c$1.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return c$1.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return c$1.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return c$1.CodeGen}});}),Ne=/*@__PURE__*/a$1(ke),je=/*@__PURE__*/a$1(o$1(function(e,t){Object.defineProperty(t,"__esModule",{value:!0});const r="errorMessage",s=new ke.Name("emUsed"),a={required:"missingProperty",dependencies:"property",dependentRequired:"property"},o=/\$\{[^}]+\}/,i=/\$\{([^}]+)\}/g,l=/^""\s*\+\s*|\s*\+\s*""$/g;function d(e){return {keyword:r,schemaType:["string","object"],post:!0,code(t){const{gen:d,data:h,schema:p,schemaValue:m,it:y}=t;if(!1===y.createErrors)return;const v=p,g=c$1.strConcat(u$2.default.instancePath,y.errorPath);function $(e,t){return c$1.and(ke._`${e}.keyword !== ${r}`,ke._`!${e}.${s}`,ke._`${e}.instancePath === ${g}`,ke._`${e}.keyword in ${t}`,ke._`${e}.schemaPath.indexOf(${y.errSchemaPath}) === 0`,ke._`/^\\/[^\\/]*$/.test(${e}.schemaPath.slice(${y.errSchemaPath.length}))`)}function _(e,t){const r=[];for(const s in e){const e=t[s];o.test(e)&&r.push([s,b(e)]);}return d.object(...r)}function w(e){return o.test(e)?new n$2._Code(n$2.safeStringify(e).replace(i,(e,t)=>`" + JSON.stringify(${P$1.getData(t,y)}) + "`).replace(l,"")):ke.stringify(e)}function b(e){return ke._`function(){return ${w(e)}}`}d.if(ke._`${u$2.default.errors} > 0`,()=>{if("object"==typeof v){const[o,n]=function(e){let t,r;for(const s in e){if("properties"===s||"items"===s)continue;const a=e[s];if("object"==typeof a){t||(t={});const e=t[s]={};for(const t in a)e[t]=[];}else r||(r={}),r[s]=[];}return [t,r]}(v);n&&function(r){const a=d.const("emErrors",ke.stringify(r)),o=d.const("templates",_(r,p));d.forOf("err",u$2.default.vErrors,e=>d.if($(e,a),()=>d.code(ke._`${a}[${e}.keyword].push(${e})`).assign(ke._`${e}.${s}`,!0)));const{singleError:n}=e;if(n){const e=d.let("message",ke._`""`),r=d.let("paramsErrors",ke._`[]`);i(t=>{d.if(e,()=>d.code(ke._`${e} += ${"string"==typeof n?n:";"}`)),d.code(ke._`${e} += ${c(t)}`),d.assign(r,ke._`${r}.concat(${a}[${t}])`);}),f$1.reportError(t,{message:e,params:ke._`{errors: ${r}}`});}else i(e=>f$1.reportError(t,{message:c(e),params:ke._`{errors: ${a}[${e}]}`}));function i(e){d.forIn("key",a,t=>d.if(ke._`${a}[${t}].length`,()=>e(t)));}function c(e){return ke._`${e} in ${o} ? ${o}[${e}]() : ${m}[${e}]`}}(n),o&&function(e){const r=d.const("emErrors",ke.stringify(e)),o=[];for(const t in e)o.push([t,_(e[t],p[t])]);const n=d.const("templates",d.object(...o)),i=d.scopeValue("obj",{ref:a,code:ke.stringify(a)}),c=d.let("emPropParams"),l=d.let("emParamsErrors");d.forOf("err",u$2.default.vErrors,e=>d.if($(e,r),()=>{d.assign(c,ke._`${i}[${e}.keyword]`),d.assign(l,ke._`${r}[${e}.keyword][${e}.params[${c}]]`),d.if(l,()=>d.code(ke._`${l}.push(${e})`).assign(ke._`${e}.${s}`,!0));})),d.forIn("key",r,e=>d.forIn("keyProp",ke._`${r}[${e}]`,s=>{d.assign(l,ke._`${r}[${e}][${s}]`),d.if(ke._`${l}.length`,()=>{const r=d.const("tmpl",ke._`${n}[${e}] && ${n}[${e}][${s}]`);f$1.reportError(t,{message:ke._`${r} ? ${r}() : ${m}[${e}][${s}]`,params:ke._`{errors: ${l}}`});});}));}(o),function(e){const{props:a,items:o}=e;if(!a&&!o)return;const n=ke._`typeof ${h} == "object"`,i=ke._`Array.isArray(${h})`,l=d.let("emErrors");let y,v;const $=d.let("templates");function w(e,t){d.assign(l,ke.stringify(e)),d.assign($,_(e,t));}a&&o?(y=d.let("emChildKwd"),d.if(n),d.if(i,()=>{w(o,p.items),d.assign(y,ke.str`items`);},()=>{w(a,p.properties),d.assign(y,ke.str`properties`);}),v=ke._`[${y}]`):o?(d.if(i),w(o,p.items),v=ke._`.items`):a&&(d.if(c$1.and(n,c$1.not(i))),w(a,p.properties),v=ke._`.properties`),d.forOf("err",u$2.default.vErrors,e=>function(e,t,a){d.if(c$1.and(ke._`${e}.keyword !== ${r}`,ke._`!${e}.${s}`,ke._`${e}.instancePath.indexOf(${g}) === 0`),()=>{const r=d.scopeValue("pattern",{ref:/^\/([^/]*)(?:\/|$)/,code:ke._`new RegExp("^\\\/([^/]*)(?:\\\/|$)")`}),s=d.const("emMatches",ke._`${r}.exec(${e}.instancePath.slice(${g}.length))`),o=d.const("emChild",ke._`${s} && ${s}[1].replace(/~1/g, "/").replace(/~0/g, "~")`);d.if(ke._`${o} !== undefined && ${o} in ${t}`,()=>a(o));});}(e,l,t=>d.code(ke._`${l}[${t}].push(${e})`).assign(ke._`${e}.${s}`,!0))),d.forIn("key",l,e=>d.if(ke._`${l}[${e}].length`,()=>{f$1.reportError(t,{message:ke._`${e} in ${$} ? ${$}[${e}]() : ${m}${v}[${e}]`,params:ke._`{errors: ${l}[${e}]}`}),d.assign(ke._`${u$2.default.vErrors}[${u$2.default.errors}-1].instancePath`,ke._`${g} + "/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`);})),d.endIf();}(function({properties:e,items:t}){const r={};if(e){r.props={};for(const t in e)r.props[t]=[];}if(t){r.items={};for(let e=0;e<t.length;e++)r.items[e]=[];}return r}(v));}const o="string"==typeof v?v:v._;o&&function(e){const a=d.const("emErrs",ke._`[]`);d.forOf("err",u$2.default.vErrors,e=>d.if(function(e){return c$1.and(ke._`${e}.keyword !== ${r}`,ke._`!${e}.${s}`,c$1.or(ke._`${e}.instancePath === ${g}`,c$1.and(ke._`${e}.instancePath.indexOf(${g}) === 0`,ke._`${e}.instancePath[${g}.length] === "/"`)),ke._`${e}.schemaPath.indexOf(${y.errSchemaPath}) === 0`,ke._`${e}.schemaPath[${y.errSchemaPath}.length] === "/"`)}(e),()=>d.code(ke._`${a}.push(${e})`).assign(ke._`${e}.${s}`,!0))),d.if(ke._`${a}.length`,()=>f$1.reportError(t,{message:w(e),params:ke._`{errors: ${a}}`}));}(o),e.keepErrors||function(){const e=d.const("emErrs",ke._`[]`);d.forOf("err",u$2.default.vErrors,t=>d.if(ke._`!${t}.${s}`,()=>d.code(ke._`${e}.push(${t})`))),d.assign(u$2.default.vErrors,e).assign(u$2.default.errors,ke._`${e}.length`);}();});},metaSchema:{anyOf:[{type:"string"},{type:"object",properties:{properties:{$ref:"#/$defs/stringMap"},items:{$ref:"#/$defs/stringList"},required:{$ref:"#/$defs/stringOrMap"},dependencies:{$ref:"#/$defs/stringOrMap"}},additionalProperties:{type:"string"}}],$defs:{stringMap:{type:"object",additionalProperties:{type:"string"}},stringOrMap:{anyOf:[{type:"string"},{$ref:"#/$defs/stringMap"}]},stringList:{type:"array",items:{type:"string"}}}}}}const h=(e,t={})=>{if(!e.opts.allErrors)throw new Error("ajv-errors: Ajv option allErrors must be true");if(e.opts.jsPropertySyntax)throw new Error("ajv-errors: ajv option jsPropertySyntax is not supported");return e.addKeyword(d(t))};t.default=h,e.exports=h,e.exports.default=h;})),Ce=function(e,t){return e.forEach(function(e){"required"===e.keyword&&(e.instancePath="/"+e.params.missingProperty);}),e.reduce(function(e,s){var a=s.instancePath.substring(1).replace(/\//g,".");if(e[a]||(e[a]={message:s.message,type:s.keyword}),t){var o=e[a].types,n=o&&o[s.keyword];e[a]=appendErrors(a,t,e,s.keyword,n?[].concat(n,s.message||""):s.message);}return e},{})},Oe=function(r,a,o){return void 0===o&&(o={}),function(n,i,c){try{var l,d=new Ne(s$1({allErrors:!0,validateSchema:!0},a));je(d);var u=d.compile(Object.assign({$async:"async"===(null==(l=o)?void 0:l.mode)},r));return u(n)?(c.shouldUseNativeValidation&&t$1({},c),Promise.resolve({values:n,errors:{}})):Promise.resolve({values:{},errors:f$2(Ce(u.errors,!c.shouldUseNativeValidation&&"all"===c.criteriaMode),c)})}catch(e){return Promise.reject(e)}}};
44222
44303
 
44223
- var css_248z$5 = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}";
44304
+ var css_248z$5 = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}";
44224
44305
  styleInject(css_248z$5);
44225
44306
 
44226
44307
  var css_248z$4 = "";
@@ -44499,7 +44580,8 @@ var FilePreview = function (_a) {
44499
44580
  }
44500
44581
  var ext = getExtension((selArtifact === null || selArtifact === void 0 ? void 0 : selArtifact.file_name) || path);
44501
44582
  setCurrFileExtension(ext);
44502
- }); });
44583
+ }); })
44584
+ .catch(function () { });
44503
44585
  };
44504
44586
  var download = function (blob, fileName) {
44505
44587
  var file = new File([blob], fileName);
@@ -44514,11 +44596,12 @@ var FilePreview = function (_a) {
44514
44596
  };
44515
44597
  useEffect(function () {
44516
44598
  if (enableFilePicker) {
44517
- base64AndFetch(selFilePath);
44599
+ selFilePath && base64AndFetch(selFilePath);
44518
44600
  return;
44519
44601
  }
44520
- downloadArtifact(selArtifact === null || selArtifact === void 0 ? void 0 : selArtifact.key, jobId)
44521
- .then(fetchAndSet);
44602
+ (selArtifact === null || selArtifact === void 0 ? void 0 : selArtifact.key) && downloadArtifact(selArtifact === null || selArtifact === void 0 ? void 0 : selArtifact.key, jobId)
44603
+ .then(fetchAndSet)
44604
+ .catch(function () { });
44522
44605
  }, [selArtifact, selFilePath, projectOwner, projectName]);
44523
44606
  shortDebounce(function () {
44524
44607
  onPreviewChange && onPreviewChange(preview);
@@ -44925,15 +45008,37 @@ var CreateStudy = function (_a) {
44925
45008
  var _d = useState(defaultAccount), selAccount = _d[0], setSelAccount = _d[1];
44926
45009
  var _e = useState(defaultProject), selProject = _e[0], setSelProject = _e[1];
44927
45010
  var _f = useState(defaultRecipe), selRecipe = _f[0], setSelRecipe = _f[1];
45011
+ var _g = useState(undefined), currJobId = _g[0], setCurrJobId = _g[1];
45012
+ var _h = useState(undefined), isCloud = _h[0], setIsCloud = _h[1];
45013
+ // Single run only...
45014
+ var _j = useState(undefined); _j[0]; var setCurrRunId = _j[1];
44928
45015
  // @ts-ignore
44929
45016
  var projectOwner = selAccount ? ((_b = selAccount.username) !== null && _b !== void 0 ? _b : selAccount.account_name) : undefined;
44930
45017
  var projectSlug = selProject ? selProject.slug.split('/')[1] : undefined;
44931
- var _g = useCreateStudy(projectOwner, projectSlug, client), host = _g.host, createStudy = _g.createStudy, createLocalStudy = _g.createLocalStudy;
45018
+ var _k = useCreateStudy(projectOwner, projectSlug, client), host = _k.host, createStudy = _k.createStudy, createLocalStudy = _k.createLocalStudy;
45019
+ var listRuns = useRuns(client).listRuns;
44932
45020
  useEffect(function () {
44933
45021
  if (!selRecipe)
44934
45022
  return;
44935
45023
  setActiveTabIndex(1);
44936
45024
  }, [selRecipe]);
45025
+ /*
45026
+ * If cloud job fetch the job and search the first run
45027
+ */
45028
+ useEffect(function () {
45029
+ if (!currJobId || !selAccount || !selProject || isCloud)
45030
+ return;
45031
+ listRuns(selAccount === null || selAccount === void 0 ? void 0 : selAccount.name.toLowerCase(), selProject === null || selProject === void 0 ? void 0 : selProject.name, [currJobId])
45032
+ .then(function (d) {
45033
+ setCurrRunId(d.resources[0].id);
45034
+ setActiveTabIndex(2);
45035
+ })
45036
+ .catch(function () {
45037
+ setCurrRunId(undefined);
45038
+ setCurrJobId(undefined);
45039
+ setActiveTabIndex(1);
45040
+ });
45041
+ }, [currJobId]);
44937
45042
  var basePath = useMemo(function () {
44938
45043
  return client.config.basePath.replace('api', 'app');
44939
45044
  }, [client]);
@@ -44941,15 +45046,23 @@ var CreateStudy = function (_a) {
44941
45046
  if (!basePath) {
44942
45047
  throw new Error('CreateStudy: client.configuration.basepath not defined.');
44943
45048
  }
45049
+ setCurrJobId(studyId);
45050
+ // If success fetch the job and get the studyId
44944
45051
  window.location.href = "".concat(basePath, "/").concat(accountName, "/projects/").concat(projectName, "/studies/").concat(studyId);
44945
45052
  }, []);
44946
45053
  var handleCreateStudySuccessLocal = useCallback(function (accountName, projectName, studyId) {
44947
45054
  _t.success("Study is running! Do not close the console.\nYou will find output here ".concat(studyId, "."), { duration: 4000, position: 'bottom-left', style: { minWidth: '300px', fontSize: '12px' } });
45055
+ // Local studyId == path
45056
+ setCurrJobId(studyId);
45057
+ setCurrRunId(studyId);
45058
+ setActiveTabIndex(2);
44948
45059
  }, []);
44949
45060
  var handleCreateStudy = useCallback(function (name, jobArgs, description, localConfig) {
44950
45061
  if (!selRecipe) {
44951
45062
  return Promise.reject();
44952
45063
  }
45064
+ setCurrRunId(undefined);
45065
+ setIsCloud(localConfig.isLocalJob);
44953
45066
  // Custom cloud action
44954
45067
  var handleCloudSuccess = createStudySuccess !== null && createStudySuccess !== void 0 ? createStudySuccess : handleCreateStudySuccess;
44955
45068
  var handleSuccess = localConfig && localConfig.isLocalJob ? handleCreateStudySuccessLocal : handleCloudSuccess;
@@ -46179,7 +46292,7 @@ var useSWRHandler = function (_key, fetcher, config) {
46179
46292
  };
46180
46293
  var useSWR = withArgs(useSWRHandler);
46181
46294
 
46182
- var css_248z$2 = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.run-card {\n transition: box-shadow 250ms ease-in-out, border-color 250ms ease-in-out;\n border-color: #d0d7de;\n width: 100%;\n background-color: white;\n}\n\na > .run-card:hover {\n box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px 0px;\n border-color: var(--primary);\n}";
46295
+ var css_248z$2 = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.run-card {\n transition: box-shadow 250ms ease-in-out, border-color 250ms ease-in-out;\n border-color: #d0d7de;\n width: 100%;\n background-color: white;\n}\n\na > .run-card:hover {\n box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px 0px;\n border-color: var(--primary);\n}";
46183
46296
  styleInject(css_248z$2);
46184
46297
 
46185
46298
  dayjs_min.extend(duration);
@@ -46376,107 +46489,6 @@ var RunCard = function (_a) {
46376
46489
  var css_248z$1 = "";
46377
46490
  styleInject(css_248z$1);
46378
46491
 
46379
- var RunsList = function (_a) {
46380
- var projectOwner = _a.projectOwner, projectName = _a.projectName, jobId = _a.jobId, subscribe = _a.subscribe, client = _a.client, authUser = _a.authUser;
46381
- var _b = useState(false), open = _b[0], setOpen = _b[1];
46382
- var _c = useState(1), page = _c[0], setPage = _c[1];
46383
- var _d = useState([]), items = _d[0], setItems = _d[1];
46384
- var _e = useRuns(client), listRuns = _e.listRuns, cancelRun = _e.cancelRun;
46385
- var _f = useSWR(authUser ? [projectOwner, projectName, jobId, page] : undefined, listRuns, {
46386
- revalidateOnFocus: false,
46387
- refreshInterval: subscribe ? 5000 : undefined,
46388
- errorRetryCount: 3
46389
- }), runs = _f.data; _f.error; var isValidating = _f.isValidating; _f.mutate;
46390
- useEffect(function () {
46391
- if (!runs || !runs.resources)
46392
- return;
46393
- setItems(function (items) { return __spreadArray(__spreadArray([], items, true), runs.resources, true); });
46394
- }, [runs]);
46395
- var onScrollReachEnd = useMemo(function () {
46396
- return lodash_debounce(function () {
46397
- if (items.length >= runs.total_count)
46398
- return;
46399
- setPage(function (p) { return p++; });
46400
- }, 1000, { leading: true, trailing: false });
46401
- }, [items, runs]);
46402
- var renderItem = useCallback(function (item) {
46403
- return (React__default.createElement("div", { key: item.id, style: {
46404
- display: 'flex',
46405
- justifyContent: 'space-between',
46406
- alignItems: 'center',
46407
- borderTop: '1px solid var(--slate5)',
46408
- padding: '6px 8px',
46409
- cursor: 'default'
46410
- } },
46411
- React__default.createElement("div", { style: {
46412
- display: 'flex',
46413
- alignItems: 'center',
46414
- gap: 12
46415
- } },
46416
- React__default.createElement("span", null,
46417
- React__default.createElement(Link45deg$1, { size: 16, color: statusMap[item.status.status].color }),
46418
- React__default.createElement("a", { href: "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(jobId, "/runs/").concat(item.id), style: {
46419
- color: statusMap[item.status.status].color
46420
- } }, item.status.status)),
46421
- React__default.createElement(Tag, { style: {
46422
- color: statusMap[item.status.status].color,
46423
- borderColor: statusMap[item.status.status].color,
46424
- backgroundColor: 'white'
46425
- } }, "".concat(item.meta.progress.completed, " / ").concat(item.meta.progress.total, " steps complete."))),
46426
- React__default.createElement("div", { style: {
46427
- display: 'flex',
46428
- gap: 8
46429
- } },
46430
- React__default.createElement("span", { style: {
46431
- display: 'flex',
46432
- justifyContent: 'end'
46433
- } },
46434
- React__default.createElement("code", { style: {
46435
- color: 'var(--slate11)',
46436
- borderColor: 'var(--slate11)',
46437
- backgroundColor: 'rgba(0,0,0,0)',
46438
- fontVariantNumeric: 'tabular-nums'
46439
- } }, "".concat(dayjs_min.duration(item.meta.resources_duration.cpu, 'seconds').format('HH:mm:ss'), " CPU time"))),
46440
- item.status.status === dist.RunStatusEnum.Running &&
46441
- React__default.createElement("button", { style: {
46442
- display: 'flex',
46443
- backgroundColor: 'rgba(0,0,0,0)',
46444
- color: 'red',
46445
- border: 'none',
46446
- cursor: 'pointer'
46447
- }, onClick: function () {
46448
- cancelRun(projectOwner, projectName, item.id);
46449
- } },
46450
- React__default.createElement(XOctagon$1, null)))));
46451
- }, [cancelRun, jobId, projectName, projectOwner]);
46452
- return (React__default.createElement("div", { "data-testid": "RunsList", className: "" },
46453
- React__default.createElement($409067139f391064$export$be92b6f5f03c0fe9, { open: open, onOpenChange: function (val) { return setOpen(val); } },
46454
- React__default.createElement($409067139f391064$export$41fb9f06171c75f4, { asChild: true },
46455
- React__default.createElement("div", { style: {
46456
- width: '100%',
46457
- display: 'flex',
46458
- justifyContent: 'center'
46459
- } },
46460
- React__default.createElement("span", { style: {
46461
- display: 'flex',
46462
- alignItems: 'center',
46463
- cursor: 'pointer',
46464
- gap: 8
46465
- } },
46466
- runs && "".concat(runs.total_count, " Total Runs"),
46467
- isValidating ? React__default.createElement("span", null,
46468
- React__default.createElement(LoadingIcon, { size: 16 })) : React__default.createElement(ChevronCompactDown$1, null)))),
46469
- runs &&
46470
- React__default.createElement($409067139f391064$export$7c6e2c02157bb7d2, { className: 'collapse-content' },
46471
- React__default.createElement("div", { style: {
46472
- display: 'flex',
46473
- flexDirection: 'column',
46474
- padding: '4px 0px',
46475
- maxHeight: 160
46476
- } },
46477
- React__default.createElement(ScrollZone, { isOpen: open, items: runs.resources, renderItem: renderItem, onScrollEnd: onScrollReachEnd }))))));
46478
- };
46479
-
46480
46492
  var getFileIcon = function (type) {
46481
46493
  var size = 12;
46482
46494
  switch (type === null || type === void 0 ? void 0 : type.toLowerCase()) {
@@ -47248,7 +47260,7 @@ var SendModel = function (_a) {
47248
47260
  }], asButtons: true, label: buttonLabel, helpText: "".concat(selOpt ? selOpt.charAt(0).toUpperCase() + selOpt.replace('-', ' ').slice(1) : 'Send', " model.") }));
47249
47261
  };
47250
47262
 
47251
- var css_248z = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.study-card {\n transition: box-shadow 250ms ease-in-out, border-color 250ms ease-in-out;\n border-color: #d0d7de;\n width: 100%;\n background-color: white;\n}\n\na > .study-card:hover {\n box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px 0px;\n border-color: var(--primary);\n}";
47263
+ var css_248z = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.item1 {\n grid-area: title;\n font-size: 1.125rem;\n font-weight: 500;\n white-space: wrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.link {\n text-decoration: none;\n color: var(--primary3);\n}\n\n.link:hover {\n color: var(--primary3);\n}\n\n.item2 {\n grid-area: date;\n color: var(--slate10);\n font-size: 0.9rem;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item3 {\n grid-area: debugworkspace;\n text-align: right !important;\n}\n\n.item4 {\n grid-area: account;\n white-space: wrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item5 {\n grid-area: recipe;\n white-space: wrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item5 > a, .item4 > a {\n font-size: 1.125rem;\n color: var(--primary3);\n margin-right: 0.75rem;\n}\n\n.item6 {\n grid-area: description;\n}\n\n.item7 {\n grid-area: status;\n}\n\n.status-label {\n font-size: 1.125rem;\n line-height: 1.5rem;\n font-weight: 500;\n}\n\n.item8 {\n grid-area: timecpu;\n text-align: right !important;\n white-space: wrap;\n}\n\n.light-text {\n color: var(--slate10);\n font-size: 0.9rem;\n}\n\n.grid-container {\n display: grid;\n grid-template-areas: \"title title date date date debugworkspace\" \"account account recipe recipe recipe recipe\" \"description description description description description timecpu\" \"status status status status status timecpu\";\n gap: 0.5rem;\n border: 0.1rem solid;\n align-items: center;\n padding: 0.75rem;\n transition: box-shadow 0.3s;\n grid-template-rows: auto 2.5rem;\n}\n\n.grid-container:hover {\n box-shadow: 0 0 0.25rem var(--slate9);\n}\n\n.grid-container > div {\n text-align: left;\n padding: 1rem;\n vertical-align: middle;\n}\n\n/* responsive, form small screens, use 13px font size */\n@media (max-width: 479px) {\n .grid-container {\n display: grid;\n grid-template-areas: \"title title title title debugworkspace debugworkspace\" \"date date date date date date\" \"recipe recipe recipe recipe recipe recipe\" \"description description description description description description\" \"account account account account account account\" \"status status status timecpu timecpu timecpu\";\n gap: 0.5rem;\n border: 0.1rem solid;\n align-items: center;\n padding: 0.75rem;\n transition: box-shadow 0.3s;\n grid-template-rows: auto 0.75rem;\n }\n .grid-container > div {\n text-align: left;\n padding: 1rem;\n vertical-align: middle;\n }\n}";
47252
47264
  styleInject(css_248z);
47253
47265
 
47254
47266
  dayjs_min.extend(duration);
@@ -47257,25 +47269,56 @@ var formatDuration = function (duration) {
47257
47269
  return "".concat(duration.days() > 0 ? "".concat(duration.days(), " day").concat(duration.days() !== 1 ? 's' : '', " and ") : '', " ").concat(duration.format('HH:mm:ss'));
47258
47270
  };
47259
47271
  var StudyCard = function (_a) {
47260
- var _b, _c;
47261
- var projectName = _a.projectName, projectOwner = _a.projectOwner, _study = _a.study, _d = _a.canWrite, canWrite = _d === void 0 ? false : _d, _e = _a.runList, runList = _e === void 0 ? true : _e, style = _a.style, authUser = _a.authUser, client = _a.client, showMenu = _a.showMenu, _f = _a.onDelete, onDelete = _f === void 0 ? function () { return window.history.back(); } : _f;
47262
- var _g = useJobs(client), cancelJob = _g.cancelJob, deleteJob = _g.deleteJob, fetchJob = _g.fetchJob;
47263
- var _h = useSWR(authUser && _study ? [projectOwner, projectName, _study.id] : undefined, fetchJob, {
47272
+ var _b, _c, _d, _e;
47273
+ var projectName = _a.projectName, projectOwner = _a.projectOwner, _study = _a.study; _a.canWrite; _a.runList; var style = _a.style, authUser = _a.authUser, client = _a.client; _a.showMenu; _a.onDelete;
47274
+ var _j = useJobs(client); _j.cancelJob; _j.deleteJob; var fetchJob = _j.fetchJob;
47275
+ var _k = useSWR(authUser && _study ? [projectOwner, projectName, _study.id] : undefined, fetchJob, {
47264
47276
  revalidateOnFocus: false,
47265
47277
  refreshInterval: !_study || _study.status.finished_at ? undefined : 5000,
47266
47278
  fallbackData: _study,
47267
47279
  errorRetryCount: 3
47268
- }), study = _h.data; _h.error; var isValidating = _h.isValidating;
47280
+ }), study = _k.data; _k.error; _k.isValidating;
47281
+ var total = useMemo(function () {
47282
+ if (!study)
47283
+ return undefined;
47284
+ return study.status.runs_pending +
47285
+ study.status.runs_running +
47286
+ study.status.runs_failed +
47287
+ study.status.runs_completed +
47288
+ study.status.runs_cancelled;
47289
+ }, [study]);
47269
47290
  var status = useMemo(function () {
47270
- return ({
47271
- pending: study && study.status.runs_pending ? study.status.runs_pending : 0,
47272
- running: study && study.status.runs_running ? study.status.runs_running : 0,
47273
- failed: study && study.status.runs_failed ? study.status.runs_failed : 0,
47274
- completed: study && study.status.runs_completed ? study.status.runs_completed : 0,
47275
- canceled: study && study.status.runs_cancelled ? study.status.runs_cancelled : 0,
47276
- });
47291
+ if (!study)
47292
+ return undefined;
47293
+ if (study.status.status.toLocaleLowerCase() === 'completed') {
47294
+ if (study.status.runs_failed > 0)
47295
+ return 'failed';
47296
+ if (study.status.runs_cancelled > 0)
47297
+ return 'cancelled';
47298
+ if (study.status.runs_pending > 0)
47299
+ return 'pending';
47300
+ }
47301
+ return study.status.status.toLocaleLowerCase();
47277
47302
  }, [study]);
47278
- var _j = useState(getDuration(study)), duration = _j[0], setDuration = _j[1];
47303
+ var _l = useState(undefined), singleRun = _l[0], setSingleRun = _l[1];
47304
+ /*
47305
+ * Single run - Fetch run if just one
47306
+ */
47307
+ var listRuns = useRuns(client).listRuns;
47308
+ useEffect(function () {
47309
+ if (!study)
47310
+ return;
47311
+ if (total > 1) {
47312
+ setSingleRun(undefined);
47313
+ return;
47314
+ }
47315
+ listRuns(projectOwner, projectName, [study.id])
47316
+ .then(function (d) {
47317
+ setSingleRun(d.resources[0]);
47318
+ })
47319
+ .catch(function () { setSingleRun(undefined); });
47320
+ }, [study]);
47321
+ var _m = useState(getDuration(study)); _m[0]; var setDuration = _m[1];
47279
47322
  useEffect(function () {
47280
47323
  if (!study)
47281
47324
  return undefined;
@@ -47288,191 +47331,51 @@ var StudyCard = function (_a) {
47288
47331
  }, 1000);
47289
47332
  return study.status.finished_at ? undefined : function () { return clearInterval(handle); };
47290
47333
  }, [study]);
47291
- var menu = (React__default.createElement("button", { type: 'button', style: {
47292
- width: 32,
47293
- height: 32,
47294
- display: 'flex',
47295
- justifyContent: 'center',
47296
- alignItems: 'center',
47297
- borderRadius: 9999,
47298
- border: '1px solid #d0d7de',
47299
- backgroundColor: 'white',
47300
- outlineColor: 'var(--primary)',
47301
- cursor: 'pointer'
47302
- } }, isValidating ? React__default.createElement(LoadingIcon, null) : React__default.createElement(Gear$1, null)));
47303
- var optionsDropdown = [
47304
- {
47305
- options: [{
47306
- type: 'button',
47307
- id: 'cancel-study',
47308
- label: 'Cancel',
47309
- icon: React__default.createElement(XOctagon$1, null),
47310
- disabled: !study || (status.pending < 1 && status.running < 1),
47311
- onSelect: function () { return cancelJob(projectOwner, projectName, study.id); }
47312
- }, {
47313
- type: 'button',
47314
- id: 'delete-study',
47315
- label: 'Delete',
47316
- icon: React__default.createElement(Trash$1, null),
47317
- onSelect: function () { return deleteJob(projectOwner, projectName, study.id)
47318
- .then(onDelete); }
47319
- },]
47320
- }
47321
- ];
47322
- return (React__default.createElement("div", { "data-testid": "StudyCard", className: 'study-card', style: __assign({ borderRadius: 8, borderWidth: 1, borderStyle: 'solid', display: 'grid', gridTemplateColumns: 'minmax(200px, 18%) 1fr', gridTemplateRows: '1fr auto', columnGap: 8, rowGap: 0 }, style) },
47323
- React__default.createElement("div", { style: {
47324
- borderRight: '1px solid #d0d7de',
47325
- display: 'flex',
47326
- justifyContent: 'center',
47327
- alignItems: 'center',
47328
- padding: 8,
47329
- } },
47330
- React__default.createElement("div", { style: {
47331
- display: 'flex',
47332
- alignContent: 'center',
47333
- alignItems: 'center',
47334
- flexDirection: 'column',
47335
- gap: 18,
47336
- } },
47337
- React__default.createElement("div", { style: {
47338
- display: 'flex',
47339
- flexDirection: 'column',
47340
- } }, Object.entries(status).map(function (_a, i) {
47341
- var key = _a[0], val = _a[1];
47342
- return val > 0 &&
47343
- React__default.createElement("span", { key: "".concat(key, "-").concat(i), style: {
47344
- fontSize: '1.25rem',
47345
- lineHeight: '1.5rem',
47346
- fontWeight: '500',
47347
- color: statusMap[key].color,
47348
- borderRadius: 999,
47349
- display: 'flex',
47350
- justifyContent: 'end',
47351
- } }, "".concat(val, " ").concat(key, "."));
47352
- })),
47353
- study &&
47354
- React__default.createElement(Tag, { style: {
47355
- color: getSummaryColor(status),
47356
- borderColor: getSummaryColor(status),
47357
- backgroundColor: 'white',
47358
- } }, "Duration ".concat(formatDuration(duration))))),
47359
- React__default.createElement("div", { style: {
47360
- width: '100%',
47361
- display: 'flex',
47362
- flexDirection: 'column',
47363
- justifyContent: 'space-between',
47364
- padding: '10px 18px',
47365
- gap: 12
47366
- } },
47367
- React__default.createElement("div", { style: {
47368
- display: 'flex',
47369
- flexDirection: 'column',
47370
- } },
47371
- React__default.createElement("div", { style: {
47372
- display: 'grid',
47373
- gridTemplateColumns: 'auto 1fr auto',
47374
- gridTemplateRows: 'auto',
47375
- gap: 8
47376
- } },
47377
- React__default.createElement("span", { style: {
47378
- height: '100%',
47379
- display: 'flex',
47380
- alignItems: 'center',
47381
- justifyItems: 'center'
47382
- } },
47383
- React__default.createElement(Link45deg$1, { size: 24, color: 'var(--primary)' })),
47384
- React__default.createElement("a", { href: study && "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id), style: {
47385
- color: 'var(--primary)',
47386
- fontSize: '1.5rem',
47387
- fontWeight: '500',
47388
- whiteSpace: 'nowrap',
47389
- width: '95%',
47390
- overflow: 'hidden',
47391
- textOverflow: 'ellipsis',
47392
- display: 'inline-block'
47393
- } }, study ? (_b = study.spec.name) !== null && _b !== void 0 ? _b : "Study: ".concat(study.id) : '--'),
47394
- showMenu && canWrite && study &&
47395
- React__default.createElement("div", { style: {
47396
- display: 'flex',
47397
- alignItems: 'center'
47398
- } },
47399
- React__default.createElement(Dropdown, { trigger: menu, optionGroups: optionsDropdown, contentProps: {
47400
- align: 'end',
47401
- sideOffset: 2,
47402
- } }))),
47403
- React__default.createElement("div", { style: {
47404
- color: 'var(--slate10)',
47405
- fontSize: '0.9rem'
47406
- } }, study ? dayjs_min(study.status.started_at).format('dddd[,] MMMM DD[,] YYYY [at] HH:mm:ss') : '--')),
47407
- React__default.createElement("div", { style: {
47408
- display: 'flex',
47409
- flexDirection: 'column',
47410
- gap: 8
47411
- } },
47412
- React__default.createElement("div", { style: {
47413
- display: 'flex',
47414
- flexDirection: 'column',
47415
- } },
47416
- React__default.createElement("span", { style: {
47417
- fontWeight: 600,
47418
- } }, "Recipe"),
47419
- React__default.createElement("div", { style: {
47420
- display: 'flex',
47421
- alignContent: 'center',
47422
- gap: 8,
47423
- flexWrap: 'wrap'
47424
- } },
47425
- React__default.createElement(Avatar, { src: study ? study.recipe.metadata.icon : '', size: 24 }),
47426
- React__default.createElement("a", { href: study ? recipeLinkFromSource(study.recipe.source) : '', target: '_blank', rel: "noreferrer", style: {
47427
- fontSize: '1.125rem',
47428
- color: 'var(--primary)'
47429
- } }, study ? study.recipe.metadata.name : '--'),
47430
- study &&
47431
- React__default.createElement(Tag, null, study.recipe.metadata.tag))),
47432
- React__default.createElement("div", { style: {
47433
- display: 'flex',
47434
- flexDirection: 'column',
47435
- } },
47436
- React__default.createElement("span", { style: {
47437
- fontWeight: 600,
47438
- } }, "Author"),
47439
- React__default.createElement("div", { style: {
47440
- display: 'flex',
47441
- alignContent: 'center',
47442
- gap: 8,
47443
- flexWrap: 'wrap'
47444
- } },
47445
- React__default.createElement(Avatar, { src: study ? study.author.picture_url : '', size: 24 }),
47446
- React__default.createElement("a", { href: study ? "/".concat(study.author.name) : '', target: '_blank', rel: "noreferrer", style: {
47447
- fontSize: '1.125rem',
47448
- color: 'var(--primary)'
47449
- } }, study ? ((_c = study.author.display_name) !== null && _c !== void 0 ? _c : study.author.name) : '--'))),
47450
- React__default.createElement("div", { style: {
47451
- display: 'flex',
47452
- flexDirection: 'column',
47453
- } },
47454
- React__default.createElement("span", { style: {
47455
- fontWeight: 600,
47456
- } }, "Usage"),
47457
- React__default.createElement("div", { style: {
47458
- display: 'flex',
47459
- alignContent: 'center',
47460
- gap: 8,
47461
- flexWrap: 'wrap'
47462
- } },
47463
- React__default.createElement(Tag, { style: {
47464
- color: 'var(--slate10)',
47465
- borderColor: 'var(--slate10)',
47466
- backgroundColor: 'var(--slate2)',
47467
- } }, study ? "".concat(formatDuration(dayjs_min.duration(study.resources_duration.cpu, 'seconds')), " CPU time") : '--'))))),
47468
- runList && study &&
47469
- React__default.createElement("div", { style: {
47470
- width: '100%',
47471
- gridArea: '2 / 1 / 2 / 3',
47472
- borderTop: '1px solid #d0d7de',
47473
- padding: '4px 8px'
47474
- } },
47475
- React__default.createElement(RunsList, { projectOwner: projectOwner, projectName: projectName, jobId: [study.id], subscribe: !_study.status.finished_at, client: client, authUser: authUser }))));
47334
+ return (React__default.createElement("div", { className: 'grid-container', style: __assign({ borderColor: (_c = (_b = statusMap[status]) === null || _b === void 0 ? void 0 : _b.color) !== null && _c !== void 0 ? _c : '#d0d7de' }, style) },
47335
+ React__default.createElement("div", { className: 'item1' },
47336
+ React__default.createElement("div", null,
47337
+ React__default.createElement(Link45deg$1, { size: 24, color: 'var(--primary3)' }),
47338
+ React__default.createElement("a", { className: 'link', href: study && (singleRun
47339
+ ? "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(singleRun.id)
47340
+ : "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id)) }, study ? (_d = study.spec.name) !== null && _d !== void 0 ? _d : "Study: ".concat(study.id) : '--'))),
47341
+ React__default.createElement("div", { className: 'item2' }, study ? dayjs_min(study.status.started_at).format('dddd[,] MMMM DD[,] YYYY [at] HH:mm:ss') : '--'),
47342
+ React__default.createElement("div", { className: 'item3' },
47343
+ (study && total == 1) && singleRun &&
47344
+ React__default.createElement("div", null,
47345
+ React__default.createElement("span", { style: { marginRight: '0.75rem' } },
47346
+ React__default.createElement("a", { className: 'link', href: "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(singleRun.id, "/workspace?path=runs/").concat(singleRun.id) },
47347
+ React__default.createElement(Folder$1, { size: 24 }))),
47348
+ React__default.createElement("a", { className: 'link', href: "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(singleRun.id, "/debug") },
47349
+ React__default.createElement(Bug$1, { size: 24 }))),
47350
+ (study && total > 1) &&
47351
+ React__default.createElement("div", null,
47352
+ React__default.createElement("span", { style: { marginRight: '0.75rem' } },
47353
+ React__default.createElement("a", { className: 'link', href: "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/workspace") },
47354
+ React__default.createElement(Folder$1, { size: 24 }))))),
47355
+ React__default.createElement("div", { className: 'item4' },
47356
+ React__default.createElement("span", { style: { marginRight: '0.75rem' } },
47357
+ React__default.createElement(Avatar, { src: study ? study.author.picture_url : '', size: 32 })),
47358
+ React__default.createElement("a", { href: study ? "/".concat(study.author.name) : '', target: '_blank', rel: "noreferrer" }, study ? ((_e = study.author.display_name) !== null && _e !== void 0 ? _e : study.author.name) : '--')),
47359
+ React__default.createElement("div", { className: 'item5' },
47360
+ React__default.createElement("span", { style: { marginRight: '0.75rem' } },
47361
+ React__default.createElement(Avatar, { src: study ? study.recipe.metadata.icon : '', size: 32 })),
47362
+ React__default.createElement("a", { href: study ? recipeLinkFromSource(study.recipe.source) : '', target: '_blank', rel: "noreferrer" }, study ? study.recipe.metadata.name : '--'),
47363
+ study && React__default.createElement("span", { className: 'light-text' }, study.recipe.metadata.tag)),
47364
+ React__default.createElement("div", { className: 'item6' }, study ? study.spec.description : '--'),
47365
+ React__default.createElement("div", { className: 'item7' },
47366
+ React__default.createElement("span", { className: 'status-label', style: { marginRight: '0.75rem' } }, study ? status.toUpperCase() : '--'),
47367
+ React__default.createElement("span", { className: 'light-text' },
47368
+ (study && total == 1) && singleRun &&
47369
+ "".concat(singleRun.meta.progress.completed, " / ").concat(singleRun.meta.progress.total, " STEPS"),
47370
+ (study && total > 1) &&
47371
+ "".concat(study.status.runs_completed, " / ").concat(total, " RUNS"))),
47372
+ React__default.createElement("div", { className: 'item8' },
47373
+ React__default.createElement("div", { style: { marginBottom: '0.5rem' } },
47374
+ React__default.createElement(Cpu$1, { size: 24, style: { marginRight: '0.75rem' } }),
47375
+ React__default.createElement("span", { className: 'light-text' }, study ? "".concat(formatDuration(dayjs_min.duration(study.resources_duration.cpu, 'seconds'))) : '--')),
47376
+ React__default.createElement("div", null,
47377
+ React__default.createElement(Clock$1, { size: 24, style: { marginRight: '0.75rem' } }),
47378
+ React__default.createElement("span", { className: 'light-text' }, study ? "".concat(formatDuration(dayjs_min.duration(study.resources_duration.memory, 'seconds'))) : '--')))));
47476
47379
  };
47477
47380
 
47478
47381
  export { APIClient, AuthUser, Avatar, Button, ComboBox, ComboFileSelector, ConditionalWrapper, ConfigureLocalRun, CreateStudy, Dropdown, FileInput, FilePreview, FormInput, GetGeometry, GetModel, InputDescription, Label, Logo, NumberInput, RadioList, RecipeInputsForm, RunCard, SelectAccount, SelectCloudArtifacts, SelectLocalArtifacts, SelectProject, SelectRecipe, SelectRun, SelectStudy, SendGeometry, SendModel, SendResults, SettingsButton, StudyCard, TextInput, Tooltip, _defaultConfig, checkDotNet, checkPollinationPanel, checkRuby, formatBytes, getDuration, getHost, getSummaryColor, recipeLinkFromSource, sendMessageDotNet, sendMessageRuby, statusMap, useAPIClient, useArtifacts, useCreateStudy, useGetGeometry, useGetHbjson, useHbjsontoVTK, useJobs, useManageSettings, useRunCommand, useRuns, useSendHbjson, useSendMessage };