@os-design/utils
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -22,3 +22,3 @@ "use strict"; | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any,@typescript-eslint/ban-types | ||
var isFunction = function isFunction(value) { | ||
@@ -25,0 +25,0 @@ return typeof value === 'function'; |
import { useCallback, useEffect, useMemo, useRef, useState } from 'react'; | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any,@typescript-eslint/ban-types | ||
const isFunction = value => typeof value === 'function'; | ||
@@ -5,0 +5,0 @@ /** |
{ | ||
"name": "@os-design/utils", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"license": "UNLICENSED", | ||
@@ -31,3 +31,3 @@ "repository": "git@gitlab.com:os-team/libs/os-design.git", | ||
"devDependencies": { | ||
"@os-design/styles": "^1.0.17", | ||
"@os-design/styles": "^1.0.18", | ||
"@types/resize-observer-browser": "^0.1.5", | ||
@@ -42,3 +42,3 @@ "react": ">=17" | ||
}, | ||
"gitHead": "abd725b79ea6ad7aa073eca1e7179d6e6d37a1f9" | ||
"gitHead": "81450801fa814fb9fe28768642652175666c07ef" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
136441