@digital-realty/ix-dialog
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -20,3 +20,3 @@ import { LitElement } from 'lit'; | ||
onCancel(): void; | ||
render(): import("lit-html").TemplateResult<1>; | ||
render(): import("lit").TemplateResult<1>; | ||
} |
import { IxDialog as LitComp } from '../IxDialog.js'; | ||
export declare const IxDialog: import("@lit-labs/react").ReactWebComponent<LitComp, {}>; | ||
export declare const IxDialog: import("@lit/react").ReactWebComponent<LitComp, {}>; |
import React from 'react'; | ||
import { createComponent } from '@lit-labs/react'; | ||
import { createComponent } from '@lit/react'; | ||
import { IxDialog as LitComp } from '../IxDialog.js'; | ||
window.customElements.define('ix-dialog', LitComp); | ||
customElements.define('ix-dialog', LitComp); | ||
export const IxDialog = createComponent({ | ||
@@ -6,0 +6,0 @@ tagName: 'ix-dialog', |
@@ -6,3 +6,3 @@ { | ||
"author": "Digital Realty", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"type": "module", | ||
@@ -30,3 +30,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@lit-labs/react": "^2.0.3", | ||
"@lit/react": "^1.0.2", | ||
"@material/web": "^1.0.1", | ||
@@ -100,3 +100,3 @@ "lit": "^2.7.6", | ||
], | ||
"gitHead": "5714160bac22bcafd35125ddf83b029a7235ba9d" | ||
"gitHead": "351ac4d7500d9b6a33acc3e4efef9519701d5253" | ||
} |
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
12220
+ Added@lit/react@^1.0.2
- Removed@lit-labs/react@^2.0.3
- Removed@lit-labs/react@2.1.3(transitive)