Socket
Socket
Sign inDemoInstall

@atlaskit/select

Package Overview
Dependencies
Maintainers
1
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/select - npm Package Compare versions

Comparing version 17.3.3 to 17.3.4

6

dist/cjs/components/input-aria-describedby.js

@@ -7,7 +7,7 @@ "use strict";

});
exports.Input = void 0;
exports.Input = Input;
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
var _react = _interopRequireDefault(require("react"));
var _reactSelect = require("react-select");
var Input = exports.Input = function Input(props) {
function Input(props) {
var ariaDescribedByAttribute;

@@ -23,2 +23,2 @@ var passed_describedby = props.selectProps['aria-describedby'];

}));
};
}

@@ -50,3 +50,4 @@ "use strict";

MultiValueRemove: _components.MultiValueRemove,
IndicatorSeparator: _components.IndicatorSeparator
IndicatorSeparator: _components.IndicatorSeparator,
Input: _inputAriaDescribedby.Input
}, components);

@@ -53,0 +54,0 @@ });

@@ -12,3 +12,3 @@ "use strict";

var packageName = "@atlaskit/select";
var packageVersion = "17.3.3";
var packageVersion = "17.3.4";
var SelectWithoutAnalytics = exports.SelectWithoutAnalytics = (0, _createSelect.default)(_reactSelect.default);

@@ -15,0 +15,0 @@ var createAndFireEventOnAtlaskit = (0, _analyticsNext.createAndFireEvent)('atlaskit');

import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { components } from 'react-select';
export const Input = props => {
export function Input(props) {
let ariaDescribedByAttribute;

@@ -15,2 +15,2 @@ const passed_describedby = props.selectProps['aria-describedby'];

}));
};
}

@@ -25,2 +25,3 @@ import _extends from "@babel/runtime/helpers/extends";

IndicatorSeparator,
Input: Input,
...components

@@ -27,0 +28,0 @@ };

@@ -5,3 +5,3 @@ import ReactSelect from 'react-select';

const packageName = "@atlaskit/select";
const packageVersion = "17.3.3";
const packageVersion = "17.3.4";
export const SelectWithoutAnalytics = createSelect(ReactSelect);

@@ -8,0 +8,0 @@ const createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');

import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { components } from 'react-select';
export var Input = function Input(props) {
export function Input(props) {
var ariaDescribedByAttribute;

@@ -15,2 +15,2 @@ var passed_describedby = props.selectProps['aria-describedby'];

}));
};
}

@@ -40,3 +40,4 @@ import _extends from "@babel/runtime/helpers/extends";

MultiValueRemove: MultiValueRemove,
IndicatorSeparator: IndicatorSeparator
IndicatorSeparator: IndicatorSeparator,
Input: Input
}, components);

@@ -43,0 +44,0 @@ });

@@ -5,3 +5,3 @@ import ReactSelect from 'react-select';

var packageName = "@atlaskit/select";
var packageVersion = "17.3.3";
var packageVersion = "17.3.4";
export var SelectWithoutAnalytics = createSelect(ReactSelect);

@@ -8,0 +8,0 @@ var createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');

@@ -40,3 +40,3 @@ /// <reference types="react" />

components: {
Input: (props: import("react-select").InputProps) => JSX.Element;
Input: typeof import("./components/input-aria-describedby").Input;
};

@@ -43,0 +43,0 @@ styles: {};

@@ -40,3 +40,3 @@ /// <reference types="react" />

components: {
Input: (props: import("react-select").InputProps) => JSX.Element;
Input: typeof import("./components/input-aria-describedby").Input;
};

@@ -43,0 +43,0 @@ styles: {};

/// <reference types="react" />
import { InputProps } from 'react-select';
export declare const Input: (props: InputProps) => JSX.Element;
import type { OptionType } from '../types';
export declare function Input<Option = OptionType, IsMulti extends boolean = false>(props: InputProps<Option, IsMulti>): JSX.Element;

@@ -40,3 +40,3 @@ /// <reference types="react" />

components: {
Input: (props: import("react-select").InputProps) => JSX.Element;
Input: typeof import("./components/input-aria-describedby").Input;
};

@@ -43,0 +43,0 @@ styles: {};

import React, { ComponentType } from 'react';
import { type GroupBase } from 'react-select';
import BaseSelect from 'react-select/base';
import { Input } from './components/input-aria-describedby';
import { SelectProps, OptionType, AsyncSelectProps, CreatableSelectProps } from './types';

@@ -43,3 +44,3 @@ export default function createSelect(WrappedComponent: ComponentType<any>): {

components: {
Input: (props: import("react-select").InputProps) => JSX.Element;
Input: typeof Input;
};

@@ -46,0 +47,0 @@ styles: {};

@@ -40,3 +40,3 @@ /// <reference types="react" />

components: {
Input: (props: import("react-select").InputProps) => JSX.Element;
Input: typeof import("./components/input-aria-describedby").Input;
};

@@ -85,3 +85,3 @@ styles: {};

components: {
Input: (props: import("react-select").InputProps) => JSX.Element;
Input: typeof import("./components/input-aria-describedby").Input;
};

@@ -88,0 +88,0 @@ styles: {};

@@ -40,3 +40,3 @@ /// <reference types="react" />

components: {
Input: (props: import("react-select").InputProps) => JSX.Element;
Input: typeof import("./components/input-aria-describedby").Input;
};

@@ -43,0 +43,0 @@ styles: {};

@@ -40,3 +40,3 @@ /// <reference types="react" />

components: {
Input: (props: import("react-select").InputProps) => JSX.Element;
Input: typeof import("./components/input-aria-describedby").Input;
};

@@ -43,0 +43,0 @@ styles: {};

/// <reference types="react" />
import { InputProps } from 'react-select';
export declare const Input: (props: InputProps) => JSX.Element;
import type { OptionType } from '../types';
export declare function Input<Option = OptionType, IsMulti extends boolean = false>(props: InputProps<Option, IsMulti>): JSX.Element;

@@ -40,3 +40,3 @@ /// <reference types="react" />

components: {
Input: (props: import("react-select").InputProps) => JSX.Element;
Input: typeof import("./components/input-aria-describedby").Input;
};

@@ -43,0 +43,0 @@ styles: {};

import React, { ComponentType } from 'react';
import { type GroupBase } from 'react-select';
import BaseSelect from 'react-select/base';
import { Input } from './components/input-aria-describedby';
import { SelectProps, OptionType, AsyncSelectProps, CreatableSelectProps } from './types';

@@ -43,3 +44,3 @@ export default function createSelect(WrappedComponent: ComponentType<any>): {

components: {
Input: (props: import("react-select").InputProps) => JSX.Element;
Input: typeof Input;
};

@@ -46,0 +47,0 @@ styles: {};

@@ -40,3 +40,3 @@ /// <reference types="react" />

components: {
Input: (props: import("react-select").InputProps) => JSX.Element;
Input: typeof import("./components/input-aria-describedby").Input;
};

@@ -85,3 +85,3 @@ styles: {};

components: {
Input: (props: import("react-select").InputProps) => JSX.Element;
Input: typeof import("./components/input-aria-describedby").Input;
};

@@ -88,0 +88,0 @@ styles: {};

{
"name": "@atlaskit/select",
"version": "17.3.3",
"version": "17.3.4",
"description": "Select allows users to make a single selection or multiple selections from a list of options.",

@@ -5,0 +5,0 @@ "publishConfig": {

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