@digital-realty/ix-list 1.0.3 → 1.0.5
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.
- package/dist/IxList.d.ts +1 -1
- package/dist/IxListItem.d.ts +1 -1
- package/dist/react/IxList.d.ts +1 -1
- package/dist/react/IxList.js +2 -2
- package/dist/react/IxList.js.map +1 -1
- package/dist/react/IxListItem.d.ts +1 -1
- package/dist/react/IxListItem.js +2 -2
- package/dist/react/IxListItem.js.map +1 -1
- package/package.json +3 -3
package/dist/IxList.d.ts
CHANGED
package/dist/IxListItem.d.ts
CHANGED
package/dist/react/IxList.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IxList as LitComp } from '../IxList.js';
|
|
2
|
-
export declare const IxList: import("@lit
|
|
2
|
+
export declare const IxList: import("@lit/react").ReactWebComponent<LitComp, {}>;
|
package/dist/react/IxList.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
3
|
import { IxList as LitComp } from '../IxList.js';
|
|
4
|
-
|
|
4
|
+
customElements.define('ix-list', LitComp);
|
|
5
5
|
export const IxList = createComponent({
|
|
6
6
|
tagName: 'ix-list',
|
|
7
7
|
elementClass: LitComp,
|
package/dist/react/IxList.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IxList.js","sourceRoot":"","sources":["../../src/react/IxList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IxList.js","sourceRoot":"","sources":["../../src/react/IxList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,OAAO,EAAE,MAAM,cAAc,CAAC;AAEjD,cAAc,CAAC,MAAM,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;AAE1C,MAAM,CAAC,MAAM,MAAM,GAAG,eAAe,CAAC;IACpC,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit/react';\nimport { IxList as LitComp } from '../IxList.js';\n\ncustomElements.define('ix-list', LitComp);\n\nexport const IxList = createComponent({\n tagName: 'ix-list',\n elementClass: LitComp,\n react: React,\n});\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IxListItem as LitComp } from '../IxListItem.js';
|
|
2
|
-
export declare const IxListItem: import("@lit
|
|
2
|
+
export declare const IxListItem: import("@lit/react").ReactWebComponent<LitComp, {}>;
|
package/dist/react/IxListItem.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
3
|
import { IxListItem as LitComp } from '../IxListItem.js';
|
|
4
|
-
|
|
4
|
+
customElements.define('ix-list-item', LitComp);
|
|
5
5
|
export const IxListItem = createComponent({
|
|
6
6
|
tagName: 'ix-list-item',
|
|
7
7
|
elementClass: LitComp,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IxListItem.js","sourceRoot":"","sources":["../../src/react/IxListItem.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IxListItem.js","sourceRoot":"","sources":["../../src/react/IxListItem.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,UAAU,IAAI,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAEzD,cAAc,CAAC,MAAM,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;AAE/C,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,CAAC;IACxC,OAAO,EAAE,cAAc;IACvB,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit/react';\nimport { IxListItem as LitComp } from '../IxListItem.js';\n\ncustomElements.define('ix-list-item', LitComp);\n\nexport const IxListItem = createComponent({\n tagName: 'ix-list-item',\n elementClass: LitComp,\n react: React,\n});\n"]}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent ix-list following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Digital Realty",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.5",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"module": "dist/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@lit
|
|
31
|
+
"@lit/react": "^1.0.2",
|
|
32
32
|
"@material/web": "^1.0.0",
|
|
33
33
|
"lit": "^2.0.2",
|
|
34
34
|
"react": "^18.2.0"
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"README.md",
|
|
98
98
|
"LICENSE"
|
|
99
99
|
],
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "7dd8615d5f732cb14d465b2d46b2ee743546a4b2"
|
|
101
101
|
}
|