@digital-realty/ix-progress
Advanced tools
Comparing version 1.1.6 to 1.1.7
import { IxProgress as LitComp } from '../IxProgress.js'; | ||
export declare const IxProgress: import("@lit-labs/react").ReactWebComponent<LitComp, {}>; | ||
export declare const IxProgress: import("@lit/react").ReactWebComponent<LitComp, {}>; |
import React from 'react'; | ||
import { createComponent } from '@lit-labs/react'; | ||
import { createComponent } from '@lit/react'; | ||
import { IxProgress as LitComp } from '../IxProgress.js'; | ||
window.customElements.define('ix-progress', LitComp); | ||
customElements.define('ix-progress', LitComp); | ||
export const IxProgress = createComponent({ | ||
@@ -6,0 +6,0 @@ tagName: 'ix-progress', |
@@ -6,3 +6,3 @@ { | ||
"author": "Digital Realty", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"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.0.2", | ||
], | ||
"gitHead": "3f03e0e887e1a3fdbeeba66e270abbb74ae7a95b" | ||
"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
13731
+ Added@lit/react@^1.0.2
- Removed@lit-labs/react@^2.0.3
- Removed@lit-labs/react@2.1.3(transitive)