@digital-realty/ix-tabs 1.0.26 → 1.0.27
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.
|
@@ -3,7 +3,7 @@ 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
|
-
tagName: 'ix-primary-tab',
|
|
6
|
+
tagName: 'ix-primary-tab-react',
|
|
7
7
|
elementClass: LitComp,
|
|
8
8
|
react: React,
|
|
9
9
|
});
|
|
@@ -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,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,
|
|
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,sBAAsB;IAC/B,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-react',\n elementClass: LitComp,\n react: React,\n});\n"]}
|
|
@@ -3,7 +3,7 @@ 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
|
-
tagName: 'ix-secondary-tab',
|
|
6
|
+
tagName: 'ix-secondary-tab-react',
|
|
7
7
|
elementClass: LitComp,
|
|
8
8
|
react: React,
|
|
9
9
|
});
|
|
@@ -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,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,
|
|
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,wBAAwB;IACjC,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-react',\n elementClass: LitComp,\n react: React,\n});\n"]}
|
package/dist/react/IxTabs.js
CHANGED
|
@@ -3,7 +3,7 @@ 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
|
-
tagName: 'ix-tabs',
|
|
6
|
+
tagName: 'ix-tabs-react',
|
|
7
7
|
elementClass: LitComp,
|
|
8
8
|
react: React,
|
|
9
9
|
});
|
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,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,
|
|
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,eAAe;IACxB,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-react',\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": "1.0.
|
|
6
|
+
"version": "1.0.27",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"module": "dist/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@digital-realty/ix-icon-button": "^1.0.
|
|
34
|
+
"@digital-realty/ix-icon-button": "^1.0.41",
|
|
35
35
|
"@digital-realty/theme": "^1.0.30",
|
|
36
36
|
"@lit/react": "^1.0.2",
|
|
37
37
|
"@material/web": "1.2.0",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"README.md",
|
|
106
106
|
"LICENSE"
|
|
107
107
|
],
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "705b8d4a1375a3ce54b1562c65d8636b98b14466"
|
|
109
109
|
}
|