@digital-realty/ix-drawer
Advanced tools
Comparing version 1.0.2 to 1.0.3
import { LitElement, nothing } from 'lit'; | ||
import '@digital-realty/ix-button/ix-button.js'; | ||
import '@material/web/icon/icon.js'; | ||
@@ -4,0 +3,0 @@ export declare class IxDrawer extends LitElement { |
@@ -5,3 +5,2 @@ import { __decorate } from "tslib"; | ||
import { IxDrawerStyles } from './styles/ix-drawer-styles.js'; | ||
import '@digital-realty/ix-button/ix-button.js'; | ||
import '@material/web/icon/icon.js'; | ||
@@ -19,2 +18,3 @@ export class IxDrawer extends LitElement { | ||
return nothing; | ||
// import '@digital-realty/ix-button/ix-button.js'; | ||
// TO DO: this part will be completed with https://telxapp.atlassian.net/browse/IXUAT-8818 | ||
@@ -21,0 +21,0 @@ // return html`<ix-button appearance="text" has-icon @click=${this.onClosed}> |
@@ -6,3 +6,3 @@ { | ||
"author": "interxion", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"type": "module", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore", | ||
"test": "tsc && wtr --coverage", | ||
"test2": "tsc && wtr --coverage", | ||
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"", | ||
@@ -33,4 +33,2 @@ "storybook": "tsc && npm run analyze -- --exclude dist && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"", | ||
"dependencies": { | ||
"@digital-realty/ix-button": "*", | ||
"@digital-realty/theme": "*", | ||
"@lit/react": "^1.0.2", | ||
@@ -109,3 +107,3 @@ "@material/web": "^1.0.1", | ||
], | ||
"gitHead": "ab9691521eda862a6136ca9c967a09b518dcc516" | ||
"gitHead": "4c0b776d7e028829eb231dc34af90f9f31a790b0" | ||
} |
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 2 instances in 1 package
4
1
16740
133
13
- Removed@digital-realty/ix-button@*
- Removed@digital-realty/theme@*
- Removed@digital-realty/ix-button@3.3.5(transitive)
- Removed@digital-realty/ix-progress@1.2.4(transitive)
- Removed@digital-realty/theme@2.1.14(transitive)
- Removed@material/web@1.2.0(transitive)
- Removed@rollup/rollup-darwin-arm64@4.29.1(transitive)
- Removed@rollup/rollup-darwin-x64@4.29.1(transitive)
- Removed@rollup/rollup-linux-x64-gnu@4.29.1(transitive)