@contentful/f36-autocomplete
Advanced tools
Comparing version 4.0.1-next-v4-10564.2464 to 4.0.1-next-v4-10595.2465
@@ -47,4 +47,7 @@ var $hVoOH$emotion = require("emotion"); | ||
toggleButton: /*#__PURE__*/ $hVoOH$emotion.css({ | ||
name: "1nbt92p", | ||
styles: "position:absolute;top:4px;right:4px;z-index:1;" | ||
position: 'absolute', | ||
top: '4px', | ||
right: '4px', | ||
zIndex: 1, | ||
padding: $parcel$interopDefault($hVoOH$contentfulf36tokens).spacing2Xs | ||
}), | ||
@@ -196,5 +199,7 @@ content: /*#__PURE__*/ $hVoOH$emotion.css({ | ||
icon: inputValue ? /*#__PURE__*/ $parcel$interopDefault($hVoOH$react).createElement($hVoOH$contentfulf36icons.CloseIcon, { | ||
"aria-label": "Clear" | ||
"aria-label": "Clear", | ||
variant: "muted" | ||
}) : /*#__PURE__*/ $parcel$interopDefault($hVoOH$react).createElement($hVoOH$contentfulf36icons.ChevronDownIcon, { | ||
"aria-label": "Show list" | ||
"aria-label": "Show list", | ||
variant: "muted" | ||
}), | ||
@@ -201,0 +206,0 @@ onClick: ()=>{ |
@@ -39,4 +39,7 @@ import {cx as $7oe8x$cx, css as $7oe8x$css} from "emotion"; | ||
toggleButton: /*#__PURE__*/ $7oe8x$css({ | ||
name: "1nbt92p", | ||
styles: "position:absolute;top:4px;right:4px;z-index:1;" | ||
position: 'absolute', | ||
top: '4px', | ||
right: '4px', | ||
zIndex: 1, | ||
padding: $7oe8x$contentfulf36tokens.spacing2Xs | ||
}), | ||
@@ -188,5 +191,7 @@ content: /*#__PURE__*/ $7oe8x$css({ | ||
icon: inputValue ? /*#__PURE__*/ $7oe8x$react.createElement($7oe8x$CloseIcon, { | ||
"aria-label": "Clear" | ||
"aria-label": "Clear", | ||
variant: "muted" | ||
}) : /*#__PURE__*/ $7oe8x$react.createElement($7oe8x$ChevronDownIcon, { | ||
"aria-label": "Show list" | ||
"aria-label": "Show list", | ||
variant: "muted" | ||
}), | ||
@@ -193,0 +198,0 @@ onClick: ()=>{ |
{ | ||
"name": "@contentful/f36-autocomplete", | ||
"version": "4.0.1-next-v4-10564.2464+9523c040", | ||
"version": "4.0.1-next-v4-10595.2465+0dd39ef6", | ||
"description": "Forma 36: Autocomplete component", | ||
@@ -10,11 +10,11 @@ "scripts": { | ||
"@babel/runtime": "^7.6.2", | ||
"@contentful/f36-button": "4.0.1-next-v4-10564.2464+9523c040", | ||
"@contentful/f36-core": "4.0.1-next-v4-10564.2464+9523c040", | ||
"@contentful/f36-forms": "4.0.1-next-v4-10564.2464+9523c040", | ||
"@contentful/f36-icons": "4.0.1-next-v4-10564.2464+9523c040", | ||
"@contentful/f36-popover": "4.0.1-next-v4-10564.2464+9523c040", | ||
"@contentful/f36-skeleton": "4.0.1-next-v4-10564.2464+9523c040", | ||
"@contentful/f36-tokens": "4.0.1-next-v4-10564.2464+9523c040", | ||
"@contentful/f36-typography": "4.0.1-next-v4-10564.2464+9523c040", | ||
"@contentful/f36-utils": "4.0.1-next-v4-10564.2464+9523c040", | ||
"@contentful/f36-button": "4.0.1-next-v4-10595.2465+0dd39ef6", | ||
"@contentful/f36-core": "4.0.1-next-v4-10595.2465+0dd39ef6", | ||
"@contentful/f36-forms": "4.0.1-next-v4-10595.2465+0dd39ef6", | ||
"@contentful/f36-icons": "4.0.1-next-v4-10595.2465+0dd39ef6", | ||
"@contentful/f36-popover": "4.0.1-next-v4-10595.2465+0dd39ef6", | ||
"@contentful/f36-skeleton": "4.0.1-next-v4-10595.2465+0dd39ef6", | ||
"@contentful/f36-tokens": "4.0.1-next-v4-10595.2465+0dd39ef6", | ||
"@contentful/f36-typography": "4.0.1-next-v4-10595.2465+0dd39ef6", | ||
"@contentful/f36-utils": "4.0.1-next-v4-10595.2465+0dd39ef6", | ||
"downshift": "^6.1.7", | ||
@@ -44,3 +44,3 @@ "emotion": "^10.0.17" | ||
}, | ||
"gitHead": "9523c040ac30c5439ce0e8dca62051b5164b822b" | ||
"gitHead": "0dd39ef61aa5728dc260b474712fe4b5e0b2f6bd" | ||
} |
@@ -17,2 +17,3 @@ import { css } from 'emotion'; | ||
zIndex: 1, | ||
padding: tokens.spacing2Xs, | ||
}), | ||
@@ -19,0 +20,0 @@ content: css({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
94397
1018
Updated@contentful/f36-button@4.0.1-next-v4-10595.2465+0dd39ef6
Updated@contentful/f36-core@4.0.1-next-v4-10595.2465+0dd39ef6
Updated@contentful/f36-forms@4.0.1-next-v4-10595.2465+0dd39ef6
Updated@contentful/f36-icons@4.0.1-next-v4-10595.2465+0dd39ef6
Updated@contentful/f36-popover@4.0.1-next-v4-10595.2465+0dd39ef6
Updated@contentful/f36-skeleton@4.0.1-next-v4-10595.2465+0dd39ef6
Updated@contentful/f36-tokens@4.0.1-next-v4-10595.2465+0dd39ef6
Updated@contentful/f36-typography@4.0.1-next-v4-10595.2465+0dd39ef6
Updated@contentful/f36-utils@4.0.1-next-v4-10595.2465+0dd39ef6