@digital-realty/ix-tabs 0.0.6 → 0.0.7
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/react/IxPrimaryTab.d.ts +1 -1
- package/dist/react/IxPrimaryTab.js +2 -2
- package/dist/react/IxPrimaryTab.js.map +1 -1
- package/dist/react/IxSecondaryTab.d.ts +1 -1
- package/dist/react/IxSecondaryTab.js +2 -2
- package/dist/react/IxSecondaryTab.js.map +1 -1
- package/dist/react/IxTabs.d.ts +1 -1
- package/dist/react/IxTabs.js +2 -2
- package/dist/react/IxTabs.js.map +1 -1
- package/package.json +4 -4
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IxPrimaryTab as LitComp } from '../IxPrimaryTab.js';
|
|
2
|
-
export declare const IxPrimaryTab: import("@lit
|
|
2
|
+
export declare const IxPrimaryTab: import("@lit/react").ReactWebComponent<LitComp, {}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
3
|
import { IxPrimaryTab as LitComp } from '../IxPrimaryTab.js';
|
|
4
|
-
|
|
4
|
+
customElements.define('ix-primary-tab', LitComp);
|
|
5
5
|
export const IxPrimaryTab = createComponent({
|
|
6
6
|
tagName: 'ix-primary-tab',
|
|
7
7
|
elementClass: LitComp,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IxPrimaryTab.js","sourceRoot":"","sources":["../../src/react/IxPrimaryTab.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IxPrimaryTab.js","sourceRoot":"","sources":["../../src/react/IxPrimaryTab.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,YAAY,GAAG,eAAe,CAAC;IAC1C,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 { IxPrimaryTab as LitComp } from '../IxPrimaryTab.js';\n\ncustomElements.define('ix-primary-tab', LitComp);\n\nexport const IxPrimaryTab = createComponent({\n tagName: 'ix-primary-tab',\n elementClass: LitComp,\n react: React,\n});\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IxSecondaryTab as LitComp } from '../IxSecondaryTab.js';
|
|
2
|
-
export declare const IxSecondaryTab: import("@lit
|
|
2
|
+
export declare const IxSecondaryTab: import("@lit/react").ReactWebComponent<LitComp, {}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
3
|
import { IxSecondaryTab as LitComp } from '../IxSecondaryTab.js';
|
|
4
|
-
|
|
4
|
+
customElements.define('ix-secondary-tab', LitComp);
|
|
5
5
|
export const IxSecondaryTab = createComponent({
|
|
6
6
|
tagName: 'ix-secondary-tab',
|
|
7
7
|
elementClass: LitComp,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IxSecondaryTab.js","sourceRoot":"","sources":["../../src/react/IxSecondaryTab.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IxSecondaryTab.js","sourceRoot":"","sources":["../../src/react/IxSecondaryTab.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,cAAc,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAEjE,cAAc,CAAC,MAAM,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;AAEnD,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC;IAC5C,OAAO,EAAE,kBAAkB;IAC3B,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit/react';\nimport { IxSecondaryTab as LitComp } from '../IxSecondaryTab.js';\n\ncustomElements.define('ix-secondary-tab', LitComp);\n\nexport const IxSecondaryTab = createComponent({\n tagName: 'ix-secondary-tab',\n elementClass: LitComp,\n react: React,\n});\n"]}
|
package/dist/react/IxTabs.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IxTabs as LitComp } from '../IxTabs.js';
|
|
2
|
-
export declare const IxTabs: import("@lit
|
|
2
|
+
export declare const IxTabs: import("@lit/react").ReactWebComponent<LitComp, {}>;
|
package/dist/react/IxTabs.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 { IxTabs as LitComp } from '../IxTabs.js';
|
|
4
|
-
|
|
4
|
+
customElements.define('ix-tabs', LitComp);
|
|
5
5
|
export const IxTabs = createComponent({
|
|
6
6
|
tagName: 'ix-tabs',
|
|
7
7
|
elementClass: LitComp,
|
package/dist/react/IxTabs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IxTabs.js","sourceRoot":"","sources":["../../src/react/IxTabs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IxTabs.js","sourceRoot":"","sources":["../../src/react/IxTabs.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 { IxTabs as LitComp } from '../IxTabs.js';\n\ncustomElements.define('ix-tabs', LitComp);\n\nexport const IxTabs = createComponent({\n tagName: 'ix-tabs',\n elementClass: LitComp,\n react: React,\n});\n"]}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent ix-tabs following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Digital Realty",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.7",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"module": "dist/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@digital-realty/ix-icon-button": "^1.0.
|
|
34
|
-
"@lit
|
|
33
|
+
"@digital-realty/ix-icon-button": "^1.0.13",
|
|
34
|
+
"@lit/react": "^1.0.2",
|
|
35
35
|
"@material/web": "^1.0.0",
|
|
36
36
|
"lit": "^2.0.2",
|
|
37
37
|
"react": "^18.2.0"
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"README.md",
|
|
101
101
|
"LICENSE"
|
|
102
102
|
],
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "351ac4d7500d9b6a33acc3e4efef9519701d5253"
|
|
104
104
|
}
|