New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nulogy/components

Package Overview
Dependencies
Maintainers
0
Versions
493
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nulogy/components - npm Package Compare versions

Comparing version 13.1.2 to 13.1.3

dist/src/AsyncSelect/AsyncSelect.graphql.story.d.ts

8

dist/src/AsyncSelect/AsyncSelectComponents.d.ts
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

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