@peersyst/react-utils
Advanced tools
Comparing version 1.7.0 to 1.7.1
export * from "./color"; | ||
export * from "./color.types"; | ||
export * from "./color-validations"; |
@@ -12,3 +12,2 @@ export { default as capitalize } from "./capitalize"; | ||
export { default as fsx } from "./fsx"; | ||
export { default as isColor } from "./isColor"; | ||
export { default as minDigits } from "./minDigits"; | ||
@@ -15,0 +14,0 @@ export { default as nullifyEvent } from "./nullifyEvent"; |
export * from "./color"; | ||
export * from "./color.types"; | ||
export * from "./color.types"; | ||
export * from "./color-validations"; |
@@ -12,3 +12,2 @@ export { default as capitalize } from "./capitalize"; | ||
export { default as fsx } from "./fsx"; | ||
export { default as isColor } from "./isColor"; | ||
export { default as minDigits } from "./minDigits"; | ||
@@ -15,0 +14,0 @@ export { default as nullifyEvent } from "./nullifyEvent"; |
export * from "./color"; | ||
export * from "./color.types"; | ||
export * from "./color.types"; | ||
export * from "./color-validations"; |
@@ -12,3 +12,2 @@ export { default as capitalize } from "./capitalize"; | ||
export { default as fsx } from "./fsx"; | ||
export { default as isColor } from "./isColor"; | ||
export { default as minDigits } from "./minDigits"; | ||
@@ -15,0 +14,0 @@ export { default as nullifyEvent } from "./nullifyEvent"; |
export * from "./color"; | ||
export * from "./color.types"; | ||
export * from "./color.types"; | ||
export * from "./color-validations"; |
@@ -12,3 +12,2 @@ export { default as capitalize } from "./capitalize"; | ||
export { default as fsx } from "./fsx"; | ||
export { default as isColor } from "./isColor"; | ||
export { default as minDigits } from "./minDigits"; | ||
@@ -15,0 +14,0 @@ export { default as nullifyEvent } from "./nullifyEvent"; |
@@ -31,2 +31,15 @@ "use strict"; | ||
}); | ||
}); | ||
var _colorValidations = require("./color-validations"); | ||
Object.keys(_colorValidations).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _colorValidations[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _colorValidations[key]; | ||
} | ||
}); | ||
}); |
@@ -20,3 +20,2 @@ "use strict"; | ||
fsx: true, | ||
isColor: true, | ||
minDigits: true, | ||
@@ -83,8 +82,2 @@ nullifyEvent: true, | ||
}); | ||
Object.defineProperty(exports, "isColor", { | ||
enumerable: true, | ||
get: function get() { | ||
return _isColor["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "isPlainObject", { | ||
@@ -169,4 +162,2 @@ enumerable: true, | ||
var _isColor = _interopRequireDefault(require("./isColor")); | ||
var _minDigits = _interopRequireDefault(require("./minDigits")); | ||
@@ -173,0 +164,0 @@ |
{ | ||
"name": "@peersyst/react-utils", | ||
"author": "Peersyst", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"license": "MIT", | ||
@@ -21,3 +21,4 @@ "main": "./node/index.js", | ||
"@babel/runtime": "^7.16.7", | ||
"@peersyst/react-types": "^1.4.0" | ||
"@peersyst/react-types": "^1.4.0", | ||
"validate-color": "^2.2.1" | ||
}, | ||
@@ -24,0 +25,0 @@ "publishConfig": { |
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
99128
2174
5
+ Addedvalidate-color@^2.2.1
+ Addedvalidate-color@2.2.4(transitive)