@maskito/react
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -7,2 +7,39 @@ (function (global, factory) { | ||
/****************************************************************************** | ||
Copyright (c) Microsoft Corporation. | ||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted. | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
PERFORMANCE OF THIS SOFTWARE. | ||
***************************************************************************** */ | ||
function __read(o, n) { | ||
var m = typeof Symbol === "function" && o[Symbol.iterator]; | ||
if (!m) return o; | ||
var i = m.call(o), r, ar = [], e; | ||
try { | ||
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); | ||
} | ||
catch (error) { e = { error: error }; } | ||
finally { | ||
try { | ||
if (r && !r.done && (m = i["return"])) m.call(i); | ||
} | ||
finally { if (e) throw e.error; } | ||
} | ||
return ar; | ||
} | ||
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) { | ||
var e = new Error(message); | ||
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e; | ||
}; | ||
var useIsomorphicLayoutEffect = typeof window !== 'undefined' ? react.useLayoutEffect : react.useEffect; | ||
@@ -32,3 +69,3 @@ | ||
var _e = react.useState(null), | ||
var _e = __read(react.useState(null), 2), | ||
element = _e[0], | ||
@@ -35,0 +72,0 @@ setElement = _e[1]; |
{ | ||
"name": "@maskito/react", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "The React-specific Maskito's library", | ||
@@ -13,7 +13,7 @@ "keywords": [ | ||
], | ||
"homepage": "https://tinkoff.github.io/maskito", | ||
"bugs": "https://github.com/tinkoff/maskito/issues", | ||
"homepage": "https://maskito.dev", | ||
"bugs": "https://github.com/taiga-family/maskito/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tinkoff/maskito.git" | ||
"url": "https://github.com/taiga-family/maskito.git" | ||
}, | ||
@@ -36,11 +36,11 @@ "license": "Apache-2.0", | ||
"@testing-library/react-hooks": "8.0.1", | ||
"@testing-library/user-event": "^14.4.3", | ||
"@types/react": ">=17.0.0", | ||
"@types/react-dom": ">=17.0.0", | ||
"@testing-library/user-event": "14.4.3", | ||
"@types/react": "18.2.21", | ||
"@types/react-dom": "18.2.7", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"react-test-renderer": ">=17.0.0" | ||
"react-test-renderer": "18.2.0" | ||
}, | ||
"peerDependencies": { | ||
"@maskito/core": "^1.4.0", | ||
"@maskito/core": "^1.5.0", | ||
"react": ">=16.8", | ||
@@ -47,0 +47,0 @@ "react-dom": ">=16.8" |
@@ -7,9 +7,9 @@ # @maskito/react | ||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/Tinkoff/maskito/main/projects/demo/src/assets/icons/maskito.svg" alt="Maskito logo" height="120px"> | ||
<img src="https://raw.githubusercontent.com/taiga-family/maskito/main/projects/demo/src/assets/icons/maskito.svg" alt="Maskito logo" height="120px"> | ||
</p> | ||
<p align="center"> | ||
<a href="https://tinkoff.github.io/maskito/frameworks/react">Documentation</a> • | ||
<a href="https://github.com/Tinkoff/maskito/issues/new/choose">Submit an Issue</a> • | ||
<a href="https://t.me/taiga_ui">Contact Us</a> | ||
<a href="https://maskito.dev/frameworks/react">Documentation</a> • | ||
<a href="https://github.com/taiga-family/maskito/issues/new/choose">Submit an Issue</a> • | ||
<a href="https://t.me/taiga_ui/10600">Contact Us</a> | ||
</p> | ||
@@ -16,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
8624
138
0