@ribajs/utils
Advanced tools
Comparing version 2.0.0-alpha.15 to 2.0.0-alpha.16
@@ -18,3 +18,3 @@ export declare const MAX_UID = 1000; | ||
export declare const scrollToPosition: (scrollElement: HTMLElement | (Window & typeof globalThis) | null, position: number | "end" | "start" | "center", angle?: "horizontal" | "vertical" | "both", behavior?: "auto" | "smooth" | undefined) => Promise<void>; | ||
export declare const getElementFromEvent: <T = HTMLAnchorElement | HTMLUnknownElement>(event: Event | MouseEvent | TouchEvent) => T; | ||
export declare const getElementFromEvent: <T = HTMLUnknownElement | HTMLAnchorElement>(event: Event | MouseEvent | TouchEvent) => T; | ||
export declare const getViewportDimensions: () => { | ||
@@ -21,0 +21,0 @@ h: number; |
{ | ||
"name": "@ribajs/utils", | ||
"description": "Utils module of Riba.js", | ||
"version": "2.0.0-alpha.15", | ||
"version": "2.0.0-alpha.16", | ||
"type": "module", | ||
@@ -55,12 +55,12 @@ "engines": { | ||
"devDependencies": { | ||
"@babel/runtime": "^7.19.4", | ||
"@babel/runtime-corejs3": "^7.19.6", | ||
"@ribajs/eslint-config": "^2.0.0-alpha.15", | ||
"@ribajs/tsconfig": "^2.0.0-alpha.15", | ||
"@babel/runtime": "^7.20.1", | ||
"@babel/runtime-corejs3": "^7.20.1", | ||
"@ribajs/eslint-config": "^2.0.0-alpha.16", | ||
"@ribajs/tsconfig": "^2.0.0-alpha.16", | ||
"@types/jest": "^28.1.8", | ||
"@types/node": "^18.11.5", | ||
"@types/node": "^18.11.9", | ||
"babel-jest": "^28.1.3", | ||
"eslint": "^8.26.0", | ||
"typescript": "4.8.4" | ||
"eslint": "^8.27.0", | ||
"typescript": "4.9.3" | ||
} | ||
} |
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
191548