@digital-realty/ix-icon-button
Advanced tools
Comparing version 1.0.12 to 1.0.13
import { IxIconButton as LitComp } from '../IxIconButton.js'; | ||
export declare const IxButton: import("@lit-labs/react").ReactWebComponent<LitComp, {}>; | ||
export declare const IxButton: import("@lit/react").ReactWebComponent<LitComp, {}>; |
import React from 'react'; | ||
import { createComponent } from '@lit-labs/react'; | ||
import { createComponent } from '@lit/react'; | ||
import { IxIconButton as LitComp } from '../IxIconButton.js'; | ||
window.customElements.define('ix-icon-button', LitComp); | ||
customElements.define('ix-icon-button', LitComp); | ||
export const IxButton = createComponent({ | ||
@@ -6,0 +6,0 @@ tagName: 'ix-icon-button', |
@@ -6,3 +6,3 @@ { | ||
"author": "Digital Realty", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"type": "module", | ||
@@ -30,4 +30,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@digital-realty/ix-icon": "^0.0.3", | ||
"@lit-labs/react": "^2.0.3", | ||
"@digital-realty/ix-icon": "^0.0.4", | ||
"@lit/react": "^1.0.2", | ||
"@material/web": "^1.0.1", | ||
@@ -103,3 +103,3 @@ "lit": "^2.0.2", | ||
], | ||
"gitHead": "3f03e0e887e1a3fdbeeba66e270abbb74ae7a95b" | ||
"gitHead": "351ac4d7500d9b6a33acc3e4efef9519701d5253" | ||
} |
Sorry, the diff of this file is not supported yet
23748
+ Added@lit/react@^1.0.2
+ Added@digital-realty/ix-icon@0.0.4(transitive)
+ Added@ungap/structured-clone@1.3.0(transitive)
- Removed@lit-labs/react@^2.0.3
- Removed@digital-realty/ix-icon@0.0.3(transitive)
- Removed@lit-labs/react@2.1.3(transitive)