@spectrum-web-components/actionbar
Advanced tools
Comparing version 0.4.4-alpha.60 to 0.4.4-alpha.84
@@ -21,6 +21,7 @@ { | ||
], | ||
"version": "0.4.4-alpha.60+a478c2c4", | ||
"version": "0.4.4-alpha.84+1680fb01", | ||
"description": "", | ||
"main": "src/index.js", | ||
"module": "src/index.js", | ||
"main": "./src/index.js", | ||
"module": "./src/index.js", | ||
"types": "./src/index.d.ts", | ||
"type": "module", | ||
@@ -53,10 +54,10 @@ "exports": { | ||
"@spectrum-css/actionbar": "^3.0.0-beta.5", | ||
"@spectrum-web-components/icon": "^0.6.4-alpha.60+a478c2c4" | ||
"@spectrum-web-components/icon": "^0.6.4-alpha.84+1680fb01" | ||
}, | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.1.4-alpha.60+a478c2c4", | ||
"@spectrum-web-components/popover": "^0.5.5-alpha.60+a478c2c4", | ||
"@spectrum-web-components/base": "^0.1.4-alpha.84+1680fb01", | ||
"@spectrum-web-components/popover": "^0.5.5-alpha.84+1680fb01", | ||
"tslib": "^2.0.0" | ||
}, | ||
"gitHead": "a478c2c484b45e88c5d8b5cc64a255e31d0a3829" | ||
"gitHead": "1680fb01795050191c13f5c05f554d923ff850ae" | ||
} |
@@ -14,5 +14,5 @@ /* | ||
const styles = css ` | ||
:host{display:flex;justify-content:center;bottom:0;z-index:1;box-sizing:border-box;padding:0 var(--spectrum-global-dimension-size-200);height:0;opacity:0;overflow:hidden;pointer-events:none;transition:height var(--spectrum-global-animation-duration-100,.13s) ease-in-out,opacity var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([open]){height:calc(var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-200)*2);opacity:1}:host([dir=ltr][variant=sticky]){left:0}:host([dir=ltr][variant=sticky]),:host([dir=rtl][variant=sticky]){right:0}:host([dir=rtl][variant=sticky]){left:0}:host([variant=sticky]){position:-webkit-sticky;position:sticky}:host([flexible]) #popover{width:auto}:host([variant=fixed]){position:fixed}:host([dir=ltr]) #popover{padding-left:var(--spectrum-global-dimension-size-200);padding-right:calc(var(--spectrum-global-dimension-size-200)/2)}:host([dir=rtl]) #popover{padding-right:var(--spectrum-global-dimension-size-200);padding-left:calc(var(--spectrum-global-dimension-size-200)/2)}#popover{position:relative;box-sizing:border-box;width:100%;margin:auto;height:var(--spectrum-global-dimension-size-600);min-width:280px;max-width:960px;flex-direction:row;align-items:center;justify-content:space-between;pointer-events:auto} | ||
:host{display:flex;justify-content:center;bottom:0;z-index:1;box-sizing:border-box;padding:0 var(--spectrum-global-dimension-size-200);height:0;opacity:0;overflow:hidden;pointer-events:none;transition:height var(--spectrum-global-animation-duration-100,.13s) ease-in-out,opacity var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([open]){height:calc(var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-200)*2);opacity:1}:host([dir=ltr][variant=sticky]){left:0}:host([dir=ltr][variant=sticky]),:host([dir=rtl][variant=sticky]){right:0}:host([dir=rtl][variant=sticky]){left:0}:host([variant=sticky]){position:-webkit-sticky;position:sticky}:host([flexible]) #popover{width:auto}:host([variant=fixed]){position:fixed}:host([dir=ltr]) #popover{padding-left:var(--spectrum-global-dimension-size-200)}:host([dir=rtl]) #popover{padding-right:var(--spectrum-global-dimension-size-200)}:host([dir=ltr]) #popover{padding-right:calc(var(--spectrum-global-dimension-size-200)/2)}:host([dir=rtl]) #popover{padding-left:calc(var(--spectrum-global-dimension-size-200)/2)}#popover{position:relative;box-sizing:border-box;width:100%;margin:auto;height:var(--spectrum-global-dimension-size-600);min-width:280px;max-width:960px;flex-direction:row;align-items:center;justify-content:space-between;pointer-events:auto} | ||
`; | ||
export default styles; | ||
//# sourceMappingURL=actionbar.css.js.map |
@@ -14,4 +14,4 @@ /* | ||
const styles = css` | ||
:host{display:flex;justify-content:center;bottom:0;z-index:1;box-sizing:border-box;padding:0 var(--spectrum-global-dimension-size-200);height:0;opacity:0;overflow:hidden;pointer-events:none;transition:height var(--spectrum-global-animation-duration-100,.13s) ease-in-out,opacity var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([open]){height:calc(var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-200)*2);opacity:1}:host([dir=ltr][variant=sticky]){left:0}:host([dir=ltr][variant=sticky]),:host([dir=rtl][variant=sticky]){right:0}:host([dir=rtl][variant=sticky]){left:0}:host([variant=sticky]){position:-webkit-sticky;position:sticky}:host([flexible]) #popover{width:auto}:host([variant=fixed]){position:fixed}:host([dir=ltr]) #popover{padding-left:var(--spectrum-global-dimension-size-200);padding-right:calc(var(--spectrum-global-dimension-size-200)/2)}:host([dir=rtl]) #popover{padding-right:var(--spectrum-global-dimension-size-200);padding-left:calc(var(--spectrum-global-dimension-size-200)/2)}#popover{position:relative;box-sizing:border-box;width:100%;margin:auto;height:var(--spectrum-global-dimension-size-600);min-width:280px;max-width:960px;flex-direction:row;align-items:center;justify-content:space-between;pointer-events:auto} | ||
:host{display:flex;justify-content:center;bottom:0;z-index:1;box-sizing:border-box;padding:0 var(--spectrum-global-dimension-size-200);height:0;opacity:0;overflow:hidden;pointer-events:none;transition:height var(--spectrum-global-animation-duration-100,.13s) ease-in-out,opacity var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([open]){height:calc(var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-200)*2);opacity:1}:host([dir=ltr][variant=sticky]){left:0}:host([dir=ltr][variant=sticky]),:host([dir=rtl][variant=sticky]){right:0}:host([dir=rtl][variant=sticky]){left:0}:host([variant=sticky]){position:-webkit-sticky;position:sticky}:host([flexible]) #popover{width:auto}:host([variant=fixed]){position:fixed}:host([dir=ltr]) #popover{padding-left:var(--spectrum-global-dimension-size-200)}:host([dir=rtl]) #popover{padding-right:var(--spectrum-global-dimension-size-200)}:host([dir=ltr]) #popover{padding-right:calc(var(--spectrum-global-dimension-size-200)/2)}:host([dir=rtl]) #popover{padding-left:calc(var(--spectrum-global-dimension-size-200)/2)}#popover{position:relative;box-sizing:border-box;width:100%;margin:auto;height:var(--spectrum-global-dimension-size-600);min-width:280px;max-width:960px;flex-direction:row;align-items:center;justify-content:space-between;pointer-events:auto} | ||
`; | ||
export default styles; |
@@ -14,5 +14,5 @@ /* | ||
const styles = css ` | ||
:host{display:flex;justify-content:center;bottom:0;z-index:1;box-sizing:border-box;padding:0 var(--spectrum-global-dimension-size-200);height:0;opacity:0;overflow:hidden;pointer-events:none;transition:height var(--spectrum-global-animation-duration-100,.13s) ease-in-out,opacity var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([open]){height:calc(var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-200)*2);opacity:1}:host([dir=ltr][variant=sticky]){left:0}:host([dir=ltr][variant=sticky]),:host([dir=rtl][variant=sticky]){right:0}:host([dir=rtl][variant=sticky]){left:0}:host([variant=sticky]){position:-webkit-sticky;position:sticky}:host([flexible]) #popover{width:auto}:host([variant=fixed]){position:fixed}:host([dir=ltr]) #popover{padding-left:var(--spectrum-global-dimension-size-200);padding-right:calc(var(--spectrum-global-dimension-size-200)/2)}:host([dir=rtl]) #popover{padding-right:var(--spectrum-global-dimension-size-200);padding-left:calc(var(--spectrum-global-dimension-size-200)/2)}#popover{position:relative;box-sizing:border-box;width:100%;margin:auto;height:var(--spectrum-global-dimension-size-600);min-width:280px;max-width:960px;flex-direction:row;align-items:center;justify-content:space-between;pointer-events:auto} | ||
:host{display:flex;justify-content:center;bottom:0;z-index:1;box-sizing:border-box;padding:0 var(--spectrum-global-dimension-size-200);height:0;opacity:0;overflow:hidden;pointer-events:none;transition:height var(--spectrum-global-animation-duration-100,.13s) ease-in-out,opacity var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([open]){height:calc(var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-200)*2);opacity:1}:host([dir=ltr][variant=sticky]){left:0}:host([dir=ltr][variant=sticky]),:host([dir=rtl][variant=sticky]){right:0}:host([dir=rtl][variant=sticky]){left:0}:host([variant=sticky]){position:-webkit-sticky;position:sticky}:host([flexible]) #popover{width:auto}:host([variant=fixed]){position:fixed}:host([dir=ltr]) #popover{padding-left:var(--spectrum-global-dimension-size-200)}:host([dir=rtl]) #popover{padding-right:var(--spectrum-global-dimension-size-200)}:host([dir=ltr]) #popover{padding-right:calc(var(--spectrum-global-dimension-size-200)/2)}:host([dir=rtl]) #popover{padding-left:calc(var(--spectrum-global-dimension-size-200)/2)}#popover{position:relative;box-sizing:border-box;width:100%;margin:auto;height:var(--spectrum-global-dimension-size-600);min-width:280px;max-width:960px;flex-direction:row;align-items:center;justify-content:space-between;pointer-events:auto} | ||
`; | ||
export default styles; | ||
//# sourceMappingURL=spectrum-actionbar.css.js.map |
@@ -14,4 +14,4 @@ /* | ||
const styles = css` | ||
:host{display:flex;justify-content:center;bottom:0;z-index:1;box-sizing:border-box;padding:0 var(--spectrum-global-dimension-size-200);height:0;opacity:0;overflow:hidden;pointer-events:none;transition:height var(--spectrum-global-animation-duration-100,.13s) ease-in-out,opacity var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([open]){height:calc(var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-200)*2);opacity:1}:host([dir=ltr][variant=sticky]){left:0}:host([dir=ltr][variant=sticky]),:host([dir=rtl][variant=sticky]){right:0}:host([dir=rtl][variant=sticky]){left:0}:host([variant=sticky]){position:-webkit-sticky;position:sticky}:host([flexible]) #popover{width:auto}:host([variant=fixed]){position:fixed}:host([dir=ltr]) #popover{padding-left:var(--spectrum-global-dimension-size-200);padding-right:calc(var(--spectrum-global-dimension-size-200)/2)}:host([dir=rtl]) #popover{padding-right:var(--spectrum-global-dimension-size-200);padding-left:calc(var(--spectrum-global-dimension-size-200)/2)}#popover{position:relative;box-sizing:border-box;width:100%;margin:auto;height:var(--spectrum-global-dimension-size-600);min-width:280px;max-width:960px;flex-direction:row;align-items:center;justify-content:space-between;pointer-events:auto} | ||
:host{display:flex;justify-content:center;bottom:0;z-index:1;box-sizing:border-box;padding:0 var(--spectrum-global-dimension-size-200);height:0;opacity:0;overflow:hidden;pointer-events:none;transition:height var(--spectrum-global-animation-duration-100,.13s) ease-in-out,opacity var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([open]){height:calc(var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-200)*2);opacity:1}:host([dir=ltr][variant=sticky]){left:0}:host([dir=ltr][variant=sticky]),:host([dir=rtl][variant=sticky]){right:0}:host([dir=rtl][variant=sticky]){left:0}:host([variant=sticky]){position:-webkit-sticky;position:sticky}:host([flexible]) #popover{width:auto}:host([variant=fixed]){position:fixed}:host([dir=ltr]) #popover{padding-left:var(--spectrum-global-dimension-size-200)}:host([dir=rtl]) #popover{padding-right:var(--spectrum-global-dimension-size-200)}:host([dir=ltr]) #popover{padding-right:calc(var(--spectrum-global-dimension-size-200)/2)}:host([dir=rtl]) #popover{padding-left:calc(var(--spectrum-global-dimension-size-200)/2)}#popover{position:relative;box-sizing:border-box;width:100%;margin:auto;height:var(--spectrum-global-dimension-size-600);min-width:280px;max-width:960px;flex-direction:row;align-items:center;justify-content:space-between;pointer-events:auto} | ||
`; | ||
export default styles; |
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
55213
495