Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/uikit

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/uikit - npm Package Compare versions

Comparing version 3.3.5 to 3.14.0

25

uikit/dist/js/uikit.d.ts

@@ -33,2 +33,3 @@ type UIkitElement = object | HTMLElement | string;

transition?: string | undefined;
offset?: number | undefined;
}

@@ -68,2 +69,3 @@

'delay-hide'?: number | undefined;
display?: "dynamic" | "static" | undefined;
boundary?: string | undefined;

@@ -79,3 +81,3 @@ 'boundary-align'?: boolean | undefined;

show(): void;
hide(): void;
hide(delay?: boolean): void;
}

@@ -101,3 +103,3 @@

show(): void;
hide(): void;
hide(delay?: boolean): void;
}

@@ -208,4 +210,3 @@

interface UIkitNavElement {
index: string | number | UIkitNode;
animate: boolean;
toggle(index: string | number | UIkitNode, animate: boolean): void;
}

@@ -247,3 +248,2 @@

interface UIkitScrollOptions {
duration?: number | undefined;
offset?: number | undefined;

@@ -279,5 +279,7 @@ }

interface UIkitStickyOptions {
top?: number | string | undefined;
bottom?: boolean | string | undefined;
position?: "top" | "bottom" | undefined;
start?: number | string | undefined;
end?: boolean | number | string | undefined;
offset?: number | string | undefined;
'overflow-flip'?: boolean | undefined;
animation?: string | boolean | undefined;

@@ -309,2 +311,3 @@ 'cls-active'?: string | undefined;

toggle?: string | undefined;
itemNav?: string | undefined;
active?: number | undefined;

@@ -386,2 +389,4 @@ animation?: string | undefined;

selActive?: string | boolean | undefined;
animation?: "slide" | "fade" | "delayed-fade" | false | undefined;
duration?: number | undefined;
}

@@ -403,2 +408,3 @@

'delay-controls'?: number | undefined;
container?: string | undefined;
}

@@ -453,3 +459,4 @@

target?: string | undefined;
viewport?: number | undefined;
start?: number | string | undefined;
end?: number |string | undefined;
media?: number | string | undefined;

@@ -507,2 +514,3 @@ }

animation?: number | undefined;
duration?: number | undefined;
threshold?: number | undefined;

@@ -530,2 +538,3 @@ 'cls-item'?: string | undefined;

cls?: string | undefined;
container?: string | undefined;
}

@@ -532,0 +541,0 @@

@@ -1,2 +0,2 @@

// Type definitions for uikit 3.3
// Type definitions for uikit 3.14
// Project: https://getuikit.com

@@ -3,0 +3,0 @@ // Definitions by: Giovanni Silva <https://github.com/giovannicandido>

{
"name": "@types/uikit",
"version": "3.3.5",
"version": "3.14.0",
"description": "TypeScript definitions for uikit",

@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uikit",

"dependencies": {},
"typesPublisherContentHash": "0cc3bba05795f543e8c2f07a1e4147c1a3fba291dd84d9b0f50b9974f3108289",
"typesPublisherContentHash": "c6d5a62e2809e07a0e0b05a061bad6e5f2458a772079f8ec3f8bb30be91d4571",
"typeScriptVersion": "3.9"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 01 Jun 2022 08:01:28 GMT
* Last updated: Fri, 03 Jun 2022 06:01:31 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc