Socket
Socket
Sign inDemoInstall

@blueprintjs/core

Package Overview
Dependencies
Maintainers
1
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/core - npm Package Compare versions

Comparing version 4.17.6 to 4.17.7

2

lib/cjs/components/button/abstractButton.d.ts

@@ -78,3 +78,3 @@ import * as React from "react";

className: string;
disabled: boolean | (ButtonProps<E> & (E extends HTMLButtonElement ? React.ButtonHTMLAttributes<HTMLButtonElement> : React.AnchorHTMLAttributes<HTMLAnchorElement>))["disabled"];
disabled: boolean | NonNullable<(ButtonProps<E> & (E extends HTMLButtonElement ? React.ButtonHTMLAttributes<HTMLButtonElement> : React.AnchorHTMLAttributes<HTMLAnchorElement>))["disabled"]>;
onBlur: (e: React.FocusEvent<any, Element>) => void;

@@ -81,0 +81,0 @@ onClick: (ButtonProps<E> & (E extends HTMLButtonElement ? React.ButtonHTMLAttributes<HTMLButtonElement> : React.AnchorHTMLAttributes<HTMLAnchorElement>))["onClick"] | undefined;

@@ -48,2 +48,2 @@ export interface IKeyCodeTable {

*/
export declare const normalizeKeyCombo: (combo: string, platformOverride?: string | undefined) => string[];
export declare const normalizeKeyCombo: (combo: string, platformOverride?: string) => string[];

@@ -95,3 +95,3 @@ import * as React from "react";

'aria-busy'?: boolean | "false" | "true" | undefined;
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
'aria-checked'?: boolean | "false" | "mixed" | "true" | undefined;
'aria-colcount'?: number | undefined;

@@ -125,3 +125,3 @@ 'aria-colindex'?: number | undefined;

'aria-posinset'?: number | undefined;
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
'aria-pressed'?: boolean | "false" | "mixed" | "true" | undefined;
'aria-readonly'?: boolean | "false" | "true" | undefined;

@@ -570,3 +570,3 @@ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;

'aria-busy'?: boolean | "false" | "true" | undefined;
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
'aria-checked'?: boolean | "false" | "mixed" | "true" | undefined;
'aria-colcount'?: number | undefined;

@@ -600,3 +600,3 @@ 'aria-colindex'?: number | undefined;

'aria-posinset'?: number | undefined;
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
'aria-pressed'?: boolean | "false" | "mixed" | "true" | undefined;
'aria-readonly'?: boolean | "false" | "true" | undefined;

@@ -603,0 +603,0 @@ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;

@@ -50,5 +50,5 @@ import * as React from "react";

hidden?: boolean | undefined;
dir?: string | undefined;
slot?: string | undefined;
style?: React.CSSProperties | undefined;
dir?: string | undefined;
accessKey?: string | undefined;

@@ -93,3 +93,3 @@ draggable?: (boolean | "false" | "true") | undefined;

'aria-busy'?: boolean | "false" | "true" | undefined;
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
'aria-checked'?: boolean | "false" | "mixed" | "true" | undefined;
'aria-colcount'?: number | undefined;

@@ -123,3 +123,3 @@ 'aria-colindex'?: number | undefined;

'aria-posinset'?: number | undefined;
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
'aria-pressed'?: boolean | "false" | "mixed" | "true" | undefined;
'aria-readonly'?: boolean | "false" | "true" | undefined;

@@ -126,0 +126,0 @@ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;

@@ -78,3 +78,3 @@ import * as React from "react";

className: string;
disabled: boolean | (ButtonProps<E> & (E extends HTMLButtonElement ? React.ButtonHTMLAttributes<HTMLButtonElement> : React.AnchorHTMLAttributes<HTMLAnchorElement>))["disabled"];
disabled: boolean | NonNullable<(ButtonProps<E> & (E extends HTMLButtonElement ? React.ButtonHTMLAttributes<HTMLButtonElement> : React.AnchorHTMLAttributes<HTMLAnchorElement>))["disabled"]>;
onBlur: (e: React.FocusEvent<any, Element>) => void;

@@ -81,0 +81,0 @@ onClick: (ButtonProps<E> & (E extends HTMLButtonElement ? React.ButtonHTMLAttributes<HTMLButtonElement> : React.AnchorHTMLAttributes<HTMLAnchorElement>))["onClick"] | undefined;

@@ -48,2 +48,2 @@ export interface IKeyCodeTable {

*/
export declare const normalizeKeyCombo: (combo: string, platformOverride?: string | undefined) => string[];
export declare const normalizeKeyCombo: (combo: string, platformOverride?: string) => string[];

@@ -78,3 +78,3 @@ import * as React from "react";

className: string;
disabled: boolean | (ButtonProps<E> & (E extends HTMLButtonElement ? React.ButtonHTMLAttributes<HTMLButtonElement> : React.AnchorHTMLAttributes<HTMLAnchorElement>))["disabled"];
disabled: boolean | NonNullable<(ButtonProps<E> & (E extends HTMLButtonElement ? React.ButtonHTMLAttributes<HTMLButtonElement> : React.AnchorHTMLAttributes<HTMLAnchorElement>))["disabled"]>;
onBlur: (e: React.FocusEvent<any, Element>) => void;

@@ -81,0 +81,0 @@ onClick: (ButtonProps<E> & (E extends HTMLButtonElement ? React.ButtonHTMLAttributes<HTMLButtonElement> : React.AnchorHTMLAttributes<HTMLAnchorElement>))["onClick"] | undefined;

@@ -48,2 +48,2 @@ export interface IKeyCodeTable {

*/
export declare const normalizeKeyCombo: (combo: string, platformOverride?: string | undefined) => string[];
export declare const normalizeKeyCombo: (combo: string, platformOverride?: string) => string[];

@@ -95,3 +95,3 @@ import * as React from "react";

'aria-busy'?: boolean | "false" | "true" | undefined;
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
'aria-checked'?: boolean | "false" | "mixed" | "true" | undefined;
'aria-colcount'?: number | undefined;

@@ -125,3 +125,3 @@ 'aria-colindex'?: number | undefined;

'aria-posinset'?: number | undefined;
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
'aria-pressed'?: boolean | "false" | "mixed" | "true" | undefined;
'aria-readonly'?: boolean | "false" | "true" | undefined;

@@ -570,3 +570,3 @@ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;

'aria-busy'?: boolean | "false" | "true" | undefined;
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
'aria-checked'?: boolean | "false" | "mixed" | "true" | undefined;
'aria-colcount'?: number | undefined;

@@ -600,3 +600,3 @@ 'aria-colindex'?: number | undefined;

'aria-posinset'?: number | undefined;
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
'aria-pressed'?: boolean | "false" | "mixed" | "true" | undefined;
'aria-readonly'?: boolean | "false" | "true" | undefined;

@@ -603,0 +603,0 @@ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;

@@ -50,5 +50,5 @@ import * as React from "react";

hidden?: boolean | undefined;
dir?: string | undefined;
slot?: string | undefined;
style?: React.CSSProperties | undefined;
dir?: string | undefined;
accessKey?: string | undefined;

@@ -93,3 +93,3 @@ draggable?: (boolean | "false" | "true") | undefined;

'aria-busy'?: boolean | "false" | "true" | undefined;
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
'aria-checked'?: boolean | "false" | "mixed" | "true" | undefined;
'aria-colcount'?: number | undefined;

@@ -123,3 +123,3 @@ 'aria-colindex'?: number | undefined;

'aria-posinset'?: number | undefined;
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
'aria-pressed'?: boolean | "false" | "mixed" | "true" | undefined;
'aria-readonly'?: boolean | "false" | "true" | undefined;

@@ -126,0 +126,0 @@ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;

{
"name": "@blueprintjs/core",
"version": "4.17.6",
"version": "4.17.7",
"description": "Core styles & components",

@@ -49,4 +49,4 @@ "main": "lib/cjs/index.js",

"dependencies": {
"@blueprintjs/colors": "^4.1.19",
"@blueprintjs/icons": "^4.14.3",
"@blueprintjs/colors": "^4.1.20",
"@blueprintjs/icons": "^4.14.4",
"@juggle/resize-observer": "^3.4.0",

@@ -60,3 +60,3 @@ "@types/dom4": "^2.0.2",

"react-transition-group": "^4.4.5",
"tslib": "~2.3.1"
"tslib": "~2.5.0"
},

@@ -74,5 +74,5 @@ "peerDependencies": {

"devDependencies": {
"@blueprintjs/karma-build-scripts": "^4.0.16",
"@blueprintjs/node-build-scripts": "^7.0.3",
"@blueprintjs/test-commons": "^1.1.13",
"@blueprintjs/karma-build-scripts": "^4.0.17",
"@blueprintjs/node-build-scripts": "^7.0.4",
"@blueprintjs/test-commons": "^1.1.14",
"@testing-library/react": "^12.1.5",

@@ -86,3 +86,3 @@ "enzyme": "^3.11.0",

"react-test-renderer": "^16.14.0",
"typescript": "~4.6.2",
"typescript": "~4.8.4",
"webpack-cli": "^5.0.1"

@@ -89,0 +89,0 @@ },

@@ -158,3 +158,3 @@ /*

function filterKeys<T>(objA: T, objB: T, keys: KeyDenylist<T> | KeyAllowlist<T>) {
function filterKeys<T extends object>(objA: T, objB: T, keys: KeyDenylist<T> | KeyAllowlist<T>) {
if (isAllowlist(keys)) {

@@ -161,0 +161,0 @@ return keys.include;

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

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

Sorry, the diff of this file is not supported yet

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