@up42/up-components 1.11.4 → 1.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/types/components/CodeInline/CodeInline.d.ts +2 -1
- package/dist/cjs/types/global/icons/index.d.ts +2 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/components/CodeInline/CodeInline.d.ts +2 -1
- package/dist/esm/types/global/icons/index.d.ts +2 -0
- package/dist/index.d.ts +87 -54
- package/package.json +6 -6
|
@@ -3,8 +3,9 @@ export interface CodeInlineProps {
|
|
|
3
3
|
text: string;
|
|
4
4
|
label?: string;
|
|
5
5
|
'data-testid'?: string;
|
|
6
|
+
inlineLabel?: boolean;
|
|
6
7
|
}
|
|
7
8
|
/**
|
|
8
9
|
* Documentation: https://up-components.up42.com/?path=/docs/data-display-codeinline--docs
|
|
9
10
|
*/
|
|
10
|
-
export declare const CodeInline: ({ label, text, "data-testid": dataTestId }: CodeInlineProps) => JSX.Element;
|
|
11
|
+
export declare const CodeInline: ({ label, text, "data-testid": dataTestId, inlineLabel }: CodeInlineProps) => JSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as AlarmBell } from './alarm-bell.svg';
|
|
2
|
+
export { default as Angle } from './angle.svg';
|
|
2
3
|
export { default as AppWindowCode } from './app-window-code.svg';
|
|
3
4
|
export { default as ArrowCircleDown } from './arrow-circle-down.svg';
|
|
4
5
|
export { default as ArrowTopRight } from './arrow-top-right.svg';
|
|
@@ -15,6 +16,7 @@ export { default as CheckMark } from './checkmark.svg';
|
|
|
15
16
|
export { default as Close } from './close.svg';
|
|
16
17
|
export { default as CloseCircle } from './close-circle.svg';
|
|
17
18
|
export { default as Coin } from './coin.svg';
|
|
19
|
+
export { default as Compass } from './compass.svg';
|
|
18
20
|
export { default as Copy } from './copy.svg';
|
|
19
21
|
export { default as Credit } from './credit.svg';
|
|
20
22
|
export { default as CustomBlocks } from './module.svg';
|
package/dist/index.d.ts
CHANGED
|
@@ -662,30 +662,46 @@ declare type LoadingProps = {
|
|
|
662
662
|
*/
|
|
663
663
|
declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Element | null;
|
|
664
664
|
|
|
665
|
-
var _path$
|
|
666
|
-
function _extends$
|
|
665
|
+
var _path$O;
|
|
666
|
+
function _extends$1z() { _extends$1z = Object.assign ? Object.assign.bind() : 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$1z.apply(this, arguments); }
|
|
667
667
|
var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
668
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
668
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1z({
|
|
669
669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
670
670
|
fill: "currentColor",
|
|
671
671
|
width: 24,
|
|
672
672
|
height: 24
|
|
673
|
-
}, props), _path$
|
|
673
|
+
}, props), _path$O || (_path$O = /*#__PURE__*/React.createElement("path", {
|
|
674
674
|
fillRule: "evenodd",
|
|
675
675
|
d: "M11.86.715a.766.766 0 0 0-.582.519l-.022.067-.003.775-.002.775h-.034A7.785 7.785 0 0 0 7.94 3.953a7.917 7.917 0 0 0-2.088 1.87 7.756 7.756 0 0 0-1.516 3.415c-.087.49-.12.941-.12 1.624-.001.69-.037 1.546-.097 2.266-.156 1.884-.51 3.474-.989 4.445-.052.105-.13.246-.172.312a.892.892 0 0 0-.108.211.527.527 0 0 0-.03.23c-.001.12.002.15.021.211.075.24.253.424.486.506l.077.027 8.562.003c7.405.002 8.57 0 8.627-.012a.7.7 0 0 0 .374-.207.7.7 0 0 0 .221-.52.748.748 0 0 0-.225-.545c-.164-.172-.363-.6-.529-1.138-.313-1.014-.519-2.419-.604-4.118a35.01 35.01 0 0 1-.044-1.57c-.008-.724-.014-.882-.043-1.166A7.75 7.75 0 0 0 17.77 5.37a11.69 11.69 0 0 0-.58-.578 7.783 7.783 0 0 0-4.407-1.944l-.028-.003-.005-.772-.005-.773-.022-.067a.759.759 0 0 0-.861-.52m-.018 3.602A6.282 6.282 0 0 0 8.38 5.462a6.513 6.513 0 0 0-1.5 1.494A6.277 6.277 0 0 0 5.77 9.81c-.034.273-.038.364-.048.965-.01.675-.024 1.131-.044 1.526-.102 2.01-.37 3.653-.816 4.985l-.097.29h14.396l-.04-.107c-.42-1.163-.693-2.841-.794-4.89a45.158 45.158 0 0 1-.049-1.775 20.37 20.37 0 0 0-.019-.725 6.226 6.226 0 0 0-.657-2.323 6.265 6.265 0 0 0-5.76-3.44M9.94 20.414a.724.724 0 0 0-.478.38.71.71 0 0 0-.083.432c.013.093.083.313.148.461a2.754 2.754 0 0 0 1.378 1.378 2.709 2.709 0 0 0 3.688-1.69.747.747 0 0 0-.03-.541.719.719 0 0 0-.521-.425.736.736 0 0 0-.58.11.727.727 0 0 0-.305.419 1.222 1.222 0 0 1-.898.83c-.086.02-.311.03-.414.015a1.178 1.178 0 0 1-.689-.339 1.15 1.15 0 0 1-.297-.479c-.09-.262-.196-.393-.4-.494a.726.726 0 0 0-.519-.057",
|
|
676
676
|
clipRule: "evenodd"
|
|
677
677
|
})));
|
|
678
678
|
};
|
|
679
679
|
|
|
680
|
-
var _path$
|
|
681
|
-
function _extends$
|
|
680
|
+
var _path$N;
|
|
681
|
+
function _extends$1y() { _extends$1y = Object.assign ? Object.assign.bind() : 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$1y.apply(this, arguments); }
|
|
682
|
+
var SvgAngle = function SvgAngle(props) {
|
|
683
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1y({
|
|
684
|
+
width: 24,
|
|
685
|
+
height: 24,
|
|
686
|
+
fill: "none",
|
|
687
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
688
|
+
}, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
|
|
689
|
+
fillRule: "evenodd",
|
|
690
|
+
clipRule: "evenodd",
|
|
691
|
+
d: "M1.504 1.094a.836.836 0 0 0-.448.4L1 1.602v8.776c0 10.523.001 10.78.046 10.956.208.82.791 1.414 1.634 1.665l.168.05 10.773.006 8.774.007.134-.061a.772.772 0 0 0 .39-.383c.21-.438-.072-.964-.56-1.043-.1-.017-.19-.025-4.145-.025h-5.993l-.01-.054a7.68 7.68 0 0 1-.038-.342c-.163-1.704-.83-3.452-1.89-4.952-.14-.199-.553-.718-.587-.739-.014-.008.522-.564 1.198-1.242 1.374-1.379 1.337-1.333 1.337-1.66a.665.665 0 0 0-.214-.528.665.665 0 0 0-.529-.214c-.326 0-.28-.037-1.659 1.337-.678.675-1.234 1.211-1.243 1.197-.02-.034-.54-.446-.738-.586-1.498-1.058-3.269-1.734-4.952-1.89a7.31 7.31 0 0 1-.342-.038l-.054-.01V5.835c0-3.953-.009-4.045-.025-4.144a.742.742 0 0 0-.75-.627.818.818 0 0 0-.221.03Zm20.595-.072a.876.876 0 0 0-.216.106c-.15.105-1.22 1.188-1.295 1.308a.807.807 0 0 0-.027.71.98.98 0 0 0 .332.336.784.784 0 0 0 .744-.039c.067-.044.653-.613 1.302-1.265.107-.108.107-.232.107-.431 0-.155-.011-.216-.058-.312a.862.862 0 0 0-.364-.368.874.874 0 0 0-.525-.045Zm-4.143 4.092c-.122.046-.275.192-2.115 2.032-1.595 1.596-1.994 2.007-2.04 2.104a.619.619 0 0 0-.056.312c0 .228.059.373.214.528a.665.665 0 0 0 .529.215.618.618 0 0 0 .312-.057c.097-.045.507-.444 2.103-2.04 1.89-1.89 1.986-1.989 2.034-2.121a.724.724 0 0 0-.018-.581.753.753 0 0 0-.963-.392ZM2.5 16.91v3.572l.882-.88c.485-.484.926-.907.98-.94.197-.12.51-.13.722-.02.11.057.275.224.331.336.1.197.087.523-.026.707-.034.056-.458.498-.941.983l-.88.882h7.144l-.013-.066a3.412 3.412 0 0 1-.027-.21 9.16 9.16 0 0 0-.545-2.208 9.14 9.14 0 0 0-1.316-2.311l-.195-.247-.236.226c-.272.262-.405.328-.655.327a.761.761 0 0 1-.737-.736c0-.25.066-.383.327-.655l.227-.236-.247-.196a9.065 9.065 0 0 0-3.487-1.68c-.299-.07-.782-.155-1.032-.18a3.336 3.336 0 0 1-.21-.028l-.066-.012v3.572Z",
|
|
692
|
+
fill: "#currentColor"
|
|
693
|
+
})));
|
|
694
|
+
};
|
|
695
|
+
|
|
696
|
+
var _path$M;
|
|
697
|
+
function _extends$1x() { _extends$1x = Object.assign ? Object.assign.bind() : 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$1x.apply(this, arguments); }
|
|
682
698
|
var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
683
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
699
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1x({
|
|
684
700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
685
701
|
fill: "currentColor",
|
|
686
702
|
width: 24,
|
|
687
703
|
height: 24
|
|
688
|
-
}, props), _path$
|
|
704
|
+
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
689
705
|
fillRule: "evenodd",
|
|
690
706
|
d: "M3.285 2.127a2.442 2.442 0 0 0-.424.086c-.792.247-1.307.904-1.433 1.829-.018.135-.018 15.823 0 15.979.09.752.479 1.314 1.13 1.628.253.122.487.19.788.23.14.02 17.226.02 17.385.001a2.04 2.04 0 0 0 1.164-.503c.395-.35.655-.91.703-1.514.013-.17.014-15.49 0-15.732a2.306 2.306 0 0 0-.062-.455 1.952 1.952 0 0 0-1.066-1.315 2.564 2.564 0 0 0-.696-.222l-.11-.022-8.635-.001c-7.028-.002-8.656 0-8.744.01m.173 1.493c-.295.029-.453.185-.52.516-.019.093-.02.129-.02 1.143v1.047h18.183L21.1 5.21l-.003-1.116-.023-.072a.435.435 0 0 0-.13-.219c-.086-.08-.188-.129-.36-.172-.059-.015-.647-.016-8.554-.017-4.67-.001-8.527.002-8.57.006m-.54 10.22c0 5.833.001 6.01.019 6.095.024.12.06.19.13.259.088.088.22.15.391.182.068.013 1.032.014 8.589.014 8.279 0 8.514 0 8.598-.018a.45.45 0 0 0 .259-.13.785.785 0 0 0 .187-.418c.006-.042.01-1.974.01-6.026V7.834H2.918zm4.728-3.28a.77.77 0 0 0-.582.544.864.864 0 0 0 0 .39.87.87 0 0 0 .11.237c.016.024.554.57 1.196 1.212l1.167 1.169-1.162 1.164c-.64.64-1.178 1.186-1.196 1.212a.81.81 0 0 0-.115.242.864.864 0 0 0 0 .39c.07.249.266.45.51.526a.6.6 0 0 0 .216.023.592.592 0 0 0 .216-.023.768.768 0 0 0 .26-.14c.09-.076 2.909-2.9 2.949-2.957a.7.7 0 0 0 .136-.437.7.7 0 0 0-.136-.437 241.29 241.29 0 0 0-2.95-2.956.77.77 0 0 0-.254-.14 1.137 1.137 0 0 0-.365-.019m4.196 5.632a.76.76 0 0 0-.567.575.832.832 0 0 0 .041.45c.07.162.201.3.361.38.17.084-.04.077 2.478.075l2.227-.003.074-.025a.78.78 0 0 0 .499-.524.928.928 0 0 0 0-.389.778.778 0 0 0-.499-.525l-.074-.025-2.236-.002c-1.953-.001-2.246 0-2.304.013",
|
|
691
707
|
clipRule: "evenodd"
|
|
@@ -693,9 +709,9 @@ var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
|
693
709
|
};
|
|
694
710
|
|
|
695
711
|
var _g$M, _defs$M;
|
|
696
|
-
function _extends$
|
|
712
|
+
function _extends$1w() { _extends$1w = Object.assign ? Object.assign.bind() : 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$1w.apply(this, arguments); }
|
|
697
713
|
var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
698
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
714
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1w({
|
|
699
715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
700
716
|
fill: "currentColor",
|
|
701
717
|
width: 24,
|
|
@@ -713,60 +729,60 @@ var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
|
713
729
|
})))));
|
|
714
730
|
};
|
|
715
731
|
|
|
716
|
-
var _path$
|
|
717
|
-
function _extends$
|
|
732
|
+
var _path$L;
|
|
733
|
+
function _extends$1v() { _extends$1v = Object.assign ? Object.assign.bind() : 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$1v.apply(this, arguments); }
|
|
718
734
|
var SvgArrowTopRight = function SvgArrowTopRight(props) {
|
|
719
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
735
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1v({
|
|
720
736
|
xmlns: "http://www.w3.org/2000/svg",
|
|
721
737
|
fill: "currentColor",
|
|
722
738
|
width: 24,
|
|
723
739
|
height: 24
|
|
724
|
-
}, props), _path$
|
|
740
|
+
}, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
|
|
725
741
|
fillRule: "evenodd",
|
|
726
742
|
d: "M4.376 19.924a.74.74 0 0 1-.425-.232.69.69 0 0 1-.198-.506c0-.169.038-.299.126-.43.017-.026 3.111-3.128 6.877-6.894l6.846-6.847h-6.165c-6.642 0-6.225.003-6.36-.047a.795.795 0 0 1-.45-.506.936.936 0 0 1-.001-.389.764.764 0 0 1 .584-.545c.037-.007 2.266-.01 7.18-.01 6.305 0 7.133.001 7.194.014a.77.77 0 0 1 .567.561c.012.046.014 1.082.014 7.196 0 6.911 0 7.144-.018 7.218a.785.785 0 0 1-.553.554c-.07.017-.286.018-.356 0a.781.781 0 0 1-.549-.53l-.022-.071-.002-6.187-.003-6.187-6.842 6.84c-5.477 5.476-6.856 6.85-6.91 6.885a.813.813 0 0 1-.22.1 1.19 1.19 0 0 1-.314.013",
|
|
727
743
|
clipRule: "evenodd"
|
|
728
744
|
})));
|
|
729
745
|
};
|
|
730
746
|
|
|
731
|
-
var _path$
|
|
732
|
-
function _extends$
|
|
747
|
+
var _path$K;
|
|
748
|
+
function _extends$1u() { _extends$1u = Object.assign ? Object.assign.bind() : 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$1u.apply(this, arguments); }
|
|
733
749
|
var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
734
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
750
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1u({
|
|
735
751
|
xmlns: "http://www.w3.org/2000/svg",
|
|
736
752
|
fill: "currentColor",
|
|
737
753
|
width: 24,
|
|
738
754
|
height: 24
|
|
739
|
-
}, props), _path$
|
|
755
|
+
}, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
740
756
|
fillRule: "evenodd",
|
|
741
757
|
d: "M4.114.717c-.466.04-.888.211-1.234.5-.424.354-.7.872-.758 1.419-.008.079-.01 2.417-.008 9.44l.003 9.337.022.11a2.179 2.179 0 0 0 1.816 1.764c.106.016.464.017 8.045.017 7.581 0 7.94 0 8.045-.017a2.162 2.162 0 0 0 1.828-1.863c.013-.1.015-.834.015-6.666 0-5.6-.002-6.57-.014-6.656a2.178 2.178 0 0 0-.283-.825c-.156-.259.005-.093-3.072-3.17a379.825 379.825 0 0 0-2.928-2.911 2.234 2.234 0 0 0-1.047-.463c-.096-.017-.326-.018-5.246-.018-2.83-.001-5.163 0-5.184.002m.004 1.515a.66.66 0 0 0-.493.506c-.014.067-.015.92-.015 9.272 0 8.212.001 9.205.014 9.271a.681.681 0 0 0 .437.494l.062.022 7.848.002c7.05.003 7.855.002 7.916-.012a.662.662 0 0 0 .488-.506c.014-.066.015-.685.015-6.055V9.245h-2.495c-1.664 0-2.528-.004-2.594-.01a2.166 2.166 0 0 1-1.921-1.836l-.02-.127-.004-2.527-.003-2.527h-4.59c-3.652.001-4.603.004-4.645.014m10.745 2.664.003 2.318.026.08a.674.674 0 0 0 .338.381.98.98 0 0 0 .135.054c.038.01.47.013 2.097.016h2.307l.257-.003-2.583-2.582-2.582-2.582zM9.686 9.029a.699.699 0 0 0-.404.213c-.03.03-.498.647-1.04 1.37l-.99 1.32c-.003.003-.254-.244-.559-.548a18.337 18.337 0 0 0-.6-.584.78.78 0 0 0-.575-.111.772.772 0 0 0-.562.502c-.023.068-.026.088-.026.233 0 .145.003.165.026.233.054.162.05.158.736.843.69.691.713.71.927.815.181.088.331.128.532.143.435.031.858-.133 1.157-.45.098-.104 2.135-2.82 2.176-2.901a.7.7 0 0 0 .076-.423.71.71 0 0 0-.21-.44.726.726 0 0 0-.664-.215m2.894 2.942a.777.777 0 0 0-.593.512.806.806 0 0 0 .038.557c.09.18.262.33.442.387.04.013.115.027.166.032.054.006.96.01 2.18.01 1.219 0 2.126-.004 2.18-.01a.714.714 0 0 0 .437-.194.718.718 0 0 0 .24-.511.723.723 0 0 0-.219-.57.73.73 0 0 0-.392-.209c-.059-.01-.467-.013-2.251-.012-1.198 0-2.201.004-2.228.008m-2.885 3.384a.733.733 0 0 0-.417.217c-.027.029-.49.642-1.031 1.362l-.99 1.32c-.006.006-.229-.21-.573-.552-.584-.581-.6-.596-.732-.65a.799.799 0 0 0-.571.004.803.803 0 0 0-.425.461c-.023.069-.026.088-.026.233 0 .146.003.165.026.233.054.162.053.16.721.831.603.605.704.699.836.774a1.456 1.456 0 0 0 1.647-.114c.138-.11.226-.222 1.236-1.567.555-.74 1.03-1.376 1.054-1.414a.746.746 0 0 0-.185-.996.735.735 0 0 0-.57-.142m2.874 2.243a.763.763 0 0 0-.396.21.728.728 0 0 0-.218.576.72.72 0 0 0 .244.509.7.7 0 0 0 .45.192c.078.007.791.01 2.245.007 2.342-.003 2.174 0 2.32-.06a.8.8 0 0 0 .386-.366.788.788 0 0 0 .02-.604.797.797 0 0 0-.407-.418c-.14-.056.055-.051-2.371-.053-1.246-.001-2.245.002-2.273.007",
|
|
742
758
|
clipRule: "evenodd"
|
|
743
759
|
})));
|
|
744
760
|
};
|
|
745
761
|
|
|
746
|
-
var _path$
|
|
747
|
-
function _extends$
|
|
762
|
+
var _path$J;
|
|
763
|
+
function _extends$1t() { _extends$1t = Object.assign ? Object.assign.bind() : 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$1t.apply(this, arguments); }
|
|
748
764
|
var SvgBashCircle = function SvgBashCircle(props) {
|
|
749
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
765
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1t({
|
|
750
766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
751
767
|
fill: "currentColor",
|
|
752
768
|
width: 24,
|
|
753
769
|
height: 24
|
|
754
|
-
}, props), _path$
|
|
770
|
+
}, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
755
771
|
fillRule: "evenodd",
|
|
756
772
|
d: "M3.285 2.127a2.442 2.442 0 0 0-.424.086c-.792.247-1.307.904-1.433 1.829-.018.135-.018 15.823 0 15.979.09.752.479 1.314 1.13 1.628.253.122.487.19.788.23.14.02 17.226.02 17.385.001a2.04 2.04 0 0 0 1.164-.503c.395-.35.655-.91.703-1.514.013-.17.014-15.49 0-15.732a2.306 2.306 0 0 0-.062-.455 1.952 1.952 0 0 0-1.066-1.315 2.564 2.564 0 0 0-.696-.222l-.11-.022-8.635-.001c-7.028-.002-8.656 0-8.744.01m.173 1.493c-.295.029-.453.185-.52.516-.019.093-.02.129-.02 1.143v1.047h18.183L21.1 5.21l-.003-1.116-.023-.072a.435.435 0 0 0-.13-.219c-.086-.08-.188-.129-.36-.172-.059-.015-.647-.016-8.554-.017-4.67-.001-8.527.002-8.57.006m-.54 10.22c0 5.833.001 6.01.019 6.095.024.12.06.19.13.259.088.088.22.15.391.182.068.013 1.032.014 8.589.014 8.279 0 8.514 0 8.598-.018a.45.45 0 0 0 .259-.13.785.785 0 0 0 .187-.418c.006-.042.01-1.974.01-6.026V7.834H2.918zm4.728-3.28a.77.77 0 0 0-.582.544.864.864 0 0 0 0 .39.87.87 0 0 0 .11.237c.016.024.554.57 1.196 1.212l1.167 1.169-1.162 1.164c-.64.64-1.178 1.186-1.196 1.212a.81.81 0 0 0-.115.242.864.864 0 0 0 0 .39c.07.249.266.45.51.526a.6.6 0 0 0 .216.023.592.592 0 0 0 .216-.023.768.768 0 0 0 .26-.14c.09-.076 2.909-2.9 2.949-2.957a.7.7 0 0 0 .136-.437.7.7 0 0 0-.136-.437 241.29 241.29 0 0 0-2.95-2.956.77.77 0 0 0-.254-.14 1.137 1.137 0 0 0-.365-.019m4.196 5.632a.76.76 0 0 0-.567.575.832.832 0 0 0 .041.45c.07.162.201.3.361.38.17.084-.04.077 2.478.075l2.227-.003.074-.025a.78.78 0 0 0 .499-.524.928.928 0 0 0 0-.389.778.778 0 0 0-.499-.525l-.074-.025-2.236-.002c-1.953-.001-2.246 0-2.304.013",
|
|
757
773
|
clipRule: "evenodd"
|
|
758
774
|
})));
|
|
759
775
|
};
|
|
760
776
|
|
|
761
|
-
var _path$
|
|
762
|
-
function _extends$
|
|
777
|
+
var _path$I;
|
|
778
|
+
function _extends$1s() { _extends$1s = Object.assign ? Object.assign.bind() : 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$1s.apply(this, arguments); }
|
|
763
779
|
var SvgBin = function SvgBin(props) {
|
|
764
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
780
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1s({
|
|
765
781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
766
782
|
fill: "currentColor",
|
|
767
783
|
width: 24,
|
|
768
784
|
height: 24
|
|
769
|
-
}, props), _path$
|
|
785
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
770
786
|
fillRule: "evenodd",
|
|
771
787
|
d: "M9.274 1.531A2.377 2.377 0 0 0 7.219 3.54c-.02.122-.022.179-.026.673l-.004.54-1.03.001c-.565.001-1.89.004-2.943.008l-1.915.006-.067.022a.78.78 0 0 0-.51.53 1.092 1.092 0 0 0-.005.364.784.784 0 0 0 .515.549l.067.022 1.322.003 1.322.003.003 7.039c.003 6.586.004 7.045.02 7.137.072.437.217.785.463 1.111a2.386 2.386 0 0 0 1.53.914c.106.017.358.017 6.039.017 5.705 0 5.932 0 6.034-.017a2.386 2.386 0 0 0 1.494-.861 2.28 2.28 0 0 0 .277-.437 2.3 2.3 0 0 0 .24-.859c.006-.072.01-2.5.01-7.077V6.26l1.322-.003 1.322-.003.067-.022a.784.784 0 0 0 .515-.549c.02-.077.017-.286-.004-.365a.781.781 0 0 0-.51-.529l-.068-.022-1.915-.006c-1.053-.004-2.378-.007-2.945-.008l-1.03-.001v-.473c0-.49-.006-.617-.038-.804-.04-.228-.1-.413-.211-.638a2.377 2.377 0 0 0-1.766-1.298c-.095-.016-.254-.017-2.76-.019-2.14-.001-2.68.001-2.76.011M9.42 3.03a.878.878 0 0 0-.67.555c-.05.134-.053.18-.053.694v.474h6.604v-.48c0-.382-.002-.493-.014-.552a.832.832 0 0 0-.264-.469.822.822 0 0 0-.384-.211l-.072-.02-2.54-.002c-2.054-.002-2.552 0-2.607.01M5.453 13.226c0 4.789.003 6.987.01 7.03a.868.868 0 0 0 .224.448.902.902 0 0 0 .444.26c.062.016.359.017 5.869.017h5.803l.084-.022a.89.89 0 0 0 .613-.553c.05-.136.047.364.047-7.173V6.259H5.453zm3.993-3.591a.906.906 0 0 0-.23.077.788.788 0 0 0-.377.47l-.021.076v3.36c0 3.632-.004 3.389.05 3.528.08.205.265.375.482.443.062.02.093.022.216.022a.597.597 0 0 0 .216-.022.778.778 0 0 0 .511-.527l.022-.075v-3.355c0-3.194 0-3.359-.017-3.429a.77.77 0 0 0-.51-.544.671.671 0 0 0-.198-.026 1.336 1.336 0 0 0-.144.002m4.83.008a.688.688 0 0 0-.324.16.782.782 0 0 0-.245.38l-.022.075v6.729l.022.077c.072.25.265.449.51.525a.59.59 0 0 0 .217.022.597.597 0 0 0 .216-.022.772.772 0 0 0 .482-.443c.054-.139.05.104.05-3.528v-3.36l-.021-.075a.77.77 0 0 0-.506-.524.96.96 0 0 0-.38-.016",
|
|
772
788
|
clipRule: "evenodd"
|
|
@@ -774,9 +790,9 @@ var SvgBin = function SvgBin(props) {
|
|
|
774
790
|
};
|
|
775
791
|
|
|
776
792
|
var _g$L, _defs$L;
|
|
777
|
-
function _extends$
|
|
793
|
+
function _extends$1r() { _extends$1r = Object.assign ? Object.assign.bind() : 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$1r.apply(this, arguments); }
|
|
778
794
|
var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
779
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
795
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1r({
|
|
780
796
|
xmlns: "http://www.w3.org/2000/svg",
|
|
781
797
|
fill: "currentColor",
|
|
782
798
|
width: 24,
|
|
@@ -795,9 +811,9 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
|
795
811
|
};
|
|
796
812
|
|
|
797
813
|
var _g$K, _defs$K;
|
|
798
|
-
function _extends$
|
|
814
|
+
function _extends$1q() { _extends$1q = Object.assign ? Object.assign.bind() : 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$1q.apply(this, arguments); }
|
|
799
815
|
var SvgBlocked = function SvgBlocked(props) {
|
|
800
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
816
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1q({
|
|
801
817
|
xmlns: "http://www.w3.org/2000/svg",
|
|
802
818
|
fill: "currentColor",
|
|
803
819
|
width: 24,
|
|
@@ -816,9 +832,9 @@ var SvgBlocked = function SvgBlocked(props) {
|
|
|
816
832
|
};
|
|
817
833
|
|
|
818
834
|
var _g$J, _defs$J;
|
|
819
|
-
function _extends$
|
|
835
|
+
function _extends$1p() { _extends$1p = Object.assign ? Object.assign.bind() : 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$1p.apply(this, arguments); }
|
|
820
836
|
var SvgBoxes = function SvgBoxes(props) {
|
|
821
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
837
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1p({
|
|
822
838
|
xmlns: "http://www.w3.org/2000/svg",
|
|
823
839
|
fill: "currentColor",
|
|
824
840
|
width: 24,
|
|
@@ -837,9 +853,9 @@ var SvgBoxes = function SvgBoxes(props) {
|
|
|
837
853
|
};
|
|
838
854
|
|
|
839
855
|
var _g$I, _defs$I;
|
|
840
|
-
function _extends$
|
|
856
|
+
function _extends$1o() { _extends$1o = Object.assign ? Object.assign.bind() : 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$1o.apply(this, arguments); }
|
|
841
857
|
var SvgCalendar = function SvgCalendar(props) {
|
|
842
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
858
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1o({
|
|
843
859
|
xmlns: "http://www.w3.org/2000/svg",
|
|
844
860
|
fill: "currentColor",
|
|
845
861
|
width: 24,
|
|
@@ -858,9 +874,9 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
858
874
|
};
|
|
859
875
|
|
|
860
876
|
var _g$H, _defs$H;
|
|
861
|
-
function _extends$
|
|
877
|
+
function _extends$1n() { _extends$1n = Object.assign ? Object.assign.bind() : 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$1n.apply(this, arguments); }
|
|
862
878
|
var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
863
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
879
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1n({
|
|
864
880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
865
881
|
fill: "currentColor",
|
|
866
882
|
width: 24,
|
|
@@ -878,45 +894,45 @@ var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
|
878
894
|
})))));
|
|
879
895
|
};
|
|
880
896
|
|
|
881
|
-
var _path$
|
|
882
|
-
function _extends$
|
|
897
|
+
var _path$H;
|
|
898
|
+
function _extends$1m() { _extends$1m = Object.assign ? Object.assign.bind() : 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$1m.apply(this, arguments); }
|
|
883
899
|
var SvgChecklist = function SvgChecklist(props) {
|
|
884
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
900
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1m({
|
|
885
901
|
xmlns: "http://www.w3.org/2000/svg",
|
|
886
902
|
fill: "currentColor",
|
|
887
903
|
width: 24,
|
|
888
904
|
height: 24
|
|
889
|
-
}, props), _path$
|
|
905
|
+
}, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
890
906
|
fillRule: "evenodd",
|
|
891
907
|
d: "M4.114.717c-.466.04-.888.211-1.234.5-.424.354-.7.872-.758 1.419-.008.079-.01 2.417-.008 9.44l.003 9.337.022.11a2.179 2.179 0 0 0 1.816 1.764c.106.016.464.017 8.045.017 7.581 0 7.94 0 8.045-.017a2.162 2.162 0 0 0 1.828-1.863c.013-.1.015-.834.015-6.666 0-5.6-.002-6.57-.014-6.656a2.178 2.178 0 0 0-.283-.825c-.156-.259.005-.093-3.072-3.17a379.825 379.825 0 0 0-2.928-2.911 2.234 2.234 0 0 0-1.047-.463c-.096-.017-.326-.018-5.246-.018-2.83-.001-5.163 0-5.184.002m.004 1.515a.66.66 0 0 0-.493.506c-.014.067-.015.92-.015 9.272 0 8.212.001 9.205.014 9.271a.681.681 0 0 0 .437.494l.062.022 7.848.002c7.05.003 7.855.002 7.916-.012a.662.662 0 0 0 .488-.506c.014-.066.015-.685.015-6.055V9.245h-2.495c-1.664 0-2.528-.004-2.594-.01a2.166 2.166 0 0 1-1.921-1.836l-.02-.127-.004-2.527-.003-2.527h-4.59c-3.652.001-4.603.004-4.645.014m10.745 2.664.003 2.318.026.08a.674.674 0 0 0 .338.381.98.98 0 0 0 .135.054c.038.01.47.013 2.097.016h2.307l.257-.003-2.583-2.582-2.582-2.582zM9.686 9.029a.699.699 0 0 0-.404.213c-.03.03-.498.647-1.04 1.37l-.99 1.32c-.003.003-.254-.244-.559-.548a18.337 18.337 0 0 0-.6-.584.78.78 0 0 0-.575-.111.772.772 0 0 0-.562.502c-.023.068-.026.088-.026.233 0 .145.003.165.026.233.054.162.05.158.736.843.69.691.713.71.927.815.181.088.331.128.532.143.435.031.858-.133 1.157-.45.098-.104 2.135-2.82 2.176-2.901a.7.7 0 0 0 .076-.423.71.71 0 0 0-.21-.44.726.726 0 0 0-.664-.215m2.894 2.942a.777.777 0 0 0-.593.512.806.806 0 0 0 .038.557c.09.18.262.33.442.387.04.013.115.027.166.032.054.006.96.01 2.18.01 1.219 0 2.126-.004 2.18-.01a.714.714 0 0 0 .437-.194.718.718 0 0 0 .24-.511.723.723 0 0 0-.219-.57.73.73 0 0 0-.392-.209c-.059-.01-.467-.013-2.251-.012-1.198 0-2.201.004-2.228.008m-2.885 3.384a.733.733 0 0 0-.417.217c-.027.029-.49.642-1.031 1.362l-.99 1.32c-.006.006-.229-.21-.573-.552-.584-.581-.6-.596-.732-.65a.799.799 0 0 0-.571.004.803.803 0 0 0-.425.461c-.023.069-.026.088-.026.233 0 .146.003.165.026.233.054.162.053.16.721.831.603.605.704.699.836.774a1.456 1.456 0 0 0 1.647-.114c.138-.11.226-.222 1.236-1.567.555-.74 1.03-1.376 1.054-1.414a.746.746 0 0 0-.185-.996.735.735 0 0 0-.57-.142m2.874 2.243a.763.763 0 0 0-.396.21.728.728 0 0 0-.218.576.72.72 0 0 0 .244.509.7.7 0 0 0 .45.192c.078.007.791.01 2.245.007 2.342-.003 2.174 0 2.32-.06a.8.8 0 0 0 .386-.366.788.788 0 0 0 .02-.604.797.797 0 0 0-.407-.418c-.14-.056.055-.051-2.371-.053-1.246-.001-2.245.002-2.273.007",
|
|
892
908
|
clipRule: "evenodd"
|
|
893
909
|
})));
|
|
894
910
|
};
|
|
895
911
|
|
|
896
|
-
var _path$
|
|
897
|
-
function _extends$
|
|
912
|
+
var _path$G;
|
|
913
|
+
function _extends$1l() { _extends$1l = Object.assign ? Object.assign.bind() : 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$1l.apply(this, arguments); }
|
|
898
914
|
var SvgCheckmark = function SvgCheckmark(props) {
|
|
899
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
915
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1l({
|
|
900
916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
901
917
|
fill: "currentColor",
|
|
902
918
|
width: 24,
|
|
903
919
|
height: 24
|
|
904
|
-
}, props), _path$
|
|
920
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
905
921
|
fillRule: "evenodd",
|
|
906
922
|
d: "M21.9 2.003a.78.78 0 0 0-.271.075.631.631 0 0 0-.188.138c-.042.04-1.68 2.374-6.538 9.314-4.602 6.575-6.5 9.28-6.547 9.33a1.16 1.16 0 0 1-.601.337 1.35 1.35 0 0 1-.396.008 1.202 1.202 0 0 1-.443-.171c-.172-.112-.097-.017-1.936-2.465-1.864-2.483-1.73-2.315-1.893-2.395a.663.663 0 0 0-.34-.077.672.672 0 0 0-.421.126.736.736 0 0 0-.326.63.66.66 0 0 0 .11.383c.038.06 3.264 4.364 3.382 4.514.086.108.282.304.389.388.38.298.788.479 1.254.554.083.013.174.02.331.023.22.005.324-.001.5-.03a2.642 2.642 0 0 0 1.646-.984c.134-.175 13-18.563 13.028-18.62a.57.57 0 0 0 .07-.322.661.661 0 0 0-.02-.21.706.706 0 0 0-.206-.341.726.726 0 0 0-.585-.204",
|
|
907
923
|
clipRule: "evenodd"
|
|
908
924
|
})));
|
|
909
925
|
};
|
|
910
926
|
|
|
911
|
-
var _path$
|
|
912
|
-
function _extends$
|
|
927
|
+
var _path$F;
|
|
928
|
+
function _extends$1k() { _extends$1k = Object.assign ? Object.assign.bind() : 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$1k.apply(this, arguments); }
|
|
913
929
|
var SvgClose = function SvgClose(props) {
|
|
914
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
930
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1k({
|
|
915
931
|
xmlns: "http://www.w3.org/2000/svg",
|
|
916
932
|
fill: "currentColor",
|
|
917
933
|
width: 24,
|
|
918
934
|
height: 24
|
|
919
|
-
}, props), _path$
|
|
935
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
920
936
|
fillRule: "evenodd",
|
|
921
937
|
d: "M2.653 2.01a.808.808 0 0 0-.63.58.914.914 0 0 0-.003.395.87.87 0 0 0 .108.25c.022.033 1.427 1.445 4.389 4.407L10.874 12 6.52 16.354a1123.887 1123.887 0 0 0-4.383 4.396.826.826 0 0 0-.115.25.914.914 0 0 0-.003.396.82.82 0 0 0 .476.548.737.737 0 0 0 .294.053.748.748 0 0 0 .446-.128c.03-.02 1.566-1.55 4.404-4.387L12 13.125l4.358 4.357c2.838 2.838 4.374 4.367 4.405 4.387a.793.793 0 0 0 .53.125.78.78 0 0 0 .533-.294.73.73 0 0 0 .17-.5.73.73 0 0 0-.128-.437c-.019-.03-1.55-1.568-4.386-4.405L13.124 12l4.357-4.358c2.961-2.962 4.367-4.374 4.388-4.408a.869.869 0 0 0 .109-.25.912.912 0 0 0-.004-.393.816.816 0 0 0-.571-.57.648.648 0 0 0-.2-.018.647.647 0 0 0-.2.018.976.976 0 0 0-.248.113c-.022.015-2.001 1.987-4.398 4.384l-4.358 4.357-4.354-4.353A1114.663 1114.663 0 0 0 3.247 2.14a.92.92 0 0 0-.253-.117 1 1 0 0 0-.341-.013",
|
|
922
938
|
clipRule: "evenodd"
|
|
@@ -924,9 +940,9 @@ var SvgClose = function SvgClose(props) {
|
|
|
924
940
|
};
|
|
925
941
|
|
|
926
942
|
var _g$G, _defs$G;
|
|
927
|
-
function _extends$
|
|
943
|
+
function _extends$1j() { _extends$1j = Object.assign ? Object.assign.bind() : 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$1j.apply(this, arguments); }
|
|
928
944
|
var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
929
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
945
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1j({
|
|
930
946
|
xmlns: "http://www.w3.org/2000/svg",
|
|
931
947
|
fill: "currentColor",
|
|
932
948
|
width: 24,
|
|
@@ -945,9 +961,9 @@ var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
|
945
961
|
};
|
|
946
962
|
|
|
947
963
|
var _g$F, _defs$F;
|
|
948
|
-
function _extends$
|
|
964
|
+
function _extends$1i() { _extends$1i = Object.assign ? Object.assign.bind() : 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$1i.apply(this, arguments); }
|
|
949
965
|
var SvgCoin = function SvgCoin(props) {
|
|
950
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
966
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1i({
|
|
951
967
|
xmlns: "http://www.w3.org/2000/svg",
|
|
952
968
|
fill: "currentColor",
|
|
953
969
|
width: 24,
|
|
@@ -965,6 +981,22 @@ var SvgCoin = function SvgCoin(props) {
|
|
|
965
981
|
})))));
|
|
966
982
|
};
|
|
967
983
|
|
|
984
|
+
var _path$E;
|
|
985
|
+
function _extends$1h() { _extends$1h = Object.assign ? Object.assign.bind() : 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$1h.apply(this, arguments); }
|
|
986
|
+
var SvgCompass = function SvgCompass(props) {
|
|
987
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1h({
|
|
988
|
+
width: 24,
|
|
989
|
+
height: 24,
|
|
990
|
+
fill: "none",
|
|
991
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
992
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
993
|
+
fillRule: "evenodd",
|
|
994
|
+
clipRule: "evenodd",
|
|
995
|
+
d: "M11.04.036C8.656.238 6.437 1.104 4.596 2.553c-4.498 3.54-5.886 9.744-3.32 14.835A11.989 11.989 0 0 0 12 24c1.89 0 3.703-.43 5.388-1.277a12.052 12.052 0 0 0 5.057-4.807c.86-1.511 1.422-3.367 1.522-5.023.009-.149.025-.276.037-.283.01-.007.02-.296.02-.641 0-.346-.01-.615-.02-.598-.013.02-.027-.085-.037-.252-.095-1.65-.66-3.52-1.522-5.035A12.033 12.033 0 0 0 13.62.107a13.385 13.385 0 0 0-2.58-.071Zm.216 1.491c-1.459.13-2.602.436-3.828 1.027a10.544 10.544 0 0 0-4.874 4.874 10.488 10.488 0 0 0-.987 3.396c-.06.496-.06 1.856 0 2.352.246 2.01.995 3.82 2.209 5.341a10.502 10.502 0 0 0 6.424 3.824c.642.113.934.134 1.8.134.867 0 1.158-.021 1.8-.134a10.51 10.51 0 0 0 5.888-3.2c1.549-1.68 2.46-3.662 2.745-5.965.06-.497.06-1.855 0-2.352-.25-2.014-1.001-3.834-2.207-5.34-1.768-2.208-4.197-3.56-7.026-3.914-.287-.036-1.679-.067-1.944-.043Zm5.232 4.115c-.15.026-7.737 2.547-7.884 2.62a.815.815 0 0 0-.335.33c-.1.197-2.602 7.751-2.631 7.944-.16 1.044.782 1.986 1.826 1.826.231-.035 7.865-2.573 8.01-2.663.226-.14.153.055 1.579-4.227l1.315-3.948.001-.264a1.451 1.451 0 0 0-.164-.744 1.63 1.63 0 0 0-.992-.831 2.014 2.014 0 0 0-.725-.043ZM13.56 8.185a1509.4 1509.4 0 0 1-3.18 1.064c-.04.012.344.406 2.147 2.21 1.208 1.208 2.203 2.188 2.211 2.178.009-.01.494-1.452 1.078-3.205 1.146-3.442 1.108-3.31.943-3.3-.037.002-1.476.476-3.199 1.053ZM9.258 10.36c-.006.012-.49 1.456-1.074 3.21-.914 2.744-1.058 3.196-1.035 3.245.014.032.045.058.069.058.047 0 6.392-2.109 6.42-2.134.009-.008-.97-1.002-2.175-2.207-1.206-1.206-2.198-2.183-2.205-2.172ZM.011 12c0 .35.003.493.007.318s.004-.461 0-.636S.01 11.65.01 12Z",
|
|
996
|
+
fill: "#currentColor"
|
|
997
|
+
})));
|
|
998
|
+
};
|
|
999
|
+
|
|
968
1000
|
var _g$E, _defs$E;
|
|
969
1001
|
function _extends$1g() { _extends$1g = Object.assign ? Object.assign.bind() : 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$1g.apply(this, arguments); }
|
|
970
1002
|
var SvgCopy = function SvgCopy(props) {
|
|
@@ -2434,7 +2466,7 @@ var SvgOpenEyeVisibility = function SvgOpenEyeVisibility(props) {
|
|
|
2434
2466
|
|
|
2435
2467
|
declare const icons_ContentCopy: typeof ContentCopy;
|
|
2436
2468
|
declare namespace icons {
|
|
2437
|
-
export { SvgAccessTimeClock as AccessTime, SvgAdd as Add, SvgAlarmBell as AlarmBell, SvgAppWindowCode as AppWindowCode, SvgArrowLeftBack as ArrowBack, SvgChevronLeftBack as ArrowBackIos, SvgArrowCircleDown as ArrowCircleDown, SvgArrowDown as ArrowDownward, SvgArrowRightForward as ArrowForward, SvgArrowTopRight as ArrowTopRight, SvgArrowUp as ArrowUpward, SvgAssignmentCircle as Assignment, SvgBookFlipPageDocumentation as AutoStoriesOutlined, SvgBalanceScale as Balance, SvgBashCircle as Bash, SvgBin as Bin, SvgBlockCircle as Block, SvgBlocked as Blocked, SvgBoxes as Boxes, SvgBoxesGrid as BoxesGrid, SvgBrightnessDotCircleFilled as Brightness1, SvgCalendar as Calendar, SvgMegaphoneCampaignAnnouncement as CampaignOutlined, SvgNetworkSearch as Catalog, SvgChecklist as CheckList, SvgCheckmark as CheckMark, SvgClose as Close, SvgCloseCircle as CloseCircle, SvgCloud as Cloud, SvgCoin as Coin, SvgQuestionContactSupportBubble as ContactSupportOutlined, icons_ContentCopy as ContentCopy, SvgScissorsCut as ContentCut, SvgCopyPaste as ContentPaste, SvgCopy as Copy, SvgCredit as Credit, SvgModule as CustomBlocks, SvgDashboard as Dashboard, SvgDataTransferVertical as DataTransferVertical, SvgDottedLines as DottedLines, SvgDownload as Download, SvgExternalLink as ExternalLink, SvgImageResolution as ImageResolution, SvgInformationCircle as InfoOutlined, SvgInformation as Information, SvgInvoice as Invoice, SvgChevronDown as KeyboardArrowDown, SvgChevronLeftBack as KeyboardArrowLeft, SvgChevronRightForward as KeyboardArrowRight, SvgChevronUp as KeyboardArrowUp, SvgLayers as Layers, SvgLibrary as Library, SvgLightbulb as LightbulbOutlined, SvgTag as LocalOfferOutlined, SvgLock as Lock, SvgLogo as Logo, SvgMap as Map, SvgMapPin as MapPin, SvgShop as Marketplace, SvgMegaphone as Megaphone, SvgModuleThree as ModuleThree, SvgMenuThreeDotFilledHorizontal as MoreHoriz, SvgMultipleUsers as MultipleUsers, SvgNotificationError as NotificationError, SvgNotificationInfo as NotificationInfo, SvgNotificationSuccess as NotificationSuccess, SvgNotificationWarning as NotificationWarning, SvgPencil as Pencil, SvgUserSingle as Person, SvgPolygon as Polygon, SvgFolderEmpty1 as Projects, SvgQuestionCircle as QuestionCircle, SvgQuestionMark as QuestionMark, SvgResolution as Resolution, SvgSatellite as Satellite, SvgSave as Save, SvgSearch as Search, SvgServerLock as ServerLock, SvgSettingsVertical as SettingsVertical, SvgShield as Shield, SvgShieldLock as ShieldWithLock, SvgShoppingCart as ShoppingCartOutlined, SvgServer2 as Storage, SvgSupportCircle as Support, SvgSupport as SupportClear, SvgSupportHeadphones as SupportHeadphones, SvgSystem as System, SvgTag as Tag, SvgTarget as Target, SvgTransaction as Transaction, SvgUpgradeShield as UpgradeShield, SvgUpload as Upload, SvgUserCircle as User, SvgViewOff as ViewOff, SvgViewOn as ViewOn, SvgCloseEyeVisibility as VisibilityOffOutlined, SvgOpenEyeVisibility as VisibilityOutlined, SvgWeatherCloud as WeatherCloud, SvgWebhooks as Webhooks, SvgWorkflow as Workflow, SvgWorkflowPencil as WorkflowPencil };
|
|
2469
|
+
export { SvgAccessTimeClock as AccessTime, SvgAdd as Add, SvgAlarmBell as AlarmBell, SvgAngle as Angle, SvgAppWindowCode as AppWindowCode, SvgArrowLeftBack as ArrowBack, SvgChevronLeftBack as ArrowBackIos, SvgArrowCircleDown as ArrowCircleDown, SvgArrowDown as ArrowDownward, SvgArrowRightForward as ArrowForward, SvgArrowTopRight as ArrowTopRight, SvgArrowUp as ArrowUpward, SvgAssignmentCircle as Assignment, SvgBookFlipPageDocumentation as AutoStoriesOutlined, SvgBalanceScale as Balance, SvgBashCircle as Bash, SvgBin as Bin, SvgBlockCircle as Block, SvgBlocked as Blocked, SvgBoxes as Boxes, SvgBoxesGrid as BoxesGrid, SvgBrightnessDotCircleFilled as Brightness1, SvgCalendar as Calendar, SvgMegaphoneCampaignAnnouncement as CampaignOutlined, SvgNetworkSearch as Catalog, SvgChecklist as CheckList, SvgCheckmark as CheckMark, SvgClose as Close, SvgCloseCircle as CloseCircle, SvgCloud as Cloud, SvgCoin as Coin, SvgCompass as Compass, SvgQuestionContactSupportBubble as ContactSupportOutlined, icons_ContentCopy as ContentCopy, SvgScissorsCut as ContentCut, SvgCopyPaste as ContentPaste, SvgCopy as Copy, SvgCredit as Credit, SvgModule as CustomBlocks, SvgDashboard as Dashboard, SvgDataTransferVertical as DataTransferVertical, SvgDottedLines as DottedLines, SvgDownload as Download, SvgExternalLink as ExternalLink, SvgImageResolution as ImageResolution, SvgInformationCircle as InfoOutlined, SvgInformation as Information, SvgInvoice as Invoice, SvgChevronDown as KeyboardArrowDown, SvgChevronLeftBack as KeyboardArrowLeft, SvgChevronRightForward as KeyboardArrowRight, SvgChevronUp as KeyboardArrowUp, SvgLayers as Layers, SvgLibrary as Library, SvgLightbulb as LightbulbOutlined, SvgTag as LocalOfferOutlined, SvgLock as Lock, SvgLogo as Logo, SvgMap as Map, SvgMapPin as MapPin, SvgShop as Marketplace, SvgMegaphone as Megaphone, SvgModuleThree as ModuleThree, SvgMenuThreeDotFilledHorizontal as MoreHoriz, SvgMultipleUsers as MultipleUsers, SvgNotificationError as NotificationError, SvgNotificationInfo as NotificationInfo, SvgNotificationSuccess as NotificationSuccess, SvgNotificationWarning as NotificationWarning, SvgPencil as Pencil, SvgUserSingle as Person, SvgPolygon as Polygon, SvgFolderEmpty1 as Projects, SvgQuestionCircle as QuestionCircle, SvgQuestionMark as QuestionMark, SvgResolution as Resolution, SvgSatellite as Satellite, SvgSave as Save, SvgSearch as Search, SvgServerLock as ServerLock, SvgSettingsVertical as SettingsVertical, SvgShield as Shield, SvgShieldLock as ShieldWithLock, SvgShoppingCart as ShoppingCartOutlined, SvgServer2 as Storage, SvgSupportCircle as Support, SvgSupport as SupportClear, SvgSupportHeadphones as SupportHeadphones, SvgSystem as System, SvgTag as Tag, SvgTarget as Target, SvgTransaction as Transaction, SvgUpgradeShield as UpgradeShield, SvgUpload as Upload, SvgUserCircle as User, SvgViewOff as ViewOff, SvgViewOn as ViewOn, SvgCloseEyeVisibility as VisibilityOffOutlined, SvgOpenEyeVisibility as VisibilityOutlined, SvgWeatherCloud as WeatherCloud, SvgWebhooks as Webhooks, SvgWorkflow as Workflow, SvgWorkflowPencil as WorkflowPencil };
|
|
2438
2470
|
}
|
|
2439
2471
|
|
|
2440
2472
|
declare type IconProps = {
|
|
@@ -2534,11 +2566,12 @@ interface CodeInlineProps {
|
|
|
2534
2566
|
text: string;
|
|
2535
2567
|
label?: string;
|
|
2536
2568
|
'data-testid'?: string;
|
|
2569
|
+
inlineLabel?: boolean;
|
|
2537
2570
|
}
|
|
2538
2571
|
/**
|
|
2539
2572
|
* Documentation: https://up-components.up42.com/?path=/docs/data-display-codeinline--docs
|
|
2540
2573
|
*/
|
|
2541
|
-
declare const CodeInline: ({ label, text, "data-testid": dataTestId }: CodeInlineProps) => JSX.Element;
|
|
2574
|
+
declare const CodeInline: ({ label, text, "data-testid": dataTestId, inlineLabel }: CodeInlineProps) => JSX.Element;
|
|
2542
2575
|
|
|
2543
2576
|
declare type Languages = 'DFS' | 'atom' | 'bash' | 'clike' | 'css' | 'extend' | 'html' | 'insertBefore' | 'java' | 'javascript' | 'js' | 'json' | 'julia' | 'kotlin' | 'kt' | 'kts' | 'markup' | 'mathml' | 'plain' | 'plaintext' | 'py' | 'python' | 'rss' | 'sh' | 'shell' | 'ssml' | 'svg' | 'text' | 'txt' | 'webmanifest' | 'xml';
|
|
2544
2577
|
interface CodeSnippetItemProps {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@up42/up-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.1",
|
|
4
4
|
"description": "UP42 Component Library",
|
|
5
5
|
"author": "Axel Fuhrmann axel.fuhrmann@up42.com",
|
|
6
6
|
"license": "ISC",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"storybook": "storybook dev -p 6006",
|
|
22
22
|
"storybook:build": "storybook build",
|
|
23
23
|
"lint": "eslint src/.",
|
|
24
|
-
"release": "
|
|
25
|
-
"release:minor": "
|
|
26
|
-
"release:patch": "
|
|
24
|
+
"release": "commit-and-tag-version",
|
|
25
|
+
"release:minor": "commit-and-tag-version --release-as minor",
|
|
26
|
+
"release:patch": "commit-and-tag-version --release-as patch",
|
|
27
27
|
"prepare": "husky install",
|
|
28
28
|
"format": "prettier --write ./**/*.mdx"
|
|
29
29
|
},
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"@typescript-eslint/parser": "^5.10.0",
|
|
68
68
|
"babel-jest": "^27.4.6",
|
|
69
69
|
"babel-loader": "^8.2.3",
|
|
70
|
+
"commit-and-tag-version": "^12.4.1",
|
|
70
71
|
"eslint": "^8.7.0",
|
|
71
72
|
"eslint-config-prettier": "^8.3.0",
|
|
72
73
|
"eslint-import-resolver-typescript": "^2.5.0",
|
|
@@ -86,7 +87,6 @@
|
|
|
86
87
|
"rollup-plugin-delete": "^2.0.0",
|
|
87
88
|
"rollup-plugin-dts": "^6.1.0",
|
|
88
89
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
89
|
-
"standard-version": "^9.3.2",
|
|
90
90
|
"storybook": "^7.1.1",
|
|
91
91
|
"typescript": "^4.5.4",
|
|
92
92
|
"vite-plugin-svgr": "^3.2.0"
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"node": ">= 18",
|
|
112
112
|
"npm": ">= 8"
|
|
113
113
|
},
|
|
114
|
-
"
|
|
114
|
+
"commit-and-tag-version": {
|
|
115
115
|
"skip": {
|
|
116
116
|
"tag": true
|
|
117
117
|
}
|