@digital-realty/ix-icon-button 1.0.11 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,6 +48,6 @@ export declare class IxIconButton extends LitElement {
48
48
  name: string | undefined;
49
49
  value: string | undefined;
50
50
  protected createRenderRoot(): this;
51
- render(): import("lit-html").TemplateResult<1>;
51
+ render(): import("lit").TemplateResult<1>;
52
52
  }
53
53
  export {};
@@ -1,2 +1,2 @@
1
1
  import { IxIconButton as LitComp } from '../IxIconButton.js';
2
- export declare const IxButton: import("@lit-labs/react").ReactWebComponent<LitComp, {}>;
2
+ export declare const IxButton: import("@lit/react").ReactWebComponent<LitComp, {}>;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { createComponent } from '@lit-labs/react';
2
+ import { createComponent } from '@lit/react';
3
3
  import { IxIconButton as LitComp } from '../IxIconButton.js';
4
- window.customElements.define('ix-icon-button', LitComp);
4
+ customElements.define('ix-icon-button', LitComp);
5
5
  export const IxButton = createComponent({
6
6
  tagName: 'ix-icon-button',
7
7
  elementClass: LitComp,
@@ -1 +1 @@
1
- {"version":3,"file":"IxIconButton.js","sourceRoot":"","sources":["../../src/react/IxIconButton.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,YAAY,IAAI,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7D,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,gBAAgB,EAAE,OAAO,CAAC,CAAC;AAExD,MAAM,CAAC,MAAM,QAAQ,GAAG,eAAe,CAAC;IACtC,OAAO,EAAE,gBAAgB;IACzB,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit-labs/react';\nimport { IxIconButton as LitComp } from '../IxIconButton.js';\n\nwindow.customElements.define('ix-icon-button', LitComp);\n\nexport const IxButton = createComponent({\n tagName: 'ix-icon-button',\n elementClass: LitComp,\n react: React,\n});\n"]}
1
+ {"version":3,"file":"IxIconButton.js","sourceRoot":"","sources":["../../src/react/IxIconButton.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,YAAY,IAAI,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7D,cAAc,CAAC,MAAM,CAAC,gBAAgB,EAAE,OAAO,CAAC,CAAC;AAEjD,MAAM,CAAC,MAAM,QAAQ,GAAG,eAAe,CAAC;IACtC,OAAO,EAAE,gBAAgB;IACzB,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit/react';\nimport { IxIconButton as LitComp } from '../IxIconButton.js';\n\ncustomElements.define('ix-icon-button', LitComp);\n\nexport const IxButton = createComponent({\n tagName: 'ix-icon-button',\n elementClass: LitComp,\n react: React,\n});\n"]}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-icon-button following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "1.0.11",
6
+ "version": "1.0.13",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -26,8 +26,8 @@
26
26
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
27
27
  },
28
28
  "dependencies": {
29
- "@digital-realty/ix-icon": "^0.0.3",
30
- "@lit-labs/react": "^2.0.3",
29
+ "@digital-realty/ix-icon": "^0.0.4",
30
+ "@lit/react": "^1.0.2",
31
31
  "@material/web": "^1.0.1",
32
32
  "lit": "^2.0.2",
33
33
  "react": "^18.2.0"
@@ -98,5 +98,5 @@
98
98
  "README.md",
99
99
  "LICENSE"
100
100
  ],
101
- "gitHead": "5714160bac22bcafd35125ddf83b029a7235ba9d"
101
+ "gitHead": "351ac4d7500d9b6a33acc3e4efef9519701d5253"
102
102
  }