@blueprintjs/select
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -1,2 +0,2 @@ | ||
/// <reference types="react" /> | ||
import * as React from "react"; | ||
import { AbstractPureComponent2, InputGroupProps2, IPopoverProps } from "@blueprintjs/core"; | ||
@@ -7,2 +7,3 @@ import { IListItemsProps } from "../../common"; | ||
export interface ISelectProps<T> extends IListItemsProps<T> { | ||
children?: React.ReactNode; | ||
/** | ||
@@ -9,0 +10,0 @@ * Whether the component should take up the full width of its container. |
@@ -1,2 +0,2 @@ | ||
/// <reference types="react" /> | ||
import * as React from "react"; | ||
import { AbstractPureComponent2, InputGroupProps2, IPopoverProps } from "@blueprintjs/core"; | ||
@@ -7,2 +7,3 @@ import { IListItemsProps } from "../../common"; | ||
export interface ISelectProps<T> extends IListItemsProps<T> { | ||
children?: React.ReactNode; | ||
/** | ||
@@ -9,0 +10,0 @@ * Whether the component should take up the full width of its container. |
@@ -1,2 +0,2 @@ | ||
/// <reference types="react" /> | ||
import * as React from "react"; | ||
import { AbstractPureComponent2, InputGroupProps2, IPopoverProps } from "@blueprintjs/core"; | ||
@@ -7,2 +7,3 @@ import { IListItemsProps } from "../../common"; | ||
export interface ISelectProps<T> extends IListItemsProps<T> { | ||
children?: React.ReactNode; | ||
/** | ||
@@ -9,0 +10,0 @@ * Whether the component should take up the full width of its container. |
{ | ||
"name": "@blueprintjs/select", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Components related to selecting items from a list", | ||
@@ -38,3 +38,3 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@blueprintjs/core": "^4.2.0", | ||
"@blueprintjs/core": "^4.2.1", | ||
"classnames": "^2.2", | ||
@@ -49,3 +49,3 @@ "tslib": "~2.3.1" | ||
"@blueprintjs/karma-build-scripts": "^3.1.1", | ||
"@blueprintjs/node-build-scripts": "^4.0.2", | ||
"@blueprintjs/node-build-scripts": "^4.0.3", | ||
"enzyme": "^3.11.0", | ||
@@ -52,0 +52,0 @@ "karma": "^6.3.17", |
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
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
572236
8361
Updated@blueprintjs/core@^4.2.1