@commercetools-uikit/async-select-input
Advanced tools
Comparing version 10.13.1-canary.6 to 10.14.1-canary.7
@@ -424,20 +424,16 @@ 'use strict'; | ||
createLabel: { | ||
id: 'UIKit.CreatableSelectInput.createLabel', | ||
description: 'Text of dropdown when creating option', | ||
defaultMessage: 'Create "{inputValue}"' | ||
"id": "UIKit.CreatableSelectInput.createLabel", | ||
"defaultMessage": "Create \"{inputValue}\"" | ||
}, | ||
noOptionsMessageWithInputValue: { | ||
id: 'UIKit.SelectInput.noOptionsMessageWithInputValue', | ||
description: 'Text of dropdown when no options match search text', | ||
defaultMessage: 'No options' | ||
"id": "UIKit.SelectInput.noOptionsMessageWithInputValue", | ||
"defaultMessage": "No options" | ||
}, | ||
noOptionsMessageWithoutInputValue: { | ||
id: 'UIKit.SelectInput.noOptionsMessageWithoutInputValue', | ||
description: 'Text of dropdown when no options exist', | ||
defaultMessage: 'No options' | ||
"id": "UIKit.SelectInput.noOptionsMessageWithoutInputValue", | ||
"defaultMessage": "No options" | ||
}, | ||
placeholder: { | ||
id: 'UIKit.SelectInput.placeholder', | ||
description: 'Default input placeholder text', | ||
defaultMessage: 'Select...' | ||
"id": "UIKit.SelectInput.placeholder", | ||
"defaultMessage": "Select..." | ||
} | ||
@@ -595,5 +591,5 @@ }); | ||
var version = '10.13.1-canary.6+a851e63c'; | ||
var version = '10.14.1-canary.7+d16e5461'; | ||
exports.default = AsyncSelectInput; | ||
exports.version = version; |
@@ -417,20 +417,16 @@ import { useContext } from 'react'; | ||
createLabel: { | ||
id: 'UIKit.CreatableSelectInput.createLabel', | ||
description: 'Text of dropdown when creating option', | ||
defaultMessage: 'Create "{inputValue}"' | ||
"id": "UIKit.CreatableSelectInput.createLabel", | ||
"defaultMessage": "Create \"{inputValue}\"" | ||
}, | ||
noOptionsMessageWithInputValue: { | ||
id: 'UIKit.SelectInput.noOptionsMessageWithInputValue', | ||
description: 'Text of dropdown when no options match search text', | ||
defaultMessage: 'No options' | ||
"id": "UIKit.SelectInput.noOptionsMessageWithInputValue", | ||
"defaultMessage": "No options" | ||
}, | ||
noOptionsMessageWithoutInputValue: { | ||
id: 'UIKit.SelectInput.noOptionsMessageWithoutInputValue', | ||
description: 'Text of dropdown when no options exist', | ||
defaultMessage: 'No options' | ||
"id": "UIKit.SelectInput.noOptionsMessageWithoutInputValue", | ||
"defaultMessage": "No options" | ||
}, | ||
placeholder: { | ||
id: 'UIKit.SelectInput.placeholder', | ||
description: 'Default input placeholder text', | ||
defaultMessage: 'Select...' | ||
"id": "UIKit.SelectInput.placeholder", | ||
"defaultMessage": "Select..." | ||
} | ||
@@ -588,5 +584,5 @@ }); | ||
var version = '10.13.1-canary.6+a851e63c'; | ||
var version = '10.14.1-canary.7+d16e5461'; | ||
export default AsyncSelectInput; | ||
export { version }; |
{ | ||
"name": "@commercetools-uikit/async-select-input", | ||
"version": "10.13.1-canary.6+a851e63c", | ||
"version": "10.14.1-canary.7+d16e5461", | ||
"description": "", | ||
@@ -22,12 +22,12 @@ "main": "dist/async-select-input.cjs.js", | ||
"dependencies": { | ||
"@commercetools-uikit/constraints": "10.13.0", | ||
"@commercetools-uikit/constraints": "10.14.1-canary.7+d16e5461", | ||
"@commercetools-uikit/design-system": "10.13.0", | ||
"@commercetools-uikit/icons": "10.13.0", | ||
"@commercetools-uikit/loading-spinner": "10.13.0", | ||
"@commercetools-uikit/select-utils": "10.13.1-canary.6+a851e63c", | ||
"@commercetools-uikit/spacings": "10.13.0", | ||
"@commercetools-uikit/text": "10.13.0", | ||
"@commercetools-uikit/utils": "10.13.0", | ||
"@emotion/core": "10.0.22", | ||
"@emotion/styled": "10.0.23", | ||
"@commercetools-uikit/icons": "10.14.1-canary.7+d16e5461", | ||
"@commercetools-uikit/loading-spinner": "10.14.1-canary.7+d16e5461", | ||
"@commercetools-uikit/select-utils": "10.14.1-canary.7+d16e5461", | ||
"@commercetools-uikit/spacings": "10.14.1-canary.7+d16e5461", | ||
"@commercetools-uikit/text": "10.14.1-canary.7+d16e5461", | ||
"@commercetools-uikit/utils": "10.14.1-canary.7+d16e5461", | ||
"@emotion/core": "10.0.27", | ||
"@emotion/styled": "10.0.27", | ||
"lodash": "4.17.15", | ||
@@ -42,3 +42,3 @@ "prop-types": "15.7.2", | ||
}, | ||
"gitHead": "a851e63ce1a7600f2773e00fc5790fea494050b5" | ||
"gitHead": "d16e54616a53087be88998d538464bb91b15d5c6" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
46169
1126
+ Added@emotion/core@10.0.27(transitive)
+ Added@emotion/styled@10.0.27(transitive)
- Removed@commercetools-uikit/constraints@10.13.0(transitive)
- Removed@commercetools-uikit/icons@10.13.0(transitive)
- Removed@commercetools-uikit/loading-spinner@10.13.0(transitive)
- Removed@commercetools-uikit/spacings@10.13.0(transitive)
- Removed@commercetools-uikit/spacings-inline@10.13.0(transitive)
- Removed@commercetools-uikit/spacings-inset@10.13.0(transitive)
- Removed@commercetools-uikit/spacings-inset-squish@10.13.0(transitive)
- Removed@commercetools-uikit/spacings-stack@10.13.0(transitive)
- Removed@commercetools-uikit/text@10.13.0(transitive)
- Removed@commercetools-uikit/utils@10.13.0(transitive)
- Removed@emotion/core@10.0.22(transitive)
- Removed@emotion/is-prop-valid@0.8.5(transitive)
- Removed@emotion/memoize@0.7.3(transitive)
- Removed@emotion/sheet@0.9.3(transitive)
- Removed@emotion/styled@10.0.23(transitive)
- Removed@emotion/utils@0.11.2(transitive)
- Removedcommon-tags@1.8.0(transitive)
- Removedreact-required-if@1.0.3(transitive)
- Removedtiny-invariant@1.0.6(transitive)
- Removedwarning@4.0.3(transitive)
Updated@commercetools-uikit/constraints@10.14.1-canary.7+d16e5461
Updated@commercetools-uikit/loading-spinner@10.14.1-canary.7+d16e5461
Updated@commercetools-uikit/select-utils@10.14.1-canary.7+d16e5461
Updated@commercetools-uikit/spacings@10.14.1-canary.7+d16e5461
Updated@emotion/core@10.0.27
Updated@emotion/styled@10.0.27