From ba7b0aa823612ca92ffa939c25407238fe1a3434 Mon Sep 17 00:00:00 2001 From: Monday Style Date: Sun, 24 Apr 2022 13:33:24 +0000 Subject: [PATCH] Update version --- package-lock.json | 14 +++++++------- package.json | 2 +- .../Icon/Icons/components/UserStatus.js | 16 +++++++++------- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6f86e1924..4463a6dccf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "classnames": "^2.3.1", "detect-browser": "^5.3.0", "lodash": "^4.17.21", - "monday-ui-style": "0.1.99", + "monday-ui-style": "0.1.100", "prop-types": "^15.8.0", "react-inlinesvg": "^2.3.0", "react-popper": "^2.2.5", @@ -25857,9 +25857,9 @@ } }, "node_modules/monday-ui-style": { - "version": "0.1.99", - "resolved": "https://registry.npmjs.org/monday-ui-style/-/monday-ui-style-0.1.99.tgz", - "integrity": "sha512-Psq8TT0QHhSNhU5DUsDLlgRi0UiT0Mo2SXKJqcBk+7BL0/TF4YOS/qVFt6u2Ufew0V9OkyHko/sF0S/g3tC8gg==", + "version": "0.1.100", + "resolved": "https://registry.npmjs.org/monday-ui-style/-/monday-ui-style-0.1.100.tgz", + "integrity": "sha512-Hs6vcX4GTlZJ71I6g4tF5gYoYFbyqc/ETE2HtJF5GJQdsfDmj1xhBnuJUY43BkX/k+hhXi0dvuB/TLl2uhJ48Q==", "dependencies": { "postcss": "8.4.4", "postcss-scss": "^4.0.3", @@ -55526,9 +55526,9 @@ } }, "monday-ui-style": { - "version": "0.1.99", - "resolved": "https://registry.npmjs.org/monday-ui-style/-/monday-ui-style-0.1.99.tgz", - "integrity": "sha512-Psq8TT0QHhSNhU5DUsDLlgRi0UiT0Mo2SXKJqcBk+7BL0/TF4YOS/qVFt6u2Ufew0V9OkyHko/sF0S/g3tC8gg==", + "version": "0.1.100", + "resolved": "https://registry.npmjs.org/monday-ui-style/-/monday-ui-style-0.1.100.tgz", + "integrity": "sha512-Hs6vcX4GTlZJ71I6g4tF5gYoYFbyqc/ETE2HtJF5GJQdsfDmj1xhBnuJUY43BkX/k+hhXi0dvuB/TLl2uhJ48Q==", "requires": { "postcss": "8.4.4", "postcss-scss": "^4.0.3", diff --git a/package.json b/package.json index 658170cd72..8e7f06a68a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "classnames": "^2.3.1", "detect-browser": "^5.3.0", "lodash": "^4.17.21", - "monday-ui-style": "0.1.99", + "monday-ui-style": "0.1.100", "prop-types": "^15.8.0", "react-inlinesvg": "^2.3.0", "react-popper": "^2.2.5", diff --git a/src/components/Icon/Icons/components/UserStatus.js b/src/components/Icon/Icons/components/UserStatus.js index 053760e774..88acd0f9ad 100644 --- a/src/components/Icon/Icons/components/UserStatus.js +++ b/src/components/Icon/Icons/components/UserStatus.js @@ -3,13 +3,15 @@ import PropTypes from 'prop-types'; import React from 'react'; const UserStatus = ({size, ...props}) => ( - - - - + + + + + + ); UserStatus.displayName = 'UserStatus';