From f15596cf14d838d9e52166c1b4a6ef3b31705cbe Mon Sep 17 00:00:00 2001 From: Monday Style Date: Tue, 30 Nov 2021 15:21:13 +0000 Subject: [PATCH] Update version --- package-lock.json | 6 +++--- package.json | 2 +- src/components/Icon/Icons/components/LongText.js | 2 +- src/components/Icon/Icons/components/Text.js | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ccc3b8b27b..b2f26356d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28798,9 +28798,9 @@ "dev": true }, "monday-ui-style": { - "version": "0.1.56", - "resolved": "https://registry.npmjs.org/monday-ui-style/-/monday-ui-style-0.1.56.tgz", - "integrity": "sha512-8Ms0Jk9b/47Ol8FhdivrU3az00YY98DpyD4yCOqFxNCO3Z7DMQkKyCQ4e55GvWRbKHdHiCfyeY9LMwF4m44nWA==" + "version": "0.1.57", + "resolved": "https://registry.npmjs.org/monday-ui-style/-/monday-ui-style-0.1.57.tgz", + "integrity": "sha512-+ng89LKktVYSpJpnc0ZdbQONxI8xmMurTPd4m1OnTJlD5K4nI0m1RP3eh2kGQFRBkUc1E6Go8NfLLSG+5Gc8VA==" }, "mout": { "version": "1.1.0", diff --git a/package.json b/package.json index 5afb793335..9a2093fde7 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "autosize": "4.0.2", "classnames": "^2.2.6", "lodash": "^4.17.21", - "monday-ui-style": "0.1.56", + "monday-ui-style": "0.1.57", "prop-types": "^15.7.2", "react-inlinesvg": "^2.1.1", "react-popper": "^2.2.3", diff --git a/src/components/Icon/Icons/components/LongText.js b/src/components/Icon/Icons/components/LongText.js index 57920c7458..7c249430ef 100644 --- a/src/components/Icon/Icons/components/LongText.js +++ b/src/components/Icon/Icons/components/LongText.js @@ -4,7 +4,7 @@ import PropTypes from 'prop-types'; import React from 'react'; const LongText = ({size, ...props}) => ( - ); diff --git a/src/components/Icon/Icons/components/Text.js b/src/components/Icon/Icons/components/Text.js index cc1971e504..ecceea3f8a 100644 --- a/src/components/Icon/Icons/components/Text.js +++ b/src/components/Icon/Icons/components/Text.js @@ -4,8 +4,8 @@ import PropTypes from 'prop-types'; import React from 'react'; const Text = ({size, ...props}) => ( - + ); Text.displayName = 'Text';