Socket
Socket
Sign inDemoInstall

@commercetools-uikit/select-utils

Package Overview
Dependencies
Maintainers
0
Versions
914
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-uikit/select-utils - npm Package Compare versions

Comparing version 19.9.0 to 19.10.0

2

dist/commercetools-uikit-select-utils.cjs.dev.js

@@ -627,3 +627,3 @@ 'use strict';

// NOTE: This string will be replaced on build time with the package version.
var version = "19.9.0";
var version = "19.10.0";

@@ -630,0 +630,0 @@ exports.ClearIndicator = ClearIndicator$1;

@@ -624,3 +624,3 @@ 'use strict';

// NOTE: This string will be replaced on build time with the package version.
var version = "19.9.0";
var version = "19.10.0";

@@ -627,0 +627,0 @@ exports.ClearIndicator = ClearIndicator$1;

@@ -607,4 +607,4 @@ import { defineMessages, useIntl } from 'react-intl';

// NOTE: This string will be replaced on build time with the package version.
var version = "19.9.0";
var version = "19.10.0";
export { ClearIndicator$1 as ClearIndicator, CustomSelectInputOption, DoublePropertySelectInputOption, DropdownIndicator$1 as DropdownIndicator, MultiplePropertiesSelectInputOption, SELECT_DROPDOWN_OPTION_TYPES, SearchIconDropdownIndicator$1 as SearchIconDropdownIndicator, TagRemove$1 as TagRemove, WrapperWithIcon$1 as ValueWrapperWithIcon, createSelectStyles, customComponents as customComponentsWithIcons, messages, version, warnIfMenuPortalPropsAreMissing };

@@ -11,7 +11,13 @@ import type { ReactElement } from 'react';

};
/**
* @deprecated Use `TTagRemoveProps['selectProps]` instead
*/
export type TTagRemoveSelectProps = {
isReadOnly: boolean;
} & MultiValueGenericProps['selectProps'];
/**
* @deprecated Use `TWrapperWithIconProps['selectProps]` instead
*/
export type TWrapperWithIconSelectProps = {
iconLeft?: ReactElement;
};
{
"name": "@commercetools-uikit/select-utils",
"description": "Utilities for working with select components.",
"version": "19.9.0",
"version": "19.10.0",
"bugs": "https://github.com/commercetools/ui-kit/issues",

@@ -24,8 +24,8 @@ "repository": {

"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-uikit/accessible-button": "19.9.0",
"@commercetools-uikit/design-system": "19.9.0",
"@commercetools-uikit/icons": "19.9.0",
"@commercetools-uikit/spacings": "19.9.0",
"@commercetools-uikit/text": "19.9.0",
"@commercetools-uikit/utils": "19.9.0",
"@commercetools-uikit/accessible-button": "19.10.0",
"@commercetools-uikit/design-system": "19.10.0",
"@commercetools-uikit/icons": "19.10.0",
"@commercetools-uikit/spacings": "19.10.0",
"@commercetools-uikit/text": "19.10.0",
"@commercetools-uikit/utils": "19.10.0",
"@emotion/react": "^11.10.5",

@@ -32,0 +32,0 @@ "@emotion/styled": "^11.10.5",

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