@uiw/utils
Advanced tools
Comparing version 4.21.14 to 5.0.0-bate-0
@@ -10,1 +10,2 @@ /** | ||
export declare function getScroll(target: HTMLElement | Window | null, top?: boolean): number; | ||
//# sourceMappingURL=getScroll.d.ts.map |
@@ -5,1 +5,3 @@ export * from './getScroll'; | ||
export * from './noop'; | ||
export * from './theme'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -58,2 +58,15 @@ "use strict"; | ||
}); | ||
var _theme = require("./theme"); | ||
Object.keys(_theme).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _theme[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _theme[key]; | ||
} | ||
}); | ||
}); | ||
//# sourceMappingURL=index.js.map |
export declare function noop(): void; | ||
//# sourceMappingURL=noop.d.ts.map |
@@ -44,1 +44,3 @@ import React from 'react'; | ||
} | ||
export declare type HTMLOrSVGICONElement = ((props: React.HTMLAttributes<HTMLOrSVGElement>) => JSX.Element) | undefined; | ||
//# sourceMappingURL=props.d.ts.map |
@@ -5,1 +5,2 @@ /** | ||
export declare function randomid(): string; | ||
//# sourceMappingURL=randomid.d.ts.map |
@@ -10,1 +10,2 @@ /** | ||
export declare function getScroll(target: HTMLElement | Window | null, top?: boolean): number; | ||
//# sourceMappingURL=getScroll.d.ts.map |
@@ -5,1 +5,3 @@ export * from './getScroll'; | ||
export * from './noop'; | ||
export * from './theme'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,2 +5,3 @@ export * from './getScroll'; | ||
export * from './noop'; | ||
export * from './theme'; | ||
//# sourceMappingURL=index.js.map |
export declare function noop(): void; | ||
//# sourceMappingURL=noop.d.ts.map |
@@ -44,1 +44,3 @@ import React from 'react'; | ||
} | ||
export declare type HTMLOrSVGICONElement = ((props: React.HTMLAttributes<HTMLOrSVGElement>) => JSX.Element) | undefined; | ||
//# sourceMappingURL=props.d.ts.map |
@@ -5,1 +5,2 @@ /** | ||
export declare function randomid(): string; | ||
//# sourceMappingURL=randomid.d.ts.map |
{ | ||
"name": "@uiw/utils", | ||
"version": "4.21.14", | ||
"version": "5.0.0-bate-0", | ||
"description": "utils tools for uiw", | ||
@@ -5,0 +5,0 @@ "author": "Kenny Wong <wowohoo@qq.com>", |
@@ -5,1 +5,2 @@ export * from './getScroll'; | ||
export * from './noop'; | ||
export * from './theme'; |
@@ -45,3 +45,2 @@ import React from 'react'; | ||
// export type HTMLUlProps = React.HTMLAttributes<HTMLUListElement>; | ||
export type AnchorProps = | ||
@@ -63,1 +62,2 @@ | 'download' | ||
} | ||
export type HTMLOrSVGICONElement = ((props: React.HTMLAttributes<HTMLOrSVGElement>) => JSX.Element) | undefined; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
54676
44
780
1