UNPKG

@commercetools-uikit/search-select-input

Version:

A search select input component built on top of `@commercetools-uikit/async-select-input` to asynchronously load results (options) using the keyword that the user has entered.

53 lines 1.64 kB
{ "name": "@commercetools-uikit/search-select-input", "description": "A search select input component built on top of `@commercetools-uikit/async-select-input` to asynchronously load results (options) using the keyword that the user has entered.", "version": "20.6.1", "bugs": "https://github.com/commercetools/ui-kit/issues", "repository": { "type": "git", "url": "https://github.com/commercetools/ui-kit.git", "directory": "packages/components/inputs/search-select-input" }, "homepage": "https://uikit.commercetools.com", "keywords": [ "javascript", "typescript", "design-system", "react", "uikit" ], "license": "MIT", "publishConfig": { "access": "public" }, "sideEffects": false, "main": "dist/commercetools-uikit-search-select-input.cjs.js", "module": "dist/commercetools-uikit-search-select-input.esm.js", "files": [ "dist" ], "dependencies": { "@babel/runtime": "^7.20.13", "@babel/runtime-corejs3": "^7.20.13", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "react-select": "5.10.2", "@commercetools-uikit/async-select-input": "^20.6.1", "@commercetools-uikit/select-utils": "^20.6.1", "@commercetools-uikit/spacings": "^20.6.1", "@commercetools-uikit/design-system": "^20.6.1", "@commercetools-uikit/text": "^20.6.1", "@commercetools-uikit/utils": "^20.6.1" }, "devDependencies": { "prop-types": "^15.8.1", "react": "19.2.6", "react-dom": "19.2.6", "react-intl": "^7.1.4" }, "peerDependencies": { "react": "19.x", "react-dom": "19.x", "react-intl": "7.x" } }