@up42/up-components 0.12.0 → 0.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.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as AlarmBell } from './alarm-bell.svg';
|
|
2
2
|
export { default as AppWindowCode } from './app-window-code.svg';
|
|
3
|
+
export { default as ArrowCircleDown } from './arrow-circle-down.svg';
|
|
3
4
|
export { default as ArrowTopRight } from './arrow-top-right.svg';
|
|
4
5
|
export { default as Assignment } from './assignment-circle.svg';
|
|
5
6
|
export { default as Bash } from './bash-circle.svg';
|
package/dist/index.d.ts
CHANGED
|
@@ -632,21 +632,21 @@ declare type LoadingProps = {
|
|
|
632
632
|
*/
|
|
633
633
|
declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Element | null;
|
|
634
634
|
|
|
635
|
-
var _g$
|
|
635
|
+
var _g$f, _defs$d;
|
|
636
636
|
|
|
637
|
-
function _extends$
|
|
637
|
+
function _extends$U() { _extends$U = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$U.apply(this, arguments); }
|
|
638
638
|
|
|
639
639
|
var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
640
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
640
|
+
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
641
641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
642
642
|
fill: "none",
|
|
643
643
|
viewBox: "0 0 16 16"
|
|
644
|
-
}, props), _g$
|
|
644
|
+
}, props), _g$f || (_g$f = /*#__PURE__*/React.createElement("g", {
|
|
645
645
|
fill: "currentColor",
|
|
646
646
|
clipPath: "url(#alarm-bell_svg__a)"
|
|
647
647
|
}, /*#__PURE__*/React.createElement("path", {
|
|
648
648
|
d: "M7.993 16a1.89 1.89 0 0 1-1.812-1.359.5.5 0 0 1 .96-.282.89.89 0 0 0 1.71.001.503.503 0 0 1 .62-.34.5.5 0 0 1 .339.621 1.894 1.894 0 0 1-1.817 1.36Zm-5.999-3a.498.498 0 0 1-.394-.808c.004-.005.894-1.292.894-5.191a5.491 5.491 0 0 1 5-5.478V.501a.5.5 0 0 1 1 0v1.022c2.823.254 5 2.616 5 5.478 0 4.202.83 5.124.839 5.132a.504.504 0 0 1-.339.868h-12Zm11.14-1c-.321-.82-.64-2.313-.64-5 0-2.48-2.02-4.5-4.5-4.5a4.505 4.505 0 0 0-4.5 4.5c0 2.639-.387 4.185-.698 5h10.338Z"
|
|
649
|
-
}))), _defs$
|
|
649
|
+
}))), _defs$d || (_defs$d = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
650
650
|
id: "alarm-bell_svg__a"
|
|
651
651
|
}, /*#__PURE__*/React.createElement("path", {
|
|
652
652
|
d: "M0 0h16v16H0z"
|
|
@@ -655,10 +655,10 @@ var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
|
655
655
|
|
|
656
656
|
var _path$E, _path2$m;
|
|
657
657
|
|
|
658
|
-
function _extends$
|
|
658
|
+
function _extends$T() { _extends$T = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$T.apply(this, arguments); }
|
|
659
659
|
|
|
660
660
|
var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
661
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
661
|
+
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
662
662
|
width: 32,
|
|
663
663
|
height: 32,
|
|
664
664
|
fill: "none",
|
|
@@ -672,6 +672,34 @@ var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
|
672
672
|
})));
|
|
673
673
|
};
|
|
674
674
|
|
|
675
|
+
var _rect$5, _g$e, _defs$c;
|
|
676
|
+
|
|
677
|
+
function _extends$S() { _extends$S = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$S.apply(this, arguments); }
|
|
678
|
+
|
|
679
|
+
var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
680
|
+
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
681
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
682
|
+
width: 16,
|
|
683
|
+
height: 16,
|
|
684
|
+
fill: "none"
|
|
685
|
+
}, props), _rect$5 || (_rect$5 = /*#__PURE__*/React.createElement("rect", {
|
|
686
|
+
width: 16,
|
|
687
|
+
height: 16,
|
|
688
|
+
fill: "#DFE1E6",
|
|
689
|
+
rx: 8
|
|
690
|
+
})), _g$e || (_g$e = /*#__PURE__*/React.createElement("g", {
|
|
691
|
+
clipPath: "url(#arrow-circle-down_svg__a)"
|
|
692
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
693
|
+
fill: "#777C85",
|
|
694
|
+
d: "M8 11.125a.957.957 0 0 1-.72-.325L3.192 6.153a.77.77 0 0 1 1.155-1.016l3.575 4.064a.104.104 0 0 0 .156 0l3.575-4.064a.77.77 0 1 1 1.155 1.016L8.722 10.8a.963.963 0 0 1-.722.326Z"
|
|
695
|
+
}))), _defs$c || (_defs$c = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
696
|
+
id: "arrow-circle-down_svg__a"
|
|
697
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
698
|
+
fill: "#fff",
|
|
699
|
+
d: "M3 3h10v10H3z"
|
|
700
|
+
})))));
|
|
701
|
+
};
|
|
702
|
+
|
|
675
703
|
var _g$d, _defs$b;
|
|
676
704
|
|
|
677
705
|
function _extends$R() { _extends$R = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$R.apply(this, arguments); }
|
|
@@ -1769,6 +1797,7 @@ declare namespace icons {
|
|
|
1769
1797
|
export {
|
|
1770
1798
|
SvgAlarmBell as AlarmBell,
|
|
1771
1799
|
SvgAppWindowCode as AppWindowCode,
|
|
1800
|
+
SvgArrowCircleDown as ArrowCircleDown,
|
|
1772
1801
|
SvgArrowTopRight as ArrowTopRight,
|
|
1773
1802
|
SvgAssignmentCircle as Assignment,
|
|
1774
1803
|
SvgBashCircle as Bash,
|