@digital-realty/ix-select
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -1,1 +0,4 @@ | ||
export {}; | ||
import { IxSelect } from './IxSelect.js'; | ||
export declare class IxSelectStyled extends IxSelect { | ||
static styles: import("lit").CSSResult; | ||
} |
@@ -0,3 +1,12 @@ | ||
import { css } from 'lit'; | ||
import { IxSelect } from './IxSelect.js'; | ||
window.customElements.define('ix-select', IxSelect); | ||
export class IxSelectStyled extends IxSelect { | ||
} | ||
IxSelectStyled.styles = css ` | ||
.select { | ||
display: block; | ||
min-width: 0; | ||
} | ||
`; | ||
window.customElements.define('ix-select', IxSelectStyled); | ||
//# sourceMappingURL=ix-select.js.map |
@@ -6,3 +6,3 @@ { | ||
"author": "interxion", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"type": "module", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@digital-realty/ix-icon": "*", | ||
"@digital-realty/ix-icon": "^0.0.3", | ||
"@lit-labs/react": "^2.0.3", | ||
@@ -109,3 +109,3 @@ "@material/web": "^1.0.0", | ||
], | ||
"gitHead": "dfeb7c40d2849123ee4443ef78df6972ea3aa4cf" | ||
"gitHead": "ed23dcb034e9d2a56ba58c27d995a737442e66ea" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
70275
942
0
+ Added@digital-realty/ix-icon@0.0.3(transitive)
- Removed@digital-realty/ix-icon@1.1.3(transitive)
- Removed@material/web@1.2.0(transitive)
- Removed@ungap/structured-clone@1.2.0(transitive)