@up42/up-components 0.9.5 → 0.9.6

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 ArrowTopRight } from './arrow-top-right.svg';
3
4
  export { default as Assignment } from './assignment-circle.svg';
4
5
  export { default as Bash } from './bash-circle.svg';
5
6
  export { default as Bin } from './bin.svg';
package/dist/index.d.ts CHANGED
@@ -564,21 +564,21 @@ declare type LoadingProps = {
564
564
  */
565
565
  declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Element | null;
566
566
 
567
- var _g$d, _defs$b;
567
+ var _g$e, _defs$c;
568
568
 
569
- 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); }
569
+ 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); }
570
570
 
571
571
  var SvgAlarmBell = function SvgAlarmBell(props) {
572
- return /*#__PURE__*/React.createElement("svg", _extends$R({
572
+ return /*#__PURE__*/React.createElement("svg", _extends$S({
573
573
  xmlns: "http://www.w3.org/2000/svg",
574
574
  fill: "none",
575
575
  viewBox: "0 0 16 16"
576
- }, props), _g$d || (_g$d = /*#__PURE__*/React.createElement("g", {
576
+ }, props), _g$e || (_g$e = /*#__PURE__*/React.createElement("g", {
577
577
  fill: "currentColor",
578
578
  clipPath: "url(#alarm-bell_svg__a)"
579
579
  }, /*#__PURE__*/React.createElement("path", {
580
580
  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"
581
- }))), _defs$b || (_defs$b = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
581
+ }))), _defs$c || (_defs$c = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
582
582
  id: "alarm-bell_svg__a"
583
583
  }, /*#__PURE__*/React.createElement("path", {
584
584
  d: "M0 0h16v16H0z"
@@ -587,10 +587,10 @@ var SvgAlarmBell = function SvgAlarmBell(props) {
587
587
 
588
588
  var _path$D, _path2$m;
589
589
 
590
- function _extends$Q() { _extends$Q = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
590
+ 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); }
591
591
 
592
592
  var SvgAppWindowCode = function SvgAppWindowCode(props) {
593
- return /*#__PURE__*/React.createElement("svg", _extends$Q({
593
+ return /*#__PURE__*/React.createElement("svg", _extends$R({
594
594
  width: 32,
595
595
  height: 32,
596
596
  fill: "none",
@@ -604,6 +604,28 @@ var SvgAppWindowCode = function SvgAppWindowCode(props) {
604
604
  })));
605
605
  };
606
606
 
607
+ var _g$d, _defs$b;
608
+
609
+ function _extends$Q() { _extends$Q = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
610
+
611
+ var SvgArrowTopRight = function SvgArrowTopRight(props) {
612
+ return /*#__PURE__*/React.createElement("svg", _extends$Q({
613
+ xmlns: "http://www.w3.org/2000/svg",
614
+ fill: "none",
615
+ viewBox: "0 0 16 17"
616
+ }, props), _g$d || (_g$d = /*#__PURE__*/React.createElement("g", {
617
+ clipPath: "url(#arrow-top-right_svg__a)"
618
+ }, /*#__PURE__*/React.createElement("path", {
619
+ fill: "currentColor",
620
+ d: "M4 4.5v1.333h5.727l-6.394 6.394.94.94 6.394-6.394V12.5H12v-8H4Z"
621
+ }))), _defs$b || (_defs$b = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
622
+ id: "arrow-top-right_svg__a"
623
+ }, /*#__PURE__*/React.createElement("path", {
624
+ fill: "#fff",
625
+ d: "M0 .5h16v16H0z"
626
+ })))));
627
+ };
628
+
607
629
  var _rect$4, _g$c, _defs$a;
608
630
 
609
631
  function _extends$P() { _extends$P = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$P.apply(this, arguments); }
@@ -1661,6 +1683,7 @@ declare namespace icons {
1661
1683
  export {
1662
1684
  SvgAlarmBell as AlarmBell,
1663
1685
  SvgAppWindowCode as AppWindowCode,
1686
+ SvgArrowTopRight as ArrowTopRight,
1664
1687
  SvgAssignmentCircle as Assignment,
1665
1688
  SvgBashCircle as Bash,
1666
1689
  SvgBin as Bin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@up42/up-components",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "UP42 Component Library",
5
5
  "author": "Axel Fuhrmann axel.fuhrmann@up42.com",
6
6
  "license": "ISC",