@digital-realty/ix-dialog 1.0.6 → 1.0.8

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.
@@ -17,5 +17,5 @@ export declare class IxDialog extends LitElement {
17
17
  onClose(): void;
18
18
  onClosed(): void;
19
19
  onCancel(): void;
20
- render(): import("lit-html").TemplateResult<1>;
20
+ render(): import("lit").TemplateResult<1>;
21
21
  }
@@ -1,2 +1,2 @@
1
1
  import { IxDialog as LitComp } from '../IxDialog.js';
2
- export declare const IxDialog: import("@lit-labs/react").ReactWebComponent<LitComp, {}>;
2
+ export declare const IxDialog: 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 { IxDialog as LitComp } from '../IxDialog.js';
4
- window.customElements.define('ix-dialog', LitComp);
4
+ customElements.define('ix-dialog', LitComp);
5
5
  export const IxDialog = createComponent({
6
6
  tagName: 'ix-dialog',
7
7
  elementClass: LitComp,
@@ -1 +1 @@
1
- {"version":3,"file":"IxDialog.js","sourceRoot":"","sources":["../../src/react/IxDialog.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAErD,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;AAEnD,MAAM,CAAC,MAAM,QAAQ,GAAG,eAAe,CAAC;IACtC,OAAO,EAAE,WAAW;IACpB,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit-labs/react';\nimport { IxDialog as LitComp } from '../IxDialog.js';\n\nwindow.customElements.define('ix-dialog', LitComp);\n\nexport const IxDialog = createComponent({\n tagName: 'ix-dialog',\n elementClass: LitComp,\n react: React,\n});\n"]}
1
+ {"version":3,"file":"IxDialog.js","sourceRoot":"","sources":["../../src/react/IxDialog.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAErD,cAAc,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;AAE5C,MAAM,CAAC,MAAM,QAAQ,GAAG,eAAe,CAAC;IACtC,OAAO,EAAE,WAAW;IACpB,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit/react';\nimport { IxDialog as LitComp } from '../IxDialog.js';\n\ncustomElements.define('ix-dialog', LitComp);\n\nexport const IxDialog = createComponent({\n tagName: 'ix-dialog',\n elementClass: LitComp,\n react: React,\n});\n"]}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-dialog following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "1.0.6",
6
+ "version": "1.0.8",
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
- "@lit-labs/react": "^2.0.3",
30
- "@material/web": "^1.0.0-pre.16",
29
+ "@lit/react": "^1.0.2",
30
+ "@material/web": "^1.0.1",
31
31
  "lit": "^2.7.6",
32
32
  "react": "^18.2.0"
33
33
  },
@@ -95,5 +95,5 @@
95
95
  "README.md",
96
96
  "LICENSE"
97
97
  ],
98
- "gitHead": "d57dedc86cbf4e58a5f01445702dc5f540317d00"
98
+ "gitHead": "351ac4d7500d9b6a33acc3e4efef9519701d5253"
99
99
  }