@types/uikit
Advanced tools
Comparing version 3.14.4 to 3.14.5
@@ -127,2 +127,11 @@ type UIkitElement = object | HTMLElement | string; | ||
interface UIkitHeightViewportOptions { | ||
offsetTop?: boolean | string | undefined; | ||
offsetBottom?: boolean | number | string | undefined; | ||
expand?: boolean | undefined; | ||
minHeight?: number | undefined; | ||
} | ||
type HeightViewport = (element: UIkitElement, options?: UIkitHeightViewportOptions) => void; | ||
interface UIkitIconOptions { | ||
@@ -574,2 +583,3 @@ icon?: string | undefined; | ||
const heightMatch: HeightMatch; | ||
const heightViewport: HeightViewport; | ||
const icon: Icon; | ||
@@ -576,0 +586,0 @@ const image: Img; |
{ | ||
"name": "@types/uikit", | ||
"version": "3.14.4", | ||
"version": "3.14.5", | ||
"description": "TypeScript definitions for uikit", | ||
@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uikit", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f382655615625777098a8dc7bb8595cfbd890b6458f8a9e62e305e8db225f058", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "da223d11cf781cd9334d4c6b8f3c7f736c4bf064c49d04209fe96f2b8a6c1f56", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT | ||
* Last updated: Fri, 22 Dec 2023 23:35:44 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,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
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
22770
525