pollination-react-io 1.47.0 → 1.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.esm.js +295 -315
- package/build/index.esm.js.map +1 -1
- package/build/index.js +295 -315
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -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$
|
|
7
|
-
_extends$
|
|
6
|
+
function _extends$H() {
|
|
7
|
+
_extends$H = 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$I() {
|
|
|
17
17
|
|
|
18
18
|
return target;
|
|
19
19
|
};
|
|
20
|
-
return _extends$
|
|
20
|
+
return _extends$H.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$
|
|
206
|
+
return /*#__PURE__*/ createElement($5e63c961fc1ce211$var$SlotClone, _extends$H({}, 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$
|
|
210
|
+
return /*#__PURE__*/ createElement($5e63c961fc1ce211$var$SlotClone, _extends$H({}, 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$
|
|
288
|
+
return /*#__PURE__*/ createElement(Comp, _extends$H({}, 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$
|
|
352
|
+
}, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$H({}, 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$
|
|
373
|
+
return imageLoadingStatus === 'loaded' ? /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.img, _extends$H({}, 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$
|
|
395
|
+
return canRender && context.imageLoadingStatus !== 'loaded' ? /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$H({}, fallbackProps, {
|
|
396
396
|
ref: forwardedRef
|
|
397
397
|
})) : null;
|
|
398
398
|
});
|
|
@@ -1797,20 +1797,20 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1797
1797
|
|
|
1798
1798
|
var PropTypes = propTypes$5;
|
|
1799
1799
|
|
|
1800
|
-
var _excluded$
|
|
1800
|
+
var _excluded$I = ["color", "size", "title"];
|
|
1801
1801
|
|
|
1802
|
-
function _extends$
|
|
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); }
|
|
1803
1803
|
|
|
1804
|
-
function _objectWithoutProperties$
|
|
1804
|
+
function _objectWithoutProperties$C(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; }
|
|
1805
1805
|
|
|
1806
|
-
function _objectWithoutPropertiesLoose$
|
|
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; }
|
|
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$
|
|
1811
|
+
rest = _objectWithoutProperties$C(_ref, _excluded$I);
|
|
1812
1812
|
|
|
1813
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
1813
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$G({
|
|
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$
|
|
1839
|
+
var _excluded$H = ["color", "size", "title"];
|
|
1840
1840
|
|
|
1841
|
-
function _extends$
|
|
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); }
|
|
1842
1842
|
|
|
1843
|
-
function _objectWithoutProperties$
|
|
1843
|
+
function _objectWithoutProperties$B(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; }
|
|
1844
1844
|
|
|
1845
|
-
function _objectWithoutPropertiesLoose$
|
|
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; }
|
|
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$
|
|
1850
|
+
rest = _objectWithoutProperties$B(_ref, _excluded$H);
|
|
1851
1851
|
|
|
1852
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
1852
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$F({
|
|
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$
|
|
1876
|
+
var _excluded$G = ["color", "size", "title"];
|
|
1877
1877
|
|
|
1878
|
-
function _extends$
|
|
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); }
|
|
1879
1879
|
|
|
1880
|
-
function _objectWithoutProperties$
|
|
1880
|
+
function _objectWithoutProperties$A(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; }
|
|
1881
1881
|
|
|
1882
|
-
function _objectWithoutPropertiesLoose$
|
|
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; }
|
|
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$
|
|
1887
|
+
rest = _objectWithoutProperties$A(_ref, _excluded$G);
|
|
1888
1888
|
|
|
1889
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
1889
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$E({
|
|
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$
|
|
1915
|
+
var _excluded$F = ["color", "size", "title"];
|
|
1916
1916
|
|
|
1917
|
-
function _extends$
|
|
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); }
|
|
1918
1918
|
|
|
1919
|
-
function _objectWithoutProperties$
|
|
1919
|
+
function _objectWithoutProperties$z(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; }
|
|
1920
1920
|
|
|
1921
|
-
function _objectWithoutPropertiesLoose$
|
|
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; }
|
|
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$
|
|
1926
|
+
rest = _objectWithoutProperties$z(_ref, _excluded$F);
|
|
1927
1927
|
|
|
1928
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
1928
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$D({
|
|
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$
|
|
1952
|
+
var _excluded$E = ["color", "size", "title"];
|
|
1953
1953
|
|
|
1954
|
-
function _extends$
|
|
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); }
|
|
1955
1955
|
|
|
1956
|
-
function _objectWithoutProperties$
|
|
1956
|
+
function _objectWithoutProperties$y(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; }
|
|
1957
1957
|
|
|
1958
|
-
function _objectWithoutPropertiesLoose$
|
|
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; }
|
|
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$
|
|
1963
|
+
rest = _objectWithoutProperties$y(_ref, _excluded$E);
|
|
1964
1964
|
|
|
1965
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
1965
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$C({
|
|
1966
1966
|
ref: ref,
|
|
1967
1967
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1968
1968
|
viewBox: "0 0 16 16",
|
|
@@ -1985,20 +1985,20 @@ BoundingBox.defaultProps = {
|
|
|
1985
1985
|
};
|
|
1986
1986
|
var BoundingBox$1 = BoundingBox;
|
|
1987
1987
|
|
|
1988
|
-
var _excluded$
|
|
1988
|
+
var _excluded$D = ["color", "size", "title"];
|
|
1989
1989
|
|
|
1990
|
-
function _extends$
|
|
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); }
|
|
1991
1991
|
|
|
1992
|
-
function _objectWithoutProperties$
|
|
1992
|
+
function _objectWithoutProperties$x(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; }
|
|
1993
1993
|
|
|
1994
|
-
function _objectWithoutPropertiesLoose$
|
|
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; }
|
|
1995
1995
|
var Building = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1996
1996
|
var color = _ref.color,
|
|
1997
1997
|
size = _ref.size,
|
|
1998
1998
|
title = _ref.title,
|
|
1999
|
-
rest = _objectWithoutProperties$
|
|
1999
|
+
rest = _objectWithoutProperties$x(_ref, _excluded$D);
|
|
2000
2000
|
|
|
2001
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2001
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$B({
|
|
2002
2002
|
ref: ref,
|
|
2003
2003
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2004
2004
|
viewBox: "0 0 16 16",
|
|
@@ -2024,42 +2024,6 @@ Building.defaultProps = {
|
|
|
2024
2024
|
};
|
|
2025
2025
|
var Building$1 = Building;
|
|
2026
2026
|
|
|
2027
|
-
var _excluded$D = ["color", "size", "title"];
|
|
2028
|
-
|
|
2029
|
-
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
|
-
|
|
2031
|
-
function _objectWithoutProperties$x(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
|
-
|
|
2033
|
-
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
|
-
var CaretDownFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2035
|
-
var color = _ref.color,
|
|
2036
|
-
size = _ref.size,
|
|
2037
|
-
title = _ref.title,
|
|
2038
|
-
rest = _objectWithoutProperties$x(_ref, _excluded$D);
|
|
2039
|
-
|
|
2040
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$B({
|
|
2041
|
-
ref: ref,
|
|
2042
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2043
|
-
viewBox: "0 0 16 16",
|
|
2044
|
-
width: size,
|
|
2045
|
-
height: size,
|
|
2046
|
-
fill: color
|
|
2047
|
-
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2048
|
-
d: "M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"
|
|
2049
|
-
}));
|
|
2050
|
-
});
|
|
2051
|
-
CaretDownFill.propTypes = {
|
|
2052
|
-
color: PropTypes.string,
|
|
2053
|
-
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2054
|
-
title: PropTypes.string
|
|
2055
|
-
};
|
|
2056
|
-
CaretDownFill.defaultProps = {
|
|
2057
|
-
color: 'currentColor',
|
|
2058
|
-
size: '1em',
|
|
2059
|
-
title: null
|
|
2060
|
-
};
|
|
2061
|
-
var CaretDownFill$1 = CaretDownFill;
|
|
2062
|
-
|
|
2063
2027
|
var _excluded$C = ["color", "size", "title"];
|
|
2064
2028
|
|
|
2065
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); }
|
|
@@ -2067,7 +2031,7 @@ function _extends$A() { _extends$A = Object.assign || function (target) { for (v
|
|
|
2067
2031
|
function _objectWithoutProperties$w(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
2032
|
|
|
2069
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; }
|
|
2070
|
-
var
|
|
2034
|
+
var CaretDownFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2071
2035
|
var color = _ref.color,
|
|
2072
2036
|
size = _ref.size,
|
|
2073
2037
|
title = _ref.title,
|
|
@@ -2081,22 +2045,20 @@ var CheckCircle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2081
2045
|
height: size,
|
|
2082
2046
|
fill: color
|
|
2083
2047
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2084
|
-
d: "
|
|
2085
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2086
|
-
d: "M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"
|
|
2048
|
+
d: "M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"
|
|
2087
2049
|
}));
|
|
2088
2050
|
});
|
|
2089
|
-
|
|
2051
|
+
CaretDownFill.propTypes = {
|
|
2090
2052
|
color: PropTypes.string,
|
|
2091
2053
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2092
2054
|
title: PropTypes.string
|
|
2093
2055
|
};
|
|
2094
|
-
|
|
2056
|
+
CaretDownFill.defaultProps = {
|
|
2095
2057
|
color: 'currentColor',
|
|
2096
2058
|
size: '1em',
|
|
2097
2059
|
title: null
|
|
2098
2060
|
};
|
|
2099
|
-
var
|
|
2061
|
+
var CaretDownFill$1 = CaretDownFill;
|
|
2100
2062
|
|
|
2101
2063
|
var _excluded$B = ["color", "size", "title"];
|
|
2102
2064
|
|
|
@@ -2105,7 +2067,7 @@ function _extends$z() { _extends$z = Object.assign || function (target) { for (v
|
|
|
2105
2067
|
function _objectWithoutProperties$v(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
2068
|
|
|
2107
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; }
|
|
2108
|
-
var
|
|
2070
|
+
var CheckCircle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2109
2071
|
var color = _ref.color,
|
|
2110
2072
|
size = _ref.size,
|
|
2111
2073
|
title = _ref.title,
|
|
@@ -2119,21 +2081,22 @@ var ChevronLeft = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2119
2081
|
height: size,
|
|
2120
2082
|
fill: color
|
|
2121
2083
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2122
|
-
|
|
2123
|
-
|
|
2084
|
+
d: "M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"
|
|
2085
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2086
|
+
d: "M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"
|
|
2124
2087
|
}));
|
|
2125
2088
|
});
|
|
2126
|
-
|
|
2089
|
+
CheckCircle.propTypes = {
|
|
2127
2090
|
color: PropTypes.string,
|
|
2128
2091
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2129
2092
|
title: PropTypes.string
|
|
2130
2093
|
};
|
|
2131
|
-
|
|
2094
|
+
CheckCircle.defaultProps = {
|
|
2132
2095
|
color: 'currentColor',
|
|
2133
2096
|
size: '1em',
|
|
2134
2097
|
title: null
|
|
2135
2098
|
};
|
|
2136
|
-
var
|
|
2099
|
+
var CheckCircle$1 = CheckCircle;
|
|
2137
2100
|
|
|
2138
2101
|
var _excluded$A = ["color", "size", "title"];
|
|
2139
2102
|
|
|
@@ -2142,7 +2105,7 @@ function _extends$y() { _extends$y = Object.assign || function (target) { for (v
|
|
|
2142
2105
|
function _objectWithoutProperties$u(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
2106
|
|
|
2144
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; }
|
|
2145
|
-
var
|
|
2108
|
+
var ChevronLeft = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2146
2109
|
var color = _ref.color,
|
|
2147
2110
|
size = _ref.size,
|
|
2148
2111
|
title = _ref.title,
|
|
@@ -2157,20 +2120,20 @@ var ChevronRight = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2157
2120
|
fill: color
|
|
2158
2121
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2159
2122
|
fillRule: "evenodd",
|
|
2160
|
-
d: "
|
|
2123
|
+
d: "M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"
|
|
2161
2124
|
}));
|
|
2162
2125
|
});
|
|
2163
|
-
|
|
2126
|
+
ChevronLeft.propTypes = {
|
|
2164
2127
|
color: PropTypes.string,
|
|
2165
2128
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2166
2129
|
title: PropTypes.string
|
|
2167
2130
|
};
|
|
2168
|
-
|
|
2131
|
+
ChevronLeft.defaultProps = {
|
|
2169
2132
|
color: 'currentColor',
|
|
2170
2133
|
size: '1em',
|
|
2171
2134
|
title: null
|
|
2172
2135
|
};
|
|
2173
|
-
var
|
|
2136
|
+
var ChevronLeft$1 = ChevronLeft;
|
|
2174
2137
|
|
|
2175
2138
|
var _excluded$z = ["color", "size", "title"];
|
|
2176
2139
|
|
|
@@ -2179,7 +2142,7 @@ function _extends$x() { _extends$x = Object.assign || function (target) { for (v
|
|
|
2179
2142
|
function _objectWithoutProperties$t(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
2143
|
|
|
2181
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; }
|
|
2182
|
-
var
|
|
2145
|
+
var ChevronRight = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2183
2146
|
var color = _ref.color,
|
|
2184
2147
|
size = _ref.size,
|
|
2185
2148
|
title = _ref.title,
|
|
@@ -2193,22 +2156,21 @@ var Clock = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2193
2156
|
height: size,
|
|
2194
2157
|
fill: color
|
|
2195
2158
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
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"
|
|
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"
|
|
2199
2161
|
}));
|
|
2200
2162
|
});
|
|
2201
|
-
|
|
2163
|
+
ChevronRight.propTypes = {
|
|
2202
2164
|
color: PropTypes.string,
|
|
2203
2165
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2204
2166
|
title: PropTypes.string
|
|
2205
2167
|
};
|
|
2206
|
-
|
|
2168
|
+
ChevronRight.defaultProps = {
|
|
2207
2169
|
color: 'currentColor',
|
|
2208
2170
|
size: '1em',
|
|
2209
2171
|
title: null
|
|
2210
2172
|
};
|
|
2211
|
-
var
|
|
2173
|
+
var ChevronRight$1 = ChevronRight;
|
|
2212
2174
|
|
|
2213
2175
|
var _excluded$y = ["color", "size", "title"];
|
|
2214
2176
|
|
|
@@ -2217,7 +2179,7 @@ function _extends$w() { _extends$w = Object.assign || function (target) { for (v
|
|
|
2217
2179
|
function _objectWithoutProperties$s(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; }
|
|
2218
2180
|
|
|
2219
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; }
|
|
2220
|
-
var
|
|
2182
|
+
var Clock = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2221
2183
|
var color = _ref.color,
|
|
2222
2184
|
size = _ref.size,
|
|
2223
2185
|
title = _ref.title,
|
|
@@ -2231,23 +2193,22 @@ var CloudArrowUp = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2231
2193
|
height: size,
|
|
2232
2194
|
fill: color
|
|
2233
2195
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2234
|
-
|
|
2235
|
-
d: "M7.646 5.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2z"
|
|
2196
|
+
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"
|
|
2236
2197
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2237
|
-
d: "
|
|
2198
|
+
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"
|
|
2238
2199
|
}));
|
|
2239
2200
|
});
|
|
2240
|
-
|
|
2201
|
+
Clock.propTypes = {
|
|
2241
2202
|
color: PropTypes.string,
|
|
2242
2203
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2243
2204
|
title: PropTypes.string
|
|
2244
2205
|
};
|
|
2245
|
-
|
|
2206
|
+
Clock.defaultProps = {
|
|
2246
2207
|
color: 'currentColor',
|
|
2247
2208
|
size: '1em',
|
|
2248
2209
|
title: null
|
|
2249
2210
|
};
|
|
2250
|
-
var
|
|
2211
|
+
var Clock$1 = Clock;
|
|
2251
2212
|
|
|
2252
2213
|
var _excluded$x = ["color", "size", "title"];
|
|
2253
2214
|
|
|
@@ -2256,7 +2217,7 @@ function _extends$v() { _extends$v = Object.assign || function (target) { for (v
|
|
|
2256
2217
|
function _objectWithoutProperties$r(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; }
|
|
2257
2218
|
|
|
2258
2219
|
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; }
|
|
2259
|
-
var
|
|
2220
|
+
var CloudArrowUp = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2260
2221
|
var color = _ref.color,
|
|
2261
2222
|
size = _ref.size,
|
|
2262
2223
|
title = _ref.title,
|
|
@@ -2271,22 +2232,22 @@ var CloudPlus = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2271
2232
|
fill: color
|
|
2272
2233
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2273
2234
|
fillRule: "evenodd",
|
|
2274
|
-
d: "
|
|
2235
|
+
d: "M7.646 5.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2z"
|
|
2275
2236
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2276
2237
|
d: "M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"
|
|
2277
2238
|
}));
|
|
2278
2239
|
});
|
|
2279
|
-
|
|
2240
|
+
CloudArrowUp.propTypes = {
|
|
2280
2241
|
color: PropTypes.string,
|
|
2281
2242
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2282
2243
|
title: PropTypes.string
|
|
2283
2244
|
};
|
|
2284
|
-
|
|
2245
|
+
CloudArrowUp.defaultProps = {
|
|
2285
2246
|
color: 'currentColor',
|
|
2286
2247
|
size: '1em',
|
|
2287
2248
|
title: null
|
|
2288
2249
|
};
|
|
2289
|
-
var
|
|
2250
|
+
var CloudArrowUp$1 = CloudArrowUp;
|
|
2290
2251
|
|
|
2291
2252
|
var _excluded$w = ["color", "size", "title"];
|
|
2292
2253
|
|
|
@@ -2295,7 +2256,7 @@ function _extends$u() { _extends$u = Object.assign || function (target) { for (v
|
|
|
2295
2256
|
function _objectWithoutProperties$q(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; }
|
|
2296
2257
|
|
|
2297
2258
|
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; }
|
|
2298
|
-
var
|
|
2259
|
+
var CloudPlus = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2299
2260
|
var color = _ref.color,
|
|
2300
2261
|
size = _ref.size,
|
|
2301
2262
|
title = _ref.title,
|
|
@@ -2309,20 +2270,23 @@ var Cpu = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2309
2270
|
height: size,
|
|
2310
2271
|
fill: color
|
|
2311
2272
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2312
|
-
|
|
2273
|
+
fillRule: "evenodd",
|
|
2274
|
+
d: "M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z"
|
|
2275
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2276
|
+
d: "M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"
|
|
2313
2277
|
}));
|
|
2314
2278
|
});
|
|
2315
|
-
|
|
2279
|
+
CloudPlus.propTypes = {
|
|
2316
2280
|
color: PropTypes.string,
|
|
2317
2281
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2318
2282
|
title: PropTypes.string
|
|
2319
2283
|
};
|
|
2320
|
-
|
|
2284
|
+
CloudPlus.defaultProps = {
|
|
2321
2285
|
color: 'currentColor',
|
|
2322
2286
|
size: '1em',
|
|
2323
2287
|
title: null
|
|
2324
2288
|
};
|
|
2325
|
-
var
|
|
2289
|
+
var CloudPlus$1 = CloudPlus;
|
|
2326
2290
|
|
|
2327
2291
|
var _excluded$v = ["color", "size", "title"];
|
|
2328
2292
|
|
|
@@ -2331,7 +2295,7 @@ function _extends$t() { _extends$t = Object.assign || function (target) { for (v
|
|
|
2331
2295
|
function _objectWithoutProperties$p(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; }
|
|
2332
2296
|
|
|
2333
2297
|
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; }
|
|
2334
|
-
var
|
|
2298
|
+
var Cpu = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2335
2299
|
var color = _ref.color,
|
|
2336
2300
|
size = _ref.size,
|
|
2337
2301
|
title = _ref.title,
|
|
@@ -2345,20 +2309,20 @@ var CursorText = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2345
2309
|
height: size,
|
|
2346
2310
|
fill: color
|
|
2347
2311
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2348
|
-
d: "M5
|
|
2312
|
+
d: "M5 0a.5.5 0 0 1 .5.5V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2A2.5 2.5 0 0 1 14 4.5h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14a2.5 2.5 0 0 1-2.5 2.5v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14A2.5 2.5 0 0 1 2 11.5H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2A2.5 2.5 0 0 1 4.5 2V.5A.5.5 0 0 1 5 0zm-.5 3A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 11.5 3h-7zM5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3zM6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z"
|
|
2349
2313
|
}));
|
|
2350
2314
|
});
|
|
2351
|
-
|
|
2315
|
+
Cpu.propTypes = {
|
|
2352
2316
|
color: PropTypes.string,
|
|
2353
2317
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2354
2318
|
title: PropTypes.string
|
|
2355
2319
|
};
|
|
2356
|
-
|
|
2320
|
+
Cpu.defaultProps = {
|
|
2357
2321
|
color: 'currentColor',
|
|
2358
2322
|
size: '1em',
|
|
2359
2323
|
title: null
|
|
2360
2324
|
};
|
|
2361
|
-
var
|
|
2325
|
+
var Cpu$1 = Cpu;
|
|
2362
2326
|
|
|
2363
2327
|
var _excluded$u = ["color", "size", "title"];
|
|
2364
2328
|
|
|
@@ -2367,7 +2331,7 @@ function _extends$s() { _extends$s = Object.assign || function (target) { for (v
|
|
|
2367
2331
|
function _objectWithoutProperties$o(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
2332
|
|
|
2369
2333
|
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
|
-
var
|
|
2334
|
+
var CursorText = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2371
2335
|
var color = _ref.color,
|
|
2372
2336
|
size = _ref.size,
|
|
2373
2337
|
title = _ref.title,
|
|
@@ -2381,22 +2345,20 @@ var Download = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2381
2345
|
height: size,
|
|
2382
2346
|
fill: color
|
|
2383
2347
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2384
|
-
d: "
|
|
2385
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2386
|
-
d: "M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"
|
|
2348
|
+
d: "M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566.174.099.321.198.44.286.119-.088.266-.187.44-.286A4.165 4.165 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.49 3.49 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294.387.221.926.434 1.564.434a.5.5 0 0 1 0 1 4.165 4.165 0 0 1-2.06-.566A4.561 4.561 0 0 1 8 13.65a4.561 4.561 0 0 1-.44.285 4.165 4.165 0 0 1-2.06.566.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.49 3.49 0 0 0-.436-.294A3.166 3.166 0 0 0 5.5 2.5.5.5 0 0 1 5 2zm3.352 1.355zm-.704 9.29z"
|
|
2387
2349
|
}));
|
|
2388
2350
|
});
|
|
2389
|
-
|
|
2351
|
+
CursorText.propTypes = {
|
|
2390
2352
|
color: PropTypes.string,
|
|
2391
2353
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2392
2354
|
title: PropTypes.string
|
|
2393
2355
|
};
|
|
2394
|
-
|
|
2356
|
+
CursorText.defaultProps = {
|
|
2395
2357
|
color: 'currentColor',
|
|
2396
2358
|
size: '1em',
|
|
2397
2359
|
title: null
|
|
2398
2360
|
};
|
|
2399
|
-
var
|
|
2361
|
+
var CursorText$1 = CursorText;
|
|
2400
2362
|
|
|
2401
2363
|
var _excluded$t = ["color", "size", "title"];
|
|
2402
2364
|
|
|
@@ -2405,7 +2367,7 @@ function _extends$r() { _extends$r = Object.assign || function (target) { for (v
|
|
|
2405
2367
|
function _objectWithoutProperties$n(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
2368
|
|
|
2407
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; }
|
|
2408
|
-
var
|
|
2370
|
+
var Download = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2409
2371
|
var color = _ref.color,
|
|
2410
2372
|
size = _ref.size,
|
|
2411
2373
|
title = _ref.title,
|
|
@@ -2419,22 +2381,22 @@ var EyeFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2419
2381
|
height: size,
|
|
2420
2382
|
fill: color
|
|
2421
2383
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2422
|
-
d: "
|
|
2384
|
+
d: "M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"
|
|
2423
2385
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2424
|
-
d: "
|
|
2386
|
+
d: "M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"
|
|
2425
2387
|
}));
|
|
2426
2388
|
});
|
|
2427
|
-
|
|
2389
|
+
Download.propTypes = {
|
|
2428
2390
|
color: PropTypes.string,
|
|
2429
2391
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2430
2392
|
title: PropTypes.string
|
|
2431
2393
|
};
|
|
2432
|
-
|
|
2394
|
+
Download.defaultProps = {
|
|
2433
2395
|
color: 'currentColor',
|
|
2434
2396
|
size: '1em',
|
|
2435
2397
|
title: null
|
|
2436
2398
|
};
|
|
2437
|
-
var
|
|
2399
|
+
var Download$1 = Download;
|
|
2438
2400
|
|
|
2439
2401
|
var _excluded$s = ["color", "size", "title"];
|
|
2440
2402
|
|
|
@@ -2443,7 +2405,7 @@ function _extends$q() { _extends$q = Object.assign || function (target) { for (v
|
|
|
2443
2405
|
function _objectWithoutProperties$m(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; }
|
|
2444
2406
|
|
|
2445
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; }
|
|
2446
|
-
var
|
|
2408
|
+
var EyeFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2447
2409
|
var color = _ref.color,
|
|
2448
2410
|
size = _ref.size,
|
|
2449
2411
|
title = _ref.title,
|
|
@@ -2457,20 +2419,22 @@ var Eyeglasses = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2457
2419
|
height: size,
|
|
2458
2420
|
fill: color
|
|
2459
2421
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2460
|
-
d: "
|
|
2422
|
+
d: "M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z"
|
|
2423
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2424
|
+
d: "M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"
|
|
2461
2425
|
}));
|
|
2462
2426
|
});
|
|
2463
|
-
|
|
2427
|
+
EyeFill.propTypes = {
|
|
2464
2428
|
color: PropTypes.string,
|
|
2465
2429
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2466
2430
|
title: PropTypes.string
|
|
2467
2431
|
};
|
|
2468
|
-
|
|
2432
|
+
EyeFill.defaultProps = {
|
|
2469
2433
|
color: 'currentColor',
|
|
2470
2434
|
size: '1em',
|
|
2471
2435
|
title: null
|
|
2472
2436
|
};
|
|
2473
|
-
var
|
|
2437
|
+
var EyeFill$1 = EyeFill;
|
|
2474
2438
|
|
|
2475
2439
|
var _excluded$r = ["color", "size", "title"];
|
|
2476
2440
|
|
|
@@ -2479,7 +2443,7 @@ function _extends$p() { _extends$p = Object.assign || function (target) { for (v
|
|
|
2479
2443
|
function _objectWithoutProperties$l(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
2444
|
|
|
2481
2445
|
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
|
-
var
|
|
2446
|
+
var Eyeglasses = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2483
2447
|
var color = _ref.color,
|
|
2484
2448
|
size = _ref.size,
|
|
2485
2449
|
title = _ref.title,
|
|
@@ -2493,22 +2457,20 @@ var FileEarmarkArrowUp = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2493
2457
|
height: size,
|
|
2494
2458
|
fill: color
|
|
2495
2459
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2496
|
-
d: "
|
|
2497
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2498
|
-
d: "M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"
|
|
2460
|
+
d: "M4 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm2.625.547a3 3 0 0 0-5.584.953H.5a.5.5 0 0 0 0 1h.541A3 3 0 0 0 7 8a1 1 0 0 1 2 0 3 3 0 0 0 5.959.5h.541a.5.5 0 0 0 0-1h-.541a3 3 0 0 0-5.584-.953A1.993 1.993 0 0 0 8 6c-.532 0-1.016.208-1.375.547zM14 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"
|
|
2499
2461
|
}));
|
|
2500
2462
|
});
|
|
2501
|
-
|
|
2463
|
+
Eyeglasses.propTypes = {
|
|
2502
2464
|
color: PropTypes.string,
|
|
2503
2465
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2504
2466
|
title: PropTypes.string
|
|
2505
2467
|
};
|
|
2506
|
-
|
|
2468
|
+
Eyeglasses.defaultProps = {
|
|
2507
2469
|
color: 'currentColor',
|
|
2508
2470
|
size: '1em',
|
|
2509
2471
|
title: null
|
|
2510
2472
|
};
|
|
2511
|
-
var
|
|
2473
|
+
var Eyeglasses$1 = Eyeglasses;
|
|
2512
2474
|
|
|
2513
2475
|
var _excluded$q = ["color", "size", "title"];
|
|
2514
2476
|
|
|
@@ -2517,7 +2479,7 @@ function _extends$o() { _extends$o = Object.assign || function (target) { for (v
|
|
|
2517
2479
|
function _objectWithoutProperties$k(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
2480
|
|
|
2519
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; }
|
|
2520
|
-
var
|
|
2482
|
+
var FileEarmarkArrowUp = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2521
2483
|
var color = _ref.color,
|
|
2522
2484
|
size = _ref.size,
|
|
2523
2485
|
title = _ref.title,
|
|
@@ -2531,22 +2493,22 @@ var FileEarmarkBarGraph = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2531
2493
|
height: size,
|
|
2532
2494
|
fill: color
|
|
2533
2495
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2534
|
-
d: "
|
|
2496
|
+
d: "M8.5 11.5a.5.5 0 0 1-1 0V7.707L6.354 8.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 7.707V11.5z"
|
|
2535
2497
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2536
2498
|
d: "M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"
|
|
2537
2499
|
}));
|
|
2538
2500
|
});
|
|
2539
|
-
|
|
2501
|
+
FileEarmarkArrowUp.propTypes = {
|
|
2540
2502
|
color: PropTypes.string,
|
|
2541
2503
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2542
2504
|
title: PropTypes.string
|
|
2543
2505
|
};
|
|
2544
|
-
|
|
2506
|
+
FileEarmarkArrowUp.defaultProps = {
|
|
2545
2507
|
color: 'currentColor',
|
|
2546
2508
|
size: '1em',
|
|
2547
2509
|
title: null
|
|
2548
2510
|
};
|
|
2549
|
-
var
|
|
2511
|
+
var FileEarmarkArrowUp$1 = FileEarmarkArrowUp;
|
|
2550
2512
|
|
|
2551
2513
|
var _excluded$p = ["color", "size", "title"];
|
|
2552
2514
|
|
|
@@ -2555,7 +2517,7 @@ function _extends$n() { _extends$n = Object.assign || function (target) { for (v
|
|
|
2555
2517
|
function _objectWithoutProperties$j(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
2518
|
|
|
2557
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; }
|
|
2558
|
-
var
|
|
2520
|
+
var FileEarmarkBarGraph = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2559
2521
|
var color = _ref.color,
|
|
2560
2522
|
size = _ref.size,
|
|
2561
2523
|
title = _ref.title,
|
|
@@ -2569,22 +2531,22 @@ var FileEarmarkImage = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2569
2531
|
height: size,
|
|
2570
2532
|
fill: color
|
|
2571
2533
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2572
|
-
d: "
|
|
2534
|
+
d: "M10 13.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v6zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1z"
|
|
2573
2535
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2574
|
-
d: "M14
|
|
2536
|
+
d: "M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"
|
|
2575
2537
|
}));
|
|
2576
2538
|
});
|
|
2577
|
-
|
|
2539
|
+
FileEarmarkBarGraph.propTypes = {
|
|
2578
2540
|
color: PropTypes.string,
|
|
2579
2541
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2580
2542
|
title: PropTypes.string
|
|
2581
2543
|
};
|
|
2582
|
-
|
|
2544
|
+
FileEarmarkBarGraph.defaultProps = {
|
|
2583
2545
|
color: 'currentColor',
|
|
2584
2546
|
size: '1em',
|
|
2585
2547
|
title: null
|
|
2586
2548
|
};
|
|
2587
|
-
var
|
|
2549
|
+
var FileEarmarkBarGraph$1 = FileEarmarkBarGraph;
|
|
2588
2550
|
|
|
2589
2551
|
var _excluded$o = ["color", "size", "title"];
|
|
2590
2552
|
|
|
@@ -2593,7 +2555,7 @@ function _extends$m() { _extends$m = Object.assign || function (target) { for (v
|
|
|
2593
2555
|
function _objectWithoutProperties$i(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; }
|
|
2594
2556
|
|
|
2595
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; }
|
|
2596
|
-
var
|
|
2558
|
+
var FileEarmarkImage = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2597
2559
|
var color = _ref.color,
|
|
2598
2560
|
size = _ref.size,
|
|
2599
2561
|
title = _ref.title,
|
|
@@ -2607,20 +2569,22 @@ var FileEarmark = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2607
2569
|
height: size,
|
|
2608
2570
|
fill: color
|
|
2609
2571
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2610
|
-
d: "
|
|
2572
|
+
d: "M6.502 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"
|
|
2573
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2574
|
+
d: "M14 14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5V14zM4 1a1 1 0 0 0-1 1v10l2.224-2.224a.5.5 0 0 1 .61-.075L8 11l2.157-3.02a.5.5 0 0 1 .76-.063L13 10V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4z"
|
|
2611
2575
|
}));
|
|
2612
2576
|
});
|
|
2613
|
-
|
|
2577
|
+
FileEarmarkImage.propTypes = {
|
|
2614
2578
|
color: PropTypes.string,
|
|
2615
2579
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2616
2580
|
title: PropTypes.string
|
|
2617
2581
|
};
|
|
2618
|
-
|
|
2582
|
+
FileEarmarkImage.defaultProps = {
|
|
2619
2583
|
color: 'currentColor',
|
|
2620
2584
|
size: '1em',
|
|
2621
2585
|
title: null
|
|
2622
2586
|
};
|
|
2623
|
-
var
|
|
2587
|
+
var FileEarmarkImage$1 = FileEarmarkImage;
|
|
2624
2588
|
|
|
2625
2589
|
var _excluded$n = ["color", "size", "title"];
|
|
2626
2590
|
|
|
@@ -2629,7 +2593,7 @@ function _extends$l() { _extends$l = Object.assign || function (target) { for (v
|
|
|
2629
2593
|
function _objectWithoutProperties$h(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; }
|
|
2630
2594
|
|
|
2631
2595
|
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; }
|
|
2632
|
-
var
|
|
2596
|
+
var FileEarmark = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2633
2597
|
var color = _ref.color,
|
|
2634
2598
|
size = _ref.size,
|
|
2635
2599
|
title = _ref.title,
|
|
@@ -2643,22 +2607,20 @@ var FileZip = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2643
2607
|
height: size,
|
|
2644
2608
|
fill: color
|
|
2645
2609
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2646
|
-
d: "
|
|
2647
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2648
|
-
d: "M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm5.5-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9v1H8v1h1v1H8v1h1v1H7.5V5h-1V4h1V3h-1V2h1V1z"
|
|
2610
|
+
d: "M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"
|
|
2649
2611
|
}));
|
|
2650
2612
|
});
|
|
2651
|
-
|
|
2613
|
+
FileEarmark.propTypes = {
|
|
2652
2614
|
color: PropTypes.string,
|
|
2653
2615
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2654
2616
|
title: PropTypes.string
|
|
2655
2617
|
};
|
|
2656
|
-
|
|
2618
|
+
FileEarmark.defaultProps = {
|
|
2657
2619
|
color: 'currentColor',
|
|
2658
2620
|
size: '1em',
|
|
2659
2621
|
title: null
|
|
2660
2622
|
};
|
|
2661
|
-
var
|
|
2623
|
+
var FileEarmark$1 = FileEarmark;
|
|
2662
2624
|
|
|
2663
2625
|
var _excluded$m = ["color", "size", "title"];
|
|
2664
2626
|
|
|
@@ -2667,7 +2629,7 @@ function _extends$k() { _extends$k = Object.assign || function (target) { for (v
|
|
|
2667
2629
|
function _objectWithoutProperties$g(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; }
|
|
2668
2630
|
|
|
2669
2631
|
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; }
|
|
2670
|
-
var
|
|
2632
|
+
var FileZip = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2671
2633
|
var color = _ref.color,
|
|
2672
2634
|
size = _ref.size,
|
|
2673
2635
|
title = _ref.title,
|
|
@@ -2681,21 +2643,22 @@ var FiletypeCsv = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2681
2643
|
height: size,
|
|
2682
2644
|
fill: color
|
|
2683
2645
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2684
|
-
|
|
2685
|
-
|
|
2646
|
+
d: "M6.5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.109 0l-.93-.62a1 1 0 0 1-.415-1.074l.4-1.599V7.5zm2 0h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243V7.5z"
|
|
2647
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2648
|
+
d: "M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm5.5-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9v1H8v1h1v1H8v1h1v1H7.5V5h-1V4h1V3h-1V2h1V1z"
|
|
2686
2649
|
}));
|
|
2687
2650
|
});
|
|
2688
|
-
|
|
2651
|
+
FileZip.propTypes = {
|
|
2689
2652
|
color: PropTypes.string,
|
|
2690
2653
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2691
2654
|
title: PropTypes.string
|
|
2692
2655
|
};
|
|
2693
|
-
|
|
2656
|
+
FileZip.defaultProps = {
|
|
2694
2657
|
color: 'currentColor',
|
|
2695
2658
|
size: '1em',
|
|
2696
2659
|
title: null
|
|
2697
2660
|
};
|
|
2698
|
-
var
|
|
2661
|
+
var FileZip$1 = FileZip;
|
|
2699
2662
|
|
|
2700
2663
|
var _excluded$l = ["color", "size", "title"];
|
|
2701
2664
|
|
|
@@ -2704,7 +2667,7 @@ function _extends$j() { _extends$j = Object.assign || function (target) { for (v
|
|
|
2704
2667
|
function _objectWithoutProperties$f(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; }
|
|
2705
2668
|
|
|
2706
2669
|
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; }
|
|
2707
|
-
var
|
|
2670
|
+
var FiletypeCsv = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2708
2671
|
var color = _ref.color,
|
|
2709
2672
|
size = _ref.size,
|
|
2710
2673
|
title = _ref.title,
|
|
@@ -2719,20 +2682,20 @@ var FiletypeJson = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2719
2682
|
fill: color
|
|
2720
2683
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2721
2684
|
fillRule: "evenodd",
|
|
2722
|
-
d: "M14 4.
|
|
2685
|
+
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"
|
|
2723
2686
|
}));
|
|
2724
2687
|
});
|
|
2725
|
-
|
|
2688
|
+
FiletypeCsv.propTypes = {
|
|
2726
2689
|
color: PropTypes.string,
|
|
2727
2690
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2728
2691
|
title: PropTypes.string
|
|
2729
2692
|
};
|
|
2730
|
-
|
|
2693
|
+
FiletypeCsv.defaultProps = {
|
|
2731
2694
|
color: 'currentColor',
|
|
2732
2695
|
size: '1em',
|
|
2733
2696
|
title: null
|
|
2734
2697
|
};
|
|
2735
|
-
var
|
|
2698
|
+
var FiletypeCsv$1 = FiletypeCsv;
|
|
2736
2699
|
|
|
2737
2700
|
var _excluded$k = ["color", "size", "title"];
|
|
2738
2701
|
|
|
@@ -2741,7 +2704,7 @@ function _extends$i() { _extends$i = Object.assign || function (target) { for (v
|
|
|
2741
2704
|
function _objectWithoutProperties$e(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; }
|
|
2742
2705
|
|
|
2743
2706
|
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; }
|
|
2744
|
-
var
|
|
2707
|
+
var FiletypeJson = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2745
2708
|
var color = _ref.color,
|
|
2746
2709
|
size = _ref.size,
|
|
2747
2710
|
title = _ref.title,
|
|
@@ -2756,20 +2719,20 @@ var FiletypeTxt = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2756
2719
|
fill: color
|
|
2757
2720
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2758
2721
|
fillRule: "evenodd",
|
|
2759
|
-
d: "M14 4.
|
|
2722
|
+
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"
|
|
2760
2723
|
}));
|
|
2761
2724
|
});
|
|
2762
|
-
|
|
2725
|
+
FiletypeJson.propTypes = {
|
|
2763
2726
|
color: PropTypes.string,
|
|
2764
2727
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2765
2728
|
title: PropTypes.string
|
|
2766
2729
|
};
|
|
2767
|
-
|
|
2730
|
+
FiletypeJson.defaultProps = {
|
|
2768
2731
|
color: 'currentColor',
|
|
2769
2732
|
size: '1em',
|
|
2770
2733
|
title: null
|
|
2771
2734
|
};
|
|
2772
|
-
var
|
|
2735
|
+
var FiletypeJson$1 = FiletypeJson;
|
|
2773
2736
|
|
|
2774
2737
|
var _excluded$j = ["color", "size", "title"];
|
|
2775
2738
|
|
|
@@ -2778,7 +2741,7 @@ function _extends$h() { _extends$h = Object.assign || function (target) { for (v
|
|
|
2778
2741
|
function _objectWithoutProperties$d(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; }
|
|
2779
2742
|
|
|
2780
2743
|
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; }
|
|
2781
|
-
var
|
|
2744
|
+
var FiletypeTxt = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2782
2745
|
var color = _ref.color,
|
|
2783
2746
|
size = _ref.size,
|
|
2784
2747
|
title = _ref.title,
|
|
@@ -2792,20 +2755,21 @@ var FolderFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2792
2755
|
height: size,
|
|
2793
2756
|
fill: color
|
|
2794
2757
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2795
|
-
|
|
2758
|
+
fillRule: "evenodd",
|
|
2759
|
+
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"
|
|
2796
2760
|
}));
|
|
2797
2761
|
});
|
|
2798
|
-
|
|
2762
|
+
FiletypeTxt.propTypes = {
|
|
2799
2763
|
color: PropTypes.string,
|
|
2800
2764
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2801
2765
|
title: PropTypes.string
|
|
2802
2766
|
};
|
|
2803
|
-
|
|
2767
|
+
FiletypeTxt.defaultProps = {
|
|
2804
2768
|
color: 'currentColor',
|
|
2805
2769
|
size: '1em',
|
|
2806
2770
|
title: null
|
|
2807
2771
|
};
|
|
2808
|
-
var
|
|
2772
|
+
var FiletypeTxt$1 = FiletypeTxt;
|
|
2809
2773
|
|
|
2810
2774
|
var _excluded$i = ["color", "size", "title"];
|
|
2811
2775
|
|
|
@@ -2814,7 +2778,7 @@ function _extends$g() { _extends$g = Object.assign || function (target) { for (v
|
|
|
2814
2778
|
function _objectWithoutProperties$c(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; }
|
|
2815
2779
|
|
|
2816
2780
|
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; }
|
|
2817
|
-
var
|
|
2781
|
+
var FolderFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2818
2782
|
var color = _ref.color,
|
|
2819
2783
|
size = _ref.size,
|
|
2820
2784
|
title = _ref.title,
|
|
@@ -2828,22 +2792,20 @@ var FolderPlus = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2828
2792
|
height: size,
|
|
2829
2793
|
fill: color
|
|
2830
2794
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2831
|
-
d: "
|
|
2832
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2833
|
-
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"
|
|
2795
|
+
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"
|
|
2834
2796
|
}));
|
|
2835
2797
|
});
|
|
2836
|
-
|
|
2798
|
+
FolderFill.propTypes = {
|
|
2837
2799
|
color: PropTypes.string,
|
|
2838
2800
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2839
2801
|
title: PropTypes.string
|
|
2840
2802
|
};
|
|
2841
|
-
|
|
2803
|
+
FolderFill.defaultProps = {
|
|
2842
2804
|
color: 'currentColor',
|
|
2843
2805
|
size: '1em',
|
|
2844
2806
|
title: null
|
|
2845
2807
|
};
|
|
2846
|
-
var
|
|
2808
|
+
var FolderFill$1 = FolderFill;
|
|
2847
2809
|
|
|
2848
2810
|
var _excluded$h = ["color", "size", "title"];
|
|
2849
2811
|
|
|
@@ -2852,7 +2814,7 @@ function _extends$f() { _extends$f = Object.assign || function (target) { for (v
|
|
|
2852
2814
|
function _objectWithoutProperties$b(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; }
|
|
2853
2815
|
|
|
2854
2816
|
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; }
|
|
2855
|
-
var
|
|
2817
|
+
var FolderPlus = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2856
2818
|
var color = _ref.color,
|
|
2857
2819
|
size = _ref.size,
|
|
2858
2820
|
title = _ref.title,
|
|
@@ -2866,22 +2828,22 @@ var Gear = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2866
2828
|
height: size,
|
|
2867
2829
|
fill: color
|
|
2868
2830
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2869
|
-
d: "
|
|
2831
|
+
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"
|
|
2870
2832
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2871
|
-
d: "
|
|
2833
|
+
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"
|
|
2872
2834
|
}));
|
|
2873
2835
|
});
|
|
2874
|
-
|
|
2836
|
+
FolderPlus.propTypes = {
|
|
2875
2837
|
color: PropTypes.string,
|
|
2876
2838
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2877
2839
|
title: PropTypes.string
|
|
2878
2840
|
};
|
|
2879
|
-
|
|
2841
|
+
FolderPlus.defaultProps = {
|
|
2880
2842
|
color: 'currentColor',
|
|
2881
2843
|
size: '1em',
|
|
2882
2844
|
title: null
|
|
2883
2845
|
};
|
|
2884
|
-
var
|
|
2846
|
+
var FolderPlus$1 = FolderPlus;
|
|
2885
2847
|
|
|
2886
2848
|
var _excluded$g = ["color", "size", "title"];
|
|
2887
2849
|
|
|
@@ -4130,7 +4092,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4130
4092
|
|
|
4131
4093
|
otherStateToSet = pickState(otherStateToSet);
|
|
4132
4094
|
|
|
4133
|
-
_this.internalSetState(_extends$
|
|
4095
|
+
_this.internalSetState(_extends$H({
|
|
4134
4096
|
highlightedIndex: highlightedIndex
|
|
4135
4097
|
}, otherStateToSet));
|
|
4136
4098
|
};
|
|
@@ -4147,7 +4109,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4147
4109
|
_this.selectItem = function (item, otherStateToSet, cb) {
|
|
4148
4110
|
otherStateToSet = pickState(otherStateToSet);
|
|
4149
4111
|
|
|
4150
|
-
_this.internalSetState(_extends$
|
|
4112
|
+
_this.internalSetState(_extends$H({
|
|
4151
4113
|
isOpen: _this.props.defaultIsOpen,
|
|
4152
4114
|
highlightedIndex: _this.props.defaultHighlightedIndex,
|
|
4153
4115
|
selectedItem: item,
|
|
@@ -4179,7 +4141,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4179
4141
|
// See https://github.com/downshift-js/downshift/issues/217 for more info.
|
|
4180
4142
|
|
|
4181
4143
|
if (!isStateToSetFunction && stateToSet.hasOwnProperty('inputValue')) {
|
|
4182
|
-
_this.props.onInputValueChange(stateToSet.inputValue, _extends$
|
|
4144
|
+
_this.props.onInputValueChange(stateToSet.inputValue, _extends$H({}, _this.getStateAndHelpers(), stateToSet));
|
|
4183
4145
|
}
|
|
4184
4146
|
|
|
4185
4147
|
return _this.setState(function (state) {
|
|
@@ -4227,7 +4189,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4227
4189
|
// earlier, so we'll call it now that we know what the inputValue state will be.
|
|
4228
4190
|
|
|
4229
4191
|
if (isStateToSetFunction && newStateToSet.hasOwnProperty('inputValue')) {
|
|
4230
|
-
_this.props.onInputValueChange(newStateToSet.inputValue, _extends$
|
|
4192
|
+
_this.props.onInputValueChange(newStateToSet.inputValue, _extends$H({}, _this.getStateAndHelpers(), newStateToSet));
|
|
4231
4193
|
}
|
|
4232
4194
|
|
|
4233
4195
|
return nextState;
|
|
@@ -4282,7 +4244,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4282
4244
|
var _this$getState = _this.getState(),
|
|
4283
4245
|
isOpen = _this$getState.isOpen;
|
|
4284
4246
|
|
|
4285
|
-
return _extends$
|
|
4247
|
+
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);
|
|
4286
4248
|
};
|
|
4287
4249
|
|
|
4288
4250
|
_this.keyDownHandlers = {
|
|
@@ -4375,7 +4337,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4375
4337
|
},
|
|
4376
4338
|
Escape: function Escape(event) {
|
|
4377
4339
|
event.preventDefault();
|
|
4378
|
-
this.reset(_extends$
|
|
4340
|
+
this.reset(_extends$H({
|
|
4379
4341
|
type: keyDownEscape
|
|
4380
4342
|
}, !this.state.isOpen && {
|
|
4381
4343
|
selectedItem: null,
|
|
@@ -4383,7 +4345,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4383
4345
|
}));
|
|
4384
4346
|
}
|
|
4385
4347
|
};
|
|
4386
|
-
_this.buttonKeyDownHandlers = _extends$
|
|
4348
|
+
_this.buttonKeyDownHandlers = _extends$H({}, _this.keyDownHandlers, {
|
|
4387
4349
|
' ': function _(event) {
|
|
4388
4350
|
event.preventDefault();
|
|
4389
4351
|
this.toggleMenu({
|
|
@@ -4391,7 +4353,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4391
4353
|
});
|
|
4392
4354
|
}
|
|
4393
4355
|
});
|
|
4394
|
-
_this.inputKeyDownHandlers = _extends$
|
|
4356
|
+
_this.inputKeyDownHandlers = _extends$H({}, _this.keyDownHandlers, {
|
|
4395
4357
|
Home: function Home(event) {
|
|
4396
4358
|
var _this4 = this;
|
|
4397
4359
|
|
|
@@ -4463,7 +4425,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4463
4425
|
onBlur: callAllEventHandlers(onBlur, _this.buttonHandleBlur)
|
|
4464
4426
|
};
|
|
4465
4427
|
var eventHandlers = rest.disabled ? {} : enabledEventHandlers;
|
|
4466
|
-
return _extends$
|
|
4428
|
+
return _extends$H({
|
|
4467
4429
|
type: 'button',
|
|
4468
4430
|
role: 'button',
|
|
4469
4431
|
'aria-label': isOpen ? 'close menu' : 'open menu',
|
|
@@ -4527,7 +4489,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4527
4489
|
};
|
|
4528
4490
|
|
|
4529
4491
|
_this.getLabelProps = function (props) {
|
|
4530
|
-
return _extends$
|
|
4492
|
+
return _extends$H({
|
|
4531
4493
|
htmlFor: _this.inputId,
|
|
4532
4494
|
id: _this.labelId
|
|
4533
4495
|
}, props);
|
|
@@ -4561,7 +4523,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4561
4523
|
eventHandlers = (_eventHandlers = {}, _eventHandlers[onChangeKey] = callAllEventHandlers(onChange, onInput, _this.inputHandleChange), _eventHandlers.onKeyDown = callAllEventHandlers(onKeyDown, _this.inputHandleKeyDown), _eventHandlers.onBlur = callAllEventHandlers(onBlur, _this.inputHandleBlur), _eventHandlers);
|
|
4562
4524
|
}
|
|
4563
4525
|
|
|
4564
|
-
return _extends$
|
|
4526
|
+
return _extends$H({
|
|
4565
4527
|
'aria-autocomplete': 'list',
|
|
4566
4528
|
'aria-activedescendant': isOpen && typeof highlightedIndex === 'number' && highlightedIndex >= 0 ? _this.getItemId(highlightedIndex) : null,
|
|
4567
4529
|
'aria-controls': isOpen ? _this.menuId : null,
|
|
@@ -4624,7 +4586,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4624
4586
|
_this.getMenuProps.called = true;
|
|
4625
4587
|
_this.getMenuProps.refKey = refKey;
|
|
4626
4588
|
_this.getMenuProps.suppressRefError = suppressRefError;
|
|
4627
|
-
return _extends$
|
|
4589
|
+
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);
|
|
4628
4590
|
};
|
|
4629
4591
|
|
|
4630
4592
|
_this.getItemProps = function (_temp7) {
|
|
@@ -4691,7 +4653,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4691
4653
|
var eventHandlers = rest.disabled ? {
|
|
4692
4654
|
onMouseDown: enabledEventHandlers.onMouseDown
|
|
4693
4655
|
} : enabledEventHandlers;
|
|
4694
|
-
return _extends$
|
|
4656
|
+
return _extends$H({
|
|
4695
4657
|
id: _this.getItemId(index),
|
|
4696
4658
|
role: 'option',
|
|
4697
4659
|
'aria-selected': _this.getState().highlightedIndex === index
|
|
@@ -4711,7 +4673,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4711
4673
|
|
|
4712
4674
|
_this.internalSetState(function (_ref8) {
|
|
4713
4675
|
var selectedItem = _ref8.selectedItem;
|
|
4714
|
-
return _extends$
|
|
4676
|
+
return _extends$H({
|
|
4715
4677
|
isOpen: _this.props.defaultIsOpen,
|
|
4716
4678
|
highlightedIndex: _this.props.defaultHighlightedIndex,
|
|
4717
4679
|
inputValue: _this.props.itemToString(selectedItem)
|
|
@@ -4728,7 +4690,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4728
4690
|
|
|
4729
4691
|
_this.internalSetState(function (_ref9) {
|
|
4730
4692
|
var isOpen = _ref9.isOpen;
|
|
4731
|
-
return _extends$
|
|
4693
|
+
return _extends$H({
|
|
4732
4694
|
isOpen: !isOpen
|
|
4733
4695
|
}, isOpen && {
|
|
4734
4696
|
highlightedIndex: _this.props.defaultHighlightedIndex
|
|
@@ -4767,7 +4729,7 @@ var Downshift = /*#__PURE__*/function () {
|
|
|
4767
4729
|
|
|
4768
4730
|
var resultCount = _this.getItemCount();
|
|
4769
4731
|
|
|
4770
|
-
var status = _this.props.getA11yStatusMessage(_extends$
|
|
4732
|
+
var status = _this.props.getA11yStatusMessage(_extends$H({
|
|
4771
4733
|
itemToString: _this.props.itemToString,
|
|
4772
4734
|
previousResultCount: _this.previousResultCount,
|
|
4773
4735
|
resultCount: resultCount,
|
|
@@ -5257,7 +5219,7 @@ function callOnChangeProps(action, state, newState) {
|
|
|
5257
5219
|
});
|
|
5258
5220
|
|
|
5259
5221
|
if (props.onStateChange && Object.keys(changes).length) {
|
|
5260
|
-
props.onStateChange(_extends$
|
|
5222
|
+
props.onStateChange(_extends$H({
|
|
5261
5223
|
type: type
|
|
5262
5224
|
}, changes));
|
|
5263
5225
|
}
|
|
@@ -5269,7 +5231,7 @@ function invokeOnChangeHandler(key, action, state, newState) {
|
|
|
5269
5231
|
var handler = "on" + capitalizeString(key) + "Change";
|
|
5270
5232
|
|
|
5271
5233
|
if (props[handler] && newState[key] !== undefined && newState[key] !== state[key]) {
|
|
5272
|
-
props[handler](_extends$
|
|
5234
|
+
props[handler](_extends$H({
|
|
5273
5235
|
type: type
|
|
5274
5236
|
}, newState));
|
|
5275
5237
|
}
|
|
@@ -5379,7 +5341,7 @@ function useEnhancedReducer(reducer, initialState, props) {
|
|
|
5379
5341
|
actionRef.current = action;
|
|
5380
5342
|
state = getState(state, action.props);
|
|
5381
5343
|
var changes = reducer(state, action);
|
|
5382
|
-
var newState = action.props.stateReducer(state, _extends$
|
|
5344
|
+
var newState = action.props.stateReducer(state, _extends$H({}, action, {
|
|
5383
5345
|
changes: changes
|
|
5384
5346
|
}));
|
|
5385
5347
|
return newState;
|
|
@@ -5391,7 +5353,7 @@ function useEnhancedReducer(reducer, initialState, props) {
|
|
|
5391
5353
|
|
|
5392
5354
|
var propsRef = useLatestRef$1(props);
|
|
5393
5355
|
var dispatchWithProps = useCallback(function (action) {
|
|
5394
|
-
return dispatch(_extends$
|
|
5356
|
+
return dispatch(_extends$H({
|
|
5395
5357
|
props: propsRef.current
|
|
5396
5358
|
}, action));
|
|
5397
5359
|
}, [propsRef]);
|
|
@@ -5637,7 +5599,7 @@ function useA11yMessageSetter(getA11yMessage, dependencyArray, _ref2) {
|
|
|
5637
5599
|
}
|
|
5638
5600
|
|
|
5639
5601
|
updateA11yStatus(function () {
|
|
5640
|
-
return getA11yMessage(_extends$
|
|
5602
|
+
return getA11yMessage(_extends$H({
|
|
5641
5603
|
highlightedIndex: highlightedIndex,
|
|
5642
5604
|
highlightedItem: items[highlightedIndex],
|
|
5643
5605
|
resultCount: items.length
|
|
@@ -5759,7 +5721,7 @@ function downshiftCommonReducer(state, action, stateChangeTypes) {
|
|
|
5759
5721
|
throw new Error('Reducer called without proper action type.');
|
|
5760
5722
|
}
|
|
5761
5723
|
|
|
5762
|
-
return _extends$
|
|
5724
|
+
return _extends$H({}, state, changes);
|
|
5763
5725
|
}
|
|
5764
5726
|
({
|
|
5765
5727
|
items: PropTypes.array.isRequired,
|
|
@@ -5899,7 +5861,7 @@ function getInitialState$1(props) {
|
|
|
5899
5861
|
inputValue = props.itemToString(selectedItem);
|
|
5900
5862
|
}
|
|
5901
5863
|
|
|
5902
|
-
return _extends$
|
|
5864
|
+
return _extends$H({}, initialState, {
|
|
5903
5865
|
inputValue: inputValue
|
|
5904
5866
|
});
|
|
5905
5867
|
}
|
|
@@ -5990,7 +5952,7 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
5990
5952
|
};
|
|
5991
5953
|
}
|
|
5992
5954
|
|
|
5993
|
-
var defaultProps$1$1 = _extends$
|
|
5955
|
+
var defaultProps$1$1 = _extends$H({}, defaultProps$3$1, {
|
|
5994
5956
|
getA11yStatusMessage: getA11yStatusMessage$1,
|
|
5995
5957
|
circularNavigation: true
|
|
5996
5958
|
});
|
|
@@ -6042,7 +6004,7 @@ function downshiftUseComboboxReducer(state, action) {
|
|
|
6042
6004
|
break;
|
|
6043
6005
|
|
|
6044
6006
|
case InputKeyDownEnter:
|
|
6045
|
-
changes = _extends$
|
|
6007
|
+
changes = _extends$H({}, state.isOpen && state.highlightedIndex >= 0 && {
|
|
6046
6008
|
selectedItem: props.items[state.highlightedIndex],
|
|
6047
6009
|
isOpen: getDefaultValue$1(props, 'isOpen'),
|
|
6048
6010
|
highlightedIndex: getDefaultValue$1(props, 'highlightedIndex'),
|
|
@@ -6051,7 +6013,7 @@ function downshiftUseComboboxReducer(state, action) {
|
|
|
6051
6013
|
break;
|
|
6052
6014
|
|
|
6053
6015
|
case InputKeyDownEscape:
|
|
6054
|
-
changes = _extends$
|
|
6016
|
+
changes = _extends$H({
|
|
6055
6017
|
isOpen: false,
|
|
6056
6018
|
highlightedIndex: -1
|
|
6057
6019
|
}, !state.isOpen && {
|
|
@@ -6073,7 +6035,7 @@ function downshiftUseComboboxReducer(state, action) {
|
|
|
6073
6035
|
break;
|
|
6074
6036
|
|
|
6075
6037
|
case InputBlur:
|
|
6076
|
-
changes = _extends$
|
|
6038
|
+
changes = _extends$H({
|
|
6077
6039
|
isOpen: false,
|
|
6078
6040
|
highlightedIndex: -1
|
|
6079
6041
|
}, state.highlightedIndex >= 0 && action.selectItem && {
|
|
@@ -6107,7 +6069,7 @@ function downshiftUseComboboxReducer(state, action) {
|
|
|
6107
6069
|
return downshiftCommonReducer(state, action, stateChangeTypes$1);
|
|
6108
6070
|
}
|
|
6109
6071
|
|
|
6110
|
-
return _extends$
|
|
6072
|
+
return _extends$H({}, state, changes);
|
|
6111
6073
|
}
|
|
6112
6074
|
/* eslint-enable complexity */
|
|
6113
6075
|
|
|
@@ -6125,7 +6087,7 @@ function useCombobox(userProps) {
|
|
|
6125
6087
|
|
|
6126
6088
|
validatePropTypes$1(userProps, useCombobox); // Props defaults and destructuring.
|
|
6127
6089
|
|
|
6128
|
-
var props = _extends$
|
|
6090
|
+
var props = _extends$H({}, defaultProps$1$1, userProps);
|
|
6129
6091
|
|
|
6130
6092
|
var initialIsOpen = props.initialIsOpen,
|
|
6131
6093
|
defaultIsOpen = props.defaultIsOpen,
|
|
@@ -6167,7 +6129,7 @@ function useCombobox(userProps) {
|
|
|
6167
6129
|
}, [elementIds]); // Effects.
|
|
6168
6130
|
// Sets a11y status message on changes in state.
|
|
6169
6131
|
|
|
6170
|
-
useA11yMessageSetter(getA11yStatusMessage, [isOpen, highlightedIndex, inputValue, items], _extends$
|
|
6132
|
+
useA11yMessageSetter(getA11yStatusMessage, [isOpen, highlightedIndex, inputValue, items], _extends$H({
|
|
6171
6133
|
isInitialMount: isInitialMountRef.current,
|
|
6172
6134
|
previousResultCount: previousResultCountRef.current,
|
|
6173
6135
|
items: items,
|
|
@@ -6175,7 +6137,7 @@ function useCombobox(userProps) {
|
|
|
6175
6137
|
itemToString: itemToString
|
|
6176
6138
|
}, state)); // Sets a11y status message on changes in selectedItem.
|
|
6177
6139
|
|
|
6178
|
-
useA11yMessageSetter(getA11ySelectionMessage, [selectedItem], _extends$
|
|
6140
|
+
useA11yMessageSetter(getA11ySelectionMessage, [selectedItem], _extends$H({
|
|
6179
6141
|
isInitialMount: isInitialMountRef.current,
|
|
6180
6142
|
previousResultCount: previousResultCountRef.current,
|
|
6181
6143
|
items: items,
|
|
@@ -6299,7 +6261,7 @@ function useCombobox(userProps) {
|
|
|
6299
6261
|
}, [dispatch, latest, getItemNodeFromIndex]); // Getter props.
|
|
6300
6262
|
|
|
6301
6263
|
var getLabelProps = useCallback(function (labelProps) {
|
|
6302
|
-
return _extends$
|
|
6264
|
+
return _extends$H({
|
|
6303
6265
|
id: elementIds.labelId,
|
|
6304
6266
|
htmlFor: elementIds.inputId
|
|
6305
6267
|
}, labelProps);
|
|
@@ -6319,7 +6281,7 @@ function useCombobox(userProps) {
|
|
|
6319
6281
|
suppressRefError = _ref2$suppressRefErro === void 0 ? false : _ref2$suppressRefErro;
|
|
6320
6282
|
|
|
6321
6283
|
setGetterPropCallInfo('getMenuProps', suppressRefError, refKey, menuRef);
|
|
6322
|
-
return _extends$
|
|
6284
|
+
return _extends$H((_extends2 = {}, _extends2[refKey] = handleRefs(ref, function (menuNode) {
|
|
6323
6285
|
menuRef.current = menuNode;
|
|
6324
6286
|
}), _extends2.id = elementIds.menuId, _extends2.role = 'listbox', _extends2['aria-labelledby'] = elementIds.labelId, _extends2.onMouseLeave = callAllEventHandlers(onMouseLeave, function () {
|
|
6325
6287
|
dispatch({
|
|
@@ -6376,7 +6338,7 @@ function useCombobox(userProps) {
|
|
|
6376
6338
|
}
|
|
6377
6339
|
};
|
|
6378
6340
|
|
|
6379
|
-
return _extends$
|
|
6341
|
+
return _extends$H((_extends3 = {}, _extends3[refKey] = handleRefs(ref, function (itemNode) {
|
|
6380
6342
|
if (itemNode) {
|
|
6381
6343
|
itemRefs.current[elementIds.getItemId(itemIndex)] = itemNode;
|
|
6382
6344
|
}
|
|
@@ -6405,9 +6367,9 @@ function useCombobox(userProps) {
|
|
|
6405
6367
|
}
|
|
6406
6368
|
};
|
|
6407
6369
|
|
|
6408
|
-
return _extends$
|
|
6370
|
+
return _extends$H((_extends4 = {}, _extends4[refKey] = handleRefs(ref, function (toggleButtonNode) {
|
|
6409
6371
|
toggleButtonRef.current = toggleButtonNode;
|
|
6410
|
-
}), _extends4.id = elementIds.toggleButtonId, _extends4.tabIndex = -1, _extends4), !rest.disabled && _extends$
|
|
6372
|
+
}), _extends4.id = elementIds.toggleButtonId, _extends4.tabIndex = -1, _extends4), !rest.disabled && _extends$H({}, {
|
|
6411
6373
|
onClick: callAllEventHandlers(onClick, toggleButtonHandleClick)
|
|
6412
6374
|
}), rest);
|
|
6413
6375
|
}, [dispatch, latest, elementIds]);
|
|
@@ -6468,7 +6430,7 @@ function useCombobox(userProps) {
|
|
|
6468
6430
|
eventHandlers = (_eventHandlers = {}, _eventHandlers[onChangeKey] = callAllEventHandlers(onChange, onInput, inputHandleChange), _eventHandlers.onKeyDown = callAllEventHandlers(onKeyDown, inputHandleKeyDown), _eventHandlers.onBlur = callAllEventHandlers(onBlur, inputHandleBlur), _eventHandlers);
|
|
6469
6431
|
}
|
|
6470
6432
|
|
|
6471
|
-
return _extends$
|
|
6433
|
+
return _extends$H((_extends5 = {}, _extends5[refKey] = handleRefs(ref, function (inputNode) {
|
|
6472
6434
|
inputRef.current = inputNode;
|
|
6473
6435
|
}), _extends5.id = elementIds.inputId, _extends5['aria-autocomplete'] = 'list', _extends5['aria-controls'] = elementIds.menuId, _extends5), latestState.isOpen && latestState.highlightedIndex > -1 && {
|
|
6474
6436
|
'aria-activedescendant': elementIds.getItemId(latestState.highlightedIndex)
|
|
@@ -6494,7 +6456,7 @@ function useCombobox(userProps) {
|
|
|
6494
6456
|
suppressRefError = _ref9$suppressRefErro === void 0 ? false : _ref9$suppressRefErro;
|
|
6495
6457
|
|
|
6496
6458
|
setGetterPropCallInfo('getComboboxProps', suppressRefError, refKey, comboboxRef);
|
|
6497
|
-
return _extends$
|
|
6459
|
+
return _extends$H((_extends6 = {}, _extends6[refKey] = handleRefs(ref, function (comboboxNode) {
|
|
6498
6460
|
comboboxRef.current = comboboxNode;
|
|
6499
6461
|
}), _extends6.role = 'combobox', _extends6['aria-haspopup'] = 'listbox', _extends6['aria-owns'] = elementIds.menuId, _extends6['aria-expanded'] = latest.current.state.isOpen, _extends6), rest);
|
|
6500
6462
|
}, [latest, setGetterPropCallInfo, elementIds]); // returns
|
|
@@ -6639,7 +6601,7 @@ const $89eedd556c436f6a$export$1ff3c3f08ae963c0 = /*#__PURE__*/ forwardRef((prop
|
|
|
6639
6601
|
'aria-orientation': ariaOrientation,
|
|
6640
6602
|
role: 'separator'
|
|
6641
6603
|
};
|
|
6642
|
-
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$
|
|
6604
|
+
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
|
|
6643
6605
|
"data-orientation": orientation
|
|
6644
6606
|
}, semanticProps, domProps, {
|
|
6645
6607
|
ref: forwardedRef
|
|
@@ -9158,7 +9120,7 @@ const $5cb92bef7577960e$export$177fb62ff3ec1f22 = /*#__PURE__*/ forwardRef((prop
|
|
|
9158
9120
|
return ()=>document.removeEventListener($5cb92bef7577960e$var$CONTEXT_UPDATE, handleUpdate)
|
|
9159
9121
|
;
|
|
9160
9122
|
}, []);
|
|
9161
|
-
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$
|
|
9123
|
+
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({}, layerProps, {
|
|
9162
9124
|
ref: composedRefs,
|
|
9163
9125
|
style: {
|
|
9164
9126
|
pointerEvents: isBodyPointerEventsDisabled ? isPointerEventsEnabled ? 'auto' : 'none' : undefined,
|
|
@@ -9430,7 +9392,7 @@ const $d3863c46a17e8a28$export$20e40289641fbbb6 = /*#__PURE__*/ forwardRef((prop
|
|
|
9430
9392
|
trapped,
|
|
9431
9393
|
focusScope.paused
|
|
9432
9394
|
]);
|
|
9433
|
-
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$
|
|
9395
|
+
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
|
|
9434
9396
|
tabIndex: -1
|
|
9435
9397
|
}, scopeProps, {
|
|
9436
9398
|
ref: composedRefs,
|
|
@@ -11205,7 +11167,7 @@ const arrow = options => {
|
|
|
11205
11167
|
|
|
11206
11168
|
const $7e8f5cd07187803e$export$21b07c8f274aebd5 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
11207
11169
|
const { children: children , width: width = 10 , height: height = 5 , ...arrowProps } = props;
|
|
11208
|
-
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.svg, _extends$
|
|
11170
|
+
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.svg, _extends$H({}, arrowProps, {
|
|
11209
11171
|
ref: forwardedRef,
|
|
11210
11172
|
width: width,
|
|
11211
11173
|
height: height,
|
|
@@ -11292,7 +11254,7 @@ const $cf1ac5d9fe0e8206$export$ecd4e1ccab6ed6d = /*#__PURE__*/ forwardRef((props
|
|
|
11292
11254
|
// `anchorRef` with their virtual ref in this case.
|
|
11293
11255
|
context.onAnchorChange((virtualRef === null || virtualRef === void 0 ? void 0 : virtualRef.current) || ref.current);
|
|
11294
11256
|
});
|
|
11295
|
-
return virtualRef ? null : /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$
|
|
11257
|
+
return virtualRef ? null : /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({}, anchorProps, {
|
|
11296
11258
|
ref: composedRefs
|
|
11297
11259
|
}));
|
|
11298
11260
|
});
|
|
@@ -11487,7 +11449,7 @@ const $cf1ac5d9fe0e8206$export$79d62cd4e10a3fd0 = /*#__PURE__*/ forwardRef(funct
|
|
|
11487
11449
|
}[contentContext.placedSide],
|
|
11488
11450
|
visibility: contentContext.shouldHideArrow ? 'hidden' : undefined
|
|
11489
11451
|
}
|
|
11490
|
-
}, /*#__PURE__*/ createElement($7e8f5cd07187803e$export$be92b6f5f03c0fe9, _extends$
|
|
11452
|
+
}, /*#__PURE__*/ createElement($7e8f5cd07187803e$export$be92b6f5f03c0fe9, _extends$H({}, arrowProps, {
|
|
11491
11453
|
ref: forwardedRef,
|
|
11492
11454
|
style: {
|
|
11493
11455
|
...arrowProps.style,
|
|
@@ -11698,7 +11660,7 @@ const $d7bdfb9eb0fdf311$export$8699f7c8af148338 = /*#__PURE__*/ forwardRef((prop
|
|
|
11698
11660
|
scope: props.__scopeRovingFocusGroup
|
|
11699
11661
|
}, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$var$Collection.Slot, {
|
|
11700
11662
|
scope: props.__scopeRovingFocusGroup
|
|
11701
|
-
}, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$var$RovingFocusGroupImpl, _extends$
|
|
11663
|
+
}, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$var$RovingFocusGroupImpl, _extends$H({}, props, {
|
|
11702
11664
|
ref: forwardedRef
|
|
11703
11665
|
}))));
|
|
11704
11666
|
});
|
|
@@ -11738,7 +11700,7 @@ const $d7bdfb9eb0fdf311$export$8699f7c8af148338 = /*#__PURE__*/ forwardRef((prop
|
|
|
11738
11700
|
]),
|
|
11739
11701
|
onItemShiftTab: useCallback(()=>setIsTabbingBackOut(true)
|
|
11740
11702
|
, [])
|
|
11741
|
-
}, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$
|
|
11703
|
+
}, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
|
|
11742
11704
|
tabIndex: isTabbingBackOut ? -1 : 0,
|
|
11743
11705
|
"data-orientation": orientation
|
|
11744
11706
|
}, groupProps, {
|
|
@@ -11796,7 +11758,7 @@ const $d7bdfb9eb0fdf311$export$ab9df7c53fe8454 = /*#__PURE__*/ forwardRef((props
|
|
|
11796
11758
|
id: id,
|
|
11797
11759
|
focusable: focusable,
|
|
11798
11760
|
active: active
|
|
11799
|
-
}, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$
|
|
11761
|
+
}, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$H({
|
|
11800
11762
|
tabIndex: isCurrentTabStop ? 0 : -1,
|
|
11801
11763
|
"data-orientation": context.orientation
|
|
11802
11764
|
}, itemProps, {
|
|
@@ -12707,7 +12669,7 @@ const $6cc32821e9371a1c$export$d9b273488cd8ce6f = (props)=>{
|
|
|
12707
12669
|
const $6cc32821e9371a1c$export$9fa5ebd18bee4d43 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
12708
12670
|
const { __scopeMenu: __scopeMenu , ...anchorProps } = props;
|
|
12709
12671
|
const popperScope = $6cc32821e9371a1c$var$usePopperScope(__scopeMenu);
|
|
12710
|
-
return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$b688253958b8dfe7, _extends$
|
|
12672
|
+
return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$b688253958b8dfe7, _extends$H({}, popperScope, anchorProps, {
|
|
12711
12673
|
ref: forwardedRef
|
|
12712
12674
|
}));
|
|
12713
12675
|
});
|
|
@@ -12732,9 +12694,9 @@ const $6cc32821e9371a1c$export$479f0f2f71193efe = /*#__PURE__*/ forwardRef((prop
|
|
|
12732
12694
|
present: forceMount || context.open
|
|
12733
12695
|
}, /*#__PURE__*/ createElement($6cc32821e9371a1c$var$Collection.Slot, {
|
|
12734
12696
|
scope: props.__scopeMenu
|
|
12735
|
-
}, rootContext.modal ? /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuRootContentModal, _extends$
|
|
12697
|
+
}, rootContext.modal ? /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuRootContentModal, _extends$H({}, contentProps, {
|
|
12736
12698
|
ref: forwardedRef
|
|
12737
|
-
})) : /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuRootContentNonModal, _extends$
|
|
12699
|
+
})) : /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuRootContentNonModal, _extends$H({}, contentProps, {
|
|
12738
12700
|
ref: forwardedRef
|
|
12739
12701
|
})))));
|
|
12740
12702
|
});
|
|
@@ -12746,7 +12708,7 @@ const $6cc32821e9371a1c$export$479f0f2f71193efe = /*#__PURE__*/ forwardRef((prop
|
|
|
12746
12708
|
const content = ref.current;
|
|
12747
12709
|
if (content) return hideOthers(content);
|
|
12748
12710
|
}, []);
|
|
12749
|
-
return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuContentImpl, _extends$
|
|
12711
|
+
return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuContentImpl, _extends$H({}, props, {
|
|
12750
12712
|
ref: composedRefs // we make sure we're not trapping once it's been closed
|
|
12751
12713
|
,
|
|
12752
12714
|
trapFocus: context.open // make sure to only disable pointer events when open
|
|
@@ -12763,7 +12725,7 @@ const $6cc32821e9371a1c$export$479f0f2f71193efe = /*#__PURE__*/ forwardRef((prop
|
|
|
12763
12725
|
});
|
|
12764
12726
|
const $6cc32821e9371a1c$var$MenuRootContentNonModal = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
12765
12727
|
const context = $6cc32821e9371a1c$var$useMenuContext($6cc32821e9371a1c$var$CONTENT_NAME, props.__scopeMenu);
|
|
12766
|
-
return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuContentImpl, _extends$
|
|
12728
|
+
return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuContentImpl, _extends$H({}, props, {
|
|
12767
12729
|
ref: forwardedRef,
|
|
12768
12730
|
trapFocus: false,
|
|
12769
12731
|
disableOutsidePointerEvents: false,
|
|
@@ -12872,7 +12834,7 @@ const $6cc32821e9371a1c$var$MenuRootContentNonModal = /*#__PURE__*/ forwardRef((
|
|
|
12872
12834
|
onFocusOutside: onFocusOutside,
|
|
12873
12835
|
onInteractOutside: onInteractOutside,
|
|
12874
12836
|
onDismiss: onDismiss
|
|
12875
|
-
}, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$be92b6f5f03c0fe9, _extends$
|
|
12837
|
+
}, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$be92b6f5f03c0fe9, _extends$H({
|
|
12876
12838
|
asChild: true
|
|
12877
12839
|
}, rovingFocusGroupScope, {
|
|
12878
12840
|
dir: rootContext.dir,
|
|
@@ -12884,7 +12846,7 @@ const $6cc32821e9371a1c$var$MenuRootContentNonModal = /*#__PURE__*/ forwardRef((
|
|
|
12884
12846
|
// only focus first item when using keyboard
|
|
12885
12847
|
if (!rootContext.isUsingKeyboardRef.current) event.preventDefault();
|
|
12886
12848
|
}
|
|
12887
|
-
}), /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$7c6e2c02157bb7d2, _extends$
|
|
12849
|
+
}), /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$7c6e2c02157bb7d2, _extends$H({
|
|
12888
12850
|
role: "menu",
|
|
12889
12851
|
"aria-orientation": "vertical",
|
|
12890
12852
|
"data-state": $6cc32821e9371a1c$var$getOpenState(context.open),
|
|
@@ -12938,7 +12900,7 @@ const $6cc32821e9371a1c$var$MenuRootContentNonModal = /*#__PURE__*/ forwardRef((
|
|
|
12938
12900
|
});
|
|
12939
12901
|
const $6cc32821e9371a1c$export$22a631d1f72787bb = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
12940
12902
|
const { __scopeMenu: __scopeMenu , ...groupProps } = props;
|
|
12941
|
-
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$
|
|
12903
|
+
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
|
|
12942
12904
|
role: "group"
|
|
12943
12905
|
}, groupProps, {
|
|
12944
12906
|
ref: forwardedRef
|
|
@@ -12946,7 +12908,7 @@ const $6cc32821e9371a1c$export$22a631d1f72787bb = /*#__PURE__*/ forwardRef((prop
|
|
|
12946
12908
|
});
|
|
12947
12909
|
const $6cc32821e9371a1c$export$dd37bec0e8a99143 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
12948
12910
|
const { __scopeMenu: __scopeMenu , ...labelProps } = props;
|
|
12949
|
-
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$
|
|
12911
|
+
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({}, labelProps, {
|
|
12950
12912
|
ref: forwardedRef
|
|
12951
12913
|
}));
|
|
12952
12914
|
});
|
|
@@ -12977,7 +12939,7 @@ const $6cc32821e9371a1c$export$2ce376c2cc3355c8 = /*#__PURE__*/ forwardRef((prop
|
|
|
12977
12939
|
else rootContext.onClose();
|
|
12978
12940
|
}
|
|
12979
12941
|
};
|
|
12980
|
-
return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuItemImpl, _extends$
|
|
12942
|
+
return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$MenuItemImpl, _extends$H({}, itemProps, {
|
|
12981
12943
|
ref: composedRefs,
|
|
12982
12944
|
disabled: disabled,
|
|
12983
12945
|
onClick: $e42e1063c40fb3ef$export$b9ecd428b558ff10(props.onClick, handleSelect),
|
|
@@ -13029,11 +12991,11 @@ const $6cc32821e9371a1c$export$2ce376c2cc3355c8 = /*#__PURE__*/ forwardRef((prop
|
|
|
13029
12991
|
scope: __scopeMenu,
|
|
13030
12992
|
disabled: disabled,
|
|
13031
12993
|
textValue: textValue !== null && textValue !== void 0 ? textValue : textContent
|
|
13032
|
-
}, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$6d08773d2e66f8f2, _extends$
|
|
12994
|
+
}, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$6d08773d2e66f8f2, _extends$H({
|
|
13033
12995
|
asChild: true
|
|
13034
12996
|
}, rovingFocusGroupScope, {
|
|
13035
12997
|
focusable: !disabled
|
|
13036
|
-
}), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$
|
|
12998
|
+
}), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
|
|
13037
12999
|
role: "menuitem",
|
|
13038
13000
|
"data-highlighted": isFocused ? '' : undefined,
|
|
13039
13001
|
"aria-disabled": disabled || undefined,
|
|
@@ -13063,7 +13025,7 @@ const $6cc32821e9371a1c$export$f6f243521332502d = /*#__PURE__*/ forwardRef((prop
|
|
|
13063
13025
|
return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$ItemIndicatorProvider, {
|
|
13064
13026
|
scope: props.__scopeMenu,
|
|
13065
13027
|
checked: checked
|
|
13066
|
-
}, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$2ce376c2cc3355c8, _extends$
|
|
13028
|
+
}, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$2ce376c2cc3355c8, _extends$H({
|
|
13067
13029
|
role: "menuitemcheckbox",
|
|
13068
13030
|
"aria-checked": checked
|
|
13069
13031
|
}, checkboxItemProps, {
|
|
@@ -13089,7 +13051,7 @@ const $6cc32821e9371a1c$export$ea2200c9eee416b3 = /*#__PURE__*/ forwardRef((prop
|
|
|
13089
13051
|
scope: props.__scopeMenu,
|
|
13090
13052
|
value: value,
|
|
13091
13053
|
onValueChange: handleValueChange
|
|
13092
|
-
}, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$22a631d1f72787bb, _extends$
|
|
13054
|
+
}, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$22a631d1f72787bb, _extends$H({}, groupProps, {
|
|
13093
13055
|
ref: forwardedRef
|
|
13094
13056
|
})));
|
|
13095
13057
|
});
|
|
@@ -13103,7 +13065,7 @@ const $6cc32821e9371a1c$export$69bd225e9817f6d0 = /*#__PURE__*/ forwardRef((prop
|
|
|
13103
13065
|
return /*#__PURE__*/ createElement($6cc32821e9371a1c$var$ItemIndicatorProvider, {
|
|
13104
13066
|
scope: props.__scopeMenu,
|
|
13105
13067
|
checked: checked
|
|
13106
|
-
}, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$2ce376c2cc3355c8, _extends$
|
|
13068
|
+
}, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$2ce376c2cc3355c8, _extends$H({
|
|
13107
13069
|
role: "menuitemradio",
|
|
13108
13070
|
"aria-checked": checked
|
|
13109
13071
|
}, radioItemProps, {
|
|
@@ -13128,7 +13090,7 @@ const $6cc32821e9371a1c$export$a2593e23056970a3 = /*#__PURE__*/ forwardRef((prop
|
|
|
13128
13090
|
const indicatorContext = $6cc32821e9371a1c$var$useItemIndicatorContext($6cc32821e9371a1c$var$ITEM_INDICATOR_NAME, __scopeMenu);
|
|
13129
13091
|
return /*#__PURE__*/ createElement($921a889cee6df7e8$export$99c2b779aa4e8b8b, {
|
|
13130
13092
|
present: forceMount || indicatorContext.checked
|
|
13131
|
-
}, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$
|
|
13093
|
+
}, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$H({}, itemIndicatorProps, {
|
|
13132
13094
|
ref: forwardedRef,
|
|
13133
13095
|
"data-state": $6cc32821e9371a1c$var$getCheckedState(indicatorContext.checked)
|
|
13134
13096
|
})));
|
|
@@ -13136,7 +13098,7 @@ const $6cc32821e9371a1c$export$a2593e23056970a3 = /*#__PURE__*/ forwardRef((prop
|
|
|
13136
13098
|
const $6cc32821e9371a1c$export$bcdda4773debf5fa = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
13137
13099
|
const { __scopeMenu: __scopeMenu , ...arrowProps } = props;
|
|
13138
13100
|
const popperScope = $6cc32821e9371a1c$var$usePopperScope(__scopeMenu);
|
|
13139
|
-
return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$21b07c8f274aebd5, _extends$
|
|
13101
|
+
return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$21b07c8f274aebd5, _extends$H({}, popperScope, arrowProps, {
|
|
13140
13102
|
ref: forwardedRef
|
|
13141
13103
|
}));
|
|
13142
13104
|
});
|
|
@@ -13264,7 +13226,7 @@ const $d08ef79370b62062$export$e44a253a59704894 = (props)=>{
|
|
|
13264
13226
|
setOpen
|
|
13265
13227
|
]),
|
|
13266
13228
|
modal: modal
|
|
13267
|
-
}, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$be92b6f5f03c0fe9, _extends$
|
|
13229
|
+
}, /*#__PURE__*/ createElement($6cc32821e9371a1c$export$be92b6f5f03c0fe9, _extends$H({}, menuScope, {
|
|
13268
13230
|
open: open,
|
|
13269
13231
|
onOpenChange: setOpen,
|
|
13270
13232
|
dir: dir,
|
|
@@ -13278,9 +13240,9 @@ const $d08ef79370b62062$export$d2469213b3befba9 = /*#__PURE__*/ forwardRef((prop
|
|
|
13278
13240
|
const { __scopeDropdownMenu: __scopeDropdownMenu , disabled: disabled = false , ...triggerProps } = props;
|
|
13279
13241
|
const context = $d08ef79370b62062$var$useDropdownMenuContext($d08ef79370b62062$var$TRIGGER_NAME, __scopeDropdownMenu);
|
|
13280
13242
|
const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
|
|
13281
|
-
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$b688253958b8dfe7, _extends$
|
|
13243
|
+
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$b688253958b8dfe7, _extends$H({
|
|
13282
13244
|
asChild: true
|
|
13283
|
-
}, menuScope), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$
|
|
13245
|
+
}, menuScope), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$H({
|
|
13284
13246
|
type: "button",
|
|
13285
13247
|
id: context.triggerId,
|
|
13286
13248
|
"aria-haspopup": "menu",
|
|
@@ -13322,7 +13284,7 @@ const $d08ef79370b62062$export$6e76d93a37c01248 = /*#__PURE__*/ forwardRef((prop
|
|
|
13322
13284
|
const context = $d08ef79370b62062$var$useDropdownMenuContext($d08ef79370b62062$var$CONTENT_NAME, __scopeDropdownMenu);
|
|
13323
13285
|
const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
|
|
13324
13286
|
const hasInteractedOutsideRef = useRef(false);
|
|
13325
|
-
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$7c6e2c02157bb7d2, _extends$
|
|
13287
|
+
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$7c6e2c02157bb7d2, _extends$H({
|
|
13326
13288
|
id: context.contentId,
|
|
13327
13289
|
"aria-labelledby": context.triggerId
|
|
13328
13290
|
}, menuScope, contentProps, {
|
|
@@ -13349,56 +13311,56 @@ const $d08ef79370b62062$export$6e76d93a37c01248 = /*#__PURE__*/ forwardRef((prop
|
|
|
13349
13311
|
const $d08ef79370b62062$export$246bebaba3a2f70e = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
13350
13312
|
const { __scopeDropdownMenu: __scopeDropdownMenu , ...groupProps } = props;
|
|
13351
13313
|
const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
|
|
13352
|
-
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$eb2fcfdbd7ba97d4, _extends$
|
|
13314
|
+
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$eb2fcfdbd7ba97d4, _extends$H({}, menuScope, groupProps, {
|
|
13353
13315
|
ref: forwardedRef
|
|
13354
13316
|
}));
|
|
13355
13317
|
});
|
|
13356
13318
|
const $d08ef79370b62062$export$76e48c5b57f24495 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
13357
13319
|
const { __scopeDropdownMenu: __scopeDropdownMenu , ...labelProps } = props;
|
|
13358
13320
|
const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
|
|
13359
|
-
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$b04be29aa201d4f5, _extends$
|
|
13321
|
+
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$b04be29aa201d4f5, _extends$H({}, menuScope, labelProps, {
|
|
13360
13322
|
ref: forwardedRef
|
|
13361
13323
|
}));
|
|
13362
13324
|
});
|
|
13363
13325
|
const $d08ef79370b62062$export$ed97964d1871885d = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
13364
13326
|
const { __scopeDropdownMenu: __scopeDropdownMenu , ...itemProps } = props;
|
|
13365
13327
|
const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
|
|
13366
|
-
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$6d08773d2e66f8f2, _extends$
|
|
13328
|
+
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$6d08773d2e66f8f2, _extends$H({}, menuScope, itemProps, {
|
|
13367
13329
|
ref: forwardedRef
|
|
13368
13330
|
}));
|
|
13369
13331
|
});
|
|
13370
13332
|
const $d08ef79370b62062$export$53a69729da201fa9 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
13371
13333
|
const { __scopeDropdownMenu: __scopeDropdownMenu , ...checkboxItemProps } = props;
|
|
13372
13334
|
const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
|
|
13373
|
-
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$16ce288f89fa631c, _extends$
|
|
13335
|
+
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$16ce288f89fa631c, _extends$H({}, menuScope, checkboxItemProps, {
|
|
13374
13336
|
ref: forwardedRef
|
|
13375
13337
|
}));
|
|
13376
13338
|
});
|
|
13377
13339
|
const $d08ef79370b62062$export$3323ad73d55f587e = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
13378
13340
|
const { __scopeDropdownMenu: __scopeDropdownMenu , ...radioGroupProps } = props;
|
|
13379
13341
|
const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
|
|
13380
|
-
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$a98f0dcb43a68a25, _extends$
|
|
13342
|
+
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$a98f0dcb43a68a25, _extends$H({}, menuScope, radioGroupProps, {
|
|
13381
13343
|
ref: forwardedRef
|
|
13382
13344
|
}));
|
|
13383
13345
|
});
|
|
13384
13346
|
const $d08ef79370b62062$export$e4f69b41b1637536 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
13385
13347
|
const { __scopeDropdownMenu: __scopeDropdownMenu , ...radioItemProps } = props;
|
|
13386
13348
|
const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
|
|
13387
|
-
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$371ab307eab489c0, _extends$
|
|
13349
|
+
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$371ab307eab489c0, _extends$H({}, menuScope, radioItemProps, {
|
|
13388
13350
|
ref: forwardedRef
|
|
13389
13351
|
}));
|
|
13390
13352
|
});
|
|
13391
13353
|
const $d08ef79370b62062$export$42355ae145153fb6 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
13392
13354
|
const { __scopeDropdownMenu: __scopeDropdownMenu , ...itemIndicatorProps } = props;
|
|
13393
13355
|
const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
|
|
13394
|
-
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$c3468e2714d175fa, _extends$
|
|
13356
|
+
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$c3468e2714d175fa, _extends$H({}, menuScope, itemIndicatorProps, {
|
|
13395
13357
|
ref: forwardedRef
|
|
13396
13358
|
}));
|
|
13397
13359
|
});
|
|
13398
13360
|
const $d08ef79370b62062$export$34b8980744021ec5 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
13399
13361
|
const { __scopeDropdownMenu: __scopeDropdownMenu , ...arrowProps } = props;
|
|
13400
13362
|
const menuScope = $d08ef79370b62062$var$useMenuScope(__scopeDropdownMenu);
|
|
13401
|
-
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$21b07c8f274aebd5, _extends$
|
|
13363
|
+
return /*#__PURE__*/ createElement($6cc32821e9371a1c$export$21b07c8f274aebd5, _extends$H({}, menuScope, arrowProps, {
|
|
13402
13364
|
ref: forwardedRef
|
|
13403
13365
|
}));
|
|
13404
13366
|
});
|
|
@@ -15202,7 +15164,7 @@ const $409067139f391064$export$6eb0f7ddcda6131f = /*#__PURE__*/ forwardRef((prop
|
|
|
15202
15164
|
, [
|
|
15203
15165
|
setOpen
|
|
15204
15166
|
])
|
|
15205
|
-
}, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$
|
|
15167
|
+
}, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
|
|
15206
15168
|
"data-state": $409067139f391064$var$getState(open),
|
|
15207
15169
|
"data-disabled": disabled ? '' : undefined
|
|
15208
15170
|
}, collapsibleProps, {
|
|
@@ -15215,7 +15177,7 @@ const $409067139f391064$export$6eb0f7ddcda6131f = /*#__PURE__*/ forwardRef((prop
|
|
|
15215
15177
|
const $409067139f391064$export$c135dce7b15bbbdc = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
15216
15178
|
const { __scopeCollapsible: __scopeCollapsible , ...triggerProps } = props;
|
|
15217
15179
|
const context = $409067139f391064$var$useCollapsibleContext($409067139f391064$var$TRIGGER_NAME, __scopeCollapsible);
|
|
15218
|
-
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$
|
|
15180
|
+
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$H({
|
|
15219
15181
|
type: "button",
|
|
15220
15182
|
"aria-controls": context.contentId,
|
|
15221
15183
|
"aria-expanded": context.open || false,
|
|
@@ -15235,7 +15197,7 @@ const $409067139f391064$export$aadde00976f34151 = /*#__PURE__*/ forwardRef((prop
|
|
|
15235
15197
|
const context = $409067139f391064$var$useCollapsibleContext($409067139f391064$var$CONTENT_NAME, props.__scopeCollapsible);
|
|
15236
15198
|
return /*#__PURE__*/ createElement($921a889cee6df7e8$export$99c2b779aa4e8b8b, {
|
|
15237
15199
|
present: forceMount || context.open
|
|
15238
|
-
}, ({ present: present })=>/*#__PURE__*/ createElement($409067139f391064$var$CollapsibleContentImpl, _extends$
|
|
15200
|
+
}, ({ present: present })=>/*#__PURE__*/ createElement($409067139f391064$var$CollapsibleContentImpl, _extends$H({}, contentProps, {
|
|
15239
15201
|
ref: forwardedRef,
|
|
15240
15202
|
present: present
|
|
15241
15203
|
}))
|
|
@@ -15291,7 +15253,7 @@ const $409067139f391064$export$aadde00976f34151 = /*#__PURE__*/ forwardRef((prop
|
|
|
15291
15253
|
context.open,
|
|
15292
15254
|
present
|
|
15293
15255
|
]);
|
|
15294
|
-
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$
|
|
15256
|
+
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
|
|
15295
15257
|
"data-state": $409067139f391064$var$getState(context.open),
|
|
15296
15258
|
"data-disabled": context.disabled ? '' : undefined,
|
|
15297
15259
|
id: context.contentId,
|
|
@@ -15500,7 +15462,7 @@ const $ce77a8961b41be9e$export$d7b12c4107be0d61 = /*#__PURE__*/ forwardRef((prop
|
|
|
15500
15462
|
scope: __scopeRadio,
|
|
15501
15463
|
checked: checked,
|
|
15502
15464
|
disabled: disabled
|
|
15503
|
-
}, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$
|
|
15465
|
+
}, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$H({
|
|
15504
15466
|
type: "button",
|
|
15505
15467
|
role: "radio",
|
|
15506
15468
|
"aria-checked": checked,
|
|
@@ -15543,7 +15505,7 @@ const $ce77a8961b41be9e$export$d35a9ffa9a04f9e7 = /*#__PURE__*/ forwardRef((prop
|
|
|
15543
15505
|
const context = $ce77a8961b41be9e$var$useRadioContext($ce77a8961b41be9e$var$INDICATOR_NAME, __scopeRadio);
|
|
15544
15506
|
return /*#__PURE__*/ createElement($921a889cee6df7e8$export$99c2b779aa4e8b8b, {
|
|
15545
15507
|
present: forceMount || context.checked
|
|
15546
|
-
}, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$
|
|
15508
|
+
}, /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$H({
|
|
15547
15509
|
"data-state": $ce77a8961b41be9e$var$getState(context.checked),
|
|
15548
15510
|
"data-disabled": context.disabled ? '' : undefined
|
|
15549
15511
|
}, indicatorProps, {
|
|
@@ -15572,7 +15534,7 @@ const $ce77a8961b41be9e$export$d35a9ffa9a04f9e7 = /*#__PURE__*/ forwardRef((prop
|
|
|
15572
15534
|
checked,
|
|
15573
15535
|
bubbles
|
|
15574
15536
|
]);
|
|
15575
|
-
return /*#__PURE__*/ createElement("input", _extends$
|
|
15537
|
+
return /*#__PURE__*/ createElement("input", _extends$H({
|
|
15576
15538
|
type: "radio",
|
|
15577
15539
|
"aria-hidden": true,
|
|
15578
15540
|
defaultChecked: checked
|
|
@@ -15627,13 +15589,13 @@ const $f99a8c78507165f7$export$a98f0dcb43a68a25 = /*#__PURE__*/ forwardRef((prop
|
|
|
15627
15589
|
required: required,
|
|
15628
15590
|
value: value,
|
|
15629
15591
|
onValueChange: setValue
|
|
15630
|
-
}, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$be92b6f5f03c0fe9, _extends$
|
|
15592
|
+
}, /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$be92b6f5f03c0fe9, _extends$H({
|
|
15631
15593
|
asChild: true
|
|
15632
15594
|
}, rovingFocusGroupScope, {
|
|
15633
15595
|
orientation: orientation,
|
|
15634
15596
|
dir: direction,
|
|
15635
15597
|
loop: loop
|
|
15636
|
-
}), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$
|
|
15598
|
+
}), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends$H({
|
|
15637
15599
|
role: "radiogroup",
|
|
15638
15600
|
"aria-required": required,
|
|
15639
15601
|
"aria-orientation": orientation,
|
|
@@ -15668,12 +15630,12 @@ const $f99a8c78507165f7$export$9f866c100ef519e4 = /*#__PURE__*/ forwardRef((prop
|
|
|
15668
15630
|
document.removeEventListener('keyup', handleKeyUp);
|
|
15669
15631
|
};
|
|
15670
15632
|
}, []);
|
|
15671
|
-
return /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$6d08773d2e66f8f2, _extends$
|
|
15633
|
+
return /*#__PURE__*/ createElement($d7bdfb9eb0fdf311$export$6d08773d2e66f8f2, _extends$H({
|
|
15672
15634
|
asChild: true
|
|
15673
15635
|
}, rovingFocusGroupScope, {
|
|
15674
15636
|
focusable: !disabled,
|
|
15675
15637
|
active: checked
|
|
15676
|
-
}), /*#__PURE__*/ createElement($ce77a8961b41be9e$export$d7b12c4107be0d61, _extends$
|
|
15638
|
+
}), /*#__PURE__*/ createElement($ce77a8961b41be9e$export$d7b12c4107be0d61, _extends$H({
|
|
15677
15639
|
disabled: disabled,
|
|
15678
15640
|
required: context.required,
|
|
15679
15641
|
checked: checked
|
|
@@ -15699,7 +15661,7 @@ const $f99a8c78507165f7$export$9f866c100ef519e4 = /*#__PURE__*/ forwardRef((prop
|
|
|
15699
15661
|
const $f99a8c78507165f7$export$5fb54c671a65c88 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
15700
15662
|
const { __scopeRadioGroup: __scopeRadioGroup , ...indicatorProps } = props;
|
|
15701
15663
|
const radioScope = $f99a8c78507165f7$var$useRadioScope(__scopeRadioGroup);
|
|
15702
|
-
return /*#__PURE__*/ createElement($ce77a8961b41be9e$export$d35a9ffa9a04f9e7, _extends$
|
|
15664
|
+
return /*#__PURE__*/ createElement($ce77a8961b41be9e$export$d35a9ffa9a04f9e7, _extends$H({}, radioScope, indicatorProps, {
|
|
15703
15665
|
ref: forwardedRef
|
|
15704
15666
|
}));
|
|
15705
15667
|
});
|
|
@@ -15809,7 +15771,7 @@ var TextInput = function (_a) {
|
|
|
15809
15771
|
};
|
|
15810
15772
|
|
|
15811
15773
|
const $ea1ef594cf570d83$export$439d29a4e110a164 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
15812
|
-
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$
|
|
15774
|
+
return /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.span, _extends$H({}, props, {
|
|
15813
15775
|
ref: forwardedRef,
|
|
15814
15776
|
style: {
|
|
15815
15777
|
// See: https://github.com/twbs/bootstrap/blob/master/scss/mixins/_screen-reader.scss
|
|
@@ -15944,9 +15906,9 @@ const $a093c7e1ec25a057$export$8c610744efcf8a1d = /*#__PURE__*/ forwardRef((prop
|
|
|
15944
15906
|
}, [
|
|
15945
15907
|
handlePointerUp
|
|
15946
15908
|
]);
|
|
15947
|
-
return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$b688253958b8dfe7, _extends$
|
|
15909
|
+
return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$b688253958b8dfe7, _extends$H({
|
|
15948
15910
|
asChild: true
|
|
15949
|
-
}, popperScope), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$
|
|
15911
|
+
}, popperScope), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends$H({
|
|
15950
15912
|
// We purposefully avoid adding `type=button` here because tooltip triggers are also
|
|
15951
15913
|
// commonly anchors and the anchor `type` attribute signifies MIME type.
|
|
15952
15914
|
"aria-describedby": context.open ? context.contentId : undefined,
|
|
@@ -15997,11 +15959,11 @@ const $a093c7e1ec25a057$export$e9003e2be37ec060 = /*#__PURE__*/ forwardRef((prop
|
|
|
15997
15959
|
const context = $a093c7e1ec25a057$var$useTooltipContext($a093c7e1ec25a057$var$CONTENT_NAME, props.__scopeTooltip);
|
|
15998
15960
|
return /*#__PURE__*/ createElement($921a889cee6df7e8$export$99c2b779aa4e8b8b, {
|
|
15999
15961
|
present: forceMount || context.open
|
|
16000
|
-
}, context.disableHoverableContent ? /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentImpl, _extends$
|
|
15962
|
+
}, context.disableHoverableContent ? /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentImpl, _extends$H({
|
|
16001
15963
|
side: side
|
|
16002
15964
|
}, contentProps, {
|
|
16003
15965
|
ref: forwardedRef
|
|
16004
|
-
})) : /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentHoverable, _extends$
|
|
15966
|
+
})) : /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentHoverable, _extends$H({
|
|
16005
15967
|
side: side
|
|
16006
15968
|
}, contentProps, {
|
|
16007
15969
|
ref: forwardedRef
|
|
@@ -16100,7 +16062,7 @@ const $a093c7e1ec25a057$var$TooltipContentHoverable = /*#__PURE__*/ forwardRef((
|
|
|
16100
16062
|
onClose,
|
|
16101
16063
|
handleRemoveGraceArea
|
|
16102
16064
|
]);
|
|
16103
|
-
return /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentImpl, _extends$
|
|
16065
|
+
return /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentImpl, _extends$H({}, props, {
|
|
16104
16066
|
ref: composedRefs
|
|
16105
16067
|
}));
|
|
16106
16068
|
});
|
|
@@ -16145,7 +16107,7 @@ const $a093c7e1ec25a057$var$TooltipContentImpl = /*#__PURE__*/ forwardRef((props
|
|
|
16145
16107
|
onFocusOutside: (event)=>event.preventDefault()
|
|
16146
16108
|
,
|
|
16147
16109
|
onDismiss: onClose
|
|
16148
|
-
}, /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$7c6e2c02157bb7d2, _extends$
|
|
16110
|
+
}, /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$7c6e2c02157bb7d2, _extends$H({
|
|
16149
16111
|
"data-state": context.stateAttribute
|
|
16150
16112
|
}, popperScope, contentProps, {
|
|
16151
16113
|
ref: forwardedRef,
|
|
@@ -16170,7 +16132,7 @@ const $a093c7e1ec25a057$export$c27ee0ad710f7559 = /*#__PURE__*/ forwardRef((prop
|
|
|
16170
16132
|
const popperScope = $a093c7e1ec25a057$var$usePopperScope(__scopeTooltip);
|
|
16171
16133
|
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
|
|
16172
16134
|
// prevent issues in positioning the arrow due to the duplicate
|
|
16173
|
-
return visuallyHiddenContentContext.isInside ? null : /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$21b07c8f274aebd5, _extends$
|
|
16135
|
+
return visuallyHiddenContentContext.isInside ? null : /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$21b07c8f274aebd5, _extends$H({}, popperScope, arrowProps, {
|
|
16174
16136
|
ref: forwardedRef
|
|
16175
16137
|
}));
|
|
16176
16138
|
});
|
|
@@ -47070,7 +47032,7 @@ var JobTabs;
|
|
|
47070
47032
|
JobTabs["workspace"] = "workspace";
|
|
47071
47033
|
})(JobTabs || (JobTabs = {}));
|
|
47072
47034
|
|
|
47073
|
-
var css_248z$4 = ":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: accountprj;\n font-size: 1rem;\n font-weight: 500;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item2 {\n grid-area: runworkspacedebug;\n text-align: right !important;\n font-size: 1.25rem;\n white-space: nowrap;\n}\n\n.item3 {\n grid-area: studyrun;\n font-size: 1.25rem;\n font-weight: 500;\n white-space: wrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item4 {\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 text-align: right !important;\n}\n\n.item5 {\n grid-area: author;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item6 {\n grid-area: recipe;\n white-space: wrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item7 {\n grid-area: description;\n white-space: wrap;\n color: var(--slate10);\n font-size: 0.9rem;\n}\n\n.item8 {\n grid-area: status;\n font-size: 0.9rem;\n}\n\n.status-label {\n font-weight: 500;\n}\n\n.item9 {\n grid-area: time;\n text-align: right !important;\n white-space: wrap;\n}\n\n.item10 {\n grid-area: cpu;\n text-align: right !important;\n white-space: wrap;\n}\n\n.link {\n text-decoration: none;\n color: var(--primary3);\n}\n\n.link:hover {\n color: var(--primary3);\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: \"accountprj accountprj accountprj accountprj
|
|
47035
|
+
var css_248z$4 = ":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: accountprj;\n font-size: 1rem;\n font-weight: 500;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item2 {\n grid-area: runworkspacedebug;\n text-align: right !important;\n font-size: 1.25rem;\n white-space: nowrap;\n}\n\n.item3 {\n grid-area: studyrun;\n font-size: 1.25rem;\n font-weight: 500;\n white-space: wrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item4 {\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 text-align: right !important;\n}\n\n.item5 {\n grid-area: author;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item6 {\n grid-area: recipe;\n white-space: wrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item7 {\n grid-area: description;\n white-space: wrap;\n color: var(--slate10);\n font-size: 0.9rem;\n}\n\n.item8 {\n grid-area: status;\n font-size: 0.9rem;\n}\n\n.status-label {\n font-weight: 500;\n}\n\n.item9 {\n grid-area: time;\n text-align: right !important;\n white-space: wrap;\n}\n\n.item10 {\n grid-area: cpu;\n text-align: right !important;\n white-space: wrap;\n}\n\n.link {\n text-decoration: none;\n color: var(--primary3);\n}\n\n.link:hover {\n color: var(--primary3);\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: \"accountprj accountprj accountprj accountprj runworkspacedebug runworkspacedebug\" \"studyrun studyrun studyrun studyrun date date\" \"author recipe recipe recipe recipe recipe\" \"status status status status cpu time\" \"description description description description description description\";\n gap: 0.35rem;\n border: 0.1rem solid;\n align-items: center;\n padding: 0.35rem;\n transition: box-shadow 0.3s ease 0s, border-color 0.3s ease 0s;\n grid-template-rows: 52px 38px 46px 46px auto;\n border-radius: 6px;\n line-height: 1.5;\n}\n\n.grid-container:hover {\n box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px -2px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.09) 0px 5px 12px 4px;\n cursor: pointer;\n}\n\n.disable-click {\n box-shadow: none !important;\n cursor: default !important;\n}\n\n.grid-container > div {\n text-align: left;\n padding: 1rem;\n vertical-align: middle;\n}\n\n.description-expander {\n all: unset;\n}\n\n.description-expander:focus {\n outline: 0 !important;\n}\n\n@media (max-width: 600px) {\n .grid-container {\n display: grid;\n grid-template-areas: \"accountprj accountprj accountprj accountprj runworkspacedebug runworkspacedebug\" \"studyrun studyrun studyrun studyrun studyrun studyrun\" \"date date date date date date\" \"author author author recipe recipe recipe\" \"status status status status status status\" \"time time time cpu cpu cpu\" \"description description description description description description\";\n gap: 0.35rem;\n border: 0.1rem solid;\n align-items: center;\n padding: 0.15rem;\n transition: box-shadow 0.3s;\n grid-template-rows: 52px 52px 32px 32px 32px 32px auto;\n }\n .item1 {\n text-align: left !important;\n }\n .item2 {\n text-align: right !important;\n font-size: 1rem;\n white-space: nowrap;\n }\n .item3, .item4 {\n text-align: center !important;\n }\n .item5 {\n font-size: 0.8rem;\n }\n .item6 {\n white-space: nowrap;\n font-size: 0.8rem;\n }\n .item7 {\n font-size: 0.8rem;\n text-align: center !important;\n }\n .item8 {\n font-size: 1rem;\n text-align: center !important;\n }\n .item9 {\n text-align: left !important;\n font-size: 1rem;\n white-space: nowrap;\n }\n .item10 {\n text-align: right !important;\n }\n .grid-container > div {\n text-align: left;\n vertical-align: middle;\n }\n}\n.blink-effect {\n animation: blinker 2s linear infinite;\n}\n\n@keyframes blinker {\n 50% {\n border: 0.1rem solid white;\n }\n}";
|
|
47074
47036
|
styleInject(css_248z$4);
|
|
47075
47037
|
|
|
47076
47038
|
var IconContext = /*#__PURE__*/createContext({});
|
|
@@ -48495,6 +48457,19 @@ var PartitionOutlined = function PartitionOutlined(props, ref) {
|
|
|
48495
48457
|
PartitionOutlined.displayName = 'PartitionOutlined';
|
|
48496
48458
|
var PartitionOutlined$1 = /*#__PURE__*/React.forwardRef(PartitionOutlined);
|
|
48497
48459
|
|
|
48460
|
+
// This icon file is generated automatically.
|
|
48461
|
+
var SettingOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M924.8 625.7l-65.5-56c3.1-19 4.7-38.4 4.7-57.8s-1.6-38.8-4.7-57.8l65.5-56a32.03 32.03 0 009.3-35.2l-.9-2.6a443.74 443.74 0 00-79.7-137.9l-1.8-2.1a32.12 32.12 0 00-35.1-9.5l-81.3 28.9c-30-24.6-63.5-44-99.7-57.6l-15.7-85a32.05 32.05 0 00-25.8-25.7l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 00-25.8 25.7l-15.8 85.4a351.86 351.86 0 00-99 57.4l-81.9-29.1a32 32 0 00-35.1 9.5l-1.8 2.1a446.02 446.02 0 00-79.7 137.9l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.3 56.6c-3.1 18.8-4.6 38-4.6 57.1 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 00-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1a32.12 32.12 0 0035.1 9.5l81.9-29.1c29.8 24.5 63.1 43.9 99 57.4l15.8 85.4a32.05 32.05 0 0025.8 25.7l2.7.5a449.4 449.4 0 00159 0l2.7-.5a32.05 32.05 0 0025.8-25.7l15.7-85a350 350 0 0099.7-57.6l81.3 28.9a32 32 0 0035.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c4.5-12.3.8-26.3-9.3-35zM788.3 465.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 01-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97a377.5 377.5 0 01-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9zM512 326c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 01512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 01400 502c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 01624 502c0 29.9-11.7 58-32.8 79.2z" } }] }, "name": "setting", "theme": "outlined" };
|
|
48462
|
+
var SettingOutlinedSvg = SettingOutlined$2;
|
|
48463
|
+
|
|
48464
|
+
var SettingOutlined = function SettingOutlined(props, ref) {
|
|
48465
|
+
return /*#__PURE__*/React.createElement(AntdIcon, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
48466
|
+
ref: ref,
|
|
48467
|
+
icon: SettingOutlinedSvg
|
|
48468
|
+
}));
|
|
48469
|
+
};
|
|
48470
|
+
SettingOutlined.displayName = 'SettingOutlined';
|
|
48471
|
+
var SettingOutlined$1 = /*#__PURE__*/React.forwardRef(SettingOutlined);
|
|
48472
|
+
|
|
48498
48473
|
var _excluded = ["className", "component", "viewBox", "spin", "rotate", "tabIndex", "onClick", "children"];
|
|
48499
48474
|
var Icon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
48500
48475
|
var className = props.className,
|
|
@@ -48767,14 +48742,15 @@ var StudyCard = function (_a) {
|
|
|
48767
48742
|
? '#40a9ff' : '#000') } }))),
|
|
48768
48743
|
canWrite && React__default.createElement(React__default.Fragment, null,
|
|
48769
48744
|
React__default.createElement("span", { title: 'See study actions' },
|
|
48770
|
-
React__default.createElement(
|
|
48745
|
+
React__default.createElement(SettingOutlined$1, { className: 'link', onMouseOver: function (e) { return toggleHover('settings', true); }, onMouseLeave: function (e) { return toggleHover('settings', false); }, onClick: function (e) {
|
|
48771
48746
|
e.stopPropagation();
|
|
48772
48747
|
setSeeAction(function (prev) { return !prev; });
|
|
48773
48748
|
setSeeDescription(false);
|
|
48774
|
-
}, style: {
|
|
48749
|
+
}, style: {
|
|
48775
48750
|
cursor: 'pointer',
|
|
48776
48751
|
color: "".concat((hover.settings)
|
|
48777
|
-
? '#40a9ff' : '#000')
|
|
48752
|
+
? '#40a9ff' : '#000')
|
|
48753
|
+
} }))))),
|
|
48778
48754
|
React__default.createElement("div", { className: 'item3' },
|
|
48779
48755
|
React__default.createElement("div", null,
|
|
48780
48756
|
study ? (_g = study.spec.name) !== null && _g !== void 0 ? _g : "Study: ".concat(study.id) : '--',
|
|
@@ -49012,14 +48988,15 @@ var RunCard = function (_a) {
|
|
|
49012
48988
|
: '#000') } }))),
|
|
49013
48989
|
canWrite && React__default.createElement(React__default.Fragment, null,
|
|
49014
48990
|
React__default.createElement("span", { title: 'See study actions' },
|
|
49015
|
-
React__default.createElement(
|
|
48991
|
+
React__default.createElement(SettingOutlined$1, { className: 'link', onMouseOver: function (e) { return toggleHover('settings', true); }, onMouseLeave: function (e) { return toggleHover('settings', false); }, onClick: function (e) {
|
|
49016
48992
|
e.stopPropagation();
|
|
49017
48993
|
setSeeAction(function (prev) { return !prev; });
|
|
49018
48994
|
setSeeDescription(false);
|
|
49019
|
-
}, style: {
|
|
48995
|
+
}, style: {
|
|
49020
48996
|
cursor: 'pointer',
|
|
49021
48997
|
color: "".concat((hover.settings)
|
|
49022
|
-
? '#40a9ff' : '#000')
|
|
48998
|
+
? '#40a9ff' : '#000')
|
|
48999
|
+
} }))))),
|
|
49023
49000
|
React__default.createElement("div", { className: 'item3' },
|
|
49024
49001
|
React__default.createElement("div", null,
|
|
49025
49002
|
React__default.createElement("a", { className: 'link', href: projectName && study && "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id), title: 'Go to study page', onMouseOver: function (e) { return toggleHover('study', true); }, onMouseLeave: function (e) { return toggleHover('study', false); }, style: { color: "".concat(hover.study
|
|
@@ -49372,7 +49349,7 @@ var RunDetails = function (_a) {
|
|
|
49372
49349
|
React__default.createElement(RunContent, { title: 'Extra Inputs', inputData: extraInputs, projectName: projectName, projectOwner: projectOwner, studyId: run.status.job_id, runId: run.id || runId, client: client, style: style, getFileCard: getFileCard, getFolderCard: getFolderCard })));
|
|
49373
49350
|
};
|
|
49374
49351
|
|
|
49375
|
-
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.run-count {\n grid-area: runcount;\n font-size: 1rem;\n font-weight: 500;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.run-link {\n grid-area: runlink;\n text-align: right !important;\n font-size: 1rem;\n white-space: nowrap;\n}\n\n.run-details {\n grid-area: rundetails;\n font-size: 0.9rem;\n}\n\n.study-run-container {\n display: grid;\n grid-template-areas: \"runcount runcount
|
|
49352
|
+
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.run-count {\n grid-area: runcount;\n font-size: 1rem;\n font-weight: 500;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.run-progress {\n grid-area: runprogress;\n text-align: center !important;\n font-size: 1rem;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.run-link {\n grid-area: runlink;\n text-align: right !important;\n font-size: 1rem;\n white-space: nowrap;\n}\n\n.run-details {\n grid-area: rundetails;\n font-size: 0.9rem;\n}\n\n.study-run-container {\n display: grid;\n grid-template-areas: \"runcount runcount runprogress runprogress runlink runlink\" \"rundetails rundetails rundetails rundetails rundetails rundetails\";\n gap: 0.35rem;\n border: 0.1rem solid;\n align-items: center;\n padding: 0.75rem;\n transition: box-shadow 0.3s ease 0s, border-color 0.3s ease 0s;\n grid-template-rows: 12px auto;\n border-radius: 6px;\n line-height: 1.5;\n}\n\n.study-run-container:hover {\n cursor: pointer;\n box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px -2px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.09) 0px 5px 12px 4px;\n}\n\n.run-navigator {\n display: grid;\n grid-template-columns: min-content auto min-content min-content;\n grid-auto-rows: auto;\n align-items: center;\n grid-gap: 0.9rem;\n}\n\n.run-pg-input {\n margin: 0 4px 0 4px;\n padding: 8px 8px;\n text-align: center;\n color: rgba(0, 0, 0, 0.8509803922);\n width: min-content;\n border-radius: 2px;\n font-size: 12px;\n border: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.container-scroll {\n display: inline-flex;\n flex-direction: row;\n overflow-x: auto;\n width: 100%;\n}\n\n.blink-effect {\n animation: blinker 2s linear infinite;\n}\n\n@keyframes blinker {\n 50% {\n border: 0.1rem solid white;\n }\n}";
|
|
49376
49353
|
styleInject(css_248z);
|
|
49377
49354
|
|
|
49378
49355
|
var RunRow = function (_a) {
|
|
@@ -49396,10 +49373,13 @@ var RunRow = function (_a) {
|
|
|
49396
49373
|
return (__assign(__assign({}, prevHover), (_a = {}, _a[id] = value, _a)));
|
|
49397
49374
|
});
|
|
49398
49375
|
}, [hover]);
|
|
49399
|
-
return React__default.createElement("div", { style: __assign(__assign({}, style), { margin: '10px 0 0 0', borderColor: (_c = (_b = statusMap[run.status.status]) === null || _b === void 0 ? void 0 : _b.color) !== null && _c !== void 0 ? _c : '#d0d7de' }), key: run.id, tabIndex: 0, role: 'button', onClick: function () { return setOpen(function (p) { return !p; }); }, className:
|
|
49376
|
+
return React__default.createElement("div", { style: __assign(__assign({}, style), { margin: '10px 0 0 0', borderColor: (_c = (_b = statusMap[run.status.status]) === null || _b === void 0 ? void 0 : _b.color) !== null && _c !== void 0 ? _c : '#d0d7de' }), key: run.id, tabIndex: 0, role: 'button', onClick: function () { return setOpen(function (p) { return !p; }); }, className: (!run.status.finished_at)
|
|
49377
|
+
? 'study-run-container blink-effect'
|
|
49378
|
+
: 'study-run-container' },
|
|
49400
49379
|
React__default.createElement("div", { className: 'run-count' },
|
|
49401
49380
|
"# ",
|
|
49402
49381
|
index),
|
|
49382
|
+
React__default.createElement("div", { className: 'run-progress' }, " ".concat(run.meta.progress.completed, " / ").concat(run.meta.progress.total, " steps")),
|
|
49403
49383
|
run &&
|
|
49404
49384
|
React__default.createElement("div", { className: 'run-link' },
|
|
49405
49385
|
React__default.createElement("span", { title: 'Go to run page' },
|