@popmenu/dashboard
Advanced tools
Comparing version 0.67.0 to 0.68.0
@@ -808,6 +808,6 @@ import * as React from 'react'; | ||
function _extends$2D() { _extends$2D = 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$2D.apply(this, arguments); } | ||
function _extends$2E() { _extends$2E = 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$2E.apply(this, arguments); } | ||
function SvgChevronDown(props) { | ||
return /*#__PURE__*/React.createElement("svg", _extends$2D({ | ||
return /*#__PURE__*/React.createElement("svg", _extends$2E({ | ||
viewBox: "0 0 16 16", | ||
@@ -867,8 +867,8 @@ fill: "none", | ||
var _path$e; | ||
var _path$d; | ||
function _extends$N() { _extends$N = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); } | ||
function _extends$M() { _extends$M = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); } | ||
function SvgGitCommit(props) { | ||
return /*#__PURE__*/React.createElement("svg", _extends$N({ | ||
return /*#__PURE__*/React.createElement("svg", _extends$M({ | ||
viewBox: "0 0 16 16", | ||
@@ -880,3 +880,3 @@ fill: "none", | ||
height: "1em" | ||
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", { | ||
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", { | ||
d: "M8 10.667a2.667 2.667 0 100-5.334 2.667 2.667 0 000 5.334zM.7 8h3.967m6.673 0h3.966", | ||
@@ -883,0 +883,0 @@ stroke: "currentColor" |
@@ -853,6 +853,6 @@ 'use strict'; | ||
function _extends$2D() { _extends$2D = 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$2D.apply(this, arguments); } | ||
function _extends$2E() { _extends$2E = 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$2E.apply(this, arguments); } | ||
function SvgChevronDown(props) { | ||
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2D({ | ||
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2E({ | ||
viewBox: "0 0 16 16", | ||
@@ -912,8 +912,8 @@ fill: "none", | ||
var _path$e; | ||
var _path$d; | ||
function _extends$N() { _extends$N = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); } | ||
function _extends$M() { _extends$M = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); } | ||
function SvgGitCommit(props) { | ||
return /*#__PURE__*/React__namespace.createElement("svg", _extends$N({ | ||
return /*#__PURE__*/React__namespace.createElement("svg", _extends$M({ | ||
viewBox: "0 0 16 16", | ||
@@ -925,3 +925,3 @@ fill: "none", | ||
height: "1em" | ||
}, props), _path$e || (_path$e = /*#__PURE__*/React__namespace.createElement("path", { | ||
}, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", { | ||
d: "M8 10.667a2.667 2.667 0 100-5.334 2.667 2.667 0 000 5.334zM.7 8h3.967m6.673 0h3.966", | ||
@@ -928,0 +928,0 @@ stroke: "currentColor" |
{ | ||
"name": "@popmenu/dashboard", | ||
"version": "0.67.0", | ||
"version": "0.68.0", | ||
"license": "MIT", | ||
@@ -32,3 +32,3 @@ "author": "Popmenu Design System Team", | ||
"sideEffects": false, | ||
"gitHead": "f1429033f0963d7d647bbc4b6403308c10dc8cce" | ||
"gitHead": "b23977c230fec3e50223bd61576356db7f45317c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
696382