@nulogy/components
Advanced tools
Comparing version 13.1.2 to 13.1.3
import React from "react"; | ||
import { ClearIndicatorProps, ContainerProps, ControlProps, DropdownIndicatorProps, InputProps, MenuProps, MultiValueProps } from "react-select"; | ||
import { ClearIndicatorProps, ContainerProps, ControlProps, DropdownIndicatorProps, InputProps, MenuProps, MultiValueProps, Props } from "react-select"; | ||
import { GroupBase } from "react-select"; | ||
@@ -7,4 +7,7 @@ import { OptionProps } from "react-select"; | ||
import type { ComponentVariant } from "../NDSProvider/ComponentVariantContext"; | ||
export declare const SelectControl: <Option, IsMulti extends boolean, Group extends GroupBase<Option>>({ iconLeft, isFocused, children, ...props }: ControlProps<Option, IsMulti, Group> & { | ||
interface CustomSelectProps<Option, IsMulti extends boolean, Group extends GroupBase<Option>> extends Props<Option, IsMulti, Group> { | ||
iconLeft?: IconName | "loading"; | ||
} | ||
export declare const SelectControl: <Option, IsMulti extends boolean, Group extends GroupBase<Option>>({ isFocused, children, ...props }: ControlProps<Option, IsMulti, Group> & { | ||
selectProps: CustomSelectProps<Option, IsMulti, Group>; | ||
}) => React.JSX.Element; | ||
@@ -20,1 +23,2 @@ export declare const SelectMultiValue: <Option, IsMulti extends boolean, Group extends GroupBase<Option>>(props: MultiValueProps<Option, IsMulti, Group>) => React.JSX.Element; | ||
}): React.JSX.Element; | ||
export {}; |
{ | ||
"name": "@nulogy/components", | ||
"version": "13.1.2", | ||
"version": "13.1.3", | ||
"description": "Component library for the Nulogy Design System - http://nulogy.design", | ||
@@ -64,2 +64,3 @@ "private": false, | ||
"devDependencies": { | ||
"@apollo/client": "^3.11.8", | ||
"@babel/core": "^7.0.0-0", | ||
@@ -121,2 +122,3 @@ "@babel/plugin-proposal-private-methods": "^7.10.4", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"graphql": "15.8.0", | ||
"http-server": "^14.0.0", | ||
@@ -177,3 +179,3 @@ "husky": "^4.3.0", | ||
"react-resize-detector": "^9.1.0", | ||
"react-select": "^5.8.0", | ||
"react-select": "^5.9.0", | ||
"react-window": "^1.8.11", | ||
@@ -180,0 +182,0 @@ "smoothscroll-polyfill": "^0.4.4", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4529020
366
110085
86
Updatedreact-select@^5.9.0